/*
Theme Name: Wester Consulting
Description: The original Wester Consulting theme.
Version: 1
Author: Wester Consulting
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
max-width: 100%; 
height: auto; 
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 0;
}
.wp-caption {
background: #f1f1f1;
line-height: 18px;
margin-bottom: 20px;
max-width: 632px !important; 
text-align: center;
}
.wp-caption img {
margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
color: #888;
font-size: 12px;
margin: 5px;
}
.wp-smiley {
margin: 0;
}
.gallery {
margin: 0 auto 18px;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}
.gallery dl {
margin: 0;
}
.gallery img {
border: 10px solid #f1f1f1;
}
.gallery br+br {
display: none;
}
#content .attachment img {
margin: 0 auto;
}
.content ul, .content ol{margin:20px 0;}
.content ul li, .content ol li{margin:8px 0 8px 20px; line-height:26px;}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	border: 1px solid #cccccc;
	padding: 15px !important;
	background: #ffffff;
	border: none;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	margin: 0 !important;
	transition: all 0.5s;
	border-radius: 8px;
}
input[type="text"]:hover, input[type="email"]:hover, textarea:hover{
	background: #eeeeee;
}
input[type="submit"], a.readmore {
	border: 0 none;
	cursor: pointer;
	background: #BD0F0E;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	padding: 10px 25px;
	transition: all 0.5s;
	display: inline-block;
	font-weight:600;
	background-color: #89b45e; /* For browsers that do not support gradients */
  background-image: linear-gradient(to top, #bacf4f, #89b45e);
	border-radius:25px;
}
input[type="submit"]:hover, a.readmore:hover {
  background: none repeat scroll 0 0 #2C4F66;
	color:#ffffff;
}
a.readmore2{
	background:#2C4F66;
}
a.readmore2:hover{
	background:#c4def4;
	color:#2C4F66;
}


*{
padding:0;
margin:0;
}

body.mceContentBody{
background:none;
color:#000000;
}

body,table{
font-family: 'Raleway', sans-serif;
font-size:17px;
color:#2F2A2D;
}

img, fieldset{
border:0;
}

table {
	width: 100%;
	border-collapse: collapse;
}
p{
line-height:28px; 
margin-bottom:25px;
}
a{
outline:none;
text-decoration:none;
color:#025488;
transition: all 0.5s;
}
a:hover{
color:#bbcf50;
}

h1{
font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #025488;
}
h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #025488;
}
h3{
font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #025488;
}
h4{
font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #025488;
}
.clear{
clear:both;
}

.admin-bar header{
	margin-top:32px;
}

.wrapper{
width:90%;
margin:0 auto;
max-width:1920px;
}
.logo {
	float: left;
	width: 220px;
	margin-right: 15px;
	padding: 10px 0;
}
.header {
	z-index: 9999;
	position: relative;
}
.toparea {
	background: url(images/banner-bg.png) 100% 0 no-repeat;
}
header {
	width: 100%;
	height: 93px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.logo, .header, .nav, .number {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.headerheight {
    height: 93px;
}
.number, .nav {
	float: right;
}
header.smaller {
	height: 93px;
	background:#ffffff;
}
.banner {
	padding: 100px 0;
	font-size: 30px;
	color: #025488;
}
.banner p{
	line-height:38px;
}
.banner .moduletable {
	width: 50%;
}
.content {
	background: #F7F3F1;
	padding: 50px 0;
}
.contact {
	background: url(images/contact-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 50px 0;
	color: #ffffff;
}
.contact h2 {
	color: #ffffff;
	text-align: center;
}
.footer{
	padding:50px 0;
	line-height:26px;
}
.footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.footer .moduletable {
	margin: 0 auto;
}
.phonenumber{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #025488;
}
.footer img {
	width: 200px;
}
.nav {
	margin-top: 15px;
	margin-right: 25px;
}
.number {
	color: #025488;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 18%;
}
.gform-footer.gform_footer.top_label {
	justify-content: center;
}
.bottom {
	background: #0a3f57;
	padding: 50px 0;
	color: #000000;
	text-align:center;
}
.bottom h2 {
	color: #ffffff;
	text-align: center;
}
.bottom .wrapper{
	display:flex;
	flex-wrap:wrap;
}
.bottom .moduletable {
	width: 31%;
	margin: 0 auto;
	background-color: #89b45e;
	background-image: linear-gradient(to top, #bacf4f, #89b45e);
	box-sizing: border-box;
	padding: 20px;
	border-radius:15px;
}
img{
max-width:100%;
height:auto;
}

@media all and (max-width: 1340px){
.banner .moduletable {
	width: 40%;
}
	.toparea {
	background: url(images/banner-bg.png) 100% 0 no-repeat;
	background-size: 50%;
}
	.banner {
	padding: 20px 0;
		font-size: 20px;
}
	.banner p {
	line-height: 32px;
}
	.banner h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
}
@media all and (max-width: 1020px){
.banner .moduletable {
	width: 60%;
}
	.banner {
	font-size: 18px;
}
	.banner p {
	line-height: 26px;
}
}
@media all and (max-width: 767px){
.bottom .moduletable {
	width: 100%;
	margin: 0 0 20px;
}
	.footer .moduletable {
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
	.footer {
	padding: 50px 0 20px;
	line-height: 26px;
}
	.number {
	margin-right: 0;
}
	.logo {
	width: 150px;
}
.toparea {
	background: url(images/banner-bg.png) 100% 100% no-repeat;
	background-size: auto;
}
.banner h2 {
	color: #ffffff;
}
.banner p {
	color: #ffffff;
}
h1{
font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #025488;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #025488;
}
h3{
font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #025488;
}
h4{
font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #025488;
}
	header {
	background:#ffffff;
}
	.admin-bar header {
	margin-top: 46px;
}
	header.smaller, .headerheight, header {
	height: 65px;
}
}
@media all and (max-width: 500px){
.nav {
	margin-right: 0;
}
}