/*

#00c29d; green
#240000 blue



BASE (MOBILE) SIZE
These are the mobile styles. It's what people see on their phones.
Remember, keep it light: Speed is Important.

*/


/* typography */

body {
    font-family: "Roboto", "Helvetica", arial, sans-serif;
    color:#000000 !important;
    background: #ffffff;
    font-weight:400;
    font-size:1em;
    line-height:128%;
    font-size: 1.1em;
    }
        
    
    h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "Helvetica", arial, sans-serif;
    font-weight:300;
    line-height:1.25em;
    margin:0 0 1em 0;
    padding:0;
    text-align:center;
    }
    
    
    h1 {font-size:2.5em; line-height:105%;}
    h2 {font-size:2.25em;}
    h3 {font-size:1.75em;}
    h4 {font-size:1.25em; font-weight:500; }
    
    
    .h1head { padding-bottom:0; margin-bottom:0.25em; margin-top:2em !important; }
    
    .h2subhead { margin: 0.5em 0 1em 0; font-size: 1.2em; font-weight: normal; line-height:128%; color: #000000 !important; }
    
    .indent { padding:0 0 0 1em; }
    
    .fontsmall {font-size:0.8em; }
    
    .intro { font-size:1em; line-height: 110%; margin: 1em 0 1.5em 0; }

    .addy { font-size:0.9em; line-height: 10%; }
    
    .highlight { background:#FFF500; }


    .topspace {margin:4em 0 0 0;}
    
    ul {text-align: left;}
    li {text-align: left; padding: 0 0 1em 0;}
    
    
    /* links */
    
    a,
    a:visited,
    a:active { text-decoration:none; color:#48a1ad;}
    a:hover { text-decoration: underline; cursor: pointer;}
    
    /* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
    *{	box-sizing:border-box;
    -moz-box-sizing:border-box;}
    
    
    
    
    .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
    }
    
    .reveal.active{
    transform: translateY(0);
    opacity: 1;
    }
    
    
    
    
    .navlink { font-size:0.9em; margin: 0 1em 0 0; color: #222222 !important; }
    
    .navlink:hover { text-decoration: underline; color:#0f0f0f; }
    
    
    
    
    .reg_button {
      border-radius: 5em;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-family: "Roboto", "Helvetica", arial, sans-serif;
      font-size: 0.9em;
      font-weight: 400;
      letter-spacing: .2px;
      margin: 14px;
      min-width: 150px;
      padding: 0.5em 1.5em;
      text-align: center;
      background: #f96702;
      /* border: 2px solid #00c29d; */
      color: #ffffff !important;
    }
    
    
    .reg_button:hover {
    background-color: #e69155;
    /*border: 2px solid #240000;*/
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;
    color:#ffffff !important;
    text-decoration: none;
    }
    
    
    
    .reg_button_inline {
    
        border-radius: 2em;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-family: "Roboto", "Helvetica", arial, sans-serif;
        font-size: 1.1em;
        font-weight: 400;
        letter-spacing: .2px;
        margin: 0 0 1em 0;
        min-width: 150px;
        padding: 0.5em 2em;
        text-align: center;
        background: #f96702;
        /*border: 2px solid #00c29d;*/
        color:#ffffff !important;
        float:left;
    }
    
    
    .reg_button_inline:hover {
    background-color: #2f4160;
    /*border: 2px solid #240000;*/
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;
    color:#ffffff !important;
    text-decoration: none;
    }
    
    
    .reg_button_inline_masthead {
        border-radius: 2em;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: .2px;
        margin: 14px 14px 14px 0;
        min-width: 150px;
        padding: 0.5em 2em;
        text-align: center;
            background: #f96702 !important;
        /*border: 1px solid #000000;*/
        color: #ffffff  !important;
        }
        
        
    .reg_button_inline_masthead:hover {
    background-color: #e69155 !important;
    /*border: 2px solid #240000;*/
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;
    color:#ffffff !important;
    text-decoration: none;
    }
    
    

    
    
    
    
    .link {
    background-repeat: no-repeat;
    display: block;
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 30px 30px 0;
    padding: 5px 0 5px 50px; }
    
    .link.calendar {
    background: url("https://cdm.events/custom/cloudera/evolve/media/calendar.svg") no-repeat 0 0;     max-height: 35px;
    }
    
    .link.pin {
    background: url("https://cdm.events/custom/cloudera/evolve/media/pin.svg") no-repeat 0 0;    max-height: 35px;
    }
    
    .grid_3 p { font-size: 1.25em; line-height: 1.5em; margin:0 1em; }
    
    
    .caplogwrap p { font-size: 1em; line-height: 1.5em; margin:0 1em 1em 0; }
    
    
    /* structure */   
    .wrapper{
    width: 92%; 
    margin: 0 auto;
    padding:0;	
    }

    .formwrapper{
        width: 98%; 
        margin: 0 auto;
        padding:0;	
        }
    
    .wrapper222{
    width: 92%; 
    margin: 0 auto;
    padding:0;	
    }
    
    header{ 
    width:100%;
    background-color:rgba(255,255,255,0.9);	
    z-index:100;
    }
    
    .navwrapper{
    width: 92%; 
    margin: 0 auto;
    }
    
    
    
    
    #splash6040 {
      background:#222222;
      background-image: url("https://cdm.events/custom/cloudera/evolve/media/evolve_bg2.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover !important;
    font-size: 1.1em;
    color: #ffffff !important;
    }
    
    
    #splash6040 h1 {
    font-size: 1.75em;
    padding: 0 0em 0.5em 0;
    color: #ffffff !important;
    }
    
    
    .logo {}

    #nobg { }

    #nobg h2 { font-weight:bold; }
    
    
    #nobg1 { }

    #reg { background-image: url("https://cdm.events/custom/cloudera/evolve/media/evolve_bg2.jpg");
        background-size: cover !important;
        background-attachment: fixed !important;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-position: center;
    }
    
    .fadebg { background: rgba( 255,255,255,0.95); padding: 1em; border-radius: 1em; }
    
    .nospace { margin:0; padding:0; line-height: normal; }
    
    .topspace { margin-top:2em; }
    
    .topspace5 { margin-top:0.5em !important; }
    
    .designate {border-top:1px solid rgba(0, 0, 0, 0); padding-top:1em !important; margin-top:1em !important;}
    
    
    .vertical-padding{  
    padding:1em 0;
    }
    
    
    .featimg {border-radius:1em; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);}
    
    
    .about-block {
    padding:1em;
    }
    
    p{ margin: 0 0 1.5em;
        font-size: 0.9em;
        line-height: 150%;}
    
    
    .page-padding{  
    padding:8em 0;
    }
    
    .desktop-padding {  
    padding:1em 0;
    }
    
    
    /* RESPONSIVE IMAGES  */
    img{ max-width:100%; height:auto;}
    
    
    /*MAIN MENU*/
    .menu-toggle{
    float:right;
    display:block;
    padding:10px;
    margin:0;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
    font-size:20px;
    }
    .menu-toggle.toggled-on{
    background:rgba(0,0,0,0.8);
    }
    .srt-menu{
    display:none;
    }	
    .srt-menu.toggled-on{
    display:block;
    position:relative;
    z-index:10;
    background:rgba(0,0,0,0.5);
    }
    
    .srt-menu{
    clear:both;
    margin-bottom:0;
    
    }
    .srt-menu li a {
    color:#ffffff;
    display:block;
    margin:1px 0; 
    padding:10px;
    text-decoration:none;
    font-size:.9em;
    text-transform:uppercase;
    }
    .srt-menu li a:hover{
    background:rgba(0,0,0,0.9);
    cursor: pointer;
    color:#fff;
    }
    .srt-menu li li a {
    padding-left:40px;
    }
    .srt-menu li li li a {
    padding-left:80px;
    }
    
    
    table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none; 
    }
    table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration:none;
    }
    table a:active,
    table a:hover {
    color: #bd5a35;
    text-decoration:underline;
    }
    
    table {
    width:100%;
    /*	margin:20px; */
    font-size:1.25em ;
    }
    
    table th {
    font-size:1.2em;
    padding:1.25em;
    font-weight: normal;
    background: #ffffff;
    color:#000000;
    }
    
    table th:first-child {
    text-align: left;
    padding-left:20px;
    }
    table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
    }
    table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
    }
    table tr {
    text-align: left;
    /*		padding-left:20px; */
    }
    table td:first-child {
    text-align: left;
    /*	padding-left:20px; */
    border-left: 0;
    }
    table td {
    padding:0; margin:0;
    }
    table tr.even td {
    }
    
    
    
    .blue_subhead {color: #0f0f0f; font-size: 1.5em;     margin-top: 2em;}
    
    
    /*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12,
    .grid50a,
    .grid50b,
    .grid50c
    .grid64c{
    margin:0.5em;
    text-align:center;
    }
    
    
    
    .alpha{margin-left:0px;}
    .omega{margin-right:0px;}
    .pad20{padding:25% 15%;}
    .pad40{padding:4em;}	

    .onethousand { margin:auto; text-align: center !important; width:75%;}

    .onethousand h2 {font-size:1.75em; font-weight:400; }
    
    .center { text-align: center}
    
    
    .alpha_cg { margin-right: 0px;
    margin: 0;
    padding: 1em 0.5em;
    text-align: left;
    }
    
    .omega_cg { margin-right: 0px;
    margin: 0;
    padding: 1em 0.5em;
    text-align: left;
    }
    
    .omega_cg p {
    line-height:100%;
    font-size:1.1em;
    padding:0 0 1em 0;
    }
    
    .center_img {display: flex;
        align-items: center;
        justify-content: center;
        max-width:210px;
        margin:5px !important;
    
    }
    
    /*.arrow {width:64px; margin:0 auto;} */
    
    .arrow {width:100vw; position:fixed; bottom:10px; right:10px; z-index:250;}
    
    .arrow img{float:right; z-index:250;}
    
    .heads {/*border-radius: 50%; min-width: 200px; max-width: 200px;*/}
    
    
    .cards {text-align: center !important; color:#333333 !important; overflow:  hidden; }
    .cards h4 {text-align: center !important; margin:0;}
    .cards p {font-size:0.9em;}
    
    .cards2 {text-align: left !important; color:#000000 !important; overflow:  hidden;  min-height: 250px;}
    .cards2 h4 {text-align: center !important; margin:0;}
    .cards2 p {font-size:0.9em;}
    
    .border-right {border-right: 0px solid #999999;}
    
    .border-right222 {border-right: 0px solid #222222;}
    
    .hrule {border-bottom: 1px solid #aaaaaa; padding-bottom: 1em; margin-bottom: 2em;}
    .nohrule {border:none; padding-bottom: 1em;}

    .name {display:block; min-height:40px; margin-bottom:0.25em; text-align: left; color:#f96702;}

    .title {display:block; min-height:60px; margin-bottom:0.25em;}
    

    


.greybox { background: #f5f5f5; padding: 1em;}

.greybox p { text-align: left !important;}

hr {
    margin: 1em 0;
}


.speakerwrap { padding: 2em 10%;
  border-bottom: 1px solid #cccccc; color:#434343; }

.speakerwrap p { text-align: left; font-size: 0.8em; line-height: 175%;}

.speakerwrap li { text-align: left; font-size: 0.8em; line-height: 175%;}

.speakerwrap a { font-weight: bold;}


    /*FOOTER*/
    footer{  
        position: relative;
    z-index: 500;
    color:#ccc;
    font-size:80%;
    padding:20px 0;
    }
    
    footer a {color:#cccccc; text-decoration:underline;}
    footer a:hover {color:#48a1ad; text-decoration:none;}
    
    footer ul{
    margin:0 0 0 8%;
    padding:0;
    }
    
    .greyelement { background:#dadada; padding: 2em 0; }
    
    .footerelement { background:#222222; padding: 2em 0; }
    
    
    .nobgdark { color:#ffffff !important; padding: 2em 0; }
    
    
    .grid_64c { 
    
    display:none;
    }
    
    .grid_64d { min-height: 360px; }
    .grid_64d h3 { color:#ffffff !important; }
    
    
    
    
    #venue {

    }
    
    
    .vlogo {text-align: center;}
    
    .vpic {border-radius: 0.5em; margin:0.5em;}
    
    
    .rightname {text-align: center;}
    
    
    #blueelement { 
    background-color:#3d176e;
    height:100%;
    width:100%;
    color:#ffffff !important;
    }
    
    .blueelement h2 { 
    color:#ffffff !important;
    }
    
    #agenda {
    
    }

    #agenda h2 { font-weight: bold;
    
    }

    #agenda h3.daytitle { padding: 2em 0 0; font-size:1em;
    
    }



    #agenda img {border-radius:1em; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);}
    
        #agenda .intro {padding:2em;}
    
    #speakers {

      background-color:#f5f5f5;

    }
    
    #speakers111 {

    }
    
    
    .agenda_day { margin-bottom: 3em; /* background-color: #ffffff;*/}
    
    
    .agenda_cell { border-bottom: 1px solid #cccccc; padding:1em 0.5em; color:#434343;}
    
    .agenda_cell li {     font-size: 0.64em !important;
    margin: 0.5em 0 0 2em;
    padding: 0;
    line-height: 128%; list-style-type: square; }
    
    .session_title {  font-size: 1em; margin: 0; padding:0 0 0 1em; line-height:110%;  }
    
    .session_type {  font-size: 0.64em; margin: 0; padding:0.5em 0 1em 1.5em; line-height:110%; font-style: italic; }
    
    .kn { background-color: #74c493; padding: 0.5em 1em; display: block; float: left;  margin: 0.25em 0 0.25em 1.5em; }
    .tt { background-color: #fdf59d; padding: 0.5em 1em; display: block; float: left;  margin: 0.25em 0 0.25em 1.5em; }
    .pan { background-color: #e2975d; padding: 0.5em 1em; display: block; float: left;  margin: 0.25em 0 0.25em 1.5em; }
    
    
    .session_sub {  font-size: 0.9em; margin: 0; padding:0; line-height:110%;  }
    
    .presenter75 { font-size: 0.75em !important; margin: 0.5em 0 0 0.25em; padding:0 0 0 1em; }
    .blurb75 { font-size: 0.64em !important; margin: 0.5em 0 0 0.5em; padding:0 0 0 2em; line-height: 128%; clear:both; }
    
    .timeslot { font-size: 0.6em; margin: 0; padding:0; }
    
    
    .splitter {border-right:1px solid #cccccc;}
    
    .divider { border-bottom:1px solid #cccccc; padding-bottom: 2em; }
    
    .speakerdetails {display:block}
    .speakerhead { float: left; width: 50px; margin: 0.5em 0 0 1.5em; }
    .speakerhead img { height: 50px; border-radius: 25px; border:1px solid #cccccc;}
    .speakernametitle { float:left; display:inline-block; width:75%;}
    .speakernametitle p { margin:0; font-size: 0.64em; padding:0 0 0 0.5em; line-height:110%;}
    .speakernametitle p.speakername {margin:0; padding:1em 0 0 0.5em; font-weight: bold;}
    .speakernametitle p.speakertitle {margin:0; padding:0.25em 0 0 0.5em;}
    .speakernametitle p.withspeakerlabel {margin:0; padding:0.5em 0 0 0.5em;}
    .speakernametitle p.withspeakerlabel222 {margin: -0.25em 0 0 0; padding: 0 0 0 0.5em;}
    .speakertype {font-size:0.75em; font-style: italic; margin:0;}
    
    
    .blue { background:#5c0000; padding: 2em 0; margin:0; color:#ffffff !important;

    
    }
    
    .blue h1 { color:#ffffff !important; text-align:center; margin:1em 0; padding:0; }
    .blue h3 { color:#ffffff !important; }
    
    
    
    .blue222 { background: rgba(06,0,0,0.75); padding: 5em 0 4em 0; margin:0; color:#ffffff !important;
    /*
    background: -moz-linear-gradient(top left, #0f0f0f 0%, #240000 100%);
    background: -webkit-linear-gradient( top left, #0f0f0f 0%, #240000 100%);
    background: linear-gradient( top left, #0f0f0f 0%, #240000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#240000',GradientType=1;) 
    */
    }
    
    .blue222 h1 { color:#ffffff !important; text-align:center; margin:1em 0; padding:0; }
    .blue222 h2 { color:#ffffff !important; }
    .blue222 p { color:#ffffff !important; }
    
    
    .caplogwrap { display:none; }
    .caplogwrapmob { display:block; }
    
    .caplog { }
    
    
    .abstract { } 
    
    .testelement { /*background:#ececec;*/ background:#fff; padding: 2em 0; }
    
    .whiteelement { background:#ffffff; padding: 2em 0; }
    
    .whitetext {color:#ffffff;}
    .bluetext {color:#240000;}
    .orangetext {color:#f57a3a;}
    .orangetitle {color:#f57a3a; text-transform:uppercase;}
    
    .whitebold {color:#fff; font-weight: bold;}
    .bluebold {color:#240000; font-weight: 500;}
    
    .socialfooticons { margin: 0 0 2em 0;}
    
    
    /* Contain floats: h5bp.com/q */ 
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { zoom: 1; }
    
    
    
    
    
    img.desaturate { 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
    }
    
    
    .grid_formcol {margin:0 auto; width:96%; color: #222222; text-align:left;}

    .grid_formcol h3 {font-weight:500; font-size:1.5em; text-align:left; margin:0 !important;}

    .grid_formcol p {text-align:left; margin: 1em 0 2em 0 !important; font-size:0.9em;}
    
    
    form #userpost{
    width:90%;
    text-align:left;	
    }  
    
    /* Makes responsive fields.Sets size and field alignment.*/
    #userpost input[type=text]{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:1em;
    border:1px solid #cccccc;
    }
    
    #userpost option{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:1em;
    border:1px solid #cccccc;
    }
    
    #userpost select{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:1em;
    border:1px solid #cccccc;
    }
    
    #userpost input[type=submit]
    {
    margin: 1em 0 2em 0;
    padding: 1em 2em;
    border-radius: 2em;
    background-color:#f96702;
    font-size: 0.8em;
    cursor: pointer;
    color: #ffffff;
      border: 1px solid #ffffff;
    }
    #userpost #submit:hover
    {
    background-color: #2f4160;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;	
    }
    #userpost textarea{
    width:100%;
    padding: 15px;
    margin-top: 10px;
    border:1px solid #cccccc;
    border-radius:5px; 
    margin-bottom: 20px;
    resize:none;
    } 
    #userpost input[type=text]:focus,textarea:focus {
    border-color: #4697e4;
    }
    
    #userpost label {     margin: 0 0.5em 0 0; }
    
    #userpost input[type="checkbox"] { height: 1.25em;
    width: 1.25em; margin: 0 0.5em 0 0; }
    
    #userpost input[type="radio"] { height: 1.5em;
    width: 1.5em;  margin: 0 0.5em 0 0; vertical-align: bottom;}
    
    
    
    form #speakerform{
    width:90%;
    text-align:left;	
    }  
    
    /* Makes responsive fields.Sets size and field alignment.*/
    #speakerform input[type=text]{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:5px;
    border:1px solid #cccccc;
    }
    
    #speakerform option{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:5px;
    border:1px solid #cccccc;
    }
    
    #speakerform select{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:5px;
    border:1px solid #cccccc;
    }
    
    
    #speakerform input[type=submit]
    {
    margin: 20px 0;
    width:100%;
    padding: 15px;
    border-radius:5px;
    background-color: #f58220;
    font-size:0.75em;
    cursor:pointer;
    color:#ffffff;
    font-weight:bold;	
    }
    #speakerform #submit:hover
    {
    background-color: #fbaf5d;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;	
    }
    #speakerform textarea{
    width:100%;
    padding: 15px;
    margin-top: 10px;
    border:1px solid #cccccc;
    border-radius:5px; 
    margin-bottom: 20px;
    resize:none;
    } 
    #speakerform input[type=text]:focus,textarea:focus {
    border-color: #4697e4;
    }
    
    #speakerform label {
    
    }
    
    #speakerform input[type="checkbox"] { height: 1.25em;
    width: 1.25em; }
    
    #url, #emailhome, #email { display:none; }
    
    .required {color: #cc0000; font-sie:1.25em;}
    
    #formerrors { color:#ff0000; background:#ffff99; margin-bottom:1em; line-height:115%; border-radius:1em; }
    
    #formerrors h2 { font-size:1.2em; font-weight: 500; }

    #formerrors img { float:left; }

    #formerrors p { font-size:0.9em; font-weight: 400; text-align:left; margin:0 0 0.5em 0.5em; }

    .requ {font-size:0.9em; padding: 0 0 0.25em 0; color:#ff0000;}
    
    
    span.description { font-size:0.8em; display:block; padding:0 0 0 1em;}
    
    .no_pm { padding:0; margin:0; line-height: 1em; }
    
    
    
    
    
    
    
    
    #resources {background:#eeeeee;
    
    background: -moz-linear-gradient( bottom right, #cccccc 0%, #eeeeee 25%);
    background: -webkit-linear-gradient(right, #cccccc 0%, #eeeeee 25%);
    background: linear-gradient(right, #cccccc 0%, #eeeeee 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=1;) 
    
    }
    
    .resource_item_wrapper {
    font-size: 1em;
    display: block;
    margin: 0 1em 1em 0;
    }
    
    a.resource_item_morelink { 
    display: block;
    padding: 0;
    background: #ffffff;
    text-align: left;
    max-height: 320px;
    overflow: hidden;
    border: 1px solid #cccccc;
    width:100%;
    }
    
    a.resource_item_morelink:hover { 
    border: 1px solid #222222;
    /*background-color:rgba(111,158,49,0.05);*/
    }
    
    
    .resource_item_img { float:left; width:40%; }
    .resource_item_details { float:left; width:50%; padding: 0 1em; }
    .resource_item_title { display:inline-block; }
    .resource_item_title h3 { font-size:1.75em; color:#111111; padding: 0.5em 0; margin:0; line-height: 110%; letter-spacing: -1px; text-align: left;}
    .resource_item_desc p { padding: 0 0 0.5em 0; margin:0; color:#434343 !important; text-align: left;}
    
    
    
    
    
    
    .resource_item_wrapper222 {
    display: block;
    float:left;
    text-align: center;
    position: relative;
    }
    
    a.resource_item_morelink222 {
        display: block;
        /* padding: 0.5em; */
        /* background: #ffffff; */
        overflow: hidden;
        border: 1px solid #cccccc;
        width: 280px;
        height: 363px;
    }
    
    a.resource_item_morelink222:hover { 
    border: 1px solid #240000;
    background-color:rgba(18,171,219,0.1);
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;	
    }
    
    .resource_item_img222 { width:100%; }
    .resource_item_img222 img { width:100%; margin: 0 auto; }
    .resource_item_details222 { float:left; padding: 0 0.5em; }
    .resource_item_title222 { display:inline-block; }
    .resource_item_title222 h3 { font-size:1.25em; color:#111111; padding: 0.5em 0; margin:0; line-height: 110%; letter-spacing: -1px; text-align: center;}
    .resource_item_desc222 { position:relative; }
    .resource_item_desc222 p { padding: 0 0 0.5em 0; margin:0; color:#434343 !important; font-size: 0.9em; line-height: 120%;}
    .resource_item_btn222 { width: 100%; background-color:rgba(18,171,219,1); padding: 0.5em; margin:1em 0 0 0; position: absolute; bottom: 0; left :0; }
    
    .resource_item_btn222 p { font-size: 0.9em; color:#ffffff !important; margin: 0; }
    
    
    a.resource_item_morelink222:hover .resource_item_btn222 {
    background-color:rgba(0,111,172,1);
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;	}
    
    
    
    .accordion {
        background-color: #f5f5f5;
        color: #222222;
        cursor: pointer;
        padding: 1.5em;
        width: 100%;
        border: 1px solid #e6e6e6;
        text-align: left;
        transition: 0.4s;
        margin: 0 0 1em 0;
        margin-top: -1px;
      }

      .noaccordion {
        background-color: rgba(255,255,255,0.25);
        color: #222222;
        cursor: default;
        padding: 1.5em;
        width: 100%;
        border: 1px solid #000000;
        border-radius: 1em;
        text-align: left;
        transition: 0.4s;
        margin: 0 0 1em 0;
      }
      
      .accordion:hover {
        background-color: rgba(218,218,218,1);
      }

      .active {
        background-color: rgba(242,242,242,1);
      }

      .accordion:after {
        content: '\002B';
        color: #41a1ad;
        float: right;
        margin-left: 1em;
      }
      
      .active:after {
        content: "\2212";
      }

      .noaccordion:after {
        content: '';
        color: #41a1ad;
        float: right;
        margin-left: 1em;
      }
      
      .panel {
        display: none;
        overflow: hidden;
        margin: -2.5em auto 1em;
        padding: 50px 2em 20px;
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #e6e6e6;
  
      }

      .panel p {
        font-size: 0.8em;
        text-align:left !important;
        margin:0;
        padding: 0 0 1em 0;
        color:#222222;
      }

      .panel li {
        font-size: 0.8em;
        text-align:left !important;
        margin:0;
        padding: 0 0 1em 0;
        color:#222222;
      }
    
      .noaccordion h3, .accordion h3 {
        color:#41a1ad;
        font-size:1.25em;
        width:75%;
        display:block;
        text-align:left !important;
        float:left;
        margin:0;
    }



.duration {}


    
.partner_tiles_wrap {
  width:100%;
}
#partner_tiles, #sponsor_tiles{
  width:100%;
  display:flex;
  flex-wrap:wrap;
}

.tile{
min-width: 150px;
max-width: 150px;
max-height: 150px;
min-height: 150px;
flex: 1 1 200px;
margin: 0 0.5em;
padding: 0;
}

.tile img{
  display:block;
max-height: 150px;
min-height: 150px;
}

.tile .description {
  height:150px;
  margin:0;
  padding:3px;
  max-width: 20vw;
}
    
    
    
    
    /****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
    *****************************************
    MEDIAQUERIES
    *****************************************
    ****************************************/
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*
    LARGER MOBILE DEVICES
    This is for mobile devices with a bit larger screens.
    */
    @media only screen and (min-width: 481px) {
    
    
    } 
    
    
    /*
    TABLET & SMALLER LAPTOPS
    The average viewing window and preferred media query for those is 768px.
    But I think that some more breathing space is good:)
    */
    @media only screen and (min-width: 920px) {



        body {
            font-size: 1.2em;
            }
    
    h1, h2, h3, h4, h5, h6 {
    text-align:center;
    }


    p{ margin: 0 0 1.5em;
        font-size: 1.1em;
        line-height: 128%;
        text-align: center;
    }
    
    
    .wrapper{
    max-width: 1180px; 
    margin: 0 auto;
    padding:0;
    }

    .formwrapper{
        max-width: 1180px;
        margin: 0 auto;
        padding:0;
        }
    
    .wrapper222{
    max-width: 980px; 
    margin: 0 auto;
    padding:0;
    }
    
    
    header{ 
    padding:0;
    position: fixed;
    top:0;
    width:100%;
    background-color:rgba(255,255,255,1);	
    z-index:100;
    max-height: 95px;
    min-height: 95px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }
    
    
    
    .navwrapper{
    max-width: 1200px; 
    margin: 0 auto;
    }
    
    
    
    #splash6040 {
    padding:100px 0 0 0;
    font-size: 1.1em;
    color: #ffffff !important;
    }
    
    
    
    #splash6040 h1 {
    font-size: 3em;
    }
    

    .h2subhead { font-size: 1.75em; }
    
    .abstract { text-align: left; padding:0 0 0 2em; } 
    
    .h1head { padding-bottom:0; margin-bottom:1em; margin-top:0 !important; }
    
    .alpha_cg {
    margin-right: 0px;
    /*border-left: 4px solid #00c29d;*/
    margin: 0 0 2em 0;
    padding: 5em 0 0 0;
    text-align: left;
    }
    
    .omega_cg {
    margin-right: 0px;
    /*border-left: 4px solid #00c29d;*/
    margin: 0 0 2em 0;
    padding: 5em 0 0 0;
    text-align: left;
    }
    
    
    .caplogwrap { display:block; }
    .caplogwrapmob { display:none; }
    
    .caplog { margin: 0;
    padding-top:35%;
    }
    
    
    .dividerwhite {border-left:1px solid #f2f2f2;}
    
    .border-right {border-right: 1px solid #999999;}
    
    .border-right222 {border-right: 1px solid rgba(255,255,255,0.25);}
    
    #agenda ul {line-height: 1.5em; margin:0.5em 0;}
    
    
    
    .cards { color:#333333 !important; overflow:  hidden; }
    .cards h4 {text-align: left !important; margin:0;}
    .cards p {font-size:0.9em;}
    
    
    
    .about-block {
    padding:0em;
    }
    
    aside { 
    float:right;
    width:30%;
    }
    
    
    .intro { margin-top:0; font-size:1.1em;}
    
    .vertical-padding{  
    padding:4em 0;
    }
    
    

    
      .partner_tiles_wrap {
        width:100%;
      }
      #partner_tiles, #sponsor_tiles{
        width:100%;
        display:flex;
        flex-wrap:wrap;
      }
  
      .tile{
      min-width: 200px;
      max-width: 200px;
     max-height: 200px;
      min-height: 200px;
   flex: 1 1 200px;
   margin: 0 2.25em;
      padding: 0;
      }
  
      .tile img{
        display:block;
      max-height: 200px;
      min-height: 200px;
      }
  
      .tile .description {
        height:200px;
        margin:0;
        padding:3px;
        max-width: 20vw;
      }
    
    /*** MAIN MENU - ESSENTIAL STYLES ***/
    .menu-toggle{display:none;}
    #menu-main-navigation{display:block;}
    
    .srt-menu, .srt-menu * {
    margin:			0;
    padding:		0;
    list-style:		none;
    }
    .srt-menu ul {
    position:		absolute;
    display:none;
    width:			15em; /* left offset of submenus need to match (see below) */
    }
    .srt-menu ul li {
    width:			100%;
    }
    .srt-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
    }
    .srt-menu li {
    float:			left;
    position:		relative;
    margin-left:1px;
    height:25px;
    }
    .srt-menu li li {
    margin-left:0px;
    height:auto;
    }
    .srt-menu a {
    display:		block;
    position:		relative;
    }
    
    .srt-menu li a:hover{
    background:none;
    cursor: pointer;
    border-bottom: 2px solid #f57a3a;
    color:#fff;
    }
    .srt-menu li:hover ul,
    .srt-menu li.sfHover ul {
    display:block;
    left:			0;
    top:			64px; /* match top ul list item height */
    z-index:		99;
    -webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    }
    ul.srt-menu li:hover li ul,
    ul.srt-menu li.sfHover li ul {
    top:			-999em;
    }
    ul.srt-menu li li:hover ul,
    ul.srt-menu li li.sfHover ul {
    left:			12em; /* match ul width */
    top:			0;
    }
    ul.srt-menu li li:hover li ul,
    ul.srt-menu li li.sfHover li ul {
    top:			-999em;
    }
    ul.srt-menu li li li:hover ul,
    ul.srt-menu li li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
    }
    
    /*** DEMO2 SKIN ***/
    #topnav {
    float:right;
    margin: 0;
    }
    
    
    
    .agenda_day { margin-bottom: 3em;}
    
    
    
    
    
    .timeslot { font-size: 0.75em; }
    
    
    
    
    .rightname {text-align: left;}
    .rightname h4 {margin:1em 0 0 0;}
    
    .vlogo {text-align: left;}
    
    .vpic {border-radius: 0.5em; margin:0.5em;}
    
    
    
    #userpost input[type=submit]
    {
    font-size: 1.2em;
    }
    
    
    .panel p {



    }
    
    
    /*GRID*/
    /*
    & Columns : 12 
    
    */
    .grid_1 { width: 5%; }
    .grid_2 { width: 13.333333333333%; }
    .grid_3 { width: 21.666666666667%; }
    .grid_4 { width: 30%; }
    .grid_5 { width: 38.333333333333%; }
    .grid_6 { width: 46.666666666667%; }
    .grid_7 { width: 55%; }
    .grid_8 { width: 63.333333333333%; }
    .grid_9 { width: 71.666666666667%; }
    .grid_10 { width: 80%; }
    .grid_11 { width: 88.333333333333%; }
    .grid_12 { width: 96.666666666667%; }
    .grid_100 { height:100%; width: 100%; margin:0; padding:0; }
    
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
    margin-left: 1.6666666666667%;
    margin-right: 1.6666666666667%;
    float: left;
    text-align:left;
    }
    
    
    
    
    .pad64 { padding:2em 0 0 0;}
    
    
    .alpha{margin-left:0px;}
    .omega{margin-right:0px;}
    
    .leftfloat{float:left;}
    .rightfloat{float:right;}
    .pad20{padding:25% 15%;}
    .pad40{padding:4em;}	
    .right {text-align: right;}
    .left {text-align: left;}
    .center { text-align: center}
    
    
    
    .desktop-padding {  
    padding:6em 0;
    }
    
    
    
    .resource_item_wrapper {
    font-size: 1em;
    display: block;
    float: left;
    width: 47%;
    }
    
    a.resource_item_morelink { 
    }
    
    a.resource_item_morelink:hover { 
    border: 1px solid #222222;
    /*background-color:rgba(111,158,49,0.05);*/
    }
    
    .resource_item_img { width: 50%; }
    .resource_item_details { }
    .resource_item_title { }
    .resource_item_title h3 { }
    .resource_item_desc p { }
    
    
    
    .divider222 { border-bottom:none; border-left:1px solid #cccccc; padding:0 0 0 2em; }
    
    


    .link {
        margin: 0 30px 10px 0;
    }



    .grid_formcol {margin:0 auto; width:75%; color: #222222;}



    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*
    DESKTOP
    This is the average viewing window. So Desktops, Laptops, and
    in general anyone not viewing on a mobile device. Here's where
    you can add resource intensive styles.
    */
    @media only screen and (min-width: 1024px) {
    
    
    
    } 
    
    /*
    LARGE VIEWING SIZE
    This is for the larger monitors and possibly full screen viewers.
    */
    @media only screen and (min-width: 1240px) {
    
    } 
    
    /*
    RETINA (2x RESOLUTION DEVICES)
    This applies to the retina iPhone (4s) and iPad (2,3) along with
    other displays with a 2x resolution.
    */
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
    
    
    } 
    
    /*
    iPHONE 5 MEDIA QUERY
    iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
    */
    @media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 
    
    
    }
    
    /*
    PRINT STYLESHEET
    */
    @media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    }