/*
Theme Name: Shopping Center Group
Theme URI: http://visualsoldiers.com
Description: Hand Crafted with love in Atlanta.
Author: Visual Soldiers
Author URI: http://visualsoldiers.com
Version: 1.0.0
*/


/* ==========================================================================
   Global styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html {
  font-size: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #F5F5F5;
	-webkit-font-smoothing: subpixel-antialiased;
}

.container {
	max-width: 1500px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

h1, .h1 {
	font-size: 4.625rem;
	line-height: 4.375rem;
	letter-spacing: -0.125rem;
	font-weight: 400;
	color: #FCFAF8;
}

h2, .h2 {
	font-size: 2.75rem;
	line-height: 3.125rem;
	letter-spacing: -0.85px;
	font-weight: 400;
}

h3, .h3 {
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: 400;
}

h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.875rem;
	letter-spacing: -0.40px;
	font-weight: 400;
}

h5, .h5 {
	font-size: 0.75rem;
	line-height: 1.875rem;
	font-weight: 700;
	letter-spacing: 1.22px;
	text-transform: uppercase;
}

body, p, .p {
	font-size: 1rem;
	line-height: 1.875rem;
	font-weight: 400;
	margin-bottom: 0;
}

.lead {
	font-size: 1rem;
	line-height: 2.188rem;
	font-weight: 300;
}
.small {
	font-size: 0.8125rem;
	line-height: 2.188rem;
	font-weight: 300;
}

h5.underline {
	text-decoration: underline;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #E7E7E7;
}



/*----------------Utilities-----------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

p a {
	color: #F26522;
}

p a:hover, p a:focus, p a:active {
	color: #ff8045;
}

button {
  -webkit-appearance: none;
  	 -moz-appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}


/*----------More Link----------*/
.more-link a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75rem;
	line-height: 1.875rem;
	font-weight: 700;
	letter-spacing: 1.22px;
	text-transform: uppercase;
	position: relative;
	color: #F26522;
	display: inline-block;
	background: transparent;
	padding: 0 0 5px;

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.more-link a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	background: #F26522;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		 -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
		 	 -o-transition: height 0.3s, opacity 0.3s, transform 0.3s;
		 			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
		 -moz-transform: translateY(-10px);
		  -ms-transform: translateY(-10px);
		 	 -o-transform: translateY(-10px);
		 			transform: translateY(-10px);
}

.more-link a:hover::after,
.more-link a:focus::after {
	height: 1.5px;
	opacity: 1;
	-webkit-transform: translateY(0);
		 -moz-transform: translateY(0);
		 	-ms-transform: translateY(0);
		 	 -o-transform: translateY(0);
		 			transform: translateY(0);
}



/*----------Buttons----------*/
.btn {
	font-size: 0.925rem;
	line-height: 1.875rem;
	font-weight: 300;
	padding: 1rem 5rem;
	color: #FCFAF8;
	border-radius: 40px;
}

.btn-sm {
	padding: 0.5rem 2.5rem;
	font-size: 0.825rem;
}

.btn-primary {
	background: #F26522;
	border-color: #F26522;
	color: #FCFAF8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #F26522;
	border-color: #F26522;
	color: #FCFAF8;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #F26522;
  border-color: transparent;
}

:focus {
    outline: 0;
}

.btn-none {
	padding: 0.1rem 0.1rem;
	background: transparent;
	border-color: transparent;
	color: inherit;
}

.btn-none:hover, .btn-none:focus, .btn-none:active {
	background: transparent;
	border-color: transparent;
	color: inherit;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.0);
}

.btn-back {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 800;
	color: #F26522;
}
.btn-back img {
	width: 28px;
	margin-right: 8px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.btn-back:hover, .btn-back:focus, .btn-back:active {
	color: #F26522;
	margin-right: 5px;
}

.btn-back:hover img {
	margin-right: 10px;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.btn-search {
	position: absolute;
	top: 10px;
	right: 20px;
}

/*----------Helpers----------*/
.column-wrap {
   align-items: center;
   justify-content: center;
   flex-flow: column wrap;
   align-content: center;
   -webkit-column-count: 2;
	 	  -moz-column-count: 2;
	 				 column-count: 2;
}

/*----------------Margins-----------------*/
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ma-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.ma-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-1 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.ma-2 {
  margin: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-2 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.ma-3 {
  margin: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.ma-4 {
  margin: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-4 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.ma-5 {
  margin: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my-5 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.ma-6 {
  margin: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.my-6 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

/*----------------Padding-----------------*/
.pa-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.pa-1 {
  padding: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.pa-2 {
  padding: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.pa-3 {
  padding: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pa-4 {
  padding: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-4 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.pa-5 {
  padding: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-5 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.pa-6 {
  padding: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.py-6 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}

/*----------------Zindex-----------------*/
.z-0 {
	z-index: -1 !important;
}
.z-1 {
	z-index: 10 !important;
}
.z-2 {
	z-index: 20 !important;
}
.z-3 {
	z-index: 30 !important;
}
.z-4 {
	z-index: 40 !important;
}
.z-5 {
	z-index: 50 !important;
}


/*----------------Main Colors-----------------*/
.orange {
	color: #F26522;
}

.black {
	color: #2A2A2A;
}

.dark-gray {
	color: #5C6069;
}

.gray {
	color: #E7E7E7;
}

.light-gray {
	color: #F3F2F1;
}

.white {
	color: #FCFAF8;
}

/*----------------Background Colors-----------------*/
.orange-bg {
	background: #F26522;
}

.black-bg {
	background: #2A2A2A;
}

.dark-gray-bg {
	background: #5C6069;
}

.gray-bg {
	background: #E7E7E7;
}

.light-gray-bg {
	background: #F3F2F1;
}

.white-bg {
	background: #FCFAF8;
}

.bright-white-bg {
	background: #FFFFFF;
}


.light-orange-bg {
	background: #FF7432;
}

.dark-orange-bg {
	background: #E65E1E;
}


/*---------Mail Chimp-------*/
.mc_embed_signup {
  height: 50px;
}
.mc_embed_signup input.email {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-color: transparent;
  border-right-style: none;
  border-right-width: 0;
  border-top-color: transparent;
  border-top-style: none;
  border-top-width: 0;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
  left: 0;
  position: relative;
  width: 100%;
  background: rgba(152, 149, 156, 0.0);
  font-size: 0.95rem;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 45px;
  text-indent: 20px;
}

.mc_embed_signup i {
  position: absolute;
  margin-top: 18px;
}

.mc_embed_signup input.email:focus {
  outline-color: currentcolor;
  outline-style: none;
  outline-width: medium;
}
.mc_embed_signup input.email:-moz-placeholder {
  color: rgba(253, 251, 248, 0.4);
}
.mc_embed_signup input.email::-moz-placeholder {
  color: rgba(253, 251, 248, 0.4);
}
.mc-embedded-subscribe {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: rgba(44, 45, 46, 0.6);
  font-size: 25px;
  height: 50px;
  margin-right: 0;
  position: absolute;
  right: 20px;
    width: 100px;
}
.mc-embedded-subscribe:hover {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #ffffff;
  transition-delay: 0s;
  transition-duration: 0.35s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.mc_embed_signup .select {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: auto auto;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  content: '';
  position: absolute;
  background: url('images/arrow-right.png') no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 30px;
	margin-top: -40px;
	text-indent: -9999px;
}


.mc_embed_signup .select:hover {
	opacity: 0.9;
	cursor: pointer;
}




/* ==========================================================================
   Animation Styles
   ========================================================================== */
/* FadeIn */
.fadeIn {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  	 -moz-animation-play-state: paused;
		 	-ms-animation-play-state: paused;
		 	 -o-animation-play-state: paused;
		 			animation-play-state: paused;
}

.fadeIn.in-view {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  	 -moz-animation-fill-mode: both;
		 	-ms-animation-fill-mode: both;
		 	 -o-animation-fill-mode: both;
		 	 		animation-fill-mode: both;

  -webkit-animation-duration: 0.85s;
  	 -moz-animation-duration: 0.85s;
		 	-ms-animation-duration: 0.85s;
		 	 -o-animation-duration: 0.85s;
		 	 		animation-duration: 0.85s;

  -webkit-animation-play-state: running;
  	 -moz-animation-play-state: running;
		 	-ms-animation-play-state: running;
		 	 -o-animation-play-state: running;
		 	 		animation-play-state: running;

  -webkit-animation-name: fadeIn;
		 -moz-animation-name: fadeIn;
		 	 -o-animation-name: fadeIn;
		 	 		animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}




/* moveUp */
.moveUp {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  	 -moz-animation-play-state: paused;
		 	-ms-animation-play-state: paused;
		 	 -o-animation-play-state: paused;
		 			animation-play-state: paused;
}

.moveUp.in-view {
  visibility: visible;

	-webkit-animation-fill-mode: both;
		 -moz-animation-fill-mode: both;
		 	-ms-animation-fill-mode: both;
		 	 -o-animation-fill-mode: both;
		 	 		animation-fill-mode: both;

	-webkit-animation-duration: 1.2s;
		 -moz-animation-duration: 1.2s;
		 	-ms-animation-duration: 1.2s;
		 	 -o-animation-duration: 1.2s;
		 	 		animation-duration: 1.2s;

	-webkit-animation-play-state: running;
		 -moz-animation-play-state: running;
		 	-ms-animation-play-state: running;
		 	 -o-animation-play-state: running;
		 	 		animation-play-state: running;

	-webkit-animation-name: moveUp;
		 -moz-animation-name: moveUp;
		 	 -o-animation-name: moveUp;
		 	 		animation-name: moveUp;
}


@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Color Reveal */
.color-reveal {
	overflow: hidden;
	position: relative;
}
.color-reveal:before {
	content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
	background: #F26522;
	z-index: 5;
}
.color-reveal.left {
	right: 0;
}
.color-reveal.right {
	left: 0;
}
.color-reveal.in-view:before {
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 	 -o-transition: all 0.2s ease-in-out;
		 	-ms-transition: all 0.2s ease-in-out;
		 			transition: all 0.2s ease-in-out;

	-webkit-transition-delay: 0.75s;
		 -moz-transition-delay: 0.75s;
		  -ms-transition-delay: 0.75s;
		   -o-transition-delay: 0.75s;
		 			transition-delay: 0.75s;
}

.color-reveal.in-view img {
	-webkit-transform: scale(1.03);
		 -moz-transform: scale(1.03);
		 	 -o-transform: scale(1.03);
		 	 		transform: scale(1.03);

	-webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  	 -moz-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
		 			transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);

	-webkit-transition-delay: 0.65s;
		 -moz-transition-delay: 0.65s;
		 			transition-delay: 0.65s;
}

.color-reveal-delay.color-reveal.in-view:before {
	-webkit-transition-delay: 1s;
		 -moz-transition-delay: 1s;
		  -ms-transition-delay: 1s;
	  	 -o-transition-delay: 1s;
		 			transition-delay: 1s;
}

/* Global Parallax */
.parallax {
	display: block;
	-webkit-transform: translateZ(0);
		 -moz-transform: translateZ(0);
		 	-ms-transform: translateZ(0);
		 	 -o-transform: translateZ(0);
		 			transform: translateZ(0);
}


/* Delay */
.animationDelay{
	-webkit-animation-delay: 0.1s;
		 -moz-animation-delay: 0.1s;
		 			animation-delay: 0.1s;
}
.animationDelay1{
	-webkit-animation-delay: 0.3s;
		 -moz-animation-delay: 0.3s;
		 			animation-delay: 0.3s;
}
.animationDelay2{
	-webkit-animation-delay: 0.5s;
		 -moz-animation-delay: 0.5s;
		 			animation-delay: 0.5s;
}
.animationDelay3{
	-webkit-animation-delay: 0.7s;
		 -moz-animation-delay: 0.7s;
		 			animation-delay: 0.7s;
}
.animationDelay4{
	-webkit-animation-delay: 0.9s;
		 -moz-animation-delay: 0.9s;
		 			animation-delay: 0.9s;
}




/* ==========================================================================
   Nav Styles
   ========================================================================== */
#menu {
	position:fixed;
	top:0;
	width: 100%;
	z-index: 700;
	background: transparent;

	-webkit-transform: translateY(-200%);
  	 -moz-transform: translateY(-200%);
		 	-ms-transform: translateY(-200%);
		 	 -o-transform: translateY(-200%);
		 	 		transform: translateY(-200%);

	-webkit-transition: all 0.75s ease-in-out;
  	 -moz-transition: all 0.75s ease-in-out;
		 	 -o-transition: all 0.75s ease-in-out;
		 	 		transition: all 0.75s ease-in-out;
}

#menu.start {
	-webkit-transform: translateY(0);
  	 -moz-transform: translateY(0);
		 	-ms-transform: translateY(0);
		 	 -o-transform: translateY(0);
		 	 		transform: translateY(0);

  -webkit-transition: all 0.55s ease-in-out;
  	 -moz-transition: all 0.55s ease-in-out;
		 	 -o-transition: all 0.55s ease-in-out;
		 	 		transition: all 0.55s ease-in-out;
}

#menu.show {
	background: #FCFAF8 !important;

  -webkit-transform: translateY(0);
  	 -moz-transform: translateY(0);
		 	-ms-transform: translateY(0);
		 	 -o-transform: translateY(0);
		 	 		transform: translateY(0);

  -webkit-transition: all 0.55s ease-in-out;
  	 -moz-transition: all 0.55s ease-in-out;
		 	 -o-transition: all 0.55s ease-in-out;
		 	 		transition: all 0.55s ease-in-out;
}

#menu.fixed-menu {
	-webkit-transform: translateY(0);
  	 -moz-transform: translateY(0);
		 	-ms-transform: translateY(0);
		 	 -o-transform: translateY(0);
		 	 		transform: translateY(0);

	-webkit-transition: all 0.55s ease-in-out;
  	 -moz-transition: all 0.55s ease-in-out;
 		 	 -o-transition: all 0.55s ease-in-out;
 		 	 		transition: all 0.55s ease-in-out;
}

.navbar-brand{
	background: url('images/logo-white.png') no-repeat;
	width: 110px;
	height: 110px;
	margin-top:  15px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

#menu.show .navbar-brand{
	background: url('images/logo-color.png') no-repeat;
	width: 70px;
	height: 70px;
	margin-top: 0;
	-webkit-background-size: contain;
		 -moz-background-size: contain;
		 	 -o-background-size: contain;
		 	 	  background-size: contain;

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.term-newyorkcity .navbar-brand {
	background: url('images/logo-scg-white.png') no-repeat;
	width: 110px;
	height: 110px;
	margin-top:  15px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.term-newyorkcity #menu.show .navbar-brand {
	background: url('images/logo-scg-color.png') no-repeat;
	width: 70px;
	height: 70px;
	margin-top: 0;
	-webkit-background-size: contain;
		 -moz-background-size: contain;
		 	 -o-background-size: contain;
		 	 	  background-size: contain;

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.navbar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.navbar-nav {
	margin-top: -12px;
}

.navbar-nav li {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}

.nav-link {
  font-weight: 500;
  color: #FCFAF8;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
}
.nav-link:after, .dropdown-toggle.nav-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1.5px;
  background-color: #FCFAF8;
  width: 100%;

	-webkit-transform: translate(-102%, 0);
  	 -moz-transform: translate(-102%, 0);
  	  -ms-transform: translate(-102%, 0);
  	   -o-transform: translate(-102%, 0);
		 			transform: translate(-102%, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 	-ms-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.nav-link:hover:after, .dropdown-toggle.nav-link:hover:after {
  -webkit-transform: translate(102%, 0);
  	 -moz-transform: translate(102%, 0);
  	  -ms-transform: translate(102%, 0);
  	   -o-transform: translate(102%, 0);
		 			transform: translate(102%, 0);
}
.nav-link:hover, .nav-link:active, .nav-link:focus  {
  color: #FCFAF8;
}

.active .nav-link:after,
.category .current_page_parent .nav-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1.5px;
  background-color: #FCFAF8;
  width: 100%;

  -webkit-transform: translate(0, 0);
  	 -moz-transform: translate(0, 0);
  	  -ms-transform: translate(0, 0);
  	   -o-transform: translate(0, 0);
		 			transform: translate(0, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 	-ms-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 	 -o-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*----------Hide Navigation on Pages-----------*/
.single-post #menu, .single-team #menu {
	display: none !important;
}


/*----------On Menu Show-----------*/
#menu.show .nav-link {
  font-weight: 500;
  color: #2A2A2A;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
}
#menu.show .nav-link:after, #menu.show .dropdown-toggle.nav-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #2A2A2A;
  width: 100%;

  -webkit-transform: translate(-102%, 0);
  	 -moz-transform: translate(-102%, 0);
		 			transform: translate(-102%, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#menu.show .nav-link:hover:after, #menu.show .dropdown-toggle.nav-link:hover:after {
  -webkit-transform: translate(102%, 0);
  	 -moz-transform: translate(102%, 0);
		 			transform: translate(102%, 0);
}
#menu.show .nav-link:hover, #menu.show .nav-link:active, #menu.show .nav-link:focus  {
  color: #2A2A2A;
}

#menu.show .active .nav-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0=0;
  height: 1.5px;
  background-color: #2A2A2A;
  width: 100%;

  -webkit-transform: translate(0%, 0);
  	 -moz-transform: translate(0%, 0);
		 			transform: translate(0%, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}



/*---------------Mobile Navigation------------------*/
.mobile-toggle {
	position: absolute;
	top: 35px;
  right: 25px;
  height: 27px;
  width: 35px;
  cursor: pointer;

  -webkit-transition: opacity .25s ease;
  	 -moz-transition: opacity .25s ease;
		 	 -o-transition: opacity .25s ease;
		 	 		transition: opacity .25s ease;
}
.mobile-toggle.active .top, .news-toggle.active .top {
	background: #2a2a2a;
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		 -moz-transform: translateY(11px) translateX(0) rotate(45deg);
		 	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
		 	 -o-transform: translateY(11px) translateX(0) rotate(45deg);
		 	 		transform: translateY(11px) translateX(0) rotate(45deg);
}
.mobile-toggle.active .middle, .news-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}
.mobile-toggle.active .bottom, .news-toggle.active .bottom {
	background: #2a2a2a;
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		 -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
		 	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
		 	 -o-transform: translateY(-11px) translateX(0) rotate(-45deg);
		 	 		transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.mobile-toggle span, .news-toggle span {
  background: #FFF;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  	 -moz-transition: all 0.35s ease;
		 	 -o-transition: all 0.35s ease;
		 	 		transition: all 0.35s ease;
}
.mobile-toggle span:nth-of-type(2) {
  top: 11px;
}
.mobile-toggle span:nth-of-type(3) {
  top: 22px;
}

/*---------------On Menu Show------------------*/

#menu.show .mobile-toggle span {
  background: #2A2A2A;
}

/*---------------Overlay------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  top: -100vh;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 500;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.overlay li {
	padding: 0.2rem 0 !important;
  font-size: 1.5rem;
}

/*------Mobile List Animation----------*/
.overlay-menu li {
  opacity: 0;

  -webkit-transform: translateX(30px);
  	 -moz-transform: translateX(30px);
		 	-ms-transform: translateX(30px);
		 	 -o-transform: translateX(30px);
		 	 		transform: translateX(30px);


  -webkit-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;

  -webkit-transition-duration: 0.2s, 0.2s;
       -o-transition-duration: 0.2s, 0.2s;
          transition-duration: 0.2s, 0.2s;

  -webkit-transition-property: opacity, -webkit-transform;
  				transition-property: opacity, -webkit-transform;
			 -o-transition-property: transform, opacity;
			 		transition-property: transform, opacity;
			 		transition-property: transform, opacity, -webkit-transform;

  -webkit-transition-timing-function: ease, ease;
       -o-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}
.overlay-menu li:first-child {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.overlay-menu li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.overlay-menu li:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.overlay-menu li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.overlay-menu li:nth-child(5) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.overlay-menu li:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.overlay-menu li:nth-child(7) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.overlay-menu li:nth-child(8) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.overlay-menu li:nth-child(9) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.overlay-menu li:nth-child(10) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.overlay-menu li:nth-child(11) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.overlay.open .overlay-menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  	 -moz-transform: translate3d(0, 0, 0);
		 	 -o-transform: translate3d(0, 0, 0);
		 	 		transform: translate3d(0, 0, 0);
}

/*------Overlay Open----------*/

#overlay.open .nav-link {
  font-weight: 500;
  color: #2a2a2a;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
}
#overlay.open .nav-link:after, #overlay.open .dropdown-toggle.nav-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #2a2a2a;
  width: 100%;

	-webkit-transform: translate(-102%, 0);
  	 -moz-transform: translate(-102%, 0);
		 			transform: translate(-102%, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#overlay.open .nav-link:hover:after, #overlay.open .dropdown-toggle.nav-link:hover:after {
  -webkit-transform: translate(102%, 0);
  	 -moz-transform: translate(102%, 0);
		 			transform: translate(102%, 0);
}
#overlay.open .nav-link:hover, #overlay.open .nav-link:active, .nav-link:focus  {
  color: #2a2a2a;
}

#overlay.open .active .nav-link:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #2a2a2a;
  width: 100%;

	-webkit-transform: translate(0%, 0);
  	 -moz-transform: translate(0%, 0);
		 			transform: translate(0%, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


.overflow-hidden {
	overflow: hidden;
}




/* ==========================================================================
   Main Styles
   ========================================================================== */
/* remove spacing between middle columns */
.row.full [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.full [class*='col-']:first-child {
  padding-right:0;
  padding-left:0;
}
/* remove left padding from first column */
.row.full [class*='col-']:last-child {
  padding-left:0;
  padding-right: 0;
}

.relative {
	position: relative;
}

.section.full {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.section {
	overflow: hidden;
	position: relative;
}

.section-animate {
	-webkit-transform:translateY(-5%) translateZ(0);
		 -moz-transform:translateY(-5%) translateZ(0);
		 			transform:translateY(-5%) translateZ(0);

	-webkit-transition: transform 1s cubic-bezier(.435,.01,.135,1);
		 -moz-transition: transform 1s cubic-bezier(.435,.01,.135,1);
		 			transition: transform 1s cubic-bezier(.435,.01,.135,1);
}

.section-animate.in-view {
	-webkit-transform:translateY(0) translateZ(0);
		 -moz-transform:translateY(0) translateZ(0);
		 			transform:translateY(0) translateZ(0);

	-webkit-transition: transform 1s cubic-bezier(.435,.01,.135,1);
		 -moz-transition: transform 1s cubic-bezier(.435,.01,.135,1);
		 			transition: transform 1s cubic-bezier(.435,.01,.135,1);
}

iframe#careeropenings {
  width: 100%;
  height: 500px;
}

/*------Headers---------*/
.header-img {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin: auto;
	top: 0;
}

.header-img:before, .featured-img:before {
	content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.header-img.in-view, .featured-img.in-view {
	-webkit-transform: scale(1.06);
		 -moz-transform: scale(1.06);
		 	 -o-transform: scale(1.06);
		 	 		transform: scale(1.06);

	-webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  	 -moz-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
		 			transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-dropdown-container {
  margin-top: 200px;
  position: absolute;
  width: 100%;
}

.page-title-container {
	height: 100%;
}

.header-sm {
	height: 350px;
}

/*------Scroll Indicator---------*/
.mouse {
	overflow:hidden;
  position:absolute;
  left:50%;
  bottom:30px;
  width:24px;
  margin: -12px;
  height:50px;
  border-radius:30px;
  opacity:1;
}

.mouse:after {
  display: block;
  content:"";
  position:absolute;
  left:13px;
  top:10px;
  width:2px;
  height:2px;
  margin-left: -3px;
  background-color:#FCFAF8;
  border-radius:2px;
  animation: mouse-wheel 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes mouse-wheel {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    height: 4px;
  }
  50% {
    transform: translateY(0);
    height: 60px;
  }
  70% {
    transform: translateY(35px);
    height: 4px;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/*------Well Link---------*/
.well-link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
	z-index: 2;
}

.well-link span {
	position: relative;
	z-index: 3;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.well-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #dedede;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate(0, -102%);
  	 -moz-transform: translate(0, -102%);
		 			transform: translate(0, -102%);

  -webkit-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.well-link:hover:before {
  -webkit-transform: translate(0, 0);
  	 -moz-transform: translate(0, 0);
		 			transform: translate(0, 0);
}
.well-link:hover, .well-link:active, well-link:focus  {
  color: #2a2a2a;
}





/*------------Overlap--------------*/

.overlap {
	margin-top:-10rem;
}

.high-overlap {
	margin-top: -15rem;
}


/*------------Content Box--------------*/
#content-box  {
	padding: 4rem 2rem;
}

.card-opacity {
  background-color: rgba(255,255,255,0.3);
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.card-opacity:hover {
	background-color: rgba(255,255,255,0.4);
}

/*---------------Featured Gallery------------------*/
.featured-gallery {
  width: 100%;
  margin: auto;
  height: 920px;
}

.featured-gallery-cell {
	height: 100%;
	margin: 40px;
}

.featured-gallery-image {
	position: relative;
	width: 1000px;
	height: 620px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		 -moz-box-pack: center;
		 -ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: center;
		 -ms-flex-align: center;
		 		align-items: center;
}

.featured-gallery-content h5, .featured-gallery-content h4 {
	color: rgba(40, 40, 40, 0.3);
}
.featured-gallery-content h3 {
	color: rgba(40, 40, 40, 1);
}

.featured-gallery-content {
	opacity: 1;
	width: 75%;
	margin: auto;
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.featured-gallery-cell.is-selected {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);

	-webkit-transition: all 0.65s ease-in-out 0.3s;
  	 -moz-transition: all 0.65s ease-in-out 0.3s;
		 	 -o-transition: all 0.65s ease-in-out 0.3s;
		 	 		transition: all 0.65s ease-in-out 0.3s;
}

/*----page dots----*/
.featured-gallery .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.featured-gallery .flickity-rtl .flickity-page-dots { direction: rtl; }

.featured-gallery .flickity-page-dots .dot {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0 8px;
  background: #E7E7E7;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}

.featured-gallery .flickity-page-dots .dot.is-selected {
  background: #F26522;
  opacity: 1;
}


/*---------------Flickity Gallery------------------*/
.carousel-gallery {
  width: 100%;
  margin: auto;
  height: 900px;
}

.carousel-gallery-cell {
	height: 100%;
}

.carousel-gallery img {
	max-height: 800px;
	max-width: 800px;
	margin: auto 4rem;
	top: 0;
	bottom: 0;
}

.carousel-gallery-image {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		 -moz-box-pack: center;
		 -ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: center;
		 -ms-flex-align: center;
		 		align-items: center;
}

/*---------------Flickity testimonials Slider------------------*/
.carousel-testimonials {
  width: 100%;
  margin: auto;
  height: auto;
}

.carousel-testimonials .flickity-viewport {
	-webkit-transition: all 0.25s ease-in-out;
  	 -moz-transition: all 0.25s ease-in-out;
		 	 -o-transition: all 0.25s ease-in-out;
		 	 		transition: all 0.25s ease-in-out;
}

.carousel-testimonials-cell {
	height: auto;
	width: 75%;
	margin: 0 40px;
  opacity: 0;
   -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.carousel-testimonials-cell.is-selected {
  opacity: 1;
   -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}


/*----------------Flickity-----------------*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*--draggable--*/
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/*----previous/next buttons----*/
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  /* vertically center */
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: #ffffff; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 24%;
  top: 24%;
  width: 50%;
  height: 50%;
}

.flickity-prev-next-button .arrow {
  fill: #2a2a2a;
}

/*----page dots----*/
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/* ==========================================================================
 Footer Styles
 ========================================================================== */

footer p {
	color: #FCFAF8;
	opacity: .3;
}

footer small {
	line-height: 0;
}

footer hr {
	opacity: 0.2;
}

.fa.footer-icon{
  margin-left: .3em;
  margin-top: -2rem;
  font-size: 2rem;
  color: #F26522;
}

footer img {
	width: 65px;
	margin-bottom: 5px;
}

footer a:hover {
	opacity: 0.4;
}

/*-----------Hidden Footer----------*/
.post-type-archive-services footer,
.single-post footer,
.single-team footer,
.post-type-archive-team footer {
	display: none;
}

.post-type-archive-team.search-results footer {
	display: inherit;
}





/* ==========================================================================
 Form Styles
 ========================================================================== */
#search.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #495057;
  padding: 15px;
  text-indent: 30px;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-bottom: 1.5px solid #FCFAF8;
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  	 -moz-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
		 			transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

svg#search-icon {
	position: absolute;
}

#search.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FCFAF8;
}
#search.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FCFAF8;
}
#search.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FCFAF8;
}
#search.form-control:-moz-placeholder { /* Firefox 18- */
  color: #FCFAF8;
}

#search.form-control:focus {
    color: #FCFAF8;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1.5px solid #FCFAF8;
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(0,123,255,.0);
}

.search-arrow {
	position: absolute;
	right: 0;
	top: -10px;
}

.search-arrow:hover {
	cursor: pointer;
}

.select .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FCFAF8;
}
.select .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FCFAF8;
}
.select .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FCFAF8;
}
.select .form-control:-moz-placeholder { /* Firefox 18- */
  color: #FCFAF8;
}

.select .form-control:not([size]):not([multiple]) {
  height: calc(2.65rem + 2px);
}

.form-group.select {
	overflow: hidden;
}

.form-group select {
	width: 100%;
	padding-right: 25%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-group select:hover {
	cursor: pointer;
}

.form-group.select.white .form-control {
	background-color: rgba(255, 255, 255, 0.20);
	border-bottom-color: rgba(255, 255, 255, 0.20);
	border-top-color: rgba(255, 255, 255, 0.20);
	border-right-color: rgba(255, 255, 255, 0.20);
	border-left-color: rgba(255, 255, 255, 0.20);
	color: #ffffff;
}
.form-group.select.white .form-control option {
	color: #2B2C2D;
	background: #ffffff;
}
.form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: none;
  border-bottom-color: rgba(255, 255, 255, 0.10);
  border-bottom-left-radius: 6;
  border-bottom-right-radius: 6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: rgba(255, 255, 255, 0.10);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.10);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.10);
  border-top-left-radius: 6;
  border-top-right-radius: 6;
  border-top-style: solid;
  border-top-width: 1px;
  color: #FCFAF8;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  width: 100%;
  -webkit-appearance:none;
  height: 50px;

  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.form-control:focus {
  background-color: rgba(250, 250, 250, 0.55);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  color: #fff;
  outline-color: currentcolor;
  outline-style: none;
  outline-width: 0;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

option {
  color: black;
}

select {
	position: relative;
	z-index: 100;
}

.select:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5rem;
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 30px;
  color: #fff;
  z-index: 0;

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
}



/* ==========================================================================
 Contact Form 7 Styles
 ========================================================================== */
.wpcf7-form-control {
  width: 100%;
}

.wpcf7-form-control {
  width: 100%;
  background: #F3F2F1;
  border: 0;
  padding: 10px;
  border-radius: 10px;
}

.wpcf7-submit {
	width: auto;
	background: #F26522;
  border-color: #F26522;
	padding: 1rem 5rem;
	color: #FCFAF8;
	border-radius: 40px;
}





/* ==========================================================================
 Home Styles
 ========================================================================== */

.circle {
	width: 250px;
	height: 250px;
	background:rgba(255, 255, 255, 0.08);
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
		 			border-radius: 50%;
}

.circle img {
	position: absolute;
	width: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}


/*------News Section---------*/
.news-container {
	border-radius: 6px;
	background: #FCFAF8;
	padding: 0;
	margin-bottom: 0.5rem;
	position: relative;
}

.news-container:after {
	content: '';
	height: 1px;
	width: 80%;
	background-color:  rgba(232, 232, 232, 0.5);
	position: absolute;
	margin: auto;
	bottom: 70px;
	left: 0;
	right: 0;
}

.news-container a {
	padding: 4rem;
	display: block;
	min-height: 40vh;
	height: 100%;
	position: relative;
}
.news-container a:hover, .news-container a:focus, .news-container a:active {
	background:#F26522;
	color: #FCFAF8;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}


.news-container h5, .news-container h3 {
	margin-bottom: 70px;
}

.news-toggle {
	position: absolute;
	top: 15px;
	right: 25px;
	height: -27px;
	width: 35px;
	cursor: pointer;
	margin-top: 30rem;
	margin-left: 10rem;
	-webkit-transition: opacity 0.25s ease;
		 -moz-transition: opacity 0.25s ease;
		 	 -o-transition: opacity 0.25s ease;
		 	 		transition: opacity 0.25s ease;
}

.news-list .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.page-link {
  position: relative;
  padding: 0.5rem 0.5rem;
  color: #000000;
  background-color: transparent;
  border: none;
  line-height: auto;
}

.page-link:hover, .page-link:focus{
	background-color: transparent;
	border-color: transparent;
	text-decoration: none;
	color: inherit;
	box-shadow: none;
}

.current {
	font-weight: 600;
}
.pagination {
	-ms-flex-line-pack: center;
	  	 align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	  justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.close.news-btn {
	float: none;
	width: 25px;
	height: 25px;
	position: relative;
	margin-bottom: 40px;
	opacity: 0.7;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.close.news-btn:before, .close.news-btn:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.close.news-btn:before {
	transform: rotate(45deg);
}

.close.news-btn:after {
	transform: rotate(-45deg);
}

button.close.news-btn:hover, button.close.news-btn:active, button.close.news-btn:focus  {
 color: #ffffff;
 border-color: transparent;
 box-shadow: none;
 outline: none !important;
 opacity: 1;
 -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

/* ------Circle Draw Arrows---------- */
.arrow-icon-container svg {
	height: 28px;
}

.arrow-icon-container {
	position: absolute;
	display: block;
	bottom: 20px;
	color: #2A2A2A;
	font-size: 0.825rem;
	line-height: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 20px;

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.arrow-icon-container .arrow-icon {
	color: #2A2A2A;
	position: relative;
	z-index: 3;
	top: 0;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.6s ease;
					transition: -webkit-transform 0.6s ease;
					transition: transform 0.6s ease;
					transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.arrow-icon-container .arrow-icon circle {
	stroke: #FCFAF8;
}

.arrow-icon-container .arrow-icon path {
	stroke: #2A2A2A;
	-webkit-transition: all 0.4s ease-in-out;
  	 -moz-transition: all 0.4s ease-in-out;
		 	 -o-transition: all 0.4s ease-in-out;
		 	 		transition: all 0.4s ease-in-out;
}

.arrow-icon-container .arrow-icon-circle {
	transition: stroke-dashoffset .6s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
	stroke: #FCFAF8;
}

.arrow-icon-container a:hover {
	color: #FCFAF8;
	-webkit-transition: all 0.4s ease-in-out;
  	 -moz-transition: all 0.4s ease-in-out;
		 	 -o-transition: all 0.4s ease-in-out;
		 	 		transition: all 0.4s ease-in-out;
}


/* ------On Hover---------- */
.news-container a:hover .arrow-icon-container, .news-container a:focus .arrow-icon-container, .news-container a:active .arrow-icon-container {
	color: #FCFAF8;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.news-container a:hover .arrow-icon-container .arrow-icon, .news-container a:focus .arrow-icon-container .arrow-icon, .news-container a:active .arrow-icon-container .arrow-icon {
	-webkit-transform: translate3d(5px, 0, 0);
		 -moz-transform: translate3d(5px, 0, 0);
		 			transform: translate3d(5px, 0, 0);
}

.news-container a:hover .arrow-icon-container .arrow-icon circle, .news-container a:hover .arrow-icon-container .arrow-icon path {
	stroke-dashoffset: 0;
	stroke: #FCFAF8;
}


/* ==========================================================================
	 About Styles
	 ========================================================================== */
.stats li {
  text-align: left;
  text-indent: 100px;
  border-bottom: 1px solid rgba(232, 232, 232, 0.3);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  -webkit-column-break-inside: avoid;
						page-break-inside: avoid;
								 break-inside: avoid;
}

.stats li .icon {
	position: absolute;
	left: -80px;
	top: 10px;
}

.stats li .icon img {
	width: 35px;
}

.stat {
	font-size: 3.8rem;
	line-height: 4.1rem;
	letter-spacing: -0.125rem;
	font-weight: 400;
	color: #FCFAF8;
}



/*-----------------Timeline Styles-------------------*/
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* ------Main components----------- */

.cd-timeline-content h2 {
  font-size: 45px;
}

#cd-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-line {
  background: #F26522 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  margin-right: 50%;
  margin-top: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 1000;
}

#cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-line {
  background: #F26522 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  margin-left: 50%;
  margin-top: 35px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  z-index: 1000;
}

.cd-timeline-line-mobile {
  background: #F26522 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  left: 0;
  margin-left: 20px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1000;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 3px;
  background: #F26522;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: transparent;
  border-radius: 0;
  padding: 0.5em 1em;
}

@media only screen and (min-width: 768px) {
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 14px;
  font-size: 0.875rem;
}
}

@media only screen and (min-width: 992px) {
#cd-timeline {
  margin-top: 3em;
  margin-bottom: 3em;
}
#cd-timeline::before {
  left: 50%;
  margin-left: -2px;
}
.cd-timeline-block {
  margin: -50px 0 0;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
  width: 60px;
  height: 3px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.cd-timeline-content {
  margin-left: 0;
  padding: 1.6em;
  width: 45%;
}
.cd-timeline-content::before {
  top: 24px;
  left: 100%;
  border-color: transparent;
  border-left-color: white;
}
.cd-timeline-content .cd-read-more {
  float: left;
}
.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 122%;
  top: 6px;
  font-size: 16px;
  font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 122%;
  text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  	 -moz-animation: cd-bounce-2 0.6s;
		 	 animation: cd-bounce-2 0.6s;
}
}



/* ==========================================================================
	 News Styles
	 ========================================================================== */
header.news {
	height: 600px;
}

.news-content-box {
	padding: 6rem;
	background: #ffffff;
	border-radius: 6px;
	margin: 0 auto 1rem auto;
	position: relative;
	overflow: hidden;

	-webkit-transform: scale(1);
		 -moz-transform: scale(1);
		 	 -o-transform: scale(1);
		 	 		transform: scale(1);

	-webkit-transition: all 0.5s ease-in-out;
  	 -moz-transition: all 0.5s ease-in-out;
		 	 -o-transition: all 0.5s ease-in-out;
		 	 		transition: all 0.5s ease-in-out;
}

.news-content-box:hover, .news-content-box:active, .news-content-box:focus {
	-webkit-transform: scale(1.02);
		 -moz-transform: scale(1.02);
		 	 -o-transform: scale(1.02);
		 	 		transform: scale(1.02);

	-webkit-box-shadow: 0 0 21px 4px rgba(0,0,0,0.05);
		 -moz-box-shadow: 0 0 21px 4px rgba(0,0,0,0.05);
		 			box-shadow: 0 0 21px 4px rgba(0,0,0,0.05);

	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.news-content-box ul li {
	padding-right: 1rem;
}

article h5 {
	opacity: 0.5;
}

.news-arrow svg {
  width: 32px;
  height: 32px;
}

.news-arrow {
  position: absolute;
  right: 20px;
  top: 45%;
}

.news-arrow:before {
	content: '';
	position: absolute;
	left: -15px;
	height: 100vh;
	width: 1px;
	background: rgba(231, 231, 231, 0.5);
	-webkit-transform: translateY(-40%);
		 -moz-transform: translateY(-40%);
		 			transform: translateY(-40%);
}

.news-arrow.newsletter{
  position: absolute;
  right: 20px;
  top:auto;
}

.news-arrow.newsletter:before {
	display: none;
}

.news-content-box ul li h5 {
	margin: 0;
}

.filter span {
	border-bottom: 1px dotted #ffffff;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.filter span:hover, #filter span:focus {
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}



/*---------------Filter Overlay------------------*/
.filter-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  top: -100vh;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
  overflow: hidden;
  z-index: 1000;
}
.filter-overlay.open {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.filter-overlay li {
	padding: 0.2rem 0 !important;
	margin-bottom: 0px;
  font-size: 1.5rem;
}


/*------Mobile List Animation----------*/
.filter-overlay .overlay-menu li {
  opacity: 0;
  -webkit-transform: translateX(40px);
  	 -moz-transform: translateX(40px);
		 	 -o-transform: translateX(40px);
		 	 		transform: translateX(40px);

  transition-delay: 0s, 0s;
  transition-duration: 0.2s, 0.2s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
}
.filter-overlay .overlay-menu li:first-child {
  transition-delay: 0.2s;
}
.filter-overlay .overlay-menu li:nth-child(2) {
  transition-delay: 0.4s;
}
.filter-overlay .overlay-menu li:nth-child(3) {
  transition-delay: 0.6s;
}
.filter-overlay .overlay-menu li:nth-child(4) {
  transition-delay: 0.8s;
}
.filter-overlay .overlay-menu li:nth-child(5) {
  transition-delay: 1.0s;
}
.filter-overlay .overlay-menu li:nth-child(6) {
  transition-delay: 1.2s;
}
.filter-overlay .overlay-menu li:nth-child(7) {
  transition-delay: 1.4s;
}
.filter-overlay .overlay-menu li:nth-child(8) {
  transition-delay: 1.6s;
}
.filter-overlay .overlay-menu li:nth-child(9) {
  transition-delay: 1.8s;
}
.filter-overlay .overlay-menu li:nth-child(10) {
  transition-delay: 2.0s;
}

.filter-overlay .overlay-menu li:nth-child(11) {
  transition-delay: 2.2s;
}

.filter-overlay .overlay-menu li:nth-child(12) {
  transition-delay: 2.4s;
}

.filter-overlay .overlay-menu li:nth-child(13) {
  transition-delay: 2.6s;
}

.filter-overlay.open .overlay-menu li {
  opacity: 1;

  -webkit-transform: translate3d(0, 0, 0);
  	 -moz-transform: translate3d(0, 0, 0);
		 	 -o-transform: translate3d(0, 0, 0);
		 	 		transform: translate3d(0, 0, 0);
}



/*------Overlay Open----------*/

#filter.open .nav-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
	padding-right: 0 !important;
}
#filter.open .nav-link:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1.5px;
  background-color: #ffffff;
  width: 100%;

  -webkit-transform: translate(-102%, 0);
  	 -moz-transform: translate(-102%, 0);
		 			transform: translate(-102%, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#filter.open .nav-link:hover:after {
  transform: translate(102%, 0);
  -webkit-transform: translate(102%, 0);
  -moz-transform: translate(102%, 0);
}
#filter.open .nav-link:hover, #filter.open .nav-link:active, .nav-link:focus  {
  color: rgba(255, 255, 255, 0.6);
}

#filter.open .active .nav-link:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 1.5px;
  background-color: #ffffff;
  width: 100%;

  -webkit-transform: translate(0, 0);
  	 -moz-transform: translate(0, 0);
				  transform: translate(0, 0);

  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  	 -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 			transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#filter.open .active {
	color: rgba(255, 255, 255, 1);
}




/* ==========================================================================
	 Individual News Styles
	 ========================================================================== */
.single-post img {
	max-width: 100%;
	height: auto;
}

.img-half {
	position: fixed;
	width: 33.333333%;
	height: 100%;
	padding-right: 5%;
	padding-left: 5%;
	overflow: hidden;
}

.featured-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.img-half .logo {
	position: absolute;
	top: 23px;
	left: 31px;
	width: 110px;
	z-index: 100;
}

.content-half {
	padding-top: 4rem;
	position: relative;
	z-index: 800;
}



/*---------------Scroll to Top------------------*/
.scroll-top {
  position: fixed;
  z-index: 10000;
  bottom: 30px;
  right: 30px;
  background: #F26522;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		 	 -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		 			transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.scroll-top.scroll-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		   -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		 			transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.scroll-top.scroll-fade-out {
  opacity: 1;
}

/*---------------Next and Previous------------------*/
.nav-arrows {
  position: fixed;
  bottom: 0;
  left: 33.333333%;
  margin-left: -80px;
  z-index: 900;
  display: flex;
  justify-content: center;
}

.nav-arrows a {
	background: #E7E7E7;
	width: 80px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-arrows a:hover, .nav-arrows a:focus, .nav-arrows a:active{
  background: #dadada;
}

.nav-arrows .right-arrow {
	position: relative;
	margin-left: 80px;
}
.nav-arrows .left-arrow {
  position: relative;
  margin-right: -80px;
}




/* ==========================================================================
	 Services Styles
	 ========================================================================== */
.service-column {
	height: 100%;
	padding: 3rem;
	cursor: pointer;
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.service-column:hover {
	cursor: pointer;
	background: #FF7432;
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.service-column:after {
	content: '';
	background: #fff;
	opacity: 0.15;
	width: 1px;
	height: 0;
	position: absolute;
	right: 0;
	-webkit-transition: 1s ease-in-out;
  	 -moz-transition: 1s ease-in-out;
		 	 -o-transition: 1s ease-in-out;
		 	 		transition: 1s ease-in-out;
}
.service-column.in-view:after {
	height: 100%;
}

.service-column-content {
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.show-services {
	visibility: visible;
	opacity: 1;
}

.hide-services {
	visibility: hidden;
	opacity: 0;
}

.service-column-title {
	-webkit-transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.service-column-description {
	max-height: 1px;

	-webkit-transform: translateY(-15px);
		 -moz-transform: translateY(-15px);
		 	 -o-transform: translateY(-15px);
		 	 		transform: translateY(-15px);

	-webkit-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.show-description {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.6s;
	 -moz-transition-delay: 0.6s;
		 -o-transition-delay: 0.6s;
		 		transition-delay: 0.6s;
}

.hide-description {
	visibility: hidden;
	opacity: 0;
	max-height: 0;

	-webkit-transform: translateY(-15px);
		 -moz-transform: translateY(-15px);
		 	 -o-transform: translateY(-15px);
		 	 		transform: translateY(-15px);

	-webkit-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}


.show-list {
	visibility: visible;
	max-height: 25vh;
	opacity: 1;
	-webkit-transform: translateY(-15px);
		 -moz-transform: translateY(-15px);
		 	 -o-transform: translateY(-15px);
		 	 		transform: translateY(-15px);

	-webkit-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	     -o-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	        transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-delay: 0.3s;
		 -moz-transition-delay: 0.3s;
			 -o-transition-delay: 0.3s;
			 		transition-delay: 0.3s;
}

.hide-list {
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 800ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}



.service-list li{
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
  	 -moz-transition: 0.5s ease-in-out;
		 	 -o-transition: 0.5s ease-in-out;
		 	 		transition: 0.5s ease-in-out;

	opacity: 0;
  -webkit-transform: translateX(40px);
  	 -moz-transform: translateX(40px);
		 	 -o-transform: translateX(40px);
		 	 		transform: translateX(40px);

  transition-delay: 0s, 0s;
  transition-duration: 0.2s, 0.2s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
}

.service-list li:hover{
	-webkit-transition: 0.4s ease-in-out;
  	 -moz-transition: 0.4s ease-in-out;
		 	 -o-transition: 0.4s ease-in-out;
		 	 		transition: 0.4s ease-in-out;
}


.service-list li:first-child {
  transition-delay: 0.5s;
}
.service-list li:nth-child(2) {
  transition-delay: 0.8s;
}
.service-list li:nth-child(3) {
  transition-delay: 1.1s;
}
.service-list li:nth-child(4) {
  transition-delay: 1.4s;
}
.service-list li:nth-child(5) {
  transition-delay: 1.7s;
}
.service-list li:nth-child(6) {
  transition-delay: 2s;
}
.service-list li:nth-child(7) {
  transition-delay: 2.3s;
}
.service-list li:nth-child(8) {
  transition-delay: 2.6s;
}
.service-list li:nth-child(9) {
  transition-delay: 2.9s;
}
.service-list li:nth-child(10) {
  transition-delay: 3.2s;
}

.service-list.show-list li {
  opacity: 1;

  -webkit-transform: translate3d(0, 0, 0);
  	 -moz-transform: translate3d(0, 0, 0);
		 	 -o-transform: translate3d(0, 0, 0);
		 	 		transform: translate3d(0, 0, 0);
}


.service-list li a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

.service-list li a:before{
	content: url('images/white-arrow-right.svg');
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.service-list li a:hover:before{
	right: 8px;
	-webkit-transition: all 0.35s ease-in-out;
  	 -moz-transition: all 0.35s ease-in-out;
		 	 -o-transition: all 0.35s ease-in-out;
		 	 		transition: all 0.35s ease-in-out;
}

.service-list li a{
	width: 100%;
	padding: 10px;
}

.service-list li a:hover{
}

.circle-animation.in-view {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  -webkit-animation: dash 1s linear forwards;
          animation: dash 1s linear forwards;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.service-button {
	position: absolute;
	bottom: 3rem;
	width: 100%;
	height: 50px;
}

.service-arrow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	-webkit-transition: all 500ms cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */
}

.service-arrow:hover {
	width: 65px;
	height: 65px;
	-webkit-transition: all 500ms cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition: all 500ms cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */
}

.plus-minus-tenant{
	-webkit-transition: all 1000ms cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */
}

.make-minus {
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition: all 1000ms cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.495, 0, 0.475, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	   -moz-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	     -o-transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260);
	        transition-timing-function: cubic-bezier(0.495, -0.250, 0.475, 1.260); /* custom */
}

.slide-up {
	-webkit-transform: translateY(-10px);
		 -moz-transform: translateY(-10px);
		 	 -o-transform: translateY(-10px);
		 	 		transform: translateY(-10px);

	-webkit-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	     -o-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	        transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.service-section {
	border-left: 2px solid #F26522;
	padding: 1rem;
}

.service-list{

}

.service-sub-list{
	position: relative;
}

.service-sub-list li:before {
	content: '';
	background: #F26522;
	height: 5px;
	width: 5px;
	position: absolute;
	left: -18px;
	top: 12px;
}



/* ==========================================================================
	 Team Styles
	 ========================================================================== */
.team-container {
	height: 100%;
}

.team-search-container {
	height: 100%;
}

.map {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.map circle.st0 {
  fill: #ffffff;
  opacity: 0.1;
}

.background-map {
	position: absolute;
	z-index: -1;
	height: 100vh;
	width: 90vw;
	margin: auto;
	top: 20%;
}

.background-map-search {
  position: absolute;
  z-index: 0;
  height: 100vh;
  width: 90vw;
  margin: auto;
  top: 10%;
	left: 0;
	right: 0;
}

.post-type-archive-team {
  background: #2A2A2A;
}

header.team-search {
	height: 600px;
}

.tax-location .location-div {
	display: none;
}

/*-------------Dropdown--------------*/
.location-dropdown .form-control {
	font-size: 1.75rem;
	background-color: transparent;
	position: relative;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
  text-align: left;
  padding: 1rem;
  height: auto;
}

.location-dropdown .form-control:hover, .location-dropdown .form-control:focus, .location-dropdown .form-control:active {
	color: #5c5c5c;
}

.location-dropdown .form-control img {
	width: 20px;
	margin: 0 10px 10px 0;
}

.location-dropdown .dropdown-menu {
	font-size: 1.75rem;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: -5px !important;
  background: #212020;
  border: 0;
  width: 100%;
  border-radius: 0;
  height: 0;
  overflow: scroll;

  -webkit-transition: 0.35s ease-in-out;
  	 -moz-transition: 0.35s ease-in-out;
		 	-ms-transition: 0.35s ease-in-out;
		 	 -o-transition: 0.35s ease-in-out;
		 	 		transition: 0.35s ease-in-out;
}

.location-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	top: 8px !important;
	height: 260px;

	-webkit-transition: 0.35s ease-in-out;
  	 -moz-transition: 0.35s ease-in-out;
		 	-ms-transition: 0.35s ease-in-out;
		 	 -o-transition: 0.35s ease-in-out;
		 	 		transition: 0.35s ease-in-out;
}

.location-dropdown .dropdown-item {
	color: #fff;
	padding: 1rem 1.5rem;
}

.location-dropdown .dropdown-item:hover, .location-dropdown .dropdown-item:focus, .location-dropdown .dropdown-item:active   {
	color: #fff;
	background: #363535;
}

.dropdown-toggle {
	position: relative;
	display: block;
	width: 100%;
	color: #8a8a8a;
}

.location-dropdown .dropdown-toggle:after {
	position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  color: #F26522;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #F26522;
  border-radius: 20px;
  top: 10px;
  padding: 2px 0 0 9px;

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  -webkit-transition: 0.35s ease-in-out;
  	 -moz-transition: 0.35s ease-in-out;
		 	-ms-transition: 0.35s ease-in-out;
		 	 -o-transition: 0.35s ease-in-out;
		 	 		transition: 0.35s ease-in-out;
}

.location-dropdown.show .dropdown-toggle:after {
  -webkit-transform: rotateX(-180deg);
  	 -moz-transform: rotateX(-180deg);
		   -o-transform: rotateX(-180deg);
			 		transform: rotateX(-180deg);

  -webkit-transition: 0.35s ease-in-out;
  	 -moz-transition: 0.35s ease-in-out;
		 	 -o-transition: 0.35s ease-in-out;
		 	 		transition: 0.35s ease-in-out;
}

.location-header {
	height: 85vh !important;
}



/*-------------Search Styles--------------*/

.navbar-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.5;
}
.navbar-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.5;
}
.navbar-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 0.5;
}
.navbar-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 0.5;
}


/* ==========================================================================
   Individual Team Styles
   ========================================================================== */

.header-cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.team-members li {
	width: 100%;
	background: #FCFAF8;
	padding: 2rem;
	border-radius: 6px;
}
.team-members li:nth-child(odd) {
	background: transparent;
}

.team-members li h3, .team-members .h3 {
	font-size: calc(14px + 4 * ((100vw - 575px) / 575));
	line-height: 1.2rem;
}

#content-box-member-info {
  padding: 2rem 3rem;
  width: 150%;
  position: relative;
  left: 8%;
}

.bullet-list li {
	border-bottom: 1px solid rgb(232, 232, 232);
	border-bottom: 1px solid rgba(232, 232, 232, 0.2);
	text-align: left;
	padding: 0.5rem 0;
}

.team-profile {
	width: 120px;
	height: auto;
	max-height: 120px;
	max-width: 100%;
	border-radius: 10px;
}

.team-profile.circle {
	border-radius: 50%;
}

.featured-img-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.single-team .img-half {
	overflow: visible !important;
}



/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

html {
	font-size: calc(14px + 4 * ((100vw - 575px) / 575));
}

h1, .h1 {
	font-size: 3.25rem;
}

.navbar-brand {
	width: 90px;
	height: 90px;
}

.stats li .stat {
	font-size: calc(30px + 1 * ((100vw - 1000px) / 1000));
}

.stats.column-wrap {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.news-content-box {
	padding: 2rem 6rem 2rem 2rem;
}

.featured-gallery-image {
	height: 420px;
}

.featured-gallery {
	height: 620px;
}

.section.full {
  min-height: 550px;
}

.page-title-container {
	height: auto;
	margin-bottom: 20px;
}

.header-dropdown-container {
	position: relative;
	margin-top: 150px;
	margin-right: 0;
	margin-left: 0;
}


.header-sm {
  height: 275px;
}

/*----------Buttons-----------*/
.btn-back {
  top: 50px;
  right: 30px;
}

/*----------Blog-----------*/
.img-half {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12rem 5% 5%;
}

.img-half .logo {
	width: 90px;
  left: 13px;
  top: 21px;
}

.content-half {
  padding-top: 0;
}

.nav-arrows {
	position: relative;
  margin-left: 0;
  left: 0;
  right: 0;
}

.nav-arrows .left-arrow {
  margin-right: 0;
}

.nav-arrows .right-arrow {
  margin-left: 0;
}



/*----------Services Styles-----------*/
.post-type-archive-services .section.full {
	min-height: auto;
	height: auto;
	padding: 10rem 0 6rem 0;
}

.show-list {
  max-height: 200vh;
}

/*----------Team Styles-----------*/
header.team-search {
	height: 450px;
}

.team-container {
  max-height: 30vh;
}

.search-header {
	overflow: visible !important;
}

.search-header h1 {
	font-size: 2rem;
	margin-bottom: 1rem !important;
}

.background-map-search {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 75%;
	left: 0;
	bottom: 0;
}

.location-dropdown .dropdown-menu.show {
  height: 150px;
}

.location-dropdown .dropdown-toggle:after {
	right: 0;
}



/*----------Individual Team Styles-----------*/
#content-box-member-info {
  padding: 1rem 2rem;
  width: 80%;
  left: 0;
}


}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

html {
	font-size: calc(14px + 4 * ((100vw - 575px) / 767));
}

.navbar-brand {
	width: 90px;
	height: 90px;
}

.stats li .stat {
	font-size: calc(40px + 1 * ((100vw - 1000px) / 1000));
}

.stats.column-wrap {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.news-content-box {
	padding: 4rem 6rem 4rem 4rem;
}

.featured-gallery-image {
	height: 420px;
}

.featured-gallery {
	height: 620px;
}

.page-title-container {
	height: auto;
}

.header-dropdown-container {
	position: relative;
	margin-top: 150px;
	margin-right: 0;
	margin-left: 0;
}

.header-sm {
  height: 275px;
}

/*----------Buttons-----------*/
.btn-back {
  top: 50px;
  right: 30px;
}

/*----------Blog-----------*/
.img-half {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12rem 5% 5%;
}

.img-half .logo {
	width: 90px;
  left: 13px;
  top: 21px;
}

.content-half {
  padding-top: 0;
}

.nav-arrows {
	position: relative;
  margin-left: 0;
  left: 0;
  right: 0;
}

.nav-arrows .left-arrow {
  margin-right: 0;
}

.nav-arrows .right-arrow {
  margin-left: 0;
}

/*----------Services Styles-----------*/
.post-type-archive-services .section.full {
	min-height: auto;
	height: auto;
	padding: 10rem 0 6rem 0;
}

.show-list {
  max-height: 200vh;
}


/*----------Team Styles-----------*/
.team-container {
  max-height: 50vh;
}

.search-header {
	overflow: visible !important;
}

.location-dropdown .dropdown-menu.show {
  height: 175px;
}



/*----------Individual Team Styles-----------*/
#content-box-member-info {
  padding: 1rem 2rem;
  width: 80%;
  left: 0;
}


}



/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

.stats li .stat {
	font-size: calc(40px + 1 * ((100vw - 1000px) / 1000));
}

/*----------Buttons-----------*/
.btn-back {
  top: 50px;
  right: 30px;
}

/*----------Blog-----------*/
.img-half {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12rem 5% 5%;
}

.content-half {
  padding-top: 0;
}

.nav-arrows {
	position: relative;
  margin-left: 0;
  left: 0;
  right: 0;
}

.nav-arrows .left-arrow {
  margin-right: 0;
}

.nav-arrows .right-arrow {
  margin-left: 0;
}



/*----------Services Styles-----------*/
.post-type-archive-services .section.full {
	min-height: auto;
	height: auto;
	padding: 10rem 0 6rem 0;
}

.show-list {
  max-height: 200vh;
}





/*----------Individual Team Styles-----------*/
#content-box-member-info {
  padding: 1rem 2rem;
  width: 80%;
  left: 0;
}

}




/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

.stats li .stat {
	font-size: calc(40px + 1 * ((100vw - 1000px) / 1000));
}


}



/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1999px) {

}



