/*
THEME NAME: Mega Theme
THEME URI:
DESCRIPTION: A theme that works with SiteOrigin's Pagebuilder
VERSION: 3.4
AUTHOR: Nathan Hartwell
For advanced functions, see http://lesscss.org/#overview
*/
/*This is the main container of the site, its width should control everything.*/
/* image aligning for blog posts */
/*This is to fix the stupid gravity forms name field*/
.dark-blue.color * {
  color: #21438c !important;
}
.dark-blue.bg {
  background-color: #21438c !important;
}
.orange.color * {
  color: #e36f2a !important;
}
.orange.bg {
  background-color: #e36f2a !important;
}
.light-blue.color * {
  color: #1fabe0 !important;
}
.light-blue.bg {
  background-color: #1fabe0 !important;
}
.light-blue-fade > .panel-grid-cell {
  position: relative;
  z-index: 3;
}
.light-blue-fade:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.light-blue-fade.left {
  position: relative;
}
.light-blue-fade.left:before {
  background: linear-gradient(90deg,#1fabe0 50%,rgba(31,171,224,0) 100%);
}
.light-blue-fade.right {
  position: relative;
}
.light-blue-fade.right:before {
  background: linear-gradient(-90deg,#1fabe0 50%,rgba(31,171,224,0) 100%);
}
.light-blue-fade.top {
  position: relative;
}
.light-blue-fade.top:before {
  background: linear-gradient(180deg,#1fabe0 50%,rgba(31,171,224,0) 100%);
}
.light-blue-fade.bottom {
  position: relative;
}
.light-blue-fade.bottom:before {
  background: linear-gradient(0deg,#1fabe0 50%,rgba(31,171,224,0) 100%);
}
.dark-blue-fade > .panel-grid-cell {
  position: relative;
  z-index: 3;
}
.dark-blue-fade:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dark-blue-fade.left {
  position: relative;
}
.dark-blue-fade.left:before {
  background: linear-gradient(90deg,#21438c 50%,rgba(33,67,140,0) 100%);
}
.dark-blue-fade.right {
  position: relative;
}
.dark-blue-fade.right:before {
  background: linear-gradient(-90deg,#21438c 50%,rgba(33,67,140,0) 100%);
}
.dark-blue-fade.top {
  position: relative;
}
.dark-blue-fade.top:before {
  background: linear-gradient(180deg,#21438c 50%,rgba(33,67,140,0) 100%);
}
.dark-blue-fade.bottom {
  position: relative;
}
.dark-blue-fade.bottom:before {
  background: linear-gradient(0deg,#21438c 50%,rgba(33,67,140,0) 100%);
}
.white-fade > .panel-grid-cell {
  position: relative;
  z-index: 3;
}
.white-fade:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:900px) {
  .white-fade:before {
    background: rgba(255,255,255,0.9) !important;
  }
}
.white-fade.left {
  position: relative;
}
.white-fade.left:before {
  background: linear-gradient(90deg,#fff 50%,rgba(255,255,255,0) 100%);
}
.white-fade.right {
  position: relative;
}
.white-fade.right:before {
  background: linear-gradient(-90deg,#fff 50%,rgba(255,255,255,0) 100%);
}
.white-fade.top {
  position: relative;
}
.white-fade.top:before {
  background: linear-gradient(180deg,#fff 50%,rgba(255,255,255,0) 100%);
}
.white-fade.bottom {
  position: relative;
}
.white-fade.bottom:before {
  background: linear-gradient(0deg,#fff 50%,rgba(255,255,255,0) 100%);
}
* {
  margin: 0;
  padding: 0;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
}
.stretch {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}
input {
  -webkit-appearance: none;
}
html {
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
  width: 100%;
  scroll-behavior: smooth !important;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 1.8rem;
  -webkit-text-size-adjust: 100% !important;
  color: #202020;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 0 !important;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
  overflow: visible !important;
}
@media screen and (max-width:900px) {
  #wrapper {
    overflow-x: hidden;
  }
}
a {
  color: #21438c;
  text-decoration: none;
}
a:hover {
  color: #1fabe0;
}
p {
  padding-bottom: 15px;
}
.btn {
  padding: 8px 30px;
  border-radius: 30px;
  display: inline-block;
  color: #000;
}
.btn.orange {
  background-color: #e36f2a;
}
.btn.dark-blue {
  background-color: #21438c;
  color: #fff;
}
.btn.dark-blue:hover {
  color: #fff;
}
.btn.dark-blue {
  background-color: #1fabe0;
}
.btn:hover {
  color: #000;
}
#full-header {
  background-color: rgba(255,255,255,0.6);
  backdrop-filter: blur(15px) brightness(150%) grayscale(50%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  color: #21438c;
  position: sticky;
  top: 0;
  z-index: 999999999;
  bottom: -100%;
}
@media screen and (max-width:900px) {
  #full-header {
    background-color: #ffffff;
    backdrop-filter: blur(0) brightness(0) grayscale(0);
  }
}
@media screen and (max-width:900px) {
  #full-header .main_header_container {
    flex-direction: row !important;
    align-items: center !important;
  }
}
@media screen and (max-width:900px) {
  #full-header .secondary_menu .inline-row {
    display: none;
  }
  #full-header .secondary_menu > .panel-layout {
    display: flex;
    align-items: center;
  }
  #full-header .secondary_menu > .panel-layout > div {
    flex-basis: 100%;
  }
  #full-header .secondary_menu > .panel-layout > div:last-of-type {
    flex-basis: auto;
  }
}
@media screen and (max-width:900px) {
  #full-header .sow-image-container a img {
    max-width: 275px;
    max-height: 50px;
    width: auto;
    height: auto;
  }
}
#full-header a {
  color: #21438c;
}
#full-header .social-media-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
}
#full-header .social-media-button-container a {
  padding: 0;
  background: transparent !important;
  border: none !important;
  color: #21438c !important;
  width: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#full-header #mega-menu-header-menu .mega-resources > a {
  background-color: #e36f2a !important;
  color: #000 !important;
  border-radius: 30px !important;
  text-align: center !important;
  display: inline-flex !important;
  justify-content: normal;
  flex-direction: row-reverse;
  padding: 0 10px !important;
  gap: 10px !important;
}
#full-header #mega-menu-header-menu .mega-resources > a span {
  margin: 0 !important;
  padding: 0 !important;
}
#full-header p {
  padding-bottom: 0;
}
#full-header .inline-row.inline-just-end > .panel-grid-cell {
  justify-content: end;
  align-items: center;
}
@media screen and (max-width:900px) {
  #full-header .inline-row.inline-just-end > .panel-grid-cell {
    flex-wrap: nowrap !important;
    justify-content: center;
  }
}
@media screen and (max-width:900px) {
  #full-header .inline-row.inline-just-end > .panel-grid-cell > div {
    flex-basis: auto;
  }
}
.inline-row {
  display: flex;
}
@media screen and (max-width:900px) {
  .inline-row {
    flex-wrap: wrap;
  }
  .inline-row > div {
    flex-basis: 100%;
  }
}
.inline-row.inline-just-end > .panel-grid-cell {
  justify-content: end;
}
.inline-row.inline-nowrap > .panel-grid-cell {
  flex-wrap: nowrap !important;
}
.inline-row.inline-nowrap > .panel-grid-cell > div {
  flex-basis: auto;
}
.inline-row.inline-just-center > .panel-grid-cell {
  justify-content: center;
}
.inline-row.inline-wrap > .panel-grid-cell {
  flex-wrap: wrap;
}
.inline-row .inline-equal > .panel-grid-cell > div {
  flex-basis: 50%;
}
.inline-row.w-divider > .panel-grid-cell .widget:not(:last-of-type) {
  border-right: 1px solid;
  padding-right: 15px;
}
.inline-row > .panel-grid-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .inline-row > .panel-grid-cell {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:900px) {
  .inline-row > .panel-grid-cell .widget {
    flex-basis: 100%;
  }
}
.inline-list ul {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width:900px) {
  .inline-list ul {
    flex-wrap: wrap;
  }
}
.inline-list ul li {
  list-style: none;
  margin: 0;
}
.widget_sow-layout-slider .home-slider .sow-slider-image .panel-grid {
  min-height: 700px !important;
  display: flex;
  padding: 0 15px;
}
.widget_sow-layout-slider .home-slider .sow-slider-image .panel-grid > div {
  padding: 50px;
}
.widget_sow-layout-slider .home-slider .sow-slider-image .panel-grid h1,
.widget_sow-layout-slider .home-slider .sow-slider-image .panel-grid h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #21438c;
}
.widget_sow-layout-slider .sow-slider-image .panel-grid:has(> .bottom_right) {
  align-items: end;
  justify-content: end;
}
.widget_sow-layout-slider .sow-slider-image .panel-grid:has(> .bottom_right) .bottom_right {
  width: 65%;
}
@media screen and (max-width:900px) {
  .widget_sow-layout-slider .sow-slider-image .panel-grid:has(> .bottom_right) .bottom_right {
    width: 100%;
  }
}
.widget_sow-layout-slider .semi-trans {
  background-color: rgba(255,255,255,0.8);
}
.service_types {
  position: relative;
  z-index: 2;
}
.service_types .service_example {
  position: relative;
  bottom: -50px;
}
@media screen and (max-width:900px) {
  .service_types .service_example {
    transition-duration: 0s !important;
    transform: translateX(0) !important;
  }
}
.service_types .service_bg {
  background-color: rgba(255,255,255,0.8);
  padding: 50px 80px;
  margin: 0 -50px;
}
.generic_bg_box {
  background-color: rgba(255,255,255,0.8);
  padding: 50px 80px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width:900px) {
  .generic_bg_box {
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
  }
}
.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1300px) {
  .container {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1.5px;
  line-height: 2.2rem;
  font-weight: 100;
}
@media screen and (max-width:900px) {
  .leftalign,
  .rightalign {
    float: none;
    width: 100%;
    padding: 30px;
  }
}
.leftalign {
  float: left;
  width: 30%;
  height: auto;
  padding: 20px 20px 20px 0;
}
.rightalign {
  float: right;
  width: 30%;
  height: auto;
  padding: 20px 0 20px 20px;
}
.leftalign {
  width: 50%;
}
.leftalign,
.alignleft {
  float: left;
  height: auto;
  padding: 0 20px 20px 0;
}
.rightalign {
  width: 50%;
}
.rightalign,
.alignright {
  float: right;
  height: auto;
  padding: 5px 0 20px 20px;
}
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.clear {
  clear: both;
}
.widget_siteorigin-panels-builder {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  margin-bottom: 3px;
  margin-top: 3px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.page-title h1 {
  padding: 30px;
}
.category_page .editor-tinymce {
  padding: 0;
}
.editor-tinymce {
  padding: 30px;
}
.main-side,
.main-sidebar {
  display: block;
  float: left;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
}
@media screen and (max-width:900px) {
  .main-side,
  .main-sidebar {
    width: 100%;
    float: none;
  }
}
.main-side {
  width: 70%;
  padding: 30px;
}
.main-sidebar {
  width: 30%;
}
@media screen and (max-width:900px) {
  .aos-animate {
    transition-duration: 0s !important;
    opacity: 1 !important;
    transition-timing-function: unset !important;
  }
}
div.ginput_container_name span {
  padding-right: 0 !important;
  float: left;
  margin: 0 !important;
  width: 49.5% !important;
}
div.ginput_container_name span:first-child {
  margin-right: 1% !important;
}
@media screen and (max-width:900px) {
  div.ginput_container_name span:first-child {
    margin-bottom: 16px !important;
  }
}
.loop-team a .team_content {
  display: block;
  width: 100%;
  opacity: 0;
  padding: 15px;
  font-weight: 400;
  font-size: .8rem;
  position: relative;
  z-index: 99;
  transition: all 1s;
  /* Firefox 4 */
  -moz-transition: all 1s;
  /* Safari and Chrome */
  -webkit-transition: all 1s;
  /* Opera */
  -o-transition: all 1s;
}
.loop-team a .team_content span {
  display: inline-block;
}
.loop-team a .team_content .name {
  font-weight: 700;
}
.loop-team a .team_content .btn {
  display: block;
  color: #fff;
  padding: 5px 30px;
  margin: 0;
  font-weight: 700;
  background-color: #e36f2a;
  text-align: center;
}
.loop-team.home-team {
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 15px;
}
.loop-team.home-team a {
  color: #fff;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 50%;
  height: 300px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
  transition: all 0.6s;
  /* Firefox 4 */
  -moz-transition: all 0.6s;
  /* Safari and Chrome */
  -webkit-transition: all 0.6s;
  /* Opera */
  -o-transition: all 0.6s;
  transform: scale(1);
  z-index: 1;
}
@media screen and (max-width:900px) {
  .loop-team.home-team a {
    height: auto;
    padding-top: 50%;
  }
}
.loop-team.home-team a:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
  transform: scale(1.03);
  z-index: 9;
}
.loop-team.home-team a:hover .bg_overlay::before {
  opacity: 1;
}
.loop-team.home-team a:hover .team_content {
  opacity: 1;
}
.loop-team.home-team a .bg_overlay {
  display: flex;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:900px) {
  .loop-team.home-team a .bg_overlay {
    display: none;
  }
}
.loop-team.home-team a .bg_overlay:before {
  content: '';
  background: linear-gradient(0deg,#21438c 20%,rgba(33,67,140,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
  /* Firefox 4 */
  -moz-transition: all 0.8s;
  /* Safari and Chrome */
  -webkit-transition: all 0.8s;
  /* Opera */
  -o-transition: all 0.8s;
}
.loop-team.home-team a .team_content {
  display: block;
  opacity: 0;
  padding: 15px;
  font-weight: 700;
  position: relative;
  z-index: 99;
  transition: all 1s;
  /* Firefox 4 */
  -moz-transition: all 1s;
  /* Safari and Chrome */
  -webkit-transition: all 1s;
  /* Opera */
  -o-transition: all 1s;
}
.loop-team.home-team a .team_content span {
  display: inline-block;
}
.loop-team.about-team {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width:900px) {
  .loop-team.about-team {
    flex-wrap: wrap;
  }
}
.loop-team.about-team a {
  color: #fff;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 25%;
  padding-top: 35%;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
  transition: all 0.6s;
  /* Firefox 4 */
  -moz-transition: all 0.6s;
  /* Safari and Chrome */
  -webkit-transition: all 0.6s;
  /* Opera */
  -o-transition: all 0.6s;
  transform: scale(1);
  z-index: 1;
}
@media screen and (max-width:900px) {
  .loop-team.about-team a {
    width: 100%;
    padding-top: 120%;
    margin: 15px;
  }
  .loop-team.about-team a .bg_overlay::before {
    opacity: 1 !important;
    background: linear-gradient(0deg,#21438c 10%,rgba(33,67,140,0) 100%) !important;
  }
  .loop-team.about-team a .team_content {
    opacity: 1 !important;
  }
}
.loop-team.about-team a:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
  transform: scale(1.03);
  z-index: 9;
}
.loop-team.about-team a:hover .bg_overlay::before {
  opacity: 1;
}
.loop-team.about-team a:hover .team_content {
  opacity: 1;
}
.loop-team.about-team a .bg_overlay {
  display: flex;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loop-team.about-team a .bg_overlay:before {
  content: '';
  background: linear-gradient(0deg,#21438c 20%,rgba(33,67,140,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
  /* Firefox 4 */
  -moz-transition: all 0.8s;
  /* Safari and Chrome */
  -webkit-transition: all 0.8s;
  /* Opera */
  -o-transition: all 0.8s;
}
.loop-team.about-team a .team_content {
  display: block;
  opacity: 0;
  padding: 15px;
  font-weight: 700;
  position: relative;
  z-index: 99;
  transition: all 1s;
  /* Firefox 4 */
  -moz-transition: all 1s;
  /* Safari and Chrome */
  -webkit-transition: all 1s;
  /* Opera */
  -o-transition: all 1s;
}
.loop-team.about-team a .team_content span {
  display: inline-block;
}
.reviews .slick-slide > div {
  padding: 15px;
}
.reviews .review {
  background-color: #21438c;
  color: #fff;
  padding: 30px;
}
.reviews .review .stars {
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 5px;
}
.reviews .review .stars svg {
  fill: #e36f2a;
}
.reviews .review .text {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.reviews .review .name {
  text-align: right;
  font-weight: 700;
}
.reviews .slick-dots li.slick-active button:before {
  background-color: #21438c !important;
}
.reviews .slick-dots li button {
  opacity: 1 !important;
  position: relative;
  width: 15px !important;
  height: 15px !important;
}
.reviews .slick-dots li button:hover:before {
  background-color: rgba(33,67,140,0.2) !important;
}
.reviews .slick-dots li button:before {
  background-color: transparent !important;
  border: 2px solid #21438c;
  position: absolute;
  opacity: 1 !important;
  top: 0;
  height: auto !important;
  width: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent !important;
  border-radius: 100%;
}
.case_study_homepage_wrapper {
  position: relative;
}
.case_study_homepage_wrapper .so-widget-sow-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.case_study_homepage_wrapper .so-widget-sow-button a {
  background-color: transparent !important;
  border: none !important;
}
.case_study_homepage_wrapper .so-widget-sow-button a:hover {
  background-color: transparent !important;
  border: none !important;
}
.case_studies_loop {
  background-color: transparent !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
.case_studies_loop .case_study {
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: end;
}
.case_studies_loop .case_study::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(270deg,#21438c 50%,rgba(33,67,140,0) 100%);
}
.case_studies_loop .case_study .content {
  position: relative;
  z-index: 2;
  padding: 150px 50px;
  color: #fff;
  width: 50%;
}
.case_studies_loop .case_study .content .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 10px;
}
.case_studies_loop .case_study_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
}
.case_studies_loop .case_study_nav button {
  background-color: transparent;
  border: none;
  transition: all 0.2s;
  /* Firefox 4 */
  -moz-transition: all 0.2s;
  /* Safari and Chrome */
  -webkit-transition: all 0.2s;
  /* Opera */
  -o-transition: all 0.2s;
  transform: scale(1);
}
.case_studies_loop .case_study_nav button svg {
  fill: #fff;
}
.case_studies_loop .case_study_nav button svg path {
  fill: #fff;
}
.case_studies_loop .case_study_nav button:hover {
  transform: scale(1.3);
}
.case_studies_loop .case_study_nav button:active {
  transform: scale(.8);
}
#footer a {
  color: #fff;
}
#footer .footer-bottom {
  color: #fff;
}
@media screen and (max-width:900px) {
  #footer .footer-bottom {
    text-align: center;
  }
}
#footer .footer-bottom .inline-row {
  gap: 15px;
  justify-content: space-between;
  align-items: start;
}
#footer .footer-bottom .menu {
  padding: 0;
  margin-bottom: 15px;
}
#footer .footer-bottom .menu li {
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width:900px) {
  #footer .footer-bottom .menu li {
    text-align: center;
  }
}
#footer .footer-bottom a,
#footer .footer-bottom p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width:900px) {
  #footer .footer-bottom a,
  #footer .footer-bottom p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#footer .footer-bottom h2 {
  font-weight: 700;
  padding-bottom: 10px;
}
#footer .footer-bottom .widget_siteorigin-panels-builder {
  padding: 15px 30px;
}
@media screen and (max-width:900px) {
  #footer .footer-bottom .social-media-button-container {
    text-align: center !important;
  }
}
#footer .footer-bottom .social-media-button-container a {
  padding: 0;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  width: auto !important;
}
@media screen and (max-width:900px) {
  #footer .footer-bottom .social-media-button-container a {
    font-size: 20px;
    line-height: 20px;
  }
}
#footer .very-bottom {
  padding: 15px;
}
#footer .very-bottom .inline-list ul {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:900px) {
  #footer .very-bottom .inline-list ul {
    gap: 0;
  }
}
@media screen and (max-width:900px) {
  #footer .very-bottom .inline-list ul li {
    flex-basis: 100%;
    text-align: center;
  }
}
#footer .very-bottom .inline-list ul li:not(:last-of-type)::after {
  content: '|';
  padding-left: 15px;
}
@media screen and (max-width:900px) {
  #footer .very-bottom .inline-list ul li:not(:last-of-type)::after {
    display: none;
  }
}
.blog_loop > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.blog_loop > div .post {
  flex-basis: 30%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  margin-bottom: 30px;
}
@media screen and (max-width:900px) {
  .blog_loop > div .post {
    flex-basis: 100%;
  }
}
.blog_loop > div .post .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 60%;
  background-color: #dddddd;
}
.blog_loop > div .post .info {
  padding: 30px;
}
.blog_loop > div .post .info h2 {
  padding-bottom: 30px;
}
.blog_loop > div .post .info h2 a {
  font-size: 18px;
  line-height: 18px;
  color: #21438c;
  font-weight: 700;
}
.service {
  scroll-margin-top: 100px;
}
.service .border-bottom {
  border-bottom: 1px dotted;
}
.service .border-bottom p:last-of-type {
  padding-bottom: 0;
}
.service .split-list ul {
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.service .split-list ul li {
  flex-basis: 50%;
}
@media screen and (max-width:900px) {
  .service .split-list ul li {
    flex-basis: 100%;
  }
}
.featurette .inline-row {
  padding: 30px 10%;
}
.featurette .inline-row .panel-grid-cell {
  justify-content: center;
  gap: 5%;
}
.featurette h2 {
  color: #21438c;
  font-weight: 700;
  padding-bottom: 15px;
}
.featurette .sow-image-container {
  max-width: 250px;
  margin: 0 auto;
}
.icon_list .inline-row {
  justify-content: space-evenly;
}
.icon_list .inline-row .panel-grid-cell {
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width:900px) {
  .icon_list .inline-row .panel-grid-cell {
    text-align: center;
  }
}
.icon_list .inline-row .panel-grid-cell .widget {
  flex-basis: 32%;
}
.icon_list .inline-row .panel-grid-cell .widget .inline-row .panel-grid-cell {
  justify-content: space-evenly;
}
.icon_list .inline-row .panel-grid-cell .widget .inline-row .panel-grid-cell .widget {
  flex-basis: 48%;
}
.icon_list .inline-row .panel-grid-cell .widget img {
  height: 80px;
  width: auto;
  max-width: none;
  margin: 0 auto;
}
.icon_list .inline-row .panel-grid-cell .widget p {
  padding: 0;
}
.family-services .panel-grid-cell {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
  padding: 30px !important;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:900px) {
  .family-services .panel-grid-cell {
    margin-bottom: 15px !important;
  }
}
.family-services .panel-grid-cell .sow-image-container {
  padding: 15px;
}
.family-services .panel-grid-cell .sow-image-container img {
  max-height: 80px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .family-services .panel-grid-cell .sow-image-container img {
    max-width: 100% !important;
  }
}
.family-services .panel-grid-cell .textwidget {
  padding: 15px;
}
.family-services .panel-grid-cell .textwidget h3 {
  font-weight: 700;
}
.single_member .member {
  width: 80%;
  margin: 50px auto;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}
.single_member .member .image {
  width: 25%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.single_member .member .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.single_member .member h1 {
  text-align: center;
  padding-top: 15px;
}
.single_member .member .pos {
  text-align: center;
}
.single_member .member button {
  background-color: #e36f2a;
  color: #000;
  margin: 0 auto;
  border: none;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.single_member .member button:hover {
  cursor: pointer;
}
.single_member .member button svg {
  display: inline-block;
}
.single_post .blog {
  width: 80%;
  padding: 50px 0;
  margin: 0 auto;
}
.single_post .blog .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}
.single_post .blog .image::before {
  content: '';
  padding-top: 50%;
  display: block;
}
.single_post .blog .inner {
  padding: 30px;
}
.single_post .blog .inner .title {
  padding-bottom: 30px;
}
.counter_row > .panel-grid-cell {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:900px) {
  .counter_row > .panel-grid-cell {
    justify-content: center;
  }
}
.counter_row > .panel-grid-cell > .widget {
  flex-basis: 25%;
}
@media screen and (max-width:900px) {
  .counter_row > .panel-grid-cell > .widget {
    flex-basis: 100%;
  }
}
.counter_row .count_container {
  color: #21438c;
  text-align: center;
  padding: 30px;
}
.counter_row .count_container .counter {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 15px;
}
.how_we_do_it .inline-row > .panel-grid-cell {
  padding: 0 30px;
}
.how_we_do_it .inline-row .sow-image-container {
  padding: 15px;
}
.how_we_do_it .inline-row .textwidget {
  padding: 15px;
}
