.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* BEGIN :: MOBILE CSS */
@media (max-width: 320px) {
  /* phone v */
  .touch .container,
  .touch .navbar-fixed-top .container,
  .touch .navbar-fixed-bottom .container {
    width: 320px;
  }
  .touch .main-search .search-options select {
    width: 260px;
  }
}
@media (max-width: 479px) {
  .touch .main-search {
    width: 288px;
  }
  .touch .main-search input {
    width: 236px;
  }
  .touch .page-home .carousel-multi,
  .touch .page-home .carousel-multi .feature {
    width: 270px !important;
  }
  .touch .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
    height: 90px;
    padding-bottom: 15px;
  }
  .touch .type-2-feature-block[data-id="recent-videos"] .carousel-multi {
    height: 85px;
    padding-bottom: 15px;
  }
  .touch .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 85px;
    padding-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .touch .page-home .carousel-multi,
  .touch .page-home .carousel-multi .feature {
    width: 440px !important;
  }
  .touch .main-search {
    width: 442px;
  }
  .touch .main-search input {
    width: 391px;
  }
  .touch .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
    height: 140px;
  }
  .touch .type-2-feature-block[data-id="recent-videos"] .carousel-multi {
    height: 145px;
  }
  .touch .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 105px;
  }
}
@media (max-width: 480px) {
  /* phone v, phone h */
  .touch .main-search .search-options {
    width: 100%;
  }
  .touch .main-search .option-group {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  /* phone h, tablet v */
  .touch .navbar .brand {
    margin-left: 5px;
  }
  .touch .navbar .brand .svg,
  .touch .navbar .brand .png {
    width: 76px;
    height: 80px;
    margin: 10px 0 10px 0;
  }
}
@media (max-width: 767px) {
  /* phone v, phone h */
  .touch body {
    background: #ffffff;
    margin-top: 0;
  }
  .touch body > .container {
    margin-top: 20px;
  }
  .touch body.page-log-in > .container {
    margin-top: 0;
  }
  
  /*Cobrand banner touch version*/
  .touch .container-banner{margin-top:0;margin-bottom: 0;border-bottom: solid 1px #dddddd;}
  
  
  .touch .navbar-fixed-top {
    margin-bottom: 0;
  }
  .touch .main-search {
    padding: 4px 0 4px 0;
  }
  .touch .main-search .toggle {
    top: 4px;
    left: 4px;
  }
  .touch .main-search input {
    margin-left: 35px;
  }
  .touch .main-search button {
    top: 9px;
    right: 9px;
  }

  .touch .well.content-body {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .touch .headword {
    margin-bottom: 12px;
  }
  .touch .headword .word-class {
    top: 14px;
  }
  .touch .headword .phonetic {
    line-height: 45px;
  }
  .touch .content-body a.button-pronounce {
    top: 12px;
  }
  .touch .content-body .examples {
    margin-left: 20px;
  }
  .touch .page-definition .content-body .section-content {
    margin-left: 0;
  }
  /* .touch .page-definition .content-body .custom-accordion .section-content {
    margin-left: 10px;
  } */
  .touch .page-definition .well .section[data-id="definition"] {
    border-top: none;
  }
  .touch .page-definition .well .section[data-id="definition"] h2 {
    display: none;
  }
  .touch .page-definition .well .section-content dl {
    margin-top: 0;
  }
  .touch .page-definition .well .section-content dt {
    font-weight: bold;
  }
  .touch .page-definition .well .section-content dd {
    clear: both;
  }
  .touch .page-home .type-1-A-feature-block .section-content {
    margin-left: 0;
    width: 100%;
  }
  .touch .page-home .type-1-A-feature-block .span3,
  .touch .page-home .type-1-A-feature-block .span5 {
    width: 100%;
  }
  .touch .page-home .type-2-feature-block .feature {
    width: 270px;
    display: none;
  }
  .touch .navbar .container {
    width: 100%;
  }
  .touch .navbar .brand {
    margin-left: 20px;
    padding: 0;
  }
  .touch .navbar .brand .svg,
  .touch .navbar .brand .png {
    width: 60px;
    height: 60px;
    margin: 12px 0 12px 0;
  }
  .touch .navbar .titles {
    top: 9px;
    left: 85px;
  }
  /** CONTROLS "UNABRIDGED" HEADER **/
  /* .touch .navbar a.navbar-brand {
    font-size: 27px;
    margin-top: 7px;
  } */
  .touch .navbar.navbar-fixed-top,
  .touch .navbar.navbar-fixed-bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .touch .nav-collapse {
    float: none;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .touch .nav-collapse .close-button {
    float: right;
    padding-bottom: 7px;
  }
  .touch .nav-collapse .close-button a {
    color: #7588a6;
    padding: 1px 0 5px 7px;
    margin-top: -3px;
    text-transform: uppercase;
  }
  .touch .nav-collapse .close-button a:hover {
    text-decoration: none;
  }
  .touch .navbar .nav-collapse ul {
    height: auto;
  }
  .touch .navbar .btn-navbar:hover {
    background: none;
  }
  .touch .navbar-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .touch .main-search .search-options {
    width: 100%;
    margin-left: 20px;
  }
  .touch .content-body h1 {
    font-size: 30px;
    width: 100%;
    margin-bottom: 0;
    line-height: 30px !important;
  }
  .touch .content-body h2 {
    margin-bottom: 0;
  }
  .touch .content-body a.word-of-the-day {
    color: #ca0403;
  }
  .touch .type-1-A-feature-block .section-content,
  .touch .type-1-B-feature-block .section-content {
    padding-bottom: 50px;
  }
  .touch .type-3-feature-block .feature-group-1 {
    width: 100%;
    margin-top: 17px;
  }
  .touch .type-3-feature-block .thumb-icon {
    width: 14%;
    margin-top: 3px;
  }
  .touch .type-3-feature-block .feature-details {
    width: 84%;
  }
  .touch .page-home .section[data-id="top-10-lists"] .feature {
    width: 100%;
    padding-bottom: 15px;
  }
  .touch .type-4-feature-block .feature h3,
  .touch .type-4-feature-block .feature h3 a {
    margin-top: 0;
    /** font-size: 18px; **/
  font-size:12px;
    font-weight: bold;
  }
  .touch .toolbar .buttons {
    width: auto;
  }
  .touch .page-home .section[data-id="top-10-lists"] .thumb {
    width: 32%;
    margin-right: 3%;
    float: left;
  }
  .touch .page-home .section[data-id="top-10-lists"] .feature-detail {
    width: 65%;
    float: right;
  }
  .touch .page-home .carousel-multi {
    margin-left: 0;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .touch .page-home .carousel-multi .feature {
    width: 100%;
    margin-right:0;
  }
  .touch .page-home .carousel-multi .feature .thumb {
    width: 30%;
    float: left;
  }
  .touch .page-home .carousel-multi .feature .feature-detail {
    width: 67%;
    float: right;
  }
  .touch .page-home .carousel-multi .feature .feature-detail h3 {
    margin-top: 2px;
    line-height: 20px;
  }
  .touch .page-home .carousel-multi-nav {
    margin-left: 0;
  }
  .touch .sidebar {
    clear: both;
    padding-bottom: 19px;
  }
  .touch .sidebar .section {
    margin-left: 19px;
    margin-right: 19px;
  }
  .touch .sidebar .row {
    margin-left: 5px;
  }
  .touch .sidebar .span2 {
    float: left;
    width: 50%;
  }
  .touch .page-home .sidebar h2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .touch .navbar .btn-navbar {
    margin-right: 20px;
    /* margin-top: 28px; */
  }
  .touch .footer {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .touch .footer .row {
    margin-right: 20px;
  }
  .touch .footer .section {
    float: left;
    clear: both;
    width: 100%;
  }
  /* .touch .footer .custom-accordion[data-id="sections"] .section-content ul {
    margin-bottom: 0;
  }
  .touch .footer .custom-accordion[data-id="sections"] {
    padding-bottom: 20px;
  } */
  .touch .footer h3 {
    float: left;
    clear: both;
    width: 100%;
  }
  .touch .footer .section[data-id="account"] h3,
  .touch .footer .section[data-id="sections"] h3 {
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .touch .footer .section[data-id="about-m-w"] h3.toggle {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .touch .page-log-in .footer .log-in-footer-links ul {
    white-space: nowrap;
  }
  .touch .page-log-in .footer .log-in-footer-links li {
    margin-right: 10px !important;
  }
  /* .touch .custom-accordion {
    border-top: none !important;
    margin-bottom: 0 !important;
  }
  .touch .custom-accordion .toggle {
    font-size: 13px;
    font-family: inherit;
    border: solid 1px #dddddd;
    margin-top: -1px;
    margin-bottom: 0;
    position: relative;
    float: none;
    background: none;
    text-transform: none;
    color: #666666;
    letter-spacing: 0;
    padding: 0;
    line-height: 36px;
    cursor: pointer;
  }
  .touch .page-home .custom-accordion[data-id="origin"] .toggle,
  .touch .page-definition .custom-accordion[data-id="origin"] .toggle {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;	
  }
  .touch .page-home .custom-accordion[data-id="recent-videos"] .toggle {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .touch .sub-well {
    margin: 17px 0 10px 0;
  }
  .touch .custom-accordion .toggle .toggle-icon {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 15px;
    font-weight: normal;
  }
  .touch .custom-accordion .toggle .text {
    margin-left: 10px;
  }
  .touch .custom-accordion .section-content {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .touch .custom-accordion .accordion-toggle {
    display: none;
  }
  .touch .custom-accordion .accordion-body {
    height: auto;
  }
  .touch .page-home .sidebar .accordion-toggle {
    display: none;
  }
  .touch .page-home .sidebar .accordion-body {
    height: auto;
  } */
  .touch .footer .section {
    padding-bottom: 0;
  }
  .touch .footer .row .row .span3 {
    width: 100%;
  }
  .touch .footer .row .row .span3 ul.unstyled {
    margin-bottom: -10px;
  }
  .touch .footer .span4 .section {
    padding-bottom: 30px;
  }
  .touch .footer .custom-accordion .toggle {
    border: solid 1px #10285b;
    color: #7588a6;
    text-transform: uppercase;
    font-size: 12px;
    background: #13274b;
    background-color: #132c60;
    background-image: -moz-linear-gradient(top, #142d61, #122a5e);
    background-image: -ms-linear-gradient(top, #142d61, #122a5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#142d61), to(#122a5e));
    background-image: -webkit-linear-gradient(top, #142d61, #122a5e);
    background-image: -o-linear-gradient(top, #142d61, #122a5e);
    background-image: linear-gradient(top, #142d61, #122a5e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142d61', endColorstr='#122a5e', GradientType=0);
  }
  .touch .footer .custom-accordion .section-content {
    padding-top: 0;
  }
  .touch .footer .custom-accordion .section-content ul {
    margin: 12px 0 25px 0;
  }
  .touch .footer .row[data-id="global-links"] {
    margin-right: 2px;
  }
  .touch .footer .copyright {
    padding-top: 20px;
  }
  .touch body.page-log-in > .container {
    width: auto;
  }
  .touch body.page-log-in > .container .row {
    padding-top: 10px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .touch .page-log-in .span6 {
    float: left;
    width: 98%;
  }
  .touch .page-log-in div[data-id="sign-up-box"] .section {
    padding-bottom: 40px;
    padding-top: 30px;
    border-top: solid 1px #c8c8c8;
  }
  .touch .page-log-in input[type="checkbox"] {
    margin-top: -1px;
  }
  .touch .page-my .content-body h1 {
    padding-bottom: 10px;
  }
  .touch .page-my .page-head .sub-head {
    margin-top: 8px;
  }
  .touch .page-my .form-horizontal.label-left .control-label {
    width: 100%;
  }
  .touch .page-my .form-horizontal.read-only .control-label {
    width: 40%;
    float: left;
  }
  .touch .page-my .form-horizontal .controls {
    margin-left: 0;
  }
  .touch .page-my .form-horizontal .form-actions {
    padding-left: 0;
  }
  .touch .page-my .form-horizontal .control-group {
    margin-top: 10px;
  }
  .touch .page-my input[type="checkbox"] {
    clear: both;
  }
  .touch .page-my .section-nav {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .touch .page-my .section-nav .edit-option {
    float: left;
    clear: both;
    margin-top: -60px;
  }
  .touch .page-my.page-words .section-nav {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .touch .feature-group .thumb {
    float: left;
    width: 28%;
    padding-bottom: 20px;
  }
  .touch .feature-group .thumb a {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .touch .feature-group .thumb img {
    width: 100%;
  }
  .touch .feature-group .feature-detail {
    float: right;
    width: 68%;
    padding-bottom: 20px;
  }
  .touch .results-alt {
    width: 100%;
    margin-left: -20px;
    padding-left: 20px;
  }
  .touch .page-my.page-words tbody a.action {
    display: none;
  }
  .touch .page-log-in div[data-id="log-in-box"] input[type="text"],
  .touch .page-log-in div[data-id="log-in-box"] input[type="password"] {
    width: 98% !important;
    line-height: 1.0em !important;
    padding-top: 12px !important;
    height: 24px;
  }
  .touch .page-log-in .remember {
    white-space: nowrap;
    margin-right: -25px !important;
  }
  
  
  
  
  /** CONTROLS SPACE BETWEEN MAIN HEADER AND CONTENT ON PAGES WITHOUT INTRO TEXT -- EX: STYLE GUIDE **/
  .page-secondary .page-intro-none { 
    padding:0;margin:0 0 30px 0;
    clear:both;overflow:hidden;
  }
  /** DISABLES "VIDEO" LINK -- PHONE NAV (DROPDOWN) -- IPHONE **/
  html.wf-loading body.page-home div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="video"],
  html.wf-loading body.page-secondary div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="video"],
  html.wf-loading body.page-definition div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="video"],
  html.wf-loading body.page-my div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="video"] {
    display:none;
  }
  /** DISABLES "QUIZZES" LINK -- PHONE NAV (DROPDOWN) -- IPHONE **/
  html.wf-loading body.page-home div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="quizzes"],
  html.wf-loading body.page-secondary div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="quizzes"],
  html.wf-loading body.page-definition div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="quizzes"],
  html.wf-loading body.page-my div.navbar div.navbar-inner div.container div.nav-collapse div.nav-collapse-inner div.list-group ul.unstyled li[data-id="quizzes"] {
    display:none;
  }
  /** DISABLES "VIDEO" LINK -- FOOTER -- IPHONE **/
  .touch .footer .row .row .span3 ul.unstyled li[data-id="video"] {			
  display:none;
  }
  /** DISABLES "QUIZZES" LINK -- FOOTER -- IPHONE **/
  .touch .footer .row .row .span3 ul.unstyled li[data-id="quizzes"] {			
  display:none;
  }
  /** DISABLES "VIDEO" SECTION -- FOOTER MODULE -- IPHONE **/
  .touch .footer .section[data-id="videos"] {								
  display:none;
  }
  /** DISABLES "VIDEO" SECTION -- RIGHT RAIL -- IPHONE **/
  .touch .sidebar .section.type-4-feature-block[data-id="videos"] {			
  display:none;
  }
  /** DISABLES "QUIZZES" SECTION -- RIGHT RAIL -- IPHONE **/
  .touch .sidebar .section.type-3-feature-block[data-id="quizzes"] {			
  display:none;
  }
  /** DISABLES "RECENT VIDEOS" & "QUIZZES" SECTION -- HOMEPAGE -- IPHONE **/
  html.wf-loading body.page-home div.container div.row div.span8 div.well div.section[data-id="recent-videos"],
  html.wf-loading body.page-home div.container div.row div.span8 div.well div.section[data-id="quizzes"] {
    display:none;
  }
  /** CONTROLS "THE MERRIAM-WEBSTER BLOG" TITLE SIZE -- BLOG INDEX -- IPHONE **/
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div.page-head h1[data-id="blog"] {
    font-size:1.6em;
  }
  /** CONTROLS BLOG ARTICLE TITLE SIZE -- HOMEPAGE -- IPHONE **/
  html.wf-loading body.page-home div.container div.row div.span8 div.well div.section div.section-content div.row-fluid div.span5 div.feature-details h1 a {
    font-size:24px;
  }
  /** CONTROLS BLOG ARTICLE TITLE SIZE -- BLOG INDEX -- IPHONE **/
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div.section-blog div.section-content h1 a {
    font-size:24px;
  }
  /** CONTROLS TW/TTL SLIDE TITLES -- TW/TTL SLIDE PAGES -- IPHONE**/
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#trend-watch div.tw-header .slide-hdr-wrapper,
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#top-ten-list div.ttl-header .slide-hdr-wrapper {
  margin:0 0 20px 0;padding:0;
  display:block;
  }
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#trend-watch div.tw-header .slide-hdr,
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#top-ten-list div.ttl-header .slide-hdr {
  margin:0;padding:0;
  display:block;
  }
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#trend-watch div.tw-header .slide-hdr h1,
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#top-ten-list div.ttl-header .slide-hdr h1 {
  margin:0;padding:0;
  font-size:26px;
  }
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#trend-watch div.tw-header .next-button,
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#top-ten-list div.ttl-header .next-button {
    margin:0 0 10px 0;padding:0;
  display:block;
  }
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#trend-watch div.tw-footer div.arrows, 
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#top-ten-list div.ttl-footer div.arrows {
    margin:0 0 20px 0;
  }
  /** CONTROLS TW/TTL SLIDE IMAGE -- TW/TTL SLIDE PAGES -- IPHONE **/
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#trend-watch div.tw-entry a img,
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#top-ten-list div.ttl-entry a img {
  width:45%;height:45%;
  }
  /** DISABLES E-MAIL SUBSCRIBE BOX -- WOD MAIN PAGE -- IPHONE **/
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div.section-header[data-id="wod-subscribe"] {
    display:none;
  }
  html.wf-loading body.page-secondary div.container div.row div.span8 div.well div#wod_subscribe_box[data-id="wod-subscribe"] {
    display:none;
  }
  html.wf-loading body.page-home div.container div.row div.span8 div.well div.section[data-id="word-of-the-day"] {
  padding:0;
  }
  html.wf-loading body.page-home div.container div.row div.span8 div.well div.section div.section-content dl.word-of-the-day {
  margin:0;
  }
  /** ADDS BOTTOM MARGIN ON AUTHOR IMAGE SO THAT TEXT DOESN'T WRAP BELOW THE IMAGE **/
  .section-blog .author-with-bio .auth-img {
  margin:3px 10px 60px 0;padding:0;
  }
}
@media (min-width: 768px) {
  /* tablet v, tablet h */
  .well.content-body {
    /* border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    border-left: solid 1px #dddddd; */
    /* margin-top: -5px; */
    padding-top: 25px;
  }
  .touch .main-search {
    padding: 9px 0 9px 0;
  }
  .touch .main-search .toggle {
    top: 9px;
    left: 9px;
  }
  .touch .main-search input {
    margin-left: 40px;
  }
  .touch .main-search button {
    top: 13px;
    right: 13px;
  }
  .touch .container-banner {
    margin-bottom: 20px;
    width: 100% !important;
  }
  /* .touch .navbar a.navbar-brand {
    font-size: 52px;
    line-height: 36px;
  } */
  /* .touch .navbar .brand {
    margin-left: 0;
  }
  .touch .content-body h1 {
    width: 100%;
  }
  .touch .page-definition .content-body .section[data-id="also-found-in"] .section-content {
    margin-left: 0;
  }
  .touch .content-body .custom-accordion.opened .section-content,
  .touch .content-body .custom-accordion.closed .section-content {
    display: block;
  }
  .touch .content-body .well .section-content {
    height: auto;
    overflow: none;
    padding: 17px 0 30px 0;
  } */
  .touch .sidebar .toggle-icon {
    display: none;
  }
  .touch .page-log-in div[data-id="log-in-box"] {
    float: left;
    width: 50%;
  }
  .touch .page-log-in div[data-id="sign-up-box"] {
    float: left;
    width: 40%;
  }
  .touch .page-log-in div[data-id="log-in-box"] .section {
    margin-bottom: 100px;
    width: 100%;
  }
  .touch .page-log-in div[data-id="sign-up-box"] .section {
    max-width: 440px;
    padding-left: 40px;
    border-left: solid 1px #c8c8c8;
  }
  .touch .page-log-in div[data-id="log-in-box"] .input-large {
    width: 100%;
  }
  .touch .page-log-in div[data-id="log-in-box"] .log-in-options {
    margin-right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* tablet v, tablet h */
  .touch body {
    margin-top: 0;
  }
  .touch .container,
  .touch .navbar-fixed-top .container,
  .touch .navbar-fixed-bottom .container {
    width: 724px;
  }
  .touch .navbar-fixed-top {
    margin-bottom: 0;
  }
  .touch body.page-log-in > .container > .row {
    width: 724px;
  }
  .touch .nav-collapse-inner {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dotted 1px #3d5d86;
  }
  .touch .navbar .titles {
    top: 0;
    left: 80px;
  }
  .touch .navbar .subtitle {
    top: 12px;
  }
  /* .touch .navbar a.navbar-brand {
    margin-top: 32px;
  } */
  .touch .navbar .btn-navbar {
    margin-right: 0;
    margin-top: 45px;
  }
  .touch .navbar .container {
    width: 724px;
  }
  .touch .navbar .brand {
    padding: 0;
  }
  .touch .navbar .brand .svg,
  .touch .navbar .brand .png {
    margin: 10px 0 10px 0;
    width: 76px;
    height: 76px;
  }
  .touch .span8 {
    width: 724px;
  }
  .touch .well.content-body {
    margin-bottom: 20px;
  }
  .touch .headword {
    padding-bottom: 20px;
  }
  .touch .headword h1 {
    width: auto;
  }
  .touch .page-my .content-body h1 {
    width: auto;
    padding-bottom: 5px;
  }
  .touch .page-my .page-head {
    padding-bottom: 0;
  }
  .touch .main-search {
    width: 724px;
  }
  .touch .main-search input {
    width: 675px;
  }
  .touch .main-search .search-options {
    width: 705px;
    margin-left: 20px;
  }
  .touch .main-search .search-options select {
    width: 332px;
  }
  .touch .main-search input {
    width: 664px;
  }
  .touch .type-1-B-feature-block {
    float: right;
    width: 32%;
  }
  .touch .type-1-B-feature-block a.word-of-the-day {
    font-size: 30px;
    color: #ca0403;
  }
  .touch .type-1-B-feature-block dl.word-of-the-day dt {
    padding-bottom: 8px;
  }
  .touch .page-home .type-1-A-feature-block {
    float: left;
    width: 65%;
    clear: none !important;
  }
  .touch .page-home .type-1-A-feature-block .span5 {
    width: 100%;
  }
  .touch .page-home .type-1-B-feature-block {
    clear: none !important;
  }
  .touch .page-home .type-2-feature-block .feature {
    width: 193px;
    display: none;
  }
  .touch .page-home .section[data-id="quizzes"] {
    width: 47.9%;
    clear: none;
    float: left;
  }
  .touch .page-home .section[data-id="quizzes"] .section[data-id="quizzes"] .feature-group-1 {
    width: 100%;
  }
  .touch .page-home .section[data-id="top-10-lists"] {
    width: 47.9%;
    clear: none;
    float: right;
  }
  .touch .page-home .section[data-id="top-10-lists"] .carousel-multi {
    margin-left: 0;
  }
  .touch .page-home .section[data-id="top-10-lists"] .carousel-multi-nav {
    margin-top: 0;
  }
  .touch .page-home .section[data-id="top-10-lists"] .feature {
    width: 100%;
    padding-bottom: 12px;
  }
  .touch .page-home .section[data-id="top-10-lists"] .feature .thumb {
    width: 46.5%;
    float: left;
    margin-right: 3%;
  }
  .touch .page-home .section[data-id="top-10-lists"] .feature .feature-detail {
    width: 50.5%;
    float: right;
  }
  /** CONTROLS FONT STYLE OF TREND WATCH & VIDEO ON IPAD **/
  .touch .page-home .type-2-feature-block .feature h3,		
  .touch .page-home .type-2-feature-block .feature h3 a {
    margin-top: 2px;
    /** font-size: 1.2em; **/
  font-size:16px;
    line-height: 1.0em;
    font-weight: bold;
  }
  /** CONTROLS FONT STYLE OF TOP TEN LIST ON IPAD **/
  .touch .page-home .type-4-feature-block .feature h3,			
  .touch .page-home .type-4-feature-block .feature h3 a {
    margin-top: 2px;
    /** font-size: 1.2em; **/
  font-size:14px;
    line-height: 1.0em;
    font-weight: bold;
  }
  .touch .page-home .section-tablet {
    clear: both;
    width: 100%;
  }
  .touch .sidebar .section,
  .touch .sidebar .section.type-3-feature-block,
  .touch .sidebar .section.type-4-feature-block {
    float: left;
    width: 330px;
    margin-left: 12px;
  }
  .touch .page-home .sidebar .section,
  .touch .page-home .sidebar .section.type-3-feature-block,
  .touch .page-home .sidebar .section.type-4-feature-block,
  .touch .page-definition .sidebar .section,
  .touch .page-secondary .sidebar .section {
    margin-left: 20px;
  }
  .touch .page-secondary.page-engagement .sidebar .section-content {
    height: 260px;
  }
  .touch .page-secondary.page-engagement .sidebar .section,
  .touch .page-secondary.page-engagement .sidebar .section.type-3-feature-block,
  .touch .page-secondary.page-engagement .sidebar .section.type-4-feature-block {
    height: 240px;
    margin-left: 20px;
    overflow: hidden;
  }
  .touch .sidebar h3 {
    font-family: inherit;
  }
  .touch .sidebar .span2 {
    float: left;
    width: 50%;
  }
  .touch .footer {
    float: left;
    clear: both;
  }
  .touch .footer .section {
    width: 100%;
    float: left;
  }
  /** TOP-10-LISTS TITLE SIZE CONTROL -- FOOTER MODULE -- IPAD **/
  .touch .footer .section[data-id="top-10-lists"] h4 a {
  font-size:16px;
  }
  .touch .footer .list-group-1,
  .touch .footer .list-group-2 {
    float: left;
    width: 352px;
  }
  .touch .footer .span4[data-id="word-of-the-day"] {
    float: right;
    width: 352px;
    margin-left: 20px;
  }
  .touch .footer .span3[data-id="about-m-w"] {
    float: left;
    width: 166px;
    margin-right: 20px;
  }
  .touch .footer .span3[data-id="account"] {
    float: left;
    width: 166px;
  }
  .touch .footer .span6 {
    float: left;
    width: 352px;
    margin-left: 20px;
  }
  .touch .footer .span6 .span3 {
    float: left;
    width: 50%;
  }
  .touch .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
    height: 260px;
  }
  /** DISABLES VIDEO CAROSEL ON IPAD **/
  .touch .type-2-feature-block[data-id="recent-videos"] { 			
    display:none;
  }
  .touch .type-2-feature-block[data-id="recent-videos"] .carousel-multi { 			
    height: 230px;
  }
  .touch .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 180px;
  }
  .touch .page-home .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 180px;
  }
  .touch .page-home .type-4-feature-block[data-id="top-10-lists"] .carousel-multi-nav {
    margin-top: 15px;
  }
  .touch .page-home .type-4-feature-block[data-id="top-10-lists"] .carousel-multi .feature {
    width: 318px;
    height: 100px;
  }
  .touch .page-log-in div[data-id="log-in-box"] input[type="text"] {
    width: 93%;
  }
  .touch .page-log-in div[data-id="log-in-box"] input[type="text"],
  .touch .page-log-in div[data-id="log-in-box"] input[type="password"] {
    width: 85% !important;
  }
  /** CONTROLS SPACE BETWEEN MAIN HEADER AND CONTENT ON PAGES WITHOUT INTRO TEXT -- EX: STYLE GUIDE **/
  .page-secondary .page-intro-none { 								
    padding:0;margin:0 0 30px 0;
    clear:both;overflow:hidden;
  }
  /** DISABLES "VIDEO" LINK IN FOOTER ON IPAD **/
  .touch .footer .row .row .span3 ul.unstyled li[data-id="video"] {			
  display:none;
  }
  /** DISABLES "VIDEO" SECTION IN FOOTER ON IPAD **/
  .touch .footer .section[data-id="videos"] {								
  display:none;
  }
  /** DISABLES "VIDEO" SECTION IN RIGHT RAIL ON IPAD **/
  .touch .sidebar .section.type-4-feature-block[data-id="videos"] {			
  display:none;
  }
}
@media (max-width: 1024px) {
  /* phone v, phone h, tablet v, tablet h */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding-top: 0;
  }
  .touch .navbar .nav-collapse ul {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
  }
  .touch .navbar-fixed-top .navbar-inner {
    padding: 6px 0 7px 0;
  }
  .touch .content-body.section.type-1-B-feature-block dl.word-of-the-day .btn {
    margin-top: 1px;
  }
  .touch .section.type-1-B-feature-block dt {
    padding-bottom: 8px;
  }
  .touch .toolbar .dictionaries {
    width: 276px;
    white-space: nowrap;
    text-align: right;
  }
  .touch .toolbar h4 {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    padding-top: 6px;
  }
  .touch .toolbar .dictionaries select {
    height: 29px;
    font-size: 13px;
    padding-top: 7px;
  }
  .touch .toolbar i {
    margin-top: -2px;
  }
  .touch .toolbar .btn {
    padding: 5px 10px 3px;
  }
  .touch .carousel-multi {
    height: 190px;
  }
  .touch .page-secondary .section[data-id="advanced-search"] .input-xlarge,
  .touch .page-my .input-xlarge {
    width: 100% !important;
  }
  .touch .page-my .section-nav {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .touch .page-my.page-words .section-nav {
    padding-bottom: 15px;
  }
  
}
/* END :: MOBILE CSS */
/* BEGIN :: DESKTOP CSS */
@media (min-width: 1025px) and (max-width: 1199px) {
  .navbar .container {
    width: 940px;
  }
  .sidebar .section {
    width: 280px;
    margin-left: 20px;
  }
  .main-search {
    width: 620px;
  }
  .main-search input {
    width: 560px;
  }
  .main-search .search-options {
    width: 598px;
    margin-left: 20px;
  }
  .main-search .search-options select {
    width: 280px;
  }
  .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
    height: 220px;
  }
  .type-2-feature-block[data-id="recent-videos"] .carousel-multi {
    height: 240px;
  }
  .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 200px;
  }
  .page-secondary .section[data-id="advanced-search"] .select-xlarge,
  .page-my .select-xlarge {
    width: 100.5%;
  }
}
/* BEGIN :: GLOBAL OVERRIDES USED TO HIDE MOBILE VIEW FROM DESKTOP USERS */
@media screen {
  /* tablet v, tablet h */
  .main-search {
    padding: 9px 0 9px 0;
  }
  .main-search .toggle {
    top: 9px;
    left: 9px;
  }
  .main-search input {
    margin-left: 20px;
  }
  .main-search button {
    top: 13px;
    right: 27px;
  }
  .container-banner {
    width: 100%;
  }
  /* .navbar a.navbar-brand {
    font-size: 52px;
    line-height: 36px;
  } */
  .navbar .brand {
    margin-left: 0;
  }
  .content-body h1 {
    width: auto;
    margin-bottom: 25px;
  }
  /** DAN'S VERSION
  .content-body h1[data-id="headword"] {
    margin-bottom:0;
  }
  **/
  /* .content-body .custom-accordion.opened .section-content,
  .content-body .custom-accordion.closed .section-content {
    display: block;
  }
  .content-body .well .section-content {
    height: auto;
    overflow: none;
    padding: 17px 0 30px 0;
  } */
  .page-home .content-body h1 {
    width: 100%;
  }
  .page-my .content-body h1 {
    margin-bottom: 0;
  }
  .page-definition .content-body .section[data-id="also-found-in"] .section-content {
    margin-left: 20px;
  }
  .sidebar .toggle-icon {
    display: none;
  }
  .page-log-in div[data-id="log-in-box"] {
    float: left;
    width: 50%;
  }
  .page-log-in div[data-id="sign-up-box"] {
    float: left;
    width: 40%;
  }
  .page-log-in div[data-id="log-in-box"] .section {
    margin-bottom: 100px;
    width: 100%;
  }
  .page-log-in div[data-id="sign-up-box"] .section {
    max-width: 440px;
  }
  .page-log-in div[data-id="log-in-box"] .input-large,
  .page-log-in div[data-id="log-in-box"] .log-in-options {
    width: 93%;
  }
}
/* END :: GLOBAL OVERRIDES USED TO HIDE MOBILE VIEW FROM DESKTOP USERS */
/* BEGIN :: GLOBAL .no-touch OVERRIDES USED TO HIDE MOBILE VIEW FROM DESKTOP USERS */
@media screen {
  .no-touch {
    /* BEGIN :: DESKTOP-SPECIFIC TOOLBAR ICONS */
  
    /* END :: DESKTOP-SPECIFIC TOOLBAR ICONS */
  
    /* BEGIN :: BUTTON OVERRIDES */
  
    /* END :: BUTTON OVERRIDES */
  
  }
  .no-touch .navbar .nav-primary,
  .no-touch .navbar .nav-secondary {
    float: left;
    position: absolute;
    bottom: 18px;
    left: auto;
    right: 0;
    margin-right: -10px;
  }
  .no-touch .navbar .nav-secondary {
    bottom: 45px;
  }
  .no-touch .navbar .subtitle {
    top: 28px;
  }
  /* .no-touch .navbar a.navbar-brand {
    margin-top: 50px;
    font-size: 52px;
    line-height: 36px;
  } */
  .no-touch .navbar .brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* .no-touch .navbar .brand .svg,
  .no-touch .navbar .brand .png {
    margin: 10px 0 10px 0;
    width: 93px;
    height: 93px;
  } */
  /* .no-touch .navbar .titles {
    top: 0;
    left: 100px;
  } */
  .no-touch .sidebar .span2 {
    float: left;
    width: 41%;
  }
  .no-touch .footer .list-group-1 {
    float: left;
    width: 69.5%;
  }
  .no-touch .footer .list-group-1 .span4 {
    float: left;
    width: 44.7%;
  }
  .no-touch .footer .span4 {
    margin-left: 3.6%;
  }
  .no-touch .footer .span4[data-id="word-of-the-day"] {
    float: right;
    width: 30.5%;
    margin-left: 0;
  }
  .no-touch .toolbar-tablet-desktop a.toolbar-btn {
    margin-right: 18px;
    font-size: 11px;
    white-space: nowrap;
    display: block;
    height: 40px;
  }
  .no-touch .toolbar-tablet-desktop a.toolbar-btn {
    background: url('/images/mwunabridged.png') 0 0 no-repeat;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="popularity"] a.toolbar-btn {
    background-position: -6px -119px;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="save"] a.toolbar-btn {
    background-position: -71px -119px;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="save"] a.toolbar-btn:hover {
    background-position: -111px -119px;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="print"] a.toolbar-btn {
    background-position: -151px -119px;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="cite"] a.toolbar-btn {
    background-position: -224px -119px;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="email"] a.toolbar-btn {
    background-position: -189px -119px;
  }
  .no-touch .toolbar-tablet-desktop li[data-id="text"] a.toolbar-btn {
    background-position: -260px -119px;
  }
  .no-touch .toolbar i {
    display: none;
  }
  .no-touch .toolbar .buttons li a {
    margin: 0 18px 0 0 ;
  }
  .no-touch .toolbar .btn {
    border: none;
    display: block;
    padding: 0;
    font-size: 10px;
    line-height: 18px;
    color: #0544a1;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    filter: none;
    text-shadow: none;
    box-shadow: none;
  }
  .no-touch .toolbar .btn:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .no-touch .navbar-fixed-top .navbar-inner,
  .no-touch .navbar-fixed-bottom .navbar-inner {
    padding-top: 0;
  }
}
/* END :: GLOBAL .no-touch OVERRIDES USED TO HIDE MOBILE VIEW FROM DESKTOP USERS */
@media (max-width: 1024px) {
  .no-touch {
    /* END :: BUTTON OVERRIDES */
  
  }
  /* .no-touch .navbar .container {
    width: 940px;
  } */
  .no-touch .sidebar .section {
    width: 280px;
    margin-left: 20px;
  }
  .no-touch .main-search {
    width: 620px;
  }
  .no-touch .main-search input {
    width: 560px;
  }
  .no-touch .main-search .search-options {
    width: 598px;
    margin-left: 20px;
  }
  .no-touch .main-search .search-options select {
    width: 280px;
  }
  .no-touch .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
    height: 220px;
  }
  .no-touch .type-2-feature-block[data-id="recent-videos"] .carousel-multi {
    height: 240px;
  }
  .no-touch .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 200px;
  }
  .no-touch .page-secondary .section[data-id="advanced-search"] .select-xlarge,
  .no-touch .page-my .select-xlarge {
    width: 100.5%;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    width: 1170px;
  }
  .sidebar .section {
    margin-left: 10px;
  }
  .main-search {
    width: 770px;
  }
  .main-search input {
    width: 715px;
  }
  .main-search .search-options {
    width: 750px;
    margin-left: 20px;
  }
  .main-search .search-options select {
    width: 352px;
  }
  .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
    height: 255px;
  }
  .type-2-feature-block[data-id="recent-videos"] .carousel-multi {
    height: 260px;
  }
  .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
    height: 230px;
  }
  .page-secondary .section[data-id="advanced-search"] .select-xlarge,
  .page-my .select-xlarge {
    width: 100%;
  }
  body.page-log-in > .container > .row {
    width: 1170px;
  }
}
/* END :: DESKTOP CSS */