  #temp-cancellation-notice {
  background: #00a5d9;
    padding: 15px 10%;
    font-weight: bold;
    color: #fff;
}

#temp-cancellation-notice p {
margin: 0;
}

/** UNIVERSAL STYLES **/
#header {
  position: relative;
}

  a.t4Edit-page {
    color: transparent;
  }

#dept-content-container a {
  color: #222;
  text-decoration: underline;
}

#dept-content-container h3 a,
#dept-content-container h4 a {
  color: #003e7e;
}

.fpa-button {
  background: #121212;
  max-width: 300px;
    padding: 15px 25px;
  text-align: center;
  margin: 10px auto;
}

.fpa-button a {
  color: #fff!Important;
  width: 100%;
  text-align: center;
  padding: 15px: 25px;
  text-decoration: none!Important;
}

.fpa-button a:hover {
  text-decoration: none;
}


.home-heading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    margin-bottom: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.home-heading a {
    color: #000;
}

.home-subheading a {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-top: 0;
    font-size: .7em;
}
 
.home-grey-section {
    background: #F9F9F9;
    padding: 2.5% 0;
}


.header-inner {
  padding: 0;
}

.header-inner,
.top-bar-inner {
  max-width: 1500px;
}

#main-content {
  font-feature-settings: 'lnum' 1;
}

#main-nav ul li a {
  color: #121212;
}


#main-logo {
  width: 46%;
}

#main-logo a:hover {
  text-decoration: none;
}

#main-logo img {
  max-width: 200px;
}


#main-logo .fpa-wordmark {
  display: inline-block;
    border-left: 1px solid #000;
      margin-left: 25px;
    padding-left: 30px;
}

#main-logo .fpa-wordmark img {
  width: 100px!important;
  height: auto!Important;
}

#main-nav {
  width: 51%;
  text-align: right;
  padding: 5px 0;
  position: relative;
}



.logo-text {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    border-left: 2px solid #121212;
    padding-left: 10px;
    margin-left: 10px;
    height: 100%;
    vertical-align: middle;
    color: #121212;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-text h1 {
    font-size: 1em;
    margin: 0;
}

.logo-text h1 span {
    font-weight: bold;
}

#search {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 15px 0;
    right: 0;
    top: 100%;
    background: rgba(239,239,239,.9)!important;
}

#cse-search-box {
  width: 90%;
  padding: 0 10px;
}

#search-searchbox {
  border: none;
}

#search-cta {
    display: inline-block;
    width: 2%;
    text-align: right;
  
  vertical-align: text-bottom;
}

#search-cta img {
    max-width: 15px;
    height: auto!important;
}

#cse-search-box input[type=image] {
  max-width: 15px;
}


/* Accordions */

div.hr-list,
div.accordion-content {
    display: none;
    padding: 8px 0 8px 15px;
}

div.accordion-content {
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
  border: 2px solid #f7f7f7;
  margin-bottom: 25px;
  padding: 25px;
}

div.hr-forms {
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    font-family: sans-serif;
    color: #5d5d5d;
    font-size: 14px;
    box-shadow: 0 0 1px #dedede;
}

.accordion-item {
  background-color: #f3f3f3;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
      width: 100%;
    text-align: left;
    border: 0;
}

.accordion-item span {
  font-weight: bold;
  color: #01769f;
}


.accordion-item:hover,
.hr-forms:hover {
    cursor: pointer;
}

.hr-forms.hr-selected-list {
    background-color: #dedede;
}


.panel-group {
  overflow-wrap: break-word;
}


/** TINY MCE STYLES **/


.grey-text {
    color: #b2b2b2!important;
}

.orange-text, .dept-content h5.orange-text {
    color: #f58426!important;
}

.bright-blue, .dorsky-blue {
color: #12bae2!important;
font-weight: bold;
}

.dark-blue-text {
color: #003e7e!important;

}

.black-text {
  color: #333!important;
}




/** SECONDARY PAGE **/


#dept-wrapper {
    /*background: url('/media/web-assets/logos-images-and-icons/bkgd.gif');*/
    position: relative;
    display: block;
  	font-feature-settings: 'lnum' 1;
}
#dept-container {
    width: 100%;
    margin: 0 auto;
    display: block;
}

#dept-title {
    background: #121212;
}
  
#dept-title-inner {
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.7em;
  text-transform: uppercase;
    font-weight: 300;
  color: #fff;
      font-family: 'Oswald', sans-serif;
}

#dept-title-inner a {
  color: #fff;
  text-decoration: none;
}

#dept-title-inner a:hover {
  text-decoration: none;
}

#dept-content-container {
    background: #fff;
    padding: 15px 0;
    display: block;
    overflow: hidden;
  margin: 0 auto;
  width: 80%;
      max-width: 1500px;
}

#dept-content-container .dept-left-col {
    padding-left: 0;
    
}

#dept-breadcrumbs {
    padding: 0;
  margin-bottom: 25px;
  	background: #fff;
  color: #777;
}

#dept-breadcrumbs a {
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-size: .8em;
}

#dept-icons {
  font-size: .7em;
    text-transform: uppercase;
    color: #003e7e;
    font-weight: bold;
    margin-bottom: 10%;
}

#dept-icons ul {
list-style: none;
  padding-left: 0;
}

#dept-icons ul li {
  display: block;
  width: 24%;
  float: left;
  text-align: center;
}

#dept-icons ul li a {
  display: none;
}

#dept-icons ul li a:hover {
  text-decoration: none;
}


#dept-icons img {
  max-width: 40px;
  height: auto!important;
  margin-bottom: 10px;
}



#dept-sidebar {
  	padding-bottom: 20px;
}

#dept-sidebar-title {
    display: none;
}



#dept-resources table {
  width: 100%!important;
}

#dept-important-links:empty, #dept-important-links-alt:empty {
  display: none;
}

#dept-important-links ul, #dept-important-links-alt ul {
    padding-left: 0;
    list-style: none;
}

#dept-important-links ul li {
    background: #121212;
    margin: 10px 5px 10px 0;
    padding: 5px 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  
}

#dept-sidebar #dept-important-links
ul li:first-child:nth-last-child(1),
#dept-sidebar #dept-important-links-alt
ul li:first-child:nth-last-child(1){
/* -or- li:only-child { */
    width: 90%;
}

/* two items */
#dept-sidebar #dept-important-links ul li:first-child:nth-last-child(2),
 #dept-sidebar #dept-important-links ul li:first-child:nth-last-child(2) ~ li {
    width: 40%;
}

#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(2),
 #dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(2) ~ li {
    width: 40%;
}

/* three items */
#dept-sidebar #dept-important-links ul li:first-child:nth-last-child(3),
#dept-sidebar #dept-important-links ul li:first-child:nth-last-child(3) ~ li {
    width: 30%;
}


#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(3),
#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(3) ~ li {
    width: 30%;
}

/* four items */
#dept-sidebar #dept-important-links ul li:first-child:nth-last-child(4),
#dept-sidebar #dept-important-links ul li:first-child:nth-last-child(4) ~ li {
    width: 40%;
  margin: 2.5px 0;
}


#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(4),
#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(4) ~ li {
    width: 40%;
  margin: 2.5px 0;
}




#dept-important-links ul li:hover, #dept-important-links-alt ul li:hover  {
  background: #fff;
  color: #000;
  cursor: pointer;
}

#dept-important-links ul li:hover a, #dept-important-links-alt ul li:hover a {
   color: #000;
}

#dept-important-links ul li:empty, #dept-important-links-alt ul li:empty {
  display: none;
}

#dept-important-links ul li a, #dept-important-links-alt ul li a {
    color: #fff;
    width: 100%;
    display: block;
  text-decoration: none;
}

#dept-important-links ul li a:hover,
#dept-important-links ul li a:focus,
#dept-important-links-alt ul li a:hover,
#dept-important-links-alt ul li a:focus{
  text-decoration: none;
}





#dept-important-links-alt ul li {
   background: #121212;
    margin: 10px 5px 10px 0;
    padding: 20px 10px;
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    font-weight: bold;
}







#dept-resources #art-resources-nav, 
#dept-resources #resources-nav, .resources-content ul li {
    padding-left: 0;
    list-style: none;
}


span.currentsection {
  font-weight: bold;
}

span.currentsection::before {
  content: "•";
  color: #121212;
  margin-left: -10px;
  padding-right: 5px;
}

.resources-content ul {
  
  padding-left: 0;
  
}

#dept-resources #resources-nav  li {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding: 8px 0;
}


#dept-resources #resources-nav  li a {
    color: #121212;
    text-decoration: underline;
    
}


.resources-list li.has-list ul li {
    margin: 0px 0px 0px 5px;
    padding: 5px 0px;
}

.resources-list li a {
    color: #121212;
    font-weight: normal;
}

.resources-list li a {
}


.resources-list li ul {
    display: none;
    list-style: none;
    padding-left: 10px;
}



#dept-resources #resources-nav .resources-list a[href="#"], #dept-resources .resources-list a[href="#"] {
    cursor: default;
    color: #f58426;
    font-size: 16px;
  	font-weight: bold;
  	margin-top: 10px;
  	border-bottom: 1px dotted #ececec;
}

.resources-list a[href="#"]:hover,
.resources-list a[href="#"]:active,
.resources-list a[href="#"]:visited {
    color: #f58426;
}

.resources-content {
  margin-right: 15px;
}

.resources-content img {
  max-width: 100%;
  height: auto!important;
}


.resources-content-custom ul {
  padding-left: 20px;
  
}

.resources-content h3 {
    font-size: 14px;
    color: #f58426;
    margin: 20px 0 15px 0;
}


.hvwp-resources ul {
  list-style: disc;
  padding-left: 40px;
  
}


.hvwp-resources ul li ul {
    display: block;
    margin-top: 10px;
  
}

/* points of pride */

#fpa-points-of-pride {
  width: 80%;
  padding: 35px;
    border: 2px solid #f8f8f8;
    text-align: center;
}

#fpa-points-of-pride img {
  	width: 100%!important;
    max-width: 200px!Important;
    height: auto!important;
    margin: 0 auto;
}

#fpa-points-of-pride .item {
  margin-top: 25px;
  font-size: .9em;
  font-style: italic;
}



#dept-important-links,
#dept-resources,
#social-media-icons,
#dept-events, 
#dept-news {
  margin: 15px 0;
  padding-bottom: 15px;
}

#social-media-icons ul {
  list-style: none;
  padding-left: 0;
}

#social-media-icons ul li {
  display: inline;
}

#social-media-icons ul li img {
  max-width: 30px;
  height: auto!important;
}

#social-media-icons ul li a:hover {
  text-decoration: none;
}


li.has-list ul {
    margin-top: 10px;
}

/** department page social media icons **/

.dept-sm-icons ul {
    padding-left: 15px;
    list-style: none;
}

.dept-sm-icons ul li {
    display: inline;
}

.dept-sm-icons {
    text-align: left;
}



.dept-column-title {
    text-transform: uppercase;
    color: #444;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
  	font-size: 1.2em;
    padding-bottom: 10px;
}


#dept-content #dept-page-title {
    font-size: 1.4em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #121212;
  	margin-bottom: 15px;
}

/**department top media**/

#dept-top-area, #dept-custom-top-content {
  background: #fff;
}

 #dept-custom-top-content .column-right {
   padding-right: 15px; 
}

 #dept-custom-top-content .column-left {
    padding-left: 15px;
}

 #dept-custom-top-content .row {
  margin-left: 0;
  margin-right: 0;
}

 #dept-custom-top-content img, 
#dept-top-area img {
    max-width: 100%;
    height: auto!important;
}

.dept-main-content {
    padding: 0 20px;
}


.dept-top-slideshow img {
    max-width: 100%;
    height: auto!important;
    margin: 0 auto;
}

.dept-main-content {
    margin-top: 12px;
    padding-bottom: 15px;
}

.home-image img {
  width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}


.home-image {
  position: relative;
}

.home-image a:hover {
  text-decoration: none;
}

.home-image-overlay {
  	position: absolute;
  	top: calc(50% - 24px);
  	left: calc(50% - 50%);
	margin: 0 auto;
    text-align: center;
  width: 100%;
}

.home-image-overlay-title {
  	color: #fff;
    font-size: 2.5em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.home-image-overlay-text {
  	color: #fff;
    font-size: 1.3em;
  font-style: italic;
}


.home-image-overlay-title,
.home-image-overlay-text {
  width: 75%;
  margin: 0 auto;
}


/** spotlight **/

.fpa-spotlight {
  padding: 5%;
  color: #fff;
  display: block;
  background: #222;
}

.fpa-spotlight a {
  color: #fff!Important;
}

.fpa-spotlight-photo,
.fpa-spotlight-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.fpa-spotlight-photo {
  width: 30%;
}

.fpa-spotlight-text {
  width: 69%;
}


/* FEATURED EVENT CONTENT TYPE */

        
.fpa-event {
    padding: 30px 20px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block
}

.fpa-event hr {
    border-top: 1px solid #efefef;
    margin: 10px 0;
}

.event-image {
    text-align: center;
}

.event-image img {
    max-width: 100%;
    height: auto!important;
}



.event-presenter {
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
  font-size: .8em!important;
}


.fpa-event.paid .event-title,
.fpa-event.paid .event-title, 
.fpa-event.paid .schedule-label {
    color: #222;
}


.fpa-event.free .event-title,
.fpa-event.free .event-title, 
.fpa-event.free .schedule-label {
    color: #222;
}


.event-title {
    text-transform: uppercase;
    font-size: 24px!important;
    font-weight: bold;
    margin-top: 0;
}

.event-credits {
    font-weight: bold;
    color: #444;
}

.event-credits p {
      font-size: .8em!important;
}

.event-button {
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
  font-size: .9em;
    font-weight: bold;
}

a.featured-event-link:hover {
  text-decoration: none;
  cursor: default;
}

.event-description {
    margin: 15px 0 25px 0;
}

.event-description p {
    font-size: .8em!important;
}


.fpa-event.paid .event-button {
    background: #222;
      color: #fff;
}


.fpa-event.free .event-button {
  border: 2px solid #222;
      color: #222;
}


.event-more-info {
    text-align: center;
    margin: 15px 0 25px 0;
     color: #444;
}

.event-more-info p {
    font-size: .8em;
}

.paid a.featured-event-link {
  cursor: pointer;
  width: 100%;
    display: block;
}

.free a.featured-event-link {
  text-decoration: none!important;
}

.event-button:hover {
    cursor: pointer;
    background: #222;
  color: #fff!important;
}

.schedule-label {
    color: #f58426;
    font-weight: bold;
    text-transform: uppercase;
}

.event-schedule p {
  font-size: .8em;
  height: 1em;
}

.event-schedule div {
    padding-left: 0;
}


/* SHOWCASE */

.fpa-showcase {
    width: 100%;
    margin: 0 auto;
}


.fpa-carousel:not(:first-of-type) {
    display: none;
}

.fpa-carousel img {
    width: 40%!important;
}

.fpa-showcase h3 {
  display: inline-block;
  width: 49.5%;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.fpa-carousel .carousel-inner .item:empty {
  display: none;
}

.fpa-carousel .carousel-control {
    background: none!important;
  width: 8%;
}
.fpa-carousel .carousel-caption {
    background: #fff;
    top: 0;
    bottom: 0;
    left: auto!important;
    right: 0!important;
    text-align: left;
    padding: 4% 5%;
    width: 60%;
    text-shadow: none;
    color: #444;
    font-size: 1em;
}

.mfp-bg {

    z-index: 999999;
}

.carousel-caption-heading {
 	font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
  	font-weight: bold;
  text-transform: uppercase;
}

.carousel-caption-text p {
	font-size: .9em;
}

.carousel-caption a {
  font-size: 14px;
}

.carousel-caption-pagelink {
    position: absolute;
    bottom: 10%;
}

.carousel-caption-pagelink a[href="/"] {
    display: none;
}

.showcase-selector-menu {
    position: relative;
    background: transparent;
    margin: 0 auto;
    text-align: right;
    padding-left: 0;
  	display: inline-block;
  	width: 49.5%;
}

.showcase-selector-item {
    display: inline-block;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: .7em;
 	margin-right: -5px;
}

.showcase-selector-item.active,
.showcase-selector-item:hover {
    background: #444;
    color: #fff;
    cursor: pointer;
}

.showcase-carousels {
    margin-top: 0;
    border-top: 5px solid #444;
}


.fpa-features-container {
    max-width: 1800px;
    margin: 10% auto;
    position: relative;
}

.fpa-features-container h3 {
  font-weight: bold;
  font-size: 1.2em;
}


.fpa-features-grid {
    margin: 0 auto;
}

.fpa-feature {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease;
    overflow: hidden;
}

.fpa-feature::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}

.fpa-feature:hover::before {
    transform: scale(1.1);
}


.fpa-feature:hover {
    background-size: ;
}


.fpa-feature.large {
    width: 60%;
    display: block;
    float: left;
    height: 600px;
}

.fpa-feature.small {
    width: 40%;
    display: block;
    float: left;
    height: 300px;
}


.fpa-feature-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    color: #444;
}

.fpa-feature-overlay:hover {
    opacity: 1;
    cursor: pointer;
}

a.fpa-feature-overlay {
    height: 1000;
    width: 100%;
}
a.fpa-feature-overlay:hover {
    cursor: pointer;
}



.fpa-feature-overlay-text {
    position: absolute;
    transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    top: 50%;
    left: 50%;
    color: #fff;
  width: 80%;
}

.fpa-feature-overlay-heading {
    text-transform: uppercase;
    transition: .2s ease;
    font-weight: bold;
    font-size: 1.3em; 
  color: #fff!important;
  text-align: center;
}

.fpa-feature-overlay-heading:after {
    content: "";
      position: absolute;
      width: 102%;
      height: 4px;
      bottom: -5px;
      left: -2px;
      background-color: #f58426;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.fpa-feature-overlay:hover .fpa-feature-overlay-heading:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fpa-feature-overlay-description {
    position: absolute;
    margin-top: 12px;
    text-transform: uppercase;
    left: 0;
    font-size: .8em!important;
    text-align: center;
    width: 100%;
    color: #fff!important;
}



/**department social media**/

.dept-social-media ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  margin-top: 10px;
}

.dept-social-media ul li {
    display: inline;
}

.dept-social-media ul li a img {
    margin-top: 0;
    max-width: 40px;
    height: auto!important;
}

.dept-social-media ul li a:hover {
    text-decoration: none;
}

.dept-social-media ul li a:hover img {
    border: 2px solid transparent;
}

/* department landing page icons**/

.icons-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c9e8ed;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 175px;
    margin: 5px;
}

.icons-container .col-xs-4 {
    padding: 0;
}

.dept-content .icons-container h3 {
    color: #10a6db;
}

.dept-content .icons-container p {
    font-size: 12px;
}

.two-column-icons {
    margin-bottom: 10px;
}

.two-column-badges {
    overflow: auto;
    margin-bottom: 10px;
  	border-bottom: 2px dotted #efefef;
}

.badges-container {
      background: #fff none repeat scroll 0 0;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 240px;
    padding: 20px 10px;
  width: 80%;
  margin: 0 auto;
}

.badges-container .col-xs-4 {
    padding: 0;
}

.dept-content .badges-container h3 {
    color: #003e7e;
    font-family: 'Oswald', sans-serif;
}

.dept-content .badges-container p {
    font-size: 14px;
}

.two-column-badges .left-box {
  padding-left: 0;
}

/** custom right col **/

#custom-right-col {
  width: 95%;
}


/** department news items **/


div#featured-news.row {
    margin: 10px 0;
  width: 95%;
}


#featured-news > img {
  display: none;
    max-width: 75px;
}

#featured-news a:hover {
  text-decoration: none;
}

#featured-news p {
  font-size: .9em!important;
}

#featured-news img[src="null"] {
    display: none;
}

.dept-news-image {
  float: left;
  padding: 0 20px 0 0;
}

.dept-news-image img {
  max-width: 100px;
  height: auto!important;
}

.dept-news-content {
  margin-bottom: 8%;
}

.dept-news-headline {
  font-weight: bold;
  color: #003e7e;
  margin-bottom: 10px;
}

#dept-content .dept-news-content {
  margin-bottom: 1.5%;
}

.dept-news-content a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #003e7e;
}

.dept-news-story {
  font-size: .9em;
  color: #333;
}


.dept-news-content.sidebar {
    margin: 0 0 5% 0;
}

.dept-news-content.sidebar .dept-news-headline { 
  margin-bottom: 5px;
  color: #337ab7;
}



/** international recruitment badges **/

.intl-badges {
  margin-top: 20px;
  margin-bottom: 35px;
}


.intl-badges div {
  padding-left: 5px;
  padding-right: 5px;
}

/** grey box **/

.grey-box {
  background: #f8f8f8;
  padding: 15px 20px;
  font-family: 'Open-sans', sans-serif;
  font-size: .8em;
}

/** tab navigation **/

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs li {
  border: 1px solid #f8f8f8;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 0;
  background: #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
}

.nav-tabs li.active {
  background-color: #f8f8f8;
}

.nav-tabs li a {
  border-radius: 0;
  margin: 0;
  border: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #f8f8f8;
  border: 0;
}

.tab-content {
  background: #f8f8f8;
  padding: 10px 25px;
}

/* pull-quote boxes */

.pull-quote-left {
  padding: 20px;
  margin:20px 0 20px 0 ;
  border: 1px solid #cccccc;
  
}





/* CONTENT TYPES **/




#dept-content {
    margin: 0 auto;
    color: #111;
    padding: 0;
    line-height: 175%;
    font-family: 'Open Sans', serif;
}

#dept-content.full-page {
 	width: 80%;
  	max-width: 1100px;
    margin-top: 30px;
}

#dept-content.full-page.full-width {
    width: 100%!important;
    max-width: 90%!important;
}


#dept-content img,
#dept-content .two-column img {
    max-width: 100%;
    height: auto!important;
}

#dept-content table {
    max-width: 100%;
}

#dept-content table img {
    max-width: inherit;
}

#dept-content .callout {
    display: table;
    padding: 15px;
    background-color: #efefef;
    margin-left: 10px;
    max-width: 33%;
}

#dept-content .callout.wide {
    display: table;
    padding: 15px;
    background-color: #efefef;
    margin-left: 10px;
    max-width: 100%;
    width: 90%;
}

.sans-serif-block {
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
}

.callout h3 {
    margin-top: 10px!important;
}


h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

#dept-content h1,
#dept-content h2,
#dept-content h3,
#dept-content h4,
#dept-content h5,
#dept-content h6 {
    margin-top: 25px;
    color: #003e7e;
  	font-family: 'Open Sans', sans-serif!important;
  	line-height: 140%;
    font-weight: bold;
    text-transform: uppercase;
}


.one-column {
    padding: 15px 0;
}

h3.feedtitle {
	font-size: .8em;
    margin: 5px 0;
    margin-top: 15px!important;
    font-weight: normal!important;
    font-family: 'Open Sans', sans-serif;
}


.img-w-caption,
.img_with_caption {
    background: #d8d9da;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    margin: 10px;
}

.img_with_caption img,
.img-w-caption img {
    margin-bottom: 10px;
}

.img_with_caption.left,
.img-w-caption.left {
    margin: 0 10px 10px 0;
}

.img_with_caption.right,
.img-w-caption.right {
    margin: 0 0 10px 10px;
}

.img_with_caption p,
.img_with_caption p strong,
.img-w-caption p {
    font-size: 12px;
}

.row.two-column,
.row.four-columns {
  padding-left: 15px;
  padding-right: 15px;
}


.two-column h4 {
  margin: 25px 0;
}




.results-table {
    font-size: .8em;
    font-family: 'Open Sans', sans-serif;
}




/* Content Type: Left Aligned Image with Description */

.portrait-image img {
    margin-top: 10px;
    max-width: 100%;
    height: auto !important;
}

.portrait-image p {
    font-size: 12px;
    padding: 5px;
}

/* Content Type: Single News Item with headline image and caption */

p.caption { font-size: 12px; font-weight: bold; margin: 10px 0 25px 7px;  }

h3.headline { font-weight: bold; margin-top: 20px;}

.single-news-item-text {
  
  border-bottom: 1px solid #787878;
  margin-left: 7px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  
}

/* Residence Life Tables */

table.blue-table {
    border: 2px solid #e5ecf0;
    font-size: 12px;
    width: 100%;
}

td.someday p,
td.today p {
    font-size: 10px;
}

td.today p {
    font-weight: bold;
}

ul.unstyled-list li {
    margin: 10px 0;
}


/* Department Directory */

.dept-content div#dir-content img {
    max-width: 110px;
    width: auto;
}


.thumbnail, #dir-content img {
  max-width: inherit!important;
}

#records p {
    font-size: .9em;
}

#records .col-lg-6 {
  	width: 100%;
    margin-left: 15px!important;
}


.well, 
.dir-clearfix.dir-well {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

/* Points of Pride */

.pop-box {
    text-align: center;
}

.pop-box img {
    width: 400px;
    max-width: 100%;
    height: auto!important;
    padding: 20px;
}

.pop-list li {
    padding: 20px 10px 20px 10px;
    margin-left: 10px;
}

.pop-list li:nth-child(odd) {
    background-color: #fbf9ea;
}



/* POPUP GALLERY */
 .popup-gallery {
   display: inline-block;
   margin: 0 auto;
   width: 100%;
  }
        
.popup-gallery > a {
  	width: 25%;
    height: 200px;
    display: block;
  	float: left;
 	background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.popup-gallery h3 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}





/* Single Video */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  padding: 25px 15px;
}

.mfp-wrap {
  z-index: 9999999;
}



/* Customized Bootstrap Slideshow */

#top-carousel .carousel-nner .carousel-caption {
  background: rgba(0,61,126,.4);
  bottom: 0;
  right: 0;
  left: 0;
  color: #000;
  text-shadow: none;
}

.carousel-inner > .active {
    width: 100%!important;
}

.carousel-inner img {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -50px;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -50px;
}

.carousel-indicators {
    bottom: 0px;
    left: 95%;
}

.carousel-inner .image-slide img {
  width:100%!important;
  max-width: 100%;
  height: auto!important;
}



/* Message from the Dean and blue background box */

.dean-message, .blue-box {
    background-color: #555;
    padding: 5%;
      font-family: 'Open Sans', sans-serif;
    font-size: .9em;
  color: #fff;
}

.dean-message-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.dean-message h4 {
    margin-top: 0!important;
  padding-bottom: 10px;
  color: #fff;
}

.dean-message img {
    margin: 0 20px 20px 0;
    float: left;
    max-width: 150px!important;
  height: auto!important;
}




.blue-box {
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
}


/* Left-aligned profile */


.image-profile {
  margin: 15px 0;
}


.image-profile h4 {
  margin-top: 15px!important;
}


/* Admins - profile and image */

.admins {
  
  width: 30%;
  padding: 20px;
  margin: 0 0 20px 20px;
  border: 1px solid #cccccc;
  
}

.admins.right {
  
  float: right;
  
}

/* Buttons */


.btn-np-cta {
  width: 70%;
  padding: 15px;
  display: block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  margin: 0 auto;
  max-width: 300px;
}

.btn-np-cta:hover {
cursor: pointer;
}

.btn-np-cta:hover,
.btn-np-cta:focus
{
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 4px #d8d8d8;
}

.btn-np {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em!important;
  font-weight: bold;
}


.btn-np-yellow {
  background: #fdb924;
}

.btn-np-secblue {
  background: #00a5d9;
}

.btn-np-lgtblue {
  background: #80a1b6;
}

.btn-np-orange {
  background: #f58426;
}

.btn-np-blue {
  background: #003e7e;
}

.btn-np-secblue a,
.btn-np-blue a,
.btn-np-orange a {
  color: #fff;
}

.btn-np-yellow a,
.btn-np-lgtblue a {
  color: #444;
}

.btn-np-secblue a:hover,
.btn-np-blue a:hover,
.btn-np-orange a:hover,
.btn-np-yellow a:hover,
.btn-np-lgtblue a:hover {
  text-decoration: none;
}

.btn-dark {
  width: 100%;
    max-width: 100%;
    margin: 5px 0;
    padding: 10px;
     border-radius: 0;
  border: 2px solid #222;
    text-align: center;
}

.btn-dark:hover {
  background: #222;
}

.btn-dark a {
  color: #222;
}

.btn-dark:hover a {
  color: #fff!important;
}


/* department spotlight three-columns */

#spotlight-columns {
background: #121212;
  padding: 2.5% 0;
  color: #fff;
}

#spotlight-columns:empty {
  display: none;
}

#spotlight-columns a {
  color: #fff;
  text-decoration: underline;
}

#spotlight-columns .three-column {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

#spotlight-columns .three-column img {
  max-width: 100%;
  height: auto!important;
}

#spotlight-columns h4 {
  font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
}

#spotlight-columns .column-left h4,
#spotlight-columns .column-middle h4,
#spotlight-columns .column-right h4 {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 1.2em;
}

/* Multi-Column Layout*/


.row.three-column {
  margin: 0;
}

.column-right {
   padding-right: 0; 
}

.column-left {
    padding-left: 0;
}

/* Full Page Department Top Nav */

#dept-top-nav {
  background: #fff;
}

#dept-top-nav .horizontal-nav {
  margin-bottom: 0;
  padding-left: 0;
}

#dept-top-nav .horizontal-nav li {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

/* Department Sign-Up Form */

select#id_member_field_programofinterest {
    max-width: 100%;
}




/* Accordions */

div.hr-list,
div.accordion-content {
    display: none;
    padding: 8px 0 8px 15px;
}

div.accordion-content {
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
  border: 2px solid #f7f7f7;
  margin-bottom: 25px;
  padding: 25px;
}

div.hr-forms {
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    font-family: sans-serif;
    color: #5d5d5d;
    font-size: 14px;
    box-shadow: 0 0 1px #dedede;
}

div.accordion-item {
  background-color: #f3f3f3;
  margin: 10px 0 0 0;
  padding: 10px;
  color: #5d5d5d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}


div.accordion-item:hover,
div.hr-forms:hover {
    cursor: pointer;
}

.hr-forms.hr-selected-list {
    background-color: #dedede;
}





/* Emma Forms */

#emma-form-a0f6b187329a1eeb11f5c4f46e7269cb form div select:not([multiple]) {
    width: 100%;
}

select#id_member_field_programofinterest {
    width: 100%: max-width: 250px;
}

select[name="programofinterest"] {
    width: 100%!important;
}


.e2ma_signup_form_label {
    font-weight: bold;
    margin: 10px 0 2.5px 0;
}

#spotlight-columns .e2ma_signup_form input {
  width: 100%;
  color: #222;
}


@media screen and (min-width: 1200px) {
  #dept-news, #dept-events {
    max-width: 300px;
  }


}

@media screen  and (max-width: 1650px) {
  
  .nav-tabs li {
    width: 49.6%;
  }
}


@media screen and (max-width: 1199px) {
    
    #dept-content, #dept-content.full-page {
        width: 100%;
    } 
  
   	#dept-content.full-page {
     margin-top: 0;
   }
  
  
    .dept-left-col {
      padding-bottom: 25px;
    }
    
  .dept-news-content.sidebar {
    margin: 0 0 15px 0;
  }
  
  .dept-right-col {
    border-left: 0;
    background: #efefef;
    clear: both;
    padding: 25px 25px 0 25px;
  }
  
  #featured-news {
        font-size: 1em;
    width: 100%;
  }
  
  #featured-news img {
    max-width: 100px;
}
  
  .popup-gallery > a {
  	width: 50%;
    height: 150px;
  }
  
  
  #social-media-icons.dept-home {
    width: 100%;
    margin-top: 25px;
  }
  
    
  .nav-tabs li {
    width: 100%;
  }

    
}


@media screen and (max-width: 991px) {

  #search {
    background: #fff!important;
    position: relative;
  }
  
  #cse-search-box {
    width: 100%;
  }
  
  #search-searchbox {
    background: #fbfbfb;
    color: #121212;
  }
  
  #header {
    border-bottom: none;
  }
  
  .header-inner {
    width: 100%;
  }
  
	#main-logo {
      width: 80%;
      padding-left: 15px;
    }
  
  div#main-nav {
    width: 100%;
    background-color: #000;
    text-align: left;
  }
  
 
  
  #main-nav-mobile {
    width: 15%;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #121212;
    margin-right: 0;
  }
  
  #main-nav-mobile a {
    color: #000;
  }
  
  .resources-list li.has-list ul {
    padding-right: 35px;
}
  
  #dept-sidebar #dept-important-links li {
    width: 30%!important;
  }
  
  #dept-sidebar #dept-important-links li, #dept-sidebar #dept-important-links li a {
    color: #fff!important;
  }
  
  #dept-sidebar-title {
    font-family: 'Open Sans', sans-serif!important;
    color: #121212!important;
  }
  
  #dept-sidebar .dept-column-title {
    color: #121212!important;
  }
  
  #dept-resources {
    background: #fff;
  }
  
  #dept-resources .dept-column-title {
        width: 80%;
    margin: 0 auto;
    padding-top: 15px;
  }
  
  #dept-resources #resources-nav li {
    margin: 10px 0;
  }
  

  #search-cta {
    display: none;
  }
  
  a.t4Edit-page {
    display: none;
  }
  
  #main-nav ul li a {
    color: #fff;
  }
  
  
  	/*#dept-container {
      width: 90%;
    }*/
    
    #dept-sidebar-title {
        display: block;
        width: 80%;
        margin: 0 auto;
        color: #003e7e;
        font-size: 1.3em;
        padding: 25px 0 10px 0;
        border-bottom: 1px solid #003e7e;
        font-family: 'Cardo', serif;
    }
    
    #dept-sidebar {
      	display: none;
        position: relative;
      	border-right: 0;
      	padding: 15px;
    border-top: 1px solid #121212;
    }

  
  .dept-right-col {
    border-top: 1px solid #efefef;
    border-right: 0;
    padding-top: 5%;
  }
  
  #dept-icons {
    margin-bottom: 5%;
  }
  
  #dept-icons ul li {
    margin: 25px 0 0 0;
  }
  
  #dept-icons ul li a {
    color: #003e7e;
    font-family: 'Open Sans', sans-serif;
  }
  
  
  #dept-important-links {
    	padding-bottom: 0;
  }
  
    #dept-sidebar #dept-important-links li {
        width: 100%;
        padding: 5px 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
        margin: 15px 0;
    }
  
  	#dept-sidebar #dept-important-links li,
  	#dept-sidebar #dept-important-links li a {
        color: #003e7e;
    }
  
    
    #dept-sidebar .dept-column-title {
        color: #003e7e;
    }
    #dept-sidebar #dept-resources, #social-media-icons, #points-of-pride {
        width: 80%;
        margin: 0 auto;
    }
  
  #dept-events {
    color: #121212;
  }
  
	#dept-sidebar #dept-resources {
      padding: 25px 0 15px 0;
    }
  
  	#points-of-pride {
    	padding: 40px 0;
  	}
  
  #fpa-points-of-pride {
    width: 100%;
  }
  
  #fpa-points-of-pride .carousel-inner {
    width: 80%;
    color: #121212;
    margin: 0 auto;
  }
  
  	#social-media-icons ul {
      width: 100%;
    }
  
  	#social-media-icons ul li {
    	display: inline-block;
      	margin: 15px 0;
  	}
    
    #dept-sidebar #resources-nav {
        width: 100%;
        margin-bottom: 15px;
    }
  
  
    #dept-sidebar #resources-nav ul {
    	padding-left: 0;
    }
    
    #dept-sidebar #resources-nav li {
        margin: 10px 0;
        padding-left: 10px;
    }
    #dept-sidebar #resources-nav li a,
  span.currentsection {
        color: #003e7e;
    }
    
    #dept-content {
        width: 100%;
    }
  
  
  	li.has-list ul {
      width: 100%!important;
    	padding: 10px 0 0 15px;
      margin-left: 15px!important;
    }
  
    
  
  .column-left {
    padding-left: 15px;
  }
  
  
  .column-left,
  .column-middle,
  .column-right {
    margin: 10px 0;
  }
  
  
  
    .fpa-feature.large {
        width: 100%;
        height: 400px;
    }

    .fpa-feature.small {
        width: 50%;
        height: 300px;
    }
  
    .fpa-showcase h3 {
    width: 100%;
  }
  
    	.showcase-selector-menu {
      width: 100%;
      display: block;
      margin-top: 15px;
       text-align: center;
    }
  
  
  .showcase-selector-item {
        width: 32.4%;
    margin-right: 0;
    }
    
    
   
}


@media screen and (max-width: 767px) {
    
	.dir-clearfix.dir-well div {
 	width: 100%;
    padding: 5px 0;
    display: block!important;
}
  
  #dept-content.full-page.full-width {
    max-width: 100%!important;
}
 

 

    .event-title,
    .event-presenter,
    .event-credits {
        text-align: center;

    }
  
  .fpa-event {
    padding: 30px 0;
  }
  
  .event-schedule p {
    height: 55px;
}
  .event-presenter {
    margin-top: 15px;
  }
  
  .schedule-label {
    font-size: .8em!important;
  }
  
 

}

@media screen and (max-width: 600px) {

/* two items */


#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(2),
 #dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(2) ~ li {
    width: 95%;
}

/* three items */



#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(3),
#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(3) ~ li {
    width: 95%;
}

/* four items */



#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(4),
#dept-sidebar-alt #dept-important-links-alt ul li:first-child:nth-last-child(4) ~ li {
    width: 95%;
 
}
  
}


@media screen and (max-width: 478px) {

  
    #main-logo {
      width: 100%;
      text-align: center;
      padding: 10px;
    }
  
  #main-logo img {
    max-width: 150px;
  }
  
  #main-nav-mobile {
    width: 100%;
  }
  
    #main-logo .fpa-wordmark {
    padding-left: 15px;
    margin-left: 10px;
    
  }
  
  #main-logo .fpa-wordmark img {
    width: 85px!Important;
  }
  
  .logo-text {
    text-align: left;
  }
  
  .logo-text h1 {
    font-size: .9em;
  }
    
    #dept-title-inner {
        font-size: 1.3em;
    }
    
    #dept-content {
        padding: 0;
    }
  
  .dean-message img {
    width: 100%!important;
    height: auto!important;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    float: none;
  }
  
      .fpa-feature.large, 
    .fpa-feature.small
    {
        width: 100%;
        height: 300px;
    }

    .fpa-feature-overlay-heading {
        font-size: 16px;
    }

    .fpa-feature-overlay-description {
        font-size: 12px;
    }
  
  
}


@media print {
    #top-bar
    #header,
    #footer,
    #dept-breadcrumbs,
    #top-carousel,
    .dept-top-area img,
    .pop-box,
    .to-top img,
    .dept-social-media,
    #t4-direct-edit-button,
  	#main-nav,
  #dept-title-inner,
    #dept-sidebar,
  #top-bar,
  #search,
  .two-column-badges {
        display: none;
    }
  
    div {
        margin: 5px 0;
    }
    * {
        color: black;
    }
    .dept-content {
        width: 100%;
        overflow: visible;
        padding: 0;
    }
  
  #dept-wrapper,
  #header {
    width: 100%;
    display: block;
  }
  
  
  
  #main-logo {
    width: 100%;
  }
  
  #main-logo img {
    width: 200px!important;
  }
  
  #main-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  #dept-content {
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  
  #dept-content-container {
    padding: 15px 0;
  }
  
    .col-lg-4.col-lg-push-8.col-md-4.col-md-push-8.col-sm-4.col-sm-push-8.col-xs-12 {
        display: none;
    }
    .col-lg-8.col-lg-pull-4.col-md-8.col-md-pull-4.col-sm-8.col-sm-pull-4.col-xs-12 {
        width: 100%;
        right: 0;
    }
    a[href]:after {
        content: " ";
    }
    table.results-table.table.table-bordered.table-condensed {
        font-size: .75em;
    }
}


@-moz-document url-prefix() {
    .dept-content .two-column img {
        max-width: 100%;
        height: auto!important;
    }
}

@page {
    size: letter;
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
}









































































































































