/*=======================================
|		Page Style Authored By:			|
|			William Carter				|
|			Bryan Deras					|
|			Dan Hanasono				|
========================================*/

/* ====== COMMON STYLES ===== */

html, body {
	font-family: 'Open Sans', sans-serif;
	max-width: 100%;
	font-weight: 400;
	height: 100%;
}

#blue-1 {
	background-color: #2c507c;
}

#blue-2 {
	background-color: #076A8F;
}

/*#landing {
	background: rgba(46,68,99,1);
	background: url('../img/homepage-dsktp-landscape.svg') center 30% no-repeat, -moz-linear-gradient(-30deg, rgba(46,68,99,1) 0%, rgba(71,104,151,1) 46%, rgba(71,104,151,1) 54%, rgba(46,68,99,1) 100%);
	background: url('../img/homepage-dsktp-landscape.svg') center 30% no-repeat, -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,68,99,1)), color-stop(46%, rgba(71,104,151,1)), color-stop(54%, rgba(71,104,151,1)), color-stop(100%, rgba(46,68,99,1)));
	background: url('../img/homepage-dsktp-landscape.svg') center 30% no-repeat, -webkit-linear-gradient(-30deg, rgba(46,68,99,1) 0%, rgba(71,104,151,1) 46%, rgba(71,104,151,1) 54%, rgba(46,68,99,1) 100%);
	background: url('../img/homepage-dsktp-landscape.svg') center 30% no-repeat, -o-linear-gradient(-30deg, rgba(46,68,99,1) 0%, rgba(71,104,151,1) 46%, rgba(71,104,151,1) 54%, rgba(46,68,99,1) 100%);
	background: url('../img/homepage-dsktp-landscape.svg') center 30% no-repeat, -ms-linear-gradient(-30deg, rgba(46,68,99,1) 0%, rgba(71,104,151,1) 46%, rgba(71,104,151,1) 54%, rgba(46,68,99,1) 100%);
	background: url('../img/homepage-dsktp-landscape.svg') center 30% no-repeat, linear-gradient(-30deg, rgba(46,68,99,1) 0%, rgba(71,104,151,1) 46%, rgba(71,104,151,1) 54%, rgba(46,68,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4463', endColorstr='#2e4463', GradientType=1 );
	height: 100%;
}

html[data-useragent*='MSIE 10.0'] #landing {
  background: rgba(46,68,99,1);
	background: url('../img/homepage-dsktp-landscape.png') center center no-repeat, rgba(46,68,99,1);
	background-size: 95%;
}*/

.homepage-copy h1 {
	color: #ffffff;
	/*text-shadow: 0px 2px 1px rgba(0,0,0,0.4);*/
	text-transform: uppercase;
	font-size: 4.85vw;
	text-align: center;
	margin-top: 18%;
}

.homepage-copy h2 {
	color: #ffffff;
	/*text-shadow: 0px 2px 1px rgba(0,0,0,0.4);*/
	font-size: 3.5vw;
	line-height: 4.5vw;
  	text-align: center;
}

img.homepage-logo {
	width: 8%;
	margin-left: 79%;
	margin-top: 4%;
}

#landing {
	/*background: no-repeat center/90% url(../img/homepage-dsktop-06-25-15.jpg), url(../img/homepage-bg-dsktop-06-25-15.jpg) center/cover;
	overflow: hidden;*/
	background: url(../img/homepage-dsktop-07-01-15.jpg) no-repeat center center fixed !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.minHeightDesktopLanding {
	min-height: 900px;
}

@media screen and (min-width: 2008px){
	.homepage-copy h1 {
		margin-top: 15%;
	}
}

@media screen and (max-width: 768px) {
	#landing{
		background: url(../img/homepage-ipad-vert-07-01-15.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.minHeightDesktopLanding {
		min-height: 1024px;
	}

	.homepage-copy h1 {
		font-size: 5.85vw;
		margin-top: 45%;
	}

	.homepage-copy h2 {
		font-size: 4.5vw;
		line-height: 5.5vw;
	}

	img.homepage-logo {
		width: 15%;
		margin-left: 80%;
		margin-top: 14%;
	}
}

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	#landing {
		background: url(../img/homepage-iphone-land-07-01-15.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.minHeightDesktopLanding {
		min-height: 209px;
	}

	.homepage-copy h1 {
		margin-top: 4%;
		font-size: 4.85vw;
	}

	.homepage-copy h2 {
		font-size: 3.5vw;
		line-height: 4.5vw;
	}

	img.homepage-logo {
		width: 8%;
  		margin-left: 80%;
  		margin-top: 2%;
  	}
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	#landing {
		background: url(../img/homepage-iphone-land-07-01-15.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.minHeightDesktopLanding {
		min-height: 290px;
	}

	.homepage-copy h1 {
		margin-top: 4%;
		font-size: 4.85vw;
	}

	.homepage-copy h2 {
		font-size: 3.5vw;
		line-height: 4.5vw;
	}

	img.homepage-logo {
		width: 8%;
  		margin-left: 80%;
  		margin-top: 2%;
  	}
}

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	#landing {
		background: url(../img/homepage-iphone-vert-07-01-15.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.minHeightDesktopLanding {
		min-height: 651px;
	}

	.homepage-copy h1 {
		font-size: 5.85vw;
		margin-top: 45%;
	}

	.homepage-copy h2 {
		font-size: 4.5vw;
		line-height: 5.5vw;
	}

	img.homepage-logo {
		width: 15%;
		margin-left: 80%;
		margin-top: 14%;
	}

}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#landing {
		background: url(../img/homepage-iphone-vert-07-01-15.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.minHeightDesktopLanding {
		min-height: 597px;
	}

	.homepage-copy h1 {
		font-size: 5.85vw;
		margin-top: 55%;
	}

	.homepage-copy h2 {
		font-size: 4.5vw;
		line-height: 5.5vw;
	}

	img.homepage-logo {
		width: 20%;
		margin-left: 78%;
		margin-top: 27%;
	}
}

#both-colors {
	background-image: linear-gradient(
      to right,
      #2c507c,
      #2c507c 50%,
      #076A8F 50%,
      #076A8F
    );
}

/*#type-home {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}*/
/*#main {
	background-color: #2c507c;

}*/

.wrap {
	min-height: 100%;
	position: relative;
}

.main{
	padding-bottom: 15px;
}
.landing-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 15px;
}


h1, h2, h3 {
	font-weight: 400;
}

.umph {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
	color: #8a8d8f;
}

.jumbotron {
	background-color: white;
	margin-bottom: 0;
	padding: 5px 0;
}

.jumbotron p {
	font-size: 15px;
	font-weight: 300;
}

.jumbotron p.content-heading {
	font-weight: 700;
	margin-bottom: 3px!important;
}

.jumbotron p.caption {
	margin-bottom: 0;
}

.jumbotron p.umph {
	font-weight: 700;
	margin-bottom: 0!important;
}

.jumbotron p.fine-text {
	font-size: 12px;
	margin-bottom: 12px;
}

.fine-text {
	font-size: 12px;
}

.jumbotron p.privacy-policy {
	text-decoration: underline;
}

.privacy-policy {
	text-decoration: underline;
}

.article-begin {
	margin-top: 15px;
	display: inline-block;
}

.main-padding-rt {
	padding-right: 0px;
}

.grey-bars {
	  color: white;
	  background: #767677;
	  padding: 10px;
	  text-align: center;
	  font-size: 13px;
}

.blue-button {
	  color: white;
	  background: #2c507c;
	  padding: 10px;
	  text-align: center;
	  margin-left:-15px;
	  margin-top: 30px;
}

.blue-button > a {
	  color: white;
}

.blue-button > a:hover {
	  text-decoration: none;
}

.blueButton {
	display: block;
	color: white;
	background: #2c507c;
	padding: 10px;
	text-align: center;
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 60px;
}

.blueButton:hover {
	color: white;
	background: #8a8d8f;
}

.blueButton:visited {
	color: white;
}

a.blueButton {
	text-decoration: none;
}

.buttonSingleLine {
	padding-top: 20px;
}

.buttonTwoLines {
	padding-top: 10px;
}

.special-bars {
	min-height: 60px;
}

.homepage-image-gray {
	padding-top: 30px;
}

.padding-bottom{
	padding-bottom: 15px;
}

.padding-top {
	padding-top: 20px;
}

/*.padding-bottom-more{
	padding-bottom: 30px;
}*/

.svg-scale{
	width: 100px;
}

p.uppercase {
    text-transform: uppercase;
}

.minHeightDesktop {
	min-height: 835px;
}

.caption {
	font-size: 12px!important;
}

svg {
	height: 100%;
}

/* -- breadcrumbs -- */

.breadcrumbs {
	list-style-type: none;
	color: white;
	padding-left: 0;
}

.breadcrumbs a{
	color: white;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: black;
}

.breadcrumbs a:focus {
	text-decoration: none;
}

.content-heading {
	font-size: 15px;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 2%;
	border-radius: none;
	font-size: 15px;
}



/* === Featured Portfolios Styling ===*/
.list-items {
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 15px;
	/*padding-left: 20px;*/
}

.list-items-no-style {
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 15px;
	/*padding-left: 20px;*/
	list-style-type: none;
}

/* ==== Deadline and annoucements styling ==== */

.content-list {
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 15px;
	/*padding-left: 20px;*/
	list-style-type: none;
}

.content-list li:before {
	font-family: 'FontAwesome';
	content: '\f133';
	margin: 0 10px 0 -15px;
	color: #337ab7;
}


.altum-logo {
	height: 18px;
}

/* ==== ABOUT US ====*/

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.bg-white {
	background-color: white;
}

.about-us-pg p {
	font-weight: 300;
	font-size: 1em;
}

.row{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.row ul{
	font-size: 15px;
	font-weight: 300;
}

.scroll-nav {
	background-color: #2c507c;
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	font-weight: 300;
	color: white;
	padding: 0;
	z-index: 1040;
	padding-top: 10px;
}

.scroll-nav a {
	color: white;
}

.scroll-nav a:hover {
	text-decoration: none;
}



.scroll-nav li {
	list-style: none;
}

.scroll-nav a:before {
	font-family: 'FontAwesome';
	content: '\f10c';
	margin: 0 10px 0 -18px;
}

.scroll-nav a.active:before {
	font-family: 'FontAwesome';
	content: '\f111';
	margin: 0 10px 0 -18px;
}

.scroll-nav a:focus {
	text-decoration: none;
}

.scroll-nav ul ul>li {
	list-style-type: disc;
}

.scroll-nav ul ul>li a {
	font-family: 'Open Sans';
	content: '\8226';
}

.scroll-nav li>ul li a:before {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Open-Sans;
}


.neilsen {
	position: relative;
}

.nav-icon {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 20px;
}

.icon-white {
	color: white;
}

.icon-gray {
	color: gray;
}

#about-us, #mission, #founder, #founder-txt, #founder-group-img, #board-and-staff, #review-board {
	position: relative;
}

.svg-padding{
  padding-top: 20px;
  padding-bottom: 40px;
}

#about-us {
	border-bottom: 1px solid lightgray;
}

.about-us-txt, .mission-txt {
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*float: right;*/
	padding-left: 45px;
}

.neilsen-description {
	position: absolute;
	top: 5%;
}

#founder h1 {
	color: white;
	font-weight: 300;
	font-size: 65px;
}

#founder h1:nth-child(1) {
	padding-left: 80px;
}

#founder h1:nth-child(2) {
	padding-left: 40px;
}


.video-link {
	background-color: #767677;
	color: white;
	padding-bottom: 5px;
}

.video-link a {
	color: white;
	text-decoration: underline;
	margin-top: 10px;
  	display: block;
}

.video-link:hover {
	color: white;
	text-decoration: none;
}

.fa.fa-play {
	font-size: 42px;
	margin-top: 7px;
}

#founder-section {
	position: relative;
}

#founder-txt, #about-us, #mission {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 10%, #ffffff 90%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(10%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 10%, #ffffff 90%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 10%,#ffffff 90%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 10%,#ffffff 90%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 10%,#ffffff 90%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#founder-txt > .row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.neilsen-caption {
	position: absolute;
	bottom: 15%;
}

#founder-group-img h1 {
	font-weight: 300;
	color: white;
}

#board-and-staff {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	padding-bottom: 30px;
}

#board-and-staff ul {
	padding-left: 0;
	padding-bottom: 0;
}

#review-board {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#review-board ul {
	padding-left: 0;
}

#board-and-staff > .board-and-staff, #review-board > .review-board {
	padding-top: 25px;
	padding-bottom: 30px;
}

#review-board > .review-board p {
	/*padding-bottom: 15px;*/
}

.flag-width {
	width: 215px;
}


.col-7th, .col-7th-2x {
	position: relative;
	float: left;
	padding-left: 0.5%;
	padding-right: 0.5%;
}

.col-7th {
	width: 14.2857143%;
}

.col-7th-2x {
	width: 28.5714286%;
}

.about-us-pg figure {
	margin-bottom: 5%;
	position: relative;
}

.about-us-pg figcaption {
	font-size: 10px;
	color: white;
	padding: 5px 5px 0 ;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
}

.col-7th-2x figure {
	width: 50%;
	padding: 0;
	margin: 0;
}

.bridge-text{
	/*font-size: 18px;*/
	font-size: 24px;
	padding: 36px;
	display: inline-block;
}

.modal-content {
	border-radius: 0;
}

#about-us-pg .btn {
	border-radius: 0;
}

#beth-modal .modal-body, #jason-modal .modal-body, #ehrica-modal .modal-body, #heidi-modal .modal-body, #kym-modal .modal-body, #bailey-modal .modal-body {
	padding-bottom: 215px;
}

.modal-body img {
	padding: 5px 10px;
}
.modal-body p {
	padding-bottom: 10px;
}

@media only screen and (max-width: 767px){
	.modal-title {
		font-size: 20px;
	}
}

/* ==== Contact Us Style */
.form-group .btn {
	margin-left: 5px;
}

/* ==== Nav bar ==== */

.navbar-fixed-top {
	background-color: #2c507c;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
	min-height: 45px;
}

.navbar-brand {
	text-shadow: none;
	color: white;
	font-size: 14px;
}

.navbar-brand:hover {
	color: #000!important;
}

.navbar-nav {
	margin-left: 5%;
}

.navbar-nav > li > a {
  text-shadow: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  width: 185px;
  text-align: center;
}

.navbar-nav.navbar-right > li > a {
	width: 110px;
}

.navbar-nav > li > a:hover {
  color: #337ab7;
}

.navbar-nav > li > a:focus {
  color: #337ab7;
}

.navbar-nav>li>.dropdown-menu, .dropdown-menu {
	border-radius: 0;
}

.dropdown-menu > li > a {
	color: #337ab7;
}

.navbar-toggle {
	color: white;
	background-color: #657B9C;
	border: 1px solid white;
	border-radius: 0;
}

/* ==== Flags ==== */
.flag:hover g polygon {
	fill: rgb(44, 80, 124);
}

.flag:hover polygon {
	fill: rgb(44, 80, 124);
}

/* ==== Funding Philosophy ==== */
.pie-legend li span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}

.pie-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px!important;
  margin-top : 20px;
  cursor: default;

}

.pie-legend li {
  margin-bottom : 4px;
}

/* ==== Funding Priorities ==== */
#funding-priorities ol div {
	margin-bottom: 20px;
}

#funding-priorities svg {
	padding-top: 8px;
}

/* ==== Sticky Footer ==== */

footer {
	color: white;
	display: block;
	/*background-color: #2c507c;*/
	font-size: 8px;
	/*position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;*/
}

footer a {
	color: white;
}

footer a:hover {
	color: #000; /*Pantone 877C equiv. */
}

footer div{
	display: inline-block;
}

.right {
	text-align: right;
}

.left-margin {
	margin-left: 20%;
}

.footer-position {
	margin-top: 5px;
}

/* ==== Mobile Styles ==== */

/* Menu is collapsed */
@media only screen and (max-width: 767px) {
	.dropdown-menu > li > a {
		color: white;
	}
}

/* Menu Fix */
@media only screen and (min-width: 768px) and (max-width: 902px) {
	.navbar-nav > li > a {
		width: 140px;
	}
	.navbar-brand {
		padding-right: 0;
	}
	.navbar-nav.navbar-right > li > a {
		width: 101px;
	}

}

/* IPad 5 Landscape  */
@media only screen and (max-width: 1024px){

.breadcrumb {
   	margin-left: 8px;
}

.svg-padding{
  	margin-top: 25px;
}

.about-us-pg p, .about-us-pg .row ul {
	font-size: 0.85em;
}

#founder h1 {
	font-size: 3em;
}

.neilsen-caption h1 {
	font-size: 2em;
}

.about-us-pg figcaption {
	font-size: 8px;
}
}

/* IPad portrait  */
@media only screen and (max-width: 768px){

.breadcrumb {
   	margin-left: 10px;
}

.svg-padding{
  	margin-top: 25px;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav {
   margin-left: 0px;
}

.about-us-pg p, .about-us-pg .row ul {
	font-size: 0.65em;
}

#founder h1, .neilsen-caption h1 {
	font-size: 1.5em;
}
.minHeightDesktop {
	min-height: 100%;
}
.minHeightIpad {
	min-height: 835px;
}

.scroll-nav {
	font-size: 8px;
	margin-right: 0;
}

ul#nav {
	padding-left: 22px;
}

.blueButton {
	padding: 5px;
}

.blueButton3 {
	padding: 10px;
}
.form-horizontal .control-label {
	text-align: left;
}
.bridge-text {
	padding: 13px;
}
}

/*IPhone 6 Landscape*/
@media only screen and (max-width: 736px) and (min-width: 414px){
.neilsen-description h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
}


/* IPhone 5 Landscape  */
@media only screen and (max-width: 600px){
.padding-bottom-mobile{
	padding-bottom: 15px;
}

.blue-button {
	margin-top: 0px;
}
}

/* IPhone 6Plus Portrait  */
@media only screen and (max-width: 414px){
.deadlines-and-announcements-height {
	height: 100%;
}

.about-us-txt{
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.neilsen-caption h1 {
	font-size: 0.85em;
}
.about-us-pg h3 {
	font-size: 15px;
}
.about-us-pg p {
	font-size: 0.55em;
}
.about-us-pg .row ul {
	font-size: 0.55em;
}
}

/* IPhone 6 Portrait  */
@media only screen and (max-width: 375px){
.deadlines-and-announcements-height {
	height: 1265px;
}
}
/* IPhone 5 Portrait */
@media only screen and (max-width: 320px){

.padding-bottom-mobile{
	padding-bottom: 15px;
}

.margin-right-mobile{
	margin-right: 30px;
}

.blue-button {
  margin-top: 0px;
  margin-left:0px;
}

.neilsen-caption h1 {
	font-size: 0.65em;
	margin-top: 0px;
	margin-left:0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 7px;
	padding-left: 7px;
}

#about-us-pg.col-xs-1, #about-us-pg.col-sm-1, #about-us-pg.col-md-1, #about-us-pg.col-lg-1, #about-us-pg.col-xs-2, #about-us-pg.col-sm-2, #about-us-pg.col-md-2, #about-us-pg.col-lg-2, #about-us-pg.col-xs-3, #about-us-pg.col-sm-3, #about-us-pg.col-md-3, #about-us-pg.col-lg-3, #about-us-pg.col-xs-4, #about-us-pg.col-sm-4, #about-us-pg.col-md-4, #about-us-pg.col-lg-4, #about-us-pg.col-xs-5, #about-us-pg.col-sm-5, #about-us-pg.col-md-5, #about-us-pg.col-lg-5, #about-us-pg.col-xs-6, #about-us-pg.col-sm-6, #about-us-pg.col-md-6, #about-us-pg.col-lg-6, #about-us-pg.col-xs-7, #about-us-pg.col-sm-7, #about-us-pg.col-md-7, #about-us-pg.col-lg-7, #about-us-pg.col-xs-8, #about-us-pg.col-sm-8, #about-us-pg.col-md-8, #about-us-pg.col-lg-8, #about-us-pg.col-xs-9, #about-us-pg.col-sm-9, #about-us-pg.col-md-9, #about-us-pg.col-lg-9, #about-us-pg.col-xs-10, #about-us-pg.col-sm-10, #about-us-pg.col-md-10, #about-us-pg.col-lg-10, #about-us-pg.col-xs-11, #about-us-pg.col-sm-11, #about-us-pg.col-md-11, #about-us-pg.col-lg-11, #about-us-pg.col-xs-12, #about-us-pg.col-sm-12, #about-us-pg.col-md-12, #about-us-pg.col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}

#about-us-pg .no-padding {
	padding-right: 0px;
	padding-left: 0px;
}
.deadlines-and-announcements-height {
	height: 100%;
}
}

@media only screen and (max-width: 320px){
	#about-us-pg h3, #about-us-pg h1 {
		font-size: 13px;
	}

	#about-us-pg p {
		font-size: 0.45em;
	}

	#about-us-pg .row ul {
		font-size: 0.45em;
	}
	#founder-txt > .row {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fa.fa-play {
		font-size: 25px;
	}
	#neilsen-caption > h1 {
		font-size: 10px;
	}

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	#landing {
		background: url(../img/homepage-dsktop-07-01-15.jpg) center center fixed no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

/*@media screen and (min-width: 1500px){
	.mission-txt{
		width: auto;
		height: 100%;
		left: 35%;
		top: 55%;
	}
}

@media screen and (min-width: 1350px){
	#mission{
		overflow: hidden;
	}
	.mission-txt{
		width: 50%;
	    overflow-x: auto;
	    left: 35%;
	}
}*/

@media screen and (max-width: 1400px){
	.col-md-6.mission-txt{
		width: auto;
		height: 100%;
		overflow: auto;
	}
}

/**{
	outline: solid 1px red!important;
	background-color: #000000!important;
	color: green!important;
}*/