@charset "UTF-8";
/*
Theme Name: Caseware RCM 2020 v1.1e
Theme URI: https://envatiq.com/
Author: Envatiq Technologies
Author URI: https://envatiq.com/
Description: Theme developed for Caseware RCM with specific requirements. Single Post :  (sticky sidebar blog post, white paper and brochure download sidebar forms + social sharing location change)
Version: 1.1e
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caseware_new_
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
.contactbtn a{font-family: 'Lato', sans-serif; background: #5f0d5c; font-size: 18px; font-weight: 400; border-radius: 4px; color: #ffffff; border: none; padding: 15px 25px 15px 25px; transition: all ease 0.25s;}
.header-right .contactbtn a{background: #5f0d5c; padding: 12px 20px; text-transform: uppercase; font-size: 13px; font-weight: 600;}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"], .contact-form select{height:60px; border-radius: 5px;  box-shadow:none; font-size:16px; color:#464646;width:100%;padding-left: 5px;border: 1px solid #ccc;}
.contact-form textarea{ box-shadow:none; font-size:16px; color:#464646;width:100%;padding-left: 10px;border-radius: 5px;}
.contact-form input[type="text"]:focus, .contact-form select:focus{box-shadow:none;}
.contact-form input[type="text"]::-webkit-input-placeholder,.contact-form input[type="tel"]::-webkit-input-placeholder,.contact-form input[type="email"]::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#464646;
}
.contact-form input[type="submit"]{font-family: 'Lato', sans-serif;
    background: #5f0d5c;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    padding: 15px 25px 15px 25px;
    transition: all ease 0.25s;
}
.contact-form input[type="text"]:-moz-placeholder, .contact-form input[type="tel"]:-moz-placeholder, .contact-form input[type="email"]:-moz-placeholder, .contact-form select::-moz-placeholder { /* Firefox 19+ */
 color:#464646;
}
.contact-form input[type="text"]:-ms-input-placeholder, .contact-form input[type="tel"]:-ms-input-placeholder,.contact-form input[type="email"]:-ms-input-placeholder, .contact-form select:-ms-input-placeholder { /* IE 10+ */
  color:#464646;
}
.contact-form input[type="text"]:-moz-placeholder, .contact-form input[type="tel"]:-moz-placeholder, .contact-form input[type="email"]:-moz-placeholder, .contact-form select:-moz-placeholder { /* Firefox 18- */
 color:#464646;
}
.homemidsection .text-on-left a.link{max-width:293px;right:auto;left:0;}
.vert-space{margin-top: 42.3vh;text-align: center;} 