/* GLOBAL SETUP  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CORNERS 
////////////////////////////////////////////////////////// */
/*
.corners ($radius: 8px) {
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
}
*/
/* TRANSITIONS  
////////////////////////////////////////////////////////// */
.fade-no {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/* SHORTCUTS 
 ////////////////////////////////////////////////////////// */
/* TEXT STYLES 
////////////////////////////////////////////////////////// */
@font-face {
  font-family: "GreycliffBold";
  src: url("/wp-content/themes/nelsenpartners/assets/TCPwebFonts/GreycliffCFBold/font.woff");
  src: url("/wp-content/themes/nelsenpartners/assets/TCPwebFonts/GreycliffCFBold/font.woff") format("woff"), url("/wp-content/themes/nelsenpartners/assets/TCPwebFonts/GreycliffCFBold/font.woff2") format("woff");
}
@font-face {
  font-family: "GreycliffRegular";
  src: url("/wp-content/themes/nelsenpartners/assets/TCPwebFonts/GreycliffCFRegular/font.woff");
  src: url("/wp-content/themes/nelsenpartners/assets/TCPwebFonts/GreycliffCFRegular/font.woff") format("woff"), url("/wp-content/themes/nelsenpartners/assets/TCPwebFonts/GreycliffCFRegular/font.woff2") format("woff");
}
.form select.form-control, .press table tr td:last-child strong, blockquote, .portfolio .project-filters.show select option {
  font-family: nimbus-sans, sans-serif;
}

.portfolio .project-filters.show select, .portfolio .project-filters .fp-filter {
  font-weight: 400;
}

.light {
  font-weight: 400;
}

.regular {
  font-weight: 500;
}

.normal {
  font-weight: 500;
}

.med {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 700;
}

.italic, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

body {
  font-family: "GreycliffRegular", sans-serif;
}

h1, h2, h4, h5, h6 {
  font-family: "GreycliffBold", sans-serif;
  font-weight: 500;
}

blockquote {
  font-weight: 900;
}

.upper {
  text-transform: uppercase;
}

.noupper {
  text-transform: lowercase;
}

.nodeco {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

/* SITE COLUMNS & PADDING - sets container padding and column pads 
////////////////////////////////////////////////////////// */
.container {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

/* MEDIA QUERIES - - - - - - - - - - - - - -  */
@media (min-width: 768px) {
  .container {
    max-width: 93%;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin: 0;
  }
}

/* SITE STRUCTURE & CUSTOMIZATIONS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* BODY/GLOBAL 
//////////////////////////////////////////////////////////////////  */
html, body {
  height: 100%;
}

/* body background and text */
body {
  background-color: #fff;
  color: #778590;
  font-size: 18px;
  position: relative;
}

/* links */
a {
  color: #778590;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

a:focus,
a:active,
a:hover {
  color: #f36b22;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  transition: all 0.125s linear;
  text-decoration: none;
}
a:focus img,
a:active img,
a:hover img {
  opacity: 1;
}

.btn {
  background: transparent;
  font-size: 0.8em;
  padding: 0.75em 3em;
  text-transform: uppercase;
  color: #f36b22;
  border: 1px solid #f36b22;
  *border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  width: auto;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-radius: 0px;
}
.btn:hover, .btn:focus {
  background: none;
  color: #f36b22;
  border: 1px solid #f68b52;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.btn.btn-alt {
  border: none;
  border-bottom: 1px solid;
  padding: 0;
  text-transform: none;
  font-family: "GreycliffBold";
}
.btn.btn-alt:hover, .btn.btn-alt:focus {
  background: none;
  color: #778590;
  border-color: #778590;
}

/* header */
header {
  background: white;
  color: #778590;
}

/* content */
.content {
  background: white;
  color: #778590;
}

/* footer */
footer {
  background: #f36b22;
  color: white;
}

/* header/footer social media icons */
.social-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-menu a {
  padding: 0 5px;
  font-size: 20px;
}
.social-menu .svg-inline--fa.fa-w-10 {
  width: 0.55em;
}
.social-menu .svg-inline--fa.fa-w-16 {
  width: 0.95em;
}
.social-menu .svg-inline--fa.fa-w-12 {
  width: 0.7em;
}
.social-menu .svg-inline--fa.fa-envelope {
  height: 1.35em;
  width: 1.25em;
  margin: 0 2px;
}

.container {
  background: none;
}
.container.wide {
  max-width: none;
  width: 100%;
}

.form {
  text-align: left;
}

.ie8 img {
  max-width: none;
  width: 100%;
}

.portfolio-pics .slide .slide-container .image, .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev, .hero .container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

h1, h2, h4, h5, h6 {
  padding: 0;
  margin: 0;
  line-height: 1em;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 2em;
}

@media (max-width: 576px) {
  h2 {
    margin-bottom: 0.5em;
  }
}

.fab, .far {
  font-family: "FontAwesome";
  font-style: normal;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

img {
  width: 100%;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: -5em auto 0 -5em;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s 4 linear;
  animation: load8 1.1s 4 linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* HEADER 
H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H       */
body.menu {
  overflow: hidden;
}

header {
  padding: 1em 0;
  background-color: white;
}
@media (max-width: 767px) {
  header {
    padding: 1.5em 0;
  }
}
header .row {
  align-items: flex-end;
}
header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .header-logo {
  padding: 0px;
}
@media (max-width: 991px) {
  header .header-logo {
    padding-left: 10px;
  }
}
header .header-logo img {
  max-width: 340px;
  max-height: 60px;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  header .header-logo img {
    max-width: 300px;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  header .header-logo img {
    max-width: 100%;
    width: 280px;
    padding-right: 60px;
  }
}
header .nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header #main-nav {
  justify-content: center;
  margin-top: 4px;
  font-family: "GreycliffBold";
}
header #main-nav ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
header #main-nav ul.menu > li {
  margin: 0 10px;
  position: relative;
}
header #main-nav ul.menu > li:first-of-type {
  margin-left: 0;
}
header #main-nav ul.menu > li:last-of-type {
  margin-right: 0;
}
header #main-nav ul.menu > li a {
  font-size: 1rem;
  color: #f36b22;
  font-weight: 700;
  transition: 0.3s ease;
}
header #main-nav ul.menu > li.current_page_item a,
header #main-nav ul.menu > li a:hover {
  color: #778590;
}
header #main-nav ul.sub-menu {
  list-style: none;
  position: absolute;
  background-color: #f36b22;
  padding: 5px 10px;
  display: none;
}
header #main-nav li.menu-item:hover ul.sub-menu {
  display: block;
}
header i.toggle {
  padding: 10px;
  cursor: pointer;
}
header .search-bar {
  position: absolute;
  justify-content: flex-end;
  right: 30px;
  z-index: 2;
}
header .search-bar ul {
  background-color: #f36b22;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}
header .search-bar form {
  display: flex;
  align-items: center;
}
header .search-bar input[type=search] {
  text-align: left;
}
header .search-bar input[type=search]:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
header .search-bar input[type=submit] {
  width: 35%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}
header .search-bar.close-search ul {
  width: 0;
}
header .search-bar.close-search input {
  padding: 0;
}
header .search-bar.close-search input[type=submit] {
  width: 0;
}
header .search-bar:not(.close-search) ul {
  border: 1px solid;
  border-radius: 5px;
}
header .navbar-toggle {
  position: absolute;
  right: 30px;
  padding: 0;
  height: 22px;
  width: 30px;
  z-index: 10;
  border: 0;
  outline: 0;
  top: 17px;
  background: transparent;
}
@media (max-width: 767px) {
  header .navbar-toggle {
    top: 26px;
  }
}
header .navbar-toggle .icon-bar {
  background: #f36b22;
  position: absolute;
  width: 30px;
  height: 4px;
  right: 0;
  transition: 0.2s linear;
}
header .navbar-toggle .icon-bar:nth-child(1) {
  top: 0;
  opacity: 0;
}
header .navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(45deg);
}
header .navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
}
header .navbar-toggle .icon-bar:nth-child(4) {
  opacity: 0;
}
header .navbar-toggle.closed .icon-bar:nth-child(1) {
  top: 0;
  opacity: 1;
}
header .navbar-toggle.closed .icon-bar:nth-child(2) {
  top: 9px;
  transform: rotate(0);
}
header .navbar-toggle.closed .icon-bar:nth-child(3) {
  top: 9px;
  transform: rotate(0);
}
header .navbar-toggle.closed .icon-bar:nth-child(4) {
  top: 18px;
  opacity: 1;
}
header .mobile-menu.collapsed-menu {
  display: none;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
header .mobile-menu.collapsed-menu .mobile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}
header .mobile-menu.collapsed-menu .mobile-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #efefef;
  top: 0;
  left: 0;
  opacity: 95%;
  z-index: -1;
}
header .mobile-menu.collapsed-menu #mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .mobile-menu.collapsed-menu #mobile-nav ul li {
  margin: 6px 0;
}
header .mobile-menu.collapsed-menu #mobile-nav ul li a {
  font-size: 50px;
  color: #f36b22;
  font-weight: 100;
  line-height: 1.1em;
}
header .mobile-menu.collapsed-menu .mobile-social {
  margin-top: 25px;
}
header .mobile-menu.collapsed-menu .mobile-social ul {
  display: flex;
  justify-content: center;
}
header .mobile-menu.collapsed-menu .mobile-social li {
  margin: 0 10px;
}
header .mobile-menu.collapsed-menu .mobile-social li a {
  font-size: 20px;
}
@media (min-width: 768px) {
  header .mobile-menu,
header .navbar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  header .search-bar {
    padding: 0 20px;
    margin-right: 20px;
  }
  header nav#main-nav,
header .social {
    display: none;
  }
}
@media (max-width: 450px) {
  header .search-bar {
    position: initial;
  }
  header .search-bar ul {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    right: 5%;
    top: 85px;
    background-color: transparent;
  }
}

/* SLIDESHOWS 
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss      */
.hero {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
}

.hero .container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 800px) {
  .hero .container {
    padding: 0;
  }
}
.hero, .hero .container, .hero .slide, .hero .slide .slide-container, .hero .slide .image {
  height: 35vw;
  min-height: 558px;
}
@media (max-width: 800px) {
  .hero, .hero .container, .hero .slide, .hero .slide .slide-container, .hero .slide .image {
    height: auto;
  }
}
.section-portfolio .hero, .section-portfolio .hero .container, .section-portfolio .hero .slide, .section-portfolio .hero .slide .slide-container, .section-portfolio .hero .slide .image {
  height: 20vw;
  min-height: 0;
}
@media (max-width: 1199px) {
  .section-portfolio .hero, .section-portfolio .hero .container, .section-portfolio .hero .slide, .section-portfolio .hero .slide .slide-container, .section-portfolio .hero .slide .image {
    height: 30vw;
  }
}
@media (max-width: 991px) {
  .section-portfolio .hero, .section-portfolio .hero .container, .section-portfolio .hero .slide, .section-portfolio .hero .slide .slide-container, .section-portfolio .hero .slide .image {
    height: 50vw;
  }
}
@media (max-width: 568px) {
  .section-portfolio .hero, .section-portfolio .hero .container, .section-portfolio .hero .slide, .section-portfolio .hero .slide .slide-container, .section-portfolio .hero .slide .image {
    height: 50vw;
  }
}
.hero .slide {
  position: relative;
  background-size: cover;
}
.hero .slide-container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
  z-index: 0;
  font-size: 6.5vw;
  /*
  		.overlay {
  			position:absolute; 
  			z-index: 1;
  			left:0;
  			right:0;
  			top:0;
  			width:100%;
  			height:100%;
  			background: $theme;
  			//mix-blend-mode: multiply;
  			opacity:0;
  		}
  		.overlay, .slide-info {
  			@include transition(all .5s linear);
  		}
  */
}
@media (min-width: 801px) and (max-width: 992px) {
  .hero .slide-container {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .hero .slide-container {
    font-size: 70px;
  }
}
@media (max-width: 800px) {
  .hero .slide-container {
    padding: 50px 0;
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .hero .slide-container {
    font-size: 50px;
  }
}
@media (max-width: 450px) {
  .hero .slide-container {
    font-size: 12vw;
  }
}
@media (min-width: 1441px) {
  .hero .slide-container {
    font-size: 88px;
  }
}
.hero .slide-container .slide-info {
  opacity: 1;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-left: 3%;
}
@media (max-width: 800px) {
  .hero .slide-container .slide-info {
    padding-left: 0%;
  }
}
@media (max-width: 568px) {
  .hero .slide-container .slide-info {
    width: 70%;
  }
}
.hero .slide-container .slide-info h1, .hero .slide-container .slide-info h2 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  line-height: 0.9;
  color: white;
  margin: 0;
  text-transform: none;
  padding-bottom: 0px;
}
.hero .slide-container .slide-info h1:before, .hero .slide-container .slide-info h2:before {
  display: none;
}
.hero .slide-container .slide-info h1 span, .hero .slide-container .slide-info h2 span {
  display: block;
  font-size: 0.7em;
  line-height: 1.1em;
}
.hero .slide-container .slide-info h2 {
  font-size: 0.6em;
  padding: 0;
}
.hero .slide-container .slide-info .btn {
  font-size: 0.2em;
  display: block;
  /* line-height: .2em; */
  width: 4.8em;
  border: none;
  border-bottom: 1px solid;
  padding: 0;
  margin: 1em auto 0;
  text-transform: none;
  font-family: "GreycliffBold";
}
.hero .slide-container .slide-info .btn:hover {
  background: none;
  color: #f68b52 !important;
  border-color: #f68b52 !important;
}
@media (max-width: 568px) {
  .hero .slide-container .slide-info .btn {
    font-size: 0.4em;
  }
}
.hero .slide-container .image {
  max-width: 50%;
  max-height: 80%;
  width: auto;
  height: auto;
  min-height: 0;
}
@media (max-width: 1199px) {
  .hero .slide-container .image {
    max-height: 80%;
  }
}
@media (max-width: 800px) {
  .hero .slide-container .image {
    margin-top: 30px;
    height: 60vw;
    width: auto;
    max-width: unset;
  }
}
.hero.pg-header .slide-container {
  padding: 13px 13% 0 13%;
}
.hero.pg-header .slide-container .slide-info .baseline {
  align-items: baseline;
  display: flex;
}
@media (max-width: 800px) {
  .hero.pg-header .slide-container .slide-info .baseline {
    display: block;
  }
}
.hero.pg-header .slide-container .slide-info h1::before {
  content: "-";
  display: block;
}
.hero.pg-header .slide-container .slide-info p {
  color: #fff;
  font-size: 1.6vw;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero.pg-header .slide-container .slide-info p {
    font-size: 2vw;
  }
}
@media (max-width: 800px) {
  .hero.pg-header .slide-container .slide-info p {
    font-size: 2.5vw;
  }
}
@media (max-width: 568px) {
  .hero.pg-header .slide-container .slide-info p {
    font-size: 3.5vw;
  }
}
.hero.pg-header .slide-container .slide-info, .hero.pg-header .slide-container .overlay {
  opacity: 1;
}
.hero .arrow {
  cursor: pointer;
  opacity: 1;
}
.hero.hover .arrow {
  opacity: 1;
}
.section-portfolio .hero .arrow {
  opacity: 1;
}

.arrow {
  width: 52px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: 0;
  z-index: 4;
  background-color: none;
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 3em;
  height: 49px;
  border: solid 1px #fff;
  font-weight: 300;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.arrow i {
  font-size: 30px;
}
.arrow i.fa:before, .arrow i .fa-skinny-plus:before {
  position: relative;
  top: -22px;
}
.arrow i.fa-skinny-plus:before {
  content: "+";
  top: -22px;
}
.arrow:hover, .arrow:active {
  border-color: #f36b22;
  background-color: #f36b22;
  color: white;
}

.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  height: 200px;
  margin-top: -100px;
  opacity: 1;
  z-index: 5;
  font-size: 0;
  text-indent: -99999px;
}
.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
  content: "";
}
@media (max-width: 1199px) {
  .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    width: 50px;
  }
}
@media (min-width: 801px) and (max-width: 991px) {
  .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    width: 25px;
  }
}
@media (max-width: 568px) {
  .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    display: none;
  }
}
.flex-direction-nav a.flex-prev {
  left: 30px;
  background-image: url(../images/prev.png);
  background-size: contain;
}
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:focus {
  background-image: url(../images/prevH.png);
}
.flex-direction-nav a.flex-next {
  right: 30px;
  background-image: url(../images/next.png);
  background-size: contain;
}
.flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:focus {
  background-image: url(../images/nextH.png);
}

/* SECTIONS 
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 30px;
  }
}

.proj--overview {
  position: relative;
  padding: 60px 0 0;
  letter-spacing: 0.04em;
}

.contact {
  position: relative;
  padding: 60px 0 0;
}

h1, h2, h3 {
  color: #778590;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 0;
  padding-top: 0;
}

h1 {
  margin-bottom: 30px;
  font-size: 5.75em;
  /*
  	&:before {
  		content:'-';
  		display: block;
  	}
  */
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

h2, h3, h4 {
  font-weight: 700;
}

h3 {
  font-size: 1.5em;
  padding-bottom: 30px;
  letter-spacing: 0.08em;
}

h4 {
  font-size: 1.25em;
  padding-bottom: 30px;
  letter-spacing: 0.08em;
}

p {
  font-family: "GreycliffRegular";
  font-weight: 400;
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 1.85em;
  /*
  	&.description {
  		max-width: 380px;
  		min-height: 22vw;
  		@media (max-width:992px) {
  			max-width: none;
  			min-height: 0;
  		}
  	}
  */
}
@media (max-width: 767px) {
  p {
    line-height: 1.5em;
  }
}
p a {
  word-wrap: break-word;
  line-height: 1em;
}

button,
.btn .button,
input[type=submit] {
  background-color: unset;
  margin: auto;
  color: #f36b22;
  border-color: #f36b22;
  display: inline-block;
}
button:hover, button:focus,
.btn .button:hover,
.btn .button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #f68b52;
  color: #f36b22;
  border-color: #f68b52;
}

@media (max-width: 992px) {
  main {
    margin-bottom: 50%;
  }
}
@media (max-width: 767px) {
  main {
    margin-bottom: 60px;
  }
}

aside {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
  width: 35%;
}
aside img {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
aside span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 0;
  text-align: center;
}
aside span:before {
  content: "";
  height: 140px;
  width: 1px;
  background: #778590;
  display: block;
  position: absolute;
  bottom: 2em;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 992px) {
  aside {
    bottom: 0;
    width: 50%;
  }
  aside img {
    margin-bottom: 0;
  }
  aside span {
    left: -100%;
    margin-left: 0%;
    bottom: 50%;
  }
  aside span:before {
    height: 1px;
    width: 140px;
    left: 68%;
    bottom: 50%;
  }
}
@media (max-width: 767px) {
  aside {
    position: relative;
    width: 90%;
    margin: 0 auto 60px;
    padding-bottom: 60px;
    bottom: inherit;
  }
  aside img {
    margin-bottom: 0px;
  }
}

/* PORTFOLIO 
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
.page-portfolio #content.container {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .page-portfolio #content.container {
    margin-top: 105px;
  }
}

.portfolio {
  padding: 0px 0 0;
  position: relative;
  letter-spacing: 0.04em;
}
.page-work .portfolio {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .portfolio {
    padding: 60px 15px 0;
  }
}
@media (max-width: 575px) {
  .portfolio {
    padding: 60px 15px 0;
  }
}
.portfolio h2 {
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .portfolio h2 {
    padding-bottom: 0em;
  }
}
.portfolio span.tagline {
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1em;
  line-height: 1.25;
  display: block;
}
@media (max-width: 767px) {
  .portfolio .project-filters {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  .portfolio .project-filters {
    margin-bottom: 2em;
  }
}
.portfolio .project-filters .filter-dropdowns {
  position: relative;
}
.portfolio .project-filters .fp-filter {
  font-weight: 500;
  color: #778590;
  font-size: 16px;
  border: solid 1px #fff;
  border-top: solid 1px #000;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 0;
  background-color: none;
  -webkit-background-image: none;
  -moz-background-image: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.portfolio .project-filters .filter-col {
  position: relative;
}
.portfolio .project-filters .filter-col:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  margin-top: -3px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  right: 20px;
  top: 50%;
}
.portfolio .project-filters .filter-col:hover:after, .portfolio .project-filters .filter-col.active:after {
  border-top: 6px solid #f36b22;
}
.portfolio .project-filters .fp-filter:hover,
.portfolio .project-filters .fp-filter.active {
  cursor: pointer;
}
.portfolio .project-filters .fp-filter:hover,
.portfolio .project-filters .fp-filter:hover option[selected=selected],
.portfolio .project-filters .fp-filter.active,
.portfolio .project-filters .fp-filter.active option[selected=selected] {
  border-top: solid 1px #f36b22;
  color: #f36b22;
}
.portfolio .project-filters .fp-filter option[selected=selected] {
  border-top: solid 1px #f36b22;
  color: #f36b22;
}
@media (max-width: 767px) {
  .portfolio .project-filters.show {
    width: 100%;
  }
}
.portfolio .project-filters.show select {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 1em;
  margin-bottom: 0px;
  color: #778590;
  line-height: 1.42857143;
  background-color: white;
  -webkit-background-image: none;
  -moz-background-image: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #f36b22;
  border-top: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  transition: color 0.25s linear;
  position: absolute;
  z-index: 100;
}
@media (max-width: 767px) {
  .portfolio .project-filters.show select {
    height: 50px;
    position: relative;
  }
}
.portfolio .project-filters.show select:focus, .portfolio .project-filters.show select:active {
  background-color: white;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  transition: all 0.125s linear;
  box-shadow: none;
  color: #778590;
}
.portfolio .project-filters.show select:focus::-webkit-input-placeholder, .portfolio .project-filters.show select:active::-webkit-input-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select:focus:-moz-placeholder, .portfolio .project-filters.show select:active:-moz-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select:focus::-moz-placeholder, .portfolio .project-filters.show select:active::-moz-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select:focus:-ms-input-placeholder, .portfolio .project-filters.show select:active:-ms-input-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select::-webkit-input-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select:-moz-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select::-moz-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select:-ms-input-placeholder {
  color: #778590;
}
.portfolio .project-filters.show select option {
  padding: 0 10px;
}
.portfolio .project-filters.show .filter-title {
  border: solid 1px #f36b22;
  color: #f36b22;
  margin-bottom: 0;
}
.portfolio .project-filters.show .filter-title .caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f36b22;
  border-top: none;
  margin-top: 6px;
}
.portfolio .more-projects {
  margin-top: 35px;
}
.portfolio .more-projects .arrow {
  background-color: none;
  bottom: inherit;
  color: #f36b22;
  font-size: 3em;
  font-weight: 300;
  height: 49px;
  left: inherit;
  margin-left: 0;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 52px;
  z-index: 4;
  display: inline-block;
  border: solid 1px #f36b22;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  transition: all 0.125s linear;
  float: left;
}
.portfolio .more-projects .arrow:hover, .portfolio .more-projects .arrow:active {
  background-color: none;
  cursor: pointer;
  color: white;
}
.portfolio .more-projects .arrow i.fa::before {
  top: -24px;
}
.portfolio .more-projects .category-name {
  display: inline-block;
  float: left;
  padding: 15px 0 0 35px;
}
.portfolio .more-projects .category-projects {
  clear: both;
  padding-top: 35px;
  -webkit-column-count: 5;
  /* Chrome, Safari, Opera */
  -moz-column-count: 5;
  /* Firefox */
  column-count: 5;
  display: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .portfolio .more-projects .category-projects {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
  }
}
@media (max-width: 767px) {
  .portfolio .more-projects .category-projects {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
@media (max-width: 480px) {
  .portfolio .more-projects .category-projects {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.portfolio .more-projects.show .category-projects {
  display: block;
}
.portfolio .more-projects.show i.fa-skinny-plus:before {
  content: "-";
  top: -25px;
}

.section-portfolio section small,
.article-image small,
.article-body p small {
  padding: 0 15px 0 0;
  text-align: right;
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .section-portfolio section small,
.article-image small,
.article-body p small {
    width: 60%;
    margin-left: 40%;
    padding: 0 3% 0 0;
  }
}

.portfolio-pics .slide.hpic .slide-container .image, .portfolio-pics .slide.hpic .slide-container, .portfolio-pics .slide.hpic, .portfolio-pics .slide .slide-container {
  height: 30vw;
}

.portfolio-pics .slide.vpic .slide-container .image, .portfolio-pics .slide.vpic .slide-container, .portfolio-pics .slide.vpic {
  height: calc(50vw + 20px);
}

.portfolio-pics {
  margin-top: 4em;
  /*
  	.container {
  		position: relative;
  		width:100%;
  		@extend %bgprops;
  		z-index: 1;
  		@media (max-width:767px) {
  			padding: 0;
  		}  

  	}
  */
  /*
  	.hpic {
  		@extend %hpropH;
  		@media  (min-width:1441px) {
  			//max-height:calc(890px/2);
  		}
  		@media (max-width:767px) {
  			height:auto;
  		}  

  	}
  	.vpic {
  		@extend %vpropH;
  		@media  (min-width:1441px) {
  			//max-height:calc(890px + 20p);
  		}
  		@media (max-width:767px) {
  			height:auto;
  		}  
  	}
  */
}
@media (max-width: 767px) {
  .portfolio-pics {
    margin-top: 0;
  }
}
.portfolio-pics .proppic {
  margin-bottom: 30px;
}
.portfolio-pics .proppic .arrow {
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 767px) {
  .portfolio-pics .proppic .arrow {
    display: none;
  }
}
.portfolio-pics .proppic.hover .arrow, .portfolio-pics .proppic:active .arrow {
  opacity: 1;
}
@media (max-width: 767px) {
  .portfolio-pics .proppic.hover .arrow, .portfolio-pics .proppic:active .arrow {
    opacity: 0;
    display: none;
  }
}
.portfolio-pics .slide {
  position: relative;
}
.portfolio-pics .slide .slide-container {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: table;
  width: 100%;
  padding: 13px 5% 0 5%;
  z-index: 0;
}
@media (min-width: 1441px) {
  .portfolio-pics .slide .slide-container {
    max-height: 445px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container {
    position: relative;
    text-align: left;
    display: block;
    padding: 13px 0 0 0;
  }
}
.portfolio-pics .slide .slide-container .slide-info {
  display: table-cell;
  opacity: 0;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container .slide-info {
    position: relative;
    display: block;
    opacity: 1;
  }
}
.portfolio-pics .slide .slide-container .slide-info h1,
.portfolio-pics .slide .slide-container .slide-info h2 {
  text-transform: uppercase;
  font-size: 2rem;
  color: white;
  margin: 0;
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container .slide-info h1,
.portfolio-pics .slide .slide-container .slide-info h2 {
    font-size: 1.5rem;
    color: #778590;
    text-transform: none;
    font-weight: 400;
    margin-top: 10px;
  }
}
.portfolio-pics .slide .slide-container .slide-info h1:before,
.portfolio-pics .slide .slide-container .slide-info h2:before {
  content: "";
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container .slide-info h1 br,
.portfolio-pics .slide .slide-container .slide-info h2 br {
    display: none;
  }
}
.portfolio-pics .slide .slide-container .slide-info p.location {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container .slide-info p.location {
    font-size: 1rem;
    color: #a8bac6;
  }
}
.portfolio-pics .slide .slide-container .slide-info h2 {
  font-size: 1.5vh;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container .slide-info h2 {
    font-size: 1vh;
  }
}
.portfolio-pics .slide .slide-container .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0.8;
  filter: contrast(150%);
}
.portfolio-pics .slide .slide-container .overlay,
.portfolio-pics .slide .slide-container .slide-info {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.portfolio-pics .slide .slide-container .image {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .portfolio-pics .slide .slide-container .image {
    position: relative;
  }
}
.portfolio-pics .slide .slide-container:hover {
  /*
  				.image {
  					@media (min-width:768px) {
  						filter: contrast(100%) grayscale(100%);
  					}
  				}
  */
}
@media (min-width: 768px) {
  .portfolio-pics .slide .slide-container:hover .overlay {
    background: #f36b22;
  }
}
.portfolio-pics .slide .slide-container:hover .slide-info {
  opacity: 1;
}
.portfolio-pics .slide .slide-container:hover .arrow {
  opacity: 1;
}
@media (min-width: 1441px) {
  .portfolio-pics .slide.hpic {
    max-height: 445px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide.hpic {
    height: auto;
  }
}
@media (min-width: 1441px) {
  .portfolio-pics .slide.hpic .slide-container {
    max-height: 445px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide.hpic .slide-container {
    height: auto;
  }
}
@media (min-width: 1441px) {
  .portfolio-pics .slide.hpic .slide-container .image {
    max-height: 445px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide.hpic .slide-container .image {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .portfolio-pics .slide.hpic .slide-container .image {
    height: 70vw;
  }
}
@media (min-width: 1441px) {
  .portfolio-pics .slide.vpic {
    max-height: 720px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide.vpic {
    height: auto;
  }
}
@media (min-width: 1441px) {
  .portfolio-pics .slide.vpic .slide-container {
    max-height: 720px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide.vpic .slide-container {
    height: auto;
  }
}
@media (min-width: 1441px) {
  .portfolio-pics .slide.vpic .slide-container .image {
    max-height: 720px;
  }
}
@media (max-width: 767px) {
  .portfolio-pics .slide.vpic .slide-container .image {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .portfolio-pics .slide.vpic .slide-container .image {
    height: 70vw;
  }
}

.hover .slide-container .overlay,
.hover .slide-container .slide-info {
  opacity: 0.8;
  filter: contrast(150%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hover .slide-container .image {
  filter: contrast(100%) grayscale(100%);
}
.page-portfolio .portfolio {
  padding: 0;
}

ul.plist,
.proj--overview main ul {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
ul.plist li,
.proj--overview main ul li {
  line-height: 1.1em;
  margin-bottom: 1em;
  /*
  	    padding: 0.5em 0.75em;
  	    background-color: $steel;
  	    color: white;
  */
  font-weight: 700;
  font-size: 0.9rem;
  font-family: "GreycliffBold", sans-serif;
  letter-spacing: 0.02em;
  /*
  	    &:nth-of-type(7n-6) {
  		    background-color: #6b1943;
  	    }
  	    &:nth-of-type(7n-5) {
  		    background-color: #3086e2;
  	    }
  	    &:nth-of-type(7n-4) {
  		    background-color: #f36b22;
  	    }
  	    &:nth-of-type(7n-3) {
  		    background-color: #185858;
  	    }
  	    &:nth-of-type(7n-2) {
  		    background-color: #f3458d;
  	    }
  		&:nth-of-type(7n-1) {
  		    background-color: #9dbbc3;
  	    }
  	    &:nth-of-type(7n) {
  		    background-color: #dab054;
  	    }
  */
}
@media (max-width: 767px) {
  ul.plist,
.proj--overview main ul {
    margin-top: 60px;
  }
}

blockquote {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2em;
  text-decoration: none;
  border: 0;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-portfolio section blockquote small {
  font-size: 0.5em;
  font-weight: 700;
  color: #778590;
  margin-top: 1em;
  text-align: left;
}
.section-portfolio section blockquote small:before {
  display: none;
}

.wide img {
  max-width: none;
}

@media (max-width: 767px) {
  .section-portfolio section:not(.portfolio) .col-sm-4:first-of-type,
.section-portfolio section:not(.portfolio) .col-sm-3:first-of-type {
    margin-bottom: 30px;
  }
}

.press {
  letter-spacing: 0.04em;
  padding-top: 50px;
  padding-bottom: 50px;
}
.press .press-title {
  text-align: center;
}
.press h2 {
  padding-bottom: 20px;
}
.press .row {
  justify-content: flex-end;
}
.press table {
  width: 100%;
}
.press table tr td {
  vertical-align: top;
  font-size: 0.85em;
}
.press table tr td p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.press table tr td:first-child {
  width: 15%;
}
.press table tr td:last-child {
  width: 75%;
  padding-left: 20px;
  font-weight: 400;
}
.press table tr td:last-child strong {
  font-weight: 700;
}
.press table tr td:last-child a {
  color: #778590;
  text-decoration: underline;
}
.press table tr td:last-child a:hover {
  color: #f36b22;
}
@media (max-width: 370px) {
  .press h3 {
    width: 100%;
    text-align: left;
  }
  .press table tr td:first-child {
    width: 15%;
    text-align: right;
  }
  .press table tr td:last-child {
    width: 85%;
  }
}

/* PORTFOLIO SINGLE
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
/*
.section-portfolio .hero, .section-portfolio .hero .container, .section-portfolio .hero .slide, .section-portfolio .hero .slide .slide-container, .section-portfolio .hero .slide .image {
    height: 30vw;
}
*/
.proj--overview .back-btn {
  position: absolute;
  top: 10px;
  left: 5px;
}
.proj--overview .back-btn .h4 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .proj--overview .back-btn {
    left: 15px;
  }
}

@media (min-width: 768px) {
  #portfolio-single h1 {
    font-size: 3.75em;
    margin: 0;
    padding-right: 30px;
  }
}
#portfolio-single .title {
  font-size: 1.5em;
  font-weight: 500;
}
#portfolio-single p {
  margin-bottom: 1em;
  letter-spacing: normal;
}

.section-portfolio .hero .svg-inline--fa {
  vertical-align: 1em !important;
}

#portfolio-gallery section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
  		&.p_grid--2 {
  			> div {
  				flex:0 0 calc(50% - 15px);
  			}
  		}
  		&.p_grid--3 {
  			> div {
  				flex:0 0 calc(50% - 15px);
  			}
  			> div:first-of-type {
  				flex:0 0 calc(100%);
  				margin-bottom: 30px;
  			}
  		}
  		&.p_grid--4 {
  			> div {
  				flex:0 0 calc(50% - 15px);
  			}
  			> div:first-of-type,
  			> div:last-of-type {
  				flex:0 0 calc(100%);
  			}
  			> div:first-of-type {
  				margin-bottom: 30px;
  			}
  			> div:last-of-type {
  				margin-top: 30px;
  			}
  		}
  */
}
#portfolio-gallery section.p_grid .portfolio-image {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #portfolio-gallery section.p_grid .portfolio-image:nth-of-type(3n-2) {
    flex: 0 0 100%;
  }
  #portfolio-gallery section.p_grid .portfolio-image:nth-of-type(3n), #portfolio-gallery section.p_grid .portfolio-image:nth-of-type(3n-1) {
    flex: 0 0 calc(50% - 15px);
  }
  #portfolio-gallery section.p_grid.p_grid_last_full .portfolio-image:last-of-type {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  #portfolio-gallery section.p_grid {
    padding: 0 30px;
  }
}

#portfolio-nav .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #portfolio-nav {
    padding: 0 15px;
  }
  #portfolio-nav .h4 {
    font-size: 1em;
  }
}
@media (max-width: 350px) {
  #portfolio-nav .container {
    flex-direction: column;
    align-items: center;
  }
}

.page-services h1 {
  font-size: 3em;
  font-weight: 600;
  color: #f36b22;
}
@media (max-width: 576px) {
  .page-services h1 {
    font-size: 2em;
  }
}
.page-services p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.page-services .top-section .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-services .services-image img {
  object-fit: cover;
  height: 100%;
}
.page-services .services h1 {
  text-align: center;
  margin-bottom: 60px;
}
.page-services .services h2 {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.page-services .services p {
  margin-bottom: 0.55em;
}
.page-services .services .service-icons {
  display: flex;
  flex-wrap: wrap;
  padding-right: 60px;
}
.page-services .services .service-icons p {
  text-align: left;
  margin: 0 0 2px 2px;
  padding: 14px 12px;
  line-height: 1;
  color: #fff;
  font-family: "GreycliffBold";
  background-color: pink;
}
.page-services .services .service-icons p:nth-of-type(7n-6) {
  background-color: #6b1943;
}
.page-services .services .service-icons p:nth-of-type(7n-5) {
  background-color: #3086e2;
}
.page-services .services .service-icons p:nth-of-type(7n-4) {
  background-color: #f36b22;
}
.page-services .services .service-icons p:nth-of-type(7n-3) {
  background-color: #185858;
}
.page-services .services .service-icons p:nth-of-type(7n-2) {
  background-color: #f3458d;
}
.page-services .services .service-icons p:nth-of-type(7n-1) {
  background-color: #9dbbc3;
}
.page-services .services .service-icons p:nth-of-type(7n) {
  background-color: #dab054;
}
.page-services #service-icons-slides {
  width: 100%;
  margin: auto;
}
.page-services #service-icons-slides .slick-slide {
  padding: 10px 0px;
  height: 200px;
}
.page-services #service-icons-slides button.slick-arrow {
  height: 30px;
}
.page-services #service-icons-slides button.slick-arrow:before {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #778590;
  font-size: 30px;
}
.page-services #service-icons-slides button.slick-arrow.slick-prev:before {
  content: "\f053";
}
.page-services #service-icons-slides button.slick-arrow.slick-next:before {
  content: "\f054";
}
@media (min-width: 1024px) {
  .page-services .top-section {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .page-services .top-section h1 {
    margin-left: -10%;
  }
}
@media (min-width: 768px) {
  .page-services .services {
    padding-top: 0;
  }
  .page-services .services .service-icons {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .page-services .col {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .page-services .services-image {
    margin-left: 8.333333%;
  }
  .page-services .top-section .row > div:last-of-type {
    align-items: center;
  }
  .page-services .top-section .row > div:last-of-type img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .page-services .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .page-services .logos {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-services .services .service-icons {
    justify-content: center;
    padding-bottom: 60px;
    padding-right: 0;
  }
}
.page-services footer p {
  color: white;
}

.page-team .top-section {
  padding-bottom: 60px;
}
.page-team .top-section .content {
  margin: auto;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-team .top-section .content {
    padding-top: 0;
  }
}
.page-team .top-section p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.page-team .team {
  display: flex;
  flex-wrap: wrap;
}
.page-team .team .team-part {
  margin-bottom: 20px;
}
.page-team .team .image {
  position: relative;
}
.page-team .team img {
  padding-bottom: 10px;
}
.page-team .team p {
  font-size: 1rem;
  padding: 5px 0;
  margin: 0;
}
.page-team .team p br {
  display: none;
}
.page-team .team p strong {
  color: #778590;
  display: block;
  font-size: 1.5rem;
  font-family: "GreycliffBold", sans-serif;
}
.page-team .team .icon {
  position: absolute;
  background: #f36b22;
  bottom: 10px;
  right: 0;
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}
.page-team .team .icon:hover {
  cursor: pointer;
  background: white;
}
.page-team .team .icon:hover a {
  color: #f36b22;
}
.page-team .team .icon a {
  font-size: 1.5em;
  color: white;
  line-height: 1;
  display: block;
  padding-top: 3px;
}

/*  FOOTER
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF      */
.connect {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.connect h2 {
  color: #f36b22;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 1em;
}
.connect div {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.connect div a,
.connect div i,
.connect div ul {
  line-height: 1em;
}
.connect div a {
  font-family: "GreycliffBold";
}
.connect div ul li {
  display: inline;
}
@media (max-width: 575px) {
  .connect div ul {
    flex: 0 0 100%;
    margin-top: 6px;
    justify-content: center;
  }
}
.connect div .fa-envelope:before {
  position: relative;
  top: 1px;
  font-size: 28px;
  line-height: 0;
}

/* Footer */
footer {
  background: #f36b22;
  color: white;
}
footer section {
  padding: 30px;
  margin-bottom: 0;
}
footer section .row > div:last-of-type {
  text-align: right;
}
@media (max-width: 575px) {
  footer section .row > div,
footer section .row > div:last-of-type {
    text-align: center;
  }
  footer section .row div:last-of-type {
    margin-top: 30px;
    flex-direction: column;
  }
  footer section .row div:last-of-type img {
    margin: 0 0 20px;
  }
  footer section .row div:last-of-type ul li a {
    font-size: 20px;
  }
}
footer section div {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer section img {
  max-width: 70px;
  margin-right: 15px;
}
footer p {
  line-height: 1.2em;
  margin: 0;
  color: white;
  font-size: 0.85em;
}
footer p a,
footer ul li a {
  color: white;
  line-height: 1.2em;
}
footer p a:hover, footer p a:focus,
footer ul li a:hover,
footer ul li a:focus {
  color: white;
}
footer ul,
footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline;
  padding: 0 5px;
}
footer h4 a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 993px) {
  footer .login {
    margin-top: 1.6em;
  }
}
footer .cl.visible-xs {
  margin: 30px 0;
}
@media (max-width: 550px) {
  footer .col-xs-6 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  footer .hidden-xs {
    margin: 0;
  }
  footer h4 {
    padding-bottom: 10px;
  }
}

@media (min-width: 769px) {
  #backToTop {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: none;
    text-align: center;
    font-size: 3em;
    border: solid 1px;
    font-weight: 300;
    opacity: 0;
    position: fixed;
    left: auto;
    right: 26px;
    bottom: 30px;
    color: #ddd;
    border-color: #ddd;
    padding: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    transition: all 0.125s linear;
  }
  #backToTop i {
    font-size: 30px;
  }
  #backToTop i.fa:before,
#backToTop i .fa-skinny-plus:before {
    position: relative;
    top: -22px;
  }
  #backToTop i.fa-skinny-plus:before {
    content: "+";
    top: -22px;
  }
  #backToTop:hover, #backToTop:active {
    border-color: #f36b22;
    background-color: #f36b22;
    color: white;
  }
}
@media (max-width: 768px) {
  #backToTop {
    display: none;
  }
}
/* HOME
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
@media (max-width: 576px) {
  .page-home #content {
    padding-bottom: 0;
  }
}

/* CONTACT
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
.contact {
  /*
  	@media (min-width: 1680px) {
  		.wp-block-image img {
  			max-width: 140%;
  			width: 140%;
  		}
  	}
  */
}
.contact h2 {
  text-transform: uppercase;
  color: #f36b22;
  font-size: 2.25em;
  padding: 0.5em 0;
  margin: 0;
}
.contact h3 {
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 0;
}
.contact img {
  height: auto;
}
.contact span.h2 {
  font-size: 1.2em;
}
.contact input[type=submit] {
  border: 2px solid;
}
.contact input[type=submit]:hover {
  color: white;
  border-color: #f36b22;
}
.contact form {
  padding-bottom: 40px;
}

.email {
  font-weight: 500;
  text-decoration: underline;
}
.email:hover {
  text-decoration: underline;
}

.page-contact #content {
  padding: 30px;
}

/* BUZZ
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
.buzz {
  margin: 0px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.buzz-sticky {
  	position: sticky;
  	top: 0;
  	@media (max-width:767px) {
  		background: $white;
  		top:105px;
  		z-index: 500;
  		padding-bottom: 10px;
  	} 
  }*/
}
@media (max-width: 767px) {
  .buzz {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.buzz .caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}
.buzz .caret-left {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid #000;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin: -4px 10px 0 0;
}
.buzz article {
  position: relative;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .buzz article {
    margin-top: 4em;
  }
}
.buzz article h2.article-title {
  margin-bottom: 25px;
}
.buzz article .article-date.post-date {
  display: block;
  left: -75px;
  position: absolute;
  top: 0;
  font-weight: 400;
  font-size: 0.8em;
}
@media (max-width: 800px) {
  .buzz article .article-date.post-date {
    left: 0;
    position: relative;
    padding-bottom: 15px;
    float: none;
    display: block;
    text-align: left;
  }
}
.buzz article .article-tags {
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .buzz article .article-tags {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .buzz article .article-tags {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .buzz article .article-tags {
    clear: both;
    display: block;
  }
}
.buzz article .article-tags a.tag {
  padding-right: 10px;
}
.buzz article .article-tags a.tag:hover, .buzz article .article-tags a.tag:focus, .buzz article .article-tags a.tag.active:hover {
  color: #f36b22;
  text-decoration: underline;
}
.buzz article .article-image {
  margin-bottom: 25px;
}
.buzz article .article-image img {
  height: auto;
}
.buzz article .article-body img {
  height: auto;
}
.buzz article a.readmorelink {
  color: #f36b22;
  border-radius: 0;
  background: none;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 0.5em;
  padding: 10px;
  border: solid 1px #f36b22;
}
.buzz article a.readmorelink img {
  border: 0;
}
.buzz article a.readmorelink:hover {
  background: #f36b22;
  color: white;
}
.buzz article a.readmorelink:hover img {
  border: 0;
}
.buzz .post-body h6 {
  position: absolute;
}
.buzz .single-sidebar article .article-date {
  position: initial;
  margin-bottom: 0.5em;
}
.buzz .goarchive a {
  position: relative;
  cursor: pointer;
  display: block;
  margin-top: 4em;
}
.buzz .goarchive a:before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0px;
  border-top: 40px solid #778590;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.buzz .goarchive a:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 1px;
  border-top: 39px solid #fff;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
}
.buzz .goarchive a:hover:before {
  border-top-color: #f36b22;
}
@media (min-width: 768px) {
  .buzz .buzz-sticky {
    padding-left: 5%;
  }
}
.buzz .tag-pool {
  border: solid 1px #fff;
  border-top: solid 1px #000;
  padding: 5px 0;
  width: 100%;
  margin: 30px 0 40px;
}
@media (max-width: 767px) {
  .buzz .tag-pool {
    margin: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .buzz .tag-pool.single-post {
    margin: 135px 0 25px;
  }
}
.buzz .tag-pool a.pool {
  padding: 0 15px 25px 0;
  color: #000;
  display: block;
  font-weight: 400;
}
.buzz .tag-pool a.pool .caret {
  float: right;
  margin: 8px 0 0 0;
}
.buzz .tag-pool .all-tags {
  display: none;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 2em;
}
.buzz .tag-pool .all-tags a {
  padding-right: 10px;
  font-size: 1em !important;
}
.buzz .tag-pool .all-tags .wp-tag-cloud {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.buzz .tag-pool .all-tags .wp-tag-cloud li {
  padding-right: 10px;
  color: #111;
  text-decoration: none;
  transition: all 0.25s linear;
  float: left;
  list-style: none;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .buzz .tag-pool .all-tags .wp-tag-cloud li {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .buzz .tag-pool .all-tags .wp-tag-cloud li {
    font-size: 14px;
  }
}
.buzz .tag-pool:hover {
  border-top: solid 1px #f36b22;
  cursor: pointer;
}
.buzz .tag-pool:hover a.pool {
  display: block;
  color: #f36b22;
}
.buzz .tag-pool:hover a.pool .caret {
  border-top-color: #f36b22;
}
.buzz .tag-pool.show {
  border-top: solid 1px #f36b22;
}
.buzz .tag-pool.show a.pool {
  display: block;
  color: #f36b22;
}
.buzz .tag-pool.show a.pool .caret {
  border-top-color: #f36b22;
}
.buzz .tag-pool.show .all-tags {
  display: block;
}
@media (max-width: 767px) {
  .buzz .go-archive {
    margin-bottom: 25px;
  }
}
.buzz a.archive {
  padding: 0 15px 25px 0;
  display: block;
  font-weight: 400;
  cursor: pointer;
}
.buzz a.archive .caret-right {
  float: right;
  margin: 8px 0 0 0;
}
.buzz a.archive:hover .caret-right {
  border-left-color: #f36b22;
}
.buzz.archive {
  padding-top: 150px;
}
.buzz.archive a.article-image {
  display: block;
  height: 20vh;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.buzz.archive a.article-image .article-info {
  position: absolute;
  display: table;
  text-align: center;
  width: 100%;
  height: 20vh;
}
.buzz.archive a.article-image .article-info .article-date.post-date {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  color: white;
  left: 0;
  opacity: 0;
}
.buzz.archive a.article-image .overlay {
  background: #f36b22;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.buzz.archive a.article-image .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: 20vh;
}
.buzz.archive a.article-image:hover .article-info .article-date.post-date {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.buzz.archive a.article-image:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.buzz.archive .article-title {
  font-weight: 700;
}
.buzz.archive .archive-group {
  padding: 25px 0;
}
.buzz.archive .archive-group article:nth-child(2n+1) {
  clear: both;
}
.buzz.archive .archive-group .archive-date {
  display: block;
  border: solid 1px #fff;
  border-top: solid 1px #000;
  padding: 5px 0;
}
.buzz.archive .archive-group .archive-date .article-count {
  float: right;
  padding-right: 60%;
  font-weight: 400;
  display: none;
}
@media (max-width: 450px) {
  .buzz.archive .archive-group .archive-date .article-count {
    padding-right: 35%;
  }
}
.buzz.archive .archive-group .archive-date .caret {
  float: right;
  margin: 5px 5px 0 0;
}
.buzz.archive .archive-group:hover {
  cursor: pointer;
}
.buzz.archive .archive-group:hover .archive-date {
  color: #f36b22;
  border-top-color: #f36b22;
}
.buzz.archive .archive-group:hover .archive-date .caret {
  border-top-color: #f36b22;
}
.buzz.archive .archive-group.show {
  width: 100%;
}
.buzz.archive .archive-group.show .archive-date {
  color: #f36b22;
  border-top-color: #f36b22;
}
.buzz.archive .archive-group.show .archive-date .caret {
  border-top: none;
  border-bottom: 4px solid #f36b22;
}
.buzz.archive .archive-group.show .archive-by-date {
  display: flex;
}
.buzz.archive .archive-group.show:hover {
  border-top: none;
  border-bottom: 4px solid #f36b22;
}
.buzz.archive article.no-image {
  margin-top: 1em;
}
.buzz.archive article.no-image a.article-image,
.buzz.archive article.no-image .article-info {
  height: auto;
}
.buzz.tag-single .article-tags {
  display: none;
}

@media (max-width: 767px) {
  .blog-content .buzz article:first-of-type {
    margin-top: 0;
  }
}

/* VOLUNTEERING ARCHIVE 
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
#volunteering.buzz a.archive {
  padding: 63px 15px 0px 0;
}
#volunteering.buzz.archive {
  padding-top: 50px;
}
#volunteering.buzz.archive .archive-group .archive-date {
  width: none;
}
#volunteering.buzz.archive .archive-group article:nth-child(2n+1) {
  clear: none;
}

.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}

.the-team {
  margin-bottom: 4em;
}

.our-vision {
  margin-bottom: 4em;
}
.our-vision span.piclabel::before {
  left: -40px;
}
@media (max-width: 992px) {
  .our-vision span.piclabel::before {
    left: -40px;
  }
}

.our-approach {
  margin-bottom: 4em;
}
.our-approach span.piclabel {
  text-align: left;
  margin-bottom: 50px;
}
.our-approach span.piclabel::before {
  left: 145px;
  top: 10px;
  width: 141px;
}
.our-approach span.piclabel::after {
  background: #111 none repeat scroll 0 0;
  top: 10px;
  content: "";
  display: block;
  height: 80px;
  left: 285px;
  position: absolute;
  width: 1px;
  z-index: 10;
}

#team {
  padding-top: 75px;
}
#team blockquote {
  text-decoration: none;
  margin-bottom: 2em;
}
#team blockquote span.ul {
  text-decoration: underline;
}
#team blockquote span.small {
  font-size: 16px;
  padding-top: 20px;
  text-decoration: none;
  color: #778590;
}

/*  PHOTOS
/////////////////////////////////////////////////////////  */
.flexslider {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 0 0 60px;
  border-radius: 0;
}
.flexslider img {
  border-radius: 0;
}

/* CONTACT 
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
.form {
  color: #778590;
}
.form label {
  display: none;
}
.form span {
  display: block;
  margin-bottom: 27px;
}
.form input.form-control,
.form select.form-control,
.form textarea.form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-weight: normal;
  font-size: 0.8em;
  margin-bottom: 0px;
  color: #778590;
  line-height: 1.42857143;
  background-color: white;
  -webkit-background-image: none;
  -moz-background-image: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
@media (max-width: 767px) {
  .form input.form-control,
.form select.form-control,
.form textarea.form-control {
    height: 50px;
  }
}
.form input.form-control:focus, .form input.form-control:active,
.form select.form-control:focus,
.form select.form-control:active,
.form textarea.form-control:focus,
.form textarea.form-control:active {
  background-color: white;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  transition: all 0.125s linear;
  box-shadow: none;
  color: #f36b22;
  border: solid 1px #f36b22;
}
.form input.form-control:focus::-webkit-input-placeholder, .form input.form-control:active::-webkit-input-placeholder,
.form select.form-control:focus::-webkit-input-placeholder,
.form select.form-control:active::-webkit-input-placeholder,
.form textarea.form-control:focus::-webkit-input-placeholder,
.form textarea.form-control:active::-webkit-input-placeholder {
  color: #f36b22;
}
.form input.form-control:focus:-moz-placeholder, .form input.form-control:active:-moz-placeholder,
.form select.form-control:focus:-moz-placeholder,
.form select.form-control:active:-moz-placeholder,
.form textarea.form-control:focus:-moz-placeholder,
.form textarea.form-control:active:-moz-placeholder {
  color: #f36b22;
}
.form input.form-control:focus::-moz-placeholder, .form input.form-control:active::-moz-placeholder,
.form select.form-control:focus::-moz-placeholder,
.form select.form-control:active::-moz-placeholder,
.form textarea.form-control:focus::-moz-placeholder,
.form textarea.form-control:active::-moz-placeholder {
  color: #f36b22;
}
.form input.form-control:focus:-ms-input-placeholder, .form input.form-control:active:-ms-input-placeholder,
.form select.form-control:focus:-ms-input-placeholder,
.form select.form-control:active:-ms-input-placeholder,
.form textarea.form-control:focus:-ms-input-placeholder,
.form textarea.form-control:active:-ms-input-placeholder {
  color: #f36b22;
}
.form input.form-control::-webkit-input-placeholder,
.form select.form-control::-webkit-input-placeholder,
.form textarea.form-control::-webkit-input-placeholder {
  color: #778590;
}
.form input.form-control:-moz-placeholder,
.form select.form-control:-moz-placeholder,
.form textarea.form-control:-moz-placeholder {
  color: #778590;
}
.form input.form-control::-moz-placeholder,
.form select.form-control::-moz-placeholder,
.form textarea.form-control::-moz-placeholder {
  color: #778590;
}
.form input.form-control:-ms-input-placeholder,
.form select.form-control:-ms-input-placeholder,
.form textarea.form-control:-ms-input-placeholder {
  color: #778590;
}
.form select.form-control {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
  border: solid 1px #0071ce;
  color: #0071ce;
  margin-bottom: 0;
}
.form textarea.form-control {
  height: 150px;
}
.form .submit {
  font-size: 0.85em;
  letter-spacing: 0.08em;
  padding: 0.6em 2em 0.5em;
  color: white;
  text-transform: none;
  background: #778590;
  border: 0px;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  float: right;
  margin: 0;
}
.form .submit:hover, .form .submit:focus {
  background: #f36b22;
}

.wpcf7-response-output {
  margin-top: 75px !important;
}

.gr {
  position: relative;
  margin-top: 7em;
  min-height: 430px;
}
.gr .goright {
  position: absolute;
  right: -123px;
}

.goright {
  float: right;
}

/*# sourceMappingURL=style.css.map */
