/* onepager.css */

/*
Blue: #143945
Orangey/Red: #e84c00
Dark Grey for all other text: #4c4c4c
*/

@font-face{
	font-family: Antonio-Light;
	src: url(img/Antonio-Light.ttf);
}
@font-face{
	font-family: Antonio;
	src: url(img/Antonio-Regular.ttf);
}
@font-face{
	font-family: Antonio-Bold;
	src: url(img/Antonio-Bold.ttf);
}

/* flickr overrides */
#flickr_photostream-widget-2 .footer-heading-icon, #flickr_photostream-widget-2 h2{
    display: none;
}

#footer-tweets{ 
    display: none;
}

#footer-flickr{
    width: 400px;
}
/* END flickr overrides */

#reg-email{
	width: 238px;
	padding: 5px;
	margin-top: 7px;
	border-radius: 0;
}

html{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: lighter;
	color: #555;
}

html, body{
	margin: 0 !important;
	padding: 0;
	height: 100%;
	width: 100%;
	background: none;
        background-color: #FFF;
}
html, body, div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	o-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:hover, a:visited{
	color: #d54303;
}

#header-blurb{
	line-height: 27px;
}

 #main-wrap{
 	width: 100%;
 	margin: 0 auto;
 	background-color: #FFF;
 }

.section{
	position: relative;
	min-height: 200px;
	padding: 30px;
	margin-bottom: 37px;
}

.section h2{
}

.section-header{
	font-size: 45px;
	color: #143945;
	margin: 10px;
	text-transform: uppercase;
	text-align: center;
}

.text-highlight{
	color: #d54303;
}

.fixed-width{
	overflow: hidden;
	width: 1000px;
}

.centered{
	margin-left: auto;
	margin-right: auto;
}

.big-orange-button{
	background-color: #d54303;
	font-size: 34px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 20px;
	margin: 20px auto 10px;
	width: 293px;
	font-family: Antonio-Light;
}

.big-orange-button a, .big-orange-button a:visited, .big-orange-button a:hover{
        color: #FFF;
        text-decoration: none;
}

.big-orange-button.whistler-button{
	line-height: 36pt;
}

/* HUD Elements: */

#hud-container{
	position: relative;
	height: 100%;
	width: 100%;
        z-index: 2;
        font-weight: 200;
        overflow: hidden;
}

.hud{
	width: 170px;
	height: 100px;
	position: absolute;
	font-family: Helvetica Neue;
	/* font-weight: bolder; */
	color: white;
	text-shadow: 0 0 1px #999;
}

.hud, .hud-icon{
	background-color: rgba(255,255,255,0.3);
}

#weather-hud{
	top: 40px;
	width: 260px;
	height: 120px;
}
#contacts-hud{
	top: 172px;
	height: 75px;
	width: 260px;
}
#icons-hud{
	top: 260px;
	height: 30px;
	width: 260px;
	position: absolute;
	text-align: center;
}
#map-hud{
	top: 40px;
	right: 0;
	width: 260px;
	height: 200px;
        background-image: url(img/map@2x.png);
        background-position: center;
        background-size: cover;
}

.map-item{
	position: absolute;
}

#hike-time{
	bottom: 5px;
	right: 25px;
	font-size: 12px;
}
#hike-icon{
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/walkingicon@2x.png);
	background-size: contain;
	bottom: 5px;
	right: 5px;
}
#hike-arrow{
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/directionarrow.png);
	background-size: contain;
	top: 0;
	right: 5px;
}
#hike-dir{
	right: 5px;
	top: 15px;
	font-size: 12px;
}

#hr-hud{
	top: 251px;
	right: 0;
	width: 260px;
	height: 45px;
}

#hr-overview{
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	padding-right: 7px;
	height: 100%;
}

#heart{
	position: absolute;
        width: 35%;
        height: 70%;
        background-image: url(img/heart.png);
        background-position: center;
        background-repeat: no-repeat;
        left: 5px;
}

#hr-tag{
        position: absolute;
        bottom: 5px;
        width: 36%;
        font-size: 9px;
        text-align: center;
        left: 5px;
}

#bpm{
	position: absolute;
        left: 40%;
        width: 60%;
        height: 60%;
        text-align: center;
        line-height: 25px;
        font-size: 25px;
        border-right: 1px rgba(100,100,100,0.5) solid;
        top: 20%;
}

#eeg{
	background-image: url(img/Heart_Rate_Gif.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 65%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/* weather hud */

#weather-hud sup{
	font-size: 8px;
}

#weather-left-col{
	display: inline-block;
	width: 80px;
	height: 100%;
	margin: 10px 0;
	padding: 10px 7px;
	overflow: hidden;
	text-align: right;
	border-right: 1px rgba(50,50,50, 0.25) solid;
}

#temp-wrap{
	float: left;
	padding-left: 10px;
}

#conditions-icon{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/sun.png);
	width: 20px;
	height: 20px;
	float: left;
}

#precipitation{
	clear: both;
	padding-top: 10px;
}

#precip-icon{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/rain@2x.png);

	width: 20px;
	height: 23px;
	float: left;
}

#precip{
	float: left;
	padding-left: 10px;
	padding-top: 3px;
}

#weather-right-col{
	display: inline-block;
	vertical-align: top;
	margin: 20px auto;
	width: 170px;
	padding-left: 15px;
}

#current-temp{
	font-size: 55pt;
	line-height: 40pt;
        font-weight: 100;
}
#current-temp sup{
        font-size: 12px;
        top: -3.5em;
}
/* END weather hud */

/* contacts hud */
#contacts-hud{
	position: relative;
}

#sender-img{
	height: 100%;
	width: 60px;

	position: absolute;
	left: 5px;

	background-image: url(img/person5@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}

#message, #time-sent{
	position: absolute;
	left: 71px;
	width: 165px;
}

#message{
	top: 10px;
	line-height: 35px;
}

#time-sent{
	top: 35px;
	font-size: smaller; 
}

/* end contacts hud */

/* icons HUD */
.hud-icon{
	width: 40px;
	height: 40px;
	border-radius: 20px;

	display: inline-block;
	vertical-align: top;
	margin: 0 4px;

	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

#hud-icon-phone{
	background-image: url(img/phone@2x.png);
}
#hud-icon-ipod{
	background-image: url(img/ipod@2x.png);
}
#hud-icon-camera{
	background-image: url(img/camera@2x.png);
}
#hud-icon-nike{
	background-image: url(img/nike@2x.png);
}
#hud-icon-nest{
	background-image: url(img/nest@2x.png);
}

/* END icons HUD */


#header{
	height: 115px;
	padding: 25px 30px;
	position: relative;
	text-transform: capitalize;
}

#wordmark, #header-blurb{
	float: left;
}

#wordmark{
	background-image: url(img/growlogo.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 170px;
	margin-top: 6px;
}

#header-blurb{
	margin: 5px 0 0 22px;
	padding-left: 22px;
	border-left: 1px rgba(100,100,100, 0.75) solid;
	font-size: 22px;
}


#header-soc-med{
	text-align: right;
	width: 200px;
	height: 50px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.header-icon{
	height: 30px;
	width: 30px;
	display: inline-block;
}

#carousel{
	background-color: rgba(0,0,0,0.3);
	height: 520px;
	margin-bottom:0;
}

#whistler-watermark{
    position: absolute;
    right: 5px;
    bottom: 125px;
    color: white;
}

#paddle-watermark{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: white;
    z-index: 5;
}

#carousel-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 125px;
	text-align: center;
	color: white;
	width: 100%;
	background-color: rgba(20,57,69,0.79);
        z-index: 4;
}

#carousel-blurb, #email-signup {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

#carousel-blurb p, #carousel-blurb h4{
	text-align: right;
}

#email-signup{
	text-align: left;
	padding: 15px 10px;
}

#carousel-blurb{
	font-size: 17px;
	font-family: Antonio-Light;
	font-weight: normal;
    letter-spacing: 0.007em;
    padding: 25px 10px 0 10px;
}

#carousel-blurb p span{
    display: block;
}

#carousel-blurb h4{
	font-family: Antonio;
	font-size: 26px;
        padding-left: 0;
        margin-left: 0;
}

#carousel-background-img, #carousel-fade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#carousel-fade{
	background-color: rgba(0,0,0,0.12);
	z-index: 1;
}
#carousel-background-img{
	background-image: url(img/Hiking_GaribaldiLakerev.jpg);
	background-repeat: no-repeat;
	background-size: 150%;
        background-position-x: -344px;
	z-index: 0;
}

#signup-email{
	border: none;
	padding: 5px 5px;
	width: 240px;
	display: none;
}

#two-fer-submit{
	display: inline-block;
	border: none;
	padding: 15px 25px;
	color: white;
	background-color: #d54303;
	font-size: 24px;
	font-family: Antonio;
	text-align: center;
	font-weight: 500;
	line-height: 22px;
	margin-top: 31px;
}

#about-section{
	margin-top: 0px;
	padding: 15px;
	overflow: hidden;
	background-color: #f8f8f8;
}

#about-section h3{
	font-size: 32px;
	margin: 3px;
}

#section-about {
	width: 100%;
	text-align: center;
	padding: 15px 50px;
	font-size: 16px;
	font-family: Helvetica Neue;
}


#section-about p, #section-celebrate p{
	padding: 5px 25px;
        font-weight: 200;
}

.about-section-icon{
	background-size: 100px;
	background-position: center;
	background-repeat: no-repeat;

	height: 70px;
	width: 100px;
	margin: 10px auto;
}

#about-grow-icon{
	background-image: url(img/robotic@2x.png);
}

#about-celebrate-icon{
	background-image: url(img/mountain@2x.png);
}

#section-celebrate{
	border-left: 1px #ccc solid;
}

#more-section{
	text-align: center;
}

#more-section p{
	font-size: 18px;
}

#more-header{
}

#more-icons-wrap{
	width: 1000px;
	margin: 0 auto;
}

.more-icon{
	display: inline-block;
	margin-bottom: 7px;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	font-size: 35px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	line-height: 95px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.more-icon h3{
	font-family: Antonio-Light;
	font-size: 35px;
        line-height: 130px;
}

/* Experience Tiles */

#more-marketplace{
	background-image: url(img/demo3.png);
}
#more-3d-printing{
	background-image: url(img/growcrowd.png);
}
#more-smart{
	background-image: url(img/paddleboard_yoga.jpg);
}
#more-fitness{
	background-image: url(img/wearables_tile@2x.png);
}
#more-hackfit{
	background-image: url(img/WhistlerGondola@2x.png);
}
#more-gondola-talks{
	background-image: url(img/gondolainterview.png);
}
#more-smackdown{
	background-image: url(img/smackdown_tile@2x.png);
}
#more-robotics{
	background-image: url(img/Whistlergondola2.png);
}

.more-icon.large{
	width: 330px;
}
.more-icon.small{
	width: 246px;
}

#sponsor-blurb{
	padding: 0 40px 10px;
}

#sponsor-icons-wrap{
	overflow: hidden;
	text-align: center;
}
.sponsor-icon{
	width: 210px;
	padding: 10px;
	display: inline-block;
}
.sponsor-inner{
	height: 95px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#sponsor-header, #sponsor-icons-wrap, .big-orange-button{
	z-index: 5;
	position: relative;
}

#sponsor-bg-img, #sponsor-fade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sponsor-bg-img{
	background-image: url(img/paddleboard_yoga.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

#sponsor-fade{
	background-color: rgba(20,57,69,0.7);
	z-index: 1;
}

.headshot-outer{
	width: 195px;
	height: 195px;
	padding: 9px;
	border-radius: 50%;
	border: 1px rgba(220,220,220,0.8) solid;
	margin: 10px auto;
}

.headshot, .speaker-button{
	width: 175px;
	height: 175px;
	border-radius: 50%;
}

.headshot{
	background-image: url("http://growconf.com/wp-content/uploads/shivon-zilis.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.speaker-button{
	background-color: #d54303;
	padding-top: 40px;
}

.speaker-button div{	
	text-align: center;
	color: white;
	font-size: 28pt;
	text-transform: uppercase;
	font-family: Antonio-Light;
}

.speaker-wrap{
	width: 250px;
	float: left;
	margin-bottom: 20px;
}

.speaker-wrap h3{
	margin: 5px;
}

.speaker-info h3{
        margin-bottom: 5px;
        font-size: 28px;
}

.position, .company{
	text-align: center;
	font-size: 14px;
	font-family: "Helvetica Neue", "HeleveticaNeue";
	text-transform: uppercase;
	line-height: 16px;
}
.position{
	font-weight: 200;
}

#whistler-section{
	clear: both;
	background-color: #f8f8f8;
	margin: 30px;
}

#whistler-header{
	color: #555;
	font-size: 43px;
	margin: 3px;
}

#whistler-blurb{
	font-family: Helvetica Neue;
	font-size: 16px;
	text-align: center;
	margin: 0 60px;
        font-weight: lighter;
}

#whistler-blurb p, #more-section p{
        max-width: 950px;
        margin: 10px auto;
        font-weight: 200;
        line-height: 25px;
}

#more-section p{
    margin: 15px auto;
}

#page-footer{
	background-color: rgba(110,110,120,95);
	height: 300px;
	color: white;
	margin-bottom: 0;
}

#footer-container{
       max-width: 1000px;
       margin: 0px auto;
}

#page-footer h5{
	margin: 2px 0 15px 35px;
	font-size: 20px;
}

.footer-icon{
	width: 30px;
	height: 30px;
        position: absolute;
        left: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
}

#footer-flickr .footer-icon{
        background-image: url(img/flickricon@2x.png);
}

#footer-contact .footer-icon{
        background-image: url(img/contacticon@2x.png);
}

.footer-content{
	float: left;
	padding-left: 10px;
}

.foot{
	width:33%;
	height: 100%;
	float: left;
        position: relative;
}

#fade-out, #pop-up-wrap{
	display: none;
	position: fixed;
}

#fade-out{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
        z-index: 100;
}


#pop-up-wrap{
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
        z-index: 101;
}

#pop-up{
	width: 600px;
	min-height: 500px;
	padding: 25px;
	/* background-color: white; */
	position: relative;
	z-index: 101;
	margin: 20px auto;
}

#pop-up div:first-child{
     padding-top: 0 !important;
     background-color: white;
     overflow: hidden;
}

/* Gravity Forms Style Overrides: */
.grform_body{
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;;
}

.gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.medium{
        border-radius: 0;
}

#field_23_29 h3, #field_23_11 h3{
     display: none;
}

#field_23_27 .ginput_container{
    margin-top: 65px;
}
.grform_body{
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255, 255, 255, 0.96);
}

#gform_confirmation_message_23 div:first-child{
    background-color: #FFF !important;
    color: #333 !important;
}

.gform_wrapper li, .gform_wrapper form li{
     position: relative;
}
.gform_wrapper ul.gform_fields {
     padding: 0;
     margin: 0;
     overflow: hidden;
}

.gform_wrapper li, .gform_wrapper form li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#field_23_28{
      padding: 0;
}

#field_23_28 h3{
     text-align: center;
     margin-bottom: 0;
     position: absolute;
     width: 550px;
     box-sizing: border-box;
     background-color: #eee;
     height: 634px;
     z-index: 0;
}
.applyform .gform_body, .gform_body {
	padding: 0;
	background-color: #fff;
	color: #000;
        width: 100%;
}

.applyform_wrapper input.button, .gform_wrapper .gform_page_footer .button.gform_button {
	margin-right: 10px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d54303), to(#d54303)) !important;
	background-image: -webkit-linear-gradient(top, #d54303, #d54303);
	background-image: -moz-gradient(linear, 0 0, 0 100%, from(#d54303), to(#d54303)) !important;
	background-image: -moz-linear-gradient(top, #d54303, #d54303);
	background-image: -o-linear-gradient(top, #d54303, #d54303);
	background-image: -ms-gradient(linear, 0 0, 0 100%, from(#d54303), to(#d54303)) !important;
	background-image: -ms-linear-gradient(top, #d54303, #d54303);
	width: 200px;
        border-radius: 0;
        font-family: Antonio-Light;
        background-color: #d54303;
}

#field_23_28 h3{
    font-family: Antonio;
}

.gform_wrapper{
        width: 100%;
        max-width: 100%;
}

.applyform_wrapper .button:hover, .applyform_wrapper #submit:hover{
	background-color: #d54303;
}

.gform_page_footer {
	text-align: center;position: absolute;
    top: 360px;
    width: 550px !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half{
        width: 45%;
}

.gform_page_footer.top_label{
        position: static;
        clear: both;
        background-color: #EEE;
        padding: 16px 0;
}
.applyform_wrapper .validation_message{
        color: #d54303 !important;
}

#input_23_1{
    border-radius: 0;
    padding: 10px;
    text-align: center;
}

#field_23_25{
    text-align: center;
    background-color: #eee;
    position: absolute;
    width: 550px;
    box-sizing: border-box;
    height: 320px;
    z-index: 0;
    padding-top: 20px;
    top: 120px;
}

#field_23_25 h3{
    font-family: Antonio;
}

#field_23_32{
     position: absolute;
     top: 190px;
     width: 550px;
     padding: 10px;
     box-sizing: border-box;
}

#field_23_1{
    position: absolute;
    top: 295px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 50px !important;
    margin: 0 0 !important;
}
#field_23_1 .ginput_container{
    width: 70%;
    margin: 10px auto;
}
#field_23_1 .gfield_description.validation_message{
        margin: -15px auto !important;
        width: 70%;
        text-align: center;
}

#gform_confirmation_message_23.gform_confirmation_message_23.gform_confirmation_message{
        padding-top: 15px !important;
}

/* Media Queries */
@media all and (min-width: 951px) and (max-width: 1050px){
    .fixed-width, #more-icons-wrap{
        width: 900px;
    }
    .more-icon.large{
        width: 297px
    }
    .more-icon.small{
        width: 222px
    }
}

@media all and (max-width:950px){
    #carousel-background-img{
	background-size: 1500px;
    }
}
@media all and (min-width: 700px) and (max-width: 950px){
    .fixed-width, #more-icons-wrap{
        width: 650px;
    }
    .more-icon.large{
        width: 214px
    }
    .more-icon.small{
        width: 159px;
    }
    .more-icon h3{  
        line-height: 45px;
    }
    .more-icon{
        vertical-align: top;
    }
    .sponsor-inner{ 
        background-size: contain;
    }

    .speaker-wrap{
        width: 33%;
    }
    .headshot-outer {
        width: 120px;
        height: 120px;
    }
    .headshot, .speaker-button {
         width: 100px;
         height: 100px;
    }
    .speaker-button{
         padding-top: 17px;
    }
}


@media all and (max-width: 849px){
    #carousel-blurb{
	width: 400px;
	font-size: 15px;
    }
}

@media all and (max-width: 699px){
    #carousel-blurb p span{
        display: inline;
    }

    /* grav forms */
    #field_23_25 {
        width: 100%;
        height: 320px;
        z-index: 0;
        left: 0;
    }

#input_23_27 .gchoice_27_1, #field_23_9 p:first-child{
     display: none;
}

    .gform_page_footer {
        width: 100% !important;
        top: 330px
    }
    .applyform_wrapper input.button, .gform_wrapper .gform_page_footer .button.gform_button {
         width: 150px;
    }

    #field_23_1, #field_23_25 {
        width: 100%;
        left: 0;
    }
    #field_23_32{
        display: none;
    }
    #field_23_1{
        top: 225px;
    }
    #field_23_1 .ginput_container{
        width: 100%;
        text-align: center;
    }
    #input_23_1{
        width: 70%;
    }

    #field_23_29 img{
        height: 40px;
    }

    #gform_page_23_1{
        width: 100%;
    }
/* END grav forms */
     
     #wordmark {
         background-image: url(img/growlogo.png);
         background-repeat: no-repeat;
         background-size: contain;
         height: 73%;
         width: 130px;
         margin-top: 6px;
    }

    #header-soc-med {
        text-align: right;
        width: 200px;
        height: 50px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        top: 31px;
    }

    #map-hud, #hr-hud{
        display: none;
    }

    #header-blurb {
          margin: -3px 0 0 0;
          padding-left: 0;
          border-left: none;
          font-size: 15px;
          line-height: 15px;
          clear: both;
    }
    #carousel-blurb p, #carousel-blurb h4{
	  text-align: center;
    }
    #carousel-blurb{
         width: 100%;
    }
    #carousel-blurb p{
          font-size: 15px;
          letter-spacing: 0.007em;
    }
    #carousel-blurb h4{
          font-size: 20px;
    }

    #about-section{
          margin-top: 120px;
          width: 100%;
    }
    #section-about, #section-celebrate {
          width: 100%;
    }
    #section-celebrate {
          border-left: none;
          border-top: 1px #ccc solid;
    }
    #more-icons-wrap, .fixed-width{
         width: 100%;
    }

    #more-section p{
        display: none;
    }

    .sponsor-inner {
         background-size: contain;
         height: 60px;
     }
     .sponsor-icon {
         width: 50%;
         padding: 4px;
     }

    #past-speakers-section{
          overflow-x: scroll;
    }
    #speakers-icons-wrap{
         width: 100%;
    }
    #whistler-blurb{
         margin: 0;
         display: none;
    }

    #pop-up{
         width: 100%;
         left: 0;
        padding: 10px 0;
        overflow-y: scroll;
        margin-top: 0;
        min-height: 600px;
    }

    #hud-container{
         width: 100%;
    }
    #main-wrap{
         overflow: hidden;
    }

    #more-header{
         margin: 10px 10px 75px;
    }
    .more-icon, .big-orange-button{
         width: 100% !important;
    }
    .footer-icon{
         display: none;
    }

    #gform_page_23_2{
        width: 100%;
    }
    #field_23_28 h3 {
        width: 100%;
    } 
}