html {
	font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body {
	font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #363E49;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1;
	margin-bottom: 1rem;
}
h1, .h1 {
	font-size: 69px;
	color: #363E49;
	font-weight: 300;
}
h2, .h2 {
	font-size: 55px;
	color: #363E49;
	font-weight: 300;
}
h3, .h3 {
	font-size: 41px;
	color: #363E49;
	font-weight: 400;
}
h4, .h4 {
	font-size: 27px;
	color: #363E49;
	font-weight: 400;
}
h5, .h5 {
	font-size: 19px;
	color: #363E49;
	font-weight: 400;
}
h6, .h6 {
	font-size: 15px;
	color: #363E49;
	font-weight: 400;
}

footer p {
	color: #AEBEC9 !important;
}
footer a:link {
	color: #AEBEC9;
}
footer a:visited {
	color: #7F7F7F;
}
footer a:hover {
	color: #028BCF;
}
footer a:active {
	color: #028BCF;
}
nav a {
	text-decoration: none !important;
}
nav a:link {
	color: #363E49;
}
nav a:visited {
	color: #363E49;
}
nav a:hover {
	color: #028BCF;
}
nav a:active {
	color: #028BCF;
}

a.mburger:link {
	color: #363E49;
}
a.mburger:visited {
	color: #363E49;
}
a.mburger:hover {
	color: #028BCF;
}
a.mburger:active {
	color: #028BCF;
}
	
	
.btn-link:hover {
	color: #028BCF;
}
.blue {
	color: #028BCF;
}
.navbar-brand {
	padding: 0;
	padding-bottom: 0;
}
.nav-link {
	font-size: 15px;
	font-weight: 300px;
}
.btn {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2em;
	padding: 14px 18px;
	border: 1px solid transparent;
}
.btn-primary {
	color: #FFFFFF !important;
	background: #028BCF; /* Old browsers */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c77bd+0,349ed8+50,2c77bd+100 */
	background: rgb(44,119,189); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(left, rgba(44,119,189,1) 0%, rgba(52,158,216,1) 50%, rgba(44,119,189,1) 100%);
	background: -o-linear-gradient(left, rgba(44,119,189,1) 0%, rgba(52,158,216,1) 50%, rgba(44,119,189,1) 100%);
	background: linear-gradient(to right, rgba(44,119,189,1) 0%, rgba(52,158,216,1) 50%, rgba(44,119,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c77bd', endColorstr='#2c77bd', GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	border-radius: 32px;
	border: 3px solid transparent !important;
}
.btn-primary:hover {
	color: #FFFFFF !important;
	background: #028BCF; /* Old browsers */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c77bd+0,349ed8+50,2c77bd+100 */
	background: rgb(44,119,189); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(left, rgba(44,119,189,1) 0%, rgba(52,158,216,1) 50%, rgba(44,119,189,1) 100%);
	background: -o-linear-gradient(left, rgba(44,119,189,1) 0%, rgba(52,158,216,1) 50%, rgba(44,119,189,1) 100%);
	background: linear-gradient(to right, rgba(44,119,189,1) 0%, rgba(52,158,216,1) 50%, rgba(44,119,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c77bd', endColorstr='#2c77bd', GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 0px 8px rgba(147,201,237,0.3);
	-moz-box-shadow: 0px 0px 0px 8px rgba(147,201,237,0.3);
	box-shadow: 0px 0px 0px 8px rgba(147,201,237,0.3);
	border-radius: 32px;
	border: 3px solid transparent !important;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0px 0px 0px 8px rgba(147,201,237,0.3);
	-webkit-box-shadow: 0 0 0 8px #93C9ED;
	-moz-box-shadow: 0 0 0 8px #93C9ED;
	box-shadow: 0 0 0 8px #93C9ED;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #FFFFFF;
	background: #028BCF; /* Old browsers */
	background: -moz-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #028BCF), color-stop(100%, #30A8FA)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* IE10 preview */
	background: linear-gradient(to right, #028BCF 0%, #30A8FA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028BCF', endColorstr='#30A8FA', GradientType=1 ); /* IE6-9 */
	border: 3px solid rgba(255,255,255,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #FFFFFF;
	background: #028BCF; /* Old browsers */
	background: -moz-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #028BCF), color-stop(100%, #30A8FA)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left, #028BCF 0%, #30A8FA 100%); /* IE10 preview */
	background: linear-gradient(to right, #028BCF 0%, #30A8FA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028BCF', endColorstr='#30A8FA', GradientType=1 ); /* IE6-9 */
	border: 3px solid rgba(255,255,255,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 8px #93C9ED;
	-moz-box-shadow: 0 0 0 8px #93C9ED;
	box-shadow: 0 0 0 8px #93C9ED;
}
.btn-secondary {
	color: #607682 !important;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	border-radius: 32px;
	border: 3px solid #607682 !important;
}
.btn-secondary:hover {
	color: #FFF !important;
	background: #607682;
	box-shadow: 0px 0px 0px 8px rgba(54,62,73,0.20);
	border-radius: 32px;
	border: 3px solid #607682 !important;
}
.btn-secondary.focus, .btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 8px #93C9ED;
	-moz-box-shadow: 0 0 0 8px #93C9ED;
	box-shadow: 0px 0px 0px 8px rgba(147,201,237,0.3);
	border: 3px solid #607682 !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #607682 !important;
	background: #FFF;
	border: 3px solid #607682 !important;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #607682 !important;
	background: #FFF;
	border: 3px solid rgba(255,255,255,.5);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 8px #93C9ED;
	-moz-box-shadow: 0 0 0 8px #93C9ED;
	box-shadow: 0 0 0 8px #93C9ED;
}
.btn-tertiary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212731+0,363e49+50,212731+100 */
	color: #FFFFFF !important;
	background: #212731; /* Old browsers */
	background: -moz-linear-gradient(top,  #212731 0%, #363e49 50%, #212731 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #212731 0%,#363e49 50%,#212731 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #212731 0%,#363e49 50%,#212731 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212731', endColorstr='#212731',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0);
	border-radius: 32px;
	border: 3px solid #212731 !important;
}
.btn-tertiary:hover {
	color: #FFFFFF !important;
	background: #212731; /* Old browsers */
	background: -moz-linear-gradient(top,  #212731 0%, #363e49 50%, #212731 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #212731 0%,#363e49 50%,#212731 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #212731 0%,#363e49 50%,#212731 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212731', endColorstr='#212731',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 0px 8px rgba(54,62,73,0.20);
	border-radius: 32px;
	border: 3px solid #212731 !important;
}
.btn-tertiary.focus, .btn-tertiary:focus {
	-webkit-box-shadow: 0 0 0 8px #93C9ED;
	-moz-box-shadow: 0 0 0 8px #93C9ED;
	box-shadow: 0px 0px 0px 8px rgba(147,201,237,0.3);
	border: 3px solid #212731 !important;
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
	color: #212731 !important;
	background: #FFF;
	border: 3px solid #212731 !important;
}
.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show>.btn-tertiary.dropdown-toggle {
	color: #212731 !important;
	background: #FFF;
	border: 3px solid rgba(255,255,255,.5);
}
.btn-tertiary:not(:disabled):not(.disabled).active:focus, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .show>.btn-tertiary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 8px #93C9ED;
	-moz-box-shadow: 0 0 0 8px #93C9ED;
	box-shadow: 0 0 0 8px #93C9ED;
}
a.btn-tertiary {
	text-decoration: none;
}
.btn-sm {
	padding: 8px 16px !important;
	font-size: 15px !important;
}
.btn-link {
	padding: 9px 0 !important;
}
.bg-footer-1 {
	background: url(//static.helpsystems.com/cobalt-strike/img/footer.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-height: 425px;
	padding-top: 220px;
	padding-bottom: 25px;
}
.bg-1 {
	background-image: url(//static.helpsystems.com/cobalt-strike/img/bg-1.png);
	background-color: #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.light-blue {
	color: #7db2d7;
}
.mm-navbar {
	--mm-color-background: #028BCF;
	--mm-color-text-dimmed: #fff;
	--mm-color-button: #fff;
}
.mm-panel {
	--mm-color-background: #028BCF;
	--mm-color-text: #fff;
	--mm-color-button: #028BCF;
}

@media (min-width: 768px) {
	.icon-wrapper-left:after {
		position: absolute;
		font-size: 34px;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		content: "\f0da";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		left: 0;
		color: #7db2d7;
	}
	.icon-wrapper-right:after {
		color: #7db2d7;
		position: absolute;
		font-size: 34px;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		content: "\f0d9";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		right: 0;
	}
	.icon-wrapper-right:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;     
		width: 6px;
		background-color: #7db2d7;
		border-radius: 14px;
		right: -3px;
	}
	.icon-wrapper-left:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 6px;
		background-color: #7db2d7;
		border-radius: 14px;
		left: -3px;
	}
	.features-divider:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;     
		width: 6px;
		background-color: #7db2d7;
		right: -3px;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		padding: 1.5rem 0;
		margin-right: 1rem;
		font-size: 1.25rem;
		line-height: inherit;
		white-space: nowrap;
	}
	.btn {
		font-size: 17px;
	}
}
