@charset "UTF-8";
/*!
 * Theme Name:  MiSP Lander Edge
 * Theme URI:   https://www.converticacommerce.com
 * Description: A mobile-first starter theme built on Hybrid Core. This theme is intended to be used as a child theme. Schema, accessibility, pluggable.
 * Version:	 1.0.0
 * Author:	  Shivanand Sharma
 * Author URI:  https://www.converticacommerce.com
 * Tags:		one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, left-sidebar, post-formats, right-sidebar, threaded-comments, translation-ready
 * Text Domain: bt-lander
 * Template: lander-edge
 * Credits:	 Justin Tadlock (http://themehybrid.com) for  Hybrid Core, Dave Gandy (http://fontawesome.io) for Font Awesome
 * License:	 GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*
These declarations should go into core
*/
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Firefox < 19 */
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox > 19 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 0.618em;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* === Stylesheet === */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

:focus {
  outline: none;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.618em;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  margin: 0;
  word-wrap: break-word;
  word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  color: #274368;
}

a:blank,
a:empty,
p:blank,
p:empty {
  display: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

ul {
  list-style: square;
}
ul ul {
  list-style: disc;
}
ul ul ul {
  list-style: circle;
}

ol:not([type]) ol:not([type]) {
  list-style: lower-alpha;
}
ol:not([type]) ol:not([type]) ol:not([type]) {
  list-style: lower-roman;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

li {
  width: auto;
}

:link,
input,
textarea,
select,
button,
.sub-menu {
  transition: all 0.4s;
}

.drop_cap {
  float: left;
  font-size: 3.2em;
  line-height: 1em;
  padding: 0em 0.1em 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.618em;
}

caption {
  margin: 0 0 5px;
  font-variant: small-caps;
}

tr {
  border-bottom: 1px dotted;
}

thead {
  border-bottom: 1px solid;
}

tr:last-child {
  border: none;
}

tfoot {
  border-top: 1px solid;
}

th,
td {
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

th {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}

th,
td {
  border: 1px dotted;
}

th:blank,
td:blank,
th.pad,
td.pad {
  opacity: 0;
}

hr {
  height: 1px;
  background: #000;
  border: none;
}

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

/* === Code and Preformatted text === */
code,
kbd,
samp {
  font-size: 0.8em;
  color: #000;
}

pre {
  font-size: 0.8em;
  overflow: auto;
}

pre code,
pre kbd,
pre samp {
  font-size: 1em;
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* oldIE ;) */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  max-width: 100%;
}

/* Data entry */
input[type=date] input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  border: 1px solid #aaa;
  padding: 0.618em 1em;
  width: 100%;
}

input,
.button {
  padding: 0.382em 0.618em;
}

input:focus,
textarea:focus {
  border-color: #000;
}

/* Submit */
input[type="submit"],
input[type="reset"],
button,
.button,
.button:link {
  cursor: pointer;
  display: inline-block;
  width: auto;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0.618em 2em;
  background-color: #274368;
  color: #fff;
  border-radius: 5px;
  border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover,
.button:link:hover {
  background-color: #203755;
  color: #fff;
}

/* === END Code and Preformatted text === */
/* === WP Styles === */
.site-title {
  margin: 0;
  line-height: 1;
}

.site-title :link,
.site-title :visited {
  text-decoration: none;
  color: inherit;
}
.site-title :link:hover,
.site-title :visited:hover {
  text-decoration: none;
}

.site-description {
  margin: 1em 0 0;
  line-height: 1.2;
  font-size: 1em;
  font-weight: normal;
}

.header,
.footer {
  text-align: center;
}

/* === Alignement (WP classes) === */
.alignleft {
  display: block;
  margin: 0 1.618em 1.618em 0;
  float: left;
}

.alignright {
  display: block;
  margin: 0 0 1.618em 1.618em;
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.618em;
}

p .aligncenter,
p .alignright,
p .alignleft {
  margin-bottom: 0;
}

.alignnone {
  float: none;
  margin-left: unset;
  margin-right: unset;
}

img.alignleft,
img.alignright {
  display: inline;
}

.clear {
  clear: both;
}

blockquote {
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 2em;
  position: absolute;
  left: -0.618em;
}

blockquote:after {
  content: no-close-quote;
  opacity: .5;
}

blockquote.alignleft,
blockquote.alignright {
  width: 33%;
}

.wp-audio-shortcode,
.wp-video-shortcode,
audio,
video,
object,
embed,
iframe {
  max-width: 100%;
  margin-bottom: 1.618em;
}

.wp-audio-shortcode,
.wp-video-shortcode,
audio,
video {
  display: block;
}

.show-if-js {
  display: none;
}

.screen-reader-text,
.assistive-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

/* === Captions === */
.wp-caption {
  max-width: 100%;
}

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

/* === Gallery === */
.gallery {
  display: block;
  text-align: center;
  margin-bottom: 1.618em;
}

/* === Posts === */
.entry-title,
.archive-title {
  margin-top: 0;
}

.archive-header {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
}

.archive-title {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 2.618em;
  margin-bottom: 0;
}

.archive-description {
  margin-top: 1em;
  margin-bottom: 0;
}

.entry-title {
  margin-bottom: 0;
}

.entry-title :hover {
  text-decoration: none;
}

.sticky .entry-title {
  position: relative;
  margin-left: 1em;
}

.sticky .entry-title:before {
  content: "\A";
  border-style: solid;
  border-width: 1em 1em 1em 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: -1.618em;
}

.entry-byline {
  margin-top: 0;
}

.entry {
  padding-bottom: .5em;
  border-bottom: 1px solid;
  margin-bottom: calc(2.618em / 2);
  overflow-x: hidden;
}

/*=== Comments ==*/
.comment-list {
  list-style: none;
  padding: 0;
}

.comment article,
.pingback article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: no-wrap;
}

.comment-content {
  max-width: 85%;
}

.comment footer,
.pingback footer {
  font-size: .8em;
  max-width: calc(15% - 1em);
  margin-left: 1em;
}

.comment footer details summary,
.pingback footer details summary {
  text-transform: lowercase;
  font-variant: small-caps;
}

.comment-list .children {
  list-style: none;
}

.comment article,
.pingback {
  padding-bottom: calc(1.618em / 2);
  border-bottom: 1px dotted;
  margin-bottom: calc(1.618em / 2);
  border-bottom-left-radius: 5px;
}

.children .comment article {
  margin-top: calc( calc(-1.618em / 2) - 1px);
  border-top: 1px solid #fff;
}

.children > .comment article {
  border-left: 1px dotted;
  padding-left: 40px;
}

/*=== Pagination ==*/
.nav-links {
  text-transform: uppercase;
}
.nav-links :link,
.nav-links :visited,
.nav-links .current {
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 0.381em 0.618em;
  line-height: 1;
}
.nav-links :link:hover,
.nav-links :visited:hover,
.nav-links .current:hover {
  color: #000;
  text-decoration: none;
  background: transparent;
}
.nav-links .current:before {
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  text-align: center;
  display: block;
  width: 0px;
  height: 0px;
  margin: 0px auto 0px;
}
.nav-links .dots {
  background-color: transparent;
}
.nav-links .dots:hover {
  background-color: transparent;
  color: #000;
}

/*=== Widgets ===*/
.widget-title {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1em;
}

.widget {
  margin-bottom: 1.618em;
}

.widget ol,
.widget ul {
  margin: 0;
  padding: 0 0 0 1.618em;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.search-submit {
  margin-top: 0.618em;
}

/*=== Layout ==*/
.entry-content:after,
.comment-content:after,
.clear {
  content: "";
  display: table;
  clear: both;
}

#lander-breadcrumbs {
  width: 100%;
  margin-top: 0;
}

.full-width-section .section-content,
.wrap {
  padding: 1.618em;
}

/*=== Default desktop horizontal menu ==*/
#menu-primary-items,
#menu-sub-terms-items {
  position: relative;
  padding: 0;
  margin: 0 -1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*.sub-menu {
       :link:hover,
       :visited:hover {
          background-color: $link-color;
          color: #fff;
      }
  }*/
}
#menu-primary-items ul,
#menu-sub-terms-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-primary-items li,
#menu-sub-terms-items li {
  display: block;
  position: relative;
}
#menu-primary-items :link,
#menu-primary-items :visited,
#menu-sub-terms-items :link,
#menu-sub-terms-items :visited {
  color: inherit;
}
#menu-primary-items :link:hover,
#menu-primary-items :visited:hover,
#menu-sub-terms-items :link:hover,
#menu-sub-terms-items :visited:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
#menu-primary-items a,
#menu-sub-terms-items a {
  display: block;
  padding: 0.382em 1em;
}
#menu-primary-items a:blank,
#menu-sub-terms-items a:blank {
  display: none;
}
#menu-primary-items .menu-item-has-children .sub-menu,
#menu-sub-terms-items .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 200px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#menu-primary-items .menu-item-has-children .sub-menu li,
#menu-sub-terms-items .menu-item-has-children .sub-menu li {
  display: block;
}
#menu-primary-items .menu-item-has-children .sub-menu .sub-menu,
#menu-sub-terms-items .menu-item-has-children .sub-menu .sub-menu {
  top: 0px;
}
#menu-primary-items .menu-item-has-children:hover > .sub-menu,
#menu-sub-terms-items .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-left: 0px;
  margin-top: 0px;
}
#menu-primary-items .menu-item-has-children:hover > .sub-menu .sub-menu,
#menu-sub-terms-items .menu-item-has-children:hover > .sub-menu .sub-menu {
  top: 0px;
  left: 200px;
}

#menu-footer-items {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#menu-footer-items li {
  display: inline-block;
  margin: 0 .5em;
}

.site-container {
  margin-top: 1em;
  margin-bottom: 1em;
}

.site-footer {
  text-align: center;
}

:link,
:visited {
  color: #000;
  text-decoration: none;
}

:link img {
  vertical-align: middle;
  border: 0;
}

.wp-custom-logo .site-title a {
  width: 225px;
  height: 60px;
}

.wp-custom-logo .site-title :link,
.menu-primary :link,
.entry-title :link {
  border-color: transparent;
}

.menu a {
  font-weight: bold;
}

.entry-content :link,
.comment-content :link,
.widget > * :link,
.entry-footer :link,
:link {
  border-bottom: 1px dotted;
}

.entry-content .button:link,
.comment-content .button:link,
.widget > * .button:link,
.entry-footer .button:link,
.entry-content .button:link:hover,
.comment-content .button:link:hover,
.widget > * .button:link:hover,
.button:link:hover {
  border: none;
}

.entry-content :link:hover,
.comment-content :link:hover,
.widget > * :link:hover,
:link:hover {
  border-bottom: 1px solid;
}

#menu-primary-items :link:hover,
#menu-primary-items :visited:hover,
#menu-sub-terms-items :link:hover,
#menu-sub-terms-items :visited:hover {
  background-color: transparent;
  color: #000;
}

#menu-sub-terms-items :link,
#lander-breadcrumbs :link,
.entry-title :link:hover {
  border-bottom-color: transparent;
}

.pagination :link,
.pagination :link:hover {
  border-bottom: 0;
}

body .site-header .wrap {
  position: relative;
  padding-top: calc(1.618em / 2);
}

label {
  font-weight: bold;
}

.wpcf7-list-item-label {
  font-weight: normal;
}

body .site-header button#responsive-menu-button {
  position: absolute;
  right: 3em;
}

.responsive-menu-item-link {
  font-weight: bold;
}

body .site-container {
  margin-bottom: 0;
}

.plural .entry {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.singular .entry {
  border-bottom: 0;
}

.entry-summary {
  margin: calc(1.618em/2) 0;
}

body .site-footer .wrap {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid;
  padding-bottom: 1em;
}

body .site-description {
  text-indent: -9999px;
  line-height: 0;
}

.archive-header {
  border-bottom: 3px solid;
}

.archive-title {
  font-size: 48px;
}

.archive-title-paged {
  font-weight: normal;
  font-size: 0.618em;
  font-variant: normal;
  font-family: "Times New Roman", Georgia, serif;
  color: #808080;
}

.archive-title-paged:before {
  content: '[';
}

.archive-title-paged:after {
  content: ']';
}

.archive-title {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 38px;
}

.entry-title {
  font-family: "AN", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li h1:first-child,
li h2:first-child,
li h3:first-child,
li h4:first-child,
li h5:first-child,
li h6:first-child {
  font-size: 1em;
}

#menu-sub-terms {
  margin-top: -0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}

.entry_share .sm_follow:link {
  border-bottom: 0;
  font-family: FontAwesome;
  display: inline-block;
}
.entry_share .sm_follow:link i {
  font-size: 1.618em;
  font-style: normal;
  display: inline-block;
  margin-right: .5em;
}
.entry_share .sm_follow:hover {
  border-bottom: 0;
  transform: scale(1.1);
}

.newsletter_subscribe {
  background: #eee;
  border: 1px outset;
  padding: 1em;
}

/* These styles work across the devices */
/* Generic Styles */
a,
:link {
  color: #274368;
}

a.button:visited {
  color: #fff;
}

a.img-link {
  border-bottom: none !important;
}

.button-white,
.white-btn {
  background-color: #fff !important;
  color: #274368 !important;
}
.button-white:hover,
.white-btn:hover {
  background-color: #e3e3e3 !important;
}

.button-red,
.red-btn {
  background-color: #ec2024 !important;
  color: #fff !important;
}
.button-red:hover,
.red-btn:hover {
  background: #e3e3e3 !important;
  color: #274368 !important;
}

.button-blue,
.blue-btn {
  background-color: #274368 !important;
  color: #fff !important;
}
.button-blue:hover,
.blue-btn:hover {
  background-color: #203755 !important;
  color: #fff !important;
}

.button-green,
.green-btn {
  background-color: #38B54A !important;
  color: #fff !important;
}
.button-green:hover,
.green-btn:hover {
  background-color: #ec2024 !important;
  color: #fff !important;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

.width-100 {
  width: 100%;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.page-title,
.section-title,
.entry-title {
  color: #274368;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1em;
  font-weight: 400;
  margin-top: 0;
}

.page-title:after,
.section-title:after,
.entry-title:after {
  display: block;
  content: '';
  background: #ED0F29;
  width: 90px;
  height: 3px;
  margin: 30px 0;
}

.no-border:after {
  content: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="tel"],
input[type="search"],
select {
  width: 100%;
  padding: 1em 0.618em;
  font-size: 16px;
  font-family: inherit;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #EDEDED;
}

select {
  cursor: pointer;
}

div.select,
div.ginput_container_select {
  position: relative;
}

.ginput_container_select:after,
.select:after {
  background-size: contain;
  width: 10px;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  z-index: 0;
  background-image: url("assets/icons/select-arrow.png");
}

b, strong {
  font-weight: 600;
}

.text-gotham {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}

.gotham-bold {
  font-weight: 900;
}

.gotham-medium {
  font-weight: 600;
}

.text-italic {
  font-style: italic;
}

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

.weight-normal {
  font-weight: normal;
}

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

.text-center,
.center-align {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-blue {
  color: #274368;
}

.text-red {
  color: #ED0F29;
}

.text-italic {
  font-style: italic;
}

.text-greyscale-medium {
  color: #6D6D6D;
}

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

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

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-30 {
  font-size: 30px;
  line-height: 1.2em;
}

.text-32 {
  font-size: 32px;
}

.text-48 {
  font-size: 48px;
}

.text-62 {
  font-size: 62px;
}

.page-section {
  padding: 75px 0;
}

.page-section.first {
  padding-top: 0;
}

.hide-page-title .entry-title {
  text-indent: -9999px;
  height: 0;
}
.hide-page-title .entry-title:after {
  content: none;
}

.full-width-section {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}

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

.entry {
  overflow-x: visible;
}

.background-greyscale-light {
  background-color: #fafafa;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.display-table {
  display: table;
}

.display-table-row {
  display: table-row;
}

.table-border-collapse {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-layout-fixed {
  table-layout: fixed;
}

.display-table-cell {
  display: table-cell;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-top {
  vertical-align: top;
}

.display-768 {
  display: none;
}

/* Gravity Form */
.gform_body ul {
  list-style-type: none;
  padding-left: 0;
}
.gform_body ul label {
  font-weight: normal;
  padding-bottom: 5px;
}

.gform_fields .gfield {
  padding-bottom: 0.618em;
  padding-top: 0.618em;
}

/* Emember */
.eMember_highlight {
  color: #ED0F29;
}

.eMember_text_input {
  font-size: 16px;
}

input.eMember_button {
  padding: 0.618em 2.618em !important;
  font-size: 1em !important;
}

.forms td {
  border: none;
  padding-left: 0;
}
.forms tr {
  border: none;
}
.forms .eMember_text_input:focus {
  background-color: #EDEDED;
}
.forms .eMember_text_input {
  padding: 1em 0.618em !important;
}

.specialbox {
  background-color: #274368;
  color: #fff;
  padding: 1.618em;
  line-height: 1.2em;
  margin-bottom: 2.618em;
}
.specialbox a {
  color: #fff;
}

.renewal-table td, .renewal-table tr, .renewal-table thead, .renewal-table th {
  border: none;
}
.renewal-table th {
  text-align: left;
}
.renewal-table td {
  line-height: 1.25em;
}
.renewal-table input[type="submit"], .renewal-table input[type="reset"], .renewal-table button, .renewal-table .button, .renewal-table .button:link {
  background-color: #3F7ECE;
}
.renewal-table .eStore_buy_now_button {
  cursor: pointer;
  width: auto;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0.618em 2em;
  background-color: #3F7ECE;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.booking-table .display-table-cell {
  padding: 20px 0;
  border-bottom: 1px solid;
}

.video-container {
  margin: 3.618em auto 0;
  position: relative;
}
.video-container a {
  border-bottom: none !important;
}
.video-container .play-icon {
  width: 79px;
  height: 78px;
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 39px);
}
.video-container .video-note {
  position: absolute;
  top: 82%;
  left: 4%;
  color: #fff;
  font-size: 18px;
}
.video-container .video-bg {
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.video-container:after {
  content: '';
}

body .site-container {
  margin-top: 0;
}

/* Header Set-up */
.site-header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
  z-index: 999;
}

.site-header.fixed-header {
  background-color: rgba(255, 255, 255, 0.95);
}

body .site-header .wrap {
  padding-top: 0;
  padding-bottom: 0;
}

body .site-header .wrap:after {
  clear: both;
  content: '';
  display: table;
}

.site-branding {
  display: table;
  float: left;
  margin-top: 14px;
}

/* Logo Set-up */
.site-title a {
  display: block;
  width: 100px;
  height: 50px;
  background: url("assets/images/logo.svg") no-repeat center/contain;
  text-indent: -9999px;
  border: none;
}

/* Logo Set-up for Members Template */
.members .site-title a {
  display: block;
  width: 100px;
  height: 65px;
  background: url("assets/images/teacher-network.png") no-repeat center/contain;
}

.site-title a:hover {
  border: none;
}

/* Primary Menu */
/* Responsive menu button */
.site-header .sub-menu-toggle {
  display: none;
  visibility: hidden;
  font-weight: 700;
  padding: 1em 1.25em;
  line-height: 1;
  border-radius: 0;
  background-image: none;
  position: absolute;
  right: 0;
  top: 0;
  font-family: monospace;
  background-color: #274368;
}
.site-header .sub-menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.site-header .menu-toggle {
  display: none;
  visibility: hidden;
  font-weight: 300;
  padding: 1em;
  line-height: 1;
  border: 0;
  background-image: none;
  border-radius: 0;
}
.site-header .menu-toggle.activated {
  border-bottom-width: 0;
}

.menu-primary {
  font-size: 13px;
  display: table;
  float: right;
}
.menu-primary .wrap {
  width: auto !important;
}
.menu-primary .menu-item-has-children:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 8px;
  background: url("assets/icons/arrow-blue.svg") no-repeat center/cover;
}
.menu-primary .sub-menu .menu-item-has-children:after {
  transform: rotate(-90deg);
}

.menu-primary #menu-primary-items > .current-menu-ancestor.menu-item-has-children:after,
.menu-primary #menu-primary-items > .current-menu-item.menu-item-has-children:after {
  content: none;
}

#menu-primary-items a {
  padding: 25px 1.72em;
  transition: color 0.25s;
  border: none;
}

#menu-primary-items .sub-menu {
  transition: none;
}

.members #menu-primary-items a {
  padding: 30px 1.72em;
}

#menu-primary-items :link:hover,
#menu-primary-items :visited:hover {
  color: #274368;
}

#menu-primary-items .sub-menu {
  text-align: center;
  font-size: 13px;
}
#menu-primary-items .sub-menu a {
  padding: 1em 1.72em;
  border-bottom: 2px solid #fff;
}
#menu-primary-items .sub-menu li:last-child a {
  border-bottom: none;
}

#menu-primary-items .sub-menu :link:hover {
  color: #000;
  border-bottom: 2px solid #fff;
}

#menu-primary-items .sub-menu li:last-child :link:hover {
  border-bottom: none;
}

.menu a {
  font-weight: normal;
}

#menu-primary-items .current-menu-item a,
#menu-primary-items .current-menu-parent a,
#menu-primary-items .current-menu-ancestor a {
  background-color: #274368;
  color: #fff;
  font-weight: bold;
}

#menu-primary-items .current-menu-item .sub-menu a,
#menu-primary-items .current-menu-parent .sub-menu a,
#menu-primary-items .current-menu-ancestor .sub-menu a {
  font-weight: normal;
}

#menu-primary-items .current-menu-parent .sub-menu .current-menu-item a,
#menu-primary-items .current-menu-ancestor .sub-menu .current-menu-item a {
  font-weight: bold;
}

#menu-primary-items .current-menu-parent .sub-menu .current-menu-item .sub-menu a,
#menu-primary-items .current-menu-ancestor .sub-menu .current-menu-item .sub-menu a {
  font-weight: normal;
}

#menu-primary-items .current-menu-item a:hover,
#menu-primary-items .current-menu-ancestor a:hover {
  background-color: #274368;
  color: #fff;
}

#menu-primary-items .sub-menu a {
  line-height: 1.618em;
}

#menu-primary-items .sub-menu a,
#menu-primary-items .current-menu-item .sub-menu a,
#menu-primary-items .current-menu-ancestor .sub-menu a {
  background-color: #f2f2f2;
  color: #000;
}

#menu-primary-items .sub-menu a:hover,
#menu-primary-items .current-menu-item .sub-menu a:hover,
#menu-primary-items .current-menu-ancestor .sub-menu a:hover {
  background-color: #d9d9d9;
}

#menu-primary-items .last-nav .sub-menu .sub-menu,
#menu-primary-items .last-nav .menu-item-has-children:hover > .sub-menu {
  left: -200px;
}

/* Inner */
.inner {
  padding-top: 82px;
}

/* Site Footer */
body .site-footer {
  background-color: #274368;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
body .site-footer .wrap {
  border-top: none;
  margin-top: 0;
}
body .site-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body .site-footer a {
  border-bottom: 1px solid transparent;
  color: #fff;
}
body .site-footer a:hover {
  border-color: #fff;
}
body .site-footer .social-fb {
  background: url("assets/icons/facebook.svg") no-repeat center left;
  padding-left: 20px;
}
body .site-footer .social-twitter {
  background: url("assets/icons/twitter.svg") no-repeat center left;
  padding-left: 20px;
}
body .site-footer .copyright-text {
  line-height: 1.618em;
  margin-bottom: 10px;
}
body .site-footer .display-desktop {
  display: none;
}
body .site-footer .display-mobile {
  display: block;
}
body .site-footer .affiliate-logos {
  padding-top: 9px;
  display: flex;
  justify-content: center;
}
body .site-footer .affiliate-logos .one-fifth,
body .site-footer .affiliate-logos .two-fifths {
  width: auto;
  float: none;
  padding: 0 50px;
  margin: 0;
}

.mobile-footer .mobile-top,
.mobile-footer .mobile-bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.mobile-footer .mobile-top {
  margin-bottom: 2.618em;
}
.mobile-footer .footer-widget-1,
.mobile-footer .footer-widget-2,
.mobile-footer .footer-widget-4 {
  margin-right: 20px;
}
.mobile-footer .footer-widget-4 img {
  width: auto;
}

/* Homepage Design */
/* Masthead */
.masthead-homepage {
  background: url("assets/images/home-2c.jpg") no-repeat center/cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  padding-top: 180px;
  display: table;
  width: 100%;
  text-align: center;
}
.masthead-homepage .button {
  text-transform: uppercase;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: normal;
  margin: 20px 8px;
}
.masthead-homepage .button-masthead:hover {
  background-color: #1D2E4F !important;
  color: #fff !important;
}

#particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.intro-section {
  position: relative;
}
.intro-section .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1000px;
}
.intro-section .lander-landing-sections-section-title {
  text-align: center;
}
.intro-section .text-24 {
  line-height: 1.45em;
}
.intro-section .button {
  margin: 30px auto 0;
  display: table;
}

.homepage-stats-section .wrap {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.homepage-stats-section .stats-columns {
  color: #fff;
}
.homepage-stats-section .stats-columns .text-32,
.homepage-stats-section .stats-columns .text-62 {
  line-height: 1em;
}
.homepage-stats-section .stats-content {
  padding: 60px;
  min-height: 400px;
}
.homepage-stats-section .stat-column-1 {
  background: url("assets/images/homestats-1.jpg") no-repeat center/cover;
}
.homepage-stats-section .stat-column-2 {
  background: url("assets/images/homestats-2.jpg") no-repeat center/cover;
}
.homepage-stats-section .stat-column-3 {
  background: url("assets/images/homestats-3.jpg") no-repeat center/cover;
}

.video-intro-section {
  background-color: #274368;
  color: #fff;
}
.video-intro-section .wrap {
  padding-top: 60px;
  padding-bottom: 100px;
  width: 1000px;
}
.video-intro-section h1, .video-intro-section h2, .video-intro-section h3, .video-intro-section h4, .video-intro-section h5, .video-intro-section h6, .video-intro-section a {
  color: #fff;
}
.video-intro-section .lander-landing-sections-section-title {
  text-align: center;
}
.video-intro-section .text-24 {
  line-height: 1.45em;
}
.video-intro-section .width-75 {
  width: 600px;
}
.video-intro-section .video-bg {
  background-position: center;
  background-size: cover;
  position: relative;
}
.video-intro-section .video-bg .video-play-button {
  position: absolute;
  top: 95px;
  left: 265px;
}

.highlight-courses-section .wrap {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.highlight-courses-section .highlight-courses-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #fff;
}
.highlight-courses-section .highlight-courses-columns .course-column {
  flex: 0 1 calc(100% / 2);
}
.highlight-courses-section .highlight-courses-columns .display-table {
  width: 100%;
  height: 100%;
}
.highlight-courses-section .course-column-1 .bg-image {
  background: url("assets/images/highlight-course-1.jpg") no-repeat center/cover;
}
.highlight-courses-section .course-column-2 .bg-image {
  background: url("assets/images/highlight-course-2.jpg") no-repeat center/cover;
}
.highlight-courses-section .homepage-courses-hover {
  position: relative;
}
.highlight-courses-section .homepage-courses-hover:hover .homepage-courses-hover-logo {
  opacity: 0;
}
.highlight-courses-section .homepage-courses-hover:hover .homepage-courses-hover-content {
  opacity: 1;
}
.highlight-courses-section .homepage-courses-hover:hover .button, .highlight-courses-section .homepage-courses-hover:hover p {
  transform: translateY(0);
}
.highlight-courses-section .homepage-courses-hover:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}
.highlight-courses-section .homepage-courses-hover-content {
  opacity: 0;
  transition: all .5s;
  padding: 75px;
}
.highlight-courses-section .homepage-courses-hover-content .button, .highlight-courses-section .homepage-courses-hover-content p {
  transition: all .5s;
}
.highlight-courses-section .homepage-courses-hover-content .button, .highlight-courses-section .homepage-courses-hover-content p {
  transform: translateY(100%);
}
.highlight-courses-section .homepage-courses-hover-content,
.highlight-courses-section .homepage-courses-hover-logo {
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.highlight-courses-section .course-column:hover .homepage-courses-hover-content {
  background-color: rgba(0, 0, 0, 0.75);
}

.video-grid-section .wrap {
  padding-top: 40px;
}
.video-grid-section .video-heading {
  line-height: 1em;
  font-weight: 300;
}
.video-grid-section .video-heading:after {
  width: 90px;
  height: 3px;
  background-color: #ED0F29;
  margin: 25px auto;
  content: '';
  display: block;
}
.video-grid-section .video {
  position: relative;
  min-height: 250px;
  cursor: pointer;
}
.video-grid-section .video-1 {
  height: 100%;
}
.video-grid-section .video-1 .video-play-button {
  padding-top: 30px;
}
.video-grid-section .video-2 {
  margin-bottom: 10px;
}
.video-grid-section .video-3 {
  margin-bottom: 10px;
}
.video-grid-section .video-4 {
  min-height: 350px;
}
.video-grid-section .video-5 {
  min-height: 350px;
}
.video-grid-section .video-note {
  color: #fff;
  line-height: 1.2em;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video-grid-section .video-note p {
  margin: 0;
}
.video-grid-section .video-play-button {
  width: 75px;
  position: absolute;
  top: 35%;
  left: 45%;
}

.home .inner {
  display: none;
}

.home .entry-title {
  text-indent: -9999px;
  height: 0;
}

.singular .post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 8px;
  z-index: 2;
  text-decoration: none;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
}

/* Logo Grid */
.logo-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto 60px;
}
.logo-grid a,
.logo-grid a:hover {
  border-bottom: none;
}

/* Courses Section */
.home-courses-section .wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.home-courses-section .button {
  font-size: 16px;
}
.home-courses-section .js-courses {
  width: 100%;
  margin-bottom: 2.618em;
}
.home-courses-section .display-table-cell {
  padding: 10px 0;
  border-bottom: 1px solid #AEAEAE;
}

.schedule-heading {
  line-height: 1em;
  font-weight: 300;
}

.schedule-heading:after {
  width: 90px;
  height: 3px;
  background-color: #ED0F29;
  margin: 25px auto;
  content: '';
  display: block;
}

.home-sign-up-section {
  /* Newsletter */
}
.home-sign-up-section .lander-landing-sections-section-title {
  font-size: 48px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}
.home-sign-up-section .lander-landing-sections-section-title:after {
  width: 90px;
  height: 3px;
  background-color: #ED0F29;
  margin: 25px auto;
  content: '';
  display: block;
}
.home-sign-up-section .wrap {
  padding-top: 1.618em;
  padding-bottom: 60px;
}
.home-sign-up-section .button {
  margin-top: 35px;
}

.upcoming-courses .js-courses .course-img,
.overseas-courses .js-courses .course-img {
  vertical-align: middle;
  padding-right: 15px;
}

.js-courses .course-headers {
  font-weight: 500;
}

.js-courses .course-img img {
  max-height: 40px;
  display: block;
}

.upcoming-courses .js-courses .table-event-location {
  padding-right: 10px;
}

/* Upcoming Courses, Overseas Courses */
.single-course-details {
  margin-bottom: 2.618em;
}

.start-application-btn {
  margin-bottom: 2.618em;
}

.apply-btn a {
  min-width: 115px;
  text-align: center;
}

.single-course-details .button,
.overseas-courses .button,
.upcoming-courses .button {
  font-size: 16px;
}
.single-course-details .js-courses,
.overseas-courses .js-courses,
.upcoming-courses .js-courses {
  width: 100%;
  margin-bottom: 2.618em;
}
.single-course-details .display-table-cell,
.overseas-courses .display-table-cell,
.upcoming-courses .display-table-cell {
  padding: 10px 0;
  border-bottom: 1px solid #AEAEAE;
}

/* Press Page */
.press-content .button {
  font-size: 16px;
}
.press-content .display-table {
  width: 100%;
  margin-bottom: 1.618em;
}
.press-content .display-table-cell {
  padding: 10px 0;
  border-bottom: 1px solid #AEAEAE;
}

/* Getting Started Page — Step Diagram */
.steps-new,
.steps-diagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}

.steps-new:before,
.steps-diagram:before {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
}

.steps-new li,
.steps-diagram li {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 10px 20px;
  color: white;
  padding: 10px;
  display: table;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  line-height: 1.2em;
}

.steps-new h4,
.steps-diagram h4 {
  color: #fff;
  margin: 0 0 4px;
}

.steps-new .button-white,
.steps-diagram .button-white {
  font-size: 14px;
}

.steps-diagram li:nth-child(1) .inner,
.steps-new li:nth-child(1) .inner-content,
.steps-diagram li:nth-child(1),
.steps-new li:nth-child(1) {
  background: #7cb7ff;
}

.steps-diagram li:nth-child(2) .inner,
.steps-new li:nth-child(2) .inner-content,
.steps-diagram li:nth-child(2),
.steps-new li:nth-child(2) {
  background: #5B96EE;
}

.steps-diagram li:nth-child(3) .inner,
.steps-new li:nth-child(3) .inner-content,
.steps-diagram li:nth-child(3),
.steps-new li:nth-child(3) {
  background: #4A7CCC;
}

.steps-diagram li:nth-child(4) .inner,
.steps-new li:nth-child(4) .inner-content,
.steps-diagram li:nth-child(4),
.steps-new li:nth-child(4) {
  background: #406CB2;
}

.steps-diagram li:nth-child(5),
.steps-new li:nth-child(5),
.steps-diagram li:nth-child(5) .inner,
.steps-new li:nth-child(5) .inner-content {
  background: #396099;
}

.steps-diagram li:nth-child(6),
.steps-new li:nth-child(6),
.steps-diagram li:nth-child(6) .inner,
.steps-new li:nth-child(6) .inner-content {
  background: #2E4D7F;
}

.steps-new li .inner-content,
.steps-diagram li .inner {
  width: 245px;
  height: 245px;
  border-radius: 245px;
  display: block;
  padding: 20px;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 50%;
  -webkit-transition: all .25s;
  transition: all .25s;
  margin-top: -120px;
  z-index: 1;
}
.steps-new li .inner-content p,
.steps-diagram li .inner p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.steps-diagram li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 9999;
  position: relative;
}

.steps-diagram li:hover .inner-content,
.steps-diagram li:hover .inner {
  opacity: 1;
}

/* Team Members */
.team-members {
  border-top: 1px solid #AEAEAE;
  padding-top: 30px;
  margin-bottom: 50px;
}
.team-members h4 {
  margin-bottom: 0;
}
.team-members p {
  margin-top: 10px;
  line-height: 1.45em;
}

/* Our Story Timeline */
.our-story-timeline-date {
  font-size: 42px;
  color: #274368;
  margin-top: 18px;
}

.our-story-timeline .content-left,
.our-story-timeline .content-right {
  width: 50%;
  float: left;
}

.our-story-timeline .content-left {
  padding-right: 40px;
  text-align: right;
}

.our-story-timeline .content-right {
  padding-left: 40px;
}

.our-story-timeline-section {
  position: relative;
  margin: 120px auto;
}
.our-story-timeline-section:before {
  top: 22px;
  background-color: #ED0F29;
  position: absolute;
  margin-left: -10px;
  content: "";
  display: block;
  z-index: 5;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.our-story-timeline-section iframe {
  max-width: 100%;
}
.our-story-timeline-section img {
  max-width: 200px;
  width: 100%;
}

.our-story-timeline {
  position: relative;
  box-shadow: inset 0 100px 200px -20px white;
}
.our-story-timeline:before {
  position: absolute;
  top: 0;
  z-index: -2;
  content: "";
  background-image: linear-gradient(#6D6D6D 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 4px 30px;
  background-repeat: repeat-y;
  height: 100%;
  width: 4px;
  margin-left: -2px;
  left: 50%;
}
.our-story-timeline .no-margin {
  margin-top: 18px;
}
.our-story-timeline .text-24 {
  margin-top: 0;
}

.timeline-headline {
  margin-top: 1.2em;
}

/* Page Set-up */
/* One Column Layout */
.layout-1c .entry-title {
  text-align: center;
}
.layout-1c .page-title.center-align:after,
.layout-1c .section-title.center-align:after,
.layout-1c .entry-title:after {
  margin: 30px auto;
}

/* Two Column Layout */
.layout-2c-r .page-title:after {
  margin-bottom: 50px;
}

/* Evidence Base */
.evidence-base .entry-title {
  text-align: left;
}
.evidence-base .entry-title:after {
  margin: 30px 0;
}

/* Singular Pages */
.singular-page-22341 .grid-column img {
  max-height: 100px;
}

.singular-page-22341 .inner .wrap,
.singular-page-22339 .inner .wrap {
  padding-bottom: 0;
}

.singular-page-24561 .entry-title,
.singular-page-24814 .entry-title,
.singular-page-22662 .entry-title,
.singular-page-24559 .entry-title {
  text-align: left;
}
.singular-page-24561 .entry-title:after,
.singular-page-24814 .entry-title:after,
.singular-page-22662 .entry-title:after,
.singular-page-24559 .entry-title:after {
  margin-left: 0;
  margin-right: 0;
}

/* Single Course */
.singular-course .inner .wrap {
  padding-bottom: 0;
}
.singular-course .entry-title {
  text-align: left;
}
.singular-course .entry-title:after {
  margin-left: 0;
  margin-right: 0;
}
.singular-course .section-content {
  padding: 50px 0;
}
.singular-course .section-content .button {
  margin-top: 50px;
}
.singular-course .full-width-section .section-content {
  padding-left: 1.618em;
  padding-right: 1.618em;
}

/* Page — Partners */
.misp-partners {
  margin-bottom: 60px;
}

.partner-content {
  padding-top: 1.618em;
}
.partner-content .content-left img {
  padding-right: 1em;
}
.partner-content .content-right h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

/* Course Pages — Course Template */
/* Course Slider */
#train-slider {
  width: 60%;
  margin: 60px auto 0px;
}

.courses-slider .course-slider-previous {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  margin-top: -20px;
}
.courses-slider .course-slider-previous img {
  width: 40px;
}
.courses-slider .course-slider-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  margin-top: -20px;
  cursor: pointer;
}
.courses-slider .course-slider-next img {
  width: 40px;
}
.courses-slider .courses-slider-slides-container {
  position: relative;
}
.courses-slider .courses-slider-slides {
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
.courses-slider .courses-slider-slides > li {
  display: none;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  top: 0;
  left: 0;
}
.courses-slider .courses-slider-slides > li.is-visible {
  display: block;
}
.courses-slider .course-slider-thumbs {
  list-style-type: none;
  padding-left: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.courses-slider .course-slider-thumbs > li {
  display: table-cell;
  cursor: pointer;
  position: relative;
}
.courses-slider .course-slider-thumbs > li.is-active:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: #274368;
}

/* Course Structure */
.course-structure {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  border-left: 2px dashed #d6d6d6;
}
.course-structure:before {
  position: absolute;
  content: "";
  height: 100%;
  left: 7px;
}
.course-structure .course-structure-section-title {
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  margin-left: 40px;
  padding-left: 0;
  border-top: 1px solid #AEAEAE;
}
.course-structure .course-structure-section-content {
  padding: 20px;
  margin-left: 40px;
  padding-left: 0;
  padding-top: 0;
  display: none;
}
.course-structure .course-structure-section-arrow {
  right: 20px;
  position: absolute;
  top: 20px;
  width: 12px;
  transition: all .5s;
}
.course-structure .course-structure-section {
  position: relative;
  line-height: 1.5;
}
.course-structure .course-structure-section:hover, .course-structure .course-structure-section.is-active {
  background-color: #FAFAFA;
}
.course-structure .course-structure-section.is-active .course-structure-section-arrow {
  transform: rotate(90deg);
}
.course-structure .course-structure-section .bulleted-list {
  font-size: 16px;
  margin-left: 20px;
}
.course-structure .course-structure-section:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 19px;
  background-color: #ED0F29;
  display: inline-block;
  content: "";
}

.page-template-course #book.modal-container {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

/* Course Pages — Teaching Template */
.page-template-teaching #prerequisites.modal-container {
  position: fixed;
}

.course-outline-section:not(:last-of-type) {
  border-bottom: 1px solid #AEAEAE;
}

.course-outline-section:first-of-type {
  padding-top: 0;
}

.course-outline-section:last-of-type {
  padding-bottom: 2.618em;
}

.course-outline-section {
  padding: 30px 0;
  /* Course Table */
}
.course-outline-section h2 {
  font-size: 20px;
  font-weight: 500;
}
.course-outline-section .table-layout-fixed {
  width: 100%;
}
.course-outline-section .display-table-cell {
  padding: 15px 0;
}
.course-outline-section .display-table-row {
  border-bottom: 1px solid #AEAEAE;
}
.course-outline-section .display-block {
  display: block;
}
.course-outline-section .video-container {
  width: 100%;
  margin: 1.618em 0;
}
.course-outline-section iframe {
  width: 100%;
}

/* Teach Pages */
.checkbox {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #D8D8D8;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 22px;
}

.checkbox.is-checked {
  background-image: url("assets/icons/check-solid.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

button.js-next {
  margin-top: 22px;
  margin-left: 20px;
}

.hide {
  display: none;
}

.button:disabled,
.download-item .download_now_button_submit:disabled,
.loginForm.wp_emember_loginForm .eMember_button:disabled,
.gform_button:disabled {
  cursor: not-allowed;
  background-color: #D8D8D8;
}

/* Collapsible Content */
.collapsible-heading {
  font-size: 1em;
}

.collapsible-heading a {
  display: block;
  cursor: pointer;
  background-color: #f0f1f1;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 15px;
  color: #274368;
}

.collapsible-heading a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border-left: 6px solid;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
}

.collapsible-heading a:hover {
  color: #ED0F29;
}

.collapsible-heading.opened a {
  color: #ED0F29;
}

.collapsible-heading.opened a:hover {
  border-color: transparent;
}

.collapsible-heading.opened a:before {
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  margin-left: -3px;
  margin-right: 9px;
}

.collapsible-content {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px 20px 0;
  margin-top: -15px;
  margin-bottom: 15px;
}

.collapsible-content p {
  padding: 0;
  margin-bottom: 15px;
}

/* Modal Pop-ups */
.modal-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  padding: 2em;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: scroll;
  transition: all .25s;
  display: table;
}
.modal-container.is-open {
  visibility: visible;
  opacity: 1;
}
.modal-container.is-open .modal {
  transform: scale(1);
}

.modal-close {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url("assets/icons/modal-close.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
  transition: transform .5s;
}
.modal-close:hover {
  transform: scale(1.1);
}

.modal-header {
  padding: 1em 1.2em;
}

.modal {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  transition: all 1s;
  transform: scale(0.9);
}

.modal-body {
  padding: 1.618em;
  max-height: 600px;
  overflow-y: scroll;
}
.modal-body iframe {
  margin: 0;
}
.modal-body .form-group {
  padding-bottom: 0.618em;
}

/* FAQs */
.faq .faq-item {
  background: #FAFAFA;
  padding: 20px 20px 18px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}

.faq .faq-item:hover {
  background: #EDEDED;
}

.faq .faq-item.is-open:hover {
  background: #FAFAFA;
}

.faq .faq-item.is-open .faq-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq .faq-item.is-open .faq-content {
  display: block;
}

.faq .faq-arrow {
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.faq .faq-title {
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}

.faq .faq-title h4 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #000;
  font-weight: normal;
}

.faq .faq-title:before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: #ED0F29;
  display: inline-block;
  content: "";
}

.faq .faq-content {
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.faq .faq-content p {
  font-size: 16px;
}

/* Testimonials */
.testimonials blockquote {
  margin: 0;
}

.testimonials blockquote:before {
  content: none;
}

.testimonials-slide {
  display: none;
  height: 120px;
}
.testimonials-slide.is-active {
  display: block;
}

.testimonials-pager {
  list-style-type: none;
  display: block;
  text-align: center;
  padding-left: 0;
}
.testimonials-pager > li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #274368;
}
.testimonials-pager > li.is-active {
  background-color: #274368;
}

/* Tabbed Navigation — The Evidence Base */
.navigation-tabbed {
  list-style-type: none;
  padding-left: 0;
  display: table;
  width: 100%;
  border-spacing: 2px;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 2.618em;
}
.navigation-tabbed li {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 0.618em;
  background: #fafafa;
  border-top: 2px solid #AEAEAE;
  color: #274368;
}
.navigation-tabbed li.is-active {
  background: #274368;
  color: white;
  border-color: #274368;
}

.tabs-content {
  display: none;
}
.tabs-content .display-table-cell {
  padding: 30px 10px;
}
.tabs-content .display-table-cell h3 {
  margin-top: 0;
}
.tabs-content .display-table {
  width: 100%;
  border-bottom: 1px solid #AEAEAE;
}
.tabs-content .display-table:hover {
  background-color: #f4f4f4;
}
.tabs-content .button {
  font-size: 14px;
}
.tabs-content .js-parent.is-open .arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.25s ease-in;
}
.tabs-content.is-active {
  display: block;
}

#publications .left-content {
  padding-top: 0;
}

/* Device width specific styles go here */
/* Min Width Queries */
@media screen and (min-width: 85.5em) {
  body.layout-3c-l .sidebar-secondary,
  body.layout-3c-c .sidebar-secondary,
  body.layout-3c-r .sidebar-secondary {
    width: 100%;
    margin-left: 0;
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    max-width: 1200px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .layout-1c .content {
    max-width: 100% !important;
  }

  body .site-footer .wrap {
    max-width: 1150px !important;
    padding-top: 40px;
    padding-bottom: 3em;
  }

  .inner .wrap {
    padding-top: 4em;
  }

  .layout-1c .inner .wrap {
    max-width: 1000px !important;
  }

  .evidence-base .inner .wrap {
    max-width: 1200px !important;
  }

  .full-width-section .section-content {
    max-width: 1000px;
    margin: 0 auto;
  }

  .full-width-section .section-content-1040 {
    max-width: 1040px;
    margin: 0 auto;
  }

  /* Menu Items */
  #menu-primary-items > li {
    margin-left: 5px;
    margin-right: 5px;
  }

  #menu-primary-items > li:first-child {
    margin-left: 0;
  }

  #menu-primary-items > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 72em) {
  .layout-2c-r .sidebar-primary {
    width: 16.67em !important;
    font-size: 1em !important;
  }

  .wrap {
    width: auto !important;
  }
}
@media screen and (min-width: 66.75em) {
  .full-width {
    width: 100vw;
    margin-left: calc( -1 * (( (100vw - 80em ) / 2 ) + (100vw / 20 ) ) );
  }

  .layout-3c-c #lander-breadcrumbs {
    padding-left: 18.75em;
  }

  .layout-3c-c .site-header .wrap {
    width: 100%;
    max-width: 100%;
  }

  .layout-3c-c .site-footer .wrap {
    width: 100%;
    max-width: 80em;
    padding-left: 5%;
    padding-right: 5%;
  }

  body.layout-3c-l .sidebar-secondary,
  body.layout-3c-c .sidebar-secondary,
  body.layout-3c-r .sidebar-secondary {
    margin-left: 18.75em;
    border-top: 5px solid;
    padding-top: 1em;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  .width-75 {
    width: 75%;
  }

  .width-90 {
    width: 90%;
  }

  .width-40 {
    width: 40%;
  }

  .width-25 {
    width: 25%;
  }

  body .site-footer .display-mobile {
    display: none;
  }
  body .site-footer .display-desktop {
    display: block;
  }
  body .site-footer .display-desktop .footer-widgets {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
  }

  .page-title,
  .section-title,
  .entry-title {
    font-size: 48px;
  }

  .video-container {
    width: 80%;
  }

  /* Getting Started — Steps Diagram */
  .steps-diagram {
    margin-bottom: 250px;
    margin-top: -120px;
  }

  .steps-diagram:before {
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    width: 100%;
    left: -5px;
    top: 40px;
    border-bottom: 2px dashed #ED0F29;
  }

  .steps-diagram li {
    width: 140px;
    height: 140px;
    border-radius: 50%;
  }

  .steps-diagram li:nth-child(1) {
    top: 200px;
  }

  .steps-diagram li:nth-child(2) {
    top: 150px;
  }

  .steps-diagram li:nth-child(3) {
    top: 100px;
  }

  .steps-diagram li:nth-child(4) {
    top: 50px;
  }

  /* Two Column Layout */
  .layout-2c-r .sidebar-primary,
  .layout-2c-l .sidebar-primary {
    width: 16.67em !important;
    font-size: 1em !important;
  }
  .layout-2c-r .content,
  .layout-2c-l .content {
    max-width: calc(100% - 16.67em);
    padding-left: 50px;
  }

  _:-ms-fullscreen .content, :root .layout-2c-r .content {
    width: calc(100% - 16.67em);
  }

  .navigation-side .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation-side .menu li a {
    padding: 0.618em 0;
    color: #274368;
    display: block;
    border-bottom: 1px solid #AEAEAE;
  }
  .navigation-side .menu .current-menu-item > a {
    background-color: #274368;
    font-weight: bold;
    color: #fff;
    border-bottom: none;
    padding: 1em;
  }

  .navigation-side,
  .navigation-side-inner {
    width: 16.67em;
  }

  .navigation-side-inner.is-fixed {
    width: 16.67em;
    position: fixed;
    top: 100px;
  }

  .navigation-side-logo {
    max-width: 120px;
    margin: 40px auto 0;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  /* Layout Set-up */
  .singular-course .full-width-section .section-content,
  .full-width-section .section-content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid-columns {
    display: flex;
    justify-content: space-between;
    margin-left: -2em;
  }
  .grid-columns .grid-col {
    padding-left: 2em;
    padding-bottom: 1.618em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 1 50%;
  }
  .grid-columns .grid-column {
    padding-left: 2em;
    padding-bottom: 1.618em;
    flex: 0 1 50%;
    justify-content: space-between;
  }
  .grid-columns .grid-content {
    padding-left: 1.618em;
  }
  .grid-columns .grid-content h3 {
    margin-top: 0;
  }

  /* Video Grid */
  .video-grid-section .video-row {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
  }
  .video-grid-section .video-column-1 {
    flex: 0 1 60%;
    margin-bottom: 10px;
  }
  .video-grid-section .video-column-2 {
    flex: 0 1 40%;
    margin-left: 10px;
  }
  .video-grid-section .video-row-2 {
    margin-left: -10px;
  }
  .video-grid-section .video-row-2 .video-column {
    flex: 0 1 50%;
    margin-left: 10px;
  }
  .video-grid-section .video-row-2 .video-column {
    flex: 0 1 50%;
    margin-left: 10px;
  }

  /* Stats Grid */
  .stats-columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .stats-columns .stat-column {
    flex: 0 1 calc(100% / 3);
  }

  .stat-column-1,
  .stat-column-2 {
    margin-right: 5px;
  }

  /* Column Classes */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds,
  .one-fifth,
  .two-fifths {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-fifth {
    width: 17.43589743589743%;
  }

  .two-fifths {
    width: 34.87179487179486%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  .key-feature {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .key-feature img {
    padding-right: 20px;
  }

  .members .download-item {
    width: 48.717948717948715%;
    float: left;
    margin-left: 2.564102564102564%;
  }

  .members .download-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* Max Width Queries */
@media screen and (max-width: 1199px) {
  .site-header {
    position: static;
  }
  .site-header .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-primary #menu-primary-items > li.menu-item-has-children {
    margin-right: 0px;
  }

  #menu-primary-items a {
    padding-left: 13px;
  }

  #menu-primary-items .hub-tab > a,
  #menu-primary-items .support-tab > a {
    margin-left: 15px !important;
  }

  .site-title {
    margin-bottom: 25px;
  }

  .site-branding {
    float: none;
    margin: 0 auto;
    padding-top: 25px;
    margin-top: 0 !important;
  }

  #menu-primary .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .menu-primary {
    float: none;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .inner {
    padding-top: 42px;
  }
}
@media screen and (max-width: 979px) {
  .site-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-primary {
    display: none;
  }

  .site-header .menu-toggle {
    width: 100% !important;
  }
  .site-header .menu-toggle,
  .site-header .sub-menu-toggle {
    display: block;
    visibility: visible;
  }
  .site-header .menu-toggle:before {
    content: "\2261";
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    position: relative;
    top: 5px;
    left: -10px;
    line-height: 10px;
  }
  .site-header .sub-menu-toggle:before {
    content: "+";
  }
  .site-header .sub-menu-toggle.activated:before {
    content: "-";
  }

  .menu-primary {
    display: none;
  }

  #menu-primary-items > li,
  #menu-primary-items > li a {
    width: 100%;
  }

  #menu-primary-items a {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .menu-primary .sub-menu {
    padding-left: 1.618em;
  }

  .menu-primary .menu-item-has-children:after {
    background-image: none;
  }

  .menu-primary .sub-menu {
    display: none;
  }

  #menu-primary-items .menu-item-has-children .sub-menu,
  #menu-sub-terms-items .menu-item-has-children .sub-menu {
    width: 100% !important;
    padding-left: 30px;
    background-color: #2e4f7b;
    opacity: 1;
    position: static;
    visibility: visible;
  }

  #menu-primary-items, #menu-sub-terms-items {
    margin: 0;
  }

  .menu-primary #menu-primary-items > li.menu-item-has-children {
    margin-right: 0;
  }

  body #menu-primary-items .hub-tab > a,
  body #menu-primary-items .support-tab > a {
    margin: 0;
    border-radius: 0;
    padding: 9px 1.72em;
    margin-left: 0 !important;
  }

  body #menu-primary-items .hub-tab .sub-menu-toggle {
    background-color: #ED0F29;
  }

  body.members #menu-primary-items > li {
    margin-left: 0;
  }

  body.members #menu-primary-items a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 900px) {
  .text-62 {
    font-size: 42px;
  }

  .text-32 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-tabbed {
    text-align: left;
  }
  .navigation-tabbed li {
    display: block;
    border-width: 1px;
  }

  .video-grid-section .video {
    min-height: 350px;
    margin-bottom: 10px;
  }

  .display-768 {
    display: block;
  }

  .misp_courses .course-headers,
  .overseas-courses .course-headers {
    display: none !important;
  }
  .misp_courses .display-table-row,
  .misp_courses .display-table-cell,
  .overseas-courses .display-table-row,
  .overseas-courses .display-table-cell {
    display: block;
    text-align: left;
  }
  .misp_courses .thead,
  .overseas-courses .thead {
    color: #274368;
    font-weight: 500;
    margin-right: 12px;
    display: inline-block;
  }
  .misp_courses .course-img img,
  .overseas-courses .course-img img {
    display: inline-block;
    position: relative;
    top: 10px;
  }

  .steps-diagram.steps-new::before {
    display: none;
  }

  .stat-column {
    margin-bottom: 10px;
  }

  .inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .renewal-icon {
    display: none;
  }

  .renewal-td {
    padding: 0;
  }

  .courses-slider .course-slider-thumbs {
    display: none;
  }

  .course-outline-section .display-table-row,
  .course-outline-section .display-table-cell {
    display: block;
    text-align: left;
  }

  .our-story-timeline-section:before,
  .our-story-timeline:before {
    display: none;
  }

  .our-story-timeline-date {
    line-height: 1.618em;
  }

  .our-story-timeline .content-left,
  .our-story-timeline .content-right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .our-story-timeline-section {
    margin: 25px auto;
    padding-bottom: 45px;
    border-bottom: 2px dashed #eee;
  }

  .testimonials-slide {
    height: 180px;
  }
}
@media screen and (max-width: 520px) {
  .evidence-base #publications .display-table-row {
    display: block;
    padding-bottom: 30px;
  }
  .evidence-base #publications .display-table-cell {
    padding: 0;
    display: block;
    text-align: left;
  }

  .video-grid-section .video {
    min-height: 250px;
  }
}
@media screen and (max-width: 480px) {
  body .form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-table,
  .display-table-cell {
    display: block;
  }

  button.js-next {
    margin-left: 0;
  }

  .checkbox {
    margin-bottom: 15px;
  }

  .mobile-footer .mobile-top,
  .mobile-footer .mobile-bottom {
    display: block;
  }

  .mobile-footer .mobile-top .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body .site-footer .footer-widget-4 img {
    width: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .download-item .eStore-thumbnail,
  .download-item .eStore-product-description {
    float: none;
  }

  img.alignleft, img.alignright {
    display: block;
    float: none;
    margin: 10px 0;
  }
}
/* Justin CSS -------------------------------------------
--------------------------------------------------------------------------------------*/
/* Global ---------------------------------------------- */
html {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
}

body {
  font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
}

p,
.collapsible-content p {
  margin: 0 0 25px 0;
}

ul, ol {
  margin: 0 0 15px 0;
}

caption {
  font-variant: inherit;
}

.content ul li, .content ol li {
  padding-bottom: 10px;
}

select, select:focus {
  transition: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  /* your normal text color here */
}

select:-moz-focusring * {
  color: #000;
  /* your normal text color here */
  text-shadow: none;
}

input[type="submit"], input[type="reset"], button, .button, .button:link {
  font-weight: normal;
  border-radius: 3px;
  text-transform: none;
}

a, :link,
a:visited {
  color: #C40B0B;
}

a:hover {
  color: #274368;
}

.entry-content :link:hover, .comment-content :link:hover, .widget > * :link:hover, :link:hover {
  border: none;
  color: #274368;
}

.dark-blue-link {
  color: #274368 !important;
}

.dark-blue-link:hover {
  color: #C40B0B !important;
}

hr {
  height: 1px;
  background: #D4D4D4;
  border: none;
  margin: 0 0 25px 0;
}

/* Header ----------------------------------------------- */
.site-header {
  border-bottom: 3px solid #394A6B;
  box-shadow: 0 0 6px #444;
}

.site-branding {
  margin-top: 4px;
}

.site-title a {
  width: 112px;
  height: 65px;
  background: url("assets/logos/logo-updated.svg") no-repeat center/contain;
}

/*.site-header .wrap {
	max-width:1170px !important;
}*/
body .site-description {
  margin: 0;
}

/* Nav ----------------------------------------------- */
#menu-primary-items .sub-menu {
  font-size: 12px;
  text-align: left;
}

#menu-primary-items :link, #menu-primary-items :visited, #menu-sub-terms-items :link, #menu-sub-terms-items :visited {
  color: #274368;
}

#menu-primary-items .sub-menu a, #menu-primary-items .current-menu-item .sub-menu a, #menu-primary-items .current-menu-ancestor .sub-menu a {
  color: #274368;
}

#menu-primary-items :link:hover, #menu-primary-items :visited:hover {
  color: #3A567B;
}

.menu-primary .menu-item-has-children:hover::after {
  opacity: .8;
}

/*#menu-primary-items > li {
	margin-left: 7px;
	margin-right: 7px;
}

#menu-primary-items > li a {
	padding-left:0;
}*/
#menu-primary-items > li {
  margin: 0;
}

#menu-primary-items > li.menu-item-has-children {
  margin-right: 4px;
}

#menu-primary-items .hub-tab {
  margin-right: 0 !important;
}

#menu-primary-items .hub-tab > a {
  color: #fff !important;
  background: #274368 !important;
  padding: 5px 14px 4px;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  font-weight: normal !important;
}

#menu-primary-items .hub-tab > a:hover {
  color: #fff !important;
  background: #f0041d !important;
}

.menu-primary .hub-tab::after {
  display: none;
}

#menu-primary-items .hub-tab .sub-menu {
  width: 150px;
}

#menu-primary-items .hub-tab .sub-menu a {
  background-color: #274368;
  color: #fff;
}

#menu-primary-items .hub-tab .sub-menu a:hover {
  color: #fff;
  background-color: #f0041d !important;
}

#menu-primary-items .support-tab {
  margin-right: 0 !important;
}

#menu-primary-items .support-tab > a {
  color: #fff !important;
  background: #38B54A !important;
  padding: 5px 14px 4px;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  font-weight: normal !important;
}

#menu-primary-items .support-tab > a:hover {
  color: #fff !important;
  background: #f0041d !important;
}

#menu-primary-items .menu-item-27027 .sub-menu {
  width: 220px;
}

#menu-primary-items .menu-item-27027 .menu-item-has-children:hover > .sub-menu {
  left: 220px;
}

#menu-primary-items .menu-item-27026 .menu-item-has-children:hover > .sub-menu {
  left: -200px;
}

/*#menu-primary-items :link:hover, #menu-primary-items :visited:hover {
	color: #415375;
}*/
/* Footer ----------------------------------------------- */
body .site-footer {
  font-size: 13px;
}

body .site-footer a {
  border: none;
  text-decoration: none;
}

body .site-footer a:hover {
  color: #c1c1c1;
}

/* Homepage ----------------------------------------------- */
.intro-section .text-20,
.video-intro-section .text-20 {
  line-height: 1.45em;
}

.video-intro-section .video-bg {
  border: 2px solid #fff;
}

.video-intro-section .video-bg:hover {
  cursor: pointer;
}

/*
.video-grid-section .video-2 {
	background: url("assets/images/interview-12.jpg") no-repeat center/cover;
}

.video-grid-section .video-4 {
	background: url("assets/images/interview-1.jpg") no-repeat center/cover;
}
*/
.home {
  /*.million-minds-campaign h2 {
  	color: #fff;
  	font-weight: 300;
  	font-size: 48px;
  	margin-bottom:30px;
  	font-style: italic;
  }*/
  	/*.million-minds-campaign .button {
  		background:#2C285E;
  		color: #fff !important;
  	}
  
  	.million-minds-campaign .button:hover {
  		background:#363268;
  		color:#fff !important;
  	}*/
  	/*.masthead-homepage .button {
  		background: #f0041d !important;
  		color: #fff !important;
  		font-size:19px;
  		font-weight:300;
  		margin:13px 0 0;
  	}
  
  	.masthead-homepage .button:hover {
  		background: #fff !important;
  		color: $blue !important;
  	}*/
}
.home .masthead-homepage {
  background: url("assets/images/home-2c.jpg") no-repeat center/cover;
  background-attachment: fixed;
  height: 62vh;
  position: relative;
  padding-top: 90px;
  display: table;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid rgba(170, 170, 170, 0.5);
  max-height: 462px;
}
.home .masthead-homepage .wrap {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 35px;
}
.home .masthead-headline {
  margin: 0;
}
.home .home-headline {
  background: rgba(27, 44, 77, 0.55);
  padding: 20px 15px;
  margin-bottom: 0;
  margin-top: 87px;
}
.home .main-headline {
  font-size: 33px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.home .secondary-headline {
  font-size: 17px;
  max-width: 1000px;
  margin: 0 auto;
  font-style: italic;
  color: #fff;
}
.home .main-headline,
.home .secondary-headline {
  text-shadow: 0 3px 6px #000;
}
.home .hero-section {
  margin-top: 77px;
  border-bottom: 3px solid rgba(170, 170, 170, 0.5);
}
.home .hero-section div, .home .hero-section p, .home .hero-section a, .home .hero-section h2, .home .hero-section h3, .home .hero-section h4 {
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;
}
.home .hero-section .wrap {
  padding: 0 !important;
}
.home .hero-section .main-headline h2 {
  font-size: 32px !important;
  font-weight: 400 !important;
  text-shadow: 0 3px 6px #000 !important;
  color: #fff !important;
}
.home .hero-section .sub-headline p {
  font-size: 17px !important;
  color: #fff !important;
  text-shadow: 0 3px 6px #000 !important;
  color: #fff !important;
  font-style: italic !important;
}
.home .hero-section .hero-btn {
  border-radius: 3px !important;
}
.home .hero-section .white-btn a {
  background: #fff !important;
  color: #3D547E !important;
  padding: 13px 37px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
  transition: all .4s !important;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6) !important;
}
.home .hero-section .white-btn a:hover {
  background: #3D547E !important;
  border: 1px solid #3D547E;
  color: #fff !important;
}
.home .hero-section .nextend-arrow-previous,
.home .hero-section .nextend-arrow-next {
  filter: drop-shadow(1px 4px 2px rgba(0, 0, 0, 0.8));
}
.home .litebox-overlay {
  background: rgba(21, 49, 86, 0.8) !important;
}
.home .schedule-heading,
.home .video-heading,
.home .home-sign-up-section .lander-landing-sections-section-title {
  font-size: 40px;
}
.home .lander-landing-sections-section-title {
  font-size: 36px;
  font-weight: normal;
}
.home .home-courses-section .js-courses {
  margin-bottom: 30px;
}
.home .course-table-more {
  text-align: center;
}
.home .course-table-more p {
  margin-top: 30px;
  font-weight: 500;
  color: #274368;
}
.home .home-courses-section .wrap {
  padding-top: 50px;
  padding-bottom: 40px;
}
.home .home-sign-up-section .wrap {
  padding-top: 50px;
  padding-bottom: 30px;
}
.home .landing-box-wrap {
  background: #f0f0f0;
}
.home .background-greyscale-light {
  background: #f2f2f2;
}
.home .landing-box-wrap .landing-section {
  padding: 40px 0;
  max-width: none !important;
}
.home .after-header-second.landing-box-wrap .landing-section {
  padding: 0;
}
.home .landing-box {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  max-width: 1050px;
  margin: 0 auto;
}
.home .landing-box.dark-blue {
  background: #274368;
  color: #fff;
}
.home .after-header-second .landing-box {
  position: relative;
  top: -50px;
}
.home .after-header-second .landing-box .button-red:hover {
  background: #274368 !important;
  color: #fff !important;
}
.home .landing-box .one-third img {
  width: 100%;
  /*height:175px;*/
  display: block;
  margin: 0 auto;
}
.home .landing-box-wrap .lander-landing-sections-section-title {
  text-align: center;
}
.home .landing-box-wrap .text-under {
  margin: 0;
  background: #eee;
  padding: 10px;
}
.home .landing-box-wrap .one-third {
  text-align: center;
  margin-bottom: 0;
}
.home .landing-box-wrap h3 {
  background: #e5e5e5;
  color: #274368;
  padding: 15px 10px;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
.home .after-header-second.landing-box-wrap h3 {
  background: #153156;
  color: #fff;
  font-weight: 300;
}
.home .video-intro-section {
  background-color: #fff;
  color: #274368;
}
.home .video-intro-section h2 {
  color: #274368;
}
.home .video-intro-section .wrap {
  padding-bottom: 30px;
  padding-top: 40px;
}
.home .million-minds-campaign {
  background: #fff;
  text-align: center;
  padding: 30px 0 35px;
  margin-bottom: 0;
}
.home .million-head {
  font-size: 52px;
  margin-bottom: 10px;
  font-weight: 900;
}
.home .million-minds-campaign {
  background: #203761;
  color: #fff;
  text-align: center;
  padding: 30px 0 10px;
  margin-bottom: 40px;
}
.home .million-minds-campaign .button-blue {
  background: #a3bfe4 !important;
  color: #203761 !important;
}
.home .million-minds-campaign .button-blue-lighter {
  background: #587ead !important;
  color: #fff !important;
}
.home .million-minds-campaign .button-blue:hover,
.home .million-minds-campaign .button-blue-lighter:hover {
  background: #fff !important;
  color: #203761 !important;
}
.home .million-minds-campaign h3 {
  color: #88a4c9;
}
.home .million-minds-campaign strong {
  color: #a3bfe4;
}
.home .logo-grid {
  margin: 15px auto 5px;
}
.home .video-grid-section .video-play-button {
  width: 60px;
}
.home .video-grid-section .wrap {
  max-width: 1270px !important;
  padding-bottom: 40px;
  padding-top: 0;
}
.home .highlight-courses-columns {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home .highlight-courses-section .highlight-courses-columns .course-column {
  margin: 0 10px;
}
.home .landing-box-wrap .video-container {
  margin: 0;
}
.home .homepage-stats-section .stats-content {
  padding: 35px;
  min-height: 250px;
}
.home .button-masthead {
  background: url("assets/logos/MMM-button-34.png") no-repeat center/cover !important;
  background-color: #f0041d !important;
  text-indent: -9999em;
  display: block;
  height: 59px;
  width: 320px;
  margin: 13px auto 0;
  padding: 0;
  max-width: 100%;
}
.home .button-masthead:hover {
  background-color: #274368 !important;
}
.home .after-header-second.landing-box-wrap .landing-section {
  padding: 0 !important;
}
.home .after-header-second .landing-box.second {
  top: -20px;
  margin-bottom: 13px;
}
.home .home-logos {
  background: #eee;
}
.home .home-logos-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
.home .home-logos a {
  border: none !important;
}
.home .home-logos .one-fifth {
  height: 125px;
  /* equals max image height */
  line-height: 125px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 15px;
}
.home .home-logos .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.home .home-logos img {
  vertical-align: middle;
  max-height: 125px;
}
.home .after-header-second {
  margin-bottom: 20px;
}
.home .after-header-second .landing-box {
  top: -35px;
}
.home .button-masthead {
  margin: 15px auto 12px;
}
.home .home-full .wrap {
  margin: 0;
  padding: 0 !important;
  max-width: none !important;
}
.home .schedule-heading, .home .video-heading, .home .home-sign-up-section .lander-landing-sections-section-title {
  font-size: 33px;
}
.home .schedule-heading::after {
  width: 70px;
  height: 2px;
  background-color: #ED0F29;
  margin: 15px auto;
  content: '';
  display: block;
}
.home .home-main-copy {
  max-width: 1050px;
  margin: 0 auto;
  padding: 18px 20px;
}
.home .home-logos-wrap {
  padding: 35px 0;
}
.home .home-blog-posts .featured-post-title {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
}
.home .home-blog-posts .featured-post-title a {
  border: none;
}
.home .home-blog-posts .featured-image {
  width: 70px;
  float: left;
  margin: 0 15px 5px 0;
}
.home .home-blog-posts .featured-post-description {
  font-size: 15px;
}
.home .home-blog-posts .featured-post-description a {
  border: none;
}
.home .home-blog-posts a {
  border: none;
}
.home #courses .display-table {
  width: 100%;
  margin-bottom: 25px;
}
.home #courses .display-table-row .display-table-cell {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  padding-top: 5px;
}
.home #courses .display-table-row.course-headers .display-table-cell {
  font-weight: 500 !important;
}
.home #courses .thead {
  font-style: normal;
}
.home #courses .display-table-row:first-child .display-table-cell {
  padding-top: 0;
  font-size: 16px !important;
  font-style: normal !important;
}
.home #courses .display-table-row .display-table-cell:first-child,
.home #courses .display-table-row .display-table-cell:nth-child(5) {
  display: none;
}
.home #courses .display-table-row:first-child .display-table-cell {
  padding-top: 0;
}
.home #courses .display-table-row .display-table-cell:nth-child(2) {
  font-size: 14.5px;
  color: #274368;
  font-weight: 400;
}
.home #courses .display-table-row .display-table-cell:nth-child(3) {
  font-size: 13px;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
}
.home #courses .display-table-row .display-table-cell:nth-child(4) {
  font-size: 14.5px;
}
.home .home-news .one-half {
  background: #f0f0f0;
  padding: 30px 20px 5px;
}
.home .home-news .featured-post-description p {
  margin-bottom: 17px;
}
.home .home-social {
  margin: 40px 0 20px;
}
.home .home-social .one-half,
.home .home-social .social-box {
  background: #f0f0f0;
  padding: 20px 8px 27px;
}
.home .home-social .text-center a {
  border: none !important;
}
.home .home-social .text-center img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}
.home .home-social .ff-stream {
  padding: 0;
  min-height: 0 !important;
}
.home .home-social .ff-stream-wrapper {
  margin-top: 0;
}
.home .home-social .ff-loadmore-wrapper .ff-btn {
  background-color: #274368 !important;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
  text-transform: none;
  font-size: 16px;
  padding: 0.618em 2em;
}
.home .home-social .ff-loadmore-wrapper .ff-btn:hover {
  background-color: #203755 !important;
}
.home .home-social .ff-twitter a {
  color: #C40B0B;
}
.home .home-newsletter {
  margin: 40px auto 30px;
  background: #f0f0f0;
  padding: 25px 30px 10px;
  max-width: 870px;
}
.home .home-newsletter h4 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 25px;
}

.video-container .play-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 23px);
}

.home-hover-box {
  position: relative;
}
.home-hover-box .button-wrap {
  margin: 0;
}
.home-hover-box .button {
  font-size: 14px;
}
.home-hover-box .button-white:hover {
  background: #e3e3e3 !important;
}

.home-hover-box .hover-content {
  background: rgba(39, 67, 104, 0.8);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  padding: 25px 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20%;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 1;
  width: 100%;
}

.home-hover-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.home-new .inner {
  display: block;
  padding-top: 0;
}
.home-new .inner .wrap {
  max-width: 1200px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-new .inner > .wrap {
  display: block;
  max-width: none !important;
  padding: 0 !important;
}
.home-new .landing-box-wrap,
.home-new .home-news .one-half {
  background: #eee;
}
.home-new .home-news .one-half {
  margin-bottom: 40px;
}
.home-new .masthead-homepage .wrap {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 35px;
}
.home-new .masthead-homepage .home-headline {
  padding: 20px 25px;
}
.home-new .masthead-homepage .button-masthead {
  background: #fff !important;
  border: 1px solid #fff;
  margin: 21px auto 40px;
  color: #3D547E !important;
  text-indent: 0;
  height: auto;
  width: auto;
  padding: 10px 30px;
  display: inline-block;
}
.home-new .masthead-homepage .button-masthead:hover {
  background: #3D547E !important;
  border: 1px solid #3D547E;
  color: #fff !important;
}
.home-new .courses {
  margin-bottom: 40px;
}
.home-new .courses .wrap {
  padding-bottom: 10px;
}
.home-new .home-logos .home-logos-wrap {
  padding: 35px 0 0;
}
.home-new .home-logos .text-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.home-new .home-logos .one-fifth {
  line-height: 1.5;
  height: auto;
}
.home-new .home-logos .one-fifth .wp-caption-text a {
  display: block;
  color: #fff !important;
  background-color: #ec2024;
  border-radius: 3px;
  padding: 9px 20px;
  margin: 25px auto 40px;
  max-width: 192px;
  font-size: 15px;
  transition: all .4s;
}
.home-new .home-logos .one-fifth .wp-caption-text a:hover {
  background-color: #274368;
}
.home-new .home-logos .wp-caption {
  margin: 0 auto;
}
.home-new .home-logos img {
  height: 90px;
  width: auto;
}
.home-new .home-newsletter {
  background: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.home-new .home-newsletter ul {
  max-width: 190px;
  padding: 0 0 0 15px;
  margin: 0 auto 15px;
}
.home-new .video-container {
  margin: 25px auto 25px;
}
.home-new .video-container .video-note {
  color: #fff;
  line-height: 1.2em;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  background: none;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.home-new .homepage-stats-new {
  margin-bottom: 30px;
  padding-top: 0;
}
.home-new .homepage-stats-new .wrap {
  max-width: none !important;
}
.home-new .homepage-stats-new .top-wrap {
  padding: 20px 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.home-new .homepage-stats-new .text-62 {
  font-size: 55px;
  margin-bottom: 10px;
}
.home-new .homepage-stats-new .text-62 .text-red {
  color: #fff;
}
.home-new .homepage-stats-new .text-32 {
  font-size: 20px;
  text-transform: none !important;
  line-height: 1.3;
}
.home-new .blue-bg {
  color: #fff;
}
.home-new .blue-bg h2, .home-new .blue-bg h3, .home-new .blue-bg h4 {
  color: #fff;
}
.home-new .blue-bg a, .home-new .blue-bg a:visited, .home-new .blue-bg a, .home-new .blue-bg a:visited {
  color: #fff;
}
.home-new .blue-bg a:hover {
  border: none;
  color: #AAC6EB;
}
.home-new .featured-quote {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 40px 0;
  line-height: 1.4;
}

/* Landing page ----------------------------------------------- */
.masthead-page .masthead {
  background-attachment: fixed;
  height: 52vh;
  position: relative;
  padding-top: 90px;
  display: table;
  width: 100%;
  text-align: center;
  background-position-y: -181px;
  border-bottom: 3px solid rgba(170, 170, 170, 0.5);
}

.masthead-page.train .masthead {
  background: url("assets/images/masthead-train.jpg") no-repeat center/cover;
}

.masthead-page .masthead .wrap {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.masthead-page .inner {
  padding-top: 0;
}

.masthead-page .inner .wrap {
  padding-top: 40px;
}

.landing-box {
  background: #fff;
  /*box-shadow:0 1px 8px rgba(0,0,0,0.3);
  border: 10px solid #eee;
  padding:25px 20px 0;*/
  max-width: 1050px;
  margin: 0 auto;
}

.landing-box.dark-blue {
  background: #274368;
  color: #fff;
}

.landing-box .one-third img {
  width: 100%;
  /*height:175px;*/
  display: block;
  margin: 0 auto;
}

.landing-box-wrap .lander-landing-sections-section-title {
  text-align: center;
}

.landing-box-wrap .text-under {
  margin: 0;
  background: #eee;
  padding: 10px 15px;
}

.landing-box-wrap .one-third {
  /*text-align:center;	*/
  margin-bottom: 25px;
}

.landing-box-wrap h3 {
  background: #153156;
  color: #fff;
  padding: 15px 10px;
  margin: 0;
  text-align: center;
  font-weight: 300;
}

/* Maps / Mapify ----------------------------------------------- */
.map-landing .maps-list .one-fourth,
.map-landing .maps-list .one-half,
.map-landing .maps-list .one-third {
  margin-bottom: 40px;
  line-height: 1.5;
  height: auto;
}
.map-landing .maps-list .one-fourth img,
.map-landing .maps-list .one-half img,
.map-landing .maps-list .one-third img {
  height: 90px;
  width: auto;
  vertical-align: middle;
  max-height: 125px;
}

.map-page .marker-cluster-small div,
.map-page .marker-cluster-medium div,
.map-page .marker-cluster-large div {
  background-color: rgba(239, 10, 10, 0.8);
  color: #fff;
}
.map-page .marker-cluster-small,
.map-page .marker-cluster-medium,
.map-page .marker-cluster-large {
  background-color: rgba(239, 10, 10, 0.5);
}
.map-page .mpfy-selecter-wrap .selecter,
.map-page .mpfy-controls .mpfy-search-form {
  background-color: #274368;
}
.map-page .mpfy-controls .mpfy-search-form .mpfy-search-field::after,
.map-page .mpfy-controls .mpfy-search-radius::after {
  background-color: #fff;
}
.map-page .mpfy-controls {
  z-index: 900;
}
.map-page .mpfy-zoom .mpfy-zoom-in,
.map-page .mpfy-zoom .mpfy-zoom-out {
  border: none;
}
.map-page .mpfy-zoom .mpfy-zoom-in {
  background: url("assets/icons/map-zoom-in.png") no-repeat center;
}
.map-page .mpfy-zoom .mpfy-zoom-out {
  background: url("assets/icons/map-zoom-out.png") no-repeat center;
}
.map-page .mpfy-p-local-info {
  display: none;
}
.map-page .mpfy-p-entry {
  float: none;
}
.map-page .mpfy-p-popup {
  max-width: 700px;
}
.map-page .mpfy-p-popup .mpfy-title h1 {
  color: #274368;
  text-align: center;
  font-size: 19px;
  margin-bottom: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.map-page .mpfy-p-entry {
  text-align: center;
}
.map-page .mpfy-p-entry a {
  color: #274368;
  border: none;
}
.map-page .mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-closest-pin {
  color: #fff;
  background: #274368;
  text-decoration: none;
  border: none;
}
.map-page .mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-closest-pin:hover {
  background: #203755;
}
.map-page .mpfy-tooltip.mpfy-flip-tooltip .mpfy-close-tooltip {
  background-color: #274368;
  border: none;
}
.map-page .mpfy-tooltip.mpfy-flip-tooltip .mpfy-close-tooltip:hover {
  background-color: #203755;
}
.map-page .leaflet-bottom {
  display: none !important;
}
.map-page .mpfy-p-popup .mpfy-p-bottom {
  padding-top: 25px;
}

/* Fix mapify popup bug in Safari */
/* .mpfy-p-popup-show > .mpfy-p-popup {
	transition: none !important;
} */
/* Map contact forms ---------- */
.misp-dynamic-recipient-form {
  width: 350px;
  margin: 0 auto !important;
  background: #274368;
  border: 1px solid #CCC;
  padding: 15px 15px 5px !important;
}

.misp-dynamic-recipient-form input,
.misp-dynamic-recipient-form textarea {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 1px solid #CCC;
  color: #2A3B59;
  font-family: inherit;
  font-size: 13px;
  padding: 10px;
  margin-top: 3px;
  border-radius: 3px;
}

.misp-dynamic-recipient-form input:focus,
.misp-dynamic-recipient-form textarea:focus {
  background: #C7DEFC;
  border: 1px solid #7990b7;
}

.misp-dynamic-recipient-form .failure {
  font-size: 12px;
  font-weight: normal;
  padding: 8px;
  margin-bottom: 10px;
}

.misp-dynamic-recipient-form form .failure {
  margin-bottom: 5px;
}

.misp-dynamic-recipient-form form .success {
  background: #2A3B59;
  color: #6dafff;
  text-align: center;
  border: none;
  padding: 10px;
  margin-bottom: 15px;
}

.misp-dynamic-recipient-form #mispcf-submit {
  background: #6dafff;
  border: 3px double #ffffff;
  border-radius: 3px;
  color: #ffffff;
  font-weight: normal;
  padding: 12px 0 10px;
  display: block;
  max-width: 200px;
  margin: 18px auto 0;
}

.misp-dynamic-recipient-form #mispcf-submit:hover {
  background: #ffffff;
  border-color: #CCC;
  color: #25446d;
  cursor: pointer;
}

.misp-dynamic-recipient-form p {
  margin-bottom: 20px !important;
  text-align: left !important;
  font-size: 14px !important;
  color: #FFF !important;
  padding-bottom: 0 !important;
}

body .success {
  background: #274368;
  color: #FFF;
  text-align: center;
  padding: 12px 14px;
  border: none;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body .failure {
  background: #c40b0b;
  color: #FFF;
  text-align: center;
  padding: 12px 14px;
  border: none;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Hover boxes ----------------------------------------------- */
.hover-boxes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}

.hover-boxes .hover-box {
  width: 300px;
  height: auto;
  text-align: center;
  top: 0 !important;
  display: flex;
  align-items: top;
  justify-content: center;
  background: #eee;
  padding: 20px;
  margin: 0 10px 20px;
  position: relative;
}
.hover-boxes .hover-content {
  background: rgba(39, 67, 104, 0.9);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transition: all .25s;
  transition: all .25s;
  margin-top: -120px;
  z-index: 1;
}
.hover-boxes .hover-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.hover-boxes .hover-box-img {
  margin-bottom: 5px;
}
.hover-boxes .hover-box-text {
  color: #274368;
  margin: 0;
}
.hover-boxes .text-16 {
  margin: 10px 0 15px;
  font-size: 17px;
}
.hover-boxes .button-white:hover {
  background: #e3e3e3 !important;
}

.hover-boxes.bios .hover-box {
  width: 300px;
  margin: 0 10px 50px;
  padding: 0;
  background: none;
}
.hover-boxes.bios .hover-content {
  background: rgba(39, 67, 104, 0.9);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30%;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}
.hover-boxes.bios .hover-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.hover-boxes.bios .bio-img {
  margin-bottom: 18px;
}
.hover-boxes.bios .bio-img img {
  max-width: 260px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  object-fit: cover;
}
.hover-boxes.bios .bio-name {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 400;
  color: #274368;
}
.hover-boxes.bios .bio-title {
  color: #274368;
  margin: 0;
}
.hover-boxes.bios .text-16 {
  margin: 10px 0 15px;
  font-size: 17px;
}
.hover-boxes.bios .button-white:hover {
  background: #e3e3e3 !important;
}

.materials-collapsible .collapsible-heading {
  position: relative;
  margin-bottom: 15px;
}
.materials-collapsible .collapsible-heading a {
  display: block;
  cursor: pointer;
  background-color: #f0f1f1;
  border: none;
  padding: 15px 40px 15px 15px;
  color: #274368;
}
.materials-collapsible .collapsible-heading a::before,
.materials-collapsible .collapsible-heading.opened a::before {
  display: none;
}
.materials-collapsible .collapsible-heading .collapsible-before {
  display: table-cell;
  width: 50px;
  height: 50px;
  background: #274368;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 0;
  vertical-align: middle;
  content: "";
}
.materials-collapsible .collapsible-heading .collapsible-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.materials-collapsible .collapsible-heading a::after {
  display: inline-block;
  color: #e20d13;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 10px solid;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
  position: absolute;
  right: 20px;
  top: 43%;
}
.materials-collapsible .collapsible-heading.opened a::after {
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid;
}

/* Misc ----------------------------------------------- */
.grey-bg {
  background-color: #eee;
}

.blue-bg {
  background-color: #274368;
}

.img-link {
  border: none;
}

.background-greyscale-light {
  background-color: #f4f4f4;
}

.single-course-details .display-table-cell, .overseas-courses .display-table-cell, .upcoming-courses .display-table-cell {
  padding: 10px 0;
  border-bottom: 1px solid #C9C9C9;
}

.single-course-details {
  margin-bottom: 40px;
}

.js-courses .course-headers {
  color: #274368;
}

.misp_courses .table-event-link a {
  color: #274368;
  font-weight: 400;
  border: none;
}
.misp_courses .table-event-link a:hover {
  color: #C40B0B;
}

.upcoming-courses .misp_courses .display-table-row .display-table-cell:nth-child(3),
.upcoming-courses .overseas-courses .display-table-row .display-table-cell:nth-child(3) {
  font-size: .9em;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
}
.upcoming-courses .misp_courses .display-table-row .display-table-cell .thead,
.upcoming-courses .overseas-courses .display-table-row .display-table-cell .thead,
.upcoming-courses .misp_courses .display-table-row.course-headers .display-table-cell:nth-child(3),
.upcoming-courses .overseas-courses .display-table-row.course-headers .display-table-cell:nth-child(3) {
  font-size: 1em;
  font-style: normal;
}

.page-title.text-align-center,
.page-title.text-center,
.title-center .entry-title {
  text-align: center;
}

.page-title.text-align-center:after,
.page-title.text-center:after,
.title-center .entry-title:after {
  margin-left: auto;
  margin-right: auto;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.specialbox {
  margin-bottom: 25px;
}

.specialbox.grey {
  background: #eee;
  padding: 20px;
  color: inherit;
}

.specialbox.light-blue {
  background: #dae7ed;
  padding: 20px;
  color: inherit;
}

.specialheader.light-blue {
  background: #dae7ed;
  padding: 20px 10px;
}

.specialbox a,
.specialbox a:visited,
.landing-box.dark-blue a,
.landing-box.dark-blue a:visited {
  color: #fff;
}

.entry-content .specialbox a:hover,
.landing-box.dark-blue a:hover {
  border: none;
  color: #AAC6EB;
}

.specialbox.grey a,
.specialbox.grey a:visited,
.specialbox.light-blue a,
.specialbox.light-blue a:visited {
  color: #C40B0B;
}

.specialbox.grey a:hover,
.specialbox.light-blue a:hover {
  color: #274368;
}

.specialbox.grey .button:visited {
  color: #fff;
}

.line {
  border-bottom: 1px solid #D3D3D3;
  clear: both;
  margin: 0 0 20px;
}

.faq .faq-content {
  padding-top: 20px;
}

.overseas-partner-text {
  padding: 27px 0 0;
  font-weight: 500;
  color: #274368;
  text-align: center;
}

.overseas-partner-text p {
  margin: 0;
}

.course-outline-section.course-list h2 {
  margin-bottom: 5px;
}

.courses-slider .course-slider-previous,
.courses-slider .course-slider-next {
  margin-top: -30px;
}

#train-slider {
  width: 70%;
  margin-top: 0;
  padding-top: 15px;
}

.courses-slider .courses-slider-slides {
  margin-bottom: 0;
  text-align: center;
}

.course-outline-section:not(:last-of-type),
.course-outline-section .display-table-row,
.navigation-side .menu li a,
.course-structure .course-structure-section-title,
.tabs-content .display-table,
.navigation-tabbed li,
.home-courses-section .display-table-cell {
  border-color: #DBDBDB;
}

.navigation-side .menu li a:hover {
  border-bottom: 1px solid #DBDBDB;
  color: #C40B0B;
}

.navigation-side .menu .current-menu-item > a:hover {
  border: none;
  color: #fff;
}

.navigation-side .menu .navigation-side-title a {
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
}

.navigation-side .menu .sub-menu {
  list-style-type: none;
}

.navigation-side #menu-item-27090 .current-menu-item > a {
  padding: 0.618em;
}
.navigation-side #menu-item-27090 .current-menu-item > a span {
  color: #fff !important;
}

.mailing-list {
  text-align: center;
}

.mailing-list h2 {
  margin-bottom: 16px;
}

.has-cookie-bar.cookie-bar-bar #catapult-cookie-bar {
  opacity: .95;
  padding-top: 27px;
  padding-bottom: 27px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.has-cookie-bar.cookie-bar-bar #catapult-cookie-bar {
  transition: none;
}
.has-cookie-bar.cookie-bar-bar #catapult-cookie-bar a, .has-cookie-bar.cookie-bar-bar #catapult-cookie-bar button {
  transition: none;
}

.cookie-bar-bar button#catapultCookie {
  padding: 7px 9px 6px;
  font-weight: normal;
  line-height: initial;
}

.cookie-bar-bar button#catapultCookie:hover {
  background: #fff;
}

.course-outline-section h2,
h2.course-outline-section-title {
  font-size: 22px;
  font-weight: 500;
}

.video-container {
  width: 100%;
  margin: 35px auto;
}

.video-container .video-note {
  position: absolute;
  top: 78%;
  left: 4%;
  color: #fff;
  font-size: 18px;
  background: rgba(39, 67, 104, 0.8);
  padding: 10px 15px;
}

.video-container .video-bg:hover {
  cursor: pointer;
  opacity: .9;
}

.course-structure .course-structure-section-arrow {
  top: 28px;
}

.button-blue,
.button-blue:hover {
  color: #fff !important;
}

.tabs-content .display-table.js-parent:hover {
  cursor: pointer;
}

.tabs-content .display-table img {
  margin-right: 20px;
}

.tabs-content .display-table img.alignleft {
  margin-bottom: 0;
  margin-top: -10px;
}

.entry-content a.display-block,
.members .entry-content a.display-block {
  display: block;
  border: none;
}

.entry-content a img:hover,
.entry-content a:hover img,
.lander-landing-sections-landing-section a img:hover,
.lander-landing-sections-landing-section a:hover img {
  opacity: .9;
}

.steps-diagram li .inner {
  z-index: 1;
}

.simpletable {
  border-spacing: 2px;
  border-collapse: separate;
}

.simpletable td {
  vertical-align: middle;
  background: #EDEDED;
  padding: 10px;
  border: none;
}

.simpletable tr {
  border: none;
}

.simpletableblue td {
  background: #D1DEE4;
  padding: 10px;
}

td.half {
  width: 48%;
  vertical-align: top;
}

.begin-schedule .collapsible-heading {
  font-weight: normal;
}

.begin-schedule .content table {
  border-spacing: 2px;
  border-collapse: separate;
  max-width: 800px;
  margin: 0 auto;
}

.begin-schedule .content table td {
  vertical-align: middle;
  background: #EDEDED;
  padding: 10px;
  border: none;
}

.begin-schedule .content table tr {
  border: none;
}

.begin-schedule .content table .column-1 {
  font-weight: 500;
  color: #274368;
  background: #dbdbdb;
  width: 100px;
  width: 200px;
}

.full-img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
}

.collapsible-font-normal .collapsible-heading {
  font-weight: normal;
}

.collapsible-heading-inline .collapsible-heading a {
  display: inline-block;
  margin: 0;
}

.what-is-it-page .grid-columns img {
  max-height: 90px;
  width: auto;
}

.font-500,
.weight-500 {
  font-weight: 500;
}

.navigation-side-logo {
  max-width: 150px;
  margin: 40px auto 30px;
  display: block;
}

.course-structure-section .course-structure-section-title .text-blue {
  font-weight: 500;
}

.error-404 .entry-content a {
  border: none;
}

.collapsible-heading a {
  border: none;
}

.collapsible-content {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.section-title {
  font-size: 38px;
}

.button-blue {
  color: #fff;
}

.renew-page .eStore_buy_now_button,
.renew-page .button-blue {
  font-size: 18px;
  padding: 14px 40px;
  font-weight: normal;
  line-height: 1;
}

.button-blue-lighter {
  background: #3e6493 !important;
  color: #fff !important;
}

.button-blue-lighter:hover {
  background: #284E7D !important;
  color: #fff !important;
}

.captcha-class {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}

/* Course train pages ----------------------------------------------- */
.no-bottom-space article.entry {
  margin-bottom: 0;
}

.hide-course-sections .prereqs-section,
.hide-course-sections .training-course-section,
.hide-course-sections .course-list,
.hide-course-sections .testimonials-section,
.hide-course-sections .faq-section {
  display: none;
}

/* .begin page */
.singular-page-24757 .prereqs-section,
.singular-page-24757 .training-course-section {
  display: none;
}
.singular-page-24757 article.entry {
  margin-bottom: 0;
}

/* Paws b page */
.singular-page-22359 .prereqs-section,
.singular-page-22359 .training-course-section
.testimonials-section,
.singular-page-22359 .faq-section {
  display: none;
}

/* .b page */
.singular-page-22361 .prereqs-section,
.singular-page-22361 .training-course-section,
.singular-page-22361 .testimonials-section,
.singular-page-22361 .faq-section {
  display: none;
}

/* .begin for business page */
.singular-page-29252 .content > .entry {
  margin: 0;
  padding: 0;
}

/* About page */
.singular-page-1236 .inner .wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
.singular-page-1236 .inner .entry {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Train page */
.entry-reduce .content .entry {
  margin-bottom: 0;
}

/* Audio player */
.wordpress .mejs-container, .wordpress .mejs-container .mejs-controls, .wordpress .mejs-embed, .wordpress .mejs-embed body {
  background: #274368;
}
.wordpress .mejs-controls a {
  border: none;
}

/* Steps page */
.steps-diagram.steps-new {
  margin-bottom: 60px;
  margin-top: 40px;
  padding: 0;
}

.steps-diagram.steps-new::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
  left: 0;
  top: -92px;
  border-bottom: 2px dashed #ED0F29;
}

.steps-diagram.steps-new li {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-diagram.steps-new li .inner {
  width: 275px;
  height: 275px;
}

.steps-diagram.steps-new .button-white:hover {
  background: #e3e3e3 !important;
}

/* Other steps pages */
.no-course-list .course-list,
.hide-course-list .course-list {
  display: none;
}

.hide-faq .faq-section {
  display: none;
}

.singular-page-22425 .course-list,
.singular-page-315077 .course-list {
  padding: 0;
}

.singular-page-22425 .course-list h2,
.singular-page-315077 .course-list h2 {
  display: none;
}

.singular-page-22425 .overseas-partner-text,
.singular-page-315077 .overseas-partner-text {
  display: none;
}

.singular-page-22425 .entry,
.singular-page-315077 .entry {
  margin-bottom: 0;
}

.course-list .col-1 {
  color: #274368;
  font-weight: 400;
}

.course-list .col-2 {
  font-size: 13px;
  font-style: italic;
}

.course-list .col-3 {
  text-align: center;
}

.join-items img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 200px;
  margin-bottom: 20px;
}

/* FAQs page ----------------------------------------------- */
.faq-page .course-structure {
  border: none;
  margin-bottom: 30px;
}
.faq-page .course-structure-section {
  background: #FAFAFA;
  padding: 20px 20px 18px 20px;
  margin-bottom: 5px;
  position: relative;
}
.faq-page .course-structure-section:hover,
.faq-page .course-structure-section.is-active {
  background: #F1F1F1;
}
.faq-page .course-structure-section-title {
  border: none;
  padding: 0 20px 0 30px;
  position: relative;
  margin-left: 0;
  font-size: 16px;
  cursor: pointer;
}
.faq-page .course-structure-section-title:hover {
  cursor: pointer;
  color: #C40B0B;
}
.faq-page .course-structure-section-title::before {
  width: 16px;
  height: 16px;
  border-radius: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: #ED0F29;
  display: inline-block;
  content: "";
}
.faq-page .course-structure .course-structure-section::before {
  display: none;
}
.faq-page .course-structure-section-arrow {
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.faq-page .course-structure-section-content {
  padding-top: 20px;
}
.faq-page .course-structure-section-content p:last-child {
  margin: 0;
}

/* Forms ----------------------------------------------- */
.checkbox,
button.js-next {
  margin-top: 0;
}

.singular-page-24561 .entry-title, .singular-page-24814 .entry-title, .singular-page-22662 .entry-title, .singular-page-24559 .entry-title {
  text-align: center;
}

.singular-page-24561 .entry-title::after, .singular-page-24814 .entry-title::after, .singular-page-22662 .entry-title::after, .singular-page-24559 .entry-title::after {
  margin: 30px auto;
}

.gform_fields .gfield_left_align .gfield_description.validation_message, .validation_message {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: -10px;
  color: #ED0F29;
  font-weight: normal;
}

.validation_error {
  background: #ED0F29;
  padding: 15px 25px;
  color: white;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 3px;
  font-size: 15px;
}
.validation_error h2,
.validation_error .gform_submission_error {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.gfield_required {
  color: #cc0101;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  margin: 0 8px 10px 0;
  display: -moz-inline-stack;
  display: inline-block;
}

.gfield.gf_list_inline, .form-wrap .gfield.gf_list_inline {
  padding-bottom: 0;
}
.gfield.gf_list_inline input, .form-wrap .gfield.gf_list_inline input {
  margin-right: 2px;
}

/*calendar popup*/
.ui-datepicker-calendar {
  background: #fff;
  font: 9pt Arial,sans-serif;
}

.ui-datepicker-calendar th {
  border: 1px solid #ccc;
  text-align: center;
  color: #C40B0B;
  padding: 10px;
}

.ui-datepicker-calendar td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}

.ui-datepicker-calendar td a {
  color: #274368;
  border: none;
}

.ui-datepicker-calendar td a:hover {
  color: #C40B0B;
}

.ui-datepicker-calendar td.ui-datepicker-today {
  font-weight: bold;
  background: #eee;
}

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(/wp-content/plugins/gravityforms/images/datepicker/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker-month, .ui-datepicker-year {
  width: auto;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
}

.ui-datepicker-header {
  background-color: #394a6b;
  color: #e0e0e0;
  font-weight: 700;
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #394a6b;
  padding-bottom: 3px;
}

.ui-datepicker-title {
  text-align: center;
}

/*new form styles*/
.form-wrap {
  margin: 0 auto;
  max-width: 600px;
  background: #ffffff;
  padding: 25px 30px;
  border: 8px solid #eee;
}

.form-wrap label, .form-wrap input, .form-wrap select, .form-wrap textarea,
#newsletter label,
#newsletter input,
#newsletter select,
#newsletter textarea,
.newsletter-popup label,
.newsletter-popup input,
.newsletter-popup select,
.newsletter-popup textarea {
  font-size: 14px;
}
.form-wrap input[type="submit"],
#newsletter input[type="submit"],
.newsletter-popup input[type="submit"] {
  font-size: 16px !important;
  padding: 13px 30px !important;
  font-weight: 400 !important;
  line-height: 22px;
}
.form-wrap .gform_footer,
#newsletter .gform_footer,
.newsletter-popup .gform_footer {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.form-wrap .gform_ajax_spinner,
#newsletter .gform_ajax_spinner,
.newsletter-popup .gform_ajax_spinner {
  margin-left: 5px;
  position: absolute;
  top: 14px;
}
.form-wrap .gform_body,
#newsletter .gform_body,
.newsletter-popup .gform_body {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.form-wrap .gform_fields,
#newsletter .gform_fields,
.newsletter-popup .gform_fields {
  margin-bottom: 0;
}
.form-wrap .gform_title,
#newsletter .gform_title,
.newsletter-popup .gform_title {
  background: #274368;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
.form-wrap .gform_description,
#newsletter .gform_description,
.newsletter-popup .gform_description {
  font-style: italic;
  font-size: 15px;
}
.form-wrap ul li, .form-wrap ol li,
#newsletter ul li,
#newsletter ol li,
.newsletter-popup ul li,
.newsletter-popup ol li {
  padding-bottom: 0;
}
.form-wrap .gform_fields .gfield,
#newsletter .gform_fields .gfield,
.newsletter-popup .gform_fields .gfield {
  padding-bottom: 10px;
}
.form-wrap p, .form-wrap .specialbox,
#newsletter p,
#newsletter .specialbox,
.newsletter-popup p,
.newsletter-popup .specialbox {
  font-size: 15px;
}
.form-wrap .specialbox.grey,
#newsletter .specialbox.grey,
.newsletter-popup .specialbox.grey {
  color: #274368;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 14px;
}
.form-wrap .gfield_description,
#newsletter .gfield_description,
.newsletter-popup .gfield_description {
  font-style: italic;
  font-size: 14px;
}
.form-wrap .gform_confirmation_wrapper,
#newsletter .gform_confirmation_wrapper,
.newsletter-popup .gform_confirmation_wrapper {
  background: #eee;
  padding: 10px 15px;
  text-align: center;
}
.form-wrap .payment-section,
#newsletter .payment-section,
.newsletter-popup .payment-section {
  border-top: 3px solid #274368;
  margin-top: 10px;
  text-align: center;
  padding-top: 16px;
}
.form-wrap .payment-section label,
#newsletter .payment-section label,
.newsletter-popup .payment-section label {
  display: block;
  text-align: center;
  font-size: 18px;
}
.form-wrap .gform_wrapper div.gform_card_icon,
#newsletter .gform_wrapper div.gform_card_icon,
.newsletter-popup .gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../misp-lander-edge/assets/icons/gf-creditcard-icons.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 30px;
  float: left;
}
.form-wrap .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex,
#newsletter .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex,
.newsletter-popup .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.form-wrap .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard,
#newsletter .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard,
.newsletter-popup .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.form-wrap .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa,
#newsletter .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa,
.newsletter-popup .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.form-wrap .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover,
#newsletter .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover,
.newsletter-popup .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.form-wrap .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro,
#newsletter .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro,
.newsletter-popup .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.form-wrap .gform_ppcp_custom_card_fields label,
#newsletter .gform_ppcp_custom_card_fields label,
.newsletter-popup .gform_ppcp_custom_card_fields label {
  display: block;
  clear: both;
}
.form-wrap .gform_ppcp_custom_card_fields .gfield_select,
#newsletter .gform_ppcp_custom_card_fields .gfield_select,
.newsletter-popup .gform_ppcp_custom_card_fields .gfield_select {
  height: 46px;
}
.form-wrap .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields .ginput_card_field,
#newsletter .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields .ginput_card_field,
.newsletter-popup .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields .ginput_card_field {
  background-color: #ededed;
  padding: 1em .618em;
  font-size: 14px;
  border: none;
  height: 46px;
}
.form-wrap .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields span.ginput_card_security_code,
.form-wrap .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields.ginput_complex .ginput_cardinfo_left .ginput_card_expiration,
#newsletter .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields span.ginput_card_security_code,
#newsletter .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields.ginput_complex .ginput_cardinfo_left .ginput_card_expiration,
.newsletter-popup .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields span.ginput_card_security_code,
.newsletter-popup .gform_ppcp_custom_card_fields .ginput_container_custom_card_fields.ginput_complex .ginput_cardinfo_left .ginput_card_expiration {
  max-width: 170px;
}
.form-wrap .gfield--type-captcha .gfield_label,
#newsletter .gfield--type-captcha .gfield_label,
.newsletter-popup .gfield--type-captcha .gfield_label {
  display: none;
}
.form-wrap .ginput_card_field,
#newsletter .ginput_card_field,
.newsletter-popup .ginput_card_field {
  display: block;
  clear: both;
}
.form-wrap .ginput_card_security_code_icon,
#newsletter .ginput_card_security_code_icon,
.newsletter-popup .ginput_card_security_code_icon {
  display: none;
}
.form-wrap .gfield--input-type-paypal .gfield_label_before_complex,
#newsletter .gfield--input-type-paypal .gfield_label_before_complex,
.newsletter-popup .gfield--input-type-paypal .gfield_label_before_complex {
  font-weight: bold;
}
.form-wrap .gfield--input-type-paypal .gfield_label_before_complex label,
#newsletter .gfield--input-type-paypal .gfield_label_before_complex label,
.newsletter-popup .gfield--input-type-paypal .gfield_label_before_complex label {
  font-weight: bold;
  padding-bottom: 0;
}
.form-wrap .gfield--input-type-paypal label,
#newsletter .gfield--input-type-paypal label,
.newsletter-popup .gfield--input-type-paypal label {
  padding-top: 10px;
}
.form-wrap .gfield--input-type-paypal .gform_card_icon,
#newsletter .gfield--input-type-paypal .gform_card_icon,
.newsletter-popup .gfield--input-type-paypal .gform_card_icon {
  position: relative;
  top: 5px;
}
.form-wrap .ginput_recaptcha,
#newsletter .ginput_recaptcha,
.newsletter-popup .ginput_recaptcha {
  display: table;
  margin: 0 auto;
}
.form-wrap .ginput_recaptcha iframe,
#newsletter .ginput_recaptcha iframe,
.newsletter-popup .ginput_recaptcha iframe {
  margin-bottom: 0;
}
.form-wrap .hide-label,
#newsletter .hide-label,
.newsletter-popup .hide-label {
  padding: 0 !important;
}
.form-wrap .hide-label .gsection_title,
#newsletter .hide-label .gsection_title,
.newsletter-popup .hide-label .gsection_title {
  display: none;
}

/* Gravity new markup fixes*/
.form-wrap .gform_heading {
  display: none;
  position: relavtive;
}
.form-wrap .gform_fields .gfield label {
  font-weight: normal;
}
.form-wrap fieldset {
  border: none;
}
.form-wrap fieldset .gfield_label {
  font-size: 14px;
  font-weight: normal;
}
.form-wrap .gsection_title {
  font-weight: normal;
  margin-bottom: 15px;
}
.form-wrap .gsection_description {
  font-weight: normal;
}

.form-wrap .gsection.margin-bottom-reduce {
  padding-bottom: 0;
}
.form-wrap .gsection.margin-bottom-reduce .gsection_title {
  margin: 0;
}

.form-wrap .specialheader {
  background: #394A6B;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
}

.confirm-text {
  color: #274368;
  font-weight: 500;
}

.confirm-text a {
  font-weight: normal;
}

#newsletter .modal,
.newsletter-popup .modal {
  max-width: 600px;
}

#newsletter .gform_footer,
.newsletter-popup .gform_footer {
  margin-top: 15px;
  margin-bottom: 5px;
}

.newsletter-popup .modal-body {
  padding: 30px 25px;
  max-height: calc(100vh - 110px) !important;
  overflow-y: auto;
}
.newsletter-popup .gform_body {
  border: none;
  margin-bottom: 0;
}
.newsletter-popup .form-header {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}
.newsletter-popup .form-header::after {
  width: 70px;
  height: 2px;
  background-color: #ED0F29;
  margin: 15px auto;
  content: '';
  display: block;
}
.newsletter-popup .gfield {
  padding-bottom: 10px;
}
.newsletter-popup .gfield--type-checkbox {
  padding: 10px 0 0 0;
  border: none;
}
.newsletter-popup .gfield--type-checkbox legend {
  display: none;
}
.newsletter-popup .gfield--type-checkbox label::after {
  content: '*';
  color: #4a7ccc;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 4px;
}
.newsletter-popup .checkbox-wrap {
  padding-top: 5px;
}
.newsletter-popup .checkbox-wrap .main-label {
  display: none;
}
.newsletter-popup input[type="checkbox"] {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #d8d8d8;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.newsletter-popup .req-star {
  color: #4a7ccc;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.newsletter-popup .gfield_required {
  color: #4a7ccc;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 2px;
}
.newsletter-popup .gform_required_legend {
  display: none;
}
.newsletter-popup .form-privacy-notice {
  padding-top: 12px;
  font-size: 14px;
}
.newsletter-popup .form-privacy-notice a {
  border: none;
}
.newsletter-popup .gfield--type-captcha {
  padding-top: 20px;
  padding-bottom: 0;
}
.newsletter-popup .gform_submission_error {
  background: #ed0f29;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.newsletter-footer-wrap {
  padding-top: 15px;
}

.newsletter-footer {
  background: #3C587D;
  border-bottom: 5px solid #59759A;
  padding: 40px 20px 20px;
  text-align: center;
  color: #fff;
}
.newsletter-footer h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: normal;
}
.newsletter-footer .button {
  background: #fff !important;
  color: #274368 !important;
  transition: all .4s;
  font-size: 16px !important;
  padding: 12px 32px !important;
  font-weight: 400 !important;
}
.newsletter-footer .button:hover {
  background: #6dafff !important;
  color: #fff !important;
}

/* Honeypot */
.gform_validation_container {
  display: none !important;
}

/* Members section ----------------------------------------------- */
.members .site-header {
  background: #dae7ed;
}

.members .site-title a {
  display: block;
  width: 193px;
  height: 70px;
  background: url("assets/logos/misp-hub-logo-landscape.png") no-repeat center/contain;
}

.members .site-branding {
  margin-top: 7px;
}

.members #menu-primary-items .the-hub a,
.members #menu-primary-items .menu-item-24343 a {
  font-weight: bold;
}

.members #menu-primary-items > li {
  margin-left: 20px;
}

.members-home .one-third {
  background: #eee;
  padding: 15px;
  margin-bottom: 20px;
}

.members-home .one-third h3 {
  background: #fff;
  padding: 15px 10px;
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 15px;
}

.members-home .one-third p {
  font-size: 15px;
}

.members-home .one-third .buttons-wrap {
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
}
.members-home .one-third .buttons-wrap p {
  margin: 0;
}

.members-home .one-third .button {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.members-home .small-buttons .button {
  font-size: 13px;
  padding: 6px 12px;
}

.members-home .entry-header {
  display: none;
}

.members-home .post-edit-link {
  display: none;
}

.members-home .background-greyscale-light {
  background-color: #274368;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.members-home .background-greyscale-light .section-title {
  color: #fff;
}

.members-home .background-greyscale-light h3 {
  background: #FFF;
  padding: 20px 15px;
  text-align: center;
  color: #274368;
  margin-bottom: 22px;
  font-weight: normal;
}

.members-home .background-greyscale-light a,
.members-home .background-greyscale-light a:hover {
  color: #fff;
}

.members-home .inner .wrap {
  padding-top: 0;
  margin-top: -15px;
}

.members-home .wp-emember-warning-msgbox {
  margin-top: 70px;
}

.members-home .eMember_protected_message {
  margin-top: 70px;
  margin-bottom: 10px;
}

.members .eStore-thumbnail img, .members .eStore-thumbnail a img {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  margin: 4px 0 4px 5px;
  display: block;
  padding: 4px;
  max-width: none !important;
  width: 125px;
  height: 125px;
}

.members .eStore-thumbnail img:hover {
  background-color: #FFF;
}

.members .download-item {
  margin-bottom: 20px;
  background: #eee;
  padding: 15px;
  zoom: 1;
}

.members .download-item:before,
.members .download-item:after {
  content: '';
  display: table;
}

.members .download-item:after {
  clear: both;
}

.members .download_now_double {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.members .download_now_double .download_now_button {
  margin-right: 10px;
  margin-bottom: 10px;
  /*width: 135px;*/
}

/*.members .download_now_double .download_now_button {
	width: 48.717948717948715%;
	float: left;
	margin-left: 2.564102564102564%;
}

.members .download_now_double .download_now_button:nth-child(2n+1) {
  margin-left: 0;
}*/
.members .eStore-product-name {
  color: #274368;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

.members .downloads-section h2,
.members .downloads-section h3,
.downloads-section.members h2,
.downloads-section.members h3 {
  text-align: center;
  clear: both;
  padding-top: 10px;
  margin-bottom: 15px;
}

.members .eStore_price {
  display: none;
}

.members .eStore-product {
  margin: 0;
  border: none;
  padding: 0;
}

.members input[type="submit"], .members input[type="reset"], .members button, .members .button, .members .button:link, .members .download_now_button a {
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 0.618em 1em;
  background-color: #274368;
  color: #fff;
  border-radius: 3px;
  border: none;
  line-height: 22px;
  font-weight: 300;
}
.members input[type="submit"]:hover, .members input[type="reset"]:hover, .members button:hover, .members .button:hover, .members .button:link:hover, .members .download_now_button a:hover {
  background-color: #203755;
  color: #fff;
}
.members .eMember_protected_message {
  background: #eee;
  padding: 20px 15px;
  text-align: center;
}
.members .eMember_logged_widget .eMember_logged_edit_profile_link {
  display: none;
}

.members .translations-page-items {
  max-width: 800px;
  margin: 0 auto;
}
.members .translations-page-items .button {
  display: block;
}
.members .translations-page-items img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
  padding: 3px;
  background: #fff;
}

.member-research-table {
  max-width: 650px;
  margin: 0 auto;
}
.member-research-table th, .member-research-table td {
  background: #e9e9e9;
  border: 2px solid #fff;
}
.member-research-table .column-1 {
  text-align: center;
}

.eMember_not_a_member_msg, .member-form .register_link {
  display: none;
}

/* Login page */
/*.member-login-page .post-edit-link {
	display:none;	
}*/
.member-login-page {
  /* Firefox outline fix */
}
.member-login-page .entry-title {
  text-indent: -9999px;
  height: 0;
}
.member-login-page .entry-title:after {
  content: none;
}
.member-login-page .eMember_logged_widget {
  background: #274368;
  color: #FFF;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.member-login-page .eMember_logged_widget a,
.member-login-page .eMember_logged_widget a:hover {
  color: #FFF;
}
.member-login-page .eMember_highlight {
  text-transform: capitalize;
  font-weight: normal;
  color: #6dafff;
  font-size: inherit;
  font-family: inherit;
}
.member-login-page .eMember_logged_in_level {
  display: none;
}
.member-login-page .eMember_logged_widget ul {
  margin: 0;
  padding: 20px 0 10px;
}
.member-login-page .eMember_logged_widget ul li {
  margin-bottom: 1.618em;
  padding: 0;
  list-style: none;
}
.member-login-page .eMember_logged_widget ul li a {
  text-decoration: none !important;
  background: #fff;
  color: #274368;
  padding: 10px 30px;
  font-weight: normal;
  font-family: inherit;
  font-size: 15px;
  border-radius: 3px;
  border: none;
}
.member-login-page .eMember_logged_widget ul li a:hover {
  background: #6dafff;
}
.member-login-page .loginForm {
  background: #EDEDED;
  border: 1px solid #E0E0E0;
  margin: 0 auto;
  padding: 26px 24px 26px;
  max-width: none;
  font-size: 13px;
}
.member-login-page .loginForm input {
  background: #fbfbfb;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  width: 100% !important;
  padding: 15px 10px !important;
  margin-bottom: 15px;
  color: #444;
}
.member-login-page .loginForm input:focus {
  background: #fff;
  border: 1px solid #cecece;
  box-shadow: none;
}
.member-login-page .loginForm .eMember_button {
  background: #274368 !important;
  border: none !important;
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
  float: right;
  font-size: 15px;
  padding: 12px 30px !important;
  width: auto !important;
  font-family: inherit;
}
.member-login-page .loginForm .eMember_button:hover {
  background: #203755 !important;
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
}
.member-login-page .loginForm label {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: 300;
  color: #72777c;
  font-size: 15px;
  font-family: inherit;
}
.member-login-page .loginForm .eMember_remember_me label {
  font-size: 13px;
}
.member-login-page .loginForm .eMember_remember_me input {
  margin-right: 3px;
}
.member-login-page .loginForm a {
  color: #274368;
  text-decoration: none;
}
.member-login-page .loginForm a:hover {
  color: #C40B0B;
}
.member-login-page .loginForm table,
.member-login-page .loginForm tbody {
  margin: 0;
  padding: 0;
  border: none;
  line-height: inherit;
}
.member-login-page #wp_emember_loginForm td {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.member-login-page .loginForm .register_link {
  display: none;
}
.member-login-page .loginForm .emember_error,
.member-login-page .loginForm .emember_ok {
  /*background:$blue;*/
  text-align: center;
  display: block;
  color: #274368;
  font-family: inherit;
  margin-top: 10px;
  font-weight: normal;
  /*padding:8px;*/
}
.member-login-page .loginForm input[type="text"]:-webkit-autofill,
.member-login-page .loginForm input[type="password"]:-webkit-autofill {
  background: #fbfbfb;
  border: 1px solid #d6d6d6 !important;
  font-size: 15px;
  color: #848484;
  -webkit-text-fill-color: #676767 !important;
  padding: 8px;
  filter: none;
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
.member-login-page .loginForm input[type="text"]:-webkit-autofill:hover,
.member-login-page .loginForm input[type="text"]:-webkit-autofill:focus,
.member-login-page .loginForm input[type="password"]:-webkit-autofill:hover,
.member-login-page .loginForm input[type="password"]:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.member-login-page .loginForm input[type="text"],
.member-login-page .loginForm input[type="password"] {
  background: #fbfbfb;
  border: 1px solid #d6d6d6 !important;
  font-size: 15px;
  color: #848484;
  -webkit-text-fill-color: #848484 !important;
  padding: 8px;
  filter: none;
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
.member-login-page .loginForm input[type="text"]:focus,
.member-login-page .loginForm input[type="password"]:focus {
  background: #fff;
  color: #676767;
  box-shadow: none;
  -webkit-text-fill-color: #676767 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.member-login-page .logged-in-top {
  color: #274368;
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}
.member-login-page .member-login-wrap {
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.member-login-page .member-login-form-title {
  background: #dadada;
  color: #61666b;
  padding: 13px 10px 12px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.member-login-page .eMember_logged_widget ul li {
  margin-bottom: 0;
}
.member-login-page .pure-form .pure-controls {
  padding-top: 12px;
}
.member-login-page .pure-form fieldset {
  padding: 0;
}
.member-login-page #wp_emember_profileUpdateForm .pure-input-1,
.member-login-page #wp_emember_regoForm .pure-input-1,
.member-login-page .pure-form .pure-input-1 {
  font-size: 15px;
  padding: 15px 10px;
  width: 100% !important;
  border: 1px solid #ddd;
  background: #eee;
  color: #274368;
  margin: 0 0 8px 0;
  box-shadow: none;
}
.member-login-page .pure-form input[readonly]:focus, .member-login-page .pure-form select[readonly]:focus, .member-login-page .pure-form textarea[readonly]:focus {
  border: 1px solid #ddd !important;
  background: #eee !important;
}
.member-login-page #wp_emember_profileUpdateForm .pure-input-1:focus,
.member-login-page #wp_emember_regoForm .pure-input-1:focus,
.member-login-page .pure-form .pure-input-1:focus {
  background: #f2fcff;
  border: 1px solid #DDDDDD;
  box-shadow: none;
}
.member-login-page #wp_emember_profileUpdateForm select.pure-input-1,
.member-login-page #wp_emember_regoForm select.pure-input-1,
.member-login-page .pure-form select.pure-input-1 {
  height: 50px;
  padding: 0 10px;
}
.member-login-page .pure-form select {
  color: transparent !important;
  text-shadow: 0 0 0 #274368;
  /* your normal text color here */
}
.member-login-page .pure-form select * {
  color: #274368;
  /* your normal text color here */
  text-shadow: none !important;
}

.members .emember_modal {
  background: #EEE;
  border: 1px solid #CCC;
  font-size: 15px;
}

.members .emember_modal .emember_modal_title {
  background: #274368;
  color: #FFF;
  border: none;
  font-size: 16px;
  text-align: center;
  padding: 10px 12px;
  font-weight: normal;
}

.members .emember_modal .emember_modal_title h3 {
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

.members .emember_modal #wp_emember_email_mailForm {
  color: #444;
}

.members .emember_modal input {
  background: #fbfbfb;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 15px;
  color: #444;
}

.members .emember_modal input:focus {
  background: #f2fcff;
  border: 1px solid #cecece;
  box-shadow: none;
}

.members .emember_modal .emember_button {
  width: auto;
  float: left;
  background: #274368;
  color: #FFF;
  border: none;
  margin-right: 15px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  border-radius: 3px;
}

.members .emember_modal .emember_button:hover {
  background: #102C51 !important;
  cursor: pointer;
}

.members .emember_modal .emember_button.close {
  background: #ED0F29;
}

.members .emember_modal p {
  margin-bottom: 5px;
}

.members .emember_registration_complete_msg {
  color: #34657F;
  text-align: center;
  margin: 40px 0 0;
  font-size: 19px;
}

/* Profile */
.members .eMember_label {
  font-family: inherit;
  text-transform: inherit;
}

.member-profile-page #wp_emember_profileUpdateForm,
.profile-logout,
.members #wp_emember_regoForm {
  max-width: 450px;
  margin: 0 auto;
}

.member-reg-form {
  max-width: 800px;
  margin: 0 auto;
}

.profile-logout {
  /*text-align:center;*/
  margin-top: -5px;
}

.profile-logout .red-btn {
  display: inline;
  float: right;
  padding: 10px 20px;
}

.member-profile-page #wp_emember_profileUpdateForm table,
.members #wp_emember_regoForm table {
  margin-bottom: 0;
}

.member-profile-page #wp_emember_profileUpdateForm table tbody {
  border-bottom: 1px solid #e5e5e5;
}

.members #wp_emember_regoForm table tbody,
.members #wp_emember_regoForm table tr:last-child td {
  border: none;
}

.member-profile-page #wp_emember_profileUpdateForm table td,
.members #wp_emember_regoForm table td {
  border-top: 1px solid #e3e3e3;
  padding: 7px 0;
}

.member-profile-page #wp_emember_profileUpdateForm .eMember_label,
.members #wp_emember_regoForm .eMember_label {
  text-transform: capitalize;
  color: #274368;
}

.member-forms-page .eMember_label {
  text-transform: capitalize;
  color: #274368;
  font-size: 15px;
  font-family: inherit;
}

.member-profile-page #wp_emember_profileUpdateForm .eMember_highlight,
.members #wp_emember_regoForm .eMember_highlight {
  text-transform: none;
  font-weight: normal;
  color: #274368;
  font-size: 16px;
}

.members,
.member-forms-page {
  /* Firefox outline fix */
}
.members .emember_profile_updated_msg,
.member-forms-page .emember_profile_updated_msg {
  color: #274368;
  font-size: 16px;
  text-align: center;
}
.members .emember_warning,
.member-forms-page .emember_warning {
  color: #ED0F29;
  text-align: center;
  padding-top: 15px;
}
.members .emember_error,
.member-forms-page .emember_error {
  color: #ED0F29;
  text-align: center;
  display: block;
}
.members .emember_profile_updated_msg,
.member-forms-page .emember_profile_updated_msg {
  background: #274368;
  color: #fff;
  padding: 15px 12px;
  font-size: 16px;
  text-align: center;
  max-width: 600px;
  margin: 25px auto 10px;
}
.members .emember_profile_updated_msg a,
.member-forms-page .emember_profile_updated_msg a {
  color: #fff;
}
.members .emember_profile_updated_msg a:hover,
.member-forms-page .emember_profile_updated_msg a:hover {
  color: #fff;
}
.members .profile .wp_emember_Location_of_Training,
.members .profile .wp_emember_Certification_Course,
.members .profile .wp_emember_Year_of_Training,
.members .profile .wp_emember_Month_of_Training,
.members .profile .wp_emember_School_Lead,
.members .profile .wp_emember_Beacon_School_Lead,
.members .profile .wp_emember_BSL_Expiry_Date,
.member-forms-page .profile .wp_emember_Location_of_Training,
.member-forms-page .profile .wp_emember_Certification_Course,
.member-forms-page .profile .wp_emember_Year_of_Training,
.member-forms-page .profile .wp_emember_Month_of_Training,
.member-forms-page .profile .wp_emember_School_Lead,
.member-forms-page .profile .wp_emember_Beacon_School_Lead,
.member-forms-page .profile .wp_emember_BSL_Expiry_Date {
  display: none;
}
.members .pure-form .wp_emember_School_Lead,
.members .pure-form .wp_emember_Beacon_School_Lead,
.members .pure-form .wp_emember_BSL_Expiry_Date,
.member-forms-page .pure-form .wp_emember_School_Lead,
.member-forms-page .pure-form .wp_emember_Beacon_School_Lead,
.member-forms-page .pure-form .wp_emember_BSL_Expiry_Date {
  display: none;
}
.members .hub-reg-form .wp_emember_member_level,
.member-forms-page .hub-reg-form .wp_emember_member_level {
  display: none;
}
.members .pure-form .pure-controls,
.member-forms-page .pure-form .pure-controls {
  padding-top: 12px;
}
.members .pure-form fieldset,
.member-forms-page .pure-form fieldset {
  padding: 0;
}
.members #wp_emember_profileUpdateForm .pure-input-1,
.members #wp_emember_regoForm .pure-input-1,
.members .pure-form .pure-input-1,
.member-forms-page #wp_emember_profileUpdateForm .pure-input-1,
.member-forms-page #wp_emember_regoForm .pure-input-1,
.member-forms-page .pure-form .pure-input-1 {
  font-size: 15px;
  padding: 15px 10px;
  width: 100% !important;
  border: 1px solid #ddd;
  background: #eee;
  color: #274368;
  margin: 0 0 8px 0;
  box-shadow: none;
}
.members .pure-form input[readonly]:focus, .members .pure-form select[readonly]:focus, .members .pure-form textarea[readonly]:focus,
.member-forms-page .pure-form input[readonly]:focus,
.member-forms-page .pure-form select[readonly]:focus,
.member-forms-page .pure-form textarea[readonly]:focus {
  border: 1px solid #ddd !important;
  background: #eee !important;
}
.members #wp_emember_profileUpdateForm .pure-input-1:focus,
.members #wp_emember_regoForm .pure-input-1:focus,
.members .pure-form .pure-input-1:focus,
.member-forms-page #wp_emember_profileUpdateForm .pure-input-1:focus,
.member-forms-page #wp_emember_regoForm .pure-input-1:focus,
.member-forms-page .pure-form .pure-input-1:focus {
  background: #f2fcff;
  border: 1px solid #DDDDDD;
  box-shadow: none;
}
.members #wp_emember_profileUpdateForm select.pure-input-1,
.members #wp_emember_regoForm select.pure-input-1,
.members .pure-form select.pure-input-1,
.member-forms-page #wp_emember_profileUpdateForm select.pure-input-1,
.member-forms-page #wp_emember_regoForm select.pure-input-1,
.member-forms-page .pure-form select.pure-input-1 {
  height: 50px;
  padding: 0 10px;
}
.members .pure-form select,
.member-forms-page .pure-form select {
  color: transparent !important;
  text-shadow: 0 0 0 #274368;
  /* your normal text color here */
}
.members .pure-form select *,
.member-forms-page .pure-form select * {
  color: #274368;
  /* your normal text color here */
  text-shadow: none !important;
}
.members .pure-checkbox,
.member-forms-page .pure-checkbox {
  color: #274368;
  font-weight: normal;
  font-size: 15px;
  padding: 12px 10px;
  width: 100% !important;
  border: 1px solid #ddd;
  background: #eee;
  color: #274368;
  margin: 0 0 8px 0;
  box-shadow: none;
  border-radius: 4px;
}
.members .password-reset-wrap,
.member-forms-page .password-reset-wrap {
  text-align: center;
}
.members .password-reset-wrap .emember_password_reset_form,
.member-forms-page .password-reset-wrap .emember_password_reset_form {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 10px;
}
.members .emember_ok,
.member-forms-page .emember_ok {
  color: #274368;
}
.members .formError .formErrorContent,
.member-forms-page .formError .formErrorContent {
  background: #C40B0B;
  border: none;
  padding: 10px 15px;
  box-shadow: none;
  width: auto;
}
.members .formError .formErrorArrow div,
.member-forms-page .formError .formErrorArrow div {
  background: #C40B0B;
  border: none;
  box-shadow: none;
}
.members .greenPopup .formErrorContent,
.member-forms-page .greenPopup .formErrorContent {
  background: #274368;
}
.members .greenPopup .formErrorArrow div,
.member-forms-page .greenPopup .formErrorArrow div {
  background: #274368;
}
.members .wp-emember-warning-msgbox,
.member-forms-page .wp-emember-warning-msgbox {
  background: #eee;
  padding: 20px 15px;
  text-align: center;
  border: none;
}
.members .wp-emember-warning-msgbox-text,
.member-forms-page .wp-emember-warning-msgbox-text {
  padding: 0;
  line-height: inherit;
}
.members .wp-emember-warning-msgbox-image,
.member-forms-page .wp-emember-warning-msgbox-image {
  display: none;
}

.logged-in-top-profile {
  color: #274368;
  text-align: center;
}

.logged-in-top-profile p {
  margin-bottom: 15px;
}

.member-profile-page .eMember_button,
.member-forms-page .eMember_button {
  background: #274368 !important;
  border: none !important;
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  padding: 12px 30px !important;
  width: auto !important;
  font-family: inherit;
}
.member-profile-page .member-profile-page .eMember_button:hover,
.member-forms-page .member-profile-page .eMember_button:hover {
  background: #48A9C5;
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.eStore_paypal_checkout_button:hover, .eStore_button:hover, .eStore_remove_item_button:hover, .eStore_empty_cart_button:hover, .eStore_buy_now_button:hover, .eStore_subscribe_button:hover {
  opacity: 1 !important;
}

.members .renewal-table {
  margin: 20px 0 15px;
}
.members .renewal-table .renewal-table-1 {
  margin-bottom: 0;
}
.members .test-class {
  display: none;
}
.members .renewal-table .renewal {
  margin-left: 10px;
  margin-bottom: 25px;
}
.members .renewal-table .renewal th {
  background: #EAEAEA;
  border: 1px solid #F9F9F9;
  text-align: center;
  width: 140px;
}
.members .renewal-table .renewal th.column-2 {
  /* width:105px; */
}
.members .renewal-table .renewal th,
.members .renewal-table .renewal tf {
  color: #274368;
  font-weight: 700;
}
.members .renewal-table .renewal .row-1 th.column-1,
.members .renewal-table .renewal .row-1 th.column-2 {
  background: none;
  border: none;
}
.members .renewal-table img.noshadow {
  margin-top: 18px;
}
.members .renewal-table .renewal th.column-1 {
  /*width:125px;*/
}
.members .renewal-table .renewal td {
  background: #EAEAEA;
  border: 1px solid #F9F9F9;
  vertical-align: middle;
  text-align: center;
}
.members .renewal-table .renewal td.column-1,
.members .renewal-table .renewal td.column-2 {
  background: #EAEAEA;
}
.members .renewal-table .renewal td.column-4,
.members .renewal-table .renewal td.column-5 {
  width: 130px;
}
.members .renewal-table .renewal td.column-1 {
  /*background:none;*/
  padding: 15px 5px;
  width: 150px;
}
.members .renewal-table .eStore_buy_now_button {
  background: #25446D;
  border: 1px solid #25446D;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #25446D;
  font-size: 14px;
  padding: 10px 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  width: 90% !important;
  line-height: 22px;
}
.members .renewal-table .eStore_buy_now_button:hover {
  background: #fff !important;
  border: 1px solid #d2d9ef;
  color: #132D4F !important;
  cursor: pointer;
  -moz-box-shadow: none;
  box-shadow: none;
}
.members .renewal-table .column-4 .eStore_buy_now_button {
  background: #3E6493;
  border: 1px solid #3E6493;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.members .renewal-table .column-4 .eStore_buy_now_button:hover {
  background: #fff;
  border: 1px solid #d2d9ef;
  color: #25446d;
  cursor: pointer;
  -moz-box-shadow: none;
  box-shadow: none;
}
.members .renewal-table tfoot th.column-2 {
  background: #EAEAEA !important;
  color: #274368;
  color: #274368;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  padding: 6px 8px 8px;
}

.membership-collapsible .collapsible-heading {
  font-size: 19px;
  font-weight: 400;
}
.membership-collapsible .collapsible-heading .collapsible-before {
  display: table-cell;
  width: 55px;
  height: 55px;
  background: url("assets/logos/hub-icon.png") no-repeat center/cover;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 0;
  vertical-align: middle;
}
.membership-collapsible .collapsible-heading a {
  color: #e21e26;
}
.membership-collapsible .collapsible-heading a::after {
  color: #e21e26;
}
.membership-collapsible .collapsible-content {
  padding-top: 10px;
}

.membership-table h3 {
  font-weight: 500;
}
.membership-table h3 span {
  font-weight: 400;
}
.membership-table .button {
  width: 100% !important;
  max-width: 265px;
  text-align: center;
}

/* Blog ----------------------------------------------- */
.blog .archive-title,
.archive .archive-title {
  color: #274368;
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
  font-size: 48px;
  line-height: 1em;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}
.blog .archive-title::after,
.archive .archive-title::after {
  display: block;
  content: "";
  background: #ed0f29;
  width: 90px;
  height: 3px;
  margin: 30px auto;
}
.blog .archive-header,
.archive .archive-header {
  border-bottom: none;
}
.blog .entry-title,
.blog .entry-title,
.archive .entry-title,
.archive .entry-title {
  font-size: 30px;
  text-align: left;
}
.blog .entry-title a,
.blog .entry-title a,
.archive .entry-title a,
.archive .entry-title a {
  color: #274368;
}
.blog .entry-title a:hover,
.blog .entry-title a:hover,
.archive .entry-title a:hover,
.archive .entry-title a:hover {
  color: #c40b0b;
}
.blog .entry-title::after,
.blog .entry-title::after,
.archive .entry-title::after,
.archive .entry-title::after {
  display: none;
}
.blog .entry .post-edit-link,
.blog .entry .post-edit-link,
.archive .entry .post-edit-link,
.archive .entry .post-edit-link {
  display: none;
}
.blog .entry,
.archive .entry {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog .more-link-excerpt,
.archive .more-link-excerpt {
  text-align: center;
  margin-bottom: 32px;
}
.blog .read-more,
.archive .read-more {
  background-color: #274368;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 23px;
}
.blog .read-more:hover,
.archive .read-more:hover {
  background-color: #203755;
}
.blog .entry-footer a,
.archive .entry-footer a {
  border: none;
  color: #c40b0b;
}
.blog .entry-footer a:hover,
.archive .entry-footer a:hover {
  border-bottom: 1px dotted;
}
.blog .entry-terms,
.archive .entry-terms {
  background: #eee;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}
.blog .entry-terms.category,
.archive .entry-terms.category {
  margin-right: 7px;
}
.blog .entry-terms:before,
.archive .entry-terms:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
}
.blog .entry-terms.category:before,
.archive .entry-terms.category:before {
  background: url("assets/icons/star.svg") no-repeat center/cover;
  width: 10px;
  height: 10px;
}
.blog .entry-terms.post_tag:before,
.archive .entry-terms.post_tag:before {
  background: url("assets/icons/tags.svg") no-repeat center/cover;
  width: 13px;
  height: 10px;
}
.blog .pagination,
.archive .pagination {
  padding-bottom: 30px;
}
.blog .nav-links :link, .blog .nav-links :visited, .blog .nav-links .current,
.archive .nav-links :link,
.archive .nav-links :visited,
.archive .nav-links .current {
  background-color: #eee;
  color: #274368;
  padding: 13px 18px;
  font-size: 16px;
  text-decoration: none;
}
.blog .nav-links :link:hover, .blog .nav-links :visited:hover, .blog .nav-links .current, .blog .nav-links .current:hover,
.archive .nav-links :link:hover,
.archive .nav-links :visited:hover,
.archive .nav-links .current,
.archive .nav-links .current:hover {
  background-color: #274368;
  color: #fff;
}
.blog .nav-links .current::before,
.archive .nav-links .current::before {
  display: none;
}
.blog .archive-title-paged,
.archive .archive-title-paged {
  display: none;
}
.blog .sticky .entry-title:before,
.archive .sticky .entry-title:before {
  border-color: #274368 transparent transparent transparent;
}

.singular-post .entry-footer {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}
.singular-post .entry-terms {
  background: #eee;
  padding: 8px 15px;
  font-size: 14px;
}
.singular-post .entry-footer a {
  border: none;
  color: #c40b0b;
}
.singular-post .entry-footer a:hover {
  border-bottom: 1px dotted;
}
.singular-post .entry-terms.category {
  margin-right: 7px;
}
.singular-post .entry-terms:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
}
.singular-post .entry-terms.category:before {
  background: url("assets/icons/star.svg") no-repeat center/cover;
  width: 10px;
  height: 10px;
}
.singular-post .entry-terms.post_tag:before {
  background: url("assets/icons/tags.svg") no-repeat center/cover;
  width: 13px;
  height: 10px;
}

.misp-pathways-steps-container {
  padding-top: 20px;
  padding-bottom: 50px;
}

.misp-pathways-steps {
  background: url("assets/images/pathways.png") no-repeat center/contain;
  height: 132px;
  width: 890px;
  display: flex;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 0 auto;
}
.misp-pathways-steps li {
  width: 164px;
}
.misp-pathways-steps li a {
  width: 84px;
  height: 78px;
  display: block;
  border-bottom: none !important;
  position: absolute;
  text-indent: -9999px;
}
.misp-pathways-steps li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.misp-pathways-steps .misp-step-one a {
  top: 32px;
  left: 3px;
}
.misp-pathways-steps .misp-step-two a {
  width: 76px;
  height: 90px;
  top: 37px;
  margin-left: 2px;
}
.misp-pathways-steps .misp-step-three a {
  width: 94px;
  height: 87px;
  top: 5px;
  margin-left: -10px;
}
.misp-pathways-steps .misp-step-four a {
  width: 83px;
  height: 90px;
  top: 35px;
  margin-left: -17px;
}
.misp-pathways-steps .misp-step-five a {
  width: 78px;
  height: 82px;
  top: 19px;
  margin-left: -17px;
}

/* Universal Carousel Layout */
.misp-carousel-container {
  overflow: hidden;
  max-width: 100%;
  margin: 20px 0;
  position: relative;
}

/* Carousel wrapper */
.misp-carousel-wrapper {
  position: relative;
  min-height: inherit;
}

/* Common track */
.misp-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  visibility: hidden;
}

.misp-carousel-track.is-ready {
  visibility: visible;
}

/* Arrows */
.misp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 0;
}

.misp-arrow.prev {
  left: 0;
}

.misp-arrow.next {
  right: 0;
}

/* Dots */
.misp-dots {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}

.misp-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  font-size: 0;
}

.misp-dots button.active {
  background: #000;
}

/* ==== Content Carousel ==== */
.misp-carousel-content.misp-carousel-content {
  min-height: 400px;
}

.misp-carousel-content .misp-slide {
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  min-height: 400px;
}

.misp-carousel-content .misp-slide.active {
  display: flex;
}

.misp-carousel-content .misp-slide-content {
  width: 100%;
  min-height: inherit;
}

.misp-carousel-content .misp-slide-content img,
.misp-carousel-content .misp-slide-content video,
.misp-carousel-content .misp-slide-content iframe {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
  display: block;
}

.misp-carousel-content .misp-text-content {
  background-color: #f3f3f3;
  color: #333;
  height: 100%;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: inherit;
}

.misp-carousel-content .misp-text-content p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 20px;
}

/* Fade */
.misp-carousel-content.fade .misp-carousel-track {
  display: block;
  position: relative;
}

.misp-carousel-content.fade .misp-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  z-index: 1;
}

.misp-carousel-content.fade .misp-slide.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

/* Slide */
.misp-carousel-content.slide .misp-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.misp-carousel-content.slide .misp-slide {
  display: flex !important;
  flex: 0 0 100%;
  position: relative;
  opacity: 1;
  z-index: 1;
}

/* ==== Logo Carousel ==== */
.misp-carousel-logo .misp-slide {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  box-sizing: border-box;
  height: auto;
}

.misp-carousel-logo .misp-slide img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Space Fix */
iframe[name^="hosted-fields-tokenization-frame"] {
  display: none !important;
}

/* Responsive breakpoints for logos */
@media (max-width: 1024px) {
  .misp-carousel-logo .misp-slide {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .misp-carousel-logo .misp-slide {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .misp-carousel-logo .misp-slide {
    width: 50%;
  }
}
/* Media Queries ----------------------------------------------- */
@media screen and (max-width: 1199px) {
  .site-title a {
    width: 135px;
    height: 78px;
  }

  .site-branding {
    padding-top: 15px;
  }

  .site-title {
    margin-bottom: 18px;
  }

  .home .masthead-homepage {
    background-position-y: 75px;
  }
  .home .wrap.landing-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home .after-header-second {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 979px) {
  .home .masthead-homepage {
    padding-top: 30px;
  }

  .home .main-headline {
    font-size: 25px;
  }

  .home .secondary-headline {
    font-size: 15px;
    line-height: 1.5;
  }

  .home .masthead-homepage {
    height: 59vh;
  }

  .home-new .featured-quote {
    font-size: 24px;
  }
}
@media screen and (max-width: 1051px) {
  .home .masthead-homepage {
    height: 55vh;
  }
  .home .masthead-homepage .wrap {
    padding-bottom: 3px;
  }
  .home .after-header-second .landing-box {
    top: 0;
  }
}
@media screen and (max-width: 979px) {
  .sidebar-primary {
    display: block;
  }
  .sidebar-primary .navigation-side-inner {
    position: relative !important;
    width: auto !important;
    top: 0 !important;
  }
  .sidebar-primary .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .sidebar-primary .menu li a {
    padding: 0.618em 0;
    color: #274368;
    display: block;
    border-bottom: 1px solid #DBDBDB;
  }
  .sidebar-primary .menu .current-menu-item > a {
    background-color: #274368;
    font-weight: bold;
    color: #fff;
    border-bottom: none;
    padding: 1em;
  }
}
@media screen and (max-width: 960px) {
  .misp-pathways-steps-container {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 900px) {
  .home .landing-box-wrap h3 {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .home .landing-box,
  .home .wrap.landing-section {
    padding: 15px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 15px;
  }

  .home .schedule-heading,
  .home .video-heading,
  .home .home .home-sign-up-section
  .lander-landing-sections-section-title {
    font-size: 25px;
  }
  .home .home-newsletter h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home .masthead-homepage {
    padding-top: 0;
    background-attachment: scroll;
    background-position-y: 0;
    height: 500px;
    max-height: none;
  }
  .home .home-headline {
    margin-top: 120px;
  }
  .home .landing-box-wrap .one-third,
  .home .landing-box-wrap .one-half,
  .home .landing-section .one-third,
  .home .landing-section .one-half {
    margin-bottom: 30px;
  }
  .home .landing-box-wrap .last,
  .home .landing-section .last {
    margin-bottom: 0;
  }
  .home .after-header-second {
    margin-bottom: 0;
  }
  .home .home-social {
    margin: 0;
  }
  .home .home-social .one-half,
  .home .home-social .social-box {
    padding-left: 0;
    padding-right: 0;
  }
  .home .home-newsletter {
    margin: 0 auto 15px;
  }
  .home .home-logos img {
    max-width: 200px;
  }
  .home .landing-box {
    box-shadow: none;
  }
  .home #courses .display-table-row .display-table-cell {
    font-size: 14px !important;
  }
  .home #courses .display-table-row .display-table-cell:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .home #courses .display-table-row .display-table-cell:first-child,
  .home #courses .display-table-row .display-table-cell:nth-child(5) {
    display: block;
  }
  .home #courses .display-table-row .button {
    padding: 3px 20px;
    font-size: 13px;
  }

  .misp_courses .table-event-link a {
    color: #C40B0B;
  }

  .misp_courses .table-event-link a:hover {
    color: #274368;
  }

  .upcoming-courses .misp_courses .display-table-row .display-table-cell:nth-child(3),
  .upcoming-courses .overseas-courses .display-table-row .display-table-cell:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .upcoming-courses .misp_courses .display-table-row .display-table-cell,
  .upcoming-courses .overseas-courses .display-table-row .display-table-cell {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 680px) {
  .home .main-headline {
    font-size: 22px;
  }

  .home .secondary-headline {
    font-size: 14px;
  }

  .home-new .featured-quote {
    font-size: 21px;
  }
  .home-new .homepage-stats-new .text-62 {
    font-size: 45px;
  }
  .home-new .homepage-stats-new .text-32 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .home .masthead-homepage {
    padding-top: 20px;
  }

  .home .main-headline {
    font-size: 20px;
  }

  .home .secondary-headline {
    font-size: 13px;
  }

  .home .masthead-homepage .button {
    max-width: 90%;
  }

  .home-new .featured-quote {
    font-size: 19px;
  }

  .has-cookie-bar.cookie-bar-bar #catapult-cookie-bar {
    padding: 15px 10px 20px;
  }

  .cookie-bar-bar #catapult-cookie-bar .ctcc-inner {
    display: block;
  }

  .ctcc-left-side,
  .ctcc-right-side {
    display: block;
    float: none;
    text-align: center;
  }

  .ctcc-left-side {
    margin-bottom: 10px;
  }

  .has-cookie-bar.cookie-bar-bar #catapult-cookie-bar {
    font-size: 12px;
  }

  .cookie-bar-bar button#catapultCookie {
    font-size: 11px;
  }

  .home .landing-box,
  .home .wrap.landing-section {
    padding: 0;
  }
  .home .landing-box.dark-blue {
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .home .after-header-second .landing-box {
    padding-top: 5px;
  }
  .home .landing-box-wrap .one-third,
  .home .landing-box-wrap .one-half,
  .home .landing-section .one-third,
  .home .landing-section .one-half {
    margin-bottom: 15px;
  }
}

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