/*
 * Copyright 2014
 * Developed By Contact Point IT Services
 */


/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * General Styles
 */
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background: #fff;
}
a,
a:link,
a:visited,
a:active {
	color: #62656A;
	text-decoration: none;
}
a:hover {
	color: #005BC3;
}
p {
	padding-bottom: 8px;
	overflow: visible;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #c0c0c0;
	color: #c0c0c0;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img { border: 0; }
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 23px;
    font-weight: normal;
	color: #000;
	padding-bottom: 11px;
    display: block;
    line-height: normal;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	padding-bottom: 5px;
    line-height: normal;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-bottom: 5px;
    line-height: normal;
}
fieldset {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #c0cdd4;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}


/*
 * General Layout
 */
/*
#container {
    width: 100%;
}
.wrapper {
    margin: 0 auto;
}*/
/*
.left {
    width: 485px;
    padding-left: 5px;
    float: left;
    display: inline-block;
}
.right {
    width: 485px;
    float: right;
    display: inline-block;
}*/

#header, #body, #footer {
    width: 100%;
}

#header {
    background: rgb(255,255,255);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    background: rgba(255,255,255,0.6);
}

#logo {
    background: url('/new_landing/images/belogo_large.png') no-repeat;
}

/*
 * Navigation
 */
/*#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation a,
#nav-book-session a {
    font-family: 'Roboto Slab';
    color: black;
}*/


/*
 * Body Component
 */
/*
#content {
    margin-top: 55px;
}


#content {
    padding-left: 34px;
    padding-right: 10px;
    font-size: 14px;
    color: #596165;
    line-height: 20px;
}
#content p {
    padding-bottom: 15px;
}
#content p a {
    text-decoration: underline;
}
#content ul, #content ol {
    margin-left: 25px;
    padding-bottom: 15px;
}
#content ul ul, #content ol ul {
    padding-bottom: 3px;
}
.round {
    border: 3px solid #000;
    width: 150px;
    height: 50px;
    position: relative;
    -moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Chrome & Safari */
	border-radius: 10px; /* Opera 10.50 & IE9 , Also Works for IE-CSS3 the Script */
    -moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
    box-shadow: 5px 5px 10px #000;
    z-index: 2;
    behavior: url(ie-css3.htc);
}
/*
#home-grid-nav {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
    behavior: url('scripts/PIE.htc');
}

#home-grid-nav .grid {
    display: inline-block;
    background: rgb(255,255,255);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background: rgba(255,255,255,0.7);
    text-align: center;
}

.class-grid {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.class-grid h2 {
    color: #68DFA2;
}

.class-grid-icon,
.class-grid-title,
.class-grid-content,
.class-grid-timetable,
.class-grid-book {
  position: absolute;
}

#content .class-grid a {
    text-decoration: none;
    font-weight: bold;
}
*/

/*
 * Footer Component
 */

#footer {
    color: #000;
}
#footer a {
    color: #000;
}
#footer a:hover {
    color: #68DFA2;
}


/*
 * Other Component
 */

.error {
    color: red;
}
.result {
    color: green;
}

#inner-banner {
    background: url('../images/inner_banner.jpg');
    width: 100%;
}

.landing-header {
    font-family: 'Alfa Slab One';
    font-size: 30px;
}

.landing-box p {
    font-size: 18px;
}

.landing-box {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
    opacity: 0.83;
    color: #FFF;
}

#blue-box {
    background-color: #0A5CA9;
}

#blue-box .landing-main {
    text-align: right;
}


#yellow-box {
    background-color: #FEBF27;
    float: right;
}

.landing-content p {
    font-size: 12px;
    line-height: 23px;
}

.info-btn {
    cursor: pointer;
}

