/*
005b70 teal
0095a9 aqua
495B14 green
733041 deep red
d18901 mustard
ec7203 orange
b3b3b3 light gray

"proxima-nova",sans-serif
300
400
600
700

"alternate-gothic-no-2-d"
400
*/

/* STRUCTURE *****************************************/

.container {
	width: 94%;
	max-width: 1300px;
}
#main-content .container {
	padding-top: 70px;
}
#content-area {
	min-height: 600px;
	padding-bottom: 50px;
}
#left-area {
	position: relative;
	padding-right: 30px;
	padding-bottom: 0;
}
#left-area article .entry-content {
	position: relative;
}

/* clearfix */
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}







/* GLOBAL STYLES *****************************************/

body {
	color: #555;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
p {
	margin: 20px 0 0;
	padding: 0;
}

/* links */
a {
	color:#0095a9;
  text-decoration:underline;
}
a:hover,
a:active {
	color:#733041;
	outline: none;
}
a:hover {
  text-decoration:none;
}
#left-area a {
  text-decoration:none;
	border-bottom: 1px solid #0095a9;
}
#left-area a:hover {
	border-bottom: none;
}
#left-area a.more,
#sidebar a.more,
#left-area a.back {
	text-decoration:none;
	border-bottom: none;
}
#left-area a.more:hover,
#sidebar a.more:hover,
#left-area a.back:hover {
	border-bottom: 1px solid #733041;
}
#left-area p.back {
	margin: 30px 0 0;
	font-size: .82em;
  text-transform: uppercase;
}
a.external::after {
	content:"\f08e";
	display:inline-block;  /* no underline on hover */
	display: none; /* no icon? */
	position:relative;
	left:6px;
	top:1px;
	margin-right: -10px; /* prevent wrap */
	font-family:FontAwesome !important;
	font-size:.7em;
	line-height: .8em;
}
.page-builder .links li a::after,
a.more::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top:0;
	margin-right: -10px; /* prevent wrap */
	font-family: FontAwesome;
	font-size:.7em;
	line-height: .8em;
}
a.back::before {
	content:"\f053";
	display:inline-block;  /* no underline on hover */
	position:relative;
	top:0;
	margin-right:4px;
	font-family: FontAwesome;
	font-size:.7em;
	line-height: .8em;
}
p.all a {
	font-size: .92em;
	text-transform: uppercase;
}

#left-area h1 a,
#left-area h2 a,
#left-area h3 a,
#left-area h4 a,
#left-area h5 a,
#left-area h6 a {
	text-decoration: none;
	border-bottom: none;
}
#left-area h1 a:hover,
#left-area h2 a:hover,
#left-area h3 a:hover,
#left-area h4 a:hover,
#left-area h5 a:hover,
#left-area h6 a:hover {
	border-bottom: 1px solid #733041;
}

#left-area p.see-all a {
	text-decoration:none;
}
#left-area p.see-all a:hover {
	text-decoration:none;
}



/* lists */
ul {
	list-style:none;
}
#left-area ul {
	margin: 0;
	padding: 0;
}
#left-area .page-builder .collapseomatic_content > ul:first-child {
	margin-top: 20px;
}
#left-area .page-builder ul li,
#sidebar .page-builder ul li {
	list-style:none;
	margin:15px 0 0 35px;
	padding-left:20px;
	line-height:1.5em;
	background:url(../img/icons/bullet.png) no-repeat 0 8px;
	background-size:7px 7px;
}
#left-area .entry-content ul.justified li {
	margin-left:0;
}
#left-area .entry-content ol {
	list-style:decimal outside none;
	margin:10px 0 0 22px;
	padding-bottom:0;
}
#left-area .entry-content ol li {
	margin:7px 0 0 35px;
	padding-left:20px;
}
#left-area .entry-content ol.justified li {
	margin-left:0;
	padding-left:0;
}
#left-area .entry-content h2+ ul,
#left-area .entry-content h3+ ul,
#left-area .entry-content h2+ ol,
#left-area .entry-content h3+ ol {
	margin-top:15px;
}
#left-area .entry-content p + ul,
#left-area .entry-content p + ol {
	margin-top:15px;
}


/* styled lists */
#left-area .item-list {
	list-style:none;
	margin:0;
	padding:0;
}
#left-area .item-list > li {
	margin: 20px 0 0;
	padding: 25px 0 0;
	border-top:1px dotted #b9b9b9;
	line-height:inherit;
	background:none;
}
#left-area .item-list > li:first-child {
	margin-top:20px;
	padding-top:0;
	border-top:none;
}
.item-list.borders > li .item-title {
	margin-top:0;
}


#left-area p {
  margin: 20px 0 0;
}
#left-area p.more {
  margin-top: 10px;
}
#left-area .entry-content ul + p {
	margin-top: 20px;
}
em,
cite,
i,
i[lang] {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}


/* screen reader only */
.hidden,
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


/* images */
figure.circle {
	display: block;
  position: relative;
  overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
figure.circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
figure.circle img.left {
	left: 30%;
}
figure.circle img.right {
	left: 70%;
}
figure.circle img.up {
	top: 30%;
}
figure.circle img.down {
	top: 70%;
}
/* img proportion class added by /js/custom.js */
figure.circle.square img {
	width: 100%;
	height: 100%;
}
figure.circle.landscape img {
	width: auto;
	max-width: none;
	height: 100%;
}
figure.circle.portrait img {
	width: 100%;
	height: auto;
	max-height: none;
}


/* image replacement */
.replace {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}
a.replace {
	display:block;
}


/* buttons */
a.small-button,
a.big-button,
a.icon-button,
#sidebar .page-builder .buttons a,
.gform_wrapper .gform_footer input.gform_button,
#top-menu > li.donate a,
#main-footer p.footer-links a {
	color: #fff !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	text-shadow: none !important;
	background: #0095a9 !important;
}
a.small-button,
a.big-button,
a.icon-button,
#sidebar .page-builder .buttons a {
	margin: 25px 15px 0 0 !important;
}

a.small-button:hover,
a.big-button:hover,
a.icon-button:hover {
	color: #fff !important;
	background: #ec7203 !important;
}
a.smallorange,
a.bigorange {
	background: #ec7203 !important;
}
a.smallorange:hover,
a.bigorange:hover {
	background: #0095a9 !important;
}
a.smallred,
a.bigred {
	background: #733041 !important;
}


/* sections */
#left-area section,
#left-area section.collapsers {
	margin:40px 0 30px;
}


/* callouts */
#left-area .box,
#left-area .callout,
#sidebar .callout {
	margin:30px 0;
	padding:15px;
	color:#87878c;
	background-color:#f4f4f4;
}
.et-box,
.et-box-content {
	text-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.et-box,
.callout {
	margin: 25px 0 ;
	border: 1px solid #eee !important;
	font-size: 16px !important;
}
.et-box-content,
.callout {
	padding: 10px 40px 20px !important;
	border: none !important;
	color: #555 !important;
}
#sidebar .callout {
	padding: 1px 10px 15px !important;
}
.et-box-content ul li,
.callout ul li {
	margin: 10px 0 0 !important;
}
.et-box-content p + ul,
.callout p + ul {
	margin: 10px 0 0 !important;
}
.et-box-content strong {
	color: inherit !important;
}
#left-area .box,
#left-area .callout.half,
#left-area .callout.third {
	padding: 10px 20px 20px !important;
}
#left-area .box.one-half,
#left-area .callout.half {
	float: left;
	width:48.5%;
}
#left-area .box.one-half + .box.one-half,
#left-area .callout.half + .callout.half {
	margin-left: 3%;
}
#left-area .box.one-third,
#left-area .callout.third {
	float: left;
	width:32%;
}
#left-area .box.one-third + .box.one-third,
#left-area .callout.third + .callout.third {
	margin-left: 2%;
}
#left-area .gca-column.box a.small-button,
#left-area .gca-column.box a.big-button,
#left-area .gca-column.box a.icon-button,
#left-area .callout.half a.small-button,
#left-area .callout.half a.big-button,
#left-area .callout.half a.icon-button,
#left-area .callout.third a.small-button,
#left-area .callout.third a.big-button,
#left-area .callout.third a.icon-button {
	margin-top: 20px !important;
}

/* blockquotes */
#sidebar .page-builder .text blockquote {
	position: relative;
	margin: 30px 0 20px;
	padding:15px 15px 30px;
	border-left: none; /* override */
	color:#87878c;
	font-style: italic;
	background-color:#f4f4f4;
}
#sidebar .page-builder .text blockquote::before,
#sidebar .page-builder .text blockquote::after {
	position: absolute;
  font-family: FontAwesome;
  color: #d9d9d9;
  font-size: 28px;
	font-style: normal;
	line-height: 1;
}
#sidebar .page-builder .text blockquote::before {
  content: "\f10d";
  top: 5px;
  left: 5px;
}
#sidebar .page-builder .text blockquote::after {
  content: "\f10e";
  bottom: 5px;
  right: 5px;
}



/* maps */
.mapplic-element {
	margin: 40px 0;
}



/* sitemap */
ul.page-list {
	list-style:none;
	margin-left:0;
	padding-left:0;
	color:#777;
}
ul.page-list > li {
	list-style:none;
	margin:30px 0 0;
	padding-left:0;
}
ul.page-list > li.page-item-68 {
	display:none;
}
ul.page-list > li > a {
	display:block;
	padding:5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#e7e7e7;
}
ul.page-list > li > a:hover {
	color:#fff;
	background-color:#777;
}
ul.page-list ul.children {
	margin:20px 0 0 10px;
}
ul.page-list ul.children li {
	list-style:none;
	margin:10px 0 0;
	padding-left:0;
}
ul.page-list ul.children ul {
	margin-top:5px;
}
ul.page-list ul.children ul li {
	margin:5px 0 0 50px;
	padding-left:0;
	list-style-type:square;
	list-style-position:outside;
}
ul.page-list li li a {
	font-weight:bold;
}
ul.page-list li li a:hover {
	text-decoration:underline;
}
ul.page-list li li li a {
	font-weight:normal;
}
ul.page-list a {
	text-decoration:none;
}

/* comments */
div#comments.comments-area {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f7f7f7;
}





/* PAGE BUILDER */

/* images and image+text sections are below with image styles */
#left-area > article .page-builder .image-text {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #d9d9d9;
}
#left-area > article .page-builder figure.align-left + .image-text-text-container {
	float:right;
}
#left-area > article .page-builder figure.align-right + .image-text-text-container {
	float:left;
}
#left-area > article .page-builder .image-text h2,
#left-area > article .page-builder .image-text h3,
#left-area > article .page-builder .image-text h4 {
	margin-top:2px;
}



/* images */
#sidebar .page-builder figure {
	margin: 20px 0;
}
#sidebar .page-builder > figure:first-child {
	margin-top: 0;
}

/* embedded video */
.page-builder .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.page-builder .embed-container iframe,
.page-builder .embed-container object,
.page-builder .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-builder > .embed-container:first-child {
	margin:20px 0 30px;
}
.page-builder iframe {
	border:1px solid #d9d9d9;
}
.page-builder iframe,
.page-builder .full-width-image {
	margin:30px 0 20px;
}
.page-builder iframe:first-child,
.page-builder .full-width-image:first-child {
	margin-top:10px;
}


/* tabbed content */

#left-area .page-builder .responsive-tabs {
	margin: 30px 0;
}
#left-area .page-builder ul li.responsive-tabs__list__item {
	margin: 0;
	padding: 10px 15px;
	font-weight: 600;
	background: #fff;
}
#left-area .page-builder ul li.responsive-tabs__list__item--active {
	color: #005b70;
}
#left-area .page-builder .responsive-tabs__panel {
	padding: 5px 15px 25px;
}



/* PAGE BUILDER: EVENTS */

#left-area .page-builder ul.details {
	display: table;
	margin: 20px 0 50px;
}
#left-area .page-builder li.detail {
	display: table-row;
}
#left-area .page-builder li.detail h3,
#left-area .page-builder li.detail ul {
	display: table-cell;
}

#left-area .page-builder ul.details,
#left-area .page-builder ul.details ul {
	list-style: none;
	margin-left: 0;
}
#left-area .page-builder li.detail,
#left-area .page-builder li.detail li {
	background: none;
	padding: 0;
}
#left-area .page-builder li.detail {
	margin: 15px 0 0;
}
#left-area .page-builder li.detail * {
	line-height: 18px;
}
#left-area .page-builder li.detail h3 {
	margin: 0;
	padding: 20px 30px 0 0;
	font-size: 1.1em;
	font-weight: bold;
}
#left-area .page-builder li.detail ul {
	margin: 0;
	padding: 20px 0 0;
}
#left-area .page-builder li.detail li {
	float: left;
	position: relative;
	top: 3px;
	margin: 0;
	line-height: 1;
}
#left-area .page-builder li.detail li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #0095a9;
}


/* lists */
#sidebar .page-builder ul.bullets {
	margin: 15px 0;
}
#sidebar .page-builder ul.bullets.justified li {
	margin: 8px 0;
}
#sidebar .page-builder ul.bullets li {
	margin: 5px 0 0 15px;
	padding-left: 15px;
	background-position: 0 9px;
}
#sidebar .page-builder ul.bullets.justified li {
	margin-left: 0;
}
#sidebar .page-builder ul.links li {
	margin: 5px 0 0;
	padding: 0;
	background: none;
}


/* buttons */
#sidebar .page-builder .buttons li {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	background: none;
}
#sidebar .page-builder .buttons a {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 3px 0;
}

/* headings */
#sidebar .page-builder h1 {
	margin: 30px 0 0;
	padding: 0;
	color: #005b70;
	font-size: 1.3em;
	font-weight: 700;
}
#sidebar .page-builder h2 {
	margin: 20px 0 10px;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

/* horizontal rule */
#sidebar .page-builder .rule {
	width: 100%;
	height: 1px;
	margin: 30px 0;
	background: #e2e2e2;
}




/* FORMS */

/* gravity forms */
.gform_wrapper {
	position:relative;
	margin:1.5em 0;
	padding:.25em 1em .5em;
	background:#f7f7f7;
}
#left-area .entry-content .gform_fields > li {
	padding-left:0;
	background:none;  /* no bullet */
}
.gform_wrapper .gfield_required {
	color:#c4161c !important;
}
.gform_wrapper p.required-note {
	position:absolute;
	right:4.5%;
	top:5px;
	font-size:11px;
}
.gform_wrapper p.required-note span {
	display:inline-block;
	position:relative;
	top:2px;
	left:-2px;
	font-size:17.6px;
	color:#c4161c;
}
.gform_wrapper .gform_footer {
	margin-top:.5em;
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#c4161c;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color:#333;
}







/* HEADER *****************************************/

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
	background: #e9e9e9;
}

.et_fixed_nav #main-header > .container {
	padding: 15px 0 25px;
}
.et_header_style_left #et-top-navigation {
	padding-top: 56px;
	padding-bottom: 12px;
}
.et_header_style_left .et-fixed-header #et-top-navigation,
.home .et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}
#main-header .logo_container {
	width: 250px;
}
#main-header .logo_container a {
	display: inline-block;
}

#main-header .logo_container img#logo {
	/*width: 300px;
	height: 69px;
	max-height: 69px;*/
	width: 225px;
	height: 51px;
}
/* fixed header logo */
#main-header.et-fixed-header .logo_container img#logo {
	top: 0 !important;
	width: 109px !important;
	height: 25px !important;
}
#main-header.et-fixed-header .logo_container a {
	position: relative;
}
#main-header.et-fixed-header .logo_container a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 68px;
	height: 13px;
	background-color: #e9e9e9;
}

.timeline-Tweet-media {
	display: block !important;
}

/* social navigation */
.social-nav {
	position: absolute;
	right: 36px;
	top: 5px;
	width: 150px;
	transform: scale(.6);
}
.et-fixed-header .social-nav,
.et-fixed-header #et_top_search {
	top: -40px !important;
	-webkit-transition: top .5s;
	transition: top .5s;
}

.et_monarch .et_social_autowidth.et_social_networks li:nth-child(n) {
	margin: 0 0 0 8px !important;
}
.social-nav .et_social_autowidth li:first-child {
	margin-left: 0 !important;
}
.social-nav .et_social_autowidth li i:before {
	transform: scale(1.2);
}

/* MAIN MENU */
#top-menu > li {
	padding-right: 0;
}
#top-menu > li.menu-item-has-children > a:first-child,
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding: 6px 0;
	color: #0095a9;
}
#top-menu {
	position: relative;
}
#top-menu > li.donate {
	position: absolute;
	right: -40px;
	top: -47px;
}
.home #top-menu > li.donate {
	top: -70px;
}
#top-menu a {
	color:#0095a9;
}
#top-menu a:hover,
#top-menu a:active,
.et_header_style_left #et-top-navigation nav li.current-menu-item > a,
.et_header_style_left #et-top-navigation nav li.current-menu-ancestor > a {
	color:#733041;
}
.et_header_style_left #et-top-navigation nav li.current-menu-item:hover,
.et_header_style_left #et-top-navigation nav li.current-menu-ancestor:hover {
	background-color: none;
}
.et_header_style_left #et-top-navigation nav li.current-menu-item > a:hover,
.et_header_style_left #et-top-navigation nav li.current-menu-ancestor > a:hover {
	background-color: none;
	opacity: 1;
}
#top-menu > li > a::after {
	display: none;
}
#top-menu .menu-item-has-children > a:first-child:after {
	content: "5";  /* override */
}

#top-menu > li.donate a {
	color: #fff !important;
	border: none !important;
	border-radius: 15px !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	text-shadow: none !important;
	background: #005b70 !important;
}
#top-menu > li.donate a {
	background: #0095a9 !important;
}


/* dropdown menu */
#top-menu li ul {
	width: auto;
	border-top: none;
	background: #e9e9e9;
}
#top-menu > li > ul {
	left: -10px;
	top: 26px;
}
#top-menu li ul {
	padding: 10px 0;
}
#top-menu li li {
	padding: 0;
	line-height: 1.2;
}
#top-menu li ul ul {
	left: 200px;
	top:0;
}
/* flyout on left for right-most menu items */
#top-menu li#menu-item-597 ul ul,
#top-menu li#menu-item-603 ul ul {
	left: -200px;
}
#top-menu  li#menu-item-597 ul li.menu-item-has-children > a:first-child:after,
#top-menu  li#menu-item-603 ul li.menu-item-has-children > a:first-child:after {
	content: "4";
	right:auto;
	left: 0;
}

/* mobile menu */

/* hide Divi mobile menu */
#et_mobile_nav_menu {
	display: none !important;
}
#responsive-menu-pro-container {
	top: 108px !important;
}
.responsive-menu-pro-subarrow {
	font-size: 14px;
}


/* search form */
#et_top_search {
	position: absolute;
  right: -30px;
  top: 10px;
}
.et-search-form {
	top: 24px;
	bottom: auto;
	width: 300px;
	background-color: #999 !important;
}
.et-search-form input {
	top: 0;
	bottom: 0;
	padding: 5px;
	height: 30px;
	font-family: inherit;
	font-size: 15px !important;
	background: #fff;
}
span.et_close_search_field {
	top: 7px;
	bottom: auto;
	padding-left: 2px;
	background: #e9e9e9;
}
span.et_close_search_field:after {
	font-size: 36px;
}



/* FOOTER *****************************************/

#main-footer {
	background-color: #0095a9;
}
#main-footer .container {
	padding-top: 0;
}
#main-footer #footer-bottom {
	padding: 12px 0 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background: none;
}
#main-footer #footer-bottom small {
	display: inline-block;
	padding-top: 12px;
}
#main-footer #footer-bottom .et_social_networks {
	float: right;
	width: 135px;
}
#main-footer #footer-bottom .et_social_autowidth li {
	margin-right: 0 !important;
	margin-left: 5px !important;
}
#main-footer #footer-bottom .et_social_autowidth li:first-of-type {
	margin-left: 0;
}
#main-footer #footer-bottom .et_social_icon {
	transform: scale(.9);
}
#main-footer #footer-bottom .et_social_icon::before {
	color: #fff;
	transform: scale(1.3);
}

#main-footer p.footer-links {
	position: absolute;
	right: 160px;
	top:-14px;
}
#main-footer p.footer-links a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px !important;
	background: #36acbc !important;
}
#main-footer p.footer-links a:hover {
	background: #65beca !important;
}






/* SIDEBAR *****************************************/

#sidebar {
	margin-top: 50px;
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
}
/* local menu */
.widget_nav_menu {
	display: none; /* => 981px */
	margin: -10px 0 0;
	font-size: .92em;
}
.widget_nav_menu ul,
.widget_nav_menu ul li ul,
.widget_nav_menu li,
.widget_nav_menu li li {
	margin:0;
	padding:0;
}
.widget_nav_menu li a {
	display:block;
	margin:0;
	padding:9px 12px 9px 3px;
	text-decoration:none;
}
.widget_nav_menu li a,
.widget_nav_menu li a:hover {
	color:#0095a9;
}
.widget_nav_menu li a:hover {
	background: #f9f9f9;
}

/* top-level page link */
.widget_nav_menu ul.menu > li > a {
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
}

/* regular page links */
.widget_nav_menu ul.sub-menu li {
	margin-left: 0;
	border-top:1px solid #d9d9d9;
	line-height:1.2em;
	hyphens: none;
}
.widget_nav_menu ul.sub-menu li:hover,
.widget_nav_menu ul.sub-menu li:hover + li,
.widget_nav_menu ul.sub-menu li:hover ul > li:first-child {
}
.widget_nav_menu li a:hover {
	opacity: 1 !important;
}
.widget_nav_menu ul.sub-menu ul li a {
	padding-left: 20px;
	font-size: .92em;
}

/* you-are-here style */
.widget_nav_menu ul li.current-menu-item > a {
	position: relative;
	color: #733041;
	background: #f9f9f9;
}
.widget_nav_menu ul li.current-menu-item > a::after {
	content:"\f104";
	position:absolute;
	left:-15px;
	font-family:FontAwesome !important;
	font-size:18px;
}


/* widget links */
#sidebar .widget-links figure {
	width: 100%;
	margin: 10px 0 0;
}
#sidebar .widget-links figure:first-child {
	margin-top: 0;
}
#sidebar .widget-links figure img {
	width: 100%;
}


/* social share (Monarch) */


.et_monarch .et_social_visible_sidebar li {
	border-top: 1px solid #e9e9e9;
}
.et_monarch .et_social_visible_sidebar .et_social_facebook:hover {
	background-color: #3a579a !important;
}
.et_monarch .et_social_visible_sidebar .et_social_twitter:hover {
	background-color: #00abf0 !important;
}
.et_monarch .et_social_visible_sidebar .et_social_gmail:hover {
	background-color: #dd4b39 !important;
}







/* MAIN CONTENT *****************************************/

/* headings */
h1.entry-title {
	color: #005b70;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
#left-area .entry-content h2 {
	margin: 20px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #005b70;
	color: #005b70;
	font-size: 1.2em;
	text-transform: uppercase;
}
#left-area .entry-content > h2:first-child {
	margin-top: 30px;
}
#left-area .entry-content .intro-text + h2 {
	margin-top: 45px;
}
#left-area .entry-content h3 {
	margin: 40px 0 0;
	padding: 0;
}


#left-area .featured-image {
	float: left;
	width:40%;
	margin: 5px 20px 10px 0;
}

/* breadcrumbs */
#breadcrumbs {
 	position:absolute;
	top: -70px;
	left:0;
	z-index:3;
	margin:0 0 30px;
	color:#999;
	font-size:12px;
	line-height:1.4em;
}
.page-template-page-landing #breadcrumbs {
	top: -60px;
}
#breadcrumbs * {
}
#breadcrumbs i.fa-chevron-right {
	display: none;
}
#breadcrumbs i.fa-home {
	font-size: 16px;
}
#breadcrumbs span>span>a {
	margin-left:0;
}
#left-area #breadcrumbs a {
	color:#999;
	border-bottom:none;
}
#breadcrumbs a:hover {
	border-bottom:1px dotted #999;
}
#breadcrumbs span[rel="v:child"]::before,
#breadcrumbs span.breadcrumb_last::before {
	content:"\203a";
	font-family:FontAwesome !important;
	font-size:18px;
}
#breadcrumbs span[rel="v:child"]::before,
#breadcrumbs span.breadcrumb_last::before {
	margin:0 4px 0 3px;
}




/* collapsing text */
#left-area > article .entry-content .collapseomatic,
#left-area > .entry-content .collapseomatic {
	position: relative;
	clear:none;
	padding:5px 35px 5px 10px;
	background:#f9f9f9;
	text-decoration:none;
}
.collapseomatic:hover {
	background-color:#e9e9e9;
}
.collapseomatic.noarrow {
	margin-bottom:0px !important;
}
.collapseomatic.noarrow:hover {
	background-color:#f5f5f5;
	cursor:default;
}
#left-area h2.item-title.collapseomatic,
#left-area h3.item-title.collapseomatic,
#left-area h4.item-title.collapseomatic {
	margin:15px 0 0;
	font-size: 18px;
	line-height: 1.3;
}
#left-area .callout h2.item-title.collapseomatic,
#left-area .callout h3.item-title.collapseomatic {
	text-transform:none;
}
#left-area section h2.item-title.collapseomatic {
	border-bottom:none;
	color:inherit;
}
.collapseomatic::before {
	border:none !important;  /* no icon before trigger */
}
.collapseomatic::after {
	content:"\f107";
	position:absolute;
	right:1%;
	top:8px;
	color:#0095a9;
	font:600 18px/1em FontAwesome !important;
}
.collapseomatic.colomat-close::after {
	content:"\f106";
}
.collapseomatic.noarrow::after {
	content:"";
}
#left-area .collapseomatic_content {
	margin:0 !important;
	padding:0 0 15px !important;
}




/* collapsing lists */
#left-area .collapsers {
	position:relative;
	margin-top:30px;
}
#left-area .collapsers + .collapsers {
	margin-top:75px;
}
#left-area ul.controls {
 	position:absolute;
 	right:0;
	top:-7px;
	margin:0;
	list-style: none;
	font-size:12px;
	line-height:1em;
	text-transform:lowercase;
}
#left-area ul.controls li {
	float:left;
	margin:0;
	padding:0;
	color:#0095a9;
	text-transform: uppercase;
	background:none;
}
#left-area ul.controls li:hover {
	color:#733041;
	text-decoration: none;
}
#left-area ul.controls li+li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #b9b9b9;
}
#left-area ul.controls li.right.no-border {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
#left-area ul.controls li.active {
	color: #733041;
	font-weight: bold;
}
.item-title.collapseomatic {
	position:relative;
	padding-left:20px;
	background-image:none; /* override */
}
#left-area ul.controls li.right {
	float: right;
}
.page-template-page-publications #left-area ul.controls {
	left: 0;
}



/* PAGE BUILDER */

.page-builder .intro-text {
	font-size: 1.2em;
	line-height: 1.4em;
}
.page-builder .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.page-builder .embed-container iframe,
.page-builder .embed-container object,
.page-builder .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-builder > .embed-container:first-child {
	margin:20px 0 30px;
}
.page-builder iframe {
	border:1px solid #d9d9d9;
}
.page-builder iframe,
.page-builder .full-width-image {
	margin:30px 0 20px;
}
.page-builder iframe:first-child,
.page-builder .full-width-image:first-child {
	margin-top:10px;
}


/* images */
#left-area > article figure.full-width {
	width:100%;
	margin:0 0 20px;
}
#left-area > article figure.align-left {
	float:left;
	width:40%;
	margin:7px 15px 5px 0;
}
#left-area > article figure.align-right {
	float:right;
	width:40%;
	margin:7px 0 5px 15px;
}
#left-area > article figure.small {
	width:20%;
}


/* page builder: images */
#left-area > article figure.full-width {
	width:100%;
	margin:0 0 20px;
}
#left-area > article figure.align-left {
	float:left;
	margin:25px 2% 5px 0;
}
#left-area > article figure.align-left.text-align {
	margin-top:25px;
}
#left-area > article figure.text-align + div p:first-child {
	margin-top:0px;
}
#left-area > article figure.align-right {
	float:right;
	margin:25px 0 5px 2%;
}
#left-area > article .page-builder figure.align-left:first-child,
#left-area > article .page-builder figure.align-right:first-child {
	margin-top:25px;
}
#left-area > article .image-text figure {
	margin-top:8px;
}
#left-area > article figure.half {
	width:49%;
}
#left-area > article figure.third {
	width:33%;
}
#left-area > article figure.quarter {
	width:25%;
}


/* page builder: image+text sections */
#left-area > article .image-text {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #d9d9d9;
}
#left-area > article .image-text:first-child {
	margin-top:20px;
	padding-top:0;
	border-top:none;
}
#left-area > article figure.align-left + .image-text-text-container {
	float:right;
}
#left-area > article figure.align-right + .image-text-text-container {
	float:left;
}
#left-area #left-area > article .image-text h2,
#left-area #left-area > article .image-text h3,
#left-area #left-area > article .image-text h4 {
	margin-top:0;
}

/* page builder: collapsing sections */

#left-area .page-builder ul.controls {
	top:-30px;
}
#left-area .page-builder h2 + .collapsers ul.controls {
	top:-25px;
}




/* pagination */
.pagination {
	margin:30px 0 0;
	text-align:center
}
.pagination .page-numbers {
	display:inline-block;
	margin:0 1px;
	height:24px;
	padding:2px 10px 0;
	border:1px solid #d3d3d3;
	background:#fcfcfc;
	font-size:12px;
}
.pagination .page-numbers.current {
	color:#fff;
  background-color:#e2ddce;
}
#left-area .pagination a {
	text-decoration:none;
	border-bottom: 1px solid #d3d3d3;
}

.post-navigation {
	margin:35px 0 0;
	max-width:none;
}
.post-navigation::before {
	content:"More";
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #d3d3d3;
	color:#999;
	font-size:12px;
	line-height:1em;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.post-navigation .nav-links {
	border:none;  /* override */
}
.post-navigation .nav-previous {
	float:left;
	width:50%;
}
.post-navigation .nav-next {
	float:right;
	width:50%;
	text-align:right;
}
#left-area .post-navigation a {
	display:inline;
	margin:0;
	padding:0;
	border-bottom:none;  /* override */
	color:#c4161c;
	font-size:.92em;
	font-weight:normal;
	text-decoration:none;
}
#left-area .post-navigation a:hover {
	color:#000;
	text-decoration:underline;
}
.post-navigation a[rel="next"]::after {
	content:"\203a";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top:1px;
	font-size:1.3em;
}
.post-navigation a[rel="prev"]::before {
  content:"\2039";
	display:inline-block;  /* no underline on hover */
	position:relative;
	margin-right:4px;
	top:1px;
	font-size:1.3em;
}


/* social sharing */
.et_social_inline {
	clear: both;
	margin-top: 40px !important;
	padding-top: 20px !important;
	border-top: 1px solid #d3d3d3;
}









/* SIDEBAR *****************************************/
.et_pb_widget a {
	color: #0095a9;
}







/* HOMEPAGE *****************************************/

.home .social-nav {
	bottom: 68px;
}

.home #main-content section .container {
	width: 94%;
	margin: 0 3%;
	padding: 30px 0 ;
}
.home.et_right_sidebar #main-content .container::before {
	display: none; /* override */
}
.home section h1.section-title {
	margin: 0 0 50px;
	padding: 0;
	color: #005b70;
	font-size: 36px;
	text-align: center;
}
.home section h1.section-title a {
	text-decoration: none;
}
.home section h1.section-title a:hover {
	text-decoration: underline;
}
.home section p.all {
	position: relative;
	clear: both;
	left: -5px; /* offset 'more' icon */
	padding-top: 30px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.home section p.more a {
	text-decoration: none;
}
.home section p.more a:hover {
	text-decoration: underline;
}
.home section p.all a.more::after {
	top: 0;
}


/* slider */
.home section.slider .container {
	padding-bottom: 0;
}
.home .slider .soliloquy-slider li img {
	width: 100%;
}
.home .slider .soliloquy-slider .soliloquy-caption-inside {
	/*text-shadow: none !important;*/
	background: rgba(0,91,112,.7);
}
.home .slider .soliloquy-caption .soliloquy-caption-inside .slide-title {
  display: block !important;
  margin-bottom: 6px;
	font-size: 16px !important;
	font-weight: bold;
}

.home .slider .soliloquy-slider .soliloquy-caption-inside a:last-of-type::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	top:0px;
	left: 6px;
	margin: 0 -10px 0 0;
	color: #fff;
	font-family:FontAwesome !important;
	font-size:.76em;
	line-height: .8em;
}
.home .slider .soliloquy-caption .soliloquy-caption-inside,
.home .slider .soliloquy-slider .soliloquy-caption-inside a,
.home .slider .soliloquy-caption .soliloquy-caption-inside .slide-title {
	text-shadow: 1px 1px 1px #01404f;
}
.home .slider .soliloquy-slider .soliloquy-caption-inside a,
.home .slider .soliloquy-slider .soliloquy-caption-inside a:hover {
	color: #fff;
}

.home .slider .soliloquy-prev,
.home .slider .soliloquy-next {
	top: 25%;
	border-radius: 50%;
	background-color: rgba(0,0,0,.4);
}

/* about */
.home section.about {
	background-color: #f3f3f3;
}
.home section.about h1.section-title {
	margin-bottom: 30px;
}
.home section.about p.all {
	margin-top: 30px;
}
.home section.about .about-text {
	font-size: 18px;
	line-height: 1.6;
}


/* twitter */
.home section.twitter > .container::before {
	display: none;
}
.home section.twitter h1.section-title {
	margin-bottom: 0;
}
.widget_twitter-follow {
	width: 100%;
  margin: 15px 0;
	text-align: center;
}
.home section.twitter .widgettitle {
	text-align: center;
}
/*.home section.twitter .account {
	clear: both;
	margin: 15px 0 0;
	text-align: center;
}
.home section.twitter p.account-link,
.home section.twitter .twitter-follow,
.home section.twitter .twitter-follow * {
	display: inline !important;
}
.home section.twitter p.account-link {
	position: relative;
	top:-7px;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 600;
}
.home section.twitter p.account-link a {
	display: inline-block;
	padding: 1px 5px;
	border: 1px solid #65c0cc;
	border-radius: 3px;
	text-decoration: none;
}*/
/*
#ctf.ctf-narrow .ctf-author-avatar::before {
	position: relative;
}
#ctf.ctf-narrow .ctf-author-avatar img {
	width: 1px;
	height: 1px;
}
#ctf.ctf-narrow .ctf-author-avatar::before {
	content: "\f099";
	position: absolute;
	left: 10px;
	top:14px;
	font-family: FontAwesome;
	font-size: 20px;
	color: #0095a9;
}
*/
#ctf .ctf-author-name {
	margin-left: 0;
}
#ctf .ctf-author-screenname {
	display: none;
}
#ctf .ctf-tweet-meta {
	font-size: 16px;
}
#ctf .ctf-tweet-media {
	max-height: 240px;
	overflow: hidden;
	position: relative;
}
#ctf .ctf-tweet-media img,
#ctf .ctf-tweet-media video {
  top: 25%;
  transform: translateY(-25%);
}
#ctf .ctf-owl-nav.onhover {
	display: block !important;
}
.home .twitter .ctf-carousel .ctf-owl-prev,
.home .twitter .ctf-carousel .ctf-owl-next {
	top: -30px;
}


/* news */
.home section.news {
	background-color: #0095a9;
}
.home section.news * {
	color: #fff !important;
}
.home section.news a:hover {
	color: #d18901;
}
.home section.news article {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #d9d9d9;
}
.home section.news article:first-of-type {
	margin-top: -10px;
	padding: 0;
	border-top: none;
}
.home section.news article h1.entry-title {
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	text-align: left;
	text-transform: none;
}
.home section.news article h1.entry-title a {
	text-decoration: none;
}
.home section.news article h1.entry-title a:hover {
	text-decoration: underline;
}
.home section.news article p.news-meta {
	margin: 0 0 -5px;
	font-size: 13px;
	text-transform: uppercase;
}
.home section.news article figure {
	float: left;
	width: 80px;
	margin: 25px 20px 5px 0;
}


/* publications */
.home section.publications {
	background-color: #e3e3e3;
}
.home section.publications .pubs-list li {
	position: relative;
	margin: 20px 0 0;
	padding: 20px 0 0 100px;
	border-top: 1px solid #b9b9b9;
}
.home section.publications .pubs-list li:first-of-type {
	margin-top: -10px;
	padding-top: 0;
	border-top: none;
}
.home section.publications .pubs-list li p.pub-title {
	margin: 0 0 5px;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
}
.home section.publications .pubs-list li p.pub-title a {
	text-decoration: none;
}
.home section.publications .pubs-list li p.pub-title a:hover {
	text-decoration: underline;
}
.home section.publications .pubs-list li span.pub-date {
	display: block;
	margin-top: -10px;
	font-size: 13px;
	text-transform: uppercase;
}
.home section.publications .pubs-list li span.pub-source {
	display: block;
	margin-top: 5px;
	line-height: 1.3;
	font-size: .9em;
}
.home section.publications .pubs-list li figure {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 20px 0 0;
	width: 80px;
}
.home section.publications .pubs-list li:first-child figure {
	margin-top: 0;
}






/* LANDING PAGES *****************************************/

.page-template-page-landing #main-content .container {
	padding-top: 50px;
}
.page-template-page-landing #main-content .container:before,
.page-template-page-publications #main-content .container:before {
	background: none;
}
.page-template-page-landing #left-area {
	/*float: none;
  width: 100% !important;
	padding-right: 0;*/
}

.page-template-page-landing .landing-header,
.page-template-page-publications .landing-header {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.page-template-page-landing #main-content .landing-header .container,
.page-template-page-publications #main-content .landing-header .container {
	height: 100%;
	padding: 0;
}
.page-template-page-landing #main-content h1.entry-title,
.page-template-page-publications #main-content h1.entry-title { /* publications */
	position: absolute;
	bottom: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 0 7px #777;
	text-transform: uppercase;
}

.page-template-page-landing .intro-text {
	font-size: 1.2em;
	line-height: 1.4em;
}
.page-template-page-landing .section-page {
	margin-top: 40px;
}
.page-template-page-landing #left-area .section-page h3 {
	margin-top: 10px;
}
.page-template-page-landing .section-page figure {
	margin: 0 auto 20px;
}
.page-template-page-landing .section-page figure.circle.medium {
	width:150px;
	height: 150px;
}
.page-template-page-landing .section-page h3 {
	text-align: center;
}




/* ABOUT *****************************************/


/* STAFF / AFFILIATES */
.page-template-page-people #left-area .entry-content {
	padding-bottom: 300px;  /* accommodates auto-scroll to individuals  */
}
.page-template-page-people #left-area .entry-content .people-list li {
	position: relative;
	min-height: 80px;
	padding: 20px 0 0 100px;
	-webkit-transition: padding-left .5s;
	-moz-transition: padding-left .5s;
	transition: padding-left .5s;
}
.page-template-page-people #left-area .entry-content .people-list li:first-of-type {
	padding-top: 25px;
}
.page-template-page-people .people-list figure {
	position: absolute;
	left: 0;
	top: 22px;
	width: 80px;
	height: 80px;
	-webkit-transition: width .5s, height .5s;
	-moz-transition: width .5s, height .5s;
	transition: width .5s, height .5s;
	overflow: hidden;
	margin: -10px 0 0;
}
.page-template-page-people .people-list figure img.left {
	left: 40%;
}
.page-template-page-people .people-list figure img.right {
	left: 60%;
}
.page-template-page-people .people-list figure img.up {
	top: 30%;
}
.page-template-page-people .people-list figure img.down {
	top: 70%;
}
.page-template-page-people .people-list figure img.zoom {
	width: 140%;
	max-width: 140%;
}
.page-template-page-people .people-list figure img.zoom {
	width: 140%;
	max-width: 140%;
}
.page-template-page-people .people-list figure img.left.zoom {
	left: 45%;
}
.page-template-page-people .people-list figure img.right.zoom {
	left: 55%;
}
.page-template-page-people .people-list figure img.up.zoom {
	top: 15%;
}
.page-template-page-people .people-list figure img.down.zoom {
	top: 85%;
}


.page-template-page-people #left-area .people-list h3 {
	margin-top: 0;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}
.page-template-page-people #left-area .people-list h3 span.profile-expand {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 17px 0 0;
	color: #0095a9;
	font-size: .65em;
	font-weight: normal;
	text-transform: uppercase;
	background: none;
}
.page-template-page-people .people-list h3 span.profile-expand::after {
	top:1px;
	font-size: 14px;
}
.page-template-page-people .people-list h3 span.profile-expand.colomat-close::after {
	top:0px;
}
.page-template-page-people #left-area .people-list li p.job-title {
	margin-top: 3px;
}
.page-id-220 #left-area .people-list li p.job-title {
	text-transform: uppercase;
	font-size: .92em;
}
.page-id-221 #left-area .people-list li p.organization {
	margin-top: -6px;
}
.page-template-page-people #left-area .people-list li p.contact {
	margin-top: 10px;
}
.page-template-page-people #left-area .people-list li span.email,
.page-template-page-people #left-area .people-list li span.phone {
	display: inline-block;
	padding-left: 10px;
	color: #0095a9;
}
.page-template-page-people #left-area .people-list li span.email::before,
.page-template-page-people #left-area .people-list li span.phone::before {
  position: relative;
  left: -10px;
	color: #0095a9;
  font-family: FontAwesome;
  font-size: 16px;
}
.page-template-page-people #left-area .people-list li span.email::before {
  content: "\f003";
}
.page-template-page-people #left-area .people-list li span.email a {
	text-decoration: none;
}
.page-template-page-people #left-area .people-list li span.email a:hover {
	text-decoration: underline;
}
.page-template-page-people #left-area .people-list li span.phone::before {
  content: "\f095";
}
.page-template-page-people #left-area .people-list li span+span {
	margin-left: 20px;
}
.page-template-page-people #left-area .people-list li .profile {
	margin: 10px 0 0;
}
.page-id-221 #left-area .people-list li p.affiliations {
	margin: 40px 0 0;
	font-style: italic;
}


/* NEWS */

/* landing page */
.page-template-page-news #left-area .entry-content article {
	margin: 25px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #e3e3e3;
}
.page-template-page-news #left-area .entry-content article:first-of-type {
	margin: 30px 0 0;
	padding: 0;
	border-top: none;
}
.page-template-page-news #left-area .entry-content article h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	text-transform: none;
}
.page-template-page-news #left-area .entry-content article p.news-meta {
	margin: 9px 0 -10px;
	font-size: 13px;
	text-transform: uppercase;
}
.page-template-page-news #left-area .entry-content article figure {
	float: left;
	width: 30%;
	max-width: 150px;
	margin: 25px 20px 5px 0;
}

/* individual news item */
.single-post_news #left-area article .entry-content {
	padding-top: 0;
}
.single-post_news #left-area article h1.entry-title {
	text-transform: none;
}
.single-post_news #left-area article p.news-meta {
	margin: 0 0 -5px;
	font-size: 13px;
	text-transform: uppercase;
}
.single-post_news #left-area article figure {
	float: left;
	width: 30%;
	max-width: 250px;
	margin: 25px 20px 5px 0;
}
.single-post_news #left-area article p.more {
	margin-top: 15px;
	font-size: bold;
	text-transform: uppercase;
}





/* PUBLICATIONS *****************************************/

.page-id-195 #left-area > .entry-content {
	position: relative;
}
/*.page-id-195 #left-area > .entry-content .type-sort,
.page-id-195 #left-area > .entry-content .tag-sort {
	display: none;
}*/
.page-id-195 #left-area > .entry-content .widget_search,
.page-id-909 #left-area .widget_search {
  margin: 0 0 50px -10px;
	background: #f9f9f9;
	padding: 10px;
}
.page-id-195 #left-area > .entry-content .widget_search h3,
.page-id-909 #left-area .widget_search h3 {
	float: left;
	margin: 12px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #777;
}
.page-id-195 #left-area > .entry-content .widget_search form,
.page-id-909 #left-area .widget_search form {
	margin-left: 200px;
}
.page-id-909 #left-area .widget_search form input#s {
	color: #733041;
	font-size: 16px;
	font-weight: 600;
}
.widget_search input#searchsubmit {
	text-transform: uppercase;
	font-size: 12px;
}
.page-id-195 #left-area ul.controls {
	top: 80px;
}
.page-id-195 article #left-area .entry-content h2 {
	position: relative;
	margin: 30px 0 0 -10px;
	padding: 7px 35px 5px 10px;
	border-bottom: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: capitalize;
	background-color: #0095a9;
	background-image: none;
}
.page-id-195 article #left-area .entry-content h2:hover {
	text-decoration: none;
	background-color: #733041;
}
.page-id-195 article #left-area .entry-content h2::after {
	color: #fff;
	font-weight: 400;
	top: 7px;
}
.page-id-195 article #left-area .entry-content h2.colomat-close::after {
	top: 6px;
}
#left-area .pubs-list {
	margin-top: 30px;
}

#left-area .pubs-list li,
#sidebar section.featured-pubs .pubs-list li {
	padding-top: 0;
	border-top: 0;
}
#left-area .pubs-list li {
	position: relative;
	min-height: 70px;
  margin-top: 15px;
  padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}
#left-area .pubs-list li .pub-image,
#sidebar .pubs-list li .pub-image {
	float: left;
	border: 1px solid #c9c9c9;
}
#left-area .pubs-list li .pub-image.icon,
#sidebar .pubs-list li .pub-image.icon {
	border: 1px solid #e9e9e9;
}
#left-area .pubs-list li .pub-image {
	width: 75px;
	max-height: 95px;
	overflow: hidden;
	margin: 5px 20px 0 0;
}
#left-area .pubs-list li .pub-image img,
#sidebar .pubs-list li .pub-image img {
	display: block;
	width: 100%;
}
#left-area .pubs-list li .pub-image.icon img,
#sidebar .pubs-list li .pub-image.icon img {
	opacity: .2;
}
#left-area .pubs-list .pub-info {
	float: left;
	width: calc(100% - 95px);
}

#left-area .pubs-list p.pub-title,
#sidebar section.featured-pubs .pubs-list p.pub-title {
	font-weight: 600;
	line-height: 1.2;
}
#left-area .pubs-list p.pub-title {
	margin: 0;
	font-size: 18px;
}
#left-area .pubs-list p.pub-title::after,
#sidebar section.featured-pubs .pubs-list p.pub-title::after {
	top: 1px;
}
#left-area .pubs-list .pub-meta,
#sidebar section.featured-pubs .pubs-list .pub-meta {
	margin-top: 7px;
	color: #777;
	line-height: 1.3;
	text-transform: uppercase;
}
#left-area .pubs-list .pub-meta,
#left-area .pubs-list .tag-list {
	font-size: 12px;
}
#left-area .pubs-list .pub-meta .pub-source.italicize,
#sidebar section.featured-pubs .pubs-list .pub-meta .pub-source.italicize {
	font-style: italic;
}
#left-area .pubs-list .pub-meta .pub-date + .pub-source,
#sidebar section.featured-pubs .pubs-list .pub-meta .pub-date + .pub-source {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}

#left-area .pubs-list .tag-list {
	margin-top: 5px;
	color: #777;
	line-height: 1.3;
	text-transform: uppercase;
}
#left-area .pubs-list .tag-list strong {
	margin-right: 5px;
	font-weight: normal;
}
#left-area .pubs-list .tag-list span {
	margin: 0 8px;
}
#left-area .pubs-list .tag-list a {
	border-bottom: none;
}
#left-area .pubs-list .tag-list a:hover {
	border-bottom: 1px solid #733041;
}

#sidebar section.featured-pubs {
  padding: 15px 10px;
  color: #fff;
	font-size: .9em;
	background-color: #0095a9;
}
#sidebar section.featured-pubs h2 {
	padding-bottom: 0;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}
#sidebar section.featured-pubs .pubs-list li {
	margin-top: 30px;
}
#sidebar section.featured-pubs p.more {
	margin-top: 10px;
}
#sidebar section.featured-pubs p.more a {
	font-size: .96em;
	font-weight: 600;
}
#sidebar section.featured-pubs h2,
#sidebar section.featured-pubs .pubs-list li a,
#sidebar section.featured-pubs p.more a {
	color: #fff;
}
#sidebar section.featured-pubs .pubs-list p.pub-title {
	margin: 0;
	font-size: 15px;
}
#sidebar section.featured-pubs .pubs-list .pub-meta {
	display: none;
}
#sidebar .pubs-list li .pub-image {
	width: 40px;
	margin: 3px 15px 5px 0;
}


/* single publication post */
.single-publication h1.entry-title {
	text-transform: none;
}
.single-publication .pub-image {
	float: left;
	width: 30%;
	max-width: 200px;
	margin: 0px 30px 15px 0;
	border: 1px solid #d9d9d9;
}
.single-publication .pub-image img {
	width: 100%;
}
.single-publication #left-area .pub-description p {
	font-size: 15px;
}
.single-publication #left-area .download {
	margin: 35px 0 0;
	font-size: 13px;
}
.single-publication .download .button {
	padding: 10px 15px;
	border-radius: 7px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #0095a9;
}
.single-publication .download .button:hover {
	background-color:#733041;
}
.single-publication #left-area p.pub-meta,
.single-publication #left-area p.tax-list {
	margin: 15px 0 0;
	font-size: 12px;
}
.single-publication #left-area p.pub-meta:first-child {
	margin-top: 0;
}
.single-publication p.pub-meta span,
.single-publication #left-area p.tax-list span.label {
	text-transform: uppercase;
}
.single-publication #left-area p.tax-list span.label {
	margin-right: 3px;
}
.single-publication #left-area p.tax-list span.sep {
	margin: 0 5px;
	color: #733041;
}
.single-publication #left-area p.tax-list a {
	border-bottom: none;
}
.single-publication #left-area p.tax-list a:hover {
	border-bottom: 1px solid #733041;
}





/* SEARCH RESULTS *****************************************/

.search-results .page-header {
	margin:0 0 20px;
	padding:0;
}
.search-results #left-area > .entry-title:first-child {
	font-size:24px;
	font-weight: 400;
	text-transform:uppercase;
}
.search-results #left-area > .entry-title:first-child span {
	color:#733041;
	font-weight: 600;
	background-color: #feff94;
}
.search-results #left-area > article {
	margin-bottom:30px;
	padding-top:30px;
	border-top: 1px solid #e9e9e9;
}
.search-results #left-area > article::before {
	display: block;
	margin: 0 0 5px;
	font-size: .86em;
	text-transform: uppercase;
	color: #777;
}
.search-results #left-area > article.publication::before {
	content: 'Publication';
}
.search-results #left-area > article.page::before {
	content: 'Page';
}
.search-results #left-area > article:first-of-type {
	border-top: none;
}
.search-results #left-area > article .entry-summary {
	margin-top:-10px;
	padding-top:0;
}
.search-results #left-area > article h1 {
	margin-top: 0;
	font-size:22px;
	line-height: 1.2;
	text-transform: none;
}
.page-template-page-publications-search h1.entry-title span {
	font-weight: normal;
}
.page-template-page-publications-search h1.entry-title span,
#left-area .searchwp-highlight,
#left-area a .searchwp-highlight {
	background-color: #feff94;
}
.search-results #left-area > article h1 a {
	color:#0095a9;
	color:#005b70;
	text-decoration: none;
}
.search-results #left-area > article h1 a:hover {
	color:#c4161c;
}
.search-results #left-area .post-meta {
	display: none;
}
.search-results #left-area .post-meta .author {
	display: none;
}
.search-results #left-area > article.publication figure {
	float: left;
	width: 60px;
  margin: 10px 30px 5px 0;
	border: 1px solid #c9c9c9;
}
.search-results #left-area > article.publication figure img {
	display: block;
}
.search-results #left-area .pub-meta {
	margin-top: 7px;
	color: #777;
	font-size: .9em;
	line-height: 1.3;
	text-transform: uppercase;
}
.search-results #left-area .pub-meta .pub-source.italicize {
	font-style: italic;
}
.search-results #left-area .pub-meta .pub-date + .pub-source {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}











/* ARCHIVE PAGES *****************************************/

.archive .page-header {
	margin:0 0 20px;
	padding:0;
}
.archive #left-area > .entry-title:first-child {
	font-size:24px;
	font-weight: 400;
	text-transform:uppercase;
}
.archive #left-area > .entry-title:first-child span {
	color:#733041;
	font-weight: 600;
}
.archive #left-area > article {
	margin-bottom:30px;
	padding-top:30px;
	border-top: 1px solid #e9e9e9;
}
.archive #left-area > article::before {
	display: block;
	margin: 0 0 5px;
	font-size: .86em;
	text-transform: uppercase;
	color: #777;
}
.archive #left-area > article.publication::before {
	content: 'Publication';
}
.archive #left-area > article.page::before {
	content: 'Page';
}
.archive #left-area > article:first-of-type {
	border-top: none;
}
.archive #left-area > article .entry-summary {
	margin-top:-10px;
	padding-top:0;
}
.archive #left-area > article h1 {
	margin-top: 0;
	font-size:22px;
	line-height: 1.2;
	text-transform: none;
}
.archive #left-area > article h1 a {
	color:#0095a9;
	color:#005b70;
	text-decoration: none;
}
.archive #left-area > article h1 a:hover {
	color:#c4161c;
}
.archive #left-area .post-meta {
	display: none;
}
.archive #left-area .post-meta .author {
	display: none;
}
.archive #left-area > article.publication figure {
	float: left;
	width: 60px;
  margin: 10px 30px 5px 0;
	border: 1px solid #c9c9c9;
}
.archive #left-area > article.publication figure img {
	display: block;
}
.archive #left-area .pub-meta {
	margin-top: 7px;
	color: #777;
	font-size: .9em;
	line-height: 1.3;
	text-transform: uppercase;
}
.archive #left-area .pub-meta .pub-source.italicize {
	font-style: italic;
}
.archive #left-area .pub-meta .pub-date + .pub-source {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}
