.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 :: BASE OVERRIDES */
input:focus {
  outline: 0;
}
a,
a:active,
a:hover {
  outline: 0;
}
a {
  color: #0544a1;
}
a:hover {
  color: #0544a1;
}
ol {
  margin-left: 20px;
}
p {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
select {
  background: #ffffff;
}
body {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  background: #f5f6f7;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
body.font-size-normal {
  font-size: 13px;
}
body.font-size-large {
  font-size: 16px;
}
legend.hidden {
  border: none;
  display: none;
}
.btn:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0 0;
}
.btn-primary,
.btn-primary:hover {
  background-color: #3b70c3;
  background-image: -moz-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -ms-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e76cd), to(#3667b3));
  background-image: -webkit-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -o-linear-gradient(top, #3e76cd, #3667b3);
  background-image: linear-gradient(top, #3e76cd, #3667b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e76cd', endColorstr='#3667b3', GradientType=0);
}
.btn-inverse,
.btn-inverse:active,
.btn-inverse:hover {
  background-color: #265098;
  background-color: #224788;
  background-image: -moz-linear-gradient(top, #265098, #1c3a6f);
  background-image: -ms-linear-gradient(top, #265098, #1c3a6f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#265098), to(#1c3a6f));
  background-image: -webkit-linear-gradient(top, #265098, #1c3a6f);
  background-image: -o-linear-gradient(top, #265098, #1c3a6f);
  background-image: linear-gradient(top, #265098, #1c3a6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#265098', endColorstr='#1c3a6f', GradientType=0);
  border-color: #13274b;
}
.btn-large {
  padding: 6px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.btn-primary .btn-large {
  background-color: #3b70c3;
  background-image: -moz-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -ms-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e76cd), to(#3667b3));
  background-image: -webkit-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -o-linear-gradient(top, #3e76cd, #3667b3);
  background-image: linear-gradient(top, #3e76cd, #3667b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e76cd', endColorstr='#3667b3', GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.input-large {
  padding-top: 7px;
  padding-left: 6px;
  height: 28px;
  font-size: 17px;
  color: #000000;
}
blockquote {
  border: none;
  padding: 0;
  color: #818181;
  width: 87.5%;
  margin: 15px 10% 20px 3.5%;
  font-size: 0.95em;
  line-height: 1.6em;
}
blockquote.pullquote {
  font-size: 15px;
}
blockquote::before {
  content: none;
}
/* END :: BASE OVERRIDES */
/* BEGIN :: ACCORDION OVERRIDES */
.content-body .accordion {
  margin-bottom: 0;
}
.accordion-group {
  border: none;
}
.accordion-heading {
  line-height: 1.0em;
}
.accordion-heading .accordion-toggle {
  padding-left: 0;
}
.accordion-toggle:hover {
  text-decoration: none;
}
.accordion-toggle.closed:before {
  content: "[+] ";
}
.accordion-toggle.opened:before {
  content: "[–] ";
}
/* END :: ACCORDION OVERRIDES */
/* BEGIN :: NAVBAR */
.print-only {
  display: none;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  margin-right: 0;
  margin-left: 0;
  position: static;
}
.navbar-inner {
  background: #1b396d;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; */
  filter: none;

padding-left: 15px;
padding-right:15px;

  /* padding-bottom: 10px; */

}
.navbar {
  margin-bottom: 0;
  font-size: 13px;
}
.navbar .btn.btn-navbar,
.navbar .btn.btn-navbar:hover {
  padding: 7px;
  background-color: #224788;
  background-image: -moz-linear-gradient(top, #265098, #1c3a6f);
  background-image: -ms-linear-gradient(top, #265098, #1c3a6f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#265098), to(#1c3a6f));
  background-image: -webkit-linear-gradient(top, #265098, #1c3a6f);
  background-image: -o-linear-gradient(top, #265098, #1c3a6f);
  background-image: linear-gradient(top, #265098, #1c3a6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#265098', endColorstr='#1c3a6f', GradientType=0);
  border-color: #13274b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.navbar .btn-navbar .icon-bar-custom {
  width: 27px;
  height: 14px;
  background: url('/images/mwunabridged.png') -7px -294px no-repeat;
  display: block;
}
.nav-collapse .visible-tablet .close-button {
  position: relative;
  float: right;
  margin-right: 12px;
  margin-top: -30px;
}
.nav-collapse .visible-tablet .close-button a {
  text-transform: uppercase;
  color: #6f8fbf;
  font-size: 12px;
}
.nav-collapse .visible-tablet .close-button a:hover {
  text-decoration: none;
}




.navbar .container {
  /* background-color: #1B396D; */
  position: relative;
  z-index: 20000;
}
.navbar .brand {
  padding: 0;
  position: relative;
  top: 0;
  left: -3px;

  float: left;
  display: block;
  /* padding: 8px 20px 12px; */
  /* margin-left: -20px; */
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;



}
.navbar .brand .text {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
}
.navbar .brand img {
  /* fallback for non-responsive support */

  margin-left: 20px;
  margin: 10px 0 10px 20px;
}
.svg .navbar .brand img.png {
  display: none;
}
.no-svg .navbar .brand img.svg {
  display: none;
}
.no-svg .navbar .brand img.png {
  display: block;
}
.navbar .nav-collapse {
  height: 0;
}
.navbar .nav-collapse-inner h3,
.navbar .list-group .list-group-header {
  color: #7588a6;
  font-size: 1em;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 400;
  background: #1b396d;
  padding-right: 8px;
  line-height: 27px;
}
.navbar .titles {
  margin:0;padding:0;
  position: absolute;
  left: 105px;
}
.navbar .titles h2 a {
  color: #ffffff;
}
.navbar .titles h2 a:hover,
.navbar a.navbar-brand:hover {
  text-decoration: none;
}
/* .navbar .subtitle {
  text-transform: uppercase;
  font-size: 10px;
  color: #7588a6;
  position: absolute;
  top: 30px;
  white-space: nowrap;
  letter-spacing:3.5px;
  margin:0 0 0 1px;
} */
.navbar li {
  display: block;
}
.navbar .list-group {
  float: left;
  clear: both;
  border-top: dotted 1px #3d5d86;
  margin-top: 10px;
  margin-bottom: 7px;
  width: 100%;
}
.navbar .list-group h3,
.navbar .list-group .list-group-header {
  margin-top: -14px;
  float: left;
}
.navbar ul.phone {
  float: left;
  clear: both;
  width: 100%;
}
.navbar ul.phone a {
  color: #ffffff;
}
.navbar ul.phone li {
  float: left;
  width: 50%;
  padding: 4px 0 4px 0;
}
.navbar .nav-primary,
.navbar .nav-secondary {
  float: left;
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 0;
  margin: 0 -10px 0 0; 
  padding: 0 0 5px 0;
}
.navbar .nav-primary li,
.navbar .nav-secondary li {
  float: left;
  margin-right: 18px;
}
.navbar .nav-secondary > li > a {
  color: #6f8fbf;
}
.navbar .nav-secondary > li > a:hover {
  color: #ffffff;
}
.navbar .nav-primary > li > a {
  color: #ffffff;
}
.navbar li[data-id="my-websters"] a {
  display: block;
  float: left;
  position: relative;
  padding-right: 18px;
}
.navbar li[data-id="my-websters"] .icon,
.my-websters .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 14px;
}
.navbar li[data-id="my-websters"] .icon {
  background: url('/images/mwunabridged.png') -9px -215px no-repeat;
}
.section-nav {
  float: left;
  clear: both;
  padding: 0 0 10px 0;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
}
.section-nav ul {
  float: left;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-nav-horizontal {
  padding-bottom: 30px;
}
.section-nav ul {
  width: 100%;
}
.section-nav-horizontal li {
  float: left;
  margin-right: 10px;
}
.section-nav .edit-option {
  float: right;
  margin-right: 0;
}
.section-nav a {
  display: block;
  padding: 3px 8px 3px 8px;
  font-weight: normal;
  color: #6f8fbf;
  text-decoration: none;
  position: relative;
}
.section-nav .active a {
  background: #e6ecf5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  color: #0544a1;
  text-decoration: none;
}
.section-nav a:hover {
  color: #0544a1;
}
.section-nav-horizontal .active a .nav-button-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e6ecf5;
}
.section-nav .my-websters {
  padding-right: 24px;
}
.section-nav .my-websters .icon {
  top: 6px;
  margin-right: 4px;
}
.my-websters .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 14px;
  background: url('/images/mwunabridged.png') -40px -216px no-repeat;
}
/* END :: NAVBAR */
/* BEGIN :: MAIN-SEARCH */
.main-search {
  background: #1B396D;
  position: relative;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.main-search form {
  margin: 0;
}
.main-search input {
  padding-top: 7px;
  padding-left: 6px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  width: 560px;
  height: 28px;
  font-size: 17px;
  color: #000000;
}
.main-search input:focus {
  outline: 0;
}
.main-search input::-webkit-input-placeholder {
  color: #9a9a9a;
}
.main-search input:-moz-placeholder {
  color: #9a9a9a;
}
.main-search button {
  width: 32px;
  height: 32px;
  background: url('/images/mwunabridged.png') -7px -7px no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.main-search .toggle {
  width: 31px;
  height: 41px;
  position: absolute;
  cursor: pointer;
  background-color: #3b70c3;
  background-image: -moz-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -ms-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e76cd), to(#3667b3));
  background-image: -webkit-linear-gradient(top, #3e76cd, #3667b3);
  background-image: -o-linear-gradient(top, #3e76cd, #3667b3);
  background-image: linear-gradient(top, #3e76cd, #3667b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e76cd', endColorstr='#3667b3', GradientType=0);
}
.main-search .toggle .icon {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 17px;
  height: 17px;
  background: url('/images/mwunabridged.png') -113px -9px no-repeat;
}
.main-search .toggle.closed .icon {
  background-position: -113px -9px;
}
.main-search .toggle.opened .icon {
  background-position: -113px -33px;
}
.main-search .search-options {
  display: block;
  color: #ffffff;
  margin: 0 0 0 10px;
  padding-top: 12px;
  overflow: hidden;
}
.main-search .search-options form {
  width: 100%;
}
.main-search .search-options h4 {
  font-family: inherit;
  font-weight: 200;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #bdc5d4;
}


.main-search .search-options label {
  font-family: inherit;
  font-weight: 200;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #bdc5d4;
  cursor: text;
}




.main-search .option-group {
  float: left;
  width: 50%;
  position: relative;
}
.main-search .more-options {
  clear: both;
  padding: 4px 0 4px 0;
}
.main-search .more-options,
.main-search .more-options a {
  color: #bdc5d4;
  font-size: 12px;
  font-weight: 200;
}
.main-search .more-options a {
  text-decoration: underline;
}
.main-search .more-options a:hover {
  color: #ffffff;
}
/* END :: MAIN-SEARCH */
/* BEGIN :: PAGE :: DEFINITIONS */
.page-definition .content-body .section ol {
  list-style-type: none;
  margin-left: 0;
}
.page-definition .content-body .marker-numeric {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4em;
  position: absolute;
  left: 20px;
  top: 0px;
}
.page-definition .content-body .definitions li {
  position: relative;
}
.page-definition .content-body .definitions li:before {
  content: ":";
}
.page-definition .content-body .derivatives {
  list-style-type: none;
  margin-top: -5px;
}
.page-definition .content-body .derivatives li {
  padding-bottom: 5px;
  padding-left: 0;
  margin-left: 10px;
}
.page-definition .content-body .derivatives li:before {
  content: '–';
  font-size: 17px;
}
.page-definition .content-body .derivatives .word {
  font-weight: bold;
  margin-left: 3px;
}
.page-definition .content-body .examples {
  margin-left: 35px;
  margin-bottom: 0;
}
.page-definition .content-body ul.examples li {
  padding-left: 0;
}

.page-definition .content-body div[data-id="usage-notes"] .section-content,
.page-definition .content-body div[data-id="origin"] .section-content,
.page-definition .content-body div[data-id="rhymes-with"] .section-content,
.page-definition .content-body div[data-id="related-to"] .section-content {
  margin-left: 20px;
  margin-right: 30px;
}
.page-definition .content-body div[data-id="examples"] a.accordion-toggle {
  margin: -10px 0 0 20px;
}
.page-definition .content-body ul.unstyled li {
  padding: 0 0 10px 0;
}
/* END :: PAGE :: DEFINITIONS */
.content-body {
  background: #ffffff;
}
.content-body h1 {
  font-family: georgia, arial, verdana, sans-serif;
  font-size: 40px;
  font-weight: 100;
  color: #ca0403;
  float: left;
  margin-right: 13px;
  line-height: 44px;
}
/** DAN'S VERSION
.content-body h1[data-id="headword"] {
  /** line-height: 44px; **/
/** } 
**/
.page-definition .content-body h1 {
  font-size: 50px;
}
.content-body .results-alt select {
  width: 100%;
}
.content-body .results-box {
  margin-bottom: 20px;
  border: solid 1px #dddddd;
  position: relative;
  font-size: 13px;
}
.content-body .results-box ul {
  overflow-y: scroll;
  height: 69px;
  margin: 0 0 -18px 0;
  position: relative;
}
.content-body .results-box li .entry-text {
  margin-left: 15px;
}
.content-body .results-box li .word-class {
  font-weight: normal;
  font-size: 1em;
}
.content-body .results-box a {
  text-decoration: none;
  display: block;
  padding: 3px 0 2px 0;
  color: #666666;
  font-weight: bold;
}
.content-body .results-box a span.text {
  margin-left: 10px;
}
.content-body .results-box a:hover {
  background: #ededed;
  color: #ca0403;
}
.content-body .results-box .toggle {
  width: 100%;
  height: 16px;
  background: #f6f6f6;
  border-top: solid 1px #dddddd;
  cursor: pointer;
  display: none;
  position: relative;
  top: 0;
}
.content-body .results-box .toggle .icon {
  display: block;
  width: 11px;
  height: 10px;
  background: url('/images/mwunabridged.png') -182px -9px no-repeat;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -5px;
}
.content-body .results-box .toggle.closed .icon {
  background-position: -182px -9px;
}
.content-body .results-box .toggle.opened .icon {
  background-position: -182px -37px;
}
.content-body .results h4 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666666;
  margin-bottom: 2px;
}
.well {
 /*  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; */
  margin-bottom: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  line-height: 1.3em;
/*  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px; */



}

.well-lg {
  border-radius: 8px;
}

.sub-well {
  padding-bottom: 15px;
}
.sub-well .more {
  margin-bottom:8px;
}
.sub-well .more a {
  float:right;
  clear:both;overflow:hidden;
}
.well p {
  font-size: 1.0em;
}
/* BEGIN :: TOOLBAR */
.toolbar {
  float: left;
  clear: both;
  width: 100%;
}
.toolbar .buttons {
  float: left;
  width: 50%;
}
.toolbar .buttons li {
  float: left;
}
.toolbar .buttons li a {
  margin-right: 8px;
  display: block;
  text-align: left;
}
.toolbar .dictionaries {
  float: right;
  width: 170px;
}
.toolbar .dictionaries select {
  font-size: 10px;
  width: 170px;
  height: 22px;
}
.toolbar h4 {
  font-family: inherit;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 2px;
}
.toolbar-tablet-desktop {
  height: 65px;
}
.toolbar-phone {
  height: auto;
  padding-top: 25px;
  padding-bottom: 35px;
}
.icon-save {
  width: 21px;
  height: 19px;
  background: url('/images/mwunabridged.png') -74px -139px no-repeat;
}
.icon-cite {
  width: 16px;
  height: 19px;
  background: url('/images/mwunabridged.png') -226px -138px no-repeat;
}
.icon-email {
  width: 18px;
  height: 19px;
  background: url('/images/mwunabridged.png') -190px -138px no-repeat;
}
.icon-text {
  width: 23px;
  height: 19px;
  background: url('/images/mwunabridged.png') -259px -138px no-repeat;
}
/* END :: TOOLBAR */
.headword {
  float: left;
  clear: both;
  width: 100%;
}
.headword .word-class {
  display: block;
  float: left;
  font: bold 19px/22px georgia, arial, verdana, sans-serif;
  color: #000000;
  font-style: italic;
  margin-right: 8px;
  position: relative;
  top: 16px;
}
.headword .divider {
  margin-right: 0;
  margin-left: 0;
}
/** DAN'S VERSION
.headword .phonetic {
  display: block;
  float: left;
  font-size: 14px;
  color: #666666;
  line-height:20px;
  margin:0 0 20px 0;
}
**/
.headword .phonetic {
  display: block;
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 49px;
  margin-right: 12px;
}
a.button-pronounce {
  overflow: hidden;
  text-indent: -999px;
  margin-right: 6px;
  top: 14px;
  left: 0;
  position: relative;
  width: 19px;
  height: 18px;
  display: block;
  float: left;
}
.icon-pronounce {
  display: block;
  background: url('/images/mwunabridged.png') -9px -61px no-repeat;
  width: 19px;
  height: 18px;
}
.icon-pronounce-inverse {
  display: block;
  background: url('/images/mwunabridged.png') -9px -95px no-repeat;
  width: 15px;
  height: 18px;
}
.content-body .section {
  clear: both;
}
.content-body .section-content {
  clear: both;
  padding-bottom: 25px;
}
.content-body h2 {
  margin:-19px 0 5px 0;
  color:#666666;
  /* font-size:0.95em; */
  font-size: 13px;
  line-height: 36px;
  float:left;
  clear:both;
  font-family:inherit;
  background-image:url(/images/header-dots.jpg);
  background-repeat:repeat-x;
  background-position: right;
  width:100%;
  vertical-align:middle;
  font-weight: 700;
}
.content-body h2 span,
.content-body h2 span.text {margin:0;padding:0 5px 0 0;background-color:#FFFFFF;}
.content-body dt {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  line-height: 18px;
}
.content-body dd {
  margin-left: 0;
}
dl.word-of-the-day {
  margin: 0 0 27px 0;
  padding: 5px 0 0 0;
}
dl.word-of-the-day dd {
  clear: both;
  margin: 0;
}
dl.word-of-the-day .btn {
  margin-top: 1px;
}
.sidebar dl.word-of-the-day .btn {
  /** margin-top: -6px; **/
  margin:0;padding:0;
  vertical-align:bottom;
}
a.word-of-the-day {
  float: left;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.0em;
  font-family: georgia, arial, verdana, sans-serif;
  margin-right: 10px;
}
a.word-of-the-day:hover {
  text-decoration: underline;
}
/* BEGIN :: SIDEBAR */
.sidebar,
.sidebar ol,
.sidebar p {
  font-size: 13px;
}
.sidebar h2 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #e3eaf4;
  background-image: -moz-linear-gradient(top, #e6ecf5, #dee6f3);
  background-image: -ms-linear-gradient(top, #e6ecf5, #dee6f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6ecf5), to(#dee6f3));
  background-image: -webkit-linear-gradient(top, #e6ecf5, #dee6f3);
  background-image: -o-linear-gradient(top, #e6ecf5, #dee6f3);
  background-image: linear-gradient(top, #e6ecf5, #dee6f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ecf5', endColorstr='#dee6f3', GradientType=0);
  border-bottom: solid 1px #d7e1f0;
  padding: 3px 10px 0 10px;
  margin: 0 0 10px 0;
  color: #1b396d;
  line-height: 24px;
  font-family: inherit;
  -webkit-border-top-left-radius: 7px;
  -moz-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.sidebar p {
  font-size: 13px;
}
.sidebar h3 {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 10px 0;
  font-family: inherit;
}
.sidebar .pronounce {
  display: block;
  line-height: 27px;
}
.sidebar .section[data-id="archives"] p {
  /** padding-top: 5px; **/
  /** margin: 0 0 8px 0; **/
  margin:0 0 5px 0;padding:0;
}
.sidebar .section[data-id="blog"] h3,
.sidebar .section.type-3-feature-block h3,
.sidebar .section.type-4-feature-block h3 {
  margin-bottom: 2px;
}
.sidebar .section[data-id="blog"] h3 {
  font-family: georgia, arial, verdana, sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
}
.sidebar .section[data-id="blog"] h3 a,
.sidebar .section.type-3-feature-block h3 a,
.sidebar .section.type-4-feature-block h3 a {
  font-size: 1.0em;
  line-height: 1.2em;
}
/**
.sidebar .section[data-id="archives"],
.sidebar .section.type-2-feature-block,
.sidebar .section.type-3-feature-block {
  margin-bottom: 25px;
}
**/
.sidebar .section.type-2-feature-block,
.sidebar .section.type-3-feature-block {
  margin-bottom: 12px;
}
.sidebar .section[data-id="archives"] {
  margin-bottom: 22px;
}
/** 
  .sidebar .section.type-4-feature-block {
  margin-bottom: 15px;
  width: auto;
}
**/
  .sidebar .section.type-4-feature-block {
  margin-bottom: 7px;
  width: auto;
}
.sidebar .section.type-4-feature-block .feature-group {
  padding-top: 5px;
}
.sidebar .section.type-4-feature-block .feature {
  width: 100%;
}
.sidebar .section.type-4-feature-block .thumb {
  width: 30%;
}
.sidebar .section.type-4-feature-block .feature-detail {
  width: 65%;
}
.sidebar .section.type-4-feature-block h3 {
  margin-top: 0;
}
/**
.sidebar .section.type-4-feature-block .more {
  float: left;
  clear: both;
  margin-top: -10px;
  margin-bottom: 20px;
}
**/
.sidebar .section.type-4-feature-block .more {
  float: right;
  clear: both;
  margin-top: -10px;
  margin-bottom: 20px;
}
.sidebar .excerpt {
  margin-top: 10px;
}
.sidebar a.more {
  font-size: 12px;
}
.sidebar .attribution {
  margin-top: 10px;
}
.sidebar .attribution .name {
  margin-left: 3px;
}
.sidebar .attribution a {
  color: #818181;
  font-size: 12px;
}
.sidebar .attribution a:hover {
  text-decoration: none;
}
.sidebar .attribution a:hover .name {
  text-decoration: underline;
}
.sidebar dd {
  margin-left: 0;
}
/*
.sidebar ol {
  margin-left: 30px;
}
.sidebar li {
  color: #666666;
  padding-bottom: 5px;
  list-style-position: inside;
  margin-left: -30px;
  position: relative;
}
.sidebar li a {
  position: absolute;
  left: 23px;
}*/
.sidebar select.fluid {
  width: 100%;
}
/**
.sidebar .section {
  margin-bottom: 33px;
}
**/
.sidebar .section {
  margin-bottom: 10px;
}
.sidebar .section[data-id="blog"] {
  margin-bottom: 30px;
}
.sidebar .section-content {
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar .word-class {
  color: #818181;
  font-weight: normal;
  font-style: italic;
}
.sidebar .more {
  font-weight: bold;
  margin:0 0 18px 0;
}
.sidebar .accordion {
  margin-top: -12px;
}
.sidebar .date {
  color: #818181;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.sidebar a.word-of-the-day {
  font-size: 30px;
  color: #ca0403;
  margin-bottom: 4px;
}
.sidebar .btn {
  background: url('/images/mwunabridged.png') -9px -61px no-repeat;
  width: 19px;
  height: 18px;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 5px 0 0 0;
}
/* END :: SIDEBAR */
/* BEGIN :: FOOTER */
.footer .row .row .span3 {
  width: 40%;
}
.footer,
.footer p {
  color: #bdc5d4;
  font-weight: 200;
  font-size: 13px;
}
.footer .section {
  padding-bottom: 20px;
}
.footer .section-content {
  margin-left: 10px;
  margin-right: 10px;
}
.footer .section .section {
  padding-bottom: 0;
}
.footer li {
  margin-bottom: 8px;
}
.footer a {
  color: #ffffff;
}
.footer a.my-websters {
  display: block;
  position: relative;
  width: 98px;
}
.footer a.my-websters .icon {
  top: 3px;
}
.footer a:hover {
  color: #ffffff;
}
.footer h4 {
  font: bold 16px georgia, arial, verdana, sans-serif;
}
.footer .section[data-id="word-of-the-day"] .date {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.footer .section[data-id="word-of-the-day"] dl {
  margin-top: 5px;
}
.footer .section[data-id="word-of-the-day"] dt {
  float: left;
  padding-bottom: 6px;
}
.footer-outer {
  width: 100%;
  background: #1b396d;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #142d61;
  border-bottom: solid 1px #10285b;
  padding: 2px 10px 0 10px;
  margin: 0 0 12px 0;
  color: #7588a6;
  line-height: 24px;
  -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;
}
.footer dd {
  clear: both;
  margin-left: 0;
}
.footer .copyright p {font-size:11px;color:#bdc5d4;}
.footer .copyright p a {color:#bdc5d4;text-decoration:none;}
.footer .copyright p a:hover {color:#bdc5d4;text-decoration:underline;}

.footer .feature-image {
  float: left;
  margin-right: 10px;
}
.footer .feature-image a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
.footer .feature-image img {
  width: 83px;
  height: 59px;
}
.footer .pronounce {
  display: block;
  /** margin-top: -4px; **/
  margin:0;
  padding:0;
  float: left;
}
.footer .row[data-id="global-links"] {
  margin-bottom: 35px;
}
.footer .row[data-id="global-links"] a {
  color: #bdc5d4;
  font-weight: 200;
}
.btn .text {
  display: none;
}
.footer .twitter,
.footer .facebook {
  float: left;
  margin: 4px 8px 15px 0;
}
.footer .twitter a,
.footer .facebook a {
  display: block;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url('/images/mwunabridged.png') 0 0 no-repeat;
}
.footer .twitter a {
  background-position: -318px -9px;
}
.footer .facebook a {
  background-position: -358px -9px;
}
/* END :: FOOTER */
/* BEGIN :: HOME */
.container-banner{margin-top:0;}
.container-banner .container-banner-area {text-align:center;background: #ffffff;margin-top:0;padding:10px 20px;font-size:17px;}
.container-banner .container-banner-area > *{display: inline;vertical-align:middle;}
.container-banner .container-banner-area .text-pref{color:#828282;}
.container-banner .container-banner-area .graphic img{max-height:33px;}
.container-banner .container-banner-area .graphic:hover {text-decoration: none;cursor: default;}

.page-home .container {
  padding-top: 0;
}
.page-home .navbar-fixed-top {
  margin-bottom: 0;
}
.page-home .well {
  padding-top: 25px;
}
.page-home .well.content-body {
  padding-top: 30px;
}
.page-home .more {
  font-size: 12px;
  font-weight: bold;
}
.page-home .type-1-A-feature-block .section-content {
  margin-left: 3%;
}
.page-home .type-1-A-feature-block .span3 {
  float: left;
  width: 30%;
  margin-left: 0;
  margin-right: 3.8%;
}
.page-home .type-1-A-feature-block .span3[data-id="word-of-the-day"] {
  float: right;
  width: 29%;
  margin-left: 0;
}
.page-home .type-1-A-feature-block .span5 {
  float: left;
  width: 63%;
  margin-left: 0;
}
.page-home .type-1-A-feature-block .feature-image {
  width: 100%;
}
.page-home .type-1-A-feature-block .feature-image a {
  display: block;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.page-home .type-1-A-feature-block .feature-image img {
  width: 100%;
}
.page-home .content-body .feature-details h1 {
  margin-bottom: 6px;
  line-height: 30px;
}
.page-home .content-body .feature-details h1 a:hover {
  text-decoration: underline;
}
.page-home .feature-details .attribution {
  margin-top: 6px;
}
.page-home .feature-details .attribution a:hover {
  color: #666666;
  text-decoration: none;
}
.page-home .feature-details .attribution a:hover .name {
  text-decoration: underline;
}
.page-home .feature-details .attribution .thumb {
  margin-right: 5px;
}
.page-home .feature-details .attribution .thumb img {
  vertical-align: bottom;
}
.page-home .feature-details .attribution .name {
  color: #666666;
  font-size: 12px;
}
.page-home .type-1-B-feature-block .date {
  font-size: 11px;
  text-transform: uppercase;
  color: #666666;
}
/* BEGIN :: CAROUSEL-MULTI */
.carousel-multi {
  width: 97.5%;
  margin-left: 2.5%;
  position: relative;
}
.carousel-multi .feature {
  position: absolute;
  margin-bottom: 40px;
}
.no-touch .carousel-multi .feature {
  display: none;
}
.carousel-multi-window {
  overflow: hidden;
  clear:both;
  width: 100%;
  height: 100%; /** 90% **/
  position: relative;
}
.carousel-multi-content {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
.carousel-multi-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-multi-nav {
  width: 100%;
  height: 30px;
  margin: 5px 0 0 -20px;
  padding:0;
  clear: both;
}
.carousel-multi-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 20px;
  float: left;
  position: relative;
  margin-bottom:15px;
}
.carousel-multi-nav li {
  float: left;
  margin: 0;
  padding: 0;
}
.carousel-multi-nav a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -999px;
  overflow: hidden;
}
.carousel-multi-nav a,
.carousel-multi-nav a {
  background: url('/images/mwunabridged.png') -67px -249px no-repeat;
}
.carousel-multi-nav .prev a.enabled {
  background-position: -7px -249px;
}
.carousel-multi-nav .next a.enabled {
  background-position: -161px -249px;
}
.carousel-multi-nav .prev a.disabled {
  background-position: -37px -249px;
  cursor: default;
}
.carousel-multi-nav .next a.disabled {
  background-position: -130px -249px;
  cursor: default;
}
.carousel-multi-nav a.selected {
  background-position: -98px -249px;
}
/* END :: CAROUSEL-MULTI */
.page-home h1 {
  font-size: 30px;
  color: #0544a1;
}
.type-2-feature-block {
  width: 100%;
}
.type-2-feature-block .feature {
  width: 29%;
  float: left;
  clear: both;
  margin-right: 3.8%;
}
.type-2-feature-block .feature .thumb a {
  display: block;
  width: 99%;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.type-2-feature-block .feature .thumb {
  width: 100%;
}
.type-2-feature-block .feature .thumb img {
  width: 100%;
}
.type-2-feature-block .feature h3,
.type-2-feature-block .feature h3 a {
  color: #ca0403;
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1.0em;
  font-family: georgia, arial, verdana, sans-serif;
  margin:10px 0 4px 0;
}
.type-2-feature-block .feature h3 a:hover {
  text-decoration: underline;
}
.type-2-feature-block .feature .description {
  font-size: 13px;
  line-height: 16px;
}
.type-3-feature-block .section-content {
  margin-left: 3%;
}
.type-3-feature-block .feature {
  width: 100%;
  height: auto;
  float: left;
}
.type-3-feature-block .feature,
.type-3-feature-block .feature-alt {
  font-size: 13px;
  padding-bottom: 15px;
}
.type-3-feature-block .feature h4,
.type-3-feature-block .feature h4 a,
.type-3-feature-block .feature-alt h4,
.type-3-feature-block .feature-alt h4 a {
  color: #000000;
  font-family: inherit;
  font-weight: bold;
}
.type-3-feature-block .feature-group-1 {
  float: left;
  width: 50%;
  padding: 0 0 30px 0;
  height: auto;
}
.type-3-feature-block .feature-group-2 {
  width: 50%;
  float: right;
  padding: 0 0 30px 0;
}
.type-3-feature-block .thumb-icon {
  float: left;
  width: 20%;
  height: inherit;
}
.type-3-feature-block .feature-details {
  float: left;
  width: 80%;
}
.type-3-feature-block .thumb-icon a {
  float: left;
  width: 90%;
  margin-right: 10%;
  display: block;
}
.type-3-feature-block .thumb-icon img {
  width: 100%;
}
/* BEGIN :: TABLE */
table.quiz-scores {
  margin-top: 15px;
}
table.quiz-scores td,
table.quiz-scores th {
  font-size: 13px;
}
table.quiz-scores .score {
  padding-right: 10px;
  color: #666666;
}
table.quiz-scores tr.your .score,
table.quiz-scores tr.your .name {
  font-weight: bold;
}
/* END :: TABLE */
.type-4-feature-block {
  width: 100%;
}
.type-4-feature-block .feature {
  width: 46%;
  float: left;
  margin-right: 3.6%;
}
.type-4-feature-block .feature .thumb a {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.type-4-feature-block .feature .thumb,
.type-4-feature-block .feature .thumb img {
  width: 100%;
}
.type-4-feature-block .feature h3 {
  font-size: 1.2em;
  line-height: 1.2em;
}
.type-4-feature-block .feature h3,
.type-4-feature-block .feature h3 a {
  color: #ca0403;  
  font-weight: bold;
  font-family: georgia, arial, verdana, sans-serif;
  margin-top: 10px;
}
.type-4-feature-block .feature .description {
  font-size: 13px;
  line-height: 1.3em;
}
.page-home .sidebar div[data-id="recent-additions"] dt a {
  /** color: #ca0403; **/
  color:#0544A1;
  font-weight: bold;
  font-size:13px;
  line-height:17px;
  /** font-size: 1.4em; **/
  /** line-height: 1.4em; **/
  /** font-family: georgia, arial, verdana, sans-serif; **/
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.page-home .sidebar .word-class {
  font-size: 12px;
}
/* END :: HOME */
/* BEGIN :: IE7/8 NON-RESPONSIVE DEFAULTS */
.ie-all input[type="radio"],
.ie-all input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
}
.ie-legacy .navbar .container {
  width: 940px;
}
.ie-legacy .navbar-inner {
  height: 120px;
}
.ie-legacy .navbar .titles {
  top: 0;
  left: 105px;
}
.ie-legacy .navbar a.navbar-brand {
  margin-top: 50px;
  font-size: 52px;
  line-height: 36px;
}
.ie-legacy .navbar .subtitle {
  top: 28px;
}
.ie-legacy .navbar .brand {
  margin-left: 0;
  width: 93px;
  height: 93px;
}
.ie-legacy .navbar .brand .svg,
.ie-legacy .navbar .brand .png,
.ie-legacy .navbar .brand .gif {
  margin: 10px 0 10px 0;
  width: 93px;
  height: 93px;
}
.ie-legacy .navbar .brand .gif {
  display: block !important;
}
.no-touch .ie-legacy .navbar .nav-primary {
  bottom: 0;
}
.no-touch .ie-legacy .navbar .nav-secondary {
  bottom: 25px;
}
.ie-legacy .main-search {
  padding: 8px 0 8px 0;
}
.ie-legacy .main-search input {
  margin-left: 41px;
  padding-top: 12px;
  height: 23px;
}
.ie-legacy .main-search button {
  top: 13px;
  right: 13px;
}
.ie-legacy .main-search .toggle {
  top: 9px;
  left: 9px;
}
.ie-7.page-secondary .content-body h1 {
  margin-top: 5;
  margin-bottom: -15px;
  padding-top: 5px;
  padding-bottom: 0;
}
.ie-7.page-my .content-body h1 {
  margin-bottom: 0;
  line-height: 64px;
  padding-bottom: 5px;
}
.ie-7.page-my .form-horizontal .controls {
  margin-left: 0;
  padding-left: 10px;
}
.ie-7.page-my.page-my.page-words thead th {
  border-bottom: dotted 1px #bbbbbb;
}
.ie-7 .headword h1 {
  line-height: 64px;
}
.ie-7 .headword span {
  margin-top: 10px;
}
.ie-7 .headword .button-pronounce {
  top: 25px;
}
.ie-legacy .sidebar .accordion {
  margin-top: 0;
}
.ie-legacy .type-2-feature-block[data-id="trend-watch"] .carousel-multi {
  height: 235px;
}
.ie-legacy .type-2-feature-block[data-id="recent-videos"] .carousel-multi {
  height: 240px;
}
.ie-legacy .type-4-feature-block[data-id="top-10-lists"] .carousel-multi {
  height: 230px;
}
.ie-legacy .toolbar-tablet-desktop {
  margin-right: 18px;
  font-size: 10px;
  white-space: nowrap;
  display: block;
  height: 60px;
}
.ie-legacy .toolbar-tablet-desktop a {
  background: url('/images/mwunabridged.png') 0 0 no-repeat;
  text-align: left !important;
  width: 100%;
}
.ie-legacy .toolbar-tablet-desktop li[data-id="popularity"] a {
  background-position: -6px -119px;
}
.ie-legacy .toolbar-tablet-desktop li[data-id="save"] a {
  background-position: -71px -119px;
}
.ie-legacy .toolbar-tablet-desktop li[data-id="print"] a {
  background-position: -151px -119px;
}
.ie-legacy .toolbar-tablet-desktop li[data-id="cite"] a {
  background-position: -224px -119px;
}
.ie-legacy .toolbar-tablet-desktop li[data-id="email"] a {
  background-position: -189px -119px;
}
.ie-legacy .toolbar-tablet-desktop li[data-id="text"] a {
  background-position: -260px -119px;
}
.ie-legacy .toolbar i {
  display: none;
}
.ie-legacy .toolbar .btn {
  border: none;
}
.ie-7 .type-1-A-feature-block h1 {
  width: 100%;
  clear: both;
}
.ie-7 .sidebar .word-of-the-day dt {
  float: left;
  clear: both;
  padding: 0;
  margin: 0;
}
.ie-7 .sidebar .word-of-the-day .pronounce .btn {
  margin-top: 4px;
  vertical-align: auto;
}
.ie-8 .content-body .headword {
  padding-bottom: 22px;
}
.ie-legacy .footer .span4[data-id="word-of-the-day"] {
  float: right;
  width: 30.5%;
  margin-left: 0;
}
.ie-7 .footer .pronounce {
  float: none;
}
.ie-7 .modal .form-horizontal .controls {
  margin-left: 0;
  padding-left: 0;
}
.ie-7 .modal-body {
  overflow-y: visible;
}
.ie-7 .main-search .custom-tooltip-arrow {
  margin-top: -2px;
}
.ie-8 .main-search .custom-tooltip-arrow {
  margin-top: -1px;
}
.ie-7 .section-nav-horizontal .active a .nav-button-arrow {
  margin-top: -3px;
}
.ie-8 .section-nav-horizontal .active a .nav-button-arrow {
  margin-top: -1px;
}
.ie-7.page-my .page-head {
  padding-top: 0;
}
/* BEGIN :: BUTTON OVERRIDES */
.toolbar .btn {
  display: block;
  padding: 0;
  line-height: 18px;
  color: #0544a1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.toolbar .btn:hover {
  background-color: transparent;
  text-decoration: none;
}
.toolbar .btn:active {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* END :: BUTTON OVERRIDES *//* END :: IE7/8 NON-RESPONSIVE DEFAULTS */
/* BEGIN :: INFO BUBBLE */
.info-bubble-outer {
  display: none;
  z-index: 9999;
  position: absolute;
  opacity: 0;
}
.info-bubble-outer[data-position="bottom"] .arrow {
  position: absolute;
  top: -12px;
  left: 16px;
  margin-left: -5px;
  width: 28px;
  height: 13px;
  background: url('/images/mwunabridged.png') -254px -9px no-repeat;
}
.info-bubble-inner {
  background: #ffffff;
  border: solid 1px #c8c8c8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px #aaaaaa;
  -moz-box-shadow: 0 0 7px #aaaaaa;
  box-shadow: 0 0 7px #aaaaaa;
}
.info-bubble-content {
  margin: 15px;
  font-size: 13px;
}
.info-bubble-content p {
  line-height: 1.3em;
}
/* END :: INFO BUBBLE */
/* BEGIN :: SECONDARY PAGES */
.page-secondary .content-body,
.page-secondary .content-body p {
  line-height: 1.7em;
  font-size: 14px;
}
.page-secondary .content-body h1 {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
.page-secondary .content-body .section-content,
.page-my .content-body .section-content {
  margin-left: 3%;
  width: 97%;
}
.page-secondary .page-intro {
  padding: 0 0 30px 0;
}
.page-secondary .page-intro-none {
  margin:0 0 30px 0;
  height:1px;
  clear:both;overflow:hidden;
}
.page-secondary .page-intro p {
  margin-bottom: 0.7em;
}
.page-secondary .page-head[data-id="advanced-search"] .page-intro {
  padding: 0 0 15px 0;
}
.page-secondary .sub-heading {
  color: #9a9a9a;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
}
.feature-group h3,
.feature-group h3 a {
  font-family: georgia, arial, verdana, sans-serif;
  color: #ca0403;
  line-height: 1.0em;
  margin-bottom: -3px;
}
.feature-group h3 {
  margin-top: 2px;
}
.feature-group .feature {
  clear: both;
}
.feature-group .thumb {
  float: left;
  width: 18%;
  padding-bottom: 20px;
}
.feature-group .thumb a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.feature-group .thumb img {
  width: 100%;
}
.feature-group .feature-detail {
  float: right;
  width: 80%;
  padding-bottom: 20px;
}
/**
.feature-group .more {
  clear: both;
  width: 100%;
  padding: 0 0 5px 0;
  font-size: 1em;
}
**/
.feature-group .more a {
  font-weight: bold;
}
ul.basic {
  width: 92%;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 18px;
}
ul.basic li {
  margin-bottom: 15px;
  line-height: 1.5em;
}
.modal .help-block,
.page-secondary .content-body .help-block,
.page-my .content-body .help-block {
  font-size: 11px;
  color: #818181;
  margin-top: 4px;
  margin-bottom: -4px;
  line-height: 1.3em;
  padding-bottom: 4px;
}
.page-secondary .content-body .help-block {
  visibility: hidden;
}
.page-secondary .content-body .form-group.focused .help-block {
  visibility: visible;
}
.page-secondary .content-body label,
.page-my .content-body label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.form-horizontal.label-left .control-label {
  text-align: left;
}
.page-secondary .form-horizontal .form-group {
  margin-bottom: 0;
  margin-left: -1.75%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* padding: 1.75%; */
  padding: 11px 11px 11px 0;
  width: 103%;
}
.page-my .form-horizontal .control-group {
  margin: 0 0 -6px -1.75%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.75%;
  width: 100%;
}
.page-secondary .form-horizontal .control-group[data-id="group-1"] {
  margin-bottom: -3px;
}
.form-actions {
  background-color: #ffffff;
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.page-my .form-horizontal .form-actions {
  padding-top: 10px;
  padding-left: 170px;
}
.page-secondary .section[data-id="advanced-search"] .section-content {
  margin-left: 0;
}
.page-my .content-body .section .section-content {
  margin-left: 3%;
  width: 97%;
}
.page-secondary .section[data-id="advanced-search"] .input-xlarge,
.page-my .input-xlarge {
  width: 98%;
}
.page-secondary .section[data-id="advanced-search"] .select-xlarge,
.page-my .select-xlarge {
  width: 100%;
}
.section[data-id="advanced-search"] form .focused,
.page-my form .focused {
  background: #e6ecf5;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
body.page-log-in {
  background: #1b396d;
}
body.page-log-in > .container {
  background: #f5f6f7;
  width: 100%;
  margin-top: 0;
}
body.page-log-in > .container > .row {
  padding-top: 45px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.page-log-in div[data-id="log-in-box"],
.page-log-in div[data-id="sign-up-box"] {
  margin-left: 0;
}
.page-log-in div[data-id="log-in-box"] .section {
  padding-bottom: 30px;
}
.page-log-in .content-body {
  background: none;
}
.page-log-in .footer-outer {
  padding-top: 10px;
}
.page-log-in h1,
.page-my h1 {
  font-family: georgia, arial, verdana, sans-serif;
  font-weight: 100;
  font-size: 30px;
  color: #ca0403;
  float: left;
  line-height: 38px;
  clear: both;
  width: 100%;
  margin-bottom: 0;
}
.page-log-in div[data-id="log-in-box"] .section h1 {
  padding-bottom: 10px;
}
.page-log-in .help-block {
  width: 50%;
  float: left;
}
.page-log-in .remember {
  width: 40%;
  float: right;
  text-align: right;
  margin-right: 6%;
  white-space: nowrap;
}
.no-touch .page-log-in div[data-id="sign-up-box"] .section {
  margin-left: 15%;
}
.no-touch .page-log-in div[data-id="log-in-box"] {
  border-right: solid 1px #C8C8C8;
  margin-bottom: 50px;
}
.page-log-in div[data-id="log-in-box"] input[type="text"],
.page-log-in div[data-id="log-in-box"] input[type="password"] {
  font-size: 1.5em;
  line-height: 1.5em;
  height: 31px;
  padding: 6px 6px 4px 6px;
  background: #ffffff;
  width: 85% !important;
}
.page-log-in input[type="checkbox"] {
  float: none;
  display: inline;
  margin-top: 0;
}
body.page-log-in .control-group {
  margin-bottom: 0 !important;
}
.form-actions {
  float: left;
  clear: both;
  border-top: none;
  padding: 0;
  margin: 5px 0 0 0;
  background: none;
}
.page-log-in .footer .log-in-footer-links ul {
  float: left;
  clear: both;
  width: 100%;
}
.page-log-in .footer .log-in-footer-links li {
  float: left;
  margin-right: 20px;
}
.page-log-in .footer .log-in-footer-links a {
  color: #bdc5d4;
}
.page-log-in div[data-id="sign-up-box"] .section p {
  margin-bottom: 15px;
}
.page-log-in div[data-id="sign-up-box"] .section li {
  margin-bottom: 5px;
}
.page-my .page-head {
  float: left;
  clear: both;
  width: 100%;
  padding: 10px 0 0 0;
}
.page-my .page-head h1 {
  font-size: 40px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.page-my .page-head h1 {
  float: left;
  clear: none;
  width: auto;
}
.page-my .page-head .sub-head {
  float: right;
  clear: none;
  width: auto;
}
.page-my .page-head .sub-head,
.page-words .page-head .sub-head {
  margin-top: 12px;
  font-size: 1em;
}
.ie-7.page-my .page-head .sub-head,
.ie-7.page-words .page-head .sub-head {
  margin-top: 22px;
}
.page-my .page-head .sub-head .my-websters {
  display: block;
  position: relative;
  padding-right: 20px;
}
.page-my h2,
.page-my .section form {
  clear: both;
}
.page-my .form-horizontal.label-left .control-label {
  width: 160px;
}
.page-my .form-horizontal .controls {
  margin-left: 170px;
}
.page-my .section-content .email-address {
  font-weight: bold;
  margin-right: 5px;
}
.page-my .section-content a.edit {
  font-size: 12px;
  text-decoration: none;
}
.page-my .special-note {
  color: #818181;
  font-size: 11px;
}
.page-my .preferences .controls,
.page-my .preferences .form-actions {
  margin-left: 0;
  padding-left: 0;
}
.form-horizontal.read-only .control-group {
  margin: 0 0 0 -1.75%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-horizontal.read-only .control-label {
  padding: 0;
}
.page-my .select-float {
  float: left;
  clear: none;
  width: 90px;
  margin-right: 10px;
}
.section[data-id="change-account-status"] .form-horizontal .control-group {
  padding-top: 0;
}
.page-words .content-body .section {
  border-top: none;
}
.page-my.page-words .content-body .section .section-content {
  min-height: 200px;
}
.page-my.page-words .content-body .section .section-content a.link-star img {
  position: relative;
  top: -2px;
}
.page-my.page-words .sub-head-right {
  float: right;
}
.page-my .section-nav {
  padding-bottom: 30px;
  font-size: 13px;
}
.page-my.page-words .section-nav {
  padding-bottom: 20px;
  font-size: 13px;
}
.page-my.page-words .content-body .section-content {
  margin-left: 0;
  width: 100%;
}
.page-my.page-words .content-body .table {
  margin-bottom: 0;
}
.content-body .pager {
  width: 100%;
  border: none;
  box-shadow: none;
  border-top: dotted 1px #bbbbbb;
}
/*
.content-body .pagination {
  margin-top: 0;
}
*/
.content-body .pager {
  padding-top: 10px;
}
.content-body .pager a {
  border: none;
  padding: 0;
  font-size: 13px;
}
.content-body .pager a:hover {
  background: none;
  text-decoration: underline;
}
/*
.page-secondary .pagination {
  margin: -30px 0 50px 0;
}
*/
.page-secondary .pager {
  border-top: none;
}
.page-my.page-words td,
.page-my.page-words th {
  color: #818181;
  padding: 6px;
}
.page-my.page-words th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.page-my.page-words thead tr {
  border-bottom: dotted 1px #bbbbbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-my.page-words tbody tr:hover {
  background: #f5f6f7;
}
.page-my.page-words td {
  border-top: none;
  cursor: pointer;
  line-height: 1.0em;
}
.page-my.page-words .col-1 {
  width: 55%;
}
.page-my.page-words .col-2 {
  width: 20%;
  white-space: nowrap;
}
.page-my.page-words .col-3 {
  width: 25%;
}
.page-my.page-words td.col-1 {
  font-size: 14px;
}
.page-my.page-words td.col-2,
.page-my.page-words td.col-3 {
  font-size: 12px;
}
.page-my.page-words .sorted {
  color: #000000;
}
.page-my.page-words td a {
  font-weight: bold;
}
.page-my.page-words td a.action {
  font-size: 12px;
  font-weight: normal;
  color: #ca0403;
  text-decoration: underline;
  visibility: hidden;
}
.page-my.page-words tbody tr:hover a.action {
  visibility: visible;
}
.page-my.page-words .word-class {
  font-size: 1em;
  margin-right: 5px;
}
table th .label-text {
  display: block;
  float: left;
}
table th .sort-icon {
  display: none;
  background: none;
}
table .sort-descend .sort-icon {
  float: left;
  display: block;
  background: url('/images/mwunabridged.png') -7px -339px no-repeat;
  width: 11px;
  height: 6px;
  margin: 5px 0 0 3px;
}
table .sort-ascend .sort-icon {
  float: left;
  display: block;
  background: url('/images/mwunabridged.png') -38px -339px no-repeat;
  width: 11px;
  height: 6px;
  margin: 5px 0 0 3px;
}
.modal h3 {
  font-family: georgia, arial, verdana, sans-serif;
  font-weight: bold;
  padding-top: 5px;
  line-height: 45px;
  font-size: 22px;
  color: #ca0403;
}
.modal-header {
  border: none;
}
.modal-body {
  padding-top: 5px;
}
.modal-content-body {
  border-top: dotted 1px #bbbbbb;
}
.modal-footer {
  background: none;
  border: none;
  text-align: left;
}
.modal .input-xlarge {
  width: 380px;
}
.modal .help-block {
  width: 380px;
  margin-left: 20px;
}
.modal .sub-head,
.modal label {
  font-size: 14px;
}
.modal .form-horizontal .controls {
  margin-left: 120px;
}
.modal .form-actions {
  padding-left: 140px;
}
.modal .close {
  color: #6f8fbf;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
}
#emailModal textarea {
  height: 90px;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal .section-content {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.4em;
}
.modal .section:last-child .section-content {
  margin-bottom: 0;
}
.modal .section p {
  font-size: 1.0em;
}
.modal .cite-text {
  margin-bottom: 10px;
}
#citeModal .content-body {
  border-top: none;
}
#printModal {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#printModal .headword {
  padding-bottom: 10px;
}
#printModal .modal-header {
  padding: 9px 15px 15px 36px;
}
#printModal .print-buttons {
  float: right;
  margin-top: 5px;
}
#printModal .print-buttons button {
  margin-right: 0;
  margin-left: 5px;
}
#printModal .content-body {
  border-top: none;
  padding: 5px 26px 15px 26px;
}
#printModal .section-content {
  margin-left: 0;
}
#printModal h1,
#printModal h3,
#printModal .content-body a {
  color: #000000;
}
#printModal .content-body dt,
#printModal .content-body dt dd {
  display: inline;
}
#printModal h3 {
  font-size: 1.0em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#printModal .footer-preview {
  padding-top: 20px;
}
#printModal .footer-preview h3 {
  font-size: 1.0em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 5px 0;
}
#printModal .footer-preview p {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.printable-frame {
  width: 600px;
  height: auto;
  position: absolute;
  top: 0;
  left: -99999px;
}
.custom-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.custom-tooltip-inner {
  background: #3e76cd;
}
.custom-tooltip-content {
  position: relative;
}
.main-search .custom-tooltip {
  position: absolute;
  top: -33px;
}
.main-search .custom-tooltip-inner {
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-search .custom-tooltip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3e76cd;
}
/* END :: SECONDARY PAGES */
.no-touch .page-secondary .content-body h1 {
  width: 100%;
  margin-bottom: 0;
}

/** BEGIN STYLE GUIDE STYLES **/

.section-style-guide h2 span.grtrthan /** USED ON STYLE GUIDE HEADERS **/
{	margin:0;padding:0 5px;
  font-size:12px;
  color:#ca0403;
}
.section-style-guide ol
{	margin:0 0 0 50px;padding:0;
}
.section-style-guide ol li
{	margin:0;padding:0 0 10px 0;
  color:#000000;
  font-size:14px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-style-guide ul
{	margin:0 0 0 15px;padding:0 0 10px 0;
}
.section-style-guide ul li
{	margin:0;padding:0 0 5px 0;
  color:#000000;
}
.section-style-guide blockquote
{	margin:0;padding:0;
}
.section-style-guide blockquote.style-guide
{	margin:0 0 15px 0;padding:10px 10px 0 10px;
  background-color:#e0e7f3;
  border:#abb6ca 1px solid;
}
.section-style-guide blockquote.style-guide p
{	margin:0;padding:0 0 10px 0;
  color:#000000;
}
.section-style-guide blockquote.style-guide p small
{	margin:0;padding:0;
  color:#000000;
}
.section-style-guide blockquote.style-guide ol li
{	margin:0;padding:0 0 10px 0;
  color:#000000;
}

/** END STYLE GUIDE STYLES **/

/** BEGIN VIDEO STYLES **/

.section .videoTitle {margin:0 0 20px 0;padding:0;font-size:2em;font-family: georgia,arial,verdana,sans-serif;color:#000000;}

/** END VIDEO STYLES **/

/** BEGIN BLOG STYLES **/
.page-head[data-id="blog"] h1 a {
  color:#CA0403;
}
.section-blog .blog-entry-container
{	margin:0 0 40px 0;padding:0;
  clear:both;overflow:hidden;
}
.section-blog .blog-entry-container .featured-thumb
{	margin:0 10px 0 0;padding:0;
  float:left;
  width:150px;
}
.section-blog h1
{	margin:0;padding:0 0 15px 0;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  color: #000000;
}
.section-blog h1 a
{	margin:0;padding:0;
}
.section-blog h1 a:link,
.section-blog h1 a:active,
.section-blog h1 a:visited
{	color: #0544A1;
  text-decoration:none;
}
.section-blog h1 a:hover
{	color: #0544A1;
  text-decoration:underline;
}
.section-blog p
{	margin:0;padding:0;
  font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;font-style:normal;
}
.section-blog p.date {	
    color: #666666;
    font-size: 12px;
}
.section-blog .tags
{	margin:10px 0;padding:0;
  font-size:10px;font-weight:bold;font-style:normal;
  color:#000000;
}
.section-blog p span.author
{	margin:15px 0 0 0;padding:0;
  height:24px;
  font-size:12px;font-weight:normal;font-style:normal;
  color:#a7a7a7;
}
.section-blog .author
{	margin:10px 0;padding:0;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  color:#666666;
}
.section-blog .author-with-bio
{	margin:20px 0 0 0;padding:0;
  clear:both;overflow:hidden;
}
.section-blog .author-with-bio .auth-img {
  margin:3px 10px 20px 0;padding:0;
  float:left;
}
.section-blog .author-with-bio .auth-bio {	
  margin:0;padding:0;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  color:#666666;
  line-height:16px;
}
.section-blog p img.alignleft
{	margin:0 10px 10px 0;padding:0;
  float:left;
}
.section-blog p.next-post
{	margin:0;padding:0;
  float:right;
}
.section-blog p.prev-post
{	margin:0;padding:0;
  float:left;
}
/** BLOG TIMESTAMP STYLES **/
.page-home .feature-details .publish-timestamp {
  color: #666666;
  font-size: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sidebar .publish-timestamp {
  color: #666666;
  font-size: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section-blog .publish-timestamp {	
    margin-bottom:-9px;
  color: #666666;
    font-size: 11px;
  text-transform: uppercase;
}
/** BLOG RIGHT RAIL STYLES **/
.sidebar .excerpt p {
   margin:0 0 10px 0;padding:0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sidebar .attribution {
  margin:0 0 10px 0;padding:0;
    color:#818181;
  height:24px;
  font-size:12px;font-weight:normal;font-style:normal;
}
/** WORDPRESS COMMENTS FORM STYLES **/
div.section-blog div#respond {
  margin:0;padding:0;
  width:100%;
}
div.section-blog h3#comments {
  margin:0 0 15px 0;
}
div.section-blog div#respond h3 {
  margin:0 0 10px 0;
}
div.section-blog div#respond form#commentform p {
  margin:0 0 10px 0;
}
div.section-blog div#respond form#commentform p input {
  margin:0;padding:0;
  font-size:12px;
}
div.section-blog div#respond form#commentform p label {
  margin:0 0 20px 0;padding:0;
}
div.section-blog div#respond form#commentform p textarea#comment {
  width:95%;
}
div.section-blog ol.commentlist {
  margin:0;padding:0;
  list-style-type:none;
}
div.section-blog ol.commentlist li {
  margin:0 0 22px 0;padding:0;
  border-bottom:1px dotted #CCCCCC;
}
div.section-blog ol.commentlist li ul.children {
  margin-left:50px;
  list-style-type:none;
  border:none;
}
div.section-blog ol.commentlist li div.comment-author {
  margin:0 0 10px 0;padding:0;
}
div.section-blog ol.commentlist li div.comment-meta {
  margin:0;padding:0;
}
div.section-blog ol.commentlist li div.comment-meta a {
   color: #666666;
   font-size: 12px;
}
div.section-blog ol.commentlist li div.comment-body p {
  margin:0 0 0 0;
}
div.section-blog ol.commentlist li div.comment-body div.reply {
  margin:0 0 12px 0;padding:0;
  display:inline-block;
}
div.section-blog ol.commentlist li div.comment-body div.reply a.comment-reply-link {
  font-size:10px;
}
/** END BLOG STYLES **/

#trend-watch blockquote {margin:0 25px 18px 25px;padding:0;color:#000000;line-height:1.7em;font-size:14px;}