@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?14114167");
  src: url("../fonts/fontello.eot?14114167#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?14114167") format("woff"), url("../fonts/fontello.ttf?14114167") format("truetype"), url("../fonts/fontello.svg?14114167#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas/BebasNeueBold.otf") format("opentype");
  src: url("../fonts/bebas/BebasNeueBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas/BebasNeueRegular.otf") format("opentype");
  src: url("../fonts/bebas/BebasNeueRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas/BebasNeueBook.otf") format("opentype");
  src: url("../fonts/bebas/BebasNeueBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas/BebasNeueLight.otf") format("opentype");
  src: url("../fonts/bebas/BebasNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas/BebasNeueThin.otf") format("opentype");
  src: url("../fonts/bebas/BebasNeueThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14114167#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: '\e800';
}

/* '' */
.icon-mail-1:before {
  content: '\e804';
}

/* '' */
.icon-comment:before {
  content: '\e801';
}

/* '' */
.icon-play:before {
  content: '\e802';
}

/* '' */
.icon-pause:before {
  content: '\e803';
}

/* '' */
.icon-user:before {
  content: '\e806';
}

/* '' */
.icon-phone:before {
  content: '\e805';
}

/* '' */
.spinner {
  display: none;
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #FFFFFF;
  margin-right: 3px;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*!
 * Toronto Computer Guys
 */
body {
  background-color: #fafafa;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.colors {
  height: 12px;
  background-color: #f16667;
}
.colors span {
  display: inline-block;
  float: left;
  width: 33%;
  height: 100%;
  background-color: #a3d656;
}
.colors span:last-child {
  background-color: #70cacb;
  float: right;
}

h2 {
  color: #444444;
  text-align: center;
  margin: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1em;
}

h3 {
  color: #444444;
  text-align: center;
  margin: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3em;
}

.salmon {
  color: #f16667;
}

.green {
  color: #a3d656;
}

.blue {
  color: #70cacb;
}

.salmon-border {
  border-color: #f16667;
}

.green-border {
  border-color: #a3d656;
}

.blue-border {
  border-color: #70cacb;
}

.header-placeholder {
  height: 100px;
  background-color: white;
}

.tcg-body {
  position: relative;
  overflow: hidden;
}

section, footer {
  position: relative;
  z-index: 4;
}

.primary-section {
  background-color: #fff;
}

.secondary-section {
  background-color: #fafafa;
}

.primary-section > div, .secondary-section > div {
  padding-left: 1em;
  padding-right: 1em;
}

.section-header {
  margin-bottom: 3em;
}

.tcgcolumns {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 480px) {
  .tcgcolumns .tcgcolumn {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    padding: 0;
  }
  .tcgcolumns .tcgcolumn:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tcgcolumns .tcgcolumn {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    padding: 0 20px;
  }
  .tcgcolumns .tcgcolumn:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tcgcolumns .tcgcolumn {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding: 0 20px;
  }
  .tcgcolumns .tcgcolumn:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .tcgcolumns .tcgcolumn {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding: 0 40px;
  }
  .tcgcolumns .tcgcolumn:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
.tcgcolumns .tcgcolumn p {
  margin: 0;
  color: #666666;
  font-style: normal;
  text-align: center;
}

#load {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  color: #f6f6f6;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #70cacb;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#load.loaded {
  -moz-transform: perspective(500em) rotateX(-91deg);
  -ms-transform: perspective(500em) rotateX(-91deg);
  -webkit-transform: perspective(500em) rotateX(-91deg);
  transform: perspective(500em) rotateX(-91deg);
}
#load::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#load div {
  display: inline-block;
  vertical-align: middle;
}

#splash {
  height: 1080px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  cursor: default;
}
#splash .splash-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#splash #splash-default-container {
  z-index: 20;
}
#splash #splash-default-container .contact-links {
  position: absolute;
  z-index: 29;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.4em 1.5em;
  width: 100%;
  text-align: right;
  font-size: 1em;
}
@media (min-width: 0) and (max-width: 768px) {
  #splash #splash-default-container .contact-links {
    display: none;
  }
}
#splash #splash-default-container .contact-links a {
  color: #fff;
}
#splash #splash-default-container .contact-links a:hover {
  color: #f16667;
}
#splash #splash-default-container .splash-content-wrapper {
  position: relative;
  z-index: 28;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 480px) {
  #splash #splash-default-container .splash-content-wrapper {
    margin-top: 36px;
    padding: 0 1em;
  }
}
#splash #splash-default-container .splash-content-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#splash #splash-default-container .splash-content-wrapper .splash-content {
  display: inline-block;
  overflow: visible;
  margin: -72em auto 4em;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  -moz-transition: margin-top 0.6s ease;
  -o-transition: margin-top 0.6s ease;
  -webkit-transition: margin-top 0.6s ease;
  transition: margin-top 0.6s ease;
}
@media (min-width: 0px) and (max-width: 480px) {
  #splash #splash-default-container .splash-content-wrapper .splash-content {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
#splash #splash-default-container .splash-content-wrapper .splash-content.loaded {
  margin-top: 4em;
}
#splash #splash-default-container .splash-content-wrapper .splash-content h1 {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  padding: 0 0.2em;
  color: #f16667;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 4.5em;
  font-weight: 800;
  line-height: 0.6;
}
#splash #splash-default-container .splash-content-wrapper .splash-content h1 span {
  font-size: 0.7em;
}
#splash #splash-default-container .splash-content-wrapper .splash-content h2 {
  margin-bottom: 1em;
  padding: 0 0.2em;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}
#splash #splash-default-container .splash-content-wrapper .splash-content h2 strong {
  font-weight: 800;
}
@media (min-width: 0px) and (max-width: 450px) {
  #splash #splash-default-container .splash-content-wrapper .splash-content .logo img {
    width: 100%;
  }
}
@media (max-height: 800px) {
  #splash #splash-default-container .splash-content-wrapper .splash-content .logo img {
    max-width: 320px;
  }
  #splash #splash-default-container .splash-content-wrapper .splash-content h1 {
    font-size: 3.6em;
  }
  #splash #splash-default-container .splash-content-wrapper .splash-content h2 {
    font-size: 2em;
  }
}
@media (max-height: 650px) {
  #splash #splash-default-container .splash-content-wrapper .splash-content .logo img {
    max-width: 240px;
  }
  #splash #splash-default-container .splash-content-wrapper .splash-content h1 {
    font-size: 3em;
  }
  #splash #splash-default-container .splash-content-wrapper .splash-content h2 {
    font-size: 1.4em;
  }
}
@media (max-height: 500px) {
  #splash #splash-default-container .splash-content-wrapper .splash-content .logo img {
    max-width: 160px;
  }
  #splash #splash-default-container .splash-content-wrapper .splash-content h1 {
    font-size: 2em;
  }
  #splash #splash-default-container .splash-content-wrapper .splash-content h2 {
    font-size: 1em;
  }
}

#background-video-container {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#background-video-container::before {
  content: "";
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
}
#background-video-container video {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 300;
}
@media (min-width: 0) and (max-width: 768px) {
  .nav {
    font-size: 1em;
  }
}
.nav li {
  display: inline-block;
}
.nav li a {
  text-decoration: none;
  color: #fff;
  border: 0 solid #70cacb;
}
@media (min-width: 0px) and (max-width: 480px) {
  .nav li {
    display: block;
    text-align: left;
  }
  .nav li a {
    display: block;
  }
}
@media (min-width: 481px) {
  .nav li:last-child {
    margin-right: 0;
  }
  .nav li a {
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav li a:hover, .nav li a.active {
    background-color: #f16667;
    border-color: #f16667;
    padding-bottom: 6px;
  }
}

#fixed-nav {
  overflow: hidden;
  z-index: 40;
  position: fixed;
  width: 100%;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 480px) {
  #fixed-nav {
    background-color: #222;
  }
  #fixed-nav .logo, #fixed-nav .nav-toggle, #fixed-nav li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  #fixed-nav h1, #fixed-nav .nav-toggle, #fixed-nav li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #fixed-nav header, #fixed-nav li {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #181818;
  }
  #fixed-nav header {
    text-align: left;
  }
  #fixed-nav header h1 {
    display: inline-block;
    margin: 0;
    text-align: left;
    font-family: "ff-dagny-web-pro", Helvetica, Arial, sans-serif;
    font-size: 1em;
    vertical-align: middle;
  }
  #fixed-nav header .logo {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    height: 30px;
    vertical-align: middle;
  }
  #fixed-nav header .nav-toggle {
    float: right;
    position: relative;
    z-index: 41;
  }
  #fixed-nav .nav {
    display: none;
  }
  #fixed-nav a {
    color: #f6f6f6;
  }
}
@media (min-width: 481px) {
  #fixed-nav {
    border-top: 0.2em solid #f16667;
    max-height: 60px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #2C3E50;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #fixed-nav header {
    display: none;
  }
  #fixed-nav .nav li a {
    padding: 0.3em 1em 0.1em;
    border-bottom-width: 0.2em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: #2C3E50;
  }
  #fixed-nav .nav li a:hover, #fixed-nav .nav li a.active {
    border-bottom-color: #b34747;
    color: #FFFFFF;
  }
}

.services {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}
.services:after {
  content: " ";
  display: block;
  clear: both;
}
.services .service h4 {
  font-weight: 300;
  font-size: 28px;
  color: #444444;
}

.mapcontainer {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-color: transparent;
}
.mapcontainer #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  background-image: url(/images/9c244b7b.map.png);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.us {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}
.us:after {
  content: " ";
  display: block;
  clear: both;
}
.us .tcguy {
  *zoom: 1;
}
.us .tcguy:after {
  content: "";
  display: table;
  clear: both;
}
.us .tcguy .photocontainer {
  overflow: hidden;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0 0 1em;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.us .tcguy .photocontainer:hover {
  -webkit-transform: scale(1.03) !important;
  -moz-transform: scale(1.03) !important;
  -ms-transform: scale(1.03) !important;
  -o-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}
.us .tcguy .photocontainer .photo {
  display: block;
}

.clients {
  padding-top: 3em;
}
.clients .clientscontainer {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.clients .clientscontainer:after {
  content: " ";
  display: block;
  clear: both;
}
.clients .clientscontainer .client {
  position: relative;
  height: 200px;
  margin-top: 1em;
  overflow: hidden;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.clients .clientscontainer .client:nth-child(3n) {
  float: right;
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 480px) {
  .clients .clientscontainer .client {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .clients .clientscontainer .client {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .clients .clientscontainer .client:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .clients .clientscontainer .client {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .clients .clientscontainer .client:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
.clients .clientscontainer .client::before {
  position: absolute;
  content: "";
  top: -6%;
  left: 0;
  width: 112%;
  height: 112%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clients .clientscontainer .client:nth-child(1)::before {
  background-image: url(/images/013ff413.client1.jpg);
}
.clients .clientscontainer .client:nth-child(2)::before {
  background-image: url(/images/d9c52484.client2.jpg);
}
.clients .clientscontainer .client:nth-child(3)::before {
  background-image: url(/images/070a5dab.client5.jpg);
}
.clients .clientscontainer .client:nth-child(4)::before {
  background-image: url(/images/9386db1d.client6.jpg);
}
.clients .clientscontainer .client:nth-child(5)::before {
  background-image: url(/images/95c68d87.client7.jpg);
}
.clients .clientscontainer .client:nth-child(6)::before {
  background-image: url(/images/a2107022.client8.jpg);
}
.clients .clientscontainer .client .testimonial {
  z-index: 10;
  position: absolute;
  overflow: hidden;
  width: 60%;
  height: 100%;
  left: 12px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: center;
  background-color: #a3d656;
  color: #f6f6f6;
  box-shadow: 0.2em 0 0.4em transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clients .clientscontainer .client .testimonial h4 {
  margin: 0.5em 0.5em 0.25em;
  font-family: "BebasNeue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
}
.clients .clientscontainer .client .testimonial .description {
  margin: 0.35em 0.7em 0.7em;
}
.clients .clientscontainer .client:hover::before {
  -moz-transform: translateX(30%) scale(0.9);
  -ms-transform: translateX(30%) scale(0.9);
  -webkit-transform: translateX(30%) scale(0.9);
  transform: translateX(30%) scale(0.9);
}
.clients .clientscontainer .client:hover .testimonial {
  left: 0;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.clients .clientscontainer .client:nth-child(2) .testimonial, .clients .clientscontainer .client:nth-child(4) .testimonial {
  background-color: #f16667;
}
.clients .clientscontainer .client:nth-child(3) .testimonial, .clients .clientscontainer .client:nth-child(5) .testimonial {
  background-color: #70cacb;
}

.cheesy {
  padding-bottom: 3em;
}
.cheesy .cheesycontainer {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cheesy .cheesycontainer:after {
  content: " ";
  display: block;
  clear: both;
}
.cheesy .cheesycontainer p {
  color: #666;
  overflow: hidden;
  font-size: 1.3em;
}
.cheesy .cheesycontainer .tooclingy span {
  display: inline-block;
  font-size: 2.4em;
  color: #f16667;
  -moz-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}
.cheesy .cheesycontainer .tooclingy span:hover {
  color: #a3d656;
  -moz-transform: rotateX(-180deg) rotateY(540deg) rotateZ(180deg);
  -ms-transform: rotateX(-180deg) rotateY(540deg) rotateZ(180deg);
  -webkit-transform: rotateX(-180deg) rotateY(540deg) rotateZ(180deg);
  transform: rotateX(-180deg) rotateY(540deg) rotateZ(180deg);
}

.contact {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 0px) and (max-width: 480px) {
  .contact {
    background-image: none;
  }
}
.contact .contactcontainer {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.contact .contactcontainer:after {
  content: " ";
  display: block;
  clear: both;
}
.contact .contactcontainer h2, .contact .contactcontainer h3 {
  color: #f6f6f6;
}
.contact .contactcontainer .errormessage {
  position: relative;
  background-color: #70cacb;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  padding: 8px;
  max-height: 0;
  margin-bottom: 0px;
  padding: 0px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .contact .contactcontainer .errormessage {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contact .contactcontainer .errormessage {
    margin-left: 16.94915%;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 1025px) {
  .contact .contactcontainer .errormessage {
    margin-left: 25.42373%;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.contact .contactcontainer .errormessage .closecontrol {
  position: absolute;
  right: 24px;
}
.contact .contactcontainer .formcontainer {
  position: relative;
  *zoom: 1;
}
.contact .contactcontainer .formcontainer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0) and (max-width: 768px) {
  .contact .contactcontainer .formcontainer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contact .contactcontainer .formcontainer {
    margin-left: 16.94915%;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 1025px) {
  .contact .contactcontainer .formcontainer {
    margin-left: 25.42373%;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.contact .contactcontainer .formcontainer #contactform .contactinput {
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #f6f6f6;
  background-color: #222;
  padding: 12px 18px;
  font-family: "ff-dagny-web-pro", Helvetica, Arial, sans-serif;
  border: none;
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 0px) and (max-width: 480px) {
  .contact .contactcontainer .formcontainer #contactform .contactinput {
    margin-bottom: 2px;
  }
}
.contact .contactcontainer .formcontainer #contactform .contactinput.notempty {
  background-color: #f6f6f6;
  color: #2C3E50;
}
.contact .contactcontainer .formcontainer #contactform .contactinput:focus {
  background-color: #f6f6f6;
  color: #666;
}
.contact .contactcontainer .formcontainer #contactform textarea {
  height: 133px;
}
.contact .contactcontainer .formcontainer #contactform input[type=text] {
  height: 48px;
}
.contact .contactcontainer .formcontainer #contactform .submitcontainer .submit {
  position: relative;
  width: 100%;
  margin-top: 0.5em;
  display: block;
  height: 60px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px #b34747;
  background-color: #222;
  background-color: #f16667;
  color: #fff;
  text-align: center;
  border: none;
  font-weight: 300;
  font-size: 1.2em;
  outline: 0;
}
.contact .contactcontainer .formcontainer #contactform .submitcontainer .submit i {
  margin-right: 0.5em;
  color: #bf4747;
}
.contact .contactcontainer .formcontainer #contactform .submitcontainer .submit:hover {
  box-shadow: 0 8px #b34747;
  top: -2px;
}
.contact .contactcontainer .formcontainer #contactform .submitcontainer .submit:active {
  box-shadow: 0 0 #b34747;
  top: 6px;
}
.contact .contactcontainer .formcontainer #contactform .submitcontainer .submit.hasSent {
  cursor: default;
}

.contact-links {
  margin: 0.8em 0;
  text-align: center;
  padding: 0;
  font-family: "ff-dagny-web-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 0) and (max-width: 768px) {
  .contact-links li {
    margin: 0.5em 0;
  }
}
@media (min-width: 769px) {
  .contact-links li {
    display: inline-block;
    vertical-align: middle;
  }
  .contact-links li:not(:last-child) {
    margin-right: 0.75em;
  }
  .contact-links li:not(:last-child)::after {
    color: #b6b6b6;
    content: "\2022";
    font-size: 0.75em;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1em;
  }
}
.contact-links .social-media {
  font-size: 1.1em;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-links .social-media a:not(:last-child) {
  margin-right: 0.6em;
}
.contact-links a {
  color: #f6f6f6;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-links a:hover {
  color: #f16667;
}
.contact-links a.twitter:hover {
  color: #55ACEE !important;
}
.contact-links a.facebook:hover {
  color: #3B5998 !important;
}
.contact-links a.youtube:hover {
  color: #CD201F !important;
}
.contact-links a.linkedin:hover {
  color: #007bb6 !important;
}

body > footer {
  *zoom: 1;
  background-color: #222;
}
body > footer:after {
  content: "";
  display: table;
  clear: both;
}
body > footer .footercontent {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
body > footer .footercontent:after {
  content: " ";
  display: block;
  clear: both;
}

.tcg-pricing-page #fixed-nav {
  max-height: 50px;
}
.tcg-pricing-page .splash-content-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.tcg-pricing-page #retainers {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 3em;
}
