KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/bluerae/clients/keryx/ir-template/assets/less/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/bluerae/clients/keryx/ir-template/assets/less/starter.less
/*
Theme Name: Starter
Theme URI: http://www.kevinleary.net
Author: Kevin Leary
Author URI: http://www.kevinleary.net
Description: Simplified copy of _s theme from Automattic, for hacking quality themes
Version: 1.0
Text Domain: _starter
Domain Path: /languages/

Based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

@import url('reset.less');
@import url('library.less');
@import url('ionicons.less');
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic');

/*------------------------------------------------------------------------------
  Layout
------------------------------------------------------------------------------*/
.container,
.site-header,
.site-content,
.site-footer {
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	@media (max-width: @device-breakpoint) {
		width: auto;
		margin: 0;
		max-width: 100%;
	}
}

/*------------------------------------------------------------------------------
  Home
------------------------------------------------------------------------------*/

// Page regions
.region {
	margin-bottom: 15px;
	.section-title {
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		color: rgba(0,0,0,0.55);
		font-size: 12px;
		margin: 0 0 10px;
	}
}

// Hero banner
.hero {
	height: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	img.hero-graphic {
		width: 100%;
		height: auto;
		display: block;
	}
	.entry {
		padding: 20px;
		min-height: 127px;
		background: url('../img/light-text-bg.png') center bottom no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		color: #fff;
		font-size: 19px;
		line-height: 1.3em;
		> * {
			margin: 0;
		}
		h1, h2, h3, h4, h5, h6 {
			line-height: 1.2em;
			font-weight: normal;
		}
		h2 {
			font-size: 42px;
			line-height: 1.05em;
			font-weight: normal;
		}
	}
	@media (max-width: @device-breakpoint) {
		height: auto;
		overflow: visible;
		.entry {
			min-height: 0;
			background: none;
			position: static;
			font-size: 14px;
			padding: 15px 15px 5px;
			background: @border-color;
			color: @text-gray;
			> * {
				margin-bottom: 10px;
			}
			h2 {
				font-size: 21px;
				color: @text-gray;
			}
		}
	}
}

// middle region
.home-middle {
	height: 210px;
	overflow: hidden;
	@media (max-width: @device-breakpoint) {
		height: auto;
		overflow: visible;
	}
}

// carousel
.carousel {
	width: 600px;
	float: left;

	// slide element
	article {
		position: relative;
		.clearfix();
		height: 210px;
		padding: 1px 0;
		> img {
			max-width: 260px;
			max-height: 210px;
			position: absolute;
			left: 0;
			top: 0;
		}
	}

	// content area
	.slide-content {
		margin: 15px 15px 15px 275px;
		.section-title {
			margin: 0;
		}
		.entry {
			color: #fff;
			line-height: 1.4em;
			font-size: 14px;
			h2 {
				font-size: 25px;
				line-height: 1.2em;
				margin: 0 0 10px;
			}
			h3 {
				font-size: 12px;
			}
			h2 + h3 {
				margin: -10px 0 10px;
			}
			p {
				margin: 0 0 10px;
			}
			a {
				color: #ccc;
				color: rgba(255,255,255,0.7);
				&:hover {
					color: #fff;
				}
			}
		}
	}

	// pager navigation
	.cycle-pager {
		@circle-size: 14px;
		position: absolute;
		bottom: 20px;
		left: 153px;
		z-index: 101;
		font-size: 50px;
		span {
			display: inline-block;
			cursor: pointer;
			.box-shadow( 0 0 30px rgba(0,0,0,0.65) );
			height: @circle-size;
			width: @circle-size;
			background: white;
			text-align: center;
			margin: 0 4px;
			.border-radius( @circle-size );
			text-indent: -2000em;
			&:hover, &:active, &.cycle-pager-active {
				background: lighten(@magenta, 10%);
			}
		}
	}

	// responsive
	@media (max-width: @device-breakpoint) {
		float: none;
		width: auto;
		article {
			height: auto;
			padding: 0;
			> img {
				max-width: none;
				display: block;
				max-height: none;
				position: static;
				width: 100%;
			}
		}
		.slide-content {
			margin-left: 15px;
			height: 160px;
		}
		.cycle-pager {
			position: absolute;
			bottom: -5px;
			right: 10px;
			left: auto;
		}
	}
}

// news
.news-events-feed {
	width: 340px;
	height: 210px;
	float: right;
	padding: 15px;
	background: @blue;
	color: white;
	.section-title {
		margin-bottom: 5px;
	}
	a {
		color: #ccc;
		color: rgba(255,255,255,0.8);
		&:hover {
			color: white;
		}
	}
	article {
		font-size: 12px;
		line-height: 1.3em;
		margin-bottom: 7px;
		padding: 0 0 12px;
		border-bottom: 1px solid #999;
		border-color: rgba(255,255,255,0.25);
		&:last-child {
			border-bottom: none;
			padding-bottom: 0;
		}
		p {
			margin: 0;
		}
		time {
			display: block;
			font-weight: bold;
			margin-bottom: 4px;
		}
		&:last-child {
			margin-bottom: 0;
		}
	}

	// responsive
	@media (max-width: @device-breakpoint) {
		padding-bottom: 14px;
		float: none;
		width: auto;
		height: auto;
	}
}

// Lower region (factoid)
.home-lower {
	padding: 15px 0 10px;
	border-top: 1px solid @border-color;
	border-bottom: 1px solid @border-color;
	color: @magenta;
	font-size: 28px;
	line-height: 1.3em;
	.clearfix();
	height: 178px;
	overflow: hidden;
	img {
		width: 200px;
		height: 156px;
		float: left;
		margin: -5px 10px 0 0;
	}

	// responsive
	@media (max-width: @device-breakpoint) {
		border-top: none;
		border-bottom: none;
		padding: 0;
		height: auto;
		font-size: 18px;
		.img-factoid {
			display: none;
		}
	}
}

/*------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------*/
header.site-header {
	padding-top: 15px;
	padding-bottom: 5px;
	@media screen and (max-width: @device-breakpoint) {
		padding-bottom: 15px;
		position: relative;
		height: 80px;
		z-index: 2;
	}
}
.site-branding {
	float: right;
	@media screen and (max-width: @device-breakpoint) {
		float: none;
		position: absolute;
		right: 20px;
		top: 10px;
		z-index: 2;
	}
}
.site-title {
	margin: 0;
	a {
		display: block;
		text-indent: -2000em;
		width: 211px;
		height: 60px;
		background: url('../img/keryx-biopharmaceuticals-logo-trans.png') 0 0 no-repeat;
	}
}

/*------------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------------*/
.site-footer {
	.footer-inner {
		.clearfix();
		border-top: 14px solid @purple;
		padding-top: 16px;
	}
	.col-1, .col-2 {
		width: 22%;
	}
	.col-2 {
		width: 23%;
	}
	.col-3 {
		width: 27%;
	}
	.col-4 {
		width: 28%;
	}
	aside {
		font-size: 11px;
		line-height: 1.4em;
		width: 25%;
		float: left;
		.block {
			padding-left: 25px;
			position: relative;
			i {
				position: absolute;
				left: 0;
				font-size: 24px;
				color: #aaa;
			}
			.ion-at {
				font-size: 19px;
			}
			.ion-ios7-location-outline {
				font-size: 26px;
			}
			+ .block {
				margin-top: 15px;
			}
		}
		h2 {
			margin: 0 0 5px;
			font-size: 11px;
			text-transform: uppercase;
			color: @purple;
			line-height: 1.2em;
		}
		p {
			margin: 0;
		}
		span {
			color: lighten(@text-gray, 35%);
			margin-left: 4px;
		}
		a {
			color: @purple;
			&:hover {
				color: @magenta;
			}
		}
		.menu {
			padding: 0;
			margin: 0;
			list-style: none;
			a {
				color: @text-gray;
				&:hover {
					color: @purple;
				}
			}
		}
	}
	.search-form {
		float: right;
	}
	.site-info {
		clear: both;
		margin: 12px 0 20px;
		text-align: right;
		border-top: 1px solid @border-color;
		padding-top: 10px;
		p {
			margin: 0;
			line-height: 1.4em;
		}
	}
	@media (max-width: @device-breakpoint) {
		.footer-inner {
			padding-top: 0;
		}
		.column {
			padding: 0 0 15px;
			border-bottom: 1px solid @border-color;
			margin: 15px 0 0;
			width: auto;
			float: none;
		}
		.col-3 {
			border-bottom: none;
		}
		#search {
			border-bottom: none;
			margin: 0;
			padding: 8px 25px;
			background: #eee;
		}
		.search-form {
			float: none;
		}
		.site-info {
			margin-bottom: 16px;
			padding-top: 0;
			border-top: none;
		}
	}
}

// Search form
.search-form {
	.clearfix();
	.screen-reader-text {
		display: none
	}
	label {
		float: left;
	}
	.search-field {
		width: 160px;
		font-size: 12px;
		height: 16px;
		line-height: normal;
	}
	.search-submit {
		float: left;
		height: 24px;
		margin-left: -1px;
		i {
			font-size: 18px;
			color: #aaa;
		}
	}
	@media (max-width: @device-breakpoint) {
		label {
			width: 80%;
		}
		.search-field {
			width: 100%;
		}
		.search-submit {
			width: 20%;
			background: @border-color;
		}
	}
}

/*------------------------------------------------------------------------------
  Typography
------------------------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: @text-gray;
	font-family: "PT Sans", sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	// sharpen those fonts like Photoshop "crisp"
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3em;
	margin: 1em 0 0.3em;
}
p {
	margin-bottom: 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 1.2em;
	padding-left: 1em;
	border-left: 3px solid @border-color;
	font-size: 15px;
	font-style: italic;
	line-height: 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;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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%;
}
hr {
	background-color: @border-color;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
a {
	color: @magenta;
	text-decoration: none;
	&:visited {
		color: @magenta;
	}
	&:hover,
	&:focus,
	&:active {
		color: @purple;
	}
}

/*------------------------------------------------------------------------------
  Forms
------------------------------------------------------------------------------*/
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 IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid @border-color;
	border-color: @border-color;
	background: #eee;
	color: rgba(0, 0, 0, .8);
	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 */
	line-height: 1em;
	padding: 2px 4px 1px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: @border-color;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: @border-color;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid @border-color;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 4px 5px 2px;
	line-height: 1.4em;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

// Gravity forms
body .gform_wrapper {
	margin: 0;
	max-width: 100%;
	padding: 20px 15px;
	background-color: #CCC;
	.left_label .gfield_label {
		margin-right: 0;
		width: 31%;
		padding-top: 4px;
	}
	.gform_footer {
		&.left_label {
			padding: 0 0 0 31%;
		}
		&.right_label {
			padding: 0;
		}
	}
	.gform_button {
		background: @purple;
		color: #fff;
		border: none;
		padding: 7px 10px;
		text-transform: uppercase;
		font-weight: bold;
	}
}

/*------------------------------------------------------------------------------
  Navigation
------------------------------------------------------------------------------*/
.main-navigation {
	float: left;
	margin-top: 40px;
	.menu-toggle {
		display: none;
	}
	.menu {
		.clearfix();
	}
	ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	li {
		float: left;
		position: relative;
	}
	a {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
	}

	// top level
	.menu > li {
		margin: 0;
		> a {
			line-height: 20px;
			padding: 5px 10px;
		}
	}

	// dropdown
	.sub-menu {
		background: #3e3c3e;
		background: rgba(57,52,63,0.80);
		display: none;
		float: left;
		left: 0;
		padding: 6px 10px 15px;
		position: absolute;
		top: 25px;
		z-index: 99999;
		border-top: 10px solid @purple;

		> li > a {
			font-size: 13px;
			line-height: 1em;
			overflow: hidden;
			font-weight: 400;
			padding: 10px 0 8px;
			color: #ddd;
			border-bottom: 1px solid @border-color;
			border-color: rgba(255,255,255,0.35);
			&:hover {
				color: #fff;
			}
		}

		> li:last-child > a {
			border-bottom: none;
		}

		> li.current_page_item a,
		> li.current-menu-item a {
			font-weight: 700;
			color: #fff;
		}

		ul {
			left: 100%;
			top: 0;
		}
		a {
			width: 200px;
		}
		li {
		}
		:hover > a {

		}
		a:hover {

		}
	}
	li:hover > ul {
		display: block;
	}
	li:hover > a {

	}

	// current states
	.current-page-ancestor,
	.current-menu-ancestor,
	.current-menu-parent,
	.current-page-parent,
	.current_page_parent,
	.current_page_ancestor {
		a {
			font-weight: bold;
			color: @purple;
			font-weight: bold;
		}
	}

	// responsive
	@media screen and (max-width: @device-breakpoint) {
		float: none;
		right: 20px;
		.menu-main-menu-container {
			padding-top: 22px;
		}
		.menu {
			float: none;
			border-bottom: 20px solid #FFF;
			> li {
				display: block;
				float: none;
				border-bottom: 2px solid white;
				background: #3e3c3e;
				background: rgba(57,52,63,0.85);
				&:last-child {
					border-bottom: none;
				}
				> a {
					display: block;
					line-height: 1em;
					padding: 10px 10px 7px;
					background: transparent;
					color: #fff;
					font-size: 14px;
				}
				&:hover {
					background: @magenta;
				}
				&.current-page-ancestor,
				&.current-menu-ancestor,
				&.current-menu-parent,
				&.current-page-parent,
				&.current_page_parent,
				&.current_page_ancestor,
				&.current-menu-item,
				&.current_page_item {
					background: @purple;
					> a {
						color: #fff;
						background: transparent;
						font-weight: bold;
					}
					> .sub-menu {
						background: @purple;
						li.current-page-ancestor,
						li.current-menu-ancestor,
						li.current-menu-parent,
						li.current-page-parent,
						li.current_page_parent,
						li.current_page_ancestor,
						li.current-menu-item,
						li.current_page_item {
							> a {
								color: white;
							}
						}
						a {
							color: @border-color;
							&:hover {
								color: white;
							}
						}
					}
				}
			}
		}
		.sub-menu {
			.clearfix();
			background: transparent;
			display: block;
			float: none;
			margin: 0 10px 6px;
			padding: 6px 0 0;
			position: static;
			border-top: 1px solid rgba(255,255,255,0.35);
			> li {
				width: 50%;
				> a {
					width: auto;
					color: @border-color;
					padding: 3px 0;
					line-height: 1em;
					border-bottom: none;
					font-size: 12px;
					display: inline;
					&:hover {
						color: white;
					}
				}
				&.current-page-ancestor,
				&.current-menu-ancestor,
				&.current-menu-parent,
				&.current-page-parent,
				&.current_page_parent,
				&.current_page_ancestor,
				&.current-menu-item,
				&.current_page_item {
					> a {
						color: white;
						font-weight: bold;
						&:hover {
							color: white;
						}
					}
				}
			}
		}
	}
}

/* Small menu */
@media screen and (max-width: @device-breakpoint) {
	.main-navigation {
		position: absolute;
		left: 20px;
		top: 22.5px;
		margin-top: 0;
		&.toggled .nav-menu {
			display: block;
		}
		.menu-toggle {
			display: block;
			font-size: 40px;
			width: 40px;
			height: 35px;
			text-align: center;
			border: 1px solid lighten(@purple, 50%);
			cursor: pointer;
			color: @text-gray;
			i {
				line-height: 35px;
			}
		}
		&.toggled .menu-toggle,
		.menu-toggle:hover {
			border-color: lighten(@purple, 30%);
			color: @purple;
		}
		ul {
			display: none;
		}
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*------------------------------------------------------------------------------
  Sidebar
------------------------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
	select {
		max-width: 100%;
	}
}

// Subnav
.subpage-nav {
	margin: 0 0 35px;
	ul.nav {
		padding: 0;
		margin: 0;
		list-style: none;
		li {
			position: relative;
			&:after {
				height: 1px;
				width: 100%;
				content: "";
				display: block;
				position: absolute;
				bottom: 0;
				background: url('../img/dotted-line.png') 0 0 repeat-x;
			}
		}
		a {
			color: @text-gray;
			padding: 7px 0;
			display: block;
			line-height: 1em;
		}
		li:first-child a {
			padding-top: 4px;
		}
		li:last-child {
			a {
				padding-bottom: 0;
			}
			&:after {
				display: none;
			}
		}
		.current-menu-item,
		.current_page_item {
			a {
				color: @magenta;
			}
		}
	}
}

// Callout
.callout {
	.widget-inner {
		font-size: 22px;
		line-height: 1.3em;
		color: @magenta;
		padding: 20px 0;
		border-bottom: 1px solid lighten(@purple, 40%);
		border-top: 1px solid lighten(@purple, 40%);
	}
}

// Complimentary image
.widget.post-thumbnail {
	img {
		max-width: 300px;
		width: 100%;
		display: block;
	}
}

/*------------------------------------------------------------------------------
  Main Content
------------------------------------------------------------------------------*/

// Layout
.site-content {
	.clearfix();
	.content-area {
		float: right;
		width: 605px;
	}
	.widget-area {
		float: left;
		width: 300px;
	}
	@media (max-width: @device-breakpoint) {
		position: relative;
		z-index: 1;
		.content-area {
			float: none;
			width: auto;
		}
		.widget-area {
			display: none;
		}
	}
}

// 404
body.error404,
body.search {
	.content-area {
		max-width: 800px;
		margin: 0 auto;
	}
	.site-content {
		.content-area {
			float: none;
			width: auto;
		}
		.entry-content {
			font-size: 14px;
		}
	}
}

// Search results
body.search-results {
	.hentry {
		padding-bottom: 20px;
		border-bottom: 1px solid @border-color;
		margin-bottom: 20px;
		&:last-child {
			padding-bottom: 0;
			border-bottom: none;
		}
	}
}

// Article header
.hentry {
	margin: 0 0 25px;
	@media (max-width: @device-breakpoint) {
		margin-bottom: 20px;
	}
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}
.banner-graphic {
	max-width: 940px;
	width: 100%;
	img {
		display: block;
	}
}
.lead-in {
	font-size: 26px;
	line-height: 1.45em;
	margin: 15px 0 20px;
	color: @purple;
	@media screen and (max-width: @device-breakpoint) {
		font-size: 18px;
		margin: 10px 0 15px;
	}
}
.entry-title {
	padding: 10px 0 7px;
	margin: 0 0 25px;
	line-height: 1em;
	font-size: 24px;
	color: @purple;
	text-transform: uppercase;
	border-top: 1px solid @border-color;
	border-bottom: 1px solid @border-color;
	a {
		color: @purple;
	}
	.breadcrumb_last {
		color: @magenta;
		font-weight: bold;
	}
	> span > span {
		margin-right: 10px;
	}
	@media screen and (max-width: @device-breakpoint) {
		font-size: 16px;
		margin: 0 0 20px;
		padding: 8px 0 7px;
	}
}

// Entry content
.entry-content {
	h1, h2, h3, h4, h5, h6 {
		color: @purple;
	}
	h1, h2, h3 {
		font-size: 16px;
	}
	h1, h2 {
		text-transform: uppercase;
	}
	iframe {
		display: block;
	}
	img {
		max-width: 100%;
	}
	> *:first-child {
		margin-top: 0;
	}
	.search-form {
		margin: 0 0 1.2em !important;
	}
	@media (max-width: @device-breakpoint) {
		.alignright, .alignleft {
			max-width: 50%;
		}
		.alignleft {
			margin-right: 10px;
		}
		.alignright {
			margin-left: 10px;
		}
		.aligncenter, .alignnone {
			display: block;
			margin: 15px 0;
		}
		> *:last-child {
			margin-bottom: 0;
		}
	}
}

// Summaries
.entry-summary {
	font-size: 14px;
	padding: 1px 0;
	> *:first-child {
		margin-top: 0;
	}
	> *:last-child {
		margin-bottom: 0;
	}
}

// Entry title
.entry-header {
	.page-title {
		font-size: 18px;
	}
}

// WYSIWYG & Media
.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;
}

// Responsive embeds
embed,
iframe,
object {
	max-width: 100%;
}

// Captions
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

// Galleries
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*------------------------------------------------------------------------------
  Team Profiles
------------------------------------------------------------------------------*/
// Team profiles
.profiles {
	margin: 0 0 -30px;
	padding: 6px 0 0;

	// responsive
	@media (max-width: @device-breakpoint) {
		padding: 0;
		margin-bottom: 0;
	}
}
.profile {
	position: relative;
	display: block;
	.clearfix();
	margin-bottom: 30px;
	span.expand-collapse {
		position: relative;
		cursor: pointer;
		float: right;
		margin-top: 4px;
		text-align: center;
		border: 1px solid @purple;
		width: 18px;
		height: 18px;
		.transition( all 250ms ease-in-out );
		i {
			color: @magenta;
			position: absolute;
			width: 100%;
			height: 100%;
			display: block;
			text-align: center;
			font-size: 8px;
			&:before {
				line-height: 16px;
			}
		}
		&:hover {
			border: 1px solid @magenta;
		}
	}
	aside {
		max-width: 250px;
		float: left;
	}
	.profile-header {
		.clearfix();
	}
	figure {
		img { display: block; }
	}
	.profile-details {
		position: relative;
		padding: 5px 5px 0;
		border-top: 1px solid lighten(@purple, 40%);
		margin-top: 15px;
		.clearfix();
		h3 {
			font-size: 18px;
			line-height: 1.2em;
			margin: 0;
			font-weight: bold;
		}
		p {
			font-size: 13px;
			margin: 0;
		}
	}
	.profile-content {
		padding: 20px 15px;
		background-color: @border-color;
		border-top: 1px solid lighten(@purple, 30%);
		font-size: 14px;
		line-height: 1.57em;
		display: none;
		p, ul, ol {
			margin-bottom: 10px;
		}
		>*:first-child {
			margin-top: 0;
		}
		>*:last-child {
			margin-bottom: 0;
		}
	}

	// open profile
	&.open {
		span.expand-collapse {
			.ion-plus { display: none }
			.ion-minus { display: block }
		}
		.profile-details:before {
			content: "";
			display: block;
			height: 10px;
			position: absolute;
			right: 0;
			left: 0;
			margin: -16px 0 5px;
			background: #747679;
		}
	}

	// responsive
	@media (max-width: @device-breakpoint) {
		margin-bottom: 2px;
		background: #eee;
		figure img {
			width: 100%;
		}
		.expand-collapse {
			background: white;
		}
		aside {
			max-width: 80%;
		}
		.profile-details {
			padding: 5px 6px;
			border: none;
			margin: 0;
			h3 {
				font-size: 16px;
				margin-bottom: 3px;
			}
			p {
				line-height: 1em;
			}
		}
		.profile-content {
			padding: 15px 12px;
			font-size: 13px;
			line-height: 1.5em;
		}
		&.open {
			.profile-details {
				background: @purple;
				h3 {
					color: #fff;
				}
				p {
					color: @border-color;
					color: rgba(255,255,255,0.8);
				}
				&:before {
					display: none;
				}
			}
		}
	}
}

// board of directors customizations
.profiles.type-board {
	.profile-details {
		margin-top: 0;
	}
}

// Mobile
@media (min-width: @device-breakpoint) {
	.profiles {
		&.listCol1, &.listCol2 {
			width: 295px;
			float: left;
			.profile {
				padding: 0;
			}
		}
		&.listCol2 {
			margin-left: 15px;
		}
	}
	.listContainer1 {
		.clearfix();
	}
}
@media (max-width: @device-breakpoint) {
	.listContainer1 {
		margin-bottom: -2px !important;
	}
}

/*------------------------------------------------------------------------------
  Comments
------------------------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

Anon7 - 2021