@media screen and (min-width: 64em) {
    .l-site-mega-navigation--toolbox {
        display: flex;
    }
}

@media screen and (min-width: 75em) {
    .l-site-mega-navigation--toolbox {
        display: none;
    }
}

.co-branding__logo {
    background-color: rgba(255, 255, 255, 0.8);
}

.co-branding__logo a {
    color: #e32213;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.co-branding__logo a .co-branding__logo--image {
    width: 100%;
}

@media screen and (max-width: 48em) {
    .co-branding__logo {
        background-color: rgba(255, 255, 255, 1.0);
    }
}

.l-base-hero__small .l-base-hero--navigation-inner,
.l-base-hero__large .l-base-hero--navigation-inner {
    height: auto;
}

@media screen and (min-width: 48em) {
    .l-base-hero__small .l-base-hero--navigation-inner {
        height: 320px;
    }

    .l-base-hero__large .l-base-hero--navigation-inner {
        height: 700px;
    }
}

.richtext img.u-image-inline,
.richtext img.sq-icon{
    max-width: 100%;
    width: auto;
}

.richtext .accordion--title a.accordion--link,
.richtext .pagination--controls a.pagination--page-nav {
    text-decoration: none !important;
}

.btn-group .btn {
    margin-bottom: 0.4rem;
    margin-right: 0.325rem;
}

.richtext .u-no-margin {
    margin: 0 !important;
}

.richtext a.card,
.richtext a.article-card--link {
    text-decoration: none !important;
}

.article-card:focus,
.article-home:focus,
.article-item:focus,
.card:focus,
.fact-box:focus {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .25);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}
.card:focus .card--cover {
    opacity: .75
}
.card:focus .card--subtitle {
    color: #9d3028
}
.card:focus .card--title__prominent:after {
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.accordion--link {
    display: block;
}

#content form .input:not(.input__datetime) {
    width: 100%;
}

.u-form-label {
    display: block;
    font-size: 1rem;
}

@media screen and (min-width: 48em) {
    .u-form-label{
        text-align: right;
    }
}

.inline-blockquote > p:last-of-type::after {
    font-size: 2rem;
    font-family: sans-serif;
    line-height: .1rem;
    vertical-align: -0.5rem;
    margin-left: 0.2rem;
}

.neutral {
    color: #f4f4f4;
}

.block.neutral, .block.t-neutral {
    background-color: #f4f4f4;
    color: #000;
}

.l-site-navigation--double-logo {
    padding: 30px 125px 30px 10px;
}

.l-site-navigation--double-logo .l-site-navigation--logo-left {
    border-right: 1px solid #bbb;
    float: left;
    padding: 0 10px 0 0;
}

.l-site-navigation--double-logo .l-site-navigation--logo-right {
    float: left;
    padding: 0 0 0 10px;
}

.l-site-navigation--double-logo .l-site-navigation--logo-dark {
    height: 20px;
}

.block__pad-sm-h-only {
    padding: 0 .625rem;
}

.block__pad-xlg-v-only {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (min-width: 31em) {
    .l-site-navigation--double-logo {
        padding: 30px;
    }

    .l-site-navigation--double-logo .l-site-navigation--logo-left {
        border-right: 1px solid #bbb;
        float: left;
        padding: 0 20px 0 0;
    }

    .l-site-navigation--double-logo .l-site-navigation--logo-right {
        float: left;
        padding: 0 0 0 20px;
    }

    .l-site-navigation--double-logo .l-site-navigation--logo-dark {
        height: 40px;
    }
}

@media screen and (min-width: 75em) {
    .l-site-navigation--double-logo {
        padding: 40px 0;
    }

    .l-site-navigation--double-logo .l-site-navigation--logo-left {
        border-right: 1px solid #bbb;
        float: left;
        padding: 0 30px 0 0;
    }

    .l-site-navigation--double-logo .l-site-navigation--logo-right {
        float: left;
        padding: 0 0 0 30px;
    }

    .l-site-navigation--double-logo .l-site-navigation--logo-dark {
        height: 46px;
    }
}

.s-inverse.gallery-slider--next::before, .s-inverse.gallery-slider--prev::before {
    color: #fff !important;
}

.content_full_width {
    width: 100%;
    padding-left: 0;
}

.menu_nav_zero {
    width: 0%;
}

input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], input[type="submit"], textarea, .input:not(select) {
    -webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], input[type="submit"], textarea, .input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

select.input, select.input.u-glassy {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(http://www.utas.edu.au/__data/assets/file/0011/1084817/caret-down.svg);
    background-repeat:no-repeat;
    background-position: center right 10px;
    background-size: .8rem;
}

select.input.input__inverse, select.input.input__inverse.u-glassy {
    background-image: url(http://www.utas.edu.au/__data/assets/file/0010/1084825/caret-light.svg);
}

select.input__datetime, select.input__datetime.u-glassy {
    width: auto;
    min-width: 70px;
    display: inline-block;
}

.l-site-footer--social-links-single {
    margin-bottom: 15px;
}

.form-row--meta {
    margin-bottom: 5px
}

.form-row ul {
    padding-left: 0;
}

.richtext .form-row ul:not(.link-list):not(.u-unstyled-list):not(.entity-list--main) li:before {
    content: "";
}

.appearance .select:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
}

.article-item--title {
    font-family: Arvo,Rockwell,"Courier Bold",Courier,Georgia,Times,"Times New Roman",serif;
}

.radio-button--label, .radio ul li label {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.image-group--item {
    content: "";
    display: block;
    padding-bottom: 32.4%;
    height: 0;
}

.image-group--item:nth-child(10) {
    width: 100%;
    padding: 50%;
}

.image-group--clip {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3%;
}

.image-group--item:nth-child(10) .image-group--clip {
    padding: 1%;
}

.image-group--clip .image-group--image {
    object-fit: cover;
    object-position: center;
}

.image-group--item:hover {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.image-group--item:hover .image-group--image {
    -ms-transform: scale(.96);
    transform: scale(.96);
    opacity: .9;
    transition: all 200ms ease-in-out;
}

@media screen and (min-width: 48em) {
    .image-group--item {
        padding-bottom: 12.2%;
    }

    .image-group--item:nth-child(10) {
        width: 25%;
        padding: 12.2%;
    }

    .image-group--item:nth-child(10) .image-group--clip {
        padding: 1.5%;
    }
}

abbr[title], acronym[title] {
    text-decoration: none;
    cursor: help;
}

/* For use with themed blocks with g-row__flex */
.block__flex, .card__flex {
    flex: 1 0 auto;
}

.form__date, .form__dob {
    display: flex;
}

.form__date select, .form__date-select {
    flex-grow: 3;
    margin: 0 3px;
}

.form__date select:first-of-type, .form__date-select:first-of-type {
    margin-left: 0px;
}

.form__date select:last-of-type, .form__date-select:last-of-type {
    margin-right: 0px;
}

.embed-container-video, .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container-video iframe, .embed-container-video object, .embed-container-video embed,
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table__first-col-heading tbody th {
    border-bottom: 0;
}

.cxi-home .image-tile--background {
    opacity: 1;
}

.cxi-home .image-tile:after {
    background-image: none;
}

.cxi-home .cxi-events {
    background: #e32214;
    background: linear-gradient(183deg, #e32214 0%,#e32214 83.6%,#ffffff 84%,#ffffff 100%);
}

.btn__cxi.btn {
    background: url(http://www.utas.edu.au/__data/assets/image/0006/1058019/cxi-btn-bg.png) transparent repeat-x;
    border: 0;
    transition: opacity 300ms ease-in-out,background 300ms ease-in-out,width 300ms ease-in-out,color 300ms ease-in-out,transform 80ms linear;
    height: 43px;
    font-family: Arvo,Rockwell,"Courier Bold",Courier,Georgia,Times,"Times New Roman",serif;
    color: #fff;
    margin-left: 31px;
}

.btn__cxi.btn::before{
    content: "";
    background: url(http://www.utas.edu.au/__data/assets/image/0005/1058018/cxi-btn-pre.png) transparent no-repeat 0 0;
    width: 31px;
    height: 43px;
    position: absolute;
    right: 100%;
    top: 0;
}

.btn__cxi.btn:hover {
    opacity: .85;
    background-color: transparent; 
}

@media screen and (max-width: 48em) {
    .cxi-home .cxi-events {
        padding-bottom: 8%;
        padding-bottom: 4.5rem;
    }
}

@media screen and (min-width: 48em) {
    .cxi-home .cxi-events {
        background: linear-gradient(115deg, #ffffff 0%,#ffffff 50%,#e32214 50%,#e32214 100%);
    }
}

.l-site-footer--inner .l-site-footer--inner-logo {
    margin-bottom: 5rem;
}

.table td.white, .table th.white {
    background: #fff !important;
}

.table td.grey, .table th.grey {
    background: #f4f4f4 !important;
}

.alert {color: #856404;}
.alert__error {color: #b94a48;}
.alert__success {color: #fff;}
.alert__primary {color: #131213;}
.alert__info {color: #004085}

.alert__info a {color: #002752;}
.alert__info a:hover {color: #005abd;}

.alert__success a {color: #fff}
.alert__success a:hover {color: #d0d0d0;}

.u-visuallyhidden.focusable:active,.u-visuallyhidden.focusable:focus {width: auto!important}

/*.l-site-navigation--logo img {border: 1px solid transparent;}
.l-site-navigation--logo:focus img{border: 1px dotted}*/

.accordion--heading:focus, .accordion--link:focus {color: #e32213;}

.t-green.table thead th,
.t-babyblue.table thead th,
.t-blue.table thead th,
.t-purple.table thead th,
.t-grape.table thead th,
.t-red.table thead th,
.t-utas.table thead th,
.t-gray.table thead th,
.t-shark.table thead th,
.t-mineshaft.table thead th,
.t-default.table thead th
{color: #fff}

.t-alto.table, .t-silver.table {color: #838383}

.t-gray.table {color:#474747}

.t-shark.table tbody tr:nth-child(even)>td, .t-shark.table tbody tr:nth-child(even)>th {background: #f4f4f4;}

/*code {
    background: #f8f7c7;
    color: #454422;
    margin: 1em 0;
    overflow: auto;
    border: 1px solid #dedda5;
    border-radius: 5px;
}*/

.u-mt-0{margin-top: 0!important}
.u-mb-0{margin-bottom: 0!important}
.u-mr-0{margin-right: 0!important}
.u-ml-0{margin-left: 0!important}
.u-mx-0{margin-left: 0!important; margin-right: 0!important}
.u-my-0{margin-top: 0!important; margin-bottom: 0!important}
.u-m-0{margin: 0!important}
.u-pt-0{padding-top: 0!important}
.u-pb-0{padding-bottom: 0!important}
.u-pr-0{padding-right: 0!important}
.u-pl-0{padding-left: 0!important}
.u-px-0{padding-left: 0!important; padding-right: 0!important}
.u-py-0{padding-top: 0!important; padding-bottom: 0!important}
.u-p-0{padding:0!important}

.u-visuallyhidden + * {margin-top: 0}

img:not(.entity-card--image):not(.video-block--cover-image):not(.u-image-full),
.richtext img:not(.entity-card--image):not(.video-block--cover-image):not(.u-image-full) {
    max-width: 100%;
    width: auto;
}

.richtext img.u-image-full, img.u-image-full {
    width: 100%;
}

.captioned-image__left-sm, .captioned-image__left-md {max-width: none; float: left;} 
.captioned-image__right-sm, .captioned-image__right-md {max-width: none; float: right;}
.captioned-image__left .captioned-image--container {margin-right: 1rem; width: fit-content;}
.captioned-image__right .captioned-image--container {margin-left: 1rem; width: fit-content;}
.captioned-image__left-sm, .captioned-image__right-sm, .captioned-image__left-md, .captioned-image__right-md {width:50%}
.captioned-image__left-lg, .captioned-image__right-lg {width:100%}

@media screen and (min-width: 30em) {
    .captioned-image__left .captioned-image--container {margin-right: 2rem;}
    .captioned-image__right .captioned-image--container {margin-left: 2rem;}
    .captioned-image__left-sm, .captioned-image__right-sm {width:40%}
    .captioned-image__left-md, .captioned-image__right-md {width:50%}
    .captioned-image__left-lg, .captioned-image__right-lg {width:65%}
}

@media screen and (min-width: 64em) {
    .captioned-image__left-sm, .captioned-image__right-sm {width:30%}
    .captioned-image__left-md, .captioned-image__right-md {width:45%}
    .captioned-image__left-lg, .captioned-image__right-lg {width:60%}
}

.t-alto__glassy.block, .t-alto__glassy.btn, .t-alto__glassy-more.block, .t-alto__glassy-more.btn {
    color: #000;
}

.u-sans-serif {
    font-family: "Open Sans", sans-serif
}