/*
	Theme Name: State of Idaho Theme - Idaho State Police
	Theme URL: https://isp.idaho.gov
	Description: Customized theme for ISP.
	Author: Access Idaho
	Author URI: https://accessidaho.org
	Version: 3.0.0a
	Text Domain: idaho-v3-alt
	Template: Webmaster-Alternate
*/


.sr-only {color: blue;}
.pagination .page-link,
a:hover,
.link,
a, .elementor a, .btn-link {
    color: #0058B3;
}
a:hover, .elementor a:hover {
    color: #023164 !important;
    transition: .5s ease;
    text-decoration: underline !important;
}
.btn-primary {
	border: 0px;
	background-color: #0058B3;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 1.5rem;
}

h3,
.h3 {
	font-size: 1.25rem;
}

h4,
.h4 {
	font-size: 1.15rem;
}

h5,
.h5 {
	font-size: 1.05rem;
}

h6,
.h6 {
	font-size: 1rem;
}
.skip-link {
	color:blue;
}
#main {
	padding-top: 0px;
	padding-bottom: 200px;
}

/* ================ Flex styles ================ */
.d-flex {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
}

.row {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
}
.elementor-widget-text-editor {
  color: #212529 !important;
}


/*---- Home page styles ----*/
div.carousel-caption.d-block:hover > div.animated.fadeInDown:hover > h2.h4-responsive > a:hover {
	color: #256bb7 !important;
}
.howdoi {
	background: #E3E3E3;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.howdoi-text {
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
}
.menu-home-how-do-i-container {
	display: inline-block;
}
.how-drop {
	width: auto;
	display: inline-block;
	margin-left: 10px;
    margin-top: -5px;
    position: relative;
    font-style: italic;
    font-size: 18px;
}
.home-news {
	color: #939599;
}
.home-btn.elementor-widget-button .elementor-button {
	display: block;
	background-color: #084C61 !important;
	padding: 30px;
	font-size: 20px;
	font-family: "Lato";
	min-height: 100px;
}
.home-btn.elementor-widget-button .elementor-button::before {
	border: 2px solid #fff;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}
.home-btn.elementor-widget-button .elementor-button:hover {
	color: #fff !important;
	background-color: #007DA3 !important;
	transition: .5s ease;
	text-decoration: none !important;
}
.home-btn.elementor-widget-button .elementor-button:hover::before {
	border: 6px solid #fff;
	transition: .5s ease;
}
.elementor-button-content-wrapper {
	display: inline;
	vertical-align: middle;
}
.front-icon > div > img {
	height: 75px;
	max-width: auto;
}
.news {
	padding: 25px 0px;
	background-color: #B5B5B5;
	background-image: url('siteassets/chev.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 10px solid #B5B5B5;
}
.pressrelease-card .pr-title {
    color: #095DB5;
    font-weight: 600;
	font-size: 1.5rem;
}
.pressrelease-card .pr-date {
    font-style: italic;
	padding-bottom: 0px;
}
.pressrelease-card .pr-content {
    font-weight: 400;
}
.pressrelease-card {
    background: #fff;
	border-left:5px solid #fcd218;
	padding:1em;
	height: 100%;
}
h2.press {
	font-size: 150%;
}
h3.press {
	font-weight: normal;
	color: gray;
	font-size: 110%;
}
.home-motto {
	background-image: url('siteassets/police.jpg');
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
h4.motto {
	color: #fff;
	font-style: italic;
	padding-right: 30px;
	padding-top: 5%;
  	font-size: 33px;
	font-weight: bold;
	line-height: 1.5;
}
.seal {
	background-image: url('siteassets/seal.png');
	float: left;
	display: block;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	height: 390px;
  	margin-left: 30px;
}
.hero-block-list ul li:after{
	content: '\f054';
}

.hero-block-list ul li:hover:after {
	color:#fff
}
.bg-overlay{
  width: 100%;
  position: relative;
  z-index: 999;
  height: 20vh;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.bg-overlay .fp-heading{
  position:relative;
  z-index:9999;
  border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.bg-royal{
  background: rgb(5,48,88);
  background: linear-gradient(0deg, rgba(5,48,88,1) 0%, rgba(5,48,88,0) 100%);
}
.bg-gold{
  background: rgb(232,161,7);
  background: linear-gradient(0deg, rgba(232,161,7,1) 0%, rgba(232,161,7,0) 100%);
}
.bg-blue{
  background: rgb(7,140,232);
  background: linear-gradient(0deg, rgba(7,140,232,1) 0%, rgba(7,140,232,0) 100%);
}
.bg-gray{
  background: rgb(62,62,62);
  background: linear-gradient(0deg, rgba(62,62,62,1) 0%, rgba(62,62,62,0) 100%);
}
.img-container.hero-img {
  display: flex;
  align-items: self-end;
  overflow: hidden;
  justify-content: center;
  min-height: 20vh!important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hero-block-list ul 
{
  list-style:none;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
h3.fp-heading.ml-3.mt-2 {
  position: relative;
  z-index: 9999;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
}
.fp-card{
  border-radius: 8px;
}
.fp-heading {
  position:absolute;
  z-index:9999;
  color:#fff;
  font-weight:600;
  text-shadow:1px 1px 6px rgba(0,0,0,0.5);  
}
.hero-block-list.block-1 ul li:hover {
    padding-left: 1em;
    transition: 0.18s all ease-in;
    background-color: #02377c;
    color: #fff;
}
.hero-block-list.block-2 ul li:hover {
    padding-left: 1em;
    transition: 0.18s all ease-in;
    background-color: #dd9933;
    color: #fff;
}
.hero-block-list.block-3 ul li:hover {
    padding-left: 1em;
    transition: 0.18s all ease-in;
    background-color: #1e73be;
    color: #fff;
}
.hero-block-list.block-4 ul li:hover {
    padding-left: 1em;
    transition: 0.18s all ease-in;
    background-color: #595959;
    color: #fff;
}
.hero-block-list.block-1 ul li:hover a,
.hero-block-list.block-2 ul li:hover a,
.hero-block-list.block-3 ul li:hover a,
.hero-block-list.block-4 ul li:hover a {
    color: #fff !important;
}
.hero-block-list.block-1 ul li a,
.hero-block-list.block-2 ul li a,
.hero-block-list.block-3 ul li a,
.hero-block-list.block-4 ul li a {
	width: 100%;
	height: 100%;
}
/*---- End of home page styles ----*/

/*---- Header styles -----*/
.site-header {
	background: rgba(44,44,44,0.8);
	z-index: 1;
	position: relative;
}
.agency-name {
	color: white;
}
.site-alert {
  background-color: #fcd218;
  min-height: 30px;
  text-align: center;
  padding: 5px;
  font-weight: normal;
}
.site-alert a {
	color: #0058B3 !important;
	font-weight: bold;
	text-decoration: underline;
}
.site-alert a:hover {
	color: #fff !important;
}
.gt_switcher {
	float: right;
	margin-top: 3px;
	position: relative;
	z-index: 2;
}
.top-navigation {
	background: #2D2D2D;
	color: #fff;
	z-index: 2;
	position: inherit;
}
.top-menu > li > a {
	color: #fff;
}
.top-menu > li > a:hover {
	background-color: #ddd;
	padding: .35rem .65rem !important;
}
.carousel {
	margin-top: -150px;
  	z-index: 0;
	max-height: 100%;
}
.carousel-item {
	height: 750px;
	background-position: center;
}
.carousel-caption {
	background: rgba(44,44,44,0.8);
	right: 0%;
	bottom: 0px;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 40px;
	filter: none;
	-webkit-filter: none;
	text-shadow: none;
}
div#idahoSlider.carousel.slide > div.carousel-inner > div.carousel-item.active > div.carousel-caption.d-block > div.animated.fadeInDown > p,
div#idahoSlider.carousel.slide > div.carousel-inner > div.carousel-item.active > div.carousel-caption.d-block > div.animated.fadeInDown > p {
	padding-left: 10%;
	padding-right: 10%;
}
.nav-link {
	color: #fff;
}
i.fas.fa-search.fa-2x:hover {
    cursor: pointer;
}
#search-collapse {
    right: 70px;
}
.bcrumbs {
	background: #2D2D2D;
}
ol.breadcrumb {
	margin-bottom: 0;
}
li.breadcrumb-item > a {
	color: #ccc !important;
}
li.breadcrumb-item > a:hover {
	color: #88b8fc !important;
}
.breadcrumb-item.active {
	color: #fff;
	font-style: bold;
}
.gsc-results-wrapper-overlay {
	top: 10% !important;
}
/*---- end of header styles ----*/


/*------- side menu styles ------*/
.sidemenu {
	min-height: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.sidemenu > div > ul {
	background: #656565;
	padding-bottom: 10px;
}
.sidemenu ul {
    list-style: none;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.sidemenu ul li {
	list-style: none;
	margin: 0px;
	width: 100%;
	height: auto;
	padding: 3px 0;
	border: none;
	transition: all 0.3s ease;
}
.sidemenu ul li a {
   	font-weight: normal;
	width: 100%;
	/* height: 100%; */
	display: block;
	padding: 6px 15px;
	position: relative;
	color: white;
}
.sidemenu ul li a:hover {
	text-decoration: none;
	color: #fcd218 !important;
}
.sidemenu ul li:hover {
	box-shadow: inset 8px 0px 0px 0px #fcd218;
}
.sidemenu ul li.current_page_item {
	background: #707070;
	border-left: solid 8px #0058B3;
}
.sidemenu ul li.current_page_item > a {
    color: #fff !important;
}
/*
.sidemenu-bottom {
	top: 0px;
    position: relative;
	background-image: url('siteassets/menu-chev.svg');
	background-size: contain;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	height: auto;
}*/
.sidemenu::after {
	content: "";
  	display: block;
    background-image: url(siteassets/menu-chev.svg);
    width: 100%;
    background-repeat: no-repeat;
    height: 300px;	
	background-position: top center;
    background-size: auto;
}
ul#menu-forensics::before {
	content: "";
  	display: block;
    background-image: url(siteassets/ISPF-logo.png);
	width: 100%;
	height: 100%;
	min-width: 150px;
	min-height: 150px;
    background-repeat: no-repeat;
	margin-left: 10px;
}
ul#menu-brands::before {
	content: "";
  	display: block;
    background-image: url(siteassets/brand-logo.png);
	width: 100%;
	height: 100%;
	min-width: 235px;
	min-height: 146px;
    background-repeat: no-repeat;
	margin-left: 10px;
	background-size: contain;
}
ul#menu-bci::before {
	content: "";
  	display: block;
    background-image: url(siteassets/bci-logo.png);
	width: 100%;
	height: 100%;
	min-width: 250px;
	min-height: 231px;
    background-repeat: no-repeat;
	margin-left: 10px;
	background-size: contain;
}
ul#menu-racing::before {
	content: "";
  	display: block;
    background-image: url(siteassets/race-logo.png);
	width: 100%;
	height: 100%;
	min-width: 119px;
	min-height: 121px;
    background-repeat: no-repeat;
	margin-left: 10px;
	background-size: contain;
}
/*------- end of side menu styles ------*/


/*---------- Calendar Styles -------------*/
.mec-event-grid-minimal .mec-event-article {
	background: #f8f9fa;
	display: block;
	padding: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius: 8px;
}
.mec-time-details {
	color: #000 !important;
}
h4.mec-event-title {
	font-weight: bold !important;
}
article > div.mec-event-date.mec-bg-color-hover.mec-border-color-hover.mec-color {
	background-color: #fcd218 !important;
	color: #000;
}
a.mec-events-gcal.mec-events-button.mec-color.mec-bg-color-hover.mec-border-color {
	background-color: #fcd218 !important;
	color: #000;
}
.mec-wrap :not(.elementor-widget-container)>p {
    color: #000;
}
div.mec-wrap.colorskin-custom.clearfix {
	margin-top: 25px;
	margin-bottom: 120px;
}

/*---- footer styles ----*/
.versioning {
	background: #000;
}
.site-footer {
	background:#404040;	
}
.footertopper {
	width: 100%;
	margin-top: -250px;
	position: relative;
}
ul#menu-footer-enforcement
,ul#menu-footer-departments
,ul#menu-footer-divisions
,ul#menu-footer-for-citizens
,ul#menu-footer-command
,ul#menu-footer-serve {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding-bottom: 30px;
}
ul#menu-footer-enforcement li
,ul#menu-footer-departments li
,ul#menu-footer-divisions li
,ul#menu-footer-for-citizens li
,ul#menu-footer-command li
,ul#menu-footer-serve li
{
    color: white;
    text-align: left;
    vertical-align: top;
    list-style: none;
    align-self: start;
    width: 99%;
    padding: 3px 0;
}
ul#menu-footer-enforcement li a
,ul#menu-footer-departments li a
,ul#menu-footer-divisions li a
,ul#menu-footer-for-citizens li a
,ul#menu-footer-command li a
,ul#menu-footer-serve li a
{
    color: white !important;
}
#colophon {
	background-image: url('siteassets/trees.svg');
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}
/*---- end of footer styles ----*/

.e-con {
	--container-max-width: 100%;
}
.btn-ghost, .btn-outline-info, a.elementor-button-link.elementor-button {
	position: relative;
	padding: 7px 18px;
	font-size: 16px;
	border: 2px 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;
	color: #0058B3;
}
a.btn-ghost:hover {
	background-color:#023164 !important;
	color: white !important;
	border-color:#023164;
}
.btn-ghost-white {
	position: relative;
	padding: 7px 18px;
	font-size: 16px;
	color: #fff;
	border: 2px 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;
}
a.btn-ghost-white:hover {
	background-color:#023164 !important;
	color: white !important;
}
a.elementor-button-link.elementor-button:hover {
	color:white!important;
	background-color: #023164;
}
a.btn-ghost:hover, a.elementor-button-link.elementor-button:hover {
	background-color:#023164 !important;
	color: white !important;
}
a.elementor-button-link.elementor-button {
  padding: 13px 18px;
}
a.elementor-button-link.elementor-button:hover {
	background-color:#023164 !important;
	color: white !important;
  text-decoration: none !important;
}
sub, sup {
	font-size: 60%;
}
.versioning {
	font-size: small;
	text-align: right;
	padding-right: 5px;
	color: #ddd;
}
.switcher {
	float: right;
	border: 0px;
}
label {
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
}
.wpcf7-response-output {
	padding: 0;
	border: 0;
}
.press {
	font-size: 20px;
	margin-bottom: 5px;
}
p.nocomments, .comment-respond {
	display: none;
}
.mec-wrap p {
	font-size: 16px;
	color: #000;
	font-family: "Lato";
}
.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
  font-size: 2.5rem;
}
.mec-single-event .mec-event-content {
  padding: 10px 0 30px;
}
.mec-event-list-minimal .mec-event-article {
	padding: 10px 0 5px;
}
.mec-wrap .col-md-9 {
    width: 100%;
    max-width: 100%;
}
.col-md-3.col-sm-3.btn-wrapper {
	display: none;
}
.mec-event-list-minimal .mec-event-date {
	width: 92px;
	margin-bottom: 10px;
}
.mec-wrap p {
	font-size: 16px !important;
	font-weight: 400 !important;
}
.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
  font-size: 16px !important;
  color: #666 !important;
	font-weight: 400 !important;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
    color: #fff!important;
}


/* mega menu styles */
#mega-menu-wrap-primary #mega-menu-primary {
	margin-left: -15px;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
  background: transparent;
  color: #fff;
  font-size: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  color: white;
  font-weight: bold !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: #666;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  padding: 8px;
  background: #666;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: transparent;
	border-bottom: solid 2px #fcd218;
	font-weight: bold;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #666;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link  {
	color: #fff;	
	border-bottom: 2px solid #fcd218;
	margin-left: 10px;
	margin-right: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: 300;
    text-align: left;
    margin: 0px 20px 0px 10px;
    padding: 5px;
    display: block;
    border-bottom: 1px solid rgba(230, 226, 226, 0.1);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {	
	background: #ddd;
    font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	background: #ddd;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a {
	padding: 10px 5px 4px 0px;
	text-transform: capitalize;
	font-size: 18px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	padding: 5px 10px;
}
.mega-animating {
	font-weight: bold;
}
.nav > .active > a.nav-link {
	color: #fcd218;
}

/* Alerts */



/* News Releases Posts styles */
h2.elementor-post__title {
    font-size: 2rem !important;
}
.elementor-posts .elementor-post__meta-data {
    line-height: 1.3em;
    font-size: 14px !important;
    margin-bottom: 13px;
    color: #666 !important;
}
.elementor-posts .elementor-post__excerpt p {
    margin: 0;
    line-height: 1.5em;
    font-size: 16px !important;
    color: #000 !important;
}
.bg-news {
	background: #656565;
}
a.news-link {
	color: #fff !important;
}
a.news-link:hover {
	text-decoration: underline !important;
	color: lightblue !important;
}
.elementor-post-avatar {display: none;}

@media only screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
      background-color: #dcdcdc;
      background: #dcdcdc;
      color: #0058B3;
      font-weight: bold;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}	
}
/* end mega menu styles */


@media (max-width: 3440px) {
	.footertopper {
		margin-top: -1500px;
	}
	#colophon {
		padding-top: 600px;
	}
	h4.motto {
		padding-top: 1%;
	}
	.sidemenu::after {
		height: 400px
	}
	#main {
        padding-bottom: 400px;
    }
}

@media (max-width: 2500px) {
	.footertopper {
		margin-top: -850px;
	}
	#colophon {
		padding-top: 300px;
	}
	h4.motto {
		padding-top: 1%;
	}
	.sidemenu::after {
		height: 400px
	}
	#main {
        padding-bottom: 300px;
    }
}

@media (min-width: 2830px) {
	.sidemenu::after {
		background-size: cover;
	}
}

@media (max-width: 2000px) {
	.footertopper {
		margin-top: -600px;
	}
	#colophon {
		padding-top: 200px;
	}
	h4.motto {
		padding-top: 1%;
	}
	#main {
        padding-bottom: 275px;
    }
}

@media (max-width: 1770px) {
	.footertopper {
		margin-top: -550px;
	}
	h4.motto {
		padding-top: 1%;
	}
}



@media (max-width: 1100px) {
	h4.motto {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.carousel {
		margin-top: 0;
	}
	.carousel-item {
		height: 550px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: black;
	}
	.footertopper {
		display: none;
		margin-top:0;
	}
	.mega-menu-wrap {
		margin-left: 0px !important;
	}
	#colophon {
		padding-top: 50px;
	}
	.sidemenu ul li {
		background: #656565;
	}
	.sidemenu::after {
		display: none;
	}
	#main {
        padding-bottom: 100px;
    }
	.mega-sub-menu {
		padding: 0px;
	}
}

@media (max-width: 767px) {
	.mobile-menu {
		right: 30px;
		position: absolute;
	}
	.pressrelease-card {
		margin-top:20px;
	}
	.agency-name {
		font-size: 1.2em;
		margin-top: 0px;
	}
	.navbar-search {
		margin-top:-20px;
	}
	.carousel-item {
		height: 400px;
	}
	h2.h4-responsive {
		font-size: 22px;
	}
	h4.motto {
		font-size: 23px;
	}
	.carousel-caption.d-block {
		background: rgba(44,44,44,0.8);
	}
	#main {
        padding-bottom: 50px;
    }
	.footer-navigation, .social-area {
		text-align: center;
	}
}


@media print {
	.elementor-accordion .elementor-tab-content {
	    display: block !important;
	}
	#subNav, .breadcrumb {
		display: none;
	}
	.footertopper, .footer-links {
		display: none;
	}
	#mega-menu-primary, .navbar {
		display: none;
	}
}