@import url(https://fonts.googleapis.com/css?family=PT+Sans|Ubuntu:300,400,700);
/* -------------------------- General */
body {
	background: #f8f9fb;
	font: normal 300 1em/1.5em 'Ubuntu', sans-serif;
}

.wrapper-full {
	width: 100%;
	background: #fff;
}

.spacer-medium {
	width: 100%;
	height: 100px;
	display: inline-block;
}

i.fas {
	color: #ed8832 !important;
}

/* -------------------------- Containers */
.subpage-container {
	padding-bottom: 90px;
}

.container.subpage-container {
	background: #fff;
}

/* -------------------------- Nav */

#menu-top-menu li {
	padding-top: 10px;
}

#mainNav {
	padding-top: 25px !important;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
	cursor: pointer;
}

#mainNav .navbar-nav .nav-item .nav-link,
#mainNav .navbar-brand {
	color: #fff;
}

@media (max-width: 992px) {
	#mainNav .navbar-nav .nav-item .nav-link,
	#mainNav .navbar-brand {
		color: #000;
	}
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #f4623a !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #f4623a !important
}

#mainNav.navbar-subpage {
	background: #fff;
}

#mainNav.navbar-subpage .navbar-nav .nav-item .nav-link,
#mainNav.navbar-subpage .navbar-brand{
	color: #000;
}

#mainNav.navbar-subpage .navbar-nav .nav-item .nav-link:hover,
#mainNav.navbar-subpage .navbar-brand:hover,
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-brand:hover {
	color: #f4623a;
}

@media (min-width: 992px) {
	.liner-wrapper {
		max-width: 55% !important;
	}
}

/* -------------------------- Typography */
header p {
	text-shadow: 0px 0px 4px #000;
}

.masthead p {
	font-size: 1.8em !important;
	line-height: 1.5em;
}

.page-section p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
}

/* -------------------------- Header */
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 72px);
	/*background: -webkit-gradient(linear, left top, left bottom, from(rgba(92,77,66,.8)), to(rgba(92,77,66,.8))), url(../img/bg-masthead.jpg);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0, rgba(14, 75, 32, 0.2) 50%), url(../img/bg-masthead-reversed-shadow.png);*/
	background-image: url(img/bg-masthead-reversed-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	/*filter: grayscale(100%);*/
}

.bg-primary {
	background-color: #202d3b !important;
}

/* -------------------------- Contact */
.contact-form input,
.contact-form textarea {
	margin-top: 25px !important;
}

.wpcf7-form > div div:first-of-type div > span > input {
	margin-top: 0 !important;
}


@media (min-width: 768px) {
	.wpcf7-form > div div:nth-of-type(2) div > span > input {
		margin-top: 0 !important;
	}
}


span.wpcf7-not-valid-tip {
	font-size: 0.9em;
}

/* -------------------------- Footer */
footer.footer {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
	border-top: solid 1px #C6C6C6;
}

footer .footnote {
	font-size: 0.8rem;
}

/* -------------------------- Accordions */
.accordions .ui-accordion-content-active p {
	font-size: 1.0rem;
	line-height: 1.6rem;
}

/* -------------------------- Quotes */
blockquote {
  display: block;
  border-width: 0px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 0;
  position: relative;
}

blockquote:before {
  content: '\201C';
  position: absolute;
  top: 25px;
  left: -20px;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}

blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}

.quote-container {
  text-indent: 40px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 2em auto 0;
  padding: 0.5rem 0;
  line-height: 1.8em;
}

/* -------------------------- Portals */
#loginform #wppb-submit {
	font-family: "Merriweather Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: #fff;
	background-color: #f4623a;
	border-color: #f4623a;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border: 1px solid #808080;
	
}

#loginform #wppb-submit:hover {
	color: #fff;
	background-color: #f24516;
	border-color: #ee3e0d;
}

#menu-item-106 .dropdown-menu.show {
	top: 40px;
    left: -320px;
    width: 400px;
    padding: 35px;
	
}

/* -------------------------- Documents and Forms */
.document-column h4 {
	margin-top: 25px;
}

.document-column .file-type {
	font-size: 0.8em;
	color: #7C7C7C;
}

.document-link {
    font-size: 1.5rem;
}

/* -------------------------- Contact Form 7 */
input.form-input-number-scale {
	min-width: 60px !important;
    padding: 5px;
}

form ol {
	padding: 15px !important;
}

form ol li label {
	margin-bottom: 35px !important;
}

#group-543-input {
	display: none !important;
}

/* SC */
form.symptom-checklist ol li label {
	margin-bottom: 0 !important;
}

form.symptom-checklist textarea {
	margin-bottom: 35px;
	max-width: 500px;
}

.diagnosed-with-any-of-the-following .wpcf7-list-item {
	display: block;
}

form.symptom-checklist .dropdown {
	margin-top: 25px;
}

.symptom-checklist .form-details label {
	margin-bottom: 0;
}

.symptom-checklist .form-details input {
	margin-top: 0 !important;
	margin-bottom: 25px;
}
/* -------------------------- Cards */

.card-col {
    margin-left: 0;
    padding-left: 0;
    float: left;
    /* margin-right: -10px;
    padding-right: 50px;*/
}

@media only screen and (min-width: 1200px) {
    .col-card-last {
        margin-left: 0px;
        padding-right: 0;
    }
}

.card1 {
    background: #e9e9e9;
    color: black;
    display: inline-block;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.card2 {
    background: #def2f7;
    color: black;
    display: inline-block;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.card3 {
    background: #FFF0E3;
    color: black;
    display: inline-block;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.card4 {
    background: #fff;
    border: 1px solid #000;
    color: black;
    display: inline-block;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.card1 h5, .card2 h5, .card3 h5, .card4 h5 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

/* --- */

h5 a {
    text-decoration: underline;
}

.doc-descrip {
    font-size: 1rem;
    color: #000;
    margin-left: 5px;
}

/* --- Bootstrap timeline -- */

.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .timeline-date p span {
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
}


.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
    word-break: break-word;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

/* -------- Login Page (boxes) ------ */

.bg-light-primary {
    background-color: #f9fbff!important;
}
.pb-6, .py-6 {
    padding-bottom: 3.75rem!important;
}
.pt-6, .py-6 {
    padding-top: 3.75rem!important;
}
.hover-scale, .hover-scale:hover {
    transition: transform .2s ease-in;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .4rem;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

/* --- Search (sidebar widget) --*/

.search, .search-input {
    display: none !important;
    visibility: hidden;
}

/* Blog */

.post .date {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.post > a {
    font-size: 1.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
}

span.blog-date {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}