body{
	margin: 0;
	color: #000;
	font: 16px/24px 'proxima-soft', 'Open Sans', Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 320px;
}
img{border-style: none;}
a{
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s;
			transition: all .3s;
}
a:hover{text-decoration: underline;}
input,
textarea,
select{
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	/*-webkit-transition: all .3s;
			transition: all .3s;*/
}
input[type="search"]{-webkit-appearance: textfield;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline: none;}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
q{quotes: none;}
q:before{content: ''}
q:after{content: ''}
article,
aside,
footer,
header,
nav,
section{display: block;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.visible-xs{display:none !important;}
.visible-xs-inline-block{display:none !important;}
.visible-sm{display:none !important;}
.visible-sm-inline-block{display:none !important;}
.visible-md{display:none !important;}
/* headings */
h1{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px;
}
h2{
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 15px;
}
h3{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px;
}
h4{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}
h5{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
h6{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px;
}
/* headings */
/* wrapper */
#wrapper{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
/* end wrapper */

/* container */
.container{
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}
.container:after{
	content: '';
	display: block;
	clear: both;
}
/* container */
/* buttons */
.btn{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	position: relative;
	font: 600 22px/49px 'proxima-soft', sans-serif;
	text-transform: uppercase;
	/*! padding: 10px 20px; */
	border: 0;
	text-decoration: none;
	min-width: 250px;
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, .18);
			box-shadow: 2px 2px 11px rgba(0, 0, 0, .18);
	border-radius: 500px;
}
.btn:hover{text-decoration: none;}
.btn-primary{
	background: #1c83e9;
	color: #fff;
}
.btn-primary.type2{
	background: #b60906;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 24px;
	line-height: 29px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.btn-primary:hover,
.btn-primary.type2:hover{
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, .3);
			box-shadow: 2px 2px 11px rgba(0, 0, 0, .3);
}
.btn-info{
	background: #4388cc;
	color: #fff;
	font: 16px/20px 'Open Sans', sans-serif;
	padding: 14px 20px 15px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;

	border: 1px solid #fff;
}
.btn-info:hover{background: #4388cc;}
.btn-totop{
	position: fixed;
	z-index: 90;
	top: 50%;
	right: 0;
	margin: -38px 0 0;
	width: 62px;
	height: 75px;
	border: solid #989798;
	border-width: 3px 0 3px 3px;
	border-radius: 7px 0 0 7px;
	background: #9a4724;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0;
}
.scrolled .btn-totop{opacity: 1;}
.btn-totop:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 26px;
	background: url(../images/arrow-up-gray-01.png) no-repeat;
	background-size: 30px 26px;
	margin: -13px 0 0 -15px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.btn-totop:hover:before{margin-top: -15px;}
/* end buttons */
.visual-wrapper {
	background: url(../images/Rosen_LC_Cover_Black-Background.jpg) no-repeat top center;
	background-size: cover;
	height: auto;
	/*overflow: hidden; */
	position: relative;
}
/* header */
#header{
	position: relative;
	z-index: 100;
  padding: 25px 0;
	transition: all .3s;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}
.flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	overflow: visible;
	-webkit-justify-content: center;
	justify-content: center;
}
.holder {
	margin: 0 auto;
	width: 966px;
}
#header .holder {
	width: 1260px;
}
#header .flex {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
}
#header .logo {
	background: url(../images/rosen_logo_mobile_white.png);
	background-repeat: no-repeat;
	background-position: -300px;
	background-size: contain;
}
#header .logo img {
	display: block;
	opacity: 1;
	transition: opacity .3s;
	height:	45px;
}
#header .former-name {
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 15px;
	line-height: 1;
	align-self: flex-end;
	-webkit-align-self: flex-end;
	flex: 1 1 auto;
	margin-left: 20px;
}
/*Language switcher */
#top-lang-nav {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	position: relative;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
}
#top-lang-nav-iibs a {
	background: none !important;
}
#top-lang-nav > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    margin-bottom: 2px;
    margin-left: 10px;
    background: url(../images/iibs-eteacher-sprite.png) no-repeat 0 -30px;
}
#top-lang-nav.opened > a::after {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
#top-lang-nav .lang-list {
	display: none;
	position: absolute;
	right: 0;
	width: 175px;
	box-sizing: border-box;
	padding: 24px 30px;
	background: #fff;
	margin-top:30px;
	z-index: 30;	
}
#top-lang-nav .lang-list ul {
	padding: 0;
	margin: 0;
	position: static;
	box-shadow: none;
	width: auto;
	list-style: none;
	text-align: center;
}
#top-lang-nav .lang-list::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 17px;
    top: -9px;
    opacity: 1;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transition: top .25s, opacity .05s .25s;
}
#top-lang-nav .lang-list ul li{
	padding: 0;
	margin:0;
}
#top-lang-nav .lang-list li a {
	font-size: 15px !important;
	text-decoration: none !important;
	color: #030303 !important;
	background: none !important;
	display: inline-block;
	padding:0;
}
#top-lang-nav .lang-list li.active-lang a, #top-lang-nav .lang-list li a:hover{
	font-weight: 600;
}
#top-lang-nav ul li:hover {
	background-color: transparent !important;
}
#top-lang-nav .lang-list li a .flag {
	margin-right: 8px;
}
#top-lang-nav .lang-list li a .flag + span {
	display: inline-block;
	width: 90px;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
/* end header */
/* intro-section */
.intro-section{
	background: transparent;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	/*! min-height: 586px; */
	z-index: 20;
}
.intro-section .container{
	padding: 70px 0 0;
	max-width: 966px;
}
.intro-section .block{position: relative;}
.intro-section .block .holder{position: relative;}
.intro-section h1{
	font: 400 38px/1.1 'Suez One';
	color: #ffffff;
	margin: 0 0 10px;
	letter-spacing: 1px;
}
.intro-section .block p {
	margin: 0;
	font: 500 32px/0.8 'proxima-soft';
	color: #28dd9b;
}
.start-countdown{
	font-size: 0;
	line-height: 0;
	font-family: 'Open Sans';
	padding: 0 0 24px;
}
.start-countdown .box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 83px;
	text-align: center;
	color: #000;
	font: 14px/18px 'Open sans', sans-serif;
	border: solid 2px #ccc;
	padding: 10px 10px 6px;
	background: #fff;
}
.start-countdown .box + .box{margin: 0 0 0 16px;}
.start-countdown .box b{
	display: block;
	font: 600 30px/1 'Open Sans', sans-serif;
	padding: 0 0 8px;
}
.start-countdown.type2{padding: 0;margin: 50px 0 70px;}
.start-countdown.type2 .box{
	width: 74px;
	height: auto;
	border: 0;
	padding: 9px 10px 6px;
	background: #fff;
}
.start-countdown.type2 .box + .box{margin: 0 0 0 20px;}
.start-countdown.type2 .box b{
	font-size: 30px;
	line-height: 1;
	padding: 0 0 6px;
	color: #000;
}
.intro-section .bottom{
	background: rgba(255, 255, 255, 0.75);
}
.intro-section .bottom .container{
	padding: 38px 0 48px;
}
.request-form{
	/*! font-size: 0; */
	line-height: 0;
	/*! font-family: 'AdobeBlank'; */
	position: relative;
	max-width: 578px;
}
.request-form h2{
	color: #565656;
	font: 400 22px/1 "proxima-soft", sans-serif;
	margin: 0 0 20px;
}
.request-form .cols{margin: 0 -7px;}
.request-form .cols:after{
	content: '';
	display: block;
	clear: both;
}
.request-form .cols > .col{
	float: left;
	width: 50%;
	padding: 0 7px;
}
.request-form .input-box{position: relative;}
.request-form .input-box + .input-box{margin-top: 19px;}
.request-form .input-box:before{
	content: '*';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	margin: 10px 0 0 13px;
	font: 700 14px/18px 'Open Sans', sans-serif;
	color: #b60906;
}
.request-form .form-control{
	width: 100%;
	height: 37px;
	display: block;
	font: 14px 'Open Sans', sans-serif;
	border: solid 1px #595959;
	background: #fff;
	color: #565656;
	padding: 2px 23px;
	margin: 0;
	border-radius: 0 !important;
	-webkit-appearance: none;
}
.request-form .form-control + .form-control{margin-top: 19px;}
.request-form .form-control::-moz-placeholder{
	color: #565656;
	opacity: 1;
}
.request-form .form-control:-ms-input-placeholder{color: #565656;}
.request-form .form-control::-webkit-input-placeholder{color: #565656;}
.request-form .phone-input{
	border: solid 1px rgba(89, 89, 89, .95);
	background: #fff;
	height: 37px;
	/*! overflow: hidden; */
	padding: 2px 28px;
}

.request-form .phone-input .selectedCountry {
	overflow: hidden;
	width: 20px;
	margin: 0px 5px 0 0;
	display: inline-block;
}
.request-form .country_list {
	float: left;
    position: relative;
    border: none !important;
    background-color: transparent !important;
	/*! height: 38px; */
	margin: 8px 6px 0 0;
}
.country_list input::after {
    content: '';
    display: block;
    clear: both;
}
.request-form .phone-input .showAllCountries {
	display: block;
}
.request-form .phone-input .showAllCountries .triple {
	width: 40px;
	color: #b60906;
	font: italic 600 16px 'Open Sans', sans-serif;
	padding: 0;
	background: none;
	border: 0;
	line-height: 1;
}
.request-form .phone-input .phone-number {
	overflow: hidden;
}
.request-form .phone-input .form-control{
	height: 31px;
	padding: 0;
	background: none;
	border: 0;
	margin: 0;
}

.request-form .countrySelection {
   	background: #fff;
    overflow: hidden;
    position: absolute;
   	width: 100%;
	top: 36px;
   	border: solid 1px rgba(89, 89, 89, .95);
	border-top:none;
	display: none;
	z-index: 3000;
}
.request-form .countrySelection input {
	border: none
}
.request-form .countrySelection ul {
  padding:0;
  margin: 0;
  list-style: none;
  height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.request-form .countrySelection hr {
	border: 1 solid #fff;
	margin-top: 0;
}
.request-form .countrySelection li {
  padding-bottom: 10px;
  color: #000;
  font-size: 16px !important;
  line-height: 1em !important;
  padding: 10px;
  position: relative;
}
.request-form .countrySelection li span {
	display: inline-block;
	margin-right: 10px;
}
.request-form .tooltip {
	position: absolute;
	right: 6px;
	font-size: 12px;
	color: #990000;
	padding-left: 20px;
	text-align: right;
	display: block;
	top: 19px;
}
.request-form .btn-row{
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 100%;
	width: 280px;
	margin: 0 0 0 35px;
}
.request-form .btn-row .btn{
	display: block;
	width: 100%;
	min-width: 1px;
}
.floating-hand {
    position: absolute;
    top: 230px;
    left: 51%;
    width: 460px;
}
/* end intro-section */
/* stats-box section */
#stats-box {
	padding: 30px 0;
}

#stats-box .strip-title {
	font-size: 23px;
	font-family: 'proxima-soft', sans-serif;
	margin-right: 40px;
	margin-bottom: 0;
	line-height: 1.2;
	color: #000;
	text-align: center;
	font-weight: 400;
}
#stats-box .strip-title strong {
	display: block;
	/*! font-style: italic; */
	font-family: 'Suez One';
}
#stats-box .intro {
	font-size: 16px;
	width: 80%;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 auto;
}
#stats-box .num-items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-left: 3px solid #6f6f6f;
	list-style: none;
	text-align: center;
}
#stats-box .num-items .item {
	font-family: 'proxima-soft', sans-serif;
	margin: 10px 0px 15px;

}
#stats-box .num-items .item-icon {
	display: none;
}
#stats-box .num-items .item-name {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto 5px;
}
#stats-box .num-items .item-number {
    color: #1c83e9;
    font: 500 42px/1 "proxima-soft", sans-serif;
		padding: 0 35px;
	  border-right: 2px solid #1c3657;
}
#stats-box .num-items .item:last-of-type .item-number {
	border-right: 0px;
}
/* end stats-box section */
/* testimonials-section */
.testimonials-section{/*! background: #fff url(../images/bg-block-03.png) repeat; */}
.testimonials-section .container{
	max-width: 742px;
	padding-top: 51px;
	padding-bottom: 58px;
}
.testimonials-slideshow{position: relative;}
.testimonials-slideshow .slick-slide:focus{outline: none;}
.testimonial{
	position: relative;
	padding: 22px 0 51px 203px;
}
.testimonial .photo{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 168px;
	overflow: hidden;
}
.testimonial .photo img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.testimonial blockquote{
	margin: 0;
	color: #000;
}
.testimonial blockquote q{
	display: block;
	font-size: 19px;
	line-height: 29px;
	padding: 0 0 7px;
}
.testimonial blockquote q:before{content: '“'}
.testimonial blockquote q:after{content: '”'}
.testimonial blockquote cite{
	display: block;
	font: 16px/20px 'VistaSlabOTBold', 'Times New Roman', Times, serif;
}
.slick-dots{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 0 4px;
}
.slick-dots button{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #707070;
}
.slick-dots button:hover,
.slick-dots .slick-active button{background: #fa0673;}
.slick-dots button:focus{outline: none;}
/* end testimonials-section */
/* learning-info */
.learning-info{
	background: #fff;
	text-align: center;
	font: 30px/36px 'VistaSlabOTLightItalic', 'Times New Roman', Times, serif;
	color: #000;
}
.learning-info .container{
	padding-top: 68px;
	padding-bottom: 81px;
	max-width: 760px;
}
.learning-info h2{
	color: #2a2a2a;
	margin: 0 0 25px;
	text-transform: uppercase;
	font: 40px/44px 'VistaSlabOTBlack', 'Times New Roman', Times, serif;
}
.learning-info h3{
	color: #bdbdbd;
	margin: 0 0 15px;
	text-transform: uppercase;
	font: 600 14px/18px 'Open Sans', sans-serif;
}
.customers-logos{
	list-style: none;
	margin: 0;
	padding: 0 0 24px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
}
.customers-logos li{
	display: inline-block;
	vertical-align: middle;
}
.customers-logos li + li{margin: 0 0 0 30px;}
.customers-logos .logo-intel{width: 96px;}
.customers-logos .logo-microsoft{width: 192px;}
.customers-logos .logo-ibm{width: 106px;}
.customers-logos img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.learning-info p{margin: 0;}
/* end learning-info */
/* countdown-section */
.countdown-section{
	text-align: center;
	background: #f2f2f2;
}
.countdown-section .container{
	padding-top: 51px;
	padding-bottom: 70px;
}
.countdown-section h2{
	color: #000;
	margin: 0 0 26px;
	text-transform: uppercase;
	font: 37px/41px 'VistaSlabOTLight', 'Times New Roman', Times, serif;
}
.countdown-section .start-countdown{padding: 0 0 33px;}
/* end countdown-section */
/*-------- SLIDER SECTION --------*/
#slider {
	padding: 30px 0;
}
#slider .slider-container {
	width: 1064px;
	margin: 0 auto;
}
#slider .slick-track {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#slider h2 {
	text-align: center;
	font: 400 30px/1 'Suez One', sans-serif;
	margin: 30px 15px 0px;
	
}
#slider blockquote p {
	font-size: 18px;
	color: #000;
	padding: 20px 20px 10px;
	text-align: left;
}
#slider blockquote footer {
	text-align: right;
	padding-right: 20px;
	font-weight: 700;
}
#slider .item-wrap img {
		max-width:126px;
}

#slider .slider-container .item-wrap {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: ;
	-webkit-align-items: center;
	flex-direction: row;
	align-items: center;
}
.slick-dots{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 0 4px;
}
.slick-dots button{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #1c83e9;
	background: #1c83e9;
}
.slick-dots button:hover,
.slick-dots .slick-active button{background: #fff;}
.slick-dots button:focus{outline: none;}
/*---------HUJI STRIP--------*/

#huji-strip {
	padding: 30px 0;
	background: url('../images/waves_texture.png');
}

#huji-strip .holder {
	max-width: 75%;
}
#stats-box .huji-text, .cta-text  {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-left: none;
	max-width: 470px;
    margin-left: 30px;
	
}
.huji-logo {
	width: 290px;
    margin-right: 90px;
}
.huji-box {
	padding: 70px 0 50px !important;
	font-size: 15px;
    line-height: 1.2;
}
.huji-text, .cta-text { 
	display: block !important; 
	font-size: 18px;
}
.cta-text p {
	font-weight: 600;
}
.huji-text h3, .cta-text h3 { 
	font: 400 30px/1 'Suez One', sans-serif;
	margin-bottom: 15px;
}

.huji-logo-mobile {display:none;}
	
	
/*---------END HUJI--------*/ 
/*---------CTA - LAST -------*/ 

#last-cta {
	border-radius: 0;
    /*! box-shadow: 0 4px 0 #860202; */
    font-size: 1.25rem;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: 40px auto 0;
    max-width: 400px;
    padding-bottom: 12px;
    padding-top: 12px;
	background: #1c83e9 none repeat scroll 0 0 !important;
	display: block;
    width: 100%;
	color: #fff;
    text-transform: uppercase;
	text-decoration: none;
	border: 0;
	border-radius: 500px;
	font-family: 'proxima-soft';
}

#cta-strip {
	background: url('../images/Modern-way_background_pattern3.png');
	color: #000;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 !important;
}

#cta-strip h3 {
	font: 600 43px/1 'proxima-soft';
	padding-bottom: 20px;
	max-width: 500px;
	margin: 10px auto 0;
	color: #1c3657;
}
#cta-strip h3 strong {
	display: block;
	font: 400 43px/46px 'Suez One';
}
#cta-strip .holder {
	max-width: 650px; 
}

#cta-strip .huji-text {
	text-align: -webkit-center !important;
	text-align: center;
}
#cta-strip .cta-text {
	margin-left: 0;
}


/*---------END  CTA - LAST -------*/ 
/* footer */
/*----------- FOOTER SECTION --------------*/
#footer{
	text-align: center;
	background: #001932;
	color: #959595;
	line-height: 30px;
}
#footer .container{
	padding-top: 40px;
	padding-bottom: 130px;
	max-width: 1310px;
	position: relative;
}
#footer .container {
	border-top: 1px solid rgba(255,255,255,0.5);
}
#footer p{margin: 0 0 6px;}
#footer nav{
	font-size: 0;
	line-height: 0;
	/*! font-family: 'AdobeBlank'; */
}
#footer nav > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer nav > ul > li{
	display: inline-block;
	vertical-align: top;
	font: 14px/18px 'Open Sans', sans-serif;
	position: relative;
}
#footer nav > ul > li + li{padding: 0 0 0 14px;}
#footer nav > ul > li + li:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 1px;
	height: 14px;
	background: #d2d2d3;
	margin: 2px 0 0 6px;
}
#footer nav > ul > li > a{color: #fff;}
#footer nav > ul > li > a:hover{
	text-decoration: none;
	color: #ff8715;
}

#footer .services {
	padding-top: 40px;
}
#footer .services h3 {
	font: 500 20px/30px "proxima-soft", sans-serif;
	color: #ffffff;
}
#footer .services ul, #footer .services li {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: center;
	-webkit-align-items: ceter;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-left: 0;
}

#footer .services li {
	margin: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	width: 160px;
	color: #ffffff;
}
#footer .services .ed-image {
	margin-right: 10px;
}
#footer .services .ime-title, #footer .services .imfa-title {
	display: block;
}

#footer .services .ime-title, #footer .services .imfa-title {
	display: block;
	margin-top: -10px;
}
#footer .copyright a {
	color: #959595;
}
/* end footer */
.btn-holder {
	display: none;
}

@media screen and ( max-width:1280px ){
	/* header */
	#header .holder {
		width: 90%;
	}
	/* end header */


}
@media screen and ( max-width:1024px ){
	/* header */
	#header .holder {
		width: 90%;
	}
	/* end header */
	.intro-section .container {
		padding: 40px 0 25px;
		max-width: 84%;
	}
	.intro-section .block .holder{
		
	}
	.start-countdown.type2 {
		margin: 10px 0 5px;
	}
	#slider .slider-container {
		width: 100%;
	}
	#stats-box .num-items .item-number { font-size:30px; }
	#stats-box .strip-title { font-size: 24px !important;}
	.huji-text { text-align: left; }
	.holder .huji-logo {width: 246px; margin-right: 50px;}	
	.floating-hand { top: 120px;}
	
}
@media screen and ( max-width:768px ){
	/*--- IIBS LP TABLET STYLES --- */
		.holder {
		width: unset;
	}
	.intro-section .block .holder {
		text-align: center;
	}
	.intro-section h1 {
		font-size: 40px;
	}
	.intro-section .block p {
		font-size: 30px;
		line-height: 0.8;
	}
	.start-countdown.type2 {
		margin: 15px 0 5px;
	}
	.request-form{max-width: none;}
	.request-form h2 {
		text-align: center;
	}
	.request-form .cols{
		margin: 0 auto;
		max-width: 724px;
		padding: 0 0 29px;
	}
	.request-form .cols > .col{
		padding: 0;
	}
	.request-form .col:first-of-type {
		padding-right: 20px;
	}
	.request-form .input-box + .input-box{margin-top: 21px;}
	.request-form .btn-row{
		position: relative;
		bottom: auto;
		left: auto;
		text-align: center;
		margin: 0 auto;
		width: 50%;
	}
	.request-form .btn-row .btn{
		display: inline-block;
		width: auto;
		min-width: 314px;
	}	
	#stats-box .flex,
	#huji-strip .flex {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	/* end header */
	.floating-hand { display:none; }
	.site-width {text-align: center; }
	#stats-box .holder {display: block;}
	#stats-box .num-items {border-left:none;margin-right: 0;font-size: 30px;padding: 35px 0 25px;flex-direction: row;-webkit-flex-direction: row; padding-top: 20px !important;}
	#stats-box .strip-title {margin:0; font-size: 25px !important;}
	#stats-box .num-items .item-number { padding: 0 38px;}
	.form-wrap {display:block !important; }
	.fields-wrap {    max-width: 100% !important;}
	.contact-form .fields-wrap .row { padding-left: 35px; height:40px;}
	.contact-form .row input { height:39px !important;} 
	.contact-form .fields-wrap .email,.phone {margin-right:0 !important;}
	.contact-form .submit-wrap { margin-top: 30px; }
	.contact-form .form_title { font-size: 21px;}
	.request-form .btn-row .btn {width: 100%;}
	.time-is-running { font-size:33px !important; }
	.page-title h1 {font-size:50px; }

	/*---------JS carousell 768 display change-------------*/ 	
	#slider .slider-container {
		padding: 0 20px;
	}
	#slider h2 {
		margin: 20px 15px 0;
	}
	#slider blockquote p {
		font-size: 18px;
		padding: 10px 20px 10px;
	}
	#slider blockquote footer { 
		font-size:18px; 
		padding-bottom: 40px;
	}
	#slider .item img { width: 322px; float: left; margin: 0 20px 40px; padding-top: 10px; }
	div.item-wrap { max-width: none !important; }
	.huji-logo {display:none; }
	#huji-strip .huji-logo-mobile {
		display:block; max-width: 90%;
    margin: 15px 0 25px;
	}
	.huji-box {
		padding: 20px 0 !important;
	}
	.huji-text h3 { display:none;}
	.cta-text {
		margin-left: 0 !important;
		font-weight: 500;
		line-height: 1.3;
		font-size: 17px;
	}
	#cta-strip h3,
	#cta-strip h3 strong {
		font-size: 40px;
	}
	#last-cta {
		margin: 40px auto 0;
		width: 50%;
	}
	#countdown .num-holder { width:81px; height:81px; } 
	#countdown .num-holder span { font-weight: 37px; }
	.huji-text { text-align:center;  line-height: 1.3; margin: 0 20px;font-weight: 500;}

	#footer .holder {
		width: 84%;
	}
	#footer .services-block {
		border-bottom: 0;
	}
	/* --- END IIBS TABLET STYLES --- */
}


@media screen and (min-width: 768px) {
	#last-cta { display:block; width: 55%;}
	.cta-text .iibs-bl-logo {display: none !important;}

}




@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	body{-webkit-text-size-adjust: none;}
	#header {
		background: url(../images/Rosen_LC_Genesis_mobile.jpg) no-repeat top center;
		background-size: cover;
		text-align: center;
		/*! z-index: inherit; */
		padding: 10px 0 44%;


	}
	.visual-wrapper {
		background: none;
		background-size: initial;
	}
	.visible-sm{display: none !important;}
	.visible-sm-inline-block{display: none !important;}
	.hidden-sm{display: block !important;}
	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}
	.visible-xs-inline-block{display: inline-block !important;}
	.visible-md{display:none !important;}
	/* buttons */
	.btn{
		font-size: 24px;
		line-height: 30px;
		padding: 7px 20px;
		min-width: 252px;
	}
	.btn-primary.type2{
		padding-top: 10px;
		padding-bottom: 10px;
		min-width: 244px;
	}
	.btn-info{
		font-size: 16px;
		line-height: 20px;
	}
	/* end buttons */
	#header .logo {
		height: 34px;
		flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		background-position: top left;
	}
	#header .logo img,
	#header .former-name {
		display: none;
	}
	/* intro-section */
	.intro-section .container {
    	padding: 20px 0 0;	
    	max-width: unset;
	}
	.intro-section{
		font-size: 18px;
		line-height: 22px;
	}
	.intro-section .block{min-height: 1px;}
	.intro-section .block .holder{
		padding: 0;
		text-align: center;
	}
	.intro-section .block h1{
		margin: 0 0 25px;
		color: #1c3657;
		text-shadow: none;
		/*! font: 600 32px/1 'freight-text-pro'; */
		font-size: 30px;
	}
	.intro-section .block p {
		margin: 0;
		text-shadow: none;
		color: #000000;
		/*! font: 600 20px/26px "Open Sans", sans-serif; */
		margin-bottom: 18px;
		font-size: 22px;
		font-weight: 500;
	}
	.start-countdown .box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	text-align: center;
	color: #ffffff;
	font: 12px/15px 'Open sans', sans-serif;
	border: solid 2px #ccc;
	padding: 6px 6px;
	background: #fff;
	}
	
	.countdown-section .start-countdown .box{
	color: #b60a06;
	
	}
	.start-countdown .box + .box{margin: 0 0 0 14px;}
	.start-countdown .box b{
		font-size: 22px;
		line-height: 24px;
		padding: 0 0 7px;
		color: #1c83e9;
		
	}
	.start-countdown.type2 .box{
		width: 56px;
		padding: 2px 10px 3px;
		font-size: 12px;
		line-height: 16px;
		background-color: #1c83e9;
	}
	.start-countdown.type2 .box + .box{margin: 0 0 0 14px;}
	.start-countdown.type2 .box b{
		font-size: 24px;
		line-height: 28px;
		padding: 2px 0;
		color: #ffffff;
	}
	

	.intro-section .bottom .container{padding: 23px 24px 40px;}
	.request-form h2{
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.3;
		color:#000;
	}
	.request-form .cols{
		margin: 0;
		padding: 0;
	}
	.request-form .cols > .col{
		float: none;
		width: auto;
		padding: 0;
	}
	.request-form .input-box,
	.request-form .input-box + .input-box{margin: 0 0 10px;}
	.request-form .btn-row {
		width: 80%;
		margin-top: 15px;
	}
	.request-form .btn-row .btn{
		min-width: 252px; 
		background-color: #fc7856; 
		line-height: 35px;
		font-size: 19px;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}
	.request-form .btn-row .btn:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 9px;
		height: 10px;
		margin-left: 8px;
		margin-bottom: 2px;
		/*! background: url(../images/iibs-eteacher-sprite.png) no-repeat 0px 0px; */
		transform: translateX(0);
		transition: none; /*transform .4s;*/
}
	
	.request-form .form-control {
		background: #fff;
		border: 1px solid #b7b7b7;
		padding-left: 22px;
		margin-bottom: 13px;
		height: 40px;
		border-radius: 3px !important;
	}
	.request-form .phone-input {
		background: #fff;
		border: 1px solid #b7b7b7;
		padding-left: 22px;
		margin-bottom: 13px;
		height: 40px;
		border-radius: 3px
	}
	/* end intro-section */

	/* testimonials-section */
	.testimonials-section .container{
		padding-top: 46px;
		padding-bottom: 34px;
	}
	.testimonials-section h2{
		text-align: center;
		max-width: 212px;
		margin: 0 auto 43px;
		padding: 0 0 26px;
		text-transform: uppercase;
		color: #000;
		font: 20px/24px 'VistaSlabOTBold', 'Times New Roman', Times, serif;
		border-bottom: solid 1px #dce1e6;
	}
	.testimonial{
		text-align: center;
		padding: 0 0 29px;
	}
	.testimonial .photo{
		position: relative;
		top: auto;
		left: auto;
		width: 169px;
		margin: 0 auto 26px;
	}
	.testimonial blockquote q{
		font-size: 14px;
		line-height: 24px;
		padding: 0 0 20px;
	}
	.testimonial blockquote cite{
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.slick-dots li{padding: 0 6px;}
	/* end testimonials-section */
	/* countdown-section */
	.countdown-section{display: block;}
	.countdown-section .container{
		padding-top: 39px;
		padding-bottom: 51px;
	}
	.countdown-section h2{
		margin: 0 0 22px;
		font-size: 25px;
		line-height: 29px;
	}
	.countdown-section .start-countdown{padding: 0 0 29px;}
	/* end countdown-section */
	/* learning-info */
	.learning-info{
		border-top: 0;
		font-size: 15px;
		line-height: 19px;
	}
	.learning-info:before{height: 130px;}
	.learning-info .container{
		padding-top: 36px;
		padding-bottom: 38px;
	}
	.learning-info h2{
		margin: 0 0 13px;
		font-size: 29px;
		line-height: 33px;
		letter-spacing: -1px;
	}
	.learning-info h3{
		margin: 0 0 15px;
		font-size: 11px;
		line-height: 15px;
	}
	.customers-logos{padding: 0 0 27px;}
	.customers-logos li + li{margin: 0 0 0 20px;}
	.customers-logos .logo-intel{width: 58px;}
	.customers-logos .logo-microsoft{width: 114px;}
	.customers-logos .logo-ibm{width: 63px;}
	/* end learning-info */
	/* footer */
	/* footer */
	#footer{
		font-size: 14px;
		line-height: 19px;
		color: #fff;
	}
	#footer .container{
		padding-top: 43px;
		padding-bottom: 75px;
		border-top: 0;
	}
	#footer p{margin: 0 0 13px;}
	#footer p span{
		display: block;
		color: #ccc;
		padding: 0 0 7px;
	}
	#footer nav > ul > li{
		font-size: 14px;
		line-height: 18px;
	}
	/* end footer */
	/* end footer */
	/* mobile-cta */
	.mobile-cta{
		position: fixed;
		z-index: 90;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px;
		background: #4388cc;
	}
	.mobile-cta .btn-info{
		display: block;
		min-width: 1px;
	}
	/* end mobile-cta */

	/* ROSEN  STYLES */
	#stats-box {
		padding-bottom: 0px;
	}
	#stats-box .strip-title strong {
		letter-spacing: 0.5px;
	}
	#stats-box .num-items {: 
		padding: 0;
-webkit-justify-content: space-around;
justify-content: space-around;
	}
	#stats-box:after {
		content: '';
		display: block;
		width: 100%;
		background: url(../images/rosen_small_wave.png) no-repeat center;
		height: 40px;
	}
	#stats-box .num-items .item-number {
		border-right: none;
		font-size: 29px;
		font-family: 'Suez One';
		padding: 0;
	}
/* Slider Section */
	#slider .slider-container { 
		width: 100%;
		padding: 0;
	}
	#slider h2 {
		font-size: 27px;
		line-height: 1.2;
		margin: 20px auto 0px;
	}
	#slider .item-wrap img {
		max-width: 218px;
		margin: 30px auto 0;
	}
	#slider blockquote {
		margin: 0;
	}
	#slider blockquote p {
		text-align: center;
		font-size: 19px;
	}
	#slider .slider-container .item-wrap {
		display: block;
		padding: 0;
	}
	#slider blockquote footer {
    	font-size: 16px;
    	padding-right: 0px;
		  padding-bottom: 20px;
    	text-align: center;
	}
	#slider ul.slick-dots {
		padding: 30px 0;
	}
	#huji-strip {
		background: transparent;
		padding: 10px 0 !important;
	}
	.huji-box {
		padding: 20px 0 !important;
	}
	#huji-strip .holder,
	#cta-strip .holder {
		max-width: 90%;
	}
	#cta-strip {
		padding: 20px 0 15px !important;
		color: #000000;
	}
	#cta-strip h3 strong {
		font-size: 30px;
	}
  .huji-text h3 {
    background-repeat: no-repeat;
    background-position: 98px 100px;
    height: 150px;
    background-size: contain;
    background-position: bottom center;
	  font-size: 24px;
  }
	img.iibs-bl-logo {
		display: none;
	}
	#cta-strip h3 {
    padding: 20px 0px 10px;
    font-size: 30px;
  }
	#cta-strip h3 strong {
		font-size: 30px;
	}
	#last-cta {
		width: 75%;
	}
	#footer .services ul {
		/*! -webkit-flex-direction: column; */
		/*! flex-direction: column; */
		/*! width: 80%; */
	}
	#footer .credit-holder{
		font-size: 14px;
	}
	#footer .privacy-policy li:first-of-type {
		border-left: none;
	}
	
}

/*----------------------------------------------------------------*/
/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 37px;
	width: auto !important;
	border: solid 1px rgba(89, 89, 89, .95);
	background: #fff;
	cursor: pointer;
	text-align: left;
}
.select-area.select-active{border-bottom: 0;}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
.select-area .select-opener:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4.5px 0;
	border-color: #b60906 transparent transparent transparent;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-active .select-opener:before{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	display: block;
	color: #555;
	padding: 8px 0 8px 23px;
	z-index: 2;
	font: 14px/19px 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 45px 0 0;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-active .center{color: #a5a5a5;}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	position: absolute;
}
.select-options .drop-holder {
	background: rgba(255, 255, 255, .8);
	overflow:hidden;
	position:relative;
	border: solid rgba(89, 89, 89, .95);
	border-width: 0 1px 1px;
}
.select-options div.drop-list {width: 100%;}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0 5px 6px;
	margin: 0;
	position:relative;
	z-index:2;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
	font: 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.select-options ul a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 1px 15px 1px 38px;
	color: #555;
}
.select-options .item-selected a {
	text-decoration: none;
	color: #b60906;
}
.select-options ul a:hover {text-decoration: none;}
.select-options ul a:focus {outline: none;}




/* custom additions */
section.learning-info {
    display: none;
}
section.countdown-section {
    display: none;
}
img.iibs-bl-logo {
	display:none;
}


@media screen and ( max-width:768px ){ 
img.iibs-bl-logo {
    height: 70px;
	display:initial;
}

