/* CMS STYLES */

#cms:not(.cms-id-9) .cms_content p {
    font-family: 'Roboto';
    font-size: 16px;
    padding: 0 0 20px;
}
#cms.desktop_device:not(.cms-id-9, .cms-id-8) #wrapper {
    padding: 50px 65px;
}
#cms:not(.cms-id-9) #wrapper .page_heading {
    display: none;
}
#cms:not(.cms-id-9) #wrapper h1 {
    color: #333;
    padding-bottom: 10px;
}
#cms.mobile_device:not(.cms-id-9) #wrapper h1 {
    font-size: 24px;
    font-family: 'Roboto';
}
#cms.mobile_device:not(.cms-id-9) #wrapper .cms_content {
    margin-top: 35px;
}
#cms:not(.cms-id-9) #wrapper h2 {
    color: #FE32A5;
	padding-bottom: 20px;
	padding-top: 20px;
}
#cms:not(.cms-id-9) #wrapper h3 {
    color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
}
#cms:not(.cms-id-9) strong {
    color: #333;
}














/* .header-container {
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}
h4, .cms_content p {
    font-family: 'Quicksand', sans-serif
}
.cms-id-4 .breadcrumb_nav, .page_heading{
    display: none;
}
h4 {
    color: #444444;
    padding: 15px 0px;
}
.cms_content p {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.right-column img{
    height: 100%;
    object-fit: cover;
}

.title_cms{
	color:#222;
	font-size:24px;
	font-family: 'Quicksand', sans-serif;
	padding:10px 0px;
}

.subtitle_cms{
	color:#222;
	font-size:16px;
	font-weight:bold;
	font-family: 'Quicksand', sans-serif;
	padding:10px 0px 5px;
} */


