/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 17 October 2016 12:07:07
*/


/* @group generic */

body {
    font: 16px/1.6 'Open Sans', 'MS Trebuchet', sans-serif;
    background-image: url(/src/img/0011/759737/bva-grad-bg.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
}
body.shome {
    background-image: url(/src/img/0009/759735/bva-grad-bg-s.jpg);
}
body.page {
    background-image: url(/src/img/0007/759733/bva-grad-bg-p.jpg);
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: normal;
    color: #4F79A5;
    line-height: 1.2;
}
p {
    margin-top: 0;
}
.partner-block ul {
    display: none;
}
a:link {
    color: #08c;
}
a:focus, a:hover {
    box-shadow: 0 0 5px 1px #09f;
    visibility: visible;
}
a:active {
    background-color: #def;
}
a:visited {
    color: #459;
}

/* @end */

/* @group reset blueprint */

.span-4, .span-6, .span-8, .span-10, .span-12 {
    margin-left: 0;
    width: auto;
    float: none;
}

/* @end */



/* @group header */

#header {
    position: relative;
    height: 132px;
}

/* @group skiplinks */

.skiplinks {
    font-size: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 150px;
    list-style: none;
}
.skiplinks a {
    position: relative;
    left: -999em;
}
.skiplinks a:hover, .skiplinks a:focus {
    left: 0;
    z-index: 50;
}

/* @end */

#header h1, #header h1 a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: 99px;
    overflow: hidden;
    border: none !important;
}
#header img {
    width: 130px;
    height: 99px;
    border: none !important;
}

/* @group social */

#header .social {
    display: block;
    float: right;
    margin: 17px 0 33px 0;
}
#header .social h2 {
    font-size: 16px;
    color: #007AC5;
    text-align: right;
    margin-bottom: 5px;
    float: left;
}
#header .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
    float: right;
}
#header .social li {
    float: right;
}
#header .social a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    text-align: left;
    box-shadow:0 2px 3px #ccc;
    margin: 0 0 10px 1em;
}
#header .social a:hover, #header .social a:focus {
    box-shadow: 0 0 5px 1px #09f;
}
#header .social a.facebook {
    background-position: 0 0;
    background-image: url(/src/img/0004/759739/bva-sprites.gif);
}
#header .social a.twitter {
    background-position: 0 -48px;
    background-image: url(/src/img/0004/759739/bva-sprites.gif);
}
#header .social a.email {
    background-position: 0 -96px;
    background-image: url(/src/img/0004/759739/bva-sprites.gif);
}
#header .social a.donate {
    background-position: 0 -144px;
    background-image: url(/src/img/0004/759739/bva-sprites.gif);
    text-indent: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 1px 1px #396;
    width: 127px;
}

/* @end */

/* @group search */

.search {
    clear: both;
    float: right;
    position: relative;
    padding: 0;
    border: 1px solid #999;
    border-radius:12px;
    height: 24px;
    margin-bottom: 10px;
}
.search h2 {
    position: absolute;
    left: -999em;
}
.search #q {
    border: none;
    background: transparent;
    font-size: 85%;
    width: 10em;
    height: 16px;
    line-height: 1;
    border-radius:12px;
}
.search button {
    vertical-align: top;
    border: none;
    background: transparent;
    color: #666;
}
.search button b {
    display: block;
    position: absolute;
    text-indent: -999em;
}

/* @end */

/* @end */

/* @group menu */
body.page div.menu-container {
    background-image: url(/src/img/0009/759735/bva-grad-bg-s.jpg);
    background-position: 0 -132px;
    background-repeat: repeat-x;
}
#menu {
    background-color: #007AC5;
    clear: both;
}
#menu h2 {
    position: absolute;
    left: -999em;
}
#menu .home-link {
    display: none;
}
#menu .home-link span {
    position: absolute;
    left: -999em;
}

/* @group sf-menu essential */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/* @end */

/* @group sf-skin */

.sf-menu {
    float: left;
}

.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    line-height: 2.5;
    border-right: 1px solid #0055AA;
}
.sf-menu li {
    background: #007AC5;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li, .sf-menu ul ul li {
    background: #007AC5;
    border-bottom: 1px dotted #005599;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li:focus {
    background: #005599;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}
.sf-menu a:active {
    background: #360;
}

/* @end */

/* @end */

/* @group slides 3 */

.slides {
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    overflow: hidden;
    background: #005599;
}
#home-slides .home-slide {
    width: 100%;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
}
#home-slides img {
    width: 100%;
}
#home-slides p {
    margin: 0 0 0.5em;
}
#home-slides a {
    color: #fff;
    text-decoration: none;
}
#home-slides a:hover, #home-slides a:focus {
    border-bottom: none;
    color: #ff9;
}

/* @group slide-description */

.hide-caption .summary {
    display: none;
}
.summary {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    width: 40%;
    font-size: 13px;
    background-color: #000;
    opacity: 0.8;
    border-radius:5px;
}
.summary p.title {
    font-size: 16px;
}
.summary p.more {
    font-size: 11px !important;
    text-transform: uppercase;
    bottom: 0;
}
.summary a {
    color: #fff;
}
/* @end */

/* @group slide-nav */

.slide-navigation {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    left: 10px;
    opacity: 0.8;
    padding: 3px 0 3px 3px;
    position: absolute;
    z-index: 10;
    font-size: 11px;
}
.slide-navigation a, #home-slides a {
    border-bottom: none;
}
#home-slides .slide-count {
    border-left: 1px solid #002C4F;
    color: #fff;
    letter-spacing: 2px;
    padding: 1px 6px;
}
#home-slides .previous-slide {
    background: url("data:image/gif;base64,R0lGODlhCQAJAKIFAOXq71Z4mtff5ytVgI+lvAAzZgAAAAAAACH5BAEAAAUALAAAAAAJAAkAAAMZWFohsyoAIKCcYV2Q1wQExHydRopXhTpKAgA7") no-repeat scroll 50% 50% transparent;
}
#home-slides .play-pause-slide {
    background: url("data:image/gif;base64,R0lGODlhCQAJAJECAOXq73OPqwAzZgAAACH5BAEAAAIALAAAAAAJAAkAAAIVFBASJ4bKXFqgnRkvrHLbR30Yp4UFADs=") no-repeat scroll 50% 50% transparent;
}
#home-slides.paused .play-pause-slide { background: url('data:image/gif;base64,R0lGODlhCQAJAPMIAI+lvLrI1itVgOXq71Z4mg4+btff58jT3gAzZgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUAAAgALAAAAAAJAAkAQAQaEKEgpJX02sH52RxQXJ1IGoSGdEMmse6KXhEAOw==') 50% 50% no-repeat; 
}
#home-slides .next-slide {
    background: url("data:image/gif;base64,R0lGODlhCQAJAPIFAOXq71Z4mtff5ytVgI+lvAAzZgAAAAAAACH5BAUAAAUALAAAAAAJAAkAQAMXWDUS+qtBSIB9wQKHNVeC9XUilJUgWiQAOw==") no-repeat scroll 50% 50% transparent;
}
#home-slides .next-slide, #home-slides .previous-slide, #home-slides .play-pause-slide {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    overflow: hidden;
    text-indent: -300px;
    width: 20px;
}

/* @end */

/* @end */

/* @group breadcrumbs */

#breadcrumbs {
    margin: 10px 0;
}
.home #breadcrumbs {
    margin: 0;
}
#breadcrumbs ul, #breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #999;
    display: inline;
}
#breadcrumbs .home-link span {
    position: absolute;
    top: 0;
    left: -999em;
}
#breadcrumbs a:link {
    color: #666;
}
#breadcrumbs span {
    font-size: 90%;
    color: #ccc;
}
/* @end */


/* @group content */

#content {
    clear: both;
    padding: 1em 0 2em;
    font-size: 90%;
}
.more-link {
    font-size: 80%;
}
.timestamp, .news-meta {
    color: #666;
    font-size: 80%;
    font-style: italic;
}

/* @group news */

.news-listing li {
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2em;
}
.news-item, .news-summary, .news-body {
    margin-bottom: 1em;
}
.news-summary {
    font-size: 110%;
    font-style: italic;
    font-weight: bold;
    color: #666;
}

/* @end */

/* @group social */

.fb, .tw {
    margin-bottom: 1.5em;
    position: relative;
    overflow: hidden;
}

/* @end */

/* @end */

/* @group snav */

#snav {
    background-color: #e7f0f5;
    border-radius:6px;
    margin: 0 0 2em;
    padding: 0.5em;
    list-style: none;
}
#snav li, #snav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#snav li {
    position: absolute;
    left: -999em;
}
#snav li.current, #snav li.hierarchy, #snav li li {
    position: relative;
    left: 0;
}
#snav li a {
    display: block;
    padding: 5px;
    font-size: 20px;
}
#snav li li a:before {
    font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;margin-top:0;
    content:"\f04b";
    font-size: 90%;
    color: #bbb;
    padding-right: 4px;
}
#snav li li a {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
#snav li li li a {
    font-weight: normal;
    padding-left: 2em;
}
#snav li li li li a {
    padding-left: 4em;
}

/* @end */

/* @group footer */
.divider {
    border-top: solid #afc9d8;
    margin-bottom: 1em;
}
.divider hr {
    display: none;
}
#footer {
    border-width: 3px 0 0 0;
    font-size: 80%;
}
#footer .bva-block {
    margin-bottom: 1em;
}
#footer .statement {
    font-size: 110%;
    font-style: italic;
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
}
#footer .contact h4 {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}
#footer ul, #footer li {
    line-height: 1.3;
}
#footer .contact ul, #footer .contact li {
    color: #333;
    list-style: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
/* @end */

/* @group partner-block */

/* the only non mobile first element (for IE!) */

.partner-block {
    margin: 0;
    float: right;
    width: 600px;
    height: 150px;
    position: relative;
    background-image: url(/src/img/0009/966519/partner_logo_panel_2015.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.partner-block h4 {
    color: #007AC5;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    background-color: #fff;
    height: 20px;
    padding: 0;
    margin: 0;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}
.partner-block ul, .partner-block li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partner-block .initiative {
    position: absolute;
}
.partner-block .members {
    position: absolute;
    left: 172px;
}
.partner-block .partners {
    position: absolute;
    left: 450px;
}
.partner-block a {
    position: absolute;
    text-indent: -999em;
    display: block;
/*    outline: 1px red solid;  turn this on to help with positioning */
    background-color: transparent;
}
.partner-block a.au-gov {
    width: 110px;
    height: 80px;
    top: 20px;
}
.partner-block a.bei {
    left: 0px;
    top: 25px;
    width: 80px;
    height: 55px;
}
.partner-block a.unimelb {
    left: 0;
    top: 90px;
    width: 105px;
    height: 40px;
}
.partner-block a.unsw {
    left: 95px;
    top: 30px;
    width: 90px;
    height: 40px;
}
.partner-block a.nicta {
    left: 200px;
    top: 25px;
    width: 50px;
    height: 50px;
}
.partner-block a.cera {
    left: 125px;
    top: 85px;
    width: 120px;
    height: 50px;
}
.partner-block a.uws {
    left: 75px;
    top: 25px;
    width: 80px;
    height: 55px;
}
.partner-block a.nvri {
    left: 0;
    top: 25px;
    width: 60px;
    height: 55px;
}
.partner-block a.rvee {
    left: 0;
    top: 90px;
    width: 130px;
    height: 40px;
}

/* @end */

/* @group Profiles */

.profile {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}
.profile h2 {
    font-size: 160%;
}
.profile .p-image {
    width: 115px;
    float: left;
    margin-right: 1em;
    padding-bottom: 1em;
}
.profile .p-details {
    float: left;
    width: 70%;
    padding-bottom: 1em;
}
/* @end */

/* @group Contact form */

.site-form .notice {
    background-color: #fff6bf;
    border: 2px solid #fd2;
    color: #514721;
    padding: 0.5em;
    border-radius:6px;
}
.site-form .q {
    clear: both;
}
.site-form .question {
    float: left;
    width: 20%;
}
.site-form .answer {
    float: left;
    width: 75%;
}
.site-form .answer input[type=text], .site-form .answer textarea {
    width: 100%;
}
.site-form ul {
    list-style: none;
    margin-left: 0;
}
.site-form ul li {
    padding-bottom: 0.5em;
}
.site-form ul input[type=radio] {
    margin: 0;
}
.site-form ul label {
    display: inline;
}
.site-form .submit {
    margin-left: 20%;
}
/* @end */


/* @group edit and manage */

.edit-section {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}
.edit-section label {
    display: inline;
    padding: 0 0.5em;
}
.edit-section table {
    width: 100%;
}
.edit-section th {
    font-size: 120%;
}
.edit-section th, .edit-section td {
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
}
.edit-section .show-caption li {
    list-style: none;
}

.slideshow-listing>li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 1em;
    border-left: 10px solid #ccc;
}
.slideshow-listing .Image.Live {
    border-left-color: #DBF18A;
}
.slideshow-listing .Image.Under.Construction {
    border-left-color: #AACCDD;
}
.slideshow-listing .Image.Archived {
    border-left-color: #C2B0A0;
}

/* @end */

/* Burger: скрыт по умолчанию, показывается только на мобильных */
.burger-btn {
    display: none;
}

/* Media Queries */

@media only screen and (max-width: 767px) {
/* ===== Mobile: small screens ===== */
body.home, body.shome, body.page {
    background-image: none;
    background-color: #e8eef2;
}

/* Header: логотип как на десктопе */
.header-container .container {
    padding-left: 10px;
    padding-right: 10px;
}
#header {
    height: 132px;
    min-height: 132px;
    padding: 10px 0;
}
#header h1, #header h1 a, #header img {
    width: 173px;
    height: 132px;
}
#header img {
    width: 173px;
    height: 132px;
}
#header .social {
    width: auto;
    max-width: 50%;
    margin: 8px 0 0;
}
#header .social h2 {
    position: absolute;
    left: -999em;
}
#header .social ul {
    margin: 0;
}

/* Search */
.search {
    width: 140px;
    margin-top: 4px;
}
.search #q {
    width: 95px;
}

/* Burger: кнопка только на мобильных */
.burger-btn {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateY(-50%);
    z-index: 11;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: #005599;
    color: #fff;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
}
.burger-btn .burger-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: transform .2s, opacity .2s;
}
.burger-btn.menu-open .burger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.burger-btn.menu-open .burger-bar:nth-child(2) {
    opacity: 0;
}
.burger-btn.menu-open .burger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Menu: удобные зоны нажатия, подменю на всю ширину */
.menu-container .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.menu-container {
    position: relative;
}
.menu-container .container {
    min-height: 52px;
}
.burger-btn {
    display: flex;
}
#menu {
    display: none;
    padding: 52px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
}
.menu-container.menu-open #menu {
    display: block;
}

/* Открытое меню на всю ширину и высоту страницы */
.menu-container.menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #007AC5;
    overflow-y: auto;
}
.menu-container.menu-open .container {
    min-height: 100vh;
    padding-bottom: 2em;
}
.menu-container.menu-open #menu {
    min-height: calc(100vh - 52px);
    padding: 52px 16px 2em 16px;
    width: 100%;
    box-sizing: border-box;
}
.menu-container.menu-open .burger-btn {
    top: 12px;
    transform: none;
}
.sf-menu > li {
    float: none;
    display: block;
    border-bottom: 1px solid #0055AA;
}
.sf-menu > li > a {
    padding: 12px 10px;
    font-size: 16px;
    line-height: 1.4;
    min-height: 44px;
    box-sizing: border-box;
}
.sf-menu ul {
    position: static;
    display: none;
    box-shadow: none;
    min-width: 0;
    background: #005599;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}
/* При открытом бургер-меню подпункты всегда видны */
.menu-container.menu-open .sf-menu ul {
    display: block !important;
}
.sf-menu ul li {
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,.15);
}
.sf-menu ul a {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    border-right: none;
}
.sf-menu > li > a {
    border-right: none;
}
.menu-container.menu-open .sf-menu > li {
    border-bottom: 1px solid #0055AA;
}
.menu-container.menu-open .sf-menu > li:last-child {
    border-bottom: none;
}

/* Слайдер на главной: видим, уменьшенная высота, подпись на всю ширину */
body.home .slides {
    position: relative;
    left: 0;
    height: 200px;
    overflow: hidden;
}
body.home #home-slides .home-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
body.home .summary {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 12px 10px;
    font-size: 12px;
    border-radius: 0;
}
body.home .summary p.title {
    font-size: 14px;
    margin-bottom: 2px;
}
body.home .summary p.more {
    font-size: 10px;
}

/* Контент: колонки друг под другом, отступы */
#content {
    padding: 1em 10px 2em;
}
#content .news.span8,
#content .social.span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
}
#social_sidebar h3 {
    margin-top: 0;
}

/* Футер: блоки друг под другом, читаемые шрифты */
.footer-container .container {
    padding-left: 10px;
    padding-right: 10px;
}
#footer .bva-block,
#footer .partner-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.partner-block {
    margin: 1.5em 0;
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    background-image: none;
}
.partner-block h4 {
    position: relative;
    font-weight: bold;
    height: auto;
    width: auto;
}
#footer .partner-block li {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
}
.partner-block .initiative, .partner-block .members, .partner-block .partners {
    position: relative;
    left: 0;
    margin-bottom: 1em;
}
.partner-block a {
    position: relative;
    text-indent: 0;
    padding-left: 1em;
    display: inline;
    left: 0 !important;
    top: 0 !important;
}
#footer .contact .physical-address,
#footer .contact .postal-address {
    font-size: 12px;
    line-height: 1.5;
}
}

@media only screen and (min-width: 480px) {
/* 2 */

/* @group header 2 */

#header {
    height: 132px;
}
#header h1, #header h1 a, #header img {
    width: 173px;
    height: 132px;
}

/* @group search 2 */

.search {
    clear: both;
    float: right;
    position: relative;
    padding: 0;
    border: 1px solid #999;
    border-radius:12px;
    height: 24px;
    width: auto;
}
.search #q {
    width: 10em;
}

/* @end */

/* @end */

/* @group menu 2 */

#menu {
    background-color: #007AC5;
}
#menu .home-link {
    display: block;
}

/* @end */

/* @group footer 2 */

.statement {
    width: 50%;
    float: left;
    margin-right: 5%;
}
/* @end */

}

@media only screen and (min-width: 768px) {
/* 3 */

body.home, body.shome {
    background-image: url(/src/img/0009/759735/bva-grad-bg-s.jpg);
}
body.page {
    background-image: url(/src/img/0007/759733/bva-grad-bg-p.jpg);
}

/* @group header 3 */

/* @group social 3 */

#header .social {
    margin-top: 17px;
   
}

#header .social h2 {
    float: left;
    padding-right: 15px;
}
#header .social ul {
   display: flex;
   flex-direction: row;
   gap: 15px;
}


/* @end */

/* @end */

.sf-menu a {
        font-size: 18px;
        padding: 0 15px;
    }
.slides {
    height: 230px;
}
/* @group footer 3 */

.divider hr {
    display: block;
    width: 724px;
    margin: -3px auto 1.5em;
    border-width: 3px 0 0 0;
    border-color: #007AC5;
}

.statement {
    float: none;
    width: auto;
}

.partner-block {
    margin: 1.5em 20px;
    clear: both;
    float: left;
}



/* @end */
}

@media only screen and (min-width: 980px) {
/* 4 : default desktop */
    body.home {
        background-image: url(/src/img/0011/759737/bva-grad-bg.jpg);
    }
    .shome #page-banner {
        height: 250px;
        overflow: hidden;
    }
    .slides {
        height: 300px;
    }
    .divider hr {
        width: 940px;
    }
    .partner-block {
        margin: 0 0 0 20px;
        clear: none;
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
/* 5 : Large desktop */
    body.shome {
        background-image: url(/src/img/0011/759737/bva-grad-bg.jpg);
    }
    .shome #page-banner {
        height: 300px;
        overflow: hidden;
    }
    #page-banner img {
        width: 100%;
    }
    .divider hr {
        width: 1170px;
    }
}

@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 {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* @group ...and if you use IE7! */

/* @group header IE */
.lte-ie7 .social {
    width: 380px;
}
/* @group search IE */

.lt-ie9 .search h2 {
    left: -2em;
    color: #999;
}

/* @end */

.lt-ie9 #header h1, .lt-ie9 #header h1 a, .lt-ie9 #header img {
    width: 173px;
    height: 132px;
}

/* @end */

/* @group menu IE */

.lt-ie9 .sf-menu a {
    font-size: 18px;
    padding: 0 15px;
}

@media only screen and (max-width: 520px) {
    #header {
        height: 45px;
        min-height: fit-content;
        padding: 10px 0;
    }
    #header h1 {
        width: 80px;
        height: 80px;
        padding-top: 15px;
    }
    #header img {
        width: 80px;
        height: 80px;
        padding-top: 15px;
    }
    .social {
        display: none !important;
    }
}
/* @end */

/* @end */

@import url(////fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);