@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore');
.button-gradient {
  background-color: #064895;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#085fc6, endColorstr=#043064);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#085fc6, endColorstr=#043064)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#085fc6),to(#043064));
  background-image: -webkit-linear-gradient(top,#085fc6,#043064);
  background-image: -moz-linear-gradient(top,#085fc6,#043064);
  background-image: -o-linear-gradient(top,#085fc6,#043064);
  background-image: -ms-linear-gradient(top,#085fc6,#043064);
  background-image: linear-gradient(to bottom,#085fc6,#043064);
}
.blue-gradient {
  background-image: -moz-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -ms-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
}
.blue-gradient-transparent {
  background-image: -moz-linear-gradient(90deg,rgba(0,54,117,0.5) 0%,rgba(86,133,177,0.5) 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,rgba(0,54,117,0.5) 0%,rgba(86,133,177,0.5) 50%,rgba(12,86,169,0.5) 100%);
  background-image: -ms-linear-gradient(90deg,rgba(0,54,117,0.5) 0%,rgba(86,133,177,0.5) 50%,rgba(12,86,169,0.5) 100%);
}
.bottom-services .slick-slider {
  padding: 0 20px;
}
.bottom-services .slick-slider .slick-slider-item img {
  max-width: 100%;
  height: auto;
}
.bottom-services .slick-slider .slick-slider-item h4 {
  font-family: Muli;
  text-transform: uppercase;
  color: #54b9e8;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.bottom-services .slick-slider .slick-slider-item .description {
  font-size: 13px;
  color: #555;
  text-align: center;
}
.bottom-services .slick-slider .slick-arrow.slick-prev {
  background: url('../img/arrow-left.png');
  width: 50px;
  height: 88px;
}
.bottom-services .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}
.bottom-services .slick-slider .slick-arrow.slick-next {
  background: url('../img/arrow-right.png');
  width: 50px;
  height: 88px;
}
.bottom-services .slick-slider .slick-arrow.slick-next:before {
  display: none;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Muli, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Forum, sans-serif;
}
.widget h3 {
  font-family: Muli, sans-serif;
}
body hr {
  border-top-color: #555;
}
.page-template-page-landing .nav-wrapper {
  background: transparent;
  background-image: -moz-linear-gradient(90deg,rgba(0,54,117,0.5) 0%,rgba(86,133,177,0.5) 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,rgba(0,54,117,0.5) 0%,rgba(86,133,177,0.5) 50%,rgba(12,86,169,0.5) 100%);
  background-image: -ms-linear-gradient(90deg,rgba(0,54,117,0.5) 0%,rgba(86,133,177,0.5) 50%,rgba(12,86,169,0.5) 100%);
  position: absolute;
  z-index: 1000;
  width: 1000;
}
header a {
  color: #043064;
  transition: 0.5s all;
}
header a:hover {
  color: #555;
}
header .header {
  padding: 15px 0;
}
header .header-logo {
  max-width: 450px;
  height: auto;
  margin-bottom: 8px;
}
header .nav-select {
  display: none;
}
header .header-right {
  text-align: right;
}
header .header-phone a {
  background: #fff;
  color: #043064;
  border: 2px solid #043064;
  text-decoration: none;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  margin-top: 30px;
}
header .header-phone a span {
  text-decoration: underline;
}
header .header-phone a i {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 5px;
}
header .header-phone a:hover {
  background: #043064;
  color: #fff;
}
header .header {
  background-image: -moz-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -ms-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  color: #fff;
}
header .header .container > .row {
  align-items: center;
  display: flex;
}
header .header .header-tagline {
  font-size: 22px;
  text-align: center;
}
header .header .header-right-buttons {
  margin: 10px 0;
}
header .header .header-right-buttons .header-right-button {
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 200px;
  display: inline-block;
  border: 1px solid #fff;
  transition: 0.5s all;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
  margin: 5px;
}
header .header .header-right-buttons .header-right-button:hover {
  background: transparent !important;
  text-decoration: none !important;
  color: #fff;
}
header .header .header-right-buttons .header-right-button i {
  margin-right: 5px;
}
header .header .social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0px;
}
header .header .social li {
  margin: 0 10px 0;
}
header .header .social li a {
  color: #fff;
}
header .header .social li a:hover {
  color: #6eaef9;
}
header .nav-border img {
  max-width: 100%;
  height: auto;
}
header .nav-wrapper {
  background: transparent;
  background-image: -moz-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -ms-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  width: 100%;
  padding: 0 0 0;
}
header .nav-wrapper ul.header-nav > li:first-child {
  margin-left: 0;
}
header .nav-wrapper ul.header-nav > li:last-child {
  margin-right: 0;
}
header .nav-wrapper ul.header-nav > li:hover {
  background: #fff;
}
header .nav-wrapper ul.header-nav > li:hover > a {
  color: #043064;
  text-decoration: none;
}
header .nav-wrapper ul.header-nav > li > a {
  line-height: 55px;
  display: inline-block;
  padding: 0 9px;
}
header .nav-wrapper a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
header .nav-wrapper .header-nav > li > ul.dropdown-menu > li > a:focus,
header .nav-wrapper .header-nav > li > ul.dropdown-menu > li > a:hover {
  color: #043064;
  background: #fff;
}
header .nav-wrapper .header-nav > li:hover > ul.dropdown-menu,
header .nav-wrapper .header-nav > li:hover > ul.dropdown-menu ul.dropdown-menu {
  background: #043064;
}
header .nav-wrapper .header-nav .dropdown-menu > li > a:focus,
header .nav-wrapper .header-nav .dropdown-menu > li > a:hover {
  color: #043064;
  background: #fff;
}
.banner-section {
  position: relative;
}
.banner-section .overlay {
  bottom: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.banner-section .overlay h1 {
  font-size: 80px;
  color: #fff;
  font-family: Muli;
  font-weight: bold;
}
.banner-section .overlay h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Muli;
  font-size: 48px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}
.banner-section .overlay h1,
.banner-section .overlay h2 {
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.banner-section .overlay span.button {
  display: inline-block;
  padding: 20px 20px;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-family: Muli;
  color: #fff;
  border-radius: 10px;
  font-size: 32px;
  padding: 10px 20px;
}
.banner-section .overlay2 {
  background: rgba(4,48,100,0.5);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  font-family: Muli;
  font-size: 30px;
  bottom: 0;
  position: absolute;
  line-height: 1.2;
  z-index: 1000;
}
.services-section {
  padding-top: 30px;
  background: #fff;
}
.services-section h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}
.services-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-section ul li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 40px;
  width: 33%;
}
.services-section ul li h4 {
  bottom: 0;
  color: #555;
  font-size: 20px;
  width: 100%;
  margin: 0;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  z-index: 22;
}
.services-section ul li .description {
  font-size: 12px;
  line-height: 1.3;
  color: #555;
}
.services-section ul li a {
  display: inline-block;
  position: relative;
}
.services-section ul li a:hover {
  text-decoration: none;
}
.services-section ul li a .image-wrapper {
  position: relative;
}
.services-section ul li a .image-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s all;
}
.services-section ul li a:hover .image-wrapper:after {
  background: rgba(221,221,221,0.25);
}
.services-section ul li a img {
  max-width: 100%;
  height: auto;
  border: 1px solid #555;
}
.services-section .button-wrapper {
  text-align: center;
  margin: 30px 0 50px;
}
.services-section .button-wrapper a {
  display: inline-block;
  border-radius: 50px;
  line-height: 1.3;
  border: 2px solid #54b9e8;
  color: #54b9e8;
  text-transform: uppercase;
  padding: 20px 20px;
  transition: 0.5s all;
}
.services-section .button-wrapper a:hover {
  text-decoration: none;
  background: #54b9e8;
  color: #fff;
}
.services-section.top-services {
  padding-top: 0;
  background: #043064;
}
.services-section.top-services li {
  background: #65b6e7;
  color: #fff;
  border-top: 2px solid #fff;
  margin-bottom: 0;
  padding: 20px 30px;
  vertical-align: top;
  width: 33.333%;
  float: left;
}
.services-section.top-services li:nth-child(2n) {
  background: #3995d2;
}
.services-section.top-services li h4 {
  text-transform: uppercase;
  font-family: Muli;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.services-section.top-services li .description {
  color: #fff;
  line-height: 1.5;
}
.services-section.top-services li .image-wrapper {
  float: left;
  margin-right: 20px;
}
.services-section.top-services li img {
  border: none;
}
.services-section.bottom-services h3 {
  text-transform: uppercase;
  font-size: 35px;
}
.direct-billing-section {
  background-color: #064895;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#085fc6, endColorstr=#043064);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#085fc6, endColorstr=#043064)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#085fc6),to(#043064));
  background-image: -webkit-linear-gradient(top,#085fc6,#043064);
  background-image: -moz-linear-gradient(top,#085fc6,#043064);
  background-image: -o-linear-gradient(top,#085fc6,#043064);
  background-image: -ms-linear-gradient(top,#085fc6,#043064);
  background-image: linear-gradient(to bottom,#085fc6,#043064);
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(255,255,255,0.3);
  padding: 15px 0;
}
.direct-billing-section h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 28px;
}
.page-template-page-landing .content-section .sidebar {
  padding-top: 0;
  background: transparent;
}
.page-template-page-landing .content-section .sidebar img {
  border: 1px solid #555;
}
.page-template-page-landing .content-section .sidebar .caption {
  text-align: center;
}
.page-template-page-landing .content-section .sidebar .caption a {
  color: #555;
}
.page-template-page-landing .content-section .sidebar .caption h2,
.page-template-page-landing .content-section .sidebar .caption h3,
.page-template-page-landing .content-section .sidebar .caption h4 {
  color: #555;
  text-transform: none;
}
.page-template-page-landing .content-section .page-header {
  padding-bottom: 0;
}
.content-section {
  background: #eee;
  color: #333333;
}
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
  font-family: Muli;
}
.content-section h2 {
  font-size: 24px;
}
.content-section .page-header {
  border-bottom: 0;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-section .page-header h1 {
  font-size: 30px;
  color: #555;
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  font-family: Forum;
  font-variant: small-caps;
  letter-spacing: 2px;
}
.content-section .page-header h2 {
  font-size: 38px;
  color: #999999;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  font-family: Forum;
  font-variant: small-caps;
  letter-spacing: 2px;
}
.content-section .page-header:after {
  content: '';
  border-bottom: 1px solid #999;
  width: 200px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.content-section a {
  color: #333;
  text-decoration: underline;
}
.content-section a:hover {
  text-decoration: none;
}
.content-section p {
  margin-bottom: 15px;
}
.content-section .content {
  padding-bottom: 20px;
}
.content-section .content .call-to-action {
  margin-top: 50px;
  padding: 0 50px;
}
.content-section .content .call-to-action a {
  color: #333;
  text-decoration: underline;
}
.content-section .content .call-to-action a:hover {
  text-decoration: none;
}
.content-section .content .call-to-action h4,
.content-section .content .call-to-action h5 {
  color: #555;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
  padding: 0 50px;
  line-height: 1.4;
}
.content-section .sidebar {
  padding: 20px 20px;
  background: #ebefed;
}
.content-section .sidebar .clock-wrapper {
  margin-top: 30px;
}
.content-section .sidebar img {
  max-width: 100%;
  height: auto;
}
.content-section .sidebar h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.content-section .sidebar p {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-section .sidebar address {
  margin-bottom: 5px;
  font-size: 16px;
}
.content-section .sidebar .widget {
  margin-top: 25px;
}
.content-section .sidebar .widget:first-child {
  margin-top: 0;
}
.content-section .sidebar .widget a {
  color: #555;
}
.content-section .sidebar .services-nav a:hover {
  color: #fff;
}
.content-section .sidebar .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-section .sidebar .social li {
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;
}
.content-section .sidebar .social li a {
  color: #555;
}
.content-section .sidebar .social li a:hover {
  color: #dddddd;
}
.content-section .sidebar .clock-wrapper {
  text-align: center;
}
.content-section .pre-split-content {
  margin-bottom: 20px;
}
.content-section address {
  font-size: 16px;
  margin-bottom: 5px;
}
.page-template-page-landing .content-section .page-header {
  padding-bottom: 10px;
}
.page-template-page-landing .content-section .page-header:after {
  display: none;
}
.page-template-page-landing .content-section .sidebar p {
  margin-bottom: 0;
}
.why-choose-title-section {
  background: rgba(4,48,100,0.5);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  position: relative;
  top: -72px;
  margin-bottom: -74px;
  z-index: 200;
}
.why-choose-title-section h2 {
  font-family: Muli;
  margin: 0;
}
.complimentary-consultation-section {
  background-image: -moz-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -ms-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  padding: 15px 0;
}
.complimentary-consultation-section h2 {
  font-size: 22px;
  margin: 0;
  color: #fff;
  font-family: Muli;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}
.complimentary-consultation-section h2 a {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.complimentary-consultation-section h2 a img {
  max-height: 40px;
}
.hours-banner-section {
  background-image: -moz-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -ms-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.hours-banner-section h2 {
  margin: 0;
  font-size: 22px;
  font-family: Muli;
}
.after-content-section {
  text-align: center;
  font-size: 21px;
  color: #555;
  padding: 25px 0 50px;
}
.after-content-section ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.after-content-section ul.social li {
  display: inline-block;
  margin: 0 5px;
}
.after-content-section ul.social li a {
  background-color: #064895;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#085fc6, endColorstr=#043064);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#085fc6, endColorstr=#043064)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#085fc6),to(#043064));
  background-image: -webkit-linear-gradient(top,#085fc6,#043064);
  background-image: -moz-linear-gradient(top,#085fc6,#043064);
  background-image: -o-linear-gradient(top,#085fc6,#043064);
  background-image: -ms-linear-gradient(top,#085fc6,#043064);
  background-image: linear-gradient(to bottom,#085fc6,#043064);
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.5s all;
}
.after-content-section ul.social li a:hover {
  background: #555;
}
.after-content-section ul.social li a i {
  font-size: 20px;
}
.after-content-section a {
  text-decoration: underline;
  color: #555;
}
.after-content-section a:hover {
  text-decoration: none;
}
.after-content-section h3 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}
.map-section {
  text-align: center;
  border-bottom: 5px solid #043064;
}
.map-section a {
  text-decoration: underline;
  color: #555;
}
.map-section a:hover {
  text-decoration: none;
}
.map-section a #cpm-map {
  margin-bottom: 20px;
  text-align: left;
}
.request-appointment-section {
  background: #dddddd;
  padding: 10px 0;
  text-align: center;
}
.request-appointment-section a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  background: #555;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 20px;
  line-height: 2.5;
}
.request-appointment-section a:hover {
  background: #fff;
  color: #555;
  text-decoration: none;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer {
  background: #fff;
  color: #555;
  padding: 10px 0 30px 0;
  margin: 20px 0;
}
footer .footer h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
footer .footer li {
  margin-bottom: 5px;
}
footer .footer .tagline {
  font-family: Forum;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer a {
  color: #555;
}
footer .footer-left,
footer .footer-right {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}
footer .footer-left h3,
footer .footer-right h3 {
  font-family: Forum;
  text-transform: none;
  font-size: 30px;
  font-weight: normal;
}
footer .footer-left {
  padding: 0;
}
footer .footer-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-left ul li {
  display: block;
}
footer .footer-left ul a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Muli';
  color: #fff;
  margin: 0 15px;
}
footer .footer-left ul a:hover {
  text-decoration: underline;
}
footer .footer-right h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 0;
}
footer .footer-right ul li {
  margin-bottom: 10px;
}
footer .footer-right ul li:before {
  background: #043064;
  color: #555;
  padding: 2px;
  border-radius: 2px;
  font-size: 18px;
  line-height: 18px;
  margin-top: -11px;
}
footer .footer-right ul a:hover {
  color: #6eaef9;
}
footer .blue-footer {
  background: #043064;
  padding-top: 20px;
}
footer .blue-footer ul.footer-nav {
  padding: 0;
  text-align: center;
  margin: 20px 0;
}
footer .blue-footer ul.footer-nav li {
  display: inline-block;
  text-transform: uppercase;
}
footer .blue-footer ul.footer-nav li:last-child a:after {
  display: none;
}
footer .blue-footer ul.footer-nav li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
}
footer .blue-footer ul.footer-nav li a:hover {
  text-decoration: underline;
}
footer .blue-footer ul.footer-nav li a:after {
  content: '';
  border-right: 1px solid #fff;
  position: absolute;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
footer .footer-tagline {
  background: #043064;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  border-top: 1px solid #6eaef9;
  border-bottom: 1px solid #6eaef9;
  padding: 15px 0;
}
footer .footer-copy-maker,
footer .footer-disclaimer {
  color: #ddd;
  background: transparent;
  font-size: 12px;
}
footer .footer-copy-maker ul li,
footer .footer-disclaimer ul li {
  border-left-color: #ddd;
}
footer .footer-copy-maker a,
footer .footer-disclaimer a {
  text-decoration: underline;
  color: #ddd;
}
footer .footer-copy-maker a:hover,
footer .footer-disclaimer a:hover {
  text-decoration: none;
}
footer .footer-copy-maker {
  padding: 10px 0 20px;
}
footer .footer-disclaimer {
  text-align: left;
  padding: 15px 0 30px 0;
}
.post-footer {
  background-image: -moz-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -webkit-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  background-image: -ms-linear-gradient(90deg,#003675 0%,#5685b1 50%,#0c56a9 100%);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
  text-align: center;
}
.post-footer h2 {
  font-size: 22px;
  font-family: Muli;
  margin: 0;
}
