﻿.QSIFeedbackButton, #QSIFeedbackButton-btn, .mdgov-headerBanner, .QSIWebResponsive, .QSIWebResponsiveShadowBox, .QSIWebResponsive-creative-container-fade, #ZN_3EcgnYw41jv7ozZ, #QSIFeedbackButton-pullup-container {
	display: none;
}
.mdgov-entNav {
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,.75) !IMPORTANT;
}
/* SLIDER CONFIG */
.mdgov-search {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 2px;
    overflow: hidden;
}

.mdgov-search__input {
    width: 100%;
    flex-basis: 100%;
    font-size: 1.2em;
    padding: .75rem 0 .75rem 1rem;
    border: 0;
    background-color: #fff;
    line-height: 1;
    border-radius: 25px;
    outline: 0;
    -webkit-appearance: none;
}

.mdgov-search__button {
    width: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #2d64b1;
    color: #fff;
    border: 0;
    border-radius: 25px;
    -webkit-appearance: none;
    transition: all .5s ease;
}

.mdgov-search__button:focus {
    box-shadow: none;
}

.mdgov-search:hover .mdgov-search__button,.mdgov-search__button:focus {
    width: 100px;
    color: #fff;
    background-color: #234d88;
}

html {
	scroll-behavior: smooth;
}

* {
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "tnum";
}


.slides-container {
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}
.slides-container {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* WebKit */
.slides-container::-webkit-scrollbar { 
    width: 0;
    height: 0;
}
.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3.5rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 200ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: .7;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 2rem 0 0 2rem;
}

#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 0 2rem 2rem 0;
}

.slide {
	width: 100%;
  height: 100%;
  flex: 1 0 100%;
}


/* Only display masthead background images on larger screens. */
@media (max-width: 992px) {
	* {
		
		font-size: .9rem;
	}
	#forms {
		max-width: 99%;
	}
	.dt-column-title, #formReset {
		font-size: .7rem !important;
	}
}

@media (min-width: 992px) {

    /*
        1. Edit the .mdgov-masthead rule's background-image to your own default site-wide image.
        2. Use the .mdgov-fixed .mdgov-mastead rule to override your default if using a combination of fluid and fixed width layouts.
        3. Use masthead modifier classes "--tall, --full. REMOVE or COMMENT any not in use.
    */
	article {
		padding: 20px;
	}
	article, .mdgov-message1 {
		font-size: 1.1em;
	}
	
    /* Default site-wide masthead. */
    .mdgov-masthead {
        /*background-image: url("../img/masthead-bg-fluid-1920x250.jpg");*/
        background-image: url("../img/flag_of_maryland.jpg");
		background-size: 100%;
		background-repeat: repeat-y;
    }

    /* Default site-wide fixed layout masthead. 
    .mdgov-fixed .mdgov-masthead {
        background-image: url("../img/masthead-bg-fixed-1200x250.jpg");
    }*/

    /* Tall fluid-width masthead. 
    .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../img/masthead-bg-tall-fluid-1920x500.jpg"); 
    }*/ 

    /* Tall fixed-width masthead. 
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
        /*background-image: url("../img/masthead-bg-tall-fixed-1200x500.jpg");
				background-image: url('../img/flag_of_maryland1.jpg'); 
		background-size: cover;
    }*/

    /* Full-height, fluid-width masthead. 
    .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../img/masthead-bg-full-fluid-1920x1020.jpg");
        overflow: hidden;
    }*/

   /* 
        Full-height, marketing masthead. Background set to none in order to let
        the background image slideshow define images. If not using slideshow, specify your marketing
        background image here.
    
    .mdgov-masthead.mdgov-masthead--marketing {
		background-image: url('https://registers.maryland.gov/main/egov/css/images/will1.jpg'); 
    }*/

    /* 
        For displaying angled card background effect.
        Note that background color is specified as the primary brand in the core CSS already.
    
    .mdgov-masthead.mdgov-masthead--full:before {
        content: "";
        backface-visibility: hidden;
        transform: skew(0deg,-3deg);
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 0;
        transform-origin: bottom left;
        left: 0;
        bottom: -110px;
    }*/

    /* Full-height, fixed-width masthead. 
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../img/masthead-bg-full-fixed-1200x1020.jpg");
        background-size: auto;
		background-repeat: repeat-x;
    }*/

    .mdgov-masthead--angled {
   	/*	background-image: url('https://governor.maryland.gov/wp-content/uploads/2021/05/gov_headerbackground.jpg'); */
		background-image: url('../img/flag_of_maryland1.jpg'); 
		background-size: cover;
		
	}
	.mdgov-masthead--angled:before {
		/*background: rgba(200, 18, 44, .97); */
		background: rgba(180, 10, 30, .9);
	}
	.mdgov-message1 {
		color: white;
	}
    .mdgov-outerWrap {
        background-color: transparent;
		background-image: url("../img/bg_image.jpg");
		background-position: top center;
		background-repeat: no-repeat;
    }

}
.EIN:hover {
	background-color: #f8f9fa;
	border-radius: 10px;
	display: block;
	box-shadow: 1px 1px 2px;
}

@media print {
	body {
		font-size: 1.2em;
	}
}
main a, .mdgov-banner a, .mdgov-banner-row a {
	font-weight: bold;
}
table {
	font-feature-settings: "tnum";
	border: 1px solid #888;
	box-shadow: 1px 1px 2px;
	margin-bottom: 10px;
}
th,td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.align-right {
	text-align: right;
	padding-right: 1%;
	font-feature-settings: "tnum";
}
address {
	font-feature-settings: "tnum";
}
address b, .phone-row div {
	width: 100%;
	display: block;
	font-size: 1.2em;
}
address a {
	margin-bottom: 15px;
	display: inline-block;
}
.phone-row a {
	margin-bottom: 0;
}
div.phone-row div {
	width: 300px;
}
.mdgov-navBar__nav>ul li>a:hover {
	background-color: white;
	color: black;
	opacity: 1;
	transition: all 0.3s ease-out;
}

#quickLinks {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#quickLinks a {
	display: inline-grid;
	font-weight: bold;
	color: black;
	align-items: center;
	vertical-align: middle;
	height: 120px;
	width: 120px;
	border-radius: 5px;
	padding: 10px;
	font-size: .8em;
}
#formLinks {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#formLinks a {
	display: inline-grid;
	font-weight: bold;
	color: black;
	align-items: center;
	vertical-align: middle;
	height: 100px;
	width: 120px;
	border-radius: 5px;
	padding: 10px;
	font-size: .8em;
}
#formLinks div.wantButton {
	display: inline-block;
	height: 100px;
	width: 120px;
	box-shadow: 2px 2px 5px;
	border-radius: 5px;
	color: black;
	background-color: #FFC838;
	margin: 3px;
}
#formLinks div:hover {
	background-color: #C8122C;
	color: white;
	height: 100px;
	width: 120px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
#formLinks a:hover {
	text-decoration: none;
	font-size: .85em;
	color: white;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
.bottomSpace {
	padding-bottom: 10px;
}
.wantCenter {
	
	width: 120px;
	align-items: center;
	vertical-align: middle;
}
div.wantButton {
	display: inline-block;
	height: 120px;
	width: 120px;
	box-shadow: 2px 2px 5px;
	border-radius: 5px;
	color: black;
	background-color: #FFC838;
	margin: 3px;
}
#quickLinks div:hover {
	background-color: #C8122C;
	color: white;
	height: 120px;
	width: 120px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
#quickLinks a:hover {
	text-decoration: none;
	font-size: .85em;
	color: white;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}

/*
    All styles below support the template demo site only. All styles below are OPTIONAL and may be removed as needed.
*/
/*.mdgov-navBar__search
{
	display: none;
}
*/
/* MAP STYLES */
#map path {
	stroke: #666;
	stroke-width: .3px;
}
.svg-juris a:hover tspan {
	display: none;
}
.svg-juris tspan {
	font-size: 11px;
	font-weight: normal !important;
	font-family: 'Arial';
}
.svg-juris path:hover {
  stroke: #000000 !important;
  stroke-width: 5px;
  stroke-linejoin: miter;
  fill: #ffdfa2 !important;
  pointer-events: all;
  cursor: pointer;
  transition: all .3s ease-out;
}
#map {
background-image: url("../img/rowseal.svg");
background-repeat: no-repeat;
background-position: 18% 40%;
background-size: 25%;
padding: 2%;
}
#info-box-text b {
	font-size: 1.1em;
	width: 100%;
	background-color: #f8f9fa;
	border: 1px dotted #e9ecef;
	display: inline-block;
	color: #000;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}
#info-box {
  display: none;
  position: absolute;
  width: 230px;
  height: 180px;
  text-align: center;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  padding: 10px;
  margin-top: -20px;
  z-index: 50;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
  background-color: white;
  font-size: .8em;
}
#info-box.bigger {
	height: auto;
	width: 400px;
	text-align: left;
	margin-left: 150px;
	margin-top: -230px;
	font-feature-settings: "tnum";
}
.align-right:hover {
	cursor: default;
}
/* MAP STYLES END */
@media (max-width: 992px)
{
	.mdgov-navBar__nav, .mdgov-navBar2__nav
		{
			position: absolute;
			padding-top: 20px !important;
		}
}
#jurisNotice, .mdgov-masthead--angled:before, .mdgov-navBar, header.mdgov-masthead, h4.bg-maryland-primary, blockquote {
	box-shadow: 0px 0px 5px #222;
}
#jurisNotice, header.mdgov-masthead {
	z-index: 1;
}
div.row, div.mainContent, div.leftColumn, div.rightColumn {
	z-index: -1;
}
.mdgov-banner {
	width: 100%;
	/*min-height: 201px;*/
}
.mdgov-banner-row {
	width: 100%;
	color: #ffffff; 
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0;
}
#rowbanner h4, #rowbanner h3, #rowbanner p {
	margin-top: 4px;
	margin-bottom: 4px;
}
#rowbanner h3, #rowbanner h4, .mdgov-agency, .mdgov-navBar__nav, h2.center, h4.bg-maryland-primary {
	
	text-shadow: 1px 1px 1px #666; 
}
h4,h5 {
	margin: 8px;
}
#mdgovMain h4, #mdgovMain h5 {
	margin: 0;
	margin-bottom: 16px;
}
#jurisNotice {
	padding: 5px;
}
#rowbanner p, #jurisNotice p {
	margin: 8px;
}
#rowbanner p {
	margin-left: 0px;
	margin-right: 0px;

}

@media (min-width: 992px) {
	#rowbanner p {
		margin-bottom: 25px;
	}
}
div.mdgov-message1 {
	display: inline-block;
	float: left;
	max-width: 55%;
	position: relative;
	padding: 1%;
	z-index: 2;
}
div.mdgov-message2 {
	display: inline-block;
	float: right;
	max-width: 42%;
	position: relative;
	padding: 1%;
}
.mdgov-social select {
	width: 24ch;
	height: 48px;
	font-weight: bold;
	box-shadow: 1px 1px 2px;
	padding: 5px;
	opacity: .9;
}
.mdgov-social select:focus {
	opacity: 1;
	border: 3px solid white;
}
/* MODAL BIOGRAPHY POPUP */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 250px; /* Location of the box */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}
#modal-bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: .7;
	background-color: black;
}
/* Modal Content */
.modal-content {
  margin: auto;
  display: block;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
  border-radius: 5px;
  padding-bottom: 40px;
  overflow: auto;
}
.modal-content ul {
	list-style-position: outside;
	line-height: 1.15;
}
.modal-content li {
	margin-bottom: 5px;
}
.modal-content h2 {
	padding: 10px;
}
.modal-content blockquote {
	font-style: italic;
	display: flex;
}
/* The Close Button */
.modalClose {
  position: absolute;
  display: block;
  width: 120px;
  text-align: center;
  border-radius: 150px;
  bottom: 0;
  left: 0;
  background-color: white;
  color: black;
  float: left;
  font-size: 20px;
  padding: 10px;
  margin: 10px;
  box-shadow: 1px 1px 2px;
  font-weight: bold;
}

.modal-content img {
	max-width: 25%;
	height: auto;
	float: right;
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	border-radius: 10px;
	box-shadow: 1px 1px 2px;
}

@media (max-width: 992px) {
	.modal {
		padding-top: 120px;
	}
	.modal-content img {
		max-width: 100%;
		width: 100%;
	}
	blockquote {
		margin-bottom: 50px;
	}
}

#modalBtn {
	padding: 10px;
	border: 0px;
	font-weight: bold;
}
#modalBtn:focus, #modalBtn:hover {
	box-shadow: none;
	border: 0px;
	cursor: pointer;
}
.modalClose:hover,
.modalClose:focus {
  color: #C8122C;
  text-decoration: none;
  cursor: pointer;
}
/* MODAL BIOGRAPHY POPUP CODE END */

.phone-row {
	font-weight: bold;
	width: 100%;
	display: block;
}
.phone-row div {
	width: 49%;
	display: inline-block;
}
table.fees, table.other-fees {
	min-width: 100%;
}
.fees {
	text-align: center;
}
.fees td, .other-fees td {
	width: 33.33%
}
.oldFees {
	padding: 2%;
	width: 100%;
}

.search-links {
	width: 100%;
	display: inline;
	float: right;
	text-align: right;
}
@media (max-width:992px) {
	address {
		content: none;
		margin: 0 !important;
	}
	tspan {
		display: none !important;
	}
	#info-box:focus {
		display: none !important;
	}
	div.mdgov-message1 {
		display: block;
		color: #ffffff;
		background-color: #C8122C;
		min-width: 100% !important;
		float: left;
		padding: 1%;
		z-index: 1;
	}
	div.mdgov-message2 {
		display: block;
		min-width: 100% !important;
		float: right;
		padding: 1%;
		z-index: 1;
	}
	.mdgov-sectionNav {
		display: block !important;
	}
}
#mainContent, #rightColumn, #leftColumn {
	width: 100%;
	float: left;
}
@media only screen and (min-width: 992px) {
	.mdgov-main, #mainContent, #leftColumn, #rightColumn {
		position: relative;
	}
	#mainContent, #leftColumn, #rightColumn {
		top: 0;
	}	
	#leftColumn {
		left: -50%;
	}
	#mainContent {
		left: 25%;
	}

	#rightColumn {
		right: 0;
	}
}
.county-seal {
	text-align: center;
}
.county-seal img {
	max-width: 75%;
	width: auto;
	max-height: 250px;
}

.register-bio {
	width: 100%;
	text-align: center;
}
.register-bio img {
	max-width: 75%;
	width: auto;
	max-height: 250px;
	margin-left: -10px !Important;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px;
}
.input-validation-error {
    border-color: #ff0000 !important;
}

input[type="color"] {
    width: 100%;
    max-width: 400px;
}

/* MVC Form Validation */
.field-validation-error {
    position: relative;
    left: 0;
    top: 0.5rem;
    background-color: #ff0024;
    color: #ffffff;
    padding: 0.5rem;
    display: inline-block;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.field-validation-error:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
    left: 2rem;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 0, 0);
    border-bottom-color: #ff0024;
    border-width: 0.5rem;
    margin-left: -0.5rem;
}

.validation-summary-errors ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}

/* Online Services Widget Container */
.svc_filterForm {
    background-color: #e9ecef;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    .field-validation-error {
        width: auto;
    }

}

/* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
.mdgov-divider--diag {
	height:4vw;	
}


/* To remove the bottom line from Left Nav */
.nav-link {
 border-bottom: 0 !important;
}

/* To remove the numbers being displayed below the Montage Carousel */
.carousel-indicators li {
	text-indent: -4000px;
}
.wpcf7-form-control wpcf7-text, 
.wpcf7-form-control wpcf7-email, 
.wpcf7-form-control wpcf7-validates-as-required, 
.wpcf7-form-control wpcf7-validates-as-email, 
.wpcf7-form-control wpcf7-select, 
.wpcf7-form-control wpcf7-textarea 
{width:100% !important;}

.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0;
}


/* This is the zipcode formatting */

.fancy-form input {
  transition: all 0.3s ease-out;
  
  border-radius: 5px;
}
.fancy-form p {
	font-size: .9em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 5px;
}
.fancy-form input[type="text"] {
  outline: none;
  border: 1px solid #cccccc;
  padding: 7px 10px;
  margin-bottom: 4px;
}

.fancy-form fieldset {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.fancy-form label {
  display: inline;
  font-size: .8em;
  letter-spacing: 1px;
  padding-left: 10px;
}
.fancy-form input:focus + label {
  opacity: 1.0;
}

.fancy-form input:not([type=submit]) {
  display: block;
}

.submit-wrap {
  display: none;
}

.fancy-form div {
  margin: 0 0 6px 0;
}

.fancy-form div > div {
  padding: 4px;
}

.fancy-form .juris-wrap {
  margin-right: 1%;
  display: inline;
  float: left;
}
.fancy-form #juris {
	pointer-events: none;
	font-weight: bold;
}
.fancy-form .state-wrap {
  display: inline;
  margin-right: 1%;
  float: right;
}

.fancy-form .zip-wrap {
  display: block !important;
}

.zip-error {
  color: #880000;
  text-align: left;
  padding: 5px 10px;
  margin-top: 10px;
  display: none;
}
/* -- THIS IS FOR THE WEBMANAGER EMAIL CLICKS -- */
/* Modal overlay */
    #disclaimerModal {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    /* Modal box */
    #disclaimerBox {
      background: #fff;
      padding: 20px;
      border-radius: 5px;
      max-width: 400px;
      text-align: center;
    }
    #disclaimerBox button {
      margin: 10px;
      padding: 6px 12px;
      cursor: pointer;
    }
	
.ewf-footer {
	margin-top: 0px !important;
}