/*---- Typography ----*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.1rem;
}



p{

}

p.splash{
    font-style: italic;
    color: #68a3b9;
}

a, a:hover, a:focus, a:visited {
    color: #08202e;
}

.main-entry p a, .main-entry p a:visited, .main-entry li a, .main-entry li a:visited {
    text-decoration: underline;
    color: #69a3b9;
}
.main-entry p a:hover, .main-entry p a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 2.1rem;
    margin-bottom: 0.6em;
    text-decoration: none;
    text-underline-position: under;
}

h1.page-title{
    line-height: initial;
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
    margin-top: -8px;
}
.h2, h2 {
    font-size: 1.6rem;
}
.main-entry h2 {
    border-top: 1px solid #dae5ea;
    padding-top: 1em;
    margin-bottom: 0.6em;
}
.h3, h3 {
    font-size: 1.3rem;
}
.h4, h4 {
    font-size: 1.1rem;
    text-decoration: underline;
}
.h5, h5 {
    font-size: 1.1rem;
    color: #67a3b9;
}
.h6, h6 {
    text-decoration: underline;
    color: #67A3BA;
}

.arrow {
    -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    display: block;
    background: #68a3b9;
    transition: all 0.3s;
    padding:6px 40px 6px 24px; 
    text-align: center;
    margin-top: 24px;
}

.arrow:hover{
    background: #a8133e;
    text-decoration: none;
}


.front-page-btn {
    background: #559cb5;
    padding: 9px 18px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 0rem;
}
a.front-page-btn {
    color: #fff !important;
    text-decoration: none !important;
}
.front-page-btn:hover{
    background: #ad0a40;
    text-decoration: none;
}

.main-entry .lead-in {
    text-align: center;
}
.main-entry .lead-in h1 {
    text-decoration: none;
}



.fa{
    color: #67a3b9;
}

.sidetag{
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
    margin-bottom: 26px;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    display: block;
    background: #68a3b9;
    transition: all 0.3s;
}
.sidetag p{
    margin-bottom: 0;
    padding: 10px 12px;
    text-align:center;
    color: #fff;
}
.sidetag:hover{
    color: #fff;
    text-decoration: none;
    background: #a8133e;
}

button[type=submit] {
    background-color: #081f2d;
    color: #fff;
    border: 0;
}

/*---- Structure ----*/
.site-header{
    background:#081f2d;
    color: #fff;
}
.header-right{
    display: flex;
    margin-top: 18px;
}
/*.navigation-holder{
    border-top: 1px solid #fff;
    background:#75a2b7;
}*/
.navbar-toggler{
    color: #fff;
    font-size: 15px;
    padding: 12px;
}
.main-entry{
    margin-top: 2.2em;
}
.sidebar-wrapper {
    padding-top: 2.3em;
}
.site-footer{
    background:#081f2d;
    color: #fff;
    padding: 52px 0;
    margin-top: 30px;
}
.site-footer a{
    color: #fff;
}
.site-footer a.menu-head{
    text-transform: uppercase;
}
.site-footer .sub-menu a.sub-item{
    color: #6c7d8a;
    display: block;
    font-size: 1rem;
    padding: 2px 0;
}
.pre-footer{
    padding:22px 0 16px;
}
.sub-footer{
    padding:22px 0;
}


/*---- Elements ----*/

.masthead{
    padding: 18px 0;
}
.header-right form{
    background: transparent;
    border-radius: 5px;
    margin-right: 8px;
    border: 1px solid #3b4d5b;
}
.header-right form.active{
    background: #fff;
    border: none;
}
.header-right .form-control{
    border:none;
    background:transparent;
}
.form-control:focus{
    box-shadow: none;
}
.header-right button[type=submit] {
    margin-right: 4px;
    padding: 3px 13px;
    font-size: 14px;
}
.header-right .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.navbar-nav{
    padding-bottom: 12px;
}
.nav-item, .nav-item:focus {
    background: #fff;
    text-align: center;
    margin-bottom: 2px;
}

.centre {
    text-align: center;
}

a.nav-link {
    color: #081f2d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 18px 59px;
}
.navbar-toggler {
    width: 100%;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}
.sidebar-menu{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.sidebar-title {
    border-bottom: 2px solid;
    font-size: 18px;
    padding-bottom: 13px;
}
.sidebar-menu-item{
    border-bottom: 1px solid #081f2d;
}
.sidebar-menu-item a, .sidebar-menu-item a:visited{
    text-transform: uppercase;
    padding: 9px 0;
    display: block;
    transition: all 0.3s;
}
.sidebar-menu-item a:hover, .sidebar-menu-item a:focus{
    text-decoration: none;
    color: #68a3b9;
}

.featured-image{
    margin-bottom: 3rem;
}

.nswba-card{
    border:1px solid #dae5ea;
    padding:15px;
    margin-bottom: 24px;
}

.home .nswba-card .list-inline-item {
    margin-top: 10px;
}

.card-title {
    font-size: 18px;
}
.card-sub-title {
    margin-bottom: 0;
    font-weight: 600;
}



article.post-preview{
    border-bottom: 1px solid #dae5ea;
    padding: 22px 0;
    overflow: auto;
}
article.post-preview a.read-more{
    float: left;
    text-decoration: underline;
}
article.post-preview a.read-more:hover{
    cursor: pointer;
}
.social-sharing{
    text-align: right;
    margin-top: -8px;
}
.entry-thumb{
    margin-right: 12px;
}


.to-top-arrow{
    height: 26px;
    width: 13px;
    margin-top: -6px;
    margin-right: 6px;
}
.sub-footer a{
    text-decoration: underline;
}
.sub-footer a:hover{
    text-decoration: none;
}
.social-icon{
    height: 22px;
    margin-right: 15px;
}
.breadcrumbs {
    margin-bottom: 0;
}
blockquote{
    font-size: 1.2em;
    border-left: 1px solid #68a3b9;
    padding-left: 1.2em;
}



/*---- Tables ----*/
.table.table-bordered thead td, .table.table-bordered thead th {
    border-bottom-width: 0;
    background: #69a3b9;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}
.table.table-bordered td, .table.table-bordered th {
    padding: .75rem;
}
.nswba-card table.table{
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
}
.nswba-card table tbody{
    vertical-align: -webkit-baseline-middle;
}
.table a, .table a:visited {
    text-decoration: underline;
    color: #69a3b9;
}
.table a:hover, .table a:focus {
    text-decoration: none;
}


/*---- Forms ----*/
form .search {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 44px 11px 11px;
    width: 100%;
    border: 1px solid #d7e5eb;
    color: #0e364f;
    font-style: italic;
    font-size: 15px;
    font-family: Times;
}
form ul li label {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    color: #0e364f;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}

form ul li input {
    float: left;
    padding: 10px;
    width: 480px;
    border: 1px solid #D7E5EB;
    color: #0e364f;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}
form ul li .select {
    float: left;
    width: 482px;
    height: 40px;
    background: url(../images/bg_dropdown.png) no-repeat top left;
}
form ul li .select ul {
    height: auto!important;
}
form ul li .error {
    display: none;
    float: left;
    margin-top: 5px;
    width: 100%;
    color: #A8133E;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}


/*----  Find a Barrister  ----*/

.form-info,
.find ul li, 
.find ul li label, 
.find ul li input,
.find ul li .select a.open,
.find ul li .select ul li a,
.find ul li a.action,
.find .extra .close
.tag {
    font-family: 'Poppins', sans-serif;
    font-style: initial;
}

.find ul li, 
.find ul li label, 
.find ul li input,
.find ul li .select a.open{
    font-size: 1.1rem;
}

.form-info,
.find ul li .select ul li a,
.find ul li a.action,
.find .extra .close,
.tag{
    font-size: 0.9rem;
}


#list table.sort tr td,
#list table.list tr td,
#list table.nav tr td,
#list table.list tr td.name,
.tab a{

}

/*---- Bootstrap overrides ----*/
.btn-primary{
    background-color:#3b4e5c;
    border-color:#3b4e5c;
    color: #fff;
}
.btn-primary:hover{
    background-color:#75a2b7;
    border-color:#75a2b7;
    color: #fff;
}

.btn-primary a, a.btn {
    color: #fff !important;
    text-decoration: none !important;
}

 
.btn-primary:hover a, a.btn:hover{
    color: #fff !important;
    text-decoration: none !important;
}

.navbar{
    padding:0;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 0;
    text-align: center;
}
.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    border-bottom: 2px solid #08202e;
    font-size: 14px;
    padding-left: 0;
    margin-top: 1rem;
}
.breadcrumb a{
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.table td, .table th {
    padding: 0;
    border-top: none;
}

.header-right .form-inline .form-group {
    width: 174px;
}

.carousel-indicators {
    bottom: -36px;
}
.carousel-indicators li{
    background-color: #68a3b957;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #68a3b9;
}

ol.padded li {
        padding-left: 1rem;
        padding-bottom: 0.5rem;
}


@media (min-width: 576px){
.header-right .form-inline .form-group {
    width: 105px;
}
.form-inline .form-control {
    width: 153px;
}
}

@media (min-width: 786px){
.header-right .form-inline .form-group {
    width: 140px;
}
}

@media (min-width: 992px){
.navigation-holder{
    background-color: transparent;
}
.navbar-nav {
    padding-bottom: 0;
}
.nav-item {
    background-color: #081f2d;
    background: initial;
    margin-bottom: 0;
}
.dropdown-menu {
    text-align: left;
    z-index: 1040;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #f8f9fa;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}
a.nav-link:hover, a.nav-link:focus {
    background-color:#75a2b7;
}
.nav-item:hover .nav-link {
    background-color:#75a2b7;
}
.header-right .form-inline .form-group {
    width: 174px;
}
.home .nswba-card{
    padding:24px 30px;
}
.form-inline .form-control {
    width: auto;
}
.breadcrumbs {
    margin-bottom: 0;
}
/*.hero {
    padding: 52px 0 20px;
}*/
}

@media (min-width: 1200px){
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    /*padding-right: 1.2rem;
    padding-left: 1.2rem;*/
}
.home .nswba-card{
    padding:24px 54px;
}
}


