/***************************
****************************
Style sheet for all pages contains sizing, and formatting styles.
****************************
***************************/

/* ==========================================================================
Style for body of the page
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 ol, ul {
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 body {
     color: #fff;
     /*background: #004f8f url('[system-asset]_images/bg_body.png[/system-asset]') repeat-x center top;*/
    font-size: 100%;
     font-family: Helvetica;
     line-height:1;
}

/*=================Grid (Quick News Content)===============*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mid-border {
  -ms-flex: 0 0 1.5%;
  flex: 0 0 1.5%;
  max-width: 1.5%;
  border-right: 1pt;
  border-right-style: solid;
  border-color: #f58025;
  margin-right: 1.5%;
}

/*=================Lists===============*/
ul {
  padding-left: 0;
  list-style: none !important;
  margin-left: 30px;
  line-height: 190%;
  margin-bottom: 10px;
}
#bread ul {
     margin-left: 0;
     padding-left: 0;
     display: inline;
     list-style: none !important;
     border: none;
}
 #bread ul li {
     margin-left: 0;
     padding-left: 2px;
     border: none;
     list-style: none !important;
     display: inline;
}
 #bread ul li a {
     text-decoration: none;
}
 #bread > ul > li > a:before {
     content: " ";
}
 #bread > ul > li, #bread > ul > li > a, #bread > ul > li > a:visited {
     color: #00447c;
     font-size: 12px;
}
 #bread > ul > li > a:active, #bread > ul > li > a:hover {
     color: #e96b10;
     font-size: 12px;
}

/* Bullet lists */
.bullet_list ul, .bullet_list li{
    list-style: outside;
}
/* Number lists */
.number_list ol, .number_list li{
    list-style-type: decimal;
}
/*more or less image*/
.moreorless{
    cursor: pointer;
}
/*=========Intern_Images==============*/

.intern {
     width:150px;
     float: left;
     padding: 5px;
     text-align: center;
}

/*=======Faculty_Landing_Containers========*/
.fMember
{
height: 480px;

}

.fMember li {
    float: left;
    padding: 15px;
}

.fMember img
{
   /* margin-top:2px;
    float:left;*/
    width: 200px;
    height: auto;
}
.fMember p
{
    line-height: 145% !important;
    color: black;
}

.fMember small_header {
    font-size: 141%;
    font-weight: bold;
    font-family: Lato, Helvetica, sans-serif;
    color: #00447c;
}

.fMember h7 {
    font-size: 141%;
    font-weight: bold;
    font-family: Frutiger;
    font-family: Lato, Helvetica, sans-serif;
    color: #00447c;
    text-transform: uppercase;
}

.fMember img
{
   /* margin-top:2px;
    float:left;*/
    width: 200px;
    height: auto;

}
.fMember p
{
    line-height: 150% !important;
    color: black;
}

.fMember h7 {
    font-size: 141%;
    font-weight: bold;
    font-family: Lato, Helvetica, sans-serif;
    color: #00447c;
}

.profile {
    display: inline-block;
    color: #fff !important;
    font-family: Helvetica;
    font-size: .85rem;
    font-weight: normal;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.0;
    padding: .65em 1.2em;
    margin-right: .5em;
    margin-bottom: .5em;
    background: #f58025;
    font-weight: bold;
}

 .modal-window {
	 position: fixed;
	 background-color: rgba(46,49,65,0.6);
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 1004;
	 opacity: 0;
	 pointer-events: none;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 transition: all 0.3s;
	 font-size: 0.75em;
	 line-height: normal;
	 font-family: Helvetica;
	 text-transform: none;
	 font-weight: normal;
}
 .modal-window:target {
	 opacity: 1;
	 pointer-events: auto;
}
 .modal-window>div {
	 width: 600px;
	 position: relative;
	 margin: 20% auto;
	 padding: 2rem;
	 background: #fff;
	 color: #444;
}
 .modal-window header {
	 font-weight: bold;
}
 .modal-close {
	 color: #aaa;
	 line-height: 50px;
	 font-size: 80%;
	 position: absolute;
	 right: 0;
	 text-align: center;
	 top: 0;
	 width: 70px;
	 text-decoration: none;
}
 .modal-close:hover {
	 color: #000;
}
 .modal-window h1 {
	 font-size: 150% !important;
	 margin: 0 0 15px;
}

/*=======News Archive Menu style========*/
ul.menu {
    /*margin-top: 30px;*/
    list-style-type: none;
    padding: 0;
    width: 225px;
    background-color: #f1f1f1;
    border-bottom: 4px solid #dc710f;
    /*margin-right: 25px;*/
    margin: 0 auto;
}
.menu li {
    padding-left: 0px;
    border: 1px solid #dddddd;
}
.menu li a {
    display: block;
    color: #a86123;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
}
.menu li a:hover {
    background-color: #9e9e9e;
    color: #0081e4;
    text-decoration: underline;
    font-weight: bold;
}
.menu li a.active {
    background-color: #A4B5C3;
    color: #692917 !important;
}

.archv h1 {
    margin-right: 100px;
    margin-left: 95px !important;
    font-size: 116% !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #f58025;
    margin-bottom: 31px;
}

/*=======News Index style========*/
.soft-block .img_holder {
    background: #fff;
    position: relative;
    /* width: 136px; */
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
}
.soft-block img {
    display:block;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: auto;
    margin:auto;
    padding: 0 0;
}
.soft-table{
    display: -moz-flex;
    display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content:space-between; 
    padding:30px;
    flex: 70%;
}
.soft-block {
    width:31.5%;
    margin:0 0 30px 0;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    background: #f8f8f8;
}
.soft-block  .soft-content {
    display:block;
    margin:0;
    padding:5px 15px 15px 15px;
    background:#f8f8f8;
}
#two .soft-block  .soft-content {
    display:block;
    margin:0;
    padding:5px 15px 15px 15px;
    background:#f8f8f8;
}
.img_holder {
    height: 200px;
    background: #fff;
    position:relative;
}
#one .soft-table {
    justify-content: space-around;
}    
#one .block {
    box-shadow: unset;
    width: 35.5%;
}
#one .img_holder {
    background: white;
}
#one .soft-content p {
    color: #444;
}
#one .soft-content h2 {
    color: #131516;
}
#one .modal-window > div {
    width: auto;
    margin: 8% 13%;
    height: 78vh;
    overflow: auto;
}
p.created-date {
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    color: #00447c !important;
}
.article-title {
    line-height: inherit;
    color: #a86123;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.5rem;
}

.article-title:hover {
    border-color: #0081e4;
    color: #0081e4;
    text-decoration: underline;
    font-weight: bold;
}

/*=======News Page style========*/
.page-wrapper {
    position: relative;
    min-height: 100vh;
}

.news-wrapper{
    overflow: hidden;
    padding-bottom: 5em;
}
#nMember
{
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEEEEE;
}


#eMember
{
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
}
#news-img {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    height: 375px;
}
#nMember img
{
    margin-top:5px;
    float:left;
    margin-right: 15px;
    overflow: auto;
    clear: bottom;
    width: 100%;
    height: auto;
}
#nMember p
{
    width:120%;
}
#eMember img
{
    margin-top:5px;
    float:left;
    margin-right: 15px;
    overflow: auto;
    clear: bottom;
    width: 100%;
    height: auto;
}
#eMember p
{
    width:120%;
}

.entry-header{
    padding-bottom: 0;
    margin-bottom: 23px;
    overflow: hidden;
    margin-top: 23px;
}

.entry-header h2{
    color: #131516;
}

p.news-story {
    margin-bottom: 1em;
}

/*=======Events style========*/

.eventContainer{
    padding: 0;
    list-style-type: none;
    width: 60%;
}

.eventContainer img {
  float: left;
  margin: 0 15px 0 0;
  width: 40%;
}

.eventItem{
  padding: 10px;
  overflow: auto;
  color: #000 !important;
}

.eventItem h2 {
    color: #00447c;
}

.eventItem small_header {
    font-size: 115%;
    font-weight: bold;
    font-family: Lato, Helvetica, sans-serif;
    color: #000;
    text-transform: none;
}

.eventItem em {
    text-transform: uppercase;
    color: #00447c;
    font-weight: bold;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0 0 1em 0;
}

/*================Tables===================*/

table {
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even)
{
    background-color: #f2f2f2;
    }


table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #dc710f;
    color: white;
}


/*================Navigation menu==========*/
 nav#navcontainer {
     width: 19.7916666666%;
    /* 190px/960px;
     */
     float:left;
}
/*--------- LEFTNAV-EXTRA------------*/
 nav p, aside p.aside-contacts {
     font-size: 90%;
     line-height: 150%;
     margin: 20px 0 10px 5px;
}
 nav p strong, aside p.aside-contacts strong, nav p b, aside p.aside-contacts b {
     font-weight: bold;
     font-size: 130%;
     color: #00447c;
}
 nav p .underline, aside p.aside-contacts .underline {
     text-decoration:underline;
     letter-spacing: 0.10em;
     font-size: 110%;
     font-weight:bold;
}
 #navcontainer {
     padding-bottom: 10px;
     margin-bottom: 10px;
     margin-top: 13px;
}
 #navcontainer ul {
     border-bottom: 1px solid #f58025;
     padding-bottom: 20px;
     margin-bottom: 10px;
     list-style-type: none;
     font-size: 85%;
     line-height: 130%;
     width:60%;
     margin-left: 9%;
}
 #navcontainer li{
     margin: 0 0 1px 0;
}
 #navcontainer ul a{
     display: block;
     padding: 10px 0 10px 5.26315789473684%;
     color: #fff;
     background-color: #00447c;
     text-decoration: none;
}
 #navcontainer ul a:hover {
     color: #000000;
     background-color: #f58025;
     text-decoration: none;
}
 #navcontainer ul ul {
     border-top: 1px solid #fff;
     border-bottom:0;
     padding-bottom: 0;
     margin-bottom: 0;
     font-size: 100%;
}
 #navcontainer ul ul li {
     margin: 0 0 1px 0;
}
 #navcontainer ul ul a {
     display: block;
     padding: 5px 2.63157894736842% 5px 12.26315789473684%;
     width: 105%;
     color: #fff;
     background-color: #004F8F;
     text-decoration: none;
}
 #navcontainer ul ul a:hover {
     color: #000000;
     background-color: #f58025;
     text-decoration: none;
}
 .submenu {
     display:none;
}
 .with-submenu:after {
     content: " \00bb";
     font-size: 120%;
}
 .with-submenu-active:after {
     content: " \00ab";
     font-size: 120%;
}
 #toTop {
     position: fixed;
     bottom: 50px;
     right: 30px;
     width:70px;
     cursor: pointer;
     display: none;
}
 #toTop img {
     width:30px;
     height:30px;
     opacity:0.3;
     filter:alpha(opacity=30);
    /* For IE8 and earlier */
}
 #toTop img.hover {
     opacity:0.6;
     filter:alpha(opacity=60);
    /* For IE8 and earlier */
}
 div.captioned-image {
     max-width: 40%;
     height: auto;
     padding: 0;
     margin: 3px 3px 5px 10px;
     float: right;

 #searchform.uta-gcse-searchbox.search{
     margin-right: 15px;
     position: fixed;
    float: right;
    right: 9vmin;
    top: 2.1vmin;
}
/*----Header-----*/
#pheader{
    max-width: 1000px;
     width: 79%;
     display:block;
     clear:both;
}
 header.page-header {
     max-width: 1000px;
     width: 90%;
     margin: 0 auto 0 auto;
     display:block;
     clear:both;
}
/*Top-line*/
 #top-line {
    /*Stripe above the above content*/
     max-width: 996px;
     width: 90%;
     padding-top: 5px;
     margin: 5px auto 0 auto;
     background-color: #FFF;
     height:18px;
}
#bread{
    padding: 0 1.04166666% 0 1.04166666%;
}
/*====Images=====*/
/*---General Image Classes---*/
 img, a, a img, img a {
     border-style: none;
}
 img.Footer {
     display:block;
     float: left;
     padding: 0;
     padding-right: 10px;
     height: 80px;
    width: 92px;
    margin-top: 14px;
    margin-right: 13px;
}
 img.left {
     display:block;
     float: left;
     padding: 8px;
     margin: 0;
}
 img.right {
     display:block;
     float: right;
     padding: 8px;
     margin: 0;
}
 img.center {
     display: block;
     margin: 0 auto;
     padding: 8px;
}
 img.sectionBanner {
     margin: 0;
     padding: 0;
     display: block;
     float: left;
}
 img.sectionBannerText {
     margin: 0;
     padding: 0;
     display: block;
     float: right;
}
/*Image Formatting*/
img.storyimg {
    padding: 1em 2em;
}

 img.nblue{
    height: 24%;
    width: 34%;
    display: block;
    float: left;
    margin: auto;
    margin-bottom: 2em;
    margin-right: 2em;
}
/* Header Images */
 #UTA-logo {
     float:left;
    
    position: fixed;
    max-height: 2.5em;
    clear: both;
    padding-bottom: 0px;
    padding-top: 0px;
    top: 2.25vmin;
    left: 2vmin;
    display: inline;
}

}
 #department-icon {
     clear:both;
     float:right;
     padding-top:10px;
}
 #logo {
     margin: 10px 0 10px 0;
     max-width:95%;
}
.mySlides {
    top: 0;
    position: relative;
    filter: brightness(50%);
    opacity: 1 !important;
    width: 100%;
}



/*=====tooltip====*/
 .tool-tip {
     float: left;
     border-width: 1px;
     border-style: solid;
     padding: 5px;
     max-width: 200px;
     text-align: left;
}
 .tool-title {
     padding: 0;
     margin: 0;
     margin-top: -15px;
     padding-top: 15px;
     padding-bottom: 5px;
}
 .tool-text {
     margin: 0;
}
 .clear {
     display: block;
     float: left;
     clear: both;
     width: 100%;
     height: 10px;
}
 .clearing {
     display: block;
     height: 0;
     width: 100%;
     float: left;
     clear: both;
     margin-top: 1em;
     margin-bottom: 1em;
}
 .imgbox {
     display: block;
     float: left;
     clear: both;
     position: relative;
     margin: 0;
     padding: 0;
     width: 100%;
}
 
/*--- Front-Faculty--- (FACULTY BOX)*/
 #front-faculty {
    position: absolute;
    float: right;
    margin-left: 74%;
    margin-top: 2%;
    margin-right: 0.1%;
    clear: both;
    overflow: hidden;
    z-index: 5;
    display: list-item;
}
 #faculty_container{
     position: relative;
     margin-top:26% 
}

 

/*----------------front-main------------------*/
 #front-main {
     margin-bottom: 15px;
     margin-top: 10px;
     float: left;
     width: 100%;
}
 .news-main {
     /*margin-bottom: 95px;
     margin-top: 95px;
     margin-left: 50px;
     width: 68%;*/
     color: #000 !important;
    margin: 5%;
    margin-right: 20%;
}

 .news h1{
     color: #fff !important;
}
.news a{
    font-size: 14pt;
    text-decoration: none;
}
 #lower-content {
     /*padding-bottom: 35px;*/
     margin-top: 0px;
     overflow: hidden;
     /*padding: 10px 1.04166666% 20px 1.04166666%;*/
     position: relative;
}

 #facultylower-content {
     /*padding-bottom: 35px;*/
     min-height: 380px;
     margin-top: 5%;
     margin-right: 3%;
     overflow: hidden;
     /*padding: 10px 1.04166666% 20px 1.04166666%;*/
     position: relative;
}
/*=======Image Formatting=============*/
 img.pblue{
     border-top: 4px solid #3e9af9;
     border-bottom: 4px solid #3e9af9;
     width: 600px;
     height: 183px;
}
 
 img.langicon{
     margin-right: 10px;
     top: -1px;
     margin-left:-1px;
     position:absolute;
}
img.langicon_letter{
    margin-right:10px;
    top: 5px;
    margin-left:-1px;
    position:absolute;
}
/*Larger icons (Chinese)*/
 img.langicon-large{
     margin-right: 25px;
}
/*Left-Content Area*/
 #leftcontent {
     position: relative;
     float: left;
     margin-right: 0px;
     margin-bottom: 40px;
     width: 22%;
    margin-top: 5.25%;
}
/*NewsReel*/
 #newsreel {
     -moz-box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0, 0.75 );
     -webkit-box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0, 0.75 );
     box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
     padding: 10px 0px 40px;
     clear: both;
     overflow: auto;
     display: block;
     position: relative;
     border-bottom: 4px solid rgb(245, 128, 37);
     width: 95%;
     margin-bottom: 10%;
}
 img.news_item{
     margin-top:88px;
     border-bottom: 1px dotted #f58025;
     border-top: 1px dotted #f58025;
}
 img.top_news_item{
     margin-top:0px;
     border-bottom: 1px dotted #f58025;
     border-top: 1px dotted #f58025;
}
 #news_item {
     margin-top:10px;
}
 
/*---------------------NavButtons-------------------*/
 #contacts{
     margin-top: 667px;
     float: left;
     margin-left: 20px;
}
 img.navbutton{
    /*clock image formatting*/
}
 /*Text Formatting*/
#front-main name{
    display: none;
}
#front-main path{
    display:none;
}
#front-main site{
    display:none;
}
 #hidden-text-link {
     width:100%;
     border-top: 1px solid #692917;
     margin-top: -10px;
     padding-top: 0;
     text-align:right;
}

/*=====Header menu style=====*/
#horizontal-list {
    width: 100%;
    list-style: none;
    padding-top: 20px;
}
#horizontal-list li {
    display: inline;
    padding-right: 83px;
}
    
.horizontal-list-menu {
    margin-left: -30px;
    line-height: 190%;
    margin-bottom: 10px;
    font-family: Helvetica;
    display: flex !important;
    text-align: center;
    
}
.horizontal-list-menu li {
    display: inline;
}

.menu_link {
    font-family: Helvetica;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: fixed;
    text-align: center;
    border-collapse: collapse;
    padding: 0.3em 0.5em 0.5em 0.5em;
    float: right;
    right: 0vmin;
    top: 1.5vmin;
}

/*===========Header banner==============*/
.example-2 {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}
.w3-section {
    height: 100%;
}
.tint {
    height: 100%;
}
.banner{
    height: 55vh;
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.news-banner{
    height: 40vh;
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    filter: brightness(60%);
    z-index: -15;
    position: relative;
    top:0;
}
.banner_content{
    position: absolute;
    left: 50.2%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.banner_index{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.banner_topnav{
    color: #d4effc;
    font-weight: bolder;
    font-size: 90%;
    height: 35px;
    display: table;
    margin-left: 36%;
    position: absolute;
}

.banner_topnav a{
    min-width: 10.7em;
    display: inline-block;
    float: left;
    text-align: center;
    color: #c4c7ce !important;
    height: inherit;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    padding: 0.4em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.72);
    overflow: hidden;
    box-shadow: inset 0 0 0 2px rgba(147, 149, 152, 0.30);
    cursor: pointer;
    
}

.banner_img{
    width: 100%;
    filter: brightness(90%);
    position: relative;
    z-index: -15;
    position: relative;
    top:0;
    height: 100%;
}

.banner_notice a {
    position: absolute;
    top:0;
    width:auto;
    height:auto;
    background-color:#000;
    color:#fff !important;
    padding:15px 20px;
    font-weight:700;
    font-size:14px;
    border-radius:0 0 3px 3px;
    text-decoration:none;
    box-shadow: 0 0 4px #000;
}

#first_notice{
    left:50%;
}

#second_notice{
    left:60%;
}
/*===========Home Banner style==================*/
.home_banner{
    height: 100vh;
}

.section {
   padding: 100px;
}
.content{
    width: 100%;
max-width: 1150px;
min-width: 320px;
margin: 0 auto;
}
.divsection {
   padding: 80px;
   display: none;
}
#home{
    display: block;
}


#section_img{    
    height: 110%;
    width: 100%;
    display: block;
    position: relative;
    filter: brightness(50%);
    
    }
    
#section_content{
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
}
/*page header*/
.page-header{
   
    visibility: visible;
    z-index: 10001;
    position: fixed;
    float: left;
    width: 100%;
    min-height: 5em;
    max-height: 5em;
    top: -1.5vmin;
    background-color: rgba(0, 68, 124, 0.92);
    left: 0vmin;
    padding-left: 0px;
}

.page-header img{
   
    position: fixed;
    max-height: 2.5em;
    float: left;
    clear: both;
    padding-bottom: 0px;
    padding-top: 0px;
    top: 1.5vmin;
    left: 2vmin;
    display: inline;

}

.eng-logo {
    left: 145px !important;
}
/*===============Side Menu============*/
#menu{
    moz-transform: translateX(20rem);
    -webkit-transform: translateX(20rem);
    -ms-transform: translateX(20rem);
    transform: translateX(20rem);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 68, 124, 0.92);
    box-shadow: none;
    color: #0064B1;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3rem 2rem;
    position: fixed;
    right: 278px;
    top: 0;
    visibility: hidden;
    width: 20rem;
    z-index: 10002;
    padding-left: 20px
    padding-right:38px;
}
#menu.visible{
    visibility: visible;
    -webkit-box-shadow: 0 0 1.5rem 0 rgba(0,0,0,0.75);
    float: none;
    text-align: left;
}
#menu > ul.links{
    list-style: none;
    padding: 0;
}

#menu > ul.links a{
    color: white;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: solid 1px rgba(255, 255, 255, 0.125);
    display: block;
    line-height: 3.5rem;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 5px;
}

.close{
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    color: #939598;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    line-height: 3.25rem;
    padding-right: 1.25rem;
    position: absolute;
    right: 38px;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 7rem;
}

.links li:hover .submenu {
  display: block;
  max-height: 515px;
}
.links a:hover {
    background-color: #0000004d;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
  margin-left: 20px;
}

.sub_submenu{
   overflow: hidden;
  max-height: 0;
  
  -webkit-transition: 60s;
  margin-left: 20px;
}
.submenu li:hover .sub_submenu {
    -webkit-transition: 0.5s all ease-out;
  margin-left: 20px;
  display: block;
  max-height: 500px;
}

.submenu a {
  background-color: #0000004d;
  padding-left: 20px;
}
.sub_submenu a {
  background-color: #0000004d;
  padding-left: 20px;
}
.sub_submenu a:hover{
    background-color: rgba(0, 68, 124, 0.92);;
}
.submenu a:hover{
    background-color: rgba(0, 68, 124, 0.92);;
}
.has-sub > a::after {
    content: "+";
    float: right;
    margin-right: 20px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #7779 url('/modl/_images/up-arrow.png') no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    outline: 0 none !important;
}

a.back-to-top:focus {
  background: rgba(0, 68, 124, 0.92);
}

/*====Directory Format style*/
.root_tree li{
        width: 100%;
    float: left;
    margin-bottom: -1px;

}
.root_tree ul{
    line-height: 139%;
}
.root_tree li > ul > li{
    text-align: left;
    width: 24%;
    float: left;
    margin-bottom: -1px;
}
.fimage{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block;
    padding: 4px;
    line-height: 20px;
    box-shadow: 0 1px 3px #1e1e1e;
    transition: all .2s ease-in-out;
    border: 2px solid #fff;
        border-bottom-width: 2px;
    border-bottom-width: 6px;
    
}

/*==========Collapsible/Accordion styles==============*/

#placement .tab{
     position: relative;
  margin-bottom: 1px;
  width: 90%;
  color: #fff;
  overflow: hidden;
}

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 60%;
  color: #fff;
  overflow: hidden;
}
input[name="tabs"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #00447c;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #00447cc2;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content a{
    color: #f58025 !important;
    
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}

input:checked ~ .tab-content {
  max-height: 20em;
}

.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
/*======== News-Archives================*/
 #news-archives {
    position: absolute;
    float: right;
    margin-left: 69%;
    margin-top: 1%;
    margin-right: 0.1%;
    clear: both;
    overflow: hidden;
    z-index: 5;
    display: list-item;
 }
/*===========News Pages style==========*/
.entry-header {
    padding-bottom: 0;
    margin-bottom: 23px;
    overflow: hidden;
}
.entry-header .date-meta {
    font-size: 59px;
    font-weight: 700;
    height: 82px;
    width: 80px;
    float: left;
}
.entry-contain {
    position: relative;
    padding-left: 30px;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    float: right;
}
.entry-summary {
    word-wrap: break-word;
    /* word-break: break-word; */
    width: 70%;
}
.readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-top: 23px;
}
.entry-header .entry-contain:before {
    content: '';
    position: absolute;
    top: 4px;
    background: #c9c9c9;
    width: 1px;
    left: 15px;
    bottom: -16px;
}
.num{
    font-size: 130%;
    font-family: Lato, Helvetica, sans-serif;
    margin-top: 17%;
    color: #f58025;
}
.readmore a{
    display: inline-block;
    line-height: 30px;
    padding: 5px 25px;
    border: 0;
    background-color: #f58025;
    text-decoration: none;
    color: #00447c;
}
.readmore a:hover{
    color: #692917;
    cursor: pointer;
}
.entry-contain small_header {
    font-size: 196% !important;
}

.news-list li{
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}
.news-list li:hover{
    cursor: pointer;
    background: #eee;
}
.news-list img{
    width: 116px;
    height: 100px;
    float: left;
    margin: 0 15px 0 0;
}
.news-list h3{
    font: bold 18px/1.5 Lato, Helvetica, sans-serif !important;
}
.news-rlist
{
    position: relative;
    float: right;
    width: 21%;
    margin-top: 7%;
    margin-right: 3.1%;
    clear: both;
    overflow: hidden;
    z-index: 5;
    display: list-item;
}
.news-rlist:before
{
    content: '';
    position: absolute;
    top: 4px;
    background: #eee;
    width: 2px;
    left: 4px;
    bottom: -16px;
}
.entry-meta li {
    list-style: none;
    display: inline-block;
    line-height: 18px;
    margin-top: 10px;
    padding-right: 23px;
}
#newssubh::before {
    content: '';
    position: absolute;
    top: 161px;
    background: #eee;
    width: 1px;
    /*left: 115.5px;*/
    left: 120.5px;
    bottom: -1px;
    height: 48px;
}
.entry-header ul{
 margin-left: 0px !important;   
}
/* end news*/



/*======================Footer====================*/
/*--- FOOTER --- */
#footer-center{
    line-height: 125%; 
    float: right; 
    padding-top: 0px; 
    text-align: right; 
    width: 29%;
    margin-top: 25px; 
    font-size: 80%;
    padding-left: 100px;
    /*margin-right: 12%; */
    /*margin-left: 12%;*/
}
.home_footer {
    background-image: url(../../_assets/images/UTAStar_2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    bottom: 0;
    width: 100%;
}
.home_footer .home_inner {
    padding: 4em 0 3em 0;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 70%;
}
.home_footer .content {
    border-top: 1px solid #f9861c;
    width: 100%;
    padding-top: 1em;
}
.home_footer p.uta-copyright {
    font-size: .8em;
    clear: both;
}
.home_footer p {
    margin-bottom: .75em;
}
.home_footer h2 {
    font-weight: 300;
    font-style: italic;
    font-size: 1.5em;
    letter-spacing: 0;
    margin: 0;
        font-size: 180%;
}
.home_footer a {
    border: none;
    text-decoration: none;
}
.home_footer a:hover {
    border-bottom: 1px solid #f9861c;
}
.footer-left {
    float: left;
    width: 50%;
    overflow: hidden;
}
.footer-right {
    float: right;
}
.footer-right-table {
    font-size: 50%;
}
.footer-right-table a {
    clear: left;
    float: left;
    padding: 3px 55px 0px 0px;
    font-size: 180%;
    text-decoration: none;
}
.footer-right-table .left{
    width: 55%;
    display: block;
    float: left;
    padding-right: 5%;
}
.footer-right-table .right {
    width: 45%;
    float: left;
}
#footer-left{
    width: 46%;
    padding: 0px 60px;  
}
#news_footer {
    background-image: url(../../assets/images/UTAStar_edited.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*==============Faculty searchbox===============*/
.filter{
background: #fff;
width: 15%;
height: 40px;
margin: 0;
z-index: 10;
padding: 10px 25px 10px 10px;
font-family: inherit;
font-size: 15px;
color: #2c3e50;
}
/*===Directory banner style========*/
.people_banner{
    height: 40vh;
}
.people_content {
    padding-bottom: 35px;
    min-height: 380px;
    margin-top: 5%;
    margin-right: 3%;
    overflow: hidden;
    padding: 10px 1.04166666% 20px 1.04166666%;
    position: relative;
    margin-left: 8%;
}

/*community parterns*/
.table {
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
    padding-top: 35px;
}

/*=====Media 1096px screen size======*/
@media only screen and (max-width: 1096px) {
    #footer-left{
        width: 48% !important;
        padding-left: 0px !important;
    }
    .footer-center{
        line-height: 125%;
        float: right;
        padding-top: 0px;
        text-align: right;
        width: 14%;
        margin-top: 3px;
        font-size: 80%;
        margin-right: -9px;
        margin-left: -2%;
    }
    p{
        line-height: 1.0 !important;
    }
    li{
        line-height: 1.6 !important;
        list-style: none;
    }
    
    .footer_text{
        margin-left: 110px;
        width: 98%;
    }
    .footer-right{
        line-height: 125%;
        float: right;
        padding-top: 0px;
        text-align: right;
        width: 33%;
        font-size: 80%;
    }
    .footer-right .left{
        width: 120px;
        display: block;
        float: left;
    }
    .footer-right .right{
        width: 140px;
        float: left;
        padding: 0 15px;
    }
    
    .news-rlist
    {
    width: 29% !important;
    margin-top: 10% !important;
    }
    
    .news-main {
     width: 85% !important;
    }
    
    .sub_submenu{
        margin-left: 20px !important;
        max-height: 100% !important;
        -webkit-transition: unset !important;
    }
    .banner_topnav{
        color: #d4effc;
        font-weight: bolder;
        font-size: 90%;
        height: 35px;
        display: table;
        margin-left: 36%;
        position: absolute;
    }
    .left_half{
        float: none !important;
        width: auto !important;
    }
    .right_half{
        float: none !important;
        width: auto !important;
        height: 755px !important;
    }
    .pics{
            top: 51px !important;
            left: -44px !important;
            width: 484px !important;
            height: 505px !important;
    }
    
    .wrapper-main {
      width: 100%;
      margin: 0 auto;
      height: 790px !important;
    }
    .wrapper-lang {
      width: 100%;
      margin: 0 auto;
      height: 565px !important;
    }

    ul.lang_page {
        height: 565px !important;
    }
    ul.main_page{
        height: 790px !important;
    }
    .banner{
        /*height: 580px;*/
        width: 100%;
        position: relative;
        text-align: center;
        display: inline-block;
        overflow: hidden;
    }
    .menu_link{
        padding-top: 0.9em;
		
    }
    .sb-search{
        margin-top: 1.5em !important;
    }
    
    .root_tree li > ul > li {
        width: 48% !important;
    }
    .navcontainer ul {
        border-bottom: 1px solid #f58025;
        padding-bottom: 20px;
        margin-bottom: 10px;
        list-style-type: none;
        font-size: 85%;
        line-height: 130%;
        width: 86%;
        margin-left: 9%;
    }
    .fMember {
        height: 415px;
    }
    .front-main {
        margin-top: 26px;
        margin-left: 55px;
    }
    .tab {
        position: relative;
        margin-bottom: 1px;
        width: 65% !important;
        color: #fff;
        overflow: hidden;
    }
    input:checked ~ .tab-content {
        max-height: 25em !important;
    }
}
@media only screen and (max-height: 1096px) {
    .menu_link{
        padding-top: 0.9em;
    }
    .sb-search{
        margin-top: 1.5em !important;
    }
    .news-wrapper {
        min-height: 100vh;
        padding-bottom: 0;
    }
    .home_footer {
        position: relative !important;
    }
}
@media only screen and (max-height: 1300px) {
    .news-wrapper {
        padding-bottom: 17em;
    }
    .home_footer {
        position: relative !important;
    }
}
/* Most Phone Screen Sizes*/
@media only screen and (min-device-width : 320px) and (max-device-width: 480px){
  .banner {
    height: 40vh;
  }
  .banner-img {
    position: static;
  }
  .home_banner {
    height: 64vh;
  }
  .people_banner{
    height: 30vh;
  }
  .mySlides {
    position: static;
    height: 100%;
  }
  .page-header {
    top: 0;
    min-height: 5em;
  }
  .page-header img {
    height: 2.2em !important;
    top: 3.1vmin;
  }
  .menu_link {
    font-size: 1.5em;
    top: 27px;
  }
  .menu_link{
    font-size: 1.4em;
  }
  .sb-search{
    margin-right: 115px !important;
    margin-top: 1.2em !important;
  }
  .info-popup {
    width: 100% !important;
    float: none !important;
    margin: 1em 0;
  }
  .section {
    padding: 4em !important;
  }
  .news-wrapper {
    padding-bottom: 0 !important;
  }
  .newsarc h1 {
    font-size: 155% !important;
  }
  .news-rlist {
    margin-top: 20% !important;
    margin-right: 5% !important;
  }
  .news-rlist:before {
    visibility: hidden;
  }
  .archv h1 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-bottom: none;
  }
  ul.menu {
    width: 100%;
  }
.news-main {
    margin-left: 40px;
  }
#news-img {
    height: auto;
  }
  .entry-header small_header {
    font-size: 150% !important;
    line-height: 1.5 !important;
  }
  .entry-summary p {
    font-size: 120%;
  }
  .home_footer {
    position: static !important;
  }
  .home_footer .home_inner {
    width: 80%;
  }
  .footer-left {
    float: none;
    width: 100%;
  }
.footer-right {
    float: left;
    width: 100%;
  }
.footer-right-table {
    font-size: 55%;
  }
}
/* Phone Landscape Orientation*/
@media only screen and (min-device-width : 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .banner {
    height: 70vh;
  }
}
/* Most Tablet Screen Sizes*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner {
    height: 40vh;
  }
  .banner-img {
    position: static;
  }
  .info-popup {
    top: -3em !important;
  }
  .home_footer {
    background-attachment: scroll;
    background-position: 50% 70%;
  }
}
/*======================Advising====================*/
.info-popup {
    position: relative;
    z-index: 100;
    padding: 0.6em 0.6em 1.2em 0.6em;
    background: rgb(34,34,34);
    background: rgba(34, 34, 34, 0.84);
    top: 0;
    width: 25%;
    float: right;
    color: #fff;
}
.imp-dates-header {
    text-align: center;
    margin: 0;
    padding: 0.2em 0 0.6em 0;
    color: #fff;
    font-weight: 549;
    text-transform: uppercase;
}
table.important-dates tr {
    background-color: transparent !important;
}
table.important-dates td {
    border: none;
    padding: 1.3%;
}
table.important-dates td:nth-child(odd) {
    white-space: nowrap;
}
.skipnav{
    margin:0 !important;
    padding:0 !important;
}

.skipnav a{
    position:absolute;
    left:-1000em;
    overflow:hidden;
    position:absolute;
    top:0;
    width:1px;
    height:1px;
    z-index:1000;
}
.skipnav a:focus{
    left:20%;
    top:0;
    width:auto;
    height:auto;
    background-color:#000;
    color:#fff;
    padding:15px 20px;
    font-weight:700;
    font-size:11px;
    border-radius:0 0 3px 3px;
    text-decoration:none;
}
/*==============Social Media==========*/
.socialMedia {
    width:45px;
}