.top-ribbon
{
	
	background-color: #ab5779;
	height: 24px;
	font-size: 0.7em;
	color: white;
}


.top-ribbon a {color:white}

.alignleft {
    float: left;
    text-align:left;
    width:45%;
}
.aligncenter {
    float: left;
    text-align:center;
    width:10%;
}
.alignright {
    float: left;
    text-align:right;
    width:33.33333%;
}

.top-ribbon-left {
    float: left;
    text-align:left;
    width:45%;
}

@media all and (min-width:901px)
{
	.top-ribbon-center 
	{
	    float: left;
	    text-align:center;
	    width:10%;
	}
}

@media all and (max-width:900px)
{
	.top-ribbon-center 
	{
	    float: left;
	    text-align:left;
	}
}

@media all and (max-width:900px)
{
	.top-ribbon-left
	{
		display: none;
	}
}

@media all and ( min-width: 560px ) {
    .medium-video { 
        width:560px;
        padding-bottom:315px !important;
    }
}

.login-button
{
	color : #0db5ce;
	border-radius: 12px;
}

.join-for-free-button
{
	color: white;
	font-weight: normal;
	border: none;	
}

/* turquoise buttons on BB */
.site-button-colour {background-color: #0cb5ce;}


/* magenta colour for banners e.g. WHY LMS */
.site-banner-colour { background-color: #bb647d;}

.home-bottom-banner-colour {background-color: #bb647d;}

.action-button
{
	color: white;
	font-weight: bold;
	border:none;
	border-radius: 0px;
	background-color: #0cb5ce;
}

.subhead
{
	font-size: 1.3em;
	font-weight: bold;
}

.subhead2
{
	font-size: 1.1em;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.round
{
	border-radius: 35px;
}

/*hr
{
	padding: 0px;
	margin: 0px;
}*/

body1 {
  font-family: 'Raleway', sans-serif;
}

body
{
	font-family: 'Muli', verdana,arial,helvetica,sans-serif;
	font-weight: lighter;
}

.slider-caption
{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	padding: 5px;
	/* margin-bottom: 50px; */
	color:black;
	text-shadow: none;
	right: 35%;
	left: 35%;
}

.carousel-caption
{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}

.carousel-indicators {bottom: 0px;} 



.click-to-watch-container
{
	position:absolute; 
	left: 25px; 
	bottom: 25px;
	color:black;
	cursor:pointer;
}

@media all and (max-width: 700px)
{
	.click-to-watch-container
	{
		position: absolute;
		left: 50%;
	top: 50%;
	    -ms-transform: translate(-50%, -50%); /* IE 9 */
    	-webkit-transform: translate(-50%, -50%); /* Safari */
    	transform: translate(-50%, -50%);		
	}	
}
		


.click-to-watch
{
	display: table;
}

.click-to-watch .glyphicon
{
	font-size: 1.8em;
	padding: 5px;
	display: table-cell;
	width: 3em;
	border: none;
	background-color: #c0c0c0;
	text-align:center;
	vertical-align:middle;
	top: 0px;
	
}

.click-to-watch .text
{
	font-size:1em;
	padding: 10px;
	display: table-cell;
	border: none;
	background-color: rgba(255, 255, 255, 0.8);
	text-align:center;
	vertical-align:middle;
	line-height: 1;
}

@media all and ( max-width: 1000px ) {
    .slider-caption { 
        font-size: 8px;
    }
}

@media all and (max-width: 700px) 
{
	.slider-caption { display: none;}
}


@media all and (max-width: 700px)
{
	.click-to-watch .text {font-size: 0.6em; padding: 3px; }
	.click-to-watch .glyphicon { font-size: 1.5em;}
	
}


.slider-caption .heading
{
	font-weight: bold;
	font-size: 1.2em;
}

.slider-caption .text
{
	font-style: italic;
	font-size: 0.9em;
	
}

/* get the background colour from site-button-colour */
.slider-caption .button
{
	font-size: 1em;
	border-radius: 0px;
	border: none;
	color: #ffffff;
}


/* Highlight a table row: supersede bootstrap at the row level by being annoyingly specific */
.table-striped > tbody > tr.highlight > td {
    background-color: #c0c0ff;
}

.pagination { margin: 0px;}


/* remove corner rounding on certain buttons */
.square
{
	border-radius: 0px;
}


.turquoise
{
	background-color: #0cb5ce;
}

.justify
{
	text-align: justify;
}

.main-container
{
	min-height: 400px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}
table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}
table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}


.top-middle-banner
{
  color: white;
  background-color: #ab5779;
  height: 110px;
  padding-top: 35px;
  border-top: solid #ffffff 1px;  
}


@media (min-width: 768px) 
{
	.top-right-banner
	{
	    padding-right: 40px; 
	    padding-top: 15px;
	    float: right;
    } 
}
 
 @media (max-width: 767px)
 {
 	.top-right-banner
 	{
 		text-align: center;
 		padding-right: 0px;
 		padding-top: 15px;
 	}
 }
 
 .action-button-turquoise
{
	color: white;
	border:none;
	font-weight: normal;
	border-radius: 0px;
	background-color: #0cb5ce;
}

.mt10
{
   margin-top: 10px;
}

.pt10
{
   padding-top: 10px;
}

.pb10
{
    padding-bottom: 10px;
}

  
.mt20
{
   margin-top: 20px;
}

.pt20
{
    padding-top: 20px;
}

.pr20
{
    padding-right: 20px;
}

.pr10
{
    padding-right: 10px;
}


.pt25
{
    padding-top: 25px;
}

.mt30
{
    margin-top: 30px;
}

.pt30
{
    padding-top: 30px;
}

.mt50
{
    margin-top: 50px;
}

.mb30
{
    margin-bottom: 30px;
}
.pb25
{
    padding-bottom: 25px;
}

.pb30
{
    padding-bottom: 30px;
}

.mb50
{
    margin-bottom: 50px;
}
