/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}
body {
  min-height: 100%;
  background: #ffffff;
  color: #000000;
  font: 400 0.9375em/1.6 'Lato', Arial, Helvetica, sans-serif;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.no-bottom-margin {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  line-height: 1.15;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
h1 small,
h2 small,
h3 small,
h4 small {
  font-weight: normal;
  line-height: 1;
  font-size: 75%;
}
h1 {
  font-size: 2em;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.7332em;
  }
}
h2 {
  font-size: 1.5333em;
  margin: 0 0 17px;
  padding: 11px 0 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.32875778em;
  }
}
h3 {
  font-size: 1.2em;
  margin: 0 0 14px;
  padding-top: 17px;
}
h4 {
  font-size: 1.0666em;
  margin: 0 0 9px;
}
p {
  margin: 0 0 20px;
}
.fs21 {
  font-size: 1.4em;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #f44336;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px;
}
ul li,
ol li {
  margin: 0;
  padding: 10px 0;
}
ul li li:first-child,
ol li li:first-child {
  padding-top: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul li {
  padding-left: 10px;
  margin-left: 16px;
  position: relative;
  list-style: none outside none;
}
ul li:before {
  content: '';
  background: #000000;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0.6em;
  margin-top: 10px;
}
ul li li:first-child:before {
  margin-top: 20px;
}
ul.centered-list {
  padding: 0;
}
ul.centered-list li {
  padding-left: 0;
  margin-left: 0;
  list-style: disc inside none;
}
ul.centered-list li:before {
  display: none;
}
ol li {
  margin-left: 23px;
}
.question-list {
  padding-top: 10px;
}
.question-list li {
  list-style: none;
  padding: 12px 0 12px 100px;
}
@media (max-width: 767px) {
  .question-list li {
    padding-left: 50px;
  }
}
.question-list li:before {
  background-color: transparent;
  background-image: url("images-new/question-icon.png");
  width: 68px;
  height: 68px;
  top: 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .question-list li:before {
    background-image: url("images-new/question-icon@2x.png");
    background-size: 68px 68px;
  }
}
@media (max-width: 767px) {
  .question-list li:before {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
}
.question-list li h3 {
  margin: 0 0 6px;
  padding: 0;
  color: #333333;
}
.question-list li p {
  margin-bottom: 11px;
}
.two-column-list {
  margin-left: -25px;
  margin-right: -25px;
}
.two-column-list:after {
  content: '';
  display: block;
  clear: both;
}
.two-column-list li {
  list-style: none;
  width: 50%;
  float: left;
  padding: 0 25px;
  margin: 0;
}
@media (max-width: 767px) {
  .two-column-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.two-column-list li:before {
  display: none;
}
.book-or-online-list {
  border: 1px solid #bebebe;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 768px) {
  .book-or-online-list:before {
    content: '';
    top: 9.25%;
    bottom: 10.84%;
    position: absolute;
    width: 1px;
    background: #bebebe;
    left: 50%;
  }
}
.book-or-online-list li {
  padding: 22px 45px 18px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .book-or-online-list li {
    float: left;
    width: 50%;
  }
}
.book-or-online-list li:before {
  display: none;
}
.book-or-online-list li.list-or {
  border: 1px solid #bebebe;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  font: bold 1.5333em/79px 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .book-or-online-list li.list-or:before,
  .book-or-online-list li.list-or:after {
    content: '';
    background: #bebebe;
    height: 1px;
    position: absolute;
    width: 75%;
    top: 50%;
    margin: 0;
  }
  .book-or-online-list li.list-or:before {
    display: block;
    left: -75%;
  }
  .book-or-online-list li.list-or:after {
    right: -75%;
  }
}
@media (min-width: 768px) {
  .book-or-online-list li.list-or {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -41px 0 0 -41px;
  }
}
.book-or-online-list:after {
  content: '';
  display: table;
  clear: both;
}
.compare-table {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.compare-table > li {
  display: table-cell;
  vertical-align: middle;
  min-width: 1%;
}
.compare-table li {
  padding: 0;
  margin: 0;
}
.compare-table li:first-child {
  padding: 0;
}
.compare-table li:before {
  display: none;
}
.compare-table > li {
  list-style: none;
}
.compare-table > li li,
.compare-table > li li:first-child {
  padding: 20px 0 18px;
  min-height: 100%;
}
.compare-table > li.compare-point {
  width: 24.77%;
  padding-top: 38px;
}
@media (max-width: 767px) {
  .compare-table > li.compare-point {
    display: none;
  }
}
.compare-table > li.compare-point li {
  text-align: right;
  padding-right: 16px;
  font-weight: 600;
}
.compare-table > li.classroom-training,
.compare-table > li.online-training {
  min-height: 100%;
}
.compare-table > li.classroom-training .column-heading,
.compare-table > li.online-training .column-heading {
  font: 1.2em 'Montserrat', Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 22px 10px 19px;
}
.compare-table > li.classroom-training .column-heading {
  background: #000000;
}
.compare-table > li.online-training {
  position: relative;
}
.compare-table > li.online-training .column-heading {
  background: #f44336;
  margin-left: -1px;
  position: relative;
  padding: 30px 10px 27px;
}
.compare-table > li.online-training ul {
  margin-left: -1px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.compare-table > li:not(.compare-point) li {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: -1px;
}
.compare-table > li:not(.compare-point) li:first-child {
  border-top: none;
}
.compare-table > li li:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px 0 0 !important;
  width: 0;
  background: transparent;
  position: static;
}
.compare-table > li li .li-text {
  display: inline-block;
  vertical-align: middle;
}
.compare-note {
  margin-left: 24.77%;
}
.lm-tab-selector {
  margin: 0;
}
.lm-tab-selector li {
  padding: 0;
}
.lm-tab-selector li:before {
  display: none;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f44336;
}
pre {
  white-space: inherit;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 36px 0 34px;
  border-left: 1px solid #cccccc;
  position: relative;
  font-style: italic;
}
blockquote:before {
  content: '';
  background: #cccccc;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 1px;
  position: absolute;
}
blockquote:after {
  content: '';
  background: #cccccc;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 3px;
  position: absolute;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
}
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.6;
}
a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #e81e0b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.match-height {
  white-space: inherit;
}
.note {
  color: #777777;
  font-size: 0.9333em;
}
table {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
}
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 18px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
table > thead > tr > th:first-child,
table > tbody > tr > th:first-child,
table > tfoot > tr > th:first-child,
table > thead > tr > td:first-child,
table > tbody > tr > td:first-child,
table > tfoot > tr > td:first-child {
  border-left-width: 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th {
  vertical-align: top;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.0666em;
  background: #000000;
}
table > thead > tr > th a,
table > tbody > tr > th a,
table > tfoot > tr > th a {
  color: #ffffff;
}
table > tfoot > tr > td {
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.0666em;
  background: #000000;
}
table > tbody + tbody {
  border-top: 2px solid transparent;
}
table table {
  background-color: #ffffff;
}
table > tbody > tr.colored {
  background-color: #f5f5f5;
}
table caption {
  padding: 0 0 8px;
  text-align: left;
}
th {
  text-align: left;
}
.table-condensed {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
}
.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: 3px 6px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
.table-condensed > thead > tr > th:first-child,
.table-condensed > tbody > tr > th:first-child,
.table-condensed > tfoot > tr > th:first-child,
.table-condensed > thead > tr > td:first-child,
.table-condensed > tbody > tr > td:first-child,
.table-condensed > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th {
  vertical-align: top;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.0666em;
  background: #000000;
}
.table-condensed > thead > tr > th a,
.table-condensed > tbody > tr > th a,
.table-condensed > tfoot > tr > th a {
  color: #ffffff;
}
.table-condensed > tfoot > tr > td {
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.0666em;
  background: #000000;
}
.table-condensed > tbody + tbody {
  border-top: 2px solid transparent;
}
.table-condensed table {
  background-color: #ffffff;
}
.table-condensed > tbody > tr.colored {
  background-color: #f5f5f5;
}
.table-condensed caption {
  padding: 0 0 8px;
  text-align: left;
}
.table-bordered {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  border: 1px solid transparent;
}
.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 {
  padding: 8px 18px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
  vertical-align: top;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.0666em;
  background: #000000;
}
.table-bordered > thead > tr > th a,
.table-bordered > tbody > tr > th a,
.table-bordered > tfoot > tr > th a {
  color: #ffffff;
}
.table-bordered > tfoot > tr > td {
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.0666em;
  background: #000000;
}
.table-bordered > tbody + tbody {
  border-top: 2px solid transparent;
}
.table-bordered table {
  background-color: #ffffff;
}
.table-bordered > tbody > tr.colored {
  background-color: #f5f5f5;
}
.table-bordered caption {
  padding: 0 0 8px;
  text-align: left;
}
.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 transparent;
}
.table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table-resp {
    margin-bottom: 0;
  }
  .table-responsive > .table-resp > thead > tr > th,
  .table-responsive > .table-resp > tbody > tr > th,
  .table-responsive > .table-resp > tfoot > tr > th,
  .table-responsive > .table-resp > thead > tr > td,
  .table-responsive > .table-resp > tbody > tr > td,
  .table-responsive > .table-resp > 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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
[type="submit"],
[type="button"],
[type="reset"],
button,
.btn-red,
.btn-trans {
  font: 700 1em 'Montserrat', Arial, Helvetica, sans-serif;
  border: 1px solid #e81e0b;
  border-radius: 5px;
  padding: 19px 30px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}
[type="submit"]:focus,
[type="button"]:focus,
[type="reset"]:focus,
button:focus,
.btn-red:focus,
.btn-trans:focus {
  outline: none;
}
[type="submit"]:hover,
[type="button"]:hover,
[type="reset"]:hover,
button:hover,
.btn-red:hover,
.btn-trans:hover {
  border-color: #e75b4e;
}
[type="submit"]:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
button:disabled,
.btn-red:disabled,
.btn-trans:disabled {
  opacity: 0.65;
}
[type="submit"].btn-sm,
[type="button"].btn-sm,
[type="reset"].btn-sm,
button.btn-sm,
.btn-red.btn-sm,
.btn-trans.btn-sm {
  padding: 9px 15px 10px;
}
@media (max-width: 767px) {
  [type="submit"],
  [type="button"],
  [type="reset"],
  button,
  .btn-red,
  .btn-trans {
    padding: 19px 15px 20px;
  }
}
[type="submit"],
[type="button"],
.btn-red {
  background: #e81e0b;
  color: #ffffff;
}
[type="submit"]:hover,
[type="button"]:hover,
.btn-red:hover,
[type="submit"]:focus,
[type="button"]:focus,
.btn-red:focus {
  background-color: #e75b4e;
  color: #ffffff;
}
[type="reset"] {
  background: transparent;
  color: #e81e0b;
}
[type="reset"]:hover,
[type="reset"]:focus {
  background: #e75b4e;
  color: #ffffff;
}
[class*="lm"] [type="submit"],
[class*="lm"] [type="button"],
[class*="lm"] [type="reset"],
[class*="lm"] button {
  padding: 12px 5px;
  text-transform: none;
}
.btn-trans {
  background: transparent;
  border-color: transparent;
  color: #777777;
}
.btn-trans:hover,
.btn-trans:focus {
  background: #777777;
  color: #ffffff;
  border-color: transparent;
}
.btn-trans .fa {
  margin-right: 10px;
  margin-left: -7px;
}
.btn-link {
  background: transparent;
  border-color: transparent;
  text-transform: none;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover,
.btn-link:focus {
  background: transparent;
  color: #000000;
  border-color: transparent;
  text-decoration: none;
}
.btn-link .fa {
  margin-right: 10px;
  margin-left: -7px;
}
.btn-arrow {
  width: 7px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: -1px -7px 0 15px;
}
.btn-arrow:before {
  content: '';
  width: 7px;
  height: 11px;
  background-image: url("images-new/btn-arrow.png");
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-arrow:before {
    background-image: url("images-new/btn-arrow@2x.png");
    background-size: 7px 11px;
  }
}
.btn-brdr {
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 10px 8px;
  font-weight: 600;
  color: #000;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
  background: #ffffff;
  border: 1px solid #777777;
  display: inline-block;
  height: 60px;
  padding: 9px 10px 10px;
  vertical-align: middle;
  font: 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
  color: #000000;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select:-moz-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
select::placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus {
  outline: none;
  border: 1px solid #4D90FE;
  -webkit-box-shadow: 0 0 3px solid #4D90FE;
  box-shadow: 0 0 3px solid #4D90FE;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
select:disabled {
  color: #777777;
  font-style: italic;
}
textarea {
  background: #ffffff;
  border: 1px solid #777777;
  display: inline-block;
  height: auto;
  padding: 5px 10px;
  vertical-align: middle;
  font: 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
  color: #000000;
}
textarea:-moz-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
textarea::-moz-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
textarea::-webkit-input-placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
textarea::placeholder {
  color: #777777;
  font: italic 1.2em/1.2 'Lato', Arial, Helvetica, sans-serif;
}
textarea:focus {
  outline: none;
  border: 1px solid #4D90FE;
  -webkit-box-shadow: 0 0 3px solid #4D90FE;
  box-shadow: 0 0 3px solid #4D90FE;
}
label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
label .req {
  color: #f44336;
  font-size: 0.8666em;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}
.checkbox-group label,
.radio-group label {
  position: relative;
  min-height: 22px;
}
.checkbox-group label:before,
.radio-group label:before {
  content: '';
  position: absolute;
  top: -3px;
  /*add -3px to set checkbox vertically*/
  left: 0;
}
.checkbox-group label.right-input:before,
.radio-group label.right-input:before {
  left: auto;
  right: 0;
}
.checkbox-group input,
.radio-group input {
  opacity: 0;
  position: absolute;
  z-index: 5;
  transform: scale(2, 2) translate(20%, 23%);
}
@media (max-width: 767px) {
  .checkbox-group input.check-all-student,
  .radio-group input.check-all-student {
    transform: scale(2, 2) translate(20%, 25%);
  }
}
.checkbox-group input:checked + label:before,
.radio-group input:checked + label:before {
  background-position: 0 33%;
}
.checkbox-group input:focus + label:before,
.radio-group input:focus + label:before {
  -webkit-box-shadow: 0 0 3px solid #4D90FE;
  box-shadow: 0 0 3px solid #4D90FE;
}
.checkbox-group input:disabled + label:before,
.radio-group input:disabled + label:before {
  background-position: 0 66%;
}
.checkbox-group input:checked:disabled + label:before,
.radio-group input:checked:disabled + label:before {
  background-position: 0 100%;
}
.checkbox-group label {
  padding: 0 0 0 43px;
}
.checkbox-group label:before {
  content: '';
  background: url('images-new/checkbox-sprite.png') no-repeat 0 0;
  width: 33px;
  height: 27px;
  background-size: 33px auto;
}
.checkbox-group label.right-input {
  padding: 0 43px 0 0;
}
.checkbox-group input:checked + label:before {
  background-position: 0 34%;
}
.radio-group label {
  padding: 0 0 0 34px;
}
.radio-group label:before {
  content: '';
  background: url('images-new/radio-sprite.png') no-repeat 0 0;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  top: -2px;
}
.price-best-title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #f44336;
  text-transform: uppercase;
  margin: 0;
}
.price-title {
  margin: 0 0 5px;
}
.price-price {
  color: #777777;
  font-size: 1.0666em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.price-price strong {
  color: #000000;
  font-size: 3.125em;
  letter-spacing: 0;
}
.price-notes {
  max-width: 324px;
  margin: 0 auto 30px;
  color: #000000;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1875;
}
.price-compare-table {
  margin-bottom: 0;
  border-radius: 14px;
  overflow: hidden;
  vertical-align: top;
  border: none;
}
.price-compare-table tr,
.price-compare-table td,
.price-compare-table th {
  border: none;
}
.price-compare-table thead {
  background-color: #E81D0A;
}
.price-compare-table thead td {
  font-size: 1.333em;
  padding: 36px 23px;
  color: #fff;
  line-height: 1.2;
  vertical-align: middle;
}
.price-compare-table thead td:first-child {
  font-size: 2em;
  padding-left: 50px;
}
.price-compare-table thead td:not(:first-child) {
  width: 20%;
}
.price-compare-table tbody td {
  box-shadow: inset -12px 0 19px -17px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset -12px 0 19px -17px rgba(0, 0, 0, 0.25);
  padding: 20px 25px;
  vertical-align: middle;
  border: none;
  background-clip: padding-box;
}
.price-compare-table tbody td:first-child {
  padding-left: 50px;
}
.price-compare-table tbody td:first-child strong {
  font-weight: 900;
}
.price-compare-table tbody td:last-child {
  box-shadow: none;
}
.price-compare-table tbody tr:first-child td {
  border-top: 5px solid #fff;
  padding-top: 45px;
}
.price-compare-table tbody tr:last-child td {
  padding-bottom: 50px;
}
.price-compare-table tfoot a {
  color: #fff;
}
.price-compare-table tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
@media (max-width: 768px) {
  .price-compare-table {
    width: 768px;
  }
  .price-compare-table thead td {
    padding: 10px 13px;
    font-size: 1.2em;
  }
  .price-compare-table thead td:first-child {
    padding-left: 13px;
    font-size: 1.6em;
  }
  .price-compare-table tbody td {
    padding: 5px 13px;
  }
  .price-compare-table tbody td:first-child {
    padding-left: 13px;
  }
  .price-compare-table tbody tr:first-child td {
    padding-top: 10px;
  }
  .price-compare-table tbody tr:last-child td {
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=pagestyle.css.map */