html, body {
    margin:0;
    padding:0;
    height:100%;
}

body {
  	background-color: #ebebeb;
}
ol, ul {
	list-style: none;
}

.no-padding {
    padding: 0;
}

a {
    color: inherit;
    outline: 0;
}
a:hover,
a:focus,
img {
    text-decoration: none;
    outline: 0;
}

.side-padding{
    padding-left: 40px;
    padding-right: 40px;
}
.pull-up {
    margin-top: -10px;
}

.page-title {
    line-height: 2em;
    font-size: 25px;
}

/*Side Notch and Rounded rows */
.first-rounded,
.mid-rounded {
    height: 40px;
    border-radius: 0 20px 0 20px;
    padding: 0 !important;
    background-color: #fff;
}
.mid-rounded {
    border-radius: 0 0 0 20px;
}
.rounded {
    background-color: #fff;
    padding: 0;
    border-radius: 20px 0 0 0;
}
.rounded:last-of-type {
	border-bottom-right-radius:20px;
}
.not-rounded{
	  background-color: #fff;
}

.wrapper {
    min-height:100%;
}
.home .wrapper {
    min-height: 0;
    height: calc(100% - 69px);
    padding-top: 69px;
}

.main {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 56px; /* 30px + footer height */
    padding-top: 69px;
}
.home .main {
  padding: 0;
  height: 100%;
}

/* TOP NAV */
.wordmark {
	display: block;
    max-width: 104px;
    padding-top: 16px;
    padding-bottom: 16px;
}
header {
    z-index: 1333;
}
.topnav-div1 {
    height: 65px;
    border-radius: 0 0 0 10px;
    background-color: #fff;
    display: none;
}
.navbar-wrapper {
    background-color: #fff;
    min-height: 69px;
}
.navbar {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

.navbar-inner {
    box-shadow: none;
    background: none transparent;
    border-radius: 0;
    padding: 0;
    border: 0 none;
    filter: none;
    max-width: none;
    margin: 0 36px;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus  {
    background-color: transparent;
    box-shadow: none;
    color: inherit;
}
.navbar .nav {
    float: right;
    margin-right: 0;
}
.nav > li {
	display: block;
	font-size: 13px;	
}

.sub-nav {
    display: none;
    margin: 4px -100px 20px 0;
    overflow-x: visible !important;
}

.navbar .nav > li > a {
	text-transform: uppercase;
}

.navbar .nav > li > a.title,
.sub-nav > li > a.title {
    display: block;
    padding: 0px 22px;
    letter-spacing: 0.14em;
	color: black;
	text-decoration: none;
}

.navbar .nav > li:last-of-type > a.title {
    padding-right: 0;
}

.navbar .nav > li > a.title > h5 {
    line-height: 30px;
    margin: 19px 0 1px 0;
    font-size: 15px;
    font-weight: 700;
}

.btn h5{
	color:#333;
	float:right;
	margin:0 0 2px 0;
	text-shadow:none;
	}
	
.btn h5 i{
	margin-left:3px;
}

.sub-nav > li {
    height: 30px;
    position: relative;
    width: auto;
}
.sub-nav > li > a.title {
    line-height: 20px;
    padding: 5px 24px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    white-space: nowrap;
    letter-spacing: .05em;
}
.sub-nav > li a:hover, 
.sub-nav > li.active a {
	color: #ed1c24;
}

@media screen and (max-width: 1024px) {
    .navbar .nav > li > a.title ,
    .sub-nav > li > a.title {
        padding: 0 20px;
    }
}

.nav > li:hover > a.title,
.nav > li.active > a.title {
	color: #ed1c24 !important;	
}
/* HOME PAGE */

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.home .big-image {
  padding: 0;
  margin: 0;
  height: 100% !important;
}
.home #big-video-wrap{

    width:0px;
    overflow:hidden;
}
.home .big-image .content {
  position: fixed;
  top: 45%;
  left: 0;
  right: 0;
  color: #fff;
}
.home .video-poster{
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    
}
.home .big-image .content .pull-right {
  text-align: right;
}
.home .big-image .content h1 {
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  padding: 30px 0;
  color: #777;


}
.home .row-fluid .home-caption-left{
    float: left;
}
.home .row-fluid  .home-caption-right{
    float: right; 
    text-align: right;
}
.home-caption{
    background: url('../images/home-text-curve-bg.png');
    background-position: top left;
}


.home .big-image .video-caption {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  color: #fff;
}
.home .big-image a {
  text-decoration: underline;
}
.home .active {
  padding: 0;
  margin: 0;
  height: 100%;
}
.home .fill {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home .theater {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
}
.home footer {
    display: none;
}
.home .control-wrapper {
  z-index: 1000;
  color: #fff;
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
}
.home .control-wrapper > a,
.home .control-wrapper > span {
  float: left;
}
.nav-hidden{
    display : none !important;
}

@media (max-width: 767px) {
    .home #big-video-wrap{
        display:none;
    }
    .home .theater {
        position: static;
    }
    .home .big-image .content h1 {
        font-size: 18px;
        margin-top: 0px;
    }
    .home .big-image .video-caption{
      display:none;
    }

	body.home {
		padding-left: 0;
		padding-right: 0;
	}
    
    .home .big-image .content {
        top: 50%;
        position: relative;
    }    
    .home footer {
        position: relative;
        margin: 0 auto;
   
    }
    .home .control-wrapper {
		position: relative;
		bottom: 40px;
		left: 0;
		right: 0;
    }
}

@media (max-width: 900px) {
    header {
        border-radius: 0;
        background-image: none;
        background-color: #fff;
    }
    .topnav-div1 {
        height: 40px;
    }
    .navbar {
        margin-top: 0;
    }
    .nav-collapse {
        min-height: 0px !important;
    }
    .navbar .nav {
        padding-top: 0px;
        margin-top: 10px;
        float: none;
    }
    .sub-nav {
        display: block;
    }
	.nav > li {
		width:auto;
	}
    .navbar .nav > li > a.title ,
    .sub-nav > li > a.title {
        border-left: none;
    }
}

footer {
    z-index: 1000;
    height: 50px;
    margin-top: -50px;
    position:relative;
    background-color: #fff;
    border-radius: 0px 20px 0px 0px;
}

footer .content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 11px;
    color: #777777;
}
.home footer .content{
    color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px){
    .home .big-image .content{
        top: auto;
        bottom: 5%;
        position: absolute;
        width: 90%;
    }
    .home footer {
      background: #fff;
      color: #777;
    }
    
    .home footer .content {
        color: #777;
    }
}


.carousel-marker {
    line-height: 24px;
    padding: 0 10px;
    padding:0 10px;
    display:inline-block;
    width:30px;
    text-align:center;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out; 
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.graybox {
    background-color: #e5e5e5;
    padding: 30px;
    margin-bottom: 20px;
    height: 7em;
    border-radius: 15px;
}

ul.bullets li {
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1361px) {
    .graybox {
    height: 10em;
    }
}

@media (max-width: 480px) {
    .graybox {
    height: 13em;
    }
}

.navbar .btn-navbar, .navbar .btn-navbar:hover, .navbar .btn-navbar:focus{
    background: transparent;
    border: none;
    outline: none;
}

/* NEWS */
.news .content {
    padding-bottom: 20px;
}
.news .date {
    font-size: 24px;
}
.news h2 {
    margin: 0;
    line-height: 1em;
    margin-bottom: 15px;
}
.news .featured-image {
    padding-bottom: 20px;
}
.news .post {
    padding-bottom: 60px;
}
.tags ul {
    margin: 0;
}
.tags li {
    float: left;
    line-height: 20px;
    margin-right: 10px;
} 
.tags li a {
    font-size: 15px;
    text-decoration: underline;
}

h2.post-title {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1em;
}

.paging {
    border-top: 2px solid #333;
}
.paging a {
    border-top: 4px solid #fff;
    text-align: center;
    display: block;
    line-height: 60px;
    height: 60px;
    margin-left: 20px;
    float: left;
}
.paging a.number {
    padding: 0 5px;
}
.paging a.current {
    border-top: 4px solid #333;
}
.paging a:first-child {
    margin-left: 0;
}

@media (max-width:900px) {
    .news .post {
        padding-bottom: 40px;
    }
    .side-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sub-nav{
        display: block !important;
    }
    .btn.btn-navbar{
        padding: 0;
        margin: 0;
        margin-top: 25px;
        margin-right: 5px;
    }
    .btn.btn-navbar h5{
        font-size: 1.5em;
    }
}

.social-links{
	float:right;
	position:relative;
	left:25px;
	top:-4px;
}

.social-links li{
	float:left;
	
}
.social-links a{
	display:inline-block;
	width:26px;
	height:26px;

	margin: 0 2px;
}
.social-links .twitter{
		background-image: url('../images/social-icons/twitter.png');
}
.social-links .facebook{
		background-image: url('../images/social-icons/facebook.png');
}
.social-links .linkedin{
	background-image: url('../images/social-icons/linked_in.png');
}	
.social-links .pinterest{
		background-image: url('../images/social-icons/pinterest.png');
}
.social-links .googleplus{
		background-image: url('../images/social-icons/google_plus.png');
}
.social-links-dark .twitter{
		background-image: url('../images/social-icons/twitter-dark.png');
}
.social-links-dark .facebook{
		background-image: url('../images/social-icons/facebook-dark.png');
}
.social-links-dark .linkedin{
	background-image: url('../images/social-icons/linked_in-dark.png');
}	
.social-links-dark .pinterest{
		background-image: url('../images/social-icons/pinterest-dark.png');
}
.social-links-dark .googleplus{
		background-image: url('../images/social-icons/google_plus-dark.png');
}
.social-links a:hover{

	background-position:0px 26px;
}
@media (min-width: 401px) and (max-width: 768px) {
	.social-links{
		position:relative;
		left:0px;
	}
    .social-links .twitter{
    		background-image: url('../images/social-icons/twitter-dark.png');
    }
    .social-links .facebook{
    		background-image: url('../images/social-icons/facebook-dark.png');
    }
    .social-links .linkedin{
    	background-image: url('../images/social-icons/linked_in-dark.png');
    }	
    .social-links .pinterest{
    		background-image: url('../images/social-icons/pinterest-dark.png');
    }
    .social-links .googleplus{
    		background-image: url('../images/social-icons/google_plus-dark.png');
    }
}

@media (max-width: 400px) {
	.social-links{
		float:left;
		display:block;
		position:relative;
		left:-20px;
		top:0px;
	}
    .social-links .twitter{
    		background-image: url('../images/social-icons/twitter-dark.png');
    }
    .social-links .facebook{
    		background-image: url('../images/social-icons/facebook-dark.png');
    }
    .social-links .linkedin{
    	background-image: url('../images/social-icons/linked_in-dark.png');
    }	
    .social-links .pinterest{
    		background-image: url('../images/social-icons/pinterest-dark.png');
    }
    .social-links .googleplus{
    		background-image: url('../images/social-icons/google_plus-dark.png');
    }
	.social-links a{
		margin: 0 4px;
	}
	footer {
	    height: auto;
	}

	footer .content span{
		display:inline-block;
	}
}

.vjs-control-bar{
    display:none;
}

.home .solve-slideshow, .home .solve-slideshow .slick-list, .home .solve-slideshow .slick-list .slick-track{
    height: 100%;
}
.home .solve-slideshow .slide {
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.office {
	margin-top: 20px;
}
.office h1 {
	margin-bottom: 40px;
	
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
}
.office h3 {
	margin-bottom: 20px;
	
	letter-spacing: 0;
}
.office .padding-top {
	padding-top: 45px;
}
.office .side-padding {
	padding-right: 70px;
	padding-left: 70px;
}
.office .padding-bottom {
	padding-bottom: 45px;
}
@media (max-width:900px) {
	.office p {
		margin-bottom: 30px;
	}
}

.slick-slider .slick-prev {
    left: 25px;
}
.slick-slider .slick-next {
    right: 25px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    width: auto;
    height: auto;
    transform: translate(0, -50%) scaleX(0.5);
    z-index: 1000;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    font-family: 'proxima-nova', sans-serif;
    font-size: 145px;
    opacity: 1;
    color: #e1e1e1;
    font-weight: 100;
    transform: scaleX(0.5);
}
.slick-slider .slick-prev:before {
    content: '<';
}
.slick-slider .slick-next:before {
    content: '>';
}
@media (max-width:812px) {
    .slick-slider .slick-prev {
        left: 2.5%;
    }
    .slick-slider .slick-next {
        right: 2.5%;
    }
    .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
        font-size: 96px;
    }
}

#cta_display{
    background-color: rgba(0, 0, 0, 0.28);
    width: 664px;
    max-height: 237px;
    margin-left: 5%;
    bottom: 5vw;
    position: absolute;
    color: #000;
    z-index: 999;
}

#cta_display .cta_container{
    padding: 40px 20px;
    height: 185px;
    color: white;
}

#cta_display .cta_container .hero_text{
    font-style: normal;
    font-size: 36px;
    line-height: 37px;
    font-weight: 800;
    margin-top: 0;
    letter-spacing: .03em;
    margin-bottom: 20px;
    margin-left: 20px;
}

#cta_display .cta_container .cta{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    margin-top: 0;
    text-decoration: underline;
    margin-left: 20px;
}

#cta_display .cta_container .cta a:hover{
    color: #ed1c24;
}

.home .solve-slideshow.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.home .solve-slideshow .slick-dots{
    margin-top: -70px;
    position: relative;
    text-align: right;
    right: 10px;
    top: 0px;
    display: none !important;   /* hides slideshow dots */
}

.home .solve-slideshow .slick-dots li button {
    border-radius: 50%;
    background: rgba(128, 135, 128, .5);
    text-indent: -9999px;
    overflow:hidden;
}

.home .solve-slideshow .slick-dots li.slick-active button, .home .solve-slideshow .slick-dots li button:hover {
    background: rgba(128, 135, 128, 1)
}

.home .solve-slideshow {
    display: none;
}

@media (max-width: 812px) {
    .home .wrapper {
        padding-top: 69px;
    }
    #cta_display {
        margin: 0;
        width: 90%;
        margin-left: 5%;
    }
    #cta_display .cta_container {
        height: 204px;
        padding: 20px 0;
    }
    #cta_display .cta_container .hero_text{
        font-weight: 700;
    }
}

@media (min-width: 901px) {
    .nav-collapse.collapse {
        height: auto !important;
    }

    .side-padding-mobile-only, header + div.container > div.row-fluid .side-padding, header + div.portfolio div.row-fluid:first-of-type .side-padding {
        padding: 0;
    }
}

#case-studies::before {
  display: block;
  content: " ";
  margin-top: -71px;
  height: 71px;
  visibility: hidden;
  pointer-events: none;
}