@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
body{
	display: flex !important;
	flex-direction: column !important;
	background-color: #ffffff !important;
	font-family: 'Inter', sans-serif;
}
.nav-item{
	padding-left:0.2rem;
	padding-right:0.2rem;
}
.navbar-light .navbar-nav .nav-link{
	color:white !important;
	font-weight:500;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-left:0.5rem !important;
	padding-right:0.5rem !important;
}
.nav-link{
	padding-bottom: 0.25rem !important;
}
.edn_metaDetails{
	display:none !important;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.g-translate{
	background-color:black;
	color:white;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
.pd-header{
    background-color:#0c62a7;
}
.titling{
    background-color: #000;
}
.text-black{
	color:black !important;
}
.alerts{
	background-color: #FFDC00;
	color:#000 !important;
}
.alerts p:last-of-type{
	padding-bottom: 20px !important;
}
.welcome, .welcome-message, .connected{
    background-color: #052035;
    color:#fff;
}
.connected a:link, .connected a:visited{
    color: #fff;
    text-decoration: underline;
}
.bg-navbar-blue{
    background-color: #052136;
}
.program-tiles{
    background-image: url("../img/sectionBG.jpg");
    background-size: cover;
}
.program-tiles a:link, .more-progs a:link{
	color:#000;
}
.more-progs {
	background-image: url("../img/other_programsBG.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position-y: 100%;
}
.other-progs{
    background-image: url("../img/sectionBG.jpg");
    background-size: cover;
    color:#000;
}
.main-nav{
    background-color: #052136;
    transition: 0.3s all ease-in-out;
}

.breadcrumbs{
    background-color: #e9ecef;
    
}
.footer{
    background-color: #40475B;
}
.copyright{
    background-color: #000;
    color: #fff;
}
.no-shrink{
	flex-shrink:0;
}
.btn-crb {
    background-color: #ddd;
	color: #052035;
	border-color: #6c757d;
}
.btn-crb:hover{
    background-color: transparent;
    color: #052035;
	border-color: #052035;
}
.text-darkblue{
    color: #052035;
}
.breadcrumb{
	margin-bottom: 0 !important;
}
.main-nav a[href*="Contact"] {
	background-color:#dc3545 !important;
	color:#fff !important;
}
@media all and (max-device-width: 800px){
    .last-card{
        width:100% !important;
    }
}

.desktop-justify-center{
	justify-content:center !important;
}
.desktop-justify-end{
	justify-content:flex-end !important;
}
@media all and (max-device-width: 574px){
	.desktop-justify-center, .desktop-justify-end{
		justify-content:flex-start !important;
	}	
}

.cust-col-left{
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
.cust-col-right{
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}

.cust-col-apply{
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
	
@media (min-width: 576px){
	.cust-col-left{
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}
	.cust-col-right{
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}
	
	.cust-col-apply{
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
}

@media (min-width: 768px){
	.cust-col-left{
		-ms-flex:0 0 40%;
		flex:0 0 40%;
		max-width:40%;
	}
	.cust-col-right{
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333;
	}
	
	.cust-col-apply{
		-ms-flex:0 0 26.666667%;
		flex:0 0 26.666667%;
		max-width:26.666667%;
	}
}

@media (min-width: 896px){
	.cust-col-left{
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%;
	}
}

@media (min-width: 1080px){
	.cust-col-left{
		-ms-flex:0 0 30%;
		flex:0 0 30%;
		max-width:30%;
	}
}

@media (min-width: 1300px){
	.cust-col-left{
		-ms-flex:0 0 320px;
		flex:0 0 320px;
		max-width:320px;
	}
}

.active{
	border-bottom: 5px solid #B8860B;
}
.nav-item:hover{
	background-color:#B8860B;
}
.gold-text{
	/*color: #B8860B !important;*/
	color: #896012 !important;
}

.gold-border-card{
	/*border: 2px solid #B8860B !important;*/
	border: 2px solid #896012 !important;
	border-radius: 0px !important;
}
.gold-border-card>a{
	/*color: #B8860B;*/
	color: #896012;
}

.transparent-card{
	background-color: transparent !important;
}

.gold-border-card >a :hover{
	/*background-color:#B8860B !important;*/
	background-color:#896012 !important;
	color:white;
}
.breadcrumb{
	color:#004599 !important;
	display:inline-flex !important;
}



.contact{
	background-color:#052136 !important;
	color:white !important;
}

.white-border-card{
	border: 2px solid white !important;
	border-radius: 0px !important;
	background-color:transparent !important;
	color:white !important;
}

.blue-hover-card >a :hover{
	background-color: #007bff !important;
	color:white;
}
.blue-bg{
	background-color:#0b62a7;
}

.gray-hover-card >a:hover{
	background-color: #566876 !important;
}

#precincts{
	background-image: url("../img/Cocoa With A Cop Setauket.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
#precinct-overlay{
	background: rgba(16, 128, 237, 0.6);
	overflow:hidden;
	z-index:-2;
	min-height:500px;
}
#forms{
	background-image: url("../img/Patchogue Bike Patrol.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#forms-overlay{
	background: rgba(16, 128, 237, 0.6);
	overflow:hidden;
	z-index:-2;
	min-height:500px;
}
.social-btn{
	color:white !important;
}
.social-btn:hover{
	color:#B8860B !important;
}
.dark-link{
	color:#004599 !important;
}
#normal_nixle{
	display:initial !important;
	width:4.5rem;padding-top:0.2rem;padding-bottom:0.3rem;
}
#hover_nixle{
	display:none !important;
	width:4.5rem;padding-top:0.2rem;padding-bottom:0.28rem;
}
#nixle_link:hover #normal_nixle{
	display:none !important;
}
#nixle_link:hover #hover_nixle{
	display:initial !important;
}
#commissioner-header-pic{
	height:115px;
}
.carousel-caption{
	left: 5% !important;
	text-align:left !important;
}
.blue-trans-bg{
	background: rgba(16, 128, 237, 0.6);
}
.carousel-item.active{
	border-bottom: 0px !important;
}

.sr-only{
	left:1px !important;
}
.linkbox{
	box-shadow: 5px 5px 5px grey;
}
.linkbox:hover{
    opacity: 0.6;
    transition: opacity .25s ease-in-out;
}
.spotlight-image{
	margin:5px;
}
.fb_iframe_widget>span{
	max-width:100%;
}
.fb_iframe_widget>span>iframe{
	max-width:100%;
}
.carousel-control-next, .carousel-control-prev{
	opacity: 1 !important;
}
.carousel-control-next{
	justify-content:flex-end !important;
}
.carousel-control-prev{
	justify-content:left !important;
}
.blue-transparent-bg{
	background: rgba(16, 128, 237, 0.8);
}
.carousel-img{
	min-height:200px;
}
.carousel-left-arrow{
	font-size:5rem;
	padding: 1rem !important;
	padding-right: 1.5rem !important;
}
.carousel-right-arrow{
	font-size:5rem;
	padding: 1rem !important;
	padding-left: 1.5rem !important;
}
.carousel-four-rem{
	font-size: 4rem !important;
}
.carousel-text{
	font-size: 2rem !important;
}
.carousel-padding{
	padding-top:1rem !important;
	padding-bottom:1rem !important;
	padding-left:1.5rem !important;
	padding-right:1.5rem !important;
}
@media screen and (max-width:1440px){
	.carousel-caption{
		left: 10% !important;
	}
}
@media screen and (max-width:1024px){
	.carousel-four-rem{
		font-size:1.5rem !important;
	}
	.carousel-text{
		font-size:1.25rem !important;
	}
}
@media screen and (max-width:768px){
	.carousel-four-rem,.carousel-text{
		font-size: 1rem !important;
	}
	.carousel-caption{
		left: 15% !important;
	}
}
@media screen and (max-width:425px){
	.carousel-left-arrow, .carousel-right-arrow{
		padding: 0rem !important;
	}
	.carousel-left-arrow{
		padding-right:0.25rem !important;
	}
	
	.carousel-right-arrow{
		padding-left:0.25rem !important;
	}
	.carousel-four-rem,.carousel-text{
		font-size: 0.75rem !important;
	}
}
@media screen and (max-width:375px){
	.carousel-caption{
		padding-bottom: 0px !important;
	}
	.carousel-left-arrow, .carousel-right-arrow{
		font-size: 3rem !important;
	}
	.carousel-padding{
		padding-top:0rem !important;
		padding-bottom:0rem !important;
		padding-left:.25rem !important;
		padding-right:.25rem !important;
	}
	.carousel-img{
		min-height:150px;
	}
	.fb_iframe_widget>span{
		max-width:320px;
	}
	.fb_iframe_widget>span>iframe{
		max-width:320px;
	}
}
.navbar-light .navbar-toggler{
	background-color: white !important;
}
.dnnLoginActions{
	display:none !important;
}
.dnnForm .dnnFormItem{
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:left;
}
.dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel{
	display:inline-block;
	margin: 6px 18px 0 0;
	width:30%;
	text-align:right;
}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction{
	border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;
    }
.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"], .dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction{
	padding: 6px;
}
.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"], .dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span{
	display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.dnnLoginActions{
	display:none;
}
.LoginPanel{
	width: 50% !important;
	padding-right: 0 !important;
	float:none !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 2rem;
}