
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], 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: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

/* stylelint-enable */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

body {
    margin: 0;
    filter: none;
    -ms-filter: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 16px;
    line-height: 22px;
    color: #0f254e;
    overflow-x: hidden;
}

html.html-loading body {
    position: relative;
    left: -100%;
}

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

a, button {
    color: #0d6a93;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
}

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

a:hover, button:hover {
    color: #0f254e;
}

/* Typography */

body, button, input, textarea, input[type=text], input[type=password], input[type=email], optgroup, select, html {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

p {
    margin: 0px 0px 18px;
}

h1 {
    font-family: 'Roboto', serif;
    font-weight: 900;
    font-style: normal;
}

h2, h3, .the-testimonial {
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-style: normal;
}

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

h1{
    font-size: 42px;
    line-height: 50px;
}

.homepage-hero-image h1 {
	font-size: 46px;
	line-height: 54px;
}

h2{
	font-size: 38px;
    line-height: 42px;
}

h3, .the-testimonial {
    font-size: 26px;
    line-height: 30px;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6, html .widget-title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

html .small-caps {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

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

b, strong {
    font-weight: 700;
}

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

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 30px;
}

span.sep {
    margin: 0px 10px;
    opacity: 0.5;
}

/* Site Wide */

.fa-l {
    margin-right: 6px;
}

.fa-r {
    margin-left: 6px;
}

.fa-small {
    font-size: 80%;
}

.clearer {
    clear: both;
}

.relative {
    position: relative;
}

.phone-only {
    display: none;
}

.hidden {
    display: none;
}

.no-margin {
    margin: 0px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::before,
.content-sidebar-wrap::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.clearfix::after,
.content-sidebar-wrap::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

.muted {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

figure {
    margin: 0;
}

ul, ol {
    padding: 0;
    margin: 0 0 18px 25px;
}


hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid currentColor;
    clear: both;
    color: #eee;
    margin: 1.65em auto;
}

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

tbody {
    border-bottom: 1px solid #eee;
}

td, th {
    text-align: left;
    vertical-align: top;
}

td {
    padding: 0.5em;
}

tr {
    border-top: 1px solid #eee;
}

th {
    font-weight: 600;
    padding: 0.5em;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0f2346;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

embed, iframe, img, object, video {
    max-width: 100%;
}

/* Screen Reader Text */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* Wraps */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.container {
    width: 960px;
	max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	padding-left:0px;
	padding-right:0px;
}

.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container:after {
    clear: both;
}

/* Sidebar Pages */

.content-sidebar-wrapnt .content .container {
    width: auto !important;
}

.content-sidebar-wrap .content {
    width: 620px;
    float: left;
}

.content-sidebar-wrap .sidebar {
    width: 300px;
    float: right;
}

.content-sidebar-wrap.sidebar-left .sidebar {
    float: left;
}

.content-sidebar-wrap.sidebar-left .content {
    float: right;
}

/* Sidebar Widgets */

.widget .widget-wrap {
    margin-bottom: 20px;
}

.widget.widget_custom_html .widget-wrap {
    margin-bottom: 0px;
}

.widget-title {
    margin-top: 0px;
}

.widget ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.widget li {
    position: relative;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 4px;
}

.widget li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0px;
    left: 3px;
}

.widget p:last-child, .widget ul > li:last-of-type {
    margin-bottom: 0;
}

.widget .widget-menu {
    margin: 0px 0px 18px;
}

.sidebar .widget .widget-menu {
    margin: 0px;
}

.widget-menu li {
    margin: 0px;
    padding: 0px;
}

.widget-menu li:before {
    display: none;
}

html .widget-menu li a {
    display: block;
    margin: 0px 0px 10px;
}

html .widget_strictly_entrance .widget-wrap {
    position: relative;
    padding: 30px 20px;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    color: #ffffff;
    background: #0f2346;
}

html .widget_strictly_entrance.widget_strictly_entrance_module .widget-wrap {
    padding: 35px 30px;
    background: #0f2346;
}

.widget_strictly_entrance .btn {
    margin: 0px;
}

.widget_strictly_entrance .strictlyeducation-ent-widget-bg,
.widget_strictly_entrance .strictlyeducation-ent-widget-bg-img,
.widget_strictly_entrance .strictlyeducation-ent-widget-bg-over {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.widget_strictly_entrance .strictlyeducation-ent-widget-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget_strictly_entrance .strictlyeducation-ent-widget-bg-over {
    background: -moz-linear-gradient(left, rgba(0, 40, 85, 1) 0%, rgba(0, 40, 85, 0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 40, 85, 1) 0%, rgba(0, 40, 85, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 40, 85, 1) 0%, rgba(0, 40, 85, 0.2) 100%);
    filter: Freegid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2346', endColorstr='#880f2346', GradientType=1);
    opacity: 0.8;
}

.widget_strictly_entrance.widget_strictly_entrance_module .strictlyeducation-ent-text-wrap {
    max-width: 300px;
    min-height: 260px;
}

.thive-shares {
    margin-bottom: 20px;
}

.thive-shares a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    float: left;
    margin: 0px 6px 12px 0px;
}

.sidebar .thive-shares a {
    background: #ffffff;
    border-radius: 999px;
}

.thive-shares a span {
    display: none;
}

.thive-title-bar-shares{
	margin-top:20px;
}

.thive-title-bar-shares a span {
	display:none;
}

.widget_rss .widget-title a.rsswidget:first-child img {
    display: none;
}


/* Fractions */


[class*="frac"] {
    float: left;
    min-height: 1px;
    margin-left: 4%;
}

[class*="frac"]:first-child, [class*="frac"].first {
    margin-left: 0%;
    clear: both;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

.frac2 {
    width: 13.33%;
}

.frac2-4 {
    width: 16.8%;
}

.frac3 {
    width: 22%;
}

.frac4 {
    width: 30.66%;
}

.frac4-8 {
    width: 37.6%;
}

.frac6 {
    width: 48%;
}

.frac7-2 {
    width: 58.4%;
}

.frac8 {
    width: 65.34%;
}

.frac9 {
    width: 74%;
}

.frac9-6 {
    width: 79.2%;
}

.frac10 {
    width: 82.67%;
}

.frac12 {
    width: 100%;
}


/* No Margins */

.no-margin [class*="frac"] {
    margin-left: 0% !important;
}

.no-margin .frac2 {
    width: 16.666% !important;
}

.no-margin .frac2-4 {
    width: 20% !important;
}

.no-margin .frac3 {
    width: 25% !important;
}

.no-margin .frac4 {
    width: 33.333% !important;
}

.no-margin .frac4-8 {
    width: 40% !important;
}

.no-margin .frac6 {
    width: 50% !important;
}

.no-margin .frac7-2 {
    width: 60% !important;
}

.no-margin .frac8 {
    width: 66.666% !important;
}

.no-margin .frac9 {
    width: 75% !important;
}

.no-margin .frac9-6 {
    width: 80% !important;
}

.no-margin .frac10 {
    width: 83.333% !important;
}

.no-margin .frac12 {
    width: 100% !important;
}


/* Inputs */

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[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;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time],
input[type=url], select, textarea, .strictly-select-title {
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    box-shadow: none;
    border-radius: 0px;
    min-height: 33px;
    box-sizing: border-box;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: border linear .2s;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/* Formatting */

.v-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    top: auto;
    right: auto;
    height: 100%;
    position: relative;
    bottom: auto;
    left: auto;
}

.v-align > div {
    width: 100%;
}


/* Media */

audio, video {
    display: inline-block;
}

img {
    border-style: none;
}

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

/* WordPress */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

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

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

a.alignleft, a.alignnone, a.alignright {
    max-width: 100%;
}

img.centered, .aligncenter, .singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone, .alignnone {
    margin-bottom: 15px;
}

/* Buttons BTNS */

html .btn, html .button, html .fl-builder-content .fl-button, .widget-menu li a, .fl-tabs-labels .fl-tabs-label, .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .strictly-menu-code > a {
    border: none !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none;
    padding: 10px 18px;
    margin: 0px 6px 12px 0px;
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    text-decoration: none !important;
    /*letter-spacing: 1.5px;*/
    height: auto;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	font-weight:bold;
}

html .btn, html .button, html .fl-builder-content .fl-button, .widget-menu li a, .strictly-pagination > .page-numbers, .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .strictly-menu-code > a {
    background: #0f254e !important;
    color: #ffffff !important;
}

html a.btn:hover, html .button:hover, html .fl-builder-content .fl-button:hover, html .sector-btn.btn:hover, .strictly-pagination > a.page-numbers:hover, .strictly-pagination > .page-numbers.current,
.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .strictly-menu-code > a:hover {
    background: #0f254e !important;
    color: #ffffff !important;
}


.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
    color: inherit;
}

html .btn.btn-small, .widget-menu li a, .fl-tabs-labels .fl-tabs-label, .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .strictly-menu-code > a {
    font-size: 14px;
    padding: 8px 14px;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .strictly-menu-code > a {
    margin-right: 0px;
}

html .btn.btn-large {
    padding: 12px 20px;
}

html .btn.btn-block, html .strictly-btn-group.btn-blocks .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0px;
}

html .strictly-btn-group.align-btns-center {
    text-align: center;
}

html .strictly-btn-group.align-btns-center .btn {
    margin: 0px 3px 12px;
}

html .strictly-btn-group.align-btns-right {
    text-align: right;
}

html .strictly-btn-group.align-btns-right .btn {
    margin: 0px 0px 12px 6px;
}

html .btn.btn-d-blue, .fl-tabs-labels .fl-tab-active.btn-d-blue {
    background: #0f2346 !important;
}

html .btn.btn-red, .fl-tabs-labels .fl-tab-active.btn-red {
    background: #E94739 !important;
}

html .btn.btn-orange, .fl-tabs-labels .fl-tab-active.btn-orange {
    background: #f29109 !important;
}

html .btn.btn-yellow, .fl-tabs-labels .fl-tab-active.btn-yellow {
    background: #f29109 !important;
}

html .btn.btn-green, .fl-tabs-labels .fl-tab-active.btn-green {
    background: #00884a !important;
}

html .btn.btn-purple, .fl-tabs-labels .fl-tab-active.btn-purple {
    background: #8166aa !important;
}

html .btn.btn-light-purple, .fl-tabs-labels .fl-tab-active.btn-light-purple {
    background: #8586be !important;
}

html .btn.btn-grey, .fl-tabs-labels .fl-tab-active.btn-grey {
    background: #848484 !important;
}

html .btn.btn-l-blue, html .widget-menu li a, .fl-tabs-labels .fl-tabs-label {
    background: #f1f1f1 !important;
    color: black !important;
	border-radius:6px;
}

html .btn.btn-white, html #login-popup .button {
    background: #ffffff !important;
    color: black !important;
}

html a.btn.btn-d-blue:hover {
    background: #0f2346 !important;
}

html a.btn.btn-red:hover {
    background: #c83327 !important;
}

html a.btn.btn-orange:hover {
    background: #d96617 !important;
}

html a.btn.btn-yellow:hover {
    background: #db9311 !important;
}

html a.btn.btn-green:hover {
    background: #2f9174 !important;
}

html a.btn.btn-purple:hover {
    background: #5a3c8b !important;
}

html a.btn.btn-light-purple:hover {
    background: #5a3c8b !important;
}

html .btn.btn-l-blue:hover, html a.btn.btn-white:hover, html #login-popup .button:hover, html .widget-menu li a:hover, html .widget-menu li.current_page_item a, .fl-tabs-labels .fl-tabs-label:hover, .fl-tabs-labels .fl-tab-active {
    background: #0f2346 !important;
    color: #ffffff !important;
}

.fl-tabs-labels .fl-tabs-label.fl-tab-active, .fl-tabs-labels .fl-tabs-label.fl-tab-active:hover {
    color: #ffffff !important;
    pointer-events: none;
}

/*/////////////////////// Custom Styles ////////////////////*/

html .c-l-blue, html .c-l-blue p {
    color: #fff4fe !important;
}

html .c-l2-blue, html .c-l2-blue p {
    color: #FFF4FE !important;
}

html .c-blue, html .c-blue p {
    color: #0f2346 !important;
}
html .c-cyan, html .c-cyan p {
    color: #599bd6 !important;
}

html .c-light-blue, html .c-light-blue p {
    color: #3992be !important;
}

html .c-d-blue, html .c-d-blue p {
    color: #000 !important;
}

html .c-red, html .c-red p {
    color: #E94739 !important;
}

html .c-orange, html .c-orange p {
    color: #f29109 !important;
}

html .c-yellow, html .c-yellow p {
    color: #f29109 !important;
}

html .c-green, html .c-green p {
    color: #00884a !important;
}

html .c-purple, html .c-purple p {
    color: #8166aa !important;
}

html .c-light-purple, html .c-light-purple p {
    color: #8586be !important;
}
html .c-grey {
    color: #6a6a6a !important;
}
html .c-white, html .c-white p {
    color: #FFFFFF !important;
}
html .bg-l2-blue {
    background: #FFF4FE !important;
}

html .bg-blue {
    background: #0d6a93 !important;
}

html .bg-grey {
    background: #f3f3f3 !important;
}

html .bg-black {
    background: #000 !important;
}

html .bg-d-blue {
    background: #0f2346 !important;
}

html .bg-l-blue {
    background: #3751c1 !important;
}

html .bg-cyan {
    background: #599bd6 !important;
}
html .bg-red, .type-awareness .course-type-head,
.type-awareness .meta-icon, .type-awareness .course-link-over, html .colband.awareness > div {
    background: #E94739 !important;
}

html .bg-orange, .type-intermediate .course-type-head,
.type-intermediate .meta-icon, .type-intermediate .course-link-over, html .colband.intermediate > div {
    background: #f29109 !important;
}

html .bg-yellow, .type-foundation .course-type-head,
.type-foundation .meta-icon, .type-foundation .course-link-over, html .colband.foundation > div {
    background: #f29109 !important;
}

html .bg-green, .type-licensed .course-type-head,
.type-licensed .meta-icon, .type-licensed .course-link-over, html .colband.licensed > div {
    background: #00884a !important;
}

html .bg-purple, .type-advanced .course-type-head,
.type-advanced .meta-icon, .type-advanced .course-link-over, html .colband.advanced > div {
    background: #8166aa !important;
}

html .bg-light-purple, .type-advanced .course-type-head,
.type-advanced .meta-icon, .type-advanced .course-link-over, html .colband.advanced > div {
    background: #8586be !important;
}

html .bg-pink, .type-licensed .course-type-head,
.type-licensed .meta-icon, .type-licensed .course-link-over, html .colband.licensed > div {
    background: #0f2346 !important;
}

html .bg-white {
    background: #FFFFFF !important;
}

html .bc-l-blue {
    border-color: #fff4fe !important;
}

html .bc-l2-blue {
    border-color: #FFF4FE !important;
}

html .bc-blue {
    border-color: #0f2346 !important;
}

html .bc-d-blue {
    border-color: #0f2346 !important;
}

html .bc-red, .type-awareness .event-tab-nav.active {
    border-color: #E94739 !important;
}

html .bc-orange, .type-intermediate .event-tab-nav.active {
    border-color: #f29109 !important;
}

html .bc-yellow, .type-foundation .event-tab-nav.active {
    border-color: #f29109 !important;
}

html .bc-green, .type-licensed .event-tab-nav.active {
    border-color: #00884a !important;
}

html .bc-purple, .type-advanced .event-tab-nav.active {
    border-color: #8166aa !important;
}

html .bc-light-purple, .type-advanced .event-tab-nav.active {
    border-color: #8586be !important;
}

html .bc-white {
    border-color: #FFFFFF !important;
}

/*/////////////////////// Page Areas ////////////////*/

/* Top Bar */

#top-bar {
    position: relative;
    z-index: 99 !important;
    line-height: 0;
    height: 44px;
    color: #ffffff;
    overflow: hidden;
}

#top-bar #top-bar-left, #top-bar #top-bar-right {
    font-size: 16px;
    line-height: 44px;
}

#top-bar #top-bar-left > div, #top-bar #top-bar-right > div {
    display: block;
    vertical-align: top;
    float: left;
}

#top-bar #top-bar-left > div {
    margin-left: 10px;
}

#top-bar #top-bar-left > div:first-child {
    margin-left: 0px;
}

#top-bar #top-bar-right > div {
    margin-right: 20px;
}

#top-bar #top-bar-right > div:last-child {
    margin-right: 0px;
}

#top-bar .strictly-site-search form {
    border: none;
}

#top-bar a {
    color: #ffffff;
}

#top-bar a:hover {
    color: white;
}

#top-bar .contact
{
	border-right-width: 1px;
	border-right-color:rgba(0, 40, 85, 0.9);
	border-right-style: solid;
	padding-right: 10px;
	font-size: 14px;
}

#top-bar .top-bar-socials a
{
	padding-left: 12px;
}

#top-bar .top-bar-socials a:first-child
{
	padding-left: 0px;
}

/* Logo */

#logo, #compass-logo, .menu-logo-placeholder {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 19px;
	transition: margin-top 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
}

@media screen and (max-width: 1200px) {
	#logo, #compass-logo, .menu-logo-placeholder {
		 margin-top: 6px;
	}
	
}

#logo > a, #compass-logo > a {
    display: inline-block;
}

#logo img   {
    max-width: 215px;
    width: 100%;
    height: auto;
	transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
    -moz-transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
    -webkit-transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
    -o-transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
}

.menu-logo-placeholder{
	height:64px;
}


.menu-logo-placeholder img{
	height: 74px;
	-moz-transition: max-height 0.2s ease-in-out, height 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out, height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out, height 0.2s ease-in-out;
}
.fixed-top .menu-logo-placeholder img{
	height: 52px;
}

@media (max-width: 1200px) {
	.menu-logo-placeholder img{
		height: 55px;
		margin-top:3px;
	}
	.fixed-top .menu-logo-placeholder img{
		margin-top:0px;
		height: 50px;
	}
}


.navbar-toggler{
	padding-top:15px;
}

.fixed-top .navbar-toggler{
	padding-top:8px;
}

#compass-logo img  {
	max-width: 155px;
    width: 100%;
    height: auto;
	transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
    -moz-transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
    -webkit-transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
    -o-transition: max-width 0.2s ease-in-out, width 0.2s ease-in-out;
}

#logo img.site-mobile-logo, #logo img.site-stuck-logo,#compass-logo img.site-mobile-logo, #compass-logo img.site-stuck-logo
 {
    display: none;
}


/* Header */

#header-container {
    position: relative;
    z-index: 2000;
}

#header-container-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: -2;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
}

#strapline {
    position: absolute;
    top: 30px;
    right: 0px;
}

.header-items {
    position: absolute;
    top: 30px;
    right: 0px;
}

.header-items > div {
    float: left;
    display: block;
    margin-left: 15px;
}

.header-items > div:first-child {
    margin-left: 0px !important;
}

.header-items > div .btn {
    margin: 0px;
}

.header-items > div .btn.search-open {
    padding: 0px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

#search-bar {
    display: none;
}

.header-search {
    position: relative;
}

.error404 #the-page .header-search {
    margin-bottom: 40px;
}

.header-search .search-field {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 40px 12px 0px;
    border: none;
    background: #fff4fe;
    border-radius: 3px;
    width: 100%;
}

.error404 #the-page .header-search .search-field {
    background: #ffffff;
}

.header-search .btn-search {
    position: absolute;
    top: 50%;
    right: 2px;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
    width: 34px;
    text-align: center;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-top: -16px;
    color: #0f2346;
}

.header-search .btn-search:hover {
    color: #0f2346;
}

/* Absolute Header */

.absolute-header #page-header {
    position: absolute;
    left: 0px;
    width: 100%;
}

.absolute-header #header-container-background {
    background: none !important;
}


/* Navigation */

.menu-primary > li:last-child a span:hover
{
	background-color: white !important;
	color: black !important;
}


.menu .menu-item:focus {
    position: static;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}

/*.nav-primary {
    margin: 0px;
    position: relative;
    display: none;
}*/

.menu-primary {
    margin: 0px;
    float: right;
    list-style: none;
    display: block;
    padding: 0px;
}

.menu-primary > li {
    float: left;
    position: relative;
    margin: 0;
    list-style: none;
}

.menu-primary > li.active {
	border-bottom:3px solid #0d6b91;
}

.menu-primary > li:hover {
	border-bottom:4px solid #0d6b91;
}


.menu-primary > li.no-rollover:hover {
	border-bottom:0px none white;
}


.menu-primary > li > a {
    font-size: 14px;
    font-weight: 500;
    filter: none;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding-left: 20px !important;
	padding-right:20px !important;
	padding-bottom:35px;
	padding-top:36px;
    border: none;
    color: #0e1d3a;
    white-space: nowrap;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, padding-top 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, padding-top 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, padding-top 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, padding-top 0.2s ease-in-out;
}

.menu-primary > li > button {
	margin-top:28px;
    margin-left: 20px !important;
	margin-right:20px !important;
}

/*
.menu-primary > li > a:hover, .menu-primary > li.current_page_item > a {
    color: #3751c1;
}
*/


/* Menu Toggle */

.menu-toggle {
    position: relative;
    right: 0px;
    z-index: 1000;
    display: none;
	visibility: hidden;
    width: 100%;
    border: none;
    padding: 16px 0px;
    text-align: left;
	color:white;
}


.menu-toggle:before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0px;
    bottom: 0px;
    background: #0d6a93;
    z-index: -1;
}

.menu-toggle-icon {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 20px;
    height: 18px;
    margin-top: -9px;
}

.menu-toggle-icon > span {
    position: absolute;
    top: 8px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #0d6a93;
}

.menu-toggle-icon > span:first-child {
    top: 0px;
}

.menu-toggle-icon > span:last-child {
    top: auto;
    bottom: 0px;
}

.menu-primary-toggle > a {
    color: #000;
    width: 40px;
    line-height: 40px;
    border: 1px solid #000000;
    text-align: center;
    display: inline-block;
}

.menu-primary > li .sub-menu-toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    border: none;
    background: none;
    box-shadow: none;
}

.menu-primary > li .sub-menu-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    font-size: 22px;
    position: absolute;
    top: 14px;
    right: 30px;
    width: 20px;
    line-height: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.menu-primary > li .sub-menu-toggle.activated:after {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.menu-primary .strictly-mega-menu .sub-menu li .sub-menu-toggle {
    display: none !important;
}

.no-click-nav > a {
    pointer-events: none !important;
}

.no-click {
    pointer-events: none !important;
}

/* Sub menus */

.menu-primary li > ul.sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    clear: both;
    display: none;
    float: none;
    position: absolute;
    left: -9999px;
    margin: 0px;
    padding: 0px;
    z-index: 1000;
    width: 205px;
    border: none;
    list-style: none;
    background-color: #fff4fe;
    color: #0f2346;
    background-clip: padding-box;
}

.menu-primary li.children-to-left > ul.sub-menu {
    left: auto;
    right: 0;
}

.menu-primary li.sfHover > ul.sub-menu {
    top: 100%;
}

.menu-primary li > ul.sub-menu li {
    position: relative;
    border-bottom: 1px solid #FFF4FE;
}

.menu-primary li > ul.sub-menu ul.sub-menu li {
    border: none;
}

.menu-primary li > ul.sub-menu li:last-child {
    border-bottom: 0px;
}

.menu-primary li > ul.sub-menu li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #0f2346;
}

.menu-primary li > ul.sub-menu li > a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #cfdfec;
    display: block;
}

.menu-primary li > ul.sub-menu li > a:hover {
    color: #0f2346;
}

.menu-primary li.hide-mega-title > a {
    display: none !important;
}

.menu-primary li.no-link > a {
    pointer-events: none !important;
}



/* Sub Sub Menus */

.menu-primary li > ul.sub-menu > li > ul.sub-menu {
    top: -99999px;
    right: -100%;
    margin-right: -2px;
    left: auto;
}


.menu-primary > li.menu-item.strictly-mega-menu {
    position: static;
    text-align: left;
}

.menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu {
    margin: 0px;
    width: 100%;
    position: absolute;
    display: none;
    padding: 30px 0px;
    box-sizing: border-box;
    max-width: 1170px;
    border: none;
    overflow: visible !important;
    height: auto !important;
}

.menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu:before {
    content: "";
    position: absolute;
    left: -3000px;
    right: -3000px;
    top: 0px;
    bottom: 0px;
    background: #fff4fe;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.menu-primary li.menu-item.strictly-mega-menu > ul.sub-menu li {
    position: initial;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-4 > ul.sub-menu > li {
    width: 25%;
    float: left;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li {
    width: 33.333%;
    float: left;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-2 > ul.sub-menu > li {
    width: 50%;
    float: left;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-1 > ul.sub-menu > li {
    width: 100%;
    float: none;
}

.menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu > li > a {
    border: none;
}

.menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu ul.sub-menu {
    display: block !important;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 !important;
    position: static !important;
    visibility: visible !important;
    height: auto !important;
    width: 100% !important;
    background: none !important;
    background-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

.strictly-menu-code {
    padding: 0px;
}

.strictly-menu-code h4 {
    color: #1E3684;
    margin-top: 0px;
}

.strictly-menu-code p {
    font-size: 16px;
    line-height: 24px;
}

.strictly-menu-code p:last-child {
    margin: 0px;
}

/* Mega Menu */

.menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu {
    padding: 0px;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li {
    width: 48%;
    margin-left: 4%;
    padding: 30px 0px;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:first-child {
    width: 22%;
    margin-left: 0px;
    clear: both;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child {
    width: 22%;
    position: relative;
    background: #FFF4FE;
    box-sizing: border-box;
    padding: 30px 20px;
}


.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .strictly-menu-code p, .strictly-menu-code .strictlyeducation-contacts {
    font-size: 14px;
    line-height: 22px;
}


.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li {
    width: 50%;
    float: left;
}

.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li > ul.sub-menu > li a {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 20px;
}
.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li > ul.sub-menu > li a:before {display: none;}
.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li.has-children > .sub-menu:before, .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li.has-children > .sub-menu:after {
    content: "";
    display: table;
    clear: both;
}
.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li.has-children > .sub-menu {
    padding: 4px 0px;
    margin-bottom: 6px!important;
}
.menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    float: none;
    clear: both;
    width: 100%;
}


/* Titlebar */

.page-title-bar 
{
	padding-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:15px;
}

.page-title-bar h1
{
	font-weight: 500;
	font-size: 38px;
	margin-bottom:20px;
	margin-top:20px;
}

.page-title-bar h2
{
	font-size: 24px;
	margin-bottom: 32px;
}

.page-title-bar-home h1{
	font-weight: 600;
	font-size: 60px;
	margin-bottom:32px;
	margin-top:32px;
	letter-spacing: -2px;
}

.page-title-bar-home h2{
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 32px;
	line-height: 42px;
	letter-spacing: -2px;
}

.page-title-bar.blue-dots
{
	background-image: url("/Media/repeating_backgrounds/blue.png?r=2");
	background-color: #0f2346;
}

.page-title-bar.green-dots
{
	background-image: url("/Media/repeating_backgrounds/green.png?r=2");
	background-color: #00884a;
}

.page-title-bar.cyan-dots
{
	background-image: url("/Media/repeating_backgrounds/cyan.png?r=2");
	background-color: #599bd6;
}

.page-title-bar.purple-dots
{
	background-image: url("/Media/repeating_backgrounds/purple.png?r=2");
	background-color: #8166aa;
}

.page-title-bar.light-purple-dots
{
	background-image: url("/Media/repeating_backgrounds/light-purple.png?r=2");
	background-color: #8586be;
}

.page-title-bar.orange-dots
{
	background-image: url("/Media/repeating_backgrounds/orange.png?r=2");
	background-color: #f29109;
}

.page-title-bar.people-dots
{
	background-image: url("/Media/repeating_backgrounds/small-man.png?r=2");
	background-color: #003978;
	background-repeat: repeat;
}


.page-title-bar.orbs-dots
{
	background-image: url('/Media/repeating_backgrounds/orb.jpg');
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	background-size:85%;
}

.page-title-bar.hexagons-dots
{
	background-image: url('/Media/repeating_backgrounds/hexagons.png');
	background-color: #8166aa;
}

/*
.page-title-bar.red-dots
{
	background-image: url("/Media/repeating_backgrounds/red.png");
	background-color: #E94739;
}
*/

/* Breadcrumb */

#breadcrumb {
    font-size: 13px;
    line-height: 16px;
    /*text-transform: uppercase;*/
    padding: 0px;
    margin-top:10px;
	margin-left:3px;
	margin-bottom: 10px;
}

#breadcrumb li {
    list-style: none;
    display: inline-block;
	margin-bottom:10px;
}

#breadcrumb li.sep {
    margin: 0px 2px;
}

#breadcrumb, #breadcrumb a {
    color: #fff;
}

#breadcrumb a:hover, #breadcrumb .item-current {
    color: #fff;
	text-decoration: underline;
}

.course #breadcrumb, .course #breadcrumb a {
    color: #00884a;
}

.course #breadcrumb a:hover, .course #breadcrumb .item-current {
    color: #2f9174;
}

.single-post #breadcrumb .sep.sep-last, .single-post #breadcrumb .bc-item.item-current {
    display: none;
}

.page-title-bar.orbs-dots #breadcrumb, .page-title-bar.orbs-dots #breadcrumb a {
	color: #0f254e;
}


/* The Page */

#the-page {
    min-height: 30px;
}

.mc_embed_signup, .mail_signup_form {
    position: relative;
    padding-right: 126px;
    margin-bottom: 40px;
}

.mc_embed_signup .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

.mc_embed_signup input.strictly-mc-email {
    padding: 10px;
    border: none;
    border-radius: 3px;
    margin: 0px;
}

.call-back-section input{
    padding: 10px;
    border: none;
    border-radius: 3px;
    margin: 0px;
	font-size:16px;
}

/* Upper Footer */

#upper-footer {
    padding: 50px 0px 0px;
}

.strictlyeducation-contacts .contact-item {
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-left: 28px;
}

.strictlyeducation-contacts .contact-item .fa-contact-icon {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #0f2346;
}

.logo-links .foot-logo {
    float: left;
    max-width: 250px;
    margin-right: 30px;
}

/* Bottom Bar */

#bottom-bar {
    padding: 20px 0px 10px;
}

#bottom-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

#bottom-text {
    overflow: hidden;
}

.bottombar-menu {
    list-style: none;
    margin: 0px 0px 18px;
}

.bottombar-menu li {
    float: left;
    margin-left: 10px;
}

.bottombar-menu li:first-child {
    margin: 0px;
}

.bottombar-menu li a:before {
    content: "•";
    display: inline-block;
    margin-right: 5px;
    color: #ffffff !important;
}

.bottombar-menu li:first-child a:before {
    display: none;
}


.socials .social {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin: 0px 4px 4px 0px;
}

/* Login */

.restrictor {
    max-width: 500px;
}

.strictlyeducation-login .form-row {
    margin-bottom: 4px;
}

.strictlyeducation-login .form-row:last-child {
    margin-bottom: 18px;
}

.strictlyeducation-request-new-password-form input[type=email] {
    display: block;
}

.strictlyeducation-reset-password input[type=password],
.strictlyeducation-reset-password input[type=password_confirmation],
.strictlyeducation-login input[type=text] {
    width: 50%;
}

.strictlyeducation-request-new-password-form input[type=email],
.strictlyeducation-login input[type=password],
.strictlyeducation-login input[type=email] {
    width: 100%;
    max-width: 565px;
}

.strictlyeducation-reset-password label,
.strictlyeducation-login label {
    display: block;
    margin-bottom: 6px;
}

.strictlyeducation-login .lost {
    text-decoration: underline;
}

.strictlyeducation-login .lost:hover {
    opacity: 0.6;
}

.strictlyeducation-login .login-error, .strictlyeducation-login .login-info {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #0f2346;
}

.strictlyeducation-login .login-error {
    color: #E94739;
}

/* To Top */

#to-top {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    z-index: 9995;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
}

#side-link {
    opacity: 0;
    font-size: 16px;
    text-decoration: none;
    position: fixed;
    right: -46px;
    top: 50%;
    z-index: 999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    margin: 100px 0px 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#side-link.active {
    opacity: 1;
    right: -1px;
}

/* Widgets */

/* Gallery */

.strictly-w-gallery .strictly-w-gallery-img {
    float: left;
    margin: 0px 6px 6px 0px;
}

.strictly-w-gallery-img > img {
    width: auto;
    max-height: 60px;
}

/* Mailchimp */

.strictly-mc-email {
    width: 100%;
}

/* Socials */

footer .actions
{
	margin-left: 20px;
}

.strictly-socials .social {
    display: block;
    float: right;
    clear: both;
}

.strictly-socials.icon-based .social {
    clear: none;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center;

}

footer .strictly-socials.icon-based .social {
	font-size:22px;
	/*line-height: 60px;*/
}

.strictly-socials.icon-based .social > span {
    display: none;
}

/* Contact */

.contact .fa.fa-l {
    vertical-align: middle;
}

/* Shortcodes */

/* Search */

#top-bar #searchform #searchsubmit {
    background: none;
    border: none;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    margin: 0px;
    vertical-align: top;
    padding: 0px 7px;
    font-size: 12px;
    color: #6d6d6d;
}

#top-bar #searchform #searchsubmit:hover {
    color: #111111;
}

#searchform #s {
    height: 36px;
}

#top-bar #searchform #s {
    border: none;
    background: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    margin: 0px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    width: 120px;
}

body.search .strictlyeducation-course-item > a {
    width: 50% !important;
}

/* Top Menu */

#top-navigation {
    margin: 0px;
    display: block;
    padding: 0px;
    list-style: none;
}

#top-navigation li {
    display: block;
    float: left;
    margin-right: 1px;
}

#top-navigation li:last-child {
    margin-right: 0px;
}

#top-navigation li a {
    display: block;
    background: #666666;
    color: #ffffff;
    padding: 0px 8px;
    font-size: 13px;
}

#top-navigation li a:hover {
    background: #333333;
}


/* Block */

.strictlyeducation-block {
    padding: 40px 30px 22px;
    background: #0f2346;
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
}

.strictlyeducation-block .strictlyeducation-block-title {
    margin: 0px 0px 18px;
}

.strictlyeducation-block a {
    color: #fff;
}

.strictlyeducation-block a:hover {
    opacity: 0.6;
}

.strictlyeducation-block ul li {
    margin-bottom: 6px;
}

/* Toggle */

.strictly-toggle.toggle-closed .strictly-toggle-content {
    display: none;
}

.strictly-toggle.toggle-simple .strictly-toggle-content {
    margin-top: 20px;
}

.fl-builder-edit .strictly-toggle.toggle-closed .strictly-toggle-content {
    display: block;
}

.strictly-toggle.toggle-closed .to-close {
    display: none;
}

.strictly-toggle.toggle-closed .to-open {
    display: block;
}

.strictly-toggle.toggle-open .to-close {
    display: block;
}

.strictly-toggle.toggle-open .to-open {
    display: none;
}

.strictly-toggle .strictly-toggle-header {
    cursor: pointer;
}

html .strictly-toggle .strictly-toggle-header {
    margin: 0px;
}

.strictly-toggle.toggle-simple .strictly-toggle-header {
    display: inline-block;
}

.strictly-toggle .strictly-toggle-header .strictly-toggle-header-inner {
    position: relative;
    text-align: left;
}

.strictly-toggle .strictly-toggle-header .strictly-toggle-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
}

.strictly-toggle .strictly-toggle-header .strictly-toggle-heading {
    padding-left: 30px;
}


/* Toggle */

.mtx-toggle.toggle-closed .mtx-toggle-content {
    display: none;
}

.mtx-toggle.toggle-simple .mtx-toggle-content {
    margin-top: 20px;
}

.fl-builder-edit .mtx-toggle.toggle-closed .mtx-toggle-content {
    display: block;
}

.mtx-toggle.toggle-closed .to-close {
    display: none;
}

.mtx-toggle.toggle-closed .to-open {
    display: block;
}

.mtx-toggle.toggle-open .to-close {
    display: block;
}

.mtx-toggle.toggle-open .to-open {
    display: none;
}

.mtx-toggle .mtx-toggle-header {
    cursor: pointer;
}

html .mtx-toggle .mtx-toggle-header {
    margin: 0px;
}

.mtx-toggle.toggle-simple .mtx-toggle-header {
    display: inline-block;
}

.mtx-toggle .mtx-toggle-header .mtx-toggle-header-inner {
    position: relative;
    text-align: left;
}

.mtx-toggle .mtx-toggle-header .mtx-toggle-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
}

.mtx-toggle .mtx-toggle-header .mtx-toggle-heading {
    padding-left: 30px;
}

/* Carousel */
.strictly-carousel.owl-carousel .owl-nav > div {
    top: 50%;
    margin-top: -18px;
}

.strictly-carousel.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.strictly-carousel.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

/* Photo */

html .mfp-bg {
    z-index: 9998;
}

html .mfp-wrap {
    z-index: 9999;
}

html img.mfp-img {
    padding: 40px 0px 40px;
}

html .mfp-bottom-bar {
    margin-top: -30px;
}

html .mfp-close {
    opacity: 1;
}

html .mfp-figure:after {
    display: none;
}

html .mfp-close:hover, html .mfp-close:focus {
    opacity: 0.6;
}

html .mfp-title {
    text-align: center;
    font-size: 13px;
    padding: 0px 20px;
}

.strictly-photo-caption {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    padding: 6px 18px;
    font-size: 13px;
    line-height: 20px;
}

.strictly-photo-caption.show-caption {
    display: block;
}

.strictly-bg-photo {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.strictly-bg-photo.ratio-12-7 {
    padding-bottom: 58.333%;
}

.strictly-bg-photo.ratio-4-3 {
    padding-bottom: 75%;
}

.strictly-bg-photo.ratio-1-1 {
    padding-bottom: 100%;
}

.strictly-bg-photo .strictly-bg-photo-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.fl-photo .lightbox-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

.fl-photo:hover .lightbox-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lightbox-overlay .lightbox-icon {
    font-size: 30px;
    position: absolute;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    color: #ffffff;
}


/* Icon */

.strictly-icon-wrap {
    z-index: 1;
}

.strictly-icon {
    width: 54px;
    height: 54px;
    background: #ffffff;
    color: #0f2346;
    border-radius: 999px;
    text-align: center;
    line-height: 54px;
    box-sizing: border-box;
    font-size: 24px;
    z-index: 1;
}

.strictly-icon-text h6, .strictly-icon-text h3 {
    margin: 0px 0px 8px;
}

.strictly-icon-wrap.icon-inline.has-text {
    padding-left: 70px;
    position: relative;
    min-height: 54px;
    width: 100%;
}

.strictly-icon-wrap.icon-inline-block.icon-inline.has-text {
    padding: 20px 30px 20px 60px;
    background: #fff;
    border-radius: 6px;
}

.strictly-icon-wrap.icon-inline.has-text .strictly-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.strictly-icon-wrap.icon-inline-block.icon-inline.has-text .strictly-icon {
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 0px;
    line-height: 40px;
    font-size: 20px;
    top: 20px;
    left: 10px;
}

.strictly-icon-wrap.icon-block.has-text {
    position: relative;
}

.strictly-icon-wrap.icon-block.has-text:before {
    content: "";
    background: #0f2346;
    position: absolute;
    top: 27px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 6px;
    z-index: -1;
}

.strictly-icon-wrap.icon-block.has-text .strictly-icon {
    margin: auto;
    border: 2px solid #0f2346;
}

.strictly-icon-wrap.icon-block.has-text .strictly-icon-text {
    padding: 20px 20px 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    z-index: -1;
}

.strictly-icon-wrap.icon-inline-block.icon-inline.has-text p {
    margin: 0px;
}

/* Feature */

.fl-feature-wrap .fl-col-content {
    margin: 0px;
}

.fl-feature-content .strictly-icon-wrap {
    margin-bottom: 10px;
}

.fl-col-content.fl-feature-photo {
    margin-bottom: 20px;
}


/* List */

.fl-module-strictly-list ul.strictly-list {
    margin: 0px;
    list-style: none;
}

.fl-module-strictly-list ul.strictly-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
}

.strictly-list .strictly-list-icon {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    text-align: center;
    color: #0f2346;
}

.strictly-list .strictly-list-icon.fa-circle {
    font-size: 40%;
    line-height: 240%;
}

/* CTA */

.strictly-cta .cta-link-wrap {
    float: right;
    margin-left: 4%;
}

.strictly-cta .cta-link-wrap .btn {
    margin-right: 0px;
}

.strictly-cta .cta-text-wrap {
    overflow: hidden;
}

.strictly-cta .cta-title {
    margin-top: 0px;
}

.strictly-cta.with-text .cta-title {
    float: left;
    max-width: 330px;
    margin-right: 2%;
}

.strictly-cta .cta-text {
    overflow: hidden;
}

/* Tabs */

html .fl-tabs-labels {
    display: block;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px 20px 14px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: center;
}

html .fl-tabs-labels .fl-tabs-label, html .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    float: none;
    border: none;
    top: auto;
    padding: 8px 14px;
    display: inline-block;
    margin: 0px 3px 6px;
}

html .fl-tabs-panel {
    border: none;
}

html .fl-tabs-panel-content {
    padding: 0px;
}

html .fl-tabs-panel-content .fl-builder-content {
    margin-left: -20px;
    margin-right: -20px;
}

/* Quote */

html .strictly-quote {
    padding-left: 30px;
    border-left: 2px solid #0f2346;
    color: #0f2346;
}

html .strictly-quote p {
    font-size: 20px;
    line-height: 26px;
    font-style: oblique;
}

/* */


/*/


/*Validation*/

.strictly_validation {
    padding: 20px 20px 2px;
    margin-bottom: 30px;
    border: 1px solid #a0d0a2;
    background-color: #e0e6e2;
}

.strictly_validation h6 {
    color: #44b16b;
    margin: 0px 0px 10px;
}

.strictly_validation_error {
    padding: 20px 20px 2px;
    margin-bottom: 30px;
    border: 1px solid #fb9b9b;
    background-color: #ead5d5;
}

.strictly_validation_error h6 {
    color: #ef5353;
    margin: 0px 0px 10px;
}

html .strictly_validation_error ul li {
    list-style: disc !important;
}

/* Select Wrapper */

.strictly-select-wrapper {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.strictly-select-wrapper > select {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    cursor: pointer;
    display: block !important;
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    vertical-align: middle;
    margin: 0 !important;
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    float: none !important;
    width: 100% !important;
    min-height: 0px;
}

.strictly-select-wrapper > .strictly-select-title {
    display: block;
    z-index: 1;
    text-overflow: ellipsis;
    padding-right: 36px;
}

.strictly-select-wrapper > .strictly-select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    color: #7c7c7c !important;
}

/* Loads */

html .withload {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

html .withload.shown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

html .strictly-lazy {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

html .strictly-lazy.strictly-done {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Blog */

.post-sidebar .widget .widget-wrap {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
}

.sidebar.post-sidebar .widget.widget_custom_html > .widget-wrap {
    background: none;
    padding: 0px;
    border-radius: 0px;
}

.strictly-post {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF4FE;
}

.strictly-post:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.strictly-post .post-excerpt {
    font-size: 16px;
    line-height: 24px;
}

.strictly-post .post-img {
    float: left;
    width: 30%;
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
}

.strictly-post .post-img .strictlyeducation-blog-img {
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
    border-radius: 3px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.strictlyeducation-blog-media .overlay {
    background: #0f2346;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.strictlyeducation-blog-media a:hover .overlay {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.strictly-post .post-text {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.strictly-post .post-title {
    margin: 0px 0px 16px;
}

.strictly-post .post-metas {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.author-part {
    display: inline-block;
}

.author-img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 99px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.divi {
    margin: 0px 4px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.strictly-pagination {
    margin-bottom: 20px;
}

.strictly-pagination > .page-numbers {
    display: block;
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 3px;
    background: #f0f0f0;
}

.single-post .related-posts {
    margin: 0px 0px 20px;
}

.single-post.fl-builder .related-posts {
    margin: 0px 20px 20px;
}

.strictlyeducation-tags-box {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}

.strictlyeducation-tags-box .tag-icon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 3px;
    color: #0f2346;
}

/* Events */

.single-events #text-5, .post-type-archive-events #text-5 {
    display: none;
}

.single-events .event-details {
    margin-top: 30px;
}

.single-events .event-details h5 {
    margin: 0px 0px 18px;
}

/* Resources */

.single-resources #text-5, .post-type-archive-resources #text-5, .tax-resource-type #text-5,
.post-type-archive-resources #titlebar.with-image .titlebar-img-holder,
.tax-resource-type #titlebar.with-image .titlebar-img-holder {
    display: none;
}

/* Stories */

.page-template-template-stories #the-page {
    padding-top: 0px;
    padding-bottom: 0px;
}

.featured-story-wrap, .stories-feed-wrap {
    padding: 60px 0px 50px;
    position: relative;
}

.featured-story-wrap h6, .feat-story-intro {
    text-align: center;
    margin: 0px 0px 30px;
}

.feat-story-intro {
    margin-bottom: 40px;
}

.feat-restrictor {
    max-width: 1000px;
    margin: auto;
}

.stories-filter-wrap {
    margin-top: -30px;
    position: relative;
    text-align: center;
}

.stories-filter-wrap .white-boxed {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px 2px;
}

.stories-filter-wrap h4, .stories-filter-wrap .selector-wrap {
    float: left;
}

.stories-filter-wrap h4 {
    clear: both;
    margin: 8px 20px 18px 0px;
}

.stories-filter-wrap .selector-wrap {
    text-transform: lowercase;
}

.stories-filter-wrap .selector-wrap .strictly-select-wrapper > .strictly-select-title, .stories-filter-wrap .selector-wrap.filter-block select {
    width: auto;
    padding-right: 40px;
    background: none;
    border: none;
    border-bottom: 2px solid #0f2346;
    border-radius: 0px;
}

.stories-filter-wrap .selector-wrap .strictly-select-wrapper > .strictly-select-title {
    margin-bottom: 10px;
    color: #0f2346;
}

.stories-filter-wrap h4, .stories-filter-wrap .selector-wrap .strictly-select-wrapper > .strictly-select-title, .stories-filter-wrap .selector-wrap.filter-block select {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: museo-slab, serif;
}

.single-case_studies #breadcrumb .item-current, .single-case_studies #breadcrumb .sep-last {
    display: none;
}

.case-block .slide-item.case-slide {
    display: block;
    position: relative;
    padding-bottom: 90%;
}

.stories-feed .case-block {
    width: 33.33%;
    float: left;
}

.stories-feed .case-block .slide-item.case-slide {
    margin: 15px;
}

.the-featured-story.case-block {
    margin-bottom: 30px;
}

.the-featured-story.case-block .slide-item.case-slide {
    padding-bottom: 46%;
}

html .block-slider .the-featured-story .slide-item .slide-grad-overlay {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slide-grad-overlay{
	margin-bottom:-1px;
}

html .block-slider .the-featured-story .slide-content {
    max-width: 600px;
}

.single-case_studies .content .thive-shares a {
    background: #ffffff;
    border-radius: 999px;
}

.single-case_studies .content .thive-share-links, .single-case_studies .related-posts {
    margin-top: 30px;
}

.single-case_studies .related-posts {
    margin-bottom: 30px;
}

/* WooCommerce */

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-products-header {
    display: none;
}

/* Sliders */

html .owl-carousel .owl-nav > div {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    background: #0f2346;
    color: #ffffff;
    border-radius: 6px;
    border: none;
    top: 50%;
    margin-top: -25px;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

html .owl-carousel .owl-nav > div .fas {
    position: relative;
}

html .owl-carousel .owl-nav .owl-prev .fas {
    left: -1px;
}

html .owl-carousel .owl-nav .owl-next .fas {
    right: -1px;
}

html .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 3px;
	background-color: black;
	color: black;
}

html .owl-carousel .owl-dots .owl-dot {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

html .owl-carousel .owl-dots .owl-dot.active, #mtx-slider-45 .owl-dots .owl-dot:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Home Slider */

#mtx-slider-45 .slide-item .slide-overlay {
    background: #0f2346;
    opacity: 0.92;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
}

#mtx-slider-45 .slide-item .slide-text-outer {
    max-width: 48%;
}

#mtx-slider-45 .slide-item .slide-text {
    margin-bottom: 30px;
}

#mtx-slider-45 .slide-img-strictlyeducation-holder {
    position: absolute;
    top: -200px;
    bottom: -200px;
    right: -2px;
    left: 50%;
    border-radius: 50% 0px 0px 50%;
    overflow: hidden;
    border-left: 4px solid #0f2346;
}

#mtx-slider-45 .slide-img-strictlyeducation {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 198px;
    bottom: 198px;
    right: 0px;
    left: 0px;
}

#mtx-slider-45 .slide-item .slide-img {
    left: 0px;
    right: 40%;
    top: -150px;
    bottom: -150px;
    height: auto;
}

#mtx-slider-45 .slide-item .slide-text {
    font-size: 42px;
    line-height: 48px;
}

/* Sectors / News Slider */

html .block-slider-wrap {
    background: none;
    height: auto;
    position: relative;
}

html .block-slider .owl-stage-outer {
    overflow: visible;
}

html .block-slider .owl-item {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

html .block-slider .owl-item.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

html .block-slider .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    display: inline-block;
    margin-top: 20px;
}

html .block-slider .owl-dots .owl-dot {
    background: #0f2346;
}

html .block-slider.owl-carousel .owl-nav > div {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    top: 44%;
}

html .block-slider.owl-carousel .owl-nav > div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

html .block-slider.owl-carousel .owl-nav > .disabled {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
}

html .block-slider.owl-carousel .owl-nav .owl-next {
    right: -20px;
}

html .block-slider.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

html .block-slider .slide-item {
    background: #0f2346;
    height: 0px;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 110%;
}

html .block-slider.small-blocks .slide-item {
    padding-bottom: 80%;
}

html .block-slide.slide-item {
    display: block;
    position: relative;
}

html .block-slider .slide-item .slide-grad-overlay {
    position: absolute;
    top: -20%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 1) 100%);
    filter: Freegid:DXImageTransform.Microsoft.gradient(startColorstr='#000f2346', endColorstr='#0f2346', GradientType=0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

html .block-slider .slide-item .slide-grad-overlay-dark {
    position: absolute;
    top: -20%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 0.9) 80%);
    background: -webkit-linear-gradient(top, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 0.9) 80%);
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 0.9) 80%);
    filter: Freegid:DXImageTransform.Microsoft.gradient(startColorstr='#000f2346', endColorstr='#0f2346', GradientType=0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


html .block-slider .slide-item .slide-overlay {
    background: #0f2346;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

html .block-slider .slide-item:hover .slide-overlay {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

html .block-slider .slide-content-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

html .block-slider .slide-content-inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

html .block-slider .slide-content {
    padding: 25px 25px 2px;
}

.block-slider .slide-meta {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

html .block-slider .sector-btn.btn {
    margin: 0px;
    display: block;
    text-align: center;
    border-radius: 0px;
}

html .block-slider .sector-link-wrap .sector-link {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

html .block-slider .sector-link-wrap:hover .sector-link {
    max-height: 50px;
}

.news-feed-header {
    margin-bottom: 50px;
    padding-right: 300px;
}

.news-feed-header h2 {
    margin: 0px;
}

.btn.btn-news-feed {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Page */

.content p > a {
    text-decoration: underline;
}

#the-page, .bg-grey {
    background: #f3f3f3;
}

#the-page, .fl-builder #the-page .content-sidebar-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
}

.fl-builder #the-page,
.page-template-template-courses #the-page,
.page-template-template-course #the-page,
.page-template-template-event #the-page,
.post-type-archive-courses #the-page,
.single-courses #the-page {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-template-template-subpage-lander #the-page .content-sidebar-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
}

.fl-builder .content-sidebar-wrap .sidebar {
    margin: 0px 20px !important;
}

.entry-content table {
    margin-bottom: 18px;
}

/* General */

.white-boxed {
    padding: 20px 20px 2px;
    background: #ffffff;
    margin: 0px;
    border-radius: 6px;
}

.shadowed {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Alternative Header Hero */

.alt-hero {
    position: relative;
    overflow: hidden;
    background: #eef1f5;
}

.alt-hero--breakout {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.alt-hero__inner {
    display: flex;
    min-height: 500px;
}

.alt-hero__content {
    position: relative;
    z-index: 2;
    width: 58%;
    background: #ffffff;
    padding: 90px 0px 80px;
    display: flex;
    align-items: center;
}

.alt-hero__content-container.container {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: max(0px, calc((100vw - 1180px) / 2));
    padding-right: 56px;
    position: relative;
    z-index: 3;
}

.alt-hero__content::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -92px;
    width: 170px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-9deg);
    transform-origin: right top;
}

.alt-hero__content-inner {
    max-width: 620px;
}

.alt-hero__title {
    margin: 0px;
    font-size: 72px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1px;
    color: #1d2944;
}

.alt-hero__title-accent {
    display: block;
    color: #d79b3f;
}

.alt-hero__text {
    margin-top: 28px;
    max-width: 640px;
    font-size: 24px;
    line-height: 1.35;
    color: #1d2944;
}

.alt-hero__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.alt-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 10px 30px;
    border-radius: 999px;
    border: 2px solid #0f6da3;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.alt-hero__btn:hover {
    transform: translateY(-1px);
}

.alt-hero__btn--primary {
    background: #00a651;
    border-color: #00a651;
    color: #ffffff;
}

.alt-hero__btn--primary:hover {
    background: #009147;
    border-color: #009147;
    color: #ffffff;
}

.alt-hero__btn--secondary {
    background: rgba(255, 255, 255, 0.92);
    border-color: #0f6da3;
    color: #0f6da3;
}

.alt-hero__btn--secondary:hover {
    background: #0f6da3;
    color: #ffffff;
}

.alt-hero__media {
    position: relative;
    width: 42%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.alt-hero__award {
    position: absolute;
    right: calc(50% - 650px);
    bottom: 0px;
    z-index: 3;
    width: min(460px, calc(100% - 60px));
    border-radius: 40px 40px 0px 0px;
    background: #ffffff;
    box-shadow: 0px 16px 40px rgba(15, 35, 70, 0.18);
    padding: 28px 34px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.alt-hero__award-icon {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #1e2844;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.alt-hero__award-text {
    font-size: 18px;
    line-height: 1.25;
    color: #1d2944;
    margin: 0px;
}

.alt-hero__award-text strong {
    display: block;
    font-size: 49px;
    line-height: 1.1;
    color: #0f6da3;
    margin-bottom: 8px;
}

@media (max-width: 1600px) {
    .alt-hero__title {
        font-size: 62px;
    }

    .alt-hero__text {
        font-size: 20px;
    }

    .alt-hero__btn {
        font-size: 30px;
        min-height: 58px;
    }

    .alt-hero__award-text strong {
        font-size: 39px;
    }
}

@media (max-width: 1200px) {
    .alt-hero__content {
        width: 60%;
        padding: 70px 0px;
    }

    .alt-hero__content::after {
        right: -68px;
        width: 130px;
    }

    .alt-hero__content-container.container {
        padding-left: max(30px, calc((100vw - 960px) / 2));
        padding-right: 40px;
    }

    .alt-hero__title {
        font-size: 50px;
    }

    .alt-hero__text {
        font-size: 18px;
    }

    .alt-hero__btn {
        font-size: 26px;
        min-height: 54px;
        padding: 10px 24px;
    }

    .alt-hero__award {
        width: min(380px, calc(100% - 40px));
        padding: 20px 24px;
        border-radius: 30px 30px 0px 0px;
        gap: 14px;
    }

    .alt-hero__award-icon {
        flex-basis: 74px;
        width: 74px;
        height: 74px;
        font-size: 26px;
    }

    .alt-hero__award-text strong {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .alt-hero__inner {
        min-height: 0px;
    }

    .alt-hero__content {
        width: 100%;
        padding: 54px 0px;
    }

    .alt-hero__content::after,
    .alt-hero__media,
    .alt-hero__award {
        display: none;
    }

    .alt-hero__content-container.container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .alt-hero__title {
        font-size: 44px;
    }

    .alt-hero__text {
        margin-top: 20px;
        font-size: 18px;
    }

    .alt-hero__actions {
        margin-top: 26px;
        gap: 10px;
    }

    .alt-hero__btn {
        font-size: 22px;
        min-height: 50px;
        padding: 10px 20px;
    }
}

@media (max-width: 560px) {
    .alt-hero__content {
        padding: 42px 0px;
    }

    .alt-hero__content-container.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alt-hero__title {
        font-size: 36px;
    }

    .alt-hero__btn {
        width: 100%;
        font-size: 20px;
        min-height: 48px;
    }
}

/* Homepage */

.cta-btns {
    text-align: center;
}

.cta-btns .btn {
    margin: 0px 3px 18px;
}

.testimonial-feed .owl-stage-outer.owl-height {
    transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -webkit-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
}

.testimonial-feed .slide-item {
    text-align: center;
    color: #ffffff;
    max-width: 80%;
    margin: auto;
}

.testimonial-icon {
    width: 55px;
    height: 50px;
    background-image: url(../images/testimonial-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 20px auto;
}

/* Region Map */

#strictlyeducation_reg_map {
    margin-left: -20px;
    margin-right: -20px;
}

.strictlyeducation-reg-map-wrap {
    max-width: 400px;
    margin: auto;
}

#strictlyeducation-map .map-area {
    fill: #0f2346;
    transition: fill 0.2s ease-in-out;
    -moz-transition: fill 0.2s ease-in-out;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    cursor: pointer;
}

#strictlyeducation-map .map-area.empty {
    fill: #ffffff;
    cursor: default;
    pointer-events: none;
}

#strictlyeducation-map .map-area:hover {
    fill: #2d6393;
}

#strictlyeducation-map .map-area.active {
    fill: #0f2346;
}

.reg-staff.clearfix {
    margin-left: -4%;
}

.staff-reg-block {
    display: none;
    margin-bottom: 30px;
    width: 46%;
    margin-left: 4%;
    float: left;
}

.staff-reg-block.active {
    display: block;
}

.staff-reg-block .staff-links.hidden {
    display: block;
    text-align: left;
    margin-top: 4px;
}


/* Subpage Template */

.subpage-item {
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0f2346;
}

.subpage-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.subpage-item a {
    color: #0f2346;
}

.subpage-item a:hover {
    color: #0f2346;
}

.subpage-item h3 {
    margin: 0px 0px 18px;
}

.subpage-item h3:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-left: 20px;
    font-size: 70%;
    line-height: 0px;
    vertical-align: middle;
    display: inline-block;
    color: #0f2346;
}

/* Courses */


/* Course Filter Bar */

.course-filter-form-wrap {
    padding: 26px 30px 6px;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.course-filter-form {
    padding-right: 140px;
    position: relative;
}

.course-filter-form .btn-course-filter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px 0px 20px;
}

.filter-block-inner.half {
    width: 48%;
    margin-left: 4%;
    float: left;
}

.filter-block-inner.half.first {
    margin-left: 0px;
    clear: both;
}

.filter-block > label {
    display: block;
    margin-bottom: 16px;
}

.filter-block input[type=text], .filter-block select, .filter-block .strictly-select-title {
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #0f2346;
    border-radius: 3px;
    background-color: #fff4fe;
    border: 1px solid #fff4fe;
    width: 100%;
}

.filter-block input[type=text]::-webkit-input-placeholder {
    color: #8c959c;
}

.filter-block input[type=text]::-moz-placeholder {
    color: #8c959c;
}

.filter-block input[type=text]:-ms-input-placeholder {
    color: #8c959c;
}

.filter-block input[type=text]:-moz-placeholder {
    color: #8c959c;
}

.filter-block.in-error input[type=text], .filter-block.in-error .strictly-select-title {
    border-color: #E94739;
}

.course-filter-messages {
    font-size: 14px;
    line-height: 22px;
}

.result-message {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.result-message > h4 {
    margin-top: 0px;
}


/* All Courses Page */

#strictlyeducation-courses {
    padding-bottom: 40px;
}

.fl-builder #strictlyeducation-courses {
    margin-left: 20px;
    margin-right: 20px;
}

.strictlyeducation-courses-page-search {
    position: relative;
    top: -26px;
}

.current-filters {
    margin-bottom: 20px;
}

.current-filters h6 {
    float: left;
    margin: 8px 4% 8px 0px;
}

.current-filters .clear-all-filters {
    float: right;
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0px 8px 4%;
}

.current-filters-wrap {
    overflow: hidden;
}

.course-archive-header .results {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 20px;
}

.course-sort .strictly-select-wrapper > .strictly-select-title, .course-sort .strictly-select-wrapper > select {
    padding: 3px 36px 3px 2px;
    min-height: 26px;
    margin-bottom: 20px;
    background: none;
    border: none;
    font-size: 16px;
    color: #0f2346;
}

.course-sort .strictly-select-wrapper > .strictly-select-arrow {
    color: #0f2346 !important;
}

.course-archive, .flex-slides .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-slides .owl-item, .flex-slides .course-slide {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Course Archive */

.course-arc-head {
    margin: 0px 0px 30px;
    text-align: center;
    display: block;
    width: 100%;
}

.course-block.strictlyeducation-course-row {
    width: 100%;
}

.course-block .course-metas > div.row-f-meta {
    margin-top: 4px;
    margin-bottom: 12px;
}

/* Type Taxonomy */

.tax-course-type #the-page {
    padding-bottom: 0px;
}

.type-cta-wrap {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.type-cta {
    padding: 20px 20px 2px;
    background: #0f2346;
    color: #ffffff;
    text-align: center;
}

.type-cta h4 {
    margin: 0px 0px 18px;
    color: #ffffff;
}

.type-cta-wrap .btn {
    margin: 0px;
    border-radius: 0px;
}

/* Single Course */

.page-template-template-event .content {
    margin-bottom: 30px;
}

.single-courses .result-message {
    margin-top: 60px;
}

.single-courses .colband {
    display: none;
}

.single-courses .inner-col-band .colband {
    display: block;
}

.course-block.course-info-block {
    border: 1px solid #FFF4FE;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.course-block.course-info-block h6 {
    margin-top: 0px;
}

.titlebar-course-metas {
    margin-bottom: 20px;
    font-weight: 600;
}

.titlebar-book {
    margin-bottom: 30px;
    margin-top: 40px;
}

.titlebar-book-closed {
    margin-top: 10px;
    padding: 16px 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sidebar .titlebar-book-closed {
    margin-top: 0px;
}

.titlebar-book-closed h5 {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}

.titlebar-book-closed p {
    margin: 10px 0px 0px;
    font-size: 14px;
    line-height: 20px;
}

.titlebar-book-closed a {
    color: #ffffff;
}

.titlebar-book-closed a:hover {
    color: #0f2346;
}

.course-intro {
    margin-top: 40px;
}

.course-intro .course-intro-part {
    padding: 30px 20px;
    border: 1px solid #FFF4FE;
    border-radius: 6px;
    text-align: center;
}

.course-intro .course-intro-part h2 {
    margin: 0px 0px 18px;
}

.course-intro .course-intro-part p {
    margin: 0px;
}

.page-template-template-event .sidebar > .btn {
    margin-bottom: 20px;
}

.course-summary-wrap {
    margin-bottom: 20px;
}

.course-summary {
    overflow: hidden;
    position: relative;
}

table.summary-items {
    font-size: 16px;
    line-height: 20px;
    word-break: break-word;
    margin-bottom: 20px;
}

table.summary-items td {
    min-width: 100px;
}

.date-block {
    margin-bottom: 10px;
}

.date-block > span {
    display: block;
    margin-bottom: 2px;
}

.thive-share-links.type-event .thive-shares {
    margin-bottom: 3px;
}

.event-tabs-header {
    position: relative;
}

.event-tabs-header:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: -999px;
    right: -999px;
    background: #FFF4FE;
}

.event-tab-nav {
    float: left;
    display: block;
    cursor: pointer;
    padding: 20px 20px 18px;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.event-tab-nav:hover, .event-tab-nav.active {
    border-color: #0f2346;
}

.event-tab-content .event-tab-section {
    display: none;
    padding: 40px 0px 30px;
}

.event-tab-section.section-location {
    padding: 0px;
}

.event-tab-content .event-tab-section.active {
    display: block;
}

#event-map-single {
    height: 500px;
}

html .single-courses .strictly-toggle .strictly-toggle-header {
    background: #0f2346 !important;
}

/* Course Details Tabs */

#strictlyeducation-course-details-tabs {
    color: #ffffff;
}

#strictlyeducation-course-details-tabs .cd-tabs-header-wrap {
    position: relative;
    z-index: 1;
}

#strictlyeducation-course-details-tabs .cd-tabs-header-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0px;
    left: -9999px;
    right: -9999px;
    background: #ffffff;
    z-index: -1;
}

#strictlyeducation-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header {
    background: #fff4fe;
    padding: 18px;
    color: #0f2346;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    border-radius: 4px 4px 0px 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

#strictlyeducation-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header:hover {
    background: #FFF4FE;
}

#strictlyeducation-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header.active {
    background: #0f2346;
    color: #ffffff;
    cursor: default;
}

#strictlyeducation-course-details-tabs .cd-tabs-content {
    display: none;
}

#strictlyeducation-course-details-tabs .cd-tabs-content.active {
    display: block;
}

#strictlyeducation-course-details-tabs .cd-tabs-content-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
}

#strictlyeducation-course-details-tabs.extra-pad .cd-tabs-content-wrap {
    padding-bottom: 60px;
}

#strictlyeducation-course-details-tabs .cd-tabs-content .tab-title {
    margin-top: 0px;
}

#strictlyeducation-course-details-tabs .cd-tabs-mob-header {
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    padding: 12px 30px;
    border-bottom: 1px solid #0f2346;
    position: relative;
    cursor: pointer;
}

#strictlyeducation-course-details-tabs .cd-tabs-mob-header:before {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 12px;
}

#strictlyeducation-course-details-tabs .cd-tabs-mob-header.mob-active:before {
    content: "\f068";
}

html .faq_i_side .widget_strictly_entrance .widget-wrap {
    background: #0f2346;
}

html .faq_i_side .widget_strictly_entrance .widget-wrap .btn {
    background: #ffffff !important;
    color: #0f2346 !important;
}

html .faq_i_side .widget_strictly_entrance .widget-wrap .btn:hover {
    background: #2d6393 !important;
    color: #ffffff !important;
}

.faq_i_content .faq-item.with-line {
    border-color: #0f2346;
}

/* Course Block */

.course-block {
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 40px;
    color: #180D3B;
    position: relative;
    z-index: 1;
    display: block;
}

.course-slide .course-block {
    width: 100%;
}

.course-block .course-link-over {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
}

a.course-block:hover .course-link-over {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.course-block .course-type-head {
    background: #0f2346;
    padding: 10px 20px;
}

.course-block .course-type-head h6 {
    color: #fff;
    margin: 0px;
}

.course-block .course-inner {
    padding: 20px 20px 10px;
    font-size: 16px;
    line-height: 22px;
}

.course-block .course-title {
    font-size: 22px;
    line-height: 28px;
    margin: 0px 0px 12px;
}

.course-block .course-date {
    margin: 0px 0px 12px;
}

.course-block .course-metas {
    margin-bottom: 4px;
}

.course-block .course-metas > div {
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
}

.course-metas .meta-icon {
    width: 28px;
    height: 28px;
    display: block;
    background: #0f2346;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    border-radius: 6px;
}

.full .course-metas .c-places .meta-icon, .empty .course-metas .c-events .meta-icon {
    background: #848484 !important;
}

.course-block .course-metas .meta-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.course-block .course-metas > div > div {
    padding: 3px 0px;
}

.course-block .stripe-wrap, .course-summary .stripe-wrap {
    position: absolute;
    bottom: 28px;
    right: -58px;
}

.course-summary .stripe-wrap {
    bottom: auto;
    top: 28px;
}

.course-block .stripe-wrap .stripe, .course-summary .stripe-wrap .stripe {
    background: #0f2346;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px;
    display: block;
    width: 200px;
    text-align: center;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.course-block.free .stripe-wrap .stripe, .course-summary.free .stripe-wrap .stripe {
    background: #f29109 !important;
}

.course-block.full .stripe-wrap .stripe, .course-summary.full .stripe-wrap .stripe {
    background: #848484 !important;
}

.course-summary .stripe-wrap .stripe {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/* Role Selector */

.role-selector-wrap {
    padding: 30px 0px 10px;
}

.role-selector-wrap .strictly-select-wrapper {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}

.role-selector-wrap .role-select-part {
    text-align: center;
    max-width: 410px;
    margin: 0px auto 20px;
    padding: 20px;
}

.role-selector-wrap .strictly-select-title {
    padding: 0px 30px 0px 0px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #0f2346;
    color: #0f2346;
}

.role-selector-wrap select.role-select, .role-selector-wrap .strictly-select-title {
    text-align: left;
}

.role-selector-wrap .strictly-select-wrapper > .strictly-select-arrow {
    margin-top: -14px;
    color: #0f2346 !important;
}

.role-selector-wrap > p {
    text-align: center;
    margin-bottom: 30px;
}

.role-content-wrap {
    display: none;
    padding: 50px 0px 40px;
    position: relative;
    z-index: 1;
}

.role-content-wrap:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -9999px;
    right: -9999px;
    bottom: 0px;
    background: #ffffff;
    display: block;
    z-index: -2;
}

.role-content-wrap:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff4fe;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -15px;
    transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
}

.role-content {
    display: none;
}

.role-content.active {
    display: block;
}

.cat-content-wrap .cat-content {
    display: none;
}

.cat-content-wrap .cat-content.active {
    display: block;
}


/* Staff */

.staff .staff-dep-wrap {
    margin-bottom: 40px;
    border-bottom: 1px solid #FFF4FE;
	overflow: hidden;
}

.staff .staff-dep-wrap:last-child {
    border: none;
}

.staff-header {
    text-align: center;
}

html .staff-header .fl-tabs-labels {
    display: inline-block;
    margin-bottom: 30px;
}

.staff-block {
    margin-bottom: 30px;
    cursor: pointer;
}


.staff-img-wrap {
    display: block;
    width: 100%;
    height: 0px;
    margin-bottom: 18px;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.staff-img-wrap .staff-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #fff4fe;
    border-radius: 999px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.staff-block.active .staff-img-wrap .staff-img {
    border-color: #0f2346;
}

html .staff-text .staff-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 4px;
}

html .staff-text .staff-role {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}

.staff-info {
    display: none;
    clear: both;
    margin-bottom: 30px;
    padding: 30px 30px 12px;
}

.staff-info-inner {
    position: relative;
}

.staff-info .close {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
}

.staff-info .staff-info-col.col-staff-img {
    float: left;
    width: 24%;
    margin-right: 4%;
}

.staff-info-col .staff-img-wrap {
    margin-bottom: 10px;
}

.staff-info .staff-info-col.col-staff-text {
    overflow: hidden;
}

.staff-info-col .staff-title {
    margin: 0px 0px 4px;
    padding-right: 50px;
}

.staff-links.strictly-socials {
    text-align: center;
}

.staff-links.strictly-socials .social {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    float: none;
}


/* FAQs */

.with-line {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #FFF4FE;
}

.with-line:last-child {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: none;
}


/* Podcasts */

#podcasts .strictlyeducation-player-wrap {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FFF4FE;
}

#podcasts .strictlyeducation-player-wrap:last-child {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: none;
}

.podcast-feed .podcast-feed-item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF4FE;
}

.podcast-feed .podcast-feed-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.podcast-feed .podcast-feed-item p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}

.strictlyeducation-player {
    margin-bottom: 18px;
    position: relative;
}

.strictly-player {
    position: relative;
    padding: 0px 60px 0px 70px;
}

.strictly-player .strictly-player-control {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.strictly-player .strictly-poem-play {
    left: 0px;
    background-color: #0f2346;
    color: #ffffff;
}

.strictly-player .strictly-poem-play:hover {
    background-color: #2d6393;
}

.strictly-player.playing .strictly-poem-play {
    background-color: #0f2346;
}

.strictly-player.playing .strictly-poem-play:hover {
    background-color: #001328;
}

.strictly-player .fa-play {
    display: inline-block;
}

.strictly-player .fa-pause {
    display: none;
}

.strictly-player.playing .fa-play {
    display: none;
}

.strictly-player.playing .fa-pause {
    display: inline-block;
}

.strictly-player .strictly-poem-volume {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
}

.strictly-player.vol-muted .strictly-poem-volume .strictly-volume {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.strictly-player .strictly-volume .fa-volume {
    display: inline-block;
}

.strictly-player .strictly-volume .fa-volume-mute {
    display: none;
}

.strictly-player.vol-muted .strictly-volume .fa-volume {
    display: none;
}

.strictly-player.vol-muted .strictly-volume .fa-volume-mute {
    display: inline-block;
}

.strictly-volume-slider-wrap {
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    margin-left: -55px;
    padding-bottom: 12px;
    width: 110px;
    border-radius: 6px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.strictly-player .strictly-poem-volume:hover .strictly-volume-slider-wrap {
    opacity: 1;
}

.strictly-volume-slider {
    padding: 15px;
    background: #180d3b;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.10);
}

.strictly-volume-slider:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #180d3b;
    position: absolute;
    bottom: 5px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -10px;
}

.strictly-volume-slider > .strictly-volume-bar {
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    cursor: pointer;
    background-color: #3cc0e8;
}

.strictly-volume-slider > .strictly-volume-bar > .strictly-volume-handlebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #ffffff;
}

.strictly-volume-slider > .strictly-volume-bar > .strictly-volume-handlebar:after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 99px;
    top: 50%;
    margin-top: -6px;
    left: 100%;
    margin-left: -6px;
}

.strictly-player .strictly-poem-progress {
    position: relative;
    height: 40px;
    display: block;
}

.strictly-player .strictly-poem-progress .timer {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-weight: 500;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
}

.strictly-player .strictly-poem-progress .timer.current {
    left: 0px;
}

.strictly-player .strictly-poem-progress .timer.full {
    right: 0px;
}

.strictly-player .strictly-poem-progress .strictly-progress-slider {
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    left: 60px;
    right: 60px;
    cursor: pointer;
}

.strictly-player .strictly-poem-progress .strictly-progress-slider:before,
.strictly-player .strictly-poem-progress .strictly-progress-bar,
.strictly-player .strictly-poem-progress .strictly-loading-bar {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    height: 2px;
    background: #0f2346;
}

.strictly-player .strictly-poem-progress .strictly-progress-slider:before {
    right: 0px;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.strictly-player .strictly-poem-progress .strictly-progress-bar {
    background: #0f2346;
}

.strictly-player .strictly-poem-progress .strictly-progress-bar:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 100%;
    width: 12px;
    margin-left: -6px;
    height: 12px;
    background: #0f2346;
    display: block;
    border-radius: 99px;
    box-sizing: border-box;
}

/* History */

.timeline-block {
    position: relative;
    padding: 50px 0px 40px 40px;
    box-sizing: border-box;
    border-left: 4px solid #0f2346;
}

.timeline-block.active {
    border-color: #a6296e;
}

.timeline-block.last {
    border-color: transparent !important;
}

.timeline-block, .timeline-block .timeline-year {
    transition: background-color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    -moz-transition: background-color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    -webkit-transition: background-color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    -o-transition: background-color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
}

.timeline-block .timeline-year {
    position: absolute;
    z-index: 99;
    top: -3px;
    left: -4px;
    background-color: #0f2346;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.timeline-block.active .timeline-year {
    background-color: #a6296e;
}

.timeline-block-content > p:first-child {
    font-weight: 600;
}

.timeline-block .timeline-block-text {
    overflow: hidden;
}

.timeline-block .timeline-block-media {
    float: right;
    margin-left: 4%;
    width: 24%;
    margin-bottom: 20px;
}

.tl-slider.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.tl-slider.owl-carousel .owl-nav .owl-next {
    right: -10px;
}

.tl-slider .tl-img {
    height: 0px;
    padding-bottom: 100%;
    border-radius: 6px;
    overflow: hidden;
}

/* CPD */

html .cpd-logo-outer {
    max-width: 120px;
    margin: auto;
}

html .cpd-logo-wrap {
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
}

html .cpd-logo-wrap .cpd-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#mtx-link .cpd-logo-outer {
    width: 100px;
    margin-top: -20px;
    margin-bottom: 10px;
}

#top-bar .btn-login{
	padding-top:3px !important;
	padding-bottom:3px !important;
	text-transform:none !important;
	font-weight: 400 !important;
	margin-top:8px !important;
}

#top-bar .btn-login i{
	margin-top:3px;
}

.blockquote-custom {
	position: relative;
	font-size: 1.1rem;
}

.blockquote-custom-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	left: 19px;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
	border-top-left-radius: 6px;;
	border-top-right-radius: 6px;;
}

.key-information li{
	margin-bottom:14px;
}


@media (max-width:1199px) {
	/* Nav */
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}
	.header-search .btn-search {
		right: 6px;
	}
	.header-login{
		display: none;
	}
	.menu-buttons-mobile{
		display: block;
		padding-top:10px;
		margin-top:10px;
	}
	.menu-buttons-mobile .bg-black{
		color:white;
	}
}

/* Widescreen & Above */
@media (min-width: 1200px) {
	
	.menu .menu-item > a:focus + ul.sub-menu,
	.menu .menu-item.sfHover > ul.sub-menu {
		left: 0px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.menu-primary li > ul.sub-menu > li.sfHover > ul.sub-menu {
		top: -1px;
	}

	.menu-primary > li.sfHover > a:before {
		background: #fff4fe;

	}

	.nav-primary {
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 0px;
        right: -14px;
        display: block;
    }

    .container {
        width: 1170px;
		max-width: 1170px;
    }

    .fl-builder #the-page .container {
        width: 1210px;
		max-width: 1210px;
    }

    .content-sidebar-wrap .content {
        width: 790px;
    }

    .content-sidebar-wrap .sidebar {
        width: 320px;
    }

    .menu-primary {
        display: block !important;
    }

    .strictly-carousel.owl-carousel .owl-nav .owl-next {
        right: -50px;
    }

    .strictly-carousel.owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }

    .sector-slider .owl-stage .owl-item.firstActiveItem {
        width: 770px !important;
    }

    .sector-slider .owl-item.blank-owl-item {
        display: block;
    }

    #titlebar > .container {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .vari-frac.frac4, .vari-frac.frac4.first {
        width: 21.9%;
        float: left;
        margin-left: 4%;
        clear: none;
    }

    .vari-frac.frac4.wide-first {
        margin-left: 0px;
        clear: both;
    }

    .staff-frac.frac3, .staff-frac.frac3.first {
        width: 16.79%;
        float: left;
        margin-left: 3%; /* was 4% */
        clear: none;
    }

    .staff-frac.frac3.wide-first {
        margin-left: 0px;
        clear: both;
    }

}

/* Desktop */
@media (max-width: 1200px) and (min-width: 990px) {

    h1, h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3, .the-testimonial, .role-select-part, .role-select-part .strictly-select-title {
        font-size: 22px;
        line-height: 26px;
    }

    #titlebar .titlebar-desc p {
        font-size: 20px;
        line-height: 26px;
    }

    .nav-primary {
        display: block;
        clear: both;
    }

    .menu-primary {
        display: block;
        text-align: center;
        float: none;
    }

    .menu-primary > li {
        text-align: left;
        float: none;
        vertical-align: top;
    }

    .menu-primary > li > a {
        padding: 12px 12px;
        float: none;
    }

    #mtx-slider-45 .slide-item .slide-text {
        font-size: 36px;
        line-height: 42px;
    }

    #titlebar > .container {
        margin-top: 60px;
        padding-bottom: 60px;
    }

}

/* Desktop & Above */
@media (min-width: 990px) {


    /* Toggles */
    .strictly-toggle.responsive-toggle.toggle-closed .strictly-toggle-content {
        display: block;
    }

    .strictly-toggle.responsive-toggle .strictly-toggle-header {
        display: none;
    }

    .course-block.strictlyeducation-course-row .course-inner {
        padding: 30px 30px 20px;
    }

	/* Toggles */
    .mtx-toggle.responsive-toggle.toggle-closed .mtx-toggle-content {
        display: block;
    }

    .mtx-toggle.responsive-toggle .mtx-toggle-header {
        display: none;
    }

}

/* Tablets & Below */
@media (max-width: 990px) {

	.page-title-bar-home h1{
		font-weight: 600;
		font-size: 52px;
		letter-spacing: normal;
		line-height:52px;
	}
	
	.page-title-bar-home h2{
		font-weight: 500;
		font-size: 28px;
		line-height: normal;
		letter-spacing: normal;
	}

    .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li {
        width: 100%;
        float: none;
    }

    #titlebar.with-image .titlebar-inner {
        max-width: 72%;
    }

    #titlebar.with-image .titlebar-img-holder {
        width: 24%;
    }

    .strictly-cta .cta-title, .strictly-cta.with-text .cta-title {
        float: none;
        max-width: 100%;
        margin-right: 0px;
    }

    .course-filter-form {
        padding: 0px;
    }

    .course-filter-form .btn-course-filter {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

	
    #top-bar .contact a span {
        display: none;
    }

	#top-bar .btn-login span{
		display: none;
	}

	.btn-login .fa-l {
		margin-right: 0px;
	}
	#top-bar .btn-login{
		margin-top: 6px !important;
		padding-top: 4px !important;
		margin-left:10px;
	}

}


/* Tablets */
@media (max-width: 990px) and (min-width: 767px) {

    h1, h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3, .the-testimonial, .role-select-part, .role-select-part .strictly-select-title {
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6, html .widget-title {
        font-size: 15px;
        line-height: 20px;
    }

    #titlebar .titlebar-desc p {
        font-size: 18px;
        line-height: 24px;
    }

    .container {
        width: 710px;
		max-width: 710px;
    }

    .fl-builder #the-page .container {
        width: 750px;
		max-width: 750px;
    }

    .content-sidebar-wrap .content, .content-sidebar-wrap .sidebar {
        float: none !important;
        width: auto !important;
        margin: 0px !important;
    }

    #logo, #compass-logo {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #logo img, #compass-logo img {
        max-width: 150px;
    }

    .nav-primary {
        display: block;
        clear: both;
    }

    .menu-primary {
        display: block;
        text-align: center;
        float: none;
    }

    .menu-primary > li {
        text-align: left;
        float: none;
        vertical-align: top;
    }

    .menu-primary > li > a {
        padding: 12px 12px;
        float: none;
    }

    .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li {
        width: 30.66% !important;
    }

    #titlebar .titlebar-inner {
        max-width: 85%;
    }

    .site-container .fl-col-group-equal-height {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-container .fl-col-group-equal-height, .fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #mtx-slider-45 .slide-item .slide-text {
        font-size: 28px;
        line-height: 36px;
    }

    .logo-links .foot-logo {
        max-width: 120px;
    }

    .footer-widgets {
        font-size: 14px;
        line-height: 20px;
    }

    #bottom-text, #mtx-link {
        font-size: 12px;
        line-height: 16px;
    }

    #strictlyeducation-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header {
        padding: 12px 10px;
    }

}

/* Tablets & Above */
@media (min-width: 767px) {

    .fl-feature-wrap.image-on-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fl-feature-wrap > div {
        float: left;
        width: 47.9%;
        margin-left: 4%;
    }

    .fl-feature-wrap.image-on-right .fl-feature-col-content {
        margin-left: 0px;
    }

    .fl-feature-wrap.image-on-left .fl-feature-col-photo {
        margin-left: 0px;
    }

    .menu-primary li.menu-item.strictly-mega-menu > ul.sub-menu > li > a {
        font-size: 16px;
        line-height: 22px;
    }

    .menu-primary li.menu-item.strictly-mega-menu > ul.sub-menu li {
        border: none;
    }

    .fl-col-group-equal-height .fl-module-strictly-iconblock, .fl-col-group-equal-height .fl-module-strictly-iconblock .fl-module-content, .fl-col-group-equal-height .fl-module-strictly-iconblock .fl-module-content .icon-block {
        height: 100%;
    }

    .fl-col-group-equal-height .fl-module-strictly-iconblock {
        margin-bottom: 20px;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .stories-feed .case-block {
        float: none;
        width: 100%;
        margin: 0px;
        clear: both;
    }

    .the-featured-story.case-block .slide-item.case-slide {padding-bottom: 100%;}
    .stories-filter-wrap h4, .stories-filter-wrap .selector-wrap {
        float: none;
        text-align: center;
        margin: 0px 0px 12px;
    }

    h1, h2 {
        font-size: 24px;
        line-height: 36px;
    }

    h3, .the-testimonial, .role-select-part, .role-select-part .strictly-select-title {
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6, html .widget-title {
        font-size: 15px;
        line-height: 20px;
    }

    #titlebar .titlebar-desc p {
        font-size: 16px;
        line-height: 22px;
    }

    #upper-footer, .footer-widgets, #bottom-bar, .site-header, #titlebar > .container {
        padding-left: 30px;
        padding-right: 30px;
    }

	.container, .site-inner .container, .page-title-bar .container{
		padding-left: 30px;
        padding-right: 30px;
	}

    [class*="frac"], .site-container .fl-col, .site-container .no-margin .fl-col, .footer-widgets .widget-area.footer-widgets-3 {
        float: none !important;
        clear: both !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    .footer-widgets .widget-area.footer-widgets-1, .footer-widgets .widget-area.footer-widgets-2 {
        width: 48%;
    }

    .fl-row-content.fl-row-fixed-width {
        margin-left: 30px;
        margin-right: 30px;
    }

    .container, #the-page > .container, .fl-row-fixed-width {
        width: auto !important;
    }

    .fl-builder #the-page > .container {
        margin-left: -20px;
        margin-right: -20px;
    }

    #top-bar {
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
    }

    #top-bar .contact a {
        display: block;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        width: 34px;
    }

    #top-bar .contact a .fa {
        margin: 0px;
        line-height: 40px;
        vertical-align: top;
    }

    .strictly-socials.icon-based .social {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        width: 34px;
    }

    .mob-header-wrap {
        display: block;
        position: relative;
    }

    .mob-header-wrap:before, .mob-header-wrap:after {
        content: "";
        display: table;
    }

    .mob-header-wrap:after {
        clear: both;
    }

    .header-items > div {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }

    .header-items > div .btn.search-open {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

    .content-sidebar-wrap .content, .content-sidebar-wrap .sidebar {
        float: none !important;
        width: auto !important;
        margin: 0px !important;
    }

    .fl-row.fl-row-full-width {
        width: auto !important;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .phone-only {
        display: inherit;
    }

    #bottom-text.half, #mtx-link.half {
        max-width: 100%;
        float: none;
    }

    #logo, #compass-logo {
        margin-top: 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
        display: block;
        float: left;
        text-align: left;
    }

    #logo img, #compass-logo img {
        max-width: 120px;
        width: 100%;
    }

    .has-mob-logo img.site-logo {
        display: none;
    }

    .has-mob-logo img.site-mobile-logo {
        display: block;
    }

    #strapline {
        display: none !important;
    }

    html .btn.btn-large {
        padding: 10px 16px;
    }

    .menu-primary > li > a {
        padding: 12px 30px;
    }

    .menu-primary, .menu-primary > li, .menu-primary > li > a {
        float: none;
    }

    .menu-primary > li.standard-menu > ul.sub-menu li.menu-item-has-children > a:after, .menu-primary > li.strictly-mega-menu > ul.sub-menu li.menu-item-has-children > a:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        margin-left: 6px;
    }

    .menu-primary li > ul.sub-menu {
        border: none;
        box-shadow: none;
    }

    .menu-primary li > ul.sub-menu ul.sub-menu li a {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 30px;
    }

    .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li > ul.sub-menu > li a {
        padding: 6px 30px;
    }

    .menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu:before {
        box-shadow: none;
    }

    .menu-primary > li.menu-item > ul.sub-menu, .menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu {
        width: 100%;
        position: relative;
        left: auto;
        display: none;
        padding: 0px;
    }

    .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li,
    .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li:last-child {
        padding: 10px 0px;
    }

    .strictly-menu-code {
        padding: 10px 30px;
    }

    .strictly-menu-code p {
        font-size: 14px;
        line-height: 22px;
    }

    .menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu:before {
        left: 0px;
        right: 0px;
    }

    .menu-primary > li.menu-item.hover > ul.sub-menu {
        position: relative !important;
        width: auto;
        left: auto;
        right: auto;
        margin: 0px;
        padding: 10px 0px;
    }

    .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li {
        width: 100% !important;
        margin-left: 0px !important;
        clear: both;
        float: none;
    }


    /* Nav - Mega Menu */
    .menu-primary li.menu-item.strictly-mega-menu > ul.sub-menu > li:after {
        display: none;
    }

    .menu-primary li.menu-item.strictly-mega-menu.mega-column-1 > ul.sub-menu > li, .menu-primary li.menu-item.strictly-mega-menu.mega-column-2 > ul.sub-menu > li, .menu-primary li.menu-item.strictly-mega-menu.mega-column-3 > ul.sub-menu > li, .menu-primary li.menu-item.strictly-mega-menu.mega-column-4 > ul.sub-menu > li {
        width: 100%;
        float: none;
    }

    .menu-primary > li.menu-item.strictly-mega-menu {
        position: relative;
    }

    .menu-primary > li.menu-item.strictly-mega-menu > ul.sub-menu li.has-children.hover > ul.sub-menu {
        position: relative !important;
        top: 0px;
    }

    .menu-primary li.menu-item.strictly-mega-menu > ul.sub-menu ul.sub-menu li a {
        margin: 0px;
    }


    /* Sliders */
    html .block-slider .owl-stage-outer {
        overflow: hidden;
    }

    html .owl-carousel .owl-nav > div {
        opacity: 1;
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 20px;
        border-radius: 3px;
        margin: 0px;
        top: auto;
        bottom: 20px;
    }

    html .testimonial-feed .slide-item {
        max-width: 100%;
    }

    html .testimonial-feed.owl-carousel .owl-nav {
        text-align: center;
        margin-top: 20px;
    }

    html .testimonial-feed.owl-carousel .owl-nav > div {
        bottom: 0px;
        position: relative;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 0px 10px;
    }

    #mtx-slider-45 .slide-item .slide-text-wrap {
        padding: 30px;
    }

    #mtx-slider-45 .slide-img-strictlyeducation-holder {
        display: none;
    }

    #mtx-slider-45 .slide-item .slide-text-outer {
        max-width: 100%;
    }

    #mtx-slider-45 .slide-item .slide-title {
        margin-bottom: 10px;
    }

    #mtx-slider-45 .slide-item .slide-text {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #mtx-slider-45 .slide-item .slide-overlay {
        opacity: 0.85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }

    #upper-footer {
        padding-top: 30px;
    }

    #upper-footer .actions {
        float: none;
        text-align: center;
	}

    #upper-footer .actions .btn span {
        display: none;
    }

    .logo-links {
        text-align: center;
    }

    .logo-links .foot-logo {
        display: none;
    }

    #upper-footer a.social {
        display: inline-block;
        float: none;
    }

    .footer-widgets {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    #bottom-bar {
        padding-top: 0px;
    }

    #bottom-text, #mtx-link {
        float: none;
        margin: 0px;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    .bottombar-menu li {
        float: none;
        display: inline-block;
        margin: 0px 5px;
    }

    #side-link.active {
        opacity: 0;
        right: -46px;
    }

    #titlebar .titlebar-inner, #titlebar.with-image.with-code .titlebar-inner {
        float: none;
        max-width: 100%;
    }

    .course-intro .course-intro-part {
        padding: 10px 20px;
        margin-bottom: 6px;
    }

    .course-intro .course-intro-part h2 {
        margin-bottom: 4px;
    }

    .event-tab-nav {
        padding: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .strictly-cta {
        position: relative;
        padding-bottom: 58px;
    }

    .strictly-cta .cta-link-wrap {
        float: none;
        margin: 0px;
        position: absolute;
        bottom: 18px;
        left: 0px;
        right: 0px;
    }

    .strictly-cta .cta-link-wrap .btn {
        margin: 0px;
    }

    .staff-frac.frac3, .staff-frac.frac3.first {
        width: 47.9% !important;
        float: left !important;
        margin-left: 4% !important;
        clear: none !important;
    }

    .staff-frac.frac3.mob-first {
        margin-left: 0px !important;
        clear: both !important;
    }

    .timeline-block .timeline-block-media {
        float: none;
        margin-left: 0px;
        width: 100%;
        max-width: 300px;
    }

    html .btn.sticky-book {
        position: fixed;
        bottom: 0px;
        z-index: 999;
        right: 20px;
        margin: 0px;
        border-radius: 3px 3px 0px 0px;
        width: auto;
    }

    /* Course Tabs */
    #strictlyeducation-course-details-tabs .cd-tabs-header-wrap {
        display: none;
    }

    #strictlyeducation-course-details-tabs .cd-tabs-mob-header {
        display: block;
    }

    #strictlyeducation-course-details-tabs .cd-tabs-content, #strictlyeducation-course-details-tabs .cd-tabs-content.active {
        display: none;
    }

    #strictlyeducation-course-details-tabs .cd-tabs-content.mob-active {
        display: block;
    }

    #strictlyeducation-course-details-tabs .cd-tabs-content {
        padding: 20px 30px 10px;
    }

    #strictlyeducation-course-details-tabs .cd-tabs-content-wrap {
        padding: 0px !important;
    }

    .strictlyeducation-courses-page-search {
        top: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }


}

/* Mobile Landscape */
@media (max-width: 767px) and (min-width: 520px) {

    #titlebar.with-image .titlebar-img-holder {
        right: 26px;
        width: 22%;
    }

    .strictly-post .post-img {
        max-width: 220px;
        margin-right: 20px;
    }

    .vari-frac.frac4, .vari-frac.frac4.first {
        width: 47.9% !important;
        float: left !important;
        margin-left: 4% !important;
        clear: none !important;
    }

    .vari-frac.frac4.mob-first {
        margin-left: 0px !important;
        clear: both !important;
    }


}


/* Mobile Portrait */
@media (max-width: 520px) {

    /*#logo {
        float: none;
        padding-right: 100px;
    }*/

    .header-items {
        z-index: 99;
        top: 50%;
        margin-top: -18px;
    }

    .header-items .btn-login > span {
        display: none;
    }

    .header-items .btn.btn-login .fa {
        margin: 0px;
    }

    #titlebar.with-image > .container {
        padding-bottom: 50px;
    }

    #titlebar.with-image.with-code > .container {
        padding-bottom: 20px;
    }

    #titlebar.with-image .titlebar-inner, #titlebar .titlebar-inner {
        max-width: 100%;
    }

    #titlebar.with-image .titlebar-img-holder {
        width: 100px;
        top: auto;
        bottom: 50px;
        left: 26px;
        right: auto;
    }

    #titlebar.with-image .titlebar-img-wrap {
        width: 100px !important;
        height: 100px !important;
    }

    #mtx-slider-45 .slide-item .slide-text-wrap {
        padding: 20px;
    }

    .strictly-post .post-img {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
    }

    #top-bar #searchform #s {
        width: 80px;
    }

    #mtx-slider-45 .slide-item .slide-text {
        line-height: 26px;
    }

    .footer-widgets .widget-area {
        float: none !important;
        clear: both !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    .filter-block-inner.half {
        width: 100%;
        margin: 0px;
        float: none;
        clear: both;
    }

    .current-filters-wrap {
        overflow: hidden;
        clear: both;
        padding-top: 10px;
    }

    .timeline-block {
        padding-left: 20px;
    }

    .news-feed-header {
        padding: 0px;
    }

    .btn.btn-news-feed {
        position: relative;
        margin-top: 20px;
    }

    table.summary-items, table.summary-items tbody, table.summary-items tr, table.summary-items td {
        display: block;
        width: 100%;
    }

    .reg-staff.clearfix {
        margin-left: 0px;
    }

    .staff-reg-block {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

}


/* Print Styles */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }


    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}

/* Awareness Session */
.elearning-panel {
    text-align: justify;
}

.elearning-panel iframe {
    border: none;
    width: 100%;
    height: 560px;
    margin-top: 20px;
}

.elearning-panel .transcriptControl {
    text-align: center;
    cursor: pointer;
    width: 200px;
    margin: 10px 100px 25px 100px;
}

.elearning-panel .transcriptContent.hide {
    display: none;
}

.elearning-panel .transcriptContent .main-panel {
    margin-left: 20px;
    margin-right: 20px;
}

.elearning-panel .transcriptContent a {
    color: #3fb894;
}

/* Awareness button */
.awareness-introduction-button-container {
    padding: 20px;
}

.bg-light-blue{
	background: #3992be;
}


.bg-off-white{
	background: #f6f9fe !important;
}


/* Bootstrap overrides */
.pagination .page-link
{
	color: #0f2346;
}
.pagination .page-item.active .page-link
{
	border-color:#0f2346 !important;
	background-color:#0f2346 !important;
	color: white;
}

.mm_column p{
	font-size:14px;
}

.mm_column .mm_single_link{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	padding-right:5px;
	border-bottom:#FFF4FE 1px solid;
}
.mm_column .mm_single_link a{
	color: #0f2346;
	padding-left:0px !important;
	padding-right:0px !important;
}

.nav-primary .dropdown-menu{
	min-width:175px;
}

.nav-primary .dropdown-menu .nav-item a{
	color: #0f2346;
	border-bottom:#FFF4FE 1px solid;
	margin-left:10px;
	margin-right:10px;
}


.nav-primary .nav-item.dropdown > a:first-child:after{
	content: "\f078";
    font-family: 'Font Awesome 5 Free';
	font-size:15px;
	font-weight: 600;
	color: #0f2346;
}

@media (max-width: 1200px) {
	.nav-primary .nav-item.dropdown > a:first-child:after{
		display:none;
	}
}


.nav-primary .dropdown-menu  .nav-item a:hover{
	color: #0f2346;
	text-decoration: underline;
}

.nav-primary .dropdown-menu.dropdown-mega-menu{
	-webkit-box-shadow: inset  0px 3px 10px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: inset  0px 3px 10px -4px rgba(0,0,0,0.55);
	box-shadow: inset  0px 3px 10px -4px rgba(0,0,0,0.55);
}

.mm_column .mm_single_link a:hover{
	color: #0f2346;
}

.mm_column .mm_single_link.small_link{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:none 0px white;
	font-size:14px;
}

.mm_column h4{
	margin-bottom:5px;
	font-size: 18px;
}

.mm_column{
	border-right: 4px #ccc dotted;
}

@media screen and (max-width: 991px) {
	.mm_column{
		border-right: none 0px white;
	}
}

.col:last-child .mm_column{
	border-right: none;
}

.mm_pink{
	background-color:#FFF4FE;
}
.mm_dark_blue{
	background-color:#FFF4FE;
}
.mm_purple{
	background-color:#e3c8e7;
}
.mm_yellow{
	background-color:#edec85;
}
.mm_orange{
	background-color:#efca9f;
}
.mm_green{
	background-color:#bef3c4;
}
.dropdown-mega-menu{
	padding-top:20px;
	padding-bottom:20px;
}
.mm_image img{
	margin-top: 5px;
	margin-bottom: 5px;
}


.dropdown-mega-menu h2{
	font-size:20px;
	font-weight:bold;
}
.dropdown-mega-menu h3{
	font-size:20px;
	font-weight:normal;
}

/* menu support */

.navbar.nav-primary{
	padding:0px;
}

 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 1199px) {

	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display:block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
		margin-top:0px;
	}

	.header-login{
		display: block;
	}

	.menu-buttons-mobile{
		display:none;
	}

	/*.navbar .dropdown:hover .dropdown-menu.dropdown-mega-menu, .navbar .dropdown .dropdown-menu.dropdown-mega-menu:hover {
		margin-top:-5px;
	}*/

	.navbar ul.dropdown-menu {
		border: 1px solid #fff4fe;
		background-color: #fff;
		border-radius: 0px;
		left: 50%;
   		transform: translateX(-50%);
		transition: visibility 0s, opacity 0.3s linear;
	}

	.navbar .dropdown-mega-menu{

		border: 0px none white;
		background-color: white;
		border-radius: 0px;
		transition: visibility 0.3s, opacity 0.3s linear;

		border-bottom:5px solid #0f2346;
		
		left:0;
		right:0;
		top:94px;

		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);

		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s, opacity 0.3s linear, top 0.3s linear;

		/*-webkit-box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.55);
		box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.55);*/

	}

	/*.nav-item a{
		padding-left:14px !important;
		padding-right:14px !important;
	}
*/
	
	.nav-item h4 a{
		padding-left:0px !important;
		padding-right:0px !important;
	}

	.strictly-menu-code p:last-child{
		margin-bottom:12px;
	}
 
}
p.artificial-space{
	display: none;	
}

.nav-item.bg-blue a,.nav-item.bg-pink a, .nav-item.bg-green a{
	padding-left:8px !important;
	padding-right:8px !important;
	padding-top:52px;
	padding-bottom:36px;
}
.site-header{
	background-color: white;
}

.fixed-top #logo, .fixed-top #compass-logo{
	margin-top: 15px;
    margin-bottom: 15px;
}

.fixed-top .menu-logo-placeholder{
	height:40px;
}

.fixed-top .menu-logo-placeholder{
	height:48px;
}

.fixed-top #logo img, .fixed-top #compass-logo{
    max-width: 100px;
    width: 100%;
    height: auto;
}

.fixed-top #logo img, .fixed-top #compass-logo img{
    max-width: 120px;
    width: 100%;
    height: auto;
}

.fixed-top #compass-logo{
	display:none;
}

@media (min-width: 1200px) {
	.fixed-top .menu-primary > li > a {
		padding-bottom:23px;
		padding-top:24px;
	}
}


.fixed-top .menu-primary > li > button {
	margin-top:14px;
}

.fixed-top .navbar .dropdown-mega-menu{

	left:0;
	right:0;
	top:70px;

}

.menu-toggle > .container > span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

select.form-control, select.form-control option
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
}

.section.bg-purple{
	background-color: #8166aa !important;
}

.section.bg-light-purple{
	background-color: #8586be !important;
}


@media (min-width: 1199px) {
	.nav-search {
		width: 300px;
		padding: 20px;
		background-color: #fff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
		position: absolute;
		right: 16px;
		bottom: -58px;
		z-index:10000;
		border-top:4px solid #0d6a93;
	}
}

.nav-search form {
    display: table;
    height: 40px;
    border: 1px solid #cccccc
}

.nav-search form input[type='text'], div.easy-autocomplete {
    border: none;
    display: table-cell;
    width: 200px;
    height: 30px;
    padding: 0 20px;
	margin-bottom:0px;
}

div.easy-autocomplete{
	padding: 0px !important;
}

.easy-autocomplete input{
	border-radius: 0px !important;
	border: 0px !important; 
}

.easy-autocomplete-container ul{
	margin-left: 0px !important;
	width: 251px !important;
}

.easy-autocomplete-container ul li div{
	word-break: normal !important;
}

.nav-search form .searchbutton {
    width: 50px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle
}

@media (max-width: 1200px) {
	.nav-search, .nav-search.bg-white{
		margin-bottom:20px;
		margin-top:15px;
		background-color: transparent !important;
	}

	.nav-search form{
		border:none transparent 0px;
	}
	.nav-search form button{
		color: white !important;
	}

	.easy-autocomplete-container ul{
		display:none !important;
	}

	.menu-primary{
		margin-top:20px;
	}

}

@media (min-width: 576px) {
	.position-sm-static {
	  position: static !important;
	}
	.position-sm-relative {
	  position: relative !important;
	}
	.position-sm-absolute {
	  position: absolute !important;
	}
	.position-sm-fixed {
	  position: fixed !important;
	}
	.position-sm-sticky {
	  position: sticky !important;
	}
}

@media (min-width: 768px) {
.position-md-static {
	position: static !important;
}
.position-md-relative {
	position: relative !important;
}
.position-md-absolute {
	position: absolute !important;
}
.position-md-fixed {
	position: fixed !important;
}
.position-md-sticky {
	position: sticky !important;
}
}

@media (min-width: 992px) {
.position-lg-static {
	position: static !important;
}
.position-lg-relative {
	position: relative !important;
}
.position-lg-absolute {
	position: absolute !important;
}
.position-lg-fixed {
	position: fixed !important;
}
.position-lg-sticky {
	position: sticky !important;
}
}

@media (min-width: 1200px) {
.position-xl-static {
	position: static !important;
}
.position-xl-relative {
	position: relative !important;
}
.position-xl-absolute {
	position: absolute !important;
}
.position-xl-fixed {
	position: fixed !important;
}
.position-xl-sticky {
	position: sticky !important;
}
}

.impact-report-row{
	background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 2px), 
        rgba(192,192,192,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 2px)
    );
}
.cursor-pointer{
	cursor: pointer;
  }
  .impact-report-title:hover, .impact-report-row-title:hover{
	  text-decoration: underline;
  }

@media (max-width: 768px) {
  .btn.w-25, .btn.w-50, .btn.w-75{
	  width:100%;
  }
}

.hero-image h1{
	font-size: 50px; 
	line-height: 45px; 
	font-weight: bold; 
}

.site-container-home .cms-content{
	margin-top:580px;
}

@media (max-width: 768px) {

	.scroll_down .site-container{
		margin-top:150px;
	}
	
	.hero-image h1{
		font-size: 38px; 
		line-height: 38px; 
		font-weight: bold; 
	}
}

.large-link{
	font-weight: bold;
	font-size: 22px;
}
.large-link:after {
    content:' →'
}
@media (max-width: 768px) {
	.large-link{
		font-weight: bold;
		font-size: 16px;
	}
}

.mm_modal .strictly-menu-code{
	padding:0px; 
	margin: 0px;
}
.mm_modal p{
	display:none;
}
.mm_modal .mm_rollover_container{
	display:none !important;
}

.mm_modal .mm_column{
	padding:0px !important; 
	margin: 0px !important;
	margin-bottom:20px !important;
}

.mm_modal .col-md-3:first-child, .mm_modal .mm_green{
	display:none;
}
.mm_modal .col-md-3{
	width:100% !important;
	max-width:100%;
	flex:100%;
}
.scroll_down .modal-backdrop {
	z-index: 1029;
}


#menu-basket .cart .cart-basket {
	font-size: .6rem;
	position: absolute;
	top: -6px;
	right: -5px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #E94739;
	border-radius: 50%;
}


#menu-basket .cart .cart-basket[data-count="0"] {
	display:none !important;
}
.hidden-cart{
	display:none !important;
}

.text-primary
{
	color: #0f2346 !important;
}

.text-secondary
{
	color: #0d6a93 !important;
}

header .bg-pink:hover
{
	background-color: black !important;
}

.btn.bg-d-blue:hover{
	background-color: white !important;
	color: #0f2346 !important;
}

.testimonial-slider img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.testimonial-slider img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.half-image-container{
	position:relative;
}

.half-image-right{
	position:absolute; width:50%; left:50%; 
	height:100%; 
	background-size:cover; 
	background-position-y: center;
}

@media (max-width: 770px) {
	.half-image-right{
		background-image:none !important;
	}
}

.btn.bg-white{
	color:#0f2346 !important;
}

/*(1) owl-stage box*/
.owl-carousel.testimonial-slider .owl-stage { display: flex; }
/*(2) the direct div of each element in the owl carousel*/
.owl-carousel.testimonial-slider .items { height: 100%; }

.testimonial-slider .owl-item{
	opacity: 0;
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	transition: all .2s;
	-webkit-transform: all .2s;
	z-index: 1;
}


.testimonial-slider .owl-item.active{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	z-index: 3;
}

.testimonial-slider .owl-item.active.firstActiveItem, .owl-item.active.lastActiveItem{
	opacity: 0.5;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	z-index: 2;
}
.testimonial-slider .owl-item.active.firstActiveItem{
	margin-left:40px;
}

.testimonial-quotation-mark{
	background: black;
	width: 50px; 
	height: 50px;
	border-radius: 50%;
	display: flex; /* or inline-flex */
	align-items: center; 
	justify-content: center;
	position: absolute;
	top:25px;
	left:42%;
	color:white;
  }

.diagonal-overlay-left, 
.diagonal-overlay-right{
	position:relative;
	overflow: hidden;
}

.diagonal-overlay-left .diagonal-image-container .diagonal-image
{
	position:absolute; width:35%; left:0%; 
	background-size:cover; 
	background-position-y: center;
	height: 100%;
}

.diagonal-overlay-right .diagonal-image-container .diagonal-image
{
	position:absolute; width:35%; left:65%; 
	background-size:cover; 
	background-position-y: center;
	height: 100%;
}

.diagonal-overlay-left .diagonal-image-container .diagonal-image:after{
    content: ' ';
    height: 200%;
    right: -150px;
    width: 200px;
    transform: rotate(22deg);
    position: absolute;
    top: -50%;
}
.diagonal-overlay-right .diagonal-image-container .diagonal-image:after{
	content: ' ';
    height: 200%;
    left: -150px;
    width: 200px;
    transform: rotate(22deg);
    position: absolute;
    top: -50%;
}

.diagonal-image-container.bg-black .diagonal-image:after{
	background-color: black;
}

.diagonal-image-container.bg-blue .diagonal-image:after{
	background-color: #0d6a93;
}

.diagonal-image-container.bg-pink .diagonal-image:after{
	background-color: #0f2346;
}

.footer-logos-offset
{
	margin-top: -80px;
}

@media (max-width: 770px) {
	.diagonal-image{
		background-image:none !important;
	}

	.footer-logos-offset
	{
		margin-top: 0px;
	}
}

.btn.bg-pink:hover{
	background-color: #000 !important;
	color: white !important;
}


.finance-rounded-box{
	border: 0px; background-color: #fafafb; 
	border-top: 12px #0f2346  solid; 
	min-height: 200px; 
	border-radius: 6px; 
	padding: 20px;
}

.finance-rounded-box p, .finance-rounded-box li{
	font-size:16px;
	line-height: 24px;
}

.finance-rounded-box ul {
	list-style: none; /* Remove default bullets */
}

.finance-rounded-box ul li::before {
	content: "\2022";  
	color: #0f2346 ; 
	font-weight: bold; 
	display: inline-block; 
	width: 1em; 
	margin-left: -1em; 
}

.call-to-action-button-container
{
	margin-top: 20px;
}

.dropdown-mega-menu .container .col-md-3:nth-last-child(4) p{
	font-weight: bold;
}

.dropdown-mega-menu .container .col-md-3:nth-last-child(1) h4 a,
.dropdown-mega-menu .container .col-md-3:nth-last-child(2) h4 a,
.dropdown-mega-menu .container .col-md-3:nth-last-child(3) h4 a{
	font-size:18px;
	font-weight: normal !important;
}


.btn.btn-primary:hover{
	background-color: black !important;
	color: white !important;
}

.btn.bg-pink:hover, .btn.bg-blue:hover{
	background-color: black !important;
	color: white !important;
}

.bg-pink .btn.bg-black:hover, .bg-blue .btn.bg-black:hover{
	background-color: white !important;
	color: black !important;
}
.bg-pink .btn.bg-white:hover, .bg-blue .btn.bg-white:hover{
	background-color:black  !important;
	color: white !important;
}

.bg-black .btn.bg-pink:hover, .bg-black .btn.bg-blue:hover{
	background-color: white !important;
	color: #0f2346 !important;
}
.case-study-shares a span{
	display:none;
}

#the-page ul {
	list-style: none; /* Remove default bullets */
}

#the-page ul li{
	padding-bottom:8px;
}

#the-page ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #0f2346; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#the-page.banner-color-light-purple ul li::before {
	color: #8586be;
}
#the-page.banner-color-red ul li::before {
	color: #E94739;
}
#the-page.banner-color-orange ul li::before {
	color: #f29109;
}
#the-page.banner-color-green ul li::before {
	color: #00884a;
}
#the-page.banner-color-yellow ul li::before {
	color: #00884a;
}
#the-page.banner-color-purple ul li::before {
	color: #5a3c8b;
}
#the-page.banner-color-cyan ul li::before {
	color: #599bd6;
}
#the-page.banner-color-blue ul li::before {
	color: #0f2346;
}

#the-page ul.pagination li::before {
	display: none;
}

.edu-ab-content ul {
    margin-bottom: 0
}

.edu-ab-content ul li {
    text-align: -webkit-center;
    width: 20%
}

.edu-ab-content ul li .circle-icon {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in
}

.edu-ab-content ul li .circle-icon i{
    color: #CE0F69;
    line-height: 100px;
    transition: all .3s ease-in
}


.edu-ab-content ul li .circle-icon img{
    margin-top:35%;
}

.edu-ab-content ul li .circle-icon:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    right: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab-content ul li .circle-icon:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    left: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}


.edu-ab-content ul li .circle-icon:hover i {
    color: #fff
}

.edu-ab-content ul li:first-child .circle-icon:before {
    display: none;
    visibility: hidden
}

.edu-ab-content ul li:last-child .circle-icon:after {
    display: none;
    visibility: hidden
}

.edu-ab-content ul li span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 15px
}

.check-list-container{
	margin-top:30px;
}
.check-list-item{
	margin-bottom:10px;
}
.check-list-item .check-mark{
	text-align: center;
}
.check-list-item .check-mark i{
	font-size:34px;
	margin-top:3px;
}

@media (max-width: 768px) {
	.check-list-item .check-mark i{
		font-size:24px;
	}	
}

.check-list-item h3{
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
	color:#0f2346;
}

.bg-black .btn-primary.bg-black{
	background-color: #0f2346 !important;
}

#breadcrumb-wrap-article{
	overflow: hidden;
	margin-bottom:15px;
}
#breadcrumb-article, #breadcrumb-article li{
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}

#breadcrumb-article li::before, .widget-wrap li::before{
	content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	display:none !important;
}
#breadcrumb-article li{
	float:left;
}

.inline-quote .quote{
	font-size: 34px;
	line-height: 42px;
}
.inline-quote .citation{
	font-size:20px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.inline-quote .quote{
		font-size: 24px;
		line-height: 30px;
	}
	.inline-quote .citation{
		font-size:18px;
		line-height: 24px;
	}
}

.section.text-white a{
	color:white;
}

.silver-form-error-summary-container
{
	background-color: darkred !important;
}

.bg-d-blue .btn.btn-primary
{
	background-color: black !important;
}

.bg-d-blue .btn.btn-primary:hover
{
	background-color: white !important;
	color: black !important;
}

.bg-black .btn.btn-primary:hover
{
	background-color: white !important;
	color: black !important;
}

.page-footer-social-icons a i
{
	color: white !important;
}

.page-footer-social-icons a:hover i
{
	color:#0f254e !important;
}

@media (min-width: 768px) {
	.logo-strictly {
		padding-left: calc((100vw - 765px) / 2);
	}
  }
  @media (min-width: 992px) {
	.logo-strictly {
		padding-left: calc((100vw - 985px) / 2);
	}
  }
  @media (min-width: 1200px) {
	.logo-strictly {
		padding-left: calc((100vw - 1185px) / 2);
	}
  }

  .related-content-box{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
  }
  .related-content-image{
	height:200px;
	background-size: cover;
  }
  .related-content-body{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
  }
  .related-content-body a{
	color:white;
  }

  .dropdown-mega-menu .row {
	display: flex;
	width: 100%;
  }
  .col {
	flex: 1;
  }
  .mm_column{
	height:100%;
	margin-bottom:16px;
  }

  .logo-strictly-container{
	position:fixed; 
	top:0px; 
	z-index:1040;
}
.logo-strictly{
	background-color:white; 
	float:left; 
	padding-top:5px; 
	padding-bottom:5px;  
	border-bottom-right-radius: 90px; 
	border-top-right-radius: 45px; 
	border: 10px solid white;
	transition: padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, border 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}
.logo-strictly img{
	max-height:110px; 
	margin-right:20px;
	transition: max-height 0.2s ease-in-out, margin-right 0.2s ease-in-out;
}
@media (max-width: 500px) {

	.logo-strictly{
		padding-top:2px; 
		padding-bottom:2px;  
		border-bottom-right-radius: 60px; 
		border-top-right-radius: 40px; 
		border: 5px solid white;
	}
	
	.logo-strictly img{
		max-height:68px; 
		margin-right:10px;
	}
	
}

.scroll_down .logo-strictly{
	padding-top:2px; 
	padding-bottom:2px;  
	border-bottom-right-radius: 60px; 
	border-top-right-radius: 25px; 
	border: 5px solid white;
}
.scroll_down .logo-strictly img{
	max-height:58px; 
	margin-right:10px;
}


/* services boxes */
.service-box-container{
	margin-bottom:30px;
}
.service-box{
	min-height:300px;
	border-bottom: 4px solid #fff;
	height:100%;
	background-color: white;
}
.service-box-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:200px;
}
.service-box-title{
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.service-box-title h3{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:white;
}

.service-box-title h3 a{
	color:white;
}
.service-box-description{
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
}
.service-box-cta{
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 15px;
}

/* service box - purple */

.service-box.service-box-purple{
	/*background-color: #b09dce;*/
	border-bottom-color: #8166aa;
}
.service-box-purple .service-box-title{
	background-color: #8166aa;
}
.service-box-purple .btn.btn-primary{
	background-color: #8166aa !important;
}
.service-box-purple .btn.btn-primary:hover{
	background-color: black !important;
}


/* service box - light-purple */

.service-box.service-box-light-purple{
	/*background-color: #b09dce;*/
	border-bottom-color: #8586be;
}
.service-box-light-purple .service-box-title{
	background-color: #8586be;
}
.service-box-light-purple .btn.btn-primary{
	background-color: #8586be !important;
}
.service-box-light-purple .btn.btn-primary:hover{
	background-color: black !important;
}

/* service box - orange */

.service-box.service-box-orange{
	/*background-color: #ffb545;*/
	border-bottom-color: #f29109;
}
.service-box-orange .service-box-title{
	background-color: #f29109;
}
.service-box-orange .btn.btn-primary{
	background-color: #f29109 !important;
}
.service-box-orange .btn.btn-primary:hover{
	background-color: black !important;
}

/* service box - blue */

.service-box.service-box-blue{
	/*background-color: #3f55b9;*/
	border-bottom-color: #0f2346;
}
.service-box-blue .service-box-title{
	background-color: #0f2346;
}
.service-box-blue .btn.btn-primary{
	background-color: #0f2346 !important;
}
.service-box-blue .btn.btn-primary:hover{
	background-color: black !important;
}

/* service box - cyan */

.service-box.service-box-cyan{
	/*background-color: #79bee2;*/
	border-bottom-color: #599bd6;
}
.service-box-cyan .service-box-title{
	background-color: #599bd6;
}
.service-box-cyan .btn.btn-primary{
	background-color: #599bd6 !important;
}
.service-box-cyan .btn.btn-primary:hover{
	background-color: black !important;
}

/* service box - green */

.service-box.service-box-green{
	/*background-color: #b3ce6d;*/
	border-bottom-color: #00884a;
}
.service-box-green .service-box-title{
	background-color: #00884a;
}
.service-box-green .btn.btn-primary{
	background-color: #00884a !important;
}
.service-box-green .btn.btn-primary:hover{
	background-color: black !important;
}

.edupeoplelogo{
	float:left; margin-top:10px; max-width:150px; margin-right:20px;
	transition: all 0.2s ease-in-out;
}

.fixed-top .edupeoplelogo{
	max-width: 110px;
}

.edupeoplelogo_mobile{
	transition: all 0.2s ease-in-out;
	max-width:120px;
	margin-right:20px;
	margin-bottom:10px;
}

.fixed-top .edupeoplelogo_mobile{
	max-width:100px;
}

.promotional-banner-man{
	background-image: url("/Media/repeating_backgrounds/small-man.png");
	border-bottom:4px #00884a solid;
}

.news-page ul p {
	display: inline;
}

figure.block-animation-none{
	background-color: #d1d6f0;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-size:24px;
	margin-bottom:15px;
	margin-top:10px;
}

.sqs-image-shape-container-element{
	padding-bottom:20px !important;
}

.image-block-outer-wrapper{
	width:45%;
	float:right;
	margin-left:5%;
}

.sqs-block-button-container{
	overflow: hidden;
	margin-bottom:20px;
}

.sqs-block-button-element--small{
	background-color:#0f2346;
	color:white;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:20px;
}

.rounded-feature-box{
	padding:40px;
	border-radius: 20px;
}

.rounded-feature-box .rounded-feature-box-icon{
	float:left;
	padding:12px;
	font-size:26px;
	border-radius: 6px;
	margin-right:20px;
	margin-bottom: 20px;
}


.rounded-feature-box .rounded-feature-box-icon img{
	width:35px;
	line-height: 0px;
}


.rounded-feature-box h3{
	font-size:18px;
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
	line-height: 20px;
}

.rounded-feature-box p{
	clear:both;
	font-size:14px;
}

.accordions_white .btn-primary{
	background-color:white !important;
	color:#0f2346 !important;
	font-weight: bold;
	border-radius: 10px !important;
	padding: 18px !important;
}

.accordions_white .mtx-toggle-content{
	background-color: white;
	padding:18px;
	padding-left:42px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.accordions_white .toggle-open .btn-primary{
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.accordions_white .btn-primary:hover{
	background-color:white !important;
	color:#0f2346 !important;
}

/* OWL */
.owl-carousel,.owl-carousel .owl-item{position:relative;-webkit-tap-highlight-color:transparent}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}


/* MTX */

html .with-lazy .owl-stage-outer {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	height: 100%;
}

html .with-lazy.lazy-loaded .owl-stage-outer {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel {touch-action: manipulation;}
.owl-carousel .slide-img-mobile {display: none;}
.owl-carousel .owl-stage-outer .owl-stage {overflow: visible;}
.owl-carousel .container {height: 100%;}
.owl-carousel .slide-wrapper, .owl-carousel .slide-item {
	position: relative;
	overflow: hidden;
}

.slide-item .slide-img, .slide-item .slide-img-mobile, .slide-item .slide-secondary-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	background-image: none;
  height: 100%;
	position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slide-item.location-left .slide-img, .slide-item.location-left .slide-img-mobile {background-position: 75% 50%;}
.slide-item.location-right .slide-img, .slide-item.location-right .slide-img-mobile {background-position: 25% 50%;}

.mtx-slider-wrap, .mtx-slider .slide-item {height: 600px;}
.mtx-slider-wrap {
	background: #d2d2d2;
	position: relative;
}

.slide-item {display: none;}
.owl-loaded .slide-item {display: block!important;}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 999;
}
.owl-carousel:hover .owl-dots {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel .owl-dots.disabled {display:none;}

.owl-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    background: #ffffff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    border-radius: 99px;
    margin: 4px;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-nav {z-index: 99999;}

.owl-carousel .owl-nav.disabled {display:none;}

.owl-carousel .owl-nav > div {
  height: 35px;
  width: 35px;
	border-bottom: 3px solid #bfbfbf;
  border-right: 3px solid #bfbfbf;
  border-radius: 0px 0px 10px 0px;
  padding: 0px!important;
  position: absolute;
  top: 50%;
  margin-top:-18px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: 30px;
}

.owl-carousel.plain-arrows .owl-nav > div {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	height: auto;
  width: auto;
	border:none;
	color:#ffffff;
}

.owl-carousel:hover .owl-nav > div {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.owl-carousel .owl-nav > div:hover {
	opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel .owl-nav > div.disabled {
	opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Loading */

.mtx-slider-wrap .loading {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-top: -20px;
		opacity: 0.1;
}

.mtx-slider-wrap .loading .spinner {
    height: 40px;
    width: 40px;
    background: #000;
    border-radius: 999px;
    display: block;
    margin: auto;
		-webkit-animation: mtx-spin .6s infinite ease-in-out;
  	animation: mtx-spin .6s infinite ease-in-out;
}

@-webkit-keyframes mtx-spin {
  0% { opacity:1; -webkit-transform: perspective(120px); }
	20% { opacity:1; }
	50% { opacity:0.5; }
	80% { opacity:1; }
  100% { opacity:1; -webkit-transform: perspective(120px) rotateY(180deg); }
}

@keyframes mtx-spin {
  0% {
		opacity:1;
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 20% {
	   opacity:1;
	} 50% {
    opacity:0.5;
	} 80% {
	  opacity:1;
	} 100% {
		opacity:1;
	  transform: perspective(120px) rotateX(0deg) rotateY(180deg);
	  -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
	}
}

/* Slide Text */

.slide-item {z-index: 1;}

.slide-item .slide-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.4;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.boxed .slide-item .slide-overlay {display: none;}

.boxed .boxed-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		z-index: -1;
}

.slide-item .slide-text-outer {
    height: 100%;
    max-width: 500px;
		position: relative;
		z-index: 2;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transition: opacity 0.4s ease-in-out 0.6s;
	  -moz-transition: opacity 0.4s ease-in-out 0.6s;
	  -webkit-transition: opacity 0.4s ease-in-out 0.6s;
	  -o-transition: opacity 0.4s ease-in-out 0.6s;
}

.lazy-loaded .owl-item.active .slide-text-outer, .nonlazy-loaded .owl-item.active .slide-text-outer {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slide-item .v-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    top: auto;
    right: auto;
    height: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 999;
}

.slide-item .v-top {
    position: absolute;
    top: 40px;
    bottom: auto;
		z-index: 999;
}

.slide-item .v-bottom {
    position: absolute;
    bottom: 60px;
    top: auto;
		z-index: 999;
}

.slide-item.location-left .slide-text-outer {
    margin-left: 0px;
    margin-right: auto;
}
.slide-item.location-left .slide-text-wrap {text-align: left;}

.slide-item.location-center .slide-text-outer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.slide-item.location-center .slide-text-wrap {text-align: center;}

.slide-item.location-right .slide-text-outer {
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
}
.slide-item.location-right .slide-text-wrap {text-align: right;}

.slide-item .slide-text-wrap, .slide-item .slide-text-wrap .slide-content {
    display: block;
    width: 100%;
    box-sizing: border-box;
		position: relative;
}

.slide-item .slide-text-wrap .slide-media {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.boxed .slide-item .slide-text-wrap {padding: 30px;}

.slide-item .slide-title,
.slide-item .slide-pretitle,
.slide-item .slide-subtitle,
.slide-item .slide-text {
    color: #ffffff;
		margin-top: 0px;
}

.slide-item .slide-text-wrap .btn {margin-bottom: 0px;}

/* Video */

.mtxs-background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-webkit-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
}

.mtxs-background-video.displayed {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Full Height */

.mtx-slider-wrap.full-height .mtx-slider,
.mtx-slider-wrap.full-height .mtx-slider .owl-stage-outer,
.mtx-slider-wrap.full-height .mtx-slider .owl-stage,
.mtx-slider-wrap.full-height .mtx-slider .owl-item,
.mtx-slider-wrap.full-height .mtx-slider .slide-item {
    height: 100%!important;
}

/* Laptop */
@media (max-width: 1199px) and (min-width: 990px) {

	.mtx-slider-wrap, .mtx-slider .slide-item {height: 550px;}

}
/* Tablet */
@media (max-width: 989px) and (min-width: 767px) {

	.mtx-slider-wrap, .mtx-slider .slide-item {height: 500px;}

}

/* Mobile */
@media (max-width: 767px) {

	.mtx-slider-wrap, .mtx-slider .slide-item {height: 400px;}

  .owl-carousel .slide-img-mobile {display:block;}
  .owl-carousel .slide-img, .mtxs-background-video {display:none;}

  .owl-carousel .owl-nav > div {
		bottom: 20px;
		height: 20px;
		width: 20px;
		border-radius: 0px 0px 4px 0px;
		top: auto;
		margin: 0px;
  }

	.owl-carousel .owl-dots {
		left: 70px;
    right: 70px;
	}

	.boxed .slide-item .slide-overlay {display: block;}
	.boxed .boxed-overlay {display: none;}
	.slide-item .slide-text-wrap {padding: 30px;}

}

/* Mobile Portrait */
@media (max-width: 520px) {

	.slide-item .slide-text-wrap {text-align: center!important;}

}

.hero_captions{
	min-height:150px;
	transition: all 0.2s ease-in-out;
}

.silver-form-error-summary-container h3, .silver-form-error-summary-container p, .silver-form-error-summary-container ul, .silver-form-error-summary-container li, #the-page .silver-form-error-summary-container ul li::before 
{
	color: white !important;
}

.text-regular{
	color:#0f254e;
}

.btn img{
	margin-left:5px;
	width: 20px;
	margin-bottom:2px;
	display: inline-block;
}

.site-footer{
	font-size:18px;
	font-weight:500;
}
.site-footer small{
	font-size:12px;
	font-weight: 400;
}
.site-footer ul li{
	padding-bottom:5px;
}
.site-footer .socials{
	padding-left:0px;
	margin-left:0px;
	
}
.site-footer .socials li{
	display:inline-block;
}
.site-footer .socials li a{
	width:30px;
	height:30px;
	background-color: #0f2346;
	text-align: center;
	font-size:16px;
	display:block;
	color:white;
	padding-top:5px;
}
.site-footer .socials li a:hover{
	background-color: #0d6a93;
}


html .btn.btn-gradient{
	background: linear-gradient(90deg, rgba(54,146,185,1) 0%, rgba(0,135,77,1) 52%)  !important;
}

html .btn.btn-gradient:hover{
	background: linear-gradient(90deg, rgba(54,146,185,1) 0%, rgba(0,135,77,1) 0%)  !important;
}

html .btn.btn-rounded{
	border-radius: 25px;
	padding-left:24px;
	padding-right:24px;
}
html .btn.btn-outline{
	border-radius: 25px;
	padding-left:24px;
	padding-right:24px;
	border:1px solid #0f2346 !important;
}

.tab-content
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.nav-underline
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0F2346;
}
.nav-underline .nav-item
{
	margin-top: 0px;
	line-height: 40px;
}

.nav-underline .nav-link
{
	border-bottom: 4px solid transparent;
}

.nav-underline .nav-link.active
{
	border-bottom: 4px solid #0F2346;
	font-weight: bold;
}

.list-display li {
margin-bottom:.4rem;
font-size:1rem;
}
.list-checkmarks {
padding-left:0rem;
}
.list-checkmarks li {
list-style-type:none;
padding-left:1rem;
}
.list-checkmarks li:before {    
font-family: 'Font Awesome 5 Free' !important;
content: "\f058" !important;
margin: 0 10px 0 -26px;
color: #0A6B8E;
}

#the-page ul.list-checkmarks li::before {    
	font-family: 'Font Awesome 5 Free' !important;
	content: "\f058" !important;
	margin: 0 10px 0 -26px;
	color: #0A6B8E;
}

.apprenticeship-location
{
	border-radius: 16px;
	padding: 24px;
}

.apprenticeship-location h3
{
	padding: 0px;
	margin-top: 0px;
}

.apprenticeship-side-panel{
	border-radius: 16px;
	overflow:hidden;
}

.apprenticeship-share-icons span{
	display:none;
}

.apprenticeship-share-icons i{
	font-size:28px;
	padding-left:22px;
}
.apprenticeship-share-icons i:first-child{
	padding-left:0px;
}
.apprenticeship-share-icons a:hover{
	color: #0A6B8E;
}
input[name=s]{
	outline:none;
}

.page-title-bar-home .tab-content a{
	color:white;
	text-decoration: underline;
}
.page-title-bar-home .tab-content a:hover{
	text-decoration: none;
}

.nav-homepage-widget{
	border-bottom: none white 0px;
}
.nav-homepage-widget .nav-link{
	background-color: #00884a !important;
	color:white !important;
}
.nav-homepage-widget .nav-link.active{
	background-color: #0F2346 !important;
	color:white !important;
}

.nav-homepage-widget .nav-link{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 0 none white;
}

.tab-content-homepage{
	border-radius: 10px;
}
.nav-homepage-widget{
	margin-bottom: 1px !important;
}
img.rounded{
	border-radius: 20px !important;
}

.font-script{
	font-family: 'Roboto', serif;
	font-size: 3em;
}

.img-panel{
	border-radius: 20px;
	background-size: cover;
	background-position: center;
}
.btn-outline-white.btn{
	background-color:transparent !important;
	border: 2px white solid !important;
	color:white;
}
.btn-outline-white.btn:hover{
	background-color:white !important;
	border: 2px white solid !important;
	color:#0F2346 !important;
}
#home_search_link
{
	text-decoration: none !important;
}
#home_search_link:hover{
	text-decoration: underline !important;
}
.strapline a{
	color:white;
}
.strapline a:hover{
	color:white;
	text-decoration: underline;
}


.hbspt-form input[type=text],.hbspt-form input[type=email],.hbspt-form input[type=tel], .hbspt-form select, .hbspt-form textarea {
	width:100%;
}
.hbspt-form textarea{
	min-height:150px;
}
.hs-form-required{
	color:red;
	padding-left: 5px;
}
.hbspt-form .no-list, .hbspt-form .no-list li{
	list-style: none;
	color:red;
}
.hbspt-form .no-list li:before{
	color:red;
}
.hbspt-form .hs-form-checkbox{
	width:33%; float: left;
}
.hbspt-form .hs-form-checkbox input{
	margin-right:5px;
}
.hbspt-form .hs-form-field{
	float:left; 
	width:50%;
	padding-right:8px;
	margin-bottom:15px;
}
.hs_strictly_enquiry_type, .hs_strictly_product_interest, .hs_strictly__form___enquiry, .legal-consent-container, .hs_your_enquiry {
	width:100% !important;;
}
.hbspt-form legend{
	font-size: 14px;
	font-style: italic;
}
#the-page .hbspt-form ul li::before {
	content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	width: 0em; /* Also needed for space (tweak if needed) */
	margin-left: 0em; /* Also needed for space (tweak if needed) */
}
.hbspt-form .inputs-list{
	margin-left:0px;
}
.hbspt-form{
	overflow:hidden;
}
.hbspt-form input[type=submit]{
	border: none !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none;
    padding: 10px 18px;
    margin: 0px 6px 12px 0px;
    text-decoration: none !important;
    height: auto;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	color:white;
	background-color: #0f254e;
}
.hbspt-form input[type=submit]:hover{
	background-color: #0f254e;
}

.bg-d-blue.text-white a{
	color:white;
}

.alt-hero__inner h1{
	font-size:70px;
	line-height: 75px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.alt-hero__inner h1{
		font-size:40px;
		line-height: 45px;
	}
}