/*F8F2EF*/

/*#0000FF -> #3C4C93*/

@font-face {
  font-family: 'LeftGlobal-Regular';
  src: url('font/LeftGlobal-Regular.eot');
  src: local('&#9786;'), url('font/LeftGlobal-Regular.woff') format('woff'),
      url('font/LeftGlobal-Regular.otf') format('opentype'),
      url('font/LeftGlobal-Regular.ttf') format('truetype'),
      url('font/LeftGlobal-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

a{
    text-decoration: none;
}

.countryLink{
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 5px;
    white-space: nowrap;
}

.countryLink a{
    color: black;
}

.countryLink a:hover{
    color: #3C4C93;
}


body{
    font-family: 'LeftGlobal-Regular',Arial;
    background-color: #F8F2EF;
    font-size: 0.9em;
}

body.gray{
    background: #F8F2EF;
}

.padding-box{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.logoWrapper
/*,.welcomeTextWrapper*/
{
/*    width: 50%;
    float: left;*/
    padding: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.logoWrapper a{
    display: inline-block;
}

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

.welcomeTextWrapper{
    column-count: 2;
    column-fill: auto;
    column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-fill: auto;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-fill: auto;
    -webkit-column-gap: 20px;
}

.welcomeTextWrapper h1,
.welcomeTextWrapper h2,
.welcomeTextWrapper h3,
.welcomeTextWrapper h4,
.welcomeTextWrapper p{
    margin: 0px;
}

#worldMap{
    width: 80%;
    margin: 0px auto;
}


.menuWrapper ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 40px;
    padding-left: 50px;
}

.menuWrapper ul li{
    display: inline-block;
    padding-right: 35px;
}

.menuWrapper ul li a{
    color: black;
    text-decoration: none;
}

.menuWrapper ul li a:hover,
.menuWrapper ul li a.current{
    color: #3C4C93;
}

.regimesListWrapper{
    background: #F8F2EF;
    border: 1px solid black;
    display: inline-block;
     position: absolute;
    top: 0px;
    left: -1px;
}

.regimesListWrapper ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
    width: 100%;
}

.regimesListWrapper ul.current{
    background: #FFDC00;
}

.countriesWrapper{
    background: white;
    border: 1px solid black;
    position: relative;
    z-index: 0;
}

.countriesWrapper .letter{
    text-align: center;
    color: #3C4C93;
}

.regimesListWrapper a{
    color: black;
    text-transform: uppercase;
}

.regimesListWrapper a.current,.regimesListWrapper a:hover{
    color: #3C4C93;
}

.regimesListWrapper > ul > li > a{
    font-weight: bold;
}

.regimesListWrapper > ul:first-of-type{
    border: none;
}


.regimesListWrapper > ul{
    padding: 1em 1.5em;
    clear: both;
    display: inline-block;
    float: left;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.regimesListWrapper > ul:last-of-type{
    border: none;
}

.regimesListWrapper ul ul{
    padding-left: 2em;
}

.submenuOuterWrapper{
    position: relative;
    margin: 15px;
    z-index: 1;
}

.submenuOuterWrapper .gridInnerColumn,.treatyCountriesWrapper .gridInnerColumn{
    width: 50%;
    float: left;
    overflow: hidden;
}

.regimeInfo{
    background: #FFDC00;
    border: 1px solid black;
    top: 0px;
    left: 0px;
    padding: 15px;
    position: absolute;
}

.lastNewsreelWrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    background: black;
    color: white;
}

.treatyListOuterWrapper{
    background: transparent;
    color: white;
    position: absolute;
    top: 0px;
    padding: 15px;
}

.treatyListOuterWrapper.shown{
    background: #799500;
}

.treatyListOuterWrapper.shown .treatyListWrapper{
    display: block;
}

.treatyListWrapper{
    display: none;
}

.treatyListOuterWrapper h2{
    margin: 0px;
}

.treatyListItemWrapper{
    padding: 15px 0px;
    border-bottom: 1px solid white;
}

.treatyListItemWrapper h2{
    text-transform: uppercase;
}


.newsreelTextWrapper{
    padding: 5px 0px;
}
.lastNewsreelWrapper h3{
    text-transform: uppercase;
}

.lastNewsreelWrapper > h3,
.lastNewsreelWrapper p,
.regimeInfo p{
    margin: 0px;
}

.showTreatiesWrapper{
    background-image: url(img/treatyIco2.png);
    background-repeat: no-repeat;
    height: 170px;
    width: 142px;
    text-transform: uppercase;   
    padding: 5px 7px;
    cursor: pointer;
    color: white;
}

.shown .showTreatiesWrapper{
    background-image: url(img/treatyIcoWhite2.png);
}

.shown .showTreatiesWrapper .whiteText{
    color: #799500;
}

.showTreatiesWrapper .blackText{
    color: black;
}

.graphWrapper{
    position: absolute;
    left: 0px;
    padding: 10px;
}

.jvectormap-zoomout:hover,
.jvectormap-zoomin:hover{
    background: #3C4C93;
}

.showAllLinkWrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 15px 10px;
}

.showAllLinkWrapper > a{
    display: block;
    border: 1px solid black;
}

.showAllLinkWrapper > a > span{
    color: transparent;
    display: block;
    width: 100%;
    height: 2em;    
    padding: 0px 5px;
    line-height: 2em;
}

.showAllLinkWrapper span.greenLine{
    background: #799500;
}

.countryNews .newsreelTextWrapper{
    border-bottom: 1px solid white;
}

.showAllLinkWrapper span.blueLine{
    background: #3C4C93;
}

.showAllLinkWrapper span.grayLine{
    background: #F8F2EF;
    color: black;
    text-transform: uppercase;
}

.showAllLinkWrapper span.blackLine{
    background: black;
    color: white;
    text-transform: uppercase;
}

.showAllLinkWrapper span.yellowLine{
    background: #FFDC00;
}

.countryTextWrapper{
    position: absolute;
    top: 0px;
    background: white;
    border: 1px solid black;
    padding: 15px;
    left: 0px;
}

.countryTextWrapper h3,.countryTextWrapper p{
    margin: 0px;
}

.treatyListItemWrapper h3 a{
    color: white;
    text-transform: uppercase;
}

.treatyListItemWrapper h3 a:hover{
    color: #3C4C93;
}

.treatyListItemWrapper h3{
    margin: 0px;
}


.countriesWrapper .init.hidden{
    display: none;
}

.gridColumn{
    position: absolute;
    top: 0px;
}

#chart-area{
    width: 100% !important;
        max-width: 800px;
        height: auto !important;
}

#canvas-holder{
    width: 100% !important;
}

#treatyOverlayWrapperBg{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 200%;
    overflow: hidden;
    left: 0px;
    background: #FFDC00;
    opacity: .9; 
    z-index: 2;
}

#page{
    position: relative;
}

#treatyOverlayWrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    padding: 100px;
}

.treatyWrapper{
    background: white;
    border: 1px solid black;
    padding: 15px;
    padding-bottom: 100px;
}

.treatyWrapper > .column > h2{
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0px;
}

.treatyWrapper > .column{
    width: 50%;
    float: left;
    
}

.treatyWrapper > .column:first-of-type{
    padding: 20px;
}

.treatyWrapper > .column > h2 a{
    color: #799500;
}

.treatyCountriesWrapper .closeTreaty{
    padding-right: 15px;
}

.closeTreaty {
    color: red;
    display: block;
    float: right;
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
}

.treatyText{
    color: #799500;
}

.externalLink{
    width: 143px;
    height: 173px;
    display: inline-block;
    background: url('img/treatyDownload.png') no-repeat left top;
    padding: 10px;
    color: black;
    margin-right: 10px;
    text-align: left
}
.externalLink > span{
    color: #799500;
    text-transform: uppercase;
}

#treatyOverlayWrapper > h3{
    color: #3C4C93;
    text-transform: uppercase;
}

.treatyCountriesWrapper .graphWrapper{
    position: static;
}

.treatyWrapper > .column:last-of-type{
    text-align: right;
}

.treatyCountriesWrapper .countriesWrapper{
    background: transparent;
    border: 0px;
}

.treatyCountriesWrapper{
    background: white;
    border: 1px solid black;
}

.jvectormap-label{
    z-index: 11;
}


.newsOuterWrapper{
    padding: 15px; 
}

.newsWrapper{
    width: 100%;
    padding: 0px 35px;
    padding-bottom: 100px;
    
}

.newsWrapper > .column{
    width: 25%;
    float: left;
    /*border: 1px solid black;*/
}

.newsWrapper > .column .label{
    background: #FFDC00;
    text-transform: uppercase;
    color: black;
    padding: 10px;
}

.newsWrapper > .column .newsreelListItem{
    /*background: white;*/
    padding: 10px;
    padding-bottom: 30px;
    padding-top: 0px;
    
}

.newsWrapper > .column .newsreelListItem .content p{
    margin: 0px;
}

.newsWrapper > .column .newsreelListItem .title{
    color: #3C4C93;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px; 
}

.newsWrapper > .column .newsreelListItem .tags a{
    color: #3C4C93;
}

.newsWrapper > .column .newsreelListItem .content{
    margin: 1em 0em;
}

.newsFilterWrapper{
    font-weight: bold;
}

.newsFilterWrapper a{
    color: black;
}

.newsFilterWrapper a:hover,
.newsFilterWrapper a.current{
    color: #3C4C93;
}

.newsWrapper .tags a{
    text-transform: capitalize;
}


.fixedMenuWrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    background: black;
    padding: 10px;
    width: 100%;
    z-index: 20;
}

.fixedMenuWrapper .fixedMenu,.fixedMenuWrapper .fixedLogo{
    width: 50%;
    float: left;
}
.fixedMenuWrapper .fixedLogo{
    background-image: url('img/fixedLogo.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 35px;
}

.fixedMenuWrapper .fixedMenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

.fixedMenuWrapper .fixedMenu li{
    display: inline-block;
    padding-right: 20px;
    line-height: 35px;
}

.fixedMenuWrapper .fixedMenu li a{
    color: white;
}
.fixedMenuWrapper .fixedMenu li a.current,.fixedMenuWrapper .fixedMenu li a:hover{
    color: #FFDC00;
}

.menuWrapper .nojs ul,.fixedMenuWrapper .fixedMenu ul:not(.nojs){
    display: none !important;
}

.top.submenuWrapper ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 50px;
    padding-top: 20px;
}

.top.submenuWrapper ul li{
    display: inline-block;
    padding-right: 35px;
    color: black;
}

.top.submenuWrapper ul li{
    display: inline-block;
    padding-right: 35px;
}

.top.submenuWrapper ul li a{
    color: black;
}

.menuWrapper,.top.submenuWrapper{
    font-weight: bold;
}

.top.submenuWrapper ul li a.current,
.top.submenuWrapper ul li a:hover{
    color: #3C4C93;
}

.contentWrapper{
    line-height: 1.75em;
}

.contentWrapper a{
    color: blue;
}

.contentWrapper.pageId11 .column.first{
    display: none;
}

.contentWrapper.pageId11 .column.second{
    max-width: 350px;
    margin: auto;
    float: none;
    
}

.contentWrapper.pageId14 .column.first{
    max-width: 300px;
}

.contentWrapper.pageId14 .column.second{
    max-width: 600px;
}

.contentWrapper .column{
    float: left;
    margin-left: 40px;
    padding-top: 30px;
}

.contentWrapper .column ul li{
    margin-bottom: 20px;
}

.contentWrapper .column a{
    color: #849331;    
}

.contentWrapper .column h2{
    color: #3C4C93;
    font-weight: normal;
    font-size: 15px;
}

.personWrapper .column{
    max-width: 500px;
}
.personWrapper .column.first{
    max-width: 400px;
}

.personWrapper .column img{
    width: 100%;
    height: auto;
}

.workingOn{
    padding: 50px;
    text-align: center;
}

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

.logosWrapper a{
    display: block;
    margin: 10px auto;    
}

.logosWrapper a img{
    max-width: 100%;
}