/*****************************************
BODY STYLES
*****************************************/
* {
	margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;	
}
html, body {

}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -290px;
}
.push {
	height: 290px;
	clear: both;
}
/*.container {
	width: 1200px;
	margin: auto;
	position: relative;*/
}
/*****************************************
TYPOGRAPHY STYLES
*****************************************/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color:#fff;
}
h1 {
	font-size: 24px;
	font-weight: 300;
}
h2 {
	font-size: 22px;
	font-weight: 300;
}
h3 {
	font-size: 18px;
	font-weight: 300;
}
h4 {
	font-size: 16px;
	font-weight: 300;
}
h5 {
	font-size: 14px;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	font-weight: 600;
}
/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #0d7bb4;
	color:#fff;
}
::selection {
	background: #0d7bb4;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #0d0d0d;
	text-decoration: none;
}
a:hover {
	color: #0d7bb4;
	text-decoration: none;
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
}
/*****************************************
HEADER STYLES
*****************************************/

.navbar-brand {
    display:none;
}

a.GLElogo {
	text-indent: -9999px;
	width: 383px;
	height: 109px;
	background: url(../images/logo.jpg) no-repeat left center;
	display: block;
	float: left;
    background-size: contain;
    max-width:100%;
}

a.GAElogo {
	text-indent: -9999px;
	width: 421px;
	height: 109px;
	background: url(../images/gaelogo.jpg) no-repeat left center;
	display: block;
	float: left;
    background-size: contain;
    max-width:100%;
}

.gle-awards {
	float: right;
	width: 96px;
	height: 109px;
	background: url(../images/GLE-logo.png) no-repeat center center;
}
ul.social {
	float: right;
	/*height: 109px;*/
	margin: 34px 20px 0 0;
}
ul.social li {
	float: left;
	margin-left: 5px;
}
ul.social li:first-child {
	margin-left: 20px;
}
ul.social li a {
	display: block;
	position: relative;
	text-indent: -9999px;
	width: 35px;
	height: 34px;
	background: url(../images/social-icons.jpg) no-repeat;  
}
ul.social li a span {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background: url(../images/social-icons.jpg) no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
ul.social li a.facebook, ul.social li a.twitter, ul.social li a.linkedin {
	background-position: left top; 
}
ul.social li a.twitter {
	background-position: -35px top;  
}
ul.social li a.linkedin {
	background-position: -70px top;  
}
ul.social li a.facebook span {
	background-position: left bottom;
}
ul.social li a.twitter span {
	background-position: -35px bottom;
}
ul.social li a.linkedin span {
	background-position: -70px bottom;
}
ul.social li a.facebook:hover span, ul.social li a.twitter:hover span, ul.social li a.linkedin:hover span {
	opacity: 1;
}
.ie8 ul.social li a.linkedin span, .ie8 ul.social li a.facebook span, .ie8 ul.social li a.twitter span {
	display:none;
}
.ie8 ul.social li a.facebook:hover {
	background-position: left bottom;
}
.ie8 ul.social li a.twitter:hover {
	background-position: -35px bottom;
}
.ie8 ul.social li a.linkedin:hover {
	background-position: -70px bottom;
}
p.head-tel {
	color:#042536;
	font-size: 20px;
	font-weight: 600;
	float: right;
	margin: 27px 0 0 0;
	text-align: right;
}
p.head-tel span {
	color:#808c94;
	font-size: 14px;
	background: url(../images/telephone-icon.png) no-repeat left 5px;
	padding-left: 20px;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
.top-nav {
	height: 93px;
	width: 100%;
	background: #042536;
	float: left;
}
ul.navigation {
	width: 100%;
	float: left;
	height: 93px;
	position:relative;
}
ul.navigation li {
	float: left;
	text-align: center;
	width: 135px;
	border-left: solid 1px #031b28;
}
ul.navigation li:first-child {
	border: none;
}
ul.navigation li.iba {
	width: 187px;
}
ul.navigation li a {
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	width: 135px;
	height: 93px;
	padding-top: 28px;
	display: block;
}
ul.navigation li a span {
	color:#a7b0b7;
	font-size: 12px;
	clear: both;
	display: block;
	font-weight: 300;
	line-height: 10px;
}
ul.navigation li a:hover, ul#sub-menu li a:hover {
	background: #0d7bb4;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
ul.navigation li a:hover span {
	color:#fff;
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
}
ul.sub-menu {
        position:absolute;
        left:541px;
        width:210px;
		z-index: 200;
        visibility: hidden;
		background: #042536;
		opacity: 0.3;
    }
	ul.sub-menu2 {	
		position:absolute;
        left:544px !important;
        width:210px;
		z-index: 200;
        visibility: hidden;
		background: #042536;
		opacity: 0.3;
	}
ul.sub-menu li a, ul.sub-menu2 li a{
	height: auto;
	width: 209px;
	padding-top: 0px;
	padding: 15px 10px;
	border-top: solid 1px #031b28;
	border-left: none;
	text-align: left;
}
ul.navigation li:hover > .sub-menu, ul.navigation li:hover > .sub-menu2 {
  	visibility:visible;
	opacity: 1;
   transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
    }

/*****************************************
HOMEPAGE SLIDER
*****************************************/
ul.bxslider li img {
	width: 100%;
}


.home-slider {
    background: url(/App_Themes/Generic/images/homepage-slider/slide11.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}


.faq-page-banner {
    background: url(/App_Themes/Generic/images/homepage-slider/slide10.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}

.testimonials-page-banner {
    background: url(/App_Themes/Generic/images/homepage-slider/slide09.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}

.awards-page-banner {
    background: url(/App_Themes/Generic/images/homepage-slider/slide04.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}

.nominatefirm-page-banner {
    background: url(/App_Themes/Generic/images/homepage-slider/slide06.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}

.handbook-page-banner {
    background: url(/App_Themes/Generic/images/homepage-slider/slide05.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}

.news-page-banner {
    background: url(/App_Themes/Generic/images/homepage-slider/slide02.jpg);
    background-position: center;
    background-size: cover;
    /*height: 225px; width: 100%;*/
}


.home-slider .bx-wrapper .bx-viewport,.home-slider .bx-wrapper img {
	height: 519px!important;
}
.slider {
	width: 100%;	
	height: 519px;
	position: relative;
	z-index:1;
	overflow: hidden;
}



.inner-page-banner {
	height: 355px;
}
.caption-container {
	/*width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0px;*/
    margin-top:56px;
}
.slide-caption {	
	z-index: 999;		
	display: block;
    margin-top:87px;
}
.slide-caption p {
	color:#2d4b5a;
	font-size: 34px;
	font-weight: 300;
	line-height: normal;
}
.slide-caption p strong {
	font-weight: 400;
}
.slide-subcaption {
	padding: 20px;
	width: 409px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/caption-bg.png) repeat left top;
	color:#fff;
	float: left;
	text-align: center;
	font-size: 17px;
}

.slide-subcaption span {
    line-height:36px;

}

/*.slider-column {
	position: absolute;
	top: 50px;
	right: 0;
	z-index:99999;
}*/
.slider-column .right-column-box {
	background: url(../images/caption-bg.png) repeat left top;
}
.inner-page-banner .slide-subcaption {
	font-size: 34px;
	width:450px;
	position: absolute;
	top: 120px;
	left: 0;
	float: none;
}
/*****************************************
HOMEPAGE STYLES
*****************************************/

.gle-stats ul {
	width: 100%;
	float: left;
}
.gle-stats .col-lg-3 {
	width: 276px;	
	color:#042536;
	font-size: 16px;
	border-left: solid 1px #e0e0e0;
    height:90px;
}

.gle-stats .col-lg-3:first-child {
	border:none;
}

.gle-stats p span {
	color:#8b8b8b;
	font-size: 13px;
}
.gle-stats img {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}
.gle-stats p {
	margin-bottom: 0;
	margin-top: 25px;
	margin-left: 60px;
}

.area-dark, .area-light, .area-teal {
	float: left;
	width: 100%;
	padding: 36px 0;
}
.area-dark {
	background: #042536;

}


.area-dark a {
	color:#fff;
}
.area-dark a:hover {
color: #0d7bb4;
text-decoration: none;
-webkit-transition: color .3s ease-in;
-moz-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in;
}

.area-dark h3 {
    font-size: 18px;
    font-weight: 300;
}

.area-light {
	background: #085075;
}
.area-teal {
	background: #087279;
}
.homepage-area1 {
	background: #042536 url(../images/area1-world.png) no-repeat left top;
}
.homepage-area2 {
	background: #085075 url(../images/testimonials-bg.png) no-repeat right center;
}
.signup {
	background: #087279 url(../images/signup-bg.png) no-repeat right center;
}

.glesectionblock {
    margin-bottom: 20px;
}

#ctl00_cphChild_divBlurbHolder ul li {
	list-style: disc;
	padding: 5px 0 5px 15px;
	margin-left: 14px;
}

.laywer-spotlight {
	overflow:hidden;
    margin-bottom:20px;
}
.laywer-spotlight li {
	float: left;
	width: 268px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.laywer-spotlight li:first-child {
	margin-left: 0;
}
.laywer-spotlight p {
	margin-bottom: 0;
	padding-top: 5px;
    display: inline-flex;
}
.laywer-spotlight img {
	padding: 5px;
	background: #031e2c;
	margin-right: 10px;
    width:100%;
}

.laywer-spotlight-item {
    display: inline-flex;
    margin-bottom: 20px;
}


.guides {
	float:right;
	width:280px;
}
.award {	
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.awardpublication {
	background: #08557C;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	margin: 10px;
	height:120px;
	width:100%;
	margin-left:auto;
    margin-right:auto;
}

.guides img, .awards img, .award img {
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
	margin-bottom: 15px;
	height:100%;
    max-width: 100%;
}

.annual-guide img {
	float:left;
    margin-right:20px;
}

a.view-handbook {
	background: #074869;
	padding: 12px 22px;
	color:#fff;
	float:left;
    position: relative;
}
a.view-handbook span {
	position: absolute;
	right: -23px;
	top: 0;
	width: 24px;
	height: 43px;
	background: url(../images/button-arrow.png) no-repeat left top;
}
a.view-handbook:hover span {
	background: url(../images/button-arrow.png) no-repeat left bottom;
}
a.view-handbook:hover {
	background: #053954;
}

.testimonial {
	float: left;
	width: 580px;
	height: auto;
	position: relative;
	padding-bottom: 10px;
}
.testimonial p {
	padding-left: 130px;
}
.testimonial img {
	padding: 5px;
	background: #031e2c;
	float: left;
	margin-right: 10px;
}
span.quote {
	width: 16px;
	height: 11px;
	display: block;
	position: absolute;
	top: 5px;
	left: 105px;
	background: url(../images/quote.png) no-repeat left top;
}
.signup-form input {
	width: 100%;
	padding: 6px;
	float: left;
	margin-bottom: 10px;
}
.signup-form button {
	padding: 10px;
	height: 43px;
	background-color: #08557c;	
	color:#fff;
	font-weight: 300;
	font-size: 20px;
	border:none;
	float: right;
	cursor: pointer;
}
.signup-form button:hover {
	background-color: #1e666b;	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
.signup-form {
	margin-right: 40px;
}
.signup-form, .form-control {
	float: left;
	position: relative;
}
.form-control {
	/*width: 276px;*/
	margin-right: 20px;
}
span.speech {
	position: absolute;
	top: 42px;
	right: 21px;
	width: 226px;
	height: 57px;
	background: url(../images/signup-speech.png) no-repeat left top;
	color: #08557c;
	padding-top: 18px;
	line-height: 16px;
	text-align: center;
}
/*****************************************
INNER PAGE TEMPLATE
*****************************************/
.left-column {
	float: left;
	width: 820px;
}
.left-column p.intro, .left-column span.paratop {
	font-size:15px;
	font-weight: 600;
}
.left-column h1 {
	font-size: 30px;
}
.left-column ul {
	float: left;
	width: 390px;
	margin: 10px 20px 20px 0
}
.left-column ul h3, .left-column ul h4, .left-column ul h5, .left-column ul h6 {
	font-weight: 600;
}
.left-column ul li {
	background: url(../images/bullet-arrow.png) no-repeat left 11px;
	padding: 5px 0 5px 15px;
}
.breakout:first-child, .left-column ul:first-child {
	margin-left: 0;
}
.breakout {
	float: left;
	width: 550px;
	margin: 10px 20px 20px 0;
	position:relative;
}
.breakout img {
	margin-right: 10px;
	padding: 5px;	
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
    float: left;    
}
.breakout #info {
	margin-top:30px;
}
.breakout a.view-handbook {
	left:0px;	
}
.right-column {
	float: right;
	width: 340px;
}
.right-column-box {
	background:#08557c;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
	width: 100%;
    max-width:340px;
    margin-right:auto;
    margin-left:auto;
	padding: 10px;
	margin-bottom: 20px;
}
.right-column-box h2.center {
	text-align: center;
}
.awards-box {
	background: #08557c url(../images/awards.jpg) no-repeat center top;
	padding-top: 260px;
}
.awards-box h2 {
	margin-bottom: 10px;
}
.awards-box p {
	margin-bottom: 0;
}

.form-group {
    margin-bottom: 0px;
}

.find-sidebar select, .form-group select, select#Country, select#PracticeArea {
	width: 100%;
	padding:8px;
	margin-bottom: 10px;
}
.find-sidebar label {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
.find-sidebar button, button.search_lawyer {
	padding: 10px 30px;
	height: 43px;
	background-color: #042536;	
	color:#fff;
	border:none;
	cursor: pointer;	
	margin-top: 10px;
}
.find-sidebar button:hover, button.search_lawyer:hover, button.search_lawyer:hover {
	background-color: #08557c;	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
/*****************************************
SEARCH RESULTS STYLES
*****************************************/
.search-results h1 span {
	color:#bebebe;
	font-size:18px;
	vertical-align: 13%;
}


#search-results {
    display:block;
}

.searchresult {
	background:#052d41;
	padding: 10px;
	float: left;
	width: 100%;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
	position: relative;
	margin: 10px 0;
}
.searchresult a.profile-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: none;
	top: 0;
	left: 0;
	z-index:9999;
}
.searchresult img {
	padding: 5px;
	float: left;
	background: #042536;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
}

.news-exerpt {
    float: left;
	margin-left: 20px;
	padding-top: 5px;
}


.news-results-profile {	
    margin-bottom:10px;
	padding-top: 5px;
}

.news-results-profile img {
    margin-right:20px;
}

.news-results-profile h2 {
	font-weight: 600;
	margin-bottom: 5px;
}
.news-results-profile p {
	color:#e0e0e0;
	font-size:14px;
	margin-bottom: 5px;
}

.news-results-profile p.blue {
	color:#1691cf;
	font-size:16px;	
}

a.newsreadmore-btn {
	display: block;
	padding: 10px 30px;
	background: #08557c;	
	color:#fff;
	border:none;
	cursor: pointer;	
	margin-top: 10px;
	width: 185px;
	text-align: center;
	z-index:99999;
}
a.newsreadmore:hover {
	background: #042536;	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}



.results-profile {
	padding-top: 5px;
}
.results-profile h2 {
	font-weight: 600;
	margin-bottom: 5px;
}
.results-profile p {
	color:#e0e0e0;
	font-size:14px;
	margin-bottom: 5px;
}
.results-profile p.blue {
	color:#1691cf;
	font-size:16px;	
}
.results-profile ul {
	margin-bottom: 5px;
}
.results-profile ul li {
	padding: 5px 0 0 20px;
	color:#b5b5b5;
	border-top: 1px solid #063b56;
	margin: 5px 0 0 0!important;
	padding-top: 5px!important;
}
.results-profile ul li:first-child {
	border-top: none;
}
.results-profile ul li.tel-icon {
	background: url(../images/tel-icon.png) no-repeat left 10px;
}
.results-profile ul li.fax-icon {
	background: url(../images/fax-icon.png) no-repeat left 11px;
}
.results-profile ul li.email-icon {
	background: url(../images/email-icon.png) no-repeat left 12px;
}
.results-profile ul li.local-icon {
	background: url(../images/location-icon.png) no-repeat left 12px;
}



.results-profile-header {	
	padding-top: 5px;
}
.results-profile-header h2 {
	font-weight: 600;
	margin-bottom: 5px;
}
.results-profile-header p {
	color:#e0e0e0;
	font-size:14px;
	margin-bottom: 5px;
}
.results-profile-header p.blue {
	color:#1691cf;
	font-size:16px;	
}
.results-profile-header ul {
	margin-bottom: 5px;
	width: 435px;
}
.results-profile-header ul li {
	padding: 5px 0 0 20px;
	color:#b5b5b5;
	width: 420px;
	border-top: 1px solid #063b56;
	margin: 5px 0 0 0!important;
	padding-top: 5px!important;
}
.results-profile-header ul li:first-child {
	border-top: none;
}
.results-profile-header ul li.tel-icon {
	background: url(../images/tel-icon.png) no-repeat left 10px;
}
.results-profile-header ul li.fax-icon {
	background: url(../images/fax-icon.png) no-repeat left 11px;
}
.results-profile-header ul li.email-icon {
	background: url(../images/email-icon.png) no-repeat left 12px;
}
.results-profile-header ul li.local-icon {
	background: url(../images/location-icon.png) no-repeat left 12px;
}


.search-results .results-profile-header {
   
}


img.practice-logo {
	position: absolute;
	right: 13px;
	padding: 0!important;
	background: none!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
}
a.results-btn {
	display: block;
	padding: 10px 30px;
	position: relative;	
	background: #08557c;	
	color:#fff;
	border:none;
	cursor: pointer;	
	margin-top: 10px;
	/*width: 100%;*/
	text-align: center;
	z-index:99999;
}
a.results-btn:hover {
	background: #042536;	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}

a.viewnews-btn {

}

a.profile-btn {
	bottom: 20px;
    left:10px;
}

.contactus-title {
    width:auto !important;
    top:-286px !important;
}


.pagination {
    justify-content: flex-end;
    width:100%;
    align-items:center;
}

.pagination a {
	padding: 10px 30px;
	background: #08557c;	
	color:#fff;
	border:none;
	cursor: pointer;	
	margin-top: 0px;
	margin-left: 10px;
}
.pagination a:hover {
	background: #042536;	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
.pagination p {
	line-height: 63px;
	float: right;
	margin-bottom: 0;
}


.photoholder {
    float:left;
}

.company-profile {
	background:#052d41;
	padding: 10px;
	float: left;
	width: 100%;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
	position: relative;
	margin: 10px 0 40px 0;	
}


.search-results .company-profile {
    margin-bottom:20px;
}


.newsarticle .company-profile {
    float:none;
    margin-bottom:20px;
}

.company-profile img {
	padding: 5px;
	float: left;
	background: #042536;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-clip: padding-box; 
}
.profile-bottom-buttons {
	width: 100%;
	float: left;
	position: relative;
	border-top: 1px solid #063b56;
	padding-top: 5px;
	margin-top: 10px;
}
.profile-bottom-buttons a {
	float: right;
	position: relative;
	bottom: auto;
	left: auto;
	margin-left: 10px;
}
.profile-bottom-buttons ul.social {
	float: left;
	margin: 0;
	height: auto;
	width: auto;
	margin-top: 10px;
}

.showing_label {
    order: 1;
    margin-right: auto;
    line-height:unset !important;  
}

.previousbutton {
    order:2;
}

.nextbutton {
    order:3;
}

.profile-bottom-buttons ul.social li {
	margin-left: 0;
}
.left-column ul.social li {
	background: none;
	padding: 0;
}
.left-column .company-profile .results-profile {
	width: 630px;
}
.left-column .company-profile .results-profile ul {
	width: 370px;
}
.left-column .company-profile .results-profile ul li {
	width: 350px;
	border:none;
}
.back-results {
	border-top: solid 1px #063b56;
}
ul.profile-address {
	width: 240px!important;
}
ul.profile-address li {
	width: 220px!important;
}
ul.profile-numbers {
	margin-right: 0;
}
ul.profile-numbers li {
	padding-right: 0!important;
}

/*****************************************
INTERNET EXPLORER 7
*****************************************/
.ie7 .wrapper, .ie7 .footer {
	display: none!important;
	visibility: hidden!important;
}
.ie7 body {
	background: #042536;
}
.ie7box {
	margin: auto; 
	width: 600px;
	padding: 20px;
	background:#fff;
	color:#000;
	margin-top: 20%;
	text-align: center;
}
.ie7box h1 {
	text-align: center;
	color:#000;
	line-height: 34px;
}
/*****************************************
MISC STYLES
*****************************************/
.img-center {
	display: block;
	margin:auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
/***********************************************
BX SLIDER
***********************************************/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	height: 100%;
}
.testimonials .bx-wrapper img {
	height:90px !important;
}
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*****************************************
CONTENT STYLES
*****************************************/

.intro-title {
	line-height:40px; 
	border-bottom: 5px solid #08557C;
	padding-bottom:8px;
}
.spec { 
	border-left: 5px solid #08557C;
	padding-left:15px;
	background: #042536 url(../images/area1-world.png);
	background-repeat:no-repeat;
	background-size:auto 300%;
}
.big-text {
	font-size:22px !important; 
	font-weight:300 !important; 
	line-height:28px;
} 
.block {
	background: #08557C;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	padding: 10px;
	margin-bottom: 20px;
	margin-top:10px;
}

.guide {
	background: #08557C;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	margin: 10px;
	height:260px;
	width:100%;
	margin-left:auto;
    margin-right:auto;
}

.guide-comingsoon {
    text-align: center;
    margin-top: 48px;
    font-size: 20px;
}

.guide-bottom-buttons {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
}
.guide-bottom-buttons a {
	float: right;
	position: relative;
	bottom: auto;
	left: auto;
	margin-left: 10px;
}

a.guide-btn {
    display: block;
    padding: 10px 30px;
    position: relative;
    background: #063b56;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: -7px;
    text-align: center;
    z-index: 99999;
    margin-right:10px;
}

a.guide-btn:hover {
	background: #042536;	
    color: #fff;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}

.guide-img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width:100%;
    max-width:100px;
}
.awards-img {
	border-radius:5px;
	boarder:solid 5px #0d7bb4;	
	height:100%;
	float:left;
	margin-right:10px;
}
.guide-text {
	padding:10px;
}

.awardpublication-text {
	padding:10px;
}

.toggle{
	display:inline-block;
	height:48px;
	width:48px;  
	background:url(../images/plus.png);
	background-position:cover;
	cursor:pointer;
}
.toggle.expanded{
  background:url(../images/less.png);
}
.back {
	padding:5px;
	text-align:right;
	width:100%;
}
.nominate input, .nominate select {
	height:34px !important;
}
.nominate textarea {
	height:60px;	
}
.nominate input, .nominate select, .nominate textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	border: none;
	margin-top: 5px;
	margin-bottom: 10px;
	width:100%;
}
.nominate select {
	width:100% !important;
}
.nominate input[type="submit"] {
	width:150px;
	background:#0d7bb4;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.nominate input[type="submit"]:hover {
	background: #021721;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
.nominate p, .nominate label {
	width:100%;
	/*height:50px;*/
}
.small-input {
	
}
.full-input {
	
	float:left;
}
.left-form {
	float:left;
}
.right-form {
	float:left;
	margin-left:40px;
	margin-top:84px;
	
	padding-left:10px;
}
.right-form2 {
	float:right;
	margin-left:40px;
	padding-left:10px;
}
.right-form2 .small-input {
	margin-top:2px;
}
.endorsement {
	float:left;
	padding:20px 10px;
	background: #08557C;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	margin-bottom:20px;
	width:100%;
	position:relative;
}
.endorsement .quote {
	top: 25px;
	left: 175px;	
}
.endorsement img {
	float:left; 
	width:150px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
	border: 5px solid #fff;
}
.endorsement p {
	float: left;
	width: 590px;
	padding: 0px 35px;
	margin-top:20px;
}
.awards-banner {	
	padding: 5px 0 5px 0;
	background: #031e2c;	
}
.practice-logo { 
    height: auto; 
    width: auto; 
    max-width: 200px; 
    max-height: 90px;
}

.companyprofileimage {
    max-width: 130px; 
    max-height: 140px;
}

.guide-title {
    margin-top:8px;
    margin-bottom:10px;
}

.awardpublication-title {
    margin-top:8px;
    margin-bottom:10px;
}

.guide-author {
    font-size:14px !important;
    font-style:italic;
}

.guidecountry {
    font-size:17px;
    margin-bottom:10px;
}

.guidecountryitem img {
    margin-right:10px;
}

.guidepublisheddate {
    margin-bottom: 20px;
    font-style: italic;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  border-radius: 5px;
  background-color: #08557C;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  margin-bottom:20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #052d41;
}

.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom:0px;
}

.active:hover {
    background-color: #08557C;
}

/* Style the collapsible content. Note: hidden by default */
.content {  
  display: none;
  overflow: hidden;
  background-color: #052d41;
  padding: 10px;
  margin-bottom:20px;
}

.toggle-icon {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
}

.header {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	position: relative;
	z-index:2;
	background:#fff;
}





/* *** Navigation *** */

ul.navbar-nav li a span {    
    color: #a7b0b7;
    font-size: 12px;
    clear: both;
    display: block;
    font-weight: 300;
    line-height: 10px;
}

ul.navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    width: 135px;
    height: 93px;
    padding-top: 28px;
    display: block;
}

ul.navbar-nav li {
    border-left: solid 1px #031b28;
}

ul.navbar-nav li:first-child {
    border: none;
}

ul.navbar-nav li {
    text-align: center;
}

.navbar {
    background: #042536;
    padding-top:0;
    padding-bottom:0;
}

ul.navbar-nav li a:hover {

    background: #0d7bb4;
    -webkit-transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;

}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    /*top:0;*/
    /*left:100%;*/
    /*margin-top:-6px;*/
    min-width:0px;
    left:-1px;
    /*padding-top:0;
    padding-bottom:0;*/
}

.dropdown-submenu>.dropdown-menu li {
    padding-top:0;    
}

.dropdown-submenu>.dropdown-menu li a {
    padding-top:0;    
    width:177px;
    height:40px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown-menu {
    background: #042536;
    border-radius: 0;
    margin:0 0 0 0;
}
/* *** End Navigation *** */


/*****************************************
FOOTER STYLES
*****************************************/
.footer {
	padding-bottom: 10px;
    color: #aeaeae;
}
.footer-box {
	float: left;
	width: 285px;
	margin-left: 20px;
	color:#aeaeae;
	position: relative;
}
.footer-box:first-child {
	margin-left: 0;
}
h2.tweets {
	background: url(../images/tweet-icon.png) no-repeat left 3px;
	padding-left: 30px;
}
.tweet {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #032131;	
}
.tweet p {
	margin-bottom: 0;
}
ul.footer-social {
	float: left !important;	
    margin:initial;
}
ul.footer-social li {
	margin-right: 10px !important;
	margin-left: 0 !important;
}
ul.footer-social li:first-child {
	margin-left: 0px !important;
}
a.footer-contact {
	background: #08557c;
	padding: 7px 15px;
	color:#fff !important;
	float:left;
}
a.footer-about {
    display:inline-flex;
	background: #08557c;
	padding: 7px 15px;
	color:#fff !important;	
	margin-bottom:20px;
}
a.footer-terms {
	background: #08557c;
	padding: 7px 15px;
	color: #fff;
	float:left;
	margin-bottom: 20px;
    margin-top: 10px;
}

a.footer-contact:hover, a.footer-about:hover, a.footer-terms:hover {
	background:#021721;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
.footer-signup input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	border:none;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
	/*width: 268px;*/
}
.footer-signup button {
	background: #08557c;
	border:none;
	color:#fff;
	padding: 10px 20px;
	cursor: pointer;
}
.footer-signup button:hover {
	background:#021721;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;	
}
p.footer-tel {
	color:#fff;
	font-size: 20px;
	font-weight: 600;	
	margin: 15px 0 15px 0;
	text-align: left;
}
p.footer-tel span {
	color:#808c94;
	font-size: 14px;
	background: url(../images/telephone-icon.png) no-repeat left 5px;
	padding-left: 20px;
}


.footer h2 {
    color: #fff;
}

.feedback {
    position: fixed;
    z-index: 5;
    top: 40%;
    right: 0;
    max-width: 35px;
    -webkit-box-shadow: 0 0 7px 0 rgba(48,48,48,.35);
    box-shadow: 0 0 7px 0 rgba(48,48,48,.35);
    border: 1px solid #FFF;
        border-right-color: rgb(255, 255, 255);
        border-right-style: solid;
        border-right-width: 1px;
    border-right: 0;
}

.mobilefeedbacksection {
    display:none;  
}

.mobilefeedbacksection .container {
    display:none;  
}


.feedbackmobileinner {
    background: #4a8ab6;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.feedbackmobileinner a {
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px;
    display: block;
}


/* *** Responsive Code *** */
/*@media screen and (max-width: 1366px) {
    .slider-info h3 {
        font-size: 4em;
    }

    .counter span.fa {
        font-size: 2.5em;
    }
}*/

.annualguideimage {
   height:328px;
}

.swal2-title {   
    font-size: 1em !important;
    line-height:1.5em !important;
}

.invalidfield {
    border-color: red !important;
    border-width: 2px !important;
    border-style: solid !important;
}


@media screen and (max-width: 1280px) {
   

    .signup {
        background-image: none !important;
    }

    h4.w3pvt-title {
        font-size: 2.6em;
    }

}

@media screen and (max-width: 1200px) {

    .guide {	
	    height:278px;	
    }

   

    .signup {
        background-image: none !important;
    }

    h4.w3pvt-title {
        font-size: 2.6em;
    }

}

@media screen and (max-width: 1080px) {    

    ul.navbar-nav li a {
        width:124px;
        font-size:14px;
    }

    ul.navbar-nav li a span {
        font-size:10px;
    }

    a.footer-contact {    
        top: 150px;
        right: 123px;
    }


    .signup-form button {
        font-size: 15px;
    }
    
    span.speech {        
        right: -4px;        
    }
    
}


@media screen and (max-width: 992px) {
     
    .feedback {
        visibility:hidden;
    }

    
    .mobilefeedbacksection {
        display:initial;  
    }

    .mobilefeedbacksection .container {
        display:initial;  
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    ul.navbar-nav li {
        border:none;
    }

    .navbar-header {
        margin-right:auto;
        margin-left:auto;
    }

    .navbar-brand {
        display:unset;
    }

    .dropdown-submenu > .dropdown-menu li a {
        width: 100%;
    }

    .navbar-nav .nav-link 
    {
        width:100%;
    }

    a.logo {
        float:none;
        margin-left:auto;
        margin-right:auto;
    }


    .guide {	
	    height:auto;	
        padding-bottom:10px;
    }

    .guide-comingsoon {
        margin-top: 0px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 0px;
      padding-left: 0px;
    }

    .row {
        margin-left:0px;
        margin-right:0px;
    }

    .awards-box {
        background: #08557c url(../images/awards.jpg);                    
        background-position: center top;
        background-size: 100% 250px;
        background-repeat: no-repeat;
    }

    .right-column-box {
        max-width:none;
    }

    .slide-subcaption {	   
	    float: none;	    
        margin-left:auto;
        margin-right:auto;
    }

    h2.tweets {
        padding-left:0;
        background-image:none;
    }

    .laywer-spotlight p {
        margin-top:20px;
    }

    .award {
        text-align:center;
    }

    .laywer-spotlight h2, .annual-guide h2, .testimonials h2, .footer h2 {
        text-align:center;
    }

    .laywer-spotlight-item {
        width:280px;
    }

    .laywer-spotlight .col-lg-6 {
        text-align: center;
    }

    .gle-stats .col-lg-3 {     
        border-left: none;
        width:50%;
        text-align: center;
    }

    ul.social {
        float:none;
    }


    p.head-tel {
        float:none;
        margin:0 0 20px 0;
    }

    a.footer-terms {    
        margin-top:0px;
        margin-left:10px;
    }
    
    footer .col-lg-3 {
        margin-bottom:10px;
        margin-left:10px;
        margin-right:10px;
    }

    .signup-form button {
        float:left;
        margin-right:10px;
    }

    .form-control {
        padding:0 0 0 0;
    }

    span.speech {
        position:initial;
        background:none;       
        color:#fff;
    }

    .home-slider {        
        height: 670px;    
    }

    .home-slider .right-column {
        float:none;
        margin-left:auto;
        margin-right:auto;
        width:409px;
    }

    .home-slider .right-column-box {
        width:409px;
    }

    .slide-caption {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 20px;
        text-align:center;
    }

    .slide-caption span {
        margin-left:4px;
    }

    .caption-container {        
        margin-top: 20px;
    }

    .inner-page-banner .slide-caption span {
        line-height: 36px;
    }

}


@media screen and (max-width: 736px) {

     .awardpublication {	
	    height:94px;	
    }


    .slider-info p {
        width: 100%;
    }

    .slide-banner,
    .ab-banner {
        min-height: 400px;
    }

    h4.w3pvt-title {
        font-size: 1.6em;
    }

    .counter span.fa {
        font-size: 2em;
    }

    h4.abt-text {
        font-size: 1.2em;
    }

    .container .column .box {
        width: 220px;
    }

    .box13 .title {
        font-size: 19px;
    }

    .abt_bottom p {
        margin-bottom: 0;
    }

    .abt_bottom p {
        font-size: 1em;
    }

    .popup {
        width: 80%;
    }

    .port-grid {
        margin-bottom: 1em;
    }
}


@media screen and (max-width: 640px) {
    .slider-info h3 {
        font-size: 2.5em;
    }

    .inner-page-banner .slide-subcaption {
        position: relative;
        text-align: center;
    }

    .form-control {
        margin-right: 0px;
    }

}

@media screen and (max-width: 576px) {

    .laywer-spotlight-item .profile-link
    {
	    width:100%
    }

    .laywer-spotlight img {
        width:unset;
        max-width: 100%;
        height: 200px;
    }

}

@media screen and (max-width: 568px) {

    

    .gle-stats .col-lg-3 {     
        width:100%;
    }

    .gle-stats img {
        left: 110px;
    }

    p.head-tel {
        margin-right:20px;
        margin-top:-10px;
    }

    .glesectionblock {
        padding-left:20px;
        padding-right:20px;
    }

    h2 {
        font-size:21px !important;
    }

    .slide-caption span {
        margin-left: 1px;
    }
  
    .breakout img {   
        max-width: 128px;
        height: auto;
    }

    .breakout #info {
        margin-top: 12px;
        width: 70%;
    }

    .breakout a.view-handbook {
        margin-left: 16px;
    }

    /*.slider-info h3 {
        font-size: 2.2em;
    }

    .slider-info p {
        font-size: 1em;
        letter-spacing: 3px;
    }

    .w3_pvt-link-bnr {
        padding: 5px 30px;
        font-size: 15px;
    }

    .banner-text {
        padding: 22vw 0 16vw;
    }

    .abt-icon {
        width: 55px;
        height: 55px;
        margin: 0 0 1em;
    }

    .abt-icon span {
        font-size: 1.3em;
    }

    .abt-txt {
        margin-left: 0;
    }

    .slide-banner,
    .ab-banner {
        min-height: 320px;
    }

    .container .column .box {
        width: 60%;
        margin-bottom: 2em;
    }

    .container .column {
        width: 100%;
    }

    .box13 {
        margin-bottom: 0;
    }

    .row.flex-column {
        margin: 0;
    }

    .box13 .box-content,
    .box13:after {
        left: 32px;
        right: 32px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }*/
}

@media screen and (max-width: 500px) {

    .news-exerpt {
        float: unset;        
    }

    a.newsreadmore-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .inner-page-banner .slide-subcaption {
        width:400px;
    }

    footer .col-lg-3 {
        text-align:center;
    }

    .gle-stats img {
        left: 60px;
    }

    .home-slider .right-column {
        width:380px;
    }

    .home-slider .right-column-box {
        width:unset;
    }

    .slide-subcaption {	   
	    width:380px;
    }

    .homecaption {
        padding:0 70px;
    }
   
}

@media screen and (max-width: 375px) {
   

    .practice-logo { 
        max-width: 170px; 
    }

    .pagination {
        flex-wrap:wrap;
    }

    .showing_label {
        text-align: center;
        width:100%;
        margin-bottom: 20px !important;
    }

    .previousbutton {
        margin-right: auto;
        margin-left:0 !important;
    }

    .inner-page-banner .slide-subcaption {
        width:350px;
    }

    .annualguideimage {
        height:245px;
    }

    .home-slider .right-column {
        width:360px;
    }
    
    .slide-subcaption {	   
	    width:360px;
    }

    .homecaption {
        padding: 0 50px;
    }

    .gle-stats img {
        left: 30px;
    }

    .breakout {
        float: left;
        width: 100%;               
        text-align: center;
    }

    .breakout img {   
        max-width: 128px;
        height: auto;
        float:initial;
    }

    .breakout #info {
        margin-top: 12px;
        width: 100%;
        float:left;
    }

    .breakout a.view-handbook {
        margin-left: 0px;
    }

    a.footer-terms {
        margin-top: 10px;
        margin-left: 0px;
    }

}



@media screen and (max-width: 320px) {
  
    .practice-logo { 	    
        max-width: 140px; 
	max-height: 80px;
    }

    .companyprofileimage {
        max-width: 110px; 
    }

    .inner-page-banner .slide-subcaption {
        width:300px;
    }

    .annualguideimage {
        height:185px;
    }

    .home-slider {
        height: 712px;
    }

    .home-slider .right-column {
        width:312px;
    }
    
    .slide-subcaption {	   
	    width:312px;
    }

    .homecaption {
        padding: 0 20px;
    }

    

    a.logo {
        height: 92px;
    }

}
/* *** End Responsive code *** */