
/*------------------------------------*\
    RESET
\*------------------------------------*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

/*------------------------------------*\
    BASICS
\*------------------------------------*/
body {
    background: #f4fafb;
    color: #000;
    min-width: 320px;
}

body .home, body .general {
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNFM0YzRkUiIGQ9Ik0xMSw3YzAsMi4yMDktMS43OTEsNC00LDRsMCwwYy0yLjIwOSwwLTQtMS43OTEtNC00bDAsMGMwLTIuMjA5LDEuNzkxLTQsNC00bDAsMEM5LjIwOSwzLDExLDQuNzkxLDExLDcNCglMMTEsN3oiLz4NCjwvc3ZnPg0K);
	padding-bottom: 30px;
}

body, input, select, textarea {
    font-size: 16px;
}

a{
    color:  #00bdf2;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    -moz-transition: color 0.4s ease background-color 0.4s ease;
    -o-transition: color 0.4s ease background-color 0.4s ease;
    transition: color 0.4s ease background-color 0.4s ease;
}

a:hover {
    color: #2881c0;
}

.entryBilingual a,
.contentBlock .blockLinks li a {
    color: #1582c2;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.entryBilingual a:hover,
.contentBlock .blockLinks li a:hover {
    color: #003399;
}

/*------------------------------------*\
    FONT
\*------------------------------------*/
h1,h2,h3,h4,
label .headword,
.inputSuggestions .allSuggestions,
.contentBlock .readMore,
.statBlock .figure,
.statBlock .arabicfigure,
.senses h1,
.exampleGroup,
.senseGroup .back-to-top,
.sentence_dictionary .sentence,
.stageNumber,
.option,
.headpron,
.headsyllabified,
.headlinebreaks,
.newWord,
.top1000,
.subscriptionTable th,
.wotdBlock .headword-ofd {
    font-family: Cambria, Georgia, "Times New Roman", serif;
}

body,
select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
.secondaryHoverMenu h4,
.homograph,
.entryPageContent .exampleGroup .trg,
.entryPageContent .transivityStatement,
.partOfSpeech,
.tooltip,
.entryBilingual .collocate,
.entryBilingual .indicator,
.entryBilingual .indicator em,
.generalMainContent h3 {
    font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------------*\
    TYPE
\*------------------------------------*/
h1,h2 {
    color: #000;
    font-weight: normal;
}

h3 {
    font-size: 1.3em;
}

h4{
    font-size: 1.1em;
}

p {
    color: #000;
    margin-bottom: 1em;
}

/*------------------------------------*\
    PREVENT SELECTION
\*------------------------------------*/
.searchContain, 
.languageNavMenu{
    -moz-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
a.cta,.cta,input[type=submit] {
    background: #00bdf2 url("http://www.oxforddictionaries.com/external/images/button-no-arrow.png?version=2014-10-22-1640") no-repeat right;
    border: solid 1px #1582c2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 3px 10px;
}

a.cta:hover,.cta:hover,input[type=submit]:hover {
    background-color: #00a9d8;
    color: #fff;
    text-decoration: none;
}

a.cta:hover .icon-arrow-right,.cta:hover .icon-arrow-right,input[type=submit]:hover .icon-arrow-right {
    text-decoration: none;
}

a.cta .icon-arrow-right,.cta .icon-arrow-right,input[type=submit] .icon-arrow-right {
    float: right;
    opacity: .6;
    margin: 0 0 0 35px;
}

input.cta,input[type=submit] {
    background: #00bdf2 url("http://www.oxforddictionaries.com/external/images/button-arrow.png?version=2014-10-22-1640") no-repeat right;
    padding: 8px 60px 8px 10px;
}

.ctaLarge, input.ctaLarge {
    font-size: 22px;
    font-weight: normal;
    padding: 18px 120px 18px 20px;
    text-transform: uppercase;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
    background:#fff;
    padding:8px 0;
}

.logo{
    width:307px;
    float:left;
}
.logo-footer-panel, .socialLinks{
    float:right;
    width:200px;
    max-width:100%;
}
.logo-footer{
    display:inline-block;
    margin-top:15px;
    max-width:100%;
}

#navigation {
    background: #ccc;
}

#navigation li {
    float: left;
}

#navigation a {
    display: block;
    padding: 12px;
}

.searchContain{
    margin-top:4px;
    margin-bottom:4px;
    background-color: #fff;
    border-radius:25px;
    display:inline-block;
    padding:2px;
    border:3px solid #0080c7;
    position:relative;
}

.searchContain .dictionaryselector, .searchContain .csl {
    padding:8px 10px;
    margin:0;
    background-color:#0080c7;
    color:#fff;
    border:none;
    border-radius:20px;
    text-transform:uppercase;
    font-size:10px;
    line-height:14px;
    height:30px;
    vertical-align:middle;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.searchContain .csl span{
    vertical-align:middle;
    display:inline-block;
    width:60px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.searchContain .csl i{
    vertical-align:middle;
    font-size:.4em;
}

.js .searchContain .dictionaryselector{
    display:none;
}

.searchContain .csl{
    display:none;
}

.js .searchContain .csl{
    display:inline-block;
}

.searchContain .csm{
    top:47px;
    background:#fff;
    border:1px solid #0080c7;
    padding:8px 0;
    font-size:14px;
    line-height:1.65em;
}

.searchContain .csm a{
    padding:0 12px;
    display:block;
    white-space:nowrap;
    color:#000;
}

.searchContain .csm a .icon-tick{
    color:#aaa;
    margin-left:10px;
    font-size:0.7em;
    vertical-align:baseline;
}

.searchContain .csm a:hover{
    background-color:#e6eefa;
}

.searchContain .csm .notch1{
    position:absolute;
    top:-11px;
    left:21px;
    border-top:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #0080c7;
    width:0;
    height:0;
}

.searchContain .csm .notch2{
    position:absolute;
    top:-10px;
    left:21px;
    border-top:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
    width:0;
    height:0;
}

.inputSuggestions {
    display: none;
    position: absolute;
    text-align: left;
    top:34px;
    left:15px;
    z-index:10;
    width:400px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border: 3px solid #0080c7;
    border-top: none;
}

.inputSuggestions a {
    display: block;
    color: #333;
    padding:6px 10px;
    font-size:inherit!important;
    line-height:inherit!important;
}

.suggestionList a:hover, .suggestionList a:focus, .suggestionList a.current {
    background-color:#e6eefa;
    color:#000;
}
.inputSuggestions .pipe {
    color: #7fc7f1;
}

.inputSuggestions .suggestionCategory {
    float: left;
    padding:8px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 160px;
    font-size:13px;
}

.inputSuggestions .suggestionRow {
    color: #fff;
    background: #0082c0;
    border-bottom: solid 1px #fff;
    float: left;
    width: 100%;
}

.inputSuggestions .suggestionRow.translation {
    background: #deebf6;
    color: #0082c0;
}

.inputSuggestions .suggestionRow.premium {
    background: #fec807;
    color: #000;
}

.inputSuggestions .suggestionList {
    background: #fff;
    border-bottom: solid 1px #ddd;
    overflow:hidden;
}

.inputSuggestions .allSuggestions {
    background: #eee;
    border-bottom: solid 3px #bce0f7;
    font-style: italic;
    text-align: center;
}

.inputSuggestions .footerLink {
    background: #edf6fb;
    color: #0082c0;
    display: block;
    clear: both;
    font-style: italic;
    text-align: center;
    padding: 7px 0;
}
.inputSuggestions .footerLink.current, .inputSuggestions .footerLink:hover {
    background-color:#5fc5f1;
    color:#000;
}
.inputSuggestions .footerLink:after {
    content: '>';
    color: #7fc7f1;
    margin-left: 5px;
}

.headerRight{
    float:right;
    text-align:right;
}

.userNav {
    font-size:10px;
    margin-bottom:12px;
}

.userNav li{
    border-left:1px solid #ddd;
    margin-left:16px;
    padding-left:16px;
}

.userNav li:first-child{
    border-left:none;
    margin-left:0;
    padding-left:0;
}

.userNav a {
    color:#888;
    text-transform:uppercase;
}

.userNav a:hover {
    color:inerit;
    text-decoration:underline;
}

.inline li {
    display:inline-block;
}

    .fixed #keyboard {

    }
#keyboard {
    text-align:center;
    display:none;
    background:#ddd;
    position:absolute;
    z-index:2;
    top:34px;
    height:26px;
    margin-top:0px;
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
    left:90px;
    white-space: nowrap;
}

#keyboard a {
    color:#444;
    cursor:pointer;
    padding:5px 2px 2px 2px;
    display:inline-block;
}

#keyboard_icon, #keyboardsListBtn{
    color:#777;
    font-size:18px;
}

.languageNav .icon-down{
    font-size: 10px;
    margin-left: 0;
    vertical-align: 0.7em;
}

.languageNav{
    display:inline-block;
    position:relative;
}

.languageNavLabel{
    display:inline-block;
    color:#00bbf8;
    text-transform:uppercase;
    font-size:10px;
    margin-right:6px;
}
.languageNavCurrent:hover,
.languageNavCurrent{
    font-size:35px;
    color:#000;
}

.premiumResourceNavMenu, .languageNavMenu{
    position:absolute;
    display:none;
    right:-15px;
    padding:6px 0;
    background-color:#fff;
    text-align:left;
    border:1px solid #0080c7;
    z-index:10000000;
}

.languageNavMenu .notch1{
    position:absolute;
    top:-11px;
    right:10px;
    border-top:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #00456b;
    width:0;
    height:0;
}

.languageNavMenu .notch2{
    position:absolute;
    top:-10px;
    right:10px;
    border-top:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
    width:0;
    height:0;
}
.premiumResourceNavMenu .notch1,
.premiumResourceNavMenu .notch2{
    position:absolute;
    right:12px;
    border-top:0;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
}
.premiumResourceNavMenu .notch1{
    top:-7px;
    border-bottom:7px solid #00456b;
}
.premiumResourceNavMenu .notch2{
    top:-6px;
    border-bottom:7px solid #fff;
}

.premiumResourceNavMenu a,.languageNavMenu a{
    line-height:1.75rem;
    font-size:1.15rem;
    padding:0 20px 0 12px;
    display:block;
    color:#000;
}

.premiumResourceNavMenu a:hover,.languageNavMenu a:hover{
    background-color:#e6eefa;
    color:inherit;
}

.languageNav:hover .languageNavMenu{
    display:block;
}

.premiumResourceNavMenu .icon-tick,.languageNavMenu .icon-tick {
    font-size: 12px;
    color:#B8B4B4;
    vertical-align: baseline;
}

.primaryNav {
    font-size:14px;
    clear:both;
    display:none;
    text-transform: uppercase;
}

.primaryNav li {
    display:block;
}

.primaryNav ul ul {
    display: none;
}

.primaryNav li.open > ul {
    display: block;
}

.primaryNav li a {
    color:#fff;
    padding:9px 15px;
    display:block;
    background:#0082c0;
    border-bottom:solid 1px #006094;
}

.primaryNav li a:after {
    content:"\e607";
    display:inline-block;
    font-family:'oup-icons';
    float:right;
    font-size:2em;
    font-weight:bold;
    margin:-5px 20px -5px -5px;
    vertical-align:middle;
}

.primaryNav li li a {
    background-color:#0195dc;
}

.primaryNav li li li a {
    background-color:#c7e7fd;
    color:#1582c2;
    border-bottom-color:#a3dafe;
    text-transform:none;
}

.primaryNav li li li li a {
    background-color:#e0f2fe;
}

.primaryNav a.premium {
    background-color:#fec807!important;
    color:#363636;
}

.primaryNav li.active > a, .primaryNav li.active > div a, .primaryNav a:hover {
    color: #f78e1e;
}

.toggleMenu {
    display: none;
}

.secondaryNavContainer {
    background:#00bbf8;
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    position:relative;
    z-index:9999999;
}

.secondaryNavContainerBis{
    background:#00bbf8;
    position:relative;
    z-index:20;
}

.stic{
    display:none;
}

.secondaryNav{
    position:relative;
}

.secondaryNav .secondaryNavMenu{
    float:right
}

.secondaryNav .secondaryNavMenu li{
    display:inline-block;
}

.secondaryNav .secondaryNavMenu li a {
    display:inline-block;
    color:#fff;
    padding:12px 5px;
    border-top:4px solid #00bbf8;
    border-bottom:4px solid #00bbf8;
    line-height:1em;
}

.secondaryNav .secondaryNavMenu li a:hover{
    background:#fff;
    color:#00bbf8;
}

.secondaryNav .secondaryNavMenu li a.active,
.secondaryNav .secondaryNavMenu li a.active:hover{
    background:none;
    color:black;
}

.secondaryNav .secondaryNavMenu li a.current,
.secondaryNav .secondaryNavMenu li a.current:hover{
    background:#fff;
    color:#00bbf8;
    border-bottom:4px solid #fff;
}

.secondaryNav .secondaryNavMenu li .icon-down {
    font-size:0.3em;
    vertical-align:middle;
}

.secondaryNav .secondaryNavMenu li a.premium, .blueButton.premium {
    background: #fec807;
    border-radius:5px;
    color: #363636;
    border:none;
}

.secondaryNav .secondaryNavMenu li a.premium {
    font-size:16px;
    padding:10px;
    margin:6px 0;
    margin-left:10px;
    color:#000;
    background-color:#ffdc36;
}

.secondaryNav .secondaryNavMenu li a.premium:hover{
    background-color:#ffc000;
}

.secondaryNav .premiumMenu ul{
    position:absolute;
    right:-8px;
    top:48px;
    display:none;
    background:#fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.secondaryNav .premiumMenu:hover ul{
    display:block;
}

.secondaryNav .premiumMenu ul li{
    display:block;
}

.secondaryNav .premiumMenu ul li a{
    display:block;
    padding:10px;
    border:none;
    color:#000;
    white-space:nowrap;
}

.secondaryNav .premiumMenu ul li a:hover{
    background-color: #e6eefa;
    color: inherit;
}

.blueButton.premium {
    border:1px solid #CE9305;
}

.blueButton.premium:hover {
    text-decoration:none;
}

a.premium:hover{
    background:#ebb701;
}

.secondaryHoverMenu {
    background:#fff;
    display:none;
    padding:10px;
    width:700px;
    z-index:10;
    border:solid 4px #00bbf8;
    border-top:none;
    box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.55);
}

.secondaryHoverMenu h4 {
    color:#000;
    font-weight:normal;
    font-size: 1.5em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.secondaryHoverMenu .linkSection {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    min-height: 170px;
    vertical-align: top;
    width: 32.5%;
}

.secondaryHoverMenu a {
    display:block;
    margin-bottom:8px;
    color:#0080c7;
    font-size:12px;
}

.secondaryHoverMenu a:hover{
    text-decoration:underline;
}

 .secondaryHoverMenu .more:after{
    position:absolute;
    content:"►";
    margin-left:5px;
    margin-top:3px;
    font-size:.7em;
 }


.mobileHeader {
    padding: 0;
    position: fixed;
    width: 100%;
    top:0px;
    z-index:10;
}
.mobileHeaderBar {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
    height: 41px;
}
.mobileHeaderControls {
    float: right;
}
.mobileLogo {
    padding-left: 5px;
    padding-top: 6px;
    width: 200px;
}
.mobileHeaderControls img {
    height: 26px;
}
.mobileAccountSwitch, .mobileSearchSwitch, .menuButton {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 38px;
}
.mobileAccountSwitch {
    background-image: url("http://www.oxforddictionaries.com/external/images/account_blue.svg?version=2014-10-22-1640");
    background-size: 50% auto;
}
.mobileSearchSwitch {
    background-image: url("http://www.oxforddictionaries.com/external/images/search_blue.svg?version=2014-10-22-1640");
    background-size: 60% auto;
}
.menuButton {
    background-image: url("http://www.oxforddictionaries.com/external/images/menu_blue.svg?version=2014-10-22-1640");
    background-size: 65% auto;
}
.mobileAccountOpen .mobileAccountSwitch {
    background-color: #00bbf8;
    background-image: url("http://www.oxforddictionaries.com/external/images/account_white.svg?version=2014-10-22-1640");
}
.mobileSearchOpen .mobileSearchSwitch {
    background-color: #00bbf8;
    background-image: url("http://www.oxforddictionaries.com/external/images/search_white.svg?version=2014-10-22-1640");
}
.mobileMenuOpen .menuButton {
    background-color: #00bbf8;
    background-image: url("http://www.oxforddictionaries.com/external/images/menu_white.svg?version=2014-10-22-1640");
}
.searchBlock {
    border-bottom: 1px solid #fff;
}
.searchBlock, .mobileDicSelectBlock {
    padding: 16px 0px 6px 0px;
}
.searchBlock h2 {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}
.mobileDicSelectBlock h2 {
    color: #fff;
    font-size: 0.73em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    line-height: 15px;
}
.searchInput {
    margin-right: 40px;
    padding-left: 10px;
}
.mobileSearch .mobileDicSelector {
    background-color:#fff;
    border: 3px solid #007ccd;
    display: block;
    padding: 7px;
    width:100%;
}
.mobileMenuOpen .mobileMenu {
    display: block;
}
.mobileSearchOpen .mobileSearch {
    display: block;
}
.mobileMenu, .mobileSearch {
    display: none;
    width: 100%;
}
.mobileSearch {
    background-color: #00bafb;
    padding: 0 6px;
    position: fixed;
    top: 0px;
    padding-top:40px;
}

/* mobile menu */
.headerMenu{
    position:fixed;
    z-index:100;
    width:100%;
    background:white;
}
.mobileMenu {
    overflow:auto;
    position:fixed;
    top: 0px;
    padding-top:40px;
    max-height:100%;
}
.mobileMenuOpen .home,
.mobileMenuOpen .firstContainer,
.mobileMenuOpen #footer,
.mobileSearchOpen .home,
.mobileSearchOpen .firstContainer,
.mobileSearchOpen #footer{
    display:none;
}
.mobileMenu a {
    text-decoration: none;
    color:inherit;
    display:block;
    font-size:16px;
    padding:10px;
    background-color:#00bafb;
}

.mobileMenu > ul {
    border-bottom:5px solid #00bafb;
}

.mobileMenu li.endItem a {
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #222;
}

.mobileMenu ul ul {
    display: none;
    padding: 0;
}

.mobileMenu ul ul li a {
    background-color: #fff;
    border-top: 1px solid #92e1ff;
    color: #000;
}

.mobileMenu ul ul ul li a {
    background-color:#fafafa;
    border-top:1px solid #eee;
    color:#000;
}

.mobileMenu ul ul li.premium>a {
    background-color:#ffde11;
    border-color:#ffde11;
}

.mobileMenu ul ul li a {
    padding-left: 28px;
}

.mobileMenu ul ul ul li a {
    padding-left: 46px;
}

.mobileMenu > ul > li:first-child > a {
    border-top: none;
 }
.mobileMenu > ul > li > a {
    border-top: 1px solid #fff;
    color: #fff;
}

.mobileMenu li.hasSub.open > ul {
    display: block;
}

.mobileMenu .icon-arrow-down{
    float:right;
    color:inherit;
    font-size:28px;
    line-height:16px;
}

.mobileMenu li.hasSub.open > a > .icon-arrow-down{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobileMenu ul ul li a .icon-arrow-down{
    color:#bbb;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer {
    background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wgARCADFAAwDAREAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAECB//EABYBAQEBAAAAAAAAAAAAAAAAAAABA//aAAwDAQACEAMQAAAB6TpkAAAAAIUUEACWVZFQolUARaiJVhUCWAUhTJQCrT//xAAYEAEAAwEAAAAAAAAAAAAAAAABABAgUP/aAAgBAQABBQLgMMtOGnH/xAAWEQADAAAAAAAAAAAAAAAAAAABMFD/2gAIAQMBAT8BjFn/xAAUEQEAAAAAAAAAAAAAAAAAAABQ/9oACAECAQE/AUv/xAAUEAEAAAAAAAAAAAAAAAAAAABQ/9oACAEBAAY/Akv/xAAZEAEBAQEBAQAAAAAAAAAAAAABABEQMUD/2gAIAQEAAT8h+R49yYlyGevEuQyRCPJZDshwR5LIdk2C/9oADAMBAAIAAwAAABBJJbJJLIBJajPaATA4hZ2mlEEH/8QAGhEBAQEBAAMAAAAAAAAAAAAAAQARECEwQf/aAAgBAwEBPxD3PFtnjxeIWSNkuQyFkjBLkMlkH5BLkeZCySCXIdkGAv/EABkRAQEBAQEBAAAAAAAAAAAAAAEAERAgMP/aAAgBAgEBPxDwHyOB4OB4OBZDbCSwWQvByWCSFthJYJLctv/EAB0QAQEBAAMAAwEAAAAAAAAAAAEAESExQRBRYXH/2gAIAQEAAT8QyyYlyJ+HYlyGf2P5O7BxLkM57AX4gclnXcIkh7A8i8fUHLyd2hAe4MOIqmD1BJswObQ6gc2AHEzybFANws775sGswFYAMJnoYoNcfqVAHMA1OY8bAGF//9k=) #e1f1fc bottom repeat-x;
    border-top:solid 3px #ccdae5;
    color:#686868;
    padding:30px 0 30px 0;
    font-size:14px;
}

#footer a {
    color: #686868;
}

#footer .sitemapHeader{
    margin-bottom:15px!important;
}

#footer .sitemapHeader h5 {
    font-size:0.9em;
    text-transform:uppercase;
    margin-bottom:10px;
}

.subFooter {
    border-top: solid 3px #ccdae5;
    clear:both;
    margin-top:15px;
    padding-top:20px;
}

.subFooter .miscLinks li {
    font-size:12px;
    float:left;
    margin-right:30px;
}

.subFooter .socialLinks {
    margin-top: -8px;
}

.subFooter .socialLinks li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.subFooter .socialLinks li .icon {
    background: #fff;
    border-radius: 40px;
    border: solid 1px #ddd;
    color: #aaa;
    display: block;
    font-size: 26px;
    padding: 5px;
}

.footerSitemap li {
    margin-bottom: 5px;
}

.footer-selector{
    position:relative;
    display:inline-block;
}

.footer-selector-link{
    background: #fff;
    border: solid 2px #c9d8e3;
    padding:10px;
    display:inline-block;
}

.footer-selector-link .icon-earth{
    margin-right:10px;
    color: #b1c0ca;
    font-size:1.3em;
}

.footer-selector-link .icon-down{
    margin-left:10px;
    color: #b1c0ca;
    font-size:10px;
    vertical-align: 0.2em;
}

.footer-selector-menu{
    display:none;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}

.footer-selector:hover .footer-selector-menu{
    display:block;
}

.footer-selector-menu a{
    padding:5px 20px;
    display:block;
    white-space:nowrap;
}

.footer-selector-menu a:hover{
    background:#e6eefa;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

h2 a {
    color: #000;
}

.contentBlock {
    background: #fff;
    border: solid 1px #e1e1e1;
    padding: 15px;
}

.contentBlock .blockSubject {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.contentBlock .subject {
    color: #494949;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    word-wrap:break-word;
}

.contentBlock .subject em {
    font-style:normal;
}

.contentBlock .blockBody {
    padding:15px 0;
    position:relative;
}

.contentBlock .blockLinks li {
    margin: 10px 0;
}

.contentBlock h2 {
    text-align: center;
}

.contentBlock p {
    color: #494949;
    line-height: 22px;
    margin-bottom: 0;
}

.contentBlock hr {
    border: 0;
    border-top: solid 1px #e1e1e1;
    margin: 0 auto 20px auto;
    max-width: 158px;
}

.contentBlock .readMore ,.contentBlock .signup,.contentBlock .readMoreInside{
    background: #dbf3fd;
    border-top: solid 1px #e1e1e1;
    font-style: italic;
    margin: -15px;
    margin-top: 0;
    text-align: center;
}
.contentBlock .signup{
	font-style:normal;
	font-weight:bold;
	text-align: right;
}

.contentBlock .readMoreInside{
	text-align: center;
}

.contentBlock .readMoreInside a ,.contentBlock .signup a{
	margin-right: 15px;
}

.contentBlock .readMore .icon-arrow-right ,.contentBlock .signup .icon-arrow-right {
    opacity: .5;
}

.contentBlock .readMore a, .contentBlock .signup a , .readMoreInside a{
    display: inline-block;
    line-height: 25px;
    padding: 5px;
}

.contentBlock .readMore .icon {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    vertical-align: bottom;
}

.contentBlock .icon {
    background-color: #99e5fa;
    border-radius: 40px;
    color: #fff;
    display: block;
    margin: 0 auto 12px auto;
    padding: 5px;
    text-align: center;
    width: 27px;
    height: 27px;
}

.contentBlock .icon img {
    display: block;
}

.contentBlock .imgBlock {
    margin:-15px;
    margin-bottom:0;
}

.contentBlock .imgBlock img {
    width:100%;
    vertical-align:middle;
}

.home .contentBlock h2,.home .contentBlock .figure {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.home .contentBlock h3,.home .contentBlock h4,.home .contentBlock h5 {
    color: #fff;
    font-weight: normal;
}

.colorHomeBlock p,.qotwBlock p,.wotdBlock p,.premiumBlock p,.colorHomeBlock h2,.qotwBlock h2,.wotdBlock h2,.premiumBlock h2,.colorHomeBlock h2 a,.qotwBlock h2 a,.wotdBlock h2 a,.premiumBlock h2 a,.colorHomeBlock .subject,.qotwBlock .subject,.wotdBlock .subject,.premiumBlock .subject,.colorHomeBlock a,.qotwBlock a,.wotdBlock a,.premiumBlock a
    {
    color: #fff;
    text-align: center;
}

.colorHomeBlock .readMore a,.premiumBlock .readMore a {
    color: #fff;
}

.colorHomeBlock .icon,.qotwBlock .icon,.wotdBlock .icon,.premiumBlock .icon {
    background-color: #fff;
}

.statBlock {
    text-align: center;
}

.statBlock .figure {
    color: #f78e1e;
    display: block;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
}

.statBlock .arabicfigure {
    color: #94a818;
    display: block;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
}

.statBlock p {
    color: #494949;
    font-size: 11px;
    text-transform: uppercase;
}

.qotwBlock {
    color:#fff;
    word-wrap:break-word;
    background: #00aaad;
    text-align:center;
}

.qotwBlock .icon {
    background: #00aaad;
}

.qotwBlock .readMore {
    background: #018e90;
    border-top: solid 1px #018486;
}

.wotdBlock {
    background: #f78e1e;
    color: #fff;
}

.wotdBlock .icon {
    background-color: #de780a;
}

.wotdBlock .pos{
    text-transform:uppercase;
    margin-bottom:10px;
}

.wotdBlock .pron{
    margin-bottom:10px;
    text-align:center;
}

.wotdBlock .readMore {
    background: #de780a;
    border-top: solid 1px #d4730a;
}

.wotdBlock  .signup{
    background: #f05e22;
    border-top: solid 1px #d4730a;
}

.wotdBlock .readMoreInside {
    background: #f78e1e;
    border: none;
    font-style:italic;
    text-align: right;
    margin-bottom: -10px;
}

.socialBlock {
    background: #00b7ff;
    padding-bottom: 0;
}

.socialBlock li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.socialBlock .icon {
    color: #00b7ff;
    display: inline-block;
    font-size: 24px;
    margin: 0 7px 0;
    height: auto;
    width: auto;
    vertical-align: middle;
}

.socialBlock a {
    display: block;
    text-align: left;
}

.yellowBlock .readMore {
    background-color: #fff8db;
}

.yellowBlock .readMore a {
    color: #b1892c;
}

.yellowBlock .icon {
    background-color: #ffd430;
}

.redBlock .readMore {
    background-color: #ffeee8;
}

.redBlock .readMore a {
    color: #850910;
}

.redBlock .icon {
    background-color: #feb69c;
}

.greenBlock .readMore {
    background-color: #f9fde6;
}

.greenBlock .readMore a {
    color: #94a818;
}

.greenBlock .icon {
    background-color: #d9e783;
}

.pinkBlock .readMore {
    background-color: #FFDFDD;
}

.pinkBlock .readMore a {
    color: #FAAFBE;
}

.pinkBlock .icon {
    background-color: #FAAFBE;
}

.purpleBlock .readMore {
    background-color: #f9edf6;
}

.purpleBlock .readMore a {
    color: #890f6a;
}

.purpleBlock .icon {
    background-color: #dd9acc;
}

.premiumBlock {
    background: #fec807;
    border: solid 1px #ce9305;
}

.premiumBlock h2,.premiumBlock h2 a {
    color: #606060;
    font-size: 34px;
    line-height: 38px;
}

.premiumBlock p,.premiumBlock .subject {
    color: #606060;
}

.premiumBlock .icon {
    background-color: #fec807;
}

.premiumBlock .readMore {
    background: #e3a307;
    border-top: solid 1px #d99c07;
}

/*------------------------------------*\
    ARAMORPH
\*------------------------------------*/
.arabic-solutions{
    width:905px;
    max-width:100%;
    margin-bottom:17px;
    padding: 10px;
    border: solid 1px #e1e1e1;
    background:#fff;
}
.aramorphsolution {
    margin-bottom: 0.5em;
    display: block;
}
.arabicLink .aramorphsolution, .arabicGroupSolution .aramorphsolution {
    display:inline;
}

.arabicGroupLabel  a{
    font-size:1em;
     color:#000;
}
.arabicGroupLabel i {
   cursor: pointer;
}
.solution{
    font-size:1.5em;
    padding:0 5px 0 5px;
}
.arabicGroupLabel .icon-plus, .arabicGroupLabel .icon-minus {
    font-size:0.7em;
    vertical-align:text-top;
}

.arabicGroup{
    border-radius:5px;
    padding:5px;
}
.arabicGroupSolutions{
    display:none;
    padding-left:20px;
    line-height:.5em;
}
.arabicLink{
    display:block;
    color:#2881C0;
}

/*------------------------------------*\
    ENTRY
\*------------------------------------*/
.entryPageContent .verbTableLink{
    background-color:#dbf3fd;
    display:block;
    padding:10px;
    margin-bottom:1em;
    border-radius:3px;
}
.entryPageContent .verbTableLink:hover{
    text-decoration:none;
    background-color:#c5e7f5;
}
.leftHandMain,.entryPageContent,.generalMainContent {
    background: #fff;
    color: #000;
}

.secondaryPageContent h2 {
    font-size: 18px;
}

.secondaryPageContent img {
    max-width: 100%;
}

.secondaryPageContent .socialBlock {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}

.secondaryPageContent .socialBlock .control {
    margin: auto;
    display: inline-flex;
    text-align: center;
    display: inline-block;
}

.link {
    vertical-align: middle;
    display: table-cell;
    float: center;
}

.secondaryPageContent .socialBlock a {
    padding: 0;
    margin: 0 4px 8px;
}

.secondaryPageContent .socialBlock .socialIcon {
    background: #00b7ff;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
}

.secondaryPageContent .socialBlock .socialIcon:hover {
    background: #00a5e6;
}

.secondaryPageContent .relatedBlock {
    padding-left: 0;
    padding-right: 0;
}

.secondaryPageContent .relatedBlock h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #494949;
    margin: 3px 0 7px 0;
}

.secondaryPageContent .relatedBlock h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 0 30px 20px 30px;
    border-bottom: 1px solid #e1e1e1;
}

.secondaryPageContent .relatedBlock h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 0 30px 20px 30px;
}

.secondaryPageContent .relatedBlock h3:nth-of-type(n+2) {
    margin-top: 45px;
}

.secondaryPageContent .relatedBlock ul {
    margin: 12px 0 14px 0;
}

.secondaryPageContent .relatedBlock a {
    color: #494949;
    line-height: 22px;
    padding: 8px 20px 8px 10px;
    width: 100%;
    display: inline-block;
    background-position: left center;
    border-left: 4px solid transparent;
    word-wrap:break-word;
}

.secondaryPageContent .relatedBlock a:hover {
    border-left:4px solid #00aaad;
    background:#e7f9f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QwbCA0Ke/ReJQAAAKZJREFUKM+VkjEOQVEQRc+orEFUYgEqheIXNBLdJNNYAGui0YjCi+kkGrVCYQNCIzagUI4KicZ7t5vi5NzMjLDeVMAjTE8UpAY8gbEkbxeBYXoEHJhI8laJkTA9ADtgKskbOaBExHdIPgI6wCpMr3+N74TpFmgCg6yqP8YbsM8GJXkfqIDFv5ofUJL3gCEwC9N71lYleRdQYB6ml5Jz1IFlmJ5LHuAFlXAyDME72VAAAAAASUVORK5CYII=") no-repeat;
    background-position: right center;
}

.secondaryPageContent .relatedBlock .expandable a {
    display:block;
    width:auto;
}

.secondaryPageContent .relatedBlock ul ul {
    display:none;
    padding-left:20px;
}

.secondaryPageContent .relatedBlock .toggle {
    float:left;
    font-size: 0.8em;
    color: #777;
    padding:12px 5px 12px 10px;
}

.secondaryPageContent .relatedBlock .resultListLink em {
    font-style:normal;
    font-weight:bold;
}

.entryHeader {
    margin-bottom: 20px;
}

.entryHeader .icon-audio, .pronunciation .icon-audio {
    color: #adadad;
    cursor: pointer;
}

.entryHeader .icon-audio:hover, .pronunciation .icon-audio:hover {
    color: #000;
}

.entryHeader .pronAudio:hover {
    text-decoration: none;
}

.pageTitle {
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    margin: 10px 0;
    word-wrap:break-word;
}

.pageTitle .homograph {
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    padding-top: 3px;
    vertical-align: top;
}

.senses h1 {
    color: #505050;
    display: inline-block;
    font-size: 1em;
    margin-right: 15px;
    line-height: 20px;
}

.sensesLinks {
    display: inline-block;
}

.sensesLinks li {
    display: inline-block;
}

.sensesLinks a {
    margin-right: 3px;
    text-decoration: none;
}

.active-homograph,.pageTitle .homograph,.homograph.active,.homograph:hover {
    background: #00bdf2;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.homograph {
    background: #d7d7d7;
    border-radius: 20px;
    color: #0082c0;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    width: 24px;
    line-height: 17px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
}

.homograph.active:after,.homograph:hover:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #00bdf2;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    z-index: 2;
}

.speaker {
    display: inline-block;
}

.leftHandMain,.entryPageContent,.generalMainContent {
    padding: 15px;
    line-height: 1.6em;
}

.leftHandMain a:hover,.entryPageContent a:hover,.generalMainContent a:hover {
    text-decoration: underline;
}

.entryPageContent {
    border: solid 1px #e1e1e1;
    word-wrap:break-word;
}

.entryPageContent .definition {
    margin-bottom: 5px;
}

.entryPageContent .homograph:hover {
    text-decoration: none;
}

.entryPageContent .exampleGroup {
    display: block;
    margin-top: 5px;
    font-size: 17px;
}

.entryPageContent .exampleGroup .trg {
    color: #000;
    display: block;
    font-style: normal;
    font-size: 16px;
}

.entryPageContent .example:before,.entryPageContent .sentence:before {
    content: "‘";
}

.entryPageContent .example:after,.entryPageContent .sentence:after {
    content: "’";
}

.spanish .entryPageContent .example:before, .spanish .entryPageContent .example:after {
    content: "";
}

.entryPageContent .transivityStatement {
    display: block;
    font-size: 0.7em;
    font-style: normal;
    text-transform: uppercase;
}

.entryPageContent .sense-entry li>.senseInnerWrapper {
    padding-left: 20px;
}

.entryPageContent .subsense {
    margin-left: 30px;
}

.entryPageContent .senseInnerWrapper .transivityStatement,
.entryPageContent .pageTitle .variantGroup .transivityStatement,
.entryPageContent .senseGroup .transivityStatement {
    display: inline;
}

.entryPageContent .moreInformation, .entryPageContent .linkOtherDictionaries {
    margin: 10px 0 10px;
}

.entryPageContent .moreInformation>a, .entryPageContent .linkOtherDictionaries {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAfklEQVQY04XNMQ5BQQCE4W+fSusELrBxA1fw5JWbKNQaDkKjVkj2II4gewEthVZFFLZQvDDd/DOZCXKZIkjx5Jc+PQ2uaOXS/ijPMMctVDDCBhccpPiqvMESY2yleA9fK0OsMMCu0jWe2EvxAaHnfoFJdWcpHv1VLp1cur7oDW2tIVadzWmtAAAAAElFTkSuQmCC) no-repeat 98%;
    color: #818080;
    display: block;
    font-size: 13px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 2px 10px;
    text-transform: uppercase;
}

.entryPageContent .moreInformation>a.current, .entryPageContent .linkOtherDictionaries.current {
    background: #e1e1e1 url("http://www.oxforddictionaries.com/external/images/blue-arrow-up.png?version=2014-10-22-1640") no-repeat 98%;
}

.entryPageContent .moreInformation>a:hover {
    color: #555;
}

.entryPageContent .moreInformation .moreInformationSynonyms {
    border-bottom: solid 1px #ddd;
}

.entryPageContent .variant {
    font-weight:bold;
}

.entryPageContent .variantGroup {
    font-weight:normal;
}

.etymology {
    margin-bottom: 30px;
}

.etymology .senseInnerWrapper {
    padding-left: 0;
}

.etymology h2 {
    border-top: solid 3px #000;
    margin-bottom: 10px;
    padding-top: 5px;
}

.subEntryBlock {
    margin: 30px 0;
}

.subEntryBlock h2,.subEntryBlock h3,.etymology h3 {
    border-top: solid 3px #000;
    margin-bottom: 30px;
    padding-top: 5px;
}

.subEntryBlock .related {
    font-weight:bold;
}

.subEntryBlock .related .lg {
    font-weight:normal;
}

.senseGroup {
    border-top: solid 3px #000;
    padding-top: 5px;
    position: relative;
}

.spanish .etym, .spanish .note, .spanish .sense-note{
    background-color:#dbf3fd;
    padding:10px;
    position:relative;
    margin-bottom:10px;
}

.senseGroup>.sense-entry {
    border: 0;
}

.senseGroup .iteration,
.subEntryBlock .iteration {
    color: #f78e1e;
    font-size: 12px;
    left: 0;
    position: absolute;
    vertical-align: top;
}

.senseGroup .subsense .iteration {
    left: 20px;
}

.senseGroup:first-child {
    margin-top: 0;
}

.senseGroup .back-to-top {
    color: #807e7e;
    font-style: italic;
    font-size: 14px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 0;
}

.senseGroup .back-to-top .icon-arrow-up {
    color: #00bdf2;
    margin-left: 3px;
    opacity: .6;
    font-size: 20px;
    vertical-align: middle;
}

.sense-entry {
    border-top: solid 2px #000;
    margin-bottom: 30px;
    padding-top: 10px;
    position: relative;
}

.sense-entry.first {
    border-top: 0;
    padding-top: 0;
}

.partOfSpeechTitle {
    color: #707070;
    font-size: 15px;
    margin: 0 0 15px;
}

.partOfSpeech {
    color: #707070;
    text-transform: uppercase;
}

.sentence_dictionary, .entrySynList, .blockOtherDictionaries {
    background: #ebebeb;
    display: none;
    margin-bottom: 10px;
}

.sentence_dictionary .see-more, .entrySynList .see-more {
    border-top: solid 1px #fff;
    text-align: center;
}

.sentence_dictionary .see-more a, .entrySynList .see-more a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.sentence_dictionary {
    margin-bottom: 0;
}

.entrySynList, .blockOtherDictionaries {
    padding: 10px;
}

.entrySynList .see-more {
    border-top: solid 2px #fff;
    margin: 10px -10px;
}

.no-js .sentence_dictionary, .no-js .entrySynList, .no-js .blockOtherDictionaries {
    display: block;
}

.sentence_dictionary .sentence {
    border-bottom: solid 1px #fff;
    color: #444;
    font-size: 17px;
    font-style: italic;
    padding: 10px;
}

.sentence_dictionary .dictionary_footer{
    text-transform: uppercase;
    font-size: 13px;
}

.tooltip {
    font-size: 13px;
}

/*------------------------------------*\
    BILINGUAL ENTRY
\*------------------------------------*/
.entryBilingual .partOfSpeech em {
    color: #000;
    font-style: normal;
}

.entryBilingual .exampleGroup.exGrBreak {
    margin-bottom: 12px;
}

.entryBilingual .subsense {
    display: block;
}

.entryBilingual .exampleGroup em,.entryBilingual .tgr {
    color: #888;
}

.entryBilingual .collocate,.entryBilingual .indicator,.entryBilingual .indicator em {
    color: #f78e1e;
    font-style: normal;
}

.entryBilingual .collocate,.entryBilingual .subjectTitle {
    font-size: 12px;
    text-transform: uppercase;
}

.entryBilingual .phrasesSubEntryBlock .subsense,.entryBilingual .phrasesSubEntryBlock .exampleGroup {
    display: inline;
}

.entryBilingual .phrasesSubEntryBlock .addGramInfo {
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

.entryBilingual .phrasesSubEntryBlock .senseInnerWrapper {
    padding-left:10px;
    position:relative;
}

.entryBilingual .phrasesSubEntryBlock h3, .entryBilingual .phrasesSubEntryBlock h4 {
    font-weight: normal;
    margin: 15px 0 5px 0;
}

.entryBilingual .phrasesSubEntryBlock .subsense {
    display: block;
    padding-left: 20px;
    position: relative;
}

.entryBilingual .example:before,.entryBilingual .example:after {
    content: '';
}

.entryBilingual em {
    color: #000;
}

.entryBilingualPocket .sense-entry,.english-french .sense-entry,.english-italian .sense-entry,.english-german .sense-entry,.french-english .sense-entry,.italian-english .sense-entry,.german-english .sense-entry
    {
    border-top: 0;
    margin-bottom: 5px;
}

.entryBilingualPocket .senseGroup,.english-french .senseGroup,.english-italian .senseGroup,.english-german .senseGroup,.french-english .senseGroup,.italian-english .senseGroup,.german-english .senseGroup
    {
    margin-top: 30px;
}

.entryBilingualPocket .senseGroup:first-child,.english-french .senseGroup:first-child,.english-italian .senseGroup:first-child,.english-german .senseGroup:first-child,.french-english .senseGroup:first-child,.italian-english .senseGroup:first-child,.german-english .senseGroup:first-child
    {
    margin-top: 0;
}

/*------------------------------------*\
    ADS
\*------------------------------------*/
.ad_trick_header{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------*\
    GENERAL PAGE
\*------------------------------------*/
.generalMainContent {
    color: #5f5f5f;
    border: solid 1px #ddd;
}

.generalMainContent h1,.generalMainContent h2,.generalMainContent h3 {
    color: #494949;
}

.generalMainContent p,.generalMainContent ul,.generalMainContent ol {
    color: #5f5f5f;
}

.generalMainContent h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 35px;
    word-wrap: break-word;
}

.generalMainContent h2 {
    font-size: 20px;
    margin: 30px 0 25px;
    text-align: left;
}

.generalMainContent h3 {
    font-size: 18px;
    margin: 25px 0 5px;
}

.generalMainContent a:hover {
    text-decoration: underline;
}

.generalMainContent p {
    margin-bottom: 10px;
}

.generalMainContent .twoCol .col {
    float: left;
    margin-right: 2%;
    width: 48%;
}

.generalMainContent ul,.generalMainContent ol {
    margin: 0 0 20px 20px;
}

.generalMainContent ul li,.generalMainContent ol li {
    margin-bottom: 7px;
}

.generalMainContent ul span,.generalMainContent ol span {
    color: #5f5f5f;
}

.generalMainContent figure {
    margin-bottom: 20px;
}

.generalMainContent ul li {
    list-style: outside disc;
}

.generalMainContent .harts_rules ul li,
.generalMainContent .garner_dict_legal_usage ul li,
.generalMainContent  .garner_modern_american_usage ul li {
    list-style: outside none;
}

.generalMainContent ol li {
    list-style: outside decimal;
}

.generalMainContent img {
    border: solid 1px #e0e0e0;
}

.breadcrumb {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumb ul {
    margin:0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:after {
    content: '/';
    margin-left: 7px;
    margin-right: 4px;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb a {
    color: #5f5f5f;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #494949;
}

table.default {
    border-bottom: solid 2px #00bdf2;
}

table.default th {
    background: #e9f6fb;
    color: #00bdf2;
    text-transform: uppercase;
}

table.default tr:last-child td {
    border-bottom: 0;
}

table caption {
    border-bottom: solid 7px #00bdf2;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 7px;
    text-align: left;
}

table .sectionHead {
    border-bottom: 0;
    color: #00bdf2;
    font-weight: bold;
}

table th,table td {
    padding: 2px 8px;
    text-align: left;
}

table th {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px;
}

table td {
    border-bottom: solid 1px #e0e0e0;
    font-size: 16px;
}

/*------------------------------------*\
    SUBSCRIBE
\*------------------------------------*/
.subscriptionTable {
    border-spacing: 15px 0;
    border-collapse: separate;
    margin-top: 60px;
}

.subscriptionTable .mainHeader {
    font-size: 25px;
}

.subscriptionTable th,.subscriptionTable td {
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    text-align: center;
}

.subscriptionTable th {
    background: #f6fbfc;
    font-size: 40px;
    padding: 20px 0 30px;
    vertical-align: top;
}

.subscriptionTable th.middle {
    border-top: solid 7px #5390CA;
    color: #5390CA
}

.subscriptionTable .icon-tick {
    color: #999;
}

.subscriptionTable td {
    border-color: #d5d5d5;
    text-align: center;
    padding: 10px;
    width: 25%;
}

.subscriptionTable td:nth-child(n+2):nth-child(-n+3) {
    background: #f6fbfc;
}

.subscriptionTable .free {
    border-top: solid 7px #F5AE54;
    color: #F5AE54;
}

.subscriptionTable .middle {
    width: 28%;
}

.subscriptionTable th.top {
    border-top: solid 7px #E6B800;
}

.subscriptionTable .top {
    background: #fec807;
}

.subscriptionTable .feature {
    background: #fff;
    border-left: 0;
    border-right: 0;
    line-height: 20px;
    text-align: left;
    width: 22%;
}

.subscriptionTable .feature a {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAmklEQVQY023OIU6DQRiE4ac/hu0RECsaDtAaREUFqgmukgMUvwdZS1qDaSorUNwA0fQGBJIVXOGzmIql6ch38mZG1LyImmcuMiDwHDXf/ytSaUccsI6aJ70hlfaJD7xEzXcw6vWo+QlT7EeXo1HzK043V4wx3ocOPmKBt1Taz3CGcyyxSaX9whA1P2CFbSrtu797i10q7avf+wP2mis7vxegiwAAAABJRU5ErkJggg==) right no-repeat;
    display: block;
    padding-right: 15px;
}

.subscriptionTable tr:last-child .feature {
    border-bottom: 0;
}

.subscriptionTable .subscribeCta {
    color: #fff;
    font-size: 22px;
    display: block;
    font-weight: normal;
    line-height: 1.7em;
    padding: 18px 0px;
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    width: 100%;
    white-space: nowrap;
}

.subscriptionTable .subscribeCta:hover {
    color: #000;
    text-decoration: underline;
}

.subscriptionTable .subscribeCta.ctaFree {
    background: #01aaad;
}

.subscriptionTable .subscribeCta.ctaMiddle {
    background: #fec807;
    color: #363636;
}

.subscriptionNoAdvert {
    font-size:12px;
}

.subscriptionTable .subscribeCta.ctaTop {
    background: #f88e1e;
}

/*------------------------------------*\
    MODALS
\*------------------------------------*/
.close-reveal-modal {
    background: #00bdf2;
    border-radius: 20px;
    color: #fff;
    height: 20px;
    width: 20px;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
input[type=text],input[type=password],input[type=email],input[type=search],textarea,select {
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    color: #949494;
    padding: 13px;
    margin-bottom: 13px;
}

input[type=submit] {
    clear: both;
    margin-top: 15px;
}

input[type=radio] {
    height: auto;
    margin-right: 5px;
}

input[type="search"] {
    -webkit-appearance: none;
}

label {
    color: #4d4d4d;
}

label img {
    display: inline-block;
    vertical-align: middle;
}

label .headword {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.radio-contain {
    background: white url("http://www.oxforddictionaries.com/external/images/radio-separator.png?version=2014-10-22-1640") 65px 0 repeat-y;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 43px;
    vertical-align: middle;
}

.radio-contain label {
    display: block;
    padding: 10px;
}

.radio-contain label:hover {
    cursor: pointer;
}

.t-error {
    color: #b81616;
}

.styledRadio {
    float: left;
    clear: both;
    margin: 10px 20px 10px 10px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 761px) {

    .inputSuggestions {
        width:auto;
    }

    .inputSuggestions .suggestionList {
        float:none;
        display:block;
        width:auto;
    }

    .inputSuggestions .suggestionCategory {
        padding:2px 10px;
        width:auto;
        float:none;
    }

    #footer {
        padding:15px;
    }

    .subFooter .miscLinks {
        float:none;
        margin-bottom:15px;
    }

    .subFooter .miscLinks li {
        margin:5px 0;
        width:100%;
    }

    .toggleMenu {
        float:right;
        background:#fff;
        display:block;
        padding:21px;
    }

    .toggleMenu.activeToggle {
        background:#0082c0;
    }

    .toggleMenu.activeToggle .nav-icon-bar {
        background:#fff;
    }

    .nav-icon-bar {
        background:#0082c0;
        display:block;
        width:26px;
        height:3px;
    }

    .nav-icon-bar+.nav-icon-bar {
        margin-top:6px;
    }
}

/*------------------------------------*\
    HELPERS
\*------------------------------------*/
.clear {
    clear: both;
}

.cf:before,body .home:before,body .general:before,#header:before,.inline:before,.secondaryNavContainer:before,.topFooter:before,.subFooter .miscLinks:before,.contentBlock:before,.generalMainContent .twoCol:before,.cf:after,body .home:after,body .general:after,#header:after,.inline:after,.secondaryNavContainer:after,.topFooter:after,.subFooter .miscLinks:after,.contentBlock:after,.ad-contain:after,.generalMainContent .twoCol:after
    {
    content: " ";
    display: table;
}

.cf:after,body .home:after,body .general:after,#header:after,.inline:after,.secondaryNavContainer:after,.topFooter:after,.subFooter .miscLinks:after,.contentBlock:after,.generalMainContent .twoCol:after
{
    clear: both;
}

.contentItem .barcode {
    position: relative;
    background: #a6c9e8;
    display: block;
    height: 8px;
    margin-bottom: .5em;
}

.contentItem .barcode .barcodeIndex {
    position: absolute;
    top: -2px;
    background: #c6724a;
    display: block;
    height: 12px;
    width: 3px;
}

.browseLettersLinks {
    margin: 0 !important;
}

.browseLettersLinks li {
    display: inline-block;
}

.browseLettersLinks a {
    display: inline-block;
    padding: 10px;
}

.browseResultList {
    margin: 20px !important;
}

.accountForm label {
    display: inline-block;
    width: 280px;
}

.accountForm input[type=text],.accountForm input[type=password] {
    padding: 15px 20px;
    border: solid 1px #dadada;
    border-radius: 3px;
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
}

.showFormWotd input[type=submit], .accountForm input[type=submit],.showAccount .button {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0 20px 5px 0;
}

.showFormWotd input[type=submit], .accountForm input[type=submit],.showAccount .blue {
    -webkit-appearance: none;
    background: #00bdf2;
    border: solid 1px #107db6;
    color: #fff;
}

.showAccount .white {
    background: #F7F7F7;
    border: solid 1px #DADADA;
    color: #5F5F5F;
}

.showAccount a:hover {
    text-decoration: none;
}

#google-logsign,#facebook {
    display: inline-block;
    padding: 13px 10px;
    border-radius: 3px;
    color: #fff;
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
}

#google-logsign .icon-google-plus,#facebook .icon-facebook {
    display: inline-block;
    font-size: 1.2em;
    padding-right: 3px;
    margin-right: 3px;
    border-right: solid 1px rgba(0, 0, 0, 0.2)
}

#google-logsign {
    border: solid 1px #e5001b;
    background: #e5001b;
}

#facebook {
    border: solid 1px #073f95;
    background: #0b5cae;
}

.pageTitle {
    text-align: left;
}

.pageTitle em{
    font-style:normal;
}

.entryPageContent .exampleNote {
    display: inline;
}

.english-thesaurus .exampleGroup,.american_english-thesaurus .exampleGroup {
    display: inline;
}

/* --------------------------------------------------
    Reveal Modals
-------------------------------------------------- */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .7);
    z-index:10000000;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -225px;
    max-width: 450px;
    width: auto;
    background: #fff;
    position: absolute;
    z-index: 10000001;
    padding: 20px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    background: #00a5d3;
    border-radius: 20px;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 7px;
    border: solid 3px #fff;
}

.reveal-modal .close-reveal-modal:hover {
    text-decoration: none;
}

.reveal-modal p {
    text-align: left;
    margin-bottom: 20px;
}

.searchContain .searchBox {
    margin:0;
    padding:5px 5px;
    width:270px;
    border:none;
    outline-width:0;
    line-height:20px;
    vertical-align:middle;
    font-family:sans-serif;
    color: black;
}

.searchContain .searchCta{
    line-height:20px;
    border-radius:50%;
    background:#0080c7;
    color:white;
    padding: 3px 4px 7px 6px;
    width:30px;
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    outline-width:0;
    cursor:pointer;
}

.searchContain .searchCta i{
    vertical-align:middle;
    font-size:14px;
    line-height:14px;
    /*font-size:13px;*/
}

.searchContain .searchBox.arabic_input{
    text-align:right;
}

.fluid {
    width: 100%;
}

/* --------------------------------------------------
    Account page
-------------------------------------------------- */
.showAccount h1,.showAccount h2 {
    color: #333;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.small {
    font-size: 0.7em;
    font-weight: normal;
}

.icon_new {
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3AwLEA0C/F+g5QAAAQVJREFUOMvVkzFLxEAQhb/AghjwUNv7BVpbx14bq0Ms1cafcLWFna0Ih2VQsLCJ1lrbCIe1INdcoyTeZtnN7VjcJUbtthFf82bfzrwdmFn494jGJ6unwGFg/SB6PV7Ju7tnSyHVo8ujQrlKmL7cBT3vKoFhv5OLiJisJybrSR238VOvedjv5Mo4D8DC1hXlzTYA3n4ANOcatV6zcR5lxDcJootvvLiTAaDTBJ0mxHsPja7TBCMepe3M4P1ig+X9RwCs0cRzrY24lWeNRluPsuXMQNzkq5N5XBu+na/9uhM3wZae6PpA5Zvr3aAx3j+PCmUrD1MTNEZbeZSrZHD7NA7exL//TJ9BA62eVDzHgwAAAABJRU5ErkJggg==);
}

.contentBlock h3 {
    text-align: center;
    margin-bottom: 10px;
}

.antList em {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.toolkitList {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.toolkitList li:first-child {
    font-weight: bold;
}

#searchPageResults h2 a {
    color: #00bdf2;
}

#searchPageResults h2 a:hover {
    color: #2881c0;
}

.arl_dict:before {
    content: "(";
}

.arl_dict:after {
    content: ")";
}

.wotdBlock span.headword-ofd {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    display: block;
    color: white;
    word-break:break-word;
}

#cookieLaw {
    background-color: #323232;
    color: #BBC;
    padding: 10px;
}

#satisfactionSurvey {
    background-color: #ffc900;
    color: #333;
    padding: 10px;
}

#cookieLaw a {
    color: #FFF;
    font-weight: bold;
}

#satisfactionSurvey a {
    color: #333;
    font-weight: bold;
}

#cookieClose, #satisfactionSurveyClose {
    float: right;
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.seeAlsoDictionary{
    display:block;
    font-size:12px;
    color:#aaa;
}

/* --------------------------------------------------
    Sign up page
-------------------------------------------------- */
.blueButton {
    background: #00bdf2;
    border: solid 1px #107db6;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}

.showFormWotd .labelWotd {
    display: inline-block;
    width: 280px;
}

.showFormWotd label {
    display: inline-block;
    width: 100px;
}

/* --------------------------------------------------
    Arabic keyboard
-------------------------------------------------- */

#keyboardList{
    display: none;
    background: white;
    z-index: 1;
    position: absolute;
    right:30px;
    top:34px;
    box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
    border:3px solid #0080c7;
    border-top:none;
}

#compPosTable tr td{
    margin: 0;
    border: none;
    padding: 0;
}

#keyboardList a i {
    margin-right: 15px;
}

#keyboardList a {
    color: #949494;
    padding: 5px;
    display: block;
}

#keyboardList a:hover {
    color: #ffffff;
    background-color: #00bdf2
}

#arabicKeyboard a, #arabicKeyboard{
    border-radius:7px;
}

#arabicKeyboard {
    border-top-left-radius:0;
    border-top-right-radius:0;
    display: none;
    background: white;
    padding: 1px;
    z-index: 1;
    position: absolute;
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

#arabicKeyboard a {
    display:inline-block;
    background-color: #e6e3e3;
    height: 44px;
    width: 44px;
    margin: 1px;
}

#arabicKeyboard a .arabic_shortcut{
    vertical-align: text-top;
    font-size: 12px;
}

#arabicKeyboard .arabic_line_2 a .arabic_shortcut.arabic_shortcut_1{
    font-size:2.3em;
}

#arabicKeyboard a .arabic_value{
    vertical-align: -0.8em;
    font-weight: bold;
    color: #ff6347;
    font-size: 20px;
}

#arabicKeyboard .arabic_line_3 a .arabic_value{
    vertical-align: -0.6em;
    font-size: 34px;
}

#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_0,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_1,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_2,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_3,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_6,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_7{
    margin-left: -15px;
    font-size: 12px;
}

#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_0,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_1,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_2,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_3,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_6,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_7{
    vertical-align: -0.6em;
    font-size: 34px;
    margin-left: 10px;
    margin-right: -10px;
}

#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_8,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_9,
#arabicKeyboard .arabic_line_3 a .arabic_value.arabic_value_10{
    vertical-align: -0.8em;
    font-size: 30px;
    margin-left: 10px;
    margin-right: -10px;
}

#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_8,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_9,
#arabicKeyboard .arabic_line_3 a .arabic_shortcut.arabic_shortcut_10{
    vertical-align: text-top;
    font-size: 12px;
    margin-left: -15px;
}

.underline {
    text-decoration: underline;
}

.inflection {
    font-weight: bold;
    color:#000;
}

.italic {
    font-style: italic;
}

.neutral {
    font-style: normal;
    font-weight: normal;
}

.name_alternative {
    font-weight: bold;
}

.name_original {
    font-style: italic;
}

.searchBlock {
    border-bottom: 1px solid #fff;
}

.mobileSearch .searchContain {
    width: 100%;
}

.mobileSearch .searchContain .q {
    font-size: 14px;
    height: 30px;
    width: 100%;
}

.pron_com_pannel a {
    display:block;
    margin-bottom:20px;
}

.pron_com_pannel a:after {
    display:table;
    content:"";
    clear:both;
}

.pron_com_pannel img {
    float:left;
    margin-right:10px;
    padding-bottom: 10px;
}

.pron_com_pannel span {
    display:block;
    overflow:hidden;
    min-width:200px;
}img{
    max-width:100%;
}

[class*="responsive_container"]{
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

[class*="responsive_container"]::before, [class*="responsive_container"]::after{
    display: table;
    content: "";
    line-height: 0;
}

[class*="responsive_container"]::after {
    clear: both;
}

.responsive_row{
    clear:both;
}

.responsive_row::before, .responsive_row::after{
    display: table;
    content: "";
    line-height: 0;
}

.responsive_row::after {
    clear: both;
}

[class*="responsive_cell"]{
    float:left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive_float_left{
    float:left;
}

.responsive_float_right{
    float:right;
}

.responsive_header_right{
    float: right;
}

.responsive_search_right{
    float: right;
    margin-top: 17px;
}

.responsive_align_right{
    display:table;
    margin-right:0px;
    margin-left:auto;
}

.responsive_center{
    display:table;
    margin-left:auto;
    margin-right:auto;
}

.responsive_cell_footer_sitemap{
    width:13%;
}

/* desktop */
.responsive_container{width:925px;}
.responsive_cell_left{width:160px;}
.responsive_cell_right{width:300px;}
.responsive_cell_center{width:431px;}
.responsive_cell_center_half{width:207px;}
.responsive_cell_center_plus_right{width:748px;}
.responsive_cell_center_plus_right_half{width:365px;}
.responsive_cell_center_plus_left{width:608px;}
.responsive_cell_center_plus_left_half{width:295px;}
.responsive_cell_whole{width:925px;}
.responsive_cell_thirds{width:297px;}
.responsive_cell_half{width:454px;}
.responsive_cell_home_left{width:180px;}
.responsive_cell_home_right{width:280px;}
.responsive_cell_home_center{width:431px;}
.responsive_cell_home_center_half{width:207px;}
.responsive_cell_home_center_plus_right{width:728px;}
.responsive_cell_home_center_plus_left{width:628px;}

[class*="responsive_cell"]{
    margin-left:17px;
    margin-bottom:17px;
}

.responsive_row [class*="responsive_cell"]:first-child{
    margin-left:0px;
}

.responsive_row [class*="responsive_cell"].responsive_float_right{
    margin-left:17px;
}

.firstContainer{
    padding-top:11px;
}

.responsive_columns_2{
    column-gap:0;
    -moz-column-gap:0;
    -webkit-column-gap:0;
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
}

/* end */

/* smartphone */

@media screen and (max-width: 761px){
    body .home, body .general{
        background:#fff;
    }

    html{
        -webkit-text-size-adjust: none;
    }

    [class*="responsive_container"] {
        width: 100%;
    }

    .responsive_header_right {
        float: left;
    }

    .responsive_header_left {
        clear: both;
    }

    [class*="responsive_cell"] {
        clear: both;
        width: 100%!important;
        margin:0 0 10px 0!important;
    }

    .responsive_align_right {
        display:block;
        margin-right:0px;
        margin-left:0px;
    }

    .responsive_hide_on_smartphone {
        display:none!important;
    }

    .responsive_float_left{
        float:none;
    }

    .responsive_float_right{
        float:none;
    }

    #navigation {
        margin-bottom:0px;
        padding-bottom:10px;
        background:#015eab;
    }

    #navigation li {
        float: none;
    }

    #quickSearch {
        border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        background:#015eab;
        padding-top:0px;
    }

    #quickSearch .autocompleter {
        width:90%!important;
    }

    div#loginPanelOne, div#loginPanelTwo, div#loginPanelThree, div#closeLoginPanel {
        width: 220px;
        margin-right: auto;
        margin-left: auto;
    }

    #navigation li.current a {
        background: none !important;
        color: #D2E0F7;
    }

    #navigation li a:hover {
        background:rgb(103, 162, 216) !important;
        background:rgba(103, 162, 216, 1) !important;
        color: white;
    }

    .shopModuleTitle {
      height: 27px;
      padding: 13px 0 0 6px;
    }

    .shopModuleMsg {
        margin-top: 53px;
    }

    #popups {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
        font-size: 12px;
    }

    #cookieLaw, #satisfactionSurvey {
        padding: 5px;
    }

    #cookieClose, #satisfactionSurveyClose {
        font-size:40px;
        margin-left:5px;
    }

    .pageTitle {
        font-size: 37px;
        line-height: 39px;
    }

    .ctaLarge,input.ctaLarge {
        width: 100%;
    }

    .generalMainContent h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .generalMainContent h2 {
        margin-top: 10px;
    }

    .generalMainContent .twoCol .col {
        width: 100%;
    }

    .stageTitle {
        margin-left: 0;
    }

    .responsive_cell_footer_sitemap{
        width:50%!important;
        float:left;
        clear:none;
    }
    .responsive_cell_footer_sitemap:nth-child(odd){
        clear:left;
    }
    .logo-footer-panel, .socialLinks{
        float:none;
    }
    .reveal-modal {
        width: 96%;
        max-width:none;
        margin-left: -48%;
        top: 10px;
        padding: 5px;
    }
    .reveal-modal .modalTitle {
        font-size: 22px;
    }

    /* subscribe page */

    .subscriptionTable {
        border-collapse:collapse;
    }

    .subscriptionTable td, .subscriptionTable th {
        padding:5px;
    }

    .subscriptionTable th, .subscriptionTable .mainHeader, .subscriptionTable .subscribeCta, .subscriptionTable .feature {
        font-size:12px;
        text-transform:none;
    }

    .searchContain .q, #keyboard {
        padding-right:13px;
        width:230px;
    }

    #header{
        border:none;
    }

    .firstContainer{
        padding-top:0;
    }

    /* end */

    .footer-selector-menu{
        left:0;
        right:auto;
    }
    .logout_btn_right{
        float:right;
        padding:2px 10px;
    }

    /* Ad container default sizes */
    #ad_houseslot1 { display: none; }
    #ad_houseslot2 { display: none; }
    .ac_houseslot3 { display: block;  }
    #ad_houseslot3 { display: block; width: 300px; height: 250px; }
    #ad_btmslot { display: block; width: 300px; height: 250px; }
    .ac_leftslot, #ad_leftslot { display: none; }
    #ad_topslot { display: block; width: 320px; height: 50px; }
    .am-home#ad_houseslot1 { display: block; width: 300px; height: 250px; }
}

/* end */

/* tablet */

@media screen and (min-width: 762px) and (max-width: 948px){

    .responsive_hide_on_tablet{
        display:none!important;
    }

    .responsive_hide_on_non_smartphone {
        display:none!important;
    }

    .responsive_container{width:728px;}
    .responsive_cell_left{width:160px;}
    .responsive_cell_right{width:180px;}
    .responsive_cell_center{width:358px;}
    .responsive_cell_center_half{width:171px;}
    .responsive_cell_center_plus_right{width:553px;}
    .responsive_cell_center_plus_right_half{width:269px;}
    .responsive_cell_center_plus_left{width:533px;}
    .responsive_cell_center_plus_left_half{width:259px;}
    .responsive_cell_whole{width:728px;}
    .responsive_cell_thirds{width:232px;}
    .responsive_cell_half{width:356px;}
    .responsive_cell_home_left{width:170px;}
    .responsive_cell_home_right{width:170px;}
    .responsive_cell_home_center{width:358px;}
    .responsive_cell_home_center_half{width:171px;}
    .responsive_cell_home_center_plus_right{width:543px;}
    .responsive_cell_home_center_plus_left{width:543px;}

    [class*="responsive_cell"]{
        margin-left:15px;
        margin-bottom:15px;
    }

    .responsive_row [class*="responsive_cell"]:first-child{
        margin-left:0px;
    }
    
    .responsive_row [class*="responsive_cell"].responsive_float_right{
        margin-left:15px;
    }

    .firstContainer{
        padding-top:11px;
    }

    .responsive_columns_2{
        column-count:1;
        -moz-column-count:1;
        -webkit-column-count:1;
    }

    .logo{
        width:250px;
    }

    .wotdBlock span.headword-ofd, .premiumBlock h2 a {
        font-size: 24px;
    }

    .searchContain .searchBox {
        width:195px;
    }

    .secondaryNav .secondaryNavMenu li a {
        padding:13px 4px;
        font-size:14px;
    }

    .secondaryNav .secondaryNavMenu li a.premium{
        font-size:14px;
        padding:10px 5px;
        margin-left:5px;
    }

    .userNav {
        margin-bottom:4px;
    }

    .userNav li{
        margin-left:8px;
        padding-left:8px;
    }

    .inputSuggestions{
        width:290px;
    }

    .inputSuggestions .suggestionCategory{
        float:none;
        width:auto;
    }

    /* Ad container default sizes */
    #ad_houseslot1 { display: none; }
    #ad_houseslot2 { display: none; }
    .ac_houseslot3 { display: none }
    #ad_btmslot { display: block; width: 300px; height: 250px; }
    #ad_leftslot { display: block; width: 160px; height: 600px; }
    #ad_topslot { display: block; width: 728px; height: 90px; }
}

/* tablet end */

/* desktop */

@media screen and (min-width: 949px) and (max-width: 1239px){

    .responsive_hide_on_desktop{
        display:none!important;
    }

    .responsive_hide_on_non_smartphone {
        display:none!important;
    }

    .ad_trick .ad_trick_header{
        margin-left:177px!important;
        margin-right:0!important;
    }

    .ad_trick .home .ad_trick_header{
        margin-left:197px!important;
        margin-right:0!important;
    }

    .ad_trick .ad_trick_left{
        margin-top:-107px!important;
    }

    .wotdBlock span.headword-ofd, .premiumBlock h2 a {
        font-size: 31px;
    }

    /* Ad container default sizes */
    #ad_houseslot1 { display: block; width: 300px; height: 250px; }
    #ad_houseslot2 { display: none; }
    .ac_houseslot3 { display: none }
    #ad_btmslot { display: block; width: 300px; height: 250px; }
    #ad_leftslot { display: block; width: 160px; height: 600px; }
    #ad_topslot { display: block; width: 728px; height: 90px; }
    .am-home#ad_houseslot1 { display: none; }
}

/* desktop end */

/* hd */

@media screen and (min-width: 1240px){
  
    .responsive_hide_on_hd{
        display:none!important;
    }

    .responsive_hide_on_non_smartphone {
        display:none!important;
    }

    .responsive_container{width:1222px;}
    .responsive_cell_left{width:160px;}
    .responsive_cell_right{width:300px;}
    .responsive_cell_center{width:728px;}
    .responsive_cell_center_half{width:355px;}
    .responsive_cell_center_plus_right{width:1045px;}
    .responsive_cell_center_plus_right_half{width:514px;}
    .responsive_cell_center_plus_left{width:905px;}
    .responsive_cell_center_plus_left_half{width:444px;}
    .responsive_cell_whole{width:1222px;}
    .responsive_cell_thirds{width:396px;}
    .responsive_cell_half{width:602px;}
    .responsive_cell_home_left{width:250px;}
    .responsive_cell_home_right{width:300px;}
    .responsive_cell_home_center{width:638px;}
    .responsive_cell_home_center_half{width:310px;}
    .responsive_cell_home_center_plus_right{width:955px;}
    .responsive_cell_home_center_plus_left{width:905px;}

    [class*="responsive_cell"]{
        margin-left:17px;
        margin-bottom:17px;
    }

    .responsive_row [class*="responsive_cell"]:first-child{
        margin-left:0px;
    }

    .responsive_row [class*="responsive_cell"].responsive_float_right{
        margin-left:17px;
    }

    .shopModuleTitle {
      height: 27px;
      padding: 13px 0 0 6px;
    }

    .shopModuleMsg {
        margin-top: 53px;
    }

    .ad_trick .ad_trick_header{
        margin-left:177px!important;
        margin-right:0!important;
    }

    .ad_trick .home .ad_trick_header{
        margin-left:267px!important;
        margin-right:0!important;
    }

    .ad_trick .ad_trick_left{
        margin-top:-107px!important;
    }

    .wotdBlock span.headword-ofd, .premiumBlock h2 a {
        font-size: 38px;
    }

    .searchContain .searchBox {
        width:415px;
    }

    .secondaryNav .secondaryNavMenu li a {
        padding:12px 13px;
    }

    .fixed .secondaryNavContainer{
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    }

    .fixed .stic{
        display:block;
        height:48px;
    }
    .fixed .secondaryHoverMenu{
        position:fixed;
        top: 48px;
    }
    .inputSuggestions {
        left:25px;
        width:520px;
    }

    /* Ad container default sizes */
    #ad_houseslot1 { display: block; width: 300px; height: 250px; }
    #ad_houseslot2 { display: none; }
    .ac_houseslot3 { display: none }
    #ad_btmslot { display: none; }
    #ad_leftslot { display: block; width: 160px; height: 600px; }
    #ad_topslot { display: block; width: 728px; height: 90px; }
    .am-home#ad_btmslot { display: block; }
    .am-home#ad_houseslot1 { display: none; }
    .am-home#ad_houseslot2 { display: block; width: 250px; height: 262px; }
}

/* end */

/* miscellaneous */

.responsive_no_margin{
    margin:0px!important;
}

.responsive_no_margin_vertical{
    margin-top:0px!important;
    margin-bottom:0px!important;
}

.responsive_no_margin_horizontal{
    margin-left:0px!important;
    margin-right:0px!important;
}

/* end */
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;line-height:1.4;opacity:0;}.tooltip.in{opacity:1;}
.tooltip.bottom{margin-top:3px;padding:5px 0;}
.tooltip-inner{max-width:200px;padding:8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#333;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#333;}@font-face {
    font-family: 'oup-icons';
    src:url('http://www.oxforddictionaries.com/external/fonts/oup-icons.eot?version=2014-10-22-1640');
    src:url('http://www.oxforddictionaries.com/external/fonts/oup-icons.eot?#iefix&version=2014-10-22-1640') format('embedded-opentype'),
        url('http://www.oxforddictionaries.com/external/fonts/oup-icons.ttf?version=2014-10-22-1640') format('truetype'),
        url('http://www.oxforddictionaries.com/external/fonts/oup-icons.woff?version=2014-10-22-1640') format('woff'),
        url('http://www.oxforddictionaries.com/external/fonts/oup-icons.svg#oup-icons?version=2014-10-22-1640') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    vertical-align: text-bottom;
    display: inline-block;
    font-family: 'oup-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fixed-width:before{
    display:inline-block;
    text-align:center;
    width:1.2em;
}

.icon-menu:before {
    content: "\e617";
}

.icon-account:before {
    content: "\e60c";
}
.icon-down:before {
    content: "\e615";
}
.icon-tick:before {
    content: "\e616";
}
.icon-search:before {
    content: "\e60b";
}
.icon-wotd:before {
    content: "\e60f";
}
.icon-arrow-right:before {
    content: "\e607";
}
.icon-arrow-left:before {
    content: "\e608";
}
.icon-arrow-up:before {
    content: "\e609";
}
.icon-arrow-down:before {
    content: "\e60a";
}
.icon-cite:before {
    content: "\e60d";
}
.icon-top-word:before {
    content: "\e60e";
}
.icon-envelope:before {
    content: "\e613";
}
.icon-earth:before {
    content: "\e610";
}
.icon-plus:before {
    content: "\e611";
}
.icon-minus:before {
    content: "\e612";
}
.icon-keyboard:before {
    content: "\e600";
}
.icon-grammar:before {
    content: "\e601";
}
.icon-audio:before {
    content: "\e602";
}
.icon-twitter:before {
    content: "\e603";
}
.icon-facebook:before {
    content: "\e604";
}
.icon-google-plus:before {
    content: "\e605";
}
.icon-blog:before {
    content: "\e606";
}
.icon-uppercase:before {
    content: "\e614";
}
.secondarycontent-smallcaps{
    font-variant: small-caps;
}

.secondarycontent-prosequote{
    margin-left:2em;
    margin-bottom:1em;
}

.secondarycontent-dialogue{
    margin-left:1em;
    text-indent: -1em;
}

.secondarycontent-table{
    border-top: 1px solid #E0E0E0;
}

.secondarycontent-ul{
    margin-top:10px;
}

.secondarycontent-enumerator{
    font-weight:bold;
}

.garner_dict_legal_usage .secondarycontent-enumerator{
    float:left;
}

.secondarycontent-enumerator:after { /* Adds a space after paragraph numbers */
    content: " ";
}

article.words iframe{
    max-width:100%;
}

.se1 .msDict, .se2 .msDict{
    padding-left:20px;
}

.entryPageContent .se2,
.entryPageContent .sense{
    position:relative;
    margin-bottom:30px;
}

.entryPageContent .reg,
.entryPageContent .transivityStatement,
.entryPageContent .languageGroup {
    color: #f78e1e;
}

.entryPageContent .date {
    text-transform:lowercase;
}

.senseGroup .reg {
    font-size: 14px;
}
.senseGroup .reg .ar {
    font-size: 16px;
}

.ox_dict_writers_editors .sc{
    text-transform:lowercase;
    font-variant:small-caps;
}

.ox_dict_writers_editors .l,
.ox_dict_writers_editors .vg,
.ox_dict_writers_editors .sj,
.ox_dict_writers_editors .pos,
.ox_dict_writers_editors .reg{
    color:#888;
}
.ox_dict_writers_editors .v{
    color:#000;
}

.ox_dict_writers_editors .sensenum{
    color:#f78e1e;
    position:absolute;
}

.ox_dict_writers_editors .hg .vg{
    display:block;
}

.ox_dict_writers_editors .ff{
    font-style:italic;
}

.spanish .transivityStatement{
    font-size:inherit;
    text-transform:none;
    color:inherit;
    font-family:inherit;
}

.english-spanish .moreInformation{
    display:none;
}

.arabic-english .variantGroup strong{
    font-weight:inherit;
}

.spanish .exampleGroup strong{
    font-weight:inherit;
    font-style: normal;
}

.arabic-english .pageTitle em, 
.arabic-english .senses em, 
.arabic-english .restrictedHeader em{
    display:inline-block;
    white-space:nowrap;
}

.arabic-english .example .ex,
.english-arabic .example .tr,
.english-arabic .trg .tr,
.english-arabic .trg .gl{
    display:block;
}

.english-arabic .morphoSyntax_verbForm{
    display:none;
}

.arabic-english #arabic-solutions .solution{
    display:inline-block;
}

.inputSuggestions .arabic-english .suggestionResult,
.quiz .arabic_hw,

.arabic-english .pageTitle em,
.arabic-english .frm,
.arabic-english .exampleGroup .ex,
.arabic-english .senses em, 
.arabic-english .relatedBlock .subject em, 
.arabic-english .relatedBlock .alpha_title, 
.arabic-english .relatedBlock .arl_match_ex, 
.arabic-english .relatedBlock .arl_hw, 
.arabic-english .relatedBlock .resultListLink em, 
.arabic-english .indicator em, 
.arabic-english .variantGroup,
.arabic-english .trg b,
.arabic-english .relatedBlock .clean_hw,
.arabic-english .arabic-solutions .solution, 
.arabic-english .verbTableLink em,
.arabic-english .restrictedHeader em, 

.english-arabic .trg .gl,
.english-arabic .tr,
.english-arabic .tfrm
{
    text-align:left;
    direction:rtl;
    font-weight:normal!important;
    font-style:normal!important;
    font-size:1.5em;
    line-height:1.3em;
    font-family:Cambria, Georgia, serif;
}

.ar:before{
    content:"\00200f";
}
.ar:after{
    content:"\00200e";
}
.ar {
    font-style:normal;
}

.inputSuggestions .arabic-english .suggestionResult,
.quiz .arabic_hw:after,

.arabic-english .pageTitle em:after,
.arabic-english .frm:after,
.arabic-english .exampleGroup .ex:after,
.arabic-english .senses em:after, 
.arabic-english .relatedBlock .subject em:after, 
.arabic-english .relatedBlock .alpha_title:after, 
.arabic-english .relatedBlock .arl_match_ex:after, 
.arabic-english .relatedBlock .arl_hw:after, 
.arabic-english .relatedBlock .resultListLink em:after, 
.arabic-english .indicator em:after, 
.arabic-english .variantGroup:after,
.arabic-english .trg b:after, 
.arabic-english .relatedBlock .clean_hw:after, 
.arabic-english .arabic-solutions .solution, 
.arabic-english .verbTableLink em:after,
.arabic-english .restrictedHeader em:after, 

.english-arabic .trg .gl:after,
.english-arabic .tr:after,
.english-arabic .tfrm:after, 
.english-arabic .collocate:after{
    content:"\00200e";
}

.arabic-english .partOfSpeech em:after{
    content:"\00200e";
}