/*
Theme Name: CTC TECHNOLOGIES
Author: Single Malt Studios
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
/*
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
*/




/* =Repeatable patterns
-------------------------------------------------------------- */
/*

.container{
	border:1px solid red;
}
*/



/* =Typesetting
-------------------------------------------------------------- */

body{
	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #738184;
	background-color: #f2f6f7;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0068a5;
	letter-spacing: -.06em;
}



/*	 HEADER
---------------------*/


#masthead{
	position: relative;
}

h1.site-title{
	background: url(img/logo_wh_transback.png) no-repeat top left;
	width:336px;
	height:62px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 15px;
}

h1.site-title a{
	display: block;
	height: 100%;
}
	
h2.site-description{
	display:none;
}

	
.carousel{
	max-height:440px;
	overflow: hidden;
}	




/*  = Navigation
--------------------------------------------------------------- */

.assistive-text{
	display: none;
}

.menu-toggle{
	display: none;
	background: url(img/nav-menu-down.png) top left;
	width:53px;
	height:43px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-menu {
	position: absolute;
	right:10px;
	top:0;
	z-index: 700;
	}

.nav-menu{
	list-style-type: none;
	padding: 0;
}

.nav-menu li{
	display: block;
	float: left;
	position: relative;
	height:92px;
	margin: 0!important;
	padding: 3px!important;
}


.nav-menu li a{
	display: block;
	height: 100%;
	line-height: 100px;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 2px 2px 1px #08517E;
	font-size: 1.1em;
}

.nav-menu li a:hover{
	text-decoration: none;
/*
	background: -webkit-linear-gradient(bottom, #0068a5, #13577e);
	background: linear-gradient(at bottom,#0068a5, #13577e);
*/
	background-color: #133951;
	color: #f1a009;
	text-shadow: none
}

.nav-menu li ul li a{
	height: auto;
	line-height: normal;
	padding: 3px 10px
}

.nav-menu li ul {
	position: absolute;
	display: none;
}

ul.ui-menu:focus {
	outline: none !important;
}

ul.ui-menu ul{ 
	top: 92px !important; 
	left: -40px !important; }

.nav-menu li ul li{
	float: none;
	display: block;
	height: auto;
	width: 200px;
	margin-left:0;
	background: rgba(7,58,89,.6);
}

.nav-menu li a{
	text-transform: uppercase;
	color: #d8ebf7;
}

.nav-header{
	background-color: #0f405f;
	background: -webkit-radial-gradient(top,#1c567a,#0e3e5c);
	background: radial-gradient(top,#1c567a,#0e3e5c);
	border-top: 2px solid #3f6f8c;
	border-bottom: 3px solid #13415f;
}

.fixed{
	position: fixed;
	width: 100%;
	z-index: 9999;
	top:0;
}

.nav-menu .current_page_item, .nav-menu .current-menu-parent{
/*  	background: url(img/nav_curr_bg.jpg) no-repeat bottom center #f2bd2d; */
 	background-color: #133951;
	color: #f1a009;
}

.nav-menu ul .current_page_item{
	background-image: none;
 	background-color: #f2bd2d;
}

.nav-menu li.current_page_item a{
	text-shadow: none !important;	
	color:#14567E;
	color: #f1a009;
}

.nav-menu li.current_page_item a:hover{
	background:inherit;
	color:#fff;
}


/*	 RESPONSIVE MENU
---------------------*/
@media only screen 
and (max-width : 991px) {
	
	.menu-toggle{
		display: block;
		position: absolute;
		right:10px;
		top: 5px;
		z-index: 600;
	}
	
	.nav-menu{
		top:80px;
		left:0;
		right:auto;
		background-color: #78b4d7;
		width: 100%;
	}
	
	.nav-menu li{
		float: none;
		height: auto;
		display: none;
		border-bottom: 1px solid #58a0ca;
	}
	
	.nav-menu li ul{
		display: block;
		position: static;
		padding: 0;
		list-style-type: none;
	}
	
	.nav-menu li ul li{
		width: 100%;
		background-color:#6da9ce;
		margin: 0;
	}
	
	.toggled-on li{
		display: block;
	}
	
	.nav-menu li a{
		height: auto;
		line-height: 30px;
		padding: 3px 10px 3px 30px;
	}

	.nav-menu li ul li a{
		padding: 3px 10px 3px 50px;
	}

	h1.site-title{
		background: url(img/logo_wh_transback.png) no-repeat;
		background-position: 0px -101px;
		width:246px;
		height:50px;
	}

	.nav-menu .current_page_item{
		background-image: none;
	}

}


@media only screen 
and (max-width : 400px) {
	h1.site-title{
		background: url(img/logo_wh_transback.png) no-repeat;
		background-position: 0px -101px;
		margin-left: -10px;
	}
	
	.carousel{
		min-height: 80px;
		max-height: 340px;
	 	max-height: 100px;
	/* overflow: hidden; */
	}
	
	.menu-toggle{
		display: block;
		position: absolute;
		right:0px;
		z-index: 600;
		width: 43px;
		height: 30px;
		background-position: 0 -62px;
	}
}



/*  = Page Structue
--------------------------------------------------------------- */

.header_image{
	max-height: 200px;
	overflow: hidden;
	background-color: #096ba7;
	height:200px;
}

.header_image img{
	display: none;
}

.container{
	max-width: 940px;
}

#page{
	padding-top: 0px;
}

#main{
	padding-top: 50px;
	background: url(img/sect_shadow_top.png) top center no-repeat;
}

.home #main{
	padding-top:0;
}

.site-content{
	clear: both;
}


.post-content{
	padding: 0 15px;
}

a.read_more_link{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #0068a5;
	letter-spacing: .04em;
	background: url(img/widget_arrow.gif) no-repeat left top;
	font-size: .9em;
	background-position: 0 4px;
	padding-left: 12px;
}

a.read_more_link:hover{
	background-position: 2px 4px;
	color: #5d91c8;
	text-decoration: none;
}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6{
	font-weight: 400;
	color: #0068a5;
	letter-spacing: -.015em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none !important;
	color: #095a89;
}
	
.site-content h1, .entry-content h1{
	margin-bottom: 15px;
	font-size: 40px;
}


.whatwedo{
	margin-bottom: 120px;
}

.front-widgets .thumbnail , .whatwedo .thumbnail{
	background: none;
	border: none;
}

.front-widgets {
	margin-top: 50px;
}

.front-widgets h3{
	text-align: center;
	display:none;
}


/*
.front-widgets .col-{
	margin: 0 auto;
}
*/

.row{
	margin-left:0;
	margin-right: 0;
}

.page ul li{
	margin-bottom: 15px;
	line-height: 1.3em;
	padding-right: 30px;
}


.single .entry-title{
	margin-left: 70px;
}



.single .date_flag{
	width:60px;
	height:70px;
	position: absolute;
	background: url(img/blog_post_date_flags.gif) no-repeat;
	background-position: 0 0;
}


.single .date_flag h3, .single .date_flag h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	color: #cde5f3;
	top:0;
	left:0;
	margin: 0;
	text-align: center;
	width: 100%;
	letter-spacing: normal;
}


.single .date_flag h3{ font-size: 1em; top:8px; letter-spacing: .05em;}

.single .date_flag h1{ top:22px; font-size: 1.9em; }

.single .entry-header{
	min-height: 70px;
}

.navigation, .nav-single{
	margin-top: 30px;
}

.navigation .btn a, .nav-single a{
	color: #def0fa;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.nav-single .btn{
	margin-bottom: 3px;
	max-width: 100%;
	overflow: hidden;
}

.navigation .btn a:hover, .nav-single a:hover{
	text-decoration: none;
	color:#fff;
}


.library #content, .publications #content, .contact #content{
	margin-bottom: 50px;
}

.feat_pub_title{
	border-bottom: 2px solid #d5e0e7;
	padding-bottom: 7px;
	margin-bottom: 20px;
}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.entry-content h3,
.comment-content h3 {
	font-size: 24px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #428bca;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.header_image{
	min-height: 200px;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

a img {outline : none!important;}
.thumbnail {
    border: 0 none;
    box-shadow: none;
}

.thumbnail {
	outline: none;
    border-radius: 0;
    box-shadow: 0;
    border:none !important;
}

.entry-header .date_flag{
	width:60px;
	height:80px;
	position: absolute;
	background: url(img/blog_post_date_flags.gif) no-repeat;
	background-position: 0 0;
}


.entry-header  .date_flag h3, .entry-header .date_flag h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	color: #cde5f3;
	top:0;
	left:0;
	margin: 0;
	text-align: center;
	width: 100%;
	letter-spacing: normal;
}

.entry-header .date_flag h3{ font-size: 1em; top:4px; letter-spacing: .05em;}

.entry-header .date_flag h1{ top:22px; font-size: 1.9em; }

.archive .entry-title{
	margin-left: 70px;
	font-size: 1.9em;
	min-height: 65px;
}

.archive .post{
	padding-bottom: 30px;
	margin-top: 50px;
	background: url(img/light_inset_divider.gif) repeat-x bottom;
}

.archive .post:last-child{
	background-image: none;
}

/*  = WIDGETS
---------------------------------- */


.sidebar { 	
	margin-top: 30px;
}

.sidebar .widget{
	background: url(img/widget_area_bg_cap.jpg) bottom no-repeat #e5edf2;
	padding: 3px 7px 20px 7px;
	margin-bottom: 20px;
}


.sidebar .widget h1, .sidebar .widget h2, .sidebar .widget h3, .sidebar .widget h4{
	font-weight: 400;
	color: #0068a5;
} 

.sidebar .widget ul{
	list-style-type: none;
	padding: 0;
}


.sidebar .widget ul li{
	background: url(img/widget_arrow.gif) no-repeat left top;
	background-position-y: 8px;
	padding: 4px 0 4px 18px;
	border-bottom: 1px inset #ccdbe4;
}

.sidebar .widget ul li:last-child{
	border-bottom: none;
}

.front-widgets ul{
	padding: 0;
}


.front-widgets .widget-news h3.widget-title{
	background-position: -280px 0;
}

.front-widgets .widget-news .divider{
	display: block;
	height:60%;
	position: absolute;
	left:-1px;
	border-left:3px solid #588cac;
	top:30%;
}

.front-widgets .widget-blog h3.widget-title{
	background-position: -560px 0;
}

.front-widgets h3 img{
	margin: 0 auto;
}

.front-widgets aside{
	text-align: center;
}

.front-widgets ul{
	list-style-type: none;
}

.front-widgets h4{
	font-size: 1em;
	margin-bottom: 2px;
	text-align: center;
	font-style: nornal;
	letter-spacing: normal;
	font-weight: 600;
}

.front-widgets p{
	font-size: .8em;
	color: #777;
	max-width: 250px;
	margin: 0 auto;
}

.front-widgets li{
	margin-bottom: 20px;
}


.front-content{
	margin-top: 80px;
	margin-bottom: 75px;
}


.front_logos{ text-align: center; margin-top:40px; margin-bottom:40px;}

.front_logos .row{text-align: center;}

.front_logos a{	margin: 20px 10px; }

.front_logos .thumbnail{ background: none; border: none; }

.accordion h3{
	font-weight: 400;
	color: #5a859f;
	outline: none;
	background:url(img/accordion_plus.gif) right no-repeat #e5edf2;
	margin: 4px 0;
	padding: 6px 10px;
	letter-spacing: normal;
	font-size: 1.3em;
	border-radius: 5px;
}

.accordion .ui-state-active{
	background-color: #cedee8;
	background-image: none;

}

.accordion{
	margin-top: 40px;
}

.entry-content .ui-accordion-content p{
	text-align: justify;
}

.accordion div{
	padding: 15px;
	margin-bottom: 20px;
}

.widget_twitter .entry-content, .widget_twitter .entry-content a{
	line-height: normal;
	display: inline-table;
	font-size: .9em;
	line-height: 1.2em;
}

.widget_twitter .time-meta{
	display:block;
	font-size: .8em;
	font-weight: 600;
}

.mr_social_sharing_wrapper{
	margin-top: 40px;
}

.entry-content .twitter-share-button{
	border: 0px !important;
	margin-bottom: 0 !important;
}



.front-featured-widget{
	margin-bottom: 200px;
}

.front-featured-widget aside{
	text-align: center;
}

.recentPub{
	background-color: #fcb22e;
	min-height: 300px;
	border-top:5px solid #eba82f;
	color: #98763a;
}

.recentPub p{
	color: #98763a;
	line-height: .98em;
}

.recentPub .container h2{
	position: relative;
	top:-75px;
	padding: 0;
	margin: 0px;
	margin-left: 60px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fcb12c;
	font-size: 3.6em;
}

.recentPub ul{
	position: relative;
	top:-75px;
	list-style-type: none;
	padding: 0;
}

.recentPub ul li img{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.recentPub ul li img:hover{
		-webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;
    outline: none;
}

.recentPub ul li a{
	color: #81632f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	display: inline-block;
}
.recentPub ul li a:hover{
	color:#d06c2f;
}

.thumbnail:hover{
	border:none;
	border: 1px solid red;
}

.thumbnail{
	width: auto;
}


.frontRecent{
	background: url(img/frontRecentBg.png) #043b5f no-repeat;
	background-size: cover;
	min-height: 300px;
	border-bottom:1px solid #1773ab;
	padding-bottom: 60px;
	
}

.frontRecent, .frontRecent p{
	color:#78a7c4;	
}

.frontRecent a{
	color:#fcb12c;
}

.time-meta a, .from-meta a{
	color:#86b5d1;	
}


/*  = SHORTCODES
---------------------------------- */

.entry-content .blog_block{
	margin-bottom: 35px;
	margin-top: 40px;
	padding-bottom: 65px;
	background: url(img/light_inset_divider.gif) repeat-x bottom;
	position: relative;
}

.blog_block:last-child{
	background: none;
}


.entry-content .blog_block h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	margin-left: 70px;	
}

.entry-content .blog_block h3.title{
	position: absolute;
	top: 0px;
	margin-top: 0;
}

.entry-content .blog_block .col-sm-12 h3.title{
	font-size: 1.6em;
	top: 5px;
}

.entry-content  .blog_block h3 a{
	color: #0068a5;
	}

.entry-content .blog_block  p{ margin-top: 70px;}
.entry-content .blog_block .col-sm-12 p { margin-top: 75px;}

.entry-content .blog_block .col-sm-3 h3{
	font-size: .96em;
	margin-left: 50px;
	margin-top: 0px;
	line-height: 1.05em;
}

.entry-content .blog_block .col-sm-3 p{
	font-size: .9em;
	line-height: 1.3em;
}

.entry-content .blog_block .col-sm-3 a.read_more_link{
	font-size: .7em;
	background-position: 0 2px;
}

.entry-content .blog_block .date_flag{
	width:70px;
	height:70px;
	position: absolute;
	background: url(img/blog_post_date_flags.gif) no-repeat;
	background-position: 0 0;
}

.entry-content  .blog_block .col-sm-3 .date_flag{
	width:40px;
	height:50px;
	background-position: -100px -20px;
}

.entry-content  .blog_block .date_flag h3, .entry-content  .blog_block .date_flag h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	color: #cde5f3;
	top:0;
	left:0;
	margin: 0;
	text-align: center;
	width: 100%;
	letter-spacing: normal;
}

.entry-content .blog_block .date_flag h3{ font-size: 1em; top:4px; letter-spacing: .05em;}

.entry-content .blog_block .date_flag h1{ top:22px; font-size: 1.9em; }

.entry-content .blog_block .col-sm-3 .date_flag h3{
	font-size: 0.7em;
	top:5px;
}

.entry-content .blog_block .col-sm-3 .date_flag h1{
	font-size: 1.3em;
	top:15px;
}

.entry-content .blog_block .col-sm-12{
	margin-bottom: 20px;
}


.posted_date{
	margin-top: 20px;
}


/*---- BLOG BLOCK DATE FLAG ------*/

@media (max-width: 768px) {
	
	.entry-content .blog_block{
	margin-top: 0px;
	padding-bottom: 15px;
	}
	
	.blog_block .col-sm-12 p { 
		margin-top: 0px;
		padding-top: 70px;
		}	
	
	.blog_block .col-sm-12 .date_flag{
		top:0;
	}
	
	
	.blog_block .col-sm-3 p{
		padding-top:50px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	

	.blog_block .col-sm-3{
		margin-bottom: 20px;
	}
	
	.entry-content .blog_block .col-sm-12 h3.title{
		font-size: 1.45em;
		line-height: 1.3em;
		top:0;
	}
	
	.entry-content .blog_block .col-sm-3 h3.title{
		font-size: 1.2em;
		line-height: 1.15em;
		top:0;
	}
	
	.recentPub ul li{
		text-align: center;
		margin-top: 60px;
	}

	

}

@media (max-width: 991px) {
	.entry-content .blog_block .col-sm-3 p{ margin-top: 90px;}
}

.catLink{
	clear: both;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #888;
	letter-spacing: .01em;
	background: url(img/widget_arrow.gif) no-repeat left top;
	font-size: .9em;
	background-position: 0 4px;
	padding-left: 12px;
	margin-left: 15px;
	margin-top: 20px;
	position: absolute;
	bottom:20px;
}


#tabs{
	margin-top: 50px;
}

ul.ui-tabs-nav{
	list-style-type: none;
	display: inline-table;
	padding: 0;
}

ul.ui-tabs-nav li{
	float: left;
	margin-right: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

ul.ui-tabs-nav li a.ui-tabs-anchor{
	display: block;
	background-color: #ddd;
	color:#666;
	height: 100%;
	width: 100%;
	padding: 10px 15px;
	border-radius: 9px;
}

ul.ui-tabs-nav li a.ui-tabs-anchor:hover{
	background-color: #5d91c8;
	color: #cedee8;
	text-decoration: none;
	outline:none;
}

ul.ui-tabs-nav .ui-tabs-active a.ui-tabs-anchor{
	background-color: #97bbd2;
	color:#e2f1fa;
	outline: none;
	text-decoration: none;
}

ul.ui-tabs-nav .ui-tabs-active a.ui-tabs-anchor:focus{
	outline:none;
}

.ui-tabs-panel{	
	-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
-moz-column-gap:40px; /* Firefox */
-webkit-column-gap:40px; /* Safari and Chrome */
column-gap:40px;
}

.ui-tabs-panel{
	padding-top: 10px;
}

.ui-tabs-panel ul{
	list-style-type: none;
	padding: 0;
}

.ui-tabs-panel li{
	width:100%;
	display: inline-block;
	clear: both;
	padding-left: 10px;
	position: relative;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #999;
	line-height: 1.17em;
	padding-right: 30px;
	  -moz-hyphens:auto;
	  -ms-hyphens:auto;
	  -webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	
}

.ui-tabs-panel li:before{
	content: '\2022';
	position: absolute;
	top:0;
	left:0;
}

@media only screen 
and (max-width : 450px) {	
		
	.ui-tabs-panel{	
			-moz-column-count:1; /* Firefox */
		-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	}
	
}



.page_block{
	margin: 50px 0;
	padding-top: 20px;
	background: url(img/light_inset_divider.gif) repeat-x top;
}


/*  = FOOTER
---------------------------------- */

#colophon{
	background-color: #0066A4;
	background: -webkit-radial-gradient(top,#4c94bf,#0066A4);
	background:  radial-gradient(at top,#4c94bf,#0066A4);
	background-repeat: repeat-x;
	padding:45px 0 60px 0;
	color: #c3d9e5;
	font-family: 'Open Sans', sans-serif;
	border-top:1px solid #146a9f;
	margin-top: 150px;
	line-height: 1.3em;
}

.home #colophon{
	margin-top: 0px;	
}

#colophon p{
	color: #c3d9e5;
	margin-bottom: 15px;
}

#colophon strong{
	color: #dff0fa;
}

#colophon a{
	color:#ffb400;
}

#colophon h1,h2,h3,h4,h5,h6{
	color:#ffb400;
}

#colophon h3.title{
	background: url(img/border_orng_dot.png) bottom repeat-x;
	padding-bottom: 7px;
	margin-right: 5px;
	margin-top: 0px;
}

#colophon .contact_col2{
	margin-top: 43px;
}

#colophon ul{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
}

#colophon ul li{
	margin-bottom: 0;
}

#colophon form input, #colophon form textarea{
	width:100%;
	margin-bottom: 7px;
	background-color: #73abce;
	border:none;
	padding: 5px;
	color:#2d5269!important;
}

#colophon form input[type="text"]{
	color:#2d5269!important;
}

#colophon form input[type="submit"]{
	background-color: #255573;
	text-transform: uppercase;
	font-size: 20px;
	color:#97c8e7!important;
}

::-webkit-input-placeholder {
   color: #5185a6;
}

:-moz-placeholder { /* Firefox 18- */
   color: #5185a6; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5185a6;  
}

:-ms-input-placeholder {  
   color: #5185a6;  
}

.social_links{
	margin-top: 43px;
}

.social_links a{
 	display: block;
 	float: right;
 	width: 69px;
 	height: 69px;
 	overflow: hidden;
 	margin: 5px;
 	text-indent: -9999px;
 	box-shadow: 2px 2px 2px #096298;
}


.social_links .gplus{ background: url(img/icon_soc_gplus.gif) no-repeat; }
.social_links .twtr{ background: url(img/icon_soc_twitter.gif) no-repeat; }
.social_links .linked{ background: url(img/icon_soc_linkedin.gif) no-repeat;}
.social_links .fb{ background:  url(img/icon_soc_fb.gif) no-repeat; }









/*  = Publications
--------------------------------------------------------------- */

.featured_container div{
	padding-left: 20px;
	margin-bottom: 30px;	
	background: url(img/light_inset_divider.gif) repeat-x bottom;
	padding-bottom: 30px;
	font-style: italic;
	line-height: 1.3em;
	color: #999;
	font-weight: 300;
}

.featured_container div:last-child{
	background:none;
}

.featured_container div h4{
	font-style: normal;
}

.featured_container div a.read_more_link{
	display: block;
	margin-top: 15px;
	font-style: normal;
}

a.pdf_down_link{
	background: url(img/pdfIcon.png) no-repeat left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	padding:20px 0 20px 70px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 15px;
}

.pub_tabs h4{
	font-weight: 400;
	color: #0068a5;
}

.pub_tabs p{
	font-size: .9em;
	font-style: italic;
	color: #777;
	line-height: 1.2em;
}

#accordion{
	display: inline-table;
	margin-top: 30px;
}

#accordion .pub_tabs div{
	margin-bottom: 0;
	background: url(img/light_inset_divider.gif) repeat-x bottom;
}

#accordion .pub_tabs div:last-child{
	background: none;
}


.publication h1.entry-title{
	font-size: 26px;
}

.post h1.entry-title{
	font-size: 28px;
	line-height: 32px;
}



@media (max-width: 768px) {

	.social_links a{
		float: none;
		display: inline-table;
		margin-right: 5px;
	}

	.front-widgets .widget-news .divider{ display: none; }

}
/*
.site-header{
	position: relative;
}

#site-navigation{
	position: absolute;
	z-index: 500;
}
*/











