/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


/* Default Styles
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;     
    background: url(../images/Design001/bg.jpg) no-repeat center 30px;
    background-size: 100% auto;  
	overflow-y: hidden;
}

body#home {
    background: url(../images/Design001/mainbg.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
}

.wrap {
    width: 96%;
    max-width: 1100px;
    /*padding: 0 2%;*/
    margin: 0 auto; 
    position: relative;
    clear: both;
}

img {
    max-width: 100%;
}

.hoverImg:hover {
    opacity: 0.3;
}

a {
    text-decoration: none;
    transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
}

/*Fancy box popup close button color over ride*/
.fancybox-close-small:after {
	color: #fff !important;
}

.fancybox-close-small:hover:after {
  color: #555 !important;
}

/* Fonts
-------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}


/* Buttons
-------------------------------------------------------------------------------*/


/*Charcoal (Default)*/

a.btn {
    color: #3c3d3d;
    border: 3px solid #3c3d3d;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 40px;
    text-align: center;
    background: transparent;
    display: inline-block;
    margin: 10px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease-in-out;
}

a.btn span {
    font-weight: 400;
}

a.btn:hover {
    color: #ffffff;
    background: #3c3d3d;
}

a.btn:active {
    position: relative;
    top: 1px;
}


/*Small*/

a.btn.sm {
    width: 25%;
}


/*Medium*/

a.btn.med {
    width: 50%;
}


/*X-Large*/

a.btn.lg {
    width: 75%;
}


/*X-Large*/

a.btn.xlg {
    width: 100%;
}


/*Dark Blue*/

a.btn.darkblue {
    color: #143876;
    border-color: #143876;
}

a.btn.darkblue:hover {
    color: #ffffff;
    background: #143876;
}


/*Blue*/

a.btn.blue {
    color: #2171ba;
    border-color: #2171ba;
}

a.btn.blue:hover {
    color: #ffffff;
    background: #2171ba;
}


/*Green*/

a.btn.green {
    color: #a0cd4f;
    border-color: #a0cd4f;
}

a.btn.green:hover {
    color: #ffffff;
    background: #a0cd4f;
}


/*Yellow*/

a.btn.yellow {
    color: #f2bd46;
    border-color: #f2bd46;
}

a.btn.yellow:hover {
    color: #fff;
    background: #f2bd46;
}


/*Orange*/

a.btn.orange {
    color: #cc6721;
    border-color: #cc6721;
}

a.btn.orange:hover {
    color: #ffffff;
    background: #cc6721;
}


/*White*/

a.btn.white {
    color: #ffffff;
    border-color: #ffffff;
}

a.btn.white:hover {
    color: #000000;
    background: #ffffff;
}


/*Vertical Button*/

a.vbtn {
    background: #b7b7b7;
    position: absolute;
    top: 115px;
    right: -80px;
    color: #ffffff;
    font-size: 0.875em;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    width: 268px;
    display: block;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

a.vbtn:hover {
    background: #9e9e9e;
}

a.vbtn:before,
a.vbtn:after {
    content: '';
    width: 10px;
    height: 6px;
    display: block;
    background: url(../images/Design001/arrow-vbtn.png) no-repeat 0 0;
    background-size: 10px 6px;
}

a.vbtn:before {
    position: absolute;
    top: 10px;
    left: 10%;
}

a.vbtn:after {
    position: absolute;
    top: 10px;
    right: 10%;
}


/* Header
-------------------------------------------------------------------------------*/

header[role="banner"] {
    width: 100%;
    float: left;
}

header[role="banner"] #headertop {
    background: #002040;
    width: 100%;
    height: 30px;
    float: left;
}

header[role="banner"] #headertop {}

header[role="banner"] #headertop form {
    float: left;
    width: 20%;
    display: block;
    position: relative;
}


/* Reset HTML5 Search Input in Webkit */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

header[role="banner"] #headertop form input[type="search"] {
    color: #afafaf;
    font-style: italic;
    font-size: 0.75em;
    font-family: 'Open Sans', sans-serif;
    width:  100%;
    height: 21px;
    padding: 4px;
    border: none;
    background: #ffffff;
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
}

header[role="banner"] #headertop form input[type="submit"] {
    width: 29px;
    height: 29px;
    display: block;
    background: url(../images/Design001/ico-search.png) no-repeat center center;
    background-size: 12px 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 0;
    right: -8px;
}

::-webkit-input-placeholder {
   color: #afafaf;
}

:-moz-placeholder { 
   color: #afafaf; 
}

::-moz-placeholder {
   color: #afafaf; 
}

:-ms-input-placeholder {  
   color: #afafaf; 
}

header[role="banner"] #headertop nav[role="secondary"] {
    text-align: right; 
    width: 80%;
    float: right;
    font-size: 0.75em;
}

header[role="banner"] #headertop nav[role="secondary"] ul {
    margin: 5px 0;
    padding: 0;
}

header[role="banner"] #headertop nav[role="secondary"] ul li {
    display: inline-block;
    margin-left: 18px;
}

header[role="banner"] #headertop nav[role="secondary"] ul li:first-child {
    margin-left: 0;
}

header[role="banner"] #headertop nav[role="secondary"] ul li a {
    color: #ffffff;
} 

header[role="banner"] #headertop nav[role="secondary"] ul li#give a,
header[role="banner"] #headertop nav[role="secondary"] ul li#apply a,
header[role="banner"] #headertop nav[role="secondary"] ul li#login a {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 22px;
}

header[role="banner"] #headertop nav[role="secondary"] ul li#give a {
    color: #2171ba;
    background: url(/Institutions/Walsh-College/images/ico-give.png) no-repeat 2px 2px;
    background-size: 12px 13px;
    margin-left: 15px;
}

header[role="banner"] #headertop nav[role="secondary"] ul li#apply a {
    color: #cc6721;
    background: url(/Institutions/Walsh-College/images/ico-apply.png) no-repeat 3px 3px;
    background-size: 13px 13px;
}

header[role="banner"] #headertop nav[role="secondary"] ul li#login a {
    color: #a0cd4f;
    background: url(/Institutions/Walsh-College/images/ico-login.png) no-repeat 0 3px;
    background-size: 16px 12px;
}

header[role="banner"] #headermid {
    /*background: #143876;
    background: rgba(20,56,118,0.85);*/
    width: 100%;
    height: 110px;
    float: left;
	background: url(/Institutions/Walsh-College/images/logo-bar.png) no-repeat;
    background-size: 100% 100%;
}

header[role="banner"] #headermid aside#chat {
    width: 170px;
    height: 50px;
    float: right;
    background-size: 41px 41px;
    margin: 30px 0 0 0;
}

header[role="banner"] #headermid aside#chat h2 {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.0625em;
    letter-spacing: 0.05em;
}

header[role="banner"] #headermid aside#chat h2 a {
    color: #ffffff;
    font-weight: 300;
    padding-left: 55px;
    display: block;
    height: 100%;
    width: 100%;
}

header[role="banner"] #headermid aside#chat h2 a span {
    color: #a0cd4f;
    font-size: 0.8235em;
    font-weight: 700;
    display: block;
}

header[role="banner"] #headermid #walsh {
  line-height: 0.5;
  text-align: center;
  width: 61%;
  float: left;
  overflow: hidden;
  margin: 3% 2% 0;
}

header[role="banner"] #headermid #walsh span {
  display: inline-block;
  position: relative;  
}

header[role="banner"] #headermid #walsh span:before,
header[role="banner"] #headermid #walsh span:after {
  content: "";
  position: absolute;
  height: 6px;
  /*border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
  border-top: 1px dotted rgba(255,255,255,0.5);*/
  top: 32px;
  width: 600px;
}

header[role="banner"] #headermid #walsh span:before {
  right: 100%;
  margin-right: 25px;
}

header[role="banner"] #headermid #walsh span:after {
  left: 100%;
  margin-left: 25px;
}

header[role="banner"] #headermid aside#share {
    float: right;
    width: 180px;
    background: #002040;
    background: rgba(0,32,64,0.35);
    margin: 35px 0 0 0;
}

header[role="banner"] #headermid aside#share h2 {
	color: #ffffff !important;
    display: inline-block;
    float: left;
    font-size: 0.9375em;
    margin: 5px 0 0 10px;
    padding: 0;
}

.addthis_sharing_toolbox {
    float: right;
}

#atstbx {
    display: none !important;
}

.addthis_button_facebook,
.addthis_button_twitter,
.addthis_button_google_plusone_share {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
    width: 24px;
    height: 32px;
}

.addthis_button_compact {
   display: table-cell;
   vertical-align: middle;  
   text-align: center;
   width: 32px;
   height: 32px;
   background: #002040; 
}

.addthis_button_compact img {
    position: relative;
    top: -3px;
}

header[role="banner"] #mobile-header {
    width: 100%;
    float: left;
    clear: both;
    display: none;
}

header[role="banner"] #mobile-header #mobile-chat a,
header[role="banner"] #mobile-header #mobile-login a {
    font-size: 0.5625em;
    text-transform: uppercase;
    width: 15%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    height: 40px;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #143876;   
}

header[role="banner"] #mobile-header #mobile-chat a span,
header[role="banner"] #mobile-header #mobile-login a span {
    padding: 15px 0 0 0;
    float: right;
    width: 50%;
}

header[role="banner"] #mobile-header #mobile-chat a {
    background-color: #fff;
	background: #ffffff url(/Institutions/Walsh-College/images/chat-mobile.png) no-repeat 8px 10px;
	/*Fall back*/
    background: rgba(255,255,255,0.85) url(/Institutions/Walsh-College/images/chat-mobile.png) no-repeat left 8px top 10px;
    background-size: 21px 21px;
}

header[role="banner"] #mobile-header #mobile-login a {
    background-color: #fff;
	background: #ffffff url(/Institutions/Walsh-College/images/login-mobile.png) no-repeat 8px 12px;
	/*Fall back*/
    background: rgba(255,255,255,0.85) url(/Institutions/Walsh-College/images/login-mobile.png) no-repeat left 8px top 12px;
    background-size: 22px 18px;
}

header[role="banner"] #mobile-nav a span {
    display: block;
    padding: 12px 0 0 15px;
}

header[role="banner"] #mobile-nav a {
    width: 50%;
    height: 40px;
    display: block;
    float: left;
	background: #ffffff url(../images/Design001/menu.png) no-repeat right 10px;
	/*Fall back*/
    background: #ffffff url(../images/Design001/menu.png) no-repeat center right 10px;
    background-size: 22px 19px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.8125em;
    letter-spacing: 0.15em;
    font-weight: 700;
    text-transform: uppercase;
    color: #143876;
}

header[role="banner"] nav[role="primary"] {
    background: #ffffff;
    background: rgba(255,255,255,0.85);
    width: 100%;
	height: 53px;
    padding: 12px 0 0 0;
    float: left;
    border-bottom: 3px solid #002040;
}

header[role="banner"] nav[role="primary"] ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

header[role="banner"] nav[role="primary"] ul li {
    display: inline-block;
    margin-left: 6.5%;
}

header[role="banner"] nav[role="primary"] ul li:first-child {
    margin-left: 0;
}

header[role="banner"] nav[role="primary"] ul li.searchmobile {
	display: none !important;
}

header[role="banner"] nav[role="primary"] ul li a {
    color: #143876;
    font-family: 'League Gothic', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875em;
}

header[role="banner"] #mobile-secondary,
header[role="banner"] #mobile-click {
    display: none;
}


/* Layouts
-------------------------------------------------------------------------------*/

main#content {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

main#content h1 {
    font-size: 3.0em;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin: 1.5% 0;
}

section#slider {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    position: relative;
}

section#slider:before, 
section#slider:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 17px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
    z-index: -1;
} 

section#slider:after {
    left: auto;
    right: 18px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}

section#slider img {
    position: relative;
    top: -15px;
}

section#slider img.slide-mobile {
    display: none;
}

section#cta {
    width: 100%;
    float: left;
    clear: both;
}

section#cta article {
    width: 25%;
    float: left;
    display: block;
    border-left: 1px dotted #737373;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

section#cta article:first-child {
    border-left: none;
}

section#cta article figure {
    width: 232px;
    height: 232px;
    margin: 0 auto;
    display: block;
    overflow: hidden !important;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: relative; 
}

section#cta figure:after {
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    opacity: 0.4;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

section#cta figure:hover img {
    -webkit-filter: blur(6px); 
    -moz-filter: blur(6px); 
    -o-filter: blur(6px); 
    -ms-filter: blur(6px); 
    filter: blur(6px);
}

section#cta figure:hover:after {
    opacity: 0.8;
}

section#cta img {
    width: 218px;
    height: 218px;
    display: block;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    position: relative;
}

section#cta article figure .description {
    font-size: 0.75em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    position: absolute;
    padding: 5%;
    top: 15%;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

section#cta article figure:hover .description {
    opacity: 1;
}

section#cta article figure .description a {
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    position: relative;
    top: 5px;
}

section#cta h2 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 2% 4%;
}


/*Future Students*/

section#cta article#future,
section#cta article#future a {
    color: #2171ba;
}

section#cta article#future figure:after {
    background: #2171ba;
}

section#cta article#future figure img {
    border: 7px solid #2171ba;
}


/*Current Students*/

section#cta article#current,
section#cta article#current a {
    color: #f2bd46;
}

section#cta article#current figure:after {
    background: #f2bd46;
}

section#cta article#current figure img {
    border: 7px solid #f2bd46;
}


/*Student Life*/

section#cta article#student,
section#cta article#student a {
    color: #a0cd4f;
}

section#cta article#student figure:after {
    background: #a0cd4f;
}

section#cta article#student figure img {
    border: 7px solid #a0cd4f;
}


/*Faculty*/

section#cta article#faculty, 
section#cta article#faculty a {
    color: #cc6721;
}

section#cta article#faculty figure:after {
    background: #cc6721;
}

section#cta article#faculty figure img {
    border: 7px solid #cc6721;
}

section#tabs {
    width: 100%;
    display: block;
    float: left;
    clear: both;
}

section#tabs #bluebar {
    width: 100%;
    float: left;
    display: block;
    clear: both;
    background: #143876;
}

section#tabs #bluebar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style-type: none;
}

section#tabs #bluebar ul li {}

section#tabs #bluebar ul li a {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 1.125em;
    text-transform: uppercase;
    padding: 2% 0;
    width: 33.33%;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
}

section#tabs #bluebar ul li a:hover,
section#tabs #bluebar ul li.active a {
    color: #a0cd4f;
    background: #002040 url(../images/Design001/arrow-tabs.png) no-repeat center bottom;
    background-size: 19px 16px;
    transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
}

section#tabs #bluebar ul li:first-child a {
    border-left: 4px solid #ffffff;
}

section#tabs .tabbg {
    background: #f1f1f1;
    width: 100%;
    float: left;
    padding: 15px 10px;
}

section#tabs .tabContent p {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.5;
}

section#tabs #tab3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section#tabs #tab3 ul li {
    display: block;
    float: left;
    width: 45%;
    padding: 0 0 1% 0;
    margin: 0 3% 1% 0;
    border-bottom: 1px dotted #000;
}

section#tabs #tab3 ul li a {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0 0 15px;
    color: #143876;
    float: left;
    font-size: 0.875em;
}

section#tabs #tab3 ul li .date {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    position: relative !important;
    display: block;
    float: left !important;
    width: 70px;
    height: 70px;
    margin: 0;
    float: left;
    color: #ffffff;
    text-align: center;
    background: #2171ba !important;
}

section#tabs #tab3 ul li .date:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 18px 18px 0;
    border-style: solid;
    border-color: #143876 #f1f1f1;
}

section#tabs #tab3 ul li span.month {
    font-size: 0.8125em;
    width: 100%;
    display: block;
    margin-top: 18px;
    float: left;
}

section#tabs #tab3 ul li span.day {
    font-size: 1.6875em;
    width: 100%;
    display: block;
    float: left;
    margin: -8px 0 0 0;
}

section#links {
    width: 100%;
    float: left;
    clear: both;
    margin: 6% 0;
}

section#links article {
    float: left;
    text-align: center;
}

section#links article h3 {
    color: #143876;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    width: 85%;
    margin: 4% auto;
    font-size: 1.5em;
    text-align: center;
}

section#links article#or {
    width: 10%;
    color: #143876;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.25em;
    padding: 7% 0 0 0;
    position: relative; 
    overflow: visible;
    z-index: 0;
}

section#links article#or span {
    background: #fff;
    position: relative;
    z-index: 1000;
}

section#links article#or:after {
    content: '';
    width: 1px;
    height: 210px;
    display: block;
    border-right: 1px dotted #000;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
}

section#links article#help {
    width: 33%;
    margin-left: 9%;
}

section#links article#advice {
    width: 33%;
}

section#links article a.btn {
    font-size: 0.875em;
    padding: 15px 25px;
	width: 250px;
	/*Same Width Buttons*/
}

section#links #links-mobile {
    display: none;
}

section#links #links-mobile #help-mobile a,
section#links #links-mobile #advice-mobile a {
    width: 100%;
    float: left;
    clear: both;
    border: 3px solid #0079c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3%;
    padding: 10px 5px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

section#links #links-mobile #help-mobile a:after,
section#links #links-mobile #advice-mobile a:after {
    content: '';
    width: 30px;
    height: 60px;
    display: block;
    background: #0079c2 url(../images/Design001/arrow-click.png) no-repeat center center;
    background-size: 8px 13px;
    position: absolute;
    top: 0;
    right: 0;
}

section#links #links-mobile #help-mobile a {
    background: url(../images/Design001/ico-info.png) no-repeat 15px center;
    background-size: 30px 30px;
}

section#links #links-mobile #advice-mobile a  {
    background: url(../images/Design001/ico-advice.png) no-repeat 15px center;
    background-size: 30px 30px;
}

section#links #links-mobile #help-mobile a h3,
section#links #links-mobile #advice-mobile a h3 {
    font-size: 0.875em;
    margin: 10px 0 0 60px;
    color: #143876;
    font-weight: 700
}

section#info {
    width: 100%;
    float: left;
    clear: both;
    background: #ede25e url(../images/Design001/stripe.png) repeat 0 0;
    padding: 4% 0;
}

section#info article {
    width: 33%;
    display: block;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#info article figure {
    width: 100%;
    height: 85px;
    display: block;
    float: left;
}

section#info article figure h3 a {
    color: #ffffff;
}

section#info article figure h3 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 80%;
}

section#info article .arrow {
    width: 100%;
    height: 30px;
    display: inline-block;
    float: right;
    background: #143876 url(../images/Design001/arrow.png) no-repeat center center;
    background-size: 7px 5px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    display: none;
}

section#info article ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

section#info article ul li {
    color: #3c3d3d;
    background: url(../images/Design001/bullet.png) no-repeat 0 10px;
    background-size: 8px 12px;
    font-size: 0.875em;
    color: #3c3d3d;
    font-weight: 600;
    padding: 5px 0 5px 15px;
    text-align: left;
}

section#info article#events figure {
    background: url(../images/Design001/upcoming-events.jpg) no-repeat center -25px;
}

section#info article#promotions figure {
    background: url(../images/Design001/promotions.jpg) no-repeat center -30px;
}

section#info article#press figure {
    background: url(../images/Design001/press-releases.jpg) no-repeat center -40px;
}

section#info article a.btn {
    width: 100px;
    padding: 10px 15px;
    margin: 8% 0 0;
}

section#info article {
	text-align: center;
	/*Centers Btn*/
}


/* Interior Page Layouts
-------------------------------------------------------------------------------*/

#breadcrumbs {
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 45px;
    display: block;
    float: left;
    margin: 0 0 2% 0;
    color: #ffffff;
}

#breadcrumbs ul {
    margin: 12px 0 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8125em;
}

#breadcrumbs ul li {
    display: inline;
    float: left;
    position: relative;
    margin: 0 5px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

#breadcrumbs ul li:after {
    content: " >>";
}

#breadcrumbs ul li:last-child:after {
    content: "";
}

#breadcrumbs ul li a {
    color: #ffffff;
    text-decoration: underline;
}


/*aside#sidenav {
    background: #f1f1f1;
    border: 1px solid #a9a9a9;
    width: 28%;
    display: block;
    overflow: auto;
    min-height: 950px;
    float: left;
    margin-bottom: 25px;
}

aside#sidenav h2 {
    color: #cc6721;
    font-size: 1.125em;
    font-weight: 700;
    display: block;
    background: #002040 url(../images/Design001/arrow-heading.png) no-repeat 15px center;
    background-size: 8px 14px;
    padding: 15px 15px 15px 35px;
    margin: 0 0 15px 0;
}

aside#sidenav ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 15px;
    list-style-type: none;
}


aside#sidenav ul li {
    padding: 5px 0;
}

aside#sidenav ul li a {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #143876;
    font-size: 0.75em;
}

aside#sidenav ul li .arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-right: 8px;
    background: #0079c2 url(../images/Design001/arrow.png) no-repeat center center;
    background-size: 7px 5px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

aside#sidenav ul li li .arrow {
    display: none;
}
.arrowrotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
aside#sidenav ul li .arrow:hover {
    background-color: #143876;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
aside#sidenav ul ul {
    margin-top: 15px;
    padding: 0;
	display: none;
}
aside#sidenav ul li li {
    padding: 0;
}
aside#sidenav ul li li a {
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     color: #383838;
     padding: 3% 0 3% 5%;
     background: url(../images/Design001/arrow-sidenav.png) no-repeat 2px center;
     background-size: 4px 6px;
     text-transform: none;
}
aside#sidenav ul li a:hover {
    text-decoration: underline;
}
aside#sidenav ul li li a:hover {
    color: #131313;
    text-decoration: underline;
}
aside#sidenav ul ul ul {
    margin: 0 0 5px 15px;
    padding: 0;
}
aside#sidenav ul li li li a {
     padding: 2% 0 2% 6%;
     font-size: 0.75em;
}
*/

#col2 {
    width: 100%;
    float: left;   
}

#colright {
    width: 70%;
    float: right;
}

#colright section#pagecontent,
#col2 section#pagecontent {
    width: 66%;
    float: left;
    margin-bottom: 5%;
}

#col1 section#pagecontent {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}

section#pagecontent article {
    font-size: 0.875em;
    color: #383838;
}

section#pagecontent article h1 {
    font-size: 1.875em;
    color: #143876;
    border-bottom: 1px dotted #000;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 0 2% 0;
    margin: 0 0 5% 0;
}

#col1 section#pagecontent article h1,
#col2 section#pagecontent article h1 {
    margin: 0 0 1% 0;
}

section#pagecontent article strong {
    color: #143876;
}

.videoWrapper {
    position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

aside#sidebar {
    width: 32%;
    float: right;
}

aside#sidebar #degree {
    text-align: center;
    background: #ede25e url(../images/Design001/stripe.png) repeat 0 0;
    padding: 0 25px 25px;
    margin-bottom: 8%;
}

aside#sidebar #degree h3 {
    background: #143876;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    padding: 8px;
    margin: 0 -25px 15px;
}

aside#sidebar #degree a.btn {
    font-size: 0.75em;
    width: 100%;
    padding: 12px 0;
    margin: 10px 0 5px 0;
}

aside#sidebar #walkin {
    text-align: center;
    padding: 0 15px 25px;
    background: url(../images/Design001/walkin.jpg) no-repeat 0 0px;
    font-size: 0.875em;
    border: 1px solid #cccccc;
     margin-bottom: 8%;
}

aside#sidebar #walkin p,
aside#sidebar #walkin p a {
    color: #383838;
}

aside#sidebar #walkin p a {
    font-weight: 700;
}

aside#sidebar #walkin h3 {
    background: #2171ba;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    padding: 8px;
    margin: 0 -15px;
    margin-bottom: 8%;
}

aside#sidebar #alumni {
    text-align: center;
    background: #fff url(../images/stripe-light.png) repeat 0 0;
    padding: 0 25px 25px;
    margin-bottom: 8%;
    font-size: 0.875em;
    border: 1px solid #cccccc;
}

aside#sidebar #alumni .btn {
    font-size: 0.875em;
    margin-top: 0;
}

aside#sidebar #alumni h3 {
    background: #143876;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    padding: 8px;
    margin: 0 -25px 15px;
}

aside#sidebar #alumni h4 {
    color: #143876;
    font-weight: 700;
}

aside#sidebar #alumni p,
aside#sidebar #alumni p a {
    color: #383838;
}

aside#sidebar #alumni p a {
    font-weight: 700;
}

aside#sidebar #alumni img.rounded {
    border-radius: 100%;
    border: 3px solid #2171ba;
    width: 85px;
}


/* New code for old CMS*/

aside#sidebar .DegreeBalloon {
    text-align: center;
    background: #ede25e url(../images/Design001/stripe.png) repeat 0 0;
    padding: 0 25px 25px;
    margin-bottom: 8%;
}

aside#sidebar .DegreeBalloon h3 {
    background: #143876;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.3125em;
    text-align: center;
    padding: 8px;
    margin: 0 -25px 15px;
}

aside#sidebar .DegreeBalloonBtn1  a.btn.darkblue{
    font-size: 0.75em;
    width: 100%;
    padding: 12px 0;
    margin: 10px 0 5px 0;
}

aside#sidebar .DegreeBalloonBtn2  a.btn.darkblue{
    font-size: 0.75em;
    width: 100%;
    padding: 12px 0;
    margin: 10px 0 5px 0;
}

aside#sidebar .DegreeBalloonBtn1  a.btn.darkblue:hover{
    font-size: 0.75em;
    width: 100%;
    padding: 12px 0;
    margin: 10px 0 5px 0;
}

aside#sidebar .DegreeBalloonBtn2  a.btn.darkblue:hover{
    font-size: 0.75em;
    width: 100%;
    padding: 12px 0;
    margin: 10px 0 5px 0;
}

aside#sidebar .BillboardContatiner {
    text-align: center;
    padding: 0 15px 25px;
    background: url(../images/Design001/walkin.jpg) no-repeat 0 0px;
    font-size: 0.875em;
    border: 1px solid #cccccc;
}

aside#sidebar .BillboardContatiner p,
aside#sidebar .BillboardContatiner p a {
    color: #383838;
}

aside#sidebar .BillboardContatiner p a {
    font-weight: 700;
}

aside#sidebar .BillboardContatiner h3 {
    background: #2171ba;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.3125em;
    text-align: center;
    padding: 8px;
    margin: 0 -15px;
    margin-bottom: 8%;
}


/*DegreeBalloonTop        
                                         DegreeBalloon
                                         BillboardContatiner
                                             BillboardContatiner2 */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Footer
-------------------------------------------------------------------------------*/
/*
footer {
    width: 100%;
    float: left;
    clear: both;
    background: #002040 url(/Institutions/Walsh-College/images/Walsh-College-Footer-BG.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-bottom: 4%;
}

footer p {
    font-size: 0.6875em;
}

footer #connected {
    width: 100%;
    float: left;
    clear: both;
    margin: 4% 2% 0 0;
}

/*footer #connected h2 {
    font-size: 2.125em;
    font-weight: 300;
    letter-spacing: 0.06em;
    display: inline-block;
    float: left;
}*/

/* footer ul#social {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: right;
    width: 365px;
} */
/*
footer ul#social li a {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

footer ul#social li:first-child a {
    margin-left: 0;
}
*/
footer ul#social li#facebook a:hover {
  background: url(/Institutions/Walsh-College/images/Facebook-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#linkedin a:hover {
  background: url(/Institutions/Walsh-College/images/LinkedIn-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#twitter a:hover {
  background: url(/Institutions/Walsh-College/images/Twitter-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#instagram a {
  background: url(/Institutions/Walsh-College/images/Instagram-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#gplus a:hover {
  background: url(/Institutions/Walsh-College/images/social-gplus.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#blogger a:hover {
  background: url(/Institutions/Walsh-College/images/social-blogger.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#blog a:hover {
  background: url(/Institutions/Walsh-College/images/Blog-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#youtube a:hover {
  background: url(/Institutions/Walsh-College/images/YouTube-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#facebook a {
  background: url(/Institutions/Walsh-College/images/Facebook-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#linkedin a {
  background: url(/Institutions/Walsh-College/images/LinkedIn-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#twitter a {
  background: url(/Institutions/Walsh-College/images/Twitter-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#instagram a {
  background: url(/Institutions/Walsh-College/images/Instagram-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#gplus a {
  background: url(/Institutions/Walsh-College/images/social-gplus-hover.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#blogger a {
  background: url(/Institutions/Walsh-College/images/social-blogger-hover.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#blog a {
  background: url(/Institutions/Walsh-College/images/Blog-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li#youtube a {
  background: url(/Institutions/Walsh-College/images/YouTube-icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}

footer ul#social li a:hover {
  top: -6px;
}
/*
footer #footernav {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    /*border-bottom: 1px dotted rgba(255,255,255,0.5);
    margin-bottom: 3%;
}

footer .col5.col6 {
  width: 20%;
}

footer .col5 {
    width: 16%;
    margin-right: 2%;
    padding: 1% 0;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-top: 1px dotted rgba(255,255,255,0.5);*/
}
/*
footer .col5 ul li a {
    color: #f3d358;
    font-family: "Franklin Gothic Book", 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
}

footer .col5 ul li .arrow {
    display: none;
}

footer .col5 ul {
    margin: 0;
    padding: 4% 0;
    list-style-type: none;
}

footer .col5 ul ul {
	display: block;
	Show on Desktop/Tablet
}

footer .col5 ul ul li a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
}

footer aside#weather {
    width: 230px;
    float: left;
    display: block;
    clear: both;
    background: url(../images/Design001/weather.png) no-repeat center top;
    background-size: 50px 40px;
    text-align: center;
    padding-top: 50px;
}

footer aside#weather h2 {
    color: #a0cd4f;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
}

footer aside#weather p {
    margin: 0;
    padding: 0;
    font-style: italic;
}

footer aside#weather p strong {
    font-style: normal;
}

footer aside#copyright {
    width: 72%;
    float: right;
    margin-top: 5px;
}

footer aside#copyright p a {
    color: #0079c2;
}

footer aside#weather-mobile {
    width: 100%;
    float: left;
    clear: both;
    display: none;
    margin: 5% 0 3%;
}

footer aside#weather-mobile .clicktocall {
    width: 100%;
    float: left;
    clear: both;
    background: url(../images/Design001/weather-lg.png) no-repeat 15px 15px;
    background-size: 80px 63px;
    border: 3px solid #0079c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3%;
    padding: 10px 5px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

footer aside#weather-mobile .clicktocall:after {
    content: '';
    width: 30px;
    height: 95px;
    display: block;
    background: #0079c2 url(../images/Design001/arrow-click.png) no-repeat center center;
    background-size: 8px 13px;
    position: absolute;
    top: 0;
    right: 0;
}

footer aside#weather-mobile .clicktocall a {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 0 110px;
}

footer aside#weather-mobile .clicktocall a strong,
footer aside#weather-mobile .clicktocall a p {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75em;
}

footer aside#weather-mobile .clicktocall a p {
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding: 0;
}

footer aside#weather-mobile .clicktocall a p strong {
    font-size: 1.0em;
}

footer aside#weather-mobile .clicktocall a h2 {
    color: #a0cd4f;
    font-weight: 700;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
}


/* Media Queries
-------------------------------------------------------------------------------*/

@media(max-width: 1024px) { 
body#home {
    background: url(../images/Design001/mainbg.jpg) no-repeat center top;
    background-size: auto;
}
header[role="banner"] #headermid #walsh {
    width: 59%;
}
header[role="banner"] #headermid aside#share {
    width: 110px;
}
header[role="banner"] #headermid aside#share h2 {
    display: none;
}
header[role="banner"] #headertop nav[role="secondary"] ul li {
    margin-left: 10px;
    font-size: 0.75em;
}
header[role="banner"] #headertop nav[role="secondary"] ul li#give,
header[role="banner"] #headertop nav[role="secondary"] ul li#apply,
header[role="banner"] #headertop nav[role="secondary"] ul li#login {
    font-size: 0.875em;
}
header[role="banner"] #headertop nav[role="secondary"] ul li#give a,
header[role="banner"] #headertop nav[role="secondary"] ul li#apply a,
header[role="banner"] #headertop nav[role="secondary"] ul li#login a {
    padding-left: 19px;
}
header[role="banner"] nav[role="primary"] ul {
    text-align: center;
}
header[role="banner"] nav[role="primary"] ul li {
    margin-left: 4%;
}
header[role="banner"] nav[role="primary"] ul li:first-child {
    margin-left: auto;
}
header[role="banner"] nav[role="primary"] ul li a {
    font-size: 0.75em;
}
main#content h1 {
    font-size: 2.25em;
}
section#cta article {
    width: 50%;
    margin-bottom: 25px;
    border-left: none;
}
/*
footer {
    background: #002040 url(../images/Design001/footerbg-mobile.jpg) no-repeat 0 0;
    background-position: none;
    -webkit-background-size: 100% auto; 
    -moz-background-size: 100% auto; 
    -o-background-size: 100% auto; 
    background-size: 100% auto; 
}*/
/*
footer #connected h2 {
    font-size: 1.5em;
    letter-spacing: 0;    
}
}*/

@media(max-width: 960px) { 
header[role="banner"] #headermid #walsh {
    width: 52%;
    margin-left: 25px;
}
section#info article figure h3 {
    font-size: 1.25em;
}
section#links article#advice,
section#links article#help {
    width: 40%;
    margin: 0 10% 0 0;
}
section#links article#or {
    display: none;
}
}

@media(max-width: 768px) { 
/*.bx-wrapper, .bx-viewport, .bx-wrapper img {height: 460px;}*/
body {    
    background-position: 0 0;
}
body#home {
    background: url(../images/Design001/mainbg-tablet.jpg) no-repeat center top;
}
header[role="banner"] #headertop,
header[role="banner"] #headermid aside#chat,
header[role="banner"] #headermid aside#share {
    display: none;
}
header[role="banner"] #mobile-header {
    display: block;
}
header[role="banner"] #headermid #walsh {
    width: 100%;
    margin-left: 0;
	margin-top: 5%;
}
header[role="banner"] #headermid #walsh span img {
    width: 150px;
    height: 30px;
}
header[role="banner"] #headermid #walsh span:before,
header[role="banner"] #headermid #walsh span:after {
  content: "";
  top: 21px;
  width: 800px;
}
header[role="banner"] #headermid {
    height: 80px;
}
header[role="banner"] nav[role="primary"] {
    display: none;
}
/*Home Page Slider */
body#home section#slider img {
		display: none;
		/*Hide Desktop Slide*/
}
body#home section#slider img.slide-mobile {
		display: block;
		/*Show Mobile Slide*/
}
.bx-wrapper .caption h2 {
    font-size: 1.1875em;
    width: 75%;
    margin: 0 auto;
}
.bx-wrapper .caption {
    top: 40%;
}
main#content h1 {
    font-size: 1.5em;
    padding: 4% 0;
}
section#tabs #bluebar ul li a {
    border-right: 2px solid #ffffff;
}
section#tabs #bluebar ul li:first-child a {
    border-left: 2px solid #ffffff;
}
section#tabs #bluebar ul li a {
    font-size: 0.9375em;
    height: 57px;
}
section#tabs .tabContent p { 
    padding: 0 2%;
}
section#tabs #tab3 ul li {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 3% 0;
    margin: 0 0 3% 0;
    border-bottom: 1px dotted #000;
}
section#tabs #tab3 ul {
    margin-right: 5%;
}
section#tabs #tab3 ul li a {
    font-size: 0.625em;
    margin-top: 35px;
}
section#tabs #tab3 ul li:nth-child(n+4) {
		display: none;
		/*Hide Everything Beyond 3rd Calendar Entry*/
}
/*Vertical Button*/
a.vbtn {
    right: -105px;
    width: 275px;
}
section#links article#help,
section#links article#advice {
    display: none;
}
section#links #links-mobile {
    display: block;
}
section#info article {
    width: 100%;
}
section#info article ul {
    display: none;
}
section#info article .arrow {
    display: inline-block;
}
section#info article#events figure {
    background: url(../images/Design001/upcoming-events-lg.jpg) no-repeat center -25px;
}
section#info article#promotions figure {
    background: url(../images/Design001/promotions-lg.jpg) no-repeat center -30px;
}
section#info article#press figure {
    background: url(../images/Design001/press-releases-lg.jpg) no-repeat center -40px;
}
section#info article figure h3 {
    margin-top: 25px;
}
section#info article a.btn {
    display: none;
}
/*
footer {  
  background-size: auto !important;
}
/* footer #connected h2 {
    display: none;
} */
/*
footer #connected {
    margin: 8% 0;
	display: block !important;
	height: 240px;
	margin-top: 2px;
  }
footer ul#social {
    width: 100%;
	float: none;
	text-align: center;
    padding: 0;
    margin: 15px 0 0 0;
    float: none;
	list-style-type: none;
	margin-left: 6% !important;
}
footer ul#social li a {
    width: 35px !important;
    height: 35px !important;
	background-size: 35px 35px !important;
	margin-left: 15px !important;
}
footer ul#social li#facebook a,
footer ul#social li#twitter a,
footer ul#social li#gplus a,
footer ul#social li#blogger a,
footer ul#social li#rss a {
    background-size: 35px 35px;
	margin-left: 15px;
	width: 35px;
	height: 35px;
}

#colright {
    width: 100%;
    float: left;
}
*/
footer p {
    font-family: "Franklin Gothic Book";
    font-size: 14px;
    color: #FFFFFF;
}
/*
footer .col5 {
    width: 100% !important;
    display: block;
    float: left;
    clear: both;
    border-top: none;
    margin: 0;
    padding: 0;
}
footer .col5 ul ul {
    display: none;
}
footer .col5 ul li {
    position: relative;
  }
footer .col5 > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2% 0;
}
footer .col5 ul ul {
    padding: 1% 0;
}
footer .col5 ul li a {
    font-size: 20.8px;
    text-transform: uppercase;
}
footer .col5 ul li .arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    float: right;
    background: #0079c2 url(../images/Design001/arrow.png) no-repeat center center;
    background-size: 7px 5px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    display: inline-block;
    background: url(/Institutions/Walsh-College/images/footer-mob-arrow.png) no-repeat;
    /*background-size: 7px 5px;*/
	/*
    cursor: pointer;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    margin-top: 5px;
    background-size: 100% 100%;
    height: 10px;
    width: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.arrowrotate1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer .col5 ul li .arrow:hover {
    background-color: #143876;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
footer aside#weather {
    display: none;
}
footer aside#weather-mobile {
    display: block;
}
footer aside#copyright {
    width: 96%;
    padding: 2%;
    float: left;
    text-align: center;
}
	footer aside#copyright a {}
}

@media(max-width: 540px) { 
body#home {
    background: url(../images/Design001/mainbg-mobile.jpg) no-repeat center top;
}
.bx-wrapper .caption {
    top: auto;
    bottom: 95px;
}
#colright .bx-wrapper .caption {
    top: auto;
    bottom: 45px;
}
main#content h1 {
    font-size: 1.125em;
}
/* header[role="banner"] #mobile-header #mobile-chat a span {
    padding: 8px 0 0 0;
} */

section#cta article figure {
    width: 136px;
    height: 136px;
}
section#cta article figure img {
    border-width: 4px !important;
}
section#cta img {
    width: 128px;
    height: 128px;
}
section#cta article figure .description {
    display: none;
}
section#cta article {
    width: 50%;
    margin-bottom: 0;
    border-left: none;
}
section#tabs #bluebar ul li a {
    font-size: 0.75em;
    height: 42px;
    padding-top: 12px;
}
section#tabs #bluebar ul li a:hover,
section#tabs #bluebar ul li.active a {
    background-size: 10px 8px;
}
section#tabs #bluebar ul li a span {
    display: none;
}
section#tabs .tabContainer {
    padding: 0;
}
section#info article figure h3 {
    font-size: 1.125em;
    margin-top: 25px;
}
#colright section#pagecontent,
#col2 section#pagecontent {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 5%;
}
#colright aside#sidebar,
#col2 aside#sidebar {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 5%;
}
aside#sidebar #walkin {
    background: #ffffff url(../images/Design001/stripe-lightgrey.png) repeat 0 0;
}
}

@media(max-width: 480px) { 
/*Vertical Button*/
a.vbtn {
    top: 120px;
    width: 290px;
}
section#links #links-mobile #help-mobile a h3,
section#links #links-mobile #advice-mobile a h3 {
    width: 50%;
}
section#links #links-mobile #help-mobile a:after,
section#links #links-mobile #advice-mobile a:after {
    height: 80px;
}
section#info article figure h3 {
    margin-top: 10px;
}
/*
footer aside#weather-mobile .clicktocall {
    background: url(../images/Design001/weather-lg.png) no-repeat 8px 10px;
    background-size: 80px 63px;
}
footer aside#weather-mobile .clicktocall:after {
    content: '';
    width: 25px;
    height: 85px;
}
footer aside#weather-mobile .clicktocall a {
    padding-left: 90px;
}
footer aside#weather-mobile .clicktocall a strong,
footer aside#weather-mobile .clicktocall a p {
    font-size: 0.5625em;
}
footer aside#weather-mobile .clicktocall a p strong {
    font-size: 1.0em;
}
footer aside#weather-mobile .clicktocall a h2 {
    font-size: 0.8125em;
}
}
*/
@media(max-width: 320px) { 
section#cta h2 a {
    width: 65%;
}
section#info article figure h3 {
    margin-top: 10px;
}
section#links #links-mobile #help-mobile a h3,
section#links #links-mobile #advice-mobile a h3 {
    width: 60%;
}   
section#info article#events figure {
    background: url(../images/Design001/upcoming-events.jpg) no-repeat center -25px;
}
section#info article#promotions figure {
    background: url(../images/Design001/promotions.jpg) no-repeat center -30px;
}
section#info article#press figure {
    background: url(../images/Design001/press-releases.jpg) no-repeat center -40px;
}
/*Vertical Button*/
a.vbtn {
    width: 248px;
}
}


/* Retina/HiDPI Support (@2x)
-------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
header[role="banner"] #headertop form input[type="submit"],
.sidr form input[type="submit"] {
    background-image: url(../images/Design001/ico-search@2x.png); 
}
.sidr nav[role="secondary"] ul li a:after {
    background-image: url(../images/Design001/arrow-secondary@2x.png);
} 
header[role="banner"] #headertop nav[role="secondary"] ul li#give a {
    background-image: url(/Institutions/Walsh-College/images/ico-give@2x.png);
}
header[role="banner"] #headertop nav[role="secondary"] ul li#apply a {
    background-image: url(../images/Design001/ico-apply@2x.png);
}
header[role="banner"] #headertop nav[role="secondary"] ul li#login a {
    background-image: url(../images/Design001/ico-login@2x.png);
}
.sidr ul li#give a {
    background-image: url(../images/Design001/ico-give-lg@2x.png);
}
.sidr ul li#apply a {
    background-image: url(../images/Design001/ico-apply-lg@2x.png);
}
.sidr ul li#login a {
    background-image: url(../images/Design001/ico-login-lg@2x.png);
}
header[role="banner"] #mobile-header #mobile-chat a {
    background-image: url(../images/Design001/chat-mobile@2x.png);
}
header[role="banner"] #mobile-header #mobile-login a {
    background-image: url(../images/Design001/login-mobile@2x.png);
}
header[role="banner"] #mobile-nav a {
    background-image: url(../images/Design001/menu@2x.png);
}
.bx-wrapper .bx-prev {
    background-image: url(../images/Design001/arrow-prev@2x.png);
}
.bx-wrapper .bx-next {
    background-image: url(../images/Design001/arrow-next@2x.png);
}
.sidr #mobile-click {
    background-image: url(../images/Design001/phone@2x.png);
}
.addthis_20x20_style .at15nc.at15t_facebook {
    background-image: url(../images/Design001/ico-fb@2x.png) !important;
}
.addthis_20x20_style .at15nc.at15t_twitter {
    background-image: url(../images/Design001/ico-twitter@2x.png) !important;
}
.addthis_20x20_style .at15nc.at15t_google_plusone_share {
    background-image: url(../images/Design001/ico-gplus@2x.png) !important;
}
.addthis_20x20_style .at15nc.at15t_compact {
    background-image: url(../images/Design001/menu-dots@2x.png) !important;
}
section#tabs #bluebar ul li a:hover,
section#tabs #bluebar ul li.active a {
    background-image: url(../images/Design001/arrow-tabs@2x.png);
}
a.vbtn:before,
a.vbtn:after {
    background-image: url(../images/Design001/arrow-vbtn@2x.png);
}
section#links #links-mobile #help-mobile a {
    background-image: url(../images/Design001/ico-info@2x.png);
}
section#links #links-mobile #advice-mobile a  {
    background-image: url(../images/Design001/ico-advice@2x.png);
}
aside#sidenav h2 {
    background-image: url(../images/Design001/arrow-heading@2x.png);
}
aside#sidenav ul li li a {
		/* commented this out because it was placing a bunch of blue arrows in the background of the secondary nav*/
		/* background-image: url(../images/Design001/arrow-sidenav@2x.png); */
}
/*
footer ul#social li#facebook a {
    background-image: url(../images/Design001/social-fb@2x.png);
}
footer ul#social li#twitter a {
    background-image: url(../images/Design001/social-twitter@2x.png);
}
footer ul#social li#gplus a {
    background-image: url(../images/Design001/social-gplus@2x.png);
}
footer ul#social li#blogger a {
    background-image: url(../images/Design001/social-blogger@2x.png);
}
footer ul#social li#rss a {
    background-image: url(../images/Design001/social-rss@2x.png);
}
*/
section#info article ul li {
    background-image: url(../images/Design001/bullet@2x.png);
}
aside#sidenav ul li .arrow,
footer .col5 ul li .arrow,
section#info article .arrow {
    background-image: url(../images/Design001/arrow@2x.png);
}
/*
footer aside#weather {
    background-image: url(../images/Design001/weather@2x.png);
}
footer aside#weather-mobile .clicktocall {
   background-image: url(../images/Design001/weather-lg@2x.png); 
}
footer aside#weather-mobile .clicktocall:after,
section#links #links-mobile #help-mobile a:after,
section#links #links-mobile #advice-mobile a:after {
    background-image: url(../images/Design001/arrow-click@2x.png);
}
}


/*! normalize.css v1.1.3 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-size: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}


/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}


/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}


/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}


/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Lists
   ========================================================================== */


/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}


/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}


/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0;
	/* 1 */
    padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	margin-right: 5px;
	margin-top: 2px;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: none;
    overflow-y: auto;
    background: #313131 url(../images/Design001/stripe-charcoal.png) repeat 0 0;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -280px;
}

.sidr.left {
    left: -280px;
    right: auto;
}

.sidr #mobile-click {
    width: 100%;
    float: left;
    display: block;
    padding: 6% 0;
    background: #1f1f1f url(/Institutions/Walsh-College/images/phone.png) no-repeat 18px 34px;
    background-size: 33px 46px;
}

.sidr #mobile-click h2 {
    font-size: 0.875em;
    font-weight: 700;
    padding-left: 45px;
}

.sidr #mobile-click h2 a {
    color: #ffffff;
}

.sidr #mobile-click h2 span {
    font-size: 2.14em;
    font-weight: 300;
    display: block;
    padding-left: 15px;
    margin-top: -5px;
}

.sidr nav[role="primary"] ul {
    margin: 0;
    padding: 0;
}

.sidr nav[role="primary"] ul li {
    position: relative;
}

.sidr nav[role="primary"] ul li a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 8% 0 8% 10%;
    display: block;
    border-bottom: 1px solid #181818;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr nav[role="primary"] ul li a:hover {
    background: rgba(0,0,0,0.2);
}

.sidr nav[role="primary"] ul li:after {
    content: '';
    width: 10px;
    height: 98%;
    display: block;
    background: #0079c2;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr nav[role="primary"] ul li:hover:after {
    background: #143876;
}

.sidr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidr ul li#give a,
.sidr ul li#apply a,
.sidr ul li#login a {
    width: 32%;
    float: left;
    height: 63px;
    padding: 22px 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr ul li#give a,
.sidr ul li#apply a {
    margin-right: 2%;
}

.sidr ul li#give a {
    color: #2171ba;
    background: rgba(0,0,0,0.3) url(/Institutions/Walsh-College/images/ico-give-lg.png) no-repeat center left 15px;
    background-size: 15px 15px;
    padding-left: 40px;
}

.sidr ul li#apply a {
    color: #cc6721;
    background: rgba(0,0,0,0.3) url(/Institutions/Walsh-College/images/ico-apply-lg.png) no-repeat center left 12px;
    background-size: 15px 16px;
}

.sidr ul li#login a {
    color: #a0cd4f;
    background: rgba(0,0,0,0.3) url(/Institutions/Walsh-College/images/ico-login-lg.png) no-repeat center left 10px;
    background-size: 18px 15px;
}

.sidr ul li#give a:hover,
.sidr ul li#apply a:hover,
.sidr ul li#login a:hover {
    background-color: rgba(0,0,0,0.7);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr form {
    width: 280px;
    float: left;
    clear: both;
    margin: 10% 0;
    padding: 0 20px 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    position: relative;
}

.sidr form input[type="search"] {
    color: #afafaf;
    font-style: italic;
    font-size: 0.75em;
    font-family: 'Open Sans', sans-serif;
    max-width:  100%;
    width: 232px;
    height: 21px;
    padding: 4px;
    border: none;
    background: #ffffff;
    background-size: 12px 12px;
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
}

.sidr form input[type="submit"] {
    width: 29px;
    height: 29px;
    display: block;
    background: url(../images/Design001/ico-search.png) no-repeat center center;
    background-size: 12px 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 0;
    right: 21px;
}

.sidr nav[role="secondary"] ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidr nav[role="secondary"] ul li {
    display: inline-block;
    float: left;
    clear: both;
    padding: 1% 10% 1% 0;
}

.sidr nav[role="secondary"] ul li a {
    color: #ffffff;
    font-size: 12px;
    position: relative;
} 

.sidr nav[role="secondary"] ul li a:after {
    content: '';
    width: 5px;
    height: 7px;
    display: block;
    position: absolute;
    top: 6px;
    right: -12px;
    background: url(/Institutions/Walsh-College/images/arrow-secondary.png) no-repeat 0 0;
    background-size: 5px 7px;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	float: left;
	clear: both;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	top: -10px;
}

.bx-wrapper .caption {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 95px;
	left: 0;
	z-index: 101;
	text-align: center;
}

.bx-wrapper .caption h2 {
	color: #ffffff;
	font-size: 1.875em;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

.bx-wrapper .overlay {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 100;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -65px;
	width: 100px;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-pager {
	box-sizing: content-box !important;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #a9a9a9;
	background: #ffffff;
	padding: 10px 15px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a9a9a9;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #143876;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/Design001/arrow-prev.png) no-repeat left center;
	background-size: 16px 28px;
	opacity: 0.8;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/Design001/arrow-next.png) no-repeat  right center;
	background-size: 16px 28px;
	opacity: 0.8;
}


/*#colright .bx-wrapper .bx-next {
	right: 10px;
}*/

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	opacity: 1.0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/Design001/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
footer ul#social li a {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    display: inline-block;
    float: left;
    margin-left: 10px;	
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/