/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

@charset "UTF-8";

/* =============================================================================
   Fonts
   ========================================================================== */

@font-face {
	font-family: 'PT-Sans-Regular';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	src: url('/fonts/certification/PT Sans/PTS55F.ttf');
}

@font-face {
	font-family: 'Hurme-Geometric-Sans-1-Regular';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	src: url('/fonts/certification/Hurme Geometric Sans 1/HurmeGeometricSans1.otf');
}

@font-face {
	font-family: 'Hurme-Geometric-Sans-4-Regular';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	src: url('/fonts/certification/Hurme Geometric Sans 4/HurmeGeometricSans4.otf');
}

@font-face {
	font-family: 'Hurme-Geometric-Sans-4-Light';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	src: url('/fonts/certification/Hurme Geometric Sans 4/HurmeGeometricSans4 Light.otf');
}

@font-face {
	font-family: 'Hurme-Geometric-Sans-4-SemiBold';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	src: url('/fonts/certification/Hurme Geometric Sans 4/HurmeGeometricSans4 SemiBold.otf');
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: 'PT-Sans-Regular', sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; /*background-image: url(https://mindmovies-images.s3.amazonaws.com/usm/usm_120824_patternbg.png);*/}

body, html { height: 100%; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #5a7ea6; color: #fff; text-shadow: none; }
::selection { background: #5a7ea6; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #3b62f4; text-decoration: none; }
a:visited { color: #3b62f4; }
a:hover { color: #3b62f4; text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
input[type="text"] , input[type="password"] { width:170px;}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }
input::-webkit-input-placeholder {color: #000000; vertical-align: middle;}
input:focus::-webkit-input-placeholder {color: #ffffff; vertical-align: middle;}
input:-moz-placeholder {color: #000000;}

input[type="radio"] {border: 0px;}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /*-webkit-appearance: button; *overflow: visible;*/ }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; margin-left: 15px; border: none;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; text-align: left;}
td { vertical-align: top; }

/*======= Main style ====== */

#main {
    width: 989px;
    min-height:800px;
    position: relative;
    margin: 0 auto;
    clear: both;
}

img#logo {
    position: absolute;
    margin-left: 40px;
}
div#header {
    background-color: #f1f2f6;
    position: relative;
    height: 139px;
    width: 989px;
}
div#header {
	box-shadow: 0 5px 10px -5px black;
	-moz-box-shadow: 0 5px 10px -5px black;
    -webkit-box-shadow: 0 5px 10px -5px black;
}

body { 
	background-color: #303741;
	background-repeat: no-repeat;
	background-position: 164px 0px; 
}
.yellow-line {
	background-color: #F5D957;
	height: 3px;
	box-shadow: 0 5px 10px -5px black;
	-moz-box-shadow: 0 5px 10px -5px black;
    -webkit-box-shadow: 0 5px 10px -5px black;
}

div#content {
    min-height: 640px;
    background-image: url('/images/certification/bg2.jpg');
	position: relative;
}

div#content-links {
	width: 989px;
    /*height: 447px;*/
	min-height: 210px;
    background-color: #f1f2f6;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);  
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);  
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
}

div#sub-menu {
	float: left;
    background: rgba(13,29,54,0.75);
    width: 336px;
    min-height: 640px;
	margin-left: 3px;
}

.clear {
	clear: both;
}

ul#message {
	background-color: #FFF;
	padding: 10px 10px;
	text-align: center;
	z-index: 100;
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 160px;
	left: 405px;
	width: 500px;
}

ul#message-main {
	padding: 10px 10px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 140px;
	left: 22px;
	z-index: 1000;
}

ul#message li, ul#message-main li {
	padding: 0;
}
	
/*======= Header ====== */

a#profile, a#logout {
	display: block;
	font-family: 'Hurme-Geometric-Sans-4-Regular';
	text-align: center;	
    color: #DAA520;
	border: 0;
	vertical-align: middle;
    line-height: 28px;
	/* Gradient background */
	background: #2c468f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c468f 0%, #3d63b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c468f), color-stop(100%,#3d63b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c468f 0%,#3d63b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c468f', endColorstr='#3d63b0',GradientType=0 ); /* IE6-9 */
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a#logout {
	position: absolute;
    top: 37px;
    right: 21px;
    width: 80px;
    height: 30px;
}

a#profile {
	position: absolute;
    top: 37px;
    right: 111px;
    width: 100px;
    height: 30px;	
}

a#logout:hover, a#profile:hover, a#profile.active   {
	text-decoration: none;
	/* Box shadow */
	-webkit-box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
	-moz-box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
	box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
}

/*======= Login form ====== */

div#login {
	background-color: #fff;
	margin-left: 80px;
	width: 450px;	
	padding: 20px;
	/* Box shadow */
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div.login-content {
	float: left;
	padding-top: 100px;
}

div#login button#submit {
	height: 30px;
	width: 70px;
	color: #FFF;
	border: 0;
	vertical-align: middle;
    line-height: 28px;
	/* Gradient background */
	background: #2c468f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c468f 0%, #3d63b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c468f), color-stop(100%,#3d63b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c468f 0%,#3d63b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c468f', endColorstr='#3d63b0',GradientType=0 ); /* IE6-9 */
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}

div#login button#submit:hover {
	/* Box shadow */
	-webkit-box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
	-moz-box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
	box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
}

/*======= Menu  ====== */

div#menu {
    position: absolute;
    right: 2px;
    bottom: 0;
}

.main-menu-item {
    float: left;
    display: inline-block;
    background-color: #4f5b6d;  
    background: -moz-linear-gradient(top,  #4f5b6d 0%, #0d1d36 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f5b6d), color-stop(100%,#0d1d36));  
    background: -webkit-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
	background: -o-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
	background: -ms-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
    background: linear-gradient(to bottom,  #4f5b6d 0%,#0d1d36 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5b6d', endColorstr='#0d1d36',GradientType=0 );
    color: #FFF;
    -webkit-box-shadow: inset 0 0 1px #2a3d5b;      
	-moz-box-shadow: inset 0 0 1px #2a3d5b;     
	box-shadow: inset 0 0 1px #2a3d5b;
    width: 107px;
    height: 40px;
    font-size: 13px;  
    text-align: center;
    font-family: 'Hurme-Geometric-Sans-4-SemiBold';
    vertical-align: middle;
    line-height: 40px;
	text-transform:uppercase;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.main-menu-item  a {
    color: #FFF;
    text-decoration: none;
    height: 40px;
    width: 107px;
    display: block;
}

.main-menu-item-active  a, .main-menu-item  a:hover, .main-menu-item-cb  a:hover {
    background: #3d63b0;  
	background: -moz-linear-gradient(top,  #3d63b0 0%, #2c468f 100%);  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d63b0), color-stop(100%,#2c468f)); 
	background: -webkit-linear-gradient(top,  #3d63b0 0%,#2c468f 100%); 
	background: -o-linear-gradient(top,  #3d63b0 0%,#2c468f 100%);  
	background: -ms-linear-gradient(top,  #3d63b0 0%,#2c468f 100%);  
	background: linear-gradient(to bottom,  #3d63b0 0%,#2c468f 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d63b0', endColorstr='#2c468f',GradientType=0 );
}

.main-menu-item-cb {
    float: left;
    display: inline-block;
    background-color: #4f5b6d;  
    background: -moz-linear-gradient(top,  #4f5b6d 0%, #0d1d36 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f5b6d), color-stop(100%,#0d1d36));  
    background: -webkit-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
	background: -o-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
	background: -ms-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
    background: linear-gradient(to bottom,  #4f5b6d 0%,#0d1d36 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5b6d', endColorstr='#0d1d36',GradientType=0 );
    color: #FFF;
    -webkit-box-shadow: inset 0 0 1px #2a3d5b;      
	-moz-box-shadow: inset 0 0 1px #2a3d5b;     
	box-shadow: inset 0 0 1px #2a3d5b;
    width: 91px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    font-family: 'Hurme-Geometric-Sans-4-SemiBold';
	text-transform:uppercase;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

}

#menu-item7.main-menu-item-cb {
	width: 95px;
}

.main-menu-item-cb  a {
    color: #FFF;
    text-decoration: none;
    height: 38px;
    width: 85px;
	padding: 2px 3px 0 3px;
    display: block;
}

#menu-item7.main-menu-item-cb  a{
	width: 89px;
}
#menu-item1.main-menu-item-cb  a, #menu-item2.main-menu-item-cb  a,
#menu-item3.main-menu-item-cb  a, #menu-item4.main-menu-item-cb  a,
#menu-item5.main-menu-item-cb  a, #menu-item7.main-menu-item-cb  a {
	padding-top: 10px;
	height: 30px;
}

.start-text {
	color: #FFF;
	padding: 40px;
}

.video-content {
	float: left;
	padding-top: 100px;
	width: 650px;
	text-align: center;
}
.video-wrapper {
	padding-bottom: 10px;
}
.video-placeholder {
	width: 650px;
	height: 352px;
    background-image: url('https://s3.amazonaws.com/mindmovies-usm/certification/USM_certification_video_placeholder.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.video-player {
	display: none;
}
/*======= Section ====== */
.section-info {
	padding: 15px 0 10px 0;
	color: #FFF;
}

.section-header {
	font-family: 'Hurme-Geometric-Sans-4-Light';
	font-size: 18px;
	font-weight: bold;
	background-color: #f1f2f6;
	padding: 10px 10px;
	text-align: center;
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	left: 405px;
	width: 500px;
}

.section-learn {
	font-family: 'Hurme-Geometric-Sans-4-SemiBold' /*'Hurme-Geometric-Sans-4-Light'*/;
	font-size: 18px;
	padding: 3px 30px;
	margin: 2px 0;
	background: #2c468f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c468f 0%, #3d63b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c468f), color-stop(100%,#3d63b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c468f 0%,#3d63b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c468f', endColorstr='#3d63b0',GradientType=0 ); /* IE6-9 */
}

.section-text {
	padding: 0 25px 0 30px;
}

.sub-menu-title {
	font-family: 'Hurme-Geometric-Sans-4-SemiBold' /*'Hurme-Geometric-Sans-4-Light'*/;
	font-size: 20px;
	padding: 0 30px 5px 30px;
	color: #FFF;
}

#sub-menu ul {
	list-style-type: none;
}

#sub-menu ul  li a {
	display: block;
	width: 306px;
	min-height: 31px;
	vertical-align: middle;
    line-height: 31px;
	padding-left: 30px;
	background-color: #182740;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #39455a;
}

#sub-menu ul  li a:hover, #sub-menu ul  li a.active{
	text-decoration: none;
	background: #2c468f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c468f 0%, #3d63b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c468f), color-stop(100%,#3d63b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c468f 0%,#3d63b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c468f', endColorstr='#3d63b0',GradientType=0 ); /* IE6-9 */	
}

#sub-menu ul  li.sub-menu-child a {
	display: block;
	width: 276px;
	height: 31px;
	vertical-align: middle;
    line-height: 31px;
	padding-left: 60px;
	background-color: #27364F;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #39455a;
}

#sub-menu ul   li.sub-menu-child a:hover, #sub-menu ul   li.sub-menu-child a.active{
	text-decoration: none;
	background: #6A7FB7; /* Old browsers */
	background: -moz-linear-gradient(top,  #6A7FB7 0%, #97A8D5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6A7FB7), color-stop(100%,#97A8D5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6A7FB7 0%,#97A8D5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6A7FB7 0%,#97A8D5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6A7FB7 0%,#97A8D5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6A7FB7 0%,#97A8D5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A7FB7', endColorstr='#97A8D5',GradientType=0 ); /* IE6-9 */	
}


div#links {
	float: left;
	margin: 50px 0 50px 70px;
	min-height: 150px;
	width: 268px;
	border-right: 1px solid #BDBDC0;
}

div#downloads {
	float: left;
	margin: 50px 0 0 70px;
}

div.link-title {
	font-family: 'Hurme-Geometric-Sans-4-Light';
	font-size: 22px;
}

div.link-items {
	padding-top: 15px;
}

div.download-items { 
	padding-top: 10px;
}

div.link-item {
	padding-bottom: 5px;
}

div.download-item{ 
	float: left;
	vertical-align: middle;
    line-height: 30px;
	height: 30px
}

div.download-items a {
	display: block;
	float: left;
	width: 97px;
	height: 27px;
	color: #DAA520;
	padding: 3px 0 0 35px;
	margin: 0 10px 10px 0;
	border: 0;
	font-family: 'Hurme-Geometric-Sans-4-Regular';
	background-image: url('/images/certification/but1_gold.png');
	background-repeat: no-repeat;
	text-decoration:none;
}

div.download-items a:hover {
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* Box shadow */
	-webkit-box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
	-moz-box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
	box-shadow: 0 0 7px 3px rgba(218,165,32,0.9);
}

/*======= Weekly action ====== */
div.weekly-call-menu div.sub-menu-title {
	padding-top: 30px;
	padding-bottom: 100px;
}
div.weekly-call-content {
	float: left;
	padding-top: 100px;
	width: 650px;
}
div.weekly-call  {
	min-height: 200px;
	background-color: #fff;
	margin-left: 80px;
	width: 450px;	
	padding: 20px;
	/* Box shadow */
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.weekly-call div {
	padding-top: 5px;
}
.player-ios{
	margin-top: 10px;
}
div.weekly-call-archive-content {
	float: left;
	padding: 20px 15px;
	width: 620px;
}
div.weekly-call-archive-content table#list-table th {
	text-align: center;
}
div.weekly-call-archive-content .forum-pagination {
	padding-top: 10px;
}
/*======= Forum====== */
div.forum-content {
	float: left;
	padding: 20px 0 20px 20px;
	width: 630px;
}
div.forum-menu  .sub-menu-title {
	padding-top: 30px;
	padding-bottom: 10px;
}
div.sub-menu-description {
	padding: 0 30px 10px 30px;
	color: #fff;
}
div.forum-topic-content {
	min-height: 550px;
	background-color: #fff;
	width: 590px;	
	padding: 10px;
	/* Box shadow */
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
div#forum-breadcrumb {
	padding-left: 20px;
	padding-bottom: 10px;
}
div.forum-message {
	text-align: center;
	padding-top: 50px;
	font-style: italic;
}
div.forum-pagination {
	font-size: 14px;
	margin: 0 10px 10px 0;
	float: right;
}
div.forum-button {
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}
div#forum-threads {
	padding: 0 10px 0 20px;
}
table.forum-thread-table {
	width: 100%;
	border-bottom : 1px solid #4f5b6d;
}
tr.forum-thread-title {
	background-color: #4f5b6d;  
    background: -moz-linear-gradient(top,  #4f5b6d 0%, #0d1d36 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f5b6d), color-stop(100%,#0d1d36));  
    background: -webkit-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
	background: -o-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
	background: -ms-linear-gradient(top,  #4f5b6d 0%,#0d1d36 100%);  
    background: linear-gradient(to bottom,  #4f5b6d 0%,#0d1d36 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5b6d', endColorstr='#0d1d36',GradientType=0 );
}
tr.forum-thread-title td a {
	color: #FFF;
	font-weight: bold;
}
tr.forum-thread-title td {
	color: #FFF;
}
td.forum-thread-content {
	font-size: 14px;
}
td.forum-thread-info {
	color: #A0A0A0; 
	font-size: 14px;
}
td.forum-thread-action {
	font-size: 14px;
	text-align: right;
}
div.forum-item {
	padding-bottom: 10px;
}
#next-prev-post {
	padding: 20px 10px 0 20px;
}
#prev-post {
	float: left;
	text-align: left;
}
#next-post {
	float: right;
	text-align: right;
}
div#forum-tread-title {
	padding: 0 10px 10px 20px;
	text-align: center;
}
div#forum-thread-info{
	padding: 0 10px 20px 20px;
	text-align: center;
}
div#forum-tread-title {
	font-size: 20px;
}
.forum-user {
	font-size: 14px;
	float: left;
	text-align: center;
	margin-bottom: 5px; 
	width: 120px;
}
.forum-user a, .forum-user a:visited {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.forum-user a:hover, .forum-user a:active {
	font-size: 14px;
	color: #000;
	text-decoration: underline ;
}
.post-desc {
	float: left;
	width: 440px;
}
.thread-reply-form {
	border-bottom: 1px solid #4f5b6d;
	display: none;
	padding-bottom: 5px;
	margin-bottom: 10px; 
}
.thread-reply-form select{
	margin: 0px;
}
.thread-reply-form #forumFormTable {
	font-size: 14px;
}
.thread-reply-form #forumPostForm {
	margin-top: 10px;
}
.loading{
	height: 30px;
	background: url('../images/ratings/working.gif') 50% 50% no-repeat;
}
.loading2{
	height: 32px;
	background: url('../images/loading.gif') 50% 50% no-repeat;
}
.forumQuote {
	color: #A0A0A0;
	margin: 5px 0px;
}
#forumFormTable{
	font-size: 14px;
}
#forumFormContent #forumPostTitle{
	font-family: 'Hurme-Geometric-Sans-4-Regular';
	font-size: 20px;
	margin: 10px 0;
}
#forumFormContent #post_title {
	
}

/* New design form forum forms */

.forum-new-post {
	padding: 10px;
	font-size: 14px;
}

.forum-reply-form {
	padding-top: 10px;
	font-size: 14px;
}

.forum-new-post h1 {
	font-size: 18px;
	margin: 10px 0;
}

.forum-new-post .col-sm-2 {
	float: left;
	width: 120px;
	font-weight: bold;
}

.forum-new-post .col-sm-10 {
	float: left;
	width: 450px;
	padding-bottom: 10px;
}

.forum-new-post p {
	margin: 0;
}

.forum-new-post .row {
	clear: both;
	margin-bottom: 10px;
}

.forum-reply-form .row {
	margin-bottom: 10px;
}

.forum-reply-form ul.errors li {
	line-height: 18px;
	padding-top: 5px;
}

.forum-reply-form ul.errors {
	display: none;
}

.forum-new-post .canned-title,
.forum-reply-form .canned-title-span {
	display: none;
}

.forum-reply-form .canned-title-span input[type="text"] {
	width: 160px;
}

.forum-new-post input.canned-title-checkbox,
.forum-reply-form input.canned-title-checkbox {
	margin-left: 5px;
}

.forum-new-post .forum-post-button {
	display: block;
	margin: 0 auto;
}

.forum-new-post .loading,
.forum-reply-form .loading {
	display: none;
}

/*======= Profile ====== */

div.profile-content {
	float: left;
	padding: 20px 0 15px 20px;
	width: 630px;
}

div.profile-form {
	min-height: 550px;
	background-color: #fff;
	width: 590px;	
	padding: 20px 10px 10px 20px;
	/* Box shadow */
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div#profile-picture {
	width: 150px; 
	float: left;
	text-align: center;
}

.upload_success, .upload_error {
	float: left;
	width: 440px;
	text-align: center;
	padding-bottom: 10px;
}
.upload_success {
	color:#008000;
}
.upload_error {
	color:#FF0000;
}
div#profile-info {
	float: left;
	width: 430px;
	padding-left: 10px;
	padding-bottom: 10px;
}
table.profile-form-table th, 
table.profile-form-table td {
	padding-top: 5px;
	text-align: left;
}
table.profile-form-table th {
	vertical-align: top;
	width: 150px;
}
table.profile-form-table  td.save-button {
	padding-top: 15px;
	padding-left: 100px;
}
.save-button button#submit, button.cancel-button {
	display: inline-block;
	font-family: 'Hurme-Geometric-Sans-4-Regular';
	text-align: center;	
    color: #FFF;
	border: 0;
	vertical-align: middle;
    line-height: 27px;
	width: 150px;
	/* Gradient background */
	background: #2c468f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c468f 0%, #3d63b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c468f), color-stop(100%,#3d63b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c468f 0%,#3d63b0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c468f 0%,#3d63b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c468f', endColorstr='#3d63b0',GradientType=0 ); /* IE6-9 */
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.save-button button#submit:hover, button.cancel-button:hover   {
	text-decoration: none;
	/* Box shadow */
	-webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px 3px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px 3px rgba(0,0,0,0.4);
}

/*======= No Access ====== */

div.no-access-content {
	float: left;
	padding-top: 100px;
}

div#no-access {
	background-color: #fff;
	margin-left: 80px;
	width: 450px;	
	padding: 60px 20px;
	/* Box shadow */
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
	/* Round corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/*======= Error style =======*/
ul,li{
	border:0px;
	padding:0px;
	margin:0px;
}
ul.errors{
	border:0px;
	padding:0px;
	margin:0px;
}
ul.errors li{
	color:#FF0000;
	font-weight:normal;
	list-style-type: none;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:11px;
	font-size:14px;
	padding:5px 0px 0px 0px;
  	/*text-align:center;*/
}
.error{
	color:#FF0000;
	font-weight:normal;
	line-height:11px;
	font-size:14px;
}

ul.success{
	border:0px;
	padding:0px;
	margin:0px;
}
ul.success li{
	color:#008000;
	font-weight:normal;
	list-style-type: none;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:11px;
	font-size:14px;
	padding:15px 0px 0px 0px;
  	text-align:center;
}

.successbox{
	font-weight:bold;
	border: 2px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	background: none no-repeat scroll 0 0 #666666;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 45%;
    color: #4F8A10;
    z-index: 100000;
    background-color:#EDFCED;
    background-image:url('../images/success.png');
}

/*======= Help style =======*/
#helpicon {
    background-image: url(https://mindmovies-images.s3.amazonaws.com/usm/usm_120925_question.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

a.help span {
	display: none;
	width:160px;
	text-align:left;
	color:#000;
	padding:4px;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 10px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );
}

a.help:hover {
	position: relative;
}

a.help:hover span {
	display: block;
	position: absolute;
	padding:4px 10px;
	border: 1px solid black;
	background-color: #eeeeee;
}

.help img {border: 0px; margin-top: -5px; padding: 2px;}

/*======= Thickbox style =======*/
#TB_overlay {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Click bank */
div.click-bank-menu .sub-menu-title, 
div.profile-menu .sub-menu-title  {
	padding-top: 30px;
	padding-bottom: 100px;
}
.default-content-wrapper {
	float: left;
	padding-top: 20px;
	width: 650px;
	text-align: left;
}
.default-content {
	padding: 0 20px;
}
table.form-table th, 
table.form-table td {
	padding-top: 5px;
	text-align: left;
}
table.form-table th {
	vertical-align: top;
	width: 150px;
}
table.form-table  td.save-button {
	padding-top: 15px;
	padding-left: 5px;
}
table.form-table td input[type="checkbox"]{
	padding: 0;
	margin: 0;
}
.product-title {
	font-weight: bold;
	padding-bottom: 10px;
}
#product-list { 
	padding-bottom: 20px;
}
.default-content h2 {
	font-size: 20px;
	margin: 10px 0;
}
.default-content .back-link {
	padding-bottom: 20px;
}
.repeat-error {
	color: #FF0000;
}

/*======= Users ====== */

div.users-content {
	float: left;
	padding: 20px 10px 0 10px;
	width: 630px;
	font-size: 14px;
}

div.users-content table th {
	text-align: center;
}

div.users-content table th, td {
	padding: 3px;
}

div.users-content .forum-pagination {
	padding-top: 10px;
}
div.users-content .add-new {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
div.users-content .user-form-table th {
	text-align: left;
	width: 150px;
	vertical-align: top;
}
div.users-content .user-form-table td input[type="text"]{
	width: 300px;
}
div.users-content .user-form-table #date_course_start {
	width: 150px;
	margin-right: 5px;
}
div.users-content .user-form-table .ui-datepicker-trigger {
	cursor: pointer;
}

#archive-call {
	display: none;
}
