/**
* jQuery shorten v0.3.2
* https://github.com/amazingSurge/jquery-shorten
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.shorten-detail {
  display: none;
}

.shorten_expand .shorten-ellipses {
  display: none;
}

.shorten_expand .shorten-detail {
  display: inline;
}


.showMore {
    color: #464a4d;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    margin-bottom: 24px;
}

.showMore a.shorten-toggle {
	color: #cb5e42;
    font-weight: 600;
}