#page_home .body-wrapper { background-image: none;  }

#home-top { 
	background-color: #487553;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 40px;
}
@media (min-width: 768px) { #home-top { padding-bottom: 75px; } }
.seed-1 #home-top { background-image: url(../images/template/main_bg_01.jpg); }
.seed-2 #home-top { background-image: url(../images/template/main_bg_02.jpg); }
.seed-3 #home-top { background-image: url(../images/template/main_bg_03.jpg); }
.seed-4 #home-top { background-image: url(../images/template/main_bg_04.jpg); }
.seed-5 #home-top { background-image: url(../images/template/main_bg_05.jpg); }

.home-card-features .media {
	background-color: rgba(0, 0, 0, 0.5);
}


#features { padding: 0 0 0px; }
.home-card-features .media, .home-card-features .content { margin: 0; padding: 0; }
@media (min-width: 992px) {
	.home-card-features .home-card-block { display: flex; }
}
.owl-carousel .owl-wrapper-outer {
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}
#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	z-index: 1;

	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 250px;
	opacity: .5;
	width: 40px;
}
#feature-carousel-next {
	right: 0;
	background-image: url(../images/template/carousel_arrow_next.png);
}
#feature-carousel-prev {
	left: 0;
	background-image: url(../images/template/carousel_arrow_prev.png);
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (max-width: 599px) {
	#feature-carousel-next, #feature-carousel-prev {
		background-size: 100%;
	}
}
@media (min-width: 600px) {
	#feature-carousel-next, #feature-carousel-prev {
		height: 360px;
	}
}
@media (min-width: 700px) {
	#feature-carousel-next, #feature-carousel-prev {
		height: 480px;
	}
}
@media (min-width: 992px) {
	#feature-carousel-next, #feature-carousel-prev {
		height: 370px;
	}
}
@media (min-width: 1130px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
	#feature-carousel-next {
		right: -80px;
	}
	#feature-carousel-prev {
		left: -80px;
	}
}
@media (min-width: 1380px) {
	#feature-carousel-next, #feature-carousel-prev {
		height: 470px;
	}
}

.home-card-image, .home-card-image-top {
	display: block;
	background-color: #487553;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	/*max-height: 470px;*/
	width: 100%;
}
.home-card-play-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-image: url('../images/template/btn-play.png');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .65;
}
.home-card-play-btn:hover {
	opacity: .9;
}
.home-card-play-btn img {
	height: auto;
	max-width: 100%;
}

.home-card-features .content {
	border-top: 5px solid #ffc600;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 40px;
}
.home-card-meta {
	border-bottom: 1px dashed rgba(255, 255, 255, .5);
	color: #ffc600;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
}
.home-card-title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	/* using a combo of margin/padding because overflow takes additional space away from line-height or something */
	margin: 10px 0;
	padding: 5px 0;
}
.home-card-title a:link, .home-card-title a:visited {
	color: #fff;
}
.home-card-title a:hover, .home-card-title a:active, .home-card-title a:focus {
	color: #ffc600;
	text-decoration: none;
}
@media (min-width: 992px) {
	.home-card-features .content { padding: 40px; }
	.home-card-title {
		font-size: 28px;
		line-height: 30px;
		max-height: 159px;
		overflow-x: hidden;
		overflow-y: hidden; }
}

.home-card-btn-group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 -5px 0 -5px;
}
.home-card-btn-group .home-card-btn, .home-card-btn-group .home-card-alt-btn {
	flex-grow: 1;
	margin: 5px;
	min-width: auto;
	padding: 0 16px;
}
/*@media only screen and (min-width : 768px) {
	.home-card-btn-group {
		margin: 0 -15px 0 -15px;
	}
	.home-card-btn-group .home-card-btn, .home-card-btn-group .home-card-alt-btn {
		margin: 5px 15px;
	}
}*/
@media (min-width: 992px) and (max-width : 1199px) {
	.home-card-btn-group {
		flex-wrap: none;
	}
}

.home-card-btn, .home-card-alt-btn {
	/*border: 1px solid #ffffff;*/
	border-radius: 4px;
	border-width: 0;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	/*min-height: 60px;*/
	min-width: 200px;
	padding: 0 26px;
	transition: background-color .2s;
}
a.home-card-btn, a.home-card-btn:link, a.home-card-btn:visited {
	background-color: #fff;
	color: #545454;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #ffc600;
	color: #bd1818;
	text-decoration: none;
}
a.home-card-alt-btn, a.home-card-alt-btn:link, a.home-card-alt-btn:visited {
	background-color: #fff;
	color: #545454;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #ffc600;
	color: #bd1818;
	text-decoration: none;
}


.homepage-header-wrap {
	display: flex;
	flex-flow: column;
}
.homepage-header {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.homepage-header.has-subheader {
	border-bottom: 1px solid #404040;
	padding-bottom: 10px;
}
.homepage-header h3 {
	color: #404040;
	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.homepage-header h3 span:first-child {
	font-weight: 300;
}
.homepage-subheader {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.homepage-subheader h4 {
	color: #2a78b0;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
}


#services {
	background-image: url('../images/template/services_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:30px 0;
}
#services .links { margin:0; margin-top: 15px; }
#services .links div { padding:0 0 0; }
#services .links div a { display:block; text-indent:-9999px; background-repeat:no-repeat; background-position:center center; background-size:contain; padding-top:100%; height:0; transition:opacity .2s; }
#services .links div a:hover { opacity:0.75; }
#services .links div.email-amy a { background-image:url(../images/template/service_email_amy.png); }
#services .links div.casework-assistance a { background-image:url(../images/template/service_casework_assistance.png); }
#services .links div.flag-requests a { background-image:url(../images/template/service_flag_requests.png); }
#services .links div.academy-nominations a { background-image:url(../images/template/service_academy_nominations.png); }
#services .links div.visiting-dc a { background-image:url(../images/template/service_visiting_dc.png); }
#services .links div.visiting-minnesota a { background-image:url(../images/template/service_visiting_minnesota.png); }
#services .links div.about-minnesota a { background-image:url(../images/template/service_about_minnesota.png); }



#priorities {
	/*height: 500px;*/
	position: relative;
	
	display: flex;
	flex-flow: column nowrap;
	/*align-items: stretch;*/
	
	max-height: 600px;
}
.priorities-label {
	background-color: #404040;
	/*box-shadow: 0px -1px rgba(255, 255, 255, .4) inset;*/
}
.priorities-label .title {
	color: #AAA;
	font-size: 36px;
	font-weight: 300;
	line-height: 50px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

.priorities-issues {
	background-color: rgba(255, 204, 153, 0.5);
	
	display: flex;
	flex-flow: row wrap;
}
.priorities-issue {
	position: relative;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 160px;
	width: 50%;
}
.priorities-issue-jobs-economy {
	background-image: url('../images/template/priorities_bg_jobs-economy.jpg');
	background-image: none;
}
.priorities-issue-red-tape {
	background-image: url('../images/template/priorities_bg_red-tape.jpg');
	background-image: none;
}
.priorities-issue-energy {
	background-image: url('../images/template/priorities_bg_energy.jpg');
	background-image: none;
}
.priorities-issue-veterans {
	background-image: url('../images/template/priorities_bg_veterans.jpg');
	background-image: none;
}
.priorities-issue a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	
	background-color: rgba(42, 120, 176, 0.75);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	height: 100%;
	line-height: 27px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .2s;
	width: 100%;
}
.priorities-issue a:hover, .priorities-issue a:focus {
	/*color: #ffc600;*/
	background-color: rgba(42, 120, 176, 0.90);
	text-decoration: none;
}
.priorities-issue a span {
	font-style: italic;
	font-weight: 300;
}


.priorities-article {
	background-image: url('../images/template/priorities_bg_article.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.priorities-article-inner {
	display: none;
	
	background-color: rgba(115, 115, 115, 0.8);
	padding: 20px;
}
.priorities-article .title a {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 27px;
	margin-bottom: 10px;
}
.priorities-article .title a:hover, .priorities-article .title a:focus {
	color: #ffc600;
	text-decoration: none;
}
.priorities-article .content {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.priorities-issue a, .priorities-article-inner {
		box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .35) inset;
	}
	.priorities-issue:nth-child(even) a {
		box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, .35) inset;
	}
}
@media (min-width: 768px) {
	#priorities {
		position: relative;
		
		flex-flow: row nowrap;
		align-items: stretch;
	}
	.priorities-label {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		
		width: 0px;
	}
	.priorities-label .title {
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.priorities-label .title-rotate {
		/* to vertical center, you have to position first, then apply tranform with another class */
		transform: translateX(-50%) translateY(-50%) rotate(90deg);
	}
	
	.priorities-issues {
		padding-left: none;
		width: 100%;
	}
	.priorities-issue {}
	.priorities-issue a {
		box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, .35) inset;
	}
	.priorities-issue:nth-child(n+3) a {
		box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, .35) inset;
	}
	
	.priorities-article {
		display: none;
		width: 50%;
	}
	.priorities-article-inner {
		display: none;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, .35) inset;
		padding: 40px;
		padding-right: 33%;
	}
	.priorities-article .title a {
		font-size: 30px;
		line-height: 34px;
	}
	.priorities-article .content {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (min-width: 992px) {
	.priorities-issue {
		min-height: 300px;
	}
	.priorities-issue a {
		font-size: 36px;
		line-height: 40px;
	}
}



#minnesota-mornings {
	background-color: #487553;
	background-image: url('../images/template/minnesota-mornings_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 30px 0;
	text-align: center;
}
#minnesota-mornings .homepage-header { border-color: rgba(255, 255, 255, 0.35); }
#minnesota-mornings .homepage-header h3 { color: #fff; }
#minnesota-mornings .homepage-subheader h4 { color: #fff; }
#minnesota-mornings a.coffee_pastry img { 
	height: auto;
	margin: 50px 0;
	max-width: 900px;
	width: 80%;
}


/*
left menu: font-size:24px;  min-height:60px; --  hover  background-color: rgba(149,210,133)  --  border-bottom: 1px solid rgba(0,0,0,.25)
*/

#offices {
	background-image: url('../images/template/offices_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #545454;
	padding: 30px 0;
	border-bottom: 1px solid LightGray;
}

.location-list {
	/*background-color: rgba(255, 0, 0, 0.5);*/
	line-height: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-item {
	/*background-color: rgba(0, 0, 255, 0.5);*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	padding: 0;
}
.location-item:last-child {
	border-bottom-width: 0;
}
.location-item h3 {
	color: #545454;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
}

.location-detail {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	padding: 20px 0;
}
.location-list-col .location-detail {
	padding: 20px;
}
.location-btn, .location-btn-alt {
	display: flex;
	justify-content: center;
	flex-direction: column;
	
	border-width: 1px;
	border-radius: 2px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	min-height: 60px;
	margin: 0;
	margin-top: 10px;
	padding: 5px 26px;
	transition: background-color .2s border-color .2s;
	white-space: normal;
	width: 100%;
}
a.location-btn, a.location-btn:link, a.location-btn:visited {
	background-color: transparent;
	border: 1px solid #2a78b0;
	color: #2a78b0;
}
a.location-btn:hover, a.location-btn:active, a.location-btn:focus {
	background-color: #ffc600;
	border-color: #ffc600;
	color: #bd1818;
	text-decoration: none;
}
.location-btn span:last-child {
	font-weight: 600;
}
a.location-btn-alt, a.location-btn-alt:link, a.location-btn-alt:visited {
	background-color: #2a78b0;
	border-color: #2a78b0;
	color: #fff;
}
a.location-btn-alt:hover, a.location-btn-alt:active, a.location-btn-alt:focus {
	background-color: #ffc600;
	border-color: #ffc600;
	color: #bd1818;
	text-decoration: none;
}
.location-btn-alt span:last-child {
	font-weight: 900;
	text-transform: uppercase;
}

.location-map-col { padding: 0; }
.location-map {}
.location-map img {
	display: block;
	
	background-image: url('../images/template/map.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	margin: 0 auto;
	height: 326px;
	width: 326px;
}
a.map-region {
	cursor: pointer;
}

.location-list-col .location-item h3 {
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	transition: background-color .2s;
}
.location-list-col .location-item h3:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.location-list-col .location-detail {
	display: none;
}
.location-details-col {
	height: 360px;
}
.location-details-col .location-item {
	display: none;
	border-width: 0;
}
.location-details-col .location-detail {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.locations[data-location='washington-dc'] .location-list-col .location-item-washington-dc .location-detail, .locations[data-location=''] .location-list-col .location-item-washington-dc .location-detail {
		display: block;
	}
	.locations[data-location='twin-cities-metro'] .location-list-col .location-item-twin-cities-metro .location-detail {
		display: block;
	}
	.locations[data-location='northeastern'] .location-list-col .location-item-northeastern .location-detail {
		display: block;
	}
	.locations[data-location='northwestern-central'] .location-list-col .location-item-northwestern-central .location-detail {
		display: block;
	}
	.locations[data-location='southern'] .location-list-col .location-item-southern .location-detail {
		display: block;
	}
}
@media (min-width: 768px) {
	.location-list-col .location-item h3 { text-align: right; }
	
	.locations[data-location='washington-dc'] .location-details-col .location-item-washington-dc, .locations[data-location=''] .location-details-col .location-item-washington-dc {
		display: block;
	}
	.locations[data-location='twin-cities-metro'] .location-details-col .location-item-twin-cities-metro {
		display: block;
	}
	.locations[data-location='northeastern'] .location-details-col .location-item-northeastern {
		display: block;
	}
	.locations[data-location='northwestern-central'] .location-details-col .location-item-northwestern-central {
		display: block;
	}
	.locations[data-location='southern'] .location-details-col .location-item-southern {
		display: block;
	}
}
@media (min-width: 992px) {
	.locations[data-location='twin-cities-metro'] .location-map img, div.locations[data-highlight-location='twin-cities-metro'] .location-map img {
		background-position-y: -978px;
	}
	.locations[data-location='northeastern'] .location-map img, div.locations[data-highlight-location='northeastern'] .location-map img {
		background-position-y: -652px;
	}
	.locations[data-location='northwestern-central'] .location-map img, div.locations[data-highlight-location='northwestern-central'] .location-map img {
		background-position-y: -326px;
	}
	.locations[data-location='southern'] .location-map img, div.locations[data-highlight-location='southern'] .location-map img {
		background-position-y: -1304px;
	}
}
/*@media (min-width: 1380px) {
	.location-details-col {
		height: 420px;
	}
}*/



/* TWITTER */
.bg-home-card-twitter {
    background-image: url('../images/template/bg_twitter.jpg');
    background-position: center;
    background-color: rgba(31, 161, 242, 0);
    padding-top: 34px;
    border-bottom: 1px solid white;
}
.home-card-twitter {
}

.home-card-twitter .homepage-header {
    padding-top: 30px;
}

.home-card-twitter .home-card-head {
/*	background: #1e9ed4;
	border-bottom: 1px solid rgba(255, 255, 255, .35);*/
	height: 85px;
	padding-top: 15px;
	text-align: center;
}
.home-card-twitter h3 {
	color: #1fa1f2;
    line-height: 50px;
    margin: 0;
}
.homepage-header h3 a {
		color: #fff;

}
.home-card-twitter .home-card-head a {
	display: inline-block;
	line-height: 22px;
}
.home-card-twitter h3 small {
	color: #fff;
}
@media (min-width: 580px) {
	.home-card-twitter .home-card-head {
		padding-top: 10px;
	}
	.home-card-twitter .home-card-head a {
		background: transparent url('../images/icons/icon_tweet.png') no-repeat 0 50%;
		padding: 0 40px;
	}
	.home-card-twitter .home-card-head h3 small {
		display: inline-block;
	}
}
.home-card-twitter .home-card-head h3 a, .home-card-twitter .home-card-head h3 a:link, .home-card-twitter .home-card-head h3 a:visited {
	color: #fff;
}
.home-card-twitter .home-card-head h3 a:hover, .home-card-twitter .home-card-head h3 a:active, .home-card-twitter .home-card-head h3 a:focus {
	color: #fff;
	text-decoration: none;
}
.home-card-twitter .home-card-head h3 a small, .home-card-twitter .home-card-head h3 a:link small, .home-card-twitter .home-card-head h3 a:visited small {
	opacity: .65;
}
.home-card-twitter .home-card-head h3 a:hover small, .home-card-twitter .home-card-head h3 a:active small, .home-card-twitter .home-card-head h3 a:focus small {
	opacity: 1;
	text-decoration: underline;
}
.home-card-twitter .home-card-block {
	padding: 0 40px 30px;
}
.home-card-tweet {
	border-bottom: 1px dashed rgba(255, 255, 255, .35);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.home-card-tweet:last-of-type {
	border-bottom-width: 0;
}
.home-card-tweet a, .home-card-tweet a:link, .home-card-tweet a:visited {
	color: #e6f8ff;
}
.home-card-tweet a:hover, .home-card-tweet a:active, .home-card-tweet a:focus, .home-card-tweet a:hover {
	color: #e6f8ff;
	text-decoration: underline;
}
.home-card-twitter .home-card-btn {
	display: flex;
	justify-content: center;

	clear: both;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	text-transform: uppercase;
}
.home-card-twitter a.home-card-btn:hover, .home-card-twitter a.home-card-btn:active, .home-card-twitter a.home-card-btn:focus {
	background-color: #e6f8ff;
	color: #21b0ec;
	text-decoration: none;
}
.home-card-twitter a.home-card-btn, .home-card-twitter a.home-card-btn:link, .home-card-twitter a.home-card-btn:visited {
	background-color: #e6f8ff;
    color: #1ea1f2;
	width: 70%;
    margin: auto;
    font-size: 20px;
}

.home-card-disclaimer {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	word-break: break-word;
}

.twitter-latest h3 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
	text-align: center;
}

.twitter-latest h3 span:first-child {
    font-weight: 300;
}
@media (min-width: 1024px) {
	.twitter-section .homepage-header h3 a {
		color: #1fa1f2;
}
.home-card-twitter h3 small {
	color: #1fa1f2;
}
	.bg-home-card-twitter {
    background-image: url('../images/template/bg_twitter.jpg');
    background-position: center;
    height: 390px;
    background-color: rgba(31, 161, 242, 0);
    padding-top: 34px;
    border-bottom: 1px solid white;
}

.home-card-twitter {
	background-color: #ffffff;
    color: #21b0ed;
    height: 320px;
    width: 1000px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}
	.home-card-tweet {
	border-right: 1px dashed rgb(30, 161, 242);
    border-bottom-width: 0;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 0 20px;
    width: 33.333%;
    color: #1ea1f2;
    line-height: 20px;
    font-size: 16px;
	}
	.home-card-tweet:last-of-type {
		border-right-width: 0;
	}
	.home-card-tweet a, .home-card-tweet a:link, .home-card-tweet a:visited {
	color: #1fa1f2;
}
.home-card-tweet a:hover, .home-card-tweet a:active, .home-card-tweet a:focus, .home-card-tweet a:hover {
	color: #1fa1f2;
	text-decoration: underline;
}

.home-card-twitter a.home-card-btn, .home-card-twitter a.home-card-btn:link, .home-card-twitter a.home-card-btn:visited {
	background-color: #1ea1f2;
    color: #ffffff;
	width: 60%;
    margin: auto;
    font-size: 14px;
}
.home-card-twitter .home-card-btn .icon {
	display: inline-block;
    background: url(../images/template/tw-logo-white.png) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
    min-height: 54px;
    min-width: 54px;
}
.home-card-twitter .homepage-header .icon{
	display: inline-block;
    background-image: url(../images/template/tw-logo-blue.png);
    background-size: contain;
    margin-right: 5px;
    height: 54px;
    width: 54px;
    float: left;
}
}