/* Please note: Twitter Bootrap files located under the framework folder of website. There are other CSS files found under that folder attached via the template */
/* For more information/documentation please visit: http://twitter.github.io/bootstrap/ */

/* Insert Viewport declorations Here */

 /* Extra small devices Phones   */

 /* Small devices Tablets  */

 /* Medium devices Desktops */

 /* Large devices Desktops  */






/* Insert Global Vars Here */

/* Insert Main Styles Here */

/* Extra small devices (phones, less than 768px) */
/* No media query 
since this is the default in Bootstrap - its a 'mobile first/inherit' approach */

/* Please note, you can now use the http://www.abmm.co.nz/assets/ rather than http://www.abmm.co.nz */

body {
    font-family: cosmosregular, "Helvetica Neue", Helvetica,Arial, sans-serif;
    background: #ffffff;
    color: #4c4c4c;
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}

.container {
    background: #ffffff;
}

.navbar-header{
    
}
.navbar-toggle{
    border: none;
    padding: 20px 0 0 0;
    margin: 0 auto;
    color: #006386;
}

.navbar-toggle .icon-bar {
    background:#006386;
    width: 32px;
    height: 5px;
}

.navbar-toggle .icon-bar.orange {
    background: #f27f39;
}


.lt-ie9 .img-circle{
    behavior: url(http://www.abmm.co.nz/PIE.htc);
    position: relative;
    z-index:1;

}

.centered{
    margin:0 auto;
}

.introHeading{
    margin-bottom:15px;
}

a {
    color:#005983;
}
a:hover, a:focus {
    color: #005983;
}
.facebook-footer{
    display: inline-block;
    height: 49px;
    width: 49px;
    font-size:49px;
    color:white;
    /*background:  url(http://www.abmm.co.nz/assets//images/linkedIn.png) no-repeat center center;*/
    vertical-align: top;
}
.facebook-footer:hover{
    color:white;
}
.facebook-footer i:hover{
    color:white;
}
.linkedIn{
    display: inline-block;
    height: 49px;
    width: 49px;
    font-size:49px;
    color:white;
    /*background:  url(http://www.abmm.co.nz/assets//images/linkedIn.png) no-repeat center center;*/
    vertical-align: top;
}
.linkedIn i:hover{
    color:white;
}
.lawlink-footer{
    display: inline-block;
      width: 200px;
    height: 49px;
    background:  url(http://www.abmm.co.nz/assets//images/Lawlink.jpg) no-repeat center center;
    vertical-align: top;
}

footer{
    color:#fff
}

footer > .container {
    background:  url(http://www.abmm.co.nz/assets//images/blue-stripes.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {
    width: 220px;
}

.orange, a.orange, a.orange:hover{
    color:#F57B20
}

h3 {
    text-transform: uppercase;
}
.footerDetails .col-sm-2 {
    margin-bottom: 10px;
}


.navbar {
    min-height: 90px;
    position: relative;
    margin-bottom: 0;
}

.navbar-nav a{
    color: #f27f39;
}


.navbar-nav > li > a{
    font-size:13px
}

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
}

.navbar .navbar-collapse {
    text-align: center;
}

#logo {
    margin: 0 auto;
    text-align: center;
}

.nav > li > a:hover, .nav > li > a:focus{
    background:#F2DDCD;
}

.nav .orange,
.nav .orange a:hover{
    background:#F57B20;

}

.nav .orange a {
    color:#fff
}

.logo-link{
    display: inline-block;
    margin: 0 auto;
}

.jumbotron{
    color:#fff;
    background:  url(http://www.abmm.co.nz/assets//images/blue_grad.png) repeat top right;
}

.jumbotron h2, .jumbotron h3{
    text-transform: none;
}

.jumbotron h2{
    text-align: center;
    margin-top:0;
    margin-bottom:15px;
}

.panel-default > .panel-heading{
    background:#E7E7E8
}

.separatorBlock{
    background:#005482;
    padding:15px;
    border:1px solid #004068;
}

.separatorBlock a {
    color:#fff;
    text-decoration: none;
}

.optionBlock{
    background: #003F69;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
    font-size: 0.9em;
}

#expertiseArea {
    /*border: 2px solid #0b69a7;*/
}

#expertiseArea .expertise-outer {
    border-bottom: 2px solid #0b69a7;
    border-right: 2px solid #0b69a7;
    height: 80px;
    overflow: hidden;
}

.col-xs-6.col-md-2.expertise-outer:nth-child(1){
    border-left: 2px solid #0b69a7;
}

.col-xs-6.col-md-2.expertise-outer:nth-child(7){
    border-left: 2px solid #0b69a7;
}
.col-xs-6.col-md-2.expertise-outer:nth-child(13){
    border-left: 2px solid #0b69a7;
}

#expertiseArea .expertise-outer {
    transition: all 350ms linear;
}

#expertiseArea .expertise-outer:hover {
    cursor: pointer;
    background:  url(http://www.abmm.co.nz/assets//images/orange-stripes-small.jpg) no-repeat center center;
    background-size: cover;
}

#expertiseArea .expertise-outer:hover a,
#expertiseArea .expertise-outer a:hover {
    color: #ffffff;
    text-decoration: none;
}

#expertiseArea .expertise-outer a {
    display: block;
    text-transform: uppercase;
    color: #4c4c4c;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 10px;
}

#newsArea .container {
    background:  url(http://www.abmm.co.nz/assets//images/blue-stripes.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

#newsArea .container h3 {
    text-transform: none;
    color: #ffffff;
    font-size: 36px;
}

#newsArea .container h4,
#sponsorshipArea .container h4 {
    margin-bottom: 30px;
}

#sponsorshipArea .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sponsorshipArea .container h3 {
    font-size: 36px;
    color: #006386;
    text-transform: none;
}

.NewsSummary{
    margin:0 auto;
    width:80%;
}

.NewsSummaryLink{
    font-weight: bold;
}

.NewsSummaryLink a {
    color:#ffffff;
}

.NewsSummaryLink {
    padding-top: 10px;
}

footer a
{color:#fff;}

h1 {
    color: #006386;
    text-align:center;
}

h2 {
    color: #F57B20;
    font-size: 24px;
}

#staffMemberDetails h2 {
    margin-top:0;
}

.tab-pane{
    padding:15px 0;
}

#main h1{
    margin-top:0;
}

#main{
    color:#666666;
    border-top: 1px solid #ccc;
}

.footerDetails{
    margin:50px 0;
    font-size :0.86em;
}

.footerDetailsSmall{
    font-size:0.9em;
}

.member {
    margin-bottom: 50px;
}

.member-expertise-outer h4 {
    font-size: 16px;
    color: #006386;
    font-weight: bold;
}

.member-expertise-outer p {
    margin-bottom: 0;
}

.tab-content {
    border: 1px solid rgb(211, 212, 214);
    clear: both;
    min-height: 290px;
    padding: 15px;
}

body.home #main  {
    border-top: none;
}

.nav-tabs > li > a{
    margin-right: 0;
}

.nav-tabs > li{
    background: none repeat scroll 0 0 rgb(231, 231, 232);
}

.swish {
    background:  url(http://www.abmm.co.nz/assets//images/swish.png) no-repeat center center;
    background-size: cover;
    width: 453px;
    height: 105px;
    margin-left: -65px;
    margin-top: -20px;
}

#staffMember{
    margin-bottom:20px;
}

.member img{
    margin:0 auto;
    border: 2px solid #0b69a7;
}
.detail-member{
    border: 2px solid #0b69a7;
}

.member h2 {
    font-size: 22px;
    margin-top: 10px;
}

.member h3.title {
    margin-top: 0;
    font-size: 18px;
    text-transform: none;
    font-style: italic;
}

.serviceSection{
    position: relative;
    margin-bottom:25px;
    
}

.serviceSection .title {
    background: #F57B20;
    position: absolute;
    bottom:0;
    width:100%;
    color:#fff;
    text-transform: uppercase;
    padding:8px 8px;
    font-size:0.9em;
}

.serviceSection a{
    color:#fff;
}

.miniBlock{
    margin-bottom:10px;
}

.NewsSummaryImage{
    margin-bottom:5px;
}

.footerDetails{
    text-align: center;
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 999;
    padding: 65px;
    overflow: hidden;
}


.banner-text.center {
    left: 25%;
}

.banner-text.right {
    left: 50%;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

a.client-extranet {
    display: block;
    padding: 10px 10px;
    color: #ffffff;
    background: #F47519;
    text-align: center;
    font-size: 18px;
}

#sidecontent {
    background: #f4f4f4;
    padding-bottom: 15px;
}

#sidecontent h2 {
    margin: 0 -15px 15px -15px;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    background:  url(http://www.abmm.co.nz/assets//images/orange-stripes-small.jpg) no-repeat center center;
    background-size: cover;
}

.navbar-nav>li>a {
    transition: all 300ms ease;
    background: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
    background:  url(http://www.abmm.co.nz/assets//images/orange-stripes-small.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

.sidebarstaff {
    text-align: center;
    margin-bottom: 30px;
}

.sidebarstaff a {
    display: block;
}

.button-orange a,
.button-white a {
    transition: all 300ms ease;
    display: inline-block;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    margin: 10px auto;
}

.button-orange a {
    color: #f27f39 !important;
    border: 2px solid #f27f39;
}

.button-white a {
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.button-orange a:hover,
.button-white a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.5);
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .footerDetails{
        text-align: left;
    }

    .navbar-brand {
        height: 74px;
        line-height: 20px;
        padding-top:10px;
        width: 240px;
    }

    #main{
        padding-top:10px;
    }

}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .navbar-brand {
        width: auto;
    }

    #main{
        padding-top:20px;
    }
    
    .optionBlock{
        min-height:54px;
          font-size: 0.89em;
    }

.miniBlock{
        padding: 0 4px;
}



}




/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #main{
        padding: 50px;
    }
    

    h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #logo {
        text-align: left;
        width: calc(100% - 50px);
        margin: 0;
    }
    
    .navbar-header {
        position: absolute;
        right: 10px;
    top: 17px;
    }
    
    .navbar .navbar-nav,
    .navbar-nav .open .dropdown-menu>li>a{
        display: block;
        text-align: center;
    }
    
    #staffMemberDetails {
        text-align: center;
    }
    
    #staffMemberDetails .img-responsive {
        display: inline-block;
        margin: 0 auto;
    }
    
    #staffMemberExper {
        text-align: center;
    }
    
    #staffMember + #tabs .nav-tabs > li {
        display: block;
        float: none;
    }
    
    #staffMember + #tabs .nav-tabs > li > a {
        padding: 7px 10px;
        display: block;
    }
}

@media (max-width: 992px) {
    #slides h1 {
        font-size: 16px;
    }
    
    #slides h2,
    #slides h3,
    #slides h4 {
        font-size: 14px;
    }
    
    #slides h1,
    #slides h2,
    #slides h3,
    #slides h4 {
        margin: 0 auto;
    }
    
    .banner-text {
        padding: 20px;
    }
    
    .button-orange a,
    .button-white a {
        border-radius: 8px;
        border-width: 1px;
        padding:4px 8px;
        font-size: 13px;
    }
    #expertiseArea .expertise-outer:nth-child(2n + 1) {
    border-left: 2px solid #0b69a7;
    }
    
    
}

#main ul {
    list-style: none;
}

#main ul li::before {
    content: "\25A0";
    color: #F57B20;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

#main ul li ul li::before {
    content: "\25A1";
}

#main ul.nav-tabs li:before {
    content: none !important;
}

.custom-slick-control {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #F47519;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.custom-slick-control.left {
    left: -25px;
}

.custom-slick-control.right {
    right: -25px;
}

.NewsSummary .date {
    color: #ffffff;
    font-style: italic;
}

#sidecontent .relatedStaff  {
    text-align: center;
    padding-top: 25px;
}

#sponsors img {
    margin-bottom: 20px !important;
}

.dropdown-menu {
    background:  url(http://www.abmm.co.nz/assets//images/orange-stripes-small.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
}
.dropdown-menu a {color: #ffffff !important;}

.dropdown-menu a:hover {
    background: none!important;
}

/* CUSTOM CSS JONO */
.banner-text.center {
     padding-top:14%;
}
.table-paragraph-styling{
    font-size: 12.0pt; 
    line-height: 115%; 
}

@media (max-width: 747px){
    .banner-text.center{
        padding-top:10%;
    }
}
@media (max-width: 480px){
    .banner-text.center{
        display:none;
    }
}
@media (min-width: 767px){
    .col-sm-2.text-center.home-columns{
        width:20%;
    }
}
.orange-text{
    color:#F57B20;
}
/* Stylesheet: Base Modified On 2017-09-15 11:35:27 */
@font-face {
    font-family: 'cosmosregular';
    src: url('http://www.abmm.co.nz/assets//fonts/cosmos_light-webfont.woff2') format('woff2'),
         url('http://www.abmm.co.nz/assets//fonts/cosmos_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Stylesheet: Extra Fonts Modified On 2017-02-23 10:50:41 */
