/*
Theme Name: EDU  - Educational & Courses site template
Theme URI: http://www.ansonika.com/edu/
Description: EDU  - Educational & Courses site template is created by <a href="http://www.ansonika.com">Ansonika</a>.
Version: 1.2.0
Author: LSST

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2.  PAGES AND CONTENT
3. COMMON
4. MEDIA QUERIES



/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
page-head, page-head a, page-head a:hover{
color: white;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-decoration:none;
}

page-head {
color: white;
  font-weight: 200;
  font-size: 11px;
  line-height: 18px;
}

tagline {
color: #57585b;
  font-weight: 200;
  font-size: 15px;
  line-height: 18px;
}
tagline a, tagline a:hover, tagline a:focus {
color: #57585b;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-decoration:none;
}


body {
	line-height: 1;
	color: black;
	background: white;
}
pre {
    font-family: monospace;
    padding: 15px;
}
ol, ul {
list-style-position: outside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
td {
	vertical-align: top;
	padding: 5px;
}
th {

font-size: 14px;
line-height: 18px;
background-color: rgb(239, 239, 239);
padding: 10px;
}


caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background:#f8f8f8 url(../img/pattern.jpg) repeat;
	font-size: 14px;
    font-family: 'Lato', sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased !important;	
}

img {
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
}



/** Typography **/
h1,
h3,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: inherit;

  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}
h2 {
  font-size: 24px;
   line-height:36px;
color: rgb(85, 85, 85);
}
h3 {
  font-size: 22px;
  line-height:28px;
}
h4 {
  font-size: 20px;
  line-height:22px;
  color:#00BEBF;
}
h5 {
  font-size: 18px;
  line-height:20px;
}
h6 {
  font-size: 16px;
  color:#00BEBF;
  line-height:1em;
}
p {
  margin: 0 0 15px 0;
  line-height: 1.9em;
  font-size: 14px;
}
strong {
  font-weight: bold;
}
.col-right p {

margin: 0px 20px 12px 4px;

}
.col-right ul{
  margin: 0 0px 10px 25px;
}
.item-list ul li {
  margin: 0 0 0em 0em; /* LTR */
  padding: 0;
}

sup {
font-size: 10px;
line-height: 11px;
}

/** Lists **/
ul,
ol {
  padding: 0;
  margin: 0 0 0;

}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.9em;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

li a.active {
  color: #005580;
  font-weight: bold;
}

/**iframe {
	width:100%;
	}
/** Links color **/
a {
  color: #028b8c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: none;
}
/** Forms **/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  margin-bottom:20px;
}

.ie7 input.ie7-margin {
	margin-left:-30px;
}


select {
margin-bottom:20px;
}
input.dateinput {
	width:100%;
}
input#email_newsletter, .form-search input {
	margin-bottom:0;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size:12px;
  font-weight:600;
}
.breadcrumb {
  margin: -15px 0 0px -15px;
  list-style: none;
  background:none;
}
/** Buttons **/
.twitter, .fb {
	position: relative;	
	height: 32px; 
	width: 157px; 
	display: block;
	background: url(../img/twitter_btn.png) no-repeat;
	margin-top:15px;
}

.fb {
	width: 157px; 
	background: url(../img/fb_btn.png) no-repeat; 	
}
.twitter:active, .fb:active {top: 1px;}
.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}
.twitter a, .fb a {
	padding: 5px 0 0 15px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 12px; 
	height: 32px; 
	display: block;
	line-height:23px;
}
.fb a {padding: 5px 0 0 20px; }
.twitter, .fb {
	display: inline-block;
}
.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}
a.button_medium, .button_medium, .megamenu > li .drop-down-container a.button_medium {
	border:none;
	background:#099ad1;
	color:#fff;
	padding:7px 12px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_medium:hover, .button_medium:hover, .megamenu > li .drop-down-container  a.button_medium:hover {background:#333;}

a.button_large, .button_large, .megamenu > li .megamenu_fullwidth a.button_large {
	border:none;
	background:#099ad1;
	color:#FFF;
	padding:8px 30px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
}

a.button_large:hover, .button_large:hover, .megamenu > li .drop-down-container  a.button_large:hover {background:#333;}

a.button_red_medium, .button_red_medium, .megamenu > li .drop-down-container  a.button_red_medium {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:7px 12px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_red_medium:hover, .button_red_medium:hover, .megamenu > li .drop-down-container  a.button_red_medium:hover {background:#333;}

.button_red_small, a.button_red_small, .megamenu > li .drop-down-container  a.button_red_small {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:2px 8px;
	margin-bottom:15px; 
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
}
.button_red_small:hover, a.button_red_small:hover, .megamenu > li .drop-down-container  a.button_red_small:hover {background:#099ad1;}
.button-align {text-align:right; padding-top:25px;}
.button-align-2 { float:right; margin-top:-30px;}

/* #Site Header
================================================ */
header {

padding: 8px 0;
background-size: 1450px;
    background-color: #FFFFFF;
    background-repeat-y: no-repeat;
}

#menu-top{
	float:right;
	color:#d0dbeb;
    font-size: 14px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #058B8C;
    padding-right: 11%;

}
#menu-top ul {
float:right;
}

#menu-top li{
	display:inline-block;
	zoom: 1; *display: inline;
	margin-right: 25px;
    line-height: 18px;
    padding: 5px 10px 5px 10px;
}
#menu-top a:hover{
    background-color: #56575a;
        padding: 10px 0px 10px 0px;
}

#menu-top li a:focus {
text-decoration:none;
}
span#top-nav-active {
    background-color: #56575a;
      padding: 10px;
    }


#menu-top a {
	color:#d0dbeb;
}

.ie7 #menu-top ul li a {
	color:#d0dbeb;
	margin-left:5px;
}
nav {
	width:100%;
	background:#058B8C;
	/* Old browsers */
/*	background:#058B8C -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* FF3.6+*/
/*	background:#058B8C -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	/* Chrome,Safari4+*/
/*	background:#058B8C -webkit-linear-gradient(top,rgba(255,255,255,.2)
	0%,rgba(0,0,0,.2) 100%);
	/* Chrome10+,Safari5.1+*/
/*	background:#058B8C -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Opera11.10+*/
/*	background:#058B8C -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* IE10+*/
/*	background:#058B8C linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
*/	
	margin-bottom:30px;
	color:#fff;
}
#phone {
	background:url(../img/icon-phone.png) no-repeat center right;
	padding-right:46px;
	text-align:right;
	float:right;
	font-size:12px;
	color: #fff;
	margin-top:5px;
}
#phone strong {
	font-size:18px;
	color: #66cccc;
	font-weight:700;
	display:block;
}
/* #Site Footer
================================================ */
footer {
	background-color:#fff;
	color:#666;
	border-top: 1px solid #e0eaf0;
	width:100%;
	padding-top:27px;
	padding-bottom:27px;
}
#brand-footer {
margin-bottom: 10px;	
text-align: center;
background-color: rgb(201, 234, 246);
border-radius: 5px;

}
#brand-footer h6{
  line-height: 1.25;
  font-size: 1.25em;
  margin-bottom: -15px;
}
#brand-footer p{
padding:10px 0 0 0;
}

#contacts-footer {
text-align: center;
background-color: rgb(201, 234, 246);
border-radius: 5px;
margin-bottom: 10px;
}

#contacts-footer h6{
  line-height: 1.25;
  font-size: 1.25em;
  margin-bottom: -15px;
}

#contacts-footer ul {
	list-style:none; 
	margin-left:0;
	padding: 10px;
}

#contacts-footer p{
padding:10px 0 0 0;
}

.field-content.thumb {
margin-bottom: 15px;
padding: 10px;
}



#quick-links {
text-align: center;
background-color: rgb(201, 234, 246);
border-radius: 5px;
margin-bottom: 10px;
}
#quick-links ul {
	list-style:none; 
	margin-left:0;
	padding: 10px;
}


#quick-links h6{
  line-height: 1.25;
  font-size: 1.25em;
  margin-bottom: -15px;
}
#quick-links p{
padding:10px 0 0 0;
}



/*============================================================================================*/
/* 2. PAGES AND CONTENT */
/*============================================================================================*/

/* #Homepage
================================================ */
#main-boxes {
	margin-top:-35px;
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.feat h3{
	text-shadow: 1px 2px 0px rgba(255,255,255,1);
}
/* #Sliders */
#static-image {
	width:100%;
	max-width:100%;
	margin-top:-20px;
	text-align:center;
	background-color:#058B8C;
}

.feat {
	padding-left:60px;
	position:relative;
	margin-bottom:20px;
}
.feat.last {
	margin-bottom:0px;
}
.feat i {
	color:#F66;
	left:0; 
	position:absolute;
}

div#block-views-highlights-block {
	margin-top:-35px;
	position:relative;
	z-index:1;
	margin-bottom:35px;
}
div#block-views-highlights-block {
	z-index:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eaf9ff;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
h2.field-content {
	margin: -10px 0 0 0;
	z-index:1;

}


div#block-views-highlights-block img{
	margin: 9px 8px 9px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#block-views-highlights-block h5{
	z-index:1;
	background:#2d343e;
	bottom:0;
	left:0;
	padding:4px 0;
	color:#eaf9ff;
	text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.views-field.views-field-field-main-image {

}


/* #Courses
================================================ */
.col-left {
	padding:20px 20px 15px 20px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	position:relative;
}
.col-right{
	padding:30px 15px 15px 15px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:60px;
	position:relative;
}
.col-left h3, .widget h4 {
	text-transform:uppercase;
	font-size:14px;
	color:#bbbbbb;
	margin:0 0 15px 0;
	padding:0;
	line-height:17px;
}
ul.submenu-col {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.submenu-col li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:3px;
}
ul.submenu-col li a#active {
	background:#099ad1 url(../img/arrow.png) no-repeat  96% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}
ul.submenu-col li a:hover {
	background:#efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#326e99;
}
.strip-courses{
	background:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#395070;
	margin-bottom:30px;
}
.strip-courses.rgb(241, 241, 241){
	background:#f8f8f8;
}
.title-course{
	background:#2d343e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	position:relative;
}
.title-course h3{
	font-size: 18px;
	padding: 3px 0 3px 15px;
	color:#fff;
	margin:0;
}
.title-course ul{
	position:absolute;
	color:#fff;
	right:15px;
	top:7px;
}
.title-course ul li{
	display:inline-block;
	font-weight:600;
	margin-left:15px;
	zoom: 1; *display: inline;
}
.strip-courses .description{
	padding:15px;
}
.strip-courses .description ul{
	margin:0;
	padding:0;
}
.strip-courses .description ul li{
	display: inline-block;
	font-weight:600;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1; *display: inline;
}
.strip-courses .description ul li.online{
	color:#ff6666;
}
.strip-courses .description ul li:last-child{
	border-right: none;
}

.box-style-one {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
.box-style-one img{
	margin: 30px 0 15px 0;
}
.box-style-one img.picture{
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-style-one h5{
	background:#2d343e;
	bottom:0;
	left:0;
	padding:4px 0;
	color:#eaf9ff;
	text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.strip-lessons{
	border-bottom: 1px solid #eeeeee;
	margin-bottom:30px;
	padding-bottom:10px;
}
ul.data-lessons {
	margin-left:0;
	padding-left:0;
}
ul.data-lessons li{
	display:inline-block;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1; *display: inline;
}
ul.data-lessons  li:last-child{
	border-right: none;
}
/* #Staff
================================================ */
.strip-staff{
	border-bottom: 1px solid #eeeeee;
	margin-bottom:25px;
	padding-bottom:25px;
}
.strip-staff .pic-teacher{
	position:relative;
	margin-bottom:15px;
}
.strip-staff h4 em {
	display:block;
	font-weight:normal;
	color:#777;
	font-size:12px;
}
ul.data-staff {
	margin-left:0;
	padding-left:0;
}
ul.data-staff li{
	font-weight:700;
	display:inline-block;
	margin-right:3px;
	padding:8px 12px;
	background-color:#f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	zoom: 1; *display: inline;
}
ul.data-staff li i{
	margin:auto;
}

ul.data-staff li a:hover{
	text-decoration:none;
}

/* #News and event
================================================ */
.news-strip ul{
	margin:0;
	padding:0;
}
.news-strip ul li{
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	padding: 20px 0 0 0;
	margin-bottom:15px;
}
.news-strip ul li a{
	text-decoration:none;
}
.news-strip ul li:hover{
	background-color:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.date-news {
	float:left;
	background:#f8f8f8;
	text-align:center;
	width:80px;
	height:60px;
	padding-top:20px;
	color:#999;
	font-size:12px;
	border:1px solid #fff;
	font-weight:700;
	 -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
	box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	text-shadow: -1px -1px 0px rgba(255,255,255,1);
	margin:0 15px 10px 10px;
}
.date-news strong {
	display:block;
	font-size:24px;
	color:#333;
}
/* #Blog
================================================ */
.tags a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#646464;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
}
.tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}

ul.recent_post li, ul.latest_news li {
	padding:0 0 8px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted;
	color:#313131;
	list-style:none;
	line-height:18px;
	padding-bottom:15px;
	color:#888;
	font-style:italic;
}
ul.recent_post li div, ul.latest_news li div {
	font-weight:700;
	padding-left:25px;
	font-style:normal
}
ul.recent_post li:last-child, ul.latest_news li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.post {
	margin-bottom:145px;
}
.post img {
	margin-bottom:18px;
}
.post h2 {
	font-size:23px;
	line-height:36px;
}
.post_info {
	padding:10px 0;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	margin-bottom:12px;
	color:#555;
}
.post_info span {
	color:#ff6666;
}
.post img {border-radius:5px;
}
.post-left {float:left;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	}
.comment_info {padding-bottom:7px;}
.comment_info span {padding:0 12px;}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
/*============================================================================================*/
/* 3. COMMON */
/*============================================================================================*/
.add-bottom-20 {margin-bottom:30px;}
#toTop {width:100px;border:1px solid #ccc;background:#f7f7f7;text-align:center;padding:5px;position:fixed; bottom:10px;right:10px;cursor:pointer; display:none;color:#333;font-size:11px;}

hr.double {
  margin: 10px 0 20px 0;
  border: 0;
  border-top: 1px solid #cedee7;
  border-bottom: 1px solid #ffffff;
}
ul.list_1, ul.list_2, ul.list_3, ul.list_4{ padding-bottom:15px;}
ul.list_1 li{background:url(../img/tick_1.png) no-repeat left 3px;line-height:18px;padding-left:20px;}
ul.list_2 li{background:url(../img/arrow_2.png) no-repeat 3px 5px;line-height:18px;padding-left:20px;}
ul.list_3 li{background:url(../img/arrow_3.png) no-repeat 5px 7px;line-height:18px;padding-left:20px;}
ul.list_4 li{background:url(../img/arrow_4.png) no-repeat 4px 6px;line-height:18px;padding-left:20px;}

.borders:after,
.borders:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.borders:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}

/*================== SCIENTISTS LANDING ====================*/

.menu-block-wrapper.menu-block-7.menu-name-main-menu.parent-mlid-0.menu-level-2 {
  width: 270px;
  float: left;
}
.menu-block-wrapper.menu-block-7.menu-name-main-menu.parent-mlid-0.menu-level-2 ul {
 margin: 16px 44px 0px 9px;

}

.menu-block-wrapper.menu-block-7.menu-name-main-menu.parent-mlid-0.menu-level-2 li{
  background-color: #EDEDED;
  padding: 10px 5px 5px 20px;
  margin: 5px 0 5px 5px;
  border-radius: 5px;
  border: solid thin rgb(226, 226, 226);
  list-style: none;
}
div#block-block-27--2 {
  margin-left: 232px;
}
div#block-block-27--2 td {
padding:0px;
}

/*================== First Highlight ====================*/


.main-boxes.span8 {
	text-align:left;
	color:#fff;
	display:block;
	font-size:18px;
/*	text-shadow: 1px 1px 0px rgba(0,0,0,.3);  */
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #058B8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:57%;
}

.main-boxes.span8 a {
color:#FFF;
}

.main-boxes.span8 img {
	 float:right; 
	 margin: 0 0 15px 20px;
	 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
width:300px;
}


.main-boxes.span4 {
	text-align:left;
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #058B8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:25%;
}

.main-boxes.span4 a {
color:#FFF;
}

.main-boxes.span4 img {
	 float:right; margin: 0 0 15px 20px;
	 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
/* width:100%; */
}

.main-boxes.span4 p {

}

.field-content.highlights-head {
font-size: 1.75em;
margin-top: -10px;
margin-bottom: 10px;
}

.views-field.views-field-title {
  margin-bottom: 10px;

}

/* ------ footer version ---------*/
.foot-main-boxes.span4 {
	text-align:left;
	color:#5B5B5B;
	display:block;
	font-size:14px;
	width:85%;
}

.foot-main-boxes.span4 a {
color:#058B8C;
}

.foot-main-boxes.span4 img {
	 float:right; margin: 0 0 15px 20px;
	 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
width:121px;
}

.foot-main-boxes.span4 p {

}





/*================== Second Highlight ====================*/

.main-boxes.span4{
	text-align:left;
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #058B8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.main-boxes.span4 a {
color:#FFF;
}

.main-boxes.span4 img {
	 float:right; margin: 0 0 15px 20px
}

.main-boxes.span4 p {

}

/*================== Third Highlight ====================*/

.main-boxes.span4 {
	text-align:left;
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #058B8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.main-boxes.span4 a {
color:#FFF;
}

.main-boxes.span4 img {
	 float:right; margin: 0 0 15px 20px
}

.main-boxes.span4 p {

}
/*================== End Highlights ====================*/

#logo {
width:245px;
}



span.field-content.hl-titleover {
font-weight: 600;
background-color: rgb(9, 166, 234);
margin-bottom: 25px;
/* margin-top: 0px; */
padding: 10px;
/* opacity: .6; */
position: absolute;
width: 177px;
color: white;
box-shadow: 0px 3px 7px #4A4A4A;
}

span.field-content.hl-titleover a {
color:#FFF;
}

.field-content.sidebar-hl {
box-shadow: 0px 0px 7px #888888;
width: 150px;
padding: 10px;
margin: 15px;
background-color: white;
}



span.field-content.ni-titleover {
font-weight: 600;
background-color: rgb(9, 166, 234);
margin-bottom: 25px;
/* margin-top: 0px; */
padding: 10px;
/* opacity: .6; */
position: absolute;
width: 220px;
color: white;
box-shadow: 0px 3px 7px #4A4A4A;
}

span.field-content.ni-titleover a {
color:#FFF;
}

.field-content.sidebar-ni {
box-shadow: 0px 0px 7px #888888;
width: 190px;
padding: 10px;
margin: 15px;

background-color: white;
}



div#contacts-footer {

margin-bottom: 10px;
}


.span6 {
width: 95%;
}

.field-name-field-additional-image-captions {
float: left;
font-size: .9em;
line-height: 1.65em;
margin-bottom: 6px;
margin-top: 10px;
color: rgb(142, 142, 142);
}

.field.field-name-field-image-caption {
float: left;
font-size: .9em;
line-height: 1.65em;
margin-bottom: 6px;
margin-top: 0px;
color: rgb(142, 142, 142);
clear: both;
width: 40%;
}

.field-name-field-main-image-caption  {
float: left;
font-size: .9em;
line-height: 1.65em;
margin-bottom: 6px;
margin-top: 0px;
color: rgb(142, 142, 142);
clear: both;
width: 40%;
}
 
 
.field.field-name-field-publish-date.field-type-datetime.field-label-hidden {
padding-bottom: 10px;
padding-top: 10px;
color: gray;
font-size: 1.25em;
}

.field.field-name-field-taggingtest.field-type-taxonomy-term-reference.field-label-inline.clearfix {
line-height: 1.5em;
margin-top: 15px;
}

.ds-1col.node.node-image.node-promoted.node-teaser.contextual-links-region.view-mode-teaser.clearfix {
line-height: 2em;

float: left;
margin-right: 20px;
height: 380px;
}

.field-name-field-article-author {
margin-bottom: 20px;
}

.field.field-name-field-image-credit {
  padding-bottom: 6px;
  line-height: 1.5em;
}



/*======================*/



.box-style-1{
	padding:30px 30px 10px 30px;  
	background: #eaf9ff; 
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	border:1px solid #fff; 
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#2e415c;
	position:relative;
}


.box-style-1.ribbon{
	background: #eaf9ff url(../img/sticker-1.png) no-repeat top right;
}
.box-style-2 a  {
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #058B8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.box-style-2 img {
	 float:right; margin: 0 0 15px 20px
}
.box-style-2 h3 {
	color: #FF9;
	font-size:28px;
}
.box-style-2.green a:hover  {
	background: #669933;
}
.box-style-2.orange a:hover  {
	background: #F60;
}
.box-style-2.red a:hover  {
	background: #ff6666;
}
/* #Table style*/
.table-bordered thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead tr th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead tr th:last-child {
  border-right: none;
}
.table-bordered tbody tr:first-child td {
  border-top-color: #CCC;
}
.table-bordered tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}
.table-bordered thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead th:last-child {
  border-right: none;
}
.table-bordered tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}

#message-newsletter, #message-visit, #message-contact { margin: 10px 0; padding: 0;}
.error_message { display: inline-block; background: #ed1c24; padding: 5px; color:#fff;}
.loader { padding: 0 10px; }
#success_page { background: #66cc00; padding: 5px;  color:#fff; display: inline-block; }
span.required{ font-size: 13px; color: #ff6666; } /* Select the colour of the * if the field is required. */

.main-img { 
	margin:-30px -30px 30px -30px; 
	overflow:hidden;
	position:relative;
}
.main-img p.lead {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	bottom:-25px;
	padding:15px 20px;
	color:#fff;
	line-height:24px;
}
.main-img img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/* javascripts */
a.accrodian-trigger { display:block; margin:5px 0; background: #f5f5f5 url(../img/plus.png) no-repeat center right; cursor:pointer ; font-size:16px;padding:5px 15px ; line-height:32px; transition: background .5s ease;margin-bottom:5px;}
a.accrodian-trigger:hover{ text-decoration:none; background:#099ad1 url(../img/plus.png) no-repeat center right; color:#fff;}
 a.accrodian-trigger:focus  { text-decoration:none; background:#099ad1 url(../img/minus.png) no-repeat center right; color:#fff;}
.accrodian-data { padding:0 15px;}
.togglehandle { background: #f5f5f5 url(../img/plus.png) no-repeat center right; padding:8px 15px ; border:1px solid #D6D4CB; cursor:pointer; display:block; margin-bottom:5px; font-size:16px;}
.toggledata { padding:0 15px;}

/* messages */
.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 { display: block; margin: 20px 0; padding: 15px 8px 15px 15px; position: relative; color:#666666!Important; }
.alert i { float:left; line-height:22px;}
.errormsg { background-color: #FCCAC1;  border: 1px solid #E18B7C; }
.errormsg i {color:#E18B7C; }
.alertmsg { background-color: #FFE9AD; border: 1px solid #EAC572;}
.alertmsg i{color:#EAC572;}
.successmsg { background-color: #EFFEB9;  border: 1px solid #C1D779; }
.successmsg i{ color:#C1D779}
.infomsg { background-color: #DEEEFA;border: 1px solid #AFD3F2; }
.infomsg i { color: #AFD3F2; }
.infomsg2 { background-color: #FFFFFF; border: 1px solid #AFD3F2; }
a.clostalert { background: url("../img/messages.png") no-repeat scroll 0 -310px transparent; cursor: pointer; height: 15px; overflow: hidden; position: absolute; right: 5px; text-indent: 9999px; top: 5px; width: 15px; }

/* tabs */
.tab-content {
  overflow: auto;
  margin-bottom:20px;
}

/* #ie10 BORDER RADIUS FIXED*/
.ie10 .col-left, .ie10 .col-right, .ie10 ul.submenu-col li a#active, .ie10 .strip-courses, .ie10 .title-course, .ie10 .box-style-one, .ie10 .box-style-one img.picture, .ie10 .box-style-one h5, .ie10 ul.data-staff li, .ie10 .news-strip ul li:hover, .ie10 .date-news, .tags a, .ie10 .post img, .ie10 .avatar img, .ie10 .box-style-1, .ie10 .main-img img, .ie10 a.button_medium, .ie10 .button_medium, .ie10 .megamenu > li .drop-down-container a.button_medium, .ie10 a.button_large, .button_large, .ie10 .megamenu > li .drop-down-container a.button_large, .ie10 a.button_red_medium, .ie10 .button_red_medium, .ie10 .megamenu > li .drop-down-container a.button_red_medium, .ie10 .button_red_small, .ie10 a.button_red_small, .ie10 .megamenu > li .drop-down-container a.button_red_small, .ie10 .img-rounded, .ie10 .megamenu > li .drop-down-container, .ie10 .drop-down-container ul.tabs a, .ie10 .drop-down-container#icon-menu a, .ie10 .box-style-1, .ie10 .box-style-2 a   {border-radius: 0;}

.ie10 select,
.ie10 textarea,
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="datetime"],
.ie10 input[type="datetime-local"],
.ie10 input[type="date"],
.ie10 input[type="month"],
.ie10 input[type="time"],
.ie10 input[type="week"],
.ie10 input[type="number"],
.ie10 input[type="email"],
.ie10 input[type="url"],
.ie10 input[type="search"],
.ie10 input[type="tel"],
.ie10 input[type="color"],
.ie10 .uneditable-input {border-radius: 0;}
/*============================================================================================*/
/* 3. MEDIA QUERIES */
/*============================================================================================*/



/*------------- Highlights list --------------- */
.field-content.highlights {
float: right;
margin-left: 15px;
margin-bottom: 20px;
 
}

.recent-highlights-grid {
margin-left:-25px;

}


.views-responsive-grid.views-responsive-grid-horizontal.views-columns-3 {
margin-left: 0px;
clear: both;
padding-top: 20px;
padding-left: 40px;

}

..row-fluid..span2.views-column-1..row-fluid..span2 {
margin-left:0px;
}

div#block-menu-block-1 {
/* background-color: white;
padding: 15px 15px 20px 15px;
border-radius: 5px; */
padding-bottom: 20px;
border-bottom: solid rgb(228, 228, 228) thin; 
margin-bottom: 5px; 
font-size: 1.25em;
}


li.leaf.has-children.menu-mlid-1078 {
  display: none;
}
li.leaf.has-children.menu-mlid-1079 {
  display: none;
}
li.leaf.has-children.menu-mlid-1080 {
  display: none;
}
li.last.leaf.has-children.menu-mlid-2127 {
  display: none;
}
li.leaf.has-children.menu-mlid-2058 {
  display: none;
}
li.leaf.has-children.menu-mlid-2057 {
  display: none;
}
li.leaf.has-children.menu-mlid-2058 {
  display: none;
}
li.leaf.has-children.menu-mlid-1200 {
  display: none;
}
li.leaf.has-children.menu-mlid-1201 {
  display: none;
}
li.leaf.has-children.menu-mlid-1202 {
display: none;
}
li.last.leaf.menu-mlid-2173 {
display:none;
}

.menu-block-wrapper.menu-block-1.menu-name-main-menu.parent-mlid-0.menu-level-4 {
font-size: 1.35em;
padding-bottom: 15px;
}

.menu-block-wrapper.menu-block-8.menu-name-main-menu.parent-mlid-0.menu-level-1 {
  font-size: 1.25em;
  margin-bottom: 23px;
}

.menu-block-wrapper.menu-block-1.menu-name-main-menu.parent-mlid-0.menu-level-4 ul.menu{
list-style:none;
}

div#block-menu-block-1 li {
list-style: none;
line-height:1.5em;
}

div#block-menu-block-1 h2 {

}

div#block-block-36 h2 {

}

div#block-block-37 h2 {

}

div#block-block-38 h2 {
line-height:1em;
padding-bottom:10px;
}

div#block-block-39 h2 {

}

div#block-block h2 {
font-size: 18px;
line-height: 18px;
}

#about h6 {
padding: 3px 0 3px 0;
}

/* -------------- Form Elements   ------------- */

fieldset {

  margin-bottom: 30px;

  position: relative;
 /* top: 12px; *//* Offsets the negative margin of legends */
}

fieldset .fieldset-wrapper{
  padding: 10px;
  margin-top: 15px;

}
.views-exposed-widgets.clearfix{
 }

html.js fieldset.collapsed .fieldset-legend, html.js fieldset.collapsible .fieldset-legend {

   color: #3b3b3b;

  left: -1px; /* LTR */
  min-width: 200px;
  font-size: 1.25em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
padding: 0px 21px;
 position: relative;
  top: 12px; /* Offsets the negative margin of legends */
}

.views-exposed-form label {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 2em;
}


.bef-sort-combined.bef-select-as-radios{
  padding-left: 20px;

}
div#edit-sort-bef-combine {

}


div#tb-megamenu-main-menu{
padding-left: 10%;
}


.dropdwn {
color: black;
}
.tb-megamenu .nav > li {
line-height:15px;
}

li.tb-megamenu-item.level-2.mega.no-display {
display:none;
}


li.tb-megamenu-item.level-2.mega.videos {
  background-color: #EDEDED;
  padding: 5px 5px 5px 20px;
  margin: 5px 0 5px 5px;
  border-radius: 5px;
  border:solid thin rgb(226, 226, 226);
}
li.tb-megamenu-item.level-2.mega.videos-first {
  background-color: #EDEDED;
  padding: 10px 5px 5px 20px;
   margin: 5px 0 5px 5px;
  border-radius: 5px;
 border:solid thin rgb(226, 226, 226);
}

li.tb-megamenu-item.level-2.mega.videos.open {
  background-color: #058B8C;
  padding: 5px 5px 5px 20px;
  margin: 5px 0 5px 5px;
  border-radius: 5px;

}
li.tb-megamenu-item.level-2.mega.videos-first.open {
  background-color: #058B8C;
  padding: 10px 5px 5px 20px;
  margin: 5px 0 5px 5px;
  border-radius: 5px;
}

li.tb-megamenu-item.level-2.mega.videos.active {
  background-color: #005580;
  padding: 5px 5px 5px 20px;
  margin: 5px 0 5px 5px;
  border-radius: 5px;
 border:solid thin rgb(226, 226, 226);
}
li.tb-megamenu-item.level-2.mega.videos-first.active {
  background-color: #005580;
  padding: 10px 5px 5px 20px;
  margin: 5px 0 5px 5px;
  border-radius: 5px;
 border:solid thin rgb(226, 226, 226);
}

li.tb-megamenu-item.level-2.mega.videos-first.active a{
color: #FFF;
font-size: 1.15em;
font-weight: bold;
}

li.tb-megamenu-item.level-2.mega.videos.active a{
color: #FFF;
font-size: 1.15em;
font-weight: bold;
}

li.tb-megamenu-item.level-2.mega.videos-first.open a{
color: #FFF;
font-size: 1.15em;
font-weight: bold;
}

li.tb-megamenu-item.level-2.mega.videos.open a{
color: #FFF;
font-size: 1.15em;
font-weight: bold;
}

li.tb-megamenu-item.level-2.mega.videos-first a{
color: #058B8C;
font-size: 1.15em;
font-weight: bold;
}

li.tb-megamenu-item.level-2.mega.videos a{
color: #058B8C;
font-size: 1.15em;
font-weight: bold;
}
li.tb-megamenu-item.level-3.mega.videos-first.open a {
display:none;
}


.tb-megamenu .dropdown-menu li > a {
border-top: none;
}

table.about {
  color: #00BEBF;
}


.tb-megamenu-column-inner.mega-inner.clearfix .a {
color: red !important;
}

.dropdwn {
color: black;
}

table.about {
  color: #00BEBF;
}

.tb-megamenu .row-fluid [class*="span"] {
margin-left:0px;
}

table.views-view-grid.cols-3 {
width:100%;
}

div#block-views-enews-issues-block {
padding-bottom: 10px;
}

#about {
  background-color: rgb(241, 241, 241);
  padding: 20px;
  border-radius: 10px;
}

form#search-block-form {
float: right;
margin: 0 29px 0 0;
}
input#edit-search-block-form--2 {
height:8px;
width: 105px;
}
button#edit-submit {
height:24px;
padding: 0 5px 0 5px;
font-size: 11px;
text-transform: uppercase;
font-weight: 400;


}

p.afterfoot {
margin: 5%;
}

p.adminlogin {
margin-left: 5%;
font-size: 10px;
margin-top: -20px;
}


.post img {
	float: left;
margin-right:10px;
}

div#block-block-20 {
padding-top: 5px;
}
div#block-block-20 td {
padding: 0px;
}


div#block-block-21 {
margin-right: -30px;
padding-top: 20px;
display:none;
}

div#block-block-27 {
padding: 0px;
}

div#block-block-27 td {
padding: 0px;
}

div#block-block-29 {
margin-right: -30px;
padding-top: 20px;
}

div#block-block-25 {
margin-right: -30px;
padding-top: 20px;
}

div#block-block-21--2 {
display: none;
}
div#block-block-25--2 {
display: none;
}
div#block-block-20--2 {
display: none;
}

.node-readmore {
float: right;
clear: left;
margin-bottom:15px;
}

img#enews-img {
width: 27%;
margin-left: 7px;
margin-right: 15px;
}

div#block-block-55 {
padding: 15px 15px 80px 15px;
}


.field-content.enews-art-img {
}

.enews-art {
width: 30%;
padding:15px;
}

h6.field-content.enews-art-h {
margin-top: 9px;
margin-bottom: 2px;
}

p.field-content.enews-art-p {
padding-bottom: 15px;
}

div#block-block-17 {
/*background-color: white;
border: solid thin rgb(228, 228, 228);
border-radius: 5px;
padding: 17px 10px 0 10px;
margin-bottom: 10px;*/
}

div#block-views-enews-article-listing-block {
overflow: auto;
height: 600px;
padding: 25px;
border: solid thin rgb(216, 216, 216);
border-radius: 5px;
background-color: #FFF;
margin-bottom: 20px;
}

element.style {
}
.field-name-field-main-image, .field-name-field-thumbnail {
width: 30%;
float: right;
padding-right: 15px;
padding-left: 15px;
}


.field.field-name-field-image-caption, .field-name-field-main-image-caption {
  padding-bottom: 6px;
  line-height: 1.5em;
  float: right;
  width: 30%;
  padding-left: 15px;
  padding-top: 15px;
  margin-right: 15px;
  color: rgb(107, 107, 107);
  font-size: .9em;
}


.field-name-field-headline-w-link {
font-size: 2em;

}
div#block-print-ui-print-links {
  float: right;
      margin-top: -10px;
}
img#logo {
  width: 100%;
  height: auto;
}
tagline {
  width: 100%;
  height: auto;
}

h6.field-content.publications-h6 {
font-size:1.25em;
}
.field-content.publications-link {
  margin-bottom: 5px;
}

.views-row.publications{
  margin-bottom: 10px;
  background-color: rgb(244, 250, 252);
  padding: 10px;
  border-radius: 3px;
}
.field.field-name-field-lead-author, .field.field-name-field-author-credit,
.field.field-name-field-publish-date, .field.field-name-field-submission-date, .field.field-name-field-type, .field.field-name-field-tags, .field.field-name-field-citable, .field.field-name-field-publication-category, .field.field-name-field-requirements-document, .field.field-name-field-performance-document, .field.field-name-field-journal-or-publication-nam, .field.field-name-field-abstract, .field.field-name-field-link, .views-field.views-field-field-lead-author, .views-field.views-field-field-publish-date, .field.field-name-field-docushare-handle, .views-field.views-field-field-journal-or-publication-nam, .views-field.views-field-field-docushare-handle{
line-height: 1.5em;
margin-left:15px;
}

.field.field-name-title.field-type-ds.field-label-hidden {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  background-color: rgb(244, 250, 252);
  border-radius: 3px;
}
.field.field-name-title.field-type-ds.field-label-hidden h2 {
font-size:1.5em;
line-height: initial;
}

table#imsim td {
   /* border: solid 1px; */
    padding: 10px;
    margin: 5px;
    background-color: #C9EAF6;
    border-radius: 9px;
    border: solid white;
    width:25%;
}
table#imsim th {
   /* border: solid 1px; */
    padding: 10px;
    margin: 5px;
    background-color: #C9EAF6;
    border-radius: 9px;
    border: solid white;
}

.view.view-recent-presentations.view-id-recent_presentations.view-display-id-block.view-dom-id-d217ffccf521324f8c61b6f6724973d8 {
    font-size: 17px;
    line-height: 1.35em;
}
.view.view-recent-presentations {
    padding-bottom: 29px;
}
.field.field-name-field-link.field-type-link-field.field-label-hidden {
    margin-bottom: 14px;
}
table.text-table td {
    padding: 0;
}
iframe.img {
    padding: 0px 10px;
}

/*----------------------------------Putting new stuff HERE --------------------------*/

div#block-block-88 {
       background-color: #fdfdfd;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    margin-bottom: 16px;
}

/* Weekly Digest HTML Block (delete if not in use) */
div#block-block-87.span4 {
	text-align: left;
    color: #fff;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    padding: 25px 25px 5px 25px;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 12px -6px rgba(000,000,000,0.4),inset 0 0 0 5px rgba(255,255,255,0.1);
    -moz-box-shadow: 0 10px 12px -6px rgba(000,000,000,0.4),inset 0 0 0 5px rgba(255,255,255,0.1);
    box-shadow: 0 10px 12px -6px rgba(000,000,000,0.4),inset 0 0 0 5px rgba(255,255,255,0.1);
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    margin-bottom: 15px;
    background: #058B8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* END WEEKLY DIGEST HTML BLOCK */

.group-footer {
    margin-bottom: 10px;
}

.node-image-collection img {
    float: left;
    clear: right;
    margin: 0 5px 10px 0;
}

textarea#edit-submitted-message {
    width: 90%;
}

.field-name-field-e-news-volume.field-type-taxonomy-term-reference {
float: right;
padding:13px 13px 0 13px;
}

p.span1 {

/*background-color: rgb(240, 240, 240); */
padding: 10px;
}
p.span2 {
/*background-color: rgb(240, 240, 240); */

padding: 10px;
}
p.span3 {
margin: 5px;
/*background-color: rgb(240, 240, 240); */
padding: 10px;
}
p.span4 {
margin: 5px;
/*background-color: rgb(240, 240, 240); */
padding: 10px;
}
p.span5 {
margin: 5px;
/*background-color: rgb(240, 240, 240); */
padding: 10px;
}
p.span6 {
margin: 5px;
/*background-color: rgb(240, 240, 240); */
padding: 10px;
}
p.span7 {
margin: 5px;
/*background-color: rgb(240, 240, 240); */
padding: 10px;
}
p.span8 {
margin: 5px;

padding: 10px;
}
strong {
font-weight: bold;
}
em {
  font-style: italic;
}

p.span_newrow {
line-height:0;
width: 632px;
padding: 0;
margin: 0;
}

ul.span4 {
margin: 5px;
/*background-color: rgb(240, 240, 240); */
padding: 10px;

}
.field.field-name-field-video-th.field-type-image.field-label-hidden {
}




.view-footer {
  /*width: 24%;For all recent highlights but ruins other views footers... tbc*/

}
.menu-block-wrapper.menu-block-6.menu-name-main-menu.parent-mlid-0.menu-level-2 {
  font-size: 1.25em;
    margin-bottom: 23px;
}
ul li.leaf, ul li.collapsed {
  /* list-style-image: url(../../misc/menu-leaf.png); */
  list-style: none;
}
li.first.leaf.active-trail.active.menu-mlid-2121, li.first.leaf.active-trail.active.menu-mlid-2120 {
  display: none;
}
div#block-menu-block-9, div#block-menu-block-10, div#block-menu-block-11,  div#block-menu-block-12, div#block-menu-block-13 {
font-size: 16px;
  margin-bottom: 5px;
}
.menu-block-9 li, .menu-block-10 li, .menu-block-11 li, .menu-block-12 li, .menu-block-13 li  {
    line-height: 1.2em;
    padding-bottom: 9px;
}

.view.view-gallery-counts a {
    line-height: 2em;
    font-size: 16px;
}
.view.view-video-presentation-counts a {
    line-height: 2em;
    font-size: 16px;
}
.view.view-video-counts a {
    line-height: 2em;
    font-size: 16px;
}

span.field-content.prev-highlight-title {
  font-size: 15px;
}
.field-content.prev-highlight-img {
  padding-bottom: 10px;
  width:180px;
}
.field-content.gallery-all {
    padding: 5px;
    width:250px;
}
slider-text h2, slider-text h4, slider-text a, slider-text h6 {
color:#FFF;
}
input#edit-custom-search-blocks-form-1--2 {
    margin-bottom: 0;
    margin-top:0;
}
input#edit-custom-search-blocks-form-1--2 {
    width: 51%;
    float: left;
    margin-right: 6%;
    margin-top: 3%;
}
.search-form {
    margin-bottom: 3em;
    }
h4#home-hl-footer {
    margin-right: 52px;
    float: right;
}





/*----------------------1200 and up -------------------------*/
@media (min-width: 1200px) {
  p.span1 {
    width: 84px;
   }  
 p.span2 {
    width: 189px;
  }  
  p.span_newrow {
width:786px;
}

/*----------------------testing mobile menu ideas -------------------------*/

#about1{
  background-color: rgb(241, 241, 241);
  padding: 20px;
  border-radius: 10px;
float: left;
width: 40%;
}

#about2{
  background-color: rgb(241, 241, 241);
  padding: 20px;
  border-radius: 10px;
float: left;
width: 40%;
margin-left:5%;
}

div#block-menu-block-5 {
display: none;
}
div#block-block-65 {
  display: none;
}

.ds-2col > .group-left {
  width: 23%;

}
.ds-2col > .group-right {
  width: 73%;

}
  } 
  







/*----------------------------- 979 to 1200 ----------------------------*/  

@media (min-width: 979px) and (max-width: 1200px) {
	input#email_newsletter, .form-search input  {
	padding-bottom:5px;
}
span.field-content.hl-titleover {
font-weight: 600;
background-color: rgb(9, 166, 234);
margin-bottom: 25px;
/* margin-top: 0px; */
padding: 10px;
/* opacity: .6; */
position: absolute;
width: 177px;
color: white;
box-shadow: 0px 3px 7px #4A4A4A;
}

#logo {
width:245px;
}


span.field-content.hl-titleover a {
color:#FFF;
}

.field-content.sidebar-hl {
box-shadow: 0px 0px 7px #888888;
width: 150px;
padding: 10px;
margin: 15px;
background-color: white;
}



span.field-content.ni-titleover {
font-weight: 600;
background-color: rgb(9, 166, 234);
margin-bottom: 25px;
/* margin-top: 0px; */
padding: 10px;
/* opacity: .6; */
position: absolute;

color: white;
box-shadow: 0px 3px 7px #4A4A4A;
}

span.field-content.ni-titleover a {
color:#FFF;
}

.field-content.sidebar-ni {
box-shadow: 0px 0px 7px #888888;

padding: 10px;
margin: 15px;
background-color: white;

}



.span6 {
/* width: 100%;   I don't remember why I did this - disabling now to fix other span6's */
}

.ds-1col.node.node-image.node-promoted.node-teaser.contextual-links-region.view-mode-teaser.clearfix {
line-height: 1.7em;
/* width: 45%; for the News Gallery View*/
float: left;
margin-right: 10px;
height: 380px;
}
  p.span1 {
    width: 63px;
   }  
 p.span2 {
    width: 146px;
  }  
 p.span3 {
 width:208px;
 }
  p.span4 {
    width: 40%;
  }  
  p.span5 {
 width:352px;
 }
  p.span6 {
    width: 424px;
  }  
  p.span7 {
    width: 497px;
  }  
   p.span8 {
    width:630px;
  }
    ul.span4 {
    width: 40%;
  }  

.foot-main-boxes.span4 img{
	width: 100%;

}
div#block-menu-block-5 {
display: none;
}
div#block-menu-block-1{
display: block;
}
div#block-menu-block-6{
display: block;
}
div#block-block-65 {
  display: none;
}
.field-content.gallery-all {

    width:185px;
}

	}

/*----------------------------- 768 to 979 ----------------------------*/  

@media (min-width: 768px) and (max-width: 979px) {
 
div#block-menu-block-5 {
display: none;
}
div#block-menu-block-6 {
display: none;
}
li.leaf.has-children.menu-mlid-1078 {
  display: block;
}
li.leaf.has-children.menu-mlid-1079 {
  display: block;
}
li.leaf.has-children.menu-mlid-1080 {
  display: block;
}
li.last.leaf.has-children.menu-mlid-2127 {
  display: block;
}
li.leaf.has-children.menu-mlid-2058 {
  display: block;
}
li.leaf.has-children.menu-mlid-2057 {
  display: block;
}
li.leaf.has-children.menu-mlid-2058 {
  display: block;
}
li.leaf.has-children.menu-mlid-1200 {
  display: block;
}
li.leaf.has-children.menu-mlid-1201 {
  display: block;
}
li.leaf.has-children.menu-mlid-1202 {
display: block;
}
li.last.leaf.menu-mlid-2173 {
display:none;
}
div#tag {
    margin-left: -10px;
}

} 

/*----------------------------- 768 to 979 ----------------------------*/

@media (min-width: 768px) and (max-width: 979px) {
	.box-style-2 img {
	 float:none; margin: auto;
	 margin-bottom:20px;
	 display:block;
}
.box-style-2.green a  {
	background: #669933;
}
.box-style-2.orange a  {
	background: #fab90c;
}
.box-style-2.red a  {
	background: #ff6666;
}
.box-style-2.green a:hover, .box-style-2.orange a:hover, .box-style-2.red a:hover {
	background:#2d343e ; 
}
input.dateinput {
	width:70%;
}
.post-right {float:left;}

.feat {
	padding-left:0;
}
.feat i {
	position:relative;
	padding-bottom:15px;
	top:0; 
	left:0;
	display:block;
}
.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}

.main-boxes.span4 {
	width: 23%;
	margin-left: 25px;
}
div#block-views-highlights-block img {
width: 100%;
margin-bottom: 15px;
}
.main-boxes.span4 img {

 width: 100%; 
margin-bottom: 15px;
}
.main-boxes.span8{
	width: 57%;
	margin-left: 25px;
}
h4#home-hl-footer {
margin-right:20px;
}

.main-boxes.span8 img {

width: 100%;
margin-bottom: 15px;
}

.foot-main-boxes.span4 img {
width:100%;
}

.foot-main-boxes.span4 {
padding-left: 7px;
}

[class*="span"] {
margin-left: 10px;
}

span.field-content.hl-titleover {
width: 177px;
padding:10px;
margin-left: 8px;

}

.field-content.sidebar-hl {
width: 150px;
padding: 10px;
margin: 5px 20px 20px 20px;
}


span.field-content.ni-titleover {
width: 143px;
padding:6px;
}

.field-content.sidebar-ni {
width: 123px;
padding: 10px;
margin: 4px;

}
div#block-block-21 {
display: block;
}
div#block-block-21--2 {
display: block;
}
div#block-block-25--2 {
display: block;
}
div#block-block-20--2 {
display: block;
}


.ds-1col.node.node-image.node-promoted.node-teaser.contextual-links-region.view-mode-teaser.clearfix {
line-height: 2em;
/* width: 45%; for the News Gallery View*/
float: left;
margin-right: 20px;
height: 380px;
}
div#block-menu-block-5 {
display: block;
font-size: 1.25em;
}

div#block-menu-block-5 ul li.leaf {
list-style: none;

}

.field-content.gallery-all {

    width:120px;
}

/*------------------ Mega Menu --------------------------*/





  p.span2 {
    width: 107px;
  }
  p.span8 {
    width:458px;
  }
  
 p.span3 {
 width:230;
 }
 p.span5 {
 width:371px;
 }
 
 .col-right p {
margin: 0px 20px 25px 21px;
}
.field.field-name-field-thumbnail.field-type-image.field-label-hidden {
padding: 0 20px 15px 20px;
}

.field.field-name-field-publish-date.field-type-datetime.field-label-hidden {
padding-left: 21px;

}


div#block-block-55 {
padding: 5px 7px 0px 6px;
}
.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
display:none;
}
.tb-megamenu .nav-collapse.collapse.in {
width:25%;
padding: 5px;
  border: solid thin rgb(226, 226, 226);
  margin-top: 11px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
}
.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
color:#4dc6f3;
}
.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
border-bottom:none;
border-radius: 5px;
margin-bottom:5px;
}

.dropdown-toggle {
background-color:rgb(239, 239, 239);

}
li.tb-megamenu-item.level-1.mega {
background-color: rgb(239, 239, 239);
border-radius: 5px;
margin-bottom:5px;
}
.tb-megamenu.nav li.dropdown.open > .dropdown-toggle {
background-color:red;
}
div#block-menu-block-1{
display: none;
}
div#block-menu-block-6{
display: none;
}
div#block-block-65 {
  display: none;
}
div#block-block-27--2 {
display:none;
}
	/* Force table to not be like tables anymore */
	table#imsim, table#imsim thead, table#imsim tbody, table#imsim td, table#imsim tr { 
		display: block; 
		width:95%;
	}
	table#imsim th {
	display:none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead#imsim tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#imsim tr { border: 0px solid #ccc; }
	
	table#imsim td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;

	}
	
	table#imsim td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
/* Force table to not be like tables anymore */

}


/* -----------------From tablet portrait to mobile------------------ */
@media (max-width: 767px) {
#logo img  {
	visibility:hidden;
	display:none;
}	
#main-boxes {
	margin-top:30px;banner
}
.post-right {float:left;}
#logo {
		text-align:center;
		background: url(../img/logo-mobile.png) center top no-repeat;
		height:45px;
		margin-bottom:10px;
		width: 100%;
}
#logo a {
	display: block;
	margin: 0px auto;

	height: 35px;
}
div#tag {
margin-left:80px;
}
tagline {
font-size:13px;
}
 #menu-top {
		text-align:center;
		float:none;
		margin:0;
		padding-right:0px;
}	
 #menu-top li {
 		line-height:26px;
 		}
form#search-block-form {
    text-align: center;
    float: none;
    margin: 0;
}
div#block-block-30 {
padding: 10px;
}
div#block-search-form {
padding: 10px;
}
div#block-block-30 p {
    display: none;
}
header {
	margin-left:-20px;
	margin-right:-20px;
	background: url(/sites/default/files/Site_w_binary_long_sm_WEB2.jpg);
}
topnav {
	margin-left:-20px;
	margin-right:-20px;
}
#menu-top ul {
    float: none;
}
nav, footer, #features{
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}	
.twitter, .fb {
	margin-bottom:25px;
}
.button-align {text-align:left; padding-top:0;}
.strip-staff .pic-teacher{
	width:60%;
	height:auto;
}
.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}

div#block-views-highlights-block img {
float: left;
margin-left:0px;
margin-right:15px;
}


/*---- home page fixes ---- */


.main-boxes.span4 {
	width: 90%;
	margin-left: 25px;
	
	color:#666;
	display:block;
	font-size:14px;
	text-shadow: none; 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow:none ;
  	-moz-box-shadow: none ;
	box-shadow: none;
	transition: none; 
	-webkit-transition: none; 
	-moz-transition: none;
	margin-bottom:15px;
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.main-boxes.span4 a {
color:#058B8C;
}
.main-boxes.span8 {
	width: 95%;
	margin-left: 25px;
	
	color:#666;
	display:block;
	font-size:14px;
	text-shadow: none; 
	padding:25px 25px 5px 5px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow:none ;
  	-moz-box-shadow: none ;
	box-shadow: none;
	transition: none; 
	-webkit-transition: none; 
	-moz-transition: none;
	margin-bottom:15px;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius:none;
	border-radius: none;	
}
.main-boxes.span8 a {
color:#058B8C;
}

.main-boxes.span4 img{
float: left;
margin-left:0px;
margin-right:15px;
margin-bottom:10px;
}

.main-boxes.span8 img{
float: left;
margin-left:0px;
margin-right:15px;
margin-bottom:10px;
}
div#block-views-highlights-block, div#block-views-highlights-block {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
.fullwidthbanner-container {
display:none;
}

/*---- home page fixes ---- */

.views-field.views-field-title {

}

span.field-content.hl-titleover {
width: 71%;
margin-left: 35%;
margin-top: 0px;
height: 60px;
font-size: 1.5em;
}

span.field-content.hl-titleover a {
color:#FFF;
}

.field-content.sidebar-hl {
width: 80px;
padding: 0px;
background: none;
margin-left: 12%;

}

span.field-content.ni-titleover {
width: 71%;
margin-left: 110px;
margin-top: 0px;
height: 39px;
box-shadow: none;
}

span.field-content.ni-titleover a {
color:#FFF;
font-size: 1.7em;
}

.field-content.sidebar-ni {
width: 80px;
padding: 0px;
margin-top: 0;
box-shadow: none;
padding-bottom: 30px;
}

.foot-main-boxes.span4 {
	width: 95%;
	margin-left: 15px !important;
}

.foot-main-boxes.span4 img{
float: left;

margin-right:15px;
margin-bottom:10px;
}


.ds-1col.node.node-image.node-promoted.node-teaser.contextual-links-region.view-mode-teaser.clearfix {
line-height: 2em;
/* width: 45%; for the News Gallery View*/
float: left;
margin-right: 20px;
height: 400px;
}
#about {
  
 
}
.nav-collapse.collapse.always-show.in {
width:83%;
}
li.tb-megamenu-item.level-1.mega {

}
div#block-block-21 {
display: block;
}

div#block-block-21--2 {
display: block;
}
div#block-block-25--2 {
display: block;
}
div#block-block-20--2 {
display: block;
}

div#block-views-enews-article-listing-block {
display: none;
}

div#block-block-55 {
padding: 15px 15px 25px 15px;
}
div#block-views-52f31abe5e57062d0fea3308ff16b696 {
display: none;
}
.field-name-field-main-image {
width: 100%;
float: none;
padding-right: 0px;
padding-bottom: 10px;
}

.field-name-field-thumbnail {
width: 100%;
float: none;
padding-right: 0px;
padding-bottom: 10px;
}

.field.field-name-field-image-caption {
width: 100%;
float: none;
padding-left: 0px;
padding-bottom: 10px;
}
.field-name-field-main-image-caption  {
width: 100%;
float: none;
padding-left: 0px;
padding-bottom: 10px;
}


div#block-block-38 {
display:none;
}
.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
display:none;
}
.tb-megamenu .nav-collapse.collapse.in {
width:35%;
padding: 5px;
  border: solid thin rgb(226, 226, 226);
  margin-top: 11px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
}
.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
color:#4dc6f3;
}
.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
border-bottom:none;
border-radius: 5px;
margin-bottom:5px;
}

.dropdown-toggle {
background-color:rgb(239, 239, 239);

}
li.tb-megamenu-item.level-1.mega {
background-color: rgb(239, 239, 239);
border-radius: 5px;
margin-bottom:5px;
}
.tb-megamenu.nav li.dropdown.open > .dropdown-toggle {
background-color:red;
}
div#block-menu-block-5 {
display: block;
font-size: 1.25em;
}
div#block-menu-block-5 ul li.leaf {
list-style: none;
}


div#block-menu-block-1{
display: none;
}
div#block-menu-block-6{
display: none;
}
div#block-block-65 {
  display: none;
}
.ds-2col > .group-left {

  width: 33%;

}
.ds-2col > .group-right {

  width: 63%;

}
li.leaf.has-children.menu-mlid-1078 {
  display: block;
}
li.leaf.has-children.menu-mlid-1079 {
  display: block;
}
li.leaf.has-children.menu-mlid-1080 {
  display: block;
}
li.last.leaf.has-children.menu-mlid-2127 {
  display: block;
}
li.leaf.has-children.menu-mlid-2058 {
  display: block;
}
li.leaf.has-children.menu-mlid-2057 {
  display: block;
}
li.leaf.has-children.menu-mlid-2058 {
  display: block;
}
li.leaf.has-children.menu-mlid-1200 {
  display: block;
}
li.leaf.has-children.menu-mlid-1201 {
  display: block;
}
li.leaf.has-children.menu-mlid-1202 {
display: block;
}
li.last.leaf.menu-mlid-2173 {
display:block;
}
div#block-block-27--2 {
display:none;
}
div#block-menu-block-7 {
  display: none;
}
div#block-block-74 {
  display: none;
}
.view-footer {
  width: 40%;
  /* float: right; breaking the menu on the gallery pages..? */
}
.field-content.prev-highlight-img {
width:180px;
}
.field-content.gallery-all {

    width:120px;
}
div#block-views-73f1d9090c56beaba0484e92fdedf987 {
    display: none;
}
input#edit-custom-search-blocks-form-1--2 {
    float: left;
    margin-right: 6px;
    margin-top: ;
}
.field-name-field-main-image, .field-name-field-thumbnail {
padding-left: 0px;
}
/* Force table to not be like tables anymore */
	table#imsim, table#imsim thead, table#imsim tbody, table#imsim td, table#imsim tr { 
		display: block; 
		width:95%;
	}
	table#imsim th {
	display:none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead#imsim tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#imsim tr { border: 0px solid #ccc; }
	
	table#imsim td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;

	}
	
	table#imsim td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
/* Force table to not be like tables anymore */

}	

/* ------------------Mobile portrait----------------- */
@media (max-width: 480px) {
	#logo {
		text-align:center;
		background: url(../img/logo-mobile.png) center top no-repeat;
		height:45px;
		margin-bottom:10px;
}
div#tag {
margin-left:40px;

}

	.title-course ul{
	position:relative;
	color:#fff;
	right: 0;
	left:0;
	top:0;
	padding:0;
	margin:0;
	padding-bottom:15px;
}
.title-course ul li{padding:0;}

.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}

div#block-views-highlights-block img {
width: 100%;
margin-bottom: 15px;
}
.main-boxes.span4 img {

width: 100%;
margin-bottom: 15px;
}
.main-boxes.span8 img {

width: 100%;
margin-bottom: 15px;
}
.ds-1col.node.node-image.node-promoted.node-teaser.contextual-links-region.view-mode-teaser.clearfix {
line-height: 2em;
width: 90%;
float: left;
margin: 20px;
height: 370px;
}

#about {
  
 
}
.nav-collapse.collapse.always-show.in {
width:83%;
}
td {
padding:0px
}
li.tb-megamenu-item.level-1.mega {

}
element.style {
}
.field-name-field-main-image {
width: 100%;
float: none;
padding-right: 0px;
padding-bottom: 10px;
}

.field-name-field-thumbnail {
width: 100%;
float: none;
padding-right: 0px;
padding-bottom: 10px;
}

.field.field-name-field-image-caption {
width: 100%;
float: none;
padding-left: 0px;
padding-bottom: 10px;
}

.field-name-field-main-image-caption  {
width: 100%;
float: none;
padding-right: 0px;
padding-bottom: 10px;
}

div#block-block-21 {
display: block;
}
div#block-block-21--2 {
display: block;
}
div#block-block-25--2 {
display: block;
}
div#block-block-20--2 {
display: block;
}
div#block-block-55 {
padding: 15px 15px 0px 15px;
}
div#block-views-enews-article-listing-block {
display: none;
}
div#block-views-52f31abe5e57062d0fea3308ff16b696 {
display: none;
}
.foot-main-boxes.span4 {
padding-top: 20px;
padding-bottom: 9px;
}
.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
display:none;
}
.tb-megamenu .nav-collapse.collapse.in {
width:80%;
padding: 5px;
  border: solid thin rgb(226, 226, 226);
  margin-top: 11px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
}
.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
color:#4dc6f3;
}
.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
border-bottom:none;
border-radius: 5px;
margin-bottom:5px;
}

.dropdown-toggle {
background-color:rgb(239, 239, 239);

}
li.tb-megamenu-item.level-1.mega {
background-color: rgb(239, 239, 239);
border-radius: 5px;
margin-bottom:5px;
}
.tb-megamenu.nav li.dropdown.open > .dropdown-toggle {
background-color:red;
}
div#block-menu-block-5 {
display: block;
font-size: 1.25em;
}
div#block-menu-block-5 ul li.leaf {
list-style: none;
}
div#block-menu-block-1{
display: none;
}
div#block-menu-block-6{
display: none;
}
div#block-block-65 {
  display: block;
}
.ds-2col > .group-left {

  width: 100%;

}
.ds-2col > .group-right {

  width: 100%;

}

.pagination-large ul > li > a, .pagination-large ul > li > span {
 
  font-size: 13.5px; 
}
li.leaf.has-children.menu-mlid-1078 {
  display: block;
}
li.leaf.has-children.menu-mlid-1079 {
  display: block;
}
li.leaf.has-children.menu-mlid-1080 {
  display: block;
}
li.last.leaf.has-children.menu-mlid-2127 {
  display: block;
}
li.leaf.has-children.menu-mlid-2058 {
  display: block;
}
li.leaf.has-children.menu-mlid-2057 {
  display: block;
}
li.leaf.has-children.menu-mlid-2058 {
  display: block;
}
li.leaf.has-children.menu-mlid-1200 {
  display: block;
}
li.leaf.has-children.menu-mlid-1201 {
  display: block;
}
li.leaf.has-children.menu-mlid-1202 {
display: block;
}
li.last.leaf.menu-mlid-2173 {
display:block;
}
.field-content.gallery-all {

    width:90px;
}
div#block-views-73f1d9090c56beaba0484e92fdedf987 {
    display: none;
}
input#edit-custom-search-blocks-form-1--2 {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}
/* Force table to not be like tables anymore */
	table#imsim, table#imsim thead, table#imsim tbody, table#imsim td, table#imsim tr { 
		display: block; 
		width:95%;
	}
	table#imsim th {
	display:none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead#imsim tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#imsim tr { border: 0px solid #ccc; }
	
	table#imsim td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;

	}
	
	table#imsim td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
/* Force table to not be like tables anymore */

}

/* Drupal */



/*------------- Gallery --------------- */


.group-right {

line-height: 1.5em;
}

.field-name-field-caption {
/* padding-bottom: 15px; changed for News Gallery View */
line-height: 1.5em;
margin-bottom: 10px;
}







@media (min-width: 768px) and (max-width: 979px) {
  p.span2 {
    width: 107px;
  }
  p.span8 {
    width:458px;
  }
  
 p.span3 {
 width:230;
 }
 p.span5 {
 width:371px;
 }
 li.tb-megamenu-item.level-1.mega.events-main.mega-align-justify.sub-hidden-collapse.dropdown {
background-color: rgb(196, 227, 244);
}

  }
 
 
/*---------------------------------SPANS-----------------------------------*/ 
@media (min-width: 1200px) {
  p.span1 {
    width: 84px;
   }  
 p.span2 {
    width: 189px;
  }  
 p.span3 {
 width:208px;
 }
  p.span4 {
    width: 45%;
  }  
  p.span5 {
 width:352px;
 }
  p.span6 {
    width: 424px;
  }  
  p.span7 {
    width: 497px;
  }  
   p.span8 {
    width:800px;
  }  */
  p.offset4 {
margin-left: 340px;
} */
p.span_newrow {
width:786px;
}
  ul.span4 {
    width: 45%;
  }  
  } 
 
@media (min-width: 980px) and (max-width: 1199px) {
  p.span1 {
    width: 63px;
   }  
 p.span2 {
    width: 146px;
  }  
 p.span3 {
 width:208px;
 }
  p.span4 {
    width: 281px;
  }  
  p.span5 {
 width:352px;
 }
  p.span6 {
    width: 424px;
  }  
  p.span7 {
    width: 497px;
  }  
   p.span8 {
    width:630px;
  }
/*  p.offset4 {
margin-left: 340px;
} */
ul.span4 {
width:281px;
}

  }
  
@media (min-width: 768px) and (max-width: 979px) {  
  p.span1 {
    width: 85px;
   }  
 p.span2 {
    width: 440px;
  }  
 p.span3 {
 width:440px;
 }
  p.span4 {
    width: 440px;
  }  
  p.span5 {
 width:440px;
 }
  p.span6 {
    width: 440px;
  }  
  p.span7 {
    width: 440px;
  }  
   p.span8 {
    width:440px;
  }
ul.span4 {
width:440px;
}

}
  
@media (min-width: 447px) and (max-width: 768px) {

  p.span1 {
    width: 119px;
    
   }  
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
float: left;
}

}

@media (max-width: 446px) {
 p.span1 {
  width: 150px;
 
 } 
 }


h4.field-content.news-coverage-title {

}

p.field-content.news-coverage-body {
margin: 15px 0 -5px 0;
}

.news-coverage {
margin-bottom: 10px;
background-color: rgb(244, 250, 252);
padding: 10px;
border-radius: 3px;
}

.field.field-name-field-description.field-type-text.field-label-hidden {
 padding: 10px 0 15px 0;
line-height: 1.65em;

}

i.icon-file {
display: none !important;
}

.tb-megamenu .nav > li > a {
line-height:1em;
text-transform:uppercase;
}

/*----------------------- Multimedia -----------------------*/



.field.field-name-field-credit.field-type-text.field-label-inline.clearfix {
padding-bottom: 10px; /*removed for news gallery view, now putting it back for the image gallery...  */
}

/* div#widgets-element-socialmedia_share-default {
float: right;
margin-top: -54px;
} 
div#block-widgets-s-socialmedia-share-default h2 {
color: rgb(68, 92, 140);
size: -2.5em;
font-size: small;
float: right;
margin-top: -63px;
margin-right: 193px;
}
*/

div#widgets-element-socialmedia_profile-buttons {


} 

div#block-widgets-s-socialmedia-profile-buttons h2, div#block-widgets-s-socialmedia-share-default h2 {
color: rgb(68, 92, 140);
  font-size: 0.95em;
  line-height: 2em;

}
.gallery-row {

  }

.views-row.views-row.gallery-row {
background-color: rgb(255, 255, 255);
  padding: 0 20px 0 15px;
  margin-bottom: 13px;
  border-radius: 5px;
  box-shadow: 2px 2px 7px #888888;
}

.field-name-field-full {
  padding-bottom: 10px;
}
.field-name-field-file {
  padding-bottom: 10px;
}

/*----------------------- Per NODE -----------------------*/


.page-node-507 .field.field-name-field-thumbnail.field-type-image.field-label-hidden, {
  display: none;
}
.page-node-507 span.date-display-single {
  display: none;
}
.page-node-507 h5 {
  display: none;
}

.page-node-965 .field.field-name-field-main-image.field-type-image.field-label-hidden {
  display: none;
}

.page-node-520 .field-name-field-main-image, .page-node-520  .field-name-field-thumbnail {
display: none;
}
.page-node-654 .field-name-field-main-image, .page-node-654  .field-name-field-thumbnail {
display: none;
}

div#block-block-89 {
    border: solid #058B8C;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f4fafc;
}
