#isd-page-templ-title
{
  margin-top:0px;
}
.isd-pages-top-headline
{

  font-size:36px!important;
}
#isd-pages-top-para
{
  background-color:#CCCDCC!important;
margin-bottom:35px!important;
padding-bottom:25px!important;
}
#isd-pages-top-para h2
{


}
.isd-pages-button-link
{

  color:white;
}
a.isd-pages-button-link:hover
{

  color:#dddddd;
}

.isd-red-bold
{
  color:#C7074D;
  font-weight: 700;
}
.isd-pages-button {
  display:block;
  background-color: #C7074D;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width:310px;
  font-size: 16px;
	margin-bottom:12px;
  margin-left:auto;
  margin-right:auto;
}
.wp-caption
{
  box-shadow: none!important;

}
.wp-caption-text
{
  text-transform: none!important;
}
@media only screen and (max-width: 768px) {
div.isd-column-right
{margin-left: auto!important;
margin-right: auto!important;
}
  }

@media only screen and (min-width: 768px) {
  .isd-pages-button {
	width:100%;
    background-color: #C7074D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
  }


}
* {
  box-sizing: border-box;
}

.isd-horiz-container {
  min-height: 12vh;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  align-content: flex-start;
  padding: 0.4em;
}

.isd-horiz-card {
  margin: 0.9em;
  height: 15em;
  max-width: 45em;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  background-color: white;
  box-shadow: 1px 3px 3px rgba(0, 10, 20, 0.06);
  border:thin solid #dddddd;
}
.isd-horiz-card img {
  height: 100%;
  max-width: 12.5em;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.isd-horiz-card-body {
  width: 12em;
  max-height: 100%;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0.4em;
}
.isd-horiz-card-body button {
  width: 80%;
  -webkit-box-flex: 0;
          flex: none;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.2em 0.2em;
  font-size: 0.92em;
  color: #ffffff;
  background: #C7074D;
  border: 0.5px solid #777;
  border-radius: 2px;
}
.isd-horiz-card-body button:hover {
  border-color: #d099a0;
}

.isd-horiz-card-text {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.8em 0;
  padding: 0;
}
.isd-horiz-card-text h4, .card-text p {
  margin-top: 0;
}
.isd-horiz-card-text h4,  {
  margin-bottom: 0.4em;
  line-height: 0.9;
}
.isd-horiz-card-text:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2.8em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

a {
  color: #d07777;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .isd-horiz-card {
    margin: 0.7826086957em;
  }
  .isd-horiz-card img {
    max-width: 18em;
  }
}
@media (max-width: 870px) {
  .isd-horiz-card {
    max-width: 100%;
  }
}
@media (max-width: 570px) {
  .isd-horiz-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    padding: 0;
  }

  .isd-horiz-card {
    margin: 0.75em 1.1em;
    height: 15em;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    background-color: white;
    box-shadow: 1px 3px 3px rgba(0, 10, 20, 0.06);
  }
  .isd-horiz-card img {
    max-width: 45%;
  }
}
