/*
Theme Name: mildspring
Theme URI: https://mildspring.co
Author: naeemnur
Author URI: https://naeemnur.com/
Version: 1.2
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url( ../fonts/archivo-v18-latin-ext_latin-regular.woff2 ) format('woff2');
}

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url( ../fonts/archivo-v18-latin-ext_latin-600.woff2 ) format('woff2');
}

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url( ../fonts/archivo-v18-latin-ext_latin-700.woff2 ) format('woff2');
}

:root {
    --global-font-size: 15px;
    --global-line-height: 1.4em;
    --global-space: 10px;
    --font-stack: Archivo, 'Helvetica Neue', sans-serif;
    --mono-font-stack: Archivo, 'Helvetica Neue', sans-serif;
    --background-color: #ededed;
    --page-width: 1240px;
    --font-color: #151515;
    --invert-font-color: #fff;
    --primary-color: #0078d7;
    --secondary-color: #727578;
    --error-color: #d20962;
    --progress-bar-background: #727578;
    --progress-bar-fill: #151515;
    --code-bg-color: #e8eff2;
    --input-style: solid;
    --display-h1-decoration: none
}

* {
    box-sizing: border-box;
    text-rendering: geometricPrecision
}

*::-moz-selection {
    background: var(--primary-color);
    color: var(--invert-font-color)
}

*::selection {
    background: var(--primary-color);
    color: var(--invert-font-color)
}

html {
    height: 100%;
    box-sizing: border-box;
}

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


body {
    font-size: var(--global-font-size);
    color: #b7c1bf;!;
    line-height: var(--global-line-height);
    margin: 0;
    font-family: var(--font-stack);
    word-wrap: break-word;
    background: #242c2e;
    position: relative;
    margin: 0;
    padding-bottom: 74px;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

body * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
    line-height: var(--global-line-height);
}

a {
    cursor: pointer;
    color: #2abb9b;
    text-decoration: none;
    transition: all .15s linear;
}

em {
    font-size: var(--global-font-size);
    font-style: italic;
    font-family: var(--font-stack);
}

blockquote,
code,
em,
strong {
    line-height: var(--global-line-height)
}

blockquote,
code,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
ol,
p,
section,
ul,
.logo {
    float: none;
    margin: 0;
    padding: 0
}

blockquote,
h1,
ol,
p,
.logo {
    margin-top: calc(var(--global-space) * 2);
    margin-bottom: calc(var(--global-space) * 2)
}

h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-bottom: var(--global-line-height);
    font-weight: 600
}

blockquote {
    position: relative;
    padding-left: calc(var(--global-space) * 2);
    padding-left: 2ch;
    overflow: hidden
}

li,
li>ul>li {
    position: relative;
    display: block
}

nav>ul>li {
    padding-left: 0
}

ol {
    counter-reset: item
}

ol li:nth-child(n+10)::after {
    left: -7px
}

ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.terminal-menu {
    width: 100%
}

.logo.terminal-prompt {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    white-space: nowrap
}

.terminal-nav {
    display: block;
    text-align: left;
    position: relative;
    /* overflow: hidden; */
}

ul ul {
    margin-top: 0;
    margin-bottom: 0
}

hr {
    position: relative;
    overflow: hidden;
    margin: calc(var(--global-space) * 2)0;
    border: 0;
    border-bottom: 1px dashed #d8d8d8;
    margin-top: 1rem
}

p {
    margin: 0 0 1em;
    color: var(--global-font-color);
    line-height: 1.6;
}

iframe,
img,
svg {
    max-width: 100%;
}

img,
svg {
    border: none;
    display: inline-block;
    height: auto;
}

img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.container {
    max-width: var(--page-width)
}

.container,
.container-fluid {
    margin: 0 auto;
    position: relative;
    padding: 0 calc(var(--global-space) * 2)
}

.grid-third img,
ul.lt-yearlist.products img,
.launched-img-country img {
    height: auto
}

.form {
    width: 100%
}

fieldset {
    border: 1px solid var(--font-color);
    padding: 1em
}

label {
    font-size: 1em;
    color: var(--font-color)
}

input[type=email],
input[type=file],
input[type=url],
input[type=text],
input[type=number],
input[type=password],
input[type=search] {
    border: 0;
    width: 100%;
    padding: .65em 1em;
    font-family: var(--font-stack);
    -webkit-appearance: none;
    border-radius: 0
}

input[type=email]:active,
input[type=url]:active,
input[type=file]:active,
input[type=text]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus {
    outline: none;
    -webkit-appearance: none
}

input[type=text]:not(:placeholder-shown):invalid,
input[type=url]:not(:placeholder-shown):invalid,
input[type=email]:not(:placeholder-shown):invalid,
input[type=password]:not(:placeholder-shown):invalid,
input[type=search]:not(:placeholder-shown):invalid,
input[type=number]:not(:placeholder-shown):invalid {
    color: #5c6b70
}

input,
textarea {
    color: var(--font-color);
    background-color: var(--background-color);
    -webkit-appearance: none
}

input::placeholder,
textarea::placeholder {
    color: #5c6b70 !important;
    opacity: 1
}

textarea {
    height: auto;
    width: 100%;
    resize: none;
    border: 1px var(--input-style)#f5f5f5;
    padding: 1em;
    font-size: 1em;
    font-family: var(--font-stack);
    -webkit-appearance: none;
    border-radius: 0;
    cursor: text;
}

textarea:focus {
    outline: none;
    -webkit-appearance: none;
    border: 1px solid var(--font-color)
}

textarea:not(:placeholder-shown):invalid {
    border-color: var(--error-color)
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--font-color);
    -webkit-text-fill-color: var(--font-color);
    box-shadow: 0 0 0 1e3px var(--invert-font-color)inset;
    -webkit-box-shadow: 0 0 0 1e3px var(--invert-font-color)inset;
    transition: background-color 5e3s ease-in-out 0s
}

label {
    display: block;
    color: #b7c1bf !important;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px)calc(1em + 2px), calc(100% - 15px)calc(1em + 2px), calc(100% - 2.5em).5em;
    background-size: 4px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    color: #667588 !important;
    background-color: #f1efe9;
    border: none;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.5em;
    padding: .5em 3.5em .5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

img[data-lazy-src] {
    opacity: 0
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear .2s;
    -moz-transition: opacity .5s linear .2s;
    transition: opacity .5s linear .2s;
    opacity: 1
}

.home .container {
    max-width: 660px;
}

.home-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home .launched-title,
.page-template-projects .launched-title {
    margin-top: 0 !important;
    border-top: 0 !important;
}

.table-titles th {
    text-align: right;
    font-size: 14px;
    padding-right: 1em;
    color: gray;
}

.single-compare table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 1rem;
    letter-spacing: 1px;
    border: 0;
}

.single-compare th,
.single-compare td {
    padding: 1em;
}

.single-compare th {
    font-weight: 700;
    vertical-align: top;
}

.single-compare td {
    border-top: 1px solid #e5e5e5;
    vertical-align: top
}

figure {
    margin: 0
}

figure>figcaption {
    color: var(--secondary-color);
    text-align: center
}

@media screen and (max-width: 960px) {
    pre::-webkit-scrollbar {
        height: 3px
    }
}

@media screen and (max-width: 480px) {
    .home-masthead {
        display: none;
    }

    .compare-country-inner form {
        width: 100%
    }
}

@media only screen and (min-width: 30em) {
    .terminal-menu ul {
        flex-direction: row;
        justify-items: flex-end;
        align-items: center;
        justify-content: flex-end;
        margin-top: calc(var(--global-space) * 2)
    }

    .terminal-menu li {
        margin: 0;
        margin-right: 2em
    }

    .terminal-menu li:last-child {
        margin-right: 0
    }
}

.home .header-wrap {
   border-bottom:  1px solid #ffffff33;
   /* margin-bottom: 2em; */
}

.header-wrap {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
    height: 56px;
    position: relative;
}

.logo-link {
    color: #fff;
    background-repeat: no-repeat;
    line-height: 56px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    letter-spacing: -.5px;
}

ul.lt-yearlist li {
    padding: 0;
    display: inline-block;
    width: 24.25%;
    margin-bottom: 2%;
    margin-right: 1%;
    vertical-align: top;
    text-align: center
}

.pages-footer ul.lt-yearlist li {
    width: 23.25%
}

.lt-yearlist li:nth-child(4n),
#home-countries .lt-yearlist li:nth-child(4n),
.search .lt-yearlist li:nth-child(4n),
.post-type-archive .lt-yearlist li:nth-child(4n),
.tax-continent .lt-yearlist li:nth-child(4n),
.pages-footer .lt-yearlist li:nth-child(4n) {
    margin-right: 0;
}

.home .lt-yearlist li:nth-child(4n), .page-template-front-page .lt-yearlist li:nth-child(4n), .page-template-experiments .lt-yearlist li:nth-child(4n) {
    margin-right: 1%;
}

ul.lt-yearlist li:after {
    content: none
}

.home .launched-title, 
.page-template-big-side-projects .launched-title, 
.page-template-experiments .launched-title, 
.page-template-projects .launched-title {
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    margin-top: 1em;
    text-align: left;
    line-height: 30px;
    border-top: 1px solid #ffffff33;
}


.home .b-industry,
.page-template-front-page .b-industry {
    font-size: 14px;
    line-height: 1.5;
}

#single-wrap a.logo-flip:hover>.launched-title {
    border-color: #2abb9b;
}

.title-colors {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    color: rgba( 255,255,255,.6 );
}

.colophon {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
}

label.screen-reader-text {
    display: none
}

h1.entry-title {
    font-size: 22px
}

.entry-content {
    margin-top: 0
}

.navigation {
    display: none
}

.launched-title {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px
}

.launched-img {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.launched-img-country {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.launched-img.new {
    display: none
}

.logo-flip:hover>.launched-img.new {
    display: block
}

.logo-flip,
ul.lt-yearlist.products.year a {
    padding: 1rem 1rem 0;
}

.single a.logo-flip:hover,
.home a.logo-flip:hover {
    border-color: #000
}

.home .logo-flip:hover,
ul.lt-yearlist.products.year a:hover {
    border-color: #afbabb;
    border-style: solid
}

.lt-footer {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-top: 1px solid #ffffff33;
}

ul.lt-yearlist.products.year a:hover {
    color: #000
}

.tr-pagination {
    display: inline-block;
    padding: 1.5em 0 1em;
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.tr-pagination a,
.tr-pagination span {
    color: #000;
    font-weight: 700;
    padding: 0 6px;
    padding: .5em 1em;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    margin-left: 10px;
    border: 1px solid #bfc1c5
}

span.page-numbers.current,
a.page-numbers:hover {
    background: #1b1b1b;
    color: #fff;
    border-color: #1b1b1b
}

.single .single-company-header .logo-flip {
    border: 0 !important;
}

.single-info {
    display: inline-block;
    margin-left: 1.5rem;
    width: 75%
}

.single-info a {
    color: #333
}

.single-info div {
    font-size: 14px;
    padding-bottom: 5px
}

.alignright {
    display: inline;
    float: right;
    text-align: right
}

.entry-content a:hover {
    background: 0 0 !important
}

.home .lt-yearlist.decade {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem
}

.lt-yearlist.decade li {
    margin-bottom: 0
}

.lt-yearlist.decade a {
    padding: 1em 1.5rem !important;
    font-size: 12px
}

.lt-yearlist a.active,
.lt-yearlist a.active:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important
}

.alignleft {
    float: left;
    display: inline;
    text-align: left;
}

.single .header-search {
    text-align: right !important
}

.hide-desktop {
    display: none
}

.header-search {
    margin-top: 0;
    width: 250px;
    text-align: right
}

.header-search button#submit {
    display: none;
}

.header-desc {
    color: #f1efe9;
    padding: 0;
    font-size: 16px;
    margin-top: 2px
}

.company-logo {
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px;
}

.post-template-big-side-projects .company-logo {
    margin-top: 55px;
}

.single-company .title,
.page-template-compare-page .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center
}

.single-country .logo-flip img {
    max-width: 122px;
}

.single-country #single-wrap .launched-img-country {
    margin-bottom: 1em;
    max-width: 100%;
    margin-top: 1em;
    background: #f1f1f1;
}

.single-country #single-wrap .logo-flip:hover {
    background: #f1f1f1 !important;
}

.title a {
    color: #000
}

.single-company-header {
    margin: 1.5rem 0 0;
    padding: 1.5rem;
}

.post-type-archive .tr-pagination {
    margin-bottom: 1rem
}

.single-company .btn.now.error>div {
    font-size: 16px;
    line-height: 32px;
    padding: 2rem;
    border: 1px solid #ce8909;
    border-radius: 5px
}

.header-menu {
    margin-top: 0;
    text-align: left;
    float: right;
    padding: 12px 0;
}

.header-menu a {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #ddd;
    padding: 0 12px;
}

.header-menu a:hover {
    text-decoration: underline;
    color: #fff;
}

.error404 article {
    padding: 4rem 0 2rem
}

.error404 article a {
    text-align: center !important;
    display: block
}


.single-company .logo img {
    display: unset;
    width: 22px;
    text-align: center;
    margin: 0 4px 0 0;
    position: relative;
    top: 4px
}

.header-search {
    text-align: unset !important;
    display: inline-block;
    margin-left: 12px;
}


.colophon a {
    color: #fff;
}
.colophon a:hover {
    text-decoration: underline;
}

.logo span {
    color: grey !important
}

.country-selector a {
    color: #fff !important
}

.country-selector {
    left: 15px;
    font-size: 12px
}

.entry-content h3 {
    font-size: 20px;
    margin-bottom: 0
}

article .title {
    font-size: 28px !important
}

.header-menu h3 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px
}

.of_lol {
    display: inline-block;
    width: 20px;
    position: relative;
    margin: 0 5px;
    text-transform: lowercase
		font-weight: bold;
}

.header-menu svg {
    display: inline-block;
    width: 15px;
    position: relative;
    top: 3px
}

.national-img img {
    width: 70%;
    margin-top: 1rem;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.national-img-thumb {
    border-radius: 100px;
    width: 100px;
    height: 100px !important;
    object-fit: cover;
}

.home li a.logo-flip img,
.page-template-front-page li a.logo-flip img,
.home-projects img {
    max-width: 100px;
    height: 100px;
}

.what-symbol-title a:hover {
    text-decoration: underline
}

.what-symbol {
    column-count: 2;
    padding: 0;
    background: rgb(255 255 255/85%);
}

.single h1.title, .single h2.title, .project-template h1.title {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
}

.symbol-answer a {
    color: inherit
}

.country-name {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.map-link.country-name {
    font-size: 12px;
    margin-top: 2px
}

.home .single-company-header h1 {
    margin: 0 0 1em;
    font-size: 20px;
}

.home .single-company-header {
    padding: 1.5rem;
    margin-bottom: 0
}

h2.bycountry-title,
.single h2.title,
.page-template-compare-page .title {
    margin: 1.5rem 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.single-country .country-menu,
.single-compare .country-menu,
.page-template-compare-page .country-menu {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block
}

.page-template-national-symbols .what-symbol {
    column-count: 3;
    background: #fff
}

.page-template-national-symbols .what-symbol a {
    color: #333
}

.page-template-compare-page .of_lol {
    color: #fff;
    margin-bottom: 10px
}

.page-template-compare-page .country-menu {
    border: 0;
    margin: 0 0 1em;
    padding: 1em;
    background: #434343;
}

.page-template-compare-page .country-compare-wrap {
    padding: 2em;
    background: #5a5b5e;
    border: 0
}


.single-compare select#nationalopt {
    background-image: unset
}

.single-compare .country-menu {
    border: 0
}


.single-country .launched-img a {
    line-height: 1
}

span.meta-answer svg {
    width: 13px !important;
    top: 1px;
    position: relative
}


.neighbours .company-logo {
    max-width: 100%;
    margin-bottom: 0
}

.neighbours .launched-title {
    font-size: 16px;
    color: #000
}

.single-info a:hover {
    text-decoration: underline
}

nav.rank-math-breadcrumb {
    font-size: 16px;
}

nav.rank-math-breadcrumb p {
    margin: 0
}

.single-country .single-company-header {
    margin-top: 0;
    position: relative;
    margin-bottom: 0
}

.country-continent a {
    position: absolute;
    right: 1.5rem;
    border-radius: 5px;
    padding: 5px 10px;
    background: #5a5b5e;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

nav.rank-math-breadcrumb a {
    font-weight: 600;
}

nav.rank-math-breadcrumb a:hover {
    text-decoration: underline;
}

ul.lt-yearlist.products {
    margin-bottom: 0
}

.single-company-header p:last-child {
    margin: 0
}

.img-shortcode {
    height: 140px
}

.single-post h1.title, .page-template-compare-page h1.title, .project-template h1.title {
    margin-bottom: 0;
    line-height: 1;
}

.pages-footer a {
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    color: #333
}

.pages-footer a:hover {
    text-decoration: underline
}

.pages-footer {
    background: #fff;
    padding-top: 3rem;
    margin-top: 2em;
    padding-bottom: 1.5rem
}

a.view-symbols {
    font-weight: 700;
    text-decoration: underline
}

.symbol-map iframe {
    width: 100%
}

.symbol-answer ul li {
    display: inline-block
}

.symbol-answer ul li a {
    color: #2abb9b
}

.custom-search {
    padding: 1.5rem calc(var(--global-space) * 2);
    text-align: center
}

.custom-search h1 {
    font-size: 25px
}

nav.symbol-menu a {
    color: #fff !important;
    padding-right: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px
}

nav.symbol-menu {
    clear: both;
    text-align: left;
    background: #0a0a0a;
    padding: 10px
}

nav.symbol-menu a:hover {
    text-decoration: underline
}

.symbol-motto {
    text-align: center;
    font-size: 22px;
    background: #3669c9;
    padding: 15px;
    line-height: 24px;
    margin-top: -1px;
    border: 1px solid #3669c9
}

.motto-text {
    font-size: 12px;
    color: rgb(255 255 255/56%);
    text-transform: uppercase;
    letter-spacing: 1px
}

.symbol-motto a {
    color: #fff
}

.symbol-meta {
    padding: 5px 10px;
    margin-bottom: 12px;
    border: 1px solid #bfc1c5;
    display: block;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px
}

.meta-answer {
    font-weight: 700;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px dashed #bfc1c5
}

.custom-search .logo-flip {
    max-width: 50%;
    margin: 0 auto
}

.compare-country-inner {
    display: inline-block;
    width: 50%;
    border: 1px dashed #242c2e;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    margin-left: -1px;
    padding-bottom: 0;
    vertical-align: top;
}

.compare-country-inner img {
    max-width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 100px;
    object-fit: cover;
}

.compare-country-wrap {
    font-size: 0;
    margin-bottom: 2rem;
}

.table-condensed th,
.table-condensed td {
    padding: 1em;
    border-top: 1px dashed #ffffff1a;
}

.table-titles th {
    text-align: right;
}

.single-compare .launched-title {
    font-size: 1rem
}

.empty-title {
    padding: 15px;
    margin-bottom: -1px;
    min-height: 182px;
}

.ff:before {
    position: absolute;
    left: -115px;
    font-size: 12px;
    color: gray;
    text-align: right;
    width: 100px;
}

.f_about {
    font-size: 18px;
    text-align: left;
    padding: 1rem;
    line-height: 1.6;
}

.f_about + .f_about {
padding-top: 0;
}


th.fname:before {
    content: "Name";
}

th.fnetworth:before {
    content: "Net worth";
}

th.f_age:before {
    content: "Born";
}

th.f_industry:before {
    content: "Industry";
}

.truncate {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
}

.single-compare h1 {
    margin-bottom: 0;
    font-size: 26px
}

.country-compare-wrap {
    overflow: hidden;
    clear: both;
    border-color: #bfc1c5;
    margin-top: 1.5em !important;
    background: #fff;
    margin-bottom: 1.5em !important
}

.country-compare-wrap .of_lol {
    width: unset
}

.single-country .country-compare-wrap select#nationalopt {
    background-image: unset;
    padding-right: 20px;
    font-weight: 700;
    background-color: #ededed;
    margin-top: 1.5em !important
}

.country-compare-wrap .bycountry-title {
    text-transform: none
}

.compare-symbol {
    min-height: 256px
}

.compare-symbol img {
    height: 125px
}

.symbol-meta.symbol-territory {
    border-color: #2abb9b;
    background: #d4f6ef;
    color: #2abb9b !important
}

.compare-country-wrap .logo-flip {
    border-radius: 0;
    border: 0;
    border-top: 1px dashed #bfc1c5
}

.what-symbol.popular-compare {
    font-size: 16px;
}

.what-symbol.popular-compare a:hover {
    text-decoration: underline
}

.what-symbol.popular-compare a {
    line-height: 26px
}

.city-type {
    padding: 0;
    margin: 0 !important
}

.compare-neighbours {
    text-align: center;
    margin-bottom: 0
}


.country-menu {
    border-bottom: 1px dashed;
    padding-bottom: 2em
}

.hamburger-btn {
    display: none
}

.home-icon {
    position: relative !important;
    top: 2px !important;
    padding-right: 10px !important
}

.home-icon svg {
    height: 15px
}

.country-compare-wrap select {
    background-color: #ededed
}

.bycountry-title a {
    color: #333
}

.small {
    height: 90px;
    overflow: hidden
}

.big {
    height: auto
}

#national-symbol-loop img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin-top: 0;
    object-fit: cover
}

#national-symbol-loop a:hover {
    border-color: #000
}

.edward {
    margin-top: 1em;
    margin-bottom: 1em
}

#home-countries .square-edward.logo-flip {
    position: relative;
    width: 23.94%;
    padding: .5em 0 0
}

.square-edward .launched-title {
    position: absolute;
    bottom: 0;
    background: #ededed;
    padding: 2px;
    left: 0;
    right: 0;
    display: block;
    font-size: 10px
}

.single li.square-edward.logo-flip {
    min-height: 222px
}

#titles {
    padding-top: 0;
    border: 0;
}

#titles .table-condensed {
    margin-top: 3px;
    border: 0;
}

.nav-btn {
    background: #ededed;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 6px;
    margin: 5px 0;
    display: inline-block;
}

#terminal-wrap span {
    display: none !important;
}

.qna-nav {
    text-align: left;
    line-height: 2;
}

.nav-btn-wrap {
    margin: 0 auto 1.5em;
    text-align: center
}

form#searchform i {
    position: absolute;
    left: 30px
}

form#searchform {
    position: relative
}

form#searchform #s {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    padding-left: 33px;
    background-color: #fff;
    text-indent: 0;
    max-width: 250px;
    width: 100%;
    border-radius: 99px;
    border: 0;
}

input#s:focus {
    outline: none
}

.btn-group.search {
    position: relative;
}

.btn-group.search svg {
    position: absolute;
    top: 12px;
    left: 12px;
    color: black;
}

.ste {
    border-top: 1px solid #eff0f1;
    padding: .5em 0
}

#single-wrap h2 a {
    color: #fff;
}

#single-wrap .title {
    text-align: left;
    margin: 0;
    text-transform: none;
    margin-bottom: 1em;
}

#single-wrap .symbol-motto {
    margin-top: 1em;
    border-radius: 4px;
    border: 0;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    color: #555;
    background: #ededed
}

#single-wrap .motto-text {
    color: #000
}

#single-wrap .single-company-header {
    margin: 0;
    padding: 1.5rem;
    border: 0;
    margin-bottom: 1.5em;
    background: #131f23;
    border-radius: 4px;
}

#single-wrap ul.lt-yearlist {
    margin-bottom: 1em;
    font-size: 0;
}

.home #single-wrap ul.lt-yearlist {
	overflow: hidden;
    font-size: unset;
}

.single ul.lt-yearlist.products {
    margin-top: 1.5em;
}

#single-wrap .compare-neighbours {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 0
}

#single-wrap .compare-neighbours li {
    padding: 0;
    list-style-type: circle
}

#single-wrap .logo-flip {
    border: 0;
    width: 100%;
    display: block;
    border: 1px solid #ffffff33;
    border-radius: 4px;
}

.single-project .logo-flip {
    background: #f0f0f1;
    padding: 2rem 1rem;
}

#single-wrap a.logo-flip:hover {
    border-color: #2abb9b;
}

#single-wrap .national-answer {
    font-size: 13px;
}

.launched-title {
    margin-left: -16px;
    margin-right: -16px;
    text-align: left;
    padding: .8em 1em;
    margin-top: 2em;
    position: relative;
    color: white;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #505658;
}

.startup-exited {
    width: auto;
    font-size: 12px;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 1em
}

#single-wrap pre {
    white-space: break-spaces;
    font-family: inherit
}

.ste {
    border-bottom: 0;
    padding-bottom: 1em;
    border-top: 0;
    padding-top: 0
}

.ste:last-child {
    padding-bottom: 0
}

.page-header-right {
    float: right
}

.page-header-right {
    float: right
}

.side-title {
    margin-bottom: .5em;
    margin-top: 1em;
    text-align: left;
    border-bottom: 1px solid #242c2e;
    padding-bottom: .5em;
    font-size: 16px;
    color: #fff;
}

.country-summary h2,
.country-summary h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    margin-bottom: 1em;
    font-size: 18px;
}

.country-summary p {
    text-align: left !important;
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 22px
}

.country-summary {
    clear: both;
    text-align: left;
    margin: 1em 0;
}

#single-wrap a {
    color: #2abb9b;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5625em;
    max-width: 100%;
    width: 100%;
    font-size: 17px;
    margin-bottom: 0;
}

th,
td {
    text-align: left;
    padding: .2em 0
}

td {
    vertical-align: top;
    color: #B8C5C9!important;
}

td a {
    font-weight: 700
}

th {
    border-bottom: 1px dashed #ffffff1a;
    font-weight: 700;
    vertical-align: bottom
}


.single-company-header li {
    line-height: 28px;
    width: 173px !important;
    padding: 1em 0 !important;
}

.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}


.home-masthead {
    text-align: center;
    padding: 2.5em 0;
}

.search #single-wrap {
    padding-top: 1em;
}

.search-results h1 {
    margin-bottom: 1em !important;
}

.single-inner .title {
    margin-bottom: 1em !important;
}


.page-template-symbols-directory .single li a.logo-flip img,
.tax-subject li a.logo-flip img,
.single-symbol .single li a.logo-flip img,
.page-template-symbols-list li a.logo-flip img {
    border-radius: unset;
    object-fit: unset;
}

.single-symbol #single-wrap .launched-img-country {
    margin-bottom: 1em;
    max-width: unset;
    margin-top: 0;
}

.single-symbol img.img-responsive.responsive--full.wp-post-image {
    width: auto;
}


.share-wrap {
    margin-top: 1em;
    text-align: left;
    margin-bottom: 2em !important;!i;!;
}

button#submit {
    margin-top: 1px;
    background: black;
    cursor: pointer;
    border: 1px;
    color: #fff;
    height: 40px;
    padding: 0 1em;
    margin-left: -6px;
}

.page-template-search-page #searchform {
    margin-bottom: 1.5em;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%
}

.grid-fourth,
.grid-third,
.grid-half,
.grid-two-thirds,
.grid-three-fourths,
.grid-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 1%;
    margin-right: 1%
}

@media(min-width: 60em) {
    .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .grid-fourth {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 258.484px
    }

    .grid-third {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .grid-half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .grid-two-thirds {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 65.66667%;
        max-width: 65.66667%;
    }

    .grid-three-fourths {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .grid-full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}


.lingo-btn {
    border: 1px solid #ddd;
    padding: 0.6em;
    border-radius: 4px;
    margin-bottom: 1.5em;
    margin-right: .4em;
    display: inline-block;
    font-size: 14px;
    background: #fafafa;
    font-weight: 700;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
    display: block;
    margin-top: 1.5em;
    text-align: center;
}

a.lingo-btn:hover {
    background: #3669c9;
    color: #fff;
    border-color: #3669c9;
}


.lang-abc {
    text-align: center;
}

.lang-abc a,
.home.starting-with .lang-abc a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.lang-abc span:after {
    content: " \22C5";
    font-weight: bold;
}

.lang-abc span:last-child:after {
    display: none;
}

.lang-abc a:hover {
    text-decoration: underline;
}

.abc-title {
    color: #53887c;
}

.lang-abc strong {
    color: gray;
}

.view-button p {
    font-size: 13px;
}

.view-button h3 {
    font-size: 16px;
}


td .lingo-btn {
    margin-bottom: 5px;
    margin-top: 5px;
}

.abc-title svg {
    width: 15px;
}

.side-box svg {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.color-header-wrap {
    border-bottom: 1px solid #eff0f1;
    width: 100%;
    display: flex;
    overflow: hidden;
    background: #fff;
    list-style: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    overflow: hidden !important;
}

.color-header {
    flex: 1;
    position: relative;
    height: 192.82px;
}

.color-info li {
    line-height: 1.4;
    display: block;
    width: 100%;
    margin-bottom: .5em;
    border-bottom: 1px solid #eff0f1;
    padding-bottom: .5em;
}

.color-info li:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

.color-info li strong {
    text-align: right;
    float: right;
}

.home-top-wrap {
    padding: 3em 0;
    text-align: center;
    color: #ddd;
    border-top: 1px solid #ffffff33;
    position: relative;
    border-bottom: 1px solid #ffffff33;
}

.home .home-top-wrap {
    border-top: 0;
    margin-bottom: 2em;
    padding: 1em 0;
    text-align: left;
}

.home-top-wrap h1 {
    font-size: 52px !important;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    margin: 0 !important;
}

.color-tag span {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px;
    background-color: #333;
    font-size: 11px;
    margin: 10px 0;
}

.national-symbols-side table {
    margin-bottom: 0;
}

a.share-icon {
    display: inline-block;
    padding: .5em .8em .2em;
    color: #333;
    background: #f6f6f8;
    border-radius: 2px;
}

a.share-icon:hover {
    text-decoration: underline;
}

.click2copy {
    cursor: pointer;
}

.color-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.color-swatch {
    border-radius: 3px;
    cursor: pointer;
    flex: auto;
    height: 20px;
    list-style: none;
    position: relative;
    width: 20px;
}

.color-palette {
    padding: 1em;
    border-bottom: 1px solid #bfc1c5;
}

.hamburger-btn {
    display: inline-block;
    font-size: 16px;
    top: 17px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.hamburger-text {
    display: inline-block;
    line-height: 1;
    position: relative;
    /* top: -7px; */
    color: #b7c1bf;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #505658;
    /* color: #000; */
    padding: 6px 8px;
    border-radius: 2px;
    transition: all .15s linear;
}

.hamburger-text:hover {
	border-color: #2abb9b;
}

.hamburger-icon {
    width: 24px;
    display: inline-block;
    position: relative;
    color: #b7c1bf;
    left: -4px;
}


.terminal-hamburger {
    text-align: left;
    right: 0;
    width: 200px;
    position: absolute;
    box-sizing: border-box;
    padding: .5em 1em 1em;
    z-index: 999;
    top: 56px;
    background: #33464c;
    border: 1px solid #5c6b70;
    border-top: 0;
}

.terminal-hamburger div {
    font-size: 13px;
    line-height: 24px;
    color: #777
}

.terminal-hamburger a {
    display: block;
    padding-top: .5em;
    font-size: 14px;
    color: #fff;
}

.terminal-hamburger a:hover {
    color: #b8c5c9;
}

.arrow-link {
    -webkit-text-fill-color: transparent;
    background-color: rgba( 255,255,255,.6 );
    -webkit-background-clip: text;
    background-clip: text;
    border: 2px #fff;
    margin-bottom: 0%;
    margin-right: 0%;
    padding: 15px;
    font-size: 18px;
    font-weight: bolder;
    line-height: 28px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: rotate(-45deg);
    display: none;
}

#single-wrap a.logo-flip:hover>.arrow-link {
    display: block;
}


.funded-amount {
    color: #fff;
    background-color: #2abb9b;
    padding: 8px;
    font-size: 15px;
    /* font-weight: bold; */
    display: inline-block;
    line-height: 14px;
    position: absolute;
    border-radius: 4px;
    left: 15px;
}

.parent-company.country {
    left: unset;
    right: 15px;
    border: 0;
    padding: 0;
    width: 21px;
    height: 15px;
    top: 21px;
}

.footer-link {
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
}

.app-screenshot {
    padding: 1em;
    /* border: 1px solid #eee; */
    padding-bottom: 0;
    margin-bottom: 1.5em;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #223237;
}

.app-screenshot img {
    display: block;
    margin: 0 auto;
}

.app-caption {
    text-align: center;
    font-size: 12px;
    padding: .5em;
    /* color: gray; */
    text-transform: uppercase;
    background: #0b1416;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 1.5em;
    border-radius: 4px;
}

.screen-reader-text {
    display: none;
}

.parent-company {
    position: absolute;
    border-radius: 4px;
    left: 15px;
    width: 37.6px;
    height: 33.6px;
}

.parent-company img {
    width: 24px !important;
    display: block;
}

.grid-two-thirds h3.side-title {
    margin-top: 2em;
    margin-bottom: 1em;
}

.founder-box img,
.rounded-img {
    border-radius: 100px;
    height: 100px !important;
    width: 100px;
    object-fit: cover;
}

.known-for {
    font-size: 13px;
    line-height: 1;
}

.prev-link,
.next-link {
    width: 20px !important;
    color: #000 !important;
}

.post-nav {
    overflow: hidden;
    margin: 0 auto 1.5em;
}

.share-icon svg {
    width: 24px;
    height: 24px;
}

.custom-search input#s {
    border-radius: 0 !important;
    background: #eee !important;
}

.newsletter {
    padding: 2.5em 0 2em;
    font-size: 18px;
    text-align: center;
    margin-top: 1.5em;
    overflow: hidden;
    clear: both;
    background: #fff;
    border-top: 1px solid #cdcdcd;
}

.newsletter h3 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 0;
    line-height: 32px;
    letter-spacing: 1px
}

.home-projects.lt-yearlist li {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.home .home-projects.lt-yearlist li,
.page-template-projects  .home-projects.lt-yearlist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    display: block;
}

.home a.logo-flip,
.page-template-projects  a.logo-flip  {
    padding-top: 0;
}


.newsletter-home {
    clear: both;
    overflow: hidden;
    margin-top: 2em;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #fff;
    border-radius: 4px;
}

.founder-box {
    border-radius: 4px;
    padding: 1.5rem 1rem 1rem !important;
    background: #132024;
}

.buy-coffee {
    background: #FCBF47;
    color: #000 !important;
    font-weight: bold;
    padding: .6em 1em;
    border-radius: 10px;
    position: relative;
    top: -2px;
}

a.buy-coffee img {
    width: 29px;
    position: relative;
    bottom: -5px;
    left: -1px;
}


.palette-color {
    display: inline-block;
    padding: 8px 10px;
    color: rgba( 255,255,255,.6 );
    font-size: 11px;
    background: #33464C;
    text-align: right;
    position: absolute;
    right: 16px;
    top: 10px;
    line-height: 1;
    border-radius: 4px;
}

.post-template-clippy .palette-color {
    right: 20px;
    top: -1px;
    font-size: 12px;
}

.palette-color.hide-desktop {
    position: relative;
    width: 100%;
    text-align: center;
    right: unset;
    margin-bottom: 1em;
    display: none;
}

.home .palette-color,
.page-template-front-page .palette-color {
    top: 19px;
}


button.air-reaction__button {
    cursor: pointer;
}

.air-reactions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.air-reactions__item--reacted button {
    color: black !important;
}

.air-reactions {
    display: flex;
}

.air-reactions__item {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.air-reactions__item button {
    background-color: transparent;
    border: 0;
    color: gray;
    padding: 1rem;
    transition: transform 0.2s ease-in-out;
}

.air-reactions__item button svg {
    width: 2rem;
    color: #B8C5C9;
}

.air-reactions__item button:hover {
    background-color: transparent;
    color: gray;
}

.air-reactions__item button:not(button[disabled]):hover {
    transform: scale(1.3);
    color: black;
}

.air-reactions__item--heart button:not(button[disabled]):hover {
    color: red;
}

.air-reactions__item--reacted button {
    color: blue;
}

.air-reactions__item--reacted.air-reactions__item--heart button {
    color: red;
}

.air-reaction__item-amount[data-air-reaction-count="0"] {
    opacity: 0;
}

.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: ;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mlb2-6333708.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100% !important;
}

#mlb2-6333708.ml-form-embedContainer h4,
#mlb2-6333708.ml-form-embedContainer p,
#mlb2-6333708.ml-form-embedContainer span,
#mlb2-6333708.ml-form-embedContainer button {
    text-transform: none !important;
    letter-spacing: normal !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper {
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
    display: inline-block !important;
    margin: 0;
    padding: 0;
    position: relative;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
    width: 400px;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    width: 100%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-align-left {
    text-align: left;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-align-center {
    margin-top: .3em;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-align-default {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-align-right {
    text-align: right;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: auto;
    margin: 0 auto !important;
    max-width: 100%;
    width: undefinedpx;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    padding-bottom: 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 20px 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    /* color: #000000; */
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 1;
    word-break: break-word;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    color: #B8C5C9;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: left;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
    color: #000000;
    font-size: 14px;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
    list-style-type: lower-alpha;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
    list-style-type: lower-roman;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
    color: #000000;
    text-decoration: underline;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
    text-align: left !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    ;
    display: inline-block;
    line-height: 20px;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    margin: 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    margin: 0;
    width: 100%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    margin: 0 0 20px 0;
    width: 100%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    float: left;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
    margin: 0 0 10px 0;
    width: 100%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
    margin: 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
    margin: 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 14px !important;
    height: auto;
    line-height: 21px !important;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
    color: #5c6b70;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
    color: #5c6b70;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
    color: #5c6b70;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
    color: #5c6b70;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
    background-color: #ffffff !important;
    color: #5c6b70 !important;
    border-color: #cccccc;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 14px !important;
    height: auto;
    line-height: 21px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-color: #cccccc !important;
    background-color: #ffffff !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-radius: 4px !important;
}


#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before {
    border-color: #000000 !important;
    background-color: #000000 !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
    top: 2px;
    box-sizing: border-box;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
    top: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
    position: absolute;
    top: 2px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
    position: absolute;
    top: 0px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    position: absolute;
    top: 0px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
    background: no-repeat 50%/50% 50%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    background: no-repeat 50%/50% 50%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    padding: 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
    color: #000000;
    font-size: 12px !important;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    font-style: normal;
    font-weight: 700;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 28px 10px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/dropdown.svg') no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    height: auto;
    width: 100%;
    float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 70%;
    float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 30%;
    float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
    padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
    background-color: transparent;
    color: #fff;
    border-color: #5c6b70;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px 10px 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: initial;
    border-radius: 4px;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    background-color: #2abb9b !important;
    border-color: #2abb9b;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 20px;
    margin: 0 !important;
    padding: 11px !important;
    width: 100%;
    height: auto;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px;
    transition: all .15s linear;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #33464c !important;
    /* border-color: #333333 !important; */
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
    color: #000000;
    display: block;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 24px;

}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
    color: #000000;
    text-decoration: underline;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
    margin: 0;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #000000 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    height: auto;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    display: none;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: #333333 !important;
}

.ml-subscribe-close {
    width: 30px;
    height: 30px;
    background: url('../images/modal_close.png') no-repeat;
    background-size: 30px;
    cursor: pointer;
    margin-top: -10px;
    margin-right: -10px;
    position: absolute;
    top: 0;
    right: 0;
}

.ml-error input,
.ml-error textarea,
.ml-error select {
    border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
    border: 1px solid red !important;
    border-radius: 4px;
    padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
    color: #ff0000 !important;
}

#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
    color: #ff0000 !important;
}

@media only screen and (max-width: 661px) {
	.f_val {
		font-size: 12px;
		line-height: 1.6;
	}

    .ml-form-embedWrapper.embedDefault,
    .ml-form-embedWrapper.embedPopup {
        width: 100% !important;
    }

    .ml-form-formContent.horozintalForm {
        float: left !important;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
        height: auto !important;
        width: 100% !important;
        float: left !important;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
        width: 100% !important;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div {
        padding-right: 0px !important;
        padding-bottom: 10px;
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal {
        width: 100% !important;
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
        padding-top: 0px !important;
    }

}

.ml-mobileButton-horizontal {
    display: none;
}

#mlb2-6333708 .ml-mobileButton-horizontal button {background-color: #2abb9b !important;border-color: #2abb9b !important;border-style: solid !important;border-width: 1px !important;border-radius: 4px !important;box-shadow: none !important;color: #ffffff !important;cursor: pointer;font-size: 14px !important;font-weight: 700 !important;line-height: 20px !important;padding: 10px !important;width: 100% !important;}

@media only screen and (max-width: 661px) {
    #mlb2-6333708.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        padding: 0 0 10px 0 !important;
    }

    .ml-hide-horizontal {
        display: none !important;
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal {
        display: none !important;
    }

    .ml-mobileButton-horizontal {
        display: inline-block !important;
        margin-bottom: 20px;
        width: 100%;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div {
        padding-bottom: 0px !important;
    }
}


@media only screen and (max-width: 661px) {
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
        margin-bottom: 10px !important;
    }
}

.nav-wrap {
    position: relative;
    padding: .7em 0;
    border-bottom: 1px solid #ffffff33;
    margin-bottom: 1.5em;
    /* border-top: 1px solid #ffffff1a; */
}

.single-project .nav-wrap {
    border-top: 1px solid #ffffff33;
}

.project-template-founders .nav-wrap {
    border-top: none;
}

.founders-page {
    position: absolute;
    right: 20px;
    top: -4px;
    /* border: 1px solid #cdcdcd; */
    padding: 4px 8px;
    font-size: 13px;
    color: #fff!important;
    background: #2b3639;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 4px;
}


.billionaire-menu {
    border: 0;
    margin: 0 0 1.5em;
    padding: 2em;
    background: #33464c;
    text-align: center;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px)calc(1em + 2px), calc(100% - 15px)calc(1em + 2px), calc(100% - 2.5em).5em;
    background-size: 4px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    color: #667588 !important;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.5em;
    padding: .5em 3.5em .5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

#single-wrap .of_lol {
    width: auto;
    color: #fff;
    margin-bottom: 10px;
}

.b-rank {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #f1c40f;
    color: #000;
    font-size: 11px;
    background: #FDF7E0;
    position: absolute;
    left: 44%;
    bottom: -15px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.b-industry {
    font-size: 14px;
    color: rgba( 255,255,255,.6 );
    line-height: 1.6;
}

.post-template-billionaires .launched-title {
    text-align: center;
}

.compare-title {
    color: #fff;
    font-weight: 300;
    margin-bottom: .5em;
}

.b_networth {
    color: #000;
    background-color: rgb(46 204 113 / 34%);
    border: 1px solid #2ecc71;
    padding: 8px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    line-height: 14px;
    border-radius: 4px;
}

.ff {
    position: relative;
    padding-top: 2em !important;
}

.f_text {
    font-size: 9px;
    /* color: gray; */
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #223237;
    padding: 5px;
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 0;
    left: 0;
    /* border-bottom: 1px dashed #bfc1c5; */
    /* border-right: 1px dashed #bfc1c5; */
}

.post-template-paypal .product-title {
    font-size: 16px;
    color: #000;
}

.venture-logo {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 99px;
    padding: 2px;
    border: 1px solid #cdcdcd;
}

.mafia-position {
    font-size: 14px;
    color: rgba( 255,255,255,.6 );
}

.mafia-title {
    color: #fff;
    font-size: 18px;
}

.post-template-paypal .company-logo {
    margin: 0;
}

.post-template-paypal .launched-title {
    margin-top: 1em;
}

.home h1.title,
.page-template-front-page h1.title {
    margin-bottom: 0;
}

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

    #home-countries .lt-yearlist li:nth-child(3n),
    .search .lt-yearlist li:nth-child(3n),
    .single .lt-yearlist li:nth-child(3n),
    .tax-continent .lt-yearlist li:nth-child(3n) {
        margin-right: 1%
    }

    #national-symbol-loop.lt-yearlist li:nth-child(2n),
    .search .lt-yearlist li:nth-child(2n),
    .tax-continent .lt-yearlist li:nth-child(2n) {
        margin-right: 0
    }

    ul.lt-yearlist li,
    .pages-footer ul.lt-ye.pages-footer ul.lt-yearlist liarlist li,
    #home-countries ul.lt-yearlist li,
    #home-countries .square-edward.logo-flip {
        width: 49%
    }

    .lt-yearlist.decade li {
        margin-bottom: 10px
    }

    .single-company ul.lt-yearlist li {
        width: 48%
    }

    .single-company ul.lt-yearlist li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 821px) {
.palette-color {
		position: relative;
		top: -2px;
	}
    .container,
    .container-fluid {
        padding: 0 1em;
    }


    .country-summary ins.adsbygoogle {
        margin-left: -1em !important;
        margin-right: -1em !important;
    }


    .single .header-search {
        margin-top: 20px;
        width: 320px
    }

    .compare-country-inner {
        width: 50% !important
    }

    .single-billionaire .compare-country-inner {
    width: 100% !important;
}

    .single-info {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px
    }

    .single-company-header {
        padding: 1em !important;
        text-align: center
    }

    .custom-search .logo-flip {
        width: 100% !important;
        max-width: 100% !important
    }

    #titles {
        display: block;
        width: 100% !important;
        float: none;
        padding-top: 20px
    }

    #titles .table-condensed {
        display: none
    }

    .empty-title {
        padding-bottom: 20px
    }

    .hide-desktop {
        display: table-row
    }

    .header-desc,
    .header-menu {
        display: none
    }


    .search-icon {
        width: 23px;
        display: inline-block;
        position: relative;
        top: 8px;
        margin-right: 5px;
        cursor: pointer;
    }

    .search-icon svg {
        color: #fff;
    }


    .ns-link {
        display: inline;
        position: relative;
        top: 1px;
        right: 10px
    }

    .ns-link a {
        color: #fff;
        background: #d02020;
        padding: 6px 8px;
        border-radius: 3px;
        font-size: 14px
    }

    nav.symbol-menu {
        display: none
    }

    .color-header {
        height: 50px;
    }

    .color-info tr {
        width: 100%;
    }

    .color-tag strong {
        display: block;
        text-align: left;
    }

    span.terms-yellow {
        display: block;
    }

    .home .home-projects.lt-yearlist li, .page-template-experiments .home-projects.lt-yearlist li {
        width: 100%;
        margin-bottom: 3.5%;
    }

    .home .newsletter-home, .page-template-front-page .newsletter-home {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 661px) {
	.billionaire-menu select {
    display: block;
    margin: 0 auto;
}

.billionaire-menu #compareBtn {
    margin-top: 1em;
    margin-left: 0;
}

.billionaire-menu .of_lol {
    margin: 10px;
}
	body {
		padding-bottom: 126px;
	}
    .post-template-clippy .palette-color {
        display: none;
    }
	
	.palette-color.hide-desktop {
		display: block;
	}

    .home .home-top-wrap {
        border-top: 0;
        margin-bottom: 1em;
        padding: 1em 0 1.5em;
    }

    .home-top-wrap h1 {
        font-size: 24px !important;
    }

    .title-colors {
        display: block;
        font-size: 16px;
    }

    .alphabet-box {
        width: 32%;
    }

    .home #single-wrap,
    .page-template-front-page #single-wrap {
        padding-top: 0
    }

    .home .bycountry-title,
    .page-template-front-page .bycountry-title {
        text-align: center
    }

    .pages-footer {
        background: #ededed;
        padding-top: 2rem;
        padding-bottom: 1.5rem
    }

    .home h1.title .page-template-front-page h1.title {
        margin: 0;
        font-size: 28px
    }

    .home p,
    .page-template-front-page p {
        margin: .5em 0 0;
        padding: 0;
        font-size: 16px
    }

    .single h1.title,
    .single h2.title {
        margin: 0 0 10px;
        font-size: 18px;
        text-transform: capitalize !important
    }

    .single-country .national-img {
        width: 100%
    }

    .home .single-company-header h1 .page-template-front-page .single-company-header h1 {
        font-size: 18px
    }

    .home .single-company-header,
    .page-template-front-page .single-company-header {
        text-align: left
    }


    ul.lt-yearlist li,
    #home-countries ul.lt-yearlist li,
    .pages-footer ul.lt-yearlist li,
    #home-countries .square-edward.logo-flip {
        width: 100%;
        margin-bottom: 4%;
    }

    ul.lt-yearlist li {
        margin-bottom: 3.5%;
    }

    .lt-yearlist.decade li {
        width: 49%
    }

    .colophon .alignright, .colophon .alignleft {
        display: block;
        float: none;
        text-align: center;
    }

    .pages-footer {
        text-align: center;
        padding-top: 0;
    }

    .pages-footer a {
        text-align: center !important
    }

    .header-menu a {
        padding: 0 !important;
        display: block;
        padding-bottom: 5px !important
    }

    .logo-link {
        /* line-height: 32px; */
        /* font-size: 20px; */
        /* padding: 12px 15px; */
    }

    .home-top-wrap {
        padding: 2em 0 2.5em;
    }

    .single-post h1.title,
    .page-template-compare-page h1.title {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .single-country .national-img {
        width: 100%
    }

}

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

    .alignleft,
    .alignright {
        /* float: none; */
        /* text-align: center; */
        /* padding-top: 1em; */
    }

    .terminal-menu {
        width: 100%;
        margin-top: 1rem
    }

    .header-wrap {
        margin-bottom: 0
    }

    .single .header-menu {
        text-align: center
    }

    .tr-pagination a,
    .tr-pagination span {
        display: inline-block;
        margin-top: 1rem
    }

    .header-search {
        width: unset
    }

    .company-meta li {
        font-size: 16px
    }

    .single-info a {
        margin-top: 20px;
        display: block
    }

    form#searchform #s {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }
}

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


}

.content-box p {
    margin-bottom: .5em;
    line-height: 1.8;
}

.content-box p:last-child {
    margin-bottom: 0;
}

.content-box {
    margin-bottom: 1.5em;
}

.national-symbols-side table {
    font-size: 15px !important;
}

#compareBtn {
    background: #FCBF47;
    color: #111;
    border: 0;
    padding: 9px;
    margin-left: 10px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

#compareBtn:disabled,
#compareBtn[disabled]{
  cursor: not-allowed;
  background-color: #cccccc;
  color: #666666;
}

.loop-inner {
    font-size: 18px;
}

a.external-source svg {
    width: 16px;
    position: relative;
    top: 2px;
}

.page-id-90151 .content-box,
.single-blog .content-box {
    background: unset;
    border: unset;
    padding: unset;
    max-width: 720px;
    margin: 0 auto;
}

.ms-related-posts {
    margin: 2em 0;
}

.ms-related-posts h3 {
    margin-bottom: .5em;
}

.related-title {
    /* color: #121212 !important; */
    font-size: 16px;
}

.related-title span {
    color: #B8C5C9;
}

.related-title:hover {
    text-decoration: underline;
}

.ms-related-posts li {
    /* border-top: 1px solid rgba( 0,0,4,.125 ); */
    /* padding: 10px 0; */
}

.content-box h4 {
    color: #fff;
}

.blog-archive .launched-title {
    margin: 0;
    border-radius: 4px;
    background: none;
    /* padding-left: 0; */
    border: 1px solid #5c6b70;
    /* padding-right: 0; */
    margin: 1em 0;
    font-size: 16px;
}

.blog-archive {
    margin-bottom: 1.5em;
}

.blog-archive .palette-color {
    /* right: 0; */
    color: #fff;
}

.single-blog nav.rank-math-breadcrumb a{
    font-weight: normal;
    font-size: 14px;
    color: #B8C5C9;
}

.single-blog .home-top-wrap {
	margin-bottom: 1.5em;
}

.svg-icon {
    fill: rgba( 255,255,255,.6 );
    position: relative;
    bottom: -3px;
    left: -3px;
    width: 16px;
}

.author-meta {
    margin-right: 1.5em;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.content-box figure {
    margin-bottom: 1.5em;
}

body.postid-96260  {
    color: #000;
    background: #fff;
}

.postid-96260 .header-wrap {
    background: #000;
}


.postid-96260 .hamburger-icon,
.postid-96260 .hamburger-text {
	    color: #fff;
}

.postid-96260 .home-top-wrap h1,
.postid-96260 .title-colors {
	color: #000;
}

.postid-96260 .nav-wrap {
    border-bottom: 1px solid #000;
}

.postid-96260 .home-top-wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.postid-96260 #single-wrap a,
.postid-96260 .colophon a{
    color: #000;
}

.postid-96260.lt-footer {
    border-top: 1px solid #000;
}

.wp-caption-text {
    font-size: 13px;
    color: grey;
    text-align: left;
}

.wp-caption {
    margin: 1.5em 0;
}

.wp-caption img {
    border-radius: 4px;
}

.newsletter-bottom {
    border-top: 1px solid #505658;
    margin-top: 1em;
}

.mx-660 .container {
    max-width: 660px;
}

.mx-660 h1.title {
    font-size: 32px !important;
}

.mx-660 .home-top-wrap {
    text-align: left;
}
	
.ms-about-home {
    background: #3d3d3d;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 8px;
    color: #f5f5f5;
    font-size: 15px;
}