.dynamic-content {
    width: 800px;
    margin: 50px auto 0px;
    
    -webkit-box-pack: center;
    
    justify-content: center;
    
    padding: 0 10px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: top;
    text-align: center;

}
.dynamic-content .button
{
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    animation-duration: 3s;
    color: #fff;
    background-color: #0072bb;
    border-color: #0072bb;
    padding: 0 25px;
    -moz-border-image: -moz-linear-gradient(left, #0072bb 100%, #0072bb 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #0072bb 100%, #0072bb 100%);
    border-image: linear-gradient(to right, #0072bb 100%, #0072bb 100%);
    border-image-slice: 1;
    border-image-width: 1px;
    transition: all 0.3s;
    position:absolute;
    bottom:-28px;
    left:75px;
}

.dynamic-content .button:hover {
    background: #fff;    
    color: #001e46;
}

.dynamic-content .dynamic-content-item{
    width: 300px;
    height: 600px;
    background: transparent;
    position: relative;
    perspective: 1000px;
    margin-bottom: 1%;
    margin-right: 1%;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #0072bb;
    vertical-align: top;
}
.dynamic-content .dynamic-content-image{
    position: absolute;
    top: -92px;
    left: 55px;
}

.dynamic-content .dynamic-content-body{
    padding:100px 15px 30px;
    text-align: left;    
    
}
.dynamic-content #dynamic-content-blog .dynamic-content-body{
    padding-top:125px;
}

.dynamic-content .blog-image
{
    max-width: 275px;
    max-height: 180px;
    display: block;
    margin:auto;
}

.dynamic-content .blog-title
{
    font-size:24px;
    color:#0072bb;
    font-weight: 900;
    line-height:24px;
    margin-top:10px;
}
.dynamic-content .blog-title a, .dynamic-content .blog-date a
{
    text-decoration: none;
    color:#046cc5;
}
.dynamic-content  a
{
    color:#046cc5;
}

.dynamic-content .blog-date
{
    
    text-align: right;
    color:#0072bb;
    font-weight: 900;
    font-size:16px;
    padding-top:5px;
}
.dynamic-content #news-body
{
    margin-top: 10px;

}
.dynamic-content #news-body,.dynamic-content .tweet
{

    font-size: 16px;
}.dynamic-content #news-body,.dynamic-content .blog-body,.dynamic-content .tweet
{
    margin-top: 10px;
}
.dynamic-content .news-body
{
    font-size: 15px;
    line-height: 1.3;
    border-bottom: 1px solid #2181c1;
    padding-bottom: 12px;
    padding-top: 11px;
}
.dynamic-content .news-body:last-child
{
    border: none;
}
.dynamic-content .news-body a
{
    font-weight: 900;
}
.dynamic-content  a.black-link
{
    text-decoration: none;
    color:#000000;
    font-weight: normal;
}

.dynamic-content .blog-body p,.dynamic-content .news-body
{
    font-size:16px;
    line-height: 20px;
}

@media screen and (max-width: 620px) {
    .dynamic-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100vw;
        margin: 0;
    }

    .dynamic-content {
        
        margin-bottom: 30px;
        margin-right: 0;
    }

    .dynamic-content-front {
        transform: scale(0.9);
    }

    .dynamic-content-back {
        font-size: 110%;
    }
}

@media screen and (min-width: 320px) {
    .dynamic-content-back {
        font-size: 105%;
    }
}

@media screen and (min-width: 360px) {
    .dynamic-content-back {
        font-size: 14px;
    }
}

@media screen and (min-width: 375px) {
    .dynamic-content-back {
        font-size: 16px;
    }
}

@media screen and (min-width: 400px) {
    .dynamic-content-back {
        font-size: 19px;
    }
}

@media screen and (min-width: 1450px) {
        .dynamic-content {
		max-width: 1600px;
		width: auto;
	}
	
	.dynamic-content .dynamic-content-item {
		width: 300px;
	}
}

.twitter-display ul li:before {
    content: "\f099";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    float: left;
    color: #2381c1;
    margin-left: -0.5em;
    /* same as padding-left set on li */
    margin-top: 0.4em;
    width: 1.3em;
    font-size:20px;
    margin-left:-0.7em;
    /* same as padding-left set on li */

}
.twitter-display ul li {
    padding-left: 1.3em;
    border-bottom: 1px solid #2181c1;

}
.twitter-display ul li p {
    padding: 0.7em;

}
.twitter-display ul li:last-child
{
    border: none;
}
.twitter-display ul 
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tweet {
    
    word-break: break-word;
    white-space: pre-line;
    font-size: 16px;
}


