html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

a:not([class]) {
  color: #7b64a1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:not([class]):hover {
  color: #7b64a1; }

.container:before {
  background-color: transparent !important; }

.single-project #et-main-area {
  background: url("../images/GCA-BG-Texture.png") repeat; }

body.orbit {
  font-family: Georgia, Geneva, sans-serif !important; }
  body.orbit p {
    font-family: Georgia, Geneva, sans-serif !important;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.86667;
    margin: 0 0 15px; }
    body.orbit p a {
      font-weight: 700;
      color: #7b64a1;
      text-decoration: none;
      font-size: 16px; }
      body.orbit p a:hover {
        color: #522a8f; }
  body.orbit h1, body.orbit h2, body.orbit h3, body.orbit h4, body.orbit h5, body.orbit h6 {
    font-family: "brandon-grotesque", Helvetica, Arial, Lucida, sans-serif !important;
    color: #444; }
  body.orbit h1 a, body.orbit h2 a, body.orbit h3 a, body.orbit h4 a, body.orbit h5 a, body.orbit h6 a {
    color: #7b64a1;
    font-weight: 700; }
  body.orbit h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 25px; }
  body.orbit h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.40625;
    margin: 5px 0 10px; }
  body.orbit h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.23077;
    margin: 10px 0 8px; }
  body.orbit h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    font-weight: 300;
    font-style: italic;
    color: #000;
    margin: 0 0 16px; }
  body.orbit h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    margin: 10px 0 15px; }
  body.orbit h6 {
    font-size: 17px;
    line-height: 1.11765;
    padding-top: 10px; }
  body.orbit .clearer {
    clear: both; }
