@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('https://virtualschool.skwebline.net/theme/sktheme/fonts/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('https://virtualschool.skwebline.net/theme/sktheme/fonts/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: bold;
    src: local('Segoe UI Bold'), url('https://virtualschool.skwebline.net/theme/sktheme/fonts/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('https://virtualschool.skwebline.net/theme/sktheme/fonts/Segoe UI Bold Italic.woff') format('woff');
}

.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover
}

#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li>a,
ul.sm a,
ul.sm:after {
    display: block
}

#error-page,
#scrollUp,
.topmenu li>a,
footer,
footer .logo {
    text-align: center
}

body,
html {
    font-size: 16px;
}

body {
    font-family: 'Segoe UI Regular', sans-serif;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.5);
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
}

a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0
}

a.white {
    color: #fff;
}

a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
    margin-bottom: 1rem
}

p {
    margin-bottom: 1em
}

p:last-child {
    margin-bottom: 0
}

.sk-content {
    padding: 1em;
}

.sk-content-full {
    padding: 1em 0;
}

.sk-content-half {
    padding: .5em 0;
}

header {
    position: relative;
    padding-top: 40px;
}

header.secondary-page {
    margin-bottom: 100px;
}

header .top-bar {
    background-attachment: scroll;
    background-position: center center;
    padding: .5em 0
}

header .top-bar .doSearch {
    float: right;
    min-width: 300px
}

header .logo {
}

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

.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100
}

.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: .5em
}

.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .5em 1.2em;
    text-transform: capitalize;
    width: auto
}

.topmenu li ul li a,
.topmenu li>a strong {
    font-weight: 400;
}

.subheader .sk.breadcrumb a.section {
    color: #fff
}

.subheader .sk.breadcrumb a:hover {
    text-decoration: underline
}

.subheader .sk.breadcrumb .section {
    font-size: .876em;
    color: #fff
}

.subheader .sk.inverted.input {
    width: 300px
}

#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100
}

ul.sm a,
ul.sm li {
    position: relative
}

#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #FFF
}

.sm.topmenu > li {
    margin-right: 2em;
}

.sm.topmenu > li:last-child {
    margin-right: 0;
}

.topmenu ul {
    background-color: #98c93f;
}

#pagination {
    margin-top: 1em
}

.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    float: left
}

ul.sm a {
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}

.top-menu,
.topmenu li>a i,
.topmenu li>a small,
.topmenu li>a strong {
    position: relative
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}

ul.sm:after {
    content: "\00a0";
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.topmenu {
    color: rgba(37,61,141,0.5);
    font-size: 20px;
}

.topmenu li>a {
    text-decoration: none;
    font-weight: 400;
}

.topmenu li a>i {
    display: none;
}

.topmenu li>a strong {
    display: block;
}

.topmenu li>a small {
    display: none;
    font-size: .85em
}

.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover>a i {
    opacity: 1
}

.topmenu a>small {
    display: block
}

.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #253d8d
}

.topmenu li>a.active {
}

.topmenu li.nav-submenu-item i.icon {
    margin-right: .5em
}

.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em
}

.topmenu li ul li a {
    padding: .85em;
    text-align: left;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2);
    font-size: .778em
}

.topmenu li ul li a:hover {
}

.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 .5em 0 0
}

#menu ul.two.cols {
    width: 380px!important
}

#menu ul.three.cols {
    width: 500px!important
}

#menu ul.three.cols li {
    width: 33.33%
}

#menu ul.four.cols li {
    width: 25%
}

#menu ul.four.cols {
    width: 680px!important
}

#menu ul.cols li {
    display: block;
    float: left;
    width: 50%
}

#menu ul.cols li:first-child {
    box-shadow: none
}

#menu ul.cols {
    clear: both
}

.topmenu ul.menu-submenu {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1)
}

.topmenu a span.sub-arrow {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -12px;
    width: 1em;
    height: 1em;
    line-height: 1em
}

.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0
}

.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0
}

.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px
}

.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

#botwidget,
.loader {
    position: relative
}

.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent
}

#topwidget {
}

#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff
}

#topwidget .static-image>h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100
}

#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em
}

#leftwidget aside h3,
#rightwidget aside h3 {
    font-weight: 400;
}

#botwidget {
}

#botwidget h3 {
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    visibility: visible;
    z-index: 5000
}

footer {
    background-color: rgba(3,21,63,0.07);
    padding: 100px 0 55px;
}

footer .logo {
}

footer .ficons {
    margin-bottom: 1em
}

footer .ficons i.icon {
    margin: 0 .25em
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #85959A;
    border-radius: 30px;
    line-height: 55px;
    opacity: .8;
    color: #455C6A;
    display: none !important;
}

#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
    color: #455C6A
}

#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative
}

#error-page .logo {
    padding-top: 2em
}

#error-page h1 {
    padding-top: .5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3 {
    color: #7F7F7F;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3.primary {
    margin-top: 2em
}

#error-page #but.button {
    font-size: 2em;
    border-radius: 500em
}

#error-page #but.button i.icon {
    font-size: 4em
}

.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em
}

.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px
}

.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px
}

.section2:after {
    background: #fefefe;
    top: 0;
    transition: all .3s ease 0s
}

.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative
}

.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3
}

.section3 {
    background: #fff;
    border-top: 1px solid #dadada
}

.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8
}

.menu.lang_menu {
    display: none;
}

.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}

.sk.menu {
    font-size: 20px;
}

.headerlanguage {
    cursor: pointer;
}

#langmenu .item {
    width: 100%;
}

.lazyload {
    display: block;
    min-height: 1px;
}

.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}

/*All*/
b {
    font-weight: 900;
}
input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
.underline, a.underline:hover, a.underline:focus {
    text-decoration: underline;
}
.big-grid {
    padding-left: 30px;
    padding-right: 30px;
}
.row {
    margin-left:-15px;
    margin-right:-15px;
}
.col {
    padding-left:15px;
    padding-right:15px;
}
.row-2 {
    margin-left:-2px;
    margin-right:-2px;
}
.col-2 {
    padding-left:2px;
    padding-right:2px;
}
.row-5 {
    margin-left:-5px;
    margin-right:-5px;
}
.col-5 {
    padding-left:5px;
    padding-right:5px;
}
.row-7 {
    margin-left:-7px;
    margin-right:-7px;
}
.col-7 {
    padding-left:7px;
    padding-right:7px;
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
}
.col-10 {
    padding-left:10px;
    padding-right:10px;
}
.row-20 {
    margin-left:-20px;
    margin-right:-20px;
}
.col-20 {
    padding-left:20px;
    padding-right:20px;
}
.row-25 {
    margin-left:-25px;
    margin-right:-25px;
}
.col-25 {
    padding-left:25px;
    padding-right:25px;
}
.row-30 {
    margin-left:-30px;
    margin-right:-30px;
}
.col-30 {
    padding-left:30px;
    padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
    margin-left:-40px;
    margin-right:-40px;
}
.col-40 {
    padding-left:40px;
    padding-right:40px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-55 {
    margin-left:-55px;
    margin-right:-55px;
}
.col-55 {
    padding-left:55px;
    padding-right:55px;
}
.row-60 {
    margin-left:-60px;
    margin-right:-60px;
}
.col-60 {
    padding-left:60px;
    padding-right:60px;
}
.row-65 {
    margin-left:-65px;
    margin-right:-65px;
}
.col-65 {
    padding-left:65px;
    padding-right:65px;
}
.row-70 {
    margin-left:-70px;
    margin-right:-70px;
}
.col-70 {
    padding-left:70px;
    padding-right:70px;
}
.row-80 {
    margin-left:-80px;
    margin-right:-80px;
}
.col-80 {
    padding-left:80px;
    padding-right:80px;
}
.row-90 {
    margin-left:-90px;
    margin-right:-90px;
}
.col-90 {
    padding-left:90px;
    padding-right:90px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.v-align-middle {
    vertical-align:middle;
}
.overflow-hidden {
    overflow: hidden;
}
.visibility-hidden {
    visibility:hidden;
}
.uppercase {
    text-transform:uppercase;
}
.bold {
    font-weight:bold;
}
.light {
    font-weight: 300;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display:flex;
}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-between {
    display:flex;
    justify-content: space-between;
}
.flex-wrap-between {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex-center {
    display:flex;
    justify-content: center;
}
.flex-wrap-center {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.flex-right {
    display:flex;
    justify-content: flex-end;
}
.flex-wrap-right {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.flex-all-center {
    display:flex;
    justify-content: center;
    align-items:center;
}
.flow-column {
    flex-flow:column;
}
.flex-vertical-center {
    display:flex;
    align-items:center;
}
.flex-bottom {
    display:flex;
    align-items:flex-end;
}
.flex-wrap-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.image-link img.over, .image-link:hover img.normal {
    display:none;
}
.image-link:hover img.over {
    display:inline-block;
}
.visible-phone {
    display:none !important;
}
.photo-landscape img, img.photo-landscape {
    width: 100%;
    height: auto;
}
.photo-portrait img, img.photo-portrait {
    width: auto;
    height: 100%;
}
.sk-grid {
    max-width: 1500px;
    padding-left: 25px;
    padding-right: 25px;
}
.small-grid {
    max-width: 1180px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}
/*Header*/
header .sk-grid {
    max-width: 1700px;
}
.header-right {
    padding-bottom: 25px;
}
.header-ms {
    width: 180px;
    color: #00a4ef;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 20px;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    float: right;
    cursor: pointer;
    z-index: 2000;
    display: none;
}
.menu-icon {
    position: relative;
    color: #28408f;
    float: right;
    height: 26px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon-create {
    display: inline-block;
    width: 20px;
    height: 3px;
    position: relative;
    top: 10px;
    vertical-align: bottom;
    background: #28408f;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #28408f;
}
.menu-icon-create::before {
    top: -6px;
}
.menu-icon-create::after {
    top: 6px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
    position: fixed;
    top: 25px;
    right: 10px;
}
.menu-icon.opened .menu-icon-create::before,
.menu-icon.opened .menu-icon-create::after {
    background-color: #b3b8c5;
}
.menu-icon.opened .menu-icon-create::before {
    top: 0;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
/*Hero Banner*/
#herobanner {
    background-image: url('https://virtualschool.skwebline.net/uploads/images/hero-image.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    padding-bottom: 80px;
}
.herobanner-left {
    padding: 140px 0;
    color: #28408f;
    font-size: 20px;
}
.herobanner-left h1 {
    font-size: 73px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.herobanner-left h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 100px;
}
.herobanner-left p {
    color: rgba(37,61,141,0.5);
}
/*Homepage Banners*/
#home-banners {
    margin-top: 50px;
}
.home-banners-top {
    padding: 0 30px;
}
.home-banners-ms {
    max-width: 220px;
    opacity: 0.6;
    margin-bottom: 50px;
}
.home-banners-desc.image {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.home-banners-desc-section.grey .home-banners-desc.image::before {
    content: "";
    display: block;
    position: absolute;
    top: 130px;
    bottom: 130px;
    background-color: rgba(255,255,255,0.2);
}
.home-banners-desc.left.image::before {
    left: 130px;
    right: 0;
}
.home-banners-desc.right.image::before {
    left: 0;
    right: 130px;
}
.home-banners-title-section {
    padding: 95px 0;
}
.home-banners-title-section.with-background {
    background-image: url('https://virtualschool.skwebline.net/uploads/images/stars.png');
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: contain;
}
.home-banners-title-left h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #000;
    font-weight: bold;
    padding-left: 50px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.home-banners-title-left h2::after {
    content: "";
    border-left: 8px solid #98c93f;
    position: absolute;
    top: 0.2em;
    bottom: 0.1em;
    left: 0;
}
.home-banners-title-right p {
    max-width: 500px;
}
.home-banners-desc-section.grey {
    background-color: rgba(3,21,63,0.07);
}
.home-banners-desc-section:last-child {
    margin-bottom: 0;
}
.home-banners-desc.text {
    padding-top: 130px;
    padding-bottom: 130px;
}
.home-banners-desc.text.left {
    padding-left: calc((100vw - 1465px) / 2);
}
.home-banners-desc-section.grey .home-banners-desc.text.left {
    padding-left: 130px;
}
.home-banners-desc.text.right {
    padding-right: 130px;
}
.home-banners-text-content {
    background-color: white;
    padding: 50px 50px 50px 0;
}
.home-banners-desc-section.grey .home-banners-text-content {
    padding: 70px;
}
.home-banners-text-content h3 {
    color: black;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 45px;
    max-width: 650px;
}
#office-banners .home-banners-text-content h3 {
    margin-bottom: 20px;
}
.home-banners-text-content h3.line {
    position: relative;
}
.home-banners-text-content h3.line::after {
    content: "";
    display: block;
    width: 115px;
    border-top: 8px solid #98c93f;
    position: relative;
    top: 5px;
}
.home-banners-text-content p {
    max-width: 550px;
}
.home-banners-text-content .sk.button {
    margin-top: 30px;
}
.home-banners-programs-section {
    margin: 50px 0;
}
.home-banners-programs-section .sk-grid {
    max-width: 1580px;
}
.home-banners-desc-programms {
    margin-right: -40px;
    margin-bottom: -50px;
    margin-top: 50px;
}
.home-banners-progr-item {
    text-align: center;
    width: 12.5%;
    color: black;
    margin-bottom: 50px;
}
.home-banners-progr-wrap h3,
.home-banners-desc-progr-wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: none;
}
.home-banners-desc-programms .home-banners-progr-item {
    width: 16.66%;
}
.home-banners-desc-progr-wrap h3 {
    color: rgba(0,0,0,0.6);
}
/*Virtual Header*/
#virtual-class-header {
    font-size: 18px;
    color: rgba(37,61,141,0.5);
    position: relative;
}
#virtual-class-header .virtual-header-text p {
    max-width: 570px;
}
.virtual-header-text p {
    max-width: 675px;
}
.virtual-header-text {
    padding: 100px 0 100px calc((100vw - 1450px) / 2);
}
.virtual-header-text h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    color: #28408f;
}
.virtual-header-text h2 {
    font-size: 2.075vw;
    color: #28408f;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.virtual-header-left .sk.button {
    margin-top: 20px;
}
.virtual-header-right {
    position: relative;
}
.virtual-header-image {
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.virtual-header-image::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 130px;
    bottom: 45%;
    background-color: rgba(255,255,255,0.3);
}
/*Microsoft Team*/
#microsoft-teams {
    position: relative;
    padding-bottom: 50px;
    margin-top: 5em;
}
#microsoft-teams::before {
    content: "";
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3,21,63,0.07);
    z-index: 1;
}
.microsoft-team-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: calc(50% + 50px);
}
.microsoft-team-front {
    position: relative;
    z-index: 1;
}
.microsoft-team-front .push-right {
    padding: 100px 0 200px;
    border-bottom: 8px solid #98c93f;
    position: relative;
}
.microsoft-team-front .push-right::after {
    content: "";
    border-bottom: 8px solid #98c93f;
    position: absolute;
    bottom: -8px;
    width: 100000px;
    right: -100000px;
}
.microsoft-team-front h2 {
    color: black;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
/*Virtual Videos*/
#virtual-videos h1 {
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    color: #28408f;
    line-height: 1;
    margin-bottom: 120px;
}
.video-res-item {
    position: relative;
    padding-bottom: 140px;
}
.video-res-item::before {
    content: "";
    position: absolute;
    left: -1000000px;
    right: -100000px;
    background-color: rgba(3,21,63,0.07);
}
.video-res-item:nth-child(2n+1)::before {
    top: 50%;
    bottom: 0;
}
.video-res-item:nth-child(2n+2)::before {
    top: 0;
    bottom: 50%;
}
.video-res-video {
    position: relative;
    padding-top: 50%;
}
.video-res-video iframe,
.modules-res-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.video-res-text {
    padding-top: 30px;
    position: relative;
}
.video-res-text p {
    margin-top: 10px;
}
.video-res-text.line {
    border-left: 8px solid #98c93f;
    padding-left: 60px;
}
.video-res-text h3 {
    color: black;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
/*Modules*/
#modules {
    position: relative;
}
#modules::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: rgba(3,21,63,0.07);
}
.modules-results h2 {
    font-size: 73px;
    font-weight: bold;
    color: #28408f;
    line-height: 1;
    border-left: 8px solid #98c93f;
    padding-left: 50px;
    margin-bottom: 30px;
}
.modules-res-item {
    margin-bottom: 100px;
}
.modules-res-numb {
    font-size: 160px;
    font-weight: bold;
    color: rgba(40,64,143,0.15);
    line-height: 1;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
    max-width: 200px;
}
.modules-res-video {
    padding-top: 55%;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
}
.modules-res-text {
    position: relative;
}
.modules-res-text h3 {
    color: black;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 35px;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*Students - Header*/
#students-header {
    font-size: 18px;
    color: rgba(37,61,141,0.5);
    margin-bottom: 70px;
}
#students-header h1 {
    font-size: 74px;
    font-weight: bold;
    color: #28408f;
    line-height: 1;
    margin-bottom: 10px;
}
#students-header p {
    margin-bottom: 80px;
}
.students-header-videos {
    padding-top: 55%;
    position: relative;
}
.students-header-videos iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*Students - Contact*/
.students-contact-top {
    background-color: rgba(3,21,63,0.07);
    border-left: 8px solid #98c93f;
    padding: 40px 0 40px 160px;
    position: relative;
}
.students-contact-top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20000px;
    right: -20000px;
    background-color: rgba(3,21,63,0.07);
}
.students-contact-top h2 {
    color: black;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    max-width: 1000px;
}
.students-contact-top p {
    width: calc(50% - 100px);
}
.students-contact-left .sk.button {
    margin-left: 160px;
    margin-top: 70px;
}
.students-contact-right {
    margin-top: -140px;
}
/*Build Class*/
#build-class {
    margin: 100px 0 80px;
    position: relative;
    z-index: 1;
    padding-top: 70px;
}
#build-class::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 35%;
    background-color: rgba(3,21,63,0.07);
    z-index: -1;
}
#build-inclusive-p {
    max-width: 65%;
}
#build-class h2 {
    color: black;
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px;
}
#build-class h2 + p {
    max-width: 900px;
}
.build-class-results {
    margin-top: 70px;
}
.build-class-res-image,
.training-res-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.training-res-image {
    padding-top: 70%;
}
.build-class-res-item:nth-child(3n+1) .build-class-res-image {
    background-color: #8a79c7;
}
.build-class-res-item:nth-child(3n+2) .build-class-res-image {
    background-color: #0096c2;
}
.build-class-res-item:nth-child(3n+3) .build-class-res-image {
    background-color: #008c74;
}
.build-class-res-image svg,
.training-res-image svg {
    width: 200%;
    -webkit-transform: translateX(-25.5%);
    -moz-transform: translateX(-25.5%);
    -ms-transform: translateX(-25.5%);
    -o-transform: translateX(-25.5%);
    transform: translateX(-25.5%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.build-class-res-text h3 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.build-class-res-text p {
    line-height: 1.2;
}
/*App Support*/
#app-support {
    margin-top: 12em;
}
.app-support-text {
    margin-right: -20%;
    position: relative;
}
.app-support-text h2 {
    font-size: 60px;
    line-height: 1;
    color: black;
    font-weight: bold;
}
.app-support-right {
    margin-bottom: -45px;
    position: relative;
}
.app-support-right::before,
.app-support-right::after {
    content: "";
    position: absolute;
    border-top: 12px solid #98c93f;
    display: block;
    width: 100000px;
    bottom: 40%;
}
.app-support-right::before {
    left: -100000px;
}
.app-support-right::after {
    right: calc(10% - 100000px);
}
.app-support-right img {
    width: 100%;
}
/*Office Header*/
#office-header {
    font-size: 18px;
    color: rgba(37,61,141,0.5);
    position: relative;
}
/*Training*/
#training {
    position: relative;
    margin-top: 150px;
}
#training::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(3,21,63,0.07);
    top: 40%;
    z-index: -1;
}
#training h2 {
    font-size: 60px;
    font-weight: bold;
    color: black;
    padding-left: 60px;
    border-left: 8px solid #98c93f;
    margin-bottom: 80px;
}
.training-image {
    position: relative;
    padding-top: 55%;
    margin-bottom: 80px;
    background-size: cover;
    background-position: center center;
}
.training-box {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -75px;
    height: 330px;
    max-width: 600px;
    padding: 60px;
    font-size: 18px;
}
.training-box h3 {
    font-size: 30px;
    color: black;
    font-weight: bold;
}
.training-box .sk.button {
    margin-top: 10px;
}
.training-res-text h3 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    line-height: 1;
    margin-bottom: 30px;
}
.training-res-text p {
    line-height: 1.1;
}
/*Contact Us*/
#contact-form {
    position: relative;
    margin-bottom: 30px;
}
.contact-top {
    color: #28408f;
    font-size: 20px;
    font-weight: bold;
}
.contact-top h1 {
    font-size: 73px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}
.contact-infos {
    margin-top: 150px;
    border-left: 8px solid #98c93f;
    padding-left: 40px;
    font-size: 20px;
    color: rgba(37,61,141,0.6);
}
.contact-info-item {
    margin-bottom: 35px;
}
.contact-info-item:last-child {
    margin-bottom: 0;
}
.flex.contact-info-item strong {
    padding-right: 7px;
}
.contact-info-item img {
    max-height: 28px;
    position: relative;
    top: -1px;
}
.contact-bottom {
    position: relative;
    z-index: 1;
}
.contact-box {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    padding: 35px 50px;
    border-radius: 10px;
    background-color: white;
}
.contact-box h2 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(37,61,141,0.6);
    margin-bottom: 60px;
}
.sk.form .field {
    margin: 0 0 1.5em;
}
.sk.form .field .content-right {
    margin-top: 0.5em;
}
.sk.form .two.fields > .fields, .sk.form .two.fields > .field {
    padding-left: 3%;
    padding-right: 3%;
}
.sk.form .fields .field:first-child {
    padding-left: 0;
}
.sk.form .fields .field:last-child {
    padding-right: 0;
}
.sk.form .field label {
    color: #253d8d;
    font-size: 14px;
    white-space: normal;
}
.sk.form .field.error label.checkbox {
    color: #253D8D !important;
}
.sk.form .field label,
.sk.form .field label.radio, 
.sk.form .field label.checkbox,
.sk.form textarea, 
.sk.form input[type="text"], 
.sk.form input[type="email"], 
.sk.form input[type="date"], 
.sk.form input[type="password"], 
.sk.form input[type="number"], 
.sk.form input[type="tel"], 
.sk.form .fileinput > input,
.sk.button,
.sk.message .header  {
    font-family: 'Segoe UI Regular', sans-serif;
}
.sk.form textarea, 
.sk.form input[type="text"], 
.sk.form input[type="email"], 
.sk.form input[type="date"], 
.sk.form input[type="password"], 
.sk.form input[type="number"], 
.sk.form input[type="tel"], 
.sk.form .fileinput > input {
    padding: .65em 1.2em;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(37,61,141,0.3);
    border-radius: 2em;
    color: rgba(37,61,141,0.6);
}
.sk.form input[type="text"]:hover, 
.sk.form input[type="email"]:hover, 
.sk.form input[type="date"]:hover, 
.sk.form input[type="password"]:hover, 
.sk.form input[type="number"]:hover, 
.sk.form input[type="url"]:hover, 
.sk.form input[type="tel"]:hover, 
.sk.form textarea:hover,
.sk.form input[type="text"]:focus, 
.sk.form input[type="email"]:focus, 
.sk.form input[type="date"]:focus, 
.sk.form input[type="password"]:focus, 
.sk.form input[type="number"]:focus, 
.sk.form input[type="url"]:focus, 
.sk.form input[type="tel"]:focus, 
.sk.form textarea:focus {
    color: rgba(37,61,141,0.6);
    border-color: #28408f;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sk.form .fields.error .field textarea, 
.sk.form .fields.error .field input[type="text"], 
.sk.form .fields.error .field input[type="email"], 
.sk.form .fields.error .field input[type="date"], 
.sk.form .fields.error .field input[type="password"], 
.sk.form .fields.error .field input[type="number"], 
.sk.form .fields.error .field input[type="url"], 
.sk.form .fields.error .field input[type="tel"], 
.sk.form .field.error textarea, 
.sk.form .field.error input[type="text"], 
.sk.form .field.error input[type="email"], 
.sk.form .field.error input[type="date"], 
.sk.form .field.error input[type="password"], 
.sk.form .field.error input[type="number"], 
.sk.form .field.error input[type="url"], 
.sk.form .field.error input[type="tel"] {
    background-color: white;
    border-color: #E7BEBE;
    border-left: 1px solid #E7BEBE;
    color: #D95C5C;
    padding-left: 1.2em;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sk.form .field.error textarea:hover, 
.sk.form .field.error input[type="text"]:hover, 
.sk.form .field.error input[type="email"]:hover, 
.sk.form .field.error input[type="date"]:hover, 
.sk.form .field.error input[type="password"]:hover, 
.sk.form .field.error input[type="number"]:hover, 
.sk.form .field.error input[type="url"]:hover, 
.sk.form .field.error input[type="tel"]:hover, 
.sk.form .field.error textarea:focus, 
.sk.form .field.error input[type="text"]:focus, 
.sk.form .field.error input[type="email"]:focus, 
.sk.form .field.error input[type="date"]:focus, 
.sk.form .field.error input[type="password"]:focus, 
.sk.form .field.error input[type="number"]:focus, 
.sk.form .field.error input[type="url"]:focus, 
.sk.form .field.error input[type="tel"]:focus {
    border-color: #ff5050;
    color: #ff5050;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sk.textarea, 
.sk.form textarea {
    height: 9em;
}
.sk.form ::-webkit-input-placeholder { 
  color: rgba(37,61,141,0.6);
}
.sk.form ::-moz-placeholder {
  color: rgba(37,61,141,0.6);
}
.sk.form :-ms-input-placeholder { 
  color: rgba(37,61,141,0.6);
}
.sk.form :-moz-placeholder { 
  color: rgba(37,61,141,0.6);
}
.sk.form :placeholder { 
  color: rgba(37,61,141,0.6);
}
.sk.form ::-webkit-input-placeholder:hover { 
  color: rgba(37,61,141,0.6);
}
.sk.form ::-moz-placeholder:hover {
  color: rgba(37,61,141,0.6);
}
.sk.form :-ms-input-placeholder:hover { 
  color: rgba(37,61,141,0.6);
}
.sk.form :-moz-placeholder:hover { 
  color: rgba(37,61,141,0.6);
}
.sk.form :placeholder:hover { 
  color: rgba(37,61,141,0.6);
}
.sk.form ::-webkit-input-placeholder:focus { 
  color: rgba(37,61,141,0.6);
}
.sk.form ::-moz-placeholder:focus {
  color: rgba(37,61,141,0.6);
}
.sk.form :-ms-input-placeholder:focus { 
  color: rgba(37,61,141,0.6);
}
.sk.form :-moz-placeholder:focus { 
  color: rgba(37,61,141,0.6);
}
.sk.form :placeholder:focus { 
  color: rgba(37,61,141,0.6);
}
.sk.form .fields.error .field label, 
.sk.form .field.error label, 
.sk.form .fields.error .field .input, 
.sk.form .field.error .input, 
.sk.form #agreeInfo {
    color: #D95C5C;
    font-size: 14px;
}
.sk.form .field.error label input + div, 
.sk.form .field.error label textarea + div {
    padding-left: 1.6em;
}
.sk.button {
    background-color: #98c93f;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3em;
    border: 2px solid #98c93f;
    min-width: 200px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.sk.button.invert {
    background-color: transparent;
    color: #98c93f;
}
.sk.button:hover {
    color: #fff;
    background-color: #28408f;
    border-color: #28408f;
}
.sk.button.invert:hover {
    background-color: #98c93f;
    border-color: #98c93f;
}
.radio, 
.checkbox {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1;
}
.radio i, 
.checkbox i {
    position: relative;
    display: inline-block;
}
.checkbox i {
    border: 1px solid rgba(37,61,141,0.3);
    width: 1.1em;
    height: 1.1em;
    vertical-align: bottom;
    position: relative;
}
.radio input + i::after, 
.checkbox input + i::after {
    font-size: 1em;
}
.checkbox input + i::after {
    content: "";
}
.checkbox input:checked + i::after {
    content: "\f00c";
    color: #253d8d;
    position: relative;
    top: -0.1em;
}
.sk.message {
    font-size: 1em;
}
.sk.message {
    padding: 2em 1em;
    box-shadow: none;
}
.sk.success.message, 
.sk.positive.message {
    background-color: white;
    color: #28408f;
    text-align: center;
}
.sk.success.message i,
.sk.positive.message i {
    display: none !important;
}
.sk.message .header {
    font-size: 1.5em;
    font-weight: bold;
}
.contact-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 600px;
    width: 100%;
    -webit-transform: translateY(50%) translateX(20%);
    -moz-transform: translateY(50%) translateX(20%);
    -ms-transform: translateY(50%) translateX(20%);
    -o-transform: translateY(50%) translateX(20%);
    transform: translateY(50%) translateX(20%);
}
/*Footer*/
footer.contact-footer {
    padding: 200px 0 55px;
}
footer .big-grid {
    padding-left: calc((100% - 1650px) / 2);
}
.footer-left {
    width: 210px;
    float: left;
}
.footer-right {
    width: calc(100% - 210px);
    float: left;
    padding-bottom: 20px;
    position: relative;
}
.footer-right::after {
    content: "";
    border-bottom: 2px solid #98c93f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 218px;
    z-index: 1;
}
.footer-terms {
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: -40px;
    color: rgba(37,61,141,0.5);
    z-index: 2;
}
.footer-white {
    background-color: white;
    position: relative;
    padding-top: 40px;
    padding-left: 30px;
    z-index: 1;
}
.footer-white::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -100000px;
    bottom: -75px;
    background-color: white;
    z-index: -1;
}
.footer-menu {
    width: calc(100% - 205px);
}
.footer-ms {
    width: 205px;
    color: #00a4ef;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 20px;
}
footer a:hover {
    color: #253d8d;
}

/*Responsive*/
@media only screen and (max-width:1800px) {
    /*Footer*/
    .footer-right > .flex-wrap-right {
        display: block;
    }
    .footer-terms {
        left: 35px;
    }
}
@media only screen and (max-width:1650px) {
    /*Training*/
    .training-box {
        right: 30px;
    }
}
@media only screen and (max-width:1550px) {
    /*Menu*/
    .topmenu {
        font-size: 14px;
    }
    /*Home Banners*/
    .home-banners-desc.text {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .home-banners-desc.text.left {
        /*padding-left: 75px;*/
    }
    .home-banners-desc.text.right {
        padding-right: 75px;
    }
    .home-banners-desc-section.grey .home-banners-desc.image::before {
        top: 75px;
        bottom: 75px;
    }
    .home-banners-desc.left.image::before {
        left: 75px;
    }
    .home-banners-desc.right.image::before {
        right: 75px;
    }
    /*Virtual Header*/
    .virtual-header-text {
        padding: 135px 0 135px 30px;
    }
    /*Build Class*/
    #build-class h2 {
        font-size: 3.5vw;
    }
    /*App Support*/
    .app-support-text h2 {
        font-size: 2.9vw;
    }
    /*Footer*/
    footer .big-grid {
        padding-left: 30px;
    }
    .footer-terms {
        font-size: 13px;
    }
    .footer-white > .columns {
        justify-content: flex-end;
    }
    .footer-menu .topmenu {
        font-size: 13px;
    }
}
@media only screen and (max-width:1500px) {
    /*Home Banners*/
    .home-banners-desc.text.left {
        padding-left: 25px;
    }
    .home-banners-title-left h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width:1300px) {
    /*All*/
    .big-grid {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*Header*/
    .header-right {
        width: 65%;
    }
    .header-right > .flex-wrap-between {
        justify-content: flex-end;
    }
    /*Home Banners*/
    #herobanner {
        padding-bottom: 0;
    }
    .home-banners-text-content {
        padding: 20px;
    }
    .home-banners-text-content h3 {
        font-size: 25px;
    }
    .home-banners-progr-item {
        width: 25%;
    }
    .home-banners-desc-programms {
        margin-right: 0;
    }
    .home-banners-desc-programms .home-banners-progr-item {
        width: 25%;
        margin-bottom: 15px;
    }
    .home-banners-desc-progr-wrap h3 {
        font-size: 13px !important;
    }
    /*Virtual Header*/
    .virtual-header-text {
        padding: 100px 0 100px 25px;
    }
    /*Build Class*/
    .build-class-results > .columns {
        margin-left: -15px;
        margin-right: -15px;
    }
    .build-class-results > .columns > .build-class-res-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .build-class-res-text h3 {
        font-size: 17px;
        line-height: 22px;
        height: 44px;
    }
    /*Students - Contact*/
    .students-contact-top {
        padding: 40px 0 40px 40px;
    }
    .students-contact-top p {
        width: calc(50% - 50px);
    }
    /*Office Header*/
    #office-header {
        font-size: 15px;
    }
    /*Training*/
    .training-box {
        height: 230px;
        max-width: 550px;
        padding: 20px;
        font-size: 16px;
    }
    .training-res-text h3 {
        font-size: 16px;
    }
    /*Microsoft Team*/
    .microsoft-team-front h2 {
        font-size: 45px;
    }
    /*Contact Us*/
    .contact-infos {
        font-size: 16px;
        padding-left: 25px;
    }
    .contact-info-item img {
        max-height: 23px;
    }
    /*Footer*/
    footer .big-grid {
        padding-left: 25px;
    }
}
@media only screen and (max-width:1200px) {
    /*Students Header*/
    #students-header h1 {
        font-size: 5.8vw;
    }
    /*Virtual Videos*/
    #virtual-videos h1 {
        font-size: 6vw;
    }
    .video-res-text h3 {
        font-size: 5vw;
    }
    /*Modules*/
    .modules-res-item {
        margin-bottom: 50px;
    }
    .modules-res-text h3 {
        font-size: 20px;
        line-height: 25px;
        height: 50px;
        -webkit-line-clamp: 2;
    }
    /*Footer*/
    .footer-menu {
        display: none;
    }
}
@media only screen and (max-width:1024px) {
    /*All*/
    html, body {
        overflow-x: hidden;
    }
    .overflow-phone {
        overflow: hidden !important;
    }
    /*Header*/
    header.secondary-page {
        margin-bottom: 50px;
    }
    .header-right {
        width: 70%;
    }
    /*Menu*/
    .menu-icons-inside {
        display: block;
    }
    #menu-wrap {
        display: none;
        padding: 0 15px;
        position: fixed;
        right: 0;
        z-index: 1000;
        padding: 0;
        overflow: auto;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: white;
        justify-content: center;
        align-items: center;
    }
    #menu-wrap.showmenu {
        display: flex;
    }
    #menu {
        display: block;
        color: #b3b8c5;
        margin: 35px;
        width: 90%;
        background-color: #fff;
    }
    .topmenu {
        font-size: 20px;
    }
    ul.topmenu>li {
        float: none
    }
    ul.topmenu {
        width: auto
    }
    ul.topmenu ul {
        display: none;
        position: static;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important
    }
    ul.topmenu ul.sm-nowrap>li>a,
    ul.topmenu>li>a {
        white-space: normal
    }
    ul.topmenu iframe {
        display: none
    }
    .topmenu ul.menu-submenu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .topmenu li>a {
        display: block;
        text-decoration: none;
        padding: .75em 0;
        text-align: left;
        font-weight: 400;
    }
    .topmenu li>a:hover {
        color: #b3b8c5;
    }
    .topmenu li a>i {
        display: inline-block;
        font-size: 1em;
        margin-right: 1em
    }
    .topmenu li>a strong {
        display: inline-block;
        font-weight: 400;
        font-size: .85em;
        padding: 0
    }
    .topmenu li>a small {
        display: block;
        font-size: .8em;
        margin-left: 2.5em
    }
    .topmenu a span.sub-arrow {
        left: auto;
        right: 1em;
        bottom: 1em;
        width: 1em;
        height: 1em;
        line-height: 1em
    }
    .topmenu ul a span.sub-arrow,
    .topmenu-vertical a span.sub-arrow {
        left: auto;
        right: 1em
    }
    #menu ul.four.cols,
    #menu ul.three.cols,
    #menu ul.two.cols {
        width: 100%!important
    }
    #menu ul.cols li {
        float: none;
        width: auto;
        box-shadow: none
    }
    .topmenu li:hover a small,
    .topmenu li:hover>a i {
        opacity: 1;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none
    }
    .topmenu a.highlighted span.sub-arrow {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .topmenu li {
        border-left: 0
    }
    .topmenu li:first-child {
        border-top: 0
    }
    .sm.topmenu > li {
        margin: 0;
        border-bottom: 1px solid;
    }
    .topmenu > li:last-child {
        margin-bottom: 0;
    }
    .topmenu a.highlighted,
    .topmenu a:active,
    .topmenu a:focus,
    .topmenu a:hover {
        color: #fff;
    }
    /*Hero Banner*/
    .herobanner-left {
        padding-bottom: 0;
    }
    /*Home Banners*/
    .home-banners-desc.text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home-banners-title-left h2 {
        font-size: 25px;
    }
    .home-banners-desc.text.left {
        padding-left: 20px;
    }
    .home-banners-desc.text.right {
        padding-right: 20px;
    }
    .home-banners-desc-section.grey .home-banners-desc.image::before {
        top: 20px;
        bottom: 20px;
    }
    .home-banners-desc.left.image::before {
        left: 20px;
    }
    .home-banners-desc.right.image::before {
        right: 20px;
    }
    .home-banners-text-content h3 {
        margin-bottom: 20px;
    }
    .home-banners-desc-section.grey .home-banners-text-content {
        padding: 20px;
    }
    .home-banners-title-section .row-65 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .home-banners-title-section .row-65 .col-65 {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*Virtual Header*/
    #virtual-class-header {
        font-size: 15px;
    }
    .virtual-header-text {
        padding: 0 25px;
    }
    /*Students - Contact*/
    .students-contact-top {
        border-left: 4px solid #98c93f;
    }
    /*App Support*/
    .app-support-text {
        margin-right: 0;
    }
    .app-support-right::before, 
    .app-support-right::after {
        border-top: 6px solid #98c93f;
        bottom: 0;
    }
    .app-support-right::before {
        left: calc(45% - 100000px);
    }
    .app-support-right::after {
        right: calc(35% - 100000px);
    }
    /*Training*/
    #training h2 {
        font-size: 40px;
        padding-left: 40px;
        border-left: 4px solid #98c93f;
        margin-bottom: 50px;
    }
    .training-res-item {
        margin-bottom: 25px;
    }
    /*Virtual Videos*/
    .video-res-text.line {
        border-left: 4px solid #98c93f;
    }
    /*Modules*/
    .modules-results h2 {
        border-left: 4px solid #98c93f;
    }
    .modules-res-text h3 {
        height: 75px;
        -webkit-line-clamp: 3;
    }
    /*Microsoft Team*/
    .microsoft-team-front .push-right {
        padding: 50px 0 100px;
        border-bottom: 4px solid #98c93f;
    }
    .microsoft-team-front .push-right::after {
        border-bottom: 4px solid #98c93f;
        bottom: -4px;
    }
    .microsoft-team-front h2 {
        font-size: 35px;
    }
    /*Contact Us*/
    .contact-top h1 {
        font-size: 50px;
    }
    .contact-infos {
        margin-top: 70px;
        border-left: 4px solid #98c93f;
        padding-left: 15px;
        font-size: 13px;
    }
    .contact-info-item img {
        max-height: 19px;
    }
    .contact-top {
        font-size: 15px;
    }
    .contact-box {
        padding: 25px;
    }
    .contact-box h2 {
        margin-bottom: 20px;
    }
    .sk.form textarea, 
    .sk.form input[type="text"], 
    .sk.form input[type="email"], 
    .sk.form input[type="date"], 
    .sk.form input[type="password"], 
    .sk.form input[type="number"], 
    .sk.form input[type="tel"], 
    .sk.form .fileinput > input {
        padding: .65em 1em !important;
        font-size: 15px;
    }
    .sk.form .field label,
    .sk.form .fields.error .field label, 
    .sk.form .field.error label, 
    .sk.form .fields.error .field .input, 
    .sk.form .field.error .input, 
    .sk.form #agreeInfo {
        font-size: 12px;
    }
    .sk.button {
        font-size: 15px;
    }
    /*Footer*/
    .footer-left {
        width: 185px;
    }
    .footer-right {
        width: calc(100% - 185px);
    }
    .footer-right::after {
        right: 150px;
    }
    .footer-white {
        padding-top: 25px;
        padding-left: 20px;
    }
    .footer-ms {
        width: 160px;
        font-size: 8px;
    }
}
@media only screen and (max-width:769px) {
    /*All*/
    body, html {
        font-size: 13px;
    }
    /*Header*/
    header {
        position: relative;
        padding-top: 20px;
    }
    header.secondary-page {
        margin-bottom: 20px;
    }
    .middle-bar > .sk-grid > .columns {
        align-items: flex-start;
    }
    header .logo {
        max-width: 80px;
    }
    .header-right {
        width: 50%;
    }
    .header-ms {
        width: 120px;
        font-size: 8px;
        text-align: center;
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 10px;
    }
    /*Hero Banner*/
    .herobanner-left {
        padding: 200px 0 0;
        font-size: 12px;
    }
    .herobanner-left h1 {
        font-size: 45px;
    }
    .herobanner-left h2 {
        font-size: 12px;
        margin-bottom: 40px;
    }
    /*Home Banners*/
    .home-banners-title-left h2 {
        font-size: 20px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .home-banners-title-left h2:after {
        border-left: 4px solid #98c93f;
    }
    .home-banners-desc.image {
        height: 55vw;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .home-banners-desc-section.grey .home-banners-desc.image::before {
        display: none;
    }
    .home-banners-desc.text {
        padding: 20px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .home-banners-text-content {
        padding: 0;
        background-color: transparent;
    }
    .home-banners-text-content h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .home-banners-text-content .sk.button {
        margin-top: 15px;
    }
    .home-banners-programs-section {
        margin: 20px 0;
    }
    .home-banners-progr-item {
        width: 50%;
        margin-bottom: 35px;
    }
    .home-banners-progr-wrap h3, 
    .home-banners-desc-progr-wrap h3 {
        font-size: 15px;
    }
    .home-banners-desc-programms .home-banners-progr-item {
        margin-bottom: 15px;
    }
    .home-banners-desc-programms {
        margin-bottom: 0;
    }
    .home-banners-title-section {
        padding: 50px 0;
    }
    .home-banners-desc-section.grey .home-banners-text-content {
        padding: 0;
    }
    /*Virtual Header*/
    #virtual-class-header {
        font-size: 13px;
    }
    .virtual-header-left {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .virtual-header-text h1 {
        font-size: 22px;
    }
    .virtual-header-text h2 {
        font-size: 15px;
    }
    .virtual-header-right {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
    .virtual-header-image {
        min-height: auto;
        height: 55vw;
    }
    .virtual-header-image::before {
        display: none;
    }
    /*Build Class*/
    #build-class {
        margin: 50px 0;
        padding: 35px 0;
    }
    #build-class::before {
        bottom: 0;
    }
    #build-class h2 {
        font-size: 18px;
    }
    .build-class-results {
        margin-top: 35px;
    }
    .build-class-res-item {
        margin-bottom: 40px;
    }
    .build-class-res-item:last-child {
        margin-bottom: 0;
    }
    .build-class-res-image, 
    .training-res-image {
        margin-bottom: 20px;
    }
    .build-class-res-text h3 {
        height: auto;
        -webkit-line-clamp: none;
        overflow: visible;
    }
    /*Students - Contact*/
    .students-contact-top {
        padding: 15px 0 15px 25px;
    }
    .students-contact-top h2 {
        font-size: 15px;
    }
    .students-contact-top p {
        width: 100%;
    }
    .students-contact-right {
        margin-top: 0;
    }
    .students-contact-left .sk.button {
        margin: 30px auto;
        display: block;
        width: 200px;
    }
    /*App Support*/
    #app-support {
        margin-top: 50px;
    }
    .app-support-text h2 {
        font-size: 20px;
    }
    .app-support-right {
        margin-bottom: 35px;
    }
    /*Students Header*/
    #students-header {
        font-size: 13px;
        margin-bottom: 0;
    }
    #students-header h1 {
        font-size: 25px;
    }
    #students-header p {
        margin-bottom: 30px;
    }
    /*Training*/
    #training {
        margin-top: 0;
    }
    #training::before {
        display: none;
    }
    #training h2 {
        font-size: 25px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .training-image {
        padding-top: 20%;
        margin-bottom: 95px;
    }
    .training-box {
        height: auto;
        padding: 20px;
        font-size: 16px;
        top: auto;
        position: relative;
        right: auto;
        left: auto;
        bottom: -50px;
        font-size: 13px;
        width: calc(100% - 20px);
    }
    .training-box h3 {
        font-size: 19px;
    }
    .training-res-text h3 {
        margin-bottom: 15px;
        text-align: center;
    }
    /*Virtual Videos*/
    #virtual-videos h1 {
        margin-bottom: 50px;
    }
    .video-res-item {
        padding-bottom: 50px;
    }
    .video-res-item:last-child {
        padding-bottom: 0;
    }
    .video-res-text {
        padding-top: 20px;
    }
    .video-res-text.line {
        padding-left: 15px;
    }
    /*Modules*/
    .modules-results h2 {
        font-size: 40px;
        padding-left: 15px;
        margin-bottom: 35px;
    }
    .modules-res-item {
        margin-bottom: 30px;
    }
    .modules-res-numb {
        font-size: 100px;
        margin-bottom: -50px;
        max-width: 110px;
    }
    .modules-res-text h3 {
        height: auto;
        -webkit-line-clamp: none;
        overflow: visible;
    }
    /*Microsoft Team*/
    #microsoft-teams {
        padding-bottom: 0;
    }
    .microsoft-team-back {
        position: relative;
        width: 100%;
        padding-top: 55%;
    }
    .microsoft-team-front .push-right {
        padding: 0 0 30px;
    }
    .microsoft-team-front .push-right::after {
        display: none;
    }
    .microsoft-team-front h2 {
        font-size: 25px;
    }
    /*Contact Us*/
    .contact-top {
        font-size: 13px;
    }
    .contact-top h1 {
        font-size: 35px;
    }
    .contact-infos {
        margin: 35px 0;
    }
    .contact-box {
        padding: 20px;
    }
    /*Footer*/
    footer {
        padding: 30px 0;
    }
    footer.contact-footer {
        padding: 80px 0 55px;
    }
    footer .big-grid {
        padding-left: 20px;
    }
    .footer-left {
        width: 160px;
    }
    .footer-left .logo {
        max-width: 115px;
        position: relative;
        top: 15px;
    }
    .footer-right {
        width: calc(100% - 160px);
        padding-bottom: 15px;
    }
    .footer-right::after {
        right: 0;
        left: -5px;
    }
    .footer-white {
        padding: 0;
    }
    .footer-white::after {
        left: -30px;
        bottom: -45px;
    }
    .footer-ms {
        width: 135px;
        font-size: 8px;
        top: 0;
        margin-top: 15px;
        padding-right: 0;
    }
    .footer-terms {
        left: auto;
        right: 0;
        bottom: -25px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
    .build-class-res-item,
    .training-res-item  {
        width: 50%;
        float: left;
        clear: none;
    }
}