body.layout_home #logo { padding:10px 0; }

#home .pagegroup { margin-bottom:0; }

#home .home-middle { background:url(../images/template/bg_latest_news.jpg) no-repeat center center; background-size:cover; padding:30px 0; }

@media (min-width:768px) {
	#home .home-middle { padding:60px 0; }
}

#home .posttypelayout_carousel .carousel { overflow:hidden; position:relative; }
#home .posttypelayout_carousel .carousel:before { display:block; position:absolute; top:-72px; left:-72px; z-index:100; content:"News"; background:#4590d1; color:white; text-transform:uppercase; font-size:18px; text-align:center; line-height:20px; width:141px; padding:114px 0 5px 0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }

#featured-news .header { text-align:center; text-transform:uppercase; margin-bottom:30px; line-height:1; }
#featured-news .header .title { font-size:18px; font-weight:300; }
#featured-news .header h3 { font-size:40px; font-weight:900; margin:0; }

#featured-news .items .item { margin-bottom:20px; }
#featured-news .items .item .title { font-size:30px; font-weight:700; line-height:1.1; margin-bottom:30px; }
#featured-news .items .item .read-more { margin-top:15px; }
#featured-news .items .item .read-more .btn { padding:10px 30px; }

@media (min-width:768px) {
	#featured-news .header { margin-bottom:60px; }
	#featured-news .items .item { margin-bottom:0; }
}

#signup a { display:block; max-width:100%; background:url(../images/template/btn_newsletter_mobile.png) no-repeat center center; background-size:contain; font-size:0; text-indent:-9999px; margin-top:30px; opacity:0.9; transition:opacity 0.2s; }
#signup a:before { content:""; display:block; padding-top:22.950819672%; }
#signup a:hover { opacity:1; }

@media (min-width:768px) {
	#signup a { max-width:1210px; background-image:url(../images/template/btn_newsletter.png); margin-top:0; }
	#signup a:before { padding-top:15.950413223% }
}

#social-banner { padding:30px 0; background:url(../images/template/bg_twitter.jpg) no-repeat center center; background-size:cover; color:white; }
#social-banner a { color:#ffd555; }
#social-banner h3 { font-size:30px; font-weight:900; text-align:center; margin:0; color:white; }
#social-banner h3 em { font-weight:100; font-style:italic; }
#social-banner h3 i { display:inline-block; width:70px; height:70px; vertical-align:middle; background:url(../images/icon_twitter.png) no-repeat center center; }
#social-banner .tweet { color:white; padding:15px; text-align:center; }
#social-banner .tweet a:hover { text-decoration:underline; }
#social-banner .tweet .title { display:block; text-align:center; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.35); font-size:16px; }
#social-banner .tweet .content { font-size:22px; word-break:break-word; line-height:30px; }

@media (min-width:641px) {
	body.layout_home #logo { padding:100px 0; }
}

@media (min-width:768px) {
	#social-banner { padding:60px 0; }
	#social-banner h3 { font-size:40px; margin:0 0 30px; }
	#social-banner .tweet .content { font-size:18px; }
}

@media (min-width:992px) {
	
}

@media (min-width:1230px) {
	#social-banner .tweet .content { font-size:22px; }
}


#memoriam { padding:30px 0; }

#memoriam .header { text-align:center; text-transform:uppercase; margin-bottom:30px; line-height:1; }
#memoriam .header h3 { font-size:40px; font-weight:900; margin:0; }

#memoriam .member { width:190px; height:300px; position:relative; background:black; }
#memoriam .member img { max-width:100%; height:auto; opacity:0.9; }
#memoriam .member .content { position:absolute; bottom:0; left:0; right:0; text-align:center; color:white; line-height:1.1; padding:20px 15px; text-shadow:1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(69,143,208,0);
	background: -moz-linear-gradient(top, rgba(69,143,208,0) 0%, rgba(24,57,86,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,143,208,0)), color-stop(100%, rgba(24,57,86,1)));
	background: -webkit-linear-gradient(top, rgba(69,143,208,0) 0%, rgba(24,57,86,1) 100%);
	background: -o-linear-gradient(top, rgba(69,143,208,0) 0%, rgba(24,57,86,1) 100%);
	background: -ms-linear-gradient(top, rgba(69,143,208,0) 0%, rgba(24,57,86,1) 100%);
	background: linear-gradient(to bottom, rgba(69,143,208,0) 0%, rgba(24,57,86,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458fd0', endColorstr='#183956', GradientType=0 );
}
#memoriam .member .content .rank { font-weight:700; }
#memoriam .member .content .name { font-weight:700; }
#memoriam .member .content .dates { font-size:16px; }

#memoriam .footer { text-align:center; margin-top:30px; }
#memoriam .footer a { padding-right:20px; background:url(../images/carat_right.png) no-repeat right center; color:inherit; font-style:italic; font-weight:300; }
#memoriam .footer a:hover { color:#dc1010; }

#memberCarousel { padding:0 56px; position:relative; width:297px; margin:0 auto; }
#memberCarousel .prev, #memberCarousel .next { position:absolute; top:0; bottom:0; width:56px; cursor:pointer; background-position:center center; background-repeat:no-repeat; background-color:rgba(0,0,0,0.1);  transition:background-color 0.2s; }
#memberCarousel .prev:hover, #memberCarousel .next:hover { background-color:rgba(0,0,0,0.2); }
#memberCarousel .prev { left:0; background-image:url(../images/arrow_white_left.png); background-position:-17px center; }
#memberCarousel .next { right:0; background-image:url(../images/arrow_white_right.png); background-position:-7px center; }

@media (min-width:481px) { 
	#memberCarousel { width:380px; padding:0 95px; }
	#memberCarousel .prev, #memberCarousel .next { width:80px; background-position:center center; }
}
@media (min-width:768px) {
	#memoriam { padding:60px 0; }
	#memoriam .header { margin-bottom:60px; }
	#memberCarousel { width:auto; } 
}
@media (min-width:992px) { #memberCarousel { width:auto; } }
@media (min-width:1230px) { #memberCarousel { width:1200px; } }

#offices { margin:0 -15px; }
#offices .offices { background:url(../images/template/bg_offices.jpg) no-repeat center center; background-size:cover; color:white; padding:30px; }
#offices .office { margin-top:30px; text-align:center; }
#offices .col-sm-6:first-child .office { margin-top:0; }
#offices .offices h3 { display:inline-block; background-repeat:no-repeat; background-position:left center; line-height:48px; padding-left:60px; margin:0 0 10px 0; }
#offices .offices .dc h3 { background-image:url(../images/template/office_icon_dc.png); }
#offices .offices .state h3 { background-image:url(../images/template/office_icon_texas.png); }

@media (min-width:768px) {
	#offices .offices { padding-left:10%; padding-right:10%; }
	#offices .office { text-align:left; margin-top:0; display:table-cell; vertical-align:middle;  }
}
@media (min-width:992px) {
	#offices .offices { padding-left:30px; padding-right:30px; }
	#offices .office { height:340px; }
}
@media (min-width:1230px) {
	#offices .offices { padding-left:10%; padding-right:10%; }
}

#quotes { margin:0 -15px; } 
#quotes .quote .bg { display:table; background-size:cover; background-position:center center; color:white; }
#quotes .quote .content { display:table-cell; text-align:center; vertical-align:middle; overflow:hidden; padding:30px; }
#quotes .quote blockquote { border:0; padding:0; margin:0; font-style:italic; font-size:24px; }
#quotes .quote cite { font-weight:300; font-style:normal; font-size:18px; }
#quotes .quote cite:before { content:"―" }

@media (min-width:768px) {
	#quotes .quote .content { height:400px; padding:0 20%; }
}

.office-number > a[href^="tel"]{
    color:#fff !important;
    text-decoration:none;
}