/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/*
 * Prevents `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* 
Franklin Gothic:
Book: font-family: "franklin-gothic-urw";	400	normal
Book Italic:	font-family: "franklin-gothic-urw";	400	italic
Medium	font-family: "franklin-gothic-urw";	500	normal	
Medium Italic	font-family: "franklin-gothic-urw";	500	italic	
Demi	font-family: "franklin-gothic-urw";	700	normal	
Demi Italic	font-family: "franklin-gothic-urw";	700	italic

Franklin Gothic Compressed:
Book	"franklin-gothic-urw-comp"	400	normal	
Book Italic	"franklin-gothic-urw-comp"	400	italic	
Demi	"franklin-gothic-urw-comp"	700	normal	
Demi Italic	"franklin-gothic-urw-comp"	700	italic

Franklin Gothic Extra Compressed:
Book	"franklin-gothic-ext-comp-urw"	400	normal	
Demi	"franklin-gothic-ext-comp-urw"	700	normal

*/
/* Usage:

.class {
     @include transition($transition-property, $transition-time, $method);
}
$method = how you want it to transition - e.g. ease-in-out
*/
/*
 * Image replacement
 */
/* example :
#foo {
  @include background-image-retina('foobar', 'png', 10px, 20px);
  background: repeat;
}*/
/*560px*/
/*600px*/
/*800px*/
/**/
/*1010px*/
/*
 * HTML5 Boilerplate
 *
 * 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,
button,
input,
select,
textarea {
  color: #222;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  color: #555; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 1em;
  line-height: 1.4;
  margin: 1em 0;
  padding: 0 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  color: #555;
  background: fixed url(../_img/gl_body_bkg.jpg);
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a, a:active, a:hover {
  outline: none;
  border: 0;
  color: #f38027; }

a:hover {
  color: #f38027; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

#wrap {
  min-width: 61em;
  max-width: 75em;
  margin: 0 auto;
  position: relative; }

header {
  position: relative;
  margin: 0; }

header h1 {
  margin: 0;
  padding: 0;
  float: left;
  width: 19%;
  margin-right: 1%; }
  @media screen and (max-width: 64em) {
    header h1 {
      width: 23%;
      margin-left: 1em; } }

header h1 a {
  display: block;
  height: 69px;
  text-indent: -9999px;
  padding-top: 65px;
  background: url(../_img/gl_h1_logo.svg) no-repeat top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
  header h1 a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100)";
    filter: alpha(opacity=70); }
  @media screen and (max-width: 30em) {
    header h1 a {
      width: 280px;
      height: 59px;
      padding-top: 59px; } }

.no-svg header h1 a {
  background-image: url(../_img/gl_h1_logo.png); }

h3 {
  font-family: 'franklin-gothic-urw-comp', sans-serif;
  font-weight: 700;
  color: #555;
  text-transform: uppercase; }

section[role="main"] {
  clear: both;
  margin-top: 1em;
  -webkit-box-shadow: 4px 4px 4px #ccc;
  -moz-box-shadow: 4px 4px 4px #ccc;
  box-shadow: 4px 4px 4px #ccc;
  background: #fff;
  padding: 2em; }
  section[role="main"] h2 {
    color: #f38027;
    line-height: 1.2em; }

/* main */
.right {
  float: right; }

.ta-right {
  text-align: right; }

/* search */
input[type=search] {
  border: solid 1px #eee;
  width: 18em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  color: #555;
  color: #555;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  padding: .5em;
  background: rgba(255, 255, 255, 0.6);
  padding: .3em .5em;
  display: block;
  float: left;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 50em) {
    input[type=search] {
      border-color: #ccc;
      padding: .2em .5em; }
      aside input[type=search] {
        border-color: #ddd; } }

.search {
  padding: 0;
  border-right: 0; }

.search button {
  border: 0;
  font-size: 1.2em;
  border-left: solid 1px #aeaeae;
  padding: 0 .4em 0em .3em;
  margin: .3em;
  display: block;
  float: left;
  background: none;
  margin-left: -1.7em;
  color: #555; }

/* form elements */
fieldset {
  border-bottom: solid 5px #eee; }

select {
  border: solid 1px #ccc;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  color: #555;
  font-size: .8em;
  width: 100%; }

input[type=text], input[type=password], input[type=date], textarea {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  padding: .5em;
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #eee;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  color: #555; }

.hasDatepicker {
  width: auto !important; }

.calendar {
  clear: both; }

input[type="checkbox"] {
  width: auto !important;
  margin-right: .5em; }

label {
  color: #555;
  display: block;
  clear: both;
  float: left;
  margin-bottom: .4em;
  width: 12em;
  padding-top: .5em;
  margin-right: 1em;
  line-height: 1.2em;
  font-weight: 700;
  padding-left: .7em; }
  label span {
    font-size: .8em; }

label + input, label + textarea {
  float: left;
  margin-bottom: 1.2em;
  width: 40%; }

.message {
  background: #f9efe4;
  color: #f38027;
  text-align: center;
  padding: .5em .7em;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 0; }

/* end form elements */
/* global table elements */
table {
  border-collapse: collapse;
  width: 100%;
  padding: .2em;
  font-family: 'franklin-gothic-urw-comp', sans-serif;
  font-weight: 400;
  color: #555; }
  table tr {
    border-bottom: solid 1px #eee; }
    table tr.highlight, table tr:hover {
      background: #f9efe4; }
  table th {
    vertical-align: top;
    background: #f38027;
    border-right: solid 1px #c35b0b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: .4em .4em;
    text-align: left; }
    table th a {
      display: block;
      color: #fff;
      /* matt, the arrow up for after they click the sort is: content: "\e009"; */ }
      table th a:hover {
        text-decoration: none;
        color: #fff;
        background: #db660c; }
      table th a:after {
        font-family: 'icomoon';
        font-style: normal;
        speak: none;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e009";
        float: right;
        font-size: .7em;
        padding-top: .5em; }
  table .center {
    text-align: center; }
  table td {
    padding: .4em .4em;
    vertical-align: top;
    border-right: solid 1px #eee;
    line-height: 1.2em; }
    table td.client, table td.title {
      width: 25%; }
    table td.contact {
      width: 20%; }
    table td a {
      color: #555; }
      table td a:hover {
        color: #f38027; }
    table td [data-icon] {
      text-decoration: none; }
    table td.video [data-icon] {
      font-size: 1.1em; }

/*table*/
/* overlay */
.overlay-container {
  background: url(../_img/gl_ie_overlay_bkg.png);
  background: rgba(47, 47, 47, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.overlay {
  background: #fff;
  padding: 1.5em;
  width: 700px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  top: 8%;
  /*ul*/ }
  .overlay h2 {
    background: #f38027;
    color: #fff;
    font-family: 'HelveticaNeueW01-Thin', sans-serif;
    margin: 0;
    padding: .1em .5em; }
  .overlay .top {
    float: right;
    margin: -2em .5em 0 0; }
  .overlay h3 {
    border-bottom: solid 5px #eee;
    padding-bottom: .1em; }
  .overlay input[type="text"] {
    width: 80%; }
  .overlay ul {
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style: none; }
    .overlay ul li {
      margin: 0 0 1em 0; }
  .overlay .close {
    float: right;
    position: absolute;
    top: -1.3em;
    right: -1em;
    display: block; }
    .overlay .close a {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      text-decoration: none;
      font-size: 1em;
      line-height: 1em;
      padding: .6em .6em .4em .7em;
      text-align: center;
      width: 10px;
      height: 10px;
      color: #555;
      background: #ddd; }
  .overlay .scrollcontent {
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll; }

/* end main overlay*/
.overlay.emailsend h2 {
  margin-bottom: .8em; }
.overlay.emailsend label {
  font-weight: 700;
  font-size: 1.3em;
  margin-right: .5em;
  width: 4em; }
.overlay.emailsend input {
  margin-bottom: .6em; }
.overlay.emailsend input + p {
  clear: both;
  margin-top: 0;
  padding-left: .7em; }
.overlay.emailsend .emailcontent {
  border-top: solid 5px #aeaeae;
  border-bottom: solid 5px #aeaeae;
  background: #f9efe4;
  padding: .3em 1em; }
  .overlay.emailsend .emailcontent p {
    margin: .8em 0;
    font-size: .9em; }
  .overlay.emailsend .emailcontent ul {
    margin: 0 1em 1em;
    padding: auto;
    border: 0; }
  .overlay.emailsend .emailcontent li {
    margin: 0em auto;
    list-style: square;
    padding: auto;
    font-size: .9em; }
  .overlay.emailsend .emailcontent .download {
    font-size: 1.3em; }

div.errorMessage {
  color: red;
  font-weight: bold; }
  div.errorMessage.left {
    float: left;
    margin-left: 20px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * 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; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses 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 only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* 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
   */
  .ir a:after,
  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; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.ui-datepicker-trigger {
  background: none;
  border: none;
  padding-left: .5em; }

.ui-datepicker-trigger:before {
  font-family: 'icomoon';
  font-size: 1.4em;
  color: #555;
  content: "\e00c";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.direct-link {
  display: none; }

.noscroll {
  overflow: hidden; }

@font-face {
  font-family: 'icomoon';
  src: url("../_fonts/icomoon.eot");
  src: url("../_fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../_fonts/icomoon.svg#icomoon") format("svg"), url("../_fonts/icomoon.woff") format("woff"), url("../_fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-close, .icon-link, .icon-download, .icon-share, .icon-folder-open, .icon-arrow-up, .icon-arrow-down, .icon-pencil, .icon-remove, .icon-calendar, .icon-eye, .icon-envelop, .icon-user-plus, .icon-user-cancel, .icon-add_video, .icon-add_folder {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-close:before {
  content: "\e003"; }

.icon-link:before {
  content: "\e004"; }

.icon-download:before {
  content: "\e005"; }

.icon-share:before {
  content: "\e006"; }

.icon-folder-open:before {
  content: "\e007"; }

.icon-arrow-up:before {
  content: "\e008"; }

.icon-arrow-down:before {
  content: "\e009"; }

.icon-pencil:before {
  content: "\e00a"; }

.icon-remove:before {
  content: "\e00b"; }

.icon-calendar:before {
  content: "\e00c"; }

.icon-eye:before {
  content: "\e00d"; }

.icon-envelop:before {
  content: "\e00e"; }

.icon-user-plus:before {
  content: "\e00f"; }

.icon-user-cancel:before {
  content: "\e010"; }

.icon-add_video:before {
  content: "\e000"; }

.icon-add_folder:before {
  content: "\e011"; }

.icon-search:before {
  content: "\e001"; }

.icon-reply:before {
  content: "\e002"; }

header nav {
  float: right;
  width: 80%;
  background: #f38027;
  margin-top: .75em; }
  @media screen and (max-width: 64em) {
    header nav {
      width: 70%; } }
  header nav h2 {
    color: #fff;
    padding: .3em .7em .2em .7em;
    float: left;
    font-family: 'HelveticaNeueW01-Thin', sans-serif;
    line-height: 1em;
    margin: 0; }
  header nav ul {
    float: right;
    margin: 0;
    padding: 0; }
    header nav ul li {
      text-transform: uppercase;
      display: inline-block;
      font-size: .8em;
      font-weight: 700; }
      header nav ul li a {
        display: block;
        padding: .8em 1.2em;
        color: #fff; }
        header nav ul li a:hover {
          color: #fff;
          text-decoration: none; }
        header nav ul li a.btn {
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 700;
          color: #fff;
          margin-right: .7em;
          margin-left: .4em;
          padding: .2em .6em .3em; }

.admin header nav {
  padding: 0;
  background: #666;
  /*ul*/ }
  .admin header nav ul {
    position: relative;
    /*li*/ }
    .admin header nav ul li {
      /*a*/ }
      .admin header nav ul li a {
        text-decoration: none; }
        .admin header nav ul li a:hover {
          /* fallback/image non-cover color */
          background-color: #f38027;
          /* Firefox 3.6+ */
          background-image: -moz-linear-gradient(#f38027, #ab5009);
          /* Safari 4+, Chrome 1+ */
          background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f38027), to(#ab5009));
          /* Safari 5.1+, Chrome 10+ */
          background-image: -webkit-linear-gradient(#f38027, #ab5009);
          /* Opera 11.10+ */
          background-image: -o-linear-gradient(#f38027, #ab5009); }
      .admin header nav ul li ul {
        position: absolute;
        height: 0;
        overflow: hidden;
        -webkit-transition: min-height 0.4s ease-in;
        -moz-transition: min-height 0.4s ease-in;
        -ms-transition: min-height 0.4s ease-in;
        -o-transition: min-height 0.4s ease-in;
        transition: min-height 0.4s ease-in;
        -webkit-box-shadow: 3px 3px 3px #999;
        -moz-box-shadow: 3px 3px 3px #999;
        box-shadow: 3px 3px 3px #999; }
        .admin header nav ul li ul li {
          display: block;
          width: 12em;
          font-size: 1em;
          border-bottom: solid 1px #ddd; }
          .admin header nav ul li ul li a {
            background: #fff;
            background: rgba(255, 255, 255, 0.8) !important;
            color: #555;
            -webkit-transition: background 0.2s ease-in;
            -moz-transition: background 0.2s ease-in;
            -ms-transition: background 0.2s ease-in;
            -o-transition: background 0.2s ease-in;
            transition: background 0.2s ease-in; }
            .admin header nav ul li ul li a:hover {
              background: #ccc !important; }
      .admin header nav ul li:hover ul {
        min-height: 6em; }

.admin.clientlist header nav ul li.clients a,
.admin.viewshares header nav ul li.clients a,
.admin.viewvideos header nav ul li.clients a,
.admin.addclient header nav ul li.clients a {
  /* fallback/image non-cover color */
  background-color: #f38027;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#f38027, #ab5009);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f38027), to(#ab5009));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#f38027, #ab5009);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#f38027, #ab5009); }

input.btn {
  border: 0; }

.btn {
  text-transform: uppercase;
  font-family: 'franklin-gothic-urw-comp', sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* fallback/image non-cover color */
  background-color: #ddd;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#ddd, #555);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#555));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#ddd, #555);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#ddd, #555);
  text-decoration: none;
  padding: .15em .5em; }
  .btn:hover {
    /* fallback/image non-cover color */
    background-color: #555;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#555, #eee);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#eee));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#555, #eee);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#555, #eee);
    color: #fff; }
  .btn.orange {
    /* fallback/image non-cover color */
    background-color: #f38027;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#f38027, #ab5009);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f38027), to(#ab5009));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#f38027, #ab5009);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#f38027, #ab5009); }
    .btn.orange:hover {
      /* fallback/image non-cover color */
      background-color: #ab5009;
      /* Firefox 3.6+ */
      background-image: -moz-linear-gradient(#ab5009, #f38027);
      /* Safari 4+, Chrome 1+ */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ab5009), to(#f38027));
      /* Safari 5.1+, Chrome 10+ */
      background-image: -webkit-linear-gradient(#ab5009, #f38027);
      /* Opera 11.10+ */
      background-image: -o-linear-gradient(#ab5009, #f38027); }
  .btn:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: .4em; }
  .btn:after {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-left: .4em; }

.share-selected {
  text-align: right; }
  .share-selected a:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e006";
    padding: 0 .3em 0 0; }

.add-folder:before {
  content: "\e011"; }

.add-client:before {
  content: "\e00f";
  font-size: 1.1em !important; }

.view {
  text-decoration: none; }
  .view:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e00d";
    padding-right: .3em;
    font-size: 1.1em; }

.save {
  font-size: 1.1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: .3em .8em; }

.download:before {
  content: "\e005"; }

.cancel {
  font-size: .9em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  color: #fff; }
  .cancel:before {
    content: "\e003";
    font-size: .9em; }

.add-video:before {
  content: "\e000"; }

.share-all:before {
  content: "\e006"; }

.trash {
  color: #555;
  text-decoration: none;
  padding: 0em .5em;
  font-size: 1.3em; }
  .trash:hover {
    color: #f38027; }

.login {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.1em;
  padding: .3em .8em; }

.back {
  float: right;
  margin: -2.3em .5em 0 0; }
  .back:before {
    content: "\e002";
    font-size: 1.1em; }

.delete {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  color: #fff; }
  .delete:before {
    content: "\e00b"; }

/* client home */
.client section[role="main"] {
  /*video*/ }
  .client section[role="main"] .intro {
    float: left;
    max-width: 30%;
    min-width: 25%; }
    .client section[role="main"] .intro img {
      height: 76px; }
  .client section[role="main"] .video {
    float: right;
    width: 600px;
    margin-bottom: 2em;
    /*player*/
    /*description*/ }
    .client section[role="main"] .video .player {
      position: relative;
      padding-bottom: 56.25%;
      /* 16/9 ratio */
      padding-bottom: 66%;
      /*manually adjusting ratio 16/9 due to player controls interfering with calcualtions */
      height: 0;
      overflow: hidden;
      background: #eee;
      text-align: center; }
      .client section[role="main"] .video .player iframe, .client section[role="main"] .video .player object, .client section[role="main"] .video .player embed, .client section[role="main"] .video .player video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .client section[role="main"] .video .player p {
        font-weight: 400;
        line-height: 1.2em;
        font-size: .8em; }
        .client section[role="main"] .video .player p span {
          font-family: 'franklin-gothic-urw-comp', sans-serif;
          font-weight: 700;
          color: #f38027;
          text-transform: uppercase;
          font-size: 1.4em; }
    .client section[role="main"] .video .description {
      display: none;
      /*ul*/ }
      .client section[role="main"] .video .description.visible {
        display: block; }
      .client section[role="main"] .video .description h3 {
        font-family: 'franklin-gothic-urw-comp', sans-serif;
        font-weight: 700;
        color: #555;
        line-height: .85em;
        margin: .3em 0 .3em 0;
        font-size: 1.3em; }
        .client section[role="main"] .video .description h3 span {
          font-family: "franklin-gothic-urw", sans-serif;
          font-weight: 400;
          color: #555;
          text-transform: uppercase;
          font-size: .6em; }
      .client section[role="main"] .video .description p {
        margin: 0;
        font-size: .9em;
        line-height: 1.2em; }
        .client section[role="main"] .video .description p.description-line {
          margin-top: 10px; }
          .client section[role="main"] .video .description p.description-line.first {
            margin-top: 0; }
      .client section[role="main"] .video .description ul {
        font-size: .85em;
        margin: 0;
        padding: 0; }
        .client section[role="main"] .video .description ul li {
          display: inline-block;
          padding: 0 .5em 0 .7em;
          border-left: solid 1px #555; }
          .client section[role="main"] .video .description ul li:first-child {
            border: 0;
            padding-left: 0; }

/* .client.home main */
.video-options {
  margin: 1em 0 .5em 0; }
  .video-options .search {
    display: inline-block;
    vertical-align: middle; }
  .video-options select {
    display: inline-block;
    vertical-align: middle;
    width: 15em;
    padding: .2em .5em;
    font-size: 1em; }
  .video-options .folder-icons {
    float: right;
    margin: .5em 0 0 0;
    padding: 0; }
    .video-options .folder-icons li {
      display: inline-block;
      margin-left: 1.5em; }
      .video-options .folder-icons li a {
        text-decoration: none;
        font-family: 'franklin-gothic-urw-comp', sans-serif;
        font-weight: 700;
        color: #555;
        text-transform: uppercase; }
        .video-options .folder-icons li a:before {
          font-family: 'icomoon';
          font-style: normal;
          speak: none;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          padding-right: .3em;
          font-size: 1em; }
        .video-options .folder-icons li a.add:before {
          content: "\e011"; }
        .video-options .folder-icons li a.manage:before {
          content: "\e007"; }
        .video-options .folder-icons li a:hover {
          color: #f38027; }

/* video options */
/* admin */
.admin h2.title {
  background: #e0e0e0;
  color: #666;
  font-size: 1.8em;
  text-transform: uppercase;
  padding: .15em .8em;
  margin: .5em 0 0 0;
  -webkit-box-shadow: 4px 4px 4px #ccc;
  -moz-box-shadow: 4px 4px 4px #ccc;
  box-shadow: 4px 4px 4px #ccc; }
  .admin h2.title span {
    text-transform: none; }

.admin section[role="main"] {
  margin-top: 0; }

.admin.viewvideos section[role="main"] h3,
.admin.viewshares section[role="main"] h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  color: #555;
  text-transform: none; }
  .admin.viewvideos section[role="main"] h3 span,
  .admin.viewshares section[role="main"] h3 span {
    color: #f38027; }

/* login */
.login section[role="main"] {
  padding: 6em 0; }
.login form {
  width: 20em;
  margin: 0 auto; }
.login input.non-submit {
  width: 100%;
  margin: 0 0 1em 0; }
.login p {
  margin-top: .5em; }

/* add client */
.addclient form {
  margin: 0em 0 2em 0;
  padding-bottom: .5em; }

.logoupload {
  float: left; }
  .logoupload p {
    font-size: .8em;
    margin-bottom: 0; }
  .logoupload img {
    height: 76px; }

/* upload video */
.uploadvideo section[role="main"] .compilation-check {
  background: #f9efe4;
  padding: .5em .7em;
  font-weight: 700; }

.disclaimer {
  font-size: .8em;
  font-style: italic; }

.file-upload {
  float: left; }

iframe.amazon-upload {
  float: left;
  width: 40%;
  border: none;
  overflow: hidden; }

/*# sourceMappingURL=sections.css.map */
