/* Show it is fixed to the top */

/*
Blue - #2B599F
Green - #4EA455 > #85B657
Grey - #999697 > #706F6F
Dark Grey - #575756
Light Grey - #f5f5f5
*/

@font-face{
	font-family:proximasoft-bold;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/proximasoft-bold-webfont.woff2) format("woff2"),url(../fonts/proximasoft-bold-webfont.woff) format("woff")
}
@font-face{
	font-family:proximasoft-regularit;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/proximasoft-regularit-webfont.woff2) format("woff2"),url(../fonts/proximasoft-regularit-webfont.woff) format("woff")
}
@font-face{
	font-family:proximasoft-regular;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/proximasoft-regular-webfont.woff2) format("woff2"),url(../fonts/proximasoft-regular-webfont.woff) format("woff")
}
@font-face{
	font-family:proximasoft-semibold;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/proximasoft-semibold-webfont.woff2) format("woff2"),url(../fonts/proximasoft-semibold-webfont.woff) format("woff")
}

.proximasoft-regular {
  font-family:'proximasoft-regular', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.proximasoft-semibold {
  font-family:'proximasoft-semibold', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.proximasoft-regularit {
  font-family:'proximasoft-regularit', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.proximasoft-bold {
  font-family:'proximasoft-bold', sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
	font-family:'proximasoft-semibold', sans-serif;
	color:#706F6F;
	font-weight: 400;
	font-style: normal;
}
@media (max-width:991px) {
.desktop-only-break {
	display:none;
}
}
@media (max-width:375px) {
.top-spacer {
	height:110px;
}
}
@media (min-width:376px) and (max-width:768px) {
.top-spacer {
	height:110px;
}
}
@media (min-width:769px) {
.top-spacer {
	height:115px;
}
}

/* Animated Burger Menu */

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0);
    border-color: rgba(255,255,255,0);
	margin-right:10px;
}
.burger-button {
	outline:none!important;
}

.burger-button {
border:8px solid #999697;
	background:#999697;
overflow:auto;
width: 50px;
height:41px;
position: fixed;
right: 20px;
padding:5px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
@media (max-width:375px) {
.burger-button {
top: 32px;
}
}
@media (min-width:376px) and (max-width:768px) {
.burger-button {
top: 32px;
}
}
@media (min-width:769px) {
.burger-button {
top: 50px;
}
}


.burger-button span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 0px;
opacity: 1;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


.animated-burger-button span {
background: #FFF;
}



.animated-burger-button span:nth-child(1) {
top: 0px;
}

.animated-burger-button span:nth-child(2) {
top: 10px;
}

.animated-burger-button span:nth-child(3) {
top: 20px;
}

.animated-burger-button.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-burger-button.open span:nth-child(2) {
opacity: 0;
}

.animated-burger-button.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


#homepagevid{
	/*position:absolute;*/
	top:178px;
}

video {
    object-fit: cover;
    width: 100vw;
    top: 0;
    left: 0;
}
@media (max-width:768px) {
#homepagevid {
	height:auto!important;
}
}
@media (min-width:769px) {
#homepagevid {
	height:72vh!important;
}
}
@media (max-width:768px) {
.strapline-block h2 {
	font-size:1.2rem;
}
.strapline-block img {
	height:24px;
	width:auto;
}
}
@media (min-width:769px) {
.strapline-block h2 {
	font-size:1.6rem;
}
.strapline-block img {
	height:36px;
	width:auto;
}
}

.bg-dark {
	background-color:#FFFFFF!important;
	color:#2B599F;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3)}

@media (max-width:768px) {
.bg-dark {
	padding:20px 15px 30px 30px;
}
}
@media (min-width:769px) {
.bg-dark {
	padding:30px 15px 30px 40px;
}
}
@media (max-width:375px) {
.header-logo {
	height:50px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:376px) and (max-width:768px) {
.header-logo {
	height:50px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (min-width:769px) {
.header-logo {
	height:70px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header-logo.shrink {
	height:60px;
	width:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.contact-number {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.contact-number.shrink {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-toggler.shrink {
	margin-top:-20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
}
@media (max-width:768px) {
.contact-number {
	display:none;
}
}
@media (min-width:769px) {
.contact-number {
	position:absolute;
	right:30px;
	font-weight:700;
	font-size:34px;
}
}

.mobile-contact-number img {
	margin:4px 80px 0px 0px;
	height:32px;
	width:auto;
}

@media (max-width:768px) {
.mobile-contact-number {
	position:relative;
	display:block;
}
}
@media (min-width:769px) {
.mobile-contact-number {
	display:none;
}
}
.contact-number span a:link,
.contact-number span a:active,
.contact-number span a:visited{
	text-decoration:none;
	color:#4EA455;
}
.contact-number span a:hover{
	text-decoration:none;
	color:#999697;
}
.navbar-nav {
	padding-top:40px;
}
.nav-item {
	font-size:22px;
}
.active .nav-link {
	color:#4EA455!important;
}
.nav-item a.active  {
	color:#4EA455!important;
}
.nav-link {
	color:#999697!important;
	text-decoration:none!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-weight:700!important;
}
.nav-link:hover {
	color:#4EA455!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
h1,h2 {
	color:inherit;
	letter-spacing:-1px;
	line-height:100%;
}
h1 {
	font-weight:400;
	margin-bottom:40px;
}
h2, h3{
	font-weight:400;
	font-style: normal;
	margin-bottom:20px;
}
h4, h5 {
	font-weight:400;
	font-style: normal;
	margin-bottom:20px;
}
@media (min-width:769px) {
h1 {
	font-size:3rem;
}
h2 {
	font-size:2.4rem;
}
h2.bigger {
	font-size:3rem;
}
h4 {
	font-size:1.4rem;
}
}
@media (max-width:768px) {
h1 {
	font-size:2rem;
}
h2 {
	font-size:1.8rem;
}
h2.bigger {
	font-size:2rem;
}
h4 {
	font-size:1.4rem;
}
}
a:link,
a:active,
a:visited{
	color:inherit;
	text-decoration:underline;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a.green:link,
a.green:active,
a.green:visited{
	color:#85B657;
	text-decoration:underline;
}
a.green:hover{
	color:#2B599F;
	text-decoration:none;
}
a.tel-link:link,
a.tel-link:active,
a.tel-link:visited,
a.tel-link:hover{
	color:inherit;
	text-decoration:none!important;
}
.smaller {
	font-size:80%;
}
strong {
	font-family:'proximasoft-bold', sans-serif;
	font-weight:400;
}
@media (max-width:768px) {
section {
	padding:30px 0px;
}
}
@media (min-width:769px) {
section {
	padding:80px 0px;
}
}
section.images {
	padding:0px;
}
section.green {
	background:#4EA455;
	color:#FFF;
}
section.grey {
	background:#999697;
	color:#FFF;
}
section.blue {
	background:#2B599F;
	color:#FFF;
}
section.light-grey {
	background:#f5f5f5;
	color:#575756;
}
section.small {
	padding:30px 0px;
}
section.small h2{
	margin:0px;
}
footer {
	background-color:#2B599F;
	padding:60px 0px 60px 0px;
	color:#b2b2b2;
}
footer span{
	color:#FFF;
}
footer a{
	color:#FFF!important;
}
footer .smaller a{
	color:inherit!important;
}
footer h4{
	color:#006633 ;
	margin:0px 0px 0px 0px;
}
footer p{
	margin:0px 0px 0px 0px;
}
footer p.bigger{
	font-size:120%;
}
p.bigger,
strong.bigger{
	font-size:110%;
}
p.even-bigger,
strong.even-bigger,
.even-bigger p{
	font-size:120%;
}
ul.even-bigger{
	font-size:120%;
	font-weight:700;
	padding:0px;
}
p.even-even-bigger,
strong.even-even-bigger{
	font-size:140%;
	line-height:130%;
}
.ul-special-container {
	margin:0px auto;
	width:auto;
	overflow:auto;
	position:relative;
	display: table;
}
.ul-special-inner-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.special {
	float:left;
	overflow:auto;
	width:auto;
	padding:0px 30px;
	text-align:left;
	margin-bottom: 0px;
}
.green-text{
	color:#85B657!important;
}
.blue-text{
	color:#2B599F!important;
}

.white-text{
	color:#FFF!important;
}
/*.carousel-inner {
	background:#000;
}*/
.carousel-item {
	height:60vh;
	background-size: cover; 
}
.carousel-item h2{
	color:#FFF;
	margin:0px 0px 10px 0px;
	font-size:62px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.carousel-item h3{
	color:#FFF;
	margin:0px 0px 0px 0px;
	font-size:38px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	z-index:11;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 1;
	z-index:11;
}
/*.carousel-control-prev {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.carousel-control-next{
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}*/
.carousel-control-prev-icon,.carousel-control-next-icon {
	opacity:0.5;
	width: 60px;
    height: 60px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.carousel-control-prev-icon:hover,.carousel-control-next-icon:hover {
	opacity:1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.carousel-control-prev-icon{
	background-image: url('../images/left-arrow.svg');
}
.carousel-control-next-icon {
	background-image: url('../images/right-arrow.svg');
}
.btn {
	font-family:'proximasoft-bold', sans-serif;;
	margin-bottom:4px;
	font-weight:400;
	white-space:normal !important;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
a.btn-primary {
	color:#FFF;
	background:#2B599F ;
	border:4px solid #2B599F ;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none;
}
a.btn-primary:hover{
	color:#FFF!important;
	background:#706F6F!important;
	border:4px solid #706F6F!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none;
}
.btn-primary {
	color:#FFF;
	background:#2B599F ;
	border:4px solid #2B599F ;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-primary:hover{
	color:#FFF!important;
	background:#706F6F!important;
	border:4px solid #706F6F!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-secondary {
	color:#FFF;
	/*background:#CCC;*/
	background:#85B657;
	border:4px solid #85B657;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-secondary:hover{
	color:#FFF!important;
	background:#706F6F!important;
	border:4px solid #706F6F!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a.btn-secondary {
	color:#FFF;
	/*background:#CCC;*/
	background:#85B657;
	border:4px solid #85B657;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none;
}
a.btn-secondary:hover{
	color:#FFF!important;
	background:#706F6F!important;
	border:4px solid #706F6F!important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration:none;
}

.form-control {
    display: block;
    width: 100%!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #68726a;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid #b2b9b4;
    border-radius: 0;
    outline:none!important;
    box-shadow:none!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-bottom:8px;
}
.form-control:focus{
    border:1px solid #68726a;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.form-control::placeholder {
	color: #b2b9b4;
	opacity: 1;
}
label {
	font-weight:normal;
}

.gallery-item img {
    border: 5px solid #FFF!important;
    max-width: 100%;
    height: auto;
}
.gallery-item {
	margin-bottom:0px!important;
	margin-top:0px!important;
}
video {
  width: 100%;
  height: auto;
}


.wpcf7-submit {
	font-weight: 400;
	padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
	color: #FFF;
    background: #85B657;
    border: 4px solid #85B657;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.wpcf7-submit:hover {
	cursor:pointer;
	color:#3c3c3b;
	background:#CCC;
	border:4px solid #CCC;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
	color:#3c3c3b;
	background:#CCC;
	border:4px solid #CCC;
}
.wpcf7-not-valid {
	border:1px solid #dc3232!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	color:#46b450;
	border: 1px solid #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
	color: #dc3232;
	border: 1px solid #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	/* border-color: #f56e28; Orange */
	border-color: #dc3232; /* Red */
	color: #dc3232;
	border: 1px solid #dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	/* border-color: #ffb900; Yellow */
	border-color: #dc3232; /* Red */
	color: #dc3232;
	border: 1px solid #dc3232;
}

.wpcf7-spinner {
    display: block;
	margin: 0 auto;
}
label {
	width:100%;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
}
.wpcf7-submit {
  box-shadow: none!important;
}

* { box-sizing: border-box; }

/* ---- button ---- */

.button {
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
	margin-bottom:5px;
}

.button.is-checked {
  color:#3c3c3b;
	background:#CCC;
	border:4px solid #CCC;
  text-shadow: none;
}

.btn-primary:focus,
.button:active {
  box-shadow: none!important;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

.ui-group .button-group {
  display: inline-block;
	margin-bottom:20px;
}
@media (min-width:1200px){
.item-block {
width:25%;
}
}
@media (min-width:991px) and (max-width:1199px){
.item-block {
width:33%;
}
}
@media (min-width:421px) and (max-width:990px){
.item-block {
width:50%;
}
}
@media (max-width:420px){
.item-block {
width:100%;
}
}
	
	.item-block {
		padding:0px 5px 20px 5px;
		font-size:16px;
		color:#333333!important;
		
	}

.cookie-notice-container {
	font-family:'proximasoft-semibold', sans-serif;
}
#cn-accept-cookie {
	color:#3c3c3b!important;
}
#cn-close-notice {
	display:none!important;
}
.testimonial-block {
	/*margin-top:60px;*/
	background:#EEEEEE;
	font-size:110%!important;
	padding:20px 30px 30px 30px;
}
.testimonial-block p {
	margin:0px;
}
.testimonial-block .arrow{
	max-height:48px;
	margin:0px;
}




@media (min-width:768px){
.gallery-columns-4 .gallery-item {
    width: 25%!important;
}
}
@media (min-width:420px) and (max-width:767px){
.gallery-columns-4 .gallery-item {
    width: 50%!important;
}
}
@media (max-width:419px){
.gallery-columns-4 .gallery-item {
    width: 100%!important;
}
}
.wpcf7-list-item-label,
.wp-caption-text {
	font-size:90%;
}

.greenbox {
	background:#006633;
	padding:30px 20px;
	border-radius:10px;
	margin:0px auto 20px auto;
	max-width:240px;
}
.greenbox h2{
	color:#FFFFFF!important;
	font-size:300%;
	margin:0px;
}
.greenbox p{
	color:#FFFFFF!important;
	font-size:140%;
	margin:0px;
	line-height:100%;
}

.sector-title {
	font-size:120%;
	color:#282359;
	margin-top:0px;
	margin-bottom:40px;
	line-height:120%;
}
.sector-box {
	background:#FFFFFF;
	padding:20px;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
	height:90%;
}
@media (min-width:991px){
.feature-block {
	padding:0px 20px;
}
.feature-block-centre {
	padding:0px 20px;
	border-right:1px solid #56a6db;
	border-left:1px solid #56a6db;
}
}
@media (max-width:990px){
.feature-block {
	padding:20px 0px;
	margin: 0px 15px;
}
.feature-block-centre {
	padding:20px 0px;
	border-top:1px solid #56a6db;
	border-bottom:1px solid #56a6db;
	margin: 0px 15px;
}
}
/*Blog Home Page Slider */
.testimonials-slider {
	padding:0px 100px;
}
@media (max-width:820px){
.testimonials-slider{
	padding:0px;
}
}
/* Arrows */
.slick-prev,
.slick-next{
	position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 100%;
	border:0;
	opacity: .25;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor:pointer;
	background: transparent no-repeat center center;
	font-size:0;
	outline:none!important;
}
.slick-prev {
    background-image: url(../images/arrow-left-gry.png);
}
.slick-next {
    background-image: url(../images/arrow-right-gry.png);
}
.slick-prev
{
    left: 30px;
}
.slick-next
{
    right: 30px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
@media (max-width:820px){
.slick-prev,
.slick-next{
	display:none!important;
}
}

@media (min-width:1201px){
.testimonials-slider .article {
	height:470px!important;
}
}
@media (min-width:820px) and (max-width:1200px){
.testimonials-slider .article {
	height:560px!important;
}
}
@media (min-width:768px) and (max-width:819px){
.testimonials-slider .article {
	height:580px!important;
}
}
@media (max-width:767px){
.testimonials-slider .article {
	height:700px!important;
}
.testimonials-slider .article p.bigger{
	font-size:90%;
}
.testimonials-slider .article p.even-bigger{
	font-size:90%;
}
}
.testimonials-slider .article-text {
	text-align:center;
	width:100%!important;
	color:#FFF;
	border-left: solid #FFF 5px;
	border-right: solid #FFF 5px;
	border-bottom: solid #FFF 5px;
	padding:90px 30px 60px 30px;
	background:#2B599F;
	height:100%!important;
	background-image: url('../images/quote-marks-start.png'), url('../images/quote-marks-end.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
}




.slick-slide {
	opacity:.2!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-slide:hover {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slick-center {
	opacity:1!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.testimonials-slider a {
    text-decoration: none!important;
}

.cta-box {
	margin:40px 0px;
	padding:30px 20px;
	background:#2B599F;
	color:#FFF;
	
}
.cta-box-grey {
	margin:40px 0px;
	padding:30px 20px;
	background:#f5f5f5;
	
}
.cta-box-white {
	padding:20px;
	border:1px solid #999697;
	border-radius:20px;
	background:#FFF;
	
}
.cta-box-green {
	padding:20px;
	border:1px solid #4EA455;
	border-radius:20px;
	background:#4EA455;
	
}
.other-box {
	padding:0px;
	color:#FFF;
    outline:1px solid #56a6db;
    outline-offset:-10px;
}
.no-border {
	border:none!important;
}
.same-height {
	height:100%!important;
}
@media (min-width:769px){
.show-on-desktop {
	position:absolute;
	margin-top:20px;
	margin-left:20px;
	height:100px;
	width:auto;
}
.show-on-mobile {
	display:none!important;
}
}
@media (max-width:768px){
.show-on-desktop {
	display:none!important;
}
.show-on-mobile {
	display:block!important;
}
}
.termly-styles-logo-cc6217 {
	display:none!important;
}

.section_3_block h2{
	color:#2B599F;
}
.section_3_block p{
	font-size:120%;
}