﻿/*Layout.css - main layout and styles file.*/
/*to customize defaults inherited from foundation.css, use SCSS/scss/_settings.scss and use Compass to compile app.css (move out of SCSS/stylesheets and minify when ready) */
html {
    overflow-x: hidden;
    overflow-y:scroll;
  
}

html, body {
    /* overflow-x: hidden; - this caused scrollTop to malfunction so the control panel could not be dragged*/
}

body {
     
    padding: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   
    overflow-y:initial;
    background-color:#34394a;
    color:#444444;
}

p{
     font-weight:300 !important;
}



input, textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     /*font-family: 'Domine';*/
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#navwrap{
/*height:203px;*/
position:fixed;
top:0;
z-index:1000;
width:100%;
/*border:1px solid pink;*/
}
.contactDiv{
    width: 180px; height: 40px; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); background: #17BBFF; 
}
.contactDiv .text{
     width: 154px;
    -webkit-transform: skew(30deg); 
    -moz-transform: skew(30deg); 
    transform: skew(30deg);
    margin-left: 12px;
    padding-top:1px;
}

#header-wrapper{
background:#1891D2;
color:#FFF;
padding:2px 10px;

}

h1.title1{
font-size:30px;
color:#FFFFFF;
margin-bottom:0px;
margin-top:10px;
}
h1.title2{
font-size:30px;
color:#1192D3;
margin-bottom:0px;
margin-top:-5px;
}

#header-wrapper h1, #header-wrapper h3, #header-wrapper a, #header-wrapper a:link, 
#header-wrapper a:hover, #header-wrapper a:visited{
    color:#FFF;
}
.menu_wrapper{

 background:#34394a;
 border-bottom:5px solid #303030;
 height:145px;
}
.menu-holder{
    height:100px
}
#giant3{
       margin-left: 20px;
}
.row{
    width:100%!important;
   
}

.imgListBarrister{
    display:block;
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

.imgListBarrister1{
    display:block;
    width:500px;
	padding-bottom: 50px;
   /* margin-left:auto;
    margin-right:auto;*/
}



#ctlImageSlider_dummySlide img{
        
    width: 100%;
    height: auto;
    max-width:1660px;
    max-height: 375px;
    /*min-height:375px;*/
}

#headerImage{
   width:100%;
   background-color:#363636;
   margin-top:181px;
}


#mainwrapper {
    border-top: 8px solid #303030;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff; /*#e5e5e5;*/
    /*min-height:300px;*/
    min-height: 270px;
}

.footerbar{
 width:100%;
   background-color:white;
   color:black;
}
.footerbar h1{
    color:#1192D3 !important;
}
#footertop{
 width:100%;
   background-color:#1192D3;
   color:white;
}
#footertop p{
    padding:50px;text-align: center;
}

.main {
}

.primary {
   padding-top:10px;
    /*padding: 0 1px 0 0;*/
    /*min-height: 200px;*/
    /*box-shadow: -4px 0 3px -3px #000 inset;*/
}

#rightCol h1{
   color:#432F5B;

}

#rightCol a, #rightCol a:link, #rightCol a:hover, #rightCol:active:visited{
    /*color:#FFFFFF;*/
}
.HomeOverlay{
    color:white;
    position:absolute;
    top:156px;
    width:100%;
    left:0;
    right:0;

   
}

.sygtitlebar {
    background-color: #1891D2 !important;
    background-image: none !important;
    margin: 0px;
    border: 1px solid #1891D2 !important;
    background: #1891D2 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    padding: 3px;
    height: 40px;
   
}

    .sygtitlebar span.ui-dialog-title {
        overflow: visible !important;
    }

#popCovid, .sygwidget {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    background: #1891D2 !important;
    color: #FFF !important;
    border-radius: 0 !important;
    border: none !important;
}

.sygdialog {
    border-radius: 0 !important;
    border: none !important;
}

    #popCovid p {
        font-weight: 400 !important;
    }

#popCovid a, #popCovid a:link, #popCovid a:hover, #popCovid a:visited, #popCovid a:focus{
    outline:none !important;
    color:#FFF !important;
}

.sygtitlebar button:hover, .sygtitlebar button:focus {
    background-color: #0e75a9;
}
    

#divquotebg {
    /*  background-color:#34394a;*/
    /*   opacity:0.7;*/
    /*   padding:5px;*/
}

#divquotebg h2{
    color:#FFFFFF;
    font-weight: 350;
}


.hr1{
    border:3px solid #ccc;
    width:178px;
    margin-bottom:-6px !important;
}
.HomeOverlay h1{
    color:white;
   
    font-weight:300;
    font-size:32px;
    line-height:1.5;

}

.greystrip{
clear:both;
background-color:#303030;
height:12px;
width:100%;
margin-top:10px;
margin-bottom:10px;
}

#header-wrapper h2{
    margin-top:0;
    margin-bottom:0;
    color:#FFFFFF;
}




/***Footer menu section - aligned to the right with delimiter lines. Special rules to aid with right alignment against other footer elements***/
.footermenu {
    height:260px;
    background-color:#303030;
    color:#808080;
    padding-top:15px;
}

.footermenu p{
    /*line-height:1.2;*/
    font-size:14px;
}

.footermenu a{
     color:#808080;
    padding-right:8px;
    padding-left:4px;
}
.footermenu ul{
position:relative;
    list-style:none;
    margin-left:44px;
    padding:0;
    margin-right:0;
}
.footermenu ul li{
    float:left;
    border-right:1px solid;
    padding-left:5px;
    margin-bottom:15px;
}
.footermenu ul li:last-of-type {
     border-right:none;
     padding-right:0;
     margin-right:0;
}
.footermenu li:last-of-type a{

    padding-right:0px;
}

/***End Footer menu section***/


.homeRightTitle, .rightTitle{
    color: #422f5c; 
    background-color: #f2f2f2; 
    padding: 15px; 
    width: 100%; 
    margin: 0;
}

.homeRightLightPurple{
    margin: 0;
    margin-top: 15px;
    width: 100%; 
    background-color: #1192D3; 
    color: white; 
    padding: 10px; 
}

.homeRightDarkPurple{
    width: 100%; 
    background-color: #504F54; 
    color: white; 
    padding: 10px; 
    margin: 0;
}

.btnEnquiry{

    background-color:#432F5B;
    width:99%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:20px;
    padding:15px;
    text-align:center;
    color:#FFFFFF;
}

h1.h1contact{
margin-top:20px;
    color:#ffffff;
}

/*custom class to override Foundation gutters*/
.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

/*****Navbar Foundation's - "TopBar" - syg customizations*****/

#primarymenu {
    margin-left:auto;
/*margin-right:auto;*/
/*max-width:1000px;*/
max-width:1100px;
}

nav.sygprimary {
    z-index: 99;
   
}

/*BEGIN FULL WIDTH MENU BAR*/
.date-item1 a,a:hover{
    color:white;
}
.sygprimary .top-bar-section li {
    /*margin-left: 12px;*/
  
    min-width: 112px;
    text-align: center;
}

    /*.sygprimary .top-bar-section ul :first-child {
    background-image: url(../images/icons/home-ico.png);
}*/

    .footermenu .sygprimary .top-bar-section li:not(.has-form) a:not(.button) {
        /*border-radius: 3px !important;*/
        /*background-color: #662483;*/
        /*padding-left: 7px;
        padding-right: 7px;*/
        
    }
    .sygprimary .top-bar-section li:not(.has-form) a:not(.button) {
        /*border-radius: 3px !important;*/
        /*background-color: #662483;*/
        padding-left: 7px;
        padding-right: 7px;
        
    }
    .top-bar{
        /*height:auto;*/
        min-height:60px;
    }
    .row.dueltext {
    margin: 0px;
}
    

/*END FULL WIDTH MENU BAR*/

.sygsecondary h3 {
    font-weight: 400;
    color: #616161;
    margin-bottom: 20px;
    font-size: 18px;
}

.sygsecondary a, .sygsecondary a:visited {
    color: #361350;
}

    .sygsecondary a:hover {
        color: #9e1111;
    }

.sygsecondary ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.sygsecondary li {
    /*border-bottom: 1px solid #D8D8D8;*/
    padding: 1.5px;
    padding-left: 0px;
    width: 320px;
}

/*****End Navbar Foundation's - "TopBar"*****/

#barristerprofile_right{
    border-left: 1px solid gray;
}



/******************Seminar Styles********************/
#divSeminars .date, #divSeminars h3 {
    color: #f66055;
    margin-bottom: 20px;
    font-size: 18px;
}

.seminar-item {
    line-height: 125%;
    margin-top: 11px;
    margin-bottom: 11px;
}

    .seminar-item a {
        color: black;
        /*font-size: 13px;*/
        font-size: 15px;
    }

.footer-arrow {
    float: left;
    margin-left: 4em;
}


.latest-seminar-item {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #d8d8d8;*/
}

    .latest-seminar-item a, .latest-seminar-item a:link, .latest-seminar-item a:visited {
        color: #0e0e2d;
    }

    .latest-seminar-item:last-child {
        border-bottom: none;
    }


/*********************Seminar styles ends*****************/

/*********ENQUIRY FORM**********/
.textbox-wrapper {
    padding: 5px 10px;
    border: 1px solid #8e8e8e;
    margin: 10px 0;
    margin-top: 0;
    background-color: #fff;
}
.box input[type="text"] {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
}

.box textarea {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
}
.defaultText1 {
    color: #8e8e8e;
    resize: none;
}

.defaultText, .greyed {
    color: #8e8e8e;
}
#ctlContactForm_btnEnquirySubmit,#ctlEnquiryForm_btnSend {
    /* width: 507px; */
    width: 210px;
    height: 38px;
    /* background: #130754; */
    background: #1192D3;
    color: white;
    border: none;
}

/*********ENQUIRY FORM ENDS**********/

/*Member List Style*/
.barristerBox {
    float: left;
    /*height: auto;*/
    width: 240px;
    margin-left: 10px;
    margin-bottom: 15px;
    padding: 0px 0px 0px 0px;
    position: relative;
    border: 1px solid #4D4D4D;
    min-height:350px;
    background-color:#FFFFFF;
	text-align:center;
}

.nameinfo {
    /*height: 50px;*//*not sure why but this was causing a break in layout*/
    background-color: #34394a;
    padding: 12px;
    color: #fff;
    /* margin-bottom: 2px; */
}
.listinfo {
    /* background-color: #5C8AA0; */
    color: #808080;/*#e51a1a;*/
    /*width: 159px;*/
    padding: 5px;
    height: auto;
    font-size: 12px;
    margin-bottom: 20px;
}

.subTitle{
    font-size: 12px;
    font-weight:normal;
}

#pagination {
    list-style: outside none none;
    margin-top: 50px;
}
#pagination li {
    display: inline;
    font-size: 14px;
}

h1#ctlBarristerProfile_nameHead{
    margin-top:-5px;
}

#ctlBarristerProfile_imgBarrister{
    display:block;
    width:280px;
    /*height:220px;*/
    /*float:right;*/
}


ul#aowbarristers, ul#aowbarristers li{
    list-style-type:none;
    margin-left:0;
    
}
ul#aowbarristers{
margin-top:25px;
}
ul#aowbarristers li{
    /*float:left;*/
    display:block;
    padding-left:5px;
    padding-right:5px;
}

    ul#aowbarristers li:last-of-type {
        /*display:none;*/
    }

.profile-top-column{
/*background-color:#F2F2F2;*/
padding-top:20px;
padding-bottom:15px;
padding-left:15px;
padding-right:5px;
/*width:161%;
margin-left:-294px;
min-height:335px;*/
}

.profile-head{
         padding-top:30px;
    }

.specialism-list-item {
    /*padding: 3px;*/
    padding: 0px 5px;
    background: url("../images/design/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right top;
    border: 1px solid #E6E6E6;
    margin-bottom: 9px;
    background-size: 40px 31px;
    height: 32px;
	background-color:#f1f1f1;
	
}
.specialism-list-content {
    /*font-size: 14px;*/
    margin-left: 15px;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 15px;
    display: none;
    
}



.row1{
    width:72%;
    margin-left:220px;
}
ul.memberoful{
margin-left:0;
padding-left:0;
}

li.redli{
    list-style:none;
    margin-left:0;
    padding-left:0;
}

#imgBarristerMain{
    float:right;
}

/*****News  styles*****/
#latestnews, #divSeminars { /*inherits from roundedbox*/
    width: 100%;
}

.float {
    float: right;
}

#latestnewscol h3 {
    color: #f66055;
    margin-bottom: 20px;
    font-size: 18px;
}



/*******************Begin Latest News/Expertise home page *******************/

.plus-sign{
    background:#1891D2;
width:3px;
height:14px;
position:relative;
/*top:15px;
margin-left:33px;*/
margin-left:10px;
float:right;
}
.plus-sign:before {
background:#1891D2;
content:"";
width:14px;
height:3px;
position:absolute;
top:5px;
left:-5px;
}

#ctlFeaturedNews_pnlFeatured, #ctlFeaturedPub_pnlFeaturedPub, #ctlExpertiseList_pnlExpertise, #ctlHomeBarristerList_pnlMemberList, #twitterbox {
    margin-top: 20px;
    margin-bottom: 30px;
}

#featpodcast {
    margin-top: 15px;
    margin-bottom: 20px;
}

    #ctlExpertiseList_pnlExpertise h3, #ctlFeaturedPub_pnlFeaturedPub h3, #twitterbox h3, #ctlHomeBarristerList_pnlMemberList h3, #ctlHomeClerkList_pnlMemberList h3, #featpodcast h3, .boxborder--featured-news h2 {
        color: #BDBDBD;
        margin-top: 0px;
        font-size: 22px;
        text-align: left;
        margin-top: -65px;
        width: 140px;
        background-color: #34394a;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    #ctlFeaturedPub_pnlFeaturedPub h3, #ctlHomeBarristerList_pnlMemberList h3, #ctlHomeClerkList_pnlMemberList h3, #featpodcast h3, .boxborder--featured-news h2 {
        width: 240px;
        margin-top: -50px;
    }

    #featpodcast h3 {
        width: 140px;
    }

#twitterbox h3{
    width:140px;
    margin-top: -50px; 
}

.greyout{
    width: 0px; /*not in use whilst ad is in the box*/
    margin-left:15px;
    margin-top:-17px; /*pull the grey div over the top border line*/
    background-color: #34394a; 
   /*border:1px solid red;*/
}

#ctlFeaturedNews_pnlFeatured h4 {
    position: relative;
    color: #FFFFFF;
    width: 120px;
    padding: 3px;
    background-color: #1891D2;
    text-align: center;
    /* margin-top: -270px;*/ /*pull the blue title halfway up and over the greyout div*/
    margin-top: -20px;
    margin-left: 0px;
    margin-bottom: 160px; /*bottom margin ensures next content displays below the background image.*/
}

.expertiselist p{
    line-height:1.75;
}

.expertiselist div, .clerklist div{
    padding-left:25px;
}

.clerklist p{
    margin-bottom:1em;
}

#ctlExpertiseList_pnlExpertise a, #ctlExpertiseList_pnlExpertise a:link, #ctlExpertiseList_pnlExpertise a:visited,
#ctlFeaturedNews_pnlFeatured a, #ctlFeaturedNews_pnlFeatured a:link, #ctlFeaturedNews_pnlFeatured a:visited,
 #ctlHomeBarristerList_pnlMemberList a,  #ctlHomeBarristerList_pnlMemberList a:link,  #ctlHomeBarristerList_pnlMemberList a:visited, 
#ctlHomeClerkList_pnlMemberList a, #ctlHomeClerkList_pnlMemberList a:link, #ctlHomeClerkList_pnlMemberList a:visited{
    color:#BDBDBD;
}

#ctlExpertiseList_pnlExpertise a:hover,
#ctlFeaturedNews_pnlFeatured a:hover,
#ctlHomeBarristerList_pnlMemberList a:hover,
#ctlHomeClerkList_pnlMemberList a:hover {
    color:#1192D3;
}

.expertiselist{
padding-top:5px;
}

.bluesquare{
    background-color: #1192D3; 
    width: 120px; 
    height: 160px;
    margin-left:10px;
}

  .boxborder{
    border: 1px solid #BDBDBD; 
    position: relative; 
    padding: 10px; 
    padding-top: 30px;
  }

  .boxborder img{
  display:block;
  }

.boxborderad {
    border: 1px solid #BDBDBD;
    position: relative;
    padding: 0px;
    /*padding-top: 30px;*/
}

#divfeatnews1 {
    /*background-image:url('../images/design/membersglass.jpg');
   background-repeat:no-repeat;
   background-size:100% 65%;*/ /*stretch the image to fill the whole width, but compress the height a little*/
    /* padding-top: 2px;*/
    padding: 3px; /*padding: 10px;*/
    padding-top: 8px;
    min-height: 280px;
    background-color: #FFF;
}
  
  #divfeatnews1 img{
  width:auto;  /*width of parent container*/
  height: 100%; /*height of parent container*/
  object-fit: contain;
  position: relative;

  }

  #divfeatnews1 h3{
  font-size:20px;
  margin-bottom:0;
  }
   

  .divfeatnewssmall{
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
    min-height:280px;
    color:#bdbdbd;
    line-height:1.5;
  }

  .divfeatnewssmall .plus-sign{
     margin-top:5px;
  }

  #ctlFeaturedNews_pnlFeatured .divfeatnewssmall h4{
    color:#1891D2;
    background:#303030;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top:-45px;
  }

  .divfeatnewssmall h3{
  font-size:20px;
  margin-bottom:15px;
  }

  .readmore{
  width:90%;
  position:absolute;
  bottom:0;
   text-align:right;
   margin-top:15px;
   padding:5px;
  
  }

#divfeatnews1 .readmore {
    bottom: 3px;
}
/*******************END Latest News home page *******************/
/**************Homepage Seminars & Papers*****************/
#ctlFeaturedPub_pnlFeaturedPub .boxborder {
    padding-bottom: 20px;
    min-height: 300px;
}



.vertalign-wrapper{ /*note this class happens to be used on a container with equalizer applied, so it has a defined height at runtime*/
    position:relative;
    /*border:solid 1px green*/
}

.vertalign-inner{ /*this class is set to 85% height to compensate for the image to the left being smaller than the actual height of its box, 
                    and that's what we want to appear to be centering against*/
    position:absolute; 
    display:table;
    width:100%;
    height:85%;
    /*border:solid 1px pink*/
}

.vertalign-inner p{ /*finally the p tag is able to act like a table cell*/
    display:table-cell; 
    vertical-align:middle;
}

.vertalign-inner a, .vertalign-inner a:link, .vertalign-inner a:visited, .vertalign-inner a:hover{
    color:#bdbdbd;
}


.firstdatebox{
    background-color:#1192D3;
    width:120px;
    height:65px;
    margin-bottom:15px;
    padding-top:25px;
    padding-left:15px;
    margin-left:10px;
	color:#ffffff;
}

.datebox{
    border:1px #bdbdbd solid;
    background-color:#303030;
    width:120px;
    height:65px;
    margin-bottom:15px;
    padding-top:25px;
    padding-left:15px;
    margin-left:10px;
    color:#1192D3;
}




/**************END Homepage Seminars and Papers*************/

/*********Home Page Our Members************************/

#ctlHomeBarristerList_pnlMemberList {
    
}

#imgRoll, #imgRollClerk, #ctlExpertiseList_pnlExpertise .bluesquare{
    width:150px;
    height:180px;
    margin-bottom:10px;
}

/************************ENd Homepage Our Members*****/

/*************Homepage Twitter box**************/

    #twitterbox .boxborder {
        min-height:300px;
    }

/**********************************************/

.centreline{
    border-right:1px solid #bdbdbd;
}


.date-item {
    color: #fff;
    background-color: #1891D2;
    /*width: 175px;*/
    padding: 15px;
    float: left;
    font-size:16px;
    text-align:center;
}
.date-item1 {
    color: #fff;
    background-color: #17BBFF;
    width: 155px;
    padding-top: 31px;
    float: left;
    font-size:16px;
    text-align:center;
    height:85px;
    margin-bottom:5px;
}
.date-item h1{
    margin:0px;
    color:white;
    font-size:65px;
    font-weight:bold;
}
.memberul{
    list-style-type:circle;
    list-style-position:inside;
    color:#73869F;
}
.memberul a{
    color:#73869F;
}
.greyDiv{
    background:#f9f9f9;
    margin-top:-6px;
}
.memberul hr{
    margin-bottom:8px;
    margin-top:8px !important;
}
.news-item {
    max-width: 295px;
    float: left;
    padding-left: 10px;
    max-height:107px;
    overflow-y:hidden;
}

fade-item {
    color: black;
    opacity: .4;
}

.seminar-head {
    display: table;
}

.seminar-date, .seminar-hr {
    display: table-cell;
    width: 50%;
}

    .seminar-hr hr {
        margin: 0px;
        margin: 0px;
        padding-bottom: 3px;
        margin-left: 5px;
    }

#Featurednews p {
    margin-bottom: 15px;
}

.latest-news-item {
    margin-top: 8px;
    padding-top:10px;
    /*color: black;*/
        /*float: right;*/
    /*background-color: #504F54;*/
        width: 113px;
    text-align: center;
    /*margin-left:10px;*/
}

.newsItem {
    color: black;
}

.newstitle {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

#homenewswrapper h2 {
    font-size: 22px;
    color: #616161;
    margin-bottom: 20px;
    margin-top: 20px;
}

#homenewswrapper {
    padding-top: 20px;
    padding-bottom: 45px;
    background-color: white;
    /*border-top: 4px solid #D8D8D8;*/
    border-bottom: 4px solid #D8D8D8;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 10px;*/
}

/*#homenewswrapper p{
color:#1a1a1a;
}*/


/*****End News Styles*****/

/****Error Messages*****/
ul.sysmsg {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0px;
}

    ul.sysmsg li {
        border: 1px solid #cccccc;
        background-color: #FFFFD4;
        padding: 3px;
        /*font-size: 13px;*/
        font-size: 15px;
    }

    ul.sysmsg img {
        vertical-align: middle;
        margin-right: 3px;
    }
/****End Error Messages */

/*syg forms*/
.formlabel {
    padding: 5px;
    width: 200px;
    float: left;
    font-size: 11px;
    min-height: 35px;
}

.formfield {
    padding: 5px;
    width: 250px;
    float: left;
    min-height: 35px;
}

    .formfield::after {
        clear: both;
    }

.formsubmit {
    padding-top: 10px;
    clear: both;
}

/*end forms*/

/*Galleria*/

#slideHolder {
    /*position:absolute;*/
    /*max-height: 372px;*/
    width: 100%;
    height:auto;
    padding: 0px;
    /*padding-bottom:20px;*/
   
}

#dummySlide, #slides, #slides img {
    /*border:1px solid pink;
    position:absolute;*/
    height: 292px;
    /*max-width: 1480px;*/
    padding: 0px;
    max-width:1660px;
}

/*Galleria END*/

/*main image overlay*/
#hometable{
    border-spacing: 0;
    position: absolute;
    margin-top: 170px;
    margin-left:15%;
    left:0;
    height:155px;
    width:555px;
    z-index:5;
}
#hometable td{
    padding:20px;
    color:white;
    text-align:center;
    
}

.newswrapper{
position:relative;
}

.newswrapper a, .newswrapper a:hover, .newswrapper a:link, .newswrapper a:visited{
/*color:#FFFFFF;*/
}

.news-col-item{
line-height:1.4;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #dddddd;
}

.formcol{
margin-top:10px;
margin-bottom:10px;
}



    /*ul li:before {
        font-size: 170%;
    }*/
    .hidden {
    display: none;
}
    .spanBarristerLink a, .spanBarristerLink a:hover, .spanBarristerLink a:visited, .btnEnquiry a, .btnEnquiry a:link, .btnEnquiry a:active, .btnEnquiry a:hover, .btnEnquiry a:visited{
        color:white;
    }
    .spanBarristerLink{
        display:block;
        padding-bottom: 10px;
    }
    


    /*barrister Admin*/

    #ctlAdminUtilities_ctlMemberAdmin_pnlMemberEdit{
        background-color:#FFFFFF;
        color:black;
    }

    #divMenuCol{
        margin-top:10px;
        margin-bottom:10px;
        border-left:1px solid #bdbdbd;
    }
	 #divMenuCol p{
        margin-bottom:10px;
		border-bottom:1px solid #d1d1d1;
		width:50%;
		
       
    }
	 #divMenuCol  a:link, a:visited{
        color:#444444;
       
    }
	
#twitter-widget-0{
    margin-left:20px;
}
    
.h3head{
    margin-bottom:0px;
}

.bposition{
    color:#1192D3;
    margin-bottom:3px;
    text-align:center;
}

.listinfo span.callinfo{
    /*border:1px solid pink;*/
    display:block;
    margin-bottom:6px;
}

.popmediator{
    cursor:pointer;
}

.boxborder--featured-news {
    margin: 20px 0;
    padding: 30px 0px 12px 10px;
}