html {
	overflow-x: hidden;
}

body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	top:0 !important;
}

p {
	font-size: 20px;
}

	p.small {
		font-size: 16px;
	}

a,
a:hover,
a:focus,
a:active,
a.active {
	color: #18BC9C;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.large-text {
	font-size: 25px;
}

.white-text-color {
	color: #fff !important;
}

.purple-text-color {
	color: #4f2777 !important;
}

.green-text-color {
	color: #009994 !important;
}

.red-text-color {
	color: #e0042c !important;
}

.black-text-color {
	color: #333 !important;
}

.purple-bg-color {
	background: #4f2777 !important;
}

.green-bg-color {
	background: #009994 !important;
}

.dark-gray-bg-color {
	background: #d7d7d7 !important;
}

.light-gray-bg-color {
	background: #e5e4e4 !important;
}

.white-bg-color {
	background: #fff !important;
}

.border-bottom-red-color {
	border-bottom: 2px solid #e0042c !important;
}

.border-bottom-purple-color {
	border-bottom: 2px solid #4f2777 !important;
}

.border-right-white-color {
	border-right: 2px solid #fff !important;
}

.padding-50-topbottom {
	padding: 50px 0;
}

.padding-25-topbottom {
	padding: 25px 0;
}

.padding-15-topbottom {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.space-bottom-15 {
	margin-bottom: 15px;
}

.space-bottom-20 {
	margin-bottom: 20px;
}

.space-bottom-25 {
	margin-bottom: 25px;
}

.space-bottom-50 {
	margin-bottom: 50px;
}

.space-left-15 {
	margin-left: 15px;
}

.gradient-content {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#512178+0,a03058+50,dd042b+99 */
	background: #512178; /* Old browsers */
	background: -moz-linear-gradient(top, #512178 0%, #a03058 50%, #dd042b 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #512178 0%,#a03058 50%,#dd042b 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #512178 0%,#a03058 50%,#dd042b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512178', endColorstr='#dd042b',GradientType=0 ); /* IE6-9 */
}

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}

hr {
	border-color: #4f2777;
	border-width: 3px;
	max-width: 50px;
}

	hr.white {
		border-color: #fff;
		border-width: 3px;
		max-width: 50px;
	}

	hr.green {
		border-color: #009994;
		border-width: 3px;
		max-width: 50px;
	}

	hr.star-light,
	hr.star-primary {
		padding: 0;
		border: none;
		border-top: solid 5px;
		text-align: center;
		max-width: 250px;
		margin: 25px auto 30px;
	}

		hr.star-light:after,
		hr.star-primary:after {
			content: "\f005";
			font-family: FontAwesome;
			display: inline-block;
			position: relative;
			top: -0.8em;
			font-size: 2em;
			padding: 0 0.25em;
		}

	hr.star-light {
		border-color: white;
	}

		hr.star-light:after {
			background-color: #18BC9C;
			color: white;
		}

	hr.star-primary {
		border-color: #2C3E50;
	}

		hr.star-primary:after {
			background-color: white;
			color: #2C3E50;
		}

.img-centered {
	margin: 0 auto;
}

header {
	text-align: center;
	background: #fff url('../images/bravecto-hero-image.jpg') no-repeat;
	height: 640px;
	color: white;
	background-size: cover;
	margin-top: 115px;
}

	header .container {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	header img {
		display: block;
		margin: 0 auto 20px;
	}

	header .intro-text {
		height: 440px;
		position: relative;
		bottom: 100px;
	}

		header .intro-text .name {
			display: block;
			font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 2em;
		}

		header .intro-text .skills {
			font-size: 1.25em;
			font-weight: 300;
		}

.navbar-brand {
	height: 66px;
	padding: 0;
}

.navbar-custom {
	background: #ededed url(../images/bg-header-img.png) no-repeat;
	background-position: top right;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	/*top: 20px;*/
}

	.navbar-custom a:focus {
		outline: none;
	}

	.navbar-custom .navbar-brand {
		color: white;
	}

		.navbar-custom .navbar-brand:hover,
		.navbar-custom .navbar-brand:focus,
		.navbar-custom .navbar-brand:active,
		.navbar-custom .navbar-brand.active {
			color: white;
		}

	.navbar-custom .navbar-nav {
		letter-spacing: 1px;
	}

		.navbar-custom .navbar-nav li a:hover {
			/*color: #767676;*/
			color: #4f2777;
			outline: none;
		}

		.navbar-custom .navbar-nav li a:focus,
		.navbar-custom .navbar-nav li a:active {
			color: #4f2777;
		}

		.navbar-custom .navbar-nav li.active a {
			color: white;
			background: #e0042c;
		}

			.navbar-custom .navbar-nav li.active a:hover,
			.navbar-custom .navbar-nav li.active a:focus,
			.navbar-custom .navbar-nav li.active a:active {
				color: white;
				background: #e0042c;
			}

	.navbar-custom .navbar-toggle {
		color: white;
		text-transform: uppercase;
		font-size: 10px;
		border-color: white;
	}

		.navbar-custom .navbar-toggle:hover,
		.navbar-custom .navbar-toggle:focus {
			background-color: #18BC9C;
			color: white;
			border-color: #18BC9C;
		}

.main-nav li {
	width: 205px;
	text-align: center;
}
/* SECONDARY NAVIGATION */
.secondary_navigation {
	background: #4f2777;
	min-height: auto;
	max-height: 21px;
	z-index: 9999;
}

	.secondary_navigation .nav {
		/*
    left:50%;
    margin-left:-150px;
    top:50px;
    position:absolute;
    */
		margin: 0;
	}

		.secondary_navigation .nav > li > a:hover,
		.secondary_navigation .nav > li > a:focus,
		.secondary_navigation .nav .open > a,
		.secondary_navigation .nav .open > a:hover,
		.secondary_navigation .nav .open > a:focus {
			color: #fff;
			background: #4f2777;
		}

	.secondary_navigation .dropdown {
		width: 300px;
		text-transform: capitalize;
		font-weight: normal;
	}

	.secondary_navigation .dropdown-menu .divider {
		margin: 5px 0;
	}

	.secondary_navigation .dropdown-menu > li > a,
	.secondary_navigation .dropdown-menu > li > a:hover {
		background: #4f2777;
		color: #fff;
	}

	.secondary_navigation .dropdown ul.dropdown-menu {
		background: #4f2777;
		border-radius: 0;
		box-shadow: none;
		margin-top: 20px;
		width: 300px;
	}

		.secondary_navigation .dropdown ul.dropdown-menu:before {
			content: "";
			border-bottom: 10px solid #4f2777;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			position: absolute;
			top: -10px;
			left: 16px;
			z-index: 10;
		}

		.secondary_navigation .dropdown ul.dropdown-menu:after {
			content: "";
			border-bottom: 12px solid #ccc;
			border-right: 12px solid transparent;
			border-left: 12px solid transparent;
			position: absolute;
			top: -12px;
			left: 14px;
			z-index: 9;
		}

	.secondary_navigation .navbar-nav > li > a {
		padding: 0;
		margin: 0;
		color: #fff;
	}
/* END OF SECONDARY NAVIGATION */
#setting-the-record-straight {
	padding-bottom: 20px;
}

.footnotes {
	padding-top: 30px;
	padding-bottom: 0;
}

footer {
	color: white;
}

	footer h3 {
		margin-bottom: 30px;
	}

	footer .footer-above {
		padding-top: 50px;
		background-color: #2C3E50;
	}

	footer .footer-col {
		margin-bottom: 50px;
	}

	footer .footer-below {
		padding: 25px 0;
		background: #fff url('../images/footer-dome-ahlogo-msd.png') no-repeat;
		background-position: top left;
		height: 217px;
		margin-left: 15px;
	}

	footer .footer-content-container {
		position: relative;
		height: 225px;
	}

	footer .footer-content {
		position: absolute;
		width: 100%;
		bottom: 0;
	}

	footer .copyright {
		margin-left: 50px;
	}

	footer .merck-ah-logo {
		margin-left: 50px;
		margin-top: 60px;
		margin-bottom: 20px;
	}

	footer .copyright p {
		font-size: 14px;
	}

.btn-outline {
	color: white;
	font-size: 20px;
	border: solid 2px white;
	background: transparent;
	transition: all 0.3s ease-in-out;
	margin-top: 15px;
}

	.btn-outline:hover,
	.btn-outline:focus,
	.btn-outline:active,
	.btn-outline.active {
		color: #18BC9C;
		background: white;
		border: solid 2px white;
	}

.btn-primary {
	color: white;
	background-color: #2C3E50;
	border-color: #2C3E50;
	font-weight: 700;
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.open .dropdown-toggle.btn-primary {
		color: white;
		background-color: #1a242f;
		border-color: #161f29;
	}

	.btn-primary:active,
	.btn-primary.active,
	.open .dropdown-toggle.btn-primary {
		background-image: none;
	}

	.btn-primary.disabled,
	.btn-primary[disabled],
	fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active,
	.btn-primary[disabled]:active,
	fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active,
	.btn-primary[disabled].active,
	fieldset[disabled] .btn-primary.active {
		background-color: #2C3E50;
		border-color: #2C3E50;
	}

	.btn-primary .badge {
		color: #2C3E50;
		background-color: white;
	}

.btn-success {
	color: white;
	background-color: #18BC9C;
	border-color: #18BC9C;
	font-weight: 700;
}

	.btn-success:hover,
	.btn-success:focus,
	.btn-success:active,
	.btn-success.active,
	.open .dropdown-toggle.btn-success {
		color: white;
		background-color: #128f76;
		border-color: #11866f;
	}

	.btn-success:active,
	.btn-success.active,
	.open .dropdown-toggle.btn-success {
		background-image: none;
	}

	.btn-success.disabled,
	.btn-success[disabled],
	fieldset[disabled] .btn-success,
	.btn-success.disabled:hover,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus,
	.btn-success[disabled]:focus,
	fieldset[disabled] .btn-success:focus,
	.btn-success.disabled:active,
	.btn-success[disabled]:active,
	fieldset[disabled] .btn-success:active,
	.btn-success.disabled.active,
	.btn-success[disabled].active,
	fieldset[disabled] .btn-success.active {
		background-color: #18BC9C;
		border-color: #18BC9C;
	}

	.btn-success .badge {
		color: #18BC9C;
		background-color: white;
	}

.btn-social {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 2px solid white;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
	outline: none;
}

.scroll-top {
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
	z-index: 1049;
}

	.scroll-top .btn {
		font-size: 20px;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		line-height: 28px;
	}

		.scroll-top .btn:focus {
			outline: none;
		}


@media (max-width: 1860px) {
	.navbar-custom .navbar-nav {
		margin-right: 100px;
	}
}

@media (max-width: 1650px) {
	.navbar-custom .navbar-nav {
		margin-right: 150px;
	}
}

@media (max-width: 1550px) {
	.navbar-custom .navbar-nav {
		margin-right: 200px;
	}
}

@media (max-width: 1450px) {
	.navbar-custom .navbar-nav {
		margin-right: 250px;
	}
}

@media (max-width: 1400px) {
	.navbar-custom {
		background-image: url('../images/bg-header-img-250.png');
	}
}

@media (max-width: 1280px) {
	.navbar-custom .navbar-nav {
		margin-right: 320px;
	}
}

@media (max-width: 1199px) {
	.navbar-custom {
		background-image: url('../images/bg-header-img-tablet.png');
		background-repeat: no-repeat;
		/*height: 135px;*/
	}

		.navbar-custom .navbar-nav {
			margin-right: 50px;
			margin-top: 20px;
		}

	header {
		margin-top: 100px;
	}

	.secondary_navigation ul.navbar-nav {
		margin-top: 0;
	}
}

@media (max-width: 1024px) {
	.navbar-custom .navbar-nav {
		margin-right: 100px;
		margin-top: 10px;
	}

	header {
		height: 340px;
		margin-top: 100px;
	}

		header .intro-text {
			height: 130px;
			position: relative;
			bottom: 0px;
		}
}

@media (max-width: 991px) {
	.navbar-nav > li > a {
		font-size: 12px;
		padding: 10px 5px;
	}

	.navbar-custom .navbar-nav {
		margin-right: 20px;
		margin-top: 20px;
	}

	.main-nav li {
		width: 215px;
		text-align: center;
	}
}

@media (max-width: 800px) {
	.navbar-custom .navbar-nav {
		margin-right: 60px;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		height: auto;
		padding: 0;
	}

	header .container {
		padding-top: 200px;
		padding-bottom: 100px;
	}

	header .intro-text .name {
		font-size: 4.75em;
	}

	header .intro-text p {
		font-size: 2em;
		position: absolute;
		bottom: 0;
	}
}

@media (min-width: 768px) {
	.navbar-custom {
		/*padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;*/
	}

		.navbar-custom .navbar-brand {
			font-size: 2em;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
		}

		.navbar-custom.affix .padding-25-topbottom {
			padding: 10px 0;
			-webkit-transition: padding 0.3s;
			-moz-transition: padding 0.3s;
			transition: padding 0.3s;
		}

		.navbar-custom.affix-top .padding-25-topbottom {
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
		}

		.navbar-custom.affix .navbar-brand {
			font-size: 1.5em;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			transition: all 0.3s;
		}
}

section {
	padding: 50px 0;
}

	section h2 {
		margin: 0;
		font-size: 3em;
	}

	section.facts {
		background: #fff;
		color: white;
		padding-top: 30px;
	}

@media (max-width: 768px) {
	.navbar-custom {
		background-image: url('../images/bg-header-img-mobile.png');
		background-repeat: no-repeat;
		/*height: 100px;*/
	}

		.navbar-custom .navbar-nav {
			margin-right: 0;
			margin-top: 15px;
		}

	.bravecto-logo {
		width: 125px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		/*padding: 10px 45px;*/
		padding: 10px 15px;
	}

	.main-nav li {
		width: 200px;
		text-align: center;
	}

	.secondary_navigation .navbar-nav > li > a {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.padding-25-topbottom {
		padding: 0;
	}

	.secondary_navigation .dropdown ul.dropdown-menu {
		width: auto;
	}

	.secondary_navigation .dropdown-menu > li > a {
		background: #4f2777;
		color: #fff !important;
	}

	.secondary_navigation .dropdown ul.dropdown-menu:before {
		top: 30px;
	}

	.secondary_navigation .dropdown ul.dropdown-menu:after {
		top: 28px;
	}

	.bravecto-logo {
		width: 125px;
		margin-left: 40px;
		margin-top: 10px;
	}

	.navbar-custom .navbar-toggle,
	.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
		background: #4f2777;
		border-color: #4f2777;
		margin-top: 50px;
		margin-right: 40px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #ededed;
	}

	.main-nav li {
		width: auto;
		text-align: left;
	}

	.main-nav > li > a {
		padding: 10px 45px !important;
	}

	header {
		margin-top: 100px;
	}

	section {
		padding: 75px 0;
	}

		section.first {
			padding-top: 75px;
		}

	.items-container .item {
		height: auto !important;
	}
}

@media (max-width: 667px) {

	header {
		margin-top: 100px;
	}

		header .intro-text {
			bottom: -115px;
		}
	/*footer div { text-align: center; }*/
	footer img.merck-ah-logo {
		margin-left: 0;
	}

	footer .copyright p.pull-left,
	footer .copyright div.pull-right {
		float: none !important;
	}

	footer .copyright .policy-terms {
		margin-left: 15px;
	}
}

@media (max-width: 480px) {
	header {
		height: 325px;
		background-position: -285px 0;
	}

		header .intro-text {
			height: auto;
			position: relative;
			bottom: -75px;
		}

			header .intro-text p {
				line-height: normal;
				background: url('../images/pixel2.png');
				padding: 10px;
				font-size: 17px;
			}

	footer ul {
		margin-left: 20px;
		margin-top: 60px;
	}
}

.navbar .navbar-brand {
	color: black;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	margin-top: 10px;
}

	.navbar .navbar-brand:hover {
		color: #666 !important;
	}

@media (max-width: 767px) {
	.navbar .navbar-brand {
		margin-left: 50px;
	}
}
