﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");
body {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

html{
    overflow-x: hidden;
}


/*Globalpay specifics - start ---------------------*/
@media only screen and (min-width : 650px) {
    .payment-footer .payment-title-amount-wrapper{
        padding-left: 0px !important;
    }
    .payment-footer .payment-back{
        padding-right: 0px !important;
    }
}

@media only screen and (max-width : 630px) {
    .payment-footer .payment-title-amount-wrapper{
        padding-left: 15px !important;
    }
    .payment-footer .payment-back{
        padding-right: 15px !important;
    }
}
/*Globalpay specifics - end --------------------*/

/*-----BEGINS------Payment Processing Page Styles---------------*/

.payemnt-processing-wrapper{
    display: flex;
    justify-content: center;
    height: 250px;
    padding: 45px;
    position: relative;
    overflow: auto;    
    flex-direction: column;
    align-items: center;

}
::-webkit-scrollbar {
  display: none;
}
.payemnt-processing-header-title-wrapper{
    display:flex;
    flex-direction:column;
}
.payemnt-processing-header-title-1 {
    display: flex;
    align-items: center;
}
.payemnt-processing-header-title-1 h4 {
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.payemnt-processing-spinner-wrapper {
    display: flex;
    width: -webkit-fill-available;
}
.payemnt-processing-spinner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  color: #969798;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
  padding-right:0 !important;
}

@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
}
/*-----ENDS------Payment Processing Page Styles---------------*/
.btn-back-home {
    width: auto !important;
    height: 40px !important;
}
.btn-wrapper .btn-try-again {
    cursor: pointer !important;
    border-radius: 3px !important;
    width: auto !important;
    padding: 0 20px !important;
    height: 40px !important;
    border: 1px solid #00507c !important;
    outline: none !important;
    margin-left: 10px !important;
    background-color: #00507c !important;
    color: #fff !important;
    transition: 0.3s !important; }
   .btn-wrapper .btn-try-again:hover {
      background-color: #EF6C00 !important;
      border: 1px solid #EF6C00 !important;
      color: #fff !important; }
.btn-back-home {
     cursor: pointer !important;
     border-radius: 3px !important;
     width: auto !important;
     padding: 0 20px !important;
     height: 40px !important;
     border: 1px solid #044fa2 !important;
     outline: none !important;
     margin-left: 10px !important;
     background-color: #044fa2 !important;
     color: #fff !important;
     transition: 0.3s !important;
}
.btn-back-home:hover {
     background-color: #fff !important;
     border: 1px solid #044fa2 !important;
     color: #044fa2 !important;
 }
 .print-payment, .btn-try-again{
       cursor: pointer !important;
       border-radius: 3px !important;
       width: auto !important;
       padding: 0 20px !important;
       height: 40px !important;
       border: 1px solid #044fa2 !important;
       outline: none !important;
       margin-left: 10px !important;
       background-color: #fff !important;
       color: #044fa2 !important;
       transition: 0.3s !important;
}
 .print-payment:hover, .btn-try-again:hover{
      color: #fff !important;
      border: 1px solid #044fa2 !important;
      background-color: #044fa2 !important;
}
 .payment-conf-text {
    display: flex;
    justify-content: center;
}
 .payment-conf-text span{
     padding-right:0px !important;
 }
.row.nbc-payment-wrapper.cog-payment-wrapper.scc-payment-wrapper {
    justify-content: center;
}
.iframe-form {
    width: 800px;
    min-height: 590px;
    border: none;
    margin-left: 35px;
    margin-right: 35px;
    margin-top:10px;
}
.payment-iframe {
    border: none;
}
/*@media screen and (max-width: 768px) {
    .iframe-form {
        margin-top: 15px !important;
    }
}
@media (min-width: 300px) {
    .iframe-form { height: 820px; margin-top: 50px !important; }
}
@media (min-width: 768px) {
    .iframe-form { height: 410px; margin-top: 100px !important; }
}
@media (min-width: 1024px) {
    .iframe-form { height: 840px; margin-top: 80px !important; }
}
@media (min-width: 1200px) {
    .iframe-form { height: 680px; margin-top: 90px !important;}
}
@media (min-width: 1440px) {
    .iframe-form { height: 670px; margin-top: 100px !important; }
}*/

.cog .btn-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end; }
  .cog .btn-wrapper .btn-try-again {
    cursor: pointer !important;
    border-radius: 3px !important;
    width: auto !important;
    padding: 0 20px !important;
    height: 30px !important;
    border: 1px solid #00507c !important;
    outline: none !important;
    margin-left: 10px !important;
    background-color: #00507c !important;
    color: #fff !important;
    transition: 0.3s !important; }
    .cog .btn-wrapper .btn-try-again:hover {
      background-color: #EF6C00 !important;
      border: 1px solid #EF6C00 !important;
      color: #fff !important; }
  .cog .btn-wrapper .print-payment {
    cursor: pointer !important;
    border-radius: 3px !important;
    width: auto !important;
    padding: 0 20px !important;
    height: 40px !important;
    border: 1px solid #00507c !important;
    outline: none !important;
    margin-left: 10px !important;
    background-color: #00507c !important;
    color: #fff !important;
    transition: 0.3s !important; }
    .cog .btn-wrapper .print-payment:hover {
      background-color: #EF6C00 !important;
      border: 1px solid #EF6C00 !important;
      color: #fff !important; }
  .cog .btn-wrapper .btn-back-home {
    cursor: pointer !important;
    border-radius: 3px !important;
    width: auto !important;
    padding: 0 20px !important;
    height: 30px !important;
    border: 1px solid #00507c !important;
    outline: none !important;
    margin-left: 10px !important;
    background-color: #fff !important;
    color: #00507c !important;
    transition: 0.3s !important; }
    .cog .btn-wrapper .btn-back-home:hover {
      background-color: #EF6C00 !important;
      border: 1px solid #EF6C00 !important;
      color: #fff !important; }

.cog .mat-progress-spinner circle, .cog .mat-spinner circle {
  stroke: #00507c !important; }


@media print{
    *{
        overflow-y: hidden;
    }
    html{
        overflow-y: hidden;
    }

    body{
        overflow-y: hidden;
        min-width: 100% !important;
    }

    .payment {
        margin-top:35px !important;
    }

    .payment .title {
        color: #138d24 !important;
        background-color: #bbeac2 !important;
    }

    .payment .row .col-xl-12.align-center{
        display: none;
    }
}
.iFrame-globalPay-ol_def{
        margin-top: 130px !important;
}

.payment {
    border-radius: 3px;
    font-size: 12px;
    width: auto;
    max-width: 760px;
    margin: auto;
    margin-top:35px;
    margin-bottom:25px;
    padding: 5px 20px;
    background-color: white;
    box-shadow: 0px 0px 5px 1px #857c85 !important; 
  }

@media only screen and (max-width: 768px) {
    .payment{
        margin:5px;
        /*margin-top:180px;*/
    }
}

.payment .title-main {
    text-align: center;
    font-weight: 400;
    color: #016a93;
    font-size: 32px; }

@media only screen and (max-width: 768px) {
    .payment .title-main {
        font-size: 25px !important;
    }
    }

    .payment .title {
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 0;
    color: #138d24;
    background-color: #bbeac2;
    margin: 30px 0;
    font-weight: 600;
}

.payment .title-fail {
    text-align: center;
    text-align: -webkit-center;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 0;
    color: #b73957;
    background-color: #f7aebf;
    margin: 0px;
    font-weight: 600; }
  .payment .row {
    margin-top: 15px;
    text-align:center; }

.payment .payment-row{
    display:flex;
    width:100%;
}
.payment-row div:nth-child(1){
    justify-content:flex-end;
}
.payment .payment-row .payment-col {
    display: flex;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
}



    .payment .align-left {
        text-align: left;
    }

    .payment .align-right {
        text-align: right;
        font-weight: 500;
        margin-right: 10px;
    }

    .payment .btn-wrapper .print-payment {
        color: #006ff8;
        text-align: center !important;
        justify-content: center;
        border-radius: 4px;
        border: 1px solid #006ff8 !important;
        transition: 0.3s !important;
        background-color: #ffffff;
        height: 40px !important;
        width: auto;
        min-width: 88px;
        margin: 0px 5px;
    }

        .payment .btn-wrapper .print-payment:hover {
            box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
            background-color: #006ff8 !important;
            color: #ffffff !important;
            border: 1px solid #006ff8 !important;
            text-align: center !important;
        }

    .payment .btn-wrapper .btn-back-home {
        color: #ffffff;
        text-align: center !important;
        border-radius: 4px;
        justify-content: center;
        border: 1px solid #006ff8 !important;
        transition: 0.3s !important;
        background-color: #006ff8;
        height: 40px;
        width: auto;
        min-width: 88px;
        margin: 0px 5px
    }

        .payment .btn-wrapper .btn-back-home:hover {
            box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
            color: #006ff8 !important;
            background-color: #ffffff !important;
            border: 1px solid #006ff8 !important;
            text-align: center !important;
        }

    .payment .btn-wrapper {
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
    }

    /*span {
        padding-right: 20px;
    }*/

  

.payment-back {
    text-align: right;
    width: 80%;
}



    .cog {
        /*.title-fail{
        color:#561A26;
    }
    .payment-btn{
        background-color:#ABCBD7 !important;
        color:#3C5964 !important;
        transition:0.3s;
        &:hover{
            background-color: #387be8 !important;
            color: #fff !important;
        }
    }*/
    }

        .cog * {
            /*font-family: Arial !important; */
        }

        .cog * {
            /*font-family: Arial !important;*/
        }

        .cog iframe {
            border-width: 0px !important;
            min-height: 515px !important;
        }

        .cog .cog-payment-wrapper iframe {
            border-width: 0px !important;
            min-height: 515px !important;
        }

    @media only screen and (max-width: 425px) {
        .cog .cog-payment-wrapper iframe {
            min-height: 550px !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .cog .cog-payment-wrapper iframe .controls {
            display: flex !important;
            flex-direction: column !important;
        }
    }

    .cog .cog-payment-wrapper iframe #wrapper {
        margin: 50px auto !important;
        padding: 50px;
        background-color: #fff !important;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 1px #857c85 !important;
    }

    @media only screen and (max-width: 768px) {
        .cog .cog-payment-wrapper iframe #wrapper {
            padding: 10px;
        }
    }

    @media only screen and (max-width: 768px) {
        .cog .cog-payment-wrapper .controls {
            display: flex !important;
            flex-direction: column !important;
        }
    }

    .cog .cog-payment-wrapper #wrapper {
        margin: 50px auto !important;
        padding: 50px;
        background-color: #fff !important;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 1px #857c85 !important;
    }

    .cog body {
        background-color: #f6f7fb;
    }

    .cog .header__bg {
        box-shadow: unset !important;
        background-color: #007eaa !important;
        position: relative;
        z-index: 999;
    }

    .cog body {
        background-image: url("https://www.gosnells.wa.gov.au/files/templates/00000000-0000-0000-0000-000000000000/0509650e-6570-4c85-99be-550d423317ed/main_bg-resp2.jpg") !important;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    @media only screen and (max-width: 425px) {
        .cog .btn-wrapper {
            flex-direction: column !important;
        }
    }

    @media only screen and (max-width: 425px) {
        .cog .btn-wrapper > button {
            margin: 8px 0 !important;
        }
    }

    .cog #buttons .buttons {
        border: 1px solid #00507c !important;
        background-color: #fff !important;
        color: #00507c !important;
        cursor: pointer;
    }

        .cog #buttons .buttons:hover {
            border: 1px solid #00507c !important;
            background-color: #00507c !important;
            color: #fff !important;
            cursor: pointer;
        }

    .cog .payment {
        margin: 50px auto !important;
    }

    @media only screen and (max-width: 425px) {
        .cog .payment {
            margin: 50px 25px !important;
        }
    }

    @media only screen and (max-width: 425px) {
        .cog .payment .row {
            flex-wrap: nowrap !important;
        }
    }

    @media only screen and (max-width: 425px) {
        .cog .payment .row .align-left > span {
            padding-right: 0 !important;
        }
    }

    @media only screen and (max-width: 425px) {
        .cog .payment .align-right {
            text-align: left !important;
        }
    }

    .cog .body-search {
        background-color: unset;
    }

    .cog .material-icons {
        font-family: 'Material Icons' !important;
    }

    .cog .powered__by--mb {
        background-color: #f6f7fb !important;
    }

    .cog .footer {
        color: #EFF0F2;
        background-color: #f6f7fb !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        /*margin-bottom:10px;*/
        /*margin-top: 10px;*/
    }

    @media only screen and (max-width: 768px) {
        .cog .footer .footer_content {
            display: flex !important;
            flex-direction: column !important;
        }

            .cog .footer .footer_content .footer_left {
                width: 36% !important;
            }

            .cog .footer .footer_content .footer_right {
                width: 35% !important;
            }
    }

    .cog .footer .link-txt:hover {
        color: #014c8c !important;
    }

    .cog .footer .footer_content {
        color: #484848;
        padding-top: 20px;
        font-weight: normal;
        overflow: hidden;
        /*width: 1130px;*/
        padding: 10px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }

        .cog .footer .footer_content .footer_left {
            float: left;
            width: 300px;
            color: #1664a4;
            line-height: 15.6px;
            font-weight: normal;
            text-align: left;
            padding-left: 10px;
            padding-left: 0px;
        }

            .cog .footer .footer_content .footer_left h1 {
                font-size: 19.2px;
                color: #1564A6;
                font-weight: normal;
                padding: 0;
                margin: 0.6em 0px;
                margin-bottom: 10px;
            }

            .cog .footer .footer_content .footer_left p {
                font-size: 12px !important;
                color: #484848 !important;
            }

                .cog .footer .footer_content .footer_left p a {
                    color: #484848 !important;
                    text-decoration: none;
                }

        .cog .footer .footer_content .footer_right {
            float: right;
            color: #484848;
            text-align: right;
            padding-top: 43px;
        }

            .cog .footer .footer_content .footer_right p {
                font-size: 12px !important;
            }

                .cog .footer .footer_content .footer_right p a {
                    font-size: 12px;
                    color: #484848 !important;
                }

    .cog .footer a {
        color: #363636 !important;
        text-decoration: none;
    }

    .cog opt-payment-main {
        /*app-site-header{
        display:none;
    }*/
        /*app-site-footer{
        display:none;
    }*/
    }

        .cog opt-payment-main .body-wrap {
            padding-top: 0em !important;
        }

        .cog opt-payment-main .mmc_card.payment {
            line-height: 22px;
        }

        .cog opt-payment-main opt-payment input {
            line-height: 22px;
        }

    .cog .btn-section .buttons-secondary {
        border-radius: 5px !important;
        border: 1px solid #00507c !important;
        background-color: #00507c !important;
        color: #fff !important;
        cursor: pointer;
    }

        .cog .btn-section .buttons-secondary:hover {
            background-color: #EF6C00 !important;
            border: 1px solid #EF6C00 !important;
            color: #fff !important;
            cursor: pointer;
        }

    .cog .btn-wrapper {
        margin-top: 40px;
        display: flex;
        justify-content: flex-end;
    }

        .cog .btn-wrapper .btn-back-home {
            cursor: pointer !important;
            border-radius: 3px !important;
            width: auto !important;
            padding: 0 20px !important;
            height: 40px !important;
            border: 1px solid #00507c !important;
            outline: none !important;
            margin-left: 10px !important;
            background-color: #fff !important;
            color: #00507c !important;
            transition: 0.3s !important;
        }

            .cog .btn-wrapper .btn-back-home:hover {
                background-color: #EF6C00 !important;
                border: 1px solid #EF6C00 !important;
                color: #fff !important;
            }

        .cog .btn-wrapper .btn-try-again {
            cursor: pointer !important;
            border-radius: 3px !important;
            width: auto !important;
            padding: 0 20px !important;
            height: 30px !important;
            border: 1px solid #00507c !important;
            outline: none !important;
            margin-left: 10px !important;
            background-color: #00507c !important;
            color: #fff !important;
            transition: 0.3s !important;
        }

            .cog .btn-wrapper .btn-try-again:hover {
                background-color: #EF6C00 !important;
                border: 1px solid #EF6C00 !important;
                color: #fff !important;
            }

    .toc {
        /*[class^="icon-"]:before, [class*=" icon-"]:before{
    font-family:unset;
    color:unset;
}
.material-icons{
    font-family: 'Material Icons' !important;
}
.region-bottom .footer {
    display: block !important;
}
.cart_facility{
    z-index:998 !important;
}
.header{
    height:auto !important;
    padding:0px !important;
    z-index: 999 !important;
    &__links-btn>a{
        background-color: #c9da43 !important;
        color: #000;
        padding: 0 1em;
        display: flex;
        height: 100%;
        align-items: center;
        text-decoration: none;
    }
    a{
        text-decoration:none;
    }
}
.footer a {
    color: #fff;
    text-decoration: none;
    &:hover{
        text-decoration: underline;
    }
}
.footer{
    background-color:#000;
    &__phone{
        font-size: 2.5em !important;
        margin-bottom: .25em !important;
    }
    &__logo{
        display:flex !important;
        justify-content:center !important;
        img{
            height:unset;
        }
    }
}
.main_search{
    .btn--cage{
        .btn--search{
            background-color:#000;
            border-right: 1px solid #ccc;
            &:hover{
                background-color:#fff;
                color:#000;
            }
        }
    }
}  
.filter{
    color:#000 !important;
    .mat-button{
        background-color:#c9da43;
        span{
            color:#000 !important;
        }
    }
}
.count-cage{
    color:#e12890;
    .confirmation{
        i{
            color:#e12890;
        }
    }
}
.font__nt-available{
    color:#e12890;
}
.search--result {
    .available-cage{
        .pax{
            color:#e12890;
        }
        &.partially-available{
            .link{
                color:#044fa2;
            }
        }
        &.fully-available{
            .link{
                color:#01a5a6;
            }
        }
    }
    .image-cage:hover{
        border:3px solid #044fa2;
    }
    .content{
        h1{
            a:hover{
                color:#044fa2;
            }
        }
    }
}
.btn__card{
    &.main{
        color:#044fa2;
        border: 1px solid #044fa2; 
        &:hover{
            background-color:#044fa2;
            color: #fff;
        }
    }
}
.user__login{
    color:#044fa2 !important; 
}
.user__cart{
    background-color:#e12890;
    .user__counter{
        background-color:#044fa2;
    }
}
.mmc-btn-primary, mmc-btn-primary--small{
    color:#044fa2 !important;
    border: 1px solid #044fa2 !important;
    &:hover{
       background-color:#044fa2;
       color:#fff;
    }
}
.corporate-customer-wrapper, .individual-customer-wrapper{
    .add-more-btn{
        &:hover{
            background-color:#044fa2;
        }
    }
    .account-customer-name{
        border-left:15px solid #e12890;
    }
}
.title-secondary{
    color:#e12890;
}
ul.breadcrumb a{
    color: #044fa2;
}
.mat-form-field-outline-thick{
    color: #044fa2;
}
.enquiry-submit{
    .cart{
        background-color:#e12890;
    }
    .bottom-section{
        .btn__card.submit{
            background-color:#044fa2;
        }
    }
}
.snipper-body{
    .left-side{
        .mmc_card{
            .btn__validate{
                color: #e12890;
                &:hover{
                    background-color: #e12890;
                }
            }
        }
    }
}   
[class^="icon-"]{
    background:none;
}
.document-upload{
    .title{
        span{
            color:#e12890;
        }
    }
}
mat-step-header{
    position:relative !important;
    z-index:998;
}
.ngx-gallery-arrow-wrapper, .ngx-gallery-icon{
    z-index:998 !important;
}
.mat-dialog-container{
    padding:0px;
}
.doc-icon{
    background-color:#044fa2;
}
.down-icon{
    color:#e12890;
}
.booking--details{
    .title{
      .name{
        span{
            color:#e12890;
        }
      }
    }
}
.custom-dialog-container{
    .mat-dialog-content{
        overflow:hidden;
        max-height: 80vh;
        margin:0px;
        padding:0px;
        .mat-dialog-content{
            .modal-header{
                background:none;
            }
            .modal-body{
                overflow: hidden;
                max-height: 70vh;
            }
        }
    }
    .modal-body{
        overflow-y: scroll;
        max-height: 70vh;
    }
    .modal-header{
        padding:15px;
        background-image: linear-gradient(#007cb8, #044fa2);
        >.mmc_flex--container{
            align-items:center;
        }
    }
}*/
    }

        .toc * {
            font-family: Arial !important;
        }

        .toc body {
            background-color: #f6f7fb;
        }

        .toc .header__bg {
            background: #fff;
            position: relative;
            z-index: 999;
        }

        .toc .header__logo {
            padding-left: 0;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .toc .header__logo a {
                margin: 0px;
            }

        .toc body {
            background-size: 100%;
            background-repeat: no-repeat;
            background-color: #eaeaea;
        }

        .toc .body-search {
            background-color: unset;
        }

        .toc .material-icons {
            font-family: 'Material Icons' !important;
        }

        .toc .pw-text-color__quaternary {
            color: #005177;
        }

        .toc .search-filter {
            margin: 0px;
        }

        .toc .pw-text-color__quinary {
            color: #626262 !important;
        }

        .toc .mat-progress-spinner circle, .toc .mat-spinner circle {
            stroke: #005177 !important;
        }

        .toc .mat-paginator {
            background-color: #fff;
        }

        .toc h3.footer-title {
            font-family: inherit;
            border-bottom: 0px solid #5C5C5C;
            color: #fff;
            font-size: 1.625em;
            margin-top: 20px;
            font-weight: normal;
            font-style: normal;
            margin: 60px 0px 0px 0px;
            padding: 0px 0px 10px 0px;
        }

        .toc .footer-outer-container {
            padding: 30px 0px 30px 0px;
        }

        .toc .footer-container p {
            color: #CACACA;
            font-size: .9375em;
            font-family: inherit;
            font-weight: normal;
            font-style: normal;
            line-height: 19px;
        }

        .toc .footer-container a {
            color: #ffffff;
            text-decoration: underline;
        }

            .toc .footer-container a:hover {
                text-decoration: none;
            }

        .toc .footer {
            color: #EFF0F2;
            background-color: #eef0f1;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

            .toc .footer .footer_content {
                color: #484848;
                padding-top: 20px;
                font-weight: normal;
                overflow: hidden;
                width: 1130px;
                padding: 10px;
                margin-left: auto;
                margin-right: auto;
            }

                .toc .footer .footer_content .footer_left {
                    float: left;
                    width: 300px;
                    color: #1664a4;
                    line-height: 15.6px;
                    font-weight: normal;
                    text-align: left;
                    padding-left: 10px;
                    padding-left: 0px;
                }

                    .toc .footer .footer_content .footer_left h1 {
                        font-size: 19.2px;
                        color: #1564A6;
                        font-weight: normal;
                        padding: 0;
                        margin: 0.6em 0px;
                        margin-bottom: 10px;
                    }

                    .toc .footer .footer_content .footer_left p {
                        font-size: 12px !important;
                        color: #363636;
                    }

                        .toc .footer .footer_content .footer_left p a {
                            color: #363636;
                            text-decoration: none;
                        }

                .toc .footer .footer_content .footer_right {
                    float: right;
                    color: #484848;
                    text-align: right;
                    padding-top: 43px;
                }

                    .toc .footer .footer_content .footer_right p {
                        font-size: 12px !important;
                    }

                        .toc .footer .footer_content .footer_right p a {
                            font-size: 12px;
                            color: #484848;
                        }

        .toc .user {
            background-color: #ffffff;
        }

        .toc .user__cart {
            background-color: #005177;
        }

        .toc .user__counter {
            background-color: #37424A;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .toc .user__login {
            color: #005177 !important;
        }

        .toc .header__user {
            margin-bottom: 16px;
        }

            .toc .header__user .btn-click:hover {
                color: #005177;
            }

        .toc .font__nt-available {
            color: #005177;
        }

        .toc .btn--search {
            background-color: #005177 !important;
            border-radius: 0px 5px 5px 0px !important;
        }

            .toc .btn--search:hover {
                background-color: #626262 !important;
            }

        .toc .main_search {
            border: 0px;
        }

            .toc .main_search .pax {
                border-top: 1px solid #ccc;
            }

        .toc .count-cage {
            color: #37424A;
        }

            .toc .count-cage span {
                color: #37424A;
            }

            .toc .count-cage .confirmation i {
                color: #626262;
            }

        .toc .filter .mat-button {
            background-color: #626262;
        }

        .toc .search--result .content h1 a:hover {
            color: #005177;
        }

        .toc .search--result .available-cage.partially-available .link {
            color: #005177;
        }

        .toc .search--result .available-cage .pax {
            color: #626262;
        }

        .toc .search--result .image-cage:hover {
            border: 3px solid #005177;
        }

        .toc .search--result .icn-aminity {
            color: #626262;
        }

        .toc .btn__card.main {
            border: 1px solid #005177;
            color: #005177;
        }

            .toc .btn__card.main:hover {
                color: #fff;
                background-color: #005177;
            }

        .toc .pw-txt-h3_small--link:hover {
            color: #005177 !important;
        }

        .toc .mat-datepicker-toggle-active {
            color: #005177;
        }

        .toc .mat-calendar-body-selected {
            background-color: #005177 !important;
        }

        .toc ul.breadcrumb {
            background-color: unset;
        }

            .toc ul.breadcrumb a {
                color: #fff;
            }

        .toc .snipper .mat-stepper-horizontal {
            padding-top: 20px;
        }

        .toc .mat-step-icon-selected {
            background-color: #7c861c;
        }

        .toc .mmc_cart .enquiry-submit .cart {
            background-color: #005177;
        }

        .toc .mmc_cart .btn__validate.add-venue {
            color: #005177 !important;
        }

            .toc .mmc_cart .btn__validate.add-venue:hover {
                background-color: #005177 !important;
            }

        .toc .mat-checkbox-checked .mat-checkbox-background {
            background-color: #005177;
        }

        .toc .btn__card.submit {
            background-color: #005177 !important;
        }

        .toc .document-upload .title span {
            color: #005177;
        }

        .toc .font__blue {
            color: #005177;
        }

        .toc .mmc-modal-wrapper .mmc-modal-header .icon-cage {
            background-color: #005177;
        }

        .toc .mmc-btn-primary {
            color: #005177 !important;
            border: 1px solid #005177 !important;
        }

            .toc .mmc-btn-primary:hover {
                background-color: #005177;
            }

        .toc .change-password-wrapper .title-primary {
            color: #f68b1f !important;
        }

        .toc .change-password-wrapper .title-secondary {
            color: #fff;
        }

        .toc .change-password-wrapper .inner-container {
            background-color: #ffffff;
        }

        .toc .individual-customer-wrapper .title-primary {
            color: #f68b1f !important;
        }

        .toc .individual-customer-wrapper .title-secondary {
            color: #fff !important;
        }

        .toc .individual-customer-wrapper .account-customer-name {
            border-left: 15px solid #f68b1f;
        }

        .toc .add-more-btn:hover {
            background-color: #005177;
        }

        .toc .man-con-page {
            background-color: #007eaa;
        }

        .toc .man-logo {
            margin-bottom: 50px;
        }

        .toc .pw-text-color__quinary {
            color: #f68b1f;
        }

        .toc .pw-ico-color__quinary {
            color: #626262;
        }

        .toc .past-booking .title {
            color: #f68b1f;
        }

            .toc .past-booking .title .pw-text-color__quinary {
                color: #fff;
            }

        .toc .past-booking .mat-tab-group {
            background: #fff;
            padding: 10px;
        }

        .toc .past-booking .filter-sec {
            background-color: #fff;
        }

        .toc .individual-customer-wrapper .inner-container {
            background-color: #fff;
        }

    .scc * {
        font-family: 'HelveticaNeueLT-Roman', Arial, sans-serif !important;
    }

    .scc * {
        font-family: Arial !important;
    }

    .scc body {
        background-color: #f6f7fb;
    }

    .scc .header__bg {
        background: #fff;
        position: relative;
        z-index: 999;
    }

    .scc .header__logo {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .scc .header__logo a {
            margin: 0px;
        }

    .scc body {
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #eaeaea;
    }

    .scc .body-search {
        background-color: unset;
    }

    .scc .material-icons {
        font-family: 'Material Icons' !important;
    }

    .scc .pw-text-color__quaternary {
        color: #005C84;
    }

    .scc .search-filter {
        margin: 0px;
    }

    .scc .pw-text-color__quinary {
        color: #739600 !important;
    }

    .scc .mat-paginator {
        background-color: #fff;
    }

    .scc h3.footer-title {
        font-family: inherit;
        border-bottom: 0px solid #5C5C5C;
        color: #fff;
        font-size: 1.625em;
        margin-top: 20px;
        font-weight: normal;
        font-style: normal;
        margin: 60px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
    }

    .scc .footer-outer-container {
        padding: 30px 0px 30px 0px;
    }

    .scc .footer-container p {
        color: #CACACA;
        font-size: .9375em;
        font-family: inherit;
        font-weight: normal;
        font-style: normal;
        line-height: 19px;
    }

    .scc .footer-container a {
        color: #ffffff;
        text-decoration: underline;
    }

        .scc .footer-container a:hover {
            text-decoration: none;
        }

    .scc .footer {
        color: #EFF0F2;
        background-color: #eef0f1;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .scc .footer .footer_content {
            color: #484848;
            padding-top: 20px;
            font-weight: normal;
            overflow: hidden;
            width: 1130px;
            padding: 10px;
            margin-left: auto;
            margin-right: auto;
        }

            .scc .footer .footer_content .footer_left {
                float: left;
                width: 300px;
                color: #1664a4;
                line-height: 15.6px;
                font-weight: normal;
                text-align: left;
                padding-left: 10px;
                padding-left: 0px;
            }

                .scc .footer .footer_content .footer_left h1 {
                    font-size: 19.2px;
                    color: #1564A6;
                    font-weight: normal;
                    padding: 0;
                    margin: 0.6em 0px;
                    margin-bottom: 10px;
                }

                .scc .footer .footer_content .footer_left p {
                    font-size: 12px !important;
                    color: #363636;
                }

                    .scc .footer .footer_content .footer_left p a {
                        color: #363636;
                        text-decoration: none;
                    }

            .scc .footer .footer_content .footer_right {
                float: right;
                color: #484848;
                text-align: right;
                padding-top: 43px;
            }

                .scc .footer .footer_content .footer_right p {
                    font-size: 12px !important;
                }

                    .scc .footer .footer_content .footer_right p a {
                        font-size: 12px;
                        color: #484848;
                    }

    .scc .user {
        background-color: #ffffff;
    }

    .scc .user__cart {
        background-color: #005C84;
    }

    .scc .user__counter {
        background-color: #37424A;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scc .user__login {
        color: #005C84 !important;
    }

    .scc .header__user {
        margin-bottom: 16px;
    }

        .scc .header__user .btn-click:hover {
            color: #005177;
        }

    .scc .font__nt-available {
        color: #005177;
    }

    .scc .btn--search {
        background-color: #005C84 !important;
        border-radius: 0px 5px 5px 0px !important;
    }

        .scc .btn--search:hover {
            background-color: #739600 !important;
        }

    .scc .main_search {
        border: 0px;
    }

        .scc .main_search .pax {
            border-top: 1px solid #ccc;
        }

    .scc .count-cage {
        color: #37424A;
    }

        .scc .count-cage span {
            color: #37424A;
        }

        .scc .count-cage .confirmation i {
            color: #739600;
        }

    .scc .filter .mat-button {
        background-color: #739600;
    }

    .scc .search--result .content h1 a:hover {
        color: #00507c;
    }

    .scc .search--result .available-cage.partially-available .link {
        color: #005C84;
    }

    .scc .search--result .available-cage .pax {
        color: #739600;
    }

    .scc .search--result .image-cage:hover {
        border: 3px solid #00507c;
    }

    .scc .search--result .icn-aminity {
        color: #739600;
    }

    .scc .btn__card.main {
        border: 1px solid #005C84;
        color: #005C84;
    }

        .scc .btn__card.main:hover {
            color: #fff;
            background-color: #005C84;
        }

    .scc .pw-txt-h3_small--link:hover {
        color: #005C84 !important;
    }

    .scc .mat-datepicker-toggle-active {
        color: #00507c;
    }

    .scc .mat-calendar-body-selected {
        background-color: #00507c !important;
    }

    .scc ul.breadcrumb {
        background-color: unset;
    }

        .scc ul.breadcrumb a {
            color: #fff;
        }

    .scc .snipper .mat-stepper-horizontal {
        padding-top: 20px;
    }

    .scc .mat-step-icon-selected {
        background-color: #7c861c;
    }

    .scc .mmc_cart .enquiry-submit .cart {
        background-color: #00507c;
    }

    .scc .mmc_cart .btn__validate.add-venue {
        color: #00507c !important;
    }

        .scc .mmc_cart .btn__validate.add-venue:hover {
            background-color: #00507c !important;
        }

    .scc .mat-checkbox-checked .mat-checkbox-background {
        background-color: #00507c;
    }

    .scc .btn__card.submit {
        background-color: #00507c !important;
    }

    .scc .document-upload .title span {
        color: #00507c;
    }

    .scc .font__blue {
        color: #00507c;
    }

    .scc .mmc-modal-wrapper .mmc-modal-header .icon-cage {
        background-color: #00507c;
    }

    .scc .mmc-btn-primary {
        color: #00507c !important;
        border: 1px solid #00507c !important;
    }

        .scc .mmc-btn-primary:hover {
            background-color: #00507c;
        }

    .scc .change-password-wrapper .title-primary {
        color: #f68b1f !important;
    }

    .scc .change-password-wrapper .title-secondary {
        color: #fff;
    }

    .scc .change-password-wrapper .inner-container {
        background-color: #ffffff;
    }

    .scc .individual-customer-wrapper .title-primary {
        color: #f68b1f !important;
    }

    .scc .individual-customer-wrapper .title-secondary {
        color: #fff !important;
    }

    .scc .individual-customer-wrapper .account-customer-name {
        border-left: 15px solid #f68b1f;
    }

    .scc .add-more-btn:hover {
        background-color: #00507c;
    }

    .scc .man-con-page {
        background-color: #007eaa;
    }

    .scc .man-logo {
        margin-bottom: 50px;
    }

    .scc .pw-text-color__quinary {
        color: #f68b1f;
    }

    .scc .pw-ico-color__quinary {
        color: #739600;
    }

    .scc .past-booking .title {
        color: #f68b1f;
    }

        .scc .past-booking .title .pw-text-color__quinary {
            color: #fff;
        }

    .scc .past-booking .mat-tab-group {
        background: #fff;
        padding: 10px;
    }

    .scc .past-booking .filter-sec {
        background-color: #fff;
    }

    .scc .individual-customer-wrapper .inner-container {
        background-color: #fff;
    }

    .scc .full-width {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

        .scc .full-width.padding {
            padding-left: 10px;
            padding-right: 10px;
        }

    @media only screen and (min-width: 600px) {
        .scc .full-width.padding {
            padding-left: 1.25em;
            padding-right: 1.25em;
        }

        .scc .mobile-only {
            display: none !important;
        }

        .scc .tablet-up {
            display: block !important;
        }
    }

    @media only screen and (min-width: 1020px) {
        .scc .full-width {
            width: 1600px;
            margin-left: -304px;
        }

            .scc .full-width.padding {
                padding-left: 304px;
                padding-right: 304px;
            }

        .scc .container {
            width: 992px;
            margin: 0 auto;
        }

        .scc .full-width.home-slider {
            width: 1200px;
            margin-left: -104px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .scc .full-width {
            width: 1600px;
            margin-left: -230px;
        }

            .scc .full-width.padding {
                padding-left: 230px;
                padding-right: 230px;
            }

        .scc .container {
            width: 1140px;
            margin: 0 auto;
        }

        .scc .full-width.home-slider {
            width: 1400px;
            margin-left: -130px;
        }
    }

    @media only screen and (min-width: 1400px) {
        .scc .full-width.home-slider {
            width: 1600px;
            margin-left: -230px;
        }
    }

    .scc footer ul,
    .scc .disclaimer ul {
        list-style: none;
        padding: 0;
    }

    .scc .disclaimer {
        font-size: 0.938em;
        border-top: 1px solid #dddfe2;
        text-align: center;
    }

        .scc footer a,
        .scc .disclaimer a {
            text-decoration: none;
            display: inline-block;
            border-bottom: 1px solid #CCC;
        }

    .scc .disclaimer {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px !important;
    }

        .scc .disclaimer a {
            color: #666666;
            font-size: 0.938em;
        }

        .scc .disclaimer li {
            display: inline-block;
            margin-bottom: 10px;
        }

            .scc .disclaimer li:after {
                content: "/";
                display: inline-block;
                margin: 0 5px;
            }

            .scc .disclaimer li:last-of-type:after {
                content: "";
            }

        .scc .disclaimer .acknowledgement {
            max-width: 900px;
            margin: 0 auto;
            color: #666666;
            font-size: 0.938em;
        }

        .scc .disclaimer .acknowledgement {
            max-width: 900px;
            margin: 0 auto;
            color: #666666;
            font-size: 0.938em;
        }

    .scc .clearfix:before,
    .scc .clearfix:after {
        content: " ";
        display: table;
    }

    .scc .clearfix:after {
        clear: both;
    }

    .scc .color-band {
        display: block;
        height: 6px;
        background: #000;
        width: 100% !important;
        margin-left: 0px !important;
    }

        .scc .color-band span {
            display: block;
            height: 6px;
            float: left;
        }

            .scc .color-band span.darkblue {
                width: 24.6875%;
                background: #1e558c;
            }

            .scc .color-band span.lightblue {
                width: 11.0625%;
                background: #2facdf;
            }

            .scc .color-band span.purple {
                width: 6.3125%;
                background: #ab94d0;
            }

            .scc .color-band span.pink {
                width: 8.3125%;
                background: #f8509f;
            }

            .scc .color-band span.red {
                width: 16.375%;
                background: #de1021;
            }

            .scc .color-band span.orange {
                width: 10%;
                background: #ff970f;
            }

            .scc .color-band span.yellow {
                width: 8.0625%;
                background: #ffcd00;
            }

            .scc .color-band span.green {
                width: 15.1875%;
                background: #9fca4c;
            }

    .scc .header__logo img {
        max-height: 120px !important;
    }

    .scc .scc-payment-wrapper {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 50px;
    }

    .coc .footer {
        background-color: #1f2531 !important;
        color: #fff !important;
    }

    .coc .header__bg {
        background-color: #1f2531 !important;
    }

    .coc .footer__bg {
        background-color: #1f2531 !important;
    }

        .coc .footer__bg .footer__bottom a {
            color: #fff;
        }

            .coc .footer__bg .footer__bottom a:hover {
                color: #84e2be;
            }

    .coc .footer__bottom-right {
        background-color: #1f2531 !important;
        background: none !important;
    }

    .cosl .header__bg {
        background-color: #fff;
        position: relative;
        z-index: 999;
    }

    .cosl .header__logo {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .cosl .header__logo a {
            margin: 0px;
        }

        .cosl .header__logo img {
            width: 100px;
        }

    .cosl .footer {
        background-color: #f2f2f2;
        margin-bottom: 10px;
    }

    .cosl .footer__bg {
        background-color: #f2f2f2;
    }

        .cosl .footer__bg .footer__bottom a {
            color: #0099d8;
        }

            .cosl .footer__bg .footer__bottom a:hover {
                color: #0099d8;
            }

    .cosl .footer__bottom-right {
        background-color: #f2f2f2;
        background: none;
    }

    .lcc {
        /* Header */
        /* Navigation */
        /* sub menu*/
        /* sub sub menu*/
        /* Footer */
        /* Site Search */
        /* Responsive */
        /*.footersection-column  a {
    color: #ed1c24;
    text-decoration: none;
}*/
    }

        .lcc .clearfix:before, .lcc .clearfix:after {
            content: "";
            display: table;
        }

        .lcc .lcc-show-nav {
            display: block !important;
        }

    @media only screen and (min-width: 1024px) {
        .lcc .lcc-show-nav {
            display: block !important;
        }
    }

    .lcc .lcc-hide-nav {
        display: none !important;
    }

    @media only screen and (min-width: 1024px) {
        .lcc .lcc-hide-nav {
            display: block !important;
        }
    }

    .lcc body {
        font-family: "tahoma" !important;
    }

        .lcc body .payment {
            margin: 108px auto 50px !important;
        }

            .lcc body .payment .title-main {
                font-family: 'Giorgio', 'arial', sans-serif !important;
            }

            .lcc body .payment .btn-wrapper {
                margin-top: 40px;
                display: flex;
                justify-content: flex-end;
            }

                .lcc body .payment .btn-wrapper .btn-try-again {
                    cursor: pointer !important;
                    border-radius: 3px !important;
                    width: auto !important;
                    padding: 0 20px !important;
                    height: 30px !important;
                    border: 1px solid #000d8b !important;
                    outline: none !important;
                    margin-left: 10px !important;
                    background-color: #000d8b !important;
                    color: #fff !important;
                    transition: 0.3s !important;
                }

                    .lcc body .payment .btn-wrapper .btn-try-again:hover {
                        background-color: #000d8b !important;
                        border: 1px solid #000d8b !important;
                        color: #fff !important;
                    }

                .lcc body .payment .btn-wrapper .print-payment {
                    cursor: pointer !important;
                    border-radius: 3px !important;
                    width: auto !important;
                    padding: 0 20px !important;
                    height: 40px !important;
                    border: 1px solid #000d8b !important;
                    outline: none !important;
                    margin-left: 10px !important;
                    background-color: #000d8b !important;
                    color: #fff !important;
                    transition: 0.3s !important;
                }

                    .lcc body .payment .btn-wrapper .print-payment:hover {
                        background-color: #000d8b !important;
                        border: 1px solid #000d8b !important;
                        color: #fff !important;
                    }

                .lcc body .payment .btn-wrapper .btn-back-home {
                    cursor: pointer !important;
                    border-radius: 3px !important;
                    width: auto !important;
                    padding: 0 20px !important;
                    height: 30px !important;
                    border: 1px solid #000d8b !important;
                    outline: none !important;
                    margin-left: 10px !important;
                    background-color: #fff !important;
                    color: #000d8b !important;
                    transition: 0.3s !important;
                }

                    .lcc body .payment .btn-wrapper .btn-back-home:hover {
                        background-color: #000d8b !important;
                        border: 1px solid #000d8b !important;
                        color: #fff !important;
                    }

        .lcc body .title-fail {
            background-color: #ed1c24;
            color: #fff;
        }

        .lcc body .title-main {
            color: #000d8b;
        }

    .lcc header {
        background-color: #FFF;
        height: 58px;
        position: fixed;
        top: 0px;
        width: 100%;
        -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.75);
        z-index: 100;
    }

    .lcc .eo-event-header {
        background-color: none;
        height: auto;
        position: relative !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .lcc .set-width {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0;
    }

    .lcc div#navigation {
        display: inline-block;
    }

    .lcc nav {
        display: inline-block;
        font-family: 'Oswald';
        font-size: 16px;
        text-transform: uppercase;
    }

        .lcc nav ul {
            height: 58px;
        }

            .lcc nav ul li {
                display: inline-block;
                list-style-type: none;
                position: relative;
            }

                .lcc nav ul li a {
                    color: #ed1c24;
                    cursor: pointer;
                    display: block;
                    line-height: 58px;
                    padding: 0 22px;
                    text-decoration: none;
                    -webkit-transition: all 1s ease-in-out;
                    -moz-transition: all 1s ease-in-out;
                    -o-transition: all 1s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

                .lcc nav ul li:first-child a {
                    padding-left: 0px;
                }

                .lcc nav ul li a:hover, .lcc nav ul li:hover > a {
                    color: #000d8b;
                }

    .lcc .current_page_item > a {
        color: #000d8b;
    }

    .lcc nav ul li ul {
        background: #fff;
        left: 0;
        opacity: 0;
        padding: 0px;
        position: absolute;
        top: 100%;
        transform: translateY(2em);
        transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.02s;
        visibility: hidden;
        z-index: -1;
    }

        .lcc nav ul li ul li {
            display: block;
            margin-right: 0px;
        }

            .lcc nav ul li ul li a {
                background-color: #fff;
                line-height: normal !important;
                padding: 15px 30px !important;
                width: 300px;
            }

    .lcc nav ul li:hover > ul {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        visibility: visible;
        z-index: 1;
    }

    .lcc nav ul ul li ul {
        left: 300px;
        top: 0;
    }

    .lcc #responsive_nav {
        color: #ed1c24;
        display: none;
        font-family: 'Oswald';
        height: 58px;
        line-height: 58px;
        cursor: pointer;
        transition: color 0.2s;
    }

        .lcc #responsive_nav:hover {
            color: #000d8b;
        }

        .lcc #responsive_nav i {
            font-size: 20px;
        }

    .lcc #searchandsocial {
        float: right;
        padding-top: 16px;
    }

    .lcc #search_control {
        color: #000d8b;
        cursor: pointer;
        display: inline-block;
        font-size: 26px;
        margin: -5px 0 0 0;
        padding: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .lcc #search_control:hover {
            color: #ed1c24;
        }

    .lcc .social-styles {
        display: inline-block;
        vertical-align: top;
    }

        .lcc .social-styles a {
            border: 2px solid;
            cursor: pointer;
            display: inline-block;
            font-size: 12px;
            line-height: 16px;
            height: 26px;
            margin-right: 4px;
            padding-top: 3px;
            text-align: center;
            width: 26px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .lcc header .social-styles a {
        border-color: #000d8b;
        color: #000d8b;
    }

        .lcc header .social-styles a:hover {
            border-color: #ed1c24;
            color: #ed1c24;
        }

    .lcc .goldstrip .social-styles a:hover {
        background-color: #fff;
        border-color: #fff;
        color: #ad974f;
    }

    .lcc #content .social-styles {
        padding: 20px 0 40px 0;
    }

        .lcc #content .social-styles a {
            background-color: #ad974f;
            border-color: #ad974f;
            color: #fff;
        }

            .lcc #content .social-styles a:hover {
                background-color: #ed1c24;
                border-color: #ed1c24;
            }

    .lcc footer {
        clear: both;
    }

    .lcc .footerimage {
        background: no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 560px;
        position: relative;
        width: 100%;
    }

    .lcc .footerimageholder {
        bottom: 0px;
        color: #fff;
        font-family: 'Oswald';
        padding: 0 20px 55px 0;
        position: absolute;
        text-transform: uppercase;
    }

        .lcc .footerimageholder h2, .lcc .footerimageholder p {
            color: #fff;
            padding-bottom: 15px;
        }

        .lcc .footerimageholder h2 {
            font-size: 50px;
        }

        .lcc .footerimageholder p {
            font-size: 1em;
        }

    .lcc .footer-section {
        background: url("https://www.stgeorgeshallliverpool.co.uk/wp-content/themes/sgh/images/footer-tile-left.png") repeat-y top left;
        padding: 40px 0 10px 0;
    }

    .lcc .footersection-column {
        color: #7e8aa2;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: 'Oswald';
        justify-content: space-between;
        line-height: 180%;
        list-style: none;
        padding: 0px;
    }

        .lcc .footersection-column li {
            padding-right: 20px;
            padding-bottom: 30px;
        }

        .lcc .footersection-column a {
            color: #7e8aa2 !important;
            text-decoration: none;
        }

            .lcc .footersection-column a:hover {
                color: #000d8b !important;
            }

        .lcc .footersection-column h4 {
            color: #000d8b !important;
            font-family: 'Oswald';
            font-weight: 400;
        }

    .lcc .goldstrip {
        background-color: #ad974f;
        clear: both;
        color: #fff;
        display: block;
        font-family: 'Oswald';
        font-size: 16px;
        min-height: 60px;
        line-height: 60px;
        width: 100%;
    }

        .lcc .goldstrip a {
            border-color: #fff;
            color: #fff;
        }

        .lcc .goldstrip a, .lcc .goldstrip img {
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .lcc .goldstrip a:hover {
                border-color: #000d8b;
                color: #000d8b;
            }

        .lcc .goldstrip img {
            max-height: 42px;
            width: auto !important;
        }

        .lcc .goldstrip h3 {
            color: #fff;
            display: inline-block;
            font-size: 16px;
            padding-bottom: 0px;
            padding-right: 12px;
        }

        .lcc .goldstrip input {
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            height: 32px;
            line-height: 32px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            vertical-align: middle;
            width: 130px;
        }

        .lcc .goldstrip .footerlogo {
            margin-right: 20px;
        }

    .lcc .goldstrip-left, .lcc .goldstrip-right {
        display: inline-block;
    }

    .lcc .goldstrip-left {
        float: left;
        text-align: left;
    }

    .lcc .goldstrip-right {
        float: right;
        text-align: right;
        text-transform: uppercase;
    }

        .lcc .goldstrip-right #frm_field_11_container {
            display: flex;
            align-items: center;
        }

            .lcc .goldstrip-right #frm_field_11_container label {
                margin-right: 5px;
            }

    .lcc .goldstrip .footeraffliliates {
        display: inline-block;
        margin-right: 20px;
        list-style: none;
    }

        .lcc .goldstrip .footeraffliliates:last-child {
            margin-right: 0px;
        }

        .lcc .goldstrip .footeraffliliates img {
            max-height: 42px;
        }

    .lcc .goldstrip a img:hover {
        opacity: 0.6;
    }

    .lcc .goldstrip .mce_inline_error {
        background: none !important;
    }

    .lcc .goldstrip button#mc-embedded-subscribe {
        align-items: normal !important;
        background: #fff;
        border: 2px solid #fff;
        color: #ad974f;
        font-family: 'FontAwesome';
        font-size: 14px !important;
        height: 32px;
        line-height: 24px;
        margin-left: -10px;
        padding: 3px 10px !important;
        vertical-align: middle;
        width: auto;
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
    }

        .lcc .goldstrip button#mc-embedded-subscribe:hover {
            color: #000d8b;
        }

    .lcc .goldstrip #mc_embed_signup_scroll {
        position: relative;
    }

    .lcc .goldstrip #mce-responses {
        padding: 8px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

        .lcc .goldstrip #mce-responses .response {
            background-color: #ad974f;
            color: #fff;
            position: absolute;
            height: 60px;
            left: 0px;
            top: 0px;
            width: 100%;
        }

    .lcc #search {
        display: flex;
        visibility: hidden;
        opacity: 0;
        transition: all 0.25s;
        position: fixed;
        z-index: 200;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        justify-content: center;
        align-items: center;
    }

        .lcc #search input {
            padding: 20px;
            height: auto;
            background: #fff;
            border: 5px solid #ed1c24;
            width: 500px;
            font: normal normal 16px/150% 'Oswald';
            color: #ed1c24;
            text-transform: uppercase;
        }

        .lcc #search button {
            background: transparent;
            border: 0px;
            font-size: 30px !important;
            color: #ed1c24;
            transition: color 0.25s;
        }

            .lcc #search button:hover {
                color: #000d8b;
            }

    .lcc body.page-id-191 h1.search {
        margin: 30px 0px 20px;
    }

    .lcc body.page-id-191 h2.search {
        margin: 40px 0px 0px;
    }

    .lcc body.page-id-191 ul.search {
        margin: 15px 0px 0px;
        list-style: none;
    }

        .lcc body.page-id-191 ul.search li {
            border-bottom: 1px solid #ccc;
        }

            .lcc body.page-id-191 ul.search li a {
                display: block;
                padding: 10px 0px;
                color: #ed1c24;
            }

                .lcc body.page-id-191 ul.search li a:hover {
                    color: #000d8b;
                }

    @media only screen and (max-width: 380px) {
        .lcc {
            /* Smartphone (Portrait) */
            /* The Great Hall */
            /* The Concert Room */
        }

            .lcc header {
                position: relative;
                min-height: 58px;
                height: auto;
            }

            .lcc .homepageheaderimages {
                height: 350px;
            }

            .lcc .homepageheaderimages, .lcc .flexslider {
                margin-top: 0px;
            }

                .lcc .homepageheaderimages, .lcc .flexslider, .lcc .homepageheaderimages .slides, .lcc .flexslider .slides, .lcc .homepageheaderimages .slides li, .lcc .flexslider .slides li {
                    height: 350px;
                }

            .lcc .homepagetextoverlay {
                background-size: 233px 175px;
                font-size: 38px;
                height: 320px;
                padding-top: 30px;
            }

            .lcc .whatsonpagetextoverlay {
                display: none;
            }

            .lcc .set-width {
                padding: 0 20px;
            }

            .lcc .homepagetextoverlay, .lcc .innerpagetextoverlay, .lcc .whatsonpagetextoverlay, .lcc .featured_events li .content_inner {
                margin: 0 20px !important;
            }

            .lcc nav ul li a {
                padding: 0 9px;
            }

            .lcc nav {
                display: none;
                font-size: 14px;
                padding-bottom: 30px !important;
                position: relative;
                width: 100%;
            }

                .lcc nav ul {
                    height: auto;
                    left: 0px !important;
                }

                    .lcc nav ul li, .lcc nav ul li ul li {
                        margin: 0px !important;
                        width: 100%;
                    }

                        .lcc nav ul li ul li, .lcc nav ul li ul li ul li {
                            padding-left: 30px;
                        }

                            .lcc nav ul li a, .lcc nav ul li ul li a, .lcc nav ul li ul li ul li a {
                                display: block;
                                line-height: normal !important;
                                padding: 8px 10px !important;
                                text-align: left;
                                width: 100%;
                            }

                                .lcc nav ul li a i.fa-angle-down {
                                    display: none;
                                }

                        .lcc nav ul li ul {
                            background: none;
                            left: 0;
                            opacity: 1;
                            padding: 0px;
                            position: relative;
                            transform: none;
                            transition: none;
                            visibility: visible;
                            z-index: 1;
                        }

            .lcc #responsive_nav {
                display: block;
                font-size: 16px;
            }

            .lcc h1 {
                font-size: 38px;
            }

            .lcc h2 {
                font-size: 26px;
            }

            .lcc .header {
                display: block;
            }

            .lcc .whats_on_filter {
                padding-bottom: 30px;
            }

            .lcc article, .lcc aside {
                width: 100%;
            }

            .lcc aside {
                padding-top: 30px;
            }

            .lcc .xoxo > li, .lcc .rightside-box {
                margin-bottom: 20px;
            }

            .lcc .homepagectaitem .homepagectaimage {
                height: 240px;
            }

            .lcc .columnitem {
                width: 100%;
                margin-right: 0px;
                padding-bottom: 35px;
            }

                .lcc .columnitem .colimage {
                    height: 200px;
                }

                .lcc .columnitem.columnfull {
                    padding-bottom: 0px;
                }

                    .lcc .columnitem.columnfull .colimage {
                        height: 200px;
                        width: 100%;
                    }

                    .lcc .columnitem.columnfull .coltext {
                        width: 100%;
                        padding: 20px 20px 10px 20px;
                    }

            .lcc .featured_events li .content_container {
                padding: 20px 0;
            }

            .lcc .featured_events li .content_inner h2 {
                font-size: 26px;
            }

            .lcc .featured_events li .content_inner p {
                display: none;
            }

            .lcc .pageheaderoverlay, .lcc .flex-direction-nav {
                display: none;
            }

            .lcc .whatsonitem {
                width: 100%;
                padding-bottom: 30px;
            }

            .lcc .homepage-cta-section {
                padding: 20px 0 0 0;
            }

            .lcc .homepagectaitem {
                width: 100%;
            }

            .lcc .whatson-section {
                padding-bottom: 0px;
            }

            .lcc .footerimage {
                height: 300px;
            }

            .lcc .footer-section {
                background-size: 69px 56px;
            }

            .lcc .footersection-column li {
                padding-right: 0px;
                text-align: center;
                width: 100% !important;
            }

                .lcc .footersection-column li p {
                    width: 100%;
                }

            .lcc .footerimageholder {
                padding-bottom: 30px;
            }

                .lcc .footerimageholder h2 {
                    font-size: 38px;
                }

            .lcc .goldstrip {
                height: auto !important;
                font-size: 12px;
                text-align: center;
            }

            .lcc .goldstrip-left {
                float: none;
                text-align: center;
                width: 100%;
            }

            .lcc .goldstrip-right {
                clear: left;
                float: none;
                line-height: normal;
                text-align: center;
                width: 100%;
            }

            .lcc .goldstrip .footeraffliliates {
                margin: 0 10px;
            }

            .lcc .page-id-120 #content, .lcc .page-id-153 #content, .lcc .youmaylike-section, .lcc .homepage-cta-section {
                background-image: none !important;
            }

            .lcc #search form {
                width: 100%;
                text-align: center;
            }

            .lcc #search input {
                width: 75%;
            }

            .lcc .floorplan_663 {
                width: 300px !important;
            }

                .lcc .floorplan_663 .floorplan,
                .lcc .floorplan_663 .floorplan_overlay {
                    width: 300px !important;
                    height: 97px !important;
                }

            .lcc .floorplan_665 {
                width: 300px !important;
            }

                .lcc .floorplan_665 .floorplan,
                .lcc .floorplan_665 .floorplan_overlay {
                    width: 300px !important;
                    height: 236px !important;
                }
    }

    @media only screen and (min-width: 380px) and (max-width: 670px) {
        .lcc {
            /* Smartphone (Landscape) */
            /* The Great Hall */
            /* The Concert Room */
        }

            .lcc header {
                position: relative;
                min-height: 58px;
                height: auto;
            }

            .lcc .homepageheaderimages {
                height: 550px;
            }

            .lcc .homepageheaderimages, .lcc .flexslider {
                margin-top: 0px;
            }

                .lcc .homepageheaderimages, .lcc .flexslider, .lcc .homepageheaderimages .slides, .lcc .flexslider .slides, .lcc .homepageheaderimages .slides li, .lcc .flexslider .slides li {
                    height: 550px;
                }

            .lcc .homepagetextoverlay {
                font-size: 38px;
                height: 500px;
            }

            .lcc .whatsonpagetextoverlay {
                display: none;
            }

            .lcc .set-width {
                padding: 0 20px;
            }

            .lcc .homepagetextoverlay, .lcc .innerpagetextoverlay, .lcc .whatsonpagetextoverlay, .lcc .featured_events li .content_inner {
                margin: 0 20px !important;
            }

            .lcc nav ul li a {
                padding: 0 9px;
            }

            .lcc nav {
                display: none;
                font-size: 14px;
                padding-bottom: 30px !important;
                position: relative;
                width: 100%;
            }

                .lcc nav ul {
                    height: auto;
                    left: 0px !important;
                }

                    .lcc nav ul li, .lcc nav ul li ul li {
                        margin: 0px !important;
                        width: 100%;
                    }

                        .lcc nav ul li ul li, .lcc nav ul li ul li ul li {
                            padding-left: 30px;
                        }

                            .lcc nav ul li a, .lcc nav ul li ul li a, .lcc nav ul li ul li ul li a {
                                display: block;
                                line-height: normal !important;
                                padding: 8px 10px !important;
                                text-align: left;
                                width: 100%;
                            }

                                .lcc nav ul li a i.fa-angle-down {
                                    display: none;
                                }

                        .lcc nav ul li ul {
                            background: none;
                            left: 0;
                            opacity: 1;
                            padding: 0px;
                            position: relative;
                            transform: none;
                            transition: none;
                            visibility: visible;
                            z-index: 1;
                        }

            .lcc #responsive_nav {
                display: block;
                font-size: 16px;
            }

            .lcc .header {
                display: block;
            }

            .lcc .whats_on_filter {
                padding-bottom: 30px;
            }

            .lcc article, .lcc aside {
                width: 100%;
            }

            .lcc aside {
                padding-top: 30px;
            }

            .lcc .xoxo > li, .lcc .rightside-box {
                margin-bottom: 20px;
            }

            .lcc .homepagectaitem {
                width: 48%;
            }

                .lcc .homepagectaitem .homepagectaimage {
                    height: 240px;
                }

            .lcc .homepage-cta-section {
                padding: 20px 0 0 0;
            }

            .lcc .whatsonitem {
                width: 48%;
                padding-bottom: 30px;
            }

            .lcc .columnitem {
                width: 30%;
                padding-bottom: 20px;
            }

                .lcc .columnitem .colimage {
                    height: 125px;
                }

                .lcc .columnitem.columnfull {
                    width: 100%;
                }

                    .lcc .columnitem.columnfull .colimage {
                        height: 350px;
                        width: 100%;
                    }

                    .lcc .columnitem.columnfull .coltext {
                        width: 100%;
                    }

            .lcc .featured_events li .content_container {
                padding: 20px 0;
            }

            .lcc .pageheaderoverlay, .lcc .flex-direction-nav {
                display: none;
            }

            .lcc .footer-section {
                background-size: 69px 56px;
            }

            .lcc .footersection-column li {
                width: 40%;
                margin-left: 10%;
            }

            .lcc .goldstrip {
                height: auto !important;
                text-align: center;
            }

            .lcc .page-id-120 #content, .lcc .page-id-153 #content, .lcc .youmaylike-section, .lcc .homepage-cta-section {
                background-image: none !important;
            }

            .lcc #search form {
                width: 100%;
                text-align: center;
            }

            .lcc #search input {
                width: 75%;
            }

            .lcc .floorplan_663 {
                width: 440px !important;
            }

                .lcc .floorplan_663 .floorplan,
                .lcc .floorplan_663 .floorplan_overlay {
                    width: 440px !important;
                    height: 143px !important;
                }

            .lcc .floorplan_665 {
                width: 440px !important;
            }

                .lcc .floorplan_665 .floorplan,
                .lcc .floorplan_665 .floorplan_overlay {
                    width: 440px !important;
                    height: 346px !important;
                }
    }

    @media only screen and (min-width: 380px) and (max-width: 450px) {
        .lcc {
            /* The Great Hall */
            /* The Concert Room */
        }

            .lcc .floorplan_663 {
                width: 400px !important;
            }

                .lcc .floorplan_663 .floorplan,
                .lcc .floorplan_663 .floorplan_overlay {
                    width: 400px !important;
                    height: 130px !important;
                }

            .lcc .floorplan_665 {
                width: 400px !important;
            }

                .lcc .floorplan_665 .floorplan,
                .lcc .floorplan_665 .floorplan_overlay {
                    width: 400px !important;
                    height: 315px !important;
                }
    }

    @media only screen and (min-width: 670px) and (max-width: 850px) {
        .lcc {
            /* Tablet (Portrait) */
            /* The Great Hall */
            /* The Concert Room */
        }

            .lcc header {
                position: relative;
                min-height: 58px;
                height: auto;
            }

            .lcc .homepageheaderimages {
                height: 550px;
            }

            .lcc .homepageheaderimages, .lcc .flexslider {
                margin-top: 0px;
            }

                .lcc .homepageheaderimages, .lcc .flexslider, .lcc .homepageheaderimages .slides, .lcc .flexslider .slides, .lcc .homepageheaderimages .slides li, .lcc .flexslider .slides li {
                    height: 550px;
                }

            .lcc .homepagetextoverlay {
                font-size: 38px;
                height: 500px;
            }

            .lcc .whatsonpagetextoverlay {
                display: none;
            }

            .lcc .set-width {
                padding: 0 20px;
            }

            .lcc .homepagetextoverlay, .lcc .innerpagetextoverlay, .lcc .whatsonpagetextoverlay, .lcc .featured_events li .content_inner {
                margin: 0 20px !important;
            }

            .lcc nav ul li a {
                padding: 0 9px;
            }

            .lcc nav {
                display: none;
                font-size: 14px;
                padding-bottom: 30px !important;
                position: relative;
                width: 100%;
            }

                .lcc nav ul {
                    height: auto;
                    left: 0px !important;
                }

                    .lcc nav ul li, .lcc nav ul li ul li {
                        margin: 0px !important;
                        width: 100%;
                    }

                        .lcc nav ul li ul li, .lcc nav ul li ul li ul li {
                            padding-left: 30px;
                        }

                            .lcc nav ul li a, .lcc nav ul li ul li a, .lcc nav ul li ul li ul li a {
                                display: block;
                                line-height: normal !important;
                                padding: 8px 10px !important;
                                text-align: left;
                                width: 100%;
                            }

                                .lcc nav ul li a i.fa-angle-down {
                                    display: none;
                                }

                        .lcc nav ul li ul {
                            background: none;
                            left: 0;
                            opacity: 1;
                            padding: 0px;
                            position: relative;
                            transform: none;
                            transition: none;
                            visibility: visible;
                            z-index: 1;
                        }

            .lcc #responsive_nav {
                display: block;
                font-size: 16px;
            }

            .lcc .header {
                display: block;
            }

            .lcc .whats_on_filter {
                padding-bottom: 30px;
            }

            .lcc .pageheaderoverlay, .lcc .flex-direction-nav {
                display: none;
            }

            .lcc article, .lcc aside {
                width: 100%;
            }

            .lcc aside {
                padding-top: 30px;
            }

            .lcc .homepagectaitem .homepagectaimage {
                height: 240px;
            }

            .lcc .whatsonitem .whatsonimage, .lcc .columnitem .colimage {
                height: 125px;
            }

            .lcc .columnitem.columnfull .colimage {
                height: 350px;
                width: 100%;
            }

            .lcc .columnitem.columnfull .coltext {
                width: 100%;
            }

            .lcc .floorplan_663 {
                width: 540px !important;
            }

                .lcc .floorplan_663 .floorplan,
                .lcc .floorplan_663 .floorplan_overlay {
                    width: 540px !important;
                    height: 175px !important;
                }

            .lcc .floorplan_665 {
                width: 540px !important;
            }

                .lcc .floorplan_665 .floorplan,
                .lcc .floorplan_665 .floorplan_overlay {
                    width: 540px !important;
                    height: 425px !important;
                }
    }

    @media only screen and (min-width: 850px) and (max-width: 1190px) {
        .lcc {
            /* Tablet (Landscape) */
            /* The Great Hall */
            /* The Concert Room */
        }

            .lcc .set-width {
                padding: 0 20px;
            }

            .lcc .homepagetextoverlay, .lcc .innerpagetextoverlay, .lcc .whatsonpagetextoverlay, .lcc .featured_events li .content_inner {
                margin: 0 20px !important;
            }

            .lcc nav {
                font-size: 14px;
            }

                .lcc nav ul li a {
                    padding: 0 9px;
                }

            .lcc .floorplan_663 {
                width: 540px !important;
            }

                .lcc .floorplan_663 .floorplan,
                .lcc .floorplan_663 .floorplan_overlay {
                    width: 540px !important;
                    height: 175px !important;
                }

            .lcc .floorplan_665 {
                width: 540px !important;
            }

                .lcc .floorplan_665 .floorplan,
                .lcc .floorplan_665 .floorplan_overlay {
                    width: 540px !important;
                    height: 425px !important;
                }
    }

    .lcc .header__bg {
        background-color: #2d3a41;
        position: relative;
        z-index: 999;
    }

    .lcc .header__logo {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .lcc .header__logo a {
            margin: 0px;
        }

    .lcc .footer {
        background-color: #2d3a41;
        margin-bottom: 10px;
        color: #fff;
    }

    .lcc .footer__bg {
        background-color: #2d3a41;
    }

        .lcc .footer__bg .footer__bottom a {
            color: #fff;
        }

            .lcc .footer__bg .footer__bottom a:hover {
                color: #fff;
            }

    .lcc .footer__bottom-right {
        background-color: #2d3a41;
        background: none;
    }

    .lcc nav ul li ul li a {
        background-color: #fff !important;
        line-height: normal !important;
        padding: 15px 30px !important;
        width: 300px !important;
    }

    .lcc .body-wrapper {
        padding-top: 80px !important;
    }

    .lcc nav ul li a {
        color: #ed1c24 !important;
        text-decoration: none !important;
    }

        .lcc nav ul li a:hover {
            color: #000d8b !important;
            text-decoration: none !important;
        }

    .lcc .goldstrip-left .social-styles a {
        color: #ffffff !important;
    }

        .lcc .goldstrip-left .social-styles a:hover {
            color: #ad974f !important;
        }

    .lcc .goldstrip-left .social-styles {
        margin-left: 10px;
    }

    .lcc .goldstrip-right a {
        color: #ffffff !important;
    }

    .lcc .goldstrip-left h3 {
        font-size: 1.15rem !important;
    }

    .lcc .goldstrip .footeraffliliates {
        display: inline-block;
        margin-right: 20px;
        margin-top: 10px;
        list-style: none;
    }

    .lcc .search--result .available-cage.partially-available {
        background-color: #fff;
        z-index: 1 !important;
        position: sticky;
    }

    .lcc .search--result .available-cage.fully-available {
        background-color: #fff;
        z-index: 1 !important;
        position: sticky;
    }

    .lcc .footersection-column a:hover {
        color: #000d8b;
        text-decoration: none;
    }

    .lcc .footersection-column li p {
        padding-top: 10px;
        line-height: 1.4;
        margin-bottom: -10px important;
    }

    .lcc .set-height {
        margin-bottom: -6px;
    }

    .lcc .pw-txt-b1 {
        font-family: "tahoma";
        font-size: 0.875rem;
        font-weight: 400;
        letter-spacing: 0.05em;
        word-spacing: 0.1rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .lcc .pw-txt-b2 .pw-txt-s2 .pw-txt-b3 {
        font-family: "tahoma";
    }

    .lcc .container {
        margin-top: 100px !important;
    }

    .lcc .footersection-column li {
        padding-right: 20px;
        padding-bottom: unset !important;
    }

    .lcc .btn-section .buttons-secondary:hover {
        color: #fff !important;
        background-color: #000d8b !important;
        border: 1px solid #000d8b !important;
    }

    .lcc .btn-section .buttons-secondary {
        border: 1px solid #000d8b !important;
        background-color: #fff !important;
        color: #000d8b !important;
        transition: 0.3s;
        border-radius: 5px;
        cursor: pointer;
    }

    .lcc .mat-progress-spinner circle, .lcc .mat-spinner circle {
        stroke: #000d8b !important;
    }

    .iwc {
        /*@media (min-width: 768px){
    .navbar-toggle {
        display:none !important;
    }
}
@media (max-width: 992px) and (min-width: 0){
    .navbar-toggle{
        display: block!important;
    }
}*/
    }

        .iwc body {
            font-family: 'Poppins',helvetica,arial,sans-serif !important;
        }

        .iwc #header {
            position: relative !important;
        }

        .iwc #toggle-nav {
            display: none !important;
        }

        .iwc .navbar {
            width: 100% !important;
            display: flex;
            flex-direction: row !important;
            justify-content: flex-start !important;
        }

        .iwc .navbar-right {
            display: none !important;
        }

        .iwc .loader {
            text-indent: unset !important;
            animation: unset !important;
            margin: unset;
            border: unset;
            border-top: unset;
        }
        .iwc .btn-wrapper .btn-try-again {
    cursor: pointer !important;
    border-radius: 3px !important;
    width: auto !important;
    padding: 0 20px !important;
    height: 40px !important;
    border:1px solid #d2b996 !important;
    outline: none !important;
    margin-left: 10px !important;
    background-color: #d2b996 !important;
    color: #222 !important;
    transition: 0.3s !important; }
   .iwc .btn-wrapper .btn-try-again:hover {
      background-color: #fff !important;
      color: #222222 !important; }
            .iwc .loader .mat-progress-spinner circle {
                stroke: #D2B996 !important;
            }

    @media (min-width: 992px) {
        .iwc opt-payment > .container {
            /*margin-top:100px;*/
        }
    }

    .iwc .collapse.show {
        display: block !important;
    }

    .iwc .btn-wrapper {
        margin-top: 40px;
        display: flex;
        justify-content: flex-end;
    }

        .iwc .btn-wrapper .print-payment {
            border-radius: 3px !important;
            width: 100px !important;
            height: 40px !important;
            border: 1px solid #d2b996 !important;
            margin-left: 10px !important;
            background-color: #d2b996 !important;
            color: #000000 !important;
            transition: 0.3s !important;
        }

            .iwc .btn-wrapper .print-payment:hover {
                background-color: #d2b996 !important;
                border: 1px solid #d2b996 !important;
                color: #000000 !important;
            }

        .iwc .btn-wrapper .btn-back-home {
            width: auto !important;
            height: 40px !important;
            border: 1px solid #d2b996 !important;
            background-color: #fff !important;
            color: #000000 !important;
            transition: 0.3s !important;
        }

            .iwc .btn-wrapper .btn-back-home:hover {
                background-color: #d2b996 !important;
                border: 1px solid #d2b996 !important;
                color: #000 !important;
            }

    .iwc #footer-top .icon.border {
        border: 2px solid #fff !important;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        padding: 0;
        background: transparent !important;
    }


    .iwc #footer-top a {
        color: #D2B996 !important;
    }

    .iwc .social-links .i-facebook i {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iwc .social-links .i-youtube i {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .iwc #footer-top ul li {
        padding-right: 10px;
    }
    .iwc #footer-top i{
        font-size:20px !important;
    }
    .iwc #footer-top i a:focus, a:hover {
        text-decoration: none !important;
    }

.cocb .uk-grid {
    display: -ms-flexbox;
    margin: 0 100px !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

        .cocb .uk-grid:after, .cocb .uk-grid:before {
            content: "";
            display: block;
            overflow: hidden;
        }

        .cocb .uk-grid:after {
            clear: both;
        }

        .cocb .uk-grid > * {
            -ms-flex: none;
            flex: none;
            margin: 0;
            float: left;
        }

            .cocb .uk-grid > * > :last-child {
                margin-bottom: 0;
            }

    .cocb .uk-grid {
        margin: 0 0 0 -25px;
    }

        .cocb .uk-grid > * {
            padding-left: 25px;
        }

            .cocb .uk-grid + .uk-grid, .cocb .uk-grid-margin, .cocb .uk-grid > * > .uk-panel + .uk-panel {
                margin-top: 25px;
            }

    @media (min-width: 1400px) {
        .cocb .uk-grid {
            margin-left: -35px;
        }

            .cocb .uk-grid > * {
                padding-left: 35px;
            }

                .cocb .uk-grid + .uk-grid, .cocb .uk-grid-margin, .cocb .uk-grid > * > .uk-panel + .uk-panel {
                    margin-top: 35px;
                }
    }

    .cocb .uk-grid-collapse {
        margin-left: 0;
    }

        .cocb .uk-grid-collapse > * {
            padding-left: 0;
        }

            .cocb .uk-grid-collapse + .uk-grid-collapse, .cocb .uk-grid-collapse > * > .uk-panel + .uk-panel, .cocb .uk-grid-collapse > .uk-grid-margin {
                margin-top: 0;
            }

    .cocb .uk-grid-small {
        margin-left: -10px;
    }

        .cocb .uk-grid-small > * {
            padding-left: 10px;
        }

            .cocb .uk-grid-small + .uk-grid-small, .cocb .uk-grid-small > * > .uk-panel + .uk-panel, .cocb .uk-grid-small > .uk-grid-margin {
                margin-top: 10px;
            }

    .cocb .uk-grid-medium {
        margin-left: -25px;
    }

        .cocb .uk-grid-medium > * {
            padding-left: 25px;
        }

            .cocb .uk-grid-medium + .uk-grid-medium, .cocb .uk-grid-medium > * > .uk-panel + .uk-panel, .cocb .uk-grid-medium > .uk-grid-margin {
                margin-top: 25px;
            }

    @media (min-width: 1025px) {
        .cocb .uk-grid-large {
            margin-left: -35px;
        }

            .cocb .uk-grid-large > * {
                padding-left: 35px;
            }

                .cocb .uk-grid-large + .uk-grid-large, .cocb .uk-grid-large-margin, .cocb .uk-grid-large > * > .uk-panel + .uk-panel {
                    margin-top: 35px;
                }
    }

    @media (min-width: 1400px) {
        .cocb .uk-grid-large {
            margin-left: -50px;
        }

            .cocb .uk-grid-large > * {
                padding-left: 50px;
            }

                .cocb .uk-grid-large + .uk-grid-large, .cocb .uk-grid-large-margin, .cocb .uk-grid-large > * > .uk-panel + .uk-panel {
                    margin-top: 50px;
                }
    }

    .cocb .uk-grid-divider:not(:empty) {
        margin-left: -25px;
        margin-right: -25px;
    }

    .cocb .uk-grid-divider > * {
        padding-left: 25px;
        padding-right: 25px;
    }

    .cocb .uk-grid-divider > [class*=uk-width-1-]:not(.uk-width-1-1):nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-2-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-3-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-4-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-5-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-6-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-7-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-8-]:nth-child(n+2), .cocb .uk-grid-divider > [class*=uk-width-9-]:nth-child(n+2) {
        border-left: 1px solid #ddd;
    }

    @media (min-width: 768px) {
        .cocb .uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
            border-left: 1px solid #ddd;
        }
    }

    @media (min-width: 1025px) {
        .cocb .uk-grid-divider > [class*=uk-width-large-]:not(.uk-width-large-1-1):nth-child(n+2) {
            border-left: 1px solid #ddd;
        }
    }

    @media (min-width: 1400px) {
        .cocb .uk-grid-divider:not(:empty) {
            margin-left: -35px;
            margin-right: -35px;
        }

        .cocb .uk-grid-divider > * {
            padding-left: 35px;
            padding-right: 35px;
        }

        .cocb .uk-grid-divider:empty {
            margin-top: 35px;
            margin-bottom: 35px;
        }
    }

    .cocb .uk-grid-divider:empty {
        margin-top: 25px;
        margin-bottom: 25px;
        border-top: 1px solid #ddd;
    }

    .cocb .uk-grid-match > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cocb .uk-grid-match > * > * {
            -ms-flex: none;
            flex: none;
        }

        .cocb .uk-grid-match > * > *, .cocb [class*=uk-grid-width] > * {
            box-sizing: border-box;
            width: 100%;
        }

    .cocb .uk-grid-width-1-2 > * {
        width: 50%;
    }

    .cocb .uk-grid-width-1-3 > * {
        width: 33.333%;
    }

    .cocb .uk-grid-width-1-4 > * {
        width: 25%;
    }

    .cocb .uk-grid-width-1-5 > * {
        width: 20%;
    }

    .cocb .uk-grid-width-1-6 > * {
        width: 16.666%;
    }

    .cocb .uk-grid-width-1-10 > * {
        width: 10%;
    }

    .cocb .uk-grid-width-auto > * {
        width: auto;
    }

    @media (min-width: 520px) {
        .cocb .uk-grid-width-small-1-1 > * {
            width: 100%;
        }

        .cocb .uk-grid-width-small-1-2 > * {
            width: 50%;
        }

        .cocb .uk-grid-width-small-1-3 > * {
            width: 33.333%;
        }

        .cocb .uk-grid-width-small-1-4 > * {
            width: 25%;
        }

        .cocb .uk-grid-width-small-1-5 > * {
            width: 20%;
        }

        .cocb .uk-grid-width-small-1-6 > * {
            width: 16.666%;
        }

        .cocb .uk-grid-width-small-1-10 > * {
            width: 10%;
        }
    }

    @media (min-width: 768px) {
        .cocb .uk-grid-width-medium-1-1 > * {
            width: 100%;
        }

        .cocb .uk-grid-width-medium-1-2 > * {
            width: 50%;
        }

        .cocb .uk-grid-width-medium-1-3 > * {
            width: 33.333%;
        }

        .cocb .uk-grid-width-medium-1-4 > * {
            width: 25%;
        }

        .cocb .uk-grid-width-medium-1-5 > * {
            width: 20%;
        }

        .cocb .uk-grid-width-medium-1-6 > * {
            width: 16.666%;
        }

        .cocb .uk-grid-width-medium-1-10 > * {
            width: 10%;
        }
    }

    @media (min-width: 1025px) {
        .cocb .uk-grid-width-large-1-1 > * {
            width: 100%;
        }

        .cocb .uk-grid-width-large-1-2 > * {
            width: 50%;
        }

        .cocb .uk-grid-width-large-1-3 > * {
            width: 33.333%;
        }

        .cocb .uk-grid-width-large-1-4 > * {
            width: 25%;
        }

        .cocb .uk-grid-width-large-1-5 > * {
            width: 20%;
        }

        .cocb .uk-grid-width-large-1-6 > * {
            width: 16.666%;
        }

        .cocb .uk-grid-width-large-1-10 > * {
            width: 10%;
        }
    }

    @media (min-width: 1400px) {
        .cocb .uk-grid-width-xlarge-1-1 > * {
            width: 100%;
        }

        .cocb .uk-grid-width-xlarge-1-2 > * {
            width: 50%;
        }

        .cocb .uk-grid-width-xlarge-1-3 > * {
            width: 33.333%;
        }

        .cocb .uk-grid-width-xlarge-1-4 > * {
            width: 25%;
        }

        .cocb .uk-grid-width-xlarge-1-5 > * {
            width: 20%;
        }

        .cocb .uk-grid-width-xlarge-1-6 > * {
            width: 16.666%;
        }

        .cocb .uk-grid-width-xlarge-1-10 > * {
            width: 10%;
        }
    }

    .cocb [class*=uk-width] {
        box-sizing: border-box;
        width: 100%;
    }

    .cocb .uk-width-1-1 {
        width: 100%;
    }

    .cocb .uk-width-1-2, .cocb .uk-width-2-4, .cocb .uk-width-3-6, .cocb .uk-width-5-10 {
        width: 50%;
    }

    .cocb .uk-width-1-3, .cocb .uk-width-2-6 {
        width: 33.333%;
    }

    .cocb .uk-width-2-3, .cocb .uk-width-4-6 {
        width: 66.666%;
    }

    .cocb .uk-width-1-4 {
        width: 25%;
    }

    .cocb .uk-width-3-4 {
        width: 75%;
    }

    .cocb .uk-width-1-5, .cocb .uk-width-2-10 {
        width: 20%;
    }

    .cocb .uk-width-2-5, .cocb .uk-width-4-10 {
        width: 40%;
    }

    .cocb .uk-width-3-5, .cocb .uk-width-6-10 {
        width: 60%;
    }

    .cocb .uk-width-4-5, .cocb .uk-width-8-10 {
        width: 80%;
    }

    .cocb .uk-width-1-6 {
        width: 16.666%;
    }

    .cocb .uk-width-5-6 {
        width: 83.333%;
    }

    .cocb .uk-width-1-10 {
        width: 10%;
    }

    .cocb .uk-width-3-10 {
        width: 30%;
    }

    .cocb .uk-width-7-10 {
        width: 70%;
    }

    .cocb .uk-width-9-10 {
        width: 90%;
    }

    @media (min-width: 520px) {
        .cocb .uk-width-small-1-1 {
            width: 100%;
        }

        .cocb .uk-width-small-1-2, .cocb .uk-width-small-2-4, .cocb .uk-width-small-3-6, .cocb .uk-width-small-5-10 {
            width: 50%;
        }

        .cocb .uk-width-small-1-3, .cocb .uk-width-small-2-6 {
            width: 33.333%;
        }

        .cocb .uk-width-small-2-3, .cocb .uk-width-small-4-6 {
            width: 66.666%;
        }

        .cocb .uk-width-small-1-4 {
            width: 25%;
        }

        .cocb .uk-width-small-3-4 {
            width: 75%;
        }

        .cocb .uk-width-small-1-5, .cocb .uk-width-small-2-10 {
            width: 20%;
        }

        .cocb .uk-width-small-2-5, .cocb .uk-width-small-4-10 {
            width: 40%;
        }

        .cocb .uk-width-small-3-5, .cocb .uk-width-small-6-10 {
            width: 60%;
        }

        .cocb .uk-width-small-4-5, .cocb .uk-width-small-8-10 {
            width: 80%;
        }

        .cocb .uk-width-small-1-6 {
            width: 16.666%;
        }

        .cocb .uk-width-small-5-6 {
            width: 83.333%;
        }

        .cocb .uk-width-small-1-10 {
            width: 10%;
        }

        .cocb .uk-width-small-3-10 {
            width: 30%;
        }

        .cocb .uk-width-small-7-10 {
            width: 70%;
        }

        .cocb .uk-width-small-9-10 {
            width: 90%;
        }
    }

    @media (min-width: 768px) {
        .cocb .uk-width-medium-1-1 {
            width: 100%;
        }

        .cocb .uk-width-medium-1-2, .cocb .uk-width-medium-2-4, .cocb .uk-width-medium-3-6, .cocb .uk-width-medium-5-10 {
            width: 50%;
        }

        .cocb .uk-width-medium-1-3, .cocb .uk-width-medium-2-6 {
            width: 33.333%;
        }

        .cocb .uk-width-medium-2-3, .cocb .uk-width-medium-4-6 {
            width: 66.666%;
        }

        .cocb .uk-width-medium-1-4 {
            width: 25%;
        }

        .cocb .uk-width-medium-3-4 {
            width: 75%;
        }

        .cocb .uk-width-medium-1-5, .cocb .uk-width-medium-2-10 {
            width: 20%;
        }

        .cocb .uk-width-medium-2-5, .cocb .uk-width-medium-4-10 {
            width: 40%;
        }

        .cocb .uk-width-medium-3-5, .cocb .uk-width-medium-6-10 {
            width: 60%;
        }

        .cocb .uk-width-medium-4-5, .cocb .uk-width-medium-8-10 {
            width: 80%;
        }

        .cocb .uk-width-medium-1-6 {
            width: 16.666%;
        }

        .cocb .uk-width-medium-5-6 {
            width: 83.333%;
        }

        .cocb .uk-width-medium-1-10 {
            width: 10%;
        }

        .cocb .uk-width-medium-3-10 {
            width: 30%;
        }

        .cocb .uk-width-medium-7-10 {
            width: 70%;
        }

        .cocb .uk-width-medium-9-10 {
            width: 90%;
        }
    }

    @media (min-width: 1025px) {
        .cocb .uk-width-large-1-1 {
            width: 100%;
        }

        .cocb .uk-width-large-1-2, .cocb .uk-width-large-2-4, .cocb .uk-width-large-3-6, .cocb .uk-width-large-5-10 {
            width: 50%;
        }

        .cocb .uk-width-large-1-3, .cocb .uk-width-large-2-6 {
            width: 33.333%;
        }

        .cocb .uk-width-large-2-3, .cocb .uk-width-large-4-6 {
            width: 66.666%;
        }

        .cocb .uk-width-large-1-4 {
            width: 25%;
        }

        .cocb .uk-width-large-3-4 {
            width: 75%;
        }

        .cocb .uk-width-large-1-5, .cocb .uk-width-large-2-10 {
            width: 20%;
        }

        .cocb .uk-width-large-2-5, .cocb .uk-width-large-4-10 {
            width: 40%;
        }

        .cocb .uk-width-large-3-5, .cocb .uk-width-large-6-10 {
            width: 60%;
        }

        .cocb .uk-width-large-4-5, .cocb .uk-width-large-8-10 {
            width: 80%;
        }

        .cocb .uk-width-large-1-6 {
            width: 16.666%;
        }

        .cocb .uk-width-large-5-6 {
            width: 83.333%;
        }

        .cocb .uk-width-large-1-10 {
            width: 10%;
        }

        .cocb .uk-width-large-3-10 {
            width: 30%;
        }

        .cocb .uk-width-large-7-10 {
            width: 70%;
        }

        .cocb .uk-width-large-9-10 {
            width: 90%;
        }
    }

    @media (min-width: 1400px) {
        .cocb .uk-width-xlarge-1-1 {
            width: 100%;
        }

        .cocb .uk-width-xlarge-1-2, .cocb .uk-width-xlarge-2-4, .cocb .uk-width-xlarge-3-6, .cocb .uk-width-xlarge-5-10 {
            width: 50%;
        }

        .cocb .uk-width-xlarge-1-3, .cocb .uk-width-xlarge-2-6 {
            width: 33.333%;
        }

        .cocb .uk-width-xlarge-2-3, .cocb .uk-width-xlarge-4-6 {
            width: 66.666%;
        }

        .cocb .uk-width-xlarge-1-4 {
            width: 25%;
        }

        .cocb .uk-width-xlarge-3-4 {
            width: 75%;
        }

        .cocb .uk-width-xlarge-1-5, .cocb .uk-width-xlarge-2-10 {
            width: 20%;
        }

        .cocb .uk-width-xlarge-2-5, .cocb .uk-width-xlarge-4-10 {
            width: 40%;
        }

        .cocb .uk-width-xlarge-3-5, .cocb .uk-width-xlarge-6-10 {
            width: 60%;
        }

        .cocb .uk-width-xlarge-4-5, .cocb .uk-width-xlarge-8-10 {
            width: 80%;
        }

        .cocb .uk-width-xlarge-1-6 {
            width: 16.666%;
        }

        .cocb .uk-width-xlarge-5-6 {
            width: 83.333%;
        }

        .cocb .uk-width-xlarge-1-10 {
            width: 10%;
        }

        .cocb .uk-width-xlarge-3-10 {
            width: 30%;
        }

        .cocb .uk-width-xlarge-7-10 {
            width: 70%;
        }

        .cocb .uk-width-xlarge-9-10 {
            width: 90%;
        }
    }

    @media (min-width: 768px) {
        .cocb [class*=uk-pull-], .cocb [class*=uk-push-] {
            position: relative;
        }

        .cocb .uk-push-1-2, .cocb .uk-push-2-4, .cocb .uk-push-3-6, .cocb .uk-push-5-10 {
            left: 50%;
        }

        .cocb .uk-push-1-3, .cocb .uk-push-2-6 {
            left: 33.333%;
        }

        .cocb .uk-push-2-3, .cocb .uk-push-4-6 {
            left: 66.666%;
        }

        .cocb .uk-push-1-4 {
            left: 25%;
        }

        .cocb .uk-push-3-4 {
            left: 75%;
        }

        .cocb .uk-push-1-5, .cocb .uk-push-2-10 {
            left: 20%;
        }

        .cocb .uk-push-2-5, .cocb .uk-push-4-10 {
            left: 40%;
        }

        .cocb .uk-push-3-5, .cocb .uk-push-6-10 {
            left: 60%;
        }

        .cocb .uk-push-4-5, .cocb .uk-push-8-10 {
            left: 80%;
        }

        .cocb .uk-push-1-6 {
            left: 16.666%;
        }

        .cocb .uk-push-5-6 {
            left: 83.333%;
        }

        .cocb .uk-push-1-10 {
            left: 10%;
        }

        .cocb .uk-push-3-10 {
            left: 30%;
        }

        .cocb .uk-push-7-10 {
            left: 70%;
        }

        .cocb .uk-push-9-10 {
            left: 90%;
        }

        .cocb .uk-pull-1-2, .cocb .uk-pull-2-4, .cocb .uk-pull-3-6, .cocb .uk-pull-5-10 {
            left: -50%;
        }

        .cocb .uk-pull-1-3, .cocb .uk-pull-2-6 {
            left: -33.333%;
        }

        .cocb .uk-pull-2-3, .cocb .uk-pull-4-6 {
            left: -66.666%;
        }

        .cocb .uk-pull-1-4 {
            left: -25%;
        }

        .cocb .uk-pull-3-4 {
            left: -75%;
        }

        .cocb .uk-pull-1-5, .cocb .uk-pull-2-10 {
            left: -20%;
        }

        .cocb .uk-pull-2-5, .cocb .uk-pull-4-10 {
            left: -40%;
        }

        .cocb .uk-pull-3-5, .cocb .uk-pull-6-10 {
            left: -60%;
        }

        .cocb .uk-pull-4-5, .cocb .uk-pull-8-10 {
            left: -80%;
        }

        .cocb .uk-pull-1-6 {
            left: -16.666%;
        }

        .cocb .uk-pull-5-6 {
            left: -83.333%;
        }

        .cocb .uk-pull-1-10 {
            left: -10%;
        }

        .cocb .uk-pull-3-10 {
            left: -30%;
        }

        .cocb .uk-pull-7-10 {
            left: -70%;
        }

        .cocb .uk-pull-9-10 {
            left: -90%;
        }
    }

    .cocb .uk-nav, .cocb .uk-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cocb .uk-nav li > a {
            display: block;
            text-decoration: none;
        }

        .cocb .uk-nav-header, .cocb .uk-nav > li > a {
            padding: 5px 15px;
        }

        .cocb .uk-nav ul {
            padding-left: 15px;
        }

            .cocb .uk-nav ul a {
                padding: 2px 0;
            }

        .cocb .uk-nav li > a > div {
            font-size: 12px;
            line-height: 18px;
        }

    .cocb .uk-nav-header {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

        .cocb .uk-nav-header:not(:first-child) {
            margin-top: 15px;
        }

    .cocb .uk-nav-divider {
        margin: 9px 15px;
    }

    .cocb ul.uk-nav-sub {
        padding: 5px 0 5px 15px;
    }

    .cocb .uk-nav-parent-icon > .uk-parent > a:after {
        content: "";
        width: 20px;
        margin-right: -10px;
        float: right;
        font-family: FontAwesome;
        text-align: center;
    }

    .cocb .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
        content: "";
    }

    .cocb .uk-nav-side .uk-nav-header, .cocb .uk-nav-side > li > a {
        color: #444;
    }

        .cocb .uk-nav-side > li > a:focus, .cocb .uk-nav-side > li > a:hover {
            background: rgba(0, 0, 0, 0.05);
            color: #444;
            outline: none;
        }

    .cocb .uk-nav-side > li.uk-active > a, .cocb .uk-pagination > .uk-active > span {
        background: #00a8e6;
        color: #fff;
    }

    .cocb .uk-nav-side .uk-nav-divider {
        border-top: 1px solid #ddd;
    }

    .cocb .uk-nav-side ul a {
        color: #07d;
    }

        .cocb .uk-nav-side ul a:hover {
            color: #059;
        }

    .cocb .uk-nav-dropdown > li > a {
        color: #444;
    }

        .cocb .uk-nav-dropdown > li > a:focus, .cocb .uk-nav-dropdown > li > a:hover {
            background: #00a8e6;
            color: #fff;
            outline: none;
        }

    .cocb .uk-nav-dropdown .uk-nav-header {
        color: #999;
    }

    .cocb .uk-nav-dropdown .uk-nav-divider {
        border-top: 1px solid #ddd;
    }

    .cocb .uk-nav-dropdown ul a {
        color: #07d;
    }

        .cocb .uk-nav-dropdown ul a:hover {
            color: #059;
        }

    .cocb .uk-nav-navbar > li > a {
        color: #444;
    }

        .cocb .uk-nav-navbar > li > a:focus, .cocb .uk-nav-navbar > li > a:hover {
            background: #00a8e6;
            color: #fff;
            outline: none;
        }

    .cocb .uk-nav-navbar .uk-nav-header {
        color: #999;
    }

    .cocb .uk-nav-navbar .uk-nav-divider {
        border-top: 1px solid #ddd;
    }

    .cocb .uk-nav-navbar ul a {
        color: #07d;
    }

        .cocb .uk-nav-navbar ul a:hover {
            color: #059;
        }

    .cocb .uk-nav-offcanvas > li > a {
        color: #ccc;
        padding: 10px 15px;
    }

    .cocb .uk-nav-offcanvas > .uk-open > a, .cocb html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus, .cocb html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
        background: #404040;
        color: #fff;
        outline: none;
    }

    .cocb html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
        background: #1a1a1a;
        color: #fff;
    }

    .cocb .uk-nav-offcanvas .uk-nav-header {
        color: #777;
    }

    .cocb .uk-nav-offcanvas .uk-nav-divider {
        border-top: 1px solid #1a1a1a;
    }

    .cocb .uk-nav-offcanvas ul a {
        color: #ccc;
    }

    .cocb html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
        color: #fff;
    }

    .cocb .uk-navbar {
        background: #eee;
        color: #444;
    }

        .cocb .uk-navbar:after, .cocb .uk-navbar:before {
            content: "";
            display: table;
        }

        .cocb .uk-navbar:after {
            clear: both;
        }

    .cocb .uk-navbar-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

        .cocb .uk-navbar-nav > li {
            float: left;
            position: relative;
        }

            .cocb .uk-navbar-nav > li > a {
                display: block;
                box-sizing: border-box;
                text-decoration: none;
                height: 40px;
                padding: 0 15px;
                line-height: 40px;
                color: #444;
                font-size: 14px;
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                font-weight: 400;
            }

                .cocb .uk-navbar-nav > li > a[href='#'] {
                    cursor: text;
                }

                .cocb .uk-navbar-nav > li.uk-open > a, .cocb .uk-navbar-nav > li:hover > a, .cocb .uk-navbar-nav > li > a:focus {
                    background-color: #f5f5f5;
                    color: #444;
                    outline: none;
                }

                .cocb .uk-navbar-nav > li > a:active {
                    background-color: #ddd;
                    color: #444;
                }

            .cocb .uk-navbar-nav > li.uk-active > a {
                background-color: #f5f5f5;
                color: #444;
            }

        .cocb .uk-navbar-nav .uk-navbar-nav-subtitle {
            line-height: 28px;
        }

    .cocb .uk-navbar-nav-subtitle > div {
        margin-top: -6px;
        font-size: 10px;
        line-height: 12px;
    }

    .cocb .uk-navbar-brand, .cocb .uk-navbar-content, .cocb .uk-navbar-toggle {
        box-sizing: border-box;
        display: block;
        height: 40px;
        padding: 0 15px;
        float: left;
    }

        .cocb .uk-navbar-brand:before, .cocb .uk-navbar-content:before, .cocb .uk-navbar-toggle:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        .cocb .uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
            padding-left: 0;
        }

        .cocb .uk-navbar-content > a:not([class]) {
            color: #07d;
        }

            .cocb .uk-navbar-content > a:not([class]):hover {
                color: #059;
            }

    .cocb .uk-navbar-brand, .cocb .uk-navbar-toggle {
        font-size: 18px;
        color: #444;
        text-decoration: none;
    }

        .cocb .uk-navbar-brand:focus, .cocb .uk-navbar-brand:hover, .cocb .uk-navbar-toggle:focus, .cocb .uk-navbar-toggle:hover {
            color: #444;
            text-decoration: none;
            outline: none;
        }

        .cocb .uk-navbar-toggle:after {
            content: "";
            font-family: FontAwesome;
            vertical-align: middle;
        }

    .cocb .uk-navbar-toggle-alt:after {
        content: "";
    }

    .cocb .uk-navbar-center {
        float: none;
        text-align: center;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .cocb .uk-navbar-flip {
        float: right;
    }

    .cocb .uk-breadcrumb {
        padding: 0;
        list-style: none;
        font-size: .001px;
    }

        .cocb .uk-breadcrumb > li {
            font-size: 1rem;
            vertical-align: top;
        }

            .cocb .uk-breadcrumb > li, .cocb .uk-breadcrumb > li > a, .cocb .uk-breadcrumb > li > span {
                display: inline-block;
            }

                .cocb .uk-breadcrumb > li:nth-child(n+2):before {
                    content: "/";
                    display: inline-block;
                    margin: 0 8px;
                }

                .cocb .uk-breadcrumb > li:not(.uk-active) > span {
                    color: #999;
                }

    .cocb .uk-pagination {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: .001px;
    }

        .cocb .uk-pagination:after, .cocb .uk-pagination:before {
            content: "";
            display: table;
        }

        .cocb .uk-pagination:after {
            clear: both;
        }

        .cocb .uk-pagination > li {
            display: inline-block;
            font-size: 1rem;
            vertical-align: top;
        }

            .cocb .uk-pagination > li:nth-child(n+2) {
                margin-left: 5px;
            }

            .cocb .uk-pagination > li > a, .cocb .uk-pagination > li > span {
                display: inline-block;
                min-width: 16px;
                padding: 3px 5px;
                line-height: 20px;
                text-decoration: none;
                box-sizing: content-box;
                text-align: center;
            }

            .cocb .uk-pagination > li > a {
                background: #eee;
                color: #444;
            }

                .cocb .uk-pagination > li > a:focus, .cocb .uk-pagination > li > a:hover {
                    background-color: #f5f5f5;
                    color: #444;
                    outline: none;
                }

                .cocb .uk-pagination > li > a:active {
                    background-color: #ddd;
                    color: #444;
                }

        .cocb .uk-pagination > .uk-disabled > span {
            background-color: #f5f5f5;
            color: #999;
        }

    .cocb .uk-pagination-previous {
        float: left;
    }

    .cocb .uk-pagination-next {
        float: right;
    }

    .cocb .uk-pagination-left {
        text-align: left;
    }

    .cocb .uk-pagination-right {
        text-align: right;
    }

    .cocb .uk-tab {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #ddd;
    }

        .cocb .uk-tab:after, .cocb .uk-tab:before {
            content: "";
            display: table;
        }

        .cocb .uk-tab:after {
            clear: both;
        }

        .cocb .uk-tab > li {
            margin-bottom: -1px;
            float: left;
            position: relative;
        }

            .cocb .uk-tab > li > a {
                display: block;
                padding: 8px 12px;
                border: 1px solid transparent;
                border-bottom-width: 0;
                color: #07d;
                text-decoration: none;
            }

            .cocb .uk-tab > li:nth-child(n+2) > a {
                margin-left: 5px;
            }

            .cocb .uk-tab > li.uk-open > a, .cocb .uk-tab > li > a:focus, .cocb .uk-tab > li > a:hover {
                border-color: #f5f5f5;
                background: #f5f5f5;
                color: #059;
                outline: none;
            }

            .cocb .uk-tab > li.uk-open:not(.uk-active) > a, .cocb .uk-tab > li:not(.uk-active) > a:focus, .cocb .uk-tab > li:not(.uk-active) > a:hover {
                margin-bottom: 1px;
                padding-bottom: 7px;
            }

            .cocb .uk-tab > li.uk-active > a {
                border-color: #ddd;
                border-bottom-color: transparent;
                background: #fff;
                color: #444;
            }

            .cocb .uk-tab > li.uk-disabled > a {
                color: #999;
                cursor: text;
            }

                .cocb .uk-tab > li.uk-disabled.uk-active > a, .cocb .uk-tab > li.uk-disabled > a:focus, .cocb .uk-tab > li.uk-disabled > a:hover {
                    background: 0 0;
                    border-color: transparent;
                }

    .cocb .uk-tab-flip > li {
        float: right;
    }

        .cocb .uk-tab-flip > li:nth-child(n+2) > a {
            margin-left: 0;
            margin-right: 5px;
        }

    .cocb .uk-tab > li.uk-tab-responsive > a {
        margin-left: 0;
        margin-right: 0;
    }

    .cocb .uk-tab-responsive > a:before {
        content: " ";
        font-family: FontAwesome;
    }

    .cocb .uk-tab-center {
        border-bottom: 1px solid #ddd;
    }

        .cocb .uk-tab-center:after, .cocb .uk-tab-center:before {
            content: "";
            display: table;
        }

        .cocb .uk-tab-center:after {
            clear: both;
        }

        .cocb .uk-tab-center .uk-tab {
            position: relative;
            right: 50%;
            border: none;
            float: right;
        }

            .cocb .uk-tab-center .uk-tab > li {
                position: relative;
                right: -50%;
            }

                .cocb .uk-tab-center .uk-tab > li > a {
                    text-align: center;
                }

    .cocb .uk-tab-bottom, .cocb .uk-tab-center-bottom {
        border-top: 1px solid #ddd;
        border-bottom: none;
    }

        .cocb .uk-tab-bottom > li {
            margin-top: -1px;
            margin-bottom: 0;
        }

            .cocb .uk-tab-bottom > li > a {
                padding-top: 8px;
                padding-bottom: 8px;
                border-bottom-width: 1px;
                border-top-width: 0;
            }

            .cocb .uk-tab-bottom > li.uk-open:not(.uk-active) > a, .cocb .uk-tab-bottom > li:not(.uk-active) > a:focus, .cocb .uk-tab-bottom > li:not(.uk-active) > a:hover {
                margin-bottom: 0;
                margin-top: 1px;
                padding-bottom: 8px;
                padding-top: 7px;
            }

            .cocb .uk-tab-bottom > li.uk-active > a {
                border-top-color: transparent;
                border-bottom-color: #ddd;
            }

    .cocb .uk-tab-grid {
        margin-left: -5px;
        border-bottom: none;
        position: relative;
        z-index: 0;
    }

        .cocb .uk-tab-grid:before {
            display: block;
            position: absolute;
            left: 5px;
            right: 0;
            bottom: -1px;
            border-top: 1px solid #ddd;
            z-index: -1;
        }

        .cocb .uk-tab-grid > li:first-child > a {
            margin-left: 5px;
        }

        .cocb .uk-tab-grid > li > a {
            text-align: center;
        }

        .cocb .uk-tab-grid.uk-tab-bottom {
            border-top: none;
        }

            .cocb .uk-tab-grid.uk-tab-bottom:before {
                top: -1px;
                bottom: auto;
            }

    @media (min-width: 768px) {
        .cocb .uk-tab-left, .cocb .uk-tab-right {
            border-bottom: none;
        }

            .cocb .uk-tab-left > li, .cocb .uk-tab-right > li {
                margin-bottom: 0;
                float: none;
            }

                .cocb .uk-tab-left > li > a, .cocb .uk-tab-right > li > a {
                    padding-top: 8px;
                    padding-bottom: 8px;
                }

                .cocb .uk-tab-left > li:nth-child(n+2) > a, .cocb .uk-tab-right > li:nth-child(n+2) > a {
                    margin-left: 0;
                    margin-top: 5px;
                }

                .cocb .uk-tab-left > li.uk-active > a, .cocb .uk-tab-right > li.uk-active > a {
                    border-color: #ddd;
                }

        .cocb .uk-tab-left {
            border-right: 1px solid #ddd;
        }

            .cocb .uk-tab-left > li {
                margin-right: -1px;
            }

                .cocb .uk-tab-left > li > a {
                    border-bottom-width: 1px;
                    border-right-width: 0;
                }

                .cocb .uk-tab-left > li:not(.uk-active) > a:focus, .cocb .uk-tab-left > li:not(.uk-active) > a:hover {
                    margin-bottom: 0;
                    margin-right: 1px;
                    padding-bottom: 8px;
                    padding-right: 11px;
                }

                .cocb .uk-tab-left > li.uk-active > a {
                    border-right-color: transparent;
                }

        .cocb .uk-tab-right {
            border-left: 1px solid #ddd;
        }

            .cocb .uk-tab-right > li {
                margin-left: -1px;
            }

                .cocb .uk-tab-right > li > a {
                    border-bottom-width: 1px;
                    border-left-width: 0;
                }

                .cocb .uk-tab-right > li:not(.uk-active) > a:focus, .cocb .uk-tab-right > li:not(.uk-active) > a:hover {
                    margin-bottom: 0;
                    margin-left: 1px;
                    padding-bottom: 8px;
                    padding-left: 11px;
                }

                .cocb .uk-tab-right > li.uk-active > a {
                    border-left-color: transparent;
                }
    }

    @font-face {
        .cocb {
    font-family: 'FontAwesome';
    src: url(/assets/fonts/fontawesome-webfont.woff2) format("woff2"), url(/assets/fonts/fontawesome-webfont.woff) format("woff"), url(/assets/fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal; } }

.cocb [class*=uk-icon-] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cocb [class*=uk-icon-], .cocb [class*=uk-icon-]:focus, .cocb [class*=uk-icon-]:hover {
  text-decoration: none; }

.cocb .uk-icon-small {
  font-size: 150%;
  vertical-align: -10%; }

.cocb .uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%; }

.cocb .uk-icon-large {
  font-size: 250%;
  vertical-align: -22%; }

.cocb .uk-icon-justify {
  width: 1em;
  text-align: center; }

.cocb .uk-icon-spin {
  display: inline-block;
  animation: uk-rotate 2s infinite linear; }

.cocb .uk-icon-hover {
  color: #999; }

.cocb .uk-icon-hover:hover {
  color: #444; }

.cocb .uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  text-align: center; }

.cocb .uk-icon-button:focus, .cocb .uk-icon-button:hover {
  background-color: #f5f5f5;
  color: #444;
  outline: none; }

.cocb .uk-icon-button:active {
  background-color: #ddd;
  color: #444; }

.cocb .uk-icon-glass:before {
  content: ""; }

.cocb .uk-icon-music:before {
  content: ""; }

.cocb .uk-icon-search:before {
  content: ""; }

.cocb .uk-icon-envelope-o:before {
  content: ""; }

.cocb .uk-icon-heart:before {
  content: ""; }

.cocb .uk-icon-star:before {
  content: ""; }

.cocb .uk-icon-star-o:before {
  content: ""; }

.cocb .uk-icon-user:before {
  content: ""; }

.cocb .uk-icon-film:before {
  content: ""; }

.cocb .uk-icon-th-large:before {
  content: ""; }

.cocb .uk-icon-th:before {
  content: ""; }

.cocb .uk-icon-th-list:before {
  content: ""; }

.cocb .uk-icon-check:before {
  content: ""; }

.cocb .uk-icon-close:before, .cocb .uk-icon-remove:before, .cocb .uk-icon-times:before {
  content: ""; }

.cocb .uk-icon-search-plus:before {
  content: ""; }

.cocb .uk-icon-search-minus:before {
  content: ""; }

.cocb .uk-icon-power-off:before {
  content: ""; }

.cocb .uk-icon-signal:before {
  content: ""; }

.cocb .uk-icon-cog:before, .cocb .uk-icon-gear:before {
  content: ""; }

.cocb .uk-icon-trash-o:before {
  content: ""; }

.cocb .uk-icon-home:before {
  content: ""; }

.cocb .uk-icon-file-o:before {
  content: ""; }

.cocb .uk-icon-clock-o:before {
  content: ""; }

.cocb .uk-icon-road:before {
  content: ""; }

.cocb .uk-icon-download:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-o-down:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-o-up:before {
  content: ""; }

.cocb .uk-icon-inbox:before {
  content: ""; }

.cocb .uk-icon-play-circle-o:before {
  content: ""; }

.cocb .uk-icon-repeat:before, .cocb .uk-icon-rotate-right:before {
  content: ""; }

.cocb .uk-icon-refresh:before {
  content: ""; }

.cocb .uk-icon-list-alt:before {
  content: ""; }

.cocb .uk-icon-lock:before {
  content: ""; }

.cocb .uk-icon-flag:before {
  content: ""; }

.cocb .uk-icon-headphones:before {
  content: ""; }

.cocb .uk-icon-volume-off:before {
  content: ""; }

.cocb .uk-icon-volume-down:before {
  content: ""; }

.cocb .uk-icon-volume-up:before {
  content: ""; }

.cocb .uk-icon-qrcode:before {
  content: ""; }

.cocb .uk-icon-barcode:before {
  content: ""; }

.cocb .uk-icon-tag:before {
  content: ""; }

.cocb .uk-icon-tags:before {
  content: ""; }

.cocb .uk-icon-book:before {
  content: ""; }

.cocb .uk-icon-bookmark:before {
  content: ""; }

.cocb .uk-icon-print:before {
  content: ""; }

.cocb .uk-icon-camera:before {
  content: ""; }

.cocb .uk-icon-font:before {
  content: ""; }

.cocb .uk-icon-bold:before {
  content: ""; }

.cocb .uk-icon-italic:before {
  content: ""; }

.cocb .uk-icon-text-height:before {
  content: ""; }

.cocb .uk-icon-text-width:before {
  content: ""; }

.cocb .uk-icon-align-left:before {
  content: ""; }

.cocb .uk-icon-align-center:before {
  content: ""; }

.cocb .uk-icon-align-right:before {
  content: ""; }

.cocb .uk-icon-align-justify:before {
  content: ""; }

.cocb .uk-icon-list:before {
  content: ""; }

.cocb .uk-icon-dedent:before, .cocb .uk-icon-outdent:before {
  content: ""; }

.cocb .uk-icon-indent:before {
  content: ""; }

.cocb .uk-icon-video-camera:before {
  content: ""; }

.cocb .uk-icon-image:before, .cocb .uk-icon-photo:before, .cocb .uk-icon-picture-o:before {
  content: ""; }

.cocb .uk-icon-pencil:before {
  content: ""; }

.cocb .uk-icon-map-marker:before {
  content: ""; }

.cocb .uk-icon-adjust:before {
  content: ""; }

.cocb .uk-icon-tint:before {
  content: ""; }

.cocb .uk-icon-edit:before, .cocb .uk-icon-pencil-square-o:before {
  content: ""; }

.cocb .uk-icon-share-square-o:before {
  content: ""; }

.cocb .uk-icon-check-square-o:before {
  content: ""; }

.cocb .uk-icon-arrows:before {
  content: ""; }

.cocb .uk-icon-step-backward:before {
  content: ""; }

.cocb .uk-icon-fast-backward:before {
  content: ""; }

.cocb .uk-icon-backward:before {
  content: ""; }

.cocb .uk-icon-play:before {
  content: ""; }

.cocb .uk-icon-pause:before {
  content: ""; }

.cocb .uk-icon-stop:before {
  content: ""; }

.cocb .uk-icon-forward:before {
  content: ""; }

.cocb .uk-icon-fast-forward:before {
  content: ""; }

.cocb .uk-icon-step-forward:before {
  content: ""; }

.cocb .uk-icon-eject:before {
  content: ""; }

.cocb .uk-icon-chevron-left:before {
  content: ""; }

.cocb .uk-icon-chevron-right:before {
  content: ""; }

.cocb .uk-icon-plus-circle:before {
  content: ""; }

.cocb .uk-icon-minus-circle:before {
  content: ""; }

.cocb .uk-icon-times-circle:before {
  content: ""; }

.cocb .uk-icon-check-circle:before {
  content: ""; }

.cocb .uk-icon-question-circle:before {
  content: ""; }

.cocb .uk-icon-info-circle:before {
  content: ""; }

.cocb .uk-icon-crosshairs:before {
  content: ""; }

.cocb .uk-icon-times-circle-o:before {
  content: ""; }

.cocb .uk-icon-check-circle-o:before {
  content: ""; }

.cocb .uk-icon-ban:before {
  content: ""; }

.cocb .uk-icon-arrow-left:before {
  content: ""; }

.cocb .uk-icon-arrow-right:before {
  content: ""; }

.cocb .uk-icon-arrow-up:before {
  content: ""; }

.cocb .uk-icon-arrow-down:before {
  content: ""; }

.cocb .uk-icon-mail-forward:before, .cocb .uk-icon-share:before {
  content: ""; }

.cocb .uk-icon-expand:before {
  content: ""; }

.cocb .uk-icon-compress:before {
  content: ""; }

.cocb .uk-icon-plus:before {
  content: ""; }

.cocb .uk-icon-minus:before {
  content: ""; }

.cocb .uk-icon-asterisk:before {
  content: ""; }

.cocb .uk-icon-exclamation-circle:before {
  content: ""; }

.cocb .uk-icon-gift:before {
  content: ""; }

.cocb .uk-icon-leaf:before {
  content: ""; }

.cocb .uk-icon-fire:before {
  content: ""; }

.cocb .uk-icon-eye:before {
  content: ""; }

.cocb .uk-icon-eye-slash:before {
  content: ""; }

.cocb .uk-icon-exclamation-triangle:before, .cocb .uk-icon-warning:before {
  content: ""; }

.cocb .uk-icon-plane:before {
  content: ""; }

.cocb .uk-icon-calendar:before {
  content: ""; }

.cocb .uk-icon-random:before {
  content: ""; }

.cocb .uk-icon-comment:before {
  content: ""; }

.cocb .uk-icon-magnet:before {
  content: ""; }

.cocb .uk-icon-chevron-up:before {
  content: ""; }

.cocb .uk-icon-chevron-down:before {
  content: ""; }

.cocb .uk-icon-retweet:before {
  content: ""; }

.cocb .uk-icon-shopping-cart:before {
  content: ""; }

.cocb .uk-icon-folder:before {
  content: ""; }

.cocb .uk-icon-folder-open:before {
  content: ""; }

.cocb .uk-icon-arrows-v:before {
  content: ""; }

.cocb .uk-icon-arrows-h:before {
  content: ""; }

.cocb .uk-icon-bar-chart-o:before, .cocb .uk-icon-bar-chart:before {
  content: ""; }

.cocb .uk-icon-twitter-square:before {
  content: ""; }

.cocb .uk-icon-facebook-square:before {
  content: ""; }

.cocb .uk-icon-camera-retro:before {
  content: ""; }

.cocb .uk-icon-key:before {
  content: ""; }

.cocb .uk-icon-cogs:before, .cocb .uk-icon-gears:before {
  content: ""; }

.cocb .uk-icon-comments:before {
  content: ""; }

.cocb .uk-icon-thumbs-o-up:before {
  content: ""; }

.cocb .uk-icon-thumbs-o-down:before {
  content: ""; }

.cocb .uk-icon-star-half:before {
  content: ""; }

.cocb .uk-icon-heart-o:before {
  content: ""; }

.cocb .uk-icon-sign-out:before {
  content: ""; }

.cocb .uk-icon-linkedin-square:before {
  content: ""; }

.cocb .uk-icon-thumb-tack:before {
  content: ""; }

.cocb .uk-icon-external-link:before {
  content: ""; }

.cocb .uk-icon-sign-in:before {
  content: ""; }

.cocb .uk-icon-trophy:before {
  content: ""; }

.cocb .uk-icon-github-square:before {
  content: ""; }

.cocb .uk-icon-upload:before {
  content: ""; }

.cocb .uk-icon-lemon-o:before {
  content: ""; }

.cocb .uk-icon-phone:before {
  content: ""; }

.cocb .uk-icon-square-o:before {
  content: ""; }

.cocb .uk-icon-bookmark-o:before {
  content: ""; }

.cocb .uk-icon-phone-square:before {
  content: ""; }

.cocb .uk-icon-twitter:before {
  content: ""; }

.cocb .uk-icon-facebook-f:before, .cocb .uk-icon-facebook:before {
  content: ""; }

.cocb .uk-icon-github:before {
  content: ""; }

.cocb .uk-icon-unlock:before {
  content: ""; }

.cocb .uk-icon-credit-card:before {
  content: ""; }

.cocb .uk-icon-rss:before {
  content: ""; }

.cocb .uk-icon-hdd-o:before {
  content: ""; }

.cocb .uk-icon-bullhorn:before {
  content: ""; }

.cocb .uk-icon-bell:before {
  content: ""; }

.cocb .uk-icon-certificate:before {
  content: ""; }

.cocb .uk-icon-hand-o-right:before {
  content: ""; }

.cocb .uk-icon-hand-o-left:before {
  content: ""; }

.cocb .uk-icon-hand-o-up:before {
  content: ""; }

.cocb .uk-icon-hand-o-down:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-left:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-right:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-up:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-down:before {
  content: ""; }

.cocb .uk-icon-globe:before {
  content: ""; }

.cocb .uk-icon-wrench:before {
  content: ""; }

.cocb .uk-icon-tasks:before {
  content: ""; }

.cocb .uk-icon-filter:before {
  content: ""; }

.cocb .uk-icon-briefcase:before {
  content: ""; }

.cocb .uk-icon-arrows-alt:before {
  content: ""; }

.cocb .uk-icon-group:before, .cocb .uk-icon-users:before {
  content: ""; }

.cocb .uk-icon-chain:before, .cocb .uk-icon-link:before {
  content: ""; }

.cocb .uk-icon-cloud:before {
  content: ""; }

.cocb .uk-icon-flask:before {
  content: ""; }

.cocb .uk-icon-cut:before, .cocb .uk-icon-scissors:before {
  content: ""; }

.cocb .uk-icon-copy:before, .cocb .uk-icon-files-o:before {
  content: ""; }

.cocb .uk-icon-paperclip:before {
  content: ""; }

.cocb .uk-icon-floppy-o:before, .cocb .uk-icon-save:before {
  content: ""; }

.cocb .uk-icon-square:before {
  content: ""; }

.cocb .uk-icon-bars:before, .cocb .uk-icon-navicon:before, .cocb .uk-icon-reorder:before {
  content: ""; }

.cocb .uk-icon-list-ul:before {
  content: ""; }

.cocb .uk-icon-list-ol:before {
  content: ""; }

.cocb .uk-icon-strikethrough:before {
  content: ""; }

.cocb .uk-icon-underline:before {
  content: ""; }

.cocb .uk-icon-table:before {
  content: ""; }

.cocb .uk-icon-magic:before {
  content: ""; }

.cocb .uk-icon-truck:before {
  content: ""; }

.cocb .uk-icon-pinterest:before {
  content: ""; }

.cocb .uk-icon-pinterest-square:before {
  content: ""; }

.cocb .uk-icon-google-plus-square:before {
  content: ""; }

.cocb .uk-icon-google-plus:before {
  content: ""; }

.cocb .uk-icon-money:before {
  content: ""; }

.cocb .uk-icon-caret-down:before {
  content: ""; }

.cocb .uk-icon-caret-up:before {
  content: ""; }

.cocb .uk-icon-caret-left:before {
  content: ""; }

.cocb .uk-icon-caret-right:before {
  content: ""; }

.cocb .uk-icon-columns:before {
  content: ""; }

.cocb .uk-icon-sort:before, .cocb .uk-icon-unsorted:before {
  content: ""; }

.cocb .uk-icon-sort-desc:before, .cocb .uk-icon-sort-down:before {
  content: ""; }

.cocb .uk-icon-sort-asc:before, .cocb .uk-icon-sort-up:before {
  content: ""; }

.cocb .uk-icon-envelope:before {
  content: ""; }

.cocb .uk-icon-linkedin:before {
  content: ""; }

.cocb .uk-icon-rotate-left:before, .cocb .uk-icon-undo:before {
  content: ""; }

.cocb .uk-icon-gavel:before, .cocb .uk-icon-legal:before {
  content: ""; }

.cocb .uk-icon-dashboard:before, .cocb .uk-icon-tachometer:before {
  content: ""; }

.cocb .uk-icon-comment-o:before {
  content: ""; }

.cocb .uk-icon-comments-o:before {
  content: ""; }

.cocb .uk-icon-bolt:before, .cocb .uk-icon-flash:before {
  content: ""; }

.cocb .uk-icon-sitemap:before {
  content: ""; }

.cocb .uk-icon-umbrella:before {
  content: ""; }

.cocb .uk-icon-clipboard:before, .cocb .uk-icon-paste:before {
  content: ""; }

.cocb .uk-icon-lightbulb-o:before {
  content: ""; }

.cocb .uk-icon-exchange:before {
  content: ""; }

.cocb .uk-icon-cloud-download:before {
  content: ""; }

.cocb .uk-icon-cloud-upload:before {
  content: ""; }

.cocb .uk-icon-user-md:before {
  content: ""; }

.cocb .uk-icon-stethoscope:before {
  content: ""; }

.cocb .uk-icon-suitcase:before {
  content: ""; }

.cocb .uk-icon-bell-o:before {
  content: ""; }

.cocb .uk-icon-coffee:before {
  content: ""; }

.cocb .uk-icon-cutlery:before {
  content: ""; }

.cocb .uk-icon-file-text-o:before {
  content: ""; }

.cocb .uk-icon-building-o:before {
  content: ""; }

.cocb .uk-icon-hospital-o:before {
  content: ""; }

.cocb .uk-icon-ambulance:before {
  content: ""; }

.cocb .uk-icon-medkit:before {
  content: ""; }

.cocb .uk-icon-fighter-jet:before {
  content: ""; }

.cocb .uk-icon-beer:before {
  content: ""; }

.cocb .uk-icon-h-square:before {
  content: ""; }

.cocb .uk-icon-plus-square:before {
  content: ""; }

.cocb .uk-icon-angle-double-left:before {
  content: ""; }

.cocb .uk-icon-angle-double-right:before {
  content: ""; }

.cocb .uk-icon-angle-double-up:before {
  content: ""; }

.cocb .uk-icon-angle-double-down:before {
  content: ""; }

.cocb .uk-icon-angle-left:before {
  content: ""; }

.cocb .uk-icon-angle-right:before {
  content: ""; }

.cocb .uk-icon-angle-up:before {
  content: ""; }

.cocb .uk-icon-angle-down:before {
  content: ""; }

.cocb .uk-icon-desktop:before {
  content: ""; }

.cocb .uk-icon-laptop:before {
  content: ""; }

.cocb .uk-icon-tablet:before {
  content: ""; }

.cocb .uk-icon-mobile-phone:before, .cocb .uk-icon-mobile:before {
  content: ""; }

.cocb .uk-icon-circle-o:before {
  content: ""; }

.cocb .uk-icon-quote-left:before {
  content: ""; }

.cocb .uk-icon-quote-right:before {
  content: ""; }

.cocb .uk-icon-spinner:before {
  content: ""; }

.cocb .uk-icon-circle:before {
  content: ""; }

.cocb .uk-icon-mail-reply:before, .cocb .uk-icon-reply:before {
  content: ""; }

.cocb .uk-icon-github-alt:before {
  content: ""; }

.cocb .uk-icon-folder-o:before {
  content: ""; }

.cocb .uk-icon-folder-open-o:before {
  content: ""; }

.cocb .uk-icon-smile-o:before {
  content: ""; }

.cocb .uk-icon-frown-o:before {
  content: ""; }

.cocb .uk-icon-meh-o:before {
  content: ""; }

.cocb .uk-icon-gamepad:before {
  content: ""; }

.cocb .uk-icon-keyboard-o:before {
  content: ""; }

.cocb .uk-icon-flag-o:before {
  content: ""; }

.cocb .uk-icon-flag-checkered:before {
  content: ""; }

.cocb .uk-icon-terminal:before {
  content: ""; }

.cocb .uk-icon-code:before {
  content: ""; }

.cocb .uk-icon-mail-reply-all:before, .cocb .uk-icon-reply-all:before {
  content: ""; }

.cocb .uk-icon-star-half-empty:before, .cocb .uk-icon-star-half-full:before, .cocb .uk-icon-star-half-o:before {
  content: ""; }

.cocb .uk-icon-location-arrow:before {
  content: ""; }

.cocb .uk-icon-crop:before {
  content: ""; }

.cocb .uk-icon-code-fork:before {
  content: ""; }

.cocb .uk-icon-chain-broken:before, .cocb .uk-icon-unlink:before {
  content: ""; }

.cocb .uk-icon-question:before {
  content: ""; }

.cocb .uk-icon-info:before {
  content: ""; }

.cocb .uk-icon-exclamation:before {
  content: ""; }

.cocb .uk-icon-superscript:before {
  content: ""; }

.cocb .uk-icon-subscript:before {
  content: ""; }

.cocb .uk-icon-eraser:before {
  content: ""; }

.cocb .uk-icon-puzzle-piece:before {
  content: ""; }

.cocb .uk-icon-microphone:before {
  content: ""; }

.cocb .uk-icon-microphone-slash:before {
  content: ""; }

.cocb .uk-icon-shield:before {
  content: ""; }

.cocb .uk-icon-calendar-o:before {
  content: ""; }

.cocb .uk-icon-fire-extinguisher:before {
  content: ""; }

.cocb .uk-icon-rocket:before {
  content: ""; }

.cocb .uk-icon-maxcdn:before {
  content: ""; }

.cocb .uk-icon-chevron-circle-left:before {
  content: ""; }

.cocb .uk-icon-chevron-circle-right:before {
  content: ""; }

.cocb .uk-icon-chevron-circle-up:before {
  content: ""; }

.cocb .uk-icon-chevron-circle-down:before {
  content: ""; }

.cocb .uk-icon-html5:before {
  content: ""; }

.cocb .uk-icon-css3:before {
  content: ""; }

.cocb .uk-icon-anchor:before {
  content: ""; }

.cocb .uk-icon-unlock-alt:before {
  content: ""; }

.cocb .uk-icon-bullseye:before {
  content: ""; }

.cocb .uk-icon-ellipsis-h:before {
  content: ""; }

.cocb .uk-icon-ellipsis-v:before {
  content: ""; }

.cocb .uk-icon-rss-square:before {
  content: ""; }

.cocb .uk-icon-play-circle:before {
  content: ""; }

.cocb .uk-icon-ticket:before {
  content: ""; }

.cocb .uk-icon-minus-square:before {
  content: ""; }

.cocb .uk-icon-minus-square-o:before {
  content: ""; }

.cocb .uk-icon-level-up:before {
  content: ""; }

.cocb .uk-icon-level-down:before {
  content: ""; }

.cocb .uk-icon-check-square:before {
  content: ""; }

.cocb .uk-icon-pencil-square:before {
  content: ""; }

.cocb .uk-icon-external-link-square:before {
  content: ""; }

.cocb .uk-icon-share-square:before {
  content: ""; }

.cocb .uk-icon-compass:before {
  content: ""; }

.cocb .uk-icon-caret-square-o-down:before, .cocb .uk-icon-toggle-down:before {
  content: ""; }

.cocb .uk-icon-caret-square-o-up:before, .cocb .uk-icon-toggle-up:before {
  content: ""; }

.cocb .uk-icon-caret-square-o-right:before, .cocb .uk-icon-toggle-right:before {
  content: ""; }

.cocb .uk-icon-eur:before, .cocb .uk-icon-euro:before {
  content: ""; }

.cocb .uk-icon-gbp:before {
  content: ""; }

.cocb .uk-icon-dollar:before, .cocb .uk-icon-usd:before {
  content: ""; }

.cocb .uk-icon-inr:before, .cocb .uk-icon-rupee:before {
  content: ""; }

.cocb .uk-icon-cny:before, .cocb .uk-icon-jpy:before, .cocb .uk-icon-rmb:before, .cocb .uk-icon-yen:before {
  content: ""; }

.cocb .uk-icon-rouble:before, .cocb .uk-icon-rub:before, .cocb .uk-icon-ruble:before {
  content: ""; }

.cocb .uk-icon-krw:before, .cocb .uk-icon-won:before {
  content: ""; }

.cocb .uk-icon-bitcoin:before, .cocb .uk-icon-btc:before {
  content: ""; }

.cocb .uk-icon-file:before {
  content: ""; }

.cocb .uk-icon-file-text:before {
  content: ""; }

.cocb .uk-icon-sort-alpha-asc:before {
  content: ""; }

.cocb .uk-icon-sort-alpha-desc:before {
  content: ""; }

.cocb .uk-icon-sort-amount-asc:before {
  content: ""; }

.cocb .uk-icon-sort-amount-desc:before {
  content: ""; }

.cocb .uk-icon-sort-numeric-asc:before {
  content: ""; }

.cocb .uk-icon-sort-numeric-desc:before {
  content: ""; }

.cocb .uk-icon-thumbs-up:before {
  content: ""; }

.cocb .uk-icon-thumbs-down:before {
  content: ""; }

.cocb .uk-icon-youtube-square:before {
  content: ""; }

.cocb .uk-icon-youtube:before {
  content: ""; }

.cocb .uk-icon-xing:before {
  content: ""; }

.cocb .uk-icon-xing-square:before {
  content: ""; }

.cocb .uk-icon-youtube-play:before {
  content: ""; }

.cocb .uk-icon-dropbox:before {
  content: ""; }

.cocb .uk-icon-stack-overflow:before {
  content: ""; }

.cocb .uk-icon-instagram:before {
  content: ""; }

.cocb .uk-icon-flickr:before {
  content: ""; }

.cocb .uk-icon-adn:before {
  content: ""; }

.cocb .uk-icon-bitbucket:before {
  content: ""; }

.cocb .uk-icon-bitbucket-square:before {
  content: ""; }

.cocb .uk-icon-tumblr:before {
  content: ""; }

.cocb .uk-icon-tumblr-square:before {
  content: ""; }

.cocb .uk-icon-long-arrow-down:before {
  content: ""; }

.cocb .uk-icon-long-arrow-up:before {
  content: ""; }

.cocb .uk-icon-long-arrow-left:before {
  content: ""; }

.cocb .uk-icon-long-arrow-right:before {
  content: ""; }

.cocb .uk-icon-apple:before {
  content: ""; }

.cocb .uk-icon-windows:before {
  content: ""; }

.cocb .uk-icon-android:before {
  content: ""; }

.cocb .uk-icon-linux:before {
  content: ""; }

.cocb .uk-icon-dribbble:before {
  content: ""; }

.cocb .uk-icon-skype:before {
  content: ""; }

.cocb .uk-icon-foursquare:before {
  content: ""; }

.cocb .uk-icon-trello:before {
  content: ""; }

.cocb .uk-icon-female:before {
  content: ""; }

.cocb .uk-icon-male:before {
  content: ""; }

.cocb .uk-icon-gittip:before, .cocb .uk-icon-gratipay:before {
  content: ""; }

.cocb .uk-icon-sun-o:before {
  content: ""; }

.cocb .uk-icon-moon-o:before {
  content: ""; }

.cocb .uk-icon-archive:before {
  content: ""; }

.cocb .uk-icon-bug:before {
  content: ""; }

.cocb .uk-icon-vk:before {
  content: ""; }

.cocb .uk-icon-weibo:before {
  content: ""; }

.cocb .uk-icon-renren:before {
  content: ""; }

.cocb .uk-icon-pagelines:before {
  content: ""; }

.cocb .uk-icon-stack-exchange:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-o-right:before {
  content: ""; }

.cocb .uk-icon-arrow-circle-o-left:before {
  content: ""; }

.cocb .uk-icon-caret-square-o-left:before, .cocb .uk-icon-toggle-left:before {
  content: ""; }

.cocb .uk-icon-dot-circle-o:before {
  content: ""; }

.cocb .uk-icon-wheelchair:before {
  content: ""; }

.cocb .uk-icon-vimeo-square:before {
  content: ""; }

.cocb .uk-icon-try:before, .cocb .uk-icon-turkish-lira:before {
  content: ""; }

.cocb .uk-icon-plus-square-o:before {
  content: ""; }

.cocb .uk-icon-space-shuttle:before {
  content: ""; }

.cocb .uk-icon-slack:before {
  content: ""; }

.cocb .uk-icon-envelope-square:before {
  content: ""; }

.cocb .uk-icon-wordpress:before {
  content: ""; }

.cocb .uk-icon-openid:before {
  content: ""; }

.cocb .uk-icon-bank:before, .cocb .uk-icon-institution:before, .cocb .uk-icon-university:before {
  content: ""; }

.cocb .uk-icon-graduation-cap:before, .cocb .uk-icon-mortar-board:before {
  content: ""; }

.cocb .uk-icon-yahoo:before {
  content: ""; }

.cocb .uk-icon-google:before {
  content: ""; }

.cocb .uk-icon-reddit:before {
  content: ""; }

.cocb .uk-icon-reddit-square:before {
  content: ""; }

.cocb .uk-icon-stumbleupon-circle:before {
  content: ""; }

.cocb .uk-icon-stumbleupon:before {
  content: ""; }

.cocb .uk-icon-delicious:before {
  content: ""; }

.cocb .uk-icon-digg:before {
  content: ""; }

.cocb .uk-icon-pied-piper:before {
  content: ""; }

.cocb .uk-icon-pied-piper-alt:before {
  content: ""; }

.cocb .uk-icon-drupal:before {
  content: ""; }

.cocb .uk-icon-joomla:before {
  content: ""; }

.cocb .uk-icon-language:before {
  content: ""; }

.cocb .uk-icon-fax:before {
  content: ""; }

.cocb .uk-icon-building:before {
  content: ""; }

.cocb .uk-icon-child:before {
  content: ""; }

.cocb .uk-icon-paw:before {
  content: ""; }

.cocb .uk-icon-spoon:before {
  content: ""; }

.cocb .uk-icon-cube:before {
  content: ""; }

.cocb .uk-icon-cubes:before {
  content: ""; }

.cocb .uk-icon-behance:before {
  content: ""; }

.cocb .uk-icon-behance-square:before {
  content: ""; }

.cocb .uk-icon-steam:before {
  content: ""; }

.cocb .uk-icon-steam-square:before {
  content: ""; }

.cocb .uk-icon-recycle:before {
  content: ""; }

.cocb .uk-icon-automobile:before, .cocb .uk-icon-car:before {
  content: ""; }

.cocb .uk-icon-cab:before, .cocb .uk-icon-taxi:before {
  content: ""; }

.cocb .uk-icon-tree:before {
  content: ""; }

.cocb .uk-icon-spotify:before {
  content: ""; }

.cocb .uk-icon-deviantart:before {
  content: ""; }

.cocb .uk-icon-soundcloud:before {
  content: ""; }

.cocb .uk-icon-database:before {
  content: ""; }

.cocb .uk-icon-file-pdf-o:before {
  content: ""; }

.cocb .uk-icon-file-word-o:before {
  content: ""; }

.cocb .uk-icon-file-excel-o:before {
  content: ""; }

.cocb .uk-icon-file-powerpoint-o:before {
  content: ""; }

.cocb .uk-icon-file-image-o:before, .cocb .uk-icon-file-photo-o:before, .cocb .uk-icon-file-picture-o:before {
  content: ""; }

.cocb .uk-icon-file-archive-o:before, .cocb .uk-icon-file-zip-o:before {
  content: ""; }

.cocb .uk-icon-file-audio-o:before, .cocb .uk-icon-file-sound-o:before {
  content: ""; }

.cocb .uk-icon-file-movie-o:before, .cocb .uk-icon-file-video-o:before {
  content: ""; }

.cocb .uk-icon-file-code-o:before {
  content: ""; }

.cocb .uk-icon-vine:before {
  content: ""; }

.cocb .uk-icon-codepen:before {
  content: ""; }

.cocb .uk-icon-jsfiddle:before {
  content: ""; }

.cocb .uk-icon-life-bouy:before, .cocb .uk-icon-life-buoy:before, .cocb .uk-icon-life-ring:before, .cocb .uk-icon-life-saver:before, .cocb .uk-icon-support:before {
  content: ""; }

.cocb .uk-icon-circle-o-notch:before {
  content: ""; }

.cocb .uk-icon-ra:before, .cocb .uk-icon-rebel:before {
  content: ""; }

.cocb .uk-icon-empire:before, .cocb .uk-icon-ge:before {
  content: ""; }

.cocb .uk-icon-git-square:before {
  content: ""; }

.cocb .uk-icon-git:before {
  content: ""; }

.cocb .uk-icon-hacker-news:before {
  content: ""; }

.cocb .uk-icon-tencent-weibo:before {
  content: ""; }

.cocb .uk-icon-qq:before {
  content: ""; }

.cocb .uk-icon-wechat:before, .cocb .uk-icon-weixin:before {
  content: ""; }

.cocb .uk-icon-paper-plane:before, .cocb .uk-icon-send:before {
  content: ""; }

.cocb .uk-icon-paper-plane-o:before, .cocb .uk-icon-send-o:before {
  content: ""; }

.cocb .uk-icon-history:before {
  content: ""; }

.cocb .uk-icon-circle-thin:before, .cocb .uk-icon-genderless:before {
  content: ""; }

.cocb .uk-icon-header:before {
  content: ""; }

.cocb .uk-icon-paragraph:before {
  content: ""; }

.cocb .uk-icon-sliders:before {
  content: ""; }

.cocb .uk-icon-share-alt:before {
  content: ""; }

.cocb .uk-icon-share-alt-square:before {
  content: ""; }

.cocb .uk-icon-bomb:before {
  content: ""; }

.cocb .uk-icon-futbol-o:before, .cocb .uk-icon-soccer-ball-o:before {
  content: ""; }

.cocb .uk-icon-tty:before {
  content: ""; }

.cocb .uk-icon-binoculars:before {
  content: ""; }

.cocb .uk-icon-plug:before {
  content: ""; }

.cocb .uk-icon-slideshare:before {
  content: ""; }

.cocb .uk-icon-twitch:before {
  content: ""; }

.cocb .uk-icon-yelp:before {
  content: ""; }

.cocb .uk-icon-newspaper-o:before {
  content: ""; }

.cocb .uk-icon-wifi:before {
  content: ""; }

.cocb .uk-icon-calculator:before {
  content: ""; }

.cocb .uk-icon-paypal:before {
  content: ""; }

.cocb .uk-icon-google-wallet:before {
  content: ""; }

.cocb .uk-icon-cc-visa:before {
  content: ""; }

.cocb .uk-icon-cc-mastercard:before {
  content: ""; }

.cocb .uk-icon-cc-discover:before {
  content: ""; }

.cocb .uk-icon-cc-amex:before {
  content: ""; }

.cocb .uk-icon-cc-paypal:before {
  content: ""; }

.cocb .uk-icon-cc-stripe:before {
  content: ""; }

.cocb .uk-icon-bell-slash:before {
  content: ""; }

.cocb .uk-icon-bell-slash-o:before {
  content: ""; }

.cocb .uk-icon-trash:before {
  content: ""; }

.cocb .uk-icon-copyright:before {
  content: ""; }

.cocb .uk-icon-at:before {
  content: ""; }

.cocb .uk-icon-eyedropper:before {
  content: ""; }

.cocb .uk-icon-paint-brush:before {
  content: ""; }

.cocb .uk-icon-birthday-cake:before {
  content: ""; }

.cocb .uk-icon-area-chart:before {
  content: ""; }

.cocb .uk-icon-pie-chart:before {
  content: ""; }

.cocb .uk-icon-line-chart:before {
  content: ""; }

.cocb .uk-icon-lastfm:before {
  content: ""; }

.cocb .uk-icon-lastfm-square:before {
  content: ""; }

.cocb .uk-icon-toggle-off:before {
  content: ""; }

.cocb .uk-icon-toggle-on:before {
  content: ""; }

.cocb .uk-icon-bicycle:before {
  content: ""; }

.cocb .uk-icon-bus:before {
  content: ""; }

.cocb .uk-icon-ioxhost:before {
  content: ""; }

.cocb .uk-icon-angellist:before {
  content: ""; }

.cocb .uk-icon-cc:before {
  content: ""; }

.cocb .uk-icon-ils:before, .cocb .uk-icon-shekel:before, .cocb .uk-icon-sheqel:before {
  content: ""; }

.cocb .uk-icon-meanpath:before {
  content: ""; }

.cocb .uk-icon-buysellads:before {
  content: ""; }

.cocb .uk-icon-connectdevelop:before {
  content: ""; }

.cocb .uk-icon-dashcube:before {
  content: ""; }

.cocb .uk-icon-forumbee:before {
  content: ""; }

.cocb .uk-icon-leanpub:before {
  content: ""; }

.cocb .uk-icon-sellsy:before {
  content: ""; }

.cocb .uk-icon-shirtsinbulk:before {
  content: ""; }

.cocb .uk-icon-simplybuilt:before {
  content: ""; }

.cocb .uk-icon-skyatlas:before {
  content: ""; }

.cocb .uk-icon-cart-plus:before {
  content: ""; }

.cocb .uk-icon-cart-arrow-down:before {
  content: ""; }

.cocb .uk-icon-diamond:before {
  content: ""; }

.cocb .uk-icon-ship:before {
  content: ""; }

.cocb .uk-icon-user-secret:before {
  content: ""; }

.cocb .uk-icon-motorcycle:before {
  content: ""; }

.cocb .uk-icon-street-view:before {
  content: ""; }

.cocb .uk-icon-heartbeat:before {
  content: ""; }

.cocb .uk-icon-venus:before {
  content: ""; }

.cocb .uk-icon-mars:before {
  content: ""; }

.cocb .uk-icon-mercury:before {
  content: ""; }

.cocb .uk-icon-transgender:before {
  content: ""; }

.cocb .uk-icon-transgender-alt:before {
  content: ""; }

.cocb .uk-icon-venus-double:before {
  content: ""; }

.cocb .uk-icon-mars-double:before {
  content: ""; }

.cocb .uk-icon-venus-mars:before {
  content: ""; }

.cocb .uk-icon-mars-stroke:before {
  content: ""; }

.cocb .uk-icon-mars-stroke-v:before {
  content: ""; }

.cocb .uk-icon-mars-stroke-h:before {
  content: ""; }

.cocb .uk-icon-neuter:before {
  content: ""; }

.cocb .uk-icon-facebook-official:before {
  content: ""; }

.cocb .uk-icon-pinterest-p:before {
  content: ""; }

.cocb .uk-icon-whatsapp:before {
  content: ""; }

.cocb .uk-icon-server:before {
  content: ""; }

.cocb .uk-icon-user-plus:before {
  content: ""; }

.cocb .uk-icon-user-times:before {
  content: ""; }

.cocb .uk-icon-bed:before, .cocb .uk-icon-hotel:before {
  content: ""; }

.cocb .uk-icon-viacoin:before {
  content: ""; }

.cocb .uk-icon-train:before {
  content: ""; }

.cocb .uk-icon-subway:before {
  content: ""; }

.cocb .uk-icon-medium-logo:before {
  content: ""; }

.cocb .uk-icon-500px:before {
  content: ""; }

.cocb .uk-icon-amazon:before {
  content: ""; }

.cocb .uk-icon-balance-scale:before {
  content: ""; }

.cocb .uk-icon-battery-0:before, .cocb .uk-icon-battery-empty:before {
  content: ""; }

.cocb .uk-icon-battery-1:before, .cocb .uk-icon-battery-quarter:before {
  content: ""; }

.cocb .uk-icon-battery-2:before, .cocb .uk-icon-battery-half:before {
  content: ""; }

.cocb .uk-icon-battery-3:before, .cocb .uk-icon-battery-three-quarters:before {
  content: ""; }

.cocb .uk-icon-battery-4:before, .cocb .uk-icon-battery-full:before {
  content: ""; }

.cocb .uk-icon-black-tie:before {
  content: ""; }

.cocb .uk-icon-calendar-check-o:before {
  content: ""; }

.cocb .uk-icon-calendar-minus-o:before {
  content: ""; }

.cocb .uk-icon-calendar-plus-o:before {
  content: ""; }

.cocb .uk-icon-calendar-times-o:before {
  content: ""; }

.cocb .uk-icon-cc-diners-club:before {
  content: ""; }

.cocb .uk-icon-cc-jcb:before {
  content: ""; }

.cocb .uk-icon-chrome:before {
  content: ""; }

.cocb .uk-icon-clone:before {
  content: ""; }

.cocb .uk-icon-commenting:before {
  content: ""; }

.cocb .uk-icon-commenting-o:before {
  content: ""; }

.cocb .uk-icon-contao:before {
  content: ""; }

.cocb .uk-icon-creative-commons:before {
  content: ""; }

.cocb .uk-icon-expeditedssl:before {
  content: ""; }

.cocb .uk-icon-firefox:before {
  content: ""; }

.cocb .uk-icon-fonticons:before {
  content: ""; }

.cocb .uk-icon-get-pocket:before {
  content: ""; }

.cocb .uk-icon-gg:before {
  content: ""; }

.cocb .uk-icon-gg-circle:before {
  content: ""; }

.cocb .uk-icon-hand-lizard-o:before {
  content: ""; }

.cocb .uk-icon-hand-paper-o:before, .cocb .uk-icon-hand-stop-o:before {
  content: ""; }

.cocb .uk-icon-hand-peace-o:before {
  content: ""; }

.cocb .uk-icon-hand-pointer-o:before {
  content: ""; }

.cocb .uk-icon-hand-grab-o:before, .cocb .uk-icon-hand-rock-o:before {
  content: ""; }

.cocb .uk-icon-hand-scissors-o:before {
  content: ""; }

.cocb .uk-icon-hand-spock-o:before {
  content: ""; }

.cocb .uk-icon-hourglass:before {
  content: ""; }

.cocb .uk-icon-hourglass-o:before {
  content: ""; }

.cocb .uk-icon-hourglass-1:before, .cocb .uk-icon-hourglass-start:before {
  content: ""; }

.cocb .uk-icon-hourglass-2:before, .cocb .uk-icon-hourglass-half:before {
  content: ""; }

.cocb .uk-icon-hourglass-3:before, .cocb .uk-icon-hourglass-end:before {
  content: ""; }

.cocb .uk-icon-houzz:before {
  content: ""; }

.cocb .uk-icon-i-cursor:before {
  content: ""; }

.cocb .uk-icon-industry:before {
  content: ""; }

.cocb .uk-icon-internet-explorer:before {
  content: ""; }

.cocb .uk-icon-map:before {
  content: ""; }

.cocb .uk-icon-map-o:before {
  content: ""; }

.cocb .uk-icon-map-pin:before {
  content: ""; }

.cocb .uk-icon-map-signs:before {
  content: ""; }

.cocb .uk-icon-mouse-pointer:before {
  content: ""; }

.cocb .uk-icon-object-group:before {
  content: ""; }

.cocb .uk-icon-object-ungroup:before {
  content: ""; }

.cocb .uk-icon-odnoklassniki:before {
  content: ""; }

.cocb .uk-icon-odnoklassniki-square:before {
  content: ""; }

.cocb .uk-icon-opencart:before {
  content: ""; }

.cocb .uk-icon-opera:before {
  content: ""; }

.cocb .uk-icon-optin-monster:before {
  content: ""; }

.cocb .uk-icon-registered:before {
  content: ""; }

.cocb .uk-icon-safari:before {
  content: ""; }

.cocb .uk-icon-sticky-note:before {
  content: ""; }

.cocb .uk-icon-sticky-note-o:before {
  content: ""; }

.cocb .uk-icon-television:before, .cocb .uk-icon-tv:before {
  content: ""; }

.cocb .uk-icon-trademark:before {
  content: ""; }

.cocb .uk-icon-tripadvisor:before {
  content: ""; }

.cocb .uk-icon-vimeo:before {
  content: ""; }

.cocb .uk-icon-wikipedia-w:before {
  content: ""; }

.cocb .uk-icon-y-combinator:before, .cocb .uk-icon-yc:before {
  content: ""; }

.cocb .uk-icon-y-combinator-square:before, .cocb .uk-icon-yc-square:before {
  content: ""; }

.cocb .uk-icon-bluetooth:before {
  content: ""; }

.cocb .uk-icon-bluetooth-b:before {
  content: ""; }

.cocb .uk-icon-codiepie:before {
  content: ""; }

.cocb .uk-icon-credit-card-alt:before {
  content: ""; }

.cocb .uk-icon-edge:before {
  content: ""; }

.cocb .uk-icon-fort-awesome:before {
  content: ""; }

.cocb .uk-icon-hashtag:before {
  content: ""; }

.cocb .uk-icon-mixcloud:before {
  content: ""; }

.cocb .uk-icon-modx:before {
  content: ""; }

.cocb .uk-icon-pause-circle:before {
  content: ""; }

.cocb .uk-icon-pause-circle-o:before {
  content: ""; }

.cocb .uk-icon-percent:before {
  content: ""; }

.cocb .uk-icon-product-hunt:before {
  content: ""; }

.cocb .uk-icon-reddit-alien:before {
  content: ""; }

.cocb .uk-icon-scribd:before {
  content: ""; }

.cocb .uk-icon-shopping-bag:before {
  content: ""; }

.cocb .uk-icon-shopping-basket:before {
  content: ""; }

.cocb .uk-icon-stop-circle:before {
  content: ""; }

.cocb .uk-icon-stop-circle-o:before {
  content: ""; }

.cocb .uk-icon-usb:before {
  content: ""; }

.cocb .uk-icon-american-sign-language-interpreting:before, .cocb .uk-icon-asl-interpreting:before {
  content: ""; }

.cocb .uk-icon-assistive-listening-systems:before {
  content: ""; }

.cocb .uk-icon-audio-description:before {
  content: ""; }

.cocb .uk-icon-blind:before {
  content: ""; }

.cocb .uk-icon-braille:before {
  content: ""; }

.cocb .uk-icon-deaf:before, .cocb .uk-icon-deafness:before {
  content: ""; }

.cocb .uk-icon-envira:before {
  content: ""; }

.cocb .uk-icon-fa:before, .cocb .uk-icon-font-awesome:before {
  content: ""; }

.cocb .uk-icon-first-order:before {
  content: ""; }

.cocb .uk-icon-gitlab:before {
  content: ""; }

.cocb .uk-icon-glide:before {
  content: ""; }

.cocb .uk-icon-glide-g:before {
  content: ""; }

.cocb .uk-icon-hard-of-hearing:before {
  content: ""; }

.cocb .uk-icon-low-vision:before {
  content: ""; }

.cocb .uk-icon-question-circle-o:before {
  content: ""; }

.cocb .uk-icon-sign-language:before, .cocb .uk-icon-signing:before {
  content: ""; }

.cocb .uk-icon-snapchat:before {
  content: ""; }

.cocb .uk-icon-snapchat-ghost:before {
  content: ""; }

.cocb .uk-icon-snapchat-square:before {
  content: ""; }

.cocb .uk-icon-themeisle:before {
  content: ""; }

.cocb .uk-icon-universal-access:before {
  content: ""; }

.cocb .uk-icon-viadeo:before {
  content: ""; }

.cocb .uk-icon-viadeo-square:before {
  content: ""; }

.cocb .uk-icon-volume-control-phone:before {
  content: ""; }

.cocb .uk-icon-wheelchair-alt:before {
  content: ""; }

.cocb .uk-icon-wpbeginner:before {
  content: ""; }

.cocb .uk-icon-wpforms:before {
  content: ""; }

.cocb .uk-icon-yoast:before {
  content: ""; }

.cocb .uk-icon-adress-book:before {
  content: ""; }

.cocb .uk-icon-adress-book-o:before {
  content: ""; }

.cocb .uk-icon-adress-card:before {
  content: ""; }

.cocb .uk-icon-adress-card-o:before {
  content: ""; }

.cocb .uk-icon-bandcamp:before {
  content: ""; }

.cocb .uk-icon-bath:before, .cocb .uk-icon-bathub:before {
  content: ""; }

.cocb .uk-icon-drivers-license:before {
  content: ""; }

.cocb .uk-icon-drivers-license-o:before {
  content: ""; }

.cocb .uk-icon-eercast:before {
  content: ""; }

.cocb .uk-icon-envelope-open:before {
  content: ""; }

.cocb .uk-icon-envelope-open-o:before {
  content: ""; }

.cocb .uk-icon-etsy:before {
  content: ""; }

.cocb .uk-icon-free-code-camp:before {
  content: ""; }

.cocb .uk-icon-grav:before {
  content: ""; }

.cocb .uk-icon-handshake-o:before {
  content: ""; }

.cocb .uk-icon-id-badge:before {
  content: ""; }

.cocb .uk-icon-id-card:before {
  content: ""; }

.cocb .uk-icon-id-card-o:before {
  content: ""; }

.cocb .uk-icon-imdb:before {
  content: ""; }

.cocb .uk-icon-linode:before {
  content: ""; }

.cocb .uk-icon-meetup:before {
  content: ""; }

.cocb .uk-icon-microchip:before {
  content: ""; }

.cocb .uk-icon-podcast:before {
  content: ""; }

.cocb .uk-icon-quora:before {
  content: ""; }

.cocb .uk-icon-ravelry:before {
  content: ""; }

.cocb .uk-icon-s15:before {
  content: ""; }

.cocb .uk-icon-shower:before {
  content: ""; }

.cocb .uk-icon-snowflake-o:before {
  content: ""; }

.cocb .uk-icon-superpowers:before {
  content: ""; }

.cocb .uk-icon-telegram:before {
  content: ""; }

.cocb .uk-icon-thermometer:before {
  content: ""; }

.cocb .uk-icon-thermometer-0:before {
  content: ""; }

.cocb .uk-icon-thermometer-1:before {
  content: ""; }

.cocb .uk-icon-thermometer-2:before {
  content: ""; }

.cocb .uk-icon-thermometer-3:before {
  content: ""; }

.cocb .uk-icon-thermometer-4:before {
  content: ""; }

.cocb .uk-icon-thermometer-empty:before {
  content: ""; }

.cocb .uk-icon-thermometer-full:before {
  content: ""; }

.cocb .uk-icon-thermometer-half:before {
  content: ""; }

.cocb .uk-icon-thermometer-quarter:before {
  content: ""; }

.cocb .uk-icon-thermometer-three-quarters:before {
  content: ""; }

.cocb .uk-icon-times-rectangle:before {
  content: ""; }

.cocb .uk-icon-times-rectangle-o:before {
  content: ""; }

.cocb .uk-icon-user-circle:before {
  content: ""; }

.cocb .uk-icon-user-circle-o:before {
  content: ""; }

.cocb .uk-icon-user-o:before {
  content: ""; }

.cocb .uk-icon-vcard:before {
  content: ""; }

.cocb .uk-icon-vcard-o:before {
  content: ""; }

.cocb .uk-icon-widow-close:before {
  content: ""; }

.cocb .uk-icon-widow-close-o:before {
  content: ""; }

.cocb .uk-icon-window-maximize:before {
  content: ""; }

.cocb .uk-icon-window-minimize:before {
  content: ""; }

.cocb .uk-icon-window-restore:before {
  content: ""; }

.cocb .uk-icon-wpexplorer:before {
  content: ""; }

.cocb .uk-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.cocb .uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: 0 0;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: .3; }

.cocb .uk-close:after {
  display: block;
  content: "";
  font-family: FontAwesome; }

.cocb .uk-close:focus, .cocb .uk-close:hover {
  opacity: .5;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.cocb .uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1; }

.cocb .uk-close-alt:focus, .cocb .uk-close-alt:hover {
  opacity: 1; }

.cocb .uk-close-alt:after {
  opacity: .5; }

.cocb .uk-close-alt:focus:after, .cocb .uk-close-alt:hover:after {
  opacity: .8; }

.cocb [class*=uk-column-] {
  column-gap: 25px; }

.cocb .uk-column-1-2 {
  column-count: 2; }

.cocb .uk-column-1-3 {
  column-count: 3; }

.cocb .uk-column-1-4 {
  column-count: 4; }

.cocb .uk-column-1-5 {
  column-count: 5; }

.cocb .uk-column-1-6 {
  column-count: 6; }

@media (min-width: 520px) {
  .cocb .uk-column-small-1-2 {
    column-count: 2; }
  .cocb .uk-column-small-1-3 {
    column-count: 3; }
  .cocb .uk-column-small-1-4 {
    column-count: 4; }
  .cocb .uk-column-small-1-5 {
    column-count: 5; }
  .cocb .uk-column-small-1-6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .cocb .uk-column-medium-1-2 {
    column-count: 2; }
  .cocb .uk-column-medium-1-3 {
    column-count: 3; }
  .cocb .uk-column-medium-1-4 {
    column-count: 4; }
  .cocb .uk-column-medium-1-5 {
    column-count: 5; }
  .cocb .uk-column-medium-1-6 {
    column-count: 6; } }

@media (min-width: 1025px) {
  .cocb .uk-column-large-1-2 {
    column-count: 2; }
  .cocb .uk-column-large-1-3 {
    column-count: 3; }
  .cocb .uk-column-large-1-4 {
    column-count: 4; }
  .cocb .uk-column-large-1-5 {
    column-count: 5; }
  .cocb .uk-column-large-1-6 {
    column-count: 6; } }

@media (min-width: 1400px) {
  .cocb .uk-column-xlarge-1-2 {
    column-count: 2; }
  .cocb .uk-column-xlarge-1-3 {
    column-count: 3; }
  .cocb .uk-column-xlarge-1-4 {
    column-count: 4; }
  .cocb .uk-column-xlarge-1-5 {
    column-count: 5; }
  .cocb .uk-column-xlarge-1-6 {
    column-count: 6; } }

.cocb [class*=uk-animation-] {
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

@media screen {
  .cocb [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
    opacity: 0; } }

.cocb .uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear !important; }

.cocb .uk-animation-scale-up {
  animation-name: uk-fade-scale-02; }

.cocb .uk-animation-scale-down {
  animation-name: uk-fade-scale-18; }

.cocb .uk-animation-slide-top {
  animation-name: uk-fade-top; }

.cocb .uk-animation-slide-bottom {
  animation-name: uk-fade-bottom; }

.cocb .uk-animation-slide-left {
  animation-name: uk-fade-left; }

.cocb .uk-animation-slide-right {
  animation-name: uk-fade-right; }

.cocb .uk-animation-scale {
  animation-name: uk-scale-12; }

.cocb .uk-animation-shake {
  animation-name: uk-shake; }

.cocb .uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

.cocb .uk-animation-15 {
  animation-duration: 15s; }

.cocb .uk-animation-top-left {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.cocb .uk-animation-top-center {
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.cocb .uk-animation-top-right {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.cocb .uk-animation-middle-left {
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.cocb .uk-animation-middle-right {
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.cocb .uk-animation-bottom-left {
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.cocb .uk-animation-bottom-center {
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.cocb .uk-animation-bottom-right {
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.cocb .uk-animation-hover:not(:hover), .cocb .uk-animation-hover:not(:hover) [class*=uk-animation-], .cocb .uk-touch .uk-animation-hover:not(.uk-hover), .cocb .uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-] {
  animation-name: none; }

@keyframes uk-fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%); }
  to {
    transform: translateX(0); } }

@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%); }
  to {
    transform: translateX(0); } }

@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2); }
  to {
    transform: scale(1); } }

@keyframes uk-rotate {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes uk-shake {
  0%, to {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.cocb .uk-dropdown, .cocb .uk-dropdown-blank {
  display: none;
  position: absolute;
  z-index: 970;
  box-sizing: border-box;
  width: 200px; }

.cocb .uk-dropdown {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
  font-size: 1rem;
  vertical-align: top; }

.cocb .uk-dropdown:focus {
  outline: none; }

.cocb .uk-open > .uk-dropdown, .cocb .uk-open > .uk-dropdown-blank {
  display: block;
  animation: uk-fade .2s ease-in-out;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.cocb .uk-dropdown-top {
  margin-top: -5px; }

.cocb .uk-dropdown-bottom {
  margin-top: 5px; }

.cocb .uk-dropdown-left {
  margin-left: -5px; }

.cocb .uk-dropdown-right {
  margin-left: 5px; }

.cocb .uk-dropdown .uk-nav {
  margin: 0 -15px; }

.cocb .uk-dropdown-grid > [class*=uk-width-] > .uk-panel + .uk-panel, .cocb .uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px; }

@media (min-width: 768px) {
  .cocb .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px; }
  .cocb .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-] {
    padding-left: 15px;
    padding-right: 15px; }
  .cocb .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
    border-left: 1px solid #ddd; }
  .cocb .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px; }
  .cocb .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px; }
  .cocb .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px; }
  .cocb .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px; } }

@media (max-width: 767px) {
  .cocb .uk-dropdown-grid > [class*=uk-width-] {
    width: 100%; }
  .cocb .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
    margin-top: 15px; } }

.cocb .uk-dropdown-stack > .uk-dropdown-grid > [class*=uk-width-] {
  width: 100%; }

.cocb .uk-dropdown-stack > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
  margin-top: 15px; }

.cocb .uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap; }

.cocb .uk-dropdown-small .uk-nav {
  margin: 0 -5px; }

.cocb .uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444; }

.cocb .uk-open > .uk-dropdown-navbar {
  animation: uk-slide-top-fixed .2s ease-in-out; }

.cocb .uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px; }

.cocb .uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom; }

.cocb .uk-switcher > :not(.uk-active) {
  display: none; }

.cocb .uk-text-small {
  font-size: 11px;
  line-height: 16px; }

.cocb .uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

.cocb .uk-text-bold {
  font-weight: 700; }

.cocb .uk-text-muted {
  color: #999 !important; }

.cocb .uk-text-primary {
  color: #2d7091 !important; }

.cocb .uk-text-success {
  color: #659f13 !important; }

.cocb .uk-text-warning {
  color: #e28327 !important; }

.cocb .uk-text-danger {
  color: #d85030 !important; }

.cocb .uk-text-contrast {
  color: #fff !important; }

.cocb .uk-text-left {
  text-align: left !important; }

.cocb .uk-text-right {
  text-align: right !important; }

.cocb .uk-text-center {
  text-align: center !important; }

.cocb .uk-text-justify {
  text-align: justify !important; }

.cocb .uk-text-top {
  vertical-align: top !important; }

.cocb .uk-text-middle {
  vertical-align: middle !important; }

.cocb .uk-text-bottom {
  vertical-align: bottom !important; }

@media (max-width: 1024px) {
  .cocb .uk-text-center-medium {
    text-align: center !important; }
  .cocb .uk-text-left-medium {
    text-align: left !important; } }

@media (max-width: 767px) {
  .cocb .uk-text-center-small {
    text-align: center !important; }
  .cocb .uk-text-left-small {
    text-align: left !important; } }

.cocb .uk-text-nowrap, .cocb .uk-text-truncate {
  white-space: nowrap; }

.cocb .uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis; }

.cocb .uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.cocb .uk-text-capitalize {
  text-transform: capitalize !important; }

.cocb .uk-text-lowercase {
  text-transform: lowercase !important; }

.cocb .uk-text-uppercase {
  text-transform: uppercase !important; }

.cocb .uk-container {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 25px; }

@media (min-width: 1400px) {
  .cocb .uk-container {
    max-width: 1220px;
    padding: 0 35px; } }

.cocb .uk-container:after, .cocb .uk-container:before {
  content: "";
  display: table; }

.cocb .uk-container:after {
  clear: both; }

.cocb .uk-container-center {
  margin-left: auto;
  margin-right: auto; }

.cocb .uk-clearfix:before {
  content: "";
  display: table-cell; }

.cocb .uk-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.cocb .uk-nbfc {
  overflow: hidden; }

.cocb .uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

.cocb .uk-float-left {
  float: left; }

.cocb .uk-float-right {
  float: right; }

.cocb [class*=uk-float-] {
  max-width: 100%; }

.cocb [class*=uk-align-] {
  display: block;
  margin-bottom: 15px; }

.cocb .uk-align-left {
  margin-right: 15px;
  float: left; }

.cocb .uk-align-right {
  margin-left: 15px;
  float: right; }

@media (min-width: 768px) {
  .cocb .uk-align-medium-left {
    margin-right: 15px;
    float: left; }
  .cocb .uk-align-medium-right {
    margin-left: 15px;
    float: right; } }

.cocb .uk-align-center {
  margin-left: auto;
  margin-right: auto; }

.cocb .uk-vertical-align {
  font-size: .001px; }

.cocb .uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.cocb .uk-vertical-align-bottom, .cocb .uk-vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem; }

.cocb .uk-vertical-align-middle {
  vertical-align: middle; }

.cocb .uk-vertical-align-bottom {
  vertical-align: bottom; }

.cocb [class*=uk-height] {
  box-sizing: border-box; }

.cocb .uk-height-1-1 {
  height: 100%; }

.cocb .uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

.cocb .uk-responsive-height, .cocb .uk-responsive-width {
  box-sizing: border-box; }

.cocb .uk-responsive-width {
  max-width: 100% !important;
  height: auto; }

.cocb .uk-responsive-height {
  max-height: 100%;
  width: auto; }

.cocb .uk-margin {
  margin-bottom: 15px; }

.cocb * + .uk-margin {
  margin-top: 15px; }

.cocb .uk-margin-top {
  margin-top: 15px !important; }

.cocb .uk-margin-bottom {
  margin-bottom: 15px !important; }

.cocb .uk-margin-left {
  margin-left: 15px !important; }

.cocb .uk-margin-right {
  margin-right: 15px !important; }

.cocb .uk-margin-large {
  margin-bottom: 50px; }

.cocb * + .uk-margin-large {
  margin-top: 50px; }

.cocb .uk-margin-large-top {
  margin-top: 50px !important; }

.cocb .uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.cocb .uk-margin-large-left {
  margin-left: 50px !important; }

.cocb .uk-margin-large-right {
  margin-right: 50px !important; }

.cocb .uk-margin-small {
  margin-bottom: 5px; }

.cocb * + .uk-margin-small {
  margin-top: 5px; }

.cocb .uk-margin-small-top {
  margin-top: 5px !important; }

.cocb .uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.cocb .uk-margin-small-left {
  margin-left: 5px !important; }

.cocb .uk-margin-small-right {
  margin-right: 5px !important; }

.cocb .uk-margin-remove {
  margin: 0 !important; }

.cocb .uk-margin-top-remove {
  margin-top: 0 !important; }

.cocb .uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

.cocb .uk-padding-remove {
  padding: 0 !important; }

.cocb .uk-padding-top-remove {
  padding-top: 0 !important; }

.cocb .uk-padding-bottom-remove {
  padding-bottom: 0 !important; }

.cocb .uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.cocb .uk-border-circle {
  border-radius: 50%; }

.cocb .uk-border-rounded {
  border-radius: 5px; }

.cocb .uk-heading-large {
  font-size: 36px;
  line-height: 42px; }

@media (min-width: 768px) {
  .cocb .uk-heading-large {
    font-size: 52px;
    line-height: 64px; } }

.cocb .uk-link-muted, .cocb .uk-link-muted a, .cocb .uk-link-muted a:hover, .cocb .uk-link-muted:hover, .cocb .uk-nav-autocomplete > li > a, .cocb .uk-nav-search > li > a {
  color: #444; }

.cocb .uk-link-reset, .cocb .uk-link-reset a, .cocb .uk-link-reset a:focus, .cocb .uk-link-reset a:hover, .cocb .uk-link-reset:focus, .cocb .uk-link-reset:hover {
  color: inherit;
  text-decoration: none; }

.cocb .uk-scrollable-box, .cocb .uk-scrollable-text {
  -webkit-overflow-scrolling: touch;
  resize: both; }

.cocb .uk-scrollable-text {
  overflow-y: scroll;
  height: 300px; }

.cocb .uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto; }

.cocb .uk-overflow-container > :last-child, .cocb .uk-scrollable-box > :last-child {
  margin-bottom: 0; }

.cocb .uk-overflow-hidden {
  overflow: hidden; }

.cocb .uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.cocb .uk-position-absolute, .cocb [class*=uk-position-bottom], .cocb [class*=uk-position-top] {
  position: absolute !important; }

.cocb .uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.cocb .uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.cocb .uk-position-top-left {
  top: 0;
  left: 0; }

.cocb .uk-position-top-right {
  top: 0;
  right: 0; }

.cocb .uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.cocb .uk-position-bottom-right {
  bottom: 0;
  right: 0; }

.cocb .uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.cocb .uk-position-relative {
  position: relative !important; }

.cocb .uk-position-z-index {
  z-index: 1; }

.cocb .uk-display-block {
  display: block !important; }

.cocb .uk-display-inline {
  display: inline !important; }

.cocb .uk-display-inline-block {
  display: inline-block !important;
  max-width: 100%; }

@media (min-width: 1025px) {
  .cocb .uk-hidden-large, .cocb .uk-visible-medium, .cocb .uk-visible-small {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cocb .uk-hidden-medium, .cocb .uk-visible-large, .cocb .uk-visible-small {
    display: none !important; } }

@media (max-width: 767px) {
  .cocb .uk-hidden-small, .cocb .uk-visible-large, .cocb .uk-visible-medium {
    display: none !important; } }

.cocb .uk-hidden {
  display: none !important; }

.cocb .uk-hidden, .cocb .uk-invisible {
  visibility: hidden !important; }

.cocb .uk-visible-hover:hover .uk-hidden, .cocb .uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.cocb .uk-visible-hover-inline:hover .uk-hidden, .cocb .uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

.cocb .uk-notouch .uk-hidden-notouch, .cocb .uk-touch .uk-hidden-touch {
  display: none !important; }

.cocb .uk-flex {
  display: -ms-flexbox;
  display: flex; }

.cocb .uk-flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.cocb .uk-flex-inline > *, .cocb .uk-flex > * {
  -ms-flex-negative: 1; }

.cocb .uk-flex-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.cocb .uk-flex-middle {
  -ms-flex-align: center;
  align-items: center; }

.cocb .uk-flex-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.cocb .uk-flex-center {
  -ms-flex-pack: center;
  justify-content: center; }

.cocb .uk-flex-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.cocb .uk-flex-space-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cocb .uk-flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.cocb .uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.cocb .uk-flex-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.cocb .uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.cocb .uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.cocb .uk-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cocb .uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.cocb .uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.cocb .uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  align-content: center; }

.cocb .uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.cocb .uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cocb .uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.cocb .uk-flex-order-first {
  -ms-flex-order: -1;
  order: -1; }

.cocb .uk-flex-order-last {
  -ms-flex-order: 99;
  order: 99; }

@media (min-width: 520px) {
  .cocb .uk-flex-order-first-small {
    -ms-flex-order: -1;
    order: -1; }
  .cocb .uk-flex-order-last-small {
    -ms-flex-order: 99;
    order: 99; } }

@media (min-width: 768px) {
  .cocb .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    order: -1; }
  .cocb .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    order: 99; } }

@media (min-width: 1025px) {
  .cocb .uk-flex-order-first-large {
    -ms-flex-order: -1;
    order: -1; }
  .cocb .uk-flex-order-last-large {
    -ms-flex-order: 99;
    order: 99; } }

@media (min-width: 1400px) {
  .cocb .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    order: -1; }
  .cocb .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    order: 99; } }

.cocb .uk-flex-item-none {
  -ms-flex: none;
  flex: none; }

.cocb .uk-flex-item-auto {
  -ms-flex: auto;
  flex: auto;
  -ms-flex-negative: 1; }

.cocb .uk-flex-item-1 {
  -ms-flex: 1;
  flex: 1; }

.cocb .uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #eee;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer; }

.cocb .uk-accordion-content {
  padding: 0 15px 15px; }

.cocb .uk-accordion-content:after, .cocb .uk-accordion-content:before {
  content: "";
  display: table; }

.cocb .uk-accordion-content:after {
  clear: both; }

.cocb .uk-accordion-content > :last-child {
  margin-bottom: 0; }

.cocb .uk-autocomplete {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle; }

.cocb .uk-dropdown-flip {
  left: auto;
  right: 0; }

.cocb .uk-nav-autocomplete > li.uk-active > a, .cocb .uk-nav-search > li.uk-active > a {
  background: #00a8e6;
  color: #fff;
  outline: none; }

.cocb .uk-nav-autocomplete .uk-nav-header {
  color: #999; }

.cocb .uk-nav-autocomplete .uk-nav-divider {
  border-top: 1px solid #ddd; }

.cocb .uk-dotnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
  padding: 0;
  list-style: none; }

.cocb .uk-dotnav > * {
  -ms-flex: none;
  flex: none;
  padding-left: 15px;
  margin-top: 15px;
  float: left; }

.cocb .uk-dotnav:after, .cocb .uk-dotnav:before {
  content: "";
  display: block;
  overflow: hidden; }

.cocb .uk-dotnav:after {
  clear: both; }

.cocb .uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.cocb .uk-dotnav > * > :focus, .cocb .uk-dotnav > * > :hover {
  background: rgba(50, 50, 50, 0.4);
  outline: none; }

.cocb .uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6); }

.cocb .uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4); }

.cocb .uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4); }

.cocb .uk-dotnav-contrast > * > :focus, .cocb .uk-dotnav-contrast > * > :hover {
  background: rgba(255, 255, 255, 0.7); }

.cocb .uk-dotnav-contrast > * > :active, .cocb .uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9); }

.cocb .uk-dotnav-vertical {
  -ms-flex-direction: column;
  flex-direction: column; }

.cocb .uk-dotnav-vertical > * {
  float: none; }

.cocb .uk-search {
  display: inline-block;
  position: relative;
  margin: 0; }

.cocb .uk-search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2); }

.cocb .uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0; }

.cocb .uk-search-field::-webkit-search-cancel-button, .cocb .uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none; }

.cocb .uk-search-field::-ms-clear {
  display: none; }

.cocb .uk-search-field::-moz-placeholder {
  opacity: 1;
  color: #999; }

.cocb .uk-search-field {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: #444;
  -webkit-appearance: none;
  width: 120px;
  height: 30px;
  padding: 0 0 0 30px;
  border: 1px solid transparent;
  background: 0 0;
  transition: all .2s linear;
  vertical-align: middle; }

.cocb .uk-search-field:-ms-input-placeholder {
  color: #999 !important; }

.cocb .uk-search-field::-webkit-input-placeholder {
  color: #999; }

.cocb .uk-search-field:focus {
  outline: 0;
  width: 180px; }

.cocb .uk-search.uk-active .uk-search-field {
  width: 180px; }

.cocb .uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #f5f5f5;
  color: #444; }

.cocb .uk-open > .uk-dropdown-search {
  animation: uk-slide-top-fixed .2s ease-in-out; }

.cocb .uk-navbar-flip .uk-dropdown-search {
  margin-top: 5px;
  margin-right: -15px; }

.cocb .uk-nav-search .uk-nav-header {
  color: #999; }

.cocb .uk-nav-search .uk-nav-divider {
  border-top: 1px solid #ddd; }

.cocb .uk-nav-search ul a {
  color: #07d; }

.cocb .uk-nav-search ul a:hover {
  color: #059; }

.cocb .uk-offcanvas .uk-search {
  display: block;
  margin: 20px 15px; }

.cocb .uk-offcanvas .uk-search:before {
  color: #777; }

.cocb .uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: transparent;
  background: #1a1a1a;
  color: #ccc; }

.cocb .uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: #777 !important; }

.cocb .uk-offcanvas .uk-search-field::-moz-placeholder {
  color: #777; }

.cocb .uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: #777; }

.cocb .uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center; }

.cocb .uk-slidenav:focus, .cocb .uk-slidenav:hover {
  outline: none;
  text-decoration: none;
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer; }

.cocb .uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9); }

.cocb .uk-slidenav-previous:before {
  content: "";
  font-family: FontAwesome; }

.cocb .uk-slidenav-next:before {
  content: "";
  font-family: FontAwesome; }

.cocb .uk-slidenav-position {
  position: relative; }

.cocb .uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px; }

.cocb .uk-slidenav-position:hover .uk-slidenav {
  display: block; }

.cocb .uk-slidenav-position .uk-slidenav-previous {
  left: 20px; }

.cocb .uk-slidenav-position .uk-slidenav-next {
  right: 20px; }

.cocb .uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5); }

.cocb .uk-slidenav-contrast:focus, .cocb .uk-slidenav-contrast:hover {
  color: rgba(255, 255, 255, 0.7); }

.cocb .uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9); }

.cocb [data-uk-slider] {
  direction: ltr; }

.cocb html[dir=rtl] .uk-slider > * {
  direction: rtl; }

.cocb .uk-slider {
  position: relative;
  z-index: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.cocb .uk-slider:not(.uk-grid) {
  margin: 0;
  padding: 0;
  list-style: none; }

.cocb .uk-slider > * {
  position: absolute;
  top: 0;
  left: 0; }

.cocb .uk-slider-container {
  overflow: hidden; }

.cocb .uk-slider:not(.uk-drag) {
  transition: transform 200ms linear; }

.cocb .uk-slider.uk-drag {
  cursor: col-resize;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cocb .uk-slider a, .cocb .uk-slider img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none; }

.cocb .uk-slider img {
  pointer-events: none; }

.cocb .uk-slider-fullscreen, .cocb .uk-slider-fullscreen > li {
  height: 100vh; }

.cocb .uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.cocb .uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }

.cocb .uk-slideshow > .uk-active {
  z-index: 10;
  opacity: 1; }

.cocb .uk-slideshow > li > img {
  visibility: hidden; }

.cocb [data-uk-slideshow-slide] {
  cursor: pointer; }

.cocb .uk-slideshow-fullscreen, .cocb .uk-slideshow-fullscreen > li {
  height: 100vh; }

.cocb .uk-slideshow-fade-in {
  animation: uk-fade .5s linear; }

.cocb .uk-slideshow-fade-out {
  animation: uk-fade .5s linear reverse; }

.cocb .uk-slideshow-scroll-forward-in {
  animation: uk-slide-right .5s ease-in-out; }

.cocb .uk-slideshow-scroll-forward-out {
  animation: uk-slide-left .5s ease-in-out reverse; }

.cocb .uk-slideshow-scroll-backward-in {
  animation: uk-slide-left .5s ease-in-out; }

.cocb .uk-slideshow-scroll-backward-out {
  animation: uk-slide-right .5s ease-in-out reverse; }

.cocb .uk-slideshow-scale-out {
  animation: uk-fade-scale-15 .5s ease-in-out reverse; }

.cocb .uk-slideshow-swipe-forward-in {
  animation: uk-slide-left-33 .5s ease-in-out; }

.cocb .uk-slideshow-swipe-forward-out {
  animation: uk-slide-left .5s ease-in-out reverse; }

.cocb .uk-slideshow-swipe-backward-in {
  animation: uk-slide-right-33 .5s ease-in-out; }

.cocb .uk-slideshow-swipe-backward-out {
  animation: uk-slide-right .5s ease-in-out reverse; }

.cocb .uk-slideshow-swipe-backward-in:before, .cocb .uk-slideshow-swipe-forward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  animation: uk-fade .5s ease-in-out reverse; }

.cocb [data-uk-sticky].uk-active {
  z-index: 980;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden; }

.cocb [data-uk-sticky].uk-animation-reverse, .cocb [data-uk-sticky][class*=uk-animation-] {
  animation-duration: .2s; }

.cocb .uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px; }

.cocb .uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed #333; }

.cocb .uk-tooltip-top-left:after, .cocb .uk-tooltip-top-right:after, .cocb .uk-tooltip-top:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333; }

.cocb .uk-tooltip-bottom-left:after, .cocb .uk-tooltip-bottom-right:after, .cocb .uk-tooltip-bottom:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333; }

.cocb .uk-tooltip-bottom:after, .cocb .uk-tooltip-top:after {
  left: 50%;
  margin-left: -5px; }

.cocb .uk-tooltip-bottom-left:after, .cocb .uk-tooltip-top-left:after {
  left: 10px; }

.cocb .uk-tooltip-bottom-right:after, .cocb .uk-tooltip-top-right:after {
  right: 10px; }

.cocb .uk-tooltip-left:after, .cocb .uk-tooltip-right:after {
  top: 50%;
  margin-top: -5px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.cocb .uk-tooltip-left:after {
  right: -5px;
  border-left-style: solid;
  border-right: none;
  border-left-color: #333; }

.cocb .uk-tooltip-right:after {
  left: -5px;
  border-right-style: solid;
  border-left: none;
  border-right-color: #333; }

.cocb .uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .15s linear;
  -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  transform: translateZ(0); }

.cocb .uk-modal.uk-open {
  opacity: 1; }

.cocb .uk-modal-page, .cocb .uk-modal-page body {
  overflow: hidden; }

.cocb .uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  opacity: 0;
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  transition: opacity .3s linear,transform .3s ease-out; }

@media (max-width: 767px) {
  .cocb .uk-modal-dialog {
    width: auto;
    margin: 10px auto; } }

.cocb .uk-open .uk-modal-dialog {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0); }

.cocb .uk-modal-dialog > :not([class*=uk-modal-]):last-child {
  margin-bottom: 0; }

.cocb .uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right; }

.cocb .uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
  margin-top: 0; }

.cocb .uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px; }

.cocb .uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none; }

@media (max-width: 767px) {
  .cocb .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px; } }

.cocb .uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  transition: opacity .3s linear; }

.cocb .uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none; }

@media (min-width: 768px) {
  .cocb .uk-modal-dialog-large {
    width: 930px; } }

@media (min-width: 1400px) {
  .cocb .uk-modal-dialog-large {
    width: 1130px; } }

.cocb .uk-modal-header {
  margin-bottom: 15px; }

.cocb .uk-modal-footer {
  margin-top: 15px; }

.cocb .uk-modal-footer > :last-child, .cocb .uk-modal-header > :last-child {
  margin-bottom: 0; }

.cocb .uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cocb .uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd; }

.cocb .uk-modal-spinner:after {
  content: "";
  display: block;
  font-family: FontAwesome;
  animation: uk-rotate 2s infinite linear; }

.cocb html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #2c2c2c;
  line-height: 1.46;
  box-sizing: border-box;
  min-width: 320px; }

.cocb #ui-datepicker-div table, .cocb body {
  margin: 0; }

.cocb article, .cocb aside, .cocb details, .cocb figcaption, .cocb figure, .cocb footer, .cocb header, .cocb hgroup, .cocb main, .cocb menu, .cocb nav, .cocb section, .cocb summary {
  display: block; }

.cocb audio, .cocb canvas, .cocb progress, .cocb video {
  display: inline-block; }

.cocb progress {
  vertical-align: baseline; }

.cocb audio, .cocb canvas, .cocb iframe, .cocb img, .cocb svg, .cocb video {
  vertical-align: middle; }

.cocb audio:not([controls]) {
  display: none;
  height: 0; }

.cocb [hidden], .cocb template {
  display: none; }

.cocb a {
  background-color: transparent;
  color: #0e5f7f;
  transition: all 300ms ease-in-out; }

.cocb a:active, .cocb a:hover {
  outline: 0; }

.cocb abbr[title] {
  border-bottom: 0;
  text-decoration: none; }

.cocb b, .cocb strong {
  font-weight: 700; }

.cocb dfn {
  font-style: italic; }

.cocb mark {
  background: #ff0;
  color: #000; }

.cocb small {
  font-size: 80%; }

.cocb sub, .cocb sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.cocb sup {
  top: -.5em; }

.cocb sub {
  bottom: -.25em; }

.cocb img {
  border: 0; }

.cocb svg:not(:root) {
  overflow: hidden; }

.cocb figure {
  margin: 1em 40px; }

.cocb hr {
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 1px solid 1px solid #c1c1c1;
  margin: 1em 0;
  padding: 0; }

.cocb pre {
  overflow: auto; }

.cocb code, .cocb kbd, .cocb pre, .cocb samp {
  font-family: monospace,monospace;
  font-size: 1em; }

.cocb button, .cocb input, .cocb optgroup, .cocb select, .cocb textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

.cocb button {
  overflow: visible; }

.cocb button, .cocb select {
  text-transform: none; }

.cocb button, .cocb html input[type=button], .cocb input[type=reset], .cocb input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

.cocb button[disabled], .cocb html input[disabled] {
  cursor: default; }

.cocb button::-moz-focus-inner, .cocb input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.cocb input {
  line-height: normal; }

.cocb input[type=checkbox], .cocb input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

.cocb input[type=number]::-webkit-inner-spin-button, .cocb input[type=number]::-webkit-outer-spin-button {
  height: auto; }

.cocb input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

.cocb input[type=search]::-webkit-search-cancel-button, .cocb input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.cocb fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

.cocb legend {
  border: 0; }

.cocb textarea {
  overflow: auto;
  resize: vertical; }

.cocb optgroup {
  font-weight: 700; }

.cocb table {
  border-collapse: collapse;
  border-spacing: 0; }

.cocb #ui-datepicker-div .datetime-ui-time-input td, .cocb legend, .cocb td, .cocb th {
  padding: 0; }

.cocb .footer {
  background-color: #fbb514 !important;
  padding: 10px 0;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  text-align: center;
  color:#2c2c2c;
}

.cocb .footer .uk-container {
  position: relative; }

.cocb .footer .copyright, .cocb .footer li, .cocb .footer li:before, .cocb .footer nav {
  display: inline-block; }

.cocb .footer li {
  margin-left: 4px; }

.cocb .footer li:before {
  content: '|';
  margin-right: 6px; }

.cocb .footer a {
  color: #2c2c2c !important;
  text-decoration: none;
  font-size: .82353em;
  padding: 8px 0; 
  border-bottom: none;
}

.cocb .footer .copyright {
  font-size: .82353em; }

.cocb .footer #backtoTopButton {
  color: #fbb514;
  height: 37px; }

.cocb .footer #backtoTopButton:hover {
  color: #2c2c2c;
  background: #fbb514;
  border: 1px solid #2c2c2c; }

.cocb .footer .btn, .cocb .footer .quicklinks li a, .cocb .quicklinks li .footer a {
  background: #2c2c2c;
  color: #fff;
  font-size: .82353em;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  width: 130px;
  border-radius: 0;
  border: 0;
  position: absolute;
  bottom: -10px;
  padding: 8px 10px 9px; }

.cocb .uk-notouch .footer a:focus, .cocb .uk-notouch .footer a:hover {
  text-decoration: underline; }

@media (min-width: 768px) {
  .cocb .footer .btn, .cocb .footer .quicklinks li a, .cocb .quicklinks li .footer a {
    right: 35px; } }

@media (max-width: 1024px) {
  .cocb .footer {
    padding: 10px 0 0; }
  .cocb .footer .btn, .cocb .footer .quicklinks li a, .cocb .quicklinks li .footer a {
    position: static;
    left: 50%;
    right: 0; } }

@media (max-width: 767px) {
  .cocb .footer li {
    margin-left: -2px; }
  .cocb .footer li:before {
    margin-right: 2px; }
  .cocb .footer li:first-child:before {
    display: none; }
  .cocb .footer .uk-container {
    padding: 0 13px; }
  .cocb .footer .copyright, .cocb .footer a {
    font-size: .70588em; } }

.cocb .FormButton, .cocb .btn {
  display: inline-block;
  border-radius: 30px;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .FormButton, .cocb .btn, .cocb .quicklinks li a {
  background-color: #fbb514;
  color: #2c2c2c;
  padding: 8px 40px 9px;
  text-decoration: none;
  text-align: center;
  border: solid 1px #484848;
  transition: all 300ms ease-in-out; }

.cocb .quicklinks li .uk-notouch a:focus, .cocb .quicklinks li .uk-notouch a:hover, .cocb .uk-notouch .FormButton:focus, .cocb .uk-notouch .FormButton:hover, .cocb .uk-notouch .btn:focus, .cocb .uk-notouch .btn:hover, .cocb .uk-notouch .quicklinks li a:focus, .cocb .uk-notouch .quicklinks li a:hover {
  text-decoration: none;
  background-color: #2c2c2c;
  color: #fbb514;
  outline: 2px solid #fbb514 !important; }

.cocb .HiddenButton {
  display: none; }

.cocb input[type=email], .cocb input[type=password], .cocb input[type=text], .cocb textarea {
  border: none;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-appearance: none; 
  width:95%;
  top: 6px;
}

.cocb input[type=checkbox], .cocb input[type=radio] {
  width: 20px;
  height: 20px; }

.cocb input[type=radio] {
  position: relative;
  top: 4px; }

.cocb input[type=radio] + label {
  font-weight: 400;
  margin: 0 15px 0 8px; }

.cocb .radio, .cocb .uploader {
  display: block;
  margin: 15px 0; }

.cocb select {
  height: 40px;
  border-radius: 3px;
  border: solid 1px #464646;
  padding: 0 !important; }

.cocb .form .date-time-picker .CalendarTextBox {
  border-radius: 3px 0 0 3px; }

.cocb .form .date-time-picker .btn, .cocb .form .date-time-picker .quicklinks li a, .cocb .quicklinks li .form .date-time-picker a {
  background: #fff;
  border-color: #464646;
  padding: 0;
  width: 36px;
  height: 40px;
  text-align: center;
  border-radius: 0 3px 3px 0;
  border-left: 0; }

.cocb .form .date-time-picker .btn:before, .cocb .form .date-time-picker .quicklinks li a:before, .cocb .quicklinks li .form .date-time-picker a:before {
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  color: #464646;
  font-size: 20px; }

.cocb .form .date-time-picker a {
  line-height: 40px;
  width: 62px;
  height: 40px; }

.cocb .form .date-time-picker .calendar-gmt-info {
  display: none; }

.cocb #ui-datepicker-div {
  font-family: "News Gothic BT W01 Regular",sans-serif; }

.cocb #ui-datepicker-div .datetime-ui-widget-header, .cocb body.EditMode div.uk-accordion div.cms-accordion-pane .CMSEditableRegionEdit, .cocb body.EditMode div.uk-accordion div.cms-accordion-pane .EditableRegionTextBox {
  background-color: #fff; }

.cocb #ui-datepicker-div .datetime-ui-datepicker-header .datetime-ui-datepicker-next, .cocb #ui-datepicker-div .datetime-ui-datepicker-header .datetime-ui-datepicker-prev {
  top: 7px; }

.cocb #ui-datepicker-div .datetime-ui-datepicker-header .icon-caret-left:before, .cocb #ui-datepicker-div .datetime-ui-datepicker-header .icon-caret-right:before, .cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-timeicon-n:before {
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  color: #464646;
  font-size: 20px; }

.cocb #ui-datepicker-div .datetime-ui-datepicker-header .icon-caret-right:before, .cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-timeicon-n:before {
  content: ''; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar, .cocb table.calendar {
  border-collapse: separate;
  border-spacing: 1px; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar td, .cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar th {
  padding: .3em .5em;
  border-left: 0; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar thead th, .cocb table.calendar th.week {
  background: #000;
  color: #fff; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td {
  color: #2c2c2c;
  background: #fbb514;
  text-align: center; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td.datetime-ui-datepicker-current-day, .cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td:hover {
  background: #2c2c2c;
  color: #fff; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td a {
  padding: 0;
  border: none;
  background: 0 0;
  font-weight: 400;
  color: #2c2c2c;
  display: inline; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td a.datetime-ui-state-active {
  color: #fff;
  font-weight: 700; }

.cocb #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td a:hover, .cocb .mapcontrol #Eventform p, .cocb td:hover #ui-datepicker-div table.datetime-ui-datepicker-calendar tbody td a {
  color: #fff; }

.cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-time-textbox {
  width: 3em;
  padding: 2px;
  height: 36px; }

.cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-time-arrow_move {
  background-image: none; }

.cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-timeicon-n:before {
  content: '';
  color: #2c2c2c; }

.cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-timeicon-s:before {
  display: inline-block;
  content: '';
  color: #2c2c2c; }

.cocb #ui-datepicker-div .action-buttons .btn, .cocb #ui-datepicker-div .action-buttons .quicklinks li a, .cocb .quicklinks li #ui-datepicker-div .action-buttons a {
  padding: 4px; }

.cocb .datepickercontrol {
  width: 172px;
  position: relative; }

.cocb .datepickercontrol input {
  padding-right: 45px;
  width: 100%; }

.cocb .datepickercontrol a {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  text-align: center;
  border-left: solid 1px #2c2c2c;
  font-size: 0; }

.cocb #ui-datepicker-div .datetime-ui-time-input .datetime-ui-timeicon-s:before, .cocb .datepickercontrol a:before, .cocb table.calendar td.nav span:before {
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; }

.cocb .datepickercontrol a:before {
  color: #464646;
  display: inline-block;
  content: '';
  line-height: 40px; }

.cocb div.calendar {
  text-align: center;
  color: #2c2c2c;
  border-radius: 3px;
  top: 39px !important;
  left: 0 !important;
  border: solid 1px #2c2c2c;
  background: #fff; }

.cocb table.calendar td, .cocb table.calendar th {
  padding: .3em .5em; }

.cocb table.calendar td.empty {
  background: #eee; }

.cocb table.calendar td.nav {
  position: relative; }

.cocb table.calendar td.nav span {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px; }

.cocb table.calendar td.nav span:before {
  display: block;
  content: '';
  line-height: 34px; }

.cocb table.calendar td.nav:last-child span:before {
  content: ''; }

.cocb table.calendar td.day, .cocb table.calendar td.nav {
  cursor: pointer; }

.cocb table.calendar td.day {
  color: #2c2c2c;
  background: #fbb514; }

.cocb table.calendar td.month, .cocb table.calendar td.year {
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb table.calendar td.selected {
  background: #2c2c2c;
  color: #fff; }

.cocb table.calendar td.disabled, .cocb table.calendar td.disabled:hover {
  color: #ccc !important;
  background: #bdbdbd !important;
  cursor: auto; }

.cocb table.calendar td.disabled.selected {
  background: #c2c2c2; }

.cocb .uk-notouch div.calendar :focus, .cocb .uk-notouch td.day:hover {
  background: #2c2c2c;
  outline: none !important;
  color: #fff; }

.cocb .FormPanel, .cocb .form-table {
  width: 100%; }

.cocb .FormPanel .FieldLabel, .cocb .form-table .FieldLabel {
  padding: 6px 10px 0 0;
  width: 20%;
  vertical-align: top; }

.cocb .FormPanel .EditingFormValueCell, .cocb .form-table .EditingFormValueCell {
  width: 80%; }

.cocb .FormPanel .EditingFormValueCell .selectboxit-container, .cocb .FormPanel .EditingFormValueCell input[type=text], .cocb .FormPanel .EditingFormValueCell textarea, .cocb .form-table .EditingFormValueCell .selectboxit-container, .cocb .form-table .EditingFormValueCell input[type=text], .cocb .form-table .EditingFormValueCell textarea {
  width: 100% !important; }

.cocb .FormPanel td, .cocb .form-table td {
  padding-bottom: 10px; }

.cocb .FormPanel textarea, .cocb .form-table textarea {
  height: 50px; }

.cocb .uk-notouch .form-print:focus, .cocb .uk-notouch .form-print:hover {
  text-decoration: underline; }

.cocb .form-print {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  float: right; }

.cocb .form-print:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ''; }

.cocb .form p {
  margin: 0 0 20px; }

.cocb .form h2 {
  margin: 0 0 10px; }

.cocb .form .EditingFormLabel, .cocb .form .label, .cocb .form label, .cocb .form-print, .cocb strong {
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .form-row {
  margin-bottom: 20px;
  max-width: 568px;
  zoom: 1; }

.cocb .form-row:after, .cocb .form-row:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .form-row:after {
  clear: both; }

.cocb .form-row-checkbox {
  position: relative; }

.cocb .form-row-checkbox .EditingFormLabel {
  position: absolute;
  top: 0;
  left: 32px;
  line-height: 1.2em; }

.cocb .form-row .selectboxit-container, .cocb .form-row input[type=email], .cocb .form-row input[type=password], .cocb .form-row input[type=text], .cocb .form-row select, .cocb .form-row textarea {
  width: 100%;
  display: block;
  margin-top: 10px;
  transition: border-color 300ms ease-in-out; }

.cocb .form-row input[type=text]:focus, .cocb .form-row textarea:focus {
  border-color: #000; }

.cocb .form-row textarea {
  height: 150px; }

.cocb .form-row .CalendarTextBox {
  max-width: 284px;
  display: inline-block !important;
  border-radius: 0; }

.cocb .form-element, .cocb .searchresults-searchinner > div {
  zoom: 1; }

.cocb .form-element:after, .cocb .form-element:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .form-element:after {
  clear: both; }

.cocb .form-hiddenLabels label {
  position: absolute;
  text-indent: -9999px; }

.cocb .form-hiddenLabels .selectboxit-container, .cocb .form-hiddenLabels input[type=text], .cocb .form-hiddenLabels select, .cocb .form-hiddenLabels textarea {
  margin-top: 0; }

.cocb .form-hiddenLabels .form-row-checkbox label {
  text-indent: 0; }

.cocb .form.twoColumn div.form-element {
  float: left;
  width: 43%; }

.cocb .form.twoColumn div.form-element:first-child {
  margin-right: 5%; }

.cocb .form.twoColumn div.form-element-full {
  float: none;
  width: 91%; }

.cocb .form.form-inline {
  width: 80%; }

.cocb .form.form-inline .EditingFormLabel {
  float: left;
  width: 40%;
  line-height: 40px; }

.cocb .form.form-inline .EditingFormControlNestedControl {
  float: left;
  width: 60%; }

.cocb .form.form-inline .btn, .cocb .form.form-inline .quicklinks li a, .cocb .form.form-inline .showpassword, .cocb .quicklinks li .form.form-inline a {
  margin-left: 40%; }

.cocb .form.form-inline .selectboxit-container, .cocb .form.form-inline input[type=email], .cocb .form.form-inline input[type=password], .cocb .form.form-inline input[type=text], .cocb .form.form-inline select, .cocb .form.form-inline textarea {
  margin-top: 0; }

.cocb .form.form-inline .input-small .EditingFormControlNestedControl {
  width: 200px; }

.cocb .form.form-inline .form-row {
  margin-top: 10px; }

.cocb .form.form-reduced .EditingFormLabel {
  width: 260px; }

.cocb .form.form-reduced .EditingFormControlNestedControl {
  width: 340px; }

.cocb .form.form-reduced .btn, .cocb .form.form-reduced .form-row-checkbox, .cocb .form.form-reduced .quicklinks li a, .cocb .form.form-reduced .showpassword, .cocb .quicklinks li .form.form-reduced a {
  margin-left: 260px; }

.cocb .form-instruction {
  font-style: italic; }

.cocb .form-required {
  margin-left: 2px; }

.cocb .form .checkbox-list-vertical input[type=checkbox] {
  position: relative;
  top: 4px; }

.cocb .form .checkbox-list-vertical label {
  margin-left: 8px; }

.cocb ::-webkit-input-placeholder {
  color: #2c2c2c !important; }

.cocb ::-moz-placeholder {
  color: #2c2c2c !important; }

.cocb :-ms-input-placeholder {
  color: #2c2c2c !important; }

.cocb :-moz-placeholder {
  color: #2c2c2c !important; }

.cocb .Error input[type=email], .cocb .Error input[type=password], .cocb .Error input[type=text], .cocb .Error select, .cocb .Error textarea {
  border: solid 1px #ad171d !important;
  background: #ffdede; }

.cocb .EditingFormErrorLabel {
  display: block;
  color: #ad171d;
  margin-top: 5px; }

.cocb .ErrorLabel {
  color: #ad171d;
  display: none !important; }

.cocb .topErrorLabel {
  margin-bottom: 15px; }

.cocb .uk-notouch .topErrorLabel:focus {
  outline: none !important; }

.cocb .validationmessage {
  display: none;
  color: #ad171d; }

.cocb .autocomplete-suggestions {
  background-color: #fff;
  overflow-y: scroll; }

.cocb .autocomplete-suggestion {
  border-bottom: 1px solid #ccc;
  padding: 3px;
  cursor: pointer; }

.cocb .autocomplete-selected {
  background-color: Highlight; }

@media (min-width: 520px) {
  .cocb .form-row-2col, .cocb .form-row-3col {
    max-width: 598px; }
  .cocb .form-row-2col .label, .cocb .form-row-2col label, .cocb .form-row-3col .label, .cocb .form-row-3col label {
    display: block;
    margin-bottom: 10px; }
  .cocb .form-row-2col div.form-element {
    width: 50%;
    float: left;
    padding-right: 30px; }
  .cocb .form-row-2col div.form-element:last-child {
    float: right; }
  .cocb .form-row-3col div.form-element {
    width: 33.33%;
    float: left;
    padding-right: 30px; } }

@media (max-width: 1024px) {
  .cocb .form-print {
    display: none; }
  .cocb .form-extended {
    padding-bottom: 20px; }
  .cocb .form-extended h2 {
    padding: 10px 52px 10px 25px;
    font-size: 25px; }
  .cocb .form-extended .form-row, .cocb .form-extended p {
    padding: 0 15px; }
  .cocb .form-extended p:first-of-type {
    padding-top: 0; }
  .cocb .form-extended .form-row-checkbox .EditingFormLabel {
    left: 55px; }
  .cocb .form.twoColumn div.form-element {
    float: none;
    width: 100%; }
  .cocb .form.twoColumn div.form-element .btn, .cocb .form.twoColumn div.form-element .quicklinks li a, .cocb .quicklinks li .form.twoColumn div.form-element a {
    margin-left: 0; }
  .cocb .form.twoColumn div.form-element .EditingFormErrorLabel {
    margin-bottom: 10px; }
  .cocb .form.form-inline {
    width: 90%; }
  .cocb .form-row {
    margin-bottom: 15px; }
  .cocb .form-row .selectboxit-container, .cocb .form-row input[type=email], .cocb .form-row input[type=password], .cocb .form-row input[type=text], .cocb .form-row select, .cocb .form-row textarea {
    margin-top: 5px; }
  .cocb .date-time-picker .btn, .cocb .date-time-picker .quicklinks li a, .cocb .quicklinks li .date-time-picker a {
    top: 5px; } }

@media (max-width: 767px) {
  .cocb .k-dropdown-wrap, .cocb input, .cocb select, .cocb textarea {
    font-size: 16px; }
  .cocb select {
    background: #fff; }
  .cocb .FormButton, .cocb .btn, .cocb .form.form-inline, .cocb .quicklinks li a {
    width: 100%; }
  .cocb .form-extended h2 {
    font-size: 18px;
    padding: 19px 52px 19px 15px; }
  .cocb .form.form-inline .EditingFormLabel {
    float: none;
    width: 100%;
    line-height: 1.2em;
    margin: 10px 0 5px;
    display: block; }
  .cocb .form.form-inline .EditingFormControlNestedControl {
    float: none;
    width: 100%; }
  .cocb .form.form-inline .btn, .cocb .form.form-inline .quicklinks li a, .cocb .form.form-inline .showpassword, .cocb .quicklinks li .form.form-inline a {
    margin-left: 0; }
  .cocb .form.form-inline .input-small .EditingFormControlNestedControl {
    width: 200px; }
  .cocb .form-table .EditingFormValueCell, .cocb .form-table .FieldLabel, .cocb .form.form-reduced .EditingFormControlNestedControl, .cocb .form.form-reduced .EditingFormLabel {
    width: 100%; }
  .cocb .form.form-reduced .form-row-checkbox {
    margin-top: 20px; }
  .cocb .form.form-reduced .btn, .cocb .form.form-reduced .form-row-checkbox, .cocb .form.form-reduced .quicklinks li a, .cocb .form.form-reduced .showpassword, .cocb .quicklinks li .form.form-reduced a {
    margin-left: 0; }
  .cocb .form.form-reduced a {
    display: block;
    margin-top: 20px; }
  .cocb .form-table, .cocb .form-table input, .cocb .form-table label, .cocb .form-table tbody, .cocb .form-table td, .cocb .form-table textarea, .cocb .form-table tr {
    display: block;
    width: 100%; }
  .cocb input[type=radio] {
    float: left;
    clear: left;
    margin-bottom: 14px; }
  .cocb input[type=radio] + label {
    float: left; }
  .cocb .datepickercontrol {
    width: 100%; } }

@media (max-width: 519px) {
  .cocb .FormButton, .cocb .btn, .cocb .quicklinks li a {
    padding-left: 20px;
    padding-right: 20px; }
  .cocb .form-row-2col, .cocb .form-row-3col {
    max-width: 650px; }
  .cocb .form-row-2col div.form-element, .cocb .form-row-3col div.form-element {
    margin-top: 10px; } }

.cocb *, .cocb :after, .cocb :before {
  box-sizing: inherit; }

.cocb .uk-notouch a:focus, .cocb .uk-notouch button:focus, .cocb .uk-notouch input:focus, .cocb .uk-notouch span:focus, .cocb .uk-notouch textarea:focus {
  outline: 2px solid #fbb514 !important; }

.cocb .uk-notouch input[type=checkbox]:focus, .cocb .uk-notouch input[type=file]:focus, .cocb .uk-notouch input[type=radio]:focus, .cocb .uk-notouch select:focus {
  outline: 2px solid #000 !important; }

.cocb body {
  font-family: "News Gothic BT W01 Regular",sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400; }

.cocb body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.cocb ::selection {
  background: #b3d4fc;
  text-shadow: none; }

.cocb .oldbrowsers {
  background: #fbb514;
  color: #2c2c2c;
  padding: 10px 0;
  margin: 0 0 20px;
  text-align: center; }

.cocb .oldbrowsers a {
  color: #fff;
  text-decoration: underline; }

.cocb .oldbrowsers a:hover {
  text-decoration: none; }

.cocb .hidden {
  display: none !important; }

.cocb .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cocb .visuallyhidden.focusable:active, .cocb .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.cocb .clearfix:after, .cocb .clearfix:before {
  content: " ";
  display: table; }

.cocb .clearfix:after {
  clear: both; }

.cocb .h1, .cocb h1 {
  margin: 0 0 20px;
  font-size: 2.05882em; }

.cocb h1, .cocb h2, .cocb h3, .cocb h4, .cocb h5, .cocb h6 {
  font-family: "News Gothic BT W01 Bold",sans-serif;
  line-height: 1.2em;
  font-weight: 400; }

.cocb h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.41176em; }

.cocb h3, .cocb h4 {
  font-size: 1.11765em; }

.cocb h1, .cocb h3, .cocb h4, .cocb h5, .cocb h6 {
  color: #2c2c2c; }

.cocb h1 a, .cocb h2 a, .cocb h3 a, .cocb h4 a, .cocb h5 a, .cocb h6 a {
  color: #2c2c2c;
  text-decoration: none; }

.cocb .uk-notouch li:hover .call-us:before, .cocb .utility li:hover .call-us:before, .cocb a[href^="tel:"], .cocb h2 {
  color: #2c2c2c; }

.cocb a[href^="tel:"]:focus {
  text-decoration: underline !important; }

.cocb .uk-notouch a:focus, .cocb .uk-notouch a:hover {
  text-decoration: none; }

.cocb .uk-notouch a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none; }

.cocb .smalltext {
  font-size: .58824em; }

.cocb .largetext {
  font-size: 1.05882em; }

.cocb .homehotboxes .hotboxitem.featured.hotboxitem-black h2, .cocb .primarycolour {
  color: #fbb514; }

.cocb .secondarycolour {
  color: #0e5f7f; }

.cocb .listreset, .cocb nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.cocb .inlinenav ul li {
  display: inline-block;
  margin-left: 10px; }

.cocb .inlinenav ul li:first-child {
  margin-left: 0; }

.cocb .content ol:not(.uk-breadcrumb), .cocb .content ul:not(.uk-tab):not(.uk-switcher):not(.uk-grid):not(.relatedlinks-list):not(.uk-pagination):not(.newsdetail-contactlist):not(.summary-list):not(.features-list):not(.no-style):not(.uk-slideshow) {
  list-style: none;
  padding: 0; }

.cocb .content ol:not(.uk-breadcrumb) li, .cocb .content ul:not(.uk-tab):not(.uk-switcher):not(.uk-grid):not(.relatedlinks-list):not(.uk-pagination):not(.newsdetail-contactlist):not(.summary-list):not(.features-list):not(.no-style):not(.uk-slideshow) li {
  position: relative;
  padding-left: 22px; }

.cocb .content ol:not(.uk-breadcrumb) li:before, .cocb .content ul:not(.uk-tab):not(.uk-switcher):not(.uk-grid):not(.relatedlinks-list):not(.uk-pagination):not(.newsdetail-contactlist):not(.summary-list):not(.features-list):not(.no-style):not(.uk-slideshow) li:before {
  color: #0e5f7f;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0; }

.cocb .content ul:not(.uk-tab):not(.uk-switcher):not(.uk-grid):not(.relatedlinks-list):not(.uk-pagination):not(.newsdetail-contactlist):not(.summary-list):not(.features-list):not(.no-style):not(.uk-slideshow) li:before {
  content: '•';
  margin-right: 10px; }

.cocb .content ol:not(.uk-breadcrumb) {
  counter-reset: item; }

.cocb .content ol:not(.uk-breadcrumb) > li:before {
  content: counter(item) ". ";
  counter-increment: item; }

.cocb [role=button] {
  cursor: pointer; }

.cocb .sitesearch-facets-content legend, .cocb .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cocb .iframe_placeholder, .cocb iframe {
  max-width: 100%;
  border: 0 !important; }

.cocb .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.cocb .iframe-wrap embed, .cocb .iframe-wrap iframe, .cocb .iframe-wrap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.cocb .loadingoverlay {
  display: none;
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 350ms linear all; }

.cocb .loadingoverlay.active {
  display: block; }

.cocb .loadingoverlay-icon {
  width: 40px;
  height: 40px;
  border: solid 2px transparent;
  border-top-color: #2c2c2c;
  border-left-color: #2c2c2c;
  border-radius: 50%;
  animation: spinner 400ms linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.cocb .uk-modal .uk-lightbox-content {
  position: relative;
  padding: 40px 0;
  background: #2c2c2c; }

.cocb .uk-modal a {
  text-decoration: none; }

.cocb .uk-modal .uk-modal-dialog-lightbox > .uk-close:first-child {
  background: 0 0;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 13;
  margin: 0;
  float: none;
  font-size: 18px;
  width: auto; }

.cocb .uk-modal .uk-modal-dialog-lightbox > .uk-close:first-child:hover {
  text-decoration: underline; }

.cocb .uk-modal .uk-modal-dialog-lightbox > .uk-close:first-child:after {
  display: none; }

.cocb .uk-modal .uk-slidenav-position .uk-slidenav {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  top: 50%;
  font-size: 0;
  margin-top: -20px; }

.cocb .uk-modal .uk-slidenav-position .uk-slidenav.uk-slidenav-previous {
  left: -50px; }

.cocb .uk-modal .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
  right: -50px; }

.cocb .uk-modal .uk-slidenav-position .uk-slidenav:before {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -7px; }

.cocb .uk-notouch .uk-modal .uk-slidenav-position .uk-slidenav:focus, .cocb .uk-notouch .uk-modal .uk-slidenav-position .uk-slidenav:hover {
  color: #fbb514; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) {
  width: 100% !important;
  max-width: 100%;
  margin: 20px 0; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) th {
  background-color: #fbb514;
  color: #2c2c2c;
  text-align: left;
  font-weight: 400;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) tr:nth-child(odd) td {
  background: #fff; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) tr:nth-child(even) td {
  background: #fff7e7; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) td, .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) th {
  padding: 14px;
  border-left: solid 1px #fff; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) td:first-child, .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) th:first-child {
  border-left: 0; }

.cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) tbody th {
  border-bottom: solid 1px #fff; }

.cocb .table-instruction {
  display: none;
  color: #b0b0b0;
  background: #141414;
  padding-left: 17px;
  line-height: 40px;
  border-bottom: solid 1px #fff; }

.cocb .table-instruction:before {
  content: '';
  margin-right: 10px;
  vertical-align: middle;
  width: 19px;
  height: 24px;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -305px -42px;
  background-color: transparent;
  display: inline-block; }

.cocb .uk-pagination {
  margin: 40px 0 0 -10px; }

.cocb .uk-pagination > li {
  margin-left: 8px !important; }

.cocb .uk-pagination > li > a, .cocb .uk-pagination > li > span {
  background: #fff;
  color: #2c2c2c;
  border: 1px solid #747474;
  border-radius: 3px;
  line-height: 38px;
  min-width: 36px;
  padding: 0; }

.cocb .uk-pagination > li.uk-active > a, .cocb .uk-pagination > li.uk-active > span {
  background: #2c2c2c;
  color: #fbb514; }

.cocb .uk-pagination > li [class*=uk-icon-] {
  font-size: 0; }

.cocb .uk-pagination > li [class*=uk-icon-]:before {
  font-size: 18px; }

.cocb .uk-notouch .uk-pagination > li > a:focus, .cocb .uk-notouch .uk-pagination > li > a:hover {
  background: #fbb514;
  color: #2c2c2c;
  text-decoration: none;
  outline: none !important; }

.cocb .tt-hint, .cocb .tt-input, .cocb .twitter-typeahead {
  width: 100%; }

.cocb .responsive-iframe-16x9, .cocb .responsive-iframe-4x3 {
  position: relative;
  overflow: hidden; }

.cocb .responsive-iframe-16x9 iframe, .cocb .responsive-iframe-4x3 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.cocb .responsive-iframe-16x9 {
  padding-top: 56.25%; }

.cocb .responsive-iframe-4x3 {
  padding-top: 75%; }

.cocb .flex-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0; }

@media (max-width: 1024px) {
  .cocb h1 {
    font-size: 2.05882em; }
  .cocb h2 {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .cocb .responsivetable-wrap {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .cocb table {
    margin-top: 0 !important; }
  .cocb .table-instruction {
    display: block;
    margin-top: 10px; }
  .cocb h1 {
    font-size: 1.52941em; }
  .cocb h2 {
    font-size: 1.23529em; }
  .cocb .uk-pagination {
    margin-bottom: 0; }
  .cocb .uk-pagination > li {
    margin-left: 6px !important; }
  .cocb .uk-pagination > li > a, .cocb .uk-pagination > li > span {
    line-height: 33px;
    min-width: 30px;
    background: #fff; }
  .cocb .iframe_placeholder, .cocb iframe {
    max-height: 400px; } }

.cocb .header {
  position: relative !important;
  padding: 0 115px;
  background: #333 !important;
  border-bottom: 3px solid #fab231;
}

.cocb .header, .cocb .header .uk-container-center, .cocb .uk-container-dwarning {
  position: relative; }

.cocb .header .nam {
  position: absolute;
  left: -400px;
  bottom: 0;
  z-index: 4; }

.cocb .uk-container-dwarning .dwarning {
  color: #2c2c2c;
  text-align: right;
  font-family: "News Gothic BT W01 Regular",sans-serif;
  font-size: 1em;
  position: absolute;
  right: 26px;
  top: -30px; }

.cocb .call-us, .cocb .skipmenu {
  display: none; }

.cocb li.call-us-li {
  display: none !important; }

.cocb .call-us {
  vertical-align: middle; }

.cocb .call-us:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2c2c2c;
  font-size: 28px;
  zoom: .7; }

.cocb .utility {
  padding: 5px 0;
  background-color: #f1f1f1;
  /*background-image: url(/assets/images/top-right.png);*/
  background-repeat: no-repeat;
  background-position: center right; }

.cocb .utility nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.cocb .utility ul {
  margin-right: 14px; }

.cocb .breadcrumbs .uk-active div, .cocb .utility ul li {
  display: inline-block; }

.cocb .utility ul li a {
  color: #2c2c2c;
  text-decoration: none;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .utility ul li + li {
  margin-left: 14px; }

.cocb .logo {
  z-index: 5;
  float: left;
  margin: 10px 0 0; }

.cocb .logo, .cocb .logo img {
  padding: 10px 0px;
  width: 170px; }

.cocb .logo a, .cocb .slidenavigation .is-active .pn-trigger-close span {
  display: block; }

.cocb .call-us-mobile {
  display: none; }

.cocb .uk-notouch .logo a:focus {
  outline: solid 2px #2c2c2c !important; }

.cocb .uk-notouch .extendedfooter-contactdetails a:focus, .cocb .uk-notouch .extendedfooter-contactdetails a:hover, .cocb .uk-notouch .utility a:focus, .cocb .uk-notouch .utility a:hover {
  text-decoration: underline; }

.cocb .sign-out-button-div {
  float: right;
  margin-top: 25px;
  margin-right: 15px; }

@media (max-width: 1700px) {
  .cocb .header .nam {
    display: none; }
  .cocb .utility {
    background-image: none; } }

@media (min-width: 1701px) {
  .cocb .header .nam {
    left: -300px; }
  .cocb .utility {
    background-position: 130% center; } }

@media (min-width: 1901px) {
  .cocb .header .nam {
    left: -200px; }
  .cocb .utility {
    background-position: 120% center; } }

@media (min-width: 2101px) {
  .cocb .header .nam {
    left: -100px; }
  .cocb .utility {
    background-position: 110% center; } }

@media (min-width: 2301px) {
  .cocb .header .nam {
    left: 0; }
  .cocb .utility {
    background-position: 100% center; } }

@media (min-width: 1400px) {
  .cocb .uk-container-dwarning .dwarning {
    right: 36px; } }

@media (min-width: 1025px) {
  .cocb .navigationmain {
    background: #2c2c2c;
    position: relative; } }

@media (min-width: 768px) {
  .cocb .utility {
    text-align: right; } }

@media (max-width: 1024px) {
  .cocb .sign-out-button-div {
    position: absolute;
    top: 25px;
    right: 15px; }
  .cocb .navigationmain, .cocb .uk-container-dwarning {
    position: static; }
  .cocb .uk-container-dwarning br {
    display: none; }
  .cocb .uk-container-dwarning .dwarning {
    position: static;
    width: auto;
    text-align: center;
    padding: 12px 15px 8px; } }

@media (max-width: 767px) {
  .cocb .header {
    margin-bottom: 0; }
  .cocb .header .uk-container-center {
    padding: 0; }
  .cocb .header .nam, .cocb .utility ul {
    display: none; }
  .cocb .call-us-li, .cocb .logo a {
    display: inline-block; }
  .cocb .call-us {
    vertical-align: middle; }
  .cocb .call-us:before {
    zoom: .9; }
  .cocb .logo {
    float: none;
    margin-left: 16px;
    margin-top: 10px; }
  .cocb .logo, .cocb .logo img {
    width: 165px; }
  .cocb .call-us-mobile {
    display: block;
    position: absolute;
    top: 37px;
    right: 126px;
    width: 20px;
    height: 20px;
    text-decoration: none; }
  .cocb .sign-out-button-div {
    position: absolute;
    top: 5px;
    right: 15px; } }

.cocb #content.home, .cocb .content.content-bg.no-padding {
  /*background-image: url(/assets/images/main-bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center top; }

.cocb .wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.cocb .content {
  position: relative;
  min-height: 50vh; }

.cocb .content img {
  max-width: 100%; }

.cocb .content img.candidate-photo {
  max-width: 140px; }

.cocb .content .uk-container-center {
  margin-top: 40px;
  margin-bottom: 40px; }

.cocb .content hr {
  display: block;
  height: 1px;
  border: 0;
  background: #bcbcbc;
  margin: 40px 0;
  padding: 0; }

.cocb .content .content-bg, .cocb .content.content-bg {
  background: 0 0; }

.cocb .content.content-bg {
  padding-bottom: 20px; }

.cocb .content.content-bg.no-padding {
  padding-bottom: 20px; }

.cocb .content.content-bg.no-padding .wrapper {
  background-color: #fff;
  max-width: 1160px;
  position: relative;
  top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.cocb .content.home {
  padding-top: 40px; }

.cocb .mapcontrol {
  zoom: 1;
  background: #eee;
  margin: 30px 0;
  border: solid 1px #e4e4e4;
  position: relative; }

.cocb .mapcontrol:after, .cocb .mapcontrol:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .mapcontrol:after {
  clear: both; }

.cocb .mapcontrol img {
  width: 100%; }

.cocb .mapcontrol .location {
  padding: 20px 15px 30px; }

.cocb .mapcontrol h2, .cocb .mapcontrol h3, .cocb .slidenavigation .sub-pn-link h3 {
  margin: 0; }

.cocb .mapcontrol .btn, .cocb .mapcontrol .quicklinks li a, .cocb .quicklinks li .mapcontrol a {
  background: #fff; }

.cocb .mapcontrol hr {
  margin: 20px 0; }

.cocb .mapcontrol .formtoggle, .cocb .mapcontrol .formtoggle:after {
  color: #fbb514;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out; }

.cocb .mapcontrol .formtoggle {
  background: #2c2c2c;
  display: -ms-flexbox;
  display: flex;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  text-align: center;
  padding-right: 30px;
  line-height: 34px;
  width: 155px;
  right: .5px;
  font-size: 14px;
  display: block; }

.cocb .mapcontrol .formtoggle:after {
  content: "";
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 34px;
  line-height: 34px !important;
  font-size: 13px;
  border-left: 1px solid #ccc;
  right: 0; }

.cocb .mapcontrol .formtoggle.active {
  background: #fbb514;
  color: #2c2c2c; }

.cocb .mapcontrol .formtoggle.active:after {
  color: #2c2c2c; }

.cocb .mapcontrol #Eventform {
  background: #2c2c2c;
  position: absolute;
  right: 0;
  top: 34px;
  max-width: 433px;
  width: 100%;
  padding: 35px;
  display: none; }

.cocb .mapcontrol #Eventform .InfoLabel {
  color: #fff;
  font-size: 18px; }

.cocb .mapcontrol #Eventform h2 {
  color: #fbb514;
  margin-top: 0;
  margin-bottom: 15px; }

.cocb .mapcontrol #Eventform .EditingFormLabel {
  color: #fff; }

.cocb .mapcontrol #Eventform .form-row {
  margin-bottom: 15px; }

.cocb .mapcontrol #Eventform .btn, .cocb .mapcontrol #Eventform .quicklinks li a, .cocb .quicklinks li .mapcontrol #Eventform a {
  width: 100%;
  border-radius: 5px;
  background: #fbb514;
  color: #2c2c2c;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 10px; }

.cocb .mapcontrol #Eventform .EditingFormErrorLabel {
  padding-bottom: 0;
  font-size: 14px; }

.cocb .quicklinks li .uk-notouch .homehotboxes .hotboxitem.featured.hotboxitem-black a:focus, .cocb .quicklinks li .uk-notouch .homehotboxes .hotboxitem.featured.hotboxitem-black a:hover, .cocb .uk-notouch .homehotboxes .hotboxitem.featured.hotboxitem-black .btn:focus, .cocb .uk-notouch .homehotboxes .hotboxitem.featured.hotboxitem-black .btn:hover, .cocb .uk-notouch .homehotboxes .hotboxitem.featured.hotboxitem-black .quicklinks li a:focus, .cocb .uk-notouch .homehotboxes .hotboxitem.featured.hotboxitem-black .quicklinks li a:hover, .cocb .uk-notouch .mapcontrol .formtoggle:focus, .cocb .uk-notouch .mapcontrol .formtoggle:hover {
  background: #fbb514;
  color: #2c2c2c; }

.cocb .uk-notouch .eventslisting-filter .catsearch a:focus h2, .cocb .uk-notouch .eventslisting-filter .catsearch a:hover h2, .cocb .uk-notouch .mapcontrol .formtoggle:focus:after, .cocb .uk-notouch .mapcontrol .formtoggle:hover:after, .cocb .uk-notouch .searchresults-bestbets .featuredhotbox a:focus h2, .cocb .uk-notouch .searchresults-bestbets .featuredhotbox a:focus p, .cocb .uk-notouch .searchresults-bestbets .featuredhotbox a:hover h2, .cocb .uk-notouch .searchresults-bestbets .featuredhotbox a:hover p {
  color: #2c2c2c; }


.cocb body.ready:before {
  opacity: 0; }

.cocb body.complete:before {
  display: none; }

@media (min-width: 768px) {
  .cocb .mapcontrol {
    zoom: 1; }
  .cocb .mapcontrol:after, .cocb .mapcontrol:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .mapcontrol:after {
    clear: both; }
  .cocb .mapcontrol .location, .cocb .mapcontrol .map {
    float: left;
    width: 50%; }
  .cocb .mapcontrol .location {
    padding: 32px 46px 20px; }
  .cocb .deathdisclaimer_mobile {
    display: none; } }

@media (max-width: 1024px) {
  .cocb .content .uk-container-center {
    margin-top: 20px;
    margin-bottom: 20px; }
  .cocb .content hr {
    margin: 30px 0; }
  .cocb .content.content-bg.no-padding {
    background-image: none; }
  .cocb .mapcontrol .location {
    padding: 15px 20px 10px; } }

@media (max-width: 767px) {
  .cocb #content.home {
    background: 0 0; }
  .cocb .content.content-bg.no-padding {
    background-image: none; }
  .cocb .content hr {
    margin: 20px 0; }
  .cocb .content.home {
    padding-top: 0;
    padding-bottom: 0; }
  .cocb .content.home .uk-container + .uk-container {
    border-top: 3px solid #fbb514; }
  .cocb .uk-container {
    padding: 0 15px; }
  .cocb .content-landing, .cocb .content-team {
    padding-bottom: 40px; }
  .cocb .content-landing .pageTitle {
    padding: 10px 0; }
  .cocb .content-landing .pageTitle img {
    height: 58px; }
  .cocb .mapcontrol {
    margin-top: 34px; }
  .cocb .mapcontrol .formtoggle {
    top: -34px; }
  .cocb .mapcontrol #Eventform {
    top: 0;
    padding: 20px; }
  .cocb .deathdisclaimer {
    display: none; }
  .cocb .deathdisclaimer_mobile {
    display: block; } }

.cocb .accessible_dropdown {
  list-style: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid #464646;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 40px;
  width: 250px;
  cursor: pointer;
  padding: 0; }

.cocb .accessible_dropdown ul {
  list-style: none !important;
  margin: 0;
  padding: 0; }

.cocb .accessible_dropdown li:before {
  content: none !important; }

.cocb .accessible_dropdown__label {
  position: absolute;
  top: -9px;
  left: 15px;
  background: #fff;
  font-size: .8em; }

.cocb .accessible_dropdown__list {
  width: 100%;
  position: absolute;
  left: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 3px 2px 0 #a2a4b2;
  transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), max-height 0.5s cubic-bezier(0, 0, 0.38, 0.9);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 7;
  background: #eee; }

.cocb .accessible_dropdown__list.open {
  opacity: 1;
  overflow: auto;
  max-height: 15rem; }

.cocb .accessible_dropdown__list-container {
  position: relative; }

.cocb .accessible_dropdown__list-item {
  transition: background-color .1s linear,color .1s linear;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cocb .accessible_dropdown__list-item:focus, .cocb .accessible_dropdown__list-item:hover {
  background-color: #2c2c2c;
  color: #fbb514; }

.cocb .accessible_dropdown__selected {
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*background-image: url(/assets/images/sort.png);*/
  background-repeat: no-repeat;
  background-position: right 18px center;
  margin: -1px; }

.cocb .accessible_dropdown__selected:focus {
  outline: 2px solid #000; }

.cocb .uk-width-1-12 {
  width: 8.333%; }

.cocb .uk-width-2-12 {
  width: 16.666%; }

.cocb .uk-width-3-12 {
  width: 25%; }

.cocb .uk-width-4-12 {
  width: 33.333%; }

.cocb .uk-width-5-12 {
  width: 41.666%; }

.cocb .uk-width-6-12 {
  width: 50%; }

.cocb .uk-width-7-12 {
  width: 58.333%; }

.cocb .uk-width-8-12 {
  width: 66.666%; }

.cocb .uk-width-9-12 {
  width: 75%; }

.cocb .uk-width-10-12 {
  width: 83.333%; }

.cocb .uk-width-11-12 {
  width: 91.666%; }

@media (min-width: 520px) {
  .cocb .uk-width-small-1-12 {
    width: 8.333%; }
  .cocb .uk-width-small-2-12 {
    width: 16.666%; }
  .cocb .uk-width-small-3-12 {
    width: 25%; }
  .cocb .uk-width-small-4-12 {
    width: 33.333%; }
  .cocb .uk-width-small-5-12 {
    width: 41.666%; }
  .cocb .uk-width-small-6-12 {
    width: 50%; }
  .cocb .uk-width-small-7-12 {
    width: 58.333%; }
  .cocb .uk-width-small-8-12 {
    width: 66.666%; }
  .cocb .uk-width-small-9-12 {
    width: 75%; }
  .cocb .uk-width-small-10-12 {
    width: 83.333%; }
  .cocb .uk-width-small-11-12 {
    width: 91.666%; } }

@media (min-width: 768px) {
  .cocb .uk-width-medium-1-12 {
    width: 8.333%; }
  .cocb .uk-width-medium-2-12 {
    width: 16.666%; }
  .cocb .uk-width-medium-3-12 {
    width: 25%; }
  .cocb .uk-width-medium-4-12 {
    width: 33.333%; }
  .cocb .uk-width-medium-5-12 {
    width: 41.666%; }
  .cocb .uk-width-medium-6-12 {
    width: 50%; }
  .cocb .uk-width-medium-7-12 {
    width: 58.333%; }
  .cocb .uk-width-medium-8-12 {
    width: 66.666%; }
  .cocb .uk-width-medium-9-12 {
    width: 75%; }
  .cocb .uk-width-medium-10-12 {
    width: 83.333%; }
  .cocb .uk-width-medium-11-12 {
    width: 91.666%; } }

@media (min-width: 1025px) {
  .cocb .uk-width-large-1-12 {
    width: 8.333%; }
  .cocb .uk-width-large-2-12 {
    width: 16.666%; }
  .cocb .uk-width-large-3-12 {
    width: 25%; }
  .cocb .uk-width-large-4-12 {
    width: 33.333%; }
  .cocb .uk-width-large-5-12 {
    width: 41.666%; }
  .cocb .uk-width-large-6-12 {
    width: 50%; }
  .cocb .uk-width-large-7-12 {
    width: 58.333%; }
  .cocb .uk-width-large-8-12 {
    width: 66.666%; }
  .cocb .uk-width-large-9-12 {
    width: 75%; }
  .cocb .uk-width-large-10-12 {
    width: 83.333%; }
  .cocb .uk-width-large-11-12 {
    width: 91.666%; } }

@media (min-width: 1400px) {
  .cocb .uk-width-xlarge-1-12 {
    width: 8.333%; }
  .cocb .uk-width-xlarge-2-12 {
    width: 16.666%; }
  .cocb .uk-width-xlarge-3-12 {
    width: 25%; }
  .cocb .uk-width-xlarge-4-12 {
    width: 33.333%; }
  .cocb .uk-width-xlarge-5-12 {
    width: 41.666%; }
  .cocb .uk-width-xlarge-6-12 {
    width: 50%; }
  .cocb .uk-width-xlarge-7-12 {
    width: 58.333%; }
  .cocb .uk-width-xlarge-8-12 {
    width: 66.666%; }
  .cocb .uk-width-xlarge-9-12 {
    width: 75%; }
  .cocb .uk-width-xlarge-10-12 {
    width: 83.333%; }
  .cocb .uk-width-xlarge-11-12 {
    width: 91.666%; } }

.cocb .extendedfooter {
  padding: 65px 0 0;
  background: #464646;
  color: #fff; }

.cocb .extendedfooter, .cocb .extendedfooter .uk-container {
  position: relative; }

.cocb .extendedfooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .94118em; }

.cocb .extendedfooter ul li {
  margin-bottom: 5px; }

.cocb .extendedfooter-contactdetails {
  width: 45%;
  overflow-wrap: break-word; }

.cocb .extendedfooter-addressdetails {
  width: 35%; }

.cocb .extendedfooter-socialmedia {
  width: 20%; }

.cocb .extendedfooter-languages {
  width: 29%;
  display: none;
}

.cocb .extendedfooter-languages li a {
  position: relative;
  font-size: 0;
  display: block;
  width: 125px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center; }

.cocb .extendedfooter-languages li a:before {
  content: '';
  display: block;
  background-image: url("https://www.cockburn.wa.gov.au/assets/images/sprites.png") !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent; }

.cocb .extendedfooter-languages li a.lang-chinese:before {
  width: 34px;
  height: 19px;
  background-position: -145px -149px; }

.cocb .extendedfooter-languages li a.lang-portugese:before {
  width: 83px;
  height: 20px;
  background-position: -145px -93px; }

.cocb .extendedfooter-languages li a.lang-italian:before {
  width: 61px;
  height: 17px;
  background-position: -145px -42px; }

.cocb .extendedfooter-languages li a.lang-croation:before {
  width: 69px;
  height: 15px;
  background-position: -145px -288px; }

.cocb .extendedfooter h2 {
  color: #fff;
  font-size: 1.05882em;
  margin-top: 0; }

.cocb .extendedfooter a {
  color: #fff;
  text-decoration: none; }

.cocb .extendedfooter img {
  height: auto;
  width: 100%; }

.cocb .extendedfooter .wtc {
  margin-top: 30px;
  margin-bottom: 30px; }

.cocb .extendedfooter .wtc-column {
  text-align: center; }

.cocb .extendedfooter .wtc-column p {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: .94118em; }

.cocb .extendedfooter .wtc-column .original {
  font-family: "News Gothic BT W01 Bold",sans-serif;
  display: block;
  font-weight: 700; }

.cocb .uk-notouch .extendedfooter-languages li a:focus, .cocb .uk-notouch .extendedfooter-languages li a:hover {
  background: #fbb514 !important;
  border-color: #fbb514 !important;
  color: #2c2c2c !important;
  outline: none !important; }

.cocb .uk-notouch .extendedfooter-languages li a:focus.lang-chinese:before, .cocb .uk-notouch .extendedfooter-languages li a:hover.lang-chinese:before {
  background-position: -145px -123px; }

.cocb .uk-notouch .extendedfooter-languages li a:focus.lang-portugese:before, .cocb .uk-notouch .extendedfooter-languages li a:hover.lang-portugese:before {
  background-position: -145px -68px; }

.cocb .uk-notouch .extendedfooter-languages li a:focus.lang-italian:before, .cocb .uk-notouch .extendedfooter-languages li a:hover.lang-italian:before {
  background-position: -145px -17px; }

.cocb .uk-notouch .extendedfooter-languages li a:focus.lang-croation:before, .cocb .uk-notouch .extendedfooter-languages li a:hover.lang-croation:before {
  background-position: -145px -270px; }

.cocb .uk-notouch .extendedfooter .uk-container > a:focus img, .cocb .uk-notouch .extendedfooter .uk-container > a:hover img {
  outline: 2px solid #fff !important; }

@media (min-width: 768px) {
  .cocb .extendedfooter-languages {
    zoom: 1; }
  .cocb .extendedfooter-languages ul:after, .cocb .extendedfooter-languages ul:before, .cocb .extendedfooter-languages:after, .cocb .extendedfooter-languages:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .extendedfooter-languages ul:after, .cocb .extendedfooter-languages:after {
    clear: both; }
  .cocb .extendedfooter-languages ul {
    float: left;
    zoom: 1; }
  .cocb .extendedfooter-languages li {
    float: left;
    margin-right: 10px; }
  .cocb .extendedfooter-languages li a {
    padding: 9px 20px;
    border: solid 1px #fff;
    border-radius: 30px; }
  .cocb .extendedfooter-languages li a.lang-chinese {
    padding-top: 10px; }
  .cocb .extendedfooter-languages li a.lang-italian {
    padding: 11px 20px 10px; }
  .cocb .extendedfooter-languages li a.lang-croation {
    padding: 12px 20px 11px; } }

@media (max-width: 1024px) {
  .cocb .extendedfooter {
    padding-top: 60px; }
  .cocb .extendedfooter-addressdetails, .cocb .extendedfooter-contactdetails, .cocb .extendedfooter-languages {
    width: 28%; }
  .cocb .extendedfooter-socialmedia {
    width: 16%; }
  .cocb .extendedfooter img {
    margin-top: 15px; }
  .cocb .extendedfooter .wtc br {
    display: none; } }

@media (max-width: 767px) {
  .cocb .extendedfooter {
    height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
  .cocb .extendedfooter.extendedfooter-bg {
    background: 0 0; }
  .cocb .extendedfooter-inner {
    background: #333;
    padding-top: 20px; }
  .cocb .extendedfooter:before {
    content: '';
    /*background: url(/assets/images/mobile-bottom-left.png) bottom left no-repeat;*/
    display: block;
    position: absolute;
    left: 0;
    top: -89px;
    height: 89px;
    width: 100%;
    z-index: -1; }
  .cocb .extendedfooter .uk-container {
    padding: 0; }
  .cocb .extendedfooter-mobilehidden {
    display: none;
    background-color: #252525;
    padding: 25px 15px; }
  .cocb .extendedfooter-mobilehidden.active {
    display: block; }
  .cocb .extendedfooter-mobilehidden li a {
    background-color: #252525;
    -ms-flex-pack: left;
    justify-content: left; }
  .cocb .extendedfooter-mobilehidden li a:focus, .cocb .extendedfooter-mobilehidden li a:hover {
    background: #252525;
    border-color: #252525;
    color: #fff; }
  .cocb .extendedfooter-mobilehidden li a.lang-chinese:before {
    width: 34px;
    height: 19px;
    background-position: -145px -149px; }
  .cocb .extendedfooter-mobilehidden li a.lang-portugese:before {
    width: 83px;
    height: 20px;
    background-position: -145px -93px; }
  .cocb .extendedfooter-mobilehidden li a.lang-italian:before {
    width: 61px;
    height: 17px;
    background-position: -145px -42px; }
  .cocb .extendedfooter-mobilehidden li a.lang-croation:before {
    width: 69px;
    height: 15px;
    background-position: -145px -288px; }
  .cocb .extendedfooter-addressdetails, .cocb .extendedfooter-contactdetails, .cocb .extendedfooter-languages, .cocb .extendedfooter-socialmedia {
    margin: 0;
    width: 100%; }
  .cocb .extendedfooter-addressdetails p:first-child, .cocb .extendedfooter-contactdetails p:first-child, .cocb .extendedfooter-languages li:first-child, .cocb .extendedfooter-languages p:first-child, .cocb .extendedfooter-socialmedia p:first-child {
    margin-top: 0; }
  .cocb .extendedfooter-addressdetails p:last-child, .cocb .extendedfooter-contactdetails p:last-child, .cocb .extendedfooter-languages p:last-child, .cocb .extendedfooter-socialmedia p:last-child {
    margin-bottom: 0; }
  .cocb .extendedfooter-languages li {
    margin-top: 10px; }
  .cocb .extendedfooter h2 {
    border-bottom: solid 1px #959595;
    margin: 0 15px !important;
    line-height: 44px;
    position: relative; }
  .cocb .extendedfooter h2:after {
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 44px;
    font-size: 26px;
    color: #fbb514; }
  .cocb .extendedfooter h2.active {
    border: 0; }
  .cocb .extendedfooter h2.active:after {
    content: ''; }
  .cocb .extendedfooter img {
    margin: 30px auto 0;
    display: block;
    position: relative;
    z-index: 1;
    width: auto; }
  .cocb .extendedfooter .wtc {
    margin-bottom: 10px; }
  .cocb .extendedfooter .wtc-column {
    text-align: center; }
  .cocb .extendedfooter .wtc-column p {
    font-size: .88235em;
    padding: 1em 7% 0; } }

.cocb .slidenavigation .uk-navbar-toggle {
  color: #000; }

.cocb .slidenavigation .uk-icon-close:before {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 24px;
  height: 24px;
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -256px -148px;
  background-color: transparent;
  content: ''; }

.cocb .slidenavigation .pn-item > a, .cocb .slidenavigation-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.cocb .slidenavigation .pn-container, .cocb .slidenavigation-wrapper {
  height: 100%;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cocb .slidenavigation-wrapper {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.cocb .slidenavigation .pn-container {
  display: -ms-flexbox;
  display: flex;
  top: 0;
  transition: left .5s ease; }

.cocb .slidenavigation .pn-container.is-active {
  left: 0; }

.cocb .slidenavigation .primary-nav {
  z-index: 9;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  padding-bottom: 40px; }

.cocb .slidenavigation .pn-list, .cocb .slidenavigation .sub-pn-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.cocb .slidenavigation .pn-list {
  width: 100%; }

.cocb .slidenavigation .pn-item {
  text-align: left; }

.cocb .slidenavigation .pn-item > a {
  height: 60px;
  padding-left: 15px;
  padding-right: 36px;
  text-decoration: none;
  color: #382f2d;
  position: relative;
  font-size: 1.05882em;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .slidenavigation .pn-item > a.has-children:after {
  right: 15px;
  top: 50%;
  content: '';
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #454545; }

.cocb .slidenavigation .sub-pn {
  display: none;
  position: absolute;
  top: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 9;
  width: 100%;
  min-height: 100%;
  background: #fff; }

.cocb .slidenavigation .sub-pn.is-closing, .cocb .slidenavigation .sub-pn.is-open {
  display: block !important;
  /*animation:a ease .4s!important;*/
  animation-fill-mode: both !important; }

.cocb .slidenavigation .sub-pn.is-open.initialload {
  animation: none;
  transform: translateZ(0); }

.cocb .slidenavigation .sub-pn.is-closing {
  animation: b ease .4s; }

.cocb .slidenavigation .sub-pn-list, .cocb .textimage iframe, .cocb .textimage video {
  width: 100%; }

.cocb .slidenavigation .sub-pn-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  padding: 2px 20px;
  text-decoration: none;
  color: #2c2c2c;
  overflow: hidden;
  white-space: nowrap; }

.cocb .slidenavigation .cta-back-to-parent:before, .cocb .slidenavigation .pn-item > a.has-children:after, .cocb .slidenavigation .sub-pn-link.has-children:after {
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  position: absolute; }

.cocb .slidenavigation .sub-pn-link.has-children:after {
  right: 15px;
  color: #454545;
  content: ''; }

.cocb .slidenavigation .cta-back-to-parent {
  outline: none;
  background-color: #fff;
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  height: 62px;
  position: relative;
  padding-left: 41px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .megasearch-links .links .link.arc span, .cocb .megasearch-links .links .link.comment span, .cocb .megasearch-links .links .link.libraries span, .cocb .slidenavigation .cta-back-to-parent span {
  padding-left: 10px; }

.cocb .slidenavigation .cta-back-to-parent:before {
  content: '';
  margin-right: 4px;
  top: 15px;
  left: 20px; }

.cocb .slidenavigation .sub-pn-link.sub-pn-title-link {
  background-color: #333;
  height: 62px;
  line-height: 1.4;
  color: #e7a817; }

.cocb .slidenavigation .pn-toggle {
  background: 0 0;
  border: none;
  position: absolute;
  top: 84px;
  right: 20px;
  font-size: 29px;
  height: auto;
  line-height: 1em;
  color: #fff; }

.cocb .slidenavigation .pn-trigger-open {
  padding: 0;
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -256px -78px;
  background-color: transparent;
  width: 32px;
  height: 26px; }

.cocb .slidenavigation .pn-trigger-open.is-hidden {
  visibility: hidden; }

.cocb .slidenavigation .pn-trigger-close {
  position: relative;
  min-height: 100%;
  width: 100%;
  opacity: .9;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  right: 0;
  top: 0;
  outline: none !important; }

.cocb .slidenavigation .pn-trigger-close span {
  position: absolute;
  top: 35px;
  left: 30px;
  display: none; }

.cocb .slidenavigation .is-active .pn-trigger-close {
  background-color: #313131;
  transition: background-color .5s linear;
  transition-delay: .38s; }

.cocb .uk-notouch .slidenavigation .focusable:focus {
  position: relative;
  left: 5px;
  width: auto;
  height: auto;
  color: #fff;
  background-color: #000; }

.cocb .uk-notouch .slidenavigation .sub-pn-link:focus {
  background: #2c2c2c;
  color: #e7a817; }

.cocb .uk-notouch .slidenavigation .pn-trigger-close:focus:before {
  outline: solid 2px #fbb514; }

@media (min-width: 520px) {
  .cocb .slidenavigation .primary-nav {
    max-width: 400px;
    min-width: 400px; } }

@media (max-width: 519px) {
  .cocb .slidenavigation .primary-nav {
    min-width: 80%; } }

@media (min-width: 1025px) {
  .cocb .hidden-desktop, .cocb .slidenavigation .pn-item > a.has-children:after {
    display: none !important; }
  .cocb .slidenavigation {
    margin-left: -20px; }
  .cocb .slidenavigation .pn-list {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cocb .slidenavigation .sub-pn {
    display: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100vw;
    margin-top: 1px;
    background: 0 0;
    text-align: left;
    background: #f1f1f1;
    min-height: 0;
    padding: 25px 0;
    border-bottom: solid 2px #fbb514;
    animation: none; }
  .cocb .slidenavigation .sub-pn.is-open {
    animation: none; }
  .cocb .slidenavigation .pn-item {
    background: #2c2c2c;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto; }
  .cocb .slidenavigation .pn-item:first-child {
    display: none; }
  .cocb .slidenavigation .pn-item > a {
    height: 82px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    color: #fff;
    transition: none;
    letter-spacing: .01em; }
  .cocb .slidenavigation .pn-item > a.active {
    background-color: transparent;
    color: #000; }
  .cocb .slidenavigation .pn-item > a.is-open, .cocb .uk-notouch .slidenavigation .pn-item > a:hover {
    border-bottom: 4px solid #fbb514 !important; }
  .cocb .slidenavigation .sub-pn-list {
    width: 365px;
    margin-bottom: 56px;
    margin-top: 10px; }
  .cocb .slidenavigation .sub-pn-item > a {
    padding: 7px 0;
    font-size: .94118em;
    font-family: "News Gothic BT W01 Bold",sans-serif;
    min-height: 0; }
  .cocb .slidenavigation .sub-pn-item > a i {
    color: #fbb514;
    margin-right: .5em;
    margin-left: .5em; }
  .cocb .slidenavigation .sub-pn-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding: 0 35px;
    box-sizing: border-box; }
  .cocb .slidenavigation .primary-nav {
    width: 100%;
    overflow-x: visible;
    overflow-y: visible;
    background: #2c2c2c;
    max-width: none;
    padding-bottom: 0; }
  .cocb .slidenavigation .pn-container {
    transition: none; }
  .cocb .slidenavigation .pn-container.is-active {
    left: auto; }
  .cocb .slidenavigation .sub-pn-link {
    display: block;
    height: auto; }
  .cocb .slidenavigation .cta-back-to-parent, .cocb .slidenavigation .pn-toggle, .cocb .slidenavigation .sub-pn-link.has-children:after, .cocb .slidenavigation .sub-pn-title-link {
    display: none; }
  .cocb .slidenavigation .megamenu {
    zoom: 1;
    width: 100%; }
  .cocb .slidenavigation .megamenu:after, .cocb .slidenavigation .megamenu:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .slidenavigation .megamenu:after {
    clear: both; }
  .cocb .slidenavigation .megamenu-main > ul, .cocb .slidenavigation .megamenu > ul {
    float: left; }
  .cocb .slidenavigation .megamenu-title {
    font-size: 1.47059em;
    font-family: "News Gothic BT W01 Regular",sans-serif;
    margin: 0 0 10px; }
  .cocb .slidenavigation .megamenu-words {
    zoom: 1;
    margin-left: -15px; }
  .cocb .slidenavigation .handylinks ul:after, .cocb .slidenavigation .handylinks ul:before, .cocb .slidenavigation .megamenu-words:after, .cocb .slidenavigation .megamenu-words:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .slidenavigation .handylinks ul:after, .cocb .slidenavigation .megamenu-words:after {
    clear: both; }
  .cocb .slidenavigation .megamenu-words span {
    float: left;
    padding-left: 15px;
    font-size: 1.05882em;
    text-transform: uppercase; }
  .cocb .slidenavigation .megamenu-words span:nth-child(n+2):before {
    content: '|';
    display: inline-block;
    margin: 0 20px 0 0; }
  .cocb .slidenavigation .megamenu-summary {
    max-width: 520px; }
  .cocb .slidenavigation .megamenu img {
    position: absolute;
    top: 0;
    right: 0;
    width: 178px; }
  .cocb .slidenavigation .megamenu-close, .cocb .slidenavigation .megamenu-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cocb .slidenavigation .megamenu-header {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cocb .slidenavigation .megamenu-close {
    color: #2c2c2c;
    height: 27px; }
  .cocb .slidenavigation .megamenu-close:before {
    display: inline-block;
    content: '';
    background-image: url("https://www.cockburn.wa.gov.au/assets/images/sprite-homeicons.png");
    background-position: -260px -230px;
    width: 27px;
    height: 27px;
    margin-right: .7em; }
  .cocb .slidenavigation .handylinks {
    margin: 0 60px;
    float: left; }
  .cocb .slidenavigation .handylinks h2 {
    margin: 0 0 5px; }
  .cocb .slidenavigation .handylinks ul {
    zoom: 1;
    margin-left: -68px; }
  .cocb .slidenavigation .handylinks ul li {
    font-size: .94118em;
    margin-top: 10px;
    margin-left: 68px; }
  .cocb .slidenavigation .handylinks ul li a {
    color: #2c2c2c;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    border-radius: 13px;
    width: 222px;
    padding: 3px 0;
    text-align: center; }
  .cocb .slidenavigation .handylinks ul li a:focus, .cocb .slidenavigation .handylinks ul li a:hover {
    text-decoration: underline; }
  .cocb .uk-notouch .slidenavigation .sub-pn-link:focus, .cocb .uk-notouch .slidenavigation .sub-pn-link:hover {
    background: #2c2c2c;
    color: #fbb514; }
  .cocb .overlay {
    display: block;
    position: relative; }
  .cocb .overlay:before {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    opacity: .75; } }

@media (max-width: 1024px) {
  .cocb .uk-notouch .slidenavigation .pn-item > a:focus, .cocb .uk-notouch .slidenavigation .pn-item > a:hover {
    background: #382f2d;
    color: #fff; }
  .cocb .uk-notouch .slidenavigation .pn-item > a:focus:after, .cocb .uk-notouch .slidenavigation .pn-item > a:hover:after, .cocb .uk-notouch .slidenavigation .sub-pn-link.has-children:focus:after, .cocb .uk-notouch .slidenavigation .sub-pn-link.has-children:hover:after {
    color: #fff; }
  .cocb .uk-notouch .slidenavigation nav .utility-links a:focus, .cocb .uk-notouch .slidenavigation nav .utility-links a:hover {
    text-decoration: underline;
    border: none; }
  .cocb .slidenavigation .pn-container {
    display: none; }
  .cocb .slidenavigation .pn-container.is-active {
    display: -ms-flexbox;
    display: flex; }
  .cocb .slidenavigation nav > ul {
    margin-bottom: 20px !important; }
  .cocb .slidenavigation nav .utility-links a {
    color: #2c2c2c;
    margin: 0 15px 14px;
    display: block;
    text-transform: uppercase;
    font-family: "News Gothic BT W01 Bold",sans-serif;
    font-size: .82353em;
    text-decoration: none; }
  .cocb .slidenavigation .pn-trigger-open {
    top: 115px;
    right: 25px; }
  .cocb .slidenavigation .pn-container {
    z-index: 12;
    position: fixed;
    left: -100%; }
  .cocb .slidenavigation .primary-nav {
    position: relative;
    background: #f1f1f1; }
  .cocb .slidenavigation .megamenu {
    zoom: 1;
    width: 100%; }
  .cocb .slidenavigation .megamenu:after, .cocb .slidenavigation .megamenu:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .slidenavigation .megamenu:after {
    clear: both; }
  .cocb .slidenavigation .megamenu > ul {
    float: left; }
  .cocb .slidenavigation .megamenu img, .cocb .slidenavigation .megamenu-header, .cocb .slidenavigation .megamenu-title, .cocb .slidenavigation .megamenu-words, .cocb .slidenavigation .sub-pn-item > a i {
    display: none; }
  .cocb .slidenavigation .megamenu-main > ul {
    float: none; }
  .cocb .slidenavigation .pn-item, .cocb .slidenavigation .sub-pn-item {
    border-bottom: solid 1px #333; }
  .cocb .slidenavigation .sub-pn-link {
    background: #fff;
    white-space: normal; }
  .cocb .slidenavigation .pn-item > a {
    background: #fff; }
  .cocb .slidenavigation .pn-item:first-child > a {
    border: none;
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 62px;
    line-height: 62px;
    position: relative;
    padding-left: 41px;
    text-transform: uppercase;
    text-decoration: underline;
    -ms-transform: none;
    transform: none; }
  .cocb .slidenavigation .pn-item:first-child > a span {
    padding-left: 10px; }
  .cocb .slidenavigation .pn-item:first-child > a:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    margin-right: 4px;
    font-size: 28px;
    position: absolute;
    top: 15px;
    left: 20px; }
  .cocb .slidenavigation .sub-pn {
    background: #f1f1f1; }
  .cocb .slidenavigation .sub-pn-list {
    width: 100%; }
  .cocb .slidenavigation .handylinks {
    float: none; }
  .cocb .slidenavigation .handylinks h2 {
    margin-bottom: 20px;
    font-size: 1.05882em; }
  .cocb .slidenavigation .handylinks li {
    margin-bottom: 10px; }
  .cocb .slidenavigation .handylinks li a {
    color: #2c2c2c;
    text-decoration: none;
    padding-left: 28px;
    position: relative; }
  .cocb .slidenavigation .handylinks li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 19px;
    height: 19px;
    display: block;
    /*background-image: url(/assets/images/sprites.png) !important;*/
    background-repeat: no-repeat;
    background-position: -305px -113px;
    background-color: transparent; } }

@media (max-width: 1024px) {
  .cocb .slidenavigation .handylinks li a:focus, .cocb .slidenavigation .handylinks li a:hover {
    text-decoration: underline; }
  .cocb .overlay {
    display: none !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cocb .slidenavigation .pn-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (min-width: 1025px) and (max-width: 1220px) {
  .cocb .slidenavigation .megamenu .sub-pn-list {
    width: 275px; }
  .cocb .slidenavigation .megamenu img {
    width: 100px; } }

@media (max-width: 767px) {
  .cocb .slidenavigation .pn-trigger-open {
    top: 77px;
    right: 16px; } }

@keyframes a {
  0% {
    transform: translate3d(100%, 0, 0); }
  to {
    transform: translateZ(0); } }

@keyframes b {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }

.cocb .bgtext {
  text-align: center;
  padding: 30px 0;
  background-size: cover;
  background-position: 50% 0; }

.cocb .bgtext .uk-container-center {
  padding: 40px 100px;
  background: #fff; }

@media (max-width: 1024px) {
  .cocb .bgtext, .cocb .bgtext .uk-container-center {
    padding: 20px; } }

@media (min-width: 1025px) {
  .cocb .textfullimage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .cocb .textfullimage-image, .cocb .textfullimage-text {
    width: 50%;
    overflow: hidden; }
  .cocb .textfullimage-text {
    padding: 0 4%; }
  .cocb .textfullimage h2 {
    font-size: 2.35294em; }
  .cocb .textfullimage-reverse .textfullimage-text {
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 1024px) {
  .cocb .textfullimage h2 {
    font-size: 1.76471em; }
  .cocb .textfullimage-text {
    margin-top: 20px;
    padding: 0 25px; }
  .cocb .textfullimage-image {
    margin: 40px 0; }
  .cocb .textfullimage-image img {
    width: 100%; }
  .cocb .textfullimage-reverse .textfullimage-image {
    margin-bottom: 0; } }

.cocb .textimage .uk-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0; }

.cocb .textimage-text h2 {
  margin-top: 0; }

@media (min-width: 1025px) {
  .cocb .textimage-reverse .textimage-image {
    -ms-flex-order: 2;
    order: 2; }
  .cocb .textimage h3 {
    margin-top: 0;
    margin-bottom: 40px; } }

@media (max-width: 1024px) {
  .cocb .textimage .uk-width-medium-1-2 {
    width: 100% !important; }
  .cocb .textimage .uk-container {
    margin-top: 20px;
    margin-bottom: 20px; }
  .cocb .textimage .iframe-wrap, .cocb .textimage .textimage-image, .cocb .textimage video {
    margin-top: 20px; } }

.cocb .fulltext {
  padding: 10px 0; }

.cocb .fulltext .uk-container {
  margin-top: 10px;
  margin-bottom: 20px; }

.cocb .search {
  display: block;
  position: relative;
  margin: 30px 0 0;
  float: right; }

.cocb .search, .cocb .search .twitter-typeahead {
  width: 475px; }

.cocb .imagegallery li:before, .cocb .search:before, .cocb .searchtoggle .uk-icon-search:before {
  display: none; }

.cocb .search .uk-search-field {
  color: #2c2c2c;
  height: 55px;
  padding: 0 66px 0 96px;
  border: solid 1px #2c2c2c;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  font-size: 1.05882em;
  -webkit-appearance: none; }

.cocb .search .uk-search-field:focus::-webkit-input-placeholder, .cocb .searchresults-search input[type=text]:focus::-webkit-input-placeholder {
  color: transparent !important; }

.cocb .search .uk-search-field:focus::-moz-placeholder {
  color: transparent !important; }

.cocb .search .uk-search-field:focus:-ms-input-placeholder, .cocb .searchresults-search input[type=text]:focus:-ms-input-placeholder {
  color: transparent !important; }

.cocb .search .uk-search-field:focus:-moz-placeholder, .cocb .searchresults-search input[type=text]:focus:-moz-placeholder, .cocb .searchresults-search input[type=text]:focus::-moz-placeholder {
  color: transparent !important; }

.cocb .search ::-webkit-input-placeholder {
  color: #2c2c2c !important; }

.cocb .search ::-moz-placeholder {
  color: #2c2c2c !important; }

.cocb .search :-ms-input-placeholder {
  color: #2c2c2c !important; }

.cocb .search :-moz-placeholder {
  color: #2c2c2c !important; }

.cocb .search button, .cocb .searchtoggle .uk-icon-search {
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat; }

.cocb .search button {
  border: 0;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  border-radius: 0 3px 3px 0;
  width: 55px;
  height: 53px;
  background-position: -253px 17px;
  background-color: #fbb514; }

.cocb .search label {
  font-size: 1.05882em;
  text-transform: uppercase;
  position: absolute;
  line-height: 55px;
  left: 16px;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .searchtoggle {
  position: absolute;
  top: 110px;
  right: 72px; }

.cocb .searchtoggle .uk-icon-search {
  width: 32px;
  height: 32px;
  background-position: -264px 5px;
  background-color: transparent; }

.cocb .searchtoggle .uk-icon-search.active {
  background-position: -256px -115px;
  width: 24px;
  height: 24px;
  right: 20px; }

.cocb .uk-notouch .search button:focus, .cocb .uk-notouch .search button:hover {
  outline: none !important;
  background-color: #2c2c2c;
  background-position: -309px 12px; }

@media (min-width: 1025px) {
  .cocb .uk-notouch .search button:focus, .cocb .uk-notouch .search button:hover {
    background-position: -314px 17px; } }

@media (max-width: 1024px) {
  .cocb .search {
    position: absolute;
    left: 0;
    top: -36px;
    z-index: 3;
    background: #fff;
    width: 100%;
    height: 48px;
    margin: 0;
    border-bottom: solid 1px #252525; }
  .cocb .search .twitter-typeahead {
    width: 100vw; }
  .cocb .search .uk-search-field {
    height: 48px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    padding-left: 16px; }
  .cocb .search button {
    width: 66px;
    height: 47px;
    top: 0;
    right: 0;
    background-position: -249px 12px;
    background-color: #fbb514;
    border-radius: 0; }
  .cocb .search, .cocb .search label {
    display: none; }
  .cocb .uk-icon-search.active {
    margin-top: 4px;
    margin-left: -2px; } }

@media (max-width: 767px) {
  .cocb .searchtoggle {
    top: 75px;
    right: 72px; }
  .cocb .search {
    top: -34px; }
  .cocb .uk-icon-search.active {
    margin-top: 3px; } }

.cocb .searchresults, .cocb .searchresults-searchwrap {
  max-width: 1220px;
  padding: 0 35px;
  margin: 0 auto 40px; }

.cocb .searchresults-searchwrap {
  margin: 40px auto 0; }

.cocb .searchresults h2, .cocb .searchresults-count {
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .searchresults h2 {
  font-size: 1.29412em;
  margin: 0 0 10px; }

.cocb .searchresults-count {
  margin: 30px 0;
  text-align: right; }

.cocb .searchresults-count .highlight {
  background: #fbb514;
  border-radius: 3px;
  padding: 0 5px; }

.cocb .searchresults-url {
  word-break: break-all; }

.cocb .searchresults > ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0; }

.cocb .searchresults > ul.no-style > li {
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 10px;
  position: relative; }

.cocb .searchresults > ul.no-style > li:first-of-type {
  border-top: 0;
  padding-top: 0; }

.cocb .searchresults > ul.no-style > li.arc {
  padding-bottom: 30px;
  min-height: 172px; }

.cocb .searchresults > ul.no-style > li.arc .searchresults-url {
  display: block;
  margin-bottom: 20px; }

.cocb .searchresults > ul.no-style > li.arc p {
  padding-left: 130px; }

.cocb .searchresults-search {
  background: #f4f4f4;
  border: solid 1px #d7d7d7;
  padding: 35px 35px 32px; }

.cocb .searchresults-search input[type=radio] {
  top: -2px; }

.cocb .searchresults-search label {
  font-size: 18px;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .quicklinks li .searchresults-search a, .cocb .searchresults-search .btn, .cocb .searchresults-search .quicklinks li a, .cocb .searchresults-search input {
  height: 36px;
  line-height: 36px; }

.cocb .searchresults-search input[type=text] {
  width: 66%;
  position: relative;
  margin-right: 35px; }

.cocb .quicklinks li .searchresults-search a, .cocb .searchresults-search .btn, .cocb .searchresults-search .quicklinks li a {
  padding: 0;
  width: 194px;
  position: absolute;
  right: 0;
  top: 0; }

.cocb .searchresults-searchinner {
  zoom: 1;
  max-width: 960px;
  position: relative;
  margin: 0 auto; }

.cocb .relatedpages ul:after, .cocb .relatedpages ul:before, .cocb .searchresults-bestbets .featuredhotbox a:after, .cocb .searchresults-bestbets .featuredhotbox a:before, .cocb .searchresults-search fieldset:after, .cocb .searchresults-search fieldset:before, .cocb .searchresults-searchinner:after, .cocb .searchresults-searchinner:before, .cocb .searchresults-searchinner > div:after, .cocb .searchresults-searchinner > div:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .relatedpages ul:after, .cocb .searchresults-bestbets .featuredhotbox a:after, .cocb .searchresults-search fieldset:after, .cocb .searchresults-searchinner:after, .cocb .searchresults-searchinner > div:after {
  clear: both; }

.cocb .searchresults-search fieldset {
  zoom: 1;
  border: 0;
  padding: 0;
  margin: 20px 0 0; }

.cocb .searchresults-search fieldset input, .cocb .searchresults-search fieldset label {
  float: left;
  display: block;
  clear: none; }

.cocb .searchresults-search fieldset label {
  margin-right: 40px;
  line-height: 36px; }

.cocb .searchresults-bestbets {
  margin-bottom: 40px; }

.cocb .searchresults-bestbets .featuredhotbox {
  margin: 0 0 20px; }

.cocb .searchresults-bestbets .featuredhotbox a {
  text-decoration: none;
  color: #fff;
  display: block;
  zoom: 1; }

.cocb .searchresults .highlight {
  background: #fbb514;
  border-radius: 3px;
  padding: 0 5px; }

.cocb .searchresults .informationsheets {
  padding: 0 !important;
  margin: 10px 0 22px !important; }

.cocb .searchresults .informationsheets ul {
  margin-left: -20px; }

.cocb .searchresults .arclogo {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: 0 -147px;
  background-color: transparent;
  display: block;
  width: 106px;
  height: 50px;
  position: absolute;
  left: 0; }

.cocb .uk-notouch .breadcrumbs a:focus, .cocb .uk-notouch .breadcrumbs a:hover, .cocb .uk-notouch .readspeaker a:focus .rsbtn_text span, .cocb .uk-notouch .readspeaker a:hover .rsbtn_text span, .cocb .uk-notouch .searchresults article a:focus, .cocb .uk-notouch .searchresults article a:hover {
  text-decoration: underline; }

.cocb .quicklinks li .uk-notouch .searchresults-search a:focus, .cocb .quicklinks li .uk-notouch .searchresults-search a:hover, .cocb .uk-notouch .searchresults-search .btn:focus, .cocb .uk-notouch .searchresults-search .btn:hover, .cocb .uk-notouch .searchresults-search .quicklinks li a:focus, .cocb .uk-notouch .searchresults-search .quicklinks li a:hover {
  background: #2c2c2c;
  color: #fff; }

.cocb .uk-notouch .searchresults fieldset {
  margin-left: 98px; }

.cocb .uk-notouch .searchresults-bestbets .featuredhotbox a:focus, .cocb .uk-notouch .searchresults-bestbets .featuredhotbox a:hover {
  background: #fbb514; }

@media (min-width: 1025px) {
  .cocb .searchresults-search input[type=text], .cocb .searchresults-search label {
    float: left; }
  .cocb .searchresults-search label {
    margin-right: 22px;
    line-height: 36px; } }

@media (max-width: 1024px) {
  .cocb .searchresults, .cocb .searchresults-searchwrap {
    padding: 0 25px; }
  .cocb .searchresults-search label {
    margin-bottom: 10px;
    display: block; }
  .cocb .searchresults-search input[type=text] {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0; }
  .cocb .quicklinks li .searchresults-search a, .cocb .searchresults-search .btn, .cocb .searchresults-search .quicklinks li a {
    position: relative;
    top: auto;
    margin-top: 15px; } }

@media (max-width: 768px) {
  .cocb .searchresults {
    padding: 0 15px; }
  .cocb .searchresults-searchwrap {
    padding: 0;
    margin-top: 20px; }
  .cocb .searchresults-search {
    padding: 20px 15px;
    border-left: 0;
    border-right: 0;
    margin: 0; }
  .cocb .searchresults-search label {
    font-size: 17px; }
  .cocb .searchresults-search fieldset {
    margin-top: 10px; }
  .cocb .searchresults-search fieldset input {
    margin-bottom: 0; }
  .cocb .searchresults-search fieldset input:nth-child(6) {
    clear: left; }
  .cocb .searchresults-search fieldset label {
    margin-right: 12px; }
  .cocb .searchresults-search fieldset label:nth-child(5) {
    margin-right: 0; }
  .cocb .quicklinks li .searchresults-search a, .cocb .searchresults-search .btn, .cocb .searchresults-search .quicklinks li a {
    width: 100%; }
  .cocb .searchresults-count {
    text-align: left;
    margin: 15px 0;
    padding: 0 15px; }
  .cocb .searchresults .arclogo {
    position: relative; }
  .cocb .searchresults > ul.no-style > li.arc p, .cocb .uk-container-search {
    padding: 0; } }

.cocb .uk-accordion {
  margin: 40px 0; }

.cocb .uk-accordion-title {
  margin: 0;
  padding: 10px 6em 10px 1em;
  background: 0 0;
  color: #0e5f7f;
  min-height: 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.05882em;
  font-weight: 700;
  z-index: 3;
  border-top: 1px solid #0e5f7f; }

.cocb .uk-accordion-title:after {
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  line-height: 50px;
  right: 20px;
  color: #0e5f7f;
  font-size: 26px; }

.cocb .uk-accordion-title.uk-active {
  border-bottom: 1px solid #0e5f7f; }

.cocb .uk-accordion-title.uk-active:after {
  content: ""; }

.cocb .uk-accordion-title:nth-last-child(2) {
  border-bottom: 1px solid #0e5f7f; }

.cocb .uk-accordion-content {
  padding: 35px 18px;
  display: none; }

.cocb .projectlisting-items > div:first-child, .cocb .uk-accordion-content p:first-child {
  margin-top: 0; }

.cocb .uk-accordion-content.uk-active {
  display: block; }

.cocb .uk-notouch .uk-accordion-title:focus, .cocb .uk-notouch .uk-accordion-title:hover {
  background: #0e5f7f;
  color: #fff;
  outline: none !important; }

.cocb .uk-notouch .uk-accordion-title:focus:after, .cocb .uk-notouch .uk-accordion-title:hover:after {
  color: #fff; }

.cocb body.EditMode div.uk-accordion {
  border: 3px solid #333; }

.cocb body.EditMode div.uk-accordion div.cms-accordion-pane:focus, .cocb body.EditMode div.uk-accordion div.cms-accordion-pane:hover {
  background-color: #e8fbff; }

@media (min-width: 768px) {
  .cocb .uk-accordion-title:before {
    content: attr(data-expand-text);
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 46px;
    font-size: 18px;
    font-weight: 400; }
  .cocb .uk-accordion-title.uk-active:before {
    content: attr(data-collapse-text); } }

@media (max-width: 1024px) {
  .cocb .uk-accordion-title {
    font-size: 1.17647em; }
  .cocb .uk-accordion-content {
    padding: 20px 25px; } }

@media (max-width: 767px) {
  .cocb .uk-accordion {
    margin-top: 20px; }
  .cocb .uk-accordion-title {
    font-size: 1.05882em;
    padding: 12px 52px 12px 15px; }
  .cocb .uk-accordion-title:after {
    line-height: 50px; }
  .cocb .uk-accordion-content {
    padding: 16px; } }

.cocb .breadcrumbs {
  font-family: "News Gothic BT W01 Bold",sans-serif;
  position: absolute;
  top: 107px;
  left: 0;
  width: 100%; }

.cocb .breadcrumbs .uk-breadcrumb {
  font-size: 1.05882em;
  margin: 0; }

.cocb .breadcrumbs .uk-breadcrumb li {
  white-space: nowrap; }

.cocb .breadcrumbs .uk-container {
  margin-top: 0;
  margin-bottom: 0; }

.cocb .breadcrumbs li:nth-child(n+2):before {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 8px;
  font-family: "News Gothic BT W01 Regular",sans-serif; }

.cocb .breadcrumbs a {
  color: #2c2c2c;
  text-decoration: none; }

.cocb .uk-notouch .breadcrumbs a:focus {
  outline: solid 2px #2c2c2c !important; }

@media (max-width: 1024px) {
  .cocb .breadcrumbs {
    display: none; } }

.cocb .googlemapcontainer {
  max-width: 100%;
  width: 100% !important; }

@media (max-width: 767px) {
  .cocb .googlemapcontainer {
    max-height: 300px; } }

.cocb .herobanner {
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative; }

.cocb .herobanner .uk-container {
  position: relative;
  margin-bottom: 0;
  margin-top: 0; }

.cocb .herobanner-caption {
  position: absolute;
  top: 88px;
  left: 35px;
  width: 320px;
  text-align: left;
  z-index: 2; }

.cocb .herobanner-caption h1 {
  margin-bottom: 20px; }

.cocb .herobanner-caption p {
  font-size: 1.41176em;
  margin: 0;
  line-height: 1.4em; }

.cocb .herobannerlanding {
  margin: 0 0 40px; }

@media (min-width: 768px) {
  .cocb .herobanner picture {
    width: 100%;
    display: block; }
  .cocb .herobanner .uk-grid {
    position: absolute;
    height: 250px; }
  .cocb .herobanner img {
    width: auto;
    max-width: none;
    position: relative;
    left: 100%;
    margin-left: -200%; } }

@media (min-width: 799px) and (max-width: 1024px) {
  .cocb .herobanner-caption {
    left: 130px; } }

@media (max-width: 1399px) {
  .cocb .herobanner-caption {
    width: 290px;
    top: 50px; } }

@media (max-width: 1024px) {
  .cocb .herobanner-caption h1 {
    font-size: 1.64706em; } }

@media (max-width: 767px) {
  .cocb .herobanner {
    text-align: left; }
  .cocb .herobanner .uk-container {
    padding: 0; }
  .cocb .herobanner-caption {
    left: 0;
    top: 0;
    margin-top: 49%;
    width: 80%; }
  .cocb .herobanner-caption p {
    font-size: 1.23529em;
    padding: 0 15px; }
  .cocb .herobanner-caption h1 {
    padding: 0 15px; } }

@media (max-width: 519px) {
  .cocb .herobanner-caption {
    width: 100%; }
  .cocb .herobanner-caption h1 {
    font-size: 1.23529em; }
  .cocb .herobanner-caption p {
    font-size: 1em; } }

.cocb .imagegallery {
  margin-top: 0; }

.cocb .imagegallery li {
  border-right: solid 1px #fff; }

.cocb .imagegallery .uk-slider-container a, .cocb .imagegallery li div {
  position: relative; }

.cocb .imagegallery .uk-slider-container {
  margin-top: -36px;
  background: #2c2c2c;
  border-top: solid 1px #fff; }

.cocb .imagegallery .uk-slidenav-position .uk-slidenav {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 40px;
  top: 0;
  margin-top: 0;
  font-size: 0;
  height: 100%;
  background: #2c2c2c;
  border-top: solid 1px #fff; }

.cocb .imagegallery .uk-slidenav-position .uk-slidenav:before {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -7px; }

.cocb .imagegallery .uk-slidenav-position .uk-slidenav-previous {
  left: 0;
  border-right: solid 1px #fff; }

.cocb .imagegallery .uk-slidenav-position .uk-slidenav-next {
  right: 1px;
  border-left: solid 1px #fff; }

.cocb .imagegallery .uk-slideshow {
  margin: 0 auto 10px; }

.cocb .imagegallery .uk-slideshow .uk-overlay-panel {
  top: auto;
  left: 0;
  bottom: -6px;
  width: 100%;
  padding: 15px 25px 25px;
  height: auto;
  background: rgba(0, 0, 0, 0.5); }

.cocb .imagegallery .uk-slideshow h3 {
  margin: 0;
  font-size: 1.35294em; }

.cocb .imagegallery a, .cocb .sociallinks li {
  display: block; }

.cocb .alertslisting-date div, .cocb .imagegallery img, .cocb .informationsheets table {
  width: 100%; }

.cocb .imagegallery [data-uk-slider] {
  position: relative;
  margin: 0 auto;
  padding: 0 40px; }

.cocb .imagegallery-caption {
  background: #2c2c2c;
  color: #fff;
  padding: 16px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 28px;
  font-size: 1.29412em;
  opacity: .9; }

.cocb .uk-notouch .imagegallery .uk-slidenav-position .uk-slidenav:focus, .cocb .uk-notouch .imagegallery .uk-slidenav-position .uk-slidenav:hover {
  background: #fbb514;
  outline: none !important;
  color: #2c2c2c; }

.cocb .uk-notouch .imagegallery .uk-slider-container a:focus:before, .cocb .uk-notouch .imagegallery .uk-slider-container a:hover:before {
  content: '';
  display: block;
  background: rgba(44, 44, 44, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cocb .uk-notouch .imagegallery .uk-slider-container a:focus:after, .cocb .uk-notouch .imagegallery .uk-slider-container a:hover:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -256px -42px;
  background-color: transparent; }

@media (min-width: 768px) {
  .cocb .imagegallery .uk-slidenav-position {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding: 0 25px; } }

@media (min-width: 1400px) {
  .cocb .imagegallery .uk-slidenav-position {
    padding: 0 35px; } }

@media (max-width: 1024px) {
  .cocb .imagegallery-caption {
    padding: 14px; } }

@media (max-width: 767px) {
  .cocb .imagegallery .uk-slidenav-position .uk-slidenav {
    width: 30px; }
  .cocb .imagegallery .uk-slidenav-position .uk-slidenav:before {
    font-size: 20px;
    margin-top: -29px;
    margin-left: -4px; }
  .cocb .imagegallery-caption {
    padding: 5px 20px;
    font-size: 1em; }
  .cocb .imagegallery [data-uk-slider] {
    padding: 0 30px; }
  .cocb .imagegallery h2 {
    padding: 0 15px; } }

.cocb .pageTitle {
  /*background: url(/assets/images/bg.pagetitle.jpg) no-repeat center;*/
  height: 190px;
  padding-top: 59px; }

.cocb .pageTitle .uk-container {
  margin-top: 0;
  margin-boottom: 0; }

.cocb .pageTitle h1 {
  margin: 0; }

@media (max-width: 1024px) {
  .cocb .pageTitle {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
    align-items: center; }
  .cocb .pageTitle .uk-container {
    margin: 0; } }

@media (max-width: 767px) {
  .cocb .pageTitle {
    /*background: url(/assets/images/bg.pagetitle.mobile.jpg) no-repeat center;*/
    height: 105px; } }

.cocb .sociallinks {
  margin-top: -6px; }

.cocb .sociallinks li:first-child {
  margin-left: 0; }

.cocb .sociallinks a {
  color: #fff;
  position: relative;
  font-family: "News Gothic BT W01 Regular",sans-serif;
  padding: 9px 0 0 34px; }

.cocb .sociallinks a:before {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  font-size: 1.17647em;
  transition: all 300ms ease-in-out; }

.cocb .uk-notouch .relatedpages a:focus, .cocb .uk-notouch .relatedpages a:hover, .cocb .uk-notouch .sociallinks a:focus, .cocb .uk-notouch .sociallinks a:hover {
  text-decoration: underline;
  outline: none !important; }

.cocb .uk-notouch .sociallinks a:focus:before, .cocb .uk-notouch .sociallinks a:hover:before {
  border-color: #fbb514;
  background: #fbb514;
  color: #2c2c2c; }

.cocb .tabs {
  margin: 40px 0; }

.cocb .tabs .uk-switcher {
  padding: 27px 28px;
  border: solid 1px #2c2c2c; }

.cocb .tabs .uk-tab {
  width: 70%;
  display: -ms-flexbox;
  display: flex; }

.cocb .tabs .uk-tab > li {
  margin-bottom: -2px;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.cocb .tabs .uk-tab > li > a {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 1.05882em;
  text-align: center;
  border-top: solid 1px #2c2c2c;
  border-left: solid 1px #2c2c2c;
  border-right: solid 1px #2c2c2c;
  background: #fbb514;
  border-radius: 5px 5px 0 0;
  margin-bottom: 1px; }

.cocb .tabs .uk-tab > li.uk-active a {
  background: #2c2c2c;
  color: #fbb514;
  margin-bottom: 0; }

.cocb .tabs .tab-toggle {
  display: none; }

.cocb .uk-notouch .tabs .uk-tab > li > a:focus, .cocb .uk-notouch .tabs .uk-tab > li > a:hover {
  background: #000;
  color: #fbb514; }

@media (max-width: 767px) {
  .cocb .tabs {
    padding-top: 0;
    border: 0;
    margin-top: 20px; }
  .cocb .tabs .tab-toggle {
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    background: #fbb514;
    padding: 14px 52px 14px 15px;
    font-size: 1.05882em;
    border-top: solid 1px #2c2c2c; }
  .cocb .tabs .tab-toggle:after {
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    font-size: 26px; }
  .cocb .tabs .uk-switcher > li .tab-content, .cocb .tabs .uk-tab {
    display: none; }
  .cocb .tabs .uk-switcher {
    border: 0;
    padding: 0; }
  .cocb .tabs .uk-switcher > :not(.uk-active) {
    display: block; }
  .cocb .tabs .uk-switcher > li.uk-active .tab-toggle {
    background: #fff;
    border-bottom: solid 1px #2c2c2c; }
  .cocb .tabs .uk-switcher > li.uk-active .tab-toggle:after {
    content: ''; }
  .cocb .tabs .uk-switcher > li.uk-active .tab-content {
    display: block;
    padding: 16px; }
  .cocb .tabs .uk-switcher > li.uk-active .tab-content p:first-child {
    margin-top: 0; }
  .cocb .tabs .uk-switcher > li:last-child {
    border-bottom: solid 1px #2c2c2c; } }

.cocb .hotboxes {
  margin: 0;
  padding: 8px 0 4px;
  background: 0 0; }

.cocb .hotboxes-persona {
  padding: 0;
  margin-top: -20px; }

.cocb .hotboxes-persona .uk-container-center {
  margin-top: 0; }

.cocb .eventslisting-filter .catsearch a > div, .cocb .hotboxes .img, .cocb .uk-notouch .hotboxes a {
  overflow: hidden; }

.cocb .hotboxes .uk-grid {
  margin-left: -6px; }

.cocb .hotboxes .uk-grid li {
  padding-left: 6px;
  margin-top: 6px; }

.cocb .hotboxes .uk-grid li a {
  display: block;
  text-decoration: none;
  background: #fff;
  width: 100%;
  box-shadow: 3px 3px 10px #d4d4d4;
  font-size: 1.05882em;
  position: relative;
  color: #2c2c2c;
  height: 100%; }

.cocb .hotboxes .uk-grid li a:focus {
  outline: none !important; }

.cocb .hotboxes .uk-grid li a strong {
  padding-top: 20px;
  display: block;
  font-size: 1.05882em; }

.cocb .hotboxes .uk-grid li a .hotbox-item {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  font-size: 17px; }

.cocb .hotboxes .uk-grid li a .hotbox-item > div {
  height: 136px; }

.cocb .hotboxes .uk-grid .quicklinks li a a, .cocb .hotboxes .uk-grid li a .btn, .cocb .quicklinks .hotboxes .uk-grid li a a {
  width: 100%;
  margin: 0 0 20px;
  padding-left: 20px;
  padding-right: 20px; }

.cocb .hotboxes .uk-grid li a div:not(.img) {
  padding-bottom: 20px;
  margin-top: 10px; }

.cocb .hotboxes img {
  max-width: 100%;
  display: block;
  width: 100%; }

.cocb .hotboxes-seemore {
  text-align: center;
  padding-bottom: 40px; }

.cocb .hotboxes-seemore h2 {
  font-size: 1.94118em;
  margin-bottom: 24px; }

.cocb .hotboxes-seemore a .btn, .cocb .hotboxes-seemore a .quicklinks li a, .cocb .quicklinks li .hotboxes-seemore a a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  width: 250px !important;
  margin: 0 !important; }

.cocb .hotboxes-seemore .uk-container-center, .cocb .hotboxes-seemore li {
  margin-top: 0; }

.cocb .eventslisting-filter .catsearch a img, .cocb .uk-notouch .hotboxes a img {
  transition: all 300ms ease-in-out; }

.cocb .uk-notouch .eventslisting-filter .catsearch a:focus img, .cocb .uk-notouch .eventslisting-filter .catsearch a:hover img, .cocb .uk-notouch .hotboxes a:focus img, .cocb .uk-notouch .hotboxes a:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.cocb .quicklinks li .uk-notouch .hotboxes a:focus a, .cocb .quicklinks li .uk-notouch .hotboxes a:hover a, .cocb .uk-notouch .hotboxes a:focus .btn, .cocb .uk-notouch .hotboxes a:focus .quicklinks li a, .cocb .uk-notouch .hotboxes a:hover .btn, .cocb .uk-notouch .hotboxes a:hover .quicklinks li a {
  background-color: #2c2c2c;
  color: #fbb514;
  outline: none !important; }

.cocb .quicklinks li .uk-notouch .hotboxes-seemore a:focus a, .cocb .quicklinks li .uk-notouch .hotboxes-seemore a:hover a, .cocb .uk-notouch .hotboxes-seemore a:focus .btn, .cocb .uk-notouch .hotboxes-seemore a:focus .quicklinks li a, .cocb .uk-notouch .hotboxes-seemore a:hover .btn, .cocb .uk-notouch .hotboxes-seemore a:hover .quicklinks li a {
  background-color: #2c2c2c;
  color: #fff; }

@media (max-width: 1024px) {
  .cocb .hotboxes-seemore .uk-container-center {
    margin-top: 0; }
  .cocb .hotboxes-seemore h2 {
    font-size: 1.64706em; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cocb .hotboxes-seemore .quicklinks li a, .cocb .hotboxes-seemore li .btn, .cocb .quicklinks .hotboxes-seemore li a {
    width: 205px !important;
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 9px; } }

@media (max-width: 767px) {
  .cocb .hotboxes {
    margin: 20px 0 0; }
  .cocb .hotboxes .uk-grid li a .hotbox-item > div {
    height: auto; }
  .cocb .hotboxes .hotboxitem .btn, .cocb .hotboxes .hotboxitem .quicklinks li a, .cocb .quicklinks li .hotboxes .hotboxitem a {
    width: 100%; }
  .cocb .hotboxes-seemore {
    margin-top: 5px;
    padding-bottom: 0; }
  .cocb .hotboxes-seemore .uk-container-center {
    margin-bottom: 20px; }
  .cocb .hotboxes-seemore li {
    margin-top: 10px; }
  .cocb .hotboxes-seemore li:first-child {
    margin-top: 0; }
  .cocb .hotboxes-seemore h2 {
    font-size: 1.47059em;
    margin-top: 0; }
  .cocb .hotboxes-seemore a .btn, .cocb .hotboxes-seemore a .quicklinks li a, .cocb .quicklinks li .hotboxes-seemore a a {
    font-size: 19px !important; } }

.cocb .relatedpages {
  background: #f1f1f1;
  padding: 28px 0 36px;
  margin: 0 0 40px;
  position: relative; }

.cocb .relatedpages .uk-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.cocb .relatedpages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  zoom: 1; }

.cocb .relatedpages li {
  font-size: 1.05882em;
  float: left;
  margin-top: 10px;
  width: 50%; }

.cocb .relatedpages li a {
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
  display: block;
  padding-right: 20px; }

.cocb .relatedpages li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 29px;
  height: 28px;
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -305px -76px;
  background-color: transparent; }

.cocb .homehotboxes .hotboxitem h2, .cocb .relatedpages h2 {
  margin: 0 0 10px; }

@media (min-width: 1500px) {
  .cocb .relatedpages .uk-container:before {
    position: absolute;
    content: '';
    display: block;
    /*background-image: url(/assets/images/sprites.png) !important;*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    width: 131px;
    height: 131px;
    left: -135px;
    top: 50%;
    margin-top: -62px; } }

@media (min-width: 1025px) {
  .cocb .relatedpages .uk-container {
    position: relative; }
  .cocb .relatedpages .uk-container li {
    width: 33.333%; } }

@media (max-width: 767px) {
  .cocb .relatedpages {
    padding: 28px 0 18px;
    margin-bottom: 40px; }
  .cocb .relatedpages ul {
    margin-left: 0; }
  .cocb .relatedpages li {
    float: none;
    width: 100%;
    margin: 0 0 10px; }
  .cocb .relatedpages li:first-child {
    margin: 0 0 10px; }
  .cocb .relatedpages a {
    padding-left: 28px;
    padding-right: 0; }
  .cocb .relatedpages a:before {
    top: 3px;
    width: 19px;
    height: 19px;
    background-position: -305px -113px; }
  .cocb .relatedpages h2 {
    margin-bottom: 20px; } }

.cocb .quicklinks {
  /*background: url(/assets/images/bg.quicklinks.png) 0 0 no-repeat;*/
  height: 470px;
  padding-top: 90px; }

.cocb .quicklinks-home {
  /*background-image: url(/assets/images/bg.quicklinks.white.png);*/

}

.cocb .quicklinks .uk-container {
  margin-top: 0 !important; }

.cocb .quicklinks h2 {
  font-size: 1.94118em;
  text-align: center;
  margin-bottom: 16px; }

.cocb .quicklinks ul {
  margin-left: -23px; }

.cocb .quicklinks li {
  padding-left: 23px;
  float: left;
  width: 33.33%;
  margin-top: 15px; }

.cocb .quicklinks li a {
  display: block;
  width: 100%;
  border-width: 1px;
  border-radius: 30px;
  font-size: 22px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  padding-top: 12px;
  padding-bttom: 13px; }

@media (max-width: 1024px) {
  .cocb .quicklinks {
    padding-top: 65px; }
  .cocb .quicklinks li {
    width: 50%; }
  .cocb .quicklinks h2 {
    font-size: 1.64706em; } }

@media (max-width: 767px) {
  .cocb .quicklinks {
    /*background-image: url(/assets/images/bg.quicklinks.mobile.png);*/
    height: 442px;
    padding-top: 17px;
    margin-bottom: 20px; }
  .cocb .quicklinks-home {
    /*background-image: url(/assets/images/bg.quicklinks.mobile.white.png);*/

  }
  .cocb .quicklinks li {
    float: none;
    width: 100%;
    margin-top: 5px; }
  .cocb .quicklinks li a {
    padding-top: 5px;
    padding-bottom: 6px; }
  .cocb .quicklinks h2 {
    margin-bottom: 20px; } }

@media (min-width: 799px) {
  .cocb .homehotboxes {
    padding: 46px 0 0; }
  .cocb .homehotboxes .hotboxitem {
    box-shadow: 3px 3px 10px #d4d4d4; }
  .cocb .homehotboxes .hotboxitem-content {
    float: left;
    width: 50%; }
  .cocb .homehotboxes .hotboxitem-content p {
    margin: 0; }
  .cocb .homehotboxes .hotboxitem-img {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden; }
  .cocb .homehotboxes .hotboxitem-img .iframe-wrap {
    height: 100%; }
  .cocb .homehotboxes .hotboxitem-img img {
    width: auto;
    max-width: none; }
  .cocb .homehotboxes .hotboxitem.featured {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1025px) {
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content {
    width: 57.6%;
    height: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content .btn, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content .quicklinks li a, .cocb .quicklinks li .homehotboxes .uk-width-medium-1-2 .hotboxitem-content a {
    position: absolute;
    bottom: 20px;
    width: 80%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img {
    width: 42.4%; } }

@media (min-width: 799px) and (max-width: 1024px) {
  .cocb .homehotboxes .btn, .cocb .homehotboxes .quicklinks li a, .cocb .quicklinks li .homehotboxes a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1024px) {
  .cocb .homehotboxes .uk-grid [class*=uk-width]:first-child .hotboxitem {
    border-top: 0; }
  .cocb .homehotboxes .hotboxitem.featured.hotboxitem-black .hotboxitem-content:before {
    border-color: #2c2c2c transparent transparent transparent; }
  .cocb .homehotboxes .hotboxitem-content {
    padding: 32px 16px; }
  .cocb .homehotboxes .hotboxitem-content:before {
    top: auto;
    bottom: -16px;
    left: 16px;
    border-width: 17px 15px 0;
    border-color: #fff transparent transparent transparent; }
  .cocb .homehotboxes .hotboxitem .btn, .cocb .homehotboxes .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .hotboxitem a {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content {
    padding-bottom: 308px;
    height: 100%;
    width: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content:before {
    z-index: 1;
    bottom: 213px;
    display: none; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img {
    position: absolute;
    bottom: -5px;
    height: 229px;
    float: none;
    width: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img img {
    width: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .btn, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .uk-width-medium-1-2 .hotboxitem a {
    position: absolute;
    left: 50%;
    bottom: 246px;
    width: 90%;
    margin-left: -45%; }
  .cocb .homehotboxes .hotboxitem-content:before {
    display: none; } }

@media (min-width: 900px) and (max-width: 1024px) {
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content {
    padding-bottom: 388px; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img {
    height: 300px; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .btn, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .uk-width-medium-1-2 .hotboxitem a {
    bottom: 320px; } }

@media (max-width: 767px) {
  .cocb .homehotboxes .hotboxitem .btn, .cocb .homehotboxes .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .hotboxitem a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

.cocb .homehotboxes .uk-grid {
  margin-left: -15px; }

.cocb .homehotboxes [class*=uk-width] {
  padding-left: 15px;
  margin-bottom: 15px; }

.cocb .homehotboxes .uk-container-center {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.cocb .homehotboxes .hotboxitem {
  width: 100%;
  zoom: 1;
  background: #fff;
  position: relative; }

.cocb .homehotboxes .hotboxitem:after, .cocb .homehotboxes .hotboxitem:before, .cocb .readspeaker:after, .cocb .readspeaker:before, .cocb .tableofcontents ul:after, .cocb .tableofcontents ul:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .homehotboxes .hotboxitem:after, .cocb .readspeaker:after, .cocb .tableofcontents ul:after {
  clear: both; }

.cocb .homehotboxes .hotboxitem.featured.hotboxitem-black {
  background: #2c2c2c;
  color: #fff; }

.cocb .homehotboxes .hotboxitem.featured.hotboxitem-black .hotboxitem-content:before {
  border-color: transparent transparent transparent #2c2c2c; }

.cocb .homehotboxes .hotboxitem.featured.hotboxitem-black .btn, .cocb .homehotboxes .hotboxitem.featured.hotboxitem-black .quicklinks li a, .cocb .quicklinks li .homehotboxes .hotboxitem.featured.hotboxitem-black a {
  border: solid 1px #fbb514;
  background: #2c2c2c;
  color: #fff; }

.cocb .homehotboxes .hotboxitem-content {
  padding: 25px 25px 23px;
  box-sizing: border-box;
  position: relative; }

.cocb .homehotboxes .hotboxitem-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 17px;
  border-color: transparent transparent transparent #fff; }

.cocb .homehotboxes .hotboxitem-content p {
  margin: 1em 0; }

.cocb .homehotboxes .hotboxitem-img iframe, .cocb .homehotboxes .hotboxitem-img img, .cocb .homehotboxes .hotboxitem-img video {
  display: block;
  width: 100%; }

.cocb .homehotboxes .hotboxitem-date {
  font-family: "News Gothic BT W01 Bold",sans-serif;
  background: #eee;
  border-radius: 3px;
  padding: 5px 18px;
  display: inline-block;
  font-size: 1.05882em;
  text-align: left;
  margin-bottom: 15px; }

.cocb .homehotboxes .hotboxitem .btn, .cocb .homehotboxes .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .hotboxitem a {
  margin-top: 22px;
  padding: 8px 20px 9px; }

.cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content div, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-date {
  float: none; }

@media (min-width: 799px) {
  .cocb .homehotboxes {
    padding: 46px 0 0; }
  .cocb .homehotboxes .hotboxitem {
    box-shadow: 3px 3px 10px #d4d4d4; }
  .cocb .homehotboxes .hotboxitem-content {
    float: left;
    width: 50%; }
  .cocb .homehotboxes .hotboxitem-content p {
    margin: 0; }
  .cocb .homehotboxes .hotboxitem-img {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden; }
  .cocb .homehotboxes .hotboxitem-img .iframe-wrap {
    height: 100%; }
  .cocb .homehotboxes .hotboxitem-img img {
    width: auto;
    max-width: none; }
  .cocb .homehotboxes .hotboxitem.featured {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1025px) {
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content {
    width: 57.6%;
    height: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content .btn, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content .quicklinks li a, .cocb .quicklinks li .homehotboxes .uk-width-medium-1-2 .hotboxitem-content a {
    position: absolute;
    bottom: 20px;
    width: 80%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img {
    width: 42.4%; } }

@media (min-width: 799px) and (max-width: 1024px) {
  .cocb .homehotboxes .btn, .cocb .homehotboxes .quicklinks li a, .cocb .quicklinks li .homehotboxes a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1024px) {
  .cocb .homehotboxes .uk-grid [class*=uk-width]:first-child .hotboxitem {
    border-top: 0; }
  .cocb .homehotboxes .hotboxitem.featured.hotboxitem-black .hotboxitem-content:before {
    border-color: #2c2c2c transparent transparent transparent; }
  .cocb .homehotboxes .hotboxitem-content {
    padding: 32px 16px; }
  .cocb .homehotboxes .hotboxitem-content:before {
    top: auto;
    bottom: -16px;
    left: 16px;
    border-width: 17px 15px 0;
    border-color: #fff transparent transparent transparent; }
  .cocb .homehotboxes .hotboxitem .btn, .cocb .homehotboxes .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .hotboxitem a {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content {
    padding-bottom: 308px;
    height: 100%;
    width: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content:before {
    z-index: 1;
    bottom: 213px;
    display: none; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img {
    position: absolute;
    bottom: -5px;
    height: 229px;
    float: none;
    width: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img img {
    width: 100%; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .btn, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .uk-width-medium-1-2 .hotboxitem a {
    position: absolute;
    left: 50%;
    bottom: 246px;
    width: 90%;
    margin-left: -45%; }
  .cocb .homehotboxes .hotboxitem-content:before {
    display: none; } }

@media (min-width: 900px) and (max-width: 1024px) {
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-content {
    padding-bottom: 388px; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem-img {
    height: 300px; }
  .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .btn, .cocb .homehotboxes .uk-width-medium-1-2 .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .uk-width-medium-1-2 .hotboxitem a {
    bottom: 320px; } }

@media (max-width: 767px) {
  .cocb .homehotboxes .hotboxitem .btn, .cocb .homehotboxes .hotboxitem .quicklinks li a, .cocb .quicklinks li .homehotboxes .hotboxitem a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

.cocb .hotcircles {
  background: #fff;
  margin-top: -1px; }

.cocb .hotcircles .uk-container-center {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 52px; }

.cocb .hotcircles .hotcirclesitem-on, .cocb .hotcirclesitem-on {
  display: none; }

.cocb .hotcircles img {
  width: 50%;
  display: block;
  margin: 0 auto; }

.cocb .hotcircles a {
  color: #2c2c2c;
  display: block;
  text-align: center;
  text-decoration: none; }

.cocb .hotcircles h2 {
  margin: 30px 0 0; }

.cocb .hotcircles li {
  margin-top: 56px;
  margin-bottom: 8px; }

.cocb .uk-notouch .hotcircles a:focus, .cocb .uk-notouch .hotcircles a:hover {
  outline: none !important;
  text-decoration: underline; }

.cocb .uk-notouch .hotcircles a:focus .hotcirclesitem-on, .cocb .uk-notouch .hotcircles a:hover .hotcirclesitem-on {
  display: block;
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.cocb .uk-notouch .hotcircles a:focus .hotcirclesitem-off, .cocb .uk-notouch .hotcircles a:hover .hotcirclesitem-off {
  display: none; }

@media (max-width: 1024px) {
  .cocb .hotcircles h2 {
    margin-bottom: 20px; }
  .cocb .hotcircles img {
    width: 80%; } }

@media (max-width: 767px) {
  .cocb .hotcircles .uk-container-center {
    padding-bottom: 0; }
  .cocb .hotcircles h2 {
    font-size: 1.05882em;
    margin-top: 10px; }
  .cocb .hotcircles li {
    margin-top: 0; }
  .cocb .hotcircles li:nth-child(1), .cocb .hotcircles li:nth-child(2) {
    margin-top: 30px; } }

.cocb .quote {
  font-size: 2.05882em;
  font-weight: 700;
  height: 367px;
  text-align: center;
  background: url(/assets/images/bg.quote.png) 0 0 no-repeat;
  padding: 70px 0;
  margin: 40px 0; }

.cocb .quote blockquote {
  margin: 0;
  position: relative; }

.cocb .quote blockquote:after, .cocb .quote blockquote:before {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -145px 0;
  background-color: transparent;
  width: 44px;
  height: 9px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22px; }

.cocb .quote blockquote:before {
  top: -25px; }

.cocb .quote blockquote:after {
  bottom: -25px; }

.cocb .quote + .uk-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

@media (max-width: 1024px) {
  .cocb .quote {
    font-size: 1.64706em;
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .cocb .quote {
    font-size: 1.05882em;
    height: 231px;
    padding-top: 32px;
    /*background: url(/assets/images/bg.quote.mobile.png) 0 0 no-repeat;*/ 

  }

}

.cocb .readspeaker {
  background: #f1f1f1;
  margin-bottom: 20px;
  zoom: 1; }

.cocb .readspeaker .uk-container-center {
  margin-top: 20px;
  margin-bottom: 20px; }

.cocb .readspeaker #readspeaker_button1 {
  visibility: hidden;
  z-index: 1; }

.cocb .readspeaker img {
  float: right; }

.cocb .readspeaker + .uk-container-center {
  margin-top: 0; }

.cocb .readspeaker .rs_skip {
  float: right;
  border: solid 1px #2c2c2c;
  background: #eee; }

.cocb .readspeaker .rsbtn {
  height: 35px;
  margin-bottom: 0;
  width: auto !important; }

.cocb .readspeaker .rsbtn .rspart {
  height: 34px;
  transition: none !important; }

.cocb .readspeaker .rsbtn .rsbtn_left {
  padding: 0 5px;
  background: 0 0 !important; }

.cocb .readspeaker .rsbtn .rsbtn_left .rsbtn_text {
  background: 0 0;
  font-size: 16px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 34px;
  height: 34px; }

.cocb .readspeaker .rsbtn .rsimg.rsplay {
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat; }

.cocb .readspeaker .rsbtn .rsbtn_pause.rsimg, .cocb .readspeaker .rsbtn .rsbtn_stop.rsimg {
  background-color: transparent; }

.cocb .readspeaker .rsbtn .rsbtn_closer.rsimg, .cocb .readspeaker .rsbtn .rsbtn_pause.rsimg, .cocb .readspeaker .rsbtn .rsbtn_stop.rsimg {
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat; }

.cocb .readspeaker .rsbtn .rsbtn_dl.rsimg, .cocb .readspeaker .rsbtn .rsbtn_settings.rsimg, .cocb .readspeaker .rsbtn .rsbtn_volume.rsimg {
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-color: transparent; }

.cocb .readspeaker .rsbtn .rsbtn_closer.rsimg, .cocb .readspeaker .rsbtn .rsimg.rsplay {
  width: 26px;
  background-color: #2c2c2c !important;
  background-position: -145px -185px !important; }

.cocb .readspeaker .rsbtn .rsbtn_pause.rsimg {
  width: 27px;
  height: 33px;
  background-position: -108px -185px !important;
  border-left: solid 1px #2c2c2c !important;
  border-right: solid 1px #2c2c2c !important; }

.cocb .readspeaker .rsbtn.rsexpanded.rspaused .rsbtn_pause, .cocb .readspeaker .rsbtn.rsexpanded.rsstopped .rsbtn_pause {
  background-position: -187px -225px !important; }

.cocb .readspeaker .rsbtn .rsbtn_stop.rsimg {
  width: 28px;
  height: 33px;
  background-position: -125px -186px !important;
  border-right: solid 1px #2c2c2c !important;
  left: 0;
  margin-right: 0; }

.cocb .readspeaker .rsbtn .rsbtn_dl.rsimg {
  width: 23px;
  height: 33px;
  background-position: -192px -188px !important;
  margin-top: 0; }

.cocb .readspeaker .rsbtn .rsbtn_settings.rsimg {
  width: 22px;
  height: 33px;
  background-position: -214px -188px !important;
  margin-top: 0; }

.cocb .readspeaker .rsbtn .rsbtn_volume.rsimg {
  width: 24px;
  height: 33px;
  background-position: -167px -188px !important;
  margin: 0; }

.cocb .eventslisting-filter .catsearch a.active, .cocb .readspeaker .rsbtn .rsbtn_progress_container .rsbtn_progress_played.rsimg {
  background: #fbb514; }

.cocb .readspeaker .rsbtn .rsbtn_progress_container.rsimg {
  margin-top: 12px; }

.cocb .readspeaker .rsbtn .rsbtn_powered {
  display: none; }

.cocb .readspeaker .rsbtn .rsimg:not(.rsbtn_volume_container):not(.rsbtn_volume_handle) {
  background: 0 0; }

.cocb .readspeaker .rsbtn .rsbtn_progress_container .rsbtn_progress_handle.rsimg {
  height: 22px;
  width: 5px;
  background: #2c2c2c;
  margin-left: 11px; }

.cocb .readspeaker .rsbtn .rsbtn_volume_container.rsimg {
  bottom: -67px; }

.cocb .readspeakericon {
  margin-left: 2px;
  text-decoration: none; }

.cocb .rspopup {
  display: none !important; }

.cocb .uk-container .informationsheets {
  padding: 0 !important;
  max-width: none !important; }

.cocb .uk-container-center + .informationsheets {
  margin-top: 0 !important; }

.cocb .informationsheets ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0; }

.cocb .informationsheets ul.no-style li a {
  font-size: .82353em;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .informationsheets .doc:before, .cocb .informationsheets .pdf:before, .cocb .informationsheets .xls:before {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  content: '';
  height: 17px;
  margin-right: 7px;
  vertical-align: middle; }

.cocb .informationsheets .doc:before {
  width: 17px;
  background-position: -197px 0; }

.cocb .informationsheets .pdf:before {
  width: 15px;
  background-position: -216px 0; }

.cocb .informationsheets .xls:before {
  width: 15px;
  background-position: -217px -23px; }

.cocb .informationsheets a {
  color: #2c2c2c; }

.cocb .informationsheets:not(.documentlisting) {
  max-width: 1220px;
  padding: 0 25px;
  margin: 40px auto; }

.cocb .informationsheets:not(.documentlisting) .informationsheets-inner {
  background: #f2f2f2;
  border: solid 1px #d7d7d7;
  padding: 20px 40px; }

.cocb .informationsheets:not(.documentlisting) h2 {
  margin: 0 0 15px; }

.cocb .informationsheets:not(.documentlisting) a {
  font-size: 1.05882em; }

@media (min-width: 1400px) {
  .cocb .informationsheets:not(.documentlisting) {
    padding: 0 35px; } }

@media (min-width: 768px) {
  .cocb .informationsheets td {
    padding: 5px 0; }
  .cocb .informationsheets table td:last-child {
    width: 146px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cocb .informationsheets ul.no-style {
    min-width: 80px; } }

@media (max-width: 767px) {
  .cocb .informationsheets:not(.doocumentlisting) {
    padding: 0;
    margin: 20px 0; }
  .cocb .informationsheets:not(.doocumentlisting) .informationsheets-inner {
    border-left: 0;
    border-right: 0;
    padding: 20px 15px 10px; }
  .cocb .informationsheets:not(.doocumentlisting) table {
    width: 100%; }
  .cocb .informationsheets:not(.doocumentlisting) tr:first-child td {
    padding-top: 0;
    border: 0; }
  .cocb .informationsheets:not(.doocumentlisting) td {
    display: block; }
  .cocb .informationsheets:not(.doocumentlisting) td a:first-child {
    margin-left: 0; }
  .cocb .informationsheets:not(.doocumentlisting) td:first-child {
    border-top: solid 1px #d7d7d7;
    padding-top: 7px; }
  .cocb .informationsheets:not(.doocumentlisting) td:nth-child(2) {
    margin-bottom: 10px; } }

.cocb .tableofcontents {
  background: #f1f1f1;
  padding: 30px 0; }

.cocb .tableofcontents .uk-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.cocb #addtocalendar .uk-modal-header h2, .cocb .eventslisting-filter .listing-top h2, .cocb .tableofcontents h2 {
  margin: 0; }

.cocb .tableofcontents ul {
  list-style: none;
  padding: 0;
  zoom: 1;
  margin: 0 0 0 -10px; }

.cocb .tableofcontents ul li {
  float: left;
  margin-left: 10px;
  margin-top: 15px; }

.cocb .tableofcontents ul li a {
  color: #2c2c2c;
  text-decoration: none;
  border: solid 1px #2c2c2c;
  border-radius: 3px;
  background: #fff;
  padding: 6px 10px 6px 28px;
  font-size: 1.05882em;
  position: relative; }

.cocb .tableofcontents ul li a:before {
  content: '';
  width: 9px;
  height: 9px;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -232px 0;
  background-color: transparent;
  margin-right: 7px;
  display: inline-block;
  top: 15px;
  left: 10px;
  position: absolute; }

.cocb .tableofcontents ul li a:focus, .cocb .tableofcontents ul li a:hover {
  text-decoration: underline; }

@media (max-width: 767px) {
  .cocb .tableofcontents h2 {
    margin-bottom: 10px; }
  .cocb .tableofcontents ul {
    margin: 0; }
  .cocb .tableofcontents ul li {
    float: none;
    margin: 5px 0 0; }
  .cocb .tableofcontents ul li a {
    display: block;
    padding: 4px 10px 4px 28px;
    font-size: 1em; }
  .cocb .tableofcontents ul li a:before {
    margin-right: 4px; } }

.cocb .alertcontainer {
  max-width: 1220px; }

.cocb .alertcontainer .alertslisting li {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px; }

.cocb .alertslisting-date {
  color: #2c2c2c;
  background-color: #fbb514;
  font-size: 1.05882em;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  padding: 18px; }

.cocb .alertsdetail-time, .cocb .alertslisting-summary span {
  color: #737373;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  font-size: 18px;
  background: #2c2c2c; }

.cocb .alertslisting-summary p {
  color: #fff;
  margin: 10px 0 0; }

.cocb .alertslisting h3 {
  font-size: 1.05882em;
  margin: 0 0 5px;
  color: #fbb514; }

.cocb .alertslisting .no-style, .cocb .imagegallery_v2 ul, .cocb .projectlisting-items ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.cocb .alertslisting .no-style li {
  margin-top: 18px; }

.cocb .alertslisting .no-style a {
  text-decoration: none;
  position: relative;
  box-shadow: 3px 1px 14px #d4d4d4;
  display: block;
  background: #fff; }

.cocb .alertslisting .no-style a::after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fbb514;
  padding: 30px;
  font-size: large; }

.cocb .alertsdetail-time {
  color: #fff;
  font-size: 1.05882em;
  text-align: center; }

.cocb .uk-notouch .alertslisting .no-style a:focus, .cocb .uk-notouch .alertslisting .no-style a:hover {
  box-shadow: 3px 1px 14px #8d8d8d; }

.cocb .uk-notouch .alertslisting .no-style a:focus .alertslisting-date, .cocb .uk-notouch .alertslisting .no-style a:hover .alertslisting-date {
  background: #2c2c2c;
  color: #fbb514;
  border: 1px solid #fbb514; }

.cocb .uk-notouch .alertslisting .no-style a:focus .alertslisting-summary, .cocb .uk-notouch .alertslisting .no-style a:hover .alertslisting-summary {
  border: 1px solid #fbb514; }

@media (min-width: 768px) {
  .cocb .alertslisting-date {
    font-size: 1.05882em;
    width: 125px;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0; }
  .cocb .alertslisting-date div {
    width: 100%; }
  .cocb .alertslisting-date span {
    display: block; }
  .cocb .alertslisting-summary {
    padding: 14px 0 14px 150px;
    width: 100%;
    background: #2c2c2c; }
  .cocb .alertsdetail .newsdetail-date {
    height: 70%; }
  .cocb .alertsdetail-time {
    height: 30%;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.29412em;
    padding-top: 1.5%; } }

@media (min-width: 1025px) {
  .cocb .alertsdetail .newsdetail-date {
    height: 200px; }
  .cocb .alertsdetail-time {
    height: 84px;
    line-height: 84px;
    width: 294px;
    padding-top: 0; } }

@media (max-width: 1024px) {
  .cocb .alertslisting .no-style a::after {
    padding: 20px; } }

@media (max-width: 767px) {
  .cocb .alertslisting-date {
    line-height: 52px;
    padding: 0 15px;
    background-position: 100% 100%; }
  .cocb .alertslisting-summary {
    padding: 15px;
    background: #2c2c2c; }
  .cocb .alertslisting .no-style a::after {
    content: ""; }
  .cocb .alertsdetail-time {
    line-height: 44px; } }

.cocb .content .eventslisting {
  background: #eee;
  padding-top: 34px;
  padding-bottom: 40px; }

.cocb .content .eventslisting .uk-container, .cocb .eventsdetail-contact h2 {
  margin-bottom: 0; }

.cocb .pagination-wrap .btn, .cocb .pagination-wrap .quicklinks li a, .cocb .quicklinks li .pagination-wrap a {
  margin-top: 40px; }

.cocb .eventslisting-filter .uk-container-center {
  margin-top: 0;
  margin-bottom: 0; }

.cocb .eventslisting-filter .listing-top {
  padding: 56px 0 55px;
  background: #eee;
  background-size: cover; }

.cocb .eventslisting-filter .listing-bottom {
  padding: 40px 0;
  border-bottom: solid 1px #eee; }

.cocb .eventslisting-filter .listing-resultbar {
  padding: 22px 0;
  zoom: 1; }

.cocb .eventslisting-filter .listing-resultbar:after, .cocb .eventslisting-filter .listing-resultbar:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .eventslisting-filter .listing-resultbar:after {
  clear: both; }

.cocb .eventslisting-filter .btn, .cocb .eventslisting-filter .quicklinks li a, .cocb .quicklinks li .eventslisting-filter a {
  padding: 13px 40px 14px; }

.cocb .eventslisting-filter .catsearch a {
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #2c2c2c;
  box-shadow: -2px 1px 10px 1px rgba(0, 0, 0, 0.15); }

.cocb .eventslisting-filter .catsearch a.active h2 {
  color: #2c2c2c;
  text-decoration: underline; }

.cocb .eventslisting-filter .catsearch h2 {
  color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 18px;
  position: relative;
  transition: all 300ms ease-in-out; }

.cocb .eventslisting-filter .catsearch img, .cocb .newslisting article {
  width: 100%; }

.cocb .eventslisting-filter .catsearch ul {
  margin-left: -40px; }

.cocb .eventslisting-filter .catsearch ul li {
  padding-left: 40px;
  margin-top: 28px; }

.cocb .eventslisting-filter .filter-right {
  font-size: 25px; }

.cocb .eventslisting-filter .customsearch .label, .cocb .eventslisting-filter .customsearch > label {
  font-size: 1.05882em;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  margin-bottom: 5px;
  display: block; }

.cocb .eventslisting-filter .customsearch .keyword {
  width: 600px; }

.cocb .eventslisting-filter .customsearch .filter {
  margin-top: 20px; }

.cocb .eventslisting-filter .customsearch .filter-chkbox {
  margin-top: 10px; }

.cocb .eventslisting-filter .customsearch .filter-chkbox input[type=checkbox] {
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -2px; }

.cocb .eventsdetail-icons div > span, .cocb .eventslisting-filter .customsearch .filter-option-inner, .cocb .uk-notouch .landingpage a {
  position: relative; }

.cocb .eventslisting-filter .customsearch .filter-dropdown {
  display: none;
  background: #fff;
  border: solid 1px #2c2c2c;
  padding: 16px 0 0;
  position: absolute;
  top: 69px;
  left: 0;
  z-index: 1;
  width: 100%; }

.cocb .eventslisting-filter .customsearch .filter-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 174px;
  overflow: hidden;
  overflow-y: scroll; }

.cocb .eventslisting-filter .customsearch .filter-dropdown li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 45px;
  padding-top: 1px; }

.cocb .eventslisting-filter .customsearch .filter-dropdown input[type=checkbox] {
  vertical-align: middle;
  margin: 0 5px 0 15px;
  position: absolute;
  left: 0; }

.cocb .eventslisting-filter .customsearch .filter-dropdown .filter-close {
  display: block;
  text-align: center;
  font-weight: 700;
  background: #fbb514;
  margin-top: 10px;
  line-height: 34px;
  transition: all 300ms ease-in-out; }

.cocb .eventslisting-filter .customsearch .filter-toggle {
  display: block;
  line-height: 39px;
  border: solid 1px #2c2c2c;
  border-radius: 3px;
  padding-left: 10px;
  font-weight: 700;
  position: relative; }

.cocb .eventslisting-filter .customsearch .filter-toggle:after {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  right: 20px;
  border-left: solid 1px #2c2c2c;
  line-height: 40px;
  padding-left: 20px; }

.cocb .eventslisting-filter .customsearch .filter-buttons {
  margin: 30px 0 6px;
  float: right; }

.cocb .eventslisting-filter .customsearch .filter-buttons .btn.btn-apply, .cocb .eventslisting-filter .customsearch .filter-buttons .quicklinks li a.btn-apply, .cocb .quicklinks li .eventslisting-filter .customsearch .filter-buttons a.btn-apply {
  float: right; }

.cocb .eventslisting-filter .customsearch .filter-buttons .btn.btn-clear, .cocb .eventslisting-filter .customsearch .filter-buttons .quicklinks li a.btn-clear, .cocb .quicklinks li .eventslisting-filter .customsearch .filter-buttons a.btn-clear {
  background: #fff;
  margin-right: 16px; }

.cocb .uk-notouch .eventslisting-filter .catsearch a:focus, .cocb .uk-notouch .eventslisting-filter .catsearch a:hover {
  background: #fbb514; }

.cocb .quicklinks li .uk-notouch .eventslisting-filter .customsearch .filter-buttons a.btn-clear:focus, .cocb .quicklinks li .uk-notouch .eventslisting-filter .customsearch .filter-buttons a.btn-clear:hover, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-buttons .btn.btn-clear:focus, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-buttons .btn.btn-clear:hover, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-buttons .quicklinks li a.btn-clear:focus, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-buttons .quicklinks li a.btn-clear:hover, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-close:focus, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-close:hover, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-toggle:focus, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-toggle:hover {
  background: #2c2c2c;
  color: #fff; }

.cocb .uk-notouch .eventslisting-filter .customsearch .filter-toggle:focus:after, .cocb .uk-notouch .eventslisting-filter .customsearch .filter-toggle:hover:after {
  border-left-color: #fff; }

.cocb .eventsdetail .sync_sent, .cocb .eventsdetail .sync_sent_highlighted, .cocb .eventsdetail .sync_word, .cocb .eventsdetail .sync_word_highlighted {
  display: inline !important; }

.cocb .eventsdetail .btnAdd {
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  margin-bottom: 15px; }

.cocb .eventsdetail .btnAdd:before {
  content: "";
  width: 13px;
  height: 15px;
  /*background: url(/assets/images/addbtnbg.png) no-repeat center center;*/
  display: inline-block;
  background-size: contain;
  margin-right: 5px; }

.cocb .eventsdetail-top {
  position: relative;
  box-shadow: 3px 1px 14px #d4d4d4; }

.cocb .eventsdetail-day {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.cocb .eventsdetail-day:after, .cocb .eventsdetail-day:before {
  background: #000;
  height: 1px;
  width: 10px;
  display: inline-block;
  content: ''; }

.cocb .eventsdetail-day:before {
  margin-right: 5px; }

.cocb .eventsdetail-day:after {
  margin-left: 5px; }

.cocb .eventsdetail-time {
  font-size: 20px; }

.cocb .eventsdetail .newsdetail-date .eventsdetail-multi {
  font-size: 30px; }

.cocb .eventsdetail .newsdetail-date span.eventsdetail-date {
  display: block;
  padding: 0 20px; }

.cocb .eventsdetail .newsdetail-date span.eventsdetail-time {
  text-transform: uppercase; }

.cocb .eventsdetail-icon {
  position: relative;
  padding-left: 30px;
  margin: 5px 0 0; }

.cocb .eventsdetail-icon.icon-email:before {
  background-position: -305px -149px;
  width: 19px;
  height: 14px;
  top: 5px; }

.cocb .eventsdetail-icon.icon-phone:before {
  background-position: -305px -174px;
  width: 18px;
  height: 18px;
  top: 3px; }

.cocb .eventsdetail-icons {
  background: #2c2c2c;
  color: #fff;
  font-size: 1.05882em;
  text-align: center;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .eventsdetail-icon:before, .cocb .eventsdetail-icons div > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent; }

.cocb .eventsdetail-icons div > span.icon-families:before {
  width: 29px;
  height: 17px; }

.cocb .eventsdetail-icons div > span.icon-seniors:before {
  width: 16px;
  height: 36px; }

.cocb .eventsdetail-icons div > span.icon-aboriginal:before {
  width: 32px;
  height: 13px; }

.cocb .eventsdetail-icons div > span.icon-disability:before {
  width: 23px;
  height: 33px; }

.cocb .eventsdetail-icons div > span.icon-youth:before {
  width: 25px;
  height: 32px; }

.cocb .eventsdetail-icons div > span.icon-library:before {
  width: 22px;
  height: 21px; }

.cocb .eventsdetail-icons div > span.icon-council:before {
  width: 20px;
  height: 29px; }

.cocb .eventsdetail-contact {
  margin-top: 40px; }

.cocb .uk-tooltip {
  display: none;
  position: absolute;
  z-index: 8;
  padding: 0 17px;
  background: #fff;
  color: #2c2c2c;
  font-size: 17px;
  line-height: 43px;
  box-shadow: 3px 3px 10px #828181;
  border-radius: 5px;
  max-width: none; }

.cocb .uk-tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 10px;
  border-color: transparent transparent #fff transparent;
  top: -9px; }

.cocb .quicklinks li .uk-notouch .eventsdetail-map a:focus, .cocb .quicklinks li .uk-notouch .eventsdetail-map a:hover, .cocb .uk-notouch .eventsdetail-map .btn:focus, .cocb .uk-notouch .eventsdetail-map .btn:hover, .cocb .uk-notouch .eventsdetail-map .quicklinks li a:focus, .cocb .uk-notouch .eventsdetail-map .quicklinks li a:hover {
  background: #2c2c2c; }

.cocb .uk-notouch .eventsdetail .btnAdd:focus, .cocb .uk-notouch .eventsdetail .btnAdd:hover {
  color: #fff; }

.cocb .uk-notouch .eventsdetail .btnAdd:focus:before, .cocb .uk-notouch .eventsdetail .btnAdd:hover:before {
  /*background: url(/assets/images/addbtnbgwhite.png) no-repeat center center;*/
  background-size: contain; }

.cocb #addtocalendar .uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  border-radius: 6px;
  padding: 0; }

.cocb #addtocalendar .uk-modal-dialog > .uk-close:first-child {
  margin: 5px; }

.cocb #addtocalendar .uk-modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  background: #fafafa; }

.cocb #addtocalendar .add-to-calendar a:before {
  background-position: 0 0;
  content: '';
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  font-size: 25px;
  position: absolute;
  left: 20px; }

.cocb #addtocalendar .add-to-calendar-checkbox, .cocb #documentListing .listing-resultbar, .cocb #documentListingResults, .cocb .addthis svg {
  display: none; }

.cocb #addtocalendar .add-to-calendar-checkbox ~ a {
  display: block; }

.cocb #addtocalendar .add-to-calendar a {
  line-height: 60px;
  border-bottom: solid 1px #e5e5e5;
  padding: 0 20px 0 55px;
  position: relative;
  color: #2c2c2c; }

.cocb #addtocalendar .add-to-calendar a:last-child {
  border-bottom: 0; }

.cocb #addtocalendar .add-to-calendar a.icon-google:before {
  content: ""; }

.cocb #addtocalendar .add-to-calendar a.icon-yahoo:before {
  content: ""; }

.cocb #addtocalendar .add-to-calendar a.icon-ical:before {
  content: ""; }

.cocb #addtocalendar .add-to-calendar a.icon-outlook:before {
  content: ""; }

@media (min-width: 520px) {
  .cocb .eventslisting-filter .catsearch h2 {
    padding: 20px;
    min-height: 78px; } }

@media (min-width: 768px) {
  .cocb .pagination-wrap {
    zoom: 1; }
  .cocb .eventslisting-filter .customsearch .filter:after, .cocb .eventslisting-filter .customsearch .filter:before, .cocb .pagination-wrap:after, .cocb .pagination-wrap:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .eventslisting-filter .customsearch .filter:after, .cocb .pagination-wrap:after {
    clear: both; }
  .cocb .eventslisting-filter .filter-right, .cocb .pagination-wrap .uk-pagination {
    float: right; }
  .cocb .eventslisting-filter .customsearch .filter {
    margin-left: -28px;
    zoom: 1; }
  .cocb .eventslisting-filter .customsearch .filter-option {
    float: left;
    width: 50%;
    padding-left: 28px; }
  .cocb .eventslisting-filter .customsearch .filter-option:nth-child(3), .cocb .eventslisting-filter .customsearch .filter-option:nth-child(4) {
    margin-top: 20px; }
  .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option:nth-child(3), .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option:nth-child(4) {
    width: 174px;
    margin-top: 20px; }
  .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option:nth-child(4) {
    margin-left: 11px; }
  .cocb .eventslisting-filter .catsearch p {
    margin-top: 0; }
  .cocb .eventsdetail .newsdetail-date {
    width: 37%; }
  .cocb .eventsdetail .newsdetail-date span {
    display: inline-block; }
  .cocb .eventsdetail .newsdetail-date .eventsdetail-date span {
    display: block; }
  .cocb .eventsdetail-icons {
    height: 30%;
    width: 37%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.29412em;
    padding-top: 1.5%;
    zoom: 1; }
  .cocb .eventsdetail-icons:after, .cocb .eventsdetail-icons:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .eventsdetail-icons:after {
    clear: both; }
  .cocb .eventsdetail-icons div {
    width: 232px;
    margin: auto; }
  .cocb .eventsdetail-icons div > span {
    background: #eee;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px; }
  .cocb .eventsdetail-icons div > span:first-child {
    margin-left: 0; }
  .cocb .eventsdetail-icons div > span:before {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .cocb .eventsdetail-icons div > span.icon-families:before {
    background-position: -347px -44px; }
  .cocb .eventsdetail-icons div > span.icon-seniors:before {
    background-position: -347px -77px; }
  .cocb .eventsdetail-icons div > span.icon-aboriginal:before {
    background-position: -347px -129px; }
  .cocb .eventsdetail-icons div > span.icon-disability:before {
    background-position: -347px -158px; }
  .cocb .eventsdetail-icons div > span.icon-youth:before {
    background-position: -347px -203px; }
  .cocb .eventsdetail-icons div > span.icon-library:before {
    background-position: -347px -247px; }
  .cocb .eventsdetail-icons div > span.icon-council:before {
    background-position: -347px -280px; }
  .cocb .eventsdetail-icons div > span span {
    display: none; }
  .cocb .eventsdetail-map {
    zoom: 1; }
  .cocb .eventsdetail-map:after, .cocb .eventsdetail-map:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .eventsdetail-map:after {
    clear: both; }
  .cocb .eventsdetail-map .location, .cocb .eventsdetail-map .map {
    float: left;
    width: 50%; }
  .cocb .eventsdetail-map .location {
    padding: 52px 46px 20px; } }

@media (min-width: 1025px) {
  .cocb #documentListing.eventslisting-filter .customsearch .filter-option:first-child {
    width: 628px; }
  .cocb #venueListing.eventslisting-filter .customsearch .filter-option {
    width: 25%; }
  .cocb .eventslisting-filter .customsearch .filter-option {
    width: 28%; }
  .cocb .eventslisting-filter .customsearch .filter-option:nth-child(3), .cocb .eventslisting-filter .customsearch .filter-option:nth-child(4) {
    margin-top: 0; }
  .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option {
    width: 33.35%; }
  .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option:nth-child(3), .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option:nth-child(4) {
    width: 174px;
    margin-top: 0; }
  .cocb .eventslisting-filter .customsearch .filter.eventfilter .filter-option:nth-child(4) {
    margin-left: 11px; }
  .cocb .eventsdetail .newsdetail-date {
    height: 100%;
    width: 294px; }
  .cocb .eventsdetail-icons {
    height: 84px;
    width: 294px;
    padding: 17px 0; } }

@media (max-width: 1024px) {
  .cocb .eventsdetail .newsdetail-date .eventsdetail-multi {
    font-size: 24px; } }

@media (max-width: 767px) {
  .cocb .eventslisting {
    padding-bottom: 20px !important; }
  .cocb .eventslisting-filter .listing-top {
    padding-bottom: 20px; }
  .cocb .eventslisting-filter .listing-bottom {
    padding: 20px 0; }
  .cocb .eventslisting-filter .filter-right {
    font-size: 20px; }
  .cocb .eventslisting-filter .customsearch .filter-option {
    margin-bottom: 18px; }
  .cocb .eventslisting-filter .customsearch .filter-buttons {
    margin: 20px 0;
    float: none; }
  .cocb .eventslisting-filter .customsearch .filter-buttons .btn.btn-clear, .cocb .eventslisting-filter .customsearch .filter-buttons .quicklinks li a.btn-clear, .cocb .quicklinks li .eventslisting-filter .customsearch .filter-buttons a.btn-clear {
    margin-left: 0;
    margin-top: 10px; }
  .cocb .eventslisting-filter .customsearch input[type=text] {
    width: 100%; }
  .cocb .eventslisting-filter .catsearch {
    padding-bottom: 20px; }
  .cocb .eventslisting-filter .catsearch h2 {
    padding: 14px; }
  .cocb .eventslisting-filter .catsearch ul li {
    margin-top: 6px; }
  .cocb .eventslisting-filter .tabs {
    margin: 0 0 20px; }
  .cocb .eventslisting-filter .tabs .uk-switcher > li.uk-active .tab-content {
    display: none; }
  .cocb .eventslisting-filter .tabs .uk-switcher > li.uk-active .tab-toggle {
    background: #fbb514;
    border-bottom: 0; }
  .cocb .eventslisting-filter .tabs .uk-switcher > li.uk-active .tab-toggle:after {
    content: ''; }
  .cocb .eventslisting-filter .tabs .uk-switcher > li.active .tab-content {
    display: block;
    padding: 16px; }
  .cocb .eventslisting-filter .tabs .uk-switcher > li.active .tab-toggle {
    background: #fff;
    border-bottom: solid 1px #2c2c2c; }
  .cocb .eventslisting-filter .tabs .uk-switcher > li.active .tab-toggle:after {
    content: ''; }
  .cocb .eventsdetail-icons {
    font-size: 17px;
    font-family: "News Gothic BT W01 Regular",sans-serif; }
  .cocb .eventsdetail-icons div > span {
    background: #2c2c2c;
    line-height: 52px;
    height: 52px;
    display: block;
    border-top: solid 1px #424242; }
  .cocb .eventsdetail-icons div > span:before {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 20px;
    top: 50%; }
  .cocb .eventsdetail-icons div > span.icon-families:before {
    background-position: -390px -44px; }
  .cocb .eventsdetail-icons div > span.icon-seniors:before {
    background-position: -390px -77px;
    left: 26px; }
  .cocb .eventsdetail-icons div > span.icon-aboriginal:before {
    background-position: -390px -129px;
    left: 18px; }
  .cocb .eventsdetail-icons div > span.icon-disability:before {
    background-position: -390px -158px;
    left: 24px; }
  .cocb .eventsdetail-icons div > span.icon-youth:before {
    background-position: -390px -203px;
    left: 24px; }
  .cocb .eventsdetail-icons div > span.icon-library:before {
    background-position: -390px -247px;
    left: 25px; }
  .cocb .eventsdetail-icons div > span.icon-council:before {
    background-position: -390px -280px;
    left: 25px; }
  .cocb .eventsdetail-icons div > span span {
    text-align: left;
    display: block;
    padding-left: 65px; }
  .cocb .eventsdetail > .btn, .cocb .quicklinks li .eventsdetail > a {
    width: 100%; }
  .cocb .eventsdetail .newsdetail-date {
    height: auto;
    line-height: 1.2em;
    font-size: 23px;
    padding: 15px 20px; }
  .cocb .eventsdetail .newsdetail-date .eventsdetail-multi {
    font-size: 20px; }
  .cocb .eventsdetail-time {
    font-size: 18px; }
  .cocb .uk-tooltip {
    display: none !important; } }

@media (max-width: 519px) {
  .cocb .eventslisting-filter .catsearch img {
    display: none; }
  .cocb .eventslisting-filter .customsearch .filter-buttons .btn, .cocb .eventslisting-filter .customsearch .filter-buttons .quicklinks li a, .cocb .quicklinks li .eventslisting-filter .customsearch .filter-buttons a {
    display: block;
    width: 100%; }
  .cocb .eventslisting-filter .customsearch .filter-buttons .btn.btn-clear, .cocb .eventslisting-filter .customsearch .filter-buttons .quicklinks li a.btn-clear, .cocb .quicklinks li .eventslisting-filter .customsearch .filter-buttons a.btn-clear {
    margin-top: 10px;
    margin-left: 0; } }

.cocb .landingpage {
  background: #fff;
  padding-top: 34px; }

.cocb .landingpage .uk-container-center {
  margin-top: 0; }

.cocb .landingpage-item {
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 10px #d4d4d4;
  background: #fff; }

.cocb .landingpage-item > a {
  box-shadow: none !important; }

.cocb .landingpage a {
  text-decoration: none;
  font-size: 17px;
  padding-bottom: 32px; }

.cocb .landingpage img {
  transition: all 300ms ease-in-out; }

.cocb .landingpage h2 {
  font-size: 1.05882em;
  padding: 10px 0;
  margin-bottom: 0; }

.cocb .uk-notouch .landingpage a:focus, .cocb .uk-notouch .landingpage a:hover {
  background: #fbb514;
  box-shadow: 3px 3px 10px #8d8d8d; }

@media (max-width: 767px) {
  .cocb .landingpage {
    padding-top: 14px; }
  .cocb .landingpage a {
    padding-bottom: 0; } }

.cocb .newslisting {
  padding-top: 36px;
  padding-bottom: 40px; }

.cocb .newslisting .uk-container {
  margin-bottom: 0; }

.cocb .newslisting h2 {
  padding-bottom: 0; }

.cocb .newslisting-filter {
  zoom: 1;
  margin-top: 40px;
  background: #fff; }

.cocb .newslisting-filter:after, .cocb .newslisting-filter:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .newslisting-filter:after {
  clear: both; }

.cocb .newslisting-filter .uk-container-center {
  margin-bottom: 20px;
  margin-top: 0; }

.cocb .newslisting-filter .filter-left select {
  width: 100%;
  max-width: 400px; }

.cocb .newslisting-filter .filter-left label {
  font-weight: 700; }

.cocb .newslisting-filter .filter-right {
  font-family: "News Gothic BT W01 Bold",sans-serif;
  font-size: 18px; }

.cocb .newsdetail-top {
  zoom: 1;
  margin-bottom: 30px;
  box-shadow: 3px 1px 14px #d4d4d4;
  position: relative; }

.cocb .newsdetail-top:after, .cocb .newsdetail-top:before, .cocb .projectlisting-items .project:after, .cocb .projectlisting-items .project:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .newsdetail-top:after, .cocb .projectlisting-items .project:after {
  clear: both; }

.cocb .newsdetail-date {
  width: 294px;
  text-align: center;
  font-size: 35px;
  line-height: 1em;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  height: 284px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fbb514; }

.cocb .newsdetail-date div {
  width: 100%; }

@media (min-width: 768px) {
  .cocb .newslisting-filter .filter-left {
    float: left;
    margin-top: -7px; }
  .cocb .newslisting-filter .filter-left select {
    width: 200px;
    margin-left: 10px; }
  .cocb .newslisting-filter .filter-right {
    float: right; }
  .cocb .newsdetail-date {
    position: absolute;
    top: 0;
    right: 0; }
  .cocb .newsdetail img {
    max-width: 858px;
    min-height: 284px; }
  .cocb .newsdetail-date span {
    display: block;
    margin-top: 7px; } }

@media (max-width: 1024px) {
  .cocb .newsdetail img {
    width: 70%;
    min-height: 0; }
  .cocb .newsdetail-date {
    height: 100%;
    padding-top: 18px;
    font-size: 28px;
    width: 30%; } }

@media (max-width: 767px) {
  .cocb .newslisting {
    margin: 0;
    padding-bottom: 20px; }
  .cocb .newslisting .uk-container {
    margin-bottom: 0; }
  .cocb .newslisting-filter {
    margin-top: 20px; }
  .cocb .newslisting-filter select {
    display: block;
    margin: 5px 0 20px; }
  .cocb .newsdetail img {
    width: 100%;
    display: block; }
  .cocb .newsdetail-date {
    width: 100%;
    font-size: 21px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    background-position: 100% 8%; }
  .cocb .newsdetail-date span {
    display: inline-block;
    margin-left: 6px; } }

.cocb .projectdetail .uk-container-center {
  margin-top: 0; }

.cocb .projectdetail-info {
  box-shadow: 3px 1px 14px #d4d4d4;
  margin-bottom: 40px; }

.cocb .projectdetail-info h2 {
  margin: 10px 0 0; }

.cocb .projectdetail-info p {
  margin: 10px 0; }

.cocb .projectdetail-info > div.icon-tourism > span.icon-type, .cocb .projectlisting-items .project-type.icon-tourism h4:before {
  background-position: -472px -352px;
  width: 23px;
  height: 17px; }

.cocb .projectdetail-info > div.icon-parks > span.icon-type, .cocb .projectlisting-items .project-type.icon-parks h4:before {
  background-position: -469px -376px;
  width: 26px;
  height: 20px; }

.cocb .projectdetail-info > div.icon-transport > span.icon-type {
  background-position: -475px -322px;
  width: 20px;
  height: 25px; }

.cocb .projectdetail-info > div.icon-infrastructure > span.icon-type {
  background-position: -433px -144px;
  width: 23px;
  height: 25px; }

.cocb .projectdetail-info > div.icon-environmental > span.icon-type {
  background-position: -472px -288px;
  width: 23px;
  height: 25px; }

.cocb .projectdetail-info > div.icon-land > span.icon-type {
  background-position: -469px -255px;
  width: 26px;
  height: 25px; }

.cocb .projectdetail-info > div.icon-general > span.icon-type {
  background-position: -473px -218px;
  width: 22px;
  height: 25px; }

.cocb .projectdetail-comments h2:before, .cocb .projectdetail-info > div > span {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  display: block; }

.cocb .projectdetail-info > div > span.icon-new {
  width: 35px;
  height: 51px;
  background-position: -433px -78px; }

.cocb .projectdetail-info > div > span.icon-inprogress {
  width: 54px;
  height: 51px;
  background-position: -276px -204px; }

.cocb .projectdetail-info > div > span.icon-commenced {
  width: 33px;
  height: 51px;
  background-position: -276px -280px; }

.cocb .projectdetail-info > div > span.icon-completed {
  width: 73px;
  height: 51px;
  background-position: -276px -345px; }

.cocb .projectdetail-info > div > span.icon-timeline {
  width: 23px;
  height: 25px;
  background-position: -433px -179px; }

.cocb .projectdetail-info > div > span.icon-budget {
  width: 24px;
  height: 25px;
  background-position: -433px -214px; }

.cocb .projectdetail-info > div > span.icon-planned {
  width: 50px;
  height: 50px;
  background-position: -276px -409px; }

.cocb .projectdetail-status {
  background: #2c2c2c;
  color: #fbb514;
  font-size: 1.05882em;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .projectdetail-comments {
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 50px;
  padding: 40px 0; }

.cocb .projectdetail-comments h2 {
  margin: 0 auto 20px;
  width: 160px; }

.cocb .projectdetail-comments h2:before {
  background-position: -433px -34px;
  content: '';
  width: 31px;
  height: 29px;
  margin: 0 auto; }

.cocb .projectlisting .uk-container, .cocb .uk-notouch .imagegallery_v2 a {
  position: relative; }

.cocb .projectlisting-nav ul a {
  color: #2c2c2c;
  text-decoration: none; }

.cocb .projectlisting-items > div {
  margin-top: 45px; }

.cocb .projectlisting-items ul li {
  margin-top: 26px; }

.cocb .projectlisting-items .project {
  background: #fff;
  box-shadow: 3px 3px 10px #d4d4d4;
  position: relative;
  zoom: 1;
  text-align: left; }

.cocb .projectlisting-items .project-left div {
  border-top: solid 1px #ccc;
  padding-left: 40px;
  position: relative; }

.cocb .projectlisting-items .project h3 {
  margin-top: 0;
  font-size: 1.29412em; }

.cocb .projectlisting-items .project h4 {
  margin: 12px 0 0; }

.cocb .projectlisting-items .project h4:before, .cocb .projectlisting-items .project-comment:before, .cocb .suburbitem-address strong:before, .cocb .venuelisting .venuelistingitem-location strong:before {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  content: '';
  display: block;
  position: absolute;
  left: 0; }

.cocb .projectlisting-items .project p {
  margin: 0 0 8px; }

.cocb .projectlisting-items .project .btn, .cocb .projectlisting-items .project .quicklinks li a, .cocb .quicklinks li .projectlisting-items .project a, .cocb .venuelisting .uk-grid li {
  margin-top: 20px; }

.cocb .projectlisting-items .project-comment {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 25px; }

.cocb .projectlisting-items .project-comment:before, .cocb .suburbitem-address strong:before, .cocb .venuelisting .venuelistingitem-location strong:before {
  top: 4px;
  width: 18px;
  height: 17px;
  background-position: -437px -286px; }

.cocb .projectlisting-items .project-status {
  padding: 17px 0 15px;
  background: #2c2c2c;
  color: #fbb514;
  font-size: 1.05882em;
  width: 196px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  position: relative;
  display: block; }

.cocb .projectlisting-items .project-status:before {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.cocb .projectlisting-items .project-status.new {
  padding-left: 50px; }

.cocb .projectlisting-items .project-status.new:before {
  background-position: -480px -78px;
  width: 15px;
  height: 20px; }

.cocb .projectlisting-items .project-status.inprogress {
  padding-left: 53px; }

.cocb .projectlisting-items .project-status.inprogress:before {
  background-position: -478px -107px;
  width: 17px;
  height: 16px; }

.cocb .projectlisting-items .project-status.commenced {
  padding-left: 45px; }

.cocb .projectlisting-items .project-status.commenced:before {
  background-position: -483px -55px;
  width: 9px;
  height: 14px;
  top: 47%; }

.cocb .projectlisting-items .project-status.completed {
  padding-left: 53px; }

.cocb .projectlisting-items .project-status.completed:before {
  background-position: -477px -32px;
  width: 17px;
  height: 12px; }

.cocb .projectlisting-items .project-status.planned {
  padding-left: 57px; }

.cocb .projectlisting-items .project-status.planned:before {
  width: 20px;
  height: 20px;
  background-position: -477px -5px; }

.cocb .projectlisting-items .project-type.icon-transport h4:before {
  background-position: -475px -322px;
  width: 20px;
  height: 19px; }

.cocb .projectlisting-items .project-type.icon-infrastructure h4:before {
  background-position: -433px -144px;
  width: 23px;
  height: 23px; }

.cocb .projectlisting-items .project-type.icon-environmental h4:before {
  background-position: -472px -288px;
  width: 23px;
  height: 21px; }

.cocb .projectlisting-items .project-type.icon-land h4:before {
  background-position: -469px -255px;
  width: 26px;
  height: 20px; }

.cocb .projectlisting-items .project-type.icon-general h4:before {
  background-position: -473px -218px;
  width: 22px;
  height: 23px; }

.cocb .projectlisting-items .project-timeline h4:before {
  background-position: -433px -179px;
  width: 23px;
  height: 23px; }

.cocb .projectlisting-items .project-summary h4:before {
  background-position: -436px -249px;
  width: 22px;
  height: 22px;
  left: 1px; }

.cocb .projectlisting-items .project .btn-back {
  margin-top: 20px;
  display: none; }

.cocb .projectlisting-items .project .btn-back.active {
  display: inline-block; }

@media (min-width: 768px) {
  .cocb .projectdetail-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center; }
  .cocb .projectdetail-info > div {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 14px;
    border-left: solid 1px #ccc; }
  .cocb .projectdetail-info > div > span {
    margin: 35px auto 0; }
  .cocb .projectlisting .mobilenav {
    display: none; }
  .cocb .projectlisting-navinner {
    font-size: 1.05882em;
    width: 84px;
    border-top: solid 3px #fbb514;
    padding-top: 12px; }
  .cocb .projectlisting-nav {
    width: 184px;
    font-size: 1.05882em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 25px;
    transform: translate3d(0, 0, 0); }
  .cocb .projectlisting-nav span {
    font-family: "News Gothic BT W01 Bold",sans-serif;
    display: block; }
  .cocb .projectlisting-nav .yearlabel {
    background: #2c2c2c;
    color: #fbb514;
    padding: 6px 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: -15px;
    box-shadow: 3px 3px 10px #d4d4d4; }
  .cocb .projectlisting-nav ul li {
    margin-top: 10px; }
  .cocb .projectlisting-nav ul li.uk-active a {
    background: #ccc;
    text-decoration: underline;
    font-family: "News Gothic BT W01 Bold",sans-serif; }
  .cocb .projectlisting-nav ul a {
    padding: 4px 20px;
    border-radius: 15px; }
  .cocb .projectlisting-items {
    margin-left: 156px;
    text-align: center;
    border-left: solid 6px #7b7b7b;
    padding-left: 54px; }
  .cocb .projectlisting-items h2 {
    text-align: center;
    margin-top: 0;
    font-size: 1.76471em;
    margin-bottom: 10px;
    display: inline-block;
    border-top: solid 3px #fbb514;
    padding-top: 13px; } }

@media (min-width: 1025px) {
  .cocb .projectlisting-nav .yearlabel {
    right: -45px; }
  .cocb .projectlisting-items {
    margin-left: 186px;
    padding-left: 84px; }
  .cocb .projectlisting-items h2 {
    font-size: 2.05882em; }
  .cocb .projectlisting-items .project-left {
    float: left;
    width: 50%;
    padding: 40px 28px 45px; }
  .cocb .projectlisting-items .project-right {
    float: left;
    width: 50%; }
  .cocb .projectlisting-items .project-status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .cocb .projectlisting-year {
    margin-top: 75px; }
  .cocb .projectlisting-year:first-child {
    margin-top: 0; }
  .cocb .uk-notouch .projectlisting-nav ul a:focus, .cocb .uk-notouch .projectlisting-nav ul a:hover {
    background: #2c2c2c;
    color: #fff;
    text-decoration: underline;
    padding: 4px 20px;
    font-family: "News Gothic BT W01 Bold",sans-serif; } }

@media (min-width: 1400px) {
  .cocb .projectlisting-nav {
    margin-left: 35px; } }

@media (max-width: 1024px) {
  .cocb .projectlisting-items .project-left {
    padding: 30px 20px; }
  .cocb .projectlisting-items .project-left div {
    padding-left: 35px; }
  .cocb .projectlisting-items .project-status {
    width: 100%;
    text-align: center;
    padding-left: 0 !important; }
  .cocb .projectlisting-items .project-status:before {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto; }
  .cocb .projectlisting-items .project-status.new:before {
    -ms-transform: translate(-10px, 4px);
    transform: translate(-10px, 4px); }
  .cocb .projectlisting-items .project-status.commenced:before, .cocb .projectlisting-items .project-status.inprogress:before {
    -ms-transform: translate(-10px, 1px);
    transform: translate(-10px, 1px); }
  .cocb .projectlisting-items .project-status.completed:before {
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  .cocb .projectlisting-items .project-status.planned:before {
    -ms-transform: translate(-10px, 4px);
    transform: translate(-10px, 4px); } }

@media (max-width: 767px) {
  .cocb .projectdetail-info > div {
    position: relative;
    border-top: solid 1px #ccc;
    padding: 15px 0; }
  .cocb .projectdetail-info > div:first-child {
    border-top: 0; }
  .cocb .projectdetail-info > div h2, .cocb .projectlisting .uk-container {
    margin-top: 0; }
  .cocb .projectdetail-info > div h2, .cocb .projectdetail-info > div p {
    padding-left: 56px; }
  .cocb .projectdetail-info > div p {
    margin: 0; }
  .cocb .projectdetail-info > div.projectdetail-status {
    line-height: 44px;
    padding: 0; }
  .cocb .projectdetail-info > div.projectdetail-status p {
    padding-left: 42px; }
  .cocb .projectdetail-info > div.projectdetail-timeline span {
    display: block; }
  .cocb .projectdetail-info > div > span {
    position: absolute;
    top: 20px;
    left: 18px; }
  .cocb .projectdetail-info > div > span.icon-new {
    width: 14px;
    height: 20px;
    top: 12px;
    background-position: -480px -78px; }
  .cocb .projectdetail-info > div > span.icon-inprogress {
    background-position: -478px -107px;
    width: 17px;
    height: 16px;
    top: 12px; }
  .cocb .projectdetail-info > div > span.icon-commenced {
    background-position: -483px -55px;
    width: 9px;
    height: 14px;
    top: 15px; }
  .cocb .projectdetail-info > div > span.icon-completed {
    background-position: -477px -32px;
    width: 17px;
    height: 12px;
    top: 16px; }
  .cocb .projectdetail-info > div > span.icon-planned {
    width: 20px;
    height: 20px;
    background-position: -477px -5px;
    top: 12px; }
  .cocb .projectdetail-comments {
    padding: 30px 16px; }
  .cocb .projectlisting h3 {
    font-size: 1.23529em; }
  .cocb .projectlisting .desktopnav {
    display: none; }
  .cocb .projectlisting .mobilenav {
    position: relative;
    transform: translate3d(0, 0, 0); }
  .cocb .projectlisting .mobilenav ul li {
    text-align: center;
    height: 42px; }
  .cocb .projectlisting .mobilenav ul li.uk-slide-before {
    -ms-transform: translate(16px, 0);
    transform: translate(16px, 0); }
  .cocb .projectlisting .mobilenav ul li.uk-slide-after {
    -ms-transform: translate(-16px, 0);
    transform: translate(-16px, 0); }
  .cocb .projectlisting .mobilenav ul li.uk-active span {
    background: #2c2c2c;
    color: #fbb514;
    box-shadow: 3px 1px 6px #000;
    position: absolute;
    width: 100%;
    height: 52px;
    top: -5px;
    border-radius: 30px;
    padding: 13px 0 4px;
    -ms-transform: none;
    transform: none; }
  .cocb .projectlisting .mobilenav ul span {
    font-size: 1.23529em;
    font-family: "News Gothic BT W01 Bold",sans-serif;
    display: block;
    padding: 8px 0 4px;
    border-radius: 20px;
    color: #2c2c2c;
    text-decoration: none; }
  .cocb .projectlisting .mobilenav .uk-slidenav {
    position: absolute;
    color: #fbb514;
    background: #2c2c2c;
    text-decoration: none;
    top: 20px;
    height: 42px;
    line-height: 42px;
    width: 32px;
    font-size: 0;
    z-index: 1; }
  .cocb .projectlisting .mobilenav .uk-slidenav:before {
    font-size: 26px; }
  .cocb .projectlisting .mobilenav .uk-slidenav.uk-slidenav-next {
    right: 0; }
  .cocb .projectlisting .mobilenav.active {
    background: #eee;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%; }
  .cocb .projectlisting .navlabel, .cocb .projectlisting .yearlabel, .cocb .projectlisting-items h2 {
    display: none; }
  .cocb .projectlisting-items .project-status {
    padding: 7px 0 5px; }
  .cocb .projectlisting-items ul li:first-child {
    margin-top: 15px; }
  .cocb .projectlisting .sliderwrap {
    background: #acacac; }
  .cocb .projectlisting .uk-slider-container {
    padding: 20px 0; } }

.cocb .venue-bookings {
  padding: 38px 0;
  text-align: center;
  margin-top: 40px;
  position: relative;
  background:#fbb514; }

.cocb .venue-bookings .uk-container {
  margin: 0 auto; }

.cocb .venue-bookings h2 {
  margin: 0 0 10px; }

.cocb .venue-bookings h2:before {
  content: '';
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -456px -132px;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 12px; }

.cocb .quicklinks li .venue-bookings a, .cocb .venue-bookings .btn, .cocb .venue-bookings .quicklinks li a {
  background-color: #fff; }

.cocb .venue-bookings p {
  padding: 0 182px; }

.cocb .venue-facilities, .cocb .venue-facilities h2 {
  margin-bottom: 20px; }

.cocb .venue-facilities td, .cocb .venue-facilities th {
  text-align: center !important; }

.cocb .venue-facilities td {
  background: #fff7e7; }

.cocb .venue-facilities p {
  margin-top: 0; }

.cocb .venuelisting {
  background: #eee;
  padding-top: 20px;
  padding-bottom: 40px; }

.cocb .venuelisting .uk-container {
  margin-top: 0;
  margin-bottom: 0; }

.cocb .venuelisting .uk-grid li a {
  color: #2c2c2c;
  text-decoration: none; }

.cocb .quicklinks li .venuelisting a, .cocb .venuelisting .btn, .cocb .venuelisting .quicklinks li a {
  padding-left: 20px;
  padding-right: 20px; }

.cocb .venuelisting .venuelistingitem {
  width: 100%;
  background: #fff;
  position: relative; }

.cocb .venuelisting .venuelistingitem-content {
  padding: 40px 25px 23px;
  box-sizing: border-box;
  position: relative; }

.cocb .venuelisting .venuelistingitem-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 17px;
  border-color: transparent transparent transparent #fff; }

.cocb .venuelisting .venuelistingitem-location {
  background: #eee;
  border-radius: 3px;
  padding: 5px 18px;
  display: inline-block;
  font-size: 1.05882em; }

.cocb .venuelisting .venuelistingitem-location strong {
  position: relative;
  padding-left: 20px; }

.cocb .suburbitem-address strong:before, .cocb .venuelisting .venuelistingitem-location strong:before {
  width: 13px;
  top: 2px;
  background-position: -482px -186px; }

.cocb .venuelisting .venuelistingitem h2 {
  margin: 0 0 15px; }

@media (min-width: 799px) {
  .cocb .venuelisting .venuelistingitem {
    box-shadow: 3px 3px 10px #d4d4d4;
    zoom: 1; }
  .cocb .venuelisting .venuelistingitem:after, .cocb .venuelisting .venuelistingitem:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .venuelisting .venuelistingitem:after {
    clear: both; }
  .cocb .venuelisting .venuelistingitem-content {
    float: left;
    width: 50%; }
  .cocb .venuelisting .venuelistingitem-img {
    float: right;
    width: 50%; } }

@media (min-width: 799px) and (max-width: 1024px) {
  .cocb .venuelisting .venuelistingitem-content {
    padding-bottom: 90px; }
  .cocb .quicklinks .venuelisting li a, .cocb .venuelisting .quicklinks li a, .cocb .venuelisting li .btn {
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 25px;
    min-width: 86%;
    max-width: 86%; } }

@media (max-width: 1024px) {
  .cocb .venue-bookings {
    background-image: none; }
  .cocb .venue-bookings p {
    padding: 0; } }

@media (max-width: 798px) {
  .cocb .venuelisting {
    padding-bottom: 20px; }
  .cocb .venuelisting .venuelistingitem {
    zoom: 1; }
  .cocb .venuelisting .venuelistingitem:after, .cocb .venuelisting .venuelistingitem:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .venuelisting .venuelistingitem:after {
    clear: both; }
  .cocb .venuelisting .venuelistingitem-content {
    padding: 32px 16px; }
  .cocb .venuelisting .venuelistingitem-content:before {
    top: auto;
    bottom: -16px;
    left: 16px;
    border-width: 17px 15px 0;
    border-color: #fff transparent transparent transparent; }
  .cocb .venuelisting .uk-grid li {
    margin-top: 15px; }
  .cocb .quicklinks li .venuelisting a, .cocb .venuelisting .btn, .cocb .venuelisting .quicklinks li a {
    padding-left: 20px;
    padding-right: 20px; }
  .cocb .venue-bookings {
    background-position: 137% 236%; } }

.cocb .documentlisting {
  padding: 40px 0;
  background: #eee; }

.cocb .documentlisting .uk-container {
  margin-bottom: 0;
  margin-top: 0; }

.cocb .documentlisting ul.no-style li:first-child a {
  margin-left: 0; }

.cocb .documentlisting table {
  margin: 0 !important; }

.cocb .documentlisting table th:nth-child(3) {
  min-width: 90px; }

.cocb .documentlisting table th:nth-child(4) {
  min-width: 126px; }

.cocb .uk-notouch .sorttoggle:focus, .cocb .uk-notouch .sorttoggle:hover {
  text-decoration: underline; }

.cocb .megasearch-links .links .link a:focus, .cocb .megasearch-links .links .link a:hover, .cocb .uk-notouch .listingpage-filterchips .chip-remove:focus, .cocb .uk-notouch .listingpage-filterchips .chip-remove:hover, .cocb .uk-notouch .sorttoggle:focus {
  outline: 2px solid #2c2c2c !important; }

@media (max-width: 767px) {
  .cocb .documentlisting {
    padding: 20px 0 !important;
    margin: 0 !important; }
  .cocb .documentlisting table, .cocb .documentlisting tbody, .cocb .documentlisting td, .cocb .documentlisting th, .cocb .documentlisting thead, .cocb .documentlisting tr {
    display: block; }
  .cocb .documentlisting table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .cocb .documentlisting table tr {
    position: relative;
    margin-top: 12px; }
  .cocb .documentlisting table tr:first-child {
    margin-top: 0; }
  .cocb .documentlisting table td {
    position: relative;
    padding: 7px 7px 7px 104px !important;
    white-space: normal;
    text-align: left;
    border: 0 !important;
    border-top: solid 1px #fff !important;
    margin-bottom: 0 !important; }
  .cocb .documentlisting table td:first-child {
    border-top: 0; }
  .cocb .documentlisting table td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 86px;
    white-space: nowrap;
    font-family: "News Gothic BT W01 Bold",sans-serif;
    content: attr(data-title);
    background: #fbb514 !important;
    padding: 7px 7px 0;
    height: 100%; }
  .cocb .documentlisting table td:nth-child(2n+1) {
    background: #fff7e7 !important; }
  .cocb .documentlisting table td:nth-child(2n+2) {
    background: #fff !important; }
  .cocb .documentlisting .responsivetable-wrap {
    overflow: hidden; } }

.cocb .suburbmodule-results .uk-grid li:first-child, .cocb .uk-container > .addthis-wrapper:first-child {
  margin-top: 0; }

.cocb .addthis-wrapper {
  margin-top: 30px; }

.cocb .addthis-wrapper .label {
  color: #2c2c2c;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  display: block;
  font-size: 1.23529em; }

.cocb .addthis {
  height: 36px; }

.cocb .addthis a {
  margin-bottom: 0 !important;
  font-size: 0;
  margin-right: 10px;
  border: solid 1px #2c2c2c;
  border-radius: 3px;
  width: 32px !important;
  height: 32px;
  display: block;
  float: left;
  text-align: center; }

.cocb .addthis .at-icon-wrapper {
  background-color: transparent !important;
  width: auto !important;
  height: auto !important; }

.cocb .addthis .at-icon-wrapper:before {
  display: inline-block;
  font: 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c2c2c;
  font-size: 17px;
  line-height: 30px; }

.cocb .addthis .addthis_button_facebook .at-icon-wrapper:before {
  content: ""; }

.cocb .addthis .addthis_button_twitter .at-icon-wrapper:before {
  content: ""; }

.cocb .addthis .addthis_button_linkedin .at-icon-wrapper:before {
  content: ""; }

.cocb .addthis .addthis_button_email .at-icon-wrapper:before {
  content: ""; }

.cocb .uk-notouch .addthis a:focus, .cocb .uk-notouch .addthis a:hover {
  outline: none !important;
  background: #2c2c2c; }

.cocb .uk-notouch .addthis a:focus .at-icon-wrapper:before, .cocb .uk-notouch .addthis a:hover .at-icon-wrapper:before {
  color: #fbb514; }

.cocb #_atssh, .cocb #at-expanded-menu-host {
  display: none !important; }

@media (min-width: 768px) {
  .cocb .addthis-wrapper {
    zoom: 1; }
  .cocb .addthis-wrapper:after, .cocb .addthis-wrapper:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .cocb .addthis-wrapper:after {
    clear: both; }
  .cocb .addthis-wrapper .label {
    float: left;
    margin-right: 15px; }
  .cocb .addthis {
    float: left; } }

.cocb .featuredhotbox {
  background: #2c2c2c;
  color: #fff;
  zoom: 1; }

.cocb .featuredhotbox:after, .cocb .featuredhotbox:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .featuredhotbox:after {
  clear: both; }

.cocb .featuredhotbox h2 {
  color: #fbb514;
  margin: 0 0 10px; }

.cocb .featuredhotbox p {
  margin-top: 0; }

.cocb .featuredhotbox .btn, .cocb .featuredhotbox .quicklinks li a, .cocb .quicklinks li .featuredhotbox a {
  border: solid 1px #fbb514;
  background: #2c2c2c;
  color: #fff; }

.cocb .featuredhotbox .btn:focus, .cocb .featuredhotbox .btn:hover, .cocb .featuredhotbox .quicklinks li a:focus, .cocb .featuredhotbox .quicklinks li a:hover, .cocb .quicklinks li .featuredhotbox a:focus, .cocb .quicklinks li .featuredhotbox a:hover {
  background: #fbb514;
  color: #2c2c2c; }

.cocb .featuredhotbox img {
  width: 100%; }

.cocb .featuredhotbox-content a {
  color: #fbb514; }

.cocb .featuredhotbox-content.icon img {
  float: left;
  width: auto;
  max-width: 90px;
  margin: 1em 2em 1em .7em; }

@media (min-width: 799px) {
  .cocb .featuredhotbox {
    box-shadow: 3px 3px 10px #d4d4d4;
    background:  #2c2c2c; }
  .cocb .featuredhotbox-content {
    float: left;
    width: 67.4%;
    padding: 28px 20px 20px 40px; }
  .cocb .featuredhotbox-content:only-child {
    width: 100%; }
  .cocb .featuredhotbox-content.icon {
    padding: 20px; }
  .cocb .featuredhotbox-img {
    float: left;
    width: 32.6%; } }

@media (max-width: 798px) {
  .cocb .featuredhotbox-content {
    padding: 30px 18px 40px; }
  .cocb .featuredhotbox-content.icon {
    padding: 20px; }
  .cocb .featuredhotbox-content.icon img {
    margin: 0 2em 1em .7em; } }

@media (max-width: 767px) {
  .cocb .featuredhotbox-content.icon img {
    max-width: 11%;
    margin: .3em 1em 1em .5em; } }

@media (max-width: 519px) {
  .cocb .featuredhotbox-content.icon img {
    max-width: 15%; } }

.cocb .imagegallery_v2 {
  margin: 40px 0;
  overflow: hidden;
  position: relative; }

.cocb .imagegallery_v2 .loadingoverlay {
  background: #fff;
  display: block;
  z-index: 12;
  position: absolute; }

.cocb .imagegallery_v2 .loadingoverlay-icon {
  top: 20px; }

.cocb .imagegallery_v2 .gallery-item {
  width: 33.33%;
  border: 2px solid #fff; }

.cocb .imagegallery_v2 a {
  display: block; }

.cocb .uk-notouch .imagegallery_v2 a:focus:before, .cocb .uk-notouch .imagegallery_v2 a:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: 'Enlarge +';
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px; }

@media (max-width: 767px) {
  .cocb .imagegallery_v2 {
    margin: 20px 0; }
  .cocb .imagegallery_v2 .gallery-item {
    width: 50%; } }

.cocb .listingpage-filterchips {
  position: relative;
  zoom: 1; }

.cocb .listingpage-filterchips ul:after, .cocb .listingpage-filterchips ul:before, .cocb .listingpage-filterchips:after, .cocb .listingpage-filterchips:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .listingpage-filterchips ul:after, .cocb .listingpage-filterchips:after {
  clear: both; }

.cocb .listingpage-filterchips ul {
  zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -10px;
  float: left; }

.cocb .listingpage-filterchips ul.showall li {
  display: block !important; }

.cocb .listingpage-filterchips ul li {
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
  display: none; }

.cocb .listingpage-filterchips ul li:nth-child(-n+4) {
  display: block; }

.cocb .listingpage-filterchips ul li.chipcounter, .cocb .suburbmodule-filter .filter-right > span {
  display: block; }

.cocb .listingpage-filterchips ul li.chipcounter .chip {
  padding-left: 0;
  text-align: center;
  background: #2c2c2c !important;
  color: #fff; }

.cocb .listingpage-filterchips .nofilters {
  font-size: 14px;
  padding-left: 18px; }

.cocb .listingpage-filterchips .activefilters {
  display: none; }

.cocb .listingpage-filterchips .clearchips {
  float: left;
  margin-left: 20px;
  margin-top: 1px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  text-decoration: underline; }

.cocb .listingpage-filterchips .chip {
  display: block;
  min-width: 90px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  border-radius: 25px;
  padding-right: 25px;
  padding-left: 10px;
  position: relative;
  border: solid 1px #2c2c2c;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  background: #fbb514; }

.cocb .listingpage-filterchips .chip-remove {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -434px -306px;
  background-color: transparent; }

.cocb .listingpage-filterchips .chip-txt {
  display: inline-block;
  white-space: nowrap; }

.cocb .uk-notouch .listingpage-filterchips .clearFilter:focus, .cocb .uk-notouch .listingpage-filterchips .clearFilter:hover {
  text-decoration: none; }

.cocb .uk-notouch ul li.chipcounter .chip:focus, .cocb .uk-notouch ul li.chipcounter .chip:hover {
  background: #0e5f7f !important; }

@media (max-width: 767px) {
  .cocb .listingpage-filterchips ul {
    float: none; }
  .cocb .listingpage-filterchips .clearchips {
    float: none;
    margin: 10px 0;
    display: block; } }

.cocb .suburbmodule-filter {
  margin-top: -30px;
  min-height: 200px; }

.cocb .suburbmodule-filter .listing-resultbar {
  display: none;
  border-top: solid 1px #eee; }

.cocb .suburbmodule-filter .listing-bottom {
  padding-top: 0;
  border-bottom: 0; }

.cocb .suburbmodule-filter .customsearch .filter {
  margin-top: 0; }

.cocb .suburbmodule-filter .customsearch .filter-buttons {
  float: left;
  margin: 27px 0 0 28px; }

.cocb .quicklinks li .suburbmodule-filter a, .cocb .suburbmodule-filter .btn, .cocb .suburbmodule-filter .quicklinks li a {
  padding: 8px 40px 9px; }

.cocb .suburbmodule-filter .sortby {
  font-size: 16px;
  margin-top: 15px; }

.cocb .suburbmodule-filter .sortby label {
  margin-right: 6px;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .suburbmodule-results {
  background: #eee;
  padding-top: 20px;
  padding-bottom: 40px;
  display: none; }

.cocb .suburbmodule-results .uk-grid {
  margin-left: 0; }

.cocb .suburbmodule-results .uk-grid li {
  padding-left: 0;
  box-shadow: 3px 1px 14px #d4d4d4;
  background: #fff;
  margin-top: 30px; }

.cocb .suburbitem {
  position: relative; }

.cocb .suburbitem img {
  width: 228px;
  -ms-flex: 0 0 228px;
  flex: 0 0 228px; }

.cocb .suburbitemtext {
  padding: 30px 250px 30px 30px; }

.cocb .suburbitemtext.noimage {
  border-left: solid 4px #fbb514; }

.cocb .suburbitem-suburb {
  font-family: "News Gothic BT W01 Bold",sans-serif;
  background: #eee;
  border-radius: 12px;
  line-height: 25px;
  height: 25px;
  padding: 0 20px;
  display: inline-block;
  font-size: .94118em; }

.cocb .suburbitem-address, .cocb .suburbitem-budget, .cocb .suburbitem-projecttype {
  font-size: .94118em; }

.cocb .suburbitem h2 {
  margin: 10px 0 5px; }

.cocb .suburbitem-budget {
  color: #6a6a6a; }

.cocb .quicklinks li .suburbitem a, .cocb .suburbitem .btn, .cocb .suburbitem .quicklinks li a {
  padding: 4px 25px; }

.cocb .suburbitem-address {
  background: #eee;
  border-radius: 5px;
  width: 190px;
  padding: 30px 15px;
  height: calc(100% - 60px); }

.cocb .suburbitem-address strong {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px; }

.cocb .suburbitem-majorproject {
  position: absolute;
  right: -6px;
  top: 6px;
  background: #0e5f7f;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  z-index: 6; }

.cocb .suburbitem-majorproject:after, .cocb .suburbitem-majorproject:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }

.cocb .suburbitem-majorproject:before {
  border-width: 15px 0 15px 7px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  left: 0; }

.cocb .suburbitem-majorproject:after {
  border-width: 9px 6px 0 0;
  border-color: #2c2c2c transparent transparent transparent;
  bottom: -9px;
  right: 0; }

.cocb .suburbitem-completedproject {
  background-color: #2c2c2c;
  color: #f2b343;
  padding: 4px 10px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  line-height: 1.2em;
  border-radius: 12px; }

@media (max-width: 1024px) {
  .cocb .suburbmodule-filter {
    margin-top: 0; }
  .cocb .suburbitem img {
    display: none; }
  .cocb .suburbitemtext {
    border-left: solid 4px #fbb514; } }

@media (min-width: 768px) {
  .cocb .suburbmodule-filter .filter-right > span, .cocb .suburbmodule-filter .sortby {
    text-align: right; }
  .cocb .suburbmodule-filter .customsearch .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cocb .suburbmodule-filter .customsearch .filter > * {
    width: auto !important;
    min-width: 200px;
    margin-top: auto !important; }
  .cocb .suburbmodule-filter .customsearch .filter .project, .cocb .suburbmodule-filter .customsearch .filter .suburb {
    -ms-flex: 1.4 1 auto;
    flex: 1.4 1 auto; }
  .cocb .suburbitem {
    display: -ms-flexbox;
    display: flex; }
  .cocb .suburbitem.majorproject .suburbitem-address {
    top: 42px;
    height: calc(100% - 72px); }
  .cocb .suburbitem-address {
    position: absolute;
    top: 30px;
    right: 30px; } }

@media (max-width: 767px) {
  .cocb .suburbmodule-filter .customsearch .filter-buttons {
    margin: 2px 0 0; }
  .cocb .suburbmodule-filter select {
    width: calc(100% - 64px); }
  .cocb .suburbmodule-results {
    padding-top: 10px; }
  .cocb .suburbmodule-results .uk-grid li {
    margin-top: 20px; }
  .cocb .suburbitem {
    padding: 15px;
    border-top: solid 4px #fbb514; }
  .cocb .suburbitemtext {
    border-left: 0 !important;
    padding: 0; }
  .cocb .suburbitem-majorproject {
    top: 14px; }
  .cocb .quicklinks li .suburbitem a, .cocb .suburbitem .btn, .cocb .suburbitem .quicklinks li a {
    width: auto;
    padding: 2px 20px; }
  .cocb .suburbitem-address {
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding: 15px; }
  .cocb .suburbitem-budget, .cocb .suburbitem-projecttype, .cocb .suburbitem-suburb {
    font-size: .82353em; }
  .cocb .suburbitem-budget {
    display: block; }
  .cocb .suburbitem .divider {
    display: none; } }

.cocb .sitesearch-form input[type=text] {
  -ms-flex: 5 1 auto;
  flex: 5 1 auto; }

.cocb .sitesearch-list .uk-tab li {
  position: relative;
  width: 50%;
  border-bottom: 2px solid #fbb514;
  background-color: #eee; }

.cocb .sitesearch-facets-header.closed .toggle:after {
  content: '+'; }

.cocb .sitesearch-facets-content fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.cocb .sitesearch-facets-content ul {
  margin-top: 0;
  margin-bottom: 0; }

.cocb .sitesearch-facets-content li {
  padding: 5px 10px !important;
  list-style: none; }

.cocb .sitesearch-facets-content li label input {
  margin-right: 3px; }

.cocb .sitesearch-all-facets button {
  background: 0 0;
  border: none; }

.cocb .sitesearch .informationsheets ul {
  margin-left: -20px; }

@media (max-width: 1024px) {
  .cocb .sitesearch {
    padding: 0; }
  .cocb .sitesearch-searchwrap {
    padding: 0 25px; }
  .cocb .sitesearch-inner {
    display: block; }
  .cocb .sitesearch-summary.tablet {
    display: block;
    padding-bottom: 20px; }
  .cocb .sitesearch-summary.tablet .uk-align-medium-left {
    margin-right: .2em; }
  .cocb .sitesearch-summary.tablet .uk-align-medium-right {
    margin-left: .2em; }
  .cocb .sitesearch-summary.desktop {
    display: none; }
  .cocb .sitesearch-results {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
  .cocb .sitesearch-results .sitesearch-list {
    width: 100%;
    margin: 0; }
  .cocb .sitesearch-results .sitesearch-refine {
    width: 100%;
    margin: 20px 0 0; }
  .cocb .sitesearch-list .uk-tab li a {
    height: 60px;
    line-height: 48px; }
  .cocb .sitesearch-list-tab img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px; }
  .cocb .sitesearch-list-tab.all img {
    left: 17px; }
  .cocb .sitesearch-list-item {
    padding: 10px 10px 30px; }
  .cocb .sitesearch-list-spelling .uk-icon-justify {
    margin-right: .5em;
    margin-left: .6em; }
  .cocb .sitesearch-list .sitesearch-bestbet {
    margin: 10px 10px 30px; }
  .cocb .sitesearch-sort-refine {
    display: inline-block;
    width: calc(25vw - 20px);
    padding: 0 40px; }
  .cocb .sitesearch-sort label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .cocb .sitesearch-sort .accessible_dropdown {
    width: calc(25vw - 20px); }
  .cocb .sitesearch-all-facets {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 13;
    background-color: #eee;
    overflow-y: scroll; }
  .cocb .sitesearch-all-facets .close {
    display: inline-block; }
  .cocb .sitesearch-refine .sitesearch-bestbet {
    display: none; }
  .cocb .sitesearch-facets-header {
    padding: 10px 20px; }
  .cocb .sitesearch-facets-header .close {
    display: inline-block; }
  .cocb .sitesearch-facets-header .close:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    /*background-image: url(/assets/images/sprites.png) !important;*/
    background-repeat: no-repeat;
    background-position: -256px -148px;
    background-color: transparent; } }

@media (max-width: 1024px) {
  .cocb .sitesearch-facets-footer {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    -ms-flex-pack: center;
    justify-content: center; }
  .cocb .sitesearch-facets-content {
    padding: 30px 40px; }
  .cocb .sitesearch-form .section {
    -ms-flex-pack: center;
    justify-content: center; }
  .cocb .sitesearch-form .query-label {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50vw + 197px); } }

@media (max-width: 767px) {
  .cocb .quicklinks li .sitesearch-form a, .cocb .sitesearch-form .btn, .cocb .sitesearch-form .quicklinks li a {
    width: 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    transition: none;
    text-indent: -9999px;
    display: block;
    /*background-image: url(/assets/images/sprites.png) !important;*/
    background-repeat: no-repeat;
    background-position: -255px 7px;
    background-color: #fbb514; } }

@media (max-width: 767px) {
  .cocb .quicklinks li .sitesearch-form a:focus, .cocb .quicklinks li .sitesearch-form a:hover, .cocb .sitesearch-form .btn:focus, .cocb .sitesearch-form .btn:hover, .cocb .sitesearch-form .quicklinks li a:focus, .cocb .sitesearch-form .quicklinks li a:hover {
    background-color: #2c2c2c;
    background-position: -315px 7px; }
  .cocb .sitesearch-form .query-label {
    width: calc(70vw + 50px); }
  .cocb .sitesearch-form .twitter-typeahead {
    width: 70vw; }
  .cocb .sitesearch-summary {
    padding: 0 8px; }
  .cocb .sitesearch-summary label {
    margin-right: 5px; }
  .cocb .sitesearch-list-tab img {
    display: none; }
  .cocb .sitesearch-list-spelling .uk-icon-justify {
    margin-right: .5em;
    margin-left: .6em; }
  .cocb .sitesearch-list .sitesearch-bestbet > a {
    display: block; }
  .cocb .sitesearch-list .sitesearch-bestbet-image {
    max-height: 200px; }
  .cocb .sitesearch-count {
    margin-top: 0; }
  .cocb .sitesearch-sort-refine {
    width: calc(50% - 20px);
    padding: 0 40px; }
  .cocb .sitesearch-sort .accessible_dropdown {
    width: calc(50% - 20px); } }

@media (max-width: 519px) {
  .cocb .sitesearch-list .uk-tab li a {
    height: 50px;
    line-height: 38px; }
  .cocb .sitesearch-list-tab-count {
    display: none; }
  .cocb .sitesearch-form .query-label {
    width: calc(60vw + 50px); }
  .cocb .sitesearch-form .twitter-typeahead {
    width: 60vw; } }

.cocb ol.steps {
  list-style: none; }

.cocb ol.steps > li::before {
  position: absolute;
  left: -24px !important;
  content: counter(inst) !important;
  color: #2c2c2c !important;
  border: solid 2px #2c2c2c;
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 33px;
  line-height: 43px;
  background-color: #fbb514; }

.cocb ol.steps > li:last-child {
  border-left: 3px solid transparent; }

.cocb .suburbitem.viv-business .suburbitem-address strong {
  display: inline;
  padding-left: 0; }

.cocb .suburbitem.viv-business .suburbitem-address strong:before {
  background-image: none !important; }

.cocb .suburbitem.viv-business .suburbitem-address ul.no-style {
  padding: 10px 0 0; }

.cocb .suburbitem.viv-business .suburbitem-address ul.no-style li {
  background-color: transparent;
  box-shadow: none;
  list-style-image: none;
  list-style-type: none;
  margin-top: 10px; }

.cocb .form.barking-dog-diary .guard-dog {
  margin-bottom: 1em; }

.cocb .form.barking-dog-diary .guard-dog.error-panel {
  color: red; }

.cocb #frm_BarkingDogform .form-row {
  max-width: 100%; }

.cocb .sitesearch-list-item strong, .cocb .sitesearch-list-noresults .corrected, .cocb .sitesearch-list-noresults .original, .cocb .sitesearch-list-spelling .corrected, .cocb .sitesearch-list-spelling .original {
  background-color: #fed67c;
  border-radius: 3px;
  padding: 0 .4em; }

.cocb .sitesearch-list-item-field strong {
  background-color: transparent;
  border-radius: 0;
  padding: 0; }

.cocb .sitesearch {
  max-width: 1220px;
  padding: 0 35px;
  margin: 40px auto; }

.cocb .sitesearch a {
  text-decoration: none;
  color: #2c2c2c; }

.cocb .sitesearch a:focus, .cocb .sitesearch a:hover, .cocb .sitesearch button:focus, .cocb .sitesearch button:hover {
  text-decoration: underline; }

.cocb .sitesearch h2, .cocb .sitesearch h3 {
  margin: 0 0 10px;
  font-size: 1.29412em; }

.cocb .sitesearch h2, .cocb .sitesearch h3, .cocb .sitesearch label {
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .sitesearch-form {
  background: #f4f4f4;
  border: solid 1px #d7d7d7;
  padding: 35px 35px 32px; }

.cocb .sitesearch-form .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.cocb .sitesearch-form .row:last-child {
  margin-bottom: 0; }

.cocb .sitesearch-form .row > * {
  margin-left: .5em;
  margin-right: .5em; }

.cocb .sitesearch-form .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.cocb .sitesearch-form .section .section {
  display: block; }

.cocb .sitesearch-form .section .section > * {
  margin-left: 0;
  margin-right: 0; }

.cocb .quicklinks li .sitesearch-form a, .cocb .sitesearch-form .btn, .cocb .sitesearch-form .quicklinks li a, .cocb .sitesearch-form input, .cocb .sitesearch-form label {
  height: 36px;
  line-height: 36px; }

.cocb .sitesearch-form .twitter-typeahead {
  display: inline-block;
  width: 50vw;
  max-width: 640px; }

.cocb .sitesearch-form .query-label {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100px; }

.cocb .sitesearch-form input[type=text]:focus::-webkit-input-placeholder {
  color: transparent !important; }

.cocb .sitesearch-form input[type=text]:focus::-moz-placeholder {
  color: transparent !important; }

.cocb .sitesearch-form input[type=text]:focus:-ms-input-placeholder {
  color: transparent !important; }

.cocb .sitesearch-form input[type=text]:focus:-moz-placeholder {
  color: transparent !important; }

.cocb .quicklinks li .sitesearch-form a, .cocb .sitesearch-form .btn, .cocb .sitesearch-form .quicklinks li a {
  padding: 0;
  width: 194px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.cocb .quicklinks li .sitesearch-form a:focus, .cocb .sitesearch-form .btn:focus, .cocb .sitesearch-form .quicklinks li a:focus {
  outline: 2px solid #fbb514 !important; }

.cocb .sitesearch-inner {
  zoom: 1;
  max-width: 960px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start; }

.cocb .sitesearch-inner:after, .cocb .sitesearch-inner:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .sitesearch-inner:after {
  clear: both; }

.cocb .sitesearch-summary {
  zoom: 1;
  padding: 0 3px;
  margin: 20px auto; }

.cocb .sitesearch-summary:after, .cocb .sitesearch-summary:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cocb .sitesearch-summary:after {
  clear: both; }

.cocb .sitesearch-summary.tablet {
  display: none;
  border-bottom: 2px solid #eee; }

.cocb .sitesearch-summary > * {
  margin-bottom: 0;
  line-height: 35px; }

.cocb .sitesearch-summary label {
  margin-right: 10px; }

.cocb .sitesearch-summary .accessible_dropdown {
  height: 35px;
  margin: 0; }

.cocb .sitesearch-sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.cocb .sitesearch-sort-refine {
  display: none;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  background-color: #2c2c2c;
  color: #fbb514;
  border: none;
  padding: 0 40px;
  margin-right: 20px;
  border-radius: 20px; }

.cocb .sitesearch-sort .accessible_dropdown {
  border-radius: 20px; }

.cocb .sitesearch-results {
  padding: 0 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.cocb .sitesearch-results .sitesearch-list {
  width: 75%;
  margin: 0 0 0 2%; }

.cocb .sitesearch-results .sitesearch-refine {
  width: 25%;
  min-width: 200px;
  margin: 0 2% 0 0; }

.cocb .sitesearch-list .uk-tab {
  border-bottom: 0; }

.cocb .sitesearch-list .uk-tab li.uk-active {
  background-color: #fbb514; }

.cocb .sitesearch-list .uk-tab li.uk-active a {
  background-color: #fbb514;
  text-decoration: underline; }

.cocb .sitesearch-list .uk-tab li a {
  height: 80px;
  text-align: center;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  color: #2c2c2c;
  vertical-align: middle;
  line-height: 65px;
  font-size: 1.2em;
  margin-left: 0;
  white-space: nowrap; }

.cocb .sitesearch-list .uk-tab li a:focus, .cocb .sitesearch-list .uk-tab li a:hover {
  margin-bottom: 0;
  background-color: #2c2c2c;
  color: #fbb514; }

.cocb .sitesearch-list .uk-tab li a:focus {
  outline-color: #2c2c2c !important;
  outline-offset: -2px; }

.cocb .sitesearch-list .uk-tab li:focus, .cocb .sitesearch-list .uk-tab li:hover {
  background-color: #2c2c2c; }

.cocb .sitesearch-list .uk-tab li:focus a, .cocb .sitesearch-list .uk-tab li:hover a {
  background-color: #2c2c2c;
  color: #fbb514; }

.cocb .sitesearch-list-tab img {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 60px; }

.cocb .sitesearch-list-tab.all img {
  left: 17px; }

.cocb .sitesearch-list-item {
  border-bottom: 1px solid #c1c1c1;
  background-color: #fff; }

.cocb .sitesearch-list-item-inner {
  padding: 10px;
  margin: 20px auto; }

.cocb .sitesearch-list-item-inner a:hover, .cocb .sitesearch-list-item-inner a:hover > * {
  text-decoration: underline; }

.cocb .sitesearch-list-item.document .sitesearch-list-item-inner, .cocb .sitesearch-list-item.event .sitesearch-list-item-inner, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner {
  padding: 30px 10px;
  background-color: #eee; }

.cocb .sitesearch-list-item.event .sitesearch-list-item-inner .sitesearch-list-item-badge, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner .sitesearch-list-item-badge, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner .sitesearch-list-item-badge, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner .sitesearch-list-item-badge {
  position: absolute;
  right: -6px;
  top: 6px;
  background: #0e5f7f;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  z-index: 6; }

.cocb .sitesearch-list-item.event .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.event .sitesearch-list-item-inner .sitesearch-list-item-badge:before, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner .sitesearch-list-item-badge:before, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner .sitesearch-list-item-badge:before, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner .sitesearch-list-item-badge:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }

.cocb .sitesearch-list-item.event .sitesearch-list-item-inner .sitesearch-list-item-badge:before, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner .sitesearch-list-item-badge:before, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner .sitesearch-list-item-badge:before, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner .sitesearch-list-item-badge:before {
  border-width: 15px 0 15px 7px;
  border-color: transparent transparent transparent #eee;
  top: 0;
  left: 0; }

.cocb .sitesearch-list-item.event .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner .sitesearch-list-item-badge:after, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner .sitesearch-list-item-badge:after {
  border-width: 9px 6px 0 0;
  border-color: #2c2c2c transparent transparent transparent;
  bottom: -9px;
  right: 0; }

.cocb .sitesearch-list-item.event .sitesearch-list-item-inner, .cocb .sitesearch-list-item.facility .sitesearch-list-item-inner, .cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner, .cocb .sitesearch-list-item.project .sitesearch-list-item-inner, .cocb .sitesearch-list-item.project.major .sitesearch-list-item-inner {
  position: relative; }

.cocb .sitesearch-list-item.online-form .sitesearch-list-item-inner .sitesearch-list-item-badge, .cocb .sitesearch-list-item.project.major .sitesearch-list-item-inner .sitesearch-list-item-badge {
  background: #035964; }

.cocb .sitesearch-list-item.facility .sitesearch-list-item-inner .sitesearch-list-item-badge {
  background: #8000a9; }

.cocb .sitesearch-list-item.event .sitesearch-list-item-inner .sitesearch-list-item-badge {
  background: #ac0062; }

.cocb + .sitesearch-list-item {
  padding: 30px 10px; }

.cocb .sitesearch-list-size {
  display: inline-block;
  padding: .5em .7em .5em 3em;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 50px 50px !important; }

.cocb .sitesearch-list-size.doc, .cocb .sitesearch-list-size.docx {
  /*background-image: url(/assets/images/sitesearch/doc_item.svg);*/ 

}

.cocb .sitesearch-list-size.pdf {
  /*background-image: url(/assets/images/sitesearch/pdf_item.svg);*/

}

.cocb .sitesearch-list-noresults, .cocb .sitesearch-list-spelling {
  background-color: #eee;
  margin-top: 1.5em;
  padding: 0 0 0 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.cocb .sitesearch-list-noresults + .sitesearch-list-noresults, .cocb .sitesearch-list-noresults + .sitesearch-list-spelling, .cocb .sitesearch-list-spelling + .sitesearch-list-noresults, .cocb .sitesearch-list-spelling + .sitesearch-list-spelling {
  margin-top: 0; }

.cocb .sitesearch-facets-content li label.selected, .cocb .sitesearch-facets-content li.RADIO_BUTTON-selected a, .cocb .sitesearch-list-noresults .corrected, .cocb .sitesearch-list-spelling .corrected {
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .sitesearch-list-noresults .uk-icon-justify, .cocb .sitesearch-list-spelling .uk-icon-justify {
  width: 1.5em;
  font-size: 35px; }

.cocb .sitesearch-list-pagination-summary {
  text-align: center;
  margin-top: 5px; }

.cocb .sitesearch-list .sitesearch-bestbet {
  margin: 20px auto; }

.cocb .sitesearch-facets-footer, .cocb .sitesearch-facets-header, .cocb .sitesearch-list .sitesearch-bestbet > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.cocb .sitesearch-list .sitesearch-bestbet-image {
  -ms-flex: 0 1 35%;
  flex: 0 1 35%; }

.cocb .sitesearch-list .sitesearch-bestbet-text {
  -ms-flex: 0 1 65%;
  flex: 0 1 65%; }

.cocb .sitesearch-refine .sitesearch-bestbet, .cocb .sitesearch-refine .sitesearch-facets {
  margin-bottom: 20px; }

.cocb .sitesearch-refine .sitesearch-bestbet-image {
  height: 180px; }

.cocb .sitesearch-facets-footer, .cocb .sitesearch-facets-header {
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 44px;
  background-color: #2c2c2c;
  color: #fbb514;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  padding: 10px; }

.cocb .sitesearch-facets-footer a, .cocb .sitesearch-facets-header a {
  color: #fbb514; }

.cocb .sitesearch-facets-footer a:hover, .cocb .sitesearch-facets-header a:hover {
  text-decoration: underline; }

.cocb .sitesearch-facets-header .toggle {
  padding: 2px;
  width: 24px;
  height: 24px; }

.cocb .sitesearch-facets-header .toggle:after {
  font-family: monospace;
  content: '-';
  font-size: 24px;
  line-height: 19px; }

.cocb .sitesearch-all-facets .close, .cocb .sitesearch-facets-footer, .cocb .sitesearch-facets.years .sitesearch-facets-content li.more-facet, .cocb .toc li ol, .cocb .toc li ul {
  display: none; }

.cocb .sitesearch-facets-content {
  background-color: #eee;
  padding: 10px; }

.cocb .sitesearch-facets-content li:before {
  content: "" !important; }

.cocb .sitesearch-facets-content li a, .cocb .sitesearch-facets-content li label {
  color: #2c2c2c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "News Gothic BT W01 Regular",sans-serif;
  -ms-flex-align: center;
  align-items: center; }

.cocb .sitesearch-facets-content li label > :last-child {
  margin-left: auto; }

.cocb .sitesearch-facets-content button:focus {
  outline-color: #000 !important; }

.cocb .sitesearch-facets-count {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 20px;
  background: #fff;
  float: right;
  text-align: center;
  border-radius: 10px;
  font-size: .9em; }

.cocb .sitesearch-all-facets > .sitesearch-facets-header {
  margin-bottom: 20px; }

.cocb .sitesearch-bestbet a {
  display: block;
  outline: 2px solid transparent; }

.cocb .sitesearch-bestbet a:focus *, .cocb .sitesearch-bestbet a:hover * {
  background-color: #fbb514;
  color: #2c2c2c; }

.cocb .sitesearch-bestbet-image {
  overflow: hidden; }

.cocb .sitesearch-bestbet-image .img {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center; }

.cocb .sitesearch-bestbet h2, .cocb .sitesearch-bestbet-caption, .cocb .sitesearch-bestbet-text {
  background-color: #2c2c2c;
  color: #fff; }

.cocb .sitesearch-bestbet-caption {
  padding: 10px;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  text-align: center; }

.cocb .sitesearch-bestbet h2 {
  margin: 20px 0; }

.cocb .sitesearch-bestbet-text {
  padding: 10px 20px 20px;
  font-family: "News Gothic BT W01 Regular",sans-serif;
  text-align: left; }

.cocb .sitesearch .highlight {
  background: #fbb514;
  border-radius: 3px;
  padding: 0 5px; }

.cocb .sitesearch .informationsheets {
  padding: 0 !important;
  margin: 10px 0 22px !important; }

.cocb .sitesearch .arclogo {
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: 0 -147px;
  background-color: transparent;
  display: block;
  width: 106px;
  height: 50px;
  position: absolute;
  left: 0; }

.cocb .uk-notouch .sitesearch-bestbet .img {
  transition: all 300ms ease-in-out; }

.cocb .uk-notouch .sitesearch-bestbet a:focus .img, .cocb .uk-notouch .sitesearch-bestbet a:hover .img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.cocb .tt-menu {
  z-index: 10 !important; }

.cocb .tt-menu .tt-suggestion {
  font-size: 18px; }

@media (max-width: 1024px) {
  .cocb .sitesearch {
    padding: 0; }
  .cocb .sitesearch-searchwrap {
    padding: 0 25px; }
  .cocb .sitesearch-inner {
    display: block; }
  .cocb .sitesearch-summary.tablet {
    display: block;
    padding-bottom: 20px; }
  .cocb .sitesearch-summary.tablet .uk-align-medium-left {
    margin-right: .2em; }
  .cocb .sitesearch-summary.tablet .uk-align-medium-right {
    margin-left: .2em; }
  .cocb .sitesearch-summary.desktop {
    display: none; }
  .cocb .sitesearch-results {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
  .cocb .sitesearch-results .sitesearch-list {
    width: 100%;
    margin: 0; }
  .cocb .sitesearch-results .sitesearch-refine {
    width: 100%;
    margin: 20px 0 0; }
  .cocb .sitesearch-list .uk-tab li a {
    height: 60px;
    line-height: 48px; }
  .cocb .sitesearch-list-tab img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px; }
  .cocb .sitesearch-list-tab.all img {
    left: 17px; }
  .cocb .sitesearch-list-item {
    padding: 10px 10px 30px; }
  .cocb .sitesearch-list-spelling .uk-icon-justify {
    margin-right: .5em;
    margin-left: .6em; }
  .cocb .sitesearch-list .sitesearch-bestbet {
    margin: 10px 10px 30px; }
  .cocb .sitesearch-sort-refine {
    display: inline-block;
    width: calc(25vw - 20px);
    padding: 0 40px; }
  .cocb .sitesearch-sort label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .cocb .sitesearch-sort .accessible_dropdown {
    width: calc(25vw - 20px); }
  .cocb .sitesearch-all-facets {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 13;
    background-color: #eee;
    overflow-y: scroll; }
  .cocb .sitesearch-all-facets .close {
    display: inline-block; }
  .cocb .sitesearch-refine .sitesearch-bestbet {
    display: none; }
  .cocb .sitesearch-facets-header {
    padding: 10px 20px; }
  .cocb .sitesearch-facets-header .close {
    display: inline-block; }
  .cocb .sitesearch-facets-header .close:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    /*background-image: url(/assets/images/sprites.png) !important;*/
    background-repeat: no-repeat;
    background-position: -256px -148px;
    background-color: transparent; } }

@media (max-width: 1024px) {
  .cocb .sitesearch-facets-footer {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    -ms-flex-pack: center;
    justify-content: center; }
  .cocb .sitesearch-facets-content {
    padding: 30px 40px; }
  .cocb .sitesearch-form .section {
    -ms-flex-pack: center;
    justify-content: center; }
  .cocb .sitesearch-form .query-label {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50vw + 197px); } }

@media (max-width: 767px) {
  .cocb .quicklinks li .sitesearch-form a, .cocb .sitesearch-form .btn, .cocb .sitesearch-form .quicklinks li a {
    width: 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    transition: none;
    text-indent: -9999px;
    display: block;
    /*background-image: url(/assets/images/sprites.png) !important;*/
    background-repeat: no-repeat;
    background-position: -255px 7px;
    background-color: #fbb514; } }

@media (max-width: 767px) {
  .cocb .quicklinks li .sitesearch-form a:focus, .cocb .quicklinks li .sitesearch-form a:hover, .cocb .sitesearch-form .btn:focus, .cocb .sitesearch-form .btn:hover, .cocb .sitesearch-form .quicklinks li a:focus, .cocb .sitesearch-form .quicklinks li a:hover {
    background-color: #2c2c2c;
    background-position: -315px 7px; }
  .cocb .sitesearch-form .query-label {
    width: calc(70vw + 50px); }
  .cocb .sitesearch-form .twitter-typeahead {
    width: 70vw; }
  .cocb .sitesearch-summary {
    padding: 0 8px; }
  .cocb .sitesearch-summary label {
    margin-right: 5px; }
  .cocb .sitesearch-list-tab img {
    display: none; }
  .cocb .sitesearch-list-spelling .uk-icon-justify {
    margin-right: .5em;
    margin-left: .6em; }
  .cocb .sitesearch-list .sitesearch-bestbet > a {
    display: block; }
  .cocb .sitesearch-list .sitesearch-bestbet-image {
    max-height: 200px; }
  .cocb .sitesearch-count {
    margin-top: 0; }
  .cocb .sitesearch-sort-refine {
    width: calc(50% - 20px);
    padding: 0 40px; }
  .cocb .sitesearch-sort .accessible_dropdown {
    width: calc(50% - 20px); } }

@media (max-width: 519px) {
  .cocb .sitesearch-list .uk-tab li a {
    height: 50px;
    line-height: 38px; }
  .cocb .sitesearch-list-tab-count {
    display: none; }
  .cocb .sitesearch-form .query-label {
    width: calc(60vw + 50px); }
  .cocb .sitesearch-form .twitter-typeahead {
    width: 60vw; } }

.cocb .steps-container.style-whitewithborder {
  background: #fff;
  padding: 27px 32px;
  border: solid 1px #2c2c2c; }

.cocb .steps-container.style-greypattern {
  background: #eee;
  background-size: cover;
  padding: 27px 32px;
  border: solid 1px #2c2c2c; }

.cocb .steps-container.style-lightgrey {
  background: #f2f2f2;
  border: solid 1px #d7d7d7;
  padding: 27px 32px; }

.cocb ol.steps > li {
  position: relative;
  padding-left: 50px !important;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: 34px;
  border-left: dotted #2c2c2c 3px;
  min-height: 84px;
  counter-increment: inst; }

.cocb ol.steps > li > :last-child {
  margin-bottom: 0; }

.cocb ol.steps > li > :first-child {
  margin-top: 0; }

.cocb .viv-business-filter .customsearch .filter.eventfilter .filter-option {
  width: 33.35% !important; }

.cocb .twitter-typeahead {
  display: table-cell !important; }

.cocb .tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%; }

.cocb .tt-menu .tt-suggestion {
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 10px;
  text-align: left; }

.cocb .tt-menu .tt-cursor, .cocb .tt-menu .tt-suggestion:hover {
  background-color: #428bca;
  color: #fff;
  text-decoration: none; }

.cocb .tt-menu .tt-category, .cocb .tt-menu .tt-group {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.cocb .tt-menu .tt-category {
  margin: 3px 0;
  padding: 7px 5px; }

.cocb .tt-horizontal .tt-dataset .tt-category, .cocb .tt-menu .tt-dataset:first-child .tt-category {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0; }

.cocb .tt-menu .tt-group {
  padding: 3px 5px;
  text-align: center; }

.cocb .tt-menu .tt-group:first-of-type {
  border-top: none; }

.cocb .tt-horizontal {
  width: 100%; }

.cocb .tt-horizontal .tt-dataset {
  float: left;
  width: 100%; }

.cocb .tt-scrollable {
  overflow-y: auto;
  max-height: 460px; }

.cocb .tt-hint {
  color: #ccc !important; }

@media (max-width: 414px) {
  .cocb .tt-horizontal .tt-dataset {
    width: 100% !important; } }

.cocb .toc, .cocb .toc-breadcrumb {
  background-color: #f2f2f2;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #d9d9d9; }

.cocb .toc a, .cocb .toc-breadcrumb a {
  color: #2c2c2c;
  text-decoration: none; }

.cocb .toc {
  padding: 1.5em 2em; }

.cocb .toc .toc-heading {
  margin: 0;
  padding: 0; }

.cocb .toc .toc-heading-toggle:after {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "";
  margin-left: 1em; }

.cocb .toc .toc-heading-toggle.open:after, .cocb .toc li.open > .toggle:after {
  content: ""; }

.cocb .toc li {
  position: relative;
  padding-left: 15px !important;
  display: none; }

.cocb .toc li:before {
  font-weight: 400 !important;
  content: "" !important;
  margin-right: 5px !important; }

.cocb .toc li.level0:before {
  content: "" !important;
  margin-right: 0 !important; }

.cocb .toc li.level1 {
  border-bottom: 1px solid #000; }

.cocb .toc li.level1.active {
  background-color: #fff; }

.cocb .toc li > a {
  padding: .1em;
  line-height: 2.5em; }

.cocb .toc li > .toggle {
  text-decoration: none;
  font-weight: 700; }

.cocb .toc li > .toggle:after {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: ""; }

.cocb .toc li.active:before {
  font-weight: 700 !important; }

.cocb .toc li.active > a, .cocb .toc li.current > a {
  font-weight: 700; }

.cocb .toc li.open, .cocb .toc li.open > ol, .cocb .toc li.open > ol > li, .cocb .toc li.open > ul, .cocb .toc li.open > ul > li {
  display: block; }

.cocb .toc-breadcrumb-next:after, .cocb .toc-breadcrumb-prev:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  display: block;
  /*background-image: url(/assets/images/sprites.png) !important;*/
  background-repeat: no-repeat;
  background-position: -304px -112px;
  background-color: transparent; }

.cocb .toc-breadcrumb {
  padding: .5em 1em; }

.cocb .toc-breadcrumb-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cocb .toc-breadcrumb-prev {
  position: relative;
  line-height: 30px;
  padding-left: 25px; }

.cocb .toc-breadcrumb-prev:before {
  left: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.cocb .toc-breadcrumb-next {
  position: relative;
  line-height: 30px;
  padding-right: 25px; }

.cocb .toc-breadcrumb-next:after {
  right: 0; }

.cocb .content .megasearch-container {
  margin-top: 0; }

.cocb .megasearch {
  padding: 30px 40px;
  min-height: 300px;
  background: #fff;
  text-align: center; }

.cocb .megasearch h1 {
  padding-top: 15px; }

.cocb .megasearch-search {
  width: 100%;
  position: relative; }

.cocb .megasearch-search .tt-hint, .cocb .megasearch-search .tt-input, .cocb .megasearch-search .twitter-typeahead {
  width: 1190px; }

.cocb .megasearch-search .text {
  width: 100%;
  background-color: #f6f6f6;
  border: #4d4d4d 2px solid;
  height: 58px;
  border-radius: 0; }

.cocb .megasearch-search .button {
  /*background-image: url(/assets/images/sprite-homeicons.png);*/
  background-position: -260px -192px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none; }

.cocb .megasearch-links .links, .cocb .megasearch-links .links .link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.cocb .megasearch-links .links {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cocb .megasearch-links .links .link {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  text-align: left;
  height: 54px;
  border: 0;
  border-radius: 20px;
  color: #fff;
  margin: 10px 0;
  padding: 0 20px;
  letter-spacing: .015em; }

.cocb .megasearch-links .links .link-text-desktop {
  display: block; }

.cocb .megasearch-links .links .link-text-mobile {
  display: none; }

.cocb .megasearch-links .links .link a {
  transition: outline 0s;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  color: #424242;
  text-decoration: none;
  font-weight: 700; }

.cocb .megasearch-links .links .link a:before {
  display: inline-block;
  content: '';
  background-color: #333;
  height: 52px !important;
  width: 52px !important;
  border-radius: 26px;
  margin: 0 10px;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px; }

.cocb .megasearch-links .links .link.fixed a {
  outline-color: #2c2c2c;
  border-radius: 28px;
  color: #fff;
  height: 56px; }

.cocb .megasearch-links .links .link.fixed a:before {
  background-color: transparent;
  border-radius: 0;
  margin: 0 10px 0 30px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.cocb .megasearch-links .links .link.person a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png);*/
  background-position: -56px -204px;
  width: 54px;
  height: 54px; }

.cocb .megasearch-links .links .link.bin a:before, .cocb .megasearch-links .links .link.mappointer a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png);*/
  background-position: 0 -204px;
  width: 54px;
  height: 54px; }

.cocb .megasearch-links .links .link.mappointer a:before {
  background-position: -112px -204px; }

.cocb .megasearch-links .links .link.cards a:before, .cocb .megasearch-links .links .link.paw a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png);*/
  background-position: -168px -204px;
  width: 54px;
  height: 54px; }

.cocb .megasearch-links .links .link.cards a:before {
  background-position: -204px 0; }

.cocb .megasearch-links .links .link.diary a:before, .cocb .megasearch-links .links .link.recycling a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png);*/
  background-position: -204px -56px;
  width: 54px;
  height: 54px; }

.cocb .megasearch-links .links .link.recycling a:before {
  background-position: -260px 0; }

.cocb .megasearch-links .links .link.building a:before, .cocb .megasearch-links .links .link.laptop a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png);*/
  background-position: -204px -112px;
  width: 54px;
  height: 54px; }

.cocb .megasearch-links .links .link.laptop a:before {
  background-position: -260px -56px; }

.cocb .megasearch-links .links .link.comment a {
  background-color: #fab231;
  color: #2c2c2c; }

.cocb .megasearch-links .links .link.comment a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png) !important;*/
  background-position: -260px -152px !important;
  width: 36px !important;
  height: 38px !important; }

.cocb .megasearch-links .links .link.libraries a {
  background-color: #008088;
  color: #fff; }

.cocb .megasearch-links .links .link.arc a:before, .cocb .megasearch-links .links .link.libraries a:before {
  /*background-image: url(/assets/images/sprite-homeicons.png) !important;*/
  background-position: -260px -112px !important;
  width: 41px !important;
  height: 38px !important; }

.cocb .megasearch-links .links .link.arc a {
  background-color: #426cb1; }

.cocb .megasearch-links .links .link.arc a:before {
  background-position: 0 -260px !important;
  width: 69px !important;
  height: 33px !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cocb .megasearch-links .links .link {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%; } }

@media (max-width: 1024px) {
  .cocb .megasearch-links .links .link {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
  .cocb .megasearch-links .links .link.arc a:before, .cocb .megasearch-links .links .link.comment a:before, .cocb .megasearch-links .links .link.libraries a:before {
    zoom: 0; } }

@media (max-width: 767px) {
  .cocb .content .megasearch-container {
    padding-left: 0;
    padding-right: 0; }
  .cocb .megasearch {
    padding: 30px 0 10px;
    box-shadow: none;
    /*background: url(/assets/images/bg.mobile-top.png) no-repeat 100% 0%;*/ 

  }
  .cocb .megasearch h2 {
    margin-bottom: 30px; }
  .cocb .megasearch-search {
    display: none; }
  .cocb .megasearch-links .links .link {
    height: 154px;
    -ms-flex-preferred-size: calc(50% - 2px);
    flex-basis: calc(50% - 2px);
    margin: 0 1px 2px 0;
    padding: 0;
    text-align: center; }
  .cocb .megasearch-links .links .link a:focus, .cocb .megasearch-links .links .link a:hover, .cocb .megasearch-links .links .link:focus, .cocb .megasearch-links .links .link:hover {
    outline: 2px solid #2c2c2c !important; }
  .cocb .megasearch-links .links .link-text-desktop {
    display: none; }
  .cocb .megasearch-links .links .link-text-mobile {
    display: block; }
  .cocb .megasearch-links .links .link:nth-child(2n) {
    margin: 0 0 2px 1px; }
  .cocb .megasearch-links .links .link a {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 154px;
    background-color: #2c2c2c;
    color: #fff; }
  .cocb .megasearch-links .links .link a:before {
    border-radius: 0;
    background-color: transparent;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px; }
  .cocb .megasearch-links .links .link.bin a:before, .cocb .megasearch-links .links .link.mappointer a:before, .cocb .megasearch-links .links .link.person a:before {
    /*background-image: url(/assets/images/sprite-homeicons.png) !important;*/
    background-position: -136px 0 !important;
    width: 66px !important;
    height: 66px !important; }
  .cocb .megasearch-links .links .link.bin a:before, .cocb .megasearch-links .links .link.mappointer a:before {
    background-position: 0 0 !important; }
  .cocb .megasearch-links .links .link.mappointer a:before {
    background-position: -68px -136px !important; }
  .cocb .megasearch-links .links .link.cards a:before, .cocb .megasearch-links .links .link.diary a:before, .cocb .megasearch-links .links .link.paw a:before {
    /*background-image: url(/assets/images/sprite-homeicons.png) !important;*/
    background-position: -136px -136px !important;
    width: 66px !important;
    height: 66px !important; }
  .cocb .megasearch-links .links .link.cards a:before, .cocb .megasearch-links .links .link.diary a:before {
    background-position: 0 -68px !important; }
  .cocb .megasearch-links .links .link.diary a:before {
    background-position: -136px -68px !important; }
  .cocb .megasearch-links .links .link.building a:before, .cocb .megasearch-links .links .link.laptop a:before, .cocb .megasearch-links .links .link.recycling a:before {
    /*background-image: url(/assets/images/sprite-homeicons.png) !important;*/
    background-position: -68px -68px !important;
    width: 66px !important;
    height: 66px !important; }
  .cocb .megasearch-links .links .link.building a:before, .cocb .megasearch-links .links .link.laptop a:before {
    background-position: -68px 0 !important; }
  .cocb .megasearch-links .links .link.laptop a:before {
    background-position: 0 -136px !important; }
  .cocb .megasearch-links .links .link.fixed a {
    border-radius: 0;
    height: 154px; }
  .cocb .megasearch-links .links .link.fixed a:before {
    margin: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cocb .alertdropdown-toggle {
    margin-top: 14px; } }

.cocb .alertdropdown {
  position: relative;
  margin: -5px 0;
  background: #991f2c; }

.cocb .alertdropdown-toggle {
  margin: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 0 .58824em; }

.cocb .alertdropdown a {
  text-decoration: none !important; }

.cocb .alertdropdown-dropdown {
  position: absolute;
  right: 0;
  top: 32px;
  width: 31vw;
  z-index: 11;
  display: none;
  background: #991f2c;
  border: 1px solid #2c2c2c;
  color: #fff; }

.cocb .alertdropdown-dropdown.active {
  display: block; }

.cocb .alertdropdown-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px; }

.cocb .alertdropdown-header .title {
  font-size: 1.17647em; }

.cocb .alertdropdown-list {
  text-align: left;
  background-color: #2c2c2c; }

.cocb .alertdropdown-item {
  color: #fff;
  padding-right: 10px; }

.cocb .alertdropdown-item h3 {
  color: #fff;
  font-size: 1.05882em;
  margin-left: 80px; }

.cocb .alertdropdown-item a, .cocb .alertdropdown-item p {
  margin-left: 80px; }

.cocb .alertdropdown-item .btn, .cocb .alertdropdown-item .quicklinks li a, .cocb .quicklinks li .alertdropdown-item a {
  border-radius: 0;
  font-size: 1em;
  border: solid 1px #fbb514;
  background: #2c2c2c;
  color: #fff; }

.cocb .alertdropdown-item .btn:focus, .cocb .alertdropdown-item .btn:hover, .cocb .alertdropdown-item .quicklinks li a:focus, .cocb .alertdropdown-item .quicklinks li a:hover, .cocb .quicklinks li .alertdropdown-item a:focus, .cocb .quicklinks li .alertdropdown-item a:hover {
  background: #fbb514;
  color: #2c2c2c; }

.cocb .alertdropdown-item:last-child {
  padding-bottom: 1em; }

.cocb .alertdropdown-item + .alertdropdown-item:before {
  content: '';
  display: block;
  border-top: 1px solid #fff;
  width: 90%;
  margin: 1em auto; }

.cocb .alertdropdown-close, .cocb .promosection .promo-container h3 i {
  display: none; }

.cocb .alertdropdown .alert-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px;
  float: left; }

.cocb .alertdropdown .alert-icon.calendar:before, .cocb .alertdropdown .alert-icon.exclamation:before, .cocb .alertdropdown .alert-icon.fire:before {
  display: inline-block;
  content: '';
  /*background-image: url(/assets/images/sprite-alerticons.png);*/
  background-position: -234px 0;
  width: 60px;
  height: 60px; }

.cocb .alertdropdown .alert-icon.exclamation:before, .cocb .alertdropdown .alert-icon.fire:before {
  background-position: -124px -156px; }

.cocb .alertdropdown .alert-icon.fire:before {
  background-position: -62px -156px; }

.cocb .alertdropdown .alert-icon.globe:before, .cocb .alertdropdown .alert-icon.news:before, .cocb .alertdropdown .alert-icon.question:before {
  display: inline-block;
  content: '';
  /*background-image: url(/assets/images/sprite-alerticons.png);*/
  background-position: -234px -124px;
  width: 60px;
  height: 60px; }

.cocb .alertdropdown .alert-icon.news:before, .cocb .alertdropdown .alert-icon.question:before {
  background-position: 0 -156px; }

.cocb .alertdropdown .alert-icon.question:before {
  background-position: -234px -62px; }

.cocb .alertdropdown ul {
  margin-right: 0; }

.cocb .alertdropdown ul li + li {
  margin-left: 0; }

@media (min-width: 1026px) {
  .cocb .alertdropdown-list {
    max-height: 518px;
    overflow-y: scroll; } }

@media (max-width: 1024px) {
  .cocb .alertdropdown {
    margin: -5px 0 -5px 5px; }
  .cocb .alertdropdown-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    overflow: auto;
    background: #2c2c2c; }
  .cocb .alertdropdown-header {
    background: #991f2c; }
  .cocb .alertdropdown-item .btn, .cocb .alertdropdown-item .quicklinks li a, .cocb .quicklinks li .alertdropdown-item a {
    width: auto; }
  .cocb .alertdropdown ul, .cocb .alertdropdown-close {
    display: block; }
  .cocb .alertdropdown ul li {
    display: block;
    margin-left: 0; }
  .cocb .alertdropdown ul li + li {
    margin-left: 0; } }

.cocb .promosection-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.cocb .promosection-header a {
  background-color: #2c2c2c;
  display: inline-block;
  color: #eee;
  text-decoration: none;
  font-family: "News Gothic BT W01 Bold",sans-serif;
  padding: 5px 20px; }

.cocb .promosection-header a:focus, .cocb .promosection-header a:hover {
  color: #fbb514; }

.cocb .promosection .uk-grid {
  margin: 0; }

.cocb .promosection .promo-container h3 {
  margin-bottom: 0; }

.cocb .promosection .promo {
  background-color: #eee;
  position: relative; }

.cocb .promosection .promo-footer {
  position: absolute;
  bottom: 0; }

.cocb .promosection .promo-text {
  max-height: 100px;
  overflow: hidden; }

.cocb .promosection .promo .padded {
  padding: 1em 1.5em; }

.cocb .promosection .promo .padded + .padded {
  padding-top: 0; }

.cocb .promosection .promo-image {
  overflow: hidden; }

.cocb .promosection .uk-width-medium-1-2.next {
  padding-right: 0; }

.cocb .promosection .uk-width-medium-1-2 .promo {
  height: 580px; }

.cocb .promosection .uk-width-medium-1-2 .promo-image {
  height: 310px;
  text-align: center; }

.cocb .promosection .uk-width-medium-1-2 .promo-image img, .cocb .promosection .uk-width-medium-1-2 .promo-image > * {
  height: 310px; }

.cocb .promosection .uk-width-medium-1-3 .promo {
  height: 500px; }

.cocb .promosection .uk-width-medium-1-3 .promo-image {
  width: 100%; }

.cocb .promosection .uk-width-medium-1-3 .promo-image .responsive-iframe-16x9 {
  height: 250px;
  text-align: center; }

.cocb .promosection .uk-width-medium-1-3 .promo-image .responsive-iframe-16x9 > * {
  height: 250px; }

.cocb .promosection .btn, .cocb .promosection .quicklinks li a, .cocb .quicklinks li .promosection a {
  margin-top: 1em;
  background-color: #008299;
  color: #fff;
  border: none;
  white-space: nowrap; }

.cocb .promosection-footer {
  display: none;
  text-align: center;
  padding-bottom: 1em; }

.cocb .promosection-footer .btn, .cocb .promosection-footer .quicklinks li a, .cocb .quicklinks li .promosection-footer a {
  width: 70%;
  background-color: #2c2c2c; }

@media (max-width: 1024px) {
  .cocb .promosection .uk-width-medium-1-2 .promo {
    height: 620px; }
  .cocb .promosection .uk-width-medium-1-3 .promo {
    height: 500px; }
  .cocb .promosection .uk-width-medium-1-3 .promo-image {
    height: 200px;
    text-align: center;
    width: 100%; }
  .cocb .promosection .uk-width-medium-1-3 .promo-image > * {
    height: 200px; }
  .cocb .promoportion .uk-width-medium-1-3 .promo {
    height: 500px; }
  .cocb .promoportion .uk-width-medium-1-3 .promo-image {
    height: 200px; }
  .cocb .promoportion .uk-width-medium-1-3 .promo-image img {
    width: 100%; } }

@media (max-width: 767px) {
  .cocb .promosection .uk-grid {
    margin: 0; }
  .cocb .promosection-header {
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0; }
  .cocb .promosection-header a {
    display: none; }
  .cocb .promosection .uk-width-medium-1-3 .promo-image {
    height: 250px;
    text-align: center; }
  .cocb .promosection .uk-width-medium-1-3 .promo-image > * {
    height: 250px; }
  .cocb .promosection .uk-width-medium-1-2 .promo, .cocb .promosection .uk-width-medium-1-3 .promo {
    height: auto; }
  .cocb .promosection .uk-width-medium-1-2 .promo-image {
    height: 250px;
    text-align: center; }
  .cocb .promosection .uk-width-medium-1-2 .promo-image .responsive-iframe-16x9, .cocb .promosection .uk-width-medium-1-2 .promo-image > *, .cocb .promosection .uk-width-medium-1-3 .promo-image .responsive-iframe-16x9 {
    height: 250px; }
  .cocb .promosection .promo {
    background-color: transparent;
    height: auto; }
  .cocb .promosection .promo-container {
    border-bottom: 1px solid #d1d1d2; }
  .cocb .promosection .promo-container .promo-header {
    padding: 1em 1.5em; }
  .cocb .promosection .promo-container .promo-header :focus {
    border: 2px solid #000; }
  .cocb .promosection .promo-container .promo-header a::after {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    color: #2c2c2c; }
  .cocb .promosection .promo-container h3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto; }
  .cocb .promosection .promo-container h3 i {
    display: inline;
    color: #fbb514; }
  .cocb .promosection .promo-container .promo-footer, .cocb .promosection .promo-container .promo-text, .cocb .promosection .promo-container + .promo-container .promo-image {
    display: none; }
  .cocb .promosection-footer {
    display: block; }
  .cocb .promosection-footer .btn, .cocb .promosection-footer .quicklinks li a, .cocb .quicklinks li .promosection-footer a {
    margin-top: 2em;
    color: #fff; }
  .cocb .promosection-container {
    padding-left: 0;
    padding-right: 0; } }

.cocb .media-response-list .media-response-list-item {
  margin-bottom: 1.5em; }

.cocb .media-response-list-item {
  display: block;
  text-decoration: none;
  box-shadow: 3px 1px 14px #d4d4d4;
  color: #2c2c2c;
  background-color: #fff;
  padding: 25px 20px 20px; }

.cocb .media-response-list-item__heading {
  font-size: 1.12em;
  margin: 0; }

.cocb .media-response-list-item__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "News Gothic BT W01 Bold",sans-serif; }

.cocb .media-response-list-item__date:before {
  content: '';
  display: inline-block;
  /*background: url(/assets/images/date-icon.png);*/
  width: 17px;
  height: 18px;
  margin-right: 10px; }

.cocb .media-response-list-item__summary {
  margin-bottom: 1em; }

.cocb .media-response-list-item__button {
  display: block;
  padding: 10px 20px;
  width: 150px;
  border-radius: 0;
  background: #2c2c2c;
  color: #fbb514; }

.cocb .media-response-list-item:focus .media-response-list-item__button, .cocb .media-response-list-item:hover .media-response-list-item__button {
  color: #2c2c2c;
  background: #fbb514; }

.cocb .uk-notouch .media-response-list-item:focus, .cocb .uk-notouch .media-response-list-item:hover {
  box-shadow: 3px 1px 14px #8d8d8d; }

.cocb .uk-notouch .media-response-list-item:focus {
  outline: 2px solid #2c2c2c !important; }

@media print {

    .powered__by{
        display:none !important;
    }
  .cocb *, .cocb :after, .cocb :before {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .cocb .form-row {
    page-break-after: avoid !important; }
  .cocb .addthis-wrapper, .cocb .extendedfooter, .cocb .footer, .cocb .form-row .EditingFormErrorLabel, .cocb .form-row .ErrorLabel, .cocb .form-row .btn, .cocb .form-row .quicklinks li a, .cocb .iframe-wrap, .cocb .iframe_placeholder, .cocb .imagegallery, .cocb .quicklinks li .form-row a, .cocb .readspeaker, .cocb .table-instruction, .cocb iframe {
    display: none !important; }
  .cocb .form-row .Error input[type=text], .cocb .form-row .Error textarea {
    border-color: #464646 !important; }
  .cocb a, .cocb a:visited {
    text-decoration: underline; }
  .cocb blockquote, .cocb pre {
    border: 1px solid #999; }
  .cocb thead {
    display: table-header-group; }
  .cocb blockquote, .cocb img, .cocb pre, .cocb tr {
    page-break-inside: avoid; }
  .cocb img {
    max-width: 100% !important; }
  @page {
    .cocb {
      margin: .5cm; } }
  .cocb h2, .cocb h3, .cocb p {
    orphans: 3;
    widows: 3; }
  .cocb input, .cocb select, .cocb textarea {
    page-break-after: avoid; }
  .cocb .responsivetable-wrap {
    overflow-x: visible; }
  .cocb .FormButton, .cocb .btn, .cocb .form.form-inline, .cocb .quicklinks li a {
    width: auto; }
  .cocb .pageTitle {
    height: auto;
    padding: 0; }
  .cocb .uk-accordion .uk-accordion-title {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important; }
  .cocb .uk-accordion .uk-accordion-title + div {
    height: auto !important; }
  .cocb .tabs .uk-switcher > li .tab-content, .cocb .uk-accordion-content {
    display: block !important; }
  .cocb .informationsheets .doc:before, .cocb .informationsheets .pdf:before, .cocb .quote blockquote:after, .cocb .quote blockquote:before, .cocb .relatedpages li a:before, .cocb .tableofcontents ul li a:before {
    -webkit-print-color-adjust: exact; }
  .cocb .quote {
    height: auto !important;
    padding-top: 0; }
  .cocb .quote blockquote {
    border: 0; }
  .cocb .tabs .tab-toggle {
    border-bottom: solid 1px #000; }
  .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) td, .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) th {
    border-left: solid 1px #000 !important;
    border-top: solid 1px #000 !important;
    border-bottom: none !important;
    padding: 8px !important; }
  .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) td p, .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) th p {
    margin: 0; }
  .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) td:first-child, .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) th:first-child {
    border-left: 0 !important; }
  .cocb table:not(.EditingFormTable):not(.no-style):not(.cellspacing_0):not(.calendar) tr:first-child th {
    border-top: 0 !important; } }

.cocb .slidenavigation .pn-item > a:hover {
  border-bottom: 4px solid #fbb514 !important; }

.cocb .sub-pn-link:hover {
  background: #2c2c2c !important;
  color: #fbb514 !important; }

.cocb .extendedfooter-languages li a:hover {
  background: #fbb514 !important;
  border-color: #fbb514 !important;
  color: #2c2c2c !important;
  outline: none !important; }

.cocb .sociallinks a:hover:before {
  border-color: #fbb514 !important;
  background: #fbb514 !important;
  color: #2c2c2c !important; }

.cocb .sociallinks a:hover {
  text-decoration: underline !important; }

.cocb .footer a:hover {
  text-decoration: underline !important; }

.cocb .newsdetail-date.True_cityevent {
  background: none !important;
  background-color: #3d5b65 !important;
  color: #fff; }

.cocb .mat-form-field-infix {
  line-height: 1.9 !important; }

.cocb .mmc_payment .main-row {
  padding-top: 0px !important; }

.cocb .footer {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }


/*GMCC Footer*/
.footer__bg {
	 background-color: #000;
}
 .footer__bg .footer__bottom a {
	 color: #fff;
}
 .footer__bg .footer__bottom a:hover {
	 color: #fff;
}
 .footer__bottom-right {
	 background-color: #000;
	 background: none;
}
 h3.footer-title {
	 font-family: inherit;
	 border-bottom: 0px solid #5c5c5c;
	/* color: #fff;*/
	/*font-size: 1.625em;
	*/
	 margin-top: 20px;
	 font-weight: normal;
	 font-style: normal;
	 margin: 60px 0px 0px 0px;
	 padding: 0px 0px 10px 0px;
}
 .footer-outer-container {
	 padding: 30px 0px 30px 0px;
}
 .footer-container p {
	/* color: #cacaca;*/
	 font-size: 0.9375em;
	 font-family: inherit;
	 font-weight: normal;
	 font-style: normal;
	 /*line-height: 19px;*/
}
 .footer-container a {
	 /*color: #fff;*/
	 text-decoration: underline;
}
 .footer-container a:hover {
	 text-decoration: none;
}
 .footer {
	 color: #fff;
	 background-color: #000;
	 margin-top: 0px;
	 margin-bottom: 10px;
	 margin-top: 10px;
}
 /*.footer a {
	 color: #fff !important;
}*/
 .footer p {
	 color: #fff !important;
}
 .footer .footer_content {
	 color: #484848;
	 padding-top: 20px;
	 font-weight: normal;
	 overflow: hidden;
	 width: 1130px;
	 padding: 10px;
	 margin-left: auto;
	 margin-right: auto;
}
 .footer .footer_content .footer_left {
	 float: left;
	 width: 300px;
	 color: #1664a4;
	 line-height: 15.6px;
	 font-weight: normal;
	 text-align: left;
	 padding-left: 10px;
	 padding-left: 0px;
}
 .footer .footer_content .footer_left h1 {
	 font-size: 19.2px;
	 color: #1564a6;
	 font-weight: normal;
	 padding: 0;
	 margin: 0.6em 0px;
	 margin-bottom: 10px;
}
 .footer .footer_content .footer_left p {
	 font-size: 12px !important;
	 color: #363636;
}
 .footer .footer_content .footer_left p a {
	 color: #363636;
	 text-decoration: none;
}
 .footer .footer_content .footer_right {
	 float: right;
	 color: #484848;
	 text-align: right;
	 padding-top: 43px;
}
 .footer .footer_content .footer_right p {
	 font-size: 12px !important;
}
 .footer .footer_content .footer_right p a {
	 font-size: 12px;
	 color: #484848;
}
 .footer {
	 color: #eff0f2;
	 background-color: #383a35 !important;
	 margin-top: 0px;
	 margin-bottom: 0px !important;
	 margin-top: 10px;
	 padding: 1rem 0 0;
}
 /*.footer a {
	 color: #eee;
	 text-decoration: none;
	 line-height: 32px;
	 /*border-bottom: 2px solid #c4d600;*/
	 padding-bottom: 2px;
}*/
 .footer h2 {
	 font-size: 16px;
	 font-weight: 500 !important;
	 text-transform: uppercase;
	 padding-bottom: 10px !important;
}
 .footer .preserve-newlines {
	 line-height: 27px;
	 font-size: 14px !important;
	 font-weight: 300 !important;
}
 .footer svg {
	 color: #eee;
	 margin-right: 5px;
}
 .footer .link-txt {
	 color: #484848 !important;
}
 .footer .link-txt:hover {
	 color: #014c8c !important;
}
 .footer .col-sm-7 {
	 padding-bottom: 20px;
}
 .footer .footer_content {
	 color: #484848;
	 padding-top: 20px;
	 font-weight: normal;
	 overflow: hidden;
	/*width: auto !important;
	*/
	 padding: 10px;
	/*margin-left: auto;
	*/
	/*margin-right: auto;
	*/
}
 .footer .footer_content .footer_left {
	 float: left;
	 width: 300px;
	 color: #1664a4;
	 line-height: 15.6px;
	 font-weight: normal;
	 text-align: left;
	 padding-left: 10px;
	 padding-left: 0px;
}
 @media only screen and (max-width: 768px) {
	 .footer .footer_content .footer_left {
		 text-align: center !important;
		 width: 100% !important;
	}
}
 .footer .footer_content .footer_left h1 {
	 font-size: 19.2px;
	 color: #1564a6;
	 font-weight: normal;
	 padding: 0;
	 margin: 0.6em 0px;
	 margin-bottom: 10px;
}
 .footer .footer_content .footer_left p {
	 font-size: 12px !important;
	 color: #484848;
}
 .footer .footer_content .footer_left p a {
	 color: #484848;
	 text-decoration: none;
}
 .footer .footer_content .footer_right {
	 float: right;
	 color: #484848;
	 text-align: right;
	 padding-top: 43px;
}
 .footer .footer_content .footer_right p {
	 font-size: 12px !important;
}
 .footer .footer_content .footer_right p a {
	 font-size: 12px;
	 color: #484848;
}
 @media only screen and (max-width: 768px) {
	 .footer .footer_content .footer_right {
		 text-align: center !important;
		 width: 100% !important;
	}
}
 .footer .gatsby-image-wrapper img {
	 transition: opacity 500ms ease 0s;
	 height: 110px;
	 margin: 20px 0;
}

/*copp changes*/  

.copp-header-image {  
    width: 10% !important;
}
@media (max-width: 768px) {
    .copp-header-image {
        width: 100% !important;
    }
}
.mmc_payment .buttons-secondary.btn_mobile__pay.font__large.font__regular.font__upper {
    background-color: #13676f !important;
    color: #fff !important;
    border: solid 3px #13676f;
    transition: background-color 300ms ease-out 0s;
    border-radius: 5px;
    cursor: pointer;
}
.mmc_payment .buttons-secondary.btn_mobile__pay.font__large.font__regular.font__upper:hover {
    box-shadow: 1px 1px 2px #727272;
}
.e-footer__wrapper {
	 background: #13676f;
	 max-width: 100%;
	 overflow: hidden;
	 position: relative;
}
 .e-footer__wrapper .e-footer__container {
	 background-repeat: no-repeat;
	 background-size: 100% 0.5rem;
	 background-position: top left;
	 color: #fff;
	 position: relative;
	 padding-top: 3.75rem;
	 padding-bottom: 3.75rem;
	 display: flex;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 69.375rem;
}
 .e-footer__wrapper .e-footer__container .e-footer__nav {
	 flex-grow: 1;
	 display: inline-flex;
}
 .e-footer__wrapper .e-footer__container .e-footer__nav .e-footer__nav-list {
	 row-gap: 2.5rem;
	 display: grid;
	 column-gap: 0.625rem;
	 grid-template-columns: repeat(3, 1fr);
	 grid-template-rows: max-content;
	 width: 100%;
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .e-footer__wrapper .e-footer__container .e-footer__nav .e-footer__nav-list .e-footer__nav-section .e-footer__nav-title {
	 font-weight: bold !important;
	 margin-bottom: 0.625rem;
}
 .e-footer__wrapper .e-footer__container .e-footer__nav .e-footer__nav-list .e-footer__nav-section .e-footer__nav-sublist {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .e-footer__wrapper .e-footer__container .e-footer__nav .e-footer__nav-list .e-footer__nav-section .e-footer__nav-sublist .e-footer__nav-item .e-footer__nav-link {
	 color: #fff !important;
	 font-size: 0.875em;
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1.25rem;
	 display: inline-block;
	 position: relative;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform-origin: center center;
	 transition-duration: 0.2s;
	 transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform;
	 transition-timing-function: linear;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity {
	 align-items: flex-start;
	 justify-content: flex-start;
	 max-width: 15.9375rem;
	 display: flex;
	 flex-direction: column;
	 flex-grow: 1;
	 margin-top: 0;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__logo-container {
	 display: flex;
	 flex-direction: column;
	 width: 100%;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__logo-container a {
	 color: #00585b !important;
	 display: inline-block;
	 font-weight: 400;
	 position: relative;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform-origin: center center;
	 transition-duration: 0.2s;
	 transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform;
	 transition-timing-function: linear;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__logo-container a img {
	 margin: 0 0 1.25rem;
	 max-width: 7.8125rem;
	 width: 100%;
	 height: auto;
	 display: block;
	 color: #000;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__logo-container .e-footer__logo-text {
	 text-align: left;
	 margin-bottom: 2.1875rem;
	 font-size: 1em;
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1.875rem;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__social {
	 justify-content: space-around;
	 margin-bottom: 2.5rem;
	 align-items: center;
	 display: flex;
	 list-style: none;
	 width: 100%;
	 padding-left: 0;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__social .e-footer__social-item {
	 margin-right: 0;
	 max-height: 1.5625rem;
	 align-self: center;
	 display: inline-flex;
	 margin-left: 1.5625rem;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__social .e-footer__social-item .e-footer__social-link {
	 align-self: center;
	 display: inline-flex;
	 max-height: inherit;
	 transition: 0.3s;
	 font-weight: 400;
	 position: relative;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform-origin: center center;
	 color: #00585b;
	 text-decoration: none;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__social .e-footer__social-item .e-footer__social-link .i-icon {
	 margin-right: 0;
	 align-items: center;
	 display: inline-flex;
	 height: 1.5625rem !important;
	 width: 1.5625rem !important;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__social .e-footer__social-item .e-footer__social-link .i-icon svg {
	 transition: 0.3s;
	 fill: #fff !important;
	 max-height: 100%;
	 max-width: 100%;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__secondary-links {
	 text-align: left;
	 margin-bottom: 2.5rem !important;
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__secondary-links .t-copy-small {
	 font-size: 0.875em;
	 line-height: 1.25rem;
	 margin-top: 0.3125rem;
	 display: inline-block;
	 position: relative;
	 font-weight: normal;
	 color: #fff !important;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform-origin: center center;
	 transition-duration: 0.2s;
	 transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform;
	 transition-timing-function: linear;
	 text-decoration: none;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__agency {
	 color: #fff !important;
	 font-size: 0.875em;
	 line-height: 1.25rem;
	 margin-top: 0.3125rem;
	 margin: 0;
	 text-align: left;
	 font-weight: bold;
}
 .e-footer__wrapper .e-footer__container .e-footer__identity .e-footer__agency a {
	 display: inline-block;
	 position: relative;
	 color: #fff !important;
	 margin: 0;
	 text-align: left;
	 font-weight: bold;
	 line-height: normal;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform-origin: center center;
	 transition-duration: 0.2s;
	 transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform;
	 transition-timing-function: linear;
	 text-decoration: none;
}
 .e-footer__wrapper .e-footer__auxiliary {
	 background: #00585b;
	 padding-top: 2.5rem;
	 padding-bottom: 2.5rem;
	 color: #fff;
}
 .e-footer__wrapper .e-footer__auxiliary .l-container {
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 69.375rem;
	 padding: 0;
}
 .e-footer__wrapper .e-footer__auxiliary .l-container .e-footer__acknowledgement {
	 align-items: center;
	 flex-direction: row;
	 justify-content: center;
	 font-size: 1em;
	 line-height: 1.375rem;
	 margin: 0 auto;
	 display: flex;
}
 .e-footer__wrapper .e-footer__auxiliary .l-container .e-footer__acknowledgement .e-footer__acknowledgement-flags {
	 margin: 0 0.625rem 0 0;
	 align-items: center;
	 display: flex;
	 min-width: 8.75rem;
}
 .e-footer__wrapper .e-footer__auxiliary .l-container .e-footer__acknowledgement .e-footer__acknowledgement-flags svg:first-of-type {
	 margin-right: 0.625rem;
	 border: 1px solid #fff;
}
 .e-footer__wrapper .e-footer__auxiliary .l-container .e-footer__acknowledgement .e-footer__acknowledgement-flags svg {
	 border: 1px solid #fff;
}
 .e-footer__wrapper .e-footer__auxiliary .l-container .e-footer__acknowledgement .e-footer__acknowledgement-text {
	 margin: 0;
	 text-align: left;
}

.wm-print-back-home-btn {
    border: 1px solid #d2b996 !important;
    color: #000000 !important;
    background: #d2b996 !important;
    padding: 5px 26px;
    border-radius: 5px !important;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
 .header__alter-menu .sub .user__cart .counter__number {
	 margin: -5px !important;
}
 .header__bg {
	 box-shadow: unset !important;
}
 .header__bg {
	 background: #007eaa;
	 position: relative;
	 z-index: 999;
}
 @media only screen and (max-width: 425px) {
	 .header__alter-menu .sub {
		 margin-right: 45px !important;
	}
}
 .header-container {
	 flex-direction: column;
}
 .header-container .more-options-text-wrapper {
	 text-indent: 135px;
}
 @media only screen and (max-width: 425px) {
	 .header-container .more-options-text-wrapper {
		 text-indent: 0px !important;
	}
}
 .header-container .more-options-text-wrapper .more-options-text {
	 color: #ed5f87 !important;
	 line-height: 1.5;
}
 .header__user {
	/*margin-bottom:32px;
	*/
}
 .header__user .btn-click:hover {
	 color: #007dae;
}
 /*---------------*/
 .footer {
	 color: #eff0f2;
	 background-color: white !important;
	 margin-top: 0px;
	 margin-bottom: 0px !important;
	 margin-top: 10px;
}
 .footer .link-txt {
	 color: #484848 !important;
}
 .footer .link-txt:hover {
	 color: #014c8c !important;
}
 .footer .footer_content {
	 color: #484848;
	 padding-top: 20px;
	 font-weight: normal;
	 overflow: hidden;
	/*width: auto !important;
	*/
	 padding: 10px;
	/*margin-left: auto;
	*/
	/*margin-right: auto;
	*/
}
 .footer .footer_content .footer_left {
	 float: left;
	 width: 300px;
	 color: #1664a4;
	 line-height: 15.6px;
	 font-weight: normal;
	 text-align: left;
	 padding-left: 10px;
	 padding-left: 0px;
}
 @media only screen and (max-width: 768px) {
	 .footer .footer_content .footer_left {
		 text-align: center !important;
		 width: 100% !important;
	}
}
 .footer .footer_content .footer_left h1 {
	 font-size: 19.2px;
	 color: #1564a6;
	 font-weight: normal;
	 padding: 0;
	 margin: 0.6em 0px;
	 margin-bottom: 10px;
}
 .footer .footer_content .footer_left p {
	 font-size: 12px !important;
	 color: #484848;
}
 .footer .footer_content .footer_left p a {
	 color: #484848;
	 text-decoration: none;
}
 .footer .footer_content .footer_right {
	 float: right;
	 color: #484848;
	 text-align: right;
	 padding-top: 43px;
}
 .footer .footer_content .footer_right p {
	 font-size: 12px !important;
}
 .footer .footer_content .footer_right p a {
	 font-size: 12px;
	 color: #484848;
}
 @media only screen and (max-width: 768px) {
	 .footer .footer_content .footer_right {
		 text-align: center !important;
		 width: 100% !important;
	}
}
 .footer-row .footer-main-col a {
	 font-family: 'Lato', sans-serif !important;
	 font-size: 16px !important;
}
 .footer-row .footer-translate {
	 display: none;
}
 .footer-row .footer-content-container.back-primary {
	 margin-left: 50px;
}
 .footer-row .footer-socials h4 {
	 font-family: 'Lato', sans-serif !important;
	 font-size: 16px !important;
}
 .footer-row .footer-copyright li, .footer-row .footer-copyright a {
	 font-family: 'Lato', sans-serif !important;
	 font-size: 14px !important;
}
 .footer-row .footer-copyright .footer-copyright-text {
	 color: white;
}
 .footer-row .footer-main-nav a, .footer-row .footer-main-nav ol, .footer-row .footer-main-nav p, .footer-row .footer-main-nav ul {
	 line-height: 2rem !important;
}
 .footer-row .footer-main .footer-main-item {
	 height: 30px;
}
 .footer-main-nav {
    display: -webkit-flex !important;
    display: flex !important;
}
 .footer-main-back.back-primary {
    display: none;
}
 li.footer-copyright-item.footer-copyright-text {
    line-height: 30px;
}
 .footer-row .footer-main-col a:hover {
    text-decoration: none;
}
 opt-mmc-loader, .opt-mmc-loader {
	 display: none !important;
}

 /*MRC*/ 
opt-payment-main .mrc-casual { display: block !important; padding-top: 5px; }

.footer-outer-container .footer-container .grid {
     font-family: "Avenir LT W01 55 Roman", Arial, sans-serif !important;
 }


.mrc .footer-outer-container .footer-container .grid .footer-contact-details p,
.mrc .footer-outer-container .footer-container .grid .footer-contact-details p a {
     color: white;
 }

.footer-outer-container .footer-container .grid-pad .footer-links li a {
    font-size: .8em;
}

.footer-outer-container .footer-container .grid .footer-links.without-icons {
    line-height: 1.2em;
}

.wm-print-back-home-btn {
    border: 1px solid #d2b996 !important;
    color: #000000 !important;
    background: #d2b996 !important;
    padding: 5px 26px;
    border-radius: 5px !important;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.fail-payment {
    height: 334px;
    padding: 30px 30px 30px 30px !important;
    margin-top: 30px;
    margin-bottom: 20px;

    .row {
      display: flex;
      flex-wrap: nowrap;
  }
}
.ol body {
    background-color: #ffffff !important;
}

.ol .payment .title-main {
    color: black !important;
}

.ol .payment-header {
    padding: 0 200px;
    margin: 20px 0 !important;
    margin-top: 20px !important;
}

.ol body{
    background:#ffffff !important;
}

.ol.payment .btn-wrapper .btn-back-home{
    background:#d7c378 !important;
    color:black !important;
    border:1px solid #d7c378 !important;
}

.ol.payment .btn-wrapper .btn-back-home:hover {
    background: black !important;
    color: #d7c378 !important;
    border: 1px solid black !important;
}

.ol.payment .btn-wrapper .print-payment:hover {
    background: #d7c378 !important;
    color: black !important;
    border: 1px solid #d7c378 !important;
}
/*RCW styles*/
/*// BEGIN--------header styles*/

.rcw #back-to-top i {
  background: no-repeat -216px -4px;
  background-image: url(https://www.wangaratta.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/3cda530d-83ff-443a-9397-bd404a6e2bb3/sprite-general-cow.svg?t=638018905654942495);
  background-size: 600px 599px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px 8px 4px;
  margin-left: 35px;
  background-position: -104px -427px;
  transition: none;
}
.rcw #back-to-top {
  position: fixed !important;
  bottom: 10px !important;
  width: 45px !important;
  border-radius: 4px !important;
  right: 15px !important;
}
.rcw #back-to-top i {
  margin: 11px;
}
.rcw #back-to-top a i:hover {
  color: white !important;
}

.rcw .back-to-top-container.text-center {
  position: relative;
  bottom: 80px;
  right: 10px;
  border-radius: 10px;
}



.rcw .header-outer-container {
  background-color: #192550;
  background-repeat: no-repeat;
}
.rcw .header-container, .rcw .footer-container,.rcw .navigation-container {
        overflow-x: visible;
}

.rcw .header-site-logo {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.rcw .header-site-logo {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 10px;
}

    @media (min-width:768px){
        .rcw .header-site-logo {
            padding: 0px 0px 0px 0px;
            margin: 20px 0px 20px 10px;
        }
    }
    @media (min-width:992px){
        .rcw .header-site-logo {
           padding: 0px 0px 0px 0px;
            margin: 48px 0px 60px 0px;
            text-align: center;
            margin-left: 0;
        }
    }

.rcw .header-layout-1 .rcw .header-site-logo, .rcw .header-layout-2 .header-site-logo, .rcw .header-layout-3 .header-site-logo,.rcw  .header-layout-4 .header-site-logo {
  float: left;
  z-index: 95;
  position: relative;
}
.rcw .header-site-logo > a {
    display: block;
    background-image: url(https://www.wangaratta.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/3cda530d-83ff-443a-9397-bd404a6e2bb3/sprite-logo-rcow.svg?t=638018905654942495);
    background-position: 0px -280px;
    background-size: 382px 356px;
    background-color: rgba(0,0,0,0);
    width: 222px;
    height: 76px;
    color: #fff;
}

    @media (min-width:768px) {
        .rcw .header-site-logo > a {
        width: 300px; 
        height: 102px; 
        background-position: 0px -150px;
    }
}

@media (min-width:992px) {
   .rcw  .header-site-logo > a {
        width: 382px;
        height: 130px;
        background-position: 0px 0px;
        margin: 0 auto;
    }
}
/*// END--------header styles
// ---------------------------------------------
// BEGIN--------footer styles*/
 .rcw footer,.rcw  header{
  display: block;
}
@media (min-width: 992px){
  .rcw .footer-outer-container {
    overflow-x: hidden;
  }
  .rcw .main-outer-container,.rcw  .footer-container {
      overflow-x: visible;
  }
 .rcw  .header-container,.rcw  .footer-container {
    margin: 0 auto;
    position: relative;
    word-wrap: break-word;
    overflow-x: hidden;
  }
 .rcw  .footer-outer-container {
    padding: 30px 5px 10px 5px;
  }
 .rcw  .footer-outer-container.footer-first-row .grid>div {
    margin-bottom: 50px;
  }
  .rcw .footer-outer-container.footer-second-row {
    padding: 0px 5px 100px 5px;
}
}
@media (min-width: 768px){
  .rcw .footer-outer-container {
    padding: 30px 10px 0px 10px;
  }
  .rcw .footer-outer-container.footer-second-row {
    padding: 0px 10px 80px 10px;
  }
  .rcw .powered-by {
    margin-top: 0;
  }
}
@media (min-width: 480px){
  .rcw .powered-by {
    margin-top: 0px;
  }
}
.rcw .right {
  float: right;
}
.rcw .footer-outer-container {
    background-color: #192550;
    padding: 30px 10px 0px 10px;
}
.rcw .content-outer-container,.rcw  .footer-outer-container,.rcw  .background-container {
    position: relative;
}
.rcw .grid-pad,.rcw  .footer-second-row .grid-pad {
  padding: 0;
}
.rcw .footer-first-row .grid-pad, .rcw .footer-second-row .grid-pad {
  padding-left: 0px;
  padding-right: 0px;
}
.rcw .grid-pad {
  padding: 15px;
}
.rcw .grid {
  margin: 0 -1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rcw .footer-first-row .grid>div {
  margin-bottom: 40px;
}
.rcw h3.footer-title {
  font-family: inherit;
  border-bottom: 0px solid #5C5C5C;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.rcw .footer-container h3 {
  margin-top: 1em;
}
.rcw .footer-container address, .rcw .footer-container a, .rcw .footer-container p {
  color: #fff;
  font-size: .875em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
}
.rcw footer p, .rcw footer pre {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  color: #162046;
  margin: 0px 0px 10px 0px;
  font-style: normal;
}
.rcw ul.footer-links {
  margin: 0;
}
.rcw ul.footer-links {
  list-style: none outside none;
  padding: 0;
}
.rcw ul.footer-links.social-media-links li {
  min-height: 0px;
}
.rcw ul.social-media-links li {
  min-height: 30px;
}
.rcw ul.footer-links.social-media-links li a {
  margin-bottom: 15px;
}
.rcw ul.social-media-links li a {
  margin-left: 32px;
  display: block;
}
.rcw ul.footer-links a, div.footer-secondary-links>div:first-child a {
  text-decoration: none;
}
.rcw .footer-container .footer-secondary-links a {
  color: #fff;
}
.rcw .footer-secondary-links a {
  font-size: 1em;
}
.rcw .social-media-links .footer-link-facebook i {
  background-position: -419px -572px;
}
.rcw .social-media-links .footer-link-facebook i, .rcw .social-media-profiles li.facebook a:before {
  background-position: -66px -568px;
}
.rcw .social-media-links .footer-link-facebook i,.rcw  .social-media-profiles li.facebook a:before {
  background-position: -69px -572px;
}
.rcw .social-media-links .footer-link-instagram i {
  background-position: -452px -573px;
}
.rcw .social-media-links .footer-link-instagram i, .rcw .social-media-profiles li.instagram a:before {
  background-position: -165px -572px;
}
.rcw .social-media-links .footer-link-instagram i, .rcw .social-media-profiles li.instagram a:before {
  background-position: -165px -573px;
}
.rcw .social-media-links .footer-link-linkedin i {
  background-position: -451px -541px;
}
.rcw .social-media-links .footer-link-linkedin i,.rcw  .social-media-profiles li.linkedin a:before {
  background-position: -228px -572px;
}
.rcw .social-media-links .footer-link-linkedin i, .rcw .social-media-profiles li.linkedin a:before {
  background-position: -228px -573px;
}
.rcw .social-media-links .footer-link-youtube i,.rcw  .social-media-profiles li.youtube a:before {
  background-position: -133px -571px;
}
.rcw .social-media-links .footer-link-youtube i, .rcw .social-media-profiles li.youtube a:before {
  background-position: -132px -572px;
}
.rcw ul.social-media-links li a i, .rcw .social-media-profiles li a:before {
  background-position: -387px -572px;
}

.rcw ul.social-media-links li a i {
  position: absolute;
  margin-left: -32px;
  display: block;
  float: left;
  margin-right: 9px;
}
.rcw ul.social-media-links li a i, .rcw .social-media-profiles li a:before {
  background-image: url(https://www.wangaratta.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/3cda530d-83ff-443a-9397-bd404a6e2bb3/sprite-general-cow.svg?t=638018905654942495);
  background-size: 600px 599px;
  background-color: transparent;
  background-position: -573px -573px;
  border-radius: 2px;
  width: 23px;
  height: 23px;
}
.rcw .footer-outer-container.footer-second-row {
  background-color: #192550;
  padding: 0px 10px 80px 10px;
}
.rcw .footer-second-row .footer-container {
  border-top: 3px solid #FFF;
  padding-top: 20px;
}
.rcw .grid:after {
    clear: both;
    content: "";
    display: table;
}
.rcw #back-to-top i {
  background: no-repeat -216px -4px;
  background-image: url(https://www.wangaratta.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/3cda530d-83ff-443a-9397-bd404a6e2bb3/sprite-general-cow.svg?t=638018905654942495);
  background-size: 600px 599px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px 8px 4px;
  margin-left: 35px;
  background-position: -104px -427px;
  transition: none;
}
.rcw .fa-chevron-up:before{
  display: none !important;
}
.rcw #back-to-top {
      position: fixed;
    bottom: 10px;
    width: 45px;
    border-radius: 4px;
    right: 15px;
}
.rcw #back-to-top i {
  margin: 11px;
}
.rcw #back-to-top a i:hover {
  color: white !important;
}
.rcw .js-visuallyhidden, .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.rcw .back-to-top-container.text-center {
  position: relative;
  bottom: 80px;
  right: 10px;
  border-radius: 10px;
}
/*// END--------footer styles*/

/*WSC Header and Footer*/
/*//header*/
   .wsc .site-header {
        position: relative;
        z-index: 10;
        height: 100px;
    }
   .wsc .site-header__main {
        border-top: 12px solid #ef750a;
        background:#171717;
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
   .wsc .site-header__container {
        position: relative;
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
    }
   .wsc .site-header__identity {
        padding-top: 1rem;
        padding-bottom: 1rem;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    @media screen and (min-width: 1260px){
       .wsc .site-header__identity .identity {
            width: 268px;
        }
    }
    @media screen and (min-width: 992px){
      .wsc  .site-header__identity .identity {
            width: 220px;
        }
    }

    @media screen and (min-width: 700px){
       .wsc .site-header__identity .identity {
            width: 268px;
        }
    }

   .wsc .site-header__identity .identity {
        /*width: 136px;*/
    }
   .wsc .identity__link {
        display: block;
    }
   .wsc .identity__link {
        display: block;
        color: inherit!important;
        text-decoration: none!important;
    }
  .wsc .identity__link  a {
        cursor: pointer;
    }
    .wsc .identity__link .identity__logo {
        position: relative;
        display: block;
    }

     .wsc .identity__link .identity__logo   img {
            max-width: 100%;
            height: auto;
            display: block
        }
    


        @media screen and (max-width: 699px){
           .wsc .identity__logo .logo__img {
                display: none !important;
            }
            .wsc .identity__logo .logo__img.mobile {
                display: block !important;
                width: 133px;
            }
        }
        @media screen and (min-width: 700px){
             .wsc .identity__logo .logo__img.mobile {
                display: none !important;
            }
             .wsc .identity__logo .logo__img {
                display: block !important;
            }
       
        }
/*//header --- ENDS
//footer --- BEGINS*/
     .wsc body .site-footer {
        margin-top: auto;
    }
     .wsc .site-footer {
        background: #171717;
        color: #fff;
        border-top: 23px solid #ef750a;
        border-bottom: 23px solid #060606;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
     .wsc .site-footer .site-footer__bottom {
        font-size: .92857rem;
    }
     .wsc .site-footer .site-footer__bottom .site-footer__bottom-container{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
     .wsc .site-footer .site-footer__bottom {
        font-size: .92857rem;
    }
            @media screen and (max-width:700px) {
                .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .logo__img {
                    width: 60%;
                }
            }
            @media screen and (max-width:575px) {
                .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .logo__img{
                width: 100% !important;
            }
        }
    @media screen and (min-width: 576px){
         .wsc .site-footer {
            padding-top: 35px;
            padding-bottom: 35px;
        }
         .wsc .site-footer .site-footer__bottom .site-footer__bottom-content {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
         .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .logo__img {
            padding-left: 0;
            max-width: 353px;
            width: 80%;
            margin-left: 0;

        }
       .wsc .site-footer .site-footer__bottom .social-menu {
            margin-top: 0;
            max-width: 50%;
        }
        .wsc .site-footer .site-footer__bottom .site-footer__bottom-content>* {
            width: auto;
        }
       .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .site-footer__rights {
            width: 100%;
            margin: 0 auto !important;
            margin-top: 2.64286rem !important;
        }
        .wsc .site-footer .site-footer__bottom .site-footer__bottom-content>* {
            width: auto;
        }
    }
   .wsc .site-footer .site-footer__bottom .site-footer__bottom-content>*,.social-menu--horizontal .social-menu__items>*, .social-menu__items>*{
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
   .wsc .site-footer .site-footer__bottom .social-menu {
        margin-top: 1.35714rem;
        width: 20% !important;

    }
@media screen and (max-width:700px) {
    .wsc .site-footer .site-footer__bottom .social-menu {
        width: 40% !important;
    }
}
        
 @media screen and (max-width:575px) {
   .wsc .site-footer .site-footer__bottom .social-menu {
          width: 100% !important;
    }
}
   .wsc .site-footer .site-footer__bottom .site-footer__bottom-content, .wsc .social-menu--horizontal .social-menu__items, .wsc .social-menu__items{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 0 auto;
        flex-wrap: wrap;

    }
        @media screen and (max-width:575px) {
            .wsc .site-footer .site-footer__bottom .site-footer__bottom-content, .wsc .social-menu--horizontal .social-menu__items, .wsc .social-menu__items {
                display: flex;
                justify-items: center !important;
            }
        }
   .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .logo__img {
        max-width: 292px;
        margin: 0 0;
        padding: 0 20px;
        height: 100%;
        display: flex;
        justify-content: flex-start;
    }
    @media screen and (min-width: 1260px){
       .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .logo__img {
            max-width: 556px;
        }
    }
   .wsc .site-footer .site-footer__bottom .site-footer__bottom-content, .wsc .site-footer .site-footer__links,.wsc .site-footer .site-footer__top .site-footer__top-content,.wsc .site-header__main-inner,.wsc .site-header__navigation-inner,.wsc .social-menu--horizontal .social-menu__items,.wsc .social-menu__items,.wsc .subcategory-links__list,.wsc .two-column .site-content{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    .wsc .social-menu__items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
   .wsc .social-menu--horizontal .social-menu__items>* {
        width: auto;
    }
   .wsc .social-menu__item {
        width: auto;
        display: inline-block;
    }
   .wsc .site-footer a, .site-footer a:hover, .site-footer a:visited {
        color: inherit;
    }
    @media screen and (min-width: 1260px){
        .wsc .social-menu__link {
            width: 61px !important;
            height: 61px !important;
        }
    }

   .wsc .social-menu__link {
        background: #303030;
        padding: 0.35714rem;
        border-radius: 50%;
        width: 46px;
        height: 46px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none!important;
    }
    @media screen and (min-width: 1260px){
       .wsc .social-menu__link .icon {
            height: 1.9em;
            width: 1.9em;
            line-height: 1.9em;
        }
    }

    .wsc .social-menu__link .icon {
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
    }
   .wsc .social-menu__link .icon,.wsc .social-menu__link .icon--large,.wsc .social-menu__link .icon--small {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1em;
        vertical-align: middle;
    }
   .wsc .social-menu--icons .social-menu__text{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }
       .wsc .social-menu__link .icon img,.wsc .icon svg,.wsc .icon--large img,.wsc .icon--large svg, .wsc .icon--small img,.wsc .icon--small svg {
            width: inherit;
            height: inherit;
            fill: currentColor;
            display: flex;
            color: white;
        }
       .wsc span.social-menu__icon {
        padding-right: 0px !important;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
}
    
   .wsc .site-footer .site-footer__bottom .site-footer__bottom-content .site-footer__rights {
        margin-top: 1.35714rem;
        margin-bottom: 1.42857rem;
        font-size: 12px !important;
    }
   .wsc .site-footer .site-footer__links {
        margin-bottom: -10px;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
   .wsc .site-footer .site-footer__links .list__item {
        position: relative;
    }
   .wsc .site-footer .site-footer__links>* {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
   .wsc .site-footer .site-footer__links .list__item a[href="#"] {
        pointer-events: none;
    }
   .wsc .site-footer .site-footer__links .list__item a{
        color: white !important;
    }
   .wsc .site-footer .site-footer__links .list__item a i{
        font-style: normal !important;
        font-size: 12px !important;
    }

   .wsc .site-footer .site-footer__links .list__item .cta-link {
        font-weight: inherit;
    }
   .wsc .site-footer a,.wsc .site-footer a:hover,.wsc .site-footer a:visited {
        color: inherit;
    }
   .wsc .cta-link {
        line-height: 1;
    }
    .wsc .site-footer .site-footer__links .list__item:after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        bottom: 4px;
        right: 0;
        border-right: solid 1px #fff;
    }

/*//footer --- ENDS*/
/*GSC Footer*/
.gsc footer .right {
    float: right;
    color: #fff;
}

/*//Begins:-------------Header---------------*/
.gsc *{
    font-family: "Nunito Sans", helvetica, arial, sans-serif !important;
}
.gsc #header {
    position: relative !important;
    background: #434343;
    padding: 20px;
}

.gsc .header-logo a {
        display: block;
        background-image: url(https://www.glenelg.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/375b8331-df1f-4f1e-af03-9075c15521f7/logo-glenelg.png?t=637967926393844389);
        background-position: 0px -185px;
        background-size: 121px 263px;
        background-color: rgba(0,0,0,0);
        width: 61px;
        height: 78px;
}

/*//Ends:----------------Header-------------------*/
/*//Begins:-------------footer---------------*/
.gsc footer {
    display: block;
    font-size: 1em;
}
.gsc footer a {
        text-decoration: underline;
        font-size:unset !important;
}
.gsc footer.right {
        float: right;
}

@media (min-width: 992px){
   .gsc .footer-outer-container {
        overflow-x: hidden;
        padding: 30px 10px 10px 10px;
    }
   .gsc .footer-container {
        overflow-x: visible;
        max-width: 1140px;
    }
   .gsc .footer-outer-container.footer-first-row .grid>div {
        margin-bottom: 50px;
    }
   .gsc .footer-outer-container.footer-second-row {
        padding: 0px 5px 0px 5px;
    }
}
.gsc .footer-outer-container {
    background-color: #434343 !important;
}

.gsc .footer-container {
    margin: 0 auto;
    position: relative;
    word-wrap: break-word;
    overflow-x: hidden;
}
.gsc .clearfix:before, .gsc .clearfix:after {
    content: " ";
    display: table;
}
.gsc .clearfix:after {
    clear: both;
}
.gsc .footer-first-row .grid-pad {
    padding: 0;
}
.gsc .footer-first-row .grid-pad, .gsc .footer-second-row .grid-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.gsc .grid-pad {
    padding: 15px;
}
.gsc .grid {
    margin: 0 -1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gsc .grid:after {
    clear: both;
    content: "";
    display: table;
}
.gsc .footer-first-row .grid>div {
    margin-bottom: 40px;
}
.gsc h3.footer-title {
    font-family: "Nunito Sans",sans-serif;
    border-bottom: 0px solid #2B2B2B;
    color: #EDDCB8;
    font-size: 1.125em;
    font-weight: bold;
    font-style: normal;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.gsc .footer-container p {
    color: #fff;
    font-size: .875em !important;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 20px 0px;
}
.gsc li.footer-link- {
    margin-bottom: 5px;
    font-size: .875em !important;
}
.gsc ul.footer-links {
    margin: 0;
}
.gsc ul.footer-links {
    list-style: none outside none;
    padding: 0;
}
.gsc ul.footer-links a {
    margin-bottom: 15px;
    color: #fff;
}
.gsc ul.footer-links a, .gsc div.footer-secondary-links> div:first-child a {
    text-decoration: none;
}
.gsc .footer-container a {
    color: #fff !important;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
}
.gsc ul.footer-links.social-media-links li {
    min-height: 0px;
}
.gsc ul.social-media-links li {
    min-height: 30px;
}
.gsc ul.social-media-links li a {
    margin-left: 32px;
    display: block;
}
.gsc .social-media-links .footer-link-facebook i, .gsc .social-media-profiles li.facebook a:before {
    background-position: -66px -568px;
}
.gsc .social-media-links .footer-link-facebook i, .gsc .social-media-profiles li.facebook a:before {
    background-position: -69px -572px;
}
.gsc .social-media-links .footer-link-instagram i, .gsc .social-media-profiles li.instagram a:before {
    background-position: -165px -572px;
}
.gsc .social-media-links .footer-link-instagram i, .gsc .social-media-profiles li.instagram a:before {
    background-position: -165px -573px;
}
.gsc .social-media-links .footer-link-linkedin i, .gsc .social-media-profiles li.linkedin a:before {
    background-position: -228px -572px;
}
.gsc .social-media-links .footer-link-linkedin i, .gsc .social-media-profiles li.linkedin a:before {
    background-position: -228px -573px;
}
.gsc .social-media-links .footer-link-youtube i, .gsc .social-media-profiles li.youtube a:before {
    background-position: -133px -571px;
}
.gsc .social-media-links .footer-link-youtube i, .gsc .social-media-profiles li.youtube a:before {
    background-position: -132px -572px;
}
.gsc ul.social-media-links li a i, .gsc .social-media-profiles li a:before {
    background-position: -387px -572px;
}
.gsc ul.social-media-links li a i {
    position: absolute;
    margin-left: -32px;
    display: block;
    float: left;
    margin-right: 9px;
}
.gsc ul.social-media-links li a i, .social-media-profiles li a:before {
    background-image: url(https://www.glenelg.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/375b8331-df1f-4f1e-af03-9075c15521f7/sprite-general-glenelg.svg?t=637967926393844389);
    background-size: 600px 599px;
    background-color: transparent;
    background-position: -573px -573px;
    border-radius: 2px;
    width: 23px;
    height: 23px;
}
@media (min-width: 768px){
    .gsc .footer-outer-container.footer-second-row {
        padding: 0px 5px 100px 5px;
    }
   .gsc  .powered-by {
        float: right;
        margin-top: 0;
    }
}
.gsc .footer-outer-container.footer-second-row {
    background-color: #434343;
    padding: 5px 5px 0px 5px;
}
.gsc .footer-second-row .footer-container {
    border-top: 1px solid #EDDCB8;
}
.gsc .footer-first-row .grid-pad, .footer-second-row .grid-pad {
    padding-left: 0px;
    padding-right: 12px;
}
.gsc .footer-container .footer-secondary-links a {
    color: #fff;
}
.gsc .footer-secondary-links a {
    font-size: 1em;
}
.gsc footer .right {
    float: right;
    color: #fff;
}
/*//Ends:-------------footer---------------*/


/*COB Footer*/
@media only screen and (min-height:864px){
        .cob footer{
            margin-top:75px;
        }
    }
 @media only screen and (min-width:980px){
        .cob .mmc_payment{
            margin-top:165px !important;
        }
    }
.cob .block-boroo-footer-acknowledgement{
    display: flex;
}
.cob .global-footer:not(.global-footer_brand-arts) {
    background-color: #0d3a1c;
}   
    .cob .global-footer:not(.global-footer_brand-arts) a {
        color: #a4d99b !important;
    }

.cob .block-boroo-footer-acknowledgement{
    display: flex;
}
.cob .global-footer:not(.global-footer_brand-arts) {
    background-color: #0d3a1c;
}
.cob .global-footer:not(.global-footer_brand-arts) a {
        color: #a4d99b !important;
}

.cob .global-footer .upper-wrapper {
        display: flex;
}
.cob .global-footer {
    font-size: 12px;
    color: #bbb;
    padding: 35px 0 30px;
    position: relative;
}

    .cob .global-footer .upper-wrapper {
        display: flex;
    }
        .cob .global-footer .l-container {
        position: relative;
    }
            .cob .global-footer .logo{
        height: 55px;
        margin-bottom: 20px;

    }
             .cob .global-footer .logo a {
            width: auto;
            display: inline-block;
            height: 100%;
            text-decoration: none;
        }
         .cob .global-footer .logo img {
            height: 100%;
            width: auto;
            border: 0;
        }
             .cob .global-footer .social-links {
        margin: 20px 0;
        float: left;
    }
                 .cob .global-footer h2 {
        font-weight: 400;
        color: #fff !important;
        font-size: 15px;
    }
.cob .global-footer {
    
    font-size: 12px;
    color: #bbb;
    padding: 35px 0 30px;
    position: relative;
@media only screen and (min-width: 77.75em) {
    .cob .global-footer{
        padding-top: 50px;
        padding-bottom: 30px;
    }    
}
.cob .global-footer .l-container {
    position: relative;
}
.cob .global-footer .logo {
    height: 55px;
    margin-bottom: 20px;
}
.cob .global-footer .logo a {
        width: auto;
        display: inline-block;
        height: 100%;
        text-decoration: none;
}
.cob .global-footer .logo img {
        height: 100%;
        width: auto;
        border: 0;
}
.cob .global-footer .social-links {
    margin: 20px 0;
    float: left;
}

    @media only screen and (min-width: 77.75em) {
        .cob .global-footer{
            padding-top: 50px;
            padding-bottom: 30px;
        }
    
    }
.cob .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.cob .global-footer:after, .cob .global-footer:before {
    content: " ";
    display: table;
}
.cob .nav-ack-wrapper {
    display: flex;
}
.cob .global-footer h2 {
    font-weight: 400;
    color: #fff !important;
    font-size: 15px;
}
     


.cob .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.cob .global-footer:after, .cob .global-footer:before {
    content: " ";
    display: table;
}
.cob .nav-ack-wrapper {
    display: flex;
}

@media only screen and (min-width: 77.75em){
    .cob .global-footer .l-container {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media screen and (min-width: 30em){
    .cob .l-container, .cob .l-container-if-not-present {
        padding: 0 34px;
    }
}
@media only screen and (min-width: 77.75em){
    .cob .global-footer .l-container {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media screen and (min-width: 30em){
    .cob .l-container, .l-container-if-not-present {
        padding: 0 34px;
    }
}

.cob .l-container, .cob .l-container-if-not-present {
    max-width: 1244px;
    margin: 0 auto;
}
.cob a.back-to-top.js-back-to-top.scrollto{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media only screen and (min-width: 77.75em){
    .cob a.back-to-top.js-back-to-top.scrollto {
        margin-top: 10px;
    }
    .cob .block-council-core-footer-logo {
        float: left;
        width: auto;
        padding-left: unset !important;
    }
    .cob .global-footer .logo {
        margin-right: 70px;
        float: left;
        clear: left;
    }
    .cob .block-boroo-footer-address {
        position: absolute;
        width: auto;
        top: 6em;
        left: 2em;
        padding-left: unset !important;
    }
    .cob .social-links {
        position: absolute;
        width: auto;
        top: 7.3em;
        left: 1.25em;
        padding-left: unset !important;
    }
    .cob .global-footer .menu--footer, .cob .global-footer .menu--footer-libraries-hub {
        width: 45%;
        margin-bottom: 0;
    }
    .cob .nav-footer.has-2-items>li {
        width: 50%;
    }
    .cob .nav-footer>.footer-col {
        padding: 0 30px 0 0;
    }
    .cob .global-footer:not(.global-footer_brand-arts) .block-boroo-footer-acknowledgement {
        width: 45%;
    }
    
    .cob .block-menu--copyrights-sitemap {
        width: auto;
        padding-bottom: 0;
        padding: unset !important;
    }
    .cob .block-menu--copyrights-sitemap ul:not(.contextual-links) li {
        text-align: left;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .cob .copyright {
        float: right;
    }
    .cob .copyright .content {
        display: inline-block;
        float: left;
    }

}
.cob .block-boroo-footer-address {
    float: left;
}
.cob .block-boroo-footer-address .content {
    color: #a4d99b;
    font-size: 12px;
}
.cob .block-boroo-footer-address .content a {
    float: left;
    width: auto;
}
.cob .region-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
.cob .block-boroo-footer-address .content a {
    float: left;
    width: auto;
}

.cob .region-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;


}

.cob .region-footer ul li {
        margin: 0;
        float: left;
}
.cob .social-links ul li:first-child a {
    margin-left: 6px;
}
.cob .social-links ul li a {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    font-size: 13px;
}
.cob .social-links ul li a .icon {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-right: 5px;
}
.cob .svg-social-facebook {
    background-repeat: no-repeat;
    /* background-size: 50px 50px; */
}
.cob .social-links ul li a svg {
    height: 100%;
    width: 25px;
}
.cob .social-links ul li a .title {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: inline-block;
    float: left;
}
.cob .svg-social-twitter {
    background-repeat: no-repeat;
    /* background-size: 20px 20px; */
}
.cob .svg-social-youtube {
    background-repeat: no-repeat;
}
.cob .svg-social-linkedin {
    background-repeat: no-repeat;
}
.cob .social-links ul li:last-child {
    margin-right: 0;
}
.cob .svg-social-instagram {
    background-repeat: no-repeat;
}
.cob .nav-footer .footer-col {
    position: relative;
}
.cob .block-acknowledgement.acknowledgement .content{
    color: #5aaf5a !important;
}
.cob .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col .h2, .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col h2 {
    margin-bottom: 30px;
    color: #f3fcf3;
    font-size: 12px;
    font-weight: 700;
}
.cob .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col .h2 a, .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col h2 a {
    color: #f3fcf3 !important;
    font-weight: 700;
}
.cob .nav-footer .footer-col .expandcollapse-content ul, .nav-footer .footer-col ul {
    margin-bottom: 30px;
}
.cob .nav-footer .footer-col ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.cob .global-footer:not(.global-footer_brand-arts) .footer-divider {
    border-bottom: 1px solid #237131;
}
.cob .footer-divider {
    clear: both;
    padding-top: 40px;
    border-bottom: 1px solid #191a1c;
    margin-bottom: 30px;
}
.cob .block-menu--copyrights-sitemap {
    float: left;
    padding-bottom: 1em;
}
@media only screen and (min-width: 64em){
    .cob .block-menu--copyrights-sitemap ul:not(.contextual-links) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.cob .block-menu--copyrights-sitemap ul:not(.contextual-links) li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.cob .copyright {
    font-size: 12px;
    color: #aaa;
    margin: 0;
    padding: unset !important;
}
.cob .global-footer:not(.global-footer_brand-arts) .copyright {
    color: #a4d99b !important;
}
.cob .global-footer .l-container .region-footer .social-links ul li a .icon svg .fill {
    fill: #d9f4d7 !important;
}
.cob .global-footer .l-container .region-footer .social-links ul li a .icon svg .fill:hover {
    fill: #cbebc6 !important;
}
.cob .linkedin .svg-social-linkedin .fill{
    fill: #d9f4d7 !important;
}
.cob .global-footer .l-container .back-to-top path {
    fill: #d9f4d7 !important;
}
.cob .back-to-top {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #bbb;
    border-radius: 3px;
    right: 40px;
}
    .cob .region-footer ul li {
        margin: 0;
        float: left;
        
    }
.cob .social-links ul li:first-child a {
    margin-left: 6px;
}
.cob .social-links ul li a {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    font-size: 13px;
}
.cob .social-links ul li a .icon {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 0 !important;
}
.cob .svg-social-facebook {
    background-repeat: no-repeat;
    /* background-size: 50px 50px; */
}
.cob .social-links ul li a svg {
    height: 100%;
    width: 100%;
}
.cob .social-links ul li a .title {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: inline-block;
    float: left;
}
.cob .svg-social-twitter {
    background-repeat: no-repeat;
    /* background-size: 20px 20px; */
}
.cob .svg-social-youtube {
    background-repeat: no-repeat;
}
.cob .svg-social-linkedin {
    background-repeat: no-repeat;
}
.cob .social-links ul li:last-child {
    margin-right: 0;
}
.cob .vh, .cob .vhidden, .cob .visuallyhidden {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
.cob .svg-social-instagram {
    background-repeat: no-repeat;
}
.cob .nav-footer .footer-col {
    position: relative;
    border-radius: unset !important;
    font-size: inherit !important;
    background-color: unset !important;
    box-shadow: unset !important;
    padding:unset !important;
}
.cob .block-acknowledgement.acknowledgement .content{
    color: #5aaf5a !important;
}
.cob .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col .h2, .cob .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col h2 {
    margin-bottom: 30px;
    color: #f3fcf3;
    font-size: 12px;
    font-weight: 700;
}
.cob .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col .h2 a, .cob .global-footer:not(.global-footer_brand-arts) .nav-footer .footer-col h2 a {
    color: #f3fcf3 !important;
    font-weight: 700;
.cob .svg-arrow-up {
    background-repeat: no-repeat;
    /* background-size: 10px 25px; */
}
.cob .back-to-top svg {
    position: absolute;
    width: 24px;
    left: calc(50% - 0px);
    top: calc(50% - 0px);
}
@media screen and (min-width:768px){
        .mmc_payment.mmc_card.payment{
        margin-top:160px;
        }
}
.cob .global-footer:not(.global-footer_brand-arts) a:active, .cob .global-footer:not(.global-footer_brand-arts) a:focus, .cob .global-footer:not(.global-footer_brand-arts) a:hover {
    color: #cbebc6 !important;
}

.cob .vh {
    display: none;
}

@media screen and (min-width:768px) and (max-width:1242px) {
    .cob .global-footer .upper-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .nav-footer .footer-col {
        width: 50%;
    }
    .cob .nav-ack-wrapper{
        margin-top: 15px;
    }
    .cob .nav-ack-wrapper nav{
        width: 77%;
    }
    .cob .bottom-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .copyright{
        padding-left: 15px !important;
    }
    .cob .logo-social-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .global-footer .social-links {
        margin: unset;
        padding-left: unset;
    }
    .cob div#block-address {
        padding-top: unset;
        padding-bottom: unset;
    }
    .cob div#block-footer-logo {
        padding-bottom: unset;
        padding-top: unset;
    }
    .cob .footer-divider{
        padding-top: unset !important;
    }
}

@media screen and (max-width:768px) {
    .cob .global-footer .upper-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .nav-footer .footer-col {
        width: 50%;
    }
    .cob li.footer-col.payment{
        padding:unset !important;
    }
    .cob .nav-ack-wrapper{
        margin-top: 15px;
        flex-direction: column;
    }
    .cob .nav-ack-wrapper nav{
        width: 77%;
    }
    .cob .bottom-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .copyright{
        padding-left: 15px !important;
    }
    .cob .logo-social-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .global-footer .social-links {
        margin: unset;
        padding-left: unset;
    }
    .cob div#block-address {
        padding-top: unset;
        padding-bottom: unset;
    }
    .cob div#block-footer-logo {
        padding-bottom: unset;
        padding-top: unset;
    }
    .cob ul.menu {
        display: flex;
        justify-content: space-between;
    }
}
.cob li.footer-col.languages{
    width: 40%;
}
.cob li.footer-col.payment{
    width: 52%;
}

.cob .payment{
        background-color:unset !important;
        box-shadow:none !important;
}


























    .cob #header-icon img {
        width: 161px !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-bottom: -30px !important;
    }
}

/*HCC payment styles*/
    /*header*/
    .hcc header{
    border-bottom: 1px solid #dee2e6!important;
    }
    @media (min-width: 992px){
        .hcc .header-outer-container,.hcc .navigation-outer-container {
         padding: 0;
        }
    }
    .hcc .header-outer-container {
      background-color: #fff;
      background-repeat: repeat;
    }
    .hcc .header-outer-container {
      position: relative;
    }
    .hcc .header-outer-container {
      background-repeat: no-repeat;
      background-position: left top;
    }
    .hcc .clearfix:before, .hcc .clearfix:after {
      content: " ";
      display: table;
    }
    .hcc .js .side-menu .header-container {
      overflow: visible;
    }
    @media (min-width: 992px){
      .hcc .header-full-width .header-container, .hcc .header-full-width .navigation-container, .hcc .header-full-width .toolbar-inner-container {
        max-width: none;
        }
    }
    @media (min-width: 992px){
      .hcc .main-outer-container, .hcc .header-container, .hcc .navigation-container {
        max-width: 1140px;
        overflow-x: visible;
        }
    }
    .hcc .header-container {
      background-color: rgba(0,0,0,0);
      background-repeat: repeat;
    }
    .hcc .header-container {
      min-height: 50px;
      background-repeat: no-repeat;
      background-position: left top;
    }
    .hcc .main-outer-container, .hcc .header-container, .hcc .footer-container, .hcc .navigation-container {
      margin: 0 6%;
      position: relative;
      word-wrap: break-word;
      overflow-x: hidden;
    }
    .hcc .header-layout-1 .header-site-logo, .hcc .header-layout-2 .header-site-logo, .hcc .header-layout-3 .header-site-logo, .hcc .header-layout-4 .header-site-logo {
  float: left;
  z-index: 95;
  position: relative;
}
    @media (min-width: 992px){
      .hcc .header-site-logo {
        padding: 0px 0px 0px 0px;
        margin: 20px 0px 20px 20px;
    }
    }
    @media (min-width: 992px){
      .hcc .header-site-logo {
        text-align: center;
        margin-left: 0;
    }
    }
    @media (min-width: 768px){
      .hcc .header-site-logo {
        padding: 0px 0px 0px 0px;
        margin: 20px 0px 20px 20px;
    }
    }
    .hcc .header-site-logo {
      padding: 0px 0px 0px 0px;
      margin: 10px 0px 10px 10px;
    }
    .hcc .header-site-logo {
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left: 10px;
    }
    @media (min-width: 992px){
      .hcc .header-site-logo > a {
        width: 176px;
        height: 90px;
        background-position: 0px 0px;
    }
    }
    @media (min-width: 992px){
      .hcc .header-site-logo > a {
        margin: 0 auto;
    }
    }
    @media (min-width: 768px){
      .hcc .header-site-logo>a {
        width: 142px;
        height: 72px;
        background-position: -2px -134px;
    }
    }
    .hcc .header-site-logo>a {
      display: block;
      background-image: url(https://www.hume.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/9e78c0db-40d0-4edd-ae20-32fb10fa39ca/sprite-logo-hcc.svg?t=638018902489552425);
      background-position: -2px -255px;
      background-size: 186px 315px;
      background-color: rgba(0,0,0,0);
      width: 118px;
      height: 60px;
    }
    .hcc .header-site-logo>a {
      display: block;
      color: #fff;
    }
    .hcc html.js .js-visuallyhidden,.hcc .visuallyhidden {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      white-space: nowrap;
    }
    @media (min-width: 992px){
      .hcc .main-outer-container, .hcc .header-container, .hcc .navigation-container {
        max-width: 1140px;
        overflow-x: visible;
    }
    }
    /*header ends*/
    /*footer*/
    @media (min-width: 992px){
      .hcc .footer-container {
        max-width: 1150px !important;
        overflow-x: visible;
        }
    }
    @media (min-width: 992px){
      .hcc .footer-outer-container {
        overflow-x: hidden;
    }
    }
    @media (min-width: 992px){
      .hcc .footer-outer-container {
        padding: 40px 5px 10px 5px;
    }
    }
    @media (min-width: 768px){
      .hcc .footer-outer-container {
        padding: 40px 10px 10px 10px;
    }
    }
    .hcc .footer-outer-container {
      background-color: #F7F7F7;
      padding: 10px 10px 10px 10px;
    }
    @media (min-width: 992px){
     .hcc .main-outer-container, .hcc .footer-container {
        overflow-x: visible;
    }
    }
    .hcc .footer-first-row .grid-pad, .hcc .footer-second-row .grid-pad {
      padding-left: 0px;
      padding-right: 0px;
    }
    .hcc .grid-pad {
      padding: 15px;
    }
    .hcc .grid {
      margin: 0 -1%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .hcc 
    .hcc .social-media-links .footer-link-facebook i, .hcc .social-media-profiles li .facebook a:before {
      background-position: -67px -570px;
    }
    .hcc ul .social-media-links li a i,.hcc .social-media-profiles li a:before {
      background-size: 600px 599px;
      background-color: transparent;
      background-position: -573px -573px;
      border-radius: 2px;
      width: 23px;
      height: 23px;
      font-size: 25px;
    }
    .hcc ul .social-media-links li a i {
      position: absolute;
      margin-left: -32px;
      display: block;
      float: left;
      margin-right: 9px;
      font-size: 25px;
    }
    .hcc .social-media-links .footer-link-instagram i,.hcc .social-media-profiles li .instagram a:before {
      background-position: -165px -572px;
    }
    .hcc ul .social-media-links li {
      min-height: 30px;
    }
    .hcc ul .footer-links li {
      margin-bottom: 10px;
      list-style: none;
    }
    .hcc h3.footer-title {
      font-family: inherit;
      border-bottom: 0px solid #5C5C5C;
      color: #303030 !important;
      font-size: 1.2222em;
      font-weight: bold;
      font-style: normal;
      margin: 0px 0px 30px 0px;
      padding: 0px 0px 0px 0px;
    }
    .hcc .footer-container address, .hcc .footer-container a, .hcc .footer-container p {
      color: #303030 !important;
      font-size: 1em !important;
      font-family: inherit;
      font-weight: normal;
      font-style: normal;
    }
    @media (min-width: 992px){
      .hcc .footer-outer-container .footer-second-row {
        padding: 5px 5px 40px 5px;
    }
    }
    @media (min-width: 768px){
      .hcc .footer-outer-container .footer-second-row {
        padding: 5px 10px 80px 10px;
    }
    }
    .hcc .footer-outer-container .footer-second-row {
        background-color: #F7F7F7;
        padding: 5px 10px 80px 10px;
        display: flex;
        justify-content: center;
    }
      .hcc .footer-container .clearfix{
        width:100%;
      }
    @media (min-width: 992px){
      .hcc .footer-outer-container {
        overflow-x: hidden;
    }
    }
    @media (min-width: 992px){
      .hcc .footer-second-row .grid-pad {
        padding-top: 35px;
    }
    }
    .hcc .footerWrapper {
        display: flex;
    }
    .hcc ul.social-media-links li a i, .hcc .social-media-profiles li a:before {
        border-radius: 2px;
        width: 23px;
        height: 23px;
        background-size: 600px 599px;
  background-color: transparent;
  background-position: -573px -573px;
  border-radius: 2px;
  width: 23px;
  height: 23px;
  font-size: 25px;
  background-image: url(https://www.hume.vic.gov.au/files/oc-templates/00000000-0000-0000-0000-000000000000/9e78c0db-40d0-4edd-ae20-32fb10fa39ca/sprite-general-hcc.svg?t=638018902489552425);
    }
    .hcc .footer-outer-container.footer-second-row {
        background-color: #F7F7F7;
        padding: 5px 10px 80px 10px;
        display: flex;
        justify-content: center;
    }
    .hcc .footer-outer-container.footer-second-row .footer-container.clearfix {
        width: 100%;
    }
    .hcc ul.social-media-links li a i {
        position: absolute;
        margin-left: -32px;
        display: block;
        float: left;
        margin-right: 9px;
        font-size: 25px;
    }
    .hcc .social-media-links .footer-link-facebook i, .hcc .social-media-profiles li.facebook a:before {
    background-position: -67px -570px;
}
    .hcc .social-media-links .footer-link-twitter i, .hcc .social-media-profiles li.twitter a:before {
  background-position: -100px -571px;
}
.hcc .social-media-links .footer-link-instagram i, .hcc .social-media-profiles li.instagram a:before {
  background-position: -165px -572px;
.cob .nav-footer .footer-col .expandcollapse-content ul, .cob .nav-footer .footer-col ul {
    margin-bottom: 30px;
}
.cob .nav-footer .footer-col ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.cob .global-footer:not(.global-footer_brand-arts) .footer-divider {
    border-bottom: 1px solid #237131;
}
.cob .footer-divider {
    clear: both;
    padding-top: 40px;
    border-bottom: 1px solid #191a1c;
    margin-bottom: 30px;
}
.cob .block-menu--copyrights-sitemap {
    float: left;
    padding-bottom: 1em;
}
@media only screen and (min-width: 64em){
    .cob .block-menu--copyrights-sitemap ul:not(.contextual-links) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.cob .block-menu--copyrights-sitemap ul:not(.contextual-links) li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.cob .copyright {
    font-size: 12px;
    color: #aaa;
    margin: 0;
    padding: unset !important;
}
.cob .global-footer:not(.global-footer_brand-arts) .copyright {
    color: #a4d99b !important;
}
.cob .global-footer .l-container .region-footer .social-links ul li a .icon svg .fill {
    fill: #d9f4d7 !important;
}
.cob .global-footer .l-container .region-footer .social-links ul li a .icon svg .fill:hover {
    fill: #cbebc6 !important;
}
.cob .linkedin .svg-social-linkedin .fill{
    fill: #d9f4d7 !important;
}
.cob .global-footer .l-container .back-to-top path {
    fill: #d9f4d7 !important;
}
.cob .back-to-top {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #bbb;
    border-radius: 3px;
    right: 40px;
}
.cob .vh, .cob .vhidden, .cob .visuallyhidden {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cob .svg-arrow-up {
    background-repeat: no-repeat;
    /* background-size: 10px 25px; */
    padding:0 !important;
}
.cob .back-to-top svg {
    position: unset !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.hcc .social-media-links .footer-link-linkedin i, .hcc .social-media-profiles li.linkedin a:before {
  background-position: -228px -572px;
}
.hcc .social-media-links .footer-link-youtube i, .hcc .social-media-profiles li.youtube a:before {
  background-position: -133px -571px;
}
.hcc .social-media-links .footer-link-rss i, .hcc .social-media-profiles li.rss a:before {
  background-position: -5px -572px;
}
    @media screen and (max-width:768px) {
        .hcc .footerWrapper {
            flex-direction: column;
        }
    }
    .hcc .footer-outer-container.footer-first-row{
      display: flex;
        /* align-items: center; */
        justify-content: center;
    }
    .hcc .footer-second-row .footer-container {
      border-top: solid 2px #93939A;
    }
    .hcc ul.footer-links li {
        margin-bottom: 10px;
        list-style: none;
    }
    .hcc ul.social-media-links li {
        min-height: 30px;
    }
    .hcc div ul {
    line-height: 18px;
    }
    @media (min-width: 768px){
      .hcc .col-m-5 .powered-by {
        float: right;
    }
    }
    .hcc .footer-secondary-links {
      color: #303030;
      font-size: .7222em;
      font-family: inherit;
      font-size: .7222em;
      font-weight: bold;
      font-style: normal;
    }
   .hcc .footer-secondary-links .powered-by .right {
      font-weight: normal;
    }
   .hcc .footer-secondary-links a {
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      font-style: normal;
    }
   .hcc ul.footer-links.without-icons {
      padding-left: unset;
    }
    .hcc .fa-facebook-square{
      color:#3b5998 ;
    }
   .hcc .fa-twitter-square{
      color: #5fa9dd;
    }
    .hcc .fa-instagram{
      color: #f09433; 
    }
    .hcc .fa-linkedin-square{
      color: #066c9a;
    }
    .hcc .fa-youtube-play{
      color: #ff0000;
    }
    .hcc .fa-rss-square{
      color: #f88b02;
    }
    .hcc ul .social-media-links li a i, .hcc.social-media-profiles li a:before {
      border-radius: 2px;
      width: 23px;
      height: 23px;
    }
    @media screen and (max-width:768px) {
      .hcc .footerWrapper {
        display: flex;
        flex-direction: column;
    }
    .hcc .contact-wrapper{
      margin-bottom: 30px;
    }
    .hcc ul.footer-links.without-icons {
      margin-bottom: 30px;
    }
    }
    .hcc .footer-first-row .grid-pad{
      margin-top: 25px;
    }
    .hcc .mmc_payment .buttons-secondary .btn_mobile__pay .font__large .font__regular .font__upper{
         background-color: #3044B5 !important;
         color:white !important;
    }
    .hcc .col-m-5.powered-by {
    float:unset;
  }
    .hcc * {
    font-family: "Poppins", helvetica, arial, sans-serif ;
    }
   /*END--------- HCC payment styles*/


@media print {
    footer {
        display: none !important;
    }

    .global-footer {
        display: none !important;
    }

    .payment {
        margin: 10px auto !important;
    }

    .nbc .header h1 {
        padding-bottom: 50px !important;
    }

    .nbc .nbc-payment-wrapper {
        top: 80px !important;
        margin-bottom: 95px !important;
    }
     .nbc .footer a {
        color: white !important;
    }

    .nbc .header {
        background: black !important;
        height: 140px !important;
        padding: 0px 50px !important;
    }

    .snow body {
        overflow-y: hidden;
        min-width: 100% !important;
    }

    .note {
        display: flex;
        justify-content: center;
        font-size: 12px;
        margin-top: 18px;
    }

    .mrcc-footer {
        display: none !important;
    }

    .payment-iframe {
        padding: 0px 0px;
        height: 450px !important;
        margin-bottom: 0px;
        overflow-x: hidden !important;
    }

    .row.nbc-payment-wrapper.cog-payment-wrapper.scc-payment-wrapper {
        height: 500px !important;
        overflow-x: hidden !important;
        display: inline-block !important;
/*.cob .block {
    display: block;
    padding: 15px;
    position: relative;
}*/
.cob .global-footer:not(.global-footer_brand-arts) a:active, .cob .global-footer:not(.global-footer_brand-arts) a:focus, .cob .global-footer:not(.global-footer_brand-arts) a:hover {
    color: #cbebc6 !important;
}

.cob .vh {
    display: none;
}

@media screen and (min-width:768px) and (max-width:1242px) {
    .cob .global-footer .upper-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .nav-footer .footer-col {
        width: 50%;
    }
    .cob .nav-ack-wrapper{
        margin-top: 15px;
    }
    .cob .nav-ack-wrapper nav{
        width: 77%;
    }

    .snow .iframe-form {
        min-height: 450px !important;
        width: 100vw;
        overflow-x: hidden !important;
    }

        .snow .iframe-form footer {
            display: none !important;
        }

    .iframe-form {
        height: 450px !important;
        overflow-x: hidden !important;
        border: none;
        margin: 0px !important;
    }

    html, body {
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x:hidden !important;
        page-break-after: avoid;
    }

    .payment .btn-wrapper {
        justify-content: flex-end;
        padding-right: 101px;
    }
}
    /*IC styles*/
    .ic body{
        font-family:'Lato',sans-serif !important;
    }
    .ic .BlackContent {
        background: #1A1A1A;
        color: #fff;
    }

        .ic .BlackContent .wPadding40-0 {
            padding: 40px 0px;
        }

        .ic .BlackContent .wPadding0-30 {
            padding: 0px 30px;
        }

        .ic .BlackContent .wCentred {
            float: none;
            max-width: 1344px;
            margin: 0 auto;
        }

        .ic .BlackContent .wGutter > div {
            float: none;
            width: auto;
        }

        .ic .BlackContent .wGutter20 {
            margin: 0 -10px;
        }

        .ic .BlackContent .wSplit.wSpace20 > article, .ic .BlackContent .wSplit.wSpace20 > aside, .ic .BlackContent .wSplit.wSpace20 > div, .ic .BlackContent .wSplit.wSpace20 > footer, .ic .BlackContent .wSplit.wSpace20 > header, .ic .BlackContent .wSplit.wSpace20 > main, .ic .BlackContent .wSplit.wSpace20 > nav {
            margin-top: -20px !important;
        }

        .ic .BlackContent .wSplit > article, .ic .BlackContent .wSplit > aside, .ic .BlackContent .wSplit > div, .ic .BlackContent .wSplit > footer, .ic .BlackContent .wSplit > header, .ic .BlackContent .wSplit > main, .ic .BlackContent .wSplit > nav {
            clear: none;
        }

        .ic .BlackContent .wGutter20 > article, .ic .BlackContent .wGutter20 > aside, .ic .BlackContent .wGutter20 > div, .ic .BlackContent .wGutter20 > footer, .ic .BlackContent .wGutter20 > header, .ic .BlackContent .wGutter20 > main, .ic .BlackContent .wGutter20 > nav {
            padding: 0 10px;
        }

        .ic .BlackContent .wSpace20 > * > a, .ic .BlackContent .wSpace20 > * > article, .ic .BlackContent .wSpace20 > * > div, .ic .BlackContent .wSpace20 > * > form, .ic .BlackContent .wSpace20 > * > h1, .ic .BlackContent .wSpace20 > * > h2, .ic .BlackContent .wSpace20 > * > h3, .ic .BlackContent .wSpace20 > * > h4, .ic .BlackContent .wSpace20 > * > h5, .ic .BlackContent .wSpace20 > * > h6, .ic .BlackContent .wSpace20 > * > img, .ic .BlackContent .wSpace20 > * > label, .ic .BlackContent .wSpace20 > * > ul {
            margin-top: 20px !important;
        }

        .ic .BlackContent .webeditText > :not(.dl):not(.dn) {
            counter-reset: dn1 dn2 dn3 dn4 dn5 dn6;
        }

        .ic .BlackContent .webeditText > .l10 {
            letter-spacing: 0.10em;
        }

        .ic .BlackContent .webeditText > div, .ic .BlackContent .webeditText > span {
            white-space: pre-wrap;
        }

        .ic .BlackContent ul ul, .ic .BlackContent .wNotRows, .ic .BlackContent .wNotRows div, .ic .BlackContent .wNotRows form, .ic .BlackContent .wNotRows img, .ic .BlackContent .webeditText > div {
            box-sizing: content-box;
            float: none;
            clear: none;
            width: auto;
        }

        .ic .BlackContent .webeditText .f7 {
            color: #9c93e5 !important;
        }

        .ic .BlackContent .webeditText .s20 {
            font-size: 1.25em;
            font-weight: 300;
        }
        .ic .webeditText span {
            padding-right: 0px !important;
        }

        .ic .BlackContent .webeditText > .l10 {
            letter-spacing: 0.10em;
        }

        .ic .BlackContent .webeditText > div, .ic .BlackContent .webeditText > span {
            white-space: pre-wrap;
        }

        .ic .BlackContent .lightAccents a:link, .ic .BlackContent .lightAccents a:visited, .ic .BlackContent .lightAccents .wFormRequired label:after, .ic .BlackContent .lightAccents .dl {
            color: #b7aff0;
        }

        .ic .BlackContent .wButtonCentre {
            text-align: center;
        }

        .ic .BlackContent .lightAccents form .wButton > span, .ic .BlackContent .buttonWhite .wButton > span {
            background: transparent !important;
            color: #fff !important;
            border: 2px solid #fff;
        }

        .ic .BlackContent .wButton > span {
            display: inline-block;
            transition: 0.6s;
            padding: 0.8em 1.5em !important;
            margin: 5px 0;
            text-shadow: none;
            box-shadow: none;
            line-height: 1.5;
            border-radius: 0;
            background: #3B308C;
            color: #fff;
            border: none;
            text-transform: uppercase;
        }

        .ic .BlackContent .wButton > span {
            box-sizing: border-box;
            display: block;
            padding: 0 0.5em;
            border: 1px solid #ddd;
            border-bottom-color: #ccc;
            border-radius: 0.25em;
            background: linear-gradient(#eee,#e8e8e8);
            color: #444;
            text-shadow: 0 0 2px #fff;
            line-height: 1.75;
        }

        .ic .BlackContent .wButton {
            display: inline-block;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            font-family: inherit;
            font-size: 1em;
            text-decoration: none;
            cursor: pointer;
        }

    .ic .BlackContent {
        background: #1A1A1A;
        color: #fff;
    .cob .bottom-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .copyright{
        padding-left: 15px !important;
    }
    .cob .logo-social-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .global-footer .social-links {
        margin: unset;
        padding-left: unset;
    }
    .cob div#block-address {
        padding-top: unset;
        padding-bottom: unset;
    }
    .cob div#block-footer-logo {
        padding-bottom: unset;
        padding-top: unset;
    }
    .cob .footer-divider{
        padding-top: unset !important;
    }

        .ic .BlackContent #itseezeFooter {
            background: #383838;
        }

            .ic .BlackContent #itseezeFooter div, .ic .BlackContent #itseezeFooter div > * {
                background: #383838;
            }

        .ic .BlackContent .wPadding5-0 {
            padding: 5px 0px;
        }

        .ic .BlackContent .wCentred {
            float: none;
            max-width: 1344px;
            margin: 0 auto;
        }

        .ic .BlackContent .wFlexGutter20 {
            margin-right: -20px;
        }

        .ic .BlackContent .w-flex-vertical-centre {
            align-items: center;
            align-self: center;
        }

        .ic .BlackContent .wFlex {
            display: flex;
            justify-content: center;
            float: none;
            width: auto;
        }

        .ic .BlackContent .wFlexBasis150 {
            flex-basis: 150px !important;
        }

        .ic .BlackContent .wFlexGutter20 > * {
            margin-right: 20px;
        }

        .ic .BlackContent .wFlex > * {
            flex: 0 0 0%;
        }

        .ic .BlackContent .wFlexGrow1 {
            flex-grow: 1;
        }

            .ic .BlackContent .wFlexGrow1 a {
                color: white !important;
            }

        .ic .BlackContent #top .w-edit {
            position: relative;
            z-index: 9999999999 !important;
        }

        .ic .BlackContent .w-edit {
            font-size: 13px;
            text-align: right;
        }

            .ic .BlackContent .w-edit > a:not(:last-of-type), .ic .BlackContent .w-edit > a > span {
                color: #f60;
            }

            .ic .BlackContent .w-edit > svg {
                width: 22px;
                height: 22px;
                margin: 0 0 0 8px;
                vertical-align: bottom;
                cursor: pointer;
                fill: #f60;
            }

        .ic .BlackContent .webeditText span {
            color: #b7aff0;
            padding-right:0px !important;
        }

        .ic .BlackContent .wFlexGrow1 span{
            padding-right:0px !important;
        }
    
        .ic .BlackContent .wOver0 {
            margin: 0 -100% 0 0;
        }

        .ic .BlackContent .wSpan30 {
            width: 50%;
        }

    @media screen and (min-width:1020px) {
        .ic .BlackContent .wOverAll {
            float: right;
            margin: 0 0 0 -100%;
        }
    }

    @media screen and (min-width: 1120px) {
        .ic .BlackContent .wFlex:not(.wFlexRowsXl) > * {
            margin-top: 0 !important;
        }
    }

    @media screen and (min-width: 1120px) {
        .ic .BlackContent .wOver0Xl {
            margin: 0 -100% 0 0 !important;
        }
    }

    @media screen and (min-width: 1120px) {
        .ic .BlackContent .wSpan30Xl {
            width: 50%;
        }
    }

    @media screen and (min-width: 1120px) {
        .ic .BlackContent .wOver0Xl {
            clear: both !important;
        }
    }

    @media screen and (min-width: 1120px) {
        .ic .BlackContent .wOverAllXl {
            float: right !important;
            margin: 0 0 0 -100% !important;
        }
@media screen and (max-width:768px) {
    .cob .global-footer .upper-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .nav-footer .footer-col {
        width: 50%;
    }
    .cob .nav-ack-wrapper{
        margin-top: 15px;
        flex-direction: column;
    }
    .cob .nav-ack-wrapper nav{
        width: 77%;
    }
    .cob .bottom-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .copyright{
        padding-left: 15px !important;
    }
    .cob .logo-social-wrapper {
        display: flex;
        flex-direction: column;
    }
    .cob .global-footer .social-links {
        margin: unset;
        padding-left: unset;
    }

    @media screen and (max-width: 447px) {
        .ic .BlackContent .wFlexRowsXs {
            display: block;
            float: left;
            width: 100%;
        }
    }

    @media screen and (max-width: 447px) {
        .ic .BlackContent .wFlexRowsXs > * {
            margin-right: 0 !important;
        }
    }

    @media screen and (max-width: 671px) {
        .ic .BlackContent #itseezeFooter, .ic .BlackContent .w-edit {
            text-align: center;
        }
    }

    @media screen and (max-width: 447px) {
        .ic .BlackContent .wOver0Xs {
            margin: 0 -100% 0 0 !important;
        }
    }

    @media screen and (max-width: 447px) {
        .ic .BlackContent .wSpan60Xs {
            width: 100%;
        }
    }

    @media screen and (max-width: 447px) {
        .ic .BlackContent .wOver0Xs {
            clear: both !important;
        }
    }

    @media screen and (max-width: 447px) {
        .ic .BlackContent .wSplit > * ~ div.wOver0Xs, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ article, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ aside, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ div, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ footer, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ header, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ main, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0Xs ~ nav {
            margin-top: 0 !important;
        }
    }

    @media screen and (min-width: 672px) and (max-width: 895px) {
        .ic .BlackContent .wOver0M {
            margin: 0 -100% 0 0 !important;
        }
    .cob div#block-address {
        padding-top: unset;
        padding-bottom: unset;
    }
    .cob div#block-footer-logo {
        padding-bottom: unset;
        padding-top: unset;
    }

    @media screen and (min-width: 672px) and (max-width: 895px) {
        .ic .BlackContent .wSpan60M {
            width: 100%;
        }
    .cob ul.menu {
        display: flex;
        justify-content: space-between;
    }
}
.cob li.footer-col.languages{
    width: 40%;
}
.cob li.footer-col.payment{
    width: 52%;
}

    @media screen and (min-width: 672px) and (max-width: 895px) {
        .ic .BlackContent .wOver0M {
            clear: both !important;
        }
    }

    @media screen and (min-width: 672px) and (max-width: 895px) {
        .ic .BlackContent .wSpan30M {
            width: 50%;
        }
    }

    @media screen and (min-width: 672px) and (max-width: 895px) {
        .ic .BlackContent .wOverAllM {
            float: right !important;
            margin: 0 0 0 -100% !important;
        }
    }

    @media screen and (min-width: 672px) and (max-width: 895px) {
        .ic .BlackContent .wSplit > * ~ .ic .BlackContent div.wOver0M, .wSplit > * ~ .ic .BlackContent .wOver0M ~ article, .wSplit > * ~ .ic .BlackContent .wOver0M ~ aside, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0M ~ div, .ic .BlackContent .wSplit > * ~ .wOver0M ~ footer, .ic .BlackContent .wSplit > * ~ .wOver0M ~ header, .ic .BlackContent .wSplit > * ~ .ic .BlackContent .wOver0M ~ main, .wSplit > * ~ .ic .BlackContent .wOver0M ~ nav {
            margin-top: 0 !important;
        }
    }

    .ic .BlackContent article, .ic .BlackContent aside, .ic .BlackContent div, .ic .BlackContent footer, .ic .BlackContent form, .ic .BlackContent header, .ic .BlackContent h1, .ic .BlackContent h2, .ic .BlackContent h3, .ic .BlackContent h4, .ic .BlackContent h5, .ic .BlackContent h6, .ic .BlackContent img, .ic .BlackContent main, .ic .BlackContent nav, .ic .BlackContent ul, .ic .BlackContent .wSplit > div > a {
        display: block;
        box-sizing: border-box;
        float: left;
        clear: left;
        width: 100%;
        margin: 0;
        background: #1A1A1A;
    }

    .ic .BlackContent a {
        text-decoration: none;
    }

    .ic .BlackContent .lightAccents a:hover, .ic .BlackContent .lightAccents a:active {
        color: #dedaf8;
    }

    .ic .BlackContent .lightAccents form .wButton > span:hover, .ic .BlackContent .buttonWhite .wButton > span:hover {
        background: #fff !important;
        color: #3B308C !important;
@media print {
    footer {
        display: none !important;
    }

    .ic .BlackContent .wGutter span {
        color: #b7b7b7;
    }

    .ic .BlackContent .webeditTextComponent {
        font-size: 14px;
    }

    .ic .BlackContent #wMenuToggle ~ aside:nth-child(n), #wMenuToggle ~ div:nth-child(n), #wMenuToggle ~ footer:nth-child(n), #wMenuToggle ~ header:nth-child(n), #wMenuToggle ~ main:nth-child(n), #wMenuToggle ~ nav:nth-child(n) {
        position: relative;
        left: 0;
        transition: left 0.5s;
    }