/*
	Theme Name: Idaho State Police Theme Two
	Theme URL: https://isp.idaho.gov
	Description: Official theme for Idaho State Police.
	Author: ISP
	Author URI: https://isp.idaho.gov
	Version: 1.0.0
	Text Domain: isp-bs4
*/

html,
body {
	background-color: #ffffff;
	background-image: url('/wp-content/themes/isp-theme-two/img/body.png');
	background-position:left top;
	background-repeat:repeat;
/*	font-family: 'Montserrat', sans-serif;*/
	font-family: font-family: 'Amethysta';src: url('/fonts/amethysta.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */url('/fonts/Amethysta-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3â€”5 */
	letter-spacing: .5px;
	font-weight: normal;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.white-container {
	display: block;
	background-color: #FFF;
	background: #FFF;
	border-radius: 7px;
	border: 1px solid #C3C5B0;
	margin:0;
	padding:15px 12px 20px 23px;
}
.white-container .entry-content h2 {
	margin-top: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: .5px;
}

h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

b, strong {
	font-weight: bold;
}

.entry-title {
	padding-bottom: 30px;
	padding-top: 0px;
}

.site-description {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: .75px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.wt-shadow {
	-webkit-filter: drop-shadow(0px 0px 5px #111);
	filter: drop-shadow(0px 0px 5px #111);
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.white-text-shadow {
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	text-shadow: 0 0 12px #000;
}

.blk-shadow {
	-webkit-filter: drop-shadow(0px 0px 5px #fff);
	filter: drop-shadow(0px 0px 5px #fff);
}

.black,
.black>a {
	color: #000 !important;
}

#content {
	padding-top: 0px;
	background-color: #fff;
	margin-bottom: 30px;
}

#main {
	min-height: 300px;
	padding-top: 20px;
}

a {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover {
	text-decoration: underline;
	opacity: 1;
	cursor: pointer;
}

a>i {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a>i:hover {
	color: #aaa;
	opacity: 1;
}

.bg-light {
	background-color: #eee !important;
}

.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	color: white;
	padding: 8px;
	z-index: 100;
}

.skip-link:focus {
	top: 0;
}

.collapse.show {
	width: 100%;
}

.iframe {
	width: 100%;
}

.row-padding {
	padding: 1.5rem 0 1.5rem 0;
}

.btn-ghost {
	position: relative;
	padding: 7px 18px;
	font-size: 16px;
	border: 1px solid;
	border-radius: 100rem;
	outline: 0;
	overflow: hidden;
	background: none;
	z-index: 0;
	cursor: pointer;
	transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
}

.btn-ghost-white {
	position: relative;
	padding: 7px 18px;
	font-size: 16px;
	color: #fff;
	border: 1px solid;
	border-radius: 100rem;
	outline: 0;
	overflow: hidden;
	background: none;
	z-index: 1;
	cursor: pointer;
	transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
}

.card-title {
	margin-bottom: 0rem;
}

.card {
	border: 0px;
	background-color: #eee;
	border: none;
}

.versioning {
	font-size: small;
	text-align: right;
	padding-right: 5px;
	color: #ddd;
}

.event-area {
	width: 100%;
	background: lightslategray;
	height: auto;
	min-height: 200px;
	padding-top: 20px;
}

.event-area .no-events {
	text-align: center;
	font-size: 1.8em;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

input[type=radio], input[type=checkbox] {
	padding: 15px;
	margin: 5px;
}

.no-before-content:before {
  content: none !important;
}

.no-after-content:after {
  content: none !important;
}

a[href*=".pdf"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c1";
	font-weight: 400;
}

a[href*=".doc"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c2";
	font-weight: 400;
}

a[href*=".docx"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c2";
	font-weight: 400;
}

a[href*=".xls"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c3";
	font-weight: 400;
}

a[href*=".xlt"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c3";
	font-weight: 400;
}

a[href*=".xlsx"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c3";
	font-weight: 400;
}

a[href*=".ppt"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c4";
	font-weight: 400;
}

a[href*=".pptx"]:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	content: "\f1c4";
	font-weight: 400;
}

/* ================ TOP GRAY NAV ================ */
.top-navigation {
	background: #eee;
	color: #000;
	height: 31px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

#top-navigation {
	float: right;
}

.top-menu>.menu-item {
	display: inline;
}

.top-menu>li>a {
	color: #000;
}

.top-menu>li>a:hover {
	background-color: #ddd;
	color: #000;
}

.tagline {
	font-weight: 500;
}

.idaho-logo {
	margin-top: -3px;
}

.img-responsive.logo-col.shadow {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
/* ================ end of TOP GRAY NAV ================ */


/* ================ HEADER ================ */
#masthead>.site-branding {
	border: none;
	min-height: 300px;
}

#masthead .logo {
	padding-top: 10px;
	display: inline-block;
}

#masthead .logo img {
	max-height: 150px;
	padding-top: 0px;
}

#masthead .mobile-nav button {
	border-color: #eee;
	background: #fff;
	color: #000;
}

.logo>img {
	width: 100%;
	max-width: 170px;
}

#masthead .header-text {
	padding-top: 70px;
	width: auto;
}

#masthead .header-background {
	background-size: cover !important;
	background-position: center top !important;
}

.tag-title {
	color: #fff !important;
	font-size: 0.8rem;
	margin-bottom: 0;
	font-style: italic;
	display: block;
	padding-top: 10px;
}

a > p.tag-title:hover {
	text-decoration: none;
}

.site-title {
	color: #fff !important;
	font-size: 2rem;
	/* line-height: 1.5rem;
  	margin-top: 2px;
  	display: block; */
}

.agency {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .1rem;
	font-size: 0.8rem;
  	display: block;
}

.agency.black.blk-shadow {
	margin-top: -20px;
}

.agency-logo {
	padding-top: 50px;
	padding-left: 0;
}

.agency-logo>img {
	max-width: 200px;
}

.search-form {
	max-width: 300px;
	right: 0px;
	position: absolute;
}

.header-text {
	margin-top: 20px;
}

.gsc-control-cse {
	border: 4px solid transparent !important;
	border-radius: 0px !important;
	background: transparent !important;
}

.gsc-input {
	background: none !important;
	text-indent: 0 !important;
}

i.fontsizer {
	cursor: pointer;
}

/* ================ end of HEADER ================ */

/* ================ NAVIGATION ================ */
.nav>.active>a {
	color: #000;
}

.link,
a {
	color: #007ea7;
}

.nav-link {
	display: inline !important;
	padding: .65rem !important;
}

.navbar {
	padding: 0px !important;
}

.navbar-toggler {
	background-color: #fff !important;
}

.dropdown-menu {
	border-radius: 0 !important;
	border: none !important;
	background-color: #dddddd !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0rem !important;
}

.dropdown-item {
	background-color: #eeeeee !important;
	border: none !important;
	font-weight: 300;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
	background-color: #ddd !important;
}

ul.dropdown-menu.show {
	margin-top: 10px !important;
}

ul#menu-top.top-menu.nav>li>a.nav-link {
	padding: .5rem !important;
}

a.nav-link {
	color: #000;
}

a.nav-link:hover,
a.nav-link:active {
	background-color: #dcdcdc;
	color: #000;
}

.dropdown-toggle::after {
	margin-right: .5rem;
}

.navbar-search.btn-light {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: .25rem;
	cursor: pointer;
	margin-left: 0px;
}

.navbar-search.btn-light:hover {
	background-color: #fff;
	border-color: #fff;
}

/* ================ end of NAVIGATION ================ */

/* ================ CAROUSEL SLIDER ================== */
.carousel {
	width: 100%;
	max-height: 350px;
}

.carousel-item {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 350px;
}

.carousel-item img {
	visibility: hidden;
}

.carousel-caption {
	-webkit-filter: drop-shadow(0px 0px 5px #111);
	filter: drop-shadow(0px 0px 5px #111);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: 2px 2px 5px black;
}

/* ================ BODY ================ */
.content-wrapper {
	overflow-x: hidden;
}

.breadcrumb {
	background-color: transparent !important;
	margin: 0 0 0px;
	padding: .75rem 1rem 0rem 1rem;
	font-size: smaller;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

li.breadcrumb-item {
	display: inline-block;
}
/* ================ end of BODY ================ */


/* ================ FOOTER ================ */
.site-footer {
	background: #002f56;
}

.versioning {
	background: #031a2d;
}

#usa-map,
.logo,
.header-text {
	float: left;
	/* overflow: hidden; */
}

#colophon {
	color: #fff;
	padding-top: 20px;
}

.footer-widget {
	float: left;
}

.footer-navigation a {
	color: #fff !important;
}

.footer-menu>.menu-item {
	line-height: 2;
}

.footer-menu>.menu-item>a {
	color: #fff;
}

.footer-links {
	font-size: smaller;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-links>a {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff !important;
	;
}

.social {
	padding: 5px;
	color: #fff;
}

.footer-links>a:hover {
	color: #fff !important;
}
/* ================ end of FOOTER ================ */

/* ================ The Events Calendar ========== */
.tribe-list-widget {
	text-align: center;
}

.tribe-events-list-widget-events {
	margin: 10px;
	min-height: 70px;
}

.tribe-list-widget div.tribe-events-list-widget-events {
	background: #eee;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.card-body>.tribe-list-widget div.tribe-events-list-widget-events {
	display: block !important;
	margin: 0 0 10px 0 !important;
	width: 100% !important;
	min-width: 200px !important;
}

.tribe-list-widget div.tribe-event-duration {
	background: #06909C;
	color: #eee;
	text-align: center;
	padding-top: 10px;
	line-height: 1.2;
	font-size: 1.3em;
}

.card-body>.tribe-list-widget div.tribe-event-duration {
	width: 30% !important;
	padding-top: 5px;
	line-height: 1.5;
	font-size: 1.2em;
	display: table-cell;
}

.tribe-list-widget .tribe-event-title {
	margin-bottom: 0;
	line-height: 1;
	text-align: left;
	display: inline-block;
	margin-top: 5px !important;
}

.card-body>.tribe-list-widget .tribe-event-title {
	width: 69% !important;
	display: table-cell;
}

.tribe-list-widget .tribe-event-title a {
	color: #163765;
}

.cal-title {
	font-size: large;
	font-weight: 700;
	display: block;
}

.eventsbar {
	text-align: center;
}
/* ================ end of CALENDAR ============== */

/* ================ ANNOUNCEMENT BAR ============= */
.notice-area {
	width: 100%;
	background: rgb(158, 187, 216);
	height: auto;
	min-height: 200px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.8em;
}
/* =============== end of Announcement =========== */

/* ================ PRESS RELEASE ================ */
.pr {
	margin-bottom: 30px;
}

.pr-date {
	font-size: smaller;
	padding-bottom: 20px;
}

.card {
	margin-bottom: 30px;
}
/*******************************************/
#warning {
	background-color: #FEEFB3;
	border-color: #FDBD4E;
	color: #7D6502;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
	text-align: center;
	margin-top: 80px;
}

.yellow-warning {
	color: #7D6502;
}

.widget-title {
	font-size: 1.3rem;
}

/* ================ Flex styles ================ */
.d-flex {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
}

.row {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
}

/* ================ Gutenberg styles ================ */
a.wp-block-button__link {
	background: #0c7e97;
}
a.wp-block-button__link:hover {
	background: #125867;
}

/* ================ End of Gutenberg styles ================ */

/*========== Media Styles ============*/
@media (min-width: 990px) {
	#colophon {
		background-image: url('img/seal.png');
		background-repeat: no-repeat;
		background-blend-mode: luminosity;
		background-size: 300px 182px;
		background-position: 75% 100%;
	}

	.card-body ul {
		max-width: 225px;
	}

	.card-body li {
		width: 200px;
	}

	.navbar {
		height: 45px;
	}
}

/* IE10+ CSS here */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.align-items-center {
		padding-top: 30px;
	}

	.justify-content-center {
		text-align: center;
		display: block;
		width: 100%;
	}

	#masthead .header-text {
		text-shadow: 0px 0px 5px #000;
	}

	.navbar>.container,
	.navbar>.container-fluid {
		display: block;
		width: 100%;
		text-align: center;
	}

	.tagline {
		font-weight: bold;
	}

	.site-description {
		font-weight: bold;
	}

	.search-form {
		float: none;
	}
}

@media (min-width: 1200px) {
	td.gsc-input {
		min-width: 180px;
	}
}

@media (max-width: 1199px) {
	.nav>li>a {
		padding: 10px 8px;
	}

	h1,
	.h1 {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (max-width: 991px) {
	.hidden-sm {
		display: none;
	}

	.mega-menu-wrap {
		margin-left: 10px !important;
	}

	.container {
		max-width: 100% !important;
	}

	#masthead>.site-branding {
		min-height: 250px;
	}
	#masthead .logo {
    padding-top: 20px;
	}
	.site-title {
		padding-bottom: 20px;
	}

	.nav>li>a {
		padding: 10px 10px;
	}

	ul#menu-top.top-menu.nav>li>a.nav-link,
	ul#menu-top-menu.top-menu.nav>li>a.nav-link {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	#main-navigation>.container {
		padding-right: 0px;
	}

	.nav>li {
		display: block;
	}

	ul#menu-main,
	ul#menu-main-menu {
		margin-left: 0em;
		margin-right: 0em;
	}

	#menu-main>li,
	#menu-main-menu>li {
		border-top: 1px solid #ddd;
		z-index: 9999;
	}

	#menu-main>li>a,
	#menu-main-menu>li>a {
		padding-left: 1.5rem !important;
	}

	.nav-link {
		display: block !important;
	}

	.navbar-toggler {
		float: none;
		right: .7em;
		padding: .25rem .75rem;
	}

	.navbar-expand-md {
		border-bottom: solid 2px #ddd;
	}

	.search-form {
		padding-top: 0px;
	}

	.cse .gsc-control-cse,
	.gsc-control-cse {
		padding-bottom: .25em;
	}

	ul#menu-main,
	ul#menu-main-menu {
		width: 100%;
	}

	.dropdown-menu {
		margin-top: 0rem !important;
	}

	.dropdown-item {
		padding-left: 2rem;
	}
	.sub-footer-menu {
		padding-left: 0px;
	}
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
	.hidden-xs {
		display: none;
	}

	.entry-title {
		padding-bottom: 10px;
		padding-top: 0px;
	}

	#masthead>.site-branding {
		min-height: 130px;
	}

	#masthead .logo {
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		float: none;
	}

	.agency {
		margin-left: auto;
		margin-right: auto;
	}

	.site-branding {
		padding-top: 20px;
	}

	.logo-col {
		padding-right: 0px;
	}

	#masthead .mobile-nav {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	#masthead .mobile-nav button {
		position: relative;
		float: right;
	}

	.d-block {
		background-color: #eee;
		background: #eee;
	}

	.site-footer .footer-navigation ul.footer-menu li a {
		font-size: 14px;
		margin: 10px 10px 0 0;
	}

	.site-footer {
		padding: 20px 0px;
	}

	#footer-widgets {
		text-align: center;
	}

	.footer-links {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tribe-events-list-widget-events {
		width: 90%;
	}
}

@media (max-width: 575px) {
	#masthead .logo img {
		padding-top: 10px;
		width: 50%;
		min-width: 50%;
		position: relative;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#masthead .header-text {
		padding-top: 0px;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}

	.site-branding {
		padding-top: 0px;
	}

	.footer-widget {
		text-align: center;
	}
}

@media screen and (min-width: 576px) {
	.has-mega-menu .container-sm {
		width: 540px;
	}
}

@media screen and (min-width: 768px) {
	.has-mega-menu .container-md {
		width: 720px;
	}
}

@media screen and (min-width: 992px) {
	.has-mega-menu .container-lg {
		width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.has-mega-menu .container-xl {
		width: 1140px;
	}
}

#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	background: white;
	color: #fe924c;
	cursor: pointer;
	border: 1px;
	border-radius: 100%;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	font-size: 200%;
	padding-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }

  #back-to-top:hover {
	background: #789dbf;
  }

  #back-to-top.show {
	opacity: 1;
  }


  /*********** WordPress Gallery ***********/
  figure.gallery-item {
	  display: inline-block;
	  padding-right: 10px;
  }


  /************* DataTables ***************/
  table.dataTable thead th {
	  position: relative;
	  background-image: none !important;
  }

  table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
	  position: absolute;
	  top: 12px;
	  right: 8px;
	  display: block;
	  font-family: "Font Awesome 5 Free";
  }

  table.dataTable thead th.sorting:after {
	  font-weight: 900;
	  content: "\f0dc";
	  color: #ddd;
	  font-size: 0.8em;
	  padding-top: 0.12em;
  }

  table.dataTable thead th.sorting_asc:after {
	  font-weight: 900;
	  content: "\f0de";
  }

  table.dataTable thead th.sorting_desc:after {
	  font-weight: 900;
	  content: "\f0dd";
  }

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
    content: "";
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    top: 8px;
}
 
div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
    position: relative;
    padding-left: 24px;
}
 
div.dataTables_paginate a.paginate_button.next,
div.dataTables_paginate a.paginate_button.last {
    position: relative;
    padding-right: 24px;
}
 
div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}
 
div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}
 
div.dataTables_paginate a.first:before {
  font-weight: 900;
    content: "\f100";
}
 
div.dataTables_paginate a.previous:before {
  font-weight: 900;
    content: "\f104";
}
 
div.dataTables_paginate a.next:after {
  font-weight: 900;
    content: "\f105";
}
 
div.dataTables_paginate a.last:after {
  font-weight: 900;
    content: "\f101";
}
 
div.dataTables_paginate li.first > a,
div.dataTables_paginate li.previous > a {
    position: relative;
    padding-left: 24px;
}
 
div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
    position: relative;
    padding-right: 24px;
}
 
div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
    position: absolute;
    top: 6px;
    left: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}
 
div.dataTables_paginate li.next a:after,
div.dataTables_paginate li.last a:after {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}
 
div.dataTables_paginate li.first a:before {
  font-weight: 900; /* regular style/weight */
    content: "\f100";
}
 
div.dataTables_paginate li.previous a:before {
  font-weight: 900; /* regular style/weight */
    content: "\f104";
}
 
div.dataTables_paginate li.next a:after {
  font-weight: 900; /* regular style/weight */
    content: "\f105";
}
 
div.dataTables_paginate li.last a:after {
  font-weight: 900; /* regular style/weight */
    content: "\f101";
}
 
div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.previous a:before,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.last a:after {
    top: 0;
}

/************* Gravity Forms *************/
.gform_wrapper ul {
    padding-left: 0;
    list-style: none
}

.gform_wrapper li {
    margin-bottom: 15px
}

.gform_wrapper form {
    margin-bottom: 0
}

.gform_wrapper form .checkbox,
.gform_wrapper form .checkbox-inline,
.gform_wrapper form .radio,
.gform_wrapper form .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.gform_wrapper form .checkbox,
.gform_wrapper form .radio {
    min-height: 27px
}

.gform_wrapper form .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.gform_wrapper form .form-group:after,
.gform_wrapper form .form-group:before {
    content: " ";
    display: table
}

.gform_wrapper form .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .gform_wrapper form .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.gform_wrapper form .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .gform_wrapper form .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .gform_wrapper form .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.gfield {
    clear: both;
    margin-bottom: 15px
}

.gfield:after,
.gfield:before {
    content: " ";
    display: table
}

.gfield:after {
    clear: both
}

.gform_wrapper .gfield_label {
    position: relative;
    min-height: 1px;
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
}

@media (min-width: 768px) {
    .gform_wrapper .gfield_label {
        float: left;
    }
}

.gform_wrapper .form-3-col .gfield_label {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .gform_wrapper .form-3-col .gfield_label {
        float: left;
        width: 25%
    }
}

.gform_wrapper .form-3-col .clear-multi,
.gform_wrapper .form-3-col .ginput_container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {

    .gform_wrapper .form-3-col .clear-multi,
    .gform_wrapper .form-3-col .ginput_container {
        float: left;
        width: 75%
    }
}

.gform_wrapper .form-3-col .clear-multi .ginput_container {
    width: auto !important;
    padding-top: 38px
}

.gform_wrapper .form-3-col .clear-multi .ginput_container:first-child {
    width: auto !important;
    padding-top: 0
}

.gform_wrapper .form-3-col .clear-multi .ginput_container_time:first-child {
    width: auto !important;
    padding-right: 0
}

.gform_wrapper .form-3-col .clear-multi .ginput_container_time:first-child i {
    margin-left: 15px
}

@media (min-width: 768px) {
    .gform_wrapper .form-3-col .gform_footer {
        float: left;
        width: 50%
    }
}

.gfield_description,
.gfield_not_required {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.gfield_label_before_complex {
	font-weight: bold;
}

.gform_heading .gform_description {
    display: block;
    margin: 0 0 10px
}

.gfield_checkbox,
.gfield_radio {
	margin: 0 0 0 10px;
	display: inline-block;
}

.gfield_checkbox label,
.gfield_radio label {
    font-weight: 400;
    margin-left: 10px
}

.gfield_checkbox li,
.gfield_radio li {
    margin-bottom: 0
}

.ginput_container select[multiple],
.ginput_container textarea {
    height: auto
}

.gform_wrapper .gfield_required {
    color: #a94442;
    padding-left: 1px
}

.ginput_container input[type=date],
.ginput_container input[type=email],
.ginput_container input[type=number],
.ginput_container input[type=password],
.ginput_container input[type=tel],
.ginput_container input[type=text],
.ginput_container input[type=url],
.ginput_container select,
.ginput_container textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ginput_container input[type=date]:focus,
.ginput_container input[type=email]:focus,
.ginput_container input[type=number]:focus,
.ginput_container input[type=password]:focus,
.ginput_container input[type=tel]:focus,
.ginput_container input[type=text]:focus,
.ginput_container input[type=url]:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ginput_container input[type=date]::-moz-placeholder,
.ginput_container input[type=email]::-moz-placeholder,
.ginput_container input[type=number]::-moz-placeholder,
.ginput_container input[type=password]::-moz-placeholder,
.ginput_container input[type=tel]::-moz-placeholder,
.ginput_container input[type=text]::-moz-placeholder,
.ginput_container input[type=url]::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.ginput_container input[type=date]:-ms-input-placeholder,
.ginput_container input[type=email]:-ms-input-placeholder,
.ginput_container input[type=number]:-ms-input-placeholder,
.ginput_container input[type=password]:-ms-input-placeholder,
.ginput_container input[type=tel]:-ms-input-placeholder,
.ginput_container input[type=text]:-ms-input-placeholder,
.ginput_container input[type=url]:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
    color: #999
}

.ginput_container input[type=date]::-webkit-input-placeholder,
.ginput_container input[type=email]::-webkit-input-placeholder,
.ginput_container input[type=number]::-webkit-input-placeholder,
.ginput_container input[type=password]::-webkit-input-placeholder,
.ginput_container input[type=tel]::-webkit-input-placeholder,
.ginput_container input[type=text]::-webkit-input-placeholder,
.ginput_container input[type=url]::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
    color: #999
}

.ginput_container input[type=date]::-ms-expand,
.ginput_container input[type=email]::-ms-expand,
.ginput_container input[type=number]::-ms-expand,
.ginput_container input[type=password]::-ms-expand,
.ginput_container input[type=tel]::-ms-expand,
.ginput_container input[type=text]::-ms-expand,
.ginput_container input[type=url]::-ms-expand,
.ginput_container select::-ms-expand,
.ginput_container textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.ginput_container input[type=date][disabled],
.ginput_container input[type=date][readonly],
.ginput_container input[type=email][disabled],
.ginput_container input[type=email][readonly],
.ginput_container input[type=number][disabled],
.ginput_container input[type=number][readonly],
.ginput_container input[type=password][disabled],
.ginput_container input[type=password][readonly],
.ginput_container input[type=tel][disabled],
.ginput_container input[type=tel][readonly],
.ginput_container input[type=text][disabled],
.ginput_container input[type=text][readonly],
.ginput_container input[type=url][disabled],
.ginput_container input[type=url][readonly],
.ginput_container select[disabled],
.ginput_container select[readonly],
.ginput_container textarea[disabled],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input[type=date],
fieldset[disabled] .ginput_container input[type=email],
fieldset[disabled] .ginput_container input[type=number],
fieldset[disabled] .ginput_container input[type=password],
fieldset[disabled] .ginput_container input[type=tel],
fieldset[disabled] .ginput_container input[type=text],
fieldset[disabled] .ginput_container input[type=url],
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
    background-color: #eee;
    opacity: 1
}

.ginput_container input[type=date][disabled],
.ginput_container input[type=email][disabled],
.ginput_container input[type=number][disabled],
.ginput_container input[type=password][disabled],
.ginput_container input[type=tel][disabled],
.ginput_container input[type=text][disabled],
.ginput_container input[type=url][disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
fieldset[disabled] .ginput_container input[type=date],
fieldset[disabled] .ginput_container input[type=email],
fieldset[disabled] .ginput_container input[type=number],
fieldset[disabled] .ginput_container input[type=password],
fieldset[disabled] .ginput_container input[type=tel],
fieldset[disabled] .ginput_container input[type=text],
fieldset[disabled] .ginput_container input[type=url],
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
    cursor: not-allowed
}

gform_wrapper .form-3-col .gform_footer {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .gform_wrapper .form-3-col .gform_footer {
        float: left;
        width: 58.3333333333%;
        margin-left: 25%
    }
}

.gform_wrapper .gform_footer {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .gform_wrapper .gform_footer {
        float: left;
        width: 58.3333333333%;
        margin-left: 16.6666666667%
    }
}

.gform_button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.gform_button.active.focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button:active:focus,
.gform_button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.gform_button.focus,
.gform_button:focus,
.gform_button:hover {
    color: #333;
    text-decoration: none
}

.gform_button.active,
.gform_button:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.gform_button.focus,
.gform_button:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.gform_button.active,
.gform_button:active,
.gform_button:hover,
.open>.gform_button.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.gform_button.active.focus,
.gform_button.active:focus,
.gform_button.active:hover,
.gform_button:active.focus,
.gform_button:active:focus,
.gform_button:active:hover,
.open>.gform_button.dropdown-toggle.focus,
.open>.gform_button.dropdown-toggle:focus,
.open>.gform_button.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.gform_button.active,
.gform_button:active,
.open>.gform_button.dropdown-toggle {
    background-image: none
}

.gform_button.disabled.focus,
.gform_button.disabled:focus,
.gform_button.disabled:hover,
.gform_button[disabled].focus,
.gform_button[disabled]:focus,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button.focus,
fieldset[disabled] .gform_button:focus,
fieldset[disabled] .gform_button:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.gform_button .badge {
    color: #337ab7;
    background-color: #fff
}

.gfield_description.validation_message {
    display: none
}

.gform_wrapper li.gfield_error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0
}

.gform_wrapper li.gfield_error h4 {
    margin-top: 0;
    color: inherit
}

.gform_wrapper li.gfield_error .alert-link {
    font-weight: 700
}

.gform_wrapper li.gfield_error>p,
.gform_wrapper li.gfield_error>ul {
    margin-bottom: 0
}

.gform_wrapper li.gfield_error>p+p {
    margin-top: 5px
}

.gform_wrapper li.gfield_error hr {
    border-top-color: #e4b9c0
}

.gform_wrapper li.gfield_error .alert-link {
    color: #843534
}

.gform_wrapper li.gfield_error .gfield_label {
    color: #000
}

@media (min-width: 768px) {
    .gform_wrapper li.gfield_error .gfield_label {
        margin-left: -15px
    }
}

#gforms_confirmation_message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

#gforms_confirmation_message h4 {
    margin-top: 0;
    color: inherit
}

#gforms_confirmation_message .alert-link {
    font-weight: 700
}

#gforms_confirmation_message>p,
#gforms_confirmation_message>ul {
    margin-bottom: 0
}

#gforms_confirmation_message>p+p {
    margin-top: 5px
}

.ginput_complex {
    display: block;
    padding: 0
}

.ginput_complex label {
    font-weight: 400;
}

.ginput_complex .ginput_full {
    width: 100%
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
    float: left;
    width: 50%
}

.ginput_complex .ginput_full input,
.ginput_complex .ginput_full label {
    width: 100% !important
}

.ginput_complex .ginput_left input,
.ginput_complex .ginput_left label,
.ginput_complex .ginput_left select,
.ginput_complex .ginput_left textarea {
    width: 95% !important
}

@media screen and (max-width: 768px) {

    .ginput_complex .ginput_full,
    .ginput_complex .ginput_left,
    .ginput_complex .ginput_right {
        float: none;
        width: 100% !important
    }

    .ginput_complex .ginput_full input,
    .ginput_complex .ginput_full label,
    .ginput_complex .ginput_left input,
    .ginput_complex .ginput_left label,
    .ginput_complex .ginput_right input,
    .ginput_complex .ginput_right label {
        width: 100% !important
    }
}

.gf_clear_complex:after,
.gf_clear_complex:before {
    content: " ";
    display: table
}

.gf_clear_complex:after {
    clear: both
}

.clear-multi {
    display: table
}

.clear-multi:after,
.clear-multi:before {
    content: " ";
    display: table
}

.clear-multi:after {
    clear: both
}

.clear-multi .ginput_container {
    display: table-cell;
    padding-left: 5px
}

.clear-multi .ginput_container input {
    width: 70px
}

.clear-multi .ginput_container select {
    width: 80px
}

.clear-multi .ginput_container label {
    display: none
}

.clear-multi .ginput_container:first-child {
    padding-left: 0
}

.clear-multi .gfield_time_ampm,
.clear-multi .gfield_time_hour,
.clear-multi .gfield_time_minute {
    float: left
}

.clear-multi .gfield_time_hour input {
    display: inline-block
}

.clear-multi .gfield_date_day label,
.clear-multi .gfield_date_month label,
.clear-multi .gfield_date_year label {
    display: block;
    font-weight: 400
}

.gfield_list {
    margin-top: -5px
}

.gfield_list tr .gfield_list_cell {
    padding: 5px 0
}

.gfield_list .gfield_list_icons {
    vertical-align: middle !important;
    width: 60px
}

.gfield_list .gfield_list_icons img {
    float: left
}

.gfield .datepicker {
    display: inline-block !important;
    width: 170px !important
}

.ui-datepicker,
.ui-datepicker-trigger {
    display: none !important
}

.gform_validation_container {
    display: none
}

a.gform_anchor {
    display: none !important
}

div.g-recaptcha {
    width: 100% !important;
    overflow: hidden;

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/*************** Bootstrap Tabs ***********/
.nav-tabs .nav-item { padding-top: 20px; }


/**************************** 2019 ISP Custom **********************************/
/* Bootstrap 4 classes */
.m-0 {margin: 0 !important;}
.m-1 {margin: 0.25rem !important;}
.m-2 {margin: 0.5rem !important;}
.m-3 {margin: 1.0rem !important;}
.m-4 {margin: 1.5rem !important;}
.m-5 {margin: 3.0rem !important;}
.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 0.25rem !important;}
.mt-2 {margin-top: 0.5rem !important;}
.mt-3 {margin-top: 1.0rem !important;}
.mt-4 {margin-top: 1.5rem !important;}
.mt-5 {margin-top: 3.0rem !important;}
.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: 0.25rem !important;}
.mr-2 {margin-right: 0.5rem !important;}
.mr-3 {margin-right: 1.0rem !important}
.mr-4 {margin-right: 1.5rem !important;}
.mr-5 {margin-right: 3.0rem !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 0.25rem !important;}
.mb-2 {margin-bottom: 0.5rem !important;}
.mb-3 {margin-bottom: 1.0rem !important;}
.mb-4 {margin-bottom: 1.5rem !important;}
.mb-5 {margin-bottom: 3.0rem !important;}
.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 0.25rem !important;}
.ml-2 {margin-left: 0.5rem !important;}
.ml-3 {margin-left: 1.0rem !important;}
.ml-4 {margin-left: 1.5rem !important;}
.ml-5 {margin-left: 3.0rem !important;}
.mx-0 {margin-left: 0 !important; margin-right: 0 !important;}
.mx-1 {margin-left: 0.25rem !important; margin-right: 0.25rem !important;}
.mx-2 {margin-left: 0.5rem !important; margin-right: 0.5rem !important;}
.mx-3 {margin-left: 1.0rem !important; margin-right: 1.0rem !important;}
.mx-4 {margin-left: 1.5rem !important; margin-right: 1.5rem !important;}
.mx-5 {margin-left: 3.0rem !important; margin-right: 3.0rem !important;}
.my-0 {margin-top: 0 !important; margin-bottom: 0 !important;}
.my-1 {margin-top: 0.25rem !important; margin-bottom: 0.25rem !important;}
.my-2 {margin-top: 0.5rem !important; margin-bottom: 0.5rem !important;}
.my-3 {margin-top: 1.0rem !important; margin-bottom: 1.0rem !important;}
.my-4 {margin-top: 1.5rem !important; margin-bottom: 1.5rem !important;}
.my-5 {margin-top: 3.0rem !important; margin-bottom: 3.0rem !important;}

.p-0 {padding: 0 !important;}
.p-1 {padding: 0.25rem !important;}
.p-2 {padding: 0.5rem !important;}
.p-3 {padding: 1.0rem !important;}
.p-4 {padding: 1.5rem !important;}
.p-5 {padding: 3.0rem !important;}
.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 0.25rem !important;}
.pt-2 {padding-top: 0.5rem !important;}
.pt-3 {padding-top: 1.0rem !important;}
.pt-4 {padding-top: 1.5rem !important;}
.pt-5 {padding-top: 3.0rem !important;}
.pr-0 {padding-right: 0 !important;}
.pr-1 {padding-right: 0.25rem !important;}
.pr-2 {padding-right: 0.5rem !important;}
.pr-3 {padding-right: 1.0rem !important;}
.pr-4 {padding-right: 1.5rem !important;}
.pr-5 {padding-right: 3.0rem !important;}
.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 0.25rem !important;}
.pb-2 {padding-bottom: 0.5rem !important;}
.pb-3 {padding-bottom: 1.0rem !important;}
.pb-4 {padding-bottom: 1.5rem !important;}
.pb-5 {padding-bottom: 3.0rem !important;}
.pl-0 {padding-left: 0 !important;}
.pl-1 {padding-left: 0.25rem !important;}
.pl-2 {padding-left: 0.5rem !important;}
.pl-3 {padding-left: 1.0rem !important;}
.pl-4 {padding-left: 1.5rem !important;}
.pl-5 {padding-left: 3.0rem !important;}
.px-0 {padding-left: 0 !important; padding-right: 0 !important}
.px-1 {padding-left: 0.25rem !important; padding-right: 0.25rem !important;}
.px-2 {padding-left: 0.5rem !important; padding-right: 0.5rem !important;}
.px-3 {padding-left: 1.0rem !important; padding-right: 1.0rem !important;}
.px-4 {padding-left: 1.5rem !important; padding-right: 1.5rem !important;}
.px-5 {padding-left: 3.0rem !important; padding-right: 3.0rem !important;}
.py-0 {padding-top: 0 !important; padding-bottom: 0 !important;}
.py-1 {padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;}
.py-2 {padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;}
.py-3 {padding-top: 1.0rem !important; padding-bottom: 1.0rem !important;}
.py-4 {padding-top: 1.5rem !important; padding-bottom: 1.5rem !important;}
.py-5 {padding-top: 3.0rem !important; padding-bottom: 3.0rem !important;}

.w-5 { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-30 { width: 30% !important; }
.w-33 { width: 33.3333% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }
.w-100 { width: 100% !important; }

.display-5 { font-size: 3.0em; font-weight: 300; line-height: 1.2; }
.display-6 { font-size: 2.5em; font-weight: 300; line-height: 1.2; }
.display-7 { font-size: 2.0em; font-weight: 300; line-height: 1.2; }
.display-8 { font-size: 1.7em; font-weight: 300; line-height: 1.2; }
.display-9 { font-size: 1.4em; font-weight: 300; line-height: 1.2; }
.display-10 { font-size: 1.2em; font-weight: 300; line-height: 1.2; }
.display-11 { font-size: 1.0em; font-weight: 300; line-height: 1.2; }

.border { border: 1px solid #dee2e6 !important; }
.border-top { border-top: 1px solid #dee2e6 !important;}
.border-right { border-right: 1px solid #dee2e6 !important; }
.border-bottom { border-bottom: 1px solid #dee2e6 !important;}
.border-left { border-left: 1px solid #dee2e6 !important; }
.border-0 { border: 0 !important; }
.border-top-0 { border-top: 0 !important; }
.border-right-0 { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0 { border-left: 0 !important; }
.border-primary { border-color: #007bff !important; }
.border-secondary { border-color: #6c757d !important; }
.border-success { border-color: #28a745 !important; }
.border-info { border-color: #17a2b8 !important; }
.border-warning { border-color: #ffc107 !important; }
.border-danger { border-color: #dc3545 !important; }
.border-light { border-color: #f8f9fa !important; }
.border-dark { border-color: #343a40 !important; }
.border-white { border-color: #fff !important; }
.rounded-sm { border-radius: 0.2rem !important; }
.rounded { border-radius: 0.25rem !important; }
.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }
.rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }
.rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }
.rounded-lg { border-radius: 0.3rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 50rem !important; }
.rounded-0 { border-radius: 0 !important; }

.align-baseline { vertical-align: baseline !important;}
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top { vertical-align: text-top !important; }

.text-justify { text-align: justify !important; }
.text-left { text-align: left !important; }
.text-right {  text-align: right !important; }
.text-center { text-align: center !important; }

.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
/* end - Bootstrap 4 classes */

.text-red { color: red; }
.text-moss { color: #575646; }
.text-a-tag { color: #007EA7; }
.text-footer a { color: #7A90AF; }

.text-xs { font-size: 0.7em }
	
.has-red-color { color: red; }
.has-green-color { color: green; }

.bg-fff { background-color:#fff !important; }
.bg-eee { background-color:#eee !important; }
.bg-ddd { background-color:#ddd !important; }

.quick-link-header {
	font-size:24px;
	background-color: #6b7a64; #7c7b65; /*#8aa063; #62773e;  #94b5d4;*/
	text-align:center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.quick-link {
	font-size: 14px;
	word-break:normal;
	word-wrap:normal;
	text-align:center;
	vertical-align:top;
	background-image: url('/wp-content/themes/isp-theme-two/img/quick-link-bg.png');
	background-position:left top;
	background-repeat:repeat;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

/*---------side nav slider-----------*/
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff;
  overflow: hidden; /* Disable horizontal/vertical scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 7px 0px 7px 25px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #000;
  background-color: #ccc;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav-menu-header {
	margin-top: 20px;
	margin-left: 10px;
	text-height: 24px;
	color: #575646;
}

.sidenav-menu-item {
	color: #000;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.divBox {
	text-align:center;
	height:auto;
	border-radius:5px;
	border-width:thin;
	border-style:groove;
	border-color:#C3C5B0;
	background:#DDDDDD;
	margin:3px;
	padding:15px;
}

.sideBox, .sideBox-wider, .sidebox-100 {
	display:block;
	text-align:center;
	height:auto;
	border-radius:5px;
	border-width:thin;
	border-style:groove;
	border-color:#C3C5B0;
	background:#DDDDDD;
	margin:0px;
	padding:7px;
}
.sideBox {
	max-width:177px;
	margin-bottom:7px;
}
.sideBox-wider {
	max-width:203px;
	margin-bottom:7px;
}
.sideBox-100 {
	margin-bottom:7px;
	width:100%;
}

.people {
	text-align: center;
	width: 147px;
	padding: 7px;
	margin: 0;
}

.goLeft {
	float:left;
	margin-right:12px;
}

.goRight {
	float:right;
	margin-left:12px;
}

.btn-xs { 
	border-radius: 0.2rem; 
	padding: 0.1rem 0.35rem;
	font-size: 0.73rem;
	line-height: 1.5;
}

.center-top {
	vertical-align:top;
	text-align:center;
}

div.missionStatement {
  font-size: .9em;
  font-style: italic;
  margin-bottom:10px;
}

.nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.nav-item {
    padding-top: 3px;
    padding-bottom: 3px;
	background-color:#BBBBBB;
}

.isp-pills>li>a {
	margin-right: 3px;
	margin-bottom: 5px;
    padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
}
.isp-pills>li{
    padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
}
.isp-pills a {
	background-color: #CCCCCC;
}

.isp-pills a:hover {
    background-color: #828487;
}

.directory-view-container {
	/*display:block;
	height:auto;
	border-radius:5px;
	border-width:thin;
	border-style:groove;
	border-color:#C3C5B0;
	background:#EEEEEE;*/
	margin: 3px 0px 17px 0px;
	padding:12px;
}

.wpcf7-not-valid-tip {  /* contact form 7 validation text */
color: red;
font-weight: bold;
}

.forensic-services-table {
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #dadccf !important;
}
.forensic-services-table tr {
	border: 2px solid #dadccf !important;
}
.forensic-services-table tr td {
	border: 2px solid #dadccf !important;
	width: 57px;
}
.bg-table {
	background-color: #dadccf;
}

.recruit-card {
	width: 237px;
	margin-top: 17px;
	box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.75);
	align: center;
}
.recruit-card > figure > figcaption {
	font-size: 0.7em;
}
.recruit-card img {
	width: 237px;
}

.org-chart-card {
	width: 120px;
	margin-top: 3px;
	box-shadow: 2px 2px 17px 3px rgba(0,0,0,0.47);
	-webkit-box-shadow: 2px 2px 17px 3px rgba(0,0,0,0.47);
	-moz-box-shadow: 2px 2px 17px 3px rgba(0,0,0,0.47);
}
.org-chart-card > figure > figcaption {
	font-size: 0.7em;
}
.org-chart-card img {
	width: 120px;
}

.required {
  color:red;
}

.raised-container {
	padding: 5px;
	background-color: #dadccf;
	border-radius:5px;
	-webkit-filter: drop-shadow(0px 0px 2px #333);
	filter: drop-shadow(0px 0px 2px #333);
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.rounded-corners {
	border-radius: 7px;
}

