


/* =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, font, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover {
	color:#54bceb;
	}
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color:#333333;
	font-family: sans-serif;
	font-size: 1.3em;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5, {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

h6 {
	 color: #54bceb;
    font-family: 'gotham_htflight_condensed',"Arial Narrow",Sans-Serif;
    font-size: 2em;
	font-weight:normal;
	margin-bottom: 5px;
}


/* Text elements */
p {
	margin-bottom: 1.3em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	
	background: #65beec;
	color: #ffffff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1em;
	font-family: 'gotham_htfmedium';
	line-height: 1;
	padding: 1em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7dc8ef;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea {
	color: #999999;
	border: 1px solid #CCCCCC;
	background: none repeat scroll 0 0 #FFFFFF;	
}
input[type=text],
input[type=email],
input[type=password],
input[type=file] {
	padding: 8px 3px;
	/*width:85%;*/
	max-width: 250px;
}
input[type=file] {
	max-width: 200px;
}
span.ResumeUpload {max-width:250px;}

#pwbox-148, input[type=password] {
	max-width: 200px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 6px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 93%;
}

#content input, 
#content textarea {
	font-family: sans-serif;
	font-size: 15px;
	padding: 8px;
}
input[type="submit"], input.wpcf7-submit {
    padding: 9px 10px !important;
	text-transform:uppercase;
	font-family: 'gotham_htfmedium' !important;
}
/* Links */
a {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus,
a:active {
	color: #666666;	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation, .main-small-navigation {
	text-transform: none;	
	background:#e0e1e2;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	line-height:2.4em;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding:8px 10px 4px;
	font-size:16px;
    font-family: 'Share Tech', sans-serif;
	color:#333333;	
}
.main-navigation li:hover, .main-navigation a:hover {
	background:#cccccc;
	color:#115c8d;
}
.main-navigation ul ul {
	background:#cccccc;
	display: none;
	float: left;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99999;
	padding:7px 0 0;
}
.main-navigation ul ul li {	
	margin:7px 0px -1px 20px;	
	padding:0;
	background:url('../images/menu-border.png') no-repeat bottom left transparent;
}
.main-navigation ul ul li:last-child,
.main-navigation ul ul li:last-child:hover{
	background:none;
}
.main-navigation ul ul li a {
	padding:0px 10px 5px 0;
	margin:0;
}
.main-navigation ul ul li:hover {
	background:url('../images/menu-border.png') no-repeat bottom left transparent;
}
.main-navigation ul ul li a:hover {
	background:none;
		color:#115c8d;
	margin:0;
}
.main-navigation ul ul ul {
    border-left: 1px solid #FFFFFF;
    left: 100%;
    padding: 0;
    top: -7px;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

.site-header #searchform {
	margin:0.9em 0 0;
	float:right;
}
.site-header #searchform input#s {
	background: url("../images/search.png") no-repeat scroll right center #999999;
	border:none;
	padding:7px 25px 7px 7px ;
	color:#FFFFFF;
	text-transform:uppercase;
	width:100px;
}

/* =Content
----------------------------------------------- */
.container, #main .header-title .container {
	margin:0 auto;
	width:1100px;
}
.page-template-template-events-php .main-event .container {
 	width:auto;
}

#main {
	clear:both;
}
#main .header-title {
    background: url("../images/shadow-bg.png") repeat-x scroll 0 0 #54BCEB;
    color: #FFFFFF;
    font-family: 'Belleza', sans-serif;
    font-size: 2.5em;
	padding:0.1em 0;
    text-transform: uppercase;
}
.breadcrumbs {
	font-family: 'Belleza', sans-serif;
	color:#65beec;
	margin-bottom:25px;
	text-transform:uppercase;	
	font-size:1.6em;
}
.breadcrumbs a, .breadcrumbs span {
	color:#999999;
	text-transform:uppercase;
}
#main .container {
	margin:20px auto;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Header
----------------------------------------------- */
#masthead {
	background:url("../images/header-border.png") repeat-x 0 0 transparent;
	padding:15px 0;
}
#masthead h1 {
	margin:0 0 18px;
	width:450px;
	float:left;
}
#masthead div.social {
	float:right;
	padding:32px 0 0;
}

.banner {
	background:#000000;
}

#content .error404  .entry-title {
    background: url("../images/error-404.png") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E0E1E2;
    font-family: 'Belleza', sans-serif;
    font-size: 4em;
    line-height: 54px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    padding-left: 140px;
}
/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */
#primary {
	float: left;
	margin: 0 -305px 30px 0;
	width: 100%;
}
#content {
	margin: 0 350px 0 0;
}
#content .blue {
	color:#65beec;
}
#content h3{
	    font-family: 'Share Tech', sans-serif;
    font-size: 16px;
	line-height:1.3em;
}
.tax-news_category #content h3.entry-title,
.tax-news_country #content h3.entry-title {
	color: #65BEEC;
        font-family: 'Share Tech', sans-serif;
    font-size: 16px;
	margin-bottom: 0px;
	padding-top:10px;
}
#content .by{
	color:#999999;
	font-family: 'Belleza', sans-serif;
	margin-bottom: 5px;
}
.events #content .type-event {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    float: none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 18px;
}
.events #content article:last-child {
	border-bottom:none;
}
.wp-pagenavi {
	margin-top:20px !important;
	margin-bottom:40px !important;
}
.events .wp-pagenavi a, .events .wp-pagenavi span,
body .wp-pagenavi a, body .wp-pagenavi span {
    border: 0px;
	background:#e5e5e5;
    margin: 2px;
    padding: 8px 12px;
    text-transform:uppercase;
	font-weight:bold;
	color:#999999;
}
.events .wp-pagenavi span.current,
body .wp-pagenavi span.current {
	background:#54bceb;
	color:#ffffff;
}
.events #content h3{
	margin-bottom:0px;
	display:inline-block;
}
.events #content img.attachment-event-thumb {
	float:left;
	margin-right:20px;
}
#content h2{
    color: #65BEEC;
	font-family: 'Belleza', sans-serif;
	font-size:15px;
	line-height:28px;
	margin-bottom: 8px;
	clear:both;
}
#content h2.bordertop {
	border-top: 1px solid #CCCCCC;
    margin-top: 1.5em;
    padding-top: 1em;
}
#content h2 a{
	color: #65BEEC;
}

#content .col3 {
	float:left;
	width:33%;
	background:url(../images/dots.jpg) repeat-y top right transparent;
	min-height:130px;
}
#content .contact {
	background:none;
}

#content .contact h2 {
	font-family: 'Belleza', sans-serif;
	font-size:15px;
	background:url(../images/icon-contact.png) no-repeat 20px 0px;
}
#content .hour h2 {
	font-family: 'Belleza', sans-serif;
	font-size:15px;
	background:url(images/icon-hour.png) no-repeat 20px 0px;
}
#content .address h2 {
	font-family: 'Belleza', sans-serif;
	font-size:15px;
	background:url(images/icon-address.png) no-repeat 20px 0px;
}

#content .col3 h2, #content .col3 p {
	padding:0 20px 0 65px;	
}


#content .c-form {
	float:left;
	width:66%;
	margin:40px 0 0;
}
#content .c-form .col3{
	background:none;
	min-height:inherit;
}
#content .c-form .col3 input {
	width:82%;
}
#content .c-form label {
	font-size:2em;
	font-family: 'gotham_htflight_condensed',"Arial Narrow",Sans-Serif;
	color:#65BEEC;
}
#content .c-social {
	width:33%;
	float:right;
	margin:40px 0 0;	
}
#content .c-social h2 {
	font-family: 'Belleza', sans-serif;
	margin-left:20px;
}
#content .c-social ul{
	list-style:none;
	margin:30px 0 0 20px;
}
#content .c-social ul li {
	margin:10px 0;
}
#content .c-social ul li a {
	font-weight:bold;
}
#content .c-social ul li a img {
	margin-right:6px;
	vertical-align:middle;
}
body.page-template-page-templatescontact-php #content,
body.page-template-page-templatesfull-width-php #content,
body.page-template-template-events-php #content {
	margin:0;
}
body.error404 #content {
	margin:0 0 200px;
}
#secondary { /* Sidebar 1 */
	font-family: 'Belleza', sans-serif;
	float: right;
	overflow: hidden;
	width: 305px;
}
#secondary ul {
	margin:10px 0 0;
	padding:0;
}
#secondary ul li {
	margin:0;
	padding:5px 0;
	list-style:none;
} 
#secondary .widget-title {
	color:#54bceb;
	text-transform:uppercase;
	font-size:20px;
    font-family: 'Share Tech', sans-serif;
	margin:0 0 -10px;
}
#secondary .advisors {
	margin-top:10px;	
	font-size:20px;	
}
#secondary .advisors div {
	clear:both;
	background:#54bceb;
	overflow:hidden;
	margin:5px 0 17px;
	padding-right:5px;
	color:#fff;
	line-height:15px;
}
#secondary .advisors div img {
	float:left;
	width:99px;
	height:93px;
	margin-right:5px;
}
#secondary .venue div {
	padding-right:0px;
}
#secondary .venue div img {
	float:none;
	width:100%;
	margin-right:0;
}
#secondary .advisors div h3 { clear: none;
        font-family: 'Share Tech', sans-serif;
    font-size: 18px;
    padding: 10px 0 2px;}
#secondary .advisors div h3 a {
	color:#ffffff;
}
#secondary .advisors a.view {
	font-family: 'Belleza', sans-serif;
	color:#54bceb;
	font-size:20px;
}
#secondary .advisors p {
	font-family: 'Belleza', sans-serif;
	padding:0;
	margin:0;
	line-height:1.2em;
}
#secondary .venue div h3 {
	padding:5px 5px 0 15px;
}
#secondary .venue div p {
	padding:5px 5px 10px 15px;
}
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}

/* =Footer 
----------------------------------------------- */

#colophon {
	font-family: 'Belleza', sans-serif;
	border-top: 1px solid #cccccc;
	clear: both;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	font-size:16px;
}
#colophon a {
}
#colophon a:hover {
}
#colophon .widget-area {
	margin: 0;
	float: none;
	width: 100%;
}
#colophon ul {
	margin:0px 0 0;
	padding:0;
}
#colophon ul li {
	margin:0;
	padding:6px 0;
	list-style:none;
} 
#colophon ul li img {
	vertical-align:middle;
}
#colophon .widget-title {
    border-bottom: 1px solid #DDDCDC;
    color: #54bceb;
    font-family: 'Share Tech', sans-serif;
    font-size: 2.5em;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
#colophon .widget-area .widget{
	margin: 0 2px 24px;
	float: left;
	width: 32%;
}

#colophon .widget .wrap {
	padding-right:10px;
}
#colophon .widget .widget-last {
	padding-right:0;
}
#colophon .site-info {
	clear:both;
	font-size:12px;
}

/* home */
.home-bar {
    background: url("../images/home-newsbar.png") repeat-x scroll center top transparent;
    clear: both;
    color: #FFFFFF;
    font-family: 'Belleza', sans-serif;
    font-size: 2.2em;
    padding-bottom:50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}
.blog #colophon {
	border-top:none;
	margin-top:0;
}
.home-bar .container {
	padding-left:210px;
}
.home-grid .box {
	width:47%;
	float:left;
	position:relative;
}
.home-grid .box p{
	margin-bottom:0;
}
.home-grid .odd {
	float:left;
} 
.home-grid .even {
	float:right;
}
.home-grid .box .hentry {
	position:relative;
	/*border:2px solid #54BCEB;*/
}
.home-grid .box .hentry p {

}
.home-grid .box img {
	width:100%;
}

/*
.term-interviews .home-grid .box img,
.term-interviews .home-grid .box .hentry {
	height:209px;
}
.page-template-template-publication-php .home-grid .box img,
.page-template-template-publication-php .home-grid .box .hentry {
	height:217px;
}


.home .home-grid .box img,
.home .home-grid .box .hentry {
	height:213px;
}
*/

#content .home-grid .box h2 {
    background: url("../images/opacity.png") repeat scroll left bottom transparent;
    bottom: 0.2em;
    height: 56px;
    line-height: 10px;
    margin: 0;
    padding: 5px 4%;
    position: absolute;
    width: 92.1%;
}
.term-interviews #content .home-grid .box h2 {
    height: 65px;
}

#content .home-grid .box h3 {
    color: #54bceb;
        font-family: 'Share Tech', sans-serif;
    font-size:2em;
    text-transform: uppercase;
	margin:0 0 5px;	
} 
#content .home-grid .box h2 a{
	font-family: 'Belleza', sans-serif;
	font-size:15px;
	line-height:1.2em;
	color:#ffffff;	
}
#content .home-grid .box h2 a:hover {
	color:#54bceb;
}	
#content .home-grid .box h2 a span {
	display:block;
	font-size:15px;
	line-height:1.4em;
	padding-top:4px;
}

div.row { clear:both; float:none}

#secondary .featuredpost .hentry {
    border-bottom: 1px solid #CCCCCC;
    margin: 6px 0;
    padding: 0 0 5px;
}

#secondary .featuredpost .more-from-category {
	margin:0.5em 0 1.5em;
}
#secondary .featuredpost .more-from-category a {
	color:#54bceb;
}
#secondary .newsletter ul {
	margin-bottom:10px;
}
#secondary .newsletter ul li {
    background: url("../images/bullet-cycle.png") no-repeat scroll left center transparent;
    margin-left: 10px;
    padding: 2px 0 2px 32px;
}
#secondary .newsletter form {
	margin-bottom:30px;
}
#secondary .newsletter input.email {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #999999;
    padding: 8px;
    width: 144px;
}
#secondary .newsletter input.signup,
#secondary .newsletter input.wpcf7-submit {
	padding: 10px;
}
#secondary .newsletter div.wpcf7-response-output {
    margin: 1em 0.5em 1em 0;
    padding: 0.2em 1em;
}

.advisor .box {
	width:46%;
	float:left;
	margin: 1em 0 2em;
}
.advisor .box img {
	float:left;
}

.advisor .box.right {
	float:right;
}
.advisor .box.left {
	clear:both;
	float:left;
} 
.advisor .box .head {
	overflow:hidden;
	clear:both;
	border-bottom:2px solid #54bceb;
	margin-bottom: 10px;
}

.advisor .box .head .title {
	color:#54bceb;
	font-family: 'Belleza', sans-serif;
	font-size: 1.2em;
}

.speaker .advisor .box img {
	float:left;
	margin-right: 2em;
}
.advisor .box .head .title {
    color: #54BCEB;
    font-family: 'Belleza', sans-serif;
    font-size: 2.2em;
    line-height: 1.1em;
    margin-top: 0.8em;
	text-transform:uppercase;

}
.advisor .box .head p {
   /* color: #54BCEB;*/
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
}

/* search */
.search #content h3.entry-title{
        font-family: 'Share Tech', sans-serif;
    font-size: 2em;
    margin-bottom: 0;
    padding-top: 10px;
}
.search #content h3.entry-title a {
	color:#65BEEC;
}

/* latest news */
.type-news h3.entry-title a {
	color:#65BEEC;
}

.addthis_toolbox {
	margin:25px 0 20px;
	clear:both;
}

/* Publication Category */
body.category .hentry {
	border-bottom:1px solid #cccccc;
}
body.category .hentry:last-child {
	border-bottom:none !important;
}

h3.taxonomy-description {
	font-size: 1.6em;
}

/* event tabs */
.tabs_framed {
    border-bottom: 1px solid #dddddd;
    clear: left;
    height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#secondary .tabs_framed li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 1px 0;
}
.tabs_framed a {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #dddddd;
    color: #333333;
    margin-right: 1px;
    padding: 10px 20px 7px;
	outline:none;
}
.tabs_framed a.current {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	padding: 15px 20px 10px;
    cursor: default;
	outline:none;
}
.tabs_framed_content{display:none;background-color:#fff;border:1px solid #E5E5E5;border-width:0 1px 1px 1px;padding:15px 20px;}
.tabs_framed_container{margin:60px 0;}
.tabs_framed_content .date {
	color:#54bceb;

}
.tabs_framed_content article {
	border-bottom:1px solid #ededed;
}
.tabs_framed_content article:last-child {
	border-bottom:none;
}

/* News By Country */

#secondary .widget_lc_taxonomy .widget-title {
    border-bottom: 1px solid #dddddd ;
    color: #54bceb;
    font-family: 'Share Tech', sans-serif;
    font-size:1.9em;
    margin: 0;    
    text-transform: uppercase;
}
#secondary .widget_lc_taxonomy .widget-title span {
	display:block;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd #dddddd #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 0.3em 0.6em;
    width: 5.7em;
	margin:0 0 -1px;
	font-size:1.5em;
}	
#secondary .widget_lc_taxonomy ul {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #dddddd #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
	margin:0;
	padding:10px 0 20px; 
	
}
#secondary .widget_lc_taxonomy ul li {
	border-bottom:1px solid #ededed;
	margin:0 1.2em;
}
.widget_lc_taxonomy ul li:last-child {
	border-bottom:none;
}
.widget_lc_taxonomy ul li.current-cat a {
	color:#65BEEC;
}
ul.check, ul.check li {
	list-style:none;
	margin-left: 0;
	padding-bottom:0.5em;
}
ul.check li {
	background:url(../images/icon-check-blue.jpg) no-repeat 0 0 transparent;
	margin-left: 5px;
    padding-left: 25px;
}
.info,
.info a {
	color:#54bceb;
}

.toggle_frame_set {
    border-top: 1px solid #CCCCCC;
    margin: 40px 0;
    padding: 40px 0 0;
}
.career {
	border-bottom: 1px solid #CCCCCC;
}
.career h2 {
	background:url(../images/plus-minus.png) no-repeat 0 4px transparent;
	padding-left:30px;
}
.career h2.active {
	background-position:0 -64px;
}
.career .block {
	margin-left:30px;
}
.career .block ul,
.career .block ul li {
	list-style:none;
	margin-left:0;
}
.career .block ul li {
	padding-left:25px;
	background:url(../images/icon-dot-blue.png) no-repeat 0 0 transparent;
}
a.button {
	background: none repeat scroll 0 0 #65BEEC;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Belleza', sans-serif;
    font-size: 1.5em;
    line-height: 1;
    padding: 0.4em 1.5em;
}
a.view {
    color: #54bceb;
    font-size: 14px;
	text-transform:uppercase;
}

/* event template */
body.page-template-template-events-php #main {
	background: url("../images/shadow-bg.png") repeat-x scroll 0 0 #f0f0f0;
	overflow:hidden;
}

body.page-template-template-events-php .main-event {
	clear:both;
	float:none;	
}
body.page-template-template-events-php .site-footer {
	margin-top:0 !important;
}

body.page-template-template-events-php #main .past {
	float:left;
	width:48%;
}
body.page-template-template-events-php #main .future {
	float:right;
	width:48%;
}

body.page-template-template-events-php #main .list .date {
    background: none repeat scroll 0 0 #65BEEC;
    color: #FFFFFF;
	font-family: 'Belleza', sans-serif;
    float: left;
    font-weight: normal;
    height: 48px;
    line-height: 1.5em;
    margin-right: 16px;
    text-align: center;
    width: 63px;
	padding-top:3px;
}
body.page-template-template-events-php #main .list .date span {
	display:block;
	text-transform:uppercase;
	font-size:27px;
	font-weight:normal;
}


body.page-template-template-events-php #content .type-event {
	margin-bottom:0;
	border-bottom:none;
}

body .ls-minimal {
	padding: 0 !important;
	background: #fff;
	box-shadow: none  !important;
}


.ls-minimal .ls-bottom-slidebuttons, .ls-minimal .ls-bottom-slidebuttons a, .ls-minimal .ls-nav-start, .ls-minimal .ls-nav-stop, .ls-minimal .ls-nav-sides {
    top: -40px;
}
body .ls-minimal .ls-nav-sides {
    /*background: none repeat scroll 0 0 transparent !important;
    width: 4px;*/
}
body .ls-minimal .ls-playvideo, 
body .ls-minimal .ls-nav-sides, 
body .ls-minimal .ls-bottom-slidebuttons a, 
body .ls-minimal .ls-nav-prev, 
body .ls-minimal .ls-nav-next, 
body .ls-minimal .ls-nav-start, 
body .ls-minimal .ls-nav-stop, 
body .ls-minimal .ls-fullscreen, 
body .ls-minimal .ls-loading-container {
	background-image: url("../images/skin.png") !important;
}
body .soliloquy-container {
    margin: 0 auto !important;
}

body .soliloquy-container .soliloquy-control-nav {
    margin: -20px auto 20px;
    position: relative !important;
    text-align: center;
    top: 0 !important;
}
/* newsletter */
span.wpcf7-list-item {
	display:block;
	margin: 0.5em;
}
span.wpcf7-list-item .wpcf7-list-item-label {
	padding-left:10px;
}
span.wpcf7-list-item input[type="checkbox"], 
span.wpcf7-list-item input[type="radio"] {
	border:none;
}

/* accordion */

body .et-learn-more h3.heading-more {
    padding-left: 35px;
	color: #65BEEC !important;
        font-family: 'Share Tech', sans-serif;
    font-size: 2em !important;
	background:none !important;
	background-color:transparent !important;
	border-left:0  !important;
	border-top: 1px solid #CCCCCC;
}
body .et-learn-more span.et_learnmore_arrow span {	
	background: url("../images/plus-minus.png") no-repeat scroll 0 4px transparent !important;
	height: 25px  !important;
	width:20px  !important;
	margin-top: -14px  !important;
	left: 0;
    margin-left: 0;
}
body .et-learn-more .open span.et_learnmore_arrow span {
    background-position: 0 -64px !important;
}
body .et-learn-more h3.heading-more span.et_learnmore_arrow {
	left:0;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:  none !important;
	box-shadow:  none !important;
}

body .et-learn-more .learn-more-content {
	border-top:0  !important;
	padding: 0 25px 6px 40px;
}

body .et-learn-more {
	border:none !important;
}


body .et-learn-more ul li {
    background: url("../images/icon-dot-blue.png") no-repeat scroll 0 6px transparent;
    padding-left: 25px;
}
body .et-learn-more ul, body .et-learn-more .block ul li {
    list-style: none outside none;
    margin-left: 0;
}

/* iPads (portrait) ----------- */
@media only screen and (max-width: 768px) {
	.container, #main .header-title .container {
		width:auto;
	}
	.container
	 {
		padding:0 10px;
	}
	.home-bar .container {
		font-size: 1em;
		/*line-height: 0.9em;*/
    	padding-left: 20px;
	}
	#content .home-grid .box h3 {
		font-weight:normal;
	}
	.home-grid .box h2 a,
	#content .home-grid .box h2 a {
		font-size: 1em;
		line-height: 0.9em;
	}
	
	.main-navigation a {
		padding: 11px 15px 8px;
		font-size: 1.9em;
	}
	.site-header #searchform input#s {
		width:100px;
	}
	
	.home .home-grid .box img, .home .home-grid .box .hentry {
		height: auto;
		bottom:5px;
	}
	.ls-minimal .ls-bottom-slidebuttons a {
		width:22px !important;
	}	
}

@media only screen and (max-width: 768px) {
	.container, #main .header-title .container {
		width:auto;
	}
	#secondary {
		width:100%;
	}
	#content {
		margin:0;
	}
	
	#secondary .featuredpost .more-from-category {
		margin: 0.5em 0 1.5em;
		text-align: left;
	}
	
	.term-interviews .home-grid .box img,
	.term-interviews .home-grid .box .hentry {
		height:auto;
	}
	
	#colophon .widget-title {
		font-size: 2.1em;
	}
}
/* (small tablet)  */
@media screen and (max-width: 680px) {

	.advisor .box {
		width:100%;
	}
	.advisor .box img {
		float: none;
	}	
	.container, #main .header-title .container {
		width:auto;
	}
	#masthead h1 {
		width:100%;
	}
	#primary {
		margin:0;
	}
	#secondary, 
	#content .c-form,
	#content .c-social,
	.home-grid .box {
		width:100%;
	}
	#content .col3 {
		width:100%;
		background:none;
	}
	#content {
		margin:0;
	}
	#content img {
		max-width: 100%;
	}
	#colophon .widget-area .widget{
		width:100%;
	}
	
	.container
	 {
		padding:0 5%;
	}
	/* hide element */
	.breadcrumbs,
	#masthead div.social,
	.home-bar,
	.home .banner,
	.blog .banner,
	.page-template-template-events-php .main-event {
		display:none;
	}
	.home .home-grid {
		margin-top:20px;
	}
	
	#content .error404  .entry-title {
		background: none;
		border-bottom: 1px solid #E0E1E2;
		font-family: 'Belleza', sans-serif;
		font-size: 20px;
		line-height: normal;
		margin: 0 0 30px;
		padding-bottom: 30px;
		padding-left: 0;
	}
	.site-header #searchform {
		float: none;
		margin: 10px auto;
		text-align: center;
		padding:0 5%;
	}
	.site-header .container
	 {
		padding:0 5% 1em;
	}
	
	.site-header #searchform input#s {
		width:90%;
	}
	
	#masthead .main-small-navigation h1.menu-toggle {
		border: 1px solid #FFFFFF;
		font-weight: bold;
		padding: 0.5em 0 0.5em 0.5em;
		background:url(../images/mobilemenu-arrowb.png) no-repeat right top transparent;
		float:none;
		margin-bottom:0;
	}
	.main-small-navigation ul#menu-header {
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	.main-small-navigation ul#menu-header  ul {
		margin: 0;
		padding: 0;
		list-style: none outside none;
	}
	.main-small-navigation ul#menu-header li {
		margin: 0;
		padding: 0;
	}
	.main-small-navigation ul#menu-header li a {
		border-bottom: 1px solid #FFFFFF;		
		display:block;
		padding:0.7em;
	}
	.main-small-navigation ul#menu-header li li a {
	/*	background:url(images/mobilemenu-arrow.png) no-repeat 0.3em 0.5em transparent;*/
		padding:0.7em 0.7em 0.7em 2.2em;
		
	}
	
	body.page-template-template-events-php #main .past,
	body.page-template-template-events-php #main .future {
		float:none;
		width:100%;
	}
	
	body.page-template-template-events-php #main .list .date {
		display:none;
	}
	.home-grid .box h2 a,
	#content .home-grid .box h2 a {
		line-height: 1.3em;
	}
}
/* (small tablet)  */
@media screen and (max-width: 480px) {
	.speaker .advisor .box img {
		float: none;
	}
}	


/*240 x 320 (small phone) */
@media screen and (max-width: 240px) {
	#content .home-grid .box h2 {
		bottom: 4px;	
	}
}