/* YD orange #f69824 */
*,
*: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%;
}

.BrowseQuoteByPeople {
    background-color: #d6d6d6;
    height: auto;
    position: relative;
    bottom: 16px;
}
.searchSpan {
    height: 50px;
    padding: 6px;
    float: left;
}
.searchSpanButton,
.textContent,
.A-Z {
    float: left;
    padding: 9px;
}
.searchSpanButton,
.textContent,
.aTozSelectionlist {
    float: left;
    padding: 9px;
}
.searchSpan .main-search input {
    font-size: 15px;
}
.searchSpan .main-search .prefix.button {
    height: 39px;
    width: 40px;
}
.upperContent {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.browseContainer {
    width: auto;
    float: left;
    left: 8px;
    position: relative;
}
.quoteLeftTable {
    border: 0;
    width: 49%;
    float: right;
}
.quoteRightTable {
    border: 0;
    width: 49%;
    float: left;
    position: relative;
}
.QuoteByTheme {
    float: left;
}
.moreLeftOption {
    float: right;
}
.moreRightOption {
    float: right;
    position: relative;
    top: 4px;
}

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}
.tileForm input[type='text'],
.tileForm input[type='text']:focus {
    background: transparent url('/images/bg-rack3.png') no-repeat scroll 0 0;
    border: 0 none;
    color: rgb(78, 53, 15);
    font-family: monospace;
    font-weight: bold;
    font-size: 40px;
    height: 2em;
    letter-spacing: 36px;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px 0;
    text-indent: 50px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5), -1px -1px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    width: 761px;
}
.fields_4pics input[type='text'],
.fields_4pics input[type='text']:focus {
    background: transparent url('/images/yd-4pics-tiles.png') no-repeat scroll 0
        0 / 470px 45px;
    border: 0 none;
    font-weight: bold;
    font-family: monospace;
    color: rgb(78, 53, 15);
    font-size: 18px;
    height: 45px;
    letter-spacing: 27px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2px 0 0;
    text-indent: 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5), -1px -1px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    width: 470px;
}
.fields_words-with-friends-cheat input[type='text'],
.fields_unscramble input[type='text'],
.fields_unscramble input[type='text']:focus,
.fields_words-with-friends-cheat input[type='text']:focus {
    background: transparent url('/images/wf-enter-tiles.png') no-repeat scroll 0
        0 / 470px 45px;
    border: 0 none;
    font-family: monospace;
    font-weight: bold;
    color: rgb(78, 53, 15);
    font-size: 18px;
    height: 45px;
    letter-spacing: 25px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 13px 0 13px;
    text-indent: 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5), -1px -1px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    width: 470px;
}
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;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

/* Grid HTML Classes */
.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%;
    }

    /* added by barry */
    /* commenting out this style to fix right-side ad area
aside.large-3 {
    width:300px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/
    /* added by barry */

    .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;
}

/* Specific visilbity for tables */
table.show-for-small,
table.show-for-medium-down,
table.show-for-large-down,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-xlarge {
    display: table;
}

thead.show-for-small,
thead.show-for-medium-down,
thead.show-for-large-down,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small,
tbody.show-for-medium-down,
tbody.show-for-large-down,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small,
tr.show-for-medium-down,
tr.show-for-large-down,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small,
td.show-for-medium-down,
td.show-for-large-down,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-large,
td.hide-for-large-up,
td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
    display: table-cell !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;
    }

    /* Specific visilbity for tables */
    table.show-for-medium,
    table.show-for-medium-up,
    table.hide-for-small {
        display: table;
    }

    thead.show-for-medium,
    thead.show-for-medium-up,
    thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium,
    tbody.show-for-medium-up,
    tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium,
    tr.show-for-medium-up,
    tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium,
    td.show-for-medium-up,
    td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !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;
    }

    /* Specific visilbity for tables */
    table.show-for-large,
    table.show-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large,
    thead.show-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large,
    tbody.show-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large,
    tr.show-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large,
    td.show-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !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;
    }

    /* Specific visilbity for tables */
    table.show-for-xlarge,
    table.hide-for-large,
    table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge,
    thead.hide-for-large,
    thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge,
    tbody.hide-for-large,
    tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge,
    tr.hide-for-large,
    tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge,
    td.hide-for-large,
    td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape,
table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !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;
    }

    /* Specific visilbity for tables */
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !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;
    }

    /* Specific visilbity for tables */
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !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;
    }
}
p.lead {
    font-size: 1.21875em;
    line-height: 1.6;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

/* Default Link Styles */
a {
    color: #3995d9;
    text-decoration: none;
    line-height: inherit;
}
a:hover,
a:focus {
    color: #2b71a4;
}
a img {
    border: none;
}

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 10px;
    text-rendering: auto;
}
p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic;
}

/* Default header styles */
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;
    max-width: 90%;
    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;
}

hr {
    border: solid #c8c8ca;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    font-weight: bold;
    color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit;
}

/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em;
    /* Override nested font-size change */
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
}
ul.circle {
    list-style-type: circle;
}
ul.disc {
    list-style-type: disc;
}
ul.no-bullet {
    list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
    margin-left: 1.4em !important;
    margin-bottom: 0;
}

.tab-content ol {
    margin-left: 1.75em;
}
ul.bxslider {
    margin-left: 0 !important;
}
.tab-content ul {
    margin-left: 1.75em;
}
.tab-content ol li ul {
    list-style-type: lower-alpha;
}
.tab-content p {
    overflow: hidden;
}

/* Definition Lists */
dl dt {
    margin-bottom: 0.3em;
    font-weight: bold;
}
dl dd {
    margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #dddddd;
}
blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555;
}
blockquote cite:before {
    content: '\2014 \0020';
}
blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25em 0;
    border: 1px solid #dddddd;
    padding: 0.625em 0.75em;
}
.vcard li {
    margin: 0;
    display: block;
}
.vcard .fn {
    font-weight: bold;
    font-size: 0.9375em;
}

.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625em;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}
button,
.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #3995d9;
    border-color: #2284a1;
    color: white;
}

ul#cite-bar {
    margin: 1em auto;
}
#cite-bar a.button {
    margin-bottom: 0;
}
#download-button {
    padding: 0.75em 0;
    font-size: 14px;
    margin-top: -20px;
}
#download-button-scrabble {
    padding: 0.75em 0;
    font-size: 14px;
    color: white;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #2b71a4;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    color: white;
}
button.secondary,
.button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #666;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #d0d0d0;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333333;
}
button.success,
.button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #457a1a;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: white;
}
button.alert,
.button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #970b0e;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: white;
}
button.large,
.button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em;
}
button.small,
.button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
}
button.tiny,
.button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em;
}
button.expand,
.button.expand {
    padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.0625em;
    padding-left: 0px;
    width: 100%;
}
button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.75em;
}
button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.75em;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #3995d9;
    border-color: #2284a1;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #2284a1;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: white;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #3995d9;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #d0d0d0;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #333333;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e9e9e9;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #457a1a;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: white;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #5da423;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #970b0e;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: white;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #c60f13;
}

input.button,
button.button {
    padding-top: 0.8125em;
    padding-bottom: 0.75em;
}
input.button.tiny,
button.button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
}
input.button.small,
button.button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
}
input.button.large,
button.button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
}

@media only screen {
    .button {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
    }
    .button:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    }
    .button.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .button.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }
}
@media only screen and (min-width: 48em) {
    .button {
        display: inline-block;
    }
}
/* Standard Forms */
form {
    margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
    margin: -0.5em;
}
form .row .row .column,
form .row .row .columns {
    padding: 0 0.5em;
}
form .row .row.collapse {
    margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0;
}
form .row input.column,
form .row input.columns {
    padding-left: 0.5em;
}

/* Label Styles */
label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
}
label.right {
    float: none;
    text-align: right;
}
label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0;
}

/* 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;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em;
}

.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;
}

.postfix.button.radius {
    -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;
}

.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;
}

.postfix.button.round {
    -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;
}

/* 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;
}

span.postfix {
    background: #f2f2f2;
    border-color: #cccccc;
    border-left: none;
    color: #333333;
}
span.postfix.radius {
    -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 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;
}

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
    background: #fafafa;
    border-color: #999999;
}

.error label,
label.error {
    color: #c60f13;
}

.error small,
small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
}

/* Custom Checkbox and Radio Inputs */
form.custom .custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: solid 1px #cccccc;
    background: white;
}
form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
form.custom .custom.checkbox:before {
    content: '';
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}
form.custom .custom.radio.checked:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative;
    top: 3px;
    left: 3px;
}
form.custom .custom.checkbox.checked:before {
    content: '\00d7';
    color: #222222;
}

/* Custom Select Options and Dropdowns */
form.custom {
    /* Custom input, disabled */
}
form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top;
}
form.custom .custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px;
}
form.custom .custom.dropdown .current {
    cursor: default;
    white-space: nowrap;
    line-height: 2.25em;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-left: 0.5em;
    margin-right: 2.3125em;
}
form.custom .custom.dropdown .selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.3125em;
    display: block;
    right: 0;
    top: 0;
}
form.custom .custom.dropdown .selector:after {
    content: '';
    display: block;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    left: 0.9375em;
    top: 50%;
    margin-top: -3px;
}
form.custom .custom.dropdown:hover a.selector:after,
form.custom .custom.dropdown.open a.selector:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #222222 transparent transparent transparent;
}
form.custom .custom.dropdown .disabled {
    color: #888888;
}
form.custom .custom.dropdown .disabled:hover {
    background: transparent;
    color: #888888;
}
form.custom .custom.dropdown .disabled:hover:after {
    display: none;
}
form.custom .custom.dropdown.open ul {
    display: block;
    z-index: 10;
    min-width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
form.custom .custom.dropdown.small {
    max-width: 134px;
}
form.custom .custom.dropdown.medium {
    max-width: 254px;
}
form.custom .custom.dropdown.large {
    max-width: 434px;
}
form.custom .custom.dropdown.expand {
    width: 100% !important;
}
form.custom .custom.dropdown.open.small ul {
    min-width: 134px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form.custom .custom.dropdown.open.medium ul {
    min-width: 254px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form.custom .custom.dropdown.open.large ul {
    min-width: 434px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
}
form.custom .custom.dropdown ul li {
    color: #555555;
    font-size: 0.875em;
    cursor: default;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.375em;
    padding-right: 2.375em;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}
form.custom .custom.dropdown ul li.selected {
    background: #eeeeee;
    color: black;
}
form.custom .custom.dropdown ul li:hover {
    background-color: #e4e4e4;
    color: black;
}
form.custom .custom.dropdown ul li.selected:hover {
    background: #eeeeee;
    cursor: default;
    color: black;
}
form.custom .custom.dropdown ul.show {
    display: block;
}
form.custom .custom.disabled {
    background-color: #dddddd;
}

/* Button Groups */
.button-group {
    list-style: none;
    margin: 0;
    *zoom: 1;
}
.button-group:before,
.button-group:after {
    content: ' ';
    display: table;
}
.button-group:after {
    clear: both;
}
.button-group > * {
    margin: 0 0 0 -1px;
    float: left;
}
.button-group > *:first-child {
    margin-left: 0;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button {
    -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;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button {
    -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;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button {
    -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;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button {
    -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;
}
.button-group.even-2 li {
    width: 50%;
}
.button-group.even-2 li .button {
    width: 100%;
}
.button-group.even-3 li {
    width: 33.33333%;
}
.button-group.even-3 li .button {
    width: 100%;
}
.button-group.even-4 li {
    width: 25%;
}
.button-group.even-4 li .button {
    width: 100%;
}
.button-group.even-5 li {
    width: 20%;
}
.button-group.even-5 li .button {
    width: 100%;
}
.button-group.even-6 li {
    width: 16.66667%;
}
.button-group.even-6 li .button {
    width: 100%;
}
.button-group.even-7 li {
    width: 14.28571%;
}
.button-group.even-7 li .button {
    width: 100%;
}
.button-group.even-8 li {
    width: 12.5%;
}
.button-group.even-8 li .button {
    width: 100%;
}

.button-bar {
    *zoom: 1;
}
.button-bar:before,
.button-bar:after {
    content: ' ';
    display: table;
}
.button-bar:after {
    clear: both;
}
.button-bar .button-group {
    float: left;
    margin-right: 0.625em;
}
.button-bar .button-group div {
    overflow: hidden;
}

/* Dropdown Button */
.dropdown.button {
    position: relative;
    padding-right: 3.1875em;
}
.dropdown.button:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%;
}
.dropdown.button:before {
    border-width: 0.5625em;
    right: 1.5em;
    margin-top: -0.25em;
}
.dropdown.button:before {
    border-color: white transparent transparent transparent;
}
.dropdown.button.tiny {
    padding-right: 2.1875em;
}
.dropdown.button.tiny:before {
    border-width: 0.4375em;
    right: 0.875em;
    margin-top: -0.15625em;
}
.dropdown.button.tiny:before {
    border-color: white transparent transparent transparent;
}
.dropdown.button.small {
    padding-right: 2.8125em;
}
.dropdown.button.small:before {
    border-width: 0.5625em;
    right: 1.125em;
    margin-top: -0.21875em;
}
.dropdown.button.small:before {
    border-color: white transparent transparent transparent;
}
.dropdown.button.large {
    padding-right: 4em;
}
.dropdown.button.large:before {
    border-width: 0.625em;
    right: 1.75em;
    margin-top: -0.3125em;
}
.dropdown.button.large:before {
    border-color: white transparent transparent transparent;
}
.dropdown.button.secondary:before {
    border-color: #333333 transparent transparent transparent;
}

/* Split Buttons */
.split.button {
    position: relative;
    padding-right: 4.8em;
}
.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
}
.split.button span:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    left: 50%;
}
.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
    border-left-color: #1e728c;
}
.split.button span {
    width: 3em;
}
.split.button span:before {
    border-width: 0.5625em;
    top: 1.125em;
    margin-left: -0.5625em;
}
.split.button span:before {
    border-color: white transparent transparent transparent;
}
.split.button.secondary span {
    border-left-color: #c3c3c3;
}
.split.button.secondary span:before {
    border-color: white transparent transparent transparent;
}
.split.button.alert span {
    border-left-color: #7f0a0c;
}
.split.button.success span {
    border-left-color: #396516;
}
.split.button.tiny {
    padding-right: 3.9375em;
}
.split.button.tiny span {
    width: 2.84375em;
}
.split.button.tiny span:before {
    border-width: 0.4375em;
    top: 0.875em;
    margin-left: -0.3125em;
}
.split.button.small {
    padding-right: 3.9375em;
}
.split.button.small span {
    width: 2.8125em;
}
.split.button.small span:before {
    border-width: 0.5625em;
    top: 0.84375em;
    margin-left: -0.5625em;
}
.split.button.large {
    padding-right: 6em;
}
.split.button.large span {
    width: 3.75em;
}
.split.button.large span:before {
    border-width: 0.625em;
    top: 1.3125em;
    margin-left: -0.5625em;
}
.split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
    -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;
}
.split.button.round span {
    -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;
}

/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sections */
.section-container,
.section-container.auto {
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    border-top: none;
}
.section-container section,
.section-container .section,
.section-container.auto section,
.section-container.auto .section {
    border-top: 1px solid #cccccc;
    position: relative;
}
.section-container section .title,
.section-container .section .title,
.section-container.auto section .title,
.section-container.auto .section .title {
    top: 0;
    cursor: pointer;
    width: 100%;
    margin: 0;
    background-color: #efefef;
}
.section-container section .title a,
.section-container .section .title a,
.section-container.auto section .title a,
.section-container.auto .section .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.8125em;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
}
.section-container section .title:hover,
.section-container .section .title:hover,
.section-container.auto section .title:hover,
.section-container.auto .section .title:hover {
    background-color: #e2e2e2;
}
.section-container section .content,
.section-container .section .content,
.section-container.auto section .content,
.section-container.auto .section .content {
    display: none;
    padding: 0.9375em 0px;
}
.section-container section .content > *:last-child,
.section-container .section .content > *:last-child,
.section-container.auto section .content > *:last-child,
.section-container.auto .section .content > *:last-child {
    margin-bottom: 0;
}
.section-container section .content > *:first-child,
.section-container .section .content > *:first-child,
.section-container.auto section .content > *:first-child,
.section-container.auto .section .content > *:first-child {
    padding-top: 0;
}
.section-container section .content > *:last-child,
.section-container .section .content > *:last-child,
.section-container.auto section .content > *:last-child,
.section-container.auto .section .content > *:last-child {
    padding-bottom: 0;
}
.section-container section.active .content,
.section-container .section.active .content,
.section-container.auto section.active .content,
.section-container.auto .section.active .content {
    display: block;
}
.section-container section.active .title,
.section-container .section.active .title,
.section-container.auto section.active .title,
.section-container.auto .section.active .title {
    background: #d5d5d5;
}

.section-container.tabs {
    border: 0;
    position: relative;
}
.section-container.tabs section,
.section-container.tabs .section {
    padding-top: 0;
    border: 0;
    position: static;
}
.section-container.tabs section .title,
.section-container.tabs .section .title {
    width: auto;
    border: 1px solid #cccccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 1;
}
.section-container.tabs section .title a,
.section-container.tabs .section .title a {
    width: 100%;
}
.section-container.tabs section:last-child .title,
.section-container.tabs .section:last-child .title {
    border-right: 1px solid #cccccc;
}
.section-container.tabs section .content,
.section-container.tabs .section .content {
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 10;
    top: -1px;
}
.section-container.tabs section.active .title,
.section-container.tabs .section.active .title {
    background-color: white;
    z-index: 11;
    border-bottom: 0;
}
.section-container.tabs section.active .content,
.section-container.tabs .section.active .content {
    position: relative;
}
@media only screen and (max-width: 960px) {
    .grammar_parent .breadcrumbs {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    #articlesSocial {
        margin-bottom: 0px !important;
        float: right !important;
        top: 0px !important;
    }
    #list-details-wrapper {
        margin-top: 0px !important;
        float: none !important;
        width: 100% !important;
    }
    .upperContent {
        width: auto;
    }
    #word_list_area {
        border: medium none !important;
    }
    #definitions_panel {
        border-top: 0px;
    }
    #word_list_from_section {
        margin-top: 5px !important;
        width: 95% !important;
    }
    #response_div {
        right: 0 !important;
        margin-left: 1px !important;
        margin-top: 5px !important;
    }
}
@media only screen and (max-width: 749px) {
    #word_list_from_section {
        margin-right: 15px !important;
    }
}
@media only screen and (max-width: 320px) {
    #word_list_from_section {
        margin-right: 11px !important;
    }
}

.section-container.auto {
    border: 0;
    position: relative;
}
.section-container.auto section,
.section-container.auto .section {
    padding-top: 0;
    border: 0;
    position: static;
}
.section-container.auto section .title,
.section-container.auto .section .title {
    width: auto;
    border: 1px solid #cccccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 1;
}
.section-container.auto section .title a,
.section-container.auto .section .title a {
    width: 100%;
}
.section-container.auto section:last-child .title,
.section-container.auto .section:last-child .title {
    border-right: 1px solid #cccccc;
}
.section-container.auto section .content,
.section-container.auto .section .content {
    position: absolute;
    z-index: 10;
    top: -1px;
}
.section-container.auto section.active .title,
.section-container.auto .section.active .title {
    z-index: 11;
    border-bottom: 0;
}
.section-container.auto section.active .content,
.section-container.auto .section.active .content {
    position: relative;
}

.section-container.accordion .section {
    padding-top: 0 !important;
}

.section-container.vertical-nav {
    border: 1px solid #cccccc;
    border-top: none;
}
.section-container.vertical-nav section,
.section-container.vertical-nav .section {
    padding-top: 0 !important;
}
.section-container.vertical-nav section .title a,
.section-container.vertical-nav .section .title a {
    display: block;
    width: 100%;
}
.section-container.vertical-nav section .content,
.section-container.vertical-nav .section .content {
    display: none;
}
.section-container.vertical-nav section.active .content,
.section-container.vertical-nav .section.active .content {
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 999;
    min-width: 12.5em;
    border: 1px solid #cccccc;
}

.section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #cccccc;
}
.section-container.horizontal-nav section,
.section-container.horizontal-nav .section {
    padding-top: 0;
    border: 0;
    position: static;
}
.section-container.horizontal-nav section .title,
.section-container.horizontal-nav .section .title {
    width: auto;
    border: 1px solid #cccccc;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
}
.section-container.horizontal-nav section .title a,
.section-container.horizontal-nav .section .title a {
    width: 100%;
}
.section-container.horizontal-nav section .content,
.section-container.horizontal-nav .section .content {
    display: none;
}
.section-container.horizontal-nav section.active .content,
.section-container.horizontal-nav .section.active .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 12.5em;
    border: 1px solid #cccccc;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #3995d9;
}

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #3995d9;
    margin-bottom: 1.875em;
    z-index: 9999;
}
.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: 0.5em;
    padding-bottom: 0.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%;
    }
}
.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: whitesmoke;
}
.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.orbit-container .orbit-slides-container img {
    display: block;
}
.orbit-container .orbit-slides-container > * {
    position: relative;
    float: left;
    height: 100%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.875em;
}
.orbit-container .orbit-slides-container > * .orbit-caption * {
    color: white;
}
.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}
.orbit-container .orbit-slide-number span {
    font-weight: 700;
}
.orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
}
.orbit-container .orbit-timer .orbit-progress {
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 0%;
}
.orbit-container .orbit-timer > span {
    display: none;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 11px;
    height: 14px;
    border: solid 4px black;
    border-top: none;
    border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
    right: -6px;
    top: 9px;
    width: 11px;
    height: 14px;
    border: solid 8px;
    border-color: transparent transparent transparent black;
}
.orbit-container:hover .orbit-timer > span {
    display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
}
.orbit-container .orbit-prev {
    left: 0;
}
.orbit-container .orbit-prev > span {
    border-color: transparent white transparent transparent;
}
.orbit-container .orbit-prev:hover > span {
    border-color: transparent #cccccc transparent transparent;
}
.orbit-container .orbit-next {
    right: 0;
}
.orbit-container .orbit-next > span {
    border-color: transparent transparent transparent white;
    left: 50%;
    margin-left: -8px;
}
.orbit-container .orbit-next:hover > span {
    border-color: transparent transparent transparent #cccccc;
}

.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
}
.orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    margin-right: 6px;
    border: solid 2px black;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.orbit-bullets li.active {
    background: #000;
}
.orbit-bullets li:last-child {
    margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none;
}
.touch .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 48em) {
    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        display: inherit;
    }
    .touch .orbit-bullets {
        display: block;
    }
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99999998;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 99999999;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0;
}
.reveal-modal > :first-child {
    margin-top: 0;
}
.reveal-modal > :last-child {
    margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (min-width: 48em) {
    .reveal-modal {
        padding: 1.875em;
        top: 6.25em;
    }
    .reveal-modal.small {
        margin-left: -15%;
        width: 30%;
    }
    .reveal-modal.medium {
        margin-left: -20%;
        width: 40%;
    }
    .reveal-modal.large {
        margin-left: -30%;
        width: 60%;
    }
    .reveal-modal.xlarge {
        margin-left: -35%;
        width: 70%;
    }
    .reveal-modal.expand {
        margin-left: -47.5%;
        width: 95%;
    }
}
@media print {
    div:not(.reveal-modal) {
        display: none;
    }
}
/* Foundation Joyride */
.joyride-list {
    display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
    display: none;
    position: absolute;
    background: black;
    color: white;
    z-index: 101;
    top: 0;
    left: 2.5%;
    font-family: inherit;
    font-weight: normal;
    width: 95%;
}

.lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
}

.joyride-content-wrapper {
    width: 100%;
    padding: 1.125em 1.25em 1.5em;
}
.joyride-content-wrapper .button {
    margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: solid 14px;
}
.joyride-tip-guide .joyride-nub.top {
    border-color: black;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px;
    bottom: none;
}
.joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
    bottom: none;
}
.joyride-tip-guide .joyride-nub.right {
    right: -28px;
}
.joyride-tip-guide .joyride-nub.left {
    left: -28px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: white;
}

.joyride-tip-guide p {
    margin: 0 0 1.125em 0;
    font-size: 0.875em;
    line-height: 1.3;
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px #555555;
    position: absolute;
    right: 1.0625em;
    bottom: 1em;
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: #666666;
}

.joyride-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #777777 !important;
    text-decoration: none;
    font-size: 30px;
    font-weight: normal;
    line-height: 0.5 !important;
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
    color: #eeeeee !important;
}

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
    .joyride-tip-guide {
        width: 300px;
        left: 0;
    }
    .joyride-tip-guide .joyride-nub.bottom {
        border-color: black !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -28px;
        bottom: none;
    }
    .joyride-tip-guide .joyride-nub.right {
        border-color: black !important;
        border-top-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        top: 22px;
        bottom: none;
        left: auto;
        right: -28px;
    }
    .joyride-tip-guide .joyride-nub.left {
        border-color: black !important;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        top: 22px;
        left: -28px;
        right: auto;
        bottom: none;
    }
}
/* Clearing Styles */
[data-clearing] {
    *zoom: 1;
    margin-bottom: 0;
}
[data-clearing]:before,
[data-clearing]:after {
    content: ' ';
    display: table;
}
[data-clearing]:after {
    clear: both;
}

.clearing-blackout {
    background: #3995d9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}
.clearing-blackout .clearing-close {
    display: block;
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.visible-img {
    height: 95%;
    position: relative;
}
.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%;
}

.clearing-caption {
    color: white;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #3995d9;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0;
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 1;
    color: white;
    display: none;
}
.clearing-close:hover,
.clearing-close:focus {
    color: #ccc;
}

.clearing-assembled .clearing-container {
    height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
    display: none;
}

@media only screen and (min-width: 48em) {
    .clearing-main-left,
    .clearing-main-right {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
    }
    .clearing-main-left > span,
    .clearing-main-right > span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
    }

    .clearing-main-left {
        left: 0;
    }
    .clearing-main-left > span {
        left: 5px;
        border-color: transparent white transparent transparent;
    }

    .clearing-main-right {
        right: 0;
    }
    .clearing-main-right > span {
        border-color: transparent transparent transparent white;
    }

    .clearing-main-left.disabled,
    .clearing-main-right.disabled {
        opacity: 0.5;
    }

    .clearing-feature ~ li {
        display: none;
    }

    .clearing-assembled .clearing-container .carousel {
        background: #3995d9;
        height: 150px;
        margin-top: 5px;
    }
    .clearing-assembled .clearing-container .carousel > ul {
        display: block;
        z-index: 999;
        width: 200%;
        height: 100%;
        margin-left: 0;
        position: relative;
        left: 0;
    }
    .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
    }
    .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
        min-height: 100%;
        height: 100%;
        max-width: none;
    }
    .clearing-assembled .clearing-container .carousel > ul li a.th {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }
    .clearing-assembled .clearing-container .carousel > ul li img {
        cursor: pointer !important;
        min-width: 100% !important;
    }
    .clearing-assembled .clearing-container .carousel > ul li.visible {
        opacity: 1;
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #3995d9;
        overflow: hidden;
        height: 75%;
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}
/* Foundation Alerts */
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 0.875em;
    background-color: #3995d9;
    border-color: #2284a1;
    color: white;
}
.alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3;
}
.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5;
}
.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white;
}
.alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white;
}
.alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050;
}

/* Breadcrumbs */

.breadcrumbs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: block;
    padding: 0 0 10px 0;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    /* border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;  -webkit-border-radius: 3px;
  border-radius: 3px;*/
}
.large-4 .breadcrumbs {
    padding-right: 0;
}
.breadcrumbs li {
    margin: 0;
    padding: 0 0.75em 0 0;
    float: left;
}
.breadcrumbs li:hover a,
.breadcrumbs li:focus a {
    text-decoration: underline;
}
.large-4 .breadcrumbs li:hover a,
.breadcrumbs li:focus a {
    text-decoration: none;
}
.breadcrumbs li a,
.breadcrumbs li span {
    font-size: 0.6875em;
    padding-left: 0.75em;
    text-transform: uppercase;
    color: #3995d9;
    vertical-align: top;
}
.breadcrumbs li.current a {
    cursor: default;
    color: #333333;
}
.breadcrumbs li.current:hover a,
.breadcrumbs li.current:focus a {
    text-decoration: none !important;
}
.breadcrumbs li.unavailable a {
    color: #999999;
}
.breadcrumbs li.unavailable:hover a,
.breadcrumbs li.unavailable a:focus {
    text-decoration: none !important;
    color: #999999;
    cursor: default;
}
.breadcrumbs li:before {
    content: '/';
    color: #aaaaaa;
    position: relative;
    top: -3px;
}
#link-cite-print li:before {
    content: '';
    top: 0;
}
.breadcrumbs li:first-child a,
.breadcrumbs li:first-child span {
    padding-left: 0;
}
.breadcrumbs li:first-child:before {
    content: ' ';
}

/* Keystroke Characters */
.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dbdbdb;
    color: #222222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: 'Consolas', 'Menlo', 'Courier', monospace;
    font-size: 0.9375em;
    padding: 0.125em 0.25em 0em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Labels */
.label {
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: 0.1875em 0.625em 0.25em;
    font-size: 0.875em;
    background-color: #3995d9;
    color: #fff;
}
.label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.label.alert {
    background-color: #c60f13;
    color: #fff;
}
.label.success {
    background-color: #5da423;
    color: #fff;
}
.label.secondary {
    background-color: #e9e9e9;
    color: #333;
}

/* Inline Lists */
.inline-list {
    margin: 0 0 1.0625em -1.375em;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}
.inline-list > li > * {
    display: block;
}

/* Pagination */
.pagination {
    display: block;
    height: 1.5em;
    margin-left: -0.3125em;
}
.pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.15em;
}
.pagination li a {
    display: block;
    padding: 0.0625em 0.42em 0.0625em;
    color: #999999;
}
.pagination li:hover a,
.pagination li a:focus {
    background: #e6e6e6;
}
.pagination li.unavailable a {
    cursor: default;
    color: #666666;
}
.pagination li.unavailable:hover a,
.pagination li.unavailable a:focus {
    background: transparent;
}
.pagination li.current a {
    background: #3995d9;
    color: white;
    font-weight: bold;
    cursor: default;
}
.pagination li.current a:hover,
.pagination li.current a:focus {
    background: #3995d9;
}

.pagination-centered {
    text-align: center;
}
.pagination-centered ul > li {
    display: inline-block;
    float: none;
}

/* Panels */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
    margin-bottom: 1.25em;
    padding: 1em;
    background: #f2f2f2;
    margin-top: 10px;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
    color: #333333;
}
.panel > :first-child {
    margin-top: 0;
}
.panel > :last-child {
    margin-bottom: 0;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625em;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4;
}
.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #2284a1;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #3995d9;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
    color: white;
}
.panel.callout > :first-child {
    margin-top: 0;
}
.panel.callout > :last-child {
    margin-bottom: 0;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625em;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4;
}
.panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
    border: solid 1px #dddddd;
    margin-left: 0;
    margin-bottom: 1.25em;
}
.pricing-table * {
    list-style: none;
    line-height: 1;
}
.pricing-table .title {
    background-color: #dddddd;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 1em;
}
.pricing-table .price {
    background-color: #eeeeee;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 1.25em;
}
.pricing-table .description {
    background-color: white;
    padding: 0.9375em;
    text-align: center;
    color: #777777;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375em;
    text-align: center;
    color: #333333;
    font-size: 0.875em;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
    background-color: whitesmoke;
    text-align: center;
    padding: 1.25em 1.25em 0;
}

/* Progress Bar */
.progress {
    background-color: transparent;
    height: 1.5625em;
    border: 1px solid #cccccc;
    padding: 0.125em;
    margin-bottom: 0.625em;
}
.progress .meter {
    background: #3995d9;
    height: 100%;
    display: block;
}
.progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block;
}
.progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block;
}
.progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block;
}
.progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.progress.radius .meter {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.progress.round .meter {
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

/* Side Nav */
.side-nav {
    display: block;
    margin: 0;
    padding: 0.875em 0;
    list-style-type: none;
    list-style-position: inside;
}
.side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.875em;
}
.side-nav li a {
    display: block;
    color: #3995d9;
}
.side-nav li.active a {
    color: #4d4d4d;
    font-weight: bold;
}
.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: #e6e6e6;
}

/* Side Nav */
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25em 0 1.125em;
    padding-top: 0.25em;
    margin-right: 0;
    margin-left: -0.5625em;
}
.sub-nav dt,
.sub-nav dd {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em;
}
.sub-nav dt a,
.sub-nav dd a {
    color: #999999;
    text-decoration: none;
}
.sub-nav dt.active a,
.sub-nav dd.active a {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: bold;
    background: #3995d9;
    padding: 0.1875em 0.5625em;
    cursor: default;
    color: white;
}

/* additional non-Foundation styles */

.contain-to-grid {
    margin-bottom: 16px;
}
.header-container {
    padding-top: 1em;
}
.logo-header {
    margin: 0.75em 0 1.25em 0;
}
#main-search-container {
    margin-top: 1em;
}
#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: 3.25em;
}
.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: 0.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: 0.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;
}
/*
ul.also-mentioned-in {list-style-type: none;}
ul.also-mentioned-in li {display: inline;margin-right:.5em;font-size:.825em;padding:.25em .5em;line-height:2.5em !important;-webkit-border-radius: 4px;border-radius: 4px;}
ul.also-mentioned-in li a {display:inline-block;color: #fff;font-weight:600;line-height:1em !important;}
ul.also-mentioned-in li:nth-of-type(1) {background:#E41C55;}
ul.also-mentioned-in li:nth-of-type(2) {background:#7BA6AD;}
ul.also-mentioned-in li:nth-of-type(3) {background:green;}
ul.also-mentioned-in li:nth-of-type(4) {background:#6A5770;}
ul.also-mentioned-in li:nth-of-type(5) {background:#9B5260;}
ul.also-mentioned-in li:nth-of-type(6) {background:#F7941E;}
ul.also-mentioned-in li:nth-of-type(7) {background:#C0C037;}
ul.also-mentioned-in li:nth-of-type(8) {background:#8F4B21;}
ul.also-mentioned-in li:nth-of-type(9) {background:#00B2D9;}
ul.also-mentioned-in li:nth-of-type(10) {background:#73B84D;}
*/
.word-lists .panel {
    min-height: 450px;
}
.word-lists h4 {
    color: #666;
}

ul#link-cite-print {
    font-size: 1em;
    padding-right: 0 !important;
    margin: 0.5em 1em;
}
nav ul#link-cite-print {
    padding: 0;
}
ul#link-cite-print li {
    padding-right: 0;
}
ul#link-cite-print li a {
    padding: 0.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: 0.15em 0.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: 0.15em 0 0.35em 0;
    line-height: 1em;
}

#category-header-search input,
#category-header-search a {
    margin: 0.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;
    max-width: 98%;
}
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.3em 0.3em 0.3em;
    font-size: 0.875em;
    color: #222222;
    text-align: left;
}
table tr th,
table tr td {
    padding: 0.3em 0.3em;
    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: 0.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: 0.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 */
    .fixed {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99999999;
    }
    #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: 99999999;
        height: 55px !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #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: 26px;
        line-height: 18px;
        cursor: pointer;
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .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;
        text-align: center;
        width: 100% !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;
    }
}
@media only screen and (max-device-width: 750px) {
    #header-ad {
        padding-top: 0;
        border-top-width: 5px;
    }

    #header-ad .close {
        top: -25px;
        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;
    display: block;
}
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: 0.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;
    margin-left: 10px;
    margin-right: 10px;
}
.gsc-result-info-container {
    display: none;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.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: 0.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: 0.85em;
    padding: 10px;
}

.fb-like {
    z-index: 9;
}
.fbpdl {
    z-index: 9 !important;
    overflow: visible;
}
.pam {
    z-index: 9999 !important;
    overflow: visible;
}
.execphpwidget {
    z-index: 9999 !important;
    overflow: visible;
}
.fb-like span {
    z-index: 9 !important;
    overflow: visible;
}
.slider_item {
    padding-bottom: 20px;
    visibility: hidden;
}
.tileForm {
    text-align: center;
}
.tileHolderWrap {
    text-align: center;
}
a.wordfinder_header {
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #3994d9;
    vertical-align: 13px;
    white-space: nowrap;
}
.share_header {
    display: inline-block;
    padding-bottom: 5px;
}
.word_lists_aside {
    list-style-type: none;
    padding-left: 0px;
}
.underline {
    text-decoration: underline;
}

#featured-word-list,
#top-rated-word-lists {
    border: 1px solid #cccccc;
    width: 435px;
    background-color: #f2f2f2;
    padding: 0px 15px;
    margin-bottom: 15px;
    float: left;
}

#create_wordlist_button a {
    color: #ffffff;
    font-weight: bold;
}

#create_wordlist_button {
    cursor: pointer;
}

.orangeButton {
    background-color: #fd7c23;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
}

.word_list_wrapper {
    position: absolute;
    top: 0px;
}

#render_word_lists {
    display: none;
    border: 1px solid black;
    position: absolute;
    z-index: 99;
    top: 45px;
    margin-left: 12px;
    background-color: #fff;
    padding: 0 0;
    overflow: auto;
}

#add_word_list_section {
    position: absolute;
    padding: 0.9375em;
}
.input_fields {
    margin-bottom: 10px;
    display: block;
    color: #000000;
    font-weight: bold;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial,
        sans-serif;
}
#user_word_list_content .word_list_from {
    margin-top: 0px;
}
#create_word_list_button_user .word_list_from {
    top: 55px !important;
    left: 0px;
    margin-top: 35px !important;
}
.word_list_from {
    width: 320px;
    position: absolute;
    border: 1px solid #f69824;
    background: white;
    z-index: 999999;
    top: 75px;
    margin-left: 15px;
    padding: 18px 15px;
    right: 25px;
}
#user_word_list_content .word_list_from {
    top: 65px;
}
.winputs {
    border: 1px solid #f69824 !important;
    margin-top: 5px !important;
}
.input_fields label {
    font-weight: bold;
    color: #000000;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial,
        sans-serif;
}
.submitButton {
    background: none repeat scroll 0 0 #f69824;
    border: medium none;
    color: #ffffff;
    padding: 10px 15px;
}
.error_div {
    color: #ff0000;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
.close_image_section {
    background: none repeat scroll 0 0 #e2e2e2;
    padding: 2px 5px 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.close_image_section:hover {
    background: lightgray;
}
#user_word_list_content #response_div {
    top: 65px !important;
}
#response_div {
    display: none;
    border: 1px solid black;
    border-bottom: none;
    width: 250px;
    position: absolute;
    top: 75px;
    z-index: 9999;
    background-color: #fff;
    font-size: 15px;
    font-size: 13px;
    line-height: 15px;
    margin-left: -22px;
    right: 30px;
}
#user_word_list_content #response_div {
    margin-top: 0px;
}
#create_word_list_button_user #response_div {
    top: 55px !important;
    left: 0px;
    margin-top: 35px !important;
}
#response_div div {
    border-bottom: 1px solid black;
    width: 100%;
    padding: 2%;
}

.wordlists-columns {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.word-list-info {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.word-list-info p {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
}

.word-list-info h4 {
    margin-bottom: 0px;
}

.wordlists-columns + .wordlists-columns:last-child {
    float: none;
}
.list-word {
    padding: 10px 10px 10px 0;
    font-size: 1em;
}
#list_action_buttons .submitButton {
    width: 150px;
}
#word_list_words_container {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.clear-both {
    clear: both;
}

.word-list-info {
    margin-top: 0px;
}
#words_to_list_loader {
    display: none;
    position: absolute;
}
#update_to_list_loader {
    display: none;
    position: absolute;
}
#save_to_list_loader {
    display: none;
    position: absolute;
}
#add_to_list_loader {
    display: none;
    position: absolute;
    right: -20px;
    top: 5px;
}
#wordlists-columns-wrapper {
    position: relative;
    width: 100%;
}
#wordlists-columns-wrapper h1 {
    text-transform: capitalize;
}
.word-list-info p.word-list-author {
    clear: both;
    font-size: 12px;
    color: #3995d9;
}

p.word-list-author {
    font-size: 12px;
}

.login-section {
    padding-bottom: 5px;
    width: 100%;
    text-align: right;
}

#loginModal {
    z-index: 99999999;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 35px 27px;
    border-radius: 4px;
    background: none repeat scroll 0 0 #ffffff;
    left: 0;
    right: 0;
}
#QuotePopup .fullpopupimage {
    padding-top: 5px !important;
}
#QuotePopup .item {
    width: 100% !important;
}
#QuotePopup {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 8px;
    left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    right: 0 !important;
    top: 20px;
    z-index: 99999;
    padding: 30px 15px 15px;
}

#customGoogleBtn {
    background: none repeat scroll 0 0 #cc3732;
}

.loginButtons {
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    display: inline-block;
    width: 152px;
    cursor: pointer;
}

#customFBBtn {
    background: none repeat scroll 0 0 #4c699e;
}
span.googleButtonText,
span.fbButtonText {
    display: inline-block;
    font-size: 18px;
    padding-left: 11px;
    padding-right: 11px;
    vertical-align: middle;
}

span.loginIcon {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

span.googleIcon {
    background: url('/images/google_btn_red_32.png') no-repeat scroll 10px 50%
        rgba(0, 0, 0, 0);
}

span.fbIcon {
    background: url('/images/fbIcon.png') no-repeat scroll 15px 50%
        rgba(0, 0, 0, 0);
}
#follow {
    position: fixed;
    bottom: 100px;
    background: #ccc url(/images/chalkboard2.jpg) no-repeat center 10px;
    background-color: white;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
    width: 217px;
    min-height: 263px;
    right: -212px;
    transition: right 0.5s 0.05s;
    padding: 41px 0 10px 0;
}
#follow p {
    margin-bottom: 10px;
}
#follow b {
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: default;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
#follow b:hover {
    background: #eee;
    background: rgba(244, 244, 244, 0.5);
    border-radius: 3px;
}
#follow_wrapper {
    position: relative;
    top: 140px;
    text-align: center;
}
.row,
.contain-to-grid .top-bar {
    max-width: 77em;
}

.word-list-detail {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    padding: 15px 15px;
}
#rating_stars_section {
    margin-left: 10px;
    margin-top: 17px;
}
.delete_this_word {
    cursor: pointer;
    word-wrap: break-word;
}
.delete_word_icon {
    cursor: pointer;
    visibility: hidden;
}
#EditListModal {
    z-index: 999999;
}
.primary_clc {
    line-height: 1.6em;
    overflow: visible !important;
}
.clear {
    clear: both;
    height: 12px;
    display: block;
}
small.ftr-inline a {
    color: black;
}
.inline_image {
    text-align: center;
    float: right;
    margin-top: 10px;
    margin-left: 15px;
}
.inline_image_left {
    margin-top: 10px;
    margin-left: 15px;
}
.image_container {
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    max-width: 300px;
}

.def {
    line-height: 1.5em;
}
.input-helper-text {
    color: black;
    font-weight: normal;
    font-size: 12px;
}
p.fig {
    text-align: center;
}
#login_popup_div {
}
.login_buttons_class {
    display: inline-block !important;
    float: left !important;
    margin-right: 10px !important;
    text-align: left !important;
    width: auto !important;
    margin-bottom: 10px !important;
}
.input_fields input[type='radio'] {
    margin-right: 5px;
}

.socialscrabblebottom {
    display: none;
}
.icon-search:before {
    padding-top: 10px !important;
}
.word_list_by {
    margin-top: 10px;
}
#dictionary-data-section figure.right{
	display: none;
}
@media only screen and (max-width: 1280px) {
    .row .large-9 {
        width: 73%;
        clear: both;
    }
    .row .large-3 {
        width: 27%;
    }
}

@media only screen and (max-width: 1200px) {
    .backgroundHeading h1,
    .textcenter h1,
    .fifth div h1,
    .desktopSilder .browse-box-section .definitions_slider h2 {
        font-size: 40px !important;
    }
    .firstSlide h1,
    .thirdSlide h1,
    .secondSlide h1 {
        font-size: 44px !important;
    }
    .firstDict {
        width: 100px !important;
    }
    .dicImgs img {
        height: 100px !important;
        width: auto !important;
    }
    .row .large-9 {
        width: 65%;
        clear: both;
    }
    .row .large-3 {
        width: 35%;
    }

    #user_word_list_content .word_list_from {
        top: 95px !important;
    }
    #user_word_list_content #response_div {
        top: 95px !important;
    }
    #featured-word-list,
    #top-rated-word-lists {
        width: 100% !important;
        margin-right: 1%;
        padding-bottom: 15px;
    }

    #orange_create_word_list_button {
        margin-bottom: 10px;
        float: left;
        width: 90% !important;
    }
}

#ad300small {
    margin-bottom: 15px !important;
}

.dictionary_headings {
    top: 35px;
}

@media only screen and (max-width: 430px) {
    .dataTables_info {
        width: 100% !important;
    }

    .dataTables_paginate {
        float: left !important;
    }
}

@media only screen and (max-width: 900px) {
    .secondSlide,
    .thirdSlide {
        width: 80% !important;
    }
    .quotes_parent .bottomGraphicAdd2 {
        margin-top: 10px !important;
    }
    .also_mention_box .large-9 {
        width: 60% !important;
    }
    .also_mention_box .large-3 {
        width: 40% !important;
        text-align: right;
    }
    .pron {
        display: block !important;
        line-height: 20px !important;
        white-space: normal !important;
    }
    ul.link-cite-print
    {
        display: block !important;
        list-style-type: none;
    }

    .flash_card_images_container,
    .single_flash_card_detail {
        width: 100% !important;
    }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
    #word_list_action_buttons .submitButton {
        position: relative;
        margin-top: 10px;
    }
}

#mobile_view_word_finder {
    display: none;
}

@media only screen and (max-width: 960px) {
    h1.AbbrParagraph_h1 {
        clear: both;
    }
    .breadcrumbs li {
        padding: 1px !important;
    }
    /* .panel{
		min-height: 438px !important;
	} */

    span.article_intro p {
        float: none;
        overflow: visible;
        width: 100%;
    }
    .about_h3s h3 {
        width: 100%;
        float: none;
    }
    .about_h3 {
        float: left !important;
    }
    .about_h3 img {
        float: right !important;
    }
    #article_main_content p {
        width: 98%;
        overflow: visible;
        float: none;
    }
}
@media only screen and (max-width: 1120px) {
    .upperContent {
        width: auto;
    }
    .card-edit-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .label_content {
        display: block !important;
        float: left !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .input_data_fields {
        display: block !important;
        float: left !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .flash_card_images_container {
        width: 100% !important;
    }
    .single_flash_card_detail {
        width: 100% !important;
    }
}

@media only screen and (max-width: 900px) {
    #floater_small_buttons {
        width: 120px !important;
    }
    .wordFinderFloating .shareSocial i {
        font-size: 35px !important;
        vertical-align: top !important;
    }
    .wordFinderFloating .shareSocial {
        padding-left: 0px !important;
        padding-right: 2px !important;
    }
    .WordFinderNavRight,
    .WordFinderNavLeft {
        max-width: 100px !important;
    }
    #dictionary-data-section .dictionary_headings {
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }
	.row .large-9 {
        width: 60%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .row .large-3 {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .large-9 {
        width: 58.3333% !important;
    }
    .large-3 {
        width: 41.6667% !important;
    }
}

@media only screen and (max-width: 765px) {
    #main-scrabble section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #ydHomePageSocialSection {
        display: block;
    }
    #ydHomePageAd {
        display: block;
    }
    .newHomePageSection {
        display: none;
    }
    .oldHomePageSection {
        display: block;
    }
    .quote_heading a {
        font-size: 22px !important;
        text-align: center;
        font-weight: normal;
    }
    .quotesBox,
    .synonym_box {
        float: left;
        width: 100% !important;
    }
    .quotesBox .quote_heading {
        width: 30% !important;
        margin-left: 18px;
    }
    .BrowseQuoteByPeople {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .row .large-9 {
        width: inherit;
    }
    .row .large-3 {
        width: inherit;
    }
    #content_top h2:first-child {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #search_word_list_button {
        width: 100% !important;
    }
    body {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .login-section {
        margin-top: 8px;
        margin-bottom: 3px;
        margin-right: 8px;
    }

    div.DataTables_sort_wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wordfinder_title {
        display: block !important;
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    #letters_input {
        background-position: top !important;
        padding-top: 10px !important;
    }
    .row .column,
    .row .columns {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .table_title {
        font-size: 13px !important;
        top: 32px !important;
    }

    .dataTables_wrapper {
        display: table !important;
        width: 95% !important;
    }

    .resultsTotal {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        clear: both !important;
        float: none !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }
    .socialbreadcrumbsscrabble {
        clear: both !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        text-align: center;
    }
    .words_finder_wordlists {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        margin-left: 10px !important;
    }

    #word_list_heading {
        clear: both;
    }
    .word_list_from {
        top: 43px !important;
    }
    #response_div {
        top: 43px !important;
    }
    #word_list_area {
        border: medium none !important;
    }
    #user_word_list_content #response_div {
        top: 46px !important;
    }
    #loginModal,
    #QuotePopup {
        width: 90%;
    }
    #user_word_list_content .word_list_from {
        top: 75px !important;
    }
    .detail-of-word-list #word_list_action_buttons {
        margin-bottom: 35px;
        padding-top: 14px;
    }

    #left-nav-contents {
        width: 100% !important;
    }

    #user_word_list_content {
        clear: both !important;
        margin-top: 5px;
        width: 100% !important;
    }
    #featured-word-list,
    #top-rated-word-lists {
        width: 100% !important;
    }

    #orange_create_word_list_button {
        margin-bottom: 0px;
        float: left;
        width: 50% !important;
    }
    .section-container {
        width: 100%;
    }
    .breadcrumbs {
        width: 100% !important;
    }

    #list_action_buttons {
        margin-bottom: 15px;
    }
    #EditListModal {
        left: 50% !important;
    }
    #AddWordsModal {
        left: 50% !important;
    }
    #dictionary-data-section {
        width: 100% !important;
        float: left;
    }
    .twelve.large-12.columns {
        width: 100% !important;
    }
    body,
    html {
        font-size: inherit;
    }
    .delete_word_icon {
        cursor: pointer;
        visibility: visible !important;
    }
}
@media only screen and (max-width: 950px) {
    .wf4pics {
        min-height: 450px !important;
    }
    .wfHome {
        min-height: 450px !important;
    }
    .wfGame {
        min-height: 450px !important;
    }
    .wordFinderSection .wordfinderBox {
        width: 500px !important;
    }
    .fg-toolbar .goToTable {
        float: left !important;
        clear: both !important;
        width: 100% !important;
        text-align: left !important;
        margin-top: 10px;
    }
    #authorAlphaNav {
        margin-bottom: 20px !important;
    }

    #response_div {
        left: 0px !important;
    }

    #user_word_list_content .word_list_from {
        top: 80px !important;
    }
    #user_word_list_content #response_div {
        top: 80px !important;
    }
    #fixed_h1 {
        width: 100% !important;
        margin-top: 10px;
        top: inherit;
    }
}

@media only screen and (min-width: 766px) and (max-width: 950px) {
    .li_content {
        float: left !important;
        width: 70% !important;
    }
    .voting_right {
        float: right !important;
    }
}
@media only screen and (max-width: 820px) {
    .tab-content ul.socialbreadcrumbs {
        margin-left: 0px;
    }
    #dictionary-data-section .dictionary_headings {
        clear: both;
    }

    .dataTables_wrapper .ui-corner-bl {
        height: inherit !important;
    }
    #fixed_h1 {
        width: 100% !important;
        margin-top: 0px !important;
        top: inherit !important;
    }
    .dictionary_headings {
        width: auto !important;
    }
    .wf-find-button {
        margin-bottom: 0px !important;
    }
}

#dictionary-data-section .dictionary_headings {
    margin-bottom: 0px !important;
}

.quotes_parent #dictionary-data-section .socialbreadcrumbs {
    margin-bottom: 0px !important;
    float: right !important;
}
@media only screen and (max-width: 830px) {
    .learn-more {
        margin-top: 25px !important;
    }
    #homeSlider .bx-controls-direction .bx-prev {
        margin-left: 50px !important;
    }
    #homeSlider .bx-controls-direction .bx-next {
        margin-right: 50px !important;
    }
    .quotes_parent .breadcrumbs {
        margin: 0px !important;
        padding: 0 !important;
    }
    #configure_cards .input_fields {
        display: block !important;
        float: none !important;
        text-align: center;
    }
    div#article_main_content div.content table {
        width: 100% !important;
    }
}
@media only screen and (min-width: 750px) and (max-width: 1024px) {
    .row .large-10 {
        position: relative !important;
        width: 100% !important;
    }
}
@media only screen and (min-width: 700px) {
    .definition_section .section.active {
        padding-top: 46px;
    }
}
@media only screen and (max-width: 750px) {
    .wordFinderSection .wordfinderBox {
        width: 80%;
    }
    .wordFinderSection .backgroundHeading {
        margin-top: 1% !important;
    }
    .searchcontainer .main-search input[type='text'] {
        width: 100% !important;
    }

    #searchbox {
        width: 98% !important;
    }
    .panel {
        padding: 10px 1.25em !important;
    }
    #floater {
        clear: left;
        float: left !important;
    }
}
@media only screen and (max-width: 750px) {
    #quote_counter {
        font-weight: bold;
        font-size: 12px;
    }
    #quote_counter {
        float: none !important;
        position: absolute !important;
        right: 46px !important;
        top: 31px !important;
    }
    #quoteHomeHeadInd {
        width: 57% !important;
    }

    .quotes_parent {
        margin-top: 50px !important;
    }
    #breadCrumbAndSocial #header-ad,
    #ad-super-wordfinder {
        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: 99999999;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: auto;
    }

    #breadCrumbAndSocial #header-ad .close,
    #ad-super-wordfinder .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;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: auto;
    }
    #wordfinder_content hr {
        margin: 5px 0 !important;
    }
    .definition_heading {
        margin-top: 40px;
    }
    .contain-to-grid {
        margin-bottom: 20px;
    }
    .biography_parent #definitions_panel .content {
        padding-top: 15px !important;
    }
    .grammar_parent .AbbrParagraph_h1,
    .education_parent .AbbrParagraph_h1,
    .abbreviations_parent .grammer_h1,
    .esl_parent .grammer_h1,
    .esl_parent .AbbrParagraph_h1,
    .reference_parent .grammer_h1,
    .examples_parent .education_and_esl_h1,
    .examples_parent .AbbrParagraph_h1 {
        margin-bottom: 0px !important;
        margin-top: 40px !important;
    }
    .themequoteslider .bx-controls {
        padding-bottom: 15px !important;
    }
    .quoteBottomPagination {
        height: 40px !important;
        margin-bottom: 10px !important;
    }
    .quoteBottomPagination ul.pagination {
        margin-left: 0px !important;
        height: 40px !important;
    }
    #quote_themes_content .quoteTopPagination {
        height: 55px !important;
    }
    .quoteTopPagination {
        height: 40px !important;
    }
    .quoteTopPagination ul.pagination {
        margin-left: 0px !important;
        height: 30px !important;
    }
    .quotes_parent .bottomGraphicAdd1 {
        margin-top: 0px !important;
    }
    .bottomGraphicAdd2 div,
    .bottomGraphicAdd1 div,
    .ad-after-table div {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .BrowseQuoteByPeople {
        float: left;
        margin-top: 50px;
    }
    #edit_user_detail_page {
        margin-top: 20px;
    }
    #back-to-list {
        margin-top: 20px;
    }
    .detail-of-word-list {
        top: 0px !important;
    }
    #ydHomePageAd {
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
    }
    #all-words-list-wrapper {
        margin-top: 10px !important;
        float: none !important;
    }
    .my_wordlist_section {
        position: relative;
        top: 13px;
    }
    #wordfinder-logo img {
        width: 70%;
        height: auto !important;
    }
    #wordfinder-logo .wordfinder_header {
        display: inline-block;
        font-size: 20px !important;
        vertical-align: middle;
    }
    .ad-after-table {
        text-align: center;
        width: 100%;
    }
    ul.socialbreadcrumbsscrabbleForWholeYD {
        margin-bottom: 0px !important;
    }
    .quotesBox {
        width: 100%;
    }
    .bottomGraphicAdd1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .bottomGraphicAdd2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .panel {
        margin-bottom: 5px !important;
    }
    .bottomGraphicAdd2 {
        margin-bottom: 10px !important;
    }

    ul.breadcrumbs {
        display: none;
    }
    #breadcrumb_container {
        display: none;
    }

    #fixed_h1 {
        padding: 10px 0;
    }
    #dictionary-data-section #content_top .error-msj {
        margin-top: 30px;
    }
    .grammar_parent .nine #dictionary-data-section,
    .abbreviations_parent .nine #dictionary-data-section,
    .esl_parent .nine #dictionary-data-section,
    .esl_parent .nine #dictionary-data-section,
    .reference_parent .nine #dictionary-data-section,
    .examples_parent .nine #dictionary-data-section,
    .education_parent .nine #dictionary-data-section,
    .examples_parent .nine #dictionary-data-section {
        margin-top: 20px !important;
    }
    .def-logo-section a img {
        height: auto !important;
        width: 100px;
    }
    .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 {
        display: none;
    }
    #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;
    }
    .definitionpages #dictionary-data-section {
        margin-top: 5px !important;
    }
    .enter-letter-words {
        padding-top: 10px;
    }
    #wl_and_fc {
        margin-top: 25px;
    }
    #dictionary-data-section h2:first-child {
        margin-top: 20px;
        margin-bottom: 15px !important;
    }
    #dictionary-data-section {
        margin-top: 20px !important;
        padding-bottom: 0px !important;
    }
    #YdLogoContainer img {
        width: 100px;
    }
    #YdLogoContainer {
        display: inline;
        width: auto;
    }
    #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;
    }
    .search-clear-icon {
        right: 8px !important;
    }

    .main-row h2 {
        text-align: left !important;
    }
    .login-section {
        text-align: center !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !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;
    }
    .sentences-title {
        display: inline-block !important;
    }
    .sent-exmp {
        display: none !important;
    }
    #add-word-list-title {
        border-bottom: 1px solid black;
        clear: both;
        display: block !important;
        float: none;
        font-weight: bold;
        margin-bottom: 5px;
        padding-bottom: 6px;
        text-align: center;
        width: 100%;
    }
    .sharing-popup-left {
        width: 100% !important;
    }
    .footer_content {
        margin-bottom: 4em !important;
    }

    #quoteHomeHead {
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .quotesTables {
        margin-top: 0px !important;
    }
    .li_content {
        float: none !important;
        width: 100% !important;
    }
    .voting_right {
        float: none !important;
    }
    #header-ad {
        margin-bottom: 0 !important;
        padding: 0 !important;
        height: 55px !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: auto;
    }
    #ydHomeSearchSecn {
        margin-bottom: 20px;
    }
    #site-menu-div {
        padding-top: 5px !important;
        border-bottom: 1px solid lightgray;
        position: absolute;
    }
    #site-menu-div-wordfinder {
        padding-top: 5px !important;
        border-bottom: 1px solid lightgray;
        position: relative;
    }
    .flash-card-title {
        max-width: inherit;
        width: 100%;
    }
    #configure_cards .input_fields {
        display: block !important;
        float: none !important;
        text-align: center;
    }
    #edit-flashcard-set h1 {
        font-size: 1.5em !important;
    }
    #action_links {
        width: 100% !important;
        margin-top: 0px !important;
    }
    #dictionary-data-section .panel {
        padding: 1.25em 2px;
    }
    #search_word_list_button {
        padding-left: 5px;
    }
    .content {
        padding-left: 3px !important;
    }
    .content ul {
        margin-left: 25px !important;
    }
    .content ol {
        margin-left: 25px !important;
    }
    #fixed_h1 {
        width: 100% !important;
    }
    #wordfinderbottomsocialbuttons .socialbreadcrumbsscrabble {
        display: block !important;
        padding-left: 0px !important;
    }
    .socialscrabblebottom .socialbreadcrumbsscrabbleForWholeYD {
        padding-left: 0px !important;
    }
    .socialbreadcrumbsscrabble {
        display: none !important;
    }

    .socialscrabblebottom {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    ul.socialbreadcrumbs.right {
        display: none !important;
    }

    .dataTables_wrapper {
        height: auto !important;
    }

    .dataTables_wrapper .ui-corner-tr:after {
        content: '\00a0';
    }
    .wf-find-button {
        margin-bottom: -10px;
    }

    .dictionary_headings {
        font-size: 1.4em !important;
        top: -15px !important;
        margin-bottom: -10px !important;
        width: 100% !important;
    }
    h1.education_and_esl_h1,
    h1.search_entry_h1 {
        font-size: 1.4em !important;
    }
    h1.AbbrParagraph_h1 {
        font-size: 1.4em !important;
        clear: both;
        width: 100%;
    }
    h1.grammer_h1 {
        font-size: 1.4em !important;
    }
    h2.education_ecl_h2_and_h3,
    h2.resource {
        font-size: 1.2em !important;
    }
    h3.education_ecl_h2_and_h3 {
        font-size: 1em !important;
    }
    div#content_top h3 {
        font-size: 1.2em !important;
    }
    p.p_content {
        font-size: 14px !important;
        text-indent: 0px !important;
        padding-left: 25px !important;
    }
    h2 {
        font-size: 1.4em !important;
    }
    .dataTables_wrapper {
        width: 100% !important;
    }

    h1#fixed_h1 {
        font-size: 1.4em !important;
    }
    .enter-letter-words {
        font-size: 20px;
    }
    .authors-i-follow {
        width: 100% !important;
    }
    #u_intro {
        width: 100% !important;
    }
    #recent-yd-wordlist-table {
        width: 100%;
        text-align: center !important;
        border-collapse: inherit !important;
        border-spacing: 1px !important;
    }
    #recent-yd-wordlist-table tr,
    #recent-yd-wordlist-table th,
    #recent-yd-wordlist-table td {
        text-align: center !important;
    }
    #recent-yd-wordlist-table tr,
    th {
        width: 20% !important;
    }
    #all-words-list-wrapper {
        width: 95% !important;
    }
    .word_list_content {
        width: 100% !important;
    }
    #dictionary-data-section h1 {
        clear: both !important;
        text-align: center;
        margin-top: 25px;
    }

    .bx-pager-link {
        padding: 7px !important;
    }
    #dictionary-data-section .main-search {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #render_word_lists {
        max-height: none !important;
        width: 94% !important;
        margin-left: 2% !important;
    }
    #word_list_action_buttons {
        clear: both;
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .list-word {
        width: auto !important;
    }
    a.wordfinder_header {
        font-size: 32px !important;
    }
    .dataTables_wrapper .DataTables_sort_wrapper {
        font-size: 14px;
    }
    .dataTables_wrapper td {
        font-size: 14px !important;
        padding: 0.2em 0.625em !important;
    }

    /* Mobile navigation */
    .section.active .title {
        border-width: 0 0 3px 0 !important;
        border-style: solid !important;
        border-color: #dd4b39 !important;
    }
    .section.active .title a {
        color: #dd4b39 !important;
    }

    .section.active .title a:hover {
        color: #dd4b39 !important;
    }

    .section .title a {
        padding: 10px 0px !important;
        margin-bottom: -5px !important;
    }

    .section .title a:hover {
        color: #000 !important;
    }

    .section .title {
        background-color: #fff !important;
        border: 0px !important;
        margin-top: -20px !important;
        padding: 0 7px !important;
    }

    .section .content {
        background-color: #f1f1f1 !important;
        border: 0 none !important;
        margin-top: 20px;
        box-shadow: 0 1px 5px 0px #888888 inset !important;
        padding: 4px !important;
    }

    #content_top .content .main-row {
        background-color: #fff !important;
        border-radius: 5px;
        box-shadow: 0 1px 2px 1px #888888 !important;
        font-size: 90%;
        margin: 0 !important;
        padding: 10px !important;
    }

    #definitions_panel p {
        left: inherit !important;
    }

    #add_word_list_section {
        left: inherit !important;
        padding-left: inherit !important;
        right: 0 !important;
        z-index: 100;
    }

    .contain-to-grid,
    .top-bar {
        background-color: inherit !important;
    }
    .top-bar #breadcrumbs_social {
        background: none repeat scroll 0 0 #ffffff !important;
        width: 100%;
        display: block !important;
    }

    .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: 90px !important;
        z-index: 999;
    }
    .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;
    }
    h1.education_and_esl_h1,
    h1.AbbrParagraph_h1,
    h1.grammer_h1 {
        margin-top: 40px;
    }
    /* End Mobile navigation */
}
@media only screen and (max-width: 430px) {
    #YdLogoContainer {
        width: 30% !important;
    }
    #YdSearchContainer {
        width: 70% !important;
    }
}

@media only screen and (max-width: 800px) {
    .nearby_all .twelve.large-12.columns {
        padding: 0 1% !important;
    }
    .top_mention ul {
        margin-bottom: 0px !important;
    }
    #promo-unit-1 {
        padding-left: 165px !important;
        height: 215px !important;
    }

    #promo-unit-2 {
        padding-left: 165px !important;
        height: 215px !important;
    }
    .top-bar-section .dropdown li {
        background: none !important;
    }
    .quotesTables {
        margin-top: 0px !important;
    }

    .mobileDivs {
        float: left;
        width: 100%;
    }
    .examplesBox,
    .relatedArticles,
    .disqusBox,
    #UserWordList_container,
    .definitionSocialRight,
    .socialscrabblebottom {
        float: left;
        width: 100% !important;
    }
    .mentionedIn,
    .nearbyBox {
        float: left;
        width: 100% !important;
    }
}
.main_page_ipad {
    display: block !important;
}
.breadcrumbs_social_ipad {
    margin-top: -8px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    [if SafMob].main_page {
        display: block !important;
    }
}
@media only screen and (max-width: 750px) {
    .goToTable {
        width: 100% !important;
        clear: both !important;
        float: left;
        text-align: left !important;
    }
    #wordfinder_content {
        margin-top: 20px;
    }
    .wordFinderTopBar .top-bar {
        margin-top: -13px !important;
    }
    .top-bar {
        margin-top: -25px !important;
    }
}
@media only screen and (max-width: 480px) {
    #content_top .row #wordlist_detail ul {
        margin-bottom: 0px !important;
    }
    .entry table.entry_table {
        width: 100% !important;
    }
    .entry table.entry_table tr {
        text-align: center !important;
    }
    table.quotesByPeople {
        padding-left: 3px;
        padding-right: 3px;
    }
    table.gsc-branding td,
    table.gsc-branding,
    table.gcsc-branding td,
    table.gcsc-branding {
        margin-left: -4px !important;
    }
    td.gcsc-branding-text div.gcsc-branding-text {
        margin-left: 0px !important;
    }
    .google_custom_search_results h2 {
        text-align: left !important;
        margin-left: 14px !important;
    }
    #gsc-i-id1,
    .gsc-input {
        width: 100% !important;
    }
    .sharing-popup {
        float: left;
        top: 5px;
        position: relative;
        right: 3px;
    }

    ul.greybullets {
        width: 100% !important;
    }

    .about_h3 img {
        float: none !important;
    }
    .text-center {
        margin-right: inherit !important;
    }
    .dataTables_length {
        float: right !important;
        margin-right: 65px !important;
        margin-top: 3px !important;
    }
    .dataTables_paginate {
        margin-left: -8px;
        margin-top: 5px;
    }
    .dataTables_info {
        float: left !important;
        margin-left: -8px;
    }
    #recent-yd-wordlist-table tr,
    #recent-yd-wordlist-table td,
    #recent-yd-wordlist-table th {
        padding: 10px 0 !important;
        max-width: 50px !important;
        word-wrap: break-word !important;
    }
    #user_word_list_content .word_list_from {
        top: 100px !important;
    }
    #user_word_list_content #response_div {
        top: 100px !important;
    }
    .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;
    }

    #orange_create_word_list_button {
        margin-bottom: 10px;
        float: left;
        width: 90% !important;
    }

    #rating_stars_section {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 370px) {
    #letters_input {
        background-position: left center !important;
        padding-top: 9px !important;
        letter-spacing: 13.2px !important;
        font-size: 13pt !important;
    }

    .dataTables_wrapper .dataTables_paginate .previous,
    .dataTables_wrapper .dataTables_paginate .next {
        display: none;
    }
}
@media (min-width: 768px) {
    .tab-content .adsbygoogle {
        display: none !important;
    }
}
@media only screen and (max-width: 320px) {
    .inline_image .image_container img {
        max-width: 250px !important;
    }
    .inline_image {
        width: 100% !important;
    }
    #YdSearchContainer .main-search input {
        font-size: 14px !important;
        height: 45px !important;
    }

    .section .content {
        padding: 5px !important;
    }
    #content_top .content .main-row {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .top-bar .toggle-topbar.menu-icon a span {
        width: 25px !important;
    }
    .list-word span {
        float: none !important;
        display: block !important;
    }
    .list-word > *:first-child {
        float: none !important;
    }
    .list-word {
        padding: 2px 0;
    }
    #EditListButton {
        margin-bottom: 5px;
    }

    .dataTables_wrapper .dataTables_paginate {
        font-size: 14px;
    }
}
div.create-list {
    border-bottom: 1px solid black;
    padding: 6px 0px;
}

#word-lists-all div {
    width: 200px;
    float: left;
    padding: 6px 0px;
}

#load-more-lists {
    border-top: 1px solid black;
    padding: 6px 0px;
    text-align: center;
    clear: both;
    display: block;
}
#breadcrumbs_social {
    display: block;
    float: left !important;
    left: 0px !important;
}
.last_index {
    color: #3995d9;
    display: none;
}
.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: 11px;
    width: 23px;
}

#word_list_action_buttons {
    margin-top: 20px;
}
#list_action_buttons {
    margin-bottom: 15px;
    clear: both;
    line-height: 3em;
}

.wl_block_content {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.wl_link_number {
    color: #222222;
}
.wl_link_name {
    margin-right: 5px;
}
.inner_wl_content {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.see_more_wl {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}
.right_indcation_arrow {
    height: 15px;
    margin-left: -5px;
    vertical-align: middle;
    width: 35px;
}
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;
}
.no_word_list {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}
#create_word_list_button_user {
    clear: both;
    float: left;
}
.small_buttons {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #3995d9;
    padding: 3px 10px;
    font-size: 14px;
    border-color: #2284a1;
    color: white;
}
.marginTop20 {
    margin-top: 20px;
}
.margin-top-zero {
    margin-top: 0px !important;
}
.margin-bottom-zero {
    margin-bottom: 0px !important;
}

#all-words-list-wrapper {
    width: 100% !important;
}
#create_word_list_button_user .word_list_from {
    top: inherit !important;
}
#create_word_list_button_user #response_div {
    top: inherit !important;
}
.orangeButton:hover {
    color: #fff;
}

.select-image-edit-card {
    width: 100px;
    display: inline-block;
    border: 1px solid #3995d9;
    margin-right: 6px;
    margin-top: 6px;
    cursor: pointer;
}
.select-image-edit-card img {
    height: 60px;
    margin: auto;
}
#continue_and_submit {
    display: none;
}
#cancel_and_close {
    display: none;
}

.card-edit-box {
    margin-bottom: 5px;
}
#edit-flashcard-set {
    padding: 5px;
}
.card-edit-box .card-edit-content {
    padding: 10px;
}

.fixed-top-flash-message {
    position: absolute;
    background-color: lightyellow;
    color: black;
    font-size: 12pt;
    padding: 5px;
    text-align: center;
    display: none;
    z-index: 99;
}
.more_yourdictionary_wordlist_link {
    font-size: 15px;
}
#list-collection {
    clear: both;
}

#recent-yd-wordlist-table {
    width: 100%;
    margin-bottom: 1px;
    border-collapse: inherit !important;
    border-spacing: 2px !important;
}
#more-public-list-table {
    width: 100%;
}
#user_word_list_content h3 {
    margin-bottom: 5px;
}

.promo-box {
    margin-top: 6px;
}
.promo-box-recent-lists .word-list-info {
    margin-bottom: 10px;
}

.promo-box-recent-lists .word-list-info .left {
    width: 55%;
}

.promo-box-recent-lists .word-list-info h4 {
    overflow: hidden;
    max-width: 170px;
    font-size: 16px;
    font-weight: normal;
}

.flash_card_back_link {
    display: block;
    text-align: left;
}

.tileForm4pics input,
.tileForm4pics input:focus {
    background: transparent url('/images/yd-4pics-tiles.png') no-repeat scroll
        50% 50% / 100% 100%;
    border: 0 none;
    font-family: monospace;
    font-size: 16px;
    font-weight: bold;
    height: 2em;
    letter-spacing: 21px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 6px;
    text-indent: 15px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5), -1px -1px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    width: 380px;
}
.scrabble_clear {
    clear: both;
}
.search_result_section {
    background: #f1f1f1;
    width: 100%;
    line-height: 20px;
}
.suggested_items {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.suggested_items:hover {
    background: #dbdbdb;
}
.google_custom_search_results {
    border: 2px solid #f2f2f2;
    margin-bottom: 5px;
    padding: 5px;
}
.google_custom_search_results h2 {
    margin-left: 20px;
}
.section .google_custom_search_results h2 {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
}
#search_result_content {
    position: absolute;
    z-index: 100;
    padding-left: 5px;
}
.ui-autocomplete {
    z-index: 9999 !important;
    width: 400px;
}
.ui-menu-item {
    text-transform: capitalize;
}

#yd_search_bar_nofloat {
}
.search-clear-icon:hover {
    opacity: 0.9;
}
.search-clear-icon {
    cursor: pointer;
    opacity: 0.45;
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}
.article_pdf_file_inline {
    clear: both;
    display: table;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    margin: 10px 0 10px 20px;
}
.article_pdf_file {
    display: block;
    clear: both;
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 5px;
}
#article_pdf_div {
    text-align: center;
    margin-left: 5px;
}
.download-link {
    font-size: 13px;
    text-align: center;
}
table.gsc-resultsHeader {
    border: none !important;
}
table.gsc-table-result {
    border: none !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
}
table td.gsc-table-cell-snippet-close {
    padding-left: 0px;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
.gsc-search-button {
    height: 30px !important;
}

.gsc-adBlockVertical {
    display: none !important;
}

.gsc-thinWrapper {
    width: 100% !important;
}

#article_main_content {
    width: 100%;
    display: table;
    float: none;
}
.gsc-tabsArea,
.gsc-refinementsArea,
.gsc-above-wrapper-area,
.gsc-twiddleRegionCell,
.gsc-resultsHeader {
    display: none !important;
}
.fb_iframe_widget span {
    vertical-align: baseline !important;
}
.voting_content .vote_up_img:hover {
    opacity: 1;
}
.voting_content .vote_up_img {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url('/images/thumbs-up.png') !important;
    background-origin: padding-box !important;
    background-position: -3px -5px !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 25px !important;
    font-family: initial;
    opacity: 0.8;
    content: attr(alt) !important;
}
.voting-down {
    cursor: pointer !important;
    margin-left: 0px;
}
.voting-up {
    cursor: pointer !important;
}
.voting_content .vote_down_img:hover {
    opacity: 1;
}
.voting_content .vote_down_img {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url('/images/thumbs-down.png') !important;
    background-origin: padding-box !important;
    background-position: -5px -5px !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 25px;
    opacity: 0.8;
}
.voting_quote .vote_down_img {
    background-position: -5px -1px !important;
}

.voting_quote .vote_up_img {
    background-position: 0px -1px !important;
}
.voting_content .flag_button:hover {
    opacity: 1 !important;
}

.voting_content .flag_button {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url('/images/flag.png') !important;
    background-origin: padding-box !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 16px !important;
    opacity: 1 !important;
    background-position: 0px 2px;
    background-size: 27px auto;
}
.voting_content .flagged {
    background-image: url('/images/flagged.png') !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 16px !important;
    opacity: 1 !important;
    background-position: 0px 2px;
    background-size: 27px auto;
}
.button.orange,
.button.orange:hover {
    background-color: #fd7c23;
    border-bottom-color: #fd7c23;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #fd7c23;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #fd7c23;
    border-top-color: #fd7c23;
}

ul.no-bullet li {
    padding: 0.25em 0.5em;
}
ul.no-bullet li:nth-child(odd) {
    background: #f8f8f8;
}
ul.breadcrumbs,
ul.breadcrumbs li:last-child {
    padding-right: 0 !important;
}
.vote_count {
    font-size: 15px;
    color: rgba(0, 39, 59, 0.5) !important;
}
.last-row-for-public-list {
    text-align: right;
}
.word-list-voting-count {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    vertical-align: top;
}
.tablesorter th {
    cursor: pointer;
    background-image: url('/images/small.gif');
}
.tablesorter td {
    text-transform: capitalize;
}
.tablesorter th.headerSortUp {
    background-image: url('/images/asc.gif');
}
.tablesorter th.headerSortDown {
    background-image: url('/images/desc.gif');
}
.tablesorter th.header {
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}
.word_list_with_votes {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
    clear: both;
}
.word_list_with_votes_left {
    font-weight: bold;
}
.word_list_with_votes_right {
    float: right;
}
.word_list_divisions {
    margin-top: 20px;
    display: block;
    clear: both;
}
.see_all_wordlist_link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
#search_word_list_button {
    width: 350px;
    margin-bottom: 20px !important;
    clear: both !important;
    display: table;
}
.sortable_headers {
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 1px solid #dad9c7;
    cursor: pointer;
    font-weight: bold;
    margin-left: -1px;
    padding-left: 5px;
}
.sortable-word {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 10px;
}
#wait_for_lists {
    display: none;
    left: 50%;
    position: absolute;
    top: 3%;
    z-index: 999;
}
.pagination-centered {
    padding-top: 5px !important;
}
#quote_authors_main .pagination-centered {
    padding-top: 0px !important;
}
.detail_rating_section {
    display: inline-block;
}
ul.word-list-detail-ul li {
    padding: 0px 5px !important;
}
#wait_for_follow_unfollow {
    display: none;
    position: absolute;
}
#back-to-list {
    margin-right: 10px;
}
#author_detail_div {
    width: 100%;
}
#u_intro {
    height: 20%;
    width: 75%;
    margin-top: 10px;
}
#searchbox-word-list {
    margin-bottom: 25px;
    margin-left: -5px;
}
.word-list-author {
    clear: both;
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-top: 5px;
}
.word-list-rating-on-user-detail {
    margin-bottom: 2px;
    margin-top: 7px;
}
.heart-icon {
    margin-top: -1px;
    width: 12px;
    vertical-align: middle;
}
.study-icon {
    margin-top: -1px;
    width: 13px;
    vertical-align: middle;
}
.word-list-detail-ul {
    margin-left: 0px !important;
}
.word-list-info-rating {
    width: auto !important;
}
.total_words_count {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial,
        sans-serif;
}

.etymology {
    display: block !important;
    margin-top: 15px;
}
.usage_notes_content {
    list-style: disc inside none;
}
p.usage_notes_content {
    margin-bottom: 5px;
    margin-left: 35px !important;
    margin-top: 5px;
}
.usage_notes {
    margin-left: 20px;
    margin-bottom: 3px;
    display: inline-block;
    text-transform: lowercase;
    color: #808080;
}
.wiktionary dl {
    line-height: 20px;
    color: #808080;
    margin-bottom: 0px;
}
.wiktionary dd {
    margin-bottom: 0px;
}
.references {
    margin-left: 60px !important;
}
.wiktionary-heading {
    display: block;
    margin-bottom: 2px;
}
.single-li-present {
    list-style: disc outside none !important;
}
.wik_images {
    display: none;
    /*
    Seriously, leave these hidden.
	border: 1px solid #F2F2F2;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 8px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
    width: 100%;
    */
}
.thumbcaption {
    display: block;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    text-rendering: auto;
}
.flag {
    cursor: pointer;
}
.main_page {
    display: none;
}
.scrabble_search_section .text-center {
    margin: 0px !important;
}
.bottomBoxes {
    border: 1px solid #cccccc;
    width: 300px;
    padding-left: 23px;
    padding-right: 30px;
}
ul.greybullets li {
    color: #999;
}

#create_word_list_button_user {
    margin-top: 5px;
}

@media only screen and (max-width: 765px) {
    .bottomBoxes {
        margin-left: 5px !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .synonym_heading {
        width: 30% !important;
        margin-left: 19px !important;
    }
    .synonym_more,
    .quotes_more {
        width: 64px !important;
    }
    .definitionSocialRight {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .definition_section .definitionSocialRight {
        float: left !important;
    }
    #main-search-container {
        margin-bottom: 1px !important;
    }

    #promo-unit-2 {
        margin-top: -5px !important;
        margin-left: 0 !important;
    }
    #promo-unit-1 {
        margin-left: 0 !important;
    }
    aside .resources_content {
        width: 100% !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #UserWordList_container {
        width: 100% !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .funny_quote_section {
        width: 100% !important;
    }
    #socialNetworkingSites {
        margin-top: -10px !important;
    }

    .pagination-centered {
        padding-top: 0px !important;
    }
}
@media only screen and (max-width: 430px) {
    .contain-to-grid {
        margin-left: 0px !important;
    }
}
@media (min-width: 480px) and (max-width: 950px) {
    #content_top .row #wordlist_detail {
        width: 49% !important;
    }
}
@media only screen and (max-width: 920px) {
    #content_top .row .large-6 {
        position: relative !important;
        width: 100% !important;
    }
}
#header-ad .ad-top {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}
body.kb #header-ad .ad-top {
    visibility: hidden;
}
.ad-after-table {
    margin-top: 15px;
    margin-bottom: 15px;
}
input:focus,
textarea:focus {
    -webkit-user-modify: read-write-plaintext-only;
}
@media (max-width: 895px) {
    .quotesHeading {
        text-align: left !important;
    }
    .quotesTables table.quoteLeftTable {
        margin-bottom: 5px !important;
    }
    .quotesTables table td {
        text-align: left !important;
    }
    .quoteLeftTable {
        width: 100%;
    }
    .quoteRightTable {
        width: 100%;
        top: 5px;
    }

    #QuoteSelectionList {
        display: block;
    }
    .A-Z {
        display: none;
    }
}
@media (max-width: 555px) {
    div.DataTables_sort_wrapper {
        display: table !important;
    }
    #main-scrabble .dataTables_paginate a:first-child {
        padding-left: 0px !important;
    }
    #main-scrabble .dataTables_paginate {
        margin-top: -10px !important;
        width: 100% !important;
    }
    .backToTop,
    #main-scrabble .dataTables_paginate {
        width: 100% !important;
        clear: both !important;
        float: left !important;
    }
    .browseContainer {
        clear: both !important;
        float: none !important;
        left: 0px !important;
        width: 278px !important;
    }
    .searchSpan {
        float: none;
        margin: auto;
    }
    .upperContent {
        width: auto;
    }
}
@media (min-width: 765px) and (max-width: 950px) {
    #quote_authors_main,
    .Quote_theme_main_div,
    .quote_main_div {
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (min-width: 765px) and (max-width: 813px) {
    #ydHomePageAd {
        margin-top: 0px !important;
        top: 73px !important;
    }
}
@media (min-width: 765px) {
    .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;
    }
    .dictionarySection1 span {
        display: inline-block;
    }
    .dictionarySection2 span {
        display: inline-block;
    }

    .search-icon a i img {
        margin-top: 5px;
        width: 18px;
        margin-left: 5px;
    }
    .search-icon a {
        background-color: #f69824;
        border-color: #f69824;
        width: auto;
        font-size: 15px;
        box-shadow: orange;
    }
    .search-icon a:hover {
        background-color: #f69824;
        border-color: #f69824;
    }
    .search-input-field {
        float: left;
        height: 30px;
        padding-left: 10px;
    }
    .sliderSearch {
        background-color: #f69824;
        padding: 5px 10px 0px;
        margin-top: 40px;
    }
    .search-text {
        float: left;
        margin-top: 8px;
        text-transform: uppercase;
        font-size: 15px;
        color: white;
    }
    .search-input-field input {
        width: 340px;
        height: 30px;
    }

    .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;
    }
    .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;
    }
    .definitionSocialRight:empty {
        padding-top: 0;
    }
    .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 (min-width: 1024px) and (max-width: 1230px) {
    .secondSlide h1.colorWhite {
        margin-bottom: 0px;
    }
    .dictionarySection1,
    .dictionarySection2 {
        margin-top: 5px;
    }
    .secondSlide span.colorWhite {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 904px) {
    #quote_authors_main .pagination-centered {
        position: relative !important;
    }
}
@media (min-width: 1020px) {
    .newHomePageSection .backgroundSection .backgroundHeading {
        margin-top: 15%;
    }
}
.voting-up,
.voting-down,
.voting-flag {
    display: inline-block;
    vertical-align: top;
}

.reset_button_style {
    animation: none;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    margin: 0;
    color: inherit;
    padding: 10px 13px !important;
}
.link-cite-wrapper {
    margin-top: 30px;
}

.link-cite-wrapper:after {
    display: table;
    clear: both;
    content: '';
}

.link-cite-wrapper .ftr-inline {
    display: block;
    position: relative;
}
#link-cite-box .twoTabsContent {
    margin-top: inherit !important;
}
#link-cite-box p {
    overflow: unset;
    word-break: break-word;
}
#link-cite-box .content {
    padding: 0 8px 8px 8px;
}
#link-cite-box {
    position: absolute;
    top: 30px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
    max-width: 100%;
}
@media (min-width: 751px) {
    #link-cite-box:hover {
        opacity: 1;
        pointer-events: unset;
    }
    .link-cite-print:hover+#link-cite-box {
        pointer-events: unset;
        opacity: 1;
    }
}
@media (max-width: 750px) {
    .link-cite-wrapper.active #link-cite-box {
        pointer-events: unset;
        opacity: 1;
    }
}

.voting_li {
    list-style-type: none;
    border-bottom: 1px solid #d3d3d3;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.QuotesAndNotes {
    border-bottom: 1px solid #d3d3d3;
    display: table;
    padding: 10px 10px 4px;
    width: 100%;
}
.QuotesContent {
    border: 1px solid #d3d3d3;
    display: table;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.QuotesAndNotes span small {
    color: #6f6f6f;
    font-size: 14px;
}
.voting_right {
    display: inline-flex;
    float: right;
    margin-top: -5px;
}
#sentence-example-content .voting_content .flag_button,
#sentence-example-content .voting_content .flagged {
    background-position: 0px -2px;
}
#sentence-example-content .count-up,
#sentence-example-content .count-down {
    vertical-align: top !important;
}
.count-up {
    color: darkgray;
    height: 13px;
    font-size: 14px;
    vertical-align: bottom;
}

.voting_quote .count-up,
.voting_quote .count-down {
    position: relative !important;
    top: -10px !important;
}
.count-down {
    margin-left: 5px;
    color: darkgray;
    height: 13px;
    font-size: 14px;
    vertical-align: bottom;
}
.li_content {
    width: 85%;
    float: left;
}
#sentence-example-content .pipe {
    background-position: -1px -5px;
}
.pipe {
    background-image: url('/images/line.png') !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 4px !important;
    opacity: 1 !important;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
}
#examples-ul-content {
    margin-left: 0px !important;
    width: 100%;
}
#sorted_examples {
    margin-left: 0px !important;
    width: 100%;
}
.voting-flag {
}
.flag_button {
    margin-top: 1px;
    overflow: hidden;
}
.QuotesAndNotesVotingUp,
.QuotesAndNotesVotingDown,
.QuotesAndNotesFlag {
    display: inline-block;
    cursor: pointer;
}
.QuotesAndNotesFlag {
    height: 13px !important;
}
.QuotesAndNotesVotingDown {
    padding-left: 8px;
}
.QuotesVotingAndOther .quote_voting_content {
    float: left;
    font-size: 8px;
}

.QuotesVotingAndOther {
    float: left;
    padding-top: 5px;
    height: 34px;
    width: 100%;
}
.GoogleSocialButton {
    text-decoration: none;
    vertical-align: top;
}
.FacebookSocialButton {
    vertical-align: top;
    padding-bottom: 0.1em;
    padding-left: 0.35em;
    padding-right: 0em;
    padding-top: 0.1em;
}
.TwitterSocialButton {
    font-size: 24px;
    padding: 4px;
    vertical-align: top;
}
.SocialRight {
    float: right;
}
.resources_content h2 small {
    float: left;
    line-height: inherit;
}
.aTozSelectionlist {
    display: none;
}
.quotesByTheme a {
    text-transform: capitalize;
}
.resources_content h2 {
    text-transform: capitalize;
}
.searchSpan .search_fields {
    width: 80% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.search_button {
    width: 20% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.quotesHeading {
    text-align: left;
}
#quote_themes_content .quoteLeftTable {
    width: 100% !important;
}
#quote_authors_content .quoteLeftTable {
    width: 100% !important;
}
#quote_themes_content a {
    text-transform: capitalize;
}
#quote_authors_content a {
    text-transform: capitalize;
}
.selectedLink {
    background: none repeat scroll 0 0 #3487c5;
    color: #ffffff;
    display: inline-block;
    padding: 1px 0;
    text-align: center;
    width: 20px;
}
.authorBio {
    text-align: left !important;
    width: 100% !important;
    overflow: visible !important;
}

.QuotePinterestIcon {
    opacity: 0.75;
    width: 24px;
    height: 24px;
}
.QuoteTwitterIcon {
    width: 24px;
    height: 24px;
}
.quotesByPeople a {
    text-transform: capitalize !important;
}
.quotesByTheme a {
    text-transform: capitalize !important;
}
.linkcitesection {
    position: relative;
    right: 10px;
    bottom: 10px;
}
.quoteLeftTable td {
    text-align: left !important;
}
.linkcitesection {
    width: 100%;
    text-align: center !important;
}
p {
    text-rendering: auto !important;
}
.famousQuotesHeading {
    clear: both;
    text-align: left;
    margin-bottom: 10px !important;
    float: left;
}
.definitions_slider {
    clear: both !important;
    width: 100% !important;
    margin-top: 5px;
    margin-bottom: 10px;
}
.quotesTables .sortable_headers {
    background-image: none;
    margin-left: inherit;
    padding: 0.5625em 0.625em;
}
.quotesTables table {
    border-collapse: inherit !important;
    border-spacing: 2px !important;
    border: 1px solid #dddddd;
}
#quote_authors_content table {
    border-collapse: inherit !important;
    border-spacing: 2px !important;
    margin-bottom: 1px;
    border: 1px solid #dddddd;
}
#quote_themes_content table {
    border-collapse: inherit !important;
    border-spacing: 2px !important;
    border: 1px solid #dddddd;
}
.leftQuoteHeading {
    text-align: left;
}
.rightQuoteHeading {
    text-align: right;
}
.quotesTables {
    float: left;
    width: 100%;
}
.quotesby {
    text-transform: capitalize;
    width: 75%;
}
.pagination-centered {
    width: 100%;
    display: table;
    clear: none !important;
}
.author_link_tag {
    text-transform: capitalize;
    font-style: italic;
}
.quoteTopPagination {
    clear: both;
    padding-bottom: 5px !important;
}
.none {
    display: none;
}
.QuoteByTheme h6 {
    font-size: 1.3em;
}
.quotesByTheme .moreRightOption {
    top: 10px !important;
}
.quotesSocial {
    margin-bottom: -25px !important;
}
.theme_bottom_p {
    float: left;
}
#UserWordList_container .quotesTables {
    margin-top: 0px;
}
#quote_authors_main li {
    text-transform: capitalize;
    word-wrap: break-word;
}
#quote_authors_main p {
    position: relative;
    top: 5px;
}
.authors_links {
    padding-right: 3px;
}
.browseContainer {
    display: none;
}
.top_pagination_by_word {
    position: relative;
}
.bottom_pagination_by_word {
    position: relative;
}
.top_pagination_by_word .QuotesContent {
    position: relative;
}
.bottom_slider {
    position: relative;
}
#quote_authors_main {
    padding-bottom: 15px !important;
}
#quote_authors_main h1 {
    margin-bottom: 0px !important;
}
#quote_authors_main .pagination-centered ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
#quote_authors_main .quoteLeftTable {
    margin-bottom: 5px !important;
    margin-top: 10px;
}
#quote_pagination_content ul.pagination {
    margin-bottom: 5px !important;
}
@media (min-width: 330px) {
    .disqusDivContent {
        margin-top: 30px;
    }
    .index_pagination ul.pagination {
        height: 2.8em !important;
    }
    #quote_authors_main .pagination-centered ul.pagination {
        height: 1.8em !important;
    }
}
@media (max-width: 1300px) {
    .main_page {
        display: block !important;
    }
}
.quote_heading {
    margin-top: 0px !important;
}
#main-search-container {
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
}

.quoteAuthorNames {
    word-wrap: break-word;
}

.funny_quote_section {
    border: 1px solid #c6c6c6;
    background: #eee;
    padding: 12px 10px 0px;
    margin-bottom: 24px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.funny_quote_img {
    border: 1px solid #c6c6c6;
    background: #fff;
    padding: 6px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    display: block;
}
.funny_quote_p {
    width: 100%;
}
.fb_social_nav_button {
    width: 85px;
}
.google_social_nav_button,
.twitter_social_nav_button {
    width: 78px;
}
.bottom_center_div {
    width: 100%;
    clear: both;
    height: 20px;
}
#pictureContainer {
    width: 100%;
    position: absolute;
    padding-bottom: 40px;
}
.item {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    transition: opacity 0.4s ease-in-out;
    width: 280px;
}
.item-image {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.sharing-section img {
    width: 20px;
}
.sharing-section {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.sharing-left-side {
    display: inline-block;
    float: left;
    font-size: 0.875em;
    margin-bottom: -5px;
}
.sharing-right-side {
    display: inline-block;
    float: right;
    text-align: right;
}
.sharing-right-side a img {
    display: inline-block;
}

.item.quote_pic .sharing-left-side, .item.quote_pic .sharing-right-side {
    display: block;
    float: none;
    margin-bottom: 0px;
}

.item.quote_pic .voting_right {
    display: flex;
    float: none;
    justify-content: center;
}

.item.quote_pic .sharing-right-side a.share-with-twitter {
    display: inline-block;
}

.item.quote_pic .sharing-right-side a.share-with-twitter img {
    display: block;
}

.item.quote_pic .sharing-right-side {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 5px;
}

.item.quote_pic .sharing-right-side > a, .item.quote_pic .sharing-right-side > .fb-share-button {
    margin-left: 3px;
    margin-right: 3px;
}

#pictureContainer {
    display: none;
}
.pictureQuotesHeading {
    display: block !important;
    clear: both;
    margin-bottom: 0px;
}
.pictureQuotesDescp {
    margin-bottom: 5px;
    margin-top: 0;
}

.quotePicturesHomeContent .item {
    float: left !important;
    position: relative !important;
    width: 33% !important;
}

#QuotePopup img {
}
.fullpopupimage {
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 99999;
}
.quote-reveal-modal {
    padding: 0.4em !important;
}

.fullpopupimage {
    padding: 20px 2px 1px 2px;
}
.sharing-popup {
    float: right;
    width: 120px;
}
.sharing-popup img {
    float: right;
    margin-left: 5px;
    width: 30px !important;
}
.sharing-popup-left {
    float: left;
    width: 75%;
}
#waterfall-loading {
    display: none !important;
}
.quote_image_loding {
    width: 100%;
    text-align: center;
}
.quote_image_loding img {
    text-align: center;
}
#quoteGridContent {
    display: table;
    min-height: 400px;
}
.add_words {
    width: 80% !important;
    z-index: 99999 !important;
    left: 50% !important;
    top: 12% !important;
    position: fixed !important;
    margin-left: -40% !important;
}
.Picture_quotes_text {
    width: 100%;
    float: left;
}
.Picture_quotes_text span {
    float: right;
    font-size: 15px;
}
.QuotePicturefacebookIcon {
    opacity: 0.75;
}
#list-details-wrapper {
    float: left;
    width: 100%;
}
.all-words-list-user {
    float: left !important;
}
#dictionary-data-section {
    border: none !important;
    margin-top: 10px;
}

.ui-menu .ui-menu-item:first-child a {
    padding-left: 0px !important;
    font-weight: bold !important;
    font-size: 17px !important;
}
#bottom-login {
    display: none;
}
#top-login {
    display: block;
}
.author_li {
    padding-left: 0px !important;
    font-weight: bold !important;
    font-size: 17px !important;
}
#add-word-content {
    display: inline;
}
#add-word-list-title {
    display: none;
}
.sentences-title {
    display: none;
}
.sent-exmp {
    display: inline-block;
}
#header-ad {
    text-align: -webkit-center !important;
    position: fixed;
    background-color: white;
    width: 100% !important;
    height: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}
@media only screen and (max-width: 1160px) {
    .promo-unit-content h4 {
        font-size: 14px !important;
    }
    .promo-unit-content ul {
        font-size: 12px !important;
        margin-left: 20px !important;
    }
    .promo-unit-content .button {
        font-size: 11px !important;
    }
    #promo-unit-1 {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 150px;
        height: 260px;
    }

    #promo-unit-2 {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 150px;
        height: 260px;
    }
}

@media only screen and (max-width: 1024px) {
    .fields_4pics input[type='text'],
    .fields_4pics input[type='text']:focus {
        background: transparent url('/images/yd-4pics-tiles.png') no-repeat
            scroll 0 0 / 350px 35px;
        font-size: 14px;
        height: 35px;
        letter-spacing: 20px;
        text-indent: 18px;
        width: 350px;
    }
    #searchWFButton {
        height: 35px !important;
        font-size: 15px !important;
    }
    .fields_words-with-friends-cheat input[type='text'],
    .fields_unscramble input[type='text'],
    .fields_unscramble input[type='text']:focus,
    .fields_words-with-friends-cheat input[type='text']:focus {
        background: transparent url('/images/wf-enter-tiles.png') no-repeat
            scroll 0 0 / 350px 35px;
        font-size: 14px;
        height: 35px;
        letter-spacing: 19px;
        text-indent: 9px;
        width: 350px;
    }
    .rememberTiles {
        font-size: 11px !important;
    }
    .wordFinderTitle {
        font-size: 13px !important;
    }
    .floating-header .main-search input.scrabbleInputs {
        width: 22px !important;
        height: 22px !important;
        font-size: 13px !important;
    }
    .searchImage {
        width: 85px !important;
    }
    .backgroundHeading h1,
    .textcenter h1,
    .fifth div h1,
    .desktopSilder .browse-box-section .definitions_slider h2 {
        font-size: 34px !important;
    }
    .firstSlide h1,
    .thirdSlide h1,
    .secondSlide h1 {
        font-size: 38px !important;
    }
    .dictionarySection1 span,
    .dictionarySection2 span {
        margin-right: 15px !important;
    }

    #add-word-content {
        display: none !important;
    }
}
@media only screen and (max-width: 850px) {
    .fields_words-with-friends-cheat input[type='text'],
    .fields_unscramble input[type='text'],
    .fields_unscramble input[type='text']:focus,
    .fields_words-with-friends-cheat input[type='text']:focus {
        background: transparent url('/images/wf-enter-tiles.png') no-repeat
            scroll 0 0 / 300px 30px;
        font-size: 12px;
        height: 30px;
        letter-spacing: 16px;
        text-indent: 7px;
        width: 300px;
    }
    .fields_4pics input[type='text'],
    .fields_4pics input[type='text']:focus {
        background: transparent url('/images/yd-4pics-tiles.png') no-repeat
            scroll 0 0 / 300px 30px;
        font-size: 13px;
        height: 30px;
        letter-spacing: 16px;
        text-indent: 13px;
        width: 300px;
    }
    #searchWFButton {
        height: 30px !important;
        padding: 0 5px !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;
    }
    #example_ad_mobile_only {
        display: none !important;
    }
    /*#example_ad_mobile_only_after_5 {
		display: none !important;
	}*/
}
@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;
    }
    .wordListHomeLeft {
        width: 100% !important;
    }
    .wordListRight {
        width: 100% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #example_ad_mobile_only {
        display: none !important;
    }
    /*#example_ad_mobile_only_after_5 {
		display: none !important;
	}*/
}

@media only screen and (max-width: 768px) {
    .wordFinderFloating .searchField {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .floating-header .main-search input.scrabbleInputs {
        height: 23px !important;
        width: 23px !important;
    }
    .also_mention_box,
    .nearby_all {
        min-height: inherit !important;
    }

    .panel {
        padding: 10px 1.25em !important;
        min-height: 0px !important;
    }
    ul.also-mentioned-in {
        padding: 0 10px !important;
        margin: 0 !important;
    }
    ul.greybullets {
        padding: 0 10px !important;
        margin: 0 !important;
    }
    .quotes_parent #dictionary-data-section {
        margin-top: 0px !important;
    }
    h1.quote_heading {
        text-align: left !important;
    }
    .google-300-250-ads-mobile {
        width: 300px !important;
        height: 250px !important;
    }
}
@media only screen and (max-width: 750px) {
    .definition_section .index_pagination ul.pagination li {
        margin-left: -3px !important;
    }
}
@media only screen and (min-width: 750px) and (max-width: 1100px) {
    .definition_section .index_pagination ul.pagination li {
        margin-left: -5px !important;
    }
}
@media only screen and (max-width: 750px) {
    .thesaurus_parent .def-content-section,
    .sentence_parent .def-content-section {
        width: 100% !important;
    }
    table.quoteRightTable {
        padding-left: 3px;
        padding-right: 3px;
    }
    .nearbyBox .panel ul.greybullets {
        padding: 0 15px !important;
        margin-bottom: 0px !important;
    }
    #quoteHomeHead {
        text-align: left !important;
    }
    .def-content-section h2 {
        word-break: break-all;
    }
    .pop-box {
        width: auto !important;
    }

    #quote_authors_main h1 {
        text-align: left !important;
    }
    #example_ad_mobile_only {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
    .google-300-250-ads-mobile {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
    #ad300 div div,
    #mobile-ad-quotes div div div {
        margin-left: auto;
        margin-right: auto;
    }
    #sentence-example-content .main-row .row .twelve .breadcrumbs {
        margin-top: 0px !important;
    }
    .pagination li a {
        display: block;
        padding: 0;
        color: #999999;
        line-height: 32px;
        margin-right: 20px;
        font-weight: bold;
    }
}
@media (min-width: 765px) and (max-width: 850px) {
    #quoteHomeHeadInd {
        width: 68% !important;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
    #quote_counter {
        position: absolute !important;
        top: 26px !important;
        right: 55px;
    }
}

.def-section {
    clear: both;
    float: left;
    width: 100%;
}
.def-logo-section {
    margin-top: 15px;
    float: right;
    display: block;
    text-align: right;
}
.def-content-section {
    float: left;
    width: 66%;
}
#example_ad_mobile_only {
    margin-bottom: 10px;
}
#ydHomePageAd #ad300 div {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}
.gsc-search-button input {
    background-color: #3487c5 !important;
    color: white !important;
}
td.gsc-input {
    padding-right: 0px !important;
}
input.gsc-input {
    width: 300px !important;
    box-shadow: none;
}
td.gsc-search-button {
    width: auto !important;
}
table.gsc-search-box td.gsc-input {
    width: 300px;
}
#wordfinder_content aside .panel {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
@media (max-width: 780px) {
    #article_main_content ins.adsbygoogle {
        float: right;
        margin-left: 5px;
    }
}
@media (min-width: 750px) {
    .fixed {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999999;
        position: fixed;
    }

    #wordfinder_content aside .panel {
        width: 300px;
    }
}
#wordfinder_content .panel .pagination-centered ul {
    padding: 0;
    margin: 0;
}
.slider-links {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.words_finder_wordlists .panel a {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.gs-title {
    height: auto !important;
}
.gs-title a {
    line-height: 20px !important;
    display: block !important;
    text-align: left !important;
}
.gsc-result {
    margin-bottom: 0px !important;
}
#socialIconsList li {
    display: inline-block !important;
}
#socialIconsList {
    padding-top: 5px;
    padding-bottom: 5px;
    display: table;
    list-style-type: none !important;
}
#article_main_content h2 {
    display: block !important;
}
.nearby_all hr,
.also_mention_box hr {
    margin: 10px 0 !important;
}
.also_mention_box,
.nearby_all {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px !important;
}
.bottomGraphicAdd1 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.bottomGraphicAdd2 {
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.about_h3 {
    margin-top: 10px;
}
#ydHomePageAd {
    margin-top: 5px;
    margin-bottom: 10px;
}

.dataTables_wrapper {
    padding-bottom: 5px !important;
}
.QuotesAndNotes .quote_tags {
    font-size: 13px;
}
.quote_tags {
    font-size: 14px;
    line-height: 1.2;
}
#ydHomePageAd #UserWordList_container {
    float: none !important;
    display: inline-block;
}
.words_finder_wordlists .panel p,
.words_finder_wordlists .panel h3 {
    text-align: center;
}
.wordlist-wordfinder-ui {
    line-height: 20px !important;
}
.pagination-centered .pagination {
    height: auto !important;
    margin-left: 0px;
}
.bx-clone {
    display: none;
}
.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
}

.bx-viewport li {
    min-height: 1px;
    min-width: 1px;
    list-style-position: inside;
}
.bxSliderLoader {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.leftQuoteHeading,
.rightQuoteHeading {
    white-space: nowrap;
}
.quote_pic img.quotepicturesrc {
    width: 100% !important;
}
.quotes_parent #UserWordList_container {
    background: none !important;
}
.quotesSliderBottom {
    padding-top: 15px;
}
h1.AbbrParagraph_h1 {
    margin-bottom: 10px;
    float: none;
    clear: none;
}
.reveal .fa {
    font-family: 'FontAwesome';
    font-style: normal;
}
#breadCrumbAndSocial .socialbreadcrumbs {
    height: 65px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
#breadCrumbAndSocial .socialbreadcrumbs li {
    padding-top: 0px !important;
    padding-right: 0px;
    padding-left: 10px;
}
#breadCrumbAndSocial .breadcrumbs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    overflow: inherit !important;
}
.quotesBox,
.synonym_box {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    float: none !important;
    clear: both;
}
.wordfinderloader td {
    text-align: center;
}
.wordfinderloader {
    display: table;
    position: absolute;
}
.definition_section .index_pagination ul.pagination {
    width: 83.3333%;
}
.definition_section .index_pagination ul.pagination li {
    margin-left: 0px;
}
#configure_cards .input_fields label {
    display: inline;
}
.shareWithFacebook img,
.share-with-twitter img {
    width: auto !important;
    height: 20px !important;
}
.quotePictureTopPagination,
.quotePictureBottomPagination {
    display: none;
}
.quoteLeftTable tr td,
.quoteRightTable tr td {
    width: 50%;
}
#header-ad div div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
#quote_Search_form div a i img {
    margin-top: 8px !important;
    margin-left: 1px;
}
#quote_Search_form div a {
    height: 37px !important;
}
#quote_Search_form div input#search_term {
    height: 37px !important;
}
.words_finder_wordlists #ad300 {
    margin-bottom: 20px;
}
#ydHomePageAd #ad300 {
    margin-bottom: 20px !important;
}
#UserWordList_container .quotesByTheme {
    margin-bottom: 0px !important;
}
.fb_dialog_advanced {
    z-index: 99999999999 !important;
}
#article_main_content p {
    overflow: visible !important;
}
#ad11 {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    display: inline-block;
}
.words_finder_wordlists .definitionSocialRight {
    display: inline-block;
}
.close {
    display: none;
}

#quote_box {
    border: 1px solid grey;
}
#internal_quote_box {
    padding: 5px;
    display: inline-block;
    width: 89%;
}
#quoteHomeHeadInd {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    position: relative;
    top: 10px;
}
#quote_counter {
    float: right;
    display: inline-block;
    position: relative;
    font-weight: bold;
    top: -23px;
}
#linkcite {
    float: right;
    display: inline-block;
    background: url('/images/qdp_linkcite_icon.png') no-repeat scroll 0% 0%
        transparent;
    width: 34px;
    height: 34px;
}
#linkcite_link_text {
    text-transform: uppercase;
    position: relative;
    top: -7px;
}
#quote_prev_link {
    background: url('/images/qdp_back_button.png') no-repeat scroll 0% 0%
        transparent;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    margin-top: 5px;
}
#quote_next_link {
    background: url('/images/qdp_forward_button.png') no-repeat scroll 0% 0%
        transparent;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
#quote_text {
    font-size: 27px;
    line-height: 1.5;
}
.quote_tags {
    clear: both;
}

#author_info {
    clear: both;
}
.open_paragraph {
    background: url('/images/qdp_left_quote.png') no-repeat scroll 0% 0%
        transparent;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.close_paragraph {
    background: url('/images/qdp_right_quote.png') no-repeat scroll 0% 0%
        transparent;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.quotesocial {
    float: right;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.inline_quote_link {
    text-decoration: none;
    color: black;
}
#author_info {
    margin-left: -23px;
    margin-top: 10px;
}
#author_info ul {
    list-style-type: none;
    padding-left: 0px;
    clear: both;
}
#author_info ul li {
    float: left;
    min-width: 100px;
    display: inline;
}
#quote_detail_table tr,
#quote_detail_table td {
    border: none;
}
.noPicture {
    margin-top: 13px;
    margin-bottom: 15px;
}
#quote_author_attribution {
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
    margin-top: 13px;
}
#quote_form {
    clear: both;
}
.arrow-circle {
    display: block;
}
.absolute-arrow-circle {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: 40px;
    z-index: 999;
}
.absolute-arrow-circle img {
    width: 300px;
}
.arrow-circle img {
    clear: both;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
@-moz-document url-prefix() {
    #quote_picture img {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #quote_picture img {
        max-width: 100%;
    }
}

@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: 83px !important;
        height: 36px !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;
    }
    .wordFinderSection {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    #definitions_panel .customYdLogo {
        margin-top: -125px !important;
    }
    .def-logo-section {
        margin-top: 35px;
        float: left;
        width: 100%;
        clear: both;
    }
    .backgroundSection img {
        display: none;
    }
    .wordListRight {
        display: none;
    }

    .pagerHeadingSection .quoteTopPagination {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 750px) {
    .backgroundHeading {
        margin-top: 40px !important;
    }
    .backgroundHeading h1 {
        margin-left: 50px !important;
    }
}
@media only screen and (min-width: 750px) {
    /* Font Changes */
    .pagerHeadingSection .pagination-centered .pagination {
        margin-bottom: 0;
    }
    .pagerHeadingSection #quoteHomeHead {
        display: inline;
    }
    .pagerHeadingSection .quoteTopPagination {
        margin-top: 10px;
    }
    .wordListHome .wl_description {
        font-size: 22px;
    }
    #all-words-list-wrapper hr,
    .wordListHome hr {
        display: block !important;
    }
    #all-words-list-wrapper #recent-yd-wordlist-table {
        border-collapse: collapse !important;
    }
    #all-words-list-wrapper #recent-yd-wordlist-table thead {
        border-bottom: 1px solid #c8c8ca !important;
    }
    #all-words-list-wrapper #user_word_list_content table,
    #all-words-list-wrapper #user_word_list_content table td,
    #all-words-list-wrapper #user_word_list_content table tr,
    #all-words-list-wrapper #user_word_list_content table th {
        background-color: #e7e8ea;
        border-color: #e7e8ea;
    }
    #all-words-list-wrapper #user_word_list_content h2 {
        margin-left: 10px;
    }
    .wordListHome #create_wordlist_button {
        background: #f69824 !important;
        border-color: #f69824;
    }
    .wordListHome h1 {
        padding-top: -7px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .wordListHome {
        width: 100%;
        float: left;
    }
    .wordListHomeLeft {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
        width: calc(100% - 280px);
        float: left;
    }
    .wordListRight {
        float: right;
        width: 250px;
    }
    #flash-cards-navigation span#prev,
    #flash-cards-navigation span#next {
        height: 35px !important;
    }
    .bx-wrapper .bx-prev {
        left: -28px;
        background: url(/images/browse-left.png);
        background-size: 35px;
    }

    .bx-wrapper .bx-next {
        right: -25px;
        background: url(/images/browse-right.png);
        background-size: 35px;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        margin-left: -13px;
        outline: 0;
        width: 35px;
        height: 35px;
        text-indent: -9999px;
        z-index: 88;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: 0 0;
    }

    aside .resources_content .arrow-circle img {
        margin-top: -19px;
    }
    aside .resources_content {
        padding-top: 0px !important;
    }
    .desktopGray h3 {
        font-size: 20px;
    }
    #inline-search {
        display: none;
    }
    .desktopGray {
        border: 1px solid #cccccc;
        background-color: #e7e8e9;
        clear: both;
        float: left;
        padding: 20px 20px;
        width: 100%;
    }
    .desktopGray .arrow-circle img {
        margin-top: -42px !important;
        float: none !important;
        width: auto !important;
    }
    .browse-box-section h2 {
        font-size: 1.6875em !important;
        margin-left: 20px;
    }
    .browse-box-section p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .browse-box-section {
        border: 1px solid #cccccc;
        background-color: #e7e8e9;
        padding-bottom: 1px;
        padding-top: 10px;
        float: left;
        width: 100%;
    }
    .browse-box-section .bx-wrapper .bx-pager {
        padding-top: 0 !important;
    }
    .browse-box-section .definitions_slider .bx-wrapper .bx-viewport {
        background-color: #e7e8e9 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .quotesTables table th {
        padding-bottom: 25px !important;
    }
    .quotesTables table,
    .quotesTables table th,
    .quotesTables table td {
            border: none !important;
        background: #e7e8ea !important;
    }
    .quotesTables table tr,
    .quotesTables table td {
        background: #e7e8ea !important;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .quotesTables table {
        padding: 10px 15px 20px;
        border: 1px solid #cccccc !important;
    }
    .quotesTables .leftQuoteHeading a,
    .about_h3 h3 a {
        color: #3e3e3f;
    }
    .backgroundHeading {
        background: white none repeat scroll 0 0;
        opacity: 0.8;
        overflow: hidden;
        position: absolute;
        margin-top: 140px;
    }
    .backgroundHeading h1 {
        margin: 0 0 0 150px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    p,
    li,
    td {
        font-size: 15px;
    }
    .layout {
        margin-top: 20px;
    }
    .promo-unit-content li a,
    .promo-unit-content li,
    .promo-unit-content h4 {
        font-size: inherit !important;
    }
    .section hr:last-child {
        display: none;
    }
    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';
    }
    .bottomBoxes .quote_heading,
    .bottomBoxes .synonym_heading {
        width: auto !important;
    }
    .bottomBoxes .synonym_more,
    .bottomBoxes .quotes_more {
        width: auto !important;
    }
    .quotesBox hr,
    .synonym_box hr {
        margin: 0;
        top: -10px;
        position: relative;
    }
    .panel {
        background-color: #e7e8e9;
    }
    .inner_wl_content {
        padding-top: 1px !important;
        margin-top: -2px !important;
    }
    .quotesBox,
    .synonym_box {
        background: #e7e8ea none repeat scroll 0 0;
        padding-right: 15px;
    }
    .panel .right,
    .bottomBoxes .right {
        text-align: right;
    }
    .panel .right a,
    .bottomBoxes .right a {
        font-size: 16px !important;
        font-family: 'Ek Mukta Light';
        text-transform: uppercase;
        margin-top: -3px;
        display: inline-block;
    }
    .QuoteByTheme,
    .leftQuoteHeading a,
    .rightQuoteHeading a {
        font-size: 16px !important;
        font-family: 'Ek Mukta Light' !important;
        text-transform: uppercase !important;
    }
    .moreRightOption span a {
        font-size: 15px !important;
        text-transform: uppercase !important;
    }
    .bottomBoxes p,
    .inner_wl_content p {
        font-size: 15px !important;
    }

    .bottomBoxes a,
    .inner_wl_content .see_more_wl a,
    .word_list_content .panel .see_all_wordlist_link a {
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .bottomBoxes h4 {
        margin-left: -10px !important;
    }
    #dictionary-data-section .resources_content h2:first-child {
        font-size: 45px;
    }
    .panel.resources_content strong a.right_link,
    .about_h3 .right_link strong a {
        font-size: 15px;
    }
    #all-words-list-wrapper #user_word_list_content .last-row-for-public-list a,
    .panel.resources_content a.right_link,
    .funny_quote_section .right_link,
    .about_h3 .right_link a {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 15px;
        display: block;
        text-align: right;
    }
    .panel.resources_content h6 {
        font-size: 18px !important;
        text-transform: uppercase;
        font-weight: normal;
    }
    .word_list_content .panel h3 {
        margin-top: 20px;
    }
    .browse-box-section h2,
    .about_h3 h3,
    .desktopGray h2,
    .quotesTables .leftQuoteHeading a,
    .funny_quote_section h3 a,
    .panel.resources_content h5,
    .bottomBoxes h4,
    .inner_wl_content h3 a,
    .word_list_content .panel h3,
    .word_list_content .panel h3 a,
    .words_finder_wordlists .panel h3 {
        font-size: 26px !important;
        font-family: 'Ek Mukta Extra Light';
        text-transform: uppercase;
        font-weight: normal;
        clear: both;
    }
    .panel h4 {
        font-size: 26px;
        font-family: 'Ek Mukta Extra Light';
        text-transform: uppercase;
        font-weight: normal;
    }
    .nearby_all hr,
    .also_mention_box hr,
    .panel hr {
        display: none;
    }
    .panel li,
    .panel li a {
        font-size: 15px;
    }
    .tab-content .content small {
        font-size: 10px;
    }

    .main_entry_pos,
    .custom_entry_pos {
        font-size: 15px !important;
    }
    nav .top-bar-section li a {
        font-size: 14px;
        font-family: 'Ek Mukta Light';
        font-weight: normal;
        text-transform: uppercase;
    }
    .definitionpages .breadcrumbs li a {
        font-size: 13px !important;
        font-family: 'Ek Mukta Light';
        color: #3995d9;
    }
    .layout .pagination-centered ul {
        border-bottom: 1px solid #bab9b7;
        width: 90%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .layout .pagination-centered ul li {
        padding-right: 30px;
    }
    .inline-list li a {
        font-family: 'Ek Mukta Light';
        text-transform: uppercase;
        font-size: 15px !important;
    }
    .layout .footer_content small {
        color: #efe4e0;
    }
    .layout .footer_content small {
        font-family: 'Ek Mukta Light';
        font-size: 11px !important;
    }
    .layout .footer_content {
        padding-top: 24px;
    }
    .layout .pagination-centered {
        max-width: 100% !important;
        height: 170px;
        background-color: #0d395c;
        position: relative;
        z-index: 30;
    }
    .layout .pagination-centered hr {
        display: none;
    }
    .disqusBox h2 {
        font-size: 30px !important;
        font-family: 'Ek Mukta Extra Light';
        font-weight: normal;
    }
    .my_word_lists_h3 {
        font-size: 26px !important;
        font-family: 'Ek Mukta Extra Light';
        text-transform: uppercase;
        font-weight: normal;
    }
    .see_more_wl {
        text-transform: uppercase;
    }

    /* Font Changes */
}
@media only screen and (min-width: 751px) and (max-width: 1050px) {
    .quote_heading a {
        font-size: 32px !important;
    }
    #floaterContainer .logo-header {
        width: 80px;
        margin-top: 0px !important;
        margin-bottom: 1px !important;
    }
    .floating-nav nav .top-bar-section li a {
        font-size: 12px !important;
    }
    #headwordButtons .floaterButtons {
        font-size: 12px !important;
        height: 36px !important;
    }
    #headwordButtons {
        margin-top: 0px !important;
        vertical-align: top !important;
    }
    #floater {
        width: 250px !important;
        margin-top: -6px;
    }
    #floater img {
        width: 75px !important;
    }
    .floating-header .searchButton .button {
        height: 36px !important;
        width: 36px;
    }
    #main-search-container {
        margin-top: 0px;
    }
    .floating-header .searchField #yd_search_bar #yd_search_bar_nofloat {
        height: 36px !important;
    }
    .floating-header .search_icon_symbol img {
        width: 19px;
    }
    #floater .social {
        margin-top: 13px !important;
    }
    .wordFinderFloating #YdSearchContainer {
        margin-top: 0px !important;
    }
    #headwordButtons .floaterButtons {
        margin-bottom: 0px !important;
    }
    #floater_small_buttons {
        margin-top: 0px !important;
    }
    .floating-nav .top-bar-section li a:not(.button) {
        padding-left: 5px !important;
    }
    .floating-nav {
        margin-bottom: -15px !important;
    }
    .floating-header {
        padding-top: 7px !important;
    }
}

@media only screen and (min-width: 750px) {
    #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;
        top: 100px;
    }
    .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;
        position: fixed;
        top: 145px;
    }
    .top-bar.expanded .title-area {
        background: #0b395b;
    }
    #top_spacer {
        height: 230px;
        width: 100%;
        clear: both;
    }
}
.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: 9998;
    max-width: 100% !important;
    margin-bottom: 15px;
}
#headwordButtons .floaterButtons.active {
    background: #004b83 !important;
}
#headwordButtons .floaterButtons:hover {
    background-color: #1c70ae !important;
}
#headwordButtons .floaterButtons {
    background: #3995d9 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-weight: normal;
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    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 {
    width: 100%;
}
#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: 1px;
}
#floater .social {
    margin-top: 20px;
}
.margin_top_20 {
    margin-top: 20px;
}
.wordFinderFloating #YdSearchContainer {
    margin-top: 14px;
}
#floater img {
    width: 95px;
}

#floater {
    display: inline-block;
    float: right;
    text-align: right;
    width: 285px;
}
#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: 0px !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;
}
#quoteFormExCol {
    cursor: pointer;
}
#user_submitted_quote_quote_text {
    background-image: url('/images/quote-icon.png') !important;
    background-repeat: no-repeat;
    padding-left: 55px;
}
#user_submitted_quote_reference_url {
    background-image: url('/images/www-icon.png') !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    height: 45px;
    padding-left: 55px;
}
#user_submitted_quote_quote_author {
    background-image: url('/images/pen-icon.png') !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    height: 45px;
    padding-left: 55px;
}
#quoteFormContent input[type='submit'] {
    background: #939597 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    padding: 10px 15px;
}
.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: 506px;
    margin-top: 120px;
}
.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;
}
.backgroundHeading.wordfinderBox .section3 {
    padding-left: 20px;
}
.backgroundHeading.wordfinderBox .section3 span {
    margin: 0;
}
.wordfinderBox h1 {
    padding: 35px 33px !important;
}
.wordfinderBox p {
    padding: 0 35px 15px !important;
}
.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;
}
.learn-more {
    position: absolute;
    bottom: 30px;
}
.secondSliderHead {
    font-size: 55px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    top: 20px;
}
.backgroundSection {
    padding-bottom: 10px;
}
.newHomePageSection .backgroundSection .second {
    margin-top: -20px;
}
.YdHomePageNav {
    margin-top: 0px !important;
}
.dicImgs img {
    height: 130px;
    width: auto !important;
}
#homeSlider .secondSlideContent {
    margin-top: 40px;
    margin-bottom: 20px;
}
.dictionarySection1 span,
.dictionarySection2 span {
    margin-right: 25px;
}
.sliderSearch .search-input-field input {
    border: none !important;
}
#main-scrabble #fixed_h1 {
    width: 100% !important;
}
.newWordfinderIntro {
}
.wordFinderSection .wordfinderBox h1 {
    font-size: 40px !important;
}
.wordFinderSection .wordfinderBox {
    background: #e6e7e9 none repeat scroll 0 0 !important;
    opacity: 1 !important;
    overflow: auto !important;
    position: relative !important;
    width: 600px;
}
.wordFinderSection .backgroundHeading {
    margin-top: 4% !important;
}
.wordFinderBottom small {
    color: #545766;
}
.wordFinderTitle {
    font-size: 18px;
    color: #929292;
}
.WordFinderNavLeft {
    float: left;
}
.rememberTiles {
    font-size: 12px;
}
.rememberChkbox {
    display: none;
}
.wf4pics {
    background-image: url('/images/wf-4pics-home.jpg');
    min-height: 580px;
}
.wfHome {
    background-image: url('/images/wordfinder-background.jpg');
    min-height: 785px;
}
.wfGame {
    background-image: url('/images/wf-game.jpg');
    min-height: 580px;
}
.wordFinderSection {
    padding-top: 2%;
    padding-bottom: 2%;
    background-repeat: no-repeat;
    background-size: cover;
}
.wf_unscramble,
.wf_words-with-friends-cheat,
.wf_scrabble-dictionary {
    background: #3994d9;
    padding: 5px 3px 1px 5px;
    display: inline-block;
    margin-bottom: 5px;
}
.wf_unscramble .scrabbleInputs,
.wf_words-with-friends-cheat .scrabbleInputs,
.wf_scrabble-dictionary .scrabbleInputs {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3d74e+0,feae31+48,f3d74e+100 */
    background: #f3d74e; /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        #f3d74e 0%,
        #feae31 48%,
        #f3d74e 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0%, #f3d74e),
        color-stop(48%, #feae31),
        color-stop(100%, #f3d74e)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        -45deg,
        #f3d74e 0%,
        #feae31 48%,
        #f3d74e 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        -45deg,
        #f3d74e 0%,
        #feae31 48%,
        #f3d74e 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        -45deg,
        #f3d74e 0%,
        #feae31 48%,
        #f3d74e 100%
    ); /* IE10+ */
    background: linear-gradient(
        135deg,
        #f3d74e 0%,
        #feae31 48%,
        #f3d74e 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#f3d74e',
            endColorstr='#f3d74e',
            GradientType=1
        ); /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #e19a2b;
}
.wf_4pics {
    background: #191923;
    padding: 5px 3px 1px 5px;
    display: inline-block;
    margin-bottom: 5px;
}
.wf_4pics .scrabbleInputs {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,c5c5c5+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #f2f2f2 0%,
        #c5c5c5 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f2f2f2),
        color-stop(100%, #c5c5c5)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #f2f2f2 0%,
        #c5c5c5 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #f2f2f2 0%,
        #c5c5c5 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #c5c5c5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%, #c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#f2f2f2',
            endColorstr='#c5c5c5',
            GradientType=0
        ); /* IE6-9 */

    border: 2px solid #edeeec;
}
.main-search input.scrabbleInputs:focus,
.main-search input.scrabbleInputs:hover {
    box-shadow: none !important;
    -webkit-appearance: none;
}
.main-search input.scrabbleInputs {
    margin-bottom: 4px !important;
    width: 35px;
    height: 35px;
    box-shadow: none !important;
    -webkit-appearance: none;
}
.scrabbleInputs {
    border-radius: 4px;
    display: inline-block;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-transform: capitalize;
}
.searchImage {
    width: 100px;
    vertical-align: middle;
    cursor: pointer;
}
.wordFinderFloating .searchField {
    text-align: center;
}
#searchWFButton {
    background-color: #f59729;
    color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
    cursor: pointer;
    height: 45px;
    text-align: center;
    margin-left: -5px;
    border: 2px solid #de7225;
    font-family: 'Ek Mukta Extra Light' !important;
    text-transform: uppercase !important;
    vertical-align: top !important;
    border-radius: 0px !important;
}

/** Wordfinder Sreach Layout Fixes**/
.row,
.contain-to-grid .top-bar {
    max-width: 77em;
}
.ui-widget-header {
    border: 1px solid grey;
    background: darkgray;
}
#main-scrabble #fixed_h1 {
    width: auto !important;
    padding-bottom: 10px;
    float: left;
    display: inline-block;
    margin-top: -5px !important;
}
.newWordfinderIntro {
    padding: 10px 0;
    clear: both;
}
.WordFinderNavRight {
    max-width: 160px;
    float: left;
}
#main-scrabble .dataTables_wrapper .ui-toolbar {
    height: auto !important;
    padding: 30px 5px 10px 0 !important;
}
#main-scrabble .dataTables_info {
    text-align: right;
    float: right !important;
    color: black !important;
    font-size: 10px;
    margin-left: 20px;
}
#main-scrabble .table_title {
    top: 52px !important;
    color: black !important;
    left: 0 !important;
}
#main-scrabble .dataTables_length label {
    color: black !important;
}
#main-scrabble .ui-widget-header {
    background: #e7e8ea none repeat scroll 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

#main-scrabble table.searchResults th,
#main-scrabble table {
    border-top: 1px solid #939496 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    border-collapse: collapse !important;
}
#main-scrabble table.searchResults td {
    padding: 5px 5px 5px 5px !important;
    vertical-align: sub;
}
#main-scrabble table.searchResults tr th {
    padding: 15px 5px 15px 0 !important;
}
#main-scrabble table.searchResults tr.odd,
#main-scrabble table.searchResults tr.odd td.sorting_1 {
    background-color: #d3d3d3 !important;
}
#main-scrabble table.searchResults tr.odd,
#main-scrabble table.searchResults tr.even {
    padding: 5px 0 !important;
}
#main-scrabble table.searchResults tr.even,
#main-scrabble table.searchResults tr.even td.sorting_1,
#main-scrabble table tr {
    background-color: #e7e8ea !important;
}
#main-scrabble table tr .ui-state-default {
    background: none !important;
}
#main-scrabble section {
    margin-bottom: 30px;
    background-color: #e7e8ea !important;
    padding: 0 10px;
}
#main-scrabble div.DataTables_sort_wrapper {
    padding: 0 !important;
}
.backToTop a {
    float: left;
    width: 80px;
    color: #0a77d5 !important;
    cursor: pointer;
    padding-top: 2px;
}
#main-scrabble .dataTables_paginate .ui-button,
#main-scrabble .previous {
    border-right: 2px solid #d3d3d3 !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: none !important;
    color: #0a77d5 !important;
}
#main-scrabble .paging_full_numbers .ui-state-disabled {
    opacity: inherit;
    color: gray !important;
}
#main-scrabble .ui-state-disabled,
#main-scrabble .fg-button {
    background-color: #e7e8ea !important;
}

.goToTable {
    float: right;
    display: inline-block;
    font-size: 15px;
    width: 20%;
    text-align: right;
}
.backToTop {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: left;
}
#main-scrabble .dataTables_paginate {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: 60% !important;
    float: left;
}
.goToTable label {
    color: black !important;
}
.goToTable label select {
    width: auto !important;
}
.dataTables_wrapper .fg-toolbar:last-child .dataTables_info {
    display: none;
}
@media only screen and (min-width: 751px) and (max-width: 900px) {
    #main-scrabble .fg-toolbar .goToTable {
        margin-top: 0px !important;
    }
    #main-scrabble .dataTables_paginate {
        display: block;
        float: left !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        width: auto !important;
    }
    #main-scrabble .table_title {
        margin-bottom: 10px;
        top: 32px !important;
    }
    #main-scrabble .dataTables_length {
        float: left !important;
        clear: both;
    }
    #main-scrabble .dataTables_info {
        float: left !important;
        margin-bottom: 10px;
        text-align: left !important;
        width: auto !important;
    }
    #main-scrabble section {
        margin-bottom: 30px;
    }
    .fg-toolbar .backToTop {
        margin-bottom: 20px;
        claer: both;
    }
    #main-scrabble .dataTables_paginate {
        float: left !important;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 430px) {
    .goToTable {
        float: left !important;
    }
}
@media only screen and (max-width: 550px) {
    #main-scrabble .dataTables_info {
        margin-left: 0px !important;
    }
    #main-scrabble .fg-toolbar .goToTable {
        margin-top: 0px !important;
    }
    #main-scrabble .dataTables_paginate {
        display: block;
        float: left !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        width: auto !important;
    }
    #main-scrabble .dataTables_wrapper .ui-toolbar {
        padding: 30px 5px 0 0 !important;
    }
    #main-scrabble .table_title {
        margin-bottom: 10px;
        top: 32px !important;
    }
    #main-scrabble .dataTables_length {
        float: left !important;
        clear: both;
    }
    #main-scrabble .dataTables_info {
        float: left !important;
        margin-bottom: 10px;
        text-align: left !important;
        width: auto !important;
    }
    #main-scrabble section {
        margin-bottom: 30px;
    }
    .fg-toolbar .backToTop {
        margin-bottom: 20px;
        claer: both;
    }
    #main-scrabble .dataTables_paginate {
        float: left !important;
        margin-bottom: 5px;
    }
    .fg-toolbar .goToTable {
        float: left !important;
        clear: both;
    }
}
.center {
    text-align: center;
}
.wordFinderFloating .searchField {
    padding-right: 10px;
    padding-left: 10px;
}
.wordFinderFloating .searchButton {
    height: 50px !important;
}
.wordFinderFloating #form_submit_button {
    margin-left: -15px;
}
#yd_search_bar_mobile {
    padding: 0 10px;
}
.wfTopHead .goToTable {
    float: right;
}
.wfTopHead h1 {
    float: left;
}
.wfTopHead {
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #0a77d5 !important;
}
.wfSearchMainCont {
    display: inline !important;
}
#wordfinder_content .ad-after-table {
    clear: both;
}
@media only screen and (max-width: 450px) {
    .tileForm4pics input,
    .tileForm4pics input:focus {
        background: transparent url('/images/yd-4pics-tiles.png') no-repeat
            scroll 50% 50% / 100% 100%;
        font-size: 16px;
        letter-spacing: 15px;
        padding: 8px 0 6px 12px;
        text-indent: 0;
        width: 300px;
        border: 0 none;
        font-family: monospace;
        font-weight: bold;
        height: 2em;
        margin: 0 auto;
        overflow: hidden;
        text-shadow: 1px 1px rgba(255, 255, 255, 0.5),
            -1px -1px rgba(0, 0, 0, 0.9);
        text-transform: uppercase;
    }
    .wrap4pics {
        width: 100%;
    }
}
.scrabbleNewFields {
    border-radius: 0px !important;
}
.wfFloaterFields {
    display: inline-block;
    margin-bottom: 5px;
}
.quotesocial .pw-button__inner {
    display: none;
}
.quotesocial .pw-button-facebook {
    background-image: url('/images/qdp_fb_share_button.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    width: 90px;
}
.quotesocial .pw-size-small .pw-icon {
    height: 30px !important;
    width: 90px !important;
}

.sharing-right-side .pw-button__inner {
    display: none;
}
.sharing-right-side .pw-button-facebook {
    background-image: url('/images/facebook_share.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    width: 55px;
}
.sharing-right-side .pw-size-small .pw-icon {
    height: 22px !important;
    width: 55px !important;
}

.attribute_bubble {
    border-radius: 9px;
    background: #f69824;
    padding: 8px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-align: center;
    float: left;
    margin: 3px;
    cursor: pointer;
}

/* SLIDESHOW DIRECTION CONTROLS (NEXT / PREV) */
/* SLIDESHOW DIRECTION CONTROLS (NEXT / PREV) */

#slideshow-controls {
    float: right;
    margin-right: 20px;
}

#slideshow-prev a {
    background: url(/images/controls.png) no-repeat 0 0;
    background-size: 100px;
    width: 35px;
    height: 33px;
    z-index: 99;
    display: inline-block;
    text-indent: -9999px;
}

#slideshow-next a {
    background: url(/images/controls.png) no-repeat -43px -0;
    background-size: 100px;
    width: 35px;
    height: 33px;
    z-index: 99;
    display: inline-block;
    text-indent: -9999px;
}

#slideshow-next a.disabled {
    display: inline-block;
    background-position: -43px -32px;
}

#slideshow-prev a.disabled {
    display: inline-block;
    background-position: 0 -32px;
}

#slideshow-prev:hover {
    background-position: 0 0;
}

#slideshow-next:hover {
    background-position: -43px 0;
}
.slide_content_wrapper {
    width: 90%;
    padding-bottom: 8px;
}

#slide_counter {
    display: inline-block;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 1.0625rem;
    vertical-align: middle;
    height: 20px;
    margin: 0 35px;
}

.slide_image {
    position: relative;
    max-width: 435px;
    float: left;
    margin-right: 25px;
}
.slide_image .slide_image_caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    background: black;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    opacity: 0.7;
    line-height: 1.5em;
}
.inline_slide_wrapper {
    width: 295px;
    display: inline-block;
    padding-bottom: 10px;
}
.inline_slide {
    position: relative;
    width: 270px;
    height: 160px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.inline_slide .slide_image_caption {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    color: #ffffff;
    background: black;
    text-align: center;
    font-weight: bold;
    opacity: 0.7;
    line-height: 1.5em;
}

.featured_slide {
    position: relative;
    max-width: 630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.featured_slide .slide_image_caption {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    color: #ffffff;
    background: black;
    text-align: center;
    font-weight: bold;
    opacity: 0.7;
    line-height: 1.5em;
}

.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;
}
h1.slideshow_list_h1 {
    clear: both;
    text-transform: uppercase;
    text-align: center;
}
.play_overlay {
    position: absolute;
    width: 299px;
    height: 169px;
    background: url(/images/play-over.png) no-repeat center;
    z-index: 1;
    top: -10px;
    -ms-transform: scale(0.6, 0.6); /* IE 9 */
    -webkit-transform: scale(0.6, 0.6); /* Safari */
    transform: scale(0.6, 0.6);
}

.slideshow_sidebar {
    width: 300px;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cccccc;
    background: #e7e8ea none repeat scroll 0 0;
}

.slide_image_sidebar {
    position: relative;
    margin: 20px;
}
.slide_image_sidebar .slide_image_sidebar_caption {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    color: white;
    background: black;
    text-align: center;
    font-weight: bold;
    opacity: 0.7;
    line-height: 1.5em;
}
.pw-widget {
    text-align: center;
}
.pw-widget a {
    padding-right: 5px !important;
}
div.noshow {
    display: none;
}
.definitionpages {
    min-height: 1500px;
}
.display_ie_only {
    display: none;
}
#wordlist_dropdown {
    padding-top: 10px;
}
.orange_text_button {
    background-color: #f69824;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
    text-transform: lowercase;
}
.blue_text_button {
    background-color: #429ada;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
    text-transform: lowercase;
}
#adcontent
{
    width: 100%;
    text-align: center;
}
.slide_image_homepage {
    position: relative;
    width: 30%;
    margin: 1%;
    display: inline-block;
    text-align: center;
}
.slide_image_homepage .slide_image_homepage_caption {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    color: #0a77d5;
    background: #e7e8e9;
    text-align: center;
    opacity: 0.7;
    line-height: 1.5em;
}
.spanish_blurb {
    border: 1px solid #cccccc;
    background-color: #e7e8e9;
    margin-bottom: 20px;
    padding: 10px;
}
.spanish_pos {
    color: #808080;
    font-style: italic;
    display: block;
}
.spanish_pos_nobreak {
    color: #808080;
    font-style: italic;
}
.spanish_articles {
    width: 100%;
    text-align: justify;
    margin-left: 1em;
}
.resources_content_new {
    margin-bottom: 20px;
    width: 95%;
}
.linebreak {
    display: block;
}
.search_mini_form_input {
    width: 250px;
    line-height: 22px;
}
.search_mini_form_submit {
    background-color: #3995d9;
    color: white;
    border: none;
    line-height: 26px;
}
.ui-autocomplete-input {
    z-index: 99999999 !important;
}
.defH2 {
    display: inline;
}
@media only screen and (max-width: 768px) {
    .spanish_blurb {
        width: 100%;
    }
    .slide_image_homepage {
        position: relative;
        width: 265px;
    }
    .spanish_articles {
        text-align: inherit;
    }
    .resources_content_new {
        text-align: center;
    }
    .helper_text {
        display: none;
    }
    #spanish_dictionary_image {
        width: 80px;
    }
}
@media only screen and (min-width: 769px) {
    .spanish_blurb {
        width: 49%;
        min-height: 297px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .display_ie_only {
        display: block;
        font-weight: bold;
        color: red;
    }
}

.yd-share-icons {
    float: right;
    font-size: 0;
}

aside .yd-share-icons {
    float: left;
    margin: 10px 0 20px 0;
}

.yd-share-icons .yd-icons-label {
    border-right: 1px solid #ccc;
    color: #333;
    display: inline-block;
    float: left;
    font-family: 'Ek Mukta Light';
    font-size: 13px;
    height: 32px;
    line-height: 2.5;
    margin-right: 10px;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

aside .yd-share-icons .yd-icons-label {
    padding: 0 15px 0 0;
}

.yd-social-icon {
    border-radius: 100%;
    display: inline-block;
    height: 32px;
    margin-left: 5px;
    width: 32px;
}
.yd-social-icon a {
    display: flex;
    width: 100%;
    height: 100%;
}
.yd-social-icon svg {
    height: 60%;
    margin: auto;
}

.yd-icon-email {
    background-color: #36aec0;
}
.yd-icon-facebook {
    background-color: #395a97;
}
.yd-icon-plus {
    background-color: #cc3a2c;
}
.yd-icon-twitter {
    background-color: #55aeeb;
}

#breadcrumbs_social .yd-share-icons {
    float: none;
    margin: 15px auto;
}
.link-cite
{
    color: #3995d9 !important;
}
.ftr-inline
{
    padding-bottom: 5px;
}
.link-cite-print
{
    list-style-type: none;
    margin-bottom: 0;
}
#afs-middle
{
    width: 100%;
    display: inline-block;
}

/* Bookmark Us Styles */
#bkus {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 45px;
    background-color: #F79820;
    z-index: 98;
}

@media screen and (max-width: 1023px) {
  #bkus {
    display: none;
  }
}

.bkus-hidden {
    display: none;
}

.bkus-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 77em;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.bkus-logo img {
    max-height: 100%;
}

#bkus p {
    color: white;
    white-space: nowrap;
    font-size: 13px;
}

.bkus-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bkus-content p {
    margin: 0;
    flex-grow: 2;
}

.bkus-button {
    display: inline-block;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-size: 13px;
    margin: 0 0 0 2em;
    padding: 8px 15px;
    color: white;
}
.bkus-button:hover {
    background-color: #DB7B00;
    border-color: #DB7B00;
    color: white;
}

.bkus-close {
    opacity: 0.5;
    transition: opacity 300ms;
    margin: 0 0 0 20px;
}

.bkus-close:hover {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .bkus-button {
        font-size: 12px;
        padding: 8px 10px;
        margin: 0 0 0 1em;
    }
    .bkus-content {
        width: 100%;
    }
    .bkus-content p {
        font-size: 12px;
    }

.cc-revoke {
  display: none !important;
}




.forum-button-outside-nav {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 50px;
    top: -15px;
    z-index: 5;
}

.navBelowMenu {
    display: block;
    clear: both;
    background-color: white;
}

.navBelowMenu #breadcrumbs_social, .navBelowMenu .forumButtonWrapper {
    display: inline-block !important;
    width: auto;
    float: none !important;
}


.navBelowMenu .forumButtonWrapper {
    display: none;
    padding-left: 15px;
    margin: 15px 0px;
}

.forumButtonWrapper .forum-mobile-link {
    display: inline-block;
    background: url('images/forum/forum_icon.svg') no-repeat 50% 50% transparent;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: relative;
    top: 4px;
}

.forumButtonWrapper .forum-mobile-link:hover {
    background-image: url('images/forum/forum_icon_hover.svg');
}

.forum-popup-wrapper-mobile {
    display: none;
    margin: 0 -5px -5px;
    padding: 13px 15px;
    background: #F79820;
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    padding-right: 45px;
    transition: background-color 0.4s;
}

.forum-popup-wrapper-mobile:hover {
    background-color: #DB7B00;
}

.forum-popup-wrapper-mobile p {
    margin: 0px;
}

.forum-popup-wrapper-mobile .popup-close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.forum-popup-wrapper-mobile .popup-close-button:hover {
    opacity: 1;
}

.forum-popup-wrapper-mobile:after {
    display: block;
    content: '';
    border-style: solid;
    border-width: 8px 8px 0px;
    border-color: transparent;
    border-top-color: #F79820;
    position: absolute;
    top: 100%;
    right: 65px;
    transition: border-top-color 0.4s;
}

.forum-popup-wrapper-mobile:hover:after {
    border-top-color: #DB7B00;
}


@media (min-width: 760px){
    .forum-popup-wrapper-mobile, .navBelowMenu {
        display: none;
    }

    .forum-button-container {
        display: inline-block;
        position: relative;
    }

    .forum-button-container .forum-button {
        display: inline-block;
        background: url('images/forum/forum_icon.svg') no-repeat 50% 50% transparent;
        background-size: contain;
        width: 28px;
        height: 28px;
        position: relative;
        top: 4px;
    }

    .forum-button-container .forum-button:hover {
        background-image: url('images/forum/forum_icon_hover.svg');
    }

    .forum-button-container .forum-popup-wrapper {
        display: none;
        position: absolute;
        z-index: 99;
        top: 15px;
        right: 15px;
        border-radius: 50%;
        color: white;
        background-color: #F79820;
        width: 320px;
        height: 320px;
    }

    .forum-button-container .forum-popup-wrapper .popup-contents {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0px 50px;
        height: 100%;
        text-align: center;
    }

    .forum-button-container .forum-popup-wrapper h3 {
        color: inherit;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
    }

    .forum-button-container .forum-popup-wrapper p {
        margin-bottom: 1em;
        font-size: 15px;
        line-height: 23px;
    }

    .forum-button-container .forum-popup-wrapper .popup-close-button {
        background: #F79820;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 30px;
        color: rgba(255,255,255,0.5);
        transition: color 0.4s;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .forum-button-container .forum-popup-wrapper .popup-close-button:hover {
        color: white;
    }

     .forum-button-container .forum-popup-wrapper .popup-button {
         font-size: 15px;
         color: white;
         font-weight: bold;
         border-radius: 20px;
         padding: 10px 20px;
         background-color: transparent;
         border: 1px solid white;
         transition-property: background-color, border-color;
         transition-duration: 0.4s;
     }

     .forum-button-container .forum-popup-wrapper .popup-button:hover {
         border-color: #DB7B00;
         background-color: #DB7B00;
     }

     aside .forum-button-container {
         float: left;
         margin: 8px 15px 0px 10px;
     }

}


@media (max-width: 759px){
    .forum-button-container {
        display: none;
    }
}
