/* Hided by client for the moment */
.homefeaturecategory-learnmorecontainer {
  display: none;
}
/*********************************/

img.postImageFloatLeft {
  float:left;
  padding: 10px 20px 10px 0px;
}

img.postImageFloatRight {
  float:right;
  padding: 10px 0px 10px 20px;
}

img.full-width {
  display: block;
  width: 100%;
  margin: 20px 0;
}

post_emphasis{ font-weight: bold; }

a.button.blue { background-color: #2fa3ae; }
a.button.blue:hover { background-color: #168A95; }
a.button.pink { background-color: #df137a; }
a.button.pink:hover { background-color: #C60061; }
a.button.yellow { background-color: #FCE704; color: #011a35; }
a.button.yellow:hover { background-color: #E3CE00 ; }

.cta-button {
          position: relative;
          padding: 16px 48px 16px 24px;
          margin-top: 2rem;
          border-radius: 32px !important;
  a {
  	color: #FFFFFF !important;
    text-decoration: none !important;
  }
&:hover {
	background-color: rgba(0, 0, 69, 1);
}
}

.blockquote p span {
  color: #FFFFFF !important;
}

.readMore {
  padding: 16px 24px 16px 24px;
  margin-top: 2rem;
  border-radius: 32px;
  color: #FFFFFF;
  background-color: #00007E;
  text-decoration: none;
}