.cr-secondary-banner {
	min-height: 540px;
	height: 540px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.cr-secondary-banner-wrapper {
	color: #fff;
	max-width: 639px;
}
.cr-secondary-banner-wrapper .cr-secondary-banner-heading {
	margin-bottom: 30px;  
	max-width: 410px;
}
.cr-secondary-banner-wrapper .cr-secondary-banner-heading h1 {
	font-family: 'HelveticaNeueLTStd-Th';
	font-size: 48px;
	line-height: 44px;
	letter-spacing: .8px;
	color: #fff;
}
.cr-solutions-border::after {
	display: block;
	content: "";
    width: 130px;
    margin-top: 25px;
    border-bottom: 4px solid #99cccc;
}
.cr-secondary-banner-wrapper .cr-secondary-banner-content {
	margin-bottom: 45px;
	font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 24px;
    line-height: 32px;
}
.cr-bannertitle-bold {
	font-family: 'HelveticaNeueLTStd-Bd';
	font-weight: normal;
}
section.cr-dispenser-section, section.cr-customer-rating {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.cr-dispenser-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
    background-image: linear-gradient(to top, #f1f1f1 5%, #fff);
}
.cr-dispenser-main {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cr-dispenser-wrapper { color: #194D89; }
.cr-dispenser-wrapper .cr-dispenser-heading { margin-bottom: 20px !important; }
.cr-dispenser-wrapper .cr-dispenser-content { margin-bottom: 25px !important; }
.cr-dispenser-heading h2 {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 34px;
	line-height: 29.6px;
}
.cr-dispenser-content p {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 21px;
	line-height: 25px;
}
.cr-dispenser-img { margin-bottom: 0; }
.cr-dispenser-wrapper .cr-btn-primary {
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}
.cr-customer-rating {
	padding-top: 150px !important;
    padding-bottom: 150px !important;
	background-color: #99cccc;
    background-repeat: no-repeat;
	background-position: left center;
    color: #fff;
}
.cr-customer-rating .cr-customer-rating-wrapper {
    max-width: 75%;
    margin: 0 auto;
}
.cr-customer-rating-wrapper .cr-merit-icon-img { margin-bottom: 20px; }
.cr-merit-icon-img::after {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border-color: #fff !important;
}
.cr-customer-rating-wrapper .cr-customer-rating-heading {
	margin-bottom: 0;
	padding-bottom: 15px;
	text-align: center;
}
.cr-customer-rating-heading h3 {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 30px;
	line-height: 32px;
}
.cr-customer-rating-content p {
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
div#custom_html-2 { padding: 0; }
/* For Mobile */
@media only screen and (max-width: 767px) {
	.cr-secondary-banner-wrapper { max-width: 100%; }
	.cr-secondary-banner-wrapper .cr-secondary-banner-heading { margin-bottom: 25px; }
	.cr-secondary-banner-heading h1 { font-size: 41px !important; }
	.cr-solutions-border::after { margin-top: 20px; }
	.cr-secondary-banner-wrapper .cr-secondary-banner-content { margin-bottom: 20px; }
	.cr-secondary-banner-content p { font-size: 20px; }
	.cr-dispenser-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cr-dispenser-main { flex-wrap: wrap; }
	.cr-dispenser-wrapper .cr-btn-primary { margin-bottom: 30px !important; }
	.cr-dispenser-wrapper .cr-dispenser-heading { margin-bottom: 20px; }
	.cr-dispenser-heading h2 { font-size: 29px; }
	.cr-dispenser-wrapper .cr-dispenser-content { margin-bottom: 20px; }
	.cr-dispenser-content p { font-size: 18px; }
	.cr-dispenser-wrapper .cr-dispenser-img { margin-top: 20px; }
	.cr-customer-rating {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
		background-position: center center;
	}
	.cr-customer-rating-wrapper .cr-merit-icon-img { margin-bottom: 20px; }
	.cr-merit-icon-img::after { margin-top: 25px; }
	.cr-customer-rating .cr-customer-rating-wrapper { max-width: 110%; }
	.cr-customer-rating-wrapper .cr-customer-rating-heading h3 { font-size: 26px; }
}
/* For Ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.cr-secondary-banner-wrapper { max-width: 70%; }
	.cr-secondary-banner-wrapper .cr-secondary-banner-content { margin-bottom: 30px; }
	.cr-customer-rating .cr-customer-rating-wrapper {
		max-width: 100%;
		margin: 0 auto;
	}
}


/* Contactus-form */
.wpcf7-form {
	position: relative;
	padding: 50px 0;
	background-color: #f5f5f5;	
}
.wpcf7 { max-width: 100%; }
.contactus-heading {
	margin-bottom: 50px;
	text-align: center;
}
.contactus-heading h3,
.contactus-heading h2 {	
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 34px;
	line-height: 29.6px;
	color: #194D89;
}
.contactus-heading p {	
	font-size: 16px;
	line-height: 29.6px;
	color: #666;
}
.form-group input[type=email], .form-group input[type=text], 
.form-group input[type=tel], .form-group textarea, .form-group select {
	background-color: #fff;
	color: #666;
	border: 1px solid #d6d7d7;
	border-radius: 0 !important;
	width: 100%;
	padding: 10px 15px;
	font-size: 13px;
	box-shadow: none;
	resize: none;
}
.form-group select { height: auto; }
.form-group input[type=email], .form-group input[type=text], 
.form-group input[type=tel] { min-height: 44px; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
	border-color: #d6d7d7 !important;
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,.25) !important;
}
.form-group input::placeholder, .form-group textarea::placeholder {
	color: #666;
    font-size: 13px;
}
.cr-contact-form-group { margin-bottom: 50px; }
span.wpcf7-not-valid-tip {
	padding-top: 5px;
	font-size: 13px;
}
.btn-icon-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.btn-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	position: relative;
}
.btn-icon-wrapper .btn-wrapper input[type=submit] {
	display: block;
	min-width: 195px;
    max-width: 275px !important;
    height:44px;
    padding:12px 25px 12px 15px;
    background-color: transparent;
    border: 2px solid #194d89;
    border-radius: 0;
    color:#194d89;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
	font-weight: normal;
	text-align: left;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
    outline: none;
	box-shadow: none;
}
.btn-wrapper:hover input[type=submit],  
.btn-wrapper:focus input[type=submit] {
	color: #fff !important;
	background-color: #194d89 !important;
	border-color: #194d89 !important;
	box-shadow: none !important;
}
.btn-wrapper:hover:after, 
.btn-wrapper:focus:after { color: #fff !important; }
.btn-icon-wrapper .btn-wrapper::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    /* font-family: "FontAwesome";
    content: "\f054"; */
    color: #194d89;
    position: absolute;
	right: 32%;
	bottom: 16px;
	content: "";
	width:8px;
	height:13px;
	background: url('../images/right-arrow-big.png') no-repeat center center / cover;
}
.btn-icon-wrapper .btn-wrapper:hover::after { background-image: url('../images/right-arrow-white-big.png'); }
.contactus-icons {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	margin: 0;
	padding: 0;
}
.contactus-icons li {
	list-style: none;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.contactus-icons li a {
	padding: 0 10px;
	font-size: 16px;
	line-height: 23.64px;
	border-right: 1px solid #9d9d9d;
	margin-right: 10px;
}
.contactus-icons li:last-child a {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.wpcf7 .wpcf7-validation-errors {
	width: auto !important;
	max-width: 1140px;
	margin: 5px auto 0 !important;
    padding: 0 0 0 15px;
	border: none;
	background-color: transparent;
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.cr-custom-contactus { padding: 30px 0; }
	.contactus-heading { margin-bottom: 30px; }
	.contactus-heading h3 { font-size: 29px; }
	.btn-icon-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.btn-submit { margin-bottom: 20px !important; }
	.btn-icon-wrapper .btn-wrapper::after { bottom: 34px; }
	.contactus-icons {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.contactus-icons li a {
		border: none;
		margin: 0;
	}
	.contactus-icons li:first-child { margin-bottom: 10px; }
	.form-group textarea { margin-bottom: 30px; }
	.wpcf7 .wpcf7-validation-errors {
		position: absolute;
		bottom: 125px;
		padding: 5px 15px;
		margin: 0 !important;
	}
	.contactus-icons { margin-top: 40px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wpcf7 .wpcf7-validation-errors { max-width: 720px;	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wpcf7 .wpcf7-validation-errors { max-width: 960px;	}
}


/* GoodToKnow-Details Page css */
#index-wrapper, #single-wrapper {
	padding: 0;
	background-color: #f5f5f5;
}
.goodtoknow-details-wrapper { padding-bottom: 30px; }
.cr-blog-detail-wrapper {	
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 50%;
}
.cr-goodtoknow-banner-content {
	padding: 100px 0;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.cr-goodtoknow-banner-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cr-goodtoknow-banner-img {
	margin-right: 100px;
	max-height: 45px;
	max-width:343px
}
.cr-goodtoknow-banner-heading {
	max-width: 35%;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 24px;
	line-height: 32px;
	color: #194d89;
}
.cr-blog-detail-row { margin: 0; }
.cr-details-left {
	background-color: #fff;
	padding: 30px;
}
.cr-details-left h2, .cr-details-left h3, 
.cr-details-left h4 {
	margin-bottom: 20px;
	font-family: 'HelveticaNeueLTStd-Roman';
	color: #194d89;
}
.cr-details-left h2 { font-size: 28px; }
.cr-details-left h3 { font-size: 24px; }
.cr-details-left h4 { font-size: 18px; }
.cr-blog-detail-date {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.cr-blog-detail-heading { margin-bottom: 20px; }
.cr-blog-detail-heading h1 a {
	display: block;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 32px;
	line-height: 32px;
	color: #194d89;
}
.cr-blog-detail-img { clear: both; }
.cr-blog-detail-img img {
	width: auto;
	min-height: 200px;
	/* min-width: 200px; */
	max-width: 300px;
	max-height: 300px;    
	margin: 0 0 30px 25px;
	float: right;
}
.cr-blog-detail-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.cr-blog-detail-content p a { word-break: break-word; }
.cr-blog-detail-content p strong { font-family: 'HelveticaNeueLTStd-Bd'; }
.cr-blog-detail-content p:first-child { color: #194d89; }
.cr-blog-detail-content p:first-child a { color: #666 !important; }
.cr-recent-post-heading {
	margin-top: -10px;
	margin-bottom: 10px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 14px;
	font-weight: normal;
	line-height: 39.6px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #194d89;
}
.cr-blog-detail-list {
	padding:0;
	margin:0;
}
.cr-details-right { padding: 0 40px; }
.cr-blog-detail-list li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	list-style: none;	
}
.cr-blog-detail-list li+li { margin-top: 20px; }
.cr-blog-detail-list li p {
	max-width: 75%;
	margin: 0;
	padding: 0;
}
.cr-blog-detail-list li p a {
	font-size: 14px;
	line-height: 20px;
	color: #194d89;
}
.cr-blog-detail-calender {
	min-width: 55px;
	height: auto;
	padding: 10px 6px 6px 6px;    
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-Lt';
    line-height: 16px;
    text-transform: uppercase;
    background-color: #5295A3;
	color: #fff;
}
.blog-detail-calender-date { font-size: 27px; }
.blog-detail-calender-month {	
	display: block;
	font-size: 14px;
}
address {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.cr-more-info-heading {
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #666;
}
.tags {	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin-bottom: 35px;
}
.tags li { list-style: none; }
.tags li {
	margin-right: 10px;
	margin-bottom: 20px;
}
.tags li:last-child { margin-right: 0; }
.tags li a {
	display: inline-block;
	width: 100%;
	min-width: 140px !important;
	max-width: 275px !important;
	/*height:35px;*/
	height: auto;
	text-align: center;
	padding: 8px 45px;
	border-radius: 25px;
	border: 1px solid #e4e4e4;
	background-color: #f5f5f5;
	color: #666;
	font-size: 14px;
    line-height: 19px;
	letter-spacing: 0.6px;
	transition: .2s ease-in-out;
    outline: none;
	box-shadow: none;
}
.tags li a:hover {
	text-decoration: none;
	background-color: #666;
	color: #f5f5f5;
}
.share-article-heading {
	margin-bottom: 10px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #666;
}
.cr-blog-social-links .sfsi_widget { max-height: 45px; }
.cr-blog-social-links div#sfsi_holder { height: 45px !important; }
.cr-blog-social-links .norm_row.sfsi_wDiv { width: 90% !important; }
.cr-blog-social-links .sfsi_wicons.shuffeldiv:first-child { margin-left: 0 !important; }
.cr-blog-social-links .sfsi_wicons.shuffeldiv {
	margin-left:10px !important;
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
	.cr-blog-detail-wrapper { background-size: 125%; }
	.cr-goodtoknow-banner-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.cr-goodtoknow-banner-img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cr-goodtoknow-banner-heading {
		max-width: 100%;
		text-align: center;
		font-size: 21px;
	}
	.cr-details-left { padding: 25px; }
	.cr-blog-detail-heading { margin-bottom: 15px; }
	.cr-blog-detail-heading h1 a { font-size: 27px;	}
	.cr-blog-detail-content p {	margin-bottom: 15px; }
	.cr-blog-detail-img { margin-bottom: 15px; }
	.cr-blog-detail-img img {
		float: none;
		margin-left: 0;
	}
	.blog-detail-calender-date { font-size: 22px; }
	.cr-details-right { padding: 30px; }
	address { margin-bottom: 25px; }
	.tags {	margin-bottom: 20px; }
}
@media (min-width: 768px) and (max-width: 992px) {
	.cr-goodtoknow-banner-img { margin-right: 50px; }
	.cr-goodtoknow-banner-heading { max-width: 100%; }
	.cr-blog-detail-img img {
		margin-bottom: 20px;
		float: none;
	}
	.cr-details-left { padding: 30px 20px; }
	.cr-details-right { padding: 30px 0 30px 20px; }
	.cr-recent-post-heading { margin-top: -42px; }
	.cr-blog-detail-calender { min-width: 45px; }
	.cr-blog-detail-list li p { line-height: 1.2; }
	.blog-detail-calender-date { font-size: 22px; }
	.blog-detail-calender-month { font-size: 12px; }
	.tags {	margin-bottom: 25px; }
}


/* Resources-page css */
.cr-resources-sec {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.cr-resources-left h2 {
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 13px;
	text-transform: uppercase;
    line-height: 37px;
	color: #194d89;	
}
.resources-left-item {
    width: 100%;
}
.resources-download-list {
	padding: 0;
	margin: 0;
}
.resources-download-list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}
.resources-download-list li a {
	width: 100%;
	padding: 10px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
	color: #194d89;
	background-color: transparent;
	border-left: 4px solid transparent;
}
.resources-download-list li a:hover, 
.resources-download-list li a:active,
.resources-download-list li a:focus {
	text-decoration: none;
	background-color: #fff;
	border-color: #9ebfd8;
}
.resources-download-list .resources-img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
.resources-content-icon-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 12px;
	line-height: 37px;
	text-transform: uppercase;
	color: #194d89;
}
.icon-wrapper {	
	display: inline-block;
	width: 24px;
	height: 24px;	
}
.resources-download-list #accordion {
	width: 100%;
    margin-top: 0;
}
.resources-download-list .card {
	border: none;
	border-radius: 0;
}
.resources-download-list .btn.btn-link.collapsed {
	background-color: #f5f5f5;
	border-left: 4px solid #f5f5f5;
}
.resources-download-list button.btn.btn-link {
	border-left: 4px solid #9ebfd8;
}
.resources-download-list button.btn.btn-link:hover {
	background-color: #fff;
	border-left: 4px solid #9ebfd8;
}
.resources-download-list .collapse {
	border-left: 4px solid transparent;
}
.resources-download-list .collapse.show {
	border-color: #9ebfd8;
}
.resources-download-list .card-header:first-child {
	border-radius: 0;
}
.resources-download-list .card-body {
	padding: 0 10px;
}
.resources-download-list .card-header {
	padding: 0;
    margin: 0;
    background-color: #fff;
	border-bottom: none;
}
.resources-download-list .btn {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	border: none;
	border-radius: 0;
}

.btn-link, .btn-link:hover, .btn-link:focus {
    font-weight: normal;
    color: #194d89;
	text-decoration: none;
	background-color: transparent;
}
.resources-dropdown-list {
	padding-left: 30px;
}
.resources-dropdown-list li {
	margin-bottom: 0;
	border-top: 1px solid #b7b7b7;
}
.resources-download-list button.btn.btn-link a {
    padding: 0;
    border: none;
    background-color: transparent;
}
.resources-dropdown-list li a:hover, 
.resources-dropdown-list li a:active,
.resources-dropdown-list li a:focus {
	border-left: 4px solid transparent;
}
.resources-download-list .btn.btn-link.collapsed .icon-wrapper {
	background-image: url('../images/plus-icon.png');
	background-repeat: no-repeat;
	background-position: right;
}
.icon-wrapper {
	background-image: url('../images/minus-icon.png');
	background-repeat: no-repeat;
	background-position: right;
}
.cr-resources-right h2 {
	font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 26px;
    line-height: 40px;
    color: #194d89;
    text-transform: uppercase;
}
.resources-category-list {
	padding: 0 20px 10px;
	margin: 0;
	background-color: #fff;
}
.resources-category-list li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.resources-category-list li+li {
	border-top: 1px solid #b7b7b7;
}
.resources-category-list li a {
	font-size: 12px;
    line-height: 16px;
	color: #194d89;
}
.resources-category-list li .resources-part-number {
	width: 15%;
	color: #848484;
}
.resources-category-list li .resources-family-name {
	width: 15%;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #666;
}
.resources-category-list li .resource-video-wrapper {
    display: flex;
    flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.resources-category-list li .resource-video-wrapper a {
	display: flex;
}
.resources-icon {	
    min-width: 16px;
	max-width: 18px;
	height: auto;
	margin-right: 7px;
}

.cr-resources-right .resources-accordion {
	height: 100%;
	margin: 0;
}
.cr-resources-right .card {
	margin-bottom: 10px;
	border: none;
	border-left: 4px solid #9ebfd8;
	border-radius: 0;
	background-color: #f5f5f5;
}
.cr-resources-right .card-header:first-child {
	border-radius: 0;
}
.cr-resources-right .card-header {
	max-height: 55px;
	padding: 5px 20px;
    background-color: #fff;
    border-bottom: none;
}
.cr-resources-right .card-body {
	padding: 0;
	margin: 0;
}
.cr-resources-right .btn-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	padding: 0;
	background-image: url('../images/minus-icon-big.png');
	background-repeat: no-repeat;
	background-position: right;
}
.cr-resources-right button.btn.btn-link.collapsed {
	background-image: url('../images/plus-icon-big.png');
	background-repeat: no-repeat;
	background-position: right;
}

.dropdown-resources, .resources-category-wrapper {	
	height: 100%;
	min-height: 100%;
	padding: 25px;
	background-color: #fff;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 14px;
	color: #194d89;
}
.dropdown-resources {
	display: flex;
    justify-content: center;
	align-items: center;
	min-height: 100%;
}
.resources-category-wrapper ul {	
	padding: 0;
	margin: 0;
}
.resources-category-wrapper ul li {
	padding: 10px 0;
	list-style: none;
}
.resources-category-wrapper ul li+li {
	border-top: 1px solid #b7b7b7;
}
.resources-category-wrapper ul li a {
	font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 12px;
    line-height: 18px;
	color: #194d89;
}

@media only screen and (max-width: 767px) {
	.show-categories-btn {
		display: block !important;
	}
	.cr-resources-mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;		
		background-color: #f5f5f5;
		overflow-y: scroll;
		z-index: 9999	;
		transform: translateX(-100%);
		transition: transform 0.3s;
	}
	.cr-resources-mobile.catOpen {
		padding: 50px 30px;
		transform: translate(0);
		transition: transform 0.3s;
	}
	.resources-close-icon {
		font-size: 30px;
		color: #194d89;		
	}

}
@media only screen and (min-width: 768px) {
	.resources-close-icon, .open-category-tree { display: none; }
	.cr-resources-left { margin-top: -10px;	}
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../assets/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

.globe-link-icon {
	height: 16px;
	width: 16px;
	display: inline-table;
}