/**
 * Contains styles for tags that can be added from 
 TinyMCE in admin
 * Links to front-end as base styles for insile tags
 *
 * @package sb-child
*/
.page-content img{
    padding:0;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(75, 102, 110, 0.2);
}
img.alignleft{
    margin-right: 2em;
}
img.alignright{
    margin-left:2em;
}

.page-content a{
    color:#122034;
    text-decoration: underline;
}
.page-content a:visited{
	color: #adadad;
}
@media (min-width: 992px){
    .page-content a:hover,
    .page-content a:focus{
        color:#dc7928;
    }
}

blockquote, q{
    font-size: 1.125rem;
    border-left: 5px solid #dc7928;
    padding: .8rem;
    background-color: transparent;
}
blockquote:after{
    display: none;
}
@media (max-width: 768px){
    blockquote, q{
        font-size: 1.15rem;
    }
}