/**

Styling notes:
======
+ #A31514; term-11 - HQ Europe
+ #D91E19; term-10 - Asia Pacific
+ #30A443; term-12 - MIM Europe
+ #FEA800; term-81 - HQ Africa
+ #F1D801; term-82 - HQ Latin America
+ #007FFF; term-86 - HQ Middle East
*/

/* jQuery UI Overrides */
.ui-widget {
    font-family: "Helvetica", Arial, sans-serif;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-tr,
.ui-corner-right,
.ui-corner-br,
.ui-corner-bottom,
.ui-corner-bl,
.ui-corner-left,
.ui-corner-tl {
    border-radius: 0;
}
.ui-tabs {
    border: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    background-color: #fff;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #eee;
    border-top: 4px solid #666;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li {
    background-color: transparent;
    background-image: none;
    border: 0;
    margin: 0;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li a {
    font-size: 11px;
    padding: 1em .25em;
}
.ui-tabs .ui-tabs-nav li .fa {
    display: block;
    margin-bottom: .25em;
    font-size: 2em;
}
.ui-tabs-nav .ui-tabs-anchor {
    color: #888;
    font-size: .9em;
    padding: 1em .25em;
    width: 100%;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active a {
    color: #fff;
    background-color: #666;
}
.ui-tabs .ui-tabs-panel {
    background-color: #fff;
    padding: .5em;
}
.ui-tabs .ui-tabs-panel[aria-busy="true"] {
    min-height: 10em;
}
/* General & Structure */
body {
    background-color: #d0d0d0;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .25em;
}
#title {
    color: #333;
    margin-bottom: .5em;
}
body.is-home #title {
    display: none;
}
.body-wrap {
/*
	background: url(../images/body-bg.png) top no-repeat;
    background-size: 2400px 180px;
*/
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
p {
    margin: 12px 0px;
}
blockquote {
    border-left-color: #888;
}
ul {
    list-style: square;
}
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
.wrap {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 1em 2%;
}
#logo {
    display: block;
    float: left;
}
#logo img {
    display: block;
    height: 104px;
    max-width: 100%;
    margin-top: 6px;
}
.head1-cont {
    box-shadow: 0 .2em .2em #ccc;
    background: #fff url(../images/head1.bg.png) top repeat-x;
}
.head1-cont .wrap {
    padding-top: 0;
    padding-bottom: 0;
    /*
    background: url(../images/header-bg.png) top left no-repeat;
    */
}
.region-head1-rail1,
.region-head1-rail2 {
    overflow: hidden;
    padding: 1em;
}
.region-head1-rail2 {
	padding-right: 0;
	float: right;
}
#matter {
    float: left;
    width: 65%;
}
#sidebar {
    border-left: 1px solid #aaa;
    float: right;
    padding-left: 15px;
    width: 33.5%;
}
.region-main {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 1em;
}
.region-after-content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 1em;
    padding-top: 0;
}
#breadcrumbs {
    display: none;
}
.spotlight-bottom-cont {
    background-color: #fff;
    border-top: 5px solid #ddd;
    padding-top: 2em;
    padding-bottom: 2em;
}
.triptych-cont,
.foot-cont {
    background-image: url(../images/head1.bg.jpg);
    background-repeat: repeat;
}
.foot-cont .wrap {
    border-top: 1px solid #ddd;
}
.region-foot-left {
    float: left;
}
.region-foot-right {
    float: right;
}

/* Lists and Grids */
ul.f-list {
    color: #666;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.f-list > li {
    padding: 6px;
}
ul.f-list .item {
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    padding: .75em 0;
    position: relative;
}
ul.f-list .item:last-of-type {
    border-bottom: 0;
}
ul.f-list .item h3 a {
    color: #666;
}
ul.f-list .item h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0 .15em;
}
ul.f-list .item .attr-type-uimage {
    float: left;
    margin:  0 .75em 0 0;
    width: 40%;
    max-width: 250px;
}
ul.f-list .item:hover h3 a {
    color: #000;
}
ul.f-list .item .attr-type-uimage .attr-value {
    border: 2px solid #aaa;
}
ul.f-list .item .attr-type-uimage .attr-value:hover {
    border-color: #000;
}
ul.f-list .item .attr-type-uimage .attr-value img {
    display: block;
    max-width: 100%;
    width: 100%;
}

/* Attributes */
.attr-magazine {
	display: none !important;
}

.attr-instance {
    margin: .5em 0;
}
.attr-label {
    font-weight: bold;
}
.attr-label-hidden .attr-label {
    display: none;
}
.attr-label-inline .attr-label {
    float: left;
    margin-right: .25em;
}
.model-content .attr-category {
    display: inline-block;
}
.model-content .attr-category .attr-value a:before {
    content: "\f02b";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: .25em;
}
.model-content .ts-published {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
}
.model-content .ts-published:before {
    content: "\f017";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: .25em;
}
.model-content .attr-magazine {
    display: inline-block;
    margin-right: 1em;
}
.model-content .attr-subtitle {
    font-weight: bold;
}
body.component-cms.view-content-view #title {
    display: inline-block;
    margin-bottom: 0;
}
body.component-cms.view-content-view .model-content .attr-subtitle:before {
    
}
body.component-cms.view-content-view .model-content .attr-subtitle {
    font-size: 1.4em;
    margin: 0 0 .5em 0;
}
.f-list .item .image-magazine-cont {
    float: left;
    margin-right: 1em;
    position: relative;
    width: 35%;
}
.f-list .item .image-magazine-cont .attr-image {
    float: none;
    margin: 0;
    max-width: none;
    width: 100%;
}
.f-list .item .image-magazine-cont .attr-magazine {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.model-content .attr-magazine .attr-value a {
    background-color: #000;
    color: #fff;
    display: block;
    padding: .25em .5em;
}

/*
.model-content.magazine-10 .attr-type-uimage .attr-value {
    border-color: #D91E19 !important;
}
.model-content.magazine-10 .attr-magazine .attr-value a {
    background-color: #D91E19;
}
.model-content.magazine-11 .attr-type-uimage .attr-value {
    border-color: #A31514 !important;
}
.model-content.magazine-11 .attr-magazine .attr-value a {
    background-color: #A31514;
}
.model-content.magazine-12 .attr-type-uimage .attr-value {
    border-color: #30A443 !important;
}
.model-content.magazine-12 .attr-magazine .attr-value a {
    background-color: #30A443;
}
.model-content.magazine-81 .attr-type-uimage .attr-value {
    border-color: #FEA800 !important;
}
.model-content.magazine-81 .attr-magazine .attr-value a {
    background-color: #FEA800;
}
.model-content.magazine-82 .attr-type-uimage .attr-value {
    border-color: #F1D801 !important;
}
.model-content.magazine-82 .attr-magazine .attr-value a {
    background-color: #F1D801;
    color: #000;
}
.model-content.magazine-86 .attr-type-uimage .attr-value {
    border-color: #6A9DF2 !important;
}
.model-content.magazine-86 .attr-magazine .attr-value a {
    background-color: #6A9DF2;
}
*/

.model-content .attr-tags .attr-value {
    background-color: #eee;
    border-radius: 3px;
    display: inline-block;
    font-size: .9em;
    margin-right: .5em;
    padding: .25em;
}
body.view-content-view .region-main .model-content {
    overflow: hidden;
}
body.view-content-view .region-main .model-content .attr-type-uimage img {
    display: block;
    max-width: 100%;
    width: 100%;
}
body.view-content-view .region-main .model-content .attr-type-uimage {
    margin-bottom: .5em;
}
.attr-type-text a {
    color: #CC1D18;
    font-weight: bold;
}
.attr-type-text iframe {
    max-width: 100%;
    width: 100%;
}

/* Magzine Issues and Events */
.model-content.view-default.type-magazineissue,
.model-content.view-default.type-event {
    overflow: hidden;
}
.region-main .model-content.view-default.type-magazineissue .attr-type-uimage,
.region-main .model-content.view-default.type-event .attr-type-uimage {
    float: left;
    margin-right: 2%;
    width: 38%;
}
.model-content.view-default.type-magazineissue .attr-type-uimage img,
.model-content.view-default.type-event .attr-type-uimage img {
    max-width: 100%;
    width: 100%;
}
.model-content.view-default.type-magazineissue .attr-body,
.model-content.view-default.type-event .attr-body {
    float: left;
    width: 60%;
}

/* Cyber-tour */
img.cybertour-map {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.cybertourlocation-tabs .ui-tabs-nav li {
    width: 14.28%;
}
.cybertourlocation-tabs .ui-tabs-panel .attr-label {
    display: none;
}
ul.cybertourlocation-list {
    list-style: none;
    overflow: hidden;
    padding-left: 0;
}
ul.cybertourlocation-list > li {
    float: left;
    padding: 0 .5em;
    width: 33.33%;
}
ul.cybertourlocation-list > li > ul {
    padding-left: 0;
}
ul.cybertourlocation-list a {
    color: #333;
    font-weight: bold;
}

/* Partners */
.model-content.type-partner.view-default .attr-body p:first-of-type {
    margin-top: 0;
}

/* Events */
.attr-type-datetime .attr-value:before {
    content: "\f073";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: .5em;
}
.model-content.type-event .attr-type-datetime .attr-value {
    background-color: #999;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    margin-right: .5em;
    padding: 0.25em 0.5em;
}

/* Magazine Issues */
.model-content.type-magazineissue .attr-body ul,
.model-content.type-magazineissue .attr-body ol {
    overflow: hidden;
}

/* Content Styles */
.ui-box {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: .5em 0;
    padding: .5em;
}
.ui-box.pull-left {
    float: left;
    margin-right: 1%;
    width: 49%;
}
.ui-box.pull-right {
    float: right;
    margin-left: 1%;
    width: 49%;
}
.ui-quote {
    border-left: 5px solid #ccc;
    margin: .5em 0;
    padding-left: 1em;
}
.ui-quote:before {
    color: #ccc;
    content: "\f10e";
    float: right;
    font-family: "FontAwesome";
    font-size: 3em;
    margin: -.5em 0 0 .5em;
}
.ui-quote.pull-left {
    margin-right: 1%;
    width: 49%;
}
.ui-quote.pull-right {
    margin-left: 1%;
    width: 49%;
}
.ui-image img {
    max-width: 100%;
}
.ui-image .caption {
    font-style: italic;
    text-align: center;
}
.ui-image.ui-image-block {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.attr-type-text .ui-image {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: .25em;
}
.attr-type-text .ui-image.pull-left {
    float: left;
    margin-right: 1%;
    max-width: 49%;
}
.attr-type-text .ui-image.pull-right {
    float: right;
    margin-left: 1%;
    max-width: 49%;
}

.sharethis-cont {
    margin-top: 1em;
}

/* Media Kit */
.media-kit-accordion .f-list-grid {
    overflow: hidden;
}
.media-kit-accordion .f-list-grid > li {
    float: left;
    margin: 0 0 6px 0;
    padding: 8px;
    text-align: center;
    width: 33.333%;
}
.media-kit-accordion .f-list-grid > li:nth-of-type {
    clear: left;
}
.media-kit-accordion .f-list-grid > li a {
    background-color: #eee;
    border: 2px solid #ccc;
    color: #666;
    display: block;
    padding: 15px;
    transition: .3s;
    width: 100%;
}
.media-kit-accordion .f-list-grid > li a:before {
    content: "\f019";
    display: block;
    font-family: "FontAwesome";
    font-size: 48px;
}
.media-kit-accordion .f-list-grid > li a:hover {
    border-color: #aaa;
    border-width: 2px;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    color: #333;
}

/* FAQ List */
.f-list.ctid-faq {
    list-style: square;
}
.f-list.ctid-faq .item {
    border-bottom: 1px dotted #ddd;
    padding: .25em 0;
}
.f-list.ctid-faq .item h3 {
    font-size: 14px;
}

/* Custom */
h2.title {
	margin: 0;
}
.title-logo-mim {
	height: 85px; display: block;
	background: #fff url(../images/logo-mim.png) center no-repeat;
	color: rgba(0,0,0,0);
}
.ui-image-border {
	border: 1px solid #aaa;
}

#sidebar .menu {
	margin: 0; padding: 0;
	height: 100%; overflow: hidden;
}
#sidebar .menu li {
	float: left;
	width: 50%;
}
#sidebar .menu li:nth-child(even) {
	border-left: 1px solid #ddd;

}
#sidebar .menu a:before {
	content: "\f105  ";
    font-family: "FontAwesome";
}
#sidebar .menu a {
	display: block;
	padding: 10px 15px;
}
#sidebar .menu a:hover {
	color: #fff;
	background: #000;
}