/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/




/* Custom Code
––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Animation */

.delay-half {
	animation-delay: .5s;
}

.delay-one {
	animation-delay: 1s;
}

.delay-one-half {
	animation-delay: 1.5s;
}

.delay-two {
	animation-delay: 2s;
}

.delay-two-falf {
	animation-delay: 2.5s;
}

.delay-three {
	animation-delay: 3s;
}


.fade-in {
	-webkit-animation: fade-in 1.25s .5s backwards;
	        animation: fade-in 1.25s .5s backwards;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in-extra {
	-webkit-animation: fade-in 1.25s 1s backwards;
	        animation: fade-in 1.25s 1s backwards;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-extra {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-extra {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





@keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.work-hero {
	margin-bottom: 40px;
	
}

.work-hero h1 {
	    margin-top: 60px;
    margin-bottom: 20px;
	font-size: 54px;
	max-width: 100%;
	line-height: 1.1em;
}

.work-hero ul {
	margin-top: 20px;
}

.work-hero ul li {
	border-radius: 50px;
    margin-right: 10px;
    background-color: #f3f3f3;
    padding: 6px 14px;
	font-size:14px;
    margin-bottom: 1rem;
    color: #404f9f;
    font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
}

.hero-image {
	margin-bottom: 50px;
}

.hero-image img {
	width: 100%; 
	border-radius: 8px;
}


.prev-next {
	border-top: solid 1px #dedede;
    padding-bottom: 0px;
    padding-top: 60px;
    margin-top: 50px;
    display: block;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}


.contact-list {
	margin-top: 60px;
}

.logo-list {
}

.logo-list li {

}

sup {
	    top: -1em;
		    font-size: 50%;
}

.logo-third {
	margin-right:0px !important;
}

.logo-list li img {
	         width: 26%;
    height: auto;
    float: left;
    margin-right: 10%;
}


#submitbtn {
	    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    border: solid 1px #e90889;
    color: #ea0989;
}

#submitbtn:hover {
	border: solid 1px #e90889;
	color: #fff;
	background-color: #ea0989;
}

#message-container {
	width: 100%;
	border: 0px;
	height: 120px;
}

.list-contain{
	    display: block;
    width: 100%;
    float: left;
}

.half-list {
	    float: left;
    width: 45%;
}

.main-nav ul li a:hover {
	color: #404f9f;
	}
	

.main-nav ul li a {
	font-size: 16px;
}

	#top-spacing {
    margin-top: 92px;
	}

.main-nav {
    float: right;
    display: block;
    margin-top: 25px;
    margin-bottom: 30px;
	}

.logo {
  height: 45px;
  width: auto;
	}

#factor-slide {
		width:100%;
		max-width:1600px;
	}

.project-text {
	
}

#intro-column-text {
	margin-bottom: 40px;
}


.prev-next li {
	    width: 33%;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0px;
	float: left;
	
}

.arrows {
}


.prev-next li a {
	
}

.project-grid {
	text-align: center;
}

.project-grid a {
}

.project-grid a img {
	opacity: 0.3;
}

.project-grid a img:hover {
	opacity: 1;
}

.next-arrow {
	text-align: right;
}

.next-arrow img {
	    height: 16px;
    vertical-align: middle;
    margin-left: 25px;
    width: auto;
}

.button_container {
}

.logo-container {
    float: left;
    position: relative;
    margin-bottom: 12px;
    margin-top: 15px;
	}


.prev-arrow {
	text-align: left;
}

.prev-arrow img {
	    vertical-align: middle;
    margin-right: 25px;
    height: 16px;
    width: auto;
}



.arrow-right {
	    position: absolute;
    height: 16px !important;
    width: auto;
    right: 25px;
    bottom: 25px;
}

#second-column-text {margin-top: 0px;
}

#first-column-text {
	margin-top: 0px;
}


::-webkit-input-placeholder {
   color: #404f9f;
   font-weight: 700;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #404f9f; 
   font-weight: 700;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #404f9f;;  
   font-weight: 700;
}

:-ms-input-placeholder {  
   color:  #404f9f; 
   font-weight: 700;
}

.view-all {
	margin-bottom: 60px;
	float: right;
	display: block;
	text-decoration: none;
	margin-right: 20px;
}

.view-all:hover {
	text-decoration: underline;;
}


/* Navigation animation
––––––––––––––––––––––––––––––––––––––––––––––––––*/

.btn4 {
	display: none;
 position: relative;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn4 .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 0px;
  width: 50px;
  top: 50%;
  background-color: #212121;
}
.btn4 .icon:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
	right: 0;
    height: 2px;
    background-color: #e90889;
    content: "";
    top: -10px;
}


.btn4 .icon:after {
-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #e90889;
    content: "";
    top: 5px;
	right: 0;
}
.btn4.open .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn4.open .icon:before {

}
.btn4.open .icon:after {

}
.btn4:hover {
  cursor: pointer;
}





.pink-underline {
	height:6px; 
	width: auto; 
	margin-bottom: 30px;
	display: block;
}

.pink-underline-small {
	height:6px !important; 
	width: auto !important; 
	margin-bottom: 20px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "poppins", 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.overlay .overlay-close {
	background: url(../images/cross.png) no-repeat center center !important;
}


.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 80px;
  width: 100%;
  background-color: #fff;
}

#top-spacing {
  margin-top:80px;
	
}

.logo-container {
  float: left;
  position: relative;
  margin-bottom: 12px;
  margin-top: 15px;
	
}

.main-nav {
  float: right;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
	
}



.main-nav ul {
 margin-bottom: 0px;	
}

.main-nav ul li {
  list-style-type: none;
  display: inline;
  margin-left: 25px;	
}

.main-nav ul li a {
  color: #e90889;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;	
}

.main-nav ul li a:hover {
	
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.work-thumbnail {
	display: block;
     width: 100%;
	margin-bottom: 16%;
	border-radius: 8px;
}


.work-thumbnail img {
	height: auto;
    width: inherit;
    display: block;
	border-radius: 8px;
}



.work-thumbnail-bottom {
	display: block;
     width: 100%;
    background: #eaeaea;
	margin-bottom: 0px;
	border-radius: 8px;
	overflow: hidden;
		
	}
	
	.work-thumbnail-bottom img {
			height: auto;
    width: inherit;
    display: block;
	}

.slider {
	margin-bottom: 100px;
	    overflow: hidden;
    border-radius: 8px;
}

.slider img {

    border-radius: 8px;
}

.flexslider img{
	 overflow: hidden;
    border-radius: 8px;
}

.cta {
	 font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #E9088C;
	margin-bottom: 100px;
	display:block;
}

.cta:hover {
	color: #404f9f;
}

.footer {
	margin-top: 60px;
}

#grey-border-top {
	padding-top: 25px;
    border-top: solid 1px #dedede;
	padding-bottom:55px;
}

.video-container {
	padding-bottom: 0px;
    padding-top: 120px;
	padding-bottom: 120px;
    
}

.website-video {
	max-width: 900px;
    border-radius: 0px 0px 15px 15px;
    margin: 0 auto;
    width: 80%;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.yt-video {
	width: 100%;
}

.browser-frame {
	    margin: 0 auto;
    width: 80%;
    display: block;
    max-width: 900px;
	border-radius: 0px !important;
}

.results {
	    margin: 100px auto 100px auto;


}

.results p {
	max-width: 100%;
}

.results ul {
	
}

.results ul li {
	vertical-align: top;
    display: inline-block;
    width: 22%;
    margin-right: 3%;
	
}

.results ul li:last-child {
	margin-right: 0%;
}

.results h2 {
	font-size: 54px;
	line-height: 1.1em;
}

.mobile-hero {
	display:none;
}


	.card-content-new {
		padding: 30px 0px;
		
	}
	
	.card-content-new h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	
	.card-content-new p {
		margin-bottom: 0px;
		font-size: 18px;
		max-width: 100%;
		
	}
	
	.card-content-new ul {
		float: left;
    margin: 10px 0px 0px 0px;
	
		
	}
	
	.card-content-new ul li {
		
	border-radius: 50px;
    margin-right: 10px;
    background-color: #f3f3f3;
    padding: 6px 14px;
    font-size: 14px;
    margin-bottom: 0px;
	margin-top: 10px;	
    color: #404f9f;
    font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;	
		
	}	
  
  .card-content{
	  margin: 40px !important;
  }


.work-thumbnail-new {
	display: block;
     width: 100%;
	margin-bottom: 10%;
	float: left;
}


.work-thumbnail-new img {
	height: auto;
    width: 100%;
    display: block;
	border-radius: 8px;
}

.work-thumbnail-new a {
	    border: solid 1px #fff;
    float: left;
    padding: 16px;
}

.work-thumbnail-new a:hover {
	cursor: pointer;
	    border-radius: 14px;
    padding: 16px;
    border: solid 1px #404f9f;
	text-decoration: none;
}

.negative-padding {
	margin-left: -16px;
	margin-right: -16px;
}

.intro-row {
	margin-top: 40px;
	margin-bottom: 40px;
}



/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 86%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 86%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 100%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  background-color: #404f9f; }
body {
  font-size: 16px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.7;
  font-weight: 400;
  font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #fff; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #404f9f; }
h1 { font-size: 40px; line-height: 1.2;  letter-spacing: -.1rem; font-weight:700; margin-bottom: 80px; margin-top: 60px; max-width: 1000px; }
h2 { font-size: 16px; line-height: 1.25; letter-spacing: 0px; font-weight:700; margin-bottom: 10px; }
h3 { font-size: 12px; line-height: 1.3;  letter-spacing: 0px; }
h4 { font-size: 12px; line-height: 1.35; letter-spacing: 0px; }
h5 { font-size: 12px; line-height: 1.5;  letter-spacing: 0px; }
h6 { font-size: 12px; line-height: 1.6;  letter-spacing: 0px; }

@media (min-width: 768px) {

}


/* Larger than phablet */
@media (min-width: 550px) {

}

p {
  margin-top: 0;
  color: #404f9f;
  max-width: 500px;
  font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #E9088C;
  text-decoration: none; }
a:hover {
  color: #E9088C; 
  text-decoration: underline;}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	padding: 10px 0px;
 border-top: 0px;
 margin-bottom: 25px;
 border-right: 0px;
 border-left: 0px;
     color: #e90889;
  background-color: #fff;
  border-bottom: 1px solid #404f9f;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
	
  min-height: 65px;
  padding:15px;
  border: solid 1px #404f9f;
   }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-bottom: 1px solid #404f9f;
  outline: 0; }
label,
legend {
padding: 10px 0px;
    display: block;
    margin-bottom: 0px;
    font-weight: 700;
    color: #404f9f;}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; 
      color: #404f9f;
    font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
file,
fieldset {
	color: #e90889;
	width: 100%;
   }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (max-width: 550px) {
	.project-text {
		display: none;
}

#second-column-text {
	    margin-top: 25px !important;
    margin-bottom: 0px;
}

#mobile-space {
		margin-bottom: 20px;
	}

h1 {
	line-height: 1.2em !important;
    font-size: 34px !important;
}

#top-spacing {
    margin-top: 70px !important;;
	}

#intro-column-text {
	margin-bottom: 25px !important;
}

.button_container {
  position: fixed;
  top: 22px;
  right: 7%;
  display: block !important;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.logo-container {
	float: left;
    position: relative;
    margin-bottom: 5px;
    margin-top: 18px !important;
}

.main-nav {
	display: none;
}
	
.results {
    margin: 60px auto 60px auto;
}
	
	.results ul li {
    width: auto;
    margin-right: 0%;
	display: list-item;
	padding-left: 10px;
	    margin-bottom: 20px;	
}
	
.results ul {
    margin-left: 15px;
    list-style: disc;	

}
	
	.results h2 {
line-height: 1em !important;
    font-size: 36px !important;	
	}
	
.intro-row {
	margin-top: 20px;
	margin-bottom: 40px;
}	
	
	
}

/* Larger than mobile */
@media (min-width: 400px) {
	h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 700;
   
    margin-top: 40px;
	}
	
	.btn4 { display: block;}

	
	.main-nav ul {
		display: none;
	}
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	h1 {
	font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px;
	}
	
	.main-nav ul {
		display: block;
	}
	
	
	
	.btn4 { display: none;}
	
	}

/* Larger than tablet */
@media (min-width: 768px) {
	h1 {
		font-size: 36px;
    letter-spacing: 0px;
    line-height: 48px;
	margin-top: 60px;
	
	}
	
	
	.one-half.column {
		width: 48%;
	}


}

@media (max-width: 768px) {
	
	h1 {
		    margin-bottom: 30px;
			margin-top: 30px;
	}
	
	#intro-column-text {
		margin-bottom: 40px;
}

.flex-control-paging li a {
	    width: 8px !important;
    height: 8px !important;
}

.contact-list {
	margin-top: 20px;
}

.contact-form {
	margin-top: 20px;
}

#top-spacing {
    margin-top: 71px;
	}
	
		.main-nav ul li a {
		font-size: 14px;
	}
	
	#mobile-space {
		margin-bottom: 30px;
	}
	


.logo {
	    height: 35px;
    width: auto;
}

.main-nav {
	    margin-top: 25px;
    margin-bottom: 25px;
}



.logo-container {
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
	
	
	.one-half.column {
		width: 100%;
		margin-left: 0%;
	}
	
		.fixed-nav {
			height: 71px;
    
	}
	
	.slider {
		margin-bottom: 60px;
	}
	
	.work-thumbnail {
		margin-bottom: 8%;
	}
	
	
	
	.footer {
		margin-top: 40px;
	}
	
	.prev-next {
		    padding-top: 40px;
    margin-top: 40px;
	}
	
	.arrow-right {
	    position: absolute;
    height: 14px;
    width: auto;
    right: 20px;
    bottom: 20px;
}

#second-column-text {margin-top: 40px;
margin-bottom: 0px;
}

#first-column-text {margin-top: 40px;
margin-bottom: 40px;
}
	
.results {
	  
    width: 100%;
}	
	
.mobile-hero {
		display: block;
	}	
.desktop-hero {
		display: none;
	}
	
	.results ul li {
    width: auto;
    margin-right: 0%;
	display: list-item;
	padding-left: 10px;
	    margin-bottom: 20px;	
}
	
.results ul {
    margin-left: 15px;
    list-style: disc;	

}	
	
	.work-hero h1 {
	    font-size: 46px;
    line-height: 1.1em;	
	}	
	
	.card-content-new p {
		font-size: 16px;
	}
	
	.work-hero h1 {
		    margin-top: 40px;
    margin-bottom: 0px;
	}
	
	.video-container {
		    padding-top: 60px;
    padding-bottom: 60px;
	}
	
}



  

/* Larger than desktop */
@media (min-width: 1000px) {
	  .container {
    width: 86%;
	  }
	 h1 { font-size: 40px;
	 margin-top: 80px;
	     line-height: 52px;
		 max-width: 900px;
	 }
	

}


/* Larger than Desktop HD */
@media (min-width: 1200px) {
	  h1 { font-size: 4.5rem; line-height: 60px; margin-top: 100px; max-width: 1000px; }
  h2 { line-height: 26px; font-size: 18px; }
  h3 { font-size: 3.2rem; }
  h4 { font-size: 2.8rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
  
  .cta {
	 font-size: 18px;
  }
  
  body {
	      font-size: 16px;
  }
  
  .main-nav ul li a {
	  font-size: 18px;
  }
	
	.card-content-new {
		padding: 30px 0px;
		
	}
	
	.card-content-new h2 {
		font-size: 24px;
	}
	
	
	.card-content-new p {
		margin-bottom: 0px;
		font-size: 18px;
		padding-right: 10px;
		
	}
	
	.card-content-new ul {
		float: left;
    margin: 10px 0px 0px 0px;
	
		
	}
	
	.card-content-new ul li {
		
	border-radius: 50px;
    margin-right: 10px;
    background-color: #f3f3f3;
    padding: 4px 12px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #404f9f;
    font-family: "poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;	
		
	}	
  
  .card-content{
	  margin: 40px !important;
  }
  
  .main-nav {
	margin-top: 24px;
    margin-bottom: 24px;
  }
  
  .main-nav ul li {
	  margin-left: 35px;
  }
	
}