/* Global Styles */
body {
  background: #ececec;  
  font-family: "proxima-nova",sans-serif;
}
/* Header Area */
header {
  background: #fff;
  border-bottom: 5px solid #006c68;
  margin-bottom: 60px;
   position: relative;
   z-index: 50;
}
.site-logo {
  padding: 20px;
}
/* Global styles */
h1#page-title {
  color: #006c68;
  text-transform: uppercase;
  font-weight: 600; /* Typekit: Proxima Nova - Semibold */
}
.page-node h1#page-title {margin: 3px 0;}
/*Main Menu Area*/
.main-menu .menu {
  margin: 58px 0 0 0;
}
.main-menu .menu ul {
	margin: 0;
	padding: 0;
}
.main-menu .menu li {
	display: inline-block;  
  padding: 0 6px;
}
@media screen and (min-width: 830px) {
  .main-menu .menu li {
    padding: 0 12px;
  }
}
.main-menu .menu a,
.main-menu .menu span {
	display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #127673;
}
@media screen and (min-width: 600px) {
  .main-menu .menu a,
  .main-menu .menu span {
    font-size: .8em;
  }
}
@media screen and (min-width: 780px) {
  .main-menu .menu a,
  .main-menu .menu span {
    font-size: 1em;
  }
}

.main-menu .menu a:hover,
.main-menu .menu a.active {
  color: #ff7a3d;
  border-bottom: 1px dotted #ff7a3d;
}
.main-menu .menu li:first-child {
  padding-left: 0;
}
.main-menu .menu li:last-child {
  padding-right: 0;
}
/* Footer styles */


/* internal pages - footer */
.l-footer {
  background: #404040;
  border-top: 5px solid rgba(255,255,255,0.3);  
  color: #fff;
  position: relative;  
  z-index: 10;
}
@media screen and (min-width: 600px) {
  /* make footer sticky above 600px */
  .l-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 300;
  }
}
.not-front .l-footer {
  margin-top: 50px;
}
.l-footer p {
  font-size: 0.750em;
}
/* Social Media Icons */
ul.social-area {
  margin-top: 15px;
}
ul.social-area li {
  display: inline-block;
  padding: 0 7px;
}
ul.social-area li a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
ul.social-area .youtube {
  background: url('../images/youtube.png') no-repeat center center;
}
ul.social-area .facebook {
  background: url('../images/facebook.png') no-repeat center center;
}
ul.social-area .vimeo {
  background: url('../images/vimeo.png') no-repeat center center;
}
ul.social-area .google-plus {
  background: url('../images/google-plus.png') no-repeat center center;
}
/* Hover State of Social Icoms */
ul.social-area .youtube:hover {
  background: url('../images/youtube-hover.png') no-repeat center center;
}
ul.social-area .facebook:hover {
  background: url('../images/facebook-hover.png') no-repeat center center;
}
ul.social-area .vimeo:hover {
  background: url('../images/vimeo-hover.png') no-repeat center center;
}
ul.social-area .google-plus:hover {
  background: url('../images/google-plus-hover.png') no-repeat center center;
}
/* Copyright Information */
.copyright-information {
  text-align: right;
}
/* About - Footer information */
.about-bha-footer {
  padding: 10px 0 10px 40px;
  max-width: 450px;
  background: url('../images/bha-footer-logo.png') no-repeat 10px center;
}
.about-bha-footer p {
  margin-bottom: 0;  
}
.about-bha-footer strong {
  font-size: 1.143em;
}
.about-bha-footer a.learn-more {
  color: #fff;
  font-weight: 700;
  padding-right: 20px;
  background: url('../images/learn-more-arrow.png') no-repeat center right;
}
/* Project Teasers */
.page-projects .body.text-secondary,
.page-taxonomy .body.text-secondary {
  min-height: 130px;
}
.page-projects .row .row,
.page-taxonomy-term .row .row {
  margin: 0;
}
.page-projects .main.columns,
.page-taxonomy-term .main.columns {
  padding: 0 20px;
}
/* Overrite padding that's added to project teaser with the columns class; can't find it to remove it */
.section-projects .view-mode-teaser .columns {
  padding: 0;
}
@media screen and (min-width: 525px) {
  .page-projects .main.columns,
  .page-taxonomy-term .main.columns {
    padding: 0 0 0 20px;
  } 
}

.view-projects .item-list > ul > li:nth-child(2n+2),
.page-taxonomy .project-teaser:nth-child(2n+2) {
  margin-right: 0;
}
.project-teaser .field.field-name-node-link,
.page-taxonomy .field.field-name-field-project {
  padding: 0 21px;
}
.project-teaser .field.field-name-title, 
.project-teaser .body.text-secondary {
  padding: 10px 21px 5px;
}
.page-taxonomy .project-teaser:last-child {
  float: left;
}
.page-taxonomy .projects-sidebar {
  margin-top: 130px;
}
.page-taxonomy .menu .leaf.active-trail a,
.page-taxonomy .active-trail.active {
  color: #ff7a3d;
  font-weight: bolder;
}
.breadcrumb a {
  color: #006c68;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.page-taxonomy .view-display-id-page .views-row:last-child {
  float: left;
}
.crumbs-separator {
  color: #006c68;
  font-weight: bold;
  position: relative;
  top: -4px;
}
.view-taxonomy-term {
  padding-top: 58px;
}
.breadcrumb {
  position: absolute;
}
.item-list .pager {
  clear: left;
}
ul.pagination.pager li{
  background:#006c68;
  float: left;
  height: 35px;
  line-height: 17px;
  margin: 0;
  padding: 9px 0;
  width: auto;
}
ul.pagination li a {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
ul.pagination li.current a {
  background: #006c68;
  color: #6daaa8;
}
ul.pagination li:hover a, 
ul.pagination li a:focus,
ul.pagination li:hover a, 
ul.pagination li a:focus { 
  background: none;
}
.view-projects .item-list > ul,.project-teaser {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-projects h1#page-title {
  margin-bottom: 6px;
}
.page-projects .field.field-name-field-project,
.view-taxonomy-term .field.field-name-field-project {
  padding: 10px 0;
}
.view-taxonomy-term .field-name-field-project ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
.view-projects > .view-content > .item-list > ul > li, 
.project-teaser {
    display: inline-block;
    margin: 0 15px 30px 0;
    vertical-align: top;
}
.page-taxonomy .project-teaser {
   display: inline-block;
   vertical-align: top;
   width: 48.5%;
   margin: 0 20px 30px 0;
}
.project-teaser .node-teaser {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.project-teaser .project-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  padding: 10px 0 0 0;
  margin: 0;
}
.project-teaser .project-title a {
  color: #006c68;
}
.project-teaser .view-project a {
  color: #006c68;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  padding-right: 20px;
  background: url('../images/learn-more-arrow.png') no-repeat center right;
}
.project-teaser .body p {
  font-size: 0.875em;
  margin-top: 5px;
}
.project-teaser ul.links {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.project-teaser .links li {
  display: inline-block;
}
.project-teaser .links li a {
  color: #006c68; 
}
.project-teaser .links li:before {
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  content: "Category:";
}
.sidebar-staff .field-name-field-staff-image {
  float: left;
}
.sidebar-staff .group-contentwrap {
  background: #fff;
  padding-top: 25px;
  height: 100px;
  padding-left: 15px;
  overflow: hidden;
}
.sidebar-staff h2.staff-name {
  font-size: 0.875em;
  color: #006c68;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-staff .field-name-field-position {
  font-size: 0.750em;
}
/* Project Node */
.sidebar-staff .node-staff-member {margin-bottom: 20px;}
.sidebar-staff > h2 {font-size: 14px;font-weight: 500;margin-left: -16px;padding-bottom: 10px;}
.content-wrapper {
  background: #fff;
  padding: 30px 15px;  
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
/* Flexslider Project */
.flexslider-project {
  position: relative;
}
.flexslider-project .slides {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  zoom: 1;
}
.flexslider-project .slides > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexslider-project .flex-direction-nav {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
  height: 0px;
}
.flexslider-project .flex-direction-nav li {
  display: block;
}
/* Prev li */
.flexslider-project .flex-direction-nav li:nth-child(1n) {
  float: left;
}
/* Next li */
.flexslider-project .flex-direction-nav li:nth-child(2n) {
  float: right;
}
.flexslider-project .flex-direction-nav a {
  margin-top: -100%;
}
.flexslider-project .flex-next {
  background: url('../images/r-arrow-inactive.png') no-repeat center center;
}
.flexslider-project .flex-next:hover {
  background: url('../images/r-arrow-active.png') no-repeat center center;
}
.flexslider-project .flex-prev {
  background: url('../images/l-arrow-inactive.png') no-repeat center center;
}
.flexslider-project .flex-prev:hover {
  background: url('../images/l-arrow-active.png') no-repeat center center;
}
.flexslider-project .flex-next,
.flexslider-project .flex-prev {
  line-height: 250px;
  overflow: hidden;
  width: 43px;
  display: block;
  height: 81px; 
}
.flexslider-project .youtube-field-player {
  display: block;
  margin: 0;
}
body.node-type-project h1#page-title {
  display: none;
}
.content-wrapper p {
  font-size: 0.875em;
}
.body.field .field-label {
  color: #006c68;
  font-weight: normal;
  padding-bottom: 20px;
}
.content-wrapper .field-name-title {
  position: relative;
}
.content-wrapper h2.project-title {
  text-transform: uppercase;
  color: #006c68;
  font-weight: 700;
  font-size: 2.7em;
  margin: 10px 0 15px;
}
.content-wrapper h2.project-title:before {
  color: #333;
  content: "PROJECT NAME";
  font-size: 17px;
  position: absolute;top: -15px;
  left: 4px;
}
.content-wrapper .field-name-title .field-label {
  text-transform: uppercase;
}
.content-wrapper .group-project-properties {
  background: #f8f8f8;
  border: 1px solid #ededed;
  padding: 25px;
  margin-bottom: 20px;
}
.content-wrapper .group-project-properties .field:nth-child(1n+2) {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.group-project-properties h2.field-label {
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  height: 10px; /* Overrides h2 for this purpose only */
}
.group-project-properties .field-type-taxonomy-term-reference ul {
  margin: 0;
  padding: 0;
}
.group-project-properties .field-type-taxonomy-term-reference li {
  color: #006c68;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.group-project-properties .field-label {
  color: #006c68;
  font-weight: normal;
}
/* Project - On this Project block in sidebar */
.block-views-on-this-project-block .block-title {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block-views-on-this-project-block .on-this-project-list {
  list-style: none;
  margin: 0;
}
.block-views-on-this-project-block .on-this-project-list .project-staff-member {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1); 
  clear: both;
  margin: 0 0 20px;
}
[class*="views-field-field-staff-member"] a {
  color: #006C68;
  font-size: 14px;
  text-transform: uppercase;
}
[class*="views-field-field-staff-member"] h3 {
  margin-bottom: 0;
}
.block-views-on-this-project-block .views-field-field-staff-image {
  float: left;
  margin-right: 7.4074074%; /* 20px / 270px */
  width: 33.333333%;
}
.flexslider {
  border: 0;
  padding: 0;
  margin: 0;
}
#next,
#prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#next {
  right: 10px;
}
#prev {
  left: 10px;
}
.flexslider a.flex-next,
#next {
  background: url('../images/r-arrow-inactive.png') no-repeat center center;
}
.flexslider a.flex-next:hover,
#next:hover {
  background: url('../images/r-arrow-active.png') no-repeat center center;
}
.flexslider a.flex-prev,
#prev {
  background: url('../images/l-arrow-inactive.png') no-repeat center center;
}
.flexslider a.flex-prev:hover,
#prev:hover {
  background: url('../images/l-arrow-active.png') no-repeat center center;
}
.flexslider a.flex-next,
.flexslider a.flex-prev,
#next,
#prev {
  line-height: 250px;
  overflow: hidden;
  width: 43px;
  display: block;
  height: 81px; 
  z-index: 100;
}
#supersized {z-index: 2;}
#nextslide {
    background: url("../images/r-arrow-inactive.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 81px;
    right: 10px;
    
}
#prevslide {
    background: url("../images/l-arrow-inactive.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 81px;
    left: 10px;
}
#nextslide:hover {background:url("../images/r-arrow-active.png") no-repeat scroll center center rgba(0, 0, 0, 0);}
#prevslide:hover {background:url("../images/l-arrow-active.png") no-repeat scroll center center rgba(0, 0, 0, 0);}
#prevslide, #nextslide {
  z-index: 3;
}
.flexslider a.flex-next:before {
  display: none;
}
.flexslider .flex-control-nav {
  display: flex;
  bottom: 0;
}
.flexslider .flex-control-nav li {
  display: inline-flex;
  float: left;
  z-index: 300;
  width: inherit;
  margin: 0;
}
.flexslider .flex-control-paging li a {
  width: inherit;
  padding: 0;     
    -webkit-transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
  border-radius: 0;
  display: inline-flex;
  height: 10px;
  background: rgba(255,255,255,0.3);
  border: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #ff6412;
}
/* Contact Form and Page */
form button.secondary.form-submit, .button.secondary.form-submit {
  background: #006c68;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  float: right;
  color: #fff;
}
/* Our People Styling */
.field-name-field-office ul.links { 
  margin: 0;
}
/* Override foundation style that makes last item in a row float right, even if row is not full */
[class*="column"] + [class*="column"]:last-child {
  float: left!important;
}
/* override the above for footer */
.footer [class*="column"] + [class*="column"]:last-child {
  float: right!important;
}

.node-type-staff-member .field-type-taxonomy-term-reference .field-label {
  font-size: 15px;
}
 .field-name-field-office ul,
.field-name-field-position ul {
  margin: 0;
} 

.field-name-field-office ul li,
.field-name-field-position ul li {
  list-style: none;
}
.node-type-staff-member .field-label { 
  width: 115px;
}
.page-our-people .content-wrapper {
  position: relative;
}
.staff-member-teaser {
  margin-bottom: 20px;
}
.staff-member-teaser .staff-member-title {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.staff-member-teaser .staff-member-title a {
  color: #006c68;
}
.staff-member-teaser img {
  display: block;
  margin: 0;
  width: 100%;
}
.staff-member-teaser .more-info a {
  background: #ff7a3d;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  font-size: 0.875em;
  right: 0;
  margin-top: 20px;
}
/* Staff Member Node */
.node-staff-member.view-mode-full {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1); 
}
.node-staff-member.view-mode-full .field-name-field-staff-image {
 margin: 0 20px 20px 0;
}
.node-staff-member.view-mode-full .group-left {
  /* Override DS Layout */
  float: none;
  width: 100%;
}
.node-staff-member.view-mode-full .group-right {
  /* Override DS Layout */
  float: none;
  padding: 20px;
  width: 100%; 
}
/* Portfolio block */
/* Padding top of sidebar on staff member node */
.node-type-staff-member .sidebar-second {
  padding-top: 26px;
}
/* Project - On this Project block in sidebar */
.block-views-portfolio-block .block-title {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block-views-portfolio-block .view-id-portfolio {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);   
  padding: 20px;
}
.block-views-portfolio-block .portfolio-list {
  list-style: none;
}
.view-id-portfolio .portfolio-list li {
  margin: 0;
}
.view-id-portfolio .portfolio-list li a {
  color: #006C68;
  display: block;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .node-staff-member.view-mode-full .field-name-field-staff-image {
    margin: 0;
  }
  .node-staff-member.view-mode-full .group-left {
    float: left;
    width: 19.7368421%; /* 225 / 1140 */
  }
  .node-staff-member.view-mode-full .group-right {
    float: left;
    padding-top: 20px;
    width: 80.2631579%; /* 915 / 1140 */
  }
}
/* Project Categories Sidebar */
.projects-sidebar .block-title {
  font-weight: 700;
  font-size: 1.2em;
  color: #006c68;
}
.projects-sidebar {
  background: #f8f8f8;
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin-top: 70px;
}
.projects-sidebar a {
  color: #006c68;
}
.projects-sidebar a:hover {
  color: #ff7a3d;
}
.projects-sidebar .menu {
  margin: 0;
  padding: 0;
}
.projects-sidebar .menu li {
  width: 100%;
  list-style: none;
  font-weight: 700;
}
.projects-sidebar .menu li .menu li {
  font-weight: 300;
}
.projects-sidebar .menu li .menu li:before {
  content: "- ";
}

/* Reset sizing of admin bar links */
#admin-menu-wrapper ul {
  font-size: 12px;
}

/* Content Type - Basic Page */
.node-type-page .body {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  padding: 10px 21px;
}

.node-type-page .row .row {
  margin: 0;
}
.page-node.node-type-page .body.field > h2 {
    color: #006c68;
    font-weight: 600;
    padding: 20px 0 10px;
}
.page-node.node-type-page .block-title {
    color: #006c68;
    font-size: 1.2em;
    font-weight: 700;
}

/* Practice - sidebar menu */
.block-menu-block-1 {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #dbdbdb;
    margin-top: 70px;
    padding: 15px;
}
.block-menu-block-1 .menu {
  list-style: none;
  margin: 0;
}
.block-menu-block-1 .menu a {
    color: #006c68;
    line-height: 25px;
}
/* Slideshow */

/* Front - slideshow on mobile */
.front .main {
  min-height: 400px;
}
.front main {
    margin: 0;
    max-width: 100%;
    /* overflow: hidden; */
    padding: 0;    
    width: 100%;
    z-index: -9999;
}
.front header {
    margin-bottom: 0;
}
.front .large-12.main.columns {
    padding: 0;
}
.flex-direction-nav .flex-prev {
    left: 20px;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
    text-align: right;
}
.flexslider:hover .flex-next {
  right: 20px;
}
.flexslider:hover .flex-prev {
  left:20px;
}
.front .flex-next, .front .flex-prev {
  position: absolute;
  top: 45%;
}
.view-slideshow {
  position: fixed;
  top: 66px;
}

@media only screen and (max-width: 40em) {
  .main-menu .menu {
    padding-bottom: 20px;
    margin-top: 0;
  }

  .main-menu {
    max-height: 0;
    overflow: hidden; 
    -webkit-transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 0.500);
  }

  .main-menu.open {
    max-height: 220px;
  }

  .menu-toggle {
    background: url('../images/pancakes.png') no-repeat center center;
    background-size: contain;
    display: block;
    height: 30px;
    width: 21px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
  }

  .menu-toggle-mobile {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;
    height: 130px;
  }

  .main-menu .menu li {
    width: 100%;
  }

  .main-menu .menu li,
  .main-menu .menu li {
    padding: 5px 0;
    text-align: center;
  }

  .main-menu .menu li a:hover,
  .main-menu .menu li a.active {
    border-bottom: none !important;
  }

  /* Copyright Info */
  .copyright-information {
    text-align: center;
  }

  /* Footer Un-fixed Overide*/
  body.not-front footer {
    position: relative;
    margin-top: 40px;
  }

}

/* Page Padding Override */
@media screen and (min-width: 600px) {
  .not-front .page {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .view-projects .item-list > ul > li, 
  .project-teaser {
    margin: 0 3px 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-projects .row .row, 
  .page-taxonomy-term .row .row {
    margin: 0;
    min-height: 530px;
  }
  .view-slideshow {
    position: static;
  }
  .page-taxonomy .project-teaser {
    width: 47.5%;
  }
  .page-taxonomy .project-teaser {
    margin: 0 10px 30px 0;
  }
}

@media screen and (min-width: 525px) {
  .view-projects > .view-content > .item-list > ul > li, 
  .project-teaser {
    width: 47.5%;
  }
}

@media only screen and (max-width: 480px) and (orientation:landscape) {
  .page-projects .body.text-secondary {
    min-height: 245px;
  }
  
  #prevslide, 
  #nextslide {
    margin-top: 60px;
  }
}