

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'Graphik LC Web Black';
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
}

h1.thin, h2.thin, h3.thin, h4.thin, h5.thin {
    font-family: 'Graphik LC Web Medium';
    text-transform: none;
    color: #3e4040;
}

a {
    color: #e60067;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    outline: none;
}

a:hover {
    opacity: 0.8;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    outline: none;
}

a[nohref] {
    color: #a1a6a6 !important;
}

a[nohref]:hover {
    opacity: 1 !important;
}
                                                                             
button {
    outline: none;
}


p {
    padding: 0px 0px 20px 0px;
    margin: 0px;
    line-height: 150%;
}

h1:empty,h2:empty,h3:empty,h4:empty,h5:empty, p:empty {
    display: none;
}

blockquote {
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    color: #3e4040;
    font-family: 'Graphik LC Web Medium';
    margin: 0px;
    padding: 50px 0px;
}

blockquote:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 5px; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#06bae2+0,d3054c+100 */
    background: rgb(6,186,226); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(6,186,226,1) 0%, rgba(211,5,76,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(6,186,226,1) 0%,rgba(211,5,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(6,186,226,1) 0%,rgba(211,5,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bae2', endColorstr='#d3054c',GradientType=0 ); /* IE6-9 */
}

ul {
    list-style: none;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

ul li {
    padding: 0px 0px 10px 20px;
    
}

ul li:before {
    content: '›';
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -19px;
    margin-right: 10px;
    font-family: Arial;
    font-size: 16px;
}

strong,
b {
    font-family: 'Graphik LC Web Medium';
    font-weight: normal;
}



.link-quote {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #e1e5e6;
    padding: 20px;
    display: table;
    margin-bottom: 20px;
    cursor: pointer;
}


.link-quote .link-quote-image {
    width: 153px;
    height: auto;
    display: table-cell;
    vertical-align: top;
}

.link-quote .link-quote-image img {
    width: 100%;
}

.link-quote .link-quote-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.link-quote .link-quote-content a {
    color: #e61767;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Graphik LC Web Medium';
    display: block;
    margin-bottom: 15px;
}

.link-quote .link-quote-content strong {
    font-family: 'Graphik LC Web Medium';
    font-size: 17px;
}

.link-quote .link-quote-content p {
    padding-left: 10px;
    font-family: 'Graphik LC Web Regular';
    display: inline;
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
    
    .link-quote,
    .link-quote .link-quote-image,
    .link-quote .link-quote-content {
        display: block;
        text-align: center;   
        width: 100%;
        padding: 0px;
    }
    .link-quote {
        padding: 20px;
    }
    
    .link-quote .link-quote-content a {
        margin: 20px 0px;
    }
    
}

