/**              _        _
 _ __ ___   __ _| |_ _ __| |_  __
| '_ ` _ \ / _` | __| '__| \ \/ /
| | | | | | (_| | |_| |  |_|>  <
|_| |_| |_|\__,_|\__|_|  (_)_/\_\

*/

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

/* stylelint-enable */

/* 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: #222222;
    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: #3D7CB3;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
}

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

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

/* Typography */

body, button, input, input[type=text], input[type=password], input[type=email], optgroup, select, textarea, html .gform_wrapper h2.gsection_title {
    font-family: franklin-gothic-urw, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #180D3B;
}

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

h1, h2, h3, .the-testimonial, .role-select-part, .role-select-part .mtx-select-title {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: normal;
}

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

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

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

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

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

h6, 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: #fff;
    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: #eee;
    margin: 1.65em auto;
}

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

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: #002855;
    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;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.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 Pro';
    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: #ffffff;
    background: #002855;
}

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

.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(0, 40, 85, 1) 0%, rgba(0, 40, 85, 0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 40, 85, 1) 0%, rgba(0, 40, 85, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 40, 85, 1) 0%, rgba(0, 40, 85, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002855', endColorstr='#88002855', 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: #ffffff;
    border-radius: 999px;
}

.thive-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: #fff;
    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: 3px;
    border: none !important;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
    padding: 10px 18px;
    margin: 0px 6px 12px 0px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1.5px;
    height: auto;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

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: #3D7CB3 !important;
    color: #ffffff !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: #2d6393 !important;
    color: #ffffff !important;
}

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

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

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

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

html .btn.btn-orange, .fl-tabs-labels .fl-tab-active.btn-orange {
    background: #EA580C !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-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: #eaf1f6 !important;
    color: #002855 !important;
}

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

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

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

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

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

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

html a.btn.btn-purple:hover {
    background: #73165e !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: #3d7cb3 !important;
    color: #ffffff !important;
}

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

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

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

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

html .c-blue, html .c-blue p {
    color: #3D7CB3 !important;
}

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

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

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

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

html .c-green, html .c-green p {
    color: #44B493 !important;
}

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

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

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

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

html .bg-blue {
    background: #3D7CB3 !important;
}

html .bg-d-blue {
    background: #002855 !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: #EA580C !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-white {
    background: #FFFFFF !important;
}

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

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

html .bc-blue {
    border-color: #3D7CB3 !important;
}

html .bc-d-blue {
    border-color: #002855 !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: #EA580C !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: #FFFFFF !important;
}

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

/* Top Bar */

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

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

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

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

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

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

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

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

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

#top-bar a:hover {
    color: #3D7CB3;
}

/* Logo */

#logo {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

#logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

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


/* Header */

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

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

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

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

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

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

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

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

#search-bar {
    display: none;
}

.header-search {
    position: relative;
}

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

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

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

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

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

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

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

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

.menu-primary > li > a {
    font-size: 16px;
    font-weight: 600;
    filter: none;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding: 20px 14px;
    border: none;
    color: #1C1C1C;
    white-space: nowrap;
    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;
}

.menu-primary > li > a:hover, .menu-primary > li.current_page_item > a {
    color: #3D7CB3;
}

.menu-primary > li > a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -10px;
    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;
}

.menu-primary > li.sfHover > a:before {
    background: #eaf1f6;
}

/* Menu Toggle */

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

.menu-toggle > span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.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 Pro';
    font-weight: 500;
    font-size: 22px;
    position: absolute;
    top: 14px;
    right: 30px;
    width: 20px;
    line-height: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

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

.menu-primary .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: #002855;
    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: static;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #002855;
}

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

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

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

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

/* Sub Sub Menus */

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

.menu-primary li > ul.sub-menu > li.sfHover > ul.sub-menu {
    top: -1px;
}

/* 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 {
    color: #3D7CB3;
    margin-top: 0px;
}

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


/* Colband */

.colband {
    height: 6px;
    position: relative;
}

.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 #ffffff;
    background: #eaf1f6;
    box-sizing: border-box;
    z-index: 999;
}

#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 {
    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: #3D7CB3;
}

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

.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: #002855;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #3D7CB3;
}

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

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

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

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

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

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


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

/* Login */

.restrictor {
    max-width: 500px;
}

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

.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: #ffffff;
    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: #ffffff !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: "Helvetica Neue", 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: #ffffff !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: #002855;
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
}

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

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

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

/* 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: 500;
    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: #ffffff;
    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: #fff;
    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: #002855;
    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 #002855;
}

.mtx-icon-wrap.icon-block.has-text .mtx-icon-text {
    padding: 20px 20px 40px;
    color: #ffffff;
    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: #3D7CB3;
}

.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: #ffffff;
    border-radius: 6px;
    padding: 20px 20px 14px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: center;
}

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

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

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

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


/* */


/*/


/* 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_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: #ffffff;
    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: #ffffff;
    background: #3D7CB3;
    border-color: #3D7CB3;
    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 Pro';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0px;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    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;
}

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

.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: #002855;
    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: 20px 0px;
}

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

/* 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: #002855;
    color: #ffffff;
    border-radius: 6px;
    border: none;
    top: 50%;
    margin-top: -25px;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

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

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

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

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

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: #002855;
    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(0, 40, 85, 0) 0%, rgba(0, 40, 85, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002855', endColorstr='#002855', GradientType=0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

html .block-slider .slide-item .slide-overlay {
    background: #002855;
    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: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

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

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

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

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

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

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

/* Page */

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

#the-page {
    background: #eaf1f6;
}

#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 {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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

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

/* General */

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

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

/* Homepage */

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

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

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

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

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

/* Region Map */

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

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

#thrive-map .map-area {
    fill: #3D7CB3;
    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: #ffffff;
    cursor: default;
    pointer-events: none;
}

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

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

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

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

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

.subpage-item h3:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Pro';
    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: #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
}

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

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

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

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

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

.filter-block input[type=text], .filter-block select, .filter-block .mtx-select-title {
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #002855;
    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: 20px 0;
    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: #002855;
}

.course-sort .mtx-select-wrapper > .mtx-select-arrow {
    color: #002855 !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;
}

/* Single Course */

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

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

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

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

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

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

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

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

.titlebar-book-closed a:hover {
    color: #3D7CB3;
}

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

/* Course Block */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.course-block.free .stripe-wrap .stripe, .course-summary.free .stripe-wrap .stripe {
    background: #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: #002855;
}

.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: #ffffff;
    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: 30px;
    border-bottom: 1px solid #D5E4EF;
}

.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: #3D7CB3;
    color: #ffffff;
}

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

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

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

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

.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: 500;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
}

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

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

.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: #3D7CB3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.timeline-block.active .timeline-year {
    background-color: #a6296e;
}

.timeline-block-content > p:first-child {
    font-weight: 600;
}

.timeline-block .timeline-block-text {
    overflow: hidden;
}

.timeline-block .timeline-block-media {
    float: right;
    margin-left: 4%;
    width: 24%;
    margin-bottom: 20px;
}

.tl-slider.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.tl-slider.owl-carousel .owl-nav .owl-next {
    right: -10px;
}

.tl-slider .tl-img {
    height: 0px;
    padding-bottom: 100%;
    border-radius: 6px;
    overflow: hidden;
}


/* Widescreen & Above */
@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }

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

    .content-sidebar-wrap .content {
        width: 790px;
    }

    .content-sidebar-wrap .sidebar {
        width: 320px;
    }

    .menu-primary {
        display: block !important;
    }

    .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: 80px;
        padding-bottom: 80px;
    }

    .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: 4%;
        clear: none;
    }

    .staff-frac.frac3.wide-first {
        margin-left: 0px;
        clear: both;
    }

}

/* Desktop */
@media (max-width: 1200px) and (min-width: 990px) {

    h1, h2 {
        font-size: 30px;
        line-height: 36px;
    }

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

    #titlebar .titlebar-desc p {
        font-size: 20px;
        line-height: 26px;
    }

    #logo img {
        max-width: 230px;
    }

    .nav-primary {
        right: -10px !important;
    }

    .menu-primary > li > a {
        font-size: 14px;
        padding: 20px 10px;
    }

    #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) {

    .nav-primary {
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 0px;
        right: -14px;
        display: block;
    }

    /* Toggles */
    .mtx-toggle.responsive-toggle.toggle-closed .mtx-toggle-content {
        display: block;
    }

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

}

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

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

}


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

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

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

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

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

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

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

    .content-sidebar-wrap .content, .content-sidebar-wrap .sidebar {
        float: none !important;
        width: auto !important;
        margin: 0px !important;
    }

    #logo {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #logo img {
        max-width: 200px;
    }

    .nav-primary {
        display: block;
        clear: both;
    }

    .menu-primary {
        display: block;
        text-align: center;
        float: none;
    }

    .menu-primary > li {
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .menu-primary > li > a {
        padding: 8px 8px;
        font-size: 14px;
        float: none;
    }

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

}

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

    /* Nav */
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    .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) {

    h1, h2 {
        font-size: 24px;
        line-height: 30px;
    }

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

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

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

    h6, html .widget-title, html .gform_wrapper h2.gsection_title {
        font-size: 15px;
        line-height: 20px;
    }

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

    #upper-footer, #the-page, .footer-widgets, #bottom-bar, .site-header, #titlebar > .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 span {
        display: none;
    }

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

    .header-items .btn.btn-login {
        padding: 8px 12px;
    }

    .header-search .search-field {
        padding: 8px 40px 8px 12px;
        width: 140px;
    }

    .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 {
        margin-top: 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
        display: block;
        float: left;
        text-align: left;
    }

    #logo img {
        max-width: 190px;
        width: 100%;
    }

    .has-mob-logo img.site-logo {
        display: none;
    }

    .has-mob-logo img.site-mobile-logo {
        display: block;
    }

    #strapline {
        display: none !important;
    }

    html .btn.btn-large {
        padding: 10px 16px;
    }

    /* Nav */
    .nav-primary {
        margin-left: -30px;
        margin-right: -30px;
        border-bottom: 6px solid #d5e4ef;
    }

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

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

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

    .titlebar-book.sticky-book {
        position: fixed;
        bottom: 0px;
        z-index: 999;
        margin: 0px;
        right: 20px;
    }

    .titlebar-book.sticky-book .btn {
        margin: 0px;
        border-radius: 3px 3px 0px 0px;
    }


}

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

    .header-items {
        z-index: 99;
        top: 50%;
        margin-top: -18px;
    }

    .header-items .btn-login > span {
        display: none;
    }

    .header-items .btn.btn-login {
        padding: 0px;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
    }

    .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-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }


    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}

/* Awareness Session */
.elearning-panel {
    text-align: justify;
}

.elearning-panel iframe {
    border: none;
    width: 100%;
    height: 560px;
    margin-top: 20px;
}

.elearning-panel .transcriptControl {
    text-align: center;
    cursor: pointer;
    width: 200px;
    margin: 10px 100px 25px 100px;
}

.elearning-panel .transcriptContent.hide {
    display: none;
}

.elearning-panel .transcriptContent .main-panel {
    margin-left: 20px;
    margin-right: 20px;
}

.elearning-panel .transcriptContent a {
    color: #3fb894;
}

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