/* FONT DEFINITION */
 body {
     font-family: 'Open Sans', sans-serif;
     font-size:14px;
     line-height:24px;
     color:#171717;
     background-color:#ffffff;
     margin: 0;
     margin-top: -10px;
}
 p {
     font-family: 'Open Sans', sans-serif;
     color: #171717;
     font-size: 12px;
     line-height: 16px;
     font-weight: 400;
}
 h1, h2, h3, h4, h5, h6{
     font-family: 'Open Sans', sans-serif;
     color: #171717;
     font-weight: 700;
}
 h1 {
     font-size: 28px;
     line-height: 30px;
     margin: 20px 0;
}
 h2 {
     font-size: 24px;
     line-height: 28px;
     margin: 20px 0;
}
 h3 {
     font-size: 22px;
     line-height: 26px;
     margin: 18px 0;
}
 h4 {
     font-size: 20px;
     line-height: 24px;
     margin: 15px 0;
}
 h5 {
     font-size: 18px;
     line-height: 22px;
     margin: 15px 0;
}
 h6 {
     font-size: 16px;
     line-height: 16px;
     margin: 10px 0;
}

/* LINKS */
 a, a:link, a:visited {
     text-decoration:none;
}
 a:hover {
     text-decoration:underline;
}
 a:focus {
     outline: none;
}
 #contentMain a {
     color: #c8102e;
}
 hr {
     border-style: solid;
     color: #E8E8E8;
     border-width: 1px;
     max-width: 100%;
}

/* SKIP TO MAIN CONTENT */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* ALERT BOX */

div.alert{
    width: 100%;
}

.alert p {
    font-size: 15px;
    line-height: 17px;
    text-align:  center;
    letter-spacing: .5px;
    margin: 0 auto;
    padding: 20px 5px;
    background-color: #FF0000;
    color: #fff;
}

.alert a {
    color: white;
    text-decoration: underline;
    background-image: url("../images/home/belmont-alert.png");
    background-repeat: no-repeat;
    padding-left: 175px;
    background-size: contain;
}

.alert a:hover {
    color: white;
    text-decoration: none;
}

/* MAIN NAVIGATION BAR */

 div#home-nav {
     background-color: #00205b;
     background-image: linear-gradient(-179deg, #00205b 0%,#00103c 100%);
     border-bottom: #00205b solid 5px;
     height: 40px;
     clear: both;
     text-align: center;
}
 #home-nav img{
     /*margin: -43px auto;*/
     margin: -36px 0 -24px -3px;
     box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
     -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
     background-color: #c8102e;
     border-radius: 0;
     border: 1px solid #A80621;
     display: block;
     float: left;
     /*padding: 5px 20px;*/
     padding: 6px 20px 9px 20px;
     position: relative;
     /*top: -43px !important;*/
     top: 0;
     margin-left: 0;
     background-color: #c8102e;
     background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
     background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
     background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
     box-shadow: 0 0 0 1px #BA142F, 0 0 0 2px #C12026, 0 0 8px 0 rgba(0, 0, 0, 0.65);
     z-index: 1001;
     border-radius: 0 0 3px 3px;
     background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
     background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
     background-color: #c8102e;
}

 .container{
     width: 1100px;
     margin: 0 auto;
}

/* 
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/

 ul.nav-bar-home{
     line-height: 14px;
}
 ul.nav-bar-home:first-child {
     margin-top: 10px;
     padding-top: 10px;
}
 ul.nav-bar-home>li>a, ul.nav-bar-home>li>a:visited, ul.nav-bar-home>li>a:hover {
     color: #171717;
     font-size: 14px;
     letter-spacing: .5px;
     padding: 8px 0px;
     border-bottom: 1px solid #ccc;
     display: block;
     width: 100%;
}
 ul.nav-bar-home li:nth-of-type(odd) a {
     border-right: 1px solid #ccc;
}
 ul.nav-bar-home>li>a:hover {
     color: #c8102e;
     text-decoration: none;
     font-weight:700;
}
 ul.nav-bar-home{
     float: left;
     width: 100%;
}
 ul.nav-bar-home li{
     display: block;
     width: 100%;
     text-align: center;
}
 ul.nav-bar-home:last-child {
     width: 100%;
}
ul.nav-bar-home:last-child li a{
    padding-bottom: 18px;
}
 ul.nav-bar-home li.menu-header{
     color: #171717;
     font-size: 14px;
     letter-spacing: .5px;
     padding: 8px 0px;
     border-bottom: 1px solid #ccc;
     display: block;
     width: 100%;
     font-weight: 700;
     background-color: #ededed;
}
 div#audience {
     width: 100%;
     float: none;
     clear: both;
     margin: 0;
     padding: 0;
     background-color: #fff;
}
 img {
     border:0px;
}
 ul {
     padding:0px;
     margin:0px;
     list-style-type: none;
     width: auto;
}
 ul li {
     padding:0px;
     margin:0px;
     list-style-type: none;
}
 #contentMain li {
     list-style-type: disc;
     list-style-position: inside;
     margin-bottom: 1em;
     text-indent:-15px;
     padding-left: 30px;
}
 form#cse-search-box {
     width: auto;
     height: auto;
     float: right;
     margin-top: 0;
}
 div#search-bar {
     width: auto;
     height: 45px;
     background-color: #00103c;
}
 #search-bar a {
     float: left;
     color: #ffffff;
     margin-top: 20px;
     margin-left: 5px;
     padding-right: 5px;
     letter-spacing: .5px;
}
 #search-bar a:first-child {
     margin-left: 20px;
}
/* HOME PAGE IMAGE SLIDER */
 #wrapper {
     min-width:1100px;
     width: 100%;
     height:auto;
     margin:0px auto;
     background-color: #ffffff;
     clear: both;
     position: relative;
}
 #imgBox {
     height:auto;
     width: 100%;
     margin:0px;
     overflow:hidden;
     position:relative;
}
 #imgBox div {
     display:none;
     margin:0px;
     padding:0px;
     height:auto;
}
 .text-container, #imgBox .text-container {
     margin: 0px;
     position: absolute;
     bottom: 0px;
     color: #fff;
     font-size: 12px;
     line-height: 16px;
     z-index: 1000;
     width: 100%;
     height: auto;
     background-repeat: repeat;
     display: block;
     background-color: rgba(0, 32, 91, 0.65);
}
 .text-container p, #imgBox .text-container p{
     color: #ffffff;
     max-width: 1100px;
     margin: 0;
     width: auto;
     padding: 20px 20px 20px;
}
 .text-container p .headline, #imgBox .text-container p .headline {
     font-size: 18px;
     line-height:20px;
     font-weight: 700;
     text-transform:uppercase;
}
 #imgBox img {
     width: 150%;
     margin-bottom: -5px;
}
 img.img-responsive{
     width: 150%;
}
 .more a {
     color:#fff;
     /*font-size: 12px;*/
     font-size: 11pt;
     font-style:italic;
}
 .more a:hover {
     text-decoration: underline;
}
 .slidetabs {
     background-color: #00103C;
     padding: 5px;
     clear:both;
     margin: 0px auto;
     width:auto;
     position: relative;
     z-index:2000;
     height: 15px;
     margin-top: -3px;
}
 .slidetabs a {
     width:8px;
     height:8px;
     float:left;
     margin: 3px 6px;
     background-image:url(../images/home/navigator-2.png);
     display:block;
     font-size:1px;
}
 .slidetabs a:hover {
     background-position:0 -8px;
}
 .slidetabs a.current {
     background-position:0 -16px;
}
 .pointer img {
     width: 35px;
     display:none;
}
 #contentWrap {
     width: 1100px;
     height: 395px;
     top: 150px;
     position: absolute;
     float: none;
     z-index: 1000;
     margin: 0 auto;
}
 #contentWrap{
     position: absolute;
     top: 90px;
     padding-top: 20px;
     display: none;
}

div.error{
    background: url("/_files/images/home/bruiser-404.jpg") no-repeat center center;
    background-size: cover;
    height: 600px;
}

.error p{
    float: right;
    color: white;
    font-size: 30px;
    line-height: 1.25em;
    max-width: 510px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

/* NEWS */
 #news, #connect, #infographics, #colleges{
     clear: both;
     padding: 40px 0;
}

 #news h2 a, #colleges h2 a {
     color: #ffffff;
     font-size: 30px;
     line-height: 22px;
     clear: both;
}

 span.headline a, .descriptor {
     display: inline-block;
     padding:0px;
     color: #ffffff;
     text-decoration: none;
     font-size: 18px;
     line-height: 24px;
     margin-bottom: 27px;
     border-left: 3px #00205b solid;
     padding-left: 10px;
}

 span.headline a {
     color: #fff;
}

 .descriptor {
     border-left: 3px #c8102e solid;
     text-shadow: 1px 1px 5px rgba(23, 23, 23, 0.5)
}

 span.headline a:hover, span.headline a:visited:hover {
     text-decoration:underline;
}

 span.morenews a, span.morenews a:visited {
     font-size: 18px;
     color: #fff;
     font-weight: 700 !important;
     text-decoration: none;
     display: block;
     text-align: center;
     /*background-color: #00205B;*/
     background-color: #3f83ad;
     width: 175px;
     margin: 30px auto;
     padding: 20px;
     border-radius: 5px;
     text-transform: uppercase;
     /*box-shadow: 0 6px #00103C;*/
     box-shadow: 0 6px #2b6a89;
     position: relative;
}

 span.morenews a:hover{
     box-shadow: 0 4px #2b6a89;
     top: 2px;
}

/* CONNECT */
 div#connect-container {
     clear: both;
     background-color: #ffffff;
     background: url("/_files/images/home/blurry-bg2.jpg") center no-repeat fixed;
     background-size: cover;
     padding-left:10px;
     padding-right: 10px;
}

 #infographic-container {
    background-color: #00205b;
    clear: both;
    background: url(/_files/images/home/blurry-bg.jpg) center no-repeat fixed;
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
}

 #infographics h2, #infographics h2 a, #connect h2, #connect h2 a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    line-height: 22px;
    clear: both;
    text-shadow: 1px 1px 5px rgba(23, 23, 23, 0.5)
}

.infographic-row img {
     width: 48%;
     margin-right: 2%;
}

.infographic-row{
     background-color: rgba(0, 32, 91, 0.55);
}

.our-mission p {
     display: inline-block;
     padding: 0px;
     color: #ffffff;
     text-decoration: none;
     font-size: 18px;
     line-height: 24px;
     margin: 30px 0;
     border-left: 3px #c8102e solid;
     padding-left: 10px;
     text-shadow: 1px 1px 5px rgba(23, 23, 23, 0.5);
}

 .more-info a, .more-info a:visited,  #connect span.morenews a,  #connect span.morenews a:visited {
     font-size: 18px;
     color: #ffffff;
     font-weight: 700 !important;
     text-decoration: none;
     display: block;
     text-align: center;
     background-color: #c8102e;
     width: 175px;
     margin: 30px auto;
     padding: 20px;
     border-radius: 5px;
     text-transform: uppercase;
     box-shadow: 0 6px #9E0C24;
     position: relative;
}

.more-info a:hover, #connect .morenews a:hover {
    box-shadow: 0 4px #9E0C24;
    top: 2px;
}

/* COLLEGES */
#colleges-container{
    clear:both;
    background-color: #c8102e;
    padding-left: 10px;
    padding-right: 10px;
}

#colleges p{
    display: inline-block;
    padding: 0px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 27px;
    border-left: 3px #9E0C24 solid;
    padding-left: 10px;
}

#colleges p a{
    color: #ffffff;
    font-style: italic;
    text-decoration: underline;
}

.college-row {
    width: 100%;
}

.college {
    width: 75%;
    float: none;
    margin: 0 auto;
}

figure.bubba-effect {
    background: #c8102e;
}

.college figure h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.college figure h3 span {
	font-weight: 700;
}

.college figure h3, .college figure h3 span, .college figure p {
	margin: 0;
}

#colleges .college figure p {
	padding: 0;
    font-size: 14px;
    border: none;
}

.college figure {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    cursor: pointer;
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    max-height: 350px;
}

figure.bubba-effect img {
    opacity: 0.7;
    transition: opacity .35s;
    -webkit-transition: opacity .35s;
}


figure.bubba-effect:hover img{
    opacity: 0.4;
}

figure.bubba-effect figcaption::before, figure.bubba-effect figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.bubba-effect figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.bubba-effect figcaption::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.bubba-effect h3 {
	padding-top: 25%;
	/*-webkit-transition: -webkit-transform 0.35s;*/
	/*transition: transform 0.35s;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.bubba-effect p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.bubba-effect:hover figcaption::before,
figure.bubba-effect:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.bubba-effect:hover h3,
figure.bubba-effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    padding-top:25%;
    transition:.3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.college figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.college figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.6;
}

.college figure figcaption {
	padding: 11%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.college figure figcaption::before,
.college figure figcaption::after {
	pointer-events: none;
}

.college figure figcaption,
.college figure figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
}

.college figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


/* FOOTER */
 #footer {
     height: 275px;
     padding: 10px 10px 34px 10px;
     text-align: center;
     position: relative;
     background-color: #F8F8F8;
     clear: both;
     box-shadow: 0 4px 8px -8px rgba(0,0,0,.3) inset;
}
 #footer a {
     color: #808080;
}
 #footer .social-media a:hover{
     text-decoration:none;
}
 .footer-main{
     padding-top: 0;
     width: 24.125em;
     position: absolute;
     top: 3.3125em;
     left: 50%;
     margin-left: -12.0625em;
}
 .footer-main a.belmont-footer-logo {
     background-image: url(../images/home/footer-logo.png);
     height: 125px;
     width: 125px;
     display: block;
     background-size: contain;
     margin: 0px auto;
}
 #footer ul.footer-menu {
     column-count: 2;
     -moz-column-count: 2;
     -webkit-column-count: 2;
}
 ul.contact-info {
     font-size: 10px;
     line-height: 14px;
}
 .footer-menu{
     width: 30%;
     float: left;
     text-align: right;
     display: block;
     font-size: 12px;
     line-height: 19px;
     padding-top: 65px;
     margin-left: 20px;
}
 ul.footer-menu:last-child {
     float: right;
     text-align: left;
     margin-left: 0;
}
 .footer-menu li {
     margin-bottom: 0.5rem;
}
 #footer .social-media {
     height:26px;
     width:170px;
     margin: .5rem auto;
     display: block;
}
 .social-media li {
     display:inline;
     margin:0px;
}
 .social-media li a {
     margin-right: 10px;
}
 li.facebook a, li.twitter a, li.instagram a, li.youtube a, ul li.smugmug a {
     display: block;
     width:26px;
     height:26px;
     float:left;
}
 li.facebook a {
     background-image:url(/_files/images/home/icon-facebook-sprite-sm.png);
}
 li.twitter a {
     background-image:url(/_files/images/home/icon-twitter-sprite-sm.png);
}
 li.youtube a {
     background-image:url(/_files/images/home/icon-youtube-sprite-sm.png);
}
 li.smugmug a {
     background-image:url(/_files/images/home/icon-smugmug-sprite-sm.png);
     margin-right: 0;
}
 li.instagram a {
     background-image:url(/_files/images/home/icon-instagram-sprite-sm.png);
}
 li.facebook a:hover, li.twitter a:hover, li.youtube a:hover, li.smugmug a:hover, li.instagram a:hover {
     background-position:0px -26px;
}
/* HOME */
 .home-content {
     /*background-color: #ffffff;*/
     background-color: #f8f8f8;
     text-align:center;
     padding-top: 60px;
     position: relative;
}
 .home-content h2 {
     font-size: 30px;
     /*color: rgba(23, 23, 23, 0.35);*/
     color: #143472;
     text-align: center;
     margin-top: 0px;
}
/* GET STARTED BUTTONS */
 .material-icons.md-18 {
     font-size: 18px;
}
 .material-icons.md-24 {
     font-size: 24px;
}
 .material-icons.md-36 {
     font-size: 36px;
}
 .material-icons.md-48 {
     font-size: 48px;
}
 .get-started {
     /*width: 90%;
     margin: 0 auto;
     float: none;
     margin-bottom: 20px;*/
     margin: 20px;
}
 .get-started a {
     font-size: 18px;
     color: #ffffff;
     font-weight: 700 !important;
     text-decoration: none;
     display: block;
     text-align: center;
     /*background-color: #143472;*/
     background-color: #c8102e;
     width: auto;
     margin: 30px auto;
     padding: 25px 10px;
     box-shadow: 0 6px #9e0c24;
     /*box-shadow: 0 6px #00103C;*/
     border-radius: 5px;
     position: relative;
     text-transform: uppercase;
}
 .get-started a:hover {
     box-shadow: 0 4px #9e0c24;
     top: 2px;
}
 .get-started a:active, .more-info a:active, #connect .morenews a:active,  span.morenews a:active {
     box-shadow: 0 0px;
     top: 6px;
}
 .get-started i.material-icons, .connect-right i.material-icons, #news i.material-icons, #infographics i.material-icons{
     font-weight: bold;
     line-height: 0;
     vertical-align: sub;
}

/* VIDEO BOX */
 div.video-box {
     width: auto;
     overflow: hidden;
     float: none;
}
 .video-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 0px;
     height: 0;
     overflow: hidden;
     margin-bottom: 20px;
}
 .video-container iframe, .video-container object, .video-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 div.connect-right {
     width: auto;
     float: none;
     clear: both;
}
/* SEARCH BAR */
 a.audience-links{
     margin-left: 20px;
}
 #searchBox {
     width:180px;
     height:25px;
     margin: 15px 0px 5px 20px;
     float:right;
     background-image:url(/_files/images/home/searchBg.png);
     background-repeat:no-repeat;
}
 #searchBox input {
     width:130px;
     height:15px;
     margin:1px 0px 2px 25px;
     outline: none;
     border: none;
}
 #searchBox input:focus {
     background: transparent;
}
 .search {
     width:100%;
     height:100%;
     padding-left:2px;
}
 .searchDefault {
     color: #999;
     font-style: italic;
     font-size:10px;
     height:100%;
     padding-left:2px;
}
 #searchMenu {
     position:absolute;
     top:20px;
     left:30px;
     display:none;
     width:auto;
     height: auto;
     padding:0px 10px 10px 10px;
     z-index:1000;
     line-height:18px;
}
 #searchMenu a, #searchMenu a:visited {
     font-size:10px;
     color:#fff;
     text-decoration:none;
}
 #searchMenu a:hover, #searchMenu a:visited:hover {
     text-decoration:underline;
}
 #audience, .audience-menu{
     float: none;
     clear: both;
     display: none;
}
 .show-menu, .show-nav {
     color: #fff;
     background-color: #c81023;
     padding: 10px;
     text-align: center;
     display: inline;
     float: right;
     margin-right: 5px;
     border-radius: 3px;
     font-size: 12px;
     line-height: 14px;
     margin-top: 3px;
}
 .show-menu{
     padding: 5px;
     margin-top: 10px;
     background-color: #00205b;
     display:none;
}
 input[type=checkbox]{
     display: none;
}
/*Show menu when invisible checkbox is checked*/
 input[type=checkbox]:checked ~ #audience{
     display: block;
}
 input[type=checkbox]:checked ~ .audience-menu {
     display: block;
}
 div#news-container {
     background-color: #143472;
     clear: both;
     padding-left: 10px;
     padding-right:10px;
}
 #news h2, #colleges h2 {
     text-align: center;
     padding-top: 20px;
     padding-bottom: 30px;
}

 .left-row, .row-right {
     width: auto;
     float: none;
}
 .left-row span.morenews, .row-right span.morenews {
     float: none;
     clear: none;
     margin-right: 0;
}
 .icons img {
     width: 8%;
     margin-right: 3%;
     opacity: 0.85;
}
 .icons img:hover{
     opacity:1.0;
}
 .social-icons.descriptor p {
     color: #ffffff;
     font-size: 18px;
     margin-top: 0;
     line-height: 24px;
}
 .left-row span.morenews a:hover, .row-right span.morenews a:hover {
     background-color: #760012;
     color: #ffffff;
}
/* MOBILE SIZES */
 @media screen and (max-width: 400px ){
     span.audience-links{
         width: 100%;
         margin: -26px auto;
         text-align: center;
         padding-top: 5px;
         height: 15px;
         position: absolute;
    }
     #searchBox{
         float: none;
         margin: 0 auto;
         margin-top: 40px;
    }
     #searchBox input {
         background-color: transparent;
    }
     #search-bar a {
         margin: 0;
         float: none;
    }
     #search-bar a:first-child {
         margin-left: 0px;
    }
}
 @media screen and (max-width: 440px ){
     form#cse-search-box {
         /*display: none;*/
         position:relative;
         margin: -1px 28%;
         top: 110px;
         border-bottom: 1px solid lightgray;
    }
    .nav-bar-home:first-child{
        margin-top:0px !important;
        padding-top:87px !important;
    }
}
 @media screen and (max-width: 649px){
     .footer-main{
         position: relative;
         margin: 0 auto;
         left: 0;
         width: 100%;
    }
     #footer{
         height: auto;
    }
     .footer-menu, ul.footer-menu:last-child{
         position: relative;
         float: none;
         width: 100%;
         text-align: center;
         margin: 0 auto;
    }
     #footer ul.footer-menu {
         column-count: 1;
         -moz-column-count: 1;
         -webkit-column-count: 1;
    }
     ul.footer-menu:last-child{
         padding-top: 0;
         padding-bottom: 45px;
    }
     .text-container{
         /*width: auto;*/
         width:100%;
    }
}

 @media screen and (max-width: 1099px) {
     .container {
         width: 100%;
    }
     form#cse-search-box {
         width: 180px;
    }
     #searchBox{
         margin: 15px 0px 5px;
    }
     #wrapper {
         min-width: inherit;
    }
     .text-container p {
         width: auto;
    }
     #contentWrap{
         width: 100%;
    }
     #home-nav img{
         height: auto;
         width: 215px;
    }
}
 @media screen and (min-width: 650px ){
     #imgBox img, img.img-responsive {
         width: 100%;
    }
     #visit, #calendar, #apply{
         width: 30%;
         margin-left: 5%;
    }
     div#visit {
         margin-left: 0;
    }
     span.headline a {
         width: 46%;
         margin-right: 4%;
    }
     span.headline a:nth-child(even) {
         margin-right: 0%;
    }
     .descriptor{
         margin-left: 5%;
    }
     div.video-box {
         width: 50%;
         overflow: hidden;
         float: left;
         clear: none;
         text-align: center;
    }
     div.connect-right {
         width: 50%;
         float: left;
         clear: none;
    }
    
    .infographic-row{
        background-color: transparent;
    }
    
     .infographic-row img {
         width: 19%;
         margin-right: 2%;
         padding: 2%;
         background-color: rgba(0, 32, 91, 0.55);
         border-bottom: solid 6px #00103c;
    }
     .get-started {
         /*width: 30%;
         margin-right: 5%;
         margin-left: 0;
         float: left;
         margin-bottom: 40px;*/
         margin-right: 1%;
         margin-left: 1%;
         width: 29%;
         margin-bottom: 44px;
         display: inline-block;
         vertical-align: top;
         margin-top: 0;
    }
     .get-started:last-child {
         margin-right: 0;
    }
    
    .college {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;
    }
    
    .college:last-child {
    margin-right: 0;
    }
    
}
 @media screen and (min-width: 475px ){
     .left-row {
         width: 50%;
         float: left;
    }
     .left-row span.morenews {
         float: right;
         clear: right;
         margin-right: 5%;
    }
     .row-right {
         width: 50%;
         float: left;
    }
     .row-right span.morenews {
         float: left;
         clear: left;
         margin-left: 5%;
    }
     .text-container p{
         margin: 10px auto;
    }
}

 @media screen and (min-width: 860px){
    #colleges .college figure p {
    letter-spacing: 1px;
	font-size: 16px;
    padding: 10px;
    }
    
    figure.bubba-effect h3 {
    padding-top: 45%;
    }

    .college figure h3{
        font-size: 20px;
    }
    
 }



 @media screen and (min-width: 950px){
     nav {
         float: right;
    }
     nav#audience {
         display: inline;
         float: right;
         margin-left: -7px;
         clear: none;
         width: auto;
         background-color: transparent;
         height: 40px;
    }
     ul.nav-bar-home{
         width: auto;
         height: 100%;
    }
     ul.nav-bar-home li{
         width: 100px;
         height: 100%;
    }
     ul.nav-bar-home>li>a, ul.nav-bar-home>li>a:visited, ul.nav-bar-home>li>a:hover {
         padding: 15% 0;
         border-bottom: none;
         width: auto;
         color: #fff;
         height: auto;
    }
     ul.nav-bar-home li:nth-of-type(odd) a {
         border-right: none;
    }
     ul.nav-bar-home>li:hover{
         background-color: #00205b;
    }
     ul.nav-bar-home>li>a:hover {
         text-decoration: none;
         font-weight:700;
    }
     ul.nav-bar-home:last-child {
         width: auto;
    }
    ul.nav-bar-home:last-child li a{
        padding-bottom: 20px;
    }
     .show-menu, .show-nav {
         display: none;
    }
     ul.audience-menu li {
         float: left;
    }
     .audience-menu{
         display: inline;
         font-size: 10px;
         line-height: 14px;
         margin-right:5px;
    }
     ul.nav-bar-home.mobile-only {
         display: none;
    }
     ul.nav-bar-home:first-child {
         margin-top: 0px;
         padding-top: 0px;
    }
     .pointer img{
         display: block;
         margin: 0 auto;
         border-radius: 50%;
         -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
         -o-border-radius: 50%;
    }
    .pointer img:hover{
        background-color: #c8102e;
        transition: .2s;
    }
     .pointer{
         /*top: -115px;*/
         top: -86px;
         position: relative;
         height: 0px;
    }
    .bounce {
    width: 3em;
	margin: auto auto;
	animation: bounce 5s ease-out 10;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    }
    @keyframes bounce {
    	0% { 
        top: -86px; 
      }
      3% {
        top: -95px;
      }
      6% {
        top: -86px;
      }
      9% {
        top: -95px;
      }
      12% {
        top: -86px;
      }
     100% { 
       top: -86px; 
      }
    }
     .text-container p, #imgBox .text-container p{
         padding: 20px 20px 50px;
    }
}
/* COPYRIGHT BOX */
    .copyright {
        bottom: 5px;
        position: absolute;
        border-top: 1px solid lightgray;
        width: 98%;
        margin-top: 50px;
        font-size: 9pt;
    }
    
/* SMALL SCREEN FIXES    */

@media screen and (max-width: 323px) {
    .get-started a{
        font-size:16px;
    }
    .get-started i.material-icons, .connect-right i.material-icons, #news i.material-icons, #infographics i.material-icons{
        line-height:0;
        vertical-align:middle;
    }
    #infographics h2, #infographics h2 a, #connect h2, #connect h2 a{
        font-size:27px;
    }
}
 