/*
Theme Name: ODCA
Theme URI: http://www.phele.com
Description: A WordPress theme integrated with Twitter Boostrap.
Version: 100.0
Author: Phe Le
Author URI: http://www.phele.com
Tags: black, white, twitter, bootstrap
*/

@font-face {
	font-family: 'bebas-neue';
	src: url(fonts/BebasNeue.otf);
}

body { font-family: Arial, Helvetica, sans-serif; font-size: 16px; background-color: #fff; color: #585858; line-height: 22px; }
p { margin-bottom: 20px; }
a:link, a:visited { color: #2b75b2; text-decoration: none; outline: none; }
a:hover { color: #2b75b2; text-decoration: underline; }
h1, h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
ul { list-style: disc; margin-bottom: 20px; }
ul li { padding-bottom: 5px; }
iframe { box-sizing: border-box; }

#wrapper {}
#top-bar { background-color: #585858; color: #fff; padding: 11px 0; }
.top-left p { margin-bottom: 0; text-transform: uppercase; line-height: 23px; }
.top-left a { color: #fff; }
.top-left a:hover { text-decoration: none; }
.top-left .top-login { padding-right: 4px; }
.top-left .top-register { padding-left: 4px; }
.top-right { text-align: right; }
.top-search, .top-socials { display: inline-block; }
.top-search input { width: 200px; background: #737373 url('images/search-bg.png') 185px center no-repeat; color: #fff; padding: 0px 10px; border: none; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.top-socials ul { list-style: none; margin: 0; padding: 0; text-align: right; line-height: 23px; }
.top-socials ul li { display: inline-block; padding-left: 40px; padding-bottom: 0; }
.top-socials ul li a { display: block; }
.top-socials ul li a.facebook { width: 9px; height: 16px; background: url('images/icon-facebook.png') center center no-repeat; }
.top-socials ul li a.twitter { width: 16px; height: 13px; background: url('images/icon-twitter.png') center center no-repeat; }
.top-socials ul li a.linkedin { width: 16px; height: 15px; background: url('images/icon-linkedin.png') center center no-repeat; }
.top-socials ul li a.youtube { width: 18px; height: 13px; background: url('images/icon-youtube.png') center center no-repeat; }
.container { width: 1430px; }

/* Header */
.navbar { z-index: 25; margin-bottom: 0; padding: 20px 0; border: none; border-radius: 0; }
.navbar-inverse  { background-color: #fff; border-bottom: 1px solid #e5e5e5; }
.navbar-header h1 { margin: 0; padding: 0; }
.navbar-header img { max-width: 100%; height: auto; }
.navbar-brand { height: auto; padding: 0 15px; }

/* Navigation */
#nav { float: right; margin-top: 20px; padding: 0; }
#nav ul { list-style: none; margin: 0; padding: 0; text-align: right; }
#nav li { float: none; display: inline-block; list-style: none; margin: 0 19px; padding: 0; }
#nav li:last-child { margin-right: 0; }
#nav li a { display: block; font-family: "bebas-neue", sans-serif; font-size: 20px; background-color: #fff; color: #666667; padding: 5px; text-align: left; text-transform: uppercase; text-decoration: none; border-top: 3px solid #c0c1c3; letter-spacing: 2px; line-height: 22px; }
#nav li a:hover, #nav li.current_page_item a , #nav li.current_page_parent a, #nav li.current-menu-parent a, #nav li.current-page-ancestor > a, #nav li.current-menu-ancestor > a { background-color: #f0f0f0; color: #666667; border-top: 3px solid #f67f21; }

/* Second Level Dropdown links */
#nav li ul { position: absolute; left: -999em; z-index: 9999; height: auto; width: 200px; margin: 0; padding:0; }
#nav li li { width: 200px; margin: 0; padding: 0; text-align: left; border-bottom: 3px solid #fff; }
#nav li li:last-child { border-bottom: none; }
#nav li li a, #nav li.current-menu-item li a, #nav li.current-menu-ancestor li a, #nav li.current-menu-ancestor li.current-menu-item a, #nav li.current-menu-ancestor li.current-menu-item li a, #nav li.current_page_parent ul li a { font-size: 14px; background-color: #f0f0f0; color: #666667; margin-left: 0; padding: 5px; border-top: none; line-height: 16px; }
/* Second Level Dropdown hover, current */
#nav li li a:hover, #nav li.current-menu-ancestor li.current-menu-item a:hover, #nav li.current-menu-ancestor li.current-menu-item a, #nav li.current-page-ancestor li.current-page-ancestor > a, #nav li.current-menu-ancestor li.current-menu-ancestor > a, #nav li.menu-item-has-children li.current-page-ancestor > a, #nav li.current_page_parent ul li a:hover { background-color: #f0f0f0; color: #2b75b2; border-top: none; }

/* Third Level Dropdown */
#nav li ul ul { margin: -26px 0 0 200px; }
#nav li:hover ul ul, #nav li:hover ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { left: auto; }
#nav li:hover { position: static; }
/* End Navigation */

/* Fade transition for carousel items */
#home-carousel { margin-bottom: 70px; }
/* Fade Effect */
.carousel-fade .carousel-inner .item { transition-property: opacity; }
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0; }
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; }
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control { z-index: 2; }
/* End Fade Effect */
.carousel-inner>.item>img, .carousel-inner>.item>a>img { width: 100%; height: auto; margin: auto; }
#forecastCarousel .carousel-inner>.item>img, #forecastCarousel .carousel-inner>.item>a>img { width: auto; max-width: 100%; }
.carousel-control { width: 70px; background-image: none !important; }
.carousel-indicators { width: 100%; left: 0; bottom: 0; margin: 0; padding: 0; line-height: 100%; }
.carousel-indicators li { background-color: #c5c8b3; width: 11px; height: 11px; margin: 0 3px; padding: 0; vertical-align: middle; border: 2px solid #c5c8b3; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.carousel-indicators .active { background-color: transparent; width: 11px; height: 11px; margin: 0 3px; border: 2px solid #c5c8b3; }
.carousel-caption { position: absolute; left: 50px; top: -25px; padding: 0; text-align: left; text-shadow: none; }
/* Fade controls with items */
.carousel-control { z-index: 9999; }
.carousel-control .icon-prev, .carousel-control .icon-next { top: 50%; }
.carousel-control .icon-prev { width: 14px; height: 24px; background: url('images/prev-icon-left.png') no-repeat; }
.carousel-control .icon-prev:before { content: none; }
.carousel-control .icon-next { width: 14px; height: 24px; background: url('images/next-icon-right.png') no-repeat; }
.carousel-control .icon-next:before { content: none; }

/* Home Page */
.section-title { margin-bottom: 40px; text-align: center; clear: both; overflow: hidden; }
.section-title h2, .section-title h1 { float: left; width: 860px; font-size: 18px; font-weight: normal; background-color: #f67f21; color: #fff; margin: 0 30px; padding: 11px 10px; letter-spacing: 1px; }
.section-title .title-hr-left { float: left; width: 240px; margin-top: 20px; border-top: 2px solid #d7d7d7; }
.section-title .title-hr-right { float: left; width: 240px; margin-top: 20px; border-top: 2px solid #d7d7d7; }

#home-accelerating { margin-bottom: 50px; }
.accelerating-content h3 { font-size: 16px; background: url('images/bullet-bar.png') 97px 55px no-repeat; color: #2b75b2; margin: 0 0 30px 0; }
.accelerating-content span { margin-left: 20px; }

#home-conversation { margin-bottom: 50px; }
#home-conversation .section-title { margin-bottom: 5px; }
.rotating-icons { float: right; width: 475px; text-align: right; cursor: pointer; }
.rotating-icons img { max-width: 100%; height: auto; }
#twitter, #googleplus, #facebook { margin-top: 35px; }
.single-tweet { width: 650px; margin: 0 0 15px 0; padding: 15px; border: 2px solid #d7d7d7; clear: both; overflow: hidden; }
.single-tweet-image { float: left; width: 33px; margin-right: 15px; }
.single-tweet-image img { max-width: 100%; height: auto; }
.single-tweet-content { float: left; width: 568px; }
.single-tweet-content h3 { font-size: 18px; margin: 0 0 6px 0; text-transform: capitalize; clear: both; overflow: hidden; }
.single-tweet-content h3 a { float: left; }
.single-tweet-content h3 .twitter-icon {  margin-left: 15px; }
.single-tweet-content p { font-size: 12px; margin-bottom: 10px; line-height: 18px; }
.single-tweet-content p.single-tweet-date { font-size: 14px; font-weight: bold; font-style: italic; margin-bottom: 0; }
.single-tweet-content a { font-weight: bold; }

#home-opportunities { margin-bottom: 50px; }
.opportunities-content h3 { font-size: 16px; margin: 0 0 20px 0; padding-bottom: 15px; text-align: center; border-bottom: 2px solid #d7d7d7; }
.opportunities-content h3 img { display: inline-block; }
.opportunities-content span { display: inline-block; margin-left: 25px; text-align: left; vertical-align: middle; }


/* General Page Styles */
#page { min-height: 400px; background-color: #fff; padding: 70px 0; }
#page .fa { padding-right: 5px; }
.page-row { margin-bottom: 40px; clear: both; overflow: hidden; }
.page-left, .page-right { float: left; width: 240px; min-height: 10px; }
.page-left ul.side-menu { list-style: none; width: 152px; margin: 0; padding: 0; }
.page-left ul.side-menu li { padding-bottom: 0; }
.page-left ul.side-menu li a { display: block; font-family: "bebas-neue", sans-serif; font-size: 20px; background-color: #ececec; color: #585858; padding: 35px 12px; letter-spacing: 2px; cursor: pointer; }
.page-left ul.side-menu li.active a, .page-left ul.side-menu li a:hover { background-color: #f67f21; color: #fff; text-decoration: none; }
.page-left ul.side-menu li:first-child a { border-top-right-radius: 30px; -moz-border-radius-topright: 30px; -webkit-border-top-right-radius: 30px; }
.page-left ul.side-menu li:last-child a { border-bottom-right-radius: 30px; -moz-border-radius-bottomright: 30px; -webkit-border-bottom-right-radius: 30px; }
.page-main { float: left; width: 860px; margin: 0 30px; }
.page-main h2, .page-main h3, .page-main h4, .page-main h2 a, .page-main h3 a, .page-main h4 a { color: #f67f21; }
.content-cta { background-color: #ebebeb; margin: 0 0 20px 0; padding: 20px; }
.content-cta h2 { margin: 0 0 20px 0; }
.content-cta h2 span { margin-right: 10px; }
.content-cta p:last-child, .page-intro p:last-child { margin-bottom: 0; }
.page-accelerating { margin-bottom: 40px; }
.page-intro { margin-bottom: 70px; padding: 30px 30px 30px 0; border: 2px solid #ebebeb; }
.page-intro .page-row { margin-bottom: 0; }
.member-image { float: left; max-width: 200px; margin: 0 20px 20px 0; }
.member-image img { max-width: 100%; height: auto; }
ul.document-list { list-style: none; margin: 0 0 20px 0; padding: 0; }
ul.document-list li { font-size: 16px; font-style: italic; background: url('images/arrow-circle.png') left 2px no-repeat; padding: 0 0 15px 34px; }
ul.document-list li a { font-style: normal; }
.groupwork-chairs { margin-bottom: 40px; }
.groupwork-chairs h2 { color: #f67f21; margin: 0 0 30px 0; }
.groupwork-chairs .chair-title-icon, .title-icon { display: inline-block; width: 11px; height: 18px; background: url('images/arrow-orange-chevron.png') no-repeat; margin-right: 10px; }
.single-chair { min-height: 200px; margin-bottom: 30px; }
.single-chair-image { float: left; width: 85px; margin-right: 20px; }
.single-chair-image img { max-width: 100%; height: auto; }
.single-chair-content { float: left; width: calc(100% - 105px); width: -moz-calc(100% - 105px); width: -webkit-calc(100% - 105px); }
.single-chair-content h4 { font-size: 14px; color: #2b75b2; margin: 0 0 15px 0; text-transform: capitalize; }
.single-chair-content h4 a { color: #2b75b2; }
.single-chair-content p { font-size: 12px; line-height: 18px; }
.single-chair-content p:last-child { margin-bottom: 0; }
.single-chair-content a.view-bio { background: url('images/arrow-circle-sm.png') no-repeat; font-weight: bold; color: #000; padding: 0 0 0 20px; }
.content-br { margin: 50px 0 70px 0; border-top: 2px solid #d7d7d7; }
.flash-seminars thead tr { font-weight: bold; background-color: #2e75b0; color: #fff; }
.flash-seminars td { border: 1px solid #999 !important; }
.seminar-dates { width: 15%; }
.seminar-topics { width: 25%; }
.seminar-description { width: 60%; }
.member-benefit-chart thead tr { background-color: #454545; color: #fff; }
.member-benefit-chart td p { margin: 0; padding: 5px 10px; text-align: center; }
.member-benefit-chart td:first-child p { text-align: left; }
.member-benefit-chart i { color: #008000; }
.chart-benefits { width: 30%; }
.chart-member-type { width: 14%; }
.single-webcast { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 2px solid #d7d7d7; }
.webcasts-container .single-webcast:last-child { border-bottom: none; }
.single-webcast h3 { margin: 0 0 20px 0; }
.webcast-video img { max-width: 100%; height: auto; }
ul.steering-group, ul.contributor-group { list-style: none; margin: 0 0 20px 0; padding: 0; }
ul.steering-group li, ul.contributor-group li { display: block; padding: 1em; box-sizing: border-box; float: left; width: 20%; }
ul.steering-group li img, ul.contributor-group li img { width: 100%; height: auto;}
ul.group-member-socials { list-style: none; margin: 0 0 20px 0; padding: 0; }
ul.group-member-socials li { display: inline-block; margin: 0 10px 10px 0; }
.group-member-videos { background-color: #ececec; border: 1px solid #d7d7d7; }
.group-member-videos .contact-form { margin-bottom: 40px; }
.group-member-videos .contact-form label { line-height: normal; }
ul.adopter-group { clear: both; overflow: hidden; padding-left: 20px; }
ul.adopter-group li { float: left; width: 47.5%; margin-right: 5%; }
ul.adopter-group li:nth-child(even) { margin-right: 0; }
a.orange-button, .wpcf7-submit { display: inline-block; background-color: #f47320; color: #fff; padding: 5px 20px; text-transform: uppercase; }
a.orange-button:hover, .wpcf7-submit:hover { background-color: #585858; color: #fff; text-decoration: none; }
.contact-form p { clear: both; overflow: hidden; }
.contact-form label { float: left; width: 40%; margin-bottom: 0; padding-right: 15px; text-align: right; line-height: 34px; }
.contact-form .wpcf7-form p { margin: 0 0 1em 0; }
.contact-form .wpcf7-form p:last-of-type { margin-bottom: 0; }
.contact-form .wpcf7-form-control-wrap { float: left; width: 60%; }
.contact-form label:last-of-type { float: none; width: 100%; margin-bottom: 0; padding-right: 0; text-align: left; line-height: auto; }
.contact-form .wpcf7-form-control-wrap:last-of-type { float: none; width: 100%; }
.contact-form .required { font-size: 12px; color: #f00; }
.contact-form .wpcf7-submit { padding: 5px 50px; border: none; }
#ai1ec-calendar:after { display: block; content: ''; clear: both; overflow: hidden; }
.ai1ec-single-event { clear: both; overflow: hidden; margin-bottom: 5px !important; }
.past-events-link { clear: both; overflow: hidden; margin-top: 50px; }

/* Forecast 2014 */
.forecast-banner p.banner { margin-bottom: 0; }
.forecast-sponsors-banner { border: 1px solid #77b1de; }
.forecast-sponsors-banner p { margin-bottom: 0; }
.forecast-sponsors-banner p.sponsors-banner-title { background-color: #77b1de; color: #fff; padding: 5px; text-transform: uppercase; text-align: right; }
.forecast-keynotes { margin: 30px 0 20px 0; border-bottom: 1px solid #77b1de; }
.forecast-keynotes p.keynote-title { background-color: #555; color: #fff; padding: 5px; text-transform: uppercase; text-align: center; }
.single-keynote-video { text-align: center; }
.forecast-content { margin-top: 30px; }
.forecast-content h2 { font-size: 20px; font-weight: normal; background-color: #555; color: #fff; margin: 0 0 20px 0; padding: 5px 10px; text-transform: capitalize; }
.forecast-content .forecast-sponsors h2, .forecast-content .forecast-reception h2 { background-color: #2a689e; }
.forecast-content .single-chair { min-height: 150px; }
.forecast-content .single-chair-content p { font-size: 14px; line-height: 20px; }
#forecastCarousel { margin-bottom: 30px; }
.forecast-sponsors { text-align: center; }
.forecast-sponsors p { font-size: 14px; line-height: 20px; }
.forecast-sponsors img { margin-bottom: 20px !important; line-height: 150px !important; }
.forecast-sponsors span.link { font-size: 18px; color: #f37123; text-transform: uppercase; }
.table-responsive .event-date { background-color: #f67f21; color: #fff; text-transform: uppercase; }
.agenda-tabs .nav-tabs>li { padding-bottom: 0; }
.agenda-tabs .nav-tabs>li.active>a, .agenda-tabs .nav-tabs>li.active>a:focus, .agenda-tabs .nav-tabs>li.active>a:hover, .sponsor-tabs .nav-tabs>li.active>a, .sponsor-tabs .nav-tabs>li.active>a:focus, .sponsor-tabs .nav-tabs>li.active>a:hover { background-color: #f67f21; color: #fff; border: 1px solid #f67f21; text-transform: uppercase; }
.agenda-tabs .nav-tabs>li>a, .sponsor-tabs .nav-tabs>li>a { background-color: #77b1de; color: #fff; border: 1px solid #ccc; text-transform: uppercase; }
.forecast-speakers .single-chair { clear: both; overflow: hidden; }
.speaker-read-more { float: left; background-color: #f8f8f8; background-image: -moz-linear-gradient(center top, #FFFFFF, #DEDEDE); background-image: linear-gradient(#f8f8f8,#d9d9d9); margin-top: 3px; margin-right: 20px; padding: 0 5px; border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; line-height: 16px; }
.speaker-read-more a { font-family: Arial, sans-serif; font-size: 11px; color: #333; line-height: 16px; }
.speaker-linkedin { float: left; width: auto; margin-right: 20px; }
.speaker-twitter { float: left; width: 136px; margin-top: 3px; margin-right: 20px; }
.speaker-br { width: 100%; margin: 30px 0; border-top: 2px solid #ccc; }
.single-sponsor { margin-bottom: 30px; }
.sponsor-logo { text-align: center; }
.sponsor-logo img { max-width: 100%; height: auto; }
.sponsor-tabs { clear: both; overflow: hidden; }
.sponsor-tabs .nav-tabs { float: left; width: 25%; }
.sponsor-tabs .nav-tabs>li { float: none; display: block; margin-bottom: 0; }
.sponsor-tabs .tab-content { float: left; width: 75%; }
.sponsor-tabs thead tr { background-color: #49494b; color: #fff; text-transform: uppercase; }
.sponsor-tabs tbody td:first-child { width: 25%; }
.sponsor-tabs tbody td:last-child { width: 75%; }

.agenda-tabs thead td span { display: inline-block; width: 24%; margin: 5px 0; }
.agenda-workshop { padding: 0 15px 0 5px; border-left: 8px solid #2b79ff; }
.agenda-best-practice { padding: 0 15px 0 5px; border-left: 8px solid #ff963b; }
.agenda-odca-u { padding: 0 15px 0 5px; border-left: 8px solid #0fffdf; }
.agenda-hot-topic { padding: 0 15px 0 5px; border-left: 8px solid #b769b5; }
.agenda-hackathon { padding: 0 15px 0 5px; border-left: 8px solid #d6d630; }
.agenda-poc { padding: 0 15px 0 5px; border-left: 8px solid #e5a977; }
.agenda-platinum { padding: 0 15px 0 5px; border-left: 8px solid #b23845; }
.agenda-gold { padding: 0 15px 0 5px; border-left: 8px solid #f1c40f; }
.agenda-meet-ups { padding: 0 15px 0 5px; border-left: 8px solid #99f1ff; }
.agenda-keynote { padding: 0 15px 0 5px; border-left: 8px solid #28ad5a; }
.agenda-benefits { padding: 0 15px 0 5px; border-left: 8px solid #78d21d; }

.agenda-workshop-content { padding-top: 5px; border-top: 8px solid #2b79ff; }
.agenda-best-practice-content { padding-top: 5px; border-top: 8px solid #ff963b; }
.agenda-odca-u-content { padding-top: 5px; border-top: 8px solid #0fffdf; }
.agenda-hot-topic-content { padding-top: 5px; border-top: 8px solid #b769b5; }
.agenda-hackathon-content { padding-top: 5px; border-top: 8px solid #d6d630; }
.agenda-poc-content { padding-top: 5px; border-top: 8px solid #e5a977; }
.agenda-platinum-content { padding-top: 5px; border-top: 8px solid #b23845; }
.agenda-gold-content { padding-top: 5px; border-top: 8px solid #f1c40f; }
.agenda-meet-ups-content { padding-top: 5px; border-top: 8px solid #99f1ff; }
.agenda-keynote-content { padding-top: 5px; border-top: 8px solid #28ad5a; }
.agenda-benefits-content { padding-top: 5px; border-top: 8px solid #78d21d; }

/* Forecast 2013 */
.forecast-pictures .picture-title { background-color: #77b1de; color: #fff; padding: 5px; text-transform: uppercase; text-align: left; }
.forecast-slideshow { height: 125px; overflow: hidden; }
.forecast-slideshow .owl-item img { max-width: 100%; height: auto; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.agenda-session-a { padding: 0 15px 0 5px; border-left: 8px solid #2b79ff; }
.agenda-session-b { padding: 0 15px 0 5px; border-left: 8px solid #ff963b; }
.agenda-session-c { padding: 0 15px 0 5px; border-left: 8px solid #0fffdf; }

.agenda-odca-content { padding-top: 5px; border-top: 8px solid #96d3ff; }
.agenda-session-a-content { padding-top: 5px; border-top: 8px solid #2b79ff; }
.agenda-session-b-content { padding-top: 5px; border-top: 8px solid #ff963b; }
.agenda-session-c-content { padding-top: 5px; border-top: 8px solid #0fffdf; }

/* Membership*/
.membership-section {  margin-bottom: 30px; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border: 1px solid #ccc; }
.membership-section h2 { font-size: 16px; font-weight: normal; background-color: #2a689e; color: #fff; margin: 0; padding: 25px; text-transform: none; border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
.membership-section h2 a.view-benefits { float: right; font-size: 12px; color: #fff; text-transform: uppercase; }
.membership-content { padding: 25px; }
.membership-content p:last-child { margin-bottom: 0; }
.form-instructions { font-size: 12px; text-transform: uppercase; line-height: 18px; }
.membership-type, .organization-details, .contact-details, .email-subscription, .payment-options, .disclaimer { background-color: #f5f5f5; margin-bottom: 20px; padding: 25px; border-radius: 10px; border-radius: 10px; -webkit-border-radius: 10px; }
.membership-type h3, .organization-details h3, .contact-details h3, .email-subscription h3, .payment-options h3, .disclaimer h3 { font-size: 18px; font-weight: normal; color: #135cae; margin: 0 0 20px 0; }
.membership-form .wpcf7-list-item { margin-right: 15px; }
.membership-type .wpcf7-list-item-label { font-weight: bold; }
.membership-form p { clear: both; overflow: hidden; }
.membership-form label { float: left; width: 30%; margin-bottom: 0; padding-right: 14px; text-align: right; line-height: 34px; }
.membership-form .wpcf7-form-control-wrap { float: left; width: 70%; }
.membership-form .disclaimer .wpcf7-form-control-wrap { width: 100%; }
.membership-form .required { color: #f00; }
.contact-details .expertise .form-control, .email-subscription .subscription .form-control { height: auto; clear: both; overflow: hidden; }
.contact-details .expertise .wpcf7-list-item { float: left; width: 30%; }
.email-subscription .subscription .wpcf7-list-item { display: block; }
.membership-form .submit-button { text-align: center; }
.membership-form .submit-button input { font-weight: bold; padding: 20px 100px; border: none; border-radius: 10px; border-radius: 10px; -webkit-border-radius: 10px; }

 /* Advanced Search */
.search-form { margin-bottom: 40px; border: 1px solid #ccc; border-top: none; }
.search-form label { font-weight: normal; margin: 0 20px 0 0; }
.search-form input[type=checkbox] { float: left; margin: 5px 10px 0 0; }
.keywords_search { background-color: #2b75b2; padding: 20px; }
.topics_search { padding: 20px; border-bottom: 1px solid #ccc; }
.categories_search { padding: 20px; }
.categories_search h3 { float: left; font-family: "bebas-neue", sans-serif; font-size: 24px; font-weight: normal; color: #f47320; margin: 0 0 15px 0; letter-spacing: 2px; }
.languages_search { float: right; }
.languages_search h3 { float: left; margin-right: 20px; }
.categories_container { clear: both; overflow: hidden; border: 1px solid #ccc; }
.category_checkbox_col_1, .category_checkbox_col_3, .category_checkbox_col_5, .category_checkbox_col_2, .category_checkbox_col_4, .category_checkbox_col_6 { margin: 0; padding: 4px 0; }
.category_checkbox_col_2, .category_checkbox_col_4, .category_checkbox_col_6 { background-color: #f2f1f1; }
.submit_search { padding: 0 20px 20px 20px; }
.submit_search input[type=submit] { width: 120px; height: 40px; font-size: 16px; background: #585858 url('images/search_icon.png') no-repeat 10px 10px; color: #fff; padding: 0 20px 0 40px; border: none; text-transform: uppercase; }
.advanced-search-results h2 { color: #f47320; margin: 0; padding-bottom: 20px; border-bottom: 4px solid #585858; }
.article-container { border-bottom: 1px solid #ccc; }
.article-category { float: right; min-width: 150px; font-size: 13px; background-color: #1282c4; color: #fff; padding: 3px 15px; text-align: center; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
.article-container h3.article-title { clear: both; overflow: hidden; font-size: 16px; font-weight: normal; margin: 0 0 20px 0; text-transform: none; }
.article-container h3.article-title i { color: #2b75b2; }
.article-container p.article-excerpt, .article-container p.article-more { font-size: 13px; }
.advanced-search-results .no-results { margin-top: 20px; }
.article-data { margin-top: 30px; }
.article-data p { font-size: 12px; font-weight: bold; color: #000; margin-bottom: 0; }
.download-links { text-align: center; }
.download-links p { margin-bottom: 10px; }
a.download-link { font-weight: bold; color: #135cae; }
.orange-text { color: #f67f21; }

.fullcolumn {}
.narrowcolumn {}
.narrowcolumn ul { margin: 0 0 10px 35px; }
h1.page-title, .post-title { color: #434243; margin: 0 0 30px 0; }
.post { padding: 0 0 30px 0; text-align: left; }
.post-thumbnail img { max-width: 100%; height: auto; }
.search-results .post-thumbnail { margin-top: 25px; }
.single-blog-post { border-bottom: 1px solid #ccc; }
.single-blog-post h2 a { color: #f67f21; }
.postmetadata { font-style: italic; margin-bottom: 10px; }
.postmetadata a:link, .postmetadata a:visited { color: #0d2972; text-decoration: none; }
.postmetadata a:hover { text-decoration: underline; }
.thread-alt { background-color: #fff; }
.thread-even { background-color: #f1f1f1; }
.depth-1 { border: 1px solid #e5e5e5; }

/* Sidebar Styles */
#sidebar {}
#sidebar h2 { font-size: 12px; font-weight: 700; background-color: #2b75b2; color: #fff; margin: 0; padding: 15px 20px; }
#sidebar form { margin: 0; }
#sidebar ul, #sidebar ul ol { margin: 0; padding: 0; }
#sidebar ul li { list-style: none; background-color: #f1f1f1; margin-bottom: 20px; padding: 0; }
#sidebar ul li a:link, #sidebar ul li a:visited { color: #a2293a; text-decoration: none; }
#sidebar ul li a:hover { text-decoration: underline; }
#sidebar ul ul, #sidebar ul ol { list-style: none; margin: 0; padding: 10px 20px; }
#sidebar ul div { padding: 20px ; }
#sidebar ul div div { padding: 0; }
#sidebar ul ul li { border: none; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0; }
#sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0; }

/* Footer Styles */
#footer {}
.footer-links-title { border-top: 2px solid #d7d7d7; }
.links-title { width: 172px; background: url('images/footer-title-bg.jpg'); margin: -22px 0 20px 0; padding: 10px 20px; border: 2px solid #d7d7d7; text-align: center; }
.links-title h2 { font-weight: bold; color: #f67f21; margin: 0; line-height: 100%; }
.footer-links-content { background-color: #585858; padding: 50px 0; }
.footer-links-content .container { width: 875px; }
.footerwidget {}
.footerwidget h2 { font-size: 18px; color: #f67f21; margin: 0 0 15px 0; }
.footerwidget ul { list-style: none; margin: 0; padding: 0; }
.footerwidget ul li { margin: 0; padding: 0; }
.footerwidget ul li li { font-size: 16px; margin-bottom: 5px; }
.footerwidget ul li li a { color: #fff; }
.footer-lower { background-color: #fff; padding: 40px 0; }
.footer-lower-links { margin-bottom: 30px; border-top: 2px solid #d7d7d7; }
.lower-links { float: right; background-color: #fff; color: #d7d7d7; margin: -13px 0 0 0; padding-left: 50px; text-align: right; }
.lower-links a { color: #000; }
.footer-info { color: #acacac; text-align: right; }
.footer-info p { font-size: 12px; color: #999; margin: 0; line-height: 18px; }
.footer-info a { color: #999; font-weight: bold; }
.scroll-up { display: none; position: fixed; right: 1%; bottom: 1%; width: 68px; height: 68px; background: url('images/icon-up.png') no-repeat; cursor: pointer; opacity: .5;}
.scroll-up:hover {
	opacity: 1;
}
/* General Content Styles */
small { font-size: .75em; line-height: 1.5em; opacity: .5;}
blockquote { font-style: italic; margin: 15px 30px 0 10px; padding-left: 20px; border-left: 1px solid #e5e5e5; }
blockquote cite { display: block; margin: 5px 0 0; }
p img { padding: 0; max-width: 100%; height: auto; }
.centered { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }

/* Begin Form Elements */
#commentform { margin: 5px 10px 0 0; }
#commentform p { margin: 5px 0; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform textarea { width: 100%; padding: 2px; }
#commentform #submit { float: right; margin: 0 0 5px auto; }
h3.comments {}
.commentlist { padding: 0; text-align: left; }
.commentlist li .avatar { float: right; background: #fff; padding: 2px; border: 1px solid #eee; }
.commentlist cite, .commentlist cite a { font-size: 14px; font-weight: bold; }
.commentlist p {	font-weight: normal; line-height: 22px; margin: 10px 5px 10px 0; text-transform: none; }
.commentmetadata { display: block; font-weight: normal; margin: 0; }
.commentlist li { font-weight: bold; margin: 15px 0 10px; padding: 15px 15px 10px 20px; list-style: none; }
.commentlist blockquote { color: #444; border-left: 1px solid #e5e5e5; }
.commentlist li ul li { font-size: 14px; margin-right: -5px; margin-left: 10px; }
.children { padding: 0; }
.nocomments { margin: 0; padding: 0; text-align: center; }
.wpcf7-form-control[multiple='multiple'] {
	padding: 1em 0;
}
.wpcf7-form-control[multiple='multiple'] option {
	padding: .5em;
	border-bottom: 1px solid #ccc;
	white-space: initial;
}

/* Custom Styles */
.hidden { display: none; }
.navigation { color: #2b75b2; margin: 50px 0 25px 0; text-align: center; }
.wp-pagenavi a, .wp-pagenavi span { padding: 5px 10px !important; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { border-color: #2b75b2 !important; }
.aligncenter, div.aligncenter { display: block; margin: 0 auto; }
.wp-caption { background-color: #fff; margin: 10px; padding-top: 4px; text-align: center; border: 1px solid #e5e5e5; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 12px; margin: 0; padding: 0 4px 5px; line-height: 20px; }
.clear { clear: both; }

.section-title p {
	margin: 0;
	padding: 0;
}

.adopter-group li {
	display: block;
}

.adopter-group-left, .adopter-group-right {
	width: 50%;
	float: left;
}

.group-member-container > .row {
	margin: 0;
}

.ctct-form-errorMessage, .required {
	color:red;
}

.linkedin-link {
	font-size: 1.5em;
}

#menu-top-navigation a {
	cursor: pointer;
}

#menu-top-navigation li:last-of-type > ul {
    transform-origin: right;
    transform: translateX(-50%);
}


/****************/
/* CONTACT FORM */
/****************/

.page-id-4192 #page {
	background-color: #F2F2F2;
}

.page-id-4192 #page .fullcolumn {
	margin: 0 auto;
	width: 700px;
	padding: 1em;
	text-align: left;
	background-color: white;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	border-radius: 3px;
}

.page-id-4192 #page .wpcf7 input[type=submit] {
	outline: none;
	border: none;
	padding: 0.5em 1.5em;
	border-radius: 3px;
}
.page-id-4192 #page .wpcf7 input[type=submit]:hover {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.page-id-4192 #page .wpcf7 input:not([type=submit]),
.page-id-4192 #page .wpcf7 textarea {
	width: 100%;
	padding: 0.5em;
	margin: 0.5em 0;
	border: 1px solid #f2f2f2;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.35);
}

.page-id-4192 #page .wpcf7 input:not([type=submit]):focus,
.page-id-4192 #page .wpcf7 textarea:focus {
	outline: 0;
	box-shadow: 0 0 3px rgba(244, 115, 32, 1), 1px 1px 3px rgba(0, 0, 0, 0.35);
}


/* MEMBER LOGO STYLES */

.member-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.member-logos .member-logo {
	text-align: center;
	margin-bottom: 0.5em;
	width: 20%;
	padding: 0.25em;
}

.member-logos .member-logo img {
	max-width: 100%;
	height: auto;

}

.section-sub-title {
	/*float: left;*/
	text-align: center;
	width: 860px;
	font-size: 18px;
	font-weight: 100;
	background-color: #f67f21;
	color: #fff;
	/*margin: 0 30px;*/
	margin: 0;
	padding: 10px;
	letter-spacing: 1px;
	position: relative;
}

.section-sub-title::before {
	content: '';
	width: 240px;
	display: table-cell;
	position: absolute;
	height: 2px;
	background-color: #d7d7d7;
	left: 0;
	margin-top: 10px;
	transform: translateX(calc(-100% - 30px));
}

.section-sub-title::after {
	content: '';
	width: 240px;
	display: table-cell;
	position: absolute;
	height: 2px;
	background-color: #d7d7d7;
	right: 0;
	margin-top: -10px;
	transform: translateX(calc(100% + 30px));
}

.section-sub-title h1 {
	padding: 0;
	margin: 0;
	font-weight: 100;
}



/* ASA DOWNLOADS */

.type-article .page-main {

	position: relative;
}

.type-article .downloads {
	max-width: 500px;
	margin: 0 auto;
}

.type-article .downloads input:not([type='submit']) {
	/*margin-top: 0.5em;*/
	/*width: 100%;*/
	/*float: right;*/
	border-radius: 4px;
	padding: 0.5em;
	border: 2px solid #70A8DF;
	box-sizing: border-box;
}

.downloads input[type=text],
input[type=email] {
	width: 100%;
}

.type-article .downloads input[type="submit"] {
	padding: 0.5em 2em;
	border: none;
	border-radius: 4px;
	width: 100%;
}

.type-article .downloads .download-icon {
	background-color: #70A8DF;
	padding: 1em;
	color: white;
	display: block;
	border-radius: 4px;
	border: 2px solid #3A75B5;
	transition: all 0.15s ease-out;
	box-sizing: border-box;
}

.type-article .downloads .download-icon:hover {
	text-decoration: none;
	background-color: white;
	color: #3A75B5;
}

.download-overlay {
	background-color: rgba(0, 0, 0, 0.35);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}

.downloads {
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	/*bottom: 0;*/
	background-color: white;
	padding: 1em;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	text-align: center;
	border: 1px solid #337ab7;
	z-index: 100;
}

.downloads form p:last-of-type {
	margin: 0;
}

.downloads form .wpcf7-response-output {
	margin: 0.25em 0;
}

.downloads form input[type=checkbox] {
	float: left;
	margin: 0.25em 1em 0 0.25em;
}

.downloads .error-message {
	border: 1px solid red;
	padding: 1em;
	width: 100%;
	display: block;
	border-radius: 4px;
	text-align: center;
	color: red;
	display: none;
}

#close-download-modal-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 1.5em;
}

.type-article .downloads {
	display: none;
}
.type-article .download-overlay {
	display: none;
}

.downloads .wpcf7-recaptcha > div {
	width: 100% !important;
	height: auto !important;
}



/* ++++++++++++++++++++++++++++
++++ Short Nav STYLES +++++++++
++++++++++++++++++++++++++++ */

#short-navigation {
	position: absolute;
}


/* BLOG STYLES */
.single-post .wp-post-image {
	float: left;
	margin-right: 1em;
	max-width: 350px;
	height: auto;
}


/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {background: #07B6A9; display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
/*#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}*/
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #ED8205; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}
#mc_embed_signup .button:hover {background-color:#FFA947;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px; color: white; font-family: 'Open Sans', sans-serif; font-weight: 100; font-size: 1em;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}


/********************/
/* Start Responsive */
/********************/


@media (max-width: 1429px) {
	.container { width: 1170px; }
	.section-title h2, .section-title h1, .page-main, .section-sub-title { width: 760px; }
	.section-title .title-hr-left, .section-title .title-hr-right, .page-left, .page-right { width: 160px; }
	.opportunities-content .col-md-offset-3 { margin-left: 16.66666667%; }
	.opportunities-content .col-md-3 { width: 33.33333333%; }
	.webcast-video iframe { max-width: 100%; }
	.single-keynote-video iframe { max-width: 100%; }
}

@media (max-width: 1199px) {
	.container { width: 970px; }
	.top-socials ul li { padding-left: 20px; }
	.section-title .title-hr-left, .section-title .title-hr-right { display: none; }
	.section-title h2, .section-title h1, .page-main, .section-sub-title { width: auto; }
	.section-title h2, .section-title h1 { float: none; margin: auto; }
	#nav li { margin: 0 10px; }
	#nav li a { font-size: 18px; }
	#home-carousel, #home-accelerating, #home-conversation { margin-bottom: 40px; }
	.accelerating-content img { width: 75px; }
	.accelerating-content span { margin-left: 10px; }
	.accelerating-content h3 { background-position: 80px 55px; margin-bottom: 20px; }
	.rotating-icons { width: auto; }
	.single-tweet { width: auto; }
	.single-tweet-content { width: calc(100% - 48px); width: -moz-calc(100% - 48px); width: -webkit-calc(100% - 48px); }
	.opportunities-content .col-md-offset-3 { margin-left: 0; }
	.opportunities-content .col-md-3 { width: 50%; }
	.opportunities-content span br { display: none; }
	.footer-links-content .container { width: auto; }
	#page { padding: 40px 0; }
	.page-intro { margin-bottom: 40px; padding: 0; border: none; }
	.page-left, .page-main, .page-right { float: none; width: auto; }
	.page-left, .page-right { min-height: 0; }
	.page-main { margin: 0; }
	.page-left ul.side-menu { width: auto; margin-bottom: 20px; }
	.page-left ul.side-menu li { display: inline-block; margin-bottom: 4px; }
	.page-left ul.side-menu li a { font-size: 18px; padding: 15px; }
	.page-left ul.side-menu li:first-child a, .page-left ul.side-menu li:last-child a { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
	.content-br { margin: 40px 0; }
	.download-links { margin-bottom: 20px; }
	.single-chair-content h4 { margin-bottom: 10px; }
	.groupwork-chairs .single-chair { min-height: 260px; }
}

@media (max-width: 991px) {
	.forecast-main .mobile-date {
		display: block;
	}
	.forecast-main .right-cloud,
	.forecast-main .left-cloud {
		display: none;
	}
	.container { width: 750px; }
	.top-left a { font-size: 14px; }
	.top-socials ul li { padding-left: 15px; }
	.navbar-header { float: none; display: block; text-align: center; }
	.navbar-brand { float: none; display: inline-block; }
	.navbar-header img { margin: auto; }
	#nav { margin-top: 35px; margin-bottom: 10px; }
	#nav ul { float: none; text-align: center; }
	#nav li a { font-size: 16px; }
	.section-title h2, .section-title h1 { font-size: 16px; letter-spacing: 0; }
	.opportunities-content img { margin-bottom: 10px; }
	.opportunities-content span { display: block; margin-left: 0; text-align: center; }
	.footerwidget h2 { font-size: 16px; margin-bottom: 10px; }
	.footerwidget ul li li { font-size: 14px; }
	.lower-links { font-size: 14px; }
	#accelerating-adoption .page-left ul.side-menu, #iaas .page-left ul.side-menu, #infoaas .page-left ul.side-menu, #paas .page-left ul.side-menu, #saas .page-left ul.side-menu, #security .page-left ul.side-menu { text-align: center; }
	.page-left ul.side-menu li a { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; padding: 14px 10px; letter-spacing: 0; text-transform: uppercase; line-height: 100%; }
	.categories_search h3 { letter-spacing: 1px; }
	.single-keynote-video p { font-size: 14px; }
	.forecast-sponsors span.link { font-size: 16px; }
	.forecast-content h2 { font-size: 18px; }
	.agenda-tabs .nav-tabs>li>a, .sponsor-tabs .nav-tabs>li>a { padding: 7px 15px; }
	.single-blog-post h2 { font-size: 16px; }
	a.orange-button { font-size: 14px; padding: 5px 15px; }
	.membership-section h2 { padding: 15px 25px; }
	.membership-content { padding: 15px; }
	.membership-type h3, .organization-details h3,
	.membership-form .submit-button input.contact-details h3, .email-subscription h3, .payment-options h3, .disclaimer h3 { font-size: 16px; }
	.membership-form .submit-button input { padding: 15px 100px; }
	.contact-details .expertise .wpcf7-list-item { width: 44%; }
	.groupwork-chairs .single-chair { min-height: 245px; }
}

@media (max-width: 767px) {
	.forecast-main .bottom > section {
		width: 100%;
	}
	.forecast-main .middle .left,
	.forecast-main .middle .right {
		width: 100%;
	}
	.forecast-main .middle .left {
		padding-bottom: 0;
	}
	#menu-top-navigation li:last-of-type > ul {
	    transform-origin: initial;
	    transform: translateX(0);
	}
	ul.steering-group li, ul.contributor-group li { width: 33.3%; }
	.container { width: auto; }
	.top-left { display: none; }
	.top-search { float: left; }
	.navbar-inverse .navbar-toggle { position: absolute; top: 22px; right: 15px; background-color: #f67f21; color: #ccc; font-weight: bold; margin: 0; padding: 12px; border-color: #fff; text-transform: uppercase; }
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #2b75b2; opacity: 0.8; }
	.navbar-toggle .icon-bar { width: 25px; height: 2px; }
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #fff; }
	.header-nav { width: 100%; }
	.navbar-collapse { max-height: none; }
	#nav { float: none; margin-top: 20px; text-align: center; }
	#nav li { display: block; margin: 0; padding: 0; }
	#nav li a { background-color: #2b75b2; color: #fff; padding: 5px 15px; border-top: 1px solid #c0c1c3; text-align: center; }
	#nav li a br { display: none; }
	#nav li a.has-submenu:after { float: right; width: 0; height: 0; margin-top: 7px; border-top: 6px dashed; border-right: 6px solid transparent; border-left: 6px solid transparent; content: ''; }
	#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current-menu-parent a, #nav li.current-page-ancestor > a, #nav li.current-menu-ancestor > a { background-color: #f67f21; color: #fff; border-top: 1px solid #f67f21; }
	#nav li ul { display: none; position: static; width: auto; }
	#nav li li { width: auto; }
	#nav li li a { padding: 6px 15px; }
	#nav li ul ul { margin: 0; }
	#nav li li li a { background-color: #fff; }
	#home-carousel, #home-accelerating, #home-conversation, .section-title { margin-bottom: 30px; }
	#home-opportunities { margin-bottom: 30px; }
	.section-title h2, .section-title h1 { line-height: 22px; }
	.accelerating-content { text-align: center; }
	.accelerating-content img { display: block; margin: 0 auto 10px auto; }
	.accelerating-content h3 { background: none; }
	.accelerating-content .col-md-3 { margin-bottom: 10px; }
	#home-conversation { display: none; }
	.opportunities-content { text-align: center; }
	.opportunities-content .col-md-3 { width: 100%; }
	.footer-links-content { padding: 40px 0 20px 0; }
	.footer-links-content .widget { margin-bottom: 20px; }
	.links-title h2 { font-size: 20px; }
	.scroll-up { right: 15px; bottom: 60px; }
	.page-left ul.side-menu li { display: block; }
	.page-accelerating { margin-bottom: 20px; padding-top: 20px; border-top: 3px solid #d7d7d7; }
	.webcast-video img { max-width: 398px; }
	.search-form label { margin-right: 10px; }
	.categories_search h3 { font-size: 20px; letter-spacing: 1px; }
	.article-category { margin-bottom: 15px; }
	.groupwork-chairs .single-chair, .forecast-content .single-chair { min-height: 0; clear: both; overflow: hidden; }
	.agenda-tabs .nav-tabs>li>a, .sponsor-tabs .nav-tabs>li>a, .agenda-tabs .nav-tabs>li.active>a, .agenda-tabs .nav-tabs>li.active>a:focus, .agenda-tabs .nav-tabs>li.active>a:hover, .sponsor-tabs .nav-tabs>li.active>a, .sponsor-tabs .nav-tabs>li.active>a:focus, .sponsor-tabs .nav-tabs>li.active>a:hover { text-transform: capitalize; }
	.group-member-videos iframe {
		width: 100% !important;
		min-height: 350px;
	}
}

@media (max-width: 599px) {
	.member-logos .member-logo { width: 33.3%; }
	.page-left ul.side-menu li a { padding: 12px 10px; }
	.section-title h2, .section-title h1 { padding: 9px 10px; }
	.languages_search { float: none; margin-bottom: 20px; }
	.search-form .categories_container label { margin-right: 0; }
	.single-blog-post h2 { font-weight: normal; }
	.membership-section h2 a.view-benefits { float: none; display: block; margin-top: 10px; }
	.membership-type, .organization-details, .contact-details, .email-subscription, .payment-options, .disclaimer { background-color: transparent; padding: 0; }
	.membership-form label, .contact-form label  { font-weight: normal; line-height: 22px; }
	.membership-form label br { display: none; }
	.membership-form label, .membership-form .wpcf7-form-control-wrap, .contact-form label, .contact-form .wpcf7-form-control-wrap { float: none; width: auto; text-align: left; }
	.membership-form .submit-button input { padding: 12px 60px; }
	.contact-form .provider-submit label { display: none; }
	.group-member-videos { background-color: transparent; border: none; }
	.groupwork-chairs h2 { font-size: 18px; }
	ul.adopter-group { padding-left: 20px; }
	ul.adopter-group li { float: none; width: auto; margin-right: 0; }
}

@media (max-width: 479px) {
	body { font-size: 14px; }
	h2, h3 { font-size: 14px; }
	.top-search input { width: 180px; font-size: 14px; background-position: 165px center; }
	.top-socials ul li { padding-left: 7px; }
	.navbar-inverse .navbar-toggle { padding: 10px; }
	#nav li a { font-size: 14px; }
	.carousel-control { width: 40px; }
	#page { padding: 30px 0; }
	.section-title h2, .section-title h1 { font-size: 14px; padding: 5px 10px; line-height: 20px; }
	.accelerating-content h3, .opportunities-content h3 { font-size: 14px; }
	.links-title { margin-top: -18px; padding: 8px 20px; }
	.links-title h2 { font-size: 14px; }
	.footerwidget h2 { font-size: 14px; }
	.footer-lower-links { border-top: none; }
	.lower-links { font-size: 12px; padding-left: 0; }
	.scroll-up { width: 50px; height: 50px; background-size: 100%; }
	.page-left ul.side-menu li a { font-size: 14px; padding: 8px 10px; text-align: center; text-transform: capitalize; }
	.page-intro .page-left ul.side-menu li a { text-transform: uppercase; }
	.page-intro { margin-bottom: 30px; }
	ul.document-list li { font-size: 14px; padding: 0 0 10px 30px; }
	.webcast-video iframe { max-width: 100%; height: auto; }
	.category_checkbox_col_2, .category_checkbox_col_4, .category_checkbox_col_6 { background-color: transparent; }
	.category_checkbox_col_1, .category_checkbox_col_3, .category_checkbox_col_5, .category_checkbox_col_2, .category_checkbox_col_4, .category_checkbox_col_6 { padding: 0; }
	.categories_container .col-xs-6 { width: 100%; }
	.single-keynote-video p { font-size: 12px; }
	.single-keynote-video p:first-child { margin-bottom: 10px; }
	.forecast-content h2 { font-size: 14px; }
	.single-blog-post h2 { text-transform: capitalize; }
	.form-instructions { text-transform: none; }
	.membership-type h3, .organization-details h3, .contact-details h3, .email-subscription h3, .payment-options h3, .disclaimer h3 { font-size: 16px; }
	.contact-details .expertise .wpcf7-list-item { width: 100%; margin-right: 0; }
	.membership-form .submit-button input { padding: 8px 40px; }
	.groupwork-chairs h2 { font-size: 16px; }
}

@media (max-width: 374px) {
	ul.steering-group li, ul.contributor-group li { width: 50%; }
	ul, ol { padding-left: 20px; }
	.top-search { display: none; }
	#top-bar { padding: 7px 0; }
	.navbar-inverse .navbar-toggle { top: 30px; padding: 8px; }
	#home-carousel, #home-accelerating, #home-conversation, .section-title { margin-bottom: 20px; }
	#home-carousel { display: none; }
	#home-opportunities { margin-bottom: 20px; }
	.page-row { margin-bottom: 20px; }
	.webcast-video img { max-width: 100%; }
	.categories_search h3 { font-size: 16px; letter-spacing: 0; }
	.submit_search input[type=submit] { font-size: 14px; }
	.article-container h3.article-title { font-size: 14px; }
	.single-keynote-video, .sponsor-logo, .sponsor-content { width: 100%; }
	.sponsor-logo { margin-bottom: 10px; }
	.agenda-tabs .nav-tabs>li>a, .sponsor-tabs .nav-tabs>li>a { padding: 5px 7px; }
	.wp-pagenavi span.pages, .wp-pagenavi a.last { display: block; }
	.membership-type .form-control, .contact-details .form-control, .payment-options .form-control { height: auto; }
	.membership-type .wpcf7-list-item, .contact-details .wpcf7-list-item, .payment-options .wpcf7-list-item { display: block; }
	.membership-section h2 { font-size: 14px; padding: 10px 15px; }
	.membership-type h3, .organization-details h3, .contact-details h3, .email-subscription h3, .payment-options h3, .disclaimer h3 { font-size: 14px; }
	.group-member-videos iframe { max-width: 100%; height: auto; }
	.groupwork-chairs h2 { font-size: 14px; }
}

@media (max-width: 319px) {
	body { font-size: 12px; line-height: 18px; }
	h2, h3, h4 { font-size: 12px; }
	.navbar-brand { display: block; }
	.navbar-inverse .navbar-toggle { position: static; float: none; margin: 20px auto 0 auto; }
	#nav li a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 5px 10px; letter-spacing: 0; text-transform: capitalize; }
	#nav li li { border-bottom: 1px solid #fff; }
	#nav li li a, #nav li.current-menu-item li a, #nav li.current-menu-ancestor li a, #nav li.current-menu-ancestor li.current-menu-item a, #nav li.current-menu-ancestor li.current-menu-item li a, #nav li.current_page_parent ul li a { font-size: 12px; padding: 5px 10px; }
	.section-title h2, .section-title h1 { font-size: 12px; line-height: 18px; }
	.accelerating-content h3, .opportunities-content h3 { font-size: 12px; }
	.footerwidget h2 { font-size: 12px; }
	.footerwidget ul li li { font-size: 12px; margin-bottom: 0; }
	.footer-links-title { border-top: none; }
	.links-title { display: none; }
	.footer-links-content { padding: 20px 0 0 0; }
	.footer-lower-links { margin-bottom: 20px; }
	.footer-lower { padding: 20px 0; }
	.lower-links { float: none; margin: 0; text-align: center; }
	.footer-info { text-align: center; }
	.footer-phone, .footer-fax, .footer-email { display: block; }
	.footer-separator { display: none; }
	.page-left ul.side-menu li a, ul.document-list li { font-size: 12px; }
	ul.document-list li { line-height: 18px; }
	.page-accelerating { border-top: 1px solid #d7d7d7; }
	.search-form label { display: block; margin-right: 0; }
	.search-form input[type=checkbox] { margin-right: 5px; }
	.article-category { font-size: 12px; }
	.article-container h3.article-title { font-size: 12px; }
	.single-chair-content h4 { font-size: 12px; }
	.forecast-content .single-chair-content p, .forecast-sponsors p, .forecast-sponsors span.link { font-size: 12px; line-height: 18px; }
	.single-blog-post h2 { font-size: 14px; }
	.wp-pagenavi a, .wp-pagenavi span { display: block; }
	a.orange-button { font-size: 12px; }
	.member-benefit-chart td p { padding: 0 5px; }
	.scroll-up { width: 30px; height: 30px; }
	.form-control { font-size: 12px; }
	.content-br { margin: 30px 0; border-top: 1px solid #d7d7d7; }
	.groupwork-chairs .chair-title-icon, .title-icon { display: none; margin-right: 0; }
	.groupwork-chairs h2 { font-size: 12px; }
}
/* End Responsive */
