/* ----------BASE STYLE SHEET---------- */
/* ----------NORMALIZE---------- */
html {box-sizing:border-box;}
*,*:before,*:after {box-sizing:inherit;}
html {font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#737f84;
	font-family: 'Alegreya', serif;
	font-size: 17px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {
	background:transparent;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
a:active,a:hover {outline:0;}
abbr[title] {border-bottom:1px dotted;}
mark {background:#ff0;color:#000;}
small {font-size:80%;}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
img {border:0;box-sizing:content-box; vertical-align: middle;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace,monospace;font-size:1em;}
table {border-collapse:collapse;border-spacing:0;}
td,th {padding:0;}
/* ----------end NORMALIZE---------- */
/* ----------TYPOGRAPHY---------- */
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: #e9d29c;
}
h1,h2,h3,h4,h5,h6 {
	font-family:inherit;
	font-weight:400;
	line-height:.95;
	color:#502d7f;
	text-rendering:optimizeLegibility;
}
h1 {
	font-size:2.5em;
	margin-bottom:10px;
}
h2 {
	font-size:2em;
	margin-bottom:10px;
}
h3 {
	font-size:1.75em;
	margin-bottom:10px;
}
h4 {
	font-size:1.5em;
	margin-bottom:10px;
}
h5 {
	font-size:1.2em;
	margin-bottom:10px;
}
h6 {
	font-size:1em;
	margin-bottom:10px;
}
@media (max-width: 480px){
	h1 {
		font-size:2em;
		margin-bottom:10px;
	}
	h2 {
		font-size:1.75em;
		margin-bottom:10px;
	}
	h3 {
		font-size:1.6em;
		margin-bottom:10px;
	}
}
p {
	font-family:inherit;
	font-weight:500;
	line-height:1.4;
	color:inherit;
	text-rendering:optimizeLegibility;
}
b,strong {
	font-weight:bold;
}
i,em,dfn {
	font-style:italic;
}
blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	font-size:18px;
	border-left:5px solid #eee;
}
ul {
	margin-left: 50px;
}
/* ----------end TYPOGRAPHY---------- */

/* ----------FORMS---------- */
button,input,optgroup,select,textarea {color:inherit;font-size:100%;margin:0;vertical-align: baseline;vertical-align: middle;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;font:inherit;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
form .col-1,form .col-2,form .col-3,form .col-4,form .col-5,form .col-6,form .col-7,form .col-8,form .col-9,form .col-10,form .col-11,form .col-12,form .col-full {margin-top:0;margin-bottom:0;}
.row-input {margin:8px 0;}
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend {border:0;padding:0;}
textarea {overflow:auto;}
optgroup {font-weight:bold;}
button,input[type="reset"],input[type="submit"],input[type="button"],.btn,.btnLink,.btn-sm {-webkit-appearance:none;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:none;cursor:pointer;outline:0;overflow:visible;width:auto;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.btn,.btnLink,.btn-sm {display:inline-block;}
.btn-sm {padding:4px 10px 3px;font-size:11px;}
button:hover,input[type="reset"]:hover,input[type="submit"]:hover,input[type="button"]:hover,.btn:hover,.btnLink:hover,.btn-sm:hover {text-decoration:none;}
textarea,select,input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"] {-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #e6e6e6;color:#000;outline:0;padding:4px;font-size:13px;}
select {padding:2px 3px;}
form br {display:block;height:0;}
::-webkit-input-placeholder {color:#888;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#888;}
input.placeholder_text,textarea.placeholder_text {color:#888;}
button:focus,button:active,input:focus,input:active,select:focus,select:active,textarea:focus,textarea:active {z-index:1;}
input[type="file"]:focus,input[type="file"]:active,input[type="radio"]:focus,input[type="radio"]:active,input[type="checkbox"]:focus,input[type="checkbox"]:active {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
select[disabled],textarea[disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="email"][disabled],input[type="month"][disabled],input[type="number"][disabled],input[type="password"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="text"][disabled],input[type="time"][disabled],input[type="url"][disabled],input[type="week"][disabled] {background-color:#ccc;}
button[disabled],input[disabled],select[disabled],select[disabled] option,select[disabled] optgroup,textarea[disabled] {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#888;cursor:default;}
textarea,select[size],select[multiple] {height:auto;}
#recaptcha_area input{height:auto;}
label.error {color:#9F1D1D!important;font-style:italic;margin-bottom:10px;}
div.error,label.error {display:none;}
.error-input,input.error{background:#EFD1D1!important;border:solid 1px #9F1D1D!important;margin:10px 0 0;}
.formUrl {display:none!important;visibility:hidden;}
#theForm {position:absolute;top:0;left:-99999px;}


/* Start Basic Styles */
.clear{
	clear:both;
}
.wideWrapper {
	width: 100%;
}
.darkBackground {
	background-image: url(/images/gradientDarkBkg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.darkBackground h1 {
	color: #ffffff;
}
.darkBackground p {
	color: #b7c5c9;
}
.white {
	color:#fff;
}
.centerText {
	padding-left: 10% !important;
	padding-right: 10% !important;
	text-align: center;
}
.ilsIcon {
	max-width: 90px;
	margin-bottom: 10px;
}
.sectionDivider {
	width: 100%;
	margin-bottom: -30px;
}
.dividerCandy {
	width: 160px;
	height: 30px;
	position: relative;
	z-index: 1;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sideImage {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 80px 0;
	margin-bottom: 15px;
}
.print {
	display: none;
}
.text-center {
	text-align: center;
}

/* Header Styling */
.headerTopBar {
	height: 20px;
	margin: 0;
	padding: 0;
	background-color: #402466;
}
.logoNavContainer {
	margin: 0;
	padding: 0;
	background-color: #502d7f;
}
.logoMain {
	float: left;
	max-width: 230px;
	margin: 30px 0;
}
.logoImg {
	width: 100%;
	height: auto;
}
.logoMainCandy {
	width: 160px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 45px;
	z-index: 1;
}
@media (max-width: 480px) {
	.logoMainCandy {
		left: 50%;
		margin-left: -80px;
	}
}
.mainNav {
	float: right;
	text-align: right;
	display: block;
	margin-top: 40px;
}
.navCta {
	float: right;
	text-align: right;
	clear: right;
	display: block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	top: 70px;
}
@media (max-width: 1200px) {
	.navCta {
		top: 120px;
		right: 30px;
		position: absolute;
	}
}
@media (max-width: 768px) {
	.navCta {
		top: 120px;
		right: 30px;
		position: absolute;
	}
}
@media (max-width: 480px) {
	.navCta {
		position: absolute;
		top: 25px;
		right: 20px
	}
}
.pageHeaderImg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
@media (max-width: 480px) {
	.pageHeaderImg {
		height: 150px;
	}
}
.pageTitle {
	display: inline-block;
	padding: 10px 18px 8px 23px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 26px !important;
	font-weight: inherit;
	font-family: Alegreya Sans;
	text-transform: uppercase;
	letter-spacing: .25em;
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
	.pageTitle {
		font-size: 18px !important;
		margin:0 10px;
	}
}

/* Menu Styling */
.show {
	display: block !important;
}
.mNavOpen {
	background-position: 0px -50px !important;
	transition: 0s ease;
}
#navMain{
	position: relative;
	top: 40px;
	float: right;
	display: block;
	font-family: inherit;
	font-weight: inherit;
	line-height: 20px;
	color: #ded3b0;
}
#navMain > a {

}
#navMain > ul {

}
#navMain > li {
	display: inline-block;
	margin-left: 14px;
}
#navMain > li:hover {

}
#navMain > li > a {
	cursor: pointer;
	padding: 6px 0;
	border-top: 2px solid transparent;
}
#navMain > li > a:hover {
	border-top: 2px solid #fff;
	color: #fff;
}
/* Dropdown Menus */
#navMain > li.dir {
	position: relative;
	cursor: default;
	background: url(/images/icons/dir-icon.png) no-repeat right center;
	padding-right: 12px;
}
#navMain > li.dir > ul {
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background-color: #fff;
	border-top: 3px solid #000;
	width: 250px;
	padding: 0;
	z-index: 99;
}
#navMain > li.dir:hover ul {
  display: block;
}
#navMain > li.dir > ul > li {
  display: block;
	border-bottom: solid 1px #fff;
}
#navMain > li.dir > ul > li > a {
  display: block;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  padding: 7px 16px;
  color: #000;
}
#navMin > li.dir > ul > li:hover {
  background: #fff;
}
#navMain > li.dir > ul > li > a:hover {
  text-decoration: none;
	background-color: #fff;
	color: #000;
}
#mNav {
	display: none;
}
@media (min-width: 1200px) {
	#navMain {
		display: block !important;
		transition: 0s ease;
	}
}
@media (max-width: 1199px) {
	#mNav {
		display: block;
		position: absolute;
		top: 50px;
		right: 20px;
		width: 50px;
		height: 50px;
		background: url(/images/mNavBtn@2x.png);
		background-position: 0px 0px;
		background-size: 50px 100px;
		overflow: hidden;
	}
	#navMain {
		display: none;
		width: 100%;
		text-align: left;
		font-size: .9em;
		position: relative;
		top: 0px;
		z-index: 999;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		padding: 0px;
		background: #f7eae0;
		color: #502d7f;
		margin-bottom: 15px;
	}
	#navMain > ul {
		padding: 0px;
	}
	#navMain > li {
		width: 100%;
		margin-left: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 2px solid #fff;
	}
	#navMain > li > a {
		margin-left: 10px;
		border: none;
	}
	#navMain > li > a:hover {
		border: none;
		color: #402466;
	}
}
@media (max-width: 768px){
	#mNav {
		right: 20px;
	}
	#navMain {
		width: 94%;
		margin: 0 3% 20px;
}
	#navMain > li.dir {
		position: relative;
		cursor: default;
		background: url(/images/icons/dir-icon.png) no-repeat;
		background-position-y: 16px;
		background-position-x: 94%;
		padding-right: 0px
	}
	#navMain > li.dir > ul {
		display: none;
		position: relative;
		left: 0;
		top: 8px;
		background-color: #fff;
		border-top: 3px solid #000;
		width: 100%;
		padding-left: 15px;
	}
}

/* Home Slider Styling */
.marginOffset {
	margin-top: -30px !important;
}
.sp-text-purple {
	display: inline-block;
	padding: 8px 14px;
	background: rgba(80, 45, 127, 0.75);
	color: #fff;
	font-size: 32px !important;
	font-weight: inherit;
	font-family: inherit;
}
.innoTextImg {
  width: 100%;
  max-width: 716px;
}

@media (max-width: 480px) {
  .innoTextImg {
    left: 10% !important;
  }
	.sp-text-purple {
		font-size: 18px !important;
		left: 10% !important;
	}
}

/* Graphic Link Styling */
.graphicLink{
	width: 30%;
	margin: 10px 1.5%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 20px 30px;
	display: inline-block;
}
.gLinkText {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 23px;
}
.gLinkText p {
	line-height: 1.3;
}
@media (max-width: 991px) {
	.graphicLink {
		width: 100%;
		margin: 10px 0;
		display: block;
	}
}

/* Tan Background Section */
.tanSection {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contactTextBox {
	background-color: rgba(255, 255, 255, 0.7);
	max-width: 800px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}

/* Start Ibex Module Styles */
.backTo{
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	color: inherit;
}

/* Locations */
.locationListBlock {
	margin-bottom: 30px;
}
.locationListLogo {
	float: none;
	max-width: 250px;
	margin: 0 auto;
	display: block;
}
.locationListLogoImg {
	width: 100%;
}
.locationListTitle {
	font-size: 16px;
}
.locationListDetails {
	line-height: 1.1;
	color: #a6a6a6;
}
.locationLogo{
	margin: 0 auto;
	text-align: center;
	max-width: 200px;
	width: 100%;
}
.locationContactInfo {
	display: block;
	margin: 0 auto 60px;
	text-align: center;
}
.locationContent{
	margin-bottom:20px;
}
.locationPhoto {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 250px;
}

/* News */
.newsArticleItem{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.newsArticleMeta{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: inherit;
}

/* Blog */
#blogContentBody p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blogPadding{
	padding-left: 6.5% !important;
	padding-right: 6.5% !important;
}
@media (max-width: 768px) {
	.blogPadding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.blogArticleItem{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}

.blogArticleMeta {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}

.articleTags{
	margin-top:18px;
}

.blogArchiveItem {
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline-block;
}
.blogArchiveThumb {
	width: 40%;
	float: left;
	margin-right: 20px;
}
@media (max-width: 1200px) {
	.blogArchiveThumb {
		width: 23%;
	}
}
@media (max-width: 768px) {
	.blogArchiveThumb {
		width: 30%;
	}
}
@media (max-width: 480px) {
	.blogArchiveThumb {
		width: 15%;
	}
}

.comment{
	margin:0 0 20px 0;
	border-bottom:solid 1px #111;
	padding:0 10px 15px 10px;
}
.commentDate{
	font-size:.8em;
	color:#bbb;
}
#blogCommentFormTable tr td{
	padding:0 20px 8px 0;
}

/* News/Blog Media Styles */
.blogArticleMedia.small.image, .blogArticleBlockMedia.small.image,
.newsArticleMedia.small.image, .newsArticleBlockMedia.small.image {
    width: 300px;
}
.blogArticleMedia.large.image, .blogArticleBlockMedia.large.image,
.newsArticleMedia.large.image, .newsArticleBlockMedia.large.image {
    width: 450px;
}
.blogArticleMedia.small.video, .blogArticleBlockMedia.small.video,
.newsArticleMedia.small.video, .newsArticleBlockMedia.small.video {
    width: 300px;
}
.blogArticleMedia.large.video, .blogArticleBlockMedia.large.video,
.newsArticleMedia.large.video, .newsArticleBlockMedia.large.video {
    width: 450px;
}

.error-input, .form .error-both .input, .form .error-same .input {
	background:#FBDCDC !important;
	border:2px solid #B91818 !important;
	color:#B91818 !important;
}
.error-div {margin:15px 0; font-size:14px;padding:5px 0;color:#9F1D1D;font-weight:bold;display:none; }
.error-same, .form .error-both { color:#9F1D1D; border:1px solid #9F1D1D;}
.error{
	padding:0 0 7px;
	font-style:italic;
	font-size:13px;
	color:#B91818;
	display:block;
	font-weight:bold;
}
input.error{
	background:#FBDCDC;
	border:solid 2px #B91818;
	font-weight:normal;
}
#errorBlock{
	background: #FBDCDC;
    color: #B91818;
    padding: 5px 10px;
}

#msg{
	background:#222;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:8px 10px;
	color:#fc0;
	font-style:italic;
	font-size:14px;
	margin:0 0 20px;
}

/* Events */
.eventItemWrap{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.eventItem{
	float:left;
	width:490px;
}
.eventItemImage{
	float:right;
	width:180px;
	display:block;
}
#calTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#calTable td {
	height: 110px;
	width: 110px;
	font-size: 10px;
	line-height: 11px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	background:#efefef;
}
#calTable .calDate {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	display: block;
	margin: 0px 0px 5px;
	padding: 3px 3px 0px;
	float: left;
	color: #444;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#calTable .calEventTitle {
	clear: left;
	display: block;
	margin: 0px;
	padding: 0px 3px;
}
#calTable .calEventTitle a {
	text-decoration: none;
}
#calTable .calEventTitle a:hover {
	text-decoration: underline;
}
#calTable td.otherMonth {
	background: #ccc;
}
#calTable td.otherMonth .calDate {
	color: #444;
}
#calTable td.today {
	background: #fff;
}
#calTable td.today .calDate {
	font-size: 17px;
	line-height:17px;
	font-weight: bold;
	color: #000;
}
#calTable tr th{
	border:none !important;
}
#calNextPrev {
	font-weight:bold;
	text-align:right;
	font-size: 12px;
}
#calSearch {
	margin:0 0 15px 0;
}
table#monthsBlock{
	margin:0;
}

/* Jobs */
#jobsTable{
	margin-bottom:20px;
	width:100%;
}
#jobsTable th{
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .10em;
	font-family: Alegreya Sans;
}
.jobsInformation td{
	border-bottom:dotted 1px #ccc;
	padding:4px 12px 4px 0;
	line-height: 1.1;
	height: 60px;
}
@media (max-width: 768px) {
	#jobsTable th.jobsThPosted, th.jobsThLocation, th.jobsThType {
		display: none;
	}
	#jobsTable td.jobPosted, td.jobLocation, td.jobType {
		display: none;
	}
	.jobsInformation td{
		padding:4px 8px 4px 0;
	}
}

/* job application */

#appDiv2, #appDiv3, #appDiv4, #appDiv5, #appDiv6, #appBtnPrev{
	display:none;
}
.appDiv h2{
	margin:0;
}
.appTable{
	width:100%;
}
.appTable fieldset{
	padding:25px;
	margin:15px auto 25px;
	border:solid 2px #CCCCCC;
}
.appTable legend{
	font-weight:bold;
	font-size:.85em;
	text-transform:uppercase;
	letter-spacing:.03em;
	padding:0 10px;
	margin:0 0 0 -12px;
}
.appTable label{
	display:block;
	margin-bottom:3px;
}
.appTable input[type="date"],
.appTable input[type="datetime"],
.appTable input[type="datetime-local"],
.appTable input[type="email"],
.appTable input[type="month"],
.appTable input[type="number"],
.appTable input[type="password"],
.appTable input[type="search"],
.appTable input[type="tel"],
.appTable input[type="text"],
.appTable input[type="time"],
.appTable input[type="url"],
.appTable input[type="week"]{
	width:96%;
}
.appTable textarea{
	width:96%;
	min-height:125px;
}
.appTable .date-input{
	width:80px !important;
}
.appTable .field-auto-width{
	width:auto !important;
}
.appTable tr td{
	padding:0 0 6px 0;
}
.app_star_column{
	width:20px;
	padding:0 5px 4px 0;
}
.app_label_column{
	width:200px;
	padding:0 10px 4px 0;
}
.app_field_column{
	padding:0 0 4px 0;
}
.app_star_required{
	color:#AD2624;
}
.appTable label.error{
	display:none;
	background: #FCE592;
    color: #B91818;
    display: block;
    font-size: inherit;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 30px;
    padding: 7px 15px;
}
.appTable label.error-hide-on-load {display:none;}
.app_questions_block > td{
	padding-top:25px !important;
}
.ui-datepicker {font-size:14px !important;}
#appForm input[type="radio"]{
	margin-left:20px;
}
.app_checkbox_options_box{
	margin:6px 0 0 25px;
}

#dm_container ul{
	list-style-type:none;
}

.dm_folder{
	cursor:pointer;
}

#dm_container ul li {
	background:none;
	margin-left:inherit;
	padding: 4px 0px;
}

#dm_container ul ul {
	padding-left:20px;
}

.appSection {
	display: inline-block;
	width: 100%;
	padding: 30px;
	margin: 20px 0;
	background-color: #f6f6f6;
}
.appSectionHeader {
	font-size: 28px;
	font-family: Alegreya Sans;
	margin-bottom: 20px;
}
.appSectionHeaderSub {
	font-size: 16px;
	font-family: Alegreya Sans;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 20px;
	margin-top: 30px;
	display: inline-flex;
	clear: both;
}
.flexCol {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.flexInput {
	flex: 1;
	width: 100%;
}
#jobAppForm label {
	margin-right: 10px;
}
#jobAppForm textarea {
	width: 100%;
	min-height: 80px;
}
#jobAppForm input[type="checkbox"] {
	margin-right: 5px !important;
}
#jobAppForm input[type="radio"] {
	margin-right: 5px !important;
}
@media (max-width: 1024px) {
	#jobAppForm {
		font-size: 12px;
	}
}

/* Job Listing */
#jobListing > ul {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}
#jobListing > ul > li {
  display: inline-block;
	margin-right: 30px;
}
@media (max-width: 480px) {
	#jobListing > ul > li {
	  display: block;
		margin: 5px 0;
		line-height: 1;
	}
}

/* Property Module */

#propPhotos {
	width:30%;
}
#propMainImageWrap{
	position:relative;
	padding:10px;
	background:#fff;
	box-shadow:1px 1px 4px #999;
	margin:0 0 16px;
	/*overflow:hidden;*/
}

#propPhotos .fullsizeLink{
	background-image: url('/images/icon-magnifying-glass.png');
	display: block;
	width: 34px;
	height: 34px;
	text-indent:-99999px;
}

.propThumb{
	display:inline-block;
	width:30%;
	padding:0 5px;
	text-align:center;
	margin:0 0 18px;
	vertical-align:top;
}
.propThumb a:link, .propThumb a:visited{
	text-decoration:none;
}
.propThumb img{
	background:#ECE4D4;
	padding:4px;
	max-width:100%;
}

#propGMap{
	width:450px;
	height:245px;
}

.propertyListType{
	margin:0 0 25px;
}
.propertyListType h2{
	border-bottom: dotted 1px #000;
	margin:0 0 10px 0;
}
.propertyListItem{
	width:45%;
	padding:0 1.5%;
	margin:0 0 20px;
	line-height:18px;
	display:inline-block;
	vertical-align:top;
}
#contentBtm .propertyListItem{
	width:30%;
}
.propertyListItem img{
	float:left;
	margin:0 15px 25px 0;
}

.salesAssoc{
	float:left;
	margin:0 65px 15px 0;
	min-width:215px;
}
.salesAssoc img{
	float:left;
	margin:0 10px 20px 0;
}


#platMapLegend{
	margin:0 0 3px;
	font-size:12px;
	font-style:italic;
}
.platMapLegendItem{
	margin: 0 13px 0 0;
	vertical-align:middle;
}
.platMapLegendItem img{
	vertical-align:middle;
}

.pager{
	font-size: 1em;
  margin: 15px 0 25px;
  color: #502d7f;
}
#pagerBottom{
	margin:0 0 20px;
	border-top:dotted 1px #000;
}


/* Form Builder */

div.formBuilderLabel {

}
div.formBuilderField {

}
div.formBuilderHeadline {

}
div.formBuilderHeadline h2 {

}
table.formBuilderTable {

}
td.formBuilderLabel {

}
td.formBuilderField {

}
td.formBuilderHeadline {

}
td.formBuilderHeadline h2 {

}
td.formBuilderHiddenField {
	display:none;
}
div.superLabelContainer  {
	position:relative;
	float: left;
	margin-bottom: 1.5em;
}
div.superLabelContainer label, div.labelInPlaceContainer  label {
	display:block;
}
div.labelInPlaceContainer input.error {
	margin:0;
}

/* Main Contact Form Styling */
div#basicContact {
	width: 100%;
}
div#basicContact input[type=text] {
	width: 100%;
	height: 40px;
}
div#basicContact .sl_label {
	top: 0 !important;
	left: 10px !important;
	line-height: 40px;
}
div#basicContact input[type=submit] {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #eadbb7;
	background-color: #c18b64;
	margin-left: 1.5%;
	padding: 10px 24px;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #8f674a;
}

div#message {
	width: 97%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
div#message textarea {
	width: 100% !important;
}
div#info {
	width: 30.333%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.tinymce_responsive img{
	max-width : 100%;
	height    : auto;
}

/* Button Styling */
.orangeBtn {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #eadbb7;
	background-color: #c18b64;
	margin-top: 30px;
	padding: 10px 24px;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #8f674a;
}
.orangeBtn:hover {
	letter-spacing: .16em;
}
.smallBtn {
	display: inline-block;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #f6f6f6;
	background-color: #8c8c8c;
	margin-right: 15px;
	padding: 3px 15px;
	border-radius: 5px;
}
.smallBtn:hover {
	color: #ffffff;
	background-color: #696969;
}
.purpleLink {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #502d7f;
	margin-top: 30px;
}
.purpleLink:hover {
	letter-spacing: .18em;
}

/* Footer Styling */
.footerContent {
	background-color: #502d7f;
	color: #ffffff;
}
.logoImgFooter {
	max-width: 200px;
	height: auto;
}
.copyrightInfo {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 40px;
	background-color: #402466;
	color: #a092b3;
}
@media (max-width: 768px) {
	.copyrightInfo {
		font-size: 13px;
		line-height: 1.2;
		text-align: center;
		padding: 12px 0;
	}
}
#helpfulPages > ul > li {
	list-style: none;
	color: #e9d29c;
	margin-bottom: 12px;
	border-bottom: solid 1px #693aa6;
	font-size: 16px;
	line-height: 24px;
}
#helpfulPages > ul > li > a {
	padding-left: 12px;
	background-image: url(/images/menuHoverArrow@4x.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

#helpfulPages > ul > li > a:hover {
	padding-left: 12px;
	background-image: url(/images/menuHoverArrow@4x.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}
.footerTitle {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.15em;
	letter-spacing: .10em;
	margin-bottom: 15px;
}

#research > ul > li {
	margin-bottom: 15px;
	line-height: 1.1;
}

/* Recipe Module Styling */
#recipe_category {
	height: 30px;
	padding: 0 12px;
	max-width: 150px;
	width: 100%;
}
#recipe_search_input {
	max-width: 250px;
	width: 100%;
	height: 30px;
	margin: 0 12px;
}
#recipe_search_button {
	color: #e4b68f;
	background-color: #502d7f;
	padding: 0 12px;
	height: 30px;
}
.recipeListItem {
	margin-bottom: 30px;
	display: inline-block;
}
.recipeListImage {
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.recipeListThumb {
	width: 100%;
	float: left;
}
.recipeImage {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#ingredientList ul li {
	list-style: none;
}
#nutritionInfo ul li {
	list-style: none;
}
@media (max-width: 1024px) {
	.recipeListThumb {
		width: 23%;
	}
}
@media (max-width: 768px) {
	.recipeListThumb {
		width: 30%;
	}
}
@media (max-width: 480px) {
	.recipeImage {
		height: 200px;
	}
	.recipeListThumb {
		width: 15%;
	}
	#recipe_category {
		width: 100%;
		margin-bottom: 20px;
	}
	#recipe_search_input {
		width: 100%;
		margin: 0 0 20px;
	}
}

.iconShare {
	max-width: 80px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footerSocialIcons {
	max-width: 34px;
	margin: 30px 5px 0;
	display: inline-block;
}
.headerSocialIcons {
	display: inline-block;
	max-width: 22px;
	margin-left: 3px;
}
@media (max-width: 768px) {
	.headerSocialIcons {
		display: none;
	}

}

.boardMember {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.boardMemberTitle {
	font-size: 26px;
	text-align: center;
}
.boardMemberPosition {
	font-size: 14px;
	text-align: center;
	color: #a2a2a2;x
	line-height: 1.2;
}


/* Calculator Form Styling */
#calcForm label {
	margin-right: 10px;
	line-height: 1.1;
}


/* Responsive Goodness */
@media only screen
and (max-width : 600px) {
.blogArticleMedia.large.image, .blogArticleBlockMedia.large.image,
.newsArticleMedia.large.image, .newsArticleBlockMedia.large.image {
    width: 300px;
}
.blogArticleMedia.large.video, .blogArticleBlockMedia.large.video,
.newsArticleMedia.large.video, .newsArticleBlockMedia.large.video {
    width: 300px;
}
}


@media only screen and (max-width : 768px) {
.img-responsive {
  max-width: 100% !important;
  height: auto !important;
  float: none !important;
  display: block !important;
  width: auto !important;
}
}

