@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .bold-accent-color {
    color: #00779C;
	}
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: #00779C;
    border-color: transparent;
	background-image: url("img/pattern.png");
	background-repeat: repeat;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Helvetica neue', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: bold;
    padding-top: 18px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
	line-height: 35px;
	  font-weight: 600;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: #00779c;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #333;
  	font-family: 'Helvetica neue', 'Helvetica', 'Arial', 'sans-serif';
	  font-weight: bold;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: white;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: white;
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
	section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
	section.download h2 {
    font-size: 70px;
  }
	section.cta .cta-content h2 {
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    margin: auto;
	}
}

@media (min-width: 992px) {
  	header .header-content .header-content-inner h1 {
		font-size: 32px;
		line-height: 42px;
	}
	section.features .device-container {
		margin-bottom: 0;
  	}
	section.features .device-container,
  	section.features .feature-item {
		max-width: none;
  	}
	.video-wrap-parent {
    	height: 100vh;
	}
}

/* max paramenters - from 321px and larger - this handles anything larger than iPhone 5 */

@media (min-width: 321px) and (max-width: 992px) {
	.video-wrap-child {
    position: inherit;
    top: 0;
    right: 0;
    text-align: center;
    margin-bottom: 40px;
	}
	.navbar-default .navbar-header .navbar-brand {
		font-weight: 600;
	}
	section#benefits.features {
		padding-top: 50px;
	}
	section.cta {
		padding: 30px;
	}
	section.features .feature-item {
		margin-bottom: 50px;
	}
	section.cta .cta-content {
		text-align: center;
	}
	/*section.cta .cta-content p {
		color: #00779C;
	}*/
	.contact-form-row {
		margin: 0px;
	}
	section.contact {
		padding: 40px 0px;
	}
	.navbar-default .nav > li > a, 
	.navbar-default .nav > li > a:focus {
    color: #ddd;
		padding-top: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
		margin-top: 7px;
	}
	.case-study-box {
    width: 100%;
    margin-bottom: 15px;
	}
	.cta-content .row {
    padding: 0px;
	}
	section.hook {
    padding: 20px 0px;
	}
	section h2 {
    font-size: 30px;
	}
	section.timeline {
    width: 90%;
	}
	.timeline > li > .timeline-panel {
    width: 100%;
    margin-top: 20px;
		text-align: center;
	}
	.timeline:before,
	.timeline > li > .timeline-panel:after,
	.timeline > li > .timeline-panel:before {
		display: none;
	}
	.timeline > li > .timeline-badge {
    padding-top: 15px;
    margin-bottom: 20px;
    margin: auto;
    left: 0%;
    position: relative;
    width: 75px;
    height: 75px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,.075);
	}
}

/* tablet and smaller */

@media (max-width: 992px) {
	header .header-content .header-content-inner {
		text-align: left;
		padding-top: 75px;
	}
	header .header-content {
    height: auto;
    padding: 20px;
	}
	.video-wrap-parent {
    padding: 0px;
	}
	header .header-content .header-content-inner h1 {
    margin-bottom: 0px;
		text-align: center;
	}
	.navbar-brand>img {
    width: 250px;
	}
	.navbar-default .navbar-header .navbar-toggle {
    margin-right: 30px;
    margin-top: 15px;
	}
	.navbar {
    height: 65px;
	}
	header .header-content .header-content-inner h1 {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 15px;
	}
	.header-content p {
		text-align: center;
	}
}

/* tablet only */

@media (min-width: 767px) and (max-width: 992px) {
	header .header-content {
    	height: auto;
	}
	section.cta .cta-content h2 {
    text-align: center;
    margin: auto;
	}
	.video-wrap-parent {
    	height: auto;
	}
	.navbar-default .navbar-collapse {
		background: red;
	}
}

/* phones only */

@media (max-width: 480px) {
	/*.video-wrap-parent {
		height: 40vh;
	}*/
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: rgba(21, 21, 21, 0.7);
	}
	.video-wrap-child {
    margin-bottom: 40px;
	}
}

/* iPhone 5 only - 320 and smaller */

@media (min-width: 0px) and (max-width: 320px) {
	
	.video-wrap-child {
    position: inherit;
    top: 0;
    right: 0;
    text-align: center;
    margin-bottom: 40px;
	}
	.navbar-default .navbar-header .navbar-brand {
		font-weight: 600;
	}
	section#benefits.features {
		padding-top: 50px;
	}
	section.cta {
		padding: 30px;
	}
	section.features .feature-item {
		margin-bottom: 50px;
	}
	section.cta .cta-content {
		text-align: center;
	}
	/*section.cta .cta-content p {
		color: #00779C;
	}*/
	.contact-form-row {
		margin: 0px;
	}
	section.contact {
		padding: 40px 0px;
	}
	.navbar-default .nav > li > a, 
	.navbar-default .nav > li > a:focus {
    color: #ddd;
		padding-top: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
		margin-top: 7px;
	}
	.case-study-box {
    width: 100%;
    margin-bottom: 15px;
	}
	.cta-content .row {
    padding: 0px;
	}
	section.hook {
    padding: 20px 0px;
	}
	section h2 {
    font-size: 30px;
	}
	section.timeline {
    width: 90%;
	}
	.timeline > li > .timeline-panel {
    width: 100%;
    margin-top: 20px;
		text-align: center;
	}
	.timeline:before,
	.timeline > li > .timeline-panel:after,
	.timeline > li > .timeline-panel:before {
		display: none;
	}
	.timeline > li > .timeline-badge {
    padding-top: 15px;
    margin-bottom: 20px;
    margin: auto;
    left: 0%;
    position: relative;
    width: 75px;
    height: 75px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,.075);
	}
	
	/*custom to this size start*/
	
	.navbar-brand>img {
    width: 200px;
	}
	.navbar-default .navbar-header .navbar-toggle {
    margin-right: 10px;
	}
	.navbar-brand {
    padding: 20px 15px;
	}
	header .header-content {
    height: auto;
    padding: 0px;
	}
}