/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
	background-color: #F7F5F0;
}

main {
    display: block
}

h1, .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 */

/* MTX Standardise */

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: 14px;
    line-height: 18px;
    color: #0A2626;
    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: #0A2626;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    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;
	text-decoration: underline;
}

a{
	color:#0AB2CF;
}

.nav-pills a, h3 a{
	color:#0A2626;
}

.text-white a{
	color:#F7F5F0;
}

.text-white{
	color: #F7F5F0;
}

button, a.nav-link, a.nav-link, h1 a, h2 a, h3 a, h4 a, h5 a, .nav-top-bar a{
	text-decoration: none;
}

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

a:hover, button:hover {
    color: #FF5738;
}

/* Typography */

body, button, input, input[type=text], input[type=password], input[type=email], optgroup, select, textarea, html .gform_wrapper h2.gsection_title {
    font-family: "Figtree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0A2626;	
}

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


p small{
    line-height: 12px;
}

div small{
    line-height: 12px;
}


h1, h2, h3, .the-testimonial, .role-select-part, .role-select-part .mtx-select-title, .h1, .h2, .h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

h1, .h1{
	font-size: 48px;
	line-height: 60px;
}

h2, .h2 {
    font-size: 36px;
    line-height: 42px;
}

h6, .h6{
	font-size:12px;
	line-height: 16px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-transform: uppercase;
	font-weight:bold;
}

h3, .h3, .the-testimonial, .role-select-part, .role-select-part .mtx-select-title {
    font-size: 24px;
    line-height: 28px;
}

h4, .h4 {
    font-size: 20px;
    line-height: 24px;
}

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

html .widget-title, html .gform_wrapper h2.gsection_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;
}

.wp-caption {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #F7F5F0;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.wp-caption-text {
    padding: 9px;
}

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


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

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: #0A2626;
    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, .wp-caption {
    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;
}

.fl-builder #the-page .container {
    width: 1000px;
}

.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_mtx_entrance .widget-wrap {
    position: relative;
    padding: 30px 20px;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    color: #F7F5F0;
    background: #0A2626;
}

html .widget_mtx_entrance.widget_mtx_entrance_module .widget-wrap {
    padding: 35px 30px;
    background: #0A2626;
}

.widget_mtx_entrance .btn {
    margin: 0px;
}

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

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

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

.widget_mtx_entrance.widget_mtx_entrance_module .thrive-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: #F7F5F0;
    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, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
}

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, .mtx-select-title,
html .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    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: #F7F5F0;
    border: 1px solid #ccc;
    transition: border linear .2s;
}

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

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
    margin: 0 0 20px 20px;
}

/* Buttons BTNS */

html .btn, html .button, html .gform_wrapper .button, html .fl-builder-content .fl-button, .widget-menu li a, .fl-tabs-labels .fl-tabs-label, .menu-primary li.menu-item.mtx-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .mtx-menu-code > a {
    border-radius: 30px;
    border: none !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none;
    padding: 10px 20px;
    margin: 0px 6px 12px 0px;
    font-weight: 600;
    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;
}

html .btn, html .button{
	font-family: "Fira Sans Condensed", sans-serif;
}

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

html a.btn:hover, html .button:hover, html .gform_wrapper .button:hover, html .fl-builder-content .fl-button:hover, html .sector-btn.btn:hover, .mtx-pagination > a.page-numbers:hover, .mtx-pagination > .page-numbers.current,
.menu-primary li.menu-item.mtx-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .mtx-menu-code > a:hover {
    background: #d6452b !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.mtx-mega-menu.mega-column-3 > ul.sub-menu > li:last-child .mtx-menu-code > a {
    font-size: 12px;
    padding: 7px 20px;
}

.btn.btn-rounded-corners{
	border-radius: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

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

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

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

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

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

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

html .mtx-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: #0A2626 !important;
	color: white;
}

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: #FF5738 !important;
	color: #0A2626 !important;
	border: 3px solid #FF5738 !important;
}

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

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

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

html .btn.btn-poppy, .fl-tabs-labels .fl-tab-active.btn-poppy {
    background: #FF5738 !important;
	color: #0A2626 !important;
	border: 3px solid #FF5738 !important;
} 

html .btn.btn-succulent, .fl-tabs-labels .fl-tab-active.btn-succulent {
    background: #0D7373 !important;
	color: #0A2626 !important;
	border: 3px solid #0D7373 !important;
} 

html .btn.btn-daffodil, .fl-tabs-labels .fl-tab-active.btn-daffodil {
    background: #F7D133 !important;
	color: #0A2626 !important;
	border: 3px solid #F7D133 !important;
} 

html .btn.btn-bluebell, .fl-tabs-labels .fl-tab-active.btn-bluebell {
    background: #0AB2CF !important;
	color: #0A2626 !important;
	border: 3px solid #0AB2CF !important;
} 

html .btn.btn-mint, .fl-tabs-labels .fl-tab-active.btn-mint {
    background: #0ACF91 !important;
	color: #0A2626 !important;
	border: 3px solid #0ACF91 !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: #e6e9e9 !important;
    color: #0A2626 !important;
}

html .btn.btn-white, html #login-popup .button {
    background: #F7F5F0 !important;
    color: #0A2626 !important;
}

html a.btn.btn-d-blue:hover {
    background: #001328 !important;
	border-color: #001328 !important;
}

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

html a.btn.btn-orange:hover {
    background: #FF6D52 !important;
	border-color: #FF6D52 !important;
}

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

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

html a.btn.btn-purple:hover {
    background: #73165e !important;
	border-color: #73165e !important;
}
html a.btn.btn-poppy:hover {
    background: #FF6D52 !important;
	border-color: #FF6D52 !important;
}

html a.btn.btn-daffodil:hover {
    background: #F7DB65 !important;
	border-color: #F7DB65 !important;
}
html a.btn.btn-daffodil:hover {
    background: #F7DB65 !important;
	border-color: #F7DB65 !important;
}
html a.btn.btn-bluebell:hover {
    background: #53BECF !important;
	border-color: #53BECF !important;
}
html a.btn.btn-mint:hover {
    background: #5DCFAB !important;
	border-color: #5DCFAB !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: #e6e9e9 !important;
    color: #F7F5F0 !important;
}

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

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

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

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

html .c-poppy, html .c-poppy p {
    color: #FF5738 !important;
}

html .c-evergreen, html .c-evergreen p {
    color: #0A2626 !important;
}

html .c-succulent, html .c-succulent p {
    color: #0D7373 !important;
}

html .c-bluebell, html .c-bluebell p {
    color: #0AB2CF !important;
}

html .c-fern, html .c-fern p {
    color: #144D4F !important;
}

html .c-daffodil, html .c-daffodil p {
    color: #F7D133 !important;
}

html .c-daisy, html .c-daisy p {
    color: #F7F5F0 !important;
}

html .c-mint, html .c-mint p {
    color: #0ACF91 !important;
}

html .c-white, html .c-white p {
    color: #F7F5F0 !important;
}

html .c-true-white, html .c-true-white p {
    color: #FFF !important;
}

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

html .bg-l2-blue {
    background: #D5E4EF !important;
}

html .bg-blue {
    background: #97C0E2 !important;
}

html .bg-d-blue {
    background: #0A2626 !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: #f06c31 !important;
}

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

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

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

html .bg-poppy {
	background: #FF5738 !important;
}
html .bg-evergreen {
	background: #0A2626 !important;
}
html .bg-succulent {
	background: #0D7373 !important;
}
html .bg-bluebell {
	background: #0AB2CF !important;
}
html .bg-fern {
	background: #144D4F !important;
}
html .bg-daffodil {
	background: #F7D133 !important;
}
html .bg-mint {
	background: #0ACF91 !important;
}
html .bg-daisy {
	background: #F7F5F0 !important;
}

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

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

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

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

html .bc-blue {
    border-color: #97C0E2 !important;
}

html .bc-d-blue {
    border-color: #0A2626 !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: #f06c31 !important;
}

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

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

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

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

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

/* Top Bar */

#top-bar {
    position: relative;
    z-index: 99 !important;
    line-height: 0;
    height: 44px;
    color: #F7F5F0;
    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 .mtx-site-search form {
    border: none;
}

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

#top-bar a:hover {
    color: #97C0E2;
}

/* Logo */

#logo, #compass-logo {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
	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;
}

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

#logo img   {
    max-width: 300px;
	padding-top:15px;
	padding-bottom:15px;
    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;
}

#compass-logo img  {
    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;
	margin-top:20px;
}


/* 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: #EAF1F6;
    border-radius: 3px;
    width: 100%;
}

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

.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: #97C0E2;
}

.header-search .btn-search:hover {
    color: #2d6393;
}

/* Absolute Header */

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

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


/* Navigation */

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

.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 > a {
    font-size: 16px;
    font-weight: 600;
    filter: none;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding-left: 14px;
	padding-right:14px;
	padding-bottom:14px;
	padding-top:14px;
    border: none;
	margin-right:15px;
    color: #102B52;
    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;
	border-bottom:2px solid #F7F5F0;
}

.menu-primary > li > a:hover, .menu-primary > li.current_page_item > a {
    border-bottom:2px solid #FF5738;
}

.nav-top-bar{
	font-size:14px;
}
.nav-top-bar a{
	margin-right:15px;
	white-space: nowrap;
  	overflow: hidden;
	color: #0A2626;
}

.navbar a{
	color: #0A2626;
}
.navbar a:hover{
	color: #FF5738;
}
.nav-top-bar a:hover{
	color: #FF5738;
}

.fixed-top .nav-top-bar{
	display:none;
}

@media (max-width: 660px) {
	.nav-top-bar{
		clear:both;
	}
}

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


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

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

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

.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: 600;
    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 .mtx-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: #EAF1F6;
    color: #0A2626;
    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 #d5e4ef;
}

.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: #0A2626;
}

.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: #97C0E2;
}

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



/* MTX Mega Menu */

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

.menu-primary > li.menu-item.mtx-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.mtx-mega-menu > ul.sub-menu:before {
    content: "";
    position: absolute;
    left: -3000px;
    right: -3000px;
    top: 0px;
    bottom: 0px;
    background: #EAF1F6;
    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.mtx-mega-menu > ul.sub-menu li {
    position: initial;
}

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

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

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

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

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

.menu-primary > li.menu-item.mtx-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;
}

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

.mtx-menu-code h4 {
    margin-top: 0px;
	font-size:18px;
	font-weight: 400;
}

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

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

/* Thrive Mega Menu */

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

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

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

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


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


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

.menu-primary li.menu-item.mtx-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.mtx-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.mtx-mega-menu.mega-column-3 > ul.sub-menu > li ul.sub-menu > li.has-children > .sub-menu:before, .menu-primary li.menu-item.mtx-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.mtx-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.mtx-mega-menu.mega-column-3 > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    float: none;
    clear: both;
    width: 100%;
}



/* Colband */

.colband {
    height: 0px;
    position: relative;
	display:none;
	overflow: hidden;
}

.colband > div {
    width: 16.666%;
    float: left;
    height: 6px;
}

/* Titlebar */

#titlebar {
    position: relative;
}

#titlebar > .container {
    margin-top: 20px;
    padding-bottom: 20px;
}

#titlebar .titlebar-inner {
    max-width: 70%;
}

#titlebar.with-image .titlebar-inner {
    max-width: 60%;
}

#titlebar.with-image .titlebar-img-holder {
    width: 34%;
    position: absolute;
    top: 0px;
    right: -4px;
    bottom: -30px;
}

#titlebar.with-image.with-code .titlebar-inner {
    float: left;
}

#titlebar.with-image.with-code .titlebar-img-holder {
    position: relative;
    float: right;
    bottom: auto;
}

#titlebar.with-image .titlebar-img-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 100%;
    border: 6px solid #F7F5F0;
    background: #F7F5F0;
    box-sizing: border-box;
    z-index: 5;
}

#titlebar.with-image .titlebar-img-wrap .titlebar-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#titlebar #titlebar-title {
    margin-top: 0px;
}

#titlebar .titlebar-desc p {
    font-size: 22px;
    line-height: 28px;
}

#titlebar .title-ent-box {
    background: #EAF1F6;
    padding: 20px 20px 12px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.page-template-template-course #breadcrumb .bc-item.item-current, .page-template-template-course #breadcrumb .sep-last,
.page-template-template-event #breadcrumb .bc-item.item-current, .page-template-template-event #breadcrumb .sep-last,
.single-courses #breadcrumb .bc-item.item-current, .single-courses #breadcrumb .sep-last {
    display: none;
}

/* Breadcrumb */

#breadcrumb {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 18px;
}

#breadcrumb li {
    list-style: none;
    display: inline-block;
}

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

#breadcrumb, #breadcrumb a {
    color: #0AB2CF;
}

#breadcrumb a:hover, #breadcrumb .item-current {
    color: #0A2626;
}

.course #breadcrumb, .course #breadcrumb a {
    color: #44B493;
}

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

/* The Page */

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

/* Footer */

footer {
    background: #F7F5F0;
	font-size:14px;
}

footer h4{
	font-size:16px;
}

.footer-widgets {
    padding: 30px 0px 10px;
    font-size: 16px;
    line-height: 24px;
}

footer .list-unstyled{
	list-style: none;
	margin-left:0px;
}

footer .list-unstyled li{
	padding-bottom:3px;
}


.footer-widgets .widget-area {
    float: left;
    margin-left: 4%;
    width: 22%;
    margin-bottom: 20px;
}

.footer-widgets .widget-area:first-child {
    clear: both;
    margin-left: 0px;
}

.footer-widgets .widget-area.footer-widgets-3 {
    width: 48%;
}

.footer-widgets .widget li {
    padding: 0px;
}

.footer-widgets .widget li:before {
    display: none;
}

footer{
	color: #0A2626;
}

footer a{
	color: #0A2626;
}

.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.mtx-mc-email, html .mail_signup_form .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px;
    border: none;
    border-radius: 3px;
    margin: 0px;
}

.form-group input, .form-group select, .form-group textarea{
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin: 0px;
	font-size:16px;
}

html .mail_signup_form .gform_wrapper .gform_footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
    margin: 0px;
    padding: 0px;
}

html .mail_signup_form .gform_wrapper .gform_footer .gform_button.button {
    margin: 0px;
    font-size: 14px;
    line-height: 20px !important;
    min-height: 0px !important;
}

html .mail_signup_form .ginput_container.ginput_container_email {
    position: relative;
}

html .mail_signup_form .gfield_description.validation_message {
    position: absolute;
}

/* Upper Footer */

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

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

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

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

/* Bottom Bar */

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

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

#bottom-text {
    overflow: hidden;
}

#mtx-link {
    float: right;
    text-align: right;
    margin-left: 4%;
}

.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: #F7F5F0 !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;
}

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

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

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

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

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

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

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

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

.thrive-login .login-error, .thrive-login .login-info {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #3d7cb3;
}

.thrive-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 */

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

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

/* Mailchimp */

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

/* Twitter */

#mtx-twitter-feed .tweets {
    margin-bottom: 10px;
}

#mtx-twitter-feed .tweets .tweet {
    margin-bottom: 10px;
}

/* Socials */

.mtx-socials .social {
    display: block;
    float: left;
    clear: both;
}

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

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

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

/* Contact */

#mtx-contact p span {
    display: block;
}

.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 .thrive-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: #F7F5F0;
    padding: 0px 8px;
    font-size: 13px;
}

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


/* Beaver Admin & Admin Bar */

#wpadminbar .fl-builder-admin-bar-status-dot,
#wpadminbar #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-search,
#wpadminbar #wp-admin-bar-gform-forms,
#wpadminbar #wp-admin-bar-wp-logo,
#wp-admin-bar-updates {
    display: none;
}

#wp-admin-bar-fl-builder-frontend-edit-link > a {
    background: #00A0D2;
}

#wp-admin-bar-fl-builder-frontend-edit-link > a:hover, #wp-admin-bar-fl-builder-frontend-edit-link:hover > a {
    background: #0197C6 !important;
    color: #F7F5F0 !important;
}

#wp-admin-bar-fl-builder-frontend-edit-link:hover > a > .ab-icon:before {
    color: rgba(240, 245, 250, .6) !important;
}

/* Beaver General */

.fl-builder-content {
    position: relative;
}

.fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
}

.fl-builder-edit .fl-builder-content .fl-block-settings.fa-wrench:before {
    content: "\f013";
}

.fl-builder-edit .fl-builder-empty {
    border: 1px dashed #969696;
    border-radius: 0px;
    color: #909090;
    font-family: "Figtree", sans-serif;
    font-weight: normal;
    margin: 10px;
    padding: 60px 20px;
    position: relative;
    text-align: center;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.6;
}

/* Beaver Modules */

.fl-builder-content .mtx-heading {
    margin: 0px;
}

.fl-editor-field .wp-media-buttons {
    display: none;
}

.fl-builder-edit #fl-field-bg_overlay_opacity {
    display: block !important;
}

.fl-field[data-type="editor"] .fl-field-label {
    position: absolute;
    z-index: 1;
    background: none !important;
    padding-top: 13px !important;
}

.fl-builder-ui-skin--dark .fl-builder-settings-fields textarea.wp-editor-area {
    background: #F7F5F0 !important;
    color: #666666 !important;
    border-radius: 0px !important;
}

.fl-builder-ui-skin--dark .fl-builder-settings-fields textarea.wp-editor-area:focus {
    color: #222222 !important;
}

/* Block */

.thrive-block {
    padding: 40px 30px 22px;
    background: #0A2626;
    border-radius: 6px;
    overflow: hidden;
    color: #F7F5F0
}

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

.thrive-block a {
    color: #F7F5F0;
}

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

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

/* Video */

.wp-video .mejs-controls {
    opacity: 0 !important;
    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;
}

.wp-video:hover .mejs-controls {
    opacity: 1 !important;
}

/* 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 */
.mtx-carousel.owl-carousel .owl-nav > div {
    top: 50%;
    margin-top: -18px;
}

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

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

/* Slider */

.fl-mtx-slider.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.fl-mtx-slider.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

.fl-mtx-slider .owl-nav > div {
    opacity: 0.8;
}

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

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

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

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

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

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

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

.mtx-bg-photo .mtx-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: #F7F5F0;
}

/* Gallery */

.mtx-gallery.mtx-gallery-grid .fl-photo-img, .mtx-gallery.mtx-gallery-grid .fl-photo-content {
    width: 100%;
}

/* Map */

.mtx-map .map-text {
    padding: 20px 30px 10px 0px;
}

.mtx-map .map-text p {
    font-family: "aktiv-grotesk", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #555555 !important;
}

/* Video */

.mtx-video video {
    width: 100%;
    height: 100%;
    display: block;
}

.mtx-embed-wrap {
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    display: block;
    position: relative;
}

.mtx-embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Icon */

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

.mtx-icon {
    width: 54px;
    height: 54px;
    background: #F7F5F0;
    color: #3d7cb3;
    border-radius: 999px;
    text-align: center;
    line-height: 54px;
    box-sizing: border-box;
    font-size: 24px;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

/* Feature */

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

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

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


/* Button */

.fl-module-mtx-button .btn {
    margin: 0px;
}

/* List */

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

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

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

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

/* CTA */

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

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

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

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

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

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

/* Tabs */

html .fl-tabs-labels {
    display: block;
    background: #F7F5F0;
    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 .mtx-quote {
    padding-left: 30px;
    border-left: 2px solid #3d7cb3;
    color: #3d7cb3;
}

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

/* */


/*/


/* Gravity Forms */

#ui-datepicker-div {
    display: none;
}

html .gform_wrapper h2.gsection_title {
    letter-spacing: 1.5px !important;
}

.mtxformhidden {
    display: none !important;
}

/*Validation*/

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

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

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

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

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


/* Misc */

.site-container img.gform_ajax_spinner {
    display: none;
}

.site-container .gform_wrapper table.gfield_list td.gfield_list_icons img {
    background-color: transparent !important;
    background-position: 0 0;
    background-size: 16px 16px !important;
    background-repeat: no-repeat;
    border: none !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    margin-top: -11px;
}

html .gform_wrapper .gform_footer input.button, html .gform_wrapper .gform_footer input[type=submit], html .gform_wrapper .gform_page_footer input.button, html .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 14px;
    line-height: 20px;
}

/* Fields */

.site-container .gform_wrapper .gform_fields {
    margin-left: -16px !important;
    max-width: none;
}

.site-container .gform_wrapper .gsection {
    border: none;
}

.site-container .gform_wrapper .gfield.no-label > label {
    display: none;
}

.site-container .gform_wrapper .top_label .gfield_label {
    margin-bottom: 10px;
    font-weight: 400;
}

html .site-container .gform_wrapper .top_label div.ginput_container, html .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, html .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
}

.site-container .gform_wrapper input[type=text], .site-container .gform_wrapper select, .site-container .gform_wrapper textarea {
    margin-bottom: 0px;
}

.site-container .gform_wrapper ul.gform_fields li.gfield {
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 20px;
}

.site-container .gform_wrapper ul.gform_fields li.gfield.gfield_visibility_administrative {
    margin: 0px;
    padding: 0px;
}

.site-container .gchoice_select_all, .site-container .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .site-container .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: normal;
}

.site-container .gform_wrapper ul.gfield_checkbox, .site-container .gform_wrapper ul.gfield_radio {
    margin: 0px;
}

.site-container .gform_wrapper .ginput_container.ginput_container_checkbox, .site-container .gform_wrapper .ginput_container.ginput_container_radio {
    margin-bottom: 20px;
}

.site-container .gform_wrapper .field_description_above .gfield_description {
    padding-bottom: 6px;
}

.site-container .gform_wrapper .field_description_below .gfield_description {
    padding-top: 6px;
}

/* Half fields */

.site-container .gform_wrapper .gfield.half {
    width: 50%;
    float: left;
    clear: none;
}

.site-container .gform_wrapper .gfield.half.first {
    clear: both;
}

/* Click Labels */

.site-container .gform_wrapper .top_label li.label-click ul.gfield_checkbox, .site-container .gform_wrapper .top_label li.label-click ul.gfield_radio {
    width: 100%;
}

.site-container .label-click .ginput_container.ginput_container_checkbox, .site-container .label-click .ginput_container.ginput_container_radio {
    margin-left: -16px !important;
}

.site-container .gform_wrapper .label-click .gfield_checkbox li, .site-container .gform_wrapper .label-click ul.gfield_radio li {
    clear: none !important;
    width: 33.3%;
    padding: 0px 0px 0px 16px !important;
    box-sizing: border-box;
    float: left;
    margin: 0px;
}

.site-container .label-click .gfield_checkbox:after, .site-container .label-click .gfield_radio:after {
    content: "";
    display: table;
    clear: both;
}

.site-container .label-click .gfield_checkbox li input, .site-container .label-click .gfield_radio li input {
    display: none !important;
}

.site-container .label-click .gfield_checkbox li label, .site-container .label-click .gfield_radio li label {
    display: block !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 12px;
    background: #F7F5F0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    font-weight: 400 !important;
}

.site-container .label-click .gfield_radio li input[type="radio"]:checked + label, .site-container .label-click .gfield_checkbox li input[type="checkbox"]:checked + label {
    color: #F7F5F0;
    background: #97C0E2;
    border-color: #97C0E2;
    font-weight: 400 !important;
}

/* Ticker */

.site-container .gfield.ticker ul.gfield_checkbox li input, .site-container .gfield.ticker ul.gfield_radio li input {
    display: none !important;
}

.site-container .gfield.ticker ul.gfield_checkbox li label, .site-container .gfield.ticker .gform_wrapper ul.gfield_radio li label {
    line-height: 24px;
    padding-left: 36px;
    position: relative;
}

.site-container .gfield.ticker ul.gfield_checkbox li label:before, .site-container .gfield.ticker .gform_wrapper ul.gfield_radio li label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0px;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #F7F5F0;
    font-size: 16px;
    line-height: 24px;
    color: #F7F5F0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-right: 10px;
    transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
}

.site-container .gfield.ticker ul.gfield_radio li input[type="radio"]:checked + label:before, .site-container .gfield.ticker ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
    color: #222222;
}

/* Errors */

.site-container .gform_wrapper li.gfield.gfield_error, .site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    margin-bottom: 0px !important;
    border: none;
}

.site-container .gform_wrapper div.validation_error {
    border: none;
    text-align: left;
    padding: 0px 0px 0px 16px;
}

.site-container .gform_wrapper div.validation_error,
.site-container .gform_wrapper .validation_message {
    color: #666666;
}

.site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
    margin-bottom: 14px;
}

/* Freegress Bar */

.site-container .gform_wrapper .gf_progressbar {
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    background: none;
}

.site-container .gform_wrapper .gf_progressbar:after {
    border-radius: 0px;
    box-shadow: none;
}

.site-container .gform_wrapper .gf_progressbar_percentage {
    background: #222;
    border-radius: 0px;
    text-shadow: none;
    font-size: 14px !important;
}


/* Select Wrapper */

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

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

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

.mtx-select-wrapper > .mtx-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 .mtx-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 .mtx-lazy.mtx-done {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Blog */

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

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

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

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

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

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

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

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

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

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

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

.mtx-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)";
}

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

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

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

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

/* 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 .mtx-select-wrapper > .mtx-select-title, .stories-filter-wrap .selector-wrap.filter-block select {
    width: auto;
    padding-right: 40px;
    background: none;
    border: none;
    border-bottom: 2px solid #3d7cb3;
    border-radius: 0px;
}

.stories-filter-wrap .selector-wrap .mtx-select-wrapper > .mtx-select-title {
    margin-bottom: 10px;
    color: #3d7cb3;
}

.stories-filter-wrap h4, .stories-filter-wrap .selector-wrap .mtx-select-wrapper > .mtx-select-title, .stories-filter-wrap .selector-wrap.filter-block select {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Figtree", sans-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: #F7F5F0;
    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: #0A2626;
    color: #F7F5F0;
    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;
}

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: #0A2626;
    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-thrive-holder {
    position: absolute;
    top: -200px;
    bottom: -200px;
    right: -2px;
    left: 50%;
    border-radius: 50% 0px 0px 50%;
    overflow: hidden;
    border-left: 4px solid #3d7cb3;
}

#mtx-slider-45 .slide-img-thrive {
    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: #3d7cb3;
}

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: #3d7cb3;
    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(10, 38, 38, 0) 0%, rgba(10, 38, 38, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(10, 38, 38, 0) 0%, rgba(10, 38, 38, 1) 100%);
    background: linear-gradient(to bottom, rgba(10, 38, 38, 0) 0%, rgba(10, 38, 38, 1) 100%);
    filter: Freegid:DXImageTransform.Microsoft.gradient(startColorstr='#000A2626', endColorstr='#0A2626', 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(10, 38, 38, 0) 0%, rgba(10, 38, 38, 0.9) 80%);
    background: -webkit-linear-gradient(top, rgba(10, 38, 38, 0) 0%, rgba(10, 38, 38, 0.9) 80%);
    background: linear-gradient(to bottom, rgba(10, 38, 38, 0) 0%, rgba(10, 38, 38, 0.9) 80%);
    filter: Freegid:DXImageTransform.Microsoft.gradient(startColorstr='#000A2626', endColorstr='#0A2626', GradientType=0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


html .block-slider .slide-item .slide-overlay {
    background: #0A2626;
    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: 20px 20px 2px;
}

.block-slider .slide-meta {
    color: #F7F5F0;
    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, .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: #F7F5F0;
    margin: 0px;
    border-radius: 6px;
}

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

/* 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: #F7F5F0;
    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 */

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

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

#thrive-map .map-area {
    fill: #97C0E2;
    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;
}

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

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

#thrive-map .map-area.active {
    fill: #0A2626;
}

.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 #3d7cb3;
}

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

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

.subpage-item a:hover {
    color: #3d7cb3;
}

.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: #3d7cb3;
}

/* Courses */


/* Course Filter Bar */

.course-filter-form-wrap {
    padding: 26px 30px 6px;
    background: #F7F5F0;
    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 .mtx-select-title {
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #0A2626;
    border-radius: 3px;
    background-color: #eaf1f6;
    border: 1px solid #eaf1f6;
    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 .mtx-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 */

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

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

.thrive-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 .mtx-select-wrapper > .mtx-select-title, .course-sort .mtx-select-wrapper > select {
    padding: 3px 36px 3px 2px;
    min-height: 26px;
    margin-bottom: 20px;
    background: none;
    border: none;
    font-size: 16px;
    color: #0A2626;
}

.course-sort .mtx-select-wrapper > .mtx-select-arrow {
    color: #0A2626 !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.thrive-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: #0A2626;
    color: #F7F5F0;
    text-align: center;
}

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

.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 #D5E4EF;
    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: #F7F5F0;
    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: #F7F5F0;
}

.titlebar-book-closed a:hover {
    color: #97C0E2;
}

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

.course-intro .course-intro-part {
    padding: 30px 20px;
    border: 1px solid #d5e4ef;
    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: #d5e4ef;
}

.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: #3d7cb3;
}

.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 .mtx-toggle .mtx-toggle-header {
    background: #97C0E2 !important;
}

/* Course Details Tabs */

#thrive-course-details-tabs {
    color: #F7F5F0;
}

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

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

#thrive-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header {
    background: #EAF1F6;
    padding: 18px;
    color: #0A2626;
    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;
}

#thrive-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header:hover {
    background: #d5e4ef;
}

#thrive-course-details-tabs .cd-tabs-header-wrap .cd-tabs-header.active {
    background: #0A2626;
    color: #F7F5F0;
    cursor: default;
}

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

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

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

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

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

#thrive-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 #3d7cb3;
    position: relative;
    cursor: pointer;
}

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

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

html .faq_i_side .widget_mtx_entrance .widget-wrap {
    background: #3d7cb3;
}

html .faq_i_side .widget_mtx_entrance .widget-wrap .btn {
    background: #F7F5F0 !important;
    color: #3d7cb3 !important;
}

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

.faq_i_content .faq-item.with-line {
    border-color: #3d7cb3;
}

/* Course Block */

.course-block {
    border-radius: 6px;
    background: #F7F5F0;
    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: #0A2626;
    padding: 10px 20px;
}

.course-block .course-type-head h6 {
    color: #F7F5F0;
    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: #0A2626;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #F7F5F0;
    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: #0A2626;
    color: #F7F5F0;
    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: #F8A91B !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 .mtx-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 .mtx-select-title {
    padding: 0px 30px 0px 0px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #3d7cb3;
    color: #0A2626;
}

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

.role-selector-wrap .mtx-select-wrapper > .mtx-select-arrow {
    margin-top: -14px;
    color: #3d7cb3 !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: #F7F5F0;
    display: block;
    z-index: -2;
}

.role-content-wrap:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #eaf1f6;
    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 #D5E4EF;
	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 #eaf1f6;
    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: #3d7cb3;
}

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.mtx-socials {
    text-align: center;
}

.staff-links.mtx-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 #D5E4EF;
}

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


/* Podcasts */

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

#podcasts .thrive-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 #D5E4EF;
}

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

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

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

.mtx-player .mtx-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;
}

.mtx-player .mtx-poem-play {
    left: 0px;
    background-color: #97C0E2;
    color: #F7F5F0;
}

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

.mtx-player.playing .mtx-poem-play {
    background-color: #0A2626;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtx-player .mtx-poem-progress .timer {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-weight: 600;
    -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;
}

.mtx-player .mtx-poem-progress .timer.current {
    left: 0px;
}

.mtx-player .mtx-poem-progress .timer.full {
    right: 0px;
}

.mtx-player .mtx-poem-progress .mtx-progress-slider {
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    left: 60px;
    right: 60px;
    cursor: pointer;
}

.mtx-player .mtx-poem-progress .mtx-progress-slider:before,
.mtx-player .mtx-poem-progress .mtx-progress-bar,
.mtx-player .mtx-poem-progress .mtx-loading-bar {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    height: 2px;
    background: #3d7cb3;
}

.mtx-player .mtx-poem-progress .mtx-progress-slider:before {
    right: 0px;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.mtx-player .mtx-poem-progress .mtx-progress-bar {
    background: #0A2626;
}

.mtx-player .mtx-poem-progress .mtx-progress-bar:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 100%;
    width: 12px;
    margin-left: -6px;
    height: 12px;
    background: #0A2626;
    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 #97C0E2;
}

.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: #97C0E2;
    color: #F7F5F0;
    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;
}

.site-container-home .site-header{
	background-color:none;
}

/*
.site-container-home .container-menu{
	background-color:rgba(0,40,85,.4);
	position: relative;
}
*/

.site-container-home .hero-image{
	height: 580px; 
	background-color:#ccc;
	background-size: cover;
  	background-blend-mode: multiply;
	background-position:center;
}

.site-container-home .menu-primary > li > a{
	color:#F7F5F0;
}
.site-container-home .fixed-top .menu-primary > li > a{
	color:#1C1C1C;
}

.site-container-home .site-header .hero-image .colband{
	position:absolute;
	bottom:0px;
}

.site-container-home .menu-primary li{
	z-index:9999;
}

.site-container-home .menu-primary a{
	z-index:10000;
}

@media (max-width: 768px) {
	.site-container-home .hero-image{
		height:530px;
		background-position:initial;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media (max-width:1199px) {
	/* Nav */
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}
	.header-search .btn-search {
		right: 6px;
	}
}

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


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


    .mtx-carousel.owl-carousel .owl-nav .owl-next {
        right: -50px;
    }

    .mtx-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, .h1, .h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3, .h3, .the-testimonial, .role-select-part, .role-select-part .mtx-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 */
    .mtx-toggle.responsive-toggle.toggle-closed .mtx-toggle-content {
        display: block;
    }

    .mtx-toggle.responsive-toggle .mtx-toggle-header {
        display: none;
    }

    .course-block.thrive-course-row .course-inner {
        padding: 30px 30px 20px;
    }

}

/* Tablets & Below */
@media (max-width: 990px) {

    .menu-primary li.menu-item.mtx-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%;
    }

    .mtx-cta .cta-title, .mtx-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;
	}

}


.navbar-toggler {
    padding-top: 30px;
    margin-top: 35px
}

.fixed-top .navbar-toggler {
    padding-top: 20px;
    margin-top: 30px
}


/* Tablets */
@media (max-width: 990px) and (min-width: 767px) {

    h1, h2, .h1, .h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3, .h3, .the-testimonial, .role-select-part, .role-select-part .mtx-select-title {
        font-size: 20px;
        line-height: 24px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 22px;
    }

    h5, .h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6, .h6, html .widget-title, html .gform_wrapper h2.gsection_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: 260px;
    }

	
    .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 0px !important;

        float: none;

    }



	.navbar-nav .btn-primary

	{

		font-size: 16px !important;

		margin-left: 0px !important;

	}



	.nav-primary .dropdown-menu.dropdown-mega-menu

	{

		-webkit-box-shadow: none !important;

		box-shadow: none !important;

		padding-top: 14px !important;

		padding-bottom: 14px !important;

	}



    .menu-primary li.menu-item.mtx-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;
    }

    #thrive-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.mtx-mega-menu > ul.sub-menu > li > a {
        font-size: 16px;
        line-height: 22px;
    }

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

    .fl-col-group-equal-height .fl-module-mtx-iconblock, .fl-col-group-equal-height .fl-module-mtx-iconblock .fl-module-content, .fl-col-group-equal-height .fl-module-mtx-iconblock .fl-module-content .icon-block {
        height: 100%;
    }

    .fl-col-group-equal-height .fl-module-mtx-iconblock {
        margin-bottom: 20px;
    }

}

/* Mobile */
@media (max-width: 767px) {

	.nav-primary .dropdown-menu.dropdown-mega-menu

	{

		-webkit-box-shadow: none !important;

		box-shadow: none !important;

		padding-bottom: 14px !important;

	}



	.navbar-nav .btn-primary

	{

		font-size: 16px !important;

		margin-left: 0px !important;

	}

    .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, .h1, .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3, .h3, .the-testimonial, .role-select-part, .role-select-part .mtx-select-title {
        font-size: 20px;
        line-height: 24px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 22px;
    }

    h5, .h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6, .h6, html .widget-title, html .gform_wrapper h2.gsection_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;
    }

	#the-page .container, .site-inner .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 #top-bar-right > div {
        margin-right: 0px
    }

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

    .mtx-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: 280px;
        width: 100%;
    }

    .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.mtx-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.mtx-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.mtx-mega-menu > ul.sub-menu:before {
        box-shadow: none;
    }

    .menu-primary > li.menu-item > ul.sub-menu, .menu-primary > li.menu-item.mtx-mega-menu > ul.sub-menu {
        width: 100%;
        position: relative;
        left: auto;
        display: none;
        padding: 0px;
    }

    .menu-primary li.menu-item.mtx-mega-menu.mega-column-3 > ul.sub-menu > li,
    .menu-primary li.menu-item.mtx-mega-menu.mega-column-3 > ul.sub-menu > li:last-child {
        padding: 10px 0px;
    }

    .mtx-menu-code {
        padding: 10px 30px;
    }

    .mtx-menu-code p {
        font-size: 14px;
        line-height: 22px;
    }

    .menu-primary > li.menu-item.mtx-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.mtx-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.mtx-mega-menu > ul.sub-menu > li:after {
        display: none;
    }

    .menu-primary li.menu-item.mtx-mega-menu.mega-column-1 > ul.sub-menu > li, .menu-primary li.menu-item.mtx-mega-menu.mega-column-2 > ul.sub-menu > li, .menu-primary li.menu-item.mtx-mega-menu.mega-column-3 > ul.sub-menu > li, .menu-primary li.menu-item.mtx-mega-menu.mega-column-4 > ul.sub-menu > li {
        width: 100%;
        float: none;
    }

    .menu-primary > li.menu-item.mtx-mega-menu {
        position: relative;
    }

    .menu-primary > li.menu-item.mtx-mega-menu > ul.sub-menu li.has-children.hover > ul.sub-menu {
        position: relative !important;
        top: 0px;
    }

    .menu-primary li.menu-item.mtx-mega-menu > ul.sub-menu ul.sub-menu li a {
        margin: 0px;
    }

    /* Forms */
    .site-container .gform_wrapper .label-click .gfield_checkbox li, .site-container .gform_wrapper .label-click ul.gfield_radio li {
        clear: both !important;
        width: 100%;
    }

    .site-container .gfield.ticker ul.gfield_checkbox li label, .site-container .gfield.ticker .gform_wrapper ul.gfield_radio li label {
        line-height: 18px;
        min-height: 24px;
    }

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

    .mtx-cta {
        position: relative;
        padding-bottom: 58px;
    }

    .mtx-cta .cta-link-wrap {
        float: none;
        margin: 0px;
        position: absolute;
        bottom: 18px;
        left: 0px;
        right: 0px;
    }

    .mtx-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 */
    #thrive-course-details-tabs .cd-tabs-header-wrap {
        display: none;
    }

    #thrive-course-details-tabs .cd-tabs-mob-header {
        display: block;
    }

    #thrive-course-details-tabs .cd-tabs-content, #thrive-course-details-tabs .cd-tabs-content.active {
        display: none;
    }

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

    #thrive-course-details-tabs .cd-tabs-content {
        padding: 20px 30px 10px;
    }

    #thrive-course-details-tabs .cd-tabs-content-wrap {
        padding: 0px !important;
    }

    .thrive-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%;
    }

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

    .mtx-post .post-img {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
    }

    #top-bar #searchform #s {
        width: 80px;
    }

    .site-container .gform_wrapper .gfield.half {
        clear: both;
        width: 100%;
    }

    #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, .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;
}

/* FL BUILDER - IMPORTED */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
    display: table;
    content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
    clear: both;
}
.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
    zoom: 1;
}
.fl-clear {
    clear: both;
}
.fl-clearfix:before,
.fl-clearfix:after {
    display: table;
    content: " ";
}
.fl-clearfix:after {
    clear: both;
}
.fl-clearfix {
    zoom: 1;
}
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
    display: none;
}
.fl-row,
.fl-row-content {
    margin-left: auto;
    margin-right: auto;
}
.fl-row-content-wrap {
    position: relative;
}
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll;
}
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
    position: relative;
}
.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
    bottom: 0;
    left: 0px;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    max-width: none;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.fl-bg-video-fallback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
    position: relative;
}
.fl-row .fl-bg-slideshow {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}
.fl-row-bg-overlay .fl-row-content-wrap:after {
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1;
}
.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.fl-row-overlap-top .fl-row-content-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.fl-row-custom-height .fl-row-content-wrap {
    min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
    min-height: calc(100vh - 48px);
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%;
}
.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
    height: auto;
}
.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
    align-items: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-align: end;
    -ms-flex-pack: end;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px;
    }
}
.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;
}
.fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after {
    content: none;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    width: 100%;
}
.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    min-height: 1px;
}
.fl-col {
    float: left;
    min-height: 1px;
}
.fl-col-bg-overlay .fl-col-content {
    position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2;
}
.fl-module img {
    max-width: 100%;
}
.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px;
}
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}
.fl-builder-content .fl-button:hover {
    text-decoration: none;
}
.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.fl-builder-content .fl-button-left {
    text-align: left;
}
.fl-builder-content .fl-button-center {
    text-align: center;
}
.fl-builder-content .fl-button-right {
    text-align: right;
}
.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle;
}
.fl-icon-wrap {
    display: inline-block;
}
.fl-icon {
    display: table-cell;
    vertical-align: middle;
}
.fl-icon a {
    text-decoration: none;
}
.fl-icon i {
    float: left;
    height: auto;
    width: auto;
}
.fl-icon i:before {
    border: none !important;
    height: auto;
    width: auto;
}
.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.fl-icon-text-empty {
    display: none;
}
.fl-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.fl-icon-text a {
    text-decoration: none;
}
.fl-icon-text span {
    display: block;
}
.fl-icon-text span.mce-edit-focus {
    min-width: 1px;
}
.fl-photo {
    line-height: 0;
    position: relative;
}
.fl-photo-align-left {
    text-align: left;
}
.fl-photo-align-center {
    text-align: center;
}
.fl-photo-align-right {
    text-align: right;
}
.fl-photo-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.fl-photo-img-svg {
    width: 100%;
}
.fl-photo-content img {
    display: inline;
    height: auto;
    max-width: 100%;
}
.fl-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fl-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}
.fl-photo-caption-hover {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #F7F5F0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
    opacity: 100;
    filter: alpha(opacity = 100);
}
.fl-builder-pagination,
.fl-builder-pagination-load-more {
    padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.fl-builder-pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
    background: #f5f5f5;
    text-decoration: none;
}
.fl-slideshow,
.fl-slideshow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fl-slideshow .fl-slideshow-image img {
    max-width: none !important;
}
.fl-slideshow-social {
    line-height: 0 !important;
}
.fl-slideshow-social * {
    margin: 0 !important;
}
.fl-builder-content .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0;
}
.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
    top: 32px !important;
}
img.mfp-img {
    padding: 0;
}
.mfp-counter {
    display: none;
}
.mfp-wrap .mfp-preloader.fa {
    font-size: 30px;
}
.fl-form-field {
    margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
    border-color: #dd6420;
}
.fl-form-error-message {
    clear: both;
    color: #dd6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter;
}
.fl-form-button-disabled {
    opacity: 0.5;
}
.fl-animation {
    opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
    opacity: 1;
}
.fl-animated {
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
    opacity: 1 !important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px;
}
.single:not(.woocommerce).single-fl-builder-template .fl-content {
    width: 100%;
}
.fl-builder-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.fl-builder-shape-layer {
    z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
    z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
    z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
    z-index: 2;
}
.fl-row-has-layers .fl-row-content {
    z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
    z-index: 2;
}
.fl-builder-layer > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.fl-builder-layer + .fl-row-content {
    position: relative;
}
.fl-builder-layer .fl-shape {
    fill: #aaa;
    stroke: none;
    stroke-width: 0;
    width: 100%;
}
@supports (-webkit-touch-callout: inherit) {
    .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important;
    }
}
@supports (-webkit-touch-callout: none) {
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important;
    }
}
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
    color: #333;
}
.fl-row-content-wrap {
    margin: 0px;
}
.fl-row-content-wrap {
    padding: 0px;
}
.fl-row-fixed-width {
    max-width: 1210px;
}
.fl-col-content {
    margin: 20px;
}
.fl-col-content {
    padding: 0px;
}
.fl-module-content {
    margin: 0px;
}
@media (max-width: 990px) {

	
    #titlebar.with-image.with-code .titlebar-img-holder {
        float: none;
        right: auto;
        left: auto;
        width: 100%;
        clear: both;
    }


    .fl-visible-desktop,
    .fl-visible-mobile,
    .fl-col-group .fl-visible-desktop.fl-col,
    .fl-col-group .fl-visible-mobile.fl-col {
        display: none;
    }
    .fl-visible-desktop-medium,
    .fl-visible-medium,
    .fl-visible-medium-mobile,
    .fl-col-group .fl-visible-desktop-medium.fl-col,
    .fl-col-group .fl-visible-medium.fl-col,
    .fl-col-group .fl-visible-medium-mobile.fl-col {
        display: block;
    }
    .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
        display: flex;
    }
}
@media (max-width: 767px) {
    .fl-visible-desktop,
    .fl-visible-desktop-medium,
    .fl-visible-medium,
    .fl-col-group .fl-visible-desktop.fl-col,
    .fl-col-group .fl-visible-desktop-medium.fl-col,
    .fl-col-group .fl-visible-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-medium.fl-col {
        display: none;
    }
    .fl-visible-medium-mobile,
    .fl-visible-mobile,
    .fl-col-group .fl-visible-medium-mobile.fl-col,
    .fl-col-group .fl-visible-mobile.fl-col {
        display: block;
    }
    .fl-row-content-wrap {
        background-attachment: scroll !important;
    }
    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
    .fl-col-group.fl-col-group-equal-height {
        display: block;
    }
    .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .fl-col-group.fl-col-group-responsive-reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -ms-box-orient: horizontal;
        -webkit-flex-flow: row wrap;
    }
    .fl-col-group.fl-col-group-responsive-reversed .fl-col {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 0;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 400px;
    }
    .fl-block-col-resize {
        display: none;
    }
}
.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
    display: none;
}
.fl-node-610ba2239b12e > .fl-row-content-wrap {
    background-color: #F7F5F0;
}
.fl-node-610ba2239b12e > .fl-row-content-wrap {
    padding-top: 60px;
    padding-bottom: 10px;
}
.fl-node-610ba2239b135 > .fl-row-content-wrap {
    background-color: #F7F5F0;
}
.fl-node-610ba2239b135 > .fl-row-content-wrap {
    padding-top: 10px;
    padding-bottom: 40px;
}
.fl-node-610ba2239b145 > .fl-row-content-wrap {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.fl-node-610ba2239b152 > .fl-row-content-wrap {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
}
.fl-node-610ba2239b14e > .fl-row-content-wrap {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 50px;
}
.fl-node-610ba2239b138 > .fl-row-content-wrap {
    background-color: #3d7cb3;
}
.fl-node-610ba2239b138 > .fl-row-content-wrap {
    padding-top: 15px;
    padding-bottom: 10px;
}
.fl-node-610ba2239b157 > .fl-row-content-wrap {
    background-color: #0A2626;
    background-image: url(https://wp.cdn.thriveftc.com/prod/uploads/2020/02/new-smaller.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.fl-node-610ba2239b157 > .fl-row-content-wrap:after {
    background-color: rgba(3, 31, 84, 0.8);
}
.fl-node-610ba2239b157 > .fl-row-content-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fl-node-610ba2239b13b > .fl-row-content-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
}
.fl-node-610ba2239b133 {
    width: 33.33%;
}
.fl-node-610ba2239b134 {
    width: 66.67%;
}
.fl-node-610ba2239b137 {
    width: 100%;
}
.fl-node-61a77de7d40d4 {
    width: 100%;
}
.fl-node-610ba2239b147 {
    width: 100%;
}
.fl-node-610ba2239b147 > .fl-col-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.fl-node-610ba2239b149 {
    width: 33.333%;
}
.fl-node-610ba2239b14b {
    width: 49.61%;
}
.fl-node-612dea450c32e {
    width: 17.05%;
}
.fl-node-610ba2239b154 {
    width: 100%;
}
.fl-node-610ba2239b154 > .fl-col-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.fl-node-610ba2239b150 {
    width: 100%;
}
.fl-node-610ba2239b150 > .fl-col-content {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.fl-node-610ba2239b13a {
    width: 100%;
}
.fl-node-6018141bdca49 {
    width: 100%;
}
.fl-node-610ba2239b13d {
    width: 100%;
}
.fl-node-610ba2239b13e > .fl-module-content {
    margin-bottom: 30px;
}
.fl-node-610ba2239b13f > .fl-module-content {
    margin-bottom: 18px;
}
.fl-node-612397b04faf3 > .fl-module-content {
    margin-bottom: 40px;
}
.fl-node-61a77de7d3fef > .fl-module-content {
    margin-top: 0px;
}
.fl-embed-video iframe {
    max-width: 100%;
}
.fl-wp-video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
}
.fl-wp-video .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.fl-wp-video .wp-video .mejs-container,
.fl-wp-video .wp-video .mejs-inner,
.fl-wp-video .wp-video .mejs-layers,
.fl-wp-video .wp-video .mejs-layer,
.fl-wp-video .wp-video-shortcode,
.fl-wp-video .me-plugin,
.fl-wp-video .me-plugin * {
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 767px) {
}
.fl-node-610ba2239b14a > .fl-module-content {
    margin-bottom: 30px;
}
.fl-node-610ba2239b14c > .fl-module-content {
    margin-bottom: 18px;
}
.fl-node-610ba2239b155 > .fl-module-content {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.fl-node-610ba2239b156 > .fl-module-content {
    margin-bottom: 20px;
}
.fl-node-610ba2239b142 > .fl-module-content {
    margin-bottom: 20px;
}
.fl-node-6018141bdca4a > .fl-module-content {
    margin-bottom: 30px;
}


/* Awareness button */
.awareness-introduction-button-container {
    padding: 20px;
}

.bg-light-blue{
	background: #e6e9e9;
}

/* Bootstrap overrides */
.pagination .page-link
{
	color: #97C0E2;
}
.pagination .page-item.active .page-link
{
	border-color:#97C0E2 !important;
	background-color:#97C0E2 !important;
	color: #F7F5F0;
}

.mm_column p{
	font-size:14px;
}

.mm_column .mm_single_link{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	padding-right:5px;
}
.mm_column .mm_single_link a{
	color: #0A2626;
	padding-left:0px !important;
	padding-right:0px !important;
	font-size:16px;
	font-weight: bold;
}

@media (max-width: 1199px) {

	.menu-primary > li > a {
		margin-right: 0px;
	}

	.dropdown-mega-menu{
		padding-top:12px !important;
		padding-left:0px;
		padding-right:0px;
		border:none 0px #F7F5F0;
	}

	.dropdown-mega-menu .mm_column p{
		display: none;
	}

	.dropdown-mega-menu .col-md-3:last-child{
		display: none;
	}	
	.mm_column .mm_single_link a{
		font-weight: normal;
	}
	.mm_column .mm_single_link {
		margin-bottom: 5px;
	}

}

.nav-primary .dropdown-menu{

	min-width:175px;

}



.nav-primary .dropdown-menu .nav-item a{

	color: #17223c;

	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: #17223c;

}



@media (max-width: 1200px) {

	.nav-primary .nav-item.dropdown > a:first-child:after{

		display:none;

	}

}





.nav-primary .dropdown-menu  .nav-item a:hover{

	color: #17223c;

	text-decoration: underline;

}

/*.mm_column .mm_single_link a:hover{
	color: #3d7cb3;
}*/

.mm_column .mm_single_link.small_link{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:none 0px #F7F5F0;
	font-size:14px;
}

.mm_column h4{
	margin-bottom:5px;
}

.mm_dark_blue{
	background-color:#D5E4EF;
}
.mm_purple{
	background-color:#F5D5ED;
}
.mm_yellow{
	background-color:#edec85;
}
.mm_orange{
	background-color:#efca9f;
}
.mm_green{
	background-color:#bef3c4;
}

.mm_purple, .mm_dark_blue, .mm_yellow, .mm_orange, .mm_green{
	border-radius:10px;
	padding-left:24px;
	padding-right:24px;
	padding-top:10px;
	padding-bottom:10px;
}

.mm_purple img, .mm_dark_blue img, .mm_yellow img, .mm_orange img, .mm_green img{
	border-radius: 10px;
}

.mm_purple p, .mm_dark_blue p, .mm_yellow p, .mm_orange p, .mm_green p{
	font-size:14px;
}

.mm_purple .mm_single_link a{
	color: #A6296E;
}

.dropdown-mega-menu{
	padding-top:0px;
	padding-bottom:0px;
}
.mm_image img{
	margin-top: 10px;
	margin-bottom: 15px;
}

.dropdown-menu{
	color:#0A2626;
}


/* menu support */

.navbar.nav-primary{
	padding:0px;
}

@media screen and (min-width: 1199px) {
.navbar.nav-primary{
		position: absolute;
		top: auto;
		bottom: 18px;
		left: 0px;
		right: -14px;
		display: block;
		padding-top:0px;
		padding-right:0px;
	}
}

.nav-primary .nav-item.dropdown>a:first-child:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-weight: 600;
    color: #FF5738
}

 /* 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 0.5s, opacity 0.3s linear;
		margin-top:0px;
	}

	.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 #eaf1f6;
		background-color: #F7F5F0;
		border-radius: 0px;
		left: 50%;
   		transform: translateX(-50%);
		transition: visibility 0.5s, opacity 0.3s linear;
		transition-delay: 250ms;
	}

	.navbar .dropdown-mega-menu{


		transition: visibility 0.5s, opacity 0.3s linear;
		transition-delay: 250ms;
		
		left:0;
		right:0;
		top:-2px;

		margin-left: calc(50% - 585px);
		margin-right: calc(50% - 585px);
		margin-top:55px !important;

		visibility: hidden;
		opacity: 0;
		transition: visibility 0.5s, opacity 0.3s linear, top 0.3s linear;

		background: none;
		border: none;
		padding-top:30px;


	}

	.dropdown-mega-menu-container{
		
		border: 0px none #F7F5F0;
		background-color: #F7F5F0;
		border-radius: 20px;

		padding:40px;

		-webkit-box-shadow: 0px 0px 22px 0px rgba(200,200,200,1);
		-moz-box-shadow: 0px 0px 22px 0px rgba(200,200,200,1);
		box-shadow: 0px 0px 22px 0px rgba(200,200,200,1);
		
	}

	.nav-item a{
		padding-left:14px !important;
		padding-right:14px !important;
	}

	
	.nav-item h4 a{
		padding-left:0px !important;
		padding-right:0px !important;
	}

	.mtx-menu-code p:last-child{
		margin-bottom:12px;
	}
 
}
p.artificial-space{
	display: none;	
}

.nav-item.bg-blue, .nav-item.bg-green,.nav-item.bg-orange, .nav-item.bg-white, .nav-item.bg-d-blue{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.nav-item.bg-blue a, .nav-item.bg-green a,.nav-item.bg-orange a, .nav-item.bg-white a, .nav-item.bg-d-blue a{
	padding-left:8px !important;
	padding-right:8px !important;
	padding-top:62px;
	padding-bottom:12px;
}
.site-header{
	background-color: #F7F5F0;
}

.fixed-top #logo, .fixed-top #compass-logo{
	margin-top: 15px;
    margin-bottom: 15px;
}

.fixed-top #logo img{
    max-width: 200px;
    width: 100%;
    height: auto;
}

.fixed-top #compass-logo img{
	width: 90px !important;
    margin-top:10px;
}

.fixed-top #compass-logo{
	display:none;
}

.fixed-top .menu-primary > li > a {
	padding-bottom:14px;
	padding-top:14px;
}

.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: "Figtree", sans-serif;
	font-size: 14px !important;
}

.section.bg-purple{
	background-color: #AA77B2 !important;
}


.nav-search {
	width: 300px;
	padding: 20px;
	background-color: #F7F5F0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0px;
	top:55px;
	z-index:10000;
	border-top:4px solid #44B493;
	margin-bottom:20px;
	margin-top:15px;
}

@media (max-width: 520px) {
	.nav-search{
		width:100%;
		position:relative;
		top:-60px !important;
	}
}


.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: 991px) {
	.nav-search {
		top:90px;
		right:0px;
	}
}
@media (max-width: 767px) {
	.nav-search {
		top:80px;
		right:0px;
	}
}

.fixed-top .nav-search{
	top: 52px;
}


.easy-autocomplete-container ul{
	display:none !important;
}



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


.site-container-home .cms-content{
	margin-top:540px;
}

.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 .mtx-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 {
	padding-top:2px;
    font-size: 11px;
    font-family: "Figtree";
	position: absolute;
	top: -6px;
	right: -5px;
	width: 15px;
	height: 15px;
	color: #F7F5F0;
	background-color: #E94739;
	border-radius: 50%;
}

  
  #menu-basket .cart .cart-basket[data-count="0"] {
	display:none !important;
  }
  .hidden-cart{
	  display:none !important;
  }

  .navigation-box{
	min-height:120px; 
	margin-top:80px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 16px;
  }

  .navigation-select{
  	width:100%;
  }

  .thrive-logo-large{
	max-width:200px;
	top:10px;
	z-index:4
  }

  img.shadow{
	-webkit-box-shadow: 0px 2px 24px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 24px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 24px 1px rgba(0,0,0,0.3);
  }

  @media (max-width: 990px){
	.navigation-box
	{
		margin-top:40px;
	}
	.navigation-select{
		width:100%;
	}
  }

  @media (max-width: 1198px){

	.thrive-logo-large{
		max-width:180px;
	  }
  }

  @media (max-width: 618px){

	.thrive-logo-large{
		max-width:140px; 
	  }
  }

  .fixed-top .thrive-logo-large{
	display:none;
  }

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

html .btn.btn-rounded-corners.btn-outline{
	background:none  !important;
	border:3px #F7F5F0 solid !important;
	color: #FFFFFF !important;
}


html .btn.btn-rounded-corners.btn-outline:hover{
	background:#F7F5F0 !important;
	border:3px #FFFFFF solid !important;
	color: #0A2626 !important;
}

html .btn.btn-yellow.btn-rounded-corners {
	border:3px solid #F8A91B !important;
}

html .btn.btn-yellow.btn-outline {
    background: #F7F5F0 !important;
	border:3px solid #F8A91B !important;
	color: #F8A91B !important;
}

html .btn.btn-yellow.btn-rounded-corners:hover {
	border:3px solid #F8A91B !important;
	color: #F8A91B !important;
	background: #F7F5F0 !important;
}

html .btn.btn-yellow.btn-outline:hover {
    background: #F8A91B !important;
	border:3px solid #F8A91B !important;
	color: #F7F5F0 !important;
}

html .btn.btn-orange.btn-outline {
	border:3px solid #FF5738 !important;
	color: #FF5738 !important;
	background-color: transparent !important;
}

html .btn.btn-orange.btn-outline:hover {
	border:3px solid white !important;
}

html .btn.btn-d-blue.btn-rounded-corners {
	border:3px solid #0A2626 !important;
}

html .btn.btn-d-blue.btn-outline {
    background: #F7F5F0 !important;
	border:3px solid #0A2626 !important;
	color: #0A2626 !important;
}

html .btn.btn-d-blue.btn-rounded-corners:hover {
	border:3px solid #13203a !important;
	background: #13203a !important;
}

html .btn.btn-d-blue.btn-outline:hover {
    background: #13203a !important;
	border:3px solid #13203a !important;
	color: #F7F5F0 !important;
}


html .btn.btn-purple.btn-rounded-corners {
	border:3px solid #922378 !important;
}

html .btn.btn-purple.btn-outline {
    background: #F7F5F0 !important;
	border:2px solid #922378 !important;
	color: #922378 !important;
}

html .btn.btn-purple.btn-rounded-corners:hover {
	border:3px solid #59163B !important;
	background: #59163B !important;
}

html .btn.btn-purple.btn-outline:hover {
    background: #59163B !important;
	border:3px solid #59163B !important;
	color: #F7F5F0 !important;
}

html .btn.btn-poppy.btn-outline {
	background-color: transparent !important;
	border:3px solid #FF5738 !important;
	color: #FFFFFF !important;
}

html .btn.btn-poppy.btn-outline:hover {
	background-color: transparent !important;
	border:3px solid #ffffff !important;
}

html .btn.btn-daffodil.btn-outline {
	background-color: transparent !important;
	border:3px solid #F7D133 !important;
	color: #FFFFFF !important;
}

html .btn.btn-daffodil.btn-outline:hover {
	background-color: transparent !important;
	border:3px solid #ffffff !important;
}

html .btn.btn-bluebell.btn-outline {
	background-color: transparent !important;
	border:3px solid #0AB2CF !important;
	color: #FFFFFF !important;
}

html .btn.btn-bluebell.btn-outline:hover {
	background-color: transparent !important;
	border:3px solid #ffffff !important;
}

html .btn.btn-mint.btn-outline {
	background-color: transparent !important;
	border:3px solid #0ACF91 !important;
	color: #FFFFFF !important;
}

html .btn.btn-mint.btn-outline:hover {
	background-color: transparent !important;
	border:3px solid #ffffff !important;
}

html .btn.btn-succulent.btn-rounded-corners {
	border:3px solid #0D7373 !important;
}

html .btn.btn-succulent.btn-outline {
    background: #F7F5F0 !important;
	border:3px solid #0D7373 !important;
	color: #FFFFFF !important;
}

html .btn.btn-succulent.btn-rounded-corners:hover {
	border:3px solid #144D4F !important;
	background: #144D4F !important;
}

html .btn.btn-succulent.btn-outline:hover {
    background: #144D4F !important;
	border:3px solid #144D4F !important;
	color: #F7F5F0 !important;
}
.panel-rounded-corners{
	border-radius: 22px;
}


.navigation-widget .select2-selection.select2-selection--single{
    min-height:40px;
	padding-top:5px;
	padding-left:10px;
}

.navigation-widget .select2-selection__arrow{
	margin-top:5px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-selection{
	text-align: center;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;    
}

.navigation-orange .select2-selection{
	background-color: #f06c31 !important;
	border-color: #f06c31 !important;
}

.navigation-orange .select2-selection .select2-selection__placeholder,
.navigation-orange .select2-selection__rendered{
	color: #F7F5F0 !important;
}


.navigation-orange  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #F7F5F0 transparent transparent transparent !important;
}

.select2-search.select2-search--dropdown{
	display:none;
}


.animated{
	display: inline;
	text-indent: 8px;
  }


  .animated span{
	animation: topToBottom 10s linear infinite 0s;
	-ms-animation: topToBottom 10s linear infinite 0s;
	-webkit-animation: topToBottom 10s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	padding-left:8px;
  }

  .animated span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
  }

  .animated span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
  }

  .animated span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
  }

  @-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
  }
  @-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
  }
  @-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
  }

	.hero-image h1.scrolltext{
		font-size:40px !important;
	}	
  
  
  @media (max-width: 990px) {
	.hero-image h1.scrolltext{
		font-size:32px !important;
		margin-left:8px;
	  }	
  }

    
  @media (max-width: 400px) {
	.hero-image h1.scrolltext{
		font-size:28px !important;
		margin-left:8px;
	  }	
  }

  .card.find-out-more{
	-webkit-box-shadow: 0px 2px 24px 1px rgba(128,128,128,0.1);
	-moz-box-shadow: 0px 2px 24px 1px rgba(128,128,128,0.1);
	box-shadow: 0px 2px 24px 1px rgba(128,128,128,0.1);
	border:0px;
	border-radius: 12px;
  }

  .card.find-out-more .card-body{
	padding-left:1.75em;
	padding-right:1.75em;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #F7F5F0;
	margin-top:-18px;
  }

  .card.find-out-more .card-body.bg-purple{
	background-color: #FBF4F9 !important;
  }
  .card.find-out-more .card-body.bg-green{
	background-color: #F5F9F4 !important;
  }
  .card.find-out-more .card-body.bg-orange{
	background-color: #FEF3F2 !important;
  }


  .card.find-out-more h3{
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
  }

  .card.find-out-more h3 a{
	color: #0A2626;
  }

  .card.find-out-more .card-img-top {
	height:175px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
  }

  .card.find-out-more p{
	font-size:16px;
  }

  .hm-icon-1,
  .hm-icon-2,
  .hm-icon-3 {
  	position: absolute;
  	left: 25%;
  	top: 50%;
  	width: 32px;
  	height: 3px;
  	background-color: black;
  	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  

.site-container-home .fixed-top .hm-icon-1,
.site-container-home .fixed-top .hm-icon-2,
.site-container-home .fixed-top .hm-icon-3{
	background-color: black;
}
	

  .hm-icon-1 {
  	transform: translateY(-8px);
  	animation-delay: 100ms;
  }

  .hm-icon-3 {
  	transform: translateY(8px);
  	animation-delay: 250ms;
  }

  .hamburger-icon {
	/*position: absolute;*/
	height: 60px;
	width: 60px;
	top: 15%;
	right: 0px;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

  .site-container-home .hamburger-icon{
		top: 60%;
  }

  @media (max-width: 768px) {
	.hamburger-icon{
		top: 25%;
	}
	.nav-item.bg-blue a, .nav-item.bg-green a,.nav-item.bg-orange a, .nav-item.bg-white a, .nav-item.bg-d-blue a{
		padding-left:8px !important;
		padding-right:8px !important;
		padding-top:42px;
		padding-bottom:12px;
	}
  }

   @media (max-width: 400px) {
	.hamburger-icon{
		right: 92px;
		top: 25%;
	  }	
  }

  .fixed-top .hamburger-icon{
	top: 15%;
  }

  .hm-icon-1.a {
  	transform: rotate(40deg);
  }

  .hm-icon-3.b {
  	transform: rotate(-40deg);
  }

  .hm-icon-2.c {
  	opacity: 0;
  }

  .hm-clear {
  	clear: both;
  }

  #slide-nav {
  	background: #0A2626;
  	position: fixed;
  	top: 0;
  	right: 0;
  	height: 100%;
  	width: 0%;
  	z-index: 10;
  	opacity: 0;
  	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
  	transition-delay: 100ms;
  }

  #slide-nav.show {
  	opacity: 1;
	width:100%;
  }

  @media (min-width: 700px) {
	#slide-nav.show {
		width:50%;
	}
  }

  @media (min-width: 1000px) {
	#slide-nav.show {
		width:40%;
	}
  }
  @media (min-width: 1600px) {
	#slide-nav.show {
		width:50%;
	}
  }


  #slide-nav ul:first-child {
  	margin: 0;
  	position: absolute;
  	top: 110px;
  	left: 40px;
	transition: top 0.2s ease-in-out;
  }

  #slide-nav .bottom-menu{
	position: absolute;
  	bottom: 30px;
  }

  .fixed-top #slide-nav ul:first-child{
	top: 60px;
  }

  #slide-nav ul li{
	list-style: none;
  }

  #slide-nav ul li a {
  	font-size: 22px;
  	color: #F7F5F0;
  	line-height: 2.2;
  }

  #slide-nav ul li > ul li a {
	font-size: 18px;
	color: #F7F5F0;
	line-height: 1.8;
}
#slide-nav .sub-menu{
	opacity: 0;
	height:0px;
	overflow: hidden;
	transition: all 250ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
}
#slide-nav .sub-menu.open{
	height:auto;
	opacity: 1;
	overflow:visible;
}

#slide-nav a.open-sub-menu{
	position: relative;
}

#slide-nav a.open-sub-menu:after{
	position:absolute;
	left:-22px;
	content: '+';
	font-size:20px;
    top:-8px;
}

.menu-link-container{
	position:absolute;
	width:100%;
	top:65px;
	padding-right:200px;
	transition: all 250ms cubic-bezier(0.62, 0.04, 0.3, 1.56)
}

.btn-menu-link{
	z-index:6;
	font-size:14px !important;
	padding-top:4px !important;
	padding-bottom:4px !important;
	border-radius: 10px !important;
}

.btn-menu-link:first-of-type{
	margin-left:15px;
}

.fixed-top .menu-link-container{
	top:30px;
}

.menu-link-container .dropdown-menu{
	left:20px;
	font-size:14px;
	font-weight: bold;
	top:27px;
	white-space: normal;
	margin-right:10px;
}
.menu-link-container .dropdown-item.active, .menu-link-container .dropdown-item:active {
	background-color: #0A2626;
}

.menu-link-container .dropdown-menu a.dropdown-item{
	white-space: normal; 
  }


.enlarge-icon {
    position: relative;
    display: inline-block;
}

.enlarge-icon:after {
    content: '';
    position: absolute;
    left: 10;
    top: 0;
    bottom: 0;
    width: 100%; 
    background: url('/Media/icons/enlarge-icon.png') center no-repeat;
    background-size: 50px
}

.site-container-home-alt.site-container-home .cms-content{
	margin-top:620px;
}


.site-container-home-alt .site-header{
	background: #0A2626 !important;
}
.site-container-home-alt .btn-menu-link.btn-d-blue{
	background: #F7F5F0 !important;
	color:#0A2626 !important;;
}


.scroll_down .site-container-home-alt .site-header{
	background: #F7F5F0 !important;
}
.scroll_down .site-container-home-alt .btn-menu-link.btn-d-blue{
	background: #0A2626 !important;
	color:#F7F5F0 !important;
}

.homepage-intro h2{
	color:#F7F5F0;
}

html .site-container-home-alt .site-header a.btn.btn-d-blue:hover {
    background: #F7F5F0!important
}

.accordions_white .btn-primary{
	background-color:#F7F5F0 !important;
	color:#102b52 !important;
	font-weight: bold;
	border-radius: 10px !important;
	padding: 18px !important;
}

.accordions_white .mtx-toggle-content{
	background-color: #F7F5F0;
	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:#F7F5F0 !important;
	color:#102b52 !important;
}


.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:#F7F5F0;
	background-color: #97C0E2;
}
.hbspt-form input[type=submit]:hover{
	background-color: #0A2626;
}

.table-scrutiny-border{
	padding:6px;
	background-color: #F7F5F0;
	border-radius: 8px;
}

.table-scrutiny{
	background-color: #d5cce2;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.table-scrutiny thead{
	background-color: #402d5c;
	color:#F7F5F0;
	text-align: center;
}

.table-scrutiny thead th{
	text-align: center;
}

.table-scrutiny thead tr th:first-child{
	text-align: left;
}

.table-scrutiny thead tr th:last-child{
	background-color: #e0e0e0;
	color:#262625;
}
.table-scrutiny tbody td{
	text-align: center;
	vertical-align: middle;
}
.table-scrutiny tbody td:first-child{
	text-align: left;
}
.table-scrutiny tbody td:last-child{
	background-color: #e4e4e4;
	color: #ababa5;
}
.table-scrutiny tbody td i{
	font-size:24px;
}

ul.tab-widget{
	border-bottom:4px #0A2626 solid;
}

ul.tab-widget .nav-link{
	padding-top:14px;
	padding-bottom:14px;
}

ul.tab-widget .nav-link.active{
	background-color: transparent;
	color: #0A2626;
	
	position: relative;
}

ul.tab-widget .nav-link.active::after{
	content:'';
	position:absolute;
	border-bottom:4px #2B679E solid;
	left:0px;bottom:-4px;width:100%;
}
@media (max-width: 768px) {
	ul.nav-pills li.nav-item{
		font-size:12px !important;
	}
}

img.radius_tl_br{
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
}

img.radius_tr_bl{
	border-bottom-left-radius: 70px;
	border-top-right-radius: 70px;
}

.img-with-bagde{
	position: relative;
}
.img-badge{
	position:absolute;
	top:-20px;
	left:12%;
	right:12%;
	text-transform: uppercase;
	color:#F7F5F0;
	font-weight: 700;
	display:block;
	font-size:13px;
	border-radius: 34px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:12px;
	text-align: center;
}

.gradient-text{
	font-size: 87px;
	line-height: 108px;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
}
.gradient-text-small{
	font-size: 48px;
	line-height: 60px;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
	display:inline-block;
}

.gradient-text-purple{
	background-image: linear-gradient(84.13deg, #F589CE 0%, #C21182 75%);
    color: transparent;
    background-clip: text;
}
.gradient-text-orange{
	background-image: linear-gradient(85.56deg, #FCB00D 6.79%, #EA9B49 35.72%, #D85D07 78.22%);
    color: transparent;
    background-clip: text;
}
.gradient-text-green{
	background-image: linear-gradient(86.51deg, #60D45C 6.67%, #75B573 60.32%, #2FA32C 95.92%);
    color: transparent;
    background-clip: text;
}
.gradient-text-blue{
	background-image: linear-gradient(84.13deg, #97C1E6 8.48%, #3D7CB3 91.52%);
    color: transparent;
    background-clip: text;
} 

.gradient-text-red{
	background-image: linear-gradient(84.13deg, #EE7674 8.48%, #E94739 91.52%);
    color: transparent;
    background-clip: text;
}

img.rounded-corners{
	border-radius: 12px;
}

  
.card.find-out-more.footer-d-blue{
	border-bottom: 8px solid #0A2626;
  }
  .card.find-out-more.footer-orange{
	border-bottom: 8px solid #f06c31;
  }
  .card.find-out-more.footer-red{
	border-bottom: 8px solid #E94739;
  }
  .card.find-out-more.footer-yellow{
	border-bottom: 8px solid #F8A91B;
  }
  .card.find-out-more.footer-green{
	border-bottom: 8px solid #44B493;
  }
  .card.find-out-more.footer-purple{
	border-bottom: 8px solid #922378;
  }
  .card .category-badge{
	font-size:12px;
	text-transform: uppercase;
	font-weight: 900;
  }

  
.courses-feed.owl-carousel .owl-stage{display: flex;}


.html-slider.owl-carousel .owl-stage{
	display: flex; margin-top:40px;
	margin-bottom: 40px;
}

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

.html-slider.owl-carousel.hide-overflow .owl-stage-outer, 
.html-slider.hide-overflow .owl-stage{
	overflow: hidden;
}

.html-slider.owl-carousel .owl-nav .owl-next,
.courses-feed.owl-carousel .owl-nav .owl-next
{
    right: -20px
}
.html-slider.owl-carousel .owl-nav .owl-prev,
.courses-feed.owl-carousel .owl-nav .owl-prev
{
    left: -20px
}

.html-slider.owl-carousel .owl-dots, 
.courses-feed.owl-carousel .owl-dots 
{
	bottom: -25px;
	opacity: 1;
	
}

.html-slider.owl-carousel .owl-dots .owl-dot,
.courses-feed.owl-carousel .owl-dots .owl-dot 
{
    background: #0A2626 !important;
}

html .html-slider.owl-carousel .owl-dots .owl-dot,
html .courses-feed.owl-carousel .owl-dots .owl-dot 
{
    width: 70px;
    height: 6px;
    border-radius: 0px;
	margin-left:0px;
	margin-right:0px;
}
html .html-slider.owl-carousel .owl-dots .owl-dot:first-child,
html .courses-feed.owl-carousel .owl-dots .owl-dot:first-child{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
html .html-slider.owl-carousel .owl-dots .owl-dot:last-child,
html .courses-feed.owl-carousel .owl-dots .owl-dot:last-child{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

@media (max-width: 660px) {
	html .html-slider.owl-carousel .owl-dots .owl-dot,
	html .courses-feed.owl-carousel .owl-dots .owl-dot 
	{
		width: 20px;
		height: 6px;
		border-radius: 0px;
		margin-left:0px;
		margin-right:0px;
	}

	html .owl-carousel .owl-nav > div {
		top: 50%;
	}
}


/* common */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
  }
  .ribbon::before,
  .ribbon::after {

  }
  .ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 18px 0;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #F7F5F0;
	font: 700 13px/1 "Figtree", sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {

  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-top-left::before {
	top: 0;
	right: 0;
  }
  .ribbon-top-left::after {
	bottom: 0;
	left: 0;
  }
  .ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
	top: -10px;
	right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-top-right::before {
	top: 0;
	left: 0;
  }
  .ribbon-top-right::after {
	bottom: 0;
	right: 0;
  }
  .ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
  }
  .ribbon-bottom-left::after {
	top: 0;
	left: 0;
  }
  .ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
	bottom: 0px;
	right: 14px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
  }
  .ribbon-bottom-right::after {
	top: 0;
	right: 0;
  }
  .ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
  }
  .ribbon-bottom-right span > em{
	display:block;
	transform: rotate(180deg);
	font-style: normal;
  }

  .silver-form-error-summary-container{
	display:none !important;
  }
  .text-white label.error{
	color:#fffecd !important;
	font-weight: bold;
  }

/* Check List */
.box-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom:20px;
}

.box-check-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.box-check-list li:before {
	content: "\f14a"; /* Font Awesome icon code */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: #0A2626; /* Custom color */
	font-size:1.2em;
}