/*----------Removing Padding from no header footer template page----------*/
body.page-template-zy-no-header-and-footer .zy-default-container{
    padding:0 !important;
}

/*----------Setting default gravity forms suibmit button styles----------*/
input[type="submit"].gform_button{
    font-size: 16px;
    padding: 12px 28px;
    border-radius: 25px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #0F2D52;
    color: #0F2D52;
    transition: background-color .65s;
    cursor:pointer;
}
input[type="submit"].gform_button:hover {
  text-decoration: none;
  background-color: #0F2D52;
  color: #fff;
}




/*----------Setting Tabel styles for zywave-suite-table----------*/
table.zywave-suite-table {
  border-collapse: separate;
  background: #fff;
  border-radius: 5px;
  margin: 50px auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  border: 1px solid #ddd;
  width: 100%;
}
table.zywave-suite-table thead {
  border-radius: 5px;
}
table.zywave-suite-table thead th.suite-title {
  font-family: "soleil", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px;
  background-color: #0F2D52;
  border-top: 1px solid #858d99;
}
table.zywave-suite-table thead th.suite-title span {
  font-size: 0.7em;
  font-weight: normal;
}
table.zywave-suite-table thead th {
  border-color: #ddd;
}
table.zywave-suite-table thead th:first-child {
  border-top-left-radius: 5px;
}
table.zywave-suite-table thead th:last-child {
  border-top-right-radius: 5px;
}
table.zywave-suite-table tbody tr td {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 16px;
  padding: 5px 5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-color: #ddd;
}
table.zywave-suite-table tbody tr td a {
  color: #5f6062;
}
table.zywave-suite-table tbody tr td:first-child {
  text-align: left;
}
table.zywave-suite-table tbody tr:nth-child(2n) {
  background: #fff;
}
table.zywave-suite-table tbody tr:last-child td {
  border-bottom: none;
}
table.zywave-suite-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
table.zywave-suite-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
table.zywave-suite-table tbody:hover > tr td {
  opacity: 0.5;
}
table.zywave-suite-table tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  opacity: 1;
  background: #f0f3f5;
}
table.zywave-suite-table .cld-solution {
  font-weight: bold;
}
table.zywave-suite-table .fa {
  color: #00a0df;
}


/*--------- HOT FIXES UNTIL ADDING TO SASS---------*/

.zy-header-container-inner .zy-desktop-dropdown-columns {
    width: 570px;
    left: auto;
    right: -120px;
}