.hide-this {display:none;}

/* Alegreya font family */

#t-my, #t-my h1, #t-my h2, #t-my .panel h1,#t-my .t-header, #t-my .t-header h2, #t-my .top-bar {
  font-family: 'Alegreya Sans', sans-serif !important;
}

#t-my .t-footer * {
  font-family: Arial, sans-serif !important;
}

#t-my .t-footer a {
color: #f49322;
}

#t-my .row {
max-width:1060px;
background:white;
}

#t-my .row.hero {
background:transparent;
}

#t-my div.t-toc > div.bounds > ul > li > a > span.t-toc-title {
  padding-bottom: 0px;
}

#t-my #wrapper {
width:100%;
padding:0px;
background-color: white;
-moz-box-shadow: 0px 3px 8px rgb(100,100,100);
-webkit-box-shadow: 0px 3px 8px #646464;
box-shadow: 0px 3px 8px #646464;
}

#t-my .main-content-grid {
background-color:white;
margin-bottom:0px;
padding-top:30px;
padding-bottom: 40px;
}

@media (min-width: 66em) {
    #t-my .main-content-grid {
	padding-bottom: 80px;
    }
}

#t-my .main-content-grid p a {
color: #1c67b2;
border-bottom: 1px dotted;
}

#t-my .main-content-grid > div {
max-width:875px;
margin:0 auto;
}

#t-my .hero-image {
max-width:1060px;
margin:0 auto;
}

#t-my .t-header {
    background-color: white;
}

#t-my .t-header .row {
    background-color: transparent;
    padding-top: 15px;
}

#t-my .t-header .title-black, #t-my .t-header .title-blue {
display:block;
text-transform:uppercase;
}

#t-my .t-header .title-black {
color:black;
font-size: 1rem;
}
#t-my .t-header .title-blue {
color:#1c67b2;
font-size: 2rem;
}

#t-my .t-header h2 {
margin:0px;
}

@media (min-width: 48em) {
    #t-my .t-header {
	background-image:url('/designfileview/47v5uu/Logo');
	height:160px;
	background-repeat: no-repeat;
	background-position: 70% 75px;
	background-size: 45%;
    }
    #t-my .t-header .row {
	padding-top: 0;
    }
    #t-my .t-header .large-7.columns {
	padding-left:10%;
    }
    #t-my .t-header .title-black,
    #t-my .t-header .title-blue {
	font-size: 2.4375rem;
    }
    #t-my .t-header .title-black {
	margin-top: 40px;
    }
}

/*
 * Customize Foundation nav
 */
#t-my .twelve.columns.nav {
padding-left:0px;
padding-right:0px;
background-color:white;
}

#t-my nav.top-bar {
margin-bottom:0px;
margin-top:10px;
}

#t-my nav.top-bar a {
font-size:15px;
color:#869bc8;
text-transform:uppercase;
}

#t-my nav.top-bar a:hover {
color:#869bc8;
}

#t-my .top-bar.expanded {padding-bottom: 50px; background: #000000;}
#t-my .top-bar-section li a:not(.button):hover {background:transparent;}

@media only screen and (min-width: 40.063em) {
    #t-my .top-bar-section .left {margin-left: 55px;}
    #t-my .toggle-topbar a:hover{
        background-color:none;
    }
}

@media only screen and (min-width: 66em) {
    #t-my .top-bar-section .left {margin-left: 91px;}
    #t-my .top-bar-section li a:not(.button):hover {background: #d5711a;color: #000000;}
}

/*
 * Add search to the nav
 */

/* reset conflicting styles for .row, .t-input */
.t-quick.t-quick-data.row ,
.t-quick.row.t-links.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.t-quick.t-quick-data .t-input {
    float: none;
    margin: 0;
}

#t-my .nav-search-wrapper {
    height:0px;
    border-bottom: 2px solid #d5711a;
}

#t-my .nav-search-wrapper form {
    text-align:right;
}

#t-my .nav-search,
#t-my .nav-search.t-quick-data .t-submit,
#t-my .nav-search.t-quick-links {
    display:none;
}

#t-my .nav-search.t-quick-data {
    display:block;
    position: relative;
    top: -36px;
    height: 0px;
    padding-left: 15px;
    padding-right: 96px;        /* leave space for hamburger menu at the right */
}

#t-my .nav-search.t-quick-data input {
    background-color: #8b8888;
    border-radius: 4.57143px;
    border-width: 0px;
    height:28px;
    font-size: 16px;  /* sizes less than 16px can zoom the screen on phones */
}

@media (min-width: 40.063em) {
    #t-my .top-bar-section .mobile-only {
        display: none;
    }
    #t-my .nav-search.t-quick-data {
        padding-right: 216px;   /* leave 96 for hamburger + 120 adv search link */
    }
    #t-my .nav-search.t-quick-links {
        display: block;
        position: relative;
        top: -34px;
        height: 23px;
        width: 120px;
        margin-right: 96px;     /* leave space for hamburger menu at the right */
        background-color: #000000;
        font-size:15px;
    }
    #t-my .nav-search.t-quick-links a {
        color:#7f7d7d;
    }
}

@media (min-width: 66em) {
    #t-my .nav-search.t-quick-data {
        width: 200px;           /* fixed width to accomodate horizontal menu */
        margin-left: auto;
        margin-right: 216px;
        padding-left: 0;
        padding-right: 0;
    }
    #t-my .nav-search.t-quick-data input {
       border-radius: 0;
       font-size: 14px;  /* keep existing size for desktop */
    }
}

/* For some reason the ::placeholder selector breaks on Chrome if combined
 * with the ms selectors, so keep them separate even though the rule is the
 * same.
 */
#quickSearchForm-1-searchText:-ms-input-placeholder,      /* IE */
#quickSearchForm-1-searchText::-ms-input-placeholder,     /* Edge */
#quickSearchForm-1-searchText::-webkit-input-placeholder  /* older Chrome, Safari, Opera */
{
    color: rgba(0,0,0,0.75);
}

#quickSearchForm-1-searchText::placeholder {
    color: rgba(0,0,0,0.75);
}

/*
 * Footer
 */
#t-my .t-footer {
background-color:#000000;
width:100%;
max-width:1060px;
}

#t-my .t-footer .row {
max-width: 875px;
margin: 0 auto;
background: inherit;
}

#t-my .t-footer .footer-einstein {
margin-top:25px;
}

#t-my .t-footer .footer-tizra {
text-align:right;
margin-top:50px;
margin-bottom:50px;
}

#t-my .footer-text {
color:white;
font-size:13px;
}

#t-my .footer-links ul.link-list>li {
margin-left:28px;
}



#t-my .t-footer .large-4.right p.footer-text {
margin-bottom:5px;
}

#t-my .right-footer-links li {
display:inline-block;
font-size:13px;
}

#t-my .right-footer-links li.border-right {
border-right:1px solid #f49322;
}

#t-my .right-footer-links li a {
padding-left: 5px;
}

#t-my .right-footer-links li.border-right a {
padding-right:5px;
}

#t-my .footer-text sup {
font-size:8px;
}
#t-my .t-biblio .t-label {display:none;}
#t-my .icon-twitter {padding-left:2px;}
#t-my .t-home .orbit-prev {display:none;}
#t-my .t-home .orbit-container {background: transparent;}
#t-my .t-home .orbit-timer {display:none;}
#t-my .t-home .orbit-slide-number {display:none;}
#t-my .t-home .orbit-next {background: transparent url(/47v5uu/right-arrow/~stream) 0 0 no-repeat; margin-top: -10px;}
#t-my .t-home .orbit-next span {border-color: transparent;}

#t-my .orbit-title {width: 180px;line-height: 18px;
height: 70px;
vertical-align: bottom;
display: table-cell;
}
#t-my .orbit-title a {font-family: 'Alegreya Sans', sans-serif !important;color: #000;}
#t-my .orbit-img {border-top: 1px solid;padding-top: 10px;border-bottom: 1px solid;padding-bottom: 10px; opacity: .6;width: 170px;}
#t-my .orbit-img a {display:block;}
#t-my .orbit-img:hover {opacity:1;}
#t-my .list-to-slider .t-index-main {display:none;}
#t-my .list-to-grid .t-index-main {display:none;}
#t-my .t-latest-publist li { padding-right: 25px; border-bottom: none;}
#t-my .t-latest.t-publist.list-to-slider.hide-for-medium-up ul.t-latest-publist {margin: 0 22%;}
#t-my .doc-toc .t-metatag-shorttitle {display:none;}
#t-my div.t-toc ul span.t-toc-title { font-weight: normal;}
#t-my .document-toc .tocjacket {margin-bottom: 15px;}
#t-my .panel.t-login h1.t-login-h1 {display:block;}

#t-my .icon-light:hover {color: #8b8888;}

.ie9 .orbit-slides-container {left: 2px;}

#t-my input[name="lang"] {display:none;}

#t-my .papers .list-to-grid .orbit-item{height: 325px;}
#t-my .related .list-to-grid .orbit-item{height: 345px;}
#t-my .related .list-to-grid .orbit-img img {max-height: 264px;}

@media only screen and (min-width: 40.063em) {

#t-my .slick-carousel{
margin-left: 7%;
width: 90%;
}
#t-my .slick-next{
height: 46px !important;
width: 47px !important;
right: 7px;
}
#t-my .slick-next:before{
height: 46px !important;
width: 47px !important;
content: "";
}

#t-my .orbit-item {vertical-align: bottom;display: table-cell;padding-right: 35px;}
#t-my #wrapper {max-width: 1060px;}
}

@media only screen and (min-width: 66em) {
#t-my .slick-carousel{
margin-left: 0%;
width: 100%;
}
#t-my .slick-next{
height: 46px !important;
width: 47px !important;
right: -15px;
}
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .orbit-slides-container {left: 2px;}
}

/*hide forogt password and register links in login boxes */
p.t-forgot, p.t-register {
	display: none;
}

.lt-ie9 #t-my  .hide-for-medium-up{display:none !important;}
.lt-ie9 #t-my .hero-image img {max-width: 940px !important;}
.lt-ie9 #t-my .row.t-footer {max-width: 940px !important;}

/* Abe for News Page demo */

#t-my .t-news-listing .t-field.t-new.t-index-main {
display: none;
}
#t-my .t-news-listing .t-field.t-metatag {display:none;}
#t-my .t-news-listing a.t-read-more {float: right;}
#t-my .t-news-listing {margin-bottom: 0;}
#t-my .t-news-listing ul.t-latest-publist li.container {clear: both;}
#t-my .t-news-listing h2.t-latest-publist {display:none;}
#t-my .t-news-rss {float:right;}
#t-my .news-listing-container .t-title {padding-left: 0.9375em; padding-right: 0.9375em;}


#t-my #news li {
border-bottom:1px dotted #ddd;
}
#t-my #news img {
max-width:150px;
border: 4px solid rgb(238,238,238);
}
#t-my #news .news-item-img{
float:left;
width:22%;
}
#t-my #news .news-headline{
font-size:20px;
padding-bottom:5px;
}
