/*

#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.

*/

* {transition-duration: 200ms;}

/* typography */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


  .lavishly-yours-regular {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .carattere-regular {
    font-family: "Carattere", cursive;
    font-weight: 400;
    font-style: normal;
  }

.green {color:rgba(127,186,0,1); font-size:1.5em !important;}

.red {color:rgba(242,80,34,1); font-size:1.5em !important;}

.success {color:rgba(127,186,0,1); font-size:1.5em !important;}

.error {color:rgba(242,80,34,1); font-size:1.5em !important;}


body {
    font-family: "Poppins", "Helvetica", arial, sans-serif;
    color:#ffffff !important;
    font-weight:400;
    font-size:1em;
    line-height:128%;
    background-image: url("media/jeff_bg.jpg");
    background-size: cover !important;
            background-attachment: fixed !important;
            background-repeat: no-repeat;
            -moz-background-size: cover;
            background-position: center;
    font-size: 1.1em;
    }
    
    
    
    h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", "Helvetica", arial, sans-serif;
    /*font-weight:100;*/
    line-height:1.5em;
    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:bold; }
    
    
    .h1head { padding-bottom:0; margin-bottom:0; margin-top:2em !important; }
    
    .h2subhead { margin: 0.5em 0 1em 0; font-size: 1.2em; font-weight: normal; line-height:128%; color: #ffffff !important; text-align: left; }
    
    .indent { padding:0 0 0 1em; }
    
    .fontsmall {font-size:0.8em; }
    
    .intro { line-height: 150%; margin: 1em 0em; }
    
    .highlight { background:#FFF500; }


    .topspace {margin:4em 0 0 0;}
    
    ul {text-align: left;}
    li {text-align: left; padding: 0 0 1em 0;}

    .boost {font-size:2em; padding: 0 0.1em 0 0;}
    
    
    /* links */
    
    a,
    a:visited,
    a:active { text-decoration:none; color:#0d9dda;}
    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;}
    
    
    .gradient_bg { background: linear-gradient(93.35deg, #e800e8 9.74%, #2b48d8 61.61%, #0993d9 103.98%);}
    
    .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: #ffffff !important; }
    
    .navlink:hover { text-decoration: underline; color:#db9a64; }
    
    
    #logo { display:none; }




    
    .reg_button {
    border-radius: 2em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins", "Helvetica", arial, sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    margin: 14px;
    min-width: 150px;
    padding: 10px 14px 9px;
    text-align: center;
    text-transform: uppercase;
    background: #db9a64;
    /*border: 2px solid #00c29d;*/
    color:#ffffff !important;
    }
    
    
    .reg_button:hover {
    background-color: #397ca9;
    /*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;
    }
    
    
    
    .reg_button_inline {
    
    border-radius: 2em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins", "Helvetica", arial, sans-serif;

    font-weight: 700;
    letter-spacing: .2px;
    margin: 14px 14px 14px 0;
    min-width: 150px;
    padding: 10px 14px 9px;
    text-align: center;
    text-transform: uppercase;
    background: #db9a64;
    /*border: 2px solid #00c29d;*/
    color:#ffffff !important;
    }
    
    
    .reg_button_inline:hover {
    background-color: #397ca9;
    /*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;
    }
    
    
    .reg_button_inline_masthead {
    
        border-radius: 2em;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-family: "Poppins", "Helvetica", arial, sans-serif;
        font-weight: 700;
        letter-spacing: .2px;
        margin: 14px 14px 14px 0;
        min-width: 150px;
        padding: 10px 44px 9px;
        text-align: center;
        text-transform: uppercase;
        background: #ffffff !important;
        border: 1px solid #ffffff;
        color: #222222  !important;
        }
        
        
    .reg_button_inline_masthead:hover {
    background-color: #397ca9 !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;
    }
    
    
    .reg_button_inline_reverse {
    border-radius: 2em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins", "Helvetica", arial, sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    margin: 14px 14px 14px 0;
    min-width: 150px;
    padding: 10px 14px 9px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color:#ffffff !important;
    }
    
    
    .reg_button_inline_reverse:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color:#db9a64 !important;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms  ease;
    -o-transition: background 250ms  ease;
    transition: background 250ms  ease;	
    }
    
    
    
    
    .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/rackspace/fair-chicago/media/calendar222.svg") no-repeat 0 0;     max-height: 35px;
    }
    
    .link.pin {
    background: url("https://cdm.events/custom/rackspace/fair-chicago/media/pin222.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:1em;	
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1em;
    }
    
    header{ 
    width:100%;
    background-color:rgba(0,0,0,0.25);	
    z-index:100;
    display:none;
    }
    
    .navwrapper{
    width: 92%; 
    margin: 0 auto;
    }
    
    
    
    
    #splash6040 {
    background: #311e25;
    background-image: url("media/jeff_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.1em;
    color: #ffffff !important;
    }
    
    
    #splash6040 h1 {
    font-size: 2.25em;
    padding: 0 0em 0.5em 0;
    color: #ffffff !important;
    text-align: left;
    /*text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 10px rgba(0,0,0,.75);*/
    }
    
    
    
    
    
    #nobg1 { }
    
    .fadebg { background: rgba( 255,255,255,0.8); 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(255,255,255,0.5); 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;
    }
    
    


    
    
    
    
    .blue_subhead {color: #026569a; 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;
    }

    .qpanel     {display: block;
    background: url('media/quotes.png') top left no-repeat;
    min-height: 200px;
    padding: 1em;}

    .panel {padding:2em; background:rgba(0,0,0,0.5); border-radius:1em; color:#ffffff;
      text-align:left;}


    .panel p {line-height:200%; font-size:1em;}
    
    .alpha{margin-left:0px;}
    .omega{margin-right:0px;}
    .pad20{padding:25% 15%;}
    .pad40{padding:4em;}	
    
    .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: center !important; color:#ffffff !important; overflow:  hidden;     min-height: 320px;}
    .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;}

    .hrule p {font-size:0.9em;}

    .nohrule {border:none; padding-bottom: 1em;}

    .nohrule p {font-size:0.9em;}

    .biop {font-size:0.8em !important; line-height:125%; color:#f2f2f2 !important; padding:1em 0 2em 0; }
    
    
    /*FOOTER*/
    footer{  
        position: relative;
    z-index: 500;
    color:#ccc;
    font-size:80%;
    padding:20px 0;
    }
    
    footer a {color:#f2f2f2; text-decoration:none;}
    footer a:hover {color:#f57a3a; text-decoration:none;}
    
    footer ul{
    margin:0 0 0 8%;
    padding:0;
    }
    
    .greyelement { background:#dadada; padding: 2em 0; }
    
    .footerelement { background:rgba(0,0,0,0.75); 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 {
        background: #eeeeee;
        background-image: url("media/venue_bg2.jpg");
        background-size: cover !important;
        background-attachment: fixed !important;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-position: center;
        font-size: 1.1em;
        color: #ffffff !important;
        border-top: 1px solid #cccccc;
    }

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



    #agenda {
        background: rgba(255,255,255,0.5);	        
        }



    
    #flipdark {
    background: rgba(20,57,83,1);
    
    background: -moz-linear-gradient( top left, #143953 0%, #145679 100%);
    background: -webkit-linear-gradient(top left, #143953 0%, #145679 100%);
    background: linear-gradient(top left, #143953 0%, #145679 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1;)
  
    }





        #flipdark p {  color:#ffffff !important;}


    #flipdark 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);}
    
    
    
    
    #flipdark .intro {padding:2em;   color:#ffffff !important;}

    #flipdark p {  color:#ffffff !important;}

    #flipdark ul li {  color:#ffffff !important;}

    
    #speakers {
  
    }

    
    
    #testimonials {
    background: #3b2930;
    color: #ffffff !important;
    }


    #testimonials h4 {
text-align:center;
color:#ffffff !important;
        }
    
    
        #testimonials h5 {
            text-align:center;
            color:#ffffff !important;
                    }

    .agenda_day { margin: 3em 0; /* background-color: #ffffff;*/}


.agenda_cell { /*border-bottom: 1px solid #cccccc;*/ padding:0.25em; 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; }

.dot {}

.session_title {  font-size: 1em; margin: 0; padding:0; line-height:100%; text-align: left;  }

.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.75em; margin: 0; padding:0.25em 0 0 0; line-height:110%; text-align:left; }

.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; }

.blurb { font-size: 1em !important; margin-bottom:3em; }

.timeslot { font-size: 0.8em; margin: 0; padding:0; text-align: right;}



.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:rgba(0,0,0,0.5); 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(49,30,37,1); padding: 4em 0 4em 0; margin:0; color:#ffffff !important;
    /*background: -moz-linear-gradient(top left, rgba(38,86,154,0.95) 0%, rgba(79,128,174,0.5) 10%);
    background: -webkit-linear-gradient( top left, rgba(38,86,154,0.95) 0%, rgba(79,128,174,0.5) 100%);
    background: linear-gradient( top left, rgba(38,86,154,0.95) 0%, rgba(79,128,174,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26569a', endColorstr='#4f80ae',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; }

    .notation {font-size:0.64em; margin:0 0 0.5em 0;}
    .notationlast {font-size:0.64em; margin:0 0 2em 0;}
    
    
    .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:75%; color: #ffffff;}
    
    
    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:5px;
    border:1px solid #cccccc;
    }

    #userpost input[type=email]{
      margin-bottom: 20px;
      margin-top: 10px;
      width:100%;
      padding: 15px;
      border-radius:5px;
      border:1px solid #cccccc;
      }
    
    #userpost option{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:5px;
    border:1px solid #cccccc;
    }
    
    #userpost select{
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
    padding: 15px;
    border-radius:5px;
    border:1px solid #cccccc;
    }
    
    #userpost input[type=submit]
    {
    margin: 1em 0 2em 0;
    margin-right:auto;
    padding: 0.5em 2em;
    border-radius: 1em;
    background-color:#db9a64;
    text-transform: uppercase;;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    border:none;
       }
       
    #userpost #submit:hover
    {
    background-color: #397ca9;
    -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 { color:#ffffff;    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: rgba(255, 255, 153, .75); margin-bottom: 1em;  border-radius: 1em; }

    #formerrors h2 { font-size: 1.75em !important; margin:0 0 0.5em 0; }
    #formerrors p { font-size: 0.9em !important; margin:0; }
    
    
    
    span.description { font-size:0.8em; display:block; padding:0 0 0 1em;}
    
    .no_pm { padding:0; margin:0; line-height: 1em; }
    
    .margin-bottom {margin-bottom:6em !important;}
    
    
    
    
    
    
    
    #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 #ffffff;
    /*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;	}
    
    
    .signature {
      font-family: "Lavishly Yours", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:2em;
      padding-left:0.05em;
      padding-right:0.05em;
    }
        
    
    .cursive {
        font-family: "Carattere", cursive;
        font-weight: 400;
        font-style: normal;
        font-size:2em;
    }
    
    
    
    
    
    
    
    
    
    /****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
    *****************************************
    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 {
            background-image: url("media/jeff_bg.jpg");
            background-size: cover !important;
            background-attachment: fixed !important;
            background-repeat: no-repeat;
            -moz-background-size: cover;
            background-position: center;
            font-size: 1.2em;
            }
    
    h1, h2, h3, h4, h5, h6 {
    text-align:left;
    }


    p{ margin: 0 0 1.5em;
        font-size: 1.1em;
        line-height: 128%;}


#logo { display:block; font-size:48px; padding:0.5em;}

#logo span.signature {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:2em;
}




    
    .wrapper{
    max-width: 1180px; 
    margin: 0 auto;
    padding:0;
    }

    .formwrapper{
        max-width: 1180px;
        width: 60%;
        margin: 0 auto;
        padding:0;
        }
    
    .wrapper222{
    max-width: 1180px; 
    margin: 0 auto;
    padding:2em 1.5em;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1em;

    }
    
    
    header{ 
      display:block;
    padding:0;
    position: fixed;
    top:0;
    width:100%;
    background-color:rgba(0,0,0,0.25);	
    z-index:100;
    max-height: 95px;
    min-height: 95px;

    }
    
    
    
    .navwrapper{
    max-width: 1200px; 
    margin: 0 auto;
    }
    
    
    
    #splash6040 {
    padding:95px 0 0 0;
    background-image: url("media/jeff_bg.jpg");
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-position: center;
    font-size: 1.1em;
    color: #ffffff !important;
    border-top: 1px solid #cccccc;
    }
    
    
    
    #splash6040 h1 {
    font-size: 2.75em;
    }
    

    .h2subhead { font-size: 1.75em; }
    
    .abstract { text-align: left; padding:0 0 0 2em; } 
    
    .h1head { padding-bottom:0; margin-bottom:0; margin-top:0 !important; }
    
    .alpha_cg {
    margin-right: 0px;
    margin: 2em 0;
    margin-left: 0em !important;
    padding: 6em 0 4em 0;
    text-align: left;
    }
    
    .omega_cg {
        margin-right: 0px;
        /* border-left: 4px solid #00c29d; */
        margin: 1em 0;
        padding: 4em 0 0 0;
        text-align: left;
    }
    
    
.border-top {border-top:1px solid #222222;}
    
    
    .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: center !important; margin:0;}
    .cards p {font-size:0.9em;}


  
    
    
    
    .about-block {
    padding:0em;
    }
    
    aside { 
    float:right;
    width:30%;
    }
    
    
    .intro { margin-top:0;}
    
    .vertical-padding{  
    padding:4em 0;
    }
    
    
    
    
    
    
    /*** 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;
    }
    
    
    



.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;}
    
    
    
    
    .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;
    }
    
    
    
    
    
    /*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;
    }
  
    
    .qpanel     {display: block;
      min-height: 200px;
      float: left;
      padding: 2em;
      width: 50%;}

    .panel {padding:3em;float:left; width:100%;}
    


    
    .pad64 { padding:2em 0;}
    
    
    .alpha{margin-left:0px;  }
    .omega{margin-right:0px;
        padding: 0 0 0 4em;
        /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
    }
    
    .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 !important;}
    
    
    
    .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 #ffffff;
    /*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;}

    .agenda_day { margin-bottom: 3em;}


    .session_title {  font-size: 1.5em; }
    
    
    .timeslot { font-size: 1.2em; }


    .session_sub {  font-size: 0.9em;  }


    #venue p {
        text-align:center;
    }


    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*
    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; }
    }