@font-face {
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    src: url('/public/css/fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),
    url('/public/css/fonts/Verdana/Verdana.woff') format('woff'),
    url('/public/css/fonts/Verdana/Verdana.ttf') format('truetype'),
    url('/public/css/fonts/Verdana/Verdana.svg#Verdana') format('svg');
}

.blockquote-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    margin: 40px 0;
    border: 0;
}

.blockquote-2 .blockquote-2-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blockquote-2 .blockquote-2-subtitle {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

.blockquote-2 .blockquote-2-image-container img {
    vertical-align: top;
}

.blockquote-2 .blockquote-2-content-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blockquote-2 .blockquote-2-content-container:before {
    content: '\f10d';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
}

.blockquote-2 .blockquote-2-content-container:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #ccc;
    top: 0;
    left: 15px;
}

.blockquote-2 .blockquote-2-content-wrapper {
    color: #ff6600;
    font-family: Verdana;
    font-style: italic;
}

.blockquote-2 .blockquote-2-content-container p {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
}
