
@font-face {
  font-family: 'porto';
  src: url('fonts/porto.eot?20988115');
  src: url('fonts/porto.eot?20988115#iefix') format('embedded-opentype'),
       url('fonts/porto.woff2?20988115') format('woff2'),
       url('fonts/porto.woff?20988115') format('woff'),
       url('fonts/porto.ttf?20988115') format('truetype'),
       url('fonts/porto.svg?20988115#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{padding: 0;margin: 0;font-family: "Open Sans";line-height: 1.35em;font-weight: 300; color: #222; font-size: 18px;}
a{color: #111;}
a:hover{text-decoration: underline; color: #990000;}


h1,h2,h3,h4,h5,h6 { color: #222;}

h1 {
    font-size: 2.85rem;
    font-weight: 300;
}
h2{font-size: 2.2rem; line-height: 1.6;font-weight: 300;}
h3{font-size: 1.8rem; line-height: 1.4;letter-spacing: 0px;}
.touch-slide-quote h3{line-height: 1.2em;}
h2 small{line-height: 2;}
h2 big {font-size: 39px; font-weight: bold;}
h4,h5{ color: #555;}

.uk-lightbox {
    background: rgba(0, 0, 0, 0.75);
}
.btn-vs-g {
    background-color: #f3f3f300;
    padding: .35rem 2.25em;
    border: 2px solid;
}
h2.featurette-heading.clips:after {
    content: "New";
    width: 60px;
    height: 30px;
    background-color: #990000;
    display: table;
    position: absolute;
    top: -10%;
    left: 64%;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
}

h2.featurette-heading.clips:before {
    content: " ";
    border-top: 26px solid #990000;
    border-bottom: 0px solid #99000000;
    border-right: 26px solid #99000000;
    position: absolute;
    display: block;
    top: 0;
    right: 33.6%;
}
.navbar {

  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 0px 8px #DDDDDD5e;
  box-shadow: 0px 0px 8px #DDDDDD5e;
  padding: .55em;

}

.nav-item.active .nav-link { color: #990000;}

.navbar-nav li {
    padding: 0 1em;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.65;
}

.youtube-player {
    background: url(../images/yt-photo.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}
.youtube-player button {
    width: 100%;
    background: rgba(0, 0, 0, 0.1) url(https://img.icons8.com/material-outlined/96/FFFFFF/circled-play.png) no-repeat 50% 50%;
    background-size: 5em;
    border: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.youtube-player iframe {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.youtube-player button:before {
    content: "";
    display: block;
    padding-top: 56.2222222222%;
}
.youtube-player button:hover {
    background-color: rgba(0, 0, 0, 0.02);
    background-image: url(https://img.icons8.com/material/96/FFFFFF/circled-play.png);
}
a.navbar-brand img {/*padding: 0.5em 0;*/}
a.navbar-brand span {
    font-size: 14px;
    font-weight: 500;
}
a.navbar-brand span:after {
    content: " ";
    height: 2px;
    display: block;
}
.nav-container {
    max-width: 1600px;
}

nav.navbar svg {
    color: #990000;
}

a.nav-link img {
    max-width: 39px;
    width: 100%;
    -webkit-filter: brightness(3);
    filter: brightness(3);
    /*border: 1px solid #0000;
    padding: 3px;*/
}

a.nav-link:hover img {
    width: 100%;
    -webkit-filter: sepia(10) saturate(180) hue-rotate(30deg) brightness(0.8);
    filter: sepia(10) saturate(180) hue-rotate(30deg) brightness(0.8);
    /*border: 1px solid;
    padding: 3px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.nav-item:hover:last-child:after {
display: none
}


li.nav-item:hover:after {
    content: "";
    width: 100%;
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.nav-item:after {
    content: "";
    background: #990000;
    bottom: -10px;
    display: block;
    content: "";
    left: 0px;
    position: relative;
    width: 0%;
    min-width: 0px;
    height: 2px;
    transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

h6.dropdown-header {
    font-size: 9px;
    /*padding: 0em 2em 1em 2em;*/
    text-transform: uppercase;
}

.dropdown-item.indent {
    padding-left: 2.5em;
}

.dropdown-toggle::after {
    content: '\e81c';
    font-family: "porto";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -7px;
    border-color: transparent;
    vertical-align: -0.01em;
}

img{border-radius: 5px;}
img.img-responsive {max-width: 100%;     height: auto;}
img.img-fluid.school-logo {
    max-width: 90px;
    margin: auto;
    display: table;
    padding: 1em;
}
.js-filter img {
    max-width: 90px;
}
.my-hero {
    background: url(../images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    /*background-color: #ddd;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee) ,color-stop(50%, #fff));
    background: linear-gradient( to bottom, #eee 0% ,#fff 50%);*/

}
.lesson .l-bg p {
    border: none;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    padding: 2.5em 1em;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    background-color: #FFF;
    min-height: 140px;
    /* background: -webkit-gradient( linear, left top, left bottom, color-stop(30%, #f2f2f2) ,to(#fefefe)); */
    /* background: linear-gradient( to bottom, #f2f2f2 30% ,#fefefe); */
    border: 1px solid #EEE;
    -webkit-box-shadow: 0px 0px 20px #EEE;
    box-shadow: 0px 0px 20px #EEE;
    border-radius: 5px;
}

.l-bg p {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.js-filter.uk-grid>* {
    padding-left: 0px;
}

.outline {
    border: none;
    -webkit-box-shadow: 0px 0px 20px #DDD;
    box-shadow: 0px 0px 20px #DDD;
    border-radius: 5px;
    padding: 2em 1.8em;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    min-height: 460px;
    background-color: #FFF;
}

.outline:after {
    content: " ";
    background: url(../images/red_check_icon-01.svg);
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 36px;
    display: table;
    margin: auto;
    background-size: contain;
    left: 128px;
}
.outline-v2 {
    border: none;
    -webkit-box-shadow: 0px 0px 20px #DDD;
    box-shadow: 0px 0px 20px #DDD;
    border-radius: 5px;
    padding: 1em 1.8em;    margin: 1em 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    background-color: #FFF;
    min-height: 460px;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 2s ease-in-out left;
    transition: 2s ease-in-out left;
}
.outline-v2.classroom {
min-height: 360px;
}

.outline-v2.classroom img{
max-width: 120px;padding: .5em;
}

.outline-v2 ul ,.check-icon ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.outline-v2 ul li:before,.check-icon ul li:before{
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f14a";padding:0 .5em ;color: #d16061;

}


h6.ftitle {
    font-size: 24px;
    margin-top: -.2em;
    font-weight: 300;
}

.touch-slide-quote.nopic.biggest
{background-color: #FFF; border-radius:5px; padding:4em 2em;margin:3em 2em }

.touch-slide-quote.nopic.biggest:before {
    font: normal normal normal 66px/1 FontAwesome;
    content: "\f10d";
    padding: 0 .5em;
    position: absolute;
    top: 17%;
    left: 15%;
}

sup {
    color: #990000;
    font-weight: 400;

}

.blog-text{min-height: 110px;}
.clips-bg{

    background: url(../images/clips-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}
.clips-bg-2{

    background: url(../images/clips-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

/*.clips-callout p:before {
    content: "•";
    width: 15px;
    height: 60px;
    display: table;
    float: left;
}*/
.clips-icon ,.school{ width: 100%;}

.school img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.clips-icon img {
    max-width: 70px;
    margin-left: 5.5em;
    padding-bottom: 1em;
    /*-webkit-filter: brightness(1.5);
    filter: brightness(1.5);*/
    display: table;
}

.clips-icon p {
    padding: 0;
    font-size: 15px;
    display: inline-block;
    margin-left: 3.6em;
    line-height: 1.7;
}

.schools span,.partners span {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    color: #555;
}
hr{border-top:1px solid #EEE;}

.greenline {
    background-color: #7cc576;
    height: 8px;
    width: 4vw;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: left;
    display: inline-block;
}
.clips-icon b {
    font-weight: 600;
    display: block;
    line-height: 1.8;
    margin-bottom: .5em;
    margin-top: 1em;
    margin-left: 3em;
    letter-spacing: 1px;
}
.clips-icon h2 {
    font-size: 4rem;
    display: inline;
    line-height: 1.8;
    margin-top: 1em;
    margin-left: 1em;
    letter-spacing: 1px;
    color: #333;
}
.clips-icon.green h2{

    color: #7cc576;
}

.clips-icon.green .n-value{

    color: #7cc576;
    font-weight: 400;
}


.outline * {margin-left: inherit !important;}

.outline img {margin:auto !important}

/*
b, strong {
    font-weight: 600;
  display: block;
  margin-bottom: 1rem;
    line-height: 1.8;
}
*/
p{line-height: 1.5em;}

p big {line-height: 1.5;}

p.copyright {
    font-weight: 400;
}

.btn:hover,
.btn.btn-outline-login:focus,
.btn:active{
    -webkit-transition : ease 1s;
    transition : ease 1s;

}
.my-arrow:after {
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 150px;
    height: 100px;
    left: 170px;
    top: 20px;
}
.over-hidden{ overflow: hidden;}

.f-nav a {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.f-nav a:first-child:before { display: none;}
.f-nav a:before {
    content: " ";
    width: 1px;
    height: 10px;
    background-color: #222;
    display: inline-block;
    margin-right: 20px;
}

.f-support i{ color: #990000;font-size: 2rem;}

.f-social {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
}

.f-social > a {
    width: auto;
}

.f-social i{ color: #FFF; padding-left: 0.15rem ;}

.f-icons ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    text-align: center;
    display: table;
}

.f-icons ul li {
    display: inline-table;
    margin: 0 1.5em;
    font-size: 12px;
}
.f-icons img { max-height: 40px;}

.facebook-icon{
    background:#3b5998 ;
}

.twitter-icon{
    background: #1da1f2 ;
}

.youtube-icon{
    background: #ff0000 ;
}

.linkedin-icon{
    background: #0073b1 ;
}


.img-product a img {  padding-bottom: 1em;}


.featurette {padding: 6em 0 ;}
.edu-card{ font-size: 13px; padding: 6em 0 ;    color: #393939;}

.home-slider h3 {color: #00c3e6;}

.home-slider h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #111;
}

ul.home-slider li.active h5{
 color:#d16061;
}

ul.home-slider li h5:before{
   content: "";
    width: 100%;
    background-color: #333;
    height: 3px;
    position: relative;

    bottom: -2em;
    display: block;
}
ul.home-slider li.active h5:before{
   content: "";
    width: 100%;
    background-color: #d16061;
    height: 3px;
    position: relative;
    bottom: -2em;
    display: block;
}

.myvb-slider h3 {color: #FA6900;}

.row {margin: 0;}
.controls ul { padding: 0;}

.vcenter-block {
   -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yt-ready{position: relative;display:block;cursor:pointer;}
.yt-play-btn:hover{opacity: 0.85;}
.yt-play-btn img {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn-orange { background: -webkit-gradient(linear,right top, left top,from(#FA6900), to(#ffa74c)); background: linear-gradient(to left,#FA6900, #ffa74c); color: #FFF; }


.btn-vs {
    color: #FFF;
    background-color: #990000;
    padding: .375rem 2.25em;
    /* border-radius: 5rem; */
}
.btn-vs.full{ width: 90%;}

.btn-vs.small {
    border: 1px solid #999;
    padding: .175rem .5em;
}


.btn-vs:hover {
    color: #fff;
    background-color: #bf0000;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#990000), color-stop(50%, #e40000), to(#990000));
    background-image: linear-gradient(90deg, #990000 0%, #e40000 50%, #990000 100%);*/
    background-position: 50% 0;
    background-size: 200% 200%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}


.btn-outline-login { color: #222; border: 1px solid #555; padding: .25rem 2rem; margin-top: .75rem;}
.btn-outline-login:hover {
    color: #fff;
    background-color: #bf0000;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#990000), color-stop(50%, #e40000), to(#990000));
    background-image: linear-gradient(90deg, #990000 0%, #e40000 50%, #990000 100%);*/
    background-position: 50% 0;
    background-size: 200% 200%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.discover { padding-top: 2.5em; padding-bottom: 3.5em; }
.discover img {border-bottom-right-radius:0;border-bottom-left-radius:0;}


.myvb-btn:hover {-webkit-filter: hue-rotate(90);filter: hue-rotate(90)}


q:before{
  font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    top: 5px;
    position: relative;}

q:after{ font-family: 'Source Sans Pro', sans-serif;font-size: 2.5rem;float:right;position: absolute; padding: 0em;}

.custom-toggler.navbar-toggler {
    border-color:none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#990000' stroke-width='2' stroke-linecap=' ' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



footer {
    color: #222;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #ddd;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee) ,color-stop(50%, #fff));
    background: linear-gradient( to bottom, #eee 0% ,#fff 50%);
    padding-top: 3.5em;
}

/*footer:after {
    content: " ";
    background: url(../images/Shape-w.png) 50% 50% /cover;
    position: relative;
    height: 640px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
}*/

footer a { line-height: 1.7;}
footer a:hover { color: #990000;}
.fixed-top,.topnav {
  background-color: #FFF;
}

/** UI KIT3  Customize begin**/
/*.uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
    top: 40%;
}*/
.uk-slidenav {color: #111;}
.uk-slider-container-fluid{overflow:hidden;}
.uk-slider-container {
    overflow:inherit;
}
.uk-panel .img-block{padding:0 8em 11em 8em;}
.uk-panel .quote-block{

    padding: 1em ;
    max-width: 800px;
    margin: auto;

}
.uk-panel .quote-block i {
    font-size: 16px;
}
.uk-panel .quote-block img {padding:0;min-width: 30px;border-radius: 100%;}
.uk-panel .quote-block p { color: #555; margin-top: 1em;  font-size: 14px;
    font-family: 'Merriweather', 'Times', 'Times New Roman', serif;
    line-height: 1.5em;
    font-style: italic;
}
.uk-panel .quote-block p a:hover{ color: #333; text-decoration: underline;}
.uk-panel .quote-block p a{color: #555;text-decoration: underline;font-size: 14px;}

.uk-panel .quote-block b {
    font-size: 1.25rem;
    display: block;
    margin-bottom: .5em;
}

.uk-active.uk-transition-active .uk-panel {
    opacity: 1;
}

.uk-panel {
    opacity: 0.15;
}

.uk-panel .img-block img{
    -webkit-box-shadow: 0px 0px 20px #DDD;
    box-shadow: 0px 0px 20px #DDD;
    border-radius: 5px;

}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 10px;
}
/*
.uk-panel .img-block img{
    opacity: 0.25;
    -webkit-box-shadow: 0px 0px 20px #DDD;
    box-shadow: 0px 0px 20px #DDD;
    border-radius: 5px;

}

.uk-active.uk-transition-active img {
    opacity: 1;

}
li.uk-width-3-4 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.uk-transition-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;

}
*/

/** UI KIT3  Customize End **/


/** BS4 Customize **/

.carousel-indicators li {  background-color: #999;    border-radius: 50px; width: 10px; height: 10px;}
.carousel-indicators .active { background-color: #d16061;}
.card{
border: none;
-webkit-box-shadow: 0px 0px 20px #DDD;
box-shadow: 0px 0px 20px #DDD;
border-radius: 5px;
margin:1em;padding: 0;
-webkit-transition: 1s ease;
transition: 1s ease;
}

.card-list.short .card-body {
    position: relative;
    padding-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
}

.card-list .card-body {
    position: relative;
    padding: 1.5em;
}


.card-list .card-body .row-btn {
    position: absolute;
    bottom: 20px;
    width: 84%;
}

.row .card:hover {
    -webkit-box-shadow: 0px 0px 20px #acd2d2;
    box-shadow: 0px 0px 20px #acd2d2;
}

.home-card-title{ color: #00c3e6;font-size: 1.25em;font-style: italic;    line-height: 1.5;}
.home-card-text{min-height: 90px; text-align: center;}

/** BS4 Customize **/




@media all and (-ms-high-contrast:none){
*::-ms-backdrop, img.img-responsive{ width: 100%; }
*::-ms-backdrop, .xs-cover{background-color: #598ec6 !important;}
 }



/** block_overlay **/

.pd-sub-icon {
    padding: 0.2em 0;
    font-size: 2.5em;
  text-shadow: 0px 0px 10px #999;
}

.block {
    overflow: hidden;
}

.block .block-overlay:hover {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overlay-fade-in {
    overflow: hidden;
}


.block-overlay {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 10px;
    left: 0px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  overflow: hidden;
}
.block-overlay.icon-visible {

    opacity: 0.5;
}

.block-overlay h4{ color: #FFF;}
.block-overlay-mobile {display: none;}
.block .block-overlay-mobile .align-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.block .block-overlay .align-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.block-overlay p {
    padding: 0 55px;
}


.block-pd {
  padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #FFF;
  margin-bottom: 1em;
}

.block-article-pd {
    position: absolute;
    bottom: 10px;
    padding: 1.5em;
    min-height: 160px;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.9);
    color: #FFF;
    font-size: 18px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/** block_overlay **/

/** full-modal  **/


.full-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF
}

.full-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer
}

.full-modal .close-modal .lr {
    z-index: 1;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.full-modal .close-modal .lr .rl {
    z-index: 2;
    width: 1px;
    height: 75px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#videoModal.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px !important;
}

#videoModal.modal { background-color: rgba(0, 0, 0, 0.85);z-index: 10500;}

#videoModal .modal-header {
    min-height: 16.43px;
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
    z-index: 999;
}

#videoModal .modal-header .close { margin-top: -20px;}
#videoModal .modal-body { position: relative;  padding: 1em 0;}
#videoModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  border: none;
  background-color:transparent; border: none;
}
#videoModal .modal-dialog { max-width: 1280px;margin: 8% auto; }

.vs-close span:hover { color: #AAA;}

.vs-close {
    position: absolute;
    color: #AAA;
    font-size: 4rem;
    text-decoration: none;
    top: -0.6em;
    right: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 2003;
}

#dlgResult.modal {
    background: rgba(0, 0, 0, 0.3);
}


/** full-modal **/

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    color: #333;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 8px #DDDDDD5e;
    box-shadow: 0px 0px 8px #DDDDDD5e;
}




.rc-feature{padding: 3.5em 0;margin: auto;}
.home-application-icon{padding: 3em 0;}
.home-application-icon li {
    font-size: 16px;
    list-style: none;
    display: inline-table;
    background-color: #FFF;
    margin: .5em;
    padding: 1em 1.5em;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #FFF;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.home-application-icon li:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
ul.home-application-icon p {
    min-height: 4.5rem;
    max-width: 140px;
  margin: auto;
}
ul.home-application-icon img {
    background-color: #FFF;
    padding: 1em;
    width: 100px;
}
.home-application-icon{
  padding: 3em 0;
}

.app-application-icon li {
    font-size: 12px;
    list-style: none;
    display: inline-block;
    background-color: #FFF;
    margin: .1em;
    padding: .5em 1em;
    font-weight: 600;
    border: 1px solid #FFF;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    min-width: 100px;
}
.app-application-icon li:hover {

    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
ul.app-application-icon img {
    background-color: #FFF;
    padding: 1em;
    width: 60px;
}


.scale-bline{
    background-color: #EAEAEA;
    height: 1px;
    width: 3vw;
    margin: auto;
    display: block;
}

.scale-bline-s{
    background-color: #7cc576;
    height: 8px;
    width: .5vw;
    margin: auto;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 2em;
}

.my-nav-link {
    color: #666;
    font-weight: 400;
    margin: .5em;
    /*text-transform: uppercase;*/
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 5px;
    letter-spacing: 1px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: .375rem 2.25em;
}

.my-nav-link:hover { color: #222; text-decoration: none;border: 1px solid #222; }

.my-nav-link.active, .uk-active .my-nav-link {

    -webkit-transition: all 1s ease;
    transition: all 1s ease;

    border: 1px solid #999;
    color: #FFF;
    background-color: #990000;
}


.home-quote{ padding: .45em .5em;  -webkit-box-shadow: 0px 0px 8px #5555552e;  box-shadow: 0px 0px 8px #5555552e; border-radius: 10em;}
.home-kv{ margin: auto; background: url(../images/home-kv-bg.png);background-size: cover;}
.home-kv h1{color:#FA6900;font-size: 36px ;font-weight: 800; margin: auto; line-height: 1.4;}
.home-top-button{width: 660px;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 1em 0; margin: auto;}
.touch-slide-quote{max-width:1000px;margin: auto; padding: 0em 2.5em;  min-height: 450px;text-align: center;}
.touch-slide-quote.nopic{ min-height: 250px;}
.touch-slide-quote q{ font-size: 1rem; color: #555; font-style: italic; line-height: 1;}
.touch-slide-quote p b {font-style: italic; font-family: 'Merriweather', 'Times', 'Times New Roman', serif; line-height: 1.5em; }
.dark-title h2 , .dark-title h3{
    color: #222;
}

.app-benefits h2 small{
font-size: 1.2rem;
font-weight: 800;
color: #FA6900;
}

.app-benefits img {
    max-width: 150px;
}


/**  Custom Carousel **/

.blue-carousel {
    padding-bottom: 40px;
}

#custom_carousel ul.carousel-indicators,
#custom_carousel_square ul.carousel-indicators,
#custom_carousel_square_blue ul.carousel-indicators,
.blue-carousel ul.carousel-indicators
{
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.blue-carousel ul.carousel-indicators {
    bottom: 0px;
}

#custom_carousel ul.carousel-indicators li,
#custom_carousel_square ul.carousel-indicators li,
#custom_carousel_square_blue ul.carousel-indicators li,
.blue-carousel ul.carousel-indicators li
{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #DDD;
    border: 1px solid #fff0;
    border-radius: 20px;
  margin:0 .5em;
}

.blue-carousel ul.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 0.8em;
}

#custom_carousel ul.carousel-indicators .active ,
#custom_carousel_square ul.carousel-indicators .active ,
#custom_carousel_square_blue  ul.carousel-indicators .active,
.blue-carousel ul.carousel-indicators .active
{
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #00c3e6;
  margin:0 .5em;
}

.blue-carousel ul.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 0.8em;
}

#custom_carousel .controls {
    display: table;
    margin: auto;
}


ul.home-slider li ,ul.myvb-slider li{
    position: relative;
    display: table-cell;
    padding: 2em 1em;
}
ul.home-slider li.active h3 { color: #FA6900;}
ul.home-slider li.active {opacity: 1}
/*ul.home-slider li{opacity: 0.5}*/

ul.home-slider li { cursor: pointer;}
.spc-groups * {
    font-family: "Open Sans";
    font-weight: 600;
}


.carousel-inner {
    overflow: hidden;
    /*max-width: 900px;*/
    margin: auto;
}
.carousel-control.left {
    left: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: .9;
   margin-left: -10%;
}

.carousel-control.right {
    right: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: .9;
   margin-right: -10%;
}

.carousel .carousel-control.left span,
.carousel .carousel-control.right span{
  opacity: 0; -webkit-transition: all 2s ease; transition: all 2s ease; }

.carousel:hover .carousel-control.left span,
.carousel:hover .carousel-control.right span{
  opacity: 1;  -webkit-transition: all 1s ease;  transition: all 1s ease;}

.carousel_square .carousel-control.left span,
.carousel_square .carousel-control.right span{
  opacity: 0;   -webkit-transition: all 2s ease; transition: all 2s ease; }

.carousel_square:hover .carousel-control.left span,
.carousel_square:hover .carousel-control.right span
{ opacity: 1;  -webkit-transition: all 1s ease;  transition: all 1s ease;}

.carousel_square{position: relative;margin: auto;}
.carousel_square_content{width: 45%; float: right; position: absolute; z-index: 11;  right: 0;}
.carousel_square_content p {margin-left: 10.5em;margin-top: 1.5em;margin-right: 2em;}
.sq-title{background-color: rgba(250, 105, 0, 0.9); padding:1.5em;}
.sq-title h3 { color: #FFF;}
.carousel_square_photo{width: 70% ;float: left;     padding-top: 3em;}

.left-sq .carousel_square_photo{ width: 70%;float: right;  padding-top: 3em; right: 0; position: absolute; }
.left-sq .carousel_square_content{  width: 45%; float: left; z-index: 11; left: 0;position: inherit;}
.left-sq .carousel_square_content{  width: 45%; float: left; z-index: 11; left: 0;position: inherit;}
.left-sq .carousel_square_content p {
    margin-right: 10.5em;
  margin-left: 0;
    margin-top: 1.5em;
    padding-left: 1.5em;
}
.sq-title {
    padding: 1.5em;
  margin: 0 .25em;
  border-radius: 5px;
}
.left-sq .sq-title {
    padding: 1.5em;
  margin: 0 .25em;
  background-color: rgba(0, 195, 230, 0.9);
  border-radius: 5px;
}

.carousel { width: 100%;}
.carousel-item {  }
.carousel-item.dark{ color:#222;}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23202020;stroke-linecap:round;stroke-miterlimit:6;stroke-width:3px;}%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='63 23 36 50 63 77'/%3E%3C/svg%3E");
  /* background-color: #f9f9f9; */
    width: auto;
    background-size: 50%;
    border-radius: 50%;
    padding: 3.5em;
    opacity: .7;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23202020;stroke-linecap:round;stroke-miterlimit:6;stroke-width:3px;}%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='36 23 63 50 36 77'/%3E%3C/svg%3E");
  /* background-color: #f9f9f9; */
  width: auto;
  background-size: 50%;
  border-radius: 50%;
  padding: 3.5em;
  opacity: .7;
}
 .carousel-control-next, .carousel-control-prev {opacity: 1;  width: 10%;}





/**  Custom Carousel **/

section::before, section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.adoptive:after {
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%)translateY(-50%) rotate(45deg);
    transform: translateX(-50%)translateY(-50%) rotate(45deg);
    background-color: #FFF;
}
.adoptive-form:after {
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%)translateY(-50%) rotate(45deg);
    transform: translateX(-50%)translateY(-50%) rotate(45deg);
    background-color: #eee;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 60%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}


.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 0px #000;
}

.slick-prev { left: -25px;  display: none;}

.slick-prev:before {
    content: '\f104';
    color: #333;
    /*background-color: #bdbdbd;
    padding: .4em .7em;
    border-radius: 50%;*/
}

.slick-next { right: -25px;   display: none;}
.slick-next:before {
  content: '\f105';
    color: #333;
   /* background-color: #bdbdbd;
    padding: .4em .7em;
    border-radius: 50%;*/
}

/* Dots */

.slick-slider { margin-bottom: 30px;}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus { outline: none;}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before { opacity: 0.75; }

.slick-content {
  max-width: 1200px;
  margin: auto;
 /* padding: 0 6%;*/
  max-height:150px;
  overflow: hidden;
  position: inherit;
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
  margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {margin: auto;}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

/** Slick Slider End **/


/* bounce arrow */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.my-arrow {
    position: relative;
    bottom: 15%;
}

.bounce {
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

/* bounce arrow */



@media (min-width: 1366px){

.iframe_height{height:640px;}
.vs-pills-top .banking{ margin-top: -8em;}

}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .35rem;
    padding-left: .35rem;
}

}

@media (max-width: 1366px){

 body {font-size: 16px;}
.carousel-control.left {display: none; }
.carousel-control.right{display: none; }
h2{font-size: 1.5rem; }
.h3, h3 { font-size: 1rem; }
.home-slider h5 {
    font-size: .8rem;
    }
}

@media (max-width: 1280px){

h2.featurette-heading.clips:after,h2.featurette-heading.clips:before { display: none;}
.uk-panel .img-block {
    padding: 0 8em 14em 8em;
}

.clips-icon img,.clips-icon p,.clips-icon b,.clips-icon h2 {  margin-left: inherit;}

.clips-icon.green h2 {
    font-size: 3rem;
}
.js-filter img {
    max-width: 60px;
}

.js-filter *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 0px;
}
.outline {
    padding: .75em;
    min-height: 500px;
    }
.outline:after {
    bottom: 30px;
    width: 24px;
    height: 24px;
    left: 75px;
}
.clips-icon p {
    line-height: 1.5;
}
.lesson .l-bg p{
font-size: 14px;
padding: .5em;
}
.l-bg {
    padding: .2em;
}

.navbar-brand img {

    max-width: 160px;
    padding: 0 .5em;
}
.navbar-nav {
width: 100%;
    display: inline-block;
    }

.navbar-nav li.nav-item.nav-icon {
    width: 12.5%;
    padding: 0 .5em;
    float: left;
    text-align: center;
}
.navbar-nav li.nav-item.nav-mobile {
    float: left;
    width: 15%;
    text-align: center;
}
.btn-outline-login {
        margin-top: .85rem;
    padding: .25rem 1.25rem;
}

a.nav-link img {
    max-width: 38px;
    }
}

@media(max-width:34em) {

.nav-item.active .nav-link:after {
    content: "▶";
    height: auto;
    background-color: transparent;
    margin-top: 1em;
    display: block;
    bottom: 0;
    position: relative;
    margin: auto;
    text-align: center;
    width: initial;
    float: left;
    margin-right: .5em;
  font-size: 12px;
}

.navbar .navbar-nav>.nav-item {
    float: none;
    padding-left: 1em;
    margin-left: 0;
    padding: 0 1em;
    line-height: 1.5;
}
.navbar .navbar-nav {
        float:none !important;
    }
.navbar .collapse.in, .navbar .collapsing  {
        clear:both;
    }
}


@media(max-width: 767px) {

h1 {
    font-size: 1.5rem;
    font-weight: 400;
    }

.carousel-indicators { bottom: -10px;}

.btn-vs,.btn-vs-g {
    padding: .375rem .75rem;
    width: 100%;
}

.navbar-brand img {

    max-width: 160px;
    padding: 0 .5em;
}
.navbar-nav {

    display: inline-block;
    }

.navbar-nav li.nav-item.nav-icon {
    float: left;
    padding: .5em .75em;
    width: 25%;
}
.navbar-nav li.nav-item.nav-mobile {
    float: left;
    width: 27.5%;
}
.btn-outline-login {
    margin-top: .35rem;
    padding: .25rem 1.25rem;
}

a.nav-link img {
    max-width: 38px;
    }
.btn-vs.full {
    width: 100%;
}
.my-arrow:after {
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 150px;
    height: 100px;
    left: 170px;
    top: 20px;
    display: none;
}
.clips-icon img {
    max-width: 60px;
    margin: auto;
    padding: 0em 1em;
    float: left;
}

.clips-icon b {
    margin: 0;
    margin-bottom: .5em;
    display: inline-block;
}
.clips-icon p {
    margin-left: 4em;
}
.clips-icon.green h2, .clips-icon.green p{
    width: 100%;
    margin-left: 0em;
}
.outline {
    min-height: inherit;
    margin: 1em auto;
}
.outline:after {
    content: " ";
    background: url(../images/red_check_icon-01.svg);
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    display: table;
    margin: auto;
    background-size: contain;
    left: 5px;
}

.outline p { margin-left: 4em !important;}
.l-bg {
    padding: 0 .5em;
}
.uk-position-bottom {
    position: relative !important;
}
.uk-position-small[class*=uk-position-center-left],
.uk-position-small[class*=uk-position-center-right] {
    top: 35%;
}
.uk-panel .quote-block p,.uk-panel .quote-block p a {font-size: 12px;}

.blog-text{min-height: inherit;}
.my-nav-link {
    letter-spacing: 0px;
    display: inline-table;
    font-size: 12px;
    padding: .375rem .5em;
    min-width: inherit;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;

    }

.featurette {padding: 1em 15px ;}
.featurette-heading {
    padding-top: .5em;
}
b, strong {margin-top: .25rem;}
p.copyright { font-size: 12px;}

.uk-panel .quote-block i {
    font-size: 14px;
}

.f-icons { margin-bottom: 1em;}
.f-icons img {
    max-height: 45px;
    padding: 1em 0;
}
.f-icons ul li {
    margin: 0 .75em;
    }
.f-nav a {

    display: table;
}
ul.f-nav {
    padding: 2em 4em;
}
.f-nav a:first-child:before { display:inline-block;}
.f-nav a:before { margin-right: 10px;}

.facebook-icon,.twitter-icon,.youtube-icon,.linkedin-icon{padding: .8em .45em;}

li.f-social i {
    font-size: 22px;
}

.touch-slide-quote q {
    font-size: 13px;
    font-weight: 400;
}
.uk-panel .img-block {
     padding: 0;
}

ul.home-slider.classroom li ,ul.myvb-slider li{
    position: relative;
    display: block;
    padding: .2em 1em;
}

ul.home-slider li h5:before {
    content: "";
    width: 100%;
    background-color: #333;
    height: 0px;
    position: relative;
    left: 0%;
    bottom: 0;
    display: block;
}

ul.home-slider li.active h5:before {
    content: "";
    width: 100%;
    background-color: #d16061;
    height: 0px;
    position: relative;
    left: 0%;
    bottom: 0;
    display: list-item;
}

ul.home-slider li.active h5 { color: #d16061;}
.card {  margin: 1em 0;}
  .clear-align{text-align: inherit!important;}
  .clearbr { display: none;}
  .clearheight{height: inherit !important;}
  .clearpadding{padding: 0 !important;}
  .clearmargin{    margin-top: 0 !important;  margin-left: 0 !important;margin-right: 0 !important;  }

#return-to-top {

    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

}

.vs-video-slider .uk-slider-items li .img-block {
    line-height: 0;
}

.vs-video-slider .uk-slider-items li .img-block video {
    width: 100%;margin-top: -61.5%;
}

/*** ie hack***/

_:-ms-lang(x), .vs-video-slider .uk-slider-items li .img-block video  { width: 100%; }

_:-ms-lang(x), h2.featurette-heading.clips:after,h2.featurette-heading.clips:before {display: none; }

_:-ms-lang(x), .school img,.clips-callout img {max-height: 213px; }

_:-ms-lang(x),.my-hero img ,.clips-img img ,.uk-panel .img-block img{width:100%}

_:-ms-lang(x),.outline { min-height: 520px;}

sup.beta {
    font-size: .6em;
    color: #900;
    top: -.8em;
}

.atf-para {
    line-height: 1.7em;
}

.marketing {
    margin-top: -5em;
    margin-bottom: 5em;
}

.marketing .container {
    max-width: 1600px;
}

.marketing .card {
    background-color: #f3f3f3;
}
