@charset "UTF-8";
/* CSS Document */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

/* End CSS Reset */

body {
    font-size: 100%;
    color: #58595b;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: url(../images/main-bkgd.jpg);
}

h1 {
    float: left;
    padding: 5px 0 10px 55px;
}

h2 {
    background: url(../images/arrow.png) no-repeat;
    min-height: 48px;
    padding-left: 90px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    border-bottom: 1px solid #515151;
}

h3 {
    text-transform: uppercase;
    color: #2b2c29;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 20px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #2b2c29;
}

h5 {
    font-size: 13px;
    color #999;
    text-transform: uppercase;
}

h6 {
    font-size: 13px font-weight: bold;
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}

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

a:hover {
    color: #000;
}

.right {
    float: right;
    padding: 0 0 10px 10px;
}

.left {
    float: left;
}

ul {
    list-style: disc;
    font-size: 14px;
    margin-left: 20px;
    padding-left: 10px;
}

ol {
    list-style: decimal;
    font-size: 14px;
}

strong {
    font-weight: bold;
}

* :focus {
    outline: 0;
}

.global-width {
    width: 1114px;
    position: relative;
    margin: 0 auto;
}

/* Languages */

#languages-wrap {
    width: 100%;
    background: url(../images/languages-bkgd.png) repeat-x;
    z-index: 9999999;
    height: 30px;
    position: relative;
}

#ext-site a {
    display: block;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}

#languages {
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0;
}

#languages ul {
    float: right;
    list-style: none;
}

#languages li {
    float: left;
    text-align: left;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

#languages li a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #fff;
    border-right: 1px solid #fff;
}

#languages li a.no-border {
    border: none;
}

#lang_sel_list {
    float: right;
    width: 200px;
}

#lang_sel_list ul {
    border: none;
    width: auto;
    text-align: right;
}

#languages li {
    width: auto;
    border: none;
    margin-right: 20px !important;
}

#languages li a {
    background: none;
    border: none;
    font-size: 10px !important;
    width: auto !important;
}

#lang_sel_list a.lang_sel_sel {
    color: #fff;
    border: none;
    padding: 0px;
    height: 20px;
    line-height: 20px;
}

#lang_sel_list a.lang_sel_other {
    color: #fff;
    border: none;
    padding: 0px;
    height: 20px;
    line-height: 20px;
}

#lang_sel_list a:visited {
    background-color: #000;
    color: #fff;
    border: none;
}

#lang_sel_list a.lang_sel_sel:hover,
#lang_sel_list a.lang_sel_other:hover {
    color: #bbb;
    border: none;
    width: 80px;
}

.lang_sel_sel,
.lang_sel_other,
li.icl-en {
    color: #fff;
    border: none;
    padding: 0px;
}

.social-menu {
    list-style: none;
    padding: 0;
    float: right;
    margin: 0 15px 0 0;
}

.social-menu .menu-item {
    display: inline;
}

.svg-icon {
    fill: #b7b7b7;
}

.twitter .svg-icon:hover {
    fill: #55acee;
}

.instagram .svg-icon:hover {
    fill: #833ab4;
}

.facebook .svg-icon:hover {
    fill: #3b5998;
}

.linkedin .svg-icon:hover {
    fill: #0077b5;
}

.youtube .svg-icon:hover {
    fill: #ff0000;
}

.google .svg-icon:hover {
    fill: #dd4b39;
}

.flickr .svg-icon:hover {
    fill: #0062dd;
}

.pinterest .svg-icon:hover {
    fill: #bd081c;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Search Form */
#search-wrap {
    clear: right;
    float: right;
    margin: 10px 15px 0 0;
}

#search-wrap form input#s {
    border: none;
    border: 1px solid #c9c9c9;
    color: #878787;
    text-transform: uppercase;
    width: 200px;
    float: left;
    padding: 5px;
}

#search-wrap form input#submit {
    float: left;
    background: url(../images/search-icon.png) no-repeat;
    background-position: 0 0;
    border: 0px;
    cursor: pointer;
    margin-left: -20px;
    margin-top: 5px;
    width: 16px;
    height: 15px;
}

#search-wrap form input#submit:hover {
    background-position: -20px 0;
}

#searchform input#s {
    border: none;
    border: 1px solid #c9c9c9;
    color: #878787;
    text-transform: uppercase;
    width: 200px;
    float: left;
    padding: 5px;
}

#searchform input#submit {
    float: left;
    background: url(../images/search-icon.png) no-repeat;
    background-position: 0 0;
    border: 0px;
    cursor: pointer;
    margin-left: -20px;
    margin-top: 5px;
    width: 16px;
    height: 15px;
}

/* Micro Navigation */

#micro-nav {
    float: right;
    clear: right;
    margin-right: 20px;
}

#micro-nav ul {
    list-style: none;
    font-size: 11px;
    padding-left: 0;
    margin-left: 0;
}

#micro-nav li {
    float: left;
    padding: 30px 0 0 30px;
}

#micro-nav li a {
    text-decoration: none;
    color: #5e5e5e;
}

#micro-nav li a:hover {
    color: #e51937;
}


#wrap {
    margin: -20px auto 0;
    background-color: #fff;
    z-index: 1;
    width: 1114px;
    padding-top: 40px;
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
}

/* Header */
#header {
    height: 130px;
    position: relative;
}

/* Navigation */
#nav ul,
#nav-spanish ul {
    font-size: 13px;
    font-weight: lighter;
    float: left;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#nav li,
#nav-spanish li {
    position: relative;
    float: left;
}

#nav li a {
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    float: left;
    display: block;
    background: url(../images/nav-border.png) no-repeat;
    background-position: top right;
}

#nav li a {
    padding: 0 14px;
}

#nav-spanish li a {
    color: #fff;
    text-decoration: none;
    padding: 0 14px;
    float: left;
    display: block;
    background: url(../images/nav-border.png) no-repeat;
    background-position: top right;
}

/* Drop Down Navigation */

#nav ul ul {
    position: absolute;
    top: 38px;
    left: -9999px;
    margin: 0;
    width: 200px;
    z-index: 9999999;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    text-align: left;
    list-style: none;
}

#nav-spanish ul ul {
    position: absolute;
    top: 38px;
    left: -9999px;
    margin: 0;
    width: 300px;
    z-index: 9999999;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    text-align: left;
    list-style: none;
}

#nav ul ul li {
    float: none;
    background: none;
}

#nav ul ul li a {
    color: #58595b;
    float: none;
    white-space: nowrap;
    background: none;
    padding: 0px 10px;
    font-weight: lighter;
}

#nav ul ul li a:hover {
    background: url(../images/nav-hover-bkgd.png) repeat-x;
    color: #fff;
}

#nav li:hover {
    color: #58595b;
}

#nav li:hover ul {
    left: 0px;
    z-index: 9999;
}

/* Rotator */
#rotator {
    margin: 7px 0 0 9px;
    width: 1097px;
}

#rotator ul {
    margin-left: 0;
    padding-left: 0;
}

/* Home Page Content */
#content-wrap {
    padding: 8px;
    overflow: auto;
    padding-left: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#main-content {
    width: 675px;
    float: left;
}

/* Subpage */
#content-wrap-sub {
    padding: 8px;
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 40px;
}

#main-content-sub {
    width: 800px;
    float: left;
    margin-top: 30px;
}

#main-content-sub.no-side {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#main-content-sub h2 {
    background: url(../images/arrow-small.png) no-repeat;
    padding-left: 50px;
    font-size: 20px;
    padding-bottom: 5px;
    min-height: 30px;
    line-height: 20px;
}

#content-wrap-sub ul {
    margin-bottom: 10px;
}

#content-wrap-sub li {
    line-height: 24px;
}

#sub-feature-images {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 200px;
}

#sub-feature-images img {
    margin-bottom: 10px;
    border: 1px solid #333;
}

#sub-header h2 {
    width: 1067px;
    text-align: right;
    height: 75px;
    background: none;
    min-height: 0px;
    padding: 0 30px 0 0px;
    line-height: 75px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    border-bottom: none;
    margin: 7px 0 0 9px;
    background-color: #e31837;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

/* Subnav */
#sub-nav {
    float: left;
    width: 274px;
    margin-right: 20px;
}

#sub-nav h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: url(../images/sub-nav-header.png) no-repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}

#sub-nav ul {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-indent: 20px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#sub-nav li a {
    color: #58595b;
    background: url(../images/sub-nav-bkgd.png);
    width: 274px;
    height: 53px;
    line-height: 53px;
    display: block;
}

#sub-nav li a:hover {
    font-weight: bold;
}

#sub-nav li.current_page_item a {
    font-weight: bold;
    text-indent: 40px;
    background: url(../images/sub-nav-active-bkgd.png);
}

#sub-nav li.current_page_item ul li a {
    font-weight: normal;
    text-indent: none;
    background: none;
}

#sub-nav li ul li.current_page_item a {
    font-weight: bold;
    text-indent: 40px;
    background: #f7f7f7 url(../images/sub-nav-sub-active-bkgd.png);
}

#sub-nav #sub-magnets {
    float: left;
    clear: both;
    margin-top: 8px;
}

#sub-nav #sub-magnets #sub-magnet-01,
#sub-nav #sub-magnets #sub-magnet-02,
#sub-nav #sub-magnets #sub-magnet-03 {
    float: left;
    padding: 0 0 8px 0;
}

#sub-nav li.page-item-2860.current_page_item a {
    height: 48px;
    line-height: 23px;
    padding-left: 40px;
    padding-top: 5px;
    padding-right: 5px;
    text-indent: 0px;
    width: 229px;
}

#sub-nav li.page-item-2860 a {
    height: 48px;
    line-height: 23px;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    text-indent: 0px;
    width: 234px;
}

#sub-nav ul ul {
    text-indent: 40px;
}

#sub-nav ul ul li a {
    background-image: none;
    background-color: #f7f7f7;
}

/* News Magnet */
#news {
    float: left;
    width: 225px;
    margin-left: 30px;
}

#news h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background-color: #b7b7b6;
    margin-bottom: 5px;
}

#news ul {
    background-color: #d7d7d6;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    margin-left: 0;
}

#news li {
    padding-bottom: 15px;
}

#news li a {
    color: #58595b;
}

#news .date {
    color: #e51937;
}

/* Magnets */

#magnets {
    float: left;
    margin-top: 30px;
    clear: both;
    width: 1020px;
}

#magnet-01,
#magnet-02,
#magnet-03 {
    float: left;
    padding: 0 20px 0 0;
}

#magnet-01 img,
#magnet-02 img,
#magnet-03 img {
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbb')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbb');
}

/* Footer */
#footer {
    width: 1084px;
    margin: 0 auto;
    background-color: #a5a5a4;
    margin-top: 20px;
    overflow: auto;
    min-height: 120px;
    margin-bottom: 30px;
    padding: 15px;
    color: #000;
}

#footer p {
    font-size: 11px;
}

#footer a {
    color: #e51937;
}

#footer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

#footer li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #000;
    font-size: 11px;
}

#footer li.no-border {
    border-right: none;
}

#footer #left-column {
    float: left;
    width: 450px;
}

#footer #right-column {
    float: right;
    text-align: right
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

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



/* Interactive Map */
#tooltip {
    text-align: center;
    width: 250px;
}

#title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #E51937;
    background-color: White;
    padding: 5px 5px 5px 5px;
}

#info {
    float: right;
    text-align: center;
    font-size: 12px;
    border: 1px solid #E51937;
    background-color: White;
    padding: 5px 5px 10px 5px;
    width: 238px;
    margin-top: -1px;
}

#info img {
    overflow: visible;
    float: left;
    padding-bottom: 15px;
    margin: -5px;
}

#timeline {
    width: 700px;
    height: 700px;
    overflow: hidden;
    margin: 20px auto 100px auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
    width: 700px;
    height: 55px;
    overflow: hidden;
}

#dates li {
    list-style: none;
    float: left;
    width: 180px;
    height: 50px;
    font-size: 24px;
    font-family: Georgia, Times New Roman, serif;
    text-align: center;
    background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
    line-height: 37px;
}

#dates .selected {
    font-size: 35px;
}

#issues-print {
    display: none;
}

#issues {
    width: 800px;
    height: 700px;
    overflow: hidden;
}

#issues li {
    width: 800px;
    height: 600px;
    list-style: none;
    float: left;
}

#issues li.selected img {}

#issues li img {
    margin: 10px auto;
    margin-left: 35px;
    background: transparent;
}

#issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    margin: 20px 0;
}

#issues li p {
    font-size: 14px;
    margin-right: 0;
    font-weight: normal;
    line-height: 22px;
    width: 590px;
    padding-left: 40px;
}

#grad_left,
#grad_right {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    background: url('../images/grad_left.png') repeat-y;
}

#grad_right {
    right: 0;
    background: url('../images/grad_right.png') repeat-y;
}

#next,
#prev {
    position: absolute;
    top: 27px;
    font-size: 70px;
    width: 22px;
    height: 38px;
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover,
#prev:hover {
    background-position: 0 -76px;
}

#next {
    right: 0;
    background-image: url('../images/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

#process-print {
    display: none;
}

#imgBack,
#imgPlay,
#imgNext {
    cursor: pointer;
}

#tabs {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #58595B;
    font-size: 12px;
}

.ui-widget-content {
    color: #58595B;
}

#key-facts {
    padding: 10px;
    float: right;
    width: 66%;
    height: 147px;
    margin-top: 15px;
    background-color: #D7D7D7;
    font-size: 12px;
    line-height: 20px;
}

#key-facts h3 {
    margin-top: 0px;
}

#map-legend ul {
    list-style-type: none;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
}

#map-legend li#sales-office {
    background: url(../images/legend-red.jpg) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#map-legend li#ports {
    background: url(../images/legend-dark-gray.jpg) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#map-legend li#mines {
    background: url(../images/legend-light-gray.jpg) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#map-legend li#real-estate {
    background: url(../images/legend-black.jpg) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#map-legend li#mobile-trade {
    background: url(../images/legend-dash.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#map-legend li#colombia-trade {
    background: url(../images/legend-dash.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.ltd-link {
    background-color: #e2e2e0;
    width: 1097px;
    margin: 5px auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

/* WordPress Overrides */
.has-large-font-size {
    font-size: 3rem;
    line-height: 3rem;
}

/* iDevices Only - fixes a problem with SVG not displaying */
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) and (not (-moz-appearance:none)) {
    svg {
        filter: none !important;
    }

}

.external-link a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: " \f35d";
}
