/* @override 
	http://rs.byjc.co/wp-content/themes/rackspace-startups/css/screen.css
	http://www.rackspacestartups.com.php54-2.dfw1-2.websitetestlink.com/wp-content/themes/rackspace-startups/css/screen.css */



/* ============================================================
Rackspace Startups

/* ------------------------------------------------------------
Imports
------------------------------------------------------------ */

@font-face {
    font-family: 'aleoregular';
    src: url('../inc/webfonts/Aleo-Regular-webfont.eot');
    src: url('../inc/webfonts/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../inc/webfonts/Aleo-Regular-webfont.woff') format('woff'),
         url('../inc/webfonts/Aleo-Regular-webfont.ttf') format('truetype'),
         url('../inc/webfonts/Aleo-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleoregular';
    src: url('../inc/webfonts/Aleo-Bold-webfont.eot');
    src: url('../inc/webfonts/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../inc/webfonts/Aleo-Bold-webfont.woff') format('woff'),
         url('../inc/webfonts/Aleo-Bold-webfont.ttf') format('truetype'),
         url('../inc/webfonts/Aleo-Bold-webfont.svg#aleobold') format('svg');
    font-weight: bold;
    font-style: normal;

}




* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------------------------------------------------------
+General
------------------------------------------------------------ */
body {
  color: #676767;
  font: normal 16px/1.7em "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

img {
  display: block;
  height: auto;
  width: auto; }

input:focus, textarea:focus {
  outline: none; }

img,
embed,
object,
video {
  max-width: 100%; }

a {
  color: #ee4235;
  text-decoration: none;
  font-weight: bold; }
  a:hover {
    color: red;
    text-decoration: underline; }
  a:focus {
    outline: none; }
  a::-moz-focus-inner {
    border: 0; }

h1 {
  font-size: 2.75em;
  line-height: 1.167em;
  margin-bottom: 0em;
  padding: 0em 0 0.25em 0;
  text-align: center;
  font-family: "quatro-slab", Georgia, serif;
  font-weight: 100; }
  h1 span {
    width: 100px;
    height: 8px;
    background-color: #ee4235;
    display: block;
    margin: 0.75em auto;
    text-align: center; }

h1.slideheader {
  text-align: left; }

h1.logo {
  font-family: "quatro-slab", Georgia, serif;
  background-image: url("../img/rs-logo.png");
  background-size: 251px 31px;
  background-repeat: no-repeat;
  width: 251px;
  height: 31px;
  text-indent: -9999px;
  float: left;
  overflow: hidden;
  margin: 18px 0 26px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    h1.logo {
      background-image: url("../img/rs-logo@2x.png");
      background-size: 251px 31px; } }

h2.section-title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 3em 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif; }

h2, h3, h4, h5, h6 {
  font-family: "quatro-slab", Georgia, serif;
  font-weight: 600; }

h2 {
  font-size: 2em;
  font-weight: 500; }

h3 {
  font-size: 1.25em;
  font-weight: 500; }
  h3 a {
    font-weight: normal; }

nav.mainnav {
  float: left; }
  nav.mainnav a#slidedown {
    display: none; }
  nav.mainnav ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }
    nav.mainnav ul li {
      padding: 0;
      margin: 0 10px;
      float: left;
      display: inline-block;
      padding-top: 25px; }
      nav.mainnav ul li a {
      	text-transform: uppercase;
      	font-size: 13px !;
      	font-weight: bold;
      	letter-spacing: 1px;
      	-webkit-transition: all 0.1s ease-in-out;
      	-moz-transition: all 0.1s ease-in-out;
      	transition: all 0.1s ease-in-out; 
      }
      nav.mainnav li:hover,
      nav.mainnav .current-menu-item,
      nav.mainnav .current_page_parent {
      	border-bottom: 3px solid #B7B7B7;
      	padding-bottom: 3px;
      }
      nav.mainnav .apply-now {
      	margin: 0 0 0 15px;     	
      }
      nav.mainnav .apply-now:hover {
      	border: none;
      }
		nav.mainnav .apply-now a{
			background: #E93832;
			padding: 12px 20px;
			border-radius: 5px;;
		}
		nav.mainnav .apply-now a:hover {
			background: #D43C35;
		}
      nav.mainnav ul li.activeNav {
        border-top: 8px solid #ee4235;
        padding-top: 17px; }
      nav.mainnav ul li a:not(.button) {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: .875em; }
        nav.mainnav ul li a:not(.button):hover {
          text-decoration: none; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* ------------------------------------------------------------
+Buttons
------------------------------------------------------------ */
.button {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .button:hover {
    text-decoration: none; }
  .button.black-round {
    background-color: #222426;
    color: #e3e3e3;
    border-radius: 30px; }
    .button.black-round:hover {
      background-color: #060707; }
  .button.red-semi-round {
    background-color: #ee4235;
    color: white;
    border-radius: 5px;
    letter-spacing: 2px;
    box-shadow: 0px 2px 0px #d43a2f;
    position: relative; }
    .button.red-semi-round:hover {
      background-color: #d63b2f;
      box-shadow: 0px 2px 0px #a02a21; }
    .button.red-semi-round:active {
      box-shadow: none;
      top: 2px; }
  .button.white-semi-round {
    background-color: white;
    color: #ee4235;
    border-radius: 5px;
    letter-spacing: 2px; }
    .button.white-semi-round:hover {
      background-color: #f2f2f2; }
  .button.articlebtn {
    background-color: transparent;
    border: 1px solid #dadada;
    border-radius: 2px;
    color: #b4b4b4;
    width: 100px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .button.articlebtn:hover {
      opacity: 1; }
    .button.articlebtn:hover .label {
      top: -100%; }
    .button.articlebtn.sharebtn {
      float: right; }
    .button.articlebtn span.label {
      display: block;
      height: 100%;
      position: relative;
      top: 0%;
      -webkit-transition: top 0.3s ease-in-out;
      -moz-transition: top 0.3s ease-in-out;
      transition: top 0.3s ease-in-out;
      width: 100%; }
      .button.articlebtn span.label.bloglabel, .button.articlebtn span.label.sharelabel {
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: 10px 50%;
        padding-left: 38px; }
      .button.articlebtn span.label.bloglabel {
        background-image: url("../img/blogicon.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .button.articlebtn span.label.bloglabel {
            background-image: url("../img/blogicon@2x.png");
            background-size: 18px 20px; } }
      .button.articlebtn span.label.sharelabel {
        background-image: url("../img/shareicon.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .button.articlebtn span.label.sharelabel {
            background-image: url("../img/shareicon@2x.png");
            background-size: 16px 16px; } }

/* ------------------------------------------------------------
+Layout
------------------------------------------------------------ */
.wrap {
  *zoom: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }

#content {
	background: #F7F7F7;
	position: relative;
}

.row {
  *zoom: 1;
  display: block; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

section {
  *zoom: 1; }
  section:before, section:after {
    content: " ";
    display: table; }
  section:after {
    clear: both; }

section.introslide {
  display: block;
  float: left;
  width: 60.27586%; }
  section.introslide:last-child {
    margin-right: 0; }

section#mainvideo .videocontainer {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 74.13793%; }
  section#mainvideo .videocontainer:last-child {
    margin-right: 0; }
section#mainvideo .videotext {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 22.41379%;
  margin-right: 0; }
  section#mainvideo .videotext:last-child {
    margin-right: 0; }




div.author {
	border: 1px solid #e4e4e4;
	margin: 20px 0;
 }
  div.author:last-child {
    margin-right: 0; }

article#blogpost {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 65.51724%;
  margin-left: 17.24138%; }
  article#blogpost:last-child {
    margin-right: 0; }

.blogpage,
#sidebar {
	margin-top: 65px;
}

.blog-thumbnail {
	width: 23.7%;
	min-height: 1px;
	display: block;
	float: left;
	margin-right: 5%;
}
.blog-thumbnail .video-thumb {
	background-position:  50% 50% !important;;
	height: 0;
	background-size: 100% !important;
	padding-bottom: 60.5%;
	max-width: 100%;
}
.blog-thumbnail .video-thumb .play_button {
	display: block;
	width: 20%;
	margin-left: 40%;
	//position: relative;
	padding-top: 23.2%;
}
.blog-excerpt {
  width: 71.3%;
  float: left;
  color: #5B5B5B;
  }
  .blog-excerpt:last-child {
    margin-right: 0; }

.author-excerpt {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 13.7931%; }
  .author-excerpt:last-child {
    margin-right: 0; }

.blognav nav {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 100%; }
  .blognav nav:last-child {
    margin-right: 0; }
  .blognav nav .blogli, .blognav nav .shareli {
    display: block;
    float: left;
    margin-right: 3.44828%;
    width: 13.7931%; }
    .blognav nav .blogli:last-child, .blognav nav .shareli:last-child {
      margin-right: 0; }
  .blognav nav .smallblogtitle {
    display: block;
    float: left;
    margin-right: 3.44828%;
    width: 65.51724%; }
    .blognav nav .smallblogtitle:last-child {
      margin-right: 0; }

.formtitle {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 100%; }
  .formtitle:last-child {
    margin-right: 0; }

.formelement {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 48.27586%; }
  .formelement:last-child {
    margin-right: 0; }

.omega {
  margin-right: 0; }

.byline, .categories {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 48.27586%; }
  .byline:last-child, .categories:last-child {
    margin-right: 0; }

.moreposts {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 100%;
  text-align: center;
  margin-top: 2em; }
  .moreposts:last-child {
    margin-right: 0; }

/* ------------------------------------------------------------
+Banner
------------------------------------------------------------ */
.banner {
  position: relative;
  overflow: auto;
  margin-top: -75px; }
  ie9 .banner {
    top: -75px; }
  .banner ul, .banner li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .banner li.slide {
    background-color: #ee4235;
    background-size: cover;
    height: 457px; }
    .banner li.slide h1 {
      margin-top: 0;
      line-height: 1.2em;
      margin-bottom: 0;
      letter-spacing: -1px;
      font-size: 2.75em; }
    .banner li.slide span {
      width: 100px;
      height: 8px;
      display: inline-block;
      background: white; }
  .banner ul li {
    float: left; }
  .banner section.introslide {
    color: #fff;
    text-align: left;
    position: relative;
    margin-top: 140px; }
    .banner section.introslide p {
      line-height: 24px;
      margin: 0.5em 0 2em 0; }
		.banner section.introslide p a {
		  color: #fff; }
  .banner section.testimonial {
    color: #fff;
    text-align: left;
    position: relative;
    margin-top: 16em; }

/* ------------------------------------------------------------
+Slider Controls
------------------------------------------------------------ */
ol.custom-controls {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 20px;
  bottom: 20px;
  text-align: right;
  padding: 0; }
  ol.custom-controls li {
    display: inline-block; }
  ol.custom-controls li a {
    display: inline-block;
    width: 14px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 14px;
    margin: 0 4px;
    border: 2px solid #fff;
    border-radius: 7px;
    cursor: pointer;
    opacity: .75;
    background: #fff;
    -webkit-transition: background 0.5s, opacity 0.5s; }
  ol.custom-controls li a.flex-active {
    background: transparent; }
  ol.custom-controls a:hover {
  	opacity: 1;
  }

ul.flex-direction-nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .banner .flex-direction-nav {
  	display: none;
  }
  ul.flex-direction-nav li {
    position: absolute;
    top: 0;
    height: 100%; }
  ul.flex-direction-nav li:first-child {
    left: 0; }
  ul.flex-direction-nav li:last-child {
    right: 0; }
  .ie8 ul.flex-direction-nav li {
    display: none; }
  ul.flex-direction-nav a.flex-prev, ul.flex-direction-nav a.flex-next {
    display: block;
    text-indent: -9999em;
    width: 60px;
    height: 100%;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    ul.flex-direction-nav a.flex-prev:hover, ul.flex-direction-nav a.flex-next:hover {
      opacity: 1; }
  ul.flex-direction-nav a.flex-prev {
    background-image: url("../img/left-arrow-white.png");
    background-size: 36px 36px;
    position: relative; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      ul.flex-direction-nav a.flex-prev {
        background-image: url("../img/left-arrow-white@2x.png");
        background-size: 36px 36px; } }
    ul.flex-direction-nav a.flex-prev:hover {
      left: 5px; }
  ul.flex-direction-nav a.flex-next {
    background-image: url("../img/right-arrow-white.png");
    position: relative;
    background-size: 36px 36px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      ul.flex-direction-nav a.flex-next {
        background-image: url("../img/right-arrow-white@2x.png");
        background-size: 36px 36px; } }
    ul.flex-direction-nav a.flex-next:hover {
      right: 5px; }

/* ------------------------------------------------------------
+Rackspace Header Links + Footer
------------------------------------------------------------ */
#footer {
  background: #000000; }
nav#rackspace-links, .rackspace-footer {
	background: #202020;
}
  #footer ul {
    margin: 0;
    padding: .7em 0;
    width: 100%; }
  #footer li {
    display: inline-block;
    margin: 0 0 0 9px;
    line-height: 9px;
    padding-left: 11px;
    border-left: 1px solid #fff;; }
    #footer .rackspace-footer li:first-child {
      margin-left: 0;
      padding-left: 0;
      border: none; }
  #rackspace-links {
  	text-align: right;
  }
  nav#rackspace-links a,
  #menu-footer-links a {
	font-size: 11px;
	text-align:;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #b1b1b1;
	text-decoration: none;
	padding-bottom: 3px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out; }
  .footer-links a {
  	font: 11px "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  	text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 3px solid rgba(177, 177, 177, 0);
    -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border 0.2s ease-in-out; }
    #footer .rackspace-footer a {
		font-weight: bold;
	}
    #menu-main-nav a:hover {
      color: #f8f8f8;
      border-bottom-color: #b1b1b1; 
	}
    .footer-links a:hover, .footer-links a:active {
      color: #f8f8f8;
      text-decoration: underline;
    }
    nav#rackspace-links a:hover, nav#rackspace-links a:active {
    	color: #fff;
    	border-bottom: none;
    }
  #footer ul.social {
  	float: right;
    margin: 0;
    padding: 8px 0;
    width: auto }
  #footer .social li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 0px;
    border-left: none; }
  
  #footer .social a {
  	background: url("../img/social.png") no-repeat 0 0;
  	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
  	display: block;
  	height: 19px;
  	border-bottom: none;
  }
    #footer .social a.email {
  	width: 19px;
    }
	  #footer .social a.linkedin {
	 width: 19px;
	 background-position: -35px 0;
	}
    #footer .social a.facebook {
  	width: 9px;
  	background-position: -75px 0;
  }
    #footer .social .gplus {
  	width: 15px;
  	background-position: -107px 0;
  }
    #footer .social .twitter {
  	width: 19px;
  	background-position: -140px 0;
  }
  #footer .social a:hover {
  	background-position-y: -21px;
  	border-bottom: none;
  }
  
  

#footer .footer-links {
  float: left; }
#footer .copyright {
  float: left;
  color: #fff;
  font-size: 11px;
  padding: 12px 0;
	text-transform: uppercase;
}
  @media screen and (max-width: 480px) {
    #footer .copyright {
      float: none;
      display: block;
      padding: 8px 0;
      text-align: center; }     
    #footer { text-align: center; }
    #footer .footer-links,
    #footer .social {
    	float: none;
    	width: 100% !important;
    	
    }
    #footer ul li { display: inline; border: none; float: none;
    margin: 0 10px;
    padding: 0;
	}
     }

/* ------------------------------------------------------------
+Header
------------------------------------------------------------ */
header {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgba(0,0,0,0.4);
}

.signup {
  float: right;
  color: white; }
  .signup span {
    text-transform: uppercase;
    font-size: 0.778em;
    font-style: italic;
    letter-spacing: 1px;
    padding-right: 1em; }
  .signup > a {
    margin-left: 20px; }

.jointoday {
  float: right;
  display: inline-block;
  padding: 5px 20px;
  margin-top: -5px;
  background-color: white;
  color: #ee4235; }

.sticky-wrapper header.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9); }
  .ie8 .sticky-wrapper header.stuck {
    background: #2c2c2c; }

.sticky-wrapper .stuck .signup {
  opacity: 1; }

.sticky-wrapper .blognav.stuck {
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  z-index: 9999; }

.visible {
  opacity: 1; }

/* ------------------------------------------------------------
+Home Sections
------------------------------------------------------------ */

.see-all {
	color: #4FB6FF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	width: auto;
	right: 30px;
	top: 0px;
}
.see-all:hover {
	color: #4FCEFE;
	text-decoration: none;
}
.videobg {
  *zoom: 1;
  padding: 2em 0 0 0;
  background: url(../img/video-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  color: #e3e3e3; }
  .videobg:before, .videobg:after {
    content: " ";
    display: table; }
  .videobg:after {
    clear: both; }
  .videobg .videocontainer {
    background-color: #222426;
    position: relative;
    padding-bottom: 45%;
    padding-top: 25px;
    height: 0; }
    .videobg .videocontainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .videobg .sharebutton {
    position: relative; }
  .videobg .sharebutton:hover .dropOut {
    opacity: 1;
    margin-top: 20px; }
  .videobg .sharebutton:hover .triangle {
    margin-top: 20px;
    opacity: 1; }
  .videobg .sharebutton:hover .dropdownContain {
    top: 30px;
    opacity: 1; }
  .videobg .dropdownContain {
    left: 0; }
  .videobg .triangle {
    background-image: url("../img/blkarrow.png");
    left: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .videobg .triangle {
        background-image: url("../img/blkarrow@2x.png");
        background-size: 14px 14px; } }
  .videobg .dropOut {
    background: #222426;
    background-color: #060707;
    border: 0; }
    .videobg .dropOut ul {
      list-style: none;
      margin: 0;
      padding: 0; }

section#video-carousel {
  clear: both;
  position: relative;
  //overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
  section#video-carousel .video-carousel {
    position: relative; }
  section#video-carousel ul.slides {
    margin: 0;
    padding: 0; }
    section#video-carousel ul.slides li {
      float: left;
      max-width: 300px;
      margin-right: 20px;
      display: inline-block;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      section#video-carousel ul.slides li hr {
        display: block; 
        height: 1px;
        border: 0; 
        border-bottom: 1px solid #5B5B5B;
        clear: both;
        }
      
      .ie8 section#video-carousel ul.slides li {
        height: 274px; }
      section#video-carousel ul.slides li.active {
        background: #000;
        opacity: 1; }
      section#video-carousel ul.slides li a {
        display: block;
    	color: #4FB6FF;
    	font-weight: bold;
    	font-size: 12px;
    	text-transform: uppercase;
    	letter-spacing: 1px;
        }
        section#video-carousel .video-thumb {
        	background-position:  50% 50% !important;;
        	height: 0;
        	background-size: 100% !important;
        	padding-bottom: 60.5%;
        	max-width: 100%;
        }
        section#video-carousel .video-thumb .play_button {
        	display: block;
        	width: 17%;
        	margin-left: 41.5%;
        	//position: relative;
        	padding-top: 22%;
        }
        section#video-carousel ul.slides li a:hover {
          text-decoration: none;
          color: #4FCEFE; }
      section#video-carousel ul.slides li span {
        padding: 30px 0;
        display: block;
        color: #fff;
        font: 19px/27px 'quatro-slab';
        line-height: 1.25em;
        min-height: 112px; }
      section#video-carousel ul.slides li:hover {
        opacity: 1;
        //background: #222426;
        //-webkit-transform: scale(1.02, 1.02);
        //-moz-transform: scale(1.02, 1.02);
        //-ms-transform: scale(1.02, 1.02);
        //-o-transform: scale(1.02, 1.02);
        //transform: scale(1.02, 1.02);
        //z-index: 999; 
        }
  section#video-carousel ul.flex-direction-nav a.flex-next, section#video-carousel ul.flex-direction-nav a.flex-prev {
    position: absolute; }
  section#video-carousel ul.flex-direction-nav a.flex-prev {
    left: -60px; }
  section#video-carousel ul.flex-direction-nav a.flex-next {
    right: -60px; }
.home-section,
.details-section {
	padding: 30px 0 60px;
}
#applynow.home-section {
	padding-top: 60px;
}
.videobg .wrap,
.home-section .wrap,
.details-section .wrap {
	position: relative;
}
#thedifference .section-title {
	float: none;
}
.section-info {
	float: left;
	width: 100%;
	margin-right: -220px;
}
.section-info p {
	margin-right: 320px;
	color: #5B5B5B;
}
.section-info p a {
	color: #5B98D0;
	font-weight: normal;
	font-style: normal;
}
.home-section h4,
.details-section h4 {
	color: #E93832;
	font: 19px/27px 'quatro-slab';
	margin-top: 0;
}
.section-info h4 {
	padding-right: 220px;	
}
.section-info hr {
	clear: both;
	display: block; 
	height: 1px;
	border: 0; 
	border-bottom: 1px solid #E3E3E3;
	margin: 0 0 50px; 
	padding: 45px 0 0 0; 
	clear: both;
	margin-right: 280px;
}
.specs {
	margin-right: 320px;
	list-style: none;
	padding: 0;
}
.specs li {
	width: 50%;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.specs li:before {
	content: '+ ';
	color: #E6302C;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.section-callout {
	width: 220px;
	float: left;
	background: #fff;
	padding: 35px 30px;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section-callout p {
	margin: 0;
	color: #5B5B5B;
}
.section-callout img {
	margin: 15px auto;
}
.section-callout a {
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	background: #E6302C;
	padding: 8px;
	border-radius: 5px;
}
.section-callout a:hover {
	background: #D43C35;
	text-decoration: none;
}

#thedetails,
#thetechnology {
	background: #fff;
}
#thedetails ul.details,
#thetechnology ul.details,
#thetools ul.details {
	list-style: none;
	padding: 0;
	clear: both;
 }
#thedetails li,
#thetechnology li,
#thetools li {
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
}
#thedetails li img,
#thetechnology li img,
#thetools li img {
	margin-bottom: 45px;
}
#thedetails li:last-child,
#thetechnology li:last-child,
#thetools li:last-child {
	margin-right: 0 !important;
}
#applynow {
	background: #E93832;
	color: #fff;;
}
#applynow h3 {
	font-size: 40px;
	margin-top: 0;
}
#applynow .cta-buffer {
	width: 100%;
	margin-right: -280px;
	float: left;
}
#applynow p {
	padding-right: 280px;	
	margin: 0;
}
#applynow .main-cta {
	float: right;
	width: 170px;
	background: #fff;
	color: #E93832;
	text-align: center;
	padding: 8px;
	border-radius: 5px;;
}
#applynow .main-cta:hover {
	text-decoration: none;
	color: #ee5d58;
}
#ourstartups {
	background: #fff;
}
#ourstartups img {
	display: inline;
	margin-right: 20px;
}
#theperks h3 {
	background: #fff;
	color: #E93832;
	font: 19px "quatro-slab", Georgia, serif;
	padding: 20px 50px;
	
}
#theperks h3:hover {
	cursor: pointer ;
}

#theperks h3.ui-state-active {
	background: #E93832;
	color: #fff;
	outline: none;
}
#theperks .ui-state-focus {
	outline: none;
}
#theperks h3.ui-state-active span.carrot {
	display: inline-block;
	width: 10px;
	height: 19px;
	position: relative;
	left: 10px;
	top: 2px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}
#theperks .perk-desc {
	padding-left: 34%;
}
#theperks ul.offers {
	list-style: none;
	padding: 0;
}
#theperks li {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#theperks h5 {
	color: #5B98D0;
	font-size: 14px;
	font:  14px/19px 'proxima-nova';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin: 20px 0 0;
}
#theperks .left p,
#theperks .right p {
	max-width: 150px;
	min-height: 36px;
	font:  14px/18px 'proxima-nova';
}
#theperks li.left {
	width: 50%;
	float: left;
	clear: both;
}
#theperks li.right {
	float: left;
	width: 50%;
}
#theperks li.full {
	clear: both;
	width: 100%;
}
#theperks .full img {
	float: left;
}
#theperks .full h5 {
	float: left;
	line-height: 18px;
	margin: 4px 10px 0 0;
}

/* ------------------------------------------------------------
+Blog Section
------------------------------------------------------------ */
.wrap.blog {
	position: relative;
}
.to-top {
	position: absolute;
	bottom: 30px;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 42px;
	height: 27px;
	background: url('../img/up-arrow.png');
}
.to-top:hover {
	opacity: 0.7;
}
.home-section .to-top {
	right: 30px;
	bottom: -10px;
}
.details-section .to-top {
	right: 30px;
	bottom: -30px;
}


/* ------------------------------------------------------------
+Blog Post
------------------------------------------------------------ */
body:not(.home) header {
  background: #2c2c2c; }

.ie8 .page header,
.ie8 .singular header {
  background: #2c2c2c; }

div.author {
  padding: 36px;
  min-height: 264px;
  width: 100%;
  
}
  div.author img {
    float: left;
    margin-right: 1.75em; 
  }
  div.author h5 {
    font: 22px/27px 'aleoregular' serif; 
    margin: 0;
   }
  div.author a {
  	color: #5B98D0;
  	font-weight: normal;
  	font-style: normal;
  }
 
section.blognav {
  border-bottom: 1px solid #dadada;
  background: white; }
  section.blognav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    section.blognav ul li.blogli, section.blognav ul li.smallblogtitle, section.blognav ul li.shareli {
      padding: 15px 0px;
      height: 65px; }
    .ie8 section.blognav ul li.shareli {
      margin-right: 0; }
    section.blognav ul li.shareli {
      position: relative; }
      section.blognav ul li.shareli:hover .dropOut {
        opacity: 1;
        margin-top: 20px; }
      section.blognav ul li.shareli:hover .triangle {
        margin-top: 20px;
        opacity: 1; }
      section.blognav ul li.shareli:hover .dropdownContain {
        top: 40px;
        opacity: 1; }

.triangle {
  background-image: url("../img/arrow.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -11px;
  right: 8px;
  margin-top: 0;
  width: 14px;
  height: 14px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .triangle {
      background-image: url("../img/arrow@2x.png");
      background-size: 14px 14px; } }

.dropdownContain {
  width: 130px;
  position: absolute;
  z-index: 2;
  right: 0;
  opacity: 0;
  top: -300px; }

.dropOut {
  width: 130px;
  background: white;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 20px 20px 15px 20px;
  float: right;
  position: relative;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .dropOut li {
    text-align: left;
    width: 100%; }

article#blogpost {
  padding: 2em; }
  article#blogpost h2, article#blogpost h3, article#blogpost h4 {
    margin: 1.25em 0 0.75em 0;
    line-height: 1em; }
  article#blogpost h2 {
    font-size: 2.125em;
    color: #828282; }
  article#blogpost h3 {
    font-size: 1.75em;
    font-weight: 500;
    color: #828282; }
  article#blogpost h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #828282; }
  article#blogpost img:not('.attachment-post-featured') {
    margin: 2em 0; }
  article#blogpost img.attachment-post-featured {
    margin-bottom: 2em; }
  article#blogpost p {
    font-size: 1.125em;
    line-height: 1.8em; }
    article#blogpost p.intro {
      font-size: 1.5em;
      line-height: 1.6em;
      color: #828282; }
  article#blogpost blockquote {
    margin-left: 0;
    border-left: 8px solid #f8f8f8; }
    article#blogpost blockquote p {
      font-size: 1.75em;
      line-height: 1.5em;
      padding-left: 1em;
      color: #828282; }
  article#blogpost li {
    font-size: 1.125em;
    line-height: 1.8em; }

.animatetitle {
  top: -90px; }

.smallblogtitle {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  color: #b4b4b4;
  display: block;
  overflow: hidden; }
  .smallblogtitle li {
    display: block;
    position: relative;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .smallblogtitle li:first-child {
      margin-bottom: 52px; }

p.date {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  color: #b4b4b4; }

.blogpage {
  width: 71.8%;
  float: left; }
 #sidebar {
 	width: 23.4%;
 	float: right;
 }

.blogpage article hr {
	display: block; 
	height: 1px;
	border: 0; 
	border-bottom: 1px solid #E3E3E3;
	margin: 0 0 50px; 
	padding: 45px 0 0 0; 
	clear: both;
}
  .blogpage p.date {
    text-align: left;
    color: #5B5B5B;
  	text-transform: none;
  	font: 16px/22px "proxima-nova-condensed";
  	margin: 10px 0 15px;
  }
    
  .blogpage h1 {
    text-align: left;
    margin-top: 0;
    font: 22px/27px 'aleoregular' serif; }
  .blogpage a h1 {
  	color: #E93832;
  }
  .blog-excerpt a {
    color: #676767; }
    .blog-excerpt a:hover {
      text-decoration: none; }
  .blog-excerpt .moretag {
  	color: #5B98D0;
  	font-weight: normal;
  	font-style: normal;
  }
  .blog-excerpt .moretag:hover {
  	text-decoration: underline;
  }

.author-excerpt {
  text-align: right;
  padding: 2em 0;
  margin-top: 1em; }
  .author-excerpt img {
    display: inline-block;
    border-radius: 50%;
    border: 6px solid #e4e4e4;
    float: right; }
.post-nav {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 30px 0;
	line-height: 1.2;
	padding: 20px 0;
	text-transform: uppercase;
}
.prev-post {
	float: left;
	width: 50%;
}

.next-post {
	float: right;
	width: 50%;
	text-align: right;
}

/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 943040 2014-07-03 18:30:39Z emartin24 $
 * Copyright (c) 2014 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0 0 40px 0; text-align: center;
}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a { 
	margin-right:4px; 
	padding:4px 8px; 
	text-align:center; 
	text-decoration:none;
	color: #5B98D0;
	font-weight: normal;
	font-style: normal;
	
}
.wp-paginate a:hover, .wp-paginate a:active {color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#646464; margin-right:4px; padding:4px 8px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}


/* ------------------------------------------------------------
+Sidebar
------------------------------------------------------------ */

#sidebar li {
	list-style: none;
}
#sidebar #searchform {
	position: relative;
}
#sidebar #searchform label {
	display: none;
}
#sidebar input#s {
	border: none;
	padding: 12px;
	border-radius: 25px;
	box-shadow: none;
	background: #E9EBEB;
}
#sidebar #searchsubmit {
	background: url('../img/search.png') no-repeat ;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 19px;
	height: 19px;
	box-shadow: none;
	position: absolute;
	right: 15px;
	top: 12px;
}
#sidebar .widget_categories,
#sidebar .widget_tag_cloud {
	background: #fff;
	padding: 10px 0;
	margin: 15px 0 30px;
}
#sidebar .widget_categories h2,
#sidebar .widget_tag_cloud h2 {
	font: bold 12px 'proxima-nova';
	text-transform: uppercase;
	color: #000000;
	padding: 5px 30px;
}
#sidebar .widget_categories a,
#sidebar .widget_tag_cloud a {
	color: #5B98D0;
	font:  12px 'proxima-nova';
	text-transform: uppercase;
	padding: 10px 30px;
	display: block;
	font-size: 12px !important;
	line-height: 12px;
	letter-spacing: 1px;
}
#sidebar .widget_tag_cloud a {
	padding: 10px 30px 10px 44px;
}

#sidebar .widget_categories a:hover,
#sidebar .widget_tag_cloud a:hover {
	text-decoration: none;
	background: #E9EBEB;
}
#sidebar .widget_categories ul {
	margin: 0;
	padding: 0;
}
#sidebar .widget_categories ul a:before {
	content: '•';
	margin-right: 8px;
	color: #5B98D0;
}
#sidebar .widget_tag_cloud .tagcloud {
	position: relative;
}
#sidebar .widget_tag_cloud a:before  {
	content: '#';
	color: #5B98D0;
	position: absolute;
	left: 30px;
}
/* ------------------------------------------------------------
+Form Styling
------------------------------------------------------------ */
label {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.7; }
  label span.red {
    color: #ee4235;
    font-weight: 700;
    font-size: 1.667em;
    margin-left: 0.1em; }

textarea {
  resize: none;
  box-shadow: inset 0 2px 0 rgba(39, 65, 90, 0.075);
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 12px 18px;
  color: #41484a;
  background: #eeeeee;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  textarea:focus {
    border-color: #bababa;
    outline: none;
    background: transparent;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); }

input[type="text"], input[type="email"], input[type="tel"] {
  box-shadow: inset 0 2px 0 rgba(39, 65, 90, 0.075);
  border: 2px solid #fff;
  padding: 12px 16px;
  color: #2c2c2c;
  background: #eeeeee;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border-color: #bababa;
    outline: none;
    background: transparent;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    border-radius: 5px; }
input[type="submit"] {
  background: #ee4235;
  border: 0;
  border-radius: 4px;
  color: white;
  width: 250px;
  height: 45px;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 2em;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #d43a2f;
  position: relative; }
  input[type="submit"]:hover {
    text-decoration: none;
    background-color: #d63b2f;
    box-shadow: 0px 2px 0px #a02a21; }
  input[type="submit"]:active {
    box-shadow: none;
    top: 2px; }

.wpcf7-list-item {
  display: block;
  position: relative;
  margin-top: 0.5em; }

wpcf7-not-valid-tip {
  color: #ee4235; }

.customSelect {
  font-size: 0.875em;
  border: 2px solid #eee;
  font-weight: 600;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 4px;
  padding: 6px 14px;
  width: 100%;
  background-image: url("../img/droparrow.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .customSelect {
      background-image: url("../img/droparrow@2x.png");
      background-size: 14px 14px; } }
  .customSelect.customSelectHover {
    border-color: #ddd; }

.signup-content .wpcf7-mail-sent-ok {
  display: none; }

.signup-success {
  display: none; }

.incubator-logo img {
  display: block;
  float: left;
  margin: 2em 0 2em 1em; }

.autocomplete-suggestions {
  border: 0px;
  background: #fff;
  cursor: default;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 5px 5px;
  font-size: 1em;
  color: #2c2c2c;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #eeeeee; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #ee4235; }

.incubator-notfound {
  display: none;
  float: right; }

/* ------------------------------------------------------------
+Media Queries
------------------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 940px) {
  body {
    font-size: 90%; }

  h1.logo {
    width: 251px;
    height: 31px;
    background-size: 251px 31px; }

  .banner li.slide {
    height: 457px; }

  .banner li.testimonials .testimonial p {
    font-size: 1.25em; }

  .banner section.testimonial {
    margin-top: 14em; }

  .banner section.introslide {
    margin-top: 140px; }

  section#mainvideo .videocontainer {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 100%; }
    section#mainvideo .videocontainer:last-child {
      margin-right: 0; }
  section#mainvideo .videotext {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 73.68421%; }
    section#mainvideo .videotext:last-child {
      margin-right: 0; }

  section#newsletter .newsheader {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 100%;
    text-align: center; }
    section#newsletter .newsheader:last-child {
      margin-right: 0; }
    section#newsletter .newsheader h4 {
      margin-top: 0.5em; }
  section#newsletter .newsinput {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 0; }
    section#newsletter .newsinput:last-child {
      margin-right: 0; }

  section#ourstartups .startupimage {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 100%; }
    section#ourstartups .startupimage:last-child {
      margin-right: 0; }
    section#ourstartups .startupimage img {
      margin: 0 auto; }
  section#ourstartups .startupbanner ul.slides .startuptext {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 73.68421%;
    margin-left: 13.15789%;
    text-align: center;
    margin-bottom: 2em; }
    section#ourstartups .startupbanner ul.slides .startuptext:last-child {
      margin-right: 0; }
  section#ourstartups .startupbanner ul.flex-direction-nav {
    position: absolute;
    left: 50%;
    margin-left: -50px; }

  section#goodiebag .goodie {
    text-align: center; }
    section#goodiebag .goodie h3 {
      margin-top: 1.5em; }
    section#goodiebag .goodie img {
      display: block;
      float: none;
      margin: 0 auto; }

  section#soundsgood {
    height: 300px; }

  .author-excerpt {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 21.05263%; }
    .author-excerpt:last-child {
      margin-right: 0; }

}
@media screen and (min-width: 481px) and (max-width: 767px) {
  body {
    font-size: 90%; }

  h1.logo {
    width: 251px;
    height: 31px;
    background-size: 251px 31px;
    margin: 0.29em 0 0.3em 20px !important; }

  .banner li.slide {
    height: 480px; }

  article#blogpost {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 100%;
    margin-left: 0%; }
    article#blogpost:last-child {
      margin-right: 0; }

  section#mainvideo .videocontainer {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 100%; }
    section#mainvideo .videocontainer:last-child {
      margin-right: 0; }
  section#mainvideo .videotext {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 73.68421%; }
    section#mainvideo .videotext:last-child {
      margin-right: 0; }
    section#mainvideo .videotext p {
      display: none; }

  .banner section.introslide {
    display: block;
    float: left;
    }
    .banner section.introslide:last-child {
      margin-right: 0; }
    .banner section.introslide h1 {
      font-size: 2.2em;
      //text-align: center; 
     }

  .banner li.testimonials section.testimonial p {
    font-size: 1.125em; }

  .banner .wrap {
    background-color: rgba(0, 0, 0, 0.3);
    height: 600px; } 
    
    .blogpage {
    	width: 100%;
    }
    #sidebar {
    	width: 400px;
    	margin: 0 auto;
    	float: none;
    }
    .custom-controls {
    	display: none ;
    }
    
    
    }
@media screen and (max-width: 768px) {

  header .wrap {
    padding: 0; }

  h1.logo {
    margin: 0.4em 0 0.3em 20px; }

  .signup {
    float: none; }

  nav.mainnav {
    float: none;
    background-color: rgba(0, 0, 0, 0.9); }

  nav.mainnav ul {
    display: none;
    height: auto;
    *zoom: 1;
    clear: both; }
    nav.mainnav ul:before, nav.mainnav ul:after {
      content: " ";
      display: table; }
    nav.mainnav ul:after {
      clear: both; }
    nav.mainnav ul li {
      width: 100%;
      display: block;
      margin: 0;
      padding: 15px 30px;
      border-top: 1px solid #222426; }
      nav.mainnav ul li a {
        display: block; 
        }
      nav.mainnav .apply-now {
      	margin: 0;
      }
      	nav.mainnav .apply-now a{
      		background: none;
      		padding: 0;
      		color: #E93832 !important;
      		border-radius: 0
      	}
      nav.mainnav ul li.activeNav {
        border-top: none;
        background: #ee4235;
        padding-top: 15px; }
        nav.mainnav ul li.activeNav a {
          color: white; }

  nav.mainnav a#slidedown {
    background-image: url("../img/burgericon.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    background-color: #ee4235;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    nav.mainnav a#slidedown:hover {
      background-color: #b13a31; }
    nav.mainnav a#slidedown:after {
      content: "";
      width: 30px;
      height: 30px;
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 10px; }

	section#video-carousel ul.flex-direction-nav a.flex-next, section#video-carousel ul.flex-direction-nav a.flex-prev {
	  display: none; }
  
  a.jointoday {
    float: left;
    margin: 10px 0; }

  .banner ul.flex-direction-nav {
    display: none; } 
    
   #theperks .perk-desc {
   	padding-left: 0%;
   }
    
    }
  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 768px) and (min-resolution: 125dpi), only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    nav.mainnav a#slidedown {
      background-image: url("../img/burgericon@2x.png");
      background-size: 32px 32px; } }
      
@media screen and (max-width: 599px) {
	.section-info, 
	.section-info p,
	.section-info h4,
	.specs,
	#applynow .cta-buffer {
		margin-right: 0px;
		padding-right: 0;
	}
	h2.section-title {
	}
	.see-all {
		position: relative;
		right: 0px;
		top: -30px;
		display: block;
		text-align: right;
	}
	.section-info hr {
		border: none;
		margin-bottom: 0;
	}
	.section-callout {
		float: none;
		clear: both;
		margin: 0px auto 30px;
	}
	#thedetails li,
	#thetechnology li,
	#thetools li {
		width: 100%;
		margin-right: 0%;
		text-align: center;
		margin-bottom: 50px;
	}
	#thedetails img,
	#thetechnology img,
	#thetools img {
		text-align: center;
		margin: 0 auto;
	}
	#applynow p {
		padding: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
  .wrap {
    padding: 0px 20px; }

  body {
    font-size: 90%; }

  section.introslide {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%; }
    section.introslide:last-child {
      margin-right: 0; }

  section#mainvideo .videocontainer {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%; }
    section#mainvideo .videocontainer:last-child {
      margin-right: 0; }
  section#mainvideo .videotext {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%; }
    section#mainvideo .videotext:last-child {
      margin-right: 0; }

  div.author {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%; }
    div.author:last-child {
      margin-right: 0; }

  article#blogpost {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%;
    margin-left: 0%;
    padding: 0; }
    article#blogpost:last-child {
      margin-right: 0; }

  .blogpage,
  #sidebar {
  	margin: 20px 0 0;;
  }
  .blogpage,
  .blog-excerpt {
  	width: 100%;
  }
  .blog-thumbnail {
  	width: 100%;
  }
  .blog-thumbnail img {
  	width: 180px;
  	margin: 0 auto 20px;
  }
  #sidebar {
  	width: 300px;
  	margin: 0 auto;
  	float: none;
  	clear: both;
  }

  .author-excerpt {
    display: none; }

  h1.logo {
    width: 251px;
    height: 31px;
    background-size: 251px 31px !important; }

  .banner li.slide {
    height: 350px; }
    .banner li.slide section.introslide {
      margin-top: 6em; }
      .banner li.slide section.introslide h1 {
        font-size: 2em; }
    .banner li.slide section.testimonial {
      display: block;
      float: left;
      margin-right: 11.11111%;
      width: 100%;
      margin-left: 0%;
      margin-top: 10em; }
      .banner li.slide section.testimonial:last-child {
        margin-right: 0; }
      .banner li.slide section.testimonial p {
        font-size: 1.125em; }
	.custom-controls {
		display: n;
	}
  section#ourtechnology .tech {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%; }
    section#ourtechnology .tech:last-child {
      margin-right: 0; }

  section#mainvideo .videotext {
    padding-bottom: 4em; }

  section.blognav li.smallblogtitle {
    display: none; }
  section.blognav li.blogli, section.blognav li.shareli {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 44.44444%; }
    section.blognav li.blogli:last-child, section.blognav li.shareli:last-child {
      margin-right: 0; }

  article#blogpost {
    margin-top: 2em; }
    article#blogpost h1 {
      font-size: 2.25em; }
    article#blogpost p.intro {
      font-size: 1.25em; }
    article#blogpost blockquote p {
      font-size: 1.5em; }

  div.author {
    display: block;
    float: left;
    margin-right: 11.11111%;
    width: 100%;
    margin-left: 0%; }
    div.author:last-child {
      margin-right: 0; }

  .banner li:not(.testimonials) .wrap {
    background-color: rgba(0, 0, 0, 0.3);
    height: 750px; }

  .blogpage {
    padding: 2em 0; } 
    
  #theperks h3 {
  clear: both;
  }
  #theperks .left p,
  #theperks .right p {
  	max-width: 150px;
  	min-height: 36px;
  	font:  14px/18px 'proxima-nova';
  }
  #theperks li.left,
  #theperks li.right,
  #theperks li.full {
  	width: 100%;
  	float: left;
  	clear: both;
  }
  #theperks .full img {
  	float: none;
  }
  #theperks .full h5 {
  	float: none;
  	line-height: 18px;
  	margin: 20px 0 0 0;
  }  
    }
/* ------------------------------------------------------------
+ IE-specific 
------------------------------------------------------------ */
