@charset "UTF-8";

/**
 * Equinix Maintenence
 * New Home Page Navigation - Styling
 *
 * CSS 3.0
 *
 * @category Equinix
 * @package  New Navigation
 * @author   Digital Trike <webmaster@digitaltrike.com>
 * @author   Kai Hatch <kai@digitaltrike.com>
 * @version  01/31/2014
 * @license  Digital Trike MSA
 * @link     http://www.equinix.com
 */

@font-face
{
    font-family:    'proxima_novaregular';
    src:            url('../home_fonts/webfonts/proximanova-reg-webfont.eot');
    src:            url('../home_fonts/webfonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'), url('../home_fonts/webfonts/proximanova-reg-webfont.woff') format('woff'), url('../home_fonts/webfonts/proximanova-reg-webfont.ttf') format('truetype'), url('../home_fonts/webfonts/proximanova-reg-webfont.svg#proxima_novaregular') format('svg');
    font-weight:    normal;
    font-style:     normal;
}

@font-face
{
    font-family:    'proxima_novablack';
    src:            url('../home_fonts/webfonts/proximanova-black-webfont.eot');
    src:            url('../home_fonts/webfonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'), url('../home_fonts/webfonts/proximanova-black-webfont.woff') format('woff'), url('../home_fonts/webfonts/proximanova-black-webfont.ttf') format('truetype'), url('../home_fonts/webfonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight:    normal;
    font-style:     normal;
}

@font-face
{
    font-family:    'proxima_novabold';
    src:            url('../home_fonts/webfonts/proximanova-bold-webfont.eot');
    src:            url('../home_fonts/webfonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../home_fonts/webfonts/proximanova-bold-webfont.woff') format('woff'), url('../home_fonts/webfonts/proximanova-bold-webfont.ttf') format('truetype'), url('../home_fonts/webfonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight:    normal;
    font-style:     normal;
}

@font-face
{
    font-family:    'proxima_novalight';
    src:            url('../home_fonts/webfonts/proximanova-light-webfont.eot');
    src:            url('../home_fonts/webfonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../home_fonts/webfonts/proximanova-light-webfont.woff') format('woff'), url('../home_fonts/webfonts/proximanova-light-webfont.ttf') format('truetype'), url('../home_fonts/webfonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight:    normal;
    font-style:     normal;
}

@font-face
{
    font-family:    'proxima_novasemibold';
    src:            url('../home_fonts/webfonts/proximanova-sbold-webfont.eot');
    src:            url('../home_fonts/webfonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../home_fonts/webfonts/proximanova-sbold-webfont.woff') format('woff'), url('../home_fonts/webfonts/proximanova-sbold-webfont.ttf') format('truetype'), url('../home_fonts/webfonts/proximanova-sbold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight:    normal;
    font-style:     normal;
}

body.home header.layout-header
{
    position:  fixed;
    /* z-index:   101; */
}

header nav.primary-nav li
{
    padding-bottom: 15px;
    margin-left:    8px;  /* commented out to fix the issues with language sites - modified: 02/20/2014 */
    padding-left:   5px !important;
    padding-right:  5px !important;
    cursor:         pointer;
    font-family:    "proxima_novaregular",Arial,Helvetica,sans-serif;
}

header nav.primary-nav li.active
{
	border-bottom: 3px solid red;
}

header nav.primary-nav li:last-child
{
    padding-right: 0px !important;
}

/********************
 * IE 8/9 workarounds ----------------------------------------------------------
 ********************/
.lt-ie10 header nav.primary-nav li.last
{
    padding-right: 0px !important;
}

/*----------------------------------------------------------------------------*/

.menuContainer
{
    background-color:   #f5f5f5;
    border-top:         3px solid rgb(223, 222, 222);
    border-bottom:      3px solid rgb(223, 222, 222);
    display:            none;
    /* position:           absolute;
    top:                137px;
    left:               0;
    right:              0;
    z-index:            100;
    min-width:          980px; */
}

.menuContainer a {
    text-decoration: none;
    color: black;
    text-transform: capitalize;
}

.menuContainer a:hover
{
    text-decoration:    underline;
    color:              red;
}
/*   Added body.home to seperate home page mainnav from other pages   */
body.home .menuContent
{
    font:           12px/24px 'proxima_novaregular', Arial, Helvetica, sans-serif;
    width:          941px;
    padding-top:    15px;
    min-width:      inherit;
    margin:         0 auto;
}

/*   Added margin-top and text-allign values for fixing mainnav issues in non-homepages */
.menuContent
{
    font:           12px/24px 'proxima_novaregular', Arial, Helvetica, sans-serif;
    width:          941px;
    padding-top:    25px;
    min-width:      inherit;
    margin:         0 auto;
    margin-top:     137px;
    text-align:     left;
    max-width:      941px;
}

.menuContent > div
{
    display: none;
}

.menuContent > div.active
{
    display: block;
}

.menuContent .overview
{
    /* width:              100%; */
    /* height:             190px; */
    min-height:         70px;
    background-color:   white;
    /* padding:            33px 30px 19px; */
    padding:            20px 14px 10px;
    /* position:           relative; */
    
    /* background-color: #FFFFFF;
    float: left;
    min-height: 100px;
    padding: 20px 10px 10px; */
    /* width: 100%; */
}

.menuContent .overviewText
{
    font-family:    inherit;
    font-size:      15px;
    /* padding:        36px; */
    float:          left;
    /* width:          569px; */
    width:          100%;
    padding:        0;
}

/*Begin-commented out for Locations section to render properly in MainNav */
/*
.menuContent .navLocations .overview
{
    padding-top:       33px;
    padding-left:      30px;
    padding-right:     30px;
    padding-bottom:    19px;
    width:             881px;
    height:            100px;
}

.menuContent .navLocations .overviewText
{
    width:     auto;
    padding:   0px;
}
*/
/*End-commented out for Locations section to render properly in MainNav */

.menuContent .overviewText a,
.menuContent .overviewText a:after
{
    color:          red;
    font-size:      24px;
    font-family:    "proxima_novabold", Arial, Helvetica, sans-serif;
    display:        inline !important;
}

.menuContent .overviewText a:after
{
	position:      absolute;
	font-size:     16px;
	content:       "\25b6";
	padding-left:  16px;
}

.menuContent .overviewText span.caret
{
    font-size:      16px;
    color:          red;
    margin-left:    16px;
    display:        none;
}

/********************
 * IE 8/9 workarounds ----------------------------------------------------------
 ********************/
.lt-ie10 .menuContent .overviewText a:after
{
    font-size: inherit;
}

/*----------------------------------------------------------------------------*/

.menuContent .overviewText p
{
    font-family:    "proxima_novaregular",Arial,Helvetica,sans-serif !important;
    font-size:      15px !important;
    line-height:    19.5px;
    margin:         3px 0 0 1px;
}

.menuContent .holder
{
    padding:    15px 25px 13px 0;
    width:      916px;
    display:    -webkit-flex;
    display:    -ms-flexbox;
    display:    table-cell;
}

.menuContent .column
{
    float:          left;
    padding:        0;
    padding-left:   35px;
    padding-right:  5px;
    border-left:    solid 1px #E3E2E2;
    border-right:   solid 1px #E3E2E2;
}

/********************
 * IE 8/9 workarounds ----------------------------------------------------------
 ********************/
.lt-ie10 .menuContent .holder
{
   display: box;
   box-align: stretch;
}

.lt-ie10 .menuContent .column,
.lt-ie10 .menuContent .titleWrapper
{
    box-flex: 1;
}

.lt-ie10 .menuContent .column.last {
    margin-left:           -1px;
    border-right-style:    none;
}

/*----------------------------------------------------------------------------*/

.menuContent .column:first-child
{
    border-left-style:  none;
    padding-left:       16px;
}

.menuContent .column:last-child
{
    margin-left:        -1px;
    border-right-style: none;
}

.menuContent .col3
{
    margin-left:    -1px;
    /*width:       33%; */
    width:          270px;
    float:          left;
}

.menuContent .col4,
.menuContent .col4:first-child
{
    width:          190px;
    margin-left:    -1px;
}

.menuContent .col4:first-child
{
    margin-right: 0px;
}

.menuContent .col5,
.menuContent .col5:first-child
{
    width:         145px;
    margin-left:   -1px;
}

.menuContent .col5:first-child
{
    margin-right: 0px;
}

.menuContent .overview .video-area
{
    float:      left;
    width:      300px;
    position:   relative; /*newly added to have play_icon properly aligned for videos in MainNav*/
    display:    none;
}

/*Commented out for newHeader changes*/
/*
.menuContent .column .title
{
    display:        inline-block;
    margin:         0;
    margin-bottom:  28px;
    font-size:      16px;
    line-height:    16px;
    color:          red;
}

.menuContent .column .title.parent {
    margin-bottom:10px;
}
*/

.menuContent .column .titleWrapper
{
	margin-bottom: 10px;
	line-height: 19.5px;
}

/*Begin-Newly added for newHeader changes*/
/* Removed #content to enable this styles to non-homepages */
 .menuContent .column .title
{
    display:        inline;
    margin:         0;
    margin-bottom:  28px;
    font-size:      16px;
    line-height:    16px;
    color:          red;
}

/* .menuContent .column .title:before
{
	font-size: 10px;
	padding-top: 1px;
	padding-left: 5px;
	content: "\25b6";
	float: right;
} */

.menuContent .column .title:after
{
    position: absolute;
    font-size: 10px;
    margin-top: 1px;
    padding-left: 5px;
    content: "\25b6";
    display: inline !important;
}

/* Included #content to enable this style specific to homepage960 */
#content .menuContent .column .title.parent {
    margin-bottom:10px;
    border-top: 0px;
    width: auto;
    padding-top: 0px;
    font-size: 16px;
}

/* Removed #content to enable this styles to non-homepages */
 .menuContent .column .title.parent {
    margin-bottom:10px;
    border-top: 0px;
    width: auto;
    padding-top: 0px;
}
/*End-Newly added for newHeader changes*/

.menuContent .column .caret
{
	margin-left:   9px;
	font-size:     10px;
	color:         red;
	display:       none;
}

.menuContent ul
{
    overflow:       hidden;
    margin-bottom:  28px;
    font-size:      13px;
}

.menuContent .column > ul > li
{
	line-height:   14px;
	margin-bottom: 12px;
}

.menuContent ul li ul {
    font-size:  12px;
    list-style:
}

.menuContent ul li ul li:before {
    content: "\2022";
    margin-right: 4px;
}

.menuContent ul:last-child,
.menuContent li:last-child
{
    margin-bottom:     0px;
    padding-bottom:    0px;
    border-bottom:     0px;
}

/********************
 * IE 8/9 workarounds ----------------------------------------------------------
 ********************/
.lt-ie10 .menuContent ul.last,
.lt-ie10 .menuContent li.last
{
    padding-right: 0px !important;
}

/*----------------------------------------------------------------------------*/

.menuContent .navLocations .country
{
    float: left;
    width: 100%;
}

.menuContent .navLocations .country:first-child
{
    margin-top: 0px;
}

.menuContent .navLocations .country ul
{
    list-style:    disc inside none;
    overflow:      visible;
    margin-bottom: 0px;
    font-size:     12px;
}

.menuContent .navLocations .country li
{
    list-style: none;
}

.menuContent .navLocations .country li:before
{
    content:"\2022";
    margin-right: 4px;
}

.menuContent .navLocations .country h6
{
    margin-bottom: 4px;
    font-size:13px;
}

.menuContent .navLocations .country .col2,
.menuContent .navLocations .country .col3
{
    float: left;
    margin-bottom: 20px;
}

.menuContent .navLocations .country .col2
{
    width: 50%;
}

.menuContent .navLocations .country .col3
{
    width: 33%;
    margin-left: 0;
}

.menuContent .navLocations .country:last-child div
{
    margin-bottom: 0px;
}

/********************
 * IE 8/9 workarounds ----------------------------------------------------------
 ********************/
.lt-ie10 .menuContent .navLocations .country.last div
{
    padding-right: 0px !important;
}

/*----------------------------------------------------------------------------*/

.menuContainer .exitMenu
{
    height:     30px;
    border-top: 1px solid rgb(224,224,224);
    text-align: center;
}

.menuContainer .exitMenu a
{
    display:        inline-block;
    margin-top:     8px;
    color:          rgb(180,176,176);
    font-family:    proxima_novabold, Arial, Helvetica, sans-serif;
    font-size:      16px;
    color:          rgb(180, 176, 176);
    text-transform: uppercase;
}

.menuContainer .exitMenu a:hover {
    color: red;
}

/*Begin - newly added style for play_icon in MainNav videos*/
.menuContainer .menuContent .video-area .play_icon {
  background: transparent url(/local/new_img/images/icon-play.png) center center no-repeat;
  /*background: transparent url(/local/home_img/images/play-button.png) center center no-repeat;*/
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*End - newly added style for play_icon in MainNav videos*/

