
/* CSS Styles
================================================== */

/* IMPORTS */
@import url('/Styles/architecture.css');

/* ----------------------------------------------------------------*/
/* 	1. GLOBAL  */
/* ----------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
}
body {
	font: 400 22px/28px "freight-sans-pro", Helvetica, Arial, sans-serif;
	color: #444444;
	background: #ffffff;
}

.qcPageDesc p {
	margin-bottom: 1em;
	font-size: 22px;
	line-height: 30px;
}
.qcPageDesc li {
	font-size: 22px;
	line-height: 30px;
}
.featuredBody p {font-size:18px;line-height:24px;}

/* VIDEO BACKGROUND */
video#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: #000 url('../img/placeholder/video/sample-video.jpg') no-repeat;
	background-size: cover;
}


/* ----------------------------------------------------------------*/
/* 	2. HEADER/LOGO  */
/* ----------------------------------------------------------------*/

#qcPriHeader {
	position: fixed;
	top: 8px;
	width: 100%;
	background: rgba(34,34,34,0.9);
	z-index: 9;
}
#logo {
	float: left;
	position: relative;
	width: 90px;
	height: 87px;
	background: #ffdd3d;
	overflow: hidden;
}
#nav-header #logo {
	display: none;
}



/* ----------------------------------------------------------------*/
/* 	3. NAVIGATION  */
/* ----------------------------------------------------------------*/

#primary-nav {
	float: left;
}
#primary-nav > li {
	float: left;
}
#primary-nav > li > a {
	display: block;
	width: 91px;
	height: 87px;
	color: #eee;
	text-align: center;
}
#primary-nav > li > a i {
	display: block;
	position: relative;
	top: 17px;
	color: #000;
	font-size: 22px;
}
#primary-nav > li > a > p {
	position: relative;
	top: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:20px;
	font-weight:600;
}
	#primary-nav > li.selected > a,
	#primary-nav > li.selected > a:hover {
		color: #002C5B;
	}

		#primary-nav > li.selected > a i,
		#primary-nav > li:hover.selected > a i {
			color: #002C5B;
		}
#primary-nav > li:hover > a i {
	color: #fff;
}
#primary-nav > li:hover > a {
	background: #777;
}
#primary-nav > li.shop > a {
	color: #ffdd3d;
}
#primary-nav .primary-nav-invis {display:none;}
#qcMenuTrig {
	position: relative;
}
#qcMenuTrig > a {
	display: none;
	position: relative;
	width: 290px;
	height: 87px;
}

#qcMenuTrig > a i {
	float: left;
	position: relative;
	top: 28px;
	left: 20px;
	color: #fff;
	font-size: 20px;
}
#qcMenuTrig > a p {
	float: left;
	position: relative;
	top: 30px;
	left: 34px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.ui-autocomplete .ui-menu-item {color:#012D5E; text-transform:uppercase;font-size:13px;list-style-image:none !important;}
	.ui-autocomplete .ui-menu-item.ui-state-focus {
		color: #012D5E;
		font-weight: bold;
		background: #cac3c3 !important;
		border-top: none !important;
		border-bottom: none !important;
	}

.typeahead-field input, .typeahead-select {
	display: block;
	width: 100%;
	color: #012D5E;
}

.col-9.typeahead-container {background:none;}

.typeahead-field input, .typeahead-select {
	padding: 2px;
	border: none;
	border-bottom: 2px solid #012D5E;
	line-height: 1.4;
	background: transparent;
	vertical-align: middle;
	margin-bottom: 15px;
	width: 100%;
	max-width: 300px;
}

	.typeahead-field input:focus {
		outline: 0;
		border-bottom: 3px solid #012D5E;
	}

	.typeahead-field input::placeholder {
		color: #012D5E;
	}

	/* ----------------------------------------------------------------*/
	/* 	4. PAGE  */
	/* ----------------------------------------------------------------*/
	.qcPage {
		position: relative;
		margin: 90px auto 0 auto;
	}
.qcPage.single {
	margin-bottom: 0;
	border-bottom: 0;
}
	.qcPage .container {
		position: relative;
		overflow: hidden;
	}

/* === 4.2 PAGE CONTENT === */

.qcContentPadding {
	position: relative;
	z-index: 1;
}
.row-pad::after{
    clear: both;
}
.row-pad {
    margin-left: -18px; margin-right: -18px;
}
.row-pad > .col-4, .row-pad > .col-6 {
    box-sizing: border-box; 
}
.row-pad > .col-4 { padding-left: 18px; padding-right: 18px; }
.row-pad > .col-6 { padding-left: 12px; padding-right: 12px; }

/* ----------------------------------------------------------------*/
/* 	5. BLOG  */
/* ----------------------------------------------------------------*/

/* === 5.1 BLOG LIST  === */

#qcBlogSort {
	padding: 35px 0;
}
#qcBlogSort li {
	float: left;
	margin-right: 6px;
}
#qcBlogSort li a {
	display: block;
	padding: 0 15px;
	color: #666;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 3px;
	text-transform: uppercase;
}
#qcBlogSort li a.active {
	color: #fff;
	background: #FF3600;
}
#blog-list {
	position: relative;
	height: 575px;
	overflow-y: scroll;
	border-radius: 5px 0 0 0;
	background: #333;
}
#blog-list > li {
	clear: both;
	border-bottom: 1px #222 solid;
}
#blog-list > li:last-child {
	border: 0;
}
.blog-base {
	position: relative;
	width: 100%;
	height: 100px;
	background: #616161;
	background-position-x: 20;
}
.blog-base:hover {
	background: #515151 center right no-repeat;
}
.blog-plus {
	float: left;
	width: 20px;
	height: 100px;
	color: #fff;
	font: 300 16px/100px "Arial", Helvetica, sans-serif;
	background: #ff3600;
	text-align: center;
}
.blog-base:hover .date-col {
	background: #212121;
}
.format-col {
	float: left;
	width: 100px;
	height: 100px;
	background: #2a2a2a;
	text-align: center;
}
.format-col h1 {
	margin: 22px 0 0 0;
	color: #fff;
	font: 100 28px/30px "Raleway", Helvetica, Arial, sans-serif;
}
.format-col p {
	margin-top: 6px;
	color: #bbb;
	font-size: 11px;
	text-transform: uppercase;
}
.blog-details {
	float: left;
	padding-left: 20px;
}
.blog-details h3 {
	color: #fff;
	margin: 23px 0 2px 0;
	font: 300 14px/18px "freight-sans-pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.blog-details .blog-meta li {
	float: left;
	margin: 18px 15px 0 0;
	color: #ccc;
	font: 300 10px/11px "freight-sans-pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog-details .blog-meta li i {
	color: #fff;
	font-size: 14px;
}
.blog-thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	background: #000;
}
.blog-thumbnail img {
	display: block;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.blog-base:hover .blog-thumbnail img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}


/* === 5.2 BLOG SINGLE  === */

.blogSingleMeta {
	position: relative;
	top: -41px;
	padding: 18px;
	margin-bottom: 20px;
	background: #fafafa;
	border: 1px #ddd solid;
}
.blogSingleMeta li {
	float: left;
	padding: 0 18px;
	border-right: 1px #ddd solid;
}
.blogSingleMeta li:first-child {
	padding-left: 0;
}
.blogSingleMeta li:last-child {
	border: 0;
}

.blogSingleMeta li a {
	display: block;
	color: #666;
	font: 300 13px/18px "freight-sans-pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.blogSingleMeta li a i {
	color: #666;
	padding: 8px;
	margin-right: 6px;
	background: #eee;
	border-radius: 20px;
}
.blogSingleMeta li a:hover {
	color: red;
}
.blogSingleMeta li a:hover i {
	color: #fff;
	background: red;
}
.qcPostMedia {
	position: relative;
	margin: -25px 0 25px 0;
	background: #000;
}
.qcPostMedia img {
	display: block;
	width: 100%;
}
.qcPostMedia iframe {
	border: 0;
}


/* ----------------------------------------------------------------*/
/* 	6. PORTFOLIO  */
/* ----------------------------------------------------------------*/

/* === 6.1 PORFOLIO SORTER === */

.qcPortSort {
	float: right;
	position: absolute;
	top: 35px;
	right: 20px;
	padding-left: 100px;
	margin: 30px;
	background: url('../images/template/theme/port-sort.png') no-repeat 0px 9px;
}
.qcPortSort li {
	float: left;
	padding: 2px 16px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
}
.qcPortSort li:hover {
	color: red;
}
.qcPortSort li.active {
	display: block;
	color: #fff;
	background: red;
}
#qcPortfolioGrid {
	position: relative;
	top: -91px;
	overflow: hidden;
}


/* === 6.2 PORTFOLIO GRID === */

#tiles li {
	display: none;
	position: relative;
	width: 283px;
	background-color: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
}
#tiles li.inactive {
	visibility: hidden;
	opacity: 0;
}
#tiles li img {
	display: block;
	width: 100%;
}
#tiles li {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wookmark-placeholder {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#tiles li .overlay {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6) no-repeat center center;
}
#tiles li:hover .overlay {
	display: block;
}
.overlay p.title {
	padding: 28px 0 16px 28px;
	color: #fff;
	font: 100 16px/16px "Raleway", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.overlay p.client {
	padding: 0 0 0 28px;
	color: red;
	font: 300 12px/18px "freight-sans-pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* Progress bar for imagesLoaded */
.progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #0BC20B;
	box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}

/* Placerholder css */
.wookmark-placeholder {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eee;
	border: 1px solid #dedede;
	z-index: -1;
}


/* ----------------------------------------------------------------*/
/* 	7. EVENT LIST  */
/* ----------------------------------------------------------------*/

#event-list li {
	clear: both;
	border-bottom: 1px #222 solid;
}
#event-list li:last-child {
	border: 0;
}
.event-base {
	position: relative;
	width: 100%;
	height: 100px;
	background: #616161;
	background-position-x: 20;
}
.event-base:hover {
	background: #515151 center right no-repeat;
}
.event-plus {
	float: left;
	width: 20px;
	height: 100px;
	color: #fff;
	font: 300 16px/100px "freight-sans-pro", Helvetica, Arial, sans-serif;
	background: #ff3600;
	text-align: center;
}
.event-base:hover .date-col {
	background: #212121;
}
.date-col {
	float: left;
	width: 100px;
	height: 100px;
	background: #2a2a2a;
	text-align: center;
}
.date-col h1 {
	color: #fff;
	margin: 20px 0 0 0;
	font: 100 42px/38px "Raleway", Helvetica, Arial, sans-serif;
}
.date-col p {
	color: #bbb;
	font-size: 11px;
	text-transform: uppercase;
}
.event-details {
	float: left;
	padding-left: 20px;
}
.event-details h3 {
	color: #fff;
	margin: 19px 0 15px 0;
	font: 300 16px/16px "freight-sans-pro", Helvetica, Arial, sans-serif;
}
.event-details p.event-location {
	color: #ddd;
	font-size: 12px;
	line-height: 12px;
}
.event-details p.event-time {
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
}
.event-details i {
	display: none;
	color: #aaa;
	margin-right: 2px;
}
.event-thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	background: #000;
}
.event-thumbnail img {
	display: block;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.event-base:hover .event-thumbnail img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}


/* ----------------------------------------------------------------*/
/* 	8. COLUMN/BOXES  */
/* ----------------------------------------------------------------*/

/* === 8.1 SERVICE COLUMN  === */

.qcServiceCol li {
	text-align: center;
}


/* === 8.2 FEATURE COLUMN  === */

.qcFeatureCol .col .small-box {
	padding-left: 0;
}
.qcFeatureCol .col h4 {
	margin-bottom: 20px;
}
.qcFeatureCol .small-box i {
	padding: 6px;
	margin-right: 6px;
	color: #fff;
	font-size: 16px;
	background: red;
	border-radius: 2px;
}


/* === 8.3 TEAM COLUMN === */

.qcTeamCol {
	text-align: center;
}
.qcTeamCol h4 {
	color: #000;
	font: 600 22px/28px "freight-sans-pro", Helvetica, Arial, sans-serif;
}
	.qcTeamCol .small-box p {
		font-size: 14px;
		letter-spacing: 1px;
	}
.qcTeamCol img {
	position: relative;
	top: 40px;
	width: 100%;
	padding-top: 20px;
}


/* === 8.4 BOXES === */

.small-box {
	padding: 20px;
}
.small-box p {
	padding-right: 10px;
	font: 13px/26px "freight-sans-pro", Helvetica, Arial, sans-serif;
}
.small-box h4 {
	margin-bottom: 15px;
	color: #444;
	font: 400 20px/28px "freight-sans-pro", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}
.small-box .icon {
	margin-bottom: 25px;
}



/* ----------------------------------------------------------------*/
/* 	9. FOOTER  */
/* ----------------------------------------------------------------*/

#qcPriFooter {
	position: relative;
	padding: 50px 0;
	background: #444;
	z-index: 9;
}
#qcFooterMenu {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px #ddd solid;
}


/* === 9.1 FOOTER WIDGETS === */

.widget h4 {
	display: inline-block;
	margin: 0 40px 15px 0;
	color: #fff;
	line-height: 36px;
	border-bottom: 3px #fff solid;
	text-transform: uppercase;
}
.widget p {
	margin-right: 40px;
	color: #aaa;
	font: 400 12px/28px "freight-sans-pro", Helvetica, Arial, sans-serif;
}


/* === 9.2 === */

#qcFooterNav {
	font: 400 12px/24px "freight-sans-pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #2a2a2a;
	width:100%;
}
#qcFooterNav .container {
	padding: 15px 30px;
}
#qcFooterNav li {
	float: left;
	margin-right: 20px;
}
#qcFooterNav li a {
	color: #aaa;
}
#qcFooterNav li a:hover {
	color: #fff;
}
#copyrights {
	margin: 2px 20px 0 0;
	color: #aaa;
	text-align: right;
}



/* ----------------------------------------------------------------*/
/* 	10. CONTACT/FORM  */
/* ----------------------------------------------------------------*/

#qcContactMap {
	width: 100%;
	height: 350px;
	margin-top: -80px;
}
.qcFormHeading {
	color: #000;
	padding: 40px 40px 0 40px;
	font-size: 18px;
	text-transform: uppercase;
}
.qcFormDesc {
	padding: 10px 40px 0 40px;
	font-size: 12px;
}
.qcForm {
	padding: 40px;
}
.qcForm li {
	margin: 10px 0;
	list-style: none;
}
.qcForm li:first-child {
	margin-top: 0;
}
.qcForm label {
	display: none;
	color: #aaa;
	font-size: 11px;
	text-transform: uppercase;
}
	.qcForm input,
	.qcForm textarea {
		padding: 2px;
		border: none;
		border-bottom: 2px solid #012D5E;
		line-height: 1.4;
		background: transparent;
		vertical-align: middle;
		margin-bottom: 15px;
		width: 100%;
		max-width: 600px;
	}

		.qcForm input:focus,
		.qcForm textarea:focus {
			border-bottom: 3px solid #012D5E;
			outline: 0;
		}

		.qcForm input::placeholder,
		.qcForm textarea::placeholder {
			color: #012D5E;
		}

.submitContainer {margin-top:15px;}

.qcForm textarea {
	height: 80px;
}
.qcForm select {
	width: 398px;
	padding: 9px;
}


/* ----------------------------------------------------------------*/
/* 	11. LIST STYLES  */
/* ----------------------------------------------------------------*/

/* === 11.1 ADDRESS LIST === */

ul.qcAddress {
	padding: 20px 0 0 18px;
	border-radius: 5px;
}
ul.qcAddress li {
	list-style: none;
	padding: 5px 0;
	font-size: 11px;
}
ul.qcAddress li:last-child {
	border-bottom: 0;
}
ul.qcAddress li p {
	display: inline-block;
	color: #666;
	margin: 0 0 0 10px;
}
ul.qcAddress li p strong {
	display: inline-block;
	width: 80px;
	color: #000;
	font-size: 12px;
}
.icon-map {
	top: -31px;
}
ul.qcAddress li a {
	color: #aaa;
}


/* === 11.2 SOCIAL (GLYPH ICONS) LIST === */

.qcGlyphSocial {
	position: relative;
	top: 20px;
}
.qcGlyphSocial li {
	display: inline-block;
}
.qcGlyphSocial li a {
	display: block;
	padding: 2px 7px;
	margin: 0 2px 4px 0;
	color: #666;
	border: 1px #ddd solid;
	border-radius: 2px;
}
.qcGlyphSocial li a:hover {
	color: #333;
	background: #fafafa;
	border-color: #000;
}


/* === 11.3 SKILLS === */

h2#qcSkillTitle {
	margin-top: 100px;
	color: #444;
	font: 20px/36px "freight-sans-pro", Helvetica, Arial, sans-serif;
	text-indent: 30px;
}
#qcSkills {
	margin: 35px 0 40px 30px;
}
#qcSkills li {
	list-style: none;
	cursor: pointer;
}
#qcSkills li div {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 12px;
	background: #f5f5f5;
	border-radius: 40px;
	text-align: center;
	vertical-align: middle;
}
#qcSkills li div span {
	display: block;
	margin-top: 11px;
}
.qcSkillNote {
	padding-left: 30px;
	margin-bottom: 30px;
	color: #000;
	font: italic 12px/24px "freight-sans-pro", Helvetica, Arial, sans-serif;
}


/* === 11.4 ABOUT COUNT SLIDE === */

.abtBox {
	background: #fff url('../images/template/theme/abtBg.png') no-repeat bottom left;
	background-size: cover;
	padding-bottom: 60px;
}
.abtCount {
	padding-top: 90px;
	text-align: center;
}
#aboutCount {
	display: inline-block;
	position: relative;
	width: 150px;
}
#aboutCount li {
	display: none;
}
#aboutCount .small-box {
	text-align: center;
}
#aboutCount i {
	display: block;
	position: absolute;
	top: 10px;
	left: -52px;
	color: rgba(0, 0, 0, 0.15);
	font-size: 180px;
	z-index: 5;
}
.abtCountNum {
	position: relative;
	margin-top: 35px;
	color: #FF7335;
	font: 600 70px/70px "Helvetica", Arial, sans-serif;
	letter-spacing: -3px;
	z-index: 6;
}
.abtCountTitle {
	position: relative;
	font: 300 15px/15px "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 6;
}
.abtNoPadd {
	padding-top: 0;
}
.qcReadMore.abt {
	margin-bottom: 0px;
}



/* ----------------------------------------------------------------*/
/* 	12. MODULES  */
/* ----------------------------------------------------------------*/

/* === 12.1 SLIDER === */

.qcSliderWrapper {
	position: relative;
	overflow: hidden;
}
.qcSliderWrapper:hover .qcPrevNext {
	opacity: 1;
}
.qcPrevNext {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	font-size: 20px;
	opacity: 0.4;
}
.qcPrev {
	position: absolute;
	left: -50px;
	width: 40px;
	color: #fff;
	line-height: 40px;
	border: 2px #fff solid;
	text-align: center;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.qcNext {
	position: absolute;
	right: -50px;
	width: 40px;
	color: #fff;
	line-height: 40px;
	border: 2px #fff solid;
	text-align: center;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.qcSliderWrapper:hover .qcPrev {
	left: 30px;
}
.qcSliderWrapper:hover .qcNext {
	right: 30px;
}


/* === 12.2 VIDEO === */

.qcFitVids {
	position: relative;
	background: #000;
	z-index: 1;
}
.qcFitVids:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,255,222,0.25) url('../images/template/theme/qcVidPlay.png') center center no-repeat;
	z-index: 9;
	cursor: pointer;
}
.qcFitVids.hide:after {
	display: none;
}


/* === 12.3 TABS === */

ul.tabs {
	position: relative;
	top: -55px;
	border-bottom: 1px #ddd solid;
	text-align: center;
}
ul.tabs li {
	display: inline-block;
	margin-top: -4px;
	margin-left: -3px;
}
ul.tabs li a {
	display: block;
	padding: 20px 0;
	width: 150px;
	color: #444;
	font: 600 14px/14px "freight-sans-pro", Helvetica, Arial, sans-serif;
	background: #fcfcfc;
	border-top: 1px #ddd solid;
	border-right: 1px #ddd solid;
	text-transform: uppercase;
		text-align: center;
}
ul.tabs li a.selected {
	color: #000;
	background: #fff;
	border-top: 4px red solid;
	box-shadow: 0 2px 0 #fff;
}
ul.tabs li:first-child a {
	border-left: 1px #ddd solid;
}
.tab-content {
	display: none;
	padding: 0 20px;
}


/* === 12.4 FLICKR === */

#flickr {
	margin: 0 0 0 -3px;
}
#flickr li {
	list-style: none;
	float: left;
	margin: 0px;
	border: 1px #444 solid;
}
#flickr li:hover {
	border: 1px #333 solid;
}
#flickr li img {
	display: block;
	width: 55px;
}


/* === 12.5 SOCIAL PROFILES === */

#qcSocialProfiles {
	margin: 10px 0 0 0;
}
#qcSocialProfiles li {
	list-style: none;
	float: left;
	margin: 0 8px 0px 0;
}
#qcSocialProfiles li a:hover {
	border: 0;
	opacity: 0.8;
}


/* === 12.5 LIGHT BOX === */

.lightboxThumb { width: 100%; padding-top: 100%; position: relative; display: block;margin-bottom: 20px; }
.lightboxGB { background-position: top center; background-repeat: no-repeat; background-size: cover; }
.lity-gallery { max-width: 800px; padding: 22px; overflow-y:auto;}
.lity-gallery, .lity-gallery strong { color: white; }
.lity-gallery img { max-height: 600px; max-width: 100%; }
.lity-gallery .qcPageDesc { margin-top: 12px;}

/* ----------------------------------------------------------------*/
/* 	13. TYPOGRAPHY  */
/* ----------------------------------------------------------------*/
/* === 13.1 BLOCKQUOTE === */
blockquote { padding: 15px 20px; margin: 40px 0; border-left: 3px #00d966 solid; color: #666; font: 13px/26px "freight-sans-pro", Helvetica, Arial, sans-serif; background: #fafafa; }
blockquote p {
	color: #555;
	margin-bottom: 8px;
}
blockquote small {
	display: block;
	color: #999999;
	line-height: 18px;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}


/* === 13.2 DROPCAP === */

.dropcap {
	margin: 0 3px 5px 0;
	font: 30px/30px "Raleway", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}


/* === 13.3 READ MORE === */
.qcReadMore {
	margin-top: 30px;
}
.qcReadMore a {
	display: inline-block;
	padding: 5px 20px;
	color: #00baff;
	border: 1px #00baff solid;
	border-radius: 30px;
}
.qcReadMore a:hover {
	color: #fff;
	background: #00baff;
}



/* ----------------------------------------------------------------*/
/* 	14. MISCELLANEOUS  */
/* ----------------------------------------------------------------*/

.qcBigTitle {
	margin-bottom: 30px;
	color: #000;
	font: 600 55px/42px "freight-sans-pro", Helvetica, Arial, sans-serif;
	letter-spacing: -4px;
}
strong {
	color: #000;
	font-style: normal;
}
img.fullWidth {
	display: block;
	width: 100%;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.no-border, .qcPageTitle h1.no-border {
	border: 0;
}
.yellow-tint {
	padding: 25px 50px;
	color: #c2a756;
	font-size: 12px;
	background: #fdf7e5;
}
.companyLogo img {
	width: 100%;
}
#disqus_thread {
	margin-top: 40px;
}
.dsq-brlink {
	display: none;
}
.qcSocialShare {
	padding: 25px 0 15px 25px;
	margin: 35px 0;
	background: #fafafa;
	border: 2px #ddd solid;
}
.qcSocialShare li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
h2.qcCommentTitle {
	display: inline-block;
	padding: 10px 15px;
	margin-top: 20px;
	color: #fff;
	font: 600 16px/16px "freight-sans-pro", Helvetica, Arial, sans-serif;
	background: #aaa;
	border-radius: 20px;
	text-transform: uppercase;
}
.formrow {
	background: #fafafa;
}
.formrow > div:first-child {
	background: #fff;
	box-shadow: 0 -1px 1px #ccc;
}
.padder {
	padding: 20px 40px 40px 20px;
}
.spacer {
	position: relative;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.img-full {
	width: 100%;
}
span.error {
	display: block;
	margin: 5px 0 0 5px;
	color: red;
	font-size: 12px;
}
p.info {
	padding: 0 0 40px 40px;
	color: green;
	font-size: 12px;
}
.mainArtCollection, .subArtCollection .col-6 { background-color: #fff; }



/* ----------------------------------------------------------------*/
/* 	15. PLUGIN CSS  */
/* ----------------------------------------------------------------*/
/* === 15.1 TIPSY === */
.tipsy { position: absolute; padding: 5px; font-size: 10px; z-index: 100000; }
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	text-shadow: none;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-arrow {
	position: absolute;
	background: url(data:image/gif;base64,R0lGODlhCQAJAIABAAAAAAAAACH5BAEAAAEALAAAAAAJAAkAAAIRjAOnwIrcDJxvwkplPtchVQAAOw==) no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}


/* ---------------------------------------------------------------------------------- */
/* 	16. CONDITIONAL LAYOUT CSS FOR MOBILE / TABLET DEVICES [ MEDIA QUERIES ]  */
/* ---------------------------------------------------------------------------------- */

/* === 16.1 TABLET-1 === */

@media only screen and (min-width: 768px) and (max-width: 1300px) {

	#qcPriHeader {
		top: 0;
	}

	.skillPage > .col-6:nth-child(2) .box {
		padding-left: 0;
	}

	#qcSkills li div {
		width: 40px;
		height: 40px;
	}

		#qcSkills li div span {
			margin-top: 7px;
			font-size: 11px;
		}

	.qcTabWrapper .row > .col-4 {
		width: 50%;
	}

	.qcPortSort {
		top: 120px;
		left: 110px;
	}

	.portPage h1 {
		padding-bottom: 100px;
		margin-bottom: 40px;
	}

	.blogPage > .col, .featurePage > .col {
		display: block;
		float: none;
		width: 100%;
	}

	#qcBlogSort {
		margin: -40px 50px 0 50px;
	}
}


/* === 16.2 TABLET-2 === */

@media only screen and (max-width: 920px) {
	.skillPage > .col-6 {
		display: block;
		float: none;
		width: 100%;
	}
	#qcSkills {
		text-align: center;
	}
	h2#qcSkillTitle {
		margin: -50px 0 0 -40px;
		text-align: center;
	}
	#qcSkills li div {
		width: 50px;
		height: 50px;
	}
	#qcSkills li div span {
		margin-top: 12px;
	}
	.qcSkillNote {
		text-align: center;
	}
	ul.tabs li a {
		width: 120px;
		font-size: 12px;
	}
	.col-4 .qcBigTitle {
		font-size: 40px;
	}
	.formrow > .col-6 {
		display: block;
		float: none;
		width: 100%;
		border-bottom: 1px #ddd solid;
	}
	#qcMenuTrig > a {
		display: block;
	}
	#primary-nav {
		display: none;
		position: absolute;
		top: 87px;
		height: 280px;
		background: #555;
		overflow-y: scroll;
	}
	#primary-nav > li {
		float: none;
		display: block;
		position: relative;
	}
	#primary-nav > li > a i {
		float: left;
		position: relative;
		top: 15px;
		font-size: 20px;
	}
	#primary-nav > li > a {
		display: block;
		width: 250px;
		padding-left: 20px;
		height: 60px;
		border-bottom: 1px #666 solid;
	}
	#primary-nav > li > a > p {
		float: left;
		top: 20px;
		left: 16px;
		text-align: left;
	}
	#qcPrevNext {
		display: block;
	}

}


/* === 16.3 MOBILE PORTRAIT === */

@media only screen and (max-width: 767px) {

	.container, #mobMenu {
		margin: 0 auto;
	}

	#qcPriHeader {
		top: 0;
	}

	.qcSubTitle {
		font-size: 20px;
		line-height: 32px;
	}

	#qcPrevNext {
		display: none;
	}

	#qcMenuTrig > a {
		width: 300px;
	}

	#primary-nav > li > a {
		width: 210px;
	}

	#copyrights {
		text-align: left;
	}

	.qcSliderWrapper .mainSliderOverlayContent {font-size:30px;}

}

/* === 16.4 MOBILE WIDE / LANDSCAPE === */

@media only screen and (min-width: 580px) and (max-width: 767px) {

	.container, #mobMenu {
		margin: 0 auto;
	}
	#qcMenuTrig > a {
		width: 300px;
	}
	#primary-nav > li > a {
		width: 290px;
	}
	ul.tabs li a {
		display: block;
		width: auto;
		padding: 15px 12px;
		font-size: 12px;
	}

}

/* === 16.5 Art Collection (business requirement) === */
@media only screen and (max-width: 1200px) {
    .showartcollection_page .qcPageDesc tr, .showartcollection_page .qcPageDesc td { display:block; }
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


/* ----------------------------------------------------------------*/
/* 	1. GLOBAL  */
/* ----------------------------------------------------------------*/
#form {display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;min-height:100%;}

#qcPriHeader {
    display: none;
}
/*this is to avoid FOUS*/
#qcPageWrapper {
    display: none;
    height: 100%;
    width: 100%;
}
/*this is to avoid FOUS*/
.clear { clear: both; height: 0; line-height: 0; }

#__asptrace { position: relative; bottom: -1000px; background: #FFFFFF; }
a, a:visited {
    color: #012D5E;
    word-break: break-word;
}
a:visited:hover, a:hover { color: #005394; }

.qcPageDesc ul { list-style: disc; padding-left: 1.1em; }
.qcPageDesc li {
    padding-bottom: 4px;
}
.qcPageDesc h3 {
    padding-top: 15px;
    padding-bottom: 5px;
}
.fauxpara { margin-bottom: 1em; }

.btn { display: inline-block; padding: 6px 20px !important; margin-bottom: 0; font-size: 16px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 0; }
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #fff; text-decoration: none; }
    .btn.btn-success {
        color: #AEA773;
        background-color: #012D5E;
        font-weight: bold;
    }
        .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
            color: #012D5E;
            background-color: #AEA773;
            border: solid 1px;
        }

    .btn.btn-secondary {
        font-weight: bold;
        color: #012D5E;
        background-color: #AEA773;
    }

        .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
            color: #AEA773;
            background-color: #012D5E;
            border:solid 1px;
        }

.btn.btn-success.disabled, .btn.btn-success[disabled], fieldset[disabled] .btn.btn-success,
.btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover, fieldset[disabled] .btn.btn-success:hover,
.btn.btn-success.disabled:focus, .btn.btn-success[disabled]:focus, fieldset[disabled] .btn.btn-success:focus,
.btn.btn-success.disabled.focus, .btn.btn-success[disabled].focus, fieldset[disabled] .btn.btn-success.focus,
.btn.btn-success.disabled:active, .btn.btn-success[disabled]:active, fieldset[disabled] .btn.btn-success:active, .btn.btn-success.disabled.active, .btn.btn-success[disabled].active, fieldset[disabled] .btn.btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }

    .btn.btn-secondary.disabled, .btn.btn-secondary[disabled], fieldset[disabled] .btn.btn-secondary,
    .btn.btn-secondary.disabled:hover, .btn.btn-secondary[disabled]:hover, fieldset[disabled] .btn.btn-secondary:hover,
    .btn.btn-secondary.disabled:focus, .btn.btn-secondary[disabled]:focus, fieldset[disabled] .btn.btn-secondary:focus,
    .btn.btn-secondary.disabled.focus, .btn.btn-secondary[disabled].focus, fieldset[disabled] .btn.btn-secondary.focus,
    .btn.btn-secondary.disabled:active, .btn.btn-secondary[disabled]:active, fieldset[disabled] .btn.btn-secondary:active, .btn.btn-secondary.disabled.active, .btn.btn-secondary[disabled].active, fieldset[disabled] .btn.btn-secondary.active {
        background-color: #555;
    }


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: #2a2a2a;
    color: white;
    padding: 20px;
    z-index: 1000;
    text-align: center;
}

    .cookie-accept, .cookie-consent a {
        color: #aaa !important;
    }


.cookie-handle {
    float: right;
    position: relative;
    top: -23px;
    right: -11px;
    font-size: 31px;
}
/* ----------------------------------------------------------------*/
/* 	2. HEADER/LOGO  */
/* ----------------------------------------------------------------*/
#qcPriHeader {
    position: fixed;
    top: 8px;
    width: 100%;
    background: #FFFFFF;
    z-index: 9;
}
#logo { float: left; position: relative; width: 275px; height: 72px; background: #FFFFFF; overflow: hidden; margin: 8px; }

#logo a img { width: 100%; }
#nav-header #logo { display: none; }

/* ----------------------------------------------------------------*/
/* 	3. NAVIGATION  */
/* ----------------------------------------------------------------*/

#qcMenuTrig { }
#primary-nav {align-content: center; margin: 3px 20px 0 20px; padding-left: 0;  background: #fff;}
#primary-nav > li { position: relative; }
#primary-nav > li:hover > a { background: inherit; }
#primary-nav > li > a p { top: 32.5px; }
#primary-nav > li > a { width: auto; padding: 0 8px; color: #000000; }
#primary-nav > li > a p span.menuText { display: inline-block; vertical-align: middle; white-space:nowrap; }
#primary-nav > li > a p span.menuSmallBars img { margin-left: 15px; height: 21px; width: 4px; vertical-align: middle; }
#primary-nav > li.selected > a { background: inherit; }
#primary-nav > li.selected > a:hover { background: inherit; }

/* subnav */
#primary-nav .primary-subnav { display: none; width: 300px; position: absolute; top: 68px; left: -6px; padding: 0 6px; margin: 0; list-style: none outside; background-color: #fff; font-size: 16px; line-height: 18px; text-transform: uppercase; border: 1px solid #ddd; }
#primary-nav > li:hover .primary-subnav { display: block; }
    #primary-nav .primary-subnav > li {
        display: block;
        list-style: none outside;
        border-top: 1px solid #012D5E;
    }
#primary-nav .primary-subnav > li:first-child { border-top: 0px; }
    #primary-nav .primary-subnav > li > a {
        display: block;
        padding: 10px 6px;
        color: #012D5E;
    }
#mobMenu { max-width: 1400px; margin: 0 auto; display:flex; justify-content:space-between;}
.mobile-nav { display: none; }
.mobile-sidebar-menu__btn {
    display:none;
}


/* === 4.2 PAGE CONTENT === */

.content-container {margin:0 auto; max-width:1400px; width:100%;}
.qcPageTitle {
    display: flex;
    min-height: 235px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-color: #002C5B;
}

.qcPageSep {
   background: #AEA773;
   height:50px;
   padding: 0 30px
}
.qcPageSe__text {
    display: flex;
    height: 100%;
    align-items: center;
}

.qcPageTitle.section--about {
    background-image: url(/Images/Banners/about-desktop.jpg);
}
.qcPageTitle.section--area {
    background-image: url(/Images/Banners/practices-desktop.jpg);
}
.qcPageTitle.section--news {
    background-image: url(/Images/Banners/news-desktop.jpg);
}
.qcPageTitle.section--bios {
    background-image: url(/Images/Banners/people-desktop.jpg);
}
.qcPageTitle.section--blog {
    background-image: url(/Images/Banners/blog-desktop.jpg);
}

.qcPageTitle.section--blog-banner {
    background-image: url(/Images/Banners/blog-logo-desktop.png), url(/Images/Banners/blog-desktop.jpg);
    background-size: 502px, cover;
    background-position: center center;
    background-repeat: no-repeat,no-repeat;
}

    .qcPageTitle h1, .qcPageTitle h2 {
        margin: 0 auto;
        max-width: 1400px;
        color: #fff;
        font-size: 54px;
        text-align: left;
        line-height: 1;
        width: 100%;
        font-weight:600;
    }
#qcPriHeader {
    top: 0;
}
.qcPageContent {
    width: 100%;
    background: linear-gradient(90deg, #DCDDDF 50%, #fff 50%);
}
.qcPageContent--full-width {background:none;}

.col-9 {
    background: #fff;
}

.qcPageDesc {
    padding: 75px 10px 75px 50px;
}
.qcPageContent--full-width .qcPageDesc {
    padding: 75px 10px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}

    h2.sub-heading {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 15px;
        color: #012D5E;
    }

ul.searchResultList {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

span.searchResultList__date {
    font-weight: 500;
}
.searchSectionTitle {
    margin: 1em 0 .25em 0 !important;
    padding: 0 !important;
}

.videowrapper--outer {
    max-width: 560px;
}
.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* ----------------------------------------------------------------*/
/* 	5. Index Page  */
/* ----------------------------------------------------------------*/
.pageFooter {
    display: none;
}
#qcFooterNav .pageFooter { display: block; }

.qcSliderWrapper.slick-initialized .slick-slide {
    position: relative;
}

.qcSliderWrapper .slick-list {
    margin-bottom: 50px;
}


.qcSliderWrapper .mainSliderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.qcSliderWrapper .center-wrap{
    width: 100%;
}

.qcSliderWrapper img {width:100%;}

.qcSliderWrapper .slick-dots {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background: #AEA773;
    height: 50px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .qcSliderWrapper .slick-dots li {
        background: #fff;
        border-radius: 0;
        height: 15px;
        width: 15px;
        float: none;
        margin: 18px 4px;
        cursor: pointer;
        list-style: none;
        display: inline-block;
    }

    .qcSliderWrapper .slick-dots .slick-active {
        background: #012D5E;
    }

.qcSliderWrapper .mainSliderOverlayTitle {color:#fff;font-size:54px;line-height:1.1;font-weight:600;}
.qcSliderWrapper .mainSliderOverlayContent {
    color: #AEA773;
    font-size: 32px;
    line-height: 1.1;
    margin:15px 0;
}

.qcSliderWrapper a.mainSliderOverlayLink {
    margin-top: 30px;
    font-size: 24px;
}


.qcSliderWrapper a.mainSliderBioLink {
    font-size: 24px;
    color: #AEA773;
}

.sectionItem {
    display: block;
    height: 35px;
    padding: 20px 10px;
    float: left;
}


.homepage-lower .slick-dots {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .homepage-lower .slick-dots li {
        background: #AEA773;
        border-radius: 0;
        height: 22px;
        width: 22px;
        float: none;
        margin: 14px 4px;
        cursor: pointer;
        list-style: none;
        display: inline-block;
    }

    .homepage-lower .slick-dots .slick-active {
        background: #012D5E;
    }


.formContainer input, .formContainer textarea, .CommentWrapper textarea, input.textbox {
    width: 100%;
    font-size: 22px;
    border: none;
    padding: 2px;
    border-bottom: 2px solid #012D5E;
    max-width:320px;
}

    .formContainer input:focus, .formContainer textarea:focus, .CommentWrapper textarea:focus, input.textbox:focus {
        outline: 0;
        border-bottom: 3px solid #012D5E;
    }

    .formContainer input::placeholder, .formContainer textarea::placeholder, .CommentWrapper textarea::placeholder, input.textbox::placeholder {
        color: #012D5E;
    }


.sectionItem img { vertical-align: middle; }
.sectionItem span { font: bold 20px/29px "freight-sans-pro", sans-serif; color: #333333; vertical-align: middle; }

.alertsevents .sectionItem { text-align: center; width: 100%; }

.featuredMediaItem { width: 25%; padding: 0 4%; float: left; text-align: center; color: #333333; }
.featuredMediaItem:visited { color: #333333; }
.featuredMediaItem img { width: 80%; padding: 0 10%; display: block; padding-bottom: 30px; }
.featuredMediaItem h2 { font-size: 30px; font-weight: 900; line-height: 35px; }

.blog-plus { background: #012D5E; }

#qcBlogSort li a { color: #999999; }
#qcBlogSort li a.active { background: #ffffff; color: #333333; }

.contactRow .error { border: 2px solid #012D5E; }
.qcForm .message { height: 80px; }

.largeBars { display: block; margin: 0 auto; background: url(/images/site/large_bars.png) center center no-repeat; height: 440px; }

.featuredItem {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    border-bottom: solid 1px #AEA773;
    margin-bottom: 30px;
    padding-bottom: 30px;
    transform: scale(.99);
    overflow: hidden;
}
.featuredItem__wrap:focus {outline:0;}
.featuredInfo {
    float: left;
    width: 70%;
    margin-left: 5%;
    font-size: 16px;
    color: #000000;
    line-height: 1.5em;
}
.featuredEmail, .featuredPhone, .featuredDate { color: #666666; font-size:18px; line-height:24px; }
.featuredName {
    font-size: 24px;
    color: #005394;
    font-weight:600;
}
    .featuredName:visited {
        color: #005394;
    }
.featuredImage { float: left; width: 25%; }
.featuredImage img { width: 100%; }

.searchPageSubmit { margin: 10px 0; float: right; }
.searchPageInput {
    width:100%;
    font-size: 22px;
    border: none;
    padding: 2px;
    border-bottom: 2px solid #012D5E;
}
    .searchPageInput:focus {
        outline: 0;
        border-bottom: 3px solid #012D5E;
    }
    .searchPageInput::placeholder {
        color: #012D5E;
    }

.searchOptionWrapper {
    margin-top: 10px;
}
.searchOptionCB input { margin-top: 10px;  }
.searchOptionWrapper label {font-size:20px;}
.searchSectionTitle {
    margin: 1em 0;
}
.searchResultList { list-style: disc; padding-left: 17px; }

.searchSection .searchResultList li {padding-bottom:8px;}
.searchSection .searchResultList li a {line-height:1.2;}
.page-10 .qcPageContent {
    background: none;
}

.hiddenContent { display: none; }
.moreLink { display: none; font-weight:600; }
.bioSearchSubmit { display: none; display: block; float: right; }

.qcPageSep.bio-search-wrap {
    padding: 30px;
    height:auto;
}
.bio-search-wrap .typeahead-container {padding-left:50px;}
.bio-search-wrap .typeahead-field input {max-width:100%;}
.bio-search-wrap select {
    width: 90%;
    max-width: 100%;
    background-color: transparent;
    border: none;
    color: #012D5E;
    border-bottom: solid 2px;
    margin-right: 10px;
    display: inline-block;
    cursor:pointer;
}
.search-result-placeholder .no-results {
    min-height: 400px;
}

.bio-search-wrap select.select-office {
    width: 100%;
}

    .bio-search-wrap .btn {
        margin: 0 10px;
        min-width: 100px;
    }
.bio-search-wrap .btn.btn-secondary {
    border: solid 1px;
    margin-top: 10px;
}
.bio-search-wrap .btn-success:hover {border:solid 1px;}


/* index page */
.index_page #qcFooterNav {
    display: none;
}
    .index_page .qcPage #qcFooterNav {display:block;}
.homepageLogoImage {max-width: 100%;}
.homepageBlurb { color: #333333; line-height: 1.5; font-size: 18px; }

.index_page .homepage-lower .blog-post {
    border-bottom: 1px solid #fff;
    font-size: 24px;
}

.index_page .homepage-lower a.blog-post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.mainSliderItem-mobileimage {
    display: none !important;
}

.mainSliderItem-image {
    display: block !important;
}

.recentBlogPostsHeader {
    padding-bottom: 15px;
}
.blogPage .featuredBody { margin-bottom: 15px; }
#primary-nav .showOnMobile { display: none; white-space:nowrap; }

.office { width: 49%; display: inline-block; margin-bottom: 25px; }
.office .getdirs, .office .getmap { cursor: pointer; color: #012D5E; }
.office .getdirs:hover, .office .getmap:hover { color: #0094ff; }
    .office img {
        max-width: 300px;
        width: 100%;
    }

/* ----------------------------------------------------------------*/
/* 	6. SERVICES  */
/* ----------------------------------------------------------------*/

#tiles li { cursor: initial; }
#tiles li .overlay { display: block; width: 100%; height: auto; }
.overlay p.title { padding: 0; margin: 16px 16px 16px 28px; }
.overlay p.client { margin-bottom: 5px; padding-right: 15px; color: #FFFFFF; }

/* ----------------------------------------------------------------*/
/* 	9. FOOTER  */
/* ----------------------------------------------------------------*/

#copyrights { display: inline-block; margin: 0 20px 0 0; vertical-align: top; }
#copyrights br { display: none; }
.footer-social { text-align: right; }
.footer-social-icons { display: inline-block; }
.footer-social a { display: inline-block; color: #AAAAAA; font-size: 24px; margin-left: 4px; }
.footer-social a:hover i { color: #fff; }
.footer-social-icons--mobile {display:none;}

/* ----------------------------------------------------------------*/
/*  PAGE SPECIFIC */
/* ----------------------------------------------------------------*/
.showbio_page .bioSections {
    padding-top: 20px;
}
.showbio_page .bioSections h4 { border-top: 2px #CCCCCC solid; padding: 20px 0 20px 10px; margin: 0 16px; cursor: pointer; }
.showbio_page .gotoBioImage { cursor: pointer; width: 140px; margin: 0 auto; color: #000000; padding-bottom: 10px; }
.showbio_page .bioSections h4:first-child { border: none; }
.showbio_page .bioSections h4.active { color: #012D5E; }
.showbio_page .biography h1 {
    font: 600 40px/48px "freight-sans-pro", Helvetica, Arial, sans-serif;
    margin: 0 0 15px 0;
    color: #012D5E;
}

.showbio_page .bio-image__wrap {max-width:290px;}

.bio-image__wrap--mobile {display:none;}

.showbio_page .biography {
    position: relative;
}
.showbio_page .thumbnailBioImage { display: block; width: 100%; }
.showbio_page .bioPrimaryImage { display: none; }

.showbio_page .biography .bioInfoTable { width: 100%; border-spacing: 0; padding: 10px 0 30px 0; font-size:24px; }
.showbio_page .bioInfoTable td { border-bottom: 1px solid #CCCCCC; padding: 10px 0; }
.showbio_page .bioInfoTable td:first-child { width: 190px; }

.showbio_page .bioBlurb { padding: 25px 0; }

.showbio_page .eduGroup { padding-bottom: 15px; }
.showbio_page .eduTitle { font: 900 17px/28px "freight-sans-pro", Helvetica, Arial, sans-serif; color: #012D5E; margin: 0; }
.showbio_page .eduIcon { width: 69px; float: left; padding: 25px 15px 15px 15px; }
.showbio_page .eduDetails { width: 70%; float: left; padding: 15px; }
.showbio_page .eduNote { width: 100%; padding: 15px 0; float: left; }
.showbio_page .eduSeparator { border-bottom: 1px solid #CCCCCC; }

.showbio_page .qcPageDesc .bioContent { padding-top: 20px; }
    .showbio_page .qcPageDesc h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 8px;
    }
.showbio_page .qcPageDesc h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 8px;
}
.showbio_page .sidebarSection h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #012D5E;
}
.showbio_page .sidebarSection h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 4px;
    color: #012D5E;
}

.showbio_page .sidebarSection ul {
    list-style: disc;
    margin-left: 1.2em;
    color: #012D5E;
    font-size:18px;
}

.showbio_page .bioTitle {
    font-size: 40px;
}

.bioPdfIcon, .bioVcardIcon {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    background-color: #012D5E;
    color: #AEA773 !important;
    padding: 8px 10px;
    margin: 8px 0 15px 0;
    width: 49.333%;
    box-sizing: border-box;
}
    .bioPdfIcon:hover, .bioVcardIcon:hover {
        background-color: #AEA773 !important;
        color: #fff !important;
    }

.bioVcardIcon { float: left; }
.bioPdfIcon { float: right; }
.bioVcardIcon .fa, .bioPdfIcon .fa { padding-right: 4px; }
.showbio_page span.topic { font-style: italic; }

/* professionals */
.professional-box h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    color: #012D5E;
}
.professionals-list {
    display: flex;
    flex-wrap: wrap;
}
.professional-box {margin-bottom:25px;width:30%; margin-right:3%;}

.bio-search-wrap .mobile-sidebar-menu__wrap, .page-8 .mobile-sidebar-menu__wrap {
    display: none;
}

/*-----blogs----*/
.blog-banner {
    display: block;
    width: 100%;
    height: 159px;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-image: url(/images/site/blogheader-btl.jpg);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-subnav { margin: 0 0 35px 0; }
    .blog-subnav h2 {
        margin-top: 25px;
        line-height: 30px;
        color: #012D5E;
    }
.blog-subnav a.active { font-weight: bold; }
.blog-post { padding: 0 0 25px 0; margin: 0 0 25px 0; border-bottom: 1px solid #ddd; }
.blog-post:focus {outline:0;}
.blog-post-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.blog-post-details, .blog-post-more {
    margin: 0 0 15px 0;
    color: #000;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}
.blog-post-body {
    font-size: 18px;
    line-height: 30px;
}
.blog-side-title {
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
.blog-paging { text-align: center; }
.blog-paging a { margin: 0; }
.blog-paging-text { margin: 0 10px; }
.blog-paging a.js-paging-disabled { background-color: #AAAAAA !important; border-color: #999 !important; color: #eee !important; }
.blog-disclaimer {
    color: #000;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.3;
}

.showblog_page .keyword {
    padding: 2px;
    border: none;
    border-bottom: 1px solid #012D5E;
    line-height: 1.4;
    background: transparent;
    vertical-align: middle;
    margin-bottom: 15px;
    width:100%;
    max-width:300px;
}

    .showblog_page .keyword::placeholder {
        color: #012D5E;
    }

    .signupRow {
        margin-bottom: 40px;
    }

    .signupRow.-mobile {
        margin-bottom: 20px;
        text-align: right;
    }

    @media screen and (max-width: 1000px) {
        .hideMobile {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .hideDesktop {
        display: none;
    }
}
.blog-archive-years {
    display: none;
}
.archive-toggle { cursor: pointer; }
.archive-year { cursor: pointer; }
.archive-container a { padding-left: 15px; }

/* bio directory */
.biodir-list {display:flex;flex-direction:row;flex-wrap:wrap;}
.biodir-item {
    min-height: 270px;
    margin: 0 0 25px 0;
    position: relative;
    width: 25%;
}
.search-result-placeholder {min-height:500px;}
.biodir-item-imagebox {
    width: 180px;
    height: 270px;
}
.biodir-item-imagebox a { display: block; width: 100%; }
.biodir-item-imagebox img { display: block; border: 0; width: 100%; }
.biodir-item-textbox { font-size: 16px; line-height: 24px; color: #666; width:180px;}
.biodir-item-name { font-size: 20px; line-height: 28px; font-weight: normal; }
.biodir-item-group { color: #000; }
.biodir-item-email a { color: #666; }
.biodir-item-phone a { color: #666; }

/*-----Services-----*/
.serviceRightColumn { padding: 0 5%; }
.serviceRightColumn .qcPageDesc { font-size: 14px; }
.serviceRightColumn h2 { margin-top: 14px; }
.serviceImage { display: block; margin: 0 0 25px 0; max-width:100%; }
.relAttorneys { padding-bottom: 10px; }
.showarea_page .tabs, .showindustry_page .tabs, .immigration_page .tabs, .showimmigration_page .tabs { top: 0; }
.showarea_page .tab-content .qcPageDesc, .showindustry_page .tab-content .qcPageDesc,
.immigration_page .tab-content .qcPageDesc, .showimmigration_page .tab-content .qcPageDesc { padding: 30px 0 0 0; margin: 0; }
.showarea_page .mobileSectionTitle { display: none; }

.areacategory-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.areacategory {
    width: 48%;
    margin-bottom:60px;
}
    .areacategory a {
        display: block;
        padding: 4px 15px;
    }

.areacategory__more-wrap {display:none;}
.areacategory__view-more {
    margin: 10px 15px;
}
.areacategory__view-less {
    display: none;
    margin: 10px 15px;
}

.areacategory__image {
    height: 190px;
    position: relative;
    margin-bottom: 15px;
}
    .areacategory__image img {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .areacategory__image h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #012d5eeb;
        color: #AEA773;
        padding: 10px 15px;
        font-size: 40px;
        width: 100%;
        line-height: 1;
        font-weight: 600;
    }

    .immigrationNav {
        padding: 0 0 50px 0;
    }
.immigrationNav .active { color: #012D5E; }
.immigrationNav h1 { font-size: 2em; line-height: 2em; }
.immigrationNav h3 { padding-left: 15px; }
.immigrationNav ul { margin-left: 30px; list-style: disc; }
.immigrationNav ul > li { padding: 10px 0 0 0; }
.immigrationNav ul > li a { font-size: 1.2em; font-weight: bold; padding: 0; }
.primaryContact { float: left; padding: 15px 30px 0 0; }

/*-----Professional (bio) Search------*/
.biosSort { padding-bottom: 40px; }

.biosSort input, .biosSort select { width: 96%; height: 7vh; font-size: 4vh; padding: 10px; box-sizing: content-box; -ms-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }

.biosSort select { margin: 20px 0; }

.biosSort .keyword { margin-bottom: 15px; }

.alphaSelect { padding: 20px 0; }

.alphaSelect a { font-size: 24px; float: left; margin-bottom: 10px; font-weight: bold; padding-right: 10px; color: #333333; }

.alphaSelect a.active { color: #012D5E; }

.alphaSelect a.disabled { color: #dddddd; }

.featuredAttorneyWrapper { position: relative; }

.featuredAttorneyWrapper img { width: 70%; display: block; min-height: 300px; }

.featuredAttorney { background: rgba(0,0,0,.8); padding: 20px; width: 55%; position: absolute; bottom: 0; }

.featuredAttorney > h2 { display: block; color: #FFFFFF; font-size: 29px; line-height: 34px; }

.featuredAttorney > span { display: block; color: #012D5E; font-size: 16px; }

.resultWindow { padding:0 30px; }

.bioItem { margin-bottom: 10px; }

.bioInfo { float: left; width: 60%; margin-left: 5%; font-size: 20px; color: #000000; line-height: 1.5em; }

.bioEmail { color: #666666; }

.bioPhone { color: #666666; }

.bioName { font-size: 24px; color: #000000; }

.bioName:visited { color: #000000; }

.bioInfoLeft > .bioTitle { margin: 20px 0; font-size: 28px; }

.bioImage { float: left; width: 25%; }

.bioImage img { width: 100%; }

/*-----Media LP/ShowPages-----*/
/*--- Shared Title styles for Alert/Article/News/SpeakingEngagement Show Pages ---*/

.qcSubTitle { margin-bottom: 6px; }

.media-plus { float: left; width: 20px; height: 100px; color: #fff; font: 300 16px/100px "Arial", Helvetica, sans-serif; background: #012D5E; text-align: center; }

#mediaSort { padding: 35px 0; }
#mediaSort li { float: left; }
#mediaSort li a { display: block; padding: 0 15px; color: #999999; font-size: 12px; font-weight: 600; line-height: 28px; border-radius: 3px; text-transform: uppercase; }
#mediaSort li a.active { color: #333333; background: #ffffff; }
#media-list { position: relative; height: 505px; overflow-y: scroll; border-radius: 5px 0 0 0; background: #f5f5f5; margin-bottom: 40px; }
#media-list > li { clear: both; border-bottom: 1px #555 solid; }
#media-list > li:last-child { border: 0; }

#media-list .blog-base { background-color: transparent; }
#media-list .blog-details h3 { color: #555; }
#media-list .blog-date { color: #555; }
#media-list .blog-date i { color: #555; }

.mediaPage { min-height: 675px; }

.currentItem .blog-base { background: #515151 center right no-repeat; }

.mediaRightColumn { padding: 0 10%; }

.mediaRightColumn .qcPageDesc { font-size: 14px; }

.mediaRightColumn h2 { margin-top: 14px; }

/*----- Blog Pages -----*/
#blog-list .blog-details { width: 85%; }
#media-list .blog-details { width: 70%; }
p.blogPostAuthors { margin-bottom: 0; }
a.blogDownloadLink { color: #012D5E; }
a.blogDownloadLink:hover { color: #0094ff; }
#blog-list { position: relative; height: 505px; overflow-y: scroll; border-radius: 5px 0 0 0; background: #333; margin-bottom: 40px; }
.showpost_page #blog-list { height: 575px; }
#blog-list > li:last-child { border: 0; }

.blog-date i { color: #FFFFFF; font-size: 14px; }

.blog-date { position: absolute; bottom: 10px; right: 30px; color: #CCCCCC; letter-spacing: 1px; text-transform: uppercase; font: 300 10px/11px "freight-sans-pro", Helvetica, Arial, sans-serif; }

.ViewAllBlogs { margin-bottom: 40px; }

/*Blog List All Page*/
.blogList { padding: 20px; }

.blogListItem { display: block; min-height: 50px; padding: 10px; float: left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

.blogListAlt { background: #EEE; }

.blogListTitle { width: 75%; float: left; }

.blogListDate { width: 20%; float: right; }

.blogListYear { margin: 30px 0; padding-left: 15px; font: 600 40px/60px "freight-sans-pro", Helvetica, Arial, sans-serif; }

.blog-search__wrap{
    margin-bottom: 30px;
}
    .blog-search__wrap input {margin-right:10px;}

 /*----- Office Pages -----*/
 .showoffice_page .tabs {
        top: 0;
    }

.showoffice_page .tab-content .qcPageDesc { padding: 30px 0 0 0; margin: 0; }

.officeAddress { float: left; width: 200px; padding-bottom: 32px; }

.showabout_page .officeAddress { padding-top: 30px; }

.sidebarSection {padding:75px 30px 30px 0;}
.sidebarSection a { font-size: 18px; }
a.sidebarSectionItem {display: block;font-size: 24px; line-height: 1; margin-bottom: .5em;}
.sidebarSectionItem.active {
    font-weight: bold;
}

.aboutUsWidgets {
    color: #fff;
    padding: 140px 75px;
    background: #002C5B;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutUsWidgets__item {
    background: #fff;
    width: 215px;
    height: 215px;
    margin-bottom: 30px;
    overflow: hidden;
}

.aboutUsWidgets img { max-width: 100%;  }
.aboutNav { margin-bottom: 30px; }

/* time to give*/
.taketimetogive h2 {
    padding: 10px 0;
}

/*----- Upload Resume -----*/
.uploadContainer .divider { border-bottom: 1px solid #012D5E; height: 1px; padding-top: 5px; margin-bottom: 5px; width: 100%; }

.uploadDiv { display: block; position: relative; margin: 10px 15px 20px 0; }

.uploadContainer a { padding: 10px; position: relative; display: inline-block; text-align: center; background: #012D5E; color: #FFFFFF; }

a.uploadButton {
    float: left;
    width: 108px;
    margin-right: 5px;
}

.uploadedFiles { float: left; margin-left: 30px; }

.resumeSubmitDiv { padding: 40px 0; margin-top: 24px; }

.uploadedFilesError { float: left; margin-left: 28px; color: #DA2638; }

.hidden { display: none; }

.uploadresume_page .qcForm { padding: 0; }
.contactForm { padding: 20px 0; }

.MainContent_tbName { border: 1px solid #999999; }

/* ----- Other Pages ------ */
.otherPageContent { min-height: 430px; }

/* ----- RSVP Page ------ */
.rsvp_page input {  padding: 5px; margin-bottom: 10px; box-sizing: border-box; }

.rsvp_page textarea {  padding: 3px; box-sizing: border-box; }

.rsvp_page .RSVPcheckbox input { width: auto; margin-bottom: 0; padding: 0; }

.rsvp_page .submitbutton { width: auto; }

.rsvp_page .error { border-color: #FF0000; }

.rsvp_page .errorMessage { color: #FF0000; }

.rsvp_page .sendEmail { border-top: 1px #ddd solid; border-bottom: 1px #ddd solid; padding: 10px 0; margin-bottom: 15px; }
.eventInfo { border-bottom: 1px #ddd solid; }

/* ------ Subscriptions Page ------ */
.subscriptions_page .checkbox input { width: auto; margin-bottom: 0; padding: 0; }
.subscriptions_page .submitbutton { width: auto; }
.subscriptions_page .error { border-color: #FF0000; }
.subscriptions_page .errorMessage { color: #FF0000; }
.subscriptions_page .margintop12 { margin-top: 12px; }
.subscriptions_page .checkboxList tr:last-child td { padding-top: 10px; }
.subscriptions_page .g-recaptcha {margin-top:20px;}
/* News Listing Page */
.aboutpageImage {
    display: block;
    width: 250px;
    float: left;
    margin-right: 15px;
}
.aboutpageImage img { max-width: 100%; display: block; width: auto; margin-bottom: 10px; }
.aboutpageCaption { font-weight: bold; margin-bottom: 10px; }

.newsItem { border-bottom: 1px #DDDDDD solid; margin-bottom: 25px; padding-bottom: 25px; }
.newsItem img { max-width: 100%; }
.newsItemTitle {
    font-weight: 600;
    font-size: 24px;
}
.newsItemContentCol { padding-left: 25px; }
.newsItemDate { color: #666666; }

.news-search__input {
    padding: 2px;
    border: none;
    border-bottom: 2px solid #012D5E;
    line-height: 1.4;
    background: transparent;
    vertical-align: middle;
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
}
.newsevents .sub-heading {margin-top:60px;}
.news-search__input:focus {
    outline: 0;
    border-bottom: 3px solid #012D5E;
}

.news-search__input::placeholder {
    color: #012D5E;
}

/*** video listing page*/
.videoItemTitle {
    font-weight: normal;
    padding-bottom: 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 71%;
    [ for 4:3 (56.25% for 16:9) ] padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* ----------------------------------------------------------------*/
/* 	14. MISCELLANEOUS  */
/* ----------------------------------------------------------------*/
.shortRule {
    text-align: left;
    width: 140px;
    height: 4px;
    background-color: #012D5E;
    margin: 6px 0 14px 0;
}
.qcBigTitle { margin-bottom: 30px; color: #000; font: 600 55px/42px "freight-sans-pro", Helvetica, Arial, sans-serif; letter-spacing: -4px; }
strong { color: #000; font-style: normal; }
img.fullWidth { display: block; width: 100%; }
.pull-left { float: left; }
.pull-right { float: right; }
.no-border, .qcPageTitle h1.no-border { border: 0; }
.yellow-tint { padding: 25px 50px; color: #c2a756; font-size: 12px; background: #fdf7e5; }
.grey-tint { padding: 25px 50px; background: #f8f8f8; }
.companyLogo img { width: 100%; }
#disqus_thread { margin-top: 40px; }
.dsq-brlink { display: none; }
.qcSocialShare { padding: 25px 0 15px 25px; margin: 35px 0; background: #fafafa; border: 2px #ddd solid; }
.qcSocialShare li { float: left; list-style: none; margin-right: 20px; }
h2.qcCommentTitle { display: inline-block; padding: 10px 15px; margin-top: 20px; color: #fff; font: 600 16px/16px "freight-sans-pro", Helvetica, Arial, sans-serif; background: #AAAAAA; border-radius: 20px; text-transform: uppercase; }
.formrow { background: #fafafa; }
.formrow > div:first-child { background: #fff; box-shadow: 0 -1px 1px #ccc; }
.padder { padding: 20px 40px 40px 20px; }
.spacer { position: relative; width: 0; height: 0; line-height: 0; margin: 0; padding: 0; }
.img-full { width: 100%; }
span.error { display: block; margin: 5px 0 0 5px; color: red; font-size: 12px; }
p.info { padding: 0 0 40px 40px; color: green; font-size: 12px; }

/* general styling for nested bullets */
.qcPageDesc ul { list-style: disc; }
.qcPageDesc ul ul { list-style: circle; }
.qcPageDesc ul ul ul { list-style: square; }

/* Styles specific to About page Firm Leadership CKEditor content  */
.mgmt-hierarchy { text-align: center; }
.mgmt-hierarchy .row { padding-bottom: 16px; display:block; }
.mgmt-hierarchy .col-6 { width: 100%; padding: 0 16px; box-sizing: border-box; }
    .mgmt-hierarchy h4 {
        margin-bottom: 20px;
        border-bottom: 1px solid #B1B679;
        color: #012D5E;
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
        padding-bottom: 8px;
    }
.mgmt-bio { padding-bottom: 12px; text-align: center; }
.mgmt-col-1, .mgmt-col-2, .mgmt-col-4, .mgmt-col-6, .group-col { width: 100%; box-sizing: border-box; }
.group-col { padding-bottom: 16px; }
.mgmt-bio > img { width: 90%; height: auto; max-width: 200px; }
.mgmt-bio-name, .mgmt-bio-position { width: 80%; margin: 0 auto; line-height: 22px; font-size: 14px; color: #444444; }
.mgmt-bio-name { font-weight: bold; }
.mgmt-bio-position { font-weight: normal; }

@media screen and (min-width: 768px) {
    .mgmt-hierarchy .row { padding: 0 30px 8px; }
    .group-col .row { padding-left: 0; padding-right: 0; }
    .mgmt-bio { padding-bottom: 16px; }
    .mgmt-col-2, .mgmt-col-4, .mgmt-col-6 { float: left; position: relative; }
    .mgmt-col-1, .mgmt-col-2 { width: 50%; margin: 0 auto; }
    .mgmt-col-4, .mgmt-col-6 { width: 50%; }
}

@media screen and (min-width: 1024px) {
    .mgmt-hierarchy .row { padding: 0 0 24px; }
    .mgmt-hierarchy .group-row { display: table; }
    .mgmt-hierarchy .col-6 { width: 50%; }
    .mgmt-bio > img { max-width: 120px; }
    .mgmt-col-2 {  width: 16.666666666666664%; }
    .mgmt-col-4 { width: 33.33333333333333%; }
    .mgmt-col-6 { width: 50%; }
    .group-col {
        width: 33.33333333333333%;
        display: table-cell;
        padding: 0 22px 16px;
        vertical-align: top;
    }
    .group-col h4 { margin-left: 6px; margin-right: 6px; }
    .group-col .mgmt-col-2 { width: 50%; }
    .mgmt-hierarchy h4 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-height: 65px;
    }

    .professional-box {
        margin-bottom: 25px;
        width: 24%;
        margin-right: 1%;
    }
}



/* ----------------------------------------------------------------*/
/* 	MEDIA QUERIES  */
/* ----------------------------------------------------------------*/

@media only screen and (max-width: 1579px) {
    .sidebarSection {
        padding: 75px 30px 30px 30px;
    }

    .qcPageTitle {
        padding: 30px;
    }

    .biodir-item {
        width: 33%;
    }
}

@media only screen and (max-width: 1300px) {

    .mobile-nav {
        display: block;
        font-size: 49px;
        line-height: 90px;
        position: absolute;
        right: 30px;
    }

    /*mobile sub menu*/
    .sidebarSection .mobile-sidebar-menu__wrap {
        margin: -30px;
        width: auto;
    }
    .mobile-sidebar-menu__wrap {
        background: #cdcdcdcd;
        padding: 30px;
        width: 100%;
    }

    .aboutNav {display:none;}

    .mobile-col-flip .col-3 {
        order: 2;
    }
    .mobile-col-flip .col-9 {
        order: 1;
    }

    .mobile-sidebar-menu__wrap .fa-minus {
        display: none;
    }

        .mobile-sidebar-menu__wrap.active .fa-minus {
            display: inline-block;
        }

        .mobile-sidebar-menu__wrap.active .fa-plus {
            display: none;
        }

    .mobile-sidebar-menu__btn {
        width: 100%;
        background: none;
        border: none;
        color: #012D5E;
        font-weight: bold;
        border-bottom: solid 2px;
        margin-bottom: 20px;
        padding-bottom: 8px;
        cursor: pointer;
        font-size: 32px;
        display:block;
    }

    .mobile-sidebar-menu__wrap .mobile-sidebar-menu__block {
        display: none;
    }
    .mobile-sidebar-menu__wrap.active .mobile-sidebar-menu__block {
        display: block;
    }
    .showbio_page .bio-image__wrap {display:none;}
    .showbio_page .bio-image__wrap--mobile {
        display: block;
    }

    #primary-nav {
        display: none;
        position: absolute;
        top: 87px;
        right: 0;
        height: calc(100vh - 85px);
        max-height: 460px;
        width: 290px;
        background: #DCDDDF;
        margin-left: 0;
    }

        #primary-nav .showOnMobile {display:block;}

        #primary-nav > li {
            float: none;
            display: block;
            position: relative;
        }

            #primary-nav > li > a {
                display: block;
                width: 100%;
                padding-left: 0;
                border-bottom: 2px #012D5E solid;
                color: #012D5E;
            }

                #primary-nav > li > a i {
                    float: left;
                    position: relative;
                    top: 15px;
                    font-size: 20px;
                }

                #primary-nav > li > a > p {
                    float: left;
                    top: 14px;
                    left: 16px;
                }

        #primary-nav span.menuSmallBars {
            display: none;
        }

        #primary-nav .primary-subnav {
            display: none;
        }

    .primary-subnav {
        display: none !important;
    }

    #primary-nav > li > a {height:57px;}

    .qcPageTitle {
        padding: 30px;
    }

    .sidebarSection {
        padding: 30px;
    }

    .col {
        width: 100%;
    }

    .qcPageContent {
        background: none;
    }

    .qcPageDesc {
        padding: 75px 30px;
    }

    .mobile-col-flip .sidebarSection {
        padding: 30px 30px 75px 30px;
    }

    .bioInfoRight .sidebarSection {
        padding: 0 30px 75px 30px;
    }

    .mobile-col-flip .qcPageDesc {
        padding: 30px 30px 0 30px;
    }

    .homepage-lower .mobile-col-flip .qcPageDesc {
        padding: 30px;
    }


    #qcFooterNav li {
        float: none;
    }

    .footer-social-icons {
        display: none
    }

    .footer-social-icons--mobile {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #copyrights {
        padding: 25px 0 0 0;
    }

    .qcPageTitle.section--about {
        background-image: url(/Images/Banners/about-mobile.jpg);
    }

    .qcPageTitle.section--area {
        background-image: url(/Images/Banners/practices-mobile.jpg);
    }

    .qcPageTitle.section--news {
        background-image: url(/Images/Banners/news-mobile.jpg);
    }

    .qcPageTitle.section--bios {
        background-image: url(/Images/Banners/people-mobile.jpg);
    }

    .qcPageTitle.section--blog {
        background-image: url(/Images/Banners/blog-mobile.jpg);
    }

    .qcPageTitle.section--blog-banner {
        background-image: url(/Images/Banners/blog-logo-mobile.png), url(/Images/Banners/blog-mobile.jpg);
        background-size: 460px, cover;
    }

    .qcPageTitle {min-height:400px;}

    .resultWindow {
        padding: 30px 0;
    }

    .bio-search-wrap .typeahead-container {
        padding-left: 0;
    }
    .bio-search-wrap select {margin-bottom:15px;width:100%;}
    .bio-search-wrap .btn.btn-success {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .bio-search-wrap .btn.btn-secondary {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .office {width:100%;}

    .bio-search-wrap .mobile-sidebar-menu__wrap {
        margin: -30px;
        margin-bottom: 20px;
        width: auto;
        display: block;
    }

    .page-8 .mobile-sidebar-menu__wrap {display:block;}

    .page-3 .sidebarSection {
        display: none;
    }

    .homepage-lower .btn {
        width: 100%;
    }

    .qcSliderWrapper .mainSliderOverlay {
        padding: 30px 30px 60px 30px;
    }

    .qcSliderWrapper .mainSliderOverlayTitle {
        font-size: 40px !important;
    }

    .qcSliderWrapper .mainSliderOverlayContent {
        font-size: 22px;
        margin: 0;
    }

    .qcSliderWrapper a.mainSliderOverlayLink {
        margin-top: 1em;
    }

    .qcSliderWrapper .mainSliderOverlayTitle {font-size:40px;}

    .homepage-lower .sidebarSection {
        background-color: #ddd;
        padding: 75px 30px;
    }

    .index_page .homepage-lower .blog-post, .index_page .homepage-lower .featuredItem {
        border-bottom: none;
    }

     .homepage-lower .featuredItem {
         margin-bottom: 0; 
        padding-bottom: 60px;
    }
 }


/*mobile*/
@media only screen and (max-width: 767px) {
    body {
        font: 400 18px/22px "freight-sans-pro", Helvetica, Arial, sans-serif;
    }

    /* hp slides */
    .mainSliderItem-mobileimage {
        display: block !important;
    }
    .qcSliderWrapper .mainSliderOverlayTitle {
        font-size: 32px !important;
    }

    .qcSliderWrapper .mainSliderOverlayContent {
        font-size: 22px;
    }
    .qcSliderWrapper a.mainSliderOverlayLink {
        width: 100%;
    }
    .qcSliderWrapper .slick-dots li {
        height: 22px;
        width: 22px;
        margin: 14px 4px;
    }

    .mainSliderItem-image {
        display: none !important;
    }
    
    .qcSliderWrapper .mainSliderOverlay {
        padding: 30px 30px 60px 30px;
    }

    /* Navigation */
    #mobMenu {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .footer-social {text-align:center;}

    .qcPageTitle h1, .qcPageTitle h2 {
        font-size: 40px;
    }

    #primary-nav {
        top: 87px;
        left: 0;
        width: 100%;
        max-height: 460px;
        overflow: hidden;
    }

    .areacategory {
        width: 100%;
    }
    .professional-box {
        margin-bottom: 25px;
        width: 48%;
        margin-right: 2%;
    }

    #primary-nav > li > a {
        width: 100%;
    }
  
    .biodir-item {
        width: 50%;
    }


}


@media only screen and (max-width: 480px) {
    .col-sm-12 {
        width: 100%;
    }

    #logo a img {
        width: 100% !important;
        width: 215px !important;
        height: auto !important;
        margin-top: 9px !important;
    }

    .mobile-nav {
        font-size: 40px;
    }

    .biodir-item {
        width: 100% !important;
    }

    #primary-nav {max-height:360px;}
    #primary-nav > li > a {
        height: 45px;
    }
    #primary-nav > li > a > p {top:8px;}

    .blog-paging .btn {
        width: 100%;
        margin: 10px 0;
    }

    .blog-paging-text {
        margin: 0 10px;
        font-size: 20px;
        font-weight: 600;
    }

    .qcPageTitle.section--blog-banner {
        background-size: 300px, cover;
    }

    .showbio_page .bioInfoTable td:first-child, .bioInfoTable td:first-child, .professional-box .bioInfoTable td:first-child {
        width: 110px;
    }

    .showbio_page .biography .bioInfoTable, .bioInfoTable, .professional-box .bioInfoTable {
        font-size: 18px;
    }

    .professional-box {
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0;
    }
}


    
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}

.wb-editor-form {
}

.wb-editor-form-title, .wb-editor-form-content {
}

.wb-editor-form .wb-editor-form-title {
    color: #000;
    font: 600 20px/30px "freight-sans-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.wb-editor-form .wb-editor-form-content {
    padding-bottom: 20px;
}

.wb-editor-form-element[type='text'], .wb-editor-form-element[type='email'], textarea.wb-editor-form-element {
    width: 95%;
    padding: 14px 12px;
    color: #666;
    font-family: "Arial", Arial, sans-serif;
    font-size: 12px;
    border: 0;
    border-bottom: 1px #ddd solid;
    border-radius: 1px;
}

textarea.wb-editor-form-element {
    height: 80px;
}

.wb-editor-form-element[type='submit'] {
    width: 100px;
    position: relative;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    font-size: 10px;
    border: 2px #398439 solid;
    background: #5CB85C;
    text-transform: uppercase;
    cursor: pointer;
}

    .wb-editor-form-element[type='submit']:hover {
        color: #FFFFFF;
        border-color: #398439;
    }

select.wb-editor-form-element {
    width: 398px;
    padding: 9px;
}

.wb-editor-form-invalid {
}

a.learnMore {
    color: #B1B679;
    text-decoration: underline;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}


ol {
    padding-left: 17px;
}

    ol ol {
        list-style-type: lower-alpha;
        padding-left: 34px;
    }

