/*
Theme Name:     NARA Training
Description:    
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.4
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
  background: transparent;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
  font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Contain overflow in all browsers. */
pre {
  overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button,
select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
  line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

a {
  color: #fdb826;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #231f20;
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 64px 0 32px;
  font-family: "Asap", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fdb826;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 48px;
  font-size: 2.4rem;
}

h2 {
  font-size: 36px;
  font-size: 1.8rem;
}

h3 {
  font-size: 30px;
  font-size: 1.5rem;
  color: #231f20;
}

h4 {
  font-size: 24px;
  font-size: 1.2rem;
  color: #231f20;
  margin: 0 0 20px;
}

h5 {
  font-size: 20px;
  font-size: 1rem;
  margin: 0 0 10px;
}

h6 {
  font-size: 20px;
  font-size: 1rem;
  margin: 0 0 10px;
}

p {
  margin: 0 0 32px;
}

ul {
  padding: 0;
  margin: 0 0 32px 32px;
}

ul li {
  margin-bottom: 15px;
}

ul li ul {
  margin-top: 15px;
}

ol {
  padding: 0;
  margin: 0 0 32px 32px;
}

ol li {
  margin-bottom: 15px;
}

ol li ol {
  margin-top: 15px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

abbr {
  cursor: help;
}

hr {
  height: 0;
  margin: 60px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
}

blockquote {
  padding: 40px 0 8px 50px;
  margin: 60px 0;
  background: none;
  border-left: 10px solid #fdb826;
  font-style: italic;
  color: #fdb826;
}

blockquote footer,
blockquote small,
blockquote cite {
  display: block;
  color: #fdb826;
  font-weight: 700;
  font-style: normal;
}

blockquote footer span,
blockquote small span,
blockquote cite span {
  font-weight: normal;
}

address {
  display: block;
  margin-bottom: 32px;
  font-style: normal;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin: 0 0 32px;
  border-radius: 20px;
  background-color: #fff;
}

.table th,
.table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.table th {
  font-weight: 400;
}

.table thead th {
  vertical-align: bottom;
  background-color: #7e8083;
  color: #fff;
  font-size: 24px;
  font-size: 1.2rem;
}

.table thead th:first-child {
  border-radius: 20px 0 0 0;
}

.table thead th:last-child {
  border-radius: 0 20px 0 0;
}

.table tbody tr th,
.table tbody tr td {
  border-bottom: 1px solid #ddd;
}

.table tbody tr:nth-child(even) th,
.table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select,
select[multiple="multiple"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px 20px !important;
  outline: none;
  font-size: 16px;
  font-size: 0.8rem;
  color: #555;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="color"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="datetime-local"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="month"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="week"].wpcf7-not-valid,
input:not([type]).wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid,
select[multiple="multiple"].wpcf7-not-valid {
  border-color: red;
}

input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select[multiple="multiple"]::-webkit-input-placeholder {
  color: #aaa;
}

input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select[multiple="multiple"]::-moz-placeholder {
  color: #aaa;
}

input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select[multiple="multiple"]:-moz-placeholder {
  color: #aaa;
}

input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select[multiple="multiple"]:-ms-input-placeholder {
  color: #aaa;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 150px;
  resize: vertical;
  overflow: auto;
}

select {
  padding-right: 55px;
  background: #fff url(images/select.png) no-repeat right center;
}

select[multiple],
select[size] {
  height: auto;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.button,
.btn {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.65rem;
  line-height: 1;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fdb826;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button.btn-fa-left .fa,
input[type="button"].btn-fa-left .fa,
input[type="reset"].btn-fa-left .fa,
input[type="submit"].btn-fa-left .fa,
button.btn-fa-left .fa,
.button.btn-fa-left .fa,
.btn.btn-fa-left .fa {
  margin-right: 5px;
}

button.btn-fa-right .fa,
input[type="button"].btn-fa-right .fa,
input[type="reset"].btn-fa-right .fa,
input[type="submit"].btn-fa-right .fa,
button.btn-fa-right .fa,
.button.btn-fa-right .fa,
.btn.btn-fa-right .fa {
  margin-left: 5px;
}

button:hover,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active,
.button:hover,
.button:active,
.btn:hover,
.btn:active {
  color: #fff;
  text-decoration: none;
  background: #eca000;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button:disabled,
.button:disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="image"] {
  border: 0;
}

.form-row {
  margin: 0 0 32px;
}

.form-inline .form-row::after {
  clear: both;
  content: "";
  display: table;
}

.form-inline .form-row label {
  width: 30%;
  padding-top: 5px;
  float: left;
}

.form-inline .form-row .inputs {
  margin-left: 33%;
}

.form-inline .form-row .inputs label {
  width: auto;
  float: none;
}

.form-inline .form-actions {
  padding-left: 33%;
}

.form-help {
  display: block;
  padding-top: 3px;
  color: #999;
  font-style: italic;
  font-size: 0.9em;
  clear: both;
}

.form-actions input,
.form-actions button {
  margin: 0 5px 0 0;
}

div.wpcf7 img.ajax-loader {
  display: inline-block;
  margin-left: 10px;
}

.alert-success,
.alert-warning,
.alert-error,
.gform_confirmation_message,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
#cancel-comment-reply-link {
  display: block;
  margin: 0 0 32px;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-size: 0.8rem;
}

.alert-success,
div.wpcf7-mail-sent-ok,
.gform_confirmation_message {
  background: #dff0d8;
  color: #529138;
}

.alert-warning {
  background: #fcf8e3;
  color: #caad16;
}

.alert-error,
div.wpcf7-validation-errors,
#cancel-comment-reply-link {
  background: #f2dede;
  color: #c77070;
}

span.wpcf7-not-valid-tip {
  display: block;
  padding: 5px 0 0;
  color: red;
  font-size: 0.8em;
}

div.gform_wrapper {
  width: 100%;
  margin: 60px 0;
}

div.gform_wrapper br {
  display: none;
}

div.gform_wrapper div.validation_error {
  font-size: 20px;
  line-height: 1.2;
}

div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
  margin: 0 0 20px;
}

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_label {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.2rem;
}

div.gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield
  .gfield_label
  .gfield_required {
  display: none;
}

div.gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gf-hidden-label
  .gfield_label {
  display: none;
}

div.gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield
  .gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: 300;
}

div.gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield
  .gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label {
  font-weight: 300;
}

div.gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield
  .gform_button_select_files {
  margin: 0 10px;
  background: #ccc;
  font-size: 13px;
  font-size: 0.65rem;
}

div.gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield
  select
  option.gf_placeholder {
  color: #aaa;
}

div.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
div.gform_wrapper textarea,
div.gform_wrapper select {
  font-size: 16px;
  font-size: 0.8rem;
}

div.gform_wrapper textarea.large {
  height: 267px;
}

div.gform_wrapper div.gform_footer {
  padding: 0;
  text-align: center;
}

div.gform_wrapper div.gform_footer input[type="submit"].gform_button {
  width: 200px;
  max-width: 100%;
  padding: 20px 40px;
  border-width: 2px;
  font-size: 16px;
}

div.gform_wrapper div.gform_footer .gform_ajax_spinner {
  display: inline-block;
  vertical-align: middle;
}

.wp-caption {
  text-align: center;
}

.wp-caption-text {
  color: #999;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 0;
  font-size: 13px;
  font-size: 0.65rem;
}

.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 0.8em;
  color: #aaa;
}

#sitemap ul {
  margin-bottom: 10px;
  margin-top: 10px;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

body {
  background: #fff;
  color: #555;
  line-height: 1.612;
  font-family: "Asap", Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

#header {
  width: 100%;
  padding: 25px 5%;
  border-top: 10px solid #fdb826;
}

#header .header-r {
  text-align: right;
}

#header .header-r .rto {
  display: inline-block;
  vertical-align: middle;
  color: #7e8083;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.65rem;
}

#header .header-r .social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
}

#header .header-r .social-icons a {
  margin: 0 0 0 7px;
}

#header .header-r .social-icons a .fa-facebook-square {
  color: #3e5a95;
}

#header .header-r .social-icons a .fa-linkedin-square {
  color: #197cb3;
}

#header .logo {
  padding: 30px 0;
}

#header .logo img {
  margin: 0 auto;
}

#header .header-buttons .phone {
  margin: 0 0 20px;
  padding-top: 6px;
  color: #fdb826;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.2rem;
}

#header .header-buttons .phone a,
#header .header-buttons .phone a:hover {
  text-decoration: none;
  color: #fdb826;
}

#header .header-buttons .btn {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 9px 15px;
  background: #fff;
  border: 1px solid #fdb826;
  color: #fdb826;
}

#header .header-buttons .btn:hover {
  background: #fdb826;
  color: #fff;
}

#header.header-alt .header-text {
  color: #231f20;
  text-align: center;
}

#nav {
  width: 100%;
  position: relative;
  z-index: 500;
  background: #7e8083;
}

#nav .menu-collapser .collapse-button {
  padding: 20px;
  cursor: pointer;
}

#nav .menu-collapser .collapse-button::after {
  clear: both;
  content: "";
  display: table;
}

#nav .menu-collapser .collapse-button .menu-collapser-text {
  display: block;
  float: left;
  color: #fff;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.65rem;
}

#nav .menu-collapser .collapse-button .hamburger {
  width: 22px;
  margin-right: 10px;
  float: left;
}

#nav .menu-collapser .collapse-button .hamburger span {
  display: block;
  height: 3px;
  margin-top: 4px;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#nav .menu-collapser .collapse-button .hamburger span:first-child {
  margin-top: 0;
}

#nav .menu-collapser.open .collapse-button .hamburger span {
  opacity: 0;
}

#nav .menu-collapser.open .collapse-button .hamburger span:first-child {
  opacity: 1;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

#nav .menu-collapser.open .collapse-button .hamburger span:last-child {
  opacity: 1;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

#nav ul {
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.2;
  text-transform: uppercase;
}

#nav ul li {
  display: block;
  margin: 0;
  position: relative;
}

#nav ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
}

#nav ul li a[href="#"] {
  cursor: default;
}

#nav ul li ul {
  display: none;
  background: #fdb826;
}

#nav ul li ul li ul {
  background: #fdb00d;
}

#nav ul li ul li .sub-collapser {
  background: #fdb00d;
}

#nav ul li .sub-collapser {
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  background: #fdb826;
  font-size: 20px;
}

#nav ul li .sub-collapser > i {
  color: #fff;
  line-height: 42px;
}

#nav ul li .sub-collapser:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#nav ul li .sub-collapser.expanded {
  height: 42px;
}

.hero {
  padding: 60px 5%;
  background-color: #231f20;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  color: #fff;
  text-align: center;
}

.main {
  padding: 60px 5%;
  background: #fff;
}

.main .content {
  margin-bottom: 70px;
}

.main .content::after {
  clear: both;
  content: "";
  display: table;
}

.main .content-narrow {
  max-width: 840px;
  margin: 0 auto;
}

.main .content-narrow::after {
  clear: both;
  content: "";
  display: table;
}

.main .sidebar {
  font-size: 16px;
  font-size: 0.8rem;
}

.main .sidebar .widget {
  margin-bottom: 30px;
  padding: 20px;
  background: #f5f5f5;
}

.main .sidebar .widget .widget-title {
  margin: 0 0 20px;
  color: #555;
  font-weight: 400;
  font-size: 20px;
  font-size: 1rem;
}

.main .sidebar .widget .gform_wrapper {
  margin: 0;
}

.main .sidebar .widget .gform_wrapper div.gform_body ul.gform_fields li.gfield {
  margin: 0 0 10px;
}

.main
  .sidebar
  .widget
  .gform_wrapper
  div.gform_footer
  input[type="submit"].gform_button {
  width: 100%;
  padding: 15px 25px;
}

.main .sidebar .widget_nav_menu,
.main .sidebar .widget_pages,
.main .sidebar .widget_categories,
.main .sidebar .widget_recent_entries,
.main .sidebar .widget_meta,
.main .sidebar .widget_archive,
.main .sidebar .widget_product_categories,
.main .sidebar .widget_recent_comments {
  padding: 20px 0 0;
}

.main .sidebar .widget_nav_menu .widget-title,
.main .sidebar .widget_pages .widget-title,
.main .sidebar .widget_categories .widget-title,
.main .sidebar .widget_recent_entries .widget-title,
.main .sidebar .widget_meta .widget-title,
.main .sidebar .widget_archive .widget-title,
.main .sidebar .widget_product_categories .widget-title,
.main .sidebar .widget_recent_comments .widget-title {
  margin: 0 20px 20px;
}

.main .sidebar .widget_nav_menu ul,
.main .sidebar .widget_pages ul,
.main .sidebar .widget_categories ul,
.main .sidebar .widget_recent_entries ul,
.main .sidebar .widget_meta ul,
.main .sidebar .widget_archive ul,
.main .sidebar .widget_product_categories ul,
.main .sidebar .widget_recent_comments ul {
  margin: 0;
  line-height: 1.2;
  border-top: 1px solid #ddd;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.55rem;
}

.main .sidebar .widget_nav_menu ul li,
.main .sidebar .widget_pages ul li,
.main .sidebar .widget_categories ul li,
.main .sidebar .widget_recent_entries ul li,
.main .sidebar .widget_meta ul li,
.main .sidebar .widget_archive ul li,
.main .sidebar .widget_product_categories ul li,
.main .sidebar .widget_recent_comments ul li {
  display: block;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.main .sidebar .widget_nav_menu ul li a,
.main .sidebar .widget_pages ul li a,
.main .sidebar .widget_categories ul li a,
.main .sidebar .widget_recent_entries ul li a,
.main .sidebar .widget_meta ul li a,
.main .sidebar .widget_archive ul li a,
.main .sidebar .widget_product_categories ul li a,
.main .sidebar .widget_recent_comments ul li a {
  display: block;
  padding: 8px 20px 8px 40px;
  background: url(images/side_menu_bullet.png) no-repeat 17px 10px;
  color: #555;
  border-top: 1px solid #fff;
}

.main .sidebar .widget_nav_menu ul li a:hover,
.main .sidebar .widget_pages ul li a:hover,
.main .sidebar .widget_categories ul li a:hover,
.main .sidebar .widget_recent_entries ul li a:hover,
.main .sidebar .widget_meta ul li a:hover,
.main .sidebar .widget_archive ul li a:hover,
.main .sidebar .widget_product_categories ul li a:hover,
.main .sidebar .widget_recent_comments ul li a:hover {
  color: #fff;
  background-color: #aaa;
  text-decoration: none;
  border-color: #aaa;
}

.main .sidebar .widget_nav_menu ul li ul,
.main .sidebar .widget_pages ul li ul,
.main .sidebar .widget_categories ul li ul,
.main .sidebar .widget_recent_entries ul li ul,
.main .sidebar .widget_meta ul li ul,
.main .sidebar .widget_archive ul li ul,
.main .sidebar .widget_product_categories ul li ul,
.main .sidebar .widget_recent_comments ul li ul {
  padding: 10px 10px 10px 40px;
}

.main .sidebar .widget_nav_menu ul li ul li,
.main .sidebar .widget_pages ul li ul li,
.main .sidebar .widget_categories ul li ul li,
.main .sidebar .widget_recent_entries ul li ul li,
.main .sidebar .widget_meta ul li ul li,
.main .sidebar .widget_archive ul li ul li,
.main .sidebar .widget_product_categories ul li ul li,
.main .sidebar .widget_recent_comments ul li ul li {
  border: none;
}

.main .sidebar .widget_nav_menu ul li ul li a,
.main .sidebar .widget_pages ul li ul li a,
.main .sidebar .widget_categories ul li ul li a,
.main .sidebar .widget_recent_entries ul li ul li a,
.main .sidebar .widget_meta ul li ul li a,
.main .sidebar .widget_archive ul li ul li a,
.main .sidebar .widget_product_categories ul li ul li a,
.main .sidebar .widget_recent_comments ul li ul li a {
  padding: 5px 0;
  border: none;
  background: none;
}

.main .sidebar .widget_nav_menu ul li ul li a:hover,
.main .sidebar .widget_pages ul li ul li a:hover,
.main .sidebar .widget_categories ul li ul li a:hover,
.main .sidebar .widget_recent_entries ul li ul li a:hover,
.main .sidebar .widget_meta ul li ul li a:hover,
.main .sidebar .widget_archive ul li ul li a:hover,
.main .sidebar .widget_product_categories ul li ul li a:hover,
.main .sidebar .widget_recent_comments ul li ul li a:hover {
  color: #fdb826;
  background: none;
}

.main .sidebar .widget_nav_menu ul li:last-child,
.main .sidebar .widget_pages ul li:last-child,
.main .sidebar .widget_categories ul li:last-child,
.main .sidebar .widget_recent_entries ul li:last-child,
.main .sidebar .widget_meta ul li:last-child,
.main .sidebar .widget_archive ul li:last-child,
.main .sidebar .widget_product_categories ul li:last-child,
.main .sidebar .widget_recent_comments ul li:last-child {
  border-bottom: none;
}

.main .sidebar .widget_nav_menu ul li.current-cat > a,
.main .sidebar .widget_nav_menu ul li.current_page_item > a,
.main .sidebar .widget_pages ul li.current-cat > a,
.main .sidebar .widget_pages ul li.current_page_item > a,
.main .sidebar .widget_categories ul li.current-cat > a,
.main .sidebar .widget_categories ul li.current_page_item > a,
.main .sidebar .widget_recent_entries ul li.current-cat > a,
.main .sidebar .widget_recent_entries ul li.current_page_item > a,
.main .sidebar .widget_meta ul li.current-cat > a,
.main .sidebar .widget_meta ul li.current_page_item > a,
.main .sidebar .widget_archive ul li.current-cat > a,
.main .sidebar .widget_archive ul li.current_page_item > a,
.main .sidebar .widget_product_categories ul li.current-cat > a,
.main .sidebar .widget_product_categories ul li.current_page_item > a,
.main .sidebar .widget_recent_comments ul li.current-cat > a,
.main .sidebar .widget_recent_comments ul li.current_page_item > a {
  color: #231f20;
}

.main .sidebar .widget_nav_menu.yellow,
.main .sidebar .widget_pages.yellow,
.main .sidebar .widget_categories.yellow,
.main .sidebar .widget_recent_entries.yellow,
.main .sidebar .widget_meta.yellow,
.main .sidebar .widget_archive.yellow,
.main .sidebar .widget_product_categories.yellow,
.main .sidebar .widget_recent_comments.yellow {
  background: #fdb826;
}

.main .sidebar .widget_nav_menu.yellow .widget-title,
.main .sidebar .widget_pages.yellow .widget-title,
.main .sidebar .widget_categories.yellow .widget-title,
.main .sidebar .widget_recent_entries.yellow .widget-title,
.main .sidebar .widget_meta.yellow .widget-title,
.main .sidebar .widget_archive.yellow .widget-title,
.main .sidebar .widget_product_categories.yellow .widget-title,
.main .sidebar .widget_recent_comments.yellow .widget-title {
  color: #fff;
}

.main .sidebar .widget_nav_menu.yellow ul,
.main .sidebar .widget_pages.yellow ul,
.main .sidebar .widget_categories.yellow ul,
.main .sidebar .widget_recent_entries.yellow ul,
.main .sidebar .widget_meta.yellow ul,
.main .sidebar .widget_archive.yellow ul,
.main .sidebar .widget_product_categories.yellow ul,
.main .sidebar .widget_recent_comments.yellow ul {
  border-color: #eaa81c;
}

.main .sidebar .widget_nav_menu.yellow ul li,
.main .sidebar .widget_pages.yellow ul li,
.main .sidebar .widget_categories.yellow ul li,
.main .sidebar .widget_recent_entries.yellow ul li,
.main .sidebar .widget_meta.yellow ul li,
.main .sidebar .widget_archive.yellow ul li,
.main .sidebar .widget_product_categories.yellow ul li,
.main .sidebar .widget_recent_comments.yellow ul li {
  border-color: #eaa81c;
}

.main .sidebar .widget_nav_menu.yellow ul li a,
.main .sidebar .widget_pages.yellow ul li a,
.main .sidebar .widget_categories.yellow ul li a,
.main .sidebar .widget_recent_entries.yellow ul li a,
.main .sidebar .widget_meta.yellow ul li a,
.main .sidebar .widget_archive.yellow ul li a,
.main .sidebar .widget_product_categories.yellow ul li a,
.main .sidebar .widget_recent_comments.yellow ul li a {
  color: #fff;
  background: url(images/side_menu_bullet_white.png) no-repeat 17px 10px;
  border-color: #ffcb5c;
}

.main .sidebar .widget_nav_menu.yellow ul li a:hover,
.main .sidebar .widget_pages.yellow ul li a:hover,
.main .sidebar .widget_categories.yellow ul li a:hover,
.main .sidebar .widget_recent_entries.yellow ul li a:hover,
.main .sidebar .widget_meta.yellow ul li a:hover,
.main .sidebar .widget_archive.yellow ul li a:hover,
.main .sidebar .widget_product_categories.yellow ul li a:hover,
.main .sidebar .widget_recent_comments.yellow ul li a:hover {
  background-color: #eca000;
}

.main .sidebar .widget_nav_menu.yellow ul li ul,
.main .sidebar .widget_pages.yellow ul li ul,
.main .sidebar .widget_categories.yellow ul li ul,
.main .sidebar .widget_recent_entries.yellow ul li ul,
.main .sidebar .widget_meta.yellow ul li ul,
.main .sidebar .widget_archive.yellow ul li ul,
.main .sidebar .widget_product_categories.yellow ul li ul,
.main .sidebar .widget_recent_comments.yellow ul li ul {
  background: #ffcb5c;
}

.main .sidebar .widget_nav_menu.yellow ul li ul li a,
.main .sidebar .widget_pages.yellow ul li ul li a,
.main .sidebar .widget_categories.yellow ul li ul li a,
.main .sidebar .widget_recent_entries.yellow ul li ul li a,
.main .sidebar .widget_meta.yellow ul li ul li a,
.main .sidebar .widget_archive.yellow ul li ul li a,
.main .sidebar .widget_product_categories.yellow ul li ul li a,
.main .sidebar .widget_recent_comments.yellow ul li ul li a {
  background: none;
}

.main .sidebar .widget_nav_menu.yellow ul li ul li a:hover,
.main .sidebar .widget_pages.yellow ul li ul li a:hover,
.main .sidebar .widget_categories.yellow ul li ul li a:hover,
.main .sidebar .widget_recent_entries.yellow ul li ul li a:hover,
.main .sidebar .widget_meta.yellow ul li ul li a:hover,
.main .sidebar .widget_archive.yellow ul li ul li a:hover,
.main .sidebar .widget_product_categories.yellow ul li ul li a:hover,
.main .sidebar .widget_recent_comments.yellow ul li ul li a:hover {
  color: #eca000;
  background: none;
}

.main .sidebar .widget-courses ul.children {
  display: none;
}

.main.no-bg {
  background: #fff;
}

#testimonials {
  padding: 100px 5% 40px;
  background: #f5f5f5 url(images/testimonials.png) no-repeat center center;
  text-align: center;
  color: #231f20;
}

#testimonials .container {
  max-width: 960px;
}

#testimonials p {
  font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 24px;
  font-size: 1.2rem;
}

#testimonials .name {
  margin: 0 0 5px;
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 0.8rem;
}

#testimonials .company {
  color: #999;
  font-size: 13px;
  font-size: 0.65rem;
}

#testimonials .flex-control-nav {
  margin: 70px 0 0;
  position: static;
}

.cta-section {
  padding: 60px 5%;
  background: url(images/subscribe.jpg) no-repeat center center/cover;
  text-align: center;
}

.cta-section .container {
  max-width: 1000px;
}

.cta-section .cta-text {
  max-width: 400px;
  margin: 0 auto 30px;
  color: #fff;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.2rem;
}

.cta-section .cta-button .btn {
  width: 300px;
  max-width: 100%;
  padding: 15px 30px;
  border: none;
  background: #fdb826;
  color: #fff;
  font-size: 20px;
  font-size: 1rem;
}

.cta-section .cta-button .btn:hover {
  background: #231f20;
}

#footer .footer-calendar a {
  display: block;
  background: #7e8083;
  position: relative;
  text-decoration: none !important;
}

#footer .footer-calendar a:hover {
  background: #fdb826;
}

#footer .footer-calendar h3 {
  width: 100%;
  margin: 0;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

#footer .footer-calendar .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/footer_calendar.jpg) no-repeat center center/cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.1;
}

#footer .footer-bottom {
  padding: 60px 5%;
  background: #fff;
  color: #6d6e71;
  font-size: 15px;
  font-size: 0.75rem;
}

#footer .footer-bottom a {
  color: #6d6e71;
}

#footer .footer-bottom a:hover {
  color: #fdb826;
}

#footer .footer-bottom nav {
  margin: 0 0 60px;
}

#footer .footer-bottom nav ul {
  margin: 0;
}

#footer .footer-bottom nav ul::after {
  clear: both;
  content: "";
  display: table;
}

#footer .footer-bottom nav ul li {
  display: block;
  margin: 0 18px 0 0;
  padding: 0 20px 0 0;
  float: left;
  position: relative;
}

#footer .footer-bottom nav ul li:after {
  content: "|";
  position: absolute;
  right: 0;
}

#footer .footer-bottom nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#footer .footer-bottom nav ul li:last-child:after {
  display: none;
}

#footer .footer-bottom .footer-logos {
  margin: 0 0 20px;
}

#footer .footer-bottom .footer-logos::after {
  clear: both;
  content: "";
  display: table;
}

#footer .footer-bottom .footer-logos h4 {
  margin: 0 0 20px;
  color: #6d6e71;
  font-size: 15px;
  font-size: 0.75rem;
}

#footer .footer-bottom .footer-logos ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#footer .footer-bottom .footer-logos ul li {
  display: block;
  width: 33.33333%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

#footer .footer-bottom .footer-logos img {
  margin: 0 auto;
  min-width: 300px;
}

#footer .footer-bottom .copyright {
  font-size: 11px;
  font-size: 0.55rem;
}

#footer .footer-bottom .copyright span {
  margin-right: 10px;
  font-size: 13px;
  font-size: 0.65rem;
}

.side-buttons {
  display: none;
}

.page-template-template-home .main .content {
  font-size: 16px;
  font-size: 0.8rem;
}

.page-template-template-home .main .sidebar {
  border: none;
}

.slider {
  background: #231f20;
}

.slider .slides li {
  min-height: 200px;
  max-height: 600px;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.slider .slides li.has-link {
  z-index: 9 !important;
}

.slider .slides li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider .slides li .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.slider .slides li .caption .text {
  max-width: 570px;
  padding: 5%;
  float: left;
  color: #7e8083;
  background: rgba(255, 255, 255, 0.9);
}

.slider .slides li .caption .text .line-1 {
  font-size: 20px;
  font-size: 1rem;
}

.slider .slides li .caption .text .line-2 {
  font-size: 13px;
  font-size: 0.65rem;
}

.slider .slides li.flex-active-slide .caption {
  opacity: 1;
}

.home-courses {
  padding: 60px 20px;
  background: url(images/home_courses.jpg) no-repeat center center/cover;
}

.home-courses h3 {
  margin: 0 0 30px;
  text-align: center;
  color: #fff;
}

.home-courses ul {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.7rem;
}

.home-courses ul li {
  display: block;
  margin: 0;
  border-top: 1px solid #eaa81c;
}

.home-courses ul li a {
  display: block;
  padding: 12px 10px 12px 30px;
  color: #fff;
  border-top: 1px solid #ffcb5c;
  background: url(images/side_menu_bullet_white.png) no-repeat 10px 17px;
}

.home-courses ul li a:hover {
  background-color: #eca000;
}

.home-courses ul li ul {
  display: none;
  padding: 10px 10px 10px 30px;
  background: #eca000;
  font-size: 13px;
  font-size: 0.65rem;
}

.home-courses ul li ul li {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
  border: none;
}

.home-courses ul li ul li a {
  padding: 5px 0;
  border: none;
  background: none;
}

.home-courses ul li ul li a:hover {
  color: #231f20;
  background: none;
}

.featured-courses {
  padding: 60px 20px;
  background: #fffbf5;
  color: #333;
}

.featured-courses h2 {
  margin: 0 0 60px;
  color: #fdb826;
  text-align: center;
  font-size: 30px;
  font-size: 1.5rem;
}

.featured-courses .course {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 0.8rem;
}

.featured-courses .course img {
  margin: 0 0 30px;
}

.featured-courses .course h3 {
  margin: 0 0 10px;
  color: #7e8083;
  font-size: 20px;
  font-size: 1rem;
}

.featured-courses .course p {
  margin: 0 0 15px;
}

.featured-courses .course .read-more {
  font-size: 11px;
  font-size: 0.55rem;
}

.latest-news {
  margin-bottom: 50px;
}

.latest-news article {
  margin: 0 0 20px;
}

.latest-news article a {
  display: block;
  text-decoration: none !important;
}

.latest-news article a::after {
  clear: both;
  content: "";
  display: table;
}

.latest-news article a:hover header h4 {
  color: #fdb826;
}

.latest-news article figure {
  width: 80px;
  margin: 0;
  float: left;
}

.latest-news article header {
  margin-left: 100px;
  padding-top: 5px;
}

.latest-news article header h4 {
  margin: 0 0 8px;
  color: #333;
  font-size: 16px;
  font-size: 0.8rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.latest-news article header time {
  color: #fdb826;
  font-style: italic;
  font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.55rem;
}

.logos {
  padding: 60px 5%;
  background: #fff;
}

.logos h2 {
  margin: 0 0 60px;
  text-align: center;
}

.logos .logo-scroller .logo {
  display: inline-block;
}

.logos .logo-scroller.slick-initialized .slick-slide {
  height: 145px;
  line-height: 145px;
  display: block;
  text-align: center;
  outline: none;
}

.logos .logo-scroller.slick-initialized .slick-slide img {
  display: inline-block;
  vertical-align: middle;
}

.landing-banners {
  padding: 60px 5% 40px;
  background-color: #231f20;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.landing-banners .container {
  max-width: 1520px;
}

.landing-banners .banner {
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(126, 128, 131, 0.9);
  color: #fff;
  text-align: center;
}

.landing-banners .banner p {
  margin: 0 0 20px;
}

.landing-banners .banner .btn {
  border-color: #fff;
  color: #fff;
}

.landing-banners .banner .btn:hover {
  background: #fff;
  color: #7e8083;
}

.landing-banners .banner:nth-of-type(even) {
  background: rgba(35, 31, 32, 0.9);
}

.landing-banners .banner:nth-of-type(even) .btn:hover {
  color: #231f20;
}

.landing-cta {
  padding: 60px 5%;
  background: #fdb826;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1rem;
}

.landing-cta .line-1 {
  margin: 0 0 20px;
}

.landing-cta .line-2 {
  margin: 0 0 15px;
  font-size: 36px;
  font-size: 1.8rem;
}

.landing-cta .line-2 span {
  white-space: nowrap;
}

.landing-cta .line-2 a {
  color: #fff;
}

.landing-cta .or {
  margin: 0 0 20px;
}

.landing-cta .btn {
  border-color: #fff;
  color: #fff;
}

.landing-cta .btn:hover {
  background: #fff;
  color: #fdb826;
}

.archive-post {
  margin: 0 0 60px;
}

.archive-post figure {
  max-width: 200px;
  margin: 0 0 32px;
  padding: 0;
  float: left;
}

.archive-post .text {
  clear: left;
  font-size: 16px;
  font-size: 0.8rem;
}

.archive-post .text header {
  margin: 0 0 20px;
}

.archive-post .text header h2 {
  margin: 0;
  font-size: 30px;
  font-size: 1.5rem;
}

.archive-post .text header h2 a {
  color: #fdb826;
  text-decoration: none !important;
}

.archive-post .text header h2 a:hover {
  color: #fdb826;
}

.archive-post .text .read-more {
  white-space: nowrap;
  font-style: italic;
  font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.65rem;
}

.post-figure {
  margin: 0 0 50px;
}

.post-figure img {
  margin: 0 auto;
}

.post-header {
  margin: 0 0 15px;
}

.post-header .post-meta {
  margin: 0 0 35px;
}

.post-header h2 {
  margin: 0;
  font-size: 30px;
  font-size: 1.5rem;
}

.post-meta {
  padding: 7px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #999;
  font-style: italic;
  font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.55rem;
}

.post-meta::after {
  clear: both;
  content: "";
  display: table;
}

.post-meta .time {
  width: 48%;
  float: left;
}

.post-meta .categories {
  width: 48%;
  float: right;
  text-align: right;
}

.post-meta .categories a {
  margin-left: 10px;
  color: #999;
}

.post-meta .categories a:hover {
  color: #fdb826;
}

.post-tags {
  font-size: 13px;
  font-size: 0.65rem;
}

.post-nav {
  clear: both;
  text-align: right;
  font-size: 13px;
  font-size: 0.65rem;
}

.post-nav a:hover {
  text-decoration: none;
  background: #fdb826;
  color: #fff;
}

.post-nav .page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 5px 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #7e8083;
  border-radius: 100%;
}

.post-nav .current {
  background: #fdb826;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 840px;
  margin: 20px auto;
}

.white-popup div.gform_wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.courses .course {
  margin-bottom: 80px;
  font-size: 16px;
  font-size: 0.8rem;
}

.courses .course img {
  margin: 0 0 30px;
}

.courses .course h3 {
  margin: 0 0 10px;
  color: #fdb826;
  font-size: 20px;
  font-size: 1rem;
}

.courses .course p {
  margin: 0 0 15px;
}

.courses .course .read-more {
  font-size: 11px;
  font-size: 0.55rem;
}

.course-links {
  margin: 60px 0;
}

.course-links a {
  display: block;
  margin-bottom: 20px;
  padding: 30px 30px 30px 60px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background: #7e8083;
  letter-spacing: 2px;
  position: relative;
}

.course-links a.blue {
  background: #0fb2e8;
}

.course-links a.green {
  background: #43b743;
}

.course-links a:before {
  content: "\f0a9";
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -15px 0 0 0;
  color: #fff;
}

.course-links a:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.course-links a:hover {
  background: #fdb826;
}

.course-links:first-child {
  margin-top: 0;
}

.course-testimonials {
  margin: 60px 0;
  padding: 20px;
  background: #f5f5f5 url(images/quote.png) no-repeat 90% 20px;
}

.course-testimonials .flexslider .slides img {
  width: auto;
}

.course-testimonials .image {
  margin-bottom: 30px;
}

.course-testimonials .text p {
  margin: 0 0 15px;
  font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1rem;
}

.course-testimonials .text .name {
  color: #fdb826;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.65rem;
}

.course-testimonials:first-child {
  margin-top: 0;
}

.locations {
  margin-top: 60px;
}

.locations .location {
  margin: 0 0 60px;
}

.locations .location .map {
  margin-bottom: 30px;
}

.locations .location .text h2 {
  margin: 0 0 20px;
}

.locations .location .text p {
  margin: 0 0 10px;
}

.locations:first-child {
  margin-top: 0;
}

.page-gallery .flexslider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  opacity: 1;
}

.page-gallery .flexslider .flex-direction-nav a:before {
  background: #fdb826;
  font-size: 20px;
  line-height: 30px;
}

.page-gallery .flexslider .flex-direction-nav a.flex-prev {
  left: 20px;
}

.page-gallery .flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f060";
  border-radius: 100%;
}

.page-gallery .flexslider .flex-direction-nav a.flex-next {
  right: 20px;
}

.page-gallery .flexslider .flex-direction-nav a.flex-next:before {
  content: "\f061";
  border-radius: 100%;
}

.styled-list ul {
  margin-left: 0;
  list-style-type: none;
}

.styled-list ul li {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  position: relative;
}

.styled-list ul li:before {
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  background: #7e8083;
  position: absolute;
  top: 12px;
  left: 0;
}

.page-links {
  margin: 60px 0;
}

.page-links ul {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1rem;
}

.page-links ul li {
  display: block;
  margin: 0 0 10px;
}

.page-links ul li a {
  min-height: 60px;
  display: block;
  padding: 17px 70px 10px 30px;
  color: #fff;
  background: #7e8083;
  position: relative;
}

.page-links ul li a:after {
  width: 60px;
  height: 100%;
  display: block;
  line-height: 60px;
  font-family: FontAwesome;
  content: "\f061";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #4d4e52;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-links ul li a:hover {
  background: #fdb826;
}

.page-links ul li a:hover:after {
  color: #fff;
  background: #eca000;
}

.page-links ul:first-child {
  margin-top: 0;
}

.page-links ul:last-child {
  margin-bottom: 0;
}

.screen-reader {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contacts {
  margin: 0 0 32px;
}

.contacts li {
  display: block;
  padding-left: 30px;
  margin: 0 0 10px;
  position: relative;
}

.contacts li a {
  color: #555;
}

.contacts li a:hover {
  color: #231f20;
}

.contacts li:before {
  width: 25px;
  display: block;
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  text-align: center;
}

.contacts li.address:before {
  content: "\f041";
}

.contacts li.phone:before {
  content: "\f095";
}

.contacts li.fax:before {
  content: "\f1ac";
}

.contacts li.email:before {
  content: "\f003";
}

.contacts li.facebook:before {
  content: "\f09a";
}

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  position: relative;
  margin-bottom: 32px;
}

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  margin: 0 0 32px;
  display: block;
}

.alignright:first-child,
.alignleft:first-child,
.aligncenter:first-child,
.alignnone:first-child {
  margin-top: 0;
}

.accordion {
  margin: 0 0 32px;
}

.accordion .accordion-item {
  margin: 0 0 10px;
}

.accordion .accordion-item .accordion-handle {
  cursor: pointer;
  position: relative;
  background: #7e8083;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.accordion .accordion-item .accordion-handle h3 {
  min-height: 60px;
  padding: 17px 60px 15px 30px;
  margin: 0;
  font-size: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.accordion .accordion-item .accordion-handle h3:after {
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  font-family: FontAwesome;
  content: "\f063";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #4d4e52;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.accordion .accordion-item .accordion-content {
  padding: 30px 20px;
  background: #f5f5f5;
  font-size: 16px;
  font-size: 0.8rem;
}

.accordion .accordion-item .accordion-content::after {
  clear: both;
  content: "";
  display: table;
}

.accordion .accordion-item .accordion-content h5 {
  margin: 0;
  font-size: 16px;
  font-size: 0.8rem;
}

.accordion .accordion-item.selected {
  background-color: #fff;
}

.accordion .accordion-item.selected .accordion-handle {
  background: #fdb826;
}

.accordion .accordion-item.selected .accordion-handle h3 {
  color: #fff;
}

.accordion .accordion-item.selected .accordion-handle h3:after {
  background: #eca000;
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabbed-content {
  margin: 0 0 32px;
  clear: both;
}

.tabbed-content .tab-nav {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8rem;
}

.tabbed-content .tab-nav li {
  display: block;
  margin: 0 0 2px;
}

.tabbed-content .tab-nav li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #7e8083;
}

.tabbed-content .tab-nav li a br {
  display: none;
}

.tabbed-content .tab-nav li a:hover {
  text-decoration: underline;
}

.tabbed-content .tab-nav li.active a {
  background: #fdb826;
  color: #fff;
}

.tabbed-content .tab-window .tab-panel {
  padding: 30px 20px;
  background: #f5f5f5;
}

.tabbed-content .tab-window .tab-panel::after {
  clear: both;
  content: "";
  display: table;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides {
  margin: 0;
  list-style: none;
}

.flexslider .slides::after {
  clear: both;
  content: "";
  display: table;
}

.flexslider .slides li {
  margin: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .flex-control-nav {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 5%;
  z-index: 50;
  text-align: center;
}

.flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
}

.flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #7e8083;
  cursor: pointer;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.flexslider .flex-control-nav li a.flex-active {
  background: #fdb826;
}

.flexslider .flex-direction-nav {
  margin: 0;
  height: 0;
  list-style: none;
}

.flexslider .flex-direction-nav li {
  margin: 0;
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 50;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.flexslider .flex-direction-nav a:before {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.4);
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}

.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f104";
  border-radius: 0 4px 4px 0;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 0;
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
  border-radius: 4px 0 0 4px;
}

.flexslider .flex-direction-nav a.flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  right: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

@media (min-width: 480px) {
  .home-courses ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .home-courses ul li {
    width: 47.5%;
    margin-left: 5%;
    float: left;
  }
  .home-courses ul li:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
  .featured-courses .inner::after {
    clear: both;
    content: "";
    display: table;
  }
  .featured-courses .course {
    width: 47.5%;
    margin-left: 5%;
    float: left;
  }
  .featured-courses .course:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
  .courses::after {
    clear: both;
    content: "";
    display: table;
  }
  .courses .course {
    width: 47.5%;
    margin-left: 5%;
    float: left;
  }
  .courses .course:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
}

@media (min-width: 600px) {
  #header .header-r {
    float: right;
  }
  #header .logo {
    clear: both;
  }
  #header .header-buttons {
    text-align: center;
  }
  #header .header-buttons .btn {
    width: auto;
    display: inline-block;
    margin: 0 3px 10px;
  }
  #header.header-alt {
    padding: 30px 5%;
  }
  #header.header-alt .logo {
    padding: 0;
    clear: left;
    float: left;
  }
  #header.header-alt .header-r {
    margin: -20px 0 5px;
  }
  #header.header-alt .header-text {
    padding: 0;
    clear: right;
    float: right;
    text-align: right;
    line-height: 1.2;
  }
  .hero {
    height: 300px;
    padding: 0 5%;
  }
  .hero h1 {
    width: 100%;
    height: 100%;
    display: table;
  }
  .hero h1 span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .landing-banners .container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .landing-banners .banner {
    padding: 30px 20px;
    width: 43.42105%;
    margin-left: 13.15789%;
    float: left;
  }
  .landing-banners .banner:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
  .archive-post::after {
    clear: both;
    content: "";
    display: table;
  }
  .archive-post figure {
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
  }
  .archive-post .text {
    width: 65%;
    clear: none;
    float: left;
  }
}

@media (min-width: 768px) {
  #header.header-alt .header-text {
    font-size: 30px;
    font-size: 1.5rem;
  }
  #nav .menu-collapser,
  #nav .sub-collapser {
    display: none;
  }
  #nav ul {
    text-transform: none;
    text-align: center;
    font-size: 15px;
    font-size: 0.75rem;
  }
  #nav ul li {
    display: inline-block;
    margin: 0 15px;
  }
  #nav ul li a {
    padding: 20px 0;
    text-decoration: none;
  }
  #nav ul li a:hover {
    color: #fdb826;
  }
  #nav ul li ul {
    width: 190px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: rgba(35, 31, 32, 0.9);
    text-transform: none;
    text-align: left;
    font-size: 13px;
    font-size: 0.65rem;
  }
  #nav ul li ul li {
    display: block;
    margin: 0;
  }
  #nav ul li ul li a {
    padding: 10px 15px;
  }
  #nav ul li ul li a:hover {
    color: #fff;
    background: #fdb826;
  }
  #nav ul li ul li ul {
    top: 0;
    left: 190px;
    z-index: 2;
    background: #fdb826;
  }
  #nav ul li ul li ul li a:hover {
    background: #fdb00d;
  }
  #nav ul li ul li:hover > a {
    color: #fff;
    background: #fdb826;
  }
  #nav ul li ul li.current-menu-item > a,
  #nav ul li ul li.current-menu-ancestor > a {
    position: static;
  }
  #nav ul li ul li.current-menu-item > a:after,
  #nav ul li ul li.current-menu-ancestor > a:after {
    display: none;
  }
  #nav ul li:hover > a {
    color: #fdb826;
  }
  #nav ul li.current-menu-item > a,
  #nav ul li.current-menu-ancestor > a {
    position: relative;
  }
  #nav ul li.current-menu-item > a:after,
  #nav ul li.current-menu-ancestor > a:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background: #fdb826;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hero {
    height: 350px;
  }
  #testimonials {
    padding-top: 200px;
  }
  .cta-section {
    padding: 100px 5%;
  }
  .cta-section .cta-text {
    width: 58%;
    margin: 0;
    float: left;
    max-width: none;
    text-align: left;
  }
  .cta-section .cta-button {
    width: 30%;
    padding-top: 6px;
    float: right;
  }
  #footer .footer-calendar h3 {
    padding: 90px 5%;
  }
  #footer .footer-bottom nav {
    width: 65.83333%;
    float: left;
  }
  #footer .footer-bottom .footer-logos {
    width: 29.16667%;
    margin: 0;
    float: right;
  }
  #footer .footer-bottom .copyright {
    clear: left;
  }
  .slider .slides li .caption .text .line-1 {
    font-size: 30px;
    font-size: 1.5rem;
  }
  .slider .slides li .caption .text .line-2 {
    font-size: 20px;
    font-size: 1rem;
  }
  .home-courses {
    padding: 60px 5%;
  }
  .home-courses ul li {
    width: 30%;
    margin-left: 5%;
    float: left;
  }
  .home-courses ul li:nth-of-type(2n + 1) {
    margin-left: 5%;
    clear: none;
  }
  .home-courses ul li:nth-of-type(3n + 1) {
    margin-left: 0;
    clear: left;
  }
  .featured-courses {
    padding: 90px 5% 30px;
  }
  .featured-courses .course {
    width: 30%;
    margin-left: 5%;
    float: left;
  }
  .featured-courses .course:nth-of-type(2n + 1) {
    margin-left: 5%;
    clear: none;
  }
  .featured-courses .course:nth-of-type(3n + 1) {
    margin-left: 0;
    clear: left;
  }
  .logos {
    padding: 80px 5%;
  }
  .landing-banners .banner {
    padding: 30px;
  }
  .landing-banners .banner p {
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.5rem;
  }
  .landing-cta {
    font-size: 30px;
    font-size: 1.5rem;
  }
  .landing-cta .line-1 {
    margin: 0 0 10px;
  }
  .landing-cta .line-2 {
    margin: 0 0 10px;
    font-size: 60px;
    font-size: 3rem;
  }
  .landing-cta .or {
    margin: 0 0 25px;
  }
  .landing-cta .btn {
    padding: 20px 35px;
    border-width: 2px;
    font-size: 16px;
    font-size: 0.8rem;
  }
  .archive-post .text {
    font-size: 20px;
    font-size: 1rem;
  }
  .white-popup {
    padding: 60px;
  }
  .courses .course {
    width: 30%;
    margin-left: 5%;
    float: left;
  }
  .courses .course:nth-of-type(2n + 1) {
    margin-left: 5%;
    clear: none;
  }
  .courses .course:nth-of-type(3n + 1) {
    margin-left: 0;
    clear: left;
  }
  .course-links::after {
    clear: both;
    content: "";
    display: table;
  }
  .course-links a {
    width: 47.5%;
    float: left;
    margin-left: 5%;
  }
  .course-links a:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
  .flexbox .course-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .flexbox .course-links a div {
    width: 100%;
    height: 100%;
    display: table;
  }
  .flexbox .course-links a div span {
    display: table-cell;
    vertical-align: middle;
  }
  .course-testimonials {
    padding: 40px;
    background-position: 95% 40px;
  }
  .course-testimonials .image {
    width: 150px;
    float: left;
    margin-bottom: 0;
  }
  .course-testimonials .text {
    margin-left: 200px;
    padding-top: 20px;
  }
  .locations .location::after {
    clear: both;
    content: "";
    display: table;
  }
  .locations .location .map {
    width: 46.42857%;
    margin-bottom: 0;
    float: left;
  }
  .locations .location .text {
    width: 46.42857%;
    float: right;
  }
  .alignright {
    float: right;
    margin: 0 0 60px 60px;
  }
  .alignleft {
    float: left;
    margin: 0 60px 60px 0;
  }
  .aligncenter {
    margin: 60px auto;
  }
  .alignnone {
    margin: 60px 0;
  }
  .one-half {
    width: 47.5%;
  }
  .one-third {
    width: 30%;
  }
  .two-third {
    width: 65%;
  }
  .one-fourth {
    width: 21.25%;
  }
  .three-fourth {
    width: 73.75%;
  }
  .one-fifth {
    width: 16%;
  }
  .two-fifth {
    width: 37%;
  }
  .three-fifth {
    width: 58%;
  }
  .four-fifth {
    width: 79%;
  }
  .one-sixth {
    width: 12.5%;
  }
  .five-sixth {
    width: 82.5%;
  }
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 5%;
    margin-bottom: 0;
    float: left;
  }
  .last {
    margin-right: 0 !important;
    clear: right;
  }
  .accordion .accordion-item .accordion-content {
    padding: 45px 50px 30px;
  }
  .tabbed-content .tab-nav {
    margin-left: -5px;
    display: table;
    border-collapse: collapse;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1rem;
  }
  .tabbed-content .tab-nav li {
    margin: 0;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
  }
  .tabbed-content .tab-nav li a {
    padding: 20px 30px;
    border-width: 5px 5px 0 5px;
    border-color: #fff;
    border-style: solid;
  }
  .tabbed-content .tab-window .tab-panel {
    padding: 45px 50px 30px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox::after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
    width: 48%;
    margin-left: 4%;
    float: left;
  }
  .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .gfield_checkbox
    li:nth-of-type(2n + 1) {
    margin-left: 0;
    clear: left;
  }
}

@media (min-width: 960px) {
  #header {
    padding: 20px 5% 30px;
  }
  #header .header-r {
    margin-bottom: 25px;
  }
  #header .logo {
    padding: 10px 0 0;
    float: left;
    clear: left;
  }
  #header .header-buttons {
    float: right;
    clear: right;
    text-align: right;
  }
  #header .header-buttons .phone {
    margin: 0 10px 0 0;
    float: left;
  }
  #header .header-buttons .btn {
    margin: 0 0 0 6px;
  }
  .main .content {
    width: 70%;
    margin-bottom: 0;
    float: left;
  }
  .main .sidebar {
    width: 25%;
    float: right;
  }
  .cta-section .cta-text {
    font-size: 36px;
    font-size: 1.8rem;
  }
  .cta-section .cta-button {
    padding-top: 20px;
  }
  .slider .slides li .caption .text .line-1 {
    font-size: 36px;
    font-size: 1.8rem;
  }
  .landing-banners {
    padding: 90px 5% 70px;
  }
  .landing-banners .banner {
    padding: 50px 60px;
  }
  .landing-banners .banner p {
    font-size: 36px;
    font-size: 1.8rem;
  }
  .landing-banners .banner .btn {
    padding: 20px 35px;
    border-width: 2px;
  }
  .archive-post figure {
    width: 23.80952%;
    margin: 0;
  }
  .archive-post .text {
    width: 69.04762%;
    float: right;
  }
}

@media (min-width: 1240px) {
  #header .header-buttons .phone {
    padding-top: 2px;
    font-size: 30px;
    font-size: 1.5rem;
  }
  #nav ul li {
    margin: 0 28px;
  }
  .main {
    padding: 100px 5%;
  }
  #testimonials p {
    font-size: 30px;
    font-size: 1.5rem;
  }
  #footer .bottom-menus {
    padding: 90px 5% 60px;
  }
  #footer .bottom-menus nav {
    width: 16%;
    margin-left: 5%;
    float: left;
  }
  #footer .bottom-menus nav:nth-of-type(2n + 1),
  #footer .bottom-menus nav:nth-of-type(3n + 1),
  #footer .bottom-menus nav:nth-of-type(4n + 1) {
    margin-left: 5%;
    clear: none;
  }
  #footer .bottom-menus nav:nth-of-type(5n + 1) {
    margin-left: 0;
    clear: left;
  }
  #footer .footer-bottom {
    padding: 90px 5%;
  }
  .slider .slides li .caption .text .line-1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-size: 2.4rem;
  }
  .home-courses ul li {
    width: 22.5%;
    margin-left: 3.33333%;
    float: left;
  }
  .home-courses ul li:nth-of-type(2n + 1),
  .home-courses ul li:nth-of-type(3n + 1) {
    margin-left: 3.33333%;
    clear: none;
  }
  .home-courses ul li:nth-of-type(4n + 1) {
    margin-left: 0;
    clear: left;
  }
  .landing-banners .banner p {
    margin: 0 0 30px;
    font-size: 48px;
    font-size: 2.4rem;
  }
  .courses .course {
    width: 21.25%;
    margin-left: 5%;
    float: left;
  }
  .courses .course:nth-of-type(2n + 1),
  .courses .course:nth-of-type(3n + 1) {
    margin-left: 5%;
    clear: none;
  }
  .courses .course:nth-of-type(4n + 1) {
    margin-left: 0;
    clear: left;
  }
  .page-gallery .flexslider .flex-direction-nav a.flex-prev {
    left: -50px;
  }
  .page-gallery .flexslider .flex-direction-nav a.flex-next {
    right: -50px;
  }
}

@media (min-width: 1480px) {
  .side-buttons {
    display: block;
    width: 100px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 500;
    margin-top: -150px;
    border-width: 1px 0 1px 1px;
    border-color: #fdb826;
    border-style: solid;
    line-height: 1.2;
    font-size: 13px;
    font-size: 0.65rem;
  }
  .side-buttons a {
    width: 100%;
    height: 100px;
    display: table;
    border-top: 1px solid #fdb826;
    text-align: center;
    color: #7e8083;
    text-decoration: none !important;
    background: #fff;
  }
  .side-buttons a .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .side-buttons a .inner div {
    font-weight: 400;
  }
  .side-buttons a .fa {
    margin: 0 0 10px;
    color: #fdb826;
    font-size: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .side-buttons a:first-child {
    border: none;
  }
  .side-buttons a:hover {
    background: #fdb826;
    color: #fff;
  }
  .side-buttons a:hover .fa {
    color: #fff;
  }
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */

/*07-11-2024 new footer design css*/
.footer-bottom .footer_row {
  display: flex;
  column-gap: 15px;
}
.footer-bottom .footer_row .footer_logos {
  width: 19%;
}
.footer-bottom .footer_row .footer_logos .logo {
  max-width: 85%;
}
.footer-bottom .footer_row .footer_links {
  width: 17%;
}
.footer-bottom .footer_row .footer_courses {
  width: 44%;
}
.footer-bottom .footer_row .footer_ctns {
  width: 20%;
}
.footer_logos .social-icons a:first-child {
  margin-right: 15px;
}
.footer_logos .social-icons span:before {
  font-size: 30px;
}
.footer-bottom .ftr_titles {
  color: rgb(253, 184, 38);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
.footer_links #footer-menu {
  display: flex;
  flex-direction: column;
}
.footer-bottom .footer_links nav ul li:after,
#footer .footer-bottom .footer_links nav ul li.menu-item-type-custom {
  display: none;
}
#footer .footer-bottom .footer_links nav ul li {
  margin-right: 0px;
  padding-right: 0px;
}
.footer_courses ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 14px;
  list-style-type: circle;
}
.footer_courses ul > li {
  width: calc(100% / 2 - 5px);
  margin-bottom: 0px;
}
.footer_courses ul > li::marker {
  color: rgb(253, 184, 38);
}
.footer_courses ul > li > a {
  font-size: 14px;
  line-height: 24px;
}
.footer_ctns .locations {
  margin-top: 0px;
}
.footer_ctns .locations .location:first-child {
  margin-bottom: 20px;
}
.footer_ctns .footer_locations {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.footer_ctns .locations .location .text {
  width: 100%;
}
.footer_ctns .locations .location,
.footer_ctns .contacts {
  margin-bottom: 0px;
}
.footer_ctns .contacts:not(:last-child) {
  margin-bottom: 15px;
}
.footer_ctns .phone {
  padding-left: 25px;
}
.footer_ctns .phone:before {
  color: rgb(253, 184, 38);
}
#footer .footer-bottom .copyright span {
  margin-right: 5px;
}
.footer_courses ul {
  margin-bottom: 0px;
}
#footer .footer-bottom .copyright,
.footer_logos .social-icons {
  margin-top: 15px;
}
.footer_ctns .text p {
  text-transform: uppercase;
}
.footer_ctns .text p > br {
  display: none;
}

@media only screen and (min-width: 768px) {
  #nav ul li#menu-item-108 ul {
    width: 600px;
    left: -250px;
  }
  #nav ul li#menu-item-108 ul li {
    display: inline-block;
    width: 49.69%;
    vertical-align: text-top;
  }
}

@media only screen and (max-width: 1340px) {
  .footer-bottom .ftr_titles {
    font-size: 22px;
  }
  .footer_courses ul > li {
    padding-right: 20px;
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 1199px) {
  .footer-bottom .footer_row .footer_links {
    width: 20%;
  }
  .footer-bottom .footer_row .footer_courses {
    width: 41%;
  }
  #footer .footer-bottom a:hover {
    color: #6d6e71;
  }
}

@media only screen and (max-width: 991px) {
  .footer-bottom .ftr_titles {
    font-size: 20px;
  }
  #footer .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-bottom .footer_row {
    column-gap: 10px;
  }
  .footer-bottom .footer_row .footer_links {
    width: 22%;
  }
  .footer-bottom .footer_row .footer_courses {
    width: 39%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom .footer_row {
    flex-wrap: wrap;
  }
  .footer-bottom .footer_row .footer_links {
    order: 2;
    width: 100%;
  }
  .footer-bottom .footer_row .footer_courses {
    width: 100%;
    order: 1;
  }
  .footer-bottom .footer_row .footer_ctns {
    width: 57%;
  }
  .footer-bottom .footer_row .footer_logos {
    width: 40%;
  }
  .footer-bottom .footer_row .footer_links .ftr_titles,
  .footer-bottom .footer_row .footer_courses .ftr_titles {
    text-align: left;
  }
  .footer_links #footer-menu {
    display: inline-block;
  }
  #footer .footer-bottom .footer_links nav ul li,
  .footer_courses ul li {
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
  }
  .footer-bottom .footer_links nav ul li:after {
    display: inline-block;
  }
  .footer-bottom .footer_links nav ul li:nth-last-child(2):after {
    display: none;
  }
  #footer .footer-bottom nav {
    margin-bottom: 0px;
  }
  .footer_courses ul {
    list-style-type: none;
    margin-left: 0px;
    justify-content: flex-start;
  }
  .footer_courses ul > li {
    width: auto;
    position: relative;
  }
  .footer_courses ul > li:not(:last-child):not(:nth-last-child(2)):after {
    content: "|";
    position: absolute;
    right: 0;
  }
  .footer-bottom .footer_row .footer_courses {
    margin-bottom: 20px;
  }
  #nav ul li.menu-item-108 ul li {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
  }
  #nav ul li.menu-item-108 ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer_courses,
  .footer_links {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-bottom .footer_row .footer_ctns,
  .footer-bottom .footer_row .footer_logos {
    width: 100%;
  }
  #footer .footer-bottom .copyright,
  .footer_logos .social-icons {
    text-align: center;
  }
  .footer-bottom .footer_row .footer_logos .logo {
    max-width: 66%;
    margin: auto;
  }
  .footer_ctns {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }
  #footer .footer-bottom {
    padding: 50px 15px 30px;
  }
}

.office-location-details {
  background-color: #f5f5f5;
  padding-top: 1.5rem;
}

.locations-title {
  width: 100%;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1.25px;
  line-height: 50px;
  color: #262626;
  font-weight: bold;
  font-family: "Gilroy";
}

.forrestfield-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1.5rem;
  margin: 1.5rem auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
  width: 100%;
}

.forrestfield-card .location-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .forrestfield-card .location-inner {
    grid-template-columns: 1fr;
  }
}

.forrestfield-map-col {
  display: flex;
  flex-direction: column;
}

.transport-map-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.other-locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 0.35fr));
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1%;
}

.other-locations-grid .office-location-data {
  background: #fff;
  padding: 1.25rem;
  margin: 1px auto 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 80%;
}

.office-title {
  color: #666;
  font-weight: bold;
  font-family: "Gilroy";
}

.office-location-data,
.forrestfield-card {
  text-align: center;
}

.location-section,
.contact-entry {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  justify-content: center;
}

.location-icon {
  width: 15%;
}

.location-details-col {
  justify-self: center;
}

.location-details {
  padding-left: 5px;
  width: 75%;
}

.courses-hero {
  position: relative;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  color: #fff;
}

.courses-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courses-hero .courses-hero__overlay {
  position: relative;
  z-index: 2;
  max-width: 50%;
  min-height: 350px;
  height: 100%;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    90deg,
    #ff8d00 0%,
    rgb(255 141 0 / 85%) 70%,
    rgb(255 129 0 / 60%) 100%
  );
}

.courses-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}

.courses-hero p {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.courses-toolbar {
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1em;
}

.courses-toolbar__left,
.courses-toolbar__right {
  display: flex;
  gap: 1em;
}

.courses-toolbar__field {
  display: flex;
}

.courses-toolbar__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.courses-toolbar__filters select,
.courses-toolbar__filters input[type="text"] {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1rem;
  min-width: 150px;
  transition: border-color 0.2s;
}

.courses-toolbar__filters select:focus,
.courses-toolbar__filters input[type="text"]:focus {
  outline: none;
  border-color: #ffcc00;
}

.courses-toolbar__filters button {
  padding: 0.55rem 1.5rem;
  border-radius: 9999px;
  border: none;
  background-color: #ffcc00;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.courses-toolbar__filters button:hover {
  background-color: #e6b800;
}

#filter-category,
#filter-sort,
.filter-btn,
#filter-search,
#apply-filters,
#clear-filters {
  border-radius: 30px;
  font-size: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

#filter-search,
#filter-sort {
  min-width: 11rem;
}

#filter-search {
  flex: 1.5;
}

.btn--primary,
.btn--secondary {
  font-weight: 600;
}

.btn--primary {
  background: rgb(245, 126, 41);
}

.btn--primary:hover {
  background: rgba(161, 77, 17, 0.801);
}

.btn--secondary {
  background: #555;
}

.btn--secondary:hover {
  background: #d3d3d3;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  align-items: stretch;
  padding: 0px 2rem 2rem 2rem;
}

.course-card {
  height: 100%;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  display: flex;
  padding-bottom: 1.5rem;
  flex-direction: column;
  background-color: #f2e7b8;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.course-thumb-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.course-card__image {
  position: relative;
  width: 90%;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  border: 10px solid #fdb826;
  border-radius: 10px;
}

.course-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  min-height: 220px;
  max-height: 320px;
}

.course-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  background: rgba(253, 124, 38, 0.75);
  padding: 1em 1em;
  text-align: center;
}

.course-card__overlay p {
  margin: 0;
  color: white;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  font-size: clamp(0.85rem, 1vw, 1rem);
}

.course-card:hover .course-card__image img {
  transform: scale(1.05);
}

.course-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  padding: 0px 1rem;
  text-align: center;
}

.course-card__content h2 {
  font-size: 0.9rem;
  color: #ffcc00;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.course-card__content h3 {
  font-size: 1.1rem;
  margin: 0.5rem 0 1rem;
  font-weight: 600;
  color: #333;
}

.course-card__content p {
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.course-card__content .btn {
  margin-top: auto;
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
  background-color: #f57e29 !important;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  align-self: center;
}

.course-card__content .btn:hover {
  color: #1e2a38;
  background-color: #a14d11 !important;
  transform: translateY(-2px);
}

.course-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.course-pill {
  background: rgb(245, 126, 41);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  border: none;
  cursor: pointer;
}

.course-pill:hover {
  background: rgba(161, 77, 17, 0.801);
  color: #1e2a38;
}

.course-pill.is-active {
  background: #333;
}

@media (max-width: 768px) {
  .courses-hero {
    min-height: 300px;
  }

  .courses-hero__overlay {
    max-width: 100%;
    padding: 2rem;
  }

  .courses-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .courses-toolbar__left {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    flex-wrap: wrap;
  }

  .courses-toolbar__field {
    width: 100%;
  }

  .courses-toolbar__field select,
  .courses-toolbar__field input {
    width: 100%;
  }

  .courses-toolbar__right {
    display: flex;
    gap: 0.75rem;
    width: 100%;
  }

  .courses-toolbar__right button {
    flex: 1;
  }

  .courses-toolbar__right button {
    padding: 0.9rem 1rem;
  }

  .course-card__image img {
    height: 300px;
  }

  .course-card__content h3 {
    font-size: 1.1rem;
  }
}

.courses-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  #filter-search {
    min-width: 20rem;
  }
}

.footer-company-links {
  background-color: #666;
  color: #fff;
  font-size: 8pt;
  padding: 20px 0;
  text-align: center;
}

.footer-company-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-company-links a:hover {
  text-decoration: underline;
}
