@charset "utf-8";
/*
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  04: 3 Col Flex Sidebar Right and Left
  ------------------------------------------------
*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
.progsessions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004c32;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #004c32;
}
.bodytype {
	font-family: Verdana, Geneva, sans-serif;
	  font-size: 12px;
	  line-height: 150%;
	  color: #000;
}
.sidebar_card{background-color:#f6f6f6;padding:.4em 1em;overflow:hidden;display:block;clear:both;border:1px solid gray;margin-bottom:15px;min-height:9em;box-shadow: 7px 7px 5px grey;}
.sidebar_card p.header{text-align:left;margin-top:0;color:#666;font-size:.9em;font-weight:500}
.viewbox{display: inline-block;float: right;text-align:center;width:17%;border:1px solid #000;padding:2px 3px}
.breadcrumb{background-color:#FBD244;padding:8px 15px;font-size:1.1em;margin: -20px -15px 25px -10px;font-weight:700;width:100%;color:#000;letter-spacing:1px;}
.my-icon{vertical-align:middle;font-size:1.6em;color:#49b3e5;}
#sub-nav { display:none;background-color: #3A7EBF; position: fixed; bottom: 0; width: 100%;text-align:center;font-family: 'Raleway', sans-serif; }
#sub-nav a{color:white;text-decoration: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#sub-nav figure{display:inline-block;text-align:center;margin:10px 5px;width:105px}
.sub-nav_link{
  text-decoration: none;
  color: white;
  /*font-size: 1.2rem;*/
  font-family: -apple-system, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
  padding: 0 11px;
  border-left-color: #eee; }
figcaption{font-size:.8em;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
img{vertical-align:middle;}
.img-circle{border-radius:50%}
.img-rounded{border-radius:6px}
.img-profile{background-repeat:no-repeat;background-position:center center;background-size:cover;}
.img-profile-50{width:55px;height:55px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.img-profile-100{width:75px;height:75px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.img-noprofile{width:45px;height:45px;background-image: url('//s3.amazonaws.com/societyhq.rsc/meetings/guide/images/profile_img_45x45.png');background-repeat:no-repeat;background-position:center center;background-size:cover;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.page_description[class] {
    display: block;
}
.page_description {
    font-family: Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    margin-bottom: 20px;
}
.page_description h1 {
    clear: left;
    font-size: 160%;
    font-weight: 400;
    margin-bottom: 3px;
    border: 0px;
}
.page_description h2 {
    clear: left;
	font-size: 160%;
	font-weight: 400;
    margin-bottom: 3px;
    color: #4c4c4c;
	border: 0px;
}
.page_description h3 {
    clear: left;
    margin-bottom: 3px;
}
.page_description p {
    font-size: 100%;
    line-height: 130%;
    margin: 0 0 12px;
}
#small{display:none;}
.mblview{display:none;}
.dskview{display:inline-block;}
.breadcrumb_dskview{display:block;}
.breadcrumb_mblview{display:none !important;}
.masthead {
	text-align: left;
	background-color:#74BFBA;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
.masthead img {
	border-radius: 0px;
}
.content-wrapper {
	margin: 4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: left;
	width: 76%;
	margin-right: 1%;
	height: auto;
}
.sidebar {
	width: 23%;
	float: left;
}
.sidebar .content {
	padding: 20px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(#7BA4C1, #FFF);
	background-image: none;
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
}

.main-content .content{
	padding: 20px 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
}

/*For Google Map IFRAME */
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

	/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #04a0b7;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 1.1em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	/*margin: 0 0 30px;*/
}


/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
}

/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #000000;
}
.footer a:hover, .footer a:focus { color: #FFF; }

/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #B7DBF5;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/

.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 960px) {
body {
	padding-bottom: 0px;
}
/*.footer {
	position: static;
	width: auto;
}*/
.footer{display:none;}
#sub-nav{display:inline;}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.main-content .content, .sidebar .content {
	padding: 20px 10px;
	border-radius: 0px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
.main-content .content, .sidebar .content, .sidebar-right .content {padding: 20px 15px;}
/.top-navigation {padding: 0px 10px;}*/
.content-wrapper {margin-left: 10px; margin-right: 10px;}
.lectureinfo{padding-top:5px}
.addsch{float:right;}
}

/*FOR MASTHEAD, BIG GOES AWAY, SMALL COME BACK*/
@media only screen and (max-width: 960px) {
	#big {
	display:none;}
	#small {
	display:block;}
	.lectureinfo{float:none;width:100%;word-break:break-word;}
	.addsch{text-align:left;float:none;}
	.dskview{display:none;}
	.mblview{display:inline-block;}
	.breadcrumb_dskview{display:none;}
	.breadcrumb_mblview{display:block;}
}
.content-wrapper .columns-wrapper .main-content .content.p7ehc-1 p .bodytext {
	font-weight: normal;
}
.floatimageleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #3e538b;
}
.addsch{color:#666;font-size:smaller;}
.alert {padding:20px;background-color:red;color:white;margin-bottom:15px;opacity:0.83;transition:opacity 0.6s;}
.closebtn {margin-left:15px;color:white;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:0.3s;}
.closebtn:hover {color: black;}
.custom_height {height: auto !important}
.ask {
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   padding: 1px 5px;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   font-family: "Gotham Narrow SSm A","Gotham Narrow SSmB",Arial,sans-serif;
   border: 0px solid #CCCCCC;
}
.ask a {
   border:0;
   color:#666;
}
.schedule {
   font-size: .8em;
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   padding: 1px 5px;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   border: 0px;
}
.schedule a {
   border:0;
}
.twitter {
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   padding: 1px 5px;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   border: 0px;
}
.twitter a {
   border:0;
}
.fb {
   font-size: .8em;
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   padding: 1px 5px;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   font-family: "Gotham Narrow SSm A","Gotham Narrow SSmB",Arial,sans-serif;
   border: 0px solid #CCCCCC;
}
.fb a {
   border:0;
   color:#666;
}
.fb img{margin-right:5px;vertical-align:middle;}
.chat {
   font-size: .8em;
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   padding: 0 5px;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   font-family: "Gotham Narrow SSm A","Gotham Narrow SSmB",Arial,sans-serif;
   float:right;
}
.chat a {
   border:0;
   color:#395AA2;

}
.chat img {
   vertical-align:middle;
}
.print {
    border: 1px solid #5e779c;
    border-radius: 3px;
    padding: 8px 6px 8px 40px;
    text-transform: uppercase;
    background:url(//s3.amazonaws.com/societyhq.rsc/meetings/guide/images/printer25x25.png) 6px 50% no-repeat;
    text-decoration: none;
    font-size: 9px;
}
.notification {
    border: 1px solid #5e779c;
    border-radius: 3px;
    padding: 8px 6px 8px 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
}
.tipofday {padding:1em;margin:0 0 20px 0;font-weight:500;text-align:center;min-height:110px;}
.tips {margin: 0 auto;text-align:center;position:relative;}
.tips div { width:100%;display:inline-block;display:none;}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 45px;
  position: fixed;
  bottom: 55px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(146, 218, 158, 0.8) url(//s3.amazonaws.com/societyhq.rsc/meetings/guide/images/cd-top-arrow.svg)
no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  left:47%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and
becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .cd-top {
    right: 20px;
    /*bottom: 20px;*/
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media all and (max-width:414px) {
   #faculty{display:none;}
   #sub-nav figure{width:65px;}
}
.slide-out-div{padding:20px;width:70%;background:beige;border:1px solid #29216d;max-height:150px;min-height:150px;z-index: 90}
.slide-out-div h2{margin:0;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;text-align:center}
.slide-out-div p{overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}
.slide-out-div span{line-height:1.2em}
.countdouwnContainer{color:white;text-align:center;}
.counter-part{padding:2px;font-family: Helvetica,Arial,sans-serif!important;border-radius:5px;background-color: #1e2e48;}
.counter-item{font-size: 105%;}
table.tablesorter {font-family:arial;/*background-color: #CDCDCD;*/margin:10px 0pt 15px 0px;font-size: 9pt;width: 100%;text-align: left;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {background-color: #217BA7;border: 1px solid #FFF;font-size: 9pt;padding: 10px;color:#FFF;}
table.tablesorter thead tr .header {background-image: url(../images/bg.gif);background-repeat: no-repeat;background-position: center right;cursor: pointer;}
table.tablesorter tr:nth-child(even){background-color:#EEE;}
table.tablesorter tr:nth-child(odd){background-color:#FFF;}
table.tablesorter tbody td {border-bottom: none;border-left: none;border-right: 1px solid #CCC;border-top: 1px solid #DDD;padding: 8px 3px 8px 4px;vertical-align: center;}
table.tablesorter thead tr .headerSortUp {background-image: url(../images/asc_w.gif);}
table.tablesorter thead tr .headerSortDown {background-image: url(../images/desc_w.gif);}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr
.headerSortUp {background-color: #8dbdd8;}
.nav-tabs {border-bottom: 1px solid #ddd;}
.nav {padding-left: 0;margin-bottom: 0;list-style: none;}
.nav {width: 100%;background-color: #fff;border-bottom: 1px solid #ccc;}
.nav:after {clear: both;}
.nav-tabs>li {float: left;margin-bottom: -1px;}
.nav>li {position: relative;display: block;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #555;cursor: default;background-color: #fff;border: 1px solid #ddd;border-bottom-color: transparent;}
.nav-tabs>li>a:hover {border-color: #eee #eee #ddd;}
.nav>li>a:focus, .nav>li>a:hover {text-decoration: none;background-color: #eee;}
.nav-tabs>li>a {margin-right: 2px;line-height: 1.42857143;border: 1px solid transparent;border-radius: 4px 4px 0 0;}
.nav>li>a {position: relative;display: block;padding: 10px 15px;}
.nav:after, .nav:before {display: table;content: " ";}
:after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.tab-content>.active{display: block;}
.tab-content>.tab-pane {/* display: none;*/}
.fade.in {opacity: 1;}
.fade.in {opacity: 1;-webkit-animation-duration: 225ms;-webkit-animation-name: fadein;-moz-animation-duration: 225ms;-moz-animation-name: fadein;animation-duration: 225ms;animation-name: fadein;}
.fade {opacity: 0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}
.h3 {font-size: 24px;}
.h1, .h2, .h3 {margin-top: 20px;margin-bottom: 10px;}
.h1, .h2, .h3, .h4, .h5, .h6 {font-family: inherit;font-weight: 400;line-height: 1.1;color: inherit;}
.select{width:200px;padding: 8px 10px;border-radius: 4px;background-color: #f1f1f1;}
.md-form .prefix {position: absolute;-webkit-transition: color .2s;transition: color .2s;}
.md-form .prefix {top: .25rem;font-size: 1.75rem;}
.grey-text {color: #9e9e9e !important;}
.md-form input:not([type]), .md-form input[type="text"]:not(.browser-default), .md-form input[type="password"]:not(.browser-default), .md-form input[type="email"]:not(.browser-default), .md-form input[type="url"]:not(.browser-default), .md-form input[type="time"]:not(.browser-default), .md-form input[type="date"]:not(.browser-default), .md-form input[type="datetime"]:not(.browser-default), .md-form input[type="datetime-local"]:not(.browser-default), .md-form input[type="tel"]:not(.browser-default), .md-form input[type="number"]:not(.browser-default), .md-form input[type="search"]:not(.browser-default), .md-form input[type="phone"]:not(.browser-default), .md-form input[type="search-md"], .md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.md-form .prefix ~ input, .md-form .prefix ~ textarea {width: calc(100% - 2.5rem);margin-left: 2.5rem;}
.md-form .form-control {-webkit-box-sizing: border-box !important;box-sizing: border-box !important;}
.md-form .validate {margin-bottom: 2.5rem;}
.modal .modal-full-height{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:400px;height:auto;min-height:100%;margin:0}.graph-cont{
    width: calc(100% - 40px);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.bar{
  height: 15px;
  max-width: 800px;
  margin: 0 auto 10px auto;
  line-height: 15px;
  font-size: 16px;
  color: white;
  padding: 0 0 0 10px;
  position: relative;
}
.bar::before{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 15px;
  top: 0;
  z-index: 1;
  background: #ecf0f1;
}
.bar::after{
  content: '';
  background: #2ecc71;
  height: 15px;
  transition: 0.7s;
  display: block;
  width: 100%;
  -webkit-animation: bar-before 1 1.8s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
