@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:100,300,400,500,700);
body {
  color: #333;
  margin: 0;
  font: 13px/1.5em Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}

a:link, a:visited {
  color: #08C;
  text-decoration: none;
}

a:hover, a:active {
  color: #EF8026;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #113167;
  margin: 10px 0;
  font-family: inherit;
  font-weight: 100;
  line-height: 1;
  color: #114167;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

p {
  margin: 0 0 10px 0;
}

ul, ol {
  margin-left: 0;
  padding-left: 0;
}

table {
  width: 99%;
}

tr.even td,
tr.odd td {
  padding: 10px 5px;
}

tr.odd {
  background-color: white;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

#edit-title {
  font-size: 24px;
  width: 99%;
}

#system-themes-form img {
  width: 100px;
}

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

#edit-delete {
  color: #cc0000;
}

div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

.offering-date-and-mode {
  font-weight: bold;
  color: #009af8;
}

.sticky-bar-right {
  float: right;
  color: #009af8;
  display: block;
  padding: 15px;
  font-weight: bold;
}

#footer,
#sidebar-first,
#sidebar-second,
#navigation {
  background: rgba(170, 170, 170, 0.2);
}

.page-portal .status {
  display: none;
}

.button-cta,
a.button-cta,
a.button-cta:visited {
  background: #00b374;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
}

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

#lfp-cert-verification-form {
  font-family: 'Roboto', sans-serif;
  padding: 20px;
}
#lfp-cert-verification-form:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 980px) {
  #lfp-cert-verification-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #lfp-cert-verification-form .column {
    width: 50%;
  }
}
#lfp-cert-verification-form .column-first {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #lfp-cert-verification-form .column-first {
    float: left;
    margin-bottom: 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  #lfp-cert-verification-form .column-last {
    float: right;
    padding-left: 40px;
  }
}
#lfp-cert-verification-form .cert-verification-title {
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
#lfp-cert-verification-form .cert-verification-title:after {
  border-bottom: 1px solid #00b374;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  width: 80px;
}
#lfp-cert-verification-form .cert-verification-description {
  font-size: 14px;
  line-height: 24px;
}
#lfp-cert-verification-form .form-text {
  max-width: 100%;
  padding: 10px 15px;
}
#lfp-cert-verification-form .form-type-checkbox input {
  margin-top: 3px;
  position: absolute;
}
#lfp-cert-verification-form .form-type-checkbox label {
  display: block;
  margin-left: 20px;
}
#lfp-cert-verification-form .form-submit {
  background: #00b374;
  border-radius: 3px;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  padding: 10px 25px;
  text-transform: uppercase;
}

.lf-assets footer .diagonal .container {
  max-width: 80em;
}

#header .nav-content ul#superfish-1 > li > ul {
  overflow: visible !important;
}
#header .sub-menu {
  min-width: 138px;
}
#header .sub-menu.social {
  min-width: 210px;
}

#superfish-1 li ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
}

.choose-lf-text ol, .field-why-choose-lf-text ul {
  font-size: 1.7em;
  line-height: 1.6;
  padding-top: 21px;
  text-align: left;
  margin-left: 5%;
}

#course-outline a.colorbox-load {
  text-decoration: underline;
  color: #555;
  font-size: 1.3em;
}

.course-outline-modal-text ol {
  padding-left: 10%;
}
.course-outline-modal-text ol ul {
  padding-left: 10%;
}

@media screen and (max-width: 980px) {
  h1.title {
    padding: 0 20px;
  }
}

.cert-container-loading-text {
  background-color: #fff;
  padding: 0;
  margin-bottom: 30px;
}

.page-mytraining .title {
  margin: 20px 0;
}
@media screen and (max-width: 979px) {
  .page-mytraining .title {
    padding: 0 20px;
  }
}

#lfp-mytraining-refresh-form,
#lfp-mytraining-refresh-classes-form {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 375px) {
  #lfp-mytraining-refresh-form {
    border-left: none;
    padding-left: 0;
    margin-left: 5px;
  }
}
@media screen and (max-width: 340px) {
  #lfp-mytraining-refresh-form {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 410px) {
  #lfp-mytraining-refresh-classes-form {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 370px) {
  #lfp-mytraining-refresh-classes-form {
    margin-top: 10px;
    display: block;
  }
}

#edit-refresh,
#edit-classes-refresh {
  background-color: #3591CF;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 14px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#edit-refresh:hover,
#edit-classes-refresh:hover {
  background-color: #333;
}

.classes-link-wrapper {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 625px) {
  .classes-link-wrapper {
    display: block;
    margin-top: 0;
    text-align: center;
  }
}
.classes-link-wrapper a {
  border-radius: 3px;
  color: #fff;
  background-color: #3591CF;
  padding: 6px 14px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.classes-link-wrapper a:hover {
  background-color: #333;
  text-decoration: none;
}

.launch-course-note-wrapper {
  margin-top: 1em;
}

.myclasses-empty-text {
  font-size: 13px;
  padding: 3px 10px;
  display: block;
  text-align: center;
}

.myclasses-header-hide {
  display: none;
}

.myClass .portal-icon-download {
  margin-right: 8px;
}
.myClass .portal-icon-book {
  margin-right: 6px;
}

.mycert-table-exam-info-section {
  margin-bottom: 20px;
}

.myTraining-table {
  border: 1px solid #eee;
  margin-bottom: 20px;
  min-height: 350px;
  padding: 20px;
  border-radius: 7px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .myTraining-table {
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
}
.myTraining-table table {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .myTraining-table table {
    margin-bottom: 20px;
  }
}
.myTraining-table tr:nth-of-type(even) {
  background-color: #EAF3FE;
}
.myTraining-table .myCert-exam-info table {
  margin-top: 0;
}
.myTraining-table .myCert-exam-info td {
  padding: 0 0 5px 0;
  position: relative;
}
.myTraining-table .myCert-exam-info td:first-child {
  padding-right: 10px;
}
@media screen and (min-width: 841px) {
  .myTraining-table .myCert-exam-info td {
    width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .myTraining-table .myCert-exam-info td {
    display: block;
    width: 100%;
  }
  .myTraining-table .myCert-exam-info td:first-child {
    font-weight: bold;
  }
}
.myTraining-table .myCert-exam-info tr:nth-of-type(even) {
  background-color: transparent;
}
@media screen and (max-width: 500px) {
  .myTraining-table .myCert-exam-info tr {
    border-bottom: 10px solid #fff;
  }
}
@media screen and (min-width: 767px) {
  .myTraining-table .myCert-exam-info .mycert-table-exam-info-section td:first-child {
    width: 85px;
  }
}
.myTraining-table .myCert-exam-info .mycert-table-exam-info-action-links {
  margin-bottom: 0;
}
.myTraining-table .myCert-exam-info .mycert-table-exam-info-action-links td:first-child {
  font-weight: normal;
}
.myTraining-table .myCert-exam-info .mycert-table-exam-info-action-links tr {
  border-bottom: none;
}
.myTraining-table td, .myTraining-table th {
  padding: 15px 10px;
}
.myTraining-table .btn {
  background-color: #194365;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.myTraining-tabs {
  margin-left: 20px;
}
.myTraining-tabs li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #eee;
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: grey;
  padding: 12px 30px;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 350px) {
  .myTraining-tabs li {
    padding: 10px 22px;
  }
}
.myTraining-tabs li.active {
  background-color: #194365;
  color: #fff;
}
.myTraining-tabs li.active:hover {
  color: #fff;
}
.myTraining-tabs li:hover {
  color: #333;
}

.myTraining-options {
  color: #333;
  clear: both;
  margin-bottom: 20px;
}
.myTraining-options .option {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #eee;
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px;
  width: auto;
}
.myTraining-options .option.active, .myTraining-options .option.active:hover {
  background: #608C3F;
  background-color: rgba(96, 140, 63, 0.5);
  color: #fff;
  text-decoration: none;
}
.myTraining-options .option:hover {
  text-decoration: underline;
  color: #EF8026;
}

.myTraining-bannerAd {
  background-color: #eee;
  height: 75px;
  margin-top: 20px;
}

@media screen and (max-width: 625px) {
  .myTraining-table.myClass table tr:nth-of-type(even) {
    background-color: transparent;
  }
  .myTraining-table.myClass table thead {
    display: none;
  }
  .myTraining-table.myClass table tbody {
    border-bottom: 1px solid #ddd;
    border-top: none;
  }
  .myTraining-table.myClass table tbody td {
    display: block;
    padding: 0.6rem;
  }
  .myTraining-table.myClass table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8em;
  }
  .myTraining-table.myClass table tbody tr {
    border: 1px solid #DDD;
    border-width: 0 1px 20px 1px;
    border-bottom-color: #fff;
  }
  .myTraining-table.myClass table tbody tr td:first-child {
    background-color: #F2F2F2;
    border: 1px solid #DDD;
    border-width: 1px 0;
    border-bottom-color: #DDD;
    color: #005DAA;
    margin: 0;
  }
  .myTraining-table.myClass table tbody tr td:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.myClasses .portal-icon-download {
  margin-right: 8px;
}
@media screen and (max-width: 350px) {
  .myClasses .portal-icon-download {
    display: none;
  }
}
.myClasses .portal-icon-book {
  margin-right: 6px;
}
@media screen and (max-width: 350px) {
  .myClasses .portal-icon-book {
    display: none;
  }
}

.active {
  display: block;
}

.inactive {
  display: none;
}

.myCert > h2 {
  display: inline-block;
  margin-top: 0;
}

.myCert-block {
  position: relative;
  margin-bottom: 20px;
}
.myCert-block:last-child {
  margin-bottom: 0;
}
.myCert-block h4 {
  background-color: #F2F2F2;
  border: 1px solid #ddd;
  color: #005DAA;
  margin: 0;
  padding: 10px 20px 8px 20px;
}
@media screen and (max-width: 575px) {
  .myCert-block h4 {
    padding: 10px 10px 32px 10px;
  }
}
@media screen and (max-width: 425px) {
  .myCert-block h4 {
    padding-bottom: 8px;
    text-align: center;
  }
}
.myCert-block .state {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 9px;
}
@media screen and (max-width: 575px) {
  .myCert-block .state {
    right: auto;
    top: 33px;
    left: 10px;
  }
}
@media screen and (max-width: 425px) {
  .myCert-block .state {
    display: block;
    margin-top: 5px;
    position: static;
    text-align: center;
  }
}

.myCert-exam-info {
  border: 1px solid #ddd;
  display: inline-block;
  margin: 20px 0 0 0;
  min-height: 250px;
  padding: 20px;
  width: 51.27%;
}
.myCert-exam-info .icon {
  position: absolute;
}
.myCert-exam-info .icon + a {
  display: inline-block;
  margin-left: 20px;
}
.myCert-exam-info h3 {
  font-size: 18px;
  color: #0076C0;
  margin-top: 0;
  padding-bottom: 10px;
}
.myCert-exam-info tbody {
  border: none;
}

.myCert-actions {
  background-color: #eaf3fe;
  border: 1px solid #ddd;
  display: inline-block;
  margin-top: 20px;
  margin-right: 2.1%;
  min-height: 250px;
  padding: 20px;
  vertical-align: top;
  width: 46%;
}
@media screen and (max-width: 840px) {
  .myCert-actions {
    width: 100%;
  }
}
.myCert-actions h3 {
  font-size: 18px;
  color: #0076C0;
  margin-top: 0;
  padding-bottom: 10px;
}
.myCert-actions span {
  position: absolute;
}
.myCert-actions li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.myCert-actions li:last-child {
  margin-bottom: 0;
}
.myCert-actions li a {
  display: inline-block;
  margin-left: 22px;
}

.myCert-actions .form-item-cert-checklist-video-guide {
  height: 0;
}
.myCert-actions .form-item-cert-checklist-video-guide span {
  top: -16px;
}
.myCert-actions .form-type-checkboxes {
  margin: 0;
}
.myCert-actions form .form-checkboxes .form-item {
  margin: 0 0 10px 0;
}
.myCert-actions form .form-checkboxes .form-item:last-child {
  margin-bottom: 0;
}
.myCert-actions form label {
  color: #08C;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.myCert-actions form label:hover {
  color: #EF8026;
  text-decoration: underline;
}
.myCert-actions form span {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -3px;
}
.myCert-actions form input[type="checkbox"] {
  display: none;
}
.myCert-actions form input[type="checkbox"]:checked + label {
  color: #333;
  cursor: default;
}
.myCert-actions form input[type="checkbox"]:checked + label:hover {
  color: #333;
  text-decoration: none;
}
.myCert-actions form input[type="checkbox"] + label span {
  display: inline-block;
}
.myCert-actions form input[type="checkbox"] + label span:before {
  color: #9D261D;
  font-family: "portallinuxfoundationorg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myCert-actions form input[type="checkbox"]:checked + label span:before {
  color: #8BBA20;
  font-family: "portallinuxfoundationorg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 840px) {
  .myCert-actions,
  .myCert-exam-info {
    min-height: inherit;
  }
}

.myCert-content {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px;
}

.underway {
  color: #EF8026;
}

.good-standing {
  color: #8BBA20;
}

.renewal {
  font-size: 12px;
}

@media screen and (max-width: 840px) {
  .myCert-exam-info {
    margin-top: 20px;
    width: 100%;
  }
}
.lfp-youtube-video {
  padding-left: 30px;
}

#lfp-choose-dist-slect-distribution-form {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px;
  width: 250px;
}
@media screen and (max-width: 980px) {
  #lfp-choose-dist-slect-distribution-form {
    margin-left: 20px;
  }
}
@media screen and (max-width: 360px) {
  #lfp-choose-dist-slect-distribution-form {
    width: 100%;
  }
}
#lfp-choose-dist-slect-distribution-form .form-item {
  margin: 0;
}
#lfp-choose-dist-slect-distribution-form .form-radios {
  margin: 10px 0;
}
#lfp-choose-dist-slect-distribution-form .form-type-radio {
  margin-bottom: 5px;
}
#lfp-choose-dist-slect-distribution-form .form-submit {
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: inline-block;
  background: #3591CF;
  padding: 5px 14px 6px;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.1s linear all 0.5s linear;
  -moz-transition: 0.1s linear all 0.5s linear;
  -o-transition: 0.1s linear all 0.5s linear;
  -ms-transition: 0.1s linear all 0.5s linear;
  transition: 0.1s linear all 0.5s linear;
}
#lfp-choose-dist-slect-distribution-form .form-submit:hover {
  background-color: #333;
}

.ctools-collapsible-container .ctools-collapsible-handle {
  position: relative;
  top: -32px;
  height: 0px;
  left: 250px;
  color: #08c;
}

.ctools-collapsible-container .ctools-toggle-collapsed {
  display: none;
}

.myCert-actions .lfp-mycerts-cl-form .ctools-collapsible-container .ctools-toggle {
  display: none;
}

#lf-surveys-evaluation-form,
#lf-surveys-registration-form {
  margin-bottom: 40px;
}
#lf-surveys-evaluation-form .form-submit,
#lf-surveys-registration-form .form-submit {
  background: #003e61;
  border-radius: 3px;
  border: none;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 15px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
#lf-surveys-evaluation-form textarea,
#lf-surveys-registration-form textarea {
  padding: 10px;
}
#lf-surveys-evaluation-form table,
#lf-surveys-registration-form table {
  margin-bottom: 20px;
}
#lf-surveys-evaluation-form table th,
#lf-surveys-registration-form table th {
  padding-right: 0;
  text-align: center;
}
#lf-surveys-evaluation-form table th:first-child,
#lf-surveys-registration-form table th:first-child {
  text-align: left;
}
#lf-surveys-evaluation-form table td,
#lf-surveys-registration-form table td {
  text-align: center;
}
#lf-surveys-evaluation-form table td:first-child,
#lf-surveys-registration-form table td:first-child {
  text-align: left;
}

.block.background-black {
  background: #464646;
}
.block.background-bottom-black {
  background: #252525;
}
.block.background-dark-grey {
  background: #131722;
}
.block.background-light-grey {
  background: #F7F7F7;
}
.block.background-dark-blue {
  background: #1A618B;
}
.block.background-light-blue {
  background: #009EF4;
}
.block.background-overlay-blue {
  background: #0175B5;
}

#block-lf_courses-description .content ol, #block-lf_courses-description .content ul, #block-lf_courses-description .content ol, #block-lf_courses-description .content ul {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin-left: 5%;
}

@media screen and (min-width: 960px) {
  body.node-type-course #main .container {
    width: 100%;
  }
}
body.node-type-course #main #content-header {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  body.node-type-course #main #content-header {
    width: 960px;
  }
}

#block-lf_courses-details {
  color: #555;
}
#block-lf_courses-details .block-inner {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 70px 0;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-details .block-inner {
    width: 960px;
  }
}
#block-lf_courses-details .content {
  padding-left: 20px;
  padding-right: 20px;
}
#block-lf_courses-details .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-details .content {
    padding-left: 0;
    padding-right: 0;
  }
}
#block-lf_courses-details .column-first {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-details .column-first {
    float: left;
    margin-bottom: 0;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  #block-lf_courses-details .column-last {
    float: right;
    width: 40%;
  }
}
#block-lf_courses-details .section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-details .section {
    margin-bottom: 80px;
  }
}
#block-lf_courses-details .section:last-child {
  margin-bottom: 0;
}
#block-lf_courses-details .section h2.block-title {
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
#block-lf_courses-details .section h2.block-title:after {
  background: #009af8;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}
#block-lf_courses-details .section p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 125%;
}
#block-lf_courses-details .section .field-course-detail-icon {
  display: block;
  float: left;
  padding-right: 10px;
}
#block-lf_courses-details .field-course-detail-text {
  margin-left: 35px;
}
#block-lf_courses-details .price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
#block-lf_courses-details .price:after {
  content: "";
  display: table;
  clear: both;
}
#block-lf_courses-details .price .field-price {
  float: left;
  font-size: 36px;
  line-height: 100%;
  margin-right: 10px;
}
#block-lf_courses-details .price .price-discount {
  color: #a1a1a1;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
#block-lf_courses-details .price .price-discount em {
  display: block;
  font-size: 12px;
}
#block-lf_courses-details .field-purchase-link {
  margin-bottom: 40px;
}
#block-lf_courses-details .field-purchase-link a:link,
#block-lf_courses-details .field-purchase-link a:visited {
  background: #009af8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 100%;
  padding: 24px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#block-lf_courses-details .guaranteed-to-run::after {
  background: transparent url("../images/guaranteed-to-run-icon.png") no-repeat scroll 0 0;
  content: " ";
  display: inline-block;
  height: 32px;
  width: 32px;
  font-size: 16px;
  vertical-align: middle;
}
#block-lf_courses-details .expert {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  width: 100px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-details .expert {
    margin-left: -120px;
    position: absolute;
  }
}
#block-lf_courses-details .expert img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px auto;
  max-width: 82px;
  width: 100%;
}
#block-lf_courses-details .field-expert-knowledge-title {
  font-weight: 700;
}
#block-lf_courses-details .guaranteed-to-run {
  color: #009348;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

#block-lf_courses-description {
  color: #555;
  font-family: 'Open Sans', sans-serif;
}
#block-lf_courses-description .block-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 70px 20px;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-description .block-inner {
    padding: 70px 0;
    width: 900px;
  }
}
#block-lf_courses-description h2.block-title {
  color: #555;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 75px;
  position: relative;
  text-align: center;
}
#block-lf_courses-description h2.block-title:after {
  background: #009af8;
  bottom: -25px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -73px;
  position: absolute;
  width: 146px;
}
#block-lf_courses-description p {
  font-size: 16px;
  line-height: 150%;
}

#block-lf_courses-short_description {
  background: #efefef;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
#block-lf_courses-short_description .block-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 70px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-short_description .block-inner {
    padding: 70px 0;
    width: 900px;
  }
}
#block-lf_courses-short_description .field-body {
  color: #555;
  margin-bottom: 30px;
}
#block-lf_courses-short_description .field-body p {
  font-size: 24px;
  line-height: 150%;
}
#block-lf_courses-short_description .percentage {
  background: url(../images/optimized/icons/course.png) no-repeat 0 30%;
  background-size: 25%;
  color: #1a618b;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  height: 83px;
  padding-left: 80px;
  padding-top: 14px;
}
#block-lf_courses-short_description .percentage:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 375px) {
  #block-lf_courses-short_description .percentage {
    background-size: inherit;
    background-position-y: 50%;
    padding-left: 100px;
  }
}
#block-lf_courses-short_description .percentage .field-percentage-integer {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 375px) {
  #block-lf_courses-short_description .percentage .field-percentage-integer {
    font-size: 50px;
  }
}
#block-lf_courses-short_description .percentage .field-percentage-label {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 135%;
  text-align: left;
  width: 100px;
}
@media screen and (min-width: 375px) {
  #block-lf_courses-short_description .percentage .field-percentage-label {
    font-size: 16px;
    line-height: 150%;
  }
}

#block-lf_courses-recommended_courses {
  background: #252525;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
#block-lf_courses-recommended_courses .block-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 70px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-recommended_courses .block-inner {
    padding: 70px 0;
  }
}
#block-lf_courses-recommended_courses h2.block-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
#block-lf_courses-recommended_courses h2.block-title:after {
  background: #009af8;
  bottom: -25px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -73px;
  position: absolute;
  width: 146px;
}
#block-lf_courses-recommended_courses p {
  font-size: 24px;
  line-height: 150%;
}
#block-lf_courses-recommended_courses .field-students-enrolled-text {
  margin-bottom: 95px;
}
#block-lf_courses-recommended_courses .recommended-courses ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-recommended_courses .recommended-courses ul {
    display: table-cell;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
  }
}
#block-lf_courses-recommended_courses .recommended-courses ul li {
  background: url(../images/optimized/icons/course-recommend.png) no-repeat 50% 0;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 150px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-recommended_courses .recommended-courses ul li {
    display: flex;
    flex-basis: 33.33333%;
    flex-direction: column;
    float: left;
    margin-bottom: 0;
    width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
  }
}
html.lt-ie10 #block-lf_courses-recommended_courses .recommended-courses ul li {
  width: 31%;
}
#block-lf_courses-recommended_courses .recommended-courses h3 {
  color: #fff;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-recommended_courses .recommended-courses .recommended-link {
    align-items: flex-end;
    display: flex;
    flex: 1;
  }
}
#block-lf_courses-recommended_courses .recommended-courses .recommended-link a:link,
#block-lf_courses-recommended_courses .recommended-courses .recommended-link a:visited {
  background: #009af8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-recommended_courses .recommended-courses .recommended-link a:link,
  #block-lf_courses-recommended_courses .recommended-courses .recommended-link a:visited {
    display: block;
  }
}

#block-lf_courses-header {
  background: #131722;
  font-family: 'Open Sans', sans-serif;
}
#block-lf_courses-header header {
  height: 420px;
}
#block-lf_courses-header header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.01), #000);
  opacity: .6;
}
#block-lf_courses-header header .block-inner {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header header .block-inner {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }
  #block-lf_courses-header header .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
#block-lf_courses-header header .title,
#block-lf_courses-header header .levels {
  position: absolute;
  right: 20px;
}
#block-lf_courses-header header .title li,
#block-lf_courses-header header .levels li {
  width: 150px;
}
@media screen and (max-width: 500px) {
  #block-lf_courses-header header .title li,
  #block-lf_courses-header header .levels li {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  #block-lf_courses-header header .title,
  #block-lf_courses-header header .levels {
    right: 0;
  }
  #block-lf_courses-header header .title li,
  #block-lf_courses-header header .levels li {
    width: 150px;
  }
}
#block-lf_courses-header header .title {
  background: url(../images/optimized/icons/laurel.png) no-repeat 50% 0;
  padding: 120px 20px 0 20px;
  text-align: center;
  top: 80px;
  background-size: 30%;
}
@media screen and (min-width: 520px) {
  #block-lf_courses-header header .title {
    width: 500px;
    padding: 150px 20px 0 20px;
  }
}
#block-lf_courses-header header .title h1 {
  color: #fff;
  font-size: 26px;
}
@media screen and (min-width: 520px) {
  #block-lf_courses-header header .title h1 {
    font-size: 36px;
  }
}
#block-lf_courses-header header .levels {
  bottom: 25px;
  text-align: left;
  padding-right: 80px;
}
@media screen and (min-width: 520px) {
  #block-lf_courses-header header .levels {
    padding-right: 95px;
  }
}
@media screen and (max-width: 320px) {
  #block-lf_courses-header header .levels {
    display: none;
  }
}
#block-lf_courses-header header ul {
  margin: 0;
  padding: 0;
}
#block-lf_courses-header header ul li {
  float: right;
  list-style: none;
  margin: 0 0 10px 40px;
  padding: 0;
  margin-left: 40px;
  width: 200px;
}
#block-lf_courses-header header ul li h3 {
  color: #ddd;
  font-size: 1em;
}
#block-lf_courses-header header ul li .progress-wrapper {
  background: #fff;
  height: 2px;
  width: 100%;
}
#block-lf_courses-header header ul li .progress-wrapper .progress-level {
  background: #009af8;
  height: 100%;
}
#block-lf_courses-header .course-video-link a,
#block-lf_courses-header .course-video-link a:visited {
  background: transparent url(../images/optimized/play-button.png) no-repeat 0 8%;
  background-size: 14%;
  top: 18px;
  color: #aaa;
  display: block;
  font-size: 12px;
  height: 68px;
  left: 20px;
  line-height: 125%;
  outline: none;
  overflow: hidden;
  padding-left: 37px;
  position: absolute;
  text-decoration: none;
  width: 200px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-header .course-video-link a,
  #block-lf_courses-header .course-video-link a:visited {
    text-indent: inherit;
    background-size: 13%;
    top: auto;
    bottom: 0;
    font-size: 14px;
  }
}
#block-lf_courses-header nav {
  background: #e3e9ec;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header nav {
    background: #d8e2e9;
  }
  #block-lf_courses-header nav:after {
    content: "";
    display: table;
    clear: both;
  }
}
#block-lf_courses-header nav.is-expanded {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#block-lf_courses-header nav.is-expanded .nav--info {
  display: block;
}
#block-lf_courses-header nav.is-fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#block-lf_courses-header nav.is-fixed.is-expanded {
  height: 100%;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header nav.is-fixed.is-expanded {
    height: auto;
  }
}
#block-lf_courses-header nav ul {
  margin: 0;
  padding: 0;
}
#block-lf_courses-header nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header nav .block-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 920px;
  }
  #block-lf_courses-header nav .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 1000px) {
  #block-lf_courses-header nav .block-inner {
    width: 960px;
  }
}
#block-lf_courses-header .nav--purchase-info {
  background: #d8e2e9;
  color: #009af8;
  font-size: 14px;
  padding: 13px 20px 13px 0;
}
#block-lf_courses-header .nav--purchase-info:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--purchase-info {
    background: transparent;
    float: right;
    padding-right: 0;
  }
}
#block-lf_courses-header .nav--purchase-info .ajax-progress {
  display: none;
}
#block-lf_courses-header .nav--purchase-price {
  float: right;
  margin: 8px 0 0 20px;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--purchase-price {
    font-size: 18px;
    margin-top: 10px;
  }
}
#block-lf_courses-header .guaranteed-to-run-container, #block-lf_courses-header .nav--guaranteed-to-run {
  float: right;
}
#block-lf_courses-header .guaranteed-to-run-container::after {
  background: transparent url("../images/GTRlogo.png") no-repeat scroll 0 0;
  content: " ";
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 16px;
  vertical-align: middle;
}
#block-lf_courses-header .nav--purchase-link {
  float: right;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--purchase-link {
    font-size: 18px;
  }
}
#block-lf_courses-header .nav--purchase-link a:link,
#block-lf_courses-header .nav--purchase-link a:visited {
  background: #009af8;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 8px 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--purchase-link a:link,
  #block-lf_courses-header .nav--purchase-link a:visited {
    padding: 10px 20px;
  }
}
#block-lf_courses-header .nav--info-toggle {
  cursor: pointer;
  display: block;
  height: 45px;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 45px;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--info-toggle {
    display: none;
  }
}
#block-lf_courses-header .nav--info-toggle span {
  left: 12px;
  position: relative;
  top: 24px;
}
#block-lf_courses-header .nav--info-toggle span:before, #block-lf_courses-header .nav--info-toggle span:after {
  background: #62676a;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: all, .1s, ease-in-out;
  width: 20px;
}
#block-lf_courses-header .nav--info-toggle span:before {
  top: -5px;
}
#block-lf_courses-header .nav--info-toggle span:after {
  bottom: -5px;
}
#block-lf_courses-header .nav--info-toggle.is-active span:before, #block-lf_courses-header .nav--info-toggle.is-active span:after {
  top: 0;
}
#block-lf_courses-header .nav--info-toggle.is-active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#block-lf_courses-header .nav--info-toggle.is-active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#block-lf_courses-header .nav--info {
  display: none;
  font-size: 18px;
  padding: 40px 50px;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--info {
    display: block;
    float: left;
    padding: 0;
  }
  #block-lf_courses-header .nav--info:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--info ul {
    float: left;
  }
}
#block-lf_courses-header .nav--info ul li {
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--info ul li {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
#block-lf_courses-header .nav--info ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
#block-lf_courses-header .nav--info ul a:link,
#block-lf_courses-header .nav--info ul a:visited {
  color: #7f8182;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-header .nav--info ul a:link,
  #block-lf_courses-header .nav--info ul a:visited {
    display: block;
    line-height: 66px;
  }
}
#block-lf_courses-header .nav--info ul a:link:hover, #block-lf_courses-header .nav--info ul a:link:focus,
#block-lf_courses-header .nav--info ul a:visited:hover,
#block-lf_courses-header .nav--info ul a:visited:focus {
  color: #555;
}
#block-lf_courses-header .nav--no-offerings {
  float: right;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  width: 200px;
}
@media screen and (min-width: 480px) {
  #block-lf_courses-header .nav--no-offerings {
    font-size: 16px;
    line-height: 100%;
    padding-top: 13px;
    width: auto;
  }
}

#block-lf_courses-testimonials {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
#block-lf_courses-testimonials .block-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 70px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-testimonials .block-inner {
    padding: 70px 0;
    width: 900px;
  }
}
#block-lf_courses-testimonials h2.block-title {
  color: #555;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 75px;
  position: relative;
  text-align: center;
}
#block-lf_courses-testimonials h2.block-title:after {
  background: #009af8;
  bottom: -25px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -73px;
  position: absolute;
  width: 146px;
}
#block-lf_courses-testimonials .field-why-choose-lf-text {
  color: #555;
  margin-bottom: 60px;
}
#block-lf_courses-testimonials .field-why-choose-lf-text p {
  font-size: 24px;
  line-height: 150%;
}
#block-lf_courses-testimonials .testimonials ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-testimonials .testimonials ul {
    display: table-cell;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
  }
}
#block-lf_courses-testimonials .testimonials ul li {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-testimonials .testimonials ul li {
    display: flex;
    flex-basis: 33.33333%;
    flex-direction: column;
    float: left;
    margin-bottom: 50px;
    width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
  }
}
html.lt-ie10 #block-lf_courses-testimonials .testimonials ul li {
  width: 31%;
}
#block-lf_courses-testimonials .testimonials ul li .inner {
  background: #efefef;
  flex: 1;
  padding: 60px 20px;
}
#block-lf_courses-testimonials .testimonials ul li .inner img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 30px auto;
}
#block-lf_courses-testimonials .testimonials ul li .inner h3 {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
#block-lf_courses-testimonials .testimonials ul li .inner p {
  color: #555;
  font-size: 14px;
  font-style: italic;
  line-height: 125%;
}

#block-lf_courses-delivery_modes {
  background: #0170ad url(../images/optimized/bg/bg-deliverymode.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#block-lf_courses-delivery_modes .block-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 70px 20px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-delivery_modes .block-inner {
    padding: 70px 0;
  }
}
#block-lf_courses-delivery_modes h2.block-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 110px;
  position: relative;
  text-align: center;
}
#block-lf_courses-delivery_modes h2.block-title:after {
  background: #fff;
  bottom: -25px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -73px;
  position: absolute;
  width: 146px;
}
#block-lf_courses-delivery_modes .delivery-mode {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-delivery_modes .delivery-mode {
    display: table-cell;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
#block-lf_courses-delivery_modes .delivery-mode li {
  background-position: 50% 0;
  background-repeat: no-repeat;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 145px 40px 0 40px;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-delivery_modes .delivery-mode li {
    display: flex;
    flex-basis: 33.33333%;
    flex-direction: column;
    float: left;
    margin-bottom: 0;
    width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
  }
}
html.lt-ie10 #block-lf_courses-delivery_modes .delivery-mode li {
  width: 31%;
}
#block-lf_courses-delivery_modes .delivery-mode li.delivery-mode-on-site {
  background-image: url(../images/optimized/icons/delivery-on-site.png);
}
#block-lf_courses-delivery_modes .delivery-mode li.delivery-mode-online {
  background-image: url(../images/optimized/icons/delivery-online.png);
}
#block-lf_courses-delivery_modes .delivery-mode li.delivery-mode-classroom {
  background-image: url(../images/optimized/icons/delivery-classroom.png);
}
#block-lf_courses-delivery_modes h3 {
  color: #252525;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 7px 0;
  text-align: center;
}
#block-lf_courses-delivery_modes p {
  font-size: 14px;
  line-height: 125%;
}
#block-lf_courses-delivery_modes a:link,
#block-lf_courses-delivery_modes a:visited {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

#block-lf_courses-quote {
  background: #131722 url(../images/optimized/bg/bg-office.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#block-lf_courses-quote .block-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 70px 20px;
}
@media screen and (min-width: 960px) {
  #block-lf_courses-quote .block-inner {
    padding: 70px 0;
  }
}
#block-lf_courses-quote h2.block-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 110px;
  position: relative;
  text-align: center;
}
#block-lf_courses-quote h2.block-title:after {
  background: #009af8;
  bottom: -25px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -73px;
  position: absolute;
  width: 146px;
}
#block-lf_courses-quote p {
  font-size: 16px;
  margin-bottom: 20px;
}
#block-lf_courses-quote #lf-courses-get-quote-form:after,
#block-lf_courses-quote .form-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#block-lf_courses-quote #lf-courses-get-quote-form {
  position: relative;
}
#block-lf_courses-quote .form-item {
  margin: 0 0 10px 0;
  position: relative;
}
#block-lf_courses-quote .form-type-textfield label {
  color: #666;
  font-size: 16px;
  font-weight: 100;
  padding: 22px 20px;
  position: absolute;
}
#block-lf_courses-quote .form-type-textfield input {
  border: none;
  color: #666;
  display: block;
  font-size: 16px;
  max-width: 100%;
  padding: 20px;
  width: 100%;
}
#block-lf_courses-quote .form-submit {
  background: #009af8;
  border-radius: 3px;
  border: none;
  color: #fff;
  clear: both;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  padding: 20px 70px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-quote .form-submit {
    float: right;
  }
}
#block-lf_courses-quote .form-required {
  color: #009af8;
}
#block-lf_courses-quote .description {
  color: #fff;
}
#block-lf_courses-quote .form-item-offering .select-wrapper,
#block-lf_courses-quote .form-item-students .select-wrapper {
  background: #fff url(../images/optimized/icons/arrow-down.png) no-repeat 95% 30px;
  background-position: calc(100% - 15px) 30px;
}
html.lt-ie10 #block-lf_courses-quote .form-item-offering .select-wrapper, html.lt-ie10
#block-lf_courses-quote .form-item-students .select-wrapper {
  padding-right: 0;
}
#block-lf_courses-quote .form-item-offering select,
#block-lf_courses-quote .form-item-students select {
  background: transparent;
  border-radius: 0;
  border: 0 none;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 100;
  max-width: 100%;
  overflow: hidden;
  padding: 22px 40px 22px 20px;
  white-space: pre-wrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
html.lt-ie10 #block-lf_courses-quote .form-item-offering select, html.lt-ie10
#block-lf_courses-quote .form-item-students select {
  padding-right: 15px;
}
#block-lf_courses-quote .form-item-offering select::-ms-expand,
#block-lf_courses-quote .form-item-students select::-ms-expand {
  display: none;
}
#block-lf_courses-quote .form-item-offering:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-quote .form-item-offering .select-wrapper {
    float: left;
  }
}
#block-lf_courses-quote .form-item-offering select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-quote .form-item-offering select {
    width: auto;
  }
}
#block-lf_courses-quote .form-item-students select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-quote .column-first {
    float: left;
    width: 53%;
  }
}
@media screen and (min-width: 960px) {
  #block-lf_courses-quote .column-first .form-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #block-lf_courses-quote .column-last {
    float: right;
    width: 43%;
  }
}
#block-lf_courses-quote .placeholder-focus label {
  background-color: #009af8;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  padding: 10px;
  top: -25px;
}
#block-lf_courses-quote .placeholder-focus label:after {
  border-top-color: #009af8;
}
#block-lf_courses-quote .placeholder-focus label .form-required {
  color: #fff;
}
#block-lf_courses-quote div.error {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-color: #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px;
}
#block-lf_courses-quote .ajax-progress {
  bottom: -30px;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #block-lf_courses-quote .ajax-progress {
    left: auto;
    right: 0;
  }
}
#block-lf_courses-quote .message-success {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
#block-lf_courses-quote .message-success p {
  font-size: 18px;
  line-height: 150%;
}
#block-lf_courses-quote .message-success a:link,
#block-lf_courses-quote .message-success a:visited {
  color: #fff;
  text-decoration: underline;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  body.is-fixed {
    height: auto;
    overflow: inherit;
  }
}

#lf-courses-offering-form {
  border-bottom: 1px solid #ccd0d2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #lf-courses-offering-form {
    border-bottom: none;
    border-left: 1px solid #ccd0d2;
    display: block;
    float: right;
    margin: 12px 0 0 20px;
    padding: 0 0 0 20px;
  }
}
#lf-courses-offering-form .form-item {
  margin: 0;
}
#lf-courses-offering-form .form-item-offering .select-wrapper {
  background: transparent url(../images/optimized/icons/arrow-down.png) no-repeat 100% 15px;
}
html.lt-ie10 #lf-courses-offering-form .form-item-offering .select-wrapper {
  background-image: none;
}
#lf-courses-offering-form .form-item-offering select {
  background: transparent;
  border-radius: 0;
  border: 0 none;
  box-shadow: none;
  color: #555;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  padding: 10px 30px 10px 0;
  white-space: pre-wrap;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media screen and (min-width: 960px) {
  #lf-courses-offering-form .form-item-offering select {
    width: auto;
  }
}
html.lt-ie10 #lf-courses-offering-form .form-item-offering select {
  padding-right: 0;
}
#lf-courses-offering-form .form-item-offering select::-ms-expand {
  display: none;
}
#lf-courses-offering-form .form-submit {
  display: none;
}
#lf-courses-offering-form .ajax-progress {
  display: none;
}

body.is-fixed-nav .nav--placeholder {
  display: block;
  height: 61px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  body.is-fixed-nav .nav--placeholder {
    height: 66px;
  }
}

body.node-type-landing-page {
  font-family: "Roboto", sans-serif;
}

.node-landing-page table.padded td {
  padding: 10px;
}
.node-landing-page ul, .node-landing-page ol {
  padding-left: 25px;
}

.social-icons li.share {
  margin: 0 5px;
  /*&.twitter a:hover 	{background-position: 0 -30px }
		&.linkedin a		{background-position: 0 -60px }
		&.linkedin a:hover	{background-position: 0 -90px }
		&.gplus a 			{background-position: 0 -120px }
		&.gplus a:hover 	{background-position: 0 -150px }
		&.rss a 			{background-position: 0 -300px }
		&.rss a:hover 		{background-position: 0 -330px }
		&.facebook a		{background-position: 0 -360px }
		&.facebook a:hover	{background-position: 0 -390px }
		&.identica a		{background-position: 0 -420px }
		&.identica a:hover	{background-position: 0 -450px }
		&.newsletter a		{background-position: 0 -240px }
		&.newsletter a:hover{background-position: 0 -270px }
		changed to color all the time*/
}

.social-icons li.share:last-child {
  margin-right: 0;
}

.social-icons li.share a {
  display: block;
  padding: 0 !important;
  width: 24px;
  height: 24px;
  line-height: 30px;
  background: url(/sites/all/themes/lftraining/images/social-icons.png) no-repeat;
}

.social-icons li.share.twitter a {
  background-position: 0 -30px;
}

.social-icons li.share.linkedin a {
  background-position: 0 -90px;
}

.social-icons li.share.gplus a {
  background-position: 0 -150px;
}

.social-icons li.share.rss a {
  background-position: 0 -330px;
}

.social-icons li.share.facebook a {
  background-position: 0 -390px;
}

.social-icons li.share.identica a {
  background-position: 0 -450px;
}

.social-icons li.share.newsletter a {
  background-position: 0 -270px;
}

.social-icons li.share span {
  display: block;
  text-indent: -999em;
}

.social-icons-inline {
  list-style: none;
}

.social-icons-inline li {
  margin-left: 5px;
  margin-bottom: 7px !important;
}

.social-icons-inline li a {
  display: block;
  padding: 0 0 0 30px !important;
  height: 24px;
  line-height: 24px;
  background: url(/sites/all/themes/lftraining/images/social-icons.png) no-repeat;
}

.social-icons-inline li.twitter a {
  background-position: 0 -30px;
}

.social-icons-inline li.linkedin a {
  background-position: 0 -90px;
}

.social-icons-inline li.gplus a {
  background-position: 0 -150px;
}

.social-icons-inline li.rss a {
  background-position: 0 -330px;
}

.social-icons-inline li.facebook a {
  background-position: 0 -390px;
}

.social-icons-inline li.identica a {
  background-position: 0 -450px;
}

.social-icons-inline li.newsletter a {
  background-position: 0 -270px;
}

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

@font-face {
  font-family: 'portallinuxfoundationorg';
  src: url("../icons/portallinuxfoundationorg.eot?-yhx5xe");
  src: url("../icons/portallinuxfoundationorg.eot?#iefix-yhx5xe") format("embedded-opentype"), url("../icons/portallinuxfoundationorg.woff?-yhx5xe") format("woff"), url("../icons/portallinuxfoundationorg.ttf?-yhx5xe") format("truetype"), url("../icons/portallinuxfoundationorg.svg?-yhx5xe#portallinuxfoundationorg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="portal-icon-"], [class*=" portal-icon-"] {
  font-family: 'portallinuxfoundationorg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.portal-icon-pencil:before {
  content: "\e60a";
}

.portal-icon-book:before {
  content: "\e60b";
}

.portal-icon-calendar:before {
  content: "\e608";
}

.portal-icon-download:before {
  content: "\e604";
}

.portal-icon-wrench:before {
  content: "\e609";
}

.portal-icon-eye:before {
  content: "\e605";
}

.portal-icon-close:before, .myCert-actions form input[type="checkbox"] + label span:before {
  content: "\e606";
}

.portal-icon-checkmark:before, .myCert-actions form input[type="checkbox"]:checked + label span:before {
  content: "\e607";
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 6px solid #333;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 -15px;
}

.no-csstransitions .loading-spinner {
  animation: none;
  background: url(../images/optimized/ajax-loader.gif) no-repeat;
  border: none;
  display: inline-block;
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 -15px;
  height: 40px;
  width: 40px;
}

.myClass .loading-spinner {
  margin-bottom: 10px;
}
.myClass .cert-container-loading-text {
  margin-top: 40px;
}

.myCert .cert-container-loading-text {
  margin-top: 40px;
}

@media screen and (min-width: 788px) {
  .view-lf-courses-schedule.view-display-id-page {
    padding-right: 4em;
  }
}
.view-lf-courses-schedule .view-content > h3 {
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 1em;
  margin-top: 2em;
}
.view-lf-courses-schedule .views-row {
  border: solid 1px #E4E4E4;
  background: #FFFFFF none repeat scroll 0 0;
  box-shadow: 1px 1px 3px #333333;
  margin-bottom: 3em;
  padding: 2em;
}
.view-lf-courses-schedule .views-row .views-field {
  font-size: 1.2em;
}
.view-lf-courses-schedule .views-row .views-field-nothing {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}
.view-lf-courses-schedule .views-row .views-field-nothing h4 {
  color: #0088CC !important;
  display: inline;
  font-size: 1em;
  font-weight: bold;
}
.view-lf-courses-schedule .views-row .views-field-nothing a {
  color: #0088CC !important;
  line-height: 1.4;
  margin-right: 0.5em;
}
.view-lf-courses-schedule .views-row .views-field-nothing .course-duration {
  color: #999999;
}
.view-lf-courses-schedule .views-row .views-field-nothing .course-title-group {
  margin-right: 30px;
}
.view-lf-courses-schedule .views-row .views-field-nothing .collapse-caret {
  float: right;
  width: 30px;
  height: 16px;
  margin-top: 5px;
  cursor: hand;
  background: url(../images/optimized/icons/caret-down.png) no-repeat;
  background-size: auto 100%;
}
.view-lf-courses-schedule .views-row .views-field-nothing .collapse-caret.expanded {
  background: url(../images/optimized/icons/caret-up.png) no-repeat;
  background-size: auto 100%;
}
.view-lf-courses-schedule .views-row .views-field-field-course-body-value {
  clear: both;
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage-1 {
  width: 100%;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-discount-percentage-1 {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 52.54237%;
  }
  .view-lf-courses-schedule .views-row .views-field-discount-percentage-1:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage-1 a {
  background: #80E6FF;
  border-radius: 3px;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  font-size: 0.9em;
  padding: 1em 4em;
  text-transform: uppercase;
}
.view-lf-courses-schedule .views-row .views-field-nothing-2 {
  margin-bottom: 25px;
}
.view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage {
  color: #999;
  display: inline-block;
  float: left;
  font-size: 1.1em;
  margin-bottom: 0.8em;
  width: 100%;
  clear: both;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 38.98305%;
  }
  .view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage .progress-wrapper {
  background: #eeeeee;
  height: 3px;
  max-width: 180px;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage .progress-wrapper {
    height: 13px;
    max-width: none;
  }
}
.view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage .progress-level {
  height: 100%;
  background: #0088CC;
}
.view-lf-courses-schedule .views-row .views-field-field-percentage-integer-1 {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-field-percentage-integer-1 {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 45.76271%;
  }
  .view-lf-courses-schedule .views-row .views-field-field-percentage-integer-1:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .field-content.views-label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable {
  width: 100%;
}
.view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable .views-label.date- {
  visibility: hidden;
  font-size: 0;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 25.42373%;
  }
  .view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-current-price {
  width: 100%;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-current-price {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 11.86441%;
  }
  .view-lf-courses-schedule .views-row .views-field-current-price:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-location-human-readable {
  width: 100%;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-location-human-readable {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 11.86441%;
  }
  .view-lf-courses-schedule .views-row .views-field-location-human-readable:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-location-human-readable .views-label, .view-lf-courses-schedule .views-row .views-field-current-price .views-label, .view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable .views-label {
  color: #999999;
  display: inline-block;
  font-size: 0.9em;
  padding-bottom: 0.3em;
}
.view-lf-courses-schedule .views-row .views-field-location-human-readable .field-content, .view-lf-courses-schedule .views-row .views-field-current-price .field-content, .view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable .field-content {
  display: block;
  font-size: 1.1em;
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .view-lf-courses-schedule .views-row .views-field-field-skill-level-percentage, .view-lf-courses-schedule .views-row .views-field-field-course-dates-human-readable, .view-lf-courses-schedule .views-row .views-field-current-price, .view-lf-courses-schedule .views-row .views-field-location-human-readable {
    text-align: center;
    margin-bottom: 1em;
  }
}
.view-lf-courses-schedule .views-row .views-field-field-purchase-link-url {
  width: 100%;
  margin-bottom: 35px;
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .view-lf-courses-schedule .views-row .views-field-field-purchase-link-url {
    text-align: center;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-field-purchase-link-url {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
  }
  .view-lf-courses-schedule .views-row .views-field-field-purchase-link-url:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-field-purchase-link-url a,
.view-lf-courses-schedule .views-row .views-field-field-purchase-link-url a:visited {
  background: #009af8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 0.9em;
  padding: 1em 3em;
  text-decoration: none;
  text-transform: uppercase;
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage {
  width: 100%;
  padding-top: 5px;
  color: #999999;
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-discount-percentage {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 25.42373%;
  }
  .view-lf-courses-schedule .views-row .views-field-discount-percentage:last-child {
    margin-right: 0;
  }
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage .original-price {
  display: inline;
  text-decoration: line-through;
  padding-right: 5px;
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage .discount {
  display: inline;
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage .discount-end {
  font-style: italic;
}
.view-lf-courses-schedule .views-row .views-field-discount-percentage.discount-0 {
  font-size: 0;
  visibility: hidden;
}
.view-lf-courses-schedule .views-row .views-field-field-percentage-integer {
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .view-lf-courses-schedule .views-row .views-field-field-percentage-integer .field-content {
    display: block;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}
@media screen and (min-width: 788px) {
  .view-lf-courses-schedule .views-row .views-field-field-percentage-integer {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 38.98305%;
    margin-right: 0;
  }
  .view-lf-courses-schedule .views-row .views-field-field-percentage-integer:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .view-lf-courses-schedule .views-row .more-link {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    text-align: right;
  }
}
.view-lf-courses-schedule .views-row .views-field-field-percentage-integer .percentage {
  background: url(../images/optimized/icons/course.png) no-repeat 0 50%;
  background-size: auto 100%;
  color: #1a618b;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  height: 42px;
  padding-left: 50px;
  padding-top: 3px;
}
.view-lf-courses-schedule .views-row .views-field-field-percentage-integer .percentage .field-percentage-integer {
  display: block;
  float: left;
  font-size: 32px;
  line-height: 100%;
  margin-right: 5px;
}
.view-lf-courses-schedule .views-row .views-field-field-percentage-integer .percentage .field-percentage-label {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
  width: 70px;
}

.view-empty {
  color: #999999;
  font-size: 2em;
  line-height: 1.2;
  margin-top: 3em;
}

.view-lf-courses-category {
  margin-bottom: 3em;
}
.view-lf-courses-category th {
  border: none;
}
.view-lf-courses-category thead tr {
  border-bottom: 3px solid #ccc;
}
@media all and (min-width: 0px) and (max-width: 479px) {
  .view-lf-courses-category thead tr {
    display: none;
  }
}
@media all and (min-width: 0px) and (max-width: 479px) {
  .view-lf-courses-category tbody .views-label {
    font-weight: bold;
    padding-right: 0.5em;
  }
}
@media screen and (min-width: 480px) {
  .view-lf-courses-category tbody .views-label {
    display: none;
  }
}
@media all and (min-width: 0px) and (max-width: 479px) {
  .view-lf-courses-category .views-field {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .view-lf-courses-category .views-field-field-code {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 11.86441%;
  }
  .view-lf-courses-category .views-field-field-code:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) {
  .view-lf-courses-category .views-field-title {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
  }
  .view-lf-courses-category .views-field-title:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) {
  .view-lf-courses-category .views-field-field-duration {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 18.64407%;
    margin-right: 0;
  }
  .view-lf-courses-category .views-field-field-duration:last-child {
    margin-right: 0;
  }
}

.page-linux-courses-find-linux-training-courses #main, .page-taxonomy-term.taxonomy-vocabulary-course-category #main,
.page-linux-courses #main {
  background: #E4E4E4;
}
.page-linux-courses-find-linux-training-courses .courses-icon, .page-taxonomy-term.taxonomy-vocabulary-course-category .courses-icon,
.page-linux-courses .courses-icon {
  float: left;
  margin-right: 2em;
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .page-linux-courses-find-linux-training-courses .courses-icon, .page-taxonomy-term.taxonomy-vocabulary-course-category .courses-icon,
  .page-linux-courses .courses-icon {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 788px) {
  .page-linux-courses-find-linux-training-courses h1, .page-taxonomy-term.taxonomy-vocabulary-course-category h1,
  .page-linux-courses h1 {
    margin-top: 0.4em;
  }
}
.page-linux-courses-find-linux-training-courses .courses-suffix, .page-taxonomy-term.taxonomy-vocabulary-course-category .courses-suffix,
.page-linux-courses .courses-suffix {
  font-size: 1.2em;
}
.page-linux-courses-find-linux-training-courses aside, .page-taxonomy-term.taxonomy-vocabulary-course-category aside,
.page-linux-courses aside {
  background: none !important;
}
@media screen and (min-width: 788px) {
  .page-linux-courses-find-linux-training-courses aside, .page-taxonomy-term.taxonomy-vocabulary-course-category aside,
  .page-linux-courses aside {
    margin-top: 7.5em;
  }
}
.page-linux-courses-find-linux-training-courses #content-header, .page-taxonomy-term.taxonomy-vocabulary-course-category #content-header,
.page-linux-courses #content-header {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 3em;
}
.page-linux-courses-find-linux-training-courses .view-content > h3, .page-taxonomy-term.taxonomy-vocabulary-course-category .view-content > h3,
.page-linux-courses .view-content > h3, .page-linux-courses-find-linux-training-courses .views-table caption .field-course-category, .page-taxonomy-term.taxonomy-vocabulary-course-category .views-table caption .field-course-category,
.page-linux-courses .views-table caption .field-course-category {
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 1em;
  margin-top: 2em;
  text-align: left;
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .page-linux-courses-find-linux-training-courses #main .container, .page-taxonomy-term.taxonomy-vocabulary-course-category #main .container,
  .page-linux-courses #main .container {
    display: table !important;
    padding: 0 1em;
  }
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .page-linux-courses-find-linux-training-courses #sidebar-second, .page-taxonomy-term.taxonomy-vocabulary-course-category #sidebar-second,
  .page-linux-courses #sidebar-second {
    width: 100%;
  }
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .page-linux-courses-find-linux-training-courses #content, .page-taxonomy-term.taxonomy-vocabulary-course-category #content,
  .page-linux-courses #content {
    width: 100%;
    float: none !important;
    display: table-footer-group !important;
  }
}
@media all and (min-width: 0px) and (max-width: 787px) {
  .page-linux-courses-find-linux-training-courses #content-header, .page-taxonomy-term.taxonomy-vocabulary-course-category #content-header,
  .page-linux-courses #content-header {
    width: 100%;
    margin-bottom: 4em;
    text-align: center;
  }
}

@media all and (min-width: 0px) and (max-width: 989px) {
  .page-taxonomy-term.taxonomy-vocabulary-course-category #content,
  .page-linux-courses #content {
    padding: 0 10px;
  }
}

.block-facetapi .block-title {
  color: #999999;
  font-size: 1.3em;
}
.block-facetapi ul {
  list-style: none;
}
.block-facetapi ul li.leaf {
  list-style: none;
  margin-left: 0;
  padding-left: 22px;
  position: relative;
}
.block-facetapi a {
  letter-spacing: -0.02em;
}
.block-facetapi input.facetapi-checkbox {
  left: 0;
  position: absolute;
  top: 3px;
}
.block-facetapi a.facetapi-checkbox {
  display: block;
}

#collapse {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #eeeeee;
  display: block;
  font-size: 1.2em;
  padding: 0.6em 0;
  width: 100%;
}
@media screen and (min-width: 788px) {
  #collapse {
    display: none;
  }
}
#collapse span {
  font-size: 1.4em;
  margin-right: 0.2em;
}

@media all and (min-width: 0px) and (max-width: 787px) {
  #sidebar-second-blocks {
    border: 2px solid;
    display: none;
    padding: 2em;
  }
}
@media all and (min-width: 0px) and (max-width: 787px) {
  #sidebar-second-blocks .item-list {
    font-size: 1.3em;
  }
}
@media all and (min-width: 0px) and (max-width: 787px) {
  #sidebar-second-blocks input[type="checkbox"], #sidebar-second-blocks input[type="radio"] {
    height: 23px;
    padding: 0;
    width: 26px;
  }
}

aside .block {
  margin-bottom: 1em;
}
aside h2.block-title {
  border-bottom: 1px solid #cccccc;
}
aside a:link, aside a:visited {
  color: #114167;
}

.block-search-api-sorts {
  background: #eeeeee none repeat scroll 0 0;
  padding: 1.5em 1em 1em;
}
.block-search-api-sorts ul {
  list-style-type: none;
  margin-bottom: 0;
}
.block-search-api-sorts .sort-item img {
  margin-left: 5px;
}

#views-exposed-form-lf-courses-schedule-page .form-item-search-api-views-fulltext {
  border-bottom: 1px solid #999;
  padding-right: 30px;
}
#views-exposed-form-lf-courses-schedule-page input.form-text {
  background: transparent;
  border: none;
  display: block;
  color: #999999;
  font-size: 1.5em;
  padding: 0.3em 0;
  width: 100%;
}
#views-exposed-form-lf-courses-schedule-page input#edit-submit-lf-courses-schedule {
  background: transparent url("../images/optimized/search.png") no-repeat scroll center center;
  border: 0 none;
  height: 35px;
  margin-top: 0;
  text-indent: -9000px;
  width: 33px;
}
#views-exposed-form-lf-courses-schedule-page .views-submit-button {
  float: right;
  margin-top: -46px;
  position: relative;
  right: 0;
  width: auto;
  z-index: 1;
}
#views-exposed-form-lf-courses-schedule-page .views-reset-button .form-submit {
  background: transparent;
  border-radius: none;
  border: none;
  color: #0088CC;
  margin: 5px 0 0 0;
  padding: 0;
}
#views-exposed-form-lf-courses-schedule-page .views-exposed-form .views-exposed-widget {
  width: auto;
}
#views-exposed-form-lf-courses-schedule-page #edit-search-api-views-fulltext-wrapper {
  width: 100%;
}

.lf-assets footer .container {
  max-width: 960px;
  padding: 2em;
  width: auto;
}

body {
  overflow-x: hidden;
}

.field-why-choose-lf-text ol, .field-why-choose-lf-text ul {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 21px;
  text-align: left;
}

.course_lp .course_lp_banner {
  min-height: 350px;
  margin-bottom: 15px;
}
.course_lp .course_lp_banner h1 {
  color: #ffffff;
}
.course_lp .course_lp_banner ul {
  list-style: none;
  color: #fff;
}
.course_lp .course_lp_banner ul li {
  margin-bottom: 5px;
}
.course_lp .course_lp_banner .course_lp_banner_inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 10px 20px;
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_logo {
  background: url(/sites/all/themes/lftraining/images/optimized/icons/laurel.png) no-repeat 50% 0;
  padding: 120px 20px 0 20px;
  text-align: center;
  top: 80px;
  background-size: 150px;
  margin-bottom: 50px;
}
@media screen and (min-width: 990px) {
  .course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_logo {
    background-size: 30%;
  }
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_left_col {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  text-align: center;
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_left_col ul {
  margin-top: 50px;
}
@media screen and (min-width: 990px) {
  .course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_left_col {
    float: left;
    width: 50%;
  }
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_right_col {
  display: block;
  height: 250px;
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_right_col {
    float: left;
    width: 50%;
  }
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_single_col {
  text-align: center;
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_single_col h1 {
  color: #000;
}
.course_lp .course_lp_banner .course_lp_banner_inner .course_lp_banner_single_col .course_lp_banner_logo {
  margin-bottom: 15px;
  padding: 220px 20px 0 20px;
  background-size: 200px !important;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.course_lp .course_lp_body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 50px;
}
.course_lp .course_lp_button {
  background: #009af8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 8px 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 350px;
}
.course_lp .course_lp_button:hover {
  background: #00caf1;
}

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