/* === GENERAL === */


.loadOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}

.paginationStyle {
	margin-top: 25px;
}

.paginationStyle a {
	color: #153860;
}

.paginationStyle a.active {
	pointer-events: none;
	color: #4c4c4c;
}

#ui-id-1 {
	background: white;
	padding: 25px 25px 15px;
	margin: 0;
	list-style: none;
	border: 1px solid #153860;
	margin-left: -2px;
}

#ui-id-1 li {
	color: #153860;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
}
.ui-widget .cookie-message {
	top: auto;
	bottom: 0;
	background: #153860!important;
	border: none;
}

.cookie-message p,
.cookie-message a {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	
}

.cookie-message a {
	font-weight: 500;
}



.vAlign {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

:focus {
    outline: none;
}




.heroSlider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.heroSlider ul.slick-dots {
    bottom: 35px;
    max-width: none;
    padding: 0 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
}

.heroSlider .slick-dots li button:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.heroSlider .slick-dots li.slick-active button:before {
    color: white;
}

.heroSlider .slick-dots li {
    margin: 0 10px 0 0;
}

.heroSlide {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 0;
    position: relative;
}

.slideContent {
    margin-top: 50px
}

.slideContent h2 {
    color: #173e61;
    font-weight: 200;
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 0 30px;
}

.slideContent p {
    color: black;
    font-weight: 200;
    font-size: 18px;
    margin: 0;
}

.slideContent a.readMore {
    display: inline-block;
    color: #173e61;
    margin-top: 25px;
}

.slideContent p a {
    color: white;
    font-weight: 500;
}

.searchBar {
    background: #153860;
    padding: 30px 0;
    /*border-top: 1px solid white;*/
}

.searchBar .columns {
    position: relative;
}

.searchBar input[type="text"] {
    border-radius: 0;
    border: none;
    border-right: 1px solid #cacaca;
    margin: 0;
    padding: 10px 20px;
    
    font-size: 15px;
    line-height: 30px;
    color: #3C3C3B;
    height: 60px;
}

.searchBar input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.searchBar input::-webkit-input-placeholder {
    color: #153860;
    opacity: .75;
}


.people-filter select {
border: 1px solid #cacaca;
border-radius: none!important
}

.people-filter .ui-selectmenu-button.ui-button {
  width: 100%;
  border: 1px solid #cacaca;
   padding: 10px 20px;
   
    font-size: 15px;
    line-height: 40px;
    color: #688298;
    height: 60px;
    background: #fefefe;
  background-image: url(../images/uploads/site/dropdown-arrow.svg);
  background-repeat: no-repeat !important;
    background-position: right 20px center;
    background-size: 25px;


}
.people-filter .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #be1b3e!important;
  border: 1px solid #cacaca!important;
  font-size: 15px!important;
 
  background: #fefefe!important;

}
.people-filter .ui-widget.ui-widget-content {
    border-top: none!important;
}
input::-moz-placeholder {
    color: #153860;
    opacity: .75;
}

:-ms-placeholder {
    color: #153860 !important;
    opacity: .75 !important;
}

input::placeholder {
    color: #153860;
    opacity: .5;
}

.searchBar input[type="submit"] {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border: none;
    border-radius: 0;
    /*background-image: url('../images/uploads/site/searchred.svg'), linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
    background-image: url('../images/uploads/site/searchred.svg');
    background-color: white;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.searchBar a {
    display: block;
    height: 60px;
    text-align: center;
    /*border: 1px solid rgba(255, 255, 255, 0.5); */
    border-left: none;
    background: white;
    color: #153860;;
    font-size: 16px;
    line-height: 60px;
    transition: all .3s ease;
    position: relative;
}

.searchBar a:hover {
  
    color: #be1b3e;
}

.searchBar a svg {
    width: 50px;
    margin-left: 10px;
    vertical-align: middle;
}

.st0 {
    fill: white;
    transition: fill .3s ease;
}

.searchBar a:hover .st0 {
    fill: #153860;
}

.practiceAreas {
    margin: 80px 0 25px;
}

a.practiceBox {
    display: block;
    height: 175px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

a.practiceBox .imgContainer {
    height: 125px;
    width: 125px;
    margin-bottom: 30px;
    opacity: .5;
    text-align: center;
    display: inline-block;
    transition: opacity .3s ease;
}

a.practiceBox:hover .imgContainer {
    opacity: 1;
}

a.practiceBox .imgContainer img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a.practiceBox h2 {
    font-size: 21px;
    margin-bottom: 0;
	text-transform: uppercase;
}

.homeContent h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #153860;
    margin-bottom: 30px;
}

a.newsItem {
    padding: 34px 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    display: block;
    width: 95%;
}

 .contentWrap  {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contentWrap.home {
	border-bottom: none;;
}

.contentWrap.home .last {
	 border-bottom: 1px solid rgba(0, 0, 0, .2);
}



.spacer {
	height: 30px;
}

.newsItem * {
    display: inline-block;
    color: #153860;
}

.newsItem .date {
    vertical-align: top;
	width: 80px;
}

.newsItem .date p {
    font-size: 19.5px;
    font-weight: 300;
    margin: 0;
}

.newsItem .title {
    width: calc(100% - 100px);
    padding-left: 25px;
}

.newsItem .title h4 {
    font-size: 22px;
    margin: 0;
}

a.viewAll {
    font-size: 20px;
    color: #153860;
    display: inline-block;
    margin-top: 30px;
	text-transform: none;
}

a.viewAll svg {
    fill: #153860;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.tweetBox {
    margin-bottom: 20px;
    background: #a1bcd7;
    padding: 30px;
}

.tweetBox p {
    color: white;
}

.tweetBox p.date {
    margin: 0px;
    font-weight: 700;
	color: #153860;
}

.tweetBox p.tweet {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.tweetBox p.tweet a {
    color: #153860;
    font-weight: 300;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.bottomBanner {
    padding: 30px 0 0;
    background: #F2F2F2;
    margin-bottom: 25px;
    margin-top: 75px;
}

.bottomBanner h2 {
    font-weight: 500;
    font-size: 28px;
    margin: 55px 0 25px;
    color: #153860
}

.bottomBanner p {
    font-weight: 200;
    font-size: 18px;
    color: #1D1D1B;
    margin: 0 0 35px;
}
.bottomBanner small {
    color: #999;
}
.bottomBanner small strong {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 200;
}

.bottomBanner a {
    color: #B5A07C;
    font-size: 16px;
    font-weight: 300
}

.bottomBanner img {
    width: 300px;
    margin: 0 auto;
    display: block;
    max-width: 325px
}

@media screen and (max-width:1279px) {
    .heroSlider ul.slick-dots {
        padding-right: 30px
    }
    .homeContent h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .bottomBanner h2 {
        font-size: 26px;
    }
    .newsItem .title h4 {
        font-size: 21px;
    }
    .tweetBox p.tweet, .tweetBox p.date {
        font-size: 14.5px;
    }
    .heroSlider .slick-dots li button:before {
        font-size: 18px;
    }
    .searchBar a {
        font-size: 14px;
    }
}

@media screen and (max-width:1023px) {
    .heroSlide {
        min-height: 420px;
    }
    .slideContent {
        margin-top: 30px
    }
    .slideContent .large-6.medium-8 {
        padding-right: 85px;
    }
    .slideContent h2 {
        font-size: 26px;
    }
    .searchBar a {
        font-size: 13px;
    }
    .searchBar a svg {
        width: 40px;
    }
    .practiceAreas {
        margin: 60px 0 10px;
    }
    a.practiceBox {
        margin-bottom: 40px
    }
    a.practiceBox .imgContainer {
        width: 90px;
        height: 90px;
    }
    a.practiceBox h2 {
        font-size: 18px;
    }
    a.newsItem {
        width: 100%;
        padding: 30px 0;
    }
    .newsItem .date p {
        font-size: 16px;
    }
    .newsItem .title {
        padding-left: 15px;
    }
    .newsItem .title h4 {
        font-size: 20px;
    }
    a.viewAll {
        margin-bottom: 40px;
    }
    .tweetBox p.tweet, .tweetBox p.date {
        font-size: 16px;
    }
    .tweetBox:last-child {
        margin-bottom: 0;
    }
    .bottomBanner {
        margin-top: 0;
    }
    .bottomBanner h2 {
        font-size: 24px;
        margin-top: 10px;
    }
    .bottomBanner p {
        font-size: 16px;
    }
    .bottomBanner img {
        width: 100%;
    }

	.heroSlider {
		padding-top: 105px;
	}

	#googleMap {
		margin-top: 105px;
	}

}

@media screen and (max-width:768px) {
    .slideContent {
        margin-top: 25px;
    }
    .slideContent h2 {
        font-size: 26px;
    }
    .slideContent .large-6.medium-8 {
        padding-right: 50px;
    }
    .slideContent p {
        font-size: 16px;
    }
    .slideContent a.readMore {
        font-size: 14px;
    }
    .searchBar {
        padding: 25px 0;
    }
    .searchBar input[type="text"] {
        font-size: 13px;
        height: 50px;
		line-height: 50px;
    }
    .searchBar input[type="submit"] {
        height: 50px;
        -webkit-background-size: 32.5%;
        background-size: 32.5%;
        background-position: 65% center;
    }
    .searchBar a {
        font-size: 12px;
        height: 50px;
        line-height: 55px;
    }
    .searchBar a svg {
        display: none;
    }
    a.practiceBox h2 {
        font-size: 16px;
    }
    a.practiceBox.border {
        padding: 25px 0;
    }
    .homeContent h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .newsItem .title h4 {
        font-size: 18px;
    }
    a.viewAll {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .bottomBanner h2 {
        margin-top: 0;
        font-size: 21px;
    }
    .bottomBanner a {
        font-size: 13px;
    }
    .slideContent h3 {
        font-size: 21px;
    }

	.heroSlider {
		padding-top: 100px;
	}

	#googleMap {
		margin-top: 100px;
	}
}

@media screen and (max-width:639px) {
    .heroSlider {
        border-bottom: 1px solid white;
    }

	.heroSlider.home {
		background: #153860;
		padding-bottom: 20px;
	}
    .heroSlide {
        padding: 0;
        height: auto;
        background-image: none!important;
    }
    .home .heroSlide * {
        color: white!important;
    }
    .heroSlide img {
        margin-bottom: 0;
        width: 100%
    }
    .slideContent {
        margin-top: 30px;
    }
    .slideContent .large-6.medium-8 {
        padding-right: 0px;
    }
    .slideContent h2 {
        font-size: 24px;
    }
    .slideContent p {
        opacity: .75;
    }
    .slideContent {
        transform: none;
        position: static;
    }
    .heroSlider ul.slick-dots {
        position: static;
        background: #153860;
        padding: 15px 0 20px 25px;
        text-align: left
    }
    .heroSlider .slick-dots li button:before {
        font-size: 15px;
    }
    .searchBar {
        padding: 20px 0;
    }
    .searchBar a {
        padding: 15px 0 30px;
        margin-top: 20px;
        line-height: 0px;
        height: 40px;
    }
    .searchBar a svg {
        display: inline-block;
    }
    a.practiceBox h2 {
        font-size: 16px
    }
    a.newsItem {
        padding: 20px 0;
    }
    a.newsItem * {
        display: block;
    }
    a.newsItem .date p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    a.newsItem .title {
        padding: 0;
        width: 100%;
    }
    .tweetBox {
        padding: 25px;
    }
    .tweetBox p.tweet, .tweetBox p.date {
        font-size: 14px;
    }
    .bottomBanner h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .bottomBanner p {
        font-size: 14px;
        margin-bottom: 20px;
        ;
    }
    .bottomBanner a {
        margin-bottom: 15px;
        display: inline-block;
    }
    .bottomBanner img {
        width: 75%;
    }

	.heroSlider {
		padding-top: 85px;
	}

	#googleMap {
		margin-top: 85px;
	}
}


/* === ABOUT === */



.bannerBottom nav.twoCol ul li {
	width: 50%;
	float:left;
	padding-right: 30px;
}
.bannerBottom nav.twoCol.three ul  {
	overflow: auto;
	padding-bottom: 2px;
}

.bannerBottom nav.twoCol.three ul li {
	width: 33.33333333%
}

.pageContent.about {
    padding-bottom: 60px;
}

.pageContent.about h2 {
    color: #153860;
    font-size: 21px;
    margin: 50px 0 25px;
}

.pageContent p, .pageContent li {
    font-weight: 300;
    color: #4c4c4c;
}

.pageContent .accordionContent h2 {
	font-size: 18px;
}

.pageContent.about .accordionContent ul {
	list-style: disc;
	margin-left: 1.25rem;
    list-style-type: disc;
	margin-bottom: 30px;
}
.accordionContent ul li {
    list-style: disc;
    margin-left: 1.25rem;
    list-style-type: disc;
    color: #4c4c4c;
    font-weight: 300;
    margin-bottom: 8px;
}

.pageContent.practice table,
.pageContent.practice tbody,
.pageContent.practice tr:nth-child(even),
.pageContent.practice thead {
	border: 0;
	background: transparent;
}

.pageContent.practice table {
	margin: 30px 0;
}

.pageContent.practice thead tr th {
	font-size: 14px;
	color: #153860;
}

.pageContent.practice tbody tr td {
	font-size: 14px;
}

.pageContent.about .accordionContent h4 {
	font-weight: 300;
    font-size: 16px;
    color: #b2b2b2;
}

@media screen and (max-width: 1023px) {
    .pageContent.about h2 {
        font-size: 20px;
        margin: 30px 0 20px;
    }
}

@media screen and (max-width: 870px) {
	.bannerBottom nav.twoCol.three ul li {
		width: 50%
	}
}


@media screen and (max-width: 639px) {
    .pageContent.about {
        padding-bottom: 30px;
    }
    .pageContent.about h2 {
        font-size: 18px;
        margin: 25px 0 15px;
    }
    .pageContent p, .pageContent li {
        font-size: 14px;
    }

	.bannerBottom nav.twoCol ul li,
	.bannerBottom nav.twoCol.three ul li{
		width: 100%;
		float:none;
		padding-right: 0;
	}

	.pageContent.practice thead tr th,
	.pageContent.practice tbody tr td {
		font-size: 12px;
	}

}


/* === NEWS === */

.searchBar.internal.news {
    margin-bottom: 0;
}

.pageContent .mainListing h2 {
    font-size: 38px;
    font-weight: 300;
    text-transform: none;
    color: #153860;
}

.pageContent .mainListing .filters {
    margin: 25px 0 50px;
}

.pageContent .mainListing {
    padding-bottom: 80px;
}

.pageContent .mainListing a.newsItem {
    width: 100%;
}

.pageContent .mainListing a.newsItem .date p {
    color: #153860;
}

.pageContent .mainListing a.newsItem .title h4 {
    color: #4c4c4c;
}

@media screen and (max-width:1023px) {
    .pageContent .mainListing h2 {
        font-size: 34px;
    }
    .pageContent .mainListing .filters {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:639px) {
    .pageContent .mainListing h2 {
        font-size: 28px;
        ;
    }
    .pageContent .mainListing .filters {
        margin-bottom: 15px;
        ;
    }
}


/* === NEWS DETAIL === */

.heroSlider.internal .heroSlide figure.main {
    font-weight: 300;
    font-size: 44px;
    padding-top: 50PX;
    color: #153860;
   
}

.newsBody h1 {
    color: #153860;
    
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 10px;
}
.newsBody h2 {
    color: #153860;
    
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 10px;
}
.newsBody p.date {
    font-size: 18px;
    font-weight: 300;
    color: #b2b2b2;
    margin-bottom: 40px;
}

.newsBody .footNotes {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 25px 0 10px;
    margin: 40px 0 50px;
}

.pageContent aside h2 {
    color: #153860;
    font-size: 20px;
    margin-bottom: 20px;
}

.pageContent aside a.profileBox .profileText {
    padding: 15px 0 20px;
}

.pageContent aside a.profileBox .profileText {
    padding-left: 0;
}

@media screen and (max-width:1279px) {
    .heroSlider.internal .heroSlide figure.main {
        font-size: 40px;
    }
    .newsBody h1 {
        font-size: 30px;
    }
    .newsBody p.date {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsBody p.date {
        margin-bottom: 40px;
    }
    .pageContent aside h2 {
        font-size: 18px;
    }
    aside a.profileBox .profileImg {
        /* height: 140px; */
    }
}

@media screen and (max-width: 1023px) {
    .heroSlider.internal .heroSlide figure.main {
        font-size: 38px;
    }
    .newsBody h1 {
        font-size: 28px;
    }
    .newsBody p.date {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .newsBody .footNotes {
        margin-bottom: 0;
    }
    aside {
        padding-bottom: 20px;
    }
    aside a.profileBox .profileImg {

    }
}

@media screen and (max-width: 768px) {
    .heroSlider.internal .heroSlide figure.main {
        font-size: 32px;
    }
    .newsBody h1 {
        font-size: 26px;
    }
    aside a.profileBox .profileImg {

    }
}

@media screen and (max-width: 639px) {
    .heroSlider.internal .heroSlide figure.main {
        font-size: 28px;
        margin: 5px 0 25px;
        padding-top: 0;
    }
    .newsBody h1 {
        font-size: 24px;
    }
    .newsBody p.date {
        margin-bottom: 20px;
    }
    .newsBody .footNotes {
        margin: 25px 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .heroSlider.internal .heroSlide figure.main {
        font-size: 26px;
        margin: 0 0 20px;
        padding-top: 0;
    }
    .newsBody h1 {
        font-size: 22px;
    }
    aside .profileText h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }
    aside a.profileBox .profileImg {

    }

}


/* === PEOPLE === */

.heroSlide.people {
    background: #cecbca;
    padding-top: 50px;
}

.heroSlide.people h2 {
    text-transform: none;
    font-weight: 300;
    color: #153860;
    font-size: 42px;
    margin-bottom: 100px;
}

ul.peopleNav {
    margin: 5px 0 0;
    list-style: none;
}

ul.peopleNav li {
    border-top: 1px solid white;
    padding: 15px 0 12px;
}

ul.peopleNav li:last-child {
    border-bottom: 1px solid white;
}

ul.peopleNav li a {
    text-transform: uppercase;
    color: white;
    transition: color .3s ease;
}

ul.peopleNav li a:hover, ul.peopleNav li a.active {
    color: #153860;
}

.heroSlide.people figure {
    padding: 0 50px 0 15px;
}

.heroSlide.people blockquote {
    padding: 0;
    margin: 0 0 5px;
    color: white;
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
}

.heroSlide.people footer {
    color: #153860;
    font-size: 14px;
}

.heroSlide.people .slick-dots {
    bottom: -10px;
    right: -25px
}

.heroSlider .people .slick-dots li button:before {
    text-shadow: none;
}

.rightPad {
    padding-right: 75px;
}

.peopleTop {
    padding: 50px 0 25px;
    ;
}

.peopleTop h1 {
    font-weight: 300;
    color: #153860;
    margin-bottom: 25px;
    font-size: 42px;
    text-transform: uppercase;
}

.peopleTop p {
    font-weight: 200;
}

.staffListing {
    margin-top: 60px;
}

.staffListing.first {
    margin-top: 25px;
}

.staffProfile {
    margin-bottom: 40px;
}

.staffProfile .columns {
    position: relative;
}

.staffProfile .rightPad {
    padding-bottom: 75px;
}

.staffListing h3 {
    text-transform: uppercase;
    color: #153860;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #b2b2b1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.staffProfile h4,
.pageContent.about .accordionContent .staffProfile h4 {
    font-size: 20px;
    color: #153860;
    font-weight: 300;
    margin-bottom: 25px
}

.staffProfile p {
    font-weight: 200;
}

.staffProfile .contactBar {
    background: #153860;
    padding: 7px 15px 10px;
    /*bottom: 0;
    left: 15px;
    right: 90px;*/
    position: relative;
    left:0;
    margin-bottom: 20px;
}

.pageContent .accordionContent .staffProfile .contactBar a,
.staffProfile .contactBar a {
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    margin-right: 25px;
    font-weight: 300;
    display: inline-block;
}

.staffProfile .contactBar a span.email,
.staffProfile .contactBar a span.telephone {
    font-family: 'Panton IconsB';
    text-transform: none;
    margin-left: 10px;
    font-size: 22px;

}

.pageContent .accordionContent .staffProfile .contactBar a span {
	position: static;
	transform: none;
	display: inline-block;
	 font-size: 12px;
	
}

.pageContent .accordionContent .staffProfile .contactBar a span.email,
.pageContent .accordionContent .staffProfile .contactBar a span.telephone {
	 font-family: 'Panton IconsB';
    text-transform: none;
    margin-left: 10px;
    font-size: 22px;
	position: static;
	transform: none;
}

.pageContent .accordionContent .staffProfile .contactBar a span.contact {
    font-family: 'Panton IconsA';
    text-transform: none;
    margin-left: 10px;
    font-size: 22px;
}

.staffProfile .contactBar a.phone {
    position: absolute;
    right: 15px;
    top: 7px;
}

.staffProfile .contactBar a span.contact {
    font-family: 'Panton IconsA';
    text-transform: none;
    margin-left: 10px;
    font-size: 22px;
}

.staffProfile img {
    width: 100%;
}

.staffProfile.junior .profileImg {
	height: 250px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0;
}

.staffProfile.junior h4 {
	margin-bottom: 15px;
}

.staffProfile.short {
    margin-bottom: 30px;
}

.staffProfile.short .contactBar {
    position: relative;
    left: 0;
    right: 0;
}

.staffProfile.short h4 {
    margin-bottom: 2px;
}

.staffProfile.short h5 {
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 15px
}

.staffProfile.short .contactBar a {
    margin: 0;
}

.staffProfile.short .contactBar a span {
    margin: 0 5px 0 0;
    font-size: 18px;
}

.staffProfile.short .contactBar a.phone span {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.staffProfile.short .contactBar a.phone {
    position: static;
}

.staffProfile.short .profileImg {
    height: 250px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*margin-bottom: 20px;*/
}
.staffProfile.short.pupil .profileImg {
    height: auto;
}
.staffProfile.short .rightPad {
	padding-right: 30px;
}



@media screen and (max-width:1023px) {
    .heroSlide.people {
        height: auto;
        padding-bottom: 35px;
    }
    .heroSlide.people h2 {
        margin-bottom: 65px;
    }
    .heroSlide.people blockquote {
        font-size: 20px;
    }
    .rightPad, .heroSlide.people figure {
        padding-right: 0;
    }
    .staffProfile .rightPad {
        padding-right: 20px;
    }
    .staffProfile img {
        margin-bottom: 40px;
    }
    .staffProfile .contactBar {
        right: 15px;
    }
    .staffProfile .contactBar a,
	.pageContent .accordionContent .staffProfile .contactBar a{
        width: 33.3333333333333%;
        float: left;
        text-align: center;
        margin: 0;
    }
    .staffProfile .contactBar a.phone {
        position: static;
    }
    .staffNav:first-child {
        margin-top: 15px;
    }
    .staffProfile.short .contactBar a {
        width: auto;
        float: none;
        margin: 0 20px 0 0;
    }
    .staffProfile.short .contactBar a span {
        margin: 0;
    }
    .staffProfile.short .contactBar a.phone span {
        font-size: 18px;
    }
    .staffProfile.short .profileImg {
        height: 225px;
    }
    .staffProfile.short.pupil .profileImg {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .heroSlide.people {
        padding-bottom: 0;
    }
    .heroSlide.people .slick-dots {
        position: static;
        text-align: left;
        margin-top: 10px;
        padding: 0 10px
    }
}

@media screen and (max-width:639px) {
    .heroSlide.people h2 {
        color: #153860;
        font-size: 36px;
    }
    ul.peopleNav {
        margin-bottom: 25px;
    }
    ul.peopleNav li {
        padding: 10px 0 7px;
    }
    ul.peopleNav a {
        font-size: 14px;
    }
    .heroSlide.people figure {
        padding-left: 0;
    }
    .heroSlide.people figure blockquote {
        margin-bottom: 10px;
    }
    .heroSlide.people .slick-dots {
        background: none;
        padding: 0;
        margin: 10px 0 0;
    }
    .people .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }
    .peopleTop h1 {
        font-size: 36px;
    }
    .staffProfile.short h4 {
        font-size: 16px
    }
    .staffProfile.short h5 {
        font-size: 12px
    }
    .staffProfile.short .contactBar a {
        margin: 0 15px 0 0;
    }

	.pageContent .accordionContent .staffProfile .contactBar a {
		float: none;
		width: 32%;
	}
    .bannerBottom nav.secondary {
        margin-top: -15px;
    }
	.bannerBottom nav.secondary li:first-child a {
		border-top: 0;
	}
    .staffProfile.short .profileImg {
        height: 200px;
        /*margin-bottom: 15px;*/
    }
    .staffProfile.short.pupil .profileImg {
        height: auto;
    }
}

@media screen and (max-width:639px) {
    .staffProfile.short .profileImg {
        height: 150px;
    }
    .staffProfile.short.pupil .profileImg {
        height: auto;
    }
    .staffProfile.short .contactBar a span {
        font-size: 16px;
    }

	.staffProfile.junior .profileImg {
		height: 240px;
	}
}


/* === PROFILE === */

.profile .heroSlide {
    background-position: 32% center;
    height: 450px;
	overflow: hidden;

}

.profile .heroSlide img.profileImg {
	position: absolute;
	bottom: 0px;
	right: -40px;
    width: 565px;
	background-size: 0 0;
}

.profile .heroSlide img.profileImg.large {
    width: 590px;
}

.profileDetails {
    margin-top: 60px;
}

.profileDetails h1 {
    color: #153860;
    font-weight: 200;
    font-size: 44px;
    margin: 0 0 10px;
    line-height: 1;
}

.profileDetails h2, .profileDetails h2 a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.profileQuote {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 95px;
    ;
}

.profileQuote blockquote {
    border: none;
    padding: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    color: #153860;
    line-height: 1.3;
    margin: 0 0 10px;
}

figure footer {
    padding: 0;
    background: none;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.contactBar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.contactList {
    background: #153860;
    list-style: none;
    padding: 5px 15px 8px;
    display: block;
    margin: 0 75px 0 0;
}

ul.contactList li {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}

ul.contactList li a {
    color: white;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    transition: color .3s ease;
}

ul.contactList li a span.icon {
    font-size: 22px;
    text-transform: none;
    padding-left: 10px;
}
ul.contactList li a svg {
height: 20px;
padding-left: 10px;
line-height: 25px;
vertical-align: middle;
position: relative;
top: -3px;
width: 52px; /*to fix bug on ie 10 and 11*/
}
ul.contactList li a svg path {
    fill: #fff;
}
ul.contactList li a:hover svg path {
    fill: #6da0c6;
}

ul.contactList li a:hover {
    color: #6da0c6;
}

span#email {
    font-family: 'Panton IconsB';
}

span#contact, span#PDF, span#shortlist {
    font-family: 'Panton IconsA';
}

ul.breadCrumb {
    margin: 25px 0 40px;
    list-style: none;
}

ul.breadCrumb li {
    display: inline-block;
}

ul.breadCrumb li a {
    font-size: 14px;
    font-weight: 200;
    color: #706f6f;
    padding-right: 10px;
}

ul.breadCrumb li a:after {
    content: " |";
    padding-left: 10px;
}

ul.breadCrumb li:last-child a {
    pointer-events: none;
    opacity: .65;
}

ul.breadCrumb li:last-child a:after {
    content: none;
}

.profileMain {
    padding: 80px 0 50px;
}

.profileBody {
    padding-right: 75px;
}

.profileMain p {
    font-weight: 300;
}
.profileIntro ul, .profileExtra ul {
	margin-left: 35px;
}

.profileMain li {
	color: #4c4c4c;
	font-weight: 300;
}

.profileMain p strong {
    font-weight: 500;
    color: #000;
}

.profileMain a.profileReveal {
    color: #b2b2b2;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 15px 0 0;
}

.profileMain a.profileReveal span {
    font-family: 'Panton IconsC';
    font-size: 22px;
    padding-left: 15px;
    transition: all .3s ease;
    display: none;
}

.profileMain a.profileReveal span.spin {
    transform: rotate(-90deg);
    padding-left: 0;
    margin-top: 10px;
}

.accordionWrap {
    margin-top: 50px;
}

.profileExtra {
    display: none;
}

a.expand {
    float: right;
    margin-top: -40px;
    color: #b2b2b2;
    font-weight: 500;
}

ul.accordion {
    margin: 0;
    list-style: none;
}

ul.accordion > li {
    border-top: 1px solid #ccc;
}

ul.accordion > li:last-child {
    border-bottom: 1px solid #ccc;
}

ul.accordion > li > a {
    display: block;
    font-size: 21px;
    font-weight: 500;
    color: black;
    position: relative;
    line-height: 1;
    padding: 25px 0;
	text-transform: uppercase;
}

ul.accordion li a span {
    font-family: 'Panton IconsC';
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    display: none;
}

ul.accordion li a span.spin {
    transform: translateY(-50%) rotate(90deg);
}


ul.accordion ul li a {
	color: #4c4c4c;
    font-weight: 500;
}

.accordionContent {
    display: none;
    padding: 10px 0 25px;
}

.accordionContent h2 {
    font-weight: 500;
    font-size: 21px;
    margin: 25px 0 15px;
}

.accordionContent h2:first-child {
    margin-top: 0;
}

.accordionContent li, .accordionContent blockquote, .accordionContent footer {
    font-weight: 300;
}

.accordionContent blockquote {
    padding: 0;
    border: none;
    color: black;
    font-size: 16px;
    margin: 0 0 2px;
}

.accordionContent footer {
    margin-bottom: 20px;
}

.accordionContent ul {
    list-style: none;
    margin: 0;
}

.asideSection {
    margin-bottom: 25px;
	   border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.asideSection h3 {
    color: #153860;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
    ;
}

aside .newsItem {
    width: 100%;
}

aside .newsItem * {
    display: block;
}

aside .newsItem .date p {
    font-size: 16px;
    margin-bottom: 0px;
}

aside .newsItem .title {
    width: 100%;
    padding: 0;
}

aside .newsItem .title h4 {
    font-size: 18px;
    color: #323232;
}

aside .viewAll {
    margin: 0 0 40px;
    color: #999999;
    font-size: 18px;
}

.accordionContent ul li, .accordionContent ul li:last-child {
    border: none;
}


@media screen and (min-width:1440px) {
	.profile .heroSlide img.profileImg {
		right: 35px;
    	width: 575px;
	}

	.profile .heroSlide img.profileImg.large {
    	width: 605px;
	}
}


@media screen and (max-width:1279px) {
    .profileQuote blockquote {
        font-size: 22px;
    }
    ul.contactList {
        margin-right: 50px;
    }
    .profileMain {
        padding-top: 50px;
    }
    .profileBody {
        padding-right: 50px;
    }
    .profileMain a.profileReveal {
        margin-top: 0px;
    }
    ul.accordion li a {
        /* font-size: 19px; */
    }
    .asideSection h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    aside .newsItem {
        width: 100%;
        padding: 25px 0;
    }
    aside .newsItem .title h4 {
        font-size: 17px;
    }
}

@media screen and (max-width:1023px) {
	.profileDetails {
		margin-top: 30px;
	}

	.profileQuote {
		bottom: 80px;
	}

	.profileDetails h1 {
		font-size: 36px;
	}

	.profileQuote blockquote {
		padding-right: 50px;
	}

    .profile .heroSlide {
        background-position: 73% center;
    }

	.profile .heroSlide img.profileImg {
		right: -100px;
    	width: 580px;
	}

    ul.contactList {
        margin: 0;
    }
    .profileMain {
        padding-bottom: 25px;
    }
    .profileBody {
        padding-right: 0;
    }
    .profileMain a.profileReveal {
        margin-top: 5px;
    }
    .accordionWrap {
        margin-top: 15px;
    }
    ul.accordion li a {
        /* font-size: 18px; */
    }
    aside {
        margin-top: 50px;
    }
    aside a.newsItem * {
        display: inline-block;
    }
    aside a.newsItem .title {
        width: calc(100% - 100px);
        padding-left: 25px;
    }


}

@media screen and (max-width:768px) {
    .profile .heroSlide {
        background-image: none!important;
		background: #cecbca;
        height: auto;
		padding-top: 0;
    }

	.profile .heroSlide img.profileImg {
		position: static;
		width: 100%;
		background-size: cover;
		background-position: 90% center;
		padding: 20px 9% 0;
	}

	.profile .heroSlide img.profileImg.large {
    	width: 100%;
		padding: 20px 5% 0;
	}

    .profileDetails {
        margin-top: 30px;
    }
    .profileDetails h1 {
        font-size: 36px;
    }
	.profileQuote {
        position: static;
        margin: 15px 0 40px;
    }
    .profileQuote blockquote {
        font-size: 20px;
        width: 100%;
		padding-right: 0;
    }

    ul.contactList li {
        padding: 0 10px;
    }
    ul.contactList li a span.icon {
        font-size: 18px;
    }
    .profileMain {
        padding: 30px 0 10px;
    }
    .profileBody {
        padding-right: 0;
    }
    .profileMain a.profileReveal {
        font-size: 13px;
        margin-top: 10px;
    }
    .profileMain a.profileReveal span {
        font-size: 18px;
        padding-left: 5px;
    }
    .accordionWrap {
        margin-top: 15px;
    }
    a.expand {
        font-size: 14px;
    }
    ul.accordion li a {
        /* font-size: 17px; */
    }
    aside {
        margin-top: 50px;
    }
    aside .viewAll {
        font-size: 16px;
		margin-bottom: 50px;
    }
}

@media screen and (max-width:639px) {

	.profile .heroSlide img.profileImg {
		padding: 20px 3% 0;
		background-position: 87% center;
	}

	.profile .heroSlide img.profileImg.large {

		padding: 20px 0% 0;
	}

    .profileDetails {
        margin-top: 30px;
    }
    .profileDetails h1 {
        font-size: 32px;
    }
    .profileQuote {
        position: static;
        margin: 15px 0 30px;
    }
    .profileQuote blockquote {
        font-size: 18px;
        width: 85%;
    }
    figure footer {
        color: #706f6f;
    }
    .contactBar {
        position: static;
        margin: 0 -30px;
    }
    ul.contactList {
        padding: 8px 30px 11px
    }
    ul.contactList li {
        padding: 0;
        margin-right: 10px;
    }
    .profileMain p,
	.profileMain li {
        font-size: 14px;
    }
    ul.accordion li a {
        font-size: 14px;
    }
    .accordionContent {
        padding-top: 0;
    }
    aside {
        margin-top: 30px;
    }
    .asideSection {
        margin-bottom: 30px;
    }
    .asideSection h3 {
        font-size: 21px;
    }
    aside .newsItem {
        padding: 20px 0;
    }
    aside a.newsItem * {
        display: block;
    }
    aside a.newsItem .date p {
        margin-bottom: 5px;
        font-size: 15px;
    }
    aside a.newsItem .title {
        width: 100%;
        padding-left: 0;
    }
    aside .newsItem .title h4 {
        font-size: 16px;
    }

	 aside .viewAll {
		margin-bottom: 45px;
    }
}

@media screen and (max-width:500px) {
    .profileDetails h1 {
        font-size: 28px;
    }
    .profileQuote blockquote {
        width: 100%;
    }
    ul.contactList li {
        width: 32%;
        margin: 0;
        text-align: center;
    }
    ul.contactList li a span.icon {
        display: block;
        font-size: 22px;
    }
    ul.contactList li a span {
        display: none;
    }
    ul.accordion li a, aside .newsItem .title h4, figure footer {
        font-size: 14px;
    }
    .profileDetails h2, .profileDetails h2 a {
        font-size: 12px;
    }
    .asideSection h3 {
        font-size: 18px;
    }

	.profile .heroSlide img.profileImg {
    	padding: 20px 0% 0;
	}
}


/* === PEOPLE === */

.heroSlider.internal .heroSlide {
    background: #cecbca;
}

.heroSlider.internal .heroSlide h1 {
    color: #153860;
}

.searchBar.internal {
    margin-bottom: 40px;
}

.profileText h3 {
    color: #153860;
}

.bannerBottom {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50px;
}



.heroSlider.internal .heroSlide .bannerBottom,
.heroSlider.internal .heroSlide .bannerBottom .columns {
    height: auto;
}

.heroSlider.internal .heroSlide.autoHeight .bannerBottom {
	position: static;
	margin: 50px 0 -20px;
}

.heroSlider.internal .heroSlide.autoHeight .bannerBottom .columns  {
	padding-bottom: 0;
}


.bannerBottom nav {
    background: none;
    box-shadow: none;
    position: static;
    height: auto;
    max-height: none;
}

.bannerBottom nav ul li {
	margin-bottom: -1px;
    line-height: 1;

}


.bannerBottom nav.secondary ul li, .bannerBottom nav.secondary ul li:first-child {
    border-color: #153860;
}

.bannerBottom nav.tertiary {
    margin-top: -15px;
}

.bannerBottom nav.tertiary li:first-child a {
	border-top: 0;
}

.bannerBottom nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    padding: 23px 0 20px;
    display: block;
	text-transform: uppercase;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.bannerBottom nav ul li a.active, .bannerBottom nav ul li a:hover {
    color: #153860;
}

.bannerBottom .slick-slider.quoteSlider {
    margin-left: 50px;
}

.bannerBottom .quoteSlider {
	position: absolute;
	opacity: 0;
	transition: opacity .4s ease;
}
.bannerBottom .quoteSlider.show {
	opacity: 1;
	position: static;
}

.bannerBottom .slick-slider.quoteSlider figure {
    min-height: 105px;
}

.bannerBottom .quoteSlider ul.slick-dots {
    bottom: 0;
}

@media screen and (max-width:1279px) {
    .bannerBottom {
        bottom: 30px;
    }
    .bannerBottom nav ul li a {
        font-size: 16px;
        padding: 23px 0 20px;
    }
    .bannerBottom .quoteSlider ul.slick-dots {
        bottom: 0;
    }
    .peopleTop h1 {
        font-size: 38px;
    }
}

@media screen and (max-width:1023px) {
    .bannerBottom .slick-slider.quoteSlider {
        margin-left: 25px;
    }
    .bannerBottom nav ul li a {
        font-size: 15px;
        padding: 17px 0;
    }
    .bannerBottom .quoteSlider ul.slick-dots {
        bottom: 0;
        padding: 0;
    }
    .peopleTop h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .bannerBottom nav ul li a {
        font-size: 14px;
        padding: 15px 0;
    }

	 .bannerBottom {
       position: static;
		margin-top: 20px;
   	 }

	.heroSlider.internal .heroSlide.autoHeight .bannerBottom {
		position: static;
		margin: 30px 0 -30px;
	}

}

@media screen and (max-width:639px) {
    .bannerBottom {
        position: static;
    }

	.heroSlider.internal .heroSlide.autoHeight .bannerBottom {
		margin: 25px 0 0;
	}

    .bannerBottom nav {
        margin: 15px 0 25px;
    }
    .bannerBottom .slick-slider.quoteSlider {
        margin-left: 0;
    }
    .bannerBottom .slick-slider.quoteSlider figure {
        min-height: 0;
    }
    .peopleTop {
        padding: 35px 0 15px;
    }
    .peopleTop h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .staffListing {
        margin-top: 30px;
    }
    .staffProfile {
        margin-bottom: 50px;
    }
    .staffProfile img {
        margin-bottom: 0;
    }
    .staffProfile.pupil img{
        margin-bottom: 0;
    }
    .staffProfile h4 {
        margin-bottom: 10px;
    }
    .staffProfile .rightPad {
        padding-right: 0;
        padding-bottom: 0;
    }
    .staffProfile .contactBar {
        margin: 0 0 20px;
    }
    .staffProfile .contactBar a {
        width: 32%;
        float: none;
    }
}

@media screen and (max-width:500px) {
    .bannerBottom nav {
        margin: 10px 0 15px;
    }
    .peopleTop p, .staffProfile p {
        font-size: 14px;
    }
}


/* === PRACTICE AREA === */

.heroSlider.internal .heroSlide {
    padding: 0;
}



.heroSlider.internal .heroSlide .slideContent {
    margin: 0;
}

.heroSlider.internal .heroSlide .columns {
    height: 450px;
    position: relative;
}

.heroSlider.internal h1 {
    color: #fff;
    font-weight: 300;
    font-size: 44px;
    padding-top: 50PX;
}

.heroSlider.internal img {
    width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-55%);
}

.quoteSliderContainer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 60px;
}

.slick-slider.quoteSlider {
    margin: 0;
}

.quoteSlider blockquote {
    padding: 0;
    border: 0;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 15px;
}

.quoteSlider footer {
    color: #153860;
}

.quoteSlider ul.slick-dots {
    padding: 0 15px;
    bottom: 0;
}

.quoteSlider .slick-dots li button:before {
    text-shadow: none;
}

.pageContent {
    padding: 60px 0 25px;
}

.pageContent h2 {
    text-transform: uppercase;
    font-size: 24px;
}

.relatedNews a.newsItem {
    width: 100%;
}

.relatedNews a.newsItem .date p {
    font-size: 14px;
}

.relatedNews a.newsItem .title h4 {
    font-size: 18px;
    color: #4c4c4c;
	text-transform: none;
}

.relatedNews a.viewAll {
    margin-top: 30px;
    color: #999999;
    font-size: 18px;
}

.peopleListing h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}

.filters {
    margin-bottom: 30px;
}

.filters .inputWrap {
    display: inline-block;
}

.filters label {
    display: inline-block;
    margin: 0 20px 0 5px;
    color: #4c4c4c;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
}

.filters#commercial .iradio_flat-blue {
    background-image: url('../images/uploads/site/blue-teal.png');
}

.filters#aviation .iradio_flat-blue {
    background-image: url('../images/uploads/site/blue-pale.png');
}

.sort {
    text-align: right;
}

.sort a {
    color: rgba(23, 62, 97, .5);
    transition: color .3s ease;
}

.sort a:first-child::after {
    content: " |";
    color: #153860;
}

.sort a.active, .sort a:hover {
    opacity: 1;
    color: #153860;
}

.sort a.active {
	pointer-events: none;
}
a.profileBox {
    display: block;
}

a.profileBox .profileImg {
    background-size: cover;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

a.profileBox .profileImg img {
  	width: 85%;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
}

a.profileBox .profileText {
    padding: 20px 15px;
}

.profileText h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.profileText h4, .profileText p {
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 0;
}

.grid-item {
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    width: 25%;
}

@media screen and (max-width:1279px) {
    .heroSlider.internal h1 {
        font-size: 40px;
    }
    .quoteSlider blockquote {
        font-size: 22px;
    }
    .heroSlider.internal img {
        width: 175px;
    }
    .filters label {
        font-size: 14px;
        margin: 0 12px 0 5px;
    }
    .sort a {
        font-size: 15px;
    }

	a.profileBox .profileImg img {
  		width: 90%;
	}

}

@media screen and (max-width:1023px) {
    .heroSlider.internal .heroSlide, .heroSlider.internal .heroSlide .columns {
        height: 420px;
    }
    .quoteSlider blockquote {
        font-size: 21px;
    }
    .heroSlider.internal h1 {
        font-size: 36px
			;
    }
    .heroSlider.internal img {
        width: 165px;
        position: absolute;
        bottom: 35px;
        top: auto;
        transform: none;
        left: 0;
        right: 0;
    }
    .quoteSliderContainer {
        bottom: 35px;
    }
    .pageContent {
        padding: 40px 0 0;
    }
    .pageContent h2 {
        font-size: 22px;
    }
    .relatedNews a.newsItem .title h4 {
        font-size: 17px;
    }
    .relatedNews a.viewAll {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .filters {
        margin-bottom: 20px;
    }
    .sort {
        text-align: left;
        margin-bottom: 30px;
    }
    .grid-item {
        width: 33%;
    }

	a.profileBox .profileImg img {
  		width: 95%;
	}

}

@media screen and (max-width:768px) {
    .heroSlider.internal .heroSlide, .heroSlider.internal .heroSlide .columns {
        height: 350px;
    }
    .heroSlider.internal h1 {
        font-size: 32px;
    }
    .quoteSlider blockquote {
        font-size: 18px;
        line-height: 1.45;
    }
    .quoteSlider footer {
        font-size: 14px;
    }
    .heroSlider.internal img {
        width: 150px;
    }
    .pageContent h2 {
        font-size: 21px;
    }
    .relatedNews a.newsItem .title h4 {
        font-size: 16px
    }
    .relatedNews a.viewAll {
        font-size: 15px;
    }
    .peopleListing h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .filters .inputWrap {
        width: 33%;
        margin-right: -4px;
        margin-bottom: 15px;
    }
    .grid-item {
        width: 50%;
    }

	a.profileBox .profileImg img {
  		width: 82.5%;
	}
    .profileText h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .heroSlider.internal .slick-dots li button:before {
        font-size: 14px;
    }
    .heroSlider.internal .slick-dots li {
        margin: 0;
    }
}

@media screen and (max-width:639px) {
    .heroSlider.internal .heroSlide, .heroSlider.internal .heroSlide .columns {
        height: auto;
    }
    .heroSlider.internal .heroSlide {
        padding: 30px 0;
    }
    .heroSlider.internal h1 {
        font-size: 28px;
        margin: 5px 0 25px;
        padding-top: 0;
    }
    .heroSlider.internal.practice h1 {
        margin-top: 40px;
    }
    .heroSlider.internal img {
        position: static;
        width: 190px
    }
    .quoteSliderContainer {
        position: static;
    }
    .quoteSlider ul.slick-dots {
        background: transparent;
        padding: 0;
        margin: 15px 0 0 -5px;
    }
    .relatedNews a.viewAll {
        margin-top: 15px;
    }
    .filters .inputWrap {
        width: 50%;
        margin-right: -4px;
        margin-bottom: 15px;
    }
	a.profileBox .profileImg img {
  		width: 95%;
	}
}

@media screen and (max-width:500px) {
    .heroSlider.internal .heroSlide {
        padding: 40px 0 20px;
    }
    .heroSlider.internal img {
        width: 140px;
    }
    .quoteSlider ul.slick-dots {
        margin-top: 5px;
    }
    .heroSlider.internal h1 {
        font-size: 26px;
        margin: 0 0 20px;
        padding-top: 0;
    }
    .heroSlider.internal.practice h1 {
        margin-top: 30px;
    }
    .quoteSlider blockquote {
        font-size: 16px;
    }
    .pageContent h2, .peopleListing h2 {
        font-size: 20px;
    }
    .relatedNews a.newsItem .title h4 {
        font-size: 15px;
    }
    .relatedNews a.viewAll {
        margin-bottom: 20px;
    }
    .grid-item {
        width: 100%;
    }
    a.profileBox .profileImg img {
  		width: 80%;
	}
    .profileText h3 {
        font-size: 18px;
    }
    .filters label {
        font-size: 13px;
    }
    .sort {
        margin-top: -5px;
        margin-bottom: 20px;
    }
}

/* === PRACTICE AREA  - BANNER TWEAK === */

.heroSlider.internal .heroSlide.autoHeight,
.heroSlider.internal .heroSlide.autoHeight .columns {
	height: auto;
}

.heroSlider.internal .heroSlide.autoHeight {
	min-height: 340px;
}

.heroSlider.internal .heroSlide.autoHeight .columns {
	padding-bottom: 50px;
}

.heroSlider.internal .heroSlide.autoHeight .quoteSliderContainer {
	position: static;
	margin: 50px 0 0;
}


.heroSlider.internal .heroSlide.autoHeight img {
	max-width: 215px;
	height: 100%;
	max-height: 215px;
	width: auto;
	position: static;
	transform: none;
	margin-top: 50px;
}

@media screen and (max-width: 1279px) {
	.heroSlider.internal .heroSlide.autoHeight .quoteSliderContainer {
		position: static;
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 1023px) {
	.heroSlider.internal .heroSlide.autoHeight img {
		max-width: 180px;
		max-height: 180px;
		margin-top: 85px;
	}
}


@media screen and (max-width: 768px) {
	.heroSlider.internal .heroSlide.autoHeight img {
		width: 150px;
	}
}

@media screen and (max-width: 639px) {
	.heroSlider.internal .heroSlide.autoHeight .columns {
		padding-bottom: 0px;
	}

	.heroSlider.internal .heroSlide.autoHeight img {
		margin: 0 auto 10px;
		max-width: 150px;
		max-height: 160px;
	}

	.heroSlider.internal .heroSlide.autoHeight .quoteSliderContainer {
		margin-top: 10px;
		padding: 0 0 15px;
	}
}

/* === AWARDS === */
.awardsGrid {
	margin-top: 30px;
}

.awardBox {
	padding: 40px 35px 35px;
	border: 1px solid #153860;
	margin-bottom: 30px;
}

.awardBox p {
	color: #173e61;
	font-weight: 300;
	margin: 0;
}

.awardBox p.year {
	font-weight: 500;
	color: #bf9230;
}

.awardBox .titleContainer {
	margin: 25px 0 35px;
	padding: 20px 0;
	border-top: 1px solid #bf9230;
	border-bottom: 1px solid #bf9230;
}

.awardBox .titleContainer h2 {
	margin: 0;
	position: relative;
	top: 50%;
	/* transform: translateY(-50%); */
	font-size: 18px;
}
.awardsGrid .row .columns:last-child:nth-last-child(4n-7) .awardBox .titleContainer h2 {
	position: static;
	transform: none;

}
@media screen and (max-width:1023px) {
    .awardsGrid .row .columns:last-child:nth-last-child(odd) .awardBox .titleContainer h2 {
        position: static;
        transform: none;

    }
}
@media screen and (max-width:639px) {
	.awardBox .titleContainer h2  {
		position: static;
		transform: none;
	}
}

/* === NEWS === */
.newsListing h1 {
    font-weight: 300;
    color: #153860;
    margin-bottom: 25px;
    font-size: 42px;
}
.pageLinks {
    margin-bottom: 20px;
}
.pageLinks.bottom {
    margin-bottom: 30px;
}
.pageLinks ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    float: right;
}
.pageLinks.bottom ul {
    text-align: right;
    display: block;
    float: none;
}
.pageLinks ul li {
    display: inline-block;
    padding: 0 0 0 7px;
}
.pageLinks a {
    color: #173e61;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.pageLinks a.fade {
    opacity: .5;
}
.pageLinks a:hover {
    opacity: 1;
}
.newsListing a.newsItem {
    border-color: #173e61;
}
.newsListing .newsItem p.date {
    margin: 0;
}
ul.sideLinks {
    list-style: none;
    margin: 0 0 50px;
}
ul.sideLinks li a {
    display: block;
    background: #173e61;
    padding: 15px 20px 10px;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
ul.sideLinks li a span {
    font-family: 'Panton IconsC';
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #173e61;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.sidebar .siteSearch {
    position: relative;
}
.sidebar .siteSearch.margin {
    margin-bottom: 40px;
}
.sidebar .siteSearch input[type='text'] {
    border-radius: 0;
    border: 1px solid #173e61;
    padding: 18px 15px 15px;
    height: 50px;
    color: #4c4c4c;
    font-weight: 500;
    
    font-size: 14px;
}
.siteSearch ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #4c4c4c;
    font-weight: 500;
    
    font-size: 14px;
}
.siteSearch ::-moz-placeholder {
    /* Firefox 19+ */

    color: #4c4c4c;
    font-weight: 500;
    
    font-size: 14px;
}
.siteSearch :-ms-input-placeholder {
    /* IE 10+ */

    color: #4c4c4c;
    font-weight: 500;
    
    font-size: 14px;
}
.siteSearch :-moz-placeholder {
    /* Firefox 18- */

    color: #4c4c4c;
    font-weight: 500;
    
    font-size: 14px;
}
.sidebar .siteSearch input[type='submit'] {
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-image: url('../images/uploads/siteSearch.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 30px;
    height: 50px;
    cursor: pointer;
}
.sidebar label {
    color: #4c4c4c;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 5px;
}
.icheckbox_flat-blue, .iradio_flat-blue {
    background-image: url('../images/uploads/site/blue.png');
    background-repeat: no-repeat;
}
@media screen and (max-width:1023px) {
    .sidebar {
        padding: 25px 0 40px
    }
}
@media screen and (max-width:639px) {
    .heroSlide.featured {
        padding-bottom: 25px;
    }
}

/* === PUPILLAGE  === */
.joinUs {
	padding-right: 35px;
}
.pageContent.about .application {
	padding-left: 50px;
	border-left: 1px solid #153860;
}

.pageContent.about .application h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.pageContent.about .application p {
	font-size: 14px;
}

.pageContent.about .application a {
	color: #153860;
	text-transform: uppercase;
	font-size: 14px;
}

.pageContent.about .application a .fa {
	margin-left: 5px;
}

.pageContent.about .application form {
	margin: 35px 0 20px;
}

.pageContent.about .application form h3 {
	text-transform: uppercase;
	color: black;
	font-size: 18px;
	margin-bottom: 5px;
}

.pageContent.about .application form input[type="text"],
.pageContent.about .application form input[type="email"],
.pageContent.about .application form input[type="text"]:focus,
.pageContent.about .application form input[type="email"]:focus {
	box-shadow: none;
	border: 1px solid #153860;
	border-radius: 0;
	
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 300;
}
.pageContent.about .application form input[type="file"] {
	font-size: 14px;
	font-weight: 300;
	border-radius: 0;
	color: #4c4c4c;
	margin: 0 0 8px;
}

.pageContent.about .application form p {
	font-size: 13px;
	font-weight: 300;
}


.application form label {
	text-indent: -30px;
    margin-left: 30px;
	font-size: 13px;
	font-weight: 300;
	color: #153860;
	margin-bottom: 15px;
}

.application form .icheckbox_flat-blue {
	margin-right: 10px;
}

.pageContent.about .application form button[type="submit"] {
	border: 1px solid #153860;
	width: 100%;
	padding: 10px 0;
	line-height: 1;
	border-radius: 0;
	font-size: 14px;
	
	color: #153860;
	cursor: pointer;
}

.pageContent.about .application form ul.errors {
	margin: -5px 0 10px;
	list-style: none;
}

.pageContent.about .application form ul.errors li {
	font-size: 12px;
	color: red;
	font-weight: 300;
}

.pageContent.about .application .disclaimer p a {
	text-transform: none;
}

.pupillageSection {
	margin-bottom: 15px;
}

.pupillageSection:last-child .staffProfile {
	margin-bottom: 0;
}

.pupillageSection .columns {
	height: auto!important;
}

.pupillageSection .staffProfile .rightPad {
	padding-bottom: 0;
}

.pageContent.about .pupillageSection li {
	font-weight: 200;
}

.pupillageSection a.pupillageExpand {
	 color: #b2b2b2;
    font-weight: 500;
}

.pupillageBody {
	display: none;
}


@media screen and (max-width:1279px) {
	.joinUs {
		padding-right: 25px;
	}

	.pageContent.about .application {
		padding-left: 40px;
		border-left: 1px solid #153860;
	}

}

@media screen and (max-width:1023px) {
	.joinUs {
		padding-right: 0;
	}

	.pageContent.about .application {
		padding-left: 0;
		border: none;
		margin-top: 35px;
	}

	.pageContent.about .application form input[type="file"] {
		margin: -5px 0 8px;
	}

}

@media screen and (max-width:639px) {

	.pageContent.about .application h2 {
		font-size: 18px;
	}

	.pageContent.about .application a {
		font-size: 12px;
	}
	.pageContent.about .application form h3 {
		font-size: 16px;
	}

	.pageContent.about .application form input[type="text"],
	.pageContent.about .application form input[type="email"],
	.pageContent.about .application form input[type="text"]:focus,
	.pageContent.about .application form input[type="email"]:focus {
		margin-bottom: 0;
	}
		.pageContent.about .application form input[type="file"] {
		margin: 0 0 8px;
	}

	.pageContent.about .application .disclaimer p a {
		font-size: 14px;
	}
}


/* === CONTACT === */
#googleMap {
	height: 450px;

}

.pageContent.contact h1 {
	font-weight: 300;
    font-size: 44px;
	color: #153860;
	margin-bottom: 30px;
}

.pageContent aside .contactSection {
	margin-bottom: 35px;
}

.pageContent aside .contactSection h2 {
	margin: 0 0 10px;
}

.pageContent aside .contactSection p a {
	font-weight: 300;
}


@media screen and (max-width:1023px) {
	.pageContent.contact h1 {
    	font-size: 38px;
	}
}

@media screen and (max-width:639px) {
	.pageContent.contact h1 {
    	font-size: 32px;
	}
}


/* === SEARCH === */

.searchBanner ul li a  {
	pointer-events: none;
}
table.searchResults {
margin-bottom: 3em !important;
}
table.searchResults,
table.searchResults thead,
table.searchResults tbody,
table.searchResults tbody tr:nth-child(even) {
	background: none;
    border: none;
}

table tbody td:first-child,
table thead th:first-child{
	text-align: left;
}

table tbody td,
table thead th {
	text-align: right;
}

table thead th {
	
	font-weight: 500;
	color: #4c4c4c;
	text-transform: uppercase;
	border-bottom: 1px solid #153860;
	padding: 0 0 5px;
	font-size: 18px;
}

table tbody td {
	
	border-bottom: 1px solid #153860;
	padding: 10px;
	font-weight: 300;
	font-size: 16px;
}

table tbody td a,
table tbody td a:hover {
	color: #153860;
	font-weight: 500;
}

/* === FOOTER === */
footer {
    background: #CFCDCC;
    padding: 40px 0 20px;
}
footer ul {
    list-style: none;
    margin: 0 0 15px;
}
footer ul li {
    line-height: 1.1;
    margin-bottom: 4px;
}
footer ul li a {
    font-size: 12px;
    color: #878787;
    font-weight: 300;
    line-height: 1;
    transition: color .3s ease;
}
footer ul li a:hover {
    color: #153860;
}
footer ul li.first {
    margin-bottom: 6px;
    text-transform: uppercase;

}
footer ul li.first a, footer p {
    font-size: 12px;
    color: #878787;
    font-weight: 500;

}

footer ul li.first a {
	pointer-events: none
}

footer ul li.first.click a {
	pointer-events: all;
}
.socialIcons p {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.socialIcons svg {
    max-height: 27px;
    max-width: 25px;
    stroke-width: 1.1;
    fill: none;
    stroke: #878787;
    stroke-miterlimit: 10;
    margin-right: 7px;
}
.st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke-width: 1.7;
}
.contactInfo p, .contactInfo p a {
    font-size: 12px;
    color: #878787;
    font-weight: 300;
}

.contactInfo p span.title {
    font-weight: 500;
}
.footerBottom {
    margin: 25px 0 0;
    padding-top: 20px;
    border-top: 2px solid white;
    width: 100%;
    max-width: none;
}
ul.compliance {
    margin: 0
}
ul.compliance li {
    display: inline-block;
}
ul.compliance li a {
    padding-right: 15px;
}
ul.compliance li:last-child a:after {
    content: none;
}
ul.compliance li a:after {
    content: " |";
    padding-left: 15px;
}
.footerBottom p, .footerBottom p a {
    font-weight: 300;
    color: #878787;
    margin: 0;
}
.footerBottom p {
    margin-top: 6px;
}
footer a.button {
    display: inline-block;
    margin-top: 2em;
    text-transform: uppercase;
    background: #153860;
    color: #fff;
    padding: 1em 3em;
}
footer a.button:hover {
    color: #153860;
    background: #fff;
}

@media screen and (max-width:1023px) {
    .footerTop .columns {
        margin-bottom: 15px;
    }

    ul.compliance li a:after {
        padding-left: 10px;
    }

    ul.compliance li a {
        padding-right: 10px;
        font-size: 11px;
    }

    .footerBottom p, .footerBottom p a {
        font-size: 11px;
    }
}
@media screen and (max-width:639px) {
    .footerBottom {
        margin-top: 0;
    }

    .footerBottom .columns {
        text-align: center!important;
    }
}

/* === Cookies Control === */
	
#CookieControl {
    position: fixed;
    z-index: 99999999;

}


#CookieControl p {
    margin: 1em 0;
}

#CookieControl * {
    color: #FFF;
    fill: #FFF;
    
    line-height: 1.4;
    font-size: .8rem;
    font-weight: 300;
}

#CookieControl  #ccc-statement a {
    text-decoration: underline;
}

#CookieControl h2 {
    font-size: 19px;
    margin-top: 1rem;
    font-weight: 300;
}

#CookieControl h3 {
    font-size: 1.3em;
    font-weight: 300;
}

#CookieControl #ccc-notify {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    min-height: 48px;
    padding: 16px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    background-color: #697e8d;
    flex-direction: row;
    align-items: center;

}

#CookieControl hr {
    height: 1px;
    border: 0;
    margin: 24px 0;
    opacity: 1;
    background-color: #FFF !important;

}

#ccc-button-holder .ccc-notify-button {
    border: none;
    padding: 8px 16px !important;
    font-size: 1em;
    max-width: 190px;
    margin: 4px 16px 4px 0;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
    color: #1B3A5E!important;
    font-weight: 400;
    
    background: #FFF;
    border-radius: 0;

}

#ccc-dismiss-button.ccc-notify-button {
    border: none;
    padding: 12px 16px !important;
    font-size: 1em;
    min-width: 200px;
    margin: 4px 8px 4px 0;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
    color: #1B3A5E!important;
    font-weight: 400;
    
    background: #FFF;
    border-radius: 0;

}

#ccc-module {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#CookieControl #ccc-module {
    top: 0;
    bottom: 0;
    width: 90%;
    max-width: 500px;
    left: -500px;
    right: 150%;
    /* Transition will be added dynamically */
}

#CookieControl[data-open="true"] #ccc-module {
    left: 0px;
}

#CookieControl #ccc-content {
top: 0;
bottom: 0;
left: 0;
right: 0;
}

#ccc-content {
    position: absolute;
    overflow-y: auto;
    padding: 1em 2em;
    box-sizing: border-box;
    background-color: #242e3f;
   
}

.optional-cookie {
position: relative;
}

.checkbox-toggle-label {
display: flex;
margin: 0;
cursor: pointer;
z-index: 1;
}	
.invisible, .button span.invisible, .button span[class].invisible {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}


.checkbox-toggle-input {
margin: 0;
padding: 0;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
}

#CookieControl .checkbox-toggle-off, #CookieControl .checkbox-toggle-on {
flex: 1;
flex-basis: 50%;
width: 50%;
min-width: 40px;
text-align: center;
z-index: 2;
font-size: .8em;
font-weight: 700;
padding: 0 6px;
white-space: nowrap;
}


.checkbox-toggle {
position: absolute;
top: -3px;
right: 0;
margin: 0;
background-color: #1B3A5E !important;
border-color: #1B3A5E !important;
border-radius: 50px;
border: 4px solid #fff;
}

#CookieControl .icheckbox_flat-blue {
background: none;
}

#CookieControl .checkbox-toggle-toggle {
display: block;
width: 50%;
height: 100%;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
z-index: 3;
border-radius: 50px;
transition: all .4s ease;
background-color: #697e8d;
}

#CookieControl .checkbox-toggle .checkbox-toggle-toggle.active {
left: 50%;
}

#CookieControl .checkbox-toggle-off {
    opacity: 0.6;
}

#ccc-icon {
position: fixed;
bottom: 0;
z-index: 99999999;
width: 60px;
height: 60px;
cursor: pointer;
z-index: 10;
padding: 0;
border: 0;
background: transparent;
}
