body, html
{
    /*min-width: 320px;
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    overflow-x: hidden;
    background: #d3d5da !important;*/
}

body.noscrool
{
    position: fixed;
    overflow: hidden;
}

strong
{
    font-weight: bold;
}

.noverdana 
{
    min-width: 200px;
    width: 100%;
    height: 100%;
    font-family:  Arial, Helvetica, sans-serif !important;
    overflow-x: hidden;
    overflow-y: hidden;
    

}
.show-mobile
{
    display: none;
}

.max-content
{
    max-width: 1000px;
}

.basic-block
{
    float: left;
    width: 100%;
}

.show
{
    display: block;
}

.hide
{
    display: none;
}

.fixed
{
    position: fixed;
}

.absolute
{
    position: absolute;
}

.relative
{
    position: relative;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.align-middle
{
    text-align: center !important;
}

.center
{
    float: none;
    margin: 0px auto;
    padding: 0px auto;
}

.clear
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}

.main-container
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 320px;
    min-height: 100%;
}

.no-move
{
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    position: absolute;
    display: none;
}

/*
*****************************
    HEADER AND MENU STYLE
*****************************
*/
.header
{
    height: 107px;
    width: 100%;
    background-color: #fbfbfb;
    /*background-color:#e8e8e8; */
       
    float: left;
    position: relative;
    z-index: 99;
}

.base-content
{
    margin: 0 auto;
    width: 83.5%;
    height: 100%;
    position: relative;
}

.header-left
{
    float: left; /*width: 16.5%;*/
    width: 160px;
    height: 100%;
}

.header-left img
{
    margin: 30px auto;
}

.header-right
{
    float: right;
    height: 100%; /*width: 58%;*/
    width: 590px;
}

.options
{
    width: 100%;
    margin-top: 22px;
    float: right;
}

.options-left
{
    float: right;
}

/*
.account
{
    width: 150px;
    float: right;
    height: 100%;
}

.account a
{
    text-decoration: none;
    color: #000;
    font-size: 8px;
    float: left;
    line-height: 18px;
}

.account a:hover
{
    text-decoration: underline;
}

.account span
{
    float: left;
    margin: 0 3px;
}
*/

/* Login - Contact Us */
.account
{
    /*width: 100px;*/
    float: right;
    height: 100%;
}

.account div
{
    position: relative;
	float: left;
}

.account a
{
    text-decoration: none;
    color: #000;
    font-size: 8px;
    float: left;
    /*line-height: 18px;*/
    text-transform: uppercase;
}

.account div ul
{
    position: absolute;
    display: none;
    left: 0;
    /*top: 18px;*/ padding-top: 18px;
    background: transparent;
    list-style: none;
}

.account div ul li a
{
	line-height: 15px;
			width: 180px;
}

.account div:hover ul
{
    display: block;
}

.account a:hover
{
    text-decoration: underline;
}

.account span
{
    float: left;
    margin: 0 3px;
}
/* END Login - Contact Us */

.language
{
    float: right;
    /*width: 255px;*/
    height: 100%;
    margin-left: 15px;
}

.language .lgselect
{
    color: #000;
    font-size: 8px;
    font-weight: normal;
    float: left;
   /* line-height: 18px;*/
   height: 11px;
}

.language a
{
	float: left;
	height: 12px;
	background-position: left 2px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: -2px;
}

.language a:hover
{
	float: left;
    height: 12px;
    background-position: left 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-top: -2px;
}

/* Language Buttons */

.language a.french
{
	width: 46px;
	background-image: url('../images/language/btn_french.gif');
}

.language a.german
{
	width: 44px;
	background-image: url('../images/language/btn_german.gif');
}

.language a.chinese
{
	width: 21px;
	background-image: url('../images/language/btn_chinese.gif');
}

.language a.korean
{
	width: 31px;
	background-image: url('../images/language/btn_korean.gif');
}

.language a.japanese
{
	width: 30px;
	background-image: url('../images/language/btn_japanese.gif');
}

.language a.english
{
	width: 41px;
	background-image: url('../images/language/btn_english.gif');
}
/* END Language Buttons */

.language span.separator, .account span.separator
{
	float: left;
	margin: 0 2px;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
}

.search
{
    float: right;
    width: 150px;
    margin-left: 20px;
    margin-top: -2px;
}

.search input[type="text"]
{
    width: 120px;
    padding: 0;
    height: 17px;
    float: left;
    border: 1px solid #ccc;
    background: none;
    text-transform: uppercase;
    border-right: none;
    color: #838B8B;
    font-size: 14px;
}

.search button, .search input[type="submit"]
{
    background-color: #740000;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    height: 19px;
    width: 26px;
}

.social
{
    height: 30px;
    margin-top: 16px;
    float: right;
}

.social a, .social a:hover
{
    text-decoration: none;
}

.social a img
{
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    padding: 0 2px;
    opacity: 1;
}

.social a img:hover
{
    opacity: 0.7;
}

.menu
{
    width: 100%;
    height: 23px;
    background-color: #8b0e04;
    float: left;
    position: relative;
    z-index: 99;
}

.main-menu
{
    text-align: center;
}

ul.main-menu > li
{
    display: inline-block;
    list-style: none;
    height: 100%;
    padding: 0 1.5%;
    position: relative;
    color: #fff;
}

ul.main-menu > li > a, ul.main-menu > li > span
{
    text-decoration: none;
    color: inherit;
    font-size: 10px;
    font-weight: bold;
    height: 100%;
    line-height: 23px;
    text-transform: uppercase;
}

ul.main-menu > li.active > a, ul.main-menu > li.active > span
{
    color: #b4a06e;
}

ul.main-menu > li:hover, ul.main-menu > li.selected
{
    background: rgb(181,160,111); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(181,160,111,1) 0%, rgba(185,166,120,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,160,111,1)), color-stop(100%,rgba(185,166,120,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(181,160,111,1) 0%,rgba(185,166,120,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(181,160,111,1) 0%,rgba(185,166,120,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(181,160,111,1) 0%,rgba(185,166,120,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(181,160,111,1) 0%,rgba(185,166,120,1) 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5a06f', endColorstr='#b9a678',GradientType=0 );*/ /* IE6-9 */ /*box-shadow: -7px -6px 47px 6px #000, 37px 3px 33px -3px #000;*/
    z-index: 23;
}

ul.main-menu > li:hover > a, ul.main-menu > li:hover > span
{
    color: #8b0e04;
}

ul.main-menu > li:hover ul.main-submenu
{
    display: block;
}

ul.main-menu > li ul.main-submenu
{
    display: none;
    position: absolute;
    z-index: 99;
    top: 23px;
    left: 0;
    width: 140px;
    padding: 15px 0; /*background: rgb(185,166,120);*/ /* Old browsers */
    background: rgb(181,160,111); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(185,166,120,1) 0%, rgba(203,189,154,1) 41%, rgba(212,198,170,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,166,120,1)), color-stop(41%,rgba(203,189,154,1)), color-stop(100%,rgba(212,198,170,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(185,166,120,1) 0%,rgba(203,189,154,1) 41%,rgba(212,198,170,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(185,166,120,1) 0%,rgba(203,189,154,1) 41%,rgba(212,198,170,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(185,166,120,1) 0%,rgba(203,189,154,1) 41%,rgba(212,198,170,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(185,166,120,1) 0%,rgba(203,189,154,1) 41%,rgba(212,198,170,1) 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a678', endColorstr='#d4c6aa',GradientType=0 );*/ /* IE6-9 */
}

ul.main-menu > li ul.main-submenu.last
{
    left: auto;
    right: 0;
}

ul.main-menu > li ul.main-submenu li
{
    list-style: none;
    padding: 5px 10px;
    text-align: left;
}

.main-submenu li a
{
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #000;
}

.main-submenu li:hover
{
    background: #5F6062;
    color: #fff;
}

.main-submenu li:hover a
{
    color: #fff;
}

/*
**************************
       SITE BANNER
**************************
*/

.banner
{
	min-height: 222px;
    width: 100%;
    background: none repeat scroll 0 0 #101010;
    float: left;
    position: relative;
}

.banner .banner-info
{
    position: relative;
    line-height: 1.5;
}

.banner-info h1
{
    color: #8D7C55;
    font-size: 30px;
    top: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
	font-weight: bold;
    clear: both; 
    float: left;    
}

.banner-info p
{
    float: left;
    z-index: 1;
    position: relative;
	clear: both;
    color: #fff;    
}

.banner-info h2
{   
    top: 8px;
    bottom: 20px;
    color: #fff;
    z-index: 1;
    position: relative;
    clear: both;  
    font-size: 24px; 
    font-weight: normal;
}

.banner-info h3
{   
    bottom: 18px;
    top: 18px;
    color: #fff;
    z-index: 1;
    position: relative;
    clear: both;   
    font-size: 18px; 
    font-weight: normal;
}

.banner-info img
{
	position: absolute;
}

.banner-info .bannerText a
{
    float: left;
    clear: both;
    margin-top: 10px;
    text-transform: uppercase;
    color: #b09c6b;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.banner img.banner-logo
{
    position: relative;
    padding-left: 10%;
}


/* Site content */

.page-menu
{
    width: 100%;
    height: 34px;
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #a9a5b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a9a5b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#a9a5b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#a9a5b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#a9a5b4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#a9a5b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a5b4',GradientType=0 ); /* IE6-9 */
    float: left;
}

.container
{
    width: 100%;
    min-height: 50px;
    float: left;
    background: #fff;
    padding-bottom: 40px;
}

.footer
{
    margin: 30px 0;
}

.footer-links
{
    float: left;
}

.footer-links a, .footer-links .separator, .copyrights
{
    text-decoration: none;
    color: #747679;
    font-size: 13px;
}

.footer-links a:hover
{
    text-decoration: underline;
}

.ServerVar
{
	color: #d3d5da;
	display: block;
	float: right;
}

.copyrights
{
    display: block;
    margin-left: 410px;
    text-align: right;
}
/*
*************************
     Page navigation
************************
*/
ul.page-navigation li
{
    display: inline-block;
    height: 100%;
    list-style: none;
    position: relative;
    color: #808285;
    padding: 0 10px;
    /*float: left;*/
    margin-left: 1px;
}

ul.page-navigation li a.list-title
{
    height: 100%;
    text-decoration: none;
    line-height: 35px;
    color: inherit;
    display: block;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

/*ul.page-navigation li.selected, ul.page-navigation li:hover
{
    color: #000;
    background-color: #fff;
}*/

.info-box, /* to be removed */ .sidebar-box
{
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

	.sidebar-box .newsReadMore, .sidebar-box .practiceReadMore, .sidebar-box .publicationsReadMore, .sidebar-box .awardsReadMore
{
    font-weight: bold;
}

		.sidebar-box .newsReadMore:hover, .sidebar-box .practiceReadMore:hover, .sidebar-box .publicationsReadMore:hover, .sidebar-box .awardsReadMore:hover
{
    text-decoration: underline;
    cursor: pointer;
}

/*.info-title,  to be removed  .sidebar-box h1
{
    text-transform: uppercase;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    text-align: left;
}*/

.sidebar-box h2
{
    text-transform: uppercase;
    margin: 15px 0;
    margin-top: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.info-content
{
   line-height: 15px !important;
   font-size: 12px !important;
}

.info-content-small
{
   line-height: 15px !important;
   font-size: 12px !important;
}


.info-content, /* to be removed */ .sidebar-box .box-content
{
    float: left;
    width: 100%;
}

.single-line, /* to be removed */ .sidebar-box p
{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}

.news-line, /* to be removed */ .sidebar-box .date-post
{
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.info-content .date, /* to be removed */ .sidebar-box h3
{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    text-transform: none;
    color: #000;
}

.sidebar-box a.read-more-link:hover
{
    text-decoration: underline;
}

.sidebar-box a.read-more-link
{
    text-decoration: none;
    color: #aa4e47;
    font-size: 13px;
    font-weight: normal;
    float: left;
}

.read-more
{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.read-more a
{
    text-decoration: none;
    color: #aa4e47;
    font-size: 13px;
    font-weight: normal;
}

.top-info
{
    float: left;
    width: 100%;
}

.bottom-info
{
    float: left;
    width: 100%;
}

.professionals-details
{
    display: block;
    position: relative;
    float: left;
    height: auto;
    margin-top: 30px;
}

.professionals-details br
{
   display: block;
   margin: 6px 0;
		line-height: 15px;
}

.left-details
{
    display: block;
    float: left;
    height: auto;
    margin-right: 1%;
    margin-top: 15px;
    position: relative;
    width: 72%;
}

.profile-pic
{
    width: 134px;
    float: left;
}

.profile-info
{
    display: block;
    margin-left: 150px;
	padding-top: -5px;
	margin-top: 0px; 
	height: 184px;
	border: none;
	top: -4px;
    max-width:500px;
}

.profile-info span
{
    float: left;
    width: 100%;
    min-width:300px;
}

.info-name
{
    text-transform: uppercase;
    color: #8b0e04;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
	margin-top: 0px; 
}

.info-position
{
    font-size: 13px;
	padding-bottom: 10px;
}

.info-location, .info-number
{
    margin-bottom: 20px;
    font-size: 13px;
	width: 30px;
}

.info-location
{
    margin: 20px 0;
    color: #8b0e04;
    font-size: 14px;
    font-weight: normal;
}

.info-email a, .info-vcard a
{
    text-decoration: none;
    color: #8b0e04;
    margin-bottom: 5px;
    float: left;
    word-wrap: break-word;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}

.info-email a:hover, .info-vcard a:hover
{
    text-decoration: underline;
}
.bottom-info-mobile {
   margin-top: 60px;
}
.bottom-info
{
    margin-top: 40px;
}

.bottom-info p
{
    float: left;
    margin: 10px 0;
    font-size: 13px;
    line-height: 17px;
}


/*
********************************
Professionals Details Page 
********************************
*/

.sidebar
{
    float: right;
    width: 26%;
    margin-top: 15px;
}

.sidebar a.signup
{
    text-transform: uppercase;
    margin-top: 20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    float: left;
    margin-bottom: 10px;
}

/*
***********************************
			HOME PAGE
***********************************
*/

.homepage .banner
{
    /*height: 329px;*/
    height: auto;
    position: relative;
	min-height: auto;
}

#home-scroller
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.slider-image
{
    float: left;
    width: 100%;
    height: auto;
}

.banner-pagination
{
    position: absolute;
    left: 10%;
    bottom: 10px;
    z-index: 2;
    padding: 5px;
    background-color: #5c5551;
    border-radius: 10px;
}

.swiper-pagination-switch, .autoplay-option
{
    height: 9px;
    width: 9px;
    margin: 0 5px;
    float: left;
}

.swiper-pagination-switch
{
    background: url('../images/default-bullet.png') no-repeat 0 0;
}

.swiper-active-switch
{
    background: url('../images/active-bullet.png') no-repeat 0 0;
}

.autoplay-option
{
    background: url('../images/pause-button.png') no-repeat 0 0;
    cursor: pointer;
}

.autoplay-option.paused
{
    background-image: url('../images/play-button.png');
}

.homepage .home-container
{
    text-align: center;
    max-width: 1040px;
    width: 86%;
    margin-bottom: 30px;
}

.homepage .column
{
    width: 24%;
    display: inline-block;
    float: left;
    margin: 20px 0;
    margin-right: 1%;
}
.homepage .column .deja
{
    width: 44%;
    display: inline-block;
    float: left;
    margin: 20px 0;
    margin-right: 1%;
}
.top-content
{
    width: 95%;
    height: auto;
    float: left;
    margin-left: 5%;
    overflow: hidden;
}

.column-title
{
    text-align: left;
    float: left;
    color: #8b0e04;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.content-scroller
{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.content-scroller .info-content
{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

.content-scroller .information
{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    min-height: 215px;
}

.content-scroller .info-line
{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.info-line .info-date
{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.info-content, .info-content-small
{
   line-height: 15px !important;
   font-size: 12px !important;
}

.info-line .info-content
{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.four_boxes
{
    float: left;
    width: 100%;
}

.column-image
{
    float: left;
    width: 24%;
    height: auto;
    position: relative;
    margin-right: 1%;
    margin-bottom: 30px;
}

.column-image img
{
    width: 100%;
    height: auto;
}

.column-image span
{
    width: 94%;
    position: absolute;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #b4a06e;
    font-size: 17px;
    top: 3%;
    margin-left: 6%;
    left: 0;
}

.column-footer
{
    width: 100%;
    height: 10px;
    float: left;
    margin-top: 2px;
}

.column-image#news-column span
{
    font-size: 14px;
}

.column-image#news-column .column-footer
{
    background-color: #b4a06e;
}

.column-image#alerts-column .column-footer
{
    background-color: #5f6062;
}

.column-image#events-column .column-footer
{
    background-color: #514363;
}

.column-image#popular-column .column-footer
{
    background-color: #8b0e04;
}

/***********************************
			   NEWS 
***********************************/

.news-subscribe
{
    float: left;
    clear: both;
    margin-top: 23px;
    text-transform: uppercase;
    color: #b09c6b;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.news-subscribe:hover
{
    text-decoration: underline;
}

.news-filter
{
    width: 21%;
    float: left;
    margin-top: 30px;
}

.news-details
{
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 48%;
    margin: 30px 3% 0 1%;
}

.news-details .latest-news
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.news-details .latest-news .news-title
{
    text-transform: uppercase;
    color: #8b0e04;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.news-details .latest-news img
{
    float: left;
    margin-left: 5px;
}

a.list-item
{
    float: left;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
    width: 100%;
}

a.list-item:hover
{
    color: gray;
}

.list-item .date
{
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.list-item .content, a.view-more
{
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
}

.news-individual
{
    width: 98%;
    float: left;
}

.news-individual h3
{
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
    text-transform: none;
}

.news-individual p
{
    padding: 10px 0;
    font-size: 13px;
}

.news-individual i
{
    font-style: italic;
}

/* End news pages */


/* Multimedia page */

.multimedia-filter
{
    width: 21%;
    float: left;
    margin-top: 30px;
}

.latest-news p
{
    font-size: 12px;
    margin: 0 0 15px;
}

/* End Multimedia page */

/* Multimedia listing */

.multimedia-page
{
    width: 78%;
    margin: 30px 0 0 1%;
}

.mlPages
{
    float: right;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    margin: 0 0 25px;
}

.mlPages em, .mlPages span
{
    float: left;
    margin: 0 0 0 5px;
}

.mlPages a
{
    float: left;
    padding: 0 3px;
    margin: 0 0 0 5px;
    text-decoration: none;
    color: #000;
}

.mlPages a.active, .mlPages a:hover
{
    background-color: #dbd9d9;
}

h3
{
    color: #8B0E04;
   /* float: left; */
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    /* text-align: left; */
    text-transform: uppercase;
    margin: 0 0 25px;
}

ul.mlItems
{
    width: 100%;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    margin: 0 0 10px;
}

ul.mlItems li
{
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

ul.mlItems li.mlHead
{
    border: 0;
    padding: 0 0 10px;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

ul.mlItems li a
{
    text-decoration: none;
    color: #000;
}

ul.mlItems li a:hover
{
    color: gray;
}

ul.mlItems li.mlHead a
{
    padding: 0 21px 0 0;
}

ul.mlItems li.mlHead a.down
{
    background: url(../images/arrow-down.png) no-repeat right 7px;
}

ul.mlItems li.mlHead a.up
{
    background: url(../images/arrow-up.png) no-repeat right 7px;
}


ul.mlItems li.mlHead a:hover
{
    text-decoration: none;
}

.mlItemTitle
{
    float: left;
    width: 55%;
}

.mlItemDate
{
    float: left;
    width: 10%;
    margin: 0 0 0 5%;
    word-wrap: break-word;
}

ul.mlItems li.mlHead .mlItemDate
{
    word-wrap: normal;
}

.mlItemAuthor
{
    float: left;
    width: 25%;
    margin: 0 0 0 5%;
}

/* End of Multimedia listing */


/************************************
			ABOUT US PAGES
************************************/
.aboutus
{
    margin-top: 0px;
}


/* About us - main page */
.aboutus-main
{
    width: 96%;
    padding: 0 2%;
    margin-top: 30px;
}

.aboutus-main h2
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.aboutus-main .content p
{
    display: block;
    margin: 10px 0;
    font-size: 13px;
}

.aboutus-main .content img
{
    float: right;
    margin-left: 30px;
}

.aboutus-main .flash-animation
{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.aboutus-main .flash-animation embed
{
    width: 90% !important;
}


/* About us - annual review page */

.aboutus-annualreview
{
    float: left;
    padding-right: 4%;
    padding-left: 2%;
}

.aboutus-annualreview i
{
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.aboutus-annualreview p
{
    font-size: 13px;
    margin: 0 0 20px;
    line-height: 20px;
}

.aboutus-annualreview .links
{
    text-align: center;
}

.aboutus-annualreview .links .text-link
{
    text-decoration: none;
    color: #8b0e04;
    font-size: 13px;
    font-weight: bold;
}

.aboutus-annualreview .links .text-link:hover
{
    text-decoration: underline;
}



/* About Us - management page */

.aboutus-management
{
    float: left;
    padding-right: 4%;
    padding-left: 2%;
}

.aboutus-management .list-box h1
{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.aboutus-management .list-box .lister
{
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

.aboutus-management .lister .list-item
{
    width: 22%;
    float: left;
    padding-right: 3%;
    margin-bottom: 20px;
    min-height: 70px;
}

.aboutus-management .list-item a
{
    font-size: 14px;
    font-weight: bold;
    color: #8b0e04;
    text-decoration: none;
    word-wrap: break-word;
    width: 100%;
}

.aboutus-management .list-item a:hover
{
    text-decoration: underline;
}

.aboutus-management .list-item p
{
    float: left;
    font-size: 14px;
    margin-top: 5px;
    word-wrap: break-word;
    width: 100%;
}



/* ABOUT US - Innovation */
.aboutus-innovation
{
    float: left;
    margin-top: 30px;
    width: 100%;
}

.aboutus-innovation p
{
    float: left;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
}

.aboutus-innovation a
{
    color: #000;
    font-size: 13px;
}

.aboutus-innovation ul.link-list
{
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
}

.aboutus-innovation ul.link-list li
{
    padding-left: 15px;
    background: url('../images/list-item-image.gif') 3px 9px no-repeat;
    margin-bottom: 10px;
    float: left;
}

.aboutus-innovation .innovation-box
{
    float: left;
    width: 100%;
    border-top: 1px solid #b4b4b4;
    border-bottom: 20px;
    padding-top: 20px;
}

.innovation-box h1, .innovation-box h2
{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 17px;
}

.innovation-box .video
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.innovation-box .video .text-line
{
    vertical-align: top;
    width: 55%;
    float: left;
    margin-top: 15px;
}

.innovation-box .video .video-line
{
    border: #710700 2px solid;
    width: 40%;
    float: right;
}

.innovation-box .video .video-line.left
{
    float: left;
}

.innovation-box .video .text-line.right
{
    float: right;
}

.innovation-box .video .video-line object, .innovation-box .video .video-line span
{
    width: 100% !important;
}

.video-line p
{
    margin-bottom: 15px;
    color: #404040;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    padding: 0 10px;
    width: auto;
}


/* ABOUT US - Case Studies */
.aboutus-casestudies
{
    float: left;
}

.aboutus-casestudies h1
{
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.aboutus-casestudies h2
{
    color: #3c272d;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
}

.casestudies-box p
{
    font-size: 13px;
    float: left;
    margin-bottom: 15px;
    line-height: 17px;
}

.casestudies-box p.last-paragraph
{
    color: #3c272d;
}

.casestudies-box .team-member
{
    float: left;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.casestudies-box strong, .casestudies-box i, .casestudies-box a
{
    font-size: 13px;
}

.team-member strong, .team-member i, .team-member a
{
    float: left;
}

.team-member a.pic
{
    max-width: 90%;
}

.casestudies-box a
{
    color: #215281;
}

.team-member a img
{
    width: 100%;
    height: auto;
}

.aboutus-casestudies a.next
{
    padding: 7px 30px;
    color: #990000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 20px;
    background-color: #dbd9d9;
    box-shadow: inset 1px 1px 1px 1px #bbbbbb, -1px -1px 1px 1px #dbd9d9;
    -webkit-box-shadow: inset 1px 1px 1px 1px #bbbbbb, -1px -1px 1px 1px #dbd9d9;
}

/* ABOUT US - The Way we Work */

.aboutus-waywework
{
    width: 90%;
    float: left;
    margin-top: 30px;
}

.aboutus-waywework img
{
    max-width: 90%;
    float: left;
    margin-bottom: 20px;
}

.aboutus-waywework p
{
    font-size: 13px;
    margin-bottom: 20px;
}

.aboutus-waywework .boxes-container
{
    width: 94%;
    float: left;
}

.aboutus-waywework .colored-box
{
    width: 94%;
    padding: 20px 3% 0px 3%;
    float: left;
    background-color: #dfb62b;
    margin-bottom: 10px;
}

.aboutus-waywework .box-item
{
    float: left;
    width: 46%;
    margin-right: 2%;
}

.aboutus-waywework .box-item strong
{
    color: #923231;
}


/* ABOUT US - Accolades */

.aboutus-accolades
{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.aboutus-accolades p
{
    font-size: 13px;
    margin-bottom: 15px;
}

.aboutus-accolades h2
{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.aboutus-accolades .half-column
{
    float: left;
    margin-right: 2%;
    text-align: justify;
    width: 48%;
}

.aboutus-accolades .half-column a.image-link
{
    float: none;
}

.aboutus-accolades .half-column img
{
    /*max-width: 90%; */
    height: 85px;
}

.aboutus-accolades .half-column a, .aboutus-accolades a.view-more
{
    float: right;
    text-decoration: none;
    color: #888;
}

.aboutus-accolades .half-column a:hover, .aboutus-accolades .accolade-item a:hover, .aboutus-accolades a.view-more:hover
{
    text-decoration: underline;
}

.aboutus-accolades h1
{
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    margin: 20px 0;
    border-bottom: 2px solid #e8e8e7;
    width: 100%;
    padding-bottom: 15px;
}

.aboutus-accolades .accolade-item
{
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e7;
    margin-bottom: 15px;
}

.aboutus-accolades .accolade-item strong
{
    font-size: 13px;
    line-height: 20px;
}

.aboutus-accolades .accolade-item a
{
    padding-left: 13px;
    background: url('../images/list-arrow.gif') no-repeat 4px 6px;
    color: #888;
    text-decoration: none;
}

/* ABOUT US - Stay Connected */

.aboutus-connected img.iphone-image
{
    float: left;
    margin-right: 4%;
    width: 36%;
    margin-bottom: 20px;
}

.aboutus-connected .page-content
{
    display: block;
    margin-left: 40%;
}

.aboutus-connected h2, .aboutus-connected p
{
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
}

.aboutus-connected ul
{
    list-style: none;
    float: left;
}

.aboutus-connected ul.connected-list li
{
    padding-left: 15px;
    background: url('../images/list-item-image.gif') 3px 5px no-repeat;
    margin-bottom: 10px;
    float: left;
    font-size: 13px;
}

.aboutus-connected a
{
    color: #3d5e73;
}


/**************************************
		   END 'ABOUT US PAGES' 
 *************************************/

/* Page Filter - All pages */
.page-filter
{
    float: left;
    width: 168px;
    text-align: left;
}

.page-filter input[type="text"]
{
    padding: 2px 2px;
    margin: 0;
    height: 14px;
    width: 150px;
    float: left;
    margin-bottom: 20px;
}

.page-filter h1
{
    text-transform: uppercase;
    color: #000000;
    font-size: 12px !important;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    text-align: left;
}

.page-filter .select_wrapper
{
    float: left;
    width: 158px;
    height: 22px;
    margin-bottom: 10px;
    position: relative;
}

.page-filter select
{
    width: 100% !important;
    height: 100% !important;
}

.page-filter select option
{
    background-color: #C3C3C3;
}

.page-filter .customSelect
{
    font-size: 12px;
    line-height: 21px;
    width: 156px;
    height: 20px;
    border: 1px solid #C3C3C3;
}

.page-filter .customSelectInner
{
    width: 140px !important;
    height: 20px;
    margin: 0 7px;
    background: url('../images/customSelect-arrow.gif') no-repeat center right;
    text-align: left;
    overflow: hidden;
}

.news-filter .datepicker-container, .page-filter .datepicker-container
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.news-filter .datebox, .page-filter input[type="text"].datebox
{
    float: left;
    width: 75%;
    height: 20px;
    padding: 0;
    -webkit-appearance: none;
}

.news-filter .calendar-icon, .page-filter .calendar-icon
{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 2px;
}

.news-filter .calendar-icon img, .page-filter .calendar-icon img
{
    width: 100%;
    height: 100%;
}

/* End Page Filter */


/*  */
.page-content .topMargin
{
    margin-top: 30px;
    float: left;
    width: 100%;
}

.page-content.has-filter
{
    display: block;
    margin-left: 200px;
}

.page-content.professionals-search p
{
    float: left;
    font-size: 13px;
    width: 100%;
}

.page-content.professionals-list p
{
    float: left;
    font-size: 13px;
    width: 100%;
}

/* */

.column-large
{
    float: left;
    width: 71%;
    font-size: 12px;
    margin-top: 15px;
}

.column-large .date
{
    font-weight: bold;
}

.column-large .content
{
    padding-top: 15px;
}

.inner-sidebar
{
    font-size: 12px;
    margin-left: 1%;
    padding-top: 15px;
    width: 26%;
}
.column-main h1 
{
    width: 100%;
    text-transform: uppercase;
    color: #8b0e04;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}
.column-large h1
{
    width: 100%;
    text-transform: uppercase;
    color: #8b0e04;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}

.page-container h3
{
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    color: inherit;
}

.column-large h4, .sidebar h4
{
    /*float: left;
    font-size: 13px;
    font-weight: bold;*/
    margin-bottom: 5px;
}

.column-large ul
{
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    color: inherit;
	padding-bottom: 5px;
}

.column-large ul li
{
    padding-top: 12px;
}

.column-large ul li label
{
    font-weight: bold;
}

.preview-list-container p, .preview-list-container a.view-more-link
{
    float: left;
    /*font-size: 13px;*/
    text-decoration: none;
    color: inherit;
}

.preview-list-container a.view-more-link:hover
{
    color: gray;
    text-decoration: underline;
}

.ui-datepicker
{
    width: 76%;
    /*margin: 0 10%;*/
    left: 5 !important;
    min-width: 76% !important;
    position: relative !important;
	margin-top: 5px;
}

.sfContentBlock, .page-content, .aboutus, .aboutus-main, .basic-block
{
	padding-left: 0px;
}


/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    text-align: center;
}*/

.ui-widget-header .ui-icon
{
    background-image: url('../images/ui-icons_222222_256x240.png') /*{iconsHeader}*/;
}

.page-container .column.col2 h3
{
 float: left !important;
}