/* Styles for banner & Caption */



.banner-caption-wrapper {
  font-family: myriad-pro, myriad, sans-serif;
  width: 100%;
  height: 65vh;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  background: url(../images/bracket-pattern-white-small-400x400-18.png), #d7d3d0;
  position: relative; }
  @media only screen and (max-width: 500px) {
    .banner-caption-wrapper {
      min-height: 1000px; } }
  @media only screen and (max-width: 460px) {
    .banner-caption-wrapper {
      padding: 50px 0;
      height: auto;
      min-height: auto; } }
  @media only screen and (max-width: 360px) {
    .banner-caption-wrapper {
      padding: 0; } }

.banner-caption-wrapper-second {
  font-family: myriad-pro, myriad, sans-serif;
  width: 100%;
  height: 75vh;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  background: url(../images/bracket-pattern-white-small-400x400-18.png), #d7d3d0;
  position: relative; }
  @media only screen and (max-width: 460px) {
    .banner-caption-wrapper-second {
      padding: 50px 0;
      height: auto;
      min-height: auto; } }
  @media only screen and (max-width: 360px) {
    .banner-caption-wrapper-second {
      padding: 0; } }

.banner-caption {
  font-family: myriad-pro, myriad, sans-serif;
  width: 100%;
  max-width: 1000px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media only screen and (max-width: 1060px) {
    .banner-caption {
      width: 80%; } }
  @media only screen and (max-width: 500px) {
    .banner-caption {
      flex-direction: column; } }
  @media only screen and (max-width: 460px) {
    .banner-caption {
      flex-direction: column;
      width: 95%; } }
  @media only screen and (max-width: 360px) {
    .banner-caption {
      margin: 5px 0; } }
  .banner-caption-brackets {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .banner-caption-brackets::before {
      border: 45px solid #c7531e;
      bottom: -45px;
      top: -45px;
      left: -45px;
      content: '';
      position: absolute;
      width: 80px;
      z-index: 1;
      display: block;
      border-right: none; }
      @media only screen and (max-width: 786px) {
        .banner-caption-brackets::before {
          border: 35px solid #c7531e;
          bottom: -35px;
          top: -35px;
          left: -35px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-right: none; } }
      @media only screen and (max-width: 560px) {
        .banner-caption-brackets::before {
          border: 25px solid #c7531e;
          bottom: -25px;
          top: -25px;
          left: -25px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-right: none; } }
      @media only screen and (max-width: 500px) {
        .banner-caption-brackets::before {
          border: 25px solid #c7531e;
          bottom: -25px;
          top: -25px;
          left: -25px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-right: none; } }
      @media only screen and (max-width: 460px) {
        .banner-caption-brackets::before {
          display: none; } }
    .banner-caption-brackets::after {
      border: 45px solid #c7531e;
      top: -45px;
      bottom: -45px;
      right: -45px;
      content: '';
      position: absolute;
      width: 80px;
      z-index: 1;
      display: block;
      border-left: none; }
      @media only screen and (max-width: 786px) {
        .banner-caption-brackets::after {
          border: 35px solid #c7531e;
          top: -35px;
          bottom: -35px;
          right: -35px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-left: none; } }
      @media only screen and (max-width: 560px) {
        .banner-caption-brackets::after {
          border: 25px solid #c7531e;
          top: -25px;
          bottom: -25px;
          right: -25px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-left: none; } }
      @media only screen and (max-width: 500px) {
        .banner-caption-brackets::after {
          border: 25px solid #c7531e;
          top: -25px;
          bottom: -25px;
          right: -25px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-left: none; } }
      @media only screen and (max-width: 460px) {
        .banner-caption-brackets::after {
          display: none; } }
  .banner-caption__img__title__container {
    opacity: 1;
    width: 24%;
    margin: 3% 3% 3% 7%; }
    @media only screen and (max-width: 786px) {
      .banner-caption__img__title__container {
        width: 27%; } }
    @media only screen and (max-width: 500px) {
      .banner-caption__img__title__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10% 5% 5% 5%; } }
    @media only screen and (max-width: 460px) {
      .banner-caption__img__title__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0; } }
    @media only screen and (max-width: 360px) {
      .banner-caption__img__title__container {
        margin-top: 15px; } }
    .banner-caption__img__title__container-img {
      opacity: 0;
      width: 100%;
      border: 1px #002539 solid; }
      @media only screen and (max-width: 786px) {
        .banner-caption__img__title__container-img {
          opacity: 1; } }
      @media only screen and (max-width: 560px) {
        .banner-caption__img__title__container-img {
          margin-top: 10px; } }
      @media only screen and (max-width: 500px) {
        .banner-caption__img__title__container-img {
          width: 75%; } }
      @media only screen and (max-width: 460px) {
        .banner-caption__img__title__container-img {
          width: 95%;
          margin: 0; } }
    .banner-caption__img__title__container-title {
      opacity: 0;
      width: 100%;
      height: 50%;
      font-size: 1.1em;
      font-family: myriad-pro, sans-serif;
      overflow: hidden; }
      @media only screen and (max-width: 1060px) {
        .banner-caption__img__title__container-title {
          font-size: .9em; } }
      @media only screen and (max-width: 786px) {
        .banner-caption__img__title__container-title {
          width: 100%;
          padding: 0px;
          opacity: 1;
          margin-top: 10px;
          font-size: .8em; } }
      @media only screen and (max-width: 560px) {
        .banner-caption__img__title__container-title {
          line-height: 1.25em;
          font-size: .75em; } }
      @media only screen and (max-width: 500px) {
        .banner-caption__img__title__container-title {
          width: 75%;
          font-size: 1em;
          line-height: 1.25em; } }
      @media only screen and (max-width: 460px) {
        .banner-caption__img__title__container-title {
          width: 75%;
          font-size: 1em;
          line-height: 1.25em;
          width: 95%; } }
  .banner-caption__caption {
    opacity: 0;
    color: #1f7f9b;
    width: 65%;
    height: 100%;
    margin: 3% 3% 3% 0;
    font-size: 2.35em;
    line-height: 1.35em;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: italic;
    overflow: hidden; }
    @media only screen and (max-width: 1060px) {
      .banner-caption__caption {
        font-size: 1.9em;
        width: 60%; } }
    @media only screen and (max-width: 800px) {
      .banner-caption__caption {
        font-size: 1.7em; } }
    @media only screen and (max-width: 786px) {
      .banner-caption__caption {
        font-size: 1.6em;
        opacity: 1;
        width: 62%; } }
    @media only screen and (max-width: 560px) {
      .banner-caption__caption {
        font-size: 1.15em; } }
    @media only screen and (max-width: 500px) {
      .banner-caption__caption {
        margin-bottom: 10%;
        width: 75%;
        font-size: 1.5em;
        line-height: 1.25em; } }
    @media only screen and (max-width: 460px) {
      .banner-caption__caption {
        margin: 10px 0;
        font-size: 1.5em;
        line-height: 1.25em;
        width: 95%; } }
    @media only screen and (max-width: 360px) {
      .banner-caption__caption {
        font-size: 1.25em;
        line-height: 1.5em;
        margin-bottom: 15px; } }

.banner-caption-land {
  font-family: myriad-pro, myriad, sans-serif;
  max-width: 1000px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 1060px) {
    .banner-caption-land {
      width: 80%; } }
  @media only screen and (max-width: 460px) {
    .banner-caption-land {
      width: 100%; } }
  .banner-caption-land-brackets {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .banner-caption-land-brackets::before {
      border: 45px solid #c7531e;
      bottom: -45px;
      top: -45px;
      left: -45px;
      content: '';
      position: absolute;
      width: 80px;
      z-index: 1;
      display: block;
      border-right: none; }
      @media only screen and (max-width: 1060px) {
        .banner-caption-land-brackets::before {
          border: 25px solid #c7531e;
          bottom: -25px;
          top: -25px;
          left: -25px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-right: none; } }
      @media only screen and (max-width: 786px) {
        .banner-caption-land-brackets::before {
          border: 20px solid #c7531e;
          bottom: -20px;
          top: -20px;
          left: -20px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-right: none; } }
      @media only screen and (max-width: 460px) {
        .banner-caption-land-brackets::before {
          display: none; } }
    .banner-caption-land-brackets::after {
      border: 45px solid #c7531e;
      top: -45px;
      bottom: -45px;
      right: -45px;
      content: '';
      position: absolute;
      width: 80px;
      z-index: 1;
      display: block;
      border-left: none; }
      @media only screen and (max-width: 1060px) {
        .banner-caption-land-brackets::after {
          border: 25px solid #c7531e;
          top: -25px;
          bottom: -25px;
          right: -25px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-left: none; } }
      @media only screen and (max-width: 786px) {
        .banner-caption-land-brackets::after {
          border: 20px solid #c7531e;
          top: -20px;
          bottom: -20px;
          right: -20px;
          content: '';
          position: absolute;
          width: 60px;
          z-index: 1;
          display: block;
          border-left: none; } }
      @media only screen and (max-width: 460px) {
        .banner-caption-land-brackets::after {
          display: none; } }
  .banner-caption-land__img__title__container {
    margin-top: 5%;
    width: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 1060px) {
      .banner-caption-land__img__title__container {
        align-items: flex-start; } }
    @media only screen and (max-width: 786px) {
      .banner-caption-land__img__title__container {
        flex-direction: column; } }
    @media only screen and (max-width: 460px) {
      .banner-caption-land__img__title__container {
        margin: 0;
        width: 100%;
        justify-content: center;
        align-items: center; } }
    @media only screen and (max-width: 360px) {
      .banner-caption-land__img__title__container {
        margin: 15px 0 0 0; } }
    .banner-caption-land__img__title__container-img {
      width: 48%;
      height: auto;
      border: 1px #002539 solid;
      margin: 0;
      padding: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 0; }
      @media only screen and (max-width: 786px) {
        .banner-caption-land__img__title__container-img {
          overflow: hidden;
          margin: 5px 0px 0px 0px;
          width: 90%;
          opacity: 1; } }
      @media only screen and (max-width: 460px) {
        .banner-caption-land__img__title__container-img {
          width: 95%;
          margin: 0; } }
    .banner-caption-land__img__title__container-title {
      width: 48%;
      height: auto;
      padding: 10px;
      margin: 0;
      font-family: myriad-pro, sans-serif;
      overflow: hidden;
      opacity: 0; }
      @media only screen and (max-width: 1060px) {
        .banner-caption-land__img__title__container-title {
          line-height: 1.25em;
          padding: 0; } }
      @media only screen and (max-width: 800px) {
        .banner-caption-land__img__title__container-title {
          line-height: .8em;
          font-size: .9em; } }
      @media only screen and (max-width: 786px) {
        .banner-caption-land__img__title__container-title {
          width: 100%;
          padding: 5px;
          margin-top: 15px;
          font-size: 1em;
          opacity: 1; } }
      @media only screen and (max-width: 460px) {
        .banner-caption-land__img__title__container-title {
          width: 95%;
          font-size: 1em;
          line-height: 1.25em; } }
      .banner-caption-land__img__title__container-title h3 {
        margin-bottom: 5px; }
        @media only screen and (max-width: 800px) {
          .banner-caption-land__img__title__container-title h3 {
            font-size: 1.25em; } }
      .banner-caption-land__img__title__container-title p {
        line-height: 1.5em;
        font-size: 1.25em; }
        @media only screen and (max-width: 786px) {
          .banner-caption-land__img__title__container-title p {
            margin: 0; } }
        @media only screen and (max-width: 800px) {
          .banner-caption-land__img__title__container-title p {
            line-height: 1.5em;
            font-size: .9em; } }
        @media only screen and (max-width: 460px) {
          .banner-caption-land__img__title__container-title p {
            margin-bottom: 5px; } }
        @media only screen and (max-width: 1060px) {
          .banner-caption-land__img__title__container-title p {
            font-size: 1em;
            line-height: 1.35em; } }
  .banner-caption-land__caption {
    opacity: 0;
    color: #1f7f9b;
    font-style: italic;
    width: 85%;
    margin-bottom: 5%;
    margin-top: 5px;
    font-size: 2em;
    line-height: 1.35em;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: italic;
    overflow: hidden; }
    @media only screen and (max-width: 1060px) {
      .banner-caption-land__caption {
        line-height: 1.5em;
        font-size: 1.5em; } }
    @media only screen and (max-width: 800px) {
      .banner-caption-land__caption {
        font-size: 1.5em; } }
    @media only screen and (max-width: 786px) {
      .banner-caption-land__caption {
        margin: 5px 15px 20px 15px;
        font-size: 1.5em;
        line-height: 1.25em;
        opacity: 1; } }
    @media only screen and (max-width: 460px) {
      .banner-caption-land__caption {
        width: 95%;
        font-size: 1.25m;
        line-height: 1.25em; } }


  


.caption-link {
  display: inline-block;
  color: #c7531e;
  text-decoration: none;
  transition: 100ms;
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  padding: 0px 15px;
  font-size: 29px; }

.caption-link::before {
  content: " ";
  border-left: none;
  border-top: none;
  border-bottom: none;
  margin-right: 10px;
  padding: 22px 6px;
  transition: 100ms;
  position: absolute;
  left: 0px;
  width: 0px;
  top: 6px;
  height: 100px;
  height: 75%; }

.caption-link::after {
  content: " ";
  border-right: none;
  border-top: none;
  border-bottom: none;
  margin-left: 10px;
  padding: 22px 6px;
  transition: 100ms;
  position: absolute;
  right: 0px;
  width: 0px;
  top: 6px;
  height: 100px;
  height: 75%; }

.caption-link:hover {
  color: #fff; }

.caption-link:before {
  border-left: none;
  border-top: none;
  border-bottom: none; }

.caption-link:hover:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.caption-link:after {
  border-right: none;
  border-top: none;
  border-bottom: none; }

.caption-link:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }
  
  
  
  
  /* Banner & Caption ends */
  
  
  



















