/*
Theme Name: wmpenn
*/

@import url('https://fonts.googleapis.com/css?family=Exo+2:600');
html {overflow-x:hidden;}
body {
word-wrap: break-word;
font-family: "niveau-grotesk",sans-serif;
font-size:15px;
letter-spacing:0.05em;
line-height:21px;
font-weight:300;
color:#002d62;
background-color:#FFFDF5;
padding:0;
}
p {margin:0 0 25px;}
.page-template-temp-text-visual p, .page-template-temp-profiles p, .single-news-story p, .single-event p {max-width:720px;}
a, a:link, a:active, a:visited {
color:#DD8B12;
}
.articleList a, .articleList a:link, .articleList a:active, .articleList a:visited {
color:#002d62;
}
em, .italic {
font-style:italic;	
}
.aligned-row {  /*equal height columns*/
  display: flex;
  flex-wrap: wrap;
}
/*.row.aligned-row > [class*='col-'] {
     
  flex-grow: 1;
}
/*light 300, regular 400, bold 700, black 900 */
.light {
font-weight:300;	
}
.regular {
font-weight:400;	
}
strong, .bold {
font-weight:700;	
}
.black {
font-weight:900;	
}
.small {
font-size:13px;
letter-spacing:0.05em;
line-height:17px;
font-weight:400;	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top:0;}
h1, .h1 {
font-size:40px;
letter-spacing:0.15em;
line-height:50px;
font-weight:900;
text-transform:uppercase;	
margin-bottom:12px;	
display:block;
}
	.page-template-temp-event-detail h1, .page-template-temp-news-detail h1, .single-event h1, .single-news-story h1 {  /*wpuSG - article title detail*/
	font-size:30px;
	letter-spacing:0.05em;
	line-height:38px;
	font-weight:700;
	text-transform:none;
	margin-bottom:/*48px*/ 18px;
	}
h2, .h2 {
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
h3, .h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
}
@media (min-width:768px){
h2, .h2 {
font-size:34px;
line-height:44px;
margin-bottom:20px;	
}
h3, .h3 { 
font-size:30px;
letter-spacing:0.15em;
line-height:40px;	
}
}
	.home .articleList article h3, .vsmod.newsEvents h3, .vsmod.newsEvents h3 a {
	font-size:15px;
	line-height:20px;
	letter-spacing:.04em;
	font-weight:700;
	text-transform:none;
	margin-bottom:10px;
	padding:10px 0 0;
	}
h4, .h4, .page-template-temp-degree-interior h2, .page-template-temp-degree-interior h3 {  
font-size:20px;
letter-spacing:0.15em;
line-height:30px;
font-weight:700;
text-transform:uppercase;
display:block;		
}
h5, .h5 { 
font-size:19px;
letter-spacing:0.05em;
line-height:23px;
font-weight:700;
display:block;	
}
h1 a, h2 a, h3 a, h4 a, h5 a {
color:inherit;	
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus  {
color:#808a91;
}
blockquote p:before {
    content: "\201C";
    margin-left:-8px;
}
blockquote p:after {
    content:"\201D";
}
main blockquote {
    border: none;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #ff6c47;
    max-width: 80%;
	margin: 0 auto 20px;
}


blockquote#intext-quote{
  margin-left:5%;
  padding-left: 45px;
  font-family: Arial, Helvetica, sans-serif;
  font-style:italic;
  color: #555555;
  border-left:8px solid #3a6397 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote#intext-quote p::before{
  font-family:Arial;
  content: "\201C";
  color:#3a6397;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote#intext-quote p::after{
  content: '';
}


tr:not(:last-child){
   border-bottom: 1px solid #ddd;
}
tr:hover{
   background-color: #ddd; /* light grey*/
}
#fedStudent{
   font-size: 12px;
}
#fedStudent td:not(:first-child){
   padding-left: 5px;
}
.blur{
    -webkit-filter: blur(35px); /* Safari 6.0 - 9.0 */
    filter: blur(35px);
}
.filter-grayscale {
    filter:grayscale(100%);
}
.filter-grayscale-none:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false) !important"; 
   filter: none !important; /* IE 7 and the rest of the world */
}

.transition1s {
    transition: all 1s;
}

.magnify:hover {
    transform: scale(1.1);
    filter:  grayscale (0%);
}
.text-holder {
    position: relative; 
}
.textholder-content {
    position: absolute;
  top: 50%;
}
/*WPU COLORS
PRIMARY
#FFFDF5 -- white - colorF
#002D62 -- bright blue - color1
#ffce00 -- yellow - color2
#01172D -- dark blue - color3
SECONDARY
#037c7c -- turquoise  - color4
#dd8b12 -- orange - color5
#caef9a -- mint - color6
#ff6c47 -- salmon - color7
#b5e8f4 -- light blue - color8
#4d5c69 -- muted dark blue - color9
#808a91 -- dark grey (heading hover) - color10
#a4680d -- dark orange (not in style guide - text on homepage degree box) - color11
#ddd    -- light grey
*/
.colorFbg {
background-color:#FFFDF5 !important; /*White*/
}
.color1bg {
background-color:#002D62 !important; /*bright blue*/
}
.color2bg {
background-color:#ffce00 !important; /*yellow*/
}
.color3bg {
background-color:#01172D !important; /*dark blue */
}
.color4bg {
background-color:#037c7c !important; /*turquoise*/
}
.color5bg {
background-color:#dd8b12 !important; /*orange*/
}
.color6bg {
background-color:#caef9a !important; /*mint*/
}
.color7bg {
background-color:#ff6c47 !important; /*salmon */
}
.color8bg {
background-color:#b5e8f4 !important; /*light blue*/
}
.color9bg {
background-color:#4d5c69 !important; /*muted dark blue*/
}
.color10bg {
background-color:#808a91 !important; /*dark grey*/
}
.color11bg {
background-color:#a4680d !important; /*dark orange*/
}
			/*END - BACKGROUND COLORS*/
.colorFtxt, .colorFtxt * {
color:#FFFDF5 !important; /*White*/
}
.color1txt, .color1txt * {
color:#002D62 !important; /*bright blue*/
}
.color2txt, .color2txt * {
color:#ffce00 !important; /*yellow*/
}
.color3txt, .color3txt * {
color:#01172D !important; /*dark blue */
}
.color4txt, .color4txt * {
color:#037c7c !important; /*turquoise*/
}
.color5txt, .color5txt * {
color:#dd8b12 !important; /*orange*/
}
.color6txt, .color6txt * {
color:#caef9a !important; /*mint*/
}
.color7txt, .color7txt * {
color:#ff6c47 !important; /*salmon */
}
.color8txt, .color8txt * {
color:#b5e8f4 !important; /*light blue*/
}
.color9txt, .color9txt * {
color:#4d5c69 !important; /*muted dark blue*/
}
.color10txt, .color10txt * {
color:#808a91 !important; /*dark grey*/
}
.color11txt, .color11txt * {
color:#a4680d !important; /*dark orange*/
}
			/*END - BACKGROUND COLORS*/
			/*END - txt COLORS*/
@media (min-width: 992px) {
	.col-md-5th {
		width: 20%;
		float:left;
		position: relative;
		min-height: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.c {
	clear: both;
	display: block;
	margin: 0 auto;
}
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.text_align_center{
	text-align: center;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.hentry {
	margin: 0 0 1.5em;
}
.hentry1 {
	margin: 0 0 5em;
}
.clear {
	clear: both;
}
.entry-meta {
	clear: both;
} 
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.round{
  border-radius: 50%;
}

.wpuPadA {
padding-top:50px;
padding-bottom:	40px;
}
.wpuPadB {
padding-top:25px;
padding-bottom:	40px;
}
main {
    padding-bottom: 100px;
}
.contentWidth, header.site-header .contentWidth, .contentWidth2, .contentWidth3 {
    width: 100%;
	margin:0 auto;
	position: relative;
	padding:15px;
}
.contentWidth {
    max-width: 1200px;
}
header.site-header .contentWidth {
    max-width: 1370px;
	padding:0;
}
.contentWidth2 {
    max-width: 960px;
}
.contentWidth3 {
    max-width: 660px;
}
.mainMenuCol .mega-menu-toggle{
	position: absolute;
    right: 0
}
.contentWidth .contentWidth, .contentWidth header.site-header .contentWidth, .contentWidth .contentWidth2, .contentWidth .contentWidth3 {  /*elimate double padding in nested content widths*/
    padding-right:0;
    padding-left:0;
}
.site-header {
    background-color: #01172E;
    position: fixed;
    width: 100%;
	height: 80px;
    top: 0;
    z-index: 999999;
}
#skipToContent{
	padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999999;
}
#skipToContent:focus{
	position: absolute;
    left: 0px;
    top: 0px;
    background: #002d62;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
h1.site-title, div.site-title {
    margin-top: 10px;
    padding-right: 10px;
	    margin-bottom: 12px;
}
.mainMenuCol {
margin-top:-70px;	
}
nav.site-navigation {
    margin: 0 -15px;
}
.rightNav {display:none;}
/*HAMBURG SEARCH*/
#mega-menu-wrap-header_navigation .mega-menu-toggle {
    padding-top: 15px;
}
#mega-menu-wrap-header_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search input[type=text] {
    height: 35px;
}

/* mobile menu items */
#mega-menu-wrap-header_navigation #mega-menu-header_navigation {background-color:rgba(1, 23, 46, 0.92); padding:40px 25px 25px;}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link {
font-size:24px;
line-height:29px;
font-weight:700;
margin: 10px 25px;/*25*/
text-align:center;
background-color:transparent;
color:#fffdf5;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:focus {
font-weight:700;
background-color:transparent;
color:#fffdf5;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
font-weight:700; background:transparent;}

#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:active {
font-weight:700;
background-color:transparent;
color:#DD8B12;
}
/* END - mobile menu items */

@media (max-width:1199px) {
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
text-align:center;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    margin-top: -80px;	
	}	
	html.overfly {
	    position: fixed;
   		height: 100%;	
		overflow-y: hidden;
}
.overfly div#mega-menu-wrap-header_navigation.mega-menu-wrap {
    max-height: 100vh;
    overflow-y: auto;
	position:fixed;
	width:100%;
}
}
@media (min-width:400px){
/*HAMBURG SEARCH*/
#mega-menu-wrap-header_navigation .mega-menu-toggle {
    padding-top: 15px;
}
}
/*HAMBURG*/
#mega-menu-wrap-header_navigation .mega-menu-toggle #mega-toggle-block-2 {
    line-height: 50px;
}
#mega-menu-wrap-header_navigation .mega-menu-toggle .mega-toggle-block-1:after {
    content: '';
	display:none;
}
#mega-menu-wrap-header_navigation .mega-menu-toggle .mega-toggle-block-1:before {
    font-size: 44px;
}
/*SEARCH	*/
	#mega-menu-wrap-header_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search-wrap {
    width: 40px;
    height: 40px;
}
#mega-menu-wrap-header_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search .search-icon {
    width: 40px;
    height: 40px;
}
#mega-menu-wrap-header_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search .search-icon:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
}	
#mega-menu-wrap-header_navigation .mega-menu-toggle .mega-toggle-block-right {
	margin-right: 0;
}
.main-content {
    margin-top: 90px;
}
@media (min-width: 1200px) {
.site-header {
	background-color: #01172E;
    position: absolute;
    z-index: 999999;
	height: 98px;
}
	h1.site-title, div.site-title {
    margin-top: 15px;
    padding-right: 0;
}
	.mainMenuCol {
	margin-top:0px;	
	}
nav.site-navigation {
    margin: 0;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  position: relative;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height:20px;
	font-size:14px;
	font-weight:100;
	margin-bottom:12px;
	padding-bottom:3px;
	margin-top: 32px;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation {background-color:transparent; padding:0px;}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
font-size:15px;
line-height:50px;
font-weight:100;
margin:0px;
text-align:left;
background-color:transparent;
color:#fffdf5;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:focus {
font-weight:100;
background-color:transparent;
color:#fffdf5;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-linkr {
font-weight:100;	
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:after, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #ffcf00;
  transition: 0.5s;
  display:block !important;
  margin-left:0 !important;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after {
  height: 1px;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:hover:after {
  width: 100%;
  display:block !important;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:after {
  width: 90%;
  display:block !important;	
  left: 5%;
}

#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0px 15px 0px 15px;
}
	.rightNav {
		display: block;
		padding: 0;
		width: 8.333333333%;
		position: absolute;
		right: 0;
    	top: 10px;
    	font-size: 13px;
	}
	.rightNav ul {
		margin: 0;
		padding: 0;
		width:110px;
		position: relative;
	}
	.rightNav li {
		margin: 0;
		padding: 3px 0;
		list-style: none;
	}
	.rightNav a {
		color:#ffcf00;
	}
	.rightNav a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	.rightNav ul li .fa-search {
		margin-left: -23px;
		padding-right: 10px;
	}
/*===MAIN NAV CURRENT CATEGORY ACTIVE=== */
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li[class*=current] > a.mega-menu-link, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li[class*=current] > a.mega-menu-link:hover, #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-toggle-on[class*=current] > a.mega-menu-link {
color: #ffce00;
}

/*===END MAIN NAV CURRENT CATEGORY ACTIVE===== */



/*expanding search*/
header.site-header form#searchform {
    display: inline;
	    margin-bottom: 0;
}
header.site-header .searchItem {
    color: #FFFFFF;
    text-align:left;
    position: absolute;
    top: -30px;
    right: 0;
    width: 145px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
header.site-header #searchform input.desktop-search {
    width: 0px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0;
    border-radius: 1px;
    border:none;
    /* float: right; */
    margin-right: 30px;
    display: inline-block;
}
header.site-header .searchItem.search-open #searchform input, .searchItem #searchform input:focus {
    width: 200px;
    padding-left: 10px;
    display:inline-block;
}
header.site-header #searchform input#searchBox {
    background-color: transparent;
    color: white;
    border-bottom: 2px solid white;
font-size: 14px;
    letter-spacing: .05em;
}
header.site-header #searchform input#searchBox [placeholder] {
    color: white;
}
header.site-header .searchItem.search-open {
    color: #FFFFFF;
    text-align:left;
    width: 345px;
}
.rightNav .support {
margin-top: 27px;
}
.rightNav .login {
}
/* END - expanding search*/
	
	#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item {
    margin: 0 23px 0 0;
    /*display: inline-block;*/ /* prevents extra links showing when set to 'Hide on desktop' in Max mega menu Main Header navigation*/
    height: auto;
    padding-bottom: 10px;
}	
	#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link {
    padding: 40px 0px 0px 0px;
    line-height: 50px;
	}	
	#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link:hover {}
	#mega-menu-wrap-header_navigation #mega-menu-header_navigation li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after {
    display: none;
}
.dropbtn {
    background-color: transparent;
    color: #ffcf00;
    padding: 0px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
		z-index:9999;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #01172E;
    min-width: 130px;
    left: -10px;
    top: 15px;
}
/* Links inside the dropdown */
.rightNav .dropdown-content a {
    padding: 10px 12px 5px;
    text-decoration: none;
    display: block;
	color:white;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent; color:white; text-decoration:underline;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
	color:white;
	text-decoration:underline;
}
} /*END - MQminW1200 */
@media  (min-width: 1200px) and (max-width: 1289px) {
#mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item {
    margin: 0 34px 0 0;
}
} /*END - MQminW1200-maxW1289 */
/* END site header & main navigation ============================== */
/* Footer ============================== */
@media(max-width:991px){
	.site-footer-inner{
		padding:35px 30px 90px;
	}	
	.cta li{
		display: inline-block;
		border-right: 2px solid #FFCE00;
	}
	.cta ul{
		margin: 20px 15px;
		display: block;
	}
	.cta ul li:first-child{
		border-left: 2px solid #FFCE00;
	}
	.contactInfo ul{
		margin: 0 15px;
		display: block;
	}
	div.social{
		text-align: center;
		margin-top: 52px;
	}
	.contactInfo li{
		padding: 14px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.contactInfo{
		margin-top: 42px;
	}
	.cta{
		margin-top: 42px;
	}
	#colophon .contactInfo ul li{
		/*line-height: 26px;*/
	}
	.social span{
	    font-size: 22px;
	}
	footer#colophon ul li a{
		font-size: 24px;
	}
}/*END - MQmaxW991 */
@media screen and (min-width:551px) and (max-width: 991px){
	#colophon .contactInfo ul li{
		font-size: 22px;
	}
	#colophon .cta ul li a{
		font-size: 28px;
	}
	.cta li{
		padding: 9px 15px;
	}
}/*END - MQmin551-maxW991 */
@media (max-width:550px){
	 #colophon .contactInfo ul li{
		font-size: 16px;
		line-height: 18px;
	}
	#colophon .cta ul li a{
		font-size: 14px;
	} 
	.cta li{
		padding: 9px 10px;
	}
	#colophon .contactInfo ul li a{
		font-size: 16px;
	}
	.social span a{
		font-size: 16px;
	}
}/*END - MQmaxW550 */
@media (max-width:450px){
	/* footer#colophon .cta ul li a{
		font-size: 14px;
	}
	footer#colophon .contactInfo ul li{
		font-size: 12px;
	} */
}/*END - MQmaxW450 */
@media (min-width:992px){
	.site-footer-inner{
		min-height: 250px;
		padding: 45px 0;
	}
	.cta li{
		border-top: 2px solid #FFCE00;
		padding: 10px 0;
	}
	.cta ul{
		border-bottom: 2px solid #FFCE00;
		width: 100px;
	}
	.contactInfo ul{
		width: 190px;
	}
	.contactInfo li{
		padding: 10px 0;
	}
	.footer-logo img{
		width: 265px;
	}	
} /*END - MQminW992 */
.footer-logo img{
		margin: 0 auto;
    	display: block;
		max-width: 100%;
	}
.cta ul{
	margin: 0 auto;
}
.contactInfo ul{
	margin: 0 auto;
}
#colophon ul{
	padding: 0;
}
#colophon ul li{
	list-style-type: none;
	/*padding: 10px;*/
}
#colophon ul li a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.05em;
}
.contactInfo, .social{
	font-weight: 300;
}
.contactInfo, .cta{
	text-align:center;
}
.contactInfo li{
	color: #FFFFFF;
	border-top: 2px solid #FF6C47;
}
.contactInfo ul{
	border-bottom: 2px solid #FF6C47;
}
.social{
	text-align: center;
}
.social span{
	color: #FFFFFF;
	display: block;
	//padding-top: 25px;
	clear:left;
}
.social_span1{
	padding-top:25px;}
a.social-icon{
	height: 34px;
	width: 34px;
	
display: inline-block;
	margin: 0 11px;
}
.social-icon.facebook{
	background: url(img/fb-reg.png);
	margin-left:0;
}
.social-icon.facebook:hover{
	background: url(img/fb-hov.png);
}
.social-icon.twitter{
	background: url(img/twtr-reg.png);
}
.social-icon.twitter:hover{
	background: url(img/twtr-hov.png);
}
.social-icon.instagram{
	background: url(img/insta-reg.png);
}
.social-icon.instagram:hover{
	background: url(img/insta-hov.png);
}
.social-icon.linkedin{
	background: url(img/lkdin-reg.png);
}
.social-icon.linkedin:hover{
	background: url(img/lkdin-hov.png);
}
.social-icon.youtube{
	background: url(img/yt-reg.png);
}
.social-icon.youtube:hover{
	background: url(img/yt-hov.png);
}

@media screen and (max-width: 550px){
	.social a{
	margin:0;
	}
}/*END - MQmaxW550 */
.social>div{
	float:left;
	width:20%;
}
@media screen and (max-width: 991px){
	.social>div{
		width:20%;
	}
}/*END - MQmaxW991 */
/* END Footer ============================== */
/* HOME TEMPLATE ============================== */
.homepage-degrees ul{
	margin: 0;
	padding: 0;
}
.homepage-degrees li{
	list-style-type:none;
}
.homepage-degrees > ul > li{
	width: 100%;
	float:left;
	height: 200px;
	overflow:hidden;
	margin: 1%; 
}
@media screen and (max-width: 799px){
	.home-overlay-event, .home-overlay-news,.home-overlay-news-main{display:none;}
} /*END - MQmaxW799 */

@media screen and (min-width: 800px){
	div.homepage-degrees > ul > li{
		width: 30%;
	}
	.home-overlay-event, .home-overlay-news{  width: 90%;  position: absolute;
    top: 18%;
    color: black;
    font-weight: 700;
    text-align: center;
    padding: 10px;}	
	.home-overlay-news-main, .col-md-12.lg .home-overlay-event{
		width: 90%;  position: absolute;
		 color: black;
		font-weight: 700;
		text-align: center;
		padding: 10px;
		top: 20%;
		font-size: 36px;
		line-height: 40px;
	}	
} /*END - MQminW800 */
.homepage-degrees > ul > li > span{
	width: 100%;
    padding-top: 80px;
    height: 100%;
    display: block;
	text-align:center;
	transition: all 1s;
}
.homepage-degrees ul{
	text-align:center;
}
.homepage-degrees > ul ul{
	visibility:hidden;
	opacity: 0;
}
.homepage-degrees > ul ul li{
	padding: 10px;
}
.homepage-degrees > ul li:hover ul{
	visibility:visible;
	opacity: 1;
	transition: all .5s;
}
.homepage-degrees li.students > span{
	background-color: #DD8B12;
}
.homepage-degrees li.students{
	border: 2px solid #DD8B12;
}
.homepage-degrees li.students li a{
	color: #DD8B12;
}
.homepage-degrees li.locations > span{
	background-color: #01172D;
}
.homepage-degrees li.locations{
	border: 2px solid #01172D;
}
.homepage-degrees li.locations li a{
	color: #01172D;
}
.homepage-degrees li.flex > span{
	background-color: #FF6C47;
}
.homepage-degrees li.flex{
	border: 2px solid #FF6C47;
}
.homepage-degrees li.flex li a{
	color: #FF6C47;
}
.homepage-degrees li > span{
	background-image: url(img/degree-pattern1.png);
	color: #FFFFFF;
}
.container-fluid .date {
	position: absolute;
	top: 0;
    left: 0;
}
.container-fluid .date:before{
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    border-top: 70px solid white;
    opacity: .8;
    border-right: 100px solid transparent;
    width: 0;
}

.inner-date{
    position: relative;
    display: block;
    color: #037c7c;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 22px;
    padding-left: 28px;
	padding-top: 4px;
}
.events_row article p{
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0.05em;
}
@media (min-width:992px) {
	.events_row article.main {
		margin-bottom: 30px;
		overflow: hidden;
		height: 210px;
	}
	.events_row .lg article.main {
		height: 328px;
	}
} /*END - MQminW992 */
.row.ctas a, .row.ctas a:link, .row.ctas a:active {
	display:block;
	height:50px;
	padding:12px;
	font-size:13px;
	font-weight:700;
	line-height:14px;
	text-align:center;
	color:white;
	text-decoration:none;
	background-color:#b5e8f4; /*light blue*/
	background-image:url(img/cta_bg1.png);
	border:1px solid white;
}
.row.ctas a:nth-of-type(1), .row.ctas a:nth-of-type(3) {
padding-top:20px;	
}
.seeAll{
	float:right;
	color: #a4680d !important;
	font-size: 13px;
}
@media (min-width:768px){
	.row.ctas a, .row.ctas a:link, .row.ctas a:active {
		height: 100px;
		padding:25px;
		font-size:24px;
		font-weight:700;
		line-height:25px;
		border:none;
	}
	.row.ctas a:nth-of-type(1), .row.ctas a:nth-of-type(3) {padding-top: 37px;}
	.home .articleList.news{padding-right:35px;}
	.home .articleList.events{padding-left:35px;}
} /*END - MQminW768 */
.custom div.tp-bullet{
background-color: #FFFFFF;
float:left;
transform: rotate(45deg);
}
.custom .tp-bullet.selected{
background-color: #002d62;
}
.row.ctas a:hover, .row.ctas a:focus {
	color:#01172D;
	text-decoration:none;
	background-image:none;
}
.home .intro .inner {
    margin: 23px 0;
    padding: 15px 15px 23px;
    border-top: 6px solid #ffce00;
    border-bottom: 6px solid #ffce00;
} 
@media (min-width:768px){
	.home .intro .inner {
		margin: 65px 0;
		padding: 30px 15px 40px;
	}
} /*END - MQminW768 */

.home .intro p {
    margin: 0;
	padding: 0 30px;
}

.parallax-container.overTxt1, .parallax-container.overTxt2 {
	position: relative;
    text-transform: uppercase;
    color: #FFFDF5;
    font-weight: 700;
	min-height:200px;
}
.overTxt1 /* .overTxt1 blockquote*/ { 
	font-size: 30px;
    line-height: 40px;
    letter-spacing: .2em;
    font-style: italic;
}
	.overTxt1 .contentWidth {
		height: 100%;
		padding-left:0;
	}
	
.overTxt1 .inner {}
.diag .inner2 {
    margin-top: 70px;
}
.overTxt2, .overTxt2 blockquote, .diag blockquote {
font-size: 15px;
letter-spacing: 0.17em;
line-height: 30px;
border:none;
text-align:center;
color: #FFFDF5;	
font-weight:700;	
text-transform: uppercase;	
}
.overTxt2 blockquote footer, .diag blockquote footer{
	font-size:14px;
	letter-spacing:0.15em;
	line-height:17px;
	color: #FFFDF5;	
	margin-top: 1em;
}
.parallax-container i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background:transparent;
	background-attachment:fixed;
	background-size: 100%; /*contain*/
	clear: both;
}
.parallax-container i.pattern {  
    display:none;
}
.darken {background-color: rgba(0,0,0,0.15);}
.parallax-container i.overlay {
opacity:0.7;
}
/*PARALLAX*/
.page-parent .parallax-container.hero, .parallax-container.hero { 
	height:220px;
	display:block;
}
.page-parent .parallax-container.hero i.pattern, .parallax-container.hero i.pattern, .diag { 
		    display:none;
}
.parallax-container.hero i.pattern {
	position: absolute;
    background: transparent;
    width: 100%;
	height: 100%;
    background-image: url(img/pattern_green.png);/*default*/
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: repeat-y;
}
@media (min-width:768px) {
	.page-parent .parallax-container.hero, .page-parent .parallax-container.hero i.pattern, .parallax-container.hero, .parallax-container.hero i.pattern { 
		height:274px;
		display:block;
	}
	.diag {
			display: block;
		overflow: hidden;
		height: 200px;
		-webkit-transform: skewY(-4deg);
		-moz-transform: skewY(-4deg);
		-ms-transform: skewY(-4deg);
		-o-transform: skewY(-4deg);
		transform: skewY(-4deg);
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.diag .inner {
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: center center;
		height: 350px;
		width: 100%;
		position: relative;
		padding: 50px 0;
		margin-top: -100px;
		-webkit-transform: skewY(4deg);
		-moz-transform: skewY(4deg);
		-ms-transform: skewY(4deg);
		-o-transform: skewY(4deg);
		transform: skewY(4deg);
	}
	.diag i.overlay {
		opacity: 0.7;
	}
	.diag i {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
} /*END MQmin768 */
@media (min-width:1024px) {
	.page-parent .parallax-container.hero, .page-parent .parallax-container.hero i.pattern, .parallax-container.hero, .parallax-container.hero i.pattern { 
		height:366px;
		display:block;
	}
} /*END MQmin1024 */
@media (min-width:1201px) {
	.page-parent .parallax-container.hero, .page-parent .parallax-container.hero i.pattern {
		height:500px;
		display:block;
	}
	.parallax-container.hero, .parallax-container.hero i.pattern {
		height: 460px;
		display:block;
	}
	.diag {
		display: block;
		overflow: hidden;
		height: 350px;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.diag .inner {
		height: 550px;
		width: 100%;
		padding: 50px 0;
		margin-top: -100px;
	}
} /*END MQmin1201 */
.darken {
    background-color: rgba(0,0,0,0.15) !important;
}
.parallax-container .contentWidth, .parallax-container .inner {
    height: 100%;
	width: 100%;
    margin: 0 auto;
    position: relative;
}
.parallax-container .division {
    font-style: italic;
    color: #FFFDF5;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
    display: block;
    width: auto;
    position: absolute;
    bottom: 80px;
    left: 15%;
}
.page-template-temp-level-1-landing .parallax-container.introImageParallax {
	min-height: 345px;
}
/*END PARALLAX */
.home i.pattern { /*  home*/
    background-image: url(img/pattern_orange.png) !important;
}
.top-parent-61 i.pattern { /*  alumni */
    background-image: url(img/pattern_blue4.png) !important;
}
.top-parent-58 i.pattern { /*  AdminAid */
    background-image: url(img/pattern_blue2.png) !important;
}
.top-parent-55 i.pattern { /*  studentlife */
    background-image: url(img/pattern_coral.png) !important;
}
.top-parent-52 i.pattern { /*  academics */
    background-image: url(img/pattern_green.png) !important;
}
.top-parent-41 i.pattern { /*  get2knowWpu */
    background-image: url(img/pattern_blue.png) !important;
}
.parallax-container, .parallax-container i.pattern {display:none;}
@media (min-width:768px){
	.parallax-container, .parallax-container i.pattern {display:block;}
			
	.parallax-container.overTxt1, .parallax-container.overTxt2, .parallax-container.overTxt2 i, .parallax-container.overTxt1 i {
		height: 310px;
	}
	.parallax-container.overTxt1, .parallax-container.overTxt2 {
		padding-top: 80px;
	}	
	.page-template-temp-profiles .parallax-container.overTxt1, .page-template-temp-profiles .parallax-container.overTxt2 {
		height: 230px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.overTxt1 /* .overTxt1 blockquote*/ { 
		font-size: 30px;
		line-height: 40px;
	}
	.overTxt1 .contentWidth {
		padding-left: 200px;
	}		
	.overTxt1 .inner {}
	.overTxt2, .overTxt2 blockquote, .diag blockquote {
	font-size:16px;
	line-height:32px;
	}   
	.diag .inner2 {
		margin-top: 70px;
	}
	.overTxt2 blockquote footer, .diag blockquote footer{
		font-size:14px;
		line-height:16px;
	}
} /* END MQmin768 */
@media (min-width:1024px){
	.parallax-container .parallax-container i.pattern {display:block;}	
	.parallax-container.overTxt1, .parallax-container.overTxt2, .parallax-container.overTxt2 i, .parallax-container.overTxt1 i {
		height: 345px;
	}
	.parallax-container.overTxt1, .parallax-container.overTxt2 {
		padding-top: 130px;
	}
	.page-template-temp-profiles .parallax-container.overTxt1, .page-template-temp-profiles .parallax-container.overTxt2 {
		height: 270px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.overTxt1 /* .overTxt1 blockquote*/ { 
		font-size: 40px;
		line-height: 50px;
	}
	.overTxt1 .contentWidth {
		padding-left: 200px;
	}	
	.overTxt1 .inner {
	}
	.overTxt2, .overTxt2 blockquote, .diag blockquote {
	font-size:18px;
	line-height:36px;
	}   
	.diag .inner2 {
		margin-top: 100px;
	}
	.overTxt2 blockquote footer, .diag blockquote footer{
	font-size:13px;
	line-height:16px;
	}
} /* END MQmin1024 */
@media (min-width:1200px){
	.parallax-container .parallax-container i.pattern {display:block;}		
	.parallax-container.overTxt1, .parallax-container.overTxt2, .parallax-container.overTxt2 i, .parallax-container.overTxt1 i {
		height: 445px;
	}
	.parallax-container.overTxt1, .parallax-container.overTxt2 {
		padding-top: 160px;
	}
	.page-template-temp-profiles .parallax-container.overTxt1, .page-template-temp-profiles .parallax-container.overTxt2, .page-template-temp-profiles .parallax-container i {
		height: 320px;
	}
	.page-template-temp-profiles .parallax-container.overTxt1, .page-template-temp-profiles .parallax-container.overTxt2 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.overTxt1 /* .overTxt1 blockquote*/ { 
		font-size: 50px;
		line-height: 60px;
	}
	.overTxt1 .contentWidth {
			padding-left: 200px;
	}	
	.overTxt1 .inner {
	}
	.overTxt2, .overTxt2 blockquote, .diag blockquote {
	font-size:20px;
	line-height:40px;
	}   
	.diag .inner2 {
		margin-top: 130px;
	}
	.overTxt2 blockquote footer, .diag blockquote footer{
		font-size:15px;
		line-height:18px;
	}
} /* END MQmin1200 */
.newsEvents .articleList h2 a {
	color:#ff6c47;
}
.newsEvents .articleList h2 a:hover, .newsEvents .articleList h2 a:focus {
	color:#808a91;
	text-decoration:none;
}
.homepage-degrees > ul > li:hover span {
    padding: 24px;
    height: 65px;
}
/* END -- HOME TEMPLATE ============================== */
/* .page-template-temp-text-visual ============================== */
.page-template-temp-text-visual .wpuVC > div > .row {
    margin-bottom: 30px;
}
.page-template-temp-text-visual h2, .page-template-temp-text-visual h3, .page-template-temp-text-visual h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sideNav .navbar-toggle .icon-bar{
    background-color: #01172D;
} 
.sideNav .navbar-collapse{
	padding: 0;
}
.level1-side-menu .caret{
	display:block;
}
.level1-side-menu .side-menu .active .sub-menu{
	display:block;
}
@media screen and (min-width: 768px){
    .caret{
		display:none;
	}
	.currentPage > .side-sub-menu, .current-menu-item > .side-menu .sub-menu{
		display:block;
	}
} /*END MQmin768 */
@media screen and (max-width: 767px){
/* 	.navbar-header:after{
		content: 'Menu';
		clear:none;
		font-size: 25px;
		margin-top: 5px;
		padding: 9px 0 10px;
		color: #01172D;
		font-weight: 400;
	} */
	.sideNav .navbar{
		border: 2px solid #01172D;
		border-radius: 10px;
	}
	.sideNav{
		display: none;
		min-height: 70px;
	}
	.sideNav .navbar{
		position:absolute;
		z-index: 50;
		width: 100%;
		top:0;
		background-color: #FFFDF5;
		left:0;
	}
	.side-menu .menu-item-has-children .sub-menu{
		display:none;
	}
	.side-menu .menu-item-has-children.active .sub-menu{
		display:block;
	}
	.sideNav .navbar-collapse{
		overflow: visible;
	}
}  /*END MQmax767 */


/* END -- .page-template-temp-text-visual ============================== */
/* .page-template-temp-profiles ============================== */
.page-template-temp-profiles { }
 .og-grid.item-selected .profileItem{
	pointer-events: none;
}
.og-grid.item-selected .og-expanded .profileItem{
	pointer-events: auto;
}
.og-grid li.og-expanded{
	margin-bottom: 10px;
}
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	
	width: 100%;
}
.og-grid > li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 140px;
	width:100%;
}
.og-grid > li.divider {
	display: block;
	width:100%;
	height:auto;
}
@media (min-width:468px){
.og-grid > li {width:46%;}		
	}
@media (min-width:900px){
.og-grid > li {width:22%;}		
}
@media (min-width:1200px){
.og-grid > li {width:18%;}	
	.og-details .profileDescription{width: 75%;}
}
.og-grid > li > a, .og-grid > li > a img {
	outline: none;
	display: block;
	position: relative;
}
.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	z-index: 999;
	overflow: hidden;
}
.og-expander-inner {
	padding: 30px 20px;
	height: 100%;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	    z-index: 9999;
}
.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}
.og-fullimg,
.og-details {
	float: left;
	overflow: hidden;
	position: relative;
}
.og-details {
	padding: 0 40px 0 20px;
	width: 75%;
}
.og-fullimg {
	text-align: center;
	width:20%;
}
.og-fullimg img {
	display: inline-block;
	width:100%;
	height:auto;
}
.og-details h1.profileTitle {
    font-weight: 100;
    font-size: 32px;
    line-height: 38px;
    padding: 0;
    margin: 10px 0 5px;
    text-transform: none;
    letter-spacing: .05em;
	color:#002d62;
}
.og-details p {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}
.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}
.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
.og-details a:hover {
	border-color: #999;
	color: #999;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
}
@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}
/* END - FROM COMPONENT.CSS  */
.side-menu .side-sub-menu li{
	margin-bottom: 15px;
}
.side-sub-menu{
	display:none;
	padding-left: 20px;
	margin-top:15px;
}
ul.side-menu > li.currentPage > a{
	font-weight: 900;
	letter-spacing: 0.05em;
}
.side-menu .side-sub-menu li.currentPage a{
	font-weight: 700;
}
.sideNav .navbar-toggle .icon-bar{
    background-color: #01172D;
} 
.sideNav .navbar-collapse{
	padding: 0;
}
@media screen and (min-width: 768px){
	.caret{
		display:none;
	}
	
	ul.side-menu  li.currentPage{
		list-style-type: disc;
		color: #FF6C47;
		display: list-item;
	}
	.currentPage > .side-sub-menu{
		display:block;
	}
	ul.side-menu > li.currentPage > a{
		font-size: 13px;
		line-height: 19px;
	}
	.side-menu .side-sub-menu li a{
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
	}
} /*END MQmin768 */
@media screen and (max-width: 767px){
/* 	.navbar-header:after{
		content: 'Menu';
		clear:none;
		font-size: 25px;
		margin-top: 5px;
		padding: 9px 0 10px;
		color: #01172D;
		font-weight: 400;
	} */
	
	.sideNav .navbar{
		border: 2px solid #01172D;
		border-radius: 10px;
	}
	
	.sideNav{
		min-height: 70px;
	}
	
	.sideNav .navbar{
		position:absolute;
		z-index: 50;
		width: 100%;
		top:0;
		background-color: #FFFDF5;
		left:0;
	}
	.has-children .caret{
		position: absolute;
		display:block;
		top:3px;
		right:10px;
		width: 10px;
		height: 10px;
		border-top: 10px solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		color: #002d62;
		
	}
	
	.has-children.active .side-sub-menu{
		display:block;
	}
	
	.sideNav .navbar-collapse{
		overflow: visible;
	}
	
} /*END MQmax767 */
a.toTopDivision:after{
	content: ' ↑';
}
@media (min-width: 768px) {
.page-template-temp-profiles aside.sideNav {
    position: relative;
}
.page-template-temp-profiles .introSidenav .intro {
    left: 0;
}
} /*END MQmin768 */
.page-template-temp-profiles .introSidenav {
	padding-bottom:25px;
}
.page-template-temp-profiles .divisions { padding-top: 50px; }
.page-template-temp-profiles .jumpLinks { padding: 0 20px; }
.page-template-temp-profiles .divisions .jumpLinks h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
	letter-spacing: 0.05em;
}
.page-template-temp-profiles .jumpLinks .buttons a {
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
.page-template-temp-profiles h2.profileHeading {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .05em;
    font-weight: 100;
    text-transform: none;
    padding: 0 0 12px 20px;
    border-bottom: 5px solid #01172d;
    margin-top: 50px;
}
.page-template-temp-profiles a.profileItem {cursor:pointer;}
.page-template-temp-profiles .profileItem h3 {font-size:18px;line-height:21px;font-weight:700; text-transform: none; margin-bottom: 8px; color:#01172d; letter-spacing:0.05em;}
span.profileTitle {font-size:14px;line-height:16px;font-weight:100; color:#01172d;letter-spacing:.05em; display:block;}
.page-template-temp-profiles .og-expanded .profileItem h3, .og-expanded .profileTitle {
    color: #FFFDF5;
}
.page-template-temp-profiles .og-expander-inner{
	background-color: #c8f5ff;
}
.page-template-temp-profiles .og-grid > li > a{
	border: 2px solid #dd8b12;
	padding: 10px;
	min-height: 140px;
}
.page-template-temp-profiles .og-grid li.og-expanded > a{
	background: #01172d;
	color: white;
	border:none;
}
.page-template-temp-profiles .og-grid li.og-expanded{
	min-height: 350px;
	background: #01172e; /* Old browsers */
background: -moz-linear-gradient(top,  #01172e 50%, #2989d8 50%, #207cca 51%, #fffdf5 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #01172e 50%,#2989d8 50%,#207cca 51%,#fffdf5 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #01172e 50%,#2989d8 50%,#207cca 51%,#fffdf5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01172e', endColorstr='#fffdf5',GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width:1440px){
	a.toTopDivision{
		right: 40px;
	}
} /*END MQmin1440 */
.toTopDivision{
	position: fixed;
	top: 80%;
    right: 2px;
    border: 1px solid;
    padding: 3px 5px;
	background: #FFFDF5;
}
.page-template-temp-profiles .og-details.profileCol {
	width: 80%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	}
.page-template-temp-profiles .og-details span.subtitle {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
margin: 0 0 10px 0;
    display: block;
}
.page-template-temp-profiles .og-bottomdetails{
	position:relative;
	width:100%;
	float: left;
	padding: 15px 15px 0;
}
/*tele/email col*/
.page-template-temp-profiles .og-bottomdetails .col-md-5th.profileCol:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
}
.page-template-temp-profiles .og-bottomdetails .col-md-5th.profileCol:nth-of-type(1) > div {
    padding-bottom: 10px;
}
/*edu,org,recogn,addit cols*/
.page-template-temp-profiles .profileCol ul {
    padding-left: 0;
    list-style: none;
}
.page-template-temp-profiles .profileCol ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 12px;
}
.page-template-temp-profiles .og-details .profileDescription{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .05em;
}
.page-template-temp-profiles .profileCol h5{
	font-size: 15px;
	line-height: 16px;
	letter-spacing: .05em;
}
/* END -- .page-template-temp-profiles ============================== */
/* .page-template-temp-news-landing ============================== */
.page-template-temp-news-landing { }
.page-template-temp-news-landing .articleList article h2, .page-template-temp-events-landing .articleList article h2 {
font-size:25px;
line-height:26px;
letter-spacing:.05em;
font-weight:700;
text-transform:none;
margin-bottom: 8px;
}
.page-template-temp-news-landing .articleList article p, .page-template-temp-events-landing .articleList article p {
font-weight:400;
}
.news-excerpt{
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
	letter-spacing: 0.05em;
}
.news-date{
    max-width: 100px;
    float: left;
	font-size: 17px;
	font-weight: 400;
}
.news-image{
	float:left;
	width: 183px;
	margin-right: 32px;
	max-width: 35%;
}
.news-item{
	width:100%;
	float:left;
	padding: 26px 0;
	border-bottom: 2px solid #ffce00;
	position: relative;
}
.newsful a, .em-calnav{
	text-decoration: underline;
}
.month_name{
	font-weight: 400;
}
.newsList{
	border-top: 2px solid #ffce00;
	margin-top: 22px;
}
.newsList h2{
	font-weight: 700;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-transform: none;
	margin-bottom: 10px;
}
.newsList h2 a, .featuredNews h2 a{
	color: #002D62;
	transition: all .5s;
}
.newsList h2 a:hover, .featuredNews h2 a:hover{
	color: #808a91;
	text-decoration: none;
	transition: all .5s;
}
.featuredNews{
	margin-bottom: 40px;
}
.featuredNews h2{
	font-size: 15px;
	line-height: 17px;
	text-transform: none;
	margin-bottom: 12px;
}
.featuredNews img{
	margin-bottom: 12px;
}
.page-template-temp-news-landing .hero{
	max-height: 600px;
    overflow: hidden;
	margin-bottom: 80px;
}
.page-template-temp-news-landing h1{
	margin-bottom: 50px;
}
.page-template-temp-news-landing h1.site-title{
	margin-bottom: 0px;
}
.newsArchive {
    padding: 20px;
    border-radius: 12px;
	margin-top: 20px;
}
.newsArchive ul{
	padding-left: 0;
	list-style-type:none;
}
.newsArchive h3 {
    font-size: 15px;
}
.pager {
	padding-top:50px;
	padding-bottom:50px;
	}
.prev-posts-link {
    width: auto;
    display: block;
    float: right;
}
.next-posts-link {
    width: auto;
    display: block;
    float: left;
}
@media screen and (max-width: 991px){
	.em-calendar-wrapper, .news-excerpt{
		display:none;
	}
	.featuredNews article > *:not(img){
		padding-left: 15px;
		padding-right: 15px;
	}
} /*END MQmax991 */
@media screen and (min-width: 992px){
	.news-date{
		margin-left: -100px;
		text-align: right;
		position: absolute;
		top: 25px;
	}
} /*END MQmin992 */
.sideNav .navbar-toggle .icon-bar{
    background-color: #01172D;
} 
.sideNav .navbar-collapse{
	padding: 0;
}
.sideNav .navbar-toggle{
	float:left;
	width:100%;
}

.sideNav .navbar-toggle:before{
	content: 'Menu';
	position: absolute;
	left: 50px;
	font-size: 25px;
	font-weight: 400;
	top: 5px;
	color: #000000;
}

@media screen and (min-width: 768px){
	.currentPage > .side-sub-menu, .side-menu .current_page_parent > .sub-menu{
		display:block;
	}
} /*END MQmin768 */
@media screen and (max-width: 767px){
	
/* 	.navbar-header:after{
		content: 'Menu';
		clear:none;
		font-size: 25px;
		margin-top: 5px;
		padding: 9px 0 10px;
		color: #01172D;
		font-weight: 400;
	} */
	
	.sideNav .navbar{
		border: 2px solid #01172D;
		border-radius: 10px;
	}
	
	.sideNav{
		min-height: 70px;
	}
	
	.sideNav .navbar{
		position:absolute;
		z-index: 50;
		width: 100%;
		top:0;
		background-color: #FFFDF5;
		left:0;
	}
	
	.side-menu .menu-item-has-children.active .sub-menu{
		display:block;
	}
	
	.sideNav .navbar-collapse{
		overflow: visible;
	}
	
} /*END MQmax767 */
/* END -- .page-template-temp-news-landing ============================== */

/* .page-template-temp-level-1-landing ============================== */
.page-template-temp-level-1-landing { }

@media screen and (max-width:768px){
	.introImageParallax{
		display:none;
	}
} /*END MQmax768 */
section.row.splitIntro {}
.splitIntro .introTxt {
    padding-top: 30px;
    padding-bottom: 30px;
}
.introTxt .inner {}
section.row.searchDegree {
    padding-top: 75px;
}
#degree-search h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    border-bottom: 2px solid #ffe168;
    padding: 0 0 8px 5px;
	letter-spacing: .05em;
    text-transform: none;
}
.degree-group label {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
}
#degree-items h4 a{
    font-size: 17px;
    color: #002d62;
    text-transform: none;
	letter-spacing: .05em;
    line-height: 20px;
    padding-bottom: 10px;
	transition: all .5s ease;
}
#degree-items h4{   border-bottom: 1px solid grey;}
#degree-items h4 a:hover{
	transition: all .5s ease;
}
#degree-items .row{
	margin-bottom: 20px;
}
#degree-items h4 a {
    color: #002d6;
}
#degree-items h4 a:hover, #degree-items h4 a:focus {
color:#4d5c69;
text-decoration:none;}
#degree-items h5 {
    font-size: 13px;
    color: #002d62;
    text-transform: none;
    line-height: 16px;
   padding-bottom: 10px;
   padding-top: 10px;
   margin:0;
}
#degree-items li a {
    font-size: 13px;
    text-transform: none;
    line-height: 16px;
    padding-bottom: 10px;
    margin: 0;
    display: inline-block;
}
@media screen and (max-width: 1199px){
	aside.level1-side-menu.sideNav{
		display:block;	
		position:relative;
		width: 95%;
	}
	
	aside.level1-side-menu .side-menu{display:none;}
	
	aside.level1-side-menu .in .side-menu{display:block; clear:left;}
	
	.level1-side-menu .navbar-toggle{
		display:block;
	}
	.level1-side-menu ul.side-menu{ border: none; }
	.level1-side-menu ul.side-menu li a{
		font-size: 20px;
	}
/* 	.level1-side-menu .navbar-header:after{
		content: 'Menu';
		clear:none;
		font-size: 25px;
		margin-top: 5px;
		padding: 9px 0 10px;
		color: #01172D;
		font-weight: 400;
	} */
	
	.level1-side-menu .navbar{
		border: 2px solid #01172D;
		border-radius: 10px;
	}
	
	.level1-side-menu{
		min-height: 70px;
	}
	
	.level1-side-menu .navbar{
		position:absolute;
		z-index: 50;
		width: 95%;
		top:0;
		background-color: #FFFDF5;
		left:0;
	}
	
	.navbar-header {
		float: none;
	}
	
	/*new + - styles */
	.level1-side-menu span.caret:before {
		content: '+';
	    font-size: 24px;
	}
	.level1-side-menu .caret{
		border:0;
	}
	.level1-side-menu .active span.caret:before{
		content: '-';
	}
	
	/*end*/
	.side-menu .outerCaret{
		text-align:center;
		position: absolute;
		display:block;
		top:3px;
		right:10px;
		width: 30px;
		height: 30px;
	}
	
	
	.level1-side-menu{
   margin: 60px 0px 0px 15px;
}
	
	.level1-side-menu .navbar-collapse{
		overflow: visible;
	}
	
} /*END MQmax1199 */

.level1-side-menu{
display:none;	
}
.page-template-temp-level-1-landing .wpuVC .row.contentWidth, .page-template-temp-level-1-landing .wpuVC .row.contentWidth2, .page-template-temp-level-1-landing .wpuVC .row.contentWidth3 .page-template-temp-level-1-landing .wpuVC .row.prlxNav { /*visual composer non-full width rows*/
    margin-top: 40px;
    margin-bottom: 30px;
}
.page-template-temp-level-1-landing .wpuVC .row.prlxNav, .wpuVC .parallax-container {background-attachment:fixed;}
.page-template-temp-level-1-landing .wpuVC .row.contentWidth2 {
width:880px;
max-width: 100%;
}
.sideByside .leftImgTxt {padding-right:40px;}
.sideByside .rightImgTxt {padding-left:40px;}
.page-template-temp-level-1-landing .sideByside h2, .page-template-temp-level-1-landing .sideByside h3, .page-template-temp-level-1-landing .sideByside h4 {
    font-size: 24px;
    line-height: 32px;
	    margin-top: 15px;	
	} 
.page-template-temp-level-1-landing h2 a, .page-template-temp-level-1-landing h3 a, .page-template-temp-level-1-landing h4 a {
color:#002d62;
    font-size: 24px;
    line-height: 32px;
}
.page-template-temp-level-1-landing h2 a:hover, .page-template-temp-level-1-landing h3 a:hover, .page-template-temp-level-1-landing h4 a:hover {
color:#808a91;
text-decoration:none;
}
@media (min-width:768px) {
	section.row.splitIntro {
		display: table;
		width: 100%;
	}
	.col-sm-6.color2bg.colorbox {
		/* height: 100%; */
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	.splitIntro .colorbox .inner {
		width: 100%;
		max-width: 600px;
		float: right;
		text-align: center;
		/* padding: 80px 0 80px 15px; */
	}
	.colorbox .quote {
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 0.15em;
		font-weight: 900;
		text-transform: uppercase;
		display: block;
		border-top: 6px solid #FFFDF5;
		border-bottom: 6px solid #FFFDF5;
		max-width: 460px;
		margin: 0 auto;
		padding: 40px;
	}
	.colorbox .quote * {
		margin: 0;
	}
	.splitIntro .introTxt {
		display: table-cell;
		float: none;
		vertical-align: middle;
		padding-top: 0;
		padding-bottom: 0;
	}
	.introTxt .inner {
		max-width: 600px;
		padding: 55px 15px 55px 55px;
		display: block;
		width: 100%;
	}
} /*END MQmin768 */
.wpuAddRes .inner {
    border-top: 3px solid #ffce00;
    border-bottom: 3px solid #ffce00;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 35px;
	margin-top: 35px;
}
.wpuAddRes h4 {
    font-size:20px;
	line-height:24px;
	font-weight:400;
	text-transform:none;
	letter-spacing: .05em;
}
.listCol4 ul
{
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
	 list-style: none;
    padding: 0;
}
.listCol4 ul li, .listCol2 ul li {
    padding-bottom: 10px;
	display: inline-block;
}
.listCol4 ul li {
	min-width:100%;	/*50*/
}
.listCol2 ul li {
	min-width:100%;	/*50*/	
}
.listCol2 ul
{
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
	 list-style: none;
    padding: 0;
}
@media (min-width:768px) {
	.listCol4 ul {
		-moz-column-count: 4;
		-moz-column-gap: 2.5em;
		-webkit-column-count: 4;
		-webkit-column-gap: 2.5em;
		 column-count: 4;
		 column-gap: 2.5em;
	}
	.listCol4 ul li {
		min-width:100%; /* 25 */
	}
} /*END MQmin768 */

.degree-group{
	float:left;
	padding-bottom: 30px;
}
#degree-search{
	overflow:hidden;
	margin-bottom: 30px;
}
#degree-items li{
	padding: 0;
	list-style-type:none;
}
#degree-items{
	padding: 0;	
}
/* END -- .page-template-temp-level-1-landing ============================== */
/* .page-template-temp-event-landing ============================== */
.categoryOverlay{
	position: absolute;
    left: 0;
    top: 40%;
    margin: auto;
    text-align: center;
    right: 0;
	font-size: 15px;
    line-height: 21px;
    letter-spacing: .05em;
    font-weight: 600;
}
.event-image{
	position: relative;
}
.em-pagination{
	display: inline-block;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
div.css-search input.em-events-search-text{
	padding: 0;
}
.event-excerpt{
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.05em;
}
.articleList .event-date{
    max-width: 200px;
    float: left;
	font-size: 17px;
	font-weight: 400;
}
.articleList .event-image{
	float:left;
	width: 183px;
	margin-right: 32px;
	max-width: 35%;
}
.articleList .event-item{
	width:100%;
	float:left;
	padding: 26px 0;
	border-bottom: 2px solid #ff6c47;
	position: relative;
}
.em-search.em-events-search{
	border: 2px solid #9e9e9e;
	width: 190px;
}
.em-search-main .em-search-text.em-search-field{
	background: transparent;
	margin: 0;
	padding: 0;
}
.em-search-text{
	background: transparent;
}
div.css-search div.em-search-text{
	padding-left: 0;
}
div.css-search div.em-search-main .em-search-submit{
	display:none;
}
div.css-search{
	padding: 0;
	min-height: 0;
}
.eventful a, .em-calnav{
	text-decoration: underline;
}
.month_name{
	font-weight: 400;
}
select#event-filter, select#event-filter option{
	width: 190px;
	border: 2px solid #9e9e9e;
    border-radius: 4px;
	padding: 2px 10px 0px;
	background: transparent;
	color: #626262;
}
.articleList .eventList{
	border-top: 2px solid #ff6c47;
	margin-top: 22px;
}
.featuredEvent .event-date{
	display:none;
}
.featuredEvent .categoryOverlay{
	font-size: 35px;
}
.featuredEvent .event-image{
	max-width: 605px;
}
.eventList h2{
	font-weight: 700;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-transform: none;
	margin-bottom: 10px;
}
.eventList h2 a, .featuredEvent h2 a, .featuredNews h2 a{
	color: #002D62;
	transition: all .5s;
	letter-spacing: .05em;
}
.eventList h2 a:hover, .featuredEvent h2 a:hover{
	color: #808a91;
	text-decoration: none;
	transition: all .5s;
}
div.css-search{
	background: transparent;
}
.featuredEvent{
	margin-bottom: 40px;
}
.featuredEvent h2{
	font-size: 15px;
	line-height: 17px;
	text-transform: none;
	margin-bottom: 12px;
}
.featuredEvent img{
	margin-bottom: 12px;
}
.page-template-temp-event-landing .hero{
	max-height: 600px;
    overflow: hidden;
	margin-bottom: 80px;
}
.page-template-temp-event-landing h1{
	margin-bottom: 50px;
}
.page-template-temp-event-landing h1.site-title{
	margin-bottom: 0px;
}
.search_label{
	font-weight: 400;
	font-size: 15px;
	color: #626262;
	margin-bottom: 10px;
}
.pager {
	padding-top:50px;
	padding-bottom:50px;
	}
@media screen and (max-width: 991px){
	.em-calendar-wrapper, .event-excerpt{
		display:none;
	}
	.featuredEvent article > *:not(img){
		padding-left: 15px;
		padding-right: 15px;
	}
} /*END MQmax991 */
@media screen and (min-width: 992px){
	.event-date{
		/*margin-left: -170px; */
		right: 105%;
		width: 30%;
		text-align: right;
		position: absolute;
		top: 25px;
	}
	
	.em-calendar-wrapper{
		margin-bottom: 40px;
	}
} /*END MQmin992 */
.side-menu .side-sub-menu li{
	margin-bottom: 15px;
}
.side-sub-menu{
	display:none;
	padding-left: 20px;
	margin-top:15px;
}
.sideNav .navbar-toggle .icon-bar{
    background-color: #01172D;
} 
.sideNav .navbar-collapse{
	padding: 0;
}
@media screen and (min-width: 768px){
	.currentPage > .side-sub-menu, .side-menu .current-menu-item > .sub-menu{
		display:block;
	}
} /*END MQmin768 */
@media screen and (max-width: 767px){
/* 	.navbar-header:after{
		content: 'Menu';
		clear:none;
		font-size: 25px;
		margin-top: 5px;
		padding: 9px 0 10px;
		color: #01172D;
		font-weight: 400;
	} */
	
	.sideNav .navbar{
		border: 2px solid #01172D;
		border-radius: 10px;
	}
	
	.sideNav{
		min-height: 70px;
	}
	
	.sideNav .navbar{
		position:absolute;
		z-index: 50;
		width: 100%;
		top:0;
		background-color: #FFFDF5;
		left:0;
	}
	.side-menu .caret{
		position: absolute;
		display:block;
		top:-2px;
		right:10px;
		width: 10px;
		height: 10px;
		color: #002d62;
		
	}
	
		/*new + - styles */
	span.caret:before {
    content: '+';
	    font-size: 24px;
	}
	.caret{
		border:0;
	}
	.active span.caret:before{
		content: '-';
	}
	
	
	/*end*/
	
	.menu-item-has-children.active .sub-menu{
		display:block;
	}
	
	.sideNav .navbar-collapse{
		overflow: visible;
	}
	
} /*END MQmax767 */

/* END -- .page-template-temp-event-landing ============================== */

/* event-detail ============================== */
.event h2{
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.2em;
	line-height: 38px;
	text-transform: none;
}
.event .hero{
	max-height: 600px;
    overflow: hidden;
	margin-bottom: 80px;
}
.event .hero img{
	width: 100%;
}
.location-section>div{
	float:left;
}
.location-section .map{
	float:right;
}
.location-section{
	overflow:hidden;
	background-color: #4D5C69;
	width: 520px;
	padding: 25px 30px 25px 50px;
}
.location-text{
	color: #FFFFFF;
}
.location-text span{
	display:block;
}
.location-para{
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-event article.main-event{
	max-width: 720px;
}
.event-calendar-link,.event-calendar-link:hover{
	text-decoration:none;
}
.em-tickets-spaces {display:none;}
/* end from template */
.single-event span.h2{
	margin-bottom: 65px;
}
input.em-booking-submit#em-booking-submit{
margin-top: 25px;
width: 105px;
height: 30px;
background-color: #14477a;
border-radius: 5px;
color:#FFFFFF;
border: 0;
}
.single-event article h2{
	letter-spacing: .05em;
	padding-top: 15px;
	margin-bottom: 15px;
}
.event-calendar-link{
	display: block;
	margin-top: 15px;
	font-size: 13px;
}
.shareText{
    font-weight: 600;
    margin-right: 25px;
}
.shareFields img{
    margin-right: 25px;
}
.shareFields{
	margin-bottom: 35px;
}
.em-booking-buttons{
clear:both;
}
.input-group, .input-user-field{
float:left;
}
.page-template-temp-event-detail { }
.input-group, .input-user-field{
width: 50%;
}
.input-group input, .input-user-field input{
clear: left;
float: left;
}
.event .registration-form h2{
	margin-top: 25px;
	letter-spacing: 0.05em;
	font-weight: 300;
}
/* END -- .page-template-temp-event-detail ============================== */
/* .page-template-temp-degree-interior ============================== */
.page-template-temp-degree-interior { }
.hero .division {
    font-style: italic;
    color: #FFFDF5;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
    display: block;
    width: auto;
    position: absolute;
    bottom: 80px;
    left: 15%;
}
.row.introSidenav {
    margin-top: 65px;
    z-index: 800;
}
.page-template-temp-text-visual .row.introSidenav {
    min-height:1000px;
}
.page-template-temp-degree-interior .introSidenav .intro {
	/*border-bottom:1px solid #01172D;*/
}
.preDeg {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: block;
    margin-bottom: 7px;	
}
.page-template-temp-degree-interior .introSidenav .intro p {
    color: #666;
    font-weight: 700;
}
.introCtas {
    min-height: 200px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 30px;
}
.introCtas .inner {
    width: 145px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.introCtas a {
    display: block;
    width: 100%;
    height: 37px;
    background-color: #037c7c;
    border: 2px solid #FFFDF5;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: #FFFDF5;
	transition: 1s all;
}
.introCtas a:hover, .introCtas a:focus {
    background-color: #01172D;
	text-decoration:none;
}
.degreeImage hr {
    margin-top: 0;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #000;
}
@media screen and (min-width:992px){
	.page-template-temp-degree-interior .sideBysides .sideLeft{
		padding-right: 30px;
	}
	.page-template-temp-degree-interior .sideBysides .sideRight{
		padding-left: 30px;
	}
} /*END MQmin992 */
.page-template-temp-degree-interior .sideBysides h5{
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: .05em;
}
.page-template-temp-degree-interior .sideBysides ul{
	padding: 0;
	list-style-type: none;
	margin-bottom: 25px;
}
.page-template-temp-degree-interior .sideBysides ul li{
	padding: 3px 0; /* was 8px 0 */
    font-size: 14px;
    line-height: 15px;
}
.page-template-temp-degree-interior .sideBysides .listCol2 li {
color:#037c7c;
font-weight:400;
font-size:14px;
line-height:23px;
}
.wpuFaculty .facultyRow {
    padding-bottom: 30px;
}
@media (max-width:474px) {
.col-sm-4.col-xs-6.faculty {width:100%;}
} /*END MQmax474 */
.faculty article {
    padding: 25px 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    height: 415px;
    margin-bottom: 30px;
}
.faculty a {
    color: #102c52;
}
.faculty img {
    margin-bottom: 10px;
}
.faculty h4 a, .faculty h4 {
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
	/*letter-spacing: .05em;*/
	letter-spacing: .075em;
    line-height: 18px;
}
.faculty h4, .faculty span {
    margin-bottom:10px;
    display:block;
}
.wpuFacilities img {
    margin-bottom: 15px;
}
.wpuFacilities h4, .wpuFacilities h5 {
	font-size:19px;
	text-transform:none;
	letter-spacing:.05em;
	line-height:21px;
	margin-bottom: 0;
	}
.wpuFacilities .color9bg {
padding-top:30px;	
}
.wpuFacilities .color9bg {
    padding-top: 30px;
}
.page-template-temp-degree-interior .newsEvents {}
.page-template-temp-degree-interior .newsEvents article.row {
    margin-right: 0;
    margin-left: 0;
}
a.eventItem h4, a.eventItem .eventDate {
    font-size: 13px;
    margin: 0;
    line-height: 1em;
	letter-spacing: .05em;
}
a.eventItem h4 {
    font-weight: 400;
text-transform:none;
}
article a.eventItem {
    border-bottom: 1px solid #FFFDF5;
    padding: 12px 20px;
	display: block;
    overflow: hidden;
	color:#002d62;
}
a.eventItem .eventDate {
    font-weight: 400;
    letter-spacing: 0.05em;
	display: inline-block;
    padding: 0 20px 0 0;
}
a.eventItem .eventTitle {
    display: inline-block;
}
.events article a.eventItem {
    border-bottom: 1px solid #ff6c47;
	text-decoration: none;
}
.news {
    padding-bottom: 30px;
}
.newsEvents h3 {
    padding-left: 20px;
}
@media (min-width:768px) {
	.col-sm-push-3.col-sm-9.col-xs-12.wpuFacilities {
    width: 77%;
    margin-left: -60px;
}
.wpuFacilities .color9bg {
    padding-top: 30px;
    padding-left: 75px;
}
.col-md-6.news {
    padding-left: 75px;
    padding-bottom:0;
}
.col-sm-push-3.col-sm-9.col-xs-12.wpuPadB.newsEvents.color8bg {
    width: 77%;
    margin-left: -60px;
}
.page-template-temp-degree-interior .wpuAddRes .inner {
	width: 71%;
}
} /*END MQmin768 */
/* END -- .page-template-temp-degree-interior ============================== */
.parallax-container {
	/* background-image:url(img/cta_bg.png); */
	background-attachment:fixed;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*min-height:200px; dev*/
	position: relative;
	overflow: hidden;
}
.hero {
    height: 230px;
}
	.hero .contentWidth, .hero .inner {
		height: 100%;
	}
	@media (min-width:768px) and (max-width:1023px) {
.hero {height: 300px;}
	}
	@media (min-width:1024px) {
.hero {height: 500px;}
	}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait), (device-width: 768px) and (device-height: 1024px) and (orientation:landscape), (max-width: 767px) {
 		.parallax-container, .diag .inner, .page-template-temp-level-1-landing .wpuVC .row.prlxNav, .page-template-temp-level-1-landing .wpuVC .row.prlx, .page-template-temp-text-visual .wpuVC .row.prlx, .page-template-temp-text-visual .prlxPhotoShort, .page-template-temp-text-visual .prlxPhotoTall, .prlxPhotoShort, .prlxPhotoTall {
        background-attachment: scroll;
    }
}
body > .container-fluid {
    padding-top: 59px;
    background-color: transparent;
}
@media (min-width: 768px) {
.introSidenav .intro, .introSidenav main {
    left: 25%;
}
aside.sideNav {
    position: absolute;
    z-index: 800;
}
} /*END MQmin768 */
@media (min-width: 1200px) {
body > .container-fluid {
    padding-top: 77px;
}
aside.sideNav .navbar{
	padding-right:60px;
}	
} /*END MQmin1200 */
.admin-bar .site-header {
    margin-top: 32px;
}
/*    VISUAL COMPOSER     =================================   */
.row.wpuVC.contentWidth {padding-top:0;}
/* LEVEL 1 LANDING MODULES ================= */
.page-template-temp-level-1-landing h2 a, .page-template-temp-level-1-landing h3 a, .page-template-temp-level-1-landing h4 a {
    color: #002d62;
    font-size: 34px;
    line-height: 38px;
}
.vc_section h2 {
    margin-bottom: 5px;
}
.wpuVC .textArea h2, .wpuVC .textArea h3, .wpuVC .textArea h4 {
    margin-bottom: 5px;
}
.vnImgLink .linkImg, .vnImgLink .vnLink {
    margin-bottom: 14px;
    text-align: center;
}
@media (max-width: 650px){
.page-template-temp-level-1-landing h2 a, .page-template-temp-level-1-landing h3 a, .page-template-temp-level-1-landing h4 a {
    color: #002d62;
    font-size: 24px;
    line-height: 38px;
}

}
/* COLLAGE 1 */
.collage1 .textArea {
    height: 100%;
    min-height: 375px;
    display: table;
    /* padding-right:60px; */
}
.collage1 .textArea p, .collage1 .textArea h2, .collage1 .textArea h3, .collage1 .textArea h4, .collage1 .textArea h5 {
display:block;
max-width:90%;
}
.collage1 .textArea .wpb_text_column {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.collage1 h2, .collage1 h3 {
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.collage1 .bigImage, .topImage, .leftImage, .rightImage {
position:relative;
padding:0;
}
.collage1 .bigImage {position:relative;padding: 0;width: 32.1%;}
.collage1 .bigImage .figure, .medImage2smalls .figure {
    width: calc(100% - 10px);
    margin-bottom: 0;
}
.collage1 .bigImage img, .medImage2smalls img {
    width: 100%;
}
.collage1 .linkHolder {
    position: absolute;
    width: calc(100% - 9px);
    top: 0;
    height: 100%;
    margin: 0 !important;
}
.collage1 .bigImage p, .medImage2smalls p {
    width: 100%;
    height: 100%;
    display: table;
}
.collage1 .linkHolder a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
padding: 2px;
    text-align: center;
    background-color: rgba(1,23,45,0.8);
    color:#FFFDF5;
	letter-spacing:0.15em;
font-weight:900;
text-transform:uppercase;
    transition: all .5s;
}
.collage1 .linkHolder a:hover, .collage1 .linkHolder a:focus {
background-color: rgba(181,232,244,0.85);
color:#01172D;
text-decoration:none;
}
.collage1 .bigImage .linkHolder a {
font-size: 20px
;
line-height: 27px;
}
.collage1 .medImage .linkHolder a {
font-size: 17px
;
line-height: 24px;
}
.collage1 .smalls .linkHolder a {
font-size: 16px
;
line-height: 23px;
}
.collage1 .row.inner {
    margin: 0 0 0 -15px;
}
.collage1 .row.inner.smalls {
    margin-top: 10px;
}
.collage1 .row.inner > [class*='col-'] {
    padding: 0;
}
/* COLLAGE 2 */
.collage2 .textArea {
    height: 375px;
    /* padding-right:60px; */
    display: table;
}
.collage2 .textArea p, .collage2 .textArea h2, .collage2 .textArea h3, .collage2 .textArea h4, .collage2 .textArea h5 {
display:block;
max-width:90%;
}
.collage2 .textArea .wpb_text_column {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.collage2 h2, .collage2 h3 {
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.collage2 .row.inner.topRow {
    padding-bottom: 8px;
}
.collage2 .imageLinks .figure {
    width: calc(100% - 10px);
    margin-bottom: 0;
}
.collage2 .imageLinks img {
    width: 100%;
}
.collage2 .linkHolder {
    position: absolute;
    width: calc(100% - 9px);
    top: 0;
    height: 100%;
    margin: 0 !important;
}
.collage2 .imageLinks p {
    width: 100%;
    height: 100%;
    display: table;
}
.collage2 .linkHolder a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
padding: 2px;
    text-align: center;
    background-color: rgba(1,23,45,0.8);
    color:#FFFDF5;
	letter-spacing:0.15em;
font-weight:900;
text-transform:uppercase;
    transition: all .5s;
}
.collage2 .linkHolder a:hover, .collage2 .linkHolder a:focus {
background-color: rgba(181,232,244,0.85);
color:#01172D;
text-decoration:none;
}
.collage2 .imageLinks .linkHolder a {
font-size: 16px
;
line-height: 23px;
}
.collage2 .row.inner {
    margin: 0 0 0 -15px;
}
.collage2 .row.inner > [class*='col-'] {
    padding: 0;
}
/* COLLAGE 3 */
.collage3 .textArea {
    display: table;
    height: 230px;
    /* padding-right:60px; */
}
.collage3 .textArea p, .collage3 .textArea h2, .collage3 .textArea h3, .collage3 .textArea h4, .collage3 .textArea h5 {
display:block;
max-width:90%;
}
.collage3 .textArea .wpb_text_column {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.collage3 h2, .collage3 h3 {
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.collage3 .row.inner.topRow {
    padding-bottom: 8px;
}
.collage3 .imageLinks .figure {
    width: calc(100% - 10px);
    margin-bottom: 0;
}
.collage3 .imageLinks img {
    width: 100%;
}
.collage3 .linkHolder {
    position: absolute;
    width: calc(100% - 9px);
    top: 0;
    height: 100%;
    margin: 0 !important;
}
.collage3 .imageLinks p {
    width: 100%;
    height: 100%;
    display: table;
}
.collage3 .linkHolder a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
padding: 2px;
    text-align: center;
    background-color: rgba(1,23,45,0.8);
    color:#FFFDF5;
	letter-spacing:0.15em;
font-weight:900;
text-transform:uppercase;
    transition: all .5s;
}
.collage3 .linkHolder a:hover, .collage3 .linkHolder a:focus {
background-color: rgba(181,232,244,0.85);
color:#01172D;
text-decoration:none;
}
.collage3 .imageLinks .linkHolder a {
font-size: 16px
;
line-height: 23px;
}
.collage3 .row.inner {
    margin: 0 0 0 -15px;
}
.collage3 .row.inner > [class*='col-'] {
    padding: 0;
}
/* COLLAGE 4 */
.collage4 .textArea {
    height: 300px;
    display: table;
}
.collage4 .textArea p, .collage4 .textArea h2, .collage4 .textArea h3, .collage4 .textArea h4, .collage4 .textArea h5 {
display:block;
max-width:90%;
}
.collage4 .textArea .wpb_text_column {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.collage4 h2, .collage4 h3 {
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.collage4 .row.inner.btmRow {
    padding-bottom: 8px;
}
.collage4 .imageLinks .figure {
    width: calc(100% - 10px);
    margin-bottom: 0;
}
.collage4 .imageLinks img {
    width: 100%;
}
.collage4 .linkHolder {
    position: absolute;
    width: calc(100% - 9px);
    top: 0;
    height: 100%;
    margin: 0 !important;
}
.collage4 .imageLinks p {
    width: 100%;
    height: 100%;
    display: table;
}
.collage4 .linkHolder a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
padding: 2px;
    text-align: center;
    background-color: rgba(1,23,45,0.8);
    color:#FFFDF5;
	letter-spacing:0.15em;
font-weight:900;
text-transform:uppercase;
    transition: all .5s;
}
.collage4 .linkHolder a:hover, .collage4 .linkHolder a:focus {
background-color: rgba(181,232,244,0.85);
color:#01172D;
text-decoration:none;
}
.collage4 .imageLinks .linkHolder a {
font-size: 16px
;
line-height: 23px;
}
.collage4 .row.inner {
    margin: 0 0 0 -15px;
}
.collage4 .row.inner > [class*='col-'] {
    padding: 0;
}
@media (max-width:1023px) {
	.collage1 .textArea.col-sm-4, .collage2 .textArea.col-sm-4, .collage3 .textArea.col-sm-4, .collage4 .textArea.col-sm-4 {
		width: 100%;
		display: block;
		height: auto;
		min-height: inherit;
		padding: 0 15px 20px 0;
	}
	.collage1 .imageLinks.col-sm-8, .collage2 .imageLinks.col-sm-8, .collage3 .imageLinks.col-sm-8, .collage4 .imageLinks.col-sm-8 {
		width:100%
	}
	.collage1 .bigImage {
		position: relative;
		padding: 0;
		width: 46.8%;
	}
	.collage1 .medImage2smalls.col-sm-4 {
	width:48.5%;
	}	
} /*END MQmax1023 */
/* Parallax Box */
.prlxBox .inner.col-sm-12 {
    width: 700px;
    max-width: 90%;
    float: none;
    margin: 90px auto;
    padding: 50px 45px;
    background-color: rgba(1,2,34, 0.8);
    color: #FFFDF5 !important;
}
.row.prlxNav {
    background-attachment: fixed;
}
.prlxNav.prlxBox a {
    color: #FFFDF5;
}
.prlxNav.prlxBox a:hover, .prlxNav.prlxBox a:focus{
    color: #FFFDF5;
text-decoration:underline;
}
/* LEFT PHOTO RIGHT TEXT */
.leftPhotoRightText .textArea {
    height: 300px;
    display: table;
}
.leftPhotoRightText .textArea .inner {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.leftPhotoRightText .leftImg {padding-right:35px;}
.leftPhotoRightText .leftImg img {width:100%;height:auto;}
/* Side By Side */
.sideByside .inner {
margin-bottom:5px;
}
.sideByside img {
width:100%;
height:auto;
}
.sideByside .inner h2, .sideByside .inner h3 {
margin-bottom:10px;
}
.page-template-temp-level-1-landing .sideByside h2 a, .page-template-temp-level-1-landing .sideByside h3 a, .page-template-temp-level-1-landing .sideByside h4 a, .page-template-temp-level-1-landing .sideByside h2, .page-template-temp-level-1-landing .sideByside h3, .page-template-temp-level-1-landing .sideByside h4 {
    font-size: 24px;
    line-height: 30px;
}
/* Text Landing */
.textLanding .inner h2, .textLanding .inner h3 {
margin-bottom:10px;
}
/*Parallax Navigation*/
.prlxNavHeading {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}
.prlxNavHeading h2 {
    margin-bottom: -60px !important;
    margin-top: 70px;
    color: white;
}
.row.prlxNav {
    background-attachment: fixed;
}
.prlxNav .theWizzy {
    min-height: 500px;
    padding: 70px 0;
    margin: 0 auto;
}
.prlxNav .theWizzy a {
	    display: block;
	        float: left;
width: 32.5%;
    background-color: rgba(181,232,244,0.85);
        margin: 0.25%;
    padding: 45px 8px;
    height: 114px;
    color: #01172D;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .15em;
    text-decoration: none;
transition: all .5s;
}
.prlxNav .theWizzy a:hover, .prlxNav .theWizzy a:focus {
    width: 32.5%;
    background-color: rgba(1,23,45,0.8);
    color: #FFFDF5;
}
@media (max-width:1000px) {
.prlxNav .theWizzy a {
	    height: 120px;
	    padding: 35px 8px;
}
} /*END MQmax1000 */
/* END - Parallax Navigation*/
/* TEXT VISUAL MODULES ================= */
/* Horizontal Photo With Text */
.horizontalPhotoWtxt .inner {
    margin-bottom: 16px;
}
.horizontalPhotoWtxt img {
width:100%;
height:auto;
}
.horizontalPhotoWtxt h2, .horizontalPhotoWtxt h3, .horizontalPhotoWtxt h4, .horizontalPhotoWtxt h5  {
font-size:19px;
line-height:23px;
font-weight:700;
margin-top:0;
text-transform:none;
}
/* Landscape Photo Side by Side */
.landscapePhotoSideBySide img {
	width:100%;
	height:auto;
}
.landscapePhotoSideBySide figcaption {
font-style:italic;	
}
.landscapePhotoSideBySide .leftImg, .landscapePhotoSideBySideWtxt .leftImgTxt  {
	padding-right:20px;
}
.landscapePhotoSideBySide .rightImg, .landscapePhotoSideBySideWtxt .rightImgTxt {
	padding-left:20px;
}
/* Landscape Photo Side by Side w Text */
.landscapePhotoSideBySideWtxt .inner {
    margin-bottom: 10px;
}
.landscapePhotoSideBySideWtxt h2, .landscapePhotoSideBySideWtxt h3, .landscapePhotoSideBySideWtxt h4, .landscapePhotoSideBySideWtxt h5 {
font-size:19px;
line-height:23px;
text-transform:none;
}
/* Parallax Photo Tall */
.prlxPhotoTall {
height:550px;
}
/* Parallax Photo Short */
.prlxPhotoShort {
height:345px;
}
/*  txtviz - Parallax Photo Tall / Short*/
.prlxPhotoShort, .prlxPhotoTall {background-attachment:fixed; margin: 80px 0!important;}
/*  END - txtviz - Parallax Photo Tall / Short*/
/* Horizontal Photo */
.horizontalPhoto img {
width:100%;
height:auto;
}
.horizontalPhoto figcaption {
font-style:italic;
}
/* Visual Navs */
.visualNav img {
width:100%;
height:auto;
}
.visualNav .vnLink a {
    color:#01172d;
    font-weight: 900;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .15em;
}
.visualNav a img {
opacity:1;
transition: 1s all;
}
.visualNav a:hover img {
opacity:0.6;
}
.vnImgLink .linkImg, .vnImgLink .vnLink {
    margin-bottom: 14px;
}
.vnImgLink .linkImg a {
    width:100%;
}
	/* Visual Nav 2-up */
.visualNav.vn2up .vnImgLink:nth-of-type(1) {
	padding-right:20px;
}
.visualNav.vn2up .vnImgLink:nth-of-type(2) {
	padding-left:20px;
}
	/* Visual Nav 3,4,6-up */
.vnImgLink.col-sm-3, .vnImgLink.col-sm-4 {
    padding-right: 5px;
    padding-left: 15px;
}
/* 3-Col Text */
.columnTxt h2, .columnTxt h3, .columnTxt h4, .columnTxt h5, .columnTxt h6 {
	color: #002d62;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-transform: none;
    letter-spacing: .05em;
    margin-bottom: 3px;
}
/* Directory Table */
.directory .contentWidth {float:none;}
.deptdirectory h2 {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 3px solid #002d62;
}
.deptdirectory .table>tbody>tr>th {
    border-top: 0;
}

/* Loacation Map */
@media screen and (min-width:471px){
	.contentWidth .contentWidth3.locationLego { padding: 25px 30px; }
} /*END MQmin471 */
.locationLego .wpb_content_element {margin:0;}
.locationLego h2, .locationLego h3, .locationLego h4, .locationLego h5 {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05em;
}
.locationLego p {
    font-size: 14px;
    line-height:18px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05em;
}
.page-template-temp-text-visual .row.contentWidth3.locationLego {
    margin-left: 0;
    margin-top: -50px;
    margin-bottom: 50px;
	max-width: 530px;
}
@media (max-width:767px) {
	.locationLego .textArea{padding-bottom: 20px;}
		
	.row.wpuVC.contentWidth, .row.wpuVC.contentWidth > .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.page-template-temp-level-1-landing .wpuVC .row.contentWidth, .page-template-temp-level-1-landing .wpuVC .row.contentWidth2, .page-template-temp-level-1-landing .wpuVC .row.contentWidth3 .page-template-temp-level-1-landing .wpuVC .row.prlxNav {
		margin-top: 30px;
		margin-bottom: 30px;}
	.leftPhotoRightText .textArea {
		height: auto;
	}
		
	.collage1 .textArea, .collage2 .textArea, .collage3 .textArea, .collage4 .textArea 	{
			display: block;
		height: auto;
		padding-bottom: 20px;
		padding-left:15px !important;
	}
		
	.textArea p, .textArea h2, .textArea h3, .textArea h4, .textArea h5 {
			max-width: 100% !important;}
		
	.collage1 .medImage2smalls.col-sm-4 {
		width: 100%;
	}
	.collage1 .bigImage {
		padding: 0 15px;
		width: 100%;
	}
	.collage1 .textArea, .collage2 .textArea, .collage3 .row.inner.topRow {
		min-height: inherit;
		padding-bottom: 40px;
		display:block;
	}
	.collage1 .bigImage .figure, .medImage2smalls .figure, .collage2 .figure, .collage3 .imageLinks .figure, .collage4 .imageLinks .figure {
		width: 100%;
		display: none!important;
	}
	.collage1 .bigImage p, .medImage2smalls p, .collage2 .topRow p, .collage2 .imageLinks p, .collage3 .imageLinks p, .collage4 .imageLinks p {
		width: 100%;
		height: 100%;
		display: block;
	}
	.collage1 .linkHolder a, .collage2 .imageLinks .linkHolder a, .collage3 .linkHolder a, .collage4 .linkHolder a {
		display: block;
		height: auto;
		min-height:67px;
		width: 100%;
		line-height: 20px;
		padding: 20px;
	}
	.collage1 .linkHolder, .collage2 .linkHolder, .collage3 .linkHolder, .collage4 .linkHolder {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 67px;
		margin: 0 0 10px !important;
	}
	.collage1 .bigImage .linkHolder a, .collage1 .medImage .linkHolder a, .collage1 .smalls .linkHolder a, .collage4 .linkHolder a {
		font-size: 20px;
		line-height: 27px;
	}
	.collage1 .row.inner {
		margin: 0;
	}
	.collage1 .row.inner.smalls {
		margin-top: 0;
	}
	.collage2 .row.inner.topRow, .collage2 .row.inner.btmRow, .collage3 .row.inner.topRow, .collage3 .row.inner.topRow, .collage4 .row.inner.btmRow {
		padding-bottom: 0;
		margin: 0;
	}
	.collage4 .row.inner {margin:0;}
	/* ------------------------------------------------ */
	.prlxNavHeading {
		max-width: 100%;
		width: 1200px;
		margin: 0 auto;
		padding-left: 30px;
	}
	.prlxNav .theWizzy {
		min-height: 500px;
		display: block;
		padding: 70px 15px;
		margin: 0 auto;
	}
	.prlxNav .theWizzy a {
		width: 95% !important;
		margin-bottom: 10px !important;
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 15px;
		height: auto;
		float: none;
	}
	.prlxNav .theWizzy a:hover, .prlxNav .theWizzy a:focus {
		width: 95%;
		background-color: rgba(1,23,45,0.8);
		padding: 15px;
		color: #FFFDF5;
		display: block;
	}
	.sideByside .leftImgTxt, .sideByside .rightImgTxt, .leftPhotoRightText .leftImg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sideByside .leftImgTxt {
		padding-bottom: 40px;
	}
	.leftPhotoRightText .leftImg .figure {
		margin-bottom: 10px;
	}
	.vnImgLink .figure {
		display: none;
	}
	.visualNav .vnLink a {
	display: block;
	height: auto;
	min-height: 67px;
	width: 100%;
	font-size: 20px;
	line-height: 27px;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(1,23,45,0.8);
	color: #FFFDF5;
	letter-spacing: 0.15em;
	font-weight: 900;
	text-transform: uppercase;
	transition: all .5s;
	}
	.visualNav .vnLink a:hover, .visualNav .vnLink a:focus {
		background-color: rgba(181,232,244,0.85);
		color: #01172D;
		text-decoration: none;
	}
	.vnImgLink.col-sm-3, .vnImgLink.col-sm-4, .visualNav.vn2up .vnImgLink:nth-of-type(1),.visualNav.vn2up .vnImgLink:nth-of-type(2) {
		padding-right: 15px;
		padding-left:15px;
	}
	.page-template-temp-text-visual .wpuVC > div > .row.vn6up {
		margin-bottom: 0;
	}
	.landscapePhotoSideBySide .leftImg, .landscapePhotoSideBySideWtxt .leftImgTxt  {
		padding-right:15px;
	}
	.landscapePhotoSideBySide .rightImg, .landscapePhotoSideBySideWtxt .rightImgTxt {
		padding-left:15px;
	}
	.prlxPhotoShort, .prlxPhotoTall {display:none;}
} /*END MQmax767 */
/*SIDE NAV */
.side-menu li{
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
}
.side-menu li a{
	color: #002d62;
}
.side-menu .side-sub-menu li, .side-menu .sub-menu li{
	margin-bottom: 15px;
}
.side-menu{
	padding: 20px 0px 10px 20px;
	border-top: 2px solid #FF6C47;
	border-bottom: 2px solid #FF6C47;
}
.side-sub-menu, .side-menu .sub-menu{
	display:none;
	padding-left: 20px;
	margin-top:15px;
}
ul.side-menu > li.currentPage > a, ul.side-menu > li.current-menu-item > a{
	font-weight: 900;
	letter-spacing: 0.05em;
}
.side-menu .side-sub-menu li.currentPage a, .side-menu .sub-menu li.current-menu-item a{
	font-weight: 700;
}
.side-menu li{
	font-weight: 500;
}
.side-menu li a{
	display: block;
	letter-spacing: 0.05em;
	font-size: 13px;
	line-height: 19px;
}
.sideNav .navbar-toggle .icon-bar{
    background-color: #01172D;
} 
.sideNav .navbar-collapse{
	padding: 0;
}
.navbar-toggle{
	float:left;
}
@media screen and (min-width: 768px){
	ul.side-menu  li.currentPage, ul.side-menu  li.current-menu-item{
		list-style-type: disc;
		color: #FF6C47;
		display: list-item;
	}
	.currentPage > .side-sub-menu, .current-menu-item > .sub-menu{
		display:block;
	}
	ul.side-menu > li.currentPage > a, ul.side-menu > li.current-menu-item > a{
		font-size: 13px;
		line-height: 19px;
	}
	.side-menu .side-sub-menu li a, .side-menu .sub-menu li a{
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
	}
} /*END MQmin768 */
@media screen and (max-width: 767px){
	ul.side-menu{ border: none; }
	ul.side-menu li a{
		font-size: 20px;
	}
	.side-menu .menu-item a {width: 80%;}
/* 	.navbar-header:after{
		content: 'Menu';
		clear:none;
		font-size: 25px;
		margin-top: 5px;
		padding: 9px 0 10px;
		color: #01172D;
		font-weight: 400;
	} */
	.sideNav .navbar{
		border: 2px solid #01172D;
		border-radius: 10px;
	}
	.sideNav{
		min-height: 70px;
	}
	.sideNav .navbar{
		position:absolute;
		z-index: 50;
		width: 100%;
		top:0;
		background-color: #FFFDF5;
		left:0;
	}
	.side-menu .menu-item-has-children.active .side-sub-menu, .current-menu-item .sub-menu{
		display:block;
	}
	.sideNav .navbar-collapse{
		overflow: visible;
	}	
} /*END MQmax767 */
/*END - SIDE NAV ========= News Landing ==========================*/
/* SEARCH PAGE ==========================*/
.page-template-temp-search main, .search main {
    margin-top: 100px;
}
.searchResults ul{
	padding-left: 0;
	list-style-type:none;
}
.searchResults a{
	text-transform: none;
}
#searchform{
	margin-bottom: 60px;
	position: relative;
}
#searchform input, #searchform input:focus, #searchform input:active{
	width:100%;
	border-width: 0px 0px 2px 0px;
	border-color: #002d62;
	font-size: 30px;
    line-height: 42px;
	padding: 5px 0;
	background: transparent;
}
#searchsubmit {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    color: #ffcf00;
    border: 0px;
    font-size: 40px;
}
.searchResults h2{
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 400;
}
.searchResults h2 a{
    letter-spacing: normal;
    color: #002d62;
    font-weight: 400;
}
.searchResults p{
	font-size: 15px;
}
.searchResults .h-readmore a{
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 400;
}
.searchResults li{
	margin-bottom: 60px;
}
.search-pagination{
	margin-bottom: 65px;
}
/*END - SEARCH PAGE ==========================*/

/*=================TABLE MOBILE COLLAPSE =======================*/
@media (max-width: 400px) {
	#deptContact td{
          display:block;
        }
        th{
          visibility: hidden;
        }
}
@media (max-width: 360px) {
	.nursMap td:nth-child(4){
	  visibility: hidden;
	}
}
/*================END - TABLE MOBILE COLLAPSE =======================*/

/*===============BLANK TEMPLATE ===================*/
#blank-template {
    max-width: 1080px;
    margin: 0 auto; 
}

#blank-template .page-title{
    display: none;
}
/*===============END - BLANK TEMPLATE ===================*/

/*================WP DAY===================*/
#donate-button {
/*    display: none;
    position: fixed;
    bottom:-17px;
    left: 25%;
    width: 50%;
   */

    z-index: 99999;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.wpdayparallax {
     min-height: 500px; 
     
    /* Create the parallax scrolling effect */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right !important;
    
}
.wpday-hero-text {
    color: #fff;
}
.wpday-button {
    content:"academics" ;
}

#wpday-buttons div.linkHolder {
    padding-top: 25px;
}
#wpday-buttons div.linkHolder p a{
    font-size: 1.4vw;
    color: #fff;
}
#wpday-ch-table tbody td:nth-child(1) {
    font-weight: 900;
    font-size: 31pt;
    line-height: 33pt;
    padding-left: 5px;
}
#wpday-ch-table tbody td:nth-child(2) {
    font-size: 27pt;
    line-height: 15pt;
    letter-spacing: 7px;
    padding-left: 30px;
}


@media (max-width: 1024px) {
   .wpdayparallax {
    background-image: url(https://www.wmpenn.edu/wp-content/uploads/2018/01/cupola-bkg-366x250.png);  
    background-repeat: no-repeat;
    
    background-position: right;  
    background-size: auto;
    
}
    #wpdayhero div.hero-content {
        background-color: rgba(1, 23, 46,0.7);
} 
    #wpday-buttons div.linkHolder p a{
    font-size: 2.3vw;
    }
    #donate-button {     
      left: 80%;
      width: 40%;
      position: -webkit-sticky;
      position: sticky;
      top: 77px;
    }
    #donate-button a {
      padding: 22px;
    }
}
@media (max-width: 768px) {
    #wpdayhero div.hero-content {
        background-color: rgba(1, 23, 46,0.7);
} 
    #wpday-buttons div.linkHolder p a{
    font-size: 5vw;
    }
#wpday-ch-table tbody td:nth-child(1) {
    font-weight: 900;
    font-size: 23pt;
    line-height: 33pt;
    letter-spacing: 1px;
    padding-left: 8px;
}
#wpday-ch-table tbody td:nth-child(2) {
    font-size: 18pt;
    line-height: 15pt;
    letter-spacing: 0px;
    padding-left: 2px;
}
}

/*================END - WP DAY===================*/
/*================INTERACTIVE MAP===================*/
#us-map{
  display: block;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}
/*
1-20: { fill: #A3E1FF !important}
21-40: { fill: #1F6DD4 !important}
41+:   { fill: #002D62 !important}
*/

.mapCircle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    float: left;
    margin-left: 25px;
}
.mapFloat{
    float: left; 
    padding: 0px 5px;
}
#mapLightBlue{
    background-color: #A3E1FF;
}
#mapBlue{
    background-color: #1F6DD4;
}
#mapDarkBlue{
    background-color: #002D62;
}

#AZ, #CA, #FL, #GA, #ID, #IL, #IN, #IA, #LA, #ME, #MN, #MO, #OH, #TX, #VA, #WI  { fill: #A3E1FF !important}




/*===============END - INTERACTIVE MAP=============*/

/*================PRINT VIEW=======================*/

@page{
  margin:.25in;
  padding:0;
}
@media print {
  body, html {
    background: #fff;
    color: #000;
    font-size: 8pt;
    line-height: 150%;
    margin: 0;
    padding: 0;
    min-width: 980px;
  }
  hr {
    color: #ccc;
    background-color: #ccc;
  }
  h1, h2, h3, h4, h5, h6, code, pre {
    color: #000;
    text-transform: none;
  }
  h1, h2 {
    font-size: 1.5em;
  }
  h3, h4, h5, h6 {
    font-size: 1em;
  }
  code, pre {
    font-size: 8pt;
    background-color: transparent;
  }
  blockquote {
    background-image: none;
  }
  a:link, a:visited {
    text-decoration: underline;
    color: #000;
  }
  nav{display: none;}
  .rightNav{display: none;}
  footer{display: none;}
  img{display: none;}
  a[href]:after {
    content: none !important;
  }
  body > .container-fluid {
    padding: 0px;
    margin:0;
  }
  .row.introSidenav{margin-top: 0;}
  div.parallax-container.hero[data-image-src] {
    content: none;
    height: 0;
  }
  div.col-sm-9.intro{
    position: static;
    width: 100%;
  }
  p {min-width: 100%;}

  
}
/*================END - PRINT VIEW=======================*/

/*================SOCIAL SHARE BAR=====================*/

.socbar {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left:0;
    width: 34px;
    text-align: right;
    padding: 0;
    border-radius: 0px 5px 5px 0px; 
    z-index: 1000;
}
.socbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}
a.social-bar-icon{
	height: 34px;
	width: 34px;
	display: inline-block;
	margin: 0px;
}
.social-bar-icon.twitter{
	background: url(img/socbar/twt-icon.jpg);
}
.social-bar-icon.twitter:hover{
	background: url(img/socbar/twt-icon-hover.jpg);
}
.social-bar-icon.twitter:active{
	background: url(img/socbar/twt-icon-active.jpg);
}
.social-bar-icon.facebook{
	background: url(img/socbar/fcb-icon.jpg);
}
.social-bar-icon.facebook:hover{
	background: url(img/socbar/fcb-icon-hover.jpg);
}
.social-bar-icon.facebook:active{
	background: url(img/socbar/fcb-icon-active.jpg);
}
.social-bar-icon.google{
	background: url(img/socbar/ggl-icon.jpg);
}
.social-bar-icon.google:hover{
	background: url(img/socbar/ggl-icon-hover.jpg);
}
.social-bar-icon.google:active{
	background: url(img/socbar/ggl-icon-active.jpg);
}
.social-bar-icon.linkedin{
	background: url(img/socbar/lnkd-icon.jpg);
}
.social-bar-icon.linkedin:hover{
	background: url(img/socbar/lnkd-icon-hover.jpg);
}
.social-bar-icon.linkedin:active{
	background: url(img/socbar/lnkd-icon-active.jpg);
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 1180px){
	.socbar{
	    overflow: hidden;
            position: fixed;
            top: 80px;
            left:36%;
            width: 102px;
            text-align: right;
            padding: 0;
            border-radius: 0px 0px 5px 5px; 
            z-index: 1000;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
	.socbar{
	    overflow: hidden;
            position: fixed;
            top: 80px;
            left:36%;
            width: 102px;
            text-align: right;
            padding: 0;
            border-radius: 0px 0px 5px 5px; 
            z-index: 1000;
	}
}
@media (min-device-width: 480px)
      and (max-device-width: 768px) {
	.socbar{
	    overflow: hidden;
            position: fixed;
            top: 80px;
            left:40%;
            width: 102px;
            text-align: right;
            padding: 0;
            border-radius: 0px 0px 5px 5px; 
            z-index: 1000;
	}
}

/*================END- SOCIAL SHARE BAR=====================*/


/*================GLOBAL DIRECTORY=====================*/
/*#global_dir assigned to VC row*/

#global_dir td[title="Phone"] {
    width: 130px;
}
#global_dir td[title="Department"] {
    width: 230px;
}
/* mobile view*/
@media (max-width: 620px) {
	#global_dir td{
        display:block;
    }
	th{
        display:none;
     }
     #global_dir td[title="First"], td[title="Last"] {
        font-weight: bold;
        }
}

/*================END- GLOBAL DIRECTORY=====================*/

.viewport{
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 990px) {
    .viewport{
      height: 100%;
      width: 100%;
    }
}

.parallax-basic{
    background-image: url("https://www.wmpenn.edu/wp-content/uploads/2017/08/hum-background2.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


/*============= RSS feed Active calendar ==============*/
#events-calendar-rssfeed{
  height: 100%;
    overflow: auto;

}
#events-rss-container{
  background-image: url('/wp-content/uploads/2018/06/events-background.jpg');
  background-size: cover;
  height:100%;
  margin-bottom: 75px;
  overflow: auto;
}
#events-rss-container ul, #events-rss-container li{
  list-style: none;
  padding: 13px;
}

#rss-frame{
   border: solid 20px rgba(255,255,255,0.8);
   overflow: auto;

}
div#rss-layer3{
  margin: 5px;
  height: 100%;
  overflow: auto;
}
.white-overlay{
  background-color: rgba(255,255,255,0.8);
}
#date-holder{
	background: url(img/date-holder.png);
	background-size: cover;
	width: 88px;
	height: 78px;
	float: left;
	clear: left;
	padding-top: 22px;
	margin: 9px;
	text-align: center;
	color: #037c7c;
}
#event-title{
	float:left;
	width: 78%;
	padding-top: 25px;	
	font-size: 24px;
	height: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#event-title span{
	font-size:12px;
}
@media (max-width: 1024px) {
	#event-title{
		width: 70%;
	}
}
@media (max-width: 1208px) {
#events-calendar-rssfeed{
  height:130%;
  text-align:center;
}
#date-holder{
	float:none;
	margin: 14px auto 0;
}
#event-title{
	float:left;
	width: 100%;
	height: 75px;
	padding: 10px;	
	font-size: 24px;
    text-align: center;
	white-space: normal;
}
#event-title span{
display: none;	
}
}

/*============= END - RSS feed Active calendar ==============*/
/*===== humanities registration form =====*/
#field_39_12 li:nth-child(1), #field_39_12 li:nth-child(2),#field_39_12 li:nth-child(3){
	color:#900C3F;
    font-weight: bold;
}
#field_39_12 li:nth-child(4), #field_39_12 li:nth-child(5){
	color:#1E8449;
	font-weight: bold;
}
/*===== humanities registration form =====*/
#field_41_10, #field_41_14, #field_41_13, #field_41_12{margin: 0;}
#field_41_10 label, #field_41_14 label, #field_41_13 label, #field_41_12 label{display: none;}

/* Gravity Forms  ---------------------------------------------------------------------------------*/
.gf_subtitle{
	margin-top:25px !important;
	font-size: 18px;
    font-weight: 600;
    border: 0;
    border-top: 1px dashed #ccc;
}
/* 4 column Gravity Forms custom ready class ------------------------------------------------------*/
 
.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin:0 0 8px 0;
    width:24%;
}
 
.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width:21%;
}
 
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    margin-right:1%;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter {
    float:left;
    clear:left!important;
}
 
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    float:left;
    margin-left:2%;
    clear:none!important;
}
 
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    margin-left:3%;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width:95%;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gsection {
    padding:16px 0 8px 0;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield {
    clear:both;
}
 
.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
    clear:both;
}
 
/* contribution by gogrw------------------------------------------------------*/
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px){
    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin:0 0 0 0 !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    }
}
/* END 4 column Gravity Forms custom ready class ------------------------------------------------------*/
 
/*=== form ID 52 and 53
 * FERPA persons list  ===*/
#field_52_88 label, #field_52_89 label, #field_52_90 label, #field_52_91 label, #field_52_92 label, #field_52_93 label, #field_52_94 label, #field_52_95 label, #field_53_9 label, #field_53_10 label, #field_53_11 label, #field_53_12 label, #field_53_13 label, #field_53_14 label, #field_53_15 label, #field_53_16 label{
    display: none;
}
 /*--- signature field ----*/
@media only screen and (max-width: 813px), only screen and (max-device-width: 813px){
	div#input_52_66_Container, div#input_52_66_toolbar, div#input_53_17_Container, div#input_53_17_toolbar{
	    width: 97% !important;
    }
	canvas#input_52_66, canvas#input_53_17{
		width:100% !important;
	}
	
}


/*================TESTIMONY=====================*/

@media only screen 
  and (min-width: 320px) 
  and (max-width: 1180px){
	.testimony{
	    width: 100%;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
	.testimony{
	    width: 100%;
	}
}
@media (min-device-width: 480px)
      and (max-device-width: 768px) {
	.testimony{
	    width: 100%;
	}
}

/*================END- TESTIMONY=====================*/

.onlineButton {
	height: 50px;
	width: 100px;
	background-color: #102b52;
	color: white;
	border-radius: 10px;
}

.onlineButton:hover{
	background-color: #f0c302;
}

.tablink a, .tablink a:link, .tabllink a:active, .tablink a:visited {
color:#002f62;
}

.art-talk {
	background-color: #002f62;
	color: #ffcb00;
	border-radius: 10px;
	padding: 20px;
	font-size: 20px;
	line-height: 1.3;
}

#typeWriter {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em ; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.fhead {
	margin-top: 50px;
}

.ffield {
	margin-top: 25px;
}

.hidePrice .ginput_product_price_label {
	display: none;
}

.hidePrice .ginput_product_price {
	display: none;
}

/*******WEATHER NOTIFICATION CSS*******/

.weather-notification {
	margin-top: 20px;
}

.office-schedule {
	padding-top: 20px;
	font-size: 20px;
}

.online-mode {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 18px;
}