.header-wrapper {
	color: #fff;
	background: url(https://images.unsplash.com/photo-1512915922686-57c11dde9b6b?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjg3NzY5fQ) center center no-repeat;
    background-size: cover;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Merriweather', serif;
}

.page-content h1,.page-content h2,.page-content h3 {
	color: #2591c3;
}

.page-content h4,.page-content h5,.page-content h6 {
	color: #1b7095;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.four-wrapper a {
	color: #2591c3;
}
.four-wrapper a:hover {
	text-decoration: underline;
}
.page-content a {
	color: #2591c3;
	text-decoration: underline;
}
.page-content a:hover {
	color: #2591c3e6;
}
.primary-color {
	color: #2591c3 !important;
}
.secondary-color {
	color: #1b7095 !important;
}
.primary-bg {
	background: #2591c3 !important;
}
ul.social-icons li a {
    border: 2px solid #2591c3;
    color: #2591c3;
}
ul.social-icons li a:hover {
    background: #2591c3;
    color: #ffffff;
}
ul.social-icons li a svg {
	max-width: 80%;
    margin-left: 2px;
    fill: #2591c3;
}
ul.social-icons li a svg:hover {
    fill: #ffffff;
}
a.social-icon svg {
	max-width: 80%;
    margin-left: 2px;
    margin-top: -2px;
    fill: #2591c3;
}
a.social-icon svg:hover {
    fill: #1b7095;
}
a.btn,.btn,.btn a {
	border-width: 2px;
	text-decoration: none;
}
input.gform_previous_button {
    background: transparent !important;
    color: #2591c3 !important;
}
a.btn-primary,.btn-primary,input.button {
	background: #2591c3;
	border-color: #2591c3;
	color: #ffffff;
}
a.btn-primary:hover,.btn-primary:hover,input.button:hover {
	background: #2591c3;
	border-color: #2591c3;
	color: #ffffff;
}
a.btn-secondary,.btn-secondary,input.button {
	background: #1b7095;
	border-color: #1b7095;
	color: #ffffff;
}
a.btn-secondary:hover,.btn-secondary:hover,input.button:hover {
	background: #1b7095;
	border-color: #1b7095;
	color: #ffffff;
}
a.btn-outline-primary,.btn-outline-primary {
	color: #2591c3;
	border-color: #2591c3;
}
a.btn-outline-primary:hover,.btn-outline-primary:hover,.btn-outline-primary a:hover {
	background: #2591c3;
	border-color: #2591c3;
    color: #ffffff;
}
.gradients {
	background: #2591c3e6;
	background: -moz-linear-gradient(-45deg, #2591c3e6 0%, #2591c3e6 47%, #1b7095e6 100%);
    background: -webkit-linear-gradient(-45deg, #2591c3e6 0%, #2591c3e6 47%, #1b7095e6 100%);
    background: linear-gradient(135deg, #2591c3e6 0%, #2591c3e6 47%, #1b7095e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2591c3', endColorstr='#1b7095', GradientType=1);
}
.gradient {
	background: #2591c3;
	background: -moz-linear-gradient(-45deg, #2591c3 0%, #2591c3 47%, #1b7095 100%);
    background: -webkit-linear-gradient(-45deg, #2591c3 0%, #2591c3 47%, #1b7095 100%);
    background: linear-gradient(135deg, #2591c3 0%, #2591c3 47%, #1b7095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2591c3', endColorstr='#1b7095', GradientType=1);
}
.gradients-reverse {
	background: #1b7095e6;
	background: -moz-linear-gradient(-45deg, #1b7095e6 0%, #1b7095e6 47%, #2591c3e6 100%);
    background: -webkit-linear-gradient(-45deg, #1b7095e6 0%, #1b7095e6 47%, #2591c3e6 100%);
    background: linear-gradient(135deg, #1b7095e6 0%, #1b7095e6 47%, #2591c3e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b7095', endColorstr='#2591c3', GradientType=1);
}
.gradient-reverse {
	background: #1b7095;
	background: -moz-linear-gradient(-45deg, #1b7095 0%, #1b7095 47%, #2591c3 100%);
    background: -webkit-linear-gradient(-45deg, #1b7095 0%, #1b7095 47%, #2591c3 100%);
    background: linear-gradient(135deg, #1b7095 0%, #1b7095 47%, #2591c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b7095', endColorstr='#2591c3', GradientType=1);
}


.underlined:before {
	background: #2591c3;
	background: -moz-linear-gradient(-45deg, #2591c3 0%, #2591c3 47%, #1b7095 100%);
    background: -webkit-linear-gradient(-45deg, #2591c3 0%, #2591c3 47%, #1b7095 100%);
    background: linear-gradient(135deg, #2591c3 0%, #2591c3 47%, #1b7095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2591c3', endColorstr='#1b7095', GradientType=1);
}

.dark-color {
	color: #2c2e3a;
}

.dark-background {
	background: #2c2e3a;
}

.primary-border-color {
	border-color: #2591c3;
}

.secondary-border-color {
	border-color: #1b7095;
}