/*
Theme Name: Behavioral Health

Author: KP Studio - Jonathan Phan
Author URI: http://
Version: 1.0.1
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.2
*/



@font-face {
	font-family: 'Gotham Medium' ;
  src: url('fonts/Gotham-Medium.eot');
  src: url('fonts/Gotham-Medium.otf') format("opentype"),
       url('fonts/Gotham-Medium.eot?#iefix') format("embedded-opentype"), 
       url('fonts/Gotham-Medium.woff') format("woff"),
       url('fonts/Gotham-Medium.ttf') format("truetype");
     
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
	font-family: 'Gotham Book' ;
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.otf') format("opentype"),
       url('fonts/Gotham-Book.eot') format("embedded-opentype"), 
       url('fonts/Gotham-Book.woff') format("woff"),
       url('fonts/Gotham-Book.ttf') format("truetype");
     
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
	font-family: 'Gotham Bold' ;
  src: url('fonts/Gotham-Bold.eot');
  src: url('fonts/Gotham-Bold.otf') format("opentype"),
       url('fonts/Gotham-Bold.eot') format("embedded-opentype"), 
       url('fonts/Gotham-Bold.woff') format("woff"),
       url('fonts/Gotham-Bold.ttf') format("truetype");
     
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: 'Gotham Book' ;
	font-size: 1.3rem;
	font-weight: 400;
}

h1, h2, h3, h4, h5 {
	font-family: 'Gotham Medium' ;
	font-weight: 500;
}

a {
	color: #0078b3;
	font-size: 1rem;
	text-decoration: underline;
}
a:hover {
	color: #0078b3;
	text-decoration: none;
}

.h1, h1 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.h2, h2 {
	font-size: 2rem;
}
#wrapper-navbar {
	padding: 0 30px;
}
#primary {
	margin: 0 auto;
}
.home .entry-content > hr {
	/*margin-top: 100px;
	border: none; */
	max-width: 75%;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
}


.navbar {
	padding: 0px;
}
.top-menu {
	list-style-type: none;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #fff;
	border-top: 1px solid #d3d6dc;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	max-width: 1400px;
}
.top-menu a {
	color: #494949;
	text-decoration: none;
}
.top-menu a:hover {
	color: #0078b3;
	text-decoration: underline;
}
.top-menu li {
	display: inline;
	
	
}
button, .wpcf7-form-control[type="submit"] {
	font-weight: 300 !important;
	font-style: normal;
	text-transform: uppercase;
	background-color: #3c3c3c !important;
	padding: 14px 20px !important;
	text-align: center !important;
	color: #fff !important;
	border-radius: 4px !important;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-width: 0px;
	border-right-style: solid;
	display: block;
	background-color: #dc2329 !important;
	font-size: .8rem;
	letter-spacing: 1px;
}
/*
button:hover {
	background-color: #dc2329 !important;
	  background-position: left bottom;
	  color: #fff;
}*/



.this-button,
.wpforms-form input[type=submit],
.wpforms-form button[type=submit]  {
	font-family: 'Gotham Book';
	background: #ecf7fd !important;
	opacity: 1;
	margin: 10px 0 10px 0;
	padding: 8px 20px 8px 20px !important;
	box-shadow: none;
	border: 1px solid RGBA(0,120,179,1) !important;
	border-radius: 20px !important;
	text-decoration: none;
	color: #0078b3 !important;
	margin: 5px 0 5px 0;
	display: inline-block;
	font-size: 14px;
}
.this-button:hover,
.wpforms-form input[type=submit]:hover,
.wpforms-form button[type=submit]:hover,
.wpforms-form input[type=submit]:focus,
.wpforms-form button[type=submit]:focus {
	background: #0078b3 !important;
	border: 0 !important;
	color: #f0f7fa !important;
}
div.wpforms-container-full input[type="submit"]:focus::after, div.wpforms-container-full button[type="submit"]:focus::after, div.wpforms-container-full .wpforms-page-button:focus::after, .wp-core-ui div.wpforms-container-full input[type="submit"]:focus::after, .wp-core-ui div.wpforms-container-full button[type="submit"]:focus::after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus::after {
	border: 0 !important;
}
.container {
	max-width: 100% !important;
}
.content-fixed-width {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.full-fixed-width {
	width: 100%;
}

.logo-div,
.navbar-div {
	display: block;
	margin: 30px 0;
}
.logo-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.custom-logo-link {
	/* padding: 20px 0; */
	max-width: 250px;
}
.custom-logo-link img {
	padding-bottom: 2.5px;
}
.kp-site-title {
	display: inline;
	color: #0078b3;
	vertical-align: bottom;
	position: relative;
	padding: 10px 0;
	text-transform: uppercase;
}

.content-full-width {
	/*display: flex;*/
	width: 100%;
	background-color: #fff;
}

.kp-external-link-icon {
	margin-bottom: 4px;
	margin-left: 2px;
	max-width: 18px;
}

.header-home {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.header-home .header-container {
	justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: row;
}
.header-standard .header-container {
	background-size: cover;
	/* max-width: 1140px; */
	min-height: 50px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.hm-welcome-text {
	text-align: center;
	padding: 30px 10px;
	max-width: 750px;
	margin: 0 auto;
}
.hm-welcome-text h4 {
	font-family: "Gotham Book";
	line-height: 1.5;
}

	
.cont-ed-graphic {
	max-width: 100%;
}

.stand30 {
	padding: 30px;
}
.stand-r30 {
	padding-right: 30px;
}

.stand-tb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.stand-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.stand-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.hr-line {
	background-color: #91928d;
}

.seminar-library h2 {
	font-family: "Gotham Book";
	color: #003b71;
}
.seminar-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.all-seminars-lnk {
	padding: 10px 0;
}
	
.seminar-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 20px 0 40px;
}


.seminar {
	width: 25%;
	padding: 5px;
}
.seminar-img {
	max-width: 100%;
	margin-bottom: 10px;
}
.seminar-title h4 {
	font-size: 14px;
}
.seminar-body {
	font-size: 12px;
}


.about-us-tmplt .content-fixed-width h2 {
	/*text-align: center;*/
}
.about-us-tmplt .about-info h2 {
	text-align: left;
}

.about-us-tmplt .about-info img.alignleft {
	padding: 20px 20px 20px 0;
}
.about-us-tmplt .about-info img.alignright {
	padding: 20px 0 20px 20px;
}
.accord-icon {
	padding-right: 20px;
}
.accord-title-1 > img {
	/*width: 140px;
	margin-left: -7px;
	margin-right: -7px;*/
}


.external-provider-tmplt .about-info img.alignleft {
	padding: 0 30px 30px 0;
}


 
.about-us-tmplt .value-info {
	
}
.about-us-tmplt .value-info h2 {
	text-align: left;
}
.value-box {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 20px 0;
	position: relative;
}
.rev-column {
	flex-direction: row-reverse !important;
}
.rev-margin {
	margin-left: 20px !important;
	margin-right: 0 !important;
}
.value-box div:first-child {
	flex: 0 0 33.333333%;
}
.value-box .value-icon {
	max-width: 200px;
	margin-right: 30px;
}

.value-box h3 {
	display: inline;
	text-transform: uppercase;
}
.value-box div:nth-child(2) {
	/* padding-top: 40px; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: 240px;
}
.value-box.rev-column div:nth-child(2) {
	margin-right: 240px;
	margin-left: 0;
}

.programs_list {
	display: flex;
	margin: 20px 0;
	flex-direction: column;
}

.program-box {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 20px 0;
}
.program-box div:first-child {
	flex: 0 0 33.333333%;
}
.program-box .program-icon {
	max-width: 100px;
	margin-right: 30px;
}
.program-box .program-icon img {
	max-width: 100%;
}





.nav-contact-container {
	display: flex;
	flex-direction: row;
}


.navbar-container {
	position: relative;
   top: 35px;
   left: 0;
   right: 0;
}

.header-container .navbar {
	color: #000 !important;
}
.navbar-nav {
}
.navbar-nav .active .nav-link, .navbar-nav .nav-link:hover {
	color: #dc2329 !important;
}
.navbar-nav .nav-link {
	color: #818285 !important;
}
	
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}	

.wrapper {
	padding: 0;
} 

.entry-content { 
	margin-left: -15px;
	margin-right: -15px;
}






/*bof NEW */

.hero-overlay-txt-container {
	width: 1200px !important;
	position: relative;
	top: 100%;
	left: 20px;
	transform: translateY(-50%);
}

.hero-overlay-txt-container-es {
	transform: translateY(-75%) !important;
}
.hero-overlay-txt-container h2 {
	font-size: 2.8rem;
}
.hero-overlay-txt-container > div {
	width: 50%;	
}
.hero-overlay-txt {
	font-size: 20px;
	line-height: 1.5;
}


.contact-info-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	padding-bottom: 15px;
}
.contact-icons {
	padding-right: 20px;
}




.site-link {
	content: "";
	background-image: url();
	background-position: right center;
	background-size: 12px;
	background-repeat: no-repeat;
	padding: 0 18px 2px 0;
	text-decoration: underline !important;
}






/* content templates */

.page-title {
	 margin: 0 auto; 
	 width: 100%;  
	 text-align: center; 
	 padding: 10px 0 0 0;
}


.page-hero {
	margin-bottom: 50px;
}
.page-content-top {
	max-width: 800px;
	margin: 0 auto 50px;
}
.page-copy {
	max-width: 1000px;
	text-align: center;
}
.parent-title,
.parent-title h3 {
	font-family: 'inter-medium';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #dc2329;
	text-align: center;
}


#wrapper-footer {
	font-weight: 300;
	font-style: normal;
	background-color: #003b71;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	text-align: left;
	padding: 50px;
	color: #fff;
}

#wrapper-footer a {
	color: #fff;
}

#wrapper-footer h2 {
	text-transform: uppercase;
}
#wrapper-footer h3 {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
#wrapper-footer .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper-footer .menu li {
	padding-bottom: 10px;
}
#wrapper-footer .menu li a {
	text-decoration: none;
}

#wrapper-footer .menu li a:hover {
	text-decoration: underline;
	color: #92CCF0;
}

#wrapper-footer .copyright {
	font-size: 12px;
	/*text-align: center;*/
}
#wrapper-footer .site-info {
	margin: 30px 0 0 0;
	border-top: 1px solid #d4d4d4;
	padding: 40px 0 0 0;
}
.site-footer .top-social-container {
	margin-left: 0px;
}
.site-footer .top-social-container ul {
	margin: 0 auto;
	width: 80px;
}
.footer-text {
	padding: 30px;
}
.footer-area img {
	max-width: 100%;;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
	padding: 2px 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 20px;
}



.dsktp-title {
	display: block;
}
.mobile-title {
	display: none;
}

.contact-left {
	border-right: 1px solid #ccc;
}



.newspg-art-container {
	display: flex;
	flex-direction: column;
	flex-wrap: none;
	padding: 0;
}

.newspg-art-container .news-article {
	padding: 20px 20px 50px 20px;
}
.newspg-art-container .news-image {
	max-width: 500px;
	padding-bottom: 30px;
}
.newspg-art-container .news-image img {
	max-width: 100%;
}

.search-result-item {
	padding: 30px 0;
}

.ui-accordion .ui-accordion-header {
	font-size: 1rem;
}

.mobile-text {
	display: none;
}
/*.news-first-article div {
	padding: 0 20px 20px 0;
}
.news-other-articles .news-image {
	width: 35%;
}
.news-other-articles .news-content {
	width: 65%;
	padding-right: 0;
}
.news-other-article {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}
}
.news-content .site-link {
	margin-top: 10px;
	display: inline-block;
}
*/

/*eof NEW */


/* old

.caro-container div img {
	margin: 5px 0;
}
.caro-container div:first-child {
	margin-left: 0 !important;
}

.caro-container div:last-child {
	margin-right: 0 !important;
}

.caro-container a {
	font-style: normal;
	font-weight: 300;
	color: #798379;
}

.container-50-50 {
	display: flex;
	flex-direction: row;
}
.left-50, .right-50 {
	width: 50%;
	padding: 30px;
}
.right-50 {
	text-align: left;
	padding: 100px 30px;
}
.right-50 h2 {
	font-size: 30px;
}
*/

@media only screen and (max-width: 1200px)  {

	.container {
		max-width: 100% !important;
		margin: -10px 50px 20px 50px;
	}
}

@media only screen and (max-width: 1000px)  {
	h1 {
		font-size: 1.8rem;

	}
	h2 {
		font-size: 1.5rem;
	}
	.steps-item {
		flex-direction: column;
	}
	.steps-cnt-2 {
		flex-direction: column-reverse;
	}
	.steps-cnt-2 .steps-icon {
		padding-left: 525px;
	}
	.steps-image {
		max-width: 600px;
		margin: 0 auto;
	}
	.hero-overlay-txt-container {
		width: auto !important;
		top: 50px !important;
		transform: none;
	}
	.hero-overlay-txt-container > div {
		width: 100%;
	}
	.hero-overlay-txt-container h2 {
		font-size: 1.5rem;
	}
	.hero-overlay-txt {
		font-size: 16px;
	}
	.n2-ss-slider-controls-absolute-center-top {
		display: block !important;
		padding: 5% 10%;
	}
	.n2-widget-html {
		/*float: left;*/
	}
	
	.sec4-container .workflow-list > div {
		margin: 0 auto;
		padding: 20px;
		transform: translateX(-15%);
	}
	.sec4-container .workflow-item-content {
		top: 10%;
		left: 30%;
		font-size: .9rem;
		max-width: 150px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px 0px 10px;
		line-height: 35px;
		height: 30px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	  	height: 30px;
	}
	.accord-icon,
	.program-box .program-icon {
		max-width: 70px;
		margin-right: 15px;
		/* display: block; */
	}
	.program-box div:first-child {
		flex: 0 0 25%;
	}
	.value-box,
	.value-box.rev-column { 
		flex-direction: column !important;
	}
	.value-box div:first-child {
		flex: 0 0 100%;
		max-width: 150px;
    	margin-bottom: 20px;
	}
	.value-box div:nth-child(2) {
		position: unset;
		transform: none;
		margin: 0 !important;
	}
	.rev-margin {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.ui-accordion .ui-accordion-content {
		margin-left: 55px !important;
		font-size: 80%;
	}
}

@media only screen and (max-width: 768px)  {
	h1 {
		font-size: 1.6rem;
		padding: 0px;
    	margin-top: -16px;
	}
	
	.alignleft, .alignright {
		float: left;
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
	    top: 65px;
	}

	.lang-selector-mobile {
		display: block;
		float: right;
  		margin-bottom: 5px;
		font-size: 12px;
    	margin-right: 20px;
	}
	
	.lang-selector-mobile a {
		font-size: 12px;
	}
	.navbar-brand {
		font-size: .8rem;
	}
	.header-home .header-container {
		/*padding-bottom: 20px;
		flex-direction: column;*/
	}
	.navbar-container {
		top: 20px;
	}
	.hero-overlay-txt-container {
		top: 0px !important;
	}
	.n2-ss-slider-controls-absolute-center-top {
		padding: 15px;
	}
	#mega-menu-primary {
		margin-top: 20px !important;
	}
	.sec1-container {
		margin: 20px 0;
	}
	.hm-behind-the-brand {
		font-size: 26px;
	}
	.hm-highlights h2 {
		margin-left: 15px;
	}
	
	.container-copy {
		flex-direction: column;	
	}
	.caro-container {
		flex-wrap: wrap;
	}
	.caro-container div:first-child {
		margin-left: 15px !important;
	}

	.caro-container div:last-child {
		margin-right: 15px !important;
	}
	.navbar-toggler {
		padding: .25rem;
	}

	.container-50-50 {
		flex-direction: column;
	}
	
	.about-natalie-story h2 { 
		font-size: 3rem;
	}
	
	.sec2-container .text::before {
		content: '';
		display: block;
		padding-top: 30%;
	}
	.steps-row {
		background-image: none !important;
		padding: 0;
	}
	.steps-cnt-2 .steps-icon {
		padding-left: 0;
	}
	.steps-content {
		padding: 20px !important;;
	}
	.hero-overlay-txt-container > div /*,
	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls > * 
	remove to make benefits slider work */ {
		width: 100%;
	}
	.hero-overlay-txt-container h2 {
		font-size: 1.5rem;
	}
	.hero-overlay-txt {
		font-size: 12px;
	}
	.news-articles-container {
		flex-direction: column;
	}
	.news-first-article,
	.news-other-articles {
		width: 100%;
	}
	.block-header-container {
		flex-direction: column;
	}
	.block-header-container > div {
		width: 100%;
	}
	.sec4-container {
		padding: 0 30px;
	}
	.block-header-text-blk {
		padding: 20px 0 !important;
	}
	.sec1-container > div {
		margin: 0;
	}
	.block-header-container h1 {
		margin-bottom: 0;
	}
	.top-social-container {
		display: none;
	}
	.custom-logo-link {
		padding: 0;
		max-width: 200px;
		margin-top: 5px;
	}
	.top-social-container {
		/*display: none;*/
		margin: 14px 10px 0px 0px;
	}
	.btn-contact-us {
		padding: 7px 7px 6px 7px !important;
		font-size: 12px;
		line-height: 1.2;
		letter-spacing: 0;
		min-height: 42px;
	}
	.sec5-container {
		padding: 0 20px;
	}
	.sec4-container .workflow-list {
		flex-direction: column;
	}
	.sec4-container .workflow-item-content {
		font-size: 1rem;
		max-width: 200px;
	}
	.is-menu a {
		display: none;
	}
	.is-menu.is-dropdown form {
		display: block !important;
		position: relative;
	}
	.hero-overlay-txt-container {
		display: none;
	}
	.hero-under-txt {
		display: block;
	    font-size: 1rem;
	    color: #000;
	    text-align: center;
	    padding: 5px 20px;
	    background-color: #ededed;
	}
	.hero-under-txt h2 {
		font-size: 1.5rem;
	}
	.items-row {
		margin: 0 -15px;
	}
	.items-row.item-odd,
	.items-row.item-even {
	  flex-direction: column;	
	}
	.items-row .items-text-box, 
	.items-row .items-img-box {
		width: 100%;
	}
	.items-row .items-text-box {
		padding: 0;
	}
	.items-row .items-text-wrapper {
		position: relative;
		top: 0%;
		transform: none;
	}
	.dsktp-title {
		display: none;
	}
	.mobile-title {
		display: block;
		margin-top: 30px;
    	padding-bottom: 20px;
	}
	.footer-social-container ul {
		justify-content: center;
	}
	#wrapper-footer {
		background-size: auto;
		padding: 50px 20px 20px 20px;
	}
	.ewd-upcp-catalog-display {
		float: none !important;
		margin: 0 auto !important;
		width: 100% !important;
	}
	.ewd-upcp-pagination {
		float: none !important;
	}
	.ewd-upcp-pagination .displaying-num {
		margin-left: calc(50% - 59px) !important;
		margin-bottom: 10px;
	}
	.ewd-upcp-pagination .pagination-links {
		margin-left: calc(50% - 160px);
	}
	.ewd-upcp-catalog-div {
		margin-bottom: 50px;
	}
	.ewd-upcp-catalog-product-detail-mid-div {
		padding-left: 20px !important;
	}
	.content-fixed-width {
		padding: 0 20px;
	}
	/*.content-fixed-width h1 {
		font-size: 2.2rem;
	}*/
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background: #818285;
	}
	
	.contact-left {
		border-right: none;
	}
	.sec4-container .workflow-list > div {
		width: 370px;
		height: 270px;
	}
	.sec4-container .workflow-cell:hover {
		-ms-transform: scale(1.1) translateX(-10%);
		-webkit-transform: scale(1.1) translateX(-10%);
		transform: scale(1.1) translateX(-10%);
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item::after, .mega-current-menu-item {
		border-bottom: none !important;
	}
	.news-other-article {
		flex-direction: column;
	}
	.news-other-articles .news-content,
	.news-other-articles .news-image {
		width: 100%;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
		background: none;
	}
	.slide-gradient {
		display: none !important;
	}
	.ewd-upcp-single-product-images-div,
	.ewd-upcp-single-product-details {
		width: 100% !important;
		margin: 0 !important;
	}
	.ewd-upcp-single-product-tabs-menu ul li {
		height: 68px !important;
		white-space: normal;
	}
	.ewd-upcp-single-product-custom-fields {
		flex-direction: column;
	}
	.fbc-page .fbc-wrap .fbc-items {
		padding: 0; 
	}
	#container-timeline {
		padding: 0;
	}
	/*.timeline-events {
		background-position: right 10px top;
	}*/
	.timeline-image-center {
		display: block;
		margin-right: 30px;
	}
	.timeline-events {
		width: 100%;
	}
	.timeline-image-left,
	.timeline-image-right  {
		display: none;
	}
	
	.timeline-event {
		padding: 0 30px 0 0;
	}
	.footer-menu-1,
	.footer-menu-2 {
		margin: 20px 0;
	}
	.footer-menu-1 h3,
	.footer-menu-2 h3 {
		margin-bottom: 10px !important;
		
	}
	#wrapper-footer .menu ul {
		margin: 0 0 0 30px;
	}
	.logo-container {
		margin-bottom: 20px;
	}
	.ui-accordion .ui-accordion-header {
		display: grid !important;
		grid-template-columns: 70px 1fr;
	}
	
}


@media (min-width: 768px) {
    .pt-md-6,
    .py-md-6 {
      padding-top: 5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
      padding-right: 5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
      padding-bottom: 5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
      padding-left: 5rem !important;
    }
    
}

@media (max-width: 701px) {
	.mobile-text {
		display: block;
		width: 100%;
		padding: 30px;
	}
}




