/** GLOBAL STYLES **/

* {
    margin: 0;
    padding: 0;
}

.extraTopMarg {
	margin-top: 20px;
}
.extraTopPad {
    padding: 20px 0;
}

.no-pad {
	padding-left: 0px;
	padding-right: 0px;
}

/*for site search*/

.dms-search-form {
 display: inline-block;
}

.dms-search-group {
	margin-bottom: 0px;
}

.dms-search-group .form-control {
	background-color: #0c4168;
	border: 1px solid #6d7c87;
	color: #ffffff;
	}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #ffffff;
  font-weight: bold;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 5px; }



/*.search-container {
	padding-left: 5px;
	}
	
.menuBar .nav.navbar-nav .search-container span {
    font-family: 'Glyphicons Halflings';
	font-size: 25px;
}
.search-box {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ffffff;
}
.search-box + label .search-icon {
  color: #999999;
  font-size: 20px;
}*/
/*.search-box:hover {
  color: #002840;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
}*/

/*.search-box:hover {
  color: #002840;
  background: #cccccc;
  box-shadow: 0 0 0 2px #002840;

}

.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: /0 0 0 2px #002840;;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ffffff;
  color: #002840;
}
.search-box:focus + label .search-icon {
  color: #002840;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}*/


/* Chrome/Opera/Safari */
/*input.search-box::-webkit-input-placeholder { 
  color: #002840;
}*/

/* Firefox 19+ */
/*input.search-box::-moz-placeholder { 
  color: #002840;
}*/

/* IE 10+ */
/*input.search-box:-ms-input-placeholder { 
  color: #002840;
}
*/
/* Firefox 18- */
/*input.search-box:-moz-placeholder { 
  color: #002840;
}

#search-submit, #search-submit-2, #search-submit-3 {
  position: relative;
  left: -5000px;
}

.search-icon {
  position: relative;
  left: -29px;
  top: 6px;
  color: #999999;
  cursor: pointer;
}*/

/*Selection Color*/

::-moz-selection {
    /*background: #596d0e;*/
	background: #569605;
    color: #fff;
}

::selection {
    /*background: #596d0e;*/
	background: #569605;
    color: #fff;
}

body {
    font-family: 'proximanova-regular-webfont', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1900;
    position: relative;
    margin: 0 auto;
}

a {
    outline: none !important;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

a:hover {
    /*color: #596d0e !important;*/
	color: #569605;
}

.btn {
    outline: none !important;
}

ul,
ul li,
ol,
ol li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin: 0;
}

img {
    max-height: 100%;
    max-width: 100%;
}

/*.container {
    width: 970px;
}
*/

/* Header Section CSS */

.subheader {
    background-color: #0c4168;
    padding: 9px 0 5px;
}

.main_list {
    float: right;
    list-style-type: none;
    padding-right: 50px;
}

ul.main_list li {
    display: inline;
    padding: 0 0 0 15px;
}

ul.main_list li a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
}


/* Main Header CSS */

.mainHeader {
    padding: 25px 0 0;
}

.menuBar {
    padding: 29px 0 0;
}

.menuBar .navbar-collapse {
    padding: 0;
}

.menuBar .navbar-default {
    background-color: transparent;
    border: 0 none;
    margin: 0;
}

.menuBar ul.nav {
    float: right;
}

.navbar-nav > li {
    float: left;
    padding-left: 30px;
}

.menuBar ul.nav li a {
    font-size: 24px;
    color: #013668;
    padding: 0;
    text-decoration: none;
}

.menuBar .navbar-default .navbar-nav>.active>a {
    /*color: #596d0e;*/
	color: #569605;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    /*color: #596d0e;*/
	color: #569605;
}

.menuBar ul.nav li:before {
    background-color: #cac7c7;
    content: "";
    display: inline-block;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 1px;
}

.menuBar ul.nav li:first-child:before {
    display: none;
}

.menuBar ul.nav li:last-child:before {
    display: none;
}

.menuBar .nav.navbar-nav span {
    display: block;
    font-size: 23px;
    padding: 0 0 10px;
    text-align: center;
    font-family: 'proximanova-regular-webfont';
}

.menuBar .nav.navbar-nav a span b {
    font-weight: 600;
    font-family: 'proximanova-bold-webfont';
}

.searchIcon img {
    margin: 15px 0 0;
}


/* Content Section CSS */

.main_content {
    padding: 0 0 45px;
}

.sub_heading {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 5px 0 0;
    text-align: center;
}

.sub_heading h3 {
    color: #013668;
    font-weight: 500;
    font-family: 'proximanova-bold-webfont';
}

.local_knowledge {
/*    margin-left: 170px;*/
    padding: 25px 0 10px;
}

.local_knowledge h2,
.global_outlook h2 {
    color: #013668;
    font-size: 46px;
    font-weight: 500;
    font-family: 'proximanova-semibold-webfont';
    text-transform: capitalize;
	text-align: center;
}

.global_outlook {
    text-align: center;
}

.map_image {
    padding: 30px 0 0;
    text-align: center;
}

.sub_section {
    margin-top: 23px;
}

.news {
    border-top: 1px solid #b2c2d1;
    padding: 15px 0 0;
}

.news h2 {
    color: #013668;
    text-transform: capitalize;
    font-size: 500;
    font-family: 'proximanova-semibold-webfont';
}

.sub_section ul {
    list-style-type: none;
    margin: 0;
    min-height: 280px;
    padding: 40px 0 0;
}

.sub_section ul li {
    padding: 0 0 30px;
}

.sub_section ul li a {
    color: #013668;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
}

.sub_section ul li a:hover {
    /*color: #596d0e;*/
	color: #569605;
}

.moreOption {
    padding: 20px 0 0;
}

.moreOption a {
    color: #000;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    font-family: 'proximanova-bold-webfont';
}


/* For Careers Page CSS */

.join_us {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.join_us_secondary {
	border-top: none;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.join_us h2 {
    font-size: 24px;
    color: #013668;
    font-weight: 600;
    padding-bottom: 15px;
    font-family: 'proximanova-bold-webfont';
}

.join_us_secondary h2 {
    font-size: 24px;
    color: #013668;
    font-weight: 600;
    padding-bottom: 15px;
    font-family: 'proximanova-bold-webfont';
}
.join_us li {
    padding: 0 0 20px;
}

.join_us a {
    color: #013668;
    font-size: 24px;
}

.descriptions {
    margin-top: 40px;
}

.descriptions h2 {
    color: #013668;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 4px;
    border-bottom: 2px solid #bfcdd9;
    display: inline-block;
    font-family: 'proximanova-bold-webfont';
}

.descriptionsText {
    padding: 30px 0 0;
    width: 70%;
}

.descriptionsText h3 {
    font-size: 21px;
    color: #013668;
    font-weight: 600;
    font-family: 'proximanova-bold-webfont';
}

.descriptionsText p {
    color: #013668;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 0;
}

table.careers td {
    color: #013668;
    font-size: 18px;
    line-height: 24px;	
}



/* For Privacy Policy Page CSS */

.privacy_policy {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 35px 0 0;
}

.privacy_policy p {
    margin-top: 38px;
    line-height: 21px;
    margin-bottom: 30px;
}

.privacy_policy h3,
.privacy_policy p {
    color: #013668;
    font-size: 24px;
    line-height: 25px;
}

/* For Contact Us Page CSS */

.contact_us {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 35px 0 0;
}

.contact_us p {
    margin-top: 38px;
    line-height: 21px;
    margin-bottom: 30px;
}

.contact_us h3,
.contact_us p {
    color: #013668;
    font-size: 24px;
    line-height: 25px;
}

.image_cont {
    border: 1px solid #013668;
    text-align: center;
    margin: 0 auto 28px;
}

.figure {
    background-color: #013668;
    color: white;
    font-size: 25px;
    padding: 20px 15px;
    text-align: center;
}

.all_images {
    margin: 0 auto;
    width: 85%;
}

.contactImages {
    padding: 10px 0;
}


/* For Specialisation Page CSS */

.specialisation {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
/*    padding: 35px 0 0;*/
	padding: 20px 0 0;
}

.specialisation .whatWeDo_Section h2 {
/*    font-size: 48px;*/
    font-size: 36px;
	color: #013668;
    text-align: center;
    font-family: 'proximanova-bold-webfont';
	padding: 15px 0 20px;

}

.specialisation .whatWeDo_Section-sm h2 {
    font-size: 48px;
    color: #013668;
    text-align: left;
    font-family: 'proximanova-bold-webfont';
	padding: 15px 0 20px;
}
.finance_specialisation .whatWeDo_Section h2 {
    font-size: 50px;
    color: #013668;
    text-align: center;
    font-family: 'proximanova-bold-webfont';
}



.whatWeDo_Section span {
    font-weight: 500;
    display: block;
}

ul.finance_specialisation {
/*    padding: 25px 0 0;*/
	padding: 5px 0 0;
}

ul.finance_specialisation li {
    margin-bottom: 15px;
}

ul.finance_specialisation li a {
    font-size: 18px;
    line-height: 22px;
    color: #013668;
}

/*.corporateFinance h2 {
    color: #013668;
    font-size: 48px;
    font-weight: bold;
    padding: 35px 0 50px;
    text-transform: capitalize;
}

.corporateFinance p {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
    color: #013668;
}*/

.specialisation h2 {
    color: #013668;
    font-size: 48px;
    font-weight: bold;
/*    padding: 35px 0 50px;*/
	padding: 15px 0 30px;
    text-transform: capitalize;
}

.specialisation p {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
    color: #013668;
}

.specialisation .small {
	font-size: 90%;
	line-height:1.5em;
}

.specialisation h3 {
    color: #013668;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'proximanova-bold-webfont';

}

ul.expertise_extension  {
	list-style-type:square;
	margin-bottom: 40px;
	
}

ul.expertise_extension li {
    list-style-type:square;
	font-size: 22px;
	margin-bottom: 15px;
    line-height: 22px;
    color: #013668;
	margin-left: 25px;
}

ul.expertise_extension li ul {
    margin-top: 20px;
	list-style-type:disc;
}

ul.expertise_extension li ul li {
	list-style-type: disc;
}



/* For WhatWeDo Page CSS */

.whatWeDo_images h2 {
    color: #013668;
    font-size: 21px;
    padding: 60px 0;
    font-family: 'proximanova-bold-webfont';
}

.diversity_image {
    border: 1px solid #013668;
    text-align: center;
    margin: 0 auto 28px;
}

.addImages {
   /* height: 140px;*/

}

.diversity_image img {
    /*width: 100%;*/
}

.diversity_caption {
    background-color: #013668;
    color: #ffffff;
    height: 70px;
    padding: 15px;
    position: relative;
    text-align: center;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.diversity_caption:hover {
    /*background-color: #596d0e;*/
	background-color: #569605;
}

.diversity_caption p {
    color:#ffffff;
	left: 0;
    margin: 0;
    /*padding: 0 10px;*/
	padding: 0 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	font-size: 22px;
	line-height: 23px;
}


/* For WhatWeDo (2nd Page) Page CSS */

.services_provided {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 35px 0 0;
}

.search_letters {
    width: 340px;
    height: 57px;
    float: left;
}

.pagination {
    margin: 0px;
}

.pagination li a {
    background-color: #013668;
    border: 0 none;
    color: white;
    font-size: 14px;
    height: 5px;
    margin: 2px;
    padding: 2px 16px 22px 6px;
    position: relative;
    text-align: center;
    width: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    /*background-color: #596d0e;*/
	background-color: #569605;
    border-color: transparent;
    color: #fff !important;
    z-index: 2;
}

.service_section {
    padding: 45px 0 0;
}

.services_provided h2 {
    color: #013668;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 25px;
}

.service_section ul li {
    float: left;
    margin-bottom: 15px;
    width: 50%;
}

.service_section ul li a {
    color: #013668;
    font-size: 18px;
}


/* Form text input */

.search-wrapper input {
    background: #0c4168;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    float: left;
    height: 54px;
    padding: 11px 10px;
    width: 160px;
    box-shadow: none;
    margin: 0 0 0 5px;
    outline: 0;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper .outlineNone:focus {
    outline: none !important;
}


/* Form submit button */

.search-wrapper button {
    background: #0c4168;
    border: 0 none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    height: 54px;
    overflow: visible;
    padding: 0;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 50px;
}

/*Generic page content div*/

.body-content {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 35px 0 0;
	color: #013668;
    font-size: 18px;
    line-height: 24px;
}

.body-content h1 {
    color: #013668;
    font-family: "proximanova-bold-webfont";
    font-size: 36px;
    font-weight: bold;
    margin: 27px 0 18px;
}


/* For What's Happening Page CSS */

.whats_happening {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 35px 0 0;
}

.whats_happening h2 {
    color: #013668;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 30px;
    font-family: 'proximanova-bold-webfont';
}

.whats_happening .row {
    margin-left: 2px;
    margin-top: 30px;
    width: 100%;
}

.bordering {
    border: 1px solid #5d809a;
    color: #0c4168;
    float: left;
    min-height: 140px;
    margin-right: 12px;
    margin-bottom: 25px;
    padding: 25px;
    position: relative;
    text-align: center;
}

.bordering > p {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.money_match {
    width: 40%;
}

.present_japan {
    width: 26%;
}

.indian_diaries {
    margin-right: 0;
    width: 31.2%;
}

.series_session {
    width: 30%;
}

.receives_award {
    width: 30%;
}

.amendments {
    margin: 0;
    width: 37.2%;
}

.appeal_rules {
    width: 23.9%;
}

.share_accounnt {
    width: 24%;
}

.merger_activities {
    width: 24%;
}

.arbitral_award {
    width: 24%;
    margin-right: 0;
}

.distribution {
    width: 24%;
}

.dispute {
    width: 265px;
}

.manage_risk {
    width: 255px;
}

.series_programme {
    width: 212px;
}

.remuneration {
    width: 211px;
}

.crowdfunding {
    width: 212px;
}

.obligations {
    width: 211px;
}

.bordering::after {
    background: #fff url("../images/box-arrow.png") no-repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 20px;
    position: absolute;
    right: 30px;
    width: 20px;
}

.moreButton {
    text-align: center;
}

.whats_happening .more {
    background-color: #013668;
    border-radius: 0;
    color: white;
    font-size: 21px;
    height: 50px;
    margin: 40px auto;
    width: 80%;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.whats_happening .more:hover {
    /*background-color: #596d0e;*/
	background-color: #569605;
}


/* For Where we are Page CSS */

.where_we_are {
    border-top: 1px solid #999999;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

.countrySection {
    padding: 0 0 35px;
}

.countrySection h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 27px 0px 18px 0px;
    color: #013668;
    font-family: 'proximanova-bold-webfont';
}

.countrySection ul li a,
.countrySection span, .countrySection ul li {
    color: #013668;
    font-size: 21px;
    line-height: 27px;
}

.places {
    float: left;
    width: 45%;
}

.north_america.latinAmerica.clearfix {
    clear: both;
    height: auto;
}

.where_we_are > span {
    color: #013668;
    font-size: 21px;
    font-style: italic;
}


/* WhoWeAre2 Page CSS */

.rosterline {
	border-bottom: 2px solid #ccc;
    padding: 8px;
}

.rosterline img {
    width: 75px;
	max-height:none;
	max-width:none;
}

.tighthr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 2px solid black;
}

.descriptions.whoweAreTwo {
    margin: 0;
}

.whoweAreTwo .descriptionsText {
    padding: 0;
    width: 100%;
}

.searchHead {
    padding: 45px 0 0;
}

.searchTabs {
    width: 74%;
}

.searchPeople h2 {
    color: #013668;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
	font-family: 'proximanova-bold-webfont';
}

.searchPeople .nav-tabs {
    border-bottom: 1px solid #0c4168;
}

.searchPeople .nav-tabs > li.tabClass {
    margin-left: 50px;
}

.searchPeople .nav-tabs > li > a {
    border-radius: 0;
    padding: 7px 15px;
    color: #0c4168;
    font-size: 14px;
    font-weight: 600;
}

.searchPeople .nav-tabs > li > a:hover {
    border-color: #0c4168 #0c4168 transparent;
    background: transparent;
}

.searchPeople .nav-tabs > li.active a {
    border-color: #0c4168 #0c4168 transparent;
    color: #0c4168;
    font-size: 14px;
    font-weight: 600;
}

.dmforms {
	padding: 15px;
}

.dmforms input.autocompwidth {
	width: 550px;
}

.all_show > ul {
    padding: 15px 0 0;
}

.all_show li {
    color: #013668;
    display: inline-block;
    font-size: 14px;
}

.all_show li a {
    border-right: 1px solid;
    color: #013668;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    padding-right: 9px;
}

.nameAddress {
    padding: 25px 0 0;
}

.nameAddress .form-group {
    position: relative;
}

.nameAddress label {
    color: #0c4168;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

.nameAddress input.form-control,
.nameAddress select.form-control {
    background-color: #e4e4e5;
    border: 1px solid #f3f3f4;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    position: relative;
}

.nameAddress select.form-control {
	width: auto;
}

.dropdown-wrap::after {
    background: #e4e4e5;
    border-color: transparent;
    bottom: 1px;
    color: #0c4168;
    content: "▼";
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    width: 33px;
    z-index: 99;
}

.buttonsDiv {
    padding: 25px 0 0;
}

.blueButton {
    display: inline-block;
    margin: 0 0 0 32px;
    min-width: 180px;
    text-align: right;
}

.blueButton button.btn.btn-default {
    background-color: #013668;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    height: 45px;
    width: 100%;
    text-decoration: none !important;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.blueButton button.btn.btn-default:hover {
    background-color: #012b52;
}

.greenButton {
    display: inline-block;
    margin: 0 0 0 28px;
    min-width: 180px;
    text-align: right;
}

.greenButton button.btn.btn-default {
    background-color: #6e943d;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    height: 45px;
    width: 100%;
    text-decoration: none !important;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.greenButton button.btn.btn-default:hover {
    /*background-color: #596d0e;*/
	background-color: #569605;
	/*background-color: #6e943d;*/
}

.btn-primary {
    background-color: #0c4168;
    border-color: #2e6da4;
    color: #fff;
}

.btn-success {
    background-color: #6e943d;
    border-color: #4cae4c;
    color: #fff;
}

.btn-success:hover {
    background-color: #84b14b;
    border-color: #398439;
    color: #fff;
}


.btn-info, .btn-info:visited, btn-info:active, .btn-info:focus {
    background-color: #b1d2e3;
    border-color: #46b8da;
    color: #0c4168;
}

.btn-info:hover {
    background-color: #8eaab8;
    border-color: #269abc;
    color: #fff;
}


.panel.panel-default.tabClass {
    clear: both;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
    background-color: #286090;
    border-color: #bce8f1;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
}


/* Footer Section CSS */

.declaration {
    background-color: #6e943d;
    border: 1px solid #25555a;
    /*padding: 45px 0 55px;*/
	padding: 20px 0 15px;
}

.declaration h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'proximanova-bold-webfont';
}

.subFooter_head {
    border-bottom: 1px solid #4d672c;
    padding: 0 0 30px;
}

.duane_morris {
    padding: 20px 80px 0 0;
}

.duane_morris h3 {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: 'proximanova-regular-webfont';
}

.duane_morris p {
    color: white;
    font-size: 14px;
    /*padding: 25px 0 0;*/
	padding: 15px 0 0;
}

.duane_morris p a {
    color: white;
}

.duane_morris p a:hover {
    color: #c1c2c3;
	text-decoration:underline;
}


/* Contact Footer CSS */

.contactFooter {
    background-color: #0c4168;
    /*padding: 50px 0 0;*/
	padding: 30px 0 10px;
}

.detail h6 {
    color: #fff;
    padding-bottom: 15px;
	font-weight:600;
}

.detail li {
    color: #fff;
    font-size: 12px;
    padding: 0 0 20px;
}

.leftLinks {
    display: inline-block;
    float: left;
}

.rightLinks {
    display: inline-block;
    float: left;
    margin: 0 0 0 30px;
}

.detail.links li {
    padding: 0 0 7px;
}

.detail.links li a {
    color: #fff;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.detail.links li a:hover {
    /*color: #596d0e;*/
	color: #c1c2c3;
	text-decoration: underline;
}

.enterEmail {
    background: #fff;
    border: 1px solid #537994;
    overflow: hidden;
    clear: both;
}

.enterEmail input.form-control {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 35px;
    width: 88%;
}

.enterEmail input.form-control.arrowButton {
    border-left: 1px solid #b6c6d1;
    color: #0c4168;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    width: 12%;
}

.detail.subscribe span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.detail.subscribe {
    padding: 0 60px 0 0;
}

.signinButton {
    position: relative;
}

.signinButton .btn {
    background: #0073b5;
    border: 1px solid #aad0e6;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    position: relative;
}

.addIcon {
    left: 15px;
    position: absolute;
    top: 4px;
}


/* END FOOTER CSS */

.footerEnd {
    background: #000;
    padding: 10px 0;
}

.copyrightMessage > p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding-left: 30px;
}

.footerLink > ul {
    text-align: right;
}

.footerLink li {
    display: inline-block;
    padding-left: 45px;
}

.footerLink a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.footerLink a:hover {
    /*color: #596d0e*/;
	color: #569605;
}

#searchalphaAtty > span > a {
            border-right: 1px solid;
            color: #013668;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            margin-right: 5px;
            padding-right: 9px;
        }

.rightFeatured {
    float: right;
    margin-left: 10px;
}