/****** FILE: resources/themes/ccc-default/dist/css/landingpage.css *****/
.TopBannerImage {
	padding: 0 0 30px 0;
}
.TopBannerImage img {
    width: 100%;
    border-bottom: 10px solid #098484;
}
.landing-item-collapse span {
    font-size: 24px;
}
.clickable {
    cursor: pointer;
}
.landing-thumbnails-grid {
    margin-left: -30px;
    margin-right: 0px;
}
/* Target all col-xs-# to col-lg-# in this particular grid */
.landing-thumbnails-grid [class*='col-'] {
    padding-right: 0;
    padding-left: 30px;
}

.landing-thumbnails {
	border: none;
    border-bottom: 6px solid #098484;
    margin: 0 0 30px 0;
}
.landing-item a {
}
.landing-item a:hover {
}
.landing-item a:active {
    background-color: #6d6e71
}
.landing-item a img {
    width: 100%;
}
.landing-header {
    margin: 0;
    width: 100%;
    height: 60px;
} 
.landing-header-link {
    color: #757575;
    text-decoration: none;
    display: block;
    background-color: #e6e6e6;
    text-decoration: none;
    margin: 0 0 2% 0;
}
.landing-header-link-only {
    text-decoration: none;
    display: block;
    background-color: #d1ece8;
    text-decoration: none;
    margin: 0;
    padding: 4px 3%;
}
.landing-header-link:hover, .landing-header-link:focus, .landing-header-link:active, .landing-header-link-only:hover, .landing-header-link-only:focus, .landing-header-link-only:active {
    outline: 0;
    background-color: #098484;
    text-decoration: none !important;
}
.landing-header-link:hover h3, .landing-header-link:focus h3, .landing-header-link:active h3, .landing-header-link-only:hover h3, .landing-header-link-only:focus h3, .landing-header-link-only:active h3 {
    color: #ffffff;
}
.landing-items-box {
    padding: 0;
}
.landing-items-links {
    border-bottom: 1px solid #098484;
    width: 100%;
}
.landing-items-links a, .landing-items-links-last a {
    padding: 4px 3%;
    text-decoration: none;
    display: block;
    color: #414042;
    font-weight: 400;
}
.landing-items-links a:hover, .landing-items-links a:focus, .landing-items-links a:active,
.landing-items-links-last a:hover, .landing-items-links-last a:focus, .landing-items-links-last a:active {
    background-color: #098484;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.landing-items-links-last {
    border-bottom: none;
    width: 100%;
    margin-bottom: 2%;
}
.landing-description {
    padding: 4px 3% 3% 3%;
    margin: 0;
}
.submenu-link-only .landing-header {
    /*line-height: 130%;*/
    margin: 0;
    width: 100%;
    padding: 4px 0;
    height: 60px;
    color: #006eaf;
}
.submenu-link-only .landing-header:hover {
    color: #ffffff;
    text-decoration: none;
}
.submenu-link-only .landing-header-link:hover , .submenu-link-only .landing-header-link-only:hover {
    background-color: #757575;
    color: #ffffff;
    text-decoration: none;
}
.submenu-link-only .landing-header-link-only {
    background-color: #ffffff;
}
.submenu-link-only .landing-thumbnails {
	border: none;
    border-bottom: 1px solid #757575;
    margin: 0 0 30px 0;
}

.submenu-link-only .landing-description {
    padding: 0 0 2% 0;
    margin: 0;
}
.submenu-link-only .landing-items-links-last {
    margin-bottom: 1%;
}
.submenu-link-only .landing-items {
    margin-bottom: 0;
}

.submenu-expandable .landing-header-link-only {
    width:90%;
}
.submenu-expandable span {
    width:10%;
    text-align:center;
    margin: 0;
    padding: 4px 0;
    height: 60px;
    display: block;
    background-color: #e6e6e6;
    text-decoration: none;
}
.submenu-expandable span:hover {
    background-color: #757575;
    color: #ffffff;
    text-decoration: none;
}
/****** FILE: resources/themes/ccc-default/dist/css/sidebar.css *****/
/******************
Override default bootstrap button font size
******************/
.btn {
	font-size: inherit;
}.page-sidebar .panel-heading {
	padding: 0px;
	margin: 0px;
}
.page-sidebar .panel-body {
	background-color: #e6e7e8;
	padding: 0 0 0 0;
}

.page-sidebar .panel {
	border: none;
	margin: 0 0 30px 0;
}
.page-sidebar .panel-heading h3 {
	background-color: #b1b3b6;
	padding: 5px 15px;
	margin: 0px;
}
.page-sidebar .panel-body ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.page-sidebar .panel-body ul li a {
	display: block;
	margin: 0px;
	padding: 3px 10px;
	color: #414042;
	border-bottom: 1px solid #b1b3b6;
	text-decoration: none;
}
.page-sidebar .panel-body ul li:last-child a {
	border-bottom: none;
}
.page-sidebar .panel-body ul li a:visited {
	color: #751341;
}
.page-sidebar .panel-body ul li a:hover, .page-sidebar .panel-body ul li a:focus {
	background-color: #098484;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
.page-sidebar .panel-body ul li a:active {
	background-color: #6d6e71;
	color: #ffffff;
	text-decoration: none;
}

.page-sidebar .panel-body img {
	margin: 0;
}

.page-sidebar .panel-heading {
	padding: 0px;
	margin: 0px;
}

.page-sidebar .panel {
	border: none;
	margin: 0 0 30px 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.page-sidebar .panel-heading h3 {
	background-color: #b1b3b6;
	padding: 5px 15px;
	margin: 0px;
}
.page-sidebar .panel-body ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.page-sidebar .panel-body ul li a {
	display: block;
	margin: 0px;
	padding: 3px 10px;
	color: #414042;
	border-bottom: 1px solid #b1b3b6;
	text-decoration: none;
}
.page-sidebar .panel-body ul li:last-child a {
	border-bottom: none;
}
.page-sidebar .panel-body ul li a:visited {
	color: #751341;
}
.page-sidebar .panel-body ul li a:hover, .page-sidebar .panel-body ul li a:focus {
	background-color: #098484;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
.page-sidebar .panel-body ul li a:active {
	background-color: #6d6e71;
	color: #ffffff;
	text-decoration: none;
}
/****** FILE: resources/themes/ccc-default/dist/css/navigation.css *****/
/***** 
* Start of 767px max width 
****/
@media (max-width: 767px) {
    .mobile-menu-fix {
        margin:0px;
        padding:0px;
        width: auto;
    }
    .onpage {
        height: 50px;
        width: 100%;
        color: #414042;
        background-color: #ffffff;
        font-size: 125%;
        line-height: 50px;
        text-align: center;
    }
    .onpage:hover, .onpage:focus {
        color: #ffffff;
        background: #098484;
    }
    .onpage:active, .onpage.active {
        background-color: #098484;
        color: #ffffff;
    }
    .ccc-nav-wrapper .ccc-navbar-home-li {
        display:none;
    }
    .ccc-nav-wrapper div.megatitle{
        display:none;
    }
    .ccc-nav-wrapper {
        overflow:hidden;
        display:none;
        background-color: transparent;
        position:static;
        margin:0;
        padding-bottom: 564px;
    }
    .ccc-nav-main {
        background-color: transparent;
        position:relative;
        margin-left:0em;
        margin-right:0em
    }
    .ccc-nav-main ul {
        display:none;
        position:absolute;
        top:0;
        z-index:1030; 
        width:100%;
        line-height:46px; 
        text-decoration:none; 
        padding:0; 
        list-style:none;
    }
    .ccc-nav-main ul.level1{
        left:0;
        right:0;
        top:0;
    } 
    .ccc-nav-main ul ul {
        right:-100%;
    } 
    .ccc-nav-wrapper li { 
        border-bottom:1px solid #7cccbf; }
    .ccc-nav-wrapper li a {
        display:block;
        padding-left:1.3125em;
        background:#098484;
        color:#fff;
        text-decoration:none; }
    .ccc-nav-wrapper li a:hover, .ccc-nav-wrapper .toggle-sub:hover {
        background:#000000 !important; 
        -webkit-tap-highlight-color: rgba(0, 125, 186, 1); }
    .ccc-nav-wrapper li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1em;
        margin-top: -0.2em;
    }
    .ccc-nav-wrapper li a.label-space {
        padding-right: 4.25em;
    }
    .ccc-nav-wrapper .sub-nav {
        margin-top: 0;
        }
    .ccc-nav-wrapper .sub-heading {
        margin-top:0;
        color:#fff;
        background: #757575;
        }
    .ccc-nav-wrapper .sub-heading:hover {
        background: #098484 !important;
        -webkit-tap-highlight-color: rgba(0, 125, 186, 1); }
    .ccc-nav-wrapper li li a {
        padding-left:2.625em; }
    .ccc-nav-wrapper .sub-heading span {
        margin-left:-25px; }
    .ccc-nav-wrapper .toggle-sub {
        font: bold 1em/2.75em Arial;
        color: #fff;
        background: #098484;
        float: right;
        width: 68px;
        cursor: pointer;
        text-align: center;
        height: 46px;
        margin-top: -46px;
        line-height: 46px;
    }
    .ccc-nav-wrapper .toggle-sub:hover {
        color:#fff;
        background:#000000 !important;
        -webkit-tap-highlight-color: rgba(0, 125, 186, 1); }
    .ccc-nav-wrapper .mobile-menu-dark {
        background-color: #076060; }
    .ccc-nav-wrapper .mobile-menu-dark:hover, .ccc-nav-wrapper .mobile-menu-dark:active, .ccc-nav-wrapper .mobile-menu-dark:focus {
        background-color: #000000; }

    .toggle { 
        padding:0 0.3125em;
        position:absolute;
        right:0;
        cursor:pointer;
        border: none;
    }
    .ccc-nav-wrapper .back-link { 
        margin-top:0; 
        cursor:pointer; 
        color: #fff; 
        background-color: #098484 !important;
        border-bottom: 1px solid #7cccbf; }
    .ccc-nav-wrapper .back-link a { 
        padding-left:0; }
    .ccc-nav-wrapper .back-link label { 
        font:bold 1em/2.75em Arial; 
        color:#fff; 
        float:left;
        width:2.25em; 
        cursor:pointer; 
        text-align:center;
        height: 3.3em;
        line-height: 3.3em; }
    .ccc-nav-wrapper .back-link:hover {
        background: #000000 !important; 
        -webkit-tap-highlight-color: rgba(0, 125, 186, 1); }
    .clearfix:before,.clearfix:after {
        content: "";
        display: table
    }
    .clearfix:after {
        clear: both
    }
    .show {
        left:100%;
        right:auto;
    }
    .active {
        display:block;
    }
}
/***** 
* END of 767px max width
****/
/***** 
* Start of general desktop styling
****/
@media (min-width: 768px) {
    .ccc-navbar div.megatitle {
        margin:10px 0 10px 0;
        height:40px;
        float:left;
        text-align:left;
    }
    .ccc-navbar div.megatitle a {
        color: #ffffff;
        padding: 0 0 10px 0;
        line-height: 30px;
        font-size: 125%;
        font-weight: 600;
        text-rendering: optimizelegibility;
        text-decoration: none;
        width: 100%;
        display:block;
        border-bottom:2px solid transparent;
        border-left: none;
        background-color: transparent;
        height: 40px;
    }
    .ccc-navbar > li > a span {
        display: inline-block;
        width: 100%;
        height: 120%;
        position: relative;
    }
}
/***** 
* END of 767px max width
****/
/***** 
* Start of Tablet Landscape 992px min width and above
****/
@media (min-width: 768px) {
    .ccc-nav-wrapper {
        border-bottom: 3px solid #098484;
    }
    .ccc-nav-main{
        background-color: transparent;
        position: relative;
        display: table;
        table-layout: fixed;
        border-collapse: separate;
        /* Border-spacing must match the opposite of the margin offset given to the second (nested) ul below */
        border-spacing: 0;
        margin: 13px 0;
        width: 100%;
    }
    .ccc-navbar li ul{
        display:none;
        position:absolute;
        left: 0;
        right: 0;
        top: 38px;
        padding:0;
        background-color: #098484;
    }
}
/***** 
* END of Tablet Landscape 992px min width and above
****/
/***** 
* Start of Tablet portrait 768px min width to 991px max width
****/
@media (min-width: 768px) and (max-width: 991px) {
    .ccc-nav-wrapper label {
        display:none;
    }
    .ccc-nav-wrapper li.mobile-menu-only, .ccc-nav-wrapper li.mobile-menu-doit {
        display:none;
    }
    .ccc-nav-wrapper{
        background-color: transparent;
        position:static;
    }
    .ccc-nav-wrapper .back-link, .sub-heading {
        display:none;
    }
    /* Padding Added to force slidedown */
    .ccc-nav-wrapper-padding{
        padding-bottom: 15.5em;
    }
    /* Main nav - level 1 */
    .ccc-navbar {
        border-style: none;
        font-size: 87.5%;
        background-color: transparent;
        padding: 0;
        display: table-row;
    }
    .ccc-navbar > li {
        height: 42px;
        vertical-align: middle;
        text-align: center;
        border-bottom: 2px solid #ffffff;
        list-style: none;
        display: table-cell;
    }
    .ccc-navbar > li a {
        height: 42px;
    }
    .ccc-navbar li ul{
        height:18em;
    }

    /* Add sizing to the main navigation buttons for tablet landscape mode */
    .ccc-navbar li:nth-child(1) { width: 7% !Important; }
    /*.ccc-navbar li:nth-child(2) { width: 8% !Important; }*/
    .ccc-navbar li:nth-child(3) { width: 9% !Important; }
    .ccc-navbar li:nth-child(4) { width: 11% !Important; }
    .ccc-navbar li:nth-child(5) { width: 10% !Important; }
    .ccc-navbar li:nth-child(6) { width: 13% !Important; }
    .ccc-navbar li:nth-child(7) { width: 8% !Important; }
    .ccc-navbar li:nth-child(8) { width: 9% !Important; }
    .ccc-navbar li:nth-child(9) { width: 12% !Important; }
    .ccc-navbar li:nth-child(10) { width: 9% !Important; }
    .ccc-navbar li:nth-child(11) { width: 9% !Important; }

    /* Style the buttons */
    .ccc-navbar li a {
        border-left:1px solid #414042;
        margin: 0;
        padding: 0 2px;
        display: block;
        text-decoration: none;
    }
    .ccc-navbar li ul {
        top: 57px;
    }
    .ccc-navbar > li > a {
        color: #414042;
        position: relative;
    }
    .ccc-navbar .level2 li a {
        color: #ffffff;
        border-left: none;
    }
    .ccc-navbar .level2 li a {
        border-left:none;
    }
    .ccc-navbar li:nth-child(1) a { border-left:none; }
    .ccc-navbar li ul li a {
        background-color: transparent;
    }
    .ccc-navbar > .active > a,
    .ccc-navbar > .active > a:hover,
    .ccc-navbar > .active > a:focus {
        color: #ffffff;
        outline: 0;
        text-decoration: none;
    }
    .ccc-navbar .current a {
        outline: 0;
    }
    .ccc-navbar > li > a:hover, .ccc-navbar > li > a:focus,
    .ccc-navbar > li > a:active, .ccc-navbar li .current .active {
        text-decoration: none;
        outline: 0;
    }
    .ccc-navbar > li > a:hover > span, .ccc-navbar > li > a:focus > span, .ccc-navbar > li.current > a > span {
        border-bottom: 2px solid #414042;
    }
    .top-level-link span {
        padding-bottom: 3px;
    }
    ul.ccc-navbar > li a:hover, ul.ccc-navbar > li a:focus {
        text-decoration: none;
    }
    ul.ccc-navbar > li a:active {
        text-decoration: none;
    }
    .ccc-navbar-home-icon {
        overflow: hidden;
    }
    .ccc-navbar ul.level2 {
        list-style-type: none;
    }
    .ccc-navbar ul.level2 li {
        width: 31% !important;
        height: 30px;
        float: left;
        margin-left: 15px;
        text-align:left;
    }
    .ccc-navbar ul.level2 li a {
		height: auto;
        line-height: 30px;
        font-weight: normal;
        padding:0;
        text-rendering: optimizelegibility;
        color: #ffffff;
        text-decoration: none;
    }
    .ccc-navbar ul.level2 li a:hover span, .ccc-navbar ul.level2 li a:focus span, .ccc-navbar ul.level2 li a:active span {
        border-bottom: 2px solid #ffffff;
        text-decoration: none;
        outline: 0;
    }
}
/***** 
* End of Tablet portrait 768px min width to 991px max width
****/
/***** 
* Start of Tablet Landscape 992px min width to 1199px max width
****/
@media (min-width: 992px) and (max-width: 1199px) {
    .ccc-nav-wrapper label {
        display:none;
    }
    .ccc-nav-wrapper li.mobile-menu-only, .ccc-nav-wrapper li.mobile-menu-doit {
        display:none;
    }
    .ccc-nav-wrapper{
        background-color: transparent;
        position:static;
    }
    .ccc-nav-wrapper .back-link, .sub-heading {
        display:none;
    }
    /* Padding Added to force slidedown */
    .ccc-nav-wrapper-padding{
        padding-bottom: 15.5em;
    }
    /* Main nav - level 1 */
    .ccc-navbar {
        border-style: none;
        font-size: 87.5%;
        background-color: transparent;
        padding: 0;
        display: table-row;
    }
    .ccc-navbar > li {
        height: 22px;
        vertical-align: middle;
        text-align: center;
        border-bottom: 2px solid #ffffff;
        list-style: none;
        display: table-cell;
    }
    .ccc-navbar > li a {
        height: 22px;
    }
    .ccc-navbar li ul{
        height:18em;
    }

    /* Add sizing to the main navigation buttons for tablet landscape mode */
    .ccc-navbar li:nth-child(1) { width: 5% !Important; }
    /*.ccc-navbar li:nth-child(2) { width: 8% !Important; }*/
    .ccc-navbar li:nth-child(3) { width: 7% !Important; }
    .ccc-navbar li:nth-child(4) { width: 15% !Important; }
    .ccc-navbar li:nth-child(5) { width: 8% !Important; }
    .ccc-navbar li:nth-child(6) { width: 10% !Important; }
    .ccc-navbar li:nth-child(7) { width: 9% !Important; }
    .ccc-navbar li:nth-child(8) { width: 12% !Important; }
    .ccc-navbar li:nth-child(9) { width: 16% !Important; }
    .ccc-navbar li:nth-child(10) { width: 11% !Important; }
    .ccc-navbar li:nth-child(11) { width: 7% !Important; }

    /* Style the buttons */
    .ccc-navbar li a {
        border-left:1px solid #414042;
        margin: 0;
        padding: 0 2px;
        display: block;
        text-decoration: none;
    }
    .ccc-navbar > li > a {
        color: #414042;
        position: relative;
    }
    .ccc-navbar .level2 li a {
        color: #ffffff;
        border-left: none;
    }
    .ccc-navbar .level2 li a {
        border-left:none;
    }
    .ccc-navbar li:nth-child(1) a { border-left:none; }
    .ccc-navbar li ul li a {
        background-color: transparent;
    }
    .ccc-navbar > .active > a,
    .ccc-navbar > .active > a:hover,
    .ccc-navbar > .active > a:focus {
        color: #ffffff;
        outline: 0;
        text-decoration: none;
    }
    .ccc-navbar .current a {
        outline: 0;
    }
    .ccc-navbar > li > a:hover, .ccc-navbar > li > a:focus,
    .ccc-navbar > li > a:active, .ccc-navbar li .current .active {
        text-decoration: none;
        outline: 0;
    }
    .ccc-navbar > li > a:hover > span, .ccc-navbar > li > a:focus > span, .ccc-navbar > li.current > a > span {
        border-bottom: 2px solid #414042;
    }
    .top-level-link span {
        padding-bottom: 3px;
    }
    ul.ccc-navbar > li a:hover, ul.ccc-navbar > li a:focus {
        text-decoration: none;
    }
    ul.ccc-navbar > li a:active {
        text-decoration: none;
    }
    .ccc-navbar-home-icon {
        overflow: hidden;
    }
    .ccc-navbar ul.level2 {
        list-style-type: none;
    }
    .ccc-navbar ul.level2 li {
        width: 31% !important;
        height: 30px;
        float: left;
        margin-left: 15px;
        text-align:left;
    }
    .ccc-navbar ul.level2 li a {
		height: auto;
        line-height: 30px;
        font-weight: normal;
        padding:0;
        text-rendering: optimizelegibility;
        color: #ffffff;
        text-decoration: none;
    }
    .ccc-navbar ul.level2 li a:hover span, .ccc-navbar ul.level2 li a:focus span, .ccc-navbar ul.level2 li a:active span {
        border-bottom: 2px solid #ffffff;
        text-decoration: none;
        outline: 0;
    }
}
/***** 
* End of Tablet Landscape 992px min width to 1199px max width
****/
/***** 
* Start of 1200px min width 
****/
@media (min-width: 1200px) {
    /***New Styling ****/
    .ccc-nav-wrapper label, .ccc-nav-wrapper li.mobile-menu-only, .ccc-nav-wrapper li.mobile-menu-doit, .ccc-nav-wrapper .back-link, .sub-heading {
        display:none;
    }
    .ccc-nav-wrapper{
        background-color: transparent;
        position:static;
    }
    /* Main nav - level 1 */
    .ccc-navbar {
        border-style: none;
        height: 22px;
        background-color: transparent;
        padding: 0;
        margin: 0;
        display: table-row;
    }
    .ccc-navbar > li {
        padding: 0;
        width: auto;
        height: 22px;
        text-align: center;
        line-height: 22px;
        list-style: none;
        display: table-cell;
    }
    .ccc-navbar li ul{
        height:12em;
    }

    /* Add sizing to the main navigation buttons for desktop mode */
    .ccc-navbar ul li { height: 55px; }
    .ccc-navbar li:nth-child(1) { width: 6% !Important; } /* A tad over 60px or 5% to correct a display bug */
    /*.ccc-navbar li:nth-child(2) { width: 8% !Important; }*/
    .ccc-navbar li:nth-child(3) { width: 7% !Important; }
    .ccc-navbar li:nth-child(4) { width: 14% !Important; }
    .ccc-navbar li:nth-child(5) { width: 8% !Important; }
    .ccc-navbar li:nth-child(6) { width: 10% !Important; }
    .ccc-navbar li:nth-child(7) { width: 10% !Important; }
    .ccc-navbar li:nth-child(8) { width: 12% !Important; }
    .ccc-navbar li:nth-child(9) { width: 15% !Important; }
    .ccc-navbar li:nth-child(10) { width: 11% !Important; }
    .ccc-navbar li:nth-child(11) { width: 7% !Important; }

    /* Style the buttons */
    .ccc-navbar li a {
        text-decoration: none;
        border-left:1px solid #414042;
        padding: 0 7px;
        display: block;
        margin: 0;
        height: 25px;
    }
    .ccc-navbar > li > a {
        color: #414042;
        position: relative;
    }
    .ccc-navbar .level2 li a {
        color: #ffffff;
        border-left: none;
    }
    .ccc-navbar li:nth-child(1) a { border-left:none; }
    .ccc-navbar li ul li a {
        background-color: transparent;
    }
    .ccc-navbar .current a {
        outline: 0;
    }
    .ccc-navbar > li > a:hover, .ccc-navbar > li > a:focus,
    .ccc-navbar > li > a:active, .ccc-navbar li.current .active {
        text-decoration: none;
        outline: 0;
    }
    .ccc-navbar > li > a:hover > span, .ccc-navbar > li > a:focus > span, .ccc-navbar > li.current > a > span {
        border-bottom: 2px solid #414042;
    }
    .top-level-link span {
        padding-bottom: 3px;
    }
    .ccc-navbar-home-li {
        width: 71px !important;  
    }
    .ccc-navbar-home-icon {
        overflow: hidden;
    }
    .ccc-navbar ul.level2 {
        list-style-type: none;
    }
    .ccc-navbar ul.level2 li {
        width: 23% !important;
        height: 30px;
        float: left;
        margin-left: 15px;
        text-align:left;
    }
    .ccc-navbar ul.level2 li a{
		height: auto;
        line-height: 30px;
        padding:0;
        font-weight: normal;
        text-rendering: optimizelegibility;
        text-decoration: none;
    }
    .ccc-navbar ul.level2 li a:hover span, .ccc-navbar ul.level2 li a:focus span, .ccc-navbar ul.level2 li a:active span {
        border-bottom: 2px solid #ffffff;
        text-decoration: none;
        outline: 0;
    }
    #PageNumbers .active {
        background-color: transparent !important;
        border-bottom: none;
    }
}
/***** 
* END of 1200px min width 
****/

.ccc-navbar div.megatitle a:hover, .ccc-navbar div.megatitle a:focus {
    text-decoration: none;
}
.ccc-navbar div.megatitle a:hover span, .ccc-navbar div.megatitle a:focus span {
    border-bottom: 2px solid #ffffff;
}


/* BOOTSTRAP OVERRIDE */

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #000;
}
.nav>li>a:active {
    background-color: #6d6e71;
}
/****** FILE: resources/themes/ccc-default/dist/css/homepage.css *****/
/* Header styling */
.req-indicator-message{
	display:none;
}
#homepage-content .remove-pad-mar-col{
	margin:0px;
	padding:0px;
}
#homepage-content #banner-show {
	overflow: hidden;
}
#homepage-content .boxbody, #homepage-content .boxbody-news {
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}
#homepage-content .boxbody a, #homepage-content .boxbody-news a {
	color: #414042;
}
#homepage-content .boxheading h3{
	margin:0px;
	padding:0px;
	color: #0A7171;
}
#homepage-content .boxheading h3:hover{
	text-decoration: underline;
}
#homepage-content .boxbody ul, #homepage-content .boxbody-news ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#homepage-content .boxbody ul li  {
	padding-bottom:5px;
	padding-top:13px;
	border-top: 1px solid #12A4A4;
	clear: both;
	overflow: hidden;
}
#homepage-content .boxbody-news ul li {
	padding-bottom:5px;
	padding-top:15px;
	clear: both;
	overflow: hidden;
}
#homepage-content .boxbody ul li:first-child, #homepage-content .boxbody-news ul li:first-child {
	border-top:0px;
}
/* Image styling for boxbody-news */
#homepage-content .boxbody-news ul li a img {
	width: auto;
	float: right;
}
/* Date styling for boxbody */
#homepage-content .boxbody ul li .date {
	height: 100%;
	width: 10%;
	padding-top: 5px;
	margin-right: 10px;
}
#homepage-content .boxbody ul li .day {
	font-size: 175%;
	font-weight: 600;
}
#homepage-content .boxbody ul li .month {
	font-size: 87.5%;
	font-weight: 600;
}

#homepage-content .boxbody-news a:hover p, #homepage-content .boxbody-news a:active p {
	text-decoration: underline;
}
#homepage-content .boxbody-news a:hover h4, #homepage-content .boxbody-news a:focus h4, #homepage-content .boxbody-news a:active h4 {
	text-decoration: underline;
	color: #006eaf;
}
.topbox-events a, .topbox-thecouncil a, .topbox-news a {
	text-decoration: none;
}
.topbox-events a:hover strong, .topbox-events a:focus strong, .topbox-events a:hover active {
	text-decoration: underline;
}

.topbox-thecouncil a:hover strong, .topbox-thecouncil a:focus strong, .topbox-thecouncil a:hover active {
	text-decoration: underline;
}
#homepage-content .home-page-links {
	width:100%;
	height:40px;
	margin-bottom: 2%;
}
#homepage-content .home-page-links ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:100%;
	height:40px;
}
#homepage-content .home-page-links ul li {
	display: block;
	float:left;
	height:40px;
	border-right:2px solid #FFFFFF;
	font-size: 20px;
}
#homepage-content .home-page-links ul li a {
	background-color: #757575;
	color:#FFFFFF;
	display: block;
	line-height: 40px;
	text-align:center;
}
#homepage-content .home-page-links ul li a:hover, #homepage-content .home-page-links ul li a:focus {
	background-color:#12A4A4;
	text-decoration: none;
	outline: none;
}
#homepage-content .home-page-links ul li.paylink {
	width:19%;
}
#homepage-content .home-page-links ul li.reportlink{
	width: 19%;
}
#homepage-content .home-page-links ul li.applylink{
	width: 19%;
}
#homepage-content .home-page-links ul li.hyslink{
	width: 24%;
}
#homepage-content .home-page-links ul li.booklink{
	width: 19%;
	border-right:0px;
}
#homepage-content .promobox{
	height:350px;
	margin-bottom:2%;
}
#homepage-content .promoboxbody{
	width:365px;
}
#homepage-content .promobox-two{
	margin-left:8px;
}
#homepage-content .promobox-three{
	float:right;
}
#homepage-content .promobox .promo-img-mobile {
	display: none;
}
#homepage-content #banner-show .image { 
	position: relative; 
	width: 100%;
}






.page-content .popular-links {
	max-height: 365px;
}
.banner-hero {
	width: 100%;
}
.banner-hero-text-box {
	text-decoration: none;
}
.banner-hero-text-align {
	display: table;
	height: 100%;
}
.banner-hero-text-box-link {
	display: block;
	height: 100%;
	text-decoration: none;
}
.banner-hero-text-box-link:hover {
	text-decoration: none;
}
.banner-hero-text { 
	line-height: 1.5; 
	padding: 1px 0 2px 0; 
	border-left: 20px solid #12A4A4;
	min-height: 27px;
}
.banner-hero-text h1, .banner-hero-text h3 { 
	background-color: #12A4A4;
	color: #ffffff; 
	display: inline;
	margin: 0; 
}
.banner-hero h1 {
	color:#ffffff;
	line-height: 120%;
	padding: 0;
}
.emergency .banner-hero {
	overflow: hidden;
}
.emergency .banner-hero h1 {
	text-transform: inherit !important;
}
/* IE 10 & 11 hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.banner-hero h1 {
		line-height: 115%;
	}
}
.banner-hero h3 {
	color:#ffffff;
	padding: 5px 0;
}
.banner-hero-text span, .banner-hero-text span { 
	position: relative;
	left: -10px;
}
.banner-hero a:hover .banner-hero-text,
.banner-hero a:focus .banner-hero-text {
	border-left-color: #000000;
}
.banner-hero a:hover .banner-hero-text h1,
.banner-hero a:focus .banner-hero-text h1,
.banner-hero a:hover .banner-hero-text h3,
.banner-hero a:focus .banner-hero-text h3 {
	background-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.banner-hero a:hover h1 .wrap, .banner-hero a:hover p .wrap,
.banner-hero a:focus h1 .wrap, .banner-hero a:focus p .wrap {
	box-shadow: -5px 0 0 5px #000000, 5px 0 0 5px #000000;
}

.banner-hero a:active .banner-hero-text h1,
.banner-hero a:active .banner-hero-text h3,
.banner-hero a:active p .wrap,
.banner-hero a:active h1 {
	background-color: #6d6e71;
	border-top-color: #6d6e71;
	border-bottom-color: #6d6e71;
}
.banner-hero a:active .banner-hero-text {
	border-left-color: #6d6e71;
}

@media (min-width: 992px) {
	.popbox-content {
		height:250px;
	}
}

.btn-group .btn, .btn-group .btn:visited {
	border: none;
	color: #098484;
	background-color: #ffffff;
	outline: 0;
	text-decoration: none;
	height:100%;
	webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px 5px 7px 0px;
	padding: 2px 7px;
}
.btn-group.secondary-btn .btn, .btn-group.secondary-btn .btn:visited{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 18px;
}

.popbox-container .secondary-btn {
	border-top: 1px #fff solid;
	padding-top: 10px;
	margin-top: 5px;
	width: 100%;
}

.btn-group .btn:hover, .btn-group a:focus .btn, .btn-group .btn:focus, .btn-group.secondary-btn .btn:hover, .btn-group.secondary-btn .btn:focus {
	color: #ffffff;
	background-color: #000000;
}
.btn-group .btn:active, .btn-group a:active .btn, .btn-group a:active .btn, .btn-group.secondary-btn .btn:active {
	color: #ffffff;
	background-color: #6d6e71;
}



.banner-hero {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.popbox-container {
	background-color: #12A4A4;
	padding: 15px;
}

.popbox {
	padding: 10px 15px 0 15px;
	width: auto;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.popbox-content{
	position: relative;
	overflow: hidden;
}
.popbox-footer {
	bottom: 20px;
	position: relative;
	background-color: #12A4A4;
	width: 100%;
}
.popbox-heading h2{
	margin: 0px;
	color: #ffffff;
}

.popbox ul {
	padding: 0;
}
.popbox ul li {
	display: block;
	margin: 5px 0 4px 0;
}
.popbox-heading button {
	float: right;
	padding: 0;
	background: none;
	border: none;
}

.popbox-content .btn {
	font-size: 14px;
}



/*****************************
* Google Translation styling *
*****************************/
.popbox-container .translate {
	background-color: #12A4A4;
    max-height: 95px;
}
.translate li {
	display: inline-block !important;
}
.translate-lang {
	display: inline;
}
.translate .translate-lang p {
	margin: 0;
	display: inline;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.translate a, .translate a:visited {
	margin: 3px 5px 3px 0;
	outline: none;
}
.popbox-container .translate a {
	padding: 1px 4px 4px 5px;
}
.footer .translate a {
	padding: 0 5px 0 0;
    border-bottom: 2px solid transparent;
}
.popbox-container .translate a:hover, .popbox-container .translate a:focus {
	color: #ffffff;
	background-color: #000000;
}
.popbox-container .translate a:active {
	color: #ffffff;
	background-color: #6d6e71;
}
.footer .translate a:hover p, .footer .translate a:focus p, .footer .translate a:active p,
.footer .translate a:hover h3, .footer .translate a:focus h3, .footer .translate a:active h3 {
	border-bottom: 2px solid #ffffff;
}
/* End translation styling */





#homepage-content #banner-show ul { 
	height: 365px; /* Same height as popular-links above */
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}


.content-block * {
	font-size: 15px;
}

.topbox-events .title, .topbox-news .title {
	font-weight: 600;
}
.content-block .title, .content-block .title a {
	color: #0A7171 !important;
	font-weight: 600;
}
.content-block:hover .title {
	text-decoration: underline;
}

/* Styling for the emergency popbox for warning and danger - START */
.popbox-danger {
	position: absolute;
	bottom: 38px;
	left: 15px;
	padding: 0 1.5% 0 1%;
	width: auto;
	background: #FFFFFF;
	background: rgba(255, 0, 0, 0.75);
	overflow: hidden;
	margin-right: 15px;
}
.popbox-warning {
	position: absolute;
	bottom: 38px;
	left: 15px;
	padding: 0 1.5% 0 1%;
	width: auto;
	background: #FFFFFF;
	background: rgba(245,128,38, 0.9);
	overflow: hidden;
	margin-right: 15px;
}
.popbox-danger a, .popbox-danger h4, .popbox-danger p, .popbox-danger .popbox-emergency {
	color: #ffffff !important;
}
.popbox-danger a:hover, .popbox-danger a:focus, .popbox-danger a:active {
	color: #E42020 !important;
	background-color: #ffffff !important;
}
.popbox-warning a, .popbox-warning h4, .popbox-warning p, .popbox-warning .popbox-emergency {
	color: #000000 !important;
}
.popbox-warning a:hover, .popbox-warning a:focus, .popbox-warning a:active {
	color: #F58026 !important;
	background-color: #000000 !important;
}
.popbox-danger p:nth-last-child(2) {
	margin-bottom: 0px;
}
.popbox-emergency {
	float: right;
	font-size: 75%;
}
.alert-link:hover h4, .alert-link:hover p, .alert-link:hover a,
.alert-link:focus h4, .alert-link:focus p, .alert-link:focus a,
.alert-link:active h4, .alert-link:active p, .alert-link:active a {
	text-decoration: underline;
}

/* Styling for the emergency popbox for warning and danger - END */
.popular-links-tablet-portrait, .popular-links-tablet-landscape {
	margin: 0;
	padding: 0;
}
#homepage-content .bottom-news a, #homepage-content .bottom-events a, #homepage-content .bottom-thecouncil a {
	display: block;
}
#homepage-content .bottom-news a:focus, #homepage-content .bottom-events a:focus, #homepage-content .bottom-thecouncil a:focus {
	box-shadow: 0 0 3px 2px #12A4A4;
}

/* For all portrait tablet devices with 768 screen width or larger, use these rules to
   make the News, Events and The Council boxes line up side-by-side fully left to right */
@media (max-width: 549px) {
	.banner-hero h1 {
		font-size: 153%;
	}
}
@media (max-width: 767px) {
	.albert-after:after {
		display:none;
	}
	.popbox-heading {
		cursor: pointer;
	}
	.popbox-container {
		margin: 10px 0px;
	}
	.popbox {
		display: none;
	}
	.popbox-footer {
		bottom: 0px;
	}
	#banner-show, .banner-hero, .banner-hero-text-box {
		height: 200px;
	}
	#banner-show, .emergency .banner-hero, .emergency .banner-hero-text-box {
		height: auto;
	}
	#homepage-content #banner-show {
		margin-bottom: 5px;
	}
	.banner-hero-text-align {
		bottom: 0px;
	}
	.emergency .banner-hero-text-box {
		padding: 18px 15px 15px 0;
	}
	.emergency .banner-hero-text {
		width: 90% !important;
		max-width: 90% !important;
	}
	#homepage-content .boxbody, #homepage-content .boxbody-news {
		padding: 15px 0;
	}
	#homepage-content .topbox-container .news {
		margin: 0 0 5% 0;
		display: inline-block;
	}
	#homepage-content .topbox-container .events {
		margin: 0 0 5% 0;
		display: inline-block;
		padding: 0 5%;
	}
	#homepage-content .topbox-container .thecouncil {
		margin: 0 0 5% 0;
		display: inline-block;
	}
	#homepage-content .thecouncil span, #homepage-content .boxbody ul, #homepage-content .boxbody-news ul {
		display: none;
	}
	#homepage-content .boxbody ul li {
		height: 75px;
	}
	#homepage-content .boxbody-news ul li {
		height: 100px;
	}
	#homepage-content .topbox {
		display: block;
		width: 100%;
	}
	#homepage-content .topbox-container {
		display: inline-block;
		min-width: 32%;
		margin-bottom: 10px;
	}
	#homepage-content .topbox h3 {
		font-size: 150%; 
		text-align: center;
	}
	#homepage-content .topbox-news {
		margin-right: 7px;
		text-align: center;
		border-right: 1px solid #e6e7e8;
	}
	#homepage-content .topbox-events {
		margin: 0px 3px 0px 3px;
		text-align: center;
	}
	#homepage-content .topbox-thecouncil {
		margin-left: 7px;
		text-align: center;
		border-left: 1px solid #e6e7e8;
	}
	#homepage-content .promobox {
		margin-bottom:10px;
		height: auto;
	}	
	#homepage-content .promobox .topbox {
		margin-top: 5px;
		margin-right: 0 ;
		margin-bottom: 0;
	}
	#homepage-content .home-page-links ul > li {
		width:100% !important;
		border-right:0px;
		margin-bottom: 1px;
	}
	#homepage-content .home-page-links {
		height:200px;
		display: block;
		margin-top:5px;
		margin-bottom:25px; /* 20px + the 5px for the padded top */
		clear: both;
	}
	#homepage-content .home-page-links ul {
		height:200px;
	}
	#homepage-content .promobox .promo-img-mobile {
		display: block;
	}
	#homepage-content .promobox .promo-img {
		display: none;
	}
	.page-content .popular-links-tablet-landscape, .page-content .popular-links-tablet-portrait {
		display: none;
	}
}

/* For all portrait tablet devices with 768 screen width or larger, use these rules to
   make the News, Events and The Council boxes line up side-by-side fully left to right */
@media (min-width: 768px) {
	#banner-show, .banner-hero, .banner-hero-text-box{
		height: 231px;
	}
	.popbox-container {
		height: auto;
		margin-bottom: 10px;
	}
	.popbox {
		display: none;
	}
	.popbox-footer {
		bottom: 0px;
	}	
	.popbox-heading {
		cursor: pointer;
	}
	#homepage-content #banner-show {
		margin-bottom: 15px;
	}
	.banner-hero-text-align {
		bottom: 0px;
	}
	#homepage-content #banner-show ul {
		height: 230px;
	}
	#homepage-content .boxbody ul li {
		height: 140px;
	}
	#homepage-content .boxbody-news ul li {
		height: 280px;
	}
	#homepage-content .boxbody ul li:last-child, #homepage-content .boxbody-news ul li:last-child {
		display: none;
	}
	#homepage-content .topbox-news {
		margin: 15px 0px;
		padding-right: 15px;
	}
	#homepage-content .boxbody-news .news-img-frame {
		height: 140px;
		width: 270px;
		position: relative;
		overflow: hidden;
	}
	#homepage-content .boxbody-news ul li a .news-img-frame img {
		position: absolute;
		left: -1000%;
		right: -1000%;
		top: -1000%;
		bottom: -1000%;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
	}
	#homepage-content .topbox-events {
		margin: 15px 0;
	}
	#homepage-content .topbox-thecouncil {
		margin: 15px 0px;
		padding-left: 15px;
	}
	.topbox-news .boxbodylist, .topbox-events .boxbodylist {
		border-right: 1px solid #e6e7e8;
		padding-right: 15px;
	}
	#homepage-content .events .boxbody ul li p {
		padding: 0 0 0 3%;
	}
	#homepage-content .boxbody ul li .date {
		float: left;
		width: 10%;
		text-align: center;
	}
	#homepage-content .events ul li p {
	}
	#homepage-content .promobox {
		height: auto;
	}		
	#homepage-content .promobox .promo-img-mobile {
		display: block;
	}
	#homepage-content .promobox .promo-img {
		display: none;
	}
	#homepage-content .topbox-container {
		margin-bottom: 15px;
	}
}

/* For all landscape tablet devices with 992 screen width or larger, use these rules to
   make the News, Events and The Council boxes line up side-by-side fully left to right */
@media (min-width: 992px) and (max-width: 1199px) {
	#homepage-content .topbox-container:nth-child(1) {
		width: 300px;
	}
	#homepage-content .topbox-container:nth-child(2) {
		width: 319px;
	}
	#homepage-content .topbox-container:nth-child(3) {
		width: 320px;
	}
}

@media (min-width: 992px) {
	.popbox {
		display: block !important;
	}
	.popbox-heading {
		cursor: default;
		pointer-events: none;
	}	
	.popbox-content {
		max-height: 260px;
	}
	.popbox-footer {
		bottom: 2px;
	}		
	#banner-show, .banner-hero, .banner-hero-text-box, .popbox-container {
		height: 400px;
	}
	.banner-hero-text-align {
		bottom: 19px;
	}
	#homepage-content #banner-show ul {
		height: 300px;
	}
	#homepage-content .topbox {
		height:280px;
		margin-bottom: 6%;
	}
	#homepage-content .news {
		margin-right: 4%;
	}
	#homepage-content .events {
		margin: 0 2%;
	}
	#homepage-content .thecouncil {
		margin-left: 4%;
	}
	#homepage-content .events .boxbody ul li p, #homepage-content .events .boxbody-news ul li p {
		padding: 0 0 0 3%;
	}
	#homepage-content .boxbody ul li {
		height: 120px;
	}
	#homepage-content .boxbody-news ul li {
		height: 240px;
		overflow: hidden;
	}
	#homepage-content .boxbody-news .news-img-frame {
		height: 110px;
		width: 270px;
		position: relative;
		overflow: hidden;
	}
	#homepage-content .boxbody-news .news-img-frame img {
		position: absolute;
		left: -1000%;
		right: -1000%;
		top: -1000%;
		bottom: -1000%;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
	}
	#homepage-content .boxbody ul li .date {
		float:left;
		width: 10%;
		text-align: center;
	}
	#homepage-content .events ul li p {
	}
	#homepage-content .promobox .promo-img-mobile {
		display: none;
	}
	#homepage-content .promobox .promo-img {
		display: block;
	}
	#homepage-content .promobox .topbox {
			height: 365px;
	}
	#homepage-content .bottom-news {
		margin-right: 3%;
	}
	#homepage-content .bottom-events {
		margin-right: 5px;
		margin-left: 5px;
	}
	#homepage-content .bottom-thecouncil {
		margin-left: 10px;
	}
}

/* For all desktops or devices with 1200 screen width or larger, use these rules to
   make the News, Events and The Council boxes line up side-by-side fully left to right */
@media (min-width: 1200px) {
	#banner-show, .banner-hero, .banner-hero-text-box, .popbox-container {
		height: 400px;
	}
	.banner-hero-text-align {
		bottom: 23px;
	}
	#homepage-content #banner-show ul {
		height: 364px;
	}
	#homepage-content .boxbody ul li {
		height: 90px;
	}
	#homepage-content .boxbody-news ul li {
		height: 135px;
	}
	#homepage-content .boxbody ul li:last-child, #homepage-content .boxbody-news ul li:last-child {
		display: block;
	}
	#homepage-content .boxbody-news h4 {
		margin: -3px 0 0 0;
	}
	#homepage-content .boxbody-news p {
		clear: both;
	}
	#homepage-content .boxbody-news .news-text-frame {
		float: left;
		width: 177px;
	}
	#homepage-content .boxbody-news .news-img-frame {
		float: right;
		height: 85px;
		width: 140px;
		position: relative;
		overflow: hidden;
	}
	#homepage-content .boxbody-news .news-img-frame img {
		position: absolute;
		left: -1000%;
		right: -1000%;
		top: -1000%;
		bottom: -1000%;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
	}
	#homepage-content .boxbody ul li p {
		font-size: 87.5%; /* Shrink text size to allow sentence onto screen */
	}
	#homepage-content .news{
		margin-right: 4%;
	}
	#homepage-content .events {
		margin: 0 2%;
	}
	#homepage-content .thecouncil {
		margin-left: 4%;
	}
	#homepage-content .events .boxbody ul li p {
		padding: 0 0 0 2%;
	}
	.popular-links-tablet-landscape {
		display: inline;
	}
	#homepage-content .bottom-news {
		margin-right: 3%;
	}
	#homepage-content .bottom-events {
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	#homepage-content .bottom-thecouncil {
		margin-left: 3%;
	}
}

/* For all portrait tablet devices with 300 screen width or smaller, use these rules to
   make the News, Events and The Council boxes line up side-by-side fully left to right */
@media (max-width: 300px) {
	#homepage-content .news {
		margin: 0 0 2% 0;
		float: none;
	}
	#homepage-content .events {
		margin: 0 0 2% 0;
		float: none;	
	}
	#homepage-content .thecouncil {
		margin: 0 0 2% 0;
		float: none;	
	}
	#homepage-content .boxbody ul {
		display: none;
	}
	#homepage-content .topbox h3 {
		font-size: 6vw;
	}
}
/****** FILE: resources/themes/ccc-default/dist/css/responsive.css *****/
.header-search {
    display:table;
    width:100%;
}
input[type=text].header-search-field { background-image: none; }
.header-search-button-cell {
    width: 26px;
    height: 26px;
    display:table-cell;
}
.header-search-cell {
    width: auto;
    display:table-cell;
}
*html .header-search-cell {float:right;} /* For IE, of course... */

input[type=text].header-search-field {
    border-right: none;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}
input[type=text].header-search-field:focus {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type=text].header-search-field:focus, .header-search-button:focus {
	outline:none; 
    /* IE6-9 */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-search-button {
    float: right;
    margin: 0;
    border-left: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.glyphicon-search {
    font: normal normal normal 21px 'Glyphicons Halflings';
    position: relative;
    top: -1px;
    right: 1px;
}
@media (max-width: 767px) {
    input[type=text].header-search-field {
        padding: 0 0 0 2px;
        margin: 0;
        border: 1px solid #ffffff;
    }
    .header-search-button {
        padding: 1px 0 0 2px;
        border: 1px solid #000000;
        height: 28px;
        width: 100%;
    }
    .glyphicon-search {
        font-size: 125%;
        line-height: 46px;
        margin: 0;
        padding: 0;
        text-align: center;
        color:#414042;
    }
    .fa-times {
        color:#414042;
    }
    .page-sidebar {
        padding-left: 0 !important;
    }
    #SearchForm_SearchForm_Search {
        padding-left: 10px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }
    .header-middle {
        background-color: #ffffff;
        margin:0;
        padding:0;
    }
    .header-middle-section {
        display: block;
        height: 50px;
        z-index: 9999;
    }
    .header-middle-section img {
        display: block;
    }
    .header-top, .search-wrapper {
        display: none;
        background-color: #098484;
    }
    .login-wrapper {
        display: none;
    }
    input[type=text].header-search-field, .header-search-button {
        height: 26px !important; /* Must be the same height as header-middle-section */
        width: 100%;
        border: none;
        line-height: 26px;
        padding: 0;
    }
    input[type=text].header-search-field:focus {
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .brand-logo.brand-logo {
        padding: 12px 0 0 0;
    }
    .search-button-text {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .header-search-button {
        color: #ffffff;
        background-color: #000000;
    }
    .header-search-button:hover, .search-button-text:focus {
        color: #ffffff;
        background-color: #000000;
    }
    .search-button-text:active {
        color: #ffffff;
        background-color: #6d6e71;
    }
    .search-button-text-remove {
        font-size: 125%;
        height: 26px;
        line-height: 26px;
        margin: 0;
        padding: 0;
        text-align: center;
        color: #414042;
        background-color: #ffffff;
    }
    .header-search-xs {
        background-color: #e6e6e6;
    }
    .search-wrapper {
        display: none;
        padding-right: 15px;
        padding-left: 15px;
        height: 42px;
    }
	.search-wrapper label {
		display: block;
    }
    .navbar-form {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #search-bar {
        margin: 8px 0;
        padding: 0;
        display: inline-block;
    }
    a.slidesearch, a.slidesearch:hover, a.slidesearch:active, a.slidesearch:visited,
    a.search-drop, a.search-drop:hover, a.search-drop:active, a.search-drop:visited {
        text-decoration: none !important;
        display: block;
        text-align: center;
    }
    .slidesearch-wrap {
        text-align: center;
        height: 50px;
    }
    .slidesearch-wrap-grey {
        background-color: #098484;
        text-align: center;
    }
    .slidesearch-wrap-grey .glyphicon-search {
        color: #ffffff;
    }
    .search-drop, .search-drop:hover, .search-drop:active, .search-drop:visited {
        font: normal normal normal 100% FontAwesome;
        font-size: 30px;
        line-height: 50px;
        color: #000000;
        text-decoration: none;
    }
    .search-drop:hover, .search-drop:active, .search-drop:visited {
        text-decoration: none;
    }
    .navbar {
        display: none;
    }
    .navbar-collapse {
        z-index: 10;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-default {
        background-color: transparent;
    }
    .navbar-collapse {
        background-color: #f8f8f8;
    }
   .fillScreen {
        width: 100%;
    }
    .bigfoot {
        display: none;
    }
    .littlefoot {
        background: #000000 url('/resources/themes/ccc-default/dist/images/branding/CCCFooterPattern.jpg') repeat-x bottom left;
    }
    .littlefoot a {
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
    }
    .littlefoot a h3 {
        margin: 20px 0;
        display: inline-block;
        border-bottom: 2px solid #000000;
    }
    .littlefoot a:hover h3 {
        border-bottom: 2px solid #ffffff;
    }
    .littlefoot h3 {
        margin: 20px 0;
    }
    .littlefoot .translate a h3 {
        margin: 20px 5px 3px 0;
        padding: 0 5px 0 0;
        line-height: 16px;
        font-size: 14px;
    }
    .littlefoot .translate a:hover h3, .littlefoot .translate a:focus h3, .littlefoot .translate a:active h3 {
        text-decoration: none;
    }
    .contact-table img {
        margin: 10px 10px 10px 0;
    }
    .littlefoot img {
        min-width: 30px;
    }
    .footer-list {
        padding: 0 0 15px 0;
        margin: 0;
    }
    .footer-top {
        margin: 0;
        padding: 20px 0;
    }
    .footer-copyright {
        margin: 0;
        padding: 20px 0;
    }
    .footer-copyright ul {
        padding-bottom: 0;
    }
    .footer-footer {
        font-size: 10px;
    }
    .form-group {
        margin-bottom: 0 !important;
        padding-left:15px;
        padding-right:15px;
    }
    .arrow-left {
        width: auto;
    }
    .arrow-left img {
        display: none;
    }
    .arrow-left i {
        display: none;
    }
    .userdefinedform {
        width: 100%;
    }
    input, textarea, select, label {
        width: 100%;
    }
    .table-top, .table-top-left, .table-left {
        max-width: 767px;
    }
    /* Make images pop to full width on mobile */
    .page-content p img.right, .page-content p img.left {
        width: 100% !important;
    }
    .page-content .captionImage {
        width: 100% !important;
    }
    .page-content .captionImage img {
        width: 100%;
    }
    .govt-logo {
        text-align: left;
    }
    .govt-logo img {
        margin: 20px 0;
        width: 200px;
    }
}

@media (min-width: 768px) {
    .glyphicon-search {
        font-size: 125%;
        line-height: 46px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .fa-times {
        color:#414042;
    }
    input[type=text].header-search-field {
        height: 24px; /* Must be the same height as header-middle-section */
        width: 100%;
    }
    .arrow-left-after {
        border-width: 15px;
        margin-top: -15px;
    }
    .search-button-text {
        line-height: 22px;
        margin: 0 0 2px 0;
    }
    .header-middle-section img {
        display: block;
    }
    .search-button-text-remove {
        font-size: 125%;
        height: 26px;
        line-height: 26px;
        margin: 0;
        padding: 0;
        text-align: center;
        color: #414042;
        background-color: #ffffff;
    }
    .footer-div {
        padding-top: 15px;
    }
    .littlefoot {
        display: none;
    }
    .bigfoot {
        display: block;
        background: #000000 url('/resources/themes/ccc-default/dist/images/branding/CCCFooterPattern.jpg') repeat-x bottom left;
    }
    .bigfoot a {
        text-decoration: none;
        color: #ffffff;
    }
    .bigfoot a h3 {
        margin: 20px 0 0 20px 0;
        display: inline-block;
        border-bottom: 2px solid #000000;
    }
    .bigfoot a:hover h3 {
        border-bottom: 2px solid #ffffff;
    }
    .footer-list {
        margin-bottom: 0;
    }
    .fillScreen {
        width: 100%;
    }
    .slidesearch-wrap a, .slidesearch-wrap a .glyphicon-search, a.search-drop {
        text-decoration: none !important;
        display: block;
        text-align: center;
        color: #414042;
    }
    .slidesearch-wrap-grey a:hover .glyphicon-search, .slidesearch-wrap-grey a:active .glyphicon-search, .slidesearch-wrap-grey a:visited .glyphicon-search, a.search-drop:hover, a.search-drop:active, a.search-drop:visited {
        text-decoration: none !important;
        display: block;
        text-align: center;
        color: #ffffff;
    }
    .slidesearch img {
        height: 40px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .slidesearch-wrap {
        position: relative;
    }
    .slidesearch-wrap-grey {
        text-decoration: none;
        background-color: #098484;
    }
    .slidesearch-wrap-grey .glyphicon-search {
        color: #ffffff;
    }
    .form-group {
        margin-bottom: 0 !important;
    }
    .header-search {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text].header-search-field {
        border-right: none;
    }
    .arrow-left {
        position: relative;
        padding: 0;
        margin: 0;
        background: #f2f2f2;
        width: 74px;
    }
    .arrow-left:hover {
        background: #999999;
    }
    .arrow-left img {
        display: none;
    }
    .arrow-left i {
        display: none;
    }
    .userdefinedform {
        width: 100%;
    }
    input, textarea, select, label {
        width: 100%;
    }
    .table-top, .table-top-left, .table-left {
        max-width: 931px;
    }
    #autoSave {
        width: 200px;
    }
    .bigfoot .footer-socmed {
        margin-bottom: 20px;
    }
    .bigfoot .footer-socmed a {
        margin: 0 20px 0 0;
    }
    .bigfoot .footer-socmed a:last-child {
        margin: 0;
    }
    .contact-table img {
        margin: 0 10px 0 0;
    }
    .bigfoot .footer-payments ul {
        margin: 20px 0;
    }
    .govt-logo {
        text-align: right;
        line-height: 68px;
        width: 150px;
    }
    .breadcrumb-row, .header-middle-section {
        display: block;
        margin-left: -0;
        margin-bottom: 0;
        z-index: 9999;
    }
    .header-middle-section {
        height: 60px;
    }
    .header-middle {
        border-bottom: none;
        margin-top: 10px;
    }
    .brand-logo.brand-logo {
        padding: 12px 0;
    }
    #search-bar {
        margin: 0 0;
    }
    input[type=text].header-search-field {
        height: 26px; /* Must be the same height as .header-search-button below */
        padding: 0 0 0 2px;
        margin: 0;
        border: 1px solid #098484;
        width: 156px;
        border-right: none;
    }
    input[type=text].header-search-field:hover, input[type=text].header-search-field:focus, input[type=text].header-search-field:active {
        border: 1px solid #000000;
        border-right: none;
    }
    .search-button-text {
        color: #ffffff;
    }
    .header-search-button {
        padding: 0 8px;
        border: 1px solid #098484;
        border-right: none;
        background-color: #098484;
        margin-bottom: 0;
        width: 64px;
        height: 28px;
    }
    .header-search-xs.on .header-search-button, .header-search-button:hover, .header-search-button:focus {
        border: 1px solid #000000;
        background-color: #000000;
    }
    .header-search-xs.active .header-search-button, .header-search-xs.active .header-search-field {
        color: #ffffff;
        border: 1px solid #6d6e71;
    }
    .header-search-xs.active .header-search-button {
        background-color: #6d6e71;
    }
    .navbar {
        display: block;
    }
    .header-top, .search-wrapper {
       display: block;
       padding-right: 0;
       padding-left: 0;
    }
    .login-wrapper {
        margin: 17px 0;
        padding-left: 10px;
    }
    .login-wrapper a, .edit-cms-link a {
        height: 25px;
        line-height: 22px;
        color: #414042;
        text-decoration: none;
        float: right;
    }
    .login-wrapper a:hover, .login-wrapper a:focus, .login-wrapper a:active, .edit-cms-link a:hover, .edit-cms-link a:focus, .edit-cms-link a:active {
        outline: none;
        border-bottom: 2px solid #414042;
        text-decoration: none;
    }
    .onpage, .glyphicon-search {
        display: none;
    }
    #autoSave {
        width: 225px;
    }
    .tandc {
        padding: 23px 0 0 0;
    }
    .footer-accordian {
        display: none;
    }
    .header-quicklinks li a {
        padding: 0 8px;
    }
    input[type="text"].header-search-field {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #search-bar {
        margin: 17px 0;
    }
    .header-top, .search-wrapper {
        display: block;
        padding-right: 0;
    }
    .table-top, .table-top-left, .table-left {
        max-width: 1140px;
    }
    .social-table-cell {
        padding: 0 10px 10px 0;
    }
    .bigfoot .footer-socmed a {
        margin: 0 14px 0 0;
    }
    .header-search-xs.active .header-search-field {
        border: 1px solid #6d6e71;
    }
    .header-quicklinks li a {
        padding: 0 8px;
    }
    .footer-copyright {
        padding: 23px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .header-top, .glyphicon-search {
        display: block;
    }
    .onpage {
         display: none;
    }
    .header-search-xs {
        margin-top: 0;
    }
    input[type=text].header-search-field {
        width: 225px;
        border-right: none;
    }
    .header-search-button {
        margin-bottom: 0;
        padding: 0 8px;
     }
    .navbar {
        display: inline-block;
    }
    .littlefoot {
        display: none;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar .navbar-nav li {
        position: relative;
    }
    .nav>li {
        position: relative;
    }
    .header-quicklinks {
        font-size: 100%;
    }
    .header-quicklinks li a {
        padding: 0 11px;
    }
    .header-search-button img {
        display: inline;
    }
    .arrow-left i {
        display: inline;
    }
    .userdefinedform {
        width: 100%;
    }
    input, textarea, select, label {
        width: 100%;
    }
    .table-top, .table-top-left, .table-left {
        max-width: 1140px;
    }
    #autoSave {
        width: 250px;
    }
    .social-table-cell {
        padding: 0 30px 10px 0;
    }
    .bigfoot .footer-socmed a {
        margin: 0 30px 0 0;
    }
    .footer-copyright {
        margin: 23px 0 0 0;
        padding: 0;
    }
    .govt-logo img {
        width: 185px;
    }
}
/****** FILE: resources/themes/ccc-default/dist/css/lightbox.css *****/
/* Preload images */
body:after {
  content: url(/resources/themes/ccc-default/dist/images/icons/close.png) url(/resources/themes/ccc-default/dist/images/icons/loading.gif) url(/resources/themes/ccc-default/dist/images/icons/prev.png) url(/resources/themes/ccc-default/dist/images/icons/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/resources/themes/ccc-default/dist/images/icons/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/resources/themes/ccc-default/dist/images/icons/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/resources/themes/ccc-default/dist/images/icons/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/resources/themes/ccc-default/dist/images/icons/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/****** FILE: resources/themes/ccc-default/dist/css/lity.css *****/
/*! Lity - v3.0.0-dev - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

/****** FILE: resources/themes/ccc-default/dist/css/gallery.css *****/
.gallery_title {
	margin: 0 0 5px 0;
	padding: 0 0 0 1%;
}
.gallery_caption {
	margin: 0 0 10px 0;
	padding: 0 0 0 1%;
}
.image_gallery {
	clear: both;
	padding: 1%;
	background-color: #f2f2f2;
	display: table;
	width: auto;
	margin:0px;
}
.gallery-image-frame {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.gallery-title {
	font-weight: 600;
	font-size: 87.5%;
	text-align: center;
}
.gallery-holder {
	background-color: #ffffff;
	border-bottom: none;
}
.gallery-image-link {
	display: block;
	text-align: center;
	padding: 2px;
	margin: 0;
	border: 1px solid #cccccc;
	overflow: hidden;
}
gallery-caption {
	display: table-cell;
}
.gallery-image-frame p {
	margin-bottom: 0;
	padding: 5px 2px;
	height:auto;
}
/*
 * Mobile-specific styling
 */
@media (max-width: 549px) {
	.gallery-image-frame {
		width: 50%;
		min-width: 130px;
		/*height: 131px;*/
		margin: 0;
		padding: 1% 1% 1% 1%;
		/*overflow: hidden;*/
	}
	.gallery-image-link {
		height: 106px;
		line-height: 103px; /* 3 less than the height */
	}
	.gallery-image {
		max-height: 100px;
		max-width: 141px;
	}
}
@media (min-width: 550px) and (max-width: 767px) {
	.gallery-image-frame {
		width: 50%;
		min-width: 225px;
		margin: 0;
		padding: 1% 1% 1% 1%;
		/*overflow: hidden;*/
	}
 	.gallery-image-link {
		height: 180px;
		line-height: 177px; /* 3 less than the height */
	}
 	.gallery-image {
		max-height: 174px;
		max-width: 240px;
	}
 }
 
 /*
 * Tablet portrait-specific styling
 */
@media (min-width: 768px) {
	.gallery-image-frame {
		width: 235px;
		min-height: 209px;
		margin: 0;
		padding: 1%;
		/*overflow: hidden;*/
	}
 	.gallery-image-link {
		height: 162px;
		line-height: 159px; /* 3 less than the height */
	}
	.gallery-image {
		max-height: 156px;
		max-width: 220px;
	}
}

/*
 * Tablet landscape-specific styling
 */
@media (min-width: 992px) {
 	.gallery-image-frame {
		 width: 230px;
		 min-height: 209px;
		 margin: 0;
		 padding: 1%;
		 /*overflow: hidden;*/
	}
 	.gallery-image-link {
		height: 162px;
		line-height: 159px; /* 3 less than the height */
	}
 	.gallery-image {
		 max-height: 156px;
		 max-width: 214px;
	}
}

@media (min-width: 1200px) {
 	.gallery-image-frame {
		width: 209px;
		min-height: 184px;
		margin: 0;
		padding: 1%;
		 /*overflow: hidden;*/
	}
	.gallery-image-link {
		height: 144px;
		line-height: 141px; /* 3 less than the height */
	}
 	.gallery-image {
		 max-height: 138px;
		 max-width: 198px;
	}
}
/****** FILE: resources/themes/ccc-default/dist/css/datatables-bootstrap.css *****/
div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	display: inline-block;
	width: 70px;
}

div.dataTables_filter {
	width: 100%;
  height: 24px;
  padding: 0;
  margin: 0;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
  float: right;
  padding: 0 0 0 2px;
  margin: 0;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  height: 26px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
div.dataTables_filter input:focus {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

div.filteron {
  margin-top: 1%;
}

div.filterbutton {
    float: left;
    margin: 1% 2% 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

.page-content div.dataTables_paginate ul > li {
	margin: 0;
  padding-left: 0;
	white-space: nowrap;
}
div.dataTables_paginate ul.pagination li.active a {
	background-color:  #007dba;
  color:#FFFFFF;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper > div.row > div,
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}

	div.DTTT {
		margin-bottom: 0.5em;
	}
}

table.dataTable {
	clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #666666;
  border-bottom: 6px solid #757575;
  height: 100%;
  max-width: 100%;
  margin: 14px 0;
  padding: 0px;
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
table.dataTable th {
  background-color: #757575;
  border: 0px solid #666666;
  border-width: 0px 0px 1px 1px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 7px 18px 7px 12px;
}

table.dataTable td {
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 7px 12px;
  color: #666666;
}

table.dataTable tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.dataTable tr:nth-child(even) {
  background-color: #ffffff;
}

table.dataTable input[type=text] {
  color: #666666;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
/*  background-repeat: no-repeat;
  background-position: center right; */
  position: relative;
  width: auto;
  cursor: pointer;
}
table.dataTable thead tr th.sorting:after,
table.dataTable thead tr th.sorting_asc:after,
table.dataTable thead tr th.sorting_desc:after {
  font-family: 'FontAwesome';
  font-size: 150%;
  position: absolute;
  top: 25%;
  right: 2px;
  display: block;
}
table.dataTable thead tr th.sorting {
  background-color: #757575;
  background-clip: padding-box;
}
table.dataTable thead .sorting {
/*  background-image: url("/resources/themes/ccc-default/dist/images/icons/sort_both.png"); */
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
}
table.dataTable thead tr th.sorting_asc,
table.dataTable thead tr th.sorting_desc {
/*  background-image: url("/resources/themes/ccc-default/dist/images/icons/sort_asc.png"); */
  background-color: #098484;
  background-clip: padding-box;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
}
table.dataTable thead .sorting_desc {
/*  background-image: url("/resources/themes/ccc-default/dist/images/icons/sort_desc.png"); */
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
}
table.dataTable thead .sorting_asc_disabled {
/*  background-image: url("/resources/themes/ccc-default/dist/images/icons/sort_asc_disabled.png"); */
}
table.dataTable thead .sorting_desc_disabled {
/*  background-image: url("/resources/themes/ccc-default/dist/images/icons/sort_desc_disabled.png"); */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #FFFFFF;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable thead > tr > th {
/*	padding-right: 30px; */
}

table.dataTable th:active {
	outline: none;
}

/* Condensed */
table.dataTable.table-condensed thead > tr > th {
	padding-right: 20px;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}

/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: #FFFFFF;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: #FFFFFF;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: #FFFFFF !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: #FFFFFF;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
  	display: none;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
    margin: 0 !important
}

tfoot {
    display: table-header-group;
}

/*
 * Final styling
 */
/* On mobiles padd the bottom to remove the cluttered look */
@media (max-width: 767px) {
  .registry-search {
    padding-bottom: 10px;
  }
}
.registry-search .dataTables_filter, .registry-showing, registry-show {
    height: 26px;
}
.registry-showing .dataTables_info {
    text-align: left;
    padding: 0;
}
.registry-showing label, .registry-show label {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .registry-showing, .registry-show {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .registry-showing, .registry-show {
        margin-bottom: 0;
    }
}
.registry-show .dataTables_length label {
    text-align: right;
}
.dataTables_length label .input-sm {
    padding: 0 0 4px 4px;
    font-size: 87.5%;
    height: 25px;
}
.registry-search .dataTables_filter label .input-sm {
    font-size: 100%;
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}
.registry-search .dataTables_filter label .input-sm:focus {
    background-color: #FFFFFF;
}

/* PAGINATION FOR REGISTRY TABLES */

.dataTables_paginate .pagination {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 15px;
	border-top: 1px #b1b3b6 solid;
	border-bottom: 1px #b1b3b6 solid;
	padding-left: 0px;
}
.dataTables_paginate .pagination a{
  margin-top: 4px !important;
}
.pagination .active a {
	color: #6d6e71;
}
.pagination .active a:hover  {
	color: #6d6e71;
}
.pagination .disabled a, .pagination .disabled a:hover {
	color: #b1b3b6;
	pointer-events: none;
}
.pagination .disabled .circle-border, .pagination .disabled .black-stroke polyline {
	stroke: #b1b3b6 !important;
	border-color: #b1b3b6;
}

.pagination .next {
  padding-right: 0px;
}
.pagination .previous {
	padding-left: 0px;
}

.pagination li {
	display: inline;
}

.pagination .disabled.elipses {
	padding: 3px 0px 0px 0px;
}
.pagination li a:hover {
  text-decoration: none;
  background-color: transparent !important;

}
.pagination li a {
  color: #098484;
}
.pagination li.active a {
	color: #000 !important;
  cursor: default;
  background-color: transparent !important;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
	color: #b1b3b6;
	background-color: transparent;
	cursor: default;
}
/****** FILE: resources/themes/ccc-default/dist/css/timeline.css *****/
/*********************************
* Timeline: Primary style		*
*********************************/
.timeline-container *, .timeline-container *:after, .timeline-container *:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline-content img {
	max-width: 100%;
	padding: 0;
}
.timeline-content h1 {
	font-weight: 600;
	font-size: 200% !important;
	line-height: 130%;
}
.timeline-content h2 {
	font-weight: 600;
	font-size: 112.5% !important;
	line-height: 150%;
	margin: 0 0 0.5em 0;
}
/*.timeline-content a {
	color: #337ab7;
	text-decoration: none;
}
.timeline-content a:hover, .timeline-content a:focus {
	color: #23527c;
	text-decoration: underline;
}
.timeline-content a:active {
	color: #23527c;
	text-decoration: underline;
}

/*************************************************
* Timeline modules: reusable parts of the design *
*************************************************/
/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
.timeline-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
/* clearfix */
.timeline-container::after {
	content: '';
	display: table;
	clear: both;
}

/******************
* Main components *
******************/
.timeline {
	position: relative;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
/* this is the vertical line */
.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 55px;
	height: 100%;
	width: 1px;
	background: #098484;
}
.timeline-block {
	position: relative;
	margin: 4em 0 0 0;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-block:first-child {
	margin-top: 0;
}
.timeline-block:last-child {
	margin-bottom: 0;
	padding-bottom: 2em;
}
.timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	background: #098484;
	padding-bottom: 5px;
}
.timeline-img img {
	display: block;
	width: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
p.timeline-item {
  display: block;
  width: 100px;
  position: relative;
  left: 50%;
  top: 13px;
  margin-left: -50px;
  margin-top: -12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
}
.timeline-content {
	position: relative;
	margin-left: 120px;
	padding: 1em;
}
.timeline-content::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 100%;
	height: 0;
	width: 0;
	border: 9px solid transparent;
}

/* Colour the background of the last block to hide the line in the middle of the timeline.
	 Also the timeline-content blocks will have to change to accommodate the various areas a timeline can be used.
	 Depending on where the section is, set the background color for:
	 1. Normal page content (#ffffff background): */
.timeline-theme-grey {
	background-color: #f9f9f9;
}
.timeline-theme-grey::before {
    border-right: 9px solid #f9f9f9;
}
.timeline-theme-council {
	background-color: #e5f1f8;
}
.timeline-theme-council::before {
    border-right: 9px solid #e5f1f8;
}
.timeline-theme-applicant {
	background-color: #f2f8e8;
}
.timeline-theme-applicant::before {
    border-right: 9px solid #f2f8e8;
}
.timeline-theme-applicant-council {
	background-color: #dfeec6;
}
.timeline-theme-applicant-council::before {
    border-right: 9px solid #dfeec6;
}
.timeline-theme-other {
	background-color: #fcdfc9;
}
.timeline-theme-other::before {
    border-right: 9px solid #fcdfc9;
}
.timeline-block:last-child {
	background-color: #ffffff;
}
/* 2. Timelines in a Section (#f9f9f9 background):
   Make the grey timelines darker to be visible in a grey section: */
.section-wrapper .timeline-theme-grey {
	background-color: #e6e7e8;
}
.section-wrapper .timeline-theme-grey::before {
    border-right: 9px solid #e6e7e8;
}
/* Make the last timeline content block section-grey #f9f9f9 instead of white #ffffff */
.section-wrapper .timeline-block:last-child {
	background-color: #f9f9f9;
}
/* END: Are the following colours used? */
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-content p, .timeline-content .timeline-read-more, .timeline-content .timeline-date {
	font-size: 100%;
}
.timeline-content .timeline-read-more {
	display: inline-block;
}
.timeline-content p {
	margin: 0;
	line-height: 150%;
}
.timeline-content .timeline-read-more {
	float: right;
	padding: .4em 1em;
	background: #098484;
	color: #ffffff;
}
.timeline-content .timeline-read-more:hover {
	background-color: #757575;
	text-decoration: none;
	color: #FFFFFF;
}
@media (min-width: 768px) {
	.timeline-content h2 {
		font-size: 150%;
	}
	.timeline-content p {
		font-size: 100%;
		line-height: 150%;
	}
	.timeline-content .timeline-read-more {
		font-size: 100%;
	}
}
@media (min-width: 1200px) {
	.timeline-content {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.timeline-align-center {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.timeline-align-center::before {
		left: 50%;
		margin-left: -2px;
	}
	.timeline-align-center .timeline-block {
		margin: 4em 0 0 0;
	}
	.timeline-align-center .timeline-block:first-child {
		margin-top: 0;
	}
	.timeline-align-center .timeline-img {
		width: 110px;
		padding-bottom: 5px;
		left: 50%;
		margin-left: -55px; /* MUST be half the width of this element */
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.timeline-align-center .timeline-content {
		margin-left: 0;
		padding: 1em;
		width: 40.5%;
	}
	.timeline-align-center .timeline-content::before {
		top: 10px;
		left: 100%;
		border-color: transparent;
		border-left-color: #f9f9f9;
	}
	.timeline-align-center .timeline-content .timeline-read-more {
		float: left;
	}
	.timeline-align-center .timeline-block:nth-child(even) .timeline-content {
		float: right;
	}
	.timeline-align-center .timeline-block:nth-child(even) .timeline-content::before {
		top: 10px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #f9f9f9;
	}
	.timeline-align-center .timeline-block:nth-child(even) .timeline-content .timeline-read-more {
		float: right;
	}
	.timeline-align-center .timeline-block:nth-child(even) .timeline-content .timeline-date {
		left: auto;
		right: 135%;
		text-align: right;
	}
}
.timeline-img.is-hidden {
	visibility: hidden;
}
.timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: timeline-bounce-1 0.6s;
	-moz-animation: timeline-bounce-1 0.6s;
	animation: timeline-bounce-1 0.6s;
}
.timeline-content.is-hidden {
	visibility: hidden;
}
.timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: timeline-bounce-2 0.6s;
	-moz-animation: timeline-bounce-2 0.6s;
	animation: timeline-bounce-2 0.6s;
}
/* inverse bounce effect on even content blocks */
.timeline-block:nth-child(even) .timeline-content.bounce-in {
	-webkit-animation: timeline-bounce-2-inverse 0.6s;
	-moz-animation: timeline-bounce-2-inverse 0.6s;
	animation: timeline-bounce-2-inverse 0.6s;
}
@-webkit-keyframes timeline-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes timeline-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
	}
}
@keyframes timeline-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes timeline-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes timeline-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes timeline-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes timeline-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes timeline-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes timeline-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
/****** FILE: resources/themes/ccc-default/dist/css/ctoc/ctoc.css *****/
.ctoc{
	margin-bottom:20px;
}

.ctoc-dashboard p{
	margin:0;
	padding:0;
}
#ctoc-holder .ctoc-item-title{
	font-size: 120%;
	line-height: 150%;
	font-weight: 600;
	color: #666666;
	margin: 5px 0 5px 0;
}

#ctoc-holder .ctoc-item-lastupdated {
	font-size: 100%;
	line-height: 120%;
	font-weight: 600;
	color: #666666;
	margin: 5px 0 15px 0;
}
#ctoc-holder .ctoc-holder-item {
	padding:0;
	margin:0 0 10px 0;
}
#ctoc-holder-travel .ctoc-holder-item {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#ctoc-holder .ctoc-holder-content {
	padding:15px 0 0 0;
}
#ctoc-holder-travel .ctoc-holder-content {
	padding:15px 0 0 0;
}
#ctoc-holder .featured-image {
	padding:0;
	margin-bottom:20px;
}
.ctoc-fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	min-width: 0;
	min-height:100px;
	border: 1px #000000 solid;
	padding:0 15px;
	margin-bottom:15px;

}
.ctoc-fieldset legend {
	margin:0;
	padding:0;
	border: 0;
	display:table;
	width:auto;
	font-size:100%;
	padding:0 10px;
}
.ctoc-fieldset img {
	margin-top:7px;
	margin-bottom:7px;
}

.ctoc-list {
	padding:0;
	margin:0;
	list-style:none;
}

.ctoc-list .paddingtopbottom{
	padding-top:7px;
	padding-bottom:7px;
}

/**************
* Ctoc list styling
**************/
.ctoc-list-item {
	margin:15px 0;
	padding:0 15px;
}
.ctoc-list-item P{
	margin-bottom:0;
}
.ctoc-list-item .travel-news-icon{
	width:36px;
	float:left;
	margin-top:5px;
}
.ctoc-list-item .travel-news-content{
	display:block;
	margin-left:40px;
}
/**************
* travelnews holder styling
**************/
#ctoc-holder .ctoc-list-item {
	padding:0 0 25px 0;
	border-bottom:1px solid #757575;
	margin:0;
}

#ctoc-holder .back-to-news{
	margin-top:15px;
}
/**************
* Ctoc shortcode panel styling
**************/
.ctoc-panel .panel-heading {
	background-color: #a4dad2;
	color: #414042;
}
.ctoc-panel .panel-heading h3{
	padding:0;
	margin:0;
	width:83%;
}
.ctoc-panel .ctoc-list-item h3{
	font-size:85%;
	padding:0;
	margin:0;
}
.ctoc-panel .panel-body{
	padding:0;
}

/**************
* Background for lists styling
**************/
.even-row {
	background-color:#f5f5f5 !important;
}
.CTOCDashboardPage .page-content a:focus, .CTOCDashboardPage .page-content a:hover.page-content a:focus, .CTOCDashboardPage .page-content a:hover {
	outline:0;
}
/**************
* Ctoc shortcode button styling
**************/
.ctoc-panel .sidebar-block-link{
	width:160px;
	margin: 15px 0 15px 0;
	font-weight:400;
	text-align:center;
}
.ctoc-panel .sidebar-block-link h3{
	font-weight:400;
}
.ctoc-panel a:active, .ctoc-panel a:hover {
	outline:0;
}
@media (max-width: 767px) {
	.ctoc-panel .sidebar-block-link{
		width:100%;
	}
}

.ctoc-fieldset-link {
	text-align:center;
	margin-bottom:10px;
}
.ctoc-fieldset-link a{
	font-size:85%;
	text-decoration-line: underline;
	margin-bottom:20px;
}

.ctoc-fieldset .traffic-cam-thumbnail{
	height:150px;
}
.ctoc-list .recent-journeys, .journey-times{
	border:0;
	padding:0;
}

.ctoc-list .recent-journeys a{
	font-size:95%;
	padding:7px;
	display:block;
	background-color:#007dba;
	color:#ffffff;
	text-decoration:none;
}
.ctoc-list .recent-journeys span{
	font-size:95%;
	padding-left:5px;
}
.ctoc-list .journey-times{
	font-size:80%;
	display:block;
}
.ctoc-list .journey-times div{
	display:block;
}
.ctoc-list .shadow{
	background-color:#cfcfcf !important;
}
.ctoc-list .shadow div{
	background-color:#cfcfcf !important;
}
.ctoc-list-item .journey-times-icon{
	width:16px;
	float:left;

}
.ctoc-list-item .journey-times-content{
	display:block;
	margin-left:18px;
}
#journey-times-shortcode table {
	margin-bottom:10px;
	margin-top:10px;
}

.ctoc-fieldset form .form-group {
    padding-left: 0;
    padding-right: 0;
}
.ctoc-fieldset form .Actions input[type="submit"]{
	float:none;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	padding:5px;
}
.journey-planner {
	padding:0;
	margin:0;
	list-style:none;
}

.journey-planner li {
	list-style:none;
	float:left;
}
.journey-planner .journey-planner-icon {
	display:block;
	padding:5px;
	margin:0 7px 0 0;
	font-size:150%;
	color:#007dba;
}

.ctoc-list-item-cams .ctoc-traffic-cams-thumbnail img {
	width :100%;
}
.ctoc-cams-thumbnail{
 	width:100%;
	position:relative;
	display:inline-block;
	padding-right:5px;
}
.ctoc-cams-thumbnail-img{
	padding-bottom: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctoc-cams-thumbnail-name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	margin: 0;
	background-color: rgba(1,1,1,.6);
	color: #fff;
	width: 100%;
	padding: .2rem .5rem;
}
.ctoc-cams-img-show{
	max-width:100%;
	width:100%;
}
.ctoc-cams-description-show{
	font-size: 150%;
	line-height: 150%;
	font-weight: 600;
	margin: 5px 0 15px 0;
}
.ctoc-cams-description{
	color: #666666;
	font-weight: 400;
}

.journey-group-list th {
    vertical-align: baseline;
    padding-bottom: 10px;
	text-align: left;
}
.journey-group-list .journey-indicator-col {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
}
.list-table {
    border: none;
}
#ctoc-holder table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.list-table tr.journey-time-first-direction td {
    border: none;
    border-top: 1px solid #ddd;
}
.list-table tr.journey-time-second-direction td, .list-table th {
    border: none;
    border-bottom: 1px solid #ddd;
}
#ctoc-holder table td, #ctoc-holder table th {
    padding: .75em;
    word-wrap: break-word;
}
#CTOC_JourneyPlannerMap {
	height: 35em;
	border: 1px solid black;
}
#journey-times-shortcode .state-red{
	border-left:8px solid red;
}
#journey-times-shortcode .state-orange{
	border-left:8px solid orange;
}
#journey-times-shortcode .state-green{
	border-left:8px solid green;
}
#journey-times-shortcode button{
	float: right;
	margin: -3px 0 0 0;
	padding: 0;
	background: none;
	border: none;
}

.travelnews-wrapper{
	margin-top:0;
}
#travelnews-data thead {
	display:none;
}	
.travelnews-wrapper .page-content table tr td {
    padding: 0
}
.travelnews-wrapper .table-data {
    border-top: 5px solid #098484;
}
.travelnews-wrapper .table-data table.dataTable {
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0px;
}
.travelnews-wrapper table.dataTable td {
    vertical-align: top;
    border-left: 0;
    border-left-width: 0;
    border-right: 0;
    border-right-width: 0;
    border-width: 0;
    text-align: left;
    padding: 0;
}

.travelnews-wrapper .top .table-searchbox-field {
 padding-bottom:0;
 margin-top:0;
}
.travelnews-wrapper .top .table-search-field {
 padding-bottom:5px;
 margin-top:20px;
}
.travelnews-wrapper .top div.dataTables_filter input {
    float: left;
    padding: 0 0 0 2px;
    margin: 0;
    border:1px solid #098484;
    background-color:transparent;
    height: 30px;
    font-size:18px;
    border-radius: 0;
	-webkit-appearance: searchfield;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.travelnews-wrapper .dataTables_empty span{
	display: inline-block;
	margin-top:20px;
	margin-bottom:15px;
}
.travelnews-wrapper div.dataTables_length label {
    width: auto;
    white-space: nowrap;
}
.travelnews-wrapper .dataTables_length {
    text-align:right;
    padding-top: 3px;
}
.travelnews-wrapper #travelnews-data_info {
    text-align:right;
}
.travelnews-wrapper #travelnews-data-most_popular {
    padding-top: 8px;
    white-space: nowrap;
    text-align:left;
}
.travelnews-wrapper table.dataTable tr:nth-child(2n+1) {
    background-color: transparent;
}
.TrafficJourneyTimesHolder .table-top{
	margin-bottom: 0;
}
.TrafficJourneyTimesHolder .page-content table {
	margin-bottom: 0;
}
.TrafficJourneyTimesHolder .table-top th{
	margin-bottom: 0;
}
.TrafficJourneyTimesHolder .section-content-wrapper{
	padding-top: 0;
}
.TrafficJourneyTimesHolder th {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.TrafficJourneyTimesHolder th.journey-state-col-route {
	border-left: 0;
	border-top: 0;
}
.TrafficJourneyTimesHolder th.journey-state-col-usual {
	border-left: 0;
}
.TrafficJourneyTimesHolder th.journey-state-col-top {
	border-top: 0;
}
@media (max-width: 767px) {
    .travelnews-wrapper .dataTables_length {
        text-align:right !important;
    }
    .travelnews-wrapper .dataTables_info{
        text-align:left !important;
    }


	.travelnews-wrapper .top .table-searchbox-field {
		 margin-bottom:20px;
	}
	.travelnews-wrapper .top .table-search-field {
		 padding-bottom:5px;
		 margin-top:0;
	}
}

