@media (max-width: 1280px) {

body {
	min-width: inherit;
	overflow-x: hidden;
}

.container {
	max-width: inherit;
	margin: 0;
	padding: 0 30px;
}

.narrow {
	max-width:920px;
	margin:0 auto;
	padding:0 30px;
}

} /*end 1280px*/


@media (max-width:1180px) {
	
.top .container.flex .logo {
	-webkit-box-flex: 1;-ms-flex: 1 1;flex: 1 1;
	min-width:300px;
}

.top .topcontact .search, .top .menu nav {
	display: none;
}

.top .topcontact .email {
	margin-right:10px;
}

.top .hamburger-btn.flex {
	width:42px;
	height:42px;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
	cursor: pointer;
}

.top .hamburger-btn div {
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 4px;
}

.top .hamburger-btn div:before, .top .hamburger-btn div:after {
	content: "";
	position: absolute;
	top: -10px;
	left: auto;
    width: 100%;
    height: 3px;
    background: #fff;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	
}

.top .hamburger-btn div:after { 
	top: auto;
	bottom: -10px;
}

.top .hamburger-btn:hover div:before { 
	top: -6px;
}


.top .hamburger-btn:hover div:after { 
	top: auto;
	bottom: -6px;
}

.mobilenav .menucontact	{
	display:none;
}
	
} /*end 1180px*/	

@media (max-width:1024px) {

.tagbox h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
	
.tagbox p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}	

.bottom-contact.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bottom-contact.flex .contact-item {
	width: 50%;
}

.bottom-contact.flex .contact-item.contact-map {
	width:100%;
}

} /*end 1024px*/

@media (max-width:980px) {

.alignleft, .alignright {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
.wp-block-image .alignleft {
	clear: both;
	margin-top: 0.4em;
	margin: auto auto 1.6em auto;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
.wp-block-image .alignright {
	clear: both;
	margin-top: 0.4em;
	margin: auto auto 1.6em auto;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.6em;
}

.inthemedia .container.flex {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

} /*end 980px*/

@media (max-width:920px) {

.narrow {
	max-width: inherit;
	margin: 0;
	padding: 0 30px;
}

.top .container.flex .logo {
	min-width:260px;
}

.topcontact.flex div {
	padding: 4px 8px;
	font-size:14px;
}

header {
	padding: 50px 0 0;
}

header .container {
	padding: 0;
}
	
header .container.flex {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

header .container.flex div {
	width: 100%;
	text-align: center;	
}

header .tagbox {
	padding: 30px 30px 60px 30px;
	background: #222;
}

.subpage .container.grid {
	-ms-grid-columns:  57% 3% 40%;
	grid-template-columns: 57% 40%;
	grid-gap: 3%;
}

aside .practice-item p {
	font-size: 16px;
}

} /*end 920px*/

@media (max-width:767px) {


h1.big {
	font-size: 50px;
}

.top .menu.flex  {
	display: none;
}

.mobilenav .menucontact	{
	display:block;
}

.top .container.flex .logo {
    min-width: 220px;
	max-width: 300px;
	padding-right:10px;
}



.intro-icon.grid {
	-ms-grid-columns: 31.33% 40px 31.33% 40px 31.33%;
    grid-template-columns: 31.33% 31.33% ;
    grid-gap: 40px;
}

.columns2.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.columns2wide.grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 2%;
}

.video-title {
	padding-top: 0;
}

.featured-articles .article-container.grid {
	-ms-grid-columns: 100%;
	grid-template-columns: repeat(1, 100%);
	grid-gap:20px;
	margin-bottom: 30px;
}

.subpage .container.grid {
	-ms-grid-columns:  100%;
	grid-template-columns: 100%;
	grid-gap: 20px;
}

aside .practice-item p {
	font-size: 18px;
}

aside {
	padding: 30px;
}

aside .achiev div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 33.33%;
	        flex: 1 1 33.33%;	
}

.bottom-contact.flex .contact-item {
	width: 100%;
}

.bottom-contact .contact-info h1 {
	font-size: 28px;
}

footer .footer-logo {
	margin-bottom: 20px;
	text-align: center;
}

footer .footer-logo-social.grid {
	-ms-grid-columns:1fr;
	grid-template-columns:1fr;
}

footer .footer-social.flex {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

} /*end 767px*/


@media (max-width:600px) {
	
.stuck.admin-bar .top {
    top: 0;
}

} /*end 600px*/


@media (max-width:480px) {

h1.big {
	font-size: 32px;
}

.tagbox h1 {
    font-size: 32px;
}

.inthemedia img {
	max-width: 100px;
	height: auto;
}

.intro-icon.grid {
	-ms-grid-columns: 50% 20px 50%;
    grid-template-columns: 50% 50% ;
	grid-gap: 20px;
	padding: 30px;
}



.home .practice-areas .container.grid {
	-ms-grid-columns: (50%)[2];
	grid-template-columns: repeat(2, 50%);
}

.home .practice-item:nth-child(1), .home .practice-item:nth-child(2) {
	border-top: #ccc 1px solid;
}

.home .practice-item:nth-child(3), .home .practice-item:nth-child(4) {
	border-top: 0;
}

.home .practice-item:nth-child(1), .home .practice-item:nth-child(2n+1) {
	border-left: #ccc 1px solid;
}

.home .practice-item:nth-child(4n+0) {
	border-right: #ccc 1px solid;
}

.home-profile .container.grid {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	grid-gap: 20px;
}

.home-profile .profile-photo {
	text-align: center;
}

aside .achiev div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;	
}

footer .footer-social.flex {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

footer .credit {
    width: 100%;
	margin-top:10px;
}

} /*end 480px*/