/**
 * Reset
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/**
 * Typography
 */

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: "Lato", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
}

h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}

p {
    margin-bottom: 1em;
}

b,
strong {
    font-weight: 900;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/**
 * Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0;
    list-style: none;
}

section ul {
    list-style: disc;
    margin: 0 0 1.6em 2.3333em;
}

section ol {
    list-style: decimal;
    margin: 0 0 1.6em 2.3333em;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.3);
}

td li {
    margin: 5px 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    /*table-layout: fixed; Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

.wp-caption-text {
    padding: 5px;
    background: #eee;
    text-align: center;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
    background: #c2e0fe;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Lato", sans-serif;
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Lato", sans-serif;
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Lato", sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Lato", sans-serif;
}

/**
 * Forms
 */

button,
input,
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
textarea {
    background-color: #eee;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #111;
}

textarea {
    height: 100px;
}

select {
    background-color: #eee;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #111;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.interestgroups .wpcf7-list-item,
.duesschedule .wpcf7-list-item,
.membershipdevelopingcountries .wpcf7-list-item {
    width: 100%;
    display: block;
}

.onlineregistration .wpcf7-list-item {
    width: 100%;
    display: block;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    color: #333;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: 0.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    position: relative;
}

.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
    padding: 0;
}

span.wpcf7-list-item {
    display: block;
}

/**
 * Links
 */

a {
    color: #055084;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0597ff;
}
.button a {
    display: inline-block;
    padding: 5px 20px;
    background: #185696;
    color: #fff;
    font-weight: bold;
    width: auto;
    margin: 0 0 5px 0;
}

a.downloadbtn {
    background: url(images/icon-pdf-green.png) 0 0 no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

a.btn {
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
    background-color: #333;
}

/**
 * Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 100%;
}

.featuredevent {
    margin-bottom: 5px !important;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.8em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/**
 * Clear
 */

.clr:before,
.clr:after {
    content: "";
    display: table;
}

.clr:after {
    clear: both;
}

/**
 * Wrapper
 */

body {
    background: #f0f0f0;
    min-width: 1280px;
}

.wrapper {
    width: 1256px;
    margin: 0 auto;
}

#back-top a {
    background: url(images/backtotop.png) 0 0 no-repeat;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 999999;
}

/**
 * Navigation
 */

nav {
    background: #000000;
    margin: 0;
    /*border-top:#387aa9 6px solid;*/
}

nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    margin: 0s;
}

nav ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 25px 20px;
    display: block;
    width: auto;
    transition: all 0.5s ease-in-out;
}

nav ul li a:hover,
nav ul li:hover > a {
    color: #0597ff;
}

nav ul li ul {
    background: #ffffff;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 5000;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
}

nav ul li ul li ul {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: auto;
    margin-left: 220px;
    z-index: 5000;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
}

nav ul li ul:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 6px 5px;
    content: "";
    height: 0;
    left: 30%;
    margin-left: -4px;
    position: absolute;
    top: -5px;
    width: 0;
}

nav ul li ul li ul:before {
    border-color: transparent transparent #0c0;
    border-width: 0;
}

nav ul li:hover > ul,
nav ul li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

nav ul ul li {
    margin: 0;
}

nav ul ul li a {
    font-size: 13px;
    color: #888;
    text-align: left;
    width: 220px;
    padding: 10px;
    border-bottom: #cccccc 1px solid;
}

nav li.menu-item-280 ul li a {
    width: 320px;
}

nav ul li ul li.menu-item-3271 ul {
    margin-left: 320px;
}

/**
 * Slider
 */

.slider {
    background: #131e27;
    height: 300px;
    position: relative;
}

.subheader {
    background: #131e27;
    position: relative;
}

.slider .wrapper {
    position: relative;
}

.ccby {
    position: absolute;
    top: 270px;
    right: 0;
    z-index: 3000;
    background: #000000;
    color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ccby a {
    color: #f1f1f1;
}

.login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    border-bottom: #333 1px solid;
    text-align: right;
    color: #888;
}

.login a {
    color: #ffffff;
    font-size: 14px;
}

.login a:hover {
    color: #0597ff;
}

.login .wrapper {
    padding: 0 15px;
}

.logo {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 920px;
    z-index: 3000;
}

.logosub {
    color: #fff;
}

.logosub .logoleft {
    float: left;
}

.logosub .search {
    position: relative;
    float: right;
    width: 300px;
    margin: 80px 0 0 0;
}

.logosub .search input[type="submit"] {
    background-color: transparent;
    background: url(images/magnifying.png) 0 0 no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 25px;
    height: 25px;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.logosub .search input[type="text"] {
    background: #fff;
}

.logo img {
    float: left;
    margin: 30px;
}

.logosub img {
    float: left;
    margin: 50px 20px 20px 30px;
}

.logo h1,
.logosub h1 {
    float: left;
    padding: 120px 0 0 0;
    text-shadow: 1px 1px 1px #333;
    font-size: 26px;
}

/**
 * Section
 */

section {
    padding: 60px 0;
}

.main {
    float: left;
    width: 806px;
}

.intro {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #cccccc;
    overflow: auto;
    padding: 0 0 30px;
}
.pdf {
    display: block;
    padding: 5px 0 5px 40px;
    background: url("images/icon_pdf.png") center left no-repeat;
}
article {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: #cccccc 1px solid;
    overflow: auto;
}

.messagefrom {
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
    padding: 0 0 30px;
}

.captions {
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 16px;
}

article h2 a,
article p a {
    color: #000;
}

article h2 a:hover,
article p a:hover {
    color: #000;
}

article h2 span {
    font-weight: normal;
}

.featuredspeaker {
    margin-top: 20px;
}

.featuredarticle {
    background: #808285;
    color: #fff;
    padding-bottom: 0;
}

.featuredarticle .date {
    margin: 0;
    padding: 0 5px;
    background: #ddd;
    text-align: center;
    color: #333;
}

.featuredarticle .featuredbox {
    padding: 10px;
}

.featuredarticle .featuredbox a {
    color: #fff;
}

.highlightarticle {
    background: #f2f2f2;
    padding: 20px 20px 0px 20px;
    border: 0;
}

.hwrap {
    margin-bottom: 20px;
}

.highlightarticle .ileft {
    float: left;
    width: 267px;
    margin-right: 20px;
}

.highlightarticle .cright {
    float: left;
    width: 427px;
}

.highlightarticle .iright {
    float: right;
    width: 267px;
    margin-left: 20px;
}

.highlightarticle .cleft {
    float: left;
    width: 427px;
}

.ngobox {
    padding-top: 30px;
    margin-top: 30px;
    border-top: #4caad8 1px solid;
}

.ngoboxgray {
    padding: 10px 0;
    margin: 10px 0;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
}

.ngobox h3 {
    font-style: italic;
    color: #435864;
}

.ngobox .btn {
    background: #008080;
}

.col3article {
    border: 0;
}

.col3article1 {
    background: #f2f2f2;
    float: left;
    width: 31%;
}

.col3article2 {
    background: #f2f2f2;
    float: left;
    width: 31%;
    margin: 0 3%;
}

.colbox {
    padding: 10px;
}

.hwrap50 {
    float: left;
    width: 46%;
    margin: 0 2% 10px;
}

.hwrap50b {
    float: auto;
    width: 50%;
    margin: 0 auto 10px;
}

.more {
    text-align: right;
}

.content {
    background: #ffffff;
    padding: 20px;
}

.content .newsletter {
    margin: 0;
}

.content .newsletter li {
    margin: 0 0 15px 0;
    list-style: none;
    float: left;
    width: 50%;
}

.content .newsletter li a {
    background: url(images/icon-pdf-red.png) 0 0 no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

.content .program {
    margin: 0;
}

.content .program li {
    margin: 0 0 15px 0;
    list-style: none;
}

.content .program li a {
    background: url(images/icon-pdf-green.png) 0 0 no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

.transpocontainer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: #ccc 1px solid;
}

.transpocontainer h2 {
    color: #055084;
}

ul.transpowrap {
    list-style: none;
    margin: 0;
}

ul.transpowrap:after {
    clear: both;
    display: table;
    content: "";
}

ul.transpowrap li {
    float: left;
    width: 31.33%;
    margin: 0 1%;
}

ul.transpowrap li a {
    display: block;
    background: #fed156;
    padding: 20px;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.transpoyellow {
    color: #d9a432;
}

.important {
    border: #ddd 1px solid;
    padding: 20px;
    margin-bottom: 15px;
}

aside {
    float: right;
    width: 396px;
}

aside h2 {
    color: #424242;
}

aside ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebox {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: #ccc 1px solid;
}

.sidebox.gallery .ngg-galleryoverview {
    margin-bottom: 20px;
}

.sidebox.gallery .ngg-gallery-thumbnail-box {
    float: left;
    margin: 1px;
}

.sidebox.gallery .ngg-gallery-thumbnail img {
    padding: 0;
    margin: 0;
    border: 0;
    width: 76px;
    height: 70px;
}

.sidebox.newsletter li,
.sidebox.conference li {
    margin: 0 0 15px 0;
}

.sidebox.newsletter li a {
    background: url(images/icon-pdf-red.png) 0 0 no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

.sidebox.conference li a {
    background: url(images/icon-pdf-green.png) 0 0 no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

.sidebox.register h4,
.sidebox.register p {
    margin: 0;
}

.sidebox.smallgrant h2 a {
    background: url(images/icon-info-yellow.png) 0 5px no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

.sidebox.register ul li {
    background: url("images/globe_wire_blue.gif") 0 5px no-repeat;
    padding: 2px 0 2px 25px;
}

.sidebox.subscription {
    margin-bottom: 30px;
    padding: 30px;
    border: #ccc 1px solid;
    box-shadow: 0px 1px 2px 1px #ccc;
    -webkit-box-shadow: 0px 1px 2px 1px #ccc;
    -moz-box-shadow: 0px 1px 2px 1px #ccc;
}

.sidebox.subscription input[type="email"] {
    background-color: #ddd;
    padding: 10px 12px;
    margin: 0 0 15px 0;
}

aside .proceedings ul {
    margin-top: 15px;
}

aside .proceedings li {
    margin: 0 0 5px 0;
    list-style: none;
}

aside .proceedings li a {
    background: url(images/icon-pdf-blue.png) 0 10px no-repeat;
    padding: 2px 10px 10px 35px;
    display: block;
}

/**
 * Event
 */

.postid-3359 .eventlocdate {
    float: left;
    width: 40%;
}

.postid-3359 .eventmap {
    float: left;
    width: 60%;
}

.confspon19 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.confspon19 li img {
    float: left;
    margin: 20px;
    width: 160px;
}

.confspon19 li h2 {
    padding: 50px 0 0 0;
}

.confspon19 li h1 {
    color: #009;
    padding: 30px;
}

.sponsorlogos img {
    padding: 5px;
}

/**
 * Footer
 */

footer.level1 {
    padding: 30px 0;
    border-top: #ccc 1px solid;
    overflow: auto;
}

footer.level1 a {
    color: #333;
}

footer.level1 a:hover {
    color: #0597ff;
}

footer.level1 ul {
    margin: 0;
}

footer.level1 ul li {
    float: left;
    width: auto;
    margin: 0 50px 0 0;
    font-weight: bold;
}

footer.level1 ul ul {
    margin: 0;
}

footer.level1 ul ul ul {
    margin: 8px 0 0 12px;
}

footer.level1 ul ul li {
    float: none;
    width: auto;
    margin: 0;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 8px;
}

.ftnav {
    float: left;
    width: 800px;
}

footer.partners {
    background: #e2e2e2;
    padding: 10px 0;
}

footer.partners img {
    vertical-align: middle;
}

footer.copyr {
    padding: 40px 0 30px;
    background: #000000;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

footer.copyr img {
    margin-bottom: 10px;
}

/**** The ajax form ****/

.loading_container {
    background: #eee;
    border: 1px solid #dedede;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
    height: 200px;
    padding-top: 70px;
    display: none;
}
.title_loading {
    margin-bottom: 0px;
}
.confirmation_container {
    background: #adffcc;
    border: 1px solid #dedede;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
    height: 150px;
    padding-top: 40px;
    display: none;
}
.title_confirmation {
    margin-bottom: 0px;
}

#wpmem_login .link-text {
    display: none !important;
}
.grecaptcha-badge {
    visibility: hidden;
}