/*
Theme Name: Modus Fourteen
Theme URI: http://discovermodus.com/
Description: A WordPress theme for the Modus site
Version: 1.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS & FONTS */

/*-------------------------------------------------------------------------*/

/* orange = #EB8F34 */
/* font-family: "museo-sans-condensed"; 100, 300, 500 */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #F4F4F4;
	font: 100 18px/180% "museo-sans-condensed",arial,sans-serif;
	color: #626262;
}
header, a, img, li{
    -moz-transition: all 0.3s ease; /* Firefox 4 */
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
a {
	color: #EB8F34;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
p, ul, ol {
	margin: 0 0 24px 0;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
	font-weight: 400;
}
em, i {
	font-style: italic;
}
address {
	margin-bottom: 12px;
	font-size: 13px;
	font-style: 100;
	line-height: 120%;
}
blockquote {
	color: #525252;
	background-color: #f4f4f4;
	padding: 20px 30px 30px 30px;
	margin: 0 0 24px 0;
	font-size: 18px;
	/* border-top: 10px solid #eee; */
	border-left: none;
}
hr {
	clear: both;
	background-color: #d5d5d5;
	border: 0;
	height: 1px;
	margin: 30px 0 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.orange {
	color: #EB8F34;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase{
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/


[role="main"] {
	padding-top: 100px;
}
@media (max-width: 992px) {
	[role="main"] {
		padding-top: 0;
	}
}
#wrapper {
	clear: both;
	background-color: #FFFFFF;
	padding: 35px 0 50px 0;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar-fixed-top {
	background-color: #F4F4F4;
	border: none;
	-moz-box-shadow:    0 4px 12px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 4px 12px 0 rgba(0, 0, 0, 0.35);
}
.navbar-default {
	background-color: #F4F4F4;
	border: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}
.navbar-fixed-top .logo {
	height: 100%;
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 100px;
	margin: 0;
}
.navbar-fixed-top .logo > a {
	display: block;
	height: 58px;
	margin: 21px 0 21px 20px;
}
.navbar-fixed-top .logo > a img {
	max-height: 100%;
}
.navbar-fixed-top .logo > a.hide-logo {
	display: block;
}
.navbar-fixed-top .logo > a.show-logo {
	display: none;
}

/* --- SMALL NAV BAR --- */

.navbar-fixed-top.small {
	top: 0 !important;
}
.admin-bar .navbar-fixed-top.small {
	top: 28px !important;
}
.navbar-fixed-top.small .logo h1 {
	line-height: 50px;
	margin: 0;
}
.navbar-fixed-top.small .logo a {
	height: 50px;
	margin: 15px 0 15px 20px;
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-fixed-top .mobile-menu-toggle {
	height: 100%;
	display: none;
	cursor: pointer;
}
.navbar-fixed-top .mobile-menu-toggle i {
	display: block;
	border: 1px solid #e5e5e5;
	float: right;
	font-size: 16px;
	line-height: 30px;
	margin-top: 12px;
	text-align: center;
	width: 35px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* --- HEADER SEARCH BAR --- */

.header-buttons {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	padding: 40px 30px 28px 15px;
}
.header-buttons a:hover {
	color: #2b8ea7;
	text-decoration: none;
}
.header-buttons .tooltip {
	font-size: 13px;
}
.header-buttons .tooltip-inner {
	color: #fff;
	text-align: left;
	padding: 10px;
	background-color: #525252;
	border-radius: 3px;
}
.header-buttons .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #525252;
}
.navbar-fixed-top.small .header-buttons {
	padding: 26px 30px 20px 15px;
}
.icon-magnifier:before,
.icon-edit:before,
.icon-balloon:before {
	color: #929292;
	font-size: 18px;
}
.searchlink,
.bloglink,
.subscribelink {
	float: right;
	width: 28px;
	padding: 0 0 0 15px;
	text-align: right;
	font-weight: 100;
	font-size: 16px;
	/* margin-top: 25px; */
	cursor: pointer;
	position: relative;
}
.searchlink:after,
.bloglink:after,
.subscribelink:after {
	content: '';
	display: block;
	height: 16px;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-left: none;
}

/* --- HEADER SEARCH BAR --- */

.headersearch {
	width: 100%;
	background: #fff;
	height: 0;
	overflow: hidden;
	top: 100px;
	z-index: 100;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding-left: 24px;
}
.admin-bar .headersearch {
	top: 128px;
}
.headersearch .container,
.headersearch .row,
.headersearch form,
.headersearch fieldset {
	height: 100%;
}
.headersearch form {
	margin: 0;
}
.headersearch form fieldset {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.headersearch form fieldset:after {
	font-family: 'Glyphicons Halflings';
	content: "\e003";
	position: absolute;
	color: #e0e0e0;
	top: 26px;
	left: 0px;
	font-size: 32px;
}
.headersearch form fieldset input {
	border: 0;
	margin: 10px 0 18px 0;
	padding: 0 0 0 50px;
	background: none;
	color: #e0e0e0;
	font-size: 32px !important;
	font-weight: 100 !important;
	line-height: 60px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.headersearch form fieldset input:focus {
	background: none;
	font-weight: 100 !important;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.headersearch form fieldset input::-webkit-input-placeholder {
	color: #e0e0e0;
	font-weight: 100;
}

@media (max-width: 992px) {
	.navbar-fixed-top .logo > a.hide-logo {
		display: none;
	}
	.navbar-fixed-top .logo > a.show-logo {
		display: block;
	}
	.navbar-fixed-top {
		position: relative !important;
		height: auto !important;
	}
	.admin-bar .navbar-fixed-top {
		top: 0 !important;
	}
	.navbar-fixed-top .logo > a {
		height: 25px;
		margin: 9px 0 21px 0;
	}
	.header-buttons {
		height: 55px;
	}
	.navbar-fixed-top + [role="main"] {
		padding-top: 0 !important;
	}
	.admin-bar .navbar-fixed-top + [role="main"] {
		padding-top: 20px !important;
	}
	.navbar-fixed-top .sf-menu {
		margin: 0 !important;
	}
	.navbar-fixed-top .desktop-menu {
		display: none;
	}
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
	.headersearch {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* move the main menu to the right */
ul#menu-main {
	margin-right: -100px;
}
@media (max-width: 1300px) {
	ul#menu-main {
		margin-right: -50px;
	}
}

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
	float: right;
	height: 50px;
	margin: 15px 0;
}
.small .sf-menu {
	margin: 4px 0 0 0;
}
.sf-menu ul {
	min-width: 12em;
}
.sf-menu li {
	white-space: nowrap;
	margin-top: 10px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #FFFFFF;
	border-radius: 0;
	-moz-box-shadow:    0 3px 7px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 3px 7px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: #525252;
	text-decoration: none;
}
.sf-menu li:hover > a:after,
.sf-menu li.sfHover > a:after {
	display: none;
}
.sf-menu li:hover + li > a:after,
.sf-menu li.sfHover + li > a:after {
	display: none;
}
/*
.sf-menu li.current-menu-item {
	background: #f2f2f2;
}
.sf-menu li.current-menu-item > a {
	color: #222;
}
.sf-menu li.current-menu-item > a:after {
	display: none;
}
.sf-menu li.current-menu-item + li > a:after {
	display: none;
}
*/
.sf-menu li.first-menu-item > a:after {
	display: none;
}
.sf-menu li a {
	color: #525252;
	font-size: 20px;
	font-weight: 100;
	padding: 10px 15px;
}
.sf-menu li > a {
	position: relative;
}
.sf-menu li > a:after {
	content: '';
	display: block;
	height: 13px;
	width: 0;
	position: absolute;
	left: 0;
	top: 20px;
	border-left: none;
}

/* --- DROP DOWN MENUS --- */

.sf-menu li ul {
	margin: 0;
	-moz-box-shadow:    0 4px 7px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow:         0 4px 7px 0 rgba(0, 0, 0, 0.35);
}
.sf-menu li ul li {
	background: #FFFFFF;
	margin: 0;
}
.sf-menu li ul li:hover,
.sf-menu li ul li.sfHover {
	background: #f2f2f2;
	border-radius: 0;
	transition: all 0.3s ease;
}
.sf-menu li ul li a {
	color: #626262;
	font-size: 17px;
	font-weight: 100;
	padding: 2px 15px;
}
.sf-menu li ul li a:hover {
	color: #EB8F34;
}
.sf-menu li ul li a:after {
	display: none;
}

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
	background: #fff;
	padding: 15px 17px 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #e5e5e5;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
}
.glyphicon-align-justify:before {
	/* icon in toggle */
	color: #929292;
}
.mobile-menu ul li a {
	display: block;
	color: #525252;
	padding: 15px 0 15px 15px;
	font-size: 20px;
	font-weight: 100;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #EB8F34;
}
.mobile-menu ul li a.active span {
	color: #EB8F34;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #e5e5e5;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
 	padding-left: 20px;
 	text-transform: none;
 	font-size: 16px;
 	font-weight: 100;
}

/* --- MOBILE SEARCH FORM --- */

.mobile-menu form {
	margin: 0 0 0 10px;
}
.mobile-menu form fieldset {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.mobile-menu form fieldset:after {
	font-family: 'Glyphicons Halflings';
	content: "\e003";
	position: absolute;
	color: #e0e0e0;
	top: 22px;
	left: 0px;
	font-size: 24px;
}
.mobile-menu form fieldset input {
	border: 0;
	margin: 10px 0 18px 0;
	padding: 0 0 0 30px;
	background: none;
	color: #e0e0e0;
	font-size: 28px !important;
	font-weight: 100 !important;
	line-height: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile-menu form fieldset input:focus {
	background: none;
	font-weight: 100 !important;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile-menu form fieldset input::-webkit-input-placeholder {
	color: #e0e0e0;
	font-weight: 100;
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image {
	clear: both;
	width: 100%;
	height: 380px;
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	color: #424242;
	font-size: 50px;
	font-weight: 100;
	line-height: 100%;
	margin: 0 0 38px 0;
	padding: 0;
}
h2 {
	/* post titles */
	color: #424242;
	font-size: 34px;
	font-weight: 100;
	line-height: 110%;
	margin: 0 0 24px 0;
	padding: 0;
}
h3 {
	/* paragraph title  - with spacing below */
	color: #5A5A5A;
	font-size: 27px;
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - no spacing below */
	color: #5A5A5A;
	font-size: 27px;
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 3px 0;
	padding: 0;
}
h5 {
	/* smaller title  - with spacing below */
	clear: both;
	color: #5A5A5A;
	font-size: 22px;
	font-weight: 300;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title - no spacing below */
	clear: both;
	color: #5A5A5A;
	font-size: 22px;
	font-weight: 300;
	line-height: 140%;
	margin: 0 0 3px 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

#content {
	clear: both;
	position: relative;
	padding: 15px 70px 0 0;
	min-height: 100%;
}
@media (max-width: 992px) {
	#content {
		padding-right: 0;
	}
}
.page-template-page-full-width-php #content {
	padding-right: 0;
}

/* --- POSTS --- */

h3.post-title {
	font-weight: 100;
	margin: 0 0 6px 0;
}
h3.post-title a {
	color: #4A4A4A;	
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #DDD;
	margin: 16px 0 40px 0;
	padding: 0;
}
.post-listing-info {
	color: #727272;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.post-listing-info a {
	font-weight: 300;
}
.post-listing-info a:hover {
	text-decoration: underline;
}
.post-listing-image {
	background-color: #f4f4f4;
	margin: 12px 30px 12px 0;
	padding: 5px;
}
.post-excerpt p {
	margin: 12px 0 40px 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #525252;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 24px 0;
	padding: 0;
}
.postmetadata a {
	font-weight: 300;
}
.postmetadata a:hover {
	text-decoration: underline;
}
.postmetadata img {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

/* --- POST TAGS LISTING & SINGLE PAGES --- */

.post-tags {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
.post-tags a {
	color: #999;
	background-color: #EEE;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	margin: 6px 3px 6px 0;
	padding: 3px 8px;
}
.post-tags a:hover {
	background-color: #EB8F34;
	border: none;
	color: #FFF;
}

/* SPLIT LI LISTS */

.split-list ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.split-list li {
	padding-right: 40px;
}
.split-list li a {
	display: block;
	color: #2b8ea7;
	font-size: 15px;
	font-weight: 100;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.split-list li a:hover {
	color: #2b8ea7;
	background-color: #F2F2F2;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* BLOG */

/*-------------------------------------------------------------------------*/

.blog-listings .blog-month {
	margin-top: 5px;
}
.blog-month,
.blog-year {
	color: #525252;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 110%;
	text-transform: uppercase;
}
.blog-day {
	color: #424242;
	font-size: 32px;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* CASE STUDIES & WEBINARS */

/*-------------------------------------------------------------------------*/

.case-studies h3.post-title,
.webinars h3.post-title {
	margin: 0 0 40px 0;
}
.case-studies h3 a,
.webinars h3 a {
	cursor: pointer;
}

.case-studies .accordion-toggle:after,
.webinars .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    font-size: 14px;
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #626262;         /* adjust as needed */
}
.case-studies .accordion-toggle.collapsed:after,
.webinars .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* WEBINARS */

.webinars h3 span {
	color: #727272;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* BIOS */

/*-------------------------------------------------------------------------*/

.bio-listing h5 {
	font-size: 28px;
	font-weight: 100;
	margin: 0;
}
.bio-listing h6 {
	color: #828282;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.bio-listing img {
	padding-right: 20px;
	margin-bottom: 8px;
}
.bio-listing p {
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 24px;
}
.bio-listing .post-listing-info {
	margin: 0 0 40px 0;
}
@media (max-width: 767px) {
	.bio-listing p {
		padding-right: 0;
	}
}

#single-bio-image {
	font-size: 15px;
	line-height: 220%;
	margin-bottom: 40px;
	padding-right: 30px;
}
#single-bio-image img {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 10px;
}
#single-bio-image img.headshot {
	margin: 0 0 12px -20px;
}
#single-bio-image img.icon {
	background-color: transparent;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
}
#single-bio-image a {
	color: #4A4A4A;
}
#single-bio-image h1,
#single-bio-listing h1 {
	font-size: 42px;
	margin: 0;
}
#single-bio-image h3,
#single-bio-listing h3 {
	color: #B2B2B2;
	font-size: 24px;
	font-weight: 100;
	margin: 0 0 30px 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

.table-partners {
	margin-top: 40px;
}
.table-partners > thead > tr > th,
.table-partners > tbody > tr > th,
.table-partners > tfoot > tr > th,
.table-partners > thead > tr > td,
.table-partners > tbody > tr > td,
.table-partners > tfoot > tr > td {
	vertical-align: middle;
}
.table-partners > thead > tr > th img,
.table-partners > tbody > tr > th img,
.table-partners > tfoot > tr > th img,
.table-partners > thead > tr > td img,
.table-partners > tbody > tr > td img,
.table-partners > tfoot > tr > td img {
	vertical-align: middle;
	width: 80%;
}
.table-partners > thead > tr > th p,
.table-partners > tbody > tr > th p,
.table-partners > tfoot > tr > th p,
.table-partners > thead > tr > td p,
.table-partners > tbody > tr > td p,
.table-partners > tfoot > tr > td p {
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 160%;
	padding: 0;
}
#sidebar .widget  {
	background: #FFFFFF;
	color: #626262;
	margin: 0 0 10px 0;
	padding: 20px;
	overflow: hidden;
}
#sidebar .widget h3  {
	color: #626262;
	font-size: 22px;
	font-weight: 100;
	line-height: 120%;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar ol,
#sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- RECENT POSTS WIDGET --- */

#sidebar .widget_recent_entries ul {
	list-style-type: none !important;
	border-bottom: 1px solid #d8d8d8;
	margin: 15px 20px 0 0;
	padding: 0;
}
#sidebar .widget_recent_entries ul li a {
	display: block;
	color: #EB8F34;
	border-top: 1px solid #d8d8d8;
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	text-decoration: none;
	padding: 12px 10px 12px 12px;
}
#sidebar .widget_recent_entries ul li a:hover {
	color: #EB8F34;
	background-color: #fff;
	text-decoration: none;
}

/* --- CATEOGORY WIDGET --- */

#sidebar .widget_categories ul, #sidebar .widget_archive ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a {
	display: block;
	color: #EB8F34;
	border-top: 1px solid #d8d8d8;
	font-size: 17px;
	font-weight: 300;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_archive ul li a:hover {
	color: #EB8F34;
	background-color: #f4f4f4;
	text-decoration: none;
}

/* --- SIDEBAR MENUS --- */

#sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li a {
	display: block;
	color: #EB8F34;
	border-top: 1px solid #d8d8d8;
	font-size: 17px;
	font-weight: 300;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar ul.menu li a:hover {
	color: #EB8F34;
	background-color: #f4f4f4;
	text-decoration: none;
}
#sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li li a {
	color: #EB8F34;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 10px 10px 24px;
}
#sidebar ul.menu li li a:hover {
	color: #EB8F34;
	background-color: #fff;
	text-decoration: none;
}
#sidebar ul.menu .current-menu-item > a,
#sidebar ul.menu .current-menu-ancestor > a,
#sidebar ul.menu .current_page_item > a,
#sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #f4f4f4;
	text-decoration: none;
}
@media (max-width: 992px) {
	#sidebar .widget_nav_menu {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- HOMEPAGE SLIDESHOW --- */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* --- FLEXSLIDER THEME --- */

.slideshow {
	position: relative;	
	margin: 0;
	padding:0;
	max-height: 580px;
	overflow: hidden;
}
.flexslider {
	background: #424242;
	border-bottom: 10px solid #424242;
	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
	min-height: 360px;
}
.flexslider .slides li { margin-bottom: 0 !important; }
.flexslider .slides li p { margin: 0 !important; }
.flexslider .slides > li { position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container { zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto; }
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important; }

/* Caption style */
/* IE rgba() hack */
.flex-caption { width: auto; position: absolute; color: #fff; }
.flex-caption p { font-size: .9em !important; margin-bottom: 0; }


.flexslider .slide {
	height: 570px;	
}
.flexslider .details {
	display: block;
	background: transparent;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 100;
	margin: 100px auto 0 auto;
	padding-right: 60px;
	padding-left: 60px;
	width: 1170px;
}
.flexslider .details a {
	color: #FFFFFF;
}
.flexslider .details.left {	
	text-align: left;	
}
.flexslider .details.right {	
	text-align: right;	
}
.flexslider .details.center {	
	text-align: center;	
}
/*
.flexslider .details.left .text {		
	width: 80%;	
}
.flexslider .details.right .text {		
	width: 80%;	
}
.flexslider .details.center .text {	
	width: 100%;	
}
*/
.flexslider .details .text {
	display: inline-block;		
}
.flexslider h2 {
	color: #FFFFFF;
	font-size: 66px;
	font-weight: 100;
	line-height: 100%;
	text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.80);
	margin: 0 0 24px 0;
}
.flexslider h5 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 100;
	line-height: 120%;
	margin: 40px 0 24px 0;
	padding: 0;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.80);
}

@media (max-width: 992px) {
	.flexslider .details {
		width: 100%;
	}
	.flexslider h2 {
		font-size: 52px;
	}
	.flexslider h5 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.flexslider .details {
		margin: 60px auto 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.flexslider .slide {
		height: 420px;	
	}
	.flexslider .details.left,
	.flexslider .details.right,
	.flexslider .details.center {	
		text-align: center;	
	}
	.flexslider h2 {
		font-size: 40px;
		margin: 0;
	}
	.flexslider h5 {
		font-size: 22px;
	}
}

/* --- DIRECTION NAV --- */

.flex-direction-nav { *height: 0; }
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "modus"; font-size: 40px; line-height:1; display: inline-block; content: 'i'; }
.flex-direction-nav a.flex-next:before  { content: 'h'; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* --- SERVICES --- */

#homepage-services {
	color: #727272;
	background-color: #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	line-height: 180%;
	margin: 0;
	padding: 60px 0;
}
#homepage-services h2 {
	color: #4A4A4A;
	font-size: 54px;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
#homepage-services h3 {
	color: #4A4A4A;
	font-size: 32px;
	font-weight: 100;
	text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin: 0 0 12px 0;
	padding: 16px 0;
}
#homepage-services h3 a {
	color: #4A4A4A;
}
#homepage-services img {
	background-color: #F4F4F4;
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 10px;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#homepage-services p {
	margin-bottom: 16px;
	padding: 0 20px;
}
@media (max-width: 992px) {
	#homepage-services h3 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	#homepage-services h2 {
		font-size: 38px;
	}
}

/* --- COMPANY LOGOS --- */

#company-logos {
	background-color: #F4F4F4;
	border-bottom: 5px solid #FFFFFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#company-logos img {
	vertical-align: middle;
	max-width: 80%;
}
@media (max-width: 992px) {
	#company-logos {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#company-logos img {
		max-width: 70%;
	}
}
@media (max-width: 767px) {
	#company-logos img {
		max-width: 90%;
	}
}

/* --- HOMEPAGE MIDDLE --- */

#homepage-middle {
	clear: both;
	color: #4A4A4A;
	background-color: #FFFFFF !important;
	font-size: 36px;
	font-weight: 100;
	text-align: center;
	line-height: 160%;
	padding: 160px 0;
	width: 100%;
	max-height: 100%;
}
#homepage-middle img {
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#homepage-middle h2 {
	color: #4A4A4A;
	font-size: 54px;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	#homepage-middle {
		font-size: 24px;
		padding: 70px 0;
	}
	#homepage-middle h2 {
		font-size: 40px;
	}
}

/* --- CALLOUTS --- */

#homepage-callouts {
	background-color: #FFFFFF;
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 50px 0 35px 0;
}
#homepage-callouts .col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

/* --- CALLOUT ROLLOVERS --- */

#homepage-callouts img {
	margin: 0;	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
#homepage-callouts .image .inside {
	font-size: 14px;
	text-align: center !important;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}
#homepage-callouts .image a {
	position: relative;
	display: block;		
	margin: 0 auto;
	-webkit-backface-visibility: hidden;	
}
#homepage-callouts .image a:hover img {
	opacity: .25;
	position: relative;
	-webkit-backface-visibility: hidden;
}
#homepage-callouts .image a:hover .title {
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;
}
#homepage-callouts .image .title {
	font-size: 13px;
	color: #424242;	
	font-weight: bold;
	text-align: center;	
	margin-bottom: 10px;
	display: block;
	position: absolute;
	line-height: 100%;
	top: 60%;	
	margin: -25px auto 0 !important;	
	width: 100%;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}
#homepage-callouts .image .title span {	
	display: inline-block;
	padding: 10px;	
	background: #EB8F34;
	color: #FFFFFF;
	border-radius: 3px;
	margin: 0 auto !important;	
}
#homepage-callouts .image .title span:hover {	
	background: #323232;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AREA --- */

#colophon {
	background-color: #F4F4F4;
	color: #828282;
	font-size: 16px;
	text-align: left;
	line-height: 160%;
	margin: 0;
	padding: 70px 0 90px 0;
}
#colophon h3 {
	/* paragraph title  - with spacing below */
	color: #626262;
	font-size: 18px;
	font-weight: 100;
	line-height: 140%;
	text-transform: uppercase;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin: 0 0 24px 0;
	padding: 16px 0 16px 10px;
}
#colophon .logo {
	display: block;
	margin: 30px 0 8px 0;
	padding: 0 0 0 10px;
	width: 163px;
}
#colophon .logo > img {
	max-height: 100%;
}
#colophon p {
	margin: 0;
	padding: 0 10px;
}
#colophon a {
	color: #828282;
	line-height: 160%;
	text-decoration: none;
}
#colophon a:hover {
	color: #222222;
	text-decoration: underline;
}

.copyright {
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
}

.social {
	margin-bottom: 40px;
	padding: 0 0 0 10px;
}
.social img {
	margin-right: 3px;
}
.social img:hover {
	opacity: 0.75;
}

/* --- RECENT NEWS --- */

#footer-news ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}
#footer-news li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* --- IMPORTANT LINKS --- */

#footer-links ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0 0 10px;
}
#footer-links li {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer-links #toTop {
	margin-left: 10px;
}

/*
#colophon #subsribe {
	text-align: right;
}
#colophon #toTop {
	color: #FFFFFF;
	line-height: 240%;
}
@media (max-width: 992px) {
	#colophon #subsribe {
		text-align: left;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	#colophon .container-fluid {
		background: #5d7ba4;
	}
	#colophon #right {
		background-color: #5d7ba4;
		padding-top: 0;
	}
}
*/

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter {
	margin: 12px 0;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #626262;
	padding-top: 16px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

/* --- ALBUMS --- */

#content .gallery-listings {
	float: left;
	margin: 0 2.5% 30px 0;	/* 0 15px 30px 0 / 600px */
	width: 30.8333333%;	/* 185px / 600px */
	height: auto;
}
#content .gallery-listings img {
	max-width: 100%;
	height: auto;
}
#content .gallery-listings h5 {
	clear: both;
	margin: 8px 0 0 4px;
}
#content .gallery-listings .post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 4px;
	padding: 0;
}

/* --- GALLERY PAGE --- */

#content .gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
#content .gallery-item {
	float: left;
	margin: 10px 3.3333333% 0 0;	/* 10px 20px 0 0 / 600px */
	text-align: left;
	vertical-align: top;
	width: 21.6666666%;	/* 130px / 600px */
}
#content .gallery-item img {
	background: #EEE;
	padding: 5px;
	max-width: 100%;
	height: auto;
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#comments {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
}
#comments h2#comments-title {
	padding: 30px 0 20px 0;
}
#comments p.write-comment-link {
	padding: 0 0 20px;
}
#comments .comment-body p {
	padding: 0;
}
#comments p.moderation {
	font-family: 'Droid Serif',  Times, serif;
	font-style: italic;
}
#content #comments ol {
	clear: both;
	padding: 0;
}
#content #comments ol li {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#content #comments ol li ul.children {
	padding:0;
}
/*
#content #comments ol li.depth-1 {
	padding: 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
*/
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin: 0 0 0 20px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: none;
	overflow: hidden;
}
.comment-meta a {
	padding: 0 0 12px;
	font-size: 11px;
	text-decoration: none;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-content {
	padding: 12px 0;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:right;
}
a.comment-reply-link {
	font-size: 12px;
}
#comments ol li.post.pingback {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin: 0 20px 8px 0;
	float: left;
}
#comments .bypostauthor {
}

/* --- COMMENT REPLY --- */

#content #comments #respond {
	margin: 30px 0 0;
	padding: 20px 20px 20px 0;
	background-color: #F8F8F8;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: 11px;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding: 0;
	font-size: 11px;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding: 15px 0 0;
}
input#submit {
	color: #FFF !important;
	background-color: #C37B13;
	font: normal 11px/11px Arial, Helvetica, sans-serif !important;
	border: none;
	font-family: inherit;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px; /* Links */
}
input#submit:hover {
	background-color: #333 !important;
	border: none;
	color: #FFF !important;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size: 14px;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

/*-------------------------------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	font-size: 14px;
	border-top: 1px solid #ddd;
	margin: 30px 0 10px 0;
	padding: 30px 0 0 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #999;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:hover {	
	color: #FFF;
	background-color: #EB8F34;
	border: 1px solid #EB8F34 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 300;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 9px;
	color: #999;
	font-weight: 300;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #FFF;
	background-color: #EB8F34;
	border: 1px solid #FFF !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #999;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

table {
	border-color: #fff !important;
}
.table th {
	background: #f6f6f6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn-default {
  color: #EB8F34;
}


/* --- BLUE --- */

.btn-primary {
  color: #ffffff;
  background-color: #EB8F34;
  border-color: #EB8F34;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* --- BLACK --- */

.btn-black {
  color: #ffffff;
  background-color: #414141;
  border-color: #414141;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #ffffff;
  background-color: #EB8F34;
  border-color: #EB8F34;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES */

/*-------------------------------------------------------------------------*/

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
	color: #727272;
	font-size: 20px !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 8px !important;
}

.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="checkbox"]:focus,
.gform_wrapper input[type="radio"]:focus,
.gform_wrapper input[type="datetime"]:focus,
.gform_wrapper input[type="datetime-local"]:focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="month"]:focus,
.gform_wrapper input[type="time"]:focus,
.gform_wrapper input[type="week"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="color"]:focus,
.gform_wrapper .uneditable-input:focus {
	background-color: #efefef;
	outline: 5px auto -webkit-focus-ring-color;
	padding-left: 8px !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 300 !important
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: 100 !important;
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #e5e5e5 !important;
	margin: 35px 0 4px 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 26px !important;
	font-weight: 100 !important;
	line-height: 120% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 24px !important;
	font-weight: normal !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 24px !important;
	font-weight: normal !important;	
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 1px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
		margin-top: 4px !important;
		margin-left: 2px !important;
	}
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
	font-weight: normal !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	line-height: 13px !important;
	margin: -5px 0 0 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
	 font-weight: 100 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 100 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 8px 0 0 8px;
	height: 44px;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chzn-container-single .chzn-single {
	color: #727272;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 8px 0 0 8px;
	height: 44px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 8px;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
#gforms_confirmation_message {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #626262 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */
	
.gform_wrapper input.button {
	color: #fff;
	background-color: #EB8F34;
	border-color: #114f85;
  	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- SIDEBAR FORM --- */

#gform_wrapper_4 .gform_heading {
	margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/

/* LIGHTBOX-PLUS THEME FOR ELEGANT */

/*-------------------------------------------------------------------------*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color:#000 !important;}

#colorbox{background-color:#FFF !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	#cboxContent{background:#FFF !important; margin-top:0 !important; padding:20px 20px 30px 20px !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	    #cboxLoadedContent{margin-bottom:28px !important; background: #FFF !important; padding: 0 !important; border: 5px solid #F3F1EB !important; overflow: hidden !important;}
	    #cboxLoadedContent img{max-width: 100%; height: auto; width: auto\9; zoom:1; vertical-align: bottom;}/* IE8 */
	    #cboxTitle{position:absolute !important; top: auto !important; bottom:30px !important; left:20px !important; color:#666 !important;}
	    #cboxTitle .white{color:#FFF !important;}
	    #cboxCurrent{position:absolute !important; top: auto !important; bottom:10px !important; left:20px !important; color:#666 !important;}
	    #cboxSlideshow{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxSlideshow.hover{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxPrevious{position:absolute !important; top: auto !important; bottom:30px !important; right:66px !important; background:url(images/elegant-lightbox/controls.png) -75px 0 no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxPrevious.hover{background-position:-75px -25px !important;}
	    #cboxNext{position:absolute !important; top: auto !important; bottom:30px !important; right:42px !important; background:url(images/elegant-lightbox/controls.png) -50px 0 no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxNext.hover{background-position:-50px -25px !important;}
	    #cboxLoadingOverlay{background-color: #FFF !important;}
	    #cboxLoadingGraphic{background:url(images/elegant-lightbox/loading.gif) center center no-repeat !important;}
	    #cboxClose{position:absolute !important; top: auto !important; bottom:30px !important; right:18px !important; background:url(images/elegant-lightbox/controls.png) -25px 0 no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxClose.hover{background-position:-25px -25px !important;}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#primary {
		width: 90%;
		border: none;
		background: none;
	}
	.navbar-fixed-top { display:none; }
	#access { display:none; }
	#quick-links { display:none; }
	#searchwrapper { display:none; }
	#main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#sidebar { display:none; }
	#commentform { display:none }
	.divider-wide { display:none }
	#colophon { display:none }
	#advertisements { display:none }
	h1, h2, h3, h4, h5, h6 { wrapper-break-after:avoid; 
	     wrapper-break-inside:avoid }
	blockquote, table, pre { wrapper-break-inside:avoid }
	ul, ol, dl  { wrapper-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { wrapper-break-inside:avoid; 
	     wrapper-break-after:avoid; }
}
/*---  More Styles  ------*/
#sidebar .widget aside {padding:0}
#sidebar .widget .text-2 h3 {display:none}