/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Avenir Next Medium',sans-serif;
}
body{
    font-size: 15px;
}
html, body {
  overflow: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 15px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 21px;
    padding-left: 2px;
    font: 14px 'Eurostile',sans-serif;
}
select{
    display: inline-block;
}
li, div{
    font: 15px 'Avenir Next Medium', sans-serif;
}
h2{
    font-size: 24px;
    color: #273F7F;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #273F7F;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 10px 0;
    font: 15px 'Avenir Next Medium', sans-serif;
}
h2, h3, h4, h5{
    font-family : 'Avenir Next Medium', sans-serif;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-75{
    margin-top: 75px;
}

.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
		/* Edited by Ivy 26 Nov 2015: To stop the actual hyperlink from displaying during printing.
        #content: " (" attr(href) ")"; */
		content: none
		/* End 26 Nov 2015 */
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Genome Institute of Singapore
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors™ & Robdodson's Blog
 */
body{
    position: relative;
}
.wrapper{
    width: 100%;
    /* min-height: 1000px; */
}
#navbar-top{
    width: 100%;
    position: relative;
    min-height: 126px;
}
#navbar-top .container-fluid{
    position: relative;
    padding: 0;
}
#navbar-top .navbar-inner{
    position: absolute;
    top: 4px;
    width: 100%;
    padding: 0 15px;
    z-index: 100;
    overflow: visible;
}
#brand, .right-navigation{
    float: left;
    position: relative;
    top: 15px;
    width:auto;
	width:40%;
}

nav#navbar ul li{
    float: left;
    margin-right: 30px;
    position: relative;
}
nav#navbar > ul > li > a, nav#navbar div > ul > li > a{
    font: 21px 'Avenir Next Heavy','Eurostile',sans-serif;
    padding-bottom: 4px;
}
nav#navbar ul li a .fa{
    display: none;
}
nav#navbar ul li a:hover{
    border-bottom: 0 !important;
    text-decoration: none;

}
nav#navbar ul li.active a{
    border-bottom: 2px solid #000;
}
.right-navigation .nav-top-links{
    text-align: right;
    margin-bottom: 6px;
}
.right-navigation ul{
    display: inline-block;
}
.right-navigation ul.nav {
    float: right;
}
.right-navigation ul li{
    float: left;
    margin-right: 15px;
}
.right-navigation ul li:last-child, nav#navbar ul li:last-child{
    margin-right: 0;
}
.right-navigation ul li a{
    color: #000;
}
.right-navigation ul.top-links li a{
    font: 14px 'Avenir Next Medium','Eurostile',sans-serif;
    text-shadow: 0 0;
    text-decoration: underline;
    color: #000;
}
.gsc-control-cse.gsc-control-cse-en {
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.gsib_a {
  padding-bottom: 0;
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.gsc-search-button.gsc-search-button-v2
{
height:23px;
}
.cse .gsc-control-cse, .gsc-control-cse
{
padding:none!important;
}
.cse input.gsc-input, input.gsc-input {
background-image:none !important;
}
.gsc-control-cse
{
background:none!important;
border:none;
}
#search-block{
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
    width: 157px;
    height: 26px;
	border:1px solid black;
	/* Added by Ivy 31 Mar 2015: Hide the search bar temporarily */
	display: none;
	/* End 31 Mar 2015 */
}
#search-block label{
    float: left;
    margin-right: 5px;
    font: 14px/23px 'Avenir Next Medium','Eurostile',sans-serif;
    line-height: 20px;
    text-shadow: 0 0;
    display: none;
}


#addthis-banner{
    position: absolute;
    bottom: 13px;
    right: 12px;
    z-index: 99;
}
#addthis-banner{
    display: none;
}
#addthis-banner span, #addthis-banner div{
    font: 14px 'Eurostile',sans-serif;
    float: left;
}
#addthis-banner .at-share-btn{
    cursor: pointer;
}
#addthis-banner .at15t_compact{
    margin-left: 5px;
}
#at15s.atm{
    left: auto !important;
    right: 0;
}
#ascrail2000, #ascrail2000-hr{
    z-index: 1000 !important;
    opacity: 1 !important;
}
.nicescroll-rails div{
    background-color: rgba(66, 66, 66, 0.63) !important;
    border-radius: 0px !important;
    border: 0 !important;
}
.nicescroll-rails#ascrail2000 div{
    width: 8px !important;
}
.nicescroll-rails#ascrail2000-hr, .nicescroll-rails#ascrail2000-hr div{
    height: 8px !important;
}
.ns_nerveSlider.light .ns_pauseButton, .ns_dots{
    display: none;
}
#full-width-slider{
    max-height: 493px;
    overflow: hidden;
    margin-top:26px;
    position: relative;
}
.ns_nerveSlider .ns_slideContainer img{
    max-width: 100%;
    left: 0 !important;
    height: auto !important; 
}

/* 1. Home Section */
section#content{
    margin-bottom: 0px;
}
body.home section#content{
    margin-top: 50px;
    margin-bottom: 80px;
}
.home-article{
    margin-top: 50px;
    overflow: hidden;
    margin-top: 0;
    
}
.home-article .row{
    text-align: center;
}
.home-article .box {
    margin-bottom: 30px;
    margin-bottom: 0;
}
.home-article .box, .box .media-img{
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box .media-img img{
    -moz-border-radius: 135px;
    -webkit-border-radius: 135px;
    border-radius: 135px;
    behavior: url(border-radius.htc);   
    border: 12px solid #F0F0F0;
    position: relative;
    z-index: 10;
}
.box .media-desc{
    width: 260px;
    margin: auto;
    margin-top: 32px;
}
.media-desc h3{
    margin: 5px 0;
}
.media-desc p{
    margin: 0;
}
.home-article .box-1 .media-img:before, .home-article .box-4 .media-img:after{
    content: '';
    position: absolute;
    left: -1492px; /* left & right line legth*/
    top: 108px;
    /*width: 500%;*/
	width: 400%;/* Edited by Ivy 01 Sep 2015: Changed width from 500% to 400% */
    height: 7px;
    background: url(../images/media_bg_line.png) 0px -2px repeat-x;
}
.home-article .box-4 .media-img:after{
    right: -1492px; /* left & right line legth*/
    left: auto;
}
.home-article .box-1 .media-img:after, .home-article .box-3 .media-img:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -89px;
    width: 178px;
    height: 112px;
    background: url(../images/home_media_bond_small.png) 0px 0px no-repeat;
    z-index: -1;
}
.home-article .box-2 .media-img:after{
    content: '';
    position: absolute;
    top: 143px;
    right: -93px;
    width: 187px;
    height: 96px;
    background: url(../images/home_media_bond.png) 0px 0px no-repeat;
    z-index: -1;
}
footer{
    background: #0c0c0c;
    line-height: 18px;
    position: relative;
    top: 1px;
}
footer ul#foo-links{
    width: 100%;
    margin: 15px 0;
    text-align: center;
}
footer ul#foo-links li{
    color: #fff;
    display: inline-block;
}
footer ul#foo-links li a{
    color: #fff;
}
.scroll_top{
    width: 50px;
    height: 40px;
    border-radius: 7px 6px 0 0;
    background: #333 url(../images/sprites.png) -37px -3px no-repeat;
    position: absolute;
    right: 29px;
    bottom: -1px;
    box-shadow: 0px 0px 6px #0F0F0F;
    float: left;
    z-index: 100;
}

/* 1.1 navigation mobile */

.nav-mobile{
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 8px 0;
}
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page{
    position: static;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
    overflow: hidden;
}
.nav-mobile .open-panel-link{
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding: 16px 0;
    padding-left: 20px;
    padding-right: 10px;
    color: #38C;
}
.nav-mobile .open-panel-link:hover{
    color: #059;
}
.nav-mobile .brand-logo{
    display: inline-block;
}
.nav-mobile #search-mob{
    position: absolute;
    top: 13px;
    right: 16px;
}
.nav-mobile #search-mob input[type="text"]{
    box-shadow: 0px 0px 3px #000;
    border-radius: 14px;
    border: 1px solid #ADADAD;
    padding: 3px 0;
    padding-left: 9px;
    padding-right: 30px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.17) inset;
    width: 135px;
    height: 31px;
    background: #FFF;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
}
.nav-mobile #search-mob:after{
    content: '';
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(../images/sprites.png) no-repeat;
    background-position: -13px -61px;
    width: 18px;
    height: 19px;
}
.nav-mobile #search-mob form{
    position: relative;
}
.nav-mobile #search-mob form.show{
    opacity: 1;
    top: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.nav-mobile #search-mob .search-click-button{
    background: url(../images/sprites.png) no-repeat;
    background-position: -13px -61px;
    width: 18px;
    height: 19px;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: -45px;
    right: 8px;
}
.nav-mobile #search-mob a.search-close, .nav-mobile #search-mob .search-click-button{
    
    
}
.nav-mobile #search-mob .search-click-button {
  display: inline-block;
  right: 26px;
  top: -35px;
}
#left-panel{
    background: #103657;
    color: #FFF;
    font-weight: normal;
    text-shadow: none;
}
#left-panel, #left-panel *{
    overflow-y: hidden !important;
}
#left-panel .panel-heading{
    width: 100%;
    background: #1F5683;
    border-bottom: 1px solid rgba(66, 101, 155, 0.35);
}
#left-panel .ui-panel-inner{
    padding: 0;
}
#left-panel .panel-heading h3{
    color: #FFF;
    padding-left: 12px;
    font-weight: normal;
    position: relative;
}
#left-panel .panel-heading .close-button{
    color: #103657;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    font-size: 17px;
}
#left-panel ul#mobile-nav{
    width: 100%;
}
#left-panel ul#mobile-nav li{
    border-bottom: 1px solid #092942;
    box-shadow: 0px 1px #1D3D57;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
}
#left-panel ul#mobile-nav li ul li:last-child{
    border-bottom: 0;
    box-shadow: none
}
#left-panel ul#mobile-nav li a{
    color: #FFF;
    padding: 10px 0 10px 15px;
    display: block;
}
#left-panel ul#mobile-nav li .fa{
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/* Added by Ivy 20 May 2015: For adding addition menu on mobile look */
.extraMobileNav {
	border-bottom: 1px solid #092942;
    box-shadow: 0px 1px #1D3D57;	
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 	  
	padding: 10px 0 10px 15px;
    display: block;
}

.extraMobileNavAhref {
	color: #FFF !important;		
}

.extraMobileNavAhref a:Hover {
	text-decoration: underline; 
}
/* End 20 May 2015 */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    display: none;
}
/* About page */
#full-width-slider.page-banner{
    max-height: 267px;
    margin-top:26px;
    overflow: hidden;
}

.office > li
{
 list-style-type:initial!important;
 list-style-position:inside;
}
.col-lg-6.col-sm-6.col-md-6.col-xs-12.listtype li
{
list-style-type:initial!important;
 list-style-position:inside;
 line-height:20px;

}
.page-article{
    margin-top: 10px;
}
.page-banner img{
    width: 100%;
}
.page-article h1, .page-article > h1.head{
    font-family: 'Lato','Avenir Next Medium',sans-serif;
    font-size: 49px;
    font-weight: lighter;
    color: #183276;
    margin: 5px 0;
    padding-left: 35px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.page-article h1 strong, .page-article > h1.head strong, .page-article h1 b, .page-article > h1.head b{
    font-family: 'Avenir Next Heavy','Avenir Next Medium',sans-serif;
    font-weight: normal;
}
.page-article article{
    padding-left: 100px;
    position: relative;
    float: left;
    width: 67%;
}
.page-article article.full-width{
    /*padding-right: 0px;*/
}
.actual-right{
    padding-right: 15px;
}
.actual-right + *[class*="col-"]{
    padding-right: 15px;
}
.page-article article:before{
    content: '';
    position: absolute;
    top: -34px;
    left: 0px;
    background: url(../images/page_inner_bg_left.jpg) 0px 0px no-repeat;
    width: 83px;
    height: 552px;
    z-index: -1;
}
.page-article .page-content h3{
    font-family: 'Lato','Avenir Next Medium',sans-serif;
    text-shadow: 0 0;
}
.page-article article h2{
    font-family: 'Avenir Next Medium',sans-serif;
    font-weight: normal;
}
.page-article article h3{
    font-size: 21px;
}
.page-article article p{
    margin: 20px 0;
}
.page-article .photo-wrap{
    float: right;
    width: 30.4%;
    position: relative;
    top: -22px;
}
@media only screen and (min-width: 1368px){
    .col-wg-4{
        width: 33.33333333%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-wg-8{
        width: 66.66666667%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-article .photo-wrap{
         width: 25%;
    }
    .page-article .page-side-photo img{
        width: 100%;
    }
    .page-article article{
        width: 73%;
    }
    #full-width-slider{
        min-height: auto;
    }
}
.page-article .page-side-photo{
    width: 550px;
    height: 550px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    behavior: url(border-radius.htc);
    border: 13px solid #183276;
    overflow: hidden;
}
.page-article .page-side-photo img{
    max-width: 100%;
    width: 410px;
}
/* Administration page */
#accordian h2.tab{
    font-size: 18px;
}
#accordian h2.tab:hover {
    color: #273F7F;
}
#accordian.base-ques{
    margin-top: 15px;
}
.base-ques h2.tab{
    border-bottom: 1px solid #273F7F;
    display: inline;
}
#accordian > ul> li{
    margin-bottom: 24px;
}
/* Approach page */
h1 sub {
    bottom: 0px;
}
.highlight{
    color: #273F7F;
    text-decoration: underline;
}
/* Translational page */
.no-bg{
    background: none !important;
}
article.no-bg:before{
    content: none;
}
.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
article .glutter-join{
    width: 530px;
    margin: auto;
}
.round-image img{
    border-radius: 100%;
    overflow: hidden;
}
.round-image.thick img{
    border: 9px solid #183276;
}
.round-image.thin img{
    border: 5px solid #183276!important;
}
article .thick img{
    border: 5px solid #183276;
}
article .glutter-join .glutter-desc p{
    margin-top: 15px;   
}
/* Press Room page */
.colored-thick{
    color: #273F7F;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-shadow: none;
}
.push-right{
    padding-left: 39px !important;
}
.image-center{
    text-align: center;
}
.image-center img{
    display: inline-block;
}
.fit-center, .text-center{
    text-align: center;
}
article .round-image + .small-round-title{
    display: inline-block;
    width: 72%;
    font-family: 'Avenir Next Medium',sans-serif;
    text-shadow: none;
    font-weight: normal;
    font-size: 22px;
}
h3.m-title{
    font-family: 'Avenir Next Medium',sans-serif;
    text-shadow: none;
    font-weight: normal;
}
.highlight-color{
    color: #183276;
    text-shadow: 0 0;
}
/* Faculty Members page */
ul#members {
    margin-top: 10px;
    text-align: justify;
    width: 90%;
    float: left;
}
ul#members li{
    display: inline-block;
    margin-bottom: 15px;
}
ul#members li.gap, ul#members li{
    width: 162px;
    vertical-align: top;
}
ul#members li img{
    width: 146px;
    margin: 0 auto;
    display: block;
}
ul#members li img + a h5, ul#members li img + h5{
    text-align: center;
    min-height: 36px;
    overflow: hidden;
}

/* Awarads page */
.highlight-red{
    color: #bd273d;
}
.media-box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.media-box .media-left-image, .media-box .media-right-desc{
   float: left;
}
.media-box .media-left-image{
    width: 152px;
    padding-right: 15px;
}
.media-box .media-right-desc{
    width: 73%;
}
.media-box .media-right-desc h5{
    margin-top: 5px;
}
.media-box .media-right-desc p{
    margin-top: 6px;
}
/* Postdoctoral Fellows page */
#content article a{
    color: #183276;
    font-size: 14px;
    
}
.leftmargin
{
}
.small-filter{
    color: #183276;
    float: left;
    width: 100%;
}
/* Career page */
.job-post .category{
    float: left;
    clear: both;
}
.category li {
  
}
.job-title.ui-link {
  margin-left:20px;
}
.job-post h3{
    margin-bottom: 20px;
}
.job-post a{
    margin-bottom: 10px;
    float: left;
    clear: both;
    
}
#accordian.science-jobs > ul> li{
    margin-bottom: 15px;
}
/* Career Job page */
.job-code{
    font-size: 18px;
    margin-top: 13px;
}
a[role="button"], button{
    background: #173176;
    border: 0;
    padding: 8px 10px;
    color: #FFF !important;
    font-size: 20px;
    display: inline-block;
}
a[role="button"].medium, button.medium{
    font-size: 14px;
}
a[role="button"].small, button.small {
    font-size: 14px;
    padding: 4px 8px;
}
a[role="button"]:active, button:active{
    position: relative;
    top: 1px;
}
/* Media Mentions pagw */
.media-box .media-middle{
    display: table-row;
    float: none;
}
.media-box .media-middle p{
    display: table-cell;
    vertical-align: middle;
}
/* Presskit page */
ul.dash li:before{
    content: '-';
    padding-right: 6px;
}
/* Publications page */
.media-box.stretched{
    margin-bottom: 0;
}
.media-box.stretched .media-right-desc p{
    margin-top: 6px;
    font-size: 14px;
    margin-bottom: 10px;
}
#arrange-filter .mix, #arrange-filter .no-result-mixitup{
    display: none;
}
.filter-items .common-filter{
    display: none;
}
.filter-items .filter-by{
    margin: 15px 0;
}
.filter-items .filter-by a.filter, .filter-items .filter-by a.filter-submit{
    float: left;
    margin-right: 15px;
}
.filter-items .ui-select{
    float: left;
}
.ui-select{
    margin: 0;
    display: inline-block;
    min-width: 166px;
    margin-right: 37px;
	width:80%;
}
.ui-select .ui-btn{
    background: #183276;
    padding: 8px 10px;
    padding-right: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0px;
    border: 0px solid #000;
    overflow: visible;
}
.ui-select .ui-btn>span:not(.ui-li-count){
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
}
.ui-btn-icon-right:after{
    background: #183276 url(../images/sprites.png) -10px -101px no-repeat;
    border-radius: 0px;
    margin-right:5px;
    top: 11px;
   
    height: 100%;
   
}
.ui-select select{
    min-width: 100%;
    background: #183276;
    color: #fff;
    cursor: pointer;
}
/* Domain page */
.media-link *{
    font-family : 'Avenir Next Medium', sans-serif;
}
.media-link .link-title{
    color: #ca1e2f;
    position: relative;
    text-decoration: underline;
    display: inline;
    padding-left: 29px;
	
}
.media-link.mail .link-title{
    color: #183277;
    font-size: 17px;
}
.media-link .link-title:before{
    content: '';
    background: url(../images/sprites.png) -13px -158px no-repeat;
    position: absolute;
    width: 24px;
    height: 29px;
    left: 0;
    top: -3px;
}
.media-link.mail .link-title:before{
    background-position: -13px -205px;
}
.media-link #txt-below{
    color: #ca1e2f;
    position: relative;
    text-decoration: underline;
    display: inline;
    padding-left: 29px;
}

.media-link #txt-below{
    margin: 15px 0;
    padding-left: 29px !important;
}
.media-link.mail .txt-below:before{
    background-position: -13px -205px;
}
.media-link #txt-below:before {
  content: "(65) ";
}
.media-link #txt-below {
    content:'';
    margin: 5px 0;
    color:#183277;
    font-size:17px;
    background: url(../images/Phone.png)  no-repeat;
    height:29px;
    margin-top:10px;
    display: inline-block;
	text-decoration: none;
    margin-bottom: 0;
}
.media-link .cvtxt-below{
    color: #ca1e2f;
    position: relative;
    text-decoration: underline;
    display: inline;
    padding-left: 29px;
}

.media-link.mail .cvtxt-below:before{
    background-position: -13px -205px;
}
.media-link .cvtxt-below{
    margin: 15px 0;
    padding-left: 29px !important;
    top:5px;
}
.media-link .cvtxt-below{
    margin: 0;
    color:#183277;
    font-size:16px;
    /*background: url(../images/CV.png) no-repeat;*/
    height:29px;
    margin-top:3px;
    display: inline-block;
}
.media-link .cvtxt-below a{
    background: url(../images/CV.png) no-repeat;
    padding-left: 26px;
    display: inline-block;
    height: 29px;
    margin-left: -29px;
}
.dnnSearchResultItem-Others
{
display:none;
}
.dnnSearchResultAdvancedTip
{
display:none!important;
}
.dnnSearchBox > a.dnnSearchButton
{
margin-right:10px!important;
}
.dnnSearchBoxPanel .dnnSearchBox
{
margin-left:0px!important;
margin-right:0px!important;
display:none;
}
.dnnSearchBox > .dnnSearchBox_advanced > .dnnSearchBox_advanced_label
{
display:none!important;
}
.dnnSearchBox
{
 border:7px solid #183277;
 height:50px;
}
.media-link.document .link-title{ 
        1312        float: left; 
        1313        margin-bottom: 25px;     
        1314    } 
/* Investigator page */
h2.big{
    font-size: 36px;
    text-shadow: 0 0;
    margin: 18px 0;
    margin-bottom: 0px;
}
.push-right-far{
    margin-left: 244px;
}
ul#dotted-border li{
    border-style: dotted;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #000;
}
.scope-out{
    width: 370px;
    height: 370px;
    border-radius: 100%;
    background: #C2D0D6;
    border: 6px solid #FFF;
    box-shadow: 0 0 0 1px #173176;
}
.scope-out .scope-points{
    background: #FFF;
    padding: 20px;
    box-shadow: -1px 1px 0.5px 0px rgba(199, 201, 200, 0.85);
    position: relative;
    left: -34px;
    top: 36px;
    width: 83%;
}
.scope-out .scope-points ul{
    width: 86%;
    margin: auto;
}
.scope-out .scope-points ul#dotted-border li{
    padding: 15px 0;
    border-bottom: 0;
    border-top-width: 1px;
    text-align: right;
    color: #183276;
}
.absolute-image{
    position: absolute;
    left: -45px;
    top: 0;
    z-index: 10;
}
.absolute-image:before{
    content: '';
    position: absolute;
    top: 13px;
    left: -86px;
    width: 100%;
    height: 1px;
    border: 1px solid #173176;
    transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    z-index: -1;
}
.absolute-image:after{
    content: '';
    position: absolute;
    bottom: -80%;
    left: 50%;
    width: 2px;
    height: 100%;
    z-index: -1;
    background: #173176;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzE3MzE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzE3MzE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #173176 2%, #173176 67%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#173176), color-stop(67%,#173176), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #173176 2%,#173176 67%,#ffffff 100%);
    background: -o-linear-gradient(top, #173176 2%,#173176 67%,#ffffff 100%);
    background: -ms-linear-gradient(top, #173176 2%,#173176 67%,#ffffff 100%);
    background: linear-gradient(to bottom, #173176 2%,#173176 67%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173176', endColorstr='#ffffff',GradientType=0 );
}
.absolute-image > div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 570px;
    height: 2px;
    background: #173176;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzE3MzE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzE3MzE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #173176 2%, #173176 67%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(2%,#173176), color-stop(67%,#173176), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #173176 2%,#173176 67%,#ffffff 100%);
    background: -o-linear-gradient(left, #173176 2%,#173176 67%,#ffffff 100%);
    background: -ms-linear-gradient(left, #173176 2%,#173176 67%,#ffffff 100%);
    background: linear-gradient(to right, #173176 2%,#173176 67%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173176', endColorstr='#ffffff',GradientType=1 );
    z-index: -1;
}
.Investigators-top .xs-m-0:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -76px;
    width: 570px;
    height: 2px;
    background: #173176;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzE3MzE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzE3MzE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #173176 2%, #173176 67%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(2%,#173176), color-stop(67%,#173176), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #173176 2%,#173176 67%,#ffffff 100%);
    background: -o-linear-gradient(left, #173176 2%,#173176 67%,#ffffff 100%);
    background: -ms-linear-gradient(left, #173176 2%,#173176 67%,#ffffff 100%);
    background: linear-gradient(to right, #173176 2%,#173176 67%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173176', endColorstr='#ffffff',GradientType=1 );
    z-index: -1;
}
/* Contact page */
.pdf-icon:before{
    content: '';
    background: url(../images/sprites.png) -15px -251px no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: -21px;
}
.black{
    color: #000;
}
.page-left{
    padding-left: 65px;
}
#map-canvas{
    position: relative;
}
#map-canvas .view-large-map{
    position: absolute;
    bottom: 0;
    left: 21px;
    text-decoration: underline;
}
.form-elem{
    display: block;
}
.form-elem form{
    position: relative;
}
.form-elem .input-group{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
}
.form-elem label{
    color: #b5b5b5;
    cursor: pointer;
}
.form-elem .input-group .col-md-6 > div{
    width: 93%;
}
.form-elem .input-group .col-md-6 + .col-md-6 > div{
    float: right;
}
.form-elem .input-group input[type="text"], .form-elem .input-group input[type="email"],  .form-elem .input-group input[type="password"], .form-elem .input-group textarea, input[type="text"], input[type="email"], input[type="password"], .input-group textarea{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    height: 35px;
    width: 100%;
    font-family: 'Avenir Next Medium', sans-serif;
    outline: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11) inset;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.form-elem.large .input-group input[type="text"], .form-elem.large .input-group input[type="email"],  .form-elem.large .input-group input[type="password"]{
    height: 45px;
}
.form-elem .input-group input[type="text"]:focus, .form-elem .input-group input[type="email"]:focus, .form-elem .input-group textarea:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}
.form-elem .input-group textarea{
    height: 150px !important;
}
.ui-input-btn.ui-shadow, .form-elem .input-group input[type="submit"], .form-elem .input-group input[type="reset"], .form-elem .input-group input[type="button"], .form-elem input[type="submit"], .form-elem input[type="reset"], .form-elem input[type="button"]{
    box-shadow: none;
    border: 0;
    background: #003E75;
    background-image: -webkit-linear-gradient(#003E75, #002349);
    background-image: -o-linear-gradient(#003E75, #002349);
    background-image: linear-gradient(#003E75, #002349);
    color: #FFF !important;
    font-weight: normal;
    text-shadow: none !important;
    display: inline;
    position: static;
    width: auto;
}
.ui-input-btn.ui-shadow:hover, .form-elem .input-group input[type="submit"]:hover, .form-elem .input-group input[type="reset"]:hover, .form-elem .input-group input[type="button"]:hover, .form-elem input[type="submit"]:hover, .form-elem input[type="reset"]:hover, .form-elem input[type="button"]:hover{
    color: #FFF;
    text-shadow:none;
    font-weight: normal;
    background: #003564;

}
.ui-input-btn.ui-shadow:active, .form-elem .input-group input[type="submit"]:active, .form-elem .input-group input[type="reset"]:active, .form-elem .input-group input[type="button"]:active, .form-elem input[type="submit"]:active, .form-elem input[type="reset"]:active, .form-elem input[type="button"]:active{
    color: #FFF;
    text-shadow:none;
    font-weight: normal;
    box-shadow: 1px 1px 6px #092946 inset;
    position: relative;
    top: 1px;
}
.page-right h2{
    margin: 5px 0;
}
.page-right h2 + p{
    margin: 5px 0;
    margin-bottom: 15px;
}
.page-right h4{
    font-size: 16px;
    margin: 0;
}
.page-right h4 + p{
    margin-top: 0;
    margin-bottom: 20px;
}
#contactForm .ui-select{
    width: 100%;
}
#contactForm .ui-select .ui-btn{
    background: #FFF !important;
    border: 1px solid rgba(0, 0, 0, 0.17);
    color: #000 !important;
}
#contactForm .ui-select select{
    background: #FFF;
    color: #000;
    min-width: 100%;
}
#contactForm .ui-select .ui-btn-icon-right:after{
    right: 0;
    background-color: #fff;
}
/* Understanding page */
section.page{
    position: relative;
    min-height: 489px;
}
section.no-slider{
    margin-top: 130px;
}
section#content.understanding-page{
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNjYmQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 51%, #bccbd2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ffffff), color-stop(100%,#bccbd2));
    background: -webkit-linear-gradient(top, #ffffff 51%,#bccbd2 100%);
    background: -o-linear-gradient(top, #ffffff 51%,#bccbd2 100%);
    background: -ms-linear-gradient(top, #ffffff 51%,#bccbd2 100%);
    background: linear-gradient(to bottom, #ffffff 51%,#bccbd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bccbd2',GradientType=0 );
    margin-bottom: 0;
    margin-top: 0;
}
h1.large{
    font-size: 73px;
    width: 670px;
    line-height: 63px;
    position: absolute;
    top: 140px;
    left: 95px;
    z-index: 100;
}

.cells-container{
    width: 1322px;
    height: 836px;
    background: url(../images/understanding_bg.png) 0px 0px no-repeat;
    background-size: 100%;
    margin: auto;
}
.media-cell{
    width: 213px;
    height: 233px;
    display: block;
    margin: auto;
    font-size: 25px;
    position: relative;
    color: #CF202F;
    text-shadow: 0 0;
    
}
.media-cell span{
    width: 100%;
    text-align: center;
    display: block;
    float: left;
}
.media-cell img{
    width: 98%;
    margin: auto;
}
.media-cell-1{
    background: url(../images/media_cell_1.png) 0px 0px no-repeat;
    top: 284px;
    left: -38px;
}
.media-cell-1 span{
    margin: 9px 0;
}
.media-cell-2{
    background: url(../images/media_cell_2.png) 0px 0px no-repeat;
    height: 253px;
    top: 225px;
    left: 47px;
    text-align: center;
}
.media-cell-2 span{
    margin: -4px auto;
    width: 85%;
    float: none;
    display: inline-block;
}
.media-cell-3{
    background: url(../images/media_cell_1.png) 0px 0px no-repeat;
    top: 312px;
}
.media-cell-3 span{
    margin: 7px 0;
}
.media-cell-4{
    background: url(../images/media_cell_4.png) 0px 0px no-repeat;
    top: 89px;
    left: -31px;
}
.media-cell-4 span{
    margin: 21px 0;
}
.media-cell-5{
    background: url(../images/media_cell_5.png) 0px 0px no-repeat;
    top: 236px;
}
.media-cell-5 span{
    margin: 21px 0;
}
.media-cell-6{
    background: url(../images/media_cell_6.png) 0px 0px no-repeat;
    top: 121px;
    left: 22px;
}
.media-cell-6 span{
    margin: 21px 0;
}
.media-cell-7{
    background: url(../images/media_cell_7.png) 0px 0px no-repeat;
    top: 140px;
    left: -48px;
}
.media-cell-7 span{
    margin: 5px 0;
}
.video-credits{
    position: absolute;
    top: -31px;
    width: 295px;
    line-height: 23px;
    padding: 4px 0px;
    color: #fff;
    z-index: 1000;
}
.video-credits a{
    color: #C7C7C7;
}
/* Desktop Submenu Navigation */
nav#navbar ul li ul#sub-menu, nav#navbar ul li ul#sub-menu li ul{
    position: absolute;
    top: 21px;
    left: 0;
    visibility: hidden !important;
    opacity: 0;
    width: 259px;
    border-top: 3px solid #cd2130;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100;
    margin : 0;
    display: block !important;

}
nav#navbar ul li:last-child ul#sub-menu, nav#navbar ul li:nth-child(3) ul#sub-menu, nav#navbar ul li:first-child + li + li ul#sub-menu{
    left: auto;
    right: 0;
}
nav#navbar ul li ul#sub-menu li ul{
    border-top: 0;
    left: auto;
    width: 13em;
    top: -1px;
    right: 96%;
    border-left: 3px solid #CD2130;
    display: block !important;
    min-width: 244px;
    top : -1px !important;
}
nav#navbar ul li ul#sub-menu li{
    float: left;
    clear: both;
    width: 100%;
    background: #273F7F;
    border-bottom: 1px solid #122968;
    border-top: 1px solid #344C8F;
    margin: 0;
}
nav#navbar ul li ul#sub-menu li:last-child{
    border-bottom: 0;
}
nav#navbar ul li ul#sub-menu li:hover{
    background: #2C4588;
}
nav#navbar ul li ul#sub-menu li a{
    padding: 6px 8px;
    color: #fff;
    font-size: 17px;
    display: block;
    border: 0;
    font-weight: normal;
    padding-left: 15px;
}
nav#navbar ul li:hover > ul#sub-menu, nav#navbar ul li ul#sub-menu li:hover > ul{
    visibility: visible !important;
    opacity: 1;
    top: 24px;
}
nav#navbar ul li ul#sub-menu li:hover > ul{
    top: -1px;
    right: 100%;
}
nav#navbar ul li ul#sub-menu li.parent-item > a:before{
    content: "\f104";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 5px;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    cursor: pointer;
}
/* .1 Mobile Submenu Naviagtion */
#mobile-nav #sub-menu, #mobile-nav #sub-menu ul{
    display: none;
}
#mobile-nav  li.parent-item .caret-right-icon:before{
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    cursor: pointer;
    z-index: 100;
    width: 44px;
    height: 38px;
    padding: 9px 0;
    text-indent: 16px;
}
#mobile-nav  li.parent-item .caret-right-icon.expanded:before{
    content: "\f107";
}
#mobile-nav li.parent-item.expanded > a{
    background: #305574;
}
#mobile-nav li ul[style="display: block;"]:after{
    content: '';
    height: 3px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}
#mobile-nav li ul ul ul[style="display: block;"]:after{
    content: '';
}
/* Research Scientists Page */
.no-after-content:after{
    content: none !important;
}
.filter-label a{
    margin-right: 5px;
}
.filter-label a:after{
    content: '|';
    padding-left: 7px;
}
.filter-label a:last-child{
    border-right: 0;
}
.fellows-group .media-box{
    float: left;
    width: 50%;
    min-height:240px;
}
.small-filter .filter{
    display: none;
}
.small-filter .filter[data-filter="all"]{
    display: inline-block;
}

/* our science pages */
ul.number, ul.number > li ul{
    padding-left: 22px;
}
ul.number > li{
	/* Edited by Ivy 28 Apr 2016 - Bug Fix: Numbering did not turn up in IE, and in Chrome, the numbers skipped 
    list-style-type: octal; */
	list-style-type: decimal;
	/* End 28 Apr 2016 */
}
ul.number > li ul{
    margin-top: 20px;
}
ul.number > li > li, ul.dot li{
    list-style-type: disc;
}
ul.number li, ul.dot li{
    margin-bottom: 5px;
}
ul.dot{
    padding-left: 22px;
}
ul[class*=mb-]{
    margin-bottom: 0;
}
ul[class*=mb-] > li{
    margin-bottom: 10px;
}
ul li.no-listing{
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -22px;
}
.page-content article p{
    width: 100%;
    float: left;
    margin-top: 0;
}
.page-content article ul{
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.page-content p img{
    float: left;
    margin-right: 10px;
}
.image{
    float: left;
    margin-right: 10px;
}
/* individual translational initiatives page */
*[onclick*="location.href="]{
    cursor: pointer;
}
.table-responsive, .table-responsive[data-pattern="priority-columns"]{
    border: 0;
}
.table-responsive table{
    width: 100%;
}
.table-responsive table thead{
    background: #F7F7F7;
}
.table-responsive table thead tr th{
    border: 1px solid #DDD;
    padding: 10px;
}
.table-responsive table tr td{
    border: 1px solid #DDD;
    padding: 10px;
}
.table-responsive[data-pattern="priority-columns"]{
    overflow-y: visible;
    overflow-x: visible;
}
.image-inner span{
    width: 100%;
    display: block;
}
#map-canvas img{
    width: 100%;
}
#map-canvas img{
    width: 98%;
}
header#navbar-top {
    margin-bottom: 0px;
}
.home-article{
    margin-top: 0;
}
#map-canvas{
    width: 100%;
    height: 432px;
    margin-bottom: 6px;
}
#navbar-top{
    min-height: 92px;
}
.right-navigation{
    top: 5px;
    width: 60%;
}
#brand{
    top: 10px;
    visibility: visible;
}
#brand img {
    height: 79px;
}
.media-link .link-title{
    text-decoration: none;
}
.circle-right-text-block *{
    margin: 10px 0 !important;
}
.circle-right-text-block h4{
    margin: 0 !important;
}
.divider-line:after{
    content: '';
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(145,145,145,.5) 25%,#c8c7c7 50%,rgba(145,145,145,.5) 75%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0) 0,rgba(145, 145, 145, 0.5) 25%,#c8c7c7 50%,rgba(145, 145, 145, 0.5) 75%,rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(145,145,145,.5) 25%,#c8c7c7 50%,rgba(145,145,145,.5) 75%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(145,145,145,.5) 25%,#c8c7c7 50%,rgba(145,145,145,.5) 75%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left,rgba(255, 255, 255, 0) 0,rgba(145, 145, 145, 0.5) 25%,#c8c7c7 50%,rgba(211, 211, 211, 0.5) 75%,rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
}
.divider-line.center{
    width: 80%;
    margin: auto;
    position: relative;
}
#platform-leaders .media-right-desc{
    width: 100%;
}
#single-page{
    width: 630px;
    margin: auto;
}
#single-page img{
    height: auto;
}
.polygon-clip span{
    width: 100%;
    float: left;
    margin-top: 14px;
    font-size: 18px;
}
.polygon-clip img{
    border: 9px solid #183276;
    border-radius: 100%;
}
.btn-div.right{
    width: 87%;
}
article.full-width{
    width: 95% !important;
    min-height:552px;
}
.ns_nerveSlider:hover .ns_prevButton, .ns_nerveSlider:hover .ns_nextButton{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.media-link.document .link-title{
    float: left;
    margin-bottom: 25px;    
}
#dnn_RightPane h2{
display:none !important;
}
#dnn_SEARCH2_cmdSearch{
display:none !important;
}
/* DNN styles override */
.ModDNNHTMLC ul li{
    background: none !important;
}
ul#dnn_pnav li ul li a{
    font: 16px 'Avenir Next Medium','Eurostile',sans-serif;
}
/* temporarily hide un licensed error */
div[style="font-weight:bold;text-align:center;background-color:Yellow;border:solid 2px black;"]{
display : none !important;
}

/* fix header and menu gap */
.DNNContainer_Title_h2.SpacingBottom h2{
     
}
page-article{
    margin-top: 10px;
}
.page-article{
    margin-top : 0px;
}
/* menu display bug fix */
#navbar ul#dnn_pnav > li > ul{
    opacity : 0;
    visibility : hidden;
    display : none !important;
}
#dotted-border li div {
    border-top: 0px dotted #000;
    padding: 6px;
}
.white-popup h1{
    border-bottom: 5px solid #183276;
}
.white-popup h5{
    padding-bottom: 15px;
    font-size: 20px;
}
.white-popup a{
    color: #0561fc;
}
.popup-link.ui-link{
    color: #183276 !important;
    font-weight: normal;
}
h2.tab{
    color: #273F7F;
    font-size; 19px;
}
.publication-title{
    font-weight: bold;
}
.publications-border{
    padding-bottom: 10px;
}
.media-box.clearfix{
    padding-bottom: 20px;
}
.dnnSearchBoxPanel
{
    background-color: #fff !important;
}
.dnnSearchResultPanel{
    display: none;
}
.Investigators-top
{
    min-height: 0;
    position: relative;
    padding-bottom: 15px;
}
.Investigators-top .designation{
    margin-bottom: 20px !important;
}
.Investigators-top .xs-m-0{
    padding-bottom: 15px;
}
#left-panel ul#mobile-nav li ul li a span {
    width: 87%;
    display: block;
}
#left-panel ul#mobile-nav ul{
    margin-left:0;
}
.fellows-group .media-box.clearfix{
    margin-bottom:0;
    padding-bottom:0;
}
.publications .publications-border:last-child .bottomborder{
    border: 0;
}
.form-elem #contactForm .input-group .col-md-6 > div {
    width: 100%;
}
#contactForm [class*=col] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
ul.number li{
    text-align : left;
}
ul.searchSkinObjectPreview {
    display: none !important;
}
#dnn_SEARCH2_ClassicSearch a.dnnSearchBoxClearText{
    display: none !important;
}
#left-panel .panel-heading h3{
    margin: 4px 0;
}
.ui-link:hover, a:hover {
    text-decoration:underline;
}
.title-case{
    text-transform: capitalize;
}
.tableimg
{
    width:140px;
}
ul#members.large-size li{
    width: 292px;
    margin: 0 15px;
}
ul#members.large-size li img + h5{
    text-align: left;
    min-height: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input
{
box-shadow:none;

}
.gsc-search-button
{
    
    border-radius: 3px;

}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: transparent !important;
	
    background: url("../images/sprites.png") no-repeat scroll -17px -16px rgba(0, 0, 0, 0)!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 18px !important;
    border:none;
    filter: none;
	width:20px;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: none;
	border:none;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus
{
border:none;
}
.gsc-input-box
{
}

.gsc-search-box-tools .gsc-search-box .gsc-input
{
padding-right:5px!important;
}

td.gsc-search-button
{
width:24px!important;
float:right;
}
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #a0a0a0 #b9b9b9 #b9b9b9;
    border-image: none;
    border-right: none!important;
    border-style: none;
    border-width: none!important;
    box-shadow: none!important;
    outline: medium none;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    border: none!important;
    box-shadow:  none!important;
    outline: medium none;
	margin-top:0px;
}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    border: none!important;
    border-radius: none;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    
}
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: none !important;
  border-bottom-style: none !important;
  border-image: none;
  border-left-color: none !important;
  border-left-style: none !important;
  border-right: medium none !important;
  border-top-color: none !important;
  border-top-style: none !important;
  box-shadow: none !important;
  outline: medium none;
  
  
}


#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before,
#ControlBar *:after, #ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after, .dnn_mact,
.dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {

-webkit-box-sizing: content-box !important;

-moz-box-sizing: content-box !important;

box-sizing: content-box !important;

}
.ControlModulePanel {

height:270px !important;

}
#ControlBar_ControlPanel{
    z-index: 1000;
}
#ControlActionMenu > li:hover ul, #ControlBar #ControlEditPageMenu > li:hover > ul{
    /*display : block !important;   */
}
.ui-panel-wrapper{
    overflow: hidden !important;
}
#___gcse_0{
    height: 24px;
    overflow: hidden;
}
.gsc-search-box-tools .gsc-search-box input.gsc-input{
    height: 24px !important;
    font-size: 13px;
    padding-left: 4px !important;
}
td.gsib_b{
    display: none;
}
nav#navbar ul li.selected {
  border-bottom: 2px solid;
  padding-bottom: 3px;
}
.filter-items .ui-select{
    width: auto;
}
.filter-items .ui-select .ui-btn:hover{
    background: #183276 !important;
    color: #fff !important;
}
ol{
    float: left;
    width: 100%;
}
.page-article{
    min-height: 552px;
}
.browser-incompatibilty-message{
  color: #FFF;
  padding: 5px 0;
  text-align: center;
  background: #173176;
}
.browser-incompatibilty-message a{
    color: #A7A1FF;
}
.display-fit{
	display: inline-block;
    width: 100%;
}
#search-mob, .search-select{
    display: none !important;
}
ol li{
    clear: both;
}
body ul, body ol {
    margin-left: 0;
    padding-left: 15px;
}
#left-panel ul, #navbar ul{
    padding-left: 0;
}

/* Added by Ivy 12 Jun 2015 */
/* Adding bullets back to ul lists */
.bullets ul  li{
	list-style-type: disc;
	list-style-position: inside;
}

/* Added by Ivy 18 Aug 2015 */
.bottomnav {
	background-color: #494646;
}
.bottomnav ul li {
	vertical-align:top !important;
}
.green-58F {
	color: #58F285;
}
a.green-58F{
    color: #58F285 !important;	
} /* refer to http://stackoverflow.com/questions/5856451/css-a-href-styling for solution */
/* End 18 Aug 2015 */

/* Added by Ivy 01 Apr 2016 */
.smallfont {
	font-size: 12px;
}
.justifytext {
	text-align: justify !important;
}
/* End 01 Apr 2016 */
