html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: default; }

ol, ul {
	padding-left: 40px;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

blockquote, q {
    margin:0 20px;
    color:#ddd;
    quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: inherit; }

.imagemapdiv {
    background-color: #ffff00;
    opacity: 0.2;
}

.imagemapdiv:hover {
    opacity: 0.5;
}

.imagemapdiv_hide {
    background-color: #ffff00;
    opacity: 0;
}

.imagemapdiv_hide:hover {
    opacity: 0.5;
}

.search_highlight {
  color: #000;
  background-color: #edeb33;
}

.iphone #adlink .wrapper {
	height: 100%;
}

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

.zoomable, .zoomable * {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: -ms-zoom-in;
  cursor: -o-zoom-in;
  cursor: zoom-in; }

.lightbox, .lightbox * {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: -ms-zoom-out;
  cursor: -o-zoom-out;
  cursor: zoom-out; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

input {
  cursor: auto; }

textarea {
  cursor: text; }

a, a *, .clickable, label, input[type=button], input[type=submit], input[type=reset], button, #nextPage, #previousPage, #nextPage *, #previousPage * {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

ins {
  background-color: #fcd700;
  color: black;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: black;
  font-style: italic;
  font-weight: bold; }

/* ==========================================================================
	PAGES

	Styles related to the grids/layouts in the app.

	This is currently acting as a catch-all for grid-related styles that
	haven't found a permanent home.

	These styles should mostly be moved into layout specific styles
	eventually, but are used throughout the test data, so we'll move them as
	it makes sense to do so.
   ========================================================================== */
.grid {
  margin: 18px;
  padding: 0 32px;
  background: white; }

.container img,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column h7,
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container h7 {
  padding-left: 20px; }

.container hgroup {
  padding-bottom: 10px; }

.iphone .container hgroup {
  padding-bottom: 15px; }

p {
  padding-left: 20px;
  color: #333333;
  text-indent: 24px;
  text-align: justify; }
  p.noindent, p.caption, .keeptogether p {
    text-indent: 0; }
  p.caption {
    text-align: left; }
    .lightbox p.caption {
      color: #fff; }

.iphone .container img, .iphone .container hgroup, .iphone .column h1, .iphone .column h2, .iphone .column h3, .iphone .column h4, .iphone .column h5, .iphone .column h6, .iphone .column h7 {
  padding-left: 0; }

.iphone .column h4 {
  padding-left: 20px; }

.os-iphone grid.fixed.iphone.vertical {
  padding-left: 0;
  margin-right: 18px; }

.bgclear {
  background-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-weight: bold; }

h1 {
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1em; }

p.caption {
  line-height: 1.2em;
  font-size: 90%;
  text-indent: 0; }

p.introduction:first-letter {
  font-size: 460%;
  font-weight: bold;
  font-family: serif;
  float: left;
  line-height: 0.95em;
  margin-right: -0.3em;
  margin-bottom: -0.2em;
  width: 1em;
  color: #c5e113; }

.hyperlink {
  color: #2561b1; }

a {
  color: #2561b1; }

.grid.iphone.vertical.page-1 .wrapper {
  margin: 21px 0px 0px;
  padding: 0 10px;
  position: relative; }

.grid.iphone.horizontal.page-1 .wrapper {
  margin: 21px 0px 0px;
  padding: 0 10px;
  position: relative; }

.grid.ipad.vertical.page-1 .wrapper {
  height: 872px;
  margin: 21px 0px 0px;
  padding: 0 10px;
  position: relative; }

.grid.ipad.horizontal.page-1 .wrapper {
  height: 619px;
  margin: 21px 0px 0px;
  padding: 0 10px;
  position: relative; }

.no-mobile .grid .wrapper {
  height: 92%;
  /*margin-top: 5%;*/
  position: relative; }

.grid img {
  max-width: 100%; }

.grid .fLeft {
  float: left; }

.grid .fRight {
  float: right; }

.grid .bold {
  font-weight: bold; }

.grid .italic {
  font-style: italic; }

.grid .underline {
  text-decoration-line: underline; }



/* ISSUE-LEVEL RAW CSS */



/* END ISSUE-LEVEL RAW CSS */

 .index.w4, .index.w3 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/index/bg4c.jpg") left top no-repeat;
  background-size: cover;}

.index.w2, .index.w1, .index.iphone {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/index/bg2c.jpg") left top no-repeat;
  background-size: cover;}

.index img {
	max-with: 100%;}

.index .column {
  position: absolute;
  left: -100%;}

.index p {
  text-align: left;
  text-indent: 0;
  padding: 0;
  line-height: normal;
  color: #fff;}

.index .headerStripe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: rgba(0,0,0,.5);}

.index .logo {
	position: relative;
	top: 5px;}

.index.w2 .logo {
	top: 15px;}

.index .logo img {
	width: 405px;}

.index.w2 .logo img {
	width: 305px;}

.index .sublogo {
	position: relative;
	top: 5px;
	left: 10px;
	font-family: 'Neuton', serif;
	font-style: italic;
	color: #fff;
	font-size: 22px;}

.index.w2 .sublogo {
	top: 10px;}

.index .feature {
 	position: absolute;
  	top: 150px;
	right: 20px;
	color: #000;
	text-align: right;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;}

.index .feature h1, .index .featureW2 h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-weight: 900;
	color: #746163;
	font-size: 48px;}

.index.w1 .feature h1 {
	font-size: 36px;}

.index.iphone .feature h1 {
	font-size: 28px;}

.index .feature h2, .index .featureW2 h2 {
  	color: #746163;
  	font-size: 28px;
	margin-top: 10px;
	line-height: normal;}

.index.w1 .feature h2, .index.iphone .feature h2 {
	font-size: 20px;}

.index .featureW2 h1, .index .featureW2 h2 {
	color: #fff;}

.index .featureW2 {
	padding-bottom: 40px;}

.index.iphone .featureW2 {
	padding-bottom: 25px;}

.index.w3 .feature {
	width: 380px;}

.index .plus {
  	position: absolute;
  	right: 0;
  	bottom: 0;
	width: 100%;
    background-image: url("http://read.nxtbook.com/connections/monthly/jan-2012/index/plusGradient.png");
  	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
	text-align: right;
	padding: 20px;
  	color: #fff;
	-webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;}

.index.iphone .plus {
	padding-bottom: 30px;
	width: 100%;
  	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));
  	background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.75));}

.index .plus h1 {
  	font-size: 36px;}

.index.w1 .plus h1 {
  	font-size: 28px;}

.index .plus h2 {
  	font-size: 28px;
	margin-top: 10px;
	line-height: normal;}

.index .plus h2 a:link, .index .plus h2 a:visited {
  	text-decoration:none;
    color:#fff}    

.index.iphone .plus h1 {
	font-size: 24px;}

/*.index.iphone.horizontal .plus h1.Hor {
  	color: red;
	font-size: 18px;}*/

.index.w1 .plus h2 {
	font-size: 20px;}

.index.iphone .plus h2 {
	font-size: 12px;}

/*.index.iphone.horizontal .plus h2.Hor {
  	color: red;
	font-size: 10px;}*/

.index .lcciLogo {
	position: absolute;
	top: 10px;
	right: 20px;
	width: auto;}

/*.index.w2 .lcciLogo {
  	position: absolute;
  	right: 20px;
	bottom: 20px;}*/

.index .lcciLogo img {
	height: 65px;}

.index.w2 .lcciLogo img {
	height: 55px;}

.index .issueDate {
  	position: absolute;
  	right: 32px;
  	top: 62px;
	padding: 5px;}

.index .issueDate h3 {
	color: #fff;
	text-align: right;
	font-size: 12px;
	font-family: 'Michroma', sans-serif;}

.index .issueDate h3.month {
  	font-size: 18px;}

.index .w2Stories {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 20px;}

.index.iphone .headerStripe {
	height: 65px;}

.index.iphone.horizontal .headerStripe {
	height: 70px;}

.index.w1 .logo, .index.iphone .logo {
  left: -20px;}

.index.iphone .logo {
	left: 5px;
	top: 25px;}

.index.w1 .logo img, .index.iphone .logo img {
	width: 230px;}  

.index.iphone.vertical .logo img {
	width: 160px;}

.index.w1 .sublogo, .index.iphone .sublogo {
  	left: -15px;
  	top: 0;
	font-size: 14px;
	width: 230px;}  

.index.iphone .sublogo {
	left: 5px;
	width: 240px;
	top: 18px;
	font-size: 10px;}
  
.index.w1 .lcciLogo, .index.iphone .lcciLogo {
	position: absolute;
	top: 20px;
	right: 10px;
	width: auto;}

.index.iphone .lcciLogo {
	right: 0;
	top: 25px;}

.index.w1 .lcciLogo img, .index.iphone .lcciLogo img {
	height: 35px;}

.index.iphone .lcciLogo img {
	height: 25px;}
  
.index.w1 .issueDate, .index.iphone .issueDate {
  	position: absolute;
  	right: 10px;
  	top: 50px;
	padding: 5px;}

.index.iphone .issueDate {
	right: 0;
  	top: 45px;}

.index.w1 .issueDate h3 {
  	font-size: 10px;}

.index.iphone .issueDate h3 {
	font-size: 8px;}
  
.index.w2 .plus, .index.w1 .plus, .index.iphone .plus {
	-webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s}

  
/* GUI CSS */

/* END GUI CSS */

/* CSS */
/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }
	80% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }
	80% { -o-transform: rotate(-5deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }
	80% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
	50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
	50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}

	25% {
		-moz-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}

	25% {
		-o-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		transform: scale(.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}
 /*General Styles*/
.toc {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/toc/abstract_blue_3.jpg") right center repeat;}

.toc p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.toc h1, .toc h2, .toc h3, .toc li {
  	color: #333;}

.toc .footer li, .toc.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.toc ul, .toc ol {
  	padding-left: 20px;
  	list-style: inside;}

.toc ol {
	padding-bottom: 10px;}

.toc .myWrapper {
	margin-bottom: 75px;
	top: 40px;}

.toc .container {
  }

.toc .column {
  }

.toc .header {
	position: absolute;
  	/*background-image: -webkit-linear-gradient(bottom, #4e819f, #143548);
	background-image: -moz-linear-gradient(bottom, #4e819f, #143548);
	background-image: -o-linear-gradient(bottom, #4e819f, #143548);
	background-image: -ms-linear-gradient(bottom, #4e819f, #143548);
	background-image: linear-gradient(bottom, #4e819f, #143548);*/
    background: #505050;
	height: 55px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.toc .footer {
	position: absolute;
	/*background-image: -webkit-linear-gradient(top, #4e819f, #143548);
	background-image: -moz-linear-gradient(top, #4e819f, #143548);
	background-image: -o-linear-gradient(top, #4e819f, #143548);
	background-image: -ms-linear-gradient(top, #4e819f, #143548);
	background-image: linear-gradient(top, #4e819f, #143548);*/
  	background: #505050;
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.toc .footer img {
	max-height: 65px;}

/* iPhone specific */
.toc.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.toc.iphone .header {
	height: 25px;
	padding-top: 15px;
	padding-left: 50px;}

.toc.w1.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.toc.w1 .header h1 {
	font-size: 28px;
	padding-top: 12px;}


.toc .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.toc .header h1 {
	font-size: 40px;
	/*color: #4e819f;*/
  	color: #e4c470;
	padding-top: 10px;}

.toc .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/toc/fff25.png") repeat-y top left;}

.toc .footer a, .toc.promopage a {
	color: #fff;}

.toc .floatL {
	float: left;}

.toc .subscribe {
	margin-bottom: 10px;}

.toc .subscribe img {
	height: 30px;}

.toc .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.toc .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.toc .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.toc .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.toc.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.toc.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.toc.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.toc .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}










.toc.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/toc/bg.jpg");
  background-size: cover;}

.toc p {
  text-align: left;}

.toc {
  position:relative;}
  
.toc p {
  color: #fff;
  text-indent: 0;
  padding-bottom:10px;}

.toc p.first:first-letter {
  float: left;
  color: #000;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Coda', cursive;}

.toc p:last-child {
  padding-bottom:0;
  margin-bottom:0;}

p:last-child {
  padding-bottom:0; margin-bottom:0;}
  
.toc .center {
  text-align: center; }

.toc .botRight {
  position:absolute;
  bottom:0;
  right:34px;
  color:#333;
  font-size:75%;}

.toc .botLeft {
  position:absolute;
  bottom:0;
  left:52px;
  color:#333;
  font-size:75%;}
  
.toc p.caption {
  font-style: italic;
  line-height: 12px;}

.toc .author {
	max-height: 100%;}

.toc .caption.lineheight {
  line-height: 14px;}

.toc .tilted img {
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -moz-transform:rotate(7deg); /* Firefox */
  -webkit-transform:rotate(7deg); /* Safari and Chrome */
  -o-transform:rotate(7deg); /* Opera */
  padding: 0;
  margin-bottom: 10px;
  border: 10px solid #fff;
  box-shadow: 3px 3px 5px #666;}

.toc .frame {
  padding: 15px;}

.toc a {
  color: #7F3F17;}

.toc .dimensions {
  width: 614px;
  height: 400px;}

.toc .halfSize {
  font-size: 50%;}

.toc .theContents h1 {
	font-size: 36px;
	color: #7F3F17;
	margin-bottom: 30px;
	font-family: 'Istok Web', sans-serif;}

.toc.w3 .theContents h1 {
	font-size: 28px;}

.toc.w2 .theContents h1 {
	font-size: 20px;}

.toc.w1 .theContents h1 {
	font-size: 16px;}

/* GUI CSS */

/* END GUI CSS */

 /*General Styles*/
.letterfromtheeditor {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/letterfromtheeditor/abstract_blue_3.jpg") right center repeat;}

.letterfromtheeditor p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.letterfromtheeditor h1, .letterfromtheeditor h2, .letterfromtheeditor h3, .letterfromtheeditor li {
  	color: #333;}

.letterfromtheeditor .footer li, .letterfromtheeditor.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.letterfromtheeditor ul, .letterfromtheeditor ol {
  	padding-left: 20px;
  	list-style: inside;}

.letterfromtheeditor ol {
	padding-bottom: 10px;}

.letterfromtheeditor .myWrapper {
	margin-bottom: 75px;
	top: 40px;}

.letterfromtheeditor .container {
  }

.letterfromtheeditor .column {
  }

.letterfromtheeditor .header {
	position: absolute;
  	background-image: -webkit-linear-gradient(bottom, #4e819f, #143548);
	background-image: -moz-linear-gradient(bottom, #4e819f, #143548);
	background-image: -o-linear-gradient(bottom, #4e819f, #143548);
	background-image: -ms-linear-gradient(bottom, #4e819f, #143548);
	background-image: linear-gradient(bottom, #4e819f, #143548);
	height: 55px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.letterfromtheeditor .footer {
	position: absolute;
	background-image: -webkit-linear-gradient(top, #4e819f, #143548);
	background-image: -moz-linear-gradient(top, #4e819f, #143548);
	background-image: -o-linear-gradient(top, #4e819f, #143548);
	background-image: -ms-linear-gradient(top, #4e819f, #143548);
	background-image: linear-gradient(top, #4e819f, #143548);
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.letterfromtheeditor .footer img {
	max-height: 65px;}

/* iPhone specific */
.letterfromtheeditor.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.letterfromtheeditor.iphone .header {
	height: 25px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;}

.letterfromtheeditor.w1.iphone .header h1 {
	font-size: 18px;}

/* END iPhone specific */

.letterfromtheeditor.w1 .header h1 {
	font-size: 28px;
	padding-top: 12px;}

.letterfromtheeditor .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.letterfromtheeditor .header h1 {
	font-size: 40px;
	/*color: #4e819f;*/
  	color: #e4c470;
	font-family: "tamarillo",sans-serif;
	padding-top: 5px;
	font-weight: normal;}

.letterfromtheeditor .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/letterfromtheeditor/fff25.png") repeat-y top left;}

.letterfromtheeditor .footer a, .letterfromtheeditor.promopage a {
	color: #fff;}

.letterfromtheeditor .floatL {
	float: left;}

.letterfromtheeditor .subscribe {
	margin-bottom: 10px;}

.letterfromtheeditor .subscribe img {
	height: 30px;}

.letterfromtheeditor .button a:link, .letterfromtheeditor .button a:hover, .letterfromtheeditor .button a:visited, .letterfromtheeditor .button a:active {
  color: #fff;}

.letterfromtheeditor .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.letterfromtheeditor .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.letterfromtheeditor .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.letterfromtheeditor .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.letterfromtheeditor.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.letterfromtheeditor.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.letterfromtheeditor.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.letterfromtheeditor .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}










.letterfromtheeditor.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/letterfromtheeditor/bg.jpg");
  background-size: cover;}

.letterfromtheeditor p {
  text-align: left;}

.letterfromtheeditor {
  position:relative;}
  
.letterfromtheeditor p {
  color: #fff;
  text-indent: 0;
  padding-bottom:10px;}

.letterfromtheeditor p.first:first-letter {
  float: left;
  color: #000;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Coda', cursive;}

/*
.letterfromtheeditor h1  {
  color: #fbd46d;
  font-size: 280%;
  font-family: 'Dancing Script', cursive;
  padding-bottom:10px;
}
*/

.letterfromtheeditor p:last-child {
  padding-bottom:0;
  margin-bottom:0;}

p:last-child {
  padding-bottom:0; margin-bottom:0;}
  
.letterfromtheeditor .center {
  text-align: center; }

.letterfromtheeditor .botRight {
  position:absolute;
  bottom:0;
  right:34px;
  color:#333;
  font-size:75%;}

.letterfromtheeditor .botLeft {
  position:absolute;
  bottom:0;
  left:52px;
  color:#333;
  font-size:75%;}
  
.letterfromtheeditor p.caption {
  font-style: italic;
  line-height: 12px;}

.letterfromtheeditor .author {
	max-height: 100%;}

.letterfromtheeditor .caption.lineheight {
  line-height: 14px;}

.letterfromtheeditor .tilted img {
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -moz-transform:rotate(7deg); /* Firefox */
  -webkit-transform:rotate(7deg); /* Safari and Chrome */
  -o-transform:rotate(7deg); /* Opera */
  padding: 0;
  margin-bottom: 10px;
  border: 10px solid #fff;
  box-shadow: 3px 3px 5px #666;}

.letterfromtheeditor .frame {
  padding: 15px;}

.letterfromtheeditor a:link, .letterfromtheeditor a:visited {
  color: #0040FF;
  text-decoration:none
}

.letterfromtheeditor .dimensions {
  width: 614px;
  height: 400px;}
/* GUI CSS */

/* END GUI CSS */

.letterfromtheeditor a:link, .letterfromtheeditor a:visited {
  color: rgb(248, 202, 179);}

.letterfromtheeditor a:hover, .letterfromtheeditor a:active {
  text-decoration: underline;}

/************************/
/***   Twitter Feed   ***/
/************************/

.letterfromtheeditor .twitter {
  	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #1f4358;}

.letterfromtheeditor .twitter a {
  color: #426D8B;}
  
.letterfromtheeditor .jstwitterHeadLink {
  
}

.letterfromtheeditor #jstwitter {
  font-family: georgia;
  line-height: 1em;
  font-size: 13px;
  color: #333;
  padding: 10px 10px 10px 10px; }

.letterfromtheeditor #jstwitter .tweet {
  margin: 0 auto 5px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc; }

.letterfromtheeditor #jstwitter .tweet a {
  text-decoration: none;
  color: #426D8B; }

.letterfromtheeditor #jstwitter .tweet a:hover {
  text-decoration: underline; }

.letterfromtheeditor #jstwitter .tweet .time {
  font-size: 10px;
  font-style: italic;
  color: #666666; }

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}
 /*General Styles*/
.letterfromthepresident {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/letterfromthepresident/abstract_blue_3.jpg") right center repeat;}

.letterfromthepresident p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #fff;}

.letterfromthepresident h1, .letterfromthepresident h2, .letterfromthepresident h3, .letterfromthepresident li {
  	color: #fff;}

.letterfromthepresident .footer li, .letterfromthepresident.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.letterfromthepresident .footer a:link, .letterfromthepresident .footer a:visited {
  color: #fff;}

.letterfromthepresident .footer a:hover, .letterfromthepresident .footer a:active {
  color: #fff;
  text-decoration: underline;}

.letterfromthepresident ul, .letterfromthepresident ol {
  	padding-left: 20px;
  	list-style: inside;
	color: #fff;}

.letterfromthepresident ol {
	padding-bottom: 10px;}

.letterfromthepresident .myWrapper {
	margin-bottom: 75px;
	top: 40px;}

.letterfromthepresident .container {
  }

.letterfromthepresident .column {
  }

.letterfromthepresident .header {
	position: absolute;
  	background-image: -webkit-linear-gradient(bottom, #4e819f, #143548);
	background-image: -moz-linear-gradient(bottom, #4e819f, #143548);
	background-image: -o-linear-gradient(bottom, #4e819f, #143548);
	background-image: -ms-linear-gradient(bottom, #4e819f, #143548);
	background-image: linear-gradient(bottom, #4e819f, #143548);
	height: 55px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.letterfromthepresident .footer {
	position: absolute;
	background-image: -webkit-linear-gradient(top, #4e819f, #143548);
	background-image: -moz-linear-gradient(top, #4e819f, #143548);
	background-image: -o-linear-gradient(top, #4e819f, #143548);
	background-image: -ms-linear-gradient(top, #4e819f, #143548);
	background-image: linear-gradient(top, #4e819f, #143548);
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.letterfromthepresident .footer img {
	max-height: 65px;}

/* iPhone specific */
.letterfromthepresident.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.letterfromthepresident.iphone .header {
	height: 25px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;}

.letterfromthepresident.w1.iphone .header h1 {
	font-size: 18px;}

/* END iPhone specific */

.letterfromthepresident.w1 .header h1 {
	font-size: 28px;
	padding-top: 12px;}

.letterfromthepresident .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.letterfromthepresident .header h1 {
	font-size: 40px;
	/*color: #4e819f;*/
  	color: #e4c470;
	font-family: "tamarillo",sans-serif;
	padding-top: 5px;
	font-weight: normal;}

.letterfromthepresident .column:not(.c1) p, .letterfromthepresident .column:not(.c1) ul {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/letterfromthepresident/fff25.png") repeat-y top left;}

.letterfromthepresident .footer a, .letterfromthepresident.promopage a {
	color: #fff;}

.letterfromthepresident .floatL {
	float: left;}

.letterfromthepresident .subscribe {
	margin-bottom: 10px;}

.letterfromthepresident .subscribe img {
	height: 30px;}

.letterfromthepresident .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.letterfromthepresident .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.letterfromthepresident .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.letterfromthepresident .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.letterfromthepresident.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.letterfromthepresident.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.letterfromthepresident.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.letterfromthepresident .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}










.letterfromthepresident.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/letterfromthepresident/bg.jpg");
  background-size: cover;}

.letterfromthepresident p {
  text-align: left;}

.letterfromthepresident {
  position:relative;}
  
.letterfromthepresident p {
  color: #fff;
  text-indent: 0;
  padding-bottom:10px;}

.letterfromthepresident p.first:first-letter {
  float: left;
  color: #000;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Coda', cursive;}

.letterfromthepresident h1  {
  color: #fbd46d;
  font-size: 280%;
  font-family: 'Dancing Script', cursive;
  padding-bottom:10px;
}

.letterfromthepresident p:last-child {
  padding-bottom:0;
  margin-bottom:0;}

p:last-child {
  padding-bottom:0; margin-bottom:0;}
  
.letterfromthepresident .center {
  text-align: center; }

.letterfromthepresident .botRight {
  position:absolute;
  bottom:0;
  right:34px;
  color:#333;
  font-size:75%;}

.letterfromthepresident .botLeft {
  position:absolute;
  bottom:0;
  left:52px;
  color:#333;
  font-size:75%;}
  
.letterfromthepresident p.caption {
  font-style: italic;
  line-height: 12px;}

.letterfromthepresident .author {
	max-height: 100%;}

.letterfromthepresident .caption.lineheight {
  line-height: 14px;}

.letterfromthepresident .tilted img {
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -moz-transform:rotate(7deg); /* Firefox */
  -webkit-transform:rotate(7deg); /* Safari and Chrome */
  -o-transform:rotate(7deg); /* Opera */
  padding: 0;
  margin-bottom: 10px;
  border: 10px solid #fff;
  box-shadow: 3px 3px 5px #666;}

.letterfromthepresident .frame {
  padding: 15px;}

.letterfromthepresident a:link, .letterfromthepresident a:visited {
  color: #0040FF;
  text-decoration:none
  }

.letterfromthepresident .dimensions {
  width: 614px;
  height: 400px;}
/* GUI CSS */

/* END GUI CSS */

.letterfromthepresident a:link, .letterfromthepresident a:visited {
  color: rgb(248, 202, 179);}

.letterfromthepresident a:hover, .letterfromthepresident a:active {
  text-decoration: underline;} /*General Styles*/
.why {
  background: red url("http://read.nxtbook.com/connections/monthly/jan-2012/why/why-bck-max.jpg") right center repeat;
  background-size: cover;}

.why p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.why h1, .why h2, .why h3, .why li {
  	color: #333;}

.why .footer li, .why.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.why ul, .why ol {
  	padding-left: 20px;
  	list-style: inside;}

.why ol {
	padding-bottom: 10px;}

.why .myWrapper {
	margin-bottom: 75px;
	top: 40px;}

.why .container {
  }

.why .column {
  }

.why .header {
	position: absolute;
  
  	background-image: -webkit-linear-gradient(bottom, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: -moz-linear-gradient(bottom, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: -o-linear-gradient(bottom, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: -ms-linear-gradient(bottom, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: linear-gradient(bottom, rgb(159, 136, 78), rgb(156, 138, 92));
	height: 55px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.why .footer a:link, .why .footer a:visited {
  color: #fff;}

.why .footer a:hover, .why .footer a:active {
  color: #fff;
  text-decoration: underline;}

.why .footer {
	position: absolute;
	background-image: -webkit-linear-gradient(top, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: -moz-linear-gradient(top, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: -o-linear-gradient(top, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: -ms-linear-gradient(top, rgb(159, 136, 78), rgb(156, 138, 92));
	background-image: linear-gradient(top, rgb(159, 136, 78), rgb(156, 138, 92));
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.why .footer img {
	max-height: 65px;}

/* iPhone specific */
.why.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.why.iphone .header {
	height: 25px;
	padding-top: 15px;
	padding-left: 50px;}

.why.w1.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.why.w1 .header h1 {
	font-size: 28px;
	padding-top: 12px;}

.why .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

/*
.why .header h1 {
	font-size: 64px;
  	color: #e4c470;
    color: #505050;
	font-family: "tamarillo", sans-serif;
	padding-top: 5px;
	font-weight: normal;}
*/

.why .theTitle {
  color: #505050;
  font-size: 60px;
  font-family: "tamarillo", sans-serif;
  padding-bottom:10px;
  font-weight: normal;}

.why.w1.iphone .theTitle {
	font-size: 48px;}

.why .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/why/fff25.png") repeat-y top left;}

.why .footer a, .why.promopage a {
	color: #fff;
	text-decoration: none;}

.why .floatL {
	float: left;}

.why .subscribe {
	margin-bottom: 10px;}

.why .subscribe img {
	height: 30px;}

.why .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.why .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.why .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.why .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.why.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.why.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.why.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.why .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}











.why p {
  text-align: left;}

.why {
  position:relative;}
  
.why p {
  color: #333;
  text-indent: 0;
  padding-bottom:10px;}

.why p.first:first-letter {
  float: left;
  color: #000;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Coda', cursive;}

/*
.why .theTitle {
  color: #505050;
  font-size: 60px;
  font-family: 'Dancing Script', cursive;
  padding-bottom:10px;}
*/

.why p:last-child {
  padding-bottom:0;
  margin-bottom:0;}

p:last-child {
  padding-bottom:0; margin-bottom:0;}
  
.why .center {
  text-align: center; }

.why .botRight {
  position:absolute;
  bottom:0;
  right:34px;
  color:#333;
  font-size:75%;}

.why .botLeft {
  position:absolute;
  bottom:0;
  left:52px;
  color:#333;
  font-size:75%;}
  
.why p.caption {
  font-style: italic;
  line-height: 12px;}

.why .author {
	max-height: 100%;}

.why .caption.lineheight {
  line-height: 14px;}

.why .tilted img {
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -moz-transform:rotate(7deg); /* Firefox */
  -webkit-transform:rotate(7deg); /* Safari and Chrome */
  -o-transform:rotate(7deg); /* Opera */
  padding: 0;
  margin-bottom: 10px;
  border: 10px solid #fff;
  box-shadow: 3px 3px 5px #666;}

.why .frame {
  padding: 15px;}

.why a:link, .why a:visited {
  color: #426D8B;
  text-decoration:none}

.why a:hover, .why a:active {
  color: #426D8B;
  text-decoration: underline;}

.why .dimensions {
  width: 614px;
  height: 400px;}


.why .callouts {
  background: #c1d1dd;
  padding: 10px 30px 20px 0;}

.why .callouts li img {
  vertical-align: middle;
	padding-right: 10px;
	width: 32px;}

.why .callouts ul {
	list-style: none;}
  
.why .callouts li { 
  color: #4e809e;
	margin-bottom: 10px;}
/* GUI CSS */

/* END GUI CSS */

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}
 /*General Styles*/
.lead.page-1 {
  background: inherit;}

.lead {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/abstract_blue_3.jpg") right center repeat;}

/*.lead.page-1 .column.c1 {
	position: absolute;
	left: 200%;}*/

.lead p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.[ARTICLE_PATHNAME] p.lastP {
  padding-bottom: 0;}

.lead h1, .lead h2, .lead h3, .lead li {
  	color: #333;}

.lead .footer li, .lead.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.lead ul, .lead ol {
  	padding-left: 20px;
  	list-style: inside;}

.lead ol {
	padding-bottom: 10px;}

/*.lead .header {
  	position: absolute;
  	top: 20px;}*/

.lead .myWrapper {
	margin-bottom: 75px;
	top: 25px;}

.lead .container {
  }

.lead .column {
  }

.lead .header {
	position: absolute;
  	background: rgb(78,129,159);
	height: 40px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.lead .footer {
	position: absolute;
	background: rgb(78,129,159);
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.lead .footer img {
	max-height: 65px;}

/* iPhone specific */
.lead.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.lead.iphone .header {
	height: 25px;
	padding-top: 20px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.lead.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.lead .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.lead .header h1 {
	text-transform: uppercase;
	font-size: 32px;
	/*color: #4e819f;*/
  	color: #fff;
	font-family: "myriad-pro", cursive;
	padding-top: 5px;}

.lead .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/505050_25percent.png") repeat-y top left;}

.lead .footer a, .lead.promopage a {
	color: #fff;}

.lead .floatL {
	float: left;}

.lead .subscribe {
	margin-bottom: 10px;}

.lead .subscribe img {
	height: 30px;}

.lead .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.lead .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.lead .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.lead .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.lead.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.lead.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.lead.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.lead .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

/* ////////////////////////////////////////////////////////////
// Media Queries for 1-column and 2-column
//////////////////////////////////////////////////////////// */

.grid.lead {
  background-color: transparent;
}

@media screen and (min-height:700px) {
/* 1-column */
.no-mobile .lead.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPhonePLead.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .lead.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPadPLead.jpg") center center no-repeat;
  background-size: contain;}
}

@media screen and (max-height:699px) {
/* 1-column */
.no-mobile .lead.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPhonePLead.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .lead.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPhoneLLead.jpg") center center no-repeat;
  background-size: contain;}
}

/* ////////////////////////////////////////////////////////////
// 3-column
//////////////////////////////////////////////////////////// */
.no-mobile .lead.w3.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPadLLead.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// 4-column
//////////////////////////////////////////////////////////// */
.no-mobile .lead.w4.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPadLLead.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// iPhone vertical
//////////////////////////////////////////////////////////// */
.lead.iphone.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPhonePLead.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPhone horizontal
//////////////////////////////////////////////////////////// */
.lead.iphone.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPhoneLLead.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad vertical
//////////////////////////////////////////////////////////// */
.lead.ipad.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPadPLead.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad horizontal
//////////////////////////////////////////////////////////// */
.lead.ipad.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/lead/iPadLLead.jpg") center center no-repeat;}


/* GUI CSS */

/* END GUI CSS */

.lead .callout {
	background: #c1d1dd;}

.lead .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.lead .c1.title {
	margin-left: 20px;}

.lead.w1 .title {
  max-width: 268px;}

.lead.iphone.vertical .title {
  max-width: 260px;}

.lead.iphone.horizontal .title {
  max-width: 420px;}

.lead .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.lead.iphone .title h1 {
	font-size: 24px;}

.lead .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.lead.iphone .title h2 {
	font-size: 16px;}

.lead.iphone .container {
  margin-left:20px;}

.lead .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.lead .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}
 .luthercare.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/luthercare/logo.png") center center no-repeat, url("../../core/interface/img/webinpage/animation2.gif") center center no-repeat, black;}

.luthercare #myFullPageluthercare {
  background-color: #ffffff;
}

.luthercare .column {
  position: absolute;
  left: -200%;}

.luthercare .myAdFullPageluthercare {
  position: absolute;
  z-index: 999;
  left:0;
  width:100%;
  margin:0 auto;
  height:100%;
  background-size: cover;
  padding:0%;
  text-align: center;}

.luthercare .sponsorship {
  position:absolute;
  top:0px;
  display: block;
  color:#fff;
  background:#000;
  width:100%;
  z-index:1000;
  text-align:center;
  padding-top:20px;}

.luthercare .iPhone .myAdFullPageluthercare {
  top:68px;
}
.luthercare .iPad .myAdFullPageluthercare {
  top:68px;
}

.luthercare .iPod .myAdFullPageluthercare {
  top:68px;
}

.luthercare .backPageluthercare {
  position:absolute;
  bottom:-5px;
  left:5px;
  cursor: pointer;
  z-index: 1000;}

.luthercare .nextPageluthercare {
  position:absolute;
  bottom:-5px;
  right:5px;
  cursor: pointer;
  z-index: 1000;}

.luthercare .iframeWrapperluthercare {
  overflow:auto;
  -webkit-overflow-scrolling: touch !important;}

.browser-msie .luthercare .iframeWrapperluthercare {
  overflow:hidden; }

.os-android .luthercare .iframeWrapperluthercare {
  overflow:auto;
  -webkit-overflow-scrolling: touch !important;
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom: 50px;}

.luthercare.iphone.horizontal .iframeWrapperluthercare {
  height:82%;}

.luthercare.iphone.vertical .iframeWrapperluthercare {
  height:88%;}

.luthercare .footer {
  visibility: hidden;}

.os-iphone .luthercare .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:-1px;
  left:0;
  width:100%;
  z-index: 1000;}
.os-ipad .luthercare .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 1000;}
.os-android .luthercare .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 1000;}

.luthercare .backPageluthercare img:active {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -o-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
}

.luthercare .nextPageluthercare img:active {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -o-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
}
/* GUI CSS */

/* END GUI CSS */

 /* ////////////////////////////////////////////////////////////
// Media Queries for 1-column and 2-column
//////////////////////////////////////////////////////////// */

.grid.annualbusinessmeeting {
  background-color: transparent;
}

@media screen and (min-height:700px) {
/* 1-column */
.no-mobile .annualbusinessmeeting.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPhone_port.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .annualbusinessmeeting.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPad_port.jpg") center center no-repeat;
  background-size: contain;}
}

@media screen and (max-height:699px) {
/* 1-column */
.no-mobile .annualbusinessmeeting.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPhone_port.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .annualbusinessmeeting.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPhone_land.jpg") center center no-repeat;
  background-size: contain;}
}

/* ////////////////////////////////////////////////////////////
// 3-column
//////////////////////////////////////////////////////////// */
.no-mobile .annualbusinessmeeting.w3.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPad_land.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// 4-column
//////////////////////////////////////////////////////////// */
.no-mobile .annualbusinessmeeting.w4.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPad_land.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// iPhone vertical
//////////////////////////////////////////////////////////// */
.annualbusinessmeeting.iphone.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPhone_port.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPhone horizontal
//////////////////////////////////////////////////////////// */
.annualbusinessmeeting.iphone.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPhone_land.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad vertical
//////////////////////////////////////////////////////////// */
.annualbusinessmeeting.ipad.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPad_port.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad horizontal
//////////////////////////////////////////////////////////// */
.annualbusinessmeeting.ipad.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/annualbusinessmeeting/ABM_iPad_land.jpg") center center no-repeat;}

/* GUI CSS */

/* END GUI CSS */

 /*General Styles*/
.connect.page-1 {
  background: inherit;}

.connect {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/abstract_orange_3.jpg") right center repeat;}

/*.connect.page-1 .column.c1 {
	position: absolute;
	left: 200%;}*/

.connect p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.connect h1, .connect h2, .connect h3, .connect li {
  	color: #333;}

.connect .footer li, .connect.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.connect .footer li a {
  /*color: #504e55;*/
	color: #fff;
	text-shadow: 1px 1px 3px #505050;}

.connect ul, .connect ol {
  	padding-left: 20px;
  	list-style: inside;}

.connect ol {
	padding-bottom: 10px;}

/*.connect .header {
  	position: absolute;
  	top: 20px;}*/

.connect .myWrapper {
	margin-bottom: 75px;
	top: 25px;}

.connect .container {
  }

.connect .column {
  }

.connect .header {
	position: absolute;
  	background: rgb(255,179,0);
	height: 40px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.connect .footer {
	position: absolute;
	background: rgb(255,179,0);
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.connect .footer img {
	max-height: 65px;}

/* iPhone specific */
.connect.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.connect.iphone .header {
	height: 25px;
	padding-top: 20px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.connect.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.connect .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.connect .header h1 {
	text-transform: uppercase;
	font-size: 32px;
	/*color: #4e819f;*/
  	color: #504e55;
  	font-family: "myriad-pro", cursive;
	padding-top: 5px;}

.connect .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/505050_25percent.png") repeat-y top left;}

.connect .footer a, .connect.promopage a {
	color: #505050;}

.connect .floatL {
	float: left;}

.connect .subscribe {
	margin-bottom: 10px;}

.connect .subscribe a {
  color: #fff;}

.connect .subscribe img {
	height: 30px;}

.connect .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.connect .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.connect .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.connect .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.connect.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.connect.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.connect.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.connect .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

/* ////////////////////////////////////////////////////////////
// Media Queries for 1-column and 2-column
//////////////////////////////////////////////////////////// */

.grid.connect {
  background-color: transparent;
}

@media screen and (min-height:700px) {
/* 1-column */
.no-mobile .connect.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPhonePConnect.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .connect.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPadPConnect.jpg") center center no-repeat;
  background-size: contain;}
}

@media screen and (max-height:699px) {
/* 1-column */
.no-mobile .connect.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPhonePConnect.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .connect.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPhoneLConnect.jpg") center center no-repeat;
  background-size: contain;}
}

/* ////////////////////////////////////////////////////////////
// 3-column
//////////////////////////////////////////////////////////// */
.no-mobile .connect.w3.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/01iPadLConnect.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// 4-column
//////////////////////////////////////////////////////////// */
.no-mobile .connect.w4.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPadLConnect.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// iPhone vertical
//////////////////////////////////////////////////////////// */
.connect.iphone.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPhonePConnect.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPhone horizontal
//////////////////////////////////////////////////////////// */
.connect.iphone.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPhoneLConnect.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad vertical
//////////////////////////////////////////////////////////// */
.connect.ipad.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPadPConnect.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad horizontal
//////////////////////////////////////////////////////////// */
.connect.ipad.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/connect/iPadLConnect.jpg") center center no-repeat;}


/* GUI CSS */

/* END GUI CSS */

.connect .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.connect .c1.title {
	margin-left: 20px;}

.connect.w1 .title {
  max-width: 268px;}

.connect.iphone.vertical .title {
  max-width: 260px;}

.connect.iphone.horizontal .title {
  max-width: 420px;}

.connect .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.connect.iphone .title h1 {
	font-size: 24px;}

.connect .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.connect.iphone .title h2 {
	font-size: 16px;}

.connect.iphone .container {
  margin-left:20px;}

.connect .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.connect .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 10px 0 0;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}
 .conestogabusinesssolutions.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/conestogabusinesssolutions/logo.png") center center no-repeat, url("../../core/interface/img/webinpage/animation2.gif") center center no-repeat, black;}

.conestogabusinesssolutions #myFullPageconestogabusinesssolutions {
  background-color: #ffffff;
}

.conestogabusinesssolutions .column {
  position: absolute;
  left: -200%;}

.conestogabusinesssolutions .myAdFullPageconestogabusinesssolutions {
  position: absolute;
  z-index: 999;
  left:0;
  width:100%;
  margin:0 auto;
  height:100%;
  background-size: cover;
  padding:0%;
  text-align: center;}

.conestogabusinesssolutions .sponsorship {
  position:absolute;
  top:0px;
  display: block;
  color:#fff;
  background:#000;
  width:100%;
  z-index:1000;
  text-align:center;
  padding-top:20px;}

.conestogabusinesssolutions .iPhone .myAdFullPageconestogabusinesssolutions {
  top:68px;
}
.conestogabusinesssolutions .iPad .myAdFullPageconestogabusinesssolutions {
  top:68px;
}

.conestogabusinesssolutions .iPod .myAdFullPageconestogabusinesssolutions {
  top:68px;
}

.conestogabusinesssolutions .backPageconestogabusinesssolutions {
  position:absolute;
  bottom:-5px;
  left:5px;
  cursor: pointer;
  z-index: 1000;}

.conestogabusinesssolutions .nextPageconestogabusinesssolutions {
  position:absolute;
  bottom:-5px;
  right:5px;
  cursor: pointer;
  z-index: 1000;}

.conestogabusinesssolutions .iframeWrapperconestogabusinesssolutions {
  overflow:auto;
  -webkit-overflow-scrolling: touch !important;}

.browser-msie .conestogabusinesssolutions .iframeWrapperconestogabusinesssolutions {
  overflow:hidden; }

.os-android .conestogabusinesssolutions .iframeWrapperconestogabusinesssolutions {
  overflow:auto;
  -webkit-overflow-scrolling: touch !important;
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom: 50px;}

.conestogabusinesssolutions.iphone.horizontal .iframeWrapperconestogabusinesssolutions {
  height:82%;}

.conestogabusinesssolutions.iphone.vertical .iframeWrapperconestogabusinesssolutions {
  height:88%;}

.conestogabusinesssolutions .footer {
  visibility: hidden;}

.os-iphone .conestogabusinesssolutions .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:-1px;
  left:0;
  width:100%;
  z-index: 1000;}
.os-ipad .conestogabusinesssolutions .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 1000;}
.os-android .conestogabusinesssolutions .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 1000;}

.conestogabusinesssolutions .backPageconestogabusinesssolutions img:active {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -o-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
}

.conestogabusinesssolutions .nextPageconestogabusinesssolutions img:active {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -o-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
}
/* GUI CSS */

/* END GUI CSS */

 .leadingedge.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/leadingedge/leadingedge-bck-max.jpg");
  background-size: cover;}

.leadingedge .column.c1 {
  position: absolute;
  left: -200%;}
/* GUI CSS */

/* END GUI CSS */

.leadingedge p {
	text-indent: 0;
	margin-bottom: 10px;
	text-align: left;}

.leadingedge p:last-of-type {
	margin-bottom: 0;}

.leadingedge h1 {
	margin-bottom: 30px;}

.leadingedge .floatL {
	float: left;}

.leadingedge .floatR {
  float: right;}

.leadingedge .goldenLarge {
  width: 61%;
  padding: 0 2%;}

.leadingedge .goldenSmall {
  width: 31%;
  padding: 0 2%}

.leadingedge .fullwidth {
  width: 98%;}
  
.leadingedge .clearB {
  clear: both;}

.leadingedge .clearL {
  clear: left;}

.leadingedge .clearR {
  clear: right;}

.leadingedge .shoutout {
  	padding: 30px;
	border-radius: 30px;
	border: 1px solid #cb8e02;}

.leadingedge .shoutout * {
  padding-left: 0;}

.leadingedge video {
  margin-top: 30px;
  padding-left: 0;
  max-width: 800px;}

.leadingedge .pricing {
  margin-left: 15px;}

.leadingedge .action span {
  font-size: 76%;}

.leadingedge a.action {
  background-color: #DA6D0E;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F90), to(#BE4B1A));
  background-image: -moz-linear-gradient(left top, left bottom, from(#F90), to(#BE4B1A));
  text-shadow: rgba(32,40,48, .8) 0 1px 1px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 24px;
  padding: 10px 20px 12px;
  box-shadow: 0px 0px 10px rgba(0,0,0, .8);}

.leadingedge a.action:hover {
	transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 0px 12px rgba(0,0,0, .9);
	text-decoration: none;
	background-color: rgb(218, 109, 14);}

.leadingedge a.action:active {
	position: relative;
  	box-shadow: 0px 0px 5px rgba(0,0,0, .9);
	top: 1px;}

.leadingedge.w4 .videoSize, .leadingedge.w3 .videoSize {
	width: 784px;
	height: 441px;}

.leadingedge.w2 .videoSize {
	width: 600px;
	height: 337px;}


.leadingedge.w1 .videoSize {
	padding-left:2%;
	width: 96%;} /* ////////////////////////////////////////////////////////////
// Media Queries for 1-column and 2-column
//////////////////////////////////////////////////////////// */

.grid.ypn {
  background-color: transparent;
}

@media screen and (min-height:700px) {
/* 1-column */
.no-mobile .ypn.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPhone_port.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .ypn.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPad_Port.jpg") center center no-repeat;
  background-size: contain;}
}

@media screen and (max-height:699px) {
/* 1-column */
.no-mobile .ypn.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPhone_port.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .ypn.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPhone_land.jpg") center center no-repeat;
  background-size: contain;}
}

/* ////////////////////////////////////////////////////////////
// 3-column
//////////////////////////////////////////////////////////// */
.no-mobile .ypn.w3.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPad_land.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// 4-column
//////////////////////////////////////////////////////////// */
.no-mobile .ypn.w4.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPad_land.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// iPhone vertical
//////////////////////////////////////////////////////////// */
.ypn.iphone.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPhone_port.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPhone horizontal
//////////////////////////////////////////////////////////// */
.ypn.iphone.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPhone_land.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad vertical
//////////////////////////////////////////////////////////// */
.ypn.ipad.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPad_Port.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad horizontal
//////////////////////////////////////////////////////////// */
.ypn.ipad.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ypn/YPN_iPad_land.jpg") center center no-repeat;}

/* GUI CSS */

/* END GUI CSS */

 /*General Styles*/
.innovate.page-1 {
  background: inherit;}

.innovate {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/abstract_yellow_3.jpg") right center repeat;}

/*.innovate.page-1 .column.c1 {
	position: absolute;
	left: 200%;}*/

.innovate p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.innovate h1, .innovate h2, .innovate h3, .innovate li {
  	color: #333;}

.innovate .footer li, .innovate.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.innovate ul, .innovate ol {
  	padding-left: 20px;
  	list-style: inside;}

.innovate ol {
	padding-bottom: 10px;}

.innovate .footer li a {
  /*color: #504e55;*/
	color: #fff;
	text-shadow: 1px 1px 3px #505050;}

/*.innovate .header {
  	position: absolute;
  	top: 20px;}*/

.innovate .myWrapper {
	margin-bottom: 75px;
	top: 25px;}

.innovate .container {
  }

.innovate .column {
  }

.innovate .header {
	position: absolute;
  	background: rgb(246,210,0);
	height: 40px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.innovate .footer {
	position: absolute;
	background: rgb(246,210,0);
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.innovate .footer img {
	max-height: 65px;}

/* iPhone specific */
.innovate.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.innovate.iphone .header {
	height: 25px;
	padding-top: 20px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.innovate.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.innovate .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.innovate .header h1 {
	text-transform: uppercase;
	font-size: 32px;
	/*color: #4e819f;*/
  	color: #504e55;
  	font-family: "myriad-pro", cursive;
	padding-top: 5px;}

.innovate .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/505050_25percent.png") repeat-y top left;}

.innovate .button a, .innovate.promopage a {
	color: #fff;}

.innovate .floatL {
	float: left;}

.innovate .subscribe {
	margin-bottom: 10px;}

.innovate .subscribe img {
	height: 30px;}

.innovate .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.innovate .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.innovate .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.innovate .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.innovate.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.innovate.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.innovate.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.innovate .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

/* ////////////////////////////////////////////////////////////
// Media Queries for 1-column and 2-column
//////////////////////////////////////////////////////////// */

.grid.innovate {
  background-color: transparent;
}

@media screen and (min-height:700px) {
/* 1-column */
.no-mobile .innovate.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPhonePInnovate.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .innovate.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPadPInnovate.jpg") center center no-repeat;
  background-size: contain;}
}

@media screen and (max-height:699px) {
/* 1-column */
.no-mobile .innovate.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPhonePInnovate.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .innovate.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPhoneLInnovate.jpg") center center no-repeat;
  background-size: contain;}
}

/* ////////////////////////////////////////////////////////////
// 3-column
//////////////////////////////////////////////////////////// */
.no-mobile .innovate.w3.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPadLInnovate.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// 4-column
//////////////////////////////////////////////////////////// */
.no-mobile .innovate.w4.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPadLInnovate.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// iPhone vertical
//////////////////////////////////////////////////////////// */
.innovate.iphone.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPhonePInnovate.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPhone horizontal
//////////////////////////////////////////////////////////// */
.innovate.iphone.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPhoneLInnovate.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad vertical
//////////////////////////////////////////////////////////// */
.innovate.ipad.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPadPInnovate.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad horizontal
//////////////////////////////////////////////////////////// */
.innovate.ipad.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/innovate/iPadLInnovate.jpg") center center no-repeat;}


/* GUI CSS */

/* END GUI CSS */

.innovate .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.innovate .c1.title {
	margin-left: 20px;}

.innovate.w1 .title {
  max-width: 268px;}

.innovate.iphone.vertical .title {
  max-width: 260px;}

.innovate.iphone.horizontal .title {
  max-width: 420px;}

.innovate .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.innovate.iphone .title h1 {
	font-size: 24px;}

.innovate .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.innovate.iphone .title h2 {
	font-size: 16px;}

.innovate.iphone .container {
  margin-left:20px;}

.innovate .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.innovate .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}
 /* CSS */

.tweetups.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/tweetups/img2.jpg") center top repeat;
  background-size: cover
}

.tweetups .floatL {
  float: left;
  width: 250px}

.tweetups .half {
  width: 47%}

.tweetups .tweetwrap {
  display:block;
  width:270px;
  margin:0 auto;
  padding:10px 0 3px 0;
  background: transparent url(http://read.nxtbook.com/connections/monthly/jan-2012/tweetups/bkg_white.png);
  background: rgba(255,255,255,.85);
  border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  -webkit-border-top-right-radius:20px;
-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}

.tweetups .tweetwrap img {
  margin:0;
  padding:0 5px 0 0;
  opacity:1;
-webkit-filter: drop-shadow(0 1px 2px rgba(255,255,255,.5));
		-moz-filter: drop-shadow(0 1px 2px rgba(255,255,255,.5));
		-ms-filter: drop-shadow(0 1px 2px rgba(255,255,255,.5));
		-o-filter: drop-shadow(0 1px 2px rgba(255,255,255,.5));
		filter: drop-shadow(0 1px 2px rgba(255,255,255,.5));  
}

.tweetups .tweetwrap img:hover {
  opacity:0.7
}




.tweetups .example-right {
  width: 270px;
  display: block;
  padding:0;
  margin:0 auto;
  position: relative;
	color:#fff;
	background:#dce8f4; /* default background for browsers without gradient support */
	/* css3 */
    background-color:#8ccbff;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#8ccbff));
	background:-moz-linear-gradient(#2e88c4, #8ccbff);
	background:-o-linear-gradient(#2e88c4, #8ccbff);
	background:linear-gradient(#2e88c4, #8ccbff);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
  box-shadow: 2px -2px 5px rgba(255,255,255,0.5);
  z-index:99999
}

.tweetups .example-right img {
  vertical-align: middle;
  padding: 0 5px 0 0;
  opacity:1
}
  

/* display of quote author (alternatively use a class on the element following the blockquote) */
.tweetups .example-right + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.tweetups .example-right:after {
	content:"";
	position:absolute;
	bottom:-50px;
	left:50px;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #8ccbff;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.tweetups .oval-thought {
	position:relative;
	width:90%;
	padding:5%;
	margin:0 auto;
	text-align:center;
	color:#fff; 
}

.tweetups .spacer {
  display:block;
  height:20px
}

.tweetups .mainholder {
  display:block;
  height:100%;
  margin:0 0 20px 0;
  width:100%
}

/* GUI CSS */

/* END GUI CSS */

.tweetups .venue {
	margin-top: 35px;}

.tweetups h1 {
  font: 460% 'BenchNine', sans-serif;
  color: #fef7ef;
  opacity: 0.7;
  font-weight: 700;
  margin:0;
  text-shadow:1px 1px 3px rgba(135,121,111,0.4);
  text-transform: uppercase
}
.tweetups h1 span {
  font: 95% 'Merienda', cursive;
  color: #1d3f5f;
  text-transform:lowercase;
  text-shadow:0;
  opacity:0.8;
  margin:-15px 0 0 0
}
.[[ARTILCE_PATHNAME]] h1 img {
  padding:0;
  margin:0 -10px 0 0
}

@media screen and (min-width:0px) and (max-width:700px) {
  .tweetups h1 {
    margin:0 0 0 -20px;
    font:400% 'BenchNine', sans-serif;
  }
}

.tweetups h2 {
  font: 120% 'Monda', sans-serif;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
  margin: -20px 0 0 30px;
  text-shadow:0px 0px 3px rgba(0,0,0,0.5);
  opacity:0.8
}
.tweetups h2 span {
  color:#000;
  font-weight:700
}

@media screen and (min-width:0px) and (max-width:700px) {
  .tweetups h2 {
    display:none
  }
}

.tweetups h3 {
  font: 100% 'Monda', sans-serif;
  color: #031634;
  text-transform: lowercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.tweetups h4 {
  font: 80% Arial;
  color: #fff;
  text-transform: lowercase;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
 .browninsurance.grid {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/browninsurance/logo.png") center center no-repeat, url("../../core/interface/img/webinpage/animation2.gif") center center no-repeat, black;}

.browninsurance #myFullPagebrowninsurance {
  background-color: #ffffff;
}

.browninsurance .column {
  position: absolute;
  left: -200%;}

.browninsurance .myAdFullPagebrowninsurance {
  position: absolute;
  z-index: 999;
  left:0;
  width:100%;
  margin:0 auto;
  height:100%;
  background-size: cover;
  padding:0%;
  text-align: center;}

.browninsurance .sponsorship {
  position:absolute;
  top:0px;
  display: block;
  color:#fff;
  background:#000;
  width:100%;
  z-index:1000;
  text-align:center;
  padding-top:20px;}

.browninsurance .iPhone .myAdFullPagebrowninsurance {
  top:68px;
}
.browninsurance .iPad .myAdFullPagebrowninsurance {
  top:68px;
}

.browninsurance .iPod .myAdFullPagebrowninsurance {
  top:68px;
}

.browninsurance .backPagebrowninsurance {
  position:absolute;
  bottom:-5px;
  left:5px;
  cursor: pointer;
  z-index: 1000;}

.browninsurance .nextPagebrowninsurance {
  position:absolute;
  bottom:-5px;
  right:5px;
  cursor: pointer;
  z-index: 1000;}

.browninsurance .iframeWrapperbrowninsurance {
  overflow:auto;
  -webkit-overflow-scrolling: touch !important;}

.browser-msie .browninsurance .iframeWrapperbrowninsurance {
  overflow:hidden; }

.os-android .browninsurance .iframeWrapperbrowninsurance {
  overflow:auto;
  -webkit-overflow-scrolling: touch !important;
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom: 50px;}

.browninsurance.iphone.horizontal .iframeWrapperbrowninsurance {
  height:82%;}

.browninsurance.iphone.vertical .iframeWrapperbrowninsurance {
  height:88%;}

.browninsurance .footer {
  visibility: hidden;}

.os-iphone .browninsurance .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:-1px;
  left:0;
  width:100%;
  z-index: 1000;}
.os-ipad .browninsurance .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 1000;}
.os-android .browninsurance .footer {
  visibility: visible;
  height:50px;
  background:black;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 1000;}

.browninsurance .backPagebrowninsurance img:active {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -o-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
}

.browninsurance .nextPagebrowninsurance img:active {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  -o-filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
  filter: drop-shadow(0px 0px 10px rgba(80,129,155,1));
}
/* GUI CSS */

/* END GUI CSS */

 /*General Styles*/
.economicforecast {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/economicforecast/abstract_red_3.jpg") right center repeat;}

.economicforecast p {
  	text-indent: 0;
  	text-align: left;
	padding-bottom: 1em;
	color: #333;}

.economicforecast h1, .economicforecast h2, .economicforecast h3, .economicforecast li {
  	color: #333;}

.economicforecast .footer li, .economicforecast.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.economicforecast ul, .economicforecast ol {
  	padding-left: 20px;
  	list-style: inside;}

.economicforecast ol {
	padding-bottom: 10px;}

.economicforecast .myWrapper {
	margin-bottom: 75px;
	top: 40px;}

.economicforecast .container {
  }

.economicforecast .column {
  }

.economicforecast .header {
	position: absolute;
  	/*background-image: -webkit-linear-gradient(bottom, #4e819f, #143548);
	background-image: -moz-linear-gradient(bottom, #4e819f, #143548);
	background-image: -o-linear-gradient(bottom, #4e819f, #143548);
	background-image: -ms-linear-gradient(bottom, #4e819f, #143548);
	background-image: linear-gradient(bottom, #4e819f, #143548);*/
  	background: rgb(89, 2, 2);
	height: 55px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.economicforecast .footer {
	position: absolute;
	/*background-image: -webkit-linear-gradient(top, #4e819f, #143548);
	background-image: -moz-linear-gradient(top, #4e819f, #143548);
	background-image: -o-linear-gradient(top, #4e819f, #143548);
	background-image: -ms-linear-gradient(top, #4e819f, #143548);
	background-image: linear-gradient(top, #4e819f, #143548);*/
  	background: rgb(89, 2, 2);
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 -1px 5px #000;}

.economicforecast .footer img {
	max-height: 65px;}

/* iPhone specific */
.economicforecast.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.economicforecast.iphone .header {
	height: 25px;
	padding-top: 20px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.economicforecast.w1.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.economicforecast.w1 .header h1 {
	font-size: 28px;}

.economicforecast .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.economicforecast .header h1 {
	text-transform: uppercase;
	font-size: 32px;
	/*color: #4e819f;*/
  	color: #fff;
  	font-family: "myriad-pro", cursive;
	padding-top: 5px;}

.economicforecast .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/economicforecast/c7c7c7.png") repeat-y top left;}

.economicforecast .footer a, .economicforecast.promopage a {
	color: #fff;}

.economicforecast .floatL {
	float: left;}

.economicforecast .subscribe {
	margin-bottom: 10px;}

.economicforecast .subscribe img {
	height: 30px;}

.economicforecast .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.economicforecast .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.economicforecast .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.economicforecast .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.economicforecast.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.economicforecast.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.economicforecast.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.economicforecast .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}












.economicforecast p.first:first-letter {
  float: left;
  color: #000;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Coda', cursive;}


.economicforecast p:last-child {
  padding-bottom:0;
  margin-bottom:0;}

p:last-child {
  padding-bottom:0; margin-bottom:0;}
  
.economicforecast .center {
  text-align: center; }

.economicforecast .botRight {
  position:absolute;
  bottom:0;
  right:34px;
  color:#333;
  font-size:75%;}

.economicforecast .botLeft {
  position:absolute;
  bottom:0;
  left:52px;
  color:#333;
  font-size:75%;}
  
.economicforecast p.caption {
  font-style: italic;
  line-height: 12px;}

.economicforecast .author {
	max-height: 100%;}

.economicforecast .caption.lineheight {
  line-height: 14px;}

.economicforecast .tilted img {
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -moz-transform:rotate(7deg); /* Firefox */
  -webkit-transform:rotate(7deg); /* Safari and Chrome */
  -o-transform:rotate(7deg); /* Opera */
  padding: 0;
  margin-bottom: 10px;
  border: 10px solid #fff;
  box-shadow: 3px 3px 5px #666;}

.economicforecast .frame {
  padding: 15px;}

.economicforecast a {
  color: #d5c0ba;}

.economicforecast .dimensions {
  width: 614px;
  height: 400px;}

.economicforecast .title h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #590202;
  border-bottom: 1px solid #590202;
  margin-bottom: 15px;
  font-size: 46px;
  color: #b84040;}

.economicforecast .title h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid #B84040;
  border-bottom: 1px solid #B84040;
  margin-bottom: 15px;
  font-size: 46px;
  color: #A10303;
  border-radius: 8px/8px;}

.economicforecast.w1.iphone .title h1 {
  font-size: 28px;}

/* GUI CSS */

/* END GUI CSS */

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}
 /*General Styles*/
.ceooutlook3 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook3/bg.jpg") right center repeat;
  background-size: cover;}

.ceooutlook3 p, .ceooutlook3 h1 {
  	text-indent: 0;
  	text-align: justify;
	padding:0 0 5px 0;
	color: #FEF9F0}

.ceooutlook3 p span {
  color:#A4BCC2;
  font-weight:400;
  font-style:italic;
  text-shadow:1px 1px 1px rgba(27,176,206,0.5);
  padding:0 0 10px 0;
  text-indent:10px
}

.ceooutlook3 h1, .ceooutlook3 h2, .ceooutlook3 h3, .ceooutlook3 li {
  	color: #fff;}

.ceooutlook3 .footer li, .ceooutlook3.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.ceooutlook3 ul, .ceooutlook3 ol {
  	padding-left: 20px;
  	list-style: inside;}

.ceooutlook3 ol {
	padding-bottom: 10px;}

.ceooutlook3 .myWrapper {
	margin-bottom: 75px;
	top: 60px;}

.ceooutlook3.iphone .column {
	margin-left: 10px;}

.ceooutlook3 .container {
  }

.ceooutlook3 .column {
  }

.ceooutlook3 .header {
	position: absolute;
  	background: red url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook3/header.jpg") repeat-x;
	height: 75px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook3 .footer {
	position: absolute;
    /*background: -webkit-linear-gradient(right, #02005a 200px, transparent);*/
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;}

.ceooutlook3 .footer img {
	max-height: 70px;}

/* iPhone specific */
.ceooutlook3.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.ceooutlook3.iphone .header {
	height: 25px;
	padding-top: 5px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook3.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.ceooutlook3 .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.ceooutlook3 .header h1 {
  	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	background: #00005a;
  	color: #fff;
	/*font-family: 'Sansita One', cursive;*/
  	padding: 10px;
	padding-bottom: 0;
	margin-top: 12px;}

.ceooutlook3 .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook3/4e819f.png") repeat-y top left;}

.ceooutlook3 .footer a, .ceooutlook3.promopage a {
	color: #fff;}

.ceooutlook3 .floatL {
	float: left;}

.ceooutlook3 .subscribe {
	margin-bottom: 10px;}

.ceooutlook3 .subscribe img {
	height: 30px;}

.ceooutlook3 .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.ceooutlook3 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.ceooutlook3 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.ceooutlook3 video.videoSize {
	width: 784px;
	height: 441px;}

.ceooutlook3 .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.ceooutlook3.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.ceooutlook3.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.ceooutlook3.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.ceooutlook3 .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

.ceooutlook3 .videoInfo {
	color: #333; 
  	display: inline-block; 
  	position: relative; 
  	right: 30px;
  	top: 0;
  	padding: 10px 20px 10px 10px;
  	border-radius: 0 10px 10px 10px;
  	background: #fff url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook3/infoBG.png") center center;
	border: 5px solid #57678c;
	box-shadow: inset -1px -1px 5px #333, inset 2px 2px 5px #000}

.ceooutlook3.w1 .videoInfo {
  right: auto;}

.ceooutlook3 .videoInfo p {
	color: #333;
	line-height: normal}

.ceooutlook3 .videoInfo h2 {
  color: #474843;
  line-height: normal;
  padding:0
}

.ceooutlook3 .videoInfo h1 {
  font-fanily: Georgia;
  font-style:italic;
  color:#4F8699;
  line-height:normal;
  text-shadow:1px 1px 2px rgba(248,237,209,0.6)
}
/* GUI CSS */

/* END GUI CSS */

.ceooutlook3 .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.ceooutlook3 .c1.title {
	margin-left: 20px;}

.ceooutlook3.w1 .title {
  max-width: 268px;}

.ceooutlook3.iphone.vertical .title {
  max-width: 260px;}

.ceooutlook3.iphone.horizontal .title {
  max-width: 420px;}

.ceooutlook3 .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.ceooutlook3.iphone .title h1 {
	font-size: 24px;}

.ceooutlook3 .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.ceooutlook3.iphone .title h2 {
	font-size: 16px;}

.ceooutlook3.iphone .container {
  margin-left:20px;}

.ceooutlook3 .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.ceooutlook3 .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}

.ceooutlook3 a:link, .ceooutlook3 a:visited {
  color: #0040FF;
  text-shadow: 0px 0px 3px #fff;
  text-decoration:none} /*General Styles*/
.ceooutlook4 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook4/bg.jpg") right center repeat;
  background-size: cover;}

.ceooutlook4 p, .ceooutlook4 h1 {
  	text-indent: 0;
  	text-align: justify;
	padding:0 0 5px 0;
	color: #FEF9F0}

.ceooutlook4 p span {
  color:#A4BCC2;
  font-weight:400;
  font-style:italic;
  text-shadow:1px 1px 1px rgba(27,176,206,0.5);
  padding:0 0 10px 0;
  text-indent:10px
}

.ceooutlook4 h1, .ceooutlook4 h2, .ceooutlook4 h3, .ceooutlook4 li {
  	color: #fff;}

.ceooutlook4 .footer li, .ceooutlook4.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.ceooutlook4 ul, .ceooutlook4 ol {
  	padding-left: 20px;
  	list-style: inside;}

.ceooutlook4 ol {
	padding-bottom: 10px;}

.ceooutlook4 .myWrapper {
	margin-bottom: 75px;
	top: 60px;}

.ceooutlook4.iphone .column {
  margin-left: 10px;}

.ceooutlook4 .container {
  }

.ceooutlook4 .column {
  }

.ceooutlook4 .header {
	position: absolute;
  	background: red url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook4/header.jpg") repeat-x;
	height: 75px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook4 .footer {
	position: absolute;
  	/*background: -webkit-linear-gradient(right, #02005a 200px, transparent);*/
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;}

.ceooutlook4 .footer img {
	max-height: 70px;}

/* iPhone specific */
.ceooutlook4.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.ceooutlook4.iphone .header {
	height: 25px;
	padding-top: 15px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook4.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.ceooutlook4 .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.ceooutlook4 .header h1 {
  	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	background: #00005a;
  	color: #fff;
	/*font-family: 'Sansita One', cursive;*/
  	padding: 10px;
	padding-bottom: 0;
	margin-top: 12px;}

.ceooutlook4 .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook4/4e819f.png") repeat-y top left;}

.ceooutlook4 .footer a, .ceooutlook4.promopage a {
	color: #fff;}

.ceooutlook4 .floatL {
	float: left;}

.ceooutlook4 .subscribe {
	margin-bottom: 10px;}

.ceooutlook4 .subscribe img {
	height: 30px;}

.ceooutlook4 .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.ceooutlook4 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.ceooutlook4 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.ceooutlook4 video.videoSize {
	width: 784px;
	height: 441px;}

.ceooutlook4 .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.ceooutlook4.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.ceooutlook4.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.ceooutlook4.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.ceooutlook4 .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

.ceooutlook4 .videoInfo {
	color: #333; 
  	display: inline-block; 
  	position: relative; 
  	right: 30px;
  	top: 0;
  	padding: 10px 20px 10px 10px;
  	border-radius: 0 10px 10px 10px;
  	background: #fff url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook4/infoBG.png") center center;
	border: 5px solid #57678c;
	box-shadow: inset -1px -1px 5px #333, inset 2px 2px 5px #000}

.ceooutlook4.w1 .videoInfo {
  right: auto;}

.ceooutlook4 .videoInfo p {
	color: #333;
	line-height: normal}

.ceooutlook4 .videoInfo h2 {
  color: #474843;
  line-height: normal;
  padding:0
}

.ceooutlook4 .videoInfo h1 {
  font-fanily: Georgia;
  font-style:italic;
  color:#4F8699;
  line-height:normal;
  text-shadow:1px 1px 2px rgba(248,237,209,0.6)
}
/* GUI CSS */

/* END GUI CSS */

.ceooutlook4 .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.ceooutlook4 .c1.title {
	margin-left: 20px;}

.ceooutlook4.w1 .title {
  max-width: 268px;}

.ceooutlook4.iphone.vertical .title {
  max-width: 260px;}

.ceooutlook4.iphone.horizontal .title {
  max-width: 420px;}

.ceooutlook4 .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.ceooutlook4.iphone .title h1 {
	font-size: 24px;}

.ceooutlook4 .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.ceooutlook4.iphone .title h2 {
	font-size: 16px;}

.ceooutlook4.iphone .container {
  margin-left:20px;}

.ceooutlook4 .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.ceooutlook4 .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}

.ceooutlook4 a:link, .ceooutlook4 a:visited {
  color: #0040FF;
  text-shadow: 0px 0px 3px #fff;
  text-decoration:none} /*General Styles*/
.ceooutlook1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook1/bg.jpg") right center repeat;
  background-size: cover;}

.ceooutlook1 p, .ceooutlook1 h1 {
  	text-indent: 0;
  	text-align: justify;
	padding:0 0 5px 0;
	color: #FEF9F0}

.ceooutlook1 p span {
  color:#A4BCC2;
  font-weight:400;
  font-style:italic;
  text-shadow:1px 1px 1px rgba(27,176,206,0.5);
  padding:0 0 10px 0;
  text-indent:10px
}

.ceooutlook1 h1, .ceooutlook1 h2, .ceooutlook1 h3, .ceooutlook1 li {
  	color: #fff;}

.ceooutlook1 .footer li, .ceooutlook1.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.ceooutlook1 ul, .ceooutlook1 ol {
  	padding-left: 20px;
  	list-style: inside;}

.ceooutlook1 ol {
	padding-bottom: 10px;}

.ceooutlook1 .myWrapper {
	margin-bottom: 75px;
	top: 60px;}

.ceooutlook1.iphone .column {
  margin-left: 10px;}

.ceooutlook1 .container {
  }

.ceooutlook1 .column {
  }

.ceooutlook1 .header {
	position: absolute;
  	background: red url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook1/header.jpg") repeat-x;
	height: 75px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook1 .footer {
	position: absolute;
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;}

.ceooutlook1 .footer img {
	max-height: 70px;}

/* iPhone specific */
.ceooutlook1.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.ceooutlook1.iphone .header {
	height: 25px;
	padding-top: 15px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook1.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.ceooutlook1 .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.ceooutlook1 .header h1 {
  	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	background: #00005a;
  	color: #fff;
	/*font-family: 'Sansita One', cursive;*/
  	padding: 10px;
	padding-bottom: 0;
	margin-top: 12px;}

.ceooutlook1 .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook1/4e819f.png") repeat-y top left;}

.ceooutlook1 .footer a, .ceooutlook1.promopage a {
	color: #fff;}

.ceooutlook1 .floatL {
	float: left;}

.ceooutlook1 .subscribe {
	margin-bottom: 10px;}

.ceooutlook1 .subscribe img {
	height: 30px;}

.ceooutlook1 .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.ceooutlook1 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.ceooutlook1 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.ceooutlook1 video.videoSize {
	width: 784px;
	height: 441px;}

.ceooutlook1 .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.ceooutlook1.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.ceooutlook1.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.ceooutlook1.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.ceooutlook1 .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

.ceooutlook1 .videoInfo {
	color: #333; 
  	display: inline-block; 
  	position: relative; 
  	right: 30px;
  	top: 0;
  	padding: 10px 20px 10px 10px;
  	border-radius: 0 10px 10px 10px;
  	background: #fff url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook1/infoBG.png") center center;
	border: 5px solid #57678c;
	box-shadow: inset -1px -1px 5px #333, inset 2px 2px 5px #000}

.ceooutlook1.w1 .videoInfo {
  right: auto;}

.ceooutlook1 .videoInfo p {
	color: #333;
	line-height: normal}

.ceooutlook1 .videoInfo h2 {
  color: #474843;
  line-height: normal;
  padding:0
}

.ceooutlook1 .videoInfo h1 {
  font-fanily: Georgia;
  font-style:italic;
  color:#4F8699;
  line-height:normal;
  text-shadow:1px 1px 2px rgba(248,237,209,0.6)
}
/* GUI CSS */

/* END GUI CSS */

.ceooutlook1 .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.ceooutlook1 .c1.title {
	margin-left: 20px;}

.ceooutlook1.w1 .title {
  max-width: 268px;}

.ceooutlook1.iphone.vertical .title {
  max-width: 260px;}

.ceooutlook1.iphone.horizontal .title {
  max-width: 420px;}

.ceooutlook1 .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.ceooutlook1.iphone .title h1 {
	font-size: 24px;}

.ceooutlook1 .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.ceooutlook1.iphone .title h2 {
	font-size: 16px;}

.ceooutlook1.iphone .container {
  margin-left:20px;}

.ceooutlook1 .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.ceooutlook1 .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}

.ceooutlook1 a:link, .ceooutlook1 a:visited {
  color: #0040FF;
  text-shadow: 0px 0px 3px #fff;
  text-decoration:none}
 /*General Styles*/
.ceooutlook2 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook2/bg.jpg") right center repeat;
  background-size: cover;}

.ceooutlook2 p, .ceooutlook2 h1 {
  	text-indent: 0;
  	text-align: justify;
	padding:0 0 5px 0;
	color: #FEF9F0}

.ceooutlook2 p span {
  color:#A4BCC2;
  font-weight:400;
  font-style:italic;
  text-shadow:1px 1px 1px rgba(27,176,206,0.5);
  padding:0 0 10px 0;
  text-indent:10px
}

.ceooutlook2 h1, .ceooutlook2 h2, .ceooutlook2 h3, .ceooutlook2 li {
  	color: #fff;}

.ceooutlook2 .footer li, .ceooutlook2.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.ceooutlook2 ul, .ceooutlook2 ol {
  	padding-left: 20px;
  	list-style: inside;}

.ceooutlook2 ol {
	padding-bottom: 10px;}

.ceooutlook2 .myWrapper {
	margin-bottom: 75px;
	top: 60px;}

.ceooutlook2.iphone .column {
  margin-left: 10px;}

.ceooutlook2 .container {
  }

.ceooutlook2 .column {
  }

.ceooutlook2 .header {
	position: absolute;
  	background: red url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook2/header.jpg") repeat-x;
	height: 75px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook2 .footer {
	position: absolute;
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;}

.ceooutlook2 .footer img {
	max-height: 70px;}

/* iPhone specific */
.ceooutlook2.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.ceooutlook2.iphone .header {
	height: 25px;
	padding-top: 15px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook2.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.ceooutlook2 .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.ceooutlook2 .header h1 {
  	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	background: #00005a;
  	color: #fff;
	/*font-family: 'Sansita One', cursive;*/
  	padding: 10px;
	padding-bottom: 0;
	margin-top: 12px;}

.ceooutlook2 .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook2/4e819f.png") repeat-y top left;}

.ceooutlook2 .footer a, .ceooutlook2.promopage a {
	color: #fff;}

.ceooutlook2 .floatL {
	float: left;}

.ceooutlook2 .subscribe {
	margin-bottom: 10px;}

.ceooutlook2 .subscribe img {
	height: 30px;}

.ceooutlook2 .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.ceooutlook2 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.ceooutlook2 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.ceooutlook2 video.videoSize {
	width: 784px;
	height: 441px;}

.ceooutlook2 .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.ceooutlook2.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.ceooutlook2.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.ceooutlook2.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.ceooutlook2 .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

.ceooutlook2 .videoInfo {
	color: #333; 
  	display: inline-block; 
  	position: relative; 
  	right: 0;
  	top: 0;
  	padding: 10px 20px 10px 10px;
  	border-radius: 0 10px 10px 10px;
  	background: #fff url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook2/infoBG.png") center center;
	border: 5px solid #57678c;
	box-shadow: inset -1px -1px 5px #333, inset 2px 2px 5px #000}

.ceooutlook2.w1 .videoInfo {
  right: auto;}

.ceooutlook2 .videoInfo p {
	color: #333;
	line-height: normal}

.ceooutlook2 .videoInfo h2 {
  color: #474843;
  line-height: normal;
  padding:0
}

.ceooutlook2 .videoInfo h1 {
  font-fanily: Georgia;
  font-style:italic;
  color:#4F8699;
  line-height:normal;
  text-shadow:1px 1px 2px rgba(248,237,209,0.6)
}
/* GUI CSS */

/* END GUI CSS */

.ceooutlook2 .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.ceooutlook2 .c1.title {
	margin-left: 20px;}

.ceooutlook2.w1 .title {
  max-width: 268px;}

.ceooutlook2.iphone.vertical .title {
  max-width: 260px;}

.ceooutlook2.iphone.horizontal .title {
  max-width: 420px;}

.ceooutlook2 .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.ceooutlook2.iphone .title h1 {
	font-size: 24px;}

.ceooutlook2 .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.ceooutlook2.iphone .title h2 {
	font-size: 16px;}

.ceooutlook2.iphone .container {
  margin-left:20px;}

.ceooutlook2 .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.ceooutlook2 .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}

.ceooutlook2 a:link, .ceooutlook2 a:visited {
  color: #0040FF;
  text-shadow: 0px 0px 3px #fff;
  text-decoration:none}
 /*General Styles*/
.ceooutlook5 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook5/bg.jpg") right center repeat;
  background-size: cover;}

.ceooutlook5 p, .ceooutlook5 h1 {
  	text-indent: 0;
  	text-align: justify;
	padding:0 0 5px 0;
	color: #FEF9F0}

.ceooutlook5 p span {
  color:#A4BCC2;
  font-weight:400;
  font-style:italic;
  text-shadow:1px 1px 1px rgba(27,176,206,0.5);
  padding:0 0 10px 0;
  text-indent:10px
}

.ceooutlook5 h1, .ceooutlook5 h2, .ceooutlook5 h3, .ceooutlook5 li {
  	color: #fff;}

.ceooutlook5 .footer li, .ceooutlook5.promopage li {
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 18px;}

.ceooutlook5 ul, .ceooutlook5 ol {
  	padding-left: 20px;
  	list-style: inside;}

.ceooutlook5 ol {
	padding-bottom: 10px;}

.ceooutlook5 .myWrapper {
	margin-bottom: 75px;
	top: 60px;}

.ceooutlook5.iphone .column {
	margin-left: 10px;}

.ceooutlook5 .container {
  }

.ceooutlook5 .column {
  }

.ceooutlook5 .header {
	position: absolute;
  	background: red url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook5/header.jpg") repeat-x;
	height: 75px;
  	width: 110%;
	top: 0;
	left: -32px;
	padding-left: 75px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook5 .footer {
	position: absolute;
	height: 90px;
  	width: 110%;
	bottom: 0;
	left: -32px;
	padding-left: 75px;}

.ceooutlook5 .footer img {
	max-height: 70px;}

/* iPhone specific */
.ceooutlook5.iphone .myWrapper {
	top: 30px;
	margin-bottom: 0;}

.ceooutlook5.iphone .header {
	height: 25px;
	padding-top: 15px;
	padding-left: 50px;
	box-shadow: 0 1px 5px #000;}

.ceooutlook5.iphone .header h1 {
	font-size: 14px;}

/* END iPhone specific */

.ceooutlook5 .sidebar {
	position: absolute;
	/*background: yellow;*/
  	/*background: #4e819f;*/
	height: 100%;
  	width: 32px;
	top: 0;
  	left: 0;}

.ceooutlook5 .header h1 {
  	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	background: #00005a;
  	color: #fff;
	/*font-family: 'Sansita One', cursive;*/
  	padding: 10px;
	padding-bottom: 0;
	margin-top: 12px;}

.ceooutlook5 .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook5/4e819f.png") repeat-y top left;}

.ceooutlook5 .footer a, .ceooutlook5.promopage a {
	color: #fff;}

.ceooutlook5 .floatL {
	float: left;}

.ceooutlook5 .subscribe {
	margin-bottom: 10px;}

.ceooutlook5 .subscribe img {
	height: 30px;}

.ceooutlook5 .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: text-top;}

.ceooutlook5 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;}

.ceooutlook5 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;}

.ceooutlook5 video.videoSize {
	width: 784px;
	height: 441px;}

.ceooutlook5 .socialmedia img {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

.ceooutlook5.promopage {
	background-image: -webkit-linear-gradient(left, #000, #666);
	background-image: -moz-linear-gradient(left, #000, #666);
	background-image: -o-linear-gradient(left, #000, #666);
	background-image: -ms-linear-gradient(left, #000, #666);
    background-image: linear-gradient(left, #000, #666);}

.ceooutlook5.promopage.iphone.horizontal .tableWrapper {
	height: 175px;}

.ceooutlook5.promopage.iphone.vertical .tableWrapper {
	height: 300px;}

.ceooutlook5 .pullquote {
	font-size: 20px;
	color: #999;
	font-style: italic;
	padding: 20px;
	line-height: normal;}

.ceooutlook5 .videoInfo {
	color: #333; 
  	display: inline-block; 
  	position: relative; 
  	right: 30px;
  	top: 0;
  	padding: 10px 20px 10px 10px;
  	border-radius: 0 10px 10px 10px;
  	background: #fff url("http://read.nxtbook.com/connections/monthly/jan-2012/ceooutlook5/infoBG.png") center center;
	border: 5px solid #57678c;
	box-shadow: inset -1px -1px 5px #333, inset 2px 2px 5px #000}

.ceooutlook5.w1 .videoInfo {
  right: auto;}

.ceooutlook5 .videoInfo p {
	color: #333;
	line-height: normal}

.ceooutlook5 .videoInfo h2 {
  color: #474843;
  line-height: normal;
  padding:0
}

.ceooutlook5 .videoInfo h1 {
  font-fanily: Georgia;
  font-style:italic;
  color:#4F8699;
  line-height:normal;
  text-shadow:1px 1px 2px rgba(248,237,209,0.6)
}
/* GUI CSS */

/* END GUI CSS */

.ceooutlook5 .title {
  	border-top: 15px solid #dedede;
	/*margin-left: 20px;*/
	padding: 10px;
	max-width: 594px;
	margin-bottom: 50px;}

.ceooutlook5 .c1.title {
	margin-left: 20px;}

.ceooutlook5.w1 .title {
  max-width: 268px;}

.ceooutlook5.iphone.vertical .title {
  max-width: 260px;}

.ceooutlook5.iphone.horizontal .title {
  max-width: 420px;}

.ceooutlook5 .title h1 {
  	font-family: 'Cinzel Decorative', cursive;
	font-size: 36px;
  	padding: 0;
	padding-bottom: 5px;}

.ceooutlook5.iphone .title h1 {
	font-size: 24px;}

.ceooutlook5 .title h2 {
  	font-family: 'Marcellus', serif;
  	color: #666;
	font-size: 24px;
  	padding: 0;
	padding-bottom: 5px;
	line-height: normal;}

.ceooutlook5.iphone .title h2 {
	font-size: 16px;}

.ceooutlook5.iphone .container {
  margin-left:20px;}

.ceooutlook5 .title h3 {
	font-size: 12px;
	text-align: right;
	color: #666;
  	font-style: italic;
	padding: 0;}

.ceooutlook5 .sociallinks {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #000;
	border-radius: 5px;}

/*
* Copyright (c) 2012 Thibaut Courouble
* http://www.webinterfacelab.com
* Licensed under the MIT License
*
* Sass/SCSS source: http://goo.gl/Gsy7t
* PSD by Orman Clark: http://goo.gl/D8zmk
*/

.containerX {
margin: 30px;
font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
color: #404040;
}

.containerX .login {
position: relative;
margin: 0 auto;
padding: 20px 20px 20px;
width: 310px;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.containerX .login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
border-radius: 4px;
}

.containerX .login h1 {
margin: -20px -20px 21px;
line-height: 40px;
font-size: 15px;
font-weight: bold;
color: #555;
text-align: center;
text-shadow: 0 1px white;
background: #f3f3f3;
border-bottom: 1px solid #cfcfcf;
border-radius: 3px 3px 0 0;
background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
-webkit-box-shadow: 0 1px whitesmoke;
box-shadow: 0 1px whitesmoke;
}

.containerX .login p {
margin: 0 0 10px;
padding: 0;
}

.containerX .login p:first-child {
margin-top: 0;
}

.containerX .login p.remember_me {
float: left;
line-height: 31px;
}

.containerX .login p.remember_me label {
font-size: 12px;
color: #777;
cursor: pointer;
}

.containerX .login p.remember_me input {
position: relative;
bottom: 1px;
margin-right: 4px;
vertical-align: middle;
}

.containerX .login p.submit {
text-align: right;
}

.containerX .login-help {
margin: 20px 0;
font-size: 11px;
color: white;
text-align: center;
text-shadow: 0 1px #2a85a1;
}

.containerX .login-help a {
color: #cce7fa;
text-decoration: none;
}

.containerX .login-help a:hover {
text-decoration: underline;
}

.containerX :-moz-placeholder {
color: #c9c9c9 !important;
font-size: 13px;
}

.containerX ::-webkit-input-placeholder {
color: #ccc;
font-size: 13px;
}

.containerX input {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 14px;
}

.containerX input[type=text], .containerX input[type=email] {
margin: 5px;
padding: 0 10px;
width: 75%;
height: 34px;
color: #404040;
background: white;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.containerX input[type=text]:focus, .containerX input[type=email]:focus {
border-color: #7dc9e2;
outline-color: #dceefc;
outline-offset: 0;
}

.containerX input[type=submit] {
padding: 0 18px;
height: 29px;
font-size: 12px;
font-weight: bold;
color: #527881;
text-shadow: 0 1px #e3f1f1;
background: #cde5ef;
border: 1px solid;
border-color: #b4ccce #b3c0c8 #9eb9c2;
border-radius: 16px;
outline: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.containerX input[type=submit]:active {
background: #cde5ef;
border-color: #9eb9c2 #b3c0c8 #b4ccce;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.containerX .lt-ie9 input[type=text], .containerX .lt-ie9 input[type=email] {
line-height: 34px;
}

.ceooutlook5 a:link, .ceooutlook5 a:visited {
  color: #0040FF;
  text-shadow: 0px 0px 3px #fff;
  text-decoration:none} /* ////////////////////////////////////////////////////////////
// Media Queries for 1-column and 2-column
//////////////////////////////////////////////////////////// */

.grid.membership {
  background-color: transparent;
}

@media screen and (min-height:700px) {
/* 1-column */
.no-mobile .membership.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_iphone_port.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .membership.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_ipad_port.jpg") center center no-repeat;
  background-size: contain;}
}

@media screen and (max-height:699px) {
/* 1-column */
.no-mobile .membership.w1.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_iphone_port.jpg") center center no-repeat;
  background-size: contain;}

/* 2-column */
.no-mobile .membership.w2.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_iphone_land.jpg") center center no-repeat;
  background-size: contain;}
}

/* ////////////////////////////////////////////////////////////
// 3-column
//////////////////////////////////////////////////////////// */
.no-mobile .membership.w3.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_ipad_land.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// 4-column
//////////////////////////////////////////////////////////// */
.no-mobile .membership.w4.page-1 .wrapper {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_ipad_land.jpg") center center no-repeat;
  background-size: contain;}

/* ////////////////////////////////////////////////////////////
// iPhone vertical
//////////////////////////////////////////////////////////// */
.membership.iphone.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_iphone_port.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPhone horizontal
//////////////////////////////////////////////////////////// */
.membership.iphone.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_iphone_land.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad vertical
//////////////////////////////////////////////////////////// */
.membership.ipad.vertical.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_ipad_port.jpg") center center no-repeat;}

/* ////////////////////////////////////////////////////////////
// iPad horizontal
//////////////////////////////////////////////////////////// */
.membership.ipad.horizontal.page-1 {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/membership/membership_ipad_land.jpg") center center no-repeat;}

/* GUI CSS */

/* END GUI CSS */

 //CONTENT

.masthead {
  position:relative;}

.masthead p {
  color: #000;
  text-indent: 0;
  padding-bottom:10px;
  text-align: left;}

.masthead p.first:first-letter {
  float: left;
  color: #000;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Coda', cursive;}

.masthead h1  {
	color: #fbd46d;
	font-size: 280%;
  	font-family: 'Dancing Script', cursive;
	padding-bottom:10px;}

.masthead p:last-child {
  padding-bottom:0;
  margin-bottom:0;}

p:last-child {
  padding-bottom:0; margin-bottom:0;}
  
.masthead .center {
text-align: center; }

.masthead .botRight {
  position:absolute;
  bottom:0;
  right:34px;
  color:#333;
  font-size:75%;}

.masthead .botLeft {
  position:absolute;
  bottom:0;
  left:52px;
  color:#333;
  font-size:75%;}
  
 .masthead p.caption {
 	font-style: italic;
	line-height: 12px;}

.masthead .masthead-title {
  color: #4a81a1;
  text-transform:uppercase;
  border-style: none;}

.masthead .column:not(.c1) p {
  background: url("http://read.nxtbook.com/connections/monthly/jan-2012/masthead/afdaed.png") repeat-y top left;}
/* GUI CSS */

/* END GUI CSS */



/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }

  40% {
    -o-transform: translateY(-30px); }

  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }

  40% {
    transform: translateY(-30px); }

  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }

  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }

  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }

  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }

  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }

  20% {
    -webkit-transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }

  40% {
    -moz-transform: rotate(-10deg); }

  60% {
    -moz-transform: rotate(5deg); }

  80% {
    -moz-transform: rotate(-5deg); }

  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }

  40% {
    -o-transform: rotate(-10deg); }

  60% {
    -o-transform: rotate(5deg); }

  80% {
    -o-transform: rotate(-5deg); }

  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }

  40% {
    transform: rotate(-10deg); }

  60% {
    transform: rotate(5deg); }

  80% {
    transform: rotate(-5deg); }

  100% {
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -moz-transform: translateX(20%) rotate(3deg); }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -moz-transform: translateX(10%) rotate(2deg); }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -o-transform: translateX(20%) rotate(3deg); }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -o-transform: translateX(10%) rotate(2deg); }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }

  15% {
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    transform: translateX(20%) rotate(3deg); }

  45% {
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    transform: translateX(10%) rotate(2deg); }

  75% {
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }

  50% {
    -moz-transform: scale(1.1); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }

  50% {
    -o-transform: scale(1.1); }

  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }

  50% {
    transform: scale(1.1); }

  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }

  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }

  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateX(10deg); }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    transform: perspective(400px) rotateX(10deg); }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateY(10deg); }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    transform: perspective(400px) rotateY(10deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  70% {
    -moz-transform: scale(0.9); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }

  50% {
    opacity: 1;
    -o-transform: scale(1.05); }

  70% {
    -o-transform: scale(0.9); }

  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  80% {
    -moz-transform: translateY(10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }

  80% {
    -o-transform: translateY(10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  80% {
    -moz-transform: translateY(-10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(30px); }

  80% {
    -o-transform: translateY(-10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  80% {
    -moz-transform: translateX(-10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(30px); }

  80% {
    -o-transform: translateX(-10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  80% {
    -moz-transform: translateX(10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }

  80% {
    -o-transform: translateX(10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }

  25% {
    -moz-transform: scale(0.95); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }

  25% {
    -o-transform: scale(0.95); }

  50% {
    opacity: 1;
    -o-transform: scale(1.1); }

  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }

  25% {
    transform: scale(0.95); }

  50% {
    opacity: 1;
    transform: scale(1.1); }

  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(20px); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(20px); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }

  10% {
    -webkit-transform: skewX(-8deg); }

  20% {
    -webkit-transform: skewX(7deg); }

  30% {
    -webkit-transform: skewX(-6deg); }

  40% {
    -webkit-transform: skewX(5deg); }

  50% {
    -webkit-transform: skewX(-4deg); }

  60% {
    -webkit-transform: skewX(3deg); }

  70% {
    -webkit-transform: skewX(-2deg); }

  80% {
    -webkit-transform: skewX(1deg); }

  90% {
    -webkit-transform: skewX(0deg); }

  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }

  10% {
    -moz-transform: skewX(-8deg); }

  20% {
    -moz-transform: skewX(7deg); }

  30% {
    -moz-transform: skewX(-6deg); }

  40% {
    -moz-transform: skewX(5deg); }

  50% {
    -moz-transform: skewX(-4deg); }

  60% {
    -moz-transform: skewX(3deg); }

  70% {
    -moz-transform: skewX(-2deg); }

  80% {
    -moz-transform: skewX(1deg); }

  90% {
    -moz-transform: skewX(0deg); }

  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }

  10% {
    -o-transform: skewX(-8deg); }

  20% {
    -o-transform: skewX(7deg); }

  30% {
    -o-transform: skewX(-6deg); }

  40% {
    -o-transform: skewX(5deg); }

  50% {
    -o-transform: skewX(-4deg); }

  60% {
    -o-transform: skewX(3deg); }

  70% {
    -o-transform: skewX(-2deg); }

  80% {
    -o-transform: skewX(1deg); }

  90% {
    -o-transform: skewX(0deg); }

  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }

  10% {
    transform: skewX(-8deg); }

  20% {
    transform: skewX(7deg); }

  30% {
    transform: skewX(-6deg); }

  40% {
    transform: skewX(5deg); }

  50% {
    transform: skewX(-4deg); }

  60% {
    transform: skewX(3deg); }

  70% {
    transform: skewX(-2deg); }

  80% {
    transform: skewX(1deg); }

  90% {
    transform: skewX(0deg); }

  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s; }

#jstwitter {
  font-family: georgia;
  line-height: 1em;
  font-size: 13px;
  color: #333333;
  padding: 10px 10px 10px 10px; }

#jstwitter .tweet {
  margin: 0 auto 5px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc; }

#jstwitter .tweet a {
  text-decoration: none;
  color: #13c9d0; }

#jstwitter .tweet a:hover {
  text-decoration: underline; }

#jstwitter .tweet .time {
  font-size: 10px;
  font-style: italic;
  color: #666666; }


/* ==========================================================================
	CHROME

	Styles related to the chrome (interface) of the app.
   ========================================================================== */
.viewer {
  top: 0px;
  right: 30px;
  bottom: 0px;
  left: 30px; }

.os-ipad .viewer {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.os-iphone .viewer {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.os-android .viewer {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#grids_loading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #333333;
  opacity: 0.9;
  z-index: 999;
  visibility: hidden;
}

#grids_loading .message {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

#phone_rotated {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #333333;
  display: none;
  z-index: 999; }

#phone_rotated .message {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

#dialog_container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  visibility: hidden;
  z-index: 4; }

#dialog_container ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px; }

#dialog_container ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1); }

.next.overlay {
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  right: -30px;
  z-index: 3;
  opacity: 0.8;
  background-color: #000000;
  background-image: url("../../core/interface/img/arrow_right.png");
  bacground-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;}
  .next.overlay:hover {
    opacity: 1;
 }

.prev.overlay {
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -30px;
  opacity: 0.8;
  background-color: #000000;
  background-image: url("../../core/interface/img/arrow_left.png");
  bacground-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
  .prev.overlay:hover {
    opacity: 1;
  }

.os-android .next.overlay:hover {
  background-color: rgba(0, 0, 0, 0);}

.os-android .prev.overlay:hover {
  background-color: rgba(0, 0, 0, 0);}

nav {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0; }

.bottom_controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  z-index: 20;
  width: 64px;
  margin: auto; }

.radial_controls {
  width: 60px;
  height: 20px;
  margin: 0 auto;
  padding: 0 0;
  z-index: 20; }

.radial_inner {
  position: relative;
  display: inner-block;
  width: 60px;
  height: 20px;
  margin: 0 0;
  padding: 0 0;
  clear: both;
  z-index: 20; }

.radial_toggle_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat 0px -16px;
  width: 64px;
  height: 32px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  left: 0px;
  top: 0px; }
  .radial_toggle_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.contents_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -63px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: -120px;
  top: -36px; }
  .contents_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.share_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -127px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: -70px;
  top: -95px; }
  .share_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.search_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -319px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 0px;
  top: -118px; }
  .search_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.print_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -192px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 70px;
  top: -95px; }
  .print_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.help_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -255px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 120px;
  top: -36px; }
  .help_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.radial_button_hidden {
  left: 0px;
  top: 0px; }

.lbscroll {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  overflow-x: hidden; }

.lightbox {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5); }
  .lightbox .container {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px;
    background: black;
    padding-left: 0px; }

/* ==========================================================================
	IPAD SPECIFIC CHROME STYLES

	Contains any chrome styling specific to the iPad.
   ========================================================================== */
.os-ipad button {
  -webkit-appearance: none; }

/* ==========================================================================
	IPHONE SPECIFIC CHROME STYLES

	Contains any chrome styling specific to the iPhone (normal and retna)
   ========================================================================== */
.os-iphone button {
  -webkit-appearance: none; }

.r16x9.w1, .container.w1 [ratio="16x9"] img {
  width: 308px;
  height: 173px; }

.r16x9.w2, .container.w2 [ratio="16x9"] img {
  width: 634px;
  height: 357px; }

.r16x9.w3, .container.w3 [ratio="16x9"] img {
  width: 960px;
  height: 540px; }

.r4x3.w1, .container.w1 [ratio="4x3"] img {
  width: 308px;
  height: 231px; }

.r4x3.w2, .container.w2 [ratio="4x3"] img {
  width: 634px;
  height: 476px; }

.r4x3.w3, .container.w3 [ratio="4x3"] img {
  width: 960px;
  height: 720px; }

.r5x4.w1, .container.w1 [ratio="5x4"] img {
  width: 308px;
  height: 246px; }

.r5x4.w2, .container.w2 [ratio="5x4"] img {
  width: 634px;
  height: 507px; }

.r5x4.w3, .container.w3 [ratio="5x4"] img {
  width: 960px;
  height: 768px; }

.r1x1.w1, .container.w1 [ratio="1x1"] img {
  width: 308px;
  height: 308px; }

.r1x1.w2, .container.w2 [ratio="1x1"] img {
  width: 634px;
  height: 634px; }

.r1x1.w3, .container.w3 [ratio="1x1"] img {
  width: 960px;
  height: 960px; }

.r4x5.w1, .container.w1 [ratio="4x5"] img {
  width: 308px;
  height: 385px; }

.r4x5.w2, .container.w2 [ratio="4x5"] img {
  width: 634px;
  height: 793px; }

.r4x5.w3, .container.w3 [ratio="4x5"] img {
  width: 960px;
  height: 1200px; }

.r3x4.w1, .container.w1 [ratio="3x4"] img {
  width: 308px;
  height: 411px; }

.r3x4.w2, .container.w2 [ratio="3x4"] img {
  width: 634px;
  height: 845px; }

.r3x4.w3, .container.w3 [ratio="3x4"] img {
  width: 960px;
  height: 1280px; }

.c1 {
  margin-left: 0px; }

.c2 {
  margin-left: 326px; }

.c3 {
  margin-left: 652px; }

.w1 {
  width: 308px; }

.w2 {
  width: 634px; }

.w3 {
  width: 960px; }

.w2.grid:not(.fixed):not(.sizetocontainer) {
  max-width: 960px; }

.w1.grid:not(.fixed):not(.sizetocontainer) {
  max-width: 634px; }

.lightbox .container[class*="single"] {
  width: 308px; }
.lightbox .container[class*="double"] {
  width: 634px; }
.lightbox .container[class*="triple"] {
  width: 960px; }
.lightbox .container[class*="quad"] {
  width: 1286px; }
.lightbox .container img {
  width: 100%;
  height: auto; }

.column {
  width: 308px;
  font-size: 16px;
  line-height: 24px; }

orientation-horizontal .column {
  width: 390px; }

orientation-vertical .column {
  width: 200px; }

.grid {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

.fixed.grid, .sizetocontainer.grid {
  max-width: none;
  max-height: none;
  min-width: none;
  min-height: none; }

html.js .hidden, html.no-js .hidden {
  display: none; }

.chrome, .viewer {
  position: absolute;
  display: block; }

.chrome {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.container.scroll {
  position: absolute;
  overflow: auto;
  overflow-x: hidden; }

.grid .scroll-fade:after {
  content: "\0020";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), white); }

.container .scroll {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 40px; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px; }

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5); }

.touch ::-webkit-scrollbar {
  width: 3px; }

html {
  font-size: 16px;
  line-height: 24px;
  font-family: sans-serif;
  color: #333333;
  background-color: #333666;
  background-image: url("../../core/interface/img/app_background.png"); }

html, body {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  word-wrap: break-word; }

.column, .container {
  position: absolute;
  overflow: hidden;
  top: 32px;
  bottom: 32px; }

.column {
  min-height: 72px; }

#previousPage, #nextPage {
  opacity: 0.5; }

#currentPage {
}

.os-android #previousPage {
  opacity: 1;
}

.os-android #nextPage {
  opacity: 1;
}

.grid.trimleft {
  padding-left: 0; }

.grid.trimright {
  padding-right: 0; }

figure {
  display: block; }

.colapsed {
  position: absolute; }

.topfix {
  top: 0; }

.rightfix {
  right: 0; }

.bottomfix {
  bottom: 0;
  top: auto; }

.leftfix {
  left: 0; }

.overflow {
  overflow: visible; }

.error, .loading {
  position: absolute; }
  .error#nextPage, .error#previousPage, .loading#nextPage, .loading#previousPage {
    display: none; }

.hidden, .microdata {
  display: none; }

.group {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0; }

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

.nocap .caption {
  display: none; }

.fill .caption {
  padding-left: 32px;
  padding-right: 32px; }

.caption.left {
  text-align: left; }
.caption.right {
  right: 0;
  text-align: right; }

.insetcap .caption {
  position: absolute; }
.insetcap.ul .caption {
  top: 0;
  left: 0; }
.insetcap.ur .caption {
  top: 0;
  right: 0; }
.insetcap.ll .caption {
  bottom: 0;
  left: 0; }
.insetcap.lr .caption {
  bottom: 0;
  right: 0; }

.fullbleed {
  position: absolute;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto; }

.os-ipad, .os-ipad .grid, .os-iphone, .os-iphone .grid {
  -webkit-font-smoothing: antialiased; }

html.offline .no-offline, html.offline [data-requires~="no-offline"] {
  display: none; }
html.offline [data-requires~="offline"] {
  display: block; }

html.no-offline [data-requires~="no-offline"] {
  display: block; }
html.no-offline [data-requires~="offline"] {
  display: none; }

.r {
  background: #ff9999 !important; }

.g {
  background: #99ff99 !important; }

.b {
  background: #9999ff !important; }

.c {
  background: #99ffff !important; }

.m {
  background: #ff99ff !important; }

.y {
  background: #ffff99 !important; }

.grid.ipad {
  min-width: 99999px;
  width: 99999px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none; }

.os-ipad .grid {
  min-width: 99999px;
  width: 99999px;
  opacity: 1 !important; }
.os-ipad .grid.fixed.ipad.horizontal {
  height: 644px;
  width: 960px;
  min-width: 960px;
  padding: 0 32px; }
.os-ipad .grid.fixed.ipad.vertical {
  height: 900px;
  width: 634px;
  min-width: 634px;
  padding: 0 67px; }

.os-ipad.fullscreen .grid.fixed.ipad.horizontal {
  height: 748px; }
.os-ipad.fullscreen .grid.fixed.ipad.vertical {
  height: 1004px; }

.grid.iphone {
  min-width: 99999px;
  width: 99999px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none; }

.os-iphone .vertical div {
  line-height: 16px;
  font-size: 12px; }
  .os-iphone .vertical div.column {
    width: 300px; }
.os-iphone .vertical p {
  line-height: 16px;
  font-size: 12px; }
.os-iphone .horizontal div {
  line-height: 16px;
  font-size: 12px; }
  .os-iphone .horizontal div.column {
    width: 460px; }
.os-iphone .horizontal p {
  line-height: 16px;
  font-size: 12px; }
.os-iphone .grid {
  min-width: 99999px;
  width: 99999px;
  opacity: 1 !important; }
.os-iphone .grid.fixed.iphone.horizontal {
  width: 480px;
  min-width: 468px;
  padding: 0px 0px; }
  .os-iphone .grid.fixed.iphone.horizontal .container {
    width: 480px; }
.os-iphone .grid.fixed.iphone.vertical {
  width: 320px;
  min-width: 308px;
  padding: 0px 0px; }

.os-iphone.fullscreen .grid.fixed.iphone.horizontal {
  height: 300px; }
.os-iphone.fullscreen .grid.fixed.iphone.vertical {
  height: 460px; }
  .os-iphone.fullscreen .grid.fixed.iphone.vertical div.column {
    width: 300px; }

.ipc1 {
  margin-left: 0; }

.ipw_v {
  width: 300px; }

.ipw_h {
  width: 460px; }

.grid.ipod {
  min-width: 99999px;
  width: 99999px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none; }

.os-ipod div {
  font-size: 12px; }
.os-ipod .grid {
  min-width: 99999px;
  width: 99999px;
  opacity: 1 !important; }
.os-ipod .grid.fixed.ipod.horizontal {
  width: 960px;
  min-width: 960px;
  padding: 0 -460px; }
.os-ipod .grid.fixed.ipod.vertical {
  width: 960px;
  min-width: 960px;
  padding: 0 -466.667px; }

.os-ipod.fullscreen .grid.fixed.ipod.horizontal {
  height: 300px; }
.os-ipod.fullscreen .grid.fixed.ipod.vertical {
  height: 460px; }

.contents_panel {
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none; }
  .contents_panel h1 {
    margin-left: 8px; }
  .contents_panel .lFloatclear {
    float: left;
    clear: both; }
  .contents_panel .clearDiv {
    height: 0;
    clear: both; }
  .contents_panel .contentslist {
    background: #000;
    padding-top: 10px;
    max-width: 422px;
    margin: 1.5em auto 1.5em;
    position: relative; }
  .contents_panel .contentitem {
    background: #303030;
    background: -webkit-linear-gradient(top, #303030, #242424);
    background: -moz-linear-gradient(top, #303030, #242424);
    background: -o-linear-gradient(top, #303030, #242424);
    background: -ms-linear-gradient(top, #303030, #242424);
    background: linear-gradient(top, #303030, #242424);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#242424');
    max-width: 422px;
    cursor: pointer;
    border-top: 1px solid #4d4d4d;
    border-bottom: 2px solid #000;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 8px 8px 8px;
    cursor: pointer; }
  .contents_panel .contentitem:hover, .contents_panel .contentitem:active {
    background: #242424;
    background: -webkit-linear-gradient(top, #242424, #303030);
    background: -moz-linear-gradient(top, #242424, #303030);
    background: -o-linear-gradient(top, #242424, #303030);
    background: -ms-linear-gradient(top, #242424, #303030);
    background: linear-gradient(top, #242424, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#303030'); }
  .contents_panel .contentitem img {
    cursor: pointer;
    width: 64px;
    height: 64px;
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; }
  .contents_panel .contenttitle {
    display: block;
    font-weight: lighter;
    font-size: 1em;
    color: #aeaeae;
    padding: 5px 8px 5px 0;
    cursor: pointer; }
  .contents_panel .tocDesc {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.25em;
    color: #909090;
    font-size: .75em;
    margin-right: 80px;
    text-align: left; }
  .contents_panel .author {
    float: right;
    clear: both;
    color: #909090;
    padding: 0;
    margin: 0;
    font-size: 75%;
    font-style: italic; }

.os-iphone .contents_thumb {
  display: none; }

.share_panel .text {
  color: #dfdfdf; }

.share_panel .share_facebook_icon {
  float:left;
  display:block;
  width: 33px;
  height: 33px;
  margin-right:10px;
  background: url(../../core/interface/img/share/share_facebook.png) no-repeat;
}

.share_panel .share_twitter_icon {
  float:left;
  display:block;
  width: 33px;
  height: 33px;
  margin-right:10px;
  background: url(../../core/interface/img/share/share_twitter.png) no-repeat;
}

.share_panel .share_pinterest_icon {
  float:left;
  display:block;
  width: 33px;
  height: 33px;
  margin-right:10px;
  background: url(../../core/interface/img/share/share_pinterest.png) no-repeat;
}

.share_panel .share_linkedin_icon {
  float:left;
  display:block;
  width: 33px;
  height: 33px;
  margin-right:10px;
  background: url(../../core/interface/img/share/share_linkedin.png) no-repeat;
}

.share_panel .share_email_icon {
  float:left;
  display:block;
  width: 33px;
  height: 33px;
  margin-right:10px;
  background: url(../../core/interface/img/share/share_email.png) no-repeat;
}

.share_panel .emailbox {
  padding: 5px 5px;
  margin-left: 20px;
}

.share_panel .toolbox a, .share_panel .emailbox a {
  display: block;
  color:#dfdfdf;
  float: left;
  width: 45%;
  margin: 0 0 1px 2%;
  padding: 1%;
  font-size: 85%;
  white-space: nowrap;
  line-height: 33px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 2px solid #000;
  background: #303030;
  background: -webkit-linear-gradient(top, #303030, #242424);
  background: -moz-linear-gradient(top, #303030, #242424);
  background: -o-linear-gradient(top, #303030, #242424);
  background: -ms-linear-gradient(top, #303030, #242424);
  background: linear-gradient(top, #303030, #242424);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#303030', endColorstr = '#242424'); }
.share_panel .toolbox a:hover, .share_panel .emailbox a:hover {
  background: #242424;
  color:#fff;
  background: -webkit-linear-gradient(top, #242424, #303030);
  background: -moz-linear-gradient(top, #242424, #303030);
  background: -o-linear-gradient(top, #242424, #303030);
  background: -ms-linear-gradient(top, #242424, #303030);
  background: linear-gradient(top, #242424, #303030);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#242424', endColorstr = '#303030'); }
.share_panel .action {
  float: left;
  margin-right: 20px;
  color: #dfdfdf;
  vertical-align: baseline; }
.share_panel #yourmessage {
  width: 100%; }
.share_panel .share {
  display: block;
  min-width: 200px;
  float: left;
  margin-bottom: 10px; }
.share_panel label {
  display: block;
  font-size: 100%;
  margin-top: 10px; }
.share_panel .url {
  font-size: 75%;
  line-height: 8px; }

.help_panel .fingerSwipe {
  height: 100px;
  margin: 3px; }
  .help_panel .fingerSwipe img {
    width: 100px;
    height: 100px; }
  .help_panel .fingerSwipe h4 {
    margin: 30px 30px; }

.search_panel .search2 {
  display: none; }
.search_panel .search {
  width: 99%;
  position: relative; }
.search_panel .action {
  float: left;
  margin-right: 20px;
  color: #dfdfdf;
  vertical-align: baseline; }
.search_panel #searchtype {
  padding: 3px; }
.search_panel input, .search_panel label {
  vertical-align: baseline; }
.search_panel label {
  margin-left: 10px; }
.search_panel .searchoptions {
  float: left;
  margin-top: 24px;
  margin-bottom: 24px; }
.search_panel .previousblock {
  float: left;
  position: relative;
  left: -20px; }
.search_panel .nextblock {
  float: right;
  position: relative;
  right: -20px; }
.search_panel .previousblock p, .search_panel .nextblock p, .search_panel .previousblock img, .search_panel .nextblock img {
  display: block;
  float: left;
  text-indent: 0;
  margin-right: 6px;
  color: #dfdfdf;
  font-variant: small-caps; }
.search_panel .contentslist {
  background: #000;
  padding: 30px;
  padding-top: 10px;
  max-width: 422px;
  margin: 1.5em auto 1.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative; }
.search_panel .contentitem {
  background: #303030;
  background: -webkit-linear-gradient(top, #303030, #242424);
  background: -moz-linear-gradient(top, #303030, #242424);
  background: -o-linear-gradient(top, #303030, #242424);
  background: -ms-linear-gradient(top, #303030, #242424);
  background: linear-gradient(top, #303030, #242424);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#303030', endColorstr = '#242424');
  max-width: 422px;
  cursor: pointer;
  border-top: 1px solid #4d4d4d;
  border-bottom: 2px solid #000;
  margin-bottom: 1px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 8px 8px 8px;
  cursor: pointer; }
.search_panel .contentitem:hover, .search_panel .contentitem:active {
  background: #242424;
  background: -webkit-linear-gradient(top, #242424, #303030);
  background: -moz-linear-gradient(top, #242424, #303030);
  background: -o-linear-gradient(top, #242424, #303030);
  background: -ms-linear-gradient(top, #242424, #303030);
  background: linear-gradient(top, #242424, #303030);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#242424', endColorstr = '#303030'); }
.search_panel .contentitem img {
  cursor: pointer;
  width: 64px;
  height: 64px;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px; }
.search_panel .contenttitle {
  display: block;
  font-weight: lighter;
  font-size: 1em;
  color: #aeaeae;
  padding: 5px 8px 5px 0;
  cursor: pointer; }
.search_panel .h_divider {
  background: url(../../img/h-divider-gradient.png) no-repeat;
  max-width: 422px;
  height: 3px;
  margin-top: 9px;
  margin-bottom: 9px; }
.search_panel .resultdesc {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.25em;
  color: #909090;
  font-size: .75em;
  margin-right: 80px;
  text-align: left; }
.search_panel .resultsTitle {
  margin-bottom: 24px;
  color: #909090;
  font-size: 75%;
  margin: 5px 8px; }
.search_panel .keyword {
  color: #CC3333; }

/***
 VARIABLES
***/
/*************************************************/
.articlebarholder {
  position: absolute;
  height: 16px;
  left: 36px;
  right: 36px;
  top: 0px;
  padding: 0px 0px;
  padding-bottom: 4px;
  margin: 0px 0px;
  z-index: 10;
  text-align: center;
  background-color: #333;
  border: solid 1px #333;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.articlebar_line {
  position: absolute;
  left: 3px;
  right: 3px;
  padding: 3px;
  margin: 0px auto; }

.os-android .articlebarholder {
  visibility: hidden;}

.os-iphone .articlebarholder {
  visibility: hidden;}

.os-ipad .articlebarholder {
  visibility: hidden;}

.os-android .articlebar_line {
  visibility: hidden;
}

.os-iphone .articlebar_line {
  visibility: hidden;
}

.os-ipad .articlebar_line {
  visibility: hidden;
}

.articlebar_article, .articlebar_indicator {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  top: -4px;
  height: 14px;
  background-color: #666666;
  border: solid 1px #333;
  border-top: none;
  border-bottom: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 10px;
  color: #000;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#595959');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#595959');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #8c8c8c), color-stop(0.5, #666666), color-stop(0.49, #595959));
  background-image: -webkit-linear-gradient(top, #8c8c8c 0%, #666666 50%, #595959 51%, #595959 100%);
  background-image: -moz-linear-gradient(top, #8c8c8c 0%, #666666 50%, #595959 51%, #595959 100%);
  background-image: linear-gradient(top, #8c8c8c 0%, #666666 50%, #595959 51%, #595959 100%); }

.articlebar_article div, .articlebar_indicator div {
  margin-left: -999em;
  position: absolute;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: left; }

.articlebar_article:hover, .articlebar_indicator:hover {
  background-color: #aaaaaa;
  background-color: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#9d9d9d');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#9d9d9d');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #d0d0d0), color-stop(0.5, #aaaaaa), color-stop(0.49, #9d9d9d));
  background-image: -webkit-linear-gradient(top, #d0d0d0 0%, #aaaaaa 50%, #9d9d9d 51%, #9d9d9d 100%);
  background-image: -moz-linear-gradient(top, #d0d0d0 0%, #aaaaaa 50%, #9d9d9d 51%, #9d9d9d 100%);
  background-image: linear-gradient(top, #d0d0d0 0%, #aaaaaa 50%, #9d9d9d 51%, #9d9d9d 100%); }

.articlebar_article:hover div, .articlebar_indicator:hover div {
  position: absolute;
  top: 20px;
  z-index: 99;
  margin-left: 0; }

.articlebar_currentarticle, .articlebar_indicator {
  background-color: #333333;
  background-color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#262626');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#262626');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #595959), color-stop(0.5, #333333), color-stop(0.49, #262626));
  background-image: -webkit-linear-gradient(top, #595959 0%, #333333 50%, #262626 51%, #262626 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #333333 50%, #262626 51%, #262626 100%);
  background-image: linear-gradient(top, #595959 0%, #333333 50%, #262626 51%, #262626 100%); }

/**
	The tooltip that shows the article title.
*/
.articlebar_label {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 6px; }

.articlebar_label p {
  padding: 4px 4px;
  color: #fff;
  font-weight: normal;
  text-indent: none;
  text-align: left; }

/**
	The indicator holder div.
	This moves and provides a way to show a line or some other
*/
.articlebar_indicator {
  background-color: #4c83a9;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 3px;
  border: none;
  background-color: #4c83a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a90b5', endColorstr='#447597');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a90b5', endColorstr='#447597');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #7da7c5), color-stop(0.5, #4c83a9), color-stop(0.49, #447597));
  background-image: -webkit-linear-gradient(top, #7da7c5 0%, #4c83a9 50%, #447597 51%, #447597 100%);
  background-image: -moz-linear-gradient(top, #7da7c5 0%, #4c83a9 50%, #447597 51%, #447597 100%);
  background-image: linear-gradient(top, #7da7c5 0%, #4c83a9 50%, #447597 51%, #447597 100%); }

.articlebar_indicator div {
  opacity: 0; }

.articlebar_indicator:hover div {
  opacity: 1; }

/**
	The actual indicator text div,
	attached to the indicator holder.
	It is positioned relative to the indicator holder,
	allowing them to move as one component.
*/
.articlebar_pagetext {
  position: absolute;
  top: 16px;
  left: 0px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  height: 18px;
  background-color: #000;
  color: #ffffff;
  border: solid 2px #ffffff; }

.contents_panel, .print_panel, .help_panel, .search_panel, .share_panel {
  color: #dfdfdf;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  padding-top: 30px;
  padding-bottom: 40px; }
  .contents_panel .bg, .print_panel .bg, .help_panel .bg, .search_panel .bg, .share_panel .bg {
    background: black;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding: 8px;
    z-index: 1; }
  .contents_panel p, .print_panel p, .help_panel p, .search_panel p, .share_panel p {
    text-indent: 0; }
  .contents_panel .cancel, .print_panel .cancel, .help_panel .cancel, .search_panel .cancel, .share_panel .cancel {
    display: block;
    margin-top: 15px;
    font-size: 75%;
    text-decoration: underline;
    color: #9d9d9d; }
  .contents_panel .cancel:hover, .contents_panel .cancel:active, .print_panel .cancel:hover, .print_panel .cancel:active, .help_panel .cancel:hover, .help_panel .cancel:active, .search_panel .cancel:hover, .search_panel .cancel:active, .share_panel .cancel:hover, .share_panel .cancel:active {
    color: #dfdfdf; }
  .contents_panel .h_divider, .print_panel .h_divider, .help_panel .h_divider, .search_panel .h_divider, .share_panel .h_divider {
    background: url(../../img/h-divider-gradient.png) no-repeat center;
    max-width: 422px;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 9px; }
  .contents_panel .topRow, .print_panel .topRow, .help_panel .topRow, .search_panel .topRow, .share_panel .topRow {
    width: 100%;
    margin-bottom: 24px; }
  .contents_panel .nowrap, .print_panel .nowrap, .help_panel .nowrap, .search_panel .nowrap, .share_panel .nowrap {
    white-space: nowrap; }
  .contents_panel .lFloatclear, .print_panel .lFloatclear, .help_panel .lFloatclear, .search_panel .lFloatclear, .share_panel .lFloatclear {
    float: left;
    clear: both; }
  .contents_panel .floatleft, .print_panel .floatleft, .help_panel .floatleft, .search_panel .floatleft, .share_panel .floatleft {
    float: left; }
  .contents_panel .floatright, .print_panel .floatright, .help_panel .floatright, .search_panel .floatright, .share_panel .floatright {
    float: right; }
  .contents_panel .clearDiv, .print_panel .clearDiv, .help_panel .clearDiv, .search_panel .clearDiv, .share_panel .clearDiv {
    height: 0;
    clear: both; }
  .contents_panel p.inline, .print_panel p.inline, .help_panel p.inline, .search_panel p.inline, .share_panel p.inline {
    color: #dfdfdf;
    display: inline; }
  .contents_panel .floatright, .print_panel .floatright, .help_panel .floatright, .search_panel .floatright, .share_panel .floatright {
    float: right; }
  .contents_panel .floatleft, .print_panel .floatleft, .help_panel .floatleft, .search_panel .floatleft, .share_panel .floatleft {
    float: left; }
  .contents_panel h1, .print_panel h1, .help_panel h1, .search_panel h1, .share_panel h1 {
    display: block;
    color: #aeaeae;
    font-size: 90%;
    font-weight: lighter;
    letter-spacing: 1px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: .5em;
    text-align: left;
    text-transform: uppercase; }
  .contents_panel ul, .print_panel ul, .help_panel ul, .search_panel ul, .share_panel ul {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }
  .contents_panel li, .print_panel li, .help_panel li, .search_panel li, .share_panel li {
    font-family: 'Lora', serif;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    border: 1px solid #666;
    background-color: #fff;
    margin: 5px;
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em; }
    .contents_panel li h3, .print_panel li h3, .help_panel li h3, .search_panel li h3, .share_panel li h3 {
      font-family: 'Lora', serif;
      font-size: 1.3em;
      color: #333;
      text-align: center;
      padding: 6px 0 0 0;
      margin: 0 auto;
      font-weight: bold; }
    .contents_panel li h4, .print_panel li h4, .help_panel li h4, .search_panel li h4, .share_panel li h4 {
      font-size: 1em;
      color: #333;
      text-align: center;
      padding: 3px 0 0 0;
      margin: 0 auto;
      font-weight: normal; }
  .contents_panel .close, .print_panel .close, .help_panel .close, .search_panel .close, .share_panel .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url("../../img/close2.png");
    padding: 10px; }
  .contents_panel .button, .print_panel .button, .help_panel .button, .search_panel .button, .share_panel .button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff; }
  .contents_panel .button:hover, .print_panel .button:hover, .help_panel .button:hover, .search_panel .button:hover, .share_panel .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ededed');
    background-color: #dfdfdf; }
  .contents_panel .button:active, .print_panel .button:active, .help_panel .button:active, .search_panel .button:active, .share_panel .button:active {
    position: relative;
    top: 1px; }

.share_panel_inner, .print_panel_inner, .contents_panel_inner, .help_panel_inner, .search_panel_inner, .searchresultscontainer {
  background: #212121;
  padding: 8px;
  padding-bottom: 24px;
  max-width: 422px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
  border: 2px solid #333;
  border-radius: 5px; }

.os-iphone .no-ios {
  display: none; }

.os-ipad .no-ios {
  display: none; }

.os-iphone .ios-only {
  display: block; }

.os-ipad .ios-only {
  display: block; }

.ios-only {
  display: none; }

body.os-iphone .ios-only {
  display: block; }

.panel_visible {
  visibility: visible;
  display: block;
  opacity: 1; }
