body #contactWidget {
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.4;
    color: #1e1e1e;
}

#contactWidget  button {
    border: none;
    margin: 0;
    text-decoration: none;
    padding: 0;
    font-family: sans-serif;
    cursor: pointer;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@supports (display: flex) {
	#contactWidget  button {
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   }
    
    .flex-jst-between {
      display: flex;
      justify-content: space-between;
    }

    .flex-center-vrt {
      align-items: center;
      height: 100%;
    }
}

@keyframes pulsate{
    from{
        opacity: 0.65;
    }

    to {
        opacity: 1;
    }
}

@keyframes pulsatePartial{
    from{
        opacity: 0.65;
    }

    to {
        opacity: 0.5;
    }
}


.submitAndWait {
	animation-name: pulsatePartial;
    animation-direction: alternate;
    animation-duration: 0.45s;
    animation-iteration-count: infinite;
}

button.plainLink {
    border: 0;
    padding: 0;
    display: inline;
    background: none;
    text-decoration: none;
    color: #3d8dfd;
}

 .grecaptcha-badge {
    visibility: hidden;
}

html.documentation .docsLink {
	display: none;
}

#contactWidget button:hover,
#contactWidget button:focus {
    filter: brightness(125%);
}

#contactWidget button.plainLink {display: inline-block;}

/* * /
#contactWidget button:focus {
    outline: 2px solid #0085ff;
    outline-offset: 0px;
}
/* */

#contactWidget button:active {
    transform: scale(0.99);
    filter: brightness(100%);
}


#contactWidget {
    position: fixed;
    bottom: 0px;
    left: auto;
    right: 0px;
    margin: 0;
    margin-right: 20px;
    margin-left: 20px;
    border-bottom:  none;
    background-color: white;
    border-top-right-radius: .5em;
    border-top-left-radius: .5em;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.disableContactWidget {
	position: absolute;
	bottom: 15px;
	right: -9px;
}

.open .disableContactWidget {
	display: none;
}

.contactWidgetPref {
  position: relative;
}

.cw-standardContact {
	border-top: 1px solid #dbdbdb;
	text-align: center;
	padding-top:.5em;
	margin-bottom: 0px !important;
	color: black !important;
}

.recaptchaNotice {
	margin-bottom: .5em;
}

#contactWidget.open {
	width: 23em;
}

.cw-logo {
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	height: 50px;
	width: 50px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: -20px;
	z-index: 1;
	cursor: pointer;
}

.closed .cw-logo {
	box-shadow: 0 -2px 9px #5f5f5e!important
}

.open .cw-logo {
	top: -20px;
}

.closed .cw-logo {
	top: -44px;
}

.cw-header {
	height: 40px;
	color:  white;
	background: #6e70c7;
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.closed .cw-message, .cw-thankyou, .cw-oops {
	display: none;
}

.closed .cw-body {
	max-height: 0em;
}

.open .cw-body {
	padding: 1em;
	max-height: 100em;
	transition: max-height 250ms ease-in;
}

#contactWidget.closed {
	width: 10em;
	transition: width 100ms ease-in;
}

.open .cw-headerText {
	margin-left: 59px;
}

.thankyou .cw-form, .oops .cw-form {
	display: none;
}

.thankyou .cw-thankyou, .oops .cw-oops {
	display: inline-block;
}

.thankyou .cw-header {
	transition: 500ms ease-in;
	background: #914dbb;
}

.oops .cw-header {
	transition: 500ms ease-in;
	background: #bb4da3;
}

.cw-openCloseButton {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #494cb9;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	line-height: 1em !important;
}

.open .contactWidgetOpenCloseWrapper {
	left: 107px;
}

.closed .contactWidgetOpenCloseWrapper {
	left: 10px;
}

.closed .cw-buttonSymbol::after {
  content: "";
  width: 13px;
  height: 13px;
  color: white;
  /* */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 349 349' style='enable-background:new 0 0 349 349%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M349 141.2v66.6c0 5-4.1 9.1-9.1 9.1H216.9V340c0 5-4.1 9.1-9.1 9.1h-66.6c-5 0-9.1-4.1-9.1-9.1V216.9H9.1c-5 0-9.1-4.1-9.1-9.1v-66.6c0-5 4.1-9.1 9.1-9.1h123.1V9.1c0-5 4.1-9.1 9.1-9.1h66.6c5 0 9.1 4.1 9.1 9.1v123.1H340C345 132.1 349 136.2 349 141.2z'/%3E%3C/g%3E%3C/svg%3E");
  /* */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
}

.open .cw-buttonSymbol::after {
	content: "x";
	color: white;
	font-size: 1.2em;
	top: -2px;
	position: relative;
}

/* Ugh go away IE11, no one likes you */
.no-supports .cw-buttonSymbol {
    position: absolute;
    top: -2px;
    bottom: 0px;
    right: 5px;
    color: #d9d9d9;
}

.no-supports .open .cw-buttonSymbol {
    top: 1px;
    bottom: 0px;
    right: 8px;
}

.no-supports .frontPage .cw-buttonSymbol {
  top: -4px;
}

.no-supports .frontPage .open .cw-buttonSymbol {
  top: -1px;
}
/* */

.cw-openSymbol {
	color: white;
	font-size: 1.45rem;
	font-weight: bold;
}

.cw-closeSymbol {
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 7px;
	color: #d9d9d9;
	font-size: 1.2em;
}

.cw-headerText {
	display: inline-block;
	font-weight: bold;
}

.closed .cw-headerText {
	margin-top: 3px;
}

.cw-body p {
	color: #4a4a4a;
	margin-bottom: 1em;
	margin: 0;
	margin-bottom: 1em;
}

.cw-fields {
	width:  100%;
	padding: .75em;
	border: 1px solid rgb(204, 204, 204);
	margin-top: .75em;
	border-radius: .25rem;
}

textarea.cw-fields {
	height: 90px;
	resize: none;
}

.cw-fields:focus {
    border: 1px solid #aaa;
    outline: none;
}

.error:focus {
    outline: none;
    border: 1px #bb00c7 dotted;
}

.chatWidgetSubmit {
	background: #6e70c7;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 9px;
	text-align: center;
	border: none;
	width: 100%;
	cursor: pointer;
	margin-top: 2em;
	margin-bottom: 1em;
}

.chatWidgetSubmit:hover {
	background: #8082ce;
}

.lookDeactivated, .lookDeactivated:hover,
.chatWidgetSubmit[disabled], .chatWidgetSubmit[disabled]:hover
 {
    color: white;
	background: #bbb;
    text-decoration: none;
    cursor: default;
}

@media (max-width: 719px) { /* actual mobile adjustments... with variations for even smaller viewports below */
  
  textarea.cw-fields {
  	height: auto;
  }

}
