/*
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*/
* {
  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%;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  font-size: 16px;
  color: #202020;
  line-height: 28px;
  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;
}
a {
  color: #1a899d;
  text-decoration: none;
}
a:hover {
  color: #074f6a;
}
p {
  padding-bottom: 15px;
}
.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;
  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%;
}
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;
}
.gform_footer {
  position: relative;
}
.gform_footer .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  bottom: 0;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0,0.1);
  border-right: 1.1em solid rgba(0,0,0,0.1);
  border-bottom: 1.1em solid rgba(0,0,0,0.1);
  border-left: 1.1em solid #282872;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: load8 .75s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header_stars {
  text-align: center;
  color: #6e6e6e;
}
.header_stars svg {
  display: inline-block;
  width: 14px;
  fill: #6e6e6e;
}
.fancy_list ul {
  padding: 0;
}
.fancy_list ul li {
  list-style: none;
  padding: 5px 0;
  line-height: 16px;
  font-size: 16px;
}
.fancy_list ul li svg {
  fill: #282872;
  width: 16px;
  line-height: 16px;
  margin-right: 5px;
}
.hero .widget_gform_widget {
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  overflow: hidden;
}
.hero .widget_gform_widget .widget-title {
  text-align: center;
  color: #fff;
  background-color: #282872;
  padding: 30px;
}
.hero .widget_gform_widget .gform_wrapper,
.hero .widget_gform_widget .gform_confirmation_wrapper {
  background-color: #fff;
  padding: 30px;
}
.ba_imgs > div > div > div {
  position: relative;
  height: 400px;
}
.ba_imgs > div > div > div > .widget {
  position: absolute;
  height: 400px;
  width: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  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);
  border-radius: 15px;
  overflow: hidden;
}
.ba_imgs > div > div > div > .widget:hover {
  z-index: 5;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.ba_imgs > div > div > div > .widget:first-of-type {
  left: 5%;
}
.ba_imgs > div > div > div > .widget:last-of-type {
  z-index: 3;
  right: 5%;
  top: 50px;
}
.ba_imgs > div > div > div > .widget > div .widget-title {
  position: absolute;
  z-index: 2;
  background-color: rgba(255,255,255,0.7);
  color: #000;
  top: 10px;
  left: 10px;
  padding: 5px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
}
.ba_imgs > div > div > div > .widget > div .sow-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ba_imgs > div > div > div > .widget > div .sow-image-container img {
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.testi .testimonial {
  text-align: center;
  padding: 15px;
}
.testi .testimonial svg {
  width: 25px;
  fill: #C4843E;
  display: inline-block;
}
.huge h2 {
  font-size: 50px;
  line-height: 50px;
}
.sow-accordion .sow-accordion-panel {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 15px;
}
.sow-accordion .sow-accordion-panel-content {
  padding: 0 30px;
}
.sow-accordion .sow-accordion-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.instruction {
  display: none;
}
textarea {
  font-family: 'Open Sans', sans-serif !important;
}
.bottom_row ul {
  padding: 0;
}
.bottom_row ul li {
  display: inline-block;
  list-style: none;
}
@media screen and (max-width:900px) {
  .bottom_row ul li {
    display: block;
  }
}
.bottom_row ul li::after {
  content: '|';
  padding: 0 5px;
}
.bottom_row ul li:last-of-type::after {
  display: none;
}
