
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

*, h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; }
hr { margin-top: 2rem; margin-bottom: 2rem; }
strong { color: #54585A; font-weight: 600 !important; }

header { padding: 2rem 0 2rem; }

.logo { padding: 3rem 2rem; margin: 0 0 2rem 0; }
.logo img { height: auto; }

.shadow { box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15); }

h1, h2, h3, h4, h5, h6 { color: #54585A; padding-bottom: 1rem; }
h4, h4 a { font-size: 1rem; font-weight: 600 !important; }
h5, h6 a { font-size: 1rem; font-weight: 400 !important; }

img { width: 100%; margin: 0 0 1rem 0; }

a { color: #54585A ; border-bottom: 2px #F2A900 dotted; font-weight: 400; }
a.no-border { border: 0; }
a:hover { color: #54585A; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  { border: 0 !important; font-weight: 300; }

section { padding: 2rem 0 2rem 0; border-bottom: 1px solid #dedddb; }

button, .button, button:hover, .button-small:hover, button:focus, .button:focus, .button-small:focus { background-color: #F2A900; font-size: 1.25rem;}
.button:hover { background-color: #F2A900; }

.motive { background-color: #54585A; background-size: cover; background-attachment: fixed; background-position: 50% 50%; background-image: url('/assets/img/ggp_motive.jpg')}
.motive *, .motive a:hover { color: #fff; }
.motive .transparent { background-color: rgba(84,88,90, 0.75); padding: 2rem 0;}

blockquote {  padding: 0 1rem 0 1rem; border-left-width: 2px; border-color: #D9D9D6; border-left-style: dotted;}
blockquote p { font-weight: 400; font-size: 0.85rem; font-size: 1rem; color: #999; }

address { font-style: normal; }

.to-top { border-bottom: 1px solid #dedddb; padding: 2rem 0 2rem 0; }
.to-top a { font-size: 0.85rem; text-transform: uppercase; }
.to-top .fa { color: #D9D9D6; }
.to-top.collapse { padding-bottom: 0; border-bottom: 0; }

.accordion-title { padding: 0 0 0 1rem; border: 0; }
.accordion-content { border: 0; border-left-width: 3px; padding: 0 0 0 1rem;  border-color: #f2a900; border-left-style: dotted; }
.accordion-title:hover, .accordion-title:focus { background: none; }
.accordion-title::before { content: "+"; font-weight: 400; margin-top: -0.35rem; left: 0; }
.accordion-title h4 { padding: 0; }
:last-child:not(.is-active) > .accordion-title, :last-child > .accordion-content:last-child { border-bottom: 0; }

.circle { background-size: cover; padding-top: 0.5rem; border: 5px solid #F2A900; border-radius: 50%; width: 5rem; height: 5rem; margin: 0 1rem 0.5rem 0; text-align: center; margin-left: auto; margin-right: auto; font-size: 2rem; }

footer { background-color: #54585A; color: #fff; padding: 1rem 0 0 0; border-top: 5px solid #F2A900; margin: 0; }
footer * { color: #fff;}

                
@media screen and (min-width: 64em) {
    
}

@media screen and (max-width: 64em) {
    
}

@media screen and (max-width: 39.847em) {    
    hr { margin: 1rem 0 1rem 0; }
} 