@import 'vspacing.min.css';
@import 'vspacing.css';
/*body{
overflow: hidden;
}*/

body{margin-left: 0px !important;}

body.margin-left{margin-left: 70px !important; /*border-left: solid 1px #666;*/}

.page-wrapper{padding-left: 70px;}
.items-container{padding-left: 70px;}
@media (max-width: 820px){
	.page-wrapper{
		padding-left: 0px;
	}
	.items-container{
		padding-left: 70px;
	}
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 998;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #5685bf;
    font-size: 30px;
    background: #ffffff;
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkitmoz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#myBtn{display: none;}

.border{border: solid 2px #5685bf; padding: 30px 30px 25px 30px;}
.border2{border: solid 2px #5685bf; padding: 24px 24px 24px 24px; background-color: #edf4fc;}

.resourcebgcolor{background-color:#fbfbfb;}

.bg-text {
    position: relative;
    overflow: hidden;
    /*background-color: #edf4fc;*/
}
.bg-text::after {
    color: #000;
    content: attr(data-bg-text);
    display: block;
    font-size: 180px;
    line-height: 1;
    position: absolute;
    top: 85px;
    right: 70px;
    text-align: center;
    opacity: 0.1;
    margin: auto;
}

.bg-text2 {
    position: relative;
    overflow: hidden;
    /*background-color: #edf4fc;*/
}
.bg-text2::after {
    color: #000;
    content: attr(data-bg-text);
    display: block;
    font-size: 180px;
    line-height: 1;
    position: absolute;
    top: 75px;
    right: 100px;
    text-align: center;
    opacity: 0.1;
    margin: auto;
}

.strats1{
	padding-left: 0;
	padding-right: 6px;
}
.strats2{
	padding-left: 3px;
	padding-right: 3px;
}
.strats3{
	padding-left: 6px;
	padding-right: 0px;
}

.row.icons.hover-effect:hover{
    background-color: #f0ffff !important;
    /*opacity: 0.2;*/
}

.img-hov:hover {
  opacity: 0.8;
}

.choice{
	font-size: 1.6em;
	 text-align: center;
	 color: #000;
	 font-family: 'Roboto', sans-serif;
	 font-weight: bold;
	}

.big-icon{font-size: 2.0em; margin-top: -4px; display: block; float: right;}

ul.alpha{list-style: lower-alpha;}

ol.cv-list li:before{   
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: bold 50px/1 Sans-Serif;
}

ol.cv-list li{
	position: relative;
	padding: 4px 0 10px 0;
	padding-left: 50px;
}

.cv-list {
	counter-reset: my-badass-counter;
	list-style: none;
}

.border-light{border: solid 1px #bbb; padding: 20px !important;}

.to-do{font-size: 1.1em; padding:0 40px;}
.to-do ul li{font-size: 1.2em;}
.to-do ol li{font-size: 1.2em;}

.job-posting li{margin-bottom: 0px;}

/*.accpanel{
	border-right:solid 1px #b8b8b8 !important;
	border-bottom:solid 1px #b8b8b8 !important;
	border-top:solid 1px #b8b8b8 !important;
}*/

.page-wrapper{margin-left: 0 !important;}

.no-show{display: none !important;}

.img-center{margin-left: auto; margin-right: auto; display: block;}

/* Carousel Code Starts */
.orbit-container {
	overflow: hidden;
	width: 100%;
	position: relative;
	background: none;
}
.orbit-container p{
	font-size: 1.0em;
}
.orbit-container .orbit-slides-container {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transform: translateZ(0);
}
.orbit-content > li {
	padding: 25px 40px 0 40px;
}
.orbit-container .orbit-slides-container > *:first-child {
	margin-left: 0%;
}
.orbit-container .orbit-slides-container > * {
	position: absolute;
	top: 0;
	width: 100%;
	margin-left: 100%;
}
.orbit-container .orbit-prev {
	left: 0;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	position: absolute;
	top: 45%;
	margin-top: -25px;
	width: 36px;
	height: 60px;
	line-height: 50px;
	color: white;
	background-color: #f2765a;
	text-indent: -9999px !important;
	z-index: 10;
}
.orbit-container .orbit-next {
	right: 0;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	position: absolute;
	top: 45%;
	margin-top: -25px;
	width: 36px;
	height: 60px;
	line-height: 50px;
	color: white;
	background-color: #f2765a;
	text-indent: -9999px !important;
	z-index: 10;
}
.orbit-container .orbit-prev > span {
	border-right-style: solid;
	border-color: transparent;
	border-right-color: white;
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	/*border: inset 10px;*/
}
.orbit-container .orbit-next > span {
	border-color: transparent;
	border-left-style: solid;
	border-left-color: white;
	left: 50%;
	margin-left: -4px;
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	/*border: inset 10px;*/
}
.orbit-container .orbit-slide-number {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	color: #222222;
	background: rgba(0, 0, 0, 0);
	z-index: 10;
}
.orbit-container .orbit-slide-number span {
	font-weight: 700;
	padding: 0.35714rem;
}
.orbit-bullets-container {
	text-align: center;
}
.orbit-bullets {
	margin: 0 auto 30px auto;
	overflow: hidden;
	position: relative;
	top: 10px;
	float: none;
	text-align: center;
	display: block;
	padding: 0px;
}
.orbit-bullets li.active {
	background: #999999;
}
.orbit-bullets li {
	cursor: pointer;
	display: inline-block;
	width: 0.64286rem;
	height: 0.64286rem;
	background: #cccccc;
	float: none;
	margin-right: 6px;
	border-radius: 1000px;
}
.orbit-bullets li:last-child {
	margin-right: 0;
}

.leadershipRoles-nav .bg-blue {
	background: #0043e0;
	border-color: #0043e0;
}
.leadershipRoles-nav .bg-blue:hover {
	color: white;
	background: #0638ac;
}
.leadershipRoles-nav .bg-purple {
	background: #6e2b8c;
	border-color: #6e2b8c;
}
.leadershipRoles-nav .bg-purple:hover {
	color: white;
	background: #4c216c;
}
.leadershipRoles-nav .bg-green {
	background: #006631;
	border-color: #006631;
}
.leadershipRoles-nav .bg-green:hover {
	color: white;
	background: #004c25;
}
.leadershipRoles-nav .bg-red {
	background: #a01c27;
	border-color: #a01c27;
}
.leadershipRoles-nav .bg-red:hover {
	color: white;
	background: #851621;
}
.leadershipRoles-nav .bg-grey {
	background: #848689;
	border-color: #848689;
}
.leadershipRoles-nav .bg-grey:hover {
	color: white;
	background: #686a6c;
}
/* Carousel Code Ends */

.url-link {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;

	/* This is the dangerous one in WebKit, as it breaks things wherever */
	/*word-break: break-all;*/

	/* Instead use this non-standard one: */
	/*word-break: break-word;*/

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	/*-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;*/
}

li.bold{font-weight: bold;}
li > span.reg{font-weight: normal;}

.bigger{font-size: 1.2em !important;}
.biggest{font-size: 1.4em !important;}
.bigger ul li, ol li{font-size: 1.2em !important;}

.black-text{color: #1a2732;}

.overlay {
	z-index:2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.split-background .overlay{
	opacity: 1;
}
.split-background:hover .overlay{
	opacity: 1;
	height: auto;
	padding: 40px;
}

.wrapsection:hover .overlay{
	height: auto;
	padding: 20px;
}

.full-image{
	padding: 0px 0;
	position: relative;
	margin: 0px 0;
}

.full-image:hover .overlay{
	height: auto;
	padding: 20px;
}

.full-image-big{
	padding: 0px 0;
	position: relative;
	margin: 0px 0;
}

.full-image-big:hover .overlay{
	height: auto;
	padding: 50px;
}

.half-image{
	padding: 0px 0;
	position: relative;
	margin: 0px 0;
}

.half-image.pull-right{
	margin: 0px 0px 0px 20px;
}
.half-image.pull-left{
	margin: 0px 20px 0px 0px;
}

.half-image:hover .overlay{
	height: auto;
	padding: 20px;
}

.overlay .citation{
	/*white-space: pre-wrap; */
	color: white;
	font-size: 0.8em;
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.overlay .citation p{
	color: white;
	text-align: center;
	font-size: 1.1em;
}




.small-text{
	font-size: 1.0em !important;
}
.highlight {
	padding: 0.5em 0.5em;
	background: #c0d9e5;
	box-decoration-break: clone;
	display: inline-block;
}

blockquote{
	font-size: 1.1em;
    border-left: 6px solid #43c4dd;
}

img.small-image{max-width: 100px; max-height: auto;}

ol.fw-400 li{font-weight: 400;}

ol ol, ol ul, ul ol, ul ul {
	font-size: 0.85em;
}

img.max-10{max-width: 10%;}
img.max-15{max-width: 15%;}
img.max-20{max-width: 20%;}
img.max-25{max-width: 25%;}
img.max-30{max-width: 30%;}
img.max-35{max-width: 35%;}
img.max-40{max-width: 40%;}
img.max-45{max-width: 45%;}
img.max-50{max-width: 50%;}

.icon-content p{
	margin-top: 26px;
}
@media (max-width: 992px){
	.icon-content p{
		margin-top: 30px;
		text-align: center;
	}
}

.fake-table h3{
	text-align: center;
	font-size:1.4em;
	background-color: #43c4dd;
	color: #fff;
	padding: 25px 0px;
	margin-bottom: 0;
	font-style: italic;
}
.fake-table p{
	padding: 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin:0;
}

ol li p{font-size: 1.0em;}

.accentbgcolor .wowpanel{background-color: #fff;}

.unstyle.arrow-list li{
	padding-left: 1.3em;
	margin-bottom: 20px;
}

.unstyle.arrow-list li:before{
	content: "\f054"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

p.arrow:before{
	content: "\f054"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	width: 1.3em; /* same as padding-left set on li */
}

.darkbgcolor .unstyle.arrow-list li:before{color:#1a2732;;}

.mt0{margin-top: 0px}
.mt10{margin-top: 10px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}
.mt40{margin-top: 40px}
.mt50{margin-top: 50px}
.mt60{margin-top: 60px}
.mt70{margin-top: 70px}
.mt80{margin-top: 80px}
.mt90{margin-top: 90px}

.padding-10{padding: 10px;}

.padb0{padding-bottom: 0px;}
.padb10{padding-bottom: 10px;}
.padb20{padding-bottom: 20px;}
.padb30{padding-bottom: 30px;}
.padb40{padding-bottom: 40px;}
.padb50{padding-bottom: 50px;}

.wowpanel p{font-weight: 400;}
.wowpanel h4{line-height: normal;}

/* Flat 3D Button Code STARTS */
.box-3d{
	max-width: 300px;
	margin: 0 auto;
	/*background-color: #270537;*/
	background-color: #000;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	min-width: 170px;
	position: relative;
}
.box-3d a.plus:after{
	color: #fff;
	content: '+';
	position: absolute;
	font-size: 1.4em;
	right: 27px;
	top: 13px;
	text-decoration: none;
}
.box-3d a.minus:after{
	color: #fff;
	content: '-';
	position: absolute;
	font-size: 1.4em;
	right: 27px;
	top: 13px;
	text-decoration: none;
}
a.btn-3d{
	display: block;
	color: #fff;
	text-decoration: none;
}
a.btn-3d:hover, a.btn-3d:active{
	display: block;
	color: #000;
	background-color: #d6d8d8; 
}
a.btn-3d:focus{
	display: block;
	color: #fff;
	background-color: #716A6C; 
}
.btn-3d{margin-top: 0px;}
.btn-3d-bg{
	background-color: #716A6C;
}
.translate{
	transition: all .3s ease; 
	transform: translate(1, 1);
	transition: transform 0.5s ease;
}
.box-3d:hover .translate{
	transition: all .3s ease; 
	transform: translate(-6px, -6px);
}

.box-3d-light{
	max-width: 300px;
	margin: 0 auto;
	background-color: #000;
	cursor: pointer;
	color: #333;
	text-align: center;
	min-width: 170px;
	position: relative;
}
a.btn-3d-light{
	display: block;
	color: #43c4dd !important;
	text-decoration: none;
}
a.btn-3d-light:hover, a.btn-3d-light:active, a.btn-3d-light:focus{
	display: block;
	color: #43c4dd;
	background-color: #f0f4f7; 
}
.btn-3d-light{margin-top: 0px;}
.btn-3d-bg-light{
	background-color: #fff;
}
.darkbgcolor .btn-3d-bg-light a{font-weight: bold;}
.darkbgcolor .btn-3d-bg-light a:hover{font-weight: bold;}
.translate{
	transition: all .3s ease; 
	transform: translate(1, 1);
	transition: transform 0.5s ease;
}
.box-3d-light:hover .translate{
	transition: all .3s ease; 
	transform: translate(-6px, -6px);
}
/* Flat 3D Button Code ENDS */


/* Circled Numbered List STARTS */
.circle-list {
	position: relative;
	padding-left: 60px;
	list-style-type: none;
}
.circle-list li {
	counter-increment: step-counter;
	margin-top: 0px;
	margin-bottom: 60px;
}
.circle-list li:last-child {
	margin-bottom: 0;
}
.circle-list li::before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	/*padding: 18px 25px 18px 25px;*/
	padding: 6px 13px 5px 13px;
	font-size: 1.4em;
	color: white;
	font-weight: bold;
	/*background-color: #fff;*/
	background-color: #43c4dd;
	border-radius: 100%;
	/*color: #43c4dd;*/
}
/* Circled Numbered List ENDS */

/* Learning Outcome List STARTS */
.puzzle-list {
	position: relative;
	padding-left: 60px;
	list-style-type: none;
}
.puzzle-list li {
	counter-increment: step-counter;
	margin-top: 0px;
	margin-bottom: 60px;
}
.puzzle-list li:last-child {
	margin-bottom: 0;
}
.puzzle-list li::before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	/*padding: 18px 25px 18px 25px;*/
	padding: 6px 13px 5px 13px;
	font-size: 1.4em;
	color: white;
	font-weight: bold;
	/*background-color: #fff;*/
	background-color: #43c4dd;
	border-radius: 100%;
	/*color: #43c4dd;*/
}
/* Circled Numbered List ENDS */

.los{
	background-color: #fff;
	padding:35px 20px 25px 20px;
}

.los ul li{color: #1a2732; font-size: 1.2em; font-weight: 300;}

.blackbgcolor p{
	color: #f0f4f7;
}
.blackbgcolor .los p{
	color: #1a2732;
}

.puzzle-holder{
	height:90px;
	max-width:90px;
	/*background:blue;*/
	margin: 0px auto 40px auto;
}
.puzzle-thumb-1{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-1.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-1b{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-1b.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-2{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-2.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-2b{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-2b.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-3{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-3.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-3b{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-3b.png);
	background-repeat: no-repeat;
	background-size: 78px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-4{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-4.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-thumb-5{
	height: 100%;
	border-radius: 100%;
	overflow:hidden;
	background: url(../img/puzzle-piece-5.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	padding: 20px;
}

.puzzle-bg{background-color: #6e298d; transition: background-color 0.5s ease;}
.puzzle-bg:hover{background-color: #4b1d60;}

.btn-primary {
	color:#6e298d;
	background-color:transparent;
	border-color:transparent;
	font-size: 0.9em;
}
.btn-primary:hover{
	background-color:transparent;
	border-color:transparent;
	color:#43c4dd;
	font-size: 0.9em;
}
.btn-primary:focus{
	background-color:transparent;
	border-color:transparent;
	color:#43c4dd;
	font-size: 0.9em;
}
.btn-primary:active{
	background-color:transparent;
	border-color:transparent;
	color:#43c4dd;
	font-size: 0.9em;
}

.next-button{
	margin-right: 10px;
	-moz-transition: margin-right .2s ease-in;
	-o-transition: margin-right  .2s ease-in;
	-webkit-transition: margin-right  .2s ease-in;
	transition: margin-right  .2s ease-in;}
	.next-button:hover{
		margin-right: 5px;  -moz-transition: margin-right .2s ease-in;
		-o-transition: margin-right  .2s ease-in;
		-webkit-transition: margin-right  .2s ease-in;
		transition: margin-right  .2s ease-in;
	}

	.prev-button{
		margin-left: 10px;
		-moz-transition: margin-left .2s ease-in;
		-o-transition: margin-left  .2s ease-in;
		-webkit-transition: margin-left  .2s ease-in;
		transition: margin-left  .2s ease-in;}
		.prev-button:hover{
			margin-left: 5px;  -moz-transition: margin-left .2s ease-in;
			-o-transition: margin-left  .2s ease-in;
			-webkit-transition: margin-left  .2s ease-in;
			transition: margin-left  .2s ease-in;
		}

		.footer-box{
			padding:10px 0px 20px 0px;
			/*background-color: #e6eaee;*/
			background-color: #f0f4f7;
		}

		.blackbgcolor{
			background-color: #0e1925;
			color: #fff;
		}

		/* MODULE HEADER IMAGES START */
		#module01 .large-header, #module01 .pagetitle{
			background:url(../../images/header-large.jpg) center center;
			background-size: cover;
		}
		#module02 .large-header, #module02 .pagetitle{
			background:url(../../modules/02/images/header-large.jpg) center center;
			background-size: cover;
		}
		#module03 .large-header, #module03 .pagetitle{
			background:url(../../modules/03/images/header-large.jpg) center center;
			background-size: cover;
		}
		#module04 .large-header, #module04 .pagetitle{
			background:url(../../modules/04/images/header-large.jpg) center center;
			background-size: cover;
		}
		#module05 .large-header, #module05 .pagetitle{
			background:url(../../modules/05/images/header-large.jpg) center center;
			background-size: cover;
		}
		#module06 .large-header, #module06 .pagetitle{
			background:url(../../modules/06/images/header-large.jpg) center center;
			background-size: cover;
		}
		#module07 .large-header, #module07 .pagetitle{
			background:url(../../modules/07/images/header-large.jpg) center center;
			background-size: cover;
		}
		#home .large-header, #home .pagetitle{
			background:url(../home-img/header-large.jpg) center center;
			background-size: cover;
		}
		.large-header .parallax-content{
			padding: 0;
			min-height: 500px;
		}
		#large-header, #large-header .block2{
			min-height: 500px;
			max-height: 750px;
		}
		#large-header .main-title{
			width: 80%;
		}
		#demo-canvas{
			width: 100% !important;
		}
		.header{
			position: absolute;
			/*position: fixed;*/
			top: 0;
			left: 0;
		}
		.header .navbar-header{
			text-transform: uppercase;
			margin-top: 5px;
		}
		.header .navbar-header h3{
			font-weight: 300;
			color: #fefefe;
			margin:20px 0;
			text-align: center;
			font-size: 18px;
			letter-spacing: 1px;
		}
		.header .navbar-header h3.smaller{
			font-size: 15px;
		}
		.header .navbar-default .navbar-nav > li {
			padding: 0;
			text-align: center;
		}
		.header .navbar-default .navbar-nav > li > a{
			color: #fff;
			font-weight: 400;
		}
		@media (min-width:768px) {
			.header .navbar-header h3{
				text-align: left;
			}
			.header .navbar-default .navbar-nav > li{
				padding: 20px 0;
			}
			.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
				padding-right: 0;
				padding-left: 0;
			}
		}

		.pagetitle .parallax-content .block2{
			padding:20px;
			color:#fff;
		}
		.overview.split .split-background.topics{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/topics.jpg);
		}
		.overview.split > .split-background.collaborate{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/collaborate.jpg);
		}
		.overview.split > .split-background.readings{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/readings.jpg);
		}
		.overview.split > .split-background.review{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/review.jpg);
		}
		.overview.split > .split-background.activities{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/activities.jpg);
		}
		.overview.split > .split-background.placeholder{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/placeholder.png);
		}
		.overview.split > .split-background.reflection{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../modules/01/images/01_11.jpg);
		}
		.overview.split > .split-background.video{
			min-height: 420px;
			background-size:cover;
			background-image:url(../../assets/img/video.jpg);
		}

		/* MODULE HEADER IMAGES END */

		/* PANEL CLASSES START */
		/* PANEL CLASSES END */


		.wrapsection{
			background: url(../img/pattern.png);
			background-repeat: repeat;
		}
		.objectives.wow-pricing-table .wow-pricing-content{
			text-align: left;
		}
		.objectives.wow-pricing-table .wow-pricing-header{
			padding: 20px 0;
		}
		.objectives.wow-pricing-table .title{
			text-transform: uppercase;
			font-weight: 300;
		}

		h3.title{
			letter-spacing:1px;
			text-transform:uppercase;
			font-weight:300;
			margin:10px 0 20px 0;
			font-size:19px;
		}


		.resource-list > p {
			padding-left: 22px ;
			text-indent: -22px ;
		}

		.btn-minimal:hover{
			background:#43c4dd;
			color: #fff;
			border-radius: 25px;
		}

		.btn-minimal{
			text-decoration: none;
		}

		.btn-primary{
			text-decoration: none;
		}

		.section-title{
			letter-spacing:2.5px;
			/*text-transform:uppercase;*/
			font-weight:bold;
			text-align:center;
			margin:0 0 15px 0;
			font-size: 30px;
			font-style: italic;
			line-height: 1.4em;
		}
		.title-center:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#5685bf;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.title-center-long:after{
			content:'';
			display:block;
			height:1px;
			width:50%;
			background-color:#28245e;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.darkbgcolor .title-center:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#fff;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.blackbgcolor .title-center:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#fff;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.bluebgcolor .title-center:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#fff;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.whitebgcolor .title-center:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#6e2c8d;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.accentbgcolor .title-center:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#43c4dd;
			margin:15px auto 40px auto;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.darkbgcolor .title-left:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#fff;
			margin:15px auto 20px 0px;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.bluebgcolor .title-left:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#fff;
			margin:15px auto 20px 0px;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.whitebgcolor .title-left:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#43c4dd;
			margin:15px auto 20px 0px;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.accentbgcolor .title-left:after{
			content:'';
			display:block;
			height:1px;
			width:40px;
			background-color:#42c4dd;
			margin:15px auto 20px 0px;
			-webkit-animation:title-border .5s ease-in;
			-moz-animation:title-border .5s ease-in;
			-o-animation:title-border .5s ease-in;
			animation: title-border .5s ease-in;
		}

		.darkbgcolor .title-none:after{
			height:0px;
		}

		.bluebgcolor .title-none:after{
			height:0px;
		}

		.whitebgcolor .title-none:after{
			height:0px;
		}

		.accentbgcolor .title-none:after{
			height:0px;
		}

		@media only screen and (max-width: 768px) {
			.default-skin.header{
				border: 0;
				background: none;
				padding:0 .8em;
			}
			.darkbgcolor .octa:after{
				background: #3477ac;
			}
			.darkbgcolor .feature i{
				color: #fff;
			}
		}

		.panel, .panel-heading{
			border-radius: 0;
		}
		.panel-custom{
			border-color: #3477ac;
		}
		.panel-custom>.panel-heading{
			border-color: #3477ac;
			background:#3477ac;
			padding: 16px 16px 14px 16px;
			color: #ffffff;
			text-transform: uppercase;
			font-weight: 300;
		}
		.panel-custom>.panel-heading a{
			color:#303543;
		}
		.panel-custom>.panel-heading a:hover{
			color:#495063;
		}
		.panel-think{
			border: 1px solid #AFEEEE;
			background: #F0FFFF
		}
		.panel-think>.panel-heading{
			border: 1px solid #F0FFFF;
			color: #5C8080;
			text-align: center;
		}
		.panel-think>.panel-heading h4{
			font-size: 1.5em;
			text-transform: uppercase;
			font-weight: 300;
		}
		.panel-think>.panel-heading i.fa{
			width:100px;
			height: 100px;
			border-radius: 50%;
			background:#3477ac;
			line-height: 100px;
			font-size:3em;
			color: #fff;
			display: block;
			margin:0 auto;
			margin-bottom: 15px;

			-moz-transition-property: all;
			-o-transition-property: all;
			-webkit-transition-property: all;
			transition-property: all;
			-moz-transition-duration: .2s;
			-o-transition-duration: .2s;
			-webkit-transition-duration: .2s;
			transition-duration: .2s;
			-moz-transition-timing-function: ease-in;
			-o-transition-timing-function: ease-in;
			-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
		}
		.panel-think>.panel-heading i.fa:hover{
			font-size:3.2em;
			line-height:90px;
			background: #ffd700;
		}
		.panel-default{
			border-radius: 4px;
		}
/*.panel-group .panel-default{
border: 1px solid #444;
}*/
.darkbgcolor .panel-group .panel-heading+.panel-collapse .panel-body{
	border-right-color: #444;
	border-left-color: #444;
	border-bottom-color: #444;
}
.darkbgcolor .wowpanel{
	color: #666666
}

.panel-group.panel-normal-font .panel .panel-title>a{
	text-transform: none;
	font-weight: 400;
	font-size:16px;
}

.owl-theme .owl-controls .owl-buttons div{
	padding: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.owl-theme .owl-controls .owl-buttons div.owl-next:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 2em;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
	content: "\f053";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after{
	content: "\f054";
}

.bold{
	font-weight: 700 !important;
}
.extra-bold{
	font-weight: 900;
}
.italic{
	font-style: italic;
}
.normal{
	text-transform: none;
}
blockquote cite{
	font-size: 14px;
}
blockquote cite.cite-apa{
	font-style: normal;
}
hr.divider{
	margin: 4.5em 0;
}
hr{
	border-top:1px solid #c3c3c3;
}
img.full-img{
	width: 100%;
	max-width: none;
}
.btn{
	white-space: normal;
	border-radius: 0px;
}
.wowpanel.required-resources h3.title,
.wowpanel.additional-resources h3.title{
	font-size: 17px;
}
.wowpanel.required-resources{
	border-color: #6e298d;
	background: #f0f4f7;
	/*border: 1px solid #ff3333;*/
	border-left: 7px solid #6e298d;
}
.wowpanel.additional-resources{
	border-color: #AFEEEE;
}

.image-sources h4{
	margin-bottom: 10px;
	font: 400 16px/1.7 'Roboto', sans-serif; !important;
	letter-spacing: .3px;
}
.image-sources #image-refe h4{
	margin-bottom: 0px;
	font: 700 18px/1.7 'Roboto', sans-serif; !important;
	letter-spacing: .3px;
}
.image-sources #image-refe p{
	margin-bottom: 20px;
}
.image-sources #image-refe h3{
	margin-top: 24px;
}
.image-sources p{
	margin-top: -2px;
	font-size: 1.1em;
	line-height: 1.6em;
}

.radio-quiz p{
	font-weight: 700;
}
.radio-quiz .alert,
.select-quiz .alert{
	display: none;
}
.select-quiz .wowpanel{
	padding: 5px 20px;
}
.select-quiz .wowpanel h3.title{
	margin: 10px 0;
}
.funfacts .icon{
	background: rgba(0,0,0,.7);
}
.icons-side-by-side .feature.business{
	margin-bottom: 1em;
}
.icons-side-by-side .feature.business i{
	position: relative;
	top: 0;
	left: 0;
	line-height: 1;
	margin: 0 5px;
}
.icons-side-by-side .feature.business p{
	margin-left: 0;
	text-align: center;
}
table.table thead tr{
	background: #3477ac;
	color:#fff;
}
table.table th{
	text-transform: uppercase;
}

.vertical-middle {
	display: block;
	float:none;
	margin-right:0;
}
@media (min-width:768px){
	.vertical-middle {
		float:none;
		display:inline-block;
		vertical-align:middle;
		margin-right:-4px;
	}
}

/* TAB STYLES */
.nav-tabs > li{
	float:none;
}
@media (min-width:768px){
	.nav-tabs > li{
		float:left;
	}
}

.econ-icon{
	font-size: 40px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	clear: both;
	color: #fff;
	border: 0;
	background: rgba(0,0,0,0.2);
}

@media (max-width:990px){
	.darkbgcolor{
		/*border-bottom:1px solid #595b63;*/
	}
	.customers >.accentbgcolor{
		/*border-bottom:1px solid #d0d0d0;*/
	}
}
.accentbgcolor > ul > li > a{
	color:white;
}

@media(max-width: 768px){
	.econ-icon{
		margin-top: 30px;
	}
}

.split > .col-sm-6 > p,
{	
	font-size: 16px;
	font-weight: 300;	
}

.split > .col-sm-6 > ul,
.split > .col-sm-6 > a{
	font-size:15px;
	font-weight: 300;
}

.accentbgcolor > p{
	font-size:16px;
	font-weight: 300;
	color: white;
}

.darkbgcolor > p{
	font-size:16px;
	font-weight: 300;
	color: white;
}

.split > .col-sm-6 > ul{
	margin-bottom: 20px;
}

.fa-book,
.fa-video-camera{
	margin-right: 5px;
}

.split h2.title{
	margin-top: 30px;
	margin-bottom: 30px;
}

.customers .col-md-4 >ul{
	font-size:15px;
}

.split > .col-md-4{
	padding-left: 30px;
	padding-right: 30px;
}

@media(max-width: 1200px){
	.overview > .col-sm-6{
		padding:50px;
		padding-bottom: 80px;
	}
}

@media(max-width: 768px){
	.split > .col-md-4 > .text-left{
		margin-bottom: 50px;
	}
}

p{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
	margin: 0 0 15px;
	letter-spacing: .5px;
	color: #1a2732;
}

body{
	/*color:#1a2732;*/
	color:#1a2732;
}

.money-title{
	font-size: 1.4em;
	text-align: center;
	color: #464646;
	line-height: 25px;
}

.panel-body{
	padding:15px 25px;
}

.thumbbox1{
	background: #c2dbf9;
	padding: 15px;
}

.thumbbox1 .description{
	background: #c2dbf9;
	padding: 20px;
	color: white;
}

.cite{
	font-size: 1em;
	margin-top: -15px;
	color: #7e7e86;
}

.page-wrapper h2.title{
	font-family: 'Merriweather', serif;
	letter-spacing: 2.4px;
	font-weight: bold;
	/*font-size: 2.1em;*/
	font-size: 1.8em;
	line-height: 40px;
}

.unstyle ul li{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
	margin: 0 0 15px;
	letter-spacing: .5px;
}

section.page-wrapper.accentbgcolor{
	background-color: #b792c5 !important;

}

section.page-wrapper.accentbgcolor > .container > .text-center{
	color:#1a2732;
}

li{
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.7em;
	font-weight: 300;
}

.play{
	color:#42c4dd;
	font-weight: 600;
}

.play-box{
	background: #3477ac;
	color: white;
	padding: 20px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.panel-question{
	background-color:#c2dbf9 !important;
}

.kaword{
	border-radius: 2px;
	background-color: #f0f4f7;
	margin: 7px 1px;
	padding: 4px;
	cursor: pointer;
	text-align: center;
	margin: auto auto;
	margin-bottom: 5px;
}
.table{
	border: 1px solid #ddd;
	background: white;
	color: #1a2732;
}

.panel-question{
	border-color:white;
}

.panel-question > .panel-body{
	background-color: white;
}

.panel-question > .panel-heading{
	background-color: #c2dbf9;
	border-bottom-color: white;
}

.th-width{
	width:30%;
}

.sub-data{
	cursor: pointer;
}

.sub-data:hover{
	background-color: #50b1b4;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.board > .panel-default{
	border:1px solid #c2dbf9;
	border-top:none;
}

.p-padding{
	padding:22px !important;
}

.customers img{
	max-height: 160px;
	padding:5px;
}

@media (max-width:768px){
	.accentbgcolor > p{
		margin-bottom: 40px;
	}
}

.darkbgcolor .customers img,
.accentbgcolor .customers img,
.whitebgcolor .customers img,
.bluebgcolor .customers img{
	max-width: 130px;
}

.accentbgcolor >.unstyle li:before{
	color:white;
}

@-moz-document url-prefix() { 
	#demo-canvas {
		display:none;
	}
}

.intro-li{
	font-size: 17px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	line-height: 27px;
	letter-spacing: 1px;
}

.top-border{
	border-left: none;
	border-top: 7px solid;
}

.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/*.darkbgcolor p{
color:white;
}*/

.subtitle{
	text-align: center;
	/*text-transform: uppercase;*/
	letter-spacing: .8px;
	font-weight: 300;
	color: white;
}

.accentbgcolor p{
	color: black;
	line-height: 1.7em;
}

.white{
	color: white;
}

ol.upper-roman{
	list-style-type:upper-roman;
}

.dark-font{
	color: #1a2732!important;
}

.answer-on-top{
	padding: 3px;
	display: inline;
	margin-left: 5px;
	line-height: 30px;
	margin-right: 5px;
}

.case{
	text-transform: inherit !important;
	font-weight: 400;
	color: #1a2732;
}

uppercase{text-transform: uppercase;}

.blue{
	color: #3477ac;
}

.inherit-case{
	text-transform: inherit !important;
}

.font-15{
	font-size:15px;
}

.form-control{
	color: #1a2732;
	font-size:15px;
}

li.no-style:nth-child(2) {
	list-style-type: none; 
}
li.no-style:nth-child(3) {
	list-style-type: none; 
}
li.no-style:nth-child(4) {
	list-style-type: none; 
}
li.no-style:nth-child(5) {
	list-style-type: none; 
}



.img-10{max-width: 10%;}
.img-20{max-width: 20%;}
.img-30{max-width: 30%;}
.img-40{max-width: 40%;}
.img-50{max-width: 50%;}
.img-60{max-width: 60%;}
.img-70{max-width: 70%;}
.img-80{max-width: 80%;}
.img-90{max-width: 90%;}
.img-100{max-width: 100%;}

@media (max-width: 991px){
	.img-10{max-width: 5%; margin-bottom: 20px;}
	.img-20{max-width: 10%; margin-bottom: 20px;}
	.img-30{max-width: 15%; margin-bottom: 20px;}
	.img-40{max-width: 20%; margin-bottom: 20px;}
	.img-50{max-width: 25%; margin-bottom: 20px;}
	.img-60{max-width: 30%; margin-bottom: 20px;}
	.img-70{max-width: 35%; margin-bottom: 20px;}
	.img-80{/*max-width: 40%;*/ max-width: 140px; margin-bottom: 20px;}
	.img-90{max-width: 45%; margin-bottom: 20px;}
	.img-100{max-width: 50%; margin-bottom: 20px;}
}

.bluebgcolor{
	background-color: #c2dbf9;
}
.bluebgcolor h2,
.bluebgcolor ul,
.bluebgcolor p{
	color: #1a2732;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
}
.title-pad{
	padding: 0px 0px 30px 0px;
}
.page-wrapper.page-title{
	padding: 80px 0px 0px 0px;}
	.padding20{
		padding:20px 0;
	}
	.padding40{
		padding:40px 0;
	}
	.transcript-btn:hover{
		background: #f5c921;
		color: #43c4dd;
		border-color:#f5c921;
	}
	.whitebgcolor .wowpanel{
		/*background-color: white;*/
	}
	.wowpanel.wowpanel-white{
		background-color: #fff;
	}

	.darkbgcolor .transcript-btn{
		border: 1px solid white;
		text-decoration: none;
	}
	.darkbgcolor .transcript-btn:hover{
		background: #f5c921;
		color: #43c4dd;
		border-color: #f5c921;
	}

	a:hover{
		text-decoration: underline;
		color:#28245e;
		-webkit-animation:title-border .5s ease-in;
		-moz-animation:title-border .5s ease-in;
		-o-animation:title-border .5s ease-in;
		animation: title-border .5s ease-in;
	}
	.panel-title>a.collapsed{
		text-decoration: none;
	}
	.whitebgcolor .panel-default{
		border: none;
		border-radius: 8px;
	}
	.panel-body{
		padding: 45px 40px;
	}
	.answer{
		color:#466e97;
		text-align: center;
		display: none;
	}
	.answer1{
		display: none;
		color:#466e97;
	}
	.answer2{
		display: none;
		color:#466e97;
	}
/*.bb{
background-color: #42c4dd;
}
.wp p{
color:white;
}*/
.hide1{
	display: none;
}
input[type="radio"], input[type="checkbox"]{
	margin-right: .5em;
}
.darkbgcolor p{
	color:#1a2732;
}
.darkbgcolor .wowpanel{
	background-color: #f0f4f7;
	/*border: 1px solid #6e298d;*/
	border-left: 7px solid #6e298d;
}
.darkbgcolor a,
.accentbgcolor a{
	color:#333;
	font-weight: bold;

}
.darkbgcolor a:hover{
	color:#000;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
label{
	display:inline;
	font-weight: 400;
}
.ml-question{
	font-weight: 700;
}

.red{
	color:red;
	text-decoration: line-through;
}

.green{
	color:green;
}
.accentbgcolor hr{
	border-top:1px solid white;
}
.customers .quote-img{
	max-width: 250px !important;
	display: block;
	border:4px solid #6e298d;
	padding:0px;
}
@media (min-width: 768px){
	.author-content{
		margin-left: 200px;
	}
}
@media (max-width: 767px){
	.author-content{
		clear:both;
	}

}
.accentbgcolor .boxp{
	color:#1a2732;
}
.accentbgcolor .boxa{
	color:#3477ac;
}
.viewport{
	display: none;
	position:fixed;
	border:1px black solid;
	box-shadow: 5px 5px 10px #1e1e1e;
	z-index: 10;
	width:600px;
	height: 300px;
	border-radius: 10px;

}

.canvasbk{
	position: absolute;
	top: 0px;

}
.small-title{
	font-size:1.7em !important;
}
@media print{
	div[class*="col-xs-offset"],
	div[class*="col-sm-offset"],
	div[class*="col-md-offset"],
	div[class*="col-lg-offset"],
	.col-print-offset-0{
		margin-left:0;
	}
	div[class*="col-xs"],
	div[class*="col-sm"],
	div[class*="col-md"],
	div[class*="col-lg"]{
		width: 100%;
	}
	.col-print-1,
	.col-print-2,
	.col-print-3,
	.col-print-4,
	.col-print-5,
	.col-print-6,
	.col-print-7,
	.col-print-8,
	.col-print-9,
	.col-print-10,
	.col-print-11,
	.col-print-12{
		float: left;
		padding-left:15px;
		padding-right:15px;
	}
	.col-print-6.image-print-float-right{
		float: right;
		padding-left:15px;
		padding-right:15px;
	}
	.col-print-10{
		width: 83.33333333% !important;
	}
	.col-print-8{
		width: 66.66666667% !important;
	}
	.col-print-7 {
		width: 58.33333333% !important;
	}
	.col-print-6, div.col-print-6{
		width: 50% !important;
	}
	.col-print-5 {
		width: 41.66666667% !important;
	}
	.col-print-4 {
		width: 33.33333333% !important;
	}
	.col-print-3 {
		width: 25% !important;
	}
	.col-print-offset-1{
		margin-left:8.33333333% !important;
	}
	.col-print-offset-2 {
		margin-left: 16.66666667% !important;
	}
	.col-print-offset-3{
		margin-left: 25% !important;
	}
	.col-print-offset-6{
		margin-left: 50% !important;
	}
	.large-header .parallax-content,
	#large-header,
	#large-header .block2{
		min-height: 75px !important;
		min-width: 75px !important;
		height: inherit !important;
		width: inherit !important;
	}
	#header,
	#demo-canvas,
	.btn-previous,
	.btn-next,
	.embed-responsive.embed-responsive-16by9,
	.radio-quiz input[type=radio],
	.radio-quiz .alert,
	.select-quiz .alert,
	.select-quiz select,
	.owl-controls.clickable,
	#footer{
		display: none !important;
	}
	.pagetitle .parallax-content,
	.thumbbox1,
	.panel-heading,
	.page-wrapper .row,
	.select-quiz hr.divider{
		margin: 0 !important;
		padding: 0 !important;
	}
	.page-wrapper{
		padding: 0;
	}
	#large-header .main-title,
	.block2 .text1.big{
		width:100%;
		font-size: 25px;
	}
	h2.section-title{
		font-size: 20px;
		font-weight: bold;
	}
	.overview.split h2.title{
		text-align: center;
	}
	.overview.split > .darkbgcolor{
		min-height: inherit !important;
	}

	.panel-group .collapse{
		display: block !important;
		height: inherit !important;
	}
	.items-container .panel,
	.items-container .thumbbox1,
	.items-container .thumbbox1 h3,
	.items-container .thumbbox1 .description{
		height: inherit !important;
	}
	.wowpanel.required-resources,
	.wowpanel.additional-resources{
		margin:0;
		padding: 4px 20px;
	}
	.wowpanel.required-resources h3.title,
	.wowpanel.additional-resources h3.title{
		margin:10px 0;
	}
	blockquote{
		font-size:14px;
		margin: 0;
	}
	.radio-quiz .radio-correct{
		border: 2px solid #3477ac;
	}
	.owl-carousel .owl-item{
		float:none;
		width: inherit !important;
	}
	.owl-wrapper{
		width: inherit !important;
	}
	.owl-wrapper-outer.autoHeight{
		height: inherit !important;
		overflow: visible;
	}
	.panel-group .panel-title>a,
	.panel-group .panel-heading+.panel-collapse .panel-body{
		padding: 10px;
	}
	.tab-content>.tab-pane{
		display:block;
	}
}
.darkfont{
	color:#43c4dd !important;
}
.article-name{
	font-weight: 700;
	color: #fff478;
}
.whitebgcolor .article-name{
	font-weight: 700;
	color: #f5c931;
}
.cite{
	color: #1a2732; !important;
	margin-left: -6px;
	font-size:1.2em;
	margin-top:8px;
	padding-right: 10px;
	font-style: italic;
}
.cite:before{
	/*content: "— "*/
}

.dropdown.focus ul{
	display: block;
}

.dropdown ul .hovered{
	color:#3477ac;
	background:#303543;
}

.dropdown-menu li{
	margin-bottom: 0px;
}
#mega-menu{
	height:70px;
	/*margin-left: 70px;*/
}
@media (max-width: 992px){
	#mega-menu{
		margin-left: 0px;
	}
}
.redq .dropdown-menu, ul.sub-menu{
	background-color: #43c4dd;
}
.redq .columns ul a{
	color: white;
}
@media (min-width: 768px){
	.default-skin.header.on {
		background: #43c4dd;
		border-bottom: 1px solid transparent;
	}
}
.link-item {
	font-weight:400;
	font-size:.95em;
	letter-spacing: .8px;
}
.link-item:hover{
	text-decoration: underline;
}
.redq .columns ul a{
	padding: 14px 25px;
	font-size: .8em;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
}
.redq .columns ul a:hover{
	color: #f5c931;
}
@media (min-width: 1020px){
	audio {
		width:450px;
	}
}
.re-lead{
	font-weight: 500;
	letter-spacing: .8px;
	font-size: 1.7em;
	margin-bottom: 25px;
	/*color:#0c5d6d;*/
	color: black;
}
.default-skin.header.on .navbar-default .navbar-nav>li:hover{
	background: #1d212b;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.default-skin.header.on .navbar-default .navbar-nav>li>a:hover{
	color: #f5c931;
	text-decoration: inherit !important;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.default-skin.header.on .navbar-default .navbar-nav>li.no-style:hover{
	background: none;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.default-skin.header.on .navbar-default .navbar-nav>li.no-style{
	float: left;
	text-transform: uppercase;
	margin-top: 2px;
}
.default-skin.header.on .navbar-default .navbar-nav>li.no-style>a:hover{
	color: #1a2732;
	cursor: default;
	background: none;
	text-decoration: inherit !important;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.lucy-cite{
	margin-top: -12px;
	margin-left: 20px;
	margin-bottom: 20px !important;
}
.stella-cite{
	margin-top: -12px;
	margin-left: 40px;
	margin-bottom: 20px !important;
}
.ing-cite{
	margin-top: -12px;
	margin-left: 23px;
	margin-bottom: 20px !important;
}
.dropdown .dropdown-toggle:focus{
	background-color:  #1d212b!important;
}
.aria-visible{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.visible-desktop{
	position: relative;
	top: 30px;

	font-size: 1.2em;
	background: transparent;
}

.skipcontent:link,
.skipcontent:hover,
.skipcontent:visited,
.skipcontent:visited:hover {
	height: 0px;
	display: block;
	width: 1px;
	overflow: hidden;
	font-size: 1.2em;
	position: absolute;
	top:30px;
}

.skipcontent:focus {
	color:white;

	width: 120px;
	overflow: initial;
	background-color: black;
}
/*=============magnifier*/
.viewport{
	display: none;
	position:fixed;
	border:1px black solid;
	box-shadow: 5px 5px 10px #1e1e1e;
	z-index: 10;
	width:600px;
	height: 300px;
	border-radius: 10px;

}


.canvasbk{
	position: absolute;
	top: 0px;
}


.activitied.magnifier{
	background-image:url(../img/m-off.png);
	background-size:cover;
	background-position: center;
}
.magnifier{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	position: fixed;
	top: 92px;
	z-index: 20000;
	right: 0px;
	cursor: pointer;
	background-image:url(../img/m-on.png);
	background-size:cover;
	background-position: center;
}

/*=============magnifier end*/
.light-top{
	border-top-color: #fff478 !important;
}
.example{
	color: #43c4dd !important;
	font-size: 25px;
	font-weight: 700;
	margin-right: 5px;
	text-align: center;
	font-style: italic;
}
.example-sentence{
	color: #42c4dd;
}
.max110{
	max-width: 110px;
}
.split .bluebgcolor h2.title{
	margin-top: 24px;
	margin-bottom: 25px;
}
.max-20{
	max-width: 20%;
}
.grey-box{
	background: #e8e8e8;
	padding: 20px;
	border-radius: 4px;
}
.s-title{
	font-size: 0.7em;
	font-weight: 300;
	/*text-transform: uppercase;*/
	letter-spacing: .8px;
	margin-bottom: 30px;
}
.redq .dropdown.redq-fullwidth .dropdown-menu{
	margin-top: -10px;
}

.navbar-nav a:hover span{
	text-decoration: none;
}

.letters div{
	cursor: pointer;
}
.sanswer{
	font-style: italic;
	font-size: 1.5em;
}
.response-box{
	background: white;
	padding: 20px;
	border-radius: 4px;
	min-height: 10px;
	/*border: 1px solid #e8e8e8;*/
	/*padding-left: 40px;*/
	/*padding-right:40px;*/
}
.response-box p{
	font-weight: 500;
	font-style:italic;
	font-size:1.3em;
}

.page-wrapper .row.response-box{
	margin-bottom: 0px;
}

.response-box img{
	min-width: 50px;
}

.panel-body li{
	font-size:1.2em;
}

.showboard{
	background: white;
	border-radius: 4px;
	padding: 20px 10px;
	min-height: 189px;
	border: 2px solid #43c4dd;
}
.red-border{
	border:1px solid red !important;
}
.green-border{
	border:1px solid green !important;
}
.red-font{
	color: red !important;
}
.green-font{
	color: green !important;
}
.accent-border{
	border:1px solid #c2dbf9 !important;
}
.indent{
	margin-left: 2.6em;
}
.blue-cite{
	color: #42c4dd !important;
}
.accentbgcolor .panel hr{
	border-top: 1px solid #e0e0e0;
}
.width-50{
	width: 50%;
}
.no-reco{
	background: #337ab7;
	height: 60px;
	color: white;
	text-transform: capitalize !important;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	/*border-bottom: 3px solid #42c4dd !important;*/
	border-top: 3px solid #337ab7 !important;
	border-left: 3px solid #337ab7 !important;
}
.reco{
	background: #337ab7;
	height: 60px;
	color: white;
	text-transform: capitalize !important;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	/*border-bottom: 3px solid #42c4dd !important;*/
	border-top: 3px solid #337ab7 !important;
	border-right: 3px solid #337ab7 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	font-size:1.2em;
	padding:23px;
	line-height: 30px
}
.yes-btn{
	background: #c2dbf9;
	color: #43c4dd;
}
.yes-btn:hover{
	background: #c2dbf9;
	color: white;
}
.no-btn:hover{
	color: black;
}
.header .navbar-default .navbar-nav > li > a{
	/*background: #43c4dd;*/
	letter-spacing: 0.03em;
}
.header .navbar-default .navbar-nav > li.no-style > a:hover{
	font-weight: 400;
	color: #1a2732;
}
.btn-dark{
	background: #43c4dd;
	color: white;
}
.btn-dark:hover{
	color: #c2dbf9;
}
.dark-border{
	border:1px solid #43c4dd;
}

.answer1.more{
	display: block;
}
.max-10{max-width: 10%;}
.max-15{max-width: 15%;}
.max-20{max-width: 20%;}
.max-25{max-width: 25%;}
.max-30{max-width: 30%;}
.max-35{max-width: 35%;}
.max-40{max-width: 40%;}
.max-45{max-width: 45%;}
.max-50{max-width: 50%;}

.specialmt{

}
@media (min-width:497px){
	.specialmt{
		margin-top: -100px !important;
	}
}
@media (min-width:768px){
	.specialmt{
		margin-top: -220px !important;
	}
}
@media (min-width:1206px){
	.specialmt{
		margin-top: -350px !important;
	}
}
.accentbgcolor a:hover{
	color:#f5c931;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.callout-a:hover{
	color: #42c4dd;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;

}
.panel-head{
	color: #43c4dd !important;
	font-size: 25px;
	margin-right: 5px;
	text-align: center;
}
a{
	color: #0084B4;
	font-weight: bold;
}
a:hover{
	/*color: black;
	font-weight: 700;*/
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
	text-decoration: underline;
	color: #3477ac;
}
.accentbgcolor a{
	color: #0084B4;
}
.accentbgcolor a:hover{
	color: #3477ac;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.darkbgcolor .wowpanel{
	color: black;
}
#header a{
	text-decoration: none;
}
#header a.print{
	border: 1px solid white;
	border-radius: 25px;
	padding: 8px 15px;
}
#header a.print:hover{
	background:#fff;
	color: #43c4dd;
}
.accentbgcolor a.btn {
	color: #333;
	cursor: pointer;
}
.accentbgcolor a.btn:hover {
	color: #000;
	background: #d6d8d8;
	/*border:1px solid #4f2163;*/
}
h1{
	line-height: 1.7;
}
legend{
	border-bottom:none;
	font-size:18px;
}
.question{
	margin-top:20px;
}
.symbols-title{
	font-weight: 700;
	font-size: 1.35em;
	text-align: left;
	color: #43c4dd !important;
}
.accentbgcolor,
.accentbgcolor .cite{
	color: black !important
}
.lead{
	font-weight: 400;
	letter-spacing: .2px;
	color: black;
	/*line-height: 38px;*/
	font-size: 20px;
}
.ways-title{
	color: #43c4dd !important;
	font-size: 25px;
	font-weight: 700;
	margin-right: 5px;
	font-style: italic;
}
.pt12{
	font-size: 12pt;
	color: #43c4dd !important
}
.pt14{
	font-size: 14pt;
	color: #43c4dd !important
}
.pt16{
	font-size: 16pt;
	color: #43c4dd !important
}
.pt18{
	font-size: 18pt;
	color: #43c4dd !important
}
.arial{
	color: #43c4dd !important;
	font-family: arial !important;
}
.verdana{
	color: #43c4dd !important;
	font-family: verdana !important;
}
.helvetica{
	color: #43c4dd !important;
	font-family: helvetica !important;
}
.heavy{
	font-weight: 600;
	color: #43c4dd !important;
}
.crowded-letter{
	color: #43c4dd !important;
	letter-spacing: 0.1px;
}
.wide-letter{
	color: #43c4dd !important;
	letter-spacing: 1px;
}
@media (max-width:980px){
	img.pull-left.hidden-print.max-50{
		min-width: 100%;
	}
	img.pull-right.hidden-print.max-50{
		min-width: 100%;
	}
	.half-image.max50{
		min-width: 100%;
		margin-bottom: 15px;
	}
	.half-image.max-50{
		min-width: 100%;
		margin-bottom: 15px;
	}
}

.darkbgcolor .transcript-btn{
	color: white;
}
.darkbgcolor .transcript-btn:hover{
	background: white;
	color: #43c4dd;
	border:1px solid white;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.admin-title{
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: .8px;
	margin-bottom: 3px;
}
.font-300 p{
	font-weight: 300;
}
.font-500{
	font-weight: 500;
}
.whitebgcolor > p{
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7em;
}
.wowpanel li{
	font-size: 1.2em
}
.lowcase{
	text-transform: lowercase !important;
}
.ml38{
	margin-left:38px;
}
.white-font{
	color: white !important;
}
.ml8{
	margin-left: 8px;
}
.bottom-footer{
	background: #26405a;
	padding:12px 0;
}
.bottom-footer p,
.bottom-footer a{
	color: white;
}
.bottom-footer a{
	text-decoration: none;
	cursor: pointer;
	font-size: .8em;
}
.img-des,
.no-show{
	display: none;
}
.accentbgcolor li,
.whitebgcolor li,
.darkbgcolor li{
	font-size: 17px;
	letter-spacing: .1px;
	font-weight: 300;
}

.wowpanel li{font-weight: 400;}

li.bold{font-weight: bold;}

.survey-panel{
	border-left: none !important;
	border: 7px solid #f5c931 !important;
	border-radius: 4px;
}
.p20{
	padding:20px;
}
.ml30{
	margin-left: 30px;
}
.min80{
	min-width: 80%;
}
.min100{
	min-width: 100% !important;
}
.min40{
	min-width: 40% !important;
}
.letters img:hover{
	border:4px solid #42c4dd;
	border-radius:4px;
	padding:4px;
}
.min30{
	min-width: 30%;
}
.customers img.square-icon{
	border-radius:0%!important;
}
.footer2 p{
	color: white;
	font-weight: 300;
}
#footer.footer2 .copyright a{
	color: white;
	letter-spacing: .8px;
}
.min50{
	min-width: 50%;
}
.humber-logo{
	min-width: 200px !important;
	margin-bottom: 20px;
	margin-top: 20px;
	max-width:250px;
}
.baf-logo{
	min-width: 75%;
	margin-top:15px;
}
@media (max-width: 991px){
	.humber-logo{
		max-width:20%;
		margin-bottom: 20px;
		min-width: 10%;
	}
	.baf-logo{
		min-width: 20%;
		margin-top: 30px;
		margin-bottom: 20px;
		max-width:30%;
	}
}
@media (max-width: 550px){
	.humber-logo{
		max-width:30%;
		margin-bottom: 20px;
		min-width: 10%;
	}
	.baf-logo{
		min-width: 20%;
		margin-top: 30px;
		margin-bottom: 20px;
		max-width:60%;
	}
}
.footer2 p{
	margin-bottom: 5px;
	font-size: 1em;
}
.bottom-footer p{
	font-size: 1em;
	margin-top:4px;
	letter-spacing: .1px;
}
.address{
	font-size: 1em;
}
.footer2 a{
	text-decoration: none;
}
.footer2 a:hover{
	text-decoration: underline;
	font-weight: 300;
}

.other-items p{
	font-weight: 500;
}
.other-items a:hover{
	font-weight: 500;
}
.pagetitle .parallax-content .block2.big-banner{
	padding:150px;
}
.min60{
	min-width: 60%;
}
.ml27{
	margin-left: 27px;
}
.home-banner .big-banner{
	margin-bottom: 90px;
	margin-top: -80px;
}
.font-12em{
	font-size: 1.2em;
}
.min250{
	min-height: 250px;
}
.min260{
	min-height: 260px;
}
.max270{
	max-height: 270px;
}
.min270{
	min-height: 270px;
}
.h270{
	height: 270px;
}
.min100{
	min-width: 100%;
}
.min90{
	min-width: 90%;
}
.max50{max-width: 50%;}
.max60{max-width: 60%;}
.max70{max-width: 70%;}
/*.max80{max-width: 80%;}*/
.max90{max-width: 90%;}

.max81{
	max-width: 81%;
}
.grey-box .panel.panel-default{
	background: #43c4dd;
}
.grey-box .panel.panel-default .example{
	color: white !important;
}
.wowpanel.required-resources.dean-quote{
	background: #42c4dd;
	text-align: center;
	border: none;
	border-radius: 4px;
}
.wowpanel.required-resources.dean-quote p{
	font-size: 1.3em;
}
.wowpanel.required-resources.dean-quote ul, ol, li{
	/*font-size: 1.1em;
	font-weight: 400;*/
}
.dean-name{
	font-size: 1.3em !important;
}
.module-title{
	font-size:1.3em;
	border-radius:8px;
	background-color: #42c4dd;
	border-color: #42c4dd;
	padding: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	border: 3px solid #42c4dd;
}
.module-title:hover{
	font-size:1.3em;
	border-radius:8px;
	font-weight: 400;
	letter-spacing: 1px;
	border: 3px solid #42c4dd;
}
.module-img{
	border-radius:8px;
	border: 3px solid #42c4dd;
}
.module-img:hover{
	border-radius:8px;
	border: 3px solid #f5c931;
	background: #42c4dd!important;
}
.module-title.transcript-btn:hover{
	background: #42c4dd!important;
}
.blue-font{
	color: #42c4dd;
}
.micro-img{
	margin-bottom: 20px;
	margin-top: 120px;
}
@media (max-width: 1060px){
	.micro-img{
		margin-bottom: 20px;
		margin-top: 100px;
		max-width: 50% !important;
	}
	.micro-intro{
		text-align: left;
	}
}
@media (max-width: 767px){
	.micro-img{
		margin-bottom: 20px;
		margin-top: 10px;
		max-width: 30% !important;
	}
	.micro-intro{
		text-align: left;
	}
}
img.full-img.dinner{
	max-width: 50%;
	margin-bottom: 20px;
}
.symbol{
	margin-top: -20px;
	min-width: 35%;
}

/* Video Player */
.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 840px;
	position: relative;
	top:0;
	left: 0;
}

.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
}
.vid-item:hover {
	cursor: pointer;
}

.thumb {
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}

.vid-item .desc {
	color: #21A1D2;
	font-size: 15px;
	margin-top:5px;
}

.arrows {
	position:relative;
	width: 100%;
}

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}

@media (max-width: 624px) {
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -20px;
	}

	.arrow-right {
		right: 0;
		top: -20px;
	}
}

.panel-default.icons{
	border-left: solid 7px #43c4dd; 
	padding: 15px;
	background-color: #fff;
	margin-bottom: 10px !important;
}
.panel-body.icons{
	border-left: solid 7px #43c4dd; 
	padding: 15px;
	background-color: #fff;
	margin-top: -11px;
	margin-bottom: 10px;
}

.icon-accordion{
	padding: 15px 5px;
	/*border-left: 7px solid #43c4dd;
	background-color: #fff;*/
}
.icon-accordion.icons p{color:#000;}
.icon-accordion.icons ul li, .icon-accordion ol li{color:#000;}

.row.icons{
	background-color: #fff; 
	padding: 15px 5px; 
	margin: 0px; 
	border-left: #43c4dd solid 7px;
}

.panel-group .panel-heading+.panel-collapse .panel-body.icons {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-right: none;
    border-left: #43c4dd solid 7px;
    border-bottom: none;
    border-top: none;
    background-color: #CEEDF8;
    /*border-right: #000 1px solid;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;*/
}
.panel-heading a.plus:after, .panel-heading a.plus2:after, .panel-heading a.plus3:after{
	color: #000;
	content: '+';
	position: absolute;
	font-size: 1.4em;
	right: 27px;
	top: 13px;
	text-decoration: none;
}
.panel-heading a.minus:after, .panel-heading a.minus2:after, .panel-heading a.minus3:after{
	color: #000;
	content: '-';
	position: absolute;
	font-size: 1.4em;
	right: 27px;
	top: 13px;
	text-decoration: none;
}

a.btn-3d-toggle:hover{text-decoration: none !important;}
a.btn-3d-toggle2:hover{text-decoration: none !important;}
a.btn-3d-toggle3:hover{text-decoration: none !important;}
