re@charset "UTF-8";
.blue-txt {
  color: #15808d;
}
.btn {
  margin-top: 10px;
}
.row {
  margin-left: 0;
  margin-right: 0px;
}
.btn-synappx {
  background-color: #15808d;
  font-family: Open Sans;
  font-size: 14px;
}
.synappx-landing .btn-primary {
  background-color: #404143;
  border-color: #000000;
}
.synappx-landing .video-btn-container {
  width: 100%;
  text-align: center;
}
.synappx-landing .btn-container .btn-container2 {
  text-align: center;
}

.btn-tertiary, a.btn-tertiary {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #02394A;
    border-color: #ffffff;
}

.synappx-landing H1, .synappx-landing h2, .synappx-landing h3, .synappx-landing h4 {
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 600;
  margin: 0;
}
.synappx-landing h2 {
/*  font-size: 20px;*/
}
.synappx-landing h3 {
  font-size: 16px;
}
.synappx-landing p {
  font-family: "Open Sans", arial, sans-serif;
}
.synappx-landing #hero-banner {
  padding: 40px 0;
  background-image: url(/portals/0/assets/images/synappx_hero.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /*    height: 180px;*/
}
#hero-banner .logo_img {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
#hero-banner .logo_img img {
  max-height: 70px;
}
#overview_section {
  margin-bottom: 20px;
  background-color: #0B7C8B;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
}
#overview_section .btn {
  font-size: 16px;
  margin: 5px;
}
#overview_section ul li a, #overview_section ul li a:link, #overview_section ul li a:visited, #overview_section ul li a:hover, #overview_section ul li a:active {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
}
#overview_section ul li a:hover {
  background-color: #0B7C8B;
}
#overview_section a.btn-lg {
  border-radius: 0;
}
/*#overview_section .btn-container {display: flex; flex-wrap: wrap; justify-content: space-between;}*/
#overview_section img {
  margin: 10px 0px;
}
#overview_section h1.h2, #overview_section h2, #overview_section h3, #overview_section h4, #overview_section p {
  color: #ffffff;
}
#overview_section h1.h2 {
  /*	font-size: 22px;*/
  line-height: 1.1em;
  margin-bottom: 15px
}
#overview_section h3 {
  /*	font-size: 17px;*/
  line-height: 21px;
  margin-bottom: 10px;
}
#overview_section #top_links_wrapper {
  background: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}
#overview_section #top_links_wrapper ul {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0;
}
#overview_section #top_links_wrapper ul li {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}
.product {
  padding: 0px;
  margin: 0 0 0 20px;
}
.product h2 {
  margin-bottom: 5px;
}
.product h3, .product p.h3 {
  margin-top: 0;
  color: #737778;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif
}
.synappx-landing #last-row {
  margin-bottom: 10px;
}
.product .row {
  display: flex;
  padding-left: 35px;
  position: relative;
  border-left: 3px solid #1EA9BB;
  /*	padding-top: 40px;*/
  padding-bottom: 40px;
  align-items: center;
}
.product:last-child .row {
  margin-bottom: 20px;
}
.left-row {
  position: absolute;
  left: -35px;
  top: 0px;
}
.end-circle {
  bottom: -2px;
  left: -10px;
  position: absolute;
}


.synappx-landing #synappx-go-section.product .container .flex {
  justify-content: space-between;
  margin: 35px;
}


.synappx-landing #synappx-go-section.product .container .flex .card-deck .card {
    margin: 30px 30px 15px 30px;
    background-color: #ffffff;
    text-align: center;
    flex-basis: 30%;
}


.synappx-landing #synappx-go-section.product .container .flex .card-deck .card p {
  text-align: left;
}

.card > a .card-body {
       text-align: left;
}
.synappx-landing #synappx-ready-section ul.list-unstyled li {
  display: inline;
}

.synappx-landing #synappx-ready-section {
padding-bottom: 31px;
}
.synappx-landing footer {
    padding-top: 20px;
    padding-bottom: 40px;
    background: lightgray;
 /*   margin-top: 25px;*/
}

.synappx-landing footer .support p{
color: #000000;
}

/*footer .synappx-logo-bottom img {
    max-width: 200px;
}*/

.synappx-landing  footer .items {
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
}

  footer .items .support {
    border-top: 1px solid #000000;
    margin-top: 15px;
    padding-top: 10px;
}

footer .items .support-btns {
    display: flex;
    flex-wrap: wrap;
}

footer #synappx-logo img {
  max-width: 200px;
}

#request {
    background-color: #e6e6e6;
 padding: 25px;;
}
#request iframe {
 height: 1045px;
}

@media handheld, only screen and (min-width:720px) {
  #overview_section .btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #overview_section .btn-container div {
    width: 100%;
    text-align: center;
  }
  #overview_section .btn-container a {
    width: 45%;
    margin: 5px;
  }
  #overview_section .btn-container a.btn-primary {
    width: 90%;
    margin: 10px auto;
  }
  .product:last-child .btn-container {
    display: flex;
    flex-wrap: wrap;
  }
  .product:last-child .btn-container a {
    width: 45%;
    margin: 5px;
  }
}
@media handheld, only screen and (max-width:767px) {
  .btn {
    width: 95%;
    margin: 5px 0;
    white-space: normal;
  }
}
@media handheld, only screen and (min-width:768px) {
  .synappx-landing #hero-banner {
    height: 150px;
  }

  .synappx-landing #overview_section .items {
    display: flex;
    justify-content: flex-start;
  }
  .synappx-landing #overview_section .image {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .synappx-landing #overview_section .text {
    width: 60%;
    padding: 0 15px;
  }
  #overview_section #top_links_wrapper ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #overview_section #top_links_wrapper ul li {
    width: 30%;
    text-align: center;
    border: 1px solid #8e8e8e;
    margin: 5px;
    /*		border-radius: 8px;*/
  }
  #overview_section a, #overview_section a:link, #overview_section a:visited, #overview_section a:hover, #overview_section a:active {
    margin: 0;
  }
  .product .row {
    padding-left: 35px;
    border-left: 3px solid #1EA9BB;
    align-items: flex-start;
  }
  .synappx-landing h2 {
 /*   font-size: 24px;*/
  }
  .synappx-landing h3 {
    font-size: 18px;
	text-align: left;
  }
  
  .synappx-landing #synappx-go-section.product .container .flex .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    max-width: 26em;
  }
  
  footer .items .support {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    border-left: 1px solid #000000;
  }
  
  .synappx-landing  footer .items {
  flex-direction: row;
}

    footer #synappx-logo {
    margin-top: 26px;
    padding-right: 30px;
    text-align: right;
  }
  
    footer .col-sm-8 {
    padding-left: 30px;
    border-left: 1px solid #333333;
  }
  
}

@media handheld, only screen and (min-width:992px) {
  #overview_section .btn-container {
    flex-wrap: nowrap;
  }
  .synappx-landing #overview_section .items {
    align-items: center;
  }
  .synappx-landing .btn-container .video-btn-container {
    width: 25%;
    text-align: center;
  }
  .synappx-landing .btn-container .btn-container2 {
    width: 75%;
    text-align: center;
  }
  .synappx-landing #synappx-workspaces-section {
    padding-top: 90px;
    margin-top: -90px;
  }
    #request iframe {
 height: 1025px;
}
}
@media handheld, only screen and (min-width:1005px) {
  #overview_section #top_links_wrapper ul li {
    width: auto;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #overview_section #top_links_wrapper ul {
    justify-content: center;
  }
  #overview_section .btn {
    font-size: 15px;
  }
  #overview_section ul li a:hover {
    background-color: transparent;
    color: #15a7bc;
  }
  #overview_section #top_links_wrapper ul li:last-child {
    border-right: none;
  }
}
@media handheld, only screen and (min-width:1200px) {
  #overview_section .btn-container a {
    width: auto;
    /*    margin: auto;*/
  }
}