/* -- 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 */
.dummy-space {
  display: none;
}
#headerrow-251350 .area-left {
	transition: all ease-in 250ms;
}
.sticky-fixed .floating-nav.floating-nav-sticky.floating-active #headerrow-251350 .area-left {
	width: 150px !important;
}
#dnn_FullScreenPaneA, #dnn_FullScreenPaneB {
	margin-bottom: 0;
}
.dnnLogin {
    margin-top: 180px;
}
.flex-wrap {
	flex-wrap: wrap;
}

/* 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;
}

/* 2) Global Styles ex. global typography, buttons, variables, anchor links, section backgrounds */

*:not(:defined) {
  display: none;
}

body[no-scroll] {
    overflow: hidden;
}

.scroll-to__anchor {
    scroll-margin-top: 150px;
}

a.underlined:any-link {
    text-decoration: underline;
}

.btn-solid, a.btn-solid:any-link {
	display: inline-block;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 14px 28px;
	border: 3px solid #f9ae28;
	background-color: #f9ae28;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	transition: all 300ms;
}
.btn-solid:hover, a.btn-solid:any-link:hover {
	color: #f9ae28 !important;
	background: rgba(249, 144, 40, 0.2);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.btn-solid.btn-blue, a.btn-solid.btn-blue:any-link {
	color: #fff !important;
	border: 4px solid #69a3b9;
	background-color: #69a3b9;
}
.btn-solid.btn-blue:hover, a.btn-solid.btn-blue:any-link:hover {
	color: #69a3b9 !important;
	background: transparent;
}
.wm-plug p {
	margin-bottom: 0;
}
#dng-megamenu365931 .dnngo_slide_menu >li>a >span::after, #dng-megamenu365931 .dnngo_submenu li a > span::after, .mobilemenu-main .gomenu > ul > li > a >span::after {
	background-color: rgba(249, 144, 40, 0.25);
}
#dng-megamenu365931 .dnngo_slide_menu li:hover>a, #dng-megamenu365931 .dnngo_slide_menu li>a:focus, #dng-megamenu365931 .dnngo_slide_menu li.subcurrent>a, #dng-megamenu365931 .dnngo_slide_menu li.menu_hover>a {
	color: #f99028;
}


/* DNN Theme Plugin Variables
    
    --accent-color: #000000;
    --accent-color2: #000000;
    --accent-color3: #000000;
    --accent-color4: #000000; 
    */

/* 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-hero {
	position: relative;
	width: 100%;
	padding: 340px 0 600px;;
	z-index: 1;
}
.home-hero:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 660px;
	background-image: url(/Portals/0/Images/HeroBG.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.home-hero h1 {
	font-size: 80px;
}
.home-line {
	position: relative;
	z-index: 1;
}
.home-line:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -15px;
	width: 100%;
	height: 40px;
	background-image: url(/Portals/0/Images/LineIMG.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.home-line.line2:before {
	bottom: 25px;
}
.highlight-title {
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
}
.img-ds {
	-webkit-filter: drop-shadow( 0px 10px 36px rgba(0, 0, 0, 0.16));
    filter: drop-shadow( 0px 10px 36px rgba(0, 0, 0, 0.16));
}

/* 5) Internal Page Styles */
.int-hero {
	padding: 220px 0 60px;
	border-bottom: 24px solid #f99028;
}
.int-hero.ih-blue {
	border-color: #69a3b9;
}
.int-hero h1 {
	font-size: 5rem;
}
.int-content ul li {
	list-style: disc;
}
.int-content h2 {
	font-size: clamp(2em, 4vw, 2.5em);
	margin: 0.6em 0 0.5em 0;
	line-height: 1.2;
}
.int-content h3 {
	font-size: clamp(1.7em, 3vw, 2em);
	margin: 0.6em 0;
	line-height: 1.2;
}
.int-content p {
	font-size: clamp(0.8em, 1em, 1.2em);
	margin: 1em 0 0.5em;
}
.int-content ul {
	margin: 1em 0 1rem 1rem;
}
.int-content p a:any-link,
.int-content ul li a:any-link {
	position: relative;
	font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    color: #f99028;
	word-break: break-word;
    white-space: nowrap;
}
.int-content p a:any-link:after,
.int-content ul li a:any-link:after {
	content: "";
	pointer-events: none;
	background: rgba(249, 144, 40, 0.25);
	position: absolute;
	left: 12px;
	bottom: -6px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	z-index: 0;
	transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.int-content p a:any-link:hover:after,
.int-content ul li a:any-link:hover:after {
	left: 0;
        bottom: -2px;
        width: 100%;
        height: 100%;
}
.int-content a.btn-solid:any-link {
	margin-top: 1rem;
}

.services-item__container {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-item__container img {
    margin-bottom: 2rem;
}
.about-bio {
	padding: 20px;
	border: 2px solid #EFEFEF;
}
.about-bio p {
	margin-bottom: 0;
}

.faq-expandables__container wm-expandable {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq-expandables__container wm-expandable .title__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.faq-expandables__container wm-expandable .title__container:hover {
    opacity: 0.8;
}

.contact-google-map__container wm-google-map {
    min-height: 40vh;
    width: 100%;
}

.insurance-logos__container {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
    place-items: center;
    gap: 1rem;
}

.community-logos__container {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat( auto-fit, minmax(400px, 1fr) );
    place-items: center;
    gap: 1rem;
}

.depression-test__container {
    height: 1800px;
}

.anxiety-test__container {
    height: 600px;
}

.ptsd-test__container {
    height: 1160px;
}

/* Modal Styles */

.modal-content__container h3 {
    margin: 0;
}

 .wm-modal-close-icon__span {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
}

.appt-form-content__container {
    padding: 1rem;
}

  wm-modal.appt-form__modal {
        --modal-width: 60%;
        --modal-height: fit-content;
      }
      @media only screen and (max-width: 768px) {
        wm-modal.appt-form__modal {
          --modal-width: 100%;
          --modal-height: 100%;
        }
      }

/* 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 */
  .home-hero {
  	padding: 320px 0 470px;
  }
  .home-hero:before {
  	background-size: cover;
	height: 500px;
  }
  /* 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 */
  .btn-solid, a.btn-solid:any-link {
  	margin: 5px;
	font-size: 18px;
  }
  .highlight-title {
  	font-size: 4rem;
  }
  /* 3) 404 Styles */
  /* 4) Home Styles */
  .home-hero {
  	padding: 40px 0 460px;
  }
  .home-hero:before {
  	height: 420px;
  }
  .easy-testimonials03 blockquote {
  	font-size: 2.2rem !important;
  }
  /* 5) Internal Page Styles */
  .int-hero {
  	padding: 40px 0 60px;
  }
  .int-hero h1 {
    font-size: 4rem;
  }
  /* 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 */
  .home-hero {
  	padding: 30px 0 360px;
  }
  .home-hero:before {
  	height: 320px;
  }
  .home-hero h1 {
    font-size: 62px;
  }
  /* 5) Internal Page Styles */
  .int-hero h1 {
    font-size: 3.5rem;
  }
  .depression-test__container {
    height: 2380px;
  }
  .anxiety-test__container {
      height: 837px;
  }
  .ptsd-test__container {
      height: 2194px;
  }
  /* 6) Blog Styles */
}
@media only screen and (max-width: 599px) {
  /* 1) DNN Fixes */
  /* 2) Global Styles */
  /* 3) 404 Styles */
  /* 4) Home Styles */
  .home-hero {
  	padding: 30px 0 300px;
  }
  .home-hero:before {
  	height: 260px;
  }
  .home-hero h1 {
    font-size: 50px;
  }
  .easy-testimonials03 blockquote {
	font-size: 1.8rem !important;
    padding: 16px;
  }
  /* 5) Internal Page Styles */
  .services-grid__container {
    grid-template-columns: 1fr;
}
  /* 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 */
}








































