/* -- CSS Navigation --
	To nagivate this CSS file, simply Search (CTRL + F) 		
		
    Table of Contents:
	1) DNN Fixes
    2) Global Styles
    3) 404 Styles
    4) Home Styles
    5) Internal Page Styles
    6) Blog Styles
    7) Media Queries
    
/* 
/* 1) DNN Fixes */
.align-center {
    align-self: center;
}
.dummy-space {
  display: none;
}

/* fix footer text boxes */
footer.footer .dngTextBox {
    display: block;
}

/* If it's an Obvio site then uncomment these two classes to make the mobile menu full screen */

.mobilemenu-main.active .mobileclose {
  left: 0 !important;
}
.mobilemenu-main .m-menu {
  margin-left: 0 !important;
}

.header-split .menu-logo img {
  max-height: 156px !important;
}

/* 2) Global Styles ex. global typography, buttons, variables, anchor links, section backgrounds */

.footer-logo__container {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    place-items: center;
}

.footer-logo__container img {
    width: 100%;
    height: auto;
}

.form_input input[type=text], input[type=email],  input[type=url], input[type=tel],  input[type=number], input[type=date], select, textarea {
    background-color: white !important;
}

button[type="submit"].btn {
    background-color: var(--accent-color) !important;
  color: var(--accent-color2) !important;
}

/* DNN Theme Plugin Variables
	  
	  --accent-color: #000000;
	  --accent-color2: #000000;
	  --accent-color3: #000000;
	  --accent-color4: #000000; 
	  */

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}



/* .text-on-primary h1,
.text-on-primary h2,
.text-on-primary h3,
.text-on-primary h4,
.text-on-primary p {
  color: #636E56;
} */

.section-secondary {
  background-color: var(--accent-color);
  color: var(--accent-color2);
}

.text-on-secondary h1,
.text-on-secondary h2,
.text-on-secondary h3,
.text-on-secondary h4,
.text-on-secondary p,
.text-on-secondary li,
.text-on-secondary li a:any-link {
  color: var(--accent-color2);
}

/* .text--accent {
  color: var(--accent-color2);
} */

.thin__header {
  font-weight: 400;
}

.btn, a.btn:any-link {
width: fit-content;	
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--accent-color2);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  white-space: nowrap;
}

.btn-secondary, a.btn-secondary:any-link {
	background-color: var(--accent-color2);
	color: var(--accent-color);
}

.btn-white, a.btn-white:any-link {
  background-color: #ffffff;
  color: var(--accent-color);
}

.divider__img {
  margin-bottom: -1px;
}

.wm-google-map--on-dark {
  border: 10px solid #b3b09b;
}

.wm-form--on-light {
  --wm-theme-primary: var(--accent-color2);
  --wm-theme-on-primary: var(--accent-color);
  --wm-form-submit-button-radius: 1.75rem;
  color: black;
}

.wm-form--on-dark {
  --wm-theme-primary: var(--accent-color);
  --wm-theme-on-primary: var(--accent-color2);
  --wm-form-submit-button-radius: 1.75rem;
  /* color: black; */

}

.featured__blockquote {
  border: none;
  margin: 0 auto;
  padding: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}

.footer__ul {
    list-style-type: none;
}

hr {
	border-color: #F5F4EB;
	margin: 2rem 0;
}

/* 3) 404 Styles */
.fourohfour {
  font-size: 10em;
  line-height: 1.2;
}
.error {
  font-size: 5em;
  line-height: 1.2;
}
.not_found {
  font-size: 3em;
  line-height: 1.2;
}
.ty-title {
  font-size: 6em;
  line-height: 1.2;
}
.ty-subtitle {
  font-size: 3em;
  line-height: 1.2;
}

/* 4) Home Styles (some of these might be used elsewhere) */

.home-map__container {
  display: flex;
  min-height: 40vh;
  width: 100%;
  margin: 1rem auto;
}
ul.ls-disc, ul.ls-disc li {
	list-style: disc;
}

.home-map__container wm-google-map {
  width: 100%;
}

.home-hero {
	padding: 30px 0 30px 50px;
}

#home-hero__btn--call {
    display: none;
}

/* 5) Internal Page Styles */

.int-hero-btn__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.about-map__container {
    display: flex;
}

.about-map__container wm-google-map {
    width: 90%;
    min-height: 40vh;
    color: var(--accent-color2);
}

/* .int-hero {
  }
  .int-content {
  }
  .int-content h1 {
  } */

/* 6) Blog Styles */

.blog-content {
  padding: 20px 5px;
}
.blog-content img {
  padding: 20px 0 10px 0;
}
.blog-content em {
  text-align: center;
  margin: auto;
  font-size: 18px;
}
.blog-timeline2-detail .detail-title {
  font-size: 38px !important;
}
.blog-content h2 {
  padding-top: 15px;
  font-size: 34px;
}
.blog-content h3 {
  padding-top: 15px;
  font-size: 30px;
}
.blog-content h4 {
  margin-top: 10px;
  font-size: 28px;
}
.blog-content h5 {
  margin-top: 10px;
  font-size: 24px;
}
.blog-content h6 {
  margin-top: 10px;
  font-size: 22px;
}
.blog-content li {
  font-size: 18px;
}
.blog-content dt {
  padding: 10px 0;
  font-size: 21px;
}
.blog-content dt:before {
  display: inline-block;
  content: "";
  height: 10px;
  margin-right: 10px;
  background-color: #000;
  width: 10px;
}
.blog-content dd {
  margin-left: 40px;
}
.blog-section {
  padding: 0 55px;
}
.blog-content .row .row-content {
  padding: 20px 0;
}
.blog-content .blog-quote {
  background-color: #f6f6f6;
  padding: 40px;
  margin: 40px 0;
}
.header h1 {
  padding: 35px;
  border: 1px solid #212529;
  margin-top: 60px;
}
.constrain {
  width: 100%;
}

/* 7) Media Queries */

@media only screen and (min-width: 1921px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (min-width: 1600px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 1600px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 1366px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 1200px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 992px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  a.btn:any-link {
  	margin: 5px;
  }
  /* 3) 404 Styles */
  /* 4) Home Styles */
  .home-hero {
	padding: 30px 15px;
	}
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 768px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  .ty-title {
    font-size: 4em;
  }
  .ty-subtitle {
    font-size: 2em;
  }
  .fourohfour {
    font-size: 5em;
  }
  .error {
    font-size: 3em;
  }
  .not_found {
    font-size: 2em;
  }
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  .int-hero-btn__container {
    grid-template-columns: 1fr;
}
  /* 6) Blog Styles */
}
@media only screen and (max-width: 599px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  #home-hero__btn--call {
      display: inline-block;
  }
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 479px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
@media only screen and (max-width: 379px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  /* 5) Internal Page Styles */
  /* 6) Blog Styles */
}
















