@import url(fontawesome-all.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic);
:root {
  --orange: #F97B22;
  --beige: #FEE8B0;
  --light-green: #9CA777;
  --green: #7C9070;
  --dark-blue: #173B45
}
a,
body,
div,
footer,
h1,
h2,
h3,
header,
html,
img,
label,
li,
p,
section,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
#rebel-gorilla-logo-fist {
  max-width: 20%
}
#rebel-gorilla-logo-title {
  max-width: 40%
}
#rebel-gorilla-logo {
  margin-bottom: 5em;
}
body {
  background: #fff;
  -webkit-text-size-adjust: none;
  color: var(--beige);
  font-family: "Source Sans Pro",Helvetica,sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em
}
html {
  box-sizing: border-box
}
*,
:after,
:before {
  box-sizing: inherit
}
body.is-preload *,
body.is-preload :after,
body.is-preload :before {
  -moz-animation: none!important;
  -webkit-animation: none!important;
  -ms-animation: none!important;
  animation: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -ms-transition: none!important;
  transition: none!important
}
a {
  -moz-transition: color .2s ease-in-out,border-color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out,border-color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,border-color .2s ease-in-out;
  border-bottom: dotted 1px var(--dark-blue);
  color: inherit;
  text-decoration: none
}
a:hover {
  border-bottom-color: transparent!important;
  color: var(--orange)
}
strong {
  color: var(--green);
  font-weight: 400
}
p {
  margin: 0 0 2em
}
h1,
h2,
h3 {
  color: var(--beige);
  margin: 0 0 1em
}
h1 a,
h2 a,
h3 a {
  color: inherit;
  text-decoration: none
}
h1 {
  font-size: 2.25em;
  line-height: 1.35em
}
h2 {
  font-size: 2em;
  line-height: 1.35em
}
h3 {
  font-size: 1.35em;
  line-height: 1.5em
}
.container {
  margin: 0 auto;
  max-width: calc(100% - 4em);
  width: 60em
}
@media screen and (max-width:1024px) {
  .container {
    max-width: 100%!important;
    width: 100%!important
  }
  img.logo {
    width: 800px
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  margin-top: 0;
  margin-left: -2em
}
.row > * {
  box-sizing: border-box;
  padding: 0 0 0 2em
}
.row > .col-4 {
  width: 33.33333%
}
.row > .col-6 {
  width: 50%
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3em
}
.row.gtr-150 > * {
  padding: 0 0 0 3em
}
section.special {
  text-align: center
}
header p {
  color: var(--beige);
  margin: 0 0 1.5em;
  position: relative
}
header h2 + p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: -1em
}
header h3 + p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: -.8em
}
header.major {
  margin: 0 0 1em
}
header.major:after {
  background: rgba(144,144,144,.5);
  content: '';
  display: inline-block;
  height: 1px;
  margin-top: 1.5em;
  width: 6em
}
header.major h2,
header.major h3 {
  margin: 0
}
header.major p {
  margin: .7em 0 0
}
header.special {
  text-align: center
}
label {
  color: #555;
  display: block;
  font-size: .9em;
  font-weight: 400;
  margin: 0 0 1em
}
::-webkit-input-placeholder {
  color: #999!important;
  opacity: 1
}
::-moz-placeholder {
  color: #999!important;
  opacity: 1
}
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none!important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  line-height: inherit
}
.icon > .label {
  display: none
}
.icon.solid:before {
  font-weight: 900!important
}
.icon.brands:before {
  font-family: 'Font Awesome 5 Brands'
}
.icon.style1:before,
.icon.style2:before,
.icon.style3:before,
.icon.style4:before,
.icon.style5:before,
.icon.style6:before {
  color: var(--orange)
}
.icon.major {
  text-decoration: none;
  color: var(--orange);
  cursor: default;
  display: inline-block;
  margin: 0 0 1.5em
}
.icon.major:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none!important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 4em;
  line-height: 1em
}
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative
}
.image img {
  border-radius: 4px;
  display: block
}
.image.fit {
  display: block;
  margin: 0 0 2em;
  width: 100%
}
.image.fit img {
  width: 100%
}
ul {
  list-style: disc;
  margin: 0 0 2em;
  padding-left: 1em
}
ul li {
  padding-left: .5em
}
ul.alt {
  list-style: none;
  padding-left: 0
}
ul.alt li {
  border-top: 1px solid rgba(144,144,144,.5);
  padding: .5em 0
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0
}
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0
}
ul.actions.special li:first-child {
  padding-left: 0
}
ul.actions.fit {
  width: calc(100% + 1em)
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%
}
ul.actions.fit li > * {
  width: 100%
}
@media screen and (max-width:480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100%!important
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0;
    text-align: center;
    width: 100%
  }
  ul.actions:not(.fixed) li > * {
    width: 100%
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0
  }
  ul.actions:not(.fixed) li .button,
  ul.actions:not(.fixed) li button {
    width: 100%
  }
  ul.actions:not(.fixed) li .button.icon:before,
  ul.actions:not(.fixed) li button.icon:before {
    margin-left: -.5em
  }
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0
}
ul.icons li {
  display: inline-block;
  padding: 0 1.25em 0 0
}
ul.icons li:last-child {
  padding-right: 0
}
ul.icons li .icon:before {
  font-size: 1.5em
}
ul.major-icons {
  list-style: none;
  padding-left: 0
}
ul.major-icons li {
  display: inline-block;
  padding: 2.5em;
  text-align: center
}
ul.major-icons li .icon {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 4px;
  border: 1px solid rgba(144,144,144,.5);
  display: inline-block;
  height: 8em;
  line-height: 8em;
  margin: 0;
  text-align: center;
  width: 8em
}
ul.major-icons li .icon:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  line-height: inherit
}
.button,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(144,144,144,.5);
  color: #555!important;
  cursor: pointer;
  display: inline-block;
  font-size: .9em;
  font-weight: 400;
  height: 2.75em;
  letter-spacing: .125em;
  line-height: 2.75em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-indent: .125em;
  text-transform: uppercase;
  white-space: nowrap
}
.button:hover,
button:hover {
  background-color: rgba(144,144,144,.075)
}
.button:active,
button:active {
  background-color: rgba(144,144,144,.2)
}
.button.icon:before,
button.icon:before {
  margin-right: .5em
}
.button.fit,
button.fit {
  width: 100%
}
.button.wide,
button.wide {
  min-width: 12em
}
.button.primary,
button.primary {
  background-color: #555;
  box-shadow: none!important;
  color: #fff!important
}
.button.primary:hover,
button.primary:hover {
  background-color: #626262
}
.button.primary:active,
button.primary:active {
  background-color: #484848
}
.button:disabled,
button:disabled {
  cursor: default;
  opacity: .25
}
.main {
  padding: 6em 0 4em
}
.main.style1 {
  background: var(--dark-blue)
}
.main.style2 {
  background-color: #333;
  color: rgba(255,255,255,.75);
  background-attachment: fixed,fixed;
  background-image: url("../images/overlay1.png"),url("../images/header.jpg");
  background-size: auto,cover
}
.main.style2 a {
  border-bottom-color: rgba(255,255,255,.5)
}
.main.style2 a:hover,
.main.style2 h1,
.main.style2 h2,
.main.style2 h3,
.main.style2 header p,
.main.style2 strong {
  color: #fff
}
.main.style2 header.major:after {
  background: #fff
}
.main.style2 .button,
.main.style2 button {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff!important
}
.main.style2 .button:hover,
.main.style2 button:hover {
  background-color: rgba(255,255,255,.125)
}
.main.style2 .button:active,
.main.style2 button:active {
  background-color: rgba(255,255,255,.25)
}
.main.style2 .button.primary,
.main.style2 button.primary {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff!important;
  color: #333!important
}
.main.style2 .button.primary:hover,
.main.style2 button.primary:hover {
  background-color: rgba(255,255,255,.125)!important;
  color: #fff!important
}
.main.style2 .button.primary:active,
.main.style2 button.primary:active {
  background-color: rgba(255,255,255,.25)!important
}
.main.style2 ul.major-icons li .icon {
  border-color: #fff
}
.main.style2 .icon.major {
  color: #fff
}
#header {
  padding: 9em 0;
  background-color: var(--green);
  color: rgba(255,255,255,.75);
  background-attachment: fixed,fixed,fixed;
  background-image: url("../images/overlay2.png"),url("../images/overlay3.svg"),linear-gradient(45deg,var(--beige) 5%,var(--green) 30%,var(--dark-blue));
  background-position: top left,center center,center center;
  background-size: auto,cover,cover;
  overflow: hidden;
  position: relative;
  text-align: center
}
#header a {
  border-bottom-color: rgba(255,255,255,.5)
}
#header a:hover {
  color: #fff
}
#header h1,
#header h2,
#header h3,
#header header p,
#header header.major:after,
#header strong {
  color: var(--beige)
}
#header .button,
#header button {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff!important
}
#header .button:hover,
#header button:hover {
  background-color: rgba(255,255,255,.125)
}
#header .button:active,
#header button:active {
  background-color: rgba(255,255,255,.25)
}
#header .button.primary,
#header button.primary {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff!important;
  color: #4686a0!important
}
#header .button.primary:hover,
#header button.primary:hover {
  background-color: rgba(255,255,255,.125)!important;
  color: #fff!important
}
#header .button.primary:active,
#header button.primary:active {
  background-color: rgba(255,255,255,.25)!important
}
#header ul.major-icons li .icon {
  border-color: #fff
}
#header .icon.major {
  color: #fff
}
#header h1 {
  margin: 0
}
#header p {
  margin: 1em 0 0
}
#header .actions {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 2.5em;
  margin-left: 0;
  position: relative
}
#header .actions li:first-child {
  padding-left: 0
}
#header .actions:after {
  background: #fff;
  content: '';
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 1px
}
#header .inner {
  -moz-transition: -moz-transform 1.5s .25s,opacity 2s .25s;
  -webkit-transition: -webkit-transform 1.5s .25s,opacity 2s .25s;
  -ms-transition: -ms-transform 1.5s .25s,opacity 2s .25s;
  transition: transform 1.5s .25s,opacity 2s .25s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1
}
#header .inner .actions {
  -moz-transition: -moz-transform 1.25s 1s;
  -webkit-transition: -webkit-transform 1.25s 1s;
  -ms-transition: -ms-transform 1.25s 1s;
  transition: transform 1.25s 1s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
#header:after {
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
  background-image: linear-gradient(45deg,var(--light-green),var(--dark-blue));
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}
body.is-preload #header .inner {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0
}
body.is-preload #header .inner .actions {
  -moz-transform: translateY(30em);
  -webkit-transform: translateY(30em);
  -ms-transform: translateY(30em);
  transform: translateY(30em);
  opacity: 0
}
body.is-preload #header:after {
  opacity: 1
}
#footer {
  padding: 6em 0;
  background-color: var(--green);
  color: var(--beige);
  background-attachment: fixed,fixed,fixed;
  background-image: url("../images/overlay2.png"),url("../images/overlay4.svg"),linear-gradient(45deg,var(--dark-blue),var(--green) 50%,var(--light-green) 95%);
  background-position: top left,center center,center center;
  background-size: auto,cover,cover;
  text-align: center
}
#footer a {
  border-bottom-color: rgba(255,255,255,.5)
}
#footer a:hover {
  color: var(--dark-blue)
}
#footer h1,
#footer h2,
#footer h3,
#footer strong {
  color: var(--light-green)
}
#footer header p {
  color: #fff
}
#footer header.major:after {
  background: #fff
}
#footer ul.major-icons li .icon {
  border-color: #fff
}
#footer .icon.major {
  color: #fff
}
#footer .icons {
  margin: 0
}
#footer .copyright {
  font-size: .8em;
  list-style: none;
  margin: 2em 0 0;
  padding: 0
}
#footer .copyright li {
  border-left: 1px solid;
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding: 0 0 0 1em
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding: 0
}
@media screen and (max-width:1680px) {
  body {
    font-size: 14pt
  }
  #header {
    padding: 6em 0
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
}
@media screen and (max-width:1140px) {
  body {
    font-size: 13pt
  }
  h1 br,
  h2 br,
  h3 br {
    display: none
  }
  ul.major-icons li {
    padding: 2em
  }
  ul.major-icons li .icon {
    height: 8em;
    line-height: 8em;
    width: 8em
  }
  .main {
    padding: 4em 0 2em
  }
  .main.style2 {
    background-attachment: scroll
  }
  #header {
    padding: 5em 0;
    background-attachment: scroll
  }
  #header br {
    display: inline
  }
  #footer {
    padding: 4em 0;
    background-attachment: scroll
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
}
@media screen and (max-width:980px) {
  ul.major-icons li {
    padding: 2em
  }
  ul.major-icons li .icon {
    height: 7em;
    line-height: 7em;
    width: 7em
  }
  .main {
    padding: 5em 3em 3em
  }
  #header {
    padding: 8em 3em
  }
  #footer {
    padding: 5em 3em
  }
  #one,
  #two {
    text-align: center
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em
  }
  .row > .imp-medium {
    order: -1
  }
  .row > .col-12-medium {
    width: 100%
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
}
@media screen and (max-width:736px) {
  body {
    font-size: 12pt
  }
  h1 {
    font-size: 1.75em
  }
  h2 {
    font-size: 1.5em
  }
  h3 {
    font-size: 1.1em
  }
  ul.major-icons li {
    padding: 1.5em
  }
  ul.major-icons li .icon {
    height: 5em;
    line-height: 5em;
    width: 5em
  }
  ul.major-icons li .icon:before {
    font-size: 42px
  }
  .icon.major {
    margin: 0 0 1em
  }
  .button,
  button {
    height: 3em;
    line-height: 3em
  }
  .main {
    padding: 3em 1.5em 1em
  }
  #header {
    padding: 4em 3em
  }
  #header .actions {
    margin: 2em 0 0
  }
  #footer {
    padding: 3em 1.5em
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
}
@media screen and (max-width:480px) {
  .button {
    padding: 0
  }
  .main {
    padding: 2em 1.5em .1em
  }
  #header {
    padding: 4em 2em
  }
  #header br {
    display: none
  }
  #footer {
    padding: 2em 1.5em
  }
  #footer .copyright {
    margin: 1.5em 0 0
  }
  #footer .copyright li {
    border: 0;
    display: block;
    margin: 1em 0 0;
    padding: 0
  }
  #footer .copyright li:first-child {
    margin-top: 0
  }
  #gorilla-fist {
    max-width: 30%
  }
  #rebel-gorilla {
    max-width: 50%
  }
  .container {
    max-width: calc(100% - 3em)
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
}
@media screen and (max-width:320px) {
  body,
  html {
    min-width: 320px
  }
  .main {
    padding: 2em 1em .1em
  }
  #header {
    padding: 3em 1em
  }
  #footer {
    padding: 2em 1em
  }
  #gorilla-fist {
    max-width: 30%
  }
  #rebel-gorilla {
    max-width: 50%
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
}