@import url('https://fonts.cdnfonts.com/css/apercu');

@import url('https://fonts.cdnfonts.com/css/campton');
/* font-family: 'Campton', sans-serif; */

@import url('https://fonts.cdnfonts.com/css/heading-now-trial');
/* font-family: 'Heading Now Trial', sans-serif; */
/* font-family: 'HeadingNow Trial', sans-serif; */
@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('brandon_med-webfont.woff2') format('woff2'),
         url('brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('brandon_bld-webfont.woff2') format('woff2'),
         url('brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* atLlarge */
 .full-width {
     width: 100%;
     height: auto;
}
 *, *:before, *:after {
     box-sizing: border-box;
}
 .accessibility, .visuallyhidden, .element-invisible {
     position: absolute !important;
     left: -9999px !important;
     overflow: hidden;
     clip: rect(0 0 0 0);
     color: rgba(0, 0, 0, 0);
     visibility: hidden;
}
 .center-element {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
}
/* Boots */
/*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 html {
     font-family: sans-serif;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
}
 body {
     margin: 0;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a {
     background-color: transparent;
}
 a:active, a:hover {
     outline: 0;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 b, strong {
     font-weight: bold;
}
 dfn {
     font-style: italic;
}
 h1 {
     font-size: 2em;
	 font-size:calc(2em * 0.53);
     margin: 0.67em 0;
}
 mark {
     background: #ff0;
     color: #000;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     border: 0;
}
 svg:not(:root) {
     overflow: hidden;
}
 figure {
     margin: 1em 40px;
}
 hr {
     box-sizing: content-box;
     height: 0;
}
 pre {
     overflow: auto;
}
 code, kbd, pre, samp {
     font-family: monospace, monospace;
     font-size: 1em;
	 font-size:calc(1em * 0.93);
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
}
 button {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input {
     line-height: normal;
}
 input[type="checkbox"], input[type="radio"] {
     box-sizing: border-box;
     padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
     box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
 legend {
     border: 0;
     padding: 0;
}
 textarea {
     overflow: auto;
}
 optgroup {
     font-weight: bold;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 td, th {
     padding: 0;
}
 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 *:before, *:after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 html {
     font-size: 10px;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 body {
     /*font-family: 'Apercu', sans-serif;*/
	 font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     line-height: 1.428571429;
     color: #333333;
     background-color: #fff;
}
 input, button, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 a {
     color: #337ab7;
     text-decoration: none;
}
 a:hover, a:focus {
     color: #23527c;
     text-decoration: underline;
}
 a:focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
}
 figure {
     margin: 0;
}
 img {
     vertical-align: middle;
}
 .img-responsive {
     display: block;
     max-width: 100%;
     height: auto;
}
 .img-rounded {
     border-radius: 6px;
}
 .img-thumbnail {
     padding: 4px;
     line-height: 1.428571429;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 4px;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     display: inline-block;
     max-width: 100%;
     height: auto;
}
 .img-circle {
     border-radius: 50%;
}
 hr {
     margin-top: 20px;
     margin-bottom: 20px;
     border: 0;
     border-top: 1px solid #eeeeee;
}
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
}
 .sr-only-focusable:active, .sr-only-focusable:focus {
     position: static;
     width: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     clip: auto;
}
 [role="button"] {
     cursor: pointer;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: inherit;
     font-weight: 500;
     line-height: 1.1;
     color: inherit;
}
 h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
     font-weight: normal;
     line-height: 1;
     color: #777777;
}
 h1, .h1, h2, .h2, h3, .h3 {
     margin-top: 20px;
     margin-bottom: 10px;
}
 h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
     font-size: 65%;
}
 h4, .h4, h5, .h5, h6, .h6 {
     margin-top: 10px;
     margin-bottom: 10px;
}
 h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
     font-size: 75%;
}
 h1, .h1 {
     font-size: 36px;
	 font-size: calc(36px * 0.53);
}
 h2, .h2 {
     font-size: 30px;
	 font-size: calc(30px * 0.53);
}
 h3, .h3 {
     font-size: 24px;
	 font-size: calc(24px * 0.53);
}
 h4, .h4 {
     font-size: 18px;
	 font-size: calc(18px * 0.53);
}
 h5, .h5 {
     font-size: 14px;
	 font-size: calc(14px * 0.53);
}
 h6, .h6 {
     font-size: 12px;
	 font-size: calc(12px * 0.53);
}
 p {
     margin: 0 0 20px;
}
 .lead {
     margin-bottom: 20px;
     font-size: 16px;
	 font-size: calc(16px * 0.93);
     font-weight: 300;
     line-height: 1.4;
}
 @media (min-width: 768px) {
     .lead {
         font-size: 21px;
		 font-size: calc(21px * 0.93);
    }
}
 small, .small {
     font-size: 85%;
}
 mark, .mark {
     background-color: #fcf8e3;
     padding: .2em;
}
 .text-left {
     text-align: left;
}
 .text-right {
     text-align: right;
}
 .text-center {
     text-align: center;
}
 .text-justify {
     text-align: justify;
}
 .text-nowrap {
     white-space: nowrap;
}
 .text-lowercase {
     text-transform: lowercase;
}
 .text-uppercase, .initialism {
     text-transform: uppercase;
}
 .text-capitalize {
     text-transform: capitalize;
}
 .text-muted {
     color: #777777;
}
 .text-primary {
     color: #337ab7;
}
 a.text-primary:hover, a.text-primary:focus {
     color: #286090;
}
 .text-success {
     color: #3c763d;
}
 a.text-success:hover, a.text-success:focus {
     color: #2b542c;
}
 .text-info {
     color: #31708f;
}
 a.text-info:hover, a.text-info:focus {
     color: #245269;
}
 .text-warning {
     color: #8a6d3b;
}
 a.text-warning:hover, a.text-warning:focus {
     color: #66512c;
}
 .text-danger {
     color: #a94442;
}
 a.text-danger:hover, a.text-danger:focus {
     color: #843534;
}
 .bg-primary {
     color: #fff;
}
 .bg-primary {
     background-color: #337ab7;
}
 a.bg-primary:hover, a.bg-primary:focus {
     background-color: #286090;
}
 .bg-success {
     background-color: #dff0d8;
}
 a.bg-success:hover, a.bg-success:focus {
     background-color: #c1e2b3;
}
 .bg-info {
     background-color: #d9edf7;
}
 a.bg-info:hover, a.bg-info:focus {
     background-color: #afd9ee;
}
 .bg-warning {
     background-color: #fcf8e3;
}
 a.bg-warning:hover, a.bg-warning:focus {
     background-color: #f7ecb5;
}
 .bg-danger {
     background-color: #f2dede;
}
 a.bg-danger:hover, a.bg-danger:focus {
     background-color: #e4b9b9;
}
 .page-header {
     padding-bottom: 9px;
     margin: 40px 0 20px;
     border-bottom: 1px solid #eeeeee;
}
 ul, ol {
     margin-top: 0;
     margin-bottom: 10px;
}
 ul ul, ul ol, ol ul, ol ol {
     margin-bottom: 0;
}
 .list-unstyled {
     padding-left: 0;
     list-style: none;
}
 .list-inline {
     padding-left: 0;
     list-style: none;
     margin-left: -5px;
}
 .list-inline > li {
     display: inline-block;
     padding-left: 5px;
     padding-right: 5px;
}
 dl {
     margin-top: 0;
     margin-bottom: 20px;
}
 dt, dd {
     line-height: 1.428571429;
}
 dt {
     font-weight: bold;
}
 dd {
     margin-left: 0;
}
 .dl-horizontal dd:before, .dl-horizontal dd:after {
     content: " ";
     display: table;
}
 .dl-horizontal dd:after {
     clear: both;
}
 @media (min-width: 768px) {
     .dl-horizontal dt {
         float: left;
         width: 160px;
         clear: left;
         text-align: right;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
    }
     .dl-horizontal dd {
         margin-left: 180px;
    }
}
 abbr[title], abbr[data-original-title] {
     cursor: help;
     border-bottom: 1px dotted #777777;
}
 .initialism {
     font-size: 90%;
}
 blockquote {
     padding: 10px 20px;
     margin: 0 0 20px;
     font-size: 17.5px;
	 font-size: calc(17.5px * 0.53);
     border-left: 5px solid #eeeeee;
}
 blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
     margin-bottom: 0;
}
 blockquote footer, blockquote small, blockquote .small {
     display: block;
     font-size: 80%;
     line-height: 1.428571429;
     color: #777777;
}
 blockquote footer:before, blockquote small:before, blockquote .small:before {
     content: '\2014 \00A0';
}
 .blockquote-reverse, blockquote.pull-right {
     padding-right: 15px;
     padding-left: 0;
     border-right: 5px solid #eeeeee;
     border-left: 0;
     text-align: right;
}
 .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
     content: '';
}
 .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
     content: '\00A0 \2014';
}
 address {
     margin-bottom: 20px;
     font-style: normal;
     line-height: 1.428571429;
}
 code, kbd, pre, samp {
    /*font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
     */
     font-family: 'Apercu Mono', sans-serif;
}
 code {
     padding: 2px 4px;
     font-size: 90%;
     color: #c7254e;
     background-color: #f9f2f4;
     border-radius: 4px;
}
 kbd {
     padding: 2px 4px;
     font-size: 90%;
     color: #fff;
     background-color: #333;
     border-radius: 3px;
     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
 kbd kbd {
     padding: 0;
     font-size: 100%;
     font-weight: bold;
     box-shadow: none;
}
 pre {
     display: block;
     padding: 9.5px;
     margin: 0 0 10px;
     font-size: 13px;
	 font-size: calc(13px * 0.53);
     line-height: 1.428571429;
     word-break: break-all;
     word-wrap: break-word;
     color: #333333;
     background-color: #f5f5f5;
     border: 1px solid #ccc;
     border-radius: 4px;
}
 pre code {
     padding: 0;
     font-size: inherit;
     color: inherit;
     white-space: pre-wrap;
     background-color: transparent;
     border-radius: 0;
}
 .pre-scrollable {
     max-height: 340px;
     overflow-y: scroll;
}
 .container {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px;
     padding-right: 15px;
}
 .container:before, .container:after {
     content: " ";
     display: table;
}
 .container:after {
     clear: both;
}
 @media (min-width: 768px) {
     .container {
         width: 750px;
    }
}
 @media (min-width: 992px) {
     .container {
         width: 970px;
    }
}
 @media (min-width: 1200px) {
     .container {
         width: 1170px;
    }
}
 .container-fluid {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px;
     padding-right: 15px;
}
 .container-fluid:before, .container-fluid:after {
     content: " ";
     display: table;
}
 .container-fluid:after {
     clear: both;
}
 .row {
     margin-left: -15px;
     margin-right: -15px;
}
 .row:before, .row:after {
     content: " ";
     display: table;
}
 .row:after {
     clear: both;
}
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     position: relative;
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
}
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
     float: left;
}
 .col-xs-1 {
     width: 8.3333333333%;
}
 .col-xs-2 {
     width: 16.6666666667%;
}
 .col-xs-3 {
     width: 25%;
}
 .col-xs-4 {
     width: 33.3333333333%;
}
 .col-xs-5 {
     width: 41.6666666667%;
}
 .col-xs-6 {
     width: 50%;
}
 .col-xs-7 {
     width: 58.3333333333%;
}
 .col-xs-8 {
     width: 66.6666666667%;
}
 .col-xs-9 {
     width: 75%;
}
 .col-xs-10 {
     width: 83.3333333333%;
}
 .col-xs-11 {
     width: 91.6666666667%;
}
 .col-xs-12 {
     width: 100%;
}
 .col-xs-pull-0 {
     right: auto;
}
 .col-xs-pull-1 {
     right: 8.3333333333%;
}
 .col-xs-pull-2 {
     right: 16.6666666667%;
}
 .col-xs-pull-3 {
     right: 25%;
}
 .col-xs-pull-4 {
     right: 33.3333333333%;
}
 .col-xs-pull-5 {
     right: 41.6666666667%;
}
 .col-xs-pull-6 {
     right: 50%;
}
 .col-xs-pull-7 {
     right: 58.3333333333%;
}
 .col-xs-pull-8 {
     right: 66.6666666667%;
}
 .col-xs-pull-9 {
     right: 75%;
}
 .col-xs-pull-10 {
     right: 83.3333333333%;
}
 .col-xs-pull-11 {
     right: 91.6666666667%;
}
 .col-xs-pull-12 {
     right: 100%;
}
 .col-xs-push-0 {
     left: auto;
}
 .col-xs-push-1 {
     left: 8.3333333333%;
}
 .col-xs-push-2 {
     left: 16.6666666667%;
}
 .col-xs-push-3 {
     left: 25%;
}
 .col-xs-push-4 {
     left: 33.3333333333%;
}
 .col-xs-push-5 {
     left: 41.6666666667%;
}
 .col-xs-push-6 {
     left: 50%;
}
 .col-xs-push-7 {
     left: 58.3333333333%;
}
 .col-xs-push-8 {
     left: 66.6666666667%;
}
 .col-xs-push-9 {
     left: 75%;
}
 .col-xs-push-10 {
     left: 83.3333333333%;
}
 .col-xs-push-11 {
     left: 91.6666666667%;
}
 .col-xs-push-12 {
     left: 100%;
}
 .col-xs-offset-0 {
     margin-left: 0%;
}
 .col-xs-offset-1 {
     margin-left: 8.3333333333%;
}
 .col-xs-offset-2 {
     margin-left: 16.6666666667%;
}
 .col-xs-offset-3 {
     margin-left: 25%;
}
 .col-xs-offset-4 {
     margin-left: 33.3333333333%;
}
 .col-xs-offset-5 {
     margin-left: 41.6666666667%;
}
 .col-xs-offset-6 {
     margin-left: 50%;
}
 .col-xs-offset-7 {
     margin-left: 58.3333333333%;
}
 .col-xs-offset-8 {
     margin-left: 66.6666666667%;
}
 .col-xs-offset-9 {
     margin-left: 75%;
}
 .col-xs-offset-10 {
     margin-left: 83.3333333333%;
}
 .col-xs-offset-11 {
     margin-left: 91.6666666667%;
}
 .col-xs-offset-12 {
     margin-left: 100%;
}
 @media (min-width: 768px) {
     .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
         float: left;
    }
     .col-sm-1 {
         width: 8.3333333333%;
    }
     .col-sm-2 {
         width: 16.6666666667%;
    }
     .col-sm-3 {
         width: 25%;
    }
     .col-sm-4 {
         width: 33.3333333333%;
    }
     .col-sm-5 {
         width: 41.6666666667%;
    }
     .col-sm-6 {
         width: 50%;
    }
     .col-sm-7 {
         width: 58.3333333333%;
    }
     .col-sm-8 {
         width: 66.6666666667%;
    }
     .col-sm-9 {
         width: 75%;
    }
     .col-sm-10 {
         width: 83.3333333333%;
    }
     .col-sm-11 {
         width: 91.6666666667%;
    }
     .col-sm-12 {
         width: 100%;
    }
     .col-sm-pull-0 {
         right: auto;
    }
     .col-sm-pull-1 {
         right: 8.3333333333%;
    }
     .col-sm-pull-2 {
         right: 16.6666666667%;
    }
     .col-sm-pull-3 {
         right: 25%;
    }
     .col-sm-pull-4 {
         right: 33.3333333333%;
    }
     .col-sm-pull-5 {
         right: 41.6666666667%;
    }
     .col-sm-pull-6 {
         right: 50%;
    }
     .col-sm-pull-7 {
         right: 58.3333333333%;
    }
     .col-sm-pull-8 {
         right: 66.6666666667%;
    }
     .col-sm-pull-9 {
         right: 75%;
    }
     .col-sm-pull-10 {
         right: 83.3333333333%;
    }
     .col-sm-pull-11 {
         right: 91.6666666667%;
    }
     .col-sm-pull-12 {
         right: 100%;
    }
     .col-sm-push-0 {
         left: auto;
    }
     .col-sm-push-1 {
         left: 8.3333333333%;
    }
     .col-sm-push-2 {
         left: 16.6666666667%;
    }
     .col-sm-push-3 {
         left: 25%;
    }
     .col-sm-push-4 {
         left: 33.3333333333%;
    }
     .col-sm-push-5 {
         left: 41.6666666667%;
    }
     .col-sm-push-6 {
         left: 50%;
    }
     .col-sm-push-7 {
         left: 58.3333333333%;
    }
     .col-sm-push-8 {
         left: 66.6666666667%;
    }
     .col-sm-push-9 {
         left: 75%;
    }
     .col-sm-push-10 {
         left: 83.3333333333%;
    }
     .col-sm-push-11 {
         left: 91.6666666667%;
    }
     .col-sm-push-12 {
         left: 100%;
    }
     .col-sm-offset-0 {
         margin-left: 0%;
    }
     .col-sm-offset-1 {
         margin-left: 8.3333333333%;
    }
     .col-sm-offset-2 {
         margin-left: 16.6666666667%;
    }
     .col-sm-offset-3 {
         margin-left: 25%;
    }
     .col-sm-offset-4 {
         margin-left: 33.3333333333%;
    }
     .col-sm-offset-5 {
         margin-left: 41.6666666667%;
    }
     .col-sm-offset-6 {
         margin-left: 50%;
    }
     .col-sm-offset-7 {
         margin-left: 58.3333333333%;
    }
     .col-sm-offset-8 {
         margin-left: 66.6666666667%;
    }
     .col-sm-offset-9 {
         margin-left: 75%;
    }
     .col-sm-offset-10 {
         margin-left: 83.3333333333%;
    }
     .col-sm-offset-11 {
         margin-left: 91.6666666667%;
    }
     .col-sm-offset-12 {
         margin-left: 100%;
    }
}
 @media (min-width: 992px) {
     .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
         float: left;
    }
     .col-md-1 {
         width: 8.3333333333%;
    }
     .col-md-2 {
         width: 16.6666666667%;
    }
     .col-md-3 {
         width: 25%;
    }
     .col-md-4 {
         width: 33.3333333333%;
    }
     .col-md-5 {
         width: 41.6666666667%;
    }
     .col-md-6 {
         width: 50%;
    }
     .col-md-7 {
         width: 58.3333333333%;
    }
     .col-md-8 {
         width: 66.6666666667%;
    }
     .col-md-9 {
         width: 75%;
    }
     .col-md-10 {
         width: 83.3333333333%;
    }
     .col-md-11 {
         width: 91.6666666667%;
    }
     .col-md-12 {
         width: 100%;
    }
     .col-md-pull-0 {
         right: auto;
    }
     .col-md-pull-1 {
         right: 8.3333333333%;
    }
     .col-md-pull-2 {
         right: 16.6666666667%;
    }
     .col-md-pull-3 {
         right: 25%;
    }
     .col-md-pull-4 {
         right: 33.3333333333%;
    }
     .col-md-pull-5 {
         right: 41.6666666667%;
    }
     .col-md-pull-6 {
         right: 50%;
    }
     .col-md-pull-7 {
         right: 58.3333333333%;
    }
     .col-md-pull-8 {
         right: 66.6666666667%;
    }
     .col-md-pull-9 {
         right: 75%;
    }
     .col-md-pull-10 {
         right: 83.3333333333%;
    }
     .col-md-pull-11 {
         right: 91.6666666667%;
    }
     .col-md-pull-12 {
         right: 100%;
    }
     .col-md-push-0 {
         left: auto;
    }
     .col-md-push-1 {
         left: 8.3333333333%;
    }
     .col-md-push-2 {
         left: 16.6666666667%;
    }
     .col-md-push-3 {
         left: 25%;
    }
     .col-md-push-4 {
         left: 33.3333333333%;
    }
     .col-md-push-5 {
         left: 41.6666666667%;
    }
     .col-md-push-6 {
         left: 50%;
    }
     .col-md-push-7 {
         left: 58.3333333333%;
    }
     .col-md-push-8 {
         left: 66.6666666667%;
    }
     .col-md-push-9 {
         left: 75%;
    }
     .col-md-push-10 {
         left: 83.3333333333%;
    }
     .col-md-push-11 {
         left: 91.6666666667%;
    }
     .col-md-push-12 {
         left: 100%;
    }
     .col-md-offset-0 {
         margin-left: 0%;
    }
     .col-md-offset-1 {
         margin-left: 8.3333333333%;
    }
     .col-md-offset-2 {
         margin-left: 16.6666666667%;
    }
     .col-md-offset-3 {
         margin-left: 25%;
    }
     .col-md-offset-4 {
         margin-left: 33.3333333333%;
    }
     .col-md-offset-5 {
         margin-left: 41.6666666667%;
    }
     .col-md-offset-6 {
         margin-left: 50%;
    }
     .col-md-offset-7 {
         margin-left: 58.3333333333%;
    }
     .col-md-offset-8 {
         margin-left: 66.6666666667%;
    }
     .col-md-offset-9 {
         margin-left: 75%;
    }
     .col-md-offset-10 {
         margin-left: 83.3333333333%;
    }
     .col-md-offset-11 {
         margin-left: 91.6666666667%;
    }
     .col-md-offset-12 {
         margin-left: 100%;
    }
}
 @media (min-width: 1200px) {
     .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
         float: left;
    }
     .col-lg-1 {
         width: 8.3333333333%;
    }
     .col-lg-2 {
         width: 16.6666666667%;
    }
     .col-lg-3 {
         width: 25%;
    }
     .col-lg-4 {
         width: 33.3333333333%;
    }
     .col-lg-5 {
         width: 41.6666666667%;
    }
     .col-lg-6 {
         width: 50%;
    }
     .col-lg-7 {
         width: 58.3333333333%;
    }
     .col-lg-8 {
         width: 66.6666666667%;
    }
     .col-lg-9 {
         width: 75%;
    }
     .col-lg-10 {
         width: 83.3333333333%;
    }
     .col-lg-11 {
         width: 91.6666666667%;
    }
     .col-lg-12 {
         width: 100%;
    }
     .col-lg-pull-0 {
         right: auto;
    }
     .col-lg-pull-1 {
         right: 8.3333333333%;
    }
     .col-lg-pull-2 {
         right: 16.6666666667%;
    }
     .col-lg-pull-3 {
         right: 25%;
    }
     .col-lg-pull-4 {
         right: 33.3333333333%;
    }
     .col-lg-pull-5 {
         right: 41.6666666667%;
    }
     .col-lg-pull-6 {
         right: 50%;
    }
     .col-lg-pull-7 {
         right: 58.3333333333%;
    }
     .col-lg-pull-8 {
         right: 66.6666666667%;
    }
     .col-lg-pull-9 {
         right: 75%;
    }
     .col-lg-pull-10 {
         right: 83.3333333333%;
    }
     .col-lg-pull-11 {
         right: 91.6666666667%;
    }
     .col-lg-pull-12 {
         right: 100%;
    }
     .col-lg-push-0 {
         left: auto;
    }
     .col-lg-push-1 {
         left: 8.3333333333%;
    }
     .col-lg-push-2 {
         left: 16.6666666667%;
    }
     .col-lg-push-3 {
         left: 25%;
    }
     .col-lg-push-4 {
         left: 33.3333333333%;
    }
     .col-lg-push-5 {
         left: 41.6666666667%;
    }
     .col-lg-push-6 {
         left: 50%;
    }
     .col-lg-push-7 {
         left: 58.3333333333%;
    }
     .col-lg-push-8 {
         left: 66.6666666667%;
    }
     .col-lg-push-9 {
         left: 75%;
    }
     .col-lg-push-10 {
         left: 83.3333333333%;
    }
     .col-lg-push-11 {
         left: 91.6666666667%;
    }
     .col-lg-push-12 {
         left: 100%;
    }
     .col-lg-offset-0 {
         margin-left: 0%;
    }
     .col-lg-offset-1 {
         margin-left: 8.3333333333%;
    }
     .col-lg-offset-2 {
         margin-left: 16.6666666667%;
    }
     .col-lg-offset-3 {
         margin-left: 25%;
    }
     .col-lg-offset-4 {
         margin-left: 33.3333333333%;
    }
     .col-lg-offset-5 {
         margin-left: 41.6666666667%;
    }
     .col-lg-offset-6 {
         margin-left: 50%;
    }
     .col-lg-offset-7 {
         margin-left: 58.3333333333%;
    }
     .col-lg-offset-8 {
         margin-left: 66.6666666667%;
    }
     .col-lg-offset-9 {
         margin-left: 75%;
    }
     .col-lg-offset-10 {
         margin-left: 83.3333333333%;
    }
     .col-lg-offset-11 {
         margin-left: 91.6666666667%;
    }
     .col-lg-offset-12 {
         margin-left: 100%;
    }
}
 table {
     background-color: transparent;
}
 caption {
     padding-top: 8px;
     padding-bottom: 8px;
     color: #777777;
     text-align: left;
}
 th {
     text-align: left;
}
 .table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 20px;
}
 .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
     padding: 8px;
     line-height: 1.428571429;
     vertical-align: top;
     border-top: 1px solid #ddd;
}
 .table > thead > tr > th {
     vertical-align: bottom;
     border-bottom: 2px solid #ddd;
}
 .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
     border-top: 0;
}
 .table > tbody + tbody {
     border-top: 2px solid #ddd;
}
 .table .table {
     background-color: #fff;
}
 .table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
     padding: 5px;
}
 .table-bordered {
     border: 1px solid #ddd;
}
 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
     border: 1px solid #ddd;
}
 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
     border-bottom-width: 2px;
}
 .table-striped > tbody > tr:nth-of-type(odd) {
     background-color: #f9f9f9;
}
 .table-hover > tbody > tr:hover {
     background-color: #f5f5f5;
}
 table col[class*="col-"] {
     position: static;
     float: none;
     display: table-column;
}
 table td[class*="col-"], table th[class*="col-"] {
     position: static;
     float: none;
     display: table-cell;
}
 .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
     background-color: #f5f5f5;
}
 .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
     background-color: #e8e8e8;
}
 .table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
     background-color: #dff0d8;
}
 .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
     background-color: #d0e9c6;
}
 .table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
     background-color: #d9edf7;
}
 .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
     background-color: #c4e3f3;
}
 .table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
     background-color: #fcf8e3;
}
 .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
     background-color: #faf2cc;
}
 .table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
     background-color: #f2dede;
}
 .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
     background-color: #ebcccc;
}
 .table-responsive {
     overflow-x: auto;
     min-height: 0.01%;
}
 @media screen and (max-width: 767px) {
     .table-responsive {
         width: 100%;
         margin-bottom: 15px;
         overflow-y: hidden;
         -ms-overflow-style: -ms-autohiding-scrollbar;
         border: 1px solid #ddd;
    }
     .table-responsive > .table {
         margin-bottom: 0;
    }
     .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
         white-space: nowrap;
    }
     .table-responsive > .table-bordered {
         border: 0;
    }
     .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
         border-left: 0;
    }
     .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
         border-right: 0;
    }
     .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
         border-bottom: 0;
    }
}
 fieldset {
     padding: 0;
     margin: 0;
     border: 0;
     min-width: 0;
}
 legend {
     display: block;
     width: 100%;
     padding: 0;
     margin-bottom: 20px;
     font-size: 21px;
	 font-size: calc(21px * 0.53);
     line-height: inherit;
     color: #333333;
     border: 0;
     border-bottom: 1px solid #e5e5e5;
}
 label {
     display: inline-block;
     max-width: 100%;
     margin-bottom: 5px;
     font-weight: bold;
}
 input[type="search"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 input[type="radio"], input[type="checkbox"] {
     margin: 4px 0 0;
     margin-top: 1px \9;
     line-height: normal;
}
 input[type="file"] {
     display: block;
}
 input[type="range"] {
     display: block;
     width: 100%;
}
 select[multiple], select[size] {
     height: auto;
}
 input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
}
 output {
     display: block;
     padding-top: 7px;
     font-size: 14px;
	 font-size: calc(14px * 0.53);
     line-height: 1.428571429;
     color: #555555;
}
 .form-control {
     display: block;
     width: 100%;
     height: 34px;
     padding: 6px 12px;
     font-size: 14px;
	 font-size: calc(14px * 0.53);
     line-height: 1.428571429;
     color: #555555;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
 .form-control:focus {
     border-color: #66afe9;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .form-control::-moz-placeholder {
     color: #999;
     opacity: 1;
}
 .form-control:-ms-input-placeholder {
     color: #999;
}
 .form-control::-webkit-input-placeholder {
     color: #999;
}
 .form-control::-ms-expand {
     border: 0;
     background-color: transparent;
}
 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
     background-color: #eeeeee;
     opacity: 1;
}
 .form-control[disabled], fieldset[disabled] .form-control {
     cursor: not-allowed;
}
 textarea.form-control {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: none;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
     input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
         line-height: 34px;
    }
     input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
         line-height: 30px;
    }
     input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
         line-height: 46px;
    }
}
 .form-group {
     margin-bottom: 15px;
}
 .radio, .checkbox {
     position: relative;
     display: block;
     margin-top: 10px;
     margin-bottom: 10px;
}
 .radio label, .checkbox label {
     min-height: 20px;
     padding-left: 20px;
     margin-bottom: 0;
     font-weight: normal;
     cursor: pointer;
}
 .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
     position: absolute;
     margin-left: -20px;
     margin-top: 4px \9;
}
 .radio + .radio, .checkbox + .checkbox {
     margin-top: -5px;
}
 .radio-inline, .checkbox-inline {
     position: relative;
     display: inline-block;
     padding-left: 20px;
     margin-bottom: 0;
     vertical-align: middle;
     font-weight: normal;
     cursor: pointer;
}
 .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
     margin-top: 0;
     margin-left: 10px;
}
 input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
     cursor: not-allowed;
}
 .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
     cursor: not-allowed;
}
 .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
     cursor: not-allowed;
}
 .form-control-static {
     padding-top: 7px;
     padding-bottom: 7px;
     margin-bottom: 0;
     min-height: 34px;
}
 .form-control-static.input-lg, .form-control-static.input-sm {
     padding-left: 0;
     padding-right: 0;
}
 .input-sm {
     height: 30px;
     padding: 5px 10px;
     font-size: 12px;
	 font-size: calc(12px * 0.53);
     line-height: 1.5;
     border-radius: 3px;
}
 select.input-sm {
     height: 30px;
     line-height: 30px;
}
 textarea.input-sm, select[multiple].input-sm {
     height: auto;
}
 .form-group-sm .form-control {
     height: 30px;
     padding: 5px 10px;
     font-size: 12px;
	 font-size: calc(12px * 0.53);
     line-height: 1.5;
     border-radius: 3px;
}
 .form-group-sm select.form-control {
     height: 30px;
     line-height: 30px;
}
 .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
     height: auto;
}
 .form-group-sm .form-control-static {
     height: 30px;
     min-height: 32px;
     padding: 6px 10px;
     font-size: 12px;
	 font-size: calc(12px * 0.53);
     line-height: 1.5;
}
 .input-lg {
     height: 46px;
     padding: 10px 16px;
     font-size: 18px;
	 font-size: calc(18px * 0.53);
     line-height: 1.3333333;
     border-radius: 6px;
}
 select.input-lg {
     height: 46px;
     line-height: 46px;
}
 textarea.input-lg, select[multiple].input-lg {
     height: auto;
}
 .form-group-lg .form-control {
     height: 46px;
     padding: 10px 16px;
     font-size: 18px;
     line-height: 1.3333333;
     border-radius: 6px;
}
 .form-group-lg select.form-control {
     height: 46px;
     line-height: 46px;
}
 .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
     height: auto;
}
 .form-group-lg .form-control-static {
     height: 46px;
     min-height: 38px;
     padding: 11px 16px;
     font-size: 18px;
     line-height: 1.3333333;
}
 .has-feedback {
     position: relative;
}
 .has-feedback .form-control {
     padding-right: 42.5px;
}
 .form-control-feedback {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 2;
     display: block;
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     pointer-events: none;
}
 .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
     width: 46px;
     height: 46px;
     line-height: 46px;
}
 .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
     width: 30px;
     height: 30px;
     line-height: 30px;
}
 .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
     color: #3c763d;
}
 .has-success .form-control {
     border-color: #3c763d;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
 .has-success .form-control:focus {
     border-color: #2b542c;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
 .has-success .input-group-addon {
     color: #3c763d;
     border-color: #3c763d;
     background-color: #dff0d8;
}
 .has-success .form-control-feedback {
     color: #3c763d;
}
 .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
     color: #8a6d3b;
}
 .has-warning .form-control {
     border-color: #8a6d3b;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
 .has-warning .form-control:focus {
     border-color: #66512c;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
 .has-warning .input-group-addon {
     color: #8a6d3b;
     border-color: #8a6d3b;
     background-color: #fcf8e3;
}
 .has-warning .form-control-feedback {
     color: #8a6d3b;
}
 .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
     color: #a94442;
}
 .has-error .form-control {
     border-color: #a94442;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
 .has-error .form-control:focus {
     border-color: #843534;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
 .has-error .input-group-addon {
     color: #a94442;
     border-color: #a94442;
     background-color: #f2dede;
}
 .has-error .form-control-feedback {
     color: #a94442;
}
 .has-feedback label ~ .form-control-feedback {
     top: 25px;
}
 .has-feedback label.sr-only ~ .form-control-feedback {
     top: 0;
}
 .help-block {
     display: block;
     margin-top: 5px;
     margin-bottom: 10px;
     color: #737373;
}
/*
.main--navigation_search{
	opacity:0;
}*/
 @media (min-width: 768px) {
     .form-inline .form-group {
         display: inline-block;
         margin-bottom: 0;
         vertical-align: middle;
    }
     .form-inline .form-control {
         display: inline-block;
         width: auto;
         vertical-align: middle;
    }
     .form-inline .form-control-static {
         display: inline-block;
    }
     .form-inline .input-group {
         display: inline-table;
         vertical-align: middle;
    }
     .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
         width: auto;
    }
     .form-inline .input-group > .form-control {
         width: 100%;
    }
     .form-inline .control-label {
         margin-bottom: 0;
         vertical-align: middle;
    }
     .form-inline .radio, .form-inline .checkbox {
         display: inline-block;
         margin-top: 0;
         margin-bottom: 0;
         vertical-align: middle;
    }
     .form-inline .radio label, .form-inline .checkbox label {
         padding-left: 0;
    }
     .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
         position: relative;
         margin-left: 0;
    }
     .form-inline .has-feedback .form-control-feedback {
         top: 0;
    }
}
 .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
     margin-top: 0;
     margin-bottom: 0;
     padding-top: 7px;
}
 .form-horizontal .radio, .form-horizontal .checkbox {
     min-height: 27px;
}
 .form-horizontal .form-group {
     margin-left: -15px;
     margin-right: -15px;
}
 .form-horizontal .form-group:before, .form-horizontal .form-group:after {
     content: " ";
     display: table;
}
 .form-horizontal .form-group:after {
     clear: both;
}
 @media (min-width: 768px) {
     .form-horizontal .control-label {
         text-align: right;
         margin-bottom: 0;
         padding-top: 7px;
    }
}
 .form-horizontal .has-feedback .form-control-feedback {
     right: 15px;
}
 @media (min-width: 768px) {
     .form-horizontal .form-group-lg .control-label {
         padding-top: 11px;
         font-size: 18px;
    }
}
 @media (min-width: 768px) {
     .form-horizontal .form-group-sm .control-label {
         padding-top: 6px;
         font-size: 12px;
    }
}
 .btn {
     display: inline-block;
     margin-bottom: 0;
     font-weight: normal;
     text-align: center;
     vertical-align: middle;
     touch-action: manipulation;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.428571429;
     border-radius: 4px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
	 
}
 .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
}
 .btn:hover, .btn:focus, .btn.focus {
     color: #333;
     text-decoration: none;
}
 .btn:active, .btn.active {
     outline: 0;
     background-image: none;
     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
 .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
     cursor: not-allowed;
     opacity: 0.65;
     filter: alpha(opacity=65);
     -webkit-box-shadow: none;
     box-shadow: none;
}
 a.btn.disabled, fieldset[disabled] a.btn {
     pointer-events: none;
}
 .btn-default {
     color: #333;
     background-color: #fff;
     border-color: #ccc;
}
 .btn-default:focus, .btn-default.focus {
     color: #333;
     background-color: #e6e6e6;
     border-color: #8c8c8c;
}
 .btn-default:hover {
     color: #333;
     background-color: #e6e6e6;
     border-color: #adadad;
}
 .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
     color: #333;
     background-color: #e6e6e6;
     border-color: #adadad;
}
 .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
     color: #333;
     background-color: #d4d4d4;
     border-color: #8c8c8c;
}
 .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
     background-image: none;
}
 .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
     background-color: #fff;
     border-color: #ccc;
}
 .btn-default .badge {
     color: #fff;
     background-color: #333;
}
 .btn-primary {
     color: #fff;
     background-color: #337ab7;
     border-color: #2e6da4;
}
 .btn-primary:focus, .btn-primary.focus {
     color: #fff;
     background-color: #286090;
     border-color: #122b40;
}
 .btn-primary:hover {
     color: #fff;
     background-color: #286090;
     border-color: #204d74;
}
 .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #286090;
     border-color: #204d74;
}
 .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
     color: #fff;
     background-color: #204d74;
     border-color: #122b40;
}
 .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
     background-image: none;
}
 .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
     background-color: #337ab7;
     border-color: #2e6da4;
}
 .btn-primary .badge {
     color: #337ab7;
     background-color: #fff;
}

.footer--col .btn-primary.btn-footer {
	color: var(--gccf-orange-swap);
	background-color: #fff;
	border-color: #fff;
}
.footer--col .btn-primary.btn-footer:hover {
	color: var(--gccf-orange-swap);
	background-color: #fff;
	border-color: #fff;
	opacity:0.7;
}
#footer a.btn-primary.btn-footer:hover {
	color: var(--gccf-orange-swap);
	background-color: #fff;
	border-color: #fff;
	opacity:0.7;
}
.footer--col .btn-primary.btn-footer:active, .footer--col .btn-primary.btn-footer.active, .open > .btn-footer.dropdown-toggle {
	color: var(--gccf-orange-swap);
	background-color: #fff;
	border-color: #fff;
	opacity:0.7;
}
.footer--col .btn-primary.btn-footer:active:hover, .footer--col .btn-primary.btn-footer:active:focus, .footer--col .btn-primary.btn-footer:active.focus, .footer--col .btn-primary.btn-footer.active:hover, .footer--col .btn-primary.btn-footer.active:focus, .footer--col .btn-primary.btn-footer.active.focus, .open > .btn-primary.btn-footer.dropdown-toggle:hover, .open > .btn-primary.btn-footer.dropdown-toggle:focus, .open > .btn-primary.btn-footer.dropdown-toggle.focus {
	color: var(--gccf-orange-swap);
	background-color: #fff;
	border-color: #fff;
	opacity:0.7;
}

.footer--col .btn-primary.btn-footer:hover {
	color: var(--gccf-orange-swap);
	background-color: #fff;
	border-color: #fff;
}
 .btn-success {
     color: #fff;
     background-color: #5cb85c;
     border-color: #4cae4c;
}
 .btn-success:focus, .btn-success.focus {
     color: #fff;
     background-color: #449d44;
     border-color: #255625;
}
 .btn-success:hover {
     color: #fff;
     background-color: #449d44;
     border-color: #398439;
}
 .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
     color: #fff;
     background-color: #449d44;
     border-color: #398439;
}
 .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
     color: #fff;
     background-color: #398439;
     border-color: #255625;
}
 .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
     background-image: none;
}
 .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
     background-color: #5cb85c;
     border-color: #4cae4c;
}
 .btn-success .badge {
     color: #5cb85c;
     background-color: #fff;
}
 .btn-info {
     color: #fff;
     background-color: #5bc0de;
     border-color: #46b8da;
}
 .btn-info:focus, .btn-info.focus {
     color: #fff;
     background-color: #31b0d5;
     border-color: #1b6d85;
}
 .btn-info:hover {
     color: #fff;
     background-color: #31b0d5;
     border-color: #269abc;
}
 .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
     color: #fff;
     background-color: #31b0d5;
     border-color: #269abc;
}
 .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
     color: #fff;
     background-color: #269abc;
     border-color: #1b6d85;
}
 .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
     background-image: none;
}
 .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
     background-color: #5bc0de;
     border-color: #46b8da;
}
 .btn-info .badge {
     color: #5bc0de;
     background-color: #fff;
}
 .btn-warning {
     color: #fff;
     background-color: #f0ad4e;
     border-color: #eea236;
}
 .btn-warning:focus, .btn-warning.focus {
     color: #fff;
     background-color: #ec971f;
     border-color: #985f0d;
}
 .btn-warning:hover {
     color: #fff;
     background-color: #ec971f;
     border-color: #d58512;
}
 .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
     color: #fff;
     background-color: #ec971f;
     border-color: #d58512;
}
 .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
     color: #fff;
     background-color: #d58512;
     border-color: #985f0d;
}
 .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
     background-image: none;
}
 .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
     background-color: #f0ad4e;
     border-color: #eea236;
}
 .btn-warning .badge {
     color: #f0ad4e;
     background-color: #fff;
}
 .btn-danger {
     color: #fff;
     background-color: #d9534f;
     border-color: #d43f3a;
}
 .btn-danger:focus, .btn-danger.focus {
     color: #fff;
     background-color: #c9302c;
     border-color: #761c19;
}
 .btn-danger:hover {
     color: #fff;
     background-color: #c9302c;
     border-color: #ac2925;
}
 .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
     color: #fff;
     background-color: #c9302c;
     border-color: #ac2925;
}
 .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
     color: #fff;
     background-color: #ac2925;
     border-color: #761c19;
}
 .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
     background-image: none;
}
 .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
     background-color: #d9534f;
     border-color: #d43f3a;
}
 .btn-danger .badge {
     color: #d9534f;
     background-color: #fff;
}
 .btn-link {
     color: #337ab7;
     font-weight: normal;
     border-radius: 0;
}
 .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
     background-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
     border-color: transparent;
}
 .btn-link:hover, .btn-link:focus {
     color: #23527c;
     text-decoration: underline;
     background-color: transparent;
}
 .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
     color: #777777;
     text-decoration: none;
}
 .btn-lg {
     padding: 2px 16px;
     font-size: 28px;
     line-height: 1.3333333;
     border-radius: 6px;
}

 .btn-sm {
     padding: 5px 10px;
     font-size: 12px;
     line-height: 1.5;
     border-radius: 3px;
}
 .btn-xs {
     padding: 1px 5px;
     font-size: 12px;
     line-height: 1.5;
     border-radius: 3px;
}
 .btn-block {
     display: block;
     width: 100%;
}
 .btn-block + .btn-block {
     margin-top: 5px;
}
 input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
     width: 100%;
}
 .modal-open {
     overflow: hidden;
}
 .modal {
     display: none;
     overflow: hidden;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     -webkit-overflow-scrolling: touch;
     outline: 0;
}
 .modal.fade .modal-dialog {
     -webkit-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
     -o-transform: translate(0, -25%);
     transform: translate(0, -25%);
     -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
     -o-transition: -o-transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
}
 .modal.in .modal-dialog {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     transform: translate(0, 0);
}
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto;
}
 .modal-dialog {
     position: relative;
     width: auto;
     margin: 10px;
}
 .modal-content {
     position: relative;
     background-color: #fff;
     border: 1px solid #999;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 6px;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     background-clip: padding-box;
     outline: 0;
}
 .modal-backdrop {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1040;
     background-color: #000;
}
 .modal-backdrop.fade {
     opacity: 0;
     filter: alpha(opacity=0);
}
 .modal-backdrop.in {
     opacity: 0.5;
     filter: alpha(opacity=50);
}
 .modal-header {
     padding: 15px;
     border-bottom: 1px solid #e5e5e5;
}
 .modal-header:before, .modal-header:after {
     content: " ";
     display: table;
}
 .modal-header:after {
     clear: both;
}
 .modal-header .close {
     margin-top: -2px;
}
 .modal-title {
     margin: 0;
     line-height: 1.428571429;
}
 .modal-body {
     position: relative;
     padding: 15px;
}
 .modal-footer {
     padding: 15px;
     text-align: right;
     border-top: 1px solid #e5e5e5;
}
 .modal-footer:before, .modal-footer:after {
     content: " ";
     display: table;
}
 .modal-footer:after {
     clear: both;
}
 .modal-footer .btn + .btn {
     margin-left: 5px;
     margin-bottom: 0;
}
 .modal-footer .btn-group .btn + .btn {
     margin-left: -1px;
}
 .modal-footer .btn-block + .btn-block {
     margin-left: 0;
}
 .modal-scrollbar-measure {
     position: absolute;
     top: -9999px;
     width: 50px;
     height: 50px;
     overflow: scroll;
}
 @media (min-width: 768px) {
     .modal-dialog {
         width: 600px;
         margin: 30px auto;
    }
     .modal-content {
         -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
     .modal-sm {
         width: 300px;
    }
}
 @media (min-width: 992px) {
     .modal-lg {
         width: 900px;
    }
}
 .tooltip {
     position: absolute;
     z-index: 1070;
     display: block;
     /*font-family: 'Apercu', sans-serif;*/
     font-style: normal;
     font-weight: normal;
     letter-spacing: normal;
     line-break: auto;
     line-height: 1.428571429;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     white-space: normal;
     word-break: normal;
     word-spacing: normal;
     word-wrap: normal;
     font-size: 12px;
     opacity: 0;
     filter: alpha(opacity=0);
}
 .tooltip.in {
     opacity: 0.9;
     filter: alpha(opacity=90);
}
 .tooltip.top {
     margin-top: -3px;
     padding: 5px 0;
}
 .tooltip.right {
     margin-left: 3px;
     padding: 0 5px;
}
 .tooltip.bottom {
     margin-top: 3px;
     padding: 5px 0;
}
 .tooltip.left {
     margin-left: -3px;
     padding: 0 5px;
}
 .tooltip-inner {
     max-width: 200px;
     padding: 3px 8px;
     color: #fff;
     text-align: center;
     background-color: #000;
     border-radius: 4px;
}
 .tooltip-arrow {
     position: absolute;
     width: 0;
     height: 0;
     border-color: transparent;
     border-style: solid;
}
 .tooltip.top .tooltip-arrow {
     bottom: 0;
     left: 50%;
     margin-left: -5px;
     border-width: 5px 5px 0;
     border-top-color: #000;
}
 .tooltip.top-left .tooltip-arrow {
     bottom: 0;
     right: 5px;
     margin-bottom: -5px;
     border-width: 5px 5px 0;
     border-top-color: #000;
}
 .tooltip.top-right .tooltip-arrow {
     bottom: 0;
     left: 5px;
     margin-bottom: -5px;
     border-width: 5px 5px 0;
     border-top-color: #000;
}
 .tooltip.right .tooltip-arrow {
     top: 50%;
     left: 0;
     margin-top: -5px;
     border-width: 5px 5px 5px 0;
     border-right-color: #000;
}
 .tooltip.left .tooltip-arrow {
     top: 50%;
     right: 0;
     margin-top: -5px;
     border-width: 5px 0 5px 5px;
     border-left-color: #000;
}
 .tooltip.bottom .tooltip-arrow {
     top: 0;
     left: 50%;
     margin-left: -5px;
     border-width: 0 5px 5px;
     border-bottom-color: #000;
}
 .tooltip.bottom-left .tooltip-arrow {
     top: 0;
     right: 5px;
     margin-top: -5px;
     border-width: 0 5px 5px;
     border-bottom-color: #000;
}
 .tooltip.bottom-right .tooltip-arrow {
     top: 0;
     left: 5px;
     margin-top: -5px;
     border-width: 0 5px 5px;
     border-bottom-color: #000;
}
 .popover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1060;
     display: none;
     max-width: 276px;
     padding: 1px;
     /*font-family: 'Apercu', sans-serif;*/
     font-style: normal;
     font-weight: normal;
     letter-spacing: normal;
     line-break: auto;
     line-height: 1.428571429;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     white-space: normal;
     word-break: normal;
     word-spacing: normal;
     word-wrap: normal;
     font-size: 14px;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ccc;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 6px;
     -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
 .popover.top {
     margin-top: -10px;
}
 .popover.right {
     margin-left: 10px;
}
 .popover.bottom {
     margin-top: 10px;
}
 .popover.left {
     margin-left: -10px;
}
 .popover-title {
     margin: 0;
     padding: 8px 14px;
     font-size: 14px;
     background-color: #f7f7f7;
     border-bottom: 1px solid #ebebeb;
     border-radius: 5px 5px 0 0;
}
 .popover-content {
     padding: 9px 14px;
}
 .popover > .arrow, .popover > .arrow:after {
     position: absolute;
     display: block;
     width: 0;
     height: 0;
     border-color: transparent;
     border-style: solid;
}
 .popover > .arrow {
     border-width: 11px;
}
 .popover > .arrow:after {
     border-width: 10px;
     content: "";
}
 .popover.top > .arrow {
     left: 50%;
     margin-left: -11px;
     border-bottom-width: 0;
     border-top-color: #999999;
     border-top-color: rgba(0, 0, 0, 0.25);
     bottom: -11px;
}
 .popover.top > .arrow:after {
     content: " ";
     bottom: 1px;
     margin-left: -10px;
     border-bottom-width: 0;
     border-top-color: #fff;
}
 .popover.right > .arrow {
     top: 50%;
     left: -11px;
     margin-top: -11px;
     border-left-width: 0;
     border-right-color: #999999;
     border-right-color: rgba(0, 0, 0, 0.25);
}
 .popover.right > .arrow:after {
     content: " ";
     left: 1px;
     bottom: -10px;
     border-left-width: 0;
     border-right-color: #fff;
}
 .popover.bottom > .arrow {
     left: 50%;
     margin-left: -11px;
     border-top-width: 0;
     border-bottom-color: #999999;
     border-bottom-color: rgba(0, 0, 0, 0.25);
     top: -11px;
}
 .popover.bottom > .arrow:after {
     content: " ";
     top: 1px;
     margin-left: -10px;
     border-top-width: 0;
     border-bottom-color: #fff;
}
 .popover.left > .arrow {
     top: 50%;
     right: -11px;
     margin-top: -11px;
     border-right-width: 0;
     border-left-color: #999999;
     border-left-color: rgba(0, 0, 0, 0.25);
}
 .popover.left > .arrow:after {
     content: " ";
     right: 1px;
     border-right-width: 0;
     border-left-color: #fff;
     bottom: -10px;
}
 .clearfix:before, .clearfix:after {
     content: " ";
     display: table;
}
 .clearfix:after {
     clear: both;
}
 .center-block {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .pull-right {
     float: right !important;
}
 .pull-left {
     float: left !important;
}
 .hide {
     display: none !important;
}
 .show {
     display: block !important;
}
 .invisible {
     visibility: hidden;
}
 .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .hidden {
     display: none !important;
}
 .affix {
     position: fixed;
}
 @-ms-viewport {
     width: device-width;
}
 .visible-xs {
     display: none !important;
}
 .visible-sm {
     display: none !important;
}
 .visible-md {
     display: none !important;
}
 .visible-lg {
     display: none !important;
}
 .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
     display: none !important;
}
 @media (max-width: 767px) {
     .visible-xs {
         display: block !important;
    }
     table.visible-xs {
         display: table !important;
    }
     tr.visible-xs {
         display: table-row !important;
    }
     th.visible-xs, td.visible-xs {
         display: table-cell !important;
    }
}
 @media (max-width: 767px) {
     .visible-xs-block {
         display: block !important;
    }
}
 @media (max-width: 767px) {
     .visible-xs-inline {
         display: inline !important;
    }
}
 @media (max-width: 767px) {
     .visible-xs-inline-block {
         display: inline-block !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .visible-sm {
         display: block !important;
    }
     table.visible-sm {
         display: table !important;
    }
     tr.visible-sm {
         display: table-row !important;
    }
     th.visible-sm, td.visible-sm {
         display: table-cell !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .visible-sm-block {
         display: block !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .visible-sm-inline {
         display: inline !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .visible-sm-inline-block {
         display: inline-block !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .visible-md {
         display: block !important;
    }
     table.visible-md {
         display: table !important;
    }
     tr.visible-md {
         display: table-row !important;
    }
     th.visible-md, td.visible-md {
         display: table-cell !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .visible-md-block {
         display: block !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .visible-md-inline {
         display: inline !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .visible-md-inline-block {
         display: inline-block !important;
    }
}
 @media (min-width: 1200px) {
     .visible-lg {
         display: block !important;
    }
     table.visible-lg {
         display: table !important;
    }
     tr.visible-lg {
         display: table-row !important;
    }
     th.visible-lg, td.visible-lg {
         display: table-cell !important;
    }
}
 @media (min-width: 1200px) {
     .visible-lg-block {
         display: block !important;
    }
}
 @media (min-width: 1200px) {
     .visible-lg-inline {
         display: inline !important;
    }
}
 @media (min-width: 1200px) {
     .visible-lg-inline-block {
         display: inline-block !important;
    }
}
 @media (max-width: 767px) {
     .hidden-xs {
         display: none !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .hidden-sm {
         display: none !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .hidden-md {
         display: none !important;
    }
}
 @media (min-width: 1200px) {
     .hidden-lg {
         display: none !important;
    }
}
 .visible-print {
     display: none !important;
}
 @media print {
     .visible-print {
         display: block !important;
    }
     table.visible-print {
         display: table !important;
    }
     tr.visible-print {
         display: table-row !important;
    }
     th.visible-print, td.visible-print {
         display: table-cell !important;
    }
}
 .visible-print-block {
     display: none !important;
}
 @media print {
     .visible-print-block {
         display: block !important;
    }
}
 .visible-print-inline {
     display: none !important;
}
 @media print {
     .visible-print-inline {
         display: inline !important;
    }
}
 .visible-print-inline-block {
     display: none !important;
}
 @media print {
     .visible-print-inline-block {
         display: inline-block !important;
    }
}
 @media print {
     .hidden-print {
         display: none !important;
    }
}
/* colors */
 .bg--gray {
     background: var(--gccf-gray-swap) !important;
}
 .bg--grey {
     background: var(--gccf-gray-swap) !important;
}
 .bg--light-grey {
     background: #EAEAEA !important;
}
 .bg--lighter-grey {
     background: #F6F6F6 !important;
}
 .bg--light-gray {
     background: #EAEAEA !important;
}
 .bg--lighter-gray {
     background: #F6F6F6 !important;
}
 .bg--orange {
     background: var(--gccf-orange-swap) !important;
}
 .bg--orange-dark {
     background: var(--gccf-orange-swap) !important;
}
 .bg--dark-space-grey {
     background: #383838 !important;
}
 .bg--charcoal {
     background: #202020 !important;
}
 .bg--white {
     background: #fff !important;
}
 .bg--black {
     background: #000000 !important;
}
 .bg--primary-filter {
     background: rgba(240, 140, 20, 0.8) !important;
}
 .bg--light-filter {
     background: rgba(255, 255, 255, 0.8) !important;
}
 .bg--dark-filter {
     background: rgba(0, 0, 0, 0.8) !important;
}
 .bg--primary-overlay {
     background: rgba(247, 151, 30, 0.5) !important;
}
 .bg--light-overlay {
     background: rgba(255, 255, 255, 0.5) !important;
}
 .bg--dark-overlay {
     background: rgba(0, 0, 0, 0.5) !important;
}
 .bg--blue-25 {
     background: #7dd3f7 !important;
}
 .bg--green-25 {
     background: #c3db61 !important;
}
 .bg--pink-25 {
     background: #ec118f !important;
}
 .bg--orange-25 {
     background: #f8981c !important;
}
 .bg--purple-25 {
     background: var(--gccf-purple-swap) !important;
}
 .bg-color--gray {
     background: var(--gccf-gray-swap) !important;
}
 .bg-color--grey {
     background: var(--gccf-gray-swap) !important;
}
 .bg-color--light-grey {
     background: #EAEAEA !important;
}
 .bg-color--lighter-grey {
     background: #F6F6F6 !important;
}
 .bg-color--light-gray {
     background: #EAEAEA !important;
}
 .bg-color--lighter-gray {
     background: #F6F6F6 !important;
}
 .bg-color--orange {
     background: var(--gccf-orange-swap) !important;
}
 .bg-color--orange-dark {
     background: var(--gccf-orange-swap) !important;
}
 .bg-color--dark-space-grey {
     background: #383838 !important;
}
 .bg-color--charcoal {
     background: #202020 !important;
}
 .bg-color--white {
     background: #fff !important;
}
 .bg-color--black {
     background: #000000 !important;
}
 .bg-color--primary-filter {
     background: rgba(240, 140, 20, 0.8) !important;
}
 .bg-color--light-filter {
     background: rgba(255, 255, 255, 0.8) !important;
}
 .bg-color--dark-filter {
     background: rgba(0, 0, 0, 0.8) !important;
}
 .bg-color--primary-overlay {
     background: rgba(247, 151, 30, 0.5) !important;
}
 .bg-color--light-overlay {
     background: rgba(255, 255, 255, 0.5) !important;
}
 .bg-color--dark-overlay {
     background: rgba(0, 0, 0, 0.5) !important;
}
 .bg-color--blue-25 {
     background: #7dd3f7 !important;
}
 .bg-color--green-25 {
     background: #c3db61 !important;
}
 .bg-color--pink-25 {
     background: #ec118f !important;
}
 .bg-color--orange-25 {
     background: #f8981c !important;
}
 .bg-color--purple-25 {
     background: var(--gccf-purple-swap) !important;
}
 .tx--gray {
     color: var(--gccf-gray-swap) !important;
}
 .tx--grey {
     color: var(--gccf-gray-swap) !important;
}
 .tx--light-grey {
     color: #EAEAEA !important;
}
 .tx--lighter-grey {
     color: #F6F6F6 !important;
}
 .tx--light-gray {
     color: #EAEAEA !important;
}
 .tx--lighter-gray {
     color: #F6F6F6 !important;
}
 .tx--orange {
     color: var(--gccf-orange-swap) !important;
}
 .tx--orange-dark {
     color: var(--gccf-orange-swap) !important;
}
 .tx--dark-space-grey {
     color: #383838 !important;
}
 .tx--charcoal {
     color: #202020 !important;
}
 .tx--white {
     color: #fff !important;
}
 .tx--black {
     color: #000000 !important;
}
 .tx--primary-filter {
     color: rgba(240, 140, 20, 0.8) !important;
}
 .tx--light-filter {
     color: rgba(255, 255, 255, 0.8) !important;
}
 .tx--dark-filter {
     color: rgba(0, 0, 0, 0.8) !important;
}
 .tx--primary-overlay {
     color: rgba(247, 151, 30, 0.5) !important;
}
 .tx--light-overlay {
     color: rgba(255, 255, 255, 0.5) !important;
}
 .tx--dark-overlay {
     color: rgba(0, 0, 0, 0.5) !important;
}
 .tx--blue-25 {
     color: #7dd3f7 !important;
}
 .tx--green-25 {
     color: #c3db61 !important;
}
 .tx--pink-25 {
     color: #ec118f !important;
}
 .tx--orange-25 {
     color: #f8981c !important;
}
 .tx--purple-25 {
     color: var(--gccf-purple-swap) !important;
}

.tx--pink-rebrand{color:#ed1c8f !important;}
.tx--orange-rebrand{color:#ff9900 !important;}
.tx--teal-rebrand{color:#00ffc5 !important;}
.tx--navy-rebrand{color:#02599d !important;}

 .text-color--gray {
     color: var(--gccf-gray-swap) !important;
}
 .text-color--grey {
     color: var(--gccf-gray-swap) !important;
}
 .text-color--light-grey {
     color: #EAEAEA !important;
}
 .text-color--lighter-grey {
     color: #F6F6F6 !important;
}
 .text-color--light-gray {
     color: #EAEAEA !important;
}
 .text-color--lighter-gray {
     color: #F6F6F6 !important;
}
 .text-color--orange {
     color: var(--gccf-orange-swap) !important;
}
 .text-color--orange-dark {
     color: var(--gccf-orange-swap) !important;
}
 .text-color--dark-space-grey {
     color: #383838 !important;
}
 .text-color--charcoal {
     color: #202020 !important;
}
 .text-color--white {
     color: #fff !important;
}
 .text-color--black {
     color: #000000 !important;
}
 .text-color--primary-filter {
     color: rgba(240, 140, 20, 0.8) !important;
}
 .text-color--light-filter {
     color: rgba(255, 255, 255, 0.8) !important;
}
 .text-color--dark-filter {
     color: rgba(0, 0, 0, 0.8) !important;
}
 .text-color--primary-overlay {
     color: rgba(247, 151, 30, 0.5) !important;
}
 .text-color--light-overlay {
     color: rgba(255, 255, 255, 0.5) !important;
}
 .text-color--dark-overlay {
     color: rgba(0, 0, 0, 0.5) !important;
}
 .text-color--blue-25 {
     color: #7dd3f7 !important;
}
 .text-color--green-25 {
     color: #c3db61 !important;
}
 .text-color--pink-25 {
     color: #ec118f !important;
}
 .text-color--orange-25 {
     color: #f8981c !important;
}
 .text-color--purple-25 {
     color: var(--gccf-purple-swap) !important;
}
/* buttons */
 .btn, .user-login-form .button.js-form-submit.form-submit, .wufoo .btTxt.submit {
     display: inline-block;
     margin-top: 20px;
     margin-bottom: 20px;
     font-weight: normal;
     text-align: center;
     vertical-align: middle;
     touch-action: manipulation;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
    font-family: "Chalet", "Arial Narrow", sans-serif;
     
     /*font-family: 'Apercu', sans-serif;*/
     transition: all .4s;
     font-size: 28px;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.428571429;
     border-radius: 4px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus, .user-login-form .button.js-form-submit.form-submit:focus, .user-login-form .button.js-form-submit.form-submit.focus, .user-login-form .button.js-form-submit.form-submit:active:focus, .user-login-form .button.js-form-submit.form-submit:active.focus, .user-login-form .button.js-form-submit.form-submit.active:focus, .user-login-form .button.js-form-submit.form-submit.active.focus, .wufoo .btTxt.submit:focus, .wufoo .btTxt.submit.focus, .wufoo .btTxt.submit:active:focus, .wufoo .btTxt.submit:active.focus, .wufoo .btTxt.submit.active:focus, .wufoo .btTxt.submit.active.focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
     outline: none;
}
 .btn:hover, .btn:focus, .btn.focus, .user-login-form .button.js-form-submit.form-submit:hover, .user-login-form .button.js-form-submit.form-submit:focus, .user-login-form .button.js-form-submit.form-submit.focus, .wufoo .btTxt.submit:hover, .wufoo .btTxt.submit:focus, .wufoo .btTxt.submit.focus {
     color: #333;
     text-decoration: none;
}
 .btn:active, .btn.active, .user-login-form .button.js-form-submit.form-submit:active, .user-login-form .button.js-form-submit.form-submit.active, .wufoo .btTxt.submit:active, .wufoo .btTxt.submit.active {
     outline: 0;
     background-image: none;
     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
 .btn.disabled, .btn[disabled], fieldset[disabled] .btn, .user-login-form .button.js-form-submit.form-submit.disabled, .user-login-form .button.js-form-submit.form-submit[disabled], fieldset[disabled] .user-login-form .button.js-form-submit.form-submit, .wufoo .btTxt.submit.disabled, .wufoo .btTxt.submit[disabled], fieldset[disabled] .wufoo .btTxt.submit {
     cursor: not-allowed;
     opacity: 0.65;
     filter: alpha(opacity=65);
     -webkit-box-shadow: none;
     box-shadow: none;
}
 a.btn-footer {
     margin-top: 0;
     margin-bottom: 50px;
}
 a.btn.disabled, fieldset[disabled] a.btn {
     pointer-events: none;
}
 .btn-one {
     font-size: 16px;
     text-transform: uppercase;
    /*font-family: "Open Sans", Arial, Helvetica, sans-serif;
     */
     /*font-family: 'Apercu', sans-serif;*/
     font-weight: 700;
     padding: 4px 12px;
     background: var(--gccf-orange-swap);
}
 .btn-light {
     color: var(--gccf-orange-swap);
     background: #fff;
}
 .btn-light:hover {
     background: var(--gccf-orange-swap);
     color: #fff;
}
 .btn-dark {
     color: #fff;
     background: #202020;
}
 .btn-dark:hover {
     background: #fff;
     color: #202020;
}
 .btn-gray {
     color: #000000;
     background: var(--gccf-gray-swap);
		/*color: #fff;
		background-color: var(--gccf-orange-swap);
		border-color: var(--gccf-orange-swap);*/
	 
}
 .btn-gray:hover {
     background: #000000;
     color: var(--gccf-gray-swap);
		/*color: #fff;
		background-color: #d4117d;
		border-color: #bd0f6f;*/
	 
}
 .btn-pink {
    background: #ed1c8f;
	color: #fff;
	background-color: #ed1c8f;
	border-color: #ed1c8f;
}
 .btn-pink:hover {
	color: #fff;
	background-color: #d4117d;
	border-color: #bd0f6f;
}

 .btn-orange {
    background: #FF9900;
	color: #fff;
	background-color: #FF9900;
	border-color: #FF9900;
}
 .btn-orange:hover {
	color: #fff;
	background-color: #D47B08;
	border-color: #D47B08;
}

 .btn-teal {
    background: #00ffc5;
	color: #000;
	background-color: #00ffc5;
	border-color: #00ffc5;
}
 .btn-teal:hover {
	color: #000;
	background-color: #16D4A9;
	border-color: #16D4A9;
}

 .btn-navy {
    background: #02599d;
	color: #fff;
	background-color: #02599d;
	border-color: #02599d;
}
 .btn-navy:hover {
	color: #fff;
	background-color: #074270;
	border-color: #074270;
}
 .btn-black {
    background: #000;
	color: #fff;
	background-color: #000;
	border-color: #000;
}
 .btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #00;
	opacity:0.7;
}

 .btn-default {
     color: #333;
     background-color: #fff;
     border-color: #ccc;
}
 .btn-default:focus, .btn-default.focus {
     color: #333;
     background-color: #e6e6e6;
     border-color: #8c8c8c;
}
 .btn-default:hover {
     color: #333;
     background-color: #e6e6e6;
     border-color: #adadad;
}
 .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
     color: #333;
     background-color: #e6e6e6;
     border-color: #adadad;
}
 .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
     color: #333;
     background-color: #d4d4d4;
     border-color: #8c8c8c;
}
 .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
     background-image: none;
}
 .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
     background-color: #fff;
     border-color: #ccc;
}
 .btn-default .badge {
     color: #fff;
     background-color: #333;
}
 .btn-primary {
     color: #fff;
     background-color: var(--gccf-orange-swap);
     border-color: var(--gccf-orange-swap);
}
 .btn-primary:focus, .btn-primary.focus {
     color: #fff;
     background-color: #d4117d;
     border-color: #905305;
}
 .btn-primary:hover {
     color: #fff;
     background-color: #d4117d;
     border-color: #bd0f6f;
}
 .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #d4117d;
     border-color: #bd0f6f;
}
 .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
     color: #fff;
     background-color: #b86907;
     border-color: #905305;
}
 .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
     background-image: none;
}
 .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
     background-color: var(--gccf-orange-swap);
     border-color: var(--gccf-orange-swap);
}
 .btn-primary .badge {
     color: var(--gccf-orange-swap);
     background-color: #fff;
}
 .btn-primary-dark {
     color: #fff;
     background-color: var(--gccf-orange-swap);
     border-color: var(--gccf-orange-swap);
}
.node--1  .btn-primary-dark {
     color: #fff;
     background-color: rgba(51, 51, 51, 0.4);
     border-color: transparent;
}
 .btn-primary-dark:focus, .btn-primary-dark.focus {
     color: #fff;
     background-color: #a66514;
     border-color: #623c0c;
}
 .node--1  .btn-primary-dark:focus,.node--1  .btn-primary-dark.focus {
     color: #fff;
     background-color: rgba(51, 51, 51, 0.6);
     border-color: transparent;
}
 .btn-primary-dark:hover {
     color: #fff;
     background-color: #a66514;
     border-color: #9d6013;
}
 .node--1 .btn-primary-dark:hover {
     color: #fff;
     background-color: rgba(51, 51, 51, 0.6);
     border-color: transparent;
}
 .btn-primary-dark:active, .btn-primary-dark.active, .open > .btn-primary-dark.dropdown-toggle {
     color: #fff;
     background-color: #a66514;
     border-color: #9d6013;
}
 .btn-primary-dark:active:hover, .btn-primary-dark:active:focus, .btn-primary-dark:active.focus, .btn-primary-dark.active:hover, .btn-primary-dark.active:focus, .btn-primary-dark.active.focus, .open > .btn-primary-dark.dropdown-toggle:hover, .open > .btn-primary-dark.dropdown-toggle:focus, .open > .btn-primary-dark.dropdown-toggle.focus {
     color: #fff;

	background-color: rgba(51, 51, 51, 0.6);
	border-color: transparent;

}
 .btn-primary-dark:active, .btn-primary-dark.active, .open > .btn-primary-dark.dropdown-toggle {
     background-image: none;
}
 .btn-primary-dark.disabled:hover, .btn-primary-dark.disabled:focus, .btn-primary-dark.disabled.focus, .btn-primary-dark[disabled]:hover, .btn-primary-dark[disabled]:focus, .btn-primary-dark[disabled].focus, fieldset[disabled] .btn-primary-dark:hover, fieldset[disabled] .btn-primary-dark:focus, fieldset[disabled] .btn-primary-dark.focus {
     background-color: var(--gccf-orange-swap);
     border-color: var(--gccf-orange-swap);
}
 .btn-primary-dark .badge {
     color: var(--gccf-orange-swap);
     background-color: #fff;
}
 .btn-primary-light {
     color: var(--gccf-orange-swap);
     background-color: #fff;
     border-color: var(--gccf-orange-swap);
}
 .btn-primary-light:focus, .btn-primary-light.focus {
     color: var(--gccf-orange-swap);
     background-color: #e6e6e6;
     border-color: #623c0c;
}
 .btn-primary-light:hover {
     color: var(--gccf-orange-swap);
     background-color: #e6e6e6;
     border-color: #9d6013;
}
 .btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
     color: var(--gccf-orange-swap);
     background-color: #e6e6e6;
     border-color: #9d6013;
}
 .btn-primary-light:active:hover, .btn-primary-light:active:focus, .btn-primary-light:active.focus, .btn-primary-light.active:hover, .btn-primary-light.active:focus, .btn-primary-light.active.focus, .open > .btn-primary-light.dropdown-toggle:hover, .open > .btn-primary-light.dropdown-toggle:focus, .open > .btn-primary-light.dropdown-toggle.focus {
     color: var(--gccf-orange-swap);
     background-color: #d4d4d4;
     border-color: #623c0c;
}
 .btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
     background-image: none;
}
 .btn-primary-light.disabled:hover, .btn-primary-light.disabled:focus, .btn-primary-light.disabled.focus, .btn-primary-light[disabled]:hover, .btn-primary-light[disabled]:focus, .btn-primary-light[disabled].focus, fieldset[disabled] .btn-primary-light:hover, fieldset[disabled] .btn-primary-light:focus, fieldset[disabled] .btn-primary-light.focus {
     background-color: #fff;
     border-color: var(--gccf-orange-swap);
}
 .btn-primary-light .badge {
     color: #fff;
     background-color: var(--gccf-orange-swap);
}
 .btn-success {
     color: #fff;
     background-color: #5cb85c;
     border-color: #4cae4c;
}
 .btn-success:focus, .btn-success.focus {
     color: #fff;
     background-color: #449d44;
     border-color: #255625;
}
 .btn-success:hover {
     color: #fff;
     background-color: #449d44;
     border-color: #398439;
}
 .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
     color: #fff;
     background-color: #449d44;
     border-color: #398439;
}
 .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
     color: #fff;
     background-color: #398439;
     border-color: #255625;
}
 .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
     background-image: none;
}
 .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
     background-color: #5cb85c;
     border-color: #4cae4c;
}
 .btn-success .badge {
     color: #5cb85c;
     background-color: #fff;
}
 .btn-info {
     color: #fff;
     background-color: #5bc0de;
     border-color: #46b8da;
}
 .btn-info:focus, .btn-info.focus {
     color: #fff;
     background-color: #31b0d5;
     border-color: #1b6d85;
}
 .btn-info:hover {
     color: #fff;
     background-color: #31b0d5;
     border-color: #269abc;
}
 .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
     color: #fff;
     background-color: #31b0d5;
     border-color: #269abc;
}
 .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
     color: #fff;
     background-color: #269abc;
     border-color: #1b6d85;
}
 .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
     background-image: none;
}
 .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
     background-color: #5bc0de;
     border-color: #46b8da;
}
 .btn-info .badge {
     color: #5bc0de;
     background-color: #fff;
}
 .btn-warning {
     color: #fff;
     background-color: #f0ad4e;
     border-color: #eea236;
}
 .btn-warning:focus, .btn-warning.focus {
     color: #fff;
     background-color: #ec971f;
     border-color: #985f0d;
}
 .btn-warning:hover {
     color: #fff;
     background-color: #ec971f;
     border-color: #d58512;
}
 .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
     color: #fff;
     background-color: #ec971f;
     border-color: #d58512;
}
 .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
     color: #fff;
     background-color: #d58512;
     border-color: #985f0d;
}
 .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
     background-image: none;
}
 .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
     background-color: #f0ad4e;
     border-color: #eea236;
}
 .btn-warning .badge {
     color: #f0ad4e;
     background-color: #fff;
}
 .btn-danger {
     color: #fff;
     background-color: #d9534f;
     border-color: #d43f3a;
}
 .btn-danger:focus, .btn-danger.focus {
     color: #fff;
     background-color: #c9302c;
     border-color: #761c19;
}
 .btn-danger:hover {
     color: #fff;
     background-color: #c9302c;
     border-color: #ac2925;
}
 .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
     color: #fff;
     background-color: #c9302c;
     border-color: #ac2925;
}
 .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
     color: #fff;
     background-color: #ac2925;
     border-color: #761c19;
}
 .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
     background-image: none;
}
 .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
     background-color: #d9534f;
     border-color: #d43f3a;
}
 .btn-danger .badge {
     color: #d9534f;
     background-color: #fff;
}
 .btn-blue-25 {
     background: var(--gccf-blue-swap);
     color: #fff;
}
 .btn-blue-25:hover {
     background: #49a1c5;
     color: #fff;
}
 .btn-green-25 {
     background: #c4d969;
     color: #fff;
}
 .btn-green-25:hover {
     background: #a1bb37;
     color: #fff;
}
 .btn-pink-25 {
     background: var(--gccf-pink);
     color: #fff;
}
 .btn-pink-25:hover {
     background: #c2056d;
     color: #fff;
}
 .btn-orange-25 {
     background: #f69731;
     color: #fff;
}
 .btn-orange-25:hover {
     background: #d97b14;
     color: #fff;
}
 .btn-purple-25 {
     background: var(--gccf-purple-swap);
     color: #fff;
}
 .btn-purple-25:hover {
     background: #570ea5;
     color: #fff;
}
 .btn-link {
     color: #337ab7;
     font-weight: normal;
     border-radius: 0;
}
 .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
     background-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
     border-color: transparent;
}
 .btn-link:hover, .btn-link:focus {
     color: #23527c;
     text-decoration: underline;
     background-color: transparent;
}
 .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
     color: #777777;
     text-decoration: none;
}
 .btn-lg {
     padding: 2px 16px;
     font-size: 28px;
     line-height: 1.33333;
     border-radius: 2px;
}
.btn-lg {
	padding: 2px 16px;
	font-size: 28px;
}
 #footer h2{
     /*font-size:30px;*/
}
 .btn-sm {
     padding: 5px 10px;
     font-size: 12px;
     line-height: 1.5;
     border-radius: 3px;
}
 .btn-xs {
     padding: 1px 5px;
     font-size: 12px;
     line-height: 1.5;
     border-radius: 3px;
}
 .btn-block {
     display: block;
     width: 100%;
}
 .btn-block + .btn-block {
     margin-top: 5px;
}
 input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
     width: 100%;
}
 .file-size {
     display: none;
}
/* font-face */
 @font-face {
     font-family: 'Chalet';
     src: url("../fonts/chalet_comprime_cologne_sixty.eot");
     src: url("../fonts/chalet_comprime_cologne_sixty.eot?#iefix") format("embedded-opentype"), url("../fonts/chalet_comprime_cologne_sixty.woff") format("woff"), url("../fonts/chalet_comprime_cologne_sixty.ttf") format("truetype"), url("../fonts/chalet_comprime_cologne_sixty.svg#chalet") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "custom-gccf-fonticons";
     src: url("../fonts/custom-fonts/custom-gccf-fonticons.eot");
     src: url("../fonts/custom-fonts/custom-gccf-fonticons.eot?#iefix") format("embedded-opentype"), url("../fonts/custom-fonts/custom-gccf-fonticons.woff") format("woff"), url("../fonts//custom-fonts/custom-gccf-fonticons.ttf") format("truetype"), url("../fonts/custom-fonts/custom-gccf-fonticons.svg#custom-gccf-fonticons") format("svg");
     font-weight: normal;
     font-style: normal;
}
 [data-icon]:before {
     font-family: "custom-gccf-fonticons" !important;
     content: attr(data-icon);
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
     font-family: "custom-gccf-fonticons" !important;
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .icon-right-open:before {
     content: "\61";
}
 .icon-right-open-big:before {
     content: "\62";
}
 .icon-right-open-mini:before {
     content: "\63";
}
 .icon-share:before {
     content: "\64";
}
 .icon-left-open:before {
     content: "\65";
}
 .icon-left-open-big:before {
     content: "\66";
}
 .icon-left-open-mini:before {
     content: "\67";
}
 .icon-down-open:before {
     content: "\68";
}
 .icon-down-open-big:before {
     content: "\69";
}
 .icon-down-open-mini:before {
     content: "\6a";
}
 .icon-arrow-combo:before {
     content: "\6b";
}
 .icon-cancel:before {
     content: "\6c";
}
 .icon-down-dir:before {
     content: "\6d";
}
 .icon-up-open:before {
     content: "\6e";
}
 .icon-up-open-big:before {
     content: "\6f";
}
 .icon-up-open-mini:before {
     content: "\70";
}
 .icon-phone:before {
     content: "\71";
}
 .icon-vcard:before {
     content: "\72";
}
 .icon-user:before {
     content: "\73";
}
 .icon-menu:before {
     content: "\74";
}
/* breakpoints */
/* Basics */
 html {
     font-family: sans-serif;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
     -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
     font-size: 62.5%;
}
 @keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 body {
     margin: 0;
     font-size: 16px;
     font-size: 1.6rem;
	 
     font-family: 'Open Sans', sans-serif;
     /*font-family: 'Apercu', sans-serif;*/
     color: var(--gccf-gray-swap);
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
     background-color: #fff;
     transition: font-size .3s;
}
 .cssanimations body {
     opacity: 0;
     animation: fadeIn .8s forwards ease .2s;
}
 a {
     background: transparent;
     text-decoration: none;
}
 a:hover, a:active {
     outline: 0;
}
 ul, ol {
     padding: 0;
     margin: 0;
}
 li {
     list-style: none;
     display: inline-block;
}
 h1, .alpha, h2, .beta, h3, .gamma, h4, .delta, h5, .eplsion, h6, .zeta {
     margin: 0;
     font-weight: normal;
     font-family: "Chalet", "Arial Narrow", sans-serif;
     font-family: 'Apercu', sans-serif;
}
 h1, .alpha {
     font-size: 48px;
}
 @media (max-width: 1200px) {
     h1, .alpha {
         font-size: 40px;
    }
}
 @media (max-width: 768px) {
     h1, .alpha {
         font-size: 35px;
    }
}
 h2, .beta {
     font-size: 46px;
	 /*font-size:calc(46px * 0.73);*/
}
 @media (max-width: 1200px) {
     h2, .beta {
         font-size: 38px;
    }
}
 @media (max-width: 768px) {
     h2, .beta {
         font-size: 33px;
    }
}
 h3, .gamma {
     font-size: 44px;
}
 @media (max-width: 1200px) {
     h3, .gamma {
         font-size: 36px;
    }
}
 @media (max-width: 768px) {
     h3, .gamma {
         font-size: 31px;
    }
}
 h4, .delta {
     font-size: 42px;
}
 @media (max-width: 1200px) {
     h4, .delta {
         font-size: 34px;
    }
}
 @media (max-width: 768px) {
     h4, .delta {
         font-size: 29px;
    }
}
 h5, .epsilon {
     font-size: 40px;
}
 @media (max-width: 1200px) {
     h5, .epsilon {
         font-size: 32px;
    }
}
 @media (max-width: 768px) {
     h5, .epsilon {
         font-size: 27px;
    }
}
 h6, .zeta {
     font-size: 38px;
}
 @media (max-width: 1200px) {
     h6, .zeta {
         font-size: 30px;
    }
}
 @media (max-width: 768px) {
     h6, .zeta {
         font-size: 25px;
    }
}
 mark {
     background: #ff0;
     color: #000;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 dfn {
     font-style: italic;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
    /* 1 */
     vertical-align: baseline;
    /* 2 */
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 img {
     border: 0;
     display: block;
     max-width: 100%;
     height: auto;
}
 svg:not(:root) {
     overflow: hidden;
}
 figure {
     margin: 0;
}
 hr {
     border: none;
     height: 1px;
     background: #fdead2;
}
 pre {
     overflow: auto;
}
 code, kbd, pre, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
    /* 1 */
     font: inherit;
    /* 2 */
     margin: 0;
    /* 3 */
}
 button {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
    /* 2 */
     cursor: pointer;
    /* 3 */
}
 button[disabled], html input[disabled] {
     cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input {
     line-height: normal;
}
 input[type="radio"], input[type="checkbox"] {
     box-sizing: border-box;
    /* 1 */
     padding: 0;
    /* 2 */
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
     box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
 legend {
     border: 0;
    /* 1 */
     padding: 0;
    /* 2 */
}
 textarea {
     overflow: auto;
}
 optgroup {
     font-weight: bold;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 td, th {
     padding: 0;
}
 .mailchimp-newsletter.newsletter-modal {
     transform: translateY(-50%) translateX(-50%);
     left: 50%;
     top: 50%;
     max-width: 500px;
     max-height: 100%;
     overflow: auto;
}
 .mailchimp-newsletter.newsletter-show .newsletter-close {
     display: inline-block;
     margin: 0 10px;
     float: right;
}
 .mailchimp-newsletter.newsletter-show .newsletter-show-only {
     display: block;
}
 .newsletter-show-only {
     display: none;
}
 .mailchimp-newsletter .newsletter-close {
     display: none;
}
 .mailchimp-newsletter label {
     display: none !important;
     height: 0;
}
 .mailchimp-newsletter .form-submit {
     border: 0 !important;
     margin: 0 !important;
     padding: 0 !important;
     width: auto !important;
     clear: none !important;
     display: inline-block !important;
}
 .newsletter-modal {
     position: fixed;
     top: 50%;
     width: 100%;
     max-width: 100%;
     height: auto;
     z-index: 2000;
     visibility: hidden;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}
 .newsletter-modal {
     transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
     -webkit-transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
     -ms-transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
}
 .newsletter-show {
     visibility: visible;
}
 .newsletter-overlay {
     position: fixed;
     width: 100%;
     height: 100%;
     visibility: hidden;
     top: 0;
     left: 0;
     z-index: 1000;
     opacity: 0;
     background: rgba(225, 225, 225, 0.8);
     transition: all 0.3s;
}
 .newsletter-show ~ .newsletter-overlay {
     opacity: 1;
     visibility: visible;
}
/* Effect 8: 3D flip horizontal */
 .newsletter-effect-8.newsletter-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .newsletter-effect-8 .newsletter-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: rotateY(-70deg);
     -ms-transform: rotateY(-70deg);
     transform: rotateY(-70deg);
     transition: all 0.3s;
     opacity: 0;
}
 .newsletter-show.newsletter-effect-8 .newsletter-content {
     -webkit-transform: rotateY(0deg);
     -ms-transform: rotateY(0deg);
     transform: rotateY(0deg);
     opacity: 1;
}
 .video-container {
     position: relative;
     width: 100%;
     min-height: calc( (9/16) * 100vw);
     background-size: cover;
     background-position: center center;
}
 .video-container h1 {
     color: #fff;
     position: absolute;
     left: 50%;
     top: 50%;
     display: block;
     z-index: 4;
     transform: translate(-50%, -50%);
}
 .bg-video {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .bg-video-wrapper {
     position: absolute;
     overflow: hidden;
     width: 100%;
     min-height: calc( (9/16) * 100vw);
}
 .bg-video-wrapper img {
     display: none;
}
 @media only screen and (max-width: 768px) {
     .bg-video {
         display: none;
    }
     .bg-video-wrapper img {
         display: block;
    }
}
 .view-full {
     position: absolute;
     background: rgba(0, 0, 0, 0.25);
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transition: opacity 500ms ease;
}
 .view-full span {
     display: block;
     color: #fff;
     background: #000;
     position: absolute;
     padding: 15px 30px;
     text-align: center;
     top: 55%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .video-responsive-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
}
 .video-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .teaser-4col:nth-child(even) .column-teaser-subtitle, .teaser-4col:nth-child(even) h4 {
     color: #666;
}
 .teaser-4col .column-teaser-subtitle {
     color: var(--gccf-orange-swap);
}
 .teaser-4col h4 {
     font-size: 34px;
}
 .teaser-4col .col-md-3 {
     padding: 0;
}
 .teaser-4col .column-teaser-border {
     border: 1px solid #ccc;
     padding: 15px;
     min-height: 375px;
}
 @media screen and (max-width: 991px) {
     .teaser-4col .column-teaser-border {
         min-height: auto;
    }
}
 .teaser-4col .column-teaser-button {
     padding: 15px;
     text-align: center;
}
 .teaser-4col .btn {
     margin: 0 auto;
}
 .cke_panel_listItem {
     display: block;
}
 .gccf-login-page {
     margin: 5% auto;
     background: #EAEAEA;
     width: 100%;
     text-align: center;
     padding: 5%;
     border-bottom: 2px solid var(--gccf-orange-swap);
}
 .gccf-login-page input {
     padding: 10px;
}
 @media (max-width: 768px) {
     .gccf-login-page input {
         max-width: 100%;
    }
}
 .gccf-login-page .description {
     margin: 10px;
}
 @media (max-width: 768px) {
     .gccf-login-page {
         margin-top: 20%;
    }
}
 #block-gccf-local-tasks {
     position: fixed;
     bottom: 0px;
     width: 100%;
     z-index: 99;
}
 #block-gccf-local-tasks ul:not(.contextual-links) {
     margin: 0px auto;
     display: inline-block;
     position: relative;
     width: 100%;
     text-align: center;
}
 #block-gccf-local-tasks li {
     padding: 10px;
     background: #000000;
     border: 1px solid #fff;
     border-bottom: none;
}
 #block-gccf-local-tasks ul a {
     margin: 0px auto;
     color: #fff;
     padding: 10px;
}
 .search h2 {
     display: none;
}
 .search .search-block-form {
     width: 40%;
     margin: 0px auto;
}
 .search .search-block-form .js-form-type-search {
     width: 70%;
     float: left;
}
 .search .search-block-form input[type="search"] {
     width: 90%;
}
 .search .search-block-form form {
     height: 60px;
}
 .search .search-block-form button {
     padding: 11px 30px;
     background: var(--gccf-orange-swap);
     border: none;
     color: #fff;
     font-size: 18px;
     font-weight: bold;
}
 .page-widgets-container {
     max-width: 100%;
     margin: 0px auto;
}
 .show--mobile, .init--description .show--mobile {
     display: inline-block;
}
 .init--description .show--mobile .btn {
     margin: 4px auto;
}
 .col-md-10.col-md-offset-1.search-wrapper {
     margin-top: 40px;
}
 .section-overlay--orange {
     background-color: var(--gccf-orange-swap);
     background-blend-mode: multiply;
}
 .section-overlay--light {
     background-color: #EAEAEA;
     background-blend-mode: multiply;
}
 .section-overlay--gray {
     background-color: #909195;
     background-blend-mode: multiply;	 
}
 .section-overlay--dark {
     background-color: #808080;
     background-blend-mode: multiply;
}
 .node--article .news-pagination-links {
     display: none;
}
 body {
     overflow-x: hidden;
}
 a, a:focus {
     color: var(--gccf-orange-swap);
     transition: all .3s;
}
 a:hover, a:active, a:focus, a:visited {
     text-decoration: none;
}
 a:hover {
     color: var(--gccf-orange-swap);
}
 .z-index--20 {
     z-index: 20;
     position: relative;
}
 header {
     position: fixed;
     z-index: 999;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "Chalet", "Arial Narrow", sans-serif;
     /*font-family: 'Apercu', sans-serif;*/
     transition: all .5s;
     color: var(--gccf-orange-swap);
}
 h1 {
     font-size: 72px;
	 /*font-size: calc(72px * 0.73);*/
     color: var(--gccf-orange-swap);
}
 .main-content {
     position: relative;
}
 .container {
     width: 1440px;
     max-width: 100%;
}
 .container-relative {
     position: relative;
     overflow: hidden;
}
 .visible {
     visibility: visible;
     opacity: 1;
}
 iframe {
     border: none;
}
 @media screen and (min-width: 992px) {
     .vertical-align {
         display: flex;
         align-items: center;
    }
}
 @media screen and (min-width: 1440px) {
     .content-container {
         padding: 10px 100px;
    }
     .content-containerfooter {
         padding: 40px 100px;
    }
}
 section {
     clear: both;
}
 .disable-pointer-events {
     pointer-events: none;
}
 .center-image {
     margin: 0px auto;
}
 .btn-light {
     background: #fff;
     color: var(--gccf-orange-swap);
}
 .btn-light:hover {
     color: 383838;
}
 .btn-primary:visited {
     color: #fff;
}
 @media (max-width: 768px) {
     .main-content {
         top: 60px;
    }
     .front .main-content {
         top: 110px;
    }
}
 @media (max-width: 480px) {
     .main-content {
         top: 40px;
    }
     .front .main-content {
         top: 90px;
    }
}
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
 :focus {
     outline: none;
}
 * html .clearfix {
     zoom: 1;
}
/* IE6 */
 *:first-child + html .clearfix {
     zoom: 1;
}
/* IE7 */
 .swiper-pagination-bullet-active {
     background: var(--gccf-orange-swap);
}
 @media screen and (min-width: 1080px) {
     .padding-vertical-10 {
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .padding-vertical-20 {
         padding-top: 20px;
         padding-bottom: 20px;
    }
     .padding-vertical-40 {
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .padding-vertical-50 {
         padding-top: 50px;
         padding-bottom: 50px;
    }
     .padding-vertical-60 {
         padding-top: 60px;
         padding-bottom: 60px;
    }
     .padding-vertical-80 {
         padding-top: 80px;
         padding-bottom: 80px;
    }
     .padding-horizontal-20 {
         padding-left: 20px;
         padding-right: 20px;
    }
     .padding-horizontal-40 {
         padding-left: 40px;
         padding-right: 40px;
    }
     .padding-horizontal-50 {
         padding-left: 50px;
         padding-right: 50px;
    }
     .padding-horizontal-60 {
         padding-left: 60px;
         padding-right: 60px;
    }
     .padding-horizontal-80 {
         padding-left: 80px;
         padding-right: 80px;
    }
     .padding-horizontal-100 {
         padding-left: 100px;
         padding-right: 100px;
    }
     .padding-horizontal-120 {
         padding-left: 120px;
         padding-right: 120px;
    }
     .margin-vertical-10 {
         margin-top: 10px;
         margin-bottom: 10px;
    }
     .margin-vertical-20 {
         margin-top: 20px;
         margin-bottom: 20px;
    }
     .margin-vertical-40 {
         margin-top: 40px;
         margin-bottom: 40px;
    }
     .margin-vertical-50 {
         margin-top: 50px;
         margin-bottom: 50px;
    }
     .margin-vertical-60 {
         margin-top: 60px;
         margin-bottom: 60px;
    }
     .margin-horizontal-20 {
         margin-left: 20px;
         margin-right: 20px;
    }
     .margin-horizontal-40 {
         margin-left: 40px;
         margin-right: 40px;
    }
     .margin-horizontal-60 {
         margin-left: 60px;
         margin-right: 60px;
    }
     .margin-horizontal-120 {
         margin-left: 120px;
         margin-right: 120px;
    }
}
 .search-form {
     float: left;
     display: none;
}
 .search-form-container {
     padding: 15px;
}
 .main--navigation_search.search-active {
     width: 500px;
     margin-left: -435px;
}
 .main--navigation_search.search-active .fa-search {
     left: 0px;
     position: relative;
     float: left;
}
 .main--navigation_search.search-active .search-form {
     display: inline-block;
     width: 80%;
}
 .search-icon {
     height: 60px;
     width: 60px;
     float: left;
     padding: 15px;
     margin-left: 6px;
}
 .counter-wrap{
     font-family: "Chalet", "Arial Narrow", sans-serif;
     font-family: 'Apercu', sans-serif;
     color:#000;
     font-size:90px;
}
 .node--718 .three-column-cta--wrapper.container.z-index--20 {
     width: 100%;
     background-color: var(--gccf-orange-swap);
     margin-top: 15px;
}
 .node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content {
     min-height: 0;
     padding: 10px 0 47px;
}
 .node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
     border-right: 0px solid #EAEAEA;
     margin-top: 0px;
     min-height:0;
}
 .node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon {
     min-height: 0;
}
 .node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2{
     text-align:center;
     color:#E6058D;
}

.node--718 .three-column-cta--wrapper.container.z-index--20, .node--1 .three-column-cta--wrapper.container.z-index--20 {
	width: 100%;
	background-color: #F7971E;
	margin-top: 15px;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content {
	min-height: 0;
	padding: 10px 0 47px;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
	border-right: 0px solid #EAEAEA;
	margin-top: 0px;
	min-height:0;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon {
	min-height: 0;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2{
	text-align:center; color:#E6058D;
}

.node--718 .resources--cta {
	display:none;
}
.node--1 .resources--cta {
	/*display:none;*/
}
.node--1 #block-gccf-content .page-widgets-container a + .three-column-cta--wrapper.container{
	/*display:none;*/
}
.node--1 .jumbotron--wrapper + .bg--orange.resources--cta {
	background: #000 !important;
}
.node--1 .resources--cta .jumbotron-button--wrapper .btn-primary-dark{
	font-family: 'Chalet';
}
.node--718 .three-column-cta--wrapper.container.z-index--20, .node--1 .three-column-cta--wrapper.container.z-index--20 {
	width: 100%;
	/*background-color: #ED1C8F;*/
	background-color: #818285;
	margin-top: 0px;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
	border: 0px solid #EAEAEA;
	margin-top: 0px;
	min-height: 0;
	background-color: #000;
	position: relative;
	padding-top: 105px;
	float: none;
	margin: 0;
	max-width: 490px;
	margin-top: -95px;
	background:radial-gradient(circle 82px at top center ,#0000 98%,#000  );
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta::after, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta::after{
	content:"";
	background-color:white;
	position:absolute;
	height:calc(100% - 81px);
	width:calc(100% + 8px);
	left:-4px;
	bottom:-4px;
	z-index:-1;
	background:radial-gradient(circle 82px at top center ,#0000 98%,#fff  );
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon im, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon img{
	max-width:80%;
	height:auto;
	width:80%;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2 {
	text-align: center;
	color: #FFF;
	text-transform:uppercase;
}
.counter-wrap {
	color: #FFF;
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon {
	/*background-color: #95979A;*/
	background-color: #818285;
	max-width: 151px;
	border-radius: 50%;
	max-height: 151px;
	height: 151px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position:absolute;
	top:-75.5px;
	left:calc(50% - 75.5px);
}
.node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content .margin-vertical-40, .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .margin-vertical-40  {
	margin-top: 0;
	margin-bottom: 0px;
	display: flex;
	justify-content:space-evenly;
	align-items:flex-start;
	align-content:center;
	gap:20px;
	background-color:transparent !important;
}
/*Ticker V2*/
.node--1 .three-column-cta--wrapper.container.z-index--20 {
     width: 100%;
     background-color: var(--gccf-orange-swap);
     margin-top: 15px;
}
 .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content {
     min-height: 0;
     padding: 10px 0 47px;
	 display:block;
}
 .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
     border-right: 0px solid #EAEAEA;
     margin-top: 0px;
     min-height:0;
}
 .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon {
     min-height: 0;
}
 .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2{
     text-align:center;
     color:#E6058D;
}

.node--1 .three-column-cta--wrapper.container.z-index--20 {
	width: 100%;
	background-color: #F7971E;
	margin-top: 15px;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content {
	min-height: 0;
	padding: 10px 0 47px;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
	border-right: 0px solid #EAEAEA;
	margin-top: 0px;
	min-height:0;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon {
	min-height: 0;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2{
	text-align:center; color:#E6058D;
}

.node--1 .resources--cta {
	display:none;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 {
	width: 100%;
	/*background-color: #ED1C8F;*/
	background-color: #818285;
	margin-top: 0px;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
	border: 0px solid #EAEAEA;
	margin-top: 0px;
	min-height: 0;
	background-color: transparent;
	position: relative;
	padding-top: 34px;
	float: none;
	margin: 0;
	max-width: 490px;
	margin-top: -95px;
	/*background:radial-gradient(circle 82px at top center ,#0000 98%,#000  );*/
	border-radius:15px;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta::after{
	width:70%;
	height:70%;
	position:absolute;
	background-color:#000;
	border-radius:10px;
	top:0%;
	left:15%;
	content:"";
	z-index:-1;
	background-image:none;
}
/*.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta::after{
	content:"";
	background-color:white;
	position:absolute;
	height:calc(100% - 81px);
	width:calc(100% + 8px);
	left:-4px;
	bottom:-4px;
	z-index:-1;
	background:radial-gradient(circle 82px at top center ,#0000 98%,#fff  );
}*/
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon img{
	max-width:60%;
	height:auto;
	width:60%;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2 {
	text-align: center;
	color: #FFF;
	text-transform:uppercase;
	font-size:50px;
}
.node--1 .counter-wrap {
	font-family: "Chalet", "Arial Narrow", sans-serif;
	font-size: 98px;
	line-height:1;
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta .three-column-icon {
	/*background-color: #95979A;*/
	background-color: transparent;
	max-width: 151px;
	border-radius: 50%;
	max-height: 151px;
	height: 151px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position:absolute;
	top:-75.5px;
	left:calc(50% - 75.5px);
}
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .margin-vertical-40 {
	margin-top: 0;
	margin-bottom: 0px;
	display: flex;
	justify-content:space-evenly;
	align-items:flex-start;
	align-content:center;
	gap:20px;
	background-color:transparent !important;
}
/*
.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta::after {
	width: 100%;
	height: 100%;

	top: 0%;
	left: 0%; 

}
*/
.node--1 .swiper-container-home { 
	padding-top: 0px;
}
h2.count-first{
	display:block;
}
h2.count-second{
	display:none;
}
 @media (max-width: 992px) {
     .node--1 .three-column-cta--wrapper.container.z-index--20 .bg-color--white {
         background-color: transparent !important;
    }
     .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content {
         min-height: 0;
         padding: 80px 0 47px;
    }
}
 @media (max-width: 1090px) {
	.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .margin-vertical-40 {
		align-items: center;
		align-content: center;
		flex-direction: column;
	}	 
	.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
		margin-top: 50px;
	}	
	.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
		width: 490px;
	}	
 }
  @media (max-width: 500px) {
	  .node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta h2 {
			font-size: 50px;
		}
		.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
			width: 99%;
		}
		.node--1 .counter-wrap {
			font-family: "Chalet", "Arial Narrow", sans-serif;
			font-size: 88px;
			line-height: 1;
		}
		.node--1 .three-column-cta--wrapper.container.z-index--20 .inner-content .three-column-cta {
			padding-top: 20px;
		}
  }
/*Ticker V2 END*/
/* DRUPAL 8 Updates */
 .main--navigation_search {
     height: 60px;
     width: 65px;
     background: #000000;
     text-align: center;
     cursor: pointer;
     overflow: hidden;
     z-index: 21;
     transition: all .5s;
}
 .main--navigation_search .search-block-form form {
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-direction: row;
}
 .main--navigation_search .search-block-form form .form-item-keys {
     -webkit-flex: 1 0 auto;
     -ms-flex: 1 0 auto;
     flex: 1 0 auto;
}
 .main--navigation_search .search-block-form, .main--navigation_search .search-block-form form {
     height: 100%;
}
 .main--navigation_search .search-block-form h2 {
     display: none;
}
 .main--navigation_search input.form-search {
     width: 100%;
     height: 44px;
     margin: 0;
     margin-top: 7px;
     border: 0;
}
 .main--navigation_search input.form-submit {
     background: none;
     border: none;
     color: #fff;
     padding: 12px 20px;
     transition: all .3s;
     margin-top: 7px;
}
 .main--navigation_search .search-block-form .form-item {
     padding-right: 10px;
}
 .main--navigation_search input.form-submit:hover {
     background: var(--gccf-orange-swap);
}
/* END DRUPAL 8 Updates */
/* Search Icon Change */
 .glass {
     width: 24px;
     height: 24px;
     border: 3px solid #fff;
     position: relative;
     border-radius: 100px;
     -webkit-transition: .4s ease-in-out;
     -moz-transition: .4s ease-in-out;
     -o-transition: .4s ease-in-out;
     transition: .4s ease-in-out;
}
 .stick {
     border: 2px solid #fff;
     width: 3px;
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: -8px;
     left: 23px;
     position: relative;
     height: 20px;
     position: relative;
     -webkit-transition: .4s ease-in-out;
     -moz-transition: .4s ease-in-out;
     -o-transition: .4s ease-in-out;
     transition: .4s ease-in-out;
}
 .open-search .glass {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     border-radius: 0px;
     width: 0px;
     top: -10px;
     left: 10px;
     border: 2px solid #fff;
     height: 50px;
     position: relative;
}
 .open-search .stick {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
     border-radius: 0px;
     border: 2px solid #fff;
     width: 3px;
     height: 50px;
     top: -60px;
     left: 10px;
     position: relative;
}
 .search-form, .search-form .form-actions, .search-form .form-item {
     float: left;
}
 .search-form input {
     padding: 10px;
     position: relative;
     top: -10px;
     height: 50px;
     width: 100%;
     left: -10px;
}
 .search-form .form-item.form-type-textfield {
     width: 80%;
}
 .search-form .form-actions.form-wrapper .form-submit {
     margin-left: 8px;
     background: var(--gccf-orange-swap);
     color: #fff;
     appearance: none;
     box-shadow: none;
     border-radius: 0;
     border: none;
     background: transparent;
     font-family: "Chalet", "Arial Narrow", sans-serif;
     font-family: 'Apercu', sans-serif;
     font-size: 24px;
     line-height: 14px;
     transition: all .7s;
}
 .search-form .form-actions.form-wrapper .form-submit:focus {
     outline: none;
}
 .search-form .form-actions.form-wrapper .form-submit:hover {
     background: var(--gccf-orange-swap);
}
 #main--navigation-icon {
     position: relative;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
}
 #main--navigation-icon span {
     display: block;
     position: absolute;
     height: 3px;
     width: 100%;
     background: #fff;
     border-radius: 0px;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}
 #main--navigation-icon span:nth-child(1) {
     top: 0px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #main--navigation-icon span:nth-child(2) {
     top: 12px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #main--navigation-icon span:nth-child(3) {
     top: 24px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 #main--navigation-icon.open span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     top: -4px;
     left: 8px;
}
 #main--navigation-icon.open span:nth-child(2) {
     width: 0%;
     opacity: 0;
}
 #main--navigation-icon.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 32px;
     left: 7px;
}
 .main--navigation_share {
     width: 80px;
     position: absolute;
     top: 62px;
     right: 0px;
     text-transform: uppercase;
     color: #fff;
     font-weight: 700;
}
 .share--tab {
     background: #000000;
     height: 40px;
     font-size: 11px;
     vertical-align: super;
}
 .share--tab .icon {
     font-size: 24px;
     padding: 4px 4px 4px 10px;
}
 .share--tab span {
     vertical-align: super;
     cursor: pointer;
}
 .share--tab_links {
     position: relative;
     height: auto;
     top: 2px;
     background: #000000;
     display: block;
     font-size: 12px;
     padding: 4px 4px;
     font-size: 10px;
     text-align: center;
     display: none;
}
 .share--tab_links li {
     padding: 10px;
}
 .share--tab_links a {
     color: #fff;
}
 .main--navigation_login {
     display: none;
}

.main--navigation, .main--navigation_menu-items {
	/*font-family: 'Chalet';
	font-size: 2.4rem;*/
}

 @media screen and (min-width: 769px) {
    /* base navigation */
     header {
         left: 0;
         right: 0;
    }
     .main--navigation .main--navigation_logo {
         display: none;
    }
     nav .main--navigation_hamburger {
         display: none;
    }
     .main--navigation_search {
         position: absolute;
         right: 0;
         top: 0;
    }
     .main--navigation-wrapper {
         background: #000;
    }
     .main--navigation-wrapper .main--navigation_logo {
         margin-top: 15px;
    }
     .main--navigation-wrapper .main--navigation_utility {
         float: right;
    }
     .main--navigation-wrapper .main--navigation_logo {
         float: left;
    }
     .main--navigation-wrapper .utility--container {
         padding: 0px 15px;
    }
     .main--navigation-wrapper .utility--container:after {
         content: "";
         display: table;
         clear: both;
    }
     .main--navigation-wrapper .utility--nav {
         padding-right: 80px;
    }
     .main--navigation-wrapper .utility--nav li {
         padding: 0 10px;
    }
     .main--navigation-wrapper .utility--nav li > a {
         color: #fff;
         text-transform: uppercase;
    }
     .main--navigation-wrapper .utility--nav li > a:hover, .main--navigation-wrapper .utility--nav li > a:focus {
         color: var(--gccf-orange-swap);
    }
	.main--navigation-wrapper .utility--nav li > a.btn:hover, .main--navigation-wrapper .utility--nav li > a.btn:focus {
		color: #fff;
		background-color: #d4117d;
		border-color: #bd0f6f;
	}
     .main--navigation-wrapper .utility--nav .utility--nav-donate-mobile a {
         font-size: 2rem;
         line-height: 1;
    }
     .main--navigation-wrapper .primary--container {
         background: #333;
    }
     .main--navigation-icon {
         display: none;
    }
     .main--navigation_logo {
         max-width: 250px;
    }
     .primary--menu {
         text-align: center;
    }
	.primary--menu {
		text-align: right;
		padding-right: 95px;
	}
     li.item-wrapper-level-1 {
         position: relative;
         width: auto;
         float: none;
         min-height: auto;
         display: inline-block;
         padding: 0;
        /*&:after {
             position: relative;
             top: 2px;
             display: inline-block;
             content: "";
             width: 0;
             height: 0;
             border-left: 5px solid transparent;
             border-right: 5px solid transparent;
             border-top: 5px solid #bbb;
             border-bottom: 5px solid transparent;
        }
         */
    }
     li.item-wrapper-level-1 > a {
         display: block;
         padding: 15px 10px;
         line-height: 16px;
         text-transform: uppercase;
         color: #fff;
    }
     li.item-wrapper-level-1 > a:hover, li.item-wrapper-level-1 > a:focus {
         color: var(--gccf-pink);
    }
    li.item-wrapper-level-1 > a {
		color:var(--gccf-gray);		 
    }
	.breadcrumbs-block li.item-wrapper-level-1 > a {
         color: #fff;
    }
	.breadcrumbs-block li.item-wrapper-level-1 > a:hover,.breadcrumbs-block  li.item-wrapper-level-1 > a:focus {
         color: #fff;
    }
     .main--navigation-wrapper .primary--container {
         background: #fff;
    }
     li.item-wrapper-level-1:hover {
        /*&:after {
             top: -2px;
             width: 0;
             height: 0;
             border-top: 5px solid transparent;
             border-left: 5px solid transparent;
             border-right: 5px solid transparent;
             border-bottom: 5px solid var(--gccf-orange-swap);
        }
         */
    }
     li.item-wrapper-level-1:hover > ul {
         display: block;
    }
     li.item-wrapper-level-1 ul {
         display: none;
         text-align: left;
         position: absolute;
         left: 0;
         top: 46px;
         background: rgba(0, 0, 0, 0.8);
         min-width: 300px;
         padding: 10px 15px;
         font-size: 1.6rem;
    }
     li.item-wrapper-level-1 ul li {
         display: block;
    }
     li.item-wrapper-level-1 ul li a {
         display: block;
         color: #fff;
         padding: 2px 0;
    }
     li.item-wrapper-level-1 ul li a:hover {
         color: var(--gccf-orange-swap);
    }
     li.item-wrapper-level-1:last-of-type ul {
         left: auto;
         right: 0;
    }
     .main--navigation_share {
         display: none;
    }
	li.item-wrapper-level-1 ul {
		text-align: left;
	}
}
 @media screen and (min-width: 769px) and (max-width: 1040px) {
     li.item-wrapper-level-1 > a {
         padding: 15px 3px;
         line-height: 14px;
         font-size: 0.92em;
		 font-size:calc(0.92em * 0.53);
    }
     li.item-wrapper-level-1 ul {
         top: 44px;
         padding: 5px 15px;
         font-size: 1.3rem;
    }
     li.item-wrapper-level-1 ul li a {
         padding: 2px 0;
    }
     .main--navigation-wrapper .utility--nav {
         margin: 0;
         padding-right: 80px;
         padding-top: 15px;
    }
     .main--navigation-wrapper .utility--nav li {
         padding: 5px;
    }
     .main--navigation-wrapper .utility--nav li > a {
         font-size: 0.9em;
    }
     .main--navigation-wrapper .utility--nav .utility--nav-donate-mobile a {
         font-size: 1.5rem;
         margin: 0 !important;
    }
}
 @media screen and (min-width: 769px) and (max-width: 870px) {
     li.item-wrapper-level-1 > a {
         font-size: 0.85em;
    }
     .main--navigation-wrapper .utility--nav li > a {
         font-size: 0.85em;
    }
}
 @media (max-width: 768px) {
     .main--navigation-wrapper {
         position: fixed;
         width: 100%;
    }
     .main--navigation {
         width: 100%;
         position: fixed;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         animation-duration: .5s;
        /* only for dev to show divsion w/o adding px */
    }
	.main--navigation {
		z-index: 2001;
	}
     .main--navigation .fa {
         font-size: 28px;
         color: #fff;
    }
     .main--navigation .main--navigation_logo {
         height: 60px;
         padding: 6px;
         margin: 0px auto;
         background: rgba(0, 0, 0, 0.5);
    }
     .main--navigation .main--navigation_logo img {
         height: 100%;
         max-width: 100%;
    }
     .main--navigation_hamburger {
         height: 60px;
         background: #000000;
         width: 80px;
         display: inline-block;
         float: left;
         padding: 15px;
         text-align: center;
         cursor: pointer;
    }
     .main--navigation_menu-items {
         background: #383838;
         width: 1020px;
         max-width: 100%;
         position: fixed;
         left: 50%;
         top: 50%;
         -webkit-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
         margin: 0px auto;
         overflow: scroll;
         max-height: 100vh;
         transition: all .3s;
    }
     .main--navigation {
         background: #000000;
    }
     .main--navigation_share {
         display: none;
    }
     .main--navigation_login {
         background: #383838;
         width: 100%;
         position: fixed;
         margin: 0px auto;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         top: 60px;
         z-index: -1;
    }
     .main--navigation_login .btn-one {
         margin: 10px auto;
    }
     .utility--container {
         margin-bottom: 60px;
    }
     .utility--container .main--navigation_logo {
         display: inline-block;
         float: left;
         margin: 10px 40px;
    }
     .utility--nav {
         margin: 10px 20px 20px 60px;
         float: left;
    }
     .utility--nav li {
         padding: 0px 10px;
    }
     .utility--nav li a {
         text-transform: uppercase;
         color: #c9c9c9;
         font-size: .8em;
         font-weight: 700;
    }
     .utility--container .btn {
         font-size: 16px;
         text-transform: uppercase;
         font-family: "Open Sans", Arial, Helvetica, sans-serif;
         font-family: 'Apercu', sans-serif;
         font-weight: 700;
         padding: 4px 12px;
         color: #fff;
    }
     .item-wrapper-level-1 {
         text-align: center;
         margin-bottom: 20px;
         background: #383838;
         display: block;
    }
     .item-wrapper-level-1 a {
         color: #fff;
         font-weight: bold;
         font-size: 22px;
    }
     .sub-menu {
         border-top: 1px solid var(--gccf-gray-swap);
         display: block;
         padding-top: 15px;
         margin-top: 15px;
    }
     .item-wrapper-level-2 {
         display: block;
         padding: 8px;
    }
     .sub-menu .item-wrapper-level-2 a {
         font-weight: 400;
         font-size: 18px;
    }
     .main--navigation-wrapper {
        /* Effect 8: 3D flip horizontal */
    }
     .main--navigation-wrapper .mnd-modal {
         position: fixed;
         top: 50%;
         width: 100%;
         max-width: 100%;
         height: auto;
         z-index: 2000;
         visibility: hidden;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-transform: translateX(-50%) translateY(-50%);
         -ms-transform: translateX(-50%) translateY(-50%);
         transform: translateX(-50%) translateY(-50%);
    }
     .main--navigation-wrapper .mnd-modal {
         transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
         -webkit-transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
         -ms-transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
    }
     .main--navigation-wrapper .mnd-show {
         visibility: visible;
    }
     .main--navigation-wrapper .mnd-overlay {
         position: fixed;
         width: 100%;
         height: 100%;
         visibility: hidden;
         top: 0;
         left: 0;
         z-index: 1000;
         opacity: 0;
         background: rgba(225, 225, 225, 0.8);
         transition: all 0.3s;
    }
     .main--navigation-wrapper .mnd-show ~ .mnd-overlay {
         opacity: 0;
         visibility: hidden;
    }
     .main--navigation-wrapper .mnd-effect-8.mnd-modal {
         -webkit-perspective: 1300px;
         perspective: 1300px;
    }
     .main--navigation-wrapper .mnd-effect-8 .mnd-content {
         -webkit-transform-style: preserve-3d;
         transform-style: preserve-3d;
         -webkit-transform: rotateY(-70deg);
         -ms-transform: rotateY(-70deg);
         transform: rotateY(-70deg);
         transition: all 0.3s;
         opacity: 0;
    }
     .main--navigation-wrapper .mnd-show.mnd-effect-8 .mnd-content {
         -webkit-transform: rotateY(0deg);
         -ms-transform: rotateY(0deg);
         transform: rotateY(0deg);
         opacity: 1;
    }
}
 @media (max-width: 480px) {
     .main--navigation_hamburger, .main--navigation_search, .main--navigation_logo, .main--navigation, .search-icon {
         height: 40px;
    }
     .main--navigation_hamburger, .main--navigation_search, .search-icon {
         width: 50px;
         min-width: 50px;
    }
     .main--navigation_search .search-active {
         height: 80px;
    }
     .main--navigation_hamburger, .search-icon {
         padding: 6px;
         margin-left: 0px;
    }
     .main--navigation .main--navigation_logo {
         padding: 5px;
         height: 40px;
    }
     .glass {
         width: 18px;
         height: 18px;
         top: 4px;
    }
     .stick {
         top: -3px;
         left: 17px;
         height: 14px;
    }
     .open-search .glass {
         top: 0px;
         left: 10px;
         border: 2px solid #fff;
         height: 30px;
    }
     .open-search .stick {
         height: 30px;
         top: -30px;
         left: 10px;
    }
     .search-form input {
         height: 30px;
         background: #6A6A6A;
         color: #F6F6F6;
         border: none;
    }
     .main--navigation_search .search-block-form {
         padding: 0 5px;
    }
     .main--navigation_search input.form-search {
         height: 30px;
         margin: 0 !important;
         padding: 0 !important;
    }
     .main--navigation_search .js-form-item {
         padding-right: 10px;
         box-sizing: border-box;
    }
    /* .search-form input:focus{
         outline:none;
    }
     .main--navigation_search.search-active .search-form, .main--navigation_search.search-active .search-block-form{
         display: inline-block;
         width:100%;
    }
     */
     #main--navigation-icon span:nth-child(1) {
         top: 4px;
    }
     #main--navigation-icon span:nth-child(3) {
         top: 20px;
    }
     #main--navigation-icon.open span:nth-child(1) {
         top: 0px;
         left: 5px;
    }
     #main--navigation-icon.open span:nth-child(3) {
         top: 27px;
         left: 5px;
    }
     .main--navigation_search.search-active {
         width: 500px;
         margin-left: -420px;
         top: 40px;
         position: absolute;
         right: 0px;
    }
     .search-icon.open-search {
         padding: 5px 12px;
         position: fixed;
         top: 0px;
         right: 0px;
         z-index: 3000;
    }
     .main--navigation_login {
         top: 40px;
    }
}
 .utility--container .navbar-brand img {
     max-height: 43px;
     width: auto;
}
 @media only screen and (min-width: 768px) and (max-width: 1010px) {
     .utility--nav {
         margin: 10px 0px 20px 10%;
    }
     .utility--nav li {
         padding: 0px 6px;
    }
     .utility--container .btn {
         font-size: 12px;
         padding: 4px 8px;
    }
     .utility--container .main--navigation_logo {
         display: inline-block;
         float: left;
         margin: 10px 5px;
    }
     .utility--container .navbar-brand img {
         width: 90%;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 859px) {
     .utility--nav {
         margin: 10px 0px 20px 1%;
    }
}
 @media (max-width: 992px) {
     .carousel-control.left:hover, .carousel-control.right:hover {
         width: 70px;
    }
}
 @media (max-width: 768px) {
     .main--navigation_search {
         max-width: 100%;
    }
     .search-icon {
         background: #000000;
         position: relative;
    }
     .utility--nav .utility--nav-donate-mobile {
         float: none;
    }
}
 @media screen and (min-width: 768px) {
     .item-wrapper-level-1 {
         min-height: 320px;
    }
}
 @media (max-width: 768px) {
     .main--navigation_utility {
         text-align: center;
         display: inline-block;
         width: 100%;
    }
	.main--navigation_utility {
	padding-top: 15px;
}
     .utility--nav {
         margin: 20px 0px 0px;
         float: left;
         width: 100%;
    }
     .utility--nav li {
         width: 50%;
         float: left;
    }
     .utility--nav li a {
         font-size: 1em;
         line-height: 2;
    }
     .sub-menu, .utility--container {
         border-bottom: 1px solid var(--gccf-gray-swap);
         border-top: none;
    }
     .utility--container {
         margin: 20px 15px;
    }
     .main--navigation_menu-items {
         top: 59px;
    }
     .mnd-show ~ .mnd-overlay {
         visibility: hidden;
    }
     .utility--container .main--navigation_hamburger, .utility--container .main--navigation_logo {
         display: none;
    }
     .main--navigation_hamburger.mnd-trigger.open {
         background-color: #383838;
    }
     .main--navigation_search input.form-search {
         background: #6a6a6a;
         color: #F6F6F6;
         border: 0px;
    }
     .main--navigation_search input.form-submit {
         background: var(--gccf-orange-swap);
    }
}
 @media (max-width: 480px) {
     .main--navigation_menu-items {
         top: 39px;
         padding-bottom: 80px;
    }
     .sub-menu {
         margin-top: 0px;
         padding: 12px 0px;
    }
     .item-wrapper-level-1:last-of-type .sub-menu {
         border-bottom: none;
    }
     .item-wrapper-level-1 a {
         font-size: 18px;
}
     .sub-menu .item-wrapper-level-2 a {
         font-size: 16px;
    }
     .main--navigation_search input.form-submit {
         padding: 4px 10px;
         margin-top: 0;
    }
}
 .swiper-container {
     width: 100%;
     height: 100%;
}
 .swiper-slide {
     background-size: cover;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .swiper-slide-caption {
     padding: 5%;
     transition: all .3s;
}
 .swiper-slide-caption_left {
     left: 1%;
     position: absolute;
     top: 25%;
     bottom: 25%;
}
 .swiper-slide-caption_right {
     right: 1%;
     position: absolute;
     top: 25%;
     bottom: 25%;
}
 .swiper-slide-caption h1 {
     font-size: 5em;
	/*font-size:calc(5em * 0.53);*/
     color: #fff;
     margin-bottom: -.25em;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
 .swiper-slide-caption p {
     text-align: center;
     font-size: 18px;
     color: white;
    /* Center slide text vertically */
     display: flex;
     justify-content: center;
     align-items: center;
     background-position: center;
}
 .swiper-control-group {
     right: 100px;
     position: absolute;
     width: 130px;
     bottom: 38px;
     color: #fff;
     text-align: center;
     z-index: 12;
}
 .swiper-control.left, .swiper-control.right {
     height: auto;
     width: 50%;
}
 .swiper-control.left:hover {
     padding-right: 3px;
}
 .swiper-control.right:hover {
     padding-left: 3px;
}
 .swiper-control {
     opacity: 1;
     height: 70px;
     position: relative;
     width: 50%;
     text-shadow: none;
     font-size: 42px;
     transition: all .3s;
}
 .swiper-button-prev {
     float: left;
}
 .swiper-button-next {
     float: right;
}
 .swiper-control.left, .swiper-control.right {
     background: var(--gccf-orange-swap);
}
 .icon-right-open-big:before, .icon-left-open-big:before {
     font-size: 35px;
     padding: 6px;
}
 .swiper-pagination-bullet-active {
     background: var(--gccf-orange-swap) !important;
}
 @media screen and (min-width: 769px) {
     .swiper-container-home {
         padding-top: 80px;
    }
}
 @media screen and (min-width: 1440px) {
     .swiper-slide-caption h1 {
		 font-size: 7.5em;
         /*font-size: 4em;
		 font-size:calc(7.5em * 0.53);*/
    }
}
 @media screen and (min-width: 1440px) and (max-width: 1440px) {
     .swiper-slide-caption h1 {
         font-size: 5.5em;
		 /*font-size:calc(5.5em * 0.53);*/
    }
}
 @media (max-width: 1200px) {
     .swiper-slide {
         max-height: 700px;
    }
}
 @media (max-width: 1080px) {
     .swiper-slide {
         max-height: 500px;
    }
}
 @media (max-width: 992px) {
     .swiper-control-group {
         width: 100%;
         right: 0px;
         position: absolute;
         bottom: 100px;
         background: transparent;
    }
     .swiper-control.left, .swiper-control.right {
         width: 60px;
    }
     .swiper-control.left, .swiper-button-prev {
         left: 0px;
    }
     .swiper-control.right, .swiper-button-next {
         right: 0px;
    }
}
 @media (max-width: 768px) {
     .swiper-slide {
         max-height: 500px;
    }
     .swiper-slide-caption h1 {
         font-size: 5em;
		 /*font-size:calc(5em * 0.53);*/
    }
     .swiper-control.left, .swiper-control.right {
         width: 50px;
    }
     .swiper-slide-caption .tx--larger {
         font-size: 18px !important;
         margin-bottom: 5px;
    }
}
 @media (max-width: 480px) {
     .swiper-slide {
         max-height: 300px;
    }
     .swiper-slide-caption h1 {
         font-size: 2.9em;
		 /*font-size:calc(2.9em * 0.53);*/
         line-height: 0.8;
         margin-bottom: -5px;
         margin-top: 5%;
    }
     .swiper-slide-caption p {
         font-size: 15px;
         line-height: 1.2;
    }
     .swiper-pagination {
         display: none;
    }
     .swiper-control-group {
         bottom: 60px;
    }
     .swiper-control.left, .swiper-control.right {
         height: 44px;
         font-size: 36px;
    }
}
 .resources--cta {
     height: 120px;
     z-index: 16;
}
 .resources--cta_item {
     height: 100px;
     margin-top: 20px;
}
 .resources--cta_item a:active {
     background: var(--gccf-orange-swap);
}
 .resources--cta h2 {
     font-size: 38px;
     color: #fff;
}
 .resources--cta p {
     height: 85px;
}
 .btn-special {
     padding: 4px 40px;
     border: none;
}
 .resources--cta .btn-primary-dark {
     font-size: 38px;
     /*font-size: calc(38px * 0.73);*/
     width: 100%;
}
 .user-login-form .button.js-form-submit.form-submit {
     background: var(--gccf-orange-swap);
     color: #fff;
     font-size: 24px;
}
 .user-login-form .button.js-form-submit.form-submit:hover {
     color: #fff;
     background: var(--gccf-orange-swap);
}
 @media screen and (max-width: 991px) {
     .resources--cta {
         height: auto;
         padding-left: 0px;
         padding-right: 0px;
    }
     .resources--cta .col-md-4 {
         padding-left: 0px;
         padding-right: 0px;
    }
     .resources--cta_item {
         height: auto;
         margin-top: 0px;
         border-top: 2px solid #fff;
    }
     .resources--cta_more {
         display: none;
    }
     .resources--cta_item .btn {
         background: var(--gccf-orange-swap);
         border-radius: 0px;
         border: none;
         margin: 10px auto;
    }
}
 @media (max-width: 0px) {
     .resources--cta {
         height: auto;
         padding-left: 0px;
         padding-right: 0px;
    }
     .resources--cta .col-md-4 {
         padding-left: 0px;
         padding-right: 0px;
    }
     .resources--cta_item {
         height: auto;
         margin-top: 0px;
         border-top: 2px solid #fff;
    }
     .resources--cta_more {
         display: none;
    }
     .resources--cta_item .btn {
         background: var(--gccf-orange-swap);
         border-radius: 0px;
         border: none;
         margin: 10px auto;
    }
}
 @media (max-width: 768px) {
     .resources--cta_item .btn {
         font-size: 32px;
    }
}
 @media screen and (min-width: 992px) {
     .resources--cta_more {
         width: 100%;
         top: 72px;
         padding: 10px;
         background: #2d2d2d;
         font-size: 20px;
         position: relative;
         border-radius: 4px;
         opacity: 0;
         transition: .6s;
         transition-property: top, height;
         color: #fff;
    }
     .resources--cta_more .btn {
         display: inherit;
         width: 40%;
         text-align: center;
         margin: 40px auto;
    }
     .resources--cta_item:hover .resources--cta_more {
         display: block;
         opacity: 1;
         height: 240px;
         top: -240px;
    }
}
 .resources--cta_more .btn-special {
     padding: 4px 0px;
}
 .impact-content {
     transition: all .3s;
}
 .impact-copy h1 {
     font-size: 4.5em;
	 /*font-size:calc(4.5em * 0.53);*/
     margin-bottom: 0px;
     line-height: .85;
}
 .impact-copy p {
     font-size: 1.25em;
	 font-size:calc(1.25em * 0.93);
     color: var(--gccf-gray-swap);
}
 .impact-hold-right {
     position: absolute;
     padding: 300px 120px 0px 120px;
     border-radius: 0px 0px 0px 500px;
     right: 0px;
     height: 800px;
     top: -200px;
     margin-right: 60px;
}
 .impact-hold-right.alt {
     border-radius: 600px 0px 0px 500px;
}
 .impact-hold-left {
     position: absolute;
     padding: 300px 120px 0px 120px;
     border-radius: 0px 500px 600px 0px;
     left: 0px;
     height: 800px;
     top: -150px;
     z-index: 1;
     margin-left: 60px;
}
/* STANDARDIZE Buttons */
 .impact-copy .btn-lg {
     padding: 2px 16px;
     font-size: 28px;
     line-height: 1.33333;
     border-radius: 2px;
}
 .impact-copy {
     transition: all .9s;
}
/* Change naming*/
 .impact-left, .impact-right {
     animation-duration: .5s;
}
 .impact-copy {
     position: absolute;
     padding: 0px 5%;
     top: 15%;
     z-index: 10;
     max-height: 400px;
     overflow: hidden;
}
 .impact-right.impact-copy {
     float: right;
     right: 1%;
}
 .impact-left.impact-copy {
     float: left;
     left: 1%;
}
 .impact-image {
     background-repeat: no-repeat;
}
 .impact-image-right {
     background-position: right;
}
 .impact-image-left {
     background-position: left;
}
 .impact-image, .impact-content {
     min-height: 500px;
     transition: all .5s;
}
 .impact-left, .impact-right {
     animation-duration: .1s;
}
 @media screen and (max-width: 1200px) {
     .impact-copy h1 {
         font-size: 4.66em;
		 /*font-size:calc(4.66em * 0.53);*/
    }
     .impact-copy p {
         font-size: 1.20em;
		 font-size:calc(1.2em * 0.53);
    }
     .impact-copy {
         padding: 0px 5%;
    }
     .impact-copy.alt {
         padding: 0px 1% 0px 5%;
    }
}
 @media (max-width: 0px) {
     .impact-copy h1 {
         font-size: 4.66em;
		 /*font-size:calc(4.66em * 0.53);*/
    }
     .impact-copy p {
         font-size: 1.20em;
		 font-size:calc(1.2em * 0.53);
    }
     .impact-copy {
         padding: 0px 5%;
    }
     .impact-copy.alt {
         padding: 0px 1% 0px 5%;
    }
}
 @media screen and (max-width: 992px) {
     .impact-image, .impact-content {
         min-height: 300px;
    }
     .impact-hold-right.alt {
         border-radius: 500px 0px 0px 500px;
    }
     .impact-hold-left {
         border-radius: 0px 400px 600px 0px;
    }
     #impact .container {
         height: 300px;
    }
     .impact-copy {
         top: 10%;
    }
     .impact-copy h1 {
         font-size: 3.5em;
		 /*font-size:calc(3.5em * 0.53);*/
    }
     .impact-copy p {
         font-size: 1.10em;
		 font-size:calc(1.1em * 0.53);
    }
}
 @media (max-width: 0px) {
     .impact-image, .impact-content {
         min-height: 300px;
    }
     .impact-hold-right.alt {
         border-radius: 500px 0px 0px 500px;
    }
     .impact-hold-left {
         border-radius: 0px 400px 600px 0px;
    }
     #impact .container {
         height: 300px;
    }
     .impact-copy {
         top: 10%;
    }
     .impact-copy h1 {
         /*font-size: 3.5em;*/
		 font-size:calc(3.5em * 0.53);
    }
     .impact-copy p {
         font-size: 1.10em;
		 font-size:calc(1.1em * 0.53);
    }
}
 @media screen and (max-width: 768px) {
     .impact-image {
         width: 100%;
         clear: both;
         float: left;
         position: relative;
    }
     .impact-hold-right, .impact-hold-right.alt, .impact-hold-left, .impact-content {
         border-radius: 0px;
         position: relative;
         max-height: 300px;
         width: 100%;
         top: auto;
         left: auto;
         min-height: 0px;
         float: left;
    }
     .impact-content {
         display: none;
    }
     .impact-copy {
         text-align: center;
    }
     .impact-copy p {
         text-align: left;
    }
     .impact-copy, .impact-copy.alt {
         position: relative;
         padding: 10%;
         width: 100%;
    }
     .impact-copy .btn {
         padding-left: 30px;
         padding-right: 30px;
    }
     #impact .container {
         height: auto;
    }
     .impact-image {
         background-size: cover;
    }
     .impact-left.impact-copy {
         float: right;
         clear: none;
         position: relative;
         margin-top: 300px;
    }
     .impact-image-right {
         position: absolute;
    }
}
 @media (max-width: 0px) {
     .impact-image {
         width: 100%;
         clear: both;
         float: left;
         position: relative;
    }
     .impact-hold-right, .impact-hold-right.alt, .impact-hold-left, .impact-content {
         border-radius: 0px;
         position: relative;
         max-height: 300px;
         width: 100%;
         top: auto;
         left: auto;
         min-height: 0px;
         float: left;
    }
     .impact-content {
         display: none;
    }
     .impact-copy {
         text-align: center;
    }
     .impact-copy p {
         text-align: left;
    }
     .impact-copy, .impact-copy.alt {
         position: relative;
         padding: 10%;
         width: 100%;
    }
     .impact-copy .btn {
         padding-left: 30px;
         padding-right: 30px;
    }
     #impact .container {
         height: auto;
    }
     .impact-image {
         background-size: cover;
    }
     .impact-left.impact-copy {
         float: right;
         clear: none;
         position: relative;
         margin-top: 300px;
    }
     .impact-image-right {
         position: absolute;
    }
}
 @media screen and (max-width: 480px) {
     .impact-copy p {
         display: none;
    }
     .impact-copy p.show--mobile {
         display: inline-block;
    }
}
 @media (max-width: 0px) {
     .impact-copy p {
         display: none;
    }
     .impact-copy p.show--mobile {
         display: inline-block;
    }
}
 input:focus {
     outline: none;
}
 .init--heading {
     padding: 70px 0px 40px;
}
 .init--heading_title {
     font-size: 5em;
	 /*font-size:calc(5em * 0.53);*/
}
 .init--heading p {
     font-size: 1.33em;
	 font-size:calc(1.33em * 0.93);
}
 .init--heading p.tx--larger {
     font-size: 1.66em;
	 font-size:calc(1.66em * 0.53);
}
 .init--heading ul li, .wysiwyg--wrapper ul li {
     list-style: disc;
     display: block;
     margin-left: 40px;
     display: list-item;
}
 .init--container {
     text-align: center;
}
 .init--col {
     height: 340px;
     background-size: cover;
     background-repeat: no-repeat;
     overflow: hidden;
     text-align: center;
     transition: all .5s;
     margin: 0px -15px;
}
 .init--col_inner {
     text-align: center;
     padding: 15% 10%;
     transition: all .5s;
}
 .init--col h2 {
     color: #fff;
     font-size: 4.5em;
	 /*font-size:calc(4.5em * 0.53);*/
     width: 100%;
     line-height: 1;
}
 .init--col p {
     color: #fff;
     font-weight: 400;
     font-size: 1.25em;
	 font-size:calc(1.25em * 0.93);
     transition: all .5s;
}
 .init--description {
     display: none;
     transition: all .5s;
}
 .init--col:hover .init--col_inner {
     padding: 60px 10%;
}
 .init--col:hover .init--description, .is-touch .init--col .init--description {
     display: inline-block;
}
 .init--filter {
     background-color: rgba(0, 0, 0, 0.6) !important;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .col-md-12 .init--col_inner {
     padding: 10% 10%;
}
 .col-md-4 .init--col_inner, .col-md-3 .init--col_inner {
     padding: 30% 10%;
}
 .col-md-4 .init--col h2, .col-md-3 .init--col h2 {
     font-size: 3.5em;
	 /*font-size:calc(3.5em * 0.53);*/
}
 @media (max-width: 992px) {
     .init--col {
         margin-bottom: 20px;
    }
     .col-md-4 .init--col h2, .col-md-3 .init--col h2, .init--col h2 {
         font-size: 3em;
		 /*font-size:calc(3em * 0.53);*/
    }
     .init--heading h1 {
         font-size: 3.5em;
		 /*font-size:calc(3.5em * 0.53);*/
    }
     .init--heading p {
         font-size: 1em;
		 /*font-size:calc(1em * 0.53);*/
    }
}
 @media (max-width: 480px) {
     .init--col {
         height: auto;
         min-height: 132px;
    }
     .col-md-4 .init--col_inner, .col-md-3 .init--col_inner, .init--col_inner {
         padding: 10% 0;
    }
     .init--col:hover .init--col_inner {
         padding: 10% 0;
    }
     .col-md-4 .init--col h2, .col-md-3 .init--col h2, .init--col h2 {
         font-size: 2em;
		 /*font-size:calc(2em * 0.53);*/
    }
     .init--description {
         display: inline-block;
    }
     .init--description p {
         display: none;
         font-size: 0px;
         margin: 0px;
    }
     .init--description .btn-lg {
         font-size: 22px;
    }
}
 .info-text-block {
     height: 340px;
     margin: 0 auto;
     width: 100%;
     padding: 60px 0;
}
 .info-text-block h1 {
     margin-bottom: 30px;
     font-size: 5em;
	 /*font-size:calc(5em * 0.53);*/
}
 .info-text-block p {
     font-size: 1.66em;
	 font-size:calc(1.66em * 0.53);
}
 .info-text-block_filter {
     height: 340px;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transition: all .5s;
}
 .info-text-block_inner {
     padding: 50px 0px;
     text-align: center;
}
 @media (max-width: 992px) {
     .info-text-block h1 {
         font-size: 3.5em;
		 /*font-size:calc(3.5em * 0.53);*/
    }
     .info-text-block p {
         font-size: 1em;
		 font-size:calc(1em * 0.53);
    }
}
 @media (max-width: 480px) {
     .info-text-block .btn-lg {
         font-size: 22px;
    }
}
 .youtube-slider .slick-prev {
     left: 50px;
}
 .youtube-slider .slick-next {
     right: 50px;
}
 .youtube-slider .slick-prev, .youtube-slider .slick-next {
     top: calc(50% - 47px);
}
 .youtube-slider .slick-disabled {
     opacity: 0.3;
}
 .content-slider--no-icons .slick-dots {
     display: none !important;
}
 .content-slider--no-icons .slick-next {
     right: 0px;
}
 .content-slider--no-icons .slick-prev {
     left: 0px;
}
 .slick-slider {
     padding: 30px 120px 70px;
}
 .slick-slide h1 {
     font-size: 68px;
	 /*font-size:calc(68px * 0.73);*/
     color: var(--gccf-gray-swap);
     border-top: 14px solid var(--gccf-orange-swap);
     border-bottom: 3px solid var(--gccf-orange-swap);
     padding: 10px 10px 10px 0px;
     margin-bottom: 20px;
     display: inline-block;
     text-transform: none;
}
 .slick-slide h1.text-center {
     padding: 10px 0px 10px 0px;
     width: 100%;
}
 .slick-slider .btn {
     padding: 2px 32px;
     font-size: 28px;
     border-radius: 2px;
     color: #fff;
     background-color: var(--gccf-orange-swap);
     border-color: var(--gccf-orange-swap);
     text-transform: uppercase;
}
 .slick-slide {
     padding: 20px 0px;
}
 .slick-slide img {
     display: inline-block;
}
 .slick-slide {
     min-height: 300px;
     margin-bottom: 20px;
}
 .slick-arrow {
     position: absolute;
     font-size: 42px;
     bottom: 280px;
     z-index: 2000;
}
 .slick-prev {
     left: 110px;
}
 .slick-next {
     right: 110px;
}
 .slick-prev:before, .slick-next:before {
     color: var(--gccf-orange-swap);
}
 .slick-dots {
     margin: 30px auto;
     border-top: 1px solid var(--gccf-gray-swap);
     border-bottom: 1px solid var(--gccf-gray-swap);
     padding: 30px;
     display: flex !important;
     justify-content: space-around;
     align-items: flex-end;
}
 .slick-dots li {
     width: auto;
}
 .slick-dots img {
     margin: 0px auto;
     opacity: .3;
     max-width: 100px;
     transition: all .3s;
}
 .slick-dots a:hover img, .slick-active img {
     opacity: 1;
}
 .slick-dots a {
     color: var(--gccf-gray-swap);
     font-size: .95em;
	 font-size:calc(0.95em * 0.93);
     font-weight: 600;
}
 .slick-dots {
     text-align: center;
}
 .flex-parent-1.image-position--left .flex-item-1, .flex-parent-1.image-position--right .flex-item-1 {
     display: flex;
     align-content: center;
     flex-direction: column;
}
 @media (max-width: 1200px) {
     .slick-slide h1 {
         font-size: 56.6666666667px;
    }
}
 @media (max-width: 992px) {
     .slick-slide h1 {
         font-size: 51px;
    }
}
 @media (max-width: 768px) {
     .slick-slide h1 {
         font-size: 45.3333333333px;
    }
     .slick-slider p {
         width: 100% !important;
    }
     .slick-dots {
         display: none !important;
    }
     .slick-arrow {
         color: #fff;
         font-size: 35px;
         bottom: 74px;
    }
     .slick-prev {
         left: 0px;
    }
     .slick-next {
         right: 0px;
    }
     .slick-prev:before, .slick-next:before {
         padding: 5px;
         background: var(--gccf-orange-swap);
    }
     .slick-slider .slick-slide h1, .slick-slide h1 {
         border: none;
         padding: 10px 0px;
    }
     .slick-slider {
         padding: 10px 0px;
    }
     .slick-prev:before, .slick-next:before {
         color: #fff;
    }
}
 @media (max-width: 480px) {
     .slick-slider .slick-slide h1 {
         font-size: 34px;
    }
     .flex-parent-1.image-position--left .flex-item-1:not(.last), .flex-parent-1.image-position--right .flex-item-1:not(.last) {
         width: 100%;
    }
     .content-slide--wrapper img {
         width: auto;
    }
}
 @media (max-width: 768px) {
     .s1 .flex-item-1:nth-child(1) {
         order: 2;
    }
     .s1 .flex-item-1:nth-child(2) {
         order: 1;
    }
     .s1 .flex-item-1:nth-child(3) {
         order: 10;
    }
     .s1 .flex-parent-1.alt .flex-item-1:nth-child(1) {
         order: 0;
    }
     .s1 .flex-parent-1 .flex-item-1 {
         margin-top: 10px;
         margin-bottom: 10px;
         height: 220px;
    }
     .s1 .flex-parent-1 .flex-item-1.last {
         height: auto;
    }
     .s1 .flex-parent-1 .flex-item-1 .btn {
         display: none;
    }
     .s1 .flex-parent-1 .flex-item-1 .btn.mobile {
         display: inline-block;
    }
     .s1 .flex-parent-1 .flex-item-1 img {
         max-height: 100%;
         width: auto;
    }
}
 .flex-parent-1 {
     display: flex !important;
     flex-wrap: wrap;
     justify-content: space-around;
}
 .flex-p-center {
     align-items: center;
}
 .flex-p-column {
     flex-direction: column;
}
 .flex-parent-1 .flex-item-1 .btn.mobile {
     display: none;
}
 .flex-parent-center {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}
 @media (max-width: 768px) {
     .flex-parent-1 {
         justify-content: space-around;
         text-align: center;
    }
     .flex-parent-1.alt {
         flex-direction: column;
    }
}
 .two-column-info-block .news-feed-widget {
     border-right: 1px solid var(--gccf-gray-swap);
}
 .news-feed-widget {
     padding: 50px 120px;
}
 .news-feed-widget h1 {
     text-align: center;
     text-align:left;
}
 .news-feed-widget-excerpt {
     margin-bottom: 40px;
}
 .news-feed-widget-excerpt{
     font-size:16px;
}
 .news-feed-widget-excerpt .date {
     color: #383838;
}
 .news-feed-widget-excerpt .date {
     font-size:16px;
     display:inline-block;
}
 .news-feed-widget-excerpt h2 {
     color: var(--gccf-orange-swap);
     font-size: 36px;
	 /*font-size:calc(36px * 0.73);*/
}
 .wysiwyg-widget {
     padding: 50px 100px;
}
.wysiwyg-widget h1 {
	font-size: 62px;
	/*font-size: calc(62px * 0.53);*/
}
 .wysiwyg-widget img {
     margin-bottom: 20px;
}
 @media (max-width: 1200px) {
     .news-feed-widget, .wysiwyg-widget {
         padding: 50px 60px;
    }
}
 @media (max-width: 768px) {
     .news-feed-widget, .wysiwyg-widget {
         padding: 40px 20px;
    }
     .news-feed-widget h1 {
         font-size: 50px;
         text-transform: uppercase;
         margin-bottom: 60px;
    }
     .wysiwyg-widget h1 {
         font-size: 36px;
         margin: 10px 0px;
    }
     .wysiwyg-widget img {
         width: 120%;
         max-width: 120%;
         margin-left: -20px;
         margin-right: -20px;
    }
}
 .external-initiatives {
     padding: 20px;
     margin: 20px;
}
 .external-initiatives img {
     max-height: 110px;
}
 @media (max-width: 768px) {
     .external-initiatives .flex-parent-1 {
         flex-direction: column;
    }
     .external-initiatives .flex-item-1 {
         padding: 20px;
    }
}
 .jumbotron-bg {
     height: 500px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     padding-left: 10%;
     padding-right: 10%;
}
 .jumbotron-slide-caption {
     text-align: center;
     border-top: 14px solid var(--gccf-orange-swap);
     border-bottom: 4px solid var(--gccf-orange-swap);
     padding: 2%;
     transition: all .3s;
     width: 100%;
}
 .jumbotron-slide-caption h1 {
     font-size: 7.5em;
	 /*font-size:calc(7.5em * 0.53);*/
     color: #fff;
     text-transform: uppercase;
}
 .jumbotron-slide-caption p {
     font-size: 32px;
     color: #fff;
}
 @media (max-width: 1440px) {
     .jumbotron-slide-caption h1 {
         font-size: 6.5625em;
		 /*font-size:calc(6.5625em * 0.53);*/
    }
     .jumbotron-slide-caption p {
         font-size: 28px;
    }
}
 @media (max-width: 1200px) {
     .jumbotron-slide-caption h1 {
         font-size: 6.25em;
		 /*font-size:calc(6.25em * 0.53);*/
    }
     .jumbotron-slide-caption p {
         font-size: 26.6666666667px;
    }
}
 @media (max-width: 1080px) {
     .jumbotron-slide-caption h1 {
         font-size: 5.625em;
		 /*font-size:calc(5.625em * 0.53);*/
    }
     .jumbotron-slide-caption p {
         font-size: 24px;
    }
     .jumbotron-bg {
         height: 340px;
    }
}
 @media (max-width: 992px) {
     .jumbotron-slide-caption h1 {
         font-size: 5em;
		 /*font-size:calc(5em * 0.53);*/
    }
     .jumbotron-slide-caption p {
         font-size: 21.3333333333px;
    }
}
 @media (max-width: 768px) {
     .jumbotron-slide-caption h1 {
         font-size: 3.75em;
		 /*font-size:calc(3.75em * 0.53);*/
    }
     .jumbotron-slide-caption {
         border: none;
    }
     .jumbotron-slide-caption p {
         font-size: 0px;
    }
}
 @media (max-width: 480px) {
     .jumbotron-slide-caption h1 {
         font-size: 3em;
		 /*font-size:calc(3em * 0.53);*/
    }
     .jumbotron-bg {
         height: 200px;
         margin-top: 50px;
    }
}
 .breadcrumbs-block {
     background: var(--gccf-orange-swap);
     color: #fff;
     padding: 20px;
     width: 100%;
     z-index: 100;
     overflow: visible;
     height: 80px;
}
 .breadcrumbs {
     color: #fff;
     padding: 10px;
}
 .breadcrumbs li::after {
     content: ">";
     padding: 0px 10px;
}
 .breadcrumbs li:last-child:after {
     content: "";
     padding: 0px 10px;
}
 .breadcrumbs li a {
     color: #fff;
     font-weight: 600;
}
 @media (max-width: 768px) {
     .breadcrumbs-container {
         display: none;
    }
}
 .impact-repeater-container {
     position: relative;
     max-width: 1440px;
     margin: 0px auto;
     clear: left;
}
 #sticker-nav {
     position: absolute;
     right: 0px;
     background-color: rgba(66, 66, 66, 0.5);
     padding: 10px;
     z-index: 99999;
     display: block;
     margin: 20px 0px;
}
 #sticker-nav li {
     width: 20px;
     height: 20px;
     padding: 10px;
     background-color: rgba(255, 255, 255, 0.9);
}
 .nav-stick {
     position: fixed;
     top: 0px;
}
 #stickySideNav {
     position: absolute;
     margin-left: 100%;
     z-index: 1999;
     width: 30px;
     transition: all .5s;
     right: 0px;
}
 .social-share-open {
     margin-top: 260px;
}
 @media screen and (max-width: 1440px) {
     #stickySideNav {
         margin-left: auto;
         right: 0px;
    }
}
 @media (max-width: 0px) {
     #stickySideNav {
         margin-left: auto;
         right: 0px;
    }
}
 @media (max-width: 768px) {
     #stickySideNav {
         display: none;
    }
}
 .vertical-nav {
     display: block;
     float: right;
}
 .vertical-nav .item-level-1 {
     display: list-item;
     background-color: rgba(66, 66, 66, 0.5);
     float: right;
     clear: both;
     transition: all .2s;
     color: #fff;
}
 .vertical-nav .item-level-1.active, .vertical-nav .item-level-1.hover {
     width: 330px;
     border-radius: 4px 0px 0px 4px;
     padding-left: 15px;
     text-align: right;
     display: inline-block;
}
 .vertical-nav .item-level-1.active ul, .vertical-nav .item-level-1.hover ul {
     display: inline-block;
}
 .vertical-nav .item-level-1.hover a {
     margin-right: 10px;
}
 .vertical-nav .item-level-1 a.active {
     margin-right: 20px;
}
 .vertical-nav .item-level-2 {
     padding: 6px 0px;
     color: #fff;
     font-weight: 700;
}
 .vertical-nav-dots {
     padding: 10px 24px 10px 10px;
     color: rgba(255, 255, 255, 0.9);
     float: right;
     clear: both;
}
 .vertical-nav .item-level-1.active .vertical-nav-dots {
     color: var(--gccf-orange-swap);
}
 .item-level-1 ul {
     display: none;
}
 .contact-container {
     margin-top: 50px;
}
 .sidebar-widget {
     border-right: 1px solid #EAEAEA;
     margin-bottom: 60px;
}
 .sidebar-widget-title {
     font-size: 56px;
}
 .sidebar-widget-content strong {
     float: left;
     width: 100%;
     color: #202020;
     font-size: 22px;
     font-weight: 700;
}
 .sidebar-widget-content p {
     font-size: 18px;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .sidebar-widget-content-link {
     line-height: 3;
     text-decoration: underline;
}
 @media (max-width: 768px) {
     .sidebar-widget {
         text-align: center;
         border: none;
    }
}
 .custom-map {
     margin-bottom: -5px;
     z-index: -1;
}
 .custom-map iframe {
     max-width: 100%;
     border: none;
}
 .hidemap-toolbar {
     width: 100%;
     height: 50px;
     top: 0px;
     position: absolute;
     background-color: #fff;
}
 .map-overlay {
     background: transparent;
     position: relative;
     width: 100%;
     height: 540px;
     top: 540px;
     margin-top: -540px;
}
 .form-container {
     padding: 0px 15px;
}
 .form-container .form-description {
     font-size: 22px;
}
 .form-container .form-item-group .form-item {
     width: 49%;
     float: left;
}
 .form-container .form-item-group .form-item:nth-child(1) {
     margin-right: 1%;
}
 .form-container .form-item-group .form-item:nth-child(2) {
     margin-left: 1%;
}
 .form-container .form-item {
     margin: 20px 0px 20px;
}
 .form-container .form-item input, .form-container .form-item textarea, .form-container .form-item select {
     width: 100%;
     background: #F6F6F6;
     border: none;
     padding: 15px;
     height: 50px;
     border-radius: 0px;
     border: 0;
     -webkit-appearance: none;
}
 .form-container .form-item textarea {
     height: 160px;
}
 .form-container .form-item label {
     float: left;
     width: 100%;
     color: #202020;
     font-size: 22px;
     font-weight: 700;
}
 .form-container .form-item select {
     background-image: url(../images/select-arrow-desk.png);
     background-position: 100%;
     background-repeat: no-repeat;
}
 .form-container .form-submit.btn {
     background: var(--gccf-orange-swap);
     color: #fff;
     float: right;
}
 @media (max-width: 768px) {
     .form-container .form-description {
         font-size: 18px;
         text-align: center;
    }
     .form-container .form-item-group .form-item:nth-child(1), .form-container .form-item-group .form-item:nth-child(2) {
         width: 100%;
         margin: 20px 0px 20px;
    }
}
 .inner-content {
     padding: 0px 120px 60px;
     display: inline-block;
     max-width: 100%;
}
 .inner-content hr, .wysiwyg--wrapper hr, .col-md-10.col-md-offset-1.search-wrapper hr {
     height: 3px;
     background-color: var(--gccf-orange-swap);
     margin: 70px 0px;
}
 .inner-content .description, .tx--larger, .inner-content-page .tx--larger {
     line-height: 1.6;
     font-size: 26px !important;
}
 .inner-content p {
     line-height: 2;
     font-size: 20px;
     margin: 20px 0px;
     transition: all .5s;
}
 .inner-content.inner-content-page ul li {
     display: block;
     padding: 10px 0px;
     list-style-type: disc;
     display: list-item;
     font-size: 20px;
}
 .inner-content-image, figure, .wysiwyg-widget figure, .embedded-entity {
     display: table;
     margin-top: 10px;
}
 .inner-content-image img, figure, .wysiwyg-widget figure img {
     margin-bottom: 0px;
}
 .tx--larger, .inner-content-page .tx--larger {
     line-height: 1.6;
     font-size: 26px;
}
 .image-align-left, .embedded-entity.align-left {
     float: left;
     margin-left: 0;
     margin-right: 40px;
}
 .image-align-center, .embedded-entity.align-center {
     margin: 40px auto 40px auto;
}
 .image-align-right, .embedded-entity.align-right {
     float: right;
     margin-left: 40px;
     margin-right: 0px;
}
 .inner-content .caption, figcaption {
     background: #F6F6F6;
     font-size: 14px;
     padding: 10px;
     margin-bottom: 40px;
     caption-side: bottom;
}
 @media (max-width: 1440px) {
     .inner-content {
         padding-left: 105px;
         padding-right: 105px;
    }
}
 @media (max-width: 1200px) {
     .inner-content {
         padding-left: 100px;
         padding-right: 100px;
    }
     .inner-content p {
         font-size: 16.6666666667px;
    }
}
 @media (max-width: 1080px) {
     .inner-content {
         padding-left: 90px;
         padding-right: 90px;
    }
}
 @media (max-width: 992px) {
     .inner-content {
         padding-left: 80px;
         padding-right: 80px;
    }
     .inner-content .description, .tx--larger, .inner-content-page .tx--larger {
         font-size: 17.5px;
    }
}
 @media (max-width: 768px) {
     .inner-content {
         padding-left: 60px;
         padding-right: 60px;
    }
}
 @media (max-width: 480px) {
     .inner-content {
         padding-left: 24px;
         padding-right: 24px;
    }
     .inner-content-image {
         margin-left: -24px;
         margin-right: -24px;
         margin-top: 10px;
         margin-bottom: 10px;
    }
     .inner-content p {
         margin: 10px 0px;
    }
     .inner-content hr {
         width: 100%;
         margin: 40px auto;
    }
     .inner-content .caption {
         margin-bottom: 20px;
    }
}
 .block-section-heading {
     margin: 40px auto 40px;
     display: inline-block;
     width: 100%;
}
 .block-section-heading .description {
     line-height: 1.6;
     font-size: 26px;
}
 .three-column-cta {
     border-right: 1px solid #EAEAEA;
     text-align: center;
     min-height: 350px;
     margin-top: 50px;
}
 .three-column-cta:nth-child(3) {
     border-right: none;
}
 .three-column-icon {
     min-height: 120px;
}
 .three-column-cta img {
     margin: 20px auto;
}
 .three-column-cta h2 {
     color: var(--gccf-orange-swap);
}
.three-column-cta p {
	font-size: 19px;
	line-height: 1.2;
}
 .three-column-cta--button-bottom {
     position: relative;
     bottom: -10px;
     width: 100%;
}
 @media (max-width: 992px) {
     .block-section-heading h1 {
         font-size: 48px;
    }
     .block-section-heading .description {
         font-size: 18px;
    }
     .three-column-cta img {
         margin: 10px auto;
    }
     .three-column-cta {
         border: none;
         margin-bottom: 70px;
    }
}
 .cta-card {
     width: 450px;
     padding: 20px 30px;
     height: auto;
     min-height: 250px;
     margin: 40px;
     text-align: center;
}
 .cta-card p {
     line-height: 1.6;
     font-size: 18px;
}
 @media (max-width: 768px) {
     .cta-card {
         margin: 10px;
    }
}
 .teritary-nav {
     position: absolute;
     z-index: 9;
     right: 0px;
}
 .teritary-nav--mobile-only {
     display: none;
}
 .teritary-nav--container {
     display: none;
}
 .teritary-nav .teritary-nav--title {
     cursor: pointer;
     float: left;
     background: #FCC17F;
     padding: 4px 10px;
     border: 1px solid #979797;
}
.teritary-nav .teritary-nav--title {
	background: #979797;
	border: 1px solid #979797;
}
 .teritary-nav--container {
     width: auto;
     display: inline-block;
     right: 0px;
     position: absolute;
}
 .teritary-nav--display {
     display: inline-block;
     z-index: 9999999;
     float: left;
     overflow: hidden;
}
 .teritary-nav--title-label {
     line-height: 1.8333;
}
 .teritary-nav .primary--menu {
     display: none;
     background: #979797;
     border: 1px solid #979797;
     border-top: none;
     width: 100%;
     transition: all .1s;
     animation-duration: .2s;
}
 .teritary-nav .primary--menu.open {
     display: inline-block;
}
 .teritary-nav .item-wrapper-level-1 {
     min-height: 0px;
     margin-bottom: 0px;
     text-align: left;
     clear: left;
     background: none;
     width: 100%;
     padding: 6px 10px;
     transition: all .3s;
}
 .teritary-nav .item-wrapper-level-1:hover {
     background: var(--gccf-orange-swap);
}
 .teritary-nav .item-wrapper-level-1 a, .teritary-nav--title {
     font-weight: 600;
     font-size: 18px;
}
.teritary-nav .teritary-nav--title-arrow {
	float: left;
	font-size: 28px;
	margin-left: 4px;
	padding: 6px 6px 3px;
	background: #979797;
	line-height: 1;
	border: 1px solid #979797;
	color: #fff;
}
 @media (max-width: 768px) {
     .teritary-nav {
         position: absolute;
         z-index: 9;
        /* left: 0px;
         */
         width: 100%;
        /* float: left;
         */
         margin: 0px auto;
         display: inline-block;
         text-align: center;
    }
     .teritary-nav--display {
         width: 100%;
    }
     .teritary-nav .teritary-nav--title {
         width: 80%;
         height: 36px;
         overflow: hidden;
    }
     .teritary-nav--container {
         width: 100%;
         display: inline-block;
         right: 0px;
         position: relative;
         margin: 0px auto;
         text-align: center;
    }
     .teritary-nav .teritary-nav--title-arrow {
         font-size: 24px;
         padding: 6px 6px 0px;
    }
     .teritary-nav .item-wrapper-level-1 a, .teritary-nav--title {
         font-size: 14px;
    }
     .teritary-nav .primary--menu {
         width: 86%;
         float: left;
    }
}
 .staff-container {
     margin-top: 70px;
}
 .staff-content {
     margin-bottom: 40px;
}
 .staff-img img {
     width: 100%;
}
 .staff-phone-reveal {
     display: none;
     animation-duration: .25s;
}
 .staff-phone-reveal.show {
     background: #fff;
     padding: 10px;
     text-align: center;
     position: relative;
     display: inline-block;
     border: 1px solid #e2e2e2;
     width: 100%;
     float: left;
     margin-top: -50px;
     animation-duration: .25s;
}
 .staff-info {
     margin-bottom: 6px;
     background-color: #fff;
     padding: 10px;
}
 .staff-info h3 {
     color: var(--gccf-orange-swap);
     font-size: 36px;
     margin: 20px 0px 0px;
}
 .staff-info p {
     margin: 0px 0px;
     font-size: 16px;
     float: none;
     min-height: 70px;
}
 .staff-contact {
     background-color: #fff;
}
 .staff-contact ul {
     padding: 4px 10px;
     display: inline-block;
     text-align: center;
     width: 100%;
     min-height: 50px;
}
 .staff-contact li {
     display: inline;
     padding: 0px;
}
 .staff-contact li div.staff-bio-border {
     border-right: 1px solid #C3C3C3;
     width: 100%;
}
 .staff-contact li a {
     font-size: 28px;
     color: #C3C3C3;
     cursor: pointer;
}
 .staff-contact li a:hover {
     color: var(--gccf-orange-swap);
}
 .staff-contact ul li:last-child {
     border-right: none;
}
 .bio-icon {
     background: url("../images/bio-icon.svg");
     width: 44px;
     height: 23px;
     background-size: cover;
     background-repeat: no-repeat;
     position: absolute;
     margin: 8px 40px;
     background-position: left;
     transition: all .5s;
}
 a.staff-bio-icon .bio-icon {
     position: static;
     margin: 0;
     display: inline-block;
}
 .staff-bio-icon {
     cursor: pointer;
}
 .staff-bio-icon:hover .bio-icon {
     background: url("../images/bio-icon-orange.svg");
	 background: url("../images/bio-icon-pink.svg");
}
 .staff-bio-icon.active .bio-icon {
     background: url("../images/bio-icon-orange.svg");
}
 .staff-bio-icon.active {
     color: var(--gccf-orange-swap);
}
 .staff-bio {
     display: none;
     background: #fff;
     padding: 10px;
     margin: 0px 20px 40px;
     padding: 40px 50px;
     width: 100%;
}
 .staff-bio.active {
     display: block;
}
 .staff-bio-close {
     width: 32px;
     height: 32px;
     font-size: 22px;
     cursor: pointer;
     background: url("../images/staff-close.svg");
     background-size: cover;
     background-repeat: no-repeat;
     margin-right: 10px;
     transition: all .5s;
     opacity: .8;
}
 .staff-bio-close:hover {
     opacity: 1;
}
 .staff-bio-extension {
     width: 0;
     height: 0;
     position: absolute;
     right: 40px;
     margin-top: 40px;
     margin-right: 40px;
     border-left: 0px solid transparent;
     border-right: 0px solid transparent;
     border-bottom: 0px solid #fff;
     transition: all .3s;
}
 .active .staff-bio-extension {
     margin-top: 0px;
     margin-right: 0px;
     border-left: 40px solid transparent;
     border-right: 40px solid transparent;
     border-bottom: 40px solid #fff;
}
 .staff-bio-links .fa {
     font-size: 36px;
     color: #C3C3C3;
     margin: 10px;
     vertical-align: middle;
}
 @media (max-width: 768px) {
     .staff-bio {
         margin: 0px;
         padding: 10px;
    }
}
 .bio--drawer {
     display: none;
     margin-bottom: 40px;
}
 .news-listing {
     margin-top: 70px;
}
 .news-list {
     display: inline-block;
     padding: 90px 120px;
     height: 400px;
     transition: all .5s;
     width: 100%;
}
 .news-list.alt, .news-listing div .views-row:nth-child(2n+1) .news-list {
     background: #F6F6F6;
}
 .news-list p {
     font-size: 18px;
     margin: 20px 0px;
}
 .news-list-overlay {
     height: 400px;
     width: 100%;
     background-color: transparent;
     margin-top: -404px;
     position: relative;
     transition: all .8s;
}
 @media (max-width: 1080px) {
     .news-list-overlay {
         display: none;
    }
}
 .news-list-overlay:hover {
     background-color: rgba(240, 140, 20, 0.8);
     background-color: rgba(237, 28, 143, 0.8);
}
 .news-list-overlay .btn {
     display: none;
     transition: all .5s;
}
 .news-list-overlay:hover .btn {
     display: block;
}
 .news-pagination-links {
     padding: 30px 120px 10px;
     float: left;
     width: 100%;
}
 .news-prev, .news-next {
     position: relative;
     transition: all .3s;
     padding-bottom: 20px;
}
 .news-prev {
     float: left;
     left: 10px;
     padding-left: 5px;
}
 .news-next {
     float: right;
     right: 10px;
     padding-right: 5px;
}
 .news-prev:hover {
     padding-left: 0px;
}
 .news-next:hover {
     padding-right: 0px;
}
 .news-pagination-links a {
     font-size: 32px;
     font-family: "Chalet", "Arial Narrow", sans-serif;
     font-family: 'Apercu', sans-serif;
     vertical-align: top;
}
 .news-pagination-links .arrow-icon:before {
     font-size: 48px;
}
 @media (max-width: 1080px) {
     .news-list, .news-list-overlay {
         height: 320px;
    }
     .news-list {
         padding: 60px 80px;
    }
     .news-list-overlay {
         margin-top: -320px;
    }
}
 @media (max-width: 768px) {
     .news-listing {
         margin-top: 0px;
    }
     .news-list-overlay {
         display: none;
    }
     .news-list {
         height: auto;
         padding: 0px;
         width: 100%;
    }
     .news-list img {
         width: 100%;
         margin-bottom: 20px;
    }
     .news-list-info {
         padding: 15px 30px;
         text-align: center;
    }
     .news-list-info p, .news-list-info .meta-author, .news-list-info .meta-date {
         display: none;
    }
     .news-pagination-links {
         padding: 30px 0px;
    }
     .news-list-img {
         margin: 0px -30px;
    }
}
 @media screen and (min-width: 768px) {
     .btn.mobile {
         display: none;
    }
}
 .news-landing-banner {
     height: 100px;
}
 .news-landing-title {
     text-align: center;
     border-top: 14px solid var(--gccf-orange-swap);
     border-bottom: 4px solid var(--gccf-orange-swap);
     padding: 2%;
     transition: all .3s;
     width: 100%;
}
 .news-landing-caption {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     padding-left: 10%;
     padding-right: 10%;
     margin-top: 40px;
}
 .news-landing-title h1 {
     font-size: 7.5em;
	 /*font-size:calc(7.5em * 0.43);*/
     text-transform: uppercase;
}
 .news-landing-meta-wrapper {
     border-bottom: 4px solid var(--gccf-orange-swap);
}
 .news-landing-meta-wrapper ul {
     padding: 20px;
}
 .news-landing-meta-data {
     text-align: center;
     padding: 0px 10%;
}
 .news-landing-meta-data .meta-data-date {
     margin-right: 40px;
}
 .news-landing-more {
     text-align: center;
}
 .news-landing-more hr {
     margin-bottom: 20px;
}
 .news-landing-more h2 {
     color: #383838;
}
 .news-landing-listing .news-list:nth-child(4n+1) {
     background: #F6F6F6;
}
 @media (max-width: 1440px) {
     .news-landing-title h1 {
         font-size: 6.5625em;
		 /*font-size:calc(6.5625em * 0.53);*/
    }
     .news-landing-title p {
         font-size: 28px;
    }
}
 @media (max-width: 1200px) {
     .news-landing-title h1 {
         font-size: 6.25em;
		 /*font-size:calc(6.25em * 0.53);*/
    }
     .news-landing-title p {
         font-size: 26.6666666667px;
    }
}
 @media (max-width: 1080px) {
     .news-landing-title h1 {
         font-size: 5.625em;
		 /*font-size:calc(5.625em * 0.53);*/
    }
     .news-landing-title p {
         font-size: 24px;
    }
     .news-landing-caption {
         height: 340px;
    }
}
 @media (max-width: 992px) {
     .news-landing-title h1 {
         font-size: 5em;
		 /*font-size:calc(5em * 0.53);*/
    }
     .news-landing-title p {
         font-size: 21.3333333333px;
    }
}
 @media (max-width: 768px) {
     .news-landing-banner {
         height: 40px;
         background: #fff;
    }
     .news-landing-title {
         border-top: 13px solid var(--gccf-orange-swap);
         border-bottom: 3px solid var(--gccf-orange-swap);
    }
     .news-landing-title h1 {
         font-size: 3.75em;
		 /*font-size:calc(3.75em * 0.53);*/
    }
     .news-landing-caption {
         height: 170px;
    }
     .news-landing-title p {
         font-size: 0px;
    }
     .news-landing-meta-data .meta-data-date {
         margin: 0px 0px 10px;
    }
     .news-landing-meta-wrapper ul {
         padding: 10px;
    }
}
 @media (max-width: 480px) {
     .news-landing-title h1 {
         font-size: 3em;
		/* font-size:calc(3em * 0.53);*/
    }
     .news-landing-caption {
         height: 200px;
         margin-top: 50px;
    }
     .news-landing-banner {
         height: 10px;
    }
}
 form.wufoo .info {
     display: none;
}
 form.wufoo li, form.wufoo li fieldset span {
     width: 100% !important;
}
 .wufoo li.focused {
     background-color: transparent;
}
 form.wufoo li span:not(.subfield) {
     width: 49%;
     margin-right: 1%;
}
 form.wufoo li span .text:nth-child(1) {
     margin-right: 2%;
}
 .wufoo label.desc, .wufoo legend.desc {
     float: left;
     width: 100%;
     color: #202020;
     font-size: 22px;
     font-weight: 700;
}
 .wufoo input.text, .wufoo input.textarea, .wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
     width: 100%;
     background: #F6F6F6;
     border: none;
     padding: 15px;
     height: 50px;
     border-radius: 0px;
     border: 0;
     -webkit-appearance: none;
}
 .wufoo input.textarea, .wufoo textarea.textarea {
     height: 160px;
}
 form.wufoo .btTxt.submit {
     padding: 2px 16px;
     font-size: 28px;
     line-height: 1.33333;
     border-radius: 2px;
     color: #fff;
     background-color: var(--gccf-orange-swap);
     border-color: var(--gccf-orange-swap);
}
 form.wufoo .btTxt.submit:hover {
     color: #fff;
}
 form.wufoo select.select {
     background-image: url(../images/select-arrow-desk.png);
     background-position: 100%;
     background-repeat: no-repeat;
     padding: 10px;
}
 form.wufoo fieldset {
     border: none;
}
 form.wufoo span.symbol, form.wufoo .phone span, form.wufoo .date span, form.wufoo .time span {
     width: auto !important;
}
 form.wufoo span.symbol {
     margin-top: 10px;
}
 form.wufoo span.ampm select {
     background-image: none;
     width: auto !important;
}
 form.wufoo li span.cents {
     width: 15%;
}
 #errorLi, .error-container {
     border-radius: none;
}
 @media (max-width: 768px) {
     form.wufoo li span:not(.subfield), form.wufoo li span.left, form.wufoo li span.right, form li.complex div span.left, form li.complex div span.right {
         width: 100% !important;
    }
}
 .give-now-dropdown--wrapper {
     display: flex;
}
 .give-now-dropdown--block {
     align-items: stretch;
     background-repeat: no-repeat;
}
 .give-now-dropdown--block button {
     position: absolute;
     bottom: 0px;
     width: 100%;
     float: left;
     left: 0px;
     text-align: left;
     background: rgba(66, 66, 66, 0.5);
     border: none;
     color: #fff;
     padding: 10px;
     font-weight: 600;
     font-size: 16px;
     transition: all .2s;
}
 .give-now-dropdown--text {
     padding: 20px;
}
 .give-now-dropdown--form form {
     align-self: center;
     width: 100%;
     margin: 0px auto;
     text-align: center;
     margin-top: 50px;
}
 .give-now-dropdown--form form select {
     width: 70%;
     background: rgba(255, 255, 255, 0.8);
     border: none;
     height: 40px;
     margin-right: 10px;
     border-radius: 0px;
     border: 0;
     -webkit-appearance: none;
     background-image: url(../images/angle-down_fontawesome.png);
     background-position: 98%;
     background-repeat: no-repeat;
     padding: 8px;
     font-size: 16px;
     font-weight: 600;
     background-size: 24px;
}
 .give-now-dropdown--form form button:after {
     content: "\62";
     font-family: "custom-gccf-fonticons" !important;
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     vertical-align: middle;
     margin-left: 20px;
     transition: all .3s;
     font-size: 20px;
}
 .give-now-dropdown--form form button:hover:after {
     margin-left: 30px;
}
 .give-now-dropdown--form form button:hover {
     background: rgba(66, 66, 66, 0.7);
}
 @media (max-width: 992px) {
     .give-now-dropdown--wrapper {
         display: inline-block;
    }
     .give-now-dropdown--block {
         display: inline-block;
         width: 100%;
         min-height: 200px;
         background-size: cover;
    }
}
 .sitemap {
     margin-top: 60px;
}
 .sitemap .content a {
     color: var(--gccf-gray-swap);
}
 .sitemap .content .expanded a {
     font-weight: 600;
     text-decoration: underline;
}
 .sitemap .content .expanded .sitemap-menu a {
     font-weight: normal;
     text-decoration: none;
}
 .sitemap .content .expanded .sitemap-menu a:hover {
     text-decoration: underline;
}
 .sitemap-menu li {
     display: block;
}
 .node--article .breadcrumbs-block {
     height: auto;
}
 @media (max-width: 480px) {
     .node--article .breadcrumbs-block {
         top: 20px;
    }
}
 .node--article .news-landing-header.container-relative {
     overflow: visible;
}
 @media (max-width: 768px) {
     .news-landing-caption {
         height: auto;
    }
}
 #footer a:hover {
     color: #fff;
}
 #footer h2 {
     text-transform: uppercase;
}
 .footer--col h2 {
     margin-bottom: 15px;
}
 .footer--row_one {
     margin-top: 75px;
     margin-bottom: 75px;
}
 .footer--subscribe_container {
     max-width: 380px;
     margin: 0px auto;
}
 .footer--subscribe_form {
     width: 100%;
     background: #202020;
     padding: 30px 40px;
}
 .footer--subscribe_form label {
     display: none;
}
 .footer--subscribe_form input {
     padding: 10px;
     border-radius: 2px;
     border: none;
     margin-bottom: 10px;
     width: 100%;
}
 .footer--subscribe_form .form-submit {
     background: none;
     color: var(--gccf-orange-swap);
     font-family: "Chalet", "Arial Narrow", sans-serif;
     /*font-family: 'Apercu', sans-serif;*/
     font-size: 28px;
}
 .footer--subscribe_form {
     width: 100%;
     background: #202020;
     padding: 30px 40px 10px;
}
 .footer--social {
     list-style-type: none;
     display: inline-block;
     text-align: center;
}
 .footer--social .fa {
     font-size: 2em;
     color: var(--gccf-gray-swap);
     padding: 0px 4px;
}
 .footer--row_two {
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 10px;
}
 .footer--ul li {
     padding: 10px;
}
 .footer--ul li a {
     color: var(--gccf-gray-swap);
}
 .footer--ul li a:hover {
     color: #fff;
}
 .footer--row_three {
     padding: 20px;
}
 .footer--logo {
     max-height: 25px;
}
 .footer--copyright {
     font-size: .9em;
}
 .footer--atlarge-logo img {
     display: inline-block;
     width: 100px;
}
 .footer--cfaccredit{
     padding-top: 30px;
     clear: both;
     text-align: center;
     margin-bottom: -30px;
}
 .footer--cfaccredit img {
     margin: 0 auto;
     display: inline-block;
     margin: 0 10px;
}
/*Philanthrophy Landing Page*/
 body.node--709 .breadcrumbs{
     display: none;
}
 body.node--709 .breadcrumbs-block {
     padding: 3px;
     height: 0px;
}
 body.node--709 .init--heading {
     padding: 90px 0px 40px;
}
 body.node--709 .three-column-icon {
     display: none;
}
 body.node--709 .swiper-container-horizontal > .swiper-pagination-bullets, body.node--709 .swiper-control-group {
     visibility:hidden;
}
 .philanthropy-flex-inner {
     display: flex;
     direction: ;
     flex-direction: column;
     text-align:left;
}
 .philanthropy-hour{
     justify-content: flex-start;
     gap: 10px;
}
 .philanthropy-hour .label, .philanthropy-flex-inner .label{
     font-weight:bold;
     min-width:95px;
}
 .philanthropy-contact{
     margin-top:0px;
     text-align:left;
}
 .philanthropy-sub-head{
     font-weight:700;
     font-size:16px;
     text-align:left;
     font-size:larger;
     margin-bottom:5px;
}
 h3 + .philanthropy-flex-inner{
     margin:20px 0 0;
}
 body.node--709 .button.btn-primary{
     text-transform:uppercase;
     font-family: 'Apercu', sans-serif;
     font-weight:bold !important;
}
 video.gccf-video {
     object-fit: cover;
     width: 100vw;
     position: static;
}
 body.node--709 .swiper-slide-caption {
     position:relative;
     z-index: 100;
}
 body.node--709 .swiper-slide-caption h1{
     font-size:112px;
     font-size:7em;
	 font-size:calc(7em * 0.53);
}
 .gccf-video-frame {
     width: 100%;
     overflow: hidden;
     height: 719px;
     max-height: 720px;
     display: none;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 99;
}
 .gccf-video-frame.active {
     display:block;
}
 body.node--709 .main-content #block-gccf-content h1,body.node--709 .main-content #block-gccf-content h2, body.node--709 .main-content #block-gccf-content h3, body.node--709 .main-content #block-gccf-content h4, body.node--709 .main-content #block-gccf-content h5, body.node--709 .main-content #block-gccf-content h6 {
     font-family: 'apercubold';
     font-family: 'Apercu', sans-serif;
     font-weight:bold !important;
}
 .philanthropy-flex-inner, .philanthropy-contact{
     font-family: 'apercuregular';
     font-family: 'Apercu', sans-serif;
}
 body.node--709 .main-content #block-gccf-content h1 + h2{
     margin-top:30px;
     font-size:30px;
     text-align:center;
}
 body.node--709 .main-content #block-gccf-content .three-column-cta h3{
     font-size:40px;
}
 body.node--709 .main-content #block-gccf-content .three-column-cta {
     text-align: left;
     padding-left:40px;
     padding-right:40px;
}
 body.node--709 .inner-content p{
     font-family: 'apercuregular';
     font-family: 'Apercu', sans-serif;
}
 body.node--709 #media-mentions iframe {
     width: 100%;
     min-height: 700px;
     margin-top: 30px;
}
 body.node--709 a[name="video_hero"] + div.wysiwyg--wrapper{
     display:none !important;
}
 body.node--709 a[name="media_mentions"] + div.wysiwyg--wrapper .init--heading{
     padding-top:0;
}
 body.node--709 #block-gccf-local-tasks {
     z-index: 9999;
}
 body.node--709 .swiper-container{
     pointer-events: none !important;
}
 body.node--709 .slick-track .flex-parent-1 {
     flex-direction: column;
}
 body.node--709 .slick-track .col-sm-6 {
     width: 100%;
     float: none;
}
 body.node--709 .flex-parent-1.image-position--left .flex-item-1,body.node--709 .flex-parent-1.image-position--right .flex-item-1 {
     text-align: center;
}
 body.node--709 .flex-parent-1.image-position--left .flex-item-1 h2{
     padding-top:10px;
     font-size:30px;
}
 body.node--709 .slick-dots {
     text-align: center;
     display: none !important;
}
 body.node--709 .slick-track .slick-slide img {
     display: block;
     margin: 0 auto;
}
 body.node--709 .slick-arrow {
     bottom: 50%;
}
 @media (min-width:1200px){
     .gccf-video-frame {
        /*width: 100%;
         */
         min-height: 100%;
         height:auto;
         max-height: none;
    }
}
 @media (min-width:1000px){
     .main--navigation-wrapper .main--navigation_logo {
         margin-top: 10px;
         margin-bottom: 10px;
    }
     .utility--container .navbar-brand img {
         max-height: 67px;
    }
     .main--navigation-wrapper .main--navigation_utility {
         margin-top:10px;
    }
}
 @media (max-width: 768px) {
     body.node--709 .s1 .flex-parent-1 .flex-item-1 {
         margin-top: 10px;
         margin-bottom: 10px;
         height: auto;
    }
     body.node--709 .s1 .flex-parent-1 .flex-item-1.last {
         display:none;
    }
     body.node--709 .s1 .flex-item-1:nth-child(2) {
         order: 2;
    }
}
 @media (max-width: 900px) {
     body.node--709 .swiper-slide-caption h1 {
         font-size: 80px;
         font-size: 5em;
		 /*font-size:calc(5em * 0.53);*/
    }
     body.node--709 .main-content #block-gccf-content .three-column-cta {
         min-height: 0;
    }
     .gccf-video-frame {
         width: 100%;
         overflow: hidden;
         height: 100%;
         max-height: 720px;
         position: absolute;
         left: 0;
         top: 0;
         z-index: 99;
    }
     video.gccf-video {
         object-fit: cover;
         width: auto;
         position: static;
         height: 100%;
    }
}
 @media (max-width: 605px) {
     body.node--709 .swiper-slide-caption h1 {
         font-size: 40px;
         font-size: 2.5em;
		 /*font-size:calc(2.5em * 0.53);*/
    }
     body.node--709 .init--heading h1 {
         font-size: 2.2em;
		 /*font-size:calc(2.2em * 0.53);*/
    }
     body.node--709 .init--heading {
         padding: 70px 0px 40px;
    }
     body.node--709 .main-content #block-gccf-content h1 + h2 {
         margin-top: 20px;
         font-size: 23px;
         text-align: center;
    }
     body.node--709 .main-content #block-gccf-content .three-column-cta {
         padding-left: 0px;
         padding-right: 0px;
    }
}
/* font-family: 'aperculight';
 font-family: 'apercuregular';
 font-family: 'apercumedium';
 font-family: 'apercubold';
 font-family: 'apercuitalic';
 */
/*Philanthrophy Landing Page END*/
 @media (max-width: 992px) {
     .footer--col {
         text-align: center;
         margin-bottom: 30px;
    }
     #footer img {
         display: inline-block;
    }
}
 @media (max-width: 768px) {
     .footer--col {
         text-align: center;
         margin-bottom: 30px;
    }
     .footer--subscribe {
         background: #202020;
         padding: 20px;
         margin-left: -15px;
         margin-right: -15px;
    }
     .footer--ul li {
         float: none;
         display: block;
    }
}
 @media (max-width: 992px) {
     .row-mobile {
         margin-left: 0px;
         margin-right: 0px;
    }
}
 @media (max-width: 768px) {
     .mobile--hide {
         display: none;
    }
     table {
         overflow-x: auto;
         display: block;
         max-width: 100%;
    }
}
/*# sourceMappingURL=style.css.map */
 @media (max-width: 992px) {
     .node--718 .three-column-cta--wrapper.container.z-index--20 .bg-color--white {
         background-color: transparent !important;
    }
     .node--718 .three-column-cta--wrapper.container.z-index--20 .inner-content {
         min-height: 0;
         padding: 80px 0 47px;
    }
}
 @media screen and (min-width: 1440px){
     .swiper-slide-caption h1 {
         /*font-weight:600;
         text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);*/
    }
     .swiper-slide-caption h1 > a.btn-lg {
         /*font-weight:600;
         text-shadow: none;
         font-size:24px;
         padding:8px 24px;*/
    }
     .swiper-slide-caption h1 + p{
         margin-top:10px;
    }
}
 .news-feed-widget h1{
     /*font-size:42px !important;*/
}
 .three-column-cta h2 {
     font-size: 34px;
}
 .page-widgets-container .init--heading h1{
     /*font-size: 65px;*/
	 /*font-size:calc(65px * 0.73);*/
}
 .staff-info h3 {
     font-size: 30px;
}
 .teaser-4col h4 {
     font-size: 32px;
}
 p.footer--copyright {
     color: #FFF;
     margin-bottom: 0;
}
 .node--57 .impact-copy > h2{
     font-size:42px;
     line-height:48px;
}
 .node--86 .impact-copy > h1 {
     font-size:42px;
     line-height:48px;
}
 .impact-copy > h1 {
     font-size:42px;
     line-height:48px;
}
 .node--57 .impact-copy > p{
     font-size: 1.1em;
	 font-size:calc(1.1em * 0.93);
     line-height: 1.5;
}
/*Color Resets 2023*/
 :root {
     --gccf-pink: #ed1c8f;
     --gccf-navy: #02599d;
     --gccf-teal: #00ffc5;
     --gccf-orange: #ff9900 ;
     --gccf-gray: #818285;
    /*OLD HEX #-F7971E- | #-f7971e-*/
     --gccf-orange-swap: #ed1c8f;
    /*OLD HEX #-81D4F5- | #-81d4f5-*/
     --gccf-blue-swap: #02599d;
    /*OLD HEX #-32AB53- | #-32ab3-*/
     --gccf-green-swap: #00ffc5;
    /*OLD HEX #-9111EC- | #-9111ec-*/
     --gccf-purple-swap: #ed1c8f;
    /*OLD HEX #-EA228F- | #-ea228f-*/
     --gccf-pink-swap: #ff9900;
    /*OLD HEX #-909195-*/
     --gccf-gray-swap: #818285;
}
 .bg--dark-space-grey {
     background: var(--gccf-pink) !important;
	 background: #818285 !important;
}
#footer .footer--subscribe h2, #footer .footer--subscribe_form .form-submit{
	color:  #00ffc5;
}
.breadcrumbs-block {
	background-color: #000 !important;
}
 @media (min-width: 993px) {
     .swiper-control-group {
         right: 0;
         position: absolute;
         width: 100%;
         bottom: auto;
         top: calc(50% + 53px);
    }
     .swiper-button-prev.swiper-control.left{
         left: 0;
         position: absolute;
         right: auto;
         width: 60px;
    }
     .swiper-button-next.swiper-control.right{
         left: auto;
         position: absolute;
         right: 0;
         width: 60px;
    }
     .swiper-control-group .swiper-button-prev:hover, .swiper-control-group .swiper-button-next:hover{
         background: #FFF;
         color:var(--gccf-pink);
         opacity: 0.9;
    }
     .swiper-control-group .swiper-button-prev, .swiper-control-group .swiper-button-next{
         opacity: 0.7;
    }
}
 