/** Utility **/
.sshow-nav-line-v:not(.nav-line-end):after {
  content: " ";
  width: 2px;
  background: white;
  display: block;
  height: 30%;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}
.sshow-nav-line-v:not(.nav-line-end):after {
  bottom: 0px;
}
.sshow-nav-line-v:not(.nav-line-start):before {
  top: 0px;
}
.sshow-nav-line-v.nav-line-blue:after, 
.sshow-nav-line-v.nav-line-blue:before {
  background-color: #065fa4;
}

.cta-container {
  position: relative;
  background-color: black;
  width: 80%;
  max-width: 1170px;
  min-height: 200px;
  top: -100px;
  margin-left: auto;
  margin-right: auto;
  z-index:11;
  color: white;
}
.above-nav-line-v {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.nav-line-v {
  position: absolute;
  width: 2px;
  height: 450px;
  background-image: linear-gradient(white 0 50%, #065fa4 0);
  margin: -200px auto 0px;
  display: block;
  left: 0px;
  right: 0px;
  padding: 0px;
  z-index: 10;
}
.nav-line-v:after {
  content: " ";
  width: 12px;
  height: 12px;
  display: block;
  margin: 0px auto;
  position: absolute;
  bottom: -12px;
  left: -5px;
  border: 2px solid #065fa4;
  border-radius: 5px;
}
a.de-btn {
  display: inline-block;
  background: #0061A1;
  color: white;
  padding: 30px 23px;
  font-size: 16px;
  font-weight: 600;
}
a.de-btn:hover {
  background:#53b7e8;
}
a.de-btn:focus {
  outline: none;
  text-decoration: none;
}
a.de-btn:after {
  content: "arrow_right_alt";
  font-family: "Material Icons";
  font-size: 1.5rem;
  vertical-align: bottom;
  transition: margin 0.2s;
}
a.de-btn:hover {
  background: #53b7e8;
}
.footer-cta .et_pb_promo_description {
  float: left;
  vertical-align: top;
}
.footer-cta:before {
  content: "chat_bubble_outline";
  font-family: "Material Icons";
  font-size: 40px;
  vertical-align: top;
  float: left;
  padding-top: 14px;
  margin-right: 20px;
}
.footer-cta .et_pb_button_wrapper {
    float: right;
}

/** Divi Container **/
.sshow-nav-line-v {
  height: 700px;
}

/** NLS SEARCH MODULE **/
.nls-search-container {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
}
.nls-col-left {
  width: 90%;
}
.nls-col-right {
    width: 10%;
    text-align: right;
}
.nls-col-left, .nls-col-right {
    display: inline-block;
}
.nls-options-container {
    display: inline-block;
}
select.nls-options-selector {
    background: none;
    border: none;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* text-indent: 1px; */
    text-overflow: '';
    text-decoration: underline;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0;
    font-family: 'Poppins';
}

.nls-btn-go {
    background: transparent;
    border-radius: 46px;
    width: 46px;
    height: 46px;
    line-height: 46px;
}
select.nls-options-selector:hover,
.nls-btn-go:hover {
  cursor: pointer;
  color: #03a9f4;
  border-color: #03a9f4;
}

/** ENd NLS SEARCH MODULE **/