.title h4{margin-top: 5px;}

/*-- background 
body.page .page-inner-3 {
    background: url(/content/dam/www/internationaladmissions/img/Backgrounds/bkgd-3b-white-victoreblue.png) no-repeat center top #41B6E6;
	background-attachment: fixed;
}--*/

/*-- Lockup --*/
.header .main .lockup .title a{
	letter-spacing: -1px;
}

/*--- top nav --*/
.topnav .main > ul > li.theme-secondary.last > a span:after, .topnav .main > ul > li.theme-secondary.last > a span:before {
    background: #e56a54;
}

/*-- key tasks buttons --*/
.topnav .topnav2 {
    position: absolute;
    top: 90px;
    right: -5px;
    margin-right: 5px;
    display: block;
    z-index: 7001;
}

.list ul.horizontal-link-list li {
    margin-right: 3px;
}

.list ul.horizontal-link-list li.last {
    margin-right: 0px;
}

.topnav .topnav2 ul li a {
    background: #005BBB;
    border: solid 1px #41b6e6;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-top: 0px;
    padding: 7px 7px;
    line-height: 1em;
    box-shadow: 0px 2px 4px rgba(24,24,24,.4);
    font-size: 12px;
    font-weight: 100;
}

.topnav .topnav2 ul li.last a {
    background: #e56a54;
    border: solid 1px #e56a54;
}

/*-- home page --*/
.homepage .flexmodule-style .list-style-teaser-no-image .teaser-content {
    margin: 11px 0;
}
.homepage .keytaskspar{
	display:none;
}
.homepage .keytasks .theme-standard-ub-blue .main {

    margin-left: 0px;
    height: auto;
}
/*-- left column ---*/

.page #columns #left .left-col-shadow {
    background: none;
}

.leftnav{
    box-sizing: border-box;
    width: 100%;
}


/*-- formstack forms --*/
.fsBody {
    color: #000!important;
}
.fsBody a{
	color: #005BBB!important;
    text-decoration:underline;
}

/*-- on this page --*/
.parsys_column>.onthispage {
    margin-top: 12px;
}

/*-- footer ---*/
.footer {
    background: initial;
}

/*-- share this --*/

.articletools {
    float: right;
    font-size: 11px;
    margin: 0 0 0 -2px;
    margin-left: -2px;
    width: 105px;
    position: relative;
    z-index: 2;
    padding: 0px;
}

.articletools .outer {
    margin-top: 15px;
}

.articletools .icontext {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*-- col ctrl carousel fix -- */
.cq-colctrl-3-3-3 .parsys_column .carousel {
    width: 209px;
}


/*-- youtube playlists --*/
.youtubeplaylist .list-style-teaser-grid .teaser-block {
    height: 139px;
}

/*-- footer breadcrumbs --*/
.footer .breadcrumbs-inner ul li{
	line-height: 1em;
}


@media only screen and (max-width: 720px) {
    body.page .page-inner-3{
		background: #FFF;
    }
    .articletools .button.share:before {
      content: "\e907";
    }
}