@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   OHS by Freshinc
   ========================================================================== */
body {
  font-size: 1rem;
  font-family: Roboto, Helvetia, Arial, sans-serif;
}

h1 {
  font-size: 2rem;
  color: #11313f;
}

h3 {
  font-size: 1.5rem;
  font-weight: 200;
}

h3.txt-general {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #11313f;
}

p {
  font-weight: 200;
  color: #11313f;
}

p.txt-intro {
  color: #11313f;
  font-weight: 200;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.txt-white {
  color: #fff;
}

a {
  color: #99cc66;
}

a:hover {
  color: #f36c35;
  text-decoration: underline;
}

.form-control {
  font-weight: 300;
  line-height: 1.25;
  color: #11313f;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 !important;
}

.form-control::-webkit-input-placeholder {
  color: #11313f;
}

.form-control:-ms-input-placeholder {
  color: #11313f;
}

.form-control::-ms-input-placeholder {
  color: #11313f;
}

.form-control::placeholder {
  color: #11313f;
}

.btn-primary,
.btn {
  line-height: 1.25;
  border-color: #99cc66;
  font-size: 1rem;
  border-radius: 0.2rem;
  background-color: #99cc66;
  color: #11313f;
  font-weight: 500;
}

.btn-primary:hover,
.btn:hover {
  background-color: #f36c35;
  border-color: #f36c35;
  color: #fff;
}

.btn-outline {
  border: 1px solid #11313f;
  background: none;
  color: #11313f;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

header {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#234240), to(#11313f));
  background: linear-gradient(to bottom, #234240 0%, #11313f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234240', endColorstr='#11313f',GradientType=0 );
  color: #fff;
}

header #header_logo {
  max-width: 200px;
  margin: 20px 0 20px 0;
}

header #header_logo rect, header #header_logo polygon, header #header_logo path {
  fill: #fff;
}

@media (max-width: 768px) {
  header #header_logo {
    max-width: 45%;
    margin: 15px 0 15px 0;
  }
}

.navbar-toggler {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  margin: 0px 0;
  border: none;
}

@media (max-width: 768px) {
  .navbar-toggler {
    display: block;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

#main-menu {
  border-bottom: 2px solid #99cc66;
}

.call-us {
  line-height: 1.2em;
  float: right;
  margin-top: 12px;
  text-align: right;
  font-weight: 300;
}

.call-us span {
  margin-top: 3px;
  font-size: 25px;
  display: inline-block;
  clear: both;
  font-weight: 600;
}

nav {
  font-weight: 300;
}

nav.navbar {
  padding: 0;
}

nav .nav-pills .nav-item.show .nav-link, nav .nav-pills .nav-link.active {
  border-radius: 0px;
  background: #f36c35;
}

nav .megamenu-li {
  position: static;
}

nav .dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(17, 49, 63, 0.3);
          box-shadow: 0 0 10px rgba(17, 49, 63, 0.3);
}

nav .dropdown-menu h3 {
  font-size: 1.1rem;
  color: #86b951;
  border-bottom: 1px solid rgba(184, 184, 184, 0.4);
  padding-bottom: 10px;
  font-weight: 600;
}

nav .dropdown-menu a {
  line-height: 1.4rem;
  font-size: 0.9rem !important;
}

nav .dropdown-menu ul {
  margin-bottom: 30px;
}

nav a {
  color: #11313f;
}

nav .application {
  background: #99cc66;
}

nav .application a {
  color: #11313f;
  font-weight: bold;
}

nav .application a:hover {
  background: #f36c35;
  color: #fff;
  border-radius: 0;
}

.home-section {
  padding: 60px 0;
}

#home-courses {
  background-color: #f8f9fa;
  background-image: url("../img/home-feature-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
  background-attachment: fixed;
}

#home-courses .hero-slide h1 {
  font-size: 2rem;
  border-left: 3px solid #99cc66;
  padding-left: 60px;
  margin: 60px 0;
  text-align: left;
  font-weight: 300;
  color: #11313f;
}

#home-courses .hero-slide h1 strong {
  font-weight: 700;
  color: #86b951;
}

#home-courses .course-holder {
  height: 350px;
}

@media only screen and (max-width: 768px) {
  #home-courses .course-holder {
    height: inherit;
  }
}

#home-courses .course-holder .card {
  z-index: 10 !important;
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 0px 15px rgba(184, 184, 184, 0.4);
          box-shadow: 0px 0px 15px rgba(184, 184, 184, 0.4);
  padding-bottom: 30px;
}

#home-courses .course-holder .card .card-title {
  padding: 0 10px;
  padding-top: 10px;
  font-size: 1rem;
  font-weight: bold;
}

#home-courses .course-holder .card .card-title a {
  color: #11313f;
}

#home-courses .course-holder .card .card-title a:hover {
  color: #f36c35;
  text-decoration: none;
}

#home-courses .course-holder .card .card-title::after {
  content: ' ';
  width: 20px;
  border-bottom: 1px solid #86b951;
  position: absolute;
  margin: 10px 0;
  display: block;
}

#home-courses .course-holder .card .card-text {
  padding: 10px 10px 0 10px;
  font-size: 0.8rem;
}

#home-courses .course-holder .card .btn {
  position: absolute;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  left: 0;
}

#home-courses .course-holder .card .btn:hover {
  background-color: #f36c35;
  border-color: #f36c35;
}

#home-courses .course-holder .card hr {
  display: none;
}

#home-courses .course-holder .card .card-img-thumb {
  display: none;
}

#home-courses .search-tips {
  background: red;
}

#home-courses::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
  background-image: url("../img/home-curve.svg");
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

#home-search-tips {
  background-color: #11313f;
  color: #fff;
}

#home-search-tips .form-row {
  margin-bottom: 60px;
}

#home-search-tips .form-row .input-group {
  position: relative;
}

#home-search-tips .form-row input.form-control {
  border-radius: 5px !important;
}

#home-search-tips .form-row small {
  color: #fff;
}

#home-search-tips .form-row .course-list {
  background: #fff;
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 10;
  top: 50px;
  -webkit-box-shadow: 0px 0px 15px rgba(184, 184, 184, 0.4);
          box-shadow: 0px 0px 15px rgba(184, 184, 184, 0.4);
  display: none;
}

#home-search-tips .form-row .course-list ul {
  margin-bottom: 0;
}

#home-search-tips .form-row .course-list a {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(184, 184, 184, 0.4);
}

#home-search-tips .form-row .course-list a:hover {
  background: #f36c35;
  color: #fff;
  text-decoration: none;
}

#home-search-tips h4 {
  font-size: 1rem;
  color: #99cc66;
}

#home-search-tips p {
  color: #fff;
  font-size: 0.8rem;
}

#home-about-ohs {
  background-color: #f8f9fa;
  background-image: url("../img/home-about-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

#home-faqs .row {
  height: 420px;
}

#home-faqs .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#home-faqs .col-lg-4 h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #99cc66;
  padding-bottom: 12px;
}

#home-faqs .col-lg-4 img {
  width: 100%;
  padding-bottom: 12px;
}

#home-faqs .col-lg-4 p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#home-faqs .col-lg-4 .btn {
  border-top: 1px solid rgba(184, 184, 184, 0.4);
  border-bottom: 1px solid rgba(184, 184, 184, 0.4);
  width: 100%;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  text-align: left;
  color: #11313f;
  font-weight: bold;
}

#home-faqs .col-lg-4 .btn:hover {
  background-color: #11313f;
  color: #fff;
}

#home-faqs .col-lg-4 .btn:hover svg {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 0px;
}

#home-faqs .col-lg-4 .btn:hover svg path {
  fill: #fff;
}

#home-faqs .col-lg-4 .btn svg {
  margin-top: 4px;
  float: right;
}

#home-how-it-works {
  background-image: url("../img/home-how-it-works.jpg");
  background-size: cover;
  border-bottom: 1px solid #fff;
  background-attachment: fixed;
}

#home-how-it-works .how-holder {
  position: relative;
}

#home-how-it-works p.txt-intro {
  width: 65%;
  margin: 0 auto;
}

#home-how-it-works .cls-1, #home-how-it-works .cls-2 {
  fill: #11313f;
}

#home-how-it-works .cls-1 {
  -webkit-filter: url(#filter);
          filter: url(#filter);
}

#home-how-it-works .cls-3 {
  font-size: 38px;
  fill: #fffefe;
  text-anchor: middle;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
}

#home-questions {
  background-color: #f8f9fa;
  background-image: url("../img/home-ask-question.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

#home-questions form
.row {
  padding-bottom: 20px;
}

#home-questions form
.row .form-check-input {
  margin-left: inherit;
}

#home-questions form
.row textarea {
  height: 100px;
}

#home-blog {
  padding-top: 60px;
  background-color: #11313f;
}

#home-blog h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

#home-blog .col-md-4 {
  border-bottom: 1px solid #fff;
}

#home-blog .card {
  border: none;
}

#home-blog .card .card-title {
  padding: 0 10px;
  padding-top: 10px;
}

#home-blog .card .card-text {
  padding: 0 10px;
}

#home-blog .card .btn {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  left: 0;
  border: none;
  background: #99cc66;
}

#home-blog .card .btn:hover {
  background-color: #f36c35;
  border-color: #f36c35;
}

#home-blog .card hr {
  display: none;
}

#home-blog .card .card-img-thumb {
  display: none;
}

footer {
  padding: 60px 0;
  background-color: #11313f;
  color: #fff;
}

footer a {
  color: #99cc66;
}

footer .footer-cta {
  font-size: 1.7rem;
}

footer .footer-cta p {
  color: #fff;
  text-align: center;
}

footer .footer-cta a:hover {
  background-color: #f36c35;
  border-color: #f36c35;
}

footer .footer-cta hr {
  margin: 60px 0;
}

footer hr {
  border-color: rgba(184, 184, 184, 0.4);
}

footer .lower-footer {
  font-size: 0.8rem;
}

footer .lower-footer p {
  color: #fff;
}

footer .lower-footer .col:nth-child(2) a {
  display: inline-block;
  margin: 0 20px 0 0;
}

.ohs-std-pg {
  padding: 30px 0 30px 0;
}

.ohs-std-pg .txt-404 {
  font-size: 10rem;
  padding: 0;
  color: #86b951;
  line-height: 8rem;
  font-weight: 600;
}

ul.side-section-list {
  padding-bottom: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.side-section-list li {
  padding-left: 0;
  margin: 0;
}

ul.side-section-list li:hover a {
  background: #99cc66;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul.side-section-list li.active a {
  background-color: #99cc66;
  border-color: #99cc66;
  color: #11313f;
}

ul.side-section-list li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  width: 100%;
  cursor: pointer;
  color: #0f303f;
}

ul.side-section-list li a:hover {
  text-decoration: none;
}

ul.side-section-list li.side-title a {
  background: #0f303f;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

#main-content .col-md-12 img {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .page-header-area-button-holder a {
    margin-top: 20px !important;
    display: inline-block;
  }
  .page-header-area-button-holder a:nth-child(1) {
    float: left;
  }
  .page-header-area-button-holder a:nth-child(0) {
    float: right;
  }
}

.panel-default > .panel-heading, .panel-group .panel, .panel-heading {
  border: 0;
  background-color: #99cc66;
  color: #0f303f;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.panel-title a {
  color: #0f303f;
  width: 100%;
  display: block;
  padding: 20px;
  background: url(/wp-content/themes/OHS/img/icon-plus.png) right 20px center no-repeat;
  font-size: 16px;
}

.panel-body {
  background: #fff;
  padding: 20px;
}

body {
  background: #f5f5f5;
}

hr {
  border-top: 1px solid #ccc;
}

h1 {
  color: #0f303f;
  font-weight: 300;
  margin-bottom: 20px;
}

a:hover {
  text-decoration: none;
}

.txt-blue {
  color: #0f303f;
}

.txt-green {
  color: #99cc66;
}

#hero-area {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

#quick-menu-sticky-wrapper {
  margin-top: -60px;
}

#hero-area .is-sticky ul {
  background: rgba(15, 48, 63, 0.9);
}

#hero-area ul {
  position: absolute;
  z-index: 100 !important;
  left: 15px;
  right: 15px;
  bottom: 0px;
  margin: 0 auto;
  padding: 0;
  background: rgba(15, 48, 63, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
  height: inherit !important;
}

#hero-area ul.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero-area ul li:nth-child(1):after,
#hero-area ul li:nth-child(2):after,
#hero-area ul li:nth-child(3):after {
  content: ' ';
  position: absolute;
  right: 0;
  height: 25px;
  width: 1px;
  border-left: 1px solid #c0d54c;
}

#hero-area ul li {
  padding: 15px 0;
  position: relative;
}

#hero-area ul li a {
  color: #fff;
  margin: 0 20px;
  font-size: 16px;
}

#hero-area ul li a:hover {
  color: #c0d54c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#hero-area .slide {
  background-color: #0f303f;
  z-index: 1;
  padding: 50px 0 100px 0;
}

.hero-content {
  border-left: 3px solid #c0d54c;
  margin-left: 50px;
  padding: 10px 0 10px 50px;
  width: 50%;
}

#hero-area h2 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}

#hero-area p {
  font-size: 17px;
  color: #fff;
}

#main-content-area {
  z-index: 50;
  position: relative;
}

#main-content-area img {
  width: 100%;
}

#main-content-area h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0f303f;
  letter-spacing: -1px;
  margin: 0;
}

#main-content-area h3:after {
  content: ' ';
  clear: both;
  border-bottom: 2px solid #c0d54c;
  width: 50px;
  float: none;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

#main-content-area img {
  margin-bottom: 10px;
}

#main-content-area hr {
  margin: 40px 0;
}

#main-content-area ul {
  margin-left: 0;
  padding-left: 15px;
}

#main-content-area p,
#main-content-area ul li {
  font-size: 17px;
  color: #666666;
}

#main-content-area p.txt-intro {
  font-size: 19px;
  font-weight: 300;
  color: #0f303f;
}

#main-content-area p.txt-massive {
  font-weight: 300;
  font-size: 28px;
  color: #0f303f;
}

#main-content-area .block-cta {
  background-color: #c0d54c;
  padding: 25px;
  margin-bottom: 30px;
  background-image: -ms-linear-gradient(-126deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 204, 102, 0) 100%);
}

#main-content-area .block-cta p {
  font-size: 22px;
  padding-top: 10px;
  color: #0f303f;
}

#main-content-area .block-cta a {
  float: right;
  border: 3px solid #0f303f;
  color: #0f303f;
  padding: 6px 40px 6px 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
}

#main-content-area .block-cta a:hover {
  text-decoration: none;
  background-color: #0f303f;
  color: #fff;
  background-image: url(../img/arrow-white.svg);
}

.spacer-block {
  height: 80px;
}

#main-content-area .section-1 .block-cta {
  margin-top: 10px;
}

#main-content-area .section-2 img {
  margin-bottom: 30px;
}

#main-content-area .section-3 {
  margin-top: 30px;
}

#main-content-area .section-3 blockquote {
  margin: 0;
}

#main-content-area .section-5 .block-cta {
  margin-top: 30px;
}

#main-content-area .block-cta-mega {
  background: rgba(15, 48, 63, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 60px;
}

#main-content-area .block-cta-mega blockquote {
  width: 65%;
  border-color: #c0d54c;
}

#main-content-area .block-cta-mega blockquote p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

#main-content-area .block-cta-mega blockquote .testimonial-title {
  font-size: 20px;
  color: #c0d54c;
  font-weight: 300;
  clear: both;
  margin-top: 10px;
  background: none !important;
  display: block;
}

#carousel-course {
  background-size: cover;
  background-repeat: no-repeat;
}

#topper {
  position: fixed;
  bottom: 50px;
  right: 50px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

#topper a {
  border-radius: 100px;
  display: inline-block;
  background: #c0d54c;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
}

#topper a:hover {
  background: #0f303f;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-content-area ul.nav-course-page {
  padding-bottom: 30px;
}

#main-content-area ul.nav-course-page,
#main-content-area ul.nav-course-page li {
  padding-left: 0;
  margin: 0;
}

#main-content-area ul.nav-course-page li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  width: 100%;
  cursor: pointer;
  color: #0f303f;
}

#main-content-area ul.nav-course-page li:hover a {
  background: #c0d54c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-content-area ul.nav-course-page li.side-title {
  background: #0f303f;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #hero-area ul li a {
    font-size: 14px;
  }
  #main-content-area .block-cta p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 998px) {
  .side-title {
    position: relative;
    cursor: pointer !important;
  }
  /*
					.side-title:before {
						content: ' ';
						position: absolute;
						width: 45px;
						right: 0;
						top: 0;
						bottom: 1px;
						background-image: url('../img/burger-menu.svg');
						background-repeat: no-repeat;
						background-size: 20px;
						background-position: center center;
						transform: rotate(90deg);
						z-index: 200;
						
					}*/
  .side-title.close-it:before {
    /*transform: rotate(270deg);*/
    background-image: url("../img/close-menu.svg");
  }
  .course-side-item {
    display: none;
  }
  .course-side-item.show {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #quick-menu-sticky-wrapper {
    margin-top: 0 !important;
  }
  ul#quick-menu,
  .is-sticky ul#quick-menu {
    position: inherit !important;
  }
  #topper {
    display: none;
  }
  #hero-area {
    min-height: inherit;
  }
  #hero-area h2 {
    font-size: 30px;
  }
  #hero-area ul {
    position: inherit;
    padding: 0;
    left: 0;
  }
  #hero-area ul.list-inline {
    display: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hero-area ul li {
    float: left;
    width: 100%;
    background: #c0d54c;
    text-align: center;
    border-bottom: 1px solid #fff;
    background-image: -ms-linear-gradient(-126deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 204, 102, 0) 100%);
    font-weight: 600;
    padding: 0;
  }
  #hero-area ul li a {
    padding: 0;
    margin: 0;
    color: #0f303f;
    font-size: 16px;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
  }
  #hero-area ul li a:hover {
    color: #fff;
  }
  .hero-content {
    margin: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
    border: none;
  }
  .hero-content h2:after {
    content: ' ';
    clear: both;
    border-bottom: 2px solid #c0d54c;
    width: 50px;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #main-content-area .block-cta p {
    text-align: center;
  }
  #main-content-area .block-cta a {
    clear: both;
    float: none;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #main-content-area .block-cta-mega {
    padding: 30px;
  }
  #main-content-area .block-cta-mega blockquote {
    margin: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
    border: none;
    width: 100%;
  }
}

.btn-apply {
  border: 1px solid #c0d54c;
  color: #0f303f;
  padding: 6px 40px 6px 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #c0d54c;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
  margin-top: 20px;
  display: inline-block;
}

.btn-apply:hover {
  border: 1px solid #fff;
  background-color: #0f303f;
  background-image: url(../img/arrow-white.svg);
  color: #fff;
}

header.pg,
footer.pg {
  height: 150px;
  background-color: #0f303f;
}

header.pg {
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}

footer.pg {
  margin-top: 30px;
  border-top: 2px solid #fff;
}

.is-sticky ul:before {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../img/ohs-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 13px;
  left: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  min-height: 350px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.swiper-slide:focus,
.swiper-slide:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slide:focus .document .document-title,
.swiper-slide:hover .document .document-title {
  background: #15aebc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slide:focus .document .document-title a,
.swiper-slide:hover .document .document-title a {
  color: #fff;
}

.document {
  position: relative;
}

.document img {
  padding-bottom: 40px;
}

.document .document-cover-text {
  position: absolute;
  top: 20%;
  width: 90%;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  margin-left: 20px;
  padding: 0 10px 0 10px;
  text-align: left;
  border-left: 2px solid #c0d54c;
}

.document .document-title {
  position: absolute;
  bottom: 0;
  background: #fff;
  color: #0f303f;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  height: 85px;
  font-weight: 600;
}

.document .document-title a {
  color: #0f303f;
}

.amazon-card {
  background: none;
}

.amazon-card .product-image {
  width: 100%;
  position: relative;
}

.amazon-card .product-image img {
  width: 100%;
}

.amazon-card .product-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 20px 30px;
  padding-top: 10px 10px;
  font-size: 15px;
  background: #c0d54c;
  -webkit-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.amazon-card .product-title a {
  color: #0f303f;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
}

.aalb-pc-product-prime-icon,
.product-price-tag {
  position: absolute;
}

.product-price-tag {
  background: #c0d54c;
  top: 20px;
  right: 20px;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  color: #0f303f;
  z-index: 300;
  -webkit-box-shadow: 0px 0 10px 0 black;
          box-shadow: 0px 0 10px 0 black;
}

.swiper-slide.amazon-card:focus,
.swiper-slide.amazon-card:hover {
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course-card img {
  margin-bottom: 30px;
  width: 100%;
}

/*h1 {
    padding: 20px 0;
    margin-bottom: 40px;
    color: $green;
    border-bottom: 1px solid rgba(16,48,62,.2);
} */
#hubHeader {
  position: fixed;
  top: 0;
  left: -15px;
  right: -15px;
  background: #fff;
  z-index: 10;
}

#hubApp {
  margin-top: 140px;
}

.hubSideBar .hubSideBar__content {
  position: fixed;
}

.hubSideBar h2 a {
  font-size: 20px;
  font-weight: normal;
  color: #99CC67;
}

.hubSideBar hr {
  display: none;
}

.hubSideBar ul li {
  font-size: 16px;
  margin-top: 10px;
}

.hubSideBar ul li a {
  color: rgba(16, 48, 62, 0.52);
}

.hubSideBar ul li a.active {
  font-weight: bold;
  color: #10303E;
}

.hubSectionHolder {
  padding-bottom: 1000px;
}

.hubSection {
  position: relative;
  margin-bottom: 100px;
}

.hubSection p, .hubSection li, .hubSection h4 {
  font-size: 16px;
}

.hubSection .hubSection__sectionMain {
  background-color: #c7bfbf;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.hubSection .hubSection__sectionMain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.hubSection .hubSection__sectionMain .hubSection__introText {
  position: absolute;
  bottom: 0;
  padding: 30px 50px;
  color: #10303E;
}

.hubSection .hubSection__sectionMain .hubSection__introText h2 {
  font-size: 24px;
}

.hubSection .hubSection__sectionMain .hubSection__introText .btn {
  background: #10303E;
  color: #fff;
  border-radius: 0;
}

.hubSection .hubSection__sectionMain .hubSection__introText .btn:hover {
  background-color: #99CC67;
}

.hubSection .hubSection__sectionContent {
  background: #10303E;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px;
}

.hubSection .hubSection__sectionContent h3, .hubSection .hubSection__sectionContent h4 {
  color: #99CC67;
}

.hubSection .hubSection__sectionContent hr {
  border-color: #fff;
  width: 20%;
  max-width: 80px;
  margin: 20px 0;
}

.hubSection .hubSection__sectionContent h3 {
  font-size: 23px;
  font-weight: normal;
}

.hubSection .hubSection__sectionContent ul li {
  margin-top: 10px;
}

.hubSection .hubSection__sectionContent a {
  color: #fff;
}

.hubSection .hubSection__sectionContent a:hover {
  color: #99CC67;
}

.hubSection .hubSection__sectionContent a.btn {
  display: none;
}

@media only screen and (max-width: 990px) {
  h1 {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    font-size: 25px;
  }
  #hubApp {
    margin-top: 55px;
  }
  .hubSectionHolder {
    margin-top: 95px;
  }
  .hubSideBar .hubSideBar__content {
    background: #fff;
    z-index: 11;
  }
  .hubSideBar .hubSideBar__content h2 a {
    font-size: 18px;
  }
  .hubSideBar.closed .hubSideBar__content {
    background: #fff;
    z-index: 11;
  }
  .hubSideBar.closed .hubSideBar__content hr {
    display: block;
    border-color: rgba(16, 48, 62, 0.52);
    width: 10%;
    max-width: 80px;
    margin: 20px 0;
  }
  .hubSideBar.closed .hubSideBar__content ul {
    display: none;
  }
}

@media only screen and (max-width: 765px) {
  .hubSection {
    margin-bottom: 30px;
  }
  .hubSection .hubSection__sectionMain {
    height: 350px;
  }
  .hubSection .hubSection__sectionMain:before {
    display: none;
  }
  .hubSection .hubSection__sectionMain .hubSection__introText {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    bottom: 0;
  }
  .hubSection .hubSection__sectionMain .hubSection__introText .btn {
    display: none;
  }
  .hubSection .hubSection__sectionContent {
    position: inherit;
    margin: -20px 20px 20px 20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(16, 48, 62, 0.52);
            box-shadow: 0px 0px 10px rgba(16, 48, 62, 0.52);
    z-index: 3;
  }
  .hubSection .hubSection__sectionContent p {
    padding: 0;
    margin: 0;
  }
  .hubSection .hubSection__sectionContent h3, .hubSection .hubSection__sectionContent hr {
    display: none;
  }
  .hubSection .hubSection__sectionContent a.btn {
    display: block;
    background-color: #99CC67;
    border-radius: 0;
    color: #10303E;
  }
  .hubSection .hubSection__sectionContent a.btn:hover {
    background-color: #fff;
  }
}

#navbar .nav-link {
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
}

.call-us {
  text-transform: uppercase;
}

.dropdown-menu {
  width: 100%;
  padding: 30px;
}

.dropdown, .dropup {
  position: inherit;
}

nav h3, nav h3 a {
  font-size: 1.1rem;
  color: #99cc66;
  border-bottom: 1px solid rgba(184, 184, 184, 0.4);
  padding-bottom: 10px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}

#home-courses .course-holder {
  min-height: 400px;
}

#oolsearch {
  width: 100%;
}

#home-search-tips .form-row .course-list {
  top: 90px !important;
  position: absolute;
}

#suggestionsList {
  color: #000;
}

#suggestionsList ul {
  margin: 0;
  padding: 0;
}

#suggestionsList ul li {
  cursor: pointer;
  list-style: none;
  padding: 10px 25px;
}

.info-carousel {
  text-align: center;
}

.info-carousel p {
  padding: 0 40px;
}

.octicon {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #99cc66;
}

#home-questions {
  background-position: top right;
  background-size: contain;
}

.mnu_expander {
  display: none;
}

@media only screen and (max-width: 990px) {
  #navbar .dropdown-menu.show {
    display: block;
  }
  #navbar .dropdown-menu.show ul {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
  }
  #navbar .dropdown-menu.show ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
  }
  #navbar .dropdown-menu.show ul li ul {
    display: block;
  }
  #navbar .dropdown-menu.show ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
  }
  #navbar .dropdown-menu.show ul li a:after {
    float: right;
    margin: 10px;
  }
  #navbar .dropdown-menu.show .application {
    margin-bottom: 30px;
  }
  #navbar {
    display: none;
  }
  #navbar.show ul,
  #navbar .dropdown-menu.show ul {
    margin: 0 !important;
  }
  nav h3 > a {
    margin-top: 0 !important;
  }
  #navbar .dropdown-menu.show h3 {
    padding: 10px 10px;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  #navbar .dropdown-menu.show ul li a {
    display: block;
    padding: 10px;
    border-bottom: none;
  }
  #navbar .dropdown-menu.show .mnu-title a {
    padding: 0;
  }
  #navbar .dropdown-menu.show .mnu-html {
    padding: 10px 10px;
  }
  #navbar .dropdown-menu.show ul li.mnu-link {
    display: none;
  }
  .mnu_expander {
    display: block;
    position: absolute;
    background: #234240;
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    text-align: center;
    color: #fff;
    padding: 7px;
    border-bottom: 1px solid #f1f1f1;
  }
  .show-me {
    display: block !important;
  }
}

@media only screen and (max-width: 998px) {
  #home-blog .card .btn {
    bottom: 20px !important;
  }
  footer .footer-cta hr:nth-child(1) {
    display: none;
  }
}

nav h3 a {
  border-bottom: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media only screen and (max-width: 768px) {
  #home-courses .hero-slide p {
    font-size: 1.5rem;
  }
  .card {
    margin-bottom: 30px;
  }
  .h-100 {
    height: inherit !important;
  }
  #home-about-ohs {
    background-position: top left !important;
  }
  #home-courses .row,
  #home-faqs .row {
    height: inherit;
  }
}

@media only screen and (min-width: 990px) {
  .call-us,
  #navbar {
    display: block;
  }
}

@media only screen and (max-width: 990px) {
  body p {
    font-size: 0.9rem;
  }
  .navbar-toggler {
    display: block;
  }
  .call-us {
    display: none;
  }
  #navbar.show {
    display: block;
  }
  #navbar.show ul {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
  }
  #navbar.show ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
  }
  #navbar.show ul li ul {
    display: none;
  }
  #navbar.show ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
  }
  #navbar.show ul li a:after {
    float: right;
    margin: 10px;
  }
  #navbar.show .application {
    margin-bottom: 30px;
  }
  #navbar {
    display: none;
  }
  #home-courses {
    background-attachment: inherit;
    background-size: contain;
  }
  #home-courses .hero-slide h1 {
    padding: 0;
    border: none;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 40px;
    margin: 40px 0 20px 0;
  }
  #home-faqs .col-lg-4 {
    display: block;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  #home-faqs .col-lg-4 img {
    float: right;
    width: 150px;
    -webkit-box-shadow: 0 0 10px #f1f1f1;
            box-shadow: 0 0 10px #f1f1f1;
    margin-left: 15px;
  }
  #home-courses .course-holder .card {
    margin-bottom: 0;
    padding-bottom: 15px !important;
  }
  #home-courses .course-holder .card .card-img-top {
    display: none;
  }
  #home-courses .course-holder .card img.card-img-thumb {
    display: block !important;
    max-width: 150px;
    float: right;
    margin: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #home-courses .course-holder .card hr {
    display: block;
  }
  #home-courses .course-holder .card .btn {
    position: inherit;
    width: inherit;
    border-radius: 3px;
    margin: 0 10px;
    padding: 15px 25px;
  }
  #home-blog .card {
    margin-bottom: 0;
    padding-bottom: 30px !important;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }
  #home-blog .card p {
    color: #fff;
  }
  #home-blog .card .card-img-top {
    display: none;
  }
  #home-blog .card img.card-img-thumb {
    display: block !important;
    max-width: 150px;
    float: right;
    margin: 15px;
  }
  #home-blog .card hr {
    display: block;
  }
  #home-blog .card .btn {
    position: inherit;
    width: inherit;
    border-radius: 3px;
    margin: 0 10px;
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 1200px) {
  #home-faqs .row {
    height: inherit !important;
  }
  #home-faqs .row .col-lg-4 {
    margin-bottom: 30px;
  }
  #home-questions {
    background-position: center bottom;
  }
  #home-about-ohs {
    background-position: center center !important;
  }
  #home-courses .hero-slide p br {
    display: none;
  }
  #home-courses .course-holder {
    height: inherit !important;
  }
  #home-courses .course-holder .col-lg-3 {
    margin-top: 30px;
  }
  #home-courses .course-holder .card {
    padding-bottom: 40px;
  }
  #home-courses .course-holder .col-lg-3:nth-child(2),
  #home-courses .course-holder .col-lg-3:nth-child(3) {
    margin-top: 30px;
  }
  #home-blog .col-lg-3 {
    margin-top: 30px;
  }
  #home-blog .col-lg-3:nth-child(2),
  #home-blog .col-lg-3:nth-child(3) {
    margin-top: 30px;
  }
}

.breadcrumbs .container {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 15px;
}

.breadcrumbs .container:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid rgba(184, 184, 184, 0.2);
  bottom: 0;
  left: 15px;
  right: 15px;
}

.page-header-area-holder .row {
  position: relative;
}

.page-header-area-holder .row:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid rgba(184, 184, 184, 0.2);
  bottom: 0;
  left: 15px;
  right: 15px;
}

.page-header-area-holder .row .page-header-area h1 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.page-header-area-holder .row .page-header-area-button-holder {
  text-align: right;
}

@media (max-width: 768px) {
  .page-header-area-holder .row .page-header-area-button-holder .btn {
    width: 45%;
    margin: 0 auto;
  }
}

.content-columns {
  margin-top: 20px;
  margin-bottom: 60px;
}

.content-columns .main-content {
  margin-right: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-columns .main-content .img-padding-base {
  padding-bottom: 30px;
}

.content-columns .main-content img {
  max-width: 100%;
}

.content-columns .main-content .alignright {
  float: right;
}

.content-columns .main-content .alignleft {
  float: left;
}

.content-columns .side-bar {
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (max-width: 768px) {
  .main-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .side-bar {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

/*
 * 
 *  TABLE
 *
 */
table,
table.table {
  font-size: 18px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  width: 100%;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-color: #ddd;
}

table > tbody > tr:nth-child(1) > td, table > tbody > tr:nth-child(1) > th {
  background: #0f303f;
  color: #fff;
}

hr {
  border-bottom: 1px solid #fff;
  margin: 50px 0;
  border-top: 1px solid #ccc;
}

.content-columns h2 {
  font-size: 25px;
}

.content-columns h3 {
  font-size: 20px;
}

.content-columns h1,
.content-columns h2,
.content-columns h3,
.content-columns h4 {
  font-family: 'Roboto', sans-serif;
  margin-top: 0 !important;
  color: #0f303f;
  margin-bottom: 20px;
}

.archive-top-bar {
  background-color: #99cc66;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
}

.archive-top-bar h1, .archive-top-bar p {
  padding: 0 20px;
}

.blog img.size-thumbnail {
  width: 100%;
  height: inherit;
  margin-bottom: 30px;
}

.social-row ul.social-links a.ico-twitter {
  background-image: url(/wp-content/themes/OHS/img/icon-twitter.png);
  background-size: 50%;
  background-color: #00aced;
  border-radius: 100px;
}

.social-row ul.social-links a.ico-facebook {
  background-image: url(/wp-content/themes/OHS/img/icon-facebook.png);
  background-size: 25% 55%;
  background-color: #3b5998;
  border-radius: 100px;
}

.blog-articles .social-row ul li a.ico-twitter,
.blog-articles .social-row ul li a.ico-facebook {
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  margin-top: -30px;
}

.social-row ul li a.ico-twitter,
.social-row ul li a.ico-facebook {
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-color: #333;
  width: 40px;
  height: 40px;
}

.social-row ul li a span {
  display: none;
}

.single .blog-articles img.wp-post-image {
  width: 100%;
  height: inherit;
  margin-bottom: 20px;
}

.single .blog-articles hr {
  margin: 20px 0;
}

.single .blog-articles .archive-top-bar {
  padding: 20px;
  background-color: #11313f;
}

.single .blog-articles .archive-top-bar p {
  color: #fff;
}

.single .blog-articles .archive-top-bar img {
  width: 100%;
}

.blog-articles .blog-nav div {
  float: left;
  width: 50%;
  padding: 20px 0;
}

.blog-articles .blog-nav div a {
  background: #99cc66;
  color: #11313f;
  padding: 10px 20px;
  width: 90%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-articles .blog-nav div a:hover {
  color: #fff;
}

.blog-articles .blog-nav div:nth-child(2) {
  text-align: right;
}

.recent-list {
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(184, 184, 184, 0.4);
}

.recent-list a {
  color: #11313f;
}

.recent-list a:hover {
  color: #99cc66;
}

.recent-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

footer p {
  color: #fff;
}

/*# sourceMappingURL=ohs-theme.css.map */