/*
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 .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;
}
#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;
  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;
}
@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;
}
#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;
}
/* Accordions ////////////////////////////////////////////////////////// */
ul.accordion {
  list-style: none;
  padding: 0 6%;
  margin: 0 auto;
  max-width: 800px;
}
ul.accordion * {
  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;
}
ul.accordion li {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
}
ul.accordion li h2 {
  background: #004c8e;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  padding: 15px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.accordion li h2 i {
  color: #f6d155;
  padding-right: 6px;
}
ul.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.accordion li input[type=checkbox]:checked ~ .answer {
  padding: 0 20px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}
ul.accordion li .answer {
  padding: 20px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}
ul.accordion li .answer p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
ul.accordion li .answer 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;
}
ul.accordion li .answer p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  ul.accordion li .answer p {
    font-size: 13px;
  }
}
ul.accordion li .answer p:last-of-type {
  margin-bottom: 0;
}
/* Accordions within Content ////////////////////////////////////////////////////////// */
.accordions {
  border-top: 1px solid rgba(77, 77, 77, 0.2);
  clear: both;
  display: block;
  margin: 1px 0 30px;
}
.accordions .accordionLoop h2.ui-accordion-header {
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 20px 10px 20px 30px;
  position: relative;
}
.accordions .accordionLoop h2.ui-accordion-header i {
  color: #004c8e;
  font-size: 11px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 30px;
}
.accordions .accordionLoop h2.ui-accordion-header .opened {
  display: none;
}
.accordions .accordionLoop h2.ui-accordion-header .closed {
  display: inline-block;
}
.accordions .accordionLoop h2.ui-accordion-header.ui-state-active .opened {
  display: inline-block;
}
.accordions .accordionLoop h2.ui-accordion-header.ui-state-active .closed {
  display: none;
}
.accordions .accordionLoop .ui-accordion-content {
  background: #fcfcfc;
  color: #333333;
  font-size: 17px;
  padding: 25px 25px 5px;
}
.accordions .accordionLoop .ui-accordion-content img {
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
.accordions .accordionLoop .ui-accordion-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.accordions .accordionLoop .ui-accordion-content p p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.accordions .accordionLoop .ui-accordion-content p 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;
}
.accordions .accordionLoop .ui-accordion-content p p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  .accordions .accordionLoop .ui-accordion-content p p {
    font-size: 13px;
  }
}
.accordions .accordionLoop .ui-accordion-content ul {
  padding: 0 0 20px 20px;
}
.accordions .accordionLoop .ui-accordion-content ul li {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .accordions .accordionLoop .ui-accordion-content ul li {
    font-size: 13px;
  }
}
/* 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;
}
@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%;
  }
}
@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 (min-width: 981px) and (max-width: 1181px) {
  #header #menu #nav > ul > li > a {
    padding: 0 12px;
    letter-spacing: 1.5px;
  }
}
@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;
}
@media screen and (max-width: 980px) {
  #header #menu #nav > ul > li > ul {
    display: none;
  }
}
#header #menu #nav > ul > li > ul li {
  width: 200px;
}
#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;
}
/* Hero ////////////////////////////////////////////////////////// */
#hero {
  height: 60vh;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 720px) {
  #hero {
    min-height: 300px;
  }
}
#hero .hero li a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#hero .hero li .hero-message {
  bottom: 0;
  padding: 30px 2% 30px 0px;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 1;
  background: -webkit-linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.6) 60%);
  background: -o-linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.6) 60%);
  background: -moz-linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.6) 60%);
  background: linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.6) 60%);
  width: 98%;
}
@media screen and (max-width: 720px) {
  #hero .hero li .hero-message {
    background: -webkit-linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.8) 60%);
    background: -o-linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.8) 60%);
    background: -moz-linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.8) 60%);
    background: linear-gradient(rgba(5, 52, 105, 0), rgba(5, 52, 105, 0.8) 60%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 30px;
    width: 100%;
  }
}
#hero .hero li .hero-message h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #hero .hero li .hero-message h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#hero .hero li .hero-message h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#hero .hero li .hero-message h3 i {
  color: #f6d155;
  font-size: 30px;
  padding-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  #hero .hero li .hero-message h3 i {
    font-size: inherit;
  }
}
#hero .btn {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  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;
  top: 50%;
  width: 50px;
}
@media screen and (max-width: 720px) {
  #hero .btn {
    display: none;
    font-size: 16px;
  }
}
#hero .btn.prev-btn {
  left: 10px;
  padding-right: 5px;
}
@media screen and (max-width: 720px) {
  #hero .btn.prev-btn {
    left: 0;
  }
}
#hero .btn.next-btn {
  padding-left: 5px;
  right: 10px;
}
@media screen and (max-width: 720px) {
  #hero .btn.next-btn {
    right: 0;
  }
}
#hero .btn:hover {
  background: #004c8e;
}
@media screen and (max-width: 720px) {
  #hero .btn:hover {
    background: none;
  }
}
/* Quick Bar ////////////////////////////////////////////////////////// */
#quick {
  margin-bottom: 20px;
}
#quick ul:after {
  clear: both;
  content: '';
  display: block;
}
#quick ul li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  width: 20%;
}
@media screen and (max-width: 720px) {
  #quick ul li {
    display: block;
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  #quick ul li:last-of-type {
    width: 100%;
  }
}
#quick ul li:last-of-type a {
  border: none;
}
#quick ul li:last-of-type .qlinkorange {
  border-bottom: 4px solid #f2552c;
}
@media screen and (max-width: 720px) {
  #quick ul li:nth-child(2n+2) a {
    border-right: none;
  }
}
#quick ul li a {
  background: #004c8e;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  height: 90px;
  letter-spacing: 2px;
  line-height: 90px;
  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;
}
@media screen and (max-width: 980px) {
  #quick ul li a {
    height: auto;
    line-height: 1;
    padding: 20px 0;
  }
}
@media screen and (max-width: 720px) {
  #quick ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
  }
}
#quick ul li a i {
  color: #f6d155;
  font-size: 20px;
  padding-right: 6px;
  vertical-align: middle;
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  #quick ul li a i {
    display: block;
    padding-bottom: 10px;
  }
}
#quick ul li a:hover {
  background: #f2552c;
}
#quick ul li .actiontop {
  background: #004c8e;
}
@media screen and (max-width: 720px) {
  #quick ul li .actiontop {
    background: #5487a4;
  }
}
#quick ul li .qlinkorange {
  background: white;
  color: #004c8e;
  border-bottom: 4px solid #f2552c;
  border-right: 1px solid rgba(242, 85, 44, 0.3);
}
#quick ul li .qlinkorange i {
  color: #f2552c;
}
#quick ul li .qlinkorange:hover {
  background: #004c8e;
  color: white;
}
@media screen and (max-width: 720px) {
  #quick ul li .qlinkorange {
    border: none;
    background: white;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
}
#quick ul li .qlinkorangetop {
  background: white;
  color: #004c8e;
  border-right: 1px solid rgba(242, 85, 44, 0.3);
  border-bottom: 4px solid #f2552c;
}
#quick ul li .qlinkorangetop i {
  color: #f2552c;
}
@media screen and (max-width: 720px) {
  #quick ul li .qlinkorangetop i {
    color: white;
  }
}
@media screen and (max-width: 720px) {
  #quick ul li .qlinkorangetop {
    background: #f2552c;
    color: white;
    border: none;
    border-right: 1px solid rgba(242, 242, 242, 0.8);
    border-bottom: 1px solid rgba(242, 242, 242, 0.8);
  }
}
#quick ul li .qlinkorangetop:hover {
  background: #004c8e;
  color: white;
}
/* #1 Tops ////////////////////////////////////////////////////////// */
#tops {
  background: url(../img/bg-number1.jpg) left center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  padding: 80px 280px 80px 280px;
  position: relative;
}
#tops:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 1181px) {
  #tops {
    padding: 80px 300px 80px 330px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #tops {
    height: 100%;
  }
}
@media screen and (max-width: 980px) {
  #tops {
    height: 100%;
    padding: 80px 6% 80px 280px;
  }
}
@media screen and (max-width: 720px) {
  #tops {
    padding: 0;
  }
}
#tops h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 280px;
  left: 7%;
  line-height: .8;
  position: absolute;
  top: 70px;
}
@media screen and (min-width: 1181px) {
  #tops h3 {
    font-size: 315px;
  }
}
@media screen and (max-width: 720px) {
  #tops h3 {
    display: none;
    background: rgba(0, 0, 0, 0.15);
    font-size: 200px;
    left: inherit;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    top: inherit;
  }
}
#tops h3 span {
  font-size: 100px;
  position: relative;
  top: -130px;
}
@media screen and (min-width: 1181px) {
  #tops h3 span {
    font-size: 120px;
    top: -140px;
  }
}
@media screen and (max-width: 720px) {
  #tops h3 span {
    font-size: 60px;
    top: -100px;
  }
}
@media screen and (min-width: 981px) {
  #tops .big-icon {
    margin-top: -75px;
    position: absolute;
    right: 150px;
    top: 50%;
  }
}
@media screen and (max-width: 980px) {
  #tops .big-icon {
    display: block;
    padding-left: 20px;
  }
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #tops .big-icon {
    bottom: 50px;
    position: absolute;
    right: 6%;
  }
}
@media screen and (max-width: 374px) {
  #tops .big-icon {
    padding-bottom: 30px;
  }
}
#tops .big-icon i {
  color: #f6d155;
  font-size: 150px;
  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 (max-width: 720px) {
  #tops .big-icon i {
    font-size: 80px;
  }
}
#tops .big-icon:hover i {
  color: rgba(255, 255, 255, 0.5);
}
#tops #tops-content {
  float: left;
  max-width: 530px;
  padding-left: 20px;
}
@media screen and (max-width: 720px) {
  #tops #tops-content {
    padding: 30px 6%;
  }
}
@media screen and (max-width: 374px) {
  #tops #tops-content {
    padding-bottom: 15px;
  }
}
#tops #tops-content h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 7px;
  line-height: 1.1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #tops #tops-content h2 {
    font-size: 32px;
  }
}
#tops #tops-content .list {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #tops #tops-content .list {
    padding-right: 150px;
  }
}
#tops #tops-content .list span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  padding: 6px 0 6px 30px;
  position: relative;
}
@media screen and (max-width: 720px) {
  #tops #tops-content .list span {
    font-size: 14px;
  }
}
#tops #tops-content .list span:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f178 ";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
/* Support Slider ////////////////////////////////////////////////////////// */
#support-slider {
  height: 420px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #support-slider {
    height: 500px;
  }
}
@media screen and (max-width: 980px) {
  #support-slider {
    height: 650px;
  }
}
@media screen and (max-width: 720px) {
  #support-slider {
    height: 450px;
  }
}
@media screen and (max-width: 374px) {
  #support-slider {
    height: 500px;
  }
}
#support-slider .hero li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#support-slider .hero li .tops {
  background: url(../img/bg-number1.jpg) left center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 80px 280px 80px 280px;
}
#support-slider .hero li .tops:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 1181px) {
  #support-slider .hero li .tops {
    padding: 80px 300px 80px 330px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #support-slider .hero li .tops {
    height: 100%;
  }
}
@media screen and (max-width: 980px) {
  #support-slider .hero li .tops {
    height: 100%;
    padding: 80px 6% 80px 280px;
  }
}
@media screen and (max-width: 720px) {
  #support-slider .hero li .tops {
    padding: 0;
  }
}
#support-slider .hero li .tops h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 280px;
  left: 7%;
  line-height: .8;
  position: absolute;
  top: 70px;
}
@media screen and (min-width: 1181px) {
  #support-slider .hero li .tops h3 {
    font-size: 315px;
  }
}
@media screen and (max-width: 720px) {
  #support-slider .hero li .tops h3 {
    display: none;
    background: rgba(0, 0, 0, 0.15);
    font-size: 200px;
    left: inherit;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    top: inherit;
  }
}
#support-slider .hero li .tops h3 span {
  font-size: 100px;
  position: relative;
  top: -130px;
}
@media screen and (min-width: 1181px) {
  #support-slider .hero li .tops h3 span {
    font-size: 120px;
    top: -140px;
  }
}
@media screen and (max-width: 720px) {
  #support-slider .hero li .tops h3 span {
    font-size: 60px;
    top: -100px;
  }
}
@media screen and (min-width: 981px) {
  #support-slider .hero li .tops .big-icon {
    margin-top: -75px;
    position: absolute;
    right: 150px;
    top: 50%;
  }
}
@media screen and (max-width: 980px) {
  #support-slider .hero li .tops .big-icon {
    display: block;
    padding-left: 20px;
  }
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #support-slider .hero li .tops .big-icon {
    bottom: 50px;
    position: absolute;
    right: 6%;
  }
}
@media screen and (max-width: 374px) {
  #support-slider .hero li .tops .big-icon {
    padding-bottom: 30px;
  }
}
#support-slider .hero li .tops .big-icon i {
  color: #f6d155;
  font-size: 150px;
  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 (max-width: 720px) {
  #support-slider .hero li .tops .big-icon i {
    font-size: 80px;
  }
}
#support-slider .hero li .tops .big-icon:hover i {
  color: rgba(255, 255, 255, 0.5);
}
#support-slider .hero li .tops .tops-content {
  float: left;
  max-width: 530px;
  padding-left: 20px;
}
@media screen and (max-width: 720px) {
  #support-slider .hero li .tops .tops-content {
    padding: 30px 6%;
  }
}
@media screen and (max-width: 374px) {
  #support-slider .hero li .tops .tops-content {
    padding-bottom: 15px;
  }
}
#support-slider .hero li .tops .tops-content h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 7px;
  line-height: 1.1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #support-slider .hero li .tops .tops-content h2 {
    font-size: 32px;
  }
}
#support-slider .hero li .tops .tops-content .list {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #support-slider .hero li .tops .tops-content .list {
    padding-right: 150px;
  }
}
#support-slider .hero li .tops .tops-content .list span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  padding: 6px 0 6px 30px;
  position: relative;
}
@media screen and (max-width: 720px) {
  #support-slider .hero li .tops .tops-content .list span {
    font-size: 14px;
  }
}
#support-slider .hero li .tops .tops-content .list span:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f178 ";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
#support-slider .btn {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  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;
  top: 50%;
  width: 50px;
}
@media screen and (max-width: 720px) {
  #support-slider .btn {
    display: none;
    font-size: 16px;
  }
}
#support-slider .btn.prev-btn {
  left: 10px;
  padding-right: 5px;
}
@media screen and (max-width: 720px) {
  #support-slider .btn.prev-btn {
    left: 0;
  }
}
#support-slider .btn.next-btn {
  padding-left: 5px;
  right: 10px;
}
@media screen and (max-width: 720px) {
  #support-slider .btn.next-btn {
    right: 0;
  }
}
#support-slider .btn:hover {
  background: #004c8e;
}
@media screen and (max-width: 720px) {
  #support-slider .btn:hover {
    background: none;
  }
}
/* Blocks ////////////////////////////////////////////////////////// */
#blocks {
  padding: 0 10px;
}
#blocks:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #blocks {
    display: flex;
    flex-flow: row wrap;
  }
}
#blocks.full {
  padding: 0;
  width: 100%;
}
#blocks .block {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  padding: 0 10px 20px;
  position: relative;
}
#blocks .block.full {
  padding: 0 0 20px;
  width: 100%;
}
#blocks .block.full h2 {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
#blocks .block.quarter {
  width: 25%;
}
@media screen and (max-width: 980px) {
  #blocks .block.quarter {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  #blocks .block.quarter {
    width: 100%;
  }
}
#blocks .block.third {
  width: 30%;
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #blocks .block.third {
    display: inline-table;
    order: 2;
    -webkit-order: 2;
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  #blocks .block.third {
    width: 100%;
  }
}
#blocks .block.key {
  width: 40%;
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #blocks .block.key {
    display: inline-table;
    order: 3;
    -webkit-order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  #blocks .block.key {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #blocks .block.blue .block-content:hover h2 {
    color: #004c8e;
  }
}
#blocks .block.blue .block-content:before {
  background: #004c8e;
  opacity: .6;
  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;
}
#blocks .block.blue .block-content:after {
  background: #004c8e;
}
#blocks .block.blue .block-content h2 {
  background: #004c8e;
}
@media screen and (min-width: 981px) {
  #blocks .block.blueGray .block-content:hover h2 {
    color: #5487a4;
  }
}
#blocks .block.blueGray .block-content:before {
  background: #5487a4;
  opacity: .6;
  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;
}
#blocks .block.blueGray .block-content:after {
  background: #5487a4;
}
#blocks .block.blueGray .block-content h2 {
  background: #5487a4;
}
@media screen and (min-width: 981px) {
  #blocks .block.blueLight .block-content:hover h2 {
    color: #96dfe4;
  }
}
#blocks .block.blueLight .block-content:before {
  background: #96dfe4;
  opacity: .6;
  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;
}
#blocks .block.blueLight .block-content:after {
  background: #96dfe4;
}
#blocks .block.blueLight .block-content h2 {
  background: #96dfe4;
}
@media screen and (min-width: 981px) {
  #blocks .block.orange .block-content:hover h2 {
    color: #f2552c;
  }
}
#blocks .block.orange .block-content:before {
  background: #f2552c;
  opacity: .6;
  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;
}
#blocks .block.orange .block-content:after {
  background: #f2552c;
}
#blocks .block.orange .block-content h2 {
  background: #f2552c;
}
@media screen and (min-width: 981px) {
  #blocks .block.green .block-content:hover h2 {
    color: #88b04b;
  }
}
#blocks .block.green .block-content:before {
  background: #88b04b;
  opacity: .6;
  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;
}
#blocks .block.green .block-content:after {
  background: #88b04b;
}
#blocks .block.green .block-content h2 {
  background: #88b04b;
}
@media screen and (min-width: 981px) {
  #blocks .block.army .block-content:hover h2 {
    color: #586c49;
  }
}
#blocks .block.army .block-content:before {
  background: #586c49;
  opacity: .6;
  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;
}
#blocks .block.army .block-content:after {
  background: #586c49;
}
#blocks .block.army .block-content h2 {
  background: #586c49;
}
@media screen and (min-width: 981px) {
  #blocks .block.pink .block-content:hover h2 {
    color: #ce3375;
  }
}
#blocks .block.pink .block-content:before {
  background: #ce3375;
  opacity: .6;
  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;
}
#blocks .block.pink .block-content:after {
  background: #ce3375;
}
#blocks .block.pink .block-content h2 {
  background: #ce3375;
}
@media screen and (min-width: 981px) {
  #blocks .block.yellow .block-content:hover h2 {
    color: #d7b130;
  }
}
#blocks .block.yellow .block-content:before {
  background: #d7b130;
  opacity: .6;
  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;
}
#blocks .block.yellow .block-content:after {
  background: #d7b130;
}
#blocks .block.yellow .block-content h2 {
  background: #d7b130;
}
@media screen and (min-width: 981px) {
  #blocks .block.creme .block-content:hover h2 {
    color: #edcdc2;
  }
}
#blocks .block.creme .block-content:before {
  background: #edcdc2;
  opacity: .6;
  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;
}
#blocks .block.creme .block-content:after {
  background: #edcdc2;
}
#blocks .block.creme .block-content h2 {
  background: #edcdc2;
}
@media screen and (min-width: 981px) {
  #blocks .block.tan .block-content:hover h2 {
    color: #cfb095;
  }
}
#blocks .block.tan .block-content:before {
  background: #cfb095;
  opacity: .6;
  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;
}
#blocks .block.tan .block-content:after {
  background: #cfb095;
}
#blocks .block.tan .block-content h2 {
  background: #cfb095;
}
#blocks .block .block-content {
  background-position: center center;
  background-size: cover;
  height: 260px;
  position: relative;
  text-align: center;
  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;
}
#blocks .block .block-content * {
  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;
}
#blocks .block .block-content a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
#blocks .block .block-content:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#blocks .block .block-content:after {
  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) {
  #blocks .block .block-content:hover:before {
    opacity: 0;
  }
  #blocks .block .block-content:hover:after {
    width: 100%;
  }
  #blocks .block .block-content:hover i {
    opacity: 0;
    top: 65px;
  }
  #blocks .block .block-content:hover h2 {
    background: #fff;
    padding-bottom: 30px;
  }
  #blocks .block .block-content:hover h2 span {
    color: #6b6b6b;
  }
}
#blocks .block .block-content i {
  color: #fff;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 85px;
  width: 100%;
  z-index: 2;
}
#blocks .block .block-content h2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0;
  padding: 26px 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
#blocks .block .block-content h2 span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* Explore Programs ////////////////////////////////////////////////////////// */
#explore {
  padding: 40px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #explore {
    padding: 30px 0 10px;
  }
}
#explore h2 {
  color: #343638;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  padding: 0 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #explore h2 {
    font-size: 20px;
  }
}
#explore p {
  color: #686767;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 50px;
  padding: 0 15px;
}
#explore #explore-loop {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (min-width: 1181px) {
  #explore #explore-loop {
    padding: 0;
  }
}
#explore #explore-loop .owl-wrapper .owl-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#explore #explore-loop .owl-wrapper .owl-item .item {
  background: #fff;
  text-align: center;
}
#explore #explore-loop .owl-wrapper .owl-item .item:after {
  clear: both;
  content: '';
  display: block;
}
#explore #explore-loop .owl-wrapper .owl-item .item a {
  color: #343638;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 20px 10px;
  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;
}
#explore #explore-loop .owl-wrapper .owl-item .item a i {
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
  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;
}
#explore #explore-loop .owl-wrapper .owl-item .item a:hover {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blue a i {
  color: #004c8e;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blue a:hover {
  background: #004c8e;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blue a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blueGray a i {
  color: #5487a4;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blueGray a:hover {
  background: #5487a4;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blueGray a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blueLight a i {
  color: #96dfe4;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blueLight a:hover {
  background: #96dfe4;
}
#explore #explore-loop .owl-wrapper .owl-item .item.blueLight a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.orange a i {
  color: #f2552c;
}
#explore #explore-loop .owl-wrapper .owl-item .item.orange a:hover {
  background: #f2552c;
}
#explore #explore-loop .owl-wrapper .owl-item .item.orange a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.green a i {
  color: #88b04b;
}
#explore #explore-loop .owl-wrapper .owl-item .item.green a:hover {
  background: #88b04b;
}
#explore #explore-loop .owl-wrapper .owl-item .item.green a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.army a i {
  color: #586c49;
}
#explore #explore-loop .owl-wrapper .owl-item .item.army a:hover {
  background: #586c49;
}
#explore #explore-loop .owl-wrapper .owl-item .item.army a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.pink a i {
  color: #ce3375;
}
#explore #explore-loop .owl-wrapper .owl-item .item.pink a:hover {
  background: #ce3375;
}
#explore #explore-loop .owl-wrapper .owl-item .item.pink a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.yellow a i {
  color: #f6d155;
}
#explore #explore-loop .owl-wrapper .owl-item .item.yellow a:hover {
  background: #f6d155;
}
#explore #explore-loop .owl-wrapper .owl-item .item.yellow a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.creme a i {
  color: #edcdc2;
}
#explore #explore-loop .owl-wrapper .owl-item .item.creme a:hover {
  background: #edcdc2;
}
#explore #explore-loop .owl-wrapper .owl-item .item.creme a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-wrapper .owl-item .item.tan a i {
  color: #cfb095;
}
#explore #explore-loop .owl-wrapper .owl-item .item.tan a:hover {
  background: #cfb095;
}
#explore #explore-loop .owl-wrapper .owl-item .item.tan a:hover i {
  color: #fff;
}
#explore #explore-loop .owl-controls {
  display: none !important;
}
@media screen and (min-width: 1181px) {
  #explore .customNavigation {
    display: none;
  }
}
#explore .customNavigation .pag {
  color: #004c8e;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}
#explore .customNavigation .pag.prev {
  left: 0;
}
#explore .customNavigation .pag.next {
  right: 0;
}
#explore .customNavigation .pag i {
  font-size: 30px;
}
/* Latest News ////////////////////////////////////////////////////////// */
#latest {
  background: #f2552c;
  padding: 15px 15px 0;
}
#latest:after {
  clear: both;
  content: '';
  display: block;
}
#latest h3 {
  color: #fff;
  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;
}
#latest .latest {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 15px;
  position: relative;
  width: 33.3333%;
}
@media screen and (max-width: 720px) {
  #latest .latest {
    width: 100%;
  }
}
#latest .latest:nth-of-type(3n+4) {
  clear: left;
}
#latest .latest:hover h2 {
  background: #fff;
  color: #004c8e;
  padding: 22px 0 23px;
}
#latest .latest a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#latest .latest .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  #latest .latest .image {
    height: 180px;
  }
}
#latest .latest h2 {
  color: #fff;
  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;
}
#latest .latest h2 a {
  color: #fff;
}
/* Landing Pages ////////////////////////////////////////////////////////// */
#content.landing {
  max-width: inherit;
  padding: 0;
}
#content.landing #landing-message {
  margin: auto auto 40px;
  max-width: 700px;
  padding: 0 6%;
  text-align: center;
}
#content.landing #landing-message p {
  color: #0e0e0e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content.landing #landing-message 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.landing #landing-message p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content.landing #landing-message p {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  #content.landing #landing-message {
    margin-bottom: 30px;
  }
}
#content.landing #landing-message h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
/* Landing Loop ////////////////////////////////////////////////////////// */
#content.landing #landing-loop {
  padding: 30px 0;
}
@media screen and (max-width: 720px) {
  #content.landing #landing-loop {
    border-bottom: 1px solid #e8e8e8;
  }
}
#content.landing #landing-loop .landing-loop {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  #content.landing #landing-loop .landing-loop {
    padding: 350px 0 0;
  }
}
@media screen and (max-width: 720px) {
  #content.landing #landing-loop .landing-loop {
    background: none !important;
    padding: 0;
  }
}
#content.landing #landing-loop .landing-loop:nth-of-type(odd) .container {
  padding-right: 35%;
}
@media screen and (min-width: 1181px) {
  #content.landing #landing-loop .landing-loop:nth-of-type(odd) .container {
    padding-right: 25%;
  }
}
@media screen and (max-width: 980px) {
  #content.landing #landing-loop .landing-loop:nth-of-type(odd) .container {
    padding: 40px;
  }
}
#content.landing #landing-loop .landing-loop:nth-of-type(odd) .grad {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
}
#content.landing #landing-loop .landing-loop:nth-of-type(even) .container {
  padding-left: 35%;
}
@media screen and (min-width: 1181px) {
  #content.landing #landing-loop .landing-loop:nth-of-type(even) .container {
    padding-left: 25%;
  }
}
@media screen and (max-width: 980px) {
  #content.landing #landing-loop .landing-loop:nth-of-type(even) .container {
    padding: 40px;
  }
}
#content.landing #landing-loop .landing-loop:nth-of-type(even) .grad {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0) 100%);
}
#content.landing #landing-loop .landing-loop .landing-mobile-img {
  display: none;
}
@media screen and (max-width: 720px) {
  #content.landing #landing-loop .landing-loop .landing-mobile-img {
    display: block;
  }
}
#content.landing #landing-loop .landing-loop .landing-mobile-img img {
  height: auto;
  width: 100%;
}
#content.landing #landing-loop .landing-loop .container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 960px;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #content.landing #landing-loop .landing-loop .container {
    background: rgba(255, 255, 255, 0.9);
  }
}
#content.landing #landing-loop .landing-loop .container h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#content.landing #landing-loop .landing-loop .container p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content.landing #landing-loop .landing-loop .container 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.landing #landing-loop .landing-loop .container p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content.landing #landing-loop .landing-loop .container p {
    font-size: 13px;
  }
}
#content.landing #landing-loop .landing-loop .container 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: 700;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px;
  position: relative;
  text-align: center;
  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;
}
@media screen and (max-width: 720px) {
  #content.landing #landing-loop .landing-loop .container a.btn {
    font-size: 10px;
    padding: 12px;
  }
}
#content.landing #landing-loop .landing-loop .container a.btn:hover {
  background: #004c8e;
}
#content.landing #landing-loop .landing-loop .grad {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #content.landing #landing-loop .landing-loop .grad {
    display: none;
  }
}
#content.landing #stats {
  background: url(../img/bg-stats.jpg) center center no-repeat;
  background-size: cover;
  margin: 30px 0;
  padding: 60px 0 20px;
}
#content.landing #stats:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  #content.landing #stats {
    padding: 40px 0 0;
  }
}
#content.landing #stats .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  margin-bottom: 40px;
  padding: 0 30px;
  text-align: center;
  width: 33.3333%;
}
@media screen and (max-width: 720px) {
  #content.landing #stats .col {
    width: 100%;
  }
}
#content.landing #stats .col .number {
  color: #f6d155;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #content.landing #stats .col .number {
    font-size: 60px;
  }
}
#content.landing #stats .col .number span {
  font-size: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  #content.landing #stats .col .number span {
    font-size: 25px;
  }
}
#content.landing #stats .col .detail {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.3;
}
/* Grid ////////////////////////////////////////////////////////// */
#grid {
  background: url(/Resources/Images/newimg/bg-blue.jpg) center center no-repeat;
  background-size: cover;
  margin: 30px 0;
  padding: 15px 15px 0;
}
#grid:after {
  clear: both;
  content: '';
  display: block;
}
#grid h3 {
  color: #fff;
  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;
}
#grid.centered {
  text-align: center;
}
@media screen and (min-width: 721px) {
  #grid.centered .grid {
    float: inherit;
    margin-left: -4px;
    vertical-align: top;
  }
}
#grid .grid {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 15px;
  position: relative;
  width: 33.3333%;
}
@media screen and (max-width: 720px) {
  #grid .grid {
    width: 100%;
  }
}
#grid .grid:hover h2 {
  background: #fff;
  color: #004c8e;
  padding: 22px 0 23px;
}
#grid .grid:nth-of-type(3n+4) {
  clear: left;
}
#grid .grid a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#grid .grid .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  #grid .grid .image {
    height: 180px;
  }
}
#grid .grid h2 {
  color: #fff;
  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;
}
#grid .grid h2 a {
  color: #fff;
}
/* Block Thirds ////////////////////////////////////////////////////////// */
#content.landing #blocks {
  margin: auto;
  max-width: 1206px;
  padding: 0 6%;
}
@media screen and (max-width: 980px) {
  #content.landing #blocks {
    padding: 0 10px;
  }
}
#content.landing #blocks .block.third {
  width: 33.333%;
}
@media screen and (max-width: 720px) {
  #content.landing #blocks .block.third {
    display: block;
    width: 100%;
  }
}
/* Top Ten ////////////////////////////////////////////////////////// */
#top-ten {
  background: url(../img/bg-blue.jpg) center center no-repeat;
  background-size: cover;
  margin: 30px 0;
  padding: 30px 15px 50px;
}
#top-ten:after {
  clear: both;
  content: '';
  display: block;
}
#top-ten h2 {
  color: #fff;
  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;
}
#top-ten .container {
  max-width: 960px;
}
#top-ten .container ul li {
  color: #fff;
  display: inline;
  float: left;
  font-size: 14px;
  letter-spacing: 4px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
@media screen and (max-width: 720px) {
  #top-ten .container ul li {
    font-size: 12px;
    width: 100%;
  }
}
#top-ten .container ul li:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 3px;
  content: "";
  display: block;
  height: 3px;
  margin: auto;
  position: relative;
  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: 10px;
}
@media screen and (min-width: 981px) {
  #top-ten .container ul li:hover:after {
    background: #f2552c;
    width: 100%;
  }
}
#top-ten .container ul li a {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 30px 15px;
  text-overflow: ellipsis;
  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;
  white-space: nowrap;
}
#top-ten .container ul li a:hover {
  background: #fff;
  color: #f2552c;
}
/* Lightbox ////////////////////////////////////////////////////////// */
html body .ilightbox-overlay {
  background: url(../img/loading-bg.png) no-repeat center center rgba(255, 255, 255, 0.8);
}
html body .ilightbox-overlay span {
  background: url(../img/loading.gif) no-repeat center center;
  display: block;
  height: 100%;
  width: 100%;
}
html body a.ilightbox-button {
  background-color: #004c8e;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
  height: 60px;
  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: 60px;
}
html body a.ilightbox-button:hover {
  background-color: #f2552c;
}
html body a.ilightbox-button.ilightbox-prev-button {
  left: 0;
  top: 45%;
}
html body a.ilightbox-button.ilightbox-next-button {
  right: 0;
  top: 45%;
}
html body .ilightbox-toolbar {
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
}
html body .ilightbox-toolbar .ilightbox-close {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
}
html body .ilightbox-toolbar .ilightbox-close:after {
  color: #004c8e;
  content: "\f00d ";
  font-family: FontAwesome;
  height: 100%;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
/* 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;
  }
}
/* News - Shared ////////////////////////////////////////////////////////// */
#content.news .news.top-story {
  display: block;
  position: relative;
  width: 100%;
}
#content.news .news.top-story .top-story-highlight {
  background: #827060;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  left: -6px;
  letter-spacing: 4px;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: -6px;
  z-index: 2;
}
#content.news .news.top-story .top-story-highlight i {
  color: #f6d155;
  padding-right: 6px;
}
#content.news .news.top-story .top-story-highlight:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
#content.news .news .news-img {
  position: relative;
}
#content.news .news .news-img .photo-cred {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  left: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
}
#content.news .news .news-wrap {
  padding: 20px;
}
#content.news .news .news-wrap .news-info {
  border-bottom: 1px solid #e8e8e8;
  color: #0e0e0e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 20px;
  padding: 0 0 15px;
}
#content.news .news .news-wrap .news-info:after {
  clear: both;
  content: '';
  display: block;
}
#content.news .news .news-wrap .news-info date {
  display: inline-block;
}
@media screen and (max-width: 374px) {
  #content.news .news .news-wrap .news-info date {
    display: block;
  }
}
#content.news .news .news-wrap .news-info .author {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 374px) {
  #content.news .news .news-wrap .news-info .author {
    display: block;
    float: none;
  }
}
#content.news .news .news-wrap h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#content.news .news .news-wrap p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content.news .news .news-wrap 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.news .news .news-wrap p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content.news .news .news-wrap p {
    font-size: 13px;
  }
}
/* News - Landing ////////////////////////////////////////////////////////// */
#content.news-landing {
  /*event calendar*/
}
#content.news-landing #news-loop .news {
  width: 48%;
}
#content.news-landing #news-loop .news:nth-of-type(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 720px) {
  #content.news-landing #news-loop .news:nth-of-type(odd) {
    margin-right: 0;
    width: 100%;
  }
}
#content.news-landing #news-loop .news:nth-of-type(even) {
  margin-left: 2%;
}
@media screen and (max-width: 720px) {
  #content.news-landing #news-loop .news:nth-of-type(even) {
    margin-left: 0;
    width: 100%;
  }
}
#content.news-landing .news {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  margin-bottom: 40px;
  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;
  vertical-align: top;
}
#content.news-landing .news:hover {
  background: rgba(194, 194, 194, 0.1);
}
@media screen and (min-width: 981px) {
  #content.news-landing .news:hover a i {
    margin-left: 10px;
  }
}
@media screen and (min-width: 981px) {
  #content.news-landing .news:hover .news-img:after {
    width: 100%;
  }
}
#content.news-landing .news.top-story .news-img {
  height: 450px;
}
@media screen and (max-width: 720px) {
  #content.news-landing .news.top-story .news-img {
    height: 250px;
  }
}
#content.news-landing .news .news-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
@media screen and (max-width: 720px) {
  #content.news-landing .news .news-img {
    height: 180px;
  }
}
#content.news-landing .news .news-img a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#content.news-landing .news .news-img: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;
}
#content.news-landing .news .news-wrap h2 a {
  color: #004c8e;
  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;
}
#content.news-landing .news .news-wrap h2 a:hover {
  color: #f2552c;
}
#content.news-landing .news .news-wrap a i {
  background: #f2552c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  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: 30px;
}
#content.news-landing .news .news-wrap a:hover i {
  background: #004c8e;
}
#content.news-landing #paginate {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
#content.news-landing #paginate:after {
  clear: both;
  content: '';
  display: block;
}
#content.news-landing #paginate li {
  display: inline-block;
  margin-bottom: 4px;
}
#content.news-landing #paginate li a {
  background: #004c8e;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 34px;
  line-height: 34px;
  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: 34px;
}
#content.news-landing #paginate li a:hover {
  background: #f2552c;
}
#content.news-landing #paginate li a.active {
  background: #f2552c;
}
/* News - Single ////////////////////////////////////////////////////////// */
#content.news-single .news .news-img {
  height: auto;
  line-height: 0;
}
#content.news-single .news .news-img img {
  height: auto;
  margin-bottom: 0 !important;
  width: 100%;
}
#content.news-single .news .news-img .photo-cred {
  line-height: normal;
}
/* 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;
}
/* Pages - A-Z Index ////////////////////////////////////////////////////////// */
#content.az-index #index-skip {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
#content.az-index #index-skip:after {
  clear: both;
  content: '';
  display: block;
}
#content.az-index #index-skip li {
  display: inline-block;
  margin-bottom: 4px;
}
#content.az-index #index-skip li a {
  background: #004c8e;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 34px;
  line-height: 34px;
  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: 34px;
}
#content.az-index #index-skip li a:hover {
  background: #f2552c;
}
#content.az-index #index-skip li a.active {
  background: #f2552c;
}
#content.az-index #az-links {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 720px) {
  #content.az-index #az-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 374px) {
  #content.az-index #az-links {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#content.az-index #az-links .az-links {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 40px;
  opacity: .6;
  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;
}
@media screen and (max-width: 980px) {
  #content.az-index #az-links .az-links {
    opacity: 1;
  }
}
#content.az-index #az-links .az-links:hover {
  opacity: 1;
}
#content.az-index #az-links .az-links.active {
  opacity: 1;
}
#content.az-index #az-links .az-links.active ul {
  border-left: 4px solid #004c8e;
  padding-left: 20px;
}
#content.az-index #az-links .az-links h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
#content.az-index #az-links .az-links ul {
  margin-left: 2px;
  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.az-index #az-links .az-links ul li {
  color: #616161;
  font-size: 12px;
}
#content.az-index #az-links .az-links ul li a {
  color: #5487a4;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 0;
  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;
}
#content.az-index #az-links .az-links ul li a:hover {
  color: #88b04b;
}
/* Program Filter ////////////////////////////////////////////////////////// */
#searchTableFilters {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 40px;
}
#searchTableFilters:after {
  clear: both;
  content: '';
  display: block;
}
#searchTableFilters h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#searchTableFilters input#searchField {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e8e8e8;
  display: inline;
  float: left;
  height: 40px;
  margin-right: 3.5%;
  padding: 10px;
  width: 31%;
}
@media screen and (max-width: 720px) {
  #searchTableFilters input#searchField {
    margin: 0 0 10px;
    width: 100%;
  }
}
#searchTableFilters select {
  -webkit-appearance: menulist-button;
  border: 1px solid #e8e8e8;
  display: inline;
  float: left;
  height: 40px;
  width: 31%;
}
@media screen and (max-width: 720px) {
  #searchTableFilters select {
    width: calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
  }
}
#searchTableFilters select + select {
  margin-left: 3.5%;
}
@media screen and (max-width: 720px) {
  #searchTableFilters select + select {
    margin-left: 10px;
  }
}
#searchTable {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
#searchTable:after {
  clear: both;
  content: '';
  display: block;
}
#searchTable .item {
  background: rgba(232, 232, 232, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  line-height: 1.4;
  padding: 20px;
}
@media screen and (min-width: 981px) {
  #searchTable .item {
    margin: 0 2% 30px 0;
    width: 23.5%;
  }
  #searchTable .item:nth-of-type(4n+4) {
    margin-right: 0;
  }
  #searchTable .item:nth-of-type(4n+5) {
    clear: left;
  }
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  #searchTable .item {
    margin: 0 3.5% 30px 0;
    width: 31%;
  }
  #searchTable .item:nth-of-type(3n+3) {
    margin-right: 0;
  }
  #searchTable .item:nth-of-type(3n+4) {
    clear: left;
  }
}
@media screen and (min-width: 374px) and (max-width: 720px) {
  #searchTable .item {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  #searchTable .item {
    margin: 0 0 30px;
    width: 100%;
  }
}
#searchTable .item .title a {
  color: #004c8e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  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: 981px) {
  #searchTable .item .title a:hover {
    color: #f2552c;
  }
}
#searchTable .item .interest {
  display: none;
}
#searchTable .item .campus {
  font-size: 14px;
}
#searchTable:empty {
  padding: 20px;
}
#searchTable:empty:after {
  content: 'No results';
}
/* Program Intro ////////////////////////////////////////////////////////// */
#content.program #program-intro {
  display: inline-block;
  margin-top: 30px;
  width: calc(100% - 380px);
  width: -moz-calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
}
@media screen and (max-width: 720px) {
  #content.program #program-intro {
    width: 100%;
  }
}
#content.program #program-intro .container h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#content.program #program-intro .container p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content.program #program-intro .container 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.program #program-intro .container p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content.program #program-intro .container p {
    font-size: 13px;
  }
}
#content.program #program-intro .container p:first-of-type {
  color: #0e0e0e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content.program #program-intro .container p:first-of-type 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.program #program-intro .container p:first-of-type a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content.program #program-intro .container p:first-of-type {
    font-size: 16px;
  }
}
#content.program #program-intro .container ul {
  margin-bottom: 30px;
}
#content.program #program-intro .container ul li {
  line-height: 1.6;
  padding-left: 30px;
}
#content.program #program-intro .container ul li:before {
  color: #004c8e;
  content: "\f178 ";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
/* Program Form ////////////////////////////////////////////////////////// */
#content.program .quick-form {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  display: inline-block;
  float: right;
  margin-top: 30px;
  width: 320px;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  #content.program .quick-form {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  #content.program .quick-form {
    display: block;
    float: none;
    margin: 30px auto;
  }
}
#content.program .quick-form .formcontain .contain {
  font-size: 13px;
  padding: 15px;
  text-align: center;
}
#content.program .quick-form .formcontain .contain h3 {
  border-bottom: 1px solid #e3e3e3;
  color: #343638;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 5px 5px 20px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
#content.program .quick-form .formcontain .contain p {
  color: #545454;
  line-height: 1.5;
  margin: 0 5px 12px;
}
#content.program .quick-form .formcontain .contain .half {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  display: inline;
  float: left;
  line-height: 40px;
  margin: 5px;
  padding: 0 10px;
  width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
}
#content.program .quick-form .formcontain .contain .select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 5px;
  padding: 10px;
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
}
#content.program .quick-form .formcontain .contain .message {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 88px;
  margin: 5px;
  padding: 10px;
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
}
#content.program .quick-form .formcontain .submit {
  background: #004c8e;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  height: 60px;
  letter-spacing: 2px;
  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;
  width: 100%;
}
#content.program .quick-form .formcontain .submit:hover {
  background: #f2552c;
}
/* Program Loop ////////////////////////////////////////////////////////// */
#content.program #program-loop {
  padding: 30px 0;
}
@media screen and (max-width: 980px) {
  #content.program #program-loop {
    clear: both;
  }
}
@media screen and (max-width: 720px) {
  #content.program #program-loop {
    padding-bottom: 0;
  }
}
#content.program #program-loop .program-loop {
  border-top: 1px solid #e8e8e8;
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 981px) {
  #content.program #program-loop .program-loop {
    width: calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
  }
}
@media screen and (max-width: 720px) {
  #content.program #program-loop .program-loop:last-of-type {
    padding-bottom: 0;
  }
}
#content.program #program-loop .program-loop .loop-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#content.program #program-loop .program-loop .container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: inherit;
  padding: 0;
}
#content.program #program-loop .program-loop .container img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
#content.program #program-loop .program-loop .container h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#content.program #program-loop .program-loop .container h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
#content.program #program-loop .program-loop .container p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content.program #program-loop .program-loop .container 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.program #program-loop .program-loop .container p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #content.program #program-loop .program-loop .container p {
    font-size: 13px;
  }
}
#content.program #program-loop .program-loop .container ul {
  margin-bottom: 30px;
}
#content.program #program-loop .program-loop .container ul li {
  line-height: 1.6;
  padding-left: 30px;
}
#content.program #program-loop .program-loop .container ul li:before {
  color: #004c8e;
  content: "\f178 ";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
#content.program #program-loop .program-loop .container 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.program #program-loop .program-loop .container 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.program #program-loop .program-loop .container a.btn:hover {
  background: #004c8e;
}
/* Quote, Facts, FAQs */
.program #quote {
  background: url(../img/bg-blue.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}
.program #quote .quote {
  margin: auto;
  max-width: 800px;
  padding: 80px 6%;
  text-align: center;
}
.program #quote .quote p em {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-family: georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 720px) {
  .program #quote .quote p em {
    font-size: 18px;
  }
}
.program #quote .quote p strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin: 30px 0 10px;
}
.program #quote .quote p span {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.program #facts {
  background: url(../img/bg-stats.jpg) center center no-repeat;
  background-size: cover;
  margin: 30px 0;
  padding: 60px 0 20px;
}
.program #facts:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  .program #facts {
    padding: 40px 0 0;
  }
}
.program #facts .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  margin-bottom: 40px;
  padding: 0 40px;
  text-align: center;
  width: 33.3333%;
}
@media screen and (max-width: 720px) {
  .program #facts .col {
    width: 100%;
  }
}
.program #facts .col .fact {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.program #faqs {
  margin: 60px 0 0;
}
/* Block Thirds ////////////////////////////////////////////////////////// */
.program #blocks {
  margin: auto;
  max-width: 1206px;
  padding: 0 6%;
}
@media screen and (max-width: 980px) {
  .program #blocks {
    padding: 0 10px;
  }
}
.program #blocks .block.third {
  width: 33.333%;
}
@media screen and (max-width: 720px) {
  .program #blocks .block.third {
    display: block;
    width: 100%;
  }
}
/* Related Programs ////////////////////////////////////////////////////////// */
#related {
  padding: 50px 6% 60px;
  margin: 0 auto;
  max-width: 800px;
}
#related h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
#related ul {
  padding-left: 5px;
}
#related ul li {
  display: inline-block;
  margin-left: -4px;
  width: 50%;
}
@media screen and (max-width: 720px) {
  #related ul li {
    width: 100%;
  }
}
#related ul li a {
  color: #004c8e;
  display: block;
  padding: 10px 0 10px 30px;
  position: relative;
  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;
}
#related ul li a:before {
  color: #cfb095;
  content: "\f178 ";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
#related ul li a:hover {
  color: #f2552c;
}
/* Program CTA Col Overwrites ////////////////////////////////////////////////////////// */
@media screen and (min-width: 721px) and (max-width: 980px) {
  #program-intro .cols.three .col {
    padding-right: 0;
    width: 100%;
  }
  #program-intro .cols.three .col:nth-of-type(3n+3) {
    padding-right: 0;
  }
  #program-intro .cols.three .col:nth-of-type(3n+4) {
    clear: left;
  }
}
/* SuccessGPS ////////////////////////////////////////////////////////// */
.boxCallout {
  background: rgba(232, 232, 232, 0.3);
  border-top: 4px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin: auto;
  max-width: 600px;
}
@media screen and (min-width: 721px) {
  .boxCallout {
    padding: 30px;
  }
}
@media screen and (max-width: 720px) {
  .boxCallout {
    padding: 30px 6%;
  }
}
.boxCallout.sGPS {
  min-height: 80px;
}
.boxCallout.sGPS .icon {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
}
@media screen and (min-width: 721px) {
  .boxCallout.sGPS .icon {
    width: 100px;
  }
}
@media screen and (max-width: 720px) {
  .boxCallout.sGPS .icon {
    margin-right: 20px;
  }
}
.boxCallout.sGPS .icon a {
  display: block;
  text-align: center;
}
.boxCallout.sGPS .icon a img {
  height: 80px;
  width: auto;
}
@media screen and (min-width: 721px) {
  .boxCallout.sGPS h2 {
    margin-top: 10px;
  }
}
.boxCallout.sGPS h2 a {
  color: #004c8e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.boxCallout.sGPS h2 a i {
  color: #a23d06;
  padding-left: 5px;
  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;
}
.boxCallout.sGPS h2 a:hover i {
  padding-left: 10px;
}
.boxCallout.sGPS p {
  color: #0e0e0e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
}
/* Download Program Sheet ////////////////////////////////////////////////////////// */
#download {
  padding: 50px 8%;
  text-align: center;
}
#download a {
  background: #004c8e;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  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;
}
#download a i {
  padding-left: 8px;
}
@media screen and (max-width: 720px) {
  #download a {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
}
#download a:hover {
  background: #f2552c;
}
/* Hero Slider ////////////////////////////////////////////////////////// */
ul.hero {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
ul.hero li {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.hero li.current {
  opacity: 1;
  z-index: 2;
}
.slider-slide .slide-in-next {
  animation: ssl_sin 1000ms ease-in-out;
  -moz-animation: ssl_sin 1000ms ease-in-out;
  -webkit-animation: ssl_sin 1000ms ease-in-out;
}
.slider-slide .slide-in-prev {
  animation: ssl_sip 1000ms ease-in-out;
  -moz-animation: ssl_sip 1000ms ease-in-out;
  -webkit-animation: ssl_sip 1000ms ease-in-out;
}
.slider-slide .slide-out-next {
  animation: ssl_son 1000ms ease-in-out;
  -moz-animation: ssl_son 1000ms ease-in-out;
  -webkit-animation: ssl_son 1000ms ease-in-out;
}
.slider-slide .slide-out-prev {
  animation: ssl_sop 1000ms ease-in-out;
  -moz-animation: ssl_sop 1000ms ease-in-out;
  -webkit-animation: ssl_sop 1000ms ease-in-out;
}
@keyframes ssl_sip {
  0% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@keyframes ssl_sin {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@keyframes ssl_sop {
  0% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@keyframes ssl_son {
  0% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
.slider-scale .slide-in-next {
  animation: ssc_sin 1000ms ease-in-out;
  -moz-animation: ssc_sin 1000ms ease-in-out;
  -webkit-animation: ssc_sin 1000ms ease-in-out;
}
.slider-scale .slide-in-prev {
  animation: ssc_sip 1000ms ease-in-out;
  -webkit-animation: ssc_sip 1000ms ease-in-out;
}
.slider-scale .slide-out-next {
  animation: ssc_son 1000ms ease-in-out;
  -moz-animation: ssc_son 1000ms ease-in-out;
  -webkit-animation: ssc_son 1000ms ease-in-out;
}
.slider-scale .slide-out-prev {
  animation: ssc_sop 1000ms ease-in-out;
  -moz-animation: ssc_sop 1000ms ease-in-out;
  -webkit-animation: ssc_sop 1000ms ease-in-out;
}
@keyframes ssc_sip {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes ssc_sin {
  0% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes ssc_sop {
  0% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes ssc_son {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
/* -moz- */
@-moz-keyframes ssc_sip {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-moz-keyframes ssc_sin {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-moz-keyframes ssc_sop {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-moz-keyframes ssc_son {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-moz-keyframes ssl_sip {
  0% {
    -moz-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes ssl_sin {
  0% {
    -moz-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes ssl_sop {
  0% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes ssl_son {
  0% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
/* -webkit- */
@-webkit-keyframes ssc_sip {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes ssc_sin {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes ssc_sop {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes ssc_son {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes ssl_sip {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ssl_sin {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ssl_sop {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes ssl_son {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
/* Tables ////////////////////////////////////////////////////////// */
.tableScroller {
  margin-bottom: 30px;
  overflow-y: scroll;
}
.tableScroller table {
  display: table;
  max-width: 100% !important;
  width: 100%;
}
.tableScroller table tr:nth-of-type(even) {
  background: rgba(232, 232, 232, 0.4);
}
.tableScroller table tr th,
.tableScroller table tr td {
  font-size: 12px;
  line-height: 1.3;
  padding: 1em !important;
}
.tableScroller table tr th {
  background: #004c8e;
  border: 1px solid #003d73 !important;
  color: #fff;
}
.tableScroller table tr td {
  border: 1px solid #e8e8e8 !important;
}
/* Edges Groups ////////////////////////////////////////////////////////// */
.edges-group {
  padding: 0 10px;
  position: relative;
}
.edges-group .edges-col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 720px) {
  .edges-group .edges-col {
    display: block;
    float: none;
    width: 100%;
  }
}
/* Home Page ////////////////////////////////////////////////////////// */
.edges-group #edges-links {
  background: url(http://northampton.edu/Images/Homepage/Quicklinks7.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table;
  height: 400px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-links {
    padding: 0 30px;
  }
}
.edges-group #edges-links:after {
  background: -webkit-linear-gradient(90deg, #004c8e 25%, rgba(0, 76, 142, 0) 70%);
  background: -moz-linear-gradient(90deg, #004c8e 25%, rgba(0, 76, 142, 0) 70%);
  background: linear-gradient(90deg, #004c8e 25%, rgba(0, 76, 142, 0) 70%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-links:after {
    background: -webkit-linear-gradient(90deg, #004c8e 45%, rgba(0, 76, 142, 0) 100%);
    background: -moz-linear-gradient(90deg, #004c8e 45%, rgba(0, 76, 142, 0) 100%);
    background: linear-gradient(90deg, #004c8e 45%, rgba(0, 76, 142, 0) 100%);
  }
}
.edges-group #edges-links #edges-links-list {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}
.edges-group #edges-links #edges-links-list h2 {
  color: #fff;
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
}
.edges-group #edges-links #edges-links-list ul {
  display: table;
}
.edges-group #edges-links #edges-links-list ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.edges-group #edges-links #edges-links-list ul li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.edges-group #edges-links #edges-links-list ul li.featured {
  border-bottom: 0;
}
.edges-group #edges-links #edges-links-list ul li.featured a {
  background: #f2552c;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  padding: 24px 10px;
  text-align: center;
  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;
}
.edges-group #edges-links #edges-links-list ul li.featured a:hover {
  background: white;
  color: #004c8e;
}
.edges-group #edges-links #edges-links-list ul li a {
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px;
  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;
}
.edges-group #edges-links #edges-links-list ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.edges-group #edges-tops {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops {
    height: 430px;
  }
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops.simple {
    height: auto;
  }
}
.edges-group #edges-tops .simpleBlock {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .simpleBlock {
    height: auto;
    padding: 60px 0;
  }
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  padding: 0 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content.text-white {
  color: #fff;
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content.text-black {
  color: #000;
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content img {
  height: auto;
  margin-bottom: 25px;
  max-width: 60%;
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .simpleBlock .simpleBlock-content img {
    max-width: 80%;
  }
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .simpleBlock .simpleBlock-content h2 {
    font-size: 22px;
  }
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em;
  margin-bottom: 15px;
  opacity: .8;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .simpleBlock .simpleBlock-content h3 {
    font-size: 16px;
  }
}
.edges-group #edges-tops .simpleBlock .simpleBlock-content p {
  font-size: 13px;
  line-height: 1.3;
}
.edges-group #edges-tops .simpleBlock .color {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.edges-group #edges-tops .simpleBlock .color.blue {
  background: #004c8e;
}
.edges-group #edges-tops .simpleBlock .color.orange {
  background: #f2552c;
}
.edges-group #edges-tops .simpleBlock .color.opacity1 {
  opacity: .1;
}
.edges-group #edges-tops .simpleBlock .color.opacity2 {
  opacity: .2;
}
.edges-group #edges-tops .simpleBlock .color.opacity3 {
  opacity: .3;
}
.edges-group #edges-tops .simpleBlock .color.opacity4 {
  opacity: .4;
}
.edges-group #edges-tops .simpleBlock .color.opacity5 {
  opacity: .5;
}
.edges-group #edges-tops .simpleBlock .color.opacity6 {
  opacity: .6;
}
.edges-group #edges-tops .simpleBlock .color.opacity7 {
  opacity: .7;
}
.edges-group #edges-tops .simpleBlock .color.opacity8 {
  opacity: .8;
}
.edges-group #edges-tops .simpleBlock .color.opacity9 {
  opacity: .9;
}
.edges-group #edges-tops .hero li#tops-one {
  color: #fff;
}
.edges-group #edges-tops .hero li#tops-one .tops-top .icon {
  color: #47743c;
}
.edges-group #edges-tops .hero li#tops-one .tops-bottom {
  background: #47743c;
}
.edges-group #edges-tops .hero li#tops-one .tops-top {
  background-image: url(http://www.northampton.edu/Images/Homepage/Billboard/billboard6done.jpg);
}
.edges-group #edges-tops .hero li#tops-transfer {
  color: #fff;
}
.edges-group #edges-tops .hero li#tops-transfer a {
  background-color: transparent;
}
.edges-group #edges-tops .hero li#tops-transfer a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.edges-group #edges-tops .hero li#tops-transfer .tops-top .icon {
  color: #004c8e;
}
.edges-group #edges-tops .hero li#tops-transfer .tops-top h2 {
  background: #f2552c;
  padding: 5px;
}
.edges-group #edges-tops .hero li#tops-transfer .tops-top h2:hover {
  background-color: #fff;
  color: #004c8e;
}
.edges-group #edges-tops .hero li#tops-transfer .tops-bottom {
  background: #004c8e;
}
.edges-group #edges-tops .hero li#tops-transfer .tops-top {
  background-image: url(http://www.northampton.edu/Images/Homepage/Billboard/bethlehemAerial.jpg);
}
.edges-group #edges-tops .hero li#tops-power {
  color: #fff;
}
.edges-group #edges-tops .hero li#tops-power .tops-top .icon {
  color: #47743c;
}
.edges-group #edges-tops .hero li#tops-power .tops-bottom {
  background: #47743c;
}
.edges-group #edges-tops .hero li#tops-power .tops-top {
  background-image: url(http://northampton.edu/Images/Homepage/Billboard/billboard3final.jpg);
}
.edges-group #edges-tops .hero li .tops-top {
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  height: 220px;
  padding: 35px 80px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-tops .hero li .tops-top {
    height: 200px;
    padding: 25px 20px 0;
  }
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .hero li .tops-top {
    height: 200px;
  }
}
@media screen and (max-width: 374px) {
  .edges-group #edges-tops .hero li .tops-top {
    height: 180px;
  }
}
.edges-group #edges-tops .hero li .tops-top .icon {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  margin: auto auto 15px;
  position: relative;
  width: 60px;
}
.edges-group #edges-tops .hero li .tops-top .icon span {
  font-size: .36em;
  position: relative;
  top: -1.3em;
}
.edges-group #edges-tops .hero li .tops-top h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: .2em;
  margin: auto;
  max-width: 450px;
  text-transform: uppercase;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  .edges-group #edges-tops .hero li .tops-top h2 {
    font-size: 28px;
    letter-spacing: .15em;
  }
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  .edges-group #edges-tops .hero li .tops-top h2 {
    font-size: 28px;
    letter-spacing: .15em;
  }
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .hero li .tops-top h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  .edges-group #edges-tops .hero li .tops-top h2 {
    font-size: 20px;
  }
}
.edges-group #edges-tops .hero li .tops-bottom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 180px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-tops .hero li .tops-bottom {
    height: 200px;
  }
}
@media screen and (max-width: 720px) {
  .edges-group #edges-tops .hero li .tops-bottom {
    height: 230px;
  }
}
@media screen and (max-width: 374px) {
  .edges-group #edges-tops .hero li .tops-bottom {
    height: 250px;
  }
}
.edges-group #edges-tops .hero li .tops-bottom .tops-bottom-content {
  display: table;
  margin: auto;
  max-width: 450px;
  padding: 30px 20px 0;
}
.edges-group #edges-tops .hero li .tops-bottom .tops-bottom-content p {
  padding-bottom: 10px;
}
.edges-group #edges-tops .hero li .tops-bottom .tops-bottom-content .faux-list span {
  display: block;
  line-height: 1.2;
  padding: 0 0 15px 30px;
  position: relative;
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  .edges-group #edges-tops .hero li .tops-bottom .tops-bottom-content .faux-list span {
    font-size: 14px;
  }
}
.edges-group #edges-tops .hero li .tops-bottom .tops-bottom-content .faux-list span:before {
  color: #fff;
  content: "\f178 ";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
.edges-group #edges-tops .btn {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #f6d155;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  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;
  top: 36%;
  width: 50px;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-tops .btn {
    top: 54px;
  }
}
.edges-group #edges-tops .btn.prev-btn {
  left: 10px;
  padding-right: 5px;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-tops .btn.prev-btn {
    left: 50%;
    margin-left: -80px;
  }
}
.edges-group #edges-tops .btn.next-btn {
  padding-left: 5px;
  right: 10px;
}
@media screen and (max-width: 980px) {
  .edges-group #edges-tops .btn.next-btn {
    margin-right: -80px;
    right: 50%;
  }
}
@media screen and (min-width: 981px) {
  .edges-group #edges-tops .btn:hover {
    background: #004c8e;
    color: #fff;
  }
}
/* Video Hero ////////////////////////////////////////////////////////// */
#hero.video-hero {
  /* Slider Backup */
}
@media screen and (max-width: 980px) {
  #hero.video-hero {
    height: auto;
  }
}
#hero.video-hero .video-message {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#hero.video-hero .video-message h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  #hero.video-hero .video-message h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#hero.video-hero .video-message a {
  background: #f6d155;
  display: inline-block;
  color: #004c8e;
  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;
  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) {
  #hero.video-hero .video-message a {
    font-size: 11px;
    height: 50px;
    letter-spacing: 3px;
    line-height: 50px;
  }
}
#hero.video-hero .video-message a:hover {
  background: #fff;
  color: #004c8e;
}
#hero.video-hero .video-message .greenbutton {
  background-color: #88b04b;
  color: white;
}
#hero.video-hero .video-message .greenbutton:hover {
  background: #fff;
  color: #88b04b;
}
#hero.video-hero .video-grad {
  background: -webkit-linear-gradient(rgba(5, 52, 105, 0) 50%, rgba(5, 52, 105, 0.8) 90%);
  background: -o-linear-gradient(rgba(5, 52, 105, 0) 50%, rgba(5, 52, 105, 0.8) 90%);
  background: -moz-linear-gradient(rgba(5, 52, 105, 0) 50%, rgba(5, 52, 105, 0.8) 90%);
  background: linear-gradient(rgba(5, 52, 105, 0) 50%, rgba(5, 52, 105, 0.8) 90%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hero.video-hero .video-bg {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 981px) {
  #hero.video-hero .video-bg {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 980px) {
  #hero.video-hero .video-bg {
    height: auto;
    line-height: 0;
  }
}
@media screen and (max-width: 720px) {
  #hero.video-hero .video-bg {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #hero.video-hero .video-bg video {
    left: 50%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}
@media screen and (max-width: 980px) {
  #hero.video-hero .video-bg video {
    height: auto;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 721px) {
  #hero.video-hero .hero,
  #hero.video-hero .prev-btn,
  #hero.video-hero .next-btn {
    display: none;
  }
}
/* Feed ////////////////////////////////////////////////////////// */
#filter .accordion {
  margin-bottom: 30px;
}
#filter .accordion h2 {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .2em;
  padding: 20px 0;
  position: relative;
  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;
  z-index: 2;
}
#filter .accordion h2.ui-state-active {
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  padding: 20px;
}
#filter .accordion h2 .ui-accordion-header-icon {
  color: #004c8e;
  display: inline-block;
  text-align: center;
  width: 20px;
}
#filter .accordion h2 .ui-accordion-header-icon.ui-icon-triangle-1-e:before {
  content: "\f0da ";
  font-family: FontAwesome;
}
#filter .accordion h2 .ui-accordion-header-icon.ui-icon-triangle-1-s:before {
  content: "\f0d7 ";
  font-family: FontAwesome;
}
#filter .accordion .ui-accordion-content {
  border: 1px solid #e8e8e8;
  padding: 20px;
  position: relative;
  top: -1px;
  z-index: 1;
}
.filters .btn-group .filter-group:after {
  clear: both;
  content: '';
  display: block;
}
.filters .btn-group .filter-group.general {
  margin-bottom: 40px;
}
.filters .btn-group .filter-group.general .btn {
  display: block;
}
.filters .btn-group .filter-group h3 {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.filters .btn-group .columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .filters .btn-group .columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 720px) {
  .filters .btn-group .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 374px) {
  .filters .btn-group .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.filters .btn-group strong {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .filters .btn-group strong {
    display: block;
    padding-bottom: 10px;
  }
}
.filters .btn-group .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #57585a;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3em;
  margin: 0 0 10px;
  padding: 4px 12px 4px 20px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .4em;
  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%;
}
.filters .btn-group .btn.active {
  color: #004c8e;
}
.filters .btn-group .btn.active span {
  background: #004c8e;
}
.filters .btn-group .btn.active:hover span {
  background: #004c8e;
}
.filters .btn-group .btn:hover span {
  background: #f2552c;
}
.filters .btn-group .btn:hover input[type="checkbox"]:before {
  background: #f2552c;
}
.filters .btn-group .btn input[type="checkbox"] {
  visibility: hidden;
  width: 0;
}
.filters .btn-group .btn input[type="checkbox"]:before {
  background: #b8b8b8;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 9px;
  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;
  vertical-align: middle;
  visibility: visible;
  width: 10px;
}
.filters .btn-group .btn input[type="checkbox"]:checked:before {
  background: #004c8e;
}
.filters .btn-group .btn input[type="checkbox"]:checked:before {
  background: #004c8e;
}
.filters .btn-group .btn span {
  background: #b8b8b8;
  border-radius: 50%;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  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;
  vertical-align: middle;
  width: 10px;
}
.grid-contain {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: -3px;
  overflow: hidden;
  padding: 0 3px;
  position: relative;
  width: calc(100% + 6px);
  width: -moz-calc(100% + 6px);
  width: -webkit-calc(100% + 6px);
}
.grid-contain .grid {
  width: calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
}
@media screen and (max-width: 720px) {
  .grid-contain .grid {
    width: calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
  }
}
.grid-contain .grid .element-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  height: 320px;
  margin: 0 2% 0 0;
  text-align: center;
  width: 17.5%;
}
.grid-contain .grid .element-item:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 980px) {
  .grid-contain .grid .element-item {
    height: 270px;
    width: 22.5%;
  }
}
@media screen and (max-width: 720px) {
  .grid-contain .grid .element-item {
    width: 45%;
  }
}
@media screen and (max-width: 720px) {
  .grid-contain .grid .element-item:nth-of-type(even) {
    padding-right: 0;
  }
}
.grid-contain .grid .element-item a {
  display: block;
}
.grid-contain .grid .element-item a .profile {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  .grid-contain .grid .element-item a .profile {
    height: 220px;
  }
}
@media screen and (min-width: 721px) and (max-width: 980px) {
  .grid-contain .grid .element-item a .profile {
    height: 200px;
  }
}
@media screen and (max-width: 720px) {
  .grid-contain .grid .element-item a .profile {
    height: 200px;
  }
}
.grid-contain .grid .element-item a h4 {
  color: #343638;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  padding: 15px 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;
}
.grid-contain .grid .element-item a:hover h4 {
  background: #004c8e;
  color: #fff;
}
@-moz-document url-prefix() {
  .filters .btn-group .btn {
    padding: 4px 12px 4px 28px;
  }
  .filters .btn-group .btn input[type="checkbox"] {
    left: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filters .btn-group .btn {
    padding: 4px 12px 4px 28px;
  }
  .filters .btn-group .btn input[type="checkbox"] {
    left: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: auto;
  }
}
/* Fixed Simple ////////////////////////////////////////////////////////// */
#fixedSimple {
  background: #f1742b;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  position: fixed;
  right: 0;
  top: 30%;
  width: 165px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  #fixedSimple {
    width: 15%;
  }
}
@media screen and (min-width: 2000px) {
  #fixedSimple {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #fixedSimple {
    display: none;
  }
}
#fixedSimple ul li + li:before {
  background: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}
#fixedSimple ul li a {
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  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;
  text-transform: uppercase;
}
#fixedSimple ul li a i {
  left: 0;
  opacity: .6;
  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;
  width: 30px;
  font-size: 135%;
}
#fixedSimple ul li a:hover {
  background: rgba(190, 71, 40, 0.5);
}
#fixedSimple ul li a:hover i {
  left: 5px;
  opacity: 1;
}
/* Fixed CTA ////////////////////////////////////////////////////////// */
#fixedCTA {
  min-height: 300px;
  position: fixed;
  right: -250px;
  top: 30%;
  transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  -webkit-transition: right 0.25s ease-in-out;
  width: 280px;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  #fixedCTA {
    display: none;
  }
}
#fixedCTA:after {
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 4px solid #004c8e;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  z-index: 1;
}
#fixedCTA.tabs {
  min-height: 300px;
}
#fixedCTA.tabs.active {
  right: 0;
}
#fixedCTA.tabs ul.ui-tabs-nav {
  -webkit-backface-visibility: hidden;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: right;
  top: 300px;
  transform-origin-x: 0px;
  transform-origin-y: 0px;
  transform-origin-z: 0px;
  transform: rotate(-90deg);
  width: 300px;
  z-index: 2;
}
#fixedCTA.tabs ul.ui-tabs-nav li {
  display: inline-block;
}
#fixedCTA.tabs ul.ui-tabs-nav li + li {
  margin-left: 2px;
}
#fixedCTA.tabs ul.ui-tabs-nav li.ui-tabs-active:parent {
  left: 0px;
}
#fixedCTA.tabs ul.ui-tabs-nav li.ui-tabs-active a {
  background: #004c8e;
}
#fixedCTA.tabs ul.ui-tabs-nav li.ui-tabs-active a:before {
  content: "\f078";
}
#fixedCTA.tabs ul.ui-tabs-nav li a {
  background: #f2552c;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
}
#fixedCTA.tabs ul.ui-tabs-nav li a:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f077";
  font-family: FontAwesome;
  font-size: 8px;
  margin-right: 4px;
}
#fixedCTA.tabs .ui-tabs-panel {
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 4px solid #004c8e;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  z-index: 2;
}
#fixedCTA.tabs .ui-tabs-panel h2 {
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#fixedCTA.tabs .ui-tabs-panel .row:after {
  clear: both;
  content: '';
  display: block;
}
#fixedCTA.tabs .ui-tabs-panel .row + .row {
  border-top: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-top: 10px;
}
#fixedCTA.tabs .ui-tabs-panel .row img {
  border: 2px solid #f2552c;
  display: inline;
  float: left;
  height: auto;
  margin-right: 10px;
  width: 30%;
}
#fixedCTA.tabs .ui-tabs-panel .row h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
#fixedCTA.tabs .ui-tabs-panel .row h3 a {
  color: #004c8e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#fixedCTA.tabs .ui-tabs-panel .row h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 8px;
}
#fixedCTA.tabs .ui-tabs-panel .row h4 a {
  color: #343638;
}
#fixedCTA.tabs .ui-tabs-panel .row p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.1;
  margin-bottom: 10px;
}
#fixedCTA.tabs .ui-tabs-panel .row p a {
  color: #313030;
}
#fixedCTA.tabs .ui-tabs-panel a.btn {
  background: #f2552c;
  clear: both;
  display: block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  height: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0 5px;
  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;
}
#fixedCTA.tabs .ui-tabs-panel a.btn:hover {
  background: #004c8e;
}
#content #main-content {
  /* Profile Loop ////////////////////////////////////////////////////////// */
  /* Profile Page ////////////////////////////////////////////////////////// */
}
#content #main-content .profile-loop .profile {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  margin: 0 4% 30px 0;
  width: 22%;
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-loop .profile {
    margin-right: 8%;
    width: 46%;
  }
}
@media screen and (min-width: 721px) {
  #content #main-content .profile-loop .profile:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 721px) {
  #content #main-content .profile-loop .profile:nth-of-type(4n+5) {
    clear: left;
  }
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-loop .profile:nth-of-type(even) {
    margin-right: 0;
  }
}
#content #main-content .profile-loop .profile .profile-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  padding-bottom: 140%;
  width: 100%;
}
#content #main-content .profile-loop .profile h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
#content #main-content .profile-loop .profile h3 {
  color: #5e5e5e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 6px;
}
#content #main-content .profile-loop .profile h4 {
  color: #959595;
  font-size: 10px;
}
#content #main-content .profile-page {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
}
#content #main-content .profile-page:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page {
    border: none;
  }
}
#content #main-content .profile-page:before {
  background: #e8e8e8;
  content: "";
  height: 100%;
  left: 30%;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #content #main-content .profile-page:before {
    left: 40%;
  }
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page:before {
    display: none;
  }
}
#content #main-content .profile-page .left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  padding: 40px;
  text-align: center;
  width: 30%;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #content #main-content .profile-page .left {
    width: 40%;
  }
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page .left {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
}
#content #main-content .profile-page .left img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page .left img {
    max-width: 200px;
  }
}
#content #main-content .profile-page .left ul:after {
  clear: both;
  content: '';
  display: block;
}
#content #main-content .profile-page .left ul li {
  margin-bottom: 20px;
  list-style: none;
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page .left ul li {
    display: inline;
    float: left;
    width: 35%;
    padding-left: 15px;
  }
}
#content #main-content .profile-page .left ul li i {
  background: #004c8e;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: auto auto 6px;
  text-align: center;
  width: 30px;
}
#content #main-content .profile-page .left ul li.email a {
  color: #343638;
  display: block;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#content #main-content .profile-page .left ul li.phone {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page .left ul li.phone {
    font-size: 10px;
  }
}
#content #main-content .profile-page .left ul li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  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;
}
#content #main-content .profile-page .left ul li a:hover {
  color: #f2552c;
}
#content #main-content .profile-page .left .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: 12px;
  letter-spacing: 2px;
  padding: 15px;
  position: relative;
  text-align: center;
  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;
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page .left .btn {
    font-size: 10px;
    padding: 12px;
  }
}
#content #main-content .profile-page .left .btn:hover {
  background: #004c8e;
}
#content #main-content .profile-page .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  padding: 40px;
  width: 70%;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #content #main-content .profile-page .right {
    width: 60%;
  }
}
@media screen and (max-width: 720px) {
  #content #main-content .profile-page .right {
    display: block;
    padding: 0;
    width: 100%;
  }
}
#content #main-content .profile-page .right .group {
  border-top: 1px solid #e8e8e8;
  display: block;
  padding-top: 30px;
}
#content #main-content .profile-page .right .group h3 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  vertical-align: top;
  width: 30%;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #content #main-content .profile-page .right .group h3 {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
#content #main-content .profile-page .right .group ul {
  display: inline-block;
  margin-bottom: 30px;
  width: 68%;
}
@media screen and (min-width: 981px) and (max-width: 1181px) {
  #content #main-content .profile-page .right .group ul {
    display: block;
    width: 100%;
  }
}
#content #main-content .profile-page .right .group ul li {
  font-size: 13px;
  line-height: 1.4;
  padding: 0 0 10px 30px;
  position: relative;
  list-style: none;
}
#content #main-content .profile-page .right .group ul li:before {
  color: #004c8e;
  content: "\f178 ";
  font-size: 12px;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 3px;
}
/* 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;
  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;
}
/* Intro ////////////////////////////////////////////////////////// */
#intro {
  margin: auto;
  max-width: 700px;
  padding: 50px 6%;
  text-align: center;
}
#intro p {
  color: #0e0e0e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#intro 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;
}
#intro p a:hover {
  color: #f2552c;
}
@media screen and (max-width: 980px) {
  #intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  #intro {
    padding: 30px 8%;
  }
}
#intro h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
/* Slider Interior ////////////////////////////////////////////////////////// */
#hero.slider-interior {
  height: 40vh;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 720px) {
  #hero.slider-interior {
    min-height: 240px;
  }
}
#hero.slider-interior .btn {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  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;
  top: 50%;
  width: 50px;
}
@media screen and (max-width: 720px) {
  #hero.slider-interior .btn {
    display: none;
    font-size: 16px;
  }
}
#hero.slider-interior .btn.prev-btn {
  left: 10px;
  padding-right: 5px;
}
@media screen and (max-width: 720px) {
  #hero.slider-interior .btn.prev-btn {
    left: 0;
  }
}
#hero.slider-interior .btn.next-btn {
  padding-left: 5px;
  right: 10px;
}
@media screen and (max-width: 720px) {
  #hero.slider-interior .btn.next-btn {
    right: 0;
  }
}
#hero.slider-interior .btn:hover {
  background: #004c8e;
}
@media screen and (max-width: 720px) {
  #hero.slider-interior .btn:hover {
    background: none;
  }
}
#title-bar {
  background: #004c8e;
  margin-bottom: 50px;
  padding: 20px 5%;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #title-bar {
    margin-bottom: 30px;
  }
}
#title-bar 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) {
  #title-bar h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/*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 */