/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Extra
   ========================================================================== */
* {
  box-sizing: border-box;
}
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #000 transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #000;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/* Custom TC Icon Suite */
@font-face {
  font-family: 'icomoon-custom';
  src: url('../../fonts/icomoon/tc-custom/icomoon-custom.eot?fljg7p');
  src: url('../../fonts/icomoon/tc-custom/icomoon-custom.eot?fljg7p') format('embedded-opentype'), url('../../fonts/icomoon/tc-custom/icomoon-custom.ttf?fljg7p') format('truetype'), url('../../fonts/icomoon/tc-custom/icomoon-custom.woff?fljg7p') format('woff'), url('../../fonts/icomoon/tc-custom/icomoon-custom.svg?fljg7p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="tc-icon-"],
[class*=" tc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-custom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-tc:before {
  content: "\e900";
}
.tc-icon-facebook:before {
  content: "\e901";
}
.tc-icon-flickr:before {
  content: "\e902";
}
.tc-icon-google-plus:before {
  content: "\e903";
}
.tc-icon-instagram:before {
  content: "\e904";
}
.tc-icon-pinterest:before {
  content: "\e905";
}
.tc-icon-tumblr:before {
  content: "\e906";
}
.tc-icon-twitter:before {
  content: "\e908";
}
.tc-icon-website:before {
  content: "\e909";
}
.tc-icon-wordpress:before {
  content: "\e90a";
}
.tc-icon-youtube:before {
  content: "\e90b";
}
.tc-icon-books-logo:before {
  content: "\e907";
}
.social-block {
  margin: 0 auto;
}
.social-block .icon-shortcode {
  display: inline-block;
  margin-bottom: 0;
  color: #333333;
}
.social-block .icon-shortcode .font-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0px;
}
.social-block .icon-shortcode .font-icon {
  transition: 100ms linear all !important;
  -webkit-transition: 100ms linear all !important;
  -moz-transition: 100ms linear all !important;
  -ms-transition: 100ms linear all !important;
  -o-transition: 100ms linear all !important;
}
.tc-logo a {
  text-decoration: none;
}
.tc-logo {
  text-align: center;
  margin-top: 3em;
}
.tc-icon-books-logo {
  font-size: 4.5em;
}
@font-face {
  font-family: 'gabriel-sans';
  src: url('../../fonts/gam/gabriel_sans_cond_medium-webfont.eot');
  src: url('../../fonts/gam/gabriel_sans_cond_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/gam/gabriel_sans_cond_medium-webfont.woff') format('woff'), url('../../fonts/gam/gabriel_sans_cond_medium-webfont.ttf') format('truetype'), url('../../fonts/gam/gabriel_sans_cond_medium-webfont.svg#webfont') format('svg');
}
@font-face {
  font-family: 'gam-icomoon';
  src: url('../../fonts/gam/icomoon.eot?n9dtne');
  src: url('../../fonts/gam/icomoon.eot?n9dtne#iefix') format('embedded-opentype'), url('../../fonts/gam/icomoon.ttf?n9dtne') format('truetype'), url('../../fonts/gam/icomoon.woff?n9dtne') format('woff'), url('../../fonts/gam/icomoon.svg?n9dtne#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="gam-icon-"],
[class*=" gam-icon-"],
.mobile-menu .logo-home {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gam-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.gam-icon-wordmark:before {
  content: "\e900";
}
.gam-icon-GodandMan_icon:before {
  content: "\e901";
}
.gam-icon-facebook:before {
  content: "\e902";
}
.gam-icon-instagram:before {
  content: "\e903";
}
body.gam-website {
  font-family: "Helvetica Neue", Helvetica, "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  line-height: 1.8;
  font-size: 14px;
}
body.gam-website .sb-slidebar {
  z-index: 1000;
}
body.gam-website .no-sidebar-page .be-section-pad:first-child {
  padding: 20px;
}
@media only screen and (min-width: 961px) {
  body.gam-website .no-sidebar-page .be-section-pad:first-child {
    padding: 170px 0 80px;
  }
}
body.gam-website .logo-landing {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 30px;
  position: absolute;
  text-align: center;
  z-index: 12;
  display: none;
}
body.gam-website .logo-landing img {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 961px) {
  body.gam-website .logo-landing {
    display: block;
    width: 72px;
    height: 72px;
    top: 65px;
    left: 65px;
    margin: 0;
    display: none;
  }
  body.gam-website .logo-landing img {
    width: 100%;
    height: 100%;
  }
}
body.gam-website .logo-footer {
  display: block;
  font-size: 0;
  width: 78px;
  height: 18px;
  background: url('../../images/GodandMan_mark_small.svg') no-repeat, 0 0;
  color: transparent;
  margin: 0;
  padding-bottom: 0px;
  position: absolute!important;
  bottom: 56px;
}
body.gam-website .logo-footer a {
  display: block !important;
  height: 18px;
  width: 76px;
  cursor: pointer;
}
@media screen and (min-width: 961px) and (max-height: 768px) {
  body.gam-website .logo-footer {
    bottom: 48px;
  }
}
body.gam-website #logo-sidebar {
  display: none;
}
body.gam-website div.menu {
  text-align: left;
  padding: 60px 0 0 60px;
}
@media only screen and (min-width: 1600px) {
  body.gam-website {
    font-size: 16px;
    line-height: 30px;
  }
  body.gam-website h3,
  body.gam-website h4 {
    font-size: 13px;
    letter-spacing: 2px;
  }
  body.gam-website .logo-footer {
    width: 90px;
    height: 24px;
  }
}
@media only screen and (min-width: 961px) {
  body.gam-website .be-wrap {
    max-width: 960px !important;
    margin: 0;
    padding: 0 20px 0 0;
  }
  body.gam-website .single-col-content {
    max-width: 640px!important;
  }
  body.gam-website .drop-reveal > a,
  body.gam-website .drop-reveal .mobile-sub-menu-controller {
    display: none!important;
  }
  body.gam-website .drop-reveal .sub-menu {
    display: block !important;
    letter-spacing: 2px !important;
    text-transform: uppercase!important;
  }
}
@media screen and (min-width: 1600px) {
  body.gam-website #slidebar-menu li:not(.logo-home) a {
    font-size: 1.12em;
    line-height: 30px;
  }
}
body.gam-website #slidebar-menu li:not(.logo-home) a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .5;
}
body.gam-website #slidebar-menu li:not(.logo-home) a:hover {
  opacity: 1;
}
body.gam-website #slidebar-menu li.logo-home {
  color: transparent;
  font-size: 0;
  background: transparent url('../../images/GodandMan_icon.svg') 0 0 no-repeat;
  background-size: 72px 72px;
  width: 100%;
  height: 72px;
  margin-bottom: 40px;
}
body.gam-website #slidebar-menu li.logo-home a {
  height: 72px;
  width: 72px;
  cursor: pointer;
  display: block;
}
body.gam-website #slidebar-menu li.current-menu-item:not(.logo-home):not(.logo-footer) a {
  opacity: 1;
}
body.gam-website #slidebar-menu li.divider {
  height: 15px;
}
body.gam-website h1,
body.gam-website h2,
body.gam-website h3,
body.gam-website h4,
body.gam-website h5,
body.gam-website [class*="menu"],
body.gam-website [id*="menu"],
body.gam-website .sub-menu {
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
}
body.gam-website h3,
body.gam-website h4 {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}
body.gam-website h5 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 1.3;
}
body.gam-website h6 {
  font-size: 10px;
}
body.gam-website .highlight {
  color: #838383;
}
body.gam-website form input {
  vertical-align: top;
}
body.gam-website input[type="email"] {
  height: 42px;
  font-style: italic;
  width: 70%;
  border-width: 1px;
}
body.gam-website input[type="submit"],
body.gam-website #mc-embedded-subscribe {
  padding: 14px;
  height: 42px;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  width: 28%;
  float: right;
  margin: 0;
}
body.gam-website .quote-feature {
  font-family: "adobe-caslon-pro", "minion-pro", "Minion Pro", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  color: #838383;
  font-size: 1em;
  line-height: 1.4;
  margin: 20px 0 10px;
}
body.gam-website .quote-feature + h5 {
  color: #838383;
}
@media only screen and (min-width: 961px) {
  body.gam-website .be-text-block [class*="col"] {
    width: 50%;
    float: left;
  }
}
body.gam-website .be-text-block a {
  color: #231f20;
  text-decoration: underline;
}
body.gam-website .be-text-block a i {
  text-decoration: none;
  display: inline-block;
  padding-right: 7px;
  font-size: 1.2em;
}
body.gam-website .be-text-block [class*="col"],
body.gam-website .be-text-block .single-col-content {
  margin-bottom: 40px;
}
body.gam-website .be-text-block [class*="col"] h4,
body.gam-website .be-text-block .single-col-content h4 {
  margin-bottom: .6em;
}
body.gam-website .photographer-blocks .be-text-block {
  padding: 12px;
  text-align: left;
  line-height: 1;
}
body.gam-website .photographer-blocks .be-text-block p:first-child,
body.gam-website .photographer-blocks .be-text-block img {
  margin-bottom: 0;
  width: 100%;
}
body.gam-website .photographer-blocks .be-text-block h4 {
  margin: 20px 0 10px;
}
body.gam-website .photographer-blocks .be-text-block h4 a {
  color: #231f20;
}
@media only screen and (min-width: 961px) {
  body.gam-website .photographer-blocks .be-text-block {
    width: 290px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    white-space: pre-wrap;
  }
}
body.gam-website .photographer-blocks .be-text-block img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
body.gam-website .photographer-blocks .be-text-block img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
body.gam-website .side-scroll .be-section-pad .content-boxes h5 {
  margin-bottom: 5em;
}
body.gam-website .side-scroll .be-section-pad .one-half .be-custom-column-inner {
  position: relative;
}
body.gam-website .side-scroll .be-section-pad .one-half .be-custom-column-inner span {
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
}
body.gam-website .side-scroll .be-section-pad .one-half .be-custom-column-inner h3 a {
  font-family: "adobe-caslon-pro", "minion-pro", "Minion Pro", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
  padding: 8px 0;
  display: inline-block;
  font-size: 16px;
  color: #231f20;
}
body.gam-website .collage-wrap,
body.gam-website .collage-wrap * {
  box-sizing: border-box;
}
body.gam-website .collage-wrap img[class*="collage"],
body.gam-website .collage-wrap * img[class*="collage"] {
  float: left;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
  body.gam-website .collage-wrap .collage-1,
  body.gam-website .collage-wrap * .collage-1 {
    padding-right: 10px;
    width: 40%;
  }
  body.gam-website .collage-wrap .collage-2,
  body.gam-website .collage-wrap * .collage-2 {
    width: 60%;
  }
  body.gam-website .collage-wrap .collage-3,
  body.gam-website .collage-wrap * .collage-3 {
    width: 50%;
  }
}
body.gam-website .border-blocks .one-half .be-custom-column-inner {
  border: solid 1px #838383;
  padding: 40px;
}
body.gam-website .hidden-reel .one-half:first-of-type .be-custom-column-inner {
  padding: 0 !important;
  border: 0 !important;
}
body.gam-website #portfolio-title-nav-bottom-wrap {
  bottom: 2.2%;
  right: 0;
  width: 100%;
}
body.gam-website #portfolio-title-nav-bottom-wrap .slider-counts {
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  color: #838383;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.gam-website .portfolio-nav-bottom,
body.gam-website .portfolio-title-nav-bottom {
  display: none!important;
}
body.gam-website .flickity-prev-next-button.next svg {
  top: 51%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.gam-website .flickity-prev-next-button.previous svg {
  top: 51%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 961px) {
  body.gam-website .portfolio-sliders .main-gallery {
    padding-top: 60px!important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1558px) {
  body.gam-website .portfolio-sliders .main-gallery {
    max-width: 79vw;
  }
  body.gam-website #portfolio-title-nav-bottom-wrap {
    right: 0;
    left: 0;
    width: 79vw;
  }
}
@media only screen and (min-width: 961px) {
  body.gam-website .side-scroll {
    margin: 0 !important;
    white-space: nowrap;
  }
  body.gam-website .content-boxes,
  body.gam-website .border-blocks,
  body.gam-website .photographer-blocks {
    margin: 0 !important;
  }
  body.gam-website .home-block-lower-left {
    position: absolute;
    bottom: 38px;
    left: 40px;
    text-align: left;
  }
  body.gam-website .br-box {
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-align: right;
  }
}
body.gam-website.page-id-17 .special-heading-wrap {
  margin-top: 30px;
}
body.gam-website #left-header-mobile {
  height: 70px;
  border-bottom: 1px solid #efefef;
}
body.gam-website #left-header-mobile .logo {
  padding: 28px 0 0 20px;
  margin-left: 0;
}
body.gam-website #left-header-mobile .normal-logo {
  width: 100px;
}
body.gam-website #header-inner-wrap .mobile-nav-controller-wrap {
  line-height: 50px !important;
  padding: 0 20px 0px 15px !important;
}
body.gam-website.home.left-header.left-static #main-wrapper {
  margin-left: 0 !important;
}
body.gam-website.home #left-header-mobile {
  border-bottom: none;
  display: none;
}
body.gam-website.home #header-inner-wrap .mobile-nav-controller-wrap {
  line-height: 120px !important;
}
body.gam-website.home .logo {
  display: none!important;
  padding: 0!important;
}
body.gam-website .mobile-nav-controller-wrap {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 11px;
  right: 11px;
}
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon {
  display: block;
  position: absolute;
  width: 22px;
  height: 11px;
  left: 13px;
  top: 18px;
  -webkit-transform: none;
          transform: none;
  background: none !important;
}
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon:before,
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon:after {
  display: block;
  content: "";
  background: #231f20;
  width: 21px;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: none;
          transform: none;
}
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon:before {
  top: 0;
  bottom: auto;
}
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon:after {
  top: auto;
  bottom: 0;
}
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon.is-clicked:before {
  width: 15px;
  top: 0px;
  left: 3px;
}
body.gam-website .mobile-nav-controller-wrap .be-mobile-menu-icon.is-clicked:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 4px;
}
body.gam-website #mobile-menu {
  padding: 20px 0;
  position: relative;
  background: #efefef;
  -webkit-transition: background .3s;
  transition: background .3s;
}
body.gam-website #mobile-menu li:not(.logo-home) {
  width: 50%;
  margin-bottom: 0;
  display: block;
}
body.gam-website #mobile-menu li:not(.logo-home) a {
  color: #231f20;
  line-height: 26px;
  display: block;
}
body.gam-website #mobile-menu .logo-home {
  display: block;
  background: transparent url('../../images/GodandMan_icon.svg') 0 0 no-repeat;
  background-size: 86px 86px;
  width: 86px;
  height: 86px;
  position: absolute;
  top: 25px;
  right: 20px;
}
body.gam-website #mobile-menu .logo-home a {
  height: 86px;
  width: 86px;
  cursor: pointer;
  display: block;
  color: transparent;
  font-size: 0;
}
body.gam-website #mobile-menu li.logo-footer {
  display: none;
}
@media screen and (max-width: 960px) {
}
.gam-circle {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  margin: 30px auto;
}
.gam-tiny-header {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media screen and (max-width: 320px) {
  .logo {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.gam-terms-page h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 961px) {
  .gam-terms-page .column-block.one-col {
    padding-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  body.page-terms-of-service .be-section-pad.clearfix:first-child,
  body.page-terms-of-use .be-section-pad.clearfix:first-child {
    padding-top: 0 !important;
  }
  body.page-terms-of-service .gam-terms-page,
  body.page-terms-of-use .gam-terms-page {
    max-width: none !important;
  }
  body.page-terms-of-service .one-col.column-block,
  body.page-terms-of-use .one-col.column-block {
    padding-top: 40px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: opacity 1.3s ease;
  transition: opacity 1.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
}
.carousel-inner > .item,
.carousel-inner > .item.active.left,
.carousel-inner > .item.active.right {
  opacity: 0;
}
.carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
  opacity: 1;
}
.carousel-inner > .item.next,
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left,
.carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-inner > .item.active,
.carousel-inner > .item.next,
.carousel-inner > .item.prev {
  display: block;
}
.carousel-inner > .item.next,
.carousel-inner > .item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner img {
  opacity: 0;
}
.carousel-inner img.img-loaded {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
body {
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.turbolinks-progress-bar {
  height: 2px;
  background-color: #231f20;
}
.tp-bannertimer {
  display: none !important;
}
body.gam-website.page-landing .sb-slidebar.sb-left {
  display: block !important;
}
body.gam-website.page-landing .sb-slidebar.sb-left #slidebar-menu li:not(:first-child) {
  display: none;
}
body.gam-website.page-landing .sb-slidebar.sb-left #slidebar-menu li:not(:first-child) {
  display: none;
}
body.gam-website.page-landing .sb-slidebar.sb-left #slidebar-menu li.logo-home {
  background-image: url('../../images/GodandMan_icon_reverse.svg');
}
.page-home h1 {
  margin: 0;
}
.page-home h1 span {
  font-size: 1px;
  line-height: 1px;
  display: block;
  opacity: 0;
}
.page-home .photo-agency-banner {
  display: block;
  width: 100%;
  height: auto;
}
.page-home.gam-website h3 {
  margin-bottom: 15px;
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
  letter-spacing: 0;
}
.gam-home-quote blockquote {
  padding-left: 0;
  margin: 0;
}
.gam-home-quote blockquote:before {
  display: none;
}
.gam-home-quote blockquote p {
  font-family: 'adobe-caslon-pro', 'Adobe Caslon Pro', Georgia, serif;
  font-style: italic;
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.gam-home-quote blockquote p:last-child {
  padding-top: 10px;
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: normal;
  color: #838383;
}
.gam-home-gallery {
  position: relative;
}
@media screen and (max-width: 740px) {
  .page-home.gam-website h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .page-home .photo-agency-banner {
    width: 90%;
    max-width: 480px;
    margin-bottom: 10%;
  }
  .gam-home-wrapper {
    padding-top: 8%;
  }
  .gam-home-wrapper .gam-content-group:first-child {
    margin-bottom: 0;
  }
  .gam-home-wrapper .gam-home-quote {
    padding-top: 10px;
  }
  .gam-home-wrapper .gam-home-quote .gam-circle:first-child {
    margin: 0 auto 30px;
  }
  .gam-home-wrapper .gam-home-quote .gam-circle:last-child {
    margin: 30px auto 30px;
  }
  .gam-home-wrapper .gam-home-column:last-child .gam-home-quote {
    display: none;
  }
  .gam-home-gallery {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 961px) {
  .gam-home-content-group.group--origin {
    color: #999;
    font-style: italic;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .gam-home-content-group.group--origin,
  .gam-home-content-group.group--identity {
    font-size: 16px;
    line-height: 30px;
  }
  .gam-home-quote blockquote p {
    font-size: 18px;
    line-height: 28px;
  }
  .gam-home-quote blockquote p:last-child {
    padding-top: 16px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1120px) {
  .gam-home-wrapper {
    max-width: 1800px;
    border-left: 1px solid #e2e2e2;
  }
  .gam-home-wrapper h4 {
    margin-bottom: 30px;
    font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
    font-size: 28px;
    line-height: 40px;
  }
  .gam-home-column {
    width: 50%;
    float: left;
    padding-left: 64px;
    padding-right: 64px;
    min-height: 100vh;
    padding-left: 5.2%;
    padding-right: 5.2%;
    padding-bottom: 90px;
  }
  .gam-home-column:first-child {
    padding-top: 180px;
    border-right: 1px solid #e2e2e2;
  }
  .gam-home-column:last-child {
    padding-top: 64px;
    border-left: 1px solid #e2e2e2;
    margin-left: -1px;
  }
  .gam-home-quote,
  .gam-home-gallery {
    max-width: 450px;
  }
  .gam-home-content-group + .gam-home-content-group {
    margin-top: 70px;
  }
  .page-home .photo-agency-banner {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1119px) {
  .page-home h4 {
    display: none;
  }
  .gam-home-column {
    padding: 0 6.25%;
  }
}
@media only screen and (min-width: 961px) {
  .gam-home-column:first-child .gam-circle,
  .gam-home-column:first-child .gam-home-quote {
    display: none;
  }
  .gam-home-quote {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1119px) {
  .gam-home-wrapper {
    padding-top: 163px;
    padding-bottom: 90px;
  }
  .gam-home-column {
    padding-right: 50px;
  }
  .gam-home-column .photo-agency-banner {
    margin-bottom: 40px;
    max-width: 550px;
  }
  .gam-home-quote,
  .gam-home-gallery {
    max-width: 450px;
  }
}
.gam-gallery {
  z-index: 800;
  position: relative;
}
.gam-gallery.fade-out {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
}
.gam-gallery .main-img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.gam-gallery.imagesloaded .slide.active .main-img.fit,
.gam-gallery.imagesloaded .gam-gallery__caption {
  opacity: 1;
}
.gam-gallery .fp-section {
  z-index: 300;
}
.gam-gallery .slide {
  cursor: pointer;
}
.gam-gallery .fp-slide {
  position: relative;
}
.gam-gallery__loader-wrapper {
  z-index: 100;
  position: fixed;
}
.gam-gallery__loader {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -62px;
  margin-top: -62px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.gam-gallery__loader.in {
  opacity: 1;
}
.gam-gallery__loader img {
  width: 125px;
  height: 125px;
  display: block;
}
.gam-gallery__photo-wrap {
  position: absolute;
}
.gam-gallery__caption {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 11px;
  line-height: 16px;
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 40px 60px;
  z-index: 1100;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
@media screen and (min-width: 1600px) {
  .gam-gallery__caption {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .gam-gallery {
    margin-left: -280px;
  }
  .gam-gallery .fp-slide {
    text-align: center;
  }
  .gam-gallery__photo-wrap {
    top: 15%;
    left: 250px;
    right: 80px;
    bottom: 18%;
  }
  .gam-gallery__caption {
    height: 16px;
    padding: 0 40px 0;
    bottom: 60px;
  }
  .gam-gallery__caption .count {
    display: inline-block;
    width: 60px;
    text-align: right;
  }
  body.admin-bar .gam-gallery__caption {
    bottom: 96px;
  }
  .gam-gallery__loader-wrapper {
    top: 80px;
    right: 40px;
    bottom: 160px;
    left: 200px;
  }
}
@media screen and (min-width: 961px) and (max-height: 768px) {
  .gam-gallery__caption {
    bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .gam-gallery__photo-wrap {
    top: 40px;
    left: 20px;
    bottom: 140px;
    right: 20px;
  }
  .gam-gallery__loader-wrapper {
    top: 230px;
    right: 0;
    height: 20px;
    left: 0;
  }
  .gam-gallery__caption {
    height: 50px;
    padding: 0;
    text-align: center;
    bottom: 70px;
  }
  .gam-gallery__caption .name,
  .gam-gallery__caption .count {
    display: block;
  }
}
body.gam-website .be-wrap.gam-clients-content {
  max-width: none !important;
}
body.gam-website .gam-clients-content h2 {
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 50px;
}
body.gam-website .gam-clients-content .one-half:last-child a {
  text-decoration: underline;
}
body.gam-website .gam-clients-content .one-half:last-child a:hover {
  text-decoration: none;
}
body.gam-website .gam-clients-content .holy-grail {
  display: block;
  width: 80px;
  height: 80px;
  margin: 50px 0 0 -12px;
}
@media screen and (min-width: 1200px) {
  body.page-clients.gam-website .no-sidebar-page .be-section-pad:first-child {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh;
  }
  body.page-clients.gam-website .no-sidebar-page .be-section-pad:first-child .column-block {
    min-height: 100vh;
    padding-top: 170px;
    padding-bottom: 60px;
  }
  body.page-clients.gam-website .no-sidebar-page .be-section-pad:first-child .column-block:first-child {
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    padding-left: 46px;
    padding-right: 56px;
  }
  body.page-clients.gam-website .no-sidebar-page .be-section-pad:first-child .column-block:last-child {
    padding-left: 74px;
    padding-top: 185px;
  }
  .gam-clients-content .one-half {
    margin: 0;
  }
  .gam-clients-content .one-half:first-child {
    width: 65%;
    padding-right: 10%;
  }
  .gam-clients-content .one-half:last-child {
    width: 35%;
    padding-right: 5%;
    padding-top: 10px;
  }
  body.gam-website .gam-clients-content .holy-grail {
    margin-top: 84px;
  }
}
@media screen and (max-width: 1199px) {
  .gam-website .gam-clients-content .one-half {
    width: 100%;
    float: none;
    margin: 0;
  }
  .gam-website .gam-clients-content .one-half:first-child {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  body.page-clients .no-sidebar-page .be-section-pad:first-child {
    min-height: 100vh;
    border-left: 1px solid #e2e2e2;
    padding-left: 46px;
    padding-right: 56px;
  }
}
@media only screen and (min-width: 961px) {
  body.page-clients .gam-circle {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  body.gam-website .gam-clients-content h2 {
    padding-right: 5%;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }
  body.gam-website .gam-clients-content .one-half:first-child {
    padding-bottom: 0;
    margin-bottom: 30px !important;
  }
  body.gam-website .gam-clients-content .gam-circle {
    margin: 30px auto 0;
  }
  body.gam-website .gam-clients-content .column-block:last-child {
    padding-top: 10px;
  }
}
body.gam-website.page-contact .gam-quote blockquote {
  margin: 0 0 15px;
  padding: 0;
  min-height: 0;
}
body.gam-website.page-contact .gam-quote blockquote:before {
  display: none;
}
body.gam-website.page-contact .gam-quote blockquote p {
  font-size: 30px;
  line-height: 40px;
  font-family: 'adobe-caslon-pro', 'Adobe Caslon Pro', Georgia, serif;
  font-style: italic;
  margin: 0;
}
body.gam-website.page-contact .gam-quote cite {
  font-family: "gabriel-sans", "Montserrat", "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #838383;
  font-style: normal;
  font-weight: normal;
}
body.gam-website.page-contact .gam-contact-groups .gam-icon-facebook,
body.gam-website.page-contact .gam-contact-groups .gam-icon-instagram {
  position: relative;
  top: 2px;
}
body.gam-website.page-contact .gam-contact-groups h4 {
  margin-bottom: 8px;
}
body.gam-website.page-contact .gam-mailing-list {
  max-width: 480px;
}
body.gam-website.page-contact .gam-mailing-list p {
  margin: 0 0 15px;
}
body.gam-website.page-contact .gam-mailing-list p a {
  text-decoration: underline;
}
body.gam-website.page-contact .gam-mailing-list p a:hover {
  text-decoration: none;
}
body.gam-website.page-contact .gam-mailing-list .input-container {
  position: relative;
  padding-right: 70px;
  max-width: 450px;
  margin-bottom: -13px;
}
body.gam-website.page-contact .gam-mailing-list input[type="text"],
body.gam-website.page-contact .gam-mailing-list input[type="email"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "adobe-caslon-pro", "minion-pro", "Minion Pro", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-size: 16px;
}
body.gam-website.page-contact .gam-mailing-list .response {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
body.gam-website.page-contact .gam-mailing-list .submit {
  width: 60px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
body.gam-website.page-contact .gam-mailing-list .submit br {
  display: none;
}
body.gam-website.page-contact .gam-mailing-list .submit input {
  display: none;
}
body.gam-website.page-contact .gam-mailing-list .submit img {
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 961px) {
  body.gam-website.page-contact #main-wrapper {
    border-left: 1px solid #E2E2E2;
  }
  body.gam-website.page-contact #page-content h2 {
    font-size: 28px;
    line-height: 40px;
    display: block;
    margin-bottom: 25px;
    clear: both;
  }
  body.gam-website.page-contact .contact-gam-logo {
    display: block;
  }
  body.gam-website.page-contact .no-sidebar-page .be-wrap {
    max-width: none !important;
  }
}
@media screen and (min-width: 1301px) {
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:first-child {
    min-height: 100vh;
    border-right: 1px solid #e2e2e2;
  }
  body.gam-website.page-contact .contact-gam-logo {
    width: 454px;
    height: 60px;
    margin: 0 0 90px !important;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child {
    padding: 0;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:first-child {
    width: 60%;
    padding: 180px 50px 80px 80px;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:first-child .be-text-block {
    max-width: 630px;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:last-child {
    width: 40%;
    padding: 330px 50px 80px 80px;
    margin-left: 0;
  }
  body.gam-website.page-contact .gam-contact-groups {
    margin-bottom: 60px;
  }
  body.gam-website.page-contact .gam-mailing-list {
    margin-top: 50px;
  }
  body.gam-website.page-contact .gam-contact-group {
    width: 50%;
    float: left;
  }
  body.gam-website.page-contact .gam-contact-group h4 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1601px) {
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:first-child,
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:last-child {
    width: 50%;
  }
  body.gam-website.page-contact .gam-mailing-list {
    margin-top: 80px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  body.gam-website.page-contact .contact-gam-logo {
    width: 354px;
    height: 47px;
    margin: 0 0 90px !important;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child {
    padding: 0;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half {
    width: 100%;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:first-child {
    padding: 120px 50px 40px 50px;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:last-child {
    padding: 30px 50px 80px 50px;
    margin-left: 0;
  }
  body.gam-website.page-contact .gam-mailing-list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 550px) {
  body.gam-website.page-contact .gam-contact-groups {
    margin-bottom: 60px;
  }
  body.gam-website.page-contact .gam-contact-group {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 960px) {
  body.gam-website.page-contact .be-wrap {
    max-width: none;
  }
  body.gam-website.page-contact .contact-gam-logo {
    display: none;
  }
  body.gam-website.page-contact h2 {
    font-size: 28px;
    line-height: 36px;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child {
    padding: 0;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half {
    width: 100%;
    margin: 0;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:first-child {
    padding: 0 25px 50px;
    border-bottom: 1px solid #e2e2e2;
  }
  body.gam-website.page-contact .no-sidebar-page .be-section-pad:first-child .one-half:last-child {
    padding: 40px 25px;
    margin-left: 0;
  }
  body.gam-website.page-contact .gam-quote blockquote {
    margin-bottom: 10px;
  }
  body.gam-website.page-contact .gam-quote cite {
    font-size: 11px;
  }
}
@media screen and (max-width: 549px) {
  body.gam-website.page-contact .gam-contact-groups {
    margin-bottom: 40px;
  }
  body.gam-website.page-contact .gam-contact-group {
    width: 100%;
    float: none;
  }
  body.gam-website.page-contact .gam-contact-group h4 {
    margin-bottom: 5px;
  }
  body.gam-website.page-contact .gam-contact-group + .gam-contact-group {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */