@charset "utf-8";
/*<![CDATA[*/
/*
 * Include responsive styles here to override bootstrap media queries
 * See @link: http://getbootstrap.com/css/#grid
 */
/*<![CDATA[*/
/*
 * Include global LESS variables here
 * Can replicate Bootstrap vars for clearer code, or include customized versions
 * See @link: http://getbootstrap.com/customize/#grid-system for defaults or to download custom build
 */
/*
 * Custom Bootstrap variables defined for use in this theme
 * NOTE: that IE8 with a scrollbar requires 22px of chrome reduce screen resolution by this amount
 * Keep these values in sync in twig.js for reference in enquire.js
 
 
 * Requested updated 6/12/2014
 * Force Tablet portrait to use Desktop layout
 
 */
/*
 * Custom Bootstrap variables not required to be defined,
 * just used for reference when rebuilding
 *
 
@grid-columns:        30;   // Each column represents about 42px on HD Desktop layout (PSD)
@grid-gutter-width:     16px;
@container-tablet:      (@screen-desktop - @grid-gutter-width); // Forced to Desktop
@container-desktop:     (@screen-desktop - @grid-gutter-width);
@container-large-desktop: (@screen-lg-desktop - @grid-gutter-width);
@navbar-height:       56px;
/**/
/* Utility variables */
/*]]>*/
/*<![CDATA[*/
/* Twig modified, so Diff any updated version */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
 * Modified to accept alpha values for @start and @stop to allow transparency
 * For solid gradients, pass background color and image URL for older browsers.
 * If using alpha, do not pass bgcolor, or the background will be solid!
 *
 * Top-to-bottom direction
*/
/*
 * Extra mixins and functions
 */
/*
 * Can't seem to use variables as properties
 *
 .calc(@attr; @calc) {
  @attr: -webkit-calc(e(@calc)); 
  @attr: -moz-calc(e(@calc)); 
  @attr: -o-calc(e(@calc)); 
  @attr: calc(e(@calc)); 
}
/**/
/* Bootstrap mixins */
/**/
/*
 * retina.less
 *
 * Twig modified helper mixin for applying high-resolution background images
 * See @link: http://www.retinajs.com
 * Usage: .retina(path, width, height) instead of background-image{} for bgs with retina versions
 * Enclose path in double-quotes to avoid compile error with single quotes in backtick'd javascript function
 * All retina versions should end @2x.EXT per Apple's suggestion
 *
 * Also see retina.js for swapping out retina files for inline images
 */
/*
 * Twig SVG mixin to replace .svg with .png for background images
 * Usage: .svg(path) instead of background-image{} for bgs with retina versions
 * Enclose path in double-quotes to avoid compile error with single quotes in backtick'd javascript function
 * PNG must be same dimensions as SVG, and be uploaded into the same folder
 */
/**/
/*]]>*/
/*<![CDATA[*/
/*
 * Custom font-face fonts
 * Typekit.com, Google Fonts etc.
 *
 * For Typekit, use a mixin to select one of the 
 * variations in fallback for IE
 *
 * Museo-Sans (100, 300, 500, 700, 900)
 *  100   "museo-sans-n1", "museo-sans" 
 *  300   "museo-sans-n3", "museo-sans"
 *  500   "museo-sans-n5", "museo-sans"
 *  700   "museo-sans-n7", "museo-sans"
 *  900   "museo-sans-n9", "museo-sans"
 *
 *
 * Roboto (100, 300, 400, 500, 700, 900) with Italic versions
 *  100   Ultra-Light (Thin)
 *  300   Book (Light)
 *  400   Normal
 *  500   Medium
 *  700   Bold
 *  900   Ultra-Bold (Black)
 *
 *
 * Signika (300, 400, 600, 700)
 *  300   Light
 *  400   Normal
 *  600   Semi-Bold
 *  700   Bold
 *
 *
 * Montserrat (400, 700)
 *  400   Normal
 *  700   Bold
 *
 *
 * Open Sans (400, 400italic, 700, 700italic)
 *  400   Normal
 *  700   Bold
 *

.ff-museo(@variation: 5; @style: normal) {
  font-family: "museo-sans-n@{variation}", "museo-sans", Helmet, Freesans, sans-serif;
  font-style: @style;
  font-weight: (@variation * 100);
}

.ff-roboto(@variation: 4; @style: normal) {
  font-family: "Roboto", Helmet, Freesans, sans-serif;
  font-style: @style;
  font-weight: (@variation * 100);
}
*/
/* Set default font */
/*]]>*/
/* Cascading device-sizes */
@media only screen and (min-width: 768px) {
  header#top-bar .dom-move.widgets {
    padding: 0 8px 0 13px;
  }
  header#top-bar .dom-move.widgets .weather,
  header#top-bar .dom-move.widgets .stocks {
    font-size: 12px;
    color: #393939;
    margin: 0;
    padding: 10px 0;
    border: none;
  }
  header#top-bar .dom-move.widgets .stocks {
    text-align: right;
  }
  header#top-bar .dom-move.widgets .utility-nav {
    padding: 0;
    line-height: 36px;
  }
  header#top-bar .dom-move.widgets .utility-nav a {
    color: #4b4b4b;
  }
  header#top-bar .dom-move.widgets .utility-nav a.btn-primary {
    margin-top: 3px;
  }
  header#top-bar .dom-move.widgets .utility-nav a.btn-primary:focus,
  header#top-bar .dom-move.widgets .utility-nav a.btn-primary:hover {
    color: #fff !important;
  }
  header#top-bar .dom-move.widgets .utility-nav a:focus,
  header#top-bar .dom-move.widgets .utility-nav a:hover {
    color: #4b4b4b !important;
  }
  header#top-bar .dom-move.widgets .search {
    padding: 6px 0 0;
    text-align: right;
  }
  header#top-bar .dom-move.widgets .search form input[type="search"] {
    height: 26px;
    width: 145px;
  }
  header#top-bar .dom-move.widgets .search form input[type="submit"] {
    border: none;
    background-color: #262626;
    background-image: url('');
    background-image: -ms-linear-gradient(top, #3a3a3a 0%, #262626 100%);
    background-image: -moz-linear-gradient(top, #3a3a3a 0%, #262626 100%);
    background-image: -o-linear-gradient(top, #3a3a3a 0%, #262626 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(1, #262626));
    background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #262626 100%);
    background-image: linear-gradient(to bottom, #3a3a3a 0%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3a3a', endColorstr='#ff262626', GradientType=0);
    color: #fff;
    height: 24px;
  }
  header#top-bar .dom-move.widgets .search form input[type="submit"]:hover,
  header#top-bar .dom-move.widgets .search form input[type="submit"]:focus {
    background-color: #262626;
    color: #fff;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -webkit-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=85);
  }
  header#masthead #social-media-preferences {
    text-align: right;
  }
  header#masthead #social-media-preferences .dom-move {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  header#masthead #social-media-preferences .dom-move .lbl {
    display: none;
  }
  header#masthead #social-media-preferences .dom-move.social li {
    padding: 15px 2px 15px;
  }
  header#masthead #social-media-preferences .dom-move.social li.rss {
    padding-right: 15px;
    border-right: 1px solid #363636;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user {
    padding: 0;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user .user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 1000;
    background-color: #000;
    border: 1px solid red;
    width: 400px;
    padding: 12px 20px 10px;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user .user-dropdown .txt-info {
    text-align: center;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user a {
    padding: 15px 2px 15px 8px;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user a .fa {
    color: #fff;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user:hover .fa,
  header#masthead #social-media-preferences .dom-move.preferences li.user.open .fa,
  header#masthead #social-media-preferences .dom-move.preferences li.user > a:active .fa,
  header#masthead #social-media-preferences .dom-move.preferences li.user > a:hover .fa,
  header#masthead #social-media-preferences .dom-move.preferences li.user > a:focus .fa {
    color: #a9091f;
  }
  header#masthead #social-media-preferences .dom-move.preferences li.user:hover .user-dropdown,
  header#masthead #social-media-preferences .dom-move.preferences li.user.open .user-dropdown,
  header#masthead #social-media-preferences .dom-move.preferences li.user > a:active .user-dropdown,
  header#masthead #social-media-preferences .dom-move.preferences li.user > a:hover .user-dropdown,
  header#masthead #social-media-preferences .dom-move.preferences li.user > a:focus .user-dropdown {
    display: block;
  }
  header#masthead #twt-logo a img {
    max-width: 254px;
    max-height: 28px;
  }
  header#info-bar .next-up-info-bar ol li {
    margin-bottom: 0 !important;
  }
  #contact-links > .row > :last-child {
    border-left: 1px solid #cccccc;
    padding-left: 16px;
  }
  section#content .block-title {
    left: -16px;
  }
  aside#primary > .equal-heights-column-inner > .aside-inner,
  aside#secondary > .equal-heights-column-inner > .aside-inner {
    max-width: 300px;
  }
  aside#primary.collapsed > .equal-heights-column-inner > .aside-inner,
  aside#secondary.collapsed > .equal-heights-column-inner > .aside-inner {
    max-width: none;
  }
  /*
    Add borders to inner columns if not collapsed
    Moved from > Tablet 6/12/2014
  */
  .equal-heights > .equal-heights-column.left-border > .equal-heights-column-inner {
    padding-left: 16px;
    border-left: 1px solid #cccccc;
  }
  .equal-heights > .equal-heights-column.right-border > .equal-heights-column-inner {
    padding-right: 16px;
    border-right: 1px solid #cccccc;
  }
  .equal-heights > .equal-heights-column.collapsed > .equal-heights-column-inner {
    padding: 0 !important;
    border: 0 !important;
  }
}
@media only screen and (max-width: 1257px) {
  header#masthead #main-nav ul.menu > li:last-child > a {
    border-right: none;
  }
}
/**/
/* Individual device-sizes */
@media only screen and (min-width: 768px) and (max-width: 1001px) {
  #wrapper,
  .container {
    width: 1002px;
  }
}
@media only screen and (min-width: 1258px) {
  header#top-bar .stocks {
    text-align: left !important;
  }
  header#info-bar .next-up-info-bar ol li {
    margin-bottom: 0 !important;
  }
  header#info-bar .next-up-info-bar ol li .photo-thumb {
    margin-top: 1px !important;
  }
  header#info-bar .news-alert-info-bar .copy-text,
  header#info-bar .news-alert-info-bar .cta {
    margin-top: 2px;
  }
  #contact-links > .row > :not(:first-child):not(:last-child) {
    border-left: 1px solid #cccccc;
    padding-left: 16px;
  }
  footer#footer #colophon h6 .copyright-info {
    display: inline;
  }
  footer#footer #colophon h6 .copyright-info .separator {
    display: inline;
  }
  body.specials .aside-inner,
  body.specials .content-inner {
    padding-bottom: 24px;
  }
}

/* quizzes */
@media only screen and (max-width: 400px) {
  .main-quiz-photo {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .main-quiz-photo img { width: 100%; }
}
@media only screen and (min-width: 401px) {
  .main-quiz-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 326px;
  }
  .larger-main-photo {
    width: 400px;
  }
  .main-quiz-photo span {
    display: block;
    padding-top: 10px;
  }
  .quiz-question-content {
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
  }
}


/**/
/*]]>*/