@import "root.css";

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
	font-family: var(--aua-text-font);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1rem;
    color: #555 !important;
    background: #fff !important;
    width: 100%;
}

main {
    font-size: initial;
}

table.table thead tr td, table.table thead tr th {
	color: var(--aua-blue) !important;
	border-top: 4px solid var(--aua-blue);
	font-weight: 600;
	font-size: 1.0rem;
    padding-top: 16px;
    padding-bottom: 16px;
}

table.table thead tr td, table.table thead tr:last-of-type {
    border-bottom: 4px solid var(--aua-blue);
}


table.table.table-striped tbody tr {
    vertical-align: top;
}

th.info, tr.info, td.info {
    border-top: 2px solid var(--aua-blue) !important;
    border-bottom: 2px solid var(--aua-blue) !important;
}

.core-flex-table {
    width: calc(100% - 2px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid var(--aua-blue);
}

.flex-table-index {
    padding: 16px 8px;
    width: 40px;
    margin-right: 4px;
    line-height: 1.33;
}

.flex-table-content {
     padding: 16px 8px;
     width: calc(100% - 60px);
     line-height: 1.33;
}

.flex-col.width100 .core-flex-table:nth-of-type(even){
    background-color: var(--aua-light-grey)
}

a div {
    word-break: break-word;
}

nav.nav-uni-core {
    position: relative;
    padding-top: 0;
    background-color: #f6fafd;
    border: none;
    height: 200px;
    /*width: calc(100% - 128px);*/
    width: 100%;
    margin: 0 0 0;
    background-image: url(https://university.auanet.org/core/img/AUAuniversityWebHeader200.png);
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

#MENUDIV {
    padding-right: 16px;
}

a:hover {
	color: var(--aua-secondary-blue);
}

ul, ol, p, .img-text { 
	font-size: 1rem !important; 
	text-align: left;
}

p, li, td {
    /*font-size:16px*/;
    font-family: 'FrutigerNeueW01-Regular', arial, sans-serif;
    color: #555;
    /* font-size: 16px; */
    line-height: 1.54;
    
}

ul.auau-core-nav > li a {
    color: white;
    height: 100%;
    font-family: var(--aua-header-font);
    font-size: 1.0rem;
    line-height: 1.1rem;
}

ul.auau-core-nav li a:hover {
	color: var(--aua-light-blue);
}

#Core-Content-Main {
	background: white;
    padding: 16px 160px;
    margin: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 448px);
}

ul.auau-core-nav li  {
	font-family: var(--aua-header-font) !important; 
	font-size: 0.88rem;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; }
h1, h2, h3 { margin-top: 0.5em; }

h2.short_headline, h2, h1 { 
	color: var(--aua-blue); 
	font-family: var(--aua-header-font); 
	font-size: 3.4rem;
    line-height: 4rem;
    font-weight: 400;
}

h3.short_headline span, h3 { 
	color: var(--aua-blue); 
	font-family: var(--aua-text-font);
	font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    /*font-size: 1.8rem;
    line-height: 2rem;*/
}

h4 span, h4 { 
	color: var(--aua-blue); 
	font-family: var(--aua-text-font);
	font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 700;
    /*font-size: 1.2rem;
    line-height: 1.5rem;*/
}

h5 span, h5 { 
	color: var(--aua-blue); 
	/*font-family: var(--aua-header-font);*/
	/*font-size: 1.0rem;
    line-height: 1.5rem;*/
    font-size: 1.5rem;
    line-height: 1.65rem;
    font-weight: 400;
}

h6 span, h6 { 
	color: var(--aua-blue); 
	font-family: var(--aua-header-font);
	/*font-size: 1.0rem;
    line-height: 1.5rem;*/
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.core-img {
    width: 100%;
     min-height: 1px; 
     /*max-height: 1px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    overflow: hidden;
}

.img-text {
    background-color: #d9d9d9;
    color: #00567a;
    padding: 4px 8px;
    line-height: 1.54;
    font-weight: 400;
    max-height: 100%;
	overflow: visible;
	text-overflow: visible;
	white-space: normal;
}

.img-text:hover {
	max-height: 100%;
	overflow: visible;
	text-overflow: visible;
	white-space: normal;
	cursor: pointer;
}

th {
	text-align: left;
	vertical-align: top;
}

.width33 {
	width: 100% !important;
	margin-bottom: 8px;
}

.width33 > .flex-end {
	justify-content: inherit !important; 
}

.title-subsection {
	color: var(--aua-blue); 
	font-family: var(--aua-text-font);
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 700;
}

.core-title {
	color: inherit !important;
}

.row-flex-between > div { max-width: 100%; }

.internal-link, .internal-link:visited { color: var(--aua-light-blue); font-weight: 600; }

.internal-link:hover, .internal-link:active { color: var(--aua-secondary-blue); }

.core-contenet-div.margin-top-32 { margin-top: 0px !important; }

.core-figure { border: none; }

.video-text { font-family: var(--aua-header-font); padding: 8px 0;}

.video-text a { color: inherit; }

.aua-menu-div {
    display: flex;
    flex-direction: column;
    padding: 8px 8px 16px;
    background-color: white;
    border: 1px solid #00567a;
    position: fixed;
    top: 202px;
    right: 8px;
    overflow-y: auto;
    text-overflow: ellipsis;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33vw;
    height: 67vh;
    /*box-shadow: -2px 2px 1px grey;*/
    border-radius: 8px 0 0 8px;
}

.aua-menu-div-new {
    float: right;
    max-width: 20vw;
    min-width: 10vw;
    padding: 16px;
    margin-left: 8px;
    border-left: 1px solid var(--aua-dark-blue);
    border-bottom: 1px solid var(--aua-dark-blue);
    border-top: 1px solid var(--aua-dark-blue);
    border: 1px solid var(--aua-dark-blue);
    border-radius: 8px;
    /*position: sticky;*/
    /*top: -64px;*/
    background: white;
    position: relative;
}

.aua-menu-title {
    margin-top: 0px; 
    border-bottom: 1px solid var(--aua-dark-blue); 
    color: var(--aua-dark-blue); 
    font-weight: 600;
}

.h3-item {
    padding-left: 0;
    font-size: 0.98rem;
    font-weight: 500;
    word-break: break-word;
}

.h4-item {
    padding-left: 1.25em;
    font-size: 0.94rem;
    font-weight: 400;
    word-break: break-word;
}

.h5-item {
    padding-left: 2.5em;
    font-size: 0.92rem;
    font-weight: 400;
    word-break: break-word;
}

.author-widget {
    width: calc(33% - 24px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 8px 8px 0;
    /*border: 1px solid var(--aua-blue);*/
    /*box-shadow: var(--aua-box-shadow-right);*/
    padding: 8px;
    border-radius: 8px;
    min-height: 96px;
}

.author-widget a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.author-widget-image {
    width: 56px;
    height: 56px;
    /*padding: 8px;*/
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--aua-orange);
}

.author-widget-image img.author-img {
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: cover;
    overflow: hidden;
}

.author-widget-text {
    padding: 8px;
    /*font-size: 1.0rem;*/
    /*font-weight: 500;*/
    width: calc(100% - 88px);
    position: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.author-widget-text div {
    padding: 4px;
}

.author-widget-text-name {
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--aua-dark-blue);
}

.author-widget-text-role {
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--aua-slate-blue);
}

.author-widget-text-name: hover,
.author-widget-text-role:hover,
.author-widget a:hover {
    color: var(--aua-secondary-blue) !important;
}

.author-image-left {
    float: left;
    width: 225px;
    height: auto;
    overflow: hidden;
    margin: 0 16px 16px 0;
}

.author-image-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

@media (max-width: 1024px) {
    h2 { font-size: 2.5rem; line-height: 3; }

    #Core-Content-Main {
        padding: 16px 32px;
        margin: 0 24px;
        width: calc(100% - 112px);
    }
}

@media (max-width: 1368px) {
    #Core-Content-Main {
        padding: 16px 48px;
        margin: 0 32px;
        width: calc(100% - 160px);
    }
}

