/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Colors
   ========================================================================== */
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  width: 100%;
  margin: 0px; }

.mobile {
  display: none; }

.outer {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.inner {
  width: 93.704246%;
  /*1280/1366*/
  margin: 0 auto; }

.wrap {
  width: 82.96875%;
  /*1062/1280*/
  margin: 0 auto; }

.inner-wrap {
  width: 79.472693%;
  /*844px/1062*/
  margin: 0 auto; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle; }

p img {
  width: auto !important;
  height: auto !important; }

.two-column {
  width: 48.8479262672811%;
  /*636/1302*/ }
  .two-column .sub-col-1 {
    float: left;
    width: 39.622642%;
    /*252/ 636*/ }
  .two-column .sub-col-2 {
    float: right;
    width: 55.660377%;
    /*354/636*/ }
  .two-column .two-column-wrap {
    width: 90.566038%;
    /*576/636*/
    margin: 0 auto;
    padding: 0 0 30px 0; }

.two-column-1, .recommended-courses .two-column-0 {
  float: left;
  clear: both; }

.two-column-2, .recommended-courses .two-column-1 {
  float: right;
  clear: none; }

.three-column {
  width: 31.875%;
  margin-left: 2.1875%;
  float: left;
  margin-bottom: 38px; }
  .three-column img {
    display: block;
    margin: 0 auto 25px auto; }

.three-column-0 {
  clear: both;
  margin-left: 0px; }

.four-column {
  width: 23.2718894009217%;
  /*303/1280*/
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.flush-column {
  width: 50%; }

.flush-column-1, .flush-column-2 {
  float: left; }

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

/* ==|== primary styles =====================================================
   Author: Ethan Sager, www.bebetterstudios.com
   ========================================================================== */
.header .outer {
  background-color: #F5F5F5;
  padding: 58px 0 28px 0; }
  .header .outer .dropdown-arrow {
    color: #FF645A;
    font-size: .85em;
    padding-left: 5px; }
  .header .outer ul.main-menu li {
    position: relative; }
    .header .outer ul.main-menu li a {
      color: #231F20; }
      .header .outer ul.main-menu li a:hover {
        color: #FF645A; }
    .header .outer ul.main-menu li ul.sub-menu {
      position: absolute;
      background-color: #FF645A;
      top: 35px;
      left: 16px;
      min-width: 231px;
      padding: 28px 21px 28px 24px;
      border-radius: 12px;
      display: none;
      z-index: 2; }
      .header .outer ul.main-menu li ul.sub-menu li {
        font-size: .9em;
        display: block;
        text-align: left;
        padding: 0px; }
        .header .outer ul.main-menu li ul.sub-menu li a {
          color: #FFFFFF; }
          .header .outer ul.main-menu li ul.sub-menu li a:hover {
            color: #231F20; }
    .header .outer ul.main-menu li:hover ul.sub-menu {
      display: block; }
  .header .outer ul.main-menu li.first a {
    padding-bottom: 10px;
    display: inline-block; }
  .header .outer ul.main-menu li.first ul.sub-menu li a {
    padding-bottom: 0px; }
  .header .outer ul.main-menu li.current a {
    color: #FF645A; }

.content {
  padding: 0px 0; }

.above {
  background-color: #231F20; }

.books-above {
  padding-top: 38px; }

.main-graphic {
  position: relative; }

.main-graphics {
  position: relative; }
  .main-graphics .main-image-one, .main-graphics .main-image-two {
    min-height: 700px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .main-graphics .main-image-one .main-image-one-content, .main-graphics .main-image-one .main-image-two-content, .main-graphics .main-image-two .main-image-one-content, .main-graphics .main-image-two .main-image-two-content {
      margin-top: 12%;
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      left: 0;
      visibility: hidden; }
      .main-graphics .main-image-one .main-image-one-content h2, .main-graphics .main-image-one .main-image-two-content h2, .main-graphics .main-image-two .main-image-one-content h2, .main-graphics .main-image-two .main-image-two-content h2 {
        color: #FFFFFF; }
        .main-graphics .main-image-one .main-image-one-content h2 a, .main-graphics .main-image-one .main-image-two-content h2 a, .main-graphics .main-image-two .main-image-one-content h2 a, .main-graphics .main-image-two .main-image-two-content h2 a {
          color: inherit;
          text-decoration: none; }
    .main-graphics .main-image-one a.book-link, .main-graphics .main-image-two a.book-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.main-graphic img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.main-image-content {
  margin-top: 12%;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  visibility: hidden; }
  .main-image-content h1 {
    color: #FFFFFF; }
    .main-image-content h1:last-child {
      margin-bottom: 0px; }

.main-content {
  padding: 38px 0 58px 0; }
  .main-content .columns {
    padding: 38px 0 0 0; }
    .main-content .columns .three-column img {
      margin: 0 auto 10px auto; }

h2.project-header {
  margin-bottom: 47px; }

.news, .awards {
  padding: 38px 0 0 0; }

.main-content img {
  margin: 10px auto 30px auto; }

.intro {
  padding-top: 38px; }

.outro {
  padding-top: 3px; }

.footer .outer {
  margin-top: 67px;
  padding: 38px 0;
  background-color: #F5F5F5; }

.intro .introcol-left {
  float: left;
  width: 48.681733%;
  /*517/1062*/ }
.intro .intro-right {
  float: right;
  width: 48.681733%;
  /*517/1062*/ }
.intro .introcol-1 {
  width: 31.73459%;
  /*408/1280*/
  margin: 0 0 38px 0px;
  float: left; }
.intro .introcol-2 {
  width: 31.73459%;
  /*408/1280*/
  margin: 0 0 38px 2.1875%;
  float: left; }
.intro .introcol-3 {
  width: 31.73459%;
  /*408/1280*/
  margin: 0 0 38px 2.1875%;
  float: left; }

.reviews {
  padding: 18px 0 0px 0; }

.mobile-nav-button {
  display: none;
  cursor: pointer; }

.drop-down {
  display: none; }

.book-middle-wrap {
  width: 64%;
  margin: 0 auto; }

.middle-section {
  padding: 94px 0 0 0; }

.middle-intro {
  margin-bottom: 94px; }

.bottom-section {
  padding-bottom: 94px; }

.bottom-columns {
  margin-top: 160px; }

.bottom-short-col {
  float: left;
  width: 24.722222222222%; }

.bottom-big-col {
  float: right;
  width: 69.166666666666%; }

.bottom-big-col-left {
  float: left;
  width: 69.166666666666%; }

.bottom-short-col-right {
  float: right;
  width: 24.722222222222%; }

ul.theatre-list {
  text-align: center; }
  ul.theatre-list li {
    display: inline-block;
    float: none; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 0px) {
  /*body { 
  	padding:28px 0 58px 0;
  }
  
  .content {
  	padding:18px 0 38px 0;
  }	*/
  .header .outer {
    background-color: #F5F5F5;
    padding: 18px 0 18px 0; }

  .intro .introcol-left {
    float: none;
    width: 100%; }
  .intro .intro-right {
    float: none;
    width: 100%; }
  .intro .introcol-1 {
    width: 100%;
    margin: 0 0 38px 0px;
    float: none; }
  .intro .introcol-2 {
    width: 100%;
    margin: 0 0 38px 0px;
    float: none; }
  .intro .introcol-3 {
    width: 100%;
    margin: 0 0 0px 0px;
    float: none; }

  .wrap {
    width: 96%; }

  .inner-wrap {
    width: 100%; }

  .mobile-nav-button {
    display: block;
    float: right;
    width: 33px; }

  nav.primary {
    display: none; }

  .three-column {
    width: 100%;
    margin-left: 0px;
    float: left;
    margin-bottom: 38px; }
    .three-column img {
      display: block;
      margin: 0 auto 25px auto; }

  .three-column-0 {
    clear: both;
    margin-left: 0px; }

  .four-column {
    width: 100%;
    /*303/1280*/
    margin: 0 0 35px 0;
    /*30/1302*/
    float: none; }

  .four-column-0 {
    margin-left: 0px; }

  .flush-column, .flush-three-column {
    width: 100%; }
    .flush-column .flush-column-wrap, .flush-three-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto;
      padding: 0 0 30px 0; }

  .flush-column-1, .flush-column-2 {
    float: none; }

  .flush-column-1 {
    margin-bottom: 0px; }

  .main-graphics {
    position: relative; }
    .main-graphics .main-image-one, .main-graphics .main-image-two {
      min-height: 320px; }

  .main-content .columns img {
    margin-bottom: 0px; }

  .bottom-columns {
    margin-top: 94px; }
    .bottom-columns h3:first-child {
      margin-top: 0px; }

  .bottom-short-col, .bottom-short-col-right {
    width: 100%;
    float: none; }
    .bottom-short-col img, .bottom-short-col-right img {
      display: block;
      margin: 0 auto; }

  .bottom-big-col, .bottom-big-col-left {
    width: 100%;
    float: none; }

  .bottom-big-col-left, .bottom-short-col {
    margin-bottom: 35px; }

  .mobile {
    display: block; }

  .desktop {
    display: none; } }
@media screen and (min-width: 480px) {
  .wrap {
    width: 82.96875%;
    /*1062/1280*/ }

  .inner-wrap {
    width: 79.472693%;
    /*844px/1062*/
    margin: 0 auto; } }
@media screen and (min-width: 500px) {
  /*body { 
  	padding:58px 0;
  }	
  
  .content {
  	padding:38px 0;
  }*/
  .header .outer {
    background-color: #F5F5F5;
    padding: 58px 0 28px 0; }

  nav.primary {
    display: block; }

  .mobile-nav-button {
    display: none; } }
@media screen and (min-width: 650px) {
  .main-graphics {
    position: relative; }
    .main-graphics .main-image-one, .main-graphics .main-image-two {
      min-height: 350px; }

  .intro .introcol-left {
    float: left;
    width: 48.681733%;
    /*517/1062*/ }
  .intro .intro-right {
    float: right;
    width: 48.681733%;
    /*517/1062*/ }
  .intro .introcol-1 {
    width: 31.73459%;
    /*408/1280*/
    margin: 0 0 38px 0px;
    float: left; }
  .intro .introcol-2 {
    width: 31.73459%;
    /*408/1280*/
    margin: 0 0 38px 2.1875%;
    float: left; }
  .intro .introcol-3 {
    width: 31.73459%;
    /*408/1280*/
    margin: 0 0 38px 2.1875%;
    float: left; }

  .three-column {
    width: 31.875%;
    margin-left: 2.1875%;
    float: left;
    margin-bottom: 38px; }
    .three-column img {
      display: block;
      margin: 0 auto 25px auto; }

  .three-column-0 {
    clear: both;
    margin-left: 0px; }

  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .flush-column {
    width: 50%; }
    .flush-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto; }

  .flush-column-1, .flush-column-2 {
    float: left; }

  .flush-column-1 {
    margin-bottom: 0px; } }
@media screen and (min-width: 768px) {
  .main-graphics {
    position: relative; }
    .main-graphics .main-image-one, .main-graphics .main-image-two {
      min-height: 500px; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  .bottom-short-col {
    float: left;
    width: 24.722222222222%;
    margin-bottom: none; }

  .bottom-big-col {
    float: right;
    width: 69.166666666666%; }

  .bottom-big-col-left {
    float: left;
    width: 69.166666666666%;
    margin-bottom: none; }

  .bottom-short-col-right {
    float: right;
    width: 24.722222222222%; } }
@media screen and (min-width: 940px) {
  .main-content .columns img {
    margin-bottom: 30px; }

  .bottom-columns {
    margin-top: 160px; } }
@media screen and (min-width: 1050px) {
  .main-graphics {
    position: relative; }
    .main-graphics .main-image-one, .main-graphics .main-image-two {
      min-height: 700px; } }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

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

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  width: 0px;
  height: 0px; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

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

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  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; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.center {
  display: block;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.hidden {
  display: none; }

.not-visibile {
  visibility: hidden; }

.no-border-top {
  border-top: none; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.above p {
  color: #D0D2D3 !important; }
  .above p a {
    color: #FF645A; }
    .above p a:hover {
      color: #FF645A; }

/*# sourceMappingURL=layout.css.map */
/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

/* =============================================================================
   Colors/Font-stacks
   ========================================================================== */
.blue {
  color: #005567; }

.salmon {
  color: #FF645A; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #FF645A;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s; }

a:hover {
  color: #005567; }

a:focus {
  outline: 0; }

ul.main-menu li a, ul.main-menu-mobile li a {
  color: #005567; }
  ul.main-menu li a:hover, ul.main-menu-mobile li a:hover {
    color: #FF645A; }

ul.main-menu li.current a, ul.main-menu-mobile li.current a {
  color: #FF645A; }

ul.main-menu li a, ul.main-menu-mobile li a {
  text-decoration: none; }

a.brand {
  text-decoration: none; }

a.blue {
  color: #005567; }
  a.blue:hover {
    color: #FF645A; }

a.blue-button {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  border: 1px solid #005567;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease-out 0s;
  -moz-transition: background-color 150ms ease-out 0s;
  -o-transition: background-color 150ms ease-out 0s;
  transition: background-color 150ms ease-out 0s;
  margin: 18px 0 0px 0; }
  a.blue-button:hover {
    background-color: #005567;
    color: #D0D2D3 !important; }

a.salmon-button {
  padding: 15px 25px;
  text-align: center;
  border: 1px solid #FF645A;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease-out 0s;
  -moz-transition: background-color 150ms ease-out 0s;
  -o-transition: background-color 150ms ease-out 0s;
  transition: background-color 150ms ease-out 0s;
  margin: 18px 0 0px 0; }
  a.salmon-button:hover {
    background-color: #FF645A;
    color: #D0D2D3 !important; }

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

/*a {
	display:block;
	text-indent: -9999px;
	margin: 0;
	height: px; 
	width: px; 
	background: url('../img/') no-repeat left top;
	padding:0;
}

a:hover, a:focus {
	background-position: left -px;
}*/
/* =============================================================================
   Typography
   ========================================================================== */
body {
  font-family: "freight-sans-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-size: 1em;
  font-weight: 300;
  line-height: 120%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.italic {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  display: block;
  font-size: 100%;
  margin: 0px 0 28px 0;
  padding: 0px;
  line-height: 120%; }

h1, .h1 {
  font-size: 4.375em;
  letter-spacing: 2px;
  font-weight: 500; }

h1.new-release {
  position: absolute;
  top: 150px;
  left: 0;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 2.5em;
  color: #FFFFFF;
  z-index: 9999999; }

h2, .h2 {
  color: #005567;
  font-size: 2.5em;
  /*40/16*/
  margin-bottom: 18px; }

h2.logo {
  text-align: center;
  margin: 0 auto 38px auto;
  color: #005567;
  font-size: 3.5em;
  /*56/16*/
  font-weight: 500;
  letter-spacing: 2px; }
  h2.logo a {
    color: #005567; }

h3, .h3 {
  color: #FF645A;
  font-size: 1.875em;
  /*30/16*/
  margin: 20px 0 5px 0px; }

p {
  font-size: 1.5625em;
  /*25/16*/
  margin: 0 0 15px 0;
  line-height: 140%; }

p.blue {
  color: #005567;
  margin: 0px; }
  p.blue a {
    color: #005567; }

p:last-child {
  margin-bottom: 0px; }

p.copyright {
  margin: 58px 0 18px 0;
  text-align: center;
  font-size: 1.25em; }

p.credits {
  position: relative;
  margin: -8px 0 18px 0;
  text-align: center;
  font-size: 1em; }
  p.credits a {
    color: #005567;
    text-decoration: none; }
    p.credits a:hover {
      color: #FF645A; }

p#load-reviews {
  display: block;
  width: 100%; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list, ul.review-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

ul.main-menu {
  display: block;
  text-align: center; }
  ul.main-menu li {
    display: inline;
    padding: 0 15px;
    font-size: 1.25em;
    /*20/16*/
    letter-spacing: 1px;
    line-height: 175%; }

ul.review-list li {
  margin-bottom: 28px; }
  ul.review-list li p a {
    color: #d0d2d3; }

ul.main-menu-mobile {
  margin: 28px auto 0 auto;
  width: 85%;
  max-width: 300px; }
  ul.main-menu-mobile li {
    text-align: center;
    display: block;
    padding: 12px 15px 10px 15px;
    font-size: 1.25em;
    /*20/16*/
    letter-spacing: 1px;
    border-bottom: 1px solid #005567; }
    ul.main-menu-mobile li:last-child {
      border-bottom: none;
      margin-bottom: 25px; }
    ul.main-menu-mobile li ul.sub-menu {
      margin-top: 12px; }
      ul.main-menu-mobile li ul.sub-menu li {
        padding: 12px 15px 10px 15px;
        text-align: center;
        font-size: .9em;
        display: block;
        border-bottom: 1px solid #FF645A; }
        ul.main-menu-mobile li ul.sub-menu li:last-child {
          border-bottom: none; }

ul.awards-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center; }
  ul.awards-list li {
    padding: 5px 0;
    font-size: 1.5625em;
    /*25/16*/
    line-height: 140%; }
    ul.awards-list li a {
      color: #005567; }
      ul.awards-list li a:hover {
        color: #FF645A; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   WYSIWYG EDITOR ALIGNMENT CLASSES 
   ========================================================================== */
.typography .left {
  text-align: left; }

.typography .center {
  text-align: center; }

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

/* =============================================================================
   Images 
   ========================================================================== */
.footercol img {
  margin: 10px 0 0 0; }

.typography img {
  border: none;
  margin-bottom: 15px; }

.typography img.right {
  float: right;
  margin-left: 20px; }

.typography img.left {
  float: left; }

.typography img.leftAlone {
  float: left;
  margin-right: 100%; }

.typography img.center, .subscriptioncol1 img, .subscriptioncol2 img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 0px) {
  h1 {
    font-size: 2em; }

  .main-graphics .h1 {
    font-size: 2.5em; }

  h2, .h2 {
    font-size: 1.75em;
    /*30/16*/ }

  h3, .h3 {
    font-size: 1.25em;
    /*20/16*/ }

  h2.logo {
    text-align: left;
    margin: -6px 0 0px 10px;
    font-size: 1.65em;
    /*30/16*/
    float: left;
    width: 85%; }

  ul.awards-list li {
    font-size: 1.125em;
    /*18/16*/ }

  p {
    font-size: 1.125em;
    /*18/16*/ }

  h1.new-release {
    display: none; } }
@media screen and (min-width: 480px) {
  h2, .h2 {
    font-size: 2.1875em;
    /*35/16*/ }

  h3, .h3 {
    font-size: 1.5em;
    /*24/16*/ }

  ul.awards-list li {
    font-size: 1.25em;
    /*20/16*/ }

  p {
    font-size: 1.25em;
    /*20/16*/ } }
@media screen and (min-width: 500px) {
  h2.logo {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 38px auto;
    font-size: 3.5em;
    /*56/16*/ }

  ul.main-menu {
    max-width: 484px;
    margin: 0 auto; }

  h1 {
    font-size: 2.5em; } }
@media screen and (min-width: 650px) {
  h1 {
    font-size: 3em; }

  h2, .h2 {
    font-size: 2.5em;
    /*40/16*/ }

  h3, .h3 {
    font-size: 1.875em;
    /*30/16*/ }

  ul.awards-list li {
    font-size: 1.5625em;
    /*25/16*/ }

  p {
    font-size: 1.5625em;
    /*25/16*/ }

  h1.new-release {
    display: block;
    font-size: 1.5em;
    top: 50px; } }
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.5em; }

  .main-graphics .h1 {
    font-size: 3.0em; }

  h1.new-release {
    display: block;
    font-size: 1.75em;
    top: 85px; } }
@media screen and (min-width: 785px) {
  ul.main-menu {
    max-width: 100%;
    margin: 0 auto; } }
@media screen and (min-width: 1050px) {
  h1 {
    font-size: 4em; }

  .main-graphics .h1 {
    font-size: 4.375em; }

  h1.new-release {
    display: block;
    font-size: 2.5em;
    top: 150px; } }
@media screen and (min-width: 1100px) {
  h1 {
    font-size: 4.5em; } }
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 5em; } }

/*# sourceMappingURL=typography.css.map */
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #FFFFFF; }

/*input# {
	display:block;
	text-indent: -9999px;
	margin: 0;
	height: px;
	width: px;
	background: url('../img/') no-repeat left top;
	padding:0;
	border:none;
}

input#:hover, input#:focus {
	background-position: left -px;
}*/
#MemberLoginForm_LoginForm {
  width: 32%;
  margin-top: 25px; }

#MemberLoginForm_LoginForm label {
  width: 27%; }

#MemberLoginForm_LoginForm .field {
  margin-bottom: 20px; }

#MemberLoginForm_LoginForm #Remember label {
  width: 90%; }

p#ForgotPassword {
  margin-top: 15px; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

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