/***************
GENERAL
****************/

.page-header { margin-top: 0!important; }

/* 
@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:400,400i,300i,700|Oswald|Material+Icons');
*/
body {
  background: #F7F2EE;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  overflow-x: hidden;
}


/***************
TEXT
****************/
.lead {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 2.8rem;
}

blockquote {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 2.3rem;
  line-height: 3.2rem;
  border: 0;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
  font-weight: 300;
}

blockquote p, blockquote div {
  font-weight: 300;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 2.5rem;
}

blockquote small {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 5px 0;
  font-style: normal;
  margin-top: 15px;
}

mark {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 5px 0;
  font-style: normal;
  background: #ff6600;
  color: #fff;
  padding: 2px;
}

hr {
  background-color: #c2b5ad;
  border-color: #c2b5ad;
}

/***************
DRUPAL SPECIFIC
****************/
#first-time, .field-label {
  display: none;
}

#toolbar {
  width: 100%!important;
}

/***************
HEADINGS
****************/
h1, .heading-one {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 5.6rem;
  text-transform: uppercase;
  margin: 5px 0;
  letter-spacing: 3px;
  margin: 5px 0;
}

h2, .heading-two {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px 0;
}

h3, .heading-three {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin: 5px 0 10px 0;
  font-weight: 100;
}

h4, .heading-four {
  font-family: 'Oswald', Impact, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px 0;
}

h5, .category-text {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 5px 0;
  font-style: normal;
  font-weight: regular;
}

/***************
FONT COLORS
****************/
.text-default, .text-default a {
  color: #000!important;
}

.text-white, .text-white a {
  color: #fff!important;
}

.text-charcoal, .text-charcoal a {
  color: #444!important;
}

.text-gray, .text-gray a {
  color: #9d9d9d!important;
}

.text-tan, .text-tan a {
  color: #c2b5ad!important;
}

.text-orange, .text-orange a {
  color: #ff6600!important;
}

.text-lightorange, .text-lightorange a {
  color: #ff9854!important;
}

.text-teal, .text-teal a {
  color: #81baa8!important;
}

.text-transparent {
  color:rgba(0,0,0,0.6)!important;
}

.text-normal {
  text-transform: none!important;
}

/***************
TEXT STYLES
****************/
.stat-circle {
	border: 4px solid white;
	padding: 15px 20px;
	border-radius: 100%;
	display: inline-block;
	margin: 10px auto;
	text-align: center;
}

.text-montserrat {
	font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
}

.text-oswald {
	font-family: 'Oswald', Impact, Helvetica, Arial, sans-serif;
}

.text-lg {
	font-size: 3.8em;
}

.text-md {
	font-size: 3.4em;
}

.text-shadow {
	text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
}
/***************
BACKGROUND COLORS
****************/
.bg-default {
  background: #000!important;
}

.bg-white {
  background: #fff!important;
}

.bg-charcoal {
  background: #444!important;
}

.bg-gray {
  background: #9d9d9d!important;
}

.bg-tan {
  background: #c2b5ad!important;
}

.bg-orange {
  background: #ff6600!important;
}

.bg-lightorange {
  background: #ff9854!important;
}

.bg-teal {
  background: #81baa8!important;
}

.bg-transparent {
  background: rgba(0,0,0,0.6)!important;
}

.parallax, .Parallax { /*creates parallax effect on blocks it is applied to */
  background-attachment: fixed!important;
}

/***************
IMAGES
****************/
.img-body { /* used to add padding/margin to body images */
  margin: 15px;
  padding: 0;
}

.img-center {
  margin: 10px auto;
}
.field-name-body img {
  max-width: 100%;
  height: auto;
}

/***************
POSITIONING AND OVERLAYS
****************/
.dark-overlay {
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}

	.dark-overlay-lt {
		  background: rgba(0,0,0,0.2);
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  z-index: 0;
		  position: absolute;
	}

.light-overlay {
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}

.col-center {
  margin: 10px auto;
  float: none;
}

.overlay-verticalcenter {
  top: 50%;
  transform: translate(0%, -50%);
}

.container-lg {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}



/***************
LINKS
****************/
a {
  color: #888;
}

a:hover {
  color: #444;
}

/***************
BUTTONS
****************/
.btn, button {
  padding: 15px;
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  border: 2px;
  border-radius: 0;

  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  vertical-align: middle;
}

.btn:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}

.btn i.material-icons {
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}

.btn-default {
  background: #000;
  color: #fff!important;
}

.btn-white  {
  background: #fff;
  color: #000!important;
}

.btn-charcoal, .btn-default:hover {
  background: #444;
  color: #fff!important;
}

.btn-gray {
  background: #9d9d9d;
  color: #fff!important;
}

.btn-tan {
  background: #c2b5ad;
  color: #444!important;
}

.btn-orange, .btn-info, .btn-info:hover, .btn-primary, .btn-primary:hover, button.default {
  background: #ff6600;
  color: #fff!important;
}

.btn-lightorange {
  background: #ff9854;
  color: #fff!important;
}

.btn-teal {
  background: #81baa8;
  color: #fff!important;
}

.btn-teal:hover {
  background: #74a596;
}

.btn-transparent {
  background: rgba(0,0,0,0.6);
  color: #fff!important;
}

.btn-transparent:hover {
  background: rgba(0,0,0,0.8);
}

.btn-whiteborder {
  color: #fff;
  border: 2px solid #fff;
}

.btn-whiteborder:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000!important;
}

.btn-orangeborder {
  color: #ff6600;
  border: 2px solid #ff6600;
}

.btn-orangeborder:hover {
  border: 2px solid #ff6600;
  background: #ff6600;
  color: #fff!important;
}

/***************
INPUT
****************/
input[type=text], input[type=email], input[type=password], textarea, select, .form-control {
  padding: 12px;
  background: #fff;
  color: #444;
  border: 2px solid #ccc;
  border-radius: 0;
  height: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label, legend {
	font-size: 13px;
	color: gray;
	letter-spacing: 1px;
	display: block;
	border: 0;
	margin: 2px 0;
	padding: 0;
	font-weight: 700;
}

.form-type-select {
  position: relative;
}
.form-type-select:after {
  content: "\e114";
  position: absolute;
  display: block;
  font-family: 'Glyphicons Halflings';
  height: 34px;
  line-height: 34px;
  z-index: 2;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #CCC;
}


.form-control:focus {
  border: 2px solid #bbb;
  box-shadow: 0 0 0 0;
  outline: 0 none;
}

input[type=submit] {
  background: #ff6600;
  color: #fff;
  padding: 15px;
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  border: 2px;
  border-radius: 0;
  margin: 2px;
}

input[type=submit]:hover {
  border: 2px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  background: #ff9854;
}


#edit-submitted-upload-employment-application-upload-button,
#edit-submitted-upload-your-resume-upload-button,
#edit-submitted-upload-a-cover-letter-upload-button {
  float: right;
  margin-top: -49px;
}

/***************
PANELS, MEDIA OBJ AND ACCORDIONS
****************/
/* accordion styles */
.panel-heading, .panel-default > .panel-heading {
  background: none!important;
  border: 0!important;
  padding: 0!important;
}

.panel-heading a, .panel-default > .panel-heading a {
  background: #444;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 20px;
  border: 0!important;
}

.panel-title .material-icons {
  float: left;
  margin: 0px 8px 0 0;
}

/* generic panel */
.panel {
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  vertical-align: middle;
  margin: 30px 0;
  padding: 0;
  border: 0;
}

.panel:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.008);
  z-index: 20;
  position: relative;
}

.panel:hover .panel-img {
  opacity: 0.85;
}

.panel-img {
  background: #eee;
  clear: both;
  overflow: hidden;
}

.panel-img img {
  padding: 0!important;
  margin: 0!important;
}

.panel-minheight { /*used for cards*/
  min-height: 370px;
}

.panel-minheight-sm {
  min-height: 260px;
}

.panel-minheight-md {
  min-height: 320px;
}

.panel-minheight-lg {
  min-height: 450px;
}

.panel-minheight-xl {
  min-height: 500px;
}

.panel .lead {
  margin-bottom: 5px;
}

.panel .lead a:hover {
  text-decoration: none;
}

.panel em {
  line-height: 0.5em;
  font-size: 0.9em;
}

/** more link **/
.more-link {
  background: #ff6600;
  height: 38px;
  width: 38px;
  display: inline-block;
  color: #fff;
  float: right;
  transition: all 0.25s ease-in-out 0s;
}

.more-link:hover {
  color: #fff;
  text-decoration: none;
  background: #ff9854;
}

.more-link small {
  font-size: 10px;
  margin-top: -18px;
  display: block;
  text-transform: uppercase;
}

/** media object, list **/
.media, .media:first-child {
  background: #fff;
  margin: 10px auto;
  padding: 15px;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  vertical-align: middle;
  min-height: 175px;
}

.media-heading {
  padding-top: 10px;
}

.media:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.008);
}

.media .pull-left img {
	border-radius: 100%;
	margin: 5px;
}

/***************
PAGERS
****************/
.pagination > li > a, .pagination > li > span {
	color: #c2b5ad;
	font-family: Montserrat;
	font-size: 13px;
	padding: 10px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #c2b5ad!important;
	border: 1px solid #c2b5ad!important;
	color: #fff;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #666;
}

/***************
LINK LISTINGS
****************/
.link-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.link-listing li a{
  display: block;
  margin: 0;
  padding: 10px 0px;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #c2b5ad;
}

.link-listing li a:hover {
  display: block;
  padding-left: 8px;
  text-decoration: none;
}

/***************
BACK TO TOP/DOWN TO CONTENT
****************/
.backtop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #FF6607;
  color: #fff!important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-shadow: none;
  padding: 12px 0 0 0;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 1000;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

	.backtop:hover {
		opacity: 1;
	}

.downcontent {
  color: #bbb!important;
  border-radius: 100%;
  border: 2px solid #bbb;
  width: 40px;
  height: 40px;
  text-shadow: none;
  padding: 8px 0 0 0;
  text-align: center;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 1000;
  margin: 15px auto;
}

/***************
FAST FACT ANIMATION
****************
.wrap {
  position: absolute;
  overflow: hidden;
  padding: 20px 50px;
  display: block;
  border-radius: 4px;
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
.wrap.active {
  display: block;
  visibility: visible;
  box-shadow: 2px 3px 16px silver;
  transform: translateY(0px);
  background: #fff;
  position: relative;
  z-index: 20;
}

.wrap .content {
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.wrap.active .content {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.wrap:before {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  content: "";
  right: 50%;
  bottom: 95%;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.wrap.active:before {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  bottom: 50%;
  right: 50%;
  margin-right: -200px;
  margin-bottom: -200px;
  display: block;
}

a.popup {
  margin: 15px auto;
  padding: 12px 13px 12px 13px;
  outline: none;
  border-radius: 100%;
  background: #fff;
  color: #222;
  font-size: 24px;
  display: block;
  transition: transform 0.25s ease;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

a.popup:hover,
a.popup:active,
a.popup:focus {
  text-decoration: none;
  background: #FE6600;
  color: #fff;
}
a.popup.active {
  transform: rotate(135deg);
}

/***************
FAST FACT ANIMATION, FINAL
****************/
.fast-facts .panel-circle {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
	height: 150px;
	width: 150px;
	padding-top: 55px;
	border-radius: 100%; 
	margin: 0 auto 15px auto;
	z-index: 80; 
	position: relative;
	border: 8px solid #fff;
	background: #FF6600;
	color: #fff;
}

.fast-facts .panel:hover {
	box-shadow: none;
	transform: none;
}

/****************
SLIDE UP ANIMATION 4/3/2018 - mobile first
*****************/
#footerSlideContainer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}

#footerSlideButton {
  background: #ff6600;
  color: #000;
  border: 2px solid #000;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  margin-top: -56px;
}
#footerSlideContent > div {
  padding: 15px;
}

#footerSlideContent {
  overflow-y: scroll;
}
#footerSlideForm #mc_embed_signup form {
  padding: 0;
}

#footerSlideForm #mc_embed_signup .mc-field-group.input-group,
#footerSlideForm #mc_embed_signup .mc-field-group.input-group ul {
  min-height: 0;
  padding: 0;
}
#footerSlideForm strong {
  display: none;
}
#footerSlideForm h2 {
  display: none;
}

#footerSlideForm .indicates-required {
  display: none;
}

#footerSlideForm label, #footerSlideForm strong {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 5px 0;
  font-style: normal;
  color: gray;
}

/* regular form element*/
#footerSlideForm input {
  width: 100%;
}

/*radio elements*/
#footerSlideForm ul {
  margin: 0;
  padding: 0;
}

#footerSlideForm li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footerSlideForm li label {
  display: inline-block;
  width: 90%;
}

#footerSlideForm li input {
  display: inline-block;
  width: 10%;
  float: left;
}
#footerSlideForm input[type="submit"] {
  margin-top: 15px;
}

/*error*/
#mc_embed_signup div.mce_inline_error {
  background: #E78B4D!important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #E78B4D!important;
}

/* fix for ios zoom */
#footerSlideForm input[type="color"],
#footerSlideForm input[type="date"],
#footerSlideForm input[type="datetime"],
#footerSlideForm input[type="datetime-local"],
#footerSlideForm input[type="email"],
#footerSlideForm input[type="month"],
#footerSlideForm input[type="number"],
#footerSlideForm input[type="password"],
#footerSlideForm input[type="search"],
#footerSlideForm input[type="tel"],
#footerSlideForm input[type="text"],
#footerSlideForm input[type="time"],
#footerSlideForm input[type="url"],
#footerSlideForm input[type="week"],
#footerSlideForm select:focus,
#footerSlideForm textarea {
  font-size: 14px;
}


@media (min-width: 768px) {
  #footerSlideContainer {
    width: 300px;
    right: 20px;
    left: auto;
    top: auto;
  }
  #footerSlideContent {
    /*overflow-y: hidden;*/
  }
}