/* Base */
/* ----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }

a         { color: #005466; text-decoration: none; }
a:hover   { text-decoration: underline; }
a:visited { color: #1657BC; }

/* Utility */

.wrap:before,
.wrap:after { content:""; display:table; }
.wrap:after { clear: both; }
.wrap {
  max-width: 740px;
  padding: 0 30px;
  margin: 0 auto;
}


/* Layout Styles */
/* ----------------------------------------------------------*/

/* Site header */

.site-header {
  /* border-top: 6px solid #ccc; */
  border-bottom: 1px solid #e8e8e8;
  min-height: 96px;
  background-color: white;
}

.site-header-background { 
  position: relative;
  background-image: url('../img/top.jpg');
  width: 100%; /* for IE 6 */
  height: 350px;
}

.site-header-background-link { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 740px; 
  height: 350px; 
  background-color: transparent; 
  /* border: 1px solid yellow; */ /* for debugging */
}

.site-header-background h2 { 
  position: relative;
  top: 110px; 
  right: 0px;
  text-align:right;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 31px;
}

.site-header-background h2 span { 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
}

/* Site menu */

.site-menu {
  border-bottom: 1px solid #e8e8e8;
  min-height: 42px;
  background-color: #fdfdfd;
}


.site-menu-leftentry,
.site-menu-leftentry:hover,
.site-menu-leftentry:visited {
  display: block;
  font-size: 18px;
  color: #005466;
  float: left;
  line-height: 35px;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}

.site-nav {
  float: center;
  line-height: 42px;
}

.site-nav .menu-icon { display: none; }

.site-nav .page-link {
  margin-left: 15px;
  font-size: 18px;
  color: #005466;
}

.site-nav .active {
  margin-left: 15px;
  font-size: 18px;
  color: #000;
}

/* Site footer */

.site-footer {
  border-top: 1px solid black
  padding: 30px 0;
}

.site-footer .column {
  float: left;
  margin-bottom: 16px;
}

.footer-col-1 {
  width: 100px; /*fallback*/
  width: -webkit-calc(35% - 10px);
  width: -moz-calc(35% - 10px);
  width: -o-calc(35% - 10px);
  width: calc(35% - 10px);
  margin-right: 10px
}
.footer-col-2 {
  width: 100px; /*fallback*/
  width: -webkit-calc(23.125% - 10px);
  width: -moz-calc(23.125% - 10px);
  width: -o-calc(23.125% - 10px);
  width: calc(23.125% - 10px);
  margin-right: 10px
}
.footer-col-3 {
  width: 100px; /*fallback*/
  width: -webkit-calc(41.875%);
  width: -moz-calc(41.875%);
  width: -o-calc(41.875%);
  width: calc(41.875%);
  text-align: right;
}

.site-footer p {
  font-size: 12px;
  color: black;
}

.footer-logo-col-1 {
  width: 200px; /*fallback*/
  width: -webkit-calc(38% - 10px);
  width: -moz-calc(38% - 10px);
  width: -o-calc(38% - 10px);
  width: calc(38% - 10px);
  margin-right: 10px
}
.footer-logo-col-2 {
  width: 200px; /*fallback*/
  width: -webkit-calc(38% - 10px);
  width: -moz-calc(38% - 10px);
  width: -o-calc(38% - 10px);
  width: calc(38% - 10px);
  margin-right: 10px
}
.footer-logo-col-3 {
  width: 200px; /*fallback*/
  width: -webkit-calc(23%);
  width: -moz-calc(23%);
  width: -o-calc(23%);
  width: calc(23%);
  text-align: right;
}




/* Page styles */
/* ----------------------------------------------------------*/


.page { margin: 20px 0; }

.page > * { margin: 0; }

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  line-height: 1;
  font-weight: 300;
  margin: 20px 0;
}

.page h2 {
  font-size: 28px;
  letter-spacing: -0.25px;
}

.page h3 {
  font-size: 22px;
  letter-spacing: -0.2px;
}

.page h4 {
  font-size: 20px;
  letter-spacing: -0.2px;
}

.page ul,
.page ol {
  padding-left: 20px;
  margin-left: 1.35em;
}

.page table {
  padding-left: 24px;
}
.page td {
    padding: 0 14px;
}



/* Content-specific styles */
/* ----------------------------------------------------------*/

.photostrip {
  max-width: 100%;
  height: auto;
  margin: 8px 0 0px;
}

.campusmap {
  float: right;
  margin-top: 4px;
  margin-left: 15px;
  width: 42%;
}

.logofb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 73%;
}
.logogoogle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  width: 67%;
}
.logoatt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 32%;
}

/*
.logoimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}*/

.cfptitlelinks {
  color: #ff0000;
  margin-left: 20px;
  font-size: 20px;
}

.cfptitlelinks a { color: #ff0000; text-decoration: none; }
.cfptitlelinks a:hover { text-decoration: underline; }

.sponsorstitle {
  text-align: center;
  margin-bottom: 16px;
}

.deadlineext {
  color: #E60000;
}

.paperlist {
  margin: 1ex 0;
}


table.program {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.program td {
  text-align: left;
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

table.program td.time {
  width: 20%;
  text-align: right;
}

iframe { display: block; }

/* media queries */
/* ----------------------------------------------------------*/


@media screen and (max-width: 746px) {

  .footer-col-1 { width: 50%; }

  .footer-col-2 {
    width: 45%; /*fallback*/
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .site-footer .column.footer-col-3 {
    width: auto;
    float: none;
    clear: both;
  }

  .site-header-background h2 {
    top: 104px; 
    font-size: 14px;
    line-height: 24px;
  }

}

@media screen and (max-width: 600px) {

  .wrap { padding: 0 12px; }

  .site-nav {
    position: relative;
    z-index: 10;
    top: 4px; right: 8px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
  }

  .site-nav .menu-icon {
    display: block;
    font-size: 24px;
    color: #505050;
    float: right;
    width: 42px;
    text-align: center;
    line-height: 30px;
  }

  .site-nav .menu-icon svg { width: 20px; height: 16px; }

  .site-nav .trigger {
    clear: both;
    margin-bottom: 5px;
    display: none;
  }

  .site-nav:hover .trigger { display: block; }

  .site-nav .page-link {
    display: block;
    text-align: right;
    line-height: 1.25;
    padding: 5px 10px;
    margin: 0;
  }

  .post-header h1 { font-size: 36px; }
  .post-content h2 { font-size: 28px; }
  .post-content h3 { font-size: 22px; }
  .post-content h4 { font-size: 18px; }
  .post-content blockquote { padding-left: 10px; }
  .post-content ul,
  .post-content ol { padding-left: 10px; }


  .site-footer .column {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 15px;
    text-align: left;
  }

  .logofb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 34%;
  }
  .logogoogle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 34%;
  }

  .logoatt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }
}

div.row {float: left; margin: 0; padding: 0; width: 100%;}

div.coll 
{
	float: left; 
	width: 20%; 
	margin: 0 3px 0 0; 
	padding: 0;
}

div.colr
{
	float: left; 
	width: 70%; 
	margin: 0 3px 0 0; 
	padding: 0;
}