<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{margin: 0; padding: 0; box-sizing: border-box;}

html, body{
    padding: 0; margin: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif; color: #000; background-color: #fff; min-height: 100%;
}

body{
    min-height: 100dvh;
    background-color: #111340;
    font-size: 1rem;
}

body.page-id-16{
    color: #343a40;
    min-height: 100vh;
    background-color: #fff;
}

body#blankBody{
    background-image: none;
    background-color: #fff;
}

body#blankBody div#main3{
    padding: 15px;
    font-size: 14px;
    color: #000;
}

div, section, nav, item, article, header, footer, .relative{
    display: block;
    position: relative;
}

.abs{
    display: block;
    position: absolute;
    z-index: 2;
}

.left0{
    left: 0;
}

.top0{
    top: 0;
}

.right0{
    right: 0;
}

.bottom0{
    bottom: 0;
}

.left100{
    left: 100%;
}

.top100{
    top: 100%;
}

.right100{
    right: 100%;
}

.bottom100{
    bottom: 100%;
}

.left50{
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top50{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.top50.left50{
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.noborder{
    border: none;
}

ul{
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img a{
    border: none;
    border: 0;
}

img{
    vertical-align: middle;
}

.object-cover {
    object-fit: cover;
}

.noFloat{
    clear: both;
}

.left{
    float: left;
}

.centered{
    text-align: center;
}

.fixed-width-30{
    width: 30px;
    flex: 0 0 30px;
    -moz-flex: 0 0 30px;
    -webkit-flex: 0 0 30px;
}

.fixed-width-40{
    width: 40px;
    flex: 0 0 40px;
    -moz-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
}

.fixed-width-90{
    width: 90px;
    flex: 0 0 90px;
    -moz-flex: 0 0 90px;
    -webkit-flex: 0 0 90px;
}

.fixed-width-80{
    width: 80px;
    flex: 0 0 80px;
    -moz-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
}

.fixed-width-100{
    width: 100px;
    flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
}

.fixed-width-120{
    width: 120px;
    flex: 0 0 120px;
    -moz-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
}

.fixed-width-150{
    width: 150px;
    flex: 0 0 150px;
    -moz-flex: 0 0 150px;
    -webkit-flex: 0 0 150px;
}

.fixed-width-180{
    width: 180px;
    flex: 0 0 180px;
    -moz-flex: 0 0 180px;
    -webkit-flex: 0 0 180px;
}

.fixed-width-200{
    width: 200px;
    flex: 0 0 200px;
    -moz-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
}

.fixed-width-220{
    width: 220px;
    flex: 0 0 220px;
    -moz-flex: 0 0 220px;
    -webkit-flex: 0 0 220px;
}

.fixed-width-500{
    width: 500px;
}

.min-height-80{
    min-height: 80px;
}

.min-height-100{
    min-height: 100px;
}

.min-height-200{
    min-height: 200px;
}

.zeroopacity{
    opacity: 0;
}

.right{
    float: right;
}

.overflow, .overflow-hidden{
    overflow: hidden;
}

.important{
    color: #bb0118;
}

.row{
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.row &gt; .offset-md-3, .row &gt; .offset-md-4{
    margin-left: auto;
    margin-right: auto;
}

.row &gt; .col-md-6, .row &gt; .col-md-4{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.flexbox {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }
 
 .flex2{
    position: relative;
    text-align: left;
    padding: 0 0 0 80px;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    align-self: center;
    -webkit-align-self: center;
}

 .flex1{
     position: relative;
     text-align: left;
    align-self: center;
    -webkit-align-self: center;
 }

.table{
    display: table;
    width: 100%;
}

.tr{
    display: table-row;
}

.td{
    display: table-cell;
    vertical-align: top;
}

.hidden{
    display: none;
}

.h-inherit {
    height: inherit;
    height: 100%;
}

sup{
    font-size: 50%;
}

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

img a{
    border: none;
    border: 0;
}

h1{font-size: 26px; font-weight: 400; color: #2277ae;}
h1.relative{border-bottom: solid 1px #135079; margin-bottom: 30px;}
h3{font-size: 16px; font-weight: 600; color: #000;}
h3.firstHeading{font-size: 12px; color: #0c72a4}

.size-10{ font-size: 10px; }
.size-11{ font-size: 11px; }
.size-12{ font-size: 12px; }
.size-13{ font-size: 13px; }
.size-14{ font-size: 14px; }
.size-15{ font-size: 15px; }
.size-16{ font-size: 16px; }
.size-17{ font-size: 17px; }
.size-18{ font-size: 18px; }
.size-19{ font-size: 19px; }
.size-20{ font-size: 20px; }
.size-22{ font-size: 22px; }
.size-24{ font-size: 24px; }
.size-25{ font-size: 25px; }
.size-26{ font-size: 26px; }
.size-28{ font-size: 28px; }
.size-30{ font-size: 30px; }
.size-32{ font-size: 32px; }
.size-34{ font-size: 34px; }
.size-36{ font-size: 36px; }
.size-38{ font-size: 38px; }
.size-40{ font-size: 40px; }
.size-42{ font-size: 42px; }
.size-44{ font-size: 44px; }
.size-46{ font-size: 46px; }
.size-48{ font-size: 48px; }
.size-50{ font-size: 50px; }
.size-52{ font-size: 52px; }
.size-62{ font-size: 62px; }
.size-72{ font-size: 72px; }
.size-82{ font-size: 82px; }
.size-92{ font-size: 92px; }

div.popup{
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
}

div.popup div.insideContent{
    width: 500px;
    padding: 20px;
}

div.popup.auto-width div.insideContent{
    width: auto;
}

div.popup.popup-wide div.insideContent{
    width: 640px;
}

div.popup.fullwidth div.insideContent{
    width: auto;
    padding: 10px;
}

.closeOverlay.abs{
    display: block;
    position: absolute;
    z-index: 100;
    left: 100%;
    bottom: 100%;
    font-size: 16px;
}

.closeOverlay.abs a{
    display: block;
    position: relative;
    padding: 7px;
    color: #ccc;
    text-decoration: none;
}

.ui-tooltip {
    background: #111;  /* background color for older browsers */
    background: rgba(0,0,0,.8);  /* transparent background in modern browsers */
    color: #eee;  /* text color */
    font: normal 13px 'Lucida Grande',Arial,sans-serif;
    padding: .5em 1.2em;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    white-space: nowrap;  /* prevents text braking */
    -moz-border-radius: .6em;
    -ms-border-radius: .6em;
    -o-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border: 0;
  }

.tooltip.tooltip-blue{
    top: -20px !important;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    opacity: 1 !important;
}

.tooltip.tooltip-blue:before, .tooltip.tooltip-blue:after, .tooltip.tooltip-blue &gt; .tooltip-inner:before, .tooltip.tooltip-blue &gt; .tooltip-inner:after, .tooltip.tooltip-blue &gt; .arrow:before, .tooltip.tooltip-blue &gt; .arrow:after{
    display: none !important;
}

.tooltip.tooltip-blue &gt; .arrow{
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    z-index: 10;
    border-style: solid;
    border-width: 20px;
    border-color: #a3c8e9 transparent transparent transparent;
}

.tooltip.tooltip-blue &gt; .tooltip-inner{
    background-color: #a3c8e9;
    font-size: 16px;
    font-weight: 100;
    padding: 5px 20px;
    color: #02325A;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: auto;
    max-width: none;
    white-space: nowrap;
    z-index: 20;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.5rem;
}

.pb-6 {
    padding-bottom: 3rem;
}

.fullpadding {
    padding-bottom: 100%;
}

.padd2{
    padding: 2px;
}

.padd5{
    padding: 5px;
}

.padd10{
    padding: 10px;
}

.padd15{
    padding: 15px;
}

.padd20{
    padding: 20px;
}

.padd30{
    padding: 30px;
}

.padd40{
    padding: 40px;
}

.paddLeftRight10{
    padding-left: 10px;
    padding-right: 10px;
}

.paddLeftRight20{
    padding-left: 20px;
    padding-right: 20px;
}

.paddLeftRight30{
    padding-left: 30px;
    padding-right: 30px;
}

.paddLeftRight40{
    padding-left: 40px;
    padding-right: 40px;
}

.paddTopBottom5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddTopBottom10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddTopBottom15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.paddTopBottom20{
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

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

.h2{
    font-size: 22px;
}

.col-12,
.col-clg-2,
.col-clg-3,
.col-slg-4,
.col-slg-8,
.col-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-clg-15,
.col-xl-15,
.col-lg-15,
.col-slg-15,
.col-xlg-15,
.col-mlg-2,
.col-xlg-2,
.col-mlg-3,
.col-xs-4,
.col-xs-2,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-slg-17,
.col-mlg-17,
.col-xlg-17,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-slg-18,
.col-mlg-18,
.col-xlg-18,
.col-md-19,
.col-lg-19,
.col-xlg-19,
.col-super-item{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15, .col-15 {
    width: 20%;
    flex: 0 0 20%;
}

input, button, select, textarea {
    border: 0 none;
    border-radius: 0;
    color: #000;
    font-family: "Cuprum",Arial,Helvetica,sans-serif;
    font-size: 16px;
}

input.mf-input, textarea.mf-textarea{
    width: 100%;
    border: none;
    border: 0;
    height: auto;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0.75rem 1.25rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.mf-input.mf-fill {
    padding: 0.75rem 1.25rem;
    font-weight: bold;
    color: #02325A;
    font-size: 1rem;
    background-color: #e6eeff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.size-13 textarea.mf-textarea{
    font-size: 13px;
}

textarea.mf-textarea.bg-lightgray{
    background-color: #e8edf0;
}

textarea.mf-textarea.fullheight{
    height: 100%;
}

div.popup h2{
    margin-bottom: 20px;
}

div.popup div.regularForm input.mf-input{
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    padding: 7px;
    font-size: 16px;
    height: auto;
}

div.popup div.regularForm ::-webkit-input-placeholder {
    color: #666;
    opacity: 0.65;
}

div.popup div.regularForm :-ms-input-placeholder {
    color: #666;
    opacity: 0.65;
}

div.popup div.regularForm :-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 0.65;
}

div.popup div.regularForm ::-moz-placeholder {  /* Firefox 19+ */
    color: #666;
    opacity: 0.65;
}

div.popup div.regularForm :focus::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

div.popup div.regularForm :focus:-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 1;
}

div.popup div.regularForm :focus::-moz-placeholder {  /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

div.popup div.regularForm :focus:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

input.mf-input.mf-fill ::-webkit-input-placeholder, input.mf-input.mf-fill :-moz-placeholder, input.mf-input.mf-fill :-ms-input-placeholder {
    color: #02325A !important;
    opacity: 1 !important;
}

textarea.mf-textarea{
    height: 100px;
}

input.mf-submit, button{
    cursor: pointer;
}

div.content{
    overflow: hidden;
}

.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.checkbox &gt; input[type=checkbox], .checkbox &gt; input[type=radio]{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 20;
    cursor: pointer;
}

.checkbox.checkbox-fullcolor &gt; input[type=checkbox] + label, .checkbox.checkbox-fullcolor &gt; input[type=radio] + label{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.checkbox.checkbox-fullcolor.fullcolor-green &gt; input[type=checkbox]:hover + label, .checkbox.checkbox-fullcolor.fullcolor-green &gt; input[type=radio]:hover+ label, .checkbox.checkbox-fullcolor.fullcolor-green &gt; input[type=checkbox]:checked + label, .checkbox.checkbox-fullcolor.fullcolor-green &gt; input[type=radio]:checked+ label{
    background-color: #99CC33;
}

.checkbox.checkbox-fullcolor.fullcolor-yellow &gt; input[type=checkbox]:hover + label, .checkbox.checkbox-fullcolor.fullcolor-yellow &gt; input[type=radio]:hover+ label, .checkbox.checkbox-fullcolor.fullcolor-yellow &gt; input[type=checkbox]:checked + label, .checkbox.checkbox-fullcolor.fullcolor-yellow &gt; input[type=radio]:checked+ label{
    background-color: #FFCC00;
}

.checkbox.checkbox-fullcolor.fullcolor-red &gt; input[type=checkbox]:hover + label, .checkbox.checkbox-fullcolor.fullcolor-red &gt; input[type=radio]:hover+ label, .checkbox.checkbox-fullcolor.fullcolor-red &gt; input[type=checkbox]:checked + label, .checkbox.checkbox-fullcolor.fullcolor-red &gt; input[type=radio]:checked+ label{
    background-color: #ED403D;
}

.checkbox.checkbox-fullcolor.fullcolor-white &gt; input[type=checkbox]:hover + label, .checkbox.checkbox-fullcolor.fullcolor-white &gt; input[type=radio]:hover+ label, .checkbox.checkbox-fullcolor.fullcolor-white &gt; input[type=checkbox]:checked + label, .checkbox.checkbox-fullcolor.fullcolor-white &gt; input[type=radio]:checked+ label{
    background-color: #fff;
    box-shadow: 0 0 0 1px #e8edf0;
    -moz-box-shadow: 0 0 0 1px #e8edf0;
    -webkit-box-shadow: 0 0 0 1px #e8edf0;
}

.checkbox.checkbox-primary &gt; input[type=checkbox] + label, .checkbox.checkbox-primary &gt; input[type=radio] + label{
    display: block;
    position: relative;
    padding-left: 36px;
}

.checkbox.checkbox-primary &gt; input[type=checkbox] + label &gt; span, .checkbox.checkbox-primary &gt; input[type=radio] + label &gt; span{
    display: block;
    position: relative;
    color: #02325A;
    font-size: 1rem;
    line-height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.checkbox.checkbox-primary &gt; input[type=checkbox] + label &gt; span.size-14, .checkbox.checkbox-primary &gt; input[type=radio] + label &gt; span.size-14{
    font-size: 14px;
}

.checkbox.checkbox-primary &gt; input[type=checkbox]:hover + label &gt; span, .checkbox.checkbox-primary &gt; input[type=radio]:hover + label &gt; span{
    color: #333;
}

.checkbox.checkbox-primary &gt; input[type=checkbox] + label:before, .checkbox.checkbox-primary &gt; input[type=radio] + label:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #e6eeff;
}

.checkbox.checkbox-primary &gt; input[type=checkbox] + label:after, .checkbox.checkbox-primary &gt; input[type=radio] + label:after {
    content: "\2714";
    display: none;
    position: absolute;
    font-size: 18px;
    color: #02325A;
    top: 2px;
    left: 4px;
    line-height: 100%;
}

.checkbox.checkbox-primary &gt; input[type=checkbox]:checked + label:after, .checkbox.checkbox-primary &gt; input[type=radio]:checked + label:after {
    display: block;
}

div.arrow{
    z-index: 10;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    display: none;
}

div.arrow.activated{
    display: block;
}

div.arrow.arrownext{
    left: 100%;
    right: auto;
}

div.arrow a{
    border-style: solid;
    border-width: 15px;
    border-color: transparent #1d7cb8 transparent transparent;
}

div.arrow.arrownext a{
   border-color: transparent transparent transparent #1d7cb8;
}

div.arrow a:hover{
    border-color: transparent #176697 transparent transparent;
}

div.arrow.arrownext a:hover{
   border-color: transparent transparent transparent #176697;
}

div#overlay {
    background: url("../images/overlay.png") repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
}

div#overlay.overlayinact{
    overflow: auto;
    height: 100%;
}

div#overlay.activated{
    opacity: 1;
}

/* Header, Footer */

header{
    height: 60px;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.flex-basis {
    flex-basis: 100%;
}

.flex-column {
    flex-direction: column !important;;
}

.font-testimonial {
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pt-5 {
    padding-top: 1.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.5rem;
}


.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ps-5 {
    padding-left: 1.5rem;
}

.ps-1 {
    padding-left: 0.25rem;
}

.pe-1 {
    padding-right: 0.25rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

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

.fw-250 {
    width: 250px;
    flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
}

.w-full {
    width: 100%;
}

.w-block {
    display: block !important;
}

.w-50 {
    width: 50%;
}

.mw-167 {
    max-width: 167px;
}

.mw-275 {
    max-width: 275px;
}

.mw-500 {
    max-width: 500px;
}

.mw-700 {
    max-width: 700px;
}

.mw-900 {
    max-width: 900px;
}

.text-white {
    color: #fff;
}

.text-white-transparent {
    color: rgba(255,255,255, 0.65);
}

.text-btn {
    color: #bee52e;
}

.fw-semi-bold {
    font-weight: 600;
}

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

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

.border-2 {
    border-width: 2px;
}

.fs-header-1 {
    font-size: 3.5rem;
}

.fs-header-2 {
    font-size: 3rem;
}

.fs-header-3 {
    font-size: 2.75rem;
}

.fs-1 {
    font-size: 2rem;
}

.fs-2 {
    font-size: 1.5rem;
}

.fs-3 {
    font-size: 1.25rem;
}

.fs-4 {
    font-size: 1.5rem;
}

body.page-id-16 div#main{
    overflow: hidden;
    min-height: 100vh;
}

body.page-id-16 header{
    height: auto;
    z-index: 200;
}

body.page-id-16 header &gt; div.wrapper{
    padding-left: 25px;
    padding-right: 25px;
}

footer div.insideContent{
    border-top: solid 6px #fff;
    background-color: #1789ba;
    overflow: hidden;
}

footer div.insideContent div.shortInfo{
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
}

footer div.insideContent div.shortInfo div.phoneEmailFax{
    width: 121px;
    height: 44px;
    top: 50%;
    margin-left: 40px;
    margin-top: 25px;
    background-image: url("../images/canvasIcons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

footer div.insideContent div.shortInfo div.phoneEmailFax ul.relative{
    width: 150%;
}

footer div.insideContent div.shortInfo div.phoneEmailFax li a{
    width: 30px;
    padding: 15px 0;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
}

footer div.insideContent div.shortInfo div.phoneEmailFax li a em{
    display: none;
}

footer div.insideContent div.shortInfo div.left:first-child{
    padding-right: 40px;
    border-right: solid 1px #fff;
}

footer div.insideContent div.links{
    padding: 10px 25px;
    background-color: #333;
    font-size: 14px;
    color: #fff;
}

footer div.insideContent div.links ul.relative li.relative{
    padding: 0 10px;
}

footer div.insideContent div.links a{
    color: #fff;
    text-decoration: none;
}

footer div.insideContent div.links a:hover{
    color: #fff;
    text-decoration: underline;
}

header div.autoScroller{
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: inherit;
    transition: height 300ms ease-out 0ms;
    -moz-transition: height 300ms ease-out 0ms;
    -webkit-transition: height 300ms ease-out 0ms;
}


header div.autoScroller div.insideContent{
    height: inherit;
    background-color: #fff;
}

header.fixed div.autoScroller div.insideContent{
    box-shadow: 0 2px 20px rgba(0,0,0, 1);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0, 1);
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0, 1);
}

div#main{
    min-height: inherit;
}

header div.main, header div.main div.menuHolder{
    height: inherit;
}

header div.main div.menuHolder div.menuHolder1{
    background-color: #2d2b2c;
    height: 15%;
    z-index: 4;
}
header div.main div.menuHolder div.menuHolder2{
    background-color: #3f3f41;
    height: 85%;
    z-index: 5;
}

header.fixed div.main div.menuHolder div.menuHolder2{
    height: 100%;
}

header.fixed div.main div.menuHolder div.menuHolder1{
    display: none;
}

div.shadowEffect{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

div.shadowEffect.oposite{
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

div.shadowEffect img{
    width: 100%;
}

.wrapHomeTestimonials .oeStage {
    height: 200px;
    border-left: 6px solid #fff;
}

.wrapHomeTestimonials .wrap-single-item {
    opacity: 0;
    transition: opacity 2000ms linear 0s;
    -moz-transition: opacity 2000ms linear 0s;
    -webkit-transition: opacity 2000ms linear 0s;
}

.wrapHomeTestimonials .wrap-single-item.activated {
    opacity: 1;
}


div.logo{
    left: 30px;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
}

/* Main menu */

nav.menu{
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 1rem;
    white-space: nowrap;
}

body.page-id-16 nav.menu{
    font-size: 18px;
    text-transform: none;
    font-weight: 100;
}

nav.menu li.relative {
    padding: 1rem 0.75rem;
}

nav.menu li.relative.nopadding {
    padding: 0;
}

nav.menu li.relative a.relative{
    color: #111340;
    text-decoration: none;
    padding-bottom: 0.5rem;
    padding-top: 0.25rem;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    font-weight: 700;
}

nav.menu li.relative a.relative:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0.25rem;
    width: 0;
    background-color: #111340;
    transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -webkit-transition: all 150ms ease-in 0s;
}

.wrapCourseMenuFE nav.menu li.relative {
    padding: 0.5rem 0;
}

.wrapCourseMenuFE nav.menu li.relative a.relative {
    color: #fff;
}

.wrapCourseMenuFE nav.menu li.relative a.relative:after {
    display: none;
}

nav.menu li.relative.nopadding a.relative.btn {
    color: #2b22f9;
    border: solid 4px #2b22f9;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 1rem 0.75rem;
}

nav.menu li.relative.nopadding a.relative.btn:after {
    display: none;
}

body.page-id-16 nav.menu li.relative a.relative{
    padding: 0;
    margin: 7px 0;
}

nav.menu li.relative.current a.relative, nav.menu li.relative a.relative:hover{
    color: #202667;
    text-decoration: none;
}

nav.menu li.relative.current a.relative:after, nav.menu li.relative a.relative:hover:after {
    opacity: 1;
    width: 60%;
}

nav.menu li.relative.current a.relative.btn, nav.menu li.relative a.relative.btn:hover{
    color: #fff;
    border-color: #2b22f9;
    background-color: #2b22f9;
    text-decoration: none;
}

nav.menu li.relative.current a.relative.btn-blue, nav.menu li.relative a.relative.btn-blue:hover{
    background-color: #202667;
}

body.page-id-16 nav.menu li.relative.current a.relative, body.page-id-16 nav.menu li.relative a.relative:hover{
    background-color: transparent;
    color: #a3c8e9;
}

body.page-id-16 nav.menu li.relative.current a.relative{
    font-weight: 600;
}


/* Top Slideshow */

section.topSlideshow{
    background-color: #fff;
    overflow: hidden;
}

section.topSlideshow div.shadowEffect{
    top: -20px;
}

section.topSlideshow div.shadowEffect.oposite{
    top: auto;
    bottom: -20px;
}

section.topSlideshow div.oeStage, section.topSlideshow div.oeStage ul{
    height: inherit;
    overflow: hidden;
}

section.topSlideshow div.oeStage ul.relative{
    width: 10000%;
}

section.topSlideshow div.oeStage ul li.relative{
    overflow: hidden;
    opacity: 0;
}

section.topSlideshow div.oeStage ul li.relative.activated{
    opacity: 1;
}

section.topSlideshow div.oeStage ul li.relative div.mAOLThumb img.mAOLThumb{
    width: 100%;
    height: auto;
}

section.topSlideshow div.oeStage img{
    position: relative;
    max-width: 100%;
    background-color: #fff;
}


section.middleContent, section.mainBlocks{
    padding-top: 40px;
}


section.middleContent div.bodytext td{
    padding: 20px;
}

/* Live Courses on Home page */

div.siteContent{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

section.wrapCourses{
    background-color: #f7f7fa;
}

section.wrapCourses h1{
    padding-left: 10px;
}

section.wrapCourses div.mAOLThumb{
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    padding: 0 10px;
    box-shadow: 0 0 2px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0, 0.5);
}



section.wrapCourses div.mAOLThumb a, section.wrapCourses div.mAOLThumb img.mAOLThumb{
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    text-align: center;
}

section.wrapCourses div.mAOLThumb.activated a, section.wrapCourses div.mAOLThumb.activated img.mAOLThumb{
    opacity: 1;
}

section.wrapCourses div.imgOuter div.shadowEffect{
    top: 100%;
    margin-top: -4px;
}

section.wrapCourses div.oeStageOuter, section#wrapTestimonialsHome.wrapAboutUsHome div.oeStageOuter{
    padding: 20px 10px;
}

section.wrapCourses div.oeStage, section#wrapTestimonialsHome.wrapAboutUsHome div.oeStage{
    overflow: hidden;
    padding: 5px 0;
}

section.wrapCourses ul.relative, section#wrapTestimonialsHome.wrapAboutUsHome ul.relative{
    width: 10000%;
}

section.wrapCourses li.relative{
    width: 198px;
    padding-left: 2px;
}

section.wrapCourses li.relative item{
    width: 175px;
    background-color: #000;
    cursor: pointer;
}

section.wrapCourses li.relative item div.blackBg{
    background-color: #1d7cb8;
    transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
}

section.wrapCourses li.relative item:hover div.blackBg{
    opacity: 0.7;
}

section.wrapCourses li.relative item p{
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

section.wrapCourses li.relative item div.bodytext{
    padding: 12px;
    background-color: #145780;
}

section.wrapCourses li.relative item div.bodytext p{
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    padding: 0;
}

section.wrapAboutUsHome div.blackBg{
    background-color: #201e1e;
    color: #fff;
    padding: 40px 0;
    margin-bottom: 60px;
}

section.wrapAboutUsHome div.textContent{
    padding: 20px 100px 60px;
    color: #606060;
    font-size: 16px;
}

section.wrapAboutUsHome div.textContent div.left{
    width: 50%;
}

section.wrapAboutUsHome div.textContent div.insideContent:first-child{
    padding-right: 60px;
}

section.wrapAboutUsHome div.blackBg div.shadowEffect{
    top: 100%;
    margin-top: -4px;
}

section.wrapAboutUsHome div.blackBg h1{
    font-size: 42px;
    color: #fff;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

section.wrapAboutUsHome div.blackBg h2{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 20px;
}

section.wrapAboutUsHome div.downEffect{
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #145780;
    height: 45px;
}

section.wrapAboutUsHome div.downEffect:after{
    content: "";
    display: block;
    position: absolute;
    border-width: 28px;
    border-style: solid;
    left: 50%;
    margin-left: -28px;
    top: 100%;
    border-color: #145780 transparent transparent transparent;
}

section#wrapTestimonialsHome.wrapAboutUsHome div.blackBg{
    background-color: #2277ae;
    margin-bottom: 80px;
    padding: 60px 0;
}

section#wrapTestimonialsHome.wrapAboutUsHome div.blackBg div.shadowEffect{
    top: 0;
    margin: 0;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative{
    width: 333px;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item{
    width: 283px;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item h3{
    font-size: 16px;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item h4{
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 300;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item p{
    padding: 10px 0;
    border-top: solid 1px #989898;
    color: #989898;
    font-size: 14px;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item h3, section#wrapTestimonialsHome.wrapAboutUsHome li.relative item h4{
    font-style: italic;
    color: #145780;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item&gt;div.left, div.courseDirectors li.relative item&gt;div.left{
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 5px #145780;
    text-align: center;
    background-color: #fff;
    margin-right: 10px;
}

div.courseDirectors li.relative item div.left{
    width: 70px;
    height: 70px;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item div.left div.mAOLThumb, div.courseDirectors li.relative item div.left div.mAOLThumb{
    display: block;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -42px; 
     -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
}

div.courseDirectors li.relative item div.left div.mAOLThumb{
    width: 64px;
    height: 64px;
    margin-top: -32px;
}

section#wrapTestimonialsHome.wrapAboutUsHome li.relative item div.right, div.courseDirectors li.relative item div.right{
    width: 60%;
}

div.courseDirectors li.relative item div.right{
    width: 70%;
}

/*
Courses page
*/

div.courseMenu{
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #d2d3d5;
    z-index: 2;
    transition: top 0.3s ease-in 0s;
    -moz-transition: top 0.3s ease-in 0s;
    -webkit-transition: top 0.3s ease-in 0s;
}

div.courseMenu.activated{
    top: 100%;
}

div.courseMenu div.siteContent{
    padding: 0;
}

div.courseMenu ul.relative li.relative{
    font-size: 16px;
    color: #2277ae;
    display: none;
}

div.courseMenu ul.relative li.relative.activated{
    opacity: 1;
    
}

div.courseMenu a{
    color: #2277ae;
    text-decoration: none;
    padding: 29px 0 28px 70px;
}

div.courseMenu a span.abs{
    width: 30px;
    height: 30px;
    border: solid 4px #2277ae;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 25px;
    top: 50%;
    margin-top: -17px;
}

div.courseMenu li.relative a.activated span.abs{
    background-color: #2277ae;
}

section.wrapCourse div.leftContent{
    width: 25%;
    color: #686868;
}

section.wrapCourse div.leftContent div.bodytext{
    padding: 20px 0;
}

section.wrapCourse div.rightContent{
    width: 73%;
    border-left: dashed 1px #ccc;
}

section.wrapCourse div.rightContent div.insideContent{
    padding: 0 0 0 40px;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock{
    padding-bottom: 40px;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg h1, section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg h2{
    color: #2277ae;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg h2{
    font-size: 18px;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg.blackEdition h1{
    color: #000;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg div.content{
    padding: 20px 20px 20px 40px;
    margin-left: -40px;
    background-color: #2277ae;
    color: #fff !important;
    overflow: visible;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg.blackEdition div.content{
    background-color: #201e1e;
    text-align: center;
    font-size: 18px;
    padding: 60px 0;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg.blackEdition div.content a{
    color: #fff;
    text-decoration: underline;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg div.content div.downloadLink{
    padding: 20px 0 0;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg div.content div.downloadLink a{
    color: #fc0;
    text-decoration: underline;
    font-weight: 600;
}

section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg div.content div.downloadLink a:hover{
    color: #fff;
    text-decoration: underline;
}

section.wrapCourse div.leftContent div.mAOLThumb{
    background-color: #fff;
    height: 100px;
    padding: 0 10px;
}

section.wrapCourse div.leftContent div.mAOLThumb div.shadowEffect, section.wrapCourse div.rightContent div.insideContent div.sectionBlock.blackBg div.content div.shadowEffect{
    top: 100%;
}

section#wrapAllCourses.wrapCourses{
    background-color: transparent;
}

section#wrapAllCourses.wrapCourses div.siteContent, section#wrapCourse.wrapCourse div.siteContent{
    padding-top: 70px;
}

section#wrapAllCourses.wrapCourses h1{
    padding-left: 0;
}

section#wrapAllCourses.wrapCourses h3{
    color: #898989;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

section#wrapAllCourses.wrapCourses ul.relative{
    width: auto;
}

section#wrapAllCourses.wrapCourses ul.relative li.relative{
    width: 20%;
    padding: 0;
}

section#wrapAllCourses.wrapCourses div.oeStageOuter{
    padding: 20px 0;
}

div.courseDirectors{
    height: 750px;
}

div.courseDirectors li.relative{
    width: 50%;
    margin-bottom: 20px;
}

div.courseDirectors li.relative item{
    width: 98%;
    height: 135px;
    background-color: #f5f6f6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.courseDirectors li.relative item p{
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

div.courseDirectors li.relative item div.abs{
    background-color: #f5f6f6;
    top: 108%;
    left: 0;
    width: 690px;
    display: none;
}

div.courseDirectors li.relative item div.abs:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 20;
    width: 338px;
    left: 0;
    bottom: 100%;
    height: 20px;
    background-color: #f5f6f6;
}

div.courseDirectors li.relative.right item div.abs:before{
    left: auto;
    right: 0;
}

div.courseDirectors li.relative item.current div.abs{
    display: block;
}

div.courseDirectors li.relative item.current a.abs{
    display: none;
}

div.courseDirectors li.relative.right item div.abs{
    left: auto;
    right: 0;
}

div.courseDirectors li.relative item:hover, div.courseDirectors li.relative item:hover div.abs, div.courseDirectors li.relative item:hover div.abs:before, div.courseDirectors li.relative item.current, div.courseDirectors li.relative item.current div.abs, div.courseDirectors li.relative item.current div.abs:before{
    background-color: #d2d3d5;
}

div.courseDirectors li.relative item h3{
    font-size: 14px;
}

div.courseDirectors li.relative item a.abs{
    left: 107px;
    top: 110px;
    color: #2277ae;
    text-decoration: none;
    padding: 5px 5px 5px 25px;
    font-size: 12px;
    display: none;
}

div.courseDirectors li.relative item a.abs span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #2277ae;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

div.courseDirectors li.relative item a.abs span:after{
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -5px;
}

div.courseDirectors li.relative item p{
    font-size: 12px;
}

div.courseDirectors li.relative item div.insideContent{
    padding: 15px;
}

div.courseDirectors li.relative.right item{
    float: right;
}


div.courseHotelThumbnails{
    margin-left: -40px;
}

div.courseHotelThumbnails li.relative{
    width: 25%;
}

div.courseHotelThumbnails li.relative div.mAOLThumb{
    border: solid 2px #fff;
    border-top-width: 4px;
    background-color: #000;
    overflow: hidden;
    height: 112px;
}

div.content strong.bigger{
    font-size: 120%;
}


div.courseContact{
    padding: 60px 0 100px;
}

div.courseContact img.thumbnail{
    height: 40px;
    margin: 20px 0;
}

div.courseContact a{
    color: #000;
    text-decoration: none;
}

div.courseContact p{
    padding-bottom: 15px;
}

#frmCMLogin div.regularForm, #frmRegisterAndPayCourse div.regularForm{
    width: 50%;
    margin: 0 auto;
}

#frmCMLogin div.regularForm div.flex1{
    margin-right: 5px;
}

div.fRow{
    padding-bottom: 20px;
}

.text-100 {
    font-weight: 100;
}

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

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

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

.text-secondary{
    color: #666;
}

.text-lightgray{
    color: #ccc;
}

.text-lightgray1{
    color: #c1cae3;
}

.text-lightgray2 {
    color: #B3B3B3;
}

.text-danger{
    color: #fc6350;
}

.text-blue{
    color: #2277ae;
}

.text-red{
    color: #E61D0F;
}

.text-darkblue, .text-dark-blue{
    color: #02325A;
}

.btn-close {
    display: inline-block;
    background-color: transparent;
    font-size: 2.5rem;
    color: #fc6350;
    font-weight: normal;
}

.btn-close:hover {
    color: #fff;
}

.btn.button {
    display: inline-block;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 0.75rem 1rem;
    background-color: #bee52e;
    color: #111340;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: all 300ms ease-out 0s;
}

.btn.button:hover {
    background-color: #fff;
    color: #111340;
    text-decoration: none;
}

.btn-hover-dark-blue:hover {
    background-color: #02325A !important;
    border-color: #02325A !important;
    color: #fff !important;
}

.btn-dark-blue-outline {
    border: solid 2px #02325A !important;
    background-color: transparent !important;
    color: #02325A !important;
}

.btn-dark-blue-outline:hover {
    background-color: #02325A !important;
    border-color: #02325A !important;
    color: #fff !important;
}

.btn-large{
    padding: 3px 25px;
    font-size: 16px;
}

.btn-tinyfont{
    font-weight: 100;
}

.btn-login{
    padding: 14px 30px;
    font-size: 16px;
}

.btn-green-1 {
    background-color: #bee62f;
    border: solid 1px #bee62f;
    color: #0A246A;
}

.btn-green{
    background-color: #25b9a6;
    border: solid 1px #25b9a6;
    color: #fff;
}

.btn-green:hover{
    background-color: #19756a;
    border: solid 1px #19756a;
    color: #fff;
}

.btn-orange{
    background-color: #eeac57;
    border: solid 1px #eeac57;
    color: #fff;
}

.btn-orange:hover{
    background-color: #ee9124;
    border: solid 1px #ee9124;
    color: #fff;
}

.btn-blue{
    background-color: #3273a6;
    border: solid 1px #3273a6;
    color: #fff;
}

.btn-blue:hover{
    background-color: #135681;
    border: solid 1px #135681;
    color: #fff;
}

.btn-red-white-outline{
    background-color: #d24939;
    border: solid 3px #fff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    line-height: 100%;
}

.bg-blue-transparent{
    background-color: rgba(4,33,56,0.9);
}

.bg-white {
    background-color: #fff;
}

.bg-silver{
    background-color: #858ca0;
}

.bg-lightgray{
    background-color: #e8edf0;
}

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

.bg-darkblue{
    background-color: #02325A;
}

.bg-darkblue-1 {
    background-color: #0a0c2a;
}

.bg-secondary {
    background-color: #505050;
}

.bg-success {
    background-color: #093;
}

.bg-green-1 {
    background-color: #bee52e;
}

.circled{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn-red-white-outline.circled{
    padding: 5px 11px;
}

.btn-sup &gt; div{
    margin-top: 5px;
}

.strong{
    font-weight: 600;
}

.fullwidth{
    width: 100%;
}

.fullheight{
    height: 100%;
}

.border {
    border-style: solid;
}

.border-danger{
    border: solid 1px #fc6350;
}

.border-red {
    border-color: #E61D0F;
}

input.mf-submit{
    padding: 9px 20px;
    text-align: center;
    color: #fff;
    background-color: #2277ae;
    font-size: 14px;
}

input.mf-submit:hover{
    background-color: #000;
    color: #fff;
}

div.errMessage1{
    left: 0;
    top: 0;
    width: 100%;
    z-index: 40;
}

body &gt; div.errMessage1{
    position: fixed;
    z-index: 4000;
    text-align: center;
}

div.errMessage1 div.errContent{
    padding: 20px;
    background-color: #dc3545;
    color: #fff;
}

div.errMessage1 div.infoContent{
    padding: 20px;
    background-color: #093;
    color: #fff;
}

section#wrapCases{
    min-height: 600px;
    background-color: #eee;
}

section#wrapCases div.leftContent div.scrollable{
    width: 100%;
    left: 0;
    top: 0;
}

div.caseMenu ul.relative li.relative{
    margin-bottom: 4px;
    font-size: 16px;
    text-align: left;
}

div.caseMenu ul.relative li.relative a.relative{
    color: #666;
    text-decoration: none;
    background-color: #d2d3d5;
    padding: 10px 15px;
}

div.caseMenu ul.relative li.relative a.relative:hover, div.caseMenu ul.relative li.relative.current a.relative{
    color: #fff;
    text-decoration: none;
    background-color: #2277ae;
}

section#wrapCases div.item{
    display: none;
    padding-bottom: 60px;
}

section#wrapCases .viewallatonce div.item{
    display: block;
}

section#wrapCases .viewallatonce div.item div.fRow{
    display: none;
}

section#wrapCases div.item a{
    color: #2277ae;
    text-decoration: underline;
}

section#wrapCases div.item a:hover{
    color: #000;
    text-decoration: underline;
}

section#wrapCases div.item hr{
    border: none;
    border: 0;
    border-top: dashed 1px #ccc;
    margin-bottom: 20px;
}

section#wrapCases div.item button.mf-button{
    display: block;
    padding: 7px 25px;
    text-align: center;
    color: #fff;
    background-color: #a9cd4f;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
    transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
}

section#wrapCases div.item button.mf-button:hover{
    background-color: #748c36;
    color: #fff;
}

section#wrapCases div.item:first-child{
    display: block;
}

section#wrapCases div.item h3, section#wrapCases div.item h4{
    font-size: 18px;
}

section#wrapCases div.item h4{
    color: #2277ae;
    font-weight: 400;
}

section#wrapCases div.imageHolder &gt; div.center50{
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

section#wrapCases div.imageHolder &gt; div.center50 &gt; div.left{
    box-sizing: border-box;
    padding: 0 20px;
}

section#wrapCases div.imageHolder div.mAOLThumb{
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0, 0.3);
}

section#wrapCases div.imageHolder div.mAOLThumb div.left{
    background-color: #000;
}

section#wrapCases div.imageHolder div.mAOLThumb:hover img.mAOLThumb{
    opacity: 0.6;
    cursor: pointer;
}

section#wrapCases div.imageHolder{
    padding: 20px 0;
}

section#wrapCases div.imageHolder div.left50{
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

section#wrapCases.wrapCourse div.rightContent{
    border-left: none;
    border-left: 0;
}

section#wrapCases.wrapCourse div.rightContent div.insideContent{
    padding: 0;
    text-align: center !important;
}

section#wrapCases.wrapCourse div.rightContent div.insideContent div.bodytext.overflow.abs{
    left: 0;
    top: 0;
    width: 100%;
}

section#wrapCases.wrapCourse div.rightContent div.insideContent div.sectionBlock.overflow{
    min-height: 600px;
}

section#wrapCases div.item[data-type="finaldecision"]{
    padding: 60px 20px;
    font-size: 18px;
    font-weight: 400;
}

section#wrapCases .viewallatonce div.item[data-type="finaldecision"]{
    display: none;
}

div.wrapPulsatingButton{
    top: 60%;
    right: 29%;
    z-index: 100;
}

div.wrapPulsatingButton.wrapFAQButton{
    top: 62.91%;
    right: 30.2%;
}

div.wrapPulsatingButton.wrapAgendaButton{
    top: 55%;
    right: 16.2%;
}

div.wrapPulsatingButton.wrapWelcomeMessageButton{
    top: 33%;
    right: 48.2%;
}

div.wrapPulsatingButton.wrapBackHomeButton{
    top: 63%;
    right: 74.2%;
}

div.wrapPulsatingButton.wrapBackHelpDeskButton{
    top: 77.7%;
    right: 63%;
}

div.wrapPulsatingButton.wrapWelcomeVideoButton{
    top: 51.5%;
    right: 56.2%;
}

div.wrapPulsatingButton.wrapLiveSessionsButton{
    top: 17.91%;
    right: 25.2%;
}

div.wrapPulsatingButton.wrapAgendaHallButton{
    top: 66%;
    right: 47.8%;
}

div.wrapPulsatingButton.wrapExhibitorsButton{
    top: 80%;
    right: 15.2%;
}

div.wrapPulsatingButton.wrapLecturesButton{
    top: 58%;
    right: 64.5%;
}

div.wrapPulsatingButton.wrapJoinSessionButton{
    top: 58%;
    right: 36.9%;
}

div.wrapPulsatingButton.wrapSponsorVideoButton{
    top: 43%;
    right: 51.1%;
}

div.wrapPulsatingButton.wrapSponsorLearnMoreButton{
    top: 67%;
    right: 60.5%;
}

div.wrapPulsatingButton.wrapSponsorConnectRepresentativeButton{
    top: 78%;
    right: 45%;
}

div.wrapPulsatingButton.wrapSponsorPoster1Button{
    top: 59%;
    right: 67.5%;
}

div.wrapPulsatingButton.wrapSponsorPoster2Button{
    top: 59%;
    right: 35.2%;
}

div.wrapPulsatingButton &gt; div{
    transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
}

.pinkBg {
    background-color: #ed184f!important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.blueBg {
    background-color: #6797bf !important;
    background-image: linear-gradient(90deg, #819fc4, #89c0c8);
}

.intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}

.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple, .btn-ripple .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

.btn-ripple{
    animation: bgcolorred 2.6s infinite;
    -moz-animation: bgcolorred 2.6s infinite;
    -webkit-animation: bgcolorred 2.6s infinite;
}

/*
.intro-banner-vdo-play-btn .ripple.blueBg{
    width:260px;
    height:260px;
    margin:-130px 0 0 -130px;
    border-radius: 50%;
}
*/
.modal-lg, .modal-xl{
    max-width: none;
}

.no-modal-header .modal-header{
    border-bottom: none;
    border-bottom: 0;
}

.no-modal-header .modal-footer{
    border-top: none;
    border-top: 0;
}

.no-modal-header .modal-header &gt; .modal-title, .modal-video-transparent .modal-header, .modal-video-transparent .modal-footer {
    display: none;
}

div.modal-content{
    min-height: 300px;
}

div.modal-dialog{
    margin-top: 100px;
    margin-bottom: 60px;
}

div[data-context="wrapAllSponsorRepresentatives"] div.modal-dialog{
    margin-top: 50px;
}

div[data-context="wrapMessageIfNoCourseSession"] div.modal-content{
    min-height: 100px;
}

.inline-block{
    display: inline-block;
    vertical-align: middle;;
}

.modal-video-transparent div.modal-dialog{
    width: 100%;
    max-width: 100%;
}

.modal-lg div.modal-dialog{
    width: 100%;
    max-width: 100%;
}

.modal-xl div.modal-dialog{
    width: 100%;
    max-width: 100%;
}

.modal-video-transparent div.modal-content{
    background-color: transparent;
    border: none;
    border: 0;
}

.modal-backdrop{
    background-color: #042138;
}

.modal-backdrop.show{
    opacity: 0.9;
}

div.modal-body div#loginBlock, div.modal-body div#registerBlock, div.modal-body div#forgotPasswordBlock {
    opacity: 0;
    transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    -webkit-transition: opacity 0.5s linear 0.2s;
}

div.modal-body div.register-block-in-act div#registerBlock, div.modal-body div.login-block-in-act div#loginBlock, div.modal-body div.forgotpassword-block-in-act div#forgotPasswordBlock {
    opacity: 1;
    transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    -webkit-transition: opacity 0.5s linear 0.2s;
}

div.modal-body div#wrapOverlayBlock {
    min-height: 200px;
    height: 380px;
    overflow: clip;
    transition: all .15s linear 0.1s;
    -moz-transition: all .15s linear 0.1s;
    -webkit-transition: all .15s linear 0.1s;
}

div.modal-body div.outerTranslatedBlock {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -webkit-transition: all .25s linear 0s;
}

#frmContactInquiry input.mf-input, #frmContactInquiry textarea.mf-textarea{
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 7px;
    font-size: 1rem;
    height: auto;
    font-weight: 600;
    color: #495057;
    padding: 1.25rem 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#frmContactInquiry input.mf-input:focus::-webkit-input-placeholder, #frmContactInquiry textarea.mf-textarea:focus::-webkit-input-placeholder, #frmContactInquiry input.mf-input:focus::-moz-placeholder, #frmContactInquiry textarea.mf-textarea:focus::-moz-placeholder {
    color: #495057 !important;
}

.loginBlock input.mf-input{
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #495057;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.loginBlock input.mf-input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

div.ajaxLoader &gt; .fineloader, div.ajaxLoader &gt; div.inline-block &gt; .fineloader{
    border: 4px solid transparent;
    border-top: 4px solid #d71921;
    border-right: 4px solid #d71921;
    border-left: 4px solid #d71921;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    margin: 0;
    animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
}

div.ajaxLoader &gt; .fineloader.reverse, div.ajaxLoader &gt; div.inline-block &gt; .fineloader.reverse{
    animation: spin-reverse 1s linear infinite;
    -moz-animation: spin-reverse 1s linear infinite;
    -webkit-animation: spin-reverse 1s linear infinite;
}

div.ajaxLoader &gt; .fineloader.size75, div.ajaxLoader &gt; div.inline-block &gt; .fineloader.size75{
    border-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    display: inline-block;
    vertical-align: middle;
}

div.ajaxLoader &gt; .fineloader.size50, div.ajaxLoader &gt; div.inline-block &gt; .fineloader.size50{
    width: 50px;
    height: 50px;
}

div.ajaxLoader &gt; .fineloader.size75, div.ajaxLoader &gt; div.inline-block &gt; .fineloader.size75{
    width: 75px;
    height: 75px;
}

.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

a.dynamicX{
    width: 32px;
}

a.dynamicX &gt; div{
    height: 4px;
    background-color: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -webkit-transition: background-color 0.15s linear 0s;
}

a.dynamicX:hover &gt; div{
    background-color: #999;
}

a.dynamicX &gt; div.bars-to-close{
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

div.wrapCourseMenuFE{
    width: 320px;
    max-width: 60%;
    z-index: 200;
    min-height: 100vh;
}

div.wrapCourseMenuFE &gt; div{
    transform: translateX(320px);
    -moz-transform: translateX(320px);
    -webkit-transform: translateX(320px);
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

body.virtual-menu-on div.wrapCourseMenuFE{
    z-index: 200;
}

body.virtual-menu-on div.wrapCourseMenuFE &gt; div{
    transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
}

body.virtual-menu-on .hidden-if-virtualmenu-on{
    display: none;
}

body.virtual-menu-on a.dynamicX &gt; div.bars-to-close.close-disappear{
    opacity: 0;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
}

body.virtual-menu-on a.dynamicX &gt; div.bars-to-close.close-upper{
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 4px;
}

body.virtual-menu-on a.dynamicX &gt; div.bars-to-close.close-lower{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -4px;
}

div.wrapCourseMenuFE &gt; div{
    height: 100%;
    min-height: 100vh;
}

div.wrapCourseMenuFE nav.menu{
    padding: 80px 40px 40px 40px;
}

div.title{
    margin-bottom: 20px;
}

div.title &gt; h2{
    font-size: 20px;
    margin: 0;
}

div.title &gt; h1{
    margin: 0;
}

.grid1 div.wrapSingleItem div.image-holder &gt; div.bg-image{
    height: 0;
    padding-bottom: 56.25%;
}

div.wrapVirtualUserCourseLecturesFE div.image-holder{
    background-color: #333;
}

div.wrapVirtualUserCourseLecturesFE div.image-holder a{
    background-color: rgba(73,0,0, 0.0);
    color: rgba(255,255,255, 0);
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

div.wrapVirtualUserCourseLecturesFE div.image-holder a:hover{
    background-color: rgba(73,0,0, 0.8);
    color: rgba(255,255,255, 1);
}

.bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-top {
    background-position: center top;
    background-size: 100% auto;
}

.bg-parallax {
    background-attachment: fixed;
}

.forcedZIndex50 {
    z-index: 50;
}

.forcedZIndex100 {
    z-index: 100;
}

.forcedZIndex200 {
    z-index: 200;
}

.overlayImgWhite{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: #fff;
}

div.wrapVideoPlayIndicator{
    width: 33.65%;
    height: 36.09%;
    top: 7.32%;
    left: 29.95%;
    z-index: 200;
    background-color: rgba(0,0,0, 0.4);
}

div.wrapVideoPlayIndicator, div.wrapVideoPlayIndicator a{
    color: rgba(255,255,255, 0.5);
}

div.wrapVideoPlayIndicator:hover, div.wrapVideoPlayIndicator:hover a{
    color: #fff;
}

div#videoContainer{
    height: 0;
    background-color: #000;
    padding-bottom: 51.28%;
}

.jw-playlist-dock-btn{
    opacity: 0;
}

.lineheight100, .lh-1 {
    line-height: 100%;
}

.lineheight120, .lh-basic {
    line-height: 120%;
}

.close-modal{
    z-index: 100;
}

.close-modal &gt; a.relative{
    margin-bottom: -20px;
    margin-left: -20px;
    overflow: hidden;
    z-index: 2;
}

.close-modal &gt; a.relative:before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    background-color: #1F2640;
}

.circledProfilePhoto{
    border: solid 4px #1F2640;
    box-shadow: 0 0 0 3px #fff;
    -moz-box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    overflow: hidden;
}

hr.dotted.text-white{
    border-top: dotted 1px #fff;
}

hr.dashed.text-darkblue{
    border-top: dashed 1px #02325A;
}

.wrap-shadow-down{
    height: 40px;
    background-image: url("../images/OE_Library_Shadow.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.round0{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.round10{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.round100{
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.row.row-0{
    margin-left: 0;
    margin-right: 0;
}

.row.row-3{
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-5{
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-10{
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-0 &gt; div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.row.row-3 &gt; div[class^="col-"]{
    padding-left: 3px;
    padding-right: 3px;
}

.row.row-5 &gt; div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-10 &gt; div[class^="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}

div.wrap-tiny-line-vertical{
    width: 2px;
    height: inherit;
    background-color: rgba(255,255,255, 0.5);
    margin-left: 15px;
    margin-right: 15px;
}

#videoContainer.jwplayer.jw-flag-aspect-mode{
    height: 0 !important;
}

div.wrapSingleVirtualUserCourseSponsorFE div.wrap-tiny-line-vertical{
    margin-left: 40px;
    margin-right: 40px;
    background-color: rgba(255,255,255, 0.25);
}

label.relative{
    margin-bottom: 10px;
}

div.wrap-like-table-row:nth-child(2n){
    background-color: #cccdfd;
}

div.wrap-like-table-row:nth-child(2n+1){
    background-color: #dadbfe;
}

div.wrap-like-table-row.wrap-if-live{
    background-color: #25b9a6 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

div.wrap-like-table-row.wrap-if-live div{
    font-weight: 600 !important;
}

div.wrap-like-table-row.wrap-if-live .text-darkblue{
    color: #fff !important;
}

div.wrapAllFAQs a{
    color: #02325A;
}

div.wrapAllFAQs a.relative[data-toggle="collapse"]{
    padding-right: 40px;
}

div.wrapAllFAQs a.relative[data-toggle="collapse"][aria-expanded="false"] div.show-if-collapsed{
    color: #ccc;
}

div.wrapAllFAQs a.relative[data-toggle="collapse"][aria-expanded="true"] div.show-if-collapsed{
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #a71d2a;
}

.animated{
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

a.badge{
    padding: 7px 15px;
    font-weight: 400;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px;
}

.badge-red, .btn-red{
    background-color: #E61D0F;
    color: #fff;
}

.badge-red:hover, .btn-red:hover{
    background-color: #a0170b;
    color: #fff;
}

.basic-enlarge-07{
    transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -webkit-transform: scale(0.7,0.7);
}

.hover-enlarge:hover{
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
}

.basic-enlarge-07.hover-enlarge:hover{
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

a.dynamicX.stretched-x.text-white &gt; div{
    background-color: #fff;
}

a.dynamicX.stretched-x &gt; div.bars-to-close.close-upper{
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 4px;
}

a.dynamicX.stretched-x &gt; div.bars-to-close.close-lower{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -4px;
}

.bg-primary-sponsor-dark &gt; .wrapDarker{
    background-color: rgba(0,0,0, 0.8);
}

.wrap-sponsor-description{
    width: 100%;
    flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
}

.stretched-y{
    transform: scale(1,1.5);
    -moz-transform: scale(1,1.5);
    -webkit-transform: scale(1,1.5);
    opacity: 0.7;
}

a.stretched-y:hover{
    opacity: 1;
}

.wrapSponsorBgPhoto{
    height: 0;
    padding-bottom: 41.55%;
}

.hover-dark-overlay{
    background-color: rgba(0,0,0, 0.0);
}

.hover-dark-overlay:hover{
    background-color: rgba(0,0,0, 0.3);
}

.child-borders-5 &gt; div{
    border-color: #fff;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    min-height: 80px;
}

.wrapSlideshowFE .wrap-single-item {
    width: 100vw;
    flex: 0 0 100vw;
    -moz-flex: 0 0 100vw;
    -webkit-flex: 0 0 100vw;
}

.wrapAllCourseDirectorsFE .wrap-single-item {
    background-color: #202667;
}

.wrapAllCourseDirectorsFE .wrap-single-item:nth-child(2n) {
    background-color: #111340;
}

.wrapCoursesFE .wrap-single-item {
    border-top: solid 2px rgba(255,255,255, 0.1);
}

.wrapCoursesFE .wrap-single-item:first-child {
    border-top: none;
}

/*
//Keyframes, animations
*/

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin-reverse {
    0% { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}

@keyframes spin-reverse {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@-webkit-keyframes ripple1{
    0%{
        opacity:1;
        transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
    }
    100%{
        opacity:0;
        transform:scale(2,2);
        -moz-transform:scale(2,2);
        -webkit-transform:scale(2,2);
    }
}
@keyframes ripple1{
    0%{
        opacity:1;
        transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
    }
    100%{
        opacity:0;
        transform:scale(2,2);
        -moz-transform:scale(2,2);
        -webkit-transform:scale(2,2);
    }
}

@-webkit-keyframes bgcolorred{
    0%{
        background-color: #E61D0F;
    }
    50%{
        background-color: #a0170b;
    }
    100%{
        background-color: #E61D0F;
    }
}
@keyframes bgcolorred{
    0%{
        background-color: #E61D0F;
    }
    50%{
        background-color: #a0170b;
    }
    100%{
        background-color: #E61D0F;
    }
}

/*
Responsive design
*/

@media only screen and (max-width: 1144px) {
    section.wrapAboutUsHome div.textContent{
        padding: 20px 50px 60px;
    }
    
    section.wrapAboutUsHome div.textContent div.flex1 img{
        width: 200px;
    }
    
    section.wrapAboutUsHome div.textContent div.flex2{
        padding: 0 0 0 20px;
    }
    
    section.wrapAboutUsHome div.textContent div.insideContent:first-child{
        padding-right: 10px;
    }
    
    section#wrapAllCourses.wrapCourses h1, section#wrapAllCourses.wrapCourses h3{
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    div.siteContent{
        width: auto;
        padding: 70px 20px 0;
    }
    
    div.courseMenu a{
        padding: 29px 14px 28px 14px
    }
    
    div.courseMenu li.relative a.relative.activated{
        background-color: #2277ae;
        color: #fff;
    }
    
    div.courseMenu ul.relative li.relative.coursehotel{
        display: none;
        position: absolute;
        left: -10000px;
        top: -10000px;
    }
    
    div.courseMenu li.relative a.relative span.abs{
        display: none;
    }
    
    section.wrapCourses li.relative item{
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    div.courseHotelThumbnails li.relative{
        width: 33.33%;
    }
    
    div.courseHotelThumbnails li.relative:nth-child(4){
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    .hideIfPortrait{
        display: none;
    }
    
    div.siteContent{
        width: auto;
    }
    
    section.wrapAboutUsHome div.blackBg h1{
        font-size: 34px;
    }
    
    section#wrapLiveCourses div.siteContent{
        width: 600px;
    }
    
    section#wrapTestimonialsHome.wrapAboutUsHome  div.siteContent{
        width: 666px;
    }
    
    div.arrow{
        margin-top: -40px;
    }
    
    div.arrow a{
        border-width: 40px;
    }
    
    div.courseMenu a{
        padding: 29px 14px 28px 14px
    }
    
    div.courseMenu li.relative a.relative.activated{
        background-color: #2277ae;
        color: #fff;
    }
    
    div.courseMenu li.relative a.relative span.abs{
        display: none;
    }
    
    section.wrapCourse div.leftContent div.mAOLThumb img.mAOLThumb{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    
    section#wrapAllCourses.wrapCourses div.siteContent, section#wrapCourse.wrapCourse div.siteContent{
        padding: 70px 20px 40px;
    }
    
    section#wrapAllCourses.wrapCourses ul.relative li.relative{
        width: 25%;
        margin-bottom: 30px;
    }
    
    section.wrapAboutUsHome div.textContent div.flexbox{
        flex-direction:column;
        -webkit-flex-direction:column;
    }
    
    section.wrapAboutUsHome div.textContent div.flex1{
        align-self: flex-start;
        -webkit-align-self: flex-start;
    }
    
    section.wrapAboutUsHome div.textContent div.flex2{
        padding: 20px 0 0 0;
    }
    
    div.courseDirectors li.relative item div.left{
        display: none;
    }
    
    div.courseDirectors li.relative item div.right{
        float: none;
        width: auto;
    }
}

@media (min-width: 576px) {

    .container {
        width: 528px;
        max-width: 528px;
    }

    .col-sm-17{
        width: 14.2857%;
        flex: 0 0 14.2857%;
    }
}

@media only screen and (min-width: 768px) {

    .fs-md-4 {
        font-size: 1.5rem !important;
    }

    .md-absolute {
        position: absolute;
    }

    .btn-lg {
        font-size: 1.5rem !important;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .w-md-50 {
        width: 50%;
    }

    .mw-md-500 {
        max-width: 500px;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

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

    .py-md-5 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .py-md-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .px-md-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .pb-md-0 {
        padding-bottom: 0;
    }

    .ps-md-5 {
        padding-left: 1.5rem;
    }

    .fw-md-150 {
        width: 150px;
        flex: 0 0 150px;
        -webkit-flex: 0 0 150px;
    }

    .fw-md-200 {
        width: 200px;
        flex: 0 0 200px;
        -webkit-flex: 0 0 200px;
    }

    .fw-md-250 {
        width: 250px;
        flex: 0 0 250px;
        -webkit-flex: 0 0 250px;
    }

    .fw-md-300 {
        width: 300px;
        flex: 0 0 300px;
        -webkit-flex: 0 0 300px;
    }

    .container {
        width: 720px;
        max-width: 720px;
    }

    .fs-2, .fs-md-2 {
        font-size: 2rem;
    }

    .fs-5 {
        font-size: 1.25rem;
    }

    .fs-6 {
        font-size: 1rem;
    }

    .px-md-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .px-md-5 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    header {
        height: 111px;
    }

    #content {
        min-height: calc(100dvh - 111px);
    }

    .wrapContactPageFE {
        height: calc(100dvh - 111px);
        min-height: 400px;
    }

    .wrapSlideshowFE {
        height: calc(100dvh - 111px);
        min-height: 400px;
    }

    .border-left-md-white {
        border-left: solid 6px #fff;
    }

    .col-md-7{
        width: 58.333334%;
        flex: 0 0 58.333334%;
        -moz-flex: 0 0 58.333334%;
        -webkit-flex: 0 0 58.333334%;
    }

    .col-md-6{
        width: 50% !important;
        flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
    }

    .col-md-5{
        width: 41.66666%;
        flex: 0 0 41.66666%;
        -moz-flex: 0 0 41.66666%;
        -webkit-flex: 0 0 41.66666%;
    }

    .col-md-4{
        width: 33.3333%;
        flex: 0 0 33.3333%;
        -moz-flex: 0 0 33.3333%;
        -webkit-flex: 0 0 33.3333%;
    }

    body.page-id-16 header &gt; div.wrapper{
        padding-left: 45px;
        padding-right: 45px;
    }

    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    div.wrap-speaker-short-info{
        width: 200px;
        flex: 0 0 200px;
        -moz-flex: 0 0 200px;
        -webkit-flex: 0 0 200px;
    }

}

@media (min-width: 992px) {

    header.fixed{
        height: 111px;
    }

    header.fixed div.autoScroller{
        position: fixed;
        box-shadow: 0 0 10px rgba(0,0,0, 0.3);
    }

    header.fixed div.autoScroller .container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .wrapHomeTestimonials .oeStage {
        border-left: 10px solid #fff;
    }

    .fw-lg-300 {
        width: 300px;
        flex: 0 0 300px;
        -webkit-flex: 0 0 300px;
    }

    .pb-lg-0 {
        padding-bottom: 0;
    }

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

    .d-lg-flex {
        display: flex !important;
    }

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

    .w-lg-50 {
        width: 50%
    }

    .w-lg-75 {
        width: 75%
    }

    .col-lg-3 {
        width: 33.3333%;
        flex: 0 0 33.3333%;
        -moz-flex: 0 0 33.3333%;
        -webkit-flex: 0 0 33.3333%;
    }

    .col-lg-4{
        width: 33.3333%;
        flex: 0 0 33.3333%;
        -moz-flex: 0 0 33.3333%;
        -webkit-flex: 0 0 33.3333%;
    }

    .col-lg-5{
        width: 41.66666%;
        flex: 0 0 41.66666%;
        -moz-flex: 0 0 41.66666%;
        -webkit-flex: 0 0 41.66666%;
    }

    .col-lg-7{
        width: 58.333334%;
        flex: 0 0 58.333334%;
        -moz-flex: 0 0 58.333334%;
        -webkit-flex: 0 0 58.333334%;
    }


    .py-lg-5 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .container {
        width: 944px;
        max-width: 944px;
    }


    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    .modal-video-transparent div.modal-dialog{
        width: 860px;
        max-width: 860px;
    }

    .modal-lg div.modal-dialog{
        width: 860px;
        max-width: 860px;
    }

    .wrap-sponsor-description{
        width: 700px;
        flex: 0 0 700px;
        -moz-flex: 0 0 700px;
        -webkit-flex: 0 0 700px;
    }
}

@media only screen and (min-width: 1140px) {
    body.page-id-16 header &gt; div.wrapper{
        padding-left: 65px;
        padding-right: 65px;
    }

    .modal-xl div.modal-dialog{
        width: 1040px;
        max-width: 1040px;
    }

    div.wrap-speaker-short-info{
        width: 360px;
        flex: 0 0 360px;
        -moz-flex: 0 0 360px;
        -webkit-flex: 0 0 360px;
    }

    div.wrap-speaker-short-info div.image-holder{
        width: 90px;
        flex: 0 0 90px;
        -moz-flex: 0 0 90px;
        -webkit-flex: 0 0 90px;
    }

    div.modal-video-transparent[data-context="wrapCourseSponsors"] div.modal-dialog{
        width: 1100px;
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {

    .fw-xl-450 {
        width: 450px;
        flex: 0 0 450px;
        -webkit-flex: 0 0 450px;
    }

    nav.menu {
        font-size: 1.25rem;
    }

    nav.menu li.relative {
        padding: 1rem 2rem;
    }

    nav.menu li.relative.nopadding a.relative.btn {
        padding: 1rem 2rem;
    }


    header.fixed nav.menu li.relative {
        padding: 0.75rem 2rem;
    }

    header.fixed nav.menu li.relative.nopadding {
        padding: 0;
    }

    .fw-xl-auto {
        width: auto;
        flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
    }

    header {
        height: 170px;
    }

    #content {
        min-height: calc(100dvh - 170px);
    }

    .wrapContactPageFE {
        height: calc(100dvh - 170px);
    }

    .wrapSlideshowFE {
        height: calc(100dvh - 170px);
    }

    .btn-xl {
        font-size: 1.5rem !important;
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .w-xl-33 {
        width: 33.3333%;
    }

    .w-xl-50 {
        width: 50%;
    }

    .fs-1 {
        font-size: 3rem;
    }

    .fs-2 {
        font-size: 2.5rem;
    }

    .fs-3 {
        font-size: 2rem;
    }

    .fs-4 {
        font-size: 1.5rem;
    }

    .container {
        width: 1152px;
        max-width: 1152px;
    }

    .py-xl-5 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .py-xl-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .py-xl-7 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .pt-xl-6 {
        padding-top: 3rem;
    }

    .p-xl-6 {
        padding: 3rem;
    }

    .px-xl-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .px-xl-7 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .ps-xl-6 {
        padding-left: 3rem;
    }

    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    .col-md-17 {
        width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .col-md-18 {
        width: 12.5%;
        flex: 0 0 12.5%;
    }

    .col-md-19 {
        width: 11.1111%;
        flex: 0 0 11.1111%;
    }
}

@media (min-width: 1300px) {
    .col-clg-3 {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-clg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1352px;
        max-width: 1352px;
    }
}

@media (min-width: 1500px) {
    .col-xl-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    .col-xl-17 {
        width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .col-xl-18 {
        width: 12.5%;
        flex: 0 0 12.5%;
    }

    .col-xl-19 {
        width: 11.1111%;
        flex: 0 0 11.1111%;
    }
}

@media (min-width: 1700px) {
    .col-clg-2 {
        width: 16.666667%;
        max-width: 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-lg-15 {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }

    .col-lg-17 {
        width: 14.2857%;
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .col-lg-18 {
        width: 12.5%;
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }

    .col-lg-19 {
        width: 11.1111%;
        max-width: 11.1111%;
        flex: 0 0 11.1111%;
    }
}

@media (min-width: 2000px) {
    .col-slg-15 {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }

    .col-slg-17 {
        width: 14.2857%;
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .col-slg-18 {
        width: 12.5%;
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }

    .col-slg-19 {
        width: 11.1111%;
        max-width: 11.1111%;
        flex: 0 0 11.1111%;
    }
}

@media (min-width: 2200px) {
    .col-mlg-15 {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }

    .col-mlg-17 {
        width: 14.2857%;
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .col-mlg-18 {
        width: 12.5%;
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }

    .col-mlg-19 {
        width: 11.1111%;
        max-width: 11.1111%;
        flex: 0 0 11.1111%;
    }
}

@media (min-width: 2400px) {
    .col-xlg-15 {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }

    .col-xlg-17 {
        width: 14.2857%;
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .col-xlg-18 {
        width: 12.5%;
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }

    .col-xlg-19 {
        width: 11.1111%;
        max-width: 11.1111%;
        flex: 0 0 11.1111%;
    }
}</pre></body></html>