/* 
 * --------------------------------------------------
 * Defaults
 * -------------------------------------------------- 
 */

html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 80px;
	color: #666;
	font-size: 16px;
}

/* 
 * --------------------------------------------------
 * Typography
 * -------------------------------------------------- 
 */

::-moz-selection {
	background: #FFFF66;
	color: #222;
	text-shadow: none;
}

::selection {
	background: #FFFF66;
	color: #222;
	text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	color: #222;
}

h1 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 20px;
}

h2,
h3,
h4,
h5,
h6 {
	margin-top: 40px;
}


a {
	color: #FF66CC;
}

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

p {
	margin: 0 0 25px 0;
}

p,
li {
	line-height: 1.9em;
}

strong {
	color: #000;
}


/* 
 * --------------------------------------------------
 * Other
 * -------------------------------------------------- 
 */

/* Bootstrap tweaks
   -------------------------------------------------- */
.modal {
	z-index: 99999;
}

body.modal-open {
	padding-right: 0px !important;
}

.glyphicon {
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
}

.embed-responsive {
	margin-top: 30px;
}

.lead {
	font-weight: 300;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.spin:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1.1s ease-in-out;
	-moz-transition: all 1.1s ease-in-out;
	-o-transition: all 1.1s ease-in-out;
	-ms-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
}


/* 
 * --------------------------------------------------
 * Navigation
 * -------------------------------------------------- 
 */
.navbar-custom {
	background:
		/*#105B63*/
		#fff;
	border-bottom: none;
	padding: 0;
	min-height: 60px;
	z-index: 99999;
}

.navbar-custom .navbar-nav>li>a {
	color: #000;
	font-size: 16px;
	padding: 30px 20px;
	font-weight: 400;
}

.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:hover,
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav>li>a:focus {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

/* over-ride focus states to another color */
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav>li>a:focus {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

/* dropdown */
.navbar-custom .dropdown-menu>li>a {
	padding: 10px 20px;
	font-size: 15px;
}

.navbar-custom .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 24px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #fff;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
	border-color: transparent;
	max-height: 440px;
}

.navbar-custom .icon-bar {
	background: #000;
}

.navbar-custom .navbar-brand {
	padding: 14px 20px 0 10px;
}

.navbar-custom .profile-image {
	width: 25px;
	height: 25px;
	position: relative;
	bottom: 1px;
	right: 9px;
	float: left;
}

@media screen and (max-width: 768px) {
	.navbar-custom .navbar-brand {
		padding: 7px 20px 0 10px;
	}

	.navbar-custom .navbar-toggle {
		padding: 9px 10px;
		margin-top: 14px;
		margin-right: 15px;
		margin-bottom: 18px;
	}

	.navbar-custom .navbar-nav>li>a {
		padding: 20px;
		border-top: solid 1px #a4d7fe;
	}

	/* dropdown */
	.navbar-nav .open .dropdown-menu {
		background-color: #105B63;
		padding-bottom: 30px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 40px;
		background: #105B63;
		border-bottom: none;
		color: #fff;
	}

	/* over-ride mobile top border */
	.navbar-collapse {
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
	}

	/* removing top and bottom margin and padding */
	.navbar-nav {
		margin: 0 -15px;
	}

	.dropdown-menu {
		padding: 0;
	}
}

/* 
 * --------------------------------------------------
 * Layouts
 * -------------------------------------------------- 
 */

.container-custom {
	width: 75%;
}

@media (max-width: 1385px) {
	.container-custom {
		width: 90%;
	}

	.navbar .container-custom {
		width: 100%;
	}
}

@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}


.section {
	padding: 90px 0;
	width: 100%;
}

/* home page intro */
.intro {
	padding: 0;
	background: #388099
		/*#f2f2f2*/
		url(../img/cover.jpg) right no-repeat;
	color: #fff;
	height: 600px;
}

.intro .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.intro h1 {
	color: #fff;
}

.intro-bg {
	padding: 126px 0 146px 0;
	background: url(../img/pills2.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	/*animation: animatedBackground 80s linear infinite;*/
}

@media (max-width: 760px) {
	.intro-bg {
		background: none;
	}
}


.btn-group .btn {
	border-color: #fff;
	border-radius: 24px;
	box-shadow: 0 3px 0 0 #6a9cab;
	font-size: 14px;
}

.btn-group .btn:hover {
	background-color: #6a9cab;
	color: #fff;
}

.btn-group .btn img {
	position: relative;
	bottom: 2px;
	right: 5px;
}

.download-btns {
	margin-top: 10px;
}

@media (max-width: 530px) {
	.intro h1 {
		font-size: 32px;
	}

	.intro p.lead {
		font-size: 18px;
	}

	.intro-bg {
		padding: 70px 0;
	}

}

.tweet {
	height: 350px;
}


.black {
	background: #000;
	color: rgb(204, 204, 204);
}

.darkblue {
	background: #194254;
	color: rgb(204, 204, 204);
}

.darkblue h1 {
	margin: 0 0 50px 0;
	color: #fff;
}

.darkblue h1 {
	margin: 0 0 50px 0;
	color: #fff;
}

.darkblue h2 {
	margin: 50px 0;
	color: #fff;
}

.darkblue h4 {
	margin: 0;
	color: #fff;
}

.darkblue h4 a {
	font-size: 18px;
	color: #fff;
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
}

.darkblue h4 a:hover {
	background: #2d8bb5;
}

.darkblue a {
	color: #fff;
	text-decoration: underline;
}

.darkblue a:hover {
	color: #ccc;
	text-decoration: none;
}

.darkblue strong {
	color: #fff;
}

.team.darkblue h1 {
	margin: 0 0 25px 0;
	color: #fff;
}

.team.darkblue h2 {
	margin: 45px 0;
	color: #fff;
}

.team.darkblue h3 {
	margin: 20px 0 5px 0;
	color: #fff;
}

.team.darkblue h4 {
	margin: 30px 0 5px 0;
	color: #fff;
}

.team em {
	font-size: 12px;
	margin-left: 5px;
}

.team p {
	margin-bottom: 5px;
}

.grey {
	background: #f3f3f3;
}

.grey h1 {
	margin: 0 0 50px 0;
	color: #000;
}

.grey h3 {
	margin: 0 0 30px 0;
	color: #000;
}

.grey h4 {
	margin: 0;
	color: #000;
}

.grey h4 a {
	font-size: 18px;
	color: #000;
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
}

.grey h4 a:hover {
	background: #2d8bb5;
}

.grey a {
	color: #000;
	text-decoration: underline;
}

.grey a:hover {
	color: #ccc;
	text-decoration: none;
}

.grey a.btn {
	text-decoration: none;
}

.grey a:hover.btn {
	color: #000;
}

.note {
	background: #fff url(../img/NZF_stamp.png) 120px no-repeat;
	text-align: center;
}

.note p {
	margin: 0 auto;
	width: 65%;
}

/* FAQ */
.faq .content {
	padding: 20px;
	border-bottom: solid 1px #ccc;
}


/* 
 * --------------------------------------------------
 * Footer
 * -------------------------------------------------- 
 */

footer {
	padding: 70px 0;
	margin: 0;
	color: #000;
	text-align: center;

}

footer a {
	color: #fff;
}

footer a:hover {
	color: #B1C9F3;
}

.pills {
	background: #f3f3f3 url(../img/pills2.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 40s linear infinite;
	min-height: 100px;
}

.createsend-button {
	height: 22px;
	display: inline-block;
}