/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   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; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

.cg_text {
  font-family: sans-serif; }
  .cg_text h1, .cg_text h2, .cg_text h3, .cg_text h4, .cg_text h5, .cg_text h6 {
    font-family: "Sorts Mill Goudy", serif; }
  .cg_text h3, .cg_text .cg_text_subheader {
    text-transform: none;
    font-size: 1.5em;
    color: #3a7fbd;
    margin-top: 1.33333em; }
    .cg_text h3 sup, .cg_text h3 .cg_text_subheader_meta, .cg_text .cg_text_subheader sup, .cg_text .cg_text_subheader .cg_text_subheader_meta {
      display: block;
      color: #000000;
      font-family: sans-serif;
      font-size: 0.5em;
      line-height: 1.4;
      font-weight: normal;
      text-transform: uppercase; }
  .cg_text .cg_text_leading_paragraph {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 1.25em; }
  .cg_text hr {
    border-width: 0 0 1px 0; }
  .cg_text a {
    color: #3a7fbd;
    text-decoration: none; }

.grid_container {
  width: 1024px;
  margin: 0 auto; }

.grid_row {
  width: 1056px;
  margin-left: -32px;
  *zoom: 1; }
  .grid_row:before, .grid_row:after {
    content: " ";
    display: table; }
  .grid_row:after {
    clear: both; }

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  float: left;
  margin-left: 32px; }
  .grid_1 img, .grid_2 img, .grid_3 img, .grid_4 img, .grid_5 img, .grid_6 img, .grid_7 img, .grid_8 img, .grid_9 img, .grid_10 img, .grid_11 img, .grid_12 img {
    max-width: 100%;
    height: auto; }

.grid_1 {
  width: 56px; }

.grid_2 {
  width: 144px; }

.grid_3 {
  width: 232px; }

.grid_4 {
  width: 320px; }

.grid_5 {
  width: 408px; }

.grid_6 {
  width: 496px; }

.grid_7 {
  width: 584px; }

.grid_8 {
  width: 672px; }

.grid_9 {
  width: 760px; }

.grid_10 {
  width: 848px; }

.grid_11 {
  width: 936px; }

.grid_12 {
  width: 1024px; }

input[type="text"], input[type="submit"], input[type="email"], select, textarea {
  -webkit-appearance: none;
  background: #ffffff;
  border: 0;
  font-family: sans-serif;
  border: 1px solid #cacaca;
  padding: 0.4em;
  border-radius: 2px;
  margin: 0 0.625em 0.625em 0;
  color: #606060; }

input[type="submit"]:disabled {
	background: #ccc;
	color:#f1f1f1;
	border: #c6c5c5;
	text-shadow: none;
}
.select_helper {
  display: inline-block;
  position: relative; }
  .select_helper:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 14px;
    right: 20px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-top-color: #4c9cca; }

input[type="submit"] {
  background: #4C9CCA;
  color: #ffffff;
  font-family: "Sorts Mill Goudy", serif;
  text-transform: uppercase;
  padding: 0.25em 1em 0.175em 1em;
  border-color: #3a7fbd;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  vertical-align: top; }

.cg_blue_sidebar {
  padding: 0.75em 1.5em;
  margin-bottom: 1.25em;
  color: #ffffff;
  background: #071426 url(cg_sidebar_background_image.png) repeat scroll top center;
  border-image-source: url(cg_sidebar_border_image.png);
  border-image-slice: 7;
  border-image-outset: 0;
  border-image-repeat: repeat;
  border-image-width: 7px; }
  .cg_blue_sidebar h1, .cg_blue_sidebar h2, .cg_blue_sidebar h3 {
    text-transform: uppercase; }
  .cg_blue_sidebar .cg_sidebar_demand_theater span {
    display: block;
    font-size: 2.5em;
    color: #d8b24f; }
  .cg_blue_sidebar img {
    max-width: 100%;
    height: auto; }

.cg_sidebar_social_links {
  list-style-type: none;
  padding-left: 0; }
  .cg_sidebar_social_links li {
    height: 2.4em; }
  .cg_sidebar_social_links a {
    color: #ffffff;
    text-decoration: none; }
  .cg_sidebar_social_links img {
    display: inline;
    padding: 2px;
    margin-right: 10px;
    background: #000000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    vertical-align: bottom; }

img.simple_icons_twitter {
  background: #00ACED; }

img.simple_icons_facebook {
  background: #3B5998; }

img.simple_icons_youtube {
  background: #CD332D; }

img.simple_icons_email {
  background: #ffffff; }

img.simple_icons_instagram {
  background: #3F729B; }

img.cg_page_title {
  text-transform: uppercase; }

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

html {
  background: #030e1d; }

body {
  font-family: "Sorts Mill Goudy", serif;
  border: 0px solid #000000;
  border-width: 0px 1px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.75);
  background: #ffffff;
  color: #091a2f;
  max-width: 2160px;
  margin: 0 auto; }

.cg_grid_row {
  max-width: 1024px;
  margin: 0 auto;
  *zoom: 1; }
  .cg_grid_row:before, .cg_grid_row:after {
    content: " ";
    display: table; }
  .cg_grid_row:after {
    clear: both; }

.cg_header {
  margin-top: 0;
  background: #071426 url(cg_header_background_image.png) no-repeat scroll bottom center; }

.cg_header_navigation {
  background: #ffffff;
  *zoom: 1;
  padding: 0.625em 0; }
  .cg_header_navigation:before, .cg_header_navigation:after {
    content: " ";
    display: table; }
  .cg_header_navigation:after {
    clear: both; }

.cg_header_navigation_internal_links {
  float: left; }
  .cg_header_navigation_internal_links ul {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    font-size: 1em; }
    .cg_header_navigation_internal_links ul li {
      display: inline-block;
      margin: 0 0.75em; }
      .cg_header_navigation_internal_links ul li:first-of-type {
        margin-left: 0; }
      .cg_header_navigation_internal_links ul li:last-of-type {
        marign-right: 0; }
      .cg_header_navigation_internal_links ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #091a2f; }
        .cg_header_navigation_internal_links ul li a:hover, .cg_header_navigation_internal_links ul li a.active {
          color: #3a7fbd; }

.cg_header_navigation_social_media_links {
  float: right;
  border: 1px dashed #cdcdcd;
  line-height: 1em;
  padding: 0.625em;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em; }

.cg_header_title {
  text-align: center;
  padding: 1.875em 0;
  border-image-source: url(cg_ripped_white_line_north.png);
  border-image-slice: 2160 0 2160 0;
  border-image-outset: 12px 0;
  border-image-repeat: repeat;
  border-image-width: 22px 0;
  position: relative;
  z-index: 999; }

.cg_footer_starring {
  background: #071426;
  text-align: center;
  padding: 2em 0 1.25em 0;
  border-image-source: url(cg_ripped_white_line_south.png);
  border-image-slice: 2160 0 2160 0;
  border-image-outset: 12px 0;
  border-image-repeat: repeat;
  border-image-width: 21px 0;
  position: relative;
  z-index: 999; }

.cg_footer_billing {
  text-align: center;
  padding: 3.75em 0;
  background-color: #030e1d;
  border-image-source: url(cg_ripped_blue_on_blue.png);
  border-image-slice: 2160 0 2160 0;
  border-image-outset: 9px 0;
  border-image-repeat: repeat;
  border-image-width: 9px 0 0 0; }

.page-template-page-homepage-php .cg_header_title, .page-template-page-homepage-php .cg_footer_starring {
  display: none; }

.cg_homepage_hero {
  background-image: url(cg_homepage_hero.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 500px;
  border-image-source: url(cg_ripped_white_line_north.png);
  border-image-slice: 2160 0 2160 0;
  border-image-outset: 12px 0 12px 0;
  border-image-repeat: repeat;
  border-image-width: 22px 0; }

.cg_homepage_starring {
  text-align: center;
  padding: 0.625em 0; }

.cg_homepage_title {
  *zoom: 1;
  background-color: #091a2f;
  background-image: url(cg_homepage_title_background_image.png);
  background-repeat: repeat;
  background-position: top center;
  padding-bottom: 1.875em;
  text-align: center; }
  .cg_homepage_title:before, .cg_homepage_title:after {
    content: " ";
    display: table; }
  .cg_homepage_title:after {
    clear: both; }

.cg_homepage_title_logo {
  padding-top: 2.5em; }

.cg_hompeage_title_in_theaters {
  padding: 0.625em 0; }

.cg_hompeage_title_view_trailer {
  display: block;
  margin: 0.625em auto;
  width: 560px;
  padding: 1.25em 0;
  position: relative;
  border: 1px solid #3a7fbd;
  -webkit-transition: border-color 120ms linear;
  -moz-transition: border-color 120ms linear;
  -ms-transition: border-color 120ms linear;
  -o-transition: border-color 120ms linear;
  transition: border-color 120ms linear; }
  .cg_hompeage_title_view_trailer:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 558px;
    height: 101px;
    border: 1px solid #3a7fbd;
    top: 0;
    left: 0;
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    -webkit-transition: -webkit-transform 120ms linear, border-color 120ms linear;
    -moz-transition: -webkit-transform 120ms linear, border-color 120ms linear;
    -ms-transition: -webkit-transform 120ms linear, border-color 120ms linear;
    -o-transition: -webkit-transform 120ms linear, border-color 120ms linear;
    transition: -webkit-transform 120ms linear, border-color 120ms linear; }
  .cg_hompeage_title_view_trailer:hover {
    border-color: #d8b24f; }
    .cg_hompeage_title_view_trailer:hover:after {
      border-color: #d8b24f;
      -webkit-transform: translate(-3px, -3px);
      -moz-transform: translate(-3px, -3px);
      -ms-transform: translate(-3px, -3px);
      -o-transform: translate(-3px, -3px);
      transform: translate(-3px, -3px); }

.cg_homepage_footer {
  background: #061526;
  padding: 1.25em 0;
  border-image-source: url(cg_homepage_footer_border_image.png);
  border-image-slice: 2160 0 0 0;
  border-image-outset: 10px 0 0 0;
  border-image-repeat: repeat;
  border-image-width: 10px 0 0 0; }

.cg_homepage_promotions {
  *zoom: 1;
  width: 1024px;
  margin: 1.25em auto 0.625em auto; }
  .cg_homepage_promotions:before, .cg_homepage_promotions:after {
    content: " ";
    display: table; }
  .cg_homepage_promotions:after {
    clear: both; }

.cg_homepage_promotion {
  float: left;
  width: 320px;
  margin-right: 32px; }
  .cg_homepage_promotion:nth-child(3n) {
    margin-right: 0; }
  .cg_homepage_promotion:nth-child(3n+1) {
    clear: left; }

.cg_homepage_social_media_counts {
  *zoom: 1;
  width: 1024px;
  margin: 0.625em auto; }
  .cg_homepage_social_media_counts:before, .cg_homepage_social_media_counts:after {
    content: " ";
    display: table; }
  .cg_homepage_social_media_counts:after {
    clear: both; }

.cg_homepage_social_media_count {
  float: left;
  width: 320px;
  margin-right: 32px;
  text-align: center; }
  .cg_homepage_social_media_count:nth-child(3n) {
    margin-right: 0; }
  .cg_homepage_social_media_count .cg_homepage_social_media_count_number {
    font-size: 3em;
    color: #d8b24f; }
  .cg_homepage_social_media_count .cg_homepage_social_media_count_source {
    font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase; }

.cg_press_quote {
  font-family: "Sorts Mill Goudy", serif;
  float: left;
  width: 320px;
  margin-right: 32px; }
  .cg_press_quote:nth-child(even) {
    margin-right: 0; }

.cg_press_quote_text {
  margin: 0;
  font-size: 1.25em;
  font-style: italic;
  color: #3a7fbd; }

.cg_press_quote_outlet {
  display: block;
  position: relative;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5em;
  padding-top: 0.75em;
  margin-bottom: 2.25em; }
  .cg_press_quote_outlet:before {
    display: block;
    content: ' ';
    position: absolute;
    top: -24px;
    left: 148px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px;
    border-bottom-color: #eeeeee; }

.cg_page_content_with_background {
  width: 100%;
  overflow: hidden;
  height: 610px;
  background: #091a2f;
  position: relative; }

.cg_page_content_with_background_image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1; }

.cg_page_content_with_background_content_container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.cg_page_content_with_background_content {
  color: #ffffff;
  margin-top: 0;
  padding-top: 5em;
  width: 496px; }
  .cg_page_content_with_background_content h1, .cg_page_content_with_background_content h2, .cg_page_content_with_background_content h3 {
    text-transform: uppercase; }
  .cg_page_content_with_background_content.cg_page_content_with_background_content_right {
    margin-left: 528px; }

.cg_page_content_selectors_wrapper {
  border-image-source: url(cg_ripped_white_line_north.png);
  border-image-slice: 0 0 2160 0;
  border-image-outset: 12px;
  border-image-repeat: repeat;
  border-image-width: 0 0 22px 0;
  position: relative;
  z-index: 999; }

.cg_page_content_selectors {
  width: 1024px;
  margin: 0.625em auto 0 auto; }

.cg_page_content_selector {
  display: inline-block;
  width: 56px;
  margin-right: 32px; }
  .cg_page_content_selector img {
    max-width: 100%;
    height: auto; }

.cg_photo_grid_photo {
  margin-bottom: 32px; }

.cg_video_preview {
  *zoom: 1;
  clear: both;
  margin-bottom: 1.25em; }
  .cg_video_preview:before, .cg_video_preview:after {
    content: " ";
    display: table; }
  .cg_video_preview:after {
    clear: both; }

.cg_video_preview_thumbnail {
  width: 25%;
  float: left; }

.cg_video_preview_words {
  width: 70%;
  float: right; }

.cg_video_preview_title {
  font-size: 1.125em;
  margin: 0;
  color: #3a7fbd;
  text-transform: none; }

.cg_video_preview_description {
  font-family: sans-serif;
  overflow: hidden;
  margin-top: 0.4em;
  height: 2.4em; }



.thts {margin-top: -10px !important;}
a .result_directions {padding-top: 20px !important;}