/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* Default Styles
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(jquery.sidr.dark.css);
@import url(jquery.bxslider.css);

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/bg.jpg) no-repeat center 30px;
    background-size: 100% auto;  
}


body#home {
    background: url(../images/mainbg.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
}


.wrap {
    width: 96%;
    max-width: 1000px;
    padding: 0 2%;
    margin: 0 auto; 
    position: relative;
    clear: both;
}

img {
    max-width: 100%;
}

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;
}

/* 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/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/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(../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(../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(../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;
}

header[role="banner"] #headermid aside#chat {
    width: 170px;
    height: 50px;
    float: left;
    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: 15px 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;
    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: 24%;
    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(../images/chat-mobile.png) no-repeat 8px 10px; /*Fall back*/
    background: rgba(255,255,255,0.85) url(../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(../images/login-mobile.png) no-repeat 8px 12px; /*Fall back*/
    background: rgba(255,255,255,0.85) url(../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/menu.png) no-repeat right 10px; /*Fall back*/
    background: #ffffff url(../images/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: 38px;
    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;
}

header[role="banner"] nav[role="primary"] ul li a {
    color: #143876;
    font-family: 'Roboto Slab', 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/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/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/ico-info.png) no-repeat 15px center;
    background-size: 30px 30px;
}

section#links #links-mobile #advice-mobile a  {
    background: url(../images/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/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/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/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/upcoming-events.jpg) no-repeat center -25px;
}

section#info article#promotions figure {
    background: url(../images/promotions.jpg) no-repeat center -30px;
}

section#info article#press figure {
    background: url(../images/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; /*Allows for full height*/
    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/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/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; /*Hide jQuery generated arrow on sublevel items */
}

.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; /*Hide by default*/
}

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/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%;
}

#colright.nosidebar section#pagecontent {
    width: 100%;
}

#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/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/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;
}



/* Footer
-------------------------------------------------------------------------------*/

footer {
    width: 100%;
    float: left;
    clear: both;
    background: #002040 url(../images/footerbg.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: 2% 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;
    text-indent: 100%;
    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;
}

footer ul#social li a:hover {
    top: -6px;
}

footer ul#social li:first-child a {
    margin-left: 0;
}

footer ul#social li#facebook a {
    background: url(../images/social-fb.png) no-repeat 0 0;
    background-size: 58px 58px;
}

footer ul#social li#twitter a {
    background: url(../images/social-twitter.png) no-repeat 0 0;
    background-size: 58px 58px;
}

footer ul#social li#gplus a {
    background: url(../images/social-gplus.png) no-repeat 0 0;
    background-size: 58px 58px;
}

footer ul#social li#blogger a {
    background: url(../images/social-blogger.png) no-repeat 0 0;
    background-size: 58px 58px;
}

footer ul#social li#rss a {
    background: url(../images/social-rss.png) no-repeat 0 0;
    background-size: 58px 58px;
}


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 {
    width: 18%;
    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: #cc6721;
    font-family: 'Roboto Slab', 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: 0.875em;
    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/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: 96%;
    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/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/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/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/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;
    margin-top: 35px;
}

}

@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/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;
}

header[role="banner"] #headermid #walsh span img {
    width: 150px;
    height: 50px;
}

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/upcoming-events-lg.jpg) no-repeat center -25px;
}

section#info article#promotions figure {
    background: url(../images/promotions-lg.jpg) no-repeat center -30px;
}

section#info article#press figure {
    background: url(../images/press-releases-lg.jpg) no-repeat center -40px;
}

section#info article figure h3 {
    margin-top: 25px;
}

section#info article a.btn {
    display: none;
}

footer #connected h2 {
    display: none;
}

footer #connected {
    margin: 8% 0;
}

footer ul#social {
    width: 280px;
    margin: 0 auto;
    float: none;
}

footer ul#social li a {
    width: 48px;
    height: 48px;
}


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: 48px 48px;
}

aside#sidenav {
    display: none;
}

#colright {
    width: 100%;
    float: left;
}

footer .col5 {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    border-top: none;
    margin: 0;
    padding: 0;
}

footer .col5 ul ul {
    display: none;
}

footer .col5 > ul {
    border-top: 1px dotted rgba(255,255,255,0.5);
    padding: 2% 0;
}

footer .col5 ul ul {
    padding: 1% 0;
}

footer .col5 ul li .arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    float: right;
    background: #0079c2 url(../images/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;
}

.arrowrotate {
  -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 {
    display: block;
}


}

@media(max-width: 540px) { 


body#home {
    background: url(../images/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/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/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/upcoming-events.jpg) no-repeat center -25px;
}

section#info article#promotions figure {
    background: url(../images/promotions.jpg) no-repeat center -30px;
}

section#info article#press figure {
    background: url(../images/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/ico-search@2x.png); 
}

.sidr nav[role="secondary"] ul li a:after {
    background-image: url(../images/arrow-secondary@2x.png);
} 

header[role="banner"] #headertop nav[role="secondary"] ul li#give a {
    background-image: url(../images/ico-give@2x.png);
}

header[role="banner"] #headertop nav[role="secondary"] ul li#apply a {
    background-image: url(../images/ico-apply@2x.png);
}

header[role="banner"] #headertop nav[role="secondary"] ul li#login a {
    background-image: url(../images/ico-login@2x.png);
}

.sidr ul li#give a {
    background-image: url(../images/ico-give-lg@2x.png);
}

.sidr ul li#apply a {
    background-image: url(../images/ico-apply-lg@2x.png);
}

.sidr ul li#login a {
    background-image: url(../images/ico-login-lg@2x.png);
}

header[role="banner"] #headermid aside#chat {
    background-image: url(../images/chat@2x.png);
}

header[role="banner"] #mobile-header #mobile-chat a {
    background-image: url(../images/chat-mobile@2x.png);
}

header[role="banner"] #mobile-header #mobile-login a {
    background-image: url(../images/login-mobile@2x.png);
}

header[role="banner"] #mobile-nav a {
    background-image: url(../images/menu@2x.png);
}

.bx-wrapper .bx-prev {
    background-image: url(../images/arrow-prev@2x.png);
}

.bx-wrapper .bx-next {
    background-image: url(../images/arrow-next@2x.png);
}

.sidr #mobile-click {
    background-image: url(../images/phone@2x.png);
}

.addthis_20x20_style .at15nc.at15t_facebook {
    background-image: url(../images/ico-fb@2x.png) !important;
}

.addthis_20x20_style .at15nc.at15t_twitter {
    background-image: url(../images/ico-twitter@2x.png) !important;
}

.addthis_20x20_style .at15nc.at15t_google_plusone_share {
    background-image: url(../images/ico-gplus@2x.png) !important;
}

.addthis_20x20_style .at15nc.at15t_compact {
    background-image: url(../images/menu-dots@2x.png) !important;
}

section#tabs #bluebar ul li a:hover,
section#tabs #bluebar ul li.active a {
    background-image: url(../images/arrow-tabs@2x.png);
}

a.vbtn:before,
a.vbtn:after {
    background-image: url(../images/arrow-vbtn@2x.png);
}

section#links #links-mobile #help-mobile a {
    background-image: url(../images/ico-info@2x.png);
}

section#links #links-mobile #advice-mobile a  {
    background-image: url(../images/ico-advice@2x.png);
}

aside#sidenav h2 {
    background-image: url(../images/arrow-heading@2x.png);
}

aside#sidenav ul li li a {
     background-image: url(../images/arrow-sidenav@2x.png);
}

footer ul#social li#facebook a {
    background-image: url(../images/social-fb@2x.png);
}

footer ul#social li#twitter a {
    background-image: url(../images/social-twitter@2x.png);
}

footer ul#social li#gplus a {
    background-image: url(../images/social-gplus@2x.png);
}

footer ul#social li#blogger a {
    background-image: url(../images/social-blogger@2x.png);
}

footer ul#social li#rss a {
    background-image: url(../images/social-rss@2x.png);
}

section#info article ul li {
    background-image: url(../images/bullet@2x.png);
}

aside#sidenav ul li .arrow,
footer .col5 ul li .arrow,
section#info article .arrow {
    background-image: url(../images/arrow@2x.png);
}

footer aside#weather {
    background-image: url(../images/weather@2x.png);
}

footer aside#weather-mobile .clicktocall {
   background-image: url(../images/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/arrow-click@2x.png);
}

}






