/* Split Column Styles */
section.split-column h2.headng {
  color: #1B4568; }

section.split-column h3.subheading {
  color: #eeedeb; }

section.split-column h2.heading, section.split-column h3.subheading {
  text-align: center; }

section.split-column .heading-divider {
  margin-top: 0; }

section.split-column > div {
  max-width: 1020px;
  width: 100%;
  margin: 20px auto 0;
  flex-wrap: wrap;
  overflow: hidden; }
  section.split-column > div > div:first-child {
    float: left; }
  section.split-column > div > div:last-child {
    float: right !important; }

section.split-column.v-align > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 600px) {
    section.split-column.v-align > div {
      display: block; } }

section.split-column.reverse-column > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    section.split-column.reverse-column > div {
      display: block; } }
  section.split-column.reverse-column > div > div:first-child {
    float: right; }
  section.split-column.reverse-column > div > div:last-child {
    float: left; }

section.split-column .main-column p:first-of-type {
  margin-top: 0; }

section.split-column .main-column .main-button {
  padding: 10px 20px;
  color: white;
  display: inline-block;
  border: 4px solid white;
  background-color: transparent;
  border-radius: 4px; }

section.split-column .secondary-column {
  float: right !important; }
  @media only screen and (max-width: 600px) {
    section.split-column .secondary-column {
      float: right !important;
      margin-top: 40px; } }
  section.split-column .secondary-column p:first-of-type {
    margin-top: 0; }
  section.split-column .secondary-column .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  section.split-column .secondary-column .embed-container iframe,
  section.split-column .secondary-column .embed-container object,
  section.split-column .secondary-column .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.split-column .secondary-column img {
    width: 100%; }
  section.split-column .secondary-column .split-slideshow {
    width: 100%; }
    section.split-column .secondary-column .split-slideshow .slides li {
      list-style-type: none; }
    section.split-column .secondary-column .split-slideshow img {
      height: 300px;
      -o-object-fit: cover;
      object-fit: cover; }
    section.split-column .secondary-column .split-slideshow .flex-control-paging li a {
      background-color: transparent;
      border: 2px solid #1B4568;
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      section.split-column .secondary-column .split-slideshow .flex-control-paging li a.flex-active {
        background-color: #1B4568; }
    section.split-column .secondary-column .split-slideshow .flex-direction-nav a {
      top: unset;
      bottom: -40px; }
      section.split-column .secondary-column .split-slideshow .flex-direction-nav a.flex-prev, section.split-column .secondary-column .split-slideshow .flex-direction-nav a.flex-next {
        opacity: 1;
        text-shadow: none; }
        section.split-column .secondary-column .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column .secondary-column .split-slideshow .flex-direction-nav a.flex-next:before {
          background-image: none;
          text-shadow: none;
          color: #1B4568;
          font-size: 24px; }
      section.split-column .secondary-column .split-slideshow .flex-direction-nav a.flex-prev:before {
        content: '\f053';
        font-family: 'FontAwesome';
        width: 27px;
        text-align: left; }
      section.split-column .secondary-column .split-slideshow .flex-direction-nav a.flex-next:before {
        content: '\f054';
        font-family: 'FontAwesome';
        width: 41px; }
  section.split-column .secondary-column .text {
    padding: 20px; }
    section.split-column .secondary-column .text p:last-child {
      margin-bottom: 0; }
    section.split-column .secondary-column .text.no-padding {
      padding: 0; }
  section.split-column .secondary-column .primary {
    background-color: #007CC3;
    color: #fff; }
  section.split-column .secondary-column .secondary {
    background-color: #78A12E;
    color: #fff; }
  section.split-column .secondary-column .light {
    background-color: #eee;
    color: #1f1f1f; }
  section.split-column .secondary-column .dark {
    background-color: #1f1f1f;
    color: #fff; }

section.split-column .one-third, section.split-column .one-half, section.split-column .two-thirds {
  float: left; }

section.split-column .one-third {
  width: 32%; }

section.split-column .two-thirds {
  width: 63%; }

section.split-column .one-half {
  width: 49%; }

@media only screen and (max-width: 600px) {
  section.split-column .one-third, section.split-column .two-thirds, section.split-column .one-half {
    width: 100%; } }

section.split-column .main-button {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

section.split-column.white {
  background-color: white; }
  section.split-column.white div {
    color: #331B09; }
  section.split-column.white .heading, section.split-column.white .subheading {
    color: #007CC3; }
  section.split-column.white .subheading {
    color: #331B09; }
  section.split-column.white .main-button {
    border-color: #331B09;
    color: #331B09; }
    section.split-column.white .main-button:hover {
      background-color: #331B09;
      color: #fff; }

section.split-column.primary {
  background-color: #007CC3; }
  section.split-column.primary div {
    color: white; }
  section.split-column.primary .main-button:hover {
    background-color: white;
    color: #007CC3; }

section.split-column.primary-dark {
  background-color: #1B4568; }
  section.split-column.primary-dark div {
    color: white; }
  section.split-column.primary-dark .main-button:hover {
    background-color: white;
    color: #007CC3; }

section.split-column.secondary {
  background-color: #78A12E; }
  section.split-column.secondary div {
    color: white; }
  section.split-column.secondary .main-button:hover {
    background-color: white;
    color: #536F21; }

section.split-column.secondary-dark {
  background-color: #536F21; }
  section.split-column.secondary-dark div {
    color: white; }
  section.split-column.secondary-dark .main-button:hover {
    background-color: white;
    color: #536F21; }

section.split-column.brown {
  background-color: #eeedeb; }
  section.split-column.brown div {
    color: #331B09; }
  section.split-column.brown .main-button {
    border-color: #331B09;
    color: #331B09; }
    section.split-column.brown .main-button:hover {
      background-color: #331B09;
      color: #eeedeb; }

section.split-column.brown-dark {
  background-color: #331B09; }
  section.split-column.brown-dark div {
    color: white; }
  section.split-column.brown-dark .main-button:hover {
    background-color: white;
    color: #eeedeb; }

section.split-column.light {
  background-color: #eee; }
  section.split-column.light h2.heading, section.split-column.light h3.subheading {
    color: #1f1f1f; }
  section.split-column.light div {
    color: #1f1f1f; }
  section.split-column.light .main-button {
    border-color: #1f1f1f;
    color: #1f1f1f; }
    section.split-column.light .main-button:hover {
      background-color: #1f1f1f;
      color: white; }

section.split-column.dark {
  background-color: #1f1f1f; }
  section.split-column.dark div {
    color: white; }
  section.split-column.dark .main-button:hover {
    background-color: white;
    color: #1f1f1f; }

section.split-column.primary h2.heading, section.split-column.primary h3.subheading, section.split-column.primary-dark h2.heading, section.split-column.primary-dark h3.subheading, section.split-column.secondary h2.heading, section.split-column.secondary h3.subheading, section.split-column.secondary-dark h2.heading, section.split-column.secondary-dark h3.subheading, section.split-column.dark h2.heading, section.split-column.dark h3.subheading, section.split-column.brown-dark h2.heading, section.split-column.brown-dark h3.subheading {
  color: #fff; }

section.split-column.primary .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.primary .split-slideshow .flex-direction-nav a.flex-next, section.split-column.primary-dark .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.primary-dark .split-slideshow .flex-direction-nav a.flex-next, section.split-column.secondary .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.secondary .split-slideshow .flex-direction-nav a.flex-next, section.split-column.secondary-dark .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.secondary-dark .split-slideshow .flex-direction-nav a.flex-next, section.split-column.dark .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.dark .split-slideshow .flex-direction-nav a.flex-next, section.split-column.brown-dark .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.brown-dark .split-slideshow .flex-direction-nav a.flex-next {
  opacity: 1;
  text-shadow: none; }
  section.split-column.primary .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.primary .split-slideshow .flex-direction-nav a.flex-next:before, section.split-column.primary-dark .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.primary-dark .split-slideshow .flex-direction-nav a.flex-next:before, section.split-column.secondary .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.secondary .split-slideshow .flex-direction-nav a.flex-next:before, section.split-column.secondary-dark .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.secondary-dark .split-slideshow .flex-direction-nav a.flex-next:before, section.split-column.dark .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.dark .split-slideshow .flex-direction-nav a.flex-next:before, section.split-column.brown-dark .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.brown-dark .split-slideshow .flex-direction-nav a.flex-next:before {
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 24px; }

section.split-column.primary .split-slideshow .flex-control-paging li a, section.split-column.primary-dark .split-slideshow .flex-control-paging li a, section.split-column.secondary .split-slideshow .flex-control-paging li a, section.split-column.secondary-dark .split-slideshow .flex-control-paging li a, section.split-column.dark .split-slideshow .flex-control-paging li a, section.split-column.brown-dark .split-slideshow .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  section.split-column.primary .split-slideshow .flex-control-paging li a.flex-active, section.split-column.primary-dark .split-slideshow .flex-control-paging li a.flex-active, section.split-column.secondary .split-slideshow .flex-control-paging li a.flex-active, section.split-column.secondary-dark .split-slideshow .flex-control-paging li a.flex-active, section.split-column.dark .split-slideshow .flex-control-paging li a.flex-active, section.split-column.brown-dark .split-slideshow .flex-control-paging li a.flex-active {
    background-color: #fff; }

section.split-column.light h2.heading, section.split-column.light h3.subheading {
  color: #1f1f1f; }

section.split-column.light .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.light .split-slideshow .flex-direction-nav a.flex-next {
  opacity: 1;
  text-shadow: none; }
  section.split-column.light .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.light .split-slideshow .flex-direction-nav a.flex-next:before {
    background-image: none;
    text-shadow: none;
    color: #1f1f1f;
    font-size: 24px; }

section.split-column.light .split-slideshow .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #1f1f1f;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  section.split-column.light .split-slideshow .flex-control-paging li a.flex-active {
    background-color: #1f1f1f; }

section.split-column.white h2.heading, section.split-column.white h3.subheading {
  color: #1f1f1f; }

section.split-column.white .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.white .split-slideshow .flex-direction-nav a.flex-next {
  opacity: 1;
  text-shadow: none; }
  section.split-column.white .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.white .split-slideshow .flex-direction-nav a.flex-next:before {
    background-image: none;
    text-shadow: none;
    color: #331B09;
    font-size: 24px; }

section.split-column.white .split-slideshow .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #331B09;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  section.split-column.white .split-slideshow .flex-control-paging li a.flex-active {
    background-color: #331B09; }

section.split-column.brown h2.heading, section.split-column.brown h3.subheading {
  color: #331B09; }

section.split-column.brown .split-slideshow .flex-direction-nav a.flex-prev, section.split-column.brown .split-slideshow .flex-direction-nav a.flex-next {
  opacity: 1;
  text-shadow: none; }
  section.split-column.brown .split-slideshow .flex-direction-nav a.flex-prev:before, section.split-column.brown .split-slideshow .flex-direction-nav a.flex-next:before {
    background-image: none;
    text-shadow: none;
    color: #331B09;
    font-size: 24px; }

section.split-column.brown .split-slideshow .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #331B09;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  section.split-column.brown .split-slideshow .flex-control-paging li a.flex-active {
    background-color: #331B09; }
