/*------------------------------------------
 * Add your custom css below.
------------------------------------------*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
@font-face {
  font-family: 'Arial-Bold';
  src: url('../fonts/Arial-Bold.eot');
  src: local('?'),
    url("../fonts/Arial-Bold.woff") format("woff"),
    url("../fonts/Arial-Bold.otf") format("opentype"),
    url("../fonts/Arial-Bold.svg") format("svg");
}
@font-face {
  font-family: 'Arial-Bold';
  src: url('../fonts/Arial-Bold.eot');
  src: local('?'),
    url("../fonts/Arial-Bold.woff") format("woff"),
    url("../fonts/Arial-Bold.otf") format("opentype"),
    url("../fonts/Arial-Bold.svg") format("svg");
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.eot');
  src: local('?'),
    url("../fonts/Arial.woff") format("woff"),
    url("../fonts/Arial.otf") format("opentype"),
    url("../fonts/Arial.svg") format("svg");
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.eot');
  src: local('?'),
    url("../fonts/Arial.woff") format("woff"),
    url("../fonts/Arial.otf") format("opentype"),
    url("../fonts/Arial.svg") format("svg");
}
body {
    font-family: 'Arial';
    color: #484848;
    font-size: 15px;
}
a {
    color:#FF6F00;
}
#container {
    min-height: inherit;
}
.hidden {
    display: none;

}
#backtoTop {
    z-index: 9999;
}
/********* Header **********/
header, #container, .menu-footer-top-menu-container {
    float: left;
    width: 100%;
}
h1#site-logo, h1#site-logo a {
    width: 181px;
    height: 75px !important;
}

#sticky-top {
    position: relative !important;
    top: inherit !important;
}
#primary-menu {
    background: #fff;
    top: inherit;
    float: left;
    opacity: 1;
    overflow: visible;
    height: auto !important;
}
#primary-menu-container ul li {
    float: left;
    display: table;
    padding: 10px 12px 0;
    border-color: #FFFFFF;
    cursor: pointer;
    height: 77px;
}
#primary-menu-container ul li .embassy_notification {
    display: table-cell;
    vertical-align: middle;
}
#primary-menu-container ul li.active {
    height: 77px;
    position: relative;
    border-width: 10px 2px 0 2px;
    border-style: solid;
    padding: 0 10px;
    background: #FFFFFF;
}
.home #top {
    max-height: inherit;
    overflow: visible;
    z-index: 9999;
    float: left;
    height: auto;
    opacity: 1 !important;
}
#top {
    position: relative;
    height: auto;
    z-index: 999;
}
#container {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}
#primary-menu-container {
    float: right;
    width: auto;
    position: relative;
    z-index: 9999;
}
#menu-top-menu {
    float: left;
    width: auto;
    height: 70px;
}
#primary-menu-container a {
    height: auto;
    float: left;
    line-height: 14px;
    color: #003553;
    font-family: 'Arial-Bold';
    font-size: 16px;
}
.wgs_wrapper {
    width: 225px;
    float: left;
    margin-left: 30px;
}
#wgs_wrapper_id {
    margin-left: 0;
}
.gsc-input {
    background: none !important;
}
.gsc-search-button input{
    background: url("../images/ico-search.png") no-repeat 0 0 !important;
}
.gsc-search-box {
    position: relative;
}
.gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 6px 10px;
    height: 25px;
    border: medium none;
    position: absolute;
    left: 5px;
    text-indent: -9999px;
    top: 23px;
}
.gsc-input-box  {
    margin-top: 17px;
    padding: 5px;
    box-shadow: none !important;
    height: 40px !important;
}
.gsc-input-box  table {
    padding: 0px 0px 0px 30px !important;
    margin-top: 4px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input,table.gsc-search-box td {
    vertical-align: top !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    float: left;;
}
.gsc-modal-background-image {
    display: none !important;
}
.entry {
    float: left;
}
.entry .gsc-input-box  table{
    margin-top: 4px;
}
#sitemap-page .entry  ul li {
    list-style: none;
}
#sitemap-page .entry .sub-title {
    font-weight: bold;
    color: #FF6F00;
}
#sitemap-page .entry li:before {
    content: '>';
    margin: 0 5px 0 0;
}
.notification-banner-right-wraper {
    float: left;
    width: 67%;
}
.trending-default-img .notification-banner-right-wraper {
    width: 100%;
}
.trending-list {
  position: relative;
  z-index: 1;
  display: block;
  background: @white;
  height: 300px;
}
.trending-list:hover .wrap-trending-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}
.notification_news_events,.notification_trending {
    padding: 6px 5px;
    font-size: 11px;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    background: none repeat scroll 0% 0% rgb(255, 102, 0);
    color: #fff;
    float: left;
    line-height: 12px;
    text-align: center;
    margin-top: -18px;
}
.notification-banner-wrapper {
    /*position: absolute;
    top: 75px;*/
    width: 100%;
    opacity: 1;
    background-color: #fff;
    display: block;
    float: left;
}
#latest-news-events,#latest-trending {
    float: left;
    width: 100%;
    padding: 20px;
    display: table;
    table-layout: fixed;
    background: #F4F4F4;
    border-width: 2px 0 5px 0;
    border-style: solid;
    border-color: #F60;
    position: relative;
    z-index: 9;
}
#latest-news-events .top-banner-inner,#latest-trending .top-banner-inner {
    display: table-cell;
    background: #FFF;
}

#latest-news-events .owl-item.one-item .top-banner-inner,#latest-trending .owl-item.one-item .top-banner-inner {
    background: none;
    padding: 0;
}
.twitter-tweet .EmbeddedTweet {
    border: none !important;609
    padding: 0 !important;
}
.owl-theme .owl-controls .owl-buttons div {
    line-height: 12px;
}
.owl-carousel .owl-item {
    padding: 15px;
}
.owl-carousel .owl-item.one-item {
    height: auto !important;
}
.owl-item .top-banner-inner {
    float: left;
    width: 100%;
    padding: 15px 0 30px;
}

.owl-item.one-item .top-banner-inner,.owl-item.one-item .top-banner-inner .top-banner-content{
    height: auto;
}
.owl-item .top-banner-image {
    float: left;
    margin: 0 5% 10px 0;
    max-width: 90px;
    width: 28%;
}
.owl-item .top-banner-image img {
    max-width: 100px;
    float: left;
}
.owl-item .top-banner-content{
    line-height: 16px;
    font-style: 14px;
}
.owl-item .top-banner-link,.owl-item .top-banner-link a {
    float: right;
    line-height: 16px;
    font-family: Arial-Bold;
}
.owl-item .top-banner-link {
    position: absolute;
    float: none;
    right: 40px;
    bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px 10px 3px 15px !important;
}
.owl-controls .fa-chevron-left,.owl-controls .fa-chevron-right {
    float: left;;
    line-height: 12px;
    font-size: 12px;
    margin: 2px 0 0 -3px;
}
.owl_carousel .owl-controls {
    height: 50px;
}
.owl_carousel_news-events .top-banner-title,.owl_carousel_trending .top-banner-title {
    line-height: 21px;
    margin-bottom: 10px;
}
.owl_carousel_news-events .top-banner-title a,.owl_carousel_trending .top-banner-title a {
    font-family: Arial-Bold;
    font-size: 20px;
}
.owl_carousel_news-events .owl-prev,.owl_carousel_trending .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
}
.owl_carousel_news-events .owl-next,.owl_carousel_trending .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
}
.owl-carousel .owl-item {
    background: #fff;
}
.owl_carousel_trending .owl-item {
    height: auto !important;
}
#news_events_loading {
    float: left;
    clear: both;
}
.notification-banner-close {
    line-height: 12px;
    float: right;
    color: #f26c4f;
    font-size: 19px;
    margin-top: -21px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
.view-notification {
    float: right;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    font-family: Arial-Bold;
}
.mm-menu.mm-offcanvas {
    display: none;
}
#side-menu.mm-menu{
    max-width: 400px !important;
    min-width: 140px !important;
    width: 55% !important;
}
html.mm-opening #mm-0.mm-slideout {
  -webkit-transform: translate(55%, 0) !important;
  -moz-transform: translate(55%, 0) !important;
  -ms-transform: translate(55%, 0) !important;
  -o-transform: translate(55%, 0) !important;
  transform: translate(55%, 0) !important; }
#side-menu {
    display: none;
}
#side-menu .mm-panels > .mm-panel.mm-hasnavbar {
    padding: 0;
}
#side-menu .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    height: 0
}
#side-menu .mm-navbar {
    display: none;
}
#side-menu .mm-listview {
    margin: 0;
    float: left;
    width: 100%;
}
#side-menu .title {
    background: #F60;
    color: #fff;
}
#side-menu .mm-menu .mm-listview {
    border : none !important;
}
#side-menu li {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CBCBCB !important;
}
#side-menu li.title {
    padding: 16px 0;
}
#side-menu li a {
    padding: 15px 20px !important;
}
#side-menu li:after {
    border: none;
}
#side-menu .title .f-left {
    float: left;
    font-family: Arial-Bold;
    font-size: 20px;
}
.btn-close-menu {
    float: right;
    cursor: pointer;
}
#side-menu .search-txt{
    margin: 0;
    width: 90%;
    margin: 15px 5% !important;
}
#side-menu .tile_icon_wrapper {
    width: 50px;
    float: left;
    text-align: center;
    margin-right: 10px;
}
#side-menu .tile_title {
    text-transform: uppercase;
    color: #353432;
    font-family: Arial-Bold;
    margin-top: 5px;
    float: left;
    white-space: normal;
}
#side-menu .tile_text_img a,#side-menu .footer_top_mobile_menu a {
    padding: 0;
    text-transform: uppercase;
    color: #353432;
    font-family: Arial-Bold;
    white-space: normal;
}
.entry .gsc-control-cse .gs-spelling, .entry .gsc-control-cse .gs-result .gs-title, .entry .gsc-control-cse .gs-result .gs-title * {
    height: auto;
    overflow: visible;
}
#side-menu .tile_text_img a {
    display: table;
}
#side-menu .tile_title {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0;
    margin: 0;
}
#side-menu li img {
    -webkit-filter: invert(.8);
    filter: invert(.8);
    max-width: 100%;
}
#side-menu li.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#side-menu li.active .tile_title {
    color: #fff;
}
.btn-close-menu .fa-times-circle {
    font-size: 28px;
    margin-top: -5px;
}
.slide-menu-open {
    position: absolute;
    left: 9px;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    background: url("../images/ico-menu.png") no-repeat 0 0;
    width: 40px;
    height: 40px;
    top: 16px;
    background-size: 100% 100%;
    display: none;
}

/********* Header ends **********/
/********* Homepage **********/
.banner-content-outer, .wrapper{
    width: 1200px;
    margin: 0 auto;
}
.inner_page .banner-content-outer {
    display: table-cell;
    vertical-align: middle;
}
#trending-listing-page .wrapper{
    width: 1200px !important;
    margin: 0 auto !important;
}
.banner-content-wraper {
    width: 455px;
    float: left;
    padding: 25px;
    background: #80c7c3;
}
.banner-content-title ,.banner-content,.banner-read-more{
    color: #fff;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-family : Arial;
}

.banner-content-title  {
    font-size: 38px;
    line-height: 40px;
}
.banner-content{
    font-size: 15px;
}
.banner-read-more {
    float: right;
    color: #fff;
    font-size: 12px;
    text-align: right;
}
.banner-content-top-label {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #fff;
    padding: 5px 10px 5px 80px;
    color: #FF6F00;
    font-family: Arial;
}
.banner-content-top-label p{
    font-size: 22px;
}
.banner-page-desc {
    background: rgba(0,0,0,0.5);
    width: 800px;
    margin: 0 auto;
    color: #fff;
}
.banner-page-desc  p {
    padding: 20px;
    font-family: Arial;
    font-size: 18px;
    line-height: 20px;
}

#container .page-area {
    /*background-size: 100% 100% !important;*/
    background-size: cover !important;
    background-position: 0 0 !important;
    background-attachment: inherit !important;
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 25px 0 80px;
}
#container .page-area#about-us-page,#container .page-area#disclaimer-page {
    padding: 0 0 80px;
}
#container .page-area#about-us-page .title,#container .page-area#disclaimer-page .title {
    margin: 20px 0;
}
#container .page-area#about-us-page .main-title,#container .page-area#disclaimer-page .main-title  {
    padding: 0;
    text-align: center;
    margin: 0;
}
#container .banner_content {
    margin-bottom: 35px;
    padding: 60px 0px 80px;
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    margin-top: -2px;
    display: table;
}
#tiles_list {
    background: #fff;
    margin: 0 auto;
    width: auto;
    display: table;
    position: relative;
    z-index: 9999;
}
.tile-item-wraper {
    float: left;
    height: 115px;
    width: 167px;
    display: table;
    padding: 10px;
    margin: -57px 3px 50px 0;
}
#tileid_4 {
    width: 232px;
}
.tile-item-wraper.active {
    margin-top: -72px;
    height: 130px;
}
.tile-item-wraper a {
    display: table-cell;
    vertical-align: middle;
}
.tile-item-wraper a img     {
    float: left;
    max-height: 31px;
}
.tile-item-wraper a span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-family : Arial-Bold;
    font-size: 18px;
    height: 38px;
    margin-bottom: 5px;
}
/********* Homepage ends **********/

/********* Ecnomic Ties **********/

.main-title {
    float: left;
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 0 0 20px;
    font-family: Arial-Bold;
    line-height: 35px;
}
#news-events-list .main-title,
#sidebar-right .main-title {
    padding: 20px;
    margin: 0;
    background: #f4f4f4;
}
.welcome-wraper {
    float: left;
    width: 100%;
}
.welcome-text {
    max-width: 700px;
    margin: 0 auto 30px;
}
.welcome-text p {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
}
.welcome-tiles {
    max-width: 680px;
    margin: 0 auto 40px;
    display: table;
    border-spacing: 5px;
}
.welcome-regions {
    margin: 0 0 50px;
}
.welcome-tiles a {
    width: 275px;
    float: none;
    margin-right: 10px;
    display: table-cell;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
}
.welcome-tiles .tiles {
    padding: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.welcome-tiles a:last-child {
    margin-right: 0;
}
.welcome-tiles .tiles-img {
    height: 36px;
    float: left;
    margin-right: 5px;
    width: 28px;
    text-align: center;
    display: table;
}
.welcome-tiles .tiles-img img {
    max-width: 20px;
}
.welcome-tiles .tiles-title {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Arial-Bold';
    font-size: 24px;
    float: left;
}
.welcome-regions {
    width: 1200px;
    margin: 0px auto;
    display: table;
    table-layout: fixed;
    font-size: 18px;
}
.welcome-region-title,.welcome-regions span {
    font-family: 'Arial-Bold';
    font-size: 23px;
    float: left;
    margin-right: 6.5%;
}
.welcome-regions span {
    color: #717276
}
.welcome-regions span:last-child {
    margin-right: 0;
}
.welcome-regions span a {
    color: #717276;
}
.welcome-regions span.active a {
    color: #E38534;
}
#container #trade,#container #innovation,#container #security, #container #discovery, #container #resources-publications,#container #research-profiles-success, #container #economic-welcome {
    padding-top: 0;
}
#container #trade,#container #security {
    background: #f0f0f0;
}
#container #tis_wrapper {
    margin-bottom: 80px;
    float: left;
    width: 100%;
}
#container #tis_wrapper .page-area {
    padding-top: 0;
    margin: 0;
    padding-bottom: 30px;
}
.owl_carousel_discovery iframe {
    margin-bottom: 10px;
}
.owl-carousel.owl_carousel_discovery .owl-item img {
    min-height: 300px;
    width: auto;
    max-width: 100%;
}
.welcome-region-title {
    text-transform: uppercase;
    color: #F60;
}
.welcome-region-title:after {
    content: ":";
}
.welcome-external-links {
    width: 50%;
    margin: 0 auto;
}
.welcome-external-links img {
    max-width: 100%;
    width: 100%;
}
.welcome-external-links a {
    float: left;
    width: 100%;
}
.case-title {
    background-color: #59A4AB;
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    float: left;
    display: inline;
}
.case-inner-title {
    width: auto;
    display: inline-block;
    text-align: center;
    float: none;
}
.case-title span{
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Arial-Bold';
    font-size: 42px;
    margin-top: 11px;
    float: left;
}
.case-title img{
    width: auto;
    float: left;
    margin-right: 5px;
}
.inner_page #tiles_list .wrap_tiles_list{
    width: 100%;
    display: table;
    table-layout: fixed;
    float: left;
    margin: 6px auto 0;
    position: relative;
    z-index: 9999;
}

.inner_page a.tile_url {
    padding: 10px;
    margin: 0px;
    display: table-cell;
    float: none;
    table-layout: fixed;
    height: auto;
    width: auto;
    vertical-align: middle;
}
.inner_page a.tile_url:hover {
    opacity: 1;
}
.inner_page a.tile_url.active {
    padding: 0;
    position: relative;
}
.inner_page a.tile_url.active .tile_text_img{
    background-color: #3d5a80;
    padding: 10px 4px;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 120%;
    float: none;
    display: block;
}
/*.inner_page a.tile_url.active .tile_text_img img {
    float: none;
    position: absolute;
    top: 27%;
    margin: 0;
    max-width: 30px;
}*/
/*.inner_page a.tile_url.active .tile_text_img span.tile_title {
    float: none;
    position: absolute;
    top: 11%;
    left: 35px;
    margin: 0;
}*/
.wrap_tile_icon_wrapper {
    //float: left;
    display: table;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
.inner_page .tile_text_img {
    //float: left;
    display: table;
    width: 100%;
}
.inner_page .tile_text_img .tile_icon_wrapper {
    margin: 0px 5px 5px 0px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 35px;
    max-width: 35px;
    min-height: 31px;
}
.inner_page .tile_text_img .tile_icon_wrapper img {
    max-width: 100%;
}
.inner_page .tile_text_img span.tile_title {
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    width: auto;
    margin-top: 5px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    font-family: Arial-Bold;
    max-width: 90%;
}
.case-title {
    margin-bottom: 50px;
}
.case-desc-outer-wrapper {
    float: left;
    width: 100%;
}
.case-desc-wrapper {
    width: 1000px;
    margin: 0 auto;
}
.case-desc-wrapper {
    float: none;
    margin: 0 auto;
    padding:0;
    display: table;
    table-layout: fixed;
}
.case-desc-wrapper.case-section-background {
    float: left;
    width: 100%;
    display: block;
}
.case-desc-img,.case-description {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}
.case-desc-img {
    padding: 50px 15px;
    text-align: center;
}
.case-description {
    color: #484848;
    padding: 50px 0px 50px 60px;
    margin-top: 20px;
}
.case-description p {
    font-family: 'Arial-Bold';
    font-size: 24px;
    color: #484848;
    line-height: 26px;
    text-align: left;
}
.case-desc-img img {
    max-width: 100%;
}
.rps-wraper,#resources-publications .rps-wraper,.rp-wraper {
    width: 1020px;
    margin: 0 auto;
}
.rps-inner-wraper,.rp-inner-wraper {
    float: left;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.rps-container,.rp-container {
    float: none;
    display: table-cell;
    border-right: 1px solid #CECECE;
    padding: 0 20px;
    vertical-align: top;
    position: relative;
}
.rps-container:last-child,.rp-container:last-child {
    border: none;
}
.rps-row {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.read-more {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.rps-title,.rp-title,.rps-title a,.rp-title a {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #484848;
}
.rps-title a,.rp-title a {
    margin-bottom: 0;
}
.rps-link-footage,.rps-designation {
    float: left;
    width: 100%;
    font-size: 13px;
}
.rps-row a {
    font-family: 'Arial-Bold';
    font-size: 18px;
    margin-bottom: 4px;
    display: block;
    padding: 0;
    float: none;
}
#research-profiles-success .rps-col:first-child {
    width:100px;
}
#research-profiles-success .rps-col:first-child img {
    max-width: 100%;
}
.rps-designation {
    width: auto;
    float: none;
}
.rps-date {
    float: left;
    width: auto;
}
.rps-date {
    margin-right: 5px;
}
.rps-date:after {
    padding-left: 5px;
}
.rps-author:before{
    content: '-';
    padding-right: 5px;
}
.rps-col {
    float: left;
    margin: 0 10px 5px 0;
}
.rps-col:nth-child(2) {
    float: none;
}
.weblink-col {
    float: left;
    width: 50%;
}
.weblink-col a{
    float: left;
    font-family: 'Arial-Bold';
    font-family: 18px;
    width: 100%;
    padding: 0 5px 0 20px;
    margin-bottom: 10px;
    background: url("../images/ico-bullet.png") no-repeat 0 0;
}
#discovery-events {
    float: left;
    width: 100%;
    background: #59A4AB;
}
#discovery-events .owl-carousel .owl-item {
    background: #59A4AB;
    padding: 0 !important;
}
#profile-additional-carousel .owl_carousel_profiles .owl-next{
    right: -6px;
    overflow: hidden;
    padding: 0 !important;
}
#profile-additional-carousel .owl_carousel_profiles .owl-prev{
    left: -15px;
    overflow: hidden;
    padding: 0 !important;
}
#story-additional-carousel .owl-next {
    right: -30px;
    overflow: hidden;
    padding: 0 !important;
}
#story-additional-carousel .owl-prev{
    left: -55px;
    overflow: hidden;
    padding: 0 !important;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0 !important;
}
#discovery-events .title, #discovery-events .title a{
    font-family: 'Arial-Bold';
    margin-bottom: 40px;
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
}
#discovery-events .discovery-title-wraper {
    float: left;
    width: 100%;
}
.discovery-inner{
    padding: 0 100px;
}
.dicovery-image-wraper {
    width: auto;
    float: left;
    margin: 0 15px 25px 0;
    max-width: 50%;
}
.discovery-content-wraper {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
}
.discovery-readmore-wraper {
    padding: 10px;
}
.discovery-content-wraper p,.discovery-readmore-wraper a {
    font-family: 'Arial-Bold';
    font-size: 18px;
}
.discovery-readmore-wraper a{
    color: #fff;
    float: right;
    border-bottom: 1px dotted #fff;
}
#discovery-events .owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    background: none;
}
/*nov09 jay*/
.discovery-title-wraper .title a{
    color:#fff;
}
#discovery-events .owl-nav i {
    font-size: 38px;
}
#discovery-events .owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    background: none;
}
.single_item .owl-carousel.owl-loading {
    opacity: 1;
}
.single_item .owl-carousel .owl-refresh .owl-item {
    display: block;
}
.single_item .owl-carousel .owl-refresh .owl-item.cloned {
    display: none;
}
.single_item .owl-item {
    width: 100%;
}
.home .ui-loader {
    display: none !important;
}

/********* Ecnomic Ties ends **********/

/********* Urban Planning starts **********/

.case-section-background .case-desc-img, .case-section-background .case-description {
    width: 100%;
    display: block;
}
.case-section-background:first-child .case-desc-img {
    padding-top: 0;
}
.case-section-background .case-desc-img {
    float: left;
    padding: 50px 0;
}
.case-section-background .case-desc-img img {
    width: 100%;
    float: left;
}
.case-section-background.case-desc-wrapper {
    position: relative;
}
.case-section-background .case-description {
    position: absolute;
    top: 0 ;
    right: 0 ;
    bottom : 0 ;
    left : 0 ;
    margin : auto;
    padding: 0;
}
.case-section-background .case-description p {
    padding: 20px;
    font-family: Arial;
    font-size: 18px;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    margin: 0 auto;
    width: 800px;
}

/********* Urban Planning ends **********/

/********* News Details starts **********/

.news_detail_page #blog-single,.events_detail_page #blog-single{
    background: #F4F4F4;
    margin-bottom: 30px;
    min-height: 450px !important;
}
.ne_floatmenu {
    margin-top: 0 !important
}
#blog-single .left-wrapper {
    padding: 0;
}
.news-title {
    font-family: 'Arial-Bold';
    font-size: 30px;
    color: #FF6F00;
    line-height: 40px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.category-date {
    color: #FF6F00;
}
.discovery_details .news-details {
    border-bottom: none;
}
.news-details {
    float: left;
    /* border-bottom: 1px solid #ccd7dd; */
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.news-details .image-wraper {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}
.news-details .image-wraper img {
    width: 100%;
}
.news-content .main-content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4 {
    font-family: 'Arial-Bold';
    color: #FF6F00;
    margin: 10px 0;
}
.main-content h1 {
    font-size: 25px;
}
.main-content h2 {
    font-size: 22px;
}
.main-content h3 {
    font-size: 20px;
}
.main-content h4 {
    font-size: 18px;
}
.news-content p {
    font-size: 16px;
    line-height: 21px;
    color: #353432;
}
.photo_gallery_title {
    float: left;
    margin-bottom: 10px;
}
.gallery {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gallery li {
      float: none;
  width: 150px;
  height: 110px;
  margin-right: 10px;
  display: inline;
}
.gallery li img {
    max-height: 110px;
    min-height: 110px;
}
.share-button .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
    display: none !important;
}
.news-content a{
    color:#003553;
}
.news_events_detail_wrapper{
    float: left;
    padding: 25px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}
.share-button {
    float: left;
    width: 100%;
    text-align: right;
    display: inline !important;
}
.addthis_toolbox {
    float: none !important;
    width: auto !important;
    display: inline-block !important;
    text-align: right !important;
    vertical-align: middle;
}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    width: auto !important;
}
.addthis_counter.addthis_pill_style {
    display: inline-block !important;
    float: none !important;
    text-align: right !important;
    height: 37px !important;
    vertical-align: bottom;
}
.aticon-facebook,.aticon-twitter,.aticon-gmail,#at_hover span{
    border-radius: 4px !important;
    /*display: inline-block !important;*/
    height: 32px !important;
    line-height: 32px !important;
    opacity: 1 !important;
    width: 32px !important;
    background-size: 100% 100% !important;
}
#at_hover span{
    /*padding: 0 0 0 20px !important;*/
}
.addthis_default_style .at4-icon.aticon-facebook, #atic_facebook .aticon-facebook {
    background: url("../images/fb.svg") no-repeat 0 0 !important;
    background-size: 100% 100% !important;
}
.addthis_default_style .at4-icon.aticon-twitter, #atic_twitter .aticon-twitter {
    background: url("../images/twitter.svg") no-repeat 0 0 !important;
    background-size: 100% 100% !important;
}
.addthis_default_style .at4-icon.aticon-gmail,#atic_gmail .aticon-gmail {
    background: url("../images/g-plus.svg") no-repeat 0 0 !important;
    background-size: 100% 100% !important;
}
.addthis_counter a.atc_s {
    width: 32px !important;
    height: 32px !important;
    background: url("../images/ico-share.png") no-repeat 0 0;
    border-radius: 3px;
}
.addthis_counter a.atc_s:hover {
    background-position: 0 0 !important;
}
.atm {
    margin-top: -28px !important
}
#sidebar-right {
    margin-top: 0;
    background-color: #fff;
}
#blog-single #sidebar-right {
    position: fixed;
    right: 0;
    top: 155px;
}
#blog-single #sidebar-right.block_float {
    position: absolute !important;
    bottom: inherit !important;
    top: 25px !important;
}
#blog-single #sidebar-right.bottom {
    position: absolute;
    right: 0;
    bottom: 85px;
    top: inherit;
}
.admin-bar #blog-single #sidebar-right.bottom {
    top: inherit;
}
.admin-bar #blog-single #sidebar-right {
    top: 190px;
}
.admin-bar #tiles_list.ne_floatmenu {
    top : 104px !important;
}
.wp-admin-bar-search {
    display: none;
}
#wpadminbar {
    position: fixed !important;
}

#blog-single #sidebar-right.fixed{
    position: fixed;
    /*bottom: 85px;*/
    right: 0;
}
.admin-bar #blog-single #sidebar-right.fixed {
    top: 190px;
}
#sidebar-right .widget {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
#blog-single #sidebar-right .related_post {
    overflow-y: auto;
}
#sidebar-right {
    margin-bottom: 40px;
}
#sidebar-right .widget-title {
    padding: 5px 0;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #FF6F00;
    font-family: 'Arial-Bold';
    font-size: 20px;
    margin-bottom: 18px;
}
#sidebar-right .wp_rp_footer {
    padding: 0 25px !important;
}
#sidebar-right .related_post {
    padding: 0 25px 0 !important;
}
.related_post li,.related_post,.related_post a {
    float: left;
    width: 100%;
}
.wp_rp_content ul.related_post li {
    padding:0 0 10px !important;
    margin-bottom: 10px !important;
}
.related_post a {
    margin-bottom: 5px;
}
ul.related_post li a.wp_rp_thumbnail {
    width: 100px;
    text-align: center;
}
#wp_related_posts_widget .wp_rp_thumbnail img {
    display: inline !important;
    width: 100%;
}

.related_post .wp_rp_cat_date {
    font-family: 'Arial';
}
.related_post .wp_rp_title {
    font-family: 'Arial-Bold';
    color: #FF6F00;
    font-size: 16px;
    width: auto;
    float: none;
}
#wp_related_posts_widget .wp_rp_edit {
    font-family: 'Arial-Bold';
    background: #FF6F00 !important;
}
ul.related_post li a.wp_rp_thumbnail img {
    width: 100%;
}

/********* News Details ends **********/

/********* Research page **********/

#research-stories-list .tab-container{
    float: left;
    width: 100%;
}
.research-tab,.stories-tab{
    font-family: 'Arial-Bold';
    font-size: 32px;
    color: #80c7c3;
    line-height: 30px;
    margin: 0 0 10px;
    float: left;
    width: auto;
    text-align: left;
    cursor: pointer;
}
.research-tab.active-tab,.stories-tab.active-tab {
    color: #FF6F00;
}
.research-tab:after {
    /*content : "|";*/
    padding-left: 10px;
    margin-right: 10px;
}
#research_list_wraper,.research_list_wraper .inner-row-list,#success-stories_list_wraper,.success-stories_list_wraper .inner-row-list {
    float: left;
    width: 100%;
}
.research_list_wraper .inner-row-list,.success-stories_list_wraper .inner-row-list {
    margin-bottom: 5px;
}
.research_list_wraper .inner-row-list-item,.success-stories_list_wraper .inner-row-list-item {
    float: left;
    display: block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    background-color: #fff;
}
.research_list_wraper .inner-row-list-item-wraper,.success-stories_list_wraper .inner-row-list-item-wraper {
    float: left;
    width: 100%;
    padding: 15px;
}
#container #research-stories-list {
    background-color: #f4f4f4;
    margin-bottom: 25px;
}
.research_list_wraper .inner-row-list-item .title-wraper,.success-stories_list_wraper .inner-row-list-item .title-wraper {
    text-align: left;
    margin: 0 0 10px;
    font-family: Arial-Bold;
    font-size: 20px;
    line-height: 24px;
}
.research_list_wraper .bottom-wraper,.success-stories_list_wraper .bottom-wraper {
    float: left;
    width: 100%;
    font-size: 14px;
}
.research_list_wraper .date-wraper,.success-stories_list_wraper .date-wraper {
    width: auto;
    float: left;
    margin-right: 5px;
}
.research_list_wraper .author-wraper,.success-stories_list_wraper .author-wraper {
    float: left;
}

/********* Research page ends **********/

.fb_iframe_widget,.fb_iframe_widget iframe[style],.fb_iframe_widget span, .fb_iframe_widget span iframe,.fb_iframe_widget span iframe[style]{
    width: 100% !important;
}
.fb_iframe_widget iframe span {
    width: auto !important
}
.fb_iframe_widget {
    margin-bottom: 5px;
}
#social-loader {
    margin-top: 30px;
}
#social-media-container iframe {
    max-width: 100% !important;
    margin-bottom: 5px;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    position: relative !important;
    left: inherit;
    top: inherit;
    width: 100%;
}
.gsc-control-cse div {
    position: relative;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #1a0dab !important;
}
.wgs_wrapper {
    width: 100%;
}
#wgs_widget_wrapper_id,#wgs_widget_wrapper_id table.gsc-search-box, #wgs_widget_wrapper_id table.gsc-branding {
    width: auto !important;
    display: none; /* hides the search bar that breaks the header */ 
}
#search_gcse-page, #sitemap-page {
    background: #F4F4F4;
    margin-bottom: 25px;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    width: 94%;
    background: #F4F4F4;
    box-shadow: none !important;
}
.gsc-overflow-hidden {
    overflow: visible !important;
}
.gsc-modal-background-image {
    background: none !important;
    opacity: 1 !important;
}
.gsc-control-wrapper-cse form.gsc-search-box {
    display: none;
}
.gs-title a,.gs-title a b {
    font-family: Arial-Bold;
    color: #FF6F00 !important;
    font-size: 24px;
    text-decoration: none !important;
}
.gs-result .gs-title, .gs-result .gs-title * {
    text-decoration: none !important;
}
.entry .gsc-result {
    margin-bottom: 45px !important;
    background-color: #fff !important;
    float: left;
    width: 99%;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
}
.entry .gsc-results-close-btn {
    display: none !important;
}
.gsc-option-menu-container .gsc-selected-option-container {
    width: 90px !important
}
.gsc-adBlockVertical,.gsc-adBlock {
    display: none !important;
}
.gsc-thinWrapper {
    width: 100%;
}

/********* Events Details page **********/

.left-wrapper {
    float: left;
    background: #fff;
    padding: 25px;
}
.events_detail_page .main-title {
    padding: 0;
    margin: 0 0 20px;
}
.events_detail_page .image-wraper {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.events_detail_page .image-wraper img {
    max-width: 100%;
}
.event-details {
    float: left;
    width: 100%;
    background: #F4F4F4;
}
.event-details-info {
    float: left;
    padding: 15px;
}
.event-details .details-title {
    padding: 5px 0;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #FF6F00;
    font-family: 'Arial-Bold';
    font-size: 20px;
}
.event-details .short-title {
    text-transform: uppercase;
    font-family: 'Arial-Bold';
    font-size: 16px;
    margin-bottom: 8px;
}
.event-details p {
    font-family: 'Arial';
    font-size: 14px;
    margin-bottom: 8px;
}
.event-details .details-sub-description span {
    cursor: pointer;
}
.event-details a {
    color:#003553;
}
.events_detail_page #news-2columns-single {
    padding: 0;
}
.category-date .title {
    color: #FF6F00;
    font-family: 'Arial';
}
.category-date .title:after {
    content: '|';
    padding: 0 5px;
}
.category-date .date {
    color: #353432;
    font-family: 'Arial';
}
.category-date .date:after {
    content: '|';
    padding: 0 5px;
}
.category-date span:last-child:after {
    content: '' !important;
}
.category-date {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.owl_carousel_profiles .owl-prev,#story-additional-carousel .owl-prev {
    position: absolute;
    top: 50%;
}
.owl_carousel_profiles .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    overflow: auto;
}
#story-additional-carousel .owl-next {
    position: absolute;
    top: 50%;
}

/********* Events Details ends **********/

/********* News Events page **********/

#news-events-list, #sidebar-right {
    margin-bottom: 0;
}
#news-events-list {
    min-height: 500px;
}
.news-events-page #news-events-listing-page {
    background: #F4F4F4;
    margin-bottom: 30px;
}
#news-events-listing-page #sidebar-right {
    position: absolute;
    right: 0;
}
#news_events_list,.event_item_wrapper {
    float: left;
    width: 100%;
}
#news-events-list .main-title {
    font-size: 30px;
}
.event_item_wrapper,.news_item_wrapper{
    margin-bottom: 45px;
    background-color: #fff;
    float: left;
    width: 99%;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
}
#more_news_events,#more_trending_posts {
    font-family: 'Arial-Bold';
    background: #FF6F00 !important;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
#more_news_events i {
    margin-right: 10px;
}
.ne_item_info_wrapper {
    padding: 15px 25px;
}
#news-events-list .ne_item_cat {
    color: #003353;
    font-family: Arial-Bold;
    margin-bottom: 5px;
    width: 100%;
}
#news-events-list .ne_item_header {
    font-family: Arial-Bold;
    color: #FF6F00;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 5px;
    width: 100%;
}
#news-events-list .ne_item_header {
    width: 100%;
    float: none;
}
.ne_item_cat_date {
    margin-bottom: 3px;
}
.ne_item_hover_wrapper {
    float: left;
    width: 100%;
    background: #99AEBA;
    padding: 0 25px;
    table-layout: fixed;
    display: table;
    border-spacing: 10px;
}
.ne_item_hover_wrapper span {
    color: #fff;
    font-family: Arial-Bold;
    font-size: 16px;
    float: none;
    display: table-cell;
}
.ne_item_hover_wrapper span:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.ne_item_hover_wrapper .ne_item_date {
    width: 26%;
    background: url("../images/ico-calender.png") no-repeat 0 6px;
    padding: 8px 10px 0 32px;
    color: #fff;
    float: left;
}
.ne_item_hover_wrapper .ne_item_time {
    width: 28%;
    background: url("../images/ico-time.png") no-repeat 0 6px;
    padding: 8px 10px 0 32px !important;
    color: #fff;
    font-family: Arial-Bold;
    padding: 8px 0 5px 32px !important;
    font-size: 16px;
    float: left;
    margin-left: 2%;
}
.ne_item_hover_wrapper .ne_item_location {
    width: 38%;
    float: left;
    background: url("../images/ico-location.png") no-repeat 11px 5px;
    padding: 8px 10px 0 34px;
    cursor: pointer;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.ne_item_hover_wrapper .ne_item_date span,.ne_item_hover_wrapper .ne_item_time span {
    float: left;
    padding: 0;
    border: none;
}
.ne_item_end_date:before,.ne_item_end_time:before{
    padding: 0 5px;
    content: '-';
    float: left;
}
.ne_item_desc p {
    color:#353432;
    font-family: 'Arial';
    font-size: 14px;
}
.ne_item_image_wrapper {
    float: left;
    width: 245px;
    margin-right: 20px;
    height: 155px;
}
.ne_item_image_wrapper img {
    width: 245px;
    height: 155px;
}
.ne_featured_text {
    background-color: #003553;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: Arial-Bold;
    font-size: 16px;
}
.featured .ne_item_info_wrapper {
    padding: 0 0 15px;
}
.featured .ne_item_image_wrapper{
    height: 195px;
}
.featured .ne_item_cat_date {
    width: 100%;
    background: #FF6F00;
    padding: 10px;
    margin-bottom: 15px;
}
#news-events-list .featured .ne_item_cat {
    color: #fff;
}
#news-events-list .featured .ne_item_date {
    color: #000;
}
#news-events-list .ne_item_cat {
    color: #FF6F00;
}
.main-title ,.page-area .title .main-title {
    font-family: 'Arial-Bold';
    font-size: 32px;
    color: #FF6F00;
    line-height: 30px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    text-align: left;
}
.tile-page #contact-us .main-title,#cookies-page .main-title, #accessibility-page .main-title,#sitemap-page .main-title,#search_gcse-page .main-title {
    color: #FF6F00;
    text-align: center;
    padding: 0;
    font-size: 40px;
    line-height: 42px;
}
.consulate-wrap {
    float: left;
    width: 100%;
}
.consulate-title {
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 3px;
    background: #FF6F00;
    color: #fff;
    font-family: Arial-Bold;
    font-size: 16px;
    cursor: pointer;
}
.consulate-inner-wrap {
    float: left;
    width: 100%;
    border: 3px solid #FF6F00;
    padding: 10px;
    margin: -3px 0 3px;
}
.consulate-block-inner {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.consulate-block-title {
    font-family: Arial-Bold;
    font-size: 14px;
    float: left;
}
.consulate-block-title.block-title {
    width: 100%;
}
.consulate-block {
    float: left;
    padding: 10px;
}
#mapDiv {
    width: 100%;
}
.page-template-page-economic-ties .main-title,.tile-page .main-title {
    text-align: center;
    color: #80C7C3;
}
.wrap_map_box {
    width: 1200px;
    margin: 40px auto 20px;
}
#map, #map-canvas {
    border: 2px solid #76442b;
    border-radius: 5px;
    height: 400px;
    max-width: 765px;
    width: 75%;
    float: left;
    margin: 0 5%;
}
#map_desc {
    float: left;
    width: 15%;
}
.news-events-page #sidebar-right .content {
    padding: 20px 3px;
    height: 500px;
    overflow: auto;
}
.news_list,.events_list {
    background: none repeat scroll 0 0 #f4f4f4;
    float: left;
    width: 100%;
}
.case-links-outer-wrapper,.tis-links-outer-wrapper {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: Arial-Bold;
    font-size: 18px;
    padding: 10px;
    color: #FF6F00;
}
.case-links-outer-wrapper .read_more_text {
    display: inline;
    margin-right: 20px;
}
.case-links-outer-wrapper .case-links-wrapper {
    display: inline;
}
.case-links-outer-wrapper .case-links-wrapper a {
    margin-right: 20px;
    font-size: 18px;
}
.back_to_wrapper{
    display: inline;
    float: left;
    margin-right: 20px;
}
.back_to_wrapper a,.inner_page .back_to_wrapper a{
    text-transform: uppercase;
    font-size: 20px;
}
.back_to_wrapper a:before {
    content: "<";
}
.tis-links-outer-wrapper .read_more_text,.tis-links-outer-wrapper .tis-links-wrapper {
    display: inline;
    margin-right: 20px;
}
.tis-links-outer-wrapper .tis-links-wrapper a {
    margin-right: 20px;
    font-size: 18px;
}
/*nov12 jay*/
.view_more {
    float:right;
}
#news_events_loading,.ne_hidden{
    display:none;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

#news_events_end {
    float: left !important;
    height: 1px;
}

.ne_floatmenu{
    position: fixed !important;
    top: 0 !important;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 2, 1, 2);
}
.admin-bar .ne_floatmenu {
    top: 20px !important;
}
#tiles_list.ne_floatmenu {
    top: 75px !important;
}
.pagination-page span.active,.pagination-page span.inactive i {
    color: #484848 !important;
}
/*Newly Added 17-12-2015*/
.news-content .main-content a {
  color: #FF6F00 !important;
}
/*Newly Added 08-03-2015*/
.news-content .main-content em {
  font-style: italic;
}

.main-content ul
{
    list-style: disc;
    padding-left: 20px;
}
.main-content ul li
{
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0;
}

.main-content ol
{
    list-style: none;
    padding-left: 20px;
}
.main-content ol li
{
    list-style-type: decimal;
    margin: 0 0 0 20px;
    padding: 0;
}

.main-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.main-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.main-content blockquote p {
  display: inline;
}
.main-content p {
  padding: 0 0 10px 0;
}
/*Newly Added 30-12-2015*/
#creative-industries-welcome-section .welcome-external-links a {
       text-align: center;
}

#creative-industries-welcome-section .welcome-external-links a img {
       width: 407px;
}
/********* News Events ends **********/
/********* Profiles listing begins **********/


#container #profiles,#container #profile-list {
    background-color: #f4f4f4;
}
#container #profile-list {
    margin-bottom: 25px;
}
#profile-carousel .owl-carousel .owl-item img {
    width: auto !important;
    float: left;
}
#profile-carousel {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
}
#profile-carousel .owl-theme .owl-controls {
    display: none;
}
.profile-inner {
    float: left;
    width: 100%;
}
.profile-left-wraper {
    float: left;
    margin: 0 15px 0 0;
    width: auto;
}
.page-area .profile-story-title-wraper h4.title {
    font-size: 20px;
    margin-top: 0;
}
.page-area .profile-story-title-wraper .title {
    text-align: left;
    margin: 15px 0 10px;
    font-family: Arial-Bold;
    font-size: 24px;
    color: #FF6F00;
}
#container #success-stories-single {
    padding-bottom: 0;
}
.read-more-profile-story {
    float: right;
    width: 100%;
    text-align: right;
    padding-top: 20px;
}
.read-more-profile-story a {
    font-family: Arial;
    font-size: 16px;
}
#profile-additional-carousel .owl-item {
    background: none;
    height: auto !important;
    max-height: auto !important;
}
#profile-additional-carousel .owl-nav i,#story-additional-carousel .owl-nav i{
    font-size: 80px;
    color: #FF6F00;
}
#profile-additional-carousel .owl-prev,#profile-additional-carousel .owl-next,#story-additional-carousel .owl-prev,#story-additional-carousel .owl-next {
    opacity: 1;
    background: none;
}
.profile-tag-position-wraper .profile_designation {
    font-family: 'Arial';
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}
.profile-story-content-wraper p,#profiles_list_wraper .position-wraper,.owl_carousel_profiles .position-wraper{
    font-family: 'Arial';
    font-size: 18px;
    line-height: 26px;
}
.profile-story-content-wraper p {
    margin-bottom: 10px;
}
#profiles_list_wraper .position-wraper,.owl_carousel_profiles .position-wraper {
    padding: 0 20px;
}
#profiles_list_wraper {
    float: left;
    width: 100%;
}
#profiles_list_wraper .inner-row-list {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
#profiles_list_wraper .inner-row-list-item,.owl_carousel_profiles .inner-row-list-item {
    float: none;
    width: 300px;
    text-align: center;
    margin-bottom: 35px;
    display: table-cell;
}
#profiles_list_wraper .image-wraper,.owl_carousel_profiles .image-wraper  {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
#profiles_list_wraper .image-wraper img, .owl_carousel_profiles .owl-item .image-wraper img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
}
#profiles_list_wraper .title-wraper, .owl_carousel_profiles .title-wraper{
    font-family: Arial-Bold;
    font-size: 24px;
    color: #f26c4f;
    margin-bottom: 10px;
}
.pagination-page ,.gsc-cursor{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}
.pagination-page  span,.gsc-cursor-page,.pagination-page span.active i {
    margin-right: 5px;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial-Bold;
    font-size: 16px;
    color: #FF6F00 !important;
    background: none !important;
}
.pagination-page span i {
    color: #FF6F00;
}
.pagination-page span.active-page,.gsc-cursor-current-page {
    color: #FF6F00 !important;
}
.pagination-page span.inactive i {
    color: #484848;
    cursor: default;
}
#container #additional-profiles {
    padding: 35px 0 30px;
    height: auto !important;
}
#story-additional-carousel .image-wraper {
    height: 200px;
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    background: #000;
}
#story-additional-carousel .owl-item{
    padding: 0;
    background: none;
}
#story-additional-carousel .profile-inner {
    padding: 15px;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    height: 95%;
    width: 95%;
    background: #fff;
}
#story-additional-carousel img {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#story-additional-carousel .title-wraper,#story-additional-carousel .position-wraper {
    float: left;
    width: 100%;
    text-align: center;
}
#story-additional-carousel .title-wraper a,#story-additional-carousel .profile_designation {
    font-family: Arial;
    font-size: 18px;
}


/********* Profiles listing ends **********/

/********* Trending page starts **********/

#container #trending-listing-page {
    background-color: #f4f4f4;
    margin-bottom: 25px;
}
.wrap-trending-image {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    height: 255px;
    overflow: hidden;
    margin-bottom: 10px;
}
.trending-image {
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    background: #000;
    height: 220px;
}
.trending-image img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#trending-listing-page .wrap-topics-tab {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
#trending-listing-page .topics-title,#trending-listing-page .topics-types {
    display: inline-block;
    width: auto;
}
.social-tabs {
    border-spacing: 2px;
    display: table;
    width: 100%;
}
.social-tabs,#social-media-container {
    padding: 0 !important
}
#trending-listing-page .topics-title {
    color: #FF6F00;
    margin-right : 20px;
    font-size: 18px;
}
#trending-listing-page .topics-title span {
    float: left;
    padding: 10px 0;
    font-family: Arial-Bold;
}
#trending-listing-page .topics-types .single-type,.social-tabs span {
    cursor: pointer;
    background: #fff !important;
    width: 140px;
    margin-right: 3px;
    text-align: center;
    padding: 10px;
    float: left;
    font-family: Arial-Bold;
    font-size: 16px;
    color: #717276;
}
.social-tabs span {
    padding: 10px 5px;
    width: 105px;
    background: #f4f4f4 !important;
    display: table-cell;
    float: none;
}
#trending-listing-page .topics-types .single-type.active, .social-tabs .active {
    background-color: #FF6F00 !important;
    color: #fff;
    border: none !important;
    padding: 10px !important;
}
.resp-tabs-container {
    background: none !important;
}
.resp-tabs-container {
    float: left;
    width: 100%;
}
.resp-tab-content {
    border:none !important;
}
.trending-list {
    background-color: #fff;
    float: left;
    -webkit-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    box-shadow: 10px 10px 0px -6px rgba(219,219,219,1);
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.trending-details,.trending-content,.trending-title {
    padding: 0 10px;
    float: left;
    width: 100%;
    text-align: left;
}
.trending-wrap {
    height: 0;
    overflow: hidden;
}
.trending-list:hover .trending-wrap {
    overflow: visible;
}
.trending-source {
    font-size: 12px;
}
.trending-list .account-name {
  width: 100%;
  padding: 5px 10px;
  font-family: Arial-Bold;
  text-align: center;
  float: left;
  text-align: left;
  z-index: 999;
  background-color: #fff;
}
.wrap-trending-details {
    float: left;
    width: 100%;
}
.trending-title {
    font-family: Arial-Bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 5px;
}
.trending-content {
   color: #353432;
   font-size: 16px;
   font-family: Arial;
   line-height: 25px;
}

.trending-source .item {
    color: #FF6F00;
    font-family: Arial-Bold;
    margin-bottom: 5px;
    width: 100%;
}
.trending-source .item.facebook {
    padding: 6px 0 6px 28px;
    background: url("../images/ico-fb.png") no-repeat 0 2px;
}
.trending-source .item.twitter {
    padding: 6px 0 6px 28px;
    background: url("../images/ico-twitter.png") no-repeat 0 2px;
}
.trending-source .item:after {
    content: "|";
    padding: 0 5px;
}
.trending-source .date {
    color: #484848;
    margin-right: 10px;
}
.trending-source .button .fb-like {
    width: 80px !important;
}
.embassy_list_wraper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    font-family: Arial-Bold;
    font-size: 16px;
}
#research-stories-list .embassy_list_wraper {
    padding: 10px 0;
}

/********* Trending page ends **********/

/********* Profiles Details starts **********/

#blog-single,#additional-profiles {
    background-color: #f4f4f4;
}
#blog-single {
    padding-bottom: 0 !important;
}
#additional-profiles {
    margin-bottom: 25px;
}
.profile-story-details {
    float: left;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
}
.wrap-profile-story-img {
    float: left;
    padding: 0 20px 0 0;
    max-width: 200px;
    width: 20%;
    text-align: center;
}
.wrap-profile-story-img img {
    max-width: 100%;
}
#blog-2columns-single {
    float: left;
    width: 80%;
}
.profile-story-details .post {
    border-bottom: none;
}
.wrap-select {
    display: none;
}



/********* Profiles Details ends **********/

/********* Footer **********/
#footer {
    color: #fff;
    box-shadow: none;
    background: #FF6F00;
    padding: 0;
    float: left;
}
#social_media_pages_list {
    display: inline;
}
#footer .smp-item-wraper {
    float: none;
    padding-right: 10px;
    width: 30%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#footer_top_menu {
    width: 100%;
    margin: 0 auto;
}
#footer .wrapper{
    width: 1020px;
    margin: 0 auto;
}
.menu-footer-bottom-menu-container {
    float: left;
    width: 100%;
}
.footer-social-media-pages {
    margin: 0 auto;
    width: 1020px;
}

#social_media_pages_wrappper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ffa162;
    display: table;
    table-layout: fixed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#footer_logo_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}
.footer-r{
    float: right;
    margin-top: -30px;
}
.smp_pages_wrapper {
    display: table-cell;
    float: none;
}
.smp_pages_wrapper h3, #footer .smp_pages_wrapper h3 a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.smp_pages_wrapper h3{
    height: 45px;
    padding-left: 50px;
    padding-top: 13px;
    font-family: Arial-Bold;
}
#footer a{
    color: #fff;
    font-family: Arial-Bold;
}

.smp_page_info a{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 15px;
}
.smp_page_info a:before {
    content: '>';
    position: absolute;
    left: 5px;
}
#facebook_pages_wraper h3 {
    background: url("../images/social-img.png") no-repeat 0 0;
}
#twitter_pages_wraper h3 {
    background: url("../images/social-img.png") no-repeat 0 -68px;
}
#youtube_pages_wraper h3 {
    background: url("../images/social-img.png") no-repeat 0 -131px;
}
.smp_pages_list{
    float: left;
    width: 100%;
    padding-left: 50px;
}
#twitter_pages_list .smp_page_info {
    float: left;
    width: 135px;
}
#menu-footer-top-menu {
    display: inline-block;
    width: auto;
    float: none;
}
.menu-footer-top-menu-container {
    margin: 0 0 25px;
    width: 100%;
    display: inline;
    text-align: center;
}
.menu-footer-top-menu-container ul {
    display: inline;
    width: 100%;
}
.menu-footer-top-menu-container li {
    float: none;
    display: inline-block;

}
.menu-footer-top-menu-container li a {
    text-transform: uppercase;
    font-family : Arial-Bold;
    color: #003553;
    font-size: 14px;
}
.menu-footer-bottom-menu-container {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
}
#menu-footer-bottom-menu {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
}
#footer .menu li {
    float: left;
    color: #fff;
}
#footer .smp-item-wraper a{
    font-size: 23px;
    color: #fff;
}
#footer .smp-title {
    font-size: 14px;
    color: #fff;
}
#footer .menu li a{
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 0;
}
#footer .menu li a:after{
    content:'|';
    padding-left: 10px;
}
#footer .menu li:last-child a:after{
    content:'';
    padding-left: 0;
}
.social-icons-new i {
    font-size: 27px;
}
.social-icons-new a {
    border-radius: 0;
}
/********* Footer ends *********/

/********* Media queries **********/
@media (max-width: 1200px) {
    .banner-content-outer, .wrapper {
        width: 900px;
    }
    #tiles_list {
        width: auto;
    }
    #trending-listing-page .wrapper {
        width: 900px !important;
    }
    .trending-content {
        font-size: 14px;
        line-height: 20px;
    }
    #tiles_list {
        margin: 0px auto;
    }
    .tile-item-wraper {
        width: 113px;
    }
    #tileid_4 {
        width: 155px;
    }
    .tile-item-wraper a span {
        /*font-size: 14px;*/
        font-size: 11px;
    }
    .menu-footer-top-menu-container li {
        padding-left: 10px;
    }
    .menu-footer-top-menu-container li a {
        font-size: 11px;
        padding: 0;
    }
    .welcome-regions,.wrap_map_box {
        font-size: 15px;
        width: 700px;
    }
    .inner_page a,.rps-designation,.inner_page .rps-title a {
        font-size: 15px;
        line-height: 18px;
    }
    .case-desc-wrapper {
        width: 700px;
    }
    .rps-wraper, #resources-publications .rps-wraper, .rp-wraper,#footer .wrapper,.footer-social-media-pages  {
        width: 750px
    }
    .smp_pages_wrapper h3, #footer .smp_pages_wrapper h3 a {
        font-size: 16px;
    }
    .main-title,.case-title span,#discovery-events .title,#discovery-events .title a {
        font-size: 32px;
    }
    .welcome-text p {
        font-size: 16px;
    }
    .welcome-tiles .tiles-title,.case-description p,.rps-title, .rp-title {
        font-size: 20px;
    }
    .welcome-region-title, .welcome-regions span {
        font-size: 14px;
        margin-right: 5%;
    }
    #twitter_pages_list .smp_page_info {
        width: 100%;
    }
    #profiles_list_wraper .image-wraper img {
        width: 100px;
        height: 100px;
    }
    #profiles_list_wraper .title-wraper a{
        font-size: 15px;
    }
    .profile-story-content-wraper p, #profiles_list_wraper .position-wraper {
        font-size: 14px;
    }
    .owl_carousel_profiles .owl-prev {
        left: -30px;
    }
    .owl_carousel_profiles .owl-next {
        right: -30px;
    }
    .pagination-page  span,.gsc-cursor-page {
        font-size: 22px;
        margin-right: 12px;
    }
    .back_to_wrapper,.tis-links-outer-wrapper .read_more_text {
        display: inline;
        float: left;
        margin: 0 0 5px;
        text-align: left;
        width: 100%;
    }
    .back_to_wrapper {
        margin-bottom: 15px;
    }
    .case-links-outer-wrapper .read_more_text {
        
        width: auto;
    }
    .tis-links-outer-wrapper .read_more_text {
        width: auto;
    }
    .tis-links-outer-wrapper .tis-links-wrapper,.case-links-outer-wrapper .case-links-wrapper {
       
        margin: 2px 0 0 10px;
    }
    .tis-links-outer-wrapper .tis-links-wrapper a,.case-links-outer-wrapper .case-links-wrapper a{
        clear: both;
        
        font-size: 18px;
        
        text-align: left;
        width: 100%;
    }
    .inner_page a.tile_url.active{
        top: -40px;
    }
    .inner_page a.tile_url.active .tile_text_img{
        top: 45px;
        height: 100%;
    }
    .inner_page .tile_text_img .tile_icon_wrapper{
        display: block;
    }
    .inner_page .tile_text_img span.tile_title{
        font-size: 12px;
        display: block;
    }
    a#tileid_3{
        width: 130px;
    }
    a#tileid_2{
        width: 140px;
    }
    /*newly added 08-04-2016*/
    
    #tiles_list .wrap_tiles_list a:nth-child(5) span.tile_title {
        padding-right: 44%;
    }
}
@media (max-width: 1200px) {
    .owl_carousel_profiles .owl-prev {
        left: -10px;
    }
    .owl_carousel_profiles .owl-next {
        right: -10px;
    }
    #map, #map-canvas {
        border: 2px solid #76442b;
        border-radius: 5px;
        height: 400px;
        max-width: 765px;
        width: 65%;
        float: left;
        margin: 0 5%;
    }
    #map_desc {
        float: left;
        width: 25%;
    }
    .wrap_tile_icon_wrapper {
        height: 100%;
    }
    .wrap_tile_icon_wrapper {
        display: table;
        float: left;
        table-layout: fixed;
        width: 100%;
    }
    .inner_page a.tile_url.active .tile_text_img span.tile_title {
        position: relative;
        left: inherit;
    }
}
@media (max-width: 1024px) {
    #story-additional-carousel .owl-prev{
        left: -27px;
    }
}
@media (max-width: 1000px) {
    #story-additional-carousel .owl-next {
        right: 5px;
        overflow: hidden;
        padding: 0 !important;
    }
    #story-additional-carousel .owl-prev{
        /*left: -15px;*/
        overflow: hidden;
        padding: 0 !important;
    }
}
@media (max-width: 900px) {
    .banner-content-outer {
        width: 700px;
    }
    .banner-page-desc {
        width: 700px;
    }
    .trending-content {
        font-size: 12px;
        line-height: 16px;
    }
    .main-title, .case-title span, #discovery-events .title, #discovery-events .title a {
        font-size: 30px;
    }
    /*newly added 08-04-2016*/
    #tiles_list .wrap_tiles_list a:nth-child(5) span.tile_title {
        padding-right: 26%;
    }
}
@media (max-width: 767px) {
    #side-menu {
        display: none;
    }
    .trending-content {
        font-size: 18px;
        line-height: 24px;
    }
    #primary-menu-container ul li {
        height: 65px;
    }
    #primary-menu-container ul li.active {
        height: 65px;
    }
    #side-menu.mm-menu.mm-current {
        display: block;
    }
    .wrap_tile_icon_wrapper{
        display: table;
    }
    #container .page-area {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .tile-item-wraper a span {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .banner-page-desc {
        width: 100%;
    }
    .slide-menu-open {
        display: block;
    }
    .tile-item-wraper.active {
        margin-top: 0;
    }
    #container #tis_wrapper {
        margin-bottom: 20px;
    }
    #top {
        border-bottom: 1px solid #F60;
    }
    .inner_page #tiles_list {
        display: none;
    }
    .banner-content-title {
        font-size: 32px;
    }
    .banner-content-outer,.banner-content-wraper {
        width: 90%;
        padding: 30px 5%;
    }
    .banner-content-top-label {
        top: 10px;
    }
    .discovery-content-wraper p, .discovery-readmore-wraper a {
        font-size: 14px;
    }
    .owl-carousel.owl_carousel_discovery .owl-item img {
        min-height: inherit;
        max-width: 100%;
    }
    .notification-banner-wrapper {
        margin-top: -12px;
    }
    .owl-item .top-banner-content {
        padding-bottom: 20px;
    }
    .notification-banner-right-wraper {
        width: 100%;
    }
    #container .banner_content {
        min-height: 350px !important;
        max-height: 350px !important;
        height: 350px !important;
    }
    .css3-selectbox {
        display: none !important;
    }
    #tiles_list,#footer_top_menu {
        width: 100%;
        float: left;
        margin: 0 0 20px;
    }
    .tile-item-wraper,
    #tileid_4 {
        width: 100%;
        margin: 0 3px 0px 0px;
        height: 70px;
    }
    .menu-footer-top-menu-container {
        margin: 0 0px 25px;
    }
    .menu-footer-top-menu-container li {
        padding-left: 25px;
        float: left;
    }
    .rps-wraper, #resources-publications .rps-wraper, .rp-wraper, #footer .wrapper, .footer-social-media-pages {
        width: 100%;
        padding: 0 10px;
    }
    .rps-container, .rp-container {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        border-right: none;
    }
    .rps-title, .rp-title {
        margin-bottom: 8px;
    }
    .rps-row {
        margin-bottom: 0;
    }
    #container #research-profiles-success {
        padding :20px 0px 0;
    }
    .wrap-profile-story-img {
        padding: 0;
    }
    .smp_pages_wrapper {
        float: left;
        width: 100%;
        padding-left: 72px;
    }
    #footer {
        display: block !important;
        float: left;
    }
    .footer-r {
        margin-top: 0;
    }
    .discovery-inner {
        padding: 0;
    }
    .dicovery-image-wraper {
        max-width: 100%;
    }
    .inner_page a.tile_url {
        float: left;
        width: 100%;
    }
    .tile-item-wraper img {
        float: left;
        margin-right: 8px;
    }
    .tile-item-wraper.active {
        height: 70px;
    }
    .tile-item-wraper a span.tile_icon_wrapper {
        height: auto;
        width: 45px;
        text-align: center;
        margin: 4px 0 0;
    }
    .tile-item-wraper a img {
        float: none;
        margin-bottom: 0px;
        max-width: 40px;
    }
    .tile-item-wraper a span.tile_title {
        margin: 10px 0 0;
    }
    .inner_page a.tile_url.active {
        padding: 10px;
    }
    .inner_page a.tile_url.active .tile_text_img {
        padding: 0;
        position: relative;
        top: inherit;
        height: auto;
        float: left;
        display: table;
    }
    .inner_page a.tile_url.active .tile_text_img img {
        position: relative;
        top: inherit;
        margin-right: 8px;
        float: left;
    }
    .inner_page a.tile_url.active .tile_text_img span.tile_title {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 0px;
        float: left;
    }
    #news-events-listing-page #sidebar-right {
        position: relative;
    }
    .ne_item_image_wrapper {
        float: left;
        height: 185px;
        margin-right: 0;
        padding: 15px;
        text-align: center;
        width: 100%;
    }
    .ne_item_hover_wrapper .ne_item_date,.ne_item_hover_wrapper .ne_item_location,.ne_item_hover_wrapper .ne_item_time {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        border: none;
        min-height: 30px;
    }
    .ne_item_hover_wrapper .ne_item_time {
        margin-left: 0;
    }
    .ne_item_hover_wrapper .ne_item_location {
        background: url("../images/ico-location.png") no-repeat left 5px;
    }
    .featured .ne_item_info_wrapper {
        padding: 0 0 15px;
        height: auto;
        float: left;
    }
    .featured .ne_item_image_wrapper{
        height: auto;
        padding: 0;
    }
    .featured .ne_item_image_wrapper img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    #news-events-list .featured .ne_item_header, #news-events-list .featured .ne_item_desc {
        padding: 0 15px;
    }
    .case-links-outer-wrapper, .tis-links-outer-wrapper {
        padding: 10px;
    }
    .case-desc-wrapper {
        display: block;
    }
    #container .banner_content {
        margin: 0;
        padding: 0;
        position: relative;
        top: inherit;
        max-height: inherit !important;
        min-height: inherit !important;
        height: inherit !important;
    }
    #container .page-area {
        padding: 20px 0;
    }
    .inner_page .tile_text_img .tile_icon_wrapper {
        float: left;
        width: 30px;
    }
    .main-title,.case-title span,#discovery-events .title {
        font-size: 20px;
        line-height: 22px;
        padding: 20px;
        margin-bottom: 0;
    }
    #contact-us .main-title {
        margin-bottom: 20px;
    }
    .case-title {
        padding:15px  0;
    }
    .case-title .case-inner-title span {
        padding: 0;
    }
    #news-events-listing-page #news-events-list,#news-events-listing-page #sidebar-right {
        width: 100%;
        float: left;
    }
    #news-events-list {
        margin-bottom: 15px;
    }
    .welcome-text {
        float: left;
        width: 100%;
        padding: 0 20px;
    }
    .welcome-text p {
        font-size: 16px;
    }
    .welcome-tiles .tiles-title,.case-description p,.rps-title, .rp-title,.rps-title a, .rp-title a{
        font-size: 16px;
    }
    .welcome-region-title, .welcome-regions span {
        font-size: 15px;
        margin: 0 15px 5px 0;
    }
    #discovery-events .title {
        margin: 0;
    }
    #profiles_list_wraper .inner-row-list-item {
        float: left;
        width: 100%;
    }
    .profile-left-wraper {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .profile-story-title-wraper a,#profiles_list_wraper .title-wraper a,.profile-story-content-wraper p, #profiles_list_wraper .position-wraper {
        font-size: 16px;
    }
    .wrap-profile-story-img,.profile-details #blog-2columns-single {
        width: 100%;
        max-width: inherit;
    }
    #container #profiles {
        margin-bottom: 0;
    }
    .two_third,.one_third {
        width: 100%;
    }
    .case-section-background .case-desc-img {
      padding: 20px 5px 0px;
      margin-bottom: 20px;
    }
    .case-section-background .case-desc-img img {
        width: auto;
        float: none;
    }
    .case-section-background .case-description {
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
        padding: 20px 25px;
        margin-top: 0;
          float: left;
          width: 100%;
          text-align: center;
    }
    .case-section-background .case-description p {
        background: none;
          font-family: 'Arial-Bold';
          font-size: 16px;
          color: #484848;
          line-height: 26px;
          text-align: left;
          padding: 0;
          width: 100%;
    }
    #blog-single #sidebar-right {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
    }
    .admin-bar #blog-single #sidebar-right {
        top: inherit;
    }
    #blog-single #sidebar-right .related_post {
        height: inherit;
        overflow-y: auto;
    }
    #blog-single #sidebar-right div.wp_rp_content {
        height: inherit;
    }
    #blog-single #sidebar-right.fixed{
        position: relative;
        bottom: inherit;
        right: inherit;
    }
    .admin-bar #blog-single #sidebar-right.fixed {
        bottom: inherit;
    }
    #blog-single #sidebar-right .related_post {
        height: auto;
        overflow-y: auto;
    }
    #blog-single #sidebar-right div.wp_rp_content {
        height: auto;
    }
    #blog-single #sidebar-right {
        position: relative;
        right: inherit;
        bottom: inherit;
        height: auto;
    }
    #blog-single #sidebar-right.bottom {
        position: relative;
        right: inherit;
        bottom: inherit;
        top: inherit;
    }
    .admin-bar #blog-single #sidebar-right.bottom {
        bottom: inherit;
    }
    .admin-bar #blog-single #sidebar-right {
        height: auto;
        bottom: inherit;
    }
    .research_list_wraper .inner-row-list {
        margin-bottom: 0;
        display: block;
        border-spacing: 0;
        float: left;
    }
    .research_list_wraper .inner-row-list-item {
        float: left;
        display: block;
        margin-bottom: 40px;
        width: 100%;
    }
    #trending-listing-page .topics-types {
        display: none;
    }
    #trending-listing-page .topics-title,.wrap-select select {
        float: left;
        width: 100%;
    }
    .wrap-select,.wrap-select ul {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }
    #trendingTab {
        position: relative;
        z-index: 9999;
    }
    #trending_page_list {
        position: relative;
        z-index: 999;
    }
    .wrap-select {
        display: block;
    }
    .wrap-select ul {

        position: relative;
    }
    .wrap-select li {
        background: #FF6F00;
        color: #fff;
        cursor: pointer;
        text-align: left;
        width: 100%;
        float: left;
    }
    .wrap-select .hide {
        float: none;
        position: absolute;
        top: 40px;
    }
    .wrap-select li span {
        padding: 10px;
        width: 100%;
        float: left;
        font-family: Arial-Bold;
    }
    .wrap-select .hide li {
        background: #fff;
        border: 1px solid #FF6F00;
        border-top: 0;
        color: #FF6F00;
    }
    .wrap-select .hide li.remove{
        display: none;
    }
    .wrap-select .main-item span{
        width: 90%;
    }
    .embassy_list_wraper {
        padding:0;
    }
    .wrap-select .main-item i{
        float: right;
        padding-right: 10px;
        padding-top: 12px;
    }
    .wrap-select .hide {
        display: none;
    }
    .wrap-select .show {
        display: block !important;
    }
    .trending-list {
        height: auto;
        padding-bottom: 40px;
    }
    .trending-source .item, .trending-source .date {
        font-size: 14px;
    }
    #blog-single #sidebar-right.block_float {
        position: relative !important;
        top: inherit !important;
    }
    .back_to_wrapper a {
        font-size: 20px;
    }
    .case-links-outer-wrapper a, .tis-links-outer-wrapper a{
        font-size: 18px;
    }
    .read-more {
        position: relative;
        bottom: inherit;
        right: inherit;
    }
    .read-more a {
        font-size: 12px;
    }
    .social-tabs {
        margin-bottom: 20px;
    }
    .back_to_wrapper,.tis-links-outer-wrapper .read_more_text {
        display: inline;
        float: left;
        margin: 0 0 5px;
        text-align: left;
        width: 100%;
    }
    .back_to_wrapper {
        margin-bottom: 15px;
    }
    .case-links-outer-wrapper .read_more_text {
        font-size: 16px;
        width: auto;
    }
    .tis-links-outer-wrapper .read_more_text {
        width: auto;
    }
    .tis-links-outer-wrapper .tis-links-wrapper,.case-links-outer-wrapper .case-links-wrapper {
        
        margin: 2px 0 0 10px;
    }
    .tis-links-outer-wrapper .tis-links-wrapper a,.case-links-outer-wrapper .case-links-wrapper a{
        clear: both;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
        width: 100%;
    }

    #related_posts_holder {
        display: none;
    }
    .case-desc-wrapper {
        width: 100%;
    }


    .tile-item-wraper a span {
        font-size: 14px;
    }

    #story-additional-carousel .owl-prev{
        left: -15px;
    }
}
@media (max-width: 480px) {
    .banner-content-title {
        font-size: 26px;
    }
    .slide-menu-open {
        width: 20px;
        height: 20px;
        top: 30px;
    }
    h1#site-logo {
        margin: 0 10px 0 50px;
    }
}

@media only screen and (min-width: 768px) {
    #article_main_image{
        margin-top: 85px;
    }
    .discovery_details .main-title{
        text-align: center;
    }
    #container .page-area {
        background-size: 100% 100% !important;
    }

    #tiles_list #tileid_1 span,
    #tiles_list #tileid_6 span {
        word-spacing: 100px;
    }
}

@media only screen and (min-width: 1366px) {
    #tileid_3,
    #tileid_5 {
        width: 180px;
    }

    #tileid_5.active {
        width: 168px;
    }
}

@media only screen and (min-width: 1620px) { 
    #tiles_list #tileid_1 span,
    #tiles_list #tileid_6 span {
        word-spacing: 0;
    }

    #tileid_3,
    #tileid_5,
    #tileid_5.active {
        width: auto;
    }
}
h2.banner-content-title{
    font-weight: normal;
}

/* STATES */
.list-state-content h2 {
    padding: 4px 0;
    margin: 0 0 25px 0;
    font-size: 22px;
    display: block;
    font-family: 'Noticia Text', serif;
    color: #444;
}

.list-state-content {
    position:relative;
}

.list-state-content ul.companies {
    margin:0;
    padding:0;
    list-style:none;
}
.list-state-content ul.companies > li {
width: 100%;
display: block;
margin: 0;
padding: 10px;
float: left;
overflow: hidden;
clear: both;
border-top: 2px solid #ddd;
background: #f9f9f9;
}

/*.list-state-content ul.companies > li:hover {
background:#fff;
}*/

.list-state-content ul.companies > li h3 {
font-size: 14px;
margin: 2px 0 0 0;
padding: 0;
text-align: left;
color: #444;
font-weight: bold;
float: left;
display: inline-block;
}

.list-state-content ul.companies > li p {
margin: 0;
float: right;
display: inline-block;
clear: none !important;
}

.list-state-content ul.companies > li p a {
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
color: #ff710f;
display: block;
width: 18px;
height: 18px;
text-indent: -9999px;
background: url(https://nlintheusa.com/stage/wp-content/themes/economicties/assets/images/icon_link.svg);
}
 

.state-content ul {
    display:none;
    margin:0 0 15px 0;
    padding:0;  
}

.state-content ul li  {
    margin:0;
    padding:0;
    list-style:none;
}

.state-content h3 {
    font-size: 20px;
    margin: 0 0 12px 5px;
    padding: 0;
    cursor: pointer;
    font-family: 'Noticia Text', serif;
}  

.state-content ul li a {
    color:#8f8f8f;
    display:block;
    padding: 5px 0 5px 10px;
    margin: 2px 0;
    width:95%;
}

.state-content ul li a:hover {
    background:#FF6F00 url(../images/left-arrow.png) top left no-repeat;
    padding: 5px 0 5px 10px;
    color:#FFF;
    text-decoration:none;
}

.active-state-content{
    background:#FF6F00 url(../images/left-arrow.png) top left no-repeat;
    padding: 5px 0 5px 10px;
    color:#FFF!important;
    text-decoration:none;
}

.active-state-content a{
    color:#FFF!important;
    text-decoration:none;
}

.jobs-content ul li.current-State h2 {
    color:#FF6F00;
    margin:0;
    padding:0;
    font-family: 'Noticia Text', serif;
    font-size: 38px;
    font-weight:800;
    text-align:left;
}
.jobs-content ul li.current-State p {
    color:#FF6F00;
}

.selectYourState-section {
    overflow:hidden;
    margin:0;
    padding:0; 
}

.selectYourState-section img  {
    margin: 20px auto;
}
.selectYourState-section  h3 {
    font-size:25px;
    margin: 45px 0 15px 0;
    padding:0;
  
}
.selectYourState-section  p {
    font-size:17px;
    margin:0;
    padding:0;
}

#listStatesDropDown   {
    height:40px;
    width:245px;
    padding:10px 0 0 10px;
}

#allStateMobile {
    width:99%;
    text-align:center;
}

#allStateMobile h3 {
    margin:0 0 20px 0;

} 
#allStateMobile p {
    margin:20px 0 0 0 ;
    
}
#usamap > svg > path {
/*fill: rgba(255,102,0,0.9) !important;*/
fill: rgba(0,0,0,0.75) !important;
}

.page-template-page-economic-ties .main-title {
    margin-bottom: 0!important;
    text-align: center!important;
}

.page-template-page-economic-ties p {
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;*/
    font-family: 'Arial';
    font-size: 20px;
    color: #484848;
    line-height: 27px;
}

.page-template-page-economic-ties .case-description p {
    font-family: 'Arial-Bold';
    font-size: 24px;
    color: #484848;
    line-height: 26px;
    text-align: left;
}

#usamap{
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width: 991px ) {
    .page-template-page-economic-ties .hidden-sm {
        display: none;
    }
}

@media only screen and (min-width: 992px ) {
    .page-template-page-economic-ties .hidden-md {
        display: none;
    }
}



/* SINGLE STATE */

.single-state .header-hero-content {
    background: #222;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-state .container {
    max-width: 960px;
    margin: 0 auto;
}
.single-state .row {
    margin-right: -15px;
    margin-left: -15px;
}

.single-state #heroSecondary-page {
    position: relative;
}

.single-state .leftGradientShadow {
    width: 300px;
    display: block;
    /* background: url(../images/gradient-left.png) repeat-y; */
    position: absolute;
    top: 0;
    left: -7px;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(34, 34, 34, 1) 4%), color-stop(rgba(34, 34, 34, 1) 99%));
    background-image: linear-gradient(to right, #222 4%, #0000 99%);
    background-repeat: repeat-x;
    z-index: 1;
}
.single-state .rightGradientShadow {
    width: 300px;
    display: block;
    /* background: url(../images/gradient-right.png) repeat-y; */
    position: absolute;
    top: 0;
    right: 0;
    background-image: -webkit-linear-gradient(right, color-stop(rgba(34, 34, 34, 1) 4%), color-stop(rgba(34, 34, 34, 1) 99%));
    background-image: linear-gradient(to left, #222 4%, #0000 99%);
    background-repeat: repeat-x;
    z-index: 1;
}
.single-state #heroSecondary-page h2 {
    color: #fff;
    font-size: 4em;
    margin: 0 auto;
    font-family: 'Arial';
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
    font-weight: lighter;
    z-index: 1;
}
.single-state #heroSecondary-page img {
    max-width: 100% !important;
    height: auto;
    display: block;
    opacity: 0.6;
    z-index: 0;
}
/* end header */
.single-state #wrapper-content {
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: -20px;
    padding: 20px;
    min-height: 600px;
    z-index: 2;
    margin-bottom: 50px;
}
.single-state .jobs-content {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    text-align: center;
}
.single-state .jobs-content ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.single-state  .jobs-content ul li {
    /* background: url(../images/pipe.png) right 10px no-repeat; */
    display: block;
    min-height: 90px;
    overflow: hidden;
    padding: 0 0 0 26px;
    border-right: 1px solid #EEE;
    margin: 20px 0 10px 0;
}
.single-state #sub-page-content img {
    max-width: 100% !important;
    height: auto;
    display: block;
}
.single-state .jobs-content ul li h2 {
    color: #f60;
    margin: 0 12px 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
    font-weight: 800;
    font-family: 'Arial';
    font-weight: bold;
}
.single-state #sub-page-content .jobs-content ul li p {
    margin: 0 13px 0 0;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: bold;
    clear: both;
    color: #444;
}
.single-state p a.learnMore {
    background: #ff6800;
    border: 1px solid #d25600;
    color: #FFF;
    margin-top: 20px;
}
.single-state .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #0000;
    border-radius: 4px;
}
.single-state .list-state-content {
    position: relative;
}
.single-state .list-state-content h2 {
    padding: 4px 0;
    margin: 0 0 25px 0;
    font-size: 22px;
    display: block;
    font-family: 'Arial';
    color: #444;
}
.single-state .list-state-content ul.companies > li p a {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ff710f;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url(../images/icon_link.svg);
}
.single-state ul.mediaShare-content {
    margin: 0;
    padding: 0;
    float: right;
}
.single-state  ul.mediaShare-content li {
    display: block;
    width: auto;
    height: 35px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    float: left;
}






.state-content ul li a {
    color: #8f8f8f;
    display: block;
    padding: 5px 0 5px 10px;
    margin: 2px 0;
    width: 95%;
}
.active-state-content {
    background: #f60 url(../images/left-arrow.png) top left no-repeat;
    padding: 5px 0 5px 10px;
    color: #FFF!important;
    text-decoration: none;
}



.list-state-content h2 {
    padding: 4px 0;
    margin: 0 0 25px 0;
    font-size: 22px;
    display: block;
    font-family: 'Arial';
    color: #444;
}

.list-state-content {
    position:relative;
}

.list-state-content ul.companies {
    margin:0;
    padding:0;
    list-style:none;
}
.list-state-content ul.companies > li {
width: 100%;
display: block;
margin: 0;
padding: 10px;
float: left;
overflow: hidden;
clear: both;
border-top: 2px solid #ddd;
background: #f9f9f9;
}

/*.list-state-content ul.companies > li:hover {
background:#fff;
}*/

.list-state-content ul.companies > li h3 {
font-size: 14px;
margin: 2px 0 0 0;
padding: 0;
text-align: left;
color: #444;
font-weight: bold;
float: left;
display: inline-block;
}

#sub-page-content ul.companies > li p {
    margin:0;
    
}

.list-state-content ul.companies > li p {
margin: 0;
float: right;
display: inline-block;
clear: none !important;
}

.list-state-content ul.companies > li p a {
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
color: #ff710f;
display: block;
width: 18px;
height: 18px;
text-indent: -9999px;
background: url(https://nlintheusa.com/stage/wp-content/themes/economicties/assets/images/icon_link.svg);
}
 

.state-content ul {
    display:none;
    margin:0 0 15px 0;
    padding:0;  
}

.state-content ul li  {
    margin:0;
    padding:0;
    list-style:none;
}

.state-content h3 {
    font-size: 20px;
    margin: 0 0 12px 5px;
    padding: 0;
    cursor: pointer;
    font-family: 'Arial';
}  

.state-content ul li a {
    color:#8f8f8f;
    display:block;
    padding: 5px 0 5px 10px;
    margin: 2px 0;
    width:95%;
}

.state-content ul li a:hover {
    background:#FF6F00 url(../images/left-arrow.png) top left no-repeat;
    padding: 5px 0 5px 10px;
    color:#FFF;
    text-decoration:none;
}

.active-state-content{
    background:#FF6F00 url(../images/left-arrow.png) top left no-repeat;
    padding: 5px 0 5px 10px;
    color:#FFF!important;
    text-decoration:none;
}

.active-state-content a{
    color:#FFF!important;
    text-decoration:none;
}