﻿<style>.cs, .slideOut .fa-chevron-right, .slideOutBody {
box-shadow:0 0 6px 2px rgba(0,0,0,.2)
}
.slideOutButton {
	position: fixed;
	top: 295px;
	right: -50px;
	z-index: 999999
}
.slideOutButton .emailIcon {
	position: relative;
	background-color: #a6cbb4;
	color: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px
}
.slideOutButton .emailIcon .fa, .slideOutHeader .emailIcon .fa {
	line-height: 48px;
	font-size: 30px
}
.slideOutButton .slideButtonText {
	position: relative;
	background-color: #41594c;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	line-height: 55px;
	width: 50px;
	height: 230px
}
.slideOutButton .slideButtonText span {
	position: absolute;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	left: -66px;
	top: 105px;
	line-height: 1em;
	font-size: 22px;
	color: #fff !important;
}
.page-id-125 .slideOutButton .slideButtonText span {
	left: -52px
}
.slideOutButton:hover .emailIcon {
	background-color: #41594c 
}
.cs, .slideOutButton:hover .slideButtonText {
	background-color: #a6cbb4
}
.slideOutButton .emailIcon i {
	animation-name: shake;
	animation-duration: 5s;
	transform-origin: 50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: webkitShake;
	-webkit-animation-duration: 5s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}
@keyframes shake {
0%, 82% {
transform:rotate(0)
}
83.5% {
transform:rotate(10deg)
}
85% {
transform:rotate(0)
}
86.5% {
transform:rotate(-10deg)
}
88% {
transform:rotate(0)
}
89.5% {
transform:rotate(10deg)
}
91% {
transform:rotate(0)
}
92.5% {
transform:rotate(-10deg)
}
94% {
transform:rotate(0)
}
95.5% {
transform:rotate(10deg)
}
97% {
transform:rotate(0)
}
98.5% {
transform:rotate(-10deg)
}
100% {
transform:rotate(0)
}
}
@-webkit-keyframes webkitShake {
0%, 82% {
-webkit-transform:rotate(0)
}
83.5% {
-webkit-transform:rotate(10deg)
}
85% {
-webkit-transform:rotate(0)
}
86.5% {
-webkit-transform:rotate(-10deg)
}
88% {
-webkit-transform:rotate(0)
}
89.5% {
-webkit-transform:rotate(10deg)
}
91% {
-webkit-transform:rotate(0)
}
92.5% {
-webkit-transform:rotate(-10deg)
}
94% {
-webkit-transform:rotate(0)
}
95.5% {
-webkit-transform:rotate(10deg)
}
97% {
-webkit-transform:rotate(0)
}
98.5% {
-webkit-transform:rotate(-10deg)
}
100% {
-webkit-transform:rotate(0)
}
}
.slideOut {
	position: fixed;
	right: -378px;
	width: 320px;
	z-index: 9999999;
	padding-left: 50px;
	height: 90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	top: 240px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-transition-duration: .9s;
	-moz-transition-duration: .9s;
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s
}
.cs {
	padding: 20px 10px 10px!important;
	border: 0 solid #013a68;
	background:#a6cbb4 ;
}
.slideOutHeader {
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	color: #fff;
	font-size: 22px
}
.slideOutHeader .emailIcon .fa {
	margin-right: 10px;
	line-height: 46px
}
.slideOutHeader div {
	color: #fff;
	display: inline-block
}
aside .slideOutHeader div {
	display: block
}
.slideButtonText {
	line-height: 1em;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	color: #fff
}
.slideButtonText h4 {
	font-family: Lato;
	font-size: 24px;
	margin-top: 6px;
	color: #fff;
	margin-bottom: 20px!important
}
.slideButtonText p, .slideButtonText span, .slideButtonText div {
	margin-bottom: 10px;
	color: #000 !important;
}
.slideButtonText a {
	color: #fff
}
.slideOut .fa-chevron-right, .slideOutButton {
	cursor: pointer
}
.slideOut .fa-chevron-right {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background-color: #41594c;
	text-align: center;
	color: #fff;
	font-size: 30px
}
.slideOutBody {
	background-color: #00386b;
	padding: 10px;
	line-height: 1em;
	font-size: 14px
}
.slideOutBody #emaillink {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 1em;
	font-weight: 700
}
.slideOutBody label {
	margin-top: 5px
}
.slideOutBody .wpcf7-form-control-wrap, .slideOutBody .wpcf7-form-control-wrap>* {
	display: inline-block;
	max-width: 100%
}
.slideOutBody .wpcf7-form-control-wrap>* {
	border: 1px solid #ededed
}
.out {
	right: 0
}
.slideOutButton .in {
	right: -50px
}
.slideOut .in {
	right: -328px
}
.slideOut, .slideOutButton {
	transition: right .7s ease;
	display:none;
}
.slideOut div.wpcf7 img.ajax-loader {
	margin-left: -20px;
	background-color: #dcd4bf;
	border-radius: 3px
}
.slideOut textarea {
	height: 100px
}
@media screen and (max-width:1500px) {
.slideOut {
	height: 70%
}
}
@media screen and (max-width:1400px) {
.slideOut {
	height: 70%
}
}
@media screen and (max-width:1024px) {
.slideOut {
	top: 260px;
	height: 50%
}
}
@media screen and (max-width:759px) {
.slideOut, .slideOutButton {
	display: none
}
}
</style>
