@font-face {
  font-family: 'sinkin_sans100_thin';
  src: url("../fonts/SinkinSans-100Thin-webfont.eot");
  src: url("../fonts/SinkinSans-100Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-100Thin-webfont.woff") format("woff"), url("../fonts/SinkinSans-100Thin-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-100Thin-webfont.svg#sinkin_sans100_thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sinkin_sans200_x_light';
  src: url("../fonts/SinkinSans-200XLight-webfont.eot");
  src: url("../fonts/SinkinSans-200XLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-200XLight-webfont.woff") format("woff"), url("../fonts/SinkinSans-200XLight-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sinkin_sans300_light';
  src: url("../fonts/SinkinSans-300Light-webfont.eot");
  src: url("../fonts/SinkinSans-300Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-300Light-webfont.woff") format("woff"), url("../fonts/SinkinSans-300Light-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sinkin_sans700_bold';
  src: url("../fonts/SinkinSans-700Bold-webfont.eot");
  src: url("../fonts/SinkinSans-700Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-700Bold-webfont.woff") format("woff"), url("../fonts/SinkinSans-700Bold-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  transition: all 300ms ease-in-out;
}

body {
  font-family: "sinkin_sans300_light", Arial, Helvetica, san-serif;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-weight: normal;
  background: white;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "sinkin_sans300_light", Arial, Helvetica, san-serif;
  font-weight: normal;
  /* text-transform: lowercase; */
}

h1 {
  color: #303989;
  font-family: "sinkin_sans200_x_light", Arial, Helvetica, san-serif;
  font-size: 300%;
}

h1.page-title {
  margin-bottom: 40px;
}

h2 {
  margin: 0;
  font-size: 180%;
  color: #303989;
  line-height: 120%;
}

h3 {
  margin: 40px 0 0 0;
  font-size: 140%;
  color: #303989;
}

h4 {
  margin: 10px 0;
  color: #27a9e1;
}

p, ul, ol {
  font-size: 110%;
  line-height: 170%;
  margin-bottom: 20px;
}

ul {
  list-style: disc outside;
}

div.region {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 4%;
}

main div.region, body.path-frontpage main div.region {
  max-width: 800px;
}

main div.section {
  /* overflow: auto; */
  /* background: $transparentwhite; */
}

a {
  color: #27a9e1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

blockquote {
  margin: 40px 60px;
  font-size: 140%;
  color: #27a9e1;
}

a, a:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a.button {
  display: inline-block;
  font-family: "sinkin_sans200_x_light", Arial, Helvetica, san-serif;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 150%;
  color: #103849;
  text-decoration: none;
  border: 1px solid #103849;
  background-color: transparent;
}

a.button:hover {
  color: white;
  text-decoration: none;
  border-color: #103849;
  background-color: #103849;
}

div.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 2%;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

body.path-frontpage h1#page-title {
  display: none;
}

body.path-frontpage h2 {
  font-family: "sinkin_sans100_thin", Arial, Helvetica, san-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #103849;
}

body.path-frontpage main {
  text-align: center;
  background-color: #588a9f;
}

body.path-frontpage main a {
  color: #090909;
  text-decoration: underline;
}

body.path-frontpage main a.button {
  text-decoration: none;
}

body.path-frontpage main #block-ggbe2021-gafconuk-system-main article ul {
  list-style: disc inside;
}

body.path-frontpage main #block-ggbe2021-gafconuk-system-main article ul li {
  background: none;
}

body.path-node main {
  background-color: #F6F9F9;
}

body.path-node main p, body.path-node main ul, body.path-node main ol {
  font-size: 100%;
}

body.path-node main ul, body.path-node main ol {
  margin-left: 30px;
  list-style-position: outside;
}

body.path-node main ul li, body.path-node main ol li {
  margin-bottom: 15px;
}

body.path-node main ol {
  list-style: decimal;
}

body.path-node main .field--name-field-date, body.path-node main .field--name-field-author {
  color: #20637f;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

body.path-node main .field--name-field-author {
  margin-top: 10px;
}

body.path-node main .field--type-link .field__label, body.path-node main .field--name-field-tags .field__label {
  margin-top: 40px;
  padding: 10px 0;
  font-weight: normal;
  border-top: 1px solid #20637f;
}

body.path-node main .field--type-link a, body.path-node main .field--name-field-tags a {
  display: block;
  padding: 10px;
  color: white;
  background-color: #20637f;
}

body.path-node main .field--type-link a:hover, body.path-node main .field--name-field-tags a:hover {
  background-color: #c2b49a;
}

body.path-node main .field--name-field-tags .field__label {
  border-top: none;
}

body.path-node main .field--name-field-tags a {
  display: inline-block;
}

header div.region {
  max-width: unset;
  padding: unset;
}

header #block-ggbe2021-branding {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

header #block-ggbe2021-branding a.site-logo img {
  height: 100px;
  margin: 20px 0;
}

header #block-ggbe2021-branding .site-name {
  display: none;
}

header #block-ggbe2021-branding .site-slogan {
  font-family: "sinkin_sans200_x_light", Arial, Helvetica, san-serif !important;
  float: right;
  font-size: 1.4rem;
  text-transform: lowercase !important;
  color: #303989 !important;
  line-height: 140px;
}

section#headline {
  padding: 20px 0;
  color: white;
  background-color: #303989;
}

section#headline #block-views-block-latest-headline-block-1 h2, section#headline #block-views-block-latest-headline-block-1 h3, section#headline #block-views-block-latest-headline-block-1 a {
  text-align: center;
  color: white;
}

section#headline #block-views-block-latest-headline-block-1 h2 {
  font-size: 1.5rem;
}

section#headline #block-views-block-latest-headline-block-1 h3 {
  width: 80%;
  margin: 1rem auto 2rem;
  font-family: "sinkin_sans700_bold", Arial, Helvetica, san-serif;
  font-size: 2rem;
}

section#headline #block-views-block-latest-headline-block-1 .views-field-view-node {
  text-align: center;
}

section#headline #block-views-block-latest-headline-block-1 .views-field-view-node p {
  margin: 0;
}

section#headline #block-views-block-latest-headline-block-1 .views-field-view-node p a {
  border-color: white;
}

section#headline #block-views-block-latest-headline-block-1 .views-field-view-node p a:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

section#banner {
  height: 375px;
  /* background-image: url(../images/hands-banner.jpg); */
  background-color: #303989;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65))), url(../images/hands-banner.jpg) no-repeat;
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}

section#banner ul {
  margin-left: 50%;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

section#banner ul li {
  margin-bottom: 20px;
}

section#banner ul li.second {
  margin-left: -100px;
}

section#banner ul li.third {
  margin-left: -200px;
}

section#banner ul li p {
  font-family: "sinkin_sans200_x_light", Arial, Helvetica, san-serif;
  color: white;
  font-size: 200%;
  line-height: 90%;
  margin-bottom: 0;
  margin-top: 0;
}

section#banner ul li p.bannerlarge {
  margin-left: 100px;
  font-family: "sinkin_sans700_bold", Arial, Helvetica, san-serif;
  font-size: 250%;
  text-shadow: 0px 0px 10px #969696;
}

main {
  background-color: #F6F9F9;
}

main .inner {
  max-width: 670px;
}

main .inner h1#page-title {
  margin-bottom: 30px;
}

main .inner h2 {
  margin-bottom: 15px;
}

main .intro {
  color: white;
  font-size: 150%;
  word-break: keep-all;
}

main nav.tabs ul.primary {
  margin-left: 0;
  padding: 5px 0;
}

main nav.tabs ul.primary li a {
  background-color: #20637f;
  height: auto;
  padding: 10px 1em;
  color: white;
  text-decoration: none;
}

main nav.tabs ul.primary li a:hover {
  background-color: #c2b49a;
}

main nav.tabs ul.primary li.active a {
  color: #103849;
  font-weight: normal;
  background-color: #dbe7eb;
  border-bottom: 3px solid #dbe7eb;
}

main #block-ggbe2021-gafconuk-system-main ul {
  list-style: none;
  margin: 0;
}

main #block-ggbe2021-gafconuk-system-main ul li:before {
  content: "\2022";
  color: #303989;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

main #block-ggbe2021-gafconuk-system-main nav.pager ul.pager__items {
  list-style: none;
}

main #block-ggbe2021-gafconuk-system-main nav.pager ul.pager__items li {
  padding: 5px 2px;
  background: none;
}

main #block-ggbe2021-gafconuk-system-main nav.pager ul.pager__items li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #303989;
  background-color: #dbe7eb;
}

main #block-ggbe2021-gafconuk-system-main nav.pager ul.pager__items li a:hover {
  color: white;
  text-decoration: none;
  background-color: #27a9e1;
}

main #block-ggbe2021-gafconuk-system-main nav.pager ul.pager__items li.is-active a {
  font-weight: normal;
  color: white;
  background-color: #303989;
}

main #block-ggbe2021-gafconuk-system-main article figure img {
  max-width: 100%;
  height: auto !important;
}

main #block-ggbe2021-gafconuk-system-main article figure figcaption {
  font-size: 0.8rem;
}

section#video {
  background-color: #20637f;
}

section#video #block-block-6 {
  display: none;
}

section#video #sixty-secs {
  float: left;
  clear: right;
  width: 40%;
}

section#video #sixty-secs img {
  width: 90%;
}

section#video #five-mins {
  float: right;
  margin: 70px 0 0 0;
}

section#video #five-mins a {
  color: white;
  font-size: 120%;
}

section#video #five-mins a .fa-play {
  margin-right: 10px;
  padding: 10px 25px;
  background: #103849;
}

section#news {
  padding: 50px 0;
  text-align: center;
  background-color: #8dabb7;
}

section#news .region, body.page-node-type-article main .region, path.path-news main .region {
  max-width: 800px;
}

section#news h2, body.page-node-type-article main h2, path.path-news main h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

section#news .views-row, body.page-node-type-article main .views-row, path.path-news main .views-row {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section#news .views-row .views-field-title a, body.page-node-type-article main .views-row .views-field-title a, path.path-news main .views-row .views-field-title a {
  font-family: "sinkin_sans300_light", Arial, Helvetica, san-serif;
  font-size: 160%;
  color: #103849;
  line-height: 140%;
}

section#news .views-row .views-field-title a:hover, body.page-node-type-article main .views-row .views-field-title a:hover, path.path-news main .views-row .views-field-title a:hover {
  text-decoration: underline;
}

section#news .views-row .views-field-field-date, section#news .views-row .views-field-field-author, body.page-node-type-article main .views-row .views-field-field-date, body.page-node-type-article main .views-row .views-field-field-author, path.path-news main .views-row .views-field-field-date, path.path-news main .views-row .views-field-field-author {
  font-size: 120%;
  color: white;
  line-height: 120%;
}

section#news .views-row .views-field-body ol, body.page-node-type-article main .views-row .views-field-body ol, path.path-news main .views-row .views-field-body ol {
  list-style-type: decimal;
}

section#news .views-row .views-field-body ol li, body.page-node-type-article main .views-row .views-field-body ol li, path.path-news main .views-row .views-field-body ol li {
  margin-bottom: 20px;
}

section#news .views-row:after, body.page-node-type-article main .views-row:after, path.path-news main .views-row:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  /* height: 100%; */
  border-bottom: 1px solid #103849;
}

section#join {
  text-align: center;
  background-color: #c2b49a;
}

section#join h2 {
  margin-bottom: 25px;
  font-family: "sinkin_sans100_thin", Arial, Helvetica, san-serif;
  font-size: 300%;
  text-transform: uppercase;
  color: #103849;
}

section#join h2 a {
  display: none;
}

section#join p {
  margin: 0 auto 20px auto;
  max-width: 635px;
  color: white;
}

section#lastslice {
  color: #c4c7d4;
  background-color: #1a1a1a;
}

section#lastslice p {
  padding-left: 30px;
  text-align: left;
  font-size: 100%;
}

section#lastslice #address {
  background: url(../images/location-icon.png) left 5px no-repeat;
}

section#lastslice #email {
  background: url(../images/email-icon.png) left 5px no-repeat;
}

section#lastslice #phone {
  background: url(../images/phone-icon.png) left 5px no-repeat;
}

section#lastslice #twitter {
  background: url(../images/twitter-icon.png) left 5px no-repeat;
}

section#lastslice #block-block-4 {
  max-width: 350px;
  float: right;
}

section#lastslice .inner {
  background: url(../images/gafcon-uk-map-transparent.png) 80% center no-repeat;
}

footer {
  background-color: #090909;
}

body.path-news main, body.path-resources main, body.path-books main, body.path-taxonomy main {
  background-color: #F6F9F9;
}

body.path-news main .view-news-content .views-row, body.path-news main .view-taxonomy-term .views-row, body.path-resources main .view-news-content .views-row, body.path-resources main .view-taxonomy-term .views-row, body.path-books main .view-news-content .views-row, body.path-books main .view-taxonomy-term .views-row, body.path-taxonomy main .view-news-content .views-row, body.path-taxonomy main .view-taxonomy-term .views-row {
  margin-bottom: 50px;
  padding-left: 20px;
  border-left: 5px solid #dbe7eb;
}

body.path-news main .view-news-content .views-row:hover, body.path-news main .view-taxonomy-term .views-row:hover, body.path-resources main .view-news-content .views-row:hover, body.path-resources main .view-taxonomy-term .views-row:hover, body.path-books main .view-news-content .views-row:hover, body.path-books main .view-taxonomy-term .views-row:hover, body.path-taxonomy main .view-news-content .views-row:hover, body.path-taxonomy main .view-taxonomy-term .views-row:hover {
  border-color: #27a9e1;
}

body.path-news main .view-news-content .views-row .views-field-title h2, body.path-news main .view-taxonomy-term .views-row .views-field-title h2, body.path-resources main .view-news-content .views-row .views-field-title h2, body.path-resources main .view-taxonomy-term .views-row .views-field-title h2, body.path-books main .view-news-content .views-row .views-field-title h2, body.path-books main .view-taxonomy-term .views-row .views-field-title h2, body.path-taxonomy main .view-news-content .views-row .views-field-title h2, body.path-taxonomy main .view-taxonomy-term .views-row .views-field-title h2 {
  margin-bottom: 10px;
  font-family: "sinkin_sans300_light", Arial, Helvetica, san-serif;
}

body.path-news main .view-news-content .views-row .views-field-field-date, body.path-news main .view-news-content .views-row .views-field-field-author, body.path-news main .view-taxonomy-term .views-row .views-field-field-date, body.path-news main .view-taxonomy-term .views-row .views-field-field-author, body.path-resources main .view-news-content .views-row .views-field-field-date, body.path-resources main .view-news-content .views-row .views-field-field-author, body.path-resources main .view-taxonomy-term .views-row .views-field-field-date, body.path-resources main .view-taxonomy-term .views-row .views-field-field-author, body.path-books main .view-news-content .views-row .views-field-field-date, body.path-books main .view-news-content .views-row .views-field-field-author, body.path-books main .view-taxonomy-term .views-row .views-field-field-date, body.path-books main .view-taxonomy-term .views-row .views-field-field-author, body.path-taxonomy main .view-news-content .views-row .views-field-field-date, body.path-taxonomy main .view-news-content .views-row .views-field-field-author, body.path-taxonomy main .view-taxonomy-term .views-row .views-field-field-date, body.path-taxonomy main .view-taxonomy-term .views-row .views-field-field-author {
  color: #20637f;
}

body.path-news main .view-news-content .views-row .views-field-body, body.path-news main .view-taxonomy-term .views-row .views-field-body, body.path-resources main .view-news-content .views-row .views-field-body, body.path-resources main .view-taxonomy-term .views-row .views-field-body, body.path-books main .view-news-content .views-row .views-field-body, body.path-books main .view-taxonomy-term .views-row .views-field-body, body.path-taxonomy main .view-news-content .views-row .views-field-body, body.path-taxonomy main .view-taxonomy-term .views-row .views-field-body {
  margin-top: 10px;
  margin-bottom: 10px;
}

body.path-news main .view-news-content .views-row .views-field-field-link a, body.path-news main .view-taxonomy-term .views-row .views-field-field-link a, body.path-resources main .view-news-content .views-row .views-field-field-link a, body.path-resources main .view-taxonomy-term .views-row .views-field-field-link a, body.path-books main .view-news-content .views-row .views-field-field-link a, body.path-books main .view-taxonomy-term .views-row .views-field-field-link a, body.path-taxonomy main .view-news-content .views-row .views-field-field-link a, body.path-taxonomy main .view-taxonomy-term .views-row .views-field-field-link a {
  display: block;
  padding: 10px;
  color: #103849;
  background-color: #8dabb7;
}

body.path-news main .view-news-content .views-row .views-field-field-link a:hover, body.path-news main .view-taxonomy-term .views-row .views-field-field-link a:hover, body.path-resources main .view-news-content .views-row .views-field-field-link a:hover, body.path-resources main .view-taxonomy-term .views-row .views-field-field-link a:hover, body.path-books main .view-news-content .views-row .views-field-field-link a:hover, body.path-books main .view-taxonomy-term .views-row .views-field-field-link a:hover, body.path-taxonomy main .view-news-content .views-row .views-field-field-link a:hover, body.path-taxonomy main .view-taxonomy-term .views-row .views-field-field-link a:hover {
  color: #27a9e1;
  background-color: #103849;
}

body.node-type-article .field-name-body {
  margin-top: 30px;
}

body.node-type-article .field-name-field-link .field-label {
  margin-top: 40px;
  padding: 10px 0;
  font-weight: normal;
  border-top: 1px solid #20637f;
}

body.node-type-article .field-name-field-link a {
  display: block;
  padding: 10px;
  color: #103849;
  background-color: #8dabb7;
}

body.node-type-article .field-name-field-link a:hover {
  color: #27a9e1;
  background-color: #103849;
}

body.node-type-article .field-name-field-date, body.node-type-article .field-name-field-author {
  color: #20637f;
  font-size: 120%;
  line-height: 120%;
}

.fifty-percent {
  margin-right: 30px;
  float: left;
  width: 50%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav#block-ggbe2021-main-menu {
  height: 60px;
  margin: 0;
  text-transform: uppercase;
  background-color: #c2b49a;
}

nav#block-ggbe2021-main-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav#block-ggbe2021-main-menu ul.menu li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

nav#block-ggbe2021-main-menu ul.menu li.leaf {
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

nav#block-ggbe2021-main-menu ul.menu li a {
  display: block;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  line-height: 60px;
  /* &.external {
					padding-right: 15px;
					background: url(../images/external-link.png) right center no-repeat;
				} */
}

nav#block-ggbe2021-main-menu ul.menu li a.active {
  color: white;
  /* background: url(../images/main-menu-active.png) center bottom no-repeat; */
}

nav#block-ggbe2021-main-menu ul.menu li a:hover {
  color: white;
  text-decoration: none;
}

nav#block-ggbe2021-main-menu ul.menu.menu {
  text-align: center;
}

nav#block-ggbe2021-main-menu .inner {
  padding: 0;
  text-align: center;
}

footer {
  font-size: 80%;
  color: white;
  background: #090909;
}

footer a {
  color: white;
  text-decoration: none;
}

footer p {
  margin: 0;
  padding: 0;
  line-height: 40px;
}

footer #footer-left, footer #footer-right {
  margin: 0;
  padding: 0;
}

footer #footer-left {
  float: left;
}

footer #footer-right {
  float: right;
  color: #787878;
}

footer #footer-right a {
  color: #787878;
}

footer .inner {
  padding: 20px 2%;
}

@media screen and (max-width: 1024px) {
  header #block-ggbe2021-branding .site-logo, header #block-ggbe2021-branding .site-slogan {
    display: block;
    float: none;
    text-align: center;
    line-height: unset;
  }
  header #block-ggbe2021-branding a.site-logo img {
    margin-bottom: 10px;
  }
  header #block-ggbe2021-branding .site-slogan {
    margin-bottom: 20px;
  }
  section#banner ul {
    margin-left: 40%;
  }
}

@media screen and (max-width: 925px) {
  header .site-slogan {
    font-size: 120%;
  }
  header nav .inner {
    padding: 0;
  }
  header nav#block-ggbe2021-main-menu {
    height: 20px;
  }
  header nav#block-ggbe2021-main-menu ul.menu {
    display: none;
  }
  .material-menu-button {
    display: block;
    width: 50px;
    height: 45px;
    padding: 10px 10px 0px 10px;
    background-color: #000;
  }
  .material-menu-button span {
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  #block-responsivemenumobileicon {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  #block-responsivemenumobileicon .responsive-menu-toggle-icon span.icon, #block-responsivemenumobileicon .responsive-menu-toggle-icon:before, #block-responsivemenumobileicon .responsive-menu-toggle-icon:after {
    background: #303989;
    border-radius: 0;
  }
  #block-responsivemenumobileicon .responsive-menu-toggle-icon span.label {
    display: none;
  }
  section#banner {
    height: 300px;
  }
  section#banner ul {
    margin-left: 0;
    text-align: right;
    font-size: 90%;
  }
  section#banner ul li.second {
    margin-left: 0;
  }
  section#banner ul li.third {
    margin-left: 0;
  }
  section#video #block-block-6 {
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
  section#video .fifty-percent {
    float: none;
    width: 100%;
  }
  section#video #sixty-secs {
    display: none;
  }
  section#video #five-mins {
    margin-top: 20px;
  }
}

@media screen and (max-width: 755px) {
  header #block-ggbe2021-branding a.site-logo img {
    height: 80px;
  }
  header #block-ggbe2021-branding .site-slogan {
    font-size: 80%;
    float: none;
  }
  nav #collapsed-menu-button {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 60px;
    font-weight: normal;
    color: white;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  nav #mobile-menu-inner {
    width: 100%;
  }
  nav #mobile-menu-inner #mobile-menu {
    background-color: #c2b49a;
  }
  nav #mobile-menu-inner #mobile-menu ul li {
    display: block;
  }
  section#banner {
    height: 250px;
  }
  section#banner ul {
    margin-left: 0;
    text-align: right;
    font-size: 70%;
  }
  section#banner ul li p {
    color: white;
  }
}

@media screen and (max-width: 755px) {
  section#headline #block-views-block-latest-headline-block-1 h2 {
    font-size: 1rem;
  }
  section#headline #block-views-block-latest-headline-block-1 h3 {
    width: 90%;
    font-size: 1.2rem;
  }
  section#banner {
    height: 200px;
  }
  section#banner ul {
    font-size: 50%;
  }
  section#banner ul li p {
    font-family: "sinkin_sans300_light", Arial, Helvetica, san-serif;
  }
}

@media screen and (max-width: 445px) {
  header #block-ggbe2021-branding a.site-logo img {
    height: 70px;
  }
  header #block-ggbe2021-branding .site-slogan {
    font-family: "sinkin_sans300_light", Arial, Helvetica, san-serif !important;
  }
  nav a#collapsed-menu-button:hover {
    text-decoration: none;
  }
  section#banner {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65))), url(../images/hands-banner.jpg) no-repeat;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(../images/hands-banner.jpg) no-repeat;
    background-size: 150%;
    background-position: center;
  }
  section#banner ul {
    padding-left: 0;
    font-size: 60%;
    text-align: center;
  }
  section#banner ul li {
    margin-bottom: 10px;
  }
  section#banner ul li p.bannerlarge {
    margin-left: 0;
  }
  section#banner .inner {
    padding: 5% 2%;
  }
  main h1, main h2 {
    text-align: center;
  }
  main h1 {
    font-size: 180%;
  }
  main h2 {
    font-size: 140%;
  }
  main .intro {
    font-size: 120%;
  }
  main article ul {
    padding-left: 0;
  }
  section#news .views-row .views-field-title a {
    font-size: 140%;
  }
  body.path-news main .view-news-content .views-row {
    padding-left: 0;
    padding-bottom: 20px;
    border-left: none;
    border-bottom: 5px solid #dbe7eb;
  }
  body.node-type-article .field-name-field-link {
    max-width: 320px;
    overflow: hidden;
  }
  body.node-type-article .field-name-field-date, body.node-type-article .field-name-field-author {
    text-align: center;
  }
  .views-field-title, .views-field-field-date, .views-field-field-author {
    text-align: center;
  }
}
