@font-face {
    font-family: "Marydale";
    src: url("../fonts/marydale/marydale.eot?") format("eot"), url("../fonts/marydale/marydale.woff") format("woff"), url("../fonts/marydale.ttf") format("truetype"), url("../fonts/marydale/marydale.svg#Marydale") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    color:#000;
}

h1{
text-transform:uppercase;
font-size:2.8em;
line-height:.85;
color:#0052a0;
}

h2{
font-size:2.2em;
line-height:1.1em;
}

.blue1-bg{
background-color:#E5EAF0 !important;
}

.blue1{
color:#E5EAF0;
}

#home .layout-promotional {
display:block;
display: flex;
height: auto;
}


#home-intro {
background-color: #370009;
flex: 1;
}

#home-intro h1{
color:#fff;
}

#home-causes .block.actionbox, #home-media .block-list .item, #coming-events .block-list .item{
background-color:#E5EAF0;
cursor:pointer;
width:100%;
}

#home-causes .block.actionbox:hover, #home-media .block-list .item:hover, #coming-events .block-list .item:hover{
background-color:#FFF;
}

#home-causes .block.actionbox .caption, #home-media .block-list .item .caption, #coming-events .block-list .item .caption{
background-color:transparent;
}

#home-causes .block.actionbox .thumbnail{
padding:20px 20px 0px 20px;
display:none;
}

#home-media .block-list .item, #coming-events .block-list .item{
margin: 1px 0px;
}

#home-media .block-list .item .thumbnail,
#coming-events .block-list .item .thumbnail{
padding:20px 20px 0px 20px;
}

#home-causes .block.actionbox .caption p,
#home-causes .block.actionbox .caption h3 a,
#home-causes .block.actionbox .caption h3 a:hover,
#home-media .block-list .item .caption p,
#home-media .block-list .item .caption h3,
#coming-events .block-list .item .caption p,
#coming-events .block-list .item .caption h3{
color: #00385e;
text-decoration:none;
}

#home-causes .block.actionbox .caption h3, #home-media .block-list .item .caption h3, #coming-events .block-list .item .caption h3{
font-weight:700;
font-size:20px;
line-height:1.2em;
}

#home-media .block-list .item .caption h3, #coming-events .block-list .item .caption h3{
font-size:18px;
}

#home-causes .block.actionbox .caption p, #coming-events .block.actionbox .caption p{
font-size:14px;
}

#home-causes .block-box .column .caption, #home-media .block-list .item, #coming-events .block-list .item{
border:none;
}

.block.nav-list{
margin-top:30px;
}

.block.nav-list li{
margin-bottom:1px;
}

.block.nav-list li, .block.nav-list li a{
border:none;
}

.block.nav-list li a{
color:#00385e;
background-color:#E5EAF0;
padding:1em 2em 1em 1em;
}

.block.nav-list li a:before{
font-family:FontAwesome;
content:"\f054";
margin-right:10px;
}

.block.nav-list li a:hover{
background-color:#FFF;
color:#00385e;
}

#home-support .block.actionbox{
border:1px solid rgba(25, 110, 179, 0.2);
cursor:pointer;
}

#donate .block.actionbox{
border:1px solid rgba(255, 255, 255, 0.2);
cursor:pointer;
}


#home-support .block.actionbox .thumbnail, #donate .block.actionbox .thumbnail{
height:98px;
width:98px;
float:left;
margin-right:15px;
}

#home-support .block.actionbox .caption, #donate .block.actionbox .caption{
height:98px;
border:none;
padding:1em;
background-color:transparent;
}

#home-support .block.actionbox:hover .caption{
background-color:rgba(25, 110, 179, 0.2)
}

#donate .block.actionbox:hover .caption{
background-color:#00418e;
}

#home-support .block.actionbox:hover a, #donate .block.actionbox:hover a{
text-decoration:none;
}

#home-support .block.actionbox h3, #donate .block.actionbox h3{
font-size:14px;
line-height:16px;
}

#donate .block.actionbox h3 a, #donate .block.actionbox p{
color:rgba(255, 255, 255, 0.6);
}

#home-support .block.actionbox p, #donate .block.actionbox p{
font-size:12px;
line-height:14px;
}

#home-support .block-box .column, #donate .block-box .column{
margin:10px 0;
}

.circle{
background-color: transparent;
border: 2px solid #ADB8CC;
border-radius:50%;
width:60px;
height:60px;
text-align:center;
margin-left:auto;
margin-right:auto;
vertical-align: middle;
font-size: 30px;
line-height:55px;
color:#fff;
display:inline-block;
}

.circle:hover{
background-color:#fff;
color:#0052a0;
}

#CTA-btns {
    list-style: none;
    overflow: hidden;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 0;
}

@media all and (min-width: 760px) {
    #CTA-btns li {
        float: left;
        width: 25%;
    }
}

#CTA-btns a {
    border-width: 6px;
    border-style: solid;
    border-color: #0052a0;
    display: block;
    font-size: 20px;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #0052a0;
    color: #fff;
    font-weight: 700;
}

#CTA-btns a:hover {
    border-color: rgba(0, 62, 116, 0.2);
    background-color:#fff;
    color:#0052a0;
}

#CTA-btns a:before {
    content: "\f078";
    color:#5a95cc;
    font-family:FontAwesome;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
/* Donate Button */

#CTA-btns a.donate {
    border-color: #0052a0;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    color: #0052a0;
}

#CTA-btns a.donate:hover {
    border-color: #0052a0;
    background-color: #0052a0;
    color: #FFFFFF;
}

#CTA-btns a.donate:before {
    content: none;
}

.navbar-inverse{
background-color:#0052a0;
color:#fff;
border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse a{
color: rgba(255, 255, 255, 0.6)
}

.navbar-top .navbar-primary a:hover{
color: #FFF;
text-decoration:none;
}

.navbar{
margin-bottom:0px;
border-radius:0px;
min-height:auto;
}

.navbar-top{
margin-top:5px;
}

.navbar-top li{
text-align:center;
}

.navbar-top a{
padding: 0 15px 0 15px;
margin-right:0;
}

.navbar ul{
padding:0;
margin-bottom:0px;
}

.navbar ul li{
padding:0;
display:inline-block;
}

.navbar-top .navbar-primary{
margin-right:0px;
font-weight:500;
}

.navbar-top .navbar-collapse li{
text-align:left;
}

.navbar-top .navbar-collapse{
margin:0px 10px;
}

.navbar-icons{
float:right;
margin-right:20px;
}

.navbar-toggle .icon-bar{
background-color:#fff;
}

.giving-header a{
color: rgba(255, 255, 255, 0.6);
padding:0 15px;
}

.giving-header a:hover{
color:#fff;
}

.giving-header .row.layout-col-2 .column:nth-of-type(2){
display:none;
}

nav .btn-default{
background-color:#fff;
color:#0052a0;
font-weight:700;
font-size:1.3em;
}

nav .donate-button{
padding: 6px 20px;
position: absolute;
top: 20px;
right: 10px;
overflow: visible;
font-weight:700;
font-size:1.2em;
border:4px solid;
border-color: #FFF;
z-index:5;
box-shadow:0 2px 4px -1px #ccc;
}

nav .donate-button:hover{
border:4px solid;
border-color: rgba(0, 62, 116, 0.2);
}

.footer {
    padding-bottom: 16px;
}

.footer p,
.footer a {
    font-size: 12px;
}

.footer h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
    height: 1.5em;
    margin-top: 32px;
}

.footer-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link-list .footer-link-list {
    margin-left: 8px;
}

.bg-image-top{
background-position: top center;
}

.block-banner-heading{
max-width:960px;
}

.fullwidth .block-accordion{
max-width:960px;
}

.block-banner{
   background-color:transparent;
}

.block-banner .item{
   height:auto;
}

.block-banner-heading{
  max-width:100%;
  margin-top:-76px;
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.7)
}

.block-banner-heading h1{
  display: block;
  color:#fff;
  padding:20px 20px;
  margin: 0px;
  font-weight:200;
  text-transform: none;
  font-size: 2.5em;
  margin: 0 auto 0 auto;
  width: 100%;
}

.block-banner.slides{
overflow:visible;
}

.block-banner.slides .item{
display:none;
}

.carousel-indicators{
top:30px;
}

.carousel-control{
display:none;
}

.carousel{
box-shadow:none;
}

.slidermedia{
margin-top:30px;
}

.slidermedia .carousel-caption{
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    background-color: #E5EAF0;
    transform: none;
    padding: 20px;
    text-shadow:none;
    color:#0052a0;
}

.slidermedia .carousel-inner .item{
height:auto;
}

.slidermedia .carousel-indicators{
bottom:-50px;
top: auto;
}

.slidermedia .carousel-indicators .active{
background-color:#005e74;
}

.slidermedia .carousel-indicators li{
border: 1px solid #005e74;
}

.slidermedia .carousel-inner .item img {
margin-left: 0px;
width:100%;
height:auto;
}

img.thumbnail {
	width: auto;
	height: 100px;
	display: inline-block;
	max-width: initial;
	position: absolute;
}

.layout-content ul:not(.list-unstyled) li:before, .layout-main .full-width ul:not(.list-unstyled) li:before {
  content: "";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	img.thumbnail {
		left: 0 !important;
	}
}

	
.thumbnail-holder {
	height: 100px;
	width: 100px;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	position: relative;
	transition: all 0.2s ease;
}

.thumbnail-holder:hover {
    transform: scale(1.04);
    z-index: 20;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
}

.left.thumbnail-holder {
	margin-right: 5px;
	margin-left: 0;
}	

left.thumbnail-holder:last-child {
	margin-right: 0;
}
	
.right.thumbnail-holder {
	margin-right: 0;
	margin-left: 5px;
}
.right.thumbnail-holder:last-child {
	margin-left: 0;
}

.thumbnail{
padding:0px;
border-radius:0px;
}


@media screen and (min-width: 480px){


.slidermedia .carousel-inner .item img {
margin-left: 0px;
width:100%;
height:auto;
}

.block-list .item.first-item .thumbnail{
width:25%;
}

#home .layout-promotional {
height: 100%;
}

#home-support .block-box .column .caption, #donate .block-box .column .caption{
margin-top:0px;
}

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

#home .layout-promotional {
display:block;
height: auto;
}

}



@media screen and (min-width: 768px){

h1{
font-size:3.5em;
}

h2{
font-size:3em;
}

.giving-header .row.layout-col-2 .column:nth-of-type(2){
display:block;
}

#home-causes .block.actionbox .thumbnail{
display:block;
}

#home-causes .block-box .column .caption{
padding:20px 20px 40px 20px;
}

#home-media .block-list .item .thumbnail{
padding:20px 0px 20px 20px;
}

.navbar-top{
margin-top:5px;
}

.block-banner-heading h1{
  font-size: 3.5em;
}

.slidermedia .carousel-caption{
left:auto;
}

}

@media screen and (min-width: 992px){

h1{
font-size:4.5em;
}

.slidermedia .carousel-caption{
left:auto;
}

}

@media screen and (min-width: 1200px){

.block-banner-heading h1 {
  padding: 20px 10px 20px 10px;
  max-width: 980px;
}

.slidermedia .carousel-caption{
left:auto;
}

}


/*------------------------------------*\
    $COLOR THEMES
	Common colour theme sets for application to component container
\*------------------------------------*/
/* UniSA blue background */

.blue-theme,
.footer,
.header-upper,
.header-middle {
    background-color: #0052a0;
    border-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-style: solid;
    color: #FFFFFF;
}

.blue-theme h1,
.footer h1,
.header-upper h1,
.header-middle h1,
.blue-theme h2,
.footer h2,
.header-upper h2,
.header-middle h2,
.blue-theme h3,
.footer h3,
.header-upper h3,
.header-middle h3,
.blue-theme .content-teaser .content-teaser-heading > *,
.content-teaser .blue-theme .content-teaser-heading > *,
.footer .content-teaser .content-teaser-heading > *,
.content-teaser .footer .content-teaser-heading > *,
.header-upper .content-teaser .content-teaser-heading > *,
.content-teaser .header-upper .content-teaser-heading > *,
.header-middle .content-teaser .content-teaser-heading > *,
.content-teaser .header-middle .content-teaser-heading > *,
.blue-theme h4,
.footer h4,
.header-upper h4,
.header-middle h4,
.blue-theme h5,
.footer h5,
.header-upper h5,
.header-middle h5,
.footer h4,
.blue-theme h6,
.footer h6,
.header-upper h6,
.header-middle h6 {
    color: #FFFFFF;
}

.blue-theme a,
.footer a,
.header-upper a,
.header-middle a {
    border-width: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.blue-theme a > *,
.footer a > *,
.header-upper a > *,
.header-middle a > * {
    color: inherit !important;
}

.blue-theme a:hover,
.footer a:hover,
.header-upper a:hover,
.header-middle a:hover,
.blue-theme a:active,
.blue-theme a:focus,
.footer a:active,
.header-upper a:active,
.header-middle a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.biscuit-theme {
    background-color: #f7f6f0;
    border-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-top-style: solid;
}


.container,
.header-lower,
.primary-nav,
.hero-statement .hero-statement-inner {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.page-section {
    overflow: hidden;
}

.nav,
.link-list,
.link-list-arrowed,
.primary-nav,
.utility-nav,
.social-media-buttons {
    clear: both;
    list-style: none;
    overflow: hidden;
}

.nav a,
.link-list a,
.link-list-arrowed a,
.primary-nav a,
.utility-nav a,
.social-media-buttons a {
    display: block;
    text-decoration: none;
}

@media all and (min-width: 720px) {
    .nav,
    .link-list,
    .link-list-arrowed,
    .primary-nav,
    .utility-nav,
    .social-media-buttons {
        clear: none;
    }
    .nav li,
    .link-list li,
    .link-list-arrowed li,
    .primary-nav li,
    .utility-nav li,
    .social-media-buttons li {
        float: left;
    }
}

.link-list,
.link-list-arrowed {
    margin: 16px 0;
    padding: 0;
}

.link-list li,
.link-list-arrowed li {
    float: none;
    margin: 0;
}

.link-list a,
.link-list-arrowed a {
    margin-bottom: 1px;
}

.link-list-arrowed a:before {
    background: url("../images/icon_link-arrow-right.png") no-repeat;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 13px;
}

.nav-list {
    margin: 0;
    padding: 0;
}
/*Primary nav*/

.no-js .primary-nav {
    display: block;
}

.primary-nav {
    padding: 4px 0;
}

.primary-nav h3,
.primary-nav .content-teaser .content-teaser-heading > *,
.content-teaser .primary-nav .content-teaser-heading > * {
    margin: 16px;
}

.primary-nav a {
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 16px;
}

@media all and (max-width: 720px) {
    .primary-nav {
        padding: 0;
    }
    .primary-nav a {
        background: rgba(255, 255, 255, 0.2);
        padding: 16px;
        margin-bottom: 1px;
    }
}

@media all and (max-width: 720px) {
    .primary-nav {
        display: none;
    }
}
/*utility nav*/

.utility-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.utility-nav a {
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 16px;
}
/*logo*/

.logo {
    height: 58px;
}


.link-list + .btn,
.link-list-arrowed + .btn,
.link-list + .btn-donate,
.link-list-arrowed + .btn-donate {
    display: block;
    margin-top: -16px;
    width: 100%;
}

.btn-donate {
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0 2px 4px -1px #ccc;
    color: #0052a0;
    margin: 0;
}

@media all and (max-width: 720px) {
    .btn-donate {
        display: block;
    }
}

@media all and (min-width: 720px) {
    .btn-donate {
        position: absolute;
        right: 16px;
        top: -24px;
    }
}



.pagination {
    background: rgba(0, 62, 116, 0.2);
    height: 32px;
    text-align: center;
}

.pagination ol {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    float: left;
}

.pagination a {
    background: rgba(0, 62, 116, 0.2);
    display: block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-right: 1px;
}

.pagination .current a {
    background: #0052a0;
    color: #FFFFFF;
}

.pagination a:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
}

.pagination + .link-list,
.pagination + .link-list-arrowed {
    margin-bottom: 0;
    margin-top: 0;
}

.link-list + .pagination,
.link-list-arrowed + .pagination {
    margin-bottom: 16px;
}

.content-teaser .content-teaser-heading > * {
    border-bottom: 3px dotted rgba(255, 255, 255, 0.9);
}

@media all and (min-width: 960px) {
    .content-teaser .content-teaser-img {
        float: right;
    }
}

.content-feed-sm .content-summary-img,
.content-feed-sm-3 .content-summary-img,
.content-feed-med .content-summary-img,
.content-feed-lg .content-summary-img {
    display: none;
}

@media all and (min-width: 640px) {
    .content-feed-sm,
    .content-feed-sm-3,
    .content-feed-med,
    .content-feed-lg {
        display: block;
    }
}

.content-feed-sm-3 .content-summary-img {
    float: left;
    padding-right: 16px;
    width: 40%;
}

.content-feed-sm-3 .content-summary-title {
    float: right;
    width: 60%;
}

.content-feed-sm-3 .content-summary-title > * {
    margin-top: 0;
}

.content-feed-sm-3 .content-summary-text {
    width: 60%;
}

@media all and (min-width: 720px) {
    .content-feed-med .content-summary-img,
    .content-feed-lg .content-summary-img {
        width: 30%;
    }
    .content-feed-med .content-summary-title,
    .content-feed-lg .content-summary-title {
        width: 70%;
    }
    .content-feed-med .content-summary-text,
    .content-feed-lg .content-summary-text {
        width: 70%;
    }
}

@media all and (min-width: 960px) {
    .content-feed-lg .content-summary-img {
        width: 20%;
    }
    .content-feed-lg .content-summary-title {
        width: 80%;
    }
    .content-feed-lg .content-summary-text {
        width: 80%;
    }
}

.news-feed img {
    display: block;
}

.news-feed .content-summary-img {
    display: none;
}

@media all and (min-width: 640px) {
    .news-feed .content-summary-img {
        display: block;
    }
}

@media all and (min-width: 720px) {
    .news-feed .content-summary-img {
        float: left;
        padding-right: 16px;
        width: 40%;
    }
}

@media all and (min-width: 960px) {
    .news-feed .content-summary-img {
        width: 20%;
    }
}

@media all and (min-width: 720px) {
    .news-feed .content-summary-title {
        padding-left: 40%;
    }
    .news-feed .content-summary-title > * {
        margin-top: 0;
    }
}

@media all and (min-width: 960px) {
    .news-feed .content-summary-title {
        padding-left: 20%;
    }
}

@media all and (min-width: 720px) {
    .news-feed .content-summary-text {
        padding-left: 40%;
    }
}

@media all and (min-width: 960px) {
    .news-feed .content-summary-text {
        padding-left: 20%;
    }
}

.events-feed .event-summary-title > * {
    margin-top: 0;
}

.events-feed .event-summary-details p {
    margin-bottom: 0;
}

@media all and (max-width: 640px) {
    .article-feed .content-summary-img {
        display: none;
    }
}

@media all and (min-width: 640px) {
    .article-feed .content-summary-img {
        display: block;
        float: left;
        padding-right: 16px;
        width: 30%;
    }
    .article-feed .content-summary-title {
        float: right;
        width: 70%;
    }
    .article-feed .content-summary-text {
        float: right;
        width: 70%;
    }
}

@media all and (min-width: 960px) {
    .article-feed .content-summary-img {
        float: none;
        padding: 0;
        width: 100%;
    }
    .article-feed .content-summary-title {
        float: none;
        width: 100%;
    }
    .article-feed .content-summary-text {
        float: none;
        width: 100%;
    }
}
/*----------------------------------*\
	uniquely styled components
\*----------------------------------*/
/* homepage */

#above-the-fold {
    /*background: url("../images/backgrounds/giving-background/HomePage[3].jpg") no-repeat;*/
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

#above-the-fold .panel,
#above-the-fold .panel-inset,
#above-the-fold .panel-inline,
#above-the-fold .honour-roll,
#above-the-fold .link-list a,
.link-list #above-the-fold a,
#above-the-fold .link-list-arrowed a,
.link-list-arrowed #above-the-fold a,
#above-the-fold form {
    margin-bottom: 16px;
}

#home-intro h1 {
    color: #FFFFFF;
}

#home-causes {
    background: #0052a0 url("/siteassets/images/jeffrey_smart_building.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

#home-causes h2 {
    color: #FFFFFF;
}

#media {
    min-height: 100vh;
}
/* causes - environment */

#environment-hero-statement {
    background-image: url("../images/temp/water-drops-plant-stem-wall-inkbluesky.png");
}
/* #cause-environment-01{ background-color: $gray-warm } */
/* CAUSE - GREAT HALL */

#great-hall .hero-statement {
    background-image: url("../images/slider-images/great-hall/slide1-Cam-02-FINAL-signage.jpg");
    background-position: center bottom;
}

#great-hall .embed-cta {
    /*background-image: url("../images/temp/Bg_Great_Hall5_crop3.png");
  background-size: cover;
  background-position: center top; */
}

#great-hall .embed-cta h2,
#great-hall .embed-cta p {
    color: #222222;
}

#hidden {
    display: none;
}

.slidermedia h4 {
	color: #000000;
	font-weight: 600;
	font-size: 120%;
    margin: 10px 0 0;
    text-align: left;
    line-height: 1.4;
}

.slidermedia p.name {
	font-weight: 500;
	margin-top: 0;
}

.slidermedia .image-wrap {
	overflow: hidden;
}
.slidermedia .swiper-slide {
	font-size: inherit;
}
.slidermedia div.top {
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

.slidermedia .bk-blue {
	height: 100%;
}

/* CAUSE - CANCER */

#cancer .hero-statement {
    background-image: url('../images/Alysha-Menzel-6-Kaurna-Building.jpg');
      padding-top: 400px !important;
      background-position: 65% 80% !important;}

#cancer .cancer-cta {
    background-position: right top;
    background-size: cover;
    padding-bottom: 32px;
    }

@media all and (min-width: 640px) {
    #cancer .cancer-cta {
        background-image: url("../images/Schoolarship.jpg");
        background-position: 10% 24% !important;
    }
}

@media all and (max-width: 939px) {
    #cancer .cancer-cta {
        background-image: url("../images/Schoolarship.jpg");
        background-position: 70% 24% !important;
    }
}

@media all and (max-width: 639px) {
    #cancer .cancer-cta {
        background: none;
    }
}

.mobile-display {
display:none;	
}

@media all and (max-width: 639px) {
   .mobile-display {
display: block;	
}
.desktop-hide {
display: none;	
}

.right-p {
  padding: 0 16px !important;
}

.left-p {
  padding: 0 16px !important;
}

.no-margin-desktop {
padding-left: 16px !important;
padding-right: 16px !important;
}

.center-mobile {
text-align:center;
}


}

@media all and (max-width: 430px) {
.page-title {
font-size:240%;
}
.small-mobile {
font-size: 200% !important;
}
}

.no-margin-desktop {
padding-left: 0;
padding-right: 0;
}


#cancer p img.align-left {
    padding-left: 0;
}
/* CAUSE - WATER & ENVIRONMENT */

#WaterAndEnvironment .hero-statement {
    background-image: url("../images/hero-water-and-environment.jpg");
}

#WaterAndEnvironment .waterAndEnvironment-cta {
    background-position: right top;
    background-size: cover;
    padding-bottom: 32px;
}

@media all and (min-width: 640px) {
    #WaterAndEnvironment .waterAndEnvironment-cta {
        background-image: url("../images/hero-water-and-environment.jpg");
    }
}
/* CAUSE - SCHOLARSHIPS */

#scholarships .hero-statement {
    background-image: url('../images/cause-scholarship-Tabitha-banner3.jpg');
    background-position: center top;
    background-size:cover;
    padding-top:470px;
}

.scholarships-bk {
    background-image: url("../images/bg-named_scholarships3.jpg");
    background-size: cover;
    background-position: center top;
}


@media all and (max-width: 640px) {
	#scholarships .hero-statement {
	background-position: 60% 0%;
	}
}

#scholarships .named-scholarships {
    background-position: right top;
    background-size: cover;
    padding-bottom: 32px;
}

@media all and (min-width: 640px) {
    #scholarships .named-scholarships {
        background-image: url("../images/bg-named_scholarships3.jpg");
    }
}

/* CAUSE - FREDA BRIGGS */

#Freda_Briggs .hero-statement {
    background-image: url('../images/Magill_light_wash.jpg');
    background-position: center top;
    background-size:cover;
    padding-top:470px;
}

.Freda_Briggs-bk {
    background-image: url("../images/satin_footer.jpg");
    background-size: cover;
    background-position: center top;
    padding-bottom: 32px;
}


@media all and (max-width: 640px) {
	#Freda_Briggs .hero-statement {
	background-position: 40% 0%;
	}
}

#Freda_Briggs .named-scholarships {
    background-position: right top;
    background-size: cover;
    padding-bottom: 32px;
}

@media all and (min-width: 640px) {
    #Freda_Briggs .named-scholarships {
        background-image: url("../images/bg-named_scholarships3.jpg");
    }
}


/* CAUSE - HEALTH RESEARCH */
#healthResearch .hero-statement {
	background-image: url("../images/cause-health-hero.jpg")
}

#healthResearch .healthResearch-cta {
    background-position: right top;
    background-size: cover;
    padding-bottom: 32px;
}

@media all and (min-width: 640px) {
    #healthResearch .healthResearch-cta {
        background-image: url("../images/Research.jpg");
            background-position: top;
    }
    #healthResearch .hero-statement {
		background-position: 50% 30% !important;
	}
}

.bullet-list {
list-style-type: disc;
margin:0 0 0 12px;
padding:0;
}

.bullet-list li{
       font-size: 96%;
    line-height: 1.8;}
    
    .bullet-list-grid {
	list-style: none;
	padding:0;
	margin:0 0 0 10px;
	
}

.bullet-list-grid .grid-coloum {
display:block;
float:left;
width:32%;
margin-left:10px;
}

@media (max-width: 991px) {
.bullet-list-grid .grid-coloum {
display:block;
float:left;
width:32%;
margin-left:10px;
}

}

@media (max-width: 768px) {
.bullet-list-grid .grid-coloum {
display:block;
float:left;
width:50%;
margin-left:10px;
}

}


/* DONATE - CAUSE */

#donate .donate-cause {
    background-position: right top;
    background-size: cover;
    height: 650px;
}

@media all and (min-width: 640px) {
    #donate .donate-cause {
        background-image: url("../images/Graduation_Ceremony_extend2.jpg");
    }
}
/* GET INVOLVED - BEQUESTS */

#bequest .thumbnail {
    max-width: 42%;
}
/* GET INVOLVED - WORKPLACE GIVING */

#workplace-giving .hero-statement {
    background-image: url("../images/get-involved-workplace-giving-hero.jpg");
}
/* GET INVOLVED - GRADUATIONS */

#graduations .donate-cta {
    background-image: url("../images/backgrounds/Graduation_Ceremony.jpg");
    background-size: cover;
    background-position: center top;
}

#graduations .donate-cta h2,
#graduations .donate-cta p {
    color: #FFFFFF;
}

.hero-statement {
    background-image: url("../images/fpo_16x9.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 300px;
}

.hero-statement .hero-statement-outer {
    background: rgba(0, 0, 0, 0.7);
}

.hero-statement .hero-statement-inner {
    padding: 0.5em;
}

.hero-statement p {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 200;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}
/*---------------*\ 
	DONATE organism
\*---------------*/

.donate-link-set {
    overflow: hidden;
    margin: 16px -16px;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.donate-link {
    border: 1px solid rgba(25, 110, 179, 0.2);
    display: block;
    height: 100px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 16px 16px 16px 116px;
}

.donate-link .donate-link-title {
    margin-top: 0;
}

.donate-link .donate-link-description {
    font-size: 12px;
    margin: 0;
}

@media all and (max-width: 350px) {
    .donate-link {
        background: none !important;
        padding-left: 16px;
    }
}

.donate-link-bg-most-needed {
    background: url("../images/donate-links/donate-btn-XXXX.jpg") no-repeat;
}

.donate-link-bg-scholarships {
    background: url("../images/donate-links/donate-btn-scholarships.jpg") no-repeat;
}

.donate-link-bg-great-hall {
    background: url("../images/donate-links/donate-btn-great-hall.jpg") no-repeat;
}

.donate-link-bg-research {
    background: url("../images/donate-links/donate-btn-general-research.jpg") no-repeat;
}

.donate-link-bg-cancer {
    background: url("../images/donate-links/donate-btn-cancer-research.jpg") no-repeat;
}

.donate-link-bg-facilities {
    background: url("../images/donate-links/donate-btn-library-and-facilities.jpg") no-repeat;
}

.donate-link-bg-scied {
    background: url("../images/donate-links/donate-btn-scied.jpg") no-repeat;
}

.donate-link-bg-mentor {
    background: url("../images/donate-links/donate-btn-mentor.jpg") no-repeat;
}

.donate-link-bg-participate {
    background: url("../images/donate-links/donate-btn-XXXX.jpg") no-repeat;
}

.donate-link-bg-bequest {
    background: url("../images/donate-links/donate-btn-bequest.jpg") no-repeat;
}

.donate-link-bg-workplace {
    background: url("../images/donate-links/donate-btn-workplace.jpg") no-repeat;
}

.donate-link-bg-corporate {
    background: url("../images/donate-links/donate-btn-XXXX.jpg") no-repeat;
}

.donate-link-bg-memoriam {
    background: url("../images/donate-links/donate-btn-memoriam.jpg") no-repeat;
}

.donate-link-bg-celebration {
    background: url("../images/donate-links/donate-btn-celebration.jpg") no-repeat;
}

.donate-link-bg-graduation {
    background: url("../images/donate-links/donate-btn-graduation.jpg") no-repeat;
}

.donate-link-bg-chancellors-club {
    background: url("../images/donate-links/donate-btn-chancellors-club.jpg") no-repeat;
}

.donate-link-bg-contact {
    background: url("../images/donate-links/donate-btn-contact.jpg") no-repeat;
}

.donate-link-bg-great-hall {
    background: url("../images/donate-links/donate-btn-greathall.png") no-repeat;
}

.donate-link-bg-Aleisha {
    background: url("../images/donate-links/donate-btn-Aleisha.png") no-repeat;
}

.donate-link-bg-environment {
    background: url("../images/donate-links/donate-btn-environmental.png") no-repeat;
}

.donate-link-bg-boy-environment {
    background: url("../images/donate-links/donate-btn-boy-environ.png") no-repeat;
}

.donate-link-bg-named-scholarships {
    background: url("../images/donate-links/donate-btn-named-scholarships.jpg") no-repeat;
}

.donate-link-bg-Gavin-Wanganeen {
    background: url("../images/donate-links/donate-btn-gavin-wanganeen.png") no-repeat;
}

.donate-link-bg-health {
	background: url("../images/donate-links/donate-btn-health.jpg") no-repeat;
}
.donate-link-bg-Freda_Briggs {
	background: url("../images/donate-links/donate-btn-Briggs.jpg") no-repeat;
}

.donate-link-bg-Property {
	background: url("../images/donate-links/donate-btn-nabil.jpg") no-repeat;
}


form {
    margin: 16px 0;
}

form > *:first-child {
    margin-top: 0;
}

form label {
    display: block;
    margin: 16px 0 4px 0;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
    border: none;
    padding: 8px 16px;
    width: 100%;
}

form textarea {
    resize: vertical;
    height: 160px;
}

form button[type="submit"] {
    margin: 16px 0 0 0;
}
/*---------------*\ 
	DONATE in page
\*---------------*/

.donate-page-link-set {
    overflow: hidden;
    margin: 16px -16px;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.donate-page-link {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    height: 100px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 16px 16px 16px 116px;
}

.donate-page-link .donate-page-link-title {
    margin-top: 0;
}

.donate-page-link .donate-page-link-description {
    font-size: 12px;
    margin: 0;
}

@media all and (max-width: 350px) {
    .donate-page-link {
        background: none !important;
        padding-left: 16px;
    }
}

.donate-page-link-bg-most-needed {
    background: url("../images/donate-links/donate-btn-XXXX.jpg") no-repeat;
}

.donate-page-link-bg-scholarships {
    background: url("../images/donate-links/donate-btn-scholarships.jpg") no-repeat;
}

.donate-page-link-bg-great-hall {
    background: url("../images/donate-links/donate-btn-great-hall.jpg") no-repeat;
}

.donate-page-link-bg-research {
    background: url("../images/donate-links/donate-btn-general-research.jpg") no-repeat;
}

.donate-page-link-bg-cancer {
    background: url("../images/donate-links/donate-btn-cancer-research.jpg") no-repeat;
}

.donate-page-link-bg-facilities {
    background: url("../images/donate-links/donate-btn-library-and-facilities.jpg") no-repeat;
}

.donate-page-link-bg-scied {
    background: url("../images/donate-links/donate-btn-scied.jpg") no-repeat;
}

.donate-page-link-bg-mentor {
    background: url("../images/donate-links/donate-btn-mentor.jpg") no-repeat;
}

.donate-page-link-bg-participate {
    background: url("../images/donate-links/donate-btn-XXXX.jpg") no-repeat;
}

.donate-page-link-bg-bequest {
    background: url("../images/donate-links/donate-btn-bequest.jpg") no-repeat;
}

.donate-page-link-bg-workplace {
    background: url("../images/donate-links/donate-btn-workplace.jpg") no-repeat;
}

.donate-page-link-bg-corporate {
    background: url("../images/donate-links/donate-btn-XXXX.jpg") no-repeat;
}

.donate-page-link-bg-memoriam {
    background: url("../images/donate-links/donate-btn-memoriam.jpg") no-repeat;
}

.donate-page-link-bg-celebration {
    background: url("../images/donate-links/donate-btn-celebration.jpg") no-repeat;
}

.donate-page-link-bg-graduation {
    background: url("../images/donate-links/donate-btn-graduation.jpg") no-repeat;
}

.donate-page-link-bg-chancellors-club {
    background: url("../images/donate-links/donate-btn-chancellors-club.jpg") no-repeat;
}

.donate-page-blue-theme,
.footer,
.header-upper,
.header-middle {
    border-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-style: solid;
}

.blue-theme h1,
.footer h1,
.header-upper h1,
.header-middle h1,
.blue-theme h2,
.footer h2,
.header-upper h2,
.header-middle h2,
.blue-theme h3,
.footer h3,
.header-upper h3,
.header-middle h3,
.blue-theme .content-teaser .content-teaser-heading > *,
.content-teaser .blue-theme .content-teaser-heading > *,
.footer .content-teaser .content-teaser-heading > *,
.content-teaser .footer .content-teaser-heading > *,
.header-upper .content-teaser .content-teaser-heading > *,
.content-teaser .header-upper .content-teaser-heading > *,
.header-middle .content-teaser .content-teaser-heading > *,
.content-teaser .header-middle .content-teaser-heading > *,
.blue-theme h4,
.footer h4,
.header-upper h4,
.header-middle h4,
.blue-theme h5,
.footer h5,
.header-upper h5,
.header-middle h5,
.footer h4,
.blue-theme h6,
.footer h6,
.header-upper h6,
.header-middle h6 {
    color: #FFFFFF;
}

.blue-theme a,
.footer a,
.header-upper a,
.header-middle a {
    border-width: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.blue-theme a > *,
.footer a > *,
.header-upper a > *,
.header-middle a > * {
    color: inherit !important;
}

.blue-theme a:hover,
.footer a:hover,
.header-upper a:hover,
.header-middle a:hover,
.blue-theme a:active,
.blue-theme a:focus,
.footer a:active,
.header-upper a:active,
.header-middle a:active {
    color: #FFFFFF;
    text-decoration: none;
}
/*------------------------------------*\
    Contact details
\*------------------------------------*/

.contact {
    border: 0;
    border-bottom: 1px solid #f5f5f5;
}

.contact td {
    border: none;
}
/*------------------------------------*\
    $SOCIAL MEDIA BUTTONS
\*------------------------------------*/

.social-media {
    text-align: center;
}

.social-media h2,
.social-media ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.social-media h2 {
    padding-right: 16px;
}

.social-media-buttons {
    text-align: center;
    margin: 16px 0;
}

.social-media-buttons li {
    display: inline-block;
    padding-right: 16px;
}

.social-media-buttons a {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border-color: rgba(255, 255, 255, 0.4);
    display: block;
    height: 60px;
    overflow: hidden;
    text-indent: -10000px;
    width: 60px;
}

.social-media-buttons a:hover {
    background-color: #FFFFFF;
}
/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.ico,
.soc-med-32,
.ico-facebook,
.ico-twitter,
.ico-linkedin,
.ico-instagram,
.ico-youtube,
.ico-pinterest {
    position: relative;
}

.ico:before,
.soc-med-32:before,
.ico-facebook:before,
.ico-twitter:before,
.ico-linkedin:before,
.ico-instagram:before,
.ico-youtube:before,
.ico-pinterest:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
}

.soc-med-32:before,
.ico-facebook:before,
.ico-twitter:before,
.ico-linkedin:before,
.ico-instagram:before,
.ico-youtube:before,
.ico-pinterest:before {
    width: 32px;
    height: 32px;
    background-image: url("../images/icons-social-media.svg");
}

.ico-facebook:before {
    background-position: 0 0;
}

.ico-facebook:hover:before,
.ico-facebook:focus:before {
    background-position: 0 32px;
}

.ico-twitter:before {
    background-position: -32px 0;
}

.ico-twitter:hover:before,
.ico-twitter:focus:before {
    background-position: -32px 32px;
}

.ico-linkedin:before {
    background-position: -64px 0;
}

.ico-linkedin:hover:before,
.ico-linkedin:focus:before {
    background-position: -64px 32px;
}

.ico-instagram:before {
    background-position: -128px 0;
}

.ico-instagram:hover:before,
.ico-instagram:focus:before {
    background-position: -128px 32px;
}

.ico-youtube:before {
    background-position: -96px 0;
}

.ico-youtube:hover:before,
.ico-youtube:focus:before {
    background-position: -96px 32px;
}

.ico-pinterest:before {
    background-position: -160px 0;
}

.ico-pinterest:hover:before,
.ico-pinterest:focus:before {
    background-position: -160px 32px;
}

.honour-roll ul {
    height: 100px;
    list-style: none;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}

.honour-roll li {
    padding: 0 16px;
}
/*# sourceMappingURL=style.css.map */
/* Great Hall slider Style */

.swiper-container {
    width: 100%;
    height: 412px;
    font-family: "altis_unisa_web", Verdana, Arial, sans-serif;
}

.slider-content {
    margin-bottom: 20px;
    padding-top: 0px;
    background: #EDEDED;
}

.swiper-container-3 {
    width: 100%;
    height: 350px;
    font-family: "altis_unisa_web", Verdana, Arial, sans-serif;
    margin-bottom: 30px !important;
}

.arrow-next {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 40%;
    cursor: pointer;
}

.arrow-prev {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 40%;
    cursor: pointer;
}

.fa-next {
    color: #0052a0;
    background: white;
    padding: 8px 10px 8px 15px;
    border-radius: 30px;
    line-height: 0;
    border-top: 2px solid #ffffff;
}

.fa-prev {
    color: #0052a0;
    background: white;
    padding: 8px 15px 8px 10px;
    border-radius: 30px;
    line-height: 0;
    border-top: 2px solid #ffffff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    color: white;
    background-position: center;
}

.sliders {
    background-size: auto 100%;
    background-position: center;
    background-size: cover;
}

.greathall {
    background-size: cover;
    background-position: center;
}

.swiper-container-v {
    background: #eee;
}

.slider-heading {
    display: block;
}

.slider-text {
    display: block;
}

.content {
    display: block;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 0.5em;
}

.content-text {
    display: block;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    background: white;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .content-text {
        top: 10%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .swiper-container-3 {
        width: 100%;
        height: 500px;
    }
    .pool {
        background-position: 70% 20%;
    }
            
    .fullscreen-inner {
				text-align:center;
}
    .slide1 {
        background-position: 90% 0%;
    }
    .slide2 {
        background-position: 40% 0%;
    }
    .slide3 {
        background-position: 0% 0%;
    }
    .slide4 {
        background-position: 30% 0%;
    }
    .slide5 {
        background-position: 50% 0%;
    }
}

.content-text p {
    color: black;
    font-size: 110%;
    font-weight: 200;
    line-height: 1.05;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

.content h2 {
    color: black;
    font-size: 46px;
    font-weight: 200;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

.content p {
    color: black;
    font-size: 110%;
    font-weight: 200;
    line-height: 1.05;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

.fullscreen-slider {
    display: block;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 2;
    padding: 0.5em;
}

.fullscreen-slider p {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 200;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

.fullscreen-inner {
    max-width: 960px;
    margin: 0px 0 0 15px;
    overflow: hidden;
    padding: 0 70px 0 70px;}
    
    .fullscreen-inner-GH {
	max-width: 960px;
	padding: 0 16px;
			
}

.swiper-container-horizontal > .swiper-pagination {
    top: 10px !important;
}
/* END Great Hall slider Style */

.greathall-bk {
    background-image: url("../images/backgrounds/Graduations-bk-pridham2.jpg");
    background-size: cover;
    background-position: center top;
}

.greathall-bk-video {
    background-image: url("../images/video-background-final.jpg");
    background-size: cover;
    background-position: center center;
}


@media screen and (max-width: 991px) {
   .arrow-next {
        right: 5px;
    }
    .arrow-prev {
        left: 5px;
    }
    .fullscreen-inner {
        padding: 0 25px 0 15px;
    }


}

@media screen and (max-width: 1160px) {
 .greathall-bk {
        background-position: 100% 20%;
    }

}

@media screen and (max-width: 640px) {
 .greathall-bk {
        background-position: 50% 20%;
    }
    
    .mobile-donor {
		 background-image: url("../images/slider-images/donor_lobby_detail-mobile.jpg") !important;
        background-size: 100% auto;
  background-repeat: no-repeat;
	
}

.chandelier-mobile {
			background-image: url("../images/slider-images/donor_ceiling_detail-mobile.jpg") !important;
    background-size: 100% auto;
  background-repeat: no-repeat;	
}

.pool-mobile {
			background-image: url("../images/slider-images/donor_pool_detail-mobile.jpg") !important;
    background-size: 100% auto;
  background-repeat: no-repeat;	
}


}

         

.sub-headingGH {
    color: #222;
}

.fineprint {
    margin-left: 0;
    padding-left: 20px
}

.fineprint li {
    margin-bottom: 10px;
}
.custom h2 {
margin:0;
}

.question-styling h3 {
font-size: 0.875em;
font-weight: 600;
margin: 25px 0 5px 0;
}

.question-styling p {
margin: 5px 0;
}

.image-max {
width:100%;
height: auto;
}

/* LEGAL LINKS */

.footer-styling h2 {
margin: 20px 0 0 0;
padding: 0 0 10px; 0;

}

.footer-styling {
margin-bottom: 20px
}

.legal h2 {
margin: 20px 0 0 0;
padding: 0 0 10px; 0;

    width: 400px;
}

.footer-styling .footer-link-list {
margin: 5px 0 0 0;
    padding: 0;
}

.footer-styling .social-media .btn-set {
padding: 0;
    margin-top: 0px;
}

@media (max-width: 639px) {
    .footer-styling .social-media h2 {
    padding-bottom: 45px;
  margin-left: -20px;
  margin-right: 20px;
}
    
    .footer-styling {
margin-bottom: 0px
}
    
    .footer-styling .social-media .btn-set {
   margin-bottom: 0;
        
}
    
    .footer-styling .legal h2 {
text-align: center;
        margin-top: 10px;
}
    
    .footer-styling .social-media {
margin-bottom: 0;
}
    
    .footer-styling .legal .footer-link-list {
text-align: center;
        margin-bottom: 40px;
}
    
    .footer-styling .legal h2 {
    width: 100%;
    }
    
    
    }

@media (max-width: 554px) {
.footer-styling .social-media h2 {
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
    margin-top: 20px;
}
    
    .footer-styling h2 {
    margin-top: 0;
    }
}
.max-width {
width: 100%;
height: auto;
}

/* SAS */

.sas .ui-accordion .ui-accordion-content {
    padding: 0px 0em 0px 0;
    border-top: 0;
    overflow: auto;
}

.sas #accordion.ui-accordion-header {
	background: white !important;
}

.sas .ui-state-default {
	background: white !important;
	border: none;
}

.sas .year h3 {
	font-size: 100%;
	margin-top: 12px;
	margin-left: 5px;
}

.sas .aquestion.ui-accordion-header {
	background: #0052a0 !important;
	color: white;
	font-size: 90%;
	padding: 16px 40px;
}

.sas .aquestion h3 {
	font-size: 90%;
	margin-left: 30px;
	  
}

#accordion.ui-accordion.ui-accordion-header {
    padding-top: 5px;
}

#accordion.ui-state-default {
	color: black;
}


.ui-state-focus { outline: none; }


.sas .accordion2.ui-accordion .ui-accordion-content {
    padding: 0px 40px;
    border-top: 0;
    overflow: auto;
    padding-bottom: 30px;

}

#accordion {
	margin: 20px 0 30px 0;
}


.sas .floatright {
	float: right;
	padding: 20px 0px 20px 40px;
}

.sas .floatleft {
	float:left;
	padding: 10px 20px;
	display:block;
}

@media all and (max-width: 850px) {
.sas .floatright {
	    float: none;
    padding: 0;}

.sas .floatleft {
	    float: none;
    padding: 0;}
    
    .sas .accordion2.ui-accordion .ui-accordion-content {
    padding: 0px 20px;}

}

.date-sub-line {
    font-size: 70% !important;
    color: #1D1D1D;
    font-weight:600;
    margin-top:10px;
}

.sas #accordion a {
	color: #0052a0 !important;
}

.arrow-icon-year:after {
    position: absolute; 
    top: 25%;
    left: 10px;
     content: "\f0ab";
color: black;
      font-family: FontAwesome;
    font-size: 1.4em;
    margin-top: 0;
	color: black;
	margin-left: 0px;

}

.arrow-icon-year.ui-state-active:after {
    position: absolute; 
    top: 25%;
    left: 10px;
    display: block;
      content: "\f0aa";
    font-family: FontAwesome;
    margin-top: 0px;
    color: black;
}


.arrow-icon:after {
    position: absolute; 
    top: 25%;
    left: 10px;
     content: "\f0ab";
color: black;
      font-family: FontAwesome;
    font-size: 1.4em;
    margin-top: 0x;
	color: white;
	margin-left: 25px;

}

.arrow-icon.ui-state-active:after {
    position: absolute; 
    top: 25%;
    left: 10px;
    display: block;
      content: "\f0aa";
    font-family: FontAwesome;
    margin-top: 0px;
    color: white;
}

.no-left-padding {
	padding-left: 0;
}


.sas .ui-accordion-content p {
	font-size: 85%;	
}

.max-img {
width:100%;
height:auto;
}

.one-heading .ui-accordion .ui-accordion-content {
padding: 0px 40px;
border-top: 0;
overflow: auto;
padding-bottom: 30px;
border: none;
}

.photo-credit {
text-align:right;
font-weight: 500;
color: #555;
font-size:75% !important;
}

.lecture-history table, .lecture-history th, .lecture-history td {
    border: none;
}



@media screen and (max-width: 650px) {
.lecture-history table {
width: 100% !important;
}}

.page-title-blue {
font-size: 34px;
font-weight:500;
color: #0052a0;
margin: 15px 0;
}

.page-title-blue-sub {
font-size: 16px;
font-weight:500;
color: #0052a0;
margin: 8px 0 15px 0;
}

.advantages ul li img {
width:100%;
height:auto;
}

.advantages ul {
list-style:none;
padding:0;
margin:0 20px 30px 0;
overflow: auto;
float:left;
}

.advantages li {
display:block;
margin:0;
padding:0;
background: #f2f2fa;
width: 180px;
overflow: auto;
}

.advantages .text {
min-height:165px;
}

.advantages h4 {
font-size: 16px;
font-weight:500;
color: #0052a0;
margin:10px 10px;
}

.advantages p {
font-size: 12px;
font-weight:200;
color: #0052a0;;
margin:5px 10px;
}

.advantages .arrow-link {
    display: inline-block;
    padding-left: 12px;
    line-height: 16px;
    background: url(../images/sprite_unisa-a2d1714b48491e74d8efa1db15b4fbdf071e30df.png) 2px -52px no-repeat;
    color: #060697;
}

.great-hall-feed {
width:300px;
float:right;
}

.h4-black {
color:black;
font-weight:600;
font-size: 120%;
line-height: 1em;
margin: 10px 0 15px 0;
text-align: left;
line-height:1.4
}

.bk-blue {
    background-color: #e5ebf1;
    display: block;
    overflow: hidden;
    padding: 16px;
   height: 470px;

}




.content-summary-sm hr {
margin:0;
}

.content-summary-sm p {
	margin: 10px 0;			
}

.great-hall-feed .link-list {
margin:0;
}

.gh-feed-bk {
 background-color: #e5ebf1 !important;
   width:100% !important;
  
}

.great-hall-feed > ul > li > a {
text-decoration: none;
 background-color: #e5ebf1 !important;
   height:440px;
}

.gh-feed-bk .btn {
display:block !important;
}

.article-feed ul .bk-blue {
padding:0;
}

.small-slider {
height: 100% !important;
margin-bottom:10px !important;
max-width:100%;
}

.small-slider .swiper-pagination-s {
text-align:center;
margin-top:10px;
}

.small-slider .swiper-pagination-s .swiper-pagination-bullet {
margin: 0 3px;
background: #0052a0;
opacity: 0.3;
width: 10px;
height:10px;}

.small-slider .swiper-pagination-s .swiper-pagination-bullet-active {
background:#0052a0;
opacity: 1;
}

.slider-margin-bottom {
margin: 0;
}
@media (max-width: 872px) {
.blue-wrapsection {
width:100% !important;
}}

/* News START */


.item-grid {
list-style: none;
padding: 0;
margin: 0;
}

.item-grid .item-image {
display: block;
float: left;
width: 27%;
}

.item-grid .item-image img {
width: 100%;
height: auto;
display: block;
    min-height: 135px;
}

.content-summary-img {
width: 100%;
}

.item-grid .item-content {
display: block;
float: left;
width: 70%;
margin: 10px 0 0 20px;
}
.news-item {
margin: 1px 0px 1px 0px;
background-color: #e5ebf1;
width: 100%;

}

#news-filter {
list-style: none;
padding:0 11px;
margin: 0;
display: inline-block;
}

#news-filter li {
display: inline-block;

}

.news-item a:hover {
    color: #0052a0;
}

#news-filter li a {
color: #0052a0;
font-weight: 300;
font-size: 90%;
text-decoration: none;
padding: 4px 10px;
background-color: #e5ebf1;
border-radius: 5px;
}

#news-filter li a:hover {
color: #e5ebf1;
background-color: #0052a0;
}

#news-filter li a.active {
color: #e5ebf1;
background-color: #0052a0;
}

.news-title-heading {
display: inline-block;
margin: 0 0 0 20px;
padding: 0;
font-weight: 600;
color: #0052a0;
font-size: 90%;
}



.news-section {
    background: rgba(0, 62, 116, 0.2);
padding: 8px 0;
}

@media (max-width: 729px) {
    .news-title-heading {
    margin-bottom: 8px;}

#news-filter li {
margin-bottom: 10px;
}}

.content-summary-title h4 {
line-height: 1.4;
font-size: 125%;
}

#home-causes .content-summary-title h4 {
min-height: 84px;
}

@media (max-width: 905px) {
    
.item-grid .item-image {
width: 33%;
}

.item-grid .item-content {
width: 62%;
}
}

@media (max-width: 639px) {
  .content-summary-img {
        display: none;}
        
        #home-causes .content-summary-title h4 {
    min-height: 100%;
}

.content-summary {
border-top: none !important;
}

.item-grid .item-content {
width: 85%;
}  
}
@media (max-width: 749px) {
.content-summary-text p {
	
}
.news-item {
margin: 1px 0px 1px 0px;
background-color: #e5ebf1;
width: 100%;
padding-bottom:0px;
}
#news-grid {
background: #e5ebf1;
}
.content-summary {
overflow: auto;
    border-top: 1px solid white;
}
.content-summary-title h4 {
    line-height: 1.2;
    font-size: 120%;
}

}

.hide {
display:none !important;
}

.mfp-iframe-scaler iframe {
 min-height: 490px;
 background: white !important;
}

.mapframe iframe {
width:100%;
height:250px;
}

/* News END */


/* MAP START */


#map{
  display: block;
  width: 95%;
  height: 500px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
#map{
  display: block;
  width: 95%;
  height: 300px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
  margin-bottom: 50px;
}}

#map.large{
  height:500px;
}

.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:60px;
  line-height:80px;
  opacity:0.8;
  background:#4477aa;
  border:solid 3px #336699;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}

.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #336699;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #336699;
}

.map-markers h2 {
font-size: 18px;
}

.map-markers p {
font-size: 12px;
line-height:1.5;
}

.pdf-viewer iframe {
min-height: 700px;
width:100% !important;
}
@media (max-width: 700px) {
.pdf-viewer iframe {
min-height: 500px;
width:100% !important;

}}

#map > div > div:nth-child(1){max-width:none;}


/* MAP END */

.embedpage object {
margin-top:50px;
width: 100%;
height: 100%;
min-height: 600px;	
background:url(../images/ajax-loader.gif) center center no-repeat;
}

.embedpage {
	width: 100%;
height: 100%;
min-height: 600px;			
}

.logo {
     width: 175px;
     height: auto;
}
/* 25TH BIRTHDAY GALA DINNER */

#gala .donate-cta {
    background-image: url("../images/backgrounds/25th-Dinner-bk-hd-sm.jpg");
    background-size: cover;
    background-position: center top;
}

#gala .gala-gallery {
	background-image: url("../images/backgrounds/spots.jpg");
	background-size: cover;
    background-position: center top;
}

#gala .donate-cta h2,
#gala .donate-cta p {
    color: #FFFFFF;
}

.hero-statement {
    background-image: url("../images/fpo_16x9.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 300px;
}

.hero-statement .hero-statement-outer {
    background: rgba(0, 0, 0, 0.7);
}

.hero-statement .hero-statement-inner {
    padding: 0.5em;
}

.hero-statement p {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 200;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

#scholarships p {
margin: 0 0 10px 0;
}

@media (max-width: 767px) {
.scholarships-bk {
background-position: right;}

#bottom-panel-scholarhsip {
	margin: 20% 0 0 0 !important;		}
	
	.hero-statement p {
	font-size:165% !important;
	padding: 0 10px;
				}
	.btn-set {
	padding:0 !important;
}

.social-media-buttons li {
      padding-right: 3px;
}

.social-media h2 {
    padding-right: 16px;
    margin: 25px 0 0 0;
}
.donate-link {
	height:auto;
}
.donate-link .donate-link-title {
  line-height:1.3;
  text-align:center;

}

}


@media (max-width: 440px) {
.scholarships-bk {
	background-position: right;}

#bottom-panel-scholarhsip {
	margin: 60% 0 0 0 !important;		}
}

.sidebar {
	float:right;
}

.sidebar h3 {
	color:white;
}

.fullscreen-map {
	width:100% !important;
	height:100vh !important;
	margin-bottom:0 !important;
}

#gala .content-border {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	margin-bottom: 30px;
	padding:30px 30px 0 30px;
	overflow: auto;
    margin-top: 0px;
    width: 100%;
}

#gala .left-top-border {
	border-bottom: 1px solid white;
	width: 128px;
	position: absolute;
}

#gala .right-top-border {
	border-bottom: 1px solid white;
	width: 500px;
	float: right;
    position: relative;
}



#gala .title-wrap {
     top: 44px;
position: relative;
width: 100%;
text-align: left;
margin: 0 20px 27px 20px;
}

#gala .title {
font-size: 250%;
font-weight: 600;
text-align: left;
    background: transparent;
    padding: 10px 0;
    margin-top: 0;
    margin-left: 50px
}

#gala .main-content {
display: block;
float: left;
}

#gala .sidebar-wrap {
width: 30%;
display: block;
float: left;
    margin-top: 54px;
        margin-left: 20px;
}

#gala .content-sidebar-border {
margin-bottom: 40px;
padding:0px 30px 10px 20px;
    margin-top: 0px;
}

#gala .title-sidebar-wrap {
width: 95%;
margin: 0 7px;
}

#gala p {
font-weight: 200;
margin-top: 0;
}

#gala p strong {
font-weight: 500;
}

#gala .title-sidebar-wrap h3 {
font-size: 160%;
font-weight: 600;
text-align: left;
    padding: 10px 0;
    margin-top: 0;
    color: white;
    padding-left:10px;
    margin-bottom: 15px;
    padding-bottom: 0;
font-weight: 200;
padding-top: 0;
}

#gala .left-content {
width: 65%;
display: block;
float: left;
overflow: auto;
margin-bottom: 5px;
}

#gala .right-content {
width: 30%;
display: block;
float: left;
    margin-left: 20px;
}

#gala .donate-cta {
    background-image: url("../images/25th-Dinner-bk-hd-sm.jpg");
    background-size: cover;
    background-position: center top;
}
.biscuit-theme {
border: none;
}

@media (max-width: 970px) {
#gala .main-content {
    margin: 0 30px !important;
}
    #gala .left-top-border {
width: 12%;
}

#gala .right-top-border {
width: 34%;
}

#gala .donate-cta {
     background-position: right !important;
}

}

@media (min-width: 689px) and (max-width: 760px) {
    #gala .left-top-border {
width: 18%;
}

#gala .right-top-border {
width:22% !important;
}
}


@media (max-width: 689px) {
    #gala .left-top-border {
width: 20%;
}

#gala .right-top-border {
width:5%;
}
}

@media (max-width: 640px) {
    
    #gala .left-content {
    width: 100%;}
    
    #gala .right-content {
    width: 100%;
    margin-left: 0;}
    
    #gala .content-sidebar-border {
    padding-left: 0;
    }
    
    #gala .title-sidebar-wrap h3 {
    padding-left: 0;
    }
    
    #gala .title-sidebar-wrap {
    width: 95%;
    margin: 0;
}
#gala .title-wrap {
    margin-left: 10px;}
    
}

.break-secondline {
display:block;
margin-left:25px;
}



@media screen and (max-width: 593px) {
.mobile-video {
	width:100% !important;	
	height:auto !important;			
}
.mobile-video-text {
    font-size: 174%;
    margin-top:47px !important;
      margin-bottom:15px !important;
}
}

.show-mobile {
display:none;
}

.tickercontainer {
    border: 1px solid white;
    width: 100%;
    height: 35px;
    margin: 0 0 0px 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask {
    position: relative;
    left: 10px;
    top: 8px;
    width: 100%;
    overflow: hidden;
}
ul.newsticker {
    position: relative;
    left: 750px;
    font-weight: 200;
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    color: white;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    margin: 0 10px 0 0;
    color: white;
    font-weight: 600;
    font-size: 13px;
}
ul.newsticker .groups {
    font-weight: 600;
    margin-left: 40px;
}
ul.newsticker .names {
    margin: 0 10px;
}
.bullet {
    font-weight: bold;
    font-size: 16px;
    margin-right: 6px;
    margin-top: 5px;
}
.name-slider {}
.slider-heading {
    color: white;
    font-size: 100%;
    font-weight: 600;
    padding: 0;
    margin: 0 0 9px 0;
    margin-left: 10px;
}
.silver-sponsors,
.blue-sponsors {
    margin: 10px 0 20px 0;
}
.silver-sponsors img,
.blue-sponsors img {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 3px 15px;
        vertical-align: middle;
}
.sliver-text {
    color: #808080;
    font-size: 110%;
    font-weight: 600 !important;
}
.blue-text {
    color: #0052a0;
    font-size: 110%;
    font-weight: 600 !important;
}
.sponsor-logos {
    background: white;
    width: 100%;
    padding: 15px 20px 15px 20px;
        margin-bottom: 40px;
}

.buy-ticket-online {
    background: white;
    padding: 7px 12px;
    border-radius: 5px;
    text-decoration:none;
    color:#0052a0;
    font-weight:bold;
}

.buy-ticket-online:hover {
  text-decoration:none;
   background: white;
   color:#0052a0;

}

.button-wrap {
margin-top:30px;
}

.tickercontainer {
    border: 1px solid white;
    width: 100%;
    height: 35px;
    margin: 0 0 0px 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask {
    position: relative;
    left: 10px;
    top: 8px;
    width: 100%;
    overflow: hidden;
}
ul.newsticker {
    position: relative;
    left: 750px;
    font-weight: 200;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    color: white;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    margin: 0 10px 0 0;
    color: white;
    font-weight: 600;
    font-size: 13px;
}
ul.newsticker .groups {
    font-weight: 600;
    margin-left: 40px;
}
ul.newsticker .names {
    margin: 0 10px;
}
.bullet {
    font-weight: bold;
    font-size: 16px;
    margin-right: 6px;
    margin-top: 5px;
}
.name-slider {}
.slider-heading {
    color: white;
    font-size: 100%;
    font-weight: 600;
    padding: 0;
    margin: 0 0 9px 0;
    margin-left: 10px;
}
.slider-heading a {
color: white;
font-weight: 600;
}
.silver-sponsors,
.blue-sponsors {
    margin: 10px 0 20px 0;
}
.silver-sponsors img,
.blue-sponsors img {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 15px
}
.sliver-text {
    color: #808080;
    font-size: 110%;
    font-weight: 600 !important;
}
.blue-text {
    color: #0052a0;
    font-size: 110%;
    font-weight: 600 !important;
}
.sponsor-logos {
    background: white;
    width: 100%;
    padding: 15px 20px 15px 20px
}

#slider {
	list-style:none;
	padding:0px
}

.bx-wrapper, .bx-window {
    width: 100% !important;
}

.slider-container { 
	 
	width:100%; 
	height:150px; 
	padding:0px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	margin-bottom:30px;
}

#slider img { 
	width:200px !important;
	height:125px  !important;
	margin:0px; 
	display:inline-block  
}

#slider li {
	width:210px
}

#gala .text-title-wrap {
    top: 35px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0 20px 27px 20px;
    left: 172px;
}

.guest-list {
    
list-style: none;
padding: 0;
}

.guest-list li {
color: white;
}

.guest-list > ul {
    padding: 0 0 0 10px;
    margin: 3px 0 0 12px;
    color: white;
    
}

#gala .guests .content-border {
border: 1px solid white;
margin-bottom: 20px;

padding:5px 20px;
overflow: auto;
    margin-top: 30px;
        width: 100%;
}

.sponsor-title {
color:white;
font-size:130%;
font-weight:500;
margin:0;
}

@media (max-width: 991px) {
.sponsor-title {
text-align:center;
}
}

.tickercontainer {
    border: 1px solid white;
    width: 100%;
    height: 35px;
    margin: 0 0 0px 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask {
    position: relative;
    left: 10px;
    top: 8px;
    width: 100%;
    overflow: hidden;
}
ul.newsticker {
    position: relative;
    left: 750px;
    font-weight: 500;
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    color: black;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    margin: 0 10px 0 0;
    color: black;
    font-weight: 600;
    font-size: 13px;
}
ul.newsticker .groups {
    font-weight: 600;
    margin-left: 40px;
}
ul.newsticker .names {
    margin: 0 10px;
}
.bullet {
    font-weight: bold;
    font-size: 16px;
    margin-right: 6px;
    margin-top: 5px;
}
.name-slider {}
.slider-heading {
    color: black;
    font-size: 100%;
    font-weight: 600;
    padding: 0;
    margin: 0 0 9px 0;
    margin-left: 10px;
}
.slider-heading a {
color: black;
font-weight: 600;
}
.silver-sponsors,
.blue-sponsors {
    margin: 10px 0 20px 0;
}
.silver-sponsors img,
.blue-sponsors img {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 15px
}
.sliver-text {
    color: #808080;
    font-size: 110%;
    font-weight: 600 !important;
}
.blue-text {
    color: #0052a0;
    font-size: 110%;
    font-weight: 600 !important;
}
.sponsor-logos {
    background: white;
    width: 100%;
    padding: 15px 20px 15px 20px
}

#slider {
	list-style:none;
	padding:0px
}

.bx-wrapper, .bx-window {
    width: 100% !important;
}

.slider-container { 
	 
	width:100%; 
	height:150px; 
	padding:0px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

#slider img { 
	width:200px !important;
	height:125px  !important;
	margin:0px; 
	display:inline-block  
}

#slider li {
	width:210px
}

#gala .text-title-wrap {
    top: 35px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0 20px 27px 20px;
    left: 172px;
}

.guest-list {
    
list-style: none;
padding: 0;
}

.guest-list li {
color: white;
}

.guest-list > ul {
    padding: 0 0 0 10px;
    margin: 3px 0 0 12px;
    color: white;
    
}

#gala .guests .content-border {
border: 1px solid white;
margin-bottom: 20px;

padding:5px 20px;
overflow: auto;
    margin-top: 30px;
        width: 100%;
}

.main-content-guestlist {
    display: block;
}

.guest-title {
font-size: 300%;
color: white;
font-weight: 300;
margin-bottom: 0;
font-weight: 600;
    display: inline-block;
}

#gala .coloum-grid {
width: 33.33%;
display: block;
float: left;
overflow: auto;
margin-bottom: 5px;
}



#gala .guest-list-backgroud {
    background-image: url("../images/25th-Dinner-background-hd.jpg");
    background-size: cover;
    background-position: right top;
    min-height: 831px;
}

.search-guest {
 display: inline-block;
}

#live-search {
padding: 0 0 0 0;
margin: 0 0 0 25px;
background: transparent;

    display: inline-block;
}

#live-search fieldset {
border: none;
padding: 0;
margin: 0;
}

#live-search input::-webkit-input-placeholder {
color: #e6e6e6 !important;
}
 
#live-search input:-moz-placeholder { /* Firefox 18- */
color: #e6e6e6 !important;  
}
 
#live-search input::-moz-placeholder {  /* Firefox 19+ */
color: #e6e6e6 !important;  
}
 
#live-search input:-ms-input-placeholder {  
color: #e6e6e6 !important;  
}

#filter {
padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background: rgba(0,62,116,0.5);
    color: white;
    font-size: 90%;
   
}



  /* Gala Dinner  */

.gala-faq .ui-accordion .ui-accordion-content {
    padding: 0px 0em 0px 0;
    border-top: 0;
    overflow: auto;
}

.gala-faq #accordion.ui-accordion-header {
	background: white !important;
}

.gala-faq .ui-state-default {
	background: white !important;
	border: none;
}

.gala-faq .year h3 {
	font-size: 100%;
	margin-top: 12px;
	margin-left: 5px;
}

.gala-faq .aquestion.ui-accordion-header {
	background: #0052a0 !important;
	color: white;
	font-size: 90%;
	padding: 16px 40px;
}

.gala-faq .aquestion h3 {
	font-size: 90%;
	margin-left: 30px;
	  
}

#accordion.ui-accordion.ui-accordion-header {
    padding-top: 5px;
}

#accordion.ui-state-default {
	color:  #0052a0;
}


.ui-state-focus { outline: none; }



.gala-faq .accordion2.ui-accordion .ui-accordion-content {
    padding: 0px 40px;
    border-top: 0;
    overflow: auto;
    padding-bottom: 30px;

}

#accordion {
	margin: 20px 0 30px 0;
}


.gala-faq .floatright {
	float: right;
	padding: 20px 0px 20px 40px;
}

.gala-faq .floatleft {
	float:left;
	padding: 10px 20px;
	display:block;
}

@media all and (max-width: 850px) {
.gala-faq .floatright {
	    float: none;
    padding: 0;}

.gala-faq .floatleft {
	    float: none;
    padding: 0;}
    
    .sas .accordion2.ui-accordion .ui-accordion-content {
    padding: 0px 20px;}

}

.date-sub-line {
    font-size: 70% !important;
    color: #1D1D1D;
    font-weight:600;
    margin-top:10px;
}

.gala-faq #accordion a {
	color: #0052a0 !important;
}

.arrow-icon-year:after {
    position: absolute; 
    top: 25%;
    left: 10px;
     content: "\f0ab";
color: #0052a0;
      font-family: FontAwesome;
    font-size: 1.4em;
    margin-top: 0;
	color: #0052a0;
	margin-left: 0px;

}

.arrow-icon-year.ui-state-active:after {
    position: absolute; 
    top: 25%;
    left: 10px;
    display: block;
      content: "\f0aa";
    font-family: FontAwesome;
    margin-top: 0px;
    color: #0052a0;
    }


.arrow-icon:after {
    position: absolute; 
    top: 25%;
    left: 10px;
     content: "\f0ab";
color: black;
      font-family: FontAwesome;
    font-size: 1.4em;
    margin-top: 0x;
	color: white;
	margin-left: 25px;

}

.arrow-icon.ui-state-active:after {
    position: absolute; 
    top: 25%;
    left: 10px;
    display: block;
      content: "\f0aa";
    font-family: FontAwesome;
    margin-top: 0px;
    color: white;
}

.no-left-padding {
	padding-left: 0;
}

.gala-faq .ui-accordion-content p {
	font-size: 85%;	
}

.max-img {
width:100%;
height:auto;
}

.one-heading .ui-accordion .ui-accordion-content {
padding: 0px 40px;
border-top: 0;
overflow: auto;
padding-bottom: 30px;
border: none;
}

.photo-credit {
text-align:right;
font-weight: 500;
color: #555;
font-size:75% !important;
}

.lecture-history table, .lecture-history th, .lecture-history td {
    border: none;
}
@media screen and (max-width: 650px) {
.lecture-history table {
width: 100% !important;
}}

.page-title-blue {
font-size: 34px;
font-weight:500;
color: #0052a0;
margin: 15px 0;
}

.page-title-blue-sub {
font-size: 16px;
font-weight:500;
color: #0052a0;
margin: 8px 0 15px 0;
}

.advantages ul li img {
width:100%;
height:auto;
}

.advantages ul {
list-style:none;
padding:0;
margin:0 20px 30px 0;
overflow: auto;
float:left;
}

.advantages li {
display:block;
margin:0;
padding:0;
background: #f2f2fa;
width: 180px;
overflow: auto;
}

.advantages .text {
min-height:165px;
}

.advantages h4 {
font-size: 16px;
font-weight:500;
color: #0052a0;
margin:10px 10px;
}

.advantages p {
font-size: 12px;
font-weight:200;
color: #0052a0;;
margin:5px 10px;
}

.advantages .arrow-link {
    display: inline-block;
    padding-left: 12px;
    line-height: 16px;
    background: url(../images/sprite_unisa-a2d1714b48491e74d8efa1db15b4fbdf071e30df.png) 2px -52px no-repeat;
    color: #060697;
}
