<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul, li {
    font-family: 'Bitter', serif;
}

a, a:hover, a:focus {
	outline: 0 none;
}

strong, b {
	font-weight: 700;
}

.cp img {
	border: 0 none;
    display: inline-block;
    max-width: 100%;
}

.cp .wrapper {
	margin: 0 auto;
	width: 1080px;
}

.cp-bg {
	background-image:url(../images/bg.jpg);
}
.cp-bg .overlay {
    background-color: rgba(0, 0, 0, .7);
}
.cp-bg header {
	border-bottom: 1px solid #fff;
	padding: 15px;
}

.cp-bg .about {
	padding: 15px 0;
    width: 75%;
}

.cp-bg h1,
.cp-bg h2 {
	color: #fff;
    float: left;
    font-size: 48px;
    margin: 15px 0;
}

.cp-bg h1 {
	background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 60px;
    margin: 0 0 6px;
    padding: 6px;
}

.cp-header-fixed-top header {
	background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.cp-container {
	padding: 75px 0;
}

.cp-container.box1,
.cp-container.box3 {
	background-color: #ebebeb;
}

.cp-border-heading {
	font-size: 50px;
    margin-bottom: 60px;
}

.cp-border-heading &gt; mark {
    color: #333;
    display: inline-block;
	margin: 1px 0;
    padding: 10px 5px;
}

.cp-border-heading &gt; mark {
	background-color: #ccc;
    color: #f4ed16;
}

.box1 .media &gt; .media-body &gt; p {
	font-size: 16px;
    line-height: 25px;
    margin: 0 90px 25px 0;
}

.box1 .media &gt; .media-body &gt; p:last-child {
	margin-bottom: 0;
}

.box1 .media &gt; .media-right {
	min-width: 490px;
}

.video-thumbnail {
	display: block;
    height: 340px;
    position: relative;
}

.video-thumbnail &gt; video {
	height: 100%;
    width: 100%;
} 

.cp-heading1 &gt; h1,
.cp-heading2 &gt; h2 {
	color: #333;
    font-size: 48px;
    font-weight: 400;
}

.cp-heading1 &gt; h1 {
	font-size: 80px;
}

.cp-heading1 &gt; h1 &gt; b,
.cp-heading2 &gt; h2 &gt; b {
	background-color: #ffff00;
    display: block;
    height: 3px;
    margin: 30px 39%;
}

.cp-heading1 &gt; h1 &gt; b {
	margin: 40px 65% 40px 0;
}

.box2 .cp-row {
	margin-top: 75px;
}

.box2 .cp-row .clearfix {
	margin-left: -20px;
	margin-right: -20px;
}

.box2 .cp-row .pull-left {
	padding: 0 20px;
    width: 33.333%;
}

.box2 .cp-row .media-left {
	padding-right: 30px;
	padding-top: 5px;
}

.box2 .cp-row h3 {
	color: #333;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    min-height: 54px;
}

.box2 .cp-row p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.gallery-thumbnail {
	margin-top: 75px;
}

.gallery-thumbnail ul &gt; li {
	float: left;
    padding: 0 1px 1px 0;
    position: relative;
    width: 25%;
}

.gallery-thumbnail ul &gt; li:nth-child(4n+4) {
	padding-right: 0;
}

.cp-form-panel {
	margin: 75px auto 0;
	width: 750px;
}

.cp-form-panel .form-control {
    border-color: #333;
    box-shadow: none !important;
    color: #999;
    height: 50px;
}

.cp-form-panel .input-group-addon {
    background-color: #087ceb;
    border-color: #087ceb;
    color: #fff;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 4px;
	line-height: 40px;
	cursor: pointer;
}

#footer {
	background-color: #303030;
    padding: 45px 0 0;
}

#footer ul {
    list-style: outside none none;
    margin: 0 0 0 75px;
}

#footer ul:first-child {
    margin-left: 0;
}

#footer ul &gt; li {
    color: #e8e8e8;
    font-size: 12px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

#footer ul &gt; li &gt; a {
    color: #b5b5b5;
    display: inline-block;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

#footer ul &gt; li &gt; a &gt; .fa {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 13px;
}

#footer .inner,
#footer .copyright {
	border-bottom: 1px solid rgba(0, 0, 0, 0.49);
    padding: 15px;
}

#footer .copyright {
    border-bottom-style: none;
    border-top: 1px solid rgba(72, 72, 72, 0.79);
}

#footer .copyright .el-brand {
	height: 38px;
	line-height: 38px;
}

#footer .copyright .el-link {
	color: #e8e8e8;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px;
	margin: 0 15px;
}

#footer .copyright .el-brand img {
	display: inline-block;
    height: auto;
    vertical-align: middle;
}

.cp-modal-video .modal-dialog {
    width: 800px;
	
}
.cp-modal-video .modal-dialog .modal-content {
	background: #fff url("../images/loader.gif") no-repeat center center;
	
}
.cp-modal-video .modal-body {
    height: 500px;
}

[class^="cp-icon-"],
[class*=" cp-icon-"] {
	background: rgba(0, 0, 0, 0) url("../images/cp.png") no-repeat scroll 0 0;
    display: inline-block;
}

.cp-icon-scroll {
    bottom: 40px;
    cursor: pointer;
    height: 75px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: auto;
    width: 100px;
}

.cp-icon-bullet {
	background-position: 0px -85px;
	height: 17px;
	width: 15px;
}

.cp-icon-link,
.cp-icon-video {
	background-position: 0 -112px;
    height: 101px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 101px;
}

.cp-icon-video {
	background-position: 0px -223px;
}

.cp-thumbnail {
    background-clip: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.cp-police-stations .overlay {
	background-color: rgba(0,0,0,.7);
	padding: 50px 0;
}
.station-block {
	padding: 0 20px;
	background-color: #fff;
	border-radius: 4px;
}
.station-block ul {
	list-style: none;
}
.station-block ul li {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.station-block ul li:last-child {
	border: 0;
}
.station-block ul li h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}
.station-block ul li p {
    color: #939393;
    font-size: 12px;
    line-height: 20px;
	margin: 0 0 15px;
}
.station-block ul li .contact {
    color: #333;
	font-size: 12px;
	line-height: normal;
}
.station-block ul li .contact span {
	font-weight: bold;
	float:left;
	padding-bottom: 20px;
	margin-right: 5px;
}
.sub-des {
	line-height: 25px;
	text-align:center;
	max-width: 800px;
	margin: auto auto 30px;
}
@media (max-width: 991px) {
	.cp-bg {
		padding: 0 15px;
	}
	
	.cp .wrapper {
		width: auto;
	}
	
	.cp-bg header {
		padding: 10px 0;
	}
	
	.cp-bg .about {
		padding: 10px 0;
		width: 100%;
	}
	
	.cp-bg h1,
	.cp-bg h2 {
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 4px;
		padding: 4px;
	}
	
	.cp-bg h1 {
		font-size: 24px;
	}
	
	.cp-header-fixed-top {
		position: static !important;
	}
	
	.cp-header-fixed-top + div {
		display: none !important;
	}
	
	.cp-header-fixed-top header {
		padding: 15px;
	}
	
	.cp-container {
		padding: 25px 15px;
	}
	
	.cp-border-heading {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.cp-border-heading &gt; mark {
		padding: 4px;
	}
	
	.box1 .media &gt; .media-body,
	.box1 .media &gt; .media-right {
		display: block;
    	width: auto;
	}
	
	.box1 .media &gt; .media-right {
		min-width: 1px;
		padding: 15px 0 0;
		text-align: center;
	}
	
	.video-thumbnail {
		height: 240px;
	}
	
	.box1 .media &gt; .media-right .video-thumbnail &gt; img {
		display: inline-block;
	}
	
	.box1 .media &gt; .media-body &gt; p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px 0;
	}
	
	.cp-heading2 &gt; h2 {
		font-size: 24px;
	}
	
	.cp-heading1 &gt; h1 {
		font-size: 30px;
	}
	
	.cp-heading2 &gt; h2 &gt; b {
		margin: 10px 20%;
	}
	
	.cp-heading1 &gt; h1 &gt; b {
		margin: 20px 65% 20px 0;
	}
	
	.box2 .cp-row {
		margin-top: 40px;
	}
	
	.box2 .cp-row + .cp-row {
		margin-top: 0;
	}
	
	.box2 .cp-row .clearfix {
		margin-left: 0;
		margin-right: 0;
	}
	
	.box2 .cp-row .pull-left {
		padding: 0 0 30px;
		width: 100%;
	}
	
	.box2 .cp-row .media-left {
		padding-right: 10px;
		padding-top: 1px;
	}
	
	.box2 .cp-row h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
		min-height: 1px;
	}
	
	.gallery-thumbnail {
		margin-top: 30px;
	}
	
	.gallery-thumbnail ul &gt; li {
		width: 50%;
	}
	
	.cp-form-panel {
		margin-top: 30px;
		width: auto;
	}
	
	.cp-form-panel .form-control {
		font-size: 12px;
		height: 40px;
	}
	
	.cp-form-panel .input-group-addon {
		font-size: 12px;
		font-weight: 400;
	}
	
	#footer {
		padding: 0;
	}
	
	#footer ul {
		float: none !important;
		margin-left: 0;
		margin-top: 20px;
	}
	
	#footer ul:first-child {
		margin-top: 0;
	}
	
	#footer ul.logo {
		display: none;
	}
	
	#footer .copyright .el-brand {
		display: block;
		float: none !important;
		height: auto;
		line-height: normal;
		text-align: center;
	}
	
	#footer .copyright .el-link {
		line-height: 20px;
    	margin: 4px 0 15px;
	}
	
	.cp-modal-video .modal-dialog {
		width: auto;
	}
	
	.cp-modal-video .modal-body {
		height: 100%;
	}
	
	.cp-icon-scroll {
		background-position: 0px -334px;
		bottom: 10px;
		height: 56px;
		margin-left: -38px;
		width: 75px;
	}
	
	.cp-icon-link,
	.cp-icon-video {
		background-position: 0px -400px;
		height: 51px;
		margin: -25px 0 0 -25px;
		width: 51px;
	}
	
	.cp-icon-video {
		background-position: 0px -461px;
	}
}
#userAuthModal, .login-normal-panel {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
#userAuthModal input.input-control[type="text"],
#userAuthModal input.input-control[type="email"],
#userAuthModal input.input-control[type="password"],
#userAuthModal textarea.input-control,
.login-normal-panel input.input-control[type="text"],
.login-normal-panel input.input-control[type="email"],
.login-normal-panel input.input-control[type="password"],
.login-normal-panel textarea.input-control {
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

#userAuthModal ._inputAppend .input-control-group .input-control,
#userAuthModal ._inputAppend .input-control-group .required-field-error,
.login-normal-panel ._inputAppend .input-control-group .input-control,
.login-normal-panel ._inputAppend .input-control-group .required-field-error  {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#userAuthModal ._inputAppend .input-control-group .required-field-error ,
.inv-friends-theme .input-control-group .required-field-error,
.login-normal-panel._inputAppend .input-control-group .required-field-error {
	position: absolute;
}

#userAuthModal ._inputAppend .media-right,
.login-normal-panel ._inputAppend .media-right {
	padding-left: 0;
}

#userAuthModal ._link:hover,
.login-normal-panel ._link:hover {
	cursor: pointer;
	text-decoration: underline;
}
#thankYouModal ._modalClose,
#userAuthModal ._modalClose {
    background: rgba(0, 0, 0, 0) url("../images/icon/ic_clear_black_24dp.png") no-repeat scroll 0 0 / 24px auto;
    cursor: pointer;
    display: block;
    height: 24px;
    left: auto;
    opacity: 0.5;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 24px;
}
.commonSignUp ._bttnDefault {
	min-width: 140px !important;
}
.successModal .modal-content {
	border: 0;
}
.thank-you-container .title {
	margin: 20px 0;
}
.thank-you-container .new-user {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #ddd;
}
.thank-you-container .new-user p {
    margin: 15px 0;
    text-align: center;
    line-height: normal;
}
.bttn {
    background-color: #0980f4;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none !important
}</pre></body></html>