table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #000000;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
body {
  font-family: "allerregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #444444;
  background-color: #000000;
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
a {
  color: #8dc540;
  text-decoration: none;
}
a:hover {
  color: #77ab2f;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-wrapper {
  background-color: #fff;
  padding-top: 30px;
}
header {
  height: 100px;
}
@media (max-width: 767px) {
  header {
    height: 149px;
  }
}
header h1 {
  position: absolute;
  left: 15px;
  top: 0;
  margin: 0;
}
@media (max-width: 767px) {
  header h1 {
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }
}
header h1 img {
  width: 236px;
  height: 79px;
}
#banner-wrapper {
  overflow: hidden;
}
#main-wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #main-wrapper {
    padding-top: 10px;
  }
}
.front #main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
article > *:first-child {
  margin-top: 0;
}
#sidebar {
  padding-top: 10px;
  margin-bottom: 30px;
}
#content-bottom-wrapper {
  background: #ffffff url(../images/content-bottom-divider.png) 50% 0 no-repeat;
  background-size: 100% auto;
  padding-top: 40px;
}
#footer-top-wrapper {
  background-color: #2f2f2f;
  color: #fff;
  padding: 20px 0;
}
#footer-top-wrapper a {
  color: #fff;
}
#footer-top-wrapper a:hover {
  color: #8dc540;
}
#footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
#hidden > * {
  display: none;
}
nav.main-menu {
  position: absolute;
  z-index: 100;
  display: block;
}
nav.main-menu ul,
nav.main-menu li {
  margin: 0;
}
@media (max-width: 767px) {
  nav.main-menu {
    display: none;
    top: 149px;
    bottom: auto;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #8dc540;
    border-bottom: 5px solid #77ab2f;
  }
  nav.main-menu li {
    float: none;
  }
  nav.main-menu li a {
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #77ab2f;
  }
  nav.main-menu li a:hover {
    color: #77ab2f;
  }
  nav.main-menu li:last-child a {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  nav.main-menu {
    right: 15px;
    bottom: 0;
  }
  nav.main-menu > ul > li.active-trail > a,
  nav.main-menu > ul > li > a.active {
    border-bottom: 3px solid #8dc540;
  }
  nav.main-menu > ul > li > a {
    padding: 5px 20px 15px;
    border-bottom: 3px solid #fff;
    font-size: 17px;
    color: #333333;
  }
  nav.main-menu > ul > li > a:hover {
    color: #8dc540;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  nav.main-menu > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mobile-menu a {
  display: block;
  height: 60px;
  font-size: 24px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  background-color: #8dc540;
  border-bottom: 5px solid #77ab2f;
  overflow: hidden;
}
.mobile-menu a.dropdown {
  border-right: 1px solid #77ab2f;
}
.mobile-menu a.phone-call {
  border-left: 1px solid #77ab2f;
}
.mobile-menu a b {
  vertical-align: top;
}
#sidebar nav {
  background-color: #eeeeee;
  border-radius: 8px;
}
#sidebar nav ul,
#sidebar nav li {
  margin: 0;
}
#sidebar nav a {
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.affix {
  position: fixed;
  top: 20px;
}
.affix-bottom {
  position: absolute;
}
@media (min-width: 1200px) {
  .affix,
  .affix-bottom {
    width: 263px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affix,
  .affix-bottom {
    width: 213px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affix,
  .affix-bottom {
    width: 158px;
  }
}
@media (max-width: 767px) {
  .affix,
  .affix-top,
  .affix-bottom {
    position: static !important;
    height: 100%;
  }
}
#banner-wrapper {
  position: relative;
}
.cycle-slideshow {
  margin: 0;
  overflow: hidden;
}
.cycle-slideshow li {
  right: 0;
  margin: 0;
}
.cycle-slideshow .container,
.cycle-slideshow .slide-bg {
  height: 452px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cycle-slideshow .container,
  .cycle-slideshow .slide-bg {
    height: 380px;
  }
}
.cycle-slideshow .slide-content {
  position: absolute;
  top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cycle-slideshow .slide-content {
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cycle-slideshow .slide-content {
    top: 40px;
  }
}
.cycle-slideshow .slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cycle-slideshow .slide-bg {
    left: 390px;
    right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cycle-slideshow .slide-bg {
    left: 510px;
    right: auto;
  }
}
.cycle-slideshow .slide-bg img {
  height: 100%;
  max-width: none;
}
.slideshow-overlay {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}
.slideshow-pager {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 110;
}
.slideshow-pager li {
  padding: 0;
  float: left;
  margin: 0 10px 0 0;
}
.slideshow-pager li a {
  width: 17px;
  height: 18px;
  display: block;
  background: transparent url(../images/pager-marker.png) no-repeat 0 0;
}
.slideshow-pager li.cycle-pager-active a {
  background-position: -17px 0;
}
.slideshow-nav a {
  position: absolute;
  bottom: 210px;
  z-index: 110;
  width: 60px;
  height: 59px;
  display: block;
  background: transparent url(../images/slideshow-arrows.png) no-repeat 0 0;
}
@media (max-width: 1367px) {
  .slideshow-nav a {
    display: none;
  }
}
.slideshow-nav a#prev {
  left: -80px;
}
.slideshow-nav a#next {
  right: -80px;
  background-position: 100% 0;
}
.not-front .cycle-slideshow .container,
.not-front .cycle-slideshow .slide-bg {
  height: 339px;
}
.not-front .slideshow-nav a {
  bottom: 150px;
}
.header-content {
  height: 339px;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-content {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-content {
    padding-top: 50px;
  }
}
.header-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bg {
    left: 390px;
    right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-bg {
    left: 510px;
    right: auto;
  }
}
.header-bg img {
  max-width: none;
}
.slide-content,
.header-content {
  color: #fff;
}
.slide-content *,
.header-content * {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-content,
  .header-content {
    width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-content,
  .header-content {
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slide-content br,
  .header-content br {
    display: none;
  }
}
/* TWITTER BLOCK */
h2.title-block-tweets {
  text-align: center;
  margin-bottom: 45px;
  line-height: 43px;
}
h2.title-block-tweets span:before {
  background: url(../images/ico-twitter.png) 0 0 no-repeat;
  display: inline-block;
  height: 43px;
  width: 52px;
  content: "";
  position: relative;
  top: 3px;
  margin-right: 15px;
}
.tweet-block ul {
  padding-top: 0;
}
.tweet-block ul li {
  background: #f4f4f4;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
  position: relative;
  box-shadow: inset 0px 1px 1px 1px #ededed;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  color: #7a7a7a;
  font-style: italic;
  height: 120px;
}
.tweet-block ul li div {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
}
.tweet-block ul li:after {
  content: "";
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  left: 17px;
  bottom: -23px;
  background: url(../images/arrow-down-tweeter.png) 0 0 no-repeat;
  z-index: 10;
}
.tweet-block ul li .screen-name {
  position: absolute;
  bottom: -40px;
  left: 55px;
}
.spacer-bottom {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url(../images/content-bottom-divider.png) 50% 100% no-repeat;
  background-size: contain;
}
.modal-header .close {
  line-height: 1;
  margin-top: -10px;
  float: right;
  font-size: 30px;
}
#sliding-contact {
  position: fixed;
  top: 119px;
  right: 0;
  z-index: 600;
}
#sliding-contact #phone {
  width: 280px;
  height: 64px;
  padding: 4px 10px 10px 60px;
  background-color: #f00;
  position: absolute;
  top: 40px;
  right: -220px;
  background: transparent url(../images/sliding-phone.png) no-repeat 0 0;
  color: #fff;
  cursor: pointer;
}
#sliding-contact #contact-form {
  width: 60px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 130px;
  background: transparent url(../images/sliding-form.png) no-repeat 0 0;
  cursor: pointer;
}
.get-in-touch {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.get-in-touch .get-in-touch-cta {
  display: inline-block;
  position: relative;
  bottom: -33px;
  padding-left: 10px;
  background-color: #fff;
}
body {
  font-family: "allerregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #444444;
  background-color: #000000;
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
a {
  color: #8dc540;
  text-decoration: none;
}
a:hover {
  color: #77ab2f;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
small,
.small {
  font-size: 13px;
}
.big {
  font-size: 17px;
}
.bigger {
  font-size: 20px;
  line-height: 24px;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "allerbold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333333;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 44px;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 36px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 27px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul li,
ol li {
  margin-bottom: 7px;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-bottom: 0;
}
article > ul,
.cke_editable > ul {
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  article > ul,
  .cke_editable > ul {
    padding-left: 30px;
  }
}
article > ul li,
.cke_editable > ul li {
  padding-left: 16px;
  background: transparent url(../images/li-marker.png) no-repeat 0 11px;
  margin-bottom: 10px;
  line-height: 1.8;
}
article > h1,
.cke_editable > h1,
article > h2,
.cke_editable > h2,
article > h3,
.cke_editable > h3,
article > .h1,
.cke_editable > .h1,
article > .h2,
.cke_editable > .h2,
article > .h3,
.cke_editable > .h3 {
  margin-bottom: 20px;
}
article > p,
.cke_editable > p {
  margin-bottom: 20px;
}
article h1,
.cke_editable h1,
article h2,
.cke_editable h2,
article h3,
.cke_editable h3,
article .h1,
.cke_editable .h1,
article .h2,
.cke_editable .h2,
article .h3,
.cke_editable .h3 {
  line-height: 1.4;
}
article p,
.cke_editable p {
  line-height: 1.6;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
@media (max-width: 767px) {
  .rtecenter-xs {
    text-align: center;
  }
}
img.left {
  float: left;
  margin: 0 20px 20px 0;
}
img.right {
  float: right;
  margin: 0 0 20px 20px;
}
img.center {
  display: block;
  margin: 20px auto;
}
.pull-left {
  float: left;
  margin-left: 0;
}
.pull-right {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .pull-none-xs {
    float: none !important;
  }
}
.center {
  margin: 0 auto;
}
.block {
  display: block;
}
@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}
.row.video {
  margin-top: 20px;
  margin-bottom: 20px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured {
  color: #8dc540;
}
.la {
  color: #c31453;
}
.sj {
  color: #31c26e;
}
.moodle {
  color: #f49a15;
}
.lj {
  color: #68c2c0;
}
.gapps {
  color: #367b0e;
}
.csw {
  color: #5c9db3;
}
.learning-cons {
  color: #cc6d4d;
}
.lp {
  color: #e74c85;
}
.compliance-mod {
  color: #65c0d3;
}
.training {
  color: #68c2c0;
}
.totara {
  color: #76a44c;
}
.broadband {
  color: #ff6d10;
}
.framed {
  padding: 5px;
  border-radius: 5px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.btn,
.btn-flat {
  display: inline-block;
  margin: 10px 10px 10px 0;
  border-radius: 8px;
  position: relative;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.btn:hover,
.btn-flat:hover,
.btn:focus,
.btn-flat:focus {
  text-decoration: none;
  color: #fff !important;
}
.btn:after,
.btn-flat:after {
  content: "";
  display: block;
  width: 40px;
  background-image: url(../images/btn-ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 4px;
}
.btn {
  padding: 10px 55px 10px 15px;
  font-size: 17px;
}
.btn.btn-yellow {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9deb5), color-stop(95%, #f1b457), to(#f9a11c));
  background-image: -webkit-linear-gradient(#f9deb5, #f1b457 95%, #f9a11c 95%);
  background-image: -moz-linear-gradient(top, #f9deb5, #f1b457 95%, #f9a11c 95%);
  background-image: linear-gradient(#f9deb5, #f1b457 95%, #f9a11c 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9deb5', endColorstr='#fff9a11c', GradientType=0);
  background-color: #f9a11c;
}
.btn.btn-yellow:after {
  background-color: #f9a11c;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5c986), color-stop(95%, #efa93f), to(#f9a11c));
  background-image: -webkit-linear-gradient(#f5c986, #efa93f 95%, #f9a11c 95%);
  background-image: -moz-linear-gradient(top, #f5c986, #efa93f 95%, #f9a11c 95%);
  background-image: linear-gradient(#f5c986, #efa93f 95%, #f9a11c 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5c986', endColorstr='#fff9a11c', GradientType=0);
}
.btn.btn-yellow:after {
  background-color: #f9a11c;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5c986), color-stop(95%, #efa93f), to(#f9a11c));
  background-image: -webkit-linear-gradient(#f5c986, #efa93f 95%, #f9a11c 95%);
  background-image: -moz-linear-gradient(top, #f5c986, #efa93f 95%, #f9a11c 95%);
  background-image: linear-gradient(#f5c986, #efa93f 95%, #f9a11c 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5c986', endColorstr='#fff9a11c', GradientType=0);
}
.btn.btn-yellow-dark {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5a446), color-stop(95%, #ca720b), to(#a25700));
  background-image: -webkit-linear-gradient(#f5a446, #ca720b 95%, #a25700 95%);
  background-image: -moz-linear-gradient(top, #f5a446, #ca720b 95%, #a25700 95%);
  background-image: linear-gradient(#f5a446, #ca720b 95%, #a25700 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5a446', endColorstr='#ffa25700', GradientType=0);
  background-color: #a25700;
}
.btn.btn-yellow-dark:after {
  background-color: #a25700;
}
.btn.btn-yellow-dark:hover,
.btn.btn-yellow-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f38c15), color-stop(95%, #b26409), to(#a25700));
  background-image: -webkit-linear-gradient(#f38c15, #b26409 95%, #a25700 95%);
  background-image: -moz-linear-gradient(top, #f38c15, #b26409 95%, #a25700 95%);
  background-image: linear-gradient(#f38c15, #b26409 95%, #a25700 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff38c15', endColorstr='#ffa25700', GradientType=0);
}
.btn.btn-yellow-dark:after {
  background-color: #a25700;
}
.btn.btn-yellow-dark:hover,
.btn.btn-yellow-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f38c15), color-stop(95%, #b26409), to(#a25700));
  background-image: -webkit-linear-gradient(#f38c15, #b26409 95%, #a25700 95%);
  background-image: -moz-linear-gradient(top, #f38c15, #b26409 95%, #a25700 95%);
  background-image: linear-gradient(#f38c15, #b26409 95%, #a25700 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff38c15', endColorstr='#ffa25700', GradientType=0);
}
.btn.btn-red {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce746a), color-stop(95%, #9f3e33), to(#80291f));
  background-image: -webkit-linear-gradient(#ce746a, #9f3e33 95%, #80291f 95%);
  background-image: -moz-linear-gradient(top, #ce746a, #9f3e33 95%, #80291f 95%);
  background-image: linear-gradient(#ce746a, #9f3e33 95%, #80291f 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce746a', endColorstr='#ff80291f', GradientType=0);
  background-color: #80291f;
}
.btn.btn-red:after {
  background-color: #80291f;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c25043), color-stop(95%, #8b372d), to(#80291f));
  background-image: -webkit-linear-gradient(#c25043, #8b372d 95%, #80291f 95%);
  background-image: -moz-linear-gradient(top, #c25043, #8b372d 95%, #80291f 95%);
  background-image: linear-gradient(#c25043, #8b372d 95%, #80291f 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc25043', endColorstr='#ff80291f', GradientType=0);
}
.btn.btn-red:after {
  background-color: #80291f;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c25043), color-stop(95%, #8b372d), to(#80291f));
  background-image: -webkit-linear-gradient(#c25043, #8b372d 95%, #80291f 95%);
  background-image: -moz-linear-gradient(top, #c25043, #8b372d 95%, #80291f 95%);
  background-image: linear-gradient(#c25043, #8b372d 95%, #80291f 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc25043', endColorstr='#ff80291f', GradientType=0);
}
.btn.btn-red-dark {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d75842), color-stop(95%, #94301f), to(#701e10));
  background-image: -webkit-linear-gradient(#d75842, #94301f 95%, #701e10 95%);
  background-image: -moz-linear-gradient(top, #d75842, #94301f 95%, #701e10 95%);
  background-image: linear-gradient(#d75842, #94301f 95%, #701e10 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd75842', endColorstr='#ff701e10', GradientType=0);
  background-color: #701e10;
}
.btn.btn-red-dark:after {
  background-color: #701e10;
}
.btn.btn-red-dark:hover,
.btn.btn-red-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be3e28), color-stop(95%, #7f291b), to(#701e10));
  background-image: -webkit-linear-gradient(#be3e28, #7f291b 95%, #701e10 95%);
  background-image: -moz-linear-gradient(top, #be3e28, #7f291b 95%, #701e10 95%);
  background-image: linear-gradient(#be3e28, #7f291b 95%, #701e10 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe3e28', endColorstr='#ff701e10', GradientType=0);
}
.btn.btn-red-dark:after {
  background-color: #701e10;
}
.btn.btn-red-dark:hover,
.btn.btn-red-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be3e28), color-stop(95%, #7f291b), to(#701e10));
  background-image: -webkit-linear-gradient(#be3e28, #7f291b 95%, #701e10 95%);
  background-image: -moz-linear-gradient(top, #be3e28, #7f291b 95%, #701e10 95%);
  background-image: linear-gradient(#be3e28, #7f291b 95%, #701e10 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe3e28', endColorstr='#ff701e10', GradientType=0);
}
.btn.btn-blue {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7dbdd), color-stop(95%, #9faaaf), to(#7895a3));
  background-image: -webkit-linear-gradient(#d7dbdd, #9faaaf 95%, #7895a3 95%);
  background-image: -moz-linear-gradient(top, #d7dbdd, #9faaaf 95%, #7895a3 95%);
  background-image: linear-gradient(#d7dbdd, #9faaaf 95%, #7895a3 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7dbdd', endColorstr='#ff7895a3', GradientType=0);
  background-color: #7895a3;
}
.btn.btn-blue:after {
  background-color: #7895a3;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbc2c6), color-stop(95%, #919da3), to(#7895a3));
  background-image: -webkit-linear-gradient(#bbc2c6, #919da3 95%, #7895a3 95%);
  background-image: -moz-linear-gradient(top, #bbc2c6, #919da3 95%, #7895a3 95%);
  background-image: linear-gradient(#bbc2c6, #919da3 95%, #7895a3 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbc2c6', endColorstr='#ff7895a3', GradientType=0);
}
.btn.btn-blue:after {
  background-color: #7895a3;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbc2c6), color-stop(95%, #919da3), to(#7895a3));
  background-image: -webkit-linear-gradient(#bbc2c6, #919da3 95%, #7895a3 95%);
  background-image: -moz-linear-gradient(top, #bbc2c6, #919da3 95%, #7895a3 95%);
  background-image: linear-gradient(#bbc2c6, #919da3 95%, #7895a3 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbc2c6', endColorstr='#ff7895a3', GradientType=0);
}
.btn.btn-blue-dark {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9afb1), color-stop(95%, #747d80), to(#52676f));
  background-image: -webkit-linear-gradient(#a9afb1, #747d80 95%, #52676f 95%);
  background-image: -moz-linear-gradient(top, #a9afb1, #747d80 95%, #52676f 95%);
  background-image: linear-gradient(#a9afb1, #747d80 95%, #52676f 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9afb1', endColorstr='#ff52676f', GradientType=0);
  background-color: #52676f;
}
.btn.btn-blue-dark:after {
  background-color: #52676f;
}
.btn.btn-blue-dark:hover,
.btn.btn-blue-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e9699), color-stop(95%, #687073), to(#52676f));
  background-image: -webkit-linear-gradient(#8e9699, #687073 95%, #52676f 95%);
  background-image: -moz-linear-gradient(top, #8e9699, #687073 95%, #52676f 95%);
  background-image: linear-gradient(#8e9699, #687073 95%, #52676f 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e9699', endColorstr='#ff52676f', GradientType=0);
}
.btn.btn-blue-dark:after {
  background-color: #52676f;
}
.btn.btn-blue-dark:hover,
.btn.btn-blue-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e9699), color-stop(95%, #687073), to(#52676f));
  background-image: -webkit-linear-gradient(#8e9699, #687073 95%, #52676f 95%);
  background-image: -moz-linear-gradient(top, #8e9699, #687073 95%, #52676f 95%);
  background-image: linear-gradient(#8e9699, #687073 95%, #52676f 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e9699', endColorstr='#ff52676f', GradientType=0);
}
.btn.btn-green {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2da83), color-stop(95%, #68bf38), to(#50a123));
  background-image: -webkit-linear-gradient(#a2da83, #68bf38 95%, #50a123 95%);
  background-image: -moz-linear-gradient(top, #a2da83, #68bf38 95%, #50a123 95%);
  background-image: linear-gradient(#a2da83, #68bf38 95%, #50a123 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2da83', endColorstr='#ff50a123', GradientType=0);
  background-color: #50a123;
}
.btn.btn-green:after {
  background-color: #50a123;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85cf5b), color-stop(95%, #5eab33), to(#50a123));
  background-image: -webkit-linear-gradient(#85cf5b, #5eab33 95%, #50a123 95%);
  background-image: -moz-linear-gradient(top, #85cf5b, #5eab33 95%, #50a123 95%);
  background-image: linear-gradient(#85cf5b, #5eab33 95%, #50a123 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85cf5b', endColorstr='#ff50a123', GradientType=0);
}
.btn.btn-green:after {
  background-color: #50a123;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85cf5b), color-stop(95%, #5eab33), to(#50a123));
  background-image: -webkit-linear-gradient(#85cf5b, #5eab33 95%, #50a123 95%);
  background-image: -moz-linear-gradient(top, #85cf5b, #5eab33 95%, #50a123 95%);
  background-image: linear-gradient(#85cf5b, #5eab33 95%, #50a123 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85cf5b', endColorstr='#ff50a123', GradientType=0);
}
.btn.btn-green-dark {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#69f31b), color-stop(95%, #3fa008), to(#2a7500));
  background-image: -webkit-linear-gradient(#69f31b, #3fa008 95%, #2a7500 95%);
  background-image: -moz-linear-gradient(top, #69f31b, #3fa008 95%, #2a7500 95%);
  background-image: linear-gradient(#69f31b, #3fa008 95%, #2a7500 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff69f31b', endColorstr='#ff2a7500', GradientType=0);
  background-color: #2a7500;
}
.btn.btn-green-dark:after {
  background-color: #2a7500;
}
.btn.btn-green-dark:hover,
.btn.btn-green-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52d00b), color-stop(95%, #358707), to(#2a7500));
  background-image: -webkit-linear-gradient(#52d00b, #358707 95%, #2a7500 95%);
  background-image: -moz-linear-gradient(top, #52d00b, #358707 95%, #2a7500 95%);
  background-image: linear-gradient(#52d00b, #358707 95%, #2a7500 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52d00b', endColorstr='#ff2a7500', GradientType=0);
}
.btn.btn-green-dark:after {
  background-color: #2a7500;
}
.btn.btn-green-dark:hover,
.btn.btn-green-dark:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52d00b), color-stop(95%, #358707), to(#2a7500));
  background-image: -webkit-linear-gradient(#52d00b, #358707 95%, #2a7500 95%);
  background-image: -moz-linear-gradient(top, #52d00b, #358707 95%, #2a7500 95%);
  background-image: linear-gradient(#52d00b, #358707 95%, #2a7500 95%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52d00b', endColorstr='#ff2a7500', GradientType=0);
}
.btn-flat {
  padding: 7px 55px 7px 15px;
  font-size: 15px;
}
.btn-flat.btn-wa {
  background-color: #8dc540;
  border-bottom: 3px solid #648e2b;
}
.btn-flat.btn-wa:after {
  background-color: #648e2b;
}
.btn-flat.btn-wa:hover,
.btn-flat.btn-wa:focus {
  background-color: #80b537;
}
.btn-flat.btn-wa:after {
  background-color: #648e2b;
}
.btn-flat.btn-wa:hover,
.btn-flat.btn-wa:focus {
  background-color: #80b537;
}
.btn-flat.btn-la {
  background-color: #c31453;
  border-bottom: 3px solid #7e0d35;
}
.btn-flat.btn-la:after {
  background-color: #7e0d35;
}
.btn-flat.btn-la:hover,
.btn-flat.btn-la:focus {
  background-color: #ac1249;
}
.btn-flat.btn-la:after {
  background-color: #7e0d35;
}
.btn-flat.btn-la:hover,
.btn-flat.btn-la:focus {
  background-color: #ac1249;
}
.btn-flat.btn-sj {
  background-color: #31c26e;
  border-bottom: 3px solid #22854b;
}
.btn-flat.btn-sj:after {
  background-color: #22854b;
}
.btn-flat.btn-sj:hover,
.btn-flat.btn-sj:focus {
  background-color: #2cae62;
}
.btn-flat.btn-sj:after {
  background-color: #22854b;
}
.btn-flat.btn-sj:hover,
.btn-flat.btn-sj:focus {
  background-color: #2cae62;
}
.btn-flat.btn-moodle {
  background-color: #f49a15;
  border-bottom: 3px solid #b46f08;
}
.btn-flat.btn-moodle:after {
  background-color: #b46f08;
}
.btn-flat.btn-moodle:hover,
.btn-flat.btn-moodle:focus {
  background-color: #e58d0b;
}
.btn-flat.btn-moodle:after {
  background-color: #b46f08;
}
.btn-flat.btn-moodle:hover,
.btn-flat.btn-moodle:focus {
  background-color: #e58d0b;
}
.btn-flat.btn-lj {
  background-color: #68c2c0;
  border-bottom: 3px solid #409e9c;
}
.btn-flat.btn-lj:after {
  background-color: #409e9c;
}
.btn-flat.btn-lj:hover,
.btn-flat.btn-lj:focus {
  background-color: #56bbb8;
}
.btn-flat.btn-lj:after {
  background-color: #409e9c;
}
.btn-flat.btn-lj:hover,
.btn-flat.btn-lj:focus {
  background-color: #56bbb8;
}
.btn-flat.btn-gapps {
  background-color: #367b0e;
  border-bottom: 3px solid #183606;
}
.btn-flat.btn-gapps:after {
  background-color: #183606;
}
.btn-flat.btn-gapps:hover,
.btn-flat.btn-gapps:focus {
  background-color: #2c640b;
}
.btn-flat.btn-gapps:after {
  background-color: #183606;
}
.btn-flat.btn-gapps:hover,
.btn-flat.btn-gapps:focus {
  background-color: #2c640b;
}
.btn-flat.btn-csw {
  background-color: #5c9db3;
  border-bottom: 3px solid #3e7385;
}
.btn-flat.btn-csw:after {
  background-color: #3e7385;
}
.btn-flat.btn-csw:hover,
.btn-flat.btn-csw:focus {
  background-color: #4e91a7;
}
.btn-flat.btn-csw:after {
  background-color: #3e7385;
}
.btn-flat.btn-csw:hover,
.btn-flat.btn-csw:focus {
  background-color: #4e91a7;
}
.btn-flat.btn-learning-cons {
  background-color: #cc6d4d;
  border-bottom: 3px solid #9f4a2e;
}
.btn-flat.btn-learning-cons:after {
  background-color: #9f4a2e;
}
.btn-flat.btn-learning-cons:hover,
.btn-flat.btn-learning-cons:focus {
  background-color: #c65d39;
}
.btn-flat.btn-learning-cons:after {
  background-color: #9f4a2e;
}
.btn-flat.btn-learning-cons:hover,
.btn-flat.btn-learning-cons:focus {
  background-color: #c65d39;
}
.btn-flat.btn-lp {
  background-color: #e74c85;
  border-bottom: 3px solid #cb1b5c;
}
.btn-flat.btn-lp:after {
  background-color: #cb1b5c;
}
.btn-flat.btn-lp:hover,
.btn-flat.btn-lp:focus {
  background-color: #e43676;
}
.btn-flat.btn-lp:after {
  background-color: #cb1b5c;
}
.btn-flat.btn-lp:hover,
.btn-flat.btn-lp:focus {
  background-color: #e43676;
}
.btn-flat.btn-compliance-mod {
  background-color: #65c0d3;
  border-bottom: 3px solid #34a1b7;
}
.btn-flat.btn-compliance-mod:after {
  background-color: #34a1b7;
}
.btn-flat.btn-compliance-mod:hover,
.btn-flat.btn-compliance-mod:focus {
  background-color: #51b8cd;
}
.btn-flat.btn-compliance-mod:after {
  background-color: #34a1b7;
}
.btn-flat.btn-compliance-mod:hover,
.btn-flat.btn-compliance-mod:focus {
  background-color: #51b8cd;
}
.btn-flat.btn-training {
  background-color: #68c2c0;
  border-bottom: 3px solid #409e9c;
}
.btn-flat.btn-training:after {
  background-color: #409e9c;
}
.btn-flat.btn-training:hover,
.btn-flat.btn-training:focus {
  background-color: #56bbb8;
}
.btn-flat.btn-training:after {
  background-color: #409e9c;
}
.btn-flat.btn-training:hover,
.btn-flat.btn-training:focus {
  background-color: #56bbb8;
}
.btn-flat.btn-totara {
  background-color: #76a44c;
  border-bottom: 3px solid #507034;
}
.btn-flat.btn-totara:after {
  background-color: #507034;
}
.btn-flat.btn-totara:hover,
.btn-flat.btn-totara:focus {
  background-color: #699344;
}
.btn-flat.btn-totara:after {
  background-color: #507034;
}
.btn-flat.btn-totara:hover,
.btn-flat.btn-totara:focus {
  background-color: #699344;
}
.btn-flat.btn-wp {
  background-color: #7895a3;
  border-bottom: 3px solid #546e7b;
}
.btn-flat.btn-wp:after {
  background-color: #546e7b;
}
.btn-flat.btn-wp:hover,
.btn-flat.btn-wp:focus {
  background-color: #698999;
}
.btn-flat.btn-wp:after {
  background-color: #546e7b;
}
.btn-flat.btn-wp:hover,
.btn-flat.btn-wp:focus {
  background-color: #698999;
}
.btn-flat.btn-bungee {
  background-color: #efdab8;
  border-bottom: 3px solid #e1b97a;
}
.btn-flat.btn-bungee:after {
  background-color: #e1b97a;
}
.btn-flat.btn-bungee:hover,
.btn-flat.btn-bungee:focus {
  background-color: #eacfa3;
}
.btn-flat.btn-bungee:after {
  background-color: #e1b97a;
}
.btn-flat.btn-bungee:hover,
.btn-flat.btn-bungee:focus {
  background-color: #eacfa3;
}
.btn-flat.btn-spongee {
  background-color: #c87b67;
  border-bottom: 3px solid #a6523c;
}
.btn-flat.btn-spongee:after {
  background-color: #a6523c;
}
.btn-flat.btn-spongee:hover,
.btn-flat.btn-spongee:focus {
  background-color: #c16b54;
}
.btn-flat.btn-spongee:after {
  background-color: #a6523c;
}
.btn-flat.btn-spongee:hover,
.btn-flat.btn-spongee:focus {
  background-color: #c16b54;
}
.btn-flat.btn-puttee {
  background-color: #96b2bd;
  border-bottom: 3px solid #67909f;
}
.btn-flat.btn-puttee:after {
  background-color: #67909f;
}
.btn-flat.btn-puttee:hover,
.btn-flat.btn-puttee:focus {
  background-color: #86a7b3;
}
.btn-flat.btn-puttee:after {
  background-color: #67909f;
}
.btn-flat.btn-puttee:hover,
.btn-flat.btn-puttee:focus {
  background-color: #86a7b3;
}
.btn-flat.btn-broadband {
  background-color: #ff6d10;
  border-bottom: 3px solid #c34c00;
}
.btn-flat.btn-broadband:after {
  background-color: #c34c00;
}
.btn-flat.btn-broadband:hover,
.btn-flat.btn-broadband:focus {
  background-color: #f66000;
}
.btn-flat.btn-broadband:after {
  background-color: #c34c00;
}
.btn-flat.btn-broadband:hover,
.btn-flat.btn-broadband:focus {
  background-color: #f66000;
}
.btn-flat.btn-big {
  line-height: 30px;
  font-size: 18px;
}
.btn-flat.ico-envelope:after {
  background-image: url(../images/btn-ico-envelope.png);
}
.slide-content .btn-moodle {
  background-color: #fbbe63;
  border-bottom: 3px solid #b46f08;
}
.slide-content .btn-moodle:after {
  background-color: #b46f08;
}
.slide-content .btn-moodle:hover,
.slide-content .btn-moodle:focus {
  background-color: #fab44a;
}
.slide-content .btn-moodle:after {
  background-color: #b46f08;
}
.slide-content .btn-moodle:hover,
.slide-content .btn-moodle:focus {
  background-color: #fab44a;
}
.slide-content .btn-sj {
  background-color: #2ae678;
  border-bottom: 3px solid #22854c;
}
.slide-content .btn-sj:after {
  background-color: #22854c;
}
.slide-content .btn-sj:hover,
.slide-content .btn-sj:focus {
  background-color: #1add6b;
}
.slide-content .btn-sj:after {
  background-color: #22854c;
}
.slide-content .btn-sj:hover,
.slide-content .btn-sj:focus {
  background-color: #1add6b;
}
.slide-content .btn-la {
  background-color: #e94b86;
  border-bottom: 3px solid #7d0d35;
}
.slide-content .btn-la:after {
  background-color: #7d0d35;
}
.slide-content .btn-la:hover,
.slide-content .btn-la:focus {
  background-color: #e63477;
}
.slide-content .btn-la:after {
  background-color: #7d0d35;
}
.slide-content .btn-la:hover,
.slide-content .btn-la:focus {
  background-color: #e63477;
}
.slide-content .btn-lj {
  background-color: #68c2c0;
  border-bottom: 3px solid #409e9d;
}
.slide-content .btn-lj:after {
  background-color: #409e9d;
}
.slide-content .btn-lj:hover,
.slide-content .btn-lj:focus {
  background-color: #56bbb8;
}
.slide-content .btn-lj:after {
  background-color: #409e9d;
}
.slide-content .btn-lj:hover,
.slide-content .btn-lj:focus {
  background-color: #56bbb8;
}
.case-study,
.resources {
  padding-bottom: 40px;
}
.case-study .case-title,
.resources .case-title {
  margin-top: 10px;
  height: 40px;
}
a.resources.framed {
  display: block;
  margin-bottom: 15px;
}
.cta-block {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .cta-block {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}
.cta-block.last {
  border: none;
}
@media (max-width: 991px) {
  .cta-block .heading br {
    display: none;
  }
}
.cta-block .copy {
  margin-top: 15px;
}
.cta-block a {
  color: #444444;
  display: block;
  height: 300px;
  position: relative;
}
.cta-block a:hover {
  text-decoration: none;
}
.cta-block a:hover em {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-block a {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cta-block a {
    height: auto;
  }
}
.cta-block .btn {
  margin: 10px auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 200px;
}
@media (max-width: 767px) {
  .cta-block .btn {
    position: relative;
  }
}
.cta-block-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.cta-row {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
body {
  counter-reset: features-counter;
}
.feature {
  counter-increment: features-counter;
  position: relative;
  padding-left: 80px;
  min-height: 60px;
}
.feature:before {
  content: counter(features-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  color: #cccccc;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: -4px;
}
.feature h3 {
  color: #8dc540;
}
.testimonial {
  margin: 0 0 20px 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 82px;
  height: 82px;
  background: transparent url('../images/blockquote-top.png');
  z-index: -1;
}
.testimonial:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 82px;
  height: 82px;
  background: transparent url('../images/blockquote-bottom.png');
  z-index: -1;
}
.testimonial > *:first-child {
  margin-top: 0;
}
.testimonial h3 {
  color: #8dc540;
}
.panel-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-block.even {
    border-left: 1px solid #f8f8f8;
  }
}
.panel-block .panel-teaser {
  height: 130px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel-block .panel-teaser {
    height: 105px;
  }
}
@media (max-width: 991px) {
  .panel-block .panel-teaser {
    height: auto;
  }
}
.panel-block .panel-teaser h3 {
  margin-top: 0px;
  font-size: 18px;
}
.panel-block .panel-teaser p {
  line-height: 1.4;
  color: #666;
}
.panel-block img {
  background: #8dc540;
}
.product-block {
  border-radius: 8px;
  border: 1px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  background-color: #eeeeee;
  margin-bottom: 30px;
  padding: 20px 5px;
}
.product-block:before,
.product-block:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-block:after {
  clear: both;
}
.product-block:before,
.product-block:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-block:after {
  clear: both;
}
@media (max-width: 767px) {
  .product-block {
    margin-bottom: 20px;
  }
}
.product-block .product-teaser:before,
.product-block .product-read-more:before,
.product-block .product-teaser:after,
.product-block .product-read-more:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-block .product-teaser:after,
.product-block .product-read-more:after {
  clear: both;
}
.product-block .product-teaser:before,
.product-block .product-read-more:before,
.product-block .product-teaser:after,
.product-block .product-read-more:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-block .product-teaser:after,
.product-block .product-read-more:after {
  clear: both;
}
.product-block .product-teaser {
  height: 160px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-block .product-teaser {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .product-block .product-teaser {
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-block .product-image {
    margin-bottom: 20px;
  }
}
.product-block .product-desc > *:first-child {
  margin-top: 0;
}
.product-block .product-read-more a {
  margin: 0 10px 0 0;
}
.product-block p {
  line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel-block .product-teaser {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-block .product-teaser {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .panel-block .product-teaser {
    height: auto;
  }
}
.icon-list {
  margin-bottom: 20px;
}
.icon-list:before,
.icon-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.icon-list:after {
  clear: both;
}
.icon-list:before,
.icon-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.icon-list:after {
  clear: both;
}
.icon-list .icon {
  float: left;
  margin-right: 20px;
  width: 55px;
}
.icon-list .desc {
  margin-left: 75px;
}
.item {
  margin-bottom: 30px;
}
.item .item-col > *:first-child {
  margin-top: 0;
}
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 6px 0 #000;
}
.portfolio-item .portfolio-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px 10px 60px;
  color: #fff;
  background-color: rgba(119, 171, 47, 0.9);
  display: block;
  opacity: 0;
  -webkit-transition: opacity .7s;
  -moz-transition: opacity .7s;
  -ms-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
}
.portfolio-item .portfolio-desc * {
  color: #fff;
}
.portfolio-item .portfolio-desc > *:first-child {
  margin-top: 0;
}
.portfolio-item .portfolio-desc p {
  line-height: 20px;
}
.portfolio-item .portfolio-desc .portfolio-read-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .portfolio-item .portfolio-desc .portfolio-read-more {
    height: 55px;
  }
}
.portfolio-item:hover .portfolio-desc {
  opacity: 1;
}
.featured-box {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .homepage-boxes .featured-box .framed {
    min-height: 400px;
  }
}
/* PACKAGES */
.packages {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .packages .panel {
    margin-bottom: 25px;
    border: 1px solid #E0E0E0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.packages .toggle {
  width: 43px;
  height: 43px;
  display: inline-block;
  background: url('../images/btn_toggle.png') 0 0 no-repeat;
}
.packages .toggle.active {
  background: url('../images/btn_toggle_active.png') 0 0 no-repeat;
}
.packages ul {
  text-align: left;
}
.packages .box_top {
  position: relative;
  height: 240px;
  padding: 0 15px;
  top: -25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .packages .box_top {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .packages .box_top {
    height: auto;
  }
}
.packages .box_top img {
  position: relative;
}
.packages.packages-single .box_top {
  position: relative;
  min-height: inherit;
  height: auto;
}
.packages .box_middle {
  background: #ffffff url('../images/box_middle.png') 0 0 repeat-x;
  display: none;
  padding: 25px 15px;
}
.packages .box_middle.active {
  display: block;
}
.packages .box_middle ul {
  list-style: none;
  margin-left: 10px;
  font-size: 15px;
}
.packages .box_middle ul li {
  background: url('../images/bullet.png') 0 50% no-repeat;
  padding-left: 17px;
  line-height: 1.8;
}
.packages .box_footer {
  width: 100%;
  height: 93px;
  position: relative;
  background: url('../images/box_middle.png') 0 0 repeat-x;
  padding-top: 1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.packages .box_footer .toggle {
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -25px;
}
.packages .box_footer .btn-flat {
  margin: 35px auto 0;
}
@media (min-width: 768px) {
  #footer-top .btn {
    margin-top: 0;
  }
}
.slide-video-still {
  position: absolute;
  top: -20px;
}
@media (min-width: 1200px) {
  .slide-video-still {
    left: 630px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-video-still {
    left: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-video-still {
    display: none;
  }
}
@media (max-width: 992px) {
  .table-responsive-md {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive-md > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive-md > .table > thead > tr > th,
  .table-responsive-md > .table > tbody > tr > th,
  .table-responsive-md > .table > tfoot > tr > th,
  .table-responsive-md > .table > thead > tr > td,
  .table-responsive-md > .table > tbody > tr > td,
  .table-responsive-md > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .table-responsive-md > .table-bordered > thead > tr > th:first-child,
  .table-responsive-md > .table-bordered > tbody > tr > th:first-child,
  .table-responsive-md > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive-md > .table-bordered > thead > tr > td:first-child,
  .table-responsive-md > .table-bordered > tbody > tr > td:first-child,
  .table-responsive-md > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive-md > .table-bordered > thead > tr > th:last-child,
  .table-responsive-md > .table-bordered > tbody > tr > th:last-child,
  .table-responsive-md > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive-md > .table-bordered > thead > tr > td:last-child,
  .table-responsive-md > .table-bordered > tbody > tr > td:last-child,
  .table-responsive-md > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive-md > .table-bordered > thead > tr:last-child > th,
  .table-responsive-md > .table-bordered > tbody > tr:last-child > th,
  .table-responsive-md > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive-md > .table-bordered > thead > tr:last-child > td,
  .table-responsive-md > .table-bordered > tbody > tr:last-child > td,
  .table-responsive-md > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#sidebar nav > .menu > li a:link,
#sidebar nav > .menu > li a:visited {
  padding: 7px 20px 7px;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: background 0.2s;
  font-size: 14px;
}
#sidebar nav > .menu > li.first a:link,
#sidebar nav > .menu > li.first a:visited {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#sidebar nav > .menu > li.last a:link,
#sidebar nav > .menu > li.last a:visited {
  border-bottom: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#sidebar nav > .menu > li > a:hover {
  background: #84c03a;
  border-bottom: 3px solid #2a7500;
  padding-bottom: 5px;
  color: #fff;
}
#sidebar nav > .menu > li.active-trail > a.active:link,
#sidebar nav > .menu > li.active-trail > a.active:visited {
  background: #84C03A;
  color: #fff;
  border-bottom: 3px solid #2a7500;
  padding-bottom: 5px;
}
#sidebar nav > .menu > li.active-trail a.active-trail.active {
  font-weight: bold;
}
#sidebar nav > .menu > li.expanded > a:link,
#sidebar nav > .menu > li.expanded > a:visited {
  background: url('../images/arrow-menu-sidebar.png') 93% 13px no-repeat;
}
#sidebar nav > .menu > li.expanded > a:hover {
  background: #84c03a url('../images/arrow-menu-sidebar-hover.png') 95% 13px no-repeat;
  border-bottom: 3px solid #2a7500;
  padding-bottom: 5px;
}
#sidebar nav > .menu > li.expanded.first a:hover {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#sidebar nav > .menu > li.expanded.last a:hover {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#sidebar nav > .menu > li.expanded > ul {
  display: none;
}
#sidebar nav > .menu > li.expanded.active-trail > a:link,
#sidebar nav > .menu > li.expanded.active-trail > a:visited {
  background: #84c03a url('../images/arrow-menu-sidebar-hover-down.jpg') 95% 15px no-repeat;
  color: #fff;
  border-bottom: 3px solid #2a7500;
  padding-bottom: 5px;
}
#sidebar nav > .menu > li.expanded.active-trail > ul {
  display: block;
}
#sidebar nav > .menu > li.expanded.active-trail > ul > li a:link,
#sidebar nav > .menu > li.expanded.active-trail > ul > li a:visited {
  padding-left: 30px;
}
#sidebar nav > .menu > li.expanded.active-trail > ul > li > a:hover {
  color: #84c03a;
}
#sidebar nav > .menu > li.expanded.active-trail > ul > li.active a:hover {
  color: #444;
}
#sidebar nav > .menu > li.expanded.active-trail .expanded > a:link,
#sidebar nav > .menu > li.expanded.active-trail .expanded > a:visited {
  background: url('../images/arrow-submenu-sidebar.png') 98% 11px no-repeat;
}
#sidebar nav > .menu > li.expanded.active-trail .expanded > ul {
  display: none;
}
#sidebar nav > .menu > li.expanded.active-trail .expanded.active-trail > a:link,
#sidebar nav > .menu > li.expanded.active-trail .expanded.active-trail > a:visited {
  background: url('../images/arrow-submenu-sidebar-down.png') 98% 13px no-repeat;
}
#sidebar nav > .menu > li.expanded.active-trail .expanded.active-trail > ul {
  display: block;
}
#sidebar nav > .menu > li.expanded.active-trail .expanded.active-trail > ul li a:link,
#sidebar nav > .menu > li.expanded.active-trail .expanded.active-trail > ul li a:visited {
  padding-left: 45px;
}
#sidebar nav > .menu > li.expanded.active-trail .expanded.active-trail > ul li a:hover {
  color: #84c03a;
}
.workplace #sidebar nav > .menu > li > a:hover {
  background: #7895A3;
  border-bottom: 3px solid #5F7884;
  padding-bottom: 5px;
  color: #fff;
}
.workplace #sidebar nav > .menu > li.active-trail > a.active:link,
.workplace #sidebar nav > .menu > li.active-trail > a.active:visited {
  background: #7895A3;
  color: #fff;
  border-bottom: 3px solid #5F7884;
  padding-bottom: 5px;
}
.workplace #sidebar nav > .menu > li.expanded > a:link,
.workplace #sidebar nav > .menu > li.expanded > a:visited {
  background: url('../images/workplace-sidebar-menu-arrow-right.png') 93% 11px no-repeat;
}
.workplace #sidebar nav > .menu > li.expanded > a:hover {
  background: #7895a3 url('../images/workplace-sidebar-menu-arrow-right.png') 95% 11px no-repeat;
  border-bottom: 3px solid #5F7884;
  padding-bottom: 5px;
}
.workplace #sidebar nav > .menu > li.expanded.active-trail > a:link,
.workplace #sidebar nav > .menu > li.expanded.active-trail > a:visited {
  background: #7895a3 url('../images/workplace-sidebar-menu-arrow-down.png') 95% 15px no-repeat;
  color: #fff;
  border-bottom: 3px solid #5F7884;
  padding-bottom: 5px;
}
.workplace #sidebar nav > .menu > li.expanded.active-trail ul li a:hover {
  color: #97adba;
}
