@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'beausite_classiclight';
    src: url('BeausiteClassicWeb-Light.woff2') format('woff2'),
         url('BeausiteClassicWeb-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'beausite_classiclight_italic';
    src: url('BeausiteClassicWeb-LightItalic.woff2') format('woff2'),
         url('BeausiteClassicWeb-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'beausite_classicsemibold';
    src: url('BeausiteClassicWeb-Semibold.woff2') format('woff2'),
         url('BeausiteClassicWeb-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'beausite_classicSBdIt';
    src: url('BeausiteClassicWeb-SemiboldItalic.woff2') format('woff2'),
         url('BeausiteClassicWeb-SemiboldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*  */
    /* General styles */
body {
	margin:0;
	padding:0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font-size:14px;
	line-height:18px;
	letter-spacing: 0.02em;
	color:#505050;
	font-family: 'beausite_classiclight', sans-serif;
	background: transparent !important; /* DO NOT PUT BACKGROUND IMAGE OR COLOR HERE */
	overflow-x: hidden;
}
em, i {
    font-family: 'beausite_classiclight_italic';
}
strong, b {
    font-family: 'beausite_classicsemibold';
}
em strong, i strong, strong em, strong i, em b, i b, b em, b i {
    font-family: 'beausite_classicSBdIt';
}

iframe {
	margin: 0px;
	padding: 0px;
	border: none !important;
	display: inline-block;
}

iframe:nth-child(2), iframe:nth-child(3) {
	margin-top:0px;
}

.cbar2 {font-size: 150% !important}

/* LIGHTBOX MASKING COLOR ON SCREEN */
#cboxOverlay{background:#555 !important}


/* FIXES BODY STYLES ON INDEX */
#outerframe {
	width:100% !important;
	height: auto !important;
	display: inline-block !important;
	box-shadow: !important;
	padding: 0px !important;
	overflow-x:hidden !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
}

/* FIX TO HEADER SIZE */
#outerframe #header {
	height: 120px !important;
}


/************************* KMX SIGN IN PAGE LOGO GOES BELOW HERE *******************************/ 
#banner-holder {
	height: 120px !important;
	background: url( '../img/New-ICBA-Education.svg' ) no-repeat 0px 0px !important;
	-webkit-background-size: 30% 110px !important;
	-moz-background-size: 30% 110px !important;
	-o-background-size: 30% 110px !important;
	background-size: 30% 110px !important;
}

/* FIXES TO THE MAIN FRAME */
#main {
	max-width:100%;
	margin-left: -0.305em;
	/* min-height: 920px; */
	background-color: rgba(255, 255, 255, 0.5);
}

/* FIXES TO THE INFROMATION LOGIN FRAME */

#information {
	vertical-align: top;
	/* min-height: 920px; */
	background-color: rgba(255, 255, 255, 0.5);
}

.vubizlogin {
    padding: 10px;
    width: 185px;
    border-top: 53px solid #2b80ff;
    font-family: 'beausite_classiclight', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0px !important;
}

.vubizlogin table {
	padding-top: 10px;
}
.icba_slogan {
  width: 66%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 26%;
  font-size: 24px;
  text-align: right;
  color: #001026;
}

/* FIXES RETRIEVE PASSWORD PAGE*/
.getpasspg {
  padding: 10px;
  width: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.5);
}

.getpasspg table {
	width: calc(100% - 20px);
}
.getpasspg table tr:nth-child(3) form[action="mail_password.ihtml"] {
	width:300px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: white;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: radio !important;
    box-shadow: none !important;
    margin: 20px !important;
    padding: 5px !important;
    height: 20px !important;
    width: 20px !important;
    vertical-align: middle !important;
}

.green-btn {
  font-size: 10pt;
  color: #0979bb;
}
.green-btn a u {
  font-size: 11pt;
  line-height: 22pt;
  color: #0979bb;
}

.green-btn:hover {
  color: #333333;
  text-decoration: none;
}

input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="submit"] {
  border: none;
  background-color: #2b80ff;
  color: #FFFFFF !important;
  box-shadow: none;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  text-align: center;
  font-family: 'beausite_classiclight', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0;
  display: inline-block;
  min-width: 175px;
  letter-spacing: 1px;
}

input[type="submit"]:hover {
  border: none;
  background-color: #001026;
  color: #FFFFFF !important;
  box-shadow: none;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
}

.but_reg {
  color: #FFF;
  background-color: #ac200f;
    border-style: solid;
  border-width: 2px;
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.9rem;
  padding-right: 2rem;
  padding-bottom: 0.9rem;
  padding-left: 2rem;
  font-family: inherit;
  font-size: 1rem;
  border-color: #EEE;
  transition: background-color 300ms ease-out;
}

.but_reg:hover {
  color: #333333;
  background-color: #FFF;
    border-style: solid;
  border-width: 2px;
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.9rem;
  padding-right: 2rem;
  padding-bottom: 0.9rem;
  padding-left: 2rem;
  font-size: 1rem;
  border-color: #EEE;
  transition: background-color 300ms ease-out;
}

/* ADDED HEADER LINKS */
.leadacademy {
    width: 150px;
    height: 110px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    position: relative;
    display: inline-block;
    margin-top: 50px;
}
.leadacademy:hover {
    color: transparent;
}

/* FLEXSLIDER FLOATING TEXT BOX */
.flexslider, .flexslider .slides, .flexslider ul, .flexslider li img{-moz-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; background: transparent;}
.boxheader {background-color: #282828; font-style: italic; margin: 0px -12px; overflow:hidden; margin-top: -75px; height:60px; -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5); box-shadow: 2px 2px 4px rgba(0,0,0,0.7);}
@-moz-document url-prefix() {
.boxheader {background-color: #282828; font-style: italic; margin: 0px -11px; overflow:hidden; margin-top: -75px; height:60px; -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5); box-shadow: 2px 2px 4px rgba(0,0,0,0.7);}
}
.text-small {	
  margin: 0px;
  position: absolute;
  display: block;
  background-color: #2B80FF;
  padding: 16px 8px;
  color: #fff;
  font-family: 'beausite_classiclight', sans-serif;
  font-size: 18px !important;
  line-height: 21px;
  font-weight: normal !important;
  width: 100% !important;
  text-align: center;
}
.text-small a {color: #FFFFFF;}
.text-small a:hover{color: #dedede; text-decoration: none; }
.hilite {color: #7032BD;}
.disclaimer {font-size:70%; color: #aaa; font-style:italic;}
.thetextarea {
  top:0px;
  width: 100%;
  text-align: center;
  display: block;
}
.thetextarea h1,h2,h3,h4,h5,h6 {
    color: #FFFFFF;
    font-family: 'beausite_classiclight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 20px;
}
.text-sm-btns {display:inline-block; text-align:justify; vertical-align:middle;}

/* LOGIN TEXT AT THE TOP */
.logininfo {
	top: 30%;
    right: 7%;
    position: absolute;
    width: 60%;
    height: 200px;
    color: #FFFFFF;
    font-size: 200%;
    text-align: right;
    font-style: italic;
    line-height: 25px;
}

.logininfo a{
    color: #FFFFFF;
    text-decoration: none;
}

.studentable {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.studentablediv {
    position: relative;
    display: inline-block;
    width: 14.25%;
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    padding: 10px 0px;
}

/*********** BELOW MODIFICATIONS FOR VERSION 11 RESPONSIVE ***********/
#outerframe {
  overflow-x: hidden !important;
}
.iframeContent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    transition: margin-left .5s;
}
#cboxWrapper > div {
    display: flex !important;
}
#main {
  width: calc(85% - 200px); 
  height: calc(100vh - 120px) !important; 
}
#information {
  height: calc(100vh - 120px);
}
.vubizlogin {
  overflow: auto !important;
  overflow-x: hidden !important;
}
.getpasspg h3 {
    color: #505050;
    padding: 0px;
}
.column1 img, .column2 img {
    margin-top: 0.53vw;
}
.mobileMenu {display: none;}
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #777777;
}
/* For Internet Explorer */
body {
  scrollbar-face-color: #777777;
  scrollbar-track-color: #eee;
}

@media screen and (max-width: 1620px) {
  #main {
    width: calc(100% - 200px);
  }
}
@media all and (max-width:800px){
  #colorbox {zoom: 0.77;}
  .gradient-blue {margin-top: -20px;}
  .lightbtn {
    padding: 5px 30px !important;
    line-height: 40px !important;
    font-size: 30px !important;
    display: flex !important;
    justify-content: center !important;
  }
  .vubizlogin table br {display: contents;}
  #banner-holder {
      background-position: center top !important;
      width: 100%;
      position: absolute;
  }
  .content2 .overlay2, .logininfo {display: none;}
  .opacity2 {width: 100%; padding-right: 0px; margin-top: 0px;}
  .iframeContent {
      margin-left: -200px;
      width: auto;
      padding: 0px;
  }
  .iframeContent.slidingnav {
    margin-left: 0px;
  }
  .iframeContent img {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
    z-index: 10;
    display: block;
    position: absolute;
    left: -1px;
    top: -3px;
  }
  img.closecross {
      margin: 10px;
      top: -5px;
  }
  .iframeContent.slidingnav .hammenu, .iframeContent:not(.slidingnav) .closecross {
    opacity: 0;
    z-index: -1;
  }
  .mobileMenu {
    width: 50px;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    border: none;
    outline:none;
    cursor: pointer;
    -moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 1px solid #cecece;
  }
  .mobileMenu:after {
      content: "menu";
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 46px;
      font-size: 11px;
      position: relative;
  }
}
@media all and (max-width:670px){
  #colorbox {zoom: 0.415;}
}
@media all and (max-width:380px){
  #colorbox {zoom: 0.375;}
}
/*********** ABOVE MODIFICATIONS FOR VERSION 11 RESPONSIVE ***********/

@media screen and (max-width: 1366px) {
  .studentablediv {min-width: inherit;width: 30%;}
}

@media screen and (max-width: 1024px) {
  .studentablediv {width: 48%;}
}
@media screen and (max-width: 920px) {
	#outerframe #header {background: none !important;}
  #banner-holder {
    background: url(../img/New-ICBA-Education.svg) no-repeat center top !important;
    background-size: 230px !important;
  }
  .icba_slogan {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0px;
    font-size: 17px;
    text-align: center;
    line-height: 26px;
  }
}
@media screen and (max-width: 720px) {
  .studentablediv {width: 94%; display: block;}
}

