/*
 Theme Name:   IHIWS Theme
 Theme URI:    http://17IHIW.org
 Description:  IHIWS Theme
 Author:       Jenn Wagner
 Author URI:   http://stanfordbloodcenter.org
 Version:      1.0.0
*/


/*------------------------------------*\

    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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	margin-bottom: 10px;
}

blockquote, q {
	quotes: none;
	margin-left: 20px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------------------------------------*\

	TYPOGRAPHY

\*------------------------------------*/

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('webfonts/sourcesanspro-it-webfont.eot');
    src: url('webfonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-it-webfont.woff2') format('woff2'),
		 url('webfonts/sourcesanspro-it-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-it-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    			font-weight: normal;
 	  			font-style: normal;
}



@font-face {
    font-family: 'source_sans_prolight_italic';
    src: url('webfonts/sourcesanspro-lightit-webfont.eot');
    src: url('webfonts/sourcesanspro-lightit-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-lightit-webfont.woff2') format('woff2'),
		 url('webfonts/sourcesanspro-lightit-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-lightit-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-lightit-webfont.svg#source_sans_prolight_italic') format('svg');
   			 	font-weight: normal;
    			font-style: normal;
}



@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('webfonts/sourcesanspro-boldit-webfont.eot');
    src: url('webfonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-boldit-webfont.woff2') format('woff2'),
		 url('webfonts/sourcesanspro-boldit-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
    			font-weight: normal;
    			font-style: normal;
}



@font-face {
    font-family: 'source_sans_probold';
    src: url('webfonts/sourcesanspro-bold-webfont.eot');
    src: url('webfonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
		 url('webfonts/sourcesanspro-bold-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  			  font-weight: normal;
  			  font-style: normal;
}



@font-face {
    font-family: 'source_sans_prolight';
    src: url('webfonts/sourcesanspro-light-webfont.eot');
    src: url('webfonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-light-webfont.woff2') format('woff2'),
		 url('webfonts/sourcesanspro-light-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-light-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
			    font-weight: normal;
 			    font-style: normal;
}



@font-face {
    font-family: 'source_sans_proregular';
    src: url('webfonts/sourcesanspro-regular-webfont.eot');
    src: url('webfonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
		 url('webfonts/sourcesanspro-regular-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
			    font-weight: normal;
			    font-style: normal;
}

body {
	font-family: 'source_sans_proregular', Arial, sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'source_sans_proregular', Arial, sans-serif;
	margin: 20px 0;
	letter-spacing: 0.02em;
}

h1 { font-size: 3.2em;}

h2 { font-size: 2.4em;}

h3 { font-size: 2em;}

h4 { font-size: 1.8em;}

h5 { font-size: 1.6em;}

h6 { font-size: 1.4em;}

p {
	 font-size: 1.6em;
	 margin-bottom: 10px;
	 letter-spacing: 0.02em;
	 line-height: 1.4em;
	 color: #333;
}

p.smaller {
	 font-size: 1.2em;
}

div.left-align {
	font-size: 1.6em;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #333;
	text-align: left;	

}

li { 

	 font-size: 1.6em;
	 letter-spacing: 0.02em;
	 line-height: 1.6em;
	 color: #333;
}
.schedule-table td:nth-child(odd) {
width: 125px;
}
table li {
	font-size: 1em;
}
table p {
font-size: 1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;	

	padding-bottom: 10px;
	border-bottom: 1px dotted #cdcdcd;
}

.widget_recent_entries li:last-child {
	border-bottom: 0px;
}

.left-content li { 

	 list-style:circle;
	 margin-left: 50px;
	 margin-bottom: 0px;
}

td {
	font-size: 1.4em !important;
	padding: 5px;
	border: 1px dotted #cdcdcd;	

}
.sidebar ul li {
	margin-bottom: 10px;	
}
.sidebar ul li li {
	font-size: .9em;
	margin-left: 30px;
	margin-bottom: 3px;	
}
.sidebar ul li li:first-child {
	margin-top: 10px;
}
.sidebar ul li li a:before{
   content: "\00BB\0020";
}
.sidebar .current-menu-item a {
	background: none;
	color:#0098db !important;	
	padding: 0px !important;
}
/*ul.children {
	margin-top: -30px;	

}

.left-content li:last-child { 

	 margin-bottom: 20px;
}

*/
.left-content li li, li li li { 

	 font-size: 1em;
}



em { font-family: 'source_sans_proitalic', Arial, sans-serif; }

strong { font-family: 'source_sans_probold', Arial, sans-serif; }

strong em, em strong { font-family: 'source_sans_probold_italic', Arial, sans-serif; }

.lighter { font-family: 'source_sans_prolight', Arial, sans-serif; }

.lighter em, em .lighter{ font-family: 'source_sans_prolight_italic', Arial, sans-serif; }

a {
	color:#0098db;
	text-decoration:none;
}

a:hover {
	color:#333;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

hr {
	display: block; 

	height: 1px;
    border: 0; 

	border-top: 2px solid #d1d2d4;
    margin: 3em 0; 

	padding: 0; 

}

/*------------------------------------*\

    GLOBAL

\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size:10px;
}

body {
}

article {
	border-bottom: 2px solid #cdcdcd;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

article:last-of-type {
	border-bottom: 0px;
}

.clear {
    clear:both;
    *zoom:1;
}

.padded {
	padding: 5px 0;	

}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 20px 0;
	padding: 10px;
}

input:focus {
	outline:0;
	border:1px solid #000000;
}

input[type="search"] {
    box-sizing: content-box;
    background: #efefef;
    border: 0px;
    color: #333;
    font-size: 1.3em;
	letter-spacing: 0.08em;
	width: 244px;
    font-weight: bold;
    padding-left: 20px;
}

.search-input { 

	padding:6px;
}

.rounded { 

	border-radius:5px; 

	-moz-border-radius:5px; 

	-webkit-border-radius:5px; 

}

.button {
	display:block;
	width: 80%;
	margin: 0 auto -10px;
}

.component-buttons .button {
	margin-bottom: 10px;	

}

.button-red {
	background: #8c1515; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c1515 0%, #af0008 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c1515), color-stop(100%,#af0008)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c1515 0%,#af0008 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1515', endColorstr='#af0008',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	border-radius:5px; 

	-moz-border-radius:5px; 

	-webkit-border-radius:5px; 

	padding: 10px 20px;
}

.button-blue, p.form-submit input, input.wpcf7-submit {
	border-radius:5px; 

	-moz-border-radius:5px; 

	-webkit-border-radius:5px; 

	background: #007c92; /* Old browsers */
	background: -moz-linear-gradient(top,  #007c92 0%, #0080bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007c92), color-stop(100%,#0080bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007c92 0%,#0080bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007c92 0%,#0080bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007c92 0%,#0080bc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007c92 0%,#0080bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c92', endColorstr='#0080bc',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border:0px;
	padding: 5px 10px;
}

.button-blue:hover, p.form-submit input:hover, input.wpcf7-submit:hover{
	border-radius:5px; 

	-moz-border-radius:5px; 

	-webkit-border-radius:5px; 

	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #575859 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#575859)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#575859 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#575859 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#575859 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#575859 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#575859',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border:0px;
	padding: 5px 10px;
}

.form-allowed-tags {
	display: none;	

}



/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

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

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

#gallery-1 {
	width: 300px;
	margin:0 !important;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {


}

.bypostauthor {


}



/*------------------------------------*\

    IMAGES/VIDEO

\*------------------------------------*/

img {
	max-width:100%;
}



/*------------------------------------*\

    STRUCTURE

\*------------------------------------*/

/* wrapper */

.wrapper {
	width:100%;
	position:relative;
	margin:0;
}

/* header */

.header {
	max-width: 100%;
	margin:20px auto;
}

.header-mobile {
	display: none;	

	max-width: 100%;
	margin:20px auto;
}

.top-links {
	width: 100%;
	float:right;	

	text-align: right;
	margin-right: 2%;
	margin-bottom: 10px;
}

.top-links ul {
	margin-bottom: 10px;
	height: 40px;
}

.top-links ul li {
	display: inline-block;
	padding: 1px 10px;
	border-right: 1px solid #333;
}

.top-links ul li:nth-child(4), .top-links ul li:nth-child(5) {
	border-right: 0px !important;
	padding-right: 0px;
}

.goog-te-gadget {
    padding-top: 5px !important;
}

.top-right-area {
	width: 50%;
	float:right;	

	text-align: right;
	margin-right: 2%;
}

.mobile-search {
	margin: 0 40px 10px 0;
	float:right;	

	width: 200px;
	clear:both;
}

.mobile-search input {
	background: #d9d9d9;
	color:#333;	

	width: 195px;
}

select.goog-te-combo {
	float:none !important;	

}

/* logo */

.logo {
	width:350px;
	float:left;
	margin-left: 2%;
}

.logo-mobile {
	width:120px;
	float:left;
	margin-left: 5%;
	margin-bottom: 20px;
}

.logo-img {
	margin-top: -15px;
}

.participate-btn {
	margin-top: 20px !important;
}

.participate-btn-2 {
	font-size: 0.9em;
	position: absolute;
	right: 20px;
	top: 130px;
	padding: 8px 5px 12px;
}

.header-btn, .header-btn-2 {
	display:block;
	width: 270px;
	float:right;
    font-size: 1.3em;
	text-align: center;
}

.header-mobile .header-btn {
    font-size: 0.9em;
    position: absolute;
    right: 20px;
    top: 40px;
	width: 220px;
	padding: 8px 5px 12px;
}

.header-mobile .header-btn-2 {
    font-size: 0.9em;
    position: absolute;
    right: 20px;
    top: 100px;
	width: 220px;
	padding: 10px 5px;
}



.header-btn:hover {
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #575859 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#575859)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#575859 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#575859 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#575859 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#575859 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#575859',GradientType=0 ); /* IE6-9 */
}

.header-btn h4 {
    margin: 3px 0;
}

/* nav */
.nav {
	width:100%;
	height: 40px;
	margin: 20px 0 0;
	background: #d1d2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d2d4 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d4), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d2d4 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.nav ul {
	max-width: 90%;
	margin:0 auto;
}

.nav ul li {
	position: relative;
	display: inline-block;
	width: 16%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
}

.nav ul li:first-child {
	border-left: 1px solid #fff;
}

.current-menu-item a{
	background: #8c1515; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c1515 0%, #af0008 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c1515), color-stop(100%,#af0008)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c1515 0%,#af0008 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1515', endColorstr='#af0008',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}

.nav ul li a {
	display: block;
	padding: 10px 0px;
	text-align: center;	

	font-size: 1.2em;
	color: #333;
}

nav li {
	line-height: 1.2em;	

}

.nav ul li a:visited, .current-menu-item a:visited, .current_page_parent a:visited,
.current-menu-parent a:visited

 {
	background-color: none;
}

.nav ul li a:hover, .nav ul li.current-menu-item a:hover {
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #575859 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#575859)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#575859 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#575859 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#575859 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#575859 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#575859',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}

/* Second level */

nav ul li ul {
	display:none;
	position:absolute; 

	z-index: 200; 

	min-width: 100% !important;
	margin-left:0px !important;
	border: 0px !important;
	top:40px;
}

nav ul li ul li {min-width: 100%; border: 0px !important; font-size: 1em;}

nav ul li ul li a, li.current_page_item ul li a {
	display:block;
	padding: 10px !important;
	background: #d1d2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d2d4 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d4), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d2d4 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	color: #333 !important;
}

nav ul li ul.fallback {display:none;}

nav ul li:hover ul.fallback {display:block;}



/* Third level */

nav ul li ul li ul{
	display:none;
	position:absolute; 

	left: 100%;
	top: 0px !important;
	z-index: 200; 

	min-width: 100% !important;
	margin-left:0px !important;
	border: 0px !important;
	top:30px;
}

nav ul li ul li ul li {min-width: 100%; border: 0px !important; font-size: 1em;}

nav ul li ul li ul li a {
	display:block;
	padding: 10px 15% !important;
	background: #d1d2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d2d4 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d4), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d2d4 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

nav ul li ul li ul.fallback {display:none;}

nav ul li ul li:hover ul ul li.fallback {display:block;}



/* Fourth level */

nav ul li ul li ul li ul{
	display:none;
	position:absolute; 

	left: 100%;
	top: 0px !important;
	z-index: 200; 

	min-width: 100% !important;
	margin-left:0px !important;
	border: 0px !important;
	top:30px;
}

nav ul li ul li ul li ul li {min-width: 100%; border: 0px !important; font-size: 1em;}

nav ul li ul li ul li ul li a {
	display:block;
	padding: 10px 15% !important;
	background: #d1d2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d2d4 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d4), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d2d4 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d2d4 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

nav ul li ul li ul.fallback {display:none;}

nav ul li ul li:hover ul ul ul li.fallback {display:block;}



/* moble nav */
nav#mobile a {
	text-decoration: none;
	color: #FFF;
}



nav#mobile {
	display:block;
}



nav#mobile #toggle-bar {
	display:block;
}



ul#mmenu {
	display:none;
    position: absolute;
    z-index: 1000;
	width: 90%;
    right: 20px;
    top: 185px;
    background: none repeat scroll 0% 0% #FFF;
}



nav#mobile .navicon {
    position:absolute;
	top: 50px;
	right: 0;
    height: 34px;
    width: 34px;
    margin: 20px;
    border-top: 15px double #FFF;
    border-bottom: 15px double #FFF;
    text-indent:-9999px;
    background: #000;
}

.navicon-label {
    position: absolute;
    top: 105px;
    right: 22px;
    font-size: 1.2em;
}



/* The dropdown menu */

nav#mobile ul li {
	clear:both;
	list-style:none;
	font-size: 1em;
}



nav#mobile ul li a {
	display:block;
	background-color:#300;
	text-transform:uppercase;
	letter-spacing:.2em;
	margin:2px 0;
	padding:6px 0 6px 8px;
}



nav#mobile ul ul {
	font-size:small;
}



nav#mobile ul ul a {
    background-color: #CDCDCD;
    padding-left: 8px;
    color: #333;
}

nav#mobile ul ul a:before {
	content: "\2192";
	padding-right:8px;
}



/* slider */

.slider {
	width:100%;
	margin:0;
}

.mobile-slider {
	display:none;	

}

.theme-default div.nivo-controlNav {
	float:right !important;
	width: 230px;
}

.theme-default .nivo-controlNav a.active {
	background-position:0 -20px !important;
}



/* main content */

.content-wrapper {
	max-width: 90%;
	min-height: 900px;
	margin: 40px auto;
}

.left-content {
	width: 70%;
	margin-right: 10%;
	margin-bottom: 50px;
	float:left;
}

/* sidebar */

.sidebar {
	width: 20%;
	float:left;
	margin-bottom: 50px;
}

/* footer */

.footer-top {
	width:100%;
	min-height: 800px;
	background: #4d4f53;
	color:#fff;
	padding: 20px 0;
}

.footer-top .current-menu-item a {
	background: none;
}

.footer-top ul li a:hover {
	text-decoration: underline;
}

.footer-bottom {
	width:100%;
	background: #000;
	color:#fff;
	padding: 30px 0 60px;
}

.footer-inner {
	max-width: 80%;
	margin:0 auto;
}

.footer-widget-25 {
	width: 20%;
	margin-right: 5%;
	float:left;	

}

.footer-widget-25:last-child {
	width: 25%;
	margin-right: 0;
	float:left;	

}

.footer-widget-25 ul li {
	margin-bottom: 10px;
}

.footer-widget-25 ul li ul li {
	font-size: 1em;
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widget-25 ul li:before {
	content: "\27bd\0020";
	color: #fff;
}

.footer-widget-25 ul li.noarrow:before {
	content: "";
	color: #fff;
}

.footer-widget-25 ul li.noarrow a:hover {
	text-decoration:none;
}

.footer-top a {
	color: #fff;	

}

.footer-bottom .footer-inner {
	margin-bottom: 10px;
	height: 20px;
}

.bottomlinks {
	width: 50%;
	float:left;	

}

.footer-bottom .footer-inner ul li {
	display: inline-block;
	padding: 1px 10px;
	border-right: 1px solid #555;
}

.footer-bottom .footer-inner ul li:last-child {
	border-right: 0px;
	padding-right: 0px;
}



.footer-bottom .footer-inner ul li a, .copyright {
	color: #555;
	font-size: 1.2em;
	text-align:left;
}



.footer-bottom .footer-inner ul li a {
	color: #555;
	font-size: 0.8em;
}



.footer-bottom .footer-inner ul li a:hover {
	color: #0080bc;
}

.footer-logos {
	float:right;	

	width: 50%;
}

.footer-logos ul {
	height: auto;
    text-align: right;
}	

.footer-logos ul li {
	border-right: 0px !important;
}

/*------------------------------------*\

    PAGES

\*------------------------------------*/

/* home */

.display-posts-listing .listing-item {
clear: both;
}



.display-posts-listing img {
float: left;
margin: 0 10px 10px 0;
}

.display-posts-listing .listing-item {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #f1f1f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f1f1f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#f1f1f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
	padding: 20px;
    float:left;
	width: 47%;
	clear:none;
	margin-right: 3%;
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1.4em;
	min-height: 320px;
}

.display-posts-listing .listing-item a.title {
	font-size: 1.4em;
	display: block;
	margin-bottom: 15px;
}

.display-posts-listing .listing-item img {
	display:none;
}

.component-buttons {
	display:none;	

}

img[usemap] {
	margin-top: 30px;	

}

/*------------------------------------*\

    POSTS

\*------------------------------------*/

.post-excerpt {
	 margin-bottom: 10px;
}

.post-excerpt h2 {
	font-size: 1.6em;	

	margin-bottom: 0px;
}

.excerpt p {
	font-size: 1em;	

}

.excerpt h2 {
	font-size: 1em;	

	margin-bottom: 0px;
}

.excerpt li {
	font-size: 0.9em;	

}

.excerpt-dash {
	display: none;	

}

.post-info {
	font-size: 1.2em;
	margin-bottom: 20px;	

}

.post-info span{
	display: block;	

	margin-bottom: 5px;	

}

.attachment-post-thumbnail {
    margin: 20px 0;
}

.view-article {
	display:block;
	float:right;
	clear:both;
	margin: 20px 0 60px;	

}

.listing-item .view-article {
	margin: 20px 0 0;	

}

.ssba {
    margin: 20px 0;
}

/*------------------------------------*\

    COMMENTS

\*------------------------------------*/

li.comment {

    list-style: outside none none;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 20px;
    background: #F9F9F9;
}

li.comment p {
    font-size: 1.2em;
    margin-top: 20px;
}

div.comments h2 {
	font-size: 1.8em;	

}

img.avatar {
	border-radius: 100px;	

	-moz-border-radius: 100px;	

	-webkit-border-radius: 100px;	

}



/*------------------------------------*\

    WIDGETS

\*------------------------------------*/

.sidebar h3 {
	margin-top: 50px;	

}

.sidebar p {
	text-align: left;	

}

div.boxed-gray {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #f1f1f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f1f1f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#f1f1f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
	padding: 20px;
}



.tshowcase-inner-box {
    display: block !important;
}

.tshowcase-box {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #f1f1f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f1f1f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#f1f1f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#f1f1f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
	padding: 20px 10px;
}

.tshowcase-box-title {
    font-weight: normal !important;
    font-size: 1.5em !important;
    margin-bottom: 10px;
}

.tshowcase-box-title a {
	color:#333;
}

.tshowcase-box-title a:hover {
	color:#0098db;
}

.tshowcase-single-freehtml a {
	display:block;
	color:#0098db;
	text-decoration: underline;
	font-size: 1.2em;
	margin-bottom: -2px;
}

.left-content .tshowcase-box {
	background: none;
	margin-bottom: 40px;
}

.tshowcase-vcard {
    float: left;
}

.tshowcase-vcard-left img {
	border-radius: 50%;	

	-moz-border-radius: 50%;	

	-webkit-border-radius: 50%;	

	margin-right: 20px;
}

.sidebar .tshowcase-box-info {
    float: right !important;
    width: 60%;
}

.ts-img-left {
    float: left;
    margin-right: 0px;
    width: 30%;
}

.ts-float-left {
	float: left;	

}

.sidebar #peter-parham .tshowcase-box-photo,
.sidebar #wenzhong-xiao .tshowcase-box-photo {
	width: 38% !important;
}

.sidebar #peter-parham .tshowcase-box-info,
.sidebar #wenzhong-xiao .tshowcase-box-info {
	width: auto;	

}

.left-content .mc4wp-form {
	max-width: 50%;	

}

form.mc4wp-form input[type="submit"] {
	float:right;
	background: #8c1515; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c1515 0%, #af0008 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c1515), color-stop(100%,#af0008)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c1515 0%,#af0008 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c1515 0%,#af0008 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1515', endColorstr='#af0008',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	border-radius:5px; 

	-moz-border-radius:5px; 

	-webkit-border-radius:5px; 

	padding: 5px 10px;
	border: 0px;
}

form.mc4wp-form input[type="submit"]:hover {
	background: #000; 

}

.partner-logo {
	padding: 30px;
	border: 2px solid #d2d2d4;
	margin-bottom: 20px;	

}

.partner-logo:hover {
	border: 2px solid #808284;
}



/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/

@media only screen and (min-width:320px) {
	

}

@media only screen and (min-width:480px) {


}

@media only screen and (min-width:768px) {


}

@media only screen and (min-width:1024px) {


}

@media only screen and (min-width:1140px) {


}

@media only screen and (min-width:1280px) {


.header {
	max-width: 80%;
}

.nav ul {
	max-width: 80%;
	margin:0 auto;
}

.content-wrapper {
	max-width: 80%;
}

.top-right-area {
	width: 50%;
	margin-right: 2%;
}

/* logo */

.logo {
	margin-left: 0;
}

}



@media only screen and (min-width:1024px) {


.display-posts-listing .listing-item {	

	width: 46%;
	margin-right: 2%;
	min-height: 520px;
}



}



@media only screen and (min-width:1280px) {


.display-posts-listing .listing-item {	

	min-height: 480px;
}

}



@media only screen and (min-width:1680px) {


.display-posts-listing .listing-item {	

	width: 23%;
	margin-right: 2%;
	min-height: 650px;
}

}



@media only screen and (min-width:1800px) {


.display-posts-listing .listing-item {	

	min-height: 600px;
}

}



@media only screen and (min-width:1900px) {


.display-posts-listing .listing-item {	

	min-height: 550px;
}

}



@media only screen and (min-width:2100px) {


.display-posts-listing .listing-item {	

	min-height: 530px;
}

}



@media only screen and (min-width:2300px) {


.display-posts-listing .listing-item {	

	min-height: 500px;
}

}

@media only screen and (max-width:1700px) {
article img {
	max-width: 100%;	

	float:none !important;
}

article img.marcelo-pic {
	max-width: 100%;	

	float:left !important;
}

article img.brazil-img {
	max-width: 100%;	

	float:left !important;
}

}

@media only screen and (max-width:1599px) {
.left-content {
	width: 65%;	

	margin-right: 5%;
}

.sidebar {
	width: 30%;	

}

.footer-top {
    min-height: 980px;
}

.left-content .mc4wp-form {
	max-width: 80%;	

}



}



@media only screen and (max-width:1200px) {
	article img.brazil-img {
	max-width: 100%;	

	float:none !important;
}

.footer-top {
    min-height:1100px;
}

.left-content .mc4wp-form {
	max-width: 100%;	

}



}

@media only screen and (max-width:1023px) {
.display-posts-listing .listing-item {	

	width: 100%;
	margin-right: 0;
	min-height: 100px;
	margin-bottom: 20px;
}

.left-content, .sidebar {
	float:left;
	clear:both;
	width: 100%;
}

.left-content {
	margin-bottom: 0px;
	border-bottom: 2px solid #CDCDCD;
}

.nav ul li a {
    font-size: 1em;
}

article:last-of-type {
    margin-bottom: 0px !important;
}

.footer-top {
    min-height: 2100px;
}

.footer-widget-25 {
    width: 50%;
    margin-bottom: 30px;
}



.footer-widget-25:last-child {
    width: 50%;
    margin-bottom: 30px;
}



.footer-widget-25:nth-child(odd) {
    clear:both;
}

.footer-bottom {
	min-height: 330px;	

}

.footer-bottom .footer-inner {
	width: 100%;	

}

.bottomlinks, .footer-logos {
	width: 100%;
	float: left;
	clear:both;
	text-align: center;	

}

.footer-logos ul {
	text-align: center;	

	margin-top: 20px;
}	

.footer-bottom .footer-inner ul li a, .copyright {
	text-align:center;
}

}

@media only screen and (max-width:767px) {
.footer-top {
    min-height: 2000px;
}

.footer-widget-25 {
    width: 100%;
    margin-bottom: 30px;
}

.footer-widget-25:last-child {
    width: 100%;
    margin-bottom: 30px;
}

.header, .nav {
	display: none;	

}

.header-mobile {
	display:block;	

	min-height: 220px;
}

.logo {
	width:250px;
	float:left;
	margin-left: 2%;
}

.logo-img {
	margin-top: 0px;
}

}

@media only screen and (max-width:599px) {
.slider {
	display:none !important;	

}

.component-buttons {
	display:block;	

}

.component-buttons h3 {
	margin-top: 40px !important;	

}

.component-buttons p {
	text-align:left;;	

}

.infographic {
	display:none;	

}

.footer-bottom .footer-inner ul, .copyright {
	float:none;
	margin: 10px auto;
	text-align: center;
}

.footer-bottom .footer-inner ul li {
	padding: 10px;	

}

.footer-top {
    min-height: 2100px;
}

.ssba img {
	width: 28px !important;	

}

article img.marcelo-pic {
	max-width: 100%;	

	float:none !important;
}

}

@media only screen and (max-width:480px) {
.alignleft, .alignright {
	display:block;
	float:none !important;
}

.header-mobile .header-btn {
    font-size: 0.9em;
    position: absolute;
    right: 20px;
    top: 60px;
	width: 130px;
	padding: 8px 5px 12px;
}

.header-mobile .header-btn-2 {
    font-size: 0.9em;
    position: absolute;
    right: 20px;
    top: 130px;
	width: 130px;
	padding: 10px 5px;
}

nav#mobile .navicon {
    top: 50px;
}

.navicon-label {
    top: 105px;
}

ul#mmenu {
    top: 220px;
}

.mobile-search {
    clear: both;
    float: left;
    text-align: center !important;
    margin: 0px 5% 20px;
	width: 90%;
}

.mobile-search input {
	width: 90%;
}

.logo-mobile {
	clear:both;	

}

}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {


}



/*------------------------------------*\

    MISC

\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}





/*------------------------------------*\

    PRINT

\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}

	a,
	a:visited {
		text-decoration:underline;
	}

	a[href]:after {
		content:" (" attr(href) ")";
	}

	abbr[title]:after {
		content:" (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}

	thead {
		display:table-header-group;
	}

	tr,img {
		page-break-inside:avoid;
	}

	img {
		max-width:100% !important;
	}

	@page {
		margin:0.5cm;
	}

	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}

	h2,
	h3 {
		page-break-after:avoid;
	}

}