/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
.section1 {
  position: relative; }
  .section1 .outer-arrow {
    position: absolute;
    height: 30rem;
    width: 100%;
    top: 0;
    left: 0; }
  .section1 .image-container {
    width: 100%;
    height: 30rem;
    background: url("../images/custom/background1.jpg") bottom right no-repeat;
    background-size: cover;
    border-left: inset calc(50vw - 15rem) transparent; }
  .section1 .container {
    overflow: hidden; }
  .section1 .content-container {
    align-items: flex-start;
    width: calc(50vw - 15rem);
    height: 30rem;
    background: #163251;
    position: relative;
    z-index: 2;
    padding-left: 15em;
    padding-right: 5em; }
    .section1 .content-container:after {
      content: "";
      display: block;
      position: absolute;
      background: #163251;
      height: 30rem;
      width: 30rem;
      right: -15rem;
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border: 20px solid white;
      border-bottom: 0;
      border-left: 0;
      z-index: -1; }
  .section1 .inner-content {
    position: absolute;
    left: 10vw;
    font-size: 3em;
    width: 450px;
    line-height: 3.25rem;
    color: #FFF; }
    .section1 .inner-content .light {
      font-weight: 100; }
    .section1 .inner-content .bold {
      font-weight: 800; }
    .section1 .inner-content .accent {
      color: #0099fd; }
  @media (max-width: 720px) {
    .section1 .outer-arrow {
      position: relative;
      height: auto;
      text-align: center; }
    .section1 .content-container {
      width: 100%;
      height: auto;
      padding: 1em;
      padding-left: 1em;
      padding-right: 1em; }
      .section1 .content-container .inner-content {
        left: 0;
        width: 100%;
        padding-left: 0;
        position: relative; }
    .section1 .image-container {
      height: 10em;
      border-left: none; } }
  @media (max-width: 500px) {
    .section1 .inner-content {
      font-size: 1.5em; } }

.section2 .parent2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  height: 7em;
  margin-top: 1em; }

.section2 .parent1 {
  height: 100%;
  overflow: hidden;
  text-decoration: none !important; }
  .section2 .parent1:hover {
    text-decoration: none !important; }

.section2 .item1,
.section2 .item2 {
  height: 100%;
  position: relative; }

.section2 .item1 {
  background: #ebeeec;
  width: 100px;
  flex: 0 0 100px;
  z-index: 2; }
  .section2 .item1:after {
    content: "";
    display: block;
    position: absolute;
    background: #ebeeec;
    height: 14em;
    width: 14em;
    right: -7em;
    top: -7em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 20px solid white;
    border-bottom: 0;
    border-left: 0;
    z-index: -1; }

.section2 .item2 {
  color: #FFF;
  background: #002b68;
  width: 100%;
  z-index: 1;
  padding-left: 5em;
  align-items: flex-start;
  padding-right: 2em; }
  .section2 .item2:before {
    content: "";
    display: block;
    position: absolute;
    height: 14em;
    width: 14em;
    left: -7em;
    top: -7em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    z-index: -1; }
  .section2 .item2:after {
    content: "\232A";
    position: absolute;
    right: 0;
    top: 2.75rem;
    font-size: 3rem;
    font-weight: 800;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.section2 .item1 img {
  width: 75px;
  position: absolute;
  left: 50%; }

.section2 .item2 {
  font-size: 2em;
  line-height: 2rem; }

@media (max-width: 600px) {
  .section2 .parent2 {
    display: none; } }

.section2 .information-section {
  padding: 2em 0; }
  .section2 .information-section .header {
    font-size: 2.5em; }
    .section2 .information-section .header span {
      display: block;
      max-width: 400px;
      width: 100%; }
  .section2 .information-section .link {
    overflow: hidden;
    height: 5rem;
    color: #FFF;
    text-decoration: none;
    font-size: 1.5rem;
    position: relative;
    margin: 1em 0;
    justify-content: flex-start; }
    .section2 .information-section .link .arrow-outer {
      position: relative; }
      .section2 .information-section .link .arrow-outer .outer-arrow {
        height: 5rem;
        background: #002b68;
        padding-right: 2rem;
        padding-left: 2rem;
        z-index: 2em;
        position: relative; }
        .section2 .information-section .link .arrow-outer .outer-arrow:before {
          content: "";
          display: block;
          position: absolute;
          background: transparent;
          height: 5rem;
          width: 5rem;
          right: -1.5em;
          top: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          border: 5px solid #002b68;
          z-index: 3;
          border-bottom: 0;
          border-left: 0; }
        .section2 .information-section .link .arrow-outer .outer-arrow:after {
          content: "";
          display: block;
          position: absolute;
          background: #002b68;
          height: 5rem;
          width: 5rem;
          right: calc(-1.5em + 5px);
          top: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          border: 5px solid #FFF;
          border-bottom: 0;
          border-left: 0;
          z-index: -1; }
  @media (max-width: 720px) {
    .section2 .information-section {
      flex-direction: column;
      padding-left: 1em;
      padding-right: 1em; }
      .section2 .information-section .header span {
        max-width: 100%;
        text-align: center; }
      .section2 .information-section .item.half {
        max-width: 100%; } }

.section3 {
  background: #ebeeec;
  padding: 2em 0; }
  .section3 .header {
    font-size: 2.5em; }
  .section3 .section {
    color: #3b6491; }
    .section3 .section:nth-child(1) {
      padding-right: 1em; }
    .section3 .section:nth-child(even) {
      padding-left: 1em; }
    .section3 .section .section-header {
      font-size: 3em;
      padding-right: 0.25rem;
      white-space: nowrap; }
      .section3 .section .section-header .slash {
        margin-left: -0.75rem; }
      .section3 .section .section-header .slash2 {
        margin-left: -0.25rem; }
  @media (max-width: 720px) {
    .section3 {
      padding-left: 1em;
      padding-right: 1em; }
      .section3 .content-width {
        padding: 0; }
      .section3 > .content-width > .flex.horizontal {
        flex-direction: column; }
      .section3 .item.half {
        max-width: 100%; }
      .section3 .section:nth-child(1) {
        padding-right: 0; }
      .section3 .section:nth-child(2) {
        padding-left: 0; } }

.section4 {
  background: url("../images/custom/background2.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 6em 0; }
  .section4 .header {
    font-size: 2.5em;
    color: #FFF; }
  .section4 .form-container {
    justify-content: flex-start;
    padding-top: 2em;
    width: calc(500px + 0.5em); }
  .section4 .left {
    justify-content: flex-start; }
  .section4 input, .section4 textarea {
    width: 250px;
    padding-left: 0.25em; }
  .section4 input {
    margin: 0.15em;
    height: 2em; }
  .section4 textarea {
    height: 100%;
    margin: 0.15em; }
  .section4 .quote-button {
    height: 2.5em;
    margin: 0.15em;
    color: #FFF;
    background: #002b68;
    border: 1px solid rgba(255, 255, 255, 0.4); }
  .section4 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3b6491; }
  .section4 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3b6491;
    font-weight: bold; }
  .section4 :-ms-input-placeholder {
    /* IE 10+ */
    color: #3b6491;
    font-weight: bold; }
  .section4 :-moz-placeholder {
    /* Firefox 18- */
    color: #3b6491;
    font-weight: bold; }
  @media (max-width: 560px) {
    .section4 .form-container {
      width: 100%; }
    .section4 .flex.horizontal {
      flex-direction: column; }
    .section4 input, .section4 textarea {
      width: 100%;
      margin-left: 0; } }
