/*
Theme Name: Northampton Community College
Theme URI: http://www.thejtsite.com
Description: Custom website layout by J Taylor Design
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com
*/
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
a {
  text-decoration: none;
}
a:active {
  outline: none;
}
input[type=text],
input[type=email],
textarea,
submit {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
  -moz-outline-style: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML 5 Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Footer ////////////////////////////////////////////////////////// */
#footer {
  background: url(../img/bg-footer.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#footer:before {
  background: #004c8e;
  content: "";
  display: block;
  height: 140px;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #footer:before {
    height: 195px;
  }
}
@media screen and (max-width: 720px) {
  #footer:before {
    display: none;
  }
}
#footer ol,
#footer ul {
  list-style: none;
}
#footer .container {
  padding: 0 6%;
  position: relative;
  z-index: 2;
}
#footer .container .top {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 140px;
  padding: 35px 0 0 0;
}
#footer .container .top:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 980px) {
  #footer .container .top {
    height: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 720px) {
  #footer .container .top {
    height: auto;
  }
}
#footer .container .top .message {
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 1181px) {
  #footer .container .top .message {
    padding-top: 12px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #footer .container .top .message {
    max-width: 360px;
  }
}
@media screen and (max-width: 980px) {
  #footer .container .top .message {
    display: block;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #footer .container .top .message {
    text-align: left;
  }
}
#footer .container .top .message h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: inherit;
  color: white;
  margin: 0;
  text-align: inherit;
}
#footer .container .top .message p {
  font-size: 14px;
  line-height: 1.6;
}
#footer .container .top .btns {
  float: right;
  padding-top: 5px;
}
@media screen and (max-width: 980px) {
  #footer .container .top .btns {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #footer .container .top .btns {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    text-align: left;
  }
}
#footer .container .top .btns .btn {
  background: #f2552c;
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  height: 60px;
  letter-spacing: 4px;
  line-height: 60px;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: inherit;
  cursor: inherit;
  user-select: inherit;
  border-radius: 0;
  border: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 720px) {
  #footer .container .top .btns .btn {
    font-size: 11px;
    height: 50px;
    letter-spacing: 3px;
    line-height: 50px;
  }
}
#footer .container .top .btns .btn:hover {
  background: #fff;
  color: #f2552c;
}
#footer .container .top .btns span {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
#footer .container #helpful {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 50px;
  padding: 18px 0 400px 120px;
  position: relative;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #footer .container #helpful {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  #footer .container #helpful {
    padding: 18px 0 0 120px;
  }
}
@media screen and (max-width: 980px) {
  #footer .container #helpful {
    margin-bottom: 50px;
    z-index: 1;
  }
}
@media screen and (max-width: 720px) {
  #footer .container #helpful {
    padding: 18px 0 0;
  }
}
#footer .container #helpful img {
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 90px;
}
@media screen and (max-width: 720px) {
  #footer .container #helpful img {
    height: 36px;
    padding-top: 6px;
    width: 36px;
  }
}
@media screen and (max-width: 720px) {
  #footer .container #helpful .cols .col:first-of-type h3 {
    padding: 0 0 30px 46px;
  }
}
#footer .container #helpful .cols h3 {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 4px;
  margin: 0 0 25px;
  text-transform: uppercase;
  text-align: inherit;
  line-height: inherit;
}
@media screen and (max-width: 720px) {
  #footer .container #helpful .cols h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 30px;
  }
}
#footer .container #helpful .cols ul:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  #footer .container #helpful .cols ul {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
#footer .container #helpful .cols ul li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 15px;
  margin: 0;
}
#footer .container #helpful .cols ul li a {
  color: #fff;
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 7px 0;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 981px) {
  #footer .container #helpful .cols ul li a:hover {
    padding-left: 6px;
  }
}
#footer .container #helpful p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 25px;
  padding-top: 25px;
  text-transform: uppercase;
}
#footer .container #helpful p span {
  color: #6a9fdc;
  padding: 0 8px;
}
#footer .container #helpful p a {
  color: #fff;
}
@media screen and (min-width: 981px) {
  #footer .container #helpful ul.social {
    float: right;
    position: relative;
    top: -18px;
  }
}
@media screen and (max-width: 980px) {
  #footer .container #helpful ul.social {
    left: -8px;
    padding-top: 15px;
    position: relative;
  }
}
#footer .container #helpful ul.social li {
  display: inline-block;
}
#footer .container #helpful ul.social li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
}
#footer .container #helpful ul.social li a i {
  font-size: 30px;
}
#footer .container #badges {
  padding: 10px 8% 30px;
  text-align: center;
}
#footer .container #badges a {
  display: inline-block;
}
#footer .container #badges a img {
  padding: 10px;
}
/* Global Usage ////////////////////////////////////////////////////////// */
.wow {
  visibility: hidden;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
/* Header ////////////////////////////////////////////////////////// */
#header {
  background: #07589f;
  position: relative;
  z-index: 3;
}
#header #top {
  height: 60px;
}
#header #top ul {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  #header #top ul {
    background: #004c8e;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
    top: 0;
    width: 100%;
    z-index: 101;
  }
}
@media screen and (max-width: 720px) {
  #header #top ul {
    height: 84px;
  }
}
#header #top ul.in {
  opacity: 1;
  pointer-events: inherit;
}
#header #top ul.out {
  opacity: 0;
  pointer-events: none;
}
#header #top ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: inline;
  float: left;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #header #top ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 25%;
  }
}
@media screen and (max-width: 720px) {
  #header #top ul li {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  #header #top ul li:first-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 720px) {
  #header #top ul li:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 980px) {
  #header #top ul li:last-child {
    display: none;
  }
}
#header #top ul li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #a1bbda;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  height: 60px;
  letter-spacing: 1.5px;
  line-height: 60px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 980px) {
  #header #top ul li a {
    font-size: 9px;
    padding: 0 5px;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #header #top ul li a {
    height: 42px;
    letter-spacing: 0;
    line-height: 42px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 981px) {
  #header #top ul li a.current {
    color: white;
    background-color: #004c8e;
    border-top: 5px solid white;
    line-height: 50px;
  }
}
@media screen and (max-width: 980px) {
  #header #top ul li a.current {
    color: white;
    background-color: #004c8e;
    border-top: 5px solid white;
    line-height: 50px;
  }
}
@media screen and (max-width: 720px) {
  #header #top ul li a.current {
    background: rgba(255, 255, 255, 0.9);
    border-top: none;
    line-height: 42px;
  }
}
#header #top ul li a:hover {
  background: white;
  color: #004c8e;
}
@media screen and (min-width: 981px) {
  #header #top form {
    display: inline-block;
    float: right;
    position: relative;
  }
}
@media screen and (max-width: 980px) {
  #header #top form {
    display: block;
    width: 100%;
  }
}
#header #top form i {
  color: #fff;
  height: 60px;
  line-height: 60px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 2;
}
@media screen and (min-width: 981px) {
  #header #top form i {
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  #header #top form i {
    left: 0;
    width: 40px;
  }
}
#header #top form #search-box {
  background: #1972c1;
  border: none;
  color: #fff;
  display: inline;
  float: left;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  #header #top form #search-box {
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 36px;
    width: 100%;
  }
}
#header #top form .search {
  background: #1972c1;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 60px;
  margin: 0;
  position: relative;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  width: 60px;
}
@media screen and (max-width: 980px) {
  #header #top form .search {
    display: none;
  }
}
#header #top form .search:hover {
  background: #f2552c;
}
#header #menu {
  background: #004c8e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  clear: both;
}
@media screen and (min-width: 981px) {
  #header #menu {
    min-height: 120px;
  }
}
#header #menu #logo {
  display: inline-block;
  padding: 26px 25px 27px;
}
@media screen and (min-width: 1181px) {
  #header #menu #logo {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 980px) {
  #header #menu #logo {
    padding: 20px 0 20px 25px;
  }
}
@media screen and (max-width: 720px) {
  #header #menu #logo {
    padding: 20px 0 20px 15px;
  }
}
#header #menu #logo img {
  height: 66px;
  width: 250px;
}
@media screen and (min-width: 1181px) {
  #header #menu #logo img {
    height: 79px;
    width: 300px;
  }
}
@media screen and (max-width: 374px) {
  #header #menu #logo img {
    height: 55px;
    width: 210px;
  }
}
#header #menu #nav-btn {
  background: #014078;
  color: #fff;
  display: none;
  float: right;
  height: 108px;
  line-height: 108px;
  padding: 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  #header #menu #nav-btn {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  #header #menu #nav-btn {
    font-size: 11px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  #header #menu #nav-btn {
    height: 97px;
    line-height: 97px;
  }
}
#header #menu #nav-btn span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  #header #menu #nav-btn span {
    display: none;
  }
}
#header #menu #nav-btn i {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 8px;
}
@media screen and (max-width: 720px) {
  #header #menu #nav-btn i {
    padding-left: 5px;
  }
}
@media screen and (min-width: 981px) {
  #header #menu #nav {
    float: right;
  }
}
@media screen and (max-width: 980px) {
  #header #menu #nav {
    background: url(https://northampton.edu/Resources/images/newimg/bg-nav.jpg) center center no-repeat #004c8e;
    background-size: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
    width: 100%;
    z-index: 100;
  }
  #header #menu #nav:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
  }
  #header #menu #nav.in {
    opacity: 1;
    pointer-events: inherit;
  }
  #header #menu #nav.out {
    opacity: 0;
    pointer-events: none;
  }
}
#header #menu #nav #nav-close {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #004c8e;
  display: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 980px) {
  #header #menu #nav #nav-close {
    display: block;
    margin-top: -30px;
    position: absolute;
    right: 12%;
    top: 50%;
  }
}
@media screen and (max-width: 720px) {
  #header #menu #nav #nav-close {
    right: 6%;
  }
}
#header #menu #nav ul {
  margin: 0;
}
@media screen and (max-width: 980px) {
  #header #menu #nav ul {
    display: inline-block;
    padding-bottom: 6px;
    vertical-align: middle;
    width: 80%;
  }
}
#header #menu #nav ul li:hover {
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
}
#header #menu #nav ul li a {
  display: block;
}
@media screen and (min-width: 981px) {
  #header #menu #nav > ul > li {
    float: left;
  }
}
#header #menu #nav > ul > li > a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #a5c2e3;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  height: 120px;
  letter-spacing: 2px;
  line-height: 120px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
@media screen and (min-width: 1181px) {
  #header #menu #nav > ul > li > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  #header #menu #nav > ul > li > a {
    font-size: 32px;
    height: auto;
    line-height: 1;
    padding: 12px 0 12px 12%;
  }
}
@media screen and (max-width: 720px) {
  #header #menu #nav > ul > li > a {
    font-size: 20px;
    padding: 8px 0 8px 6%;
  }
}
#header #menu #nav > ul > li > a.current {
  border-bottom: 10px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media screen and (max-width: 980px) {
  #header #menu #nav > ul > li > a.current {
    border-bottom: none;
  }
}
#header #menu #nav > ul > li > a:hover {
  color: #fff;
}
#header #menu #nav > ul > li > ul {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  visibility: hidden;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #header #menu #nav > ul > li > ul {
    display: none;
  }
}
#header #menu #nav > ul > li > ul li {
  width: 200px;
  margin: 0;
}
#header #menu #nav > ul > li > ul li a {
  background: #044177;
  border-bottom: 1px solid #044075;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  padding: 20px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#header #menu #nav > ul > li > ul li a:hover {
  background: #fff;
  color: #004c8e;
}
#header #menu #nav > ul > li > ul li:last-of-type a {
  border-bottom: 0;
}
#header #menu #nav > ul > li > ul:last-of-type li {
  width: 172px;
}
@media screen and (min-width: 981px) {
  #header #menu #nav > ul > li > ul:last-of-type li {
    width: 172px;
  }
}
@media screen and (min-width: 1181px) {
  #header #menu #nav > ul > li > ul:last-of-type li {
    width: 184px;
  }
}
@media screen and (min-width: 1600px) {
  #header #menu #nav > ul > li > ul:last-of-type li {
    width: 186px;
  }
}
#header #menu #nav > ul > li:hover > ul {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  visibility: visible;
}
#alerts .alert {
  background-color: #d99d0d;
  border: 1px solid #b3850b;
}
#alerts .wr-alert-inside {
  padding: 20px 104px;
  margin: auto;
  /*.columns {
      display:table;
      .left {display:table-cell; width:100%; vertical-align:top;}
      .right {display:table-cell; vertical-align:top;}
  }*/
}
@media screen and (min-width: 1600px) {
  #alerts .wr-alert-inside {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  #alerts .wr-alert-inside {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #alerts .wr-alert-inside {
    max-width: 1024px;
    padding: 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  #alerts .wr-alert-inside {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #alerts .wr-alert-inside {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  #alerts .wr-alert-inside {
    padding: 20px 20px;
  }
}
#alerts .wr-alert-inside .headline {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0.1px 1px #000000;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#alerts .wr-alert-inside .message {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #ffffff;
  max-width: 80%;
}
#alerts .wr-alert-inside a.close-button {
  display: block;
  background-color: #93711c;
}
#alerts .wr-alert-inside a.close-button:hover {
  background-color: #e8c46d;
}
#alerts .wr-alert-inside a.action {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #0057b8;
  background: url("https://northampton.edu/Resources/Images/small-arrow-right.png") no-repeat right top;
  white-space: nowrap;
  padding-right: 14px;
  text-transform: uppercase;
  /*padding-left: 14px;*/
}
#alerts .wr-alert-inside a.action:visited {
  color: #0057b8;
}
#alerts .wr-alert-inside a.action:hover {
  color: #f8c888;
}
#alerts .wr-alert-inside a.action:hover {
  background: url("../Images/small-arrow-right.png") no-repeat right -24px;
}
#alerts .wr-alert-inside .columns {
  display: block;
}
#alerts .wr-alert-inside .columns .left {
  display: block;
  width: 100%;
  vertical-align: top;
}
#alerts .wr-alert-inside .columns .right {
  display: block;
  vertical-align: top;
  float: right;
}
#alerts .wr-alert-inside .columns .right #xOut {
  width: 16px;
}
/* Omnialert Update ////////////////////////////////////////////////////////// */
#sc-smartboard-container {
  padding: 20px;
  background-color: #d7b130;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
.sc-smartboard-subject {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-shadow: 2px 2px 3px rgba(105, 105, 105, 0.9);
}
.sc-smartboard-datetime {
  display: none;
}
.sc-smartboard-message {
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(105, 105, 105, 0.9);
}
/* COVID Update ////////////////////////////////////////////////////////// */
#covid-smartboard-container {
  padding: 20px;
  background-color: #d7b130;
  color: white;
  font-family: 'Open Sans', sans-serif;
  display: none;
}
@media screen and (max-width: 980px) {
  #covid-smartboard-container {
    display: block;
  }
}
#covid-smartboard-container .covid-smartboard-message {
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(105, 105, 105, 0.9);
}
#covid-smartboard-container .covid-smartboard-message a {
  font-weight: bold;
  color: white;
}
/* Mobile Fixed Buttons ////////////////////////////////////////////////////////// */
#mobile-fixed {
  bottom: 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 721px) {
  #mobile-fixed {
    display: none;
  }
}
#mobile-fixed ul {
  width: 100%;
}
#mobile-fixed ul:after {
  clear: both;
  content: '';
  display: block;
}
#mobile-fixed ul li {
  background: #f2552c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  padding: 14px 0;
  text-align: center;
  width: 50%;
}
#mobile-fixed ul li:first-of-type {
  border-right: 1px solid #d5d5d5;
}
#mobile-fixed ul li a {
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#mobile-fixed ul li a i {
  font-size: 20px;
  padding-right: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .m-fix {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 50%;
    z-index: 3;
  }
}
@media screen and (max-width: 720px) {
  .m-fix a {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 14px 0;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 720px) {
  .m-fix a i {
    font-size: 20px;
    padding-right: 6px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 720px) {
  .m-fix.left {
    left: 0;
  }
  .m-fix.left a {
    border-right: 1px solid #d5d5d5;
  }
}
.m-fix.left:before {
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 200%;
}
@media screen and (max-width: 720px) {
  .m-fix.right {
    right: 0;
  }
}
/* Pages - Hero and Titles ////////////////////////////////////////////////////////// */
#inside-hero {
  background-image: url(../img/sample-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 400px;
}
@media screen and (max-width: 720px) {
  #inside-hero {
    padding-top: 260px;
  }
}
#inside-hero #title {
  background: #004c8e;
  padding: 20px 5%;
  text-align: center;
}
#inside-hero #title h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #inside-hero #title h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#inside-header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
}
#inside-header #title {
  padding: 40px 5%;
  text-align: center;
}
#inside-header #title h1 {
  color: #343638;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #inside-header #title h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/* Breadcrumbs ////////////////////////////////////////////////////////// */
#breadcrumbs {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  position: relative;
  z-index: 2;
}
#breadcrumbs ul li {
  display: inline-block;
}
#breadcrumbs ul li a {
  color: #686767;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  opacity: .6;
  padding: 5px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#breadcrumbs ul li a:hover {
  color: #004c8e;
  opacity: 1;
}
#breadcrumbs ul li + li:before {
  color: #686767;
  content: '>';
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  opacity: .6;
  padding: 5px 2px 5px 0;
}
#breadcrumbs ul li:last-of-type a {
  opacity: 1;
}
#breadcrumbs ul li ul {
  display: none;
}
/* Pages - General ////////////////////////////////////////////////////////// */
#content {
  margin: 0 auto 70px;
  max-width: 1206px;
  padding: 0 6%;
}
#content:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 981px) {
  #content #sidebar {
    display: inline;
    float: left;
    width: 200px;
  }
}
@media screen and (max-width: 980px) {
  #content #sidebar {
    display: block;
  }
}
#content #sidebar .mobile-btn {
  border-bottom: 1px solid #e8e8e8;
  display: none;
  padding-bottom: 15px;
}
@media screen and (max-width: 980px) {
  #content #sidebar .mobile-btn {
    display: block;
  }
}
#content #sidebar .mobile-btn i {
  color: #004c8e;
  padding-right: 12px;
}
@media screen and (max-width: 980px) {
  #content #sidebar #side-nav {
    height: 0;
    margin-top: 30px;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
  }
}
#content #sidebar #side-nav.active {
  height: auto;
  opacity: 1;
  padding-bottom: 40px;
}
#content #sidebar #side-nav .back-to-section {
  color: #004c8e;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #sidebar #side-nav .back-to-section i {
  color: #f2552c;
  padding-right: 10px;
}
@media screen and (min-width: 981px) {
  #content #sidebar #side-nav .back-to-section:hover {
    padding-left: 0;
  }
}
#content #sidebar #side-nav ul {
  border-top: 1px solid #e8e8e8;
}
#content #sidebar #side-nav ul li {
  border-bottom: 1px solid #e8e8e8;
}
#content #sidebar #side-nav ul li:last-of-type {
  border-bottom: none;
}
#content #sidebar #side-nav ul li a {
  color: #5487a4;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 30px 10px 10px;
  position: relative;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #sidebar #side-nav ul li a:before {
  color: #f2552c;
  content: "\f178 ";
  font-family: FontAwesome;
  opacity: 0;
  margin-top: -7px;
  position: absolute;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  right: 10px;
  top: 50%;
}
@media screen and (min-width: 981px) {
  #content #sidebar #side-nav ul li a:hover {
    padding-left: 12px;
  }
  #content #sidebar #side-nav ul li a:hover:before {
    opacity: 1;
  }
}
#content #sidebar #side-nav ul li a.active {
  color: #004c8e;
}
#content #sidebar #side-nav ul li.active {
  color: #004c8e;
  padding-bottom: 10px;
}
#content #sidebar #side-nav ul li.active ul {
  border-top: 0;
  padding-left: 10px;
}
#content #sidebar #side-nav ul li.active ul li {
  border-bottom: 0;
}
#content #sidebar #side-nav ul li.active ul li a {
  padding: 7px 30px 7px 10px;
}
#content #sidebar #side-nav ul li.active ul li a:hover {
  padding-left: 12px;
}
#content #sidebar #side-nav .btn {
  background: #88b04b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 20px;
  padding: 15px 10px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #sidebar #side-nav .btn i {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  vertical-align: middle;
}
#content #sidebar #side-nav .btn:after {
  background: #88b04b;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 0;
  z-index: 3;
}
@media screen and (min-width: 981px) {
  #content #sidebar #side-nav .btn:hover {
    background: #fff;
    color: #88b04b;
  }
  #content #sidebar #side-nav .btn:hover i {
    color: #88b04b;
  }
  #content #sidebar #side-nav .btn:hover:after {
    width: 100%;
  }
}
#content #main-content {
  display: inline-block;
  float: right;
  /*added button from program page*/
}
#content #main-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content #main-content p a {
  color: #004c8e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #main-content p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content #main-content p {
    font-size: 13px;
  }
}
#content #main-content a {
  color: #004c8e;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #main-content a:hover {
  color: #5487a4;
}
@media screen and (min-width: 981px) {
  #content #main-content {
    float: right;
    width: calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
  }
}
@media screen and (max-width: 980px) {
  #content #main-content {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #content #main-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
}
#content #main-content img {
  height: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  #content #main-content img {
    align-self: center;
  }
}
#content #main-content a.btn {
  background: #88b04b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#content #main-content a.btn span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: none;
  padding-top: 6px;
  text-transform: inherit;
}
#content #main-content a.btn:hover {
  background: #004c8e;
  color: #fff;
}
#content #main-content #highlight {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  float: right;
  margin: 0 0 0 50px;
  text-align: center;
  width: 320px;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #content #main-content #highlight {
    width: 260px;
  }
}
@media screen and (max-width: 980px) {
  #content #main-content #highlight {
    width: 260px;
  }
}
@media screen and (max-width: 720px) {
  #content #main-content #highlight {
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    margin: 20px auto 0;
    padding-top: 50px;
    order: 1;
    -webkit-order: 1;
    width: 100%;
  }
}
#content #main-content #highlight .contain {
  margin-bottom: 30px;
}
#content #main-content #highlight .btn {
  background: #f2552c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #main-content #highlight .btn i {
  color: #f6d155;
  font-size: 20px;
  padding-right: 6px;
  vertical-align: middle;
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  #content #main-content #highlight .btn i {
    display: block;
    padding-bottom: 10px;
  }
}
#content #main-content #highlight .btn span {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: none;
}
#content #main-content #highlight .btn:hover {
  background: #004c8e;
}
#content #main-content #highlight .highlight {
  background: #004c8e;
  margin-bottom: 30px;
  padding: 10px;
}
#content #main-content #highlight .highlight a {
  color: lightgray;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #main-content #highlight .highlight a:hover {
  color: #f2552c;
}
@media screen and (max-width: 720px) {
  #content #main-content #highlight .highlight:last-of-type {
    margin-bottom: 0;
  }
}
#content #main-content #highlight .highlight img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
#content #main-content #highlight .highlight h2 {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin: 0 20px 10px;
}
#content #main-content #highlight .highlight h3 {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin: 0 20px 10px;
}
#content #main-content #highlight .highlight h4 {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin: 0 20px 10px;
}
#content #main-content #highlight .highlight p {
  color: #fff;
  font-size: 14px;
  margin: 0 20px 20px;
}
#content #main-content #highlight .highlight ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  list-style: none;
  margin-left: 0;
}
#content #main-content #highlight .highlight ul li:last-of-type {
  border-bottom: 0;
}
#content #main-content #highlight .highlight ul li a {
  background: #fff;
  color: #5487a4;
  display: block;
  font-size: 12px;
  padding: 14px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #main-content #highlight .highlight ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
#content #main-content #highlight .highlight .key-btn {
  background: #f2552c;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 12px;
  height: 60px;
  letter-spacing: 4px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  width: 100%;
}
#content #main-content #highlight .highlight .key-btn:hover {
  background: #fff;
  color: #f2552c;
}
#content #main-content #highlight .highlight .small-btn {
  color: #fff;
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 10px 10px 5px;
  text-transform: uppercase;
}
#content #main-content #highlight .highlight .small-btn i {
  color: #f2552c;
  padding-left: 4px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#content #main-content #highlight .highlight .small-btn:hover i {
  padding-left: 8px;
}
#content #main-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#content #main-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
#content #main-content .content-group {
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#content #main-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
#content #main-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 14px;
}
#content #main-content ul li {
  margin-left: 33px;
  list-style: disc;
}
#content #main-content ol {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 28px;
  list-style-type: none;
  counter-reset: item;
}
#content #main-content ol li {
  margin-left: 33px;
  counter-increment: item;
  font-size: 14px;
}
#content #main-content ol li ol {
  margin: 0;
}
#content #main-content ol li ol li:before {
  content: counters(item, ".") " ";
}
#content #main-content ol li:before {
  content: counters(item, ".") ". ";
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 700;
  position: relative;
  display: block;
  width: 29px;
  height: 0px;
  right: 33px;
  text-align: right;
}
#content #main-content .flex p,
#content #main-content .flex ul,
#content #main-content .flex ol {
  font-size: 18px;
}
#content #main-content .flex img {
  max-width: 100%;
}
#content #main-content .flex div.blueLine {
  background-color: #134d7e;
  padding: 6px 0 0 0;
  width: 100%;
  margin: 25px 0;
}
#content #main-content .flex h3.blueText {
  color: #216193;
  text-transform: uppercase;
  clear: both;
  padding: 15px 0 0 0;
}
#content #main-content .flex .leftList {
  float: left;
  margin: 0 20px 0 0;
  max-width: 32%;
}
#content #main-content .one-column-top {
  margin: 0 0 20px 0;
  clear: both;
}
#content #main-content .one-column-top h3 {
  margin: 30px 0 5px 0;
}
#content #main-content .one-column-top p,
#content #main-content .one-column-top img {
  margin: 0;
}
#content #main-content .one-column-top img {
  max-width: 100%;
}
#content #main-content .three-column-list .housing-item {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin: 20px 0 30px 0;
}
#content #main-content .three-column-list .housing-item img {
  display: inline;
}
#content #main-content .three-column-list .housing-item .user-content div p {
  font-size: 18px;
  font-weight: bold;
}
#content #main-content .one-column-profile {
  margin: 120px 0 0 0;
}
#content #main-content .one-column-profile h2 {
  margin: 0 0 40px 0;
}
#content #main-content .one-column-profile .wr-image {
  float: left;
  margin: 0 80px 0 0;
}
#content #main-content .one-column-profile .wr-image img {
  margin: 0;
}
#content #main-content .one-column-profile .text .user-content div h3 {
  padding: 20px 0 30px 0;
  font-size: 35px;
  font-weight: normal;
}
#content #main-content .one-column-profile .text .user-content div p {
  font-size: 18px;
}
#content #main-content .two-column-text .text {
  float: left;
  width: 50%;
  padding: 0 0 50px 0;
}
#content #main-content .two-column-text .text .user-content div p {
  width: 85%;
  font-size: 18px;
}
#content #main-content .two-column-text ul.atmosphere {
  margin: 0;
}
#content #main-content .two-column-text ul.atmosphere li {
  list-style-image: url("../../Images/CampusLife/Housing/checkbox.jpg");
  font-size: 18px;
  padding: 0 0 20px 0;
  width: 40%;
  float: left;
}
#content #main-content .two-column-text ul.atmosphere li:before {
  content: "";
  right: 0;
}
#content #main-content .one-column-top-box {
  background-color: #f8f8f7;
  padding: 60px 50px;
}
#content #main-content .one-column-top-box .wr-image img {
  margin: auto;
}
#content #main-content .one-column-top-box h3 {
  margin: 0;
  padding: 50px 0 30px 0;
}
#content #main-content .one-column-left .wr-image {
  float: left;
  margin: 0 35px 0 0;
}
#content #main-content .one-column-left .wr-image img {
  margin: auto;
}
#content #main-content .one-column-left .text .user-content div h2 {
  display: block;
  margin: 40px 0 25px 0;
  padding: 0;
}
#content #main-content .one-column-left .text .user-content div .cellphone {
  margin: 8% 0 0 5%;
  width: 410px;
  max-width: 90%;
  min-width: 65%;
}
#content #main-content .one-column-left-icon .wrap {
  padding: 30px 0 10px 0;
}
#content #main-content .one-column-left-icon .wrap .wr-image {
  float: left;
  margin: 0 35px 0 0;
  width: 175px;
}
#content #main-content .one-column-left-icon .wrap .wr-image img {
  margin: auto;
}
#content #main-content .one-column-left-icon .wrap .text .user-content div h2 {
  display: block;
  margin: 40px 0 25px 0;
  padding: 0;
}
#content #main-content .one-column-left-box {
  background-color: #f8f8f7;
  padding: 60px 50px;
  clear: both;
}
#content #main-content .one-column-left-box .wr-image {
  float: left;
  margin: 45px 60px 0 60px;
}
#content #main-content .one-column-left-box .greyText h2 {
  margin: 0 0 20px 0;
}
#content #main-content .roomsHeader {
  margin: 70px 0 0 0;
  font-size: 18px;
}
#content #main-content .roomsHeader .wr-table table tr td,
#content #main-content .roomsHeader .wr-table table tr th {
  font-size: 18px;
}
#content #main-content .roomsHeader .wr-table table tr td:nth-child(2) {
  color: #e3a045;
  font-weight: bold;
}
#content #main-content .roomsHeader .wr-table table tr td:first-child {
  font-weight: bold;
  color: #134d7e;
}
#content #main-content .diningTables {
  font-size: 18px;
}
#content #main-content .diningTables h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
#content #main-content .diningTables .wr-table table tr td {
  font-size: 18px;
}
#content #main-content .diningTables .wr-table table tr td:first-child {
  font-weight: bold;
  color: #134d7e;
}
#content #main-content .diningTables .wr-table table tr td:last-child {
  color: #e3a045;
}
#content #main-content .one-column-right img {
  float: right;
  margin: 0 0 5px 20px;
}
#content #main-content .one-column-right .text .diningText {
  min-width: 70%;
  max-width: 90%;
  width: 500px;
}
#content #main-content .one-column-text {
  margin: 50px 0 0 0;
}
#content #main-content .one-column-text h2 {
  padding: 0 0 30px 0;
}
#content #main-content .two-column-text-boxes {
  margin: 10px 0 0 0;
  padding: 50px 0 0 0;
  border-top: 6px solid #134d7e;
}
#content #main-content .two-column-text-boxes .text {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  border: 1px solid #e8e9eb;
  padding: 15px 15px 0 15px;
  min-height: 247px;
  width: 46%;
}
#content #main-content .two-column-text-boxes .text .user-content div h3 {
  color: #d99d0d;
  font-weight: bold;
  font-size: 24px;
}
#content #main-content .two-column-text-boxes .text .user-content div p {
  font-size: 14px;
}
#content #main-content .two-column-text-boxes .leftBox {
  margin: 0 0 20px 40px;
}
#content #main-content .wr-table {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  #content #main-content {
    /*@media screen and (max-width: 725px) {*/
  }
  #content #main-content .flex .user-content {
    overflow: inherit;
  }
  #content #main-content .two-column-text ul.atmosphere li {
    width: 85%;
  }
  #content #main-content .one-column-left-icon .wrap .wr-image {
    width: 118px;
  }
  #content #main-content .one-column-left-box .wr-image {
    margin: 0;
  }
  #content #main-content .landing-page #ct-header #flyoutArea .ct-background {
    height: 170px;
  }
  #content #main-content .landing-page #ct-header #flyoutArea .ct-background .wr-background {
    height: 170px;
  }
  #content #main-content .landing-page #ct-header #flyoutArea .wr-caption .caption {
    background-color: rgba(76, 83, 91, 0.5);
  }
  #content #main-content .landing-page #ct-header #flyoutArea .wr-caption .caption .housingalignment h1 {
    font-size: 80%;
  }
  #content #main-content .landing-page #ct-header #flyoutArea .wr-caption .caption .housingalignment p.housingcap {
    font-size: 80%;
    line-height: 100%;
  }
  #content #main-content .user-content table tr th,
  #content #main-content .user-content table tr td {
    padding: 5px;
  }
  #content #main-content .roomsHeader .wr-table table tr th,
  #content #main-content .roomsHeader .wr-table table tr td {
    font-size: 14px;
  }
  #content #main-content .two-column-text-boxes .text {
    width: 100%;
    min-height: 175px;
  }
  #content #main-content .two-column-text-boxes .leftBox {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 450px) {
  #content #main-content .one-column-left-box {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 600px) {
  #content #main-content .flex .leftList {
    float: none;
    margin: 0;
    max-width: 90%;
    display: block;
  }
}
/* Pages - General Row ////////////////////////////////////////////////////////// */
.group-row {
  padding: 60px 0;
}
@media screen and (max-width: 720px) {
  .group-row {
    padding: 30px 0;
  }
}
.group-row h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 8px;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.group-row.white {
  border-bottom: 1px solid #e8e8e8;
}
.group-row.blue {
  background: #004c8e;
}
.group-row.blue h3 {
  color: #fff;
}
.group-row.blue .col .icon {
  background: #fff;
}
.group-row.blue .col .icon i {
  color: #004c8e;
}
.group-row.blue .col .icon a i {
  color: #004c8e;
}
.group-row.blue .col h2 {
  color: rgba(255, 255, 255, 0.7);
}
.group-row.blue .col h2 a {
  color: rgba(255, 255, 255, 0.7);
}
.group-row.orange {
  background: #f2552c;
}
.group-row.orange h3 {
  color: #fff;
}
.group-row.orange .col .icon {
  background: #fff;
}
.group-row.orange .col .icon i {
  color: #f2552c;
}
.group-row.orange .col .icon a i {
  color: #f2552c;
}
.group-row.orange .col h2 {
  color: rgba(255, 255, 255, 0.7);
}
.group-row.orange .col h2 a {
  color: rgba(255, 255, 255, 0.7);
}
.group-row.grid-row {
  text-align: center;
}
.group-row.grid-row:after {
  clear: both;
  content: '';
  display: block;
}
.group-row.grid-row .grid {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px;
  position: relative;
  width: 33.3333%;
}
@media screen and (min-width: 721px) {
  .group-row.grid-row .grid {
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
  }
}
@media screen and (max-width: 720px) {
  .group-row.grid-row .grid {
    display: block;
    width: 100%;
  }
}
.group-row.grid-row .grid:hover h2 {
  background: #004c8e;
  color: #fff;
  padding: 22px 0 23px;
}
.group-row.grid-row .grid:nth-of-type(3n+4) {
  clear: left;
}
.group-row.grid-row .grid a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.group-row.grid-row .grid .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .group-row.grid-row .grid .image {
    height: 180px;
  }
}
.group-row.grid-row .grid h2 {
  color: #004c8e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 30px 0 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.group-row.grid-row .grid h2 a {
  color: #fff;
}
/* Columns ////////////////////////////////////////////////////////// */
.cols:after {
  clear: both;
  content: '';
  display: block;
}
.cols .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 721px) {
  .cols .col {
    display: inline;
    float: left;
  }
}
.cols .col img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.cols .col h2 {
  margin-bottom: 15px !important;
}
.cols .col p {
  font-size: 13px !important;
}
@media screen and (min-width: 981px) {
  .cols.four .col {
    padding-right: 30px;
    width: 25%;
  }
  .cols.four .col:nth-of-type(4n+4) {
    padding-right: 0;
  }
  .cols.four .col:nth-of-type(4n+5) {
    clear: left;
  }
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  .cols.four .col {
    margin-bottom: 30px;
    padding-right: 30px;
    width: 50%;
  }
  .ico .cols.four .col:nth-of-type(2n+2) {
    padding-right: 0;
  }
  .cols.four .col:nth-of-type(2n+3) {
    clear: left;
  }
}
@media screen and (min-width: 721px) {
  .cols.three .col {
    padding-right: 30px;
    width: 33.333%;
  }
  .cols.three .col:nth-of-type(3n+3) {
    padding-right: 0;
  }
  .cols.three .col:nth-of-type(3n+4) {
    clear: left;
  }
}
@media screen and (min-width: 721px) {
  .cols.two .col {
    padding-right: 30px;
    width: 50%;
  }
  .cols.two .col:nth-of-type(2n+2) {
    padding-right: 0;
  }
  .cols.two .col:nth-of-type(2n+3) {
    clear: left;
  }
}
.cols.cta {
  margin-top: 30px;
  text-align: center;
}
.cols.cta .icon {
  background: #004c8e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: auto auto 20px;
  text-align: center;
  width: 50px;
}
.cols.cta .icon i {
  font-size: 20px;
}
.cols.cta h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.cols.cta p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cols.cta p a {
  color: #004c8e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.cols.cta p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  .cols.cta p {
    font-size: 13px;
  }
}
.cols.cta a.btn {
  background: #f2552c;
  display: table;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  letter-spacing: 3px;
  line-height: 40px;
  margin: auto auto 10px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.cols.cta a.btn:hover {
  background: #fff;
  color: #f2552c;
}
/*edited*/
/* Typography ////////////////////////////////////////////////////////// */
strong {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* Base ////////////////////////////////////////////////////////// */
html,
body {
  background: #343638;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}
#container {
  background: #fff;
  margin: auto;
  max-width: 1600px;
  position: relative;
}
.container {
  margin: auto;
  max-width: 1180px;
  position: relative;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 20px;
}
#mobonly {
  display: none;
}
@media screen and (max-width: 720px) {
  #mobonly {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */