/****************************************
 *  GENERIC CLASSES
 */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide, .hidden {
    display: none;
}

.margin-top {
    margin-top: 10px;
}

.invisible {
    position: absolute;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    overflow: hidden;
}

.inline {
    display: inline;
}

div.error {
    color: #990000;
    padding-bottom: 16px;
    text-align: left;
    font-size: 12px;
}

a.break {
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

div.error li {
    list-style-position: inside;
    list-style-type: disc;
    font-size: 14px;
}

/* font-family: "ff-more-web-pro", serif; = font-family: 'Adamina', serif;*/
/* font-family: "ff-tisa-sans-web-pro", sans-serif; = font-family: 'Ek Mukta', sans-serif;*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

strong, b {
    font-weight: 700;
}

.text-success {
    font-weight: bold;
    color: green;
}

.text-error {
    font-weight: bold;
    color: #990000;
}

.text-small {
    font-size: 0.8em;
    color: #333;
}

/****************************************
 *  FONT SCALING RULES
 */
html {
    font-size: 13px;
}
/* 14px on mobile */

@media all and (min-width: 898px) { /* 16px on desktop */
    /*html { font-size: 100%; }*/
}

.old-ie {
    font-size: 100%;
}
/* 16px on IE */




/****************************************
 *  ELEMENTS STYLES
 */

html {
    font-family: 'Adamina', serif;
    line-height: 1.5em; /* 24px @ 16px */
}

html, body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #FFF;
    text-align: left;
}

body {
    font-size: 100%;
    font-family: inherit;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 1em 0;
}

h1 {
    font-size: 2.00em; /* 32px */
    line-height: 1.250; /* 40px */
}

h1.volume-issue a {
    text-decoration: none;
}

h1.volume-issue a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 1.50em; /* 24px */
    line-height: 1.500; /* 36px */
}

h3 {
    font-size: 1.313em; /* 21px */
    line-height: 1.333; /* 28px */
}

h4 {
    font-size: 1em;
}

h4 strong {
    display: block;
    font-size: 1.1em;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h4 hr {
    border-top: 3px solid #235FBD;
    margin-bottom: 0.500em;
}

h5 {
    margin: 0.75em 0;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Ek Mukta', sans-serif;
    text-transform: uppercase;
}

figure {
    margin: 0;
}

p {
    margin-bottom: 0.75em; /* 12px */
    margin-top: 0;
}

a {
    color: #161988;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

hr {
    position: relative;
    margin: 1.31em 0 0;
    height: 0;
    border: none;
    border-top: 1px solid #E3E3E3;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 0.2em 0.5em;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 0.875em;
}

input[disabled], select[disabled] {
    background-color: #EAEAEA;
}




/****************************************
 *  BACKGROUND STYLES
 */

.dark-bg {
    background: #235FBD;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}

.dark-bg.row {
    *border-color: #235FBD; /* IE7 fix */
}

.dark-bg a {
    color: #FFF;
}

.dark-bg .btn-small {
    padding: 0;
}

.dark-bg .btn-small:after {
    display: none;
}

.light-bg {
    background: #EDF7F9;
    padding-bottom: 0.75em;
}

.light-bg.row {
    *border-color: #EDF7F9; /* IE7 fix */
}

h4.light-bg {
    margin-bottom: 0;
}

p.light-bg {
    margin: 0;
}



/****************************************
 *  BUTTON STYLES
 */

.btn,
.google-search input[type="submit"],
.btn-small,
.btn-free {
    display: inline-block;
    font: normal 0.875em/2.286em 'Adamina', serif;
    height: 2.286em;
    padding: 0 0.8em;
    border: none;
    text-decoration: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    outline: none;
    text-transform: uppercase;
}

.btn,
.google-search input[type="submit"] {
    background: #161988;
    color: #FFF;
    border-radius: 2px;
}

.btn-small {
    color: #161988;
    font-weight: 400;
    padding-right: 0;
    background: transparent;
}

.btn-small:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.75em;
    border: 5px solid transparent;
    border-left-color: #161988;
    vertical-align: baseline;
}

.btn-free {
    font-size: 0.813em;
    color: #FFF;
    background: #DE0045;
    line-height: 1.846em;
    height: auto;
}

.btn-alt {
    font-size: 0.95em;
    color: #FFF;
    border: 2px solid transparent;
    background: #DE0045;
    padding: 1px;
}

.btn-dim {
    color: #FFF;
    background: #d3d3d3;
}

/****************************************
 *  INLINE LIST STYLE
 */

.inline-list {
    text-align: center;
    padding: 0;
    margin: 0;
}

@media all and (min-width: 701px) {
    .inline-list {
        text-align: left;
    }
}

.old-ie .inline-list {
    text-align: left;
}

.inline-list li {
    display: inline-block;
    vertical-align: middle;
    *display: inline; /* IE7 hack */
    zoom: 1;
}


/****************************************
 *  ICON STYLES
 */

.icon-pdf, .icon-rss, .icon-fb, .icon-tw, .icon-print, .icon-gp {
    padding-left: 28px;
    background: url(/content/images/sprites.png) 0 0 no-repeat;
    background-image: -webkit-image-set(url(/content/images/sprites.png) 1x, url(/content/images/sprites@2x.png) 2x);
    background-size: 25px auto;
    text-decoration: none;
    font-family: 'Ek Mukta', sans-serif;
}

.icon-pdf {
    background-position: 0 -182px;
    margin-right: 10px;
}

.icon-rss {
    background-position: 0 -147px;
    margin-right: 10px;
}

.icon-fb {
    background-position: 0 -287px;
}

.icon-tw {
    background-position: 0 -252px;
}

.icon-print {
    background-position: 0 -322px;
    margin-right: 10px;
}

.icon-gp {
    background-position: 0 -217px;
}





/****************************************
 *  PAGE STRUCTURE
 */

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* Wrapper max width */
.wrapper {
    max-width: 960px;
}

.old-ie .wrapper {
    width: 960px; /* old pages fix */
}


.m-content {
    padding-top: 1.5em;
}


.m-header {
    border-left: 50px solid #FFF;
    border-right: 10px solid #FFF;
}

.menu-mobile .m-header,
.menu-desktop .m-header {
    border-right: 50px solid #FFF;
    border-bottom: none;
}


.m-header .logo {
    font-size: 1em;
    margin: 1.2em auto 0;
    max-width: 940px;
    /*text-align: center;*/
}

.m-header .logo a {
    text-decoration: none;
}


.m-header .payoff {
    margin: 0.3em auto 1.5em;
    max-width: 940px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
}

.m-header .time-today {
    display: none;
}

.m-header .time-today:before {
    content: '|';
    margin: 0 8px;
    color: #999;
}

@media all and (min-width: 701px) {
    .m-header .time-today {
        display: inline-block;
    }

    .m-header .logo {
        margin-top: 1em;
    }
}

.old-ie .m-header .time-today {
    display: inline-block;
}

.old-ie .m-header .logo {
    margin-top: 1em;
}



/* old page container fixes */
.container,
.container * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.container * {
    margin: 0;
}

/* custom */

.inline {
    display: inline;
}

/* page headings */

.sub-navigation {
    font-size: 1.1em;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #CCC;
}

.sub-navigation .category {
    display: inline;
    color: #161988;
    background: url("/content/images/subnav-angle.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 20px;
}

.sub-navigation .category-name {
    padding-left: 10px;
    display: inline;
}

/* sidebar items */

.poll ul {
    padding: 0px;
}

.poll ul li {
    list-style-type: none;
}

.whos-who-box .pics {
    float: left;
    display: inline;
    width: 110px;
}

.whos-who-box .pics img {
    border: solid 1px #EAEAEA;
    margin: 1px;
}

/* browse by country / category / whos who result items */

.results-header {
    overflow: hidden;
}

.results-header img {
    float: left;
    margin-right: 10px;
    border: none;
}

.results-header h1 {
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
}

.results-header table tr td {
    padding-bottom: 5px;
    vertical-align: top;
}

.results-header table tr td.title {
    font-weight: bold;
    padding-right: 10px;
}

.results-subheader {
    background-color: #3369B2;
    clear: left;
    color: #FFF;
    margin-bottom: 10px;
    overflow: hidden;
}

.results-subheader h2 {
    color: #FFF !important;
    float: left;
    font: 0.9em Georgia, "Times New Roman",serif;
    margin-bottom: 0 !important;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
}

.results-subheader h3 {
    float: right;
    font-size: 0.75em;
    padding: 5px 5px 5px 0;
}

.results-subheader h3 span {
    font-weight: normal;
}

.results-subheader p {
    float: right;
    padding: 3px;
    margin-top: 3px;
}

.results-subheader p a {
    background-color: #222;
    color: #FFF;
    font: bold 13px Georgia, "Times New Roman",serif;
    padding: 4px 5px 3px;
    text-decoration: none;
    vertical-align: baseline;
}

.results-subheader p a:hover {
    background-color: #182278;
    color: #FFF;
}

.results-subheader .search-criteria {
    background-color: #E4EDDF;
    clear: both;
    display: block;
    padding: 10px 0;
}

.results-subheader table {
    font-size: 0.75em;
}

.results-subheader table td {
    padding: 0 10px;
}

.results-navigation {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.results-navigation.top {
    background: url(/content/images/bg-dots-horiz.gif) repeat-x bottom;
}

.results-navigation p {
    float: left;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.7em;
}

.results-navigation fieldset {
    border: 0 solid;
    font-size: 0.8em;
    font-weight: bold;
}

.results-navigation fieldset select {
    width: 180px;
}

.results-navigation ul {
    float: right;
    overflow: hidden;
    margin-top: 0;
}

.results-navigation ul li {
    border: none;
    color: #FFF;
    float: left;
    font-size: 0.85em !important;
    line-height: 1.6em;
    margin: 0 2px;
    list-style-type: none;
}

.results-navigation ul li span {
    background-color: #333;
    border: 1px solid #333;
    padding: 1px 4px;
}

.results-navigation ul li a span {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #182278;
    text-decoration: none;
}

.results-navigation ul li a,
.results-navigation ul li.prev a,
.results-navigation ul li.next a {
    background-color: transparent !important;
    color: #182278;
    font-size: 1em;
    text-decoration: none;
    text-transform: none;
}

.no-bg-img {
    background: #E4EDDF none !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    float: left !important;
}

.results-navigation ul li.prev a span {
    padding-left: 13px;
}

.results-navigation ul li.next a span {
    padding-right: 13px;
}

.results-navigation ul li a:hover {
    background-color: #222 !important;
    border: 1px solid #222;
    color: #FFF !important;
    text-decoration: none;
}

.results-navigation ul li.prev a:hover span {
    padding-left: 10px;
}

.results-navigation ul li.next a:hover span {
    padding-right: 12px;
}

.results-navigation ul li a:hover span {
    background-color: #222;
    border: 1px solid #222;
    color: #FFF;
    padding: 1px 3px;
}

/* Search by country / category / issue */

div.main-content .search-by h1 {
    color: #000;
    font: 1.5em Georgia, "Times New Roman",serif;
    margin-bottom: 5px;
}

div.main-content .search-by h2 {
    color: #000;
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

div.main-content .search-by p {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

div.main-content .search-by img {
    border: 0;
}

div.main-content .search-by fieldset {
    border: none;
    float: left;
    margin: 10px 0;
    width: 49%;
}

div.main-content .search-by fieldset.first {
    padding-right: 2%;
}

div.main-content .search-by label {
    display: block;
    font: 0.88em Georgia, "Times New Roman",serif;
    text-transform: uppercase;
}

div.main-content .search-by select {
    margin-bottom: 10px;
    width: 100%;
}

div.main-content .search-by input {
    float: right;
}

div.main-content .search-by .last-issue,
div.main-content .search-by .prev-issue {
    float: left;
    height: 210px;
    margin-bottom: 20px;
    min-height: 210px;
    padding: 0px 7px 7px 7px;
    position: relative;
    width: 196px;
}

div.main-content .search-by .last-issue h3,
div.main-content .search-by .prev-issue h3 {
    font: 0.63em arial,sans-serif;
    padding: 10px 7px 5px 7px;
    text-transform: uppercase;
}

div.main-content .search-by .last-issue h4,
div.main-content .search-by .prev-issue h4 {
    color: #182278;
    font: 1.13em Georgia, "Times New Roman",serif;
    padding: 0px 7px;
}

div.main-content .search-by .last-issue h4 a,
div.main-content .search-by .prev-issue h4 a {
    color: #182278;
    text-decoration: none;
}

div.main-content .search-by .last-issue h4 a:hover,
div.main-content .search-by .prev-issue h4 a:hover {
    text-decoration: underline;
}

div.main-content .search-by .last-issue p,
div.main-content .search-by .prev-issue p {
    margin-bottom: 0;
    padding: 0 7px;
}

div.main-content .search-by .last-issue p.issue,
div.main-content .search-by .prev-issue p.issue {
    font: 1.2em Georgia, "Times New Roman",serif;
}

div.main-content .search-by .last-issue p.issue span,
div.main-content .search-by .prev-issue p.issue span {
    color: #182278;
    font: 1.1em "Times New Roman",serif;
}

div.main-content .search-by .last-issue p.issue sup,
div.main-content .search-by .prev-issue p.issue sup {
    text-decoration: underline;
}

div.main-content .search-by .last-issue p.date,
div.main-content .search-by .prev-issue p.date {
    font: 0.94em Georgia, "Times New Roman",serif;
}

div.main-content .search-by .last-issue p.link,
div.main-content .search-by .prev-issue p.link {
    background: url(/content/images/bg-dots-horiz.gif) repeat-x top left;
    bottom: 14px;
    left: 7px;
    padding-top: 7px;
    position: absolute;
    width: 168px;
}

div.main-content .search-by .last-issue p.link a,
div.main-content .search-by .prev-issue p.link a {
    background: url(/content/images/bg-archive-link.gif) no-repeat left top;
    font-size: 0.9em;
    padding-left: 10px;
    text-decoration: none;
}

div.main-content .search-by .last-issue p.link a:hover,
div.main-content .search-by .prev-issue p.link a:hover {
    text-decoration: underline;
}

div.main-content .search-by .last-issue {
    background: #98B6B4 url(/content/images/bg-issue-btm-blue.gif) no-repeat bottom right;
    border-top: 7px solid #AECFCD;
    border-left: 7px solid #AECFCD;
    padding: 10px;
}

div.main-content .search-by .prev-issue {
    background: #E4EDDF url(/content/images/bg-issue-btm-green.gif) no-repeat bottom right;
    border-top: 7px solid #E4EDDF;
    border-left: 7px solid #E4EDDF;
    padding: 10px;
    margin-left: 10px;
}

div.main-content .search-filter {
    float: left;
    overflow: hidden;
    width: 100%;
}

div.main-content .search-filter h2 {
    font-size: 1em;
    margin-bottom: 10px;
    padding: 5px 5px 4px 5px;
    text-transform: uppercase;
    color: #182278;
}

div.main-content .search-filter h3 {
    background: url(/content/images/bg-dots-horiz.gif) repeat-x top;
    clear: both;
    font: 1.13em Georgia, "Times New Roman",serif;
    margin-bottom: 10px;
    padding-top: 10px;
}

div.main-content .search-filter fieldset {
    border: none;
    float: left;
    padding-bottom: 10px;
}

div.main-content .search-filter fieldset label {
    font-size: 0.75em;
    font-weight: bold;
}

div.main-content .search-filter fieldset select {
    width: 100px;
}

div.main-content .search-filter p {
    float: right;
    font-size: 0.75em;
    line-height: 1.5em;
}

div.main-content .search-filter ul {
    margin-bottom: 30px;
    padding: 0px;
}

div.main-content .search-filter li {
    font-size: 0.9em;
    line-height: 1.9em;
    list-style-type: none;
}

/* WHOS who */

.whos-who .photo {
    border: solid 1px #235fbd;
    margin: 0px 20px 20px 0px;
    padding: 2px;
    float: left;
}

.whos-who .country {
    font-family: "Ek Mukta",sans-serif;
    font-size: 0.75em;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
}

div.whos-who {
    margin-bottom: 20px;
}

div.whos-who img {
    float: left;
    margin-right: 0px;
}

div.whos-who h1 {
    color: #161988;
    margin: 0;
    padding: 0;
}

div.whos-who h2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

div.whos-who h3 {
    font: normal 1em Georgia, "Times New Roman",serif;
    line-height: 1.5em;
    padding-bottom: 10px;
}

div.whos-who p {
    font-size: 1em;
}

div.whos-who ul.index {
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
    padding-left: 32px;
}

div.whos-who ul.index li {
    background: url('../images/dot-grey.gif') no-repeat left 75%;
    display: block;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
}

div.whos-who ul.index li.first {
    background: 0 none;
    padding-left: 0;
    margin: 0;
    width: auto;
}

div.whos-who ul.index a {
    background-color: transparent;
}

div.whos-who ul.index a:hover {
    font-weight: bold;
    text-decoration: underline;
}

div.whos-who p.letter {
    color: #1A2179;
    float: left;
    font-size: 3em;
    text-transform: uppercase;
    width: 10%;
}

div.whos-who table {
    border-collapse: collapse;
    float: right;
    font-size: 1em;
    width: 89%;
}

div.whos-who table thead {
    color: #1A2179;
    font-weight: bold;
}

div.whos-who table tbody span {
    font-weight: bold;
}

div.whos-who table tr td {
    border-bottom: 1px solid #999;
    padding: 5px 0;
}

div.whos-who table tr td a {
    background-color: transparent;
    font: 1em arial,sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}

div.whos-who table tr td a:hover {
    text-decoration: underline;
}

/* MAPS */

div.map {
    display: inline;
    float: left;
    margin: 0px 20px 25px 0px;
}

div.map span.country {
    text-decoration: underline;
    color: #333;
    text-transform: uppercase;
    font-family: "Ek Mukta",sans-serif;
    font-size: 0.75em;
}

/* EVENTS */

div.events table {
    /*word-break: break-all;
    word-wrap: break-word;*/
}

/* links */

div.links .heading_small {
    font-weight: bold;
}

/* CMS */

div.main-content p .heading_large {
    color: #000;
    font: 19px Georgia, "Times New Roman",serif;
    margin-bottom: 5px;
}

div.main-content p .heading_small {
    color: #000;
    font: 16px Georgia, "Times New Roman",serif;
    margin-bottom: 5px;
}

div.main-content p .heading_alt {
    color: #182278;
    font: 19px Georgia, "Times New Roman",serif;
    margin-bottom: 5px;
}

div.main-content p {
    margin-bottom: 20px;
}

div.main-content li.message {
    list-style-type: square;
    list-style-position: inside;
    font: normal 0.95em Georgia, "Times New Roman",serif;
}

.login input[type=text],
.login input[type=password] {
    color: #222222;
}

.main-content .subscribe-options p {
    margin-bottom: 0px;
}

/* Error */

.login .message {
    color: #182278;
    font-weight: bold;
}

/* SUBSCRIPTION INFORMATION */

.subscribe-intro {
    background-color: #E8E8E8;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.subscribe-intro h3 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding: 0 0 5px 8px;
}

.subscribe-intro p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-left: 8px;
}

.subscribe-intro p span {
    color: #182278;
    font: italic bold 1.2em Georgia, "Times New Roman",serif;
}

.subscribe-intro .subscribe-links {
    background-color: #FFF;
    clear: right;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 188px;
}

.subscribe-intro .subscribe-links h3 {
    color: #FFF;
    font: 1.13em Georgia, "Times New Roman",serif;
    margin-bottom: 10px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.subscribe-intro .subscribe-links h3.new {
    background-color: #3369B2;
}

.subscribe-intro .subscribe-links h3.old {
    background-color: #3369B2;
}

.subscribe-intro .subscribe-links p {
    font-size: 0.85em;
}

/* SUBSCRIPTION FORM */

.subscription-form input[type=radio] {
    margin-right: 20px;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #EAEAEA;
}

/* BASKET */

#basket .table-header {
    font-weight: bold;
}

/* FORMS */

.form p {
    margin-bottom: 6px;
}

.form h2 {
    font-size: 1em;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

table.generic-form td {
    padding: 5px;
}

table.generic-form .dpa label {
    padding-right: 20px;
}

table.transaction td:first-child {
    padding-right: 20px;
}

/* MY ACCOUNT */

div.collapsable {
    border: solid 1px #E1E8ED;
    margin: 0px 0px 26px 0px;
}

div.collapsable div.collapsable-heading {
    background-color: #EAEAEA;
    color: #666;
    padding: 8px;
    background-image: url('/content/images/down.png');
    background-repeat: no-repeat;
    background-position: 578px 8px;
    cursor: pointer;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

div.collapsable div.collapsable-content {
    padding: 8px;
}

div.collapsable-content a.hyp-button {
    font-size: 0.9em;
}

div.collapsable div.collapsable-content table td {
    padding: 4px 0px 4px 0px;
    border-bottom: solid 1px #eaeaea;
    font-size: 12px;
}

div.collapsable div.collapsable-content table tr:last-child td {
    border-bottom: none;
}

.account-heading {
    font: 14px Georgia,"Times New Roman",arial,serif !important;
}

.sub-links {
    float: right;
    padding-right: 10px;
    font-size: 12px;
}

div.collapsable div.collapsable-content div.country {
    width: 190px;
    display: inline-block;
    font-size: 12px;
}

div.collapsable div.collapsable-content .all {
    font-size: 12px;
}

#login input {
    margin-top: 10px;
}

/* OVERLAY */

body.overlay {
    font-size: 1.2em;
}

body.overlay h2 {
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: #EAEAEA solid 2px;
    color: #182278;
}

/* BLOG */

.blog-list h1 {
    color: #182278;
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-list h2 {
    border-bottom: 5px solid #182278;
    color: #333;
    font-size: 0.88em;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.blog-list ul {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0;
}

.blog-list ul li {
    display: inline;
    font-size: 0.88em;
}

.blog-list ul li a {
    color: #FFF;
    background-color: #3369B2;
    font-size: 0.9em;
    letter-spacing: 1px;
    padding: 1px 2px 0px 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-list ul li a:hover {
    text-decoration: underline;
}

.blog-list h3 {
    padding: 0;
    margin: 0;
}

.blog-list h3 a {
    text-decoration: none;
}

.blog-list h3 a:hover {
    text-decoration: underline;
}

.blog-list h4 {
    font-weight: normal;
    font-size: 0.85em;
    margin-bottom: 10px;
}

.blog-line {
    background: url(/content/images/bg-dots-horiz.gif) repeat-x bottom;
    margin-bottom: 5px;
    padding: 5px 0 0px 0;
    display: block;
}

.blog-list p {
    font-size: 0.9em;
}

/* 12 column grid */

.column {
    position: relative;
    float: left;
    width: 100%;
    *zoom: 1;
}

.pad-bottom {
    padding-bottom: 3em;
}



/****************************************
 *  WIDTH RULES
 */

.small-75 {
    width: 75%;
}
/* 9 */
.small-66 {
    width: 66.66667%;
}
/* 8 */
.small-50 {
    width: 50%;
}
/* 6 */
.small-33 {
    width: 33.33333%;
}
/* 4 */
.small-25 {
    width: 25%;
}
/* 3 */


@media all and (min-width: 701px) {
    .medium-100 {
        width: 100%;
    }

    .medium-75 {
        width: 75%;
    }

    .medium-66 {
        width: 66.66667%;
    }

    .medium-50 {
        width: 50%;
    }

    .medium-33 {
        width: 33.33333%;
    }

    .medium-25 {
        width: 25%;
    }

    .medium-17 {
        width: 16.66667%;
    }

    .medium-right {
        float: right;
    }

    .medium-left {
        float: left;
    }

    .medium-none {
        float: none;
    }
}

@media all and (min-width: 898px) {
    .large-100 {
        width: 100%;
    }

    .large-75 {
        width: 75%;
    }

    .large-66 {
        width: 66.66667%;
    }

    .large-50 {
        width: 50%;
    }

    .large-33 {
        width: 33.33333%;
    }

    .large-25 {
        width: 25%;
    }

    .large-17 {
        width: 16.66667%;
    }

    .large-right {
        float: right;
    }

    .large-left {
        float: left;
    }
}


.old-ie .medium-100 {
    width: 100%;
}

.old-ie .medium-75 {
    width: 75%;
}

.old-ie .medium-66 {
    width: 66.66667%;
}

.old-ie .medium-50 {
    width: 49.99%; /* IE7 fix */
}

.old-ie .medium-33 {
    width: 33.33333%;
}

.old-ie .medium-25 {
    width: 24.97%; /* IE7 fix */
}

.old-ie .medium-17 {
    width: 16.66667%;
}

.old-ie .medium-right {
    float: right;
}

.old-ie .medium-left {
    float: left;
}

.old-ie .medium-none {
    float: none;
}

.old-ie .large-100 {
    width: 100%;
}

.old-ie .large-75 {
    width: 75%;
}

.old-ie .large-66 {
    width: 66.66667%;
}

.old-ie .large-50 {
    width: 50%;
    *width: 49.85%; /* IE7 fix */
}

.old-ie .large-33 {
    width: 33.33333%;
}

.old-ie .large-25 {
    width: 25%;
}

.old-ie .large-17 {
    width: 16.66667%;
}

.old-ie .large-right {
    float: right;
}

.old-ie .large-left {
    float: left;
}



/****************************************
 *  GUTTER RULES
 */

.row {
    position: relative;
    display: inline-block;
    width: 100%;
    border-left: 1.125em solid transparent;
    border-right: 1.125em solid transparent;
    vertical-align: top;
    *width: auto; /* IE7 fix */
    *display: block;
    *zoom: 1;
    margin-bottom: -1px;
}


/****************************************
 *  HAMBURGER MENU BUTTON
 */

#nav-jump {
    position: absolute;
    top: 14px;
    left: 7px;
    width: 34px;
    height: 28px;
    overflow: hidden;
    background: url('/content/images/sprites.png') 0 0 no-repeat;
    background-image: -webkit-image-set(url(/content/images/sprites.png) 1x, url(/content/images/sprites@2x.png) 2x);
    background-size: 25px auto;
    background-position: 8px -48px;
    border: 1px solid #CCC;
    border-radius: 3px;
    z-index: 5;
}


.menu-desktop #nav-jump {
    left: -60px;
}


#nav-jump + hr {
    border-top: 3px solid transparent;
    margin: 0;
}

.old-ie #nav-jump + hr {
    min-width: 960px;
}



/****************************************
 *  MAIN NAVIGATION (cloned)
 */

.m-nav.cloned hr {
    display: none;
}

.m-nav.cloned .nav-links {
    width: auto;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/****************************************
 *  TOP NAVIGATION
 */

.m-topnav {
    position: relative;
    padding: 0.5em 0 0.4em;
    z-index: 2; /* over image */
}

.old-ie .m-topnav {
    display: block;
}

.m-topnav li {
    border-left: 1px solid #CCC;
    margin-right: 8px;
}


.m-topnav li:first-child {
    border-left: none;
    margin-right: 8px;
}

.m-topnav ul.statement li {
    border-left: 0 none;
    position: absolute;
    right: 6px;
}

.m-topnav ul.statement li a {
    text-decoration: none;
    color: #333;
    cursor: auto;
}

.m-topnav ul.statement li a.btn {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.m-topnav a {
    position: relative;
    display: block;
    padding-left: 10px;
    text-decoration: none;
}

.m-topnav a:hover {
    text-decoration: underline;
}

.m-topnav .active:after {
    content: '';
    position: absolute;
    top: -0.6em;
    left: 10px;
    right: 0;
    height: 4px;
    background: #235FBD;
}

.topnav-left,
.topnav-right {
    font-size: 0.923em;
}

.topnav-left li:first-child {
    border-left: none;
}

.topnav-left li:first-child a {
    padding-left: 0;
}


.topnav-right {
    text-align: center;
}

@media all and (min-width: 701px) {
    .topnav-right {
        text-align: right;
    }
}

.old-ie .topnav-right {
    text-align: right;
}

.topnav-right .nav-basket {
    display: inline;
    margin: 0;
    vertical-align: middle;
    padding-top: 2px;
}

.topnav-right .nav-basket a {
    display: inline-block;
    padding: 0 8px 7px 35px;
    background: url('/content/images/sprites.png') 0 -95px no-repeat;
    background-image: -webkit-image-set(url(/content/images/sprites.png) 1x, url(/content/images/sprites@2x.png) 2x);
    background-size: 25px auto;
    text-decoration: none;
}

.topnav-right .nav-basket a:hover span {
    text-decoration: underline;
}

.topnav-right .nav-basket b {
    color: #DC1252;
    font-weight: 400;
    margin-right: 0.5em;
}

.topnav-right h5 {
    display: none;
}

.topnav-right .inline-list {
    display: inline;
    vertical-align: middle;
}

.m-topnav.cloned .user-logged h5 {
    display: inline;
}

.cloned .user-logged .inline-list b {
    float: right;
}

.menu-desktop .cloned .topnav-right.user-logged h5 {
    position: relative;
    margin: -0.65em 0 0 0;
    padding: 0.2em 2.2em 3px 0.5em;
    line-height: 2.6em;
    border-bottom: 0;
    background: #FFF;
    z-index: 202;
    color: #161988;
}

.menu-desktop .cloned .user-logged .open + .inline-list {
    display: block;
    zoom: 1;
}

.menu-desktop .cloned .topnav-right.user-logged .inline-list {
    right: 0;
    width: 280px;
    top: 28px;
}

.menu-desktop .cloned .user-logged .inline-list li {
    display: block;
    border-left: none;
    margin: 0;
}

.menu-desktop .cloned .user-logged .inline-list a {
    padding: 0 20px;
}



/****************************************
 *  MENU MOBILE
 */

.menu-mobile .payoff {
    font-size: 10px;
    margin-bottom: 1em;
}

.menu-mobile .m-nav.cloned {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #235FBD;
    color: #FFF;
    z-index: 100;
}

.menu-mobile .m-nav.cloned.open {
    display: block;
}

.menu-mobile .m-nav.cloned a {
    color: #FFF;
    text-decoration: none;
}


.menu-mobile .m-nav.cloned h5,
.menu-mobile .m-nav.cloned a {
    position: relative;
    display: block;
    padding: 9px 10px 9px 20px;
    border: none;
    border-bottom: 1px solid #4777C4;
    font-family: 'Ek Mukta', sans-serif;
}

.menu-mobile .m-nav.cloned h5 {
    margin: 0;
    cursor: pointer;
    text-transform: none;
}

.menu-mobile .m-nav.cloned h5:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    border: 6px solid transparent;
    border-top-color: #FFF;
}

.menu-mobile .m-nav.cloned h5.open:after {
    top: 10px;
    border-top-color: transparent;
    border-bottom-color: #FFF;
}


.menu-mobile .m-nav.cloned .small-50,
.menu-mobile .topnav-right.cloned li {
    /*background: #1B4588;*/
    width: 100%;
}

.menu-mobile .topnav-right.cloned li.bg-highlight {
    background: #DE0045;
}

.menu-mobile .m-nav.cloned .active:before {
    content: '';
    position: absolute;
    width: 4px;
    top: 5px;
    bottom: 5px;
    left: 4px;
    background: #FFF;
}


.menu-mobile .topnav-right.cloned,
.menu-mobile .topnav-left.cloned {
    text-align: left;
    font-size: 1em;
}

.menu-mobile .topnav-right.cloned nav.row {
    border: 0;
}

.menu-mobile .topnav-right.cloned .nav-basket {
    display: block;
}

.menu-mobile .topnav-right.cloned .nav-basket a {
    padding-left: 55px;
    background-position: 20px -355px;
}

.menu-mobile .topnav-right.cloned .nav-basket b {
    float: right;
    color: #FFF;
}

.menu-mobile .m-nav.cloned .inline-list {
    display: block;
    text-align: left;
    border: none;
}

.menu-mobile .m-nav.cloned li {
    display: block;
    margin: 0;
    border: none;
    font-size: 1em;
}

.menu-mobile .topnav-left.cloned .topnav-search {
    display: none;
}


.menu-mobile .m-nav.cloned .nav-links {
    width: 100%;
    height: auto;
    position: static;
}

.menu-mobile .m-nav.cloned h5 + ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}

.menu-mobile .m-nav.cloned h5.open + ul {
    max-height: 350px;
}

/* disable accordion for topics column */
.menu-mobile .m-nav.cloned .topics-column h5 {
    display: none;
}

.menu-mobile .m-nav.cloned .topics-column ul {
    max-height: none;
}

.menu-mobile .m-nav.cloned .topics-column .small-50 {
    background: inherit;
}


/* disable columns w if still mobile */
.menu-mobile .m-nav.cloned .medium-66,
.menu-mobile .m-nav.cloned .medium-50,
.menu-mobile .m-nav.cloned .medium-33 {
    width: 100%;
}

/****************************************
 *  MENU DESKTOP
 */


.menu-desktop .m-nav.cloned {
    position: relative;
    float: none;
    display: block; /* needed by IE */
    z-index: 220; /* needed by IE */
    *margin-bottom: -7px; /* IE7 fix */
    /*background-color: #235FBD;*/
}

.menu-desktop .m-nav .nav-links {
    position: relative;
    height: 40px;
    line-height: 34px;
    padding: 0 5em 0 1.125em;
    margin-right: 1.125em;
    z-index: 210;
    vertical-align: top;
    background-color: #235FBD;
}

.menu-desktop .cloned .user-logged h5,
.menu-desktop .m-nav .nav-links a,
.menu-desktop .m-nav .nav-links h5 {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 1em;
    border: none;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    font-family: 'Adamina', serif;
    text-transform: none;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    *display: inline; /* IE7 hack */
    zoom: 1;
}

.menu-desktop .cloned .user-logged h5,
.menu-desktop .m-nav .nav-links h5 {
    margin: 0;
    padding: 0 2.2em 3px 1.2em;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: none;
    /* IE7 hack for pseudo els */
    *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after" );
}

.menu-desktop .topnav-right h5:after,
.menu-desktop .topnav-right h5 .after,
.menu-desktop .m-nav .nav-links h5:after,
.menu-desktop .m-nav .nav-links h5 .after {
    content: '';
    position: absolute;
    right: 0.8em;
    top: 1.0em;
    border: 5px solid transparent;
    border-top-color: #161988;
}

.menu-desktop .m-nav .nav-links :first-child {
    margin-left: 0;
}

.menu-desktop .m-nav.cloned .all-topics {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-desktop .topnav-right h5.open,
.menu-desktop .m-nav .nav-links h5.open {
    border: 3px solid #235FBD;
    background: #FFF;
    color: #161988;
}

.menu-desktop .topnav-right h5.open:after,
.menu-desktop .m-nav .nav-links h5.open:after {
    border-top-color: transparent;
    border-bottom-color: #161988;
    top: 0.7em;
}

.menu-desktop .m-nav .nav-links .active {
    border-bottom-color: #161988;
}

.menu-desktop .cloned .user-logged .inline-list,
.menu-desktop .m-nav.cloned .dropdown {
    display: none;
    position: absolute;
    top: 37px;
    width: 13em;
    border: 3px solid #235FBD;
    padding: 1em 0;
    background: #FFF;
    z-index: 200;
}

.menu-desktop .m-nav.cloned .topics-column {
    left: auto !important;
    right: 1.125em;
}

.menu-desktop .m-nav.cloned .dropdown.open {
    display: block;
}

.menu-desktop .m-nav.cloned .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-desktop .m-nav.cloned li.column {
    width: 100%;
}

.menu-desktop .m-nav.cloned .dropdown a {
    text-decoration: none;
    padding: 5px 0;
}

.menu-desktop .m-nav.cloned .dropdown a:hover {
    text-decoration: underline;
}

.menu-desktop .m-nav.cloned .dropdown .active {
    border-left: 0.3em solid #235FBD;
    padding-left: 0.825em;
}

/****************************************
 *  PAGINATION
 */

.pagination {
    margin: 2em 0;
    padding: 0.5em 1em;
    line-height: 2em;
    border-color: #FFF;
}

.pagination ul,
.pagination-status {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
}

.pagination-status {
    float: left;
}

.pagination-status span {
    display: none;
}

@media all and (min-width: 898px) {
    .pagination-status span {
        display: inline;
    }
}

.old-ie .pagination-status span {
    display: inline;
}


.pagination ul {
    float: right;
    list-style: none;
    white-space: nowrap;
}

.pagination li {
    display: none;
    margin-left: 1px;
}

@media all and (min-width: 701px) {
    .pagination li {
        display: inline-block;
    }
}

.old-ie .pagination li {
    display: inline-block;
    display: inline; /* IE7 fix */
}


.pagination .next,
.pagination .prev {
    display: inline-block;
}

.pagination .current {
    font-weight: bold;
}

.pagination .current,
.pagination li a {
    padding: 0 0.3em;
}

/****************************************
 *  FOOTER MAIN LINKS
 */

.m-footer-nav {
    font-size: 0.923em;
    line-height: 2.2;
}

.old-ie .m-footer-nav {
    min-width: 960px;
}

.m-footer-nav hr {
    margin: 0 0 1.333em;
    border-top-color: #235FBD;
}

.m-footer-nav div.column {
    padding-bottom: 1.333em;
}

.m-footer-nav h5 {
    display: none;
}

.m-footer-nav a {
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-footer-nav a:hover {
    text-decoration: underline;
}



/****************************************
 *  FOOTER TOP NAV
 */

.m-footer-topnav {
    color: #555;
    padding: 1.2em 0 1em;
}

.m-footer-topnav li {
    margin: 0 0 0 8px;
}

.m-footer-topnav .nav-basket span {
    text-decoration: underline;
}




/****************************************
 *  FOOTER 
 */

.m-footer {
    font-size: 0.923em;
    color: #333;
    padding-bottom: 1em;
    font-family: 'Ek Mukta', sans-serif;
}

.m-footer hr {
    margin: 0 0 1em;
    border-top-color: #CCC;
    border-top-width: 2px;
}

.m-footer .row {
    display: block;
}

.m-footer .inline-list {
    margin-top: 0.2em;
    vertical-align: top;
}

.m-footer .inline-list li {
    margin-right: 10px;
}

.m-footer a {
    color: #DE0045;
}

.m-footer .payments {
    margin-top: 0.5em;
    text-align: center;
    border-left: 1.125em solid transparent;
    border-right: 1.125em solid transparent;
}

@media all and (max-width: 700px) {
    .m-footer .payments {
        margin-bottom: 2em;
    }

    .m-footer .copy {
        width: 90%;
    }

    .m-footer .inline-list .copy + li {
        border: none;
        padding: 0;
    }
}

/****************************************
 *  SEARCH
 */

.google-search {
    margin-bottom: 10px;
    margin-top: -16px;
}

.google-search form {
    position: relative;
    padding-right: 5.5em;
}

.google-search input[type="text"] {
    width: 100%;
}

.google-search input[type="submit"] {
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 5.2em;
}


/****************************************
 *  MOST READ ARTICLES
 */

.articles-list {
    margin: 0;
    padding: 0;
}

ul.articles-list {
    list-style: none;
}

ol.articles-list {
    list-style-position: outside;
    margin-left: 1.5em;
}

.articles-list li {
    padding-bottom: 0.5em;
}

ol.articles-list li {
}

.articles-list a {
    text-decoration: none;
}

.articles-list a:hover {
    text-decoration: underline;
}



/****************************************
 *  LAST BLOG POST
 */

.last-blog h3 {
    margin-bottom: 0;
}

.last-blog small {
    font-size: 0.875em;
    font-family: 'Ek Mukta', sans-serif;
    color: #999;
}

.last-blog .article-header {
    margin-bottom: 0;
}


/****************************************
 *  ISSUE ARCHIVE
 */

.form-iarchive {
}

.form-iarchive p {
    display: inline-block;
    width: 38%;
    border-right: 1.125em solid transparent;
    *float: left; /* IE7 fix */
    *width: 35%;
}

.form-iarchive label {
    display: block;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.form-iarchive select {
    width: 100%;
}

.form-iarchive .btn {
    *margin-top: 1.4em; /* IE7 fix */
}



/****************************************
 *  MAILING LIST
 */

.form-mlist {
}

.form-mlist p {
}

.form-mlist label {
    position: relative;
    display: block;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 0.875em;
}

.form-mlist label small {
    position: absolute;
    right: 5px;
    font-size: 1em;
    color: #999;
}

.form-mlist input {
    width: 99%;
    *width: 94%; /* IE7 fix */
}



/****************************************
 *  SOCIAL
 */

.twitter-timeline-box {
    margin-bottom: 1em;
}


.m-issue-details {
    clear: both;
    margin-bottom: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
}

.m-issue-details hr {
    margin-top: 0;
    border-top-width: 2px;
}

.m-issue-details .wrapper {
    padding: 1em 0 0.8em;
}

.m-issue-details .row {
    text-align: center;
}

.m-issue-details p.row {
    font-size: 0.875em;
    color: #999;
    margin: 0.5em 0;
}

.m-issue-details h1 {
    border: none;
    margin: 0;
    font-size: 1.6em;
}

.m-issue-details .row.inline-list {
    margin: 0.5em 0 0;
    font-size: 0.875em;
}

.m-issue-details .icon-pdf {
    margin-right: 1.5em;
}

@media all and (min-width: 701px) {
    .m-issue-details p.row {
        text-align: left;
    }

    .m-issue-details .row.inline-list {
        text-align: right;
    }
}

.old-ie .m-issue-details p.row {
    text-align: left;
}

.old-ie .m-issue-details .row.inline-list {
    text-align: right;
}



/* Blines box */

.issue-blines h4.light-bg {
    margin-bottom: 0;
}

.issue-blines hr {
    margin-top: 0;
}

.issue-blines .btn-small {
    display: none;
}

.js-menu .issue-blines .btn-small {
    padding-left: 0;
    display: inline-block;
}

.issue-blines .btn-small:after {
    border-color: transparent;
    border-top-color: #161988;
    top: 3px;
}

.issue-blines .open .btn-small:after {
    border-color: transparent;
    border-bottom-color: #161988;
    top: -1px;
}

.js-menu .issue-blines .article-full,
.js-menu .issue-blines .open .article-summary {
    display: none;
}

.issue-blines .open .article-full {
    display: block;
}


/****************************************
 *  GENERIC ARTICLE STYLES
 */

.article-header {
    margin-bottom: 5px;
}

.article-countries,
.article-issue {
    margin: 0;
    padding: 0.75em 0;
    list-style: none;
    font-family: 'Ek Mukta', sans-serif;
}

.article-countries li {
    display: inline;
    margin: 0 2px 0 4px;
    padding: 0 0.4em 0 0;
    border-right: 1px solid #999;
    overflow-wrap: anywhere;
}

.article-countries li:last-of-type {
    border-right: 0 none;
}

.article-countries a,
.article-issue a {
    text-transform: uppercase;
    color: #333;
    font-size: 0.875em;
}


.article-title {
    margin: 0;
    padding-right: 0.3em;
    color: #161988;
}

.article-title a {
    color: inherit;
    text-decoration: none;
}

.article-title a:focus,
.article-title a:hover {
    text-decoration: underline;
}

.article-first-paragraph {
    padding-bottom: 10px;
    font-size: 0.85em;
}


@media all and (min-width: 701px) {
    .article-title {
        display: inline;
    }
}

.old-ie .article-title {
    display: inline;
}


.article-date {
    display: inline-block;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 0.875em;
    margin: 0;
    color: #333;
}

.page-front .article-date {
    text-transform: uppercase;
}

@media all and (min-width: 898px) {
    .article-date,
    .article-issue,
    .article-countries a {
        font-size: 1em;
    }
}

.old-ie .article-date,
.old-ie .article-issue,
.old-ie .article-countries a {
    font-size: 0.75em;
}

.article-image {
    margin: 0 0 1.5em;
}

.article-image img { /* default image centered */
    display: block;
    margin: 0 auto;
}

.article-image.small-50 {
    border-left: 1.125em solid transparent;
}

.article-image.small-50 img {
    margin-right: 0;
}

@media all and (min-width: 701px) {
    .article-image.medium-25,
    .article-image.medium-50 {
        border-left: 1.125em solid transparent;
    }

    .article-image.medium-25 img,
    .article-image.medium-50 img {
        margin-right: 0;
    }

    .article-image.medium-100 {
        border-left: none;
    }

    .article-image.medium-100 img {
        margin-right: auto;
    }
}

.old-ie .article-image.medium-25,
.old-ie .article-image.medium-50 {
    border-left: 1.125em solid transparent;
}

.old-ie .article-image.medium-25 img,
.old-ie .article-image.medium-50 img {
    margin-right: 0;
}

.old-ie .article-image.medium-100 {
    border-left: none;
}

.old-ie .article-image.medium-100 img {
    margin-right: auto;
}

.article.row hr {
    clear: both;
}

.main-article .country-img {
    margin-right: 10px;
}

.article-subhead {
    font-size: 1.125em;
    margin-bottom: 10px;
}

.main-article .article-countries {
    padding-top: 0;
}

.reduce .article-subhead {
    font-size: 0.9em;
}

.reduce h2 {
    font-size: 1.2em;
}



/****************************************
 *  SINGLE ARTICLE PAGE
 */

.page-article {
}

.page-article-header {
    margin-bottom: 2.2em;
}

.page-article-header .article-countries {
    padding-top: 0;
}

.page-article-header .article-summary {
    font-size: 1.313em; /* 21px */
    line-height: 1.333; /* 28px */
    border-bottom: 2px solid #CCC;
    padding: 0.6em 15% 0.6em 0;
}


.article-body img {
    height: auto !important; /* override inline height -> responsive */
}


.article-share {
    list-style: none;
    padding: 0;
    margin: 0;
}


.article-share li {
    padding: 0.4em 0;
    text-transform: uppercase;
}

.article-share li:first-child {
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
}

.article-share li:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}

.article-share a {
    display: block;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 0.875em;
    line-height: 1.3;
    text-decoration: none;
}

@media all and (min-width: 898px) {
    .article-share a {
        font-size: 0.75em;
    }
}

.article-copy {
    font-size: 12px;
    color: #999;
    font-family: 'Ek Mukta', sans-serif;
}

.page-article .large-75 h4.row {
    margin-bottom: 0.5em;
}


.page-article .preview-end {
    margin: 2em 0;
}




/****************************************
 *  INLINE LOGIN FORM
 */

.form-ilogin {
}

.form-ilogin p {
    position: relative;
    display: inline-block;
    width: 100%;
    border-right: 1.125em solid transparent;
}

@media all and (min-width: 701px) {
    .form-ilogin p {
        width: 38%;
        margin: 1em 0 0.5em;
        padding-top: 0;
    }
}

.form-ilogin label {
    position: absolute;
    top: 0;
    left: 0;
    font: 400 0.875em/2 'Adamina', serif;
}

.form-ilogin input {
    width: 100%;
    color: #333;
    margin-top: 1.8em;
}

@media all and (min-width: 701px) {
    .form-ilogin input:valid,
    .form-ilogin input:invalid {
        margin-top: 0;
    }

    .form-ilogin input:valid + label {
        display: none;
    }

    .form-ilogin input:invalid + label {
        left: 10px;
        color: #999;
        pointer-events: none;
    }
}



/****************************************
 *  SUBSCRIBE OPTIONS BLOCK
 */

.subscribe-options {
}

.subscribe-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subscribe-options li {
    padding-bottom: 0.75em;
    border-top: 1px solid #B8CFEC;
}

.subscribe-options li h3 {
    margin-bottom: 0.5em;
}

@media all and (min-width: 701px) {
    .subscribe-options li .medium-right {
        text-align: right;
    }
}

.old-ie .subscribe-options li .medium-right {
    text-align: right;
}

.subscribe-options li small {
    display: inline-block;
    font-size: 0.75em;
}

.subscribe-options li .btn {
    margin-top: 1.5em;
}

.subscribe-options footer {
    padding-top: 1.5em;
    font: 400 12px/1.2 'Adamina', serif;
}

/****************************************
 *  LIST OF ALL COUNTRIES
 */

.m-country-list {
    background: #F1F6EF;
    border-top: 3px solid #235FBD;
}

.m-country-list h4 {
    margin-top: 0;
}

.m-country-list h4 hr {
    border-top: none;
}

.m-country-list a {
    padding-left: 3px;
    font-size: 0.923em;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-country-list a:hover {
    text-decoration: underline;
}

/* Use CSS columns on modern browsers */
/* IE10+, FF, Webkit, Opera */
@media all and (min-width: 701px) {
    body .m-country-list ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .m-country-list li.column {
        float: initial;
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    /* IE9 hack due to columns not being supported */
    :root .m-country-list li.column {
        width: 25% \0/;
    }
}




/****************************************
 *  COUNTRY PAGE INTRO
 */

.country-title {
    margin: 0 0 0.333em;
    color: #161988;
}

.country-header dl {
    font-size: 0.875em;
    margin: 0 0 2.2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #CCC;
}

.country-header dt {
    float: left;
    clear: left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Ek Mukta', sans-serif;
}

.country-header dd {
    float: left;
    margin: 0 4px;
}

@media all and (min-width: 701px) {
    .country-header dt {
        clear: none;
    }

    .country-header dd {
        margin-right: 2em;
    }

    .country-summary {
        padding-left: 1.5em;
    }
}

.old-ie .country-header dt {
    clear: none;
}

.old-ie .country-header dd {
    margin-right: 2em;
}

.old-ie .country-summary {
    padding-left: 1.5em;
    *width: 62%; /* IE7 fix */
}

.country-intro figure {
    text-align: center;
    margin-bottom: 1em;
}

.articles-by-region h1 {
    padding: 0;
    margin: 0;
}

.articles-by-region .btn-free {
    margin-bottom: 30px;
}

.articles-by-region article.article hr {
    display: none;
}

.articles-by-region .africa-asia-issue {
    margin-left: -13px;
}

.form-africa-asia-filter label {
    display: block;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.form-africa-asia-filter .selector {
    padding-right: 20px;
}

.form-africa-asia-filter .selector select {
    width: 100px;
}

.form-africa-asia-filter .btn {
    margin-top: 18px;
}

div.region-map {
    float: left;
    width: 50%;
    padding-right: 2%;
    padding-bottom: 5%;
}

div.lead-result {
    float: left;
    width: 48%;
}

.gsc-control-cse {
    padding: 0 !important;
}

.search-result em {
    color: #666;
    font-size: 0.8em;
}

#article .print-prepared-for,
#article .print-prepared-for-watermark {
    display: none;
}

.show-password-suggestion {
    font-size: 0.90em;
    color: #666;
    margin-top: 2px;
}

.show-password-suggestion input[type=checkbox] {
    margin-top: -2px;
    vertical-align: middle;
}

.expired {
    border: 2px solid #990000;
    color: #990000;
    font-size: 1em;
    font-weight: bold;
    padding: 20px;
}

.social-sharing {
    padding-top: 10px;
}

@media all and (max-width: 767px) {

    .m-issue-details h1 {
        text-align: center;
        padding-bottom: 10px;
    }

    .social-sharing {
        padding-top: 20px;
        clear: both;
    }

    .social-sharing.right {
        float: none !important;
        text-align: center;
    }

    .social-sharing .fb-share-button {
        margin-left: 10px;
    }

    .social-sharing .fb-share-button > span {
        vertical-align: top !important;
    }
}

.social-sharing a, .social-sharing div {
    vertical-align: bottom;
}

.social-sharing .fb-share-button {
    margin-bottom: 5px;
}

article.article, div.issue-container {
    cursor: pointer;
}

article.article:hover {
    background-color: #e3f1f6;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

@media all and (min-width: 701px) {
    article.row.article.main-article figure.article-image.column.medium-right {
        margin-top: 1em;
        margin-left: 1em;
        clear: both;
    }
}

.tooltip {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    background-color: #999;
    color: #fff;
    opacity: .9;
    padding: 10px;
    font-family: 'Adamina', serif;
    width: 100%;
}

.fancybox-toolbar {
    display: none;
}

.fancybox-is-open .fancybox-bg {
    background-color: #EAEAEA;
    opacity: 0.75;
}

.fancybox-content {
    border-radius: 30px;
    background-image: url('/content/images/ac_stamp_opacity_small.png') !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    -webkit-box-shadow: 7px 6px 23px -2px rgba(0,0,0,0.89);
    -moz-box-shadow: 7px 6px 23px -2px rgba(0,0,0,0.89);
    box-shadow: 7px 6px 23px -2px rgba(0,0,0,0.89);
}

@media all and (min-width: 768px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 650px;
        max-width: 650px;
    }
}

div.free-text-box {
    background-color: #fff;
    border: solid 5px #DE0045;
    margin-bottom: 10px;
}

div.free-text-box .free-text-box-container {
    padding: 10px 10px 10px 10px;
}

table.form-account td {
    padding: 4px 0px 4px 0px;
    border-bottom: solid 1px #eaeaea;
}

table.form-account tr:last-child td {
    border-bottom: none;
}

.free-credits {
    border: solid 2px #DE0045;
    box-shadow: 1px 2px 8px #999;
    margin-bottom: 20px;
    padding: 20px;
}

.free-credits h4 {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.free-credits p {
    padding: 0;
    margin: 0 !important;
}

.free-credits p strong {
    font-size: 1.2em;
}

.purchased-date {
    margin-top: 20px;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 0.875em;
    color: #999;
    font-size: 1em;
    text-transform: uppercase;
}

h1.dispatches {
    color: #DE0045;
    font-size: 1.1em;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 0 10px 3px;
    margin: 10px 0 0 0;
    text-decoration: underline;
}

article.dispatches {
    background-color: rgba(227, 241, 246, 0.46);
    margin-bottom: 20px;
}

article.dispatches hr {
    background-color: transparent;
    border-color: transparent;
}

.faq-container:last-of-type {
    /*border-top: 3px solid #EAEAEA;*/
}

.faq-container {
    border-bottom: 1px solid #f2f1f1;
}

.faq-container .section:hover {
    cursor: pointer;
    background-color: rgba(227, 241, 246, 0.46);
}

.faq-container .section {
    padding: 3px 0;
}

.faq-container .section h4 {
    font-size: 1.1em;
    color: #161988;
}

.faq-container .section img.arrow {
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 10px;
    width: 11px;
}

.faq-container .question {
    margin-left: 20px;
    padding: 10px;
    border-top: dashed 1px #EAEAEA;
}

.faq-container .question:hover {
    cursor: pointer;
    background-color: rgba(227, 241, 246, 0.46);
}

.faq-container .question img.arrow {
    vertical-align: middle;
    margin-right: 10px;
    width: 9px;
    opacity: 0.75;
}

.faq-container .answer {
    margin-left: 40px;
    padding: 10px;
    border-top: solid 1px #EAEAEA;
    color: #666;
}

.text-centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

aside .dispatches {
    background-color: rgba(227, 241, 246, 0.46);
    padding: 20px 0;
    margin-left: 16px;
    max-width: 92%;
    border-top: solid 3px #235FBD;
    margin-top: 16px;
}

/*
https://www.w3schools.com/howto/howto_js_sticky_header.asp
.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.header.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky + .content {
    padding-top: 102px;
}
*/
