@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";

@font-face {

    font-family: 'LubalinGraphStd';
    src: url("../fonts/3237F2_1_0.eot");
    src: url("../fonts/3237F2_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3237F2_1_0.woff2") format("woff2"), url("../fonts/3237F2_1_0.woff") format("woff"), url("../fonts/3237F2_1_0.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'LubalinGraphStd';
    src: url("../fonts/3237F2_0_0.eot");
    src: url("../fonts/3237F2_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3237F2_0_0.woff2") format("woff2"), url("../fonts/3237F2_0_0.woff") format("woff"), url("../fonts/3237F2_0_0.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.clearfix,
.cf {
    zoom: 1;
}

.clearfix::before,
.clearfix::after,
.cf::before,
.cf::after {
    content: "";
    display: table;
}

.clearfix::after,
.cf::after {
    clear: both;
}

.ct-label {
    fill: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end;
}

.ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
}

.ct-line {
    fill: none;
    stroke-width: 4px;
}

.ct-area {
    stroke: none;
    fill-opacity: 0.1;
}

.ct-bar {
    fill: none;
    stroke-width: 30px;
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
    stroke: #d70206;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
    fill: #d70206;
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
    stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
    fill: #f05b4f;
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
    stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
    fill: #f4c63d;
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
    stroke: #d17905;
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
    fill: #d17905;
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
    stroke: #453d3f;
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
    fill: #453d3f;
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: #59922b;
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
    fill: #59922b;
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
    stroke: #0544d3;
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
    fill: #0544d3;
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
    stroke: #6b0392;
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
    fill: #6b0392;
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
    stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
    fill: #f05b4f;
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
    stroke: #dda458;
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
    fill: #dda458;
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
    stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
    fill: #eacf7d;
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
    stroke: #86797d;
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
    fill: #86797d;
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326;
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
    fill: #b2c326;
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2;
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
    fill: #6188e2;
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca;
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
    fill: #a748ca;
}

.ct-square {
    display: block;
    position: relative;
    width: 100%;
}

.ct-square::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%;
}

.ct-square::after {
    content: "";
    display: table;
    clear: both;
}

.ct-square>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-second::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%;
}

.ct-minor-second::after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-second::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%;
}

.ct-major-second::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-third::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%;
}

.ct-minor-third::after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-third::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%;
}

.ct-major-third::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-perfect-fourth::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%;
}

.ct-perfect-fourth::after {
    content: "";
    display: table;
    clear: both;
}

.ct-perfect-fourth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-perfect-fifth::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%;
}

.ct-perfect-fifth::after {
    content: "";
    display: table;
    clear: both;
}

.ct-perfect-fifth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-sixth::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%;
}

.ct-minor-sixth::after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%;
}

.ct-golden-section::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%;
}

.ct-golden-section::after {
    content: "";
    display: table;
    clear: both;
}

.ct-golden-section>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-sixth::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%;
}

.ct-major-sixth::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-seventh::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%;
}

.ct-minor-seventh::after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-seventh::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%;
}

.ct-major-seventh::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%;
}

.ct-octave::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%;
}

.ct-octave::after {
    content: "";
    display: table;
    clear: both;
}

.ct-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-tenth::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%;
}

.ct-major-tenth::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-tenth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-eleventh::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%;
}

.ct-major-eleventh::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-eleventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-twelfth::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%;
}

.ct-major-twelfth::after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-twelfth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%;
}

.ct-double-octave::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%;
}

.ct-double-octave::after {
    content: "";
    display: table;
    clear: both;
}

.ct-double-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-series-a .ct-bar:nth-child(2) {
    stroke: #97985d;
}

.ct-series-a .ct-bar:nth-child(3) {
    stroke: green;
}

.ct-series-a .ct-bar:nth-child(4) {
    stroke: black;
}

.ct-series-a .ct-bar:nth-child(5) {
    stroke: purple;
}

.c-m-label {
    display: none;
}

@media only screen and (min-width: 992px) {

    .c-r-label {
        display: none;
    }

    .c-m-label {
        display: inline;
    }
}

body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #231F20;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap {
    width: 96%;
    margin: 0 auto;
}

a,
a:visited {
    color: #627052;

}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    color: #4b563f;
}

a:link,
a:visited:link {

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 700;
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 2.4em;
    line-height: 1.333em;
}

h2,
.h2 {
    font-size: 2em;
    line-height: 1.4em;
}

h3,
.h3 {
    font-size: 1.5em;
    line-height: 1.4em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h4,
.h4 {
    font-size: 1.25em;
    line-height: 1.4em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h5,
.h5 {
    font-size: 1em;
    line-height: 1.4em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #231F20;
}

.header .sponsor-logos {
    display: none;
}

.header #search-container {
    display: none;
    clear: both;
}

.header .header-buttons {
    float: right;
    font-size: 1.5em;
    padding-top: 6px;
}

.header .header-buttons a[ID$="-toggle"] {
    color: #627052;
    text-decoration: none;
    vertical-align: top;
}

.header .header-buttons a[ID$="-toggle"]:focus,
.header .header-buttons a[ID$="-toggle"]:hover {
    color: #231F20;
}

.header .header-buttons .search-on {
    position: absolute;
    right: 15px;
    top: 16px;
}

.header .header-buttons .search-toggle {
    padding-right: 39px;
}

.header #search-toggle .icon-close,
.header #menu-toggle .icon-close {
    display: none;
}

.header.on-search #search-toggle .icon-close {
    display: inline-block;
}

.header.on-search #search-toggle .icon-magnifying-glass {
    display: none;
}

.header.on-menu #menu-toggle .icon-close {
    display: inline-block;
}

.header.on-menu #menu-toggle .icon-menu {
    display: none;
}

.search #search-toggle {
    display: none;
}

#fccg-logo {
    display: block;
    width: 120px;
    float: left;
}

#fccg-logo img {
    width: 100%;
}

.fccg-slide {
    height: 250px;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.fccg-slide .fccg-slide-caption-box {
    max-width: 350px;
    text-align: center;
    background-color: #231F20;
    padding: 20px 20px;
}

.fccg-slide .fccg-slide-caption-box .fccg-slide-caption {
    color: #D6DE23;
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
    opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev::before {
    content: "←";
}

[dir="rtl"] .slick-prev::before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next::before {
    content: "→";
}

[dir="rtl"] .slick-next::before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    opacity: 1;
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 50px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 0.75;
}

.home h2 {
    text-align: center;
}

.home-news-section {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.home-news-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

a.home-news-link {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
    padding: 0;
    background-color: #C8CCCE;
    color: #231F20;
    width: 100%;
    max-width: 550px;
    margin: 0 0 15px 0;
    text-decoration: none;
}

a.home-news-link:visited {
    color: #231F20;
}

a.home-news-link:hover {
    text-decoration: none;
    background-color: #e3e5e6;
}

a.home-news-link:hover .home-news-title {
    text-decoration: underline;
}

a.home-news-link:hover .home-news-button {
    text-decoration: underline;
    background-color: #D6DE23;
    color: #627052;
}

a.home-news-link:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}

a.home-news-link .home-news-button {
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin: auto 0 20px 20px;
}

.home-news-item {
    display: inline;
    min-height: 1px;

}

.home-news-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #C8CCCE;
}

.home-news-img img {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-flexbox a.home-news-link {
    display: block;
}

.home-news-wrap {
    padding: 20px;
}

.home-news-wrap .home-news-title {
    width: 100%;
    margin: 0;
}

.home-news-wrap .home-news-text {
    width: 100%;
    color: #231F20;
    padding-bottom: 15px;
}

#home-fcc-logo {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

#home-fcc-logo svg {
    color: #fff;
    width: 110px;
    height: 110px;
}

#home-bucks-logo {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

#home-bucks-logo svg {
    color: #fff;
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fw-image-logos {
    vertical-align: top;
}

.fw-image-logos a {
    display: inline-block;
    vertical-align: top;
}

.home-lower-wrap {
    max-width: 550px;
    margin: 0 auto 30px;
}

.home-lower-wrap p.wp-caption-text {
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    padding-top: 20px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
}

.fccg-emissions-row .h4 {
    margin: 0;
}

#main-nav-wrap {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}

.top-nav {
    border-bottom: 0;
    margin: 10px 0 0 0;
    display: none;
    padding: 0 0 20px 0;
    list-style-type: none;
    border-top: 2px solid #231F20;

}

.top-nav li {
    border-bottom: 1px dotted #91c748;
    display: block;
}

.top-nav li a {
    display: block;
    color: #231F20;
    text-decoration: none;
    padding: 0.5em 0;
    font-size: 1.1em;
    font-style: normal;

}

.top-nav li a:visited {
    color: #231F20;
}

.top-nav li a:hover,
.top-nav li a:focus {
    background-color: #fff;
    color: #97985d;
    text-decoration: underline;
}

.top-nav li ul.sub-menu,
.top-nav li ul.children {
    list-style-type: none;
    display: none;
    margin-top: 0;
    padding-left: 0;
}

.top-nav li ul.sub-menu li,
.top-nav li ul.children li {
    border: 0;
}

.top-nav li ul.sub-menu li a,
.top-nav li ul.children li a {
    padding-left: 30px;
    font-weight: normal;
}

.top-nav li ul.sub-menu li a::before,
.top-nav li ul.children li a::before {
    content: "- ";
}

.top-nav li.current-menu-item a,
.top-nav li.current_page_item a,
.top-nav li.current_page_ancestor a {
    color: #627052;
}
.nav>li.home-logo {
    display: none;
}

#search-container {
    padding: 10px 0 0 0;
    clear: both;
    position: relative;
    vertical-align: top;
    overflow: auto;
}

#search-container form {
    float: right;
}

#search-container #s {
    display: inline-block;
    width: 200px;
    border-radius: 0;
    border: 0;
    background-color: #C8CCCE;
    margin: 0;
    vertical-align: top;
}

#search-container button {
    vertical-align: top;
    height: 40px;
    display: inline-block;
    border-radius: 0;
    border: none;
    background-color: #C8CCCE;
    padding-top: 4px;
}

.lang-list-wrap {
    display: none;
}

.lang-list-wrap .lang-list {
    display: block;
}

.fccg-page-header {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 40px;
    background: url("../images/logos/greatmoor-landscape.svg") center bottom no-repeat #fff;
    background-size: auto 120px;
}

.fccg-page-header h1 {
    margin-bottom: 0;
}

.fccg-page-header p {
    margin-top: 0px;
}

.bg-apple {
    background-color: #91c748;
}

.bg-olive {
    background-color: #97985d;
}

.bg-light-olive {
    background-color: #BCBB92;
}

.bg-lime {
    background-color: #D6DE23;
}

.content-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fw-image .container.fccg-home-top .fw-image-text span {
    background-color: #D6DE23;
    color: #231F20;
    padding: 10px;
    display: inline-block;
    max-width: 300px;
}

@media only screen and (max-width: 767px) {

    .fw-image .container {
        width: 100%;
    }
}

.fw-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fw-image .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 200px;
    overflow: auto;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}

.fw-image .container::before {
    display: block;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: black;
}

.fw-image .container .fw-image-text {
    padding: 40px 10px;
    color: #D6DE23;
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
}

.hentry {
    background-color: #fff;
    margin-bottom: 1.5em;
    margin-top: 0;
}

.hentry footer {
    padding: 1.5em;
}

.hentry footer p {
    margin: 0;
}

.single-title,
.page-title,
.entry-title {
    margin: 0 0 10px 0;
}

.byline {
    color: #97985d;
    margin: 0;
}

.entry-content p {
    margin: 0 0 1.5em;
}

.entry-content .table-responsive {
    border: none;
}

.entry-content table {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 1.5em;
    table-layout: fixed;
    text-align: center;
}

.entry-content table caption {
    margin: 0 0 7px;
    color: #231F20;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-content tr {
    border-bottom: 1px solid #fff;
    background-color: #D6DE23;
}

.entry-content td {
    padding: 7px;
    border-right: 1px solid #fff;
}

.entry-content td:last-child {
    border-right: 0;
}

.entry-content th {
    padding: 7px;
    background-color: #91c748;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

.entry-content th:last-child {
    border-right: 0;
}

.entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #231F20;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    margin: 4px 0 7px;
    text-align: center;
}

.tags {
    margin: 0;
}

.fccg-acc-row {
    border: 1px solid #91c748;
    margin-bottom: 20px;
}

.fccg-acc-row .row {
    padding: 0 20px;
}

.fccg-acc-row .row .fccg-acc-content {
    margin-top: 20px;
}

.fccg-acc-row .fccg-acc-head {
    color: #fff;
    background-color: #91c748;
    padding: 15px 60px 15px 20px;
    position: relative;
}

.fccg-acc-row .fccg-acc-head .icon-wrap {
    position: absolute;
    right: 14px;
    top: 14px;
    transition: transform 0.3s;
    -webkit-transform-origin: center center;
}

.fccg-acc-row .fccg-acc-head .icon-wrap svg {
    color: #fff;
}

.fccg-acc-row .fccg-acc-head .state2 {
    display: none;
}

.fccg-acc-row .fccg-acc-head a {
    color: #fff;
}

.fccg-acc-row .fccg-acc-head h3 {
    margin: 0 0 7px 0;
}

.fccg-acc-row .fccg-acc-head p {
    margin-bottom: 0;
}

.fccg-acc-row h4 {
    color: #91c748;
    margin-bottom: 0.2em;
}

.fccg-acc-row .collapsed .fccg-acc-head .icon-wrap {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.fccg-cta {
    display: inline-block;
    color: white;
    background-color: #91c748;
    padding: 12px 12px 10px;
    margin-right: 0.5em;
    text-transform: uppercase;
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1em;
}

.fccg-cta:visited {
    color: #fff;
}

.fccg-cta:hover {
    background-color: #D6DE23;
}

.fccg-alt-ul {
    padding-left: 0;
    list-style-type: none;
}

.fccg-alt-ul li {
    padding: 8px 20px 7px 20px;
    position: relative;
}

.fccg-alt-ul li::before {
    content: '\2022';
    position: absolute;
    left: 10px;
}

.fccg-alt-ul li:nth-child(even) {
    background-color: #BCBB92;
}

.fccg-alt-ul li:nth-child(odd) {
    background-color: #97985d;
}

.fccg-chart {
    width: 100%;
    min-height: 400px;
}

.fccg-news-col {
    padding-top: 30px;
}

.fccg-news-col .hentry {
    margin-bottom: 40px;
}

.fccg-news-col .hentry .fccg-cta {
    margin-bottom: 20px;
}

.fccg-search {
    padding-top: 30px;
}

.fccg-search .hentry {
    margin-bottom: 30px;
}

#search-container.search-inline {
    display: block;
    overflow: auto;
    padding-bottom: 20px;
    max-width: 444px;
}

#search-container.search-inline form {
    float: none;
}

.fccg-map-wrap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.fccg-map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pagination,
.wp-prev-next {
    margin: 1.5em 0;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #C8CCCE;
}

.pagination a,
.pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #627052;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
    background-color: #627052;
    color: #fff;
}

.pagination .current {
    cursor: default;
    color: #231F20;
}

.pagination .current:hover,
.pagination .current:focus {
    background-color: #fff;
    color: #231F20;
}

.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}

.widgettitle {
    border-bottom: 2px solid #444;
    margin: 0.75em 0;
}

.widget>ul {
    padding-left: 0;
    list-style-type: none;
}

.widget>ul li {
    padding-bottom: 0.3em;

}

.widget .post-date {
    color: #97985d;
}

.widget .post-date::before {
    content: '- ';
}

.no-widgets {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 1.5em;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.footer {
    clear: both;
    background-color: #231F20;
    color: #fff;
    text-align: center;
}

.footer a,
.footer a:visited {
    color: white;
}

.footer a:hover,
.footer a:visited:hover {
    color: #D6DE23;
}

.footer a:hover svg,
.footer a:visited:hover svg {
    color: #fff;
}

.footer .f-up {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .f-up span {
    display: block;
}

.footer .f-address {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer .f-social {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer .f-links {
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer svg {
    color: #D6DE23;
}

@media only screen and (min-width: 481px) {

    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }

    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }

    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }

}

@media only screen and (min-width: 768px) {

    .fccg-page-header {
        padding-bottom: 166px;
        background-size: auto 230px;
    }

    .fw-image .container {
        min-height: 320px;
    }

    .home-news-section {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        -webkit-align-items: normal;
        -moz-align-items: normal;
        align-items: normal;
    }

    .home-news-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    a.home-news-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .header {
        padding: 20px 0;
    }

    .header #fccg-logo {
        width: 170px;
    }

    .header .header-buttons {
        padding-top: 16px;
    }

    .header #search-toggle {
        padding-right: 20px;
    }

    .fccg-slide {
        height: 320px;
    }

    .sidebar {
        margin-top: 2.2em;
    }

    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }

    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }

}

@media only screen and (min-width: 992px) {

    h1,
    .h1 {
        font-size: 4em;
    }

    h2,
    .h2 {
        font-size: 2.8em;
    }

    h3,
    .h3 {
        font-size: 2em;
    }

    h4,
    .h4 {
        font-size: 1.4em;
    }

    h5,
    .h5 {
        font-size: 1em;
    }

    .header {
        position: relative;
        border-bottom: none;
    }

    .header img {
        max-width: 100%;
    }

    .header #fcc-logo {
        width: 75px;
        display: inline-block;
    }

    .header #fcc-logo svg {
        width: 100%;
        height: 75px;
    }

    .header #bucks-logo {
        width: 65px;
        margin-left: 6%;
        display: inline-block;
    }

    .header #bucks-logo svg {
        width: 100%;
        height: 75px;
    }

    .header .logo-wrap {
        text-align: center;
    }

    .header .logo-wrap #fccg-logo {
        display: inline-block;
        float: none;
        width: 230px;
    }

    .header .header-buttons {
        display: none;
    }

    .header #search-container {
        display: block;
        clear: none;
    }

    .header #search-container #s {
        width: 170px;
    }

    #main-nav-wrap {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .top-nav {
        display: inline-block;
        border: 0;
        padding: 0;
        margin-top: 24px;

    }

    .top-nav ul {
        margin-top: 0;
    }

    .top-nav li {
        position: static;
        float: left;
        border-bottom: 0;
        width: auto;
        padding: 0 10px;
        border-right: 1px solid #91c748;
        text-align: center;
    }

    .top-nav li:last-child {
        margin-right: 0px;
        border-right: 0;
    }

    .top-nav li a {
        border-bottom: 0;
        font-size: 16px;
        transition: all 300ms linear;
        padding: 0;

    }

    .top-nav li a:hover,
    .top-nav li a:focus {
        color: #627052;
        text-decoration: underline;
    }

    .top-nav li .sub-menu-wrap {
        float: left;
        left: 0;
        margin-top: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 2;
        background-color: #627052;
    }

    .top-nav li ul.sub-menu,
    .top-nav li ul.children {
        width: 992px;
        text-align: center;
        margin: 0 auto;

    }

    .top-nav li ul.sub-menu li,
    .top-nav li ul.children li {
        display: inline;
        float: none;
        padding-top: 0;

    }

    .top-nav li ul.sub-menu li a,
    .top-nav li ul.children li a {
        border-right: 0;
        display: inline-block;
        padding: 10px 10px;
        color: #fff;
    }

    .top-nav li ul.sub-menu li a::before,
    .top-nav li ul.children li a::before {
        content: '';
    }

    .top-nav li ul.sub-menu li a:hover,
    .top-nav li ul.sub-menu li a:focus,
    .top-nav li ul.children li a:hover,
    .top-nav li ul.children li a:focus {
        color: #231F20;
        text-decoration: underline;
        text-shadow: none;
    }

    .top-nav li ul.sub-menu li:last-child a,
    .top-nav li ul.children li:last-child a {
        border-bottom: 0;
    }

    .top-nav li ul.sub-menu li ul,
    .top-nav li ul.children li ul {
        top: 0;
        left: 100%;
    }

    .top-nav li.current-menu-item,
    .top-nav li.current_page_item,
    .top-nav li.current-page-parent,
    .top-nav li.current_page_ancestor {
        border-top-color: blue;
    }

    .top-nav li.current-menu-item>a,
    .top-nav li.current_page_item>a,
    .top-nav li.current-page-parent>a,
    .top-nav li.current_page_ancestor>a {
        color: #627052;
    }

    .fccg-page-header {
        padding-bottom: 210px;
        background-size: auto 270px;
    }

    .fccg-news {
        padding-top: 20px;
    }

    .fccg-chart {
        margin-left: -25px;
    }

    .fw-image .container {
        min-height: 400px;
    }

    .fccg-slide {
        height: 400px;
    }
}

@media only screen and (min-width: 1200px) {

    .fccg-page-header {
        padding-bottom: 260px;
        background-size: auto 360px;
    }

    .fccg-slide {
        height: 370px;
    }
}

@media only screen and (min-width: 1200px) and (min-height: 800px) {

    .fccg-slide {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {

    .content_row p,
    .content_row ul,
    .content_row h2,
    .content_row h3,
    .content_row h4 {
        max-width: 90%;
    }

    .content_row .accordion h3 {
        max-width: unset;
    }
}

@media print {

    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a::after,
    a:visited::after {
        content: " (" attr(href) ")";
    }

    a abbr[title]::after,
    a:visited abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .ir a::after,
    a[href^="javascript:"]::after,
    a[href^="#"]::after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

.clearfix,
.cf {
    zoom: 1;
}

.clearfix::before,
.clearfix::after,
.cf::before,
.cf::after {
    content: "";
    display: table;
}

.clearfix::after,
.cf::after {
    clear: both;
}

/************************************
 * General extras for Annual Reports
 ************************************/
svg,
object {
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
}

object {
    max-width: 100%;
}

svg>g>g:last-child {
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

.header {
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    color: #231F20;
    font-weight: bold;
}

.header .logo-wrap div {
    color: #91c748;
    margin-top: 5px;
}

.header .sponsor-web a {
    color: #231F20;
    display: block;
}

.header .sponsor-web a span {
    color: #91c748;
}

#rep-fixed-nav {
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#rep-fixed-nav li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 0.9em;
    background-color: #97985d;
}

#rep-fixed-nav li.rep-top {
    border-right: 1px solid #231F20;
}

#rep-fixed-nav li a {
    color: white;
}

.rep-contents .row {
    padding-bottom: 30px;
}

.rep-contents ul {
    padding: 0;
    margin: 0;
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
}

.rep-contents ul li {
    list-style-type: none;
    border-bottom: 1px solid #c7c8ca;
    margin: 0;
    position: relative;
    transition: background 0.3s;
}

.rep-contents ul li a {
    color: black;
    display: block;
    padding: 10px 25px 10px 10px;
    position: relative;
}

.rep-contents ul li a::after {
    content: ">";
    color: #91c748;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    font-weight: bold;
}

.rep-contents ul li a:hover {
    background-color: #BCBB92;
    color: black;
}

.rep-contents ul li a:hover::after {
    color: #fff;
}

.rep-contents ul li a.contents-sub {
    padding-left: 1.1em;
}

.rep-download {
    margin-top: 20px;
}

.fccg-page-header {
    padding-top: 10px;
    padding-bottom: 120px;
}

.fccg-page-header h1 {
    font-size: 1.5em;
    color: #fff;
}

.fccg-page-header h1 span {
    display: block;
}

.fccg-page-header h1 span.rep-banner-2 {
    font-size: 0.9em;
    line-height: 1em;
    font-weight: normal;
}

.hentry {
    background-color: #BCBB92;
}

.entry-content {
    background-color: transparent;
}

section {
    margin: 10px 0;
}

section .title-wrap {
    padding: 0;
}

section .title-wrap h2 {
    text-align: center;
    line-height: 1.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: #91c748;
    margin-top: 0;
    margin-bottom: 0;
}

section .title-wrap img {
    width: 100%;
}

section .container {
    background-color: white;
}

section .rep-sec-sub {
    padding-top: 30px;
}

section:nth-child(2n+1) .title-wrap h2 {
    background-color: #D6DE23;
}

section:first-child .title-wrap h2 {
    background-color: #231F20;
    color: #D6DE23;
}

section h3:first-child {
    margin-top: 0;
}

.sec-first-row {
    position: relative;
    overflow: auto;
    padding-bottom: 10px;
}

.sec-first-row::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #91c748;
}

figcaption {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 510px;
}

.photowithcaption img {
    margin-bottom: 5px;
}

.photowithcaption figcaption {
    font-weight: normal;
}

.rep-table-regular th,
.rep-table-regular tr.table-subhead td {
    background-color: #D6DE23;
    font-weight: bold;
}

.rep-table-regular th:first-child,
.rep-table-regular tr.table-subhead td:first-child {
    background-color: #91c748;
}

.rep-table-regular td {
    background-color: #d8dbdc;
}

.rep-table-regular td:first-child {
    background-color: #C8CCCE;
}

.rep-stat {
    text-align: center;
    color: #97985d;
    font-weight: bold;
    padding-bottom: 20px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.rep-stat p {
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    max-width: 400px;
}

.rep-stat-50 {
    max-width: 180px;
}

.stat-title {
    text-align: center;
    font-size: 2em;
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
    color: #627052;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

.table-total {
    font-weight: bold;
}

.fccg-ncr {
    padding-bottom: 20px;
}

.fccg-ncr p {
    margin-bottom: 5px;
}

.fccg-ncr span {
    font-weight: bold;
}

.callout {
    background-color: #627052;
    color: #fff;
    padding: 10px 0;
    max-width: 360px;
    overflow: auto;
    margin-bottom: 20px;
}

.callout a,
.callout a:link,
.callout a:visited {
    color: #D6DE23;
}

.callout a:hover,
.callout a:link:hover,
.callout a:visited:hover {
    color: white;
}

.callout a img,
.callout a:link img,
.callout a:visited img {
    margin: 0;
}

.callout-full {
    max-width: 100%;
}

h3 {
    font-family: "LubalinGraphStd", Helvetica, Arial, sans-serif;
}

h4 {
    margin-top: 0;
}

.rep-details {
    font-weight: bold;
    font-size: 1.1em;
}

.collapse-button {
    border: 0;
    margin-bottom: 20px;
}

.collapse-button:active,
.collapse-button:hover {
    color: black;
}

@media only screen and (min-width: 768px) {
    .fccg-page-header {
        padding-bottom: 170px;
    }

    .fccg-page-header h1 {
        font-size: 2em;
    }

    .fccg-page-header h1 span.rep-banner-2 {
        font-size: 0.9em;
        line-height: 1em;
    }

    .rep-contents ul li {
        font-size: 1.2em;
    }

    .rep-contents ul li a.contents-has-sub {
        padding-bottom: 2px;
    }

    .rep-contents ul li a.contents-sub {
        font-size: 0.8em;
        padding: 2px 25px 2px 1.1em;
    }

    .rep-contents ul li a.contents-sub::after {
        display: none;
        top: 3px;
    }

    .rep-contents ul li a.contents-sub:last-child {
        padding-bottom: 10px;
    }

    #inner-content .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    #inner-content .title-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .collapse-button {
        display: none;
    }

    .rep-section .collapse {
        display: block !important;
    }

    .sm-clear {
        clear: both;
    }

    figcaption {
        max-width: 315px;
    }
}

@media only screen and (min-width: 992px) {
    .fccg-page-header {
        padding-bottom: 280px;
    }

    .fccg-page-header h1 {
        font-size: 2.8em;
    }

    .fccg-page-header h1 span.rep-banner-2 {
        font-size: 0.9em;
        line-height: 1em;
    }

    #rep-fixed-nav {
        display: none;
        position: fixed;
        left: auto;
        right: 0px;
        top: 60px;
        width: 80px;
        height: 80px;
    }

    #rep-fixed-nav li {
        width: 100%;
        margin-bottom: 1.2em;
        line-height: 1.1em;
    }

    #rep-fixed-nav li.rep-top {
        background-color: #4CB6D9;
        border-right: none;
    }

    #rep-fixed-nav li.rep-pdf {
        background-color: #91c748;
    }

    #inner-content .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    #inner-content .title-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm-clear {
        display: none;
    }

    .md-clear {
        clear: both;
    }

    .stat-title {
        font-size: 2.5em;
    }

    figcaption {
        max-width: 410px;
    }
}

@media only screen and (min-width: 1200px) {
    .fccg-page-header {
        padding-bottom: 400px;
    }

    .fccg-page-header h1 {
        font-size: 3em;
    }

    .fccg-page-header h1 span.rep-banner-2 {
        font-size: 0.9em;
        line-height: 1em;
    }

    figcaption {
        max-width: 510px;
    }
}

.fccg-page-header {
    background: url(./header_image4_2000x800.jpg) center bottom no-repeat #fff;
    background-size: cover;
}

[class^="icon-"],
[class*=" icon-"] {
    color: #231F20;
    height: 30px;
    stroke-width: 0;
    width: 30px;
}

@media only screen and (max-width: 767px) {

    /* line 415, ../scss/reports/_report-general.scss */
    ul.col-1 {
        margin-bottom: 0;
    }

    /* line 419, ../scss/reports/_report-general.scss */
    ul.col-2 {
        margin-top: 0;
    }
}

/* line 8, ../scss/reports/_report-2019.scss */
.tabcol-ncr {
    width: 45%;
}

@media only screen and (max-width: 767px) {

    /* line 15, ../scss/reports/_report-2019.scss */
    .tabcol-visit {
        width: 32%;
    }
}

@media only screen and (min-width: 768px) {

    /* line 25, ../scss/reports/_report-2019.scss */
    .tabcol-ncr {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {

    /* line 35, ../scss/reports/_report-2019.scss */
    th.rotate div {
        writing-mode: vertical-rl;
        white-space: nowrap;
        width: 100%;
    }
}