/* 
  ------------------------------------------------
  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;
}
.promof{margin: 10px 0;border: 2px solid #668dc1;}
.promol{padding: 6px;border: 1px solid #668dc1cd;font-size:16px;color: white;background-color:#668dc1;}
.button {background-color: #0077c0;border:none;color:white;padding:10px 32px;text-decoration:none;cursor:pointer;}
.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}
.breadcrumb{background-color:#00ADEF;padding:8px 15px;font-size:1.1em;margin: -20px -15px 25px -10px;font-weight:700;width:100%;color:#fff;letter-spacing:1px;}
.breadcrumb a{text-decoration:none;border:0}
.my-icon{vertical-align:middle;font-size:1.6em;color:#5B75C0}
#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}
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% */
.col-25 {
  float: left;
  width:25%;
  margin-top: 6px;
  text-align:right;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width:75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.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 h3 {
    clear: left;
    margin-bottom: 3px;
}
.page_description p {
    font-size: 100%;
    line-height: 130%;
    margin: 8px 0 12px;
}
#small {
	display:none;
}
.mblview{display:none;}
.dskview{display:inline-block;}
.breadcrumb_dskview{display:block;}
.breadcrumb_mblview{display:none;}
.lectureinfo{margin-bottom:8px;}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #4E72AC;;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}

.content-wrapper {
	margin: 1em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1100px;
	margin: auto;
}

.main-content {
	float: left;
	width: 50%;
	margin-right:-2px;
	height: auto;
}
.sidebar {
	width: 49%;
	float: left;
	position: relative;
}
.sidebar .content {
	padding: 20px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color:#efe9e9;
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	/*background-image: -webkit-linear-gradient(#f9efef, #FFF);
	background-image: linear-gradient(#f9efef, #FFF);*/
}
.main-content, .sidebar {
	       -webkit-transition: all linear .35s .1s;
	       transition: all linear .35s .1s;
}
.main-content .content{
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 20px 20px;
/*	border: 1px solid;
	border-radius: 5px;
	border-color: #666; */
}

/*Heading styles*/
h1, h2, h4 {
	margin: 30px 0px 0px 0px;
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-weight: normal;
	color: #4E72AC;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0059B2;
}
h3 {
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	color: #4E72AC;
}
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-top: 0px;
}


/*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: #4595C8;
	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: #000; }

/*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 {
	background-color: #CFEBF6;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 0px;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	clear: both;
	position: static;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	margin-top: 30px;
}
.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: 700px) {
body {
	padding-bottom: 0px;
}
/*.footer {
	position: static;
	width: auto;
}*/
.footer{display:none;}
#sub-nav{display:inline;}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.tipofday {border:2px solid #F00;}
.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: #B73A58 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) 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;}
.slide-out-div{width:40%;}
}

/*FOR MASTHEAD, BIG GOES AWAY, SMALL COME BACK*/
@media only screen and (max-width: 700px) {
	#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;}
.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-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;
}
.ask img {
   padding-right:5px;
   vertical-align:middle;
}
.ask a {
   border:0;
   color:#666;
}
.ask:hover {
   background-color: #1DA1F2;
}
.ask:hover a {
   color: #FFF;
}
.schedule {
   font-size: .8em;
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
/*   font-family: "Gotham Narrow SSm A","Gotham Narrow SSmB",Arial,sans-serif;*/
   border: 0px;
}
.schedule a {
   border:0;
}
.twitter {
   font-size: .8em;
   font-weight: normal;
   letter-spacing: .05em;
   margin: 9px 5px 0 0;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   /*font-family: "Gotham Narrow SSm A","Gotham Narrow SSmB",Arial,sans-serif;*/
   border: 0px;
}
.twitter a {
   border:0;
}
.fb {
   /*background-color:#3B579D;*/
   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;*/
   border: 0px solid #CCCCCC;
}
.fb a {
   border:0;
}
.chat {
   font-weight: normal;
   letter-spacing: .05em;
   margin-right: 10px;
   padding: 0 5px;
   text-align: left;
   text-transform: uppercase;
   text-decoration: none;
   float: right;
}
.chat a {
   border:0;
}
.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: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
/*  .slide-out-div{width:40%;} */
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
/*  .slide-out-div{width:40%;} */
}
@media all and (max-width:414px) {
   #faculty{display:none;}
   #sub-nav figure{width:65px;}
}
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  .col-25{text-align:left}
}
.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 tbody tr.odd td {
/*                background-color:#F0F0F6;*/
}
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;
}
.select{width:80%;padding: 8px 10px;border-radius: 4px;background-color: #f1f1f1;}
