/*!
Theme Name: NFPT Theme
Theme URI: https://nfpt.com/
Author: 3HORN MEDIA
Author URI: https://3hornmedia.com
Description: A custom theme for NFPT.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License: Private
Text Domain: nfptheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

NFPT Theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.mb20 {
  margin-bottom: 20px;
}

div.left {
  text-align: left;
}
div.left:before, div.left:after {
  content: "";
  display: block;
  clear: both;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  position: relative;
  padding-top: 99px;
}
@media (max-width: 1200px) {
  main {
    padding-top: 95px;
  }
}
@media (max-width: 600px) {
  main {
    padding-top: 93px;
  }
}

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

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

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

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-book-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-book-opentype-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-bookitalic-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-bookitalic-opentype-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-medium-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-opentype-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-mediumitalic-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-mediumitalic-opentype-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-bold-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-opentype-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "source_serif_pro";
  src: url("../fonts/sourceserifpro-regular-webfont.woff2") format("woff2"), url("../fonts/sourceserifpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_serif_pro";
  src: url("../fonts/sourceserifpro-bold-webfont.woff2") format("woff2"), url("../fonts/sourceserifpro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sun_valley";
  src: url("../fonts/sun_valley-webfont.woff2") format("woff2"), url("../fonts/sun_valley-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #454b59;
  font-family: "gotham", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-weight: normal;
}

h1 {
  font-family: "source_serif_pro";
  font-size: 60px;
  line-height: 64px;
  color: #0a1631;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

.hero.tall h1, .hero.short h1, .hero.video h1 {
  color: #ffffff;
  margin-bottom: 10px;
}

h2 {
  font-family: "gotham";
  font-size: 40px;
  line-height: 40px;
  color: #0a1631;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
h2.section-title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  h2.section-title {
    margin-bottom: 25px;
  }
}
h2.fancy, h2 span.fancy {
  font-family: "sun_valley";
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 900px) {
  h2.fancy, h2 span.fancy {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  h2.fancy, h2 span.fancy {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  h2 span.fancy {
    font-size: 35px;
    line-height: 30px;
  }
}
h2.bordered {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
h2.bordered:before {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background: #f26722;
  margin-right: 10px;
}
@media (max-width: 600px) {
  h2.bordered:before {
    display: none;
  }
}
h2.bordered:after {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background: #f26722;
  margin-left: 10px;
}
@media (max-width: 600px) {
  h2.bordered:after {
    display: none;
  }
}

h3 {
  font-family: "gotham";
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #0a1631;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-family: "source_serif_pro";
  font-size: 1.5em;
  color: #0a1631;
  font-weight: bold;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.15em;
  }
}

h5 {
  font-family: "gotham";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #f26722;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  h5 {
    letter-spacing: 0;
  }
}

h1.white, h2.white, h3.white {
  color: #ffffff;
}

h1.centered, h2.centered, h3.centered {
  text-align: center;
}

p {
  font-family: "gotham";
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  p {
    line-height: 24px;
  }
}

.large-text {
  font-size: 21px;
  line-height: 30px;
}

.section-intro {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto 50px;
  text-align: center;
}
.section-intro p {
  font-size: 1.25em;
  text-align: center;
}

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

strong, b {
  font-weight: 500;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

mark,
ins {
  color: #f26722;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.fancy-text {
  font-family: "sun_valley" !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

#page {
  overflow-x: hidden;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .wrapper {
    padding: 0 15px;
  }
}

.noPad {
  padding: 0;
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] {
  padding-bottom: 60px;
}

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

ul,
ol {
  margin: 0 0 5px;
  padding: 0;
}

ul {
  list-style: none;
}
ul > li {
  padding: 0 0 10px 42px;
  position: relative;
  font-size: 18px;
}
ul > li:before {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  background: url("../images/flame-bullet-blue.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 15px;
}
ul > li > ul > li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("../images/bullet-blue-sub.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 15px;
}

ul.check {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
ul.check > li {
  padding: 0 0 30px 40px;
  position: relative;
}
ul.check > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/icon-check-green.svg) center no-repeat;
  background-size: contain;
}

ul.big-check {
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
}
@media (max-width: 1200px) {
  ul.big-check {
    margin: 0 0 10px;
  }
}
ul.big-check > li {
  padding: 0 0 20px 50px;
  position: relative;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  ul.big-check > li {
    padding: 0 0 15px 45px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 900px) {
  ul.big-check > li {
    padding: 0 0 10px 35px;
    font-size: 22px;
    line-height: 22px;
  }
}
ul.big-check > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 35px;
  height: 28px;
  background: url(../images/check-orange.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 1600px) {
  ul.big-check > li:before {
    width: 32px;
  }
}
@media (max-width: 900px) {
  ul.big-check > li:before {
    width: 25px;
    height: 23px;
  }
}

ol {
  list-style: decimal;
  padding-left: 30px;
  margin-bottom: 20px;
}
ol > li {
  padding-left: 10px;
  margin-bottom: 10px;
}
ol > li::marker {
  font-weight: 500;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

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

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

.plain th {
  background: #ced9f0;
  padding: 10px;
  border-right: 1px solid #9499a5;
}
.plain td {
  border-right: 1px solid #9499a5;
  padding: 10px;
}
.plain th:last-child, .plain td:last-child {
  border-right: none;
}
.plain tr:nth-child(2n+1) td {
  background: #f7f7f7;
}

/* Links
--------------------------------------------- */
a {
  color: #164ecc;
  text-decoration: underline;
  font-weight: normal;
  transition: all 0.2s;
  cursor: pointer;
}
a:visited {
  color: #164ecc;
}
a:hover, a:focus, a:active {
  color: #164ecc;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 > a, h2 > a, h3 > a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
h1 > a:visited, h2 > a:visited, h3 > a:visited {
  color: inherit;
}
h1 > a:hover, h1 > a:focus, h1 > a:active, h2 > a:hover, h2 > a:focus, h2 > a:active, h3 > a:hover, h3 > a:focus, h3 > a:active {
  color: inherit;
  text-decoration: underline;
}
h1 > a:focus, h2 > a:focus, h3 > a:focus {
  outline: thin dotted;
}
h1 > a:hover, h1 > a:active, h2 > a:hover, h2 > a:active, h3 > a:hover, h3 > a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn,
.button {
  display: inline-block;
  border: 2px solid;
  border-radius: 0;
  border-color: #454b59;
  color: #454b59;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: "gotham";
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.btn:hover,
.btn:active,
.btn:focus,
.button:hover,
.button:active,
.button:focus {
  background: #454b59;
  color: #ffffff;
}
button.primary, button.checkout-button,
input[type=button].primary,
input[type=button].checkout-button,
input[type=reset].primary,
input[type=reset].checkout-button,
input[type=submit].primary,
input[type=submit].checkout-button,
.btn.primary,
.btn.checkout-button,
.button.primary,
.button.checkout-button {
  border-color: #f26722;
  background: #f26722;
  color: #ffffff;
}
button.primary:hover, button.primary:active, button.primary:focus, button.checkout-button:hover, button.checkout-button:active, button.checkout-button:focus,
input[type=button].primary:hover,
input[type=button].primary:active,
input[type=button].primary:focus,
input[type=button].checkout-button:hover,
input[type=button].checkout-button:active,
input[type=button].checkout-button:focus,
input[type=reset].primary:hover,
input[type=reset].primary:active,
input[type=reset].primary:focus,
input[type=reset].checkout-button:hover,
input[type=reset].checkout-button:active,
input[type=reset].checkout-button:focus,
input[type=submit].primary:hover,
input[type=submit].primary:active,
input[type=submit].primary:focus,
input[type=submit].checkout-button:hover,
input[type=submit].checkout-button:active,
input[type=submit].checkout-button:focus,
.btn.primary:hover,
.btn.primary:active,
.btn.primary:focus,
.btn.checkout-button:hover,
.btn.checkout-button:active,
.btn.checkout-button:focus,
.button.primary:hover,
.button.primary:active,
.button.primary:focus,
.button.checkout-button:hover,
.button.checkout-button:active,
.button.checkout-button:focus {
  background: #ffffff;
  color: #f26722;
}
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary,
.btn.secondary,
.button.secondary {
  border-color: #164ecc;
  color: #164ecc;
}
button.secondary:hover, button.secondary:active, button.secondary:focus,
input[type=button].secondary:hover,
input[type=button].secondary:active,
input[type=button].secondary:focus,
input[type=reset].secondary:hover,
input[type=reset].secondary:active,
input[type=reset].secondary:focus,
input[type=submit].secondary:hover,
input[type=submit].secondary:active,
input[type=submit].secondary:focus,
.btn.secondary:hover,
.btn.secondary:active,
.btn.secondary:focus,
.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus {
  background: #164ecc;
  color: #ffffff;
}
button.full,
input[type=button].full,
input[type=reset].full,
input[type=submit].full,
.btn.full,
.button.full {
  display: block;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.btn.small,
.button.small {
  padding: 4px 15px;
}

input[type=submit] {
  border-color: #164ecc;
  color: #164ecc;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background: #164ecc;
  color: #ffffff;
}

input[type=reset] {
  border-color: #9499a5;
  color: #9499a5;
}
input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus {
  background: #9499a5;
  color: #ffffff;
}

.searchButt {
  padding: 0;
  margin: 0;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border: 2px solid #454b59;
  position: relative;
  text-indent: -9999px;
}
@media (max-width: 600px) {
  .searchButt {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }
}
.searchButt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../images/icon-search-dark.svg) center no-repeat;
  background-size: 44%;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .searchButt:after {
    width: 42px;
    height: 42px;
  }
}
.searchButt:hover {
  background: #454b59;
}
.searchButt:hover:after {
  background: url(../images/icon-search-white.svg) center no-repeat;
  background-size: 44%;
}

.wp-block-search__inside-wrapper {
  display: flex;
  width: 100% !important;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  width: 100%;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid #454b59;
}
.wp-block-search__inside-wrapper .wp-block-search__button .search-icon {
  width: 36px !important;
  height: 36px !important;
  fill: #454b59;
}
.wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: #454b59;
}
.wp-block-search__inside-wrapper .wp-block-search__button:hover .search-icon {
  fill: #ffffff;
}

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: #9499a5;
  background: #f7f7f7;
  border: none;
  border-bottom: 2px solid #9499a5;
  border-radius: 0;
  padding: 11px 12px;
  font-size: 20px;
  line-height: 28px;
  outline: none;
}
@media (max-width: 600px) {
  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 {
    font-size: 16px;
    line-height: 22px;
    padding: 8px;
  }
}
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: #454b59;
}

select {
  color: #9499a5;
  background: #f7f7f7;
  border: none;
  border-bottom: 2px solid #9499a5;
  border-radius: 0;
  padding: 15px 12px;
  font-size: 20px;
  line-height: 28px;
  outline: none;
}
@media (max-width: 600px) {
  select {
    font-size: 16px;
    line-height: 22px;
    padding: 8px;
  }
}

textarea {
  width: 100%;
}

.infusion-field {
  position: relative;
  margin-bottom: 10px;
}
.infusion-field label {
  display: none;
}
.infusion-field input[type=text] {
  width: 100%;
}
.infusion-field.required:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f26722;
  top: calc(50% - 5px);
  left: -5px;
  z-index: 2;
}

.search-again {
  width: 100%;
  max-width: 700px;
  margin-bottom: 50px;
}

form.search-form {
  display: flex;
  align-items: center;
}
form.search-form input {
  width: 100%;
}

.gform_heading {
  display: none;
}

.required-text p {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.required-text p:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f26722;
  left: -5px;
  z-index: 2;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 20px !important;
  padding: 13px !important;
  position: relative;
}
@media (max-width: 600px) {
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    line-height: 22px;
    padding: 8px;
  }
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  max-width: 100%;
  min-width: 32%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9499a5;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9499a5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9499a5;
}

.gfield_contains_required .ginput_container,
.gfield_contains_required .ginput_complex span {
  position: relative;
}
.gfield_contains_required .ginput_container:before,
.gfield_contains_required .ginput_complex span:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f26722;
  top: calc(50% - 5px);
  left: -5px;
  z-index: 2;
}
.gfield_contains_required .ginput_complex:before {
  content: none;
}
.gfield_contains_required .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full):before {
  left: calc(2% - 5px);
}
.gfield_contains_required .ginput_container_address span:before {
  left: calc(1% - 5px);
}
.gfield_contains_required .ginput_container_address span.ginput_left:before, .gfield_contains_required .ginput_container_address span.ginput_right:before {
  left: calc(2% - 5px);
}
.gfield_contains_required .ginput_container_checkbox:before {
  top: 2px;
  left: -7px;
}

/********** Search Form **********/
form#searchform {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
form#searchform input[type=text] {
  width: 100%;
  border-top: 1px solid #9499a5;
  border-left: 1px solid #9499a5;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.site-header {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 88;
}

.header-top {
  display: flex;
  align-items: center;
  height: 32px;
  background: #0a1631;
}
.header-top .head-top-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 600px) {
  .header-top .head-top-links .rank-math-breadcrumb {
    display: none;
  }
}
.header-top .head-top-links .rank-math-breadcrumb p {
  margin-bottom: 0;
}
.header-top .head-top-links .rank-math-breadcrumb a, .header-top .head-top-links .rank-math-breadcrumb span {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}
.header-top .head-top-links .rank-math-breadcrumb a {
  color: #ffffff;
  font-weight: 500;
}
.header-top .head-top-links .rank-math-breadcrumb a:hover {
  text-decoration: underline;
}
.header-top .head-top-links .rank-math-breadcrumb span.last {
  color: #dfe1e5;
}
.header-top .head-top-links .rank-math-breadcrumb span.separator {
  color: #ffffff;
  padding: 0 5px;
}
.header-top .head-top-links .account-link {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  margin-left: auto;
}
.header-top .head-top-links .account-link:hover {
  text-decoration: underline;
}
.header-top .align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header-top .align-right .account-link {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
.header-top .align-right .account-link:hover {
  text-decoration: underline;
}

#header-main {
  display: block;
  width: 100%;
  height: 67px;
  background: #dfe1e5;
  z-index: 99;
}
#header-main.sticky {
  position: fixed;
  top: 0;
}
#header-main .navbar {
  display: block;
  width: 100%;
  height: inherit;
  position: relative;
}
#header-main .navbar .site-branding {
  display: block;
  position: absolute;
  top: 0;
  left: -2000px;
  z-index: 99;
  width: 2334px;
  height: 98px;
  padding-left: 2000px;
  padding-top: 6px;
}
#header-main .navbar .site-branding:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: skew(-24deg);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
#header-main .navbar .site-branding .site-logo {
  display: block;
  width: 282px;
}

@media screen and (max-width: 1200px) {
  #header-main {
    height: 63px;
  }
  #header-main .navbar .site-branding {
    left: -2050px;
    height: 84px;
    padding-left: 2050px;
  }
  #header-main .navbar .site-branding .site-logo {
    width: 242px;
  }
}
@media screen and (max-width: 600px) {
  #header-main {
    height: 61px;
  }
  #header-main .navbar .site-branding {
    left: -2120px;
    height: 74px;
    padding-left: 2115px;
  }
  #header-main .navbar .site-branding .site-logo {
    width: 200px;
  }
}
section {
  display: block;
  width: 100%;
  margin: 0;
  /********** Hero Block **********/
  /********** Home Hero Block **********/
  /********** Intro Block **********/
  /********** Bio Section **********/
  /********** Course Details Block **********/
  /********** Course Loop **********/
  /********** Columns Block **********/
  /********** Hover Block **********/
  /********** Grid Block **********/
  /********** Icon Row Block **********/
  /********** Test Details Block **********/
  /********** Author Block **********/
  /********** Ad Blocks **********/
  /********** Testimonial Slider Block **********/
  /********** Cert Packages Block **********/
  /********** Cert Process Block **********/
  /********** Cert Process Block ALT **********/
  /********** Cert Process PAGE Block **********/
  /********** FAQ Block **********/
  /********** Contact Block **********/
  /********** Provider Block **********/
  /********** Mission Vision Values Block **********/
  /********** Test Site Locations Block **********/
  /********** Trainer Search Stuff **********/
}
section.hero {
  position: relative;
}
section.hero.tall {
  height: 500px;
  padding: 100px 0;
}
@media (max-width: 900px) {
  section.hero.tall {
    height: 400px;
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  section.hero.tall {
    height: 350px;
    padding: 40px 0;
  }
}
section.hero.short {
  height: 284px;
  padding: 60px 0;
}
@media (max-width: 900px) {
  section.hero.short {
    height: 250px;
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  section.hero.short {
    height: 210px;
    padding: 30px 0;
  }
}
section.hero.video {
  height: 700px;
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 900px) {
  section.hero.video {
    height: 550px;
  }
}
@media (max-width: 600px) {
  section.hero.video {
    height: 400px;
    padding: 40px 0;
  }
}
section.hero.video #videoBG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  width: 100vw;
  min-width: 100%;
  height: 56.4971751412vw;
  min-height: 100%;
  display: block;
}
@media (max-width: 767px) {
  section.hero.video #videoBG {
    display: none;
  }
}
section.hero.title {
  padding: 90px 0 20px;
}
section.hero .wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
section.hero .wrapper .hero-text {
  width: 100%;
  max-width: 800px;
}
section.hero .wrapper .hero-text span.hero-sub {
  color: #ffffff;
  font-family: "gotham";
  font-size: 26px;
  line-height: 28px;
  font-style: italic;
  display: block;
}
section.hero .wrapper .hero-text .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  section.hero .wrapper .hero-text .btn {
    float: right;
    margin-top: 0;
  }
}
section#home-hero span.hero-sub {
  font-size: 30px;
  line-height: 32px;
}
@media (max-width: 750px) {
  section#home-hero span.hero-sub {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
section .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 22, 49, 0.5);
}
section .sale-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 300px;
  height: 170px;
  border-top: 85px solid transparent;
  border-right: 150px solid #e32609;
  border-bottom: 85px solid #e32609;
  border-left: 150px solid transparent;
}
@media (max-width: 600px) {
  section .sale-corner {
    width: 160px;
    height: 90px;
    border-top: 45px solid transparent;
    border-right: 80px solid #e32609;
    border-bottom: 45px solid #e32609;
    border-left: 80px solid transparent;
  }
}
section .sale-corner span {
  font-family: "gotham";
  font-weight: 500;
  color: #ffffff;
  font-size: 50px;
  transform: rotate(-29deg) translateX(-19px);
  display: block;
}
@media (max-width: 600px) {
  section .sale-corner span {
    font-size: 30px;
    transform: rotate(-29deg) translateX(-10px);
  }
}
section.home-hero {
  position: relative;
  display: grid;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
}
section.home-hero .home-hero-bg-wrap {
  position: relative;
  grid-area: 1/-1;
  padding: 0;
  margin: 0;
  height: 100%;
}
section.home-hero .home-hero-bg-wrap .home-hero-left-bg {
  position: absolute;
  top: 0;
  left: -20vw;
  width: 70vw;
  height: 100%;
  transform: skew(-24deg);
  background: #f7f7f7;
  z-index: 1;
}
@media (max-width: 767px) {
  section.home-hero .home-hero-bg-wrap .home-hero-left-bg {
    display: none;
  }
}
section.home-hero .home-hero-bg-wrap .home-hero-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 0;
}
@media (max-width: 900px) {
  section.home-hero .home-hero-bg-wrap .home-hero-video-wrap {
    width: 66vw;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-bg-wrap .home-hero-video-wrap {
    width: 100vw;
  }
}
section.home-hero .home-hero-bg-wrap .home-hero-video-wrap #videoBG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  width: 70vw;
  min-width: 100%;
  height: 39.5480225989vw;
  min-height: 100%;
  display: block;
}
@media (max-width: 1600px) {
  section.home-hero .home-hero-bg-wrap .home-hero-video-wrap #videoBG {
    width: 77vw;
    height: 43.5028248588vw;
  }
}
@media (max-width: 900px) {
  section.home-hero .home-hero-bg-wrap .home-hero-video-wrap #videoBG {
    width: 90vw;
    height: 50.8474576271vw;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-bg-wrap .home-hero-video-wrap #videoBG {
    display: none;
  }
}
section.home-hero .home-hero-bg-wrap .right-hero {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 0;
}
@media (max-width: 900px) {
  section.home-hero .home-hero-bg-wrap .right-hero {
    width: 66vw;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-bg-wrap .right-hero {
    width: 100%;
  }
}
section.home-hero .home-hero-bg-wrap .right-hero.desktop {
  display: block;
}
@media (max-width: 767px) {
  section.home-hero .home-hero-bg-wrap .right-hero.desktop {
    display: none;
  }
}
section.home-hero .home-hero-bg-wrap .right-hero.mobile {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  section.home-hero .home-hero-bg-wrap .right-hero.mobile {
    display: block;
  }
}
section.home-hero .home-hero-bg-wrap .right-hero.mobile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(10, 22, 49, 0.5);
}
section.home-hero .home-hero-wrap {
  grid-area: 1/-1;
  z-index: 3;
}
section.home-hero .home-hero-wrap .home-hero-splash {
  width: 50%;
  padding: 50px 0 40px;
  position: relative;
}
@media (max-width: 1600px) {
  section.home-hero .home-hero-wrap .home-hero-splash {
    padding: 40px 0;
  }
}
@media (max-width: 900px) {
  section.home-hero .home-hero-wrap .home-hero-splash {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-wrap .home-hero-splash {
    width: 100%;
  }
}
section.home-hero .home-hero-wrap .home-hero-splash .fancy {
  font-size: 85px;
  line-height: 85px;
}
@media (max-width: 1600px) {
  section.home-hero .home-hero-wrap .home-hero-splash .fancy {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (max-width: 1200px) {
  section.home-hero .home-hero-wrap .home-hero-splash .fancy {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 1023px) {
  section.home-hero .home-hero-wrap .home-hero-splash .fancy {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 900px) {
  section.home-hero .home-hero-wrap .home-hero-splash .fancy {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-wrap .home-hero-splash .fancy {
    color: #ffffff;
  }
}
section.home-hero .home-hero-wrap .home-hero-splash h1 {
  font-family: "gotham";
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  section.home-hero .home-hero-wrap .home-hero-splash h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  section.home-hero .home-hero-wrap .home-hero-splash h1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-wrap .home-hero-splash h1 {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  section.home-hero .home-hero-wrap .home-hero-splash ul.big-check {
    color: #ffffff;
  }
}
section.home-hero .home-hero-wrap .home-hero-splash .btn {
  padding: 13px 45px;
}
section.home-hero .home-hero-wrap .home-hero-splash .hero-cert {
  position: absolute;
  bottom: 50px;
  right: 15%;
  width: 125px;
}
@media (max-width: 1200px) {
  section.home-hero .home-hero-wrap .home-hero-splash .hero-cert {
    right: 10%;
  }
}
@media (max-width: 1023px) {
  section.home-hero .home-hero-wrap .home-hero-splash .hero-cert {
    width: 100px;
  }
}
@media (max-width: 900px) {
  section.home-hero .home-hero-wrap .home-hero-splash .hero-cert {
    right: 5%;
  }
}
@media (max-width: 600px) {
  section.home-hero .home-hero-wrap .home-hero-splash .hero-cert {
    position: initial;
  }
}
section.intro-block {
  padding: 50px 0;
}
@media (max-width: 600px) {
  section.intro-block {
    padding: 30px 0;
  }
}
section.intro-block .intro-wrap {
  padding: 0 10%;
  text-align: center;
}
@media (max-width: 900px) {
  section.intro-block .intro-wrap {
    padding: 0;
  }
}
section.intro-block .intro-wrap p, section.intro-block .intro-wrap a {
  font-size: 21px;
}
@media (max-width: 600px) {
  section.intro-block .intro-wrap p, section.intro-block .intro-wrap a {
    font-size: 18px;
  }
}
section.intro-block .intro-wrap a.btn {
  font-size: inherit;
}
section.bios-block {
  padding: 70px 0 50px;
}
@media (max-width: 600px) {
  section.bios-block {
    padding: 30px 0;
  }
}
section.bios-block .bios-wrap .bio-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  section.bios-block .bios-wrap .bio-wrap {
    margin-bottom: 30px;
  }
}
section.bios-block .bios-wrap .bio-wrap .bio-image {
  width: 25%;
  margin-right: 1%;
}
section.bios-block .bios-wrap .bio-wrap .bio-text {
  width: 74%;
}
section.bios-block .bios-wrap .bio-wrap .bio-text .bio-deets {
  padding: 20px;
  background: #0a1631;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  section.bios-block .bios-wrap .bio-wrap .bio-text .bio-deets {
    padding: 15px;
  }
}
section.bios-block .bios-wrap .bio-wrap .bio-text .bio-deets h3 {
  color: #ffffff;
  margin-bottom: 0;
}
section.bios-block .bios-wrap .bio-wrap .bio-text .bio-deets .bio-position {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
}
section.bios-block .bios-wrap .bio-wrap .bio-text .biography {
  padding: 20px;
  background: #f7f7f7;
}
@media (max-width: 600px) {
  section.bios-block .bios-wrap .bio-wrap .bio-text .biography {
    padding: 15px;
  }
}
section.course-details {
  background: url(../images/bricks-blue.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
section.course-details .detail-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section.course-details .detail-wrap {
    flex-direction: column;
  }
}
section.course-details .detail-wrap .course-facts {
  background: rgba(255, 255, 255, 0.65);
  padding: 30px;
  width: 48%;
}
@media (max-width: 900px) {
  section.course-details .detail-wrap .course-facts {
    width: 100%;
    padding: 15px;
  }
}
section.course-details .detail-wrap .course-facts ul.facts {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
section.course-details .detail-wrap .course-facts ul.facts li {
  padding: 0 0 15px 45px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
@media (max-width: 600px) {
  section.course-details .detail-wrap .course-facts ul.facts li {
    padding: 0 0 15px 32px;
    font-size: 22px;
    line-height: 28px;
  }
}
section.course-details .detail-wrap .course-facts ul.facts li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icon-check-green.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  section.course-details .detail-wrap .course-facts ul.facts li:before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 600px) {
  section.course-details .detail-wrap .course-facts ul.facts li a {
    display: block;
  }
}
section.course-details .detail-wrap .course-facts ul.facts li .cefact {
  font-family: "gotham";
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 600px) {
  section.course-details .detail-wrap .course-facts ul.facts li .cefact {
    font-size: 26px;
  }
}
section.course-details .detail-wrap .course-facts ul.facts li .strike {
  text-decoration: line-through;
}
section.course-details .detail-wrap .course-facts ul.facts li .guarantee {
  font-size: 16px;
  cursor: pointer;
}
section.course-details .detail-wrap .course-facts ul.facts li .guarantee img {
  width: 17px;
  height: 17px;
}
section.course-details .detail-wrap .course-about {
  background: rgba(255, 255, 255, 0.65);
  padding: 30px;
  width: 48%;
}
@media (max-width: 900px) {
  section.course-details .detail-wrap .course-about {
    width: 100%;
    padding: 15px;
  }
}
section.course-details .detail-wrap .course-about p {
  font-size: 18px;
}
section.course-loop {
  padding: 70px 0 10px;
}
@media (max-width: 600px) {
  section.course-loop {
    padding: 30px 0 0;
  }
}
section.course-loop .ce-loop-intro {
  margin-bottom: 30px;
}
section.course-loop .course-loop-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  section.course-loop .course-loop-wrap {
    flex-direction: column;
  }
}
section.course-loop .course-loop-wrap .loop-course {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  section.course-loop .course-loop-wrap .loop-course {
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course {
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-img {
  display: block;
  width: 175px;
  height: 175px;
  min-width: 175px;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course .loop-course-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-right: 10px;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-img .loop-sale-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 70px;
  border-top: 35px solid transparent;
  border-right: 50px solid #e32609;
  border-bottom: 35px solid #e32609;
  border-left: 50px solid transparent;
}
section.course-loop .course-loop-wrap .loop-course .loop-course-img .loop-sale-corner span {
  font-family: "gotham";
  font-weight: 500;
  color: #ffffff;
  font-size: 21px;
  transform: rotate(-35deg) translateX(-15px);
  display: block;
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content {
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course .loop-course-content h3 {
    margin-bottom: 10px;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats {
  display: flex;
  width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats .loop-cecs {
  display: block;
  width: 178px;
  background: #164ecc;
  border: 1px solid #164ecc;
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats .loop-cecs {
    width: 50%;
    font-size: 22px;
    line-height: 22px;
    padding: 7px;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats .loop-cecs span {
  font-size: 24px;
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats .loop-cecs span {
    font-size: 18px;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats .loop-price {
  display: block;
  width: 178px;
  border: 1px solid #164ecc;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 600px) {
  section.course-loop .course-loop-wrap .loop-course .loop-course-content .loop-course-stats .loop-price {
    width: 50%;
    font-size: 22px;
    line-height: 22px;
    padding: 7px;
  }
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content a.loop-link {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #f26722;
  text-decoration: none;
}
section.course-loop .course-loop-wrap .loop-course .loop-course-content a.loop-link:hover {
  text-decoration: underline;
}
section.columns-block {
  padding: 50px 0;
}
@media (max-width: 600px) {
  section.columns-block {
    padding: 40px 0;
  }
}
section.columns-block.contact {
  padding: 0;
}
section.columns-block.noTopPad {
  padding-top: 0;
}
section.columns-block.noBotPad {
  padding-bottom: 0;
}
section .column-wrap {
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  section .column-wrap {
    flex-direction: column;
  }
}
section .column-wrap .column-box {
  width: 100%;
  padding: 30px;
  margin: 0;
}
@media (max-width: 600px) {
  section .column-wrap .column-box {
    padding: 20px 0;
  }
}
section .column-wrap .column-box.single {
  width: 100%;
  max-width: 1120px;
}
section .column-wrap .column-box.half {
  width: 50%;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.half {
    width: 100%;
  }
}
section .column-wrap .column-box.one-third {
  width: 33.3333%;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.one-third {
    width: 100%;
  }
}
section .column-wrap .column-box.two-thirds {
  width: 66.6666%;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.two-thirds {
    width: 100%;
  }
}
section .column-wrap .column-box.centered {
  text-align: center;
}
section .column-wrap .column-box.order-sm-1 {
  order: 1;
}
section .column-wrap .column-box.order-sm-2 {
  order: 1;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.order-sm-2 {
    order: 2;
  }
}
@media (max-width: 600px) {
  section .column-wrap .column-box.tSearch, section .column-wrap .column-box.verify {
    padding: 20px 15px;
  }
}
section .column-wrap .column-box.noPad {
  padding: 0;
}
section .column-wrap .column-box .column-icon {
  display: block;
  max-height: 165px;
  margin-bottom: 25px;
  text-align: center;
}
section .column-wrap .column-box .column-icon img {
  max-height: 165px;
}
section .column-wrap .column-box .col-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 900px) {
  section .column-wrap .column-box .col-img {
    min-height: 320px;
  }
}
section .column-wrap .column-box h3 {
  min-height: 32px;
}
@media (max-width: 900px) {
  section.columns-block#reasons .column-wrap .column-box.half {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  section.columns-block#reasons .column-wrap .column-box.half {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  section .noPad .column-wrap .column-box:not(.noPad) {
    padding: 20px 15px;
  }
}
section.hoverboxes {
  padding: 30px 0;
}
section.hoverboxes .column-wrap {
  margin-bottom: 30px;
}
section.hoverboxes .column-wrap a.hover {
  display: block;
  width: 100%;
  margin-right: 30px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 900px) {
  section.hoverboxes .column-wrap a.hover {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.hoverboxes .column-wrap a.hover:last-of-type {
  margin-right: 0;
}
section.hoverboxes .column-wrap a.hover .hover-box {
  width: 100%;
  height: 426px;
  position: relative;
  overflow: hidden;
}
section.hoverboxes .column-wrap a.hover .hover-box .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 22, 49, 0.66);
  transform: translateY(342px);
  transition: all 0.4s;
}
section.hoverboxes .column-wrap a.hover .hover-box .hover-content .hover-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
}
section.hoverboxes .column-wrap a.hover .hover-box .hover-content .hover-title h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
section.hoverboxes .column-wrap a.hover .hover-box .hover-content .hover-text {
  padding: 10px 30px;
}
section.hoverboxes .column-wrap a.hover .hover-box .hover-content .hover-text p {
  color: white;
  line-height: 22px;
}
section.hoverboxes .column-wrap a.hover:hover .hover-box .hover-content {
  transform: translateY(0);
}
section.hoverboxes .butt-wrap {
  text-align: center;
}
section.grid-blocks {
  padding: 70px 0 100px;
}
@media (max-width: 600px) {
  section.grid-blocks {
    padding: 50px 0 70px;
  }
}
section.grid-blocks .grid-wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.grid-blocks .grid-wrap .grid-block {
  border: 1px solid #dfe1e5;
  padding: 20px;
  margin-bottom: 30px;
}
section.grid-blocks .grid-wrap .grid-block .grid-img {
  display: block;
  max-height: 125px;
  margin: 0 auto 20px;
}
section.grid-blocks .grid-wrap .grid-block .btn {
  width: 100%;
}
section.grid-blocks .grid-wrap.three .grid-block {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 600px) {
  section.grid-blocks .grid-wrap.three .grid-block {
    width: 100%;
    margin-right: 0;
  }
}
section.grid-blocks .grid-wrap.three .grid-block:nth-child(3n) {
  margin-right: 0;
}
section.grid-blocks .grid-wrap.four .grid-block {
  width: 23%;
  margin-right: 2.66%;
}
@media (max-width: 600px) {
  section.grid-blocks .grid-wrap.four .grid-block {
    width: 100%;
    margin-right: 0;
  }
}
section.grid-blocks .grid-wrap.four .grid-block:nth-child(4n) {
  margin-right: 0;
}
section.icon-row {
  padding: 70px 0;
}
@media (max-width: 1600px) {
  section.icon-row {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  section.icon-row {
    padding: 50px 0;
  }
}
@media (max-width: 900px) {
  section.icon-row {
    padding: 30px 0;
  }
}
section.icon-row .icon-row-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  section.icon-row .icon-row-wrap {
    flex-wrap: wrap;
  }
}
section.icon-row .icon-row-wrap .icon-box {
  width: 100%;
  max-width: 258px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  section.icon-row .icon-row-wrap .icon-box {
    width: 50%;
    padding: 0 0 20px;
  }
}
section.icon-row .icon-row-wrap .icon-box:last-of-type {
  padding-right: 0;
}
section.icon-row .icon-row-wrap .icon-box a {
  color: inherit;
  text-decoration: none;
}
section.icon-row .icon-row-wrap .icon-box a:hover {
  text-decoration: underline;
}
section.icon-row .icon-row-wrap .icon-box span {
  display: block;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1200px) {
  section.icon-row .icon-row-wrap .icon-box span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section.icon-row .icon-row-wrap .icon-box span {
    font-size: 12px;
  }
}
section.test-deets-block {
  padding: 75px 0;
  background: url("../images/test-details-bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 600px) {
  section.test-deets-block {
    padding: 50px 0 30px;
  }
}
section.test-deets-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0a1631;
  opacity: 0.7;
}
section.test-deets-block .details-box {
  width: 100%;
  max-width: 650px;
  position: relative;
}
section.test-deets-block .details-box ul.details {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
section.test-deets-block .details-box ul.details li {
  padding: 0 0 20px 45px;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  font-family: "gotham";
  color: #ffffff;
}
@media (max-width: 600px) {
  section.test-deets-block .details-box ul.details li {
    padding: 0 0 20px 32px;
    font-size: 24px;
    line-height: 26px;
  }
}
section.test-deets-block .details-box ul.details li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icon-check-green.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  section.test-deets-block .details-box ul.details li:before {
    top: 0;
    width: 26px;
    height: 26px;
  }
}
section.author-block {
  padding: 70px 0;
}
section.author-block .author-box {
  border: 1px solid #454b59;
  background: #dfe1e5;
  padding: 40px 30px;
}
@media (max-width: 900px) {
  section.author-block .author-box {
    padding: 25px 20px;
  }
}
@media (max-width: 600px) {
  section.author-block .author-box {
    padding: 20px 15px;
  }
}
section.author-block .author-box .author-info {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  section.author-block .author-box .author-info {
    display: block;
  }
}
section.author-block .author-box .author-info .headshot {
  width: 100%;
  max-width: 250px;
  min-width: 100px;
  margin-right: 30px;
}
@media (max-width: 900px) {
  section.author-block .author-box .author-info .headshot {
    max-width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  section.author-block .author-box .author-info .headshot {
    width: 100px;
    float: left;
    margin-right: 10px;
  }
}
section.author-block .author-box .author-info .bio-text {
  width: 100%;
}
section.cead-block {
  padding: 50px 0;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  section.cead-block #manual-preview {
    background-position: left center !important;
  }
}
section.cead-block .cead-preview-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media (max-width: 900px) {
  section.cead-block .cead-preview-wrap {
    flex-direction: column;
  }
}
section.cead-block .manual-image-wrap {
  display: block;
  width: 50%;
  text-align: center;
}
@media (max-width: 900px) {
  section.cead-block .manual-image-wrap {
    width: 100%;
  }
}
section.cead-block .manual-image-wrap.bgwrap {
  position: relative;
  padding: 30px 0;
}
section.cead-block .manual-image-wrap.bgwrap img {
  position: inherit;
}
section.cead-block .cead-copy-wrap {
  width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 30px;
  margin-left: auto;
  position: relative;
}
section.cead-block .cead-copy-wrap.none {
  background: none;
  padding: 0;
}
@media (max-width: 900px) {
  section.cead-block .cead-copy-wrap.none {
    padding: 20px 20px 0;
  }
}
@media (max-width: 600px) {
  section.cead-block .cead-copy-wrap.none {
    padding: 15px 15px 0;
  }
}
@media (max-width: 900px) {
  section.cead-block .cead-copy-wrap {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 20px 50px;
  }
}
section.cead-block .cead-copy-wrap .cead-title {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  section.cead-block .cead-copy-wrap .cead-title {
    color: #ffffff;
  }
}
section.cead-block .cead-copy-wrap .cead-title span {
  display: block;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
}
section.cead-block .cead-copy-wrap p {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  section.cead-block .cead-copy-wrap p {
    color: #ffffff;
  }
}
section.cead-block .cead-copy-wrap a.btn {
  padding: 13px 100px;
}
@media (max-width: 600px) {
  section.cead-block .cead-copy-wrap a.btn {
    padding: 10px 40px;
  }
}
section.cead-block .cead-copy-wrap .cec-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 120px;
  padding: 50px 15px 0 0;
  text-align: right;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  background: url(../images/orange-corner.svg) bottom right no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  section.cead-block .cead-copy-wrap .cec-corner {
    width: 210px;
    height: 84px;
    padding: 30px 10px 0 0;
    font-size: 28px;
    line-height: 28px;
  }
}
section.cead-block .cead-copy-wrap .cec-corner .smaller {
  font-size: 24px;
}
@media (max-width: 600px) {
  section.cead-block .cead-copy-wrap .cec-corner .smaller {
    font-size: 22px;
  }
}
section.cead-block .cead-copy-wrap .cec-corner .earn {
  font-size: 18px;
  line-height: 18px;
  display: block;
}
@media (max-width: 900px) {
  section.cead-block .cead-copy-wrap.ltgrey .cead-title {
    color: #0a1631;
  }
}
@media (max-width: 900px) {
  section.cead-block .cead-copy-wrap.ltgrey p {
    color: #454b59;
  }
}
section.cead-block .cead-package-wrap {
  padding: 30px;
  border: 4px solid #164ecc;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  background: rgb(223, 225, 229);
  background: linear-gradient(0deg, rgb(223, 225, 229) 0%, rgb(255, 255, 255) 100%);
}
section.cead-block .cead-package-wrap .packad-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section.cead-block .cead-package-wrap .packad-top {
    flex-direction: column;
  }
}
section.cead-block .cead-package-wrap .packad-top .packad-title {
  margin-right: 7%;
}
@media (max-width: 900px) {
  section.cead-block .cead-package-wrap .packad-top .packad-title {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  section.cead-block .cead-package-wrap .packad-top .packad-title {
    margin-right: 0;
  }
}
section.cead-block .cead-package-wrap .packad-top .packad-title h2.fancy {
  color: #f26722;
}
section.cead-block .cead-package-wrap .packad-top .packad-features ul li {
  padding-bottom: 10px;
}
section.cead-block .cead-package-wrap .packad-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.cead-block .cead-package-wrap .packad-flex {
    flex-direction: column;
  }
}
section.cead-block .cead-package-wrap .packad-flex .packad-package {
  display: block;
  width: 100%;
  margin-right: 2%;
  border: 1px solid #454b59;
  padding: 0;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 767px) {
  section.cead-block .cead-package-wrap .packad-flex .packad-package {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.cead-block .cead-package-wrap .packad-flex .packad-package:last-of-type {
  margin-right: 0;
}
section.cead-block .cead-package-wrap .packad-flex .packad-package h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
}
section.cead-block .cead-package-wrap .packad-flex .packad-package .price-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cead-block .cead-package-wrap .packad-flex .packad-package .price-row .price {
  font-family: "source_serif_pro";
  font-size: 40px;
  color: #cc3b0e;
  font-weight: bold;
}
@media (max-width: 600px) {
  section.cead-block .cead-package-wrap .packad-flex .packad-package .price-row .price {
    font-size: 30px;
  }
}
section.cead-block .cead-package-wrap .packad-flex .packad-package .price-row .price-strike {
  font-size: 28px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 10px;
}
@media (max-width: 600px) {
  section.cead-block .cead-package-wrap .packad-flex .packad-package .price-row .price-strike {
    font-size: 20px;
    margin-right: 5px;
  }
}
section.cead-block .cead-package-wrap .packad-flex .packad-package .packad-more {
  display: block;
  margin: 5px 0 10px;
}
section.testi-block {
  padding: 60px 0 45px;
  background: url(../images/bricks-dkgrey.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  section.testi-block {
    padding: 40px 0 25px;
  }
}
@media (max-width: 600px) {
  section.testi-block {
    padding: 20px 0;
  }
}
section.testi-block.light {
  background: none;
}
section.testi-block .testi-wrap {
  display: block;
  background: #ffffff;
  position: relative;
  width: 90%;
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
}
section.testi-block .testi-wrap.blue {
  background: #164ecc;
}
@media (max-width: 600px) {
  section.testi-block .testi-wrap {
    padding: 10px 0;
  }
}
section.testi-block .testi-wrap:before {
  content: "";
  display: block;
  width: 75px;
  height: 61px;
  position: absolute;
  top: -19px;
  left: -53px;
  background: url(../images/quote-left.svg) center no-repeat;
  background-size: contain;
  z-index: 4;
}
@media (max-width: 600px) {
  section.testi-block .testi-wrap:before {
    width: 45px;
    left: -30px;
  }
}
section.testi-block .testi-wrap:after {
  content: "";
  display: block;
  width: 75px;
  height: 61px;
  position: absolute;
  top: -19px;
  right: -53px;
  background: url(../images/quote-right.svg) center no-repeat;
  background-size: contain;
  z-index: 4;
}
@media (max-width: 600px) {
  section.testi-block .testi-wrap:after {
    width: 45px;
    right: -30px;
  }
}
section.testi-block .testi-wrap .testi-slider {
  width: 100%;
  height: 100%;
}
section.testi-block .testi-wrap .testimonial {
  display: block;
  box-sizing: border-box;
  padding: 25px 40px 20px;
}
@media (max-width: 900px) {
  section.testi-block .testi-wrap .testimonial {
    padding: 20px 30px;
  }
}
@media (max-width: 600px) {
  section.testi-block .testi-wrap .testimonial {
    padding: 20px;
  }
}
section.testi-block .testi-wrap .testimonial p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  section.testi-block .testi-wrap .testimonial p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section.testi-block .testi-wrap .testimonial p {
    font-size: 18px;
    line-height: 24px;
  }
}
section.testi-block .testi-wrap .testimonial .testi-person-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.testi-block .testi-wrap .testimonial .testi-person-wrap .testi-person {
  display: block;
}
section.testi-block .testi-wrap .testimonial .testi-person-wrap .testi-person .testi-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
section.testi-block .testi-wrap .testimonial .testi-person-wrap .testi-person .testi-title {
  font-style: italic;
  color: #9499a5;
  text-align: right;
}
section.testi-block .testi-wrap .testimonial .testi-person-wrap .testi-headshot {
  width: 57px;
  height: auto;
  border-radius: 50%;
  margin-left: 10px;
}
section.testi-block .testi-wrap .testimonial.blue p {
  color: #ffffff;
}
section.testi-block .testi-wrap .testimonial.blue .testi-person-wrap .testi-person .testi-name {
  color: #ffffff;
}
section.testi-block .testi-wrap .testimonial.blue .testi-person-wrap .testi-person .testi-title {
  color: #ced9f0;
}
section.testi-block.light .testi-slider {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
section.packages {
  padding: 70px 0;
}
section.packages .package-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section.packages .package-wrap {
    flex-direction: column;
  }
}
section.packages .package-wrap .package-column {
  display: block;
  width: 32%;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  section.packages .package-wrap .package-column {
    width: 100%;
  }
}
section.packages .package-wrap .package-column .value {
  display: block;
  min-height: 65px;
}
@media (max-width: 900px) {
  section.packages .package-wrap .package-column .value {
    min-height: 0;
  }
}
section.packages .package-wrap .package-column .value .best {
  display: block;
  width: 100%;
  height: 100%;
  background: #454b59;
  color: #ffffff;
  font-size: 28px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}
section.packages .package-wrap .package-column .package-meat {
  border: 2px solid #454b59;
  padding: 0;
  background: #f7f7f7;
}
section.packages .package-wrap .package-column .package-meat .package-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 30px 15px;
}
section.packages .package-wrap .package-column .package-meat .package-top .sale-flag {
  position: absolute;
  top: 0;
  right: 0;
  width: 133px;
  height: 100px;
  background: url(../images/package-sale-corner.svg) center no-repeat;
  background-size: contain;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: right;
}
section.packages .package-wrap .package-column .package-meat .package-top .package {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  padding-top: 20px;
}
section.packages .package-wrap .package-column .package-meat .package-top .package h2 {
  max-width: 320px;
  text-align: center;
  margin-bottom: 0;
}
section.packages .package-wrap .package-column .package-meat .package-bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  margin-bottom: 30px;
}
section.packages .exam-block {
  display: flex;
  width: 100%;
  max-width: 914px;
  padding: 0;
  border: 2px solid #454b59;
  margin: 0 auto;
}
@media (max-width: 600px) {
  section.packages .exam-block {
    flex-direction: column;
  }
}
section.packages .exam-block .exam-text {
  width: 100%;
  padding: 30px;
}
@media (max-width: 600px) {
  section.packages .exam-block .exam-text {
    width: 100%;
    padding: 20px;
  }
}
section.packages .exam-block .exam-package {
  width: 47%;
  background: #f7f7f7;
  padding: 0;
}
@media (max-width: 600px) {
  section.packages .exam-block .exam-package {
    width: 100%;
  }
}
section.packages .exam-block .exam-package .exam-head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 30px 15px;
}
section.packages .exam-block .exam-package .exam-head .sale-flag {
  position: absolute;
  top: 0;
  right: 0;
  width: 133px;
  height: 100px;
  background: url(../images/package-sale-corner.svg) center no-repeat;
  background-size: contain;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: right;
}
section.packages .exam-block .exam-package .exam-head h2 {
  text-align: center;
  margin-bottom: 0;
}
section.packages .price-row {
  display: block;
  text-align: center;
}
section.packages .price-row .price {
  font-family: "source_serif_pro";
  font-size: 60px;
  color: #cc3b0e;
  font-weight: bold;
}
section.packages .price-row .price-strike {
  font-size: 28px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 15px;
}
section.packages ul.features {
  margin-bottom: 25px;
}
section.packages ul.features li {
  display: flex;
  align-items: center;
  padding: 14px 50px;
  font-size: 16px;
  line-height: 18px;
}
section.packages ul.features li:nth-child(odd) {
  background: #ced9f0;
}
section.packages ul.features li:before {
  content: none;
}
section.packages ul.features li a img.info {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  cursor: pointer;
}
section.cert-process {
  padding: 70px 0;
}
section.cert-process .column-wrap {
  display: flex;
  align-items: flex-start;
}
section.cert-process .column-wrap .column-box {
  width: 100%;
  padding: 30px;
  margin: 0;
}
@media (max-width: 600px) {
  section.cert-process .column-wrap .column-box {
    padding: 15px 0;
  }
}
section.cert-process .column-wrap .column-box .column-icon {
  display: block;
  max-height: 165px;
  margin-bottom: 25px;
  text-align: center;
}
section.cert-process .column-wrap .column-box .column-icon img {
  max-height: 165px;
}
section.cert-process .column-wrap .column-box .col-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
section.cert-process ol.cert-process-list {
  list-style: none;
  counter-reset: dinosaurs;
}
@media (max-width: 600px) {
  section.cert-process ol.cert-process-list {
    padding-left: 0;
  }
}
section.cert-process ol.cert-process-list li {
  counter-increment: dinosaurs;
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  section.cert-process ol.cert-process-list li {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
section.cert-process ol.cert-process-list li:before {
  content: counter(dinosaurs);
  display: block;
  width: 75px;
  height: 75px;
  min-width: 75px;
  border-radius: 50%;
  background: #164ecc;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-family: "source_serif_pro";
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 600px) {
  section.cert-process ol.cert-process-list li:before {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 42px;
    line-height: 48px;
    margin-right: 15px;
  }
}
section.cert-process ol.cert-process-list li:nth-child(3n):before {
  background: #f26722;
}
section.cert-process ol.cert-process-list li .process-point {
  padding-top: 10px;
}
@media (max-width: 600px) {
  section.cert-process ol.cert-process-list li .process-point {
    padding-top: 5px;
  }
}
section.cert-process ol.cert-process-list li h3, section.cert-process ol.cert-process-list li p {
  margin-bottom: 0;
}
section.cert-process ol.cert-process-list li img.step-info {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  cursor: pointer;
}
section.cert-process ol.cert-process-list li .step-more {
  padding: 0 5px;
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
section.cert-process ol.cert-process-list li .step-more.expand {
  max-height: 400px;
  padding: 5px;
}
section.cert-process-alt {
  padding: 40px 0;
}
@media (max-width: 1600px) {
  section.cert-process-alt {
    padding: 30px 0;
  }
}
@media (max-width: 1400px) {
  section.cert-process-alt {
    padding: 30px 0 0;
  }
}
section.cert-process-alt h2 {
  color: #f26722;
}
@media (max-width: 1600px) {
  section.cert-process-alt h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  section.cert-process-alt h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt h2 {
    line-height: 35px;
  }
}
@media (max-width: 1600px) {
  section.cert-process-alt h2 span.fancy {
    font-size: 40px;
    line-height: 30px;
  }
}
@media (max-width: 900px) {
  section.cert-process-alt h2 span.fancy {
    font-size: 32px;
    line-height: 28px;
  }
}
section.cert-process-alt .process-wrap {
  display: flex;
  align-items: stretch;
  padding: 30px;
}
@media (max-width: 900px) {
  section.cert-process-alt .process-wrap {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt .process-wrap {
    flex-direction: column;
  }
}
section.cert-process-alt .process-wrap .process-image {
  width: 100%;
  max-width: 298px;
  margin-right: 30px;
}
@media (max-width: 1600px) {
  section.cert-process-alt .process-wrap .process-image {
    max-width: 260px;
  }
}
@media (max-width: 1200px) {
  section.cert-process-alt .process-wrap .process-image {
    max-width: 230px;
  }
}
@media (max-width: 900px) {
  section.cert-process-alt .process-wrap .process-image {
    width: 30%;
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt .process-wrap .process-image {
    width: 100%;
    margin: 0 auto 20px;
  }
}
section.cert-process-alt .process-wrap .process-image img {
  border: none;
}
section.cert-process-alt .process-wrap .process-process {
  width: 100%;
}
@media (max-width: 900px) {
  section.cert-process-alt .process-wrap .process-process {
    width: 70%;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt .process-wrap .process-process {
    width: 100%;
  }
}
section.cert-process-alt ol.cert-process-list {
  list-style: none;
  counter-reset: dinosaurs;
  padding: 0;
  margin: 0;
  column-count: 2;
}
@media (max-width: 900px) {
  section.cert-process-alt ol.cert-process-list {
    column-count: 1;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt ol.cert-process-list {
    padding-left: 0;
  }
}
section.cert-process-alt ol.cert-process-list li {
  counter-increment: dinosaurs;
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  section.cert-process-alt ol.cert-process-list li {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
section.cert-process-alt ol.cert-process-list li:before {
  content: counter(dinosaurs);
  display: block;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #164ecc;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-family: "source_serif_pro";
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  section.cert-process-alt ol.cert-process-list li:before {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 34px;
    line-height: 34px;
    border-width: 3px;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt ol.cert-process-list li:before {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 24px;
    line-height: 28px;
    margin-right: 10px;
    border-width: 2px;
  }
}
section.cert-process-alt ol.cert-process-list li:nth-child(3n):before {
  background: #f26722;
}
section.cert-process-alt ol.cert-process-list li h3, section.cert-process-alt ol.cert-process-list li p {
  margin-bottom: 0;
}
section.cert-process-alt ol.cert-process-list li h3 {
  color: #f26722;
}
@media (max-width: 1600px) {
  section.cert-process-alt ol.cert-process-list li h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.cert-process-alt ol.cert-process-list li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  section.cert-process-alt ol.cert-process-list li p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  section.cert-process-alt ol.cert-process-list li p {
    font-size: 16px;
  }
}
section.cert-process-alt ol.cert-process-list li a {
  text-decoration: none;
}
section.process-block {
  padding: 70px 0;
}
@media (max-width: 600px) {
  section.process-block {
    padding: 40px 0;
  }
}
section.process-block .process-column-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  section.process-block .process-column-wrap {
    flex-direction: column;
  }
}
section.process-block .process-column-wrap .step-column {
  padding: 0 30px;
  width: 225px;
  min-width: 225px;
}
section.process-block .process-column-wrap .step-column .step-wrap .step {
  display: block;
  width: 140px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #164ecc;
  margin-bottom: 6px;
}
section.process-block .process-column-wrap .step-column .step-wrap .step-num {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
  background: #164ecc;
  border: 6px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  padding: 18px 0 0;
  font-family: "source_serif_pro";
  font-size: 92px;
  line-height: 92px;
  color: #ffffff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
section.process-block .process-column-wrap .step-column .step-wrap .step-num.orange {
  background: #f26722;
}
section.process-block .process-column-wrap .step-content {
  display: block;
  padding: 0;
}
section.process-block .process-column-wrap .step-content h2 {
  padding-left: 30px;
}
@media (max-width: 600px) {
  section.process-block .process-column-wrap .step-content h2 {
    padding-left: 15px;
  }
}
section.process-block .process-column-wrap .step-content .step-content-flex {
  display: flex;
  width: 100%;
}
@media (max-width: 1023px) {
  section.process-block .process-column-wrap .step-content .step-content-flex {
    flex-direction: column;
  }
}
section.process-block .process-column-wrap .step-content .step-content-flex .quick-column {
  padding: 0 30px;
  width: 42%;
}
@media (max-width: 1023px) {
  section.process-block .process-column-wrap .step-content .step-content-flex .quick-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  section.process-block .process-column-wrap .step-content .step-content-flex .quick-column {
    padding: 0 15px;
  }
}
section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap {
  width: 58%;
}
@media (max-width: 1023px) {
  section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap {
    width: 100%;
  }
}
section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap .process-description {
  padding: 30px 30px 10px;
  background: #dfe1e5;
}
@media (max-width: 600px) {
  section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap .process-description {
    padding: 20px 15px 10px;
  }
}
section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap .exam-package {
  padding: 30px 0 0 30px;
  max-width: 460px;
}
@media (max-width: 1023px) {
  section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap .exam-package {
    max-width: 100%;
    padding: 30px 30px 0;
  }
}
@media (max-width: 600px) {
  section.process-block .process-column-wrap .step-content .step-content-flex .process-description-wrap .exam-package {
    padding: 20px 15px 0;
  }
}
section.process-block .quick-package {
  background: #f7f7f7;
  border: 2px solid #454b59;
  margin-bottom: 20px;
}
section.process-block .quick-package h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  margin-bottom: 10px;
}
section.process-block .quick-package .quick-pack-action {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
section.process-block .quick-package .quick-pack-action .price-row {
  display: flex;
  align-items: center;
}
section.process-block .quick-package .quick-pack-action .price-row .price {
  font-family: "source_serif_pro";
  font-size: 40px;
  color: #cc3b0e;
  font-weight: bold;
}
@media (max-width: 600px) {
  section.process-block .quick-package .quick-pack-action .price-row .price {
    font-size: 30px;
  }
}
section.process-block .quick-package .quick-pack-action .price-row .price-strike {
  font-size: 28px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 10px;
}
@media (max-width: 600px) {
  section.process-block .quick-package .quick-pack-action .price-row .price-strike {
    font-size: 20px;
    margin-right: 5px;
  }
}
section.process-block .quick-package .quick-pack-action .btn {
  padding: 12px 20px;
}
@media (max-width: 600px) {
  section.process-block .quick-package .quick-pack-action .btn {
    padding: 10px;
  }
}
section.process-block .quick-package > a {
  display: block;
  text-align: center;
}
section.faq-block {
  padding: 70px 0;
}
section.faq-block.noTopPad {
  padding: 0 0 70px;
}
section.faq-block h2 {
  text-align: center;
}
section.faq-block .faq-description {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
section.faq-block .faq-description p, section.faq-block .faq-description a {
  font-size: 1.25em;
}
section.faq-block .faq-section-heading {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
  font-size: 32px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 20px;
}
section.faq-block .faq-section-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 56px solid #f26722;
  border-right: 30px solid transparent;
  border-bottom: none;
  border-left: none;
  z-index: -1;
}
section.faq-block .faq-wrap .accordion .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #9499a5;
  padding: 30px 0 20px;
}
section.faq-block .faq-wrap .accordion .accordion-header .faqIcon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: url(../images/accordion-icon.svg) no-repeat;
  background-position: center top;
  background-size: cover;
  margin-right: 15px;
}
section.faq-block .faq-wrap .accordion .accordion-header.active .faqIcon {
  background-position: center bottom;
}
section.faq-block .faq-wrap .accordion .accordion-header h3 {
  margin-bottom: 0;
}
section.faq-block .faq-wrap .accordion .accordion-content {
  display: none;
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 30px 30px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #9499a5;
}
@media (max-width: 600px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex {
    flex-direction: column;
    padding: 15px;
  }
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .accordion-text {
  width: 75%;
}
@media (max-width: 900px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .accordion-text {
    width: 83%;
  }
}
@media (max-width: 600px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .accordion-text {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon {
  display: block;
  margin-right: 40px;
}
@media (max-width: 900px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon {
    margin-right: 0;
  }
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #454b59;
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon a:hover {
  text-decoration: underline;
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon a img {
  width: 57px;
  height: auto;
  margin-bottom: 10px;
}
section.contact .column-wrap .column-box {
  padding: 50px 30px;
}
section.contact .contact-selector {
  margin-bottom: 30px;
}
section.contact .contact-selector .selector {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #164ecc;
  font-size: 20px;
  font-weight: 500;
  color: #164ecc;
  text-transform: uppercase;
  cursor: pointer;
}
section.contact .contact-selector .selector.active {
  background: #164ecc;
  color: #ffffff;
}
section.contact .contact-wrap .contact-section {
  display: block;
}
section.contact .contact-wrap .complaint-section {
  display: none;
}
section.contact .help-links {
  display: block;
  margin: 50px -30px;
  padding: 30px 30px 15px;
  background: #ffffff;
  border: 2px solid #9499a5;
}
section.contact .help-links ul li a {
  color: #454b59;
  text-decoration: none;
}
section.contact .help-links ul li a:hover {
  color: #477df8;
  text-decoration: underline;
}
section.partners-loop {
  padding: 20px 0 70px;
}
section.partners-loop .ap-loop-intro {
  margin-bottom: 50px;
}
section.partners-loop .partner-loop-wrap {
  border-top: 4px double #9499a5;
}
section.partners-loop .partner-loop-wrap .loop-partner {
  display: flex;
  padding: 30px 0;
  border-bottom: 4px double #9499a5;
}
section.partners-loop .partner-loop-wrap .loop-partner .loop-partner-img {
  display: block;
  width: 25%;
  padding-right: 30px;
}
section.partners-loop .partner-loop-wrap .loop-partner .loop-partner-img img {
  max-height: 200px;
}
section.partners-loop .partner-loop-wrap .loop-partner .loop-partner-content {
  display: block;
  width: 75%;
}
section.mission-vision-values {
  padding: 0;
}
section.mission-vision-values .mission-wrap {
  background: #f26722;
  margin-bottom: 10px;
}
section.mission-vision-values .mission-wrap .mission {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
section.mission-vision-values .mission-wrap .mission:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  display: block;
  width: 100%;
  height: 121%;
  max-width: 1018px;
  background: url(../images/mission.svg) center no-repeat;
  background-size: contain;
  opacity: 0.19;
}
section.mission-vision-values .mission-wrap .mission h2 {
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
section.mission-vision-values .vision-wrap {
  background: #9499a5;
  margin-bottom: 10px;
}
section.mission-vision-values .vision-wrap .vision {
  padding: 70px 0;
  position: relative;
}
section.mission-vision-values .vision-wrap .vision:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 217px;
  max-width: 790px;
  background: url(../images/vision.svg) 0 20px no-repeat;
  background-size: contain;
  opacity: 0.15;
}
section.mission-vision-values .vision-wrap .vision h2 {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%;
  max-width: 810px;
}
section.mission-vision-values .values-wrap {
  background: #0a1631;
  margin-bottom: 10px;
}
section.mission-vision-values .values-wrap .values {
  padding: 70px 0 70px 10%;
  position: relative;
}
section.mission-vision-values .values-wrap .values:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 282px;
  height: 100%;
  background: url(../images/values.svg) 0 -25px no-repeat;
  background-size: contain;
  opacity: 0.15;
}
section.mission-vision-values .values-wrap .values h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
section.mission-vision-values .values-wrap .values .value-statement {
  color: #ffffff;
  font-size: 20px;
  padding-left: 38px;
  margin-bottom: 42px;
}
section.test-sites {
  padding: 50px 0 0;
}
section.test-sites .test-sort-head {
  background: #f26722;
  padding: 20px 0;
}
section.test-sites .test-sort-head .test-sort-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  section.test-sites .test-sort-head .test-sort-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.test-sites .test-sort-head .test-sort-wrap h2 {
  margin-bottom: 0;
  margin-right: auto;
}
@media (max-width: 900px) {
  section.test-sites .test-sort-head .test-sort-wrap h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
section.test-sites .test-sort-head .test-sort-wrap .countryDrop, section.test-sites .test-sort-head .test-sort-wrap .regionDrop {
  position: relative;
  border-bottom: 2px solid #dfe1e5;
  min-width: 266px;
}
@media (max-width: 767px) {
  section.test-sites .test-sort-head .test-sort-wrap .countryDrop, section.test-sites .test-sort-head .test-sort-wrap .regionDrop {
    width: 100%;
  }
}
section.test-sites .test-sort-head .test-sort-wrap .countryDrop:after, section.test-sites .test-sort-head .test-sort-wrap .regionDrop:after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background: url(../images/down-arrow-white.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
section.test-sites .test-sort-head .test-sort-wrap .countryDrop {
  margin-right: 30px;
}
@media (max-width: 767px) {
  section.test-sites .test-sort-head .test-sort-wrap .countryDrop {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.test-sites .test-sort-head .test-sort-wrap select {
  -webkit-appearance: none;
  appearance: none;
  font-size: 24px;
  color: #ffffff;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-right: 28px;
}
section.test-sites .test-sort-head .test-sort-wrap select option {
  font-size: 16px;
  line-height: 24px;
  color: #454b59;
}
section.test-sites .testSiteDrawer {
  background: #164ecc;
  height: auto;
  padding-top: 50px;
  position: relative;
}
section.test-sites .testSiteDrawer.empty {
  background: #164ecc url(../images/world-map-bg.jpg) center no-repeat;
  background-size: cover;
  height: 652px;
}
@media (max-width: 900px) {
  section.test-sites .testSiteDrawer.empty {
    background: #164ecc url(../images/world-map-bg-us.jpg) center no-repeat;
    background-size: cover;
    height: 575px;
  }
}
@media (max-width: 600px) {
  section.test-sites .testSiteDrawer.empty {
    height: 350px;
  }
}
section.test-sites .testSiteDrawer .test-site-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.test-sites .testSiteDrawer .test-site-wrap .locationItem {
  display: block;
  width: 25%;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  section.test-sites .testSiteDrawer .test-site-wrap .locationItem {
    width: 33.333%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section.test-sites .testSiteDrawer .test-site-wrap .locationItem {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
section.test-sites .testSiteDrawer .test-site-wrap .locationItem h3 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}
section.test-sites .testSiteDrawer .test-site-wrap .locationItem p {
  color: #ffffff;
  margin-bottom: 0;
}
section.test-sites .testSiteDrawer #loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.2s;
}
section.test-sites .testSiteDrawer #loader .svg-load {
  width: 175px;
  height: 175px;
  margin: 30px auto;
}
section.test-sites .testSiteDrawer #loader .svg-load img {
  display: block;
  width: 175px;
  height: 175px;
  animation: load-rotate 3s linear infinite;
}
@keyframes load-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.test-sites .testSiteDrawer #loader.hidden {
  display: none;
  opacity: 0;
}
section.accred {
  padding: 50px 0;
}
section.accred#home-accred {
  padding: 0 0 80px;
}
section.accred .accred-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  section.accred .accred-wrap {
    flex-direction: column;
  }
}
section.accred .accred-wrap .logo-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.accred .accred-wrap .logo-wrap .accred-logo {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  section.accred .accred-wrap .logo-wrap .accred-logo {
    width: 50%;
  }
}
section.accred .accred-wrap .logo-wrap .accred-logo img {
  max-width: 200px;
  max-height: 110px;
}
@media (max-width: 900px) {
  section.accred .accred-wrap .logo-wrap .accred-logo img {
    max-width: 150px;
  }
}
section.accred#cert-accreditations {
  padding-top: 70px;
}
section.cta-block {
  padding: 30px 0;
  position: relative;
}
section.cta-block.medgrey .btn.secondary, section.cta-block.medblue .btn.secondary, section.cta-block.dkblue .btn.secondary, section.cta-block.orange .btn.secondary {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
section.cta-block.medgrey .btn.secondary:hover, section.cta-block.medblue .btn.secondary:hover, section.cta-block.dkblue .btn.secondary:hover, section.cta-block.orange .btn.secondary:hover {
  background: #164ecc;
}
section.cta-block .cta-content {
  text-align: center;
  position: relative;
}
section.cta-block .cta-content p {
  font-size: 21px;
  line-height: 30px;
}
section.related-block {
  padding: 30px 0;
}
section.trainer-search {
  padding: 70px 0 100px;
}
section form#placeSearch input[type=text] {
  width: 100%;
  margin-bottom: 30px;
}
section form#trainerVerifySearch input[type=text] {
  width: 49%;
  margin-bottom: 30px;
}
section.trainer-results-wrap {
  padding: 70px 0 100px;
}
section.trainer-results-wrap #list {
  width: 100%;
}
section.trainer-results-wrap #list .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
}
section.trainer-results-wrap #list .pages .page-nav {
  display: block;
  width: 30px;
  height: 24px;
}
section.trainer-results-wrap #list .pages .page-nav.back-stop {
  background: url(../images/back-stop.svg) center no-repeat;
  background-size: contain;
}
section.trainer-results-wrap #list .pages .page-nav.back {
  background: url(../images/back.svg) center no-repeat;
  background-size: contain;
}
section.trainer-results-wrap #list .pages .page-nav.ahead {
  background: url(../images/ahead.svg) center no-repeat;
  background-size: contain;
}
section.trainer-results-wrap #list .pages .page-nav.ahead-stop {
  background: url(../images/ahead-stop.svg) center no-repeat;
  background-size: contain;
}
section.trainer-results-wrap #list .pages .page-nav.disabled {
  opacity: 0.5;
}
section.trainer-results-wrap #list .pages .page-nav:hover {
  opacity: 0.6;
}
section.trainer-results-wrap #list #trainers {
  margin-bottom: 10px;
}
section.trainer-results-wrap #list #trainers .title {
  text-align: center;
  padding: 15px 0;
}
section.trainer-results-wrap #list #trainers .title h2 {
  text-align: center;
}
section.trainer-results-wrap #list #trainers .trainerTitle {
  display: flex;
  align-items: flex-end;
  background: #0a1631;
  color: #ffffff;
  font-weight: 500;
}
section.trainer-results-wrap #list #trainers .trainerRow {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
section.trainer-results-wrap #list #trainers .trainerRow.grey {
  background: #f7f7f7;
}
section.trainer-results-wrap #list #trainers .trainerRow.verify {
  max-width: 800px;
}
section.trainer-results-wrap #list #trainers .trainerName {
  width: 50%;
  padding: 15px;
  font-weight: 500;
}
section.trainer-results-wrap #list #trainers .trainerDistance {
  width: 15%;
  padding: 15px;
  text-align: center;
}
section.trainer-results-wrap #list #trainers .trainerProfile, section.trainer-results-wrap #list #trainers .vtrainerProfile {
  width: 35%;
  padding: 15px;
}
section.trainer-results-wrap #list #trainers .trainerProfile a, section.trainer-results-wrap #list #trainers .vtrainerProfile a {
  display: flex;
  align-items: center;
}
section.trainer-results-wrap #list #trainers .trainerProfile a:before, section.trainer-results-wrap #list #trainers .vtrainerProfile a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon-search-dark.svg) center no-repeat;
  background-size: contain;
  margin-right: 7px;
}
section.trainer-results-wrap #list #trainers .vtrainerName {
  width: 21%;
  min-width: 130px;
  padding: 15px 5px 15px 15px;
}
section.trainer-results-wrap #list #trainers .expiration {
  width: 18%;
  min-width: 110px;
  padding: 15px 5px;
}
section.trainer-results-wrap #list #trainers .location {
  width: 31%;
  min-width: 195px;
  padding: 15px 5px;
}
section.trainer-results-wrap #list #trainers .country {
  width: 19%;
  min-width: 120px;
  padding: 15px 5px;
}
section.trainer-results-wrap #list #trainers .vtrainerProfile {
  width: 11%;
  min-width: 70px;
  padding: 15px 15px 15px 5px;
}
section.trainer-results-wrap #list #trainers button {
  display: block;
  margin: 20px auto 0;
}
section.trainer-results-wrap #profile {
  display: flex;
  align-items: flex-start;
}
section.trainer-results-wrap #profile #photo {
  min-width: 180px;
  padding-right: 30px;
}
section.trainer-results-wrap #profile .profile-stats .profile-name {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #0a1631;
  margin-bottom: 20px;
}
section.trainer-results-wrap #profile .profile-stats .profile-url {
  margin-bottom: 20px;
}
section.trainer-results-wrap #profile .profile-stats .credentials {
  border-top: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
  padding: 10px;
  margin-bottom: 20px;
}
section.trainer-results-wrap #profile .profile-stats .credentials .profile-certified {
  font-weight: 500;
}
section.trainer-results-wrap #profile .profile-stats .credentials .profile-certified #certified {
  font-weight: normal;
}
section.trainer-results-wrap #profile .profile-stats .credentials .profile-specialty {
  font-weight: 500;
}
section.trainer-results-wrap #profile .profile-stats .credentials .profile-specialty #education {
  font-weight: normal;
}
section.trainer-results-wrap #profile .profile-stats .profile-about {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
section#noTopPad {
  padding-top: 0;
}

/********** Comp Charts **********/
.comp-block {
  padding: 50px 0;
}
.comp-block h2.section-title {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #f26722;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .comp-block h2.section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .comp-block h2.section-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.comp-block .extra p {
  font-size: 0.875em;
  line-height: 1.5;
}

.comp-sub {
  font-weight: 500;
  text-align: center;
  margin-top: -40px;
  color: #477df8;
  font-size: 13px;
}

.comp-wrap {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .comp-wrap {
    display: none;
  }
}
.comp-wrap .comp-legend {
  width: 26%;
  min-width: 210px;
}
.comp-wrap .comp-legend .comp-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  height: 75px;
  padding: 10px;
  font-weight: 500;
  color: #0a1631;
  background: #ced9f0;
  border-bottom: 1px solid #9499a5;
}
.comp-wrap .comp-legend .comp-head.first {
  height: 200px;
}
.comp-wrap .comp-legend .cec-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 75px;
  padding: 10px;
  font-weight: 500;
  color: #0a1631;
  background: #ced9f0;
  border-bottom: 1px solid #9499a5;
}
.comp-wrap .comp-legend .cec-head.first {
  height: 200px;
}
.comp-wrap .comp-legend .cec-head.frequency {
  height: 90px;
}
.comp-wrap .comp-legend .cec-head.awards {
  height: 200px;
}
.comp-wrap .comp-legend .cec-head.average {
  height: 150px;
}
.comp-wrap .comp-legend .cec-head.annual {
  height: 110px;
}
.comp-wrap .comp-legend .cec-head span {
  display: block;
  text-align: center;
  font-size: 0.85em;
  font-weight: normal;
}

.comp-slider {
  width: 100%;
  padding-right: 30px;
}
.comp-slider .swiper-slide.cert-comp:nth-child(odd) {
  background: #f7f7f7;
}
.comp-slider .swiper-slide.cert-comp .comp-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  padding: 10px;
  border-bottom: 1px solid #9499a5;
  box-sizing: border-box;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.company {
  height: 200px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.company .comp-logo {
  display: flex;
  width: 175px;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.company span {
  display: block;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.finance img {
  width: 42px;
  height: 42px;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.cec-freq {
  height: 90px;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.cec-awards {
  height: 200px;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.cec-average {
  height: 150px;
}
.comp-slider .swiper-slide.cert-comp .comp-cell.cec-annual {
  height: 110px;
}

.comparison-wrap {
  display: flex;
  margin-bottom: 30px;
}
.comparison-wrap .comp-text {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #0a1631;
}
@media (max-width: 600px) {
  .comparison-wrap .comp-text {
    font-size: 16px;
  }
}
.comparison-wrap .comp-legend {
  width: 200px;
  min-width: 20%;
  background: #ced9f0;
  padding: 15px 0 20px;
  border: none;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .comparison-wrap .comp-legend {
    min-width: 25%;
  }
}
@media (max-width: 900px) {
  .comparison-wrap .comp-legend {
    min-width: 33%;
  }
}
@media (max-width: 600px) {
  .comparison-wrap .comp-legend {
    min-width: 50%;
  }
}
.comparison-wrap .comp-legend .comp-logo {
  display: block;
  text-align: center;
  height: 120px;
  margin-bottom: 20px;
}
.comparison-wrap .comp-legend .comp-logo img {
  height: 120px;
}
.comparison-wrap .comp-legend .comp-testout {
  text-align: center;
  padding: 10px 10px 0;
  border-top: 1px solid #beceea;
  margin-bottom: 20px;
}
.comparison-wrap .comp-legend .comp-packages {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border-top: 1px solid #beceea;
}
.comparison-wrap .comp-legend .comp-packages h5 span {
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  color: #164ecc;
}
.comparison-wrap .comp-legend .comp-deadline {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border-top: 1px solid #beceea;
}
.comparison-wrap .comp-legend .comp-military {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border-top: 1px solid #beceea;
}
.comparison-wrap .comp-legend .comp-military .comp-mil {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
.comparison-wrap .comp-legend .comp-military .comp-mil img {
  height: 65px;
  width: auto;
  padding: 0 8px;
}
.comparison-wrap .comp-legend .comp-ncca {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border-top: 1px solid #beceea;
}
.comparison-wrap .comp-legend .comp-ncca .ncca-img {
  height: 75px;
}
.comparison-wrap .comp-legend .comp-ncca .ncca-img img {
  height: 75px;
  width: auto;
}
.comparison-wrap .comp-legend .comp-cell {
  text-align: center;
  padding: 10px 10px 0;
  border-top: 1px solid #beceea;
  margin-bottom: 20px;
}
.comparison-wrap .comp-legend .comp-cell .comp-text > span {
  display: block;
  font-size: 0.75em;
  font-style: italic;
}
.comparison-wrap .comp-legend .comp-cell .comp-text p {
  font-size: 0.75em;
  line-height: 20px;
  margin-bottom: 5px;
}
.comparison-wrap .comp-legend .comp-cell .comp-text p strong {
  font-weight: normal;
  font-size: 18px;
}
.comparison-wrap .comp-legend .comp-cell.cec-cost {
  height: 135px;
}
.comparison-wrap .comp-legend .comp-cell.yearly {
  height: 85px;
}
.comparison-wrap .comp-legend .comp-enroll {
  text-align: center;
}
@media (max-width: 600px) {
  .comparison-wrap .comp-legend .comp-enroll .btn {
    padding: 13px;
  }
}

.comparison-slider {
  width: 100%;
}
.comparison-slider .swiper-slide.cert-comp {
  padding: 15px 0;
  box-sizing: border-box;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts {
  border: 1px solid #dfe1e5;
  border-left: none;
  padding: 20px 0;
  background: #f7f7f7;
  height: 100%;
  box-sizing: border-box;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-logo img {
  max-width: 100%;
  max-height: 85px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-testout {
  text-align: center;
  padding: 42px 10px 0;
  border-top: 1px solid #dfe1e5;
  margin-bottom: 20px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-packages {
  text-align: center;
  padding: 64px 10px 0;
  border-top: 1px solid #dfe1e5;
  margin-bottom: 20px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-packages h5 span {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: #164ecc;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-deadline {
  text-align: center;
  padding: 42px 10px 0;
  border-top: 1px solid #dfe1e5;
  margin-bottom: 20px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-military {
  text-align: center;
  padding: 42px 10px 0;
  border-top: 1px solid #dfe1e5;
  margin-bottom: 20px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-military .comp-mil {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-military .comp-mil img {
  height: 65px;
  width: auto;
  margin-right: 15px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-military .comp-mil img:last-of-type {
  margin-right: 0;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-ncca {
  text-align: center;
  padding: 42px 10px 0;
  border-top: 1px solid #dfe1e5;
  margin-bottom: 20px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-ncca .ncca-img {
  height: 75px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-ncca .ncca-img img {
  height: 75px;
  width: auto;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell {
  text-align: center;
  padding: 42px 10px 0;
  border-top: 1px solid #dfe1e5;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell .comp-text > span {
  display: block;
  font-size: 0.75em;
  font-style: italic;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell .comp-text p {
  font-size: 0.75em;
  line-height: 20px;
  margin-bottom: 5px;
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell .comp-text p strong {
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 600px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell .comp-text p strong {
    font-size: 16px;
  }
}
.comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.cec-cost {
  height: 135px;
}
@media (max-width: 1262px) and (min-width: 901px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.grace {
    padding-top: 64px;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.grace {
    padding-top: 64px;
  }
}
@media (max-width: 426px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.grace {
    padding-top: 64px;
  }
}
@media (max-width: 1173px) and (min-width: 1024px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.yearly {
    padding-top: 64px;
  }
}
@media (max-width: 950px) and (min-width: 901px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.yearly {
    padding-top: 64px;
  }
}
@media (max-width: 714px) and (min-width: 601px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.yearly {
    padding-top: 64px;
  }
}
@media (max-width: 396px) {
  .comparison-slider .swiper-slide.cert-comp .comp-guts .comp-cell.yearly {
    padding-top: 64px;
  }
}
.comparison-slider .swiper-button-next, .comparison-slider .swiper-button-prev {
  width: 16px;
  height: 30px;
}
.comparison-slider .swiper-button-next:after, .comparison-slider .swiper-button-prev:after {
  font-size: 30px;
}
.comparison-slider .swiper-button-next {
  right: 5px;
}
.comparison-slider .swiper-button-prev {
  left: 5px;
}

.comp-wrap-mobile {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .comp-wrap-mobile {
    display: block;
  }
}
@keyframes scrollSlide {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
  75% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
.comp-wrap-mobile .table-instruct {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: #477df8;
  animation: scrollSlide 5s ease-in-out 0s infinite normal forwards;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll {
  width: 100%;
  overflow-x: auto;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap {
  display: flex;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #454b59;
  padding: 10px;
  font-size: 14px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.company, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.company {
  padding: 15px 10px;
  width: 150px;
  min-width: 150px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.cert-cost, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.cert-cost {
  width: 150px;
  min-width: 150px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.annual-cost, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.annual-cost {
  width: 140px;
  min-width: 140px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.discount, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.discount {
  width: 150px;
  min-width: 150px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.finance, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.finance {
  width: 100px;
  min-width: 100px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.finance img, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.finance img {
  width: 25px;
  height: 25px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.frequency, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.frequency {
  width: 140px;
  min-width: 140px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.renw-cost, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.renw-cost {
  width: 140px;
  min-width: 140px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head.cec-cost, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell.cec-cost {
  width: 200px;
  min-width: 200px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-head {
  height: 80px;
  background: #ced9f0;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .comp-cell {
  height: auto;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #454b59;
  padding: 10px;
  font-size: 14px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-company, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-company {
  padding: 15px 10px;
  width: 150px;
  min-width: 150px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-freq, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-freq {
  width: 200px;
  min-width: 200px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-req, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-req {
  width: 140px;
  min-width: 140px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-renew, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-renew {
  width: 160px;
  min-width: 160px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-cost, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-cost {
  width: 170px;
  min-width: 170px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-petition, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-petition {
  width: 190px;
  min-width: 190px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-awards, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-awards {
  width: 200px;
  min-width: 200px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-average, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-average {
  width: 200px;
  min-width: 200px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head.cec-annual, .comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell.cec-annual {
  width: 200px;
  min-width: 200px;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-head {
  background: #ced9f0;
}
.comp-wrap-mobile .table-wrap .comp-table-scroll .comp-table-container .comp-cell-wrap .cec-cell {
  height: auto;
}

/********** Video Modal **********/
.video-thumb {
  position: relative;
}
.video-thumb .play-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 132px;
  height: 132px;
  opacity: 0.5;
  transition: all 0.2s;
}
.video-thumb:hover .play-button {
  opacity: 1;
}

.modal-dialog {
  width: 1200px;
  max-width: 90%;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.lightestgrey {
  background: #f7f7f7 !important;
}

.ltgrey {
  background: #dfe1e5 !important;
}

.medgrey {
  background: #9499a5 !important;
}

.ltblue {
  background: #ced9f0 !important;
}

.medblue {
  background: #477df8 !important;
}

.blue {
  background: #164ecc !important;
}

.dkblue {
  background: #0a1631 !important;
}

.ltorange {
  background: #f2c483 !important;
}

.medorange {
  background: #f28322 !important;
}

.medorange2 {
  background: #ffa200 !important;
}

.orange {
  background: #f26722 !important;
}

.medgrey h1, .medgrey h2, .medgrey h3, .medgrey p, .medgrey a {
  color: #ffffff;
}

.medblue h1, .medblue h2, .medblue h3, .medblue p, .medblue a {
  color: #ffffff;
}

.dkblue h1, .dkblue h2, .dkblue h3, .dkblue p {
  color: #ffffff;
}

.orange h1, .orange h2, .orange h3, .orange p, .orange a {
  color: #ffffff;
}

.medblue a, .dkblue a, .orange a {
  color: #f7f7f7;
}

@media (min-width: 900px) {
  .exam-cats {
    padding-top: 62px;
  }
}
.exam-cats.compact {
  padding-top: 0;
}

p.exam {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #ffffff;
}

.exam-cats.compact p.exam {
  min-height: 0;
  padding: 10px 15px;
  line-height: 18px;
}

.mt30 {
  margin-top: 30px;
}

footer.site-footer {
  background: #0a1631;
  color: #ffffff;
  margin: 0;
  padding: 70px 0 60px;
}
@media (max-width: 600px) {
  footer.site-footer {
    padding: 30px 0 30px;
  }
}
footer.site-footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  footer.site-footer .footer-top {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
footer.site-footer .footer-top .footer-menu {
  display: block;
  width: 18%;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  footer.site-footer .footer-top .footer-menu {
    width: 33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  footer.site-footer .footer-top .footer-menu {
    width: 50%;
  }
}
footer.site-footer .footer-top .footer-menu h3.footer-menu-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer.site-footer .footer-top .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer .footer-top .footer-menu ul li {
  margin-bottom: 0;
  padding: 0;
}
footer.site-footer .footer-top .footer-menu ul li:before {
  display: none;
}
footer.site-footer .footer-top .footer-menu ul li a {
  color: #ced9f0;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}
footer.site-footer .footer-top .footer-menu ul li a:hover {
  color: #ffffff;
}
footer.site-footer .footer-logos {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 50px;
}
footer.site-footer .footer-logos.center {
  justify-content: center;
}
@media (max-width: 900px) {
  footer.site-footer .footer-logos {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  footer.site-footer .footer-logos {
    margin-bottom: 30px;
  }
}
footer.site-footer .footer-logos .footer-logo {
  width: 310px;
  margin-right: 30px;
}
@media (max-width: 900px) {
  footer.site-footer .footer-logos .footer-logo {
    margin: 0 0 20px;
  }
}
footer.site-footer .footer-logos .footer-social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
}
footer.site-footer .footer-logos .footer-social a.Facebook {
  background: url(../images/social-facebook-white.svg) center no-repeat;
}
footer.site-footer .footer-logos .footer-social a.Instagram {
  background: url(../images/social-instagram-white.svg) center no-repeat;
}
footer.site-footer .footer-logos .footer-social a.LinkedIn {
  background: url(../images/social-linkedin-white.svg) center no-repeat;
}
footer.site-footer .footer-logos .footer-social a.Twitter {
  background: url(../images/social-twitter-white.svg) center no-repeat;
}
footer.site-footer .footer-logos .footer-social a.YouTube {
  background: url(../images/social-youtube-white.svg) center no-repeat;
}
footer.site-footer .footer-logos .footer-social a.Pinterest {
  background: url(../images/social-pinterest-white.svg) center no-repeat;
}
footer.site-footer .footer-logos .footer-social a:hover {
  opacity: 0.6;
}
@media (max-width: 900px) {
  footer.site-footer .footer-logos .footer-social {
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-logos .footer-creds {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  footer.site-footer .footer-logos .footer-creds {
    margin-left: 0;
  }
}
footer.site-footer .footer-logos .footer-creds .acc-logo {
  display: block;
  width: auto;
  height: 80px;
  margin-left: 30px;
}
footer.site-footer .footer-logos .footer-creds .acc-logo img {
  max-height: 100%;
  width: auto;
}
footer.site-footer .footer-logos .footer-creds .bbb-logo {
  margin-left: 20px;
}
footer.site-footer .footer-copyright {
  color: #ffffff;
  font-size: 13px;
}
footer.site-footer .footer-copyright.center {
  text-align: center;
}
@media (max-width: 900px) {
  footer.site-footer .footer-copyright {
    text-align: center;
  }
}
footer.site-footer .footer-copyright .legal-link a {
  color: #ced9f0;
  text-decoration: none;
  padding-left: 13px;
  border-left: 1px solid #ffffff;
  margin-left: 11px;
}
footer.site-footer .footer-copyright .legal-link a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.main-navigation .navprimary {
  display: flex;
}
.main-navigation #menu-main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation #menu-main-menu > li {
  padding: 0;
  margin-left: 30px;
  transition: all 0.2s;
  position: unset;
}
.main-navigation #menu-main-menu > li:before {
  content: none;
}
.main-navigation #menu-main-menu > li:after {
  content: "";
  display: block;
  bottom: -20px;
  width: 36px;
  height: 20px;
  margin: auto;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #f7f7f7;
  border-left: 18px solid transparent;
  opacity: 0;
  transition: all 0.2s;
}
.main-navigation #menu-main-menu > li:hover:after, .main-navigation #menu-main-menu > li.current_page_item:after, .main-navigation #menu-main-menu > li.current-menu-item:after, .main-navigation #menu-main-menu > li.current_page_ancestor:after, .main-navigation #menu-main-menu > li.current-menu-ancestor:after {
  opacity: 1;
}
.main-navigation #menu-main-menu > li:hover > a, .main-navigation #menu-main-menu > li.focus > a {
  -webkit-text-shadow: 2px 2px 4px #9499A5;
  text-shadow: 2px 2px 4px #9499A5;
}
.main-navigation #menu-main-menu > li a {
  display: block;
  text-decoration: none;
  font-family: "gotham";
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #0a1631;
  margin: 20px 0 0;
}
.main-navigation #menu-main-menu > li.nav-orange {
  margin-left: 24px;
}
.main-navigation #menu-main-menu > li.nav-orange a {
  padding: 5px 12px;
  background: #f26722;
  color: #ffffff;
  margin: 15px 0 -5px;
}
.main-navigation #menu-main-menu > li.nav-orange:hover > a, .main-navigation #menu-main-menu > li.nav-orange.focus > a {
  background: #0a1631;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.menu-search-icon {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.menu-search-icon .search-icon {
  display: block;
  width: 24px;
  height: 27px;
  cursor: pointer;
}

.search-box {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #f7f7f7;
  border-bottom: 3px solid #f26722;
  padding: 20px 0 10px;
  position: absolute;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  z-index: 90;
}
@media (min-width: 600px) and (max-width: 900px) {
  .search-box {
    padding: 30px 0 10px;
  }
}
.search-box .search-box-wrap {
  display: block;
  padding-left: 350px;
}
@media (max-width: 900px) {
  .search-box .search-box-wrap {
    padding-left: 0;
  }
}
.search-box .search-box-wrap #searchform {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.search-box .search-box-wrap #searchform input[type=text] {
  width: 100%;
  background: #ffffff;
  padding: 11px 12px;
  border-top: none;
  border-left: none;
}
.search-box.active {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu .megadropdown .megadrop {
  position: absolute;
  left: calc(50% - 50vw);
  top: 67px;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  background: #f7f7f7;
  border-bottom: 3px solid #f26722;
  padding: 60px 0 30px;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  z-index: 90;
}
#menu-main-menu .megadropdown .megadrop a {
  margin: 0;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns {
  display: flex;
  justify-content: space-between;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-column.five {
  min-width: 19%;
  max-width: 19%;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-column.four {
  min-width: 23%;
  max-width: 23%;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-column.three {
  min-width: 32%;
  max-width: 32%;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-column.wide {
  min-width: 79.5%;
  max-width: 79.5%;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-column.three-wide {
  display: block;
  min-width: 75%;
  max-width: 75%;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-column.three-wide .megamenu-columns:first-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #9499a5;
  margin-bottom: 20px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-menu-title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe1e5;
  margin-bottom: 10px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .mega-section-title {
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns ul.mega-col-menu {
  display: block;
  margin: 0;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns ul.mega-col-menu li {
  margin-left: 15px;
  padding: 0;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns ul.mega-col-menu li:before {
  content: none;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns a {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  font-weight: normal;
  color: #454b59;
  margin: 0;
  transition: all 0.2s;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns a:hover {
  color: #477df8;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns a .parent {
  text-decoration: underline;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns a .sub-link {
  padding-left: 15px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .ed-wide-col {
  width: 100%;
  padding: 15px;
  background: #dfe1e5;
  margin-top: 20px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .ed-wide-col .mega-wide-title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .ed-wide-col a.mega-wide-link {
  display: inline;
  margin-right: 110px;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .ed-wide-col a.mega-wide-link:last-of-type {
  margin-right: 0;
}
#menu-main-menu .megadropdown .megadrop .megamenu-columns .video-thumb .play-button {
  width: 90px;
  height: 90px;
}
#menu-main-menu .megadropdown:hover .megadrop {
  visibility: visible;
  opacity: 1;
  z-index: 91;
}

.mgd-certification .megadrop .mega-column:last-of-type > a {
  background: #dfe1e5;
  color: #ffffff;
  padding: 10px;
  position: relative;
}
.mgd-certification .megadrop .mega-column:last-of-type > a:after {
  content: "See the Latest Spotlight >>";
  display: block;
  text-align: center;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  border: none;
  background: none;
  padding: 0;
  width: 30px;
  background: url(../images/hamberder.svg) center no-repeat;
  background-size: contain;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .menu-toggle {
    margin-left: 23px;
  }
}
.menu-toggle:hover, .menu-toggle:active {
  background: url(../images/hamberder-white.svg) center no-repeat;
}

#inpageNav {
  display: block;
  z-index: 50;
  background: #477df8;
  padding: 10px 0;
}
#inpageNav.stuck {
  position: fixed;
  top: 67px;
}
@media (max-width: 1200px) {
  #inpageNav.stuck {
    top: 63px;
  }
}
@media (max-width: 900px) {
  #inpageNav {
    display: none;
  }
}
#inpageNav .inpageNavbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#inpageNav .inpageNavbar a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 25px;
}
#inpageNav .inpageNavbar a:hover, #inpageNav .inpageNavbar a:active {
  text-decoration: underline;
}

/* Mobile Menu */
.mobile-slide {
  position: fixed;
  top: 0;
  left: -110%;
  width: 100%;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  transition: all 0.7s ease-out;
}
.mobile-slide.active {
  left: 0;
}
.mobile-slide .scrollTarget {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-slide .slide-header {
  padding: 30px 13px 10px;
  display: flex;
  justify-content: space-between;
}
.mobile-slide .slide-header .mobile-logo-wrap {
  width: 200px;
  height: auto;
}
.mobile-slide .slide-header .slide-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/close-x.svg) center no-repeat;
  background-size: contain;
}
.mobile-slide ul#menu-mobile-menu {
  margin: 0;
}
.mobile-slide ul#menu-mobile-menu li {
  padding: 0;
  margin: 0;
}
.mobile-slide ul#menu-mobile-menu li:before {
  content: none;
}
.mobile-slide ul#menu-mobile-menu li.mobileMain {
  border-bottom: 3px solid #ffffff;
}
.mobile-slide ul#menu-mobile-menu li.mobileMain > a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #0a1631;
  font-size: 24px;
  background: #dfe1e5;
  position: relative;
}
.mobile-slide .mobile-sub-expander {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 2px solid #164ecc;
  background: #ffffff url(../images/down-arrow-blue.svg) center no-repeat;
  background-size: 24px auto;
  transition: all 0.4s;
}
.mobile-slide .mobile-sub-expander.flipped {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-slide .mobile-sub-sub-expander {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: #9499a5 url(../images/down-arrow-white.svg) center no-repeat;
  background-size: 24px auto;
  transition: all 0.4s;
}
.mobile-slide .mobile-sub-sub-expander.flipped {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-slide .mobiledrop {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s;
  background-color: #ced9f0;
}
.mobile-slide .mobiledrop.open {
  max-height: 1200px;
  border-top: 1px solid #ffffff;
}
.mobile-slide .mobiledrop .title-wrap {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #454b59;
  text-transform: uppercase;
  position: relative;
}
.mobile-slide .mobiledrop .title-wrap .mobile-section-title {
  font-size: 18px;
}
.mobile-slide .mobiledrop .mobile-sub-menu {
  /* overflow:hidden; */
  /* max-height:0; */
  background: #f7f7f7;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  transition: all 0.4s;
}
.mobile-slide .mobiledrop .mobile-sub-menu.open {
  max-height: 600px;
}
.mobile-slide .mobiledrop .mobile-sub-menu a {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  text-decoration: none;
}
.mobile-slide .mobiledrop .mobile-sub-menu a:hover {
  color: #0a1631;
}
.mobile-slide .slide-footer {
  width: 100%;
  padding: 30px;
}
.mobile-slide .slide-footer .slide-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-slide .slide-footer .slide-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
}
.mobile-slide .slide-footer .slide-social a.Facebook {
  background: url(../images/social-facebook-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.Instagram {
  background: url(../images/social-instagram-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.LinkedIn {
  background: url(../images/social-linkedin-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.Twitter {
  background: url(../images/social-twitter-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.YouTube {
  background: url(../images/social-youtube-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.Pinterest {
  background: url(../images/social-pinterest-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .main-navigation #menu-main-menu > li, .site-header-cart, .menu-search-icon {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-toggle, .mobile-slide {
    display: block;
  }
  .main-navigation .navmenu {
    display: none;
  }
  .site-header-cart, .menu-search-icon {
    margin-left: 30px;
  }
  .site-header-cart > li:first-of-type > a {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-header-cart, .menu-search-icon {
    margin-left: 23px;
  }
}
.breadcrumb-div {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 32px;
  z-index: 89;
}
.breadcrumb-div #breadcrumbs {
  display: inline-block;
  float: right;
  padding: 0 20px;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0;
}
.breadcrumb-div #breadcrumbs a {
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-div #breadcrumbs a:hover {
  text-decoration: underline;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pagination .nav-links .page-numbers {
  display: block;
  padding: 5px 10px;
  min-width: 42px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #164ecc;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 9px;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers.current {
  background: #164ecc;
  color: #ffffff;
}

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

.post,
.page {
  margin: 0;
  overflow-x: hidden;
}

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

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

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

/********** Blog Loop **********/
.mobile-blog-search {
  display: none;
  padding: 20px 0;
  margin: 0;
  background: #dfe1e5;
}
@media (max-width: 900px) {
  .mobile-blog-search {
    display: block;
  }
}
@media (max-width: 600px) {
  .mobile-blog-search {
    padding: 15px 0;
  }
}

.blog-page {
  display: flex;
  align-items: stretch;
  padding: 0;
}
@media (max-width: 900px) {
  .blog-page {
    flex-direction: column;
  }
}
.blog-page .loop-wrap {
  width: 67%;
  padding: 70px 30px 100px;
}
@media (max-width: 900px) {
  .blog-page .loop-wrap {
    width: 100%;
    padding: 70px 20px 100px;
  }
}
@media (max-width: 600px) {
  .blog-page .loop-wrap {
    padding: 50px 15px;
  }
}
.blog-page .loop-wrap article {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.blog-page .loop-wrap article .blog-loop-thumb {
  width: 33%;
  max-width: 290px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .blog-page .loop-wrap article .blog-loop-thumb {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .blog-page .loop-wrap article .blog-loop-thumb {
    width: 29%;
    padding-right: 10px;
  }
}
.blog-page .loop-wrap article .blog-loop-info {
  width: 67%;
}
@media (max-width: 600px) {
  .blog-page .loop-wrap article .blog-loop-info {
    width: 71%;
  }
}
.blog-page .loop-wrap article .blog-loop-info h2.loop-title {
  font-family: "gotham";
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .blog-page .loop-wrap article .blog-loop-info h2.loop-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.blog-page .loop-wrap article .blog-loop-info .loop-meta, .blog-page .loop-wrap article .blog-loop-info .loop-meta a {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  color: #9499a5;
  text-decoration: none;
  margin-bottom: 20px;
}
.blog-page .loop-wrap article .blog-loop-info .loop-meta a:hover {
  text-decoration: underline;
}
.blog-page .blog-sidebar {
  width: 33%;
  padding: 70px 30px 100px;
  background: #dfe1e5;
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 900px) {
  .blog-page .blog-sidebar {
    width: 100%;
    padding: 70px 20px 100px;
  }
}
@media (max-width: 900px) {
  .blog-page .blog-sidebar {
    padding: 50px 15px 70px;
  }
}
.blog-page .blog-sidebar h3 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #454b59;
}
.blog-page .blog-sidebar ul {
  margin-bottom: 30px;
}
.blog-page .blog-sidebar ul li {
  padding: 0;
  margin-bottom: 8px;
}
.blog-page .blog-sidebar ul li:before {
  content: none;
}
.blog-page .blog-sidebar ul li a {
  color: #454b59;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.blog-page .blog-sidebar ul li a:hover {
  text-decoration: underline;
}

/********** Blog Single **********/
@media (max-width: 900px) {
  .single-blog-wrap .blog-page {
    flex-direction: column;
  }
  .single-blog-wrap .blog-page .blog-sidebar {
    width: 100%;
  }
}
.single-wrap {
  width: 67%;
}
@media (max-width: 900px) {
  .single-wrap {
    width: 100%;
  }
}
.single-wrap .go-back {
  background: #0a1631;
  padding: 3px 10px;
  text-align: right;
}
@media (max-width: 450px) {
  .single-wrap .go-back {
    padding: 10px 10px 3px;
  }
}
.single-wrap .go-back a {
  color: #ffffff;
  text-decoration: none;
}
.single-wrap .go-back a:hover {
  color: #dfe1e5;
}
.single-wrap .single-content {
  padding: 40px 50px 100px 30px;
}
@media (max-width: 900px) {
  .single-wrap .single-content {
    padding: 70px 30px 100px;
  }
}
@media (max-width: 600px) {
  .single-wrap .single-content {
    padding: 50px 15px 70px;
  }
}
.single-wrap .single-header {
  border-bottom: 1px solid #9499a5;
  margin-bottom: 25px;
}
.single-wrap .single-header h1 {
  margin-bottom: 10px;
}
.single-wrap .single-header .single-meta, .single-wrap .single-header .single-meta a {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  color: #9499a5;
  margin-bottom: 20px;
}
.single-wrap .single-header .meta-breadcrumbs p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.single-wrap .single-content .single-thumb {
  width: 290px;
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 600px) {
  .single-wrap .single-content .single-thumb {
    float: none;
    margin: 0 auto 20px;
  }
}
.single-wrap .entry-footer {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 30px;
}
.single-wrap .entry-footer .cat-links, .single-wrap .entry-footer .tags-links {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #9499a5;
}
.single-wrap .entry-footer .cat-links a, .single-wrap .entry-footer .tags-links a {
  font-style: italic;
}
.single-wrap .sharing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #9499a5;
  border-bottom: 1px solid #9499a5;
  padding: 10px 0;
  margin-bottom: 30px;
}
.single-wrap .sharing span {
  font-weight: 500;
}
.single-wrap .sharing .addtoany_shortcode {
  height: 32px;
}
.single-wrap .author-box {
  display: block;
  padding: 25px 20px;
  border: 1px solid #454b59;
  background: #dfe1e5;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .single-wrap .author-box {
    padding: 20px 15px;
  }
}
.single-wrap .author-box h3 {
  font-size: 22px;
  line-height: 28px;
}
.single-wrap .author-box .author-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .single-wrap .author-box .author-wrap {
    display: block;
  }
}
.single-wrap .author-box .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.single-wrap .author-box .author-wrap .author-thumb {
  min-width: 127px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .single-wrap .author-box .author-wrap .author-thumb {
    float: left;
    width: 100px;
    margin-right: 10px;
  }
}
.single-wrap .author-box .author-wrap .author-bio {
  font-size: 14px;
  line-height: 24px;
}
.single-wrap .blog-sidebar {
  margin-top: 100px;
}

.dc-author {
  padding: 0;
  margin-bottom: 30px;
}
.dc-author .dc-author-wrap {
  display: flex;
  align-items: center;
  background: #f7f7f7;
}
.dc-author .dc-author-wrap .author-thumb {
  width: 100px;
  height: 100px;
  padding: 0;
  margin-right: 10px;
}
.dc-author .dc-author-wrap .dc-author-info .dc-author-title {
  display: block;
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.dc-author .dc-author-wrap .dc-author-info p {
  line-height: 16px;
  margin-bottom: 10px;
}
.dc-author .dc-author-wrap .dc-author-info p a {
  color: #454b59;
}
.dc-author .dc-author-wrap .dc-author-info p span {
  font-size: 14px;
}
.dc-author .dc-author-wrap .dc-author-info .entry-meta {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #9499a5;
}

.related-wrap .related-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-wrap .related-loop .related-post {
  display: flex;
  width: 48%;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .related-wrap .related-loop .related-post {
    width: 100%;
  }
}
.related-wrap .related-loop .related-post .relatedthumb {
  min-width: 120px;
  max-width: 120px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .related-wrap .related-loop .related-post .relatedthumb {
    min-width: 100px;
    max-width: 100px;
    margin-right: 10px;
  }
}
.related-wrap .related-loop .related-post .relatedcontent h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

/********** Author Page **********/
.author-page-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.author-page-info .author-page-thumb {
  min-width: 127px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .author-page-info .author-page-thumb {
    min-width: 100px;
    margin-right: 10px;
  }
}
.author-page-info .author-page-bio {
  width: 100%;
}

h3.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #9499a5;
}

/********** Approved Provider Page **********/
.ap-header {
  display: flex;
  align-items: center;
  padding: 90px 0 0;
  margin-bottom: 30px;
}
.ap-header .ap-logo {
  width: 25%;
  padding-right: 30px;
}
.ap-header .ap-title {
  width: 75%;
}

.ap-description {
  margin-bottom: 50px;
}

.ap-course-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

table.ap-courses {
  border-collapse: collapse;
  border: 1px solid #dfe1e5;
}
table.ap-courses th {
  text-align: left;
  padding: 10px;
  background: #0a1631;
  color: #ffffff;
}
table.ap-courses th:last-of-type {
  text-align: center;
}
table.ap-courses tr:nth-child(even) {
  background: #f7f7f7;
}
table.ap-courses td {
  text-align: left;
  padding: 10px;
}
table.ap-courses td:last-child {
  text-align: center;
}

.ap-extra {
  display: block;
  padding: 25px 20px;
  border: 1px solid #454b59;
  background: #f7f7f7;
  margin-bottom: 70px;
}
.ap-extra p:last-of-type {
  margin-bottom: 0;
}

/********** Search Pages **********/
.search-page {
  padding: 189px 0 100px;
}
.search-page .loop-wrap {
  padding: 70px 0 0;
}
@media (max-width: 900px) {
  .search-page .loop-wrap {
    padding: 50px 0 0;
  }
}
@media (max-width: 600px) {
  .search-page .loop-wrap {
    padding: 30px 0 0;
  }
}
.search-page .loop-wrap article {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.search-page .loop-wrap article .search-loop-thumb {
  width: 33%;
  max-width: 290px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .search-page .loop-wrap article .search-loop-thumb {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .search-page .loop-wrap article .search-loop-thumb {
    width: 29%;
    padding-right: 10px;
  }
}
.search-page .loop-wrap article .search-loop-info {
  width: 67%;
}
@media (max-width: 600px) {
  .search-page .loop-wrap article .search-loop-info {
    width: 71%;
  }
}
.search-page .loop-wrap article .search-loop-info h2.loop-title {
  font-family: "gotham";
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .search-page .loop-wrap article .search-loop-info h2.loop-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.search-page .loop-wrap article .search-loop-info .loop-meta, .search-page .loop-wrap article .search-loop-info .loop-meta a {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  color: #9499a5;
  text-decoration: none;
  margin-bottom: 20px;
}
.search-page .loop-wrap article .search-loop-info .loop-meta a:hover {
  text-decoration: underline;
}

/********** 404 Page **********/
section.error-404 {
  padding: 90px 0 100px;
}
section.error-404 .page-content {
  display: block;
  width: 100%;
  padding-left: 35%;
  position: relative;
}
section.error-404 .page-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 450px;
  background: url(../images/404.svg) top left no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}
section.error-404 .page-content p {
  font-size: 21px;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 40px;
}
.widget select {
  max-width: 100%;
}
.widget .widget-ad {
  background: #efefef;
}
.widget .widget-ad .widget-ad-content {
  padding: 0 10px 10px;
}
.widget .widget-ad p {
  margin-bottom: 10px;
}

.sale-modal-butt {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 99;
  cursor: pointer;
}
.sale-modal-butt.hide {
  display: none;
}
.sale-modal-butt .close-sale-butt {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #9499a5;
  border-radius: 50%;
  cursor: pointer;
}
.sale-modal-butt .close-sale-butt:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotateZ(-45deg);
}
.sale-modal-butt .close-sale-butt:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotateZ(45deg);
}

.sale-modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.sale-modal.active {
  display: block;
  opacity: 1;
}
.sale-modal .sale-modal-wrap {
  position: relative;
  display: block;
  width: 40%;
  margin: 10% auto 0;
}
@media (max-width: 1200px) {
  .sale-modal .sale-modal-wrap {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .sale-modal .sale-modal-wrap {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .sale-modal .sale-modal-wrap {
    width: 95%;
  }
}
.sale-modal .sale-modal-wrap .close-sale-modal {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #9499a5;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.sale-modal .sale-modal-wrap .close-sale-modal:before {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotateZ(-45deg);
}
.sale-modal .sale-modal-wrap .close-sale-modal:after {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotateZ(45deg);
}
.sale-modal .sale-modal-wrap .sale-modal-content {
  border-radius: 15px;
  padding: 20px;
}

/* 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 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 {
  font-size: 14px;
  line-height: 1.25em;
  letter-spacing: 1px;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

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