.highlight {
  font-size: 30px;
  line-height: 40px;
  color: #1c0761;
  width: 40%;
}

.highlight-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 17px !important;
  color: #ec0c19;
}

.highlight-title-top {
  padding-top: 29px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.highlight.right {
  float: right;
  width: 40%;
  margin-left: 20px;
  /*margin-bottom: 20px;*/
}

.highlight.left {
  float: left;
  width: 40%;
  margin-right: 35px;
	text-align: right;
  /*margin-bottom: 20px;*/
}

.nostyle {
  /*float: none;*/
}

/* p {
  padding: 0 10px;
} */

@media only screen and (max-width: 768px) {
  .highlight.left {
    width: 100%;
    margin-right: 0;
  }

  .highlight.right {
    width: 100%;
    margin-left: 0;
  }

  .roundedborder {
    padding: 20px;
  }
}

.field--name-field-thumbnail img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.paragraph--type--video {
  position: relative;
  margin: 80px 0;
}

#video1 {
  width: 100%;
  height: 100%;
}

.play-video .play-video-inner {
  cursor: pointer;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4em auto auto -4em;
  background: url(../play-icon.png) no-repeat;
}

.page-title {
  color: #1c0761;
  font-size: 40px;
}

.roundedborder {
  font-size: 30px;
  line-height: 40px;
  border: 1px solid #808080;
  font-weight: normal;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.caption > figcaption {
  border: 0 !important;
  background: none !important;
  font-style: italic !important;
  line-height: 24px !important;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.caption > * {
  background: none !important;
  border: none !important;
}
.field--name-field-image-media img, 
.embedded-entity img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.align-center {
  text-align: center;
}

/*.media-image-warraper .field-type-image__item img{
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.media-image-warraper{
  padding-bottom: 28px;
}

.media-image-warraper article{
  margin-left: 0px;
}

.field-name-field-text-long .field__item , .highlight{
  margin-bottom: 40px;
}

.field-name-field-text-long article{
    margin-left: 0px;
    margin-right: 0px;
}*/
