/*!
Theme Name: pcc4u
Theme URI: http://underscores.me/
Author: digital8
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pcc4u
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pcc4u is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

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

/* 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.
 */
/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #282828;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  margin-bottom: 30px;
}

h1 {
  font-size: 50px;
  line-height: 73px;
  font-weight: bold;
  line-height: normal;
}

h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  line-height: normal;
}

.intro-text {
  font-size: 14px;
}

.highlight {
  font-size: 18px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}

.para-title {
  font-weight: bold;
}

.button,
.vc_btn3 {
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 20px 40px !important;
  text-transform: uppercase;
}

.lightbold {
  font-weight: 500;
}

.vc_btn3-color-danger {
  background: #970c00 !important;
  color: #fff !important;
}

.vc_btn3-color-danger:hover {
  background: #fabd2e !important;
  color: #282828 !important;
}

.vc_btn3-color-warning {
  background: #fabd2e !important;
  color: #282828 !important;
}

.vc_btn3-color-warning:hover {
  background: #970c00 !important;
  color: #fff !important;
}

.arrow-btn {
  margin-right: 20px;
}

.arrow-btn a {
  padding: 20px 70px 20px 40px !important;
}

.arrow-btn a i {
  font-size: 30px !important;
  line-height: 10px !important;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}

ul li:before {
  position: absolute;
  content: '';
  background-color: #970c00;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.67;
}

ul li ul {
  margin: 15px 0 15px 0;
}

ul li ul li:before {
  position: absolute;
  content: '';
  background-image: url(../img/gray-bulletpoint.svg);
  width: 6px;
  height: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.67;
}

ol {
  list-style: decimal;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #282828;
  text-decoration: none;
}

a:visited {
  color: #282828;
}

a:hover,
a:focus,
a:active {
  color: #282828;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  padding: 0 10px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #282828 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-right: 25px !important;
  padding: 0 !important;
}

.main-navigation a:hover {
  color: #970c00 !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation a {
    font-size: 14px !important;
    margin-right: 15px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .main-navigation a {
    font-size: 14px !important;
    margin-right: 15px !important;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
#page {
  overflow: hidden;
}

table {
  margin: 10px 0;
}

.breadcrumb-container .breadcrumb-link {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  opacity: 0.8;
}

.breadcrumb-container .breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-container .breadcrumb-page {
  font-size: 14px;
  font-weight: bold;
}

.breadcrumb-container .divider {
  color: rgba(40, 40, 40, 0.53);
  padding: 0 10px;
}

.container.small-container {
  width: 750px !important;
}

.banner {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .vc_column-inner {
  position: relative;
}

.banner .breadcrumb-container {
  position: absolute;
  left: 15px;
  top: 0;
}

.banner .breadcrumb-container .breadcrumb-link,
.banner .breadcrumb-container span {
  color: #fff;
  text-decoration: none;
}

.banner .breadcrumb-container .divider {
  color: #fff;
  padding: 0 5px;
}

.banner h1 {
  color: #fff;
}

.banner h3 {
  color: #fff;
  line-height: 1.75;
}

.normal-banner {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.normal-banner:before {
  position: absolute;
  display: block !important;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(191deg, rgba(255, 255, 255, 0), rgba(106, 80, 78, 0.9), rgba(106, 80, 78, 0.9));
  background-image: -o-linear-gradient(191deg, rgba(255, 255, 255, 0), rgba(106, 80, 78, 0.9), rgba(106, 80, 78, 0.9));
  background-image: linear-gradient(259deg, rgba(255, 255, 255, 0), rgba(106, 80, 78, 0.9), rgba(106, 80, 78, 0.9));
  top: 0;
  left: 0;
}

.normal-banner .vc_column-inner {
  position: relative;
}

.normal-banner h1 {
  color: #fff;
  margin-bottom: 30px;
  width: 60%;
  line-height: 0.92;
  text-transform: capitalize;
}

.normal-banner p {
  color: #fff;
  line-height: 28px;
  font-weight: normal;
  width: 50%;
  margin: 0;
  margin-bottom: 40px;
}

.normal-banner .breadcrumb-container span {
  color: #fff;
}

.normal-banner .breadcrumb-container a,
.normal-banner .breadcrumb-container .divider {
  color: #fff;
  opacity: 0.8;
}

.no-image-banner {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.no-image-banner:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/web-deco.svg);
  top: 0;
  left: 0;
}

.no-image-banner .vc_column-inner {
  position: relative;
}

.no-image-banner h1 {
  color: #fff;
  margin: auto;
  margin-bottom: 30px;
  width: 60%;
  line-height: 0.92;
  text-transform: capitalize;
}

.no-image-banner p {
  color: #fff;
  line-height: normal;
  font-weight: normal;
  width: 50%;
  margin: 0;
  margin: auto;
  margin-bottom: 40px;
}

.no-image-banner .breadcrumb-container span {
  color: #fff;
}

.no-image-banner .breadcrumb-container a,
.no-image-banner .breadcrumb-container .divider {
  color: #fff;
  opacity: 0.8;
}

.education-provider-banner {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.education-provider-banner:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(65, 21, 21, 0.92);
  top: 0;
  left: 0;
}

.education-provider-banner .vc_column-inner {
  position: relative;
}

.education-provider-banner .breadcrumb-container a,
.education-provider-banner .breadcrumb-container .divider {
  color: #fff;
  opacity: 0.8;
}

.education-provider-banner .breadcrumb-container span {
  color: #fff;
}

.education-provider-banner h1 {
  color: #fff;
  margin-bottom: 30px;
  width: 40%;
  line-height: 55px;
  text-transform: capitalize;
}

.education-provider-banner p {
  color: #fff;
  line-height: 35px;
  font-weight: normal;
  width: 50%;
  margin: 0;
  margin-bottom: 40px;
}

.site-content {
  padding-top: 110px;
}

.vc_row {
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

.vc_row.no-margin {
  margin-bottom: 0;
}

.vc_row:last-child {
  margin-bottom: 150px;
}

.vc_row.vc_row-o-full-height {
  min-height: 0 !important;
}

.mega-sub-menu {
  min-height: 0 !important;
}

.menu-logo-img>a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.container,
.content-area,
#mega-menu-menu-1,
#mega-menu-max_mega_menu_1,
#mega-menu-max_mega_menu_2 {
  width: 1140px !important;
  margin: auto !important;
}

@media only screen and (max-width: 1240px) and (min-width: 769px) {

  .container,
  .content-area,
  #mega-menu-menu-1,
  #mega-menu-max_mega_menu_1,
  #mega-menu-max_mega_menu_2 {
    width: 90% !important;
  }
}

@media only screen and (max-width: 768px) {

  .container,
  .content-area,
  #mega-menu-menu-1,
  #mega-menu-max_mega_menu_1,
  #mega-menu-max_mega_menu_2 {
    width: 90% !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#masthead .header-banner-text {
  text-align: center;
  width: 100%;
}

#masthead .header-banner-text p {
  margin: 0;
  padding: 6px 0;
  background: rgba(216, 216, 216, 0.5);
  font-size: 13px;
  font-weight: 500;
}

#masthead .header-banner-text p a {
  text-decoration: underline;
}

#masthead .mega-menu>li>.mega-sub-menu {
  border-top: 1px solid #f0f0f0 !important;
}

#masthead .mega-menu .mega-sub-menu li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#masthead .mega-menu .mega-sub-menu .widget_media_image {
  padding-bottom: 0 !important;
  text-align: center !important;
}

#masthead .mega-menu .mega-sub-menu .widget_media_image a {
  margin-right: auto !important;
  margin: auto !important;
  width: 250px !important;
}

#masthead .mega-menu .mega-sub-menu .widget_media_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 250px !important;
  height: 150px !important;
  margin-top: 30px !important;
}

#masthead .mega-menu .mega-sub-menu .widget_media_image figure {
  width: 100% !important;
  margin: 0;
}

#masthead .mega-menu .mega-sub-menu .widget_media_image figcaption {
  display: none;
}

#masthead .mega-menu .mega-sub-menu .mega-menu-item-object-page {
  padding-bottom: 30px !important;
}

#masthead .mega-menu .mega-sub-menu .mega-menu-link {
  margin-right: 0 !important;
  text-align: center !important;
}

#masthead:before,
#masthead:after {
  display: none;
}

#masthead .mega-menu .header-red-link-li li {
  text-align: center !important;
}

#masthead .mega-menu .header-red-link-li li a {
  display: inline-block !important;
}

#masthead .mega-menu .header-red-link-li li a:hover {
  text-decoration: none !important;
}

.header-red-link-li {
  float: right !important;
  text-align: right !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  -webkit-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important;
}

.header-red-link-li a {
  margin-right: 0 !important;
  color: #970c00 !important;
  font-size: 14px !important;
  position: relative;
}

.header-red-link-li a:hover {
  text-decoration: underline !important;
}

.header-red-link-li.header-red-link-li-icon>a {
  padding-right: 25px !important;
}

.header-red-link-li.header-red-link-li-icon>a:before {
  content: "" !important;
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
  background-image: url(../img/link.svg) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: 50% !important;
  right: 0 !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.mega-menu-wrap {
  position: relative !important;
}

.mega-menu-wrap a:hover {
  background: transparent !important;
}

.mega-menu-logo-img img {
  height: 35px;
}

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-banner {
  background-position: center;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 80px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-banner:before {
  position: absolute;
  display: block !important;
  height: 100%;
  width: 100%;
  background-blend-mode: multiply;
  background-image: -webkit-radial-gradient(26% 78%, circle, rgba(106, 80, 78, 0.9), rgba(33, 38, 41, 0) 45%);
  background-image: -o-radial-gradient(26% 78%, circle, rgba(106, 80, 78, 0.9), rgba(33, 38, 41, 0) 45%);
  background-image: radial-gradient(circle at 26% 78%, rgba(106, 80, 78, 0.9), rgba(33, 38, 41, 0) 45%);
  background-image: -webkit-linear-gradient(191deg, rgba(255, 255, 255, 0), rgba(106, 80, 78, 0.7), rgba(106, 80, 78, 0.9));
  background-image: -o-linear-gradient(191deg, rgba(255, 255, 255, 0), rgba(106, 80, 78, 0.7), rgba(106, 80, 78, 0.9));
  background-image: linear-gradient(259deg, rgba(255, 255, 255, 0), rgba(106, 80, 78, 0.7), rgba(106, 80, 78, 0.9));
  top: 0;
  left: 0;
}

.home-banner .vc_column-inner {
  padding-top: 0 !important;
}

.home-banner .wpb_wrapper>h1 {
  width: 50%;
  color: #fff;
}

.home-banner .wpb_wrapper>p {
  width: 50%;
  color: #fff;
  line-height: normal;
  font-weight: normal;
}

.entry-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.entry-btn-container .entry-btn {
  width: 48%;
  cursor: pointer;
  padding: 30px 35px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.entry-btn-container .entry-btn .entry-btn-text-wrap {
  padding-left: 35px;
}

.entry-btn-container .entry-btn .entry-btn-text-wrap h2 {
  font-size: 25px;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.entry-btn-container .entry-btn .entry-btn-text-wrap p {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  font-weight: 500;
  opacity: 0.8;
}

.entry-btn-container .entry-btn:nth-child(1) {
  background: #970c00;
}

.entry-btn-container .entry-btn:nth-child(1) .entry-btn-text-wrap {
  border-left: 1px solid #fff;
  color: #fff;
}

.entry-btn-container .entry-btn:nth-child(1):hover {
  opacity: 0.7;
}

.entry-btn-container .entry-btn:nth-child(2) {
  background: #fabd2e;
}

.entry-btn-container .entry-btn:nth-child(2) .entry-btn-text-wrap {
  border-left: 1px solid #282828;
  color: #282828;
}

.entry-btn-container .entry-btn:nth-child(2):hover {
  opacity: 0.85;
}

/*--------------------------------------------------------------
PAGE COMMON ELEMENTS
--------------------------------------------------------------*/
.image-cta-container {
  position: relative;
  margin-bottom: 200px;
}

.image-cta-container img {
  width: 1055px;
  height: 490px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cta-container .wpb_single_image {
  margin-bottom: 0;
}

.image-cta-container .vc_cta3-container {
  position: absolute;
  -webkit-transform: translateY(calc(-100% + 55px));
  -ms-transform: translateY(calc(-100% + 55px));
  transform: translateY(calc(-100% + 55px));
  width: 40%;
  margin: 0;
  left: 0;
  margin-left: 15px;
}

.image-cta-container .vc_cta3-container>.vc_general {
  background-color: #f6f6f6 !important;
  border: none;
  position: relative;
  padding: 40px 60px 30px 60px;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-cta-container .vc_cta3-container>.vc_general h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.image-cta-container .vc_cta3-container>.vc_general p {
  margin: 10px 0 15px 0 !important;
  line-height: 1.4;
}

.image-cta-container .vc_cta3-container>.vc_general p b {
  font-weight: 500;
}

.image-cta-container .vc_cta3-container>.vc_general ul {
  margin-top: 10px;
}

.image-cta-container .vc_cta3-container>.vc_general ul li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.image-cta-container .vc_cta3-container>.vc_general .vc_cta3-actions .vc_general {
  position: absolute;
  padding: 20px 60px 20px 35px !important;
  border: none !important;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border-color: #970c00;
  background: #970c00;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.image-cta-container .vc_cta3-container>.vc_general .vc_cta3-actions .vc_general:hover {
  background-color: #fabd2e;
  color: #282828;
}

.image-cta-container .vc_cta3-container>.vc_general .vc_cta3-actions .vc_general i {
  font-size: 29px;
  line-height: 10px;
}

.image-cta-container .vc_btn3-container {
  margin-bottom: 0;
  position: absolute;
  left: calc(40% + 15px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.image-cta-container .vc_btn3-container a {
  border: none !important;
  width: auto;
  padding-right: 55px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.image-cta-container .vc_btn3-container a i {
  font-size: 29px !important;
  line-height: 10px !important;
}

.image-cta-container .vc_btn3-container.how-to-use-btn {
  left: calc(40% + 215px);
}

.image-cta-container .vc_btn3-container.how-to-use-btn a {
  width: auto;
}

.image-cta-container.image-cta-container-right .vc_cta3-container {
  right: 0;
  left: initial;
  margin-left: 0px;
  margin-right: 15px;
}

.image-cta-container.image-cta-container-right .vc_btn3-container {
  right: calc(40% + 15px);
  left: auto;
}

.image-cta-container.image-cta-container-right .vc_btn3-container.how-to-use-btn {
  right: calc(40% + 215px);
}

.resource-package-row .wpb_column:nth-child(1) .wpb_wrapper,
.resource-package-row .wpb_column:nth-child(1) .wpb_wrapper>.wpb_single_image,
.resource-package-row .wpb_column:nth-child(1) .wpb_wrapper>.wpb_single_image figure,
.resource-package-row .wpb_column:nth-child(1) .wpb_wrapper>.wpb_single_image figure .vc_single_image-wrapper,
.resource-package-row .wpb_column:nth-child(1) .wpb_wrapper>.wpb_single_image figure .vc_single_image-wrapper img {
  height: 100%;
}

.resource-package-row .wpb_wrapper>.wpb_single_image figure .vc_single_image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
}

.resource-package-row .vc_column_container:nth-child(2) {
  padding-right: 15px;
}

.resource-package-row .vc_column-inner {
  padding-right: 0 !important;
}

.resource-package-row .wpb_single_image {
  margin: 0;
}

.resource-package-row h3 {
  width: 80%;
  margin: auto;
  margin-bottom: 0;
}

.resource-package-row p {
  margin: 0;
}

.resource-package-row .intro-text {
  font-weight: 500;
}

.resource-package-row .vc_btn3-container {
  margin-top: 25px;
}

.resource-package-row .note {
  color: #505050;
  opacity: 0.8;
  width: 50%;
  margin: auto;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 35px;
}

.pdf-link {
  width: 45%;
  margin-right: 5%;
  position: relative;
  height: 240px;
  display: inline-block !important;
}

.pdf-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(40, 40, 40, 0.54);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, 0.54)), to(rgba(40, 40, 40, 0.54)));
  background-image: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  background-image: -o-linear-gradient(top, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  left: 0;
  top: 0;
}

.pdf-link a {
  position: absolute !important;
  color: #fff !important;
  background: none !important;
  position: relative;
  font-size: 16px !important;
  line-height: 1.39 !important;
  font-weight: normal !important;
  text-transform: initial !important;
  top: calc(50% + 20px) !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 !important;
  width: 75%;
}

.pdf-link a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/yellow-bulletpoint.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pdf-link-block .pdf-link-title-row .vc_column-inner {
  padding-left: 50px;
  padding-right: 100px;
}

.pdf-link-block .pdf-link-title-row h3 {
  margin-bottom: 20px;
}

.pdf-link-block .pdf-link-title-row p {
  margin: 0;
  margin-bottom: 55px;
}

.pdf-link-no-link {
  height: 250px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pdf-link-no-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(40, 40, 40, 0.54);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, 0.54)), to(rgba(40, 40, 40, 0.54)));
  background-image: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  background-image: -o-linear-gradient(top, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  left: 0;
  top: 0;
}

.pdf-link-no-link .vc_icon_element-icon {
  color: #fabd2e !important;
}

.pdf-link-no-link .vc_cta3_content-container {
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pdf-link-no-link .vc_cta3-content-header {
  position: relative;
}

.pdf-link-no-link .vc_cta3-content-header h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
  margin-top: 35px !important;
}

.pdf-link-no-link .vc_cta3-content-header h2:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\f007";
  color: #fabd2e;
  top: -35px;
  left: 50%;
  font-size: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pdf-link-no-link .vc_cta3-content-header h4 {
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.long-block-row {
  margin-bottom: 20px;
}

.long-block-row .vc_column_container:nth-child(2) {
  padding-right: 15px;
}

.long-block-row .vc_column-inner {
  padding-right: 0 !important;
}

.long-block-row .wpb_single_image {
  background-color: rgba(216, 216, 216, 0.23) !important;
  margin: 0;
}

.long-block-row .wpb_single_image img {
  height: 250px;
  width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.long-block-row h3 {
  margin-bottom: 5px;
  margin-left: 15px;
  width: 50%;
}

.long-block-row p {
  margin: 0;
  margin-left: 15px;
  width: 52%;
  line-height: 1.5;
  margin-bottom: 35px;
}

.long-block-row p a {
  color: #970c00;
}

.long-block-row .vc_btn3-container {
  margin-bottom: 0;
}

.long-block-row .vc_btn3-container a {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 55px 20px 30px !important;
}

.long-block-row.long-block-row-no-des h3 {
  margin-bottom: 35px;
  width: 65%;
}

.vc_row.half-block-row {
  margin-bottom: 0;
}

.vc_row.half-block-row .wpb_single_image {
  margin-bottom: 0;
}

.vc_row.half-block-row p:not(.para-title) {
  font-weight: normal;
  margin: 0;
  width: 95%;
}

.vc_row.half-block-row .para-title {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  width: 95%;
}

.vc_row.half-block-row .para-title:hover {
  color: #970c00;
}

.landing-content-row h3 {
  margin-left: 50px;
  width: 80%;
}

.landing-content-row p {
  margin-left: 50px;
  width: 100%;
}

.landing-content-row p a {
  margin-left: 0;
  color: #970c00;
}

.landing-content-row a {
  margin-left: 50px;
  margin-top: 30px;
}

.landing-content-row ul {
  padding-left: 50px;
}

.landing-content-row-right h3 {
  margin-right: 50px;
  width: 80%;
}

.landing-content-row-right p {
  margin-right: 50px;
}

.landing-content-row-right.team-row .intro-text {
  margin-top: 0;
  margin-bottom: 5px !important;
}

.landing-content-row-right.team-row p {
  font-size: 18px;
}

.landing-content-row-right.team-row .vc_icon_element {
  display: inline-block;
  margin: 0;
}

.landing-content-row-right.team-row .vc_icon_element .vc_icon_element-inner {
  border: solid 1.5px #970c00;
  border-radius: 100%;
}

.landing-content-row-right.team-row .vc_icon_element .vc_icon_element-inner span {
  color: #970c00 !important;
}

.landing-content-row-right.team-row .vc_icon_element .vc_icon_element-inner a {
  margin: 0;
}

.landing-content-row-right.team-row .vc_icon_element .vc_icon_element-inner:hover {
  background: #970c00;
}

.landing-content-row-right.team-row .vc_icon_element .vc_icon_element-inner:hover span {
  color: #fff !important;
}

.landing-content-row-right.team-row .vc_icon_element.phone-icon {
  margin-left: 35px;
}

.vc_pagination-item::before {
  display: none;
}

.single-post-content .archive-title {
  font-size: 30px;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.single-post-content .full-width-img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin: 10px 0;
}

.single-post-content .icon-img {
  height: 80px;
  width: auto;
}

.single-post-content img {
  height: 280px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: left;
  object-position: left;
}

.single-post-content .imgPopupTrigger {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 0;
}

.single-post-content .imgPopupTrigger:before {
  background: rgba(151, 12, 0, 0.5);
  font-size: 21px;
  content: "\e56b";
  font-family: "Material Icons";
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.single-post-content .imgPopupTrigger:hover:before {
  background: #970c00;
}

.single-post-content .pdfLinkTrigger {
  border: none;
  text-align: left;
  padding: 15px 60px 15px 55px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
  display: block;
  background: #f6f6f6;
  color: #282828;
  line-height: 20px;
  margin: 20px 0;
}

.single-post-content .pdfLinkTrigger:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/pdf_black.svg);
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.single-post-content .pdfLinkTrigger:hover {
  background-color: #970c00;
  color: #fff;
}

.single-post-content .pdfLinkTrigger:hover:before {
  background-image: url(../img/pdf_white.svg);
}

.archive-section-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.dark-block-container {
  width: 48%;
  height: 200px;
  background-image: url(../img/placeholderimg.png);
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  margin: 20px 0;
  padding: 30px 50px;
  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;
}

.dark-block-container p {
  color: #fff;
  position: relative;
  font-weight: 500;
  text-align: center;
}

.dark-block-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(40, 40, 40, 0.54);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, 0.54)), to(rgba(40, 40, 40, 0.54)));
  background-image: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  background-image: -o-linear-gradient(top, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.54), rgba(40, 40, 40, 0.54));
  left: 0;
  top: 0;
}

.list-container .sitemap-list h3 {
  font-size: 18px !important;
  margin-top: 0 !important;
  border-bottom: none !important;
  color: #282828;
}

.list-container .sitemap-list ul li {
  margin: 0 !important;
}

.list-container .sitemap-list ul li.title-red>a {
  margin-bottom: 0 !important;
  font-weight: normal !important;
}

.list-container .sitemap-list ul li.mega-title>a {
  font-weight: normal !important;
  color: #970c00 !important;
}

.list-container .sitemap-list ul li:hover:after {
  display: none;
}

.list-container .sitemap-list ul li a {
  line-height: 1.5 !important;
}

.sitemap-list h3 {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3) !important;
}

.three-col-row .list-title-link,
.sitemap-list .list-title-link {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
  line-height: 100%;
}

.three-col-row h3,
.sitemap-list h3 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px !important;
  color: #970c00;
}

.three-col-row .wpb_single_image,
.sitemap-list .wpb_single_image {
  margin-bottom: 20px;
}

.three-col-row .three-col-intro,
.sitemap-list .three-col-intro {
  margin-top: 0;
  line-height: 20px;
  margin-bottom: 20px;
}

.three-col-row .three-col-img img,
.sitemap-list .three-col-img img {
  height: 240px;
}

.three-col-row .button-link a,
.sitemap-list .button-link a {
  border: 1px solid #970c00;
  background: transparent;
  color: #970c00 !important;
  padding: 8px 45px 8px 25px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.three-col-row .button-link a:before,
.sitemap-list .button-link a:before {
  position: absolute;
  content: "";
  display: block;
  background-color: transparent;
  background-image: url(../img/red_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.three-col-row .button-link a:hover,
.sitemap-list .button-link a:hover {
  border: 1px solid #970c00;
}

.three-col-row .button-link a:hover:before,
.sitemap-list .button-link a:hover:before {
  right: 15px;
}

.three-col-row .button-link.button-link-primary a,
.sitemap-list .button-link.button-link-primary a {
  border: 1px solid #970c00;
  background: #970c00;
  color: #fff !important;
}

.three-col-row .button-link.button-link-primary a:before,
.sitemap-list .button-link.button-link-primary a:before {
  background-image: url(../img/white-arrow.svg);
}

.three-col-row h5,
.sitemap-list h5 {
  color: #970c00;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.three-col-row ul li,
.sitemap-list ul li {
  margin: 10px 0 15px 0 !important;
}

.three-col-row ul li>a,
.sitemap-list ul li>a {
  padding: 0 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #282828 !important;
  line-height: 100% !important;
  margin-bottom: 10px !important;
}

.three-col-row ul li>a>span,
.sitemap-list ul li>a>span {
  float: none !important;
  margin-left: 5px !important;
}

.three-col-row ul li.title-red>a,
.sitemap-list ul li.title-red>a {
  color: #970c00 !important;
}

.three-col-row ul li:not(.title-red):not(.title),
.sitemap-list ul li:not(.title-red):not(.title) {
  margin: 10px 0 !important;
  padding-left: 25px !important;
  position: relative !important;
  -webkit-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important;
}

.three-col-row ul li:not(.title-red):not(.title):hover,
.sitemap-list ul li:not(.title-red):not(.title):hover {
  padding-left: 30px !important;
}

.three-col-row ul li:not(.title-red):not(.title):before,
.sitemap-list ul li:not(.title-red):not(.title):before {
  position: absolute !important;
  content: "" !important;
  display: block !important;
  background-image: url(../img/red_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.three-col-row ul li:not(.title-red):not(.title)>a,
.sitemap-list ul li:not(.title-red):not(.title)>a {
  background: none !important;
  font-weight: normal !important;
  margin: 0 !important;
  color: #282828 !important;
}

.three-col-row.three-col-row-learner figure,
.sitemap-list.three-col-row-learner figure {
  position: relative;
  cursor: pointer;
}

.three-col-row.three-col-row-learner figure a:after,
.sitemap-list.three-col-row-learner figure a:after {
  content: "\f344";
  position: absolute;
  font-family: dashicons;
  font-weight: normal;
  color: #282828;
  font-size: 20px;
  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;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  background: #fabd2e;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.three-col-row.three-col-row-learner figure:hover a:after,
.sitemap-list.three-col-row-learner figure:hover a:after {
  color: #fff;
  background: #970c00;
}

.three-col-row.three-col-row-learner .three-col-intro,
.sitemap-list.three-col-row-learner .three-col-intro {
  border-bottom: none;
}

.cta-list-row {
  padding-top: 30px;
  padding-bottom: 65px;
}

.cta-list-row:last-child {
  margin-bottom: 60px;
}

.cta-list-row:not(:last-child) {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.cta-list-row:nth-child(3n + 1) a:before {
  background-color: #fabd2e;
  color: #282828;
}

.cta-list-row:nth-child(3n + 2) a:before {
  background-color: #918786;
  color: #fff;
}

.cta-list-row.cta-list-row-module a:before {
  background-color: #970c00;
  color: #fff;
}

.cta-list-row.cta-list-row-topic a:before {
  background-color: #fabd2e;
  color: #282828;
}

.cta-list-row.cta-list-row-simulation a:before {
  background-color: #970c00;
  color: #fff;
}

.cta-list-row.cta-list-row-careworker a:before {
  background-color: #008080;
  color: #fff;
}

.cta-list-row.cta-list-row-nurse a:before {
  background-color: #0000FF;
  color: #fff;
}

.cta-list-row.cta-list-row-teaching a:before {
  background-color: #918786;
  color: #fff;
}

.cta-list-row h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.cta-list-row p {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.67;
  width: 80%;
}

.cta-list-row ol {
  list-style: none;
  padding-left: 0;
}

.cta-list-row ol li {
  counter-increment: step-counter;
  margin: 20px 0;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}

.cta-list-row ol li a {
  color: inherit;
  padding-left: 60px;
  display: inline-block;
  line-height: 1.5;
}

.cta-list-row ol li a:hover:before {
  opacity: 0.85;
}

.cta-list-row ol li a:before {
  content: counter(step-counter);
  background-color: #970c00;
  color: #fff;
  margin-right: 25px;
  width: 35px;
  height: 35px;
  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;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta-list-row .wpb_single_image {
  margin-bottom: 15px;
}

.cta-list-row img {
  height: 185px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-list-row .link-para {
  width: 100%;
  margin-bottom: 10px;
}

.cta-list-row .link-para:nth-child(3) a {
  border: 1px solid #970c00;
  background: transparent;
  color: #970c00 !important;
}

.cta-list-row .link-para:nth-child(3) a:before {
  background-image: url(../img/red_arrow.svg);
}

.cta-list-row .link-para a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #970c00;
  padding: 15px 55px 15px 30px;
  text-transform: uppercase;
  display: block;
}

.cta-list-row .link-para a:hover:before {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  right: 20px;
}

.cta-list-row .link-para a:before {
  position: absolute;
  content: "";
  display: block;
  background-color: transparent;
  background-image: url(../img/white-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-info-container {
  background: #fff;
  margin-top: 25px;
}

.site-info-container .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-info-container p,
.site-info-container span,
.site-info-container a {
  color: #282828;
  font-size: 13px;
  margin: 0;
  text-transform: capitalize;
}

.site-info-container .site-info-left {
  font-size: 14px;
  font-weight: normal;
  color: #282828;
  position: relative;
  z-index: 10;
}

.site-info-container .site-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.site-info-container .site-info-right span {
  font-size: 14px;
  font-weight: normal;
  color: #282828;
  display: inline-block;
  margin-right: 10px;
}

.site-info-container .site-info-right img {
  height: 40px;
}

.site-footer {
  background-color: #970c00;
  position: relative;
}

.site-footer:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/web-deco.svg);
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.site-footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}

.site-footer .footer-main .footer-col:nth-child(1) {
  width: 35%;
  margin-right: 5%;
}

.site-footer .footer-main .footer-col:nth-child(2) {
  width: 30%;
  margin-right: 5%;
}

.site-footer .footer-main .footer-col:nth-child(3) {
  width: 100%;
}

.site-footer .footer-main .footer-col:nth-child(3) h3 {
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  margin-bottom: 10px;
}

.site-footer .footer-main .footer-col:nth-child(3) aside {
  margin-bottom: 0;
}

.site-footer .footer-main .footer-col:nth-child(3) p {
  margin: 0;
}

.site-footer .footer-main .footer-col p {
  color: #fff;
  font-size: 13px;
  line-height: 1.54;
}

.site-footer .footer-main .footer-col li {
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .footer-main .footer-col li:before {
  display: none;
}

.site-footer .footer-main .footer-col li a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.site-footer .footer-main .footer-col li a:hover {
  opacity: 0.8;
}

.site-footer .footer-main .footer-col li .sub-menu {
  margin-left: 0;
}

.site-footer .footer-main .footer-col li .sub-menu li {
  position: relative;
  padding-left: 25px;
}

.site-footer .footer-main .footer-col li .sub-menu li a {
  font-weight: normal;
}

.site-footer .footer-main .footer-col li .sub-menu li:before {
  position: absolute;
  content: "";
  background-image: url(../img/yellow-arrow.svg);
  width: 12px;
  height: 12px;
  left: 0;
  top: 15px;
  display: block;
}

.site-footer .footer-main .menu-footer-pcc4u-container ul,
.site-footer .footer-main .menu-footer-learning-resources-container ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.site-footer .footer-main .footer-logo {
  background-image: url(../img/white_logo.png);
  width: 250px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 15px;
}

.site-footer .footer-main h3 {
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.video_popup {
  background-color: #fabd2e;
  padding: 20px 55px 20px 30px;
  color: #282828;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video_popup:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/video-play.svg);
  background-size: contain;
  background-position: center;
}

.video_popup:hover {
  background-color: #970c00;
  color: #fff !important;
}

.video_popup:hover:after {
  background-image: url(../img/video-play-white.svg);
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(40, 40, 40, 0.66);
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video-container #video-view {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.video-container #video-view .class-video {
  line-height: 0;
}

.video-container #video-view iframe {
  border: none;
  width: 80vw !important;
  height: 500px !important;
}

.video-container #video-view button {
  border: none;
  padding: 20px 60px;
  border-radius: 0;
  background: #282828;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-container #video-view button i {
  margin-right: 15px;
}

/*--------------------------------------------------------------
BASIC PAGE WITH SIDE NAVIGATION 
--------------------------------------------------------------*/
.singe-page-banner {
  color: #282828;
  padding-top: 45px;
  padding-bottom: 100px;
  margin-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding: 20px 0;
  background-color: rgba(216, 216, 216, 0.5);
}

.singe-page-banner h1 {
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  width: 100%;
}

.singe-page-banner p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.4;
  width: 80%;
  margin: auto;
}

/*--------------------------------------------------------------
Single post 
--------------------------------------------------------------*/
.module-banner {
  background-color: #962a21;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 100px;
  height: 280px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding: 20px 0;
  background-color: rgba(216, 216, 216, 0.5);
}

.module-banner:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/web-deco.svg);
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.module-banner.topic {
  color: #282828;
}

.module-banner.topic .breadcrumb-container a,
.module-banner.topic .breadcrumb-container span {
  color: #282828;
}

.module-banner.en-toolkit-topics::before {
  content: "";
  position: absolute;
  opacity: 0.95;
  background-color: rgba(65, 21, 21, 0.86);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.module-banner.en-toolkit-topics .breadcrumb-container span {
  color: #282828;
}

.module-banner.en-toolkit-topics .breadcrumb-container a,
.module-banner.en-toolkit-topics .breadcrumb-container .divider {
  color: #282828;
  opacity: 0.8;
}

.module-banner .breadcrumb-container {
  margin-bottom: 0px;
}

.module-banner .breadcrumb-container a {
  opacity: 0.8;
}

.module-banner .breadcrumb-container a,
.module-banner .breadcrumb-container span {
  color: #282828;
}

.module-banner>* {
  z-index: 3;
}

.collapse-group {
  margin-top: 50px;
}

.single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-post .sidemenu-container {
  width: 25%;
  margin-right: 0%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.single-post .sidemenu-container.noicon .highlight {
  width: 100%;
  color: #fff;
  padding: 15px 30px 15px 0px;
}

.single-post .sidemenu-container .sidemenu-icon {
  background-image: url(../img/moduleicon.svg);
  background-size: 80%;
}

.single-post .sidemenu-container .highlight {
  padding: 15px 30px 15px 0px;
}

.single-post .sidemenu-container .highlight a {
  color: #fff;
}

.single-post .site-main {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 80px;
  background-color: #fff;
}

.single-post .sidemenu .mega-menu>li:not(:last-child)>a {
  border-bottom: 1px solid rgba(151, 151, 151, 0.15) !important;
}

.single-post .sidemenu .mega-menu>li.mega-current-menu-parent,
.single-post .sidemenu .mega-menu>li.mega-current-menu-item {
  background-color: #fabe2a69 !important;
}

.single-post .sidemenu .mega-menu>li.mega-current-menu-parent>a,
.single-post .sidemenu .mega-menu>li.mega-current-menu-item>a {
  color: #970c00 !important;
  border-left: 7px solid #8f1e1e !important;
}

.single-post .sidemenu .mega-menu>li:nth-child(1)>a {
  border-top: 1px solid rgba(151, 151, 151, 0.15) !important;
}

.single-post .sidemenu .mega-menu>li>a {
  line-height: 1.7 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 25px 20px 25px 20px !important;
  background-color: #f1f1f1 !important;
  border-top: none !important;
  color: #282828 !important;
  line-height: 1.4 !important;
  text-transform: capitalize !important;
  border-left: none !important;
  width: 100% !important;
  z-index: 1;
  padding: 25px 45px 25px 20px !important;
}

.single-post .sidemenu .mega-menu>li>a:hover {
  background-color: rgba(216, 216, 216, 0.16) !important;
}

.single-post .sidemenu .mega-menu>li>a span {
  position: absolute !important;
  top: 50% !important;
  right: 40px !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.single-post .sidemenu .mega-menu>li>a span:after {
  font-size: 15px !important;
  right: -15px !important;
}

.single-post .sidemenu .mega-menu>li>ul {
  background: none !important;
}

.single-post .sidemenu .mega-menu>li>ul>li.mega-toggle-on>a {
  border-bottom: none !important;
}

.single-post .sidemenu .mega-menu>li>ul>li>a {
  line-height: 1.7 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: rgba(40, 40, 40, 0.6) !important;
  padding: 20px 100px 20px 30px !important;
  background: none !important;
  border-bottom: 1px solid rgba(151, 151, 151, 0.15) !important;
  width: 100% !important;
}

.single-post .sidemenu .mega-menu>li>ul>li>a:hover {
  color: #282828 !important;
}

.single-post .sidemenu .mega-menu>li>ul>li>a span {
  position: absolute !important;
  top: 50% !important;
  right: 25px !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.single-post .sidemenu .mega-menu>li>ul>li>a span:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  font-size: 15px !important;
}

.single-post .sidemenu .mega-menu>li>ul>li.mega-current-menu-parent>a,
.single-post .sidemenu .mega-menu>li>ul>li.mega-current-menu-item>a {
  font-weight: bold !important;
  color: #282828 !important;
}

.single-post .sidemenu .mega-menu li>ul>li.mega-toggle-on>ul {
  display: contents !important;
}

.single-post .sidemenu .mega-menu li>ul>li.mega-toggle-on>ul li {
  display: contents !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li:last-child>a {
  border-bottom: 1px solid rgba(151, 151, 151, 0.15) !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li.mega-current-menu-item>a {
  font-weight: bold !important;
  color: #282828 !important;
  background: none !important;
  width: calc(100% + 2px) !important;
  background-color: rgba(250, 190, 42, 0.2) !important;
  z-index: 999;
  text-transform: inherit !important;
  border-left: 4px solid #970c00 !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li.mega-current-menu-item>a:before {
  background-image: url(../img/menu-bulletpoint.svg) !important;
  width: 13px !important;
  height: 13px !important;
  top: 24px !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li a {
  position: relative !important;
  padding: 20px 20px 20px 45px !important;
  font-size: 14px !important;
  color: rgba(40, 40, 40, 0.8) !important;
  font-weight: normal !important;
  line-height: normal !important;
  width: 100% !important;
  background: none !important;
  background: #fff !important;
  padding: 20px 55px 20px 35px !important;
  border-left: 4px solid rgba(151, 12, 0, 0.3) !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li a:hover {
  color: #282828 !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li a:before {
  position: absolute !important;
  content: "" !important;
  background-image: url(../img/gray-bulletpoint.svg) !important;
  width: 8px !important;
  height: 8px !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 22px !important;
  top: 28px !important;
  display: none !important;
}

.single-post .sidemenu .mega-menu li>ul>li>ul li.case-study-menu>a:before {
  background-image: url(../img/video_red.svg) !important;
  width: 12px !important;
  height: 12px !important;
  top: 24px !important;
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  top: 50% !important;
  display: block !important;
  left: unset !important;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/video-play-white.svg) !important;
  background-color: #970c00 !important;
  background-size: 45% !important;
  border-radius: 100%;
}

.single-post .sidemenu .mega-menu a {
  display: inline-block !important;
}

.single-post .sidemenu.single-page-sidemenu {
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li.mega-current-menu-parent,
.single-post .sidemenu.single-page-sidemenu .mega-menu>li.mega-current-menu-item {
  background: rgba(216, 216, 216, 0.16) !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li.mega-current-menu-parent>a,
.single-post .sidemenu.single-page-sidemenu .mega-menu>li.mega-current-menu-item>a {
  color: #970c00 !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>a {
  border-left: none !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>a:hover {
  background-color: rgba(216, 216, 216, 0.16) !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul {
  background: transparent !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li.mega-toggle-on>a {
  border-bottom: none !important;
  background-color: rgba(216, 216, 216, 0.16) !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li.mega-current-menu-item>a::before {
  background-image: url(../img/bulletpoint.svg) !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li>a {
  width: 100% !important;
  border-bottom: none !important;
  padding-left: 40px;
  position: relative;
  padding: 20px 60px 20px 45px !important;
  padding: 20px 60px 20px 25px !important;
  background-color: rgba(216, 216, 216, 0.16) !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li>a::before {
  position: absolute !important;
  content: "" !important;
  background-image: url(../img/gray-bulletpoint.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 8px !important;
  height: 8px !important;
  display: block !important;
  left: 22px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  display: none !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li>a:hover {
  color: #282828 !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li.mega-toggle-on>a>span:after {
  content: "\f347" !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li.mega-current-menu-parent>a,
.single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li.mega-current-menu-item>a {
  font-weight: bold !important;
  color: #282828 !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link a {
  position: relative;
  padding: 18px 20px 18px 80px !important;
  background-color: #fabd2e26 !important;
  border: none !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link a:before {
  position: absolute !important;
  content: "" !important;
  background-image: url(../img/exit.svg) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100% !important;
  background-size: 50% !important;
  background-color: #970c00 !important;
  background-repeat: no-repeat !important;
  background-position: 60% 45% !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: 20px;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link.exit-link-topic a {
  color: #918786;
  border-bottom: none !important;
  padding: 18px 20px 18px 80px !important;
  background-color: #fabd2e26 !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link.exit-link-topic a:before {
  background-color: #fabd2e !important;
  background-image: url(../img/topic_icon_white.svg) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 60% !important;
  background-position: 63% 46% !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link.exit-link-topic a em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link.exit-link-module a {
  color: #918786;
  border-bottom: none !important;
  padding: 18px 20px 18px 80px !important;
  background-color: #970c0038 !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link.exit-link-module a:before {
  background-color: #970c00 !important;
  background-image: url(../img/moduleicon.png) !important;
  background-position: 50% !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 50% !important;
}

.single-post .sidemenu.single-page-sidemenu .mega-menu .exit-link.exit-link-module a em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
}

.single-post .sidemenu.single-page-sidemenu.single-page-sidemenu-landing .exit-link {
  border-bottom: 1px solid rgba(151, 151, 151, 0.15) !important;
}

.single-post .sidemenu.single-page-sidemenu.single-page-sidemenu-landing .exit-link a.mega-menu-link {
  padding: 28px 20px 28px 80px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.single-post .sidemenu.single-page-sidemenu.single-page-sidemenu-landing .exit-link a.mega-menu-link:before {
  background-size: contain !important;
  border-radius: 0 !important;
}

.single-post .sidemenu.single-page-sidemenu.single-page-sidemenu-landing .exit-link.exit-link-module {
  background-color: #970c00 !important;
}

.single-post .sidemenu.single-page-sidemenu.single-page-sidemenu-landing .exit-link.exit-link-topic {
  background-color: #fabd2e !important;
}

.single-post iframe {
  width: 100%;
  height: 500px;
}

.post-title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
}

.post-title span {
  color: #970c00;
  text-transform: capitalize;
}

.post-title.generic-post-title {
  margin-top: 80px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.post-title.contact-title {
  margin-bottom: 5px;
}

.contact-subtitle {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 500;
}

.contact-subtitle a {
  color: #970c00;
}

.post-title-name {
  font-weight: 500;
  font-size: 20px;
}

.single-post-content {
  word-break: break-word;
}

.single-post-content>*:nth-child(1) {
  margin-top: 0 !important;
}

.single-post-content a {
  color: #970c00;
  position: relative;
  z-index: 3;
}

.single-post-content a:hover {
  color: #66140d;
}

.single-post-content pre {
  background: rgba(151, 12, 0, 0.05);
  line-height: normal;
  margin: 15px 0;
  overflow: initial;
  font-family: "Roboto", sans-serif;
  padding: 80px 35px 20px 35px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-top: 60px;
  font-style: italic;
  line-height: 28px;
  padding-top: 55px;
}

.single-post-content pre:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/highlight.svg);
  background-repeat: no-repeat;
  left: 35px;
  top: 20px;
}

.single-post-content pre:after {
  position: absolute;
  content: "Highlights";
  left: 65px;
  top: 20px;
  color: #970c00;
  font-weight: 500;
}

.single-post-content>table {
  margin: 30px 0;
  border-spacing: 1px;
  background-color: rgba(40, 40, 40, 0.1);
  border-collapse: unset !important;
}

.single-post-content>table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.single-post-content>table tr:nth-child(even) {
  background-color: #fff;
}

.single-post-content>table td {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
}

.single-post-content>table td:nth-child(1) {
  width: 10%;
  min-width: 80px;
  vertical-align: top;
}

.single-post-content>table td:nth-child(2) {
  width: 45%;
}

.single-post-content>table td:nth-child(3) {
  width: 30%;
}

.single-post-content>table td ul>li>ul>li {
  padding-left: 15px;
}

.single-post-content>table td ul>li>ul>li:before {
  display: none;
}

.single-post-content>table td ul>li:before {
  background-image: url(../img/red_arrow.svg);
  top: 11px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-post-content>table td li,
.single-post-content>table td p {
  font-size: 16px;
  line-height: 28px;
}

.single-post-content h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
}

.single-post-content ul>li {
  position: relative;
}

.single-post-content ul>li:after {
  content: "";
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(151, 12, 0, 0.05);
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: 2px;
  height: 105%;
  top: -2.5%;
  left: 20px;
  width: 0;
}

.single-post-content ul>li:hover:after {
  width: calc(100% - 10px);
}

.single-post-content li {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 28px;
}

.single-post-content li>ul>li:before {
  background-color: transparent;
  background-image: url(../img/red_arrow.svg);
  top: 11px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 10px;
  height: 10px;
}

.single-post-content b,
.single-post-content strong {
  font-weight: 500;
}

.single-post-content p {
  margin: 15px 0;
}

.single-post-content>strong,
.single-post-content>p>strong {
  display: inline-block;
}

.single-post-content h6 {
  font-size: 13px;
  margin: 10px 0;
  font-weight: normal;
}

.single-post-content h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.single-post-content .cta-list-row {
  border-bottom: none;
  padding: 0;
}

.single-post-content>table {
  border-spacing: 0 !important;
  margin: 10px 0;
  height: auto !important;
  caption-side: top;
  width: 100% !important;
}

.single-post-content>table .collapse-label {
  text-align: left;
  padding: 20px 30px 20px 70px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.single-post-content>table .collapse-label>* {
  margin: 0;
}

.single-post-content>table .collapse-label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/less_white.svg);
  background-repeat: no-repeat;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.single-post-content>table .collapse-label:after {
  color: #fff;
}

.single-post-content>table .collapse-label.collapsed {
  color: #282828;
}

.single-post-content>table .collapse-label.collapsed:before {
  background-image: url(../img/more_black.svg);
}

.single-post-content>table .collapse-label.collapsed:after {
  color: #282828;
}

.single-post-content>table .collapse-label:hover {
  color: #fff;
}

.single-post-content>table .collapse-label:hover:before {
  background-image: url(../img/less_white.svg);
}

.single-post-content>table .collapse-label:hover:after {
  color: #fff;
}

.single-post-content>table .collapse-label:hover.collapsed:before {
  background-image: url(../img/more_white.svg);
}

.single-post-content>table>tbody {
  border-spacing: 1px;
  display: block;
}

.single-post-content>table>tbody.collapse-box {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}

#imgPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#imgPopup.fade.show {
  opacity: 1;
}

#imgPopup.fade.show .modal-dialog {
  width: 65%;
}

#imgPopup .modal-dialog {
  width: 0%;
  top: 50%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#imgPopup .modal-dialog .modal-body {
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border-radius: 2px;
}

#imgPopup .modal-dialog .modal-body img {
  width: auto;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

#imgPopup .modal-dialog .modal-body .modal-img {
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#imgPopup .close {
  background: none;
  border: none;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  outline: none;
}

#imgPopup .close span {
  font-size: 25px;
  color: #fff;
}

#pdfPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#pdfPopup.fade.show {
  opacity: 1;
}

#pdfPopup.fade.show .modal-dialog {
  width: 70%;
}

#pdfPopup .modal-dialog {
  width: 0%;
  top: 50%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 200;
}

#pdfPopup .modal-dialog .modal-body {
  height: auto;
  background: #fff;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 80vh;
}

#pdfPopup .modal-dialog .modal-body img {
  height: auto;
  width: 100%;
  padding: 30px 0;
}

#pdfPopup .close {
  background: none;
  border: none;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  outline: none;
}

#pdfPopup .close span {
  font-size: 25px;
  color: #fff;
}

/*--------------------------------------------------------------
Modules & Topics archive page
--------------------------------------------------------------*/
.module-archive-content-area .site-main .single-post-content .section-menu {
  margin-top: 20px;
}

.module-archive-content-area .site-main .single-post-content.single-post-content-topic .cta-list-row ol li a:before {
  background-color: #fabd2e;
}

.module-archive-content-area .site-main .single-post-content.single-post-content-landing .cta-list-row ol li a:before {
  background-color: #970c00;
}

.module-archive-content-area .site-main .single-post-content.single-post-content-landing .cta-list-row.topic ol li a:before {
  background-color: #fabd2e;
}

.module-archive-content-area .site-main .single-post-content.single-post-content-landing .post-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.module-archive-content-area .site-main .single-post-content.single-post-content-landing .post-nav .next {
  text-align: left;
  width: 100%;
  padding: 20px 80px 15px 60px;
}

/*--------------------------------------------------------------
EN Toolkit Singe Post -- ELEMENTS
--------------------------------------------------------------*/
.en-toolkit-topics {
  padding-bottom: 50px;
}

.en-toolkit-topics.topic1:before {
  background-color: rgba(85, 74, 74, 0.86) !important;
}

.en-toolkit-topics.topic2:before {
  background-color: rgba(104, 131, 162, 0.86) !important;
}

.en-toolkit-topics.topic3:before {
  background-color: rgba(2, 115, 129, 0.86) !important;
}

.en-toolkit-topics.topic4:before {
  background-color: rgba(79, 119, 98, 0.86) !important;
}

.en-toolkit-topics.topic5:before {
  background-color: rgba(44, 70, 118, 0.86) !important;
}

.en-toolkit-topics.topic6:before {
  background-color: rgba(0, 105, 165, 0.86) !important;
}

.en-toolkit-content-area .post-title {
  margin-bottom: 25px;
}

.session-container .session-content-container {
  display: none;
}

.session-container .session-content-container.show {
  display: block;
}

a.session-title {
  display: inline-block;
  width: 100%;
  padding: 15px 20px 15px 0px;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
  color: #282828;
  font-weight: 500;
  position: relative;
}

a.session-title:hover {
  color: #970c00;
  text-decoration: none;
}

.collapse-body {
  padding: 15px 20px;
}

.collapse-body li,
.collapse-body p {
  font-size: 16px;
  color: #505050;
}

.toolkit-topic-slider-container {
  display: block;
  background-image: url(../img/placeholderimg.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  cursor: pointer;
}

.toolkit-topic-slider-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(143, 30, 30, 0.76);
}

.toolkit-topic-slider-container h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  z-index: 5;
}

.toolkit-topic-slider-wrapper {
  margin: 30px 0;
}

.toolkit-topic-slider-wrapper .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.toolkit-topic-slider-wrapper .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1.5px solid #f0f0f0;
  margin: 0 3px;
}

.toolkit-topic-slider-wrapper .owl-dots .owl-dot.active {
  background: #f0f0f0;
}

/*--------------------------------------------------------------
End EN Toolkit Singe Post 
--------------------------------------------------------------*/
.module-video-archive-container {
  background-color: #fabd2e;
  margin-top: 100px;
  padding: 70px 0 40px 0;
}

.module-video-archive-container iframe {
  height: 300px;
}

.module-video-archive-container p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 16px;
  text-align: center;
}

.module-video-archive-container .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.module-video-archive-container .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1.5px solid #fff;
  margin: 0 10px;
}

.module-video-archive-container .owl-dots .owl-dot.active {
  background: #fff;
}

/*--------------------------------------------------------------
Single post element
--------------------------------------------------------------*/
.section-menu {
  margin-top: 60px;
}

.section-menu h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.section-menu a {
  text-decoration: none;
  color: #282828;
  position: relative;
}

.section-menu a:hover {
  color: #970c00;
}

.section-menu a:not(:last-child) p {
  border-bottom: rgba(40, 40, 40, 0.1) 1px solid;
}

.section-menu a p {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px 10px 0;
  margin: 0;
}

.section-menu.video-section-menu a p {
  position: relative;
  padding-left: 35px;
}

.section-menu.video-section-menu a p:before {
  content: "";
  background-image: url(../img/video-play.svg);
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

.section-menu.video-section-menu a p:hover:before {
  background-image: url(../img/video_red.svg);
}

.sidemenu-master-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-color: #970c00;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 5px;
}

.sidemenu-master-title-container .sidemenu-icon {
  background-image: url(../img/moduleicon.svg);
  background-color: #970c00;
  background-repeat: no-repeat;
  background-position: 53% center;
  width: 40px;
  height: 40px;
  background-size: 80%;
  margin: 20px;
  background-size: contain;
}

.sidemenu-master-title-container .sidemenu-icon.sidemenu-icon-topic {
  background-image: url(../img/topic_icon_white.svg);
  background-size: contain;
  background-color: #fabd2e;
}

.sidemenu-master-title-container p {
  width: calc(100% - 100px);
  margin: 0;
  line-height: normal;
}

blockquote {
  color: #970c00;
  margin: 10px 0 10px 0;
  padding: 1px 10px 1px 25px;
  border-left: 4px solid #970c00;
  color: #970c00;
  font-size: 16px;
  line-height: 28px;
}

blockquote p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.single-gray-box .single-gray-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px;
  position: relative;
}

.single-gray-box .single-gray-box-title h3 {
  margin: 0;
  margin-left: 35px;
  color: #970c00 !important;
}

.single-gray-box .single-gray-box-title img {
  position: absolute;
  height: 30px;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-gray-box .collapse-label:after {
  color: #970c00 !important;
}

.single-gray-box .collapse-box>ol,
.single-gray-box .collapse-box>li {
  padding-left: 55px;
}

.single-gray-box ol>li>ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-gray-box ol>li>ol {
  list-style-type: lower-alpha;
  margin: 5px 0;
  margin-left: 0;
}

.single-gray-box ol>li>ol li {
  margin-bottom: 5px;
}

.single-gray-box ul,
.single-gray-box ol {
  padding-left: 20px;
  font-size: 16px;
}

.single-gray-box li,
.single-gray-box p {
  margin-bottom: 10px;
  font-size: 16px;
}

.single-gray-box table {
  border-spacing: 1px;
  background-color: rgba(40, 40, 40, 0.1);
  width: 100% !important;
  margin: 20px 0;
}

.single-gray-box table tr:nth-child(odd) {
  background-color: rgba(246, 246, 246, 0.5);
}

.single-gray-box table tr:nth-child(even) {
  background-color: #fff;
}

.single-gray-box table td {
  padding: 20px 25px;
  font-size: 16px;
  line-height: 28px;
}

.single-gray-box table td:nth-child(1) {
  width: 25%;
}

.single-gray-box table td:nth-child(2) {
  width: 45%;
}

.single-gray-box table td:nth-child(3) {
  width: 30%;
}

.single-gray-box table td ul>li>ul>li:before {
  display: none;
}

.single-gray-box table td ul>li {
  margin-top: 0 !important;
}

.single-gray-box table td ul>li:before {
  background-color: transparent;
  background-image: url(../img/red_arrow.svg);
  top: 7px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-gray-box table td li,
.single-gray-box table td p {
  font-size: 16px;
  line-height: 28px;
}

.single-gray-box.important-note-box {
  padding: 20px 40px;
  margin: 60px 0;
  background: rgba(151, 12, 0, 0.05);
}

.single-gray-box.important-note-box .single-gray-box-title {
  padding-left: 0;
  padding-bottom: 10px;
}

.single-gray-box.important-note-box .single-gray-box-title img {
  left: 0;
  height: 26px;
  top: 56%;
}

.single-gray-box.important-note-box .single-gray-box-title h3 {
  margin-left: 40px;
  font-style: italic;
}

.video-collapse-container a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/video_red.svg);
  background-repeat: no-repeat;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video-collapse-container a.collapsed:before {
  background-image: url(../img/video-play.svg);
}

.video-collapse-container a h3 {
  margin: 20px 65px 20px 70px;
  position: relative;
}

.asset-label {
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: 10px 0px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.asset-label:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/doc_black.svg);
  background-repeat: no-repeat;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.asset-label:hover:before {
  background-image: url(../img/doc_white.svg);
}

.asset-label:hover h3 {
  color: #fff;
}

.asset-label h3 {
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 35px 20px 70px;
  font-size: 18px;
  color: #282828;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.asset-label.certificate-label:before {
  background-image: url(../img/certificate.svg);
}

.asset-label.certificate-label:hover:before {
  background-image: url(../img/certificate_white.svg);
}

.asset-label.certificate-label:hover h3 {
  color: #fff;
}

.accordion-block {
  margin-top: 60px;
}

.collapse-container {
  margin-top: 8px;
}

.collapse-label {
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.collapse-label:after {
  position: absolute;
  content: "\f343";
  font-family: dashicons;
  font-weight: normal;
  color: #970c00;
  top: 50%;
  right: 35px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.collapse-label:focus {
  outline: none;
}

.collapse-label.collapsed:after {
  content: "\f343";
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #282828;
}

.collapse-label.collapsed h3 {
  color: #282828;
}

.collapse-label h3 {
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 35px;
  font-size: 18px;
  color: #970c00;
}

.collapse-box {
  -webkit-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
  width: 100%;
  display: block;
  visibility: visible;
}

.collapse-box:not(.show) {
  height: 0;
  overflow: hidden;
}

.collapse-box>* {
  padding: 20px 35px 20px 35px;
}

#videoCollapse {
  width: 100%;
}

.video-block {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  background-color: #970c00;
}

.video-block .video-img-container {
  height: 280px;
  overflow: hidden;
}

.video-block .video-img-container .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video-block:hover span {
  padding: 10px 30px 10px 51px;
}

.video-block:hover .video-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-block span {
  color: #fff;
  display: inline-block;
  padding: 10px 25px 10px 51px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video-block span:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/video-play-white.svg);
  background-repeat: no-repeat;
  left: 20px;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-block span:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/link_white.svg);
  background-repeat: no-repeat;
  right: 0px;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reference-box .collapse-label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/quote_red.svg);
  background-repeat: no-repeat;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.reference-box .collapse-label.collapsed:before {
  background-image: url(../img/quote_black.svg);
}

.reference-box .collapse-label h3 {
  margin: 20px 35px 20px 70px;
}

.reference-box ol {
  padding-left: 20px;
}

.reference-box ol li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 21px;
}

.reference-box ol li a {
  color: #970c00;
  word-break: break-word;
}

.reference-box ol li a:hover {
  color: #66140d;
}

.reference-box .collapse-box>ol {
  padding-left: 55px;
}

.resource-box .collapse-label:before {
  background-image: url(../img/doc_black.svg) !important;
}

.resource-box strong {
  display: block;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: normal;
}

.resource-box strong:hover {
  color: #970c00;
}

.resource-box p {
  margin: 0;
}

.resource-box .collapse-box a {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  width: 100%;
}

.resource-box .collapse-box a:hover {
  color: #970c00;
}

.resource-box .collapse-box a:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  /*background-image: url(../img/pdficon.svg);*/
  background-image: url(../img/linkicon.svg) !important;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.related-link-box .collapse-label.collapsed:before {
  background-image: url(../img/linkicon_black.svg);
}

.related-link-box .collapse-label:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/linkicon.svg);
}

.related-link-box .collapse-box a {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.related-link-box p {
  margin: 0;
  padding-left: 30px;
  color: #282828;
  line-height: 20px;
}

.related-link-box strong {
  display: block;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 150%;
  color: #970c00;
}

.related-link-box strong:hover {
  color: #970c00;
}

.related-link-box strong:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/linkicon.svg);
  background-repeat: no-repeat;
  top: 15px;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-nav .prev,
.post-nav .next {
  padding: 40px 60px;
  width: 50%;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.post-nav .prev:hover,
.post-nav .next:hover {
  background-color: #fbfbfb;
}

.post-nav .prev:hover p,
.post-nav .prev:hover i,
.post-nav .next:hover p,
.post-nav .next:hover i {
  color: #970c00;
}

.post-nav span {
  color: rgba(40, 40, 40, 0.73);
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 12px;
}

.post-nav p {
  margin: 0;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #282828;
}

.post-nav i {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: #282828;
}

.post-nav .prev {
  border-right: 1px solid #e6e6e6;
  padding: 40px 40px 40px 80px;
}

.post-nav .prev i {
  left: 20px;
}

.post-nav .next {
  text-align: right;
  padding: 40px 80px 40px 40px;
}

.post-nav .next i {
  right: 20px;
}

/******************
*single page 
********************/
.small-width-content {
  width: 65%;
  margin: auto !important;
}

.single-banner {
  background-image: url(../img/placeholderimg.png);
  background-position: center;
  background-size: cover;
  height: 550px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-banner>.container {
  position: relative;
}

.single-banner::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.62);
}

.single-banner.education-provider-single-banner:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(65, 21, 21, 0.92);
  top: 0;
  left: 0;
}

.single-banner .breadcrumb-container {
  margin-bottom: 60px;
}

.single-banner .breadcrumb-container span {
  color: #fff;
}

.single-banner .breadcrumb-container a,
.single-banner .breadcrumb-container .divider {
  color: #fff;
  opacity: 0.8;
}

.single-banner .title-wrap {
  text-align: center;
  width: 65%;
  margin: auto;
  text-transform: capitalize;
}

.single-banner .title-wrap h1 {
  margin-bottom: 30px;
  color: #fff;
}

.single-banner .title-wrap p {
  margin: 0;
  line-height: 1.3;
  color: #fff;
}

.single-banner>* {
  z-index: 3;
}

.single-banner a {
  color: #fff;
  text-decoration: underline;
}

.single-banner-btn .red-arrow-btn-in-paragraph {
  text-decoration: none;
  margin-top: 50px;
}

.page-header-no-banner {
  margin-top: 120px;
}

.team-row .intro-text {
  margin-top: 0;
  margin-bottom: 5px !important;
}

.team-row .wpb_single_image {
  position: absolute;
  top: 0;
  left: 15px;
  margin-bottom: 0;
}

.team-row .wpb_single_image img {
  width: 130px;
  height: 130px;
  border-radius: 3px;
}

.team-row .team-title-row {
  height: 130px;
  margin-bottom: 20px;
}

.team-row .team-title-row h2 {
  margin-left: 160px;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

.team-row .team-title-row p {
  margin-left: 160px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  line-height: normal;
}

.team-row .vc_icon_element {
  display: inline-block;
  margin: 0;
  margin-left: 160px;
}

.team-row .vc_icon_element .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner.vc_icon_element-style-rounded {
  border: solid 1.5px #970c00 !important;
  border-radius: 100% !important;
  width: 35px !important;
  height: 35px !important;
}

.team-row .vc_icon_element .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner.vc_icon_element-style-rounded span {
  color: #970c00 !important;
  font-size: 20px !important;
}

.team-row .vc_icon_element .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner.vc_icon_element-style-rounded a {
  margin: 0;
}

.team-row .vc_icon_element .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner.vc_icon_element-style-rounded:hover {
  background: #970c00;
}

.team-row .vc_icon_element .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner.vc_icon_element-style-rounded:hover span {
  color: #fff !important;
}

.team-row .vc_icon_element.phone-icon {
  margin-left: 10px;
}

/******************
*single element 
********************/
.pdf-link-in-paragraph {
  position: relative;
  padding: 0px 0px 0px 40px;
  margin-top: 20px;
  display: inline-block;
}

.pdf-link-in-paragraph:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/doc_red.svg);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.graybox-in-paragraph {
  background-color: #f6f6f6;
  margin: 70px 0;
  padding: 50px 80px 40px 80px;
}

.graybox-in-paragraph strong {
  margin: 0;
  padding-left: 70px;
  color: #970c00;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.graybox-in-paragraph strong:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/moduleicon3.svg);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.red-arrow-btn-in-paragraph {
  padding: 15px 70px 15px 40px;
  background-color: #970c00;
  position: relative;
  display: inline-block;
  margin: 40px 0;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.red-arrow-btn-in-paragraph:after {
  position: absolute;
  right: 30px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/white-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.red-arrow-btn-in-paragraph:hover {
  background-color: #fabd2e;
}

.list-container {
  margin: 30px 0;
}

.list-container .list {
  position: relative;
  padding: 15px 0px 15px 80px;
  display: block;
}

.list-container .list:not(:last-child) {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.list-container .list:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\f007";
  color: #fabd2e;
  top: 50%;
  left: 0%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-container .list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.list-container .list p.facility {
  font-size: 14px;
  font-weight: bold;
}

.list-container.links-container .list:hover:before {
  font-size: 23px;
}

.list-container.links-container .list:nth-child(1) {
  padding-left: 10px;
}

.list-container.links-container .list:nth-child(1):before {
  display: none;
}

.list-container.links-container .list:before {
  font-weight: 900;
  content: "\f0c1";
  background-color: #970c00;
  color: #fff;
  width: 60px;
  border-radius: 100%;
  height: 60px;
  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;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.list-container.links-container .list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.list-container.links-container .list p.title {
  font-size: 16px;
  font-weight: 500;
}

.list-container.contact-lists {
  margin: 0 auto 45px auto;
}

.list-container.contact-lists .list:nth-child(2):before {
  content: "\f0e0";
}

.list-container.contact-lists .list:nth-child(3):before {
  content: "\f095";
}

/******************
*FAQS LAYOUT
********************/
.faqs-content-area main {
  margin: auto;
}

/******************
*CONTACT FORM
********************/
.resource-pack_wrapper {
  margin-bottom: 60px !important;
}

form.contact .gform_body>ul>li,
form.resource-pack .gform_body>ul>li {
  margin-bottom: 25px !important;
  padding: 0;
}

form.contact label,
form.resource-pack label {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #282828;
  font-weight: bold !important;
  letter-spacing: normal !important;
  position: relative;
}

form.contact input,
form.contact textarea,
form.resource-pack input,
form.resource-pack textarea {
  background: rgba(240, 240, 240, 0.5);
  padding: 10px 15px !important;
  border: none;
  color: #282828 !important;
  border-radius: 0 !important;
}

form.contact .gfield_required,
form.resource-pack .gfield_required {
  display: none;
}

form.contact .gform_body>ul>li.field_sublabel_above,
form.resource-pack .gform_body>ul>li.field_sublabel_above {
  margin-bottom: -25px !important;
}

form.contact .ginput_complex label,
form.resource-pack .ginput_complex label {
  margin: 0 !important;
}

form.contact .gfield:not(.gfield_error) .ginput_complex input,
form.resource-pack .gfield:not(.gfield_error) .ginput_complex input {
  margin: 16px 0 25px 0 !important;
}

form.contact .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right,
form.resource-pack .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
  width: calc(50% - 16px);
  padding-right: 0px !important;
  margin-right: 16px !important;
}

form.contact .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left,
form.resource-pack .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

form.contact input[type="submit"],
form.resource-pack input[type="submit"] {
  padding: 20px 55px !important;
  font-weight: bold !important;
  margin: 0 !important;
  background-color: #fabd2e;
  cursor: pointer;
  font-size: 13px !important;
  margin-top: 20px !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

form.contact input[type="submit"]:hover,
form.resource-pack input[type="submit"]:hover {
  background-color: #970c00;
  color: #fff !important;
}

form.contact ul.gfield_radio,
form.resource-pack ul.gfield_radio {
  -webkit-column-count: 2;
  column-count: 2;
}

form.contact .one-column ul.gfield_radio,
form.resource-pack .one-column ul.gfield_radio {
  -webkit-column-count: 1;
  column-count: 1;
}

form.contact .gfield_radio li,
form.resource-pack .gfield_radio li {
  position: relative;
}

form.contact .gfield_radio li label,
form.resource-pack .gfield_radio li label {
  padding: 0px 0 0 45px;
  margin: 5px 0;
  text-transform: initial;
  font-size: 18px !important;
  font-weight: normal !important;
  position: relative;
  left: -14px;
}

form.contact ul li.gfield.optional .gfield_radio label::after,
form.resource-pack ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

form.contact .gfield_radio li input[type="radio"],
form.resource-pack .gfield_radio li input[type="radio"] {
  opacity: 0;
}

form.contact ul.gfield_radio li[class^="gchoice"] label:before,
form.contact ul.gfield_radio li[class^="gchoice"] label:after,
form.resource-pack ul.gfield_radio li[class^="gchoice"] label:before,
form.resource-pack ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

form.contact ul.gfield_radio li[class^="gchoice"] label:after,
form.resource-pack ul.gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.25s, background-color 0.13s;
  -o-transition: left 0.25s, background-color 0.13s;
  transition: left 0.25s, background-color 0.13s;
  width: 20px;
}

form.contact ul.gfield_radio input[type="radio"]:focus+label:after,
form.resource-pack ul.gfield_radio input[type="radio"]:focus+label:after {
  background-color: rgba(151, 12, 0, 0.2);
}

form.contact ul.gfield_radio input[type="radio"]:focus+label:before,
form.resource-pack ul.gfield_radio input[type="radio"]:focus+label:before {
  content: "";
  background-color: #970c00;
  width: 10px;
  left: 5px;
  top: 0;
  z-index: 9;
  height: 10px;
  position: absolute;
  border-radius: 100%;
}

form.contact ul.gfield_radio input[type="radio"]:checked+label:before,
form.resource-pack ul.gfield_radio input[type="radio"]:checked+label:before {
  content: "";
  background-color: #970c00;
  width: 10px;
  left: 5px;
  top: 0;
  z-index: 9;
  height: 10px;
  position: absolute;
  border-radius: 100%;
}

form.contact .gfield_checkbox li,
form.resource-pack .gfield_checkbox li {
  position: relative;
}

form.contact .gfield_checkbox li label,
form.resource-pack .gfield_checkbox li label {
  padding: 0px 0 0 45px;
  margin: 5px 0;
  text-transform: initial;
  font-size: 18px !important;
  font-weight: normal !important;
  position: relative;
  left: -14px;
}

form.contact ul li.gfield.optional .gfield_checkbox label::after,
form.resource-pack ul li.gfield.optional .gfield_checkbox label::after {
  content: "";
  opacity: 1;
}

form.contact .gfield_checkbox li input[type="checkbox"],
form.resource-pack .gfield_checkbox li input[type="checkbox"] {
  opacity: 0;
}

form.contact .gfield_checkbox li input[type="checkbox"]:focus+label:after,
form.resource-pack .gfield_checkbox li input[type="checkbox"]:focus+label:after {
  background-color: rgba(151, 12, 0, 0.2);
}

form.contact ul.gfield_checkbox li[class^="gchoice"] label:before,
form.contact ul.gfield_checkbox li[class^="gchoice"] label:after,
form.resource-pack ul.gfield_checkbox li[class^="gchoice"] label:before,
form.resource-pack ul.gfield_checkbox li[class^="gchoice"] label:after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

form.contact ul.gfield_checkbox li[class^="gchoice"] label:after,
form.resource-pack ul.gfield_checkbox li[class^="gchoice"] label:after {
  content: "";
  background-color: #fff;
  border: 1.5px solid #970c00;
  display: inline-block;
  height: 23px;
  width: 23px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.25s, background-color 0.13s;
  -o-transition: left 0.25s, background-color 0.13s;
  transition: left 0.25s, background-color 0.13s;
  margin: 0;
}

form.contact ul.gfield_checkbox input[type="checkbox"]:checked+label:before,
form.resource-pack ul.gfield_checkbox input[type="checkbox"]:checked+label:before {
  content: "\e5ca";
  font-family: "Material Icons";
  font-size: 21px;
  color: #970c00;
  left: 2px;
  top: -5px;
  z-index: 9;
  position: absolute;
}

form .single-checkbox ul.gfield_checkbox li label {
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase;
}

.subscribe-form_wrapper {
  margin: 0 !important;
}

.subscribe-form {
  position: relative !important;
  margin: 0 !important;
  margin-top: 20px !important;
}

.subscribe-form .gform_footer {
  position: absolute !important;
  bottom: 7px;
  right: 10px;
}

.subscribe-form .gform_body {
  width: 100% !important;
  max-width: none !important;
  display: inline-block !important;
}

.subscribe-form .gform_body li {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.subscribe-form .gform_body input {
  border: none !important;
  border-bottom: solid 1px #fff !important;
  background: transparent !important;
  color: #fff !important;
  padding: 0px 5px 5px 5px !important;
  margin: 0 !important;
  font-size: 13px !important;
}

.subscribe-form .gform_body input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .gform_body input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .gform_body input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .gform_body input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.gform_wrapper .subscribe-form div.validation_error {
  color: #fff !important;
  border-color: #fff !important;
  margin-bottom: 50px;
  font-size: 13px;
}

.gform_wrapper .subscribe-form .validation_message {
  position: absolute;
  color: #fff !important;
  bottom: 50px !important;
  padding: 0 !important;
  font-size: 13px;
}

.gform_wrapper .subscribe-form .gform_footer input[type="image"] {
  margin-bottom: 0 !important;
}

.optional-field>label {
  position: relative;
}

.optional-field>label:after {
  display: inline;
  padding-left: 5px;
  content: '(Optional)';
  font-size: 11px;
  color: grey;
}

.gfield select {
  border-radius: 0;
  color: #282828 !important;
  margin-top: 16px !important;
  line-height: normal !important;
  padding: 10.5px 15px !important;
  width: 100%;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  background-color: rgba(240, 240, 240, 0.5);
  border: none;
}

.gfield select::-ms-expand {
  display: none;
}

/******************
*Visual Composer WP Bakery Accordion
********************/
.vc_tta-accordion .vc_tta-panel {
  margin: 10px 0;
}

.vc_tta-accordion .vc_tta-panel.vc_active i:before {
  border-color: #fff;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
  border-radius: 0 !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #970c00 !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover span {
  color: #fff;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover i:before,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover i:after {
  border-color: #fff !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 {
  font-weight: 500;
  padding: 10px;
  font-size: 18px;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 span {
  color: #282828;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 i:before,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 i:after {
  border-color: #282828;
}

.mega-menu-wrap li.mega-menu-item>ul.mega-sub-menu {
  display: none;
}



.menu-search {
  float: right !important;
}

.result-block {
  margin: 25px 0;
  background: #f6f6f6;
  padding: 30px 20px;
  border-radius: 2px;
  display: block;
}

.result-block:hover i {
  margin-left: 5px;
}

.result-block .note {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #970c00;
}

.result-block h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.result-block p {
  margin: 0px 0 0 0;
}

.result-block .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  color: #970c00;
}

.result-block .btn i {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination-conatiner .page-numbers {
  display: inline-block;
  padding: 10px;
}

.pagination-conatiner .page-numbers.current {
  border-bottom: 2px solid #970c00;
}

.pagination-conatiner .page-numbers:hover {
  border-bottom: 2px solid #970c00;
}



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  .main-navigation #mega-menu-menu-1 li:nth-child(1) img {
    width: 150px;
  }

  .header-red-link-li {
    float: none !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 15px !important;
  }

  /*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
  .home-banner {
    height: 550px;
    padding-bottom: 0;
  }

  .home-banner .wpb_wrapper>h1 {
    width: 80%;
  }

  .entry-btn-container .entry-btn {
    padding: 25px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .entry-btn-container .entry-btn h2 {
    line-height: 1.2;
  }

  /*--------------------------------------------------------------
PAGE COMMON ELEMENTS
--------------------------------------------------------------*/
  .image-cta-container img {
    height: 400px !important;
  }

  .image-cta-container .vc_cta3-container {
    width: 50%;
  }

  .image-cta-container .vc_cta3-container>.vc_general {
    height: 400px;
  }

  .image-cta-container .vc_btn3-container {
    left: calc(50% + 15px);
  }

  .three-col-row h3,
  .sitemap-list h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .three-col-row .three-col-intro,
  .sitemap-list .three-col-intro {
    padding-bottom: 20px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 991px) {

  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  .main-navigation #mega-menu-menu-1 li:nth-child(1) {
    width: 100% !important;
  }

  .header-red-link-li {
    float: none !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 15px !important;
  }

  .site-content {
    padding-top: 140px;
  }

  /*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
  .home-banner {
    height: 550px;
    padding-bottom: 0;
  }

  .home-banner .wpb_wrapper>h1 {
    width: 80%;
  }

  .entry-btn-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .entry-btn-container .entry-btn {
    width: 100%;
    margin-top: 30px;
  }

  /*--------------------------------------------------------------
PAGE COMMON ELEMENTS
--------------------------------------------------------------*/
  .image-cta-container {
    margin-bottom: 100px;
  }

  .image-cta-container img {
    width: 100%;
    height: 250px !important;
  }

  .image-cta-container .vc_cta3-container {
    position: relative;
    width: 100%;
    top: 0;
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-cta-container .vc_cta3-container>.vc_general {
    height: auto;
    padding: 40px 60px 20px 0px;
    background-color: transparent !important;
  }

  .image-cta-container .vc_cta3-container>.vc_general .vc_cta3-actions .vc_general {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-cta-container .vc_btn3-container {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: initial;
  }

  .three-col-row .vc_figure,
  .three-col-row .vc_figure .vc_single_image-wrapper,
  .three-col-row .vc_figure .vc_single_image-wrapper img,
  .sitemap-list .vc_figure,
  .sitemap-list .vc_figure .vc_single_image-wrapper,
  .sitemap-list .vc_figure .vc_single_image-wrapper img {
    width: 100%;
  }

  .three-col-row .vc_figure .vc_single_image-wrapper img,
  .sitemap-list .vc_figure .vc_single_image-wrapper img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .three-col-row h3,
  .sitemap-list h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .three-col-row .three-col-intro,
  .sitemap-list .three-col-intro {
    padding-bottom: 20px;
    line-height: 1.4;
  }

  .normal-banner {
    height: 400px;
  }

  .normal-banner h1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .normal-banner p {
    width: 100%;
    margin-bottom: 30px;
  }

  .cta-list-row {
    padding-top: 0;
  }

  /*--------------------------------------------------------------
BASIC PAGE WITH SIDE NAVIGATION 
--------------------------------------------------------------*/
  .singe-page-banner {
    margin-bottom: 50px;
  }

  .module-banner {
    margin-bottom: 50px;
  }

  .single-post {
    padding-bottom: 130px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-post .sidemenu .mega-menu>li>a {
    background-color: #fff !important;
  }

  .single-post ul>li:hover:after {
    display: none;
  }

  .single-post .sidemenu-container {
    width: 100%;
    margin-right: 0%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0px;
    z-index: 999;
  }

  .single-post .site-main {
    width: 100%;
    padding: 0;
  }

  .single-post .sidemenu.single-page-sidemenu .mega-menu>li>ul>li>a,
  .single-post .sidemenu .mega-menu li>ul>li>ul li a {
    color: #282828 !important;
    background-color: #fff !important;
  }

  .post-title {
    margin-bottom: 35px;
  }

  .container.small-container {
    width: 100% !important;
  }

  .sidemenu-master-title-container {
    position: fixed;
    bottom: 0px;
    z-index: 50;
    right: 0px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .sidemenu-master-title-container .sidemenu-icon {
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 35px;
    width: 60px;
    height: 60px;
    background-size: 50% !important;
    border-radius: 100%;
  }

  .sidemenu-master-title-container .highlight {
    display: none;
  }

  .sidemenu-master-title-container:after {
    content: 'Menu';
    position: absolute;
    bottom: 8px;
    left: 50%;
    font-size: 13px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    display: block;
    padding: 0px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    color: #282828;
  }

  .sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    padding: 0px;
    display: none;
  }

  .sidemenu .mega-menu-wrap {
    position: fixed !important;
    top: 50px !important;
    width: 90% !important;
    max-height: calc(100% - 100px) !important;
    z-index: 999 !important;
    left: 5% !important;
    overflow-y: scroll !important;
    border-radius: 3px !important;
  }

  .post-nav .prev,
  .post-nav .next {
    width: 100%;
    padding: 30px 80px 30px 80px;
  }

  /*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
  .site-footer .footer-main .footer-logo {
    width: 100%;
    height: 30px;
    background-position: left;
  }
}

@media only screen and (max-width: 768px) {
  .vc_row:last-child {
    margin-bottom: 60px;
  }

  /*--------------------------------------------------------------
# COMMON
--------------------------------------------------------------*/
  ul li {
    padding-left: 20px;
  }

  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  #masthead {
    padding: 0 5%;
    z-index: 999;
  }

  #masthead .header-banner-text {
    display: none;
  }

  .main-navigation #mega-menu-menu-1 {
    padding: 20px 0 !important;
  }

  .main-navigation #mega-menu-menu-1 li {
    padding: 5px 0 !important;
  }

  .header-red-link-li {
    float: none !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 15px !important;
  }

  .menu-logo-img {
    display: none !important;
  }

  .site-content {
    padding-top: 70px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-600>a.mega-menu-link {
    text-align: left;
  }

  #masthead .mega-menu .mega-sub-menu {
    padding-left: 0 !important;
  }

  #masthead .mega-menu .mega-sub-menu li {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  #masthead .mega-menu .mega-sub-menu li.widget_media_image {
    display: none !important;
  }

  #masthead .mega-menu .mega-sub-menu li.mega-menu-item-object-page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #masthead>nav>div>ul {
    overflow-y: scroll !important;
    max-height: calc(100vh - 70px) !important;
    z-index: 1000 !important;
  }

  /*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
  .home-banner {
    height: auto;
  }

  .home-banner:before {
    background-image: none;
    background-color: rgba(106, 80, 78, 0.85);
  }

  .home-banner>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    padding: 60px 0;
  }

  .home-banner>.vc_column_container>.vc_column-inner>.wpb_wrapper>h1 {
    width: 100%;
  }

  .entry-btn-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .entry-btn-container .entry-btn {
    width: 100%;
    margin-top: 20px;
    padding: 20px 25px;
  }

  .entry-btn-container .entry-btn .entry-btn-text-wrap {
    padding-left: 25px;
  }

  .entry-btn-container .entry-btn .entry-btn-text-wrap h2 {
    font-size: 20px;
  }

  /*--------------------------------------------------------------
PAGE COMMON ELEMENTS
--------------------------------------------------------------*/
  .post-title.generic-post-title {
    margin-top: 50px;
  }

  .image-cta-container .vc_cta3-container>.vc_general {
    height: auto;
    padding: 40px 0 20px 0;
  }

  .resource-package-row .vc_column_container:nth-child(2) {
    padding-right: 0;
  }

  .resource-package-row .vc_column-inner {
    padding: 30px 30px !important;
  }

  .resource-package-row .vc_column-inner .note {
    width: 80%;
    margin-bottom: 0px;
  }

  .resource-package-row .vc_column-inner .vc_btn3-container {
    margin-top: 20px;
  }

  .three-col-row .vc_figure .vc_single_image-wrapper img,
  .sitemap-list .vc_figure .vc_single_image-wrapper img {
    height: 180px;
  }

  .three-col-row .wpb_single_image,
  .sitemap-list .wpb_single_image {
    margin-bottom: 20px;
  }

  .three-col-row h3,
  .sitemap-list h3 {
    font-size: 20px;
    margin-bottom: 0px !important;
  }

  .three-col-row .three-col-intro,
  .sitemap-list .three-col-intro {
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 1.4;
  }

  .normal-banner {
    height: auto;
  }

  .normal-banner:before {
    background-image: none;
    background-color: rgba(106, 80, 78, 0.85);
  }

  .normal-banner h1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .normal-banner p {
    width: 100%;
    margin-bottom: 30px;
  }

  .no-image-banner {
    height: 250px;
  }

  .no-image-banner h1 {
    margin-bottom: 20px;
    width: 100%;
  }

  .no-image-banner p {
    width: 100%;
    margin-bottom: 30px;
  }

  .cta-list-row .vc_column-inner {
    padding-top: 0 !important;
  }

  .cta-list-row p {
    width: 100%;
  }

  .cta-list-row img {
    height: 185px !important;
    margin-top: 30px;
  }

  .post-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-nav .prev,
  .post-nav .next {
    width: 100%;
    padding: 15px 80px 15px 80px;
  }

  .post-nav .prev {
    border-right: none;
    border-bottom: none;
  }

  .post-nav p {
    line-height: 1.5;
  }

  .single-post-content table .collapse-label {
    padding: 20px 40px 20px 65px;
  }

  .single-post-content table .collapse-label:before {
    left: 25px;
  }

  .single-post-content table tbody {
    border-spacing: 1px;
    display: block;
  }

  .single-post-content table tbody.collapse-box {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .single-post-content .full-width-img {
    height: 200px;
  }

  .single-post-content img {
    height: 200px;
  }

  .single-post-content .pdfPopupTrigger {
    padding: 25px 50px 25px 65px;
  }

  .single-post-content .pdfPopupTrigger:before {
    left: 25px;
  }

  .single-post-content .pdfPopupTrigger:after {
    right: 20px;
  }

  .single-post {
    padding-bottom: 60px !important;
  }

  .single-post iframe {
    height: 250px;
  }

  .video-collapse-container a:before {
    left: 25px;
  }

  .video-collapse-container a h3 {
    margin: 20px 65px 20px 65px;
  }

  .video-block:hover .video-img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .video-block:hover span {
    padding: 10px 15px 10px 60px;
  }

  .video-block .video-img-container {
    height: 220px;
  }

  .video-block span {
    width: 100%;
    padding: 10px 15px 10px 60px;
    line-height: 1.2;
  }

  .video-block span:after {
    display: none;
  }

  .video-container #video-view iframe {
    border: none;
    width: 85vw !important;
    height: 280px !important;
    max-width: none;
  }

  .video-container #video-view button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .related-link-box p {
    padding-left: 50px;
    font-size: 16px;
    color: #282828;
  }

  .related-link-box strong {
    font-size: 16px;
    color: #970c00;
  }

  .related-link-box strong:before {
    left: -40px;
  }

  .asset-label:before {
    left: 20px;
  }

  .asset-label h3 {
    margin: 20px 35px 20px 55px;
  }

  .collapse-label:after {
    right: 20px;
  }

  .collapse-label h3 {
    margin: 20px 35px;
  }

  .single-gray-box .single-gray-box-title img {
    left: 20px;
  }

  .single-gray-box .single-gray-box-title h3 {
    margin-left: 25px;
  }

  .single-gray-box li,
  .single-gray-box p {
    font-size: 16px;
  }

  .single-gray-box .collapse-box>ol,
  .single-gray-box .collapse-box>li {
    padding-left: 35px;
  }

  .collapse-box>* {
    padding: 10px 15px 15px 15px;
  }

  .reference-box .collapse-label:before {
    left: 25px;
  }

  .reference-box .collapse-label h3 {
    margin: 20px 35px 20px 60px;
  }

  .reference-box ol li {
    font-size: 16px;
  }

  .reference-box .collapse-box>ol {
    padding-left: 35px;
  }

  blockquote {
    padding: 5px 5% 5px 30px;
    border-left: 5px solid #970c00;
  }

  #imgPopup.fade.show .modal-dialog {
    width: 85%;
  }

  #imgPopup .modal-dialog .modal-body .modal-img {
    height: 280px;
  }

  #pdfPopup.fade.show .modal-dialog {
    width: 90%;
  }

  #pdfPopup .modal-dialog .modal-body img {
    padding: 30px 5px;
  }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0 !important;
  }

  .gform_wrapper .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding: 15px 55px !important;
    -webkit-appearance: none;
  }

  form.resource-pack ul.gfield_radio {
    -webkit-column-count: 1;
    column-count: 1;
  }

  form.resource-pack ul.gfield_radio label {
    left: 0;
  }

  form.resource-pack ul.gfield_checkbox label {
    left: 0;
  }

  .gfield_radio li input[type="radio"] {
    display: none !important;
  }

  .gfield_checkbox li input[type="checkbox"] {
    display: none !important;
  }

  /*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
  .site-footer .footer-main .footer-col:nth-child(1) {
    width: 100%;
    margin-right: 0%;
  }

  .site-footer .footer-main .footer-col:nth-child(2) {
    width: 100%;
    margin-right: 0%;
  }

  .site-footer .footer-main .footer-col:nth-child(3) {
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }

  .site-footer .footer-main .footer-col:nth-child(3) .footer-logo {
    width: 100%;
    height: 35px;
  }

  .site-footer .site-info-container .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer .site-info-container .container .site-info-left {
    width: 100%;
    margin: 10px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
  }

  .site-footer .site-info-container .container .site-info-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
    padding-bottom: 50px !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.menu-search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

}