/* tfd site
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 */

html {
  background: #ffffff;
}

body {
  font-family: verdana,sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  color: #333333;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1, h2 {
  color: #62b92c;
  font-weight: normal;
  font-family: 'Trade Gothic W01 Bold';
}

h2 {
  margin-top: 5px;
}

h2.block-title {
  padding-top: 5px;
}

h1#page-title {
  margin-top: 0px;
  padding-top: 4px;
}

h3, h4, h5, h6 {color: #62b92c;}

var {
  font-family: verdana,sans-serif;
}

h2, h3 {
  font-family: "Trade Gothic W01 Bold 2";
}
/* =============================================================================
 *   Wrappers
 * ========================================================================== */

#columns {
  width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}

/* Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column */
#main-content {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 25px;
  width: 100%;
}

#main-content.has-aside {
  width: 260px;
}

#footer a {
  color: #62b92c;
}

#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

#branding {
  display: block;
  float: left;
}
#branding #name-and-slogan h1#site-name {
  margin-top: 15px;
  margin-bottom: 10px;
}

#logo {
  padding: 20px 0 12px 0;
  margin-left: 22px;
}
#logo img {
  vertical-align: bottom;
}

#site-name {
  margin: 15 0 0 0;
  font-size: 2.5em;
  font-weight: bold;
}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}
#site-name a.active {
  color: #fb8003;
  background-color: #ffffff;
  text-decoration: none;
}

#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */

#main-content-header h1 {
  font-size: 1.5em;
}

#page-title {
  margin: 0;
}

#logo {
  display: block;
  float:left;
}

#name-and-slogan {
  display: block;
  float:left;
  margin-top: 60px;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/* Shared styles*/

.block-title, #page-title, .block .field-name-title {
  border-top: 4px solid #62b92c;
}

#block-system-main,
#block-system-main .node-page,
#block-system-main .ds-1col  {
  margin-bottom: 0;
}

.node-publication .node-content h2,
.field-name-field-download-report h2,
.views-field-field-download-report .views-label {
  color: #333333;
  font-weight: bold;
}
.views-field-field-download-report a,
.field-name-field-download-report .field-items a  {
  background-image: url("../images/sideBarArrow.png");
  background-repeat: no-repeat;
  background-position: left 50%;
  color: #fb8003;
  padding-left: 15px;
  text-decoration: none;
}

/* Aggregator feed source */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/* Generic styles for links. See the ul.links declaration in node and comment stylesheets */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/* Search results are an ordered list so reset the margin */
.search-results {
  margin: 0;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 * Regions have an inner div - perfect for adding margin, padding or borders
 */

.region-header {
  position: relative;
  left: 60%;
  width: 40%;
}

.region-content-aside {
  padding: 0 20px 20px 0;
  margin: 0 10px 25px 290px;
}

.region-content-aside .block {
  float: left;
  padding-bottom: 15px;
}

.region-tertiary-content {
  clear: both;
  width: 643px;
  margin-left: 32px;
}

.region-sidebar-second .region-inner {
  margin-left: 20px;
}

.region-footer  p {
  color: #62b92c;
  margin-left: 32px;
}

/* =============================================================================
 *   Links
 * ========================================================================== */
a {
  text-decoration: none;
  color: #fb8003;
}

a:active,
a.active {
  color: #333333;
  background-color: #cbdb2a;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *  Menu Bar region menus: Look in nice_menu_custom.cc for most  of this menu styling
 * ==========================================================================*/
.nav li a,
.nav ul.menu li a {
  display: block;
  padding: 0 24px;
}
/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

.breadcrumb {
  margin: 5px 31px;
  clear: both;
  padding-bottom: 1.5em; 
}

/* If the label is set to show in theme settings the label class is added */
.breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

.breadcrumb .breadcrumb-label:after {
  content: ":";
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

.breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: bold;
}

.block ul.pager li {
  margin: 0;
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * This styling will not function until the PHP is corrected with <?If..Then ?> To resize this region to full width
 */

.node-publication .field-type-image figure {
  float: left;
  margin:  0 20px 20px 0;
}

/* Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues */
.field-label {
  font-size: 1em;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/* Taxonomy */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/* Named fields */
.field-name-field-materials .field-label,
.field-name-field-download-report a,
.field-name-field-presentations-dwnld h2,
.field-name-field-presentations .field-label,
.field-name-field-presentations-dwnld a   {
  color: #333333;
}

.field-name-field-presentations-dwnld h2 {
  font-weight: bold;
}

.field-name-field-download-report a {
  padding: 5px;
}

.views-field-field-download-report li {
  list-style:  none;
}

.node-dialogue .field-type-image .field-item img {
  margin: 10px 0 0 0;
}

.node-dialogue .field-name-field-image-credit h2,
.node-dialogue .field-name-field-image-credit .field-item {
  color: #333333;
  font-weight: 400;
  font-size: .85em;
  line-height: .85em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 10px;
}

.node-dialogue .field-type-image img {
  margin: 10px 0 10px 0;
}

/*Additional Publications view styling*/
#block-views-additional-publications-block .block-title {
  color: #333333;
}
.view-additional-publications tr.info,
.view-additional-publications tr.even,
.view-additional-publications tr:nth-child(2n+2) {
  background-color: #ffffff;
}
.view-additional-publications table,
.view-additional-publications tbody tr {
  border: none;
}
.view-additional-publications tr {
  margin-top: 15px;
  display: block;
}
.view-additional-publications .views-field-field-image {
  float: left;
  margin: 0 5px 5px 5px;
}
.view-additional-publications .views-field-title a {
  font-size: .85em;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
  display: block;
  margin-bottom: 10px;
}
.view-additional-publications .views-field-title a.active {
  background-color: #ffffff;
}
.view-additional-publications .views-field-body {
  font-size: .80em;
}
/*Publications Search view styling*/
#views-exposed-form-publications-search-page .views-submit-button {
  clear: left;
}
.view-publications-search .views-row {
  clear: left;
  margin-top: 20px;
}
.view-publications-search .views-field-body {
  margin-left: 160px;
}
.view-publications-search a {
  font-size: 1.5em;
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
}
.view-publications-search a:visited {
  color: #aaaaaa;
}
.view-publications-search a:hover {
  color: #006eff;
  text-decoration: none;
}
.view-publications-search a:active {
  background-color: transparent;
}
.view-publications-search img {
  float: left;
  margin-top: 5px;
}

/*Initiatives List and Publications Search view styling*/
.view-publications-search .views-field-title,
.view-initiatives-list .views-field-title {
  border-top: 1px solid #aaaaaa;
  margin-left: 160px;
  padding: 10px 0;
}

/*Initiatives List view styling*/
.view-initiatives-list .views-row {
  clear: left;
  width: 600px;
  margin-top: 20px;
}
.view-initiatives-list .views-row.views-row-first {
  margin-top: 0;
}
.view-initiatives-list .views-field-body {
  margin-left: 160px;
}
.view-initiatives-list a {
  font-size: 1.5em;
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
}
.view-initiatives-list a:visited {
  color: #aaaaaa;
}
.view-initiatives-list a:hover {
  color: #006eff;
  text-decoration: none;
}
.view-initiatives-list a:active {
  background-color: transparent;
}
.view-initiatives-list img {
  float: left;
  margin-top: 5px;
}

/* Views Flexslider Main Slideshow*/
.flexslider {
  border: none;
}
.flex-nav-container {
  position: relative;
  margin-bottom: 10px;
}
.views-field-field-main-slideshow-caption {
  font-size: 1.25em;
  position: absolute;
  bottom: 20px;
  background: rgba(255,255,255,0.7);
  width: 600px;
  padding: 10px 20px 10px 20px;
}
/*.....CORRECTIONS FOR LT-IE9......*/
.lt-ie9 .views-field-field-main-slideshow-caption {
  background-color: #e6fff2;
}
.views-field-field-main-slideshow-caption a:link,
.views-field-field-main-slideshow-caption a:visited {
  color: #333333;
  font-weight: bold;
}

/* NEWS Pages*/
.view-news .views-field-field-news-image img {
  margin-top: 10px;
}
.view-news .views-field-title a {
  color: #333333;
  font-weight: bold;
}
.view-news .views-field-title h3 {
  margin: 0 0 5px 0;
}
.view-news .views-field-body {
  float: left;
}
.node-news .field-name-body {
  margin-top: 10px;
}

/* shared styles*/
.view-news .views-field-field-date,
.view-news .views-field-view-node,
.node-news .country-name,
.node-news .date-display-single {
  font-size: .85em;
}

/* Float left setting*/
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}
/* Centered setting*/
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}
/*Float right setting*/
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}
/* =============================================================================
 *   Block Styling
 * ========================================================================== */

.block {
  margin-bottom: 20px;
}

.block-inner {
  margin-left: 0;
}

.block-title {
  margin: 0 0 10px 0;
}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

.region-sidebar-second #block-block-2 {
  background-color: #006eff;
  color: #ffffff;
  height: 258px;
  margin-bottom: 20px;
  padding: 20px;
}

.region-sidebar-second .get_involved {
  background-color: #80d0ff;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}

.region-sidebar-second .get_involved p:first-child {
  font-size: 1.5em;
}

.region-sidebar-second .get_involved p:nth-child(2) {
  color: #333333;
}

#block-block-4 {
  width: 583px;
  margin-right: 10px;
  margin-bottom: 25px;
}

.exposed_search_block,
.from_the_archives    {
  padding: 0 30px 30px 30px;
}

.from_the_archives  h2,
.block-views.exposed_search_block h2 {
  margin-left: 0;
}

.tfd-attention {
  background-color: #006eff;
  color : #ffffff;
  font-size: 4em;
  line-height : 1.25em;
}

.tfd-cta {
  background-color: #80d0ff;
  color: #ffffff;
  font-size: 2.5em;
  font-family: Verdana;
  line-height : 1.5em;
}

.tfd-attention, .tfd-cta, #site-name {
  font-family: "Trade Gothic W01 Light";
}
/* "Search form" block */
#block-search-form {
  height: 24px;
  position: absolute;
  right: 32px;
  bottom: 0;
  background-color: #62b92c;
  margin-bottom: 10px;
}
#block-search-form input[type="search"] {
  border: 1px solid #62b92c;
  height: 20px;
}

/*.....CORRECTIONS FOR LT-IE9......*/
.lt-ie9 #block-search-form input[type="search"] {
  height: 16px;
}

#block-search-form .contextual-links-wrapper {
  position: relative;
  left: 200px;
}
#block-search-form #edit-actions {
  position: relative;
  top: 2px;
  left: 2px;
}
#content {
  margin-top: 20px;
}
.front #content {
  margin-top: 0;
}
/* "Social Icons" block */
.social_icons_blk {
 width: 100px;
 float: right;
 margin: 15px 20px 0 0;
 z-index: 30;
}

/* "Dialogues list" block */
.dialogues_block .views-row {
  padding: .75em 0;
  margin: 0;
  border-top: 1px solid #333333;
}

.dialogues_block .views-field-title a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.dialogues_block .views-field-field-location,
#block-views-related-events-block .views-field-field-location  {
  float: left;
}

.dialogues_block .views-row span {
  margin-left: 0;
}

.dialogues_block .views-row:hover {
  background-color: #cbdb2a;
}

/* Featured Publication" block */

.featured_publication h2 {
  margin-bottom: 10px;
}

.featured_publication .date-display-single,
.featured_publication .views-field-title a {
  color: #333333;
  font-weight: bold;
}

.featured_publication .views-field-title {
  float: left;
}
.featured_publication .date-display-single  {
  margin-left: 10px;
}

.featured_publication .views-field-body p {
  margin: 0 0 5px 0;
}
.featured_publication img {
  margin-top: 10px;
}

/* Featured Publication 2" block */
.featured_publication_2 .views-field-field-image {
  float: left;
  margin-right: 20px;
}
.featured_publication_2 .views-field-title,
.featured_publication_2 .views-label-field-download-report  {
  font-weight: bold;
}

.featured_publication_2 .views-field-field-download-report ul {
  padding-left: 160px;
}

/* Related Events list" block */
#block-views-related-events-block .views-field-title a {
  color: #333333;
  font-weight: bold;
}
/* "Upcoming Events and Dialogues" block */
.upcoming-event-block {
  margin-top: 10px;
}
.upcoming-event-block .views-row a {
  color: #333333;
  font-size: 1.25em;
}
.upcoming-event-block .views-row-1 {
  background-color: #80d0ff;
  padding: 20px;
}
.upcoming-event-block .views-row-1.views-row-first a {
  color: #ffffff;
  font-size: 1.5em;
}
.upcoming-event-block .views-row {
  margin-bottom: 10px;
}
/* Where We Work */
.view-dialogue-map {
  padding-top: 25px;
}

.views-view-grid tbody { 
  border: 1px solid transparent; 
}

/* =============================================================================
 *   Fonts
 * ========================================================================== */
@font-face{
font-family:"Trade Gothic W01 Bold";
src:url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
src:url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"),url("../fonts/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"),url("../fonts/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"),url("../fonts/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}
@font-face{
font-family:"TradeGothicW01-BoldCn20 675334";
src:url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
src:url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"),url("../fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"),url("../fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"),url("../fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}
@font-face{
font-family:"TradeGothicW01-BoldCn20 675337";
src:url("../fonts/0061ab1d-ac0a-492f-a33d-d95980a095a8.eot?#iefix");
src:url("../fonts/0061ab1d-ac0a-492f-a33d-d95980a095a8.eot?#iefix") format("eot"),url("../fonts/1feee13e-ded1-4d73-9d76-c5ed16a43117.woff") format("woff"),url("../fonts/b3f82d90-14bc-4c20-8a10-a6b7bd0f304f.ttf") format("truetype"),url("../fonts/5e602f8a-1e6a-461e-bfd8-ff46a5460527.svg#5e602f8a-1e6a-461e-bfd8-ff46a5460527") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Bold 2";
src:url("../fonts/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix");
src:url("../fonts/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix") format("eot"),url("../fonts/1454a71d-cdbb-429c-8092-122f4493e0c7.woff") format("woff"),url("../fonts/d5ea405c-2180-4ff0-bd51-3e19fb280be4.ttf") format("truetype"),url("../fonts/70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9.svg#70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9") format("svg");
}
@font-face{
font-family:"TradeGothicW01-Bold2Obl";
src:url("../fonts/363fd092-cd55-4bd1-bdc5-cfc9a7057517.eot?#iefix");
src:url("../fonts/363fd092-cd55-4bd1-bdc5-cfc9a7057517.eot?#iefix") format("eot"),url("../fonts/25f577c3-f32b-4fbf-b684-3e7c1a76d1ea.woff") format("woff"),url("../fonts/2ed49e17-92ad-4026-9ae6-d20f88f21840.ttf") format("truetype"),url("../fonts/969cd675-2b4c-4baa-ada6-62bb7ace778f.svg#969cd675-2b4c-4baa-ada6-62bb7ace778f") format("svg");
}
@font-face{
font-family:"TradeGothicW01-BoldObl";
src:url("../fonts/5c90cd43-1e43-418c-b94c-e0687d8c2dc4.eot?#iefix");
src:url("../fonts/5c90cd43-1e43-418c-b94c-e0687d8c2dc4.eot?#iefix") format("eot"),url("../fonts/746f551e-eccf-461a-93a8-b885802a32a5.woff") format("woff"),url("../fonts/e721a83e-fd4b-4dd9-82fd-76f3108e7e16.ttf") format("truetype"),url("../fonts/ee5ac1bd-d9cf-43b7-8e09-407b4c5d4e9e.svg#ee5ac1bd-d9cf-43b7-8e09-407b4c5d4e9e") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Cn 18";
src:url("../fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
src:url("../fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"),url("../fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"),url("../fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"),url("../fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}
@font-face{
font-family:"TradeGothicW01-Cn18Obl";
src:url("../fonts/d8bd40fc-2c9a-4086-8784-aa10c7143886.eot?#iefix");
src:url("../fonts/d8bd40fc-2c9a-4086-8784-aa10c7143886.eot?#iefix") format("eot"),url("../fonts/9131f395-46ef-4940-8480-8ff008c42e59.woff") format("woff"),url("../fonts/d399cbfa-b9be-47ac-983c-3600c2684bb2.ttf") format("truetype"),url("../fonts/18bf7dff-7b52-4a2c-8fcc-c7eac8f02636.svg#18bf7dff-7b52-4a2c-8fcc-c7eac8f02636") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Light";
src:url("../fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix");
src:url("../fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix") format("eot"),url("../fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"),url("../fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"),url("../fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
}
@font-face{
font-family:"TradeGothicW01-LightObl";
src:url("../fonts/b1721311-de06-4277-8dcb-bf39e072b75e.eot?#iefix");
src:url("../fonts/b1721311-de06-4277-8dcb-bf39e072b75e.eot?#iefix") format("eot"),url("../fonts/c357a65e-dd87-4d11-8063-db04802d44c0.woff") format("woff"),url("../fonts/6b9ca17d-cb9d-43bb-8b43-93670b45b83f.ttf") format("truetype"),url("../fonts/198ed3e2-0cdf-496f-a0ef-86da8d4dde55.svg#198ed3e2-0cdf-496f-a0ef-86da8d4dde55") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Obl";
src:url("../fonts/59fa12c0-25c9-4c0c-bd1e-32204311d86d.eot?#iefix");
src:url("../fonts/59fa12c0-25c9-4c0c-bd1e-32204311d86d.eot?#iefix") format("eot"),url("../fonts/1c164451-034c-41f5-9542-390709016510.woff") format("woff"),url("../fonts/7062b4ff-265a-4366-b34f-443ec5cc2dad.ttf") format("truetype"),url("../fonts/09f52831-e1cf-48be-9c1e-2d1577e420b7.svg#09f52831-e1cf-48be-9c1e-2d1577e420b7") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Roman";
src:url("../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
src:url("../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"),url("../fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"),url("../fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"),url("../fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}
