*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
html,
body {
  font-size: 100%; }
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }
a:focus {
  outline: none; }
img,
object,
embed {
  max-width: 100%;
  height: auto; }
object,
embed {
  height: 100%; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Bitter", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: auto;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }
h1 {
  font-size: 2.125em; }
h2 {
  font-size: 1.6875em; }
h3 {
  font-size: 1.375em; }
h4 {
  font-size: 1.125em; }
h5 {
  font-size: 1.125em; }
h6 {
  font-size: 1em; }
.upperContent{
  width:1240px;
  margin-left:auto;
  margin-right:auto;
  display:table;
}
.browseContainer{
  width:auto;
  float:left;
  left:8px;
  position:relative;
}
img {
  -ms-interpolation-mode: bicubic; }
ul.also-mentioned-in,ul.greybullets
{
    word-wrap: break-word;
}
ul.greybullets{
   padding:0px 15px;
   clear:both;
}
div#article_main_content ol{
   padding-left:10px !important;
}
div#render-flashcards h1{
   margin-top:15px !important;
}
.flash-card-title{
   max-width:80%;
}
input[type=text]::-ms-clear{display: none;}
.left {
  float: left !important; }
.right {
  float: right !important; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important;
  }
.text-justify {
  text-align: justify !important; }
.hide {
  display: none; }
img {
  display: inline-block; }
select {
  width: 100%; }
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    float: left; }
  .row .row {
    width: auto;
   margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }
@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    float: left; }
  .row .small-1 {
    position: relative;
    width: 8.33333%; }
  .row .small-2 {
    position: relative;
    width: 16.66667%; }
  .row .small-3 {
    position: relative;
    width: 25%; }
  .row .small-4 {
    position: relative;
    width: 33.33333%; }
  .row .small-5 {
    position: relative;
    width: 41.66667%; }
  .row .small-6 {
    position: relative;
    width: 50%; }
  .row .small-7 {
    position: relative;
    width: 58.33333%; }
  .row .small-8 {
    position: relative;
    width: 66.66667%; }
  .row .small-9 {
    position: relative;
    width: 75%; }
  .row .small-10 {
    position: relative;
    width: 83.33333%; }
  .row .small-11 {
    position: relative;
    width: 91.66667%; }
  .row .small-12 {
    position: relative;
    width: 100%; }
  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }
  .row .large-2 {
    position: relative;
    width: 16.66667%; }
  .row .large-3 {
    position: relative;
    width: 25%; }
  .row .large-4 {
    position: relative;
    width: 33.33333%; }
  .row .large-5 {
    position: relative;
    width: 41.66667%; }
  .row .large-6 {
    padding-right:0px;
    position: relative;
    padding-left:0;
    width: 49%; }
  .row .large-7 {
    position: relative;
    width: 58.33333%; }
  .row .large-8 {
    position: relative;
    width: 66.66667%; }
  .row .large-9 {
    position: relative;
    width: 75%; }
  .row .large-10 {
    position: relative;
    width: 83.33333%; }
  .row .large-11 {
    position: relative;
    width: 91.66667%; }
  .row .large-12 {
    padding-left:0px;
    padding-right:0px;
    position: relative;
    width: 100%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-2 {
    left: inherit; }
  .small-pull-2 {
    right: inherit; }
  .small-push-3 {
    left: inherit; }
  .small-pull-3 {
    right: inherit; }
  .small-push-4 {
    left: inherit; }
  .small-pull-4 {
    right: inherit; }
  .small-push-5 {
    left: inherit; }
  .small-pull-5 {
    right: inherit; }
  .small-push-6 {
    left: inherit; }
  .small-pull-6 {
    right: inherit; }
  .small-push-7 {
    left: inherit; }
  .small-pull-7 {
    right: inherit; }
  .small-push-8 {
    left: inherit; }
  .small-pull-8 {
    right: inherit; }
  .small-push-9 {
    left: inherit; }
  .small-pull-9 {
    right: inherit; }
  .small-push-10 {
    left: inherit; }
  .small-pull-10 {
    right: inherit; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }
/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }
  .show-for-small {
    display: none !important; }
  .hide-for-small {
    display: inherit !important; }
  .hide-for-medium,
  .hide-for-medium-up {
;    display: none !important; }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important; }
  .show-for-large,
  .show-for-large-down {
    display: none !important; }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }
  .hide-for-xlarge {
    display: none !important; }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
}
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
  [class*="small-block-grid-"] > li {
    clear: none !important; } }
/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
  box-shadow: none !important;
  -webkit-appearance: none;
  }
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }
/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #3995D9; }
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #3995D9;
  margin-bottom: 1.875em;
  z-index: 999;
}
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #3995D9; }
    .top-bar.expanded .toggle-topbar a {
      color: #fff; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider {
    border-bottom: solid 1px #3487c5;
    border-top: solid 1px #307db6;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: 600;
    }
    .top-bar-section ul li > a:hover {
      background: #307CB5; }
    .top-bar-section ul li > a.button {
      background: #3995D9;
      font-size: 0.8125em; }
      .top-bar-section ul li > a.button:hover {
        background: #307CB5; }
    .top-bar-section ul li > a.button.secondary {
      background: #3995D9; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #307CB5; }
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section ul li.active a {
    background: #307cb5; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      background: none repeat scroll 0 0 #3487c5;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden; }
.js-generated {
  display: block; }
@media only screen and (min-width: 767px) {
  .top-bar {
    background: #3995D9;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #3995D9; }
  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 7px;
      line-height: 45px;
      background: #3995D9; }
      .top-bar-section li a:not(.button):hover {
        background: #3487c5; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        margin-top: -2.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #307CB5; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #307CB5; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #41abf9;
      border-left: solid 1px #3180bb;
      clear: none;
      height: 45px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #3995D9;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }
/* additional non-Foundation styles */
.contain-to-grid {margin-bottom:16px;}
.header-container {padding-top:1em;}
.logo-header {margin:.75em 0 1.25em 0;}
#main-search-container {width:100%}
#main-search-container section .title a {padding:0.3em 0.9em;}
.main-search input, .main-search a {margin-bottom:0 !important;}
.main-search input {height:40px;font-size:1.15em;}
.main-search .prefix.button {line-height:3.25em;height:40px;left:-13px;width:45px}
.large-9 .content, .large-8 p, .panel p, .large-4 ul, .large-10 .content, .large-6 ul {font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}
ul.large-block-grid-5, ul.small-block-grid-2 {margin-left: 0;}
.tab-content h2 {display: inline-block; }
.custom_entry h2 {display: block; }
#reference-index h2 {display: block;}
h3.hdr-partner {color: #6e6e6e;}
.hdr-partner-yd, .hdr-partner-websters, .hdr-partner-american {line-height:1.5em;text-indent:-9999px;display:inline-block;}
.hdr-partner-yd {background:0 0 url(/images/bg-header-sprites-left.png) no-repeat;width:200px;}
.hdr-partner-websters {background:0 -200px url(/images/bg-header-sprites-left.png) no-repeat;width:325px;}
.hdr-partner-american {background:0 -100px url(/images/bg-header-sprites-left.png) no-repeat;width:300px;}
/* .tab-content ul li {margin-bottom: .75em;} */
.tab-content ol li ul li {margin-bottom: 0;}
.tab-content em {color: #666;}
.tab-content figure.right {margin-left:1em;margin-bottom:1em;clear:both;margin-top:10px;}
.tab-content .more-link {display:block; margin-bottom:1.5em;}
em.part-of-speech {font-weight:300;font-size:.85em;}
.tab-content .content small {display:block;margin-bottom:2em !important;}
.related-articles ul {list-style: none;}
ul.example {margin-left:1em;}
.large-4 .panel h6 {margin-top:1.5em;}
img.left {margin:0 1.5em 1em 0;}
.index-list h4, #reference-index h4 {border-bottom:1px solid #ddd;}
.index-list ul, #reference-index ul {color:#999;margin-left:1em;}
.add-word-list {
    font-size: 1em !important;
    background: #FF7C00;
    border: 1px solid #DC6B00;
    }
a:hover.add-word-list {background:#FF922A;}
footer ul li a {font-size:.85em;}
footer ul.inline-list {margin:0 auto 1.0625em auto;}
.images-tab img {display:block;margin-bottom:1em;}
.large-4 ul.side-nav {margin-left:1em;}
.large-4 ul.side-nav li a:before {content:"» ";}
a.more-link:after {content:" ?";}
a.before-link:before {content:"? ";}
ul.also-mentioned-in {margin-left:1em;color:#999;}
footer ul.inline-list > li:first-child {margin-left:0;}
.word-lists .panel {min-height:450px;}
.word-lists h4 {color:#666;}
ul#link-cite-print {font-size: 1em; padding-right: 0 !important;margin: .5em 1em;}
nav ul#link-cite-print {padding: 0;}
ul#link-cite-print li {padding-right: 0;}
ul#link-cite-print li a {padding: .5em;}
ul#link-cite-print li a:hover {background: #f5f5f5;}
ul#link-cite-print li:hover, ul#link-cite-print li a:hover, ul#link-cite-print li a:hover i {text-decoration: none !important;}
#social-right p.title a {
    padding: .15em .5em;
    font-size: 1.75em;
    vertical-align: baseline;
}
.icon-google-plus-sign {color: #cd4d35;}
.icon-facebook-sign {color: #657cc0;}
.icon-twitter-sign {color: #38b7d7;}
.row, .contain-to-grid .top-bar {max-width:77em;} /* added this larger width to allow for 300px right column for ad */
#category-header-search .panel h1, #category-header-search .panel h2, #category-header-search .panel h3, #category-header-search .panel h4, #category-header-search .panel h5, #category-header-search .panel h6 {
    margin: .15em 0 .35em 0;
    line-height: 1em;
}
#category-header-search input, #category-header-search a {margin: .25em 0;}
/* end additional non-Foundation styles */
/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #cccccc; }
    div.switch label {
      position: relative;
      left: 0;
      z-index: 2;
      float: left;
      width: 50%;
      height: 100%;
      margin: 0;
      text-align: right;
      font-weight: bold;
      text-align: left;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input {
      position: absolute;
      z-index: 3;
      opacity: 0;
      width: 100%;
      height: 100%; }
      div.switch input:hover, div.switch input:focus {
        cursor: pointer; }
    div.switch > span {
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 1;
      display: block;
      padding: 0;
      border-width: 1px;
      border-style: solid;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input:not(:checked) + label {
      opacity: 0; }
    div.switch input:checked {
      display: none !important; }
    div.switch input {
      left: 0;
      display: block !important; }
    div.switch input:first-of-type + label,
    div.switch input:first-of-type + span + label {
      left: -50%; }
    div.switch input:first-of-type:checked + label,
    div.switch input:first-of-type:checked + span + label {
      left: 0%; }
    div.switch input:last-of-type + label,
    div.switch input:last-of-type + span + label {
      right: -50%;
      left: auto;
      text-align: right; }
    div.switch input:last-of-type:checked + label,
    div.switch input:last-of-type:checked + span + label {
      right: 0%;
      left: auto; }
    div.switch span.custom {
      display: none !important; }
    div.switch label {
      padding: 0 0.375em;
      line-height: 2.3em;
      font-size: 0.875em; }
    div.switch input:first-of-type:checked ~ span {
      left: 100%;
      margin-left: -2.1875em; }
    div.switch > span {
      width: 2.25em;
      height: 2.25em; }
    div.switch > span {
      border-color: #b3b3b3;
      background: white;
      background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
      background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
      background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
      -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
      box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
    div.switch:hover > span, div.switch:focus > span {
      background: white;
      background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
      background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
    div.switch:active {
      background: transparent; }
    div.switch.large {
      height: 44px; }
      div.switch.large label {
        padding: 0 0.375em;
        line-height: 2.3em;
        font-size: 1.0625em; }
      div.switch.large input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -2.6875em; }
      div.switch.large > span {
        width: 2.75em;
        height: 2.75em; }
    div.switch.small {
      height: 28px; }
      div.switch.small label {
        padding: 0 0.375em;
        line-height: 2.1em;
        font-size: 0.75em; }
      div.switch.small input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -1.6875em; }
      div.switch.small > span {
        width: 1.75em;
        height: 1.75em; }
    div.switch.tiny {
      height: 22px; }
      div.switch.tiny label {
        padding: 0 0.375em;
        line-height: 1.9em;
        font-size: 0.6875em; }
      div.switch.tiny input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -1.3125em; }
      div.switch.tiny > span {
        width: 1.375em;
        height: 1.375em; }
    div.switch.radius {
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      div.switch.radius > span {
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    div.switch.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
      div.switch.round > span {
        -webkit-border-radius: 999px;
        border-radius: 999px; }
      div.switch.round label {
        padding: 0 0.5625em; }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative; }
    to {
      position: relative; } } }
[data-magellan-expedition] {
  background: white;
  z-index: 997;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
  border-collapse: initial;    }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }
/* Image Thumbnails */
.th {
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #196177;
    color: #3995d9; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.opened {
    color: #3995d9 !important;
    border-bottom: dotted 1px #196177 !important; }
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal; }
.tileForm4pics textarea, .tileForm4pics textarea:focus {
        position: relative;
    }
@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; }
    }
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; }
    .logo-header {margin:0 0 1em 0;}
body, html {font-size: 90%;} /* added by barry */
.logo-header {margin-bottom: .25em;} /* added by barry *//* added by barry */
.section-container section, .section-container .section, .section-container.auto section, .section-container.auto .section {clear: left;} /* added by barry */
.tab-content figure.right {margin-left: 0.5em;marginbottom:0.5em;clear:both;} /* added by barry */
.breadcrumbs {padding-left: 0;} /* added by barry */
.top-bar {margin-bottom: .5em;} /* added by barry */
.hdr-partner-yd, .hdr-partner-websters, .hdr-partner-american {line-height: 1.75em;}
    .tileForm input[type="text"], .tileForm input[type="text"]:focus {
        background: url("/images/bg-rack-400.png") no-repeat scroll 50% 50% transparent;
        padding-left: 10px;
        text-indent: 0;
        width: 401px;
        font-size: 25px;
        letter-spacing: 18px;
    }
     }
@media only screen and (max-width: 750px) { /* added by barry */
    /* added by barry */ /* remove this to make breadcrumbs reappear */
    #header-ad
    {
        position: fixed !important;
        bottom: 0;
        line-height: 0;
        left: 0;
        right: 0;
        top: auto !important;
        padding-top: 5px;
        border-top: 2px solid #ddd;
        background: #f7f7f7;
        z-index: 9999999;
    }
    #header-ad .close
    {
        position: absolute;
        top: 5px;
        right: 5px;
        border: 1px solid #ddd;
        border-radius: 2px;
        background: #eee;
        color: #999;
        font-weight: bold;
        width: 22px;
        height: 20px;
        font-size: 28px;
        line-height: 20px;
        cursor: pointer;
        display: block;
    }
    .wordlist_detail_parent .pagination-centered  ul.pagination{
        height:35px !important;
    }
    .sortable_headers
    {
         background-position: center bottom 5px !important;
         padding-bottom: 15px !important;
    }
    #article_main_content ins.adsbygoogle
    {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    #article_pdf_div {
        margin-left:auto !important;
        margin-right:auto;
        display:table;
        float:none !important;
    }
    #article_main_content p {
        float:left !important;
    }
    a.slider_link
    {
        margin-left:0px !important;
    }
    #promo-unit-1 {padding-left: 65px; overflow: hidden;}
    .tileForm input[type="text"], .tileForm input[type="text"]:focus {
        background: transparent url("/images/bg-rack-320.png") no-repeat scroll 50% 50%;
        font-size: 13px;
        height: 30px;
        letter-spacing: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 0 6px 10px;
        text-indent: 0;
        width: 284px;
    }
    .tablesorter th.header{
       background-position:bottom !important;
    }
    div#article_main_content div.content table{
       font-size:12px !important;
    }
    .wrap4pics
    {
        margin-bottom: 10px;
    }
    .wrap4pics input {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .definitions_slider .bx-default-pager{
     line-height:12px !important;
    }
    .QuoteSlider .bx-default-pager{
     margin-bottom:0px !important;
     line-height:12px !important;
    }
    .pagination-centered ul.pagination{
        height:4.8em !important;
    } 
    div.resources_content h2{
         position:relative !important;
    }
    #letters_input
    {
        font-size: 15px !important;
        letter-spacing: 14px !important;
    }
    .tileForm4pics textarea, .tileForm4pics textarea:focus {
        position: relative;
        width: 416px;
        transform:scale(0.7,0.7);
        -ms-transform: scale(0.7,0.7); /* IE 9 */
        -webkit-transform: scale(0.7,0.7); /* Safari and Chrome */
    }
    .row.header-container {
        padding-bottom: 10px;
    }
    .top-bar {
        margin-top: -0px !important;
    }
    #article_main_content ul
    {
        clear:both;
    }
    .article_pdf_file
    {
        display:table !important;
        margin-left:auto;
        margin-right:auto;
        float:none !important;
    }
    #yd_search_bar, .search-input-field input
    {
        height: 46px!important;
    }
    .promo-box-recent-lists {
        display: none;
    }
}
@media only screen and (max-device-width: 387px) and (min-height:400px) {
  #header-ad                      
  {
    padding-top:      0;
    border-top-width: 5px;
  }
  #header-ad .close
  {
    top: -26px;
    right: -1px;
    display: block;
  }
}
@media only screen and (min-width: 451px) and  (max-width: 830px){
    .text-center{
        text-align: center !important;
    }
    .tileForm4pics textarea, .tileForm4pics textarea:focus {
        position: relative;
    }
}
 /* added by barry */
@media only screen and (max-width: 320px) {
    .quotesTables{
        padding-left:2px;
        padding-right:2px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) { /* added by barry */
.section-container section .title, .section-container .section .title, .section-container.auto section .title, .section-container.auto .section .title { width: auto !important;} /* added by barry */
    /* added by barry */
    .section-container section, .section-container .section, .section-container.auto section, .section-container.auto .section {clear: both !important;} /* added by barry */
    #create_word_list_button_user .word_list_from
    {
        top:inherit !important;
    }
    #create_word_list_button_user #response_div
    {
        top:inherit !important;
    }
    .tileForm4pics textarea, .tileForm4pics textarea:focus {
        width: 401px;
        transform: scale(1,1);
        -ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Safari and Chrome */
    }
} /* added by barry */
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  list-style: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    padding: 0.3125em 0.625em;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content *:first-child {
      margin-top: 0; }
    .f-dropdown.content *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .socialbreadcrumbs li {
    margin: 0;
    padding: 0.75em 0.75em 0 0;
    float: left;
    list-style: none;}
    .socialbreadcrumbs li:hover a, .socialbreadcrumbs li:focus a {
      text-decoration: underline; }
      .large-4 .socialbreadcrumbs li:hover a, .socialbreadcrumbs li:focus a {
      text-decoration: none; }
    .socialbreadcrumbs li a,
    .socialbreadcrumbs li span {
      font-size: 0.6875em;
      padding-left: 0.75em;
      text-transform: uppercase; }
    .socialbreadcrumbs li.current a {
      cursor: default;
      color: #333333; }
    .socialbreadcrumbs li.current:hover a, .socialbreadcrumbs li.current:focus a {
      text-decoration: none !important; }
    .socialbreadcrumbs li.unavailable a {
      color: #999999; }
    .socialbreadcrumbs li.unavailable:hover a,
    .socialbreadcrumbs li.unavailable a:focus {
      text-decoration: none !important;
      color: #999999;
      cursor: default; }
    .socialbreadcrumbs li:before {
      color: #aaaaaa;
      position: relative;
      top: 1px; }
    .socialbreadcrumbs li:first-child a, .socialbreadcrumbs li:first-child span {
      padding-left: 0; }
    .socialbreadcrumbs li:first-child:before {
      content: " "; } 
.stepcarousel {
position: relative; /*leave this value alone*/
border: 1px solid #C6C6C6;
background: #fff;
overflow: hidden; /*leave this value alone*/
width: 570px; /*Width of Carousel Viewer itself*/
height: 140px; /*Height should enough to fit largest content's height*/
top: -12px;
left: 10px;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px auto; /*margin around each panel*/
width: 568px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background: #fff;
padding: 0px;
}
a.slider_link {
text-decoration: none;
color: #0A77D5;
font: normal 16px Georgia, "Times New Roman", Times, serif !important;
}
.browse_box {
width: 606px;
background-color: #eee;
margin-left: 100px;
padding: 8px;
border: 1px solid gray;
margin-bottom: 20px;
}
.slider_back {
    position: relative;
    left: -6px;
    top: 65px;
    display: inline-block;
}
.slider_forward {
    position: relative;
    left: 563px;
    top: 65px;
    display: inline-block;
}
.pop-box
{
   border: 1px solid #cccccc;
   padding: 1px;
   font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
   position: absolute;
   background-color: #ffffff;
   width: 400px;
   z-index: 999999999;
}
.pop-box .heading
{
   background-color: #f2f2f2;
   color: #4c4c4c;
   border-bottom: 1px solid #e5e5e5;
   padding: 4px;
   line-height: 1em;
   font-size: 12px;
}
.pop-box .content
{
   padding: 0 8px 8px 8px;
   font-size: 11px;
   color: #4c4c4c;
}
.pop-box .content input
{
   font-size: 10px;
   color: #4c4c4c;
   width: 95%;
}
.pop-box .content ul
{
   padding-left: 1.5em;
}
.pop-box .content .cite
{
   text-indent: -5ex;
   margin-left: 5ex;
   font-size: 100%;
}
span.custom_entry_pos
{
    font-style: italic;
    color: grey;
    font-size:14.5pt;
}
span.main_entry_pos
{
    font-style: italic;
    color: grey;
}
p.main_entry_pos
{
    font-style: italic;
    color: grey;
    margin-bottom: 0px;
}
p.custom_entry_example {
    padding-left: 25px;
    font-style: italic;
    color: grey;
}
.pos .code
{
    font-style: italic;
}
.conj
{
    font-weight: bold;
    font-size: 90%;
}
p.ety
{
}
.ety
{
    min-width: 0;
}
.cls
{
    font-size: 75%;
    text-transform: uppercase;
    font-family: Arial, Sans-Serif;
    color: #666666;
}
ol ol
{
    list-style-position: outside;
    list-style-type: lower-alpha;
    margin-top: 0.25em;
}
div.sense
{
    margin: 0 0 1em 0;
    line-height: 1.25em;
}
.pos
{
    font-style: italic;
    color: grey;
}
.ologies_detail
{
    font-style: italic;
    color: grey;
    display: block;
    padding-top: 10px;
}
ul.custom_entry_example {
    color: grey;
    font-style: italic;
    padding-left: 17px;
}
ol.custom_entry_example {
    color: grey;
    font-style: italic;
    padding-left: 17px;
}
span.italic {
    font-weight: normal;
    font-style: italic;
}
div#social-right {
    margin-top: 20px;
}
#promo-unit-1 {
    background: #f2f2f2 -24px top url(/images/slide3aopt.png) no-repeat;
    padding-left: 165px;
    margin-top:0;
    width:100%;
    height:240px;
}
#promo-unit-1 ul {margin-left: 1em;}
#promo-unit-1 ul li {line-height: 1.25em!important;margin-bottom: .5em;}
#promo-unit-2 {
    background: #f2f2f2 -24px top url(/images/homepage-slide.png) no-repeat;
    padding-left: 165px;
    margin-top:0;
    width:100%;
    height:240px;
}
#promo-unit-2 p {line-height: 1.25em;}
.stepcarouselhome {
position: relative; /*leave this value alone*/
border: 1px solid #C6C6C6;
background: #fff;
overflow: hidden; /*leave this value alone*/
width: 400px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
top: -12px;
left: 20px;
}
.stepcarouselhome .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarouselhome .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px auto; /*margin around each panel*/
width: 398px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background: #fff;
padding: 0px;
}
p.hw {
    font-style: italic;
    color: grey;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.pron {
    white-space: nowrap;
}
a#pron {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    margin-left:10px;
    margin-right:10px;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 40px;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -28px;
    background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: -31px;
    background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: -13px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.input_fields label
{
font-weight:bold;
color: #3995D9;
font-family:"Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
.submitButton
{
    background: none repeat scroll 0 0 #3995D9;
    border: medium none;
    color: #FFFFFF;
    padding: 10px 15px;
}
.login-section {
    padding-bottom: 5px;
    width: 100%;
    text-align: right;
}
.row, .contain-to-grid .top-bar {max-width:77em;}
@media only screen
and (max-width : 765px) {
    #ydHomePageSocialSection {
        display:block;
    }
     #ydHomePageAd {
        display:block;
     }
    .newHomePageSection {
        display:none;
    }
    .oldHomePageSection {
        display:block;
    }
}
@media only screen
and (max-width : 830px) {
    #homeSlider .bx-controls-direction .bx-prev {
        margin-left: 50px !important;
    }
    #homeSlider  .bx-controls-direction .bx-next {
        margin-right: 50px !important;
    }
}
@media only screen
and (max-width : 750px) {
    .bottomGraphicAdd2 div,.bottomGraphicAdd1 div,.ad-after-table div
    {
        margin-left:auto !important;
        margin-right:auto !important;
    }
    #ydHomePageAd
    {
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
    }
    .bottomGraphicAdd1
    {
        margin-bottom:20px;
        margin-top:20px;
    }
    .bottomGraphicAdd2
    {
        margin-bottom:20px;
        margin-top:20px;
    }
    .panel
    {
        margin-bottom:5px !important;
    }
    .bottomGraphicAdd2
    {
        margin-bottom:10px !important;
    }
    .section-container.auto {
        border: 0;
        position: relative;
    }
     .section-container.auto section.active .title,
    .section-container.auto .section.active .title {
        background-color: white;
    }
    footer
    {
        font-size:90% !important;
    }
    .YdHomePageNav #breadcrumbs_social
    {
        padding-left: 10px;
    }
    #ydHomePageMiddleCont
    {
        display:none;
    }
    .ydHomePageMainCont #main-search-container
    {
        margin-bottom: 65px !important;
        margin-top: 0 !important;
    }
    #ydHomeSearchSecn
    {
        float:left;
    }
    .YdHomePageNav .title-area
    {
        display:none;
    }
    .YdHomePageNav .top-bar
    {
        background: #3995D9 !important;
    }
    .YdHomePageNav .top-bar.expanded
    {
        width:100% !important;
        clear: both;
    }
    .YdHomePageNav .toggle-topbar
    {
        display:none;
    }
    .YdHomePageNav
    {
        position:relative !important;
        border-bottom:none !important;
    }
    .YdHomePageNav .top-bar.expanded
    {
        position:relative !important;
    }
    #YdSearchContainer
    {
        display: inline;
        float: right;
        vertical-align: middle;
        width: auto;
    }
    #ydHeaderContainer
    {
        border-bottom: 1px solid lightgray;
        border-top: 1px solid lightgray;
        height: 70px;
        margin-bottom: 20px;
        margin-top: 5px;
        vertical-align: middle;
    }
    #YdSearchContainer #main-search-container
    {
        margin-top:0px !important;
    }
    .floating-header {
        display: none !important;
    }
    .search-clear-icon
    {
        right:8px !important;
    }
    #bottom-login
    {
        display:block !important;
    }
    #top-login
    {
        display:none !important;
    }
    .top-bar .toggle-topbar.menu-icon a span
    {
        width:30px !important;
    }
    .top-bar .toggle-topbar.menu-icon
    {
        right:5px !important;
    }
    .top-bar-section .dropdown
    {
        background:none repeat scroll 0 0 #3995d9 !important
    }
    .bx-pager-link
    {
        padding:7px !important;
    }
    .top-bar #breadcrumbs_social{
        background: none repeat scroll 0 0 #ffffff !important;
        width:100%;
        display:block !important;
        padding-left: 10px;
    }
    .top-bar-section ul.title-area.left {
        width: 40px !important;
        background-color: inherit !important;
    }
    .top-bar-section .left {
        background: none repeat scroll 0 0 #3995d9 !important;
    }
    .top-bar .toggle-topbar a span {
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888 !important;
    }
    #searchbox
    {
        clear: both;
        float: right;
        text-align: right;
    }
    .top-bar {
        margin-top: -20px;
        position: absolute;
        right: 2px;
        width: 40px !important;
    }
    .top-bar .top-bar-section .title-area
    {
        float:right !important;
    }
    .top-bar.expanded {
        width: 100% !important;
    }
    .top-bar .toggle-topbar a:hover {
        background: inherit !important;
    }
}
@media only screen
and (max-width : 480px) {
    .right_side
    {
        float:none !important;
        width:95% !important;
        clear:none !important;
        display: block;
    }
    .left_side
    {
        float:none !important;
        width:95% !important;
        clear:none !important;
        display: block;
    }
}
#breadcrumbs_social
{
    display: block;
    float: left !important;
    left:0px !important;
}
.right_side
{
    float:right;
    width:45%;
    clear:right;
}
.left_side
{
    float:left;
    width:45%;
    clear:left;
}
.search_icon_symbol
{
    font-style: normal !important;
}
.search_icon_symbol img
{
    margin-top: 8px;
    width: 23px;
}
aside .resources_content
{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}
#UserWordList_container
{
    float:left;
    background-color: #F2F2F2;
    width:300px !important;
    display:none;
    margin-left:auto;
    margin-right:auto;
}
#continue_and_submit
{
    display:none;
}
#cancel_and_close
{
    display:none;
}
.ui-autocomplete
{
    z-index: 9999 !important;
    width: 400px;
}
.ui-menu-item
{
    text-transform: capitalize;
}
.search-clear-icon:hover
{
    opacity: 0.9;
}
.search-clear-icon
{
    cursor: pointer;
    opacity: 0.45;
    position: absolute;
    right: 75px;
    top: 26px;
    display:none;
}
@media (min-width:765px)
{
    .search-clear-icon
    {
        right: 5px!important;
        top: 14px;
    }

    .desktopSilder .browse-box-section .definitions_slider h2 {
        font-size: 45px !important;
        text-transform: capitalize;
    }
    #ydHomePageSocialSection {
        display:none;
    }
    #homeSlider .bx-wrapper .bx-viewport {
        height:auto !important;
    }
    .footerLayout {
        margin-top: 0 !important;
    }
    .seven .large-8 {
        margin-left:auto;
        margin-right:auto;
        display:block;
        float:none !important;
        text-align: center;
    }
    .desktopSilder .browse-box-section .definitions_slider h2 {
        text-align: center;
    }
    .desktopSilder .browse-box-section {
        border:none !important;
    }
    .seven {
        background-color: #E7E8E9 !important;
    }
    #homeSlider .bx-wrapper .bx-pager.bx-default-pager a {
        background:none !important;
        border: 1px solid #666;
        height:15px !important;
        width:15px !important;
        border-radius:10px !important;
    }
    #homeSlider .bx-wrapper .bx-pager.bx-default-pager a:hover, #homeSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #FFF none repeat scroll 0 0 !important;
    }
    .secondSlide .Section {
        margin-left: auto; margin-right: auto; width: auto; display: table;
    }
    .bx-wrapper .bx-viewport {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
      border: medium none !important;
      box-shadow: none !important;
      -webkit-appearance: none;
      left: auto !important;
    }
    .fifth {
        background-color: #FFFFFF !important;
        text-align:center;
        padding-bottom: 20px;
    }
    .fifth .backgroundHeading p {
        font-size: 22px !important;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .wordlist-img {
        display: block;
        float: right;
        margin-left: auto;
        margin-right: 10px;
        width: 100%;
    }
    .wordlist-img img {
        width:100%;
        min-width: 210px !important;
    }
    .dictionaries-note {
        line-height:30px;
    }
    .secondSlide  span.colorWhite  {
         font-size: 22px;
    }
    .dictionarySection1, .dictionarySection2 {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        margin-top:20px;
        min-width: 580px;
    }
    .dictionarySection1 {
        height: 264px;
        overflow-y: hidden;
        max-width: 660px;
    }
    .dictionarySection1 span{
        display: inline-block;
    }
     .dictionarySection2 span {
        display: inline-block;
    }
    .search-icon a i img {
        margin-top:18px;
        width:40px;
        margin-left:15px;
        margin-right:12px;
    }
    .search-icon a {
        background-color:#F69824;
        border-color:#F69824;
        font-size:36px;
        box-shadow:orange;
    }
    .search-icon a:hover {
        background-color:#F69824;
        border-color:#F69824;
    }
    .search-input-field {
        height:80px;
        width: 100%;
    }
    .sliderSearch {
        display: -webkit-flex; 
        display: flex;
        flex-wrap: nowrap;
        background-color:#F69824;
        padding: 5px 5px 0px;
    }
    .search-text {
        margin-top: 22px;
        text-transform:uppercase;
        font-size:36px;
        color:white;
        display: none;
    }
    .search-input-field  input{
        height:78px;
        font-size:36px;
    }
  .fifth div h1, .fifth div p {
    text-align:center;
  }
    .fifth div {
        position:relative !important;
    }
    .fourth div ul {
        padding-left:70px;
    }
    .fourth div p {
        font-size:16px !important;
    }
    .second div {
        margin-top:30px !important;
    }
    .section3 span {
        display: block;
        width: 250px;
        height:auto;
        cursor: pointer;
        padding-left: 15px;
    }
    .section3 span a img {
        width: 250px;
        height:45px;
    }
    .parentSection div span {
        display: inline-block;
        margin: 15px 1%;
        width:30%;
    }
    .newHomePageSection {
        display:block;
    }
    .section1, .section2, .section3 {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        text-align: center;
    }
    .sixQuotePictures {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .section1 span img, .section2 span img {
        width:300px;
        height:auto;
    }
    .fourth div{
        background-color:#E7E8EA;
        opacity:initial;
        width:430px;
        height:auto;
        padding-bottom:15px;
    }
    .third  .backgroundHeading{
        position:relative !important;
    }
    .third  .backgroundHeading h1{
        text-align:center;
    }
    .newHomePageSection .backgroundSection p {
        font-size:20px ;
        padding:0 15px 15px 15px;
    }
    .newHomePageSection .backgroundSection  .backgroundHeading h1 {
        padding:15px 10px;
        font-size: 45px;
    }
    .newHomePageSection .backgroundSection .backgroundHeading{
        margin-top:10px;
    }
    .newHomePageSection .backgroundSection:nth-child(2) .backgroundHeading{
        width:450px;
        background:none !important;
        opacity: unset;
    }
    .YD_Home_Footer ul{
        border-bottom:none !important;
    }
     .oldHomePageSection, #ydHomePageAd  {
         display:none;
     }
     #UserWordList_container{
         padding-bottom:1px;
     }
     #ydHomePageAd{
         margin-top:0px !important;
         top:44px;
     }
     #ydHomePageAd #UserWordList_container{
         display:block !important;
     }
     .bottomGraphicAdd1 , #UserWordList_container{
         float:none !important;;
      }
      .definitionSocialRight{
         margin-left:auto;
         margin-right:auto;
         padding-top: 10px;
      }
      .bottomGraphicAdd1 #ad300 div div{
         margin-left:auto;
         margin-right:auto; 
      }
      .bottomGraphicAdd2 #YD_Definitions_BTF div{
         margin-left:auto !important;
         margin-right:auto !important;
      } 
      .bottomGraphicAdd2 #YD_Definitions_BTF_m div{
         margin-left:auto !important;
         margin-right:auto !important;
      }
}
@media only screen and (min-width: 1024px) {
    .thirdSlide  span.colorWhite {
        font-size:25px;
        line-height:35px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: block;
    }
}
@media only screen and (max-width: 1023px) {
    .thirdSlide  span.colorWhite {
        width:50%;
        font-size:20px;
        line-height:26px;
    }
    .boxHomeBackground img, .boxHomeBackground {
        min-height:580px;
    }
    .dictionarySection1, .dictionarySection2 {
        margin-top:10px;
    }
    .secondSliderHead{
        font-size:45px !important;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .secondSlide span.colorWhite {
        font-size:17px;
    }
}
@media only screen and (max-width: 1050px) {
    #homeSlider .bx-next{
         margin-right: 40px !important;
    }
    #homeSlider .bx-prev {
         margin-left: 40px !important;
    }
    .floating-nav .contain-to-grid .top-bar .top-bar-section ul.left li
    {
        padding-right:0px !important;
    }
    .floating-nav .top-bar-section li.floaterli a:not(.button)
    {
        padding: 0 5px !important;
    }
    .floaterli {
        right:0 !important;
    }
    #floaterContainer .logo-header
    {
        margin-right:10px !important;
    }
    #headwordButtons .floaterButtons {
        width:auto !important;
        padding-left:9px !important;
        padding-right:9px !important;
    }
}
@media only screen and (max-width: 750px) {
    #floaterContainer #YdSearchContainer
    {
        text-align: center;
        width: 750px;
    }
    #YdSearchContainer #top-login {
        display:block;
    }
    .floating-nav, .floating-nav .contain-to-grid .nav_login , .nav-login-li, .floating-header {
        display:none;
    }
    .without-floating-nav, .without-floating-header {
        display:block;
    }
    #definitions_panel .customYdLogo {
        margin-top:-125px !important;
    }
    .def-logo-section
    {
        float: left;
        width: 100%;
        clear: both;
    }
    .backgroundSection img {
        display:none;
    }
    .wordListRight {
        display:none;
    }
    .pagerHeadingSection .quoteTopPagination
    {
        width:100%;
        text-align:center;
    }
}
@media only screen and (min-width: 750px) {
    /* Font Changes */
    .desktopGray h3 {
        font-size:20px;
    }
    #inline-search {
        display:none;
    }
    .desktopGray {
        border: 1px solid #cccccc;
        background-color: #e7e8e9;
        clear: both;
        float: left;
        margin-top: 30px;
        padding: 20px 20px;
        width: 100%;
    }
    .desktopGray .arrow-circle img {
        margin-top:-42px !important;
        float:none !important;
        width:auto !important;
    }
    .backgroundHeading {
        background: white none repeat scroll 0 0;
        opacity: 0.8;
        overflow: hidden;
        position: absolute;
        margin-top:25%;
    }
    .backgroundHeading h1 {
        margin:0;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:5px;
    }
    p,li,td {
        font-size:15px;
    }
    .layout {
        margin-top:20px;
    }
    h1 {
        font-size:45px;
    }
    h1, h2, h3, h4, h5, h6 ,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-family: "Ek Mukta Light" !important;
        font-weight:normal;
    }
    .definitions_slider h4{
        font-size:26px !important;
    }
    .ekMuktaFont {
        font-family: "Ek Mukta Light" !important;
        font-weight:normal;
    }
    .definitionpages h2 {
        margin-top:0px !important;
        margin-bottom:0px !important;
        font-size:45px !important;
        font-family: "Ek Mukta Light";
        font-weight:normal;
    }
    #headwordButtons .floaterButtons {
        font-family: "Ek Mukta Light";
        font-size: 15px;
        font-weight: normal;
    }
    .breadcrumbs li a {
        font-size:13px !important;
        font-family: "Ek Mukta Light";
    }
    nav .top-bar-section li a {
        font-size:14px;
        font-family: "Ek Mukta Light";
        font-weight:normal;
        text-transform: uppercase;
    }
    .without-floating-header {
        display: none !important;
    }
    .prefix.button {
        background-color: #F69824;
        border-color: #F69824;        
    }    
    #mobile_wordfinder_menu_spacer {
        display:none;
    }
    .definition_section .section.active {
        padding-top: 0 !important;
    }
    .definitionpages #content_top section p.title
    {
        display:none;
    }
    #word_list_area {
        display:none;
    }
    #floaterContainer {
        max-width: 77em;
        margin-left:auto;
        margin-right:auto;
        padding-bottom:5px;
    }
    .floating-nav .contain-to-grid, .floating-nav .contain-to-grid .top-bar {
        background-color:#0B395B !important;
    }
    .floating-nav .contain-to-grid .top-bar .top-bar-section li a:not(.button) {
        background-color:#0B395B !important;
    }
    .floating-nav .top-bar-section ul li.active a {
        background: #0B395B !important;
    }
    .floating-nav .top-bar-section .dropdown li {
        background: #0B395B none repeat scroll 0 0 !important;
        border-color: #0B395B !important;
    }
    .floating-nav .contain-to-grid .top-bar .top-bar-section > ul > .name {
         padding:0 0px 0 0 !important;
    }
    .floating-nav .contain-to-grid .top-bar .top-bar-section > ul > .divider {
         border-color: #0B395B !important;
         padding:0 0px 0 0 !important;
    }
    .floating-nav .contain-to-grid .top-bar .top-bar-section ul.left li {
        padding:0 10px 0 0;
    }
    .floating-nav {
        display:block;
        margin-bottom:-10px;
        margin-top:10px;
    }
    .without-floating-nav {
        display:none;
    }
    .floating-nav .contain-to-grid .top-bar  #breadcrumbs_social {
        display:none;
    }
    .floating-nav .contain-to-grid .nav_login, .nav-login-li {
        display:block;
    }
    .nav-login-li .nav_login a {
        color:white !important;
    }
    .without-floating-header{
        display:none;
    }
    .without-floating-header  #top-login {
        display:none;
    }
    .floating-header {
        margin-top:0px;
        padding-top:0;
    }
    .top-bar.expanded .title-area {
      background: #0B395B;
    }
}
.home-floating-header {
    margin-bottom:0px !important;
}
.floating-header {
    background-color: white;
    border-bottom: solid 2px rgba(0,0,0,0.3);
    width: 100%;
    z-index: 9999;
    max-width:100% !important;
    min-height: 80px;
}
#headwordButtons .floaterButtons.active {
    background:#429ADA !important;
}
#headwordButtons .floaterButtons:hover {
    background:#429ADA !important;
}
#headwordButtons .floaterButtons {
    background: #bababa none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-weight: normal;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    width: 100px;
}
.autoInlineBlock {
    width:auto;
    display:inline-block;
}
#floaterContainer .logo-header {
    margin: 10px 25px 18px 0;
    float:left;
}
#floaterContainer #searchbox .searchField {
    padding:0;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    width: calc(100% - 45px);
}
#floaterContainer #searchbox .searchButton a{
    background: #F69824;
    border-color:#F69824;
}
#floaterContainer #searchbox .searchButton {
    padding:0;
    width:45px;
}
#floaterContainer #searchbox .searchButton .button {
    height:40px !important;
}
#floaterContainer #searchbox .searchField #yd_search_bar #yd_search_bar_nofloat
{
    height:40px;
}
#headwordButtons {
    margin-top: -12px;
    vertical-align: middle;
    margin-right:0;
}
#headwordButtons .floaterLinks
{
    display:inline-block;
    margin-right:5px;
}
.margin_top_20
{
    margin-top: 20px;
}
#floater img
{
    width:95px;
}
#floater_small_buttons {
    display: inline-block;
    float: right;
    text-align: right;
    width:150px;
    margin-top:13px;
}
#floaterContainer .search_icon_symbol img {
    margin-top:8px;
}
#top-login-floater {
    display:none;
}
.floating-nav #top-login-floater a {
    color:white;
}
.floating-nav #top-login-floater {
    color:white;
    display:inline-block !important;
}
.floaterli{
    text-align: right; position: absolute; right: 0;
}
.floating-nav nav li a.currenttab{
    color: #87bde7 !important;
}
.add-to-linkcite,.add-to-wordlist {
    display:inline-block;
    cursor:pointer;
}
.button-desc {
    vertical-align:top;
    display:inline-block;
    font-size:11px !important;
    font-family: "Ek Mukta Light";
    COLOR:#4B97D5;
    margin-top: 9px;
}
.add-to-wordlist #add_wordlist_button {
    width:auto !important;
}
.def-logo-section #render_word_lists,.def-logo-section #response_div{
    right:auto !important;
    top:auto !important;
    margin-top:10px !important;
}
.def-logo-section #word_list_from_section{
    right:15px !important;
    top:auto !important;
    margin-top:10px !important;
}
.def-logo-section #add-to-wordlist-data div {
    text-align:left;
}
.button-desc {
    font-size:11px !important;
    font-family: "Ek Mukta Light";
    COLOR:#4B97D5;
    margin-top: 9px;
}
.hidden-button {
    display:none;
}
.customYdLogo {
    margin-top:-5px !important;
    float:right;
}
.biography_parent .add-to-wordlist {
    display:none;
}
.entry_anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}
.pagerHeadingSection {
    width:100%;
    display:table;
}
.quote_tags{
    margin-bottom:0px;
    margin-top:10px;
}
.quotesCircle img{
    margin-top: 0px;
    margin-bottom: 20px;
}
.quote_heading a{
    color:black;
    font-size:35px;
}
.bigQuoteAuthor {
    margin-top:15px;
    margin-bottom:-5px;
}
.backgroundSection .inline_quote_link {
    vertical-align:top;
}
.boxHomeBackground {
    max-height: 690px;
}
.boxHomeText {
    position: absolute;
    top: 5%;
    width:100%;
}
.colorWhite {
    color:white;
}
.firstSlide {
    background: rgba(0, 0, 0, 0) url("/images/transbacg.png") repeat scroll 0 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px;
    width:80%;
    margin-top: 40px;
}
.secondSlide {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.secondSlide  h1.colorWhite  {
    position :relative;
}
.secondSlide .colorWhite {
    color:white;
    margin-left:auto;
    margin-right:auto;
    display:block;
    text-align:center;
}
.thirdSlide .colorWhite {
    color:white;
}
.thirdSlide {
    background: #395C78 none repeat scroll 0 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width:70%;
    height: auto;
    display: table;
}
#homeSlider .bx-wrapper,#homeSlider .bx-viewport {
    max-width:none !important;
}
#homeSlider .bx-prev {
    margin-left:100px;
    background: rgba(0, 0, 0, 0) url("/images/slide-back-arrow.png") no-repeat scroll 0 0 / 50px auto;
    width:50px !important;
    height:60px !important;
}
#homeSlider .bx-next {
    margin-right:100px;
    background: rgba(0, 0, 0, 0) url("/images/slide-fwd-arrow.png") no-repeat scroll 0 0 / 50px auto;
    width:50px !important;
    height:60px !important;
}
#homeSlider .bx-next, #homeSlider .bx-prev {
    background-repeat: no-repeat;
}
#homeSlider .bx-default-pager {
    padding-top:0px;
    margin-top:-50px;
}
.boxHomeBackground img {
    width:100%;
}
.newHomePageSection .quotepicturesrc img {
    width:300px;
    height:auto;
}
.newHomePageSection .quotepicturesrc {
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    margin: 15px 1%;
}
.newHomePageSection .backgroundSection .inline_quote_link {
    vertical-align: middle;
}
.slide-pane {
    display:none;
}
.textcenter {
    text-align:center;
}
.makefullwidth {
    min-height:450px;
    width:100%;
}
.firstDict{
    vertical-align:middle;
    margin-top:-15%;
    width:130px;
}
.firstSlide h1, .thirdSlide h1,.secondSlide h1 {
    font-size: 50px;
}
.firstSlide  span.colorWhite {
    font-size: 25px;
}
.newHomePageSection h1, .search-text, .desktopSilder .browse-box-section .definitions_slider h2 {
    font-family: "Ek Mukta Extra Light" !important;
}
#yd_search_bar, .search-input-field input{
    box-shadow: none  !important;
    -webkit-appearance: none;
}
.third {
    margin-top: -12px;
    padding-bottom: 20px;
}
.textcenter h1 {
    padding-top: 0.5em;
}
.section2 span {
    margin-bottom: 0 !important;
}
.section3 span {
    margin-left: auto;
    margin-right: auto;
}
.thirdSlide h1 {
    padding-left: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
}
.thirdSlideLeft {
    float: left;
    width: 65%;
    padding-left: 20px;
    min-height: 240px;
}
.thirdSlideRight {
    float: right;
    width: 35%;
    position: relative;
    margin-top: 25px;
}
.learn-more {
    position: absolute;
    bottom: 30px;
}
.secondSliderHead{
    font-size:55px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    top: 20px;
}
.backgroundSection {
}
.newHomePageSection .backgroundSection .second {
    margin-top: -20px;
}
.YdHomePageNav {
    margin-top:0px !important;
}
.dicImgs img {
    height:130px;
    width:auto !important;
}
.dicImgsSpecial {
    width:130px;
    margin-top: 40px;
    vertical-align: top;
}
#homeSlider .secondSlideContent {
    margin-top:40px;
    margin-bottom:20px;
}
.slide_image_homepage
{
    position: relative;
    width: 33%;
    margin: 0 auto;
    display: inline-block;
}
.slide_image_homepage .slide_image_homepage_caption {
    position: absolute;
    width: 95%;
    bottom: 10px;
    left: 0px;
    color: #ffffff;
    background: black;
    text-align: center;
    font-weight: bold;
    opacity:0.7;
    line-height: 1.5em;
}
.home_page_more_right {
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


    #YdSearchContainer {
        float: left;
        padding-right: 12px;
        width: 100%;
        max-width: 850px;        
    }
    #YdLogoContainer {
        float: left;
        margin-left: 6px;
    }
    .main-search {
        float: left;
    }
    #searchbox2 {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        padding-right: 12px;
        padding-left: 24px;
        max-width: 830px;        
    }
    #searchbox {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 12px;
        padding-left: 24px;
        padding-top: 16px;
    }    
    #yd_search_bar2 {
        line-height: 23px;
        font-size: 15px;
        border: 1px solid #CCCCCC;        
    }
    .search-clear-icon {
        display: none;
    }    
    .main-search .prefix.button {
        line-height: 3.25em;
        height: 40px;
        width: 43px;
        margin-left: 12px !important;
    }
    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125em;
        box-shadow: none !important;
        -webkit-appearance: none;
    }
    .button, button {
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        margin: 0 0 1.25em;
        position: relative;
        text-align: center;
        display: inline-block;
        font-size: 1em;
        background-color: #3995d9;
        border-color: #2284a1;
        color: #fff;
        padding: .75em 1.5em .8125em;
    }
    #floater { padding-top: 20px;min-width:260px;float:right; }
    .flexbox { display: flex; }
    .flexbox .stretch { flex: 1; }
    .flexbox .nostretch { flex: 0; margin: 0 0 0 1rem; }
    .flexbox div input { padding: .5em 1em; width: 100%; }
    .flexbox div button { padding: .5em 1em; white-space: nowrap; }