@font-face {
    font-family: 'myriadproregular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.otf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg#myriadproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriadproregular';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Semibold.woff') format('woff'),
         url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Semibold.otf') format('truetype'),
         url('../fonts/MyriadPro-Semibold.svg#myriadproregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'myriadprobold';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Bold.woff') format('woff'),
         url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Bold.otf') format('truetype'),
         url('../fonts/MyriadPro-Bold.svg#myriadproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =Reset
 *============================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* =Typography
 *============================================================== */
body {
  font: normal 16px "myriadproregular", Helvetica, Arial, sans-serif;
  color: #636363;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #303030;
  text-decoration: underline;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

/* =Layout
 *============================================================== */
body.cap2 {
  background: url(../img/bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* =Page-specific styles
 *-------------------------------------------------------------- */
.home_bg {
  background: white;
}

.home_bg + footer {
  margin-top: 0;
}

/* =Homepage */
.home .content-box {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cc-promo-video {
  background-color: black;
  float: left;
  margin-right: 30px;
  height: 249px;
  width: 515px;
}

.cc-promo-teaser {
  color: #be3725;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
}

.home-slider, .events-slider {
  padding-bottom: 10px;
}
.home-slider figure, .events-slider figure {
  position: relative;
}
.home-slider figcaption, .events-slider figcaption {
  position: absolute;
  left: 30px;
  top: 75px;
}
.home-slider figcaption p, .events-slider figcaption p {
  color: white;
  font-size: 24px;
  margin-bottom: 0;
}
.events-slider figcaption p a.more {
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding: 6px 6px 5px;
  background: url(../img/reg-link-bg.png) repeat-x;
  margin-top:5px;
}
.events-slider figcaption p a.more:hover {
  text-decoration:none;
}
.home-slider figcaption .more, .events-slider figcaption .more {
  color: #d7d7d7;
  font-size: 22px;
  margin-top: 0;
}
.home-slider .inner-bottom, .events-slider .inner-bottom {
  padding: 18px 20px 18px 30px;
}
.home-slider .inner-bottom h3, .events-slider .inner-bottom h3 {
  font-weight: bold;
  line-height: 1.1em;
}
.home-slider .inner-bottom img, .events-slider .inner-bottom img {
  float: left;
  margin-right: 20px;
}

/* =Community */
.container.community .content-box {
  margin-bottom: 30px;
}
.container.community .content-box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.social-nets.newsletter-box {
  height:182px;
}
.social-nets {
  padding: 20px;
}
.social-nets a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.social-nets .twitter-feed li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.social-nets .twitter-feed li:last-child {
  border-bottom: none;
}
.social-nets .twitter-feed a {
  display: inline;
}
.social-nets .twitter-feed p {
  margin-bottom: 0;
}
.social-nets .twitter-feed h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.social-nets .twitter-feed h4 span {
  color: #898989;
  font-size: 14px;
  font-weight: normal;
}
.social-nets .twitter-feed h4 .time {
  float: right;
  position: relative;
  top: 4px;
}
.social-nets .twitter-feed .status a {
  color: #be3725;
}

/* =Events */
.events-slider h4 {
  font-weight: bold;
  color: #be3725;
  line-height: 1.1em;
}
.events-slider figcaption {
  top: 100px;
  padding: 5px 15px 10px 10px;
  left:-5px;
  background-color:#0085a8;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 0 5px;
  background: #00cbd6; /* Old browsers */
background: -moz-linear-gradient(left, #00cbd6 0%, #0085a8 7%, #0085a8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00cbd6), color-stop(7%,#0085a8), color-stop(100%,#0085a8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #00cbd6 0%,#0085a8 7%,#0085a8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #00cbd6 0%,#0085a8 7%,#0085a8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #00cbd6 0%,#0085a8 7%,#0085a8 100%); /* IE10+ */
background: linear-gradient(to right, #00cbd6 0%,#0085a8 7%,#0085a8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbd6', endColorstr='#0085a8',GradientType=1 ); /* IE6-9 */
}
.events-slider .past-event {
  float: left;
  width: 50%;
  position:relative;
}
.events-slider .past-event .more {
  position:absolute;
  bottom:0;
  left:317px;
}
.events-slider .inner-bottom img {
  margin-right: 10px;
}

.events ol.bjqs-markers {
  top: -22px;
}
.events ol.bjqs-markers li a {
  background-position: -33px -329px;
}
.events ol.bjqs-markers li.active-marker a {
  background-position: -49px -329px !important;
}

.chapter-events .event-item, .other-events .event-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 10px 30px;
  float: left;
  width: 50%;
  height:120px;
}
.chapter-events .event-item {
  height: 140px;
}
.chapter-events .event-item h4, .other-events .event-item h4 {
  font-weight: bold;
}
.chapter-events .event-item a:hover, .other-events .event-item a:hover {
  color: #2fa0af;
}
.chapter-events .event-item img, .other-events .event-item img {
  float: left;
  margin-right: 10px;
}
.chapter-events .more, .other-events .more, .events-slider .moree {
  margin: 0 30px 15px 0;
  float:right;
  display:block;
}
.events-slider .moree {
  margin:0;
}
.other-events h4 a:hover {
  color: #ca590e !important;
}

/* =Content */
.content .four-principles {
  padding: 20px;
}
.content .four-principles img {
  float: left;
  margin: 5px 10px 0 0;
}
.content .four-principles p {
  font-size: 18px;
  margin-left: 238px;
}
.content .four-principles .p-1, .content .four-principles .p-2, .content .four-principles .p-3, .content .four-principles .p-4 {
  background: url(../img/sprite.png) no-repeat;
  height: 27px;
  line-height: 24px;
}
.content .four-principles .p-1 {
  background-position: 0 -36px;
}
.content .four-principles .p-2 {
  background-position: 0 -129px;
}
.content .four-principles .p-3 {
  background-position: 0 -98px;
}
.content .four-principles .p-4 {
  background-position: 0 -67px;
}
.content .four-principles nav {
  margin-top: 20px;
}
.content .four-principles nav li {
  float: left;
  margin-left: 5px;
}
.content .four-principles nav a {
  color: white;
  font-size: 15px;
  padding: 0 18px 0 7px;
}
.content .content-feed.news-block li {
  float: left;
  width: 50%;
  height: 90px;
}
.content .content-feed h5, .content .content-feed p {
  padding: 0 10px 0 91px;
}
.content .featured-content .content-feed {
  padding: 20px;
}
.content .featured-content li {
  margin-bottom: 10px;
  width: auto;
}

.ad-gallery h1 a:hover {
  color:#fff;
}

/* =Book-home */
.book-home nav ul {
  margin: 20px auto;
  width: 75%;
}
.book-home nav li {
  float: left;
  border-left: 2px solid #0099bb;
  margin-right: 25px;
  padding-left: 25px;
  line-height: 20px;
}
.book-home nav li:first-child {
  border: 0;
}
.book-home nav a {
  font-size: 22px;
  color: #0099bb;
}
.book-home nav .active {
  font-weight: bold;
}
.book-home .author {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 30px 50px 30px;
}
.book-home .author img {
  float: left;
  margin-right: 15px;
}
.book-home .author p {
  line-height: 20px;
}
.book-home .author span {
  color: #0084a8;
  font-size: 20px;
  font-weight: bold;
}
.book-home .book-well video {
  margin: 0 0 10px 112px;
}
.book-home .book-buy {
  background: white;
}
.book-home .publishers {
  line-height: 100px;
  margin: 20px 0 10px 0;
}
.book-home .publishers li {
  float: left;
  margin-left: 20px;
}
.book-home .publishers img {
  width: 150px;
}

/* =Princeple */
.principle .article {
  position: relative;
  padding-bottom: 30px;
}
.principle .article .cc-principles-logo-small {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
}
.principle .article article {
  padding: 30px;
}
.principle .article p {
  font-size: 18px;
}
.principle .article blockquote {
  font-style: italic;
}
.principle .article nav {
  padding: 0 30px 20px 30px;
}
.principle .article nav a {
  color: white;
}
.principle .article nav p {
  color: #006d6c;
}
.principle .article nav li {
  background: url(../img/sprite.png) no-repeat;
  height: 27px;
  line-height: 27px;
  float: left;
  padding: 0 46px 0 10px;
}
.principle .article nav .p-1 {
  background-position: 0 -160px;
}
.principle .article nav .p-2 {
  background-position: 0 -192px;
}
.principle .article nav .p-3 {
  background-position: 0 -224px;
}
.principle .content-listing figcaption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.principle .content-feed {
  padding: 20px;
}
.principle .content-feed li {
  margin-bottom: 10px;
}

/* =Corporate members */
.corporate-members .col-2 .content-box {
  background: white;
}
.corporate-members .col-2 article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
text-align: center;
padding: 20px 30px;
width: 50%;
/*min-height: 330px;*/
margin-bottom: 30px;
position: relative;
}
.corporate-members .col-2 article img {
  margin-bottom: 10px;
}
.corporate-members .col-2 article p {
  text-align: left;
}
.corporate-members .level {
/*font-weight: bold;*/
position: absolute;
/*bottom: 0;*/
margin-top: 15px;
*zoom: 1;
}
.corporate-members .level:before, .corporate-members .level:after {
  display: table;
  content: "";
  line-height: 0;
}
.corporate-members .level:after {
  clear: both;
}
.corporate-members .level.high {
  color: #0084a8;
}
.corporate-members .level.medium {
  color: #0092b5;
}
.corporate-members .level.lower, .corporate-members .level.low {
  color: #5bc5d3;
}
.corporate-members .level a {
  float: right;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.corporate-members .level span {
  font-size: 12px;
  background: url(../img/sprite.png) no-repeat;
  color: white;
  float: left;
  height: 15px;
  line-height: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100px;
}
.corporate-members .high span {
  background-position: 0 -254px;
}
.corporate-members .medium span {
  background-position: 0 -272px;
}
.corporate-members .lower span, .corporate-members .low span {
  background-position: 0 -290px;
}
.corporate-members .overview h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.corporate-members .overview p {
  font-size: 18px;
}
.corporate-members .overview article {
  padding: 25px;
}

/* =CC-2013 */
.cc-2013 .box-title span, .cc-2013 .box-title-red span, .cc-2013 .box-title-green span, .cc-2013 .box-title-blue span, .cc-2013 .box-title-orange span {
  font-weight: normal;
}
.cc-2013 .timeline {
  margin: 25px;
}
.cc-2013 .timeline h4 {
  color: #0099bb;
  font-weight: bold;
}
.cc-2013 .timeline p, .cc-2013 .timeline div {
  font-size: 18px;
}
.cc-2013 .timeline p a {
  font-weight: bold;
}
.cc-2013 .timeline img {
  float: left;
  margin-right: 20px;
}
.cc-2013 nav.cc-2013 ul {
  padding-left: 5px;
}
.cc-2013 nav.cc-2013 li {
  float: left;
}
.cc-2013 nav.cc-2013 li.active a {
  font-weight: bold;
}
.cc-2013 nav.cc-2013 li:first-child a {
  border: none;
}
.cc-2013 nav.cc-2013 a {
  border-left: 2px solid #be3725;
  font-size: 22px;
  font-weight: normal;
  color: #be3725;
  margin-right: 25px;
  padding-left: 25px;
}
.cc-2013 nav.cc-2013 a.register-menu span , .cc-2013 nav.cc-2013 a.connect-menu span {
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  height: 28px;
  line-height: 26px;
  padding: 6px 15px 4px;
  background: url(../img/reg-link-bg.png) repeat-x;
}

.cc-2013 nav.cc-2013 a.connect-menu span {
  background: url(../img/connect-menu-bg.png) repeat-x;
}
.cc-2013 nav.cc-2013 a.cc-dark-blue {
  color: #0C7D96;
}
.cc-2013 .speakers, .cc-2013 .leaders {
  border-bottom: 1px solid #cccccc;
  padding: 20px 30px;
  position: relative;
}
.cc-2013 .cc-conf-years ul {
  margin-left: -10px;
}
.cc-2013 .cc-conf-years li {
  float: left;
}
.cc-2013 .cc-conf-years li:first-child a {
  border: none;
  padding-left: 0;
}
.cc-2013 .cc-conf-years .active {
  font-weight: bold;
}
.cc-2013 header h3 {
  float: left;
  margin-bottom: 13px;
}
.pagination ul {
  list-style:none !important;
}
.cc-2013 nav.pagination {
  float: right;
  margin-top: 12px;
}
.cc-2013 nav.pagination ul {
  margin-left: -7px;
}
.cc-2013 nav.pagination li {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-left: 7px;
}
.cc-2013 nav.pagination a {
  color: #0084a8;
}
.cc-2013 nav.pagination li.active a {
  color: #666;
}
.cc-2013 .speakers-list, .cc-2013 .gallery-list {
  margin-left: -30px;
  list-style:none;
}
.cc-2013 .speakers-list li, .cc-2013 .gallery-list li {
  margin-bottom: 30px;
  padding-left: 30px;
}
.cc-2013 .speakers-list li {
  height:245px;
  float:left;
}
.cc-2013 .gallery-list li {
  width:auto;
  padding-left:44px;
  float: left;
  height:120px;
  position: relative;
}
.cc-2013 .speakers-list h4 {
  color: #0084a8;
  font-size: 20px;
  font-weight: bold;
}
.cc-2013 .speakers-list h6 {
  margin: 3px 0;
  font-size: 18px;
}
.cc-2013 .speakers-list p {
  margin-bottom: 2px;
  font-size:16px;
}
.cc-2013 .speakers-list img {
  float: left;
  margin-right: 12px;
}
.cc-2013 .speakers-list .company-logo {
  margin-top:5px;
}
.cc-2013 .leaders {
  border: none;
}
.cc-2013 .ld-left {
  float:left;
  width:100px;
}
.cc-2013 .ld-left h4 {
  color:#636363;
} 
.cc-2013 .ld-right {
  float:left;
  width:680px;
}
.cc-2013 .speakers-list.prc li {
  height:auto;
}
.cc-2013 .speakers-list.prc li p {
  font-size:inherit;
}

/* Chapters */
.chapters .well {
  padding-bottom: 30px;
}
.chapters .well h6 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1em;
  margin: 10px 30px;
}
.chapters .well p {
  margin: 10px 30px;
  font-size: 18px;
}
.chapters .chapter-events, .chapters .other-events {
  padding-bottom: 40px;
}
.chapters .chapter-events h4, .chapters .other-events h4 {
  font-weight: bold;
}
.chapters .chapter-events article, .chapters .other-events article {
  padding: 25px 0 10px 20px;
}
.chapters .chapter-events article a:hover, .chapters .other-events article a:hover {
  color: #bf3a11;
}
.chapters .find-a-chapter {
  margin: 25px 20px;
  padding-bottom: 15px;
}
.chapters .find-a-chapter img {
  float: left;
  margin-right: 10px;
}
.chapters .find-a-chapter p {
  font-size: 18px;
}
.chapters .find-a-chapter p a {
  color: #0099bb;
}
.chapters .find-a-chapter .meta .download {
  background: url(../img/sprite.png) -298px -306px no-repeat;
  color: white;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  margin: 10px 0;
  padding: 0 43px 0 35px;
  font-weight:bold;
  font-size:15px;
}
.chapters .find-a-chapter .meta .more {
  float: right;
  margin-top: 15px;
}
.chapters .find-a-chapter .meta .chapter-guidlines {
  background: url(../img/sprite.png) -361px -268px no-repeat;
  color: white;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 25px 0 15px;
}
.chapters .find-a-chapter .meta .chapter-guidlines-inter {
  background: url(../img/sprite.png) -298px -306px no-repeat;
  float: right;
  color: white;
  height: 34px;
  line-height: 34px;
  padding: 0 25px 0 15px;
}
.chapters .find-a-chapter .meta .chapter-guidlines,
.chapters .find-a-chapter .meta .chapter-guidlines-inter {
  display: block;
  margin: 10px 0;
  font-weight:bold;
  font-size:15px;
}

/* =CC-events */
.cc-events .well {
  padding: 30px;
}
.cc-events .well img {
  float: left;
  margin-right: 30px;
}
.cc-events .well p {
  font-size: 18px;
  margin-bottom:0;
}
.cc-events .article-feed {
  padding: 30px;
}
.cc-events .article-feed article {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cc-events .article-feed article:last-child {
  margin:0 !important;
  border:0 !important;
}
.cc-events .article-feed article a {
  color: #0099bb;
}
.cc-events .article-feed h3 {
  color: #0099bb;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.cc-events .article-feed img {
  float: left;
  margin-right: 20px;
}
.cc-events .article-feed p {
  margin-bottom: 1px;
}

/* =Article */
.article article {
  background: white;
  padding: 30px 30px 50px 30px;
}
.article article header {
  margin-bottom: 20px;
}
.article article h2 {
  font-size: 30px;
  font-weight: bold;
}
.article article img {
  float: left;
  margin-right: 20px;
}
.article article figure {
  margin: 10px 0 20px;
}
.article .content-feed {
  margin: 20px;
  padding-bottom: 30px;
}
.article .content-feed h5, .article .content-feed p {
  margin-left: 91px;
}
.article .content-feed .paging a {
  color: #0099bb;
}

/* =Membership */
.membership .well .video {
  height: 294px;
  width: 100%;
}
.membership .overview {
  padding: 20px 20px 23px;
  height:225px;
}
.membership .overview p {
  font-size: 17px;
  line-height: 23px;
}
.membership .membership-levels {
  font-size: 18px;
  margin: 20px auto;
  width: 95%;
}
.membership .membership-levels th {
  width: 160px;
}
.membership .membership-levels th:first-child {
  width: 210px;
}
.membership .membership-levels td {
  padding: 6px 0 10px;
  text-align: center;
}
.membership .membership-levels th:first-child, .membership .membership-levels td:first-child {
  text-align: left;
}
.membership .membership-levels .free, .membership .membership-levels .sponsoring, .membership .membership-levels .sustaining, .membership .membership-levels .ceo, .membership .membership-levels th > div > a:hover, .membership tr.sign-up-tr div > a:hover, .membership .membership-levels th a.button:hover {
  color: white;
}
.membership .membership-levels .free, .membership .membership-levels .sponsoring, .membership .membership-levels .sustaining, .membership .membership-levels .ceo {
  padding: 6px 0 10px;
  text-align: center;
  width: 150px;
  margin:0 auto;
}
.membership .content-box.well {
  height:417px;
}
.membership .membership-levels .free {
  background: url(../img/assets/orange-bg.png) repeat-x;
}
.membership .membership-levels .sponsoring {
  background: url(../img/assets/green-bg.png) repeat-x;
}
.membership .membership-levels .sustaining {
  background: url(../img/assets/blue-bg.png) repeat-x;
}
.membership .membership-levels .ceo {
  background: url(../img/assets/red-bg.png) repeat-x;
}
.membership .description {
  border-top: 1px solid #cccccc;
  padding: 15px 0 20px 0;
  margin: 20px 25px;
}
.membership .description p {
  font-size: 18px;
  float: left;
  width: 80%;
}
.membership .description .join {
  background: url(../img/assets/yellow-bg.png) repeat-x;
  color: white;
  display: block;
  font-size: 18px;
  float: right;
  padding: 0 25px;
  height: 34px;
  line-height: 34px;
  width: 95px;
  text-align: center;
}
.membership .description .join:hover {
  color: #f2f2f2;
  text-decoration: none;
}

/* =Edit Profile page */
.edit-profile {
  margin: 30px auto 0;
  width: 900px;
}
.edit-profile a, .edit-profile label {
  color: #0099bb;
}
.edit-profile label {
  display: block;
  margin-bottom: 3px;
}
.edit-profile label span {
  color: #be3725;
}
.edit-profile legend span {
  color: #0099bb;
}
.edit-profile input, .edit-profile select, .edit-profile textarea {
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: rgba(209, 209, 209, 0.8) 0 0 10px inset;
  -moz-box-shadow: rgba(209, 209, 209, 0.8) 0 0 10px inset;
  box-shadow: rgba(209, 209, 209, 0.8) 0 0 10px inset;
  font: inherit;
  padding: 6px;
}
.edit-profile input[type="submit"] {
  background: url(../img/assets/yellow-bg.png) repeat-x;
  border: none;
  color: white;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 36px;
  width: 150px !important;
}
.edit-profile .description {
  font-size: 12px;
  margin-top: 5px;
}
.edit-profile .password-strength-title,
.edit-profile .password-strength-text,
.edit-profile .password-confirm {
  font-size: 12px;
  font-weight: bold;
  color: #be3725;
}
.edit-profile .password-suggestions ul {
  margin-top: 5px;
}
.edit-profile .password-suggestions li {
  float: none !important;
  margin-left: 0 !important;
}
.edit-profile .sec_one {
  margin-left: -90px;
}
.edit-profile .sec_one li {
  float: left;
  margin-left: 90px;
  width: 395px;
}
.edit-profile .sec_one p {
  margin-top: 17px;
}
.edit-profile .sec_one input {
  width: 381px;
}
.edit-profile .sec_one #email + a {
  display: block;
  text-align: right;
  position: relative;
  top: 3px;
  right: 0;
}
.edit-profile .sec_one .divider {
  border-top: 1px solid #c1c1c1;
  height: 1px;
  width: 879px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.edit-profile .sec_one .new-password {
  margin-top: 20px;
  width: 900px;
}
.edit-profile .sec_one .form-item-pass-pass1 {
  float: left;
  margin-right: 90px;
  width: 395px;
}
.edit-profile .sec_two {
  margin-left: -36px;
}
.edit-profile .sec_two li {
  float: left;
  margin-left: 36px;
  margin-bottom: 17px;
  width: 265px;
}
.edit-profile .sec_two li.bio {
  clear: both;
  float: none;
  width: 880px;
}
.edit-profile .sec_two input {
  width: 265px;
}
.edit-profile .sec_two textarea {
  width: 867px;
}
.edit-profile .sec_two .date-padding {
  padding: 3px 0 !important;
}
.edit-profile .sec_two .tips ul {
  margin-top: 5px;
}
.edit-profile .sec_two .tips li {
  float: none;
  font-size: 12px;
  margin: 0;
  width: auto;
}
.edit-profile .sec_two #switch_edit-field-bio-und-0-value {
  padding-top: 10px;
}
.edit-profile .sec_three {
  margin-bottom: 15px;
}
.edit-profile .sec_three li {
  margin-bottom: 15px;
}
.edit-profile .sec_three textarea {
  width: 843px;
}
.edit-profile .sec_three div.link-field-column .form-text {
  width: 90%;
}
.edit-profile .sec_three #edit-field-video,
.edit-profile .sec_three #edit-field-resources-links,
.edit-profile .sec_three #edit-field-user-contacts {
  margin-bottom: 20px;
  width: 880px;
}
.edit-profile .sec_three #edit-field-video-und-0-weight {
  margin-left: 10px;
}
.edit-profile .sec_three .form-item {
  margin-bottom: 10px;
}

/* =Conscious Capitalism Article page */
.content-cc-intro {
  background: white !important;
  padding: 30px;
}
.content-cc-intro h2 {
  color: #bf2e1a;
  font: normal 46px "myriadproregular", sans-serif !important;
}
.content-cc-intro h3 {
  color: #0096b7;
  font-size: 31px;
}
.content-cc-intro p {
  color: #231f20;
}
.content-cc-intro p span {
  color: #6d6e71;
}
.content-cc-intro article {
  background: url(http://www.consciouscapitalism.org/sites/default/files/consious-business-article-top-bg.png) 100% 0 no-repeat;
  border: 1px solid #bcbdc0;
  padding: 80px 40px 70px !important;
  position: relative;
}
.content-cc-intro blockquote {
  color: #0096b7;
  font-style: italic;
  margin-bottom: 18px;
}
.content-cc-intro strong {
  font-weight: bold;
}
.content-cc-intro img {
  float: none !important;
  margin: 0 !important;
}
.content-cc-intro .inner-left {
  float: left;
}
.content-cc-intro .inner-right {
  float: right;
}
.content-cc-intro .inner-left, .content-cc-intro .inner-right {
  padding-top: 40px;
  width: 45%;
}
.content-cc-intro .consious-logo {
  text-align: right;
}
.content-cc-intro .consious-business {
  margin: 30px 0;
}
.content-cc-intro .article-bg {
  background: url(http://www.consciouscapitalism.org/sites/default/files/consious-business-article-bottom-bg.png) 100% 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 255px;
}

/* =Grid
 *============================================================== */
.container {
  margin: 0 auto;
  padding: 50px 0 40px 0;
  width: 1046px;
}

.container.home {
  width: 900px;
}
.container.home .col-3 {
  width: 900px;
}
.container.home .col-half {
  width: 435px;
}

.row {
  margin: 0 0 30px -30px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  float: left;
}

.col-1 {
  width: 350px;
}

.col-2 {
  width: 666px;
}

.col-half {
  width: 507px;
}

.col-3 {
  width: 1046px;
}

/* =Header
 *-------------------------------------------------------------- */
.header-main, .footer-main {
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #4ba1b5;
}
.header-main .inner, .footer-main .inner {
  margin: 0 auto;
  position: relative;
  width: 1092px;
}

/* =Logo
 *-------------------------------------------------------------- */
.logo {
  float: left;
  margin-right: 50px;
  position: relative;
  top: 26px;
  width: 385px;
  z-index: 2;
}

/* =Site navigation
 *-------------------------------------------------------------- */
.nav-main {
  float: right;
  margin-top: 42px;
}
.nav-main ul {
  margin-left: -20px;
  float:right;
  *zoom: 1;
}
.nav-main ul:before, .nav-main ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-main ul:after {
  clear: both;
}
.nav-main li {
  float: left;
  margin-left: 20px;
}
.nav-main a {
  color: white;
  font-size: 21px;
  padding-bottom: 5px;
}
.nav-main a:hover, .nav-main a.active {
  border-bottom: 3px solid white;
  text-decoration: none;
}
.nav-main .join, .nav-main .donate {
  color: #8df4ff;
}
.nav-main .user-name-show {
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #fff;
  position: relative;
  min-width: 70px;
}
.nav-main .user-name-show span {
  position:absolute;
  display:inline-block;
  font-size:14px;
  color:#8df4ff;
}
.nav-main .user-name-show .hello {
  top:-15px;
}
.nav-main .user-name-show .user-logout {
  bottom:-34px;
  right:0;
  padding:3px 5px 5px;
  background-color:#005757;
}
.nav-main .user-name-show .user-logout a {
  font-size:14px;
  color:#8df4ff;
}
.nav-main .user-name-show .user-logout a:hover {
  border:0;
}

/* =Login box
 *-------------------------------------------------------------- */
.login-box {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #ffffff);
  background-image: -moz-linear-gradient(bottom, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #ffffff);
  background-image: linear-gradient(bottom, #e6e6e6, #ffffff);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  display: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 76px;
  width: 220px;
  z-index: 3;
}
.login-box input {
  border: none;
}
.login-box p:first-child {
  margin-bottom: 10px;
}
.login-box span {
  color: #979797;
  padding: 0 8px;
}
.login-box #login {
  margin-right: 10px;
}
.login-box #login, .login-box #pass {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #959595));
  background-image: -webkit-linear-gradient(#636363, #959595);
  background-image: -moz-linear-gradient(#636363, #959595);
  background-image: -o-linear-gradient(#636363, #959595);
  background-image: linear-gradient(#636363, #959595);
  color: white;
  font-family: inherit;
  font-size: 14px;
  padding: 4px;
  width: 95px;
}
.login-box #submit {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f15c22), color-stop(100%, #f58026));
  background-image: -webkit-linear-gradient(#f15c22, #f58026);
  background-image: -moz-linear-gradient(#f15c22, #f58026);
  background-image: -o-linear-gradient(#f15c22, #f58026);
  background-image: linear-gradient(#f15c22, #f58026);
  cursor: pointer;
}
.login-box .join {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c9ec1), color-stop(100%, #61cddd));
  background-image: -webkit-linear-gradient(#1c9ec1, #61cddd);
  background-image: -moz-linear-gradient(#1c9ec1, #61cddd);
  background-image: -o-linear-gradient(#1c9ec1, #61cddd);
  background-image: linear-gradient(#1c9ec1, #61cddd);
}
.login-box .join:hover {
  text-decoration: none;
}
.login-box #submit, .login-box .join {
  font-family: inherit;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 5px 8px;
}

.back {
  background: url(../img/sprite.png) -60px 0 no-repeat;
  color: white !important;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 30px;
}
.back:hover {
  color: #e6e6e6;
}

/* =Footer
 *-------------------------------------------------------------- */
.footer-main {
  border: none;
  margin-top: 10px;
  padding: 15px 0;
}
.footer-main a {
  color: white;
}
.footer-main ul {
  *zoom: 1;
}
.footer-main ul:before, .footer-main ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer-main ul:after {
  clear: both;
}
.footer-main li {
  float: left;
  margin-right: 25px;
}

.social {
  position: absolute;
  right: 0;
  top: -3px;
}
.social li {
  margin: 0 0 0 10px;
}
.social a {
  background: url(../img/sprite.png) no-repeat;
  display: block;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
}
.social .tw {
  background-position: -31px 0;
}
.social .ln {
  background-position: 0 -565px;
}

/* =Content box
 *-------------------------------------------------------------- */
.content-box {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #ffffff);
  background-image: -moz-linear-gradient(#e6e6e6, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #ffffff);
  background-image: linear-gradient(#e6e6e6, #ffffff);
}
.content-box p {
  margin-bottom: 10px;
}
.content-box > .inner {
  padding: 18px 20px 18px 30px;
}

.content-box + .content-box {
  margin-top: 30px;
}

.box-title, .box-title-red, .box-title-green, .box-title-blue, .box-title-orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #ffffff);
  background-image: -moz-linear-gradient(#e6e6e6, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #ffffff);
  background-image: linear-gradient(#e6e6e6, #ffffff);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 7px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 7px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 10px;
  position: relative;
  z-index: 2;
  font-family: myriadprobold;
}

.box-title-red {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #be3725), color-stop(100%, #db523b));
  background-image: -webkit-linear-gradient(#be3725, #db523b);
  background-image: -moz-linear-gradient(#be3725, #db523b);
  background-image: -o-linear-gradient(#be3725, #db523b);
  background-image: linear-gradient(#be3725, #db523b);
  color: white;
}

.box-title-green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006c68), color-stop(100%, #25817d));
  background-image: -webkit-linear-gradient(#006c68, #25817d);
  background-image: -moz-linear-gradient(#006c68, #25817d);
  background-image: -o-linear-gradient(#006c68, #25817d);
  background-image: linear-gradient(#006c68, #25817d);
  color: white;
}

.box-title-blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0084a8), color-stop(100%, #0097b9));
  background-image: -webkit-linear-gradient(#0084a8, #0097b9);
  background-image: -moz-linear-gradient(#0084a8, #0097b9);
  background-image: -o-linear-gradient(#0084a8, #0097b9);
  background-image: linear-gradient(#0084a8, #0097b9);
  color: white;
}

.box-title-orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f15c22), color-stop(100%, #f58026));
  background-image: -webkit-linear-gradient(#f15c22, #f58026);
  background-image: -moz-linear-gradient(#f15c22, #f58026);
  background-image: -o-linear-gradient(#f15c22, #f58026);
  background-image: linear-gradient(#f15c22, #f58026);
  color: white;
}

/* =Content feed
 *-------------------------------------------------------------- */
.content-feed li {
  margin-bottom: 20px;
  *zoom: 1;
}
.content-feed.news > li {
  margin-bottom: 20px;
  height: 100px;
  float: left;
  width: 320px;
  margin-right: 10px;
}
.content-feed li:before, .content-feed li:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-feed li:after {
  clear: both;
}
.content-feed h5 {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 3px;
}
.content-feed img {
  float: left;
  margin-right: 10px;
}
.content-feed .more:hover {
  color: #3d3d3d !important;
}
.content-feed .yellow h5 {
  color: #f17f33;
}
.content-feed .yellow img {
  border-left: 10px solid #f17f33;
}
.content-feed .yellow a:hover {
  color: #ca590e;
}
.content-feed .yellow span {
  color: #f17f33;
}
.content-feed .darkred h5 {
  color: #be3725;
}
.content-feed .darkred img {
  border-left: 10px solid #be3725;
}
.content-feed .darkred a:hover {
  color: #7e2419;
}
.content-feed .darkred span {
  color: #be3725;
}
.content-feed .green h5 {
  color: #006c68;
}
.content-feed .green img {
  border-left: 10px solid #006c68;
}
.chapter-events .content-feed li img, .other-events .content-feed li img {
  border:none;
}
.chapter-events .content-feed li, .other-events .content-feed li {
  height:150px;
}
.content-feed .green a:hover {
  color: #001f1e;
}
.content-feed .green span {
  color: #006c68;
}
.content-feed .blue h5 {
  color: #0099bb;
}
.content-feed .blue img {
  border-left: 10px solid #0099bb;
}
.tab-content .content-feed .blue img {
  border:0;
  width:auto;
}
.content-feed .blue a:hover {
  color: #005a6e;
}
.content-feed .blue span {
  color: #0099bb;
}
.content-feed.sidebar {
  padding: 20px;
}
.content-feed.sidebar li {
  border-bottom: 2px ridge #bababa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.content-feed.sidebar li:last-child {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.content-feed.sidebar h5 {
  font-size: 18px;
}
.content-feed.sidebar .more {
  text-align: right;
  margin-top: 0;
}
.content-feed.video {
  margin: 20px;
}
.content-feed.video li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  width: 50%;
}
.content-feed.video img {
  border-left-width: 15px;
  width: 180px;
}
.paging ul {
  float: right;
}
.paging li {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 7px;
}
.paging a {
  font-weight: bold;
}
div.clear {
  clear:both;
}
/* =Utils
 *============================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.more {
  font-size: 18px;
  margin-top: 10px;
}
.more span {
  padding-left: 5px;
}

/* =Colors */
.cc-darkred {
  color: #be3725;
}

.cc-green {
  color: #006c68;
}

.cc-dark-green {
  color: #006d6c;
}

.cc-blue {
  color: #0099bb;
}

.cc-dark-blue {
  color: #0084a8;
}

.cc-light-blue {
  color: #59c4d2;
}

.cc-yellow {
  color: #ed5c2f;
}

.cc-dark-yellow {
  color: #ed5b2d;
}

.cc-orange {
  color: #f17f33;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}
/* =FAQ */
.faq .inner {
  padding: 30px 30px 50px 30px !important;
}
.faq ol {
  list-style-type: decimal;
}
.faq ul {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}
.faq ol, .faq ul {
  list-style-position: inside;
}
.faq li {
  font-weight: bold;
}
.faq li a {
  color: #0084a8;
}
.faq p {
  font-weight: normal;
  margin-top: 5px;
}
.faq .col-1 a {
  color: #0099bb;
}
.faq .col-1 p {
  font-size: 18px;
}
.faq hr {
  color: #cccccc;
  margin: 20px 0;
}
/* =Terms */
.terms .inner {
  padding: 35px 35px 60px 35px !important;
  font-size: 13px;
}
.terms ol {
  list-style-type: lower-alpha;
}
.terms ul {
  color: #ed5c2f;
  list-style: disc;
}
.terms ol, .terms ul {
  padding-left: 20px;
  list-style-position: inside;
}
.terms li {
  margin-bottom: 10px;
}
.terms li span {
  color: #636363;
}
/* =Sitemap */
.sitemap .inner {
  margin: 0 auto;
  padding: 20px 0 40px 0 !important;
  width: 85%;
}
.sitemap .inner .field-item div {
  float: left;
  width: 33%;
}
.sitemap h4 {
  margin-bottom: 5px;
  font-weight:bold;
}
.sitemap ul {
  padding-left: 20px;
}
.sitemap li {
  margin-bottom: 5px;
  font-size:18px;
}
.sitemap p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px !important;
}
/* =Chapter form */
.chapterform .col-2 .inner {
  padding: 27px;
}
.chapterform a {
  color: #0099bb;
}
.chapterform p {
  font-size: 18px;
}
.chapterform p span {
  color: #be3725;
  font-size: 16px;
  text-decoration: underline;
}
.chapterform form span {
  color: #be3725;
}
.chapterform form label {
  color: #0099bb;
  display: block;
  margin-bottom: 2px;
}
.chapterform form input[type="text"], .chapterform form input[type="email"], .chapterform form textarea, .chapterform form select {
  font: inherit;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: rgba(209, 209, 209, 0.5) 0 0 10px inset;
  -moz-box-shadow: rgba(209, 209, 209, 0.5) 0 0 10px inset;
  box-shadow: rgba(209, 209, 209, 0.5) 0 0 10px inset;
  color: #666666;
  margin-bottom: 10px;
  padding: 6px;
  width: 97.7%;
}
.chapterform form input[type="email"] {
  max-width: 97.7%;
}
.chapterform form textarea {
  width: 100%;
}
.chapterform form select {
  width: 99.5%;
}
.chapterform form input[type="checkbox"] + label {
  display: inline;
  color: inherit;
  margin: 0;
}
.chapterform .col-1 input[type="submit"], .chapterform .col-2 input[type="submit"], #node-4433 input[type="submit"] {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #51bece), color-stop(100%, #0084a8));
  background-image: -webkit-linear-gradient(#51bece, #0084a8);
  background-image: -moz-linear-gradient(#51bece, #0084a8);
  background-image: -o-linear-gradient(#51bece, #0084a8);
  background-image: linear-gradient(#51bece, #0084a8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51bece', endColorstr='#0084a8',GradientType=0 ); /* IE6-9 */
  border: none;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  float: right;
  padding: 4px 20px 8px;
}
#node-4433 {
  position:relative;
}
#node-4433 .webform-component-cc_email {
  left: 0;
  position: absolute;
  top: 97px;
}
#node-4433 .webform-client-form {
  position:relative;
}
#node-4433 .form-actions {
  clear: both;
  margin-right: 16px;
}
#node-4433 #webform-component-field-company {
  width:98.9%;
}
#node-4433 #webform-component-separator {
  float: left;
  height: 55px;
  width: 483px;
}
.page-node-4433 .alert.alert-block {
  font-size:18px;
   
}
.chapterform .col-1 input[type="text"], .chapterform .col-1 textarea {
  width: 95.5% !important;
}
.chapterform .webform-client-form div.webform-component-textfield {
  float: left;
  width: 283px;
}
.chapterform #node-4433 .webform-client-form div.webform-component-textfield {
  width:447px;
}
.chapterform #node-4433 .webform-client-form div#webform-component-organization {
  width:942px;
}
#node-4433 .webform-component-cc_email {
  float:left;
  margin-right:35px;
  width:447px;
}
#node-4433 .webform-component-cc_email .form-item-submitted-email-subscribe {
  display:none;
}
#node-4433 .webform-component-select {
  float:left;
  width:450px;
}

#webform-component-im-interested-in-starting-a-chapter-in-this-location {
  width:100%;
  margin:0;
}
#node-3988 .form-type-checkbox {
  float:left !important;
  margin-right:10px !important;
}
#webform-component-if-you-intend-to-limit-your-membership-what-criteria-will-you-use {
  clear:both;
}
.form-textarea-wrapper .grippie{
  display:none;
}
.form-item-submitted-the-focus-audience-for-the-chapter-is-other, .form-item-the-focus-audience-for-the-chapter-is-other {
  float: left;
  width: 142px;
  margin-top: -10px;
}

#node-3988 .form-checkbox {
  margin-bottom: 10px !important;
}
#webform-component-why-are-you-interested-in-starting-a-conscious-capitalism-chapter {
  clear:both;
}
.form-item-submitted-have-you-ever-attended-a-conscious-capitalism-event-other, .form-item-have-you-ever-attended-a-conscious-capitalism-event-other {
  float:left;
  margin-top:-2px;
  width: 356px;
}

.page-engage-event-449 .connect-menu{display:none}

.field-name-field-roundtable {
  display:none;
}
html.CSS1Compat {
  background:none;
}
.chapterform .webform-client-form div.webform-component-textfield:nth-child(even) {
  margin-right: 35px;
}
#node-3988 div.webform-component-textfield:nth-child(even) {
  margin-right:0;
}
#node-3988 div.webform-component-textfield {
  float:none;
  width:auto;
}
.chapterform #other_field {
  float: right;
  margin: -8px 0 0;
  width: 183px;
}
.chapterform #opentoall {
  margin-bottom: 18px;
}
.chapterform #event_attended_text {
  float: right;
  width: 372px;
}
.chapterform #event_attended_yes {
  margin: 10px 0;
}
.messages.error {
  color:#ff0000;
}
.content-box.reversed {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #e6e6e6);
  background-image: linear-gradient(#ffffff, #e6e6e6);
}

/* =Member-profile */
.member-profile nav.user_menu a {
  color: #ed5b2d;
  font-size: 22px;
}
.member-profile nav.user_menu a.active {
  font-weight: bold;
}
.member-profile nav.user_menu a:hover, .member-profile nav.user_menu a.active {
  color: #a6330e;
  text-decoration: none;
}
.member-profile nav.user_menu ul {
  margin: 20px auto;
  width: 560px;
}
.member-profile nav.user_menu li {
  border-left: 1px solid #f17f33;
  float: left;
  margin-right: 25px;
  padding-left: 25px;
  height: 22px;
  line-height: 22px;
}
.member-profile nav.user_menu li:first-child {
  border: none;
  padding-left: 0;
}
.member-profile section {
  margin: 0 auto;
  width: 900px;
}
.member-profile section > p {
  margin-bottom: 0;
}
.member-profile .post-date,
.member-profile .comments-count {
  background: #0096b8;
  color: white;
  display: block;
  font-size: 18px;
  padding: 2px 20px;
}
.member-profile .post-date {
  margin-left: 50px;
  width: 325px;
}
.member-profile .comments-count {
  background: url(../img/sprite.png) -509px 0 no-repeat;
  float: left;
  height: 35px;
  width: 45px;
}
.member-profile .actiions {
  color: #0084a8;
  font-size: 18px;
}
.member-profile .actiions li {
  border-left: 1px solid #0084a8;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  line-height: 18px;
}
.member-profile .actiions li:first-child {
  border: none;
  padding: 0;
}
.member-profile #profile {
  padding: 10px 0 50px;
}
.member-profile #profile h1 {
  color: #006d6c;
}
.member-profile #profile p {
  font-size: 18px;
}
.member-profile #profile figure {
  border: 1px solid #7a7a7a;
  float: left;
  position: relative;
  margin-right: 30px;
  width: 266px;
}
.member-profile #profile figure img {
  width: 100%;
}
.member-profile #profile figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.member-profile #media {
  padding-bottom: 30px;
}
.member-profile #media article {
  margin: 10px 0 0;
  position: relative;
  width: 440px;
  float: left;
  height:150px;
  overflow:hidden;
}
.member-profile #media article header {
  position: absolute;
}
.member-profile #media h5 {
  color: #ed5b2d;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 5px;
}
.member-profile #media p {
  font-size: 14px;
  font-style: italic;
}
.member-profile #media figure {
  float: left;
  margin: 35px 15px 15px;
}
.member-profile #media figure img {
  height: 96px;
  width: 122px;
}
.member-profile #blog article {
  margin: 10px 0;
  position: relative;
}
.member-profile #blog article header {
  position: absolute;
  width: 900px;
}
.member-profile #blog article h5, .member-profile #blog article .author {
  color: #ed5b2d;
}
.member-profile #blog article h5 {
  margin: 35px 0 5px 15px;
}
.member-profile #blog article p {
  margin-left: 15px;
}
.member-profile #blog article .author {
  font-size: 14px;
  font-style: italic;
  float: left;
  width: 200px;
}
 
.member-profile #blog article .author a {
  color: #0084a8;
}
.member-profile #blog .post-date {
  width: 90%;
}
.member-profile .content-feed.video {
  margin: 30px;
}

/* =Member-profile, bio */
.member-profile.bio #profile {
  padding: 50px 0;
}

/* =Member-profile, contacts */
.member-profile #contacts h5 {
  color: #ed5b2d;
  font-size: 18px;
}
.member-profile #contacts p {
  font-size: 14px;
  font-style: italic;
}
.member-profile #contacts p a {
  color: #0099bb;
  font-style: normal;
}
.member-profile #contacts img {
  float: left;
  margin-right: 20px;
  height: 100px;
  width: 90px;
}
.member-profile #contacts ul {
  margin-top: 25px;
}
.member-profile #contacts li {
  float: left;
  margin-bottom: 40px;
  padding-right: 25px;
  width: 275px;
  height:100px;
}


/* =Buttons */
.btn, .btn-orange {
  display: inline-block;
  border: none;
  font-size: 20px;
  font-style: normal;
  padding: 8px 16px;
}
.btn:hover, .btn-orange:hover {
  text-decoration: none;
}

.btn-orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f17f33), color-stop(100%, #f9af4a));
  background-image: -webkit-linear-gradient(#f17f33, #f9af4a);
  background-image: -moz-linear-gradient(#f17f33, #f9af4a);
  background-image: -o-linear-gradient(#f17f33, #f9af4a);
  background-image: linear-gradient(#f17f33, #f9af4a);
  color: white;
}

/* =Media icons */
.icon, .icon-audio, .icon-docx, .icon-xlsx, .icon-pptx, .icon-pdf, .icon-txt {
  background: url(../img/sprite.png) no-repeat;
  display: block;
  height: 100px;
  width: 86px;
}

.icon-audio {
  background-position: 0 -350px;
}

.icon-docx {
  background-position: -113px -351px;
}

.icon-xlsx {
  background-position: -238px -351px;
}

.icon-pptx {
  background-position: -361px -351px;
}

.icon-pdf {
  background-position: -468px -351px;
}

.icon-txt {
  background-position: 0 -453px;
}


/* =Directors page */
.directors .directors-list {
  float: left;
  margin: 30px 0 0 30px;
  width: 485px;
}
.directors .directors-list ul {
  margin-left: -25px;
}
.directors .directors-list li {
  float: left;
  margin-left: 20px;
  height: 205px;
}
.directors .directors-list li img {
  width:147px;
  height:162px;
}
.directors .directors-list li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.directors .directors-list li.active img {
  background: #ed5b2d;
  padding: 2px;
}
.directors .directors-list li.active p {
  color: #ed5b2d;
}
.directors .directors-list li a {
  display: block;
}
.directors .directors-list p {
  color: #0084a8;
  font-size: 14px;
  text-align: center;
}
.directors .director-info {
  float: right;
  margin: 30px 30px 0 0;
  padding-bottom: 50px;
  width: 475px;
}
.directors .director-info .plist li img {
  width:225px;
  height:268px;
}
.directors .director-info h2 {
  color: #ed5b2d;
  padding-top: 170px;
  line-height: 0.9em;
}
.directors .director-info h2 span {
  display:block;
}
.directors .director-info h2 + p {
  font-weight: bold;
}
.directors .director-info p {
  font-size: 18px;
}
.directors .director-info p iframe {
  width:480px;
}
.directors .director-info p a {
  color: #0084a8;
  font-weight:bold;
}
.directors .director-info article figure {
  position: relative;
  margin-bottom: 5px;
}
.directors .director-info article figcaption {
  position: absolute;
  left: 235px;
  bottom: 0;
}
.directors .director-info article figcaption p {
  margin: 5px 0 0;
}
.directors sup {
    vertical-align: super;
    font-size: smaller;
}
/* =Donate page */
.donate article {
  font-size: 18px;
  padding: 30px;
}
.donate article a {
  color: #0099bb;
}
.donate article img {
  float: left;
}
.donate .donation img {
  margin-right: 30px;
}
.donate .donation p {
  margin-left: 392px;
}
.donate .give-now, .donate .mail-in, .donate .email .join {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9af4a), color-stop(100%, #f17f33));
  background-image: -webkit-linear-gradient(#f9af4a, #f17f33);
  background-image: -moz-linear-gradient(#f9af4a, #f17f33);
  background-image: -o-linear-gradient(#f9af4a, #f17f33);
  background-image: linear-gradient(#f9af4a, #f17f33);
  color: white;
  display: inline-block;
  font-size: 19px;
  margin-right: 10px;
  padding: 7px 25px;
}
.donate .give-now:hover, .donate .mail-in:hover, .donate .email .join:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f17f33), color-stop(100%, #f9af4a));
  background-image: -webkit-linear-gradient(#f17f33, #f9af4a);
  background-image: -moz-linear-gradient(#f17f33, #f9af4a);
  background-image: -o-linear-gradient(#f17f33, #f9af4a);
  background-image: linear-gradient(#f17f33, #f9af4a);
  text-decoration: none;
}
.donate .mail-in {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #338c88), color-stop(100%, #006c68));
  background-image: -webkit-linear-gradient(#338c88, #006c68);
  background-image: -moz-linear-gradient(#338c88, #006c68);
  background-image: -o-linear-gradient(#338c88, #006c68);
  background-image: linear-gradient(#338c88, #006c68);
  margin-left: 10px;
}
.donate .mail-in:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006c68), color-stop(100%, #338c88));
  background-image: -webkit-linear-gradient(#006c68, #338c88);
  background-image: -moz-linear-gradient(#006c68, #338c88);
  background-image: -o-linear-gradient(#006c68, #338c88);
  background-image: linear-gradient(#006c68, #338c88);
}
.donate .tax img, .donate .email img {
  margin-right: 15px;
}
.donate .tax p, .donate .email p {
  margin-left: 167px;
}
.donate .tax em, .donate .email em {
  font-style: italic;
}
.donate .tax strong, .donate .email strong {
  font-weight: bold;
}
.donate .email .join {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #52bece), color-stop(100%, #0084a8));
  background-image: -webkit-linear-gradient(#52bece, #0084a8);
  background-image: -moz-linear-gradient(#52bece, #0084a8);
  background-image: -o-linear-gradient(#52bece, #0084a8);
  background-image: linear-gradient(#52bece, #0084a8);
  float: left;
  padding: 7px 41px;
}
.donate .email .join:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0084a8), color-stop(100%, #52bece));
  background-image: -webkit-linear-gradient(#0084a8, #52bece);
  background-image: -moz-linear-gradient(#0084a8, #52bece);
  background-image: -o-linear-gradient(#0084a8, #52bece);
  background-image: linear-gradient(#0084a8, #52bece);
}
.donate .email .join + p {
  font-size: 16px;
  line-height: 1em;
}

/* =Donate-form */
.donate-form article {
  padding: 25px 50px;
}
.donate-form article a {
  color: #0099bb;
}
.donate-form h6 {
  font-weight: bold;
  margin: 1em 0 4px;
}
.donate-form p, .donate-form li {
  font-size: 18px;
}
.donate-form .donation-steps {
  margin-bottom: 40px;
}
.donate-form .donation-steps li {
  background: #dadada;
  border-right: 1px solid white;
  border-bottom: 4px solid #53c5d4;
  color: black;
  cursor: pointer;
  font-size: 12px;
  float: left;
  width: 235px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
}
.donate-form .donation-steps li.active {
  border-bottom-color: #0083a9;
}
.donate-form .donation-steps li.active span {
  background: #0083a9;
}
.donate-form .donation-steps li img {
  position: absolute;
  left: 0;
  top: -5px;
}
.donate-form .donation-steps li span {
  display: block;
  background-color: #53c5d4;
  border-radius: 100%;
  color: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: -9px 0 0 105px;
}
.donate-form form ul.price-opt {
  border-bottom: 1px ridge #666666;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.donate-form  li {
  float: left;
  
}
.donate-form .price-opt li {
  margin-right: 25px;
}
.donate-form form ul.pp-fields li {
  float:none;
  margin-bottom:10px;
}
ul.pp-fields li > label {
  display:block;
  width:300px;
  float:left;
}
ul.pp-fields li > .field-item {
  float:left;
  width:600px;
}
ul.pp-fields li .field-item input[type=text] {
  width:500px;
}
.giving-opt .opt-label {
  float:left;
}
.giving-opt > ul li {
  font-size:16px;
  margin-right:10px;
}
.giving-opt > ul{
  float:right;
  margin-bottom:20px;
}
#page1, #page2, #page3{
  width: 946px;
  height: 220px;
  display: inline-block;
  float: left;
}

.donate_page_wrapper{
  width: 2838px;
  height: 220px;
  position: absolute;
}
.donate_form {
overflow: hidden;
position: relative;
width: 946px;
height: 220px;
}
.donate-form form input[type=text] {
  border: 1px solid #999999;
  font-family: inherit;
  width: 100px;
  padding: 2px;
}
.donate-form .horizontal_buttons a {
display:inline-block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9af4a), color-stop(100%, #f17f33));
  background-image: -webkit-linear-gradient(#f9af4a, #f17f33);
  background-image: -moz-linear-gradient(#f9af4a, #f17f33);
  background-image: -o-linear-gradient(#f9af4a, #f17f33);
  background-image: linear-gradient(#f9af4a, #f17f33);
  border: none;
  color: white;
  cursor: pointer;
  font: inherit;
  float: right;
  padding: 6px 25px;
}
.donate-form .horizontal_buttons a.button_right {
  float: right;
  text-decoration: none;
}

.donate-form .horizontal_buttons a.button_left {
  float: left;
  display:none;
  text-decoration: none;
}
#donate_form_submit {
  display:none;
}
/* =Messagebox */
.msg {
  display:none;
  background: white;
  width: 665px;
  position: fixed;
  left: 30%;
  top: 30%;
  z-index: 9999;
}
.msg .body {
  padding: 20px;
}
.msg h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.msg p, .msg ul {
  font-size: 18px;
}
.msg ul {
  margin:10px;
}
.msg .close {
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  float: right;
  padding-top:15px;
}
.msg.alert .box-title, .msg.alert .box-title-red, .msg.alert .box-title-blue, .msg.alert .box-title-orange, .msg.alert h4, .msg.alert .close span {
  color: #be3725;
}
.membership-levels .msg.alert h4.cc-blue  {
  color:#0099BB;
}
.membership-levels .msg.alert h4.cc-green  {
  color:#006C68;
}
.msg.alert .header-green {
  color: #006c68
}
.msg.alert .close:hover {
  color: #7e2419;
}

/* =Video-single page */
.video-single article figcaption {
  color: #333333;
  font-size: 18px;
}
.video-single article blockquote {
  font-style: italic;
}
.video-single .content-feed {
  padding: 20px;
}
/* =Home 2 */
.container.home_2 {
  padding-top: 30px;
  width: 1092px;
}
.container.home_2 .row {
  margin-left: -23px;
}
.container.home_2 .col-1 {
  margin-left: 23px;
  width: 348px;
}
.container.home_2 .content-box div {
  position: relative;
  height: 159px;
}
.container.home_2 .content-box a {
  color: white;
  font: bold 29px "myriadproregular", sans-serif;
  text-shadow: 0 0 10px black;
}
.container.home_2 .content-box a:hover {
  color: #e6e6e6;
}
.container.home_2 .content-box p.b-title {
  position: absolute;
  right: 10px;
  bottom: 5px;
  margin: 0;
  text-align: right;
}
.container.home_2 .about, .container.home_2 .events, .container.home_2 .membership {
  margin-bottom: 4px;
}
.container.home_2 .box-title, .container.home_2 .box-title-red, .container.home_2 .box-title-green, .container.home_2 .box-title-blue, .container.home_2 .box-title-orange {
  font-size: 29px;
}
.container.home_2 video {
  height: 450px;
  width: 100%;
}
/*DEV CHANGES BEGIN*/
.nav-main li:last-child a, .nav-main .donate {
  color: #8df4ff;
}
.video {
  position:relative;
}
.play {
	width: 52px;
	height: 52px;
	background: url(../img/play.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -26px 0 0 -26px;
	cursor: pointer;
}

.video a:hover .play {
	background: url(../img/play.png) 0 -52px no-repeat;
}
.content-feed li p a, .content-feed li p a:hover {
  color:#636363;
}
.paging li.active a {
  color:#303030;
}
.principle .article nav .p-0 {
  background-position: 5px -603px;
}
.fl-left {
  float:left;
}
.cc-2013 .main-content {
  padding: 20px 30px 10px;
  position: relative;
}
.cc-2013 nav.cc-2013 li a.active {
  font-weight:bold;
}
.cc-2013 .cc-conf-years {
  background: #94dbe7;
  color: #0084a8;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 50px;
  left: 140px;
  z-index: 2;
  font-size: 16px;
  font-weight:normal;
}
.cc-2013 .cc-conf-years.gallery {
  left:427px;
}
.cc-2013 .cc-conf-years.leaders {
  left:275px;
}
.alert.alert-block, .donate-error.messages {
  padding:15px;
  margin-bottom:25px;
  text-align:center;
  background: url(../img/alert-msg-bg.png) #fcd6a3 0 0 repeat-x;
}
.alert.alert-block h4 {
  font-weight:bold;
  font-size:20px;
  display:none;
}
.alert.alert-block.alert-error, .donate-error.messages {
  background: url(../img/alert-err-msg-bg.png) #e5afa8 0 0 repeat-x;
  color:#be3725;
}
.chapter-events .event-item img {
  width:274px;
  height:72px;
}
.newsletter-webform input[type="text"], .newsletter-webform input[type="email"] {
  width: 273px;
  margin-bottom:5px;
  height:20px;
}
.webform-client-form.newsletter-webform {
  margin-bottom:10px;
}
.content-box-white {
  background-color:#fff;
}
.donate-error.messages ul li {
  float:none;
  text-align:left;
}
.donate-error.messages span.close {
  float:right;
  display:block;
  cursor:pointer;
}
/*DEV CHANGES END*/

/* =Corporate members
 *-------------------------------------------------------------- */
.ad-gallery {
  margin: 15px auto 35px !important;
  width: 1012px !important;
}
.ad-gallery h1 {
  font: normal 34px "myriadproregular", sans-serif;
  color: white;
}
.ad-gallery h1 strong {
  font-weight: bold;
}
.ad-gallery .ad-nav {
  margin-top: 15px;
}
.ad-gallery .ad-back {
  background: url(../img/assets/corporate-members-al.png) no-repeat !important;
}
.ad-gallery .ad-forward {
  background: url(../img/assets/corporate-members-ar.png) no-repeat !important;
}
.ad-gallery .ad-back, .ad-gallery .ad-forward {
  top: 29px !important;
  width: 20px !important;
}
.ad-gallery .ad-thumb-list {
  padding: 0 70px !important;
}
strong {
  font-weight:bold;
}
i, em {
  font-style:italic;
}
.main-content ul, .node-content ul, .cke_show_borders  ul, .cc-2013 .timeline ul {
  padding:20px;
  list-style:disc;
}
.main-content ol, .node-content ol, .cke_show_borders  ol, .cc-2013 .timeline ol {
  padding:20px;
  list-style:decimal;
}
.rtecenter img{
  float:none !important;
}
.ppt_list a{
    text-decoration: underline;
}
.speakers-list.sp_item {
  float:left;
  margin-left:0;
  width:275px;
}
.desc-wrapper {
  float:left;
  width:710px;
}
.speakers-list .embed-video {
  width: 260px;
  margin-top:5px;
  float:left;
  display:block;
}
.cc-2013 .main-content.speaker-info {
  padding: 25px 30px;
}
.practicum-page-leaders {
  margin-top:30px;
}
.social-nets .twitter-timeline {
  height:283px;
}
.myriadbold {
  font-family:myriadprobold;
}

/* =Membership Signup Cart page
 *-------------------------------------------------------------- */
.page-cart-checkout .content-box .inner {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(#ffffff, #e7e7e7);
  background-image: -moz-linear-gradient(#ffffff, #e7e7e7);
  background-image: -o-linear-gradient(#ffffff, #e7e7e7);
  background-image: linear-gradient(#ffffff, #e7e7e7);
}
.page-cart-checkout .region-content {
  margin: 0 auto;
  width: 90%;
}

#uc-cart-checkout-form legend {
  font: bold 18px "myriadproregular", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #636363;
  margin-bottom: 15px;
  padding-bottom: 2px;
  text-transform: uppercase;
  width: 100%;
}
#uc-cart-checkout-form fieldset {
  margin: 20px 0;
}
#uc-cart-checkout-form #cart-pane {
  margin-bottom: 40px;
}
#uc-cart-checkout-form #billing-pane, #uc-cart-checkout-form #edit-panes-customer-new-account  {
  margin: 0;
}
#uc-cart-checkout-form #customer-pane {
  margin: 20px 0 0 0;
}
#uc-cart-checkout-form #cart-pane legend, #uc-cart-checkout-form #billing-pane legend, #uc-cart-checkout-form #customer-pane legend, #uc-cart-checkout-form .fieldset-description {
  display: none;
}
#uc-cart-checkout-form .form-item label {
  color: #0099bb;
  display: block;
  margin-bottom: 2px;
}
#uc-cart-checkout-form .form-item .form-required {
  color: #be3725;
}
#uc-cart-checkout-form input[type="text"], #uc-cart-checkout-form input[type="password"], #uc-cart-checkout-form textarea, #uc-cart-checkout-form select {
  font: inherit;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: rgba(209, 209, 209, 0.5) 0 0 10px inset;
  -moz-box-shadow: rgba(209, 209, 209, 0.5) 0 0 10px inset;
  box-shadow: rgba(209, 209, 209, 0.5) 0 0 10px inset;
  color: #666666;
  padding: 6px;
  margin-bottom: 10px;
  padding: 6px;
}
#uc-cart-checkout-form #cart-pane .fieldset-legend {
  padding-bottom: 18px;
}
#uc-cart-checkout-form table.cart-review {
  width: 100%;
}
#uc-cart-checkout-form table.cart-review thead tr {
  border-bottom: 1px solid #cccccc;
}
#uc-cart-checkout-form table.cart-review thead th {
  font: bold 18px "myriadproregular", Helvetica, Arial, sans-serif;
  color: #636363;
  padding-bottom: 4px;
  text-transform: uppercase;
  width: 30%;
}
#uc-cart-checkout-form table.cart-review thead .price {
  padding-left: 75px;
}
#uc-cart-checkout-form table.cart-review tbody .price {
  padding-left: 75px;
}
#uc-cart-checkout-form table.cart-review thead .qty {
  padding-left: 75px;
}
#uc-cart-checkout-form table.cart-review tbody .qty {
  padding-left: 80px;
}
#uc-cart-checkout-form table.cart-review tbody .products a {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}
#uc-cart-checkout-form table.cart-review tbody .products a:hover {
  text-decoration: none;
}
#uc-cart-checkout-form table.cart-review tbody .products .last {
  font-size: 14px;
}
#uc-cart-checkout-form table.cart-review tbody .products a, #uc-cart-checkout-form table.cart-review tbody .products .last {
  border-left: 18px solid #22817d;
  padding-left: 8px;
}

#uc-cart-checkout-form table.cart-review tbody .order-product-220 a,
#uc-cart-checkout-form table.cart-review tbody .order-product-220 .last {
  border-left: 18px solid #31a7bf;
  padding-left: 8px;
}

#uc-cart-checkout-form table.cart-review tbody .subtotal {
  display: none;
}
#uc-cart-checkout-form #edit-panes-customer-new-account {
  float: left;
  margin-top: 0;
  width: 34%;
}
#uc-cart-checkout-form .form-item-panes-customer-primary-email {
  padding-top: 66px;
}
#uc-cart-checkout-form #billing-address-pane .form-item label {
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 2px;
  width: auto;
}
#uc-cart-checkout-form #billing-address-pane .uc-store-address-field .form-item {
  clear: none;
  float: left;
  width: 302px;
  height: 65px;
}
#uc-cart-checkout-form #billing-address-pane .form-item-panes-billing-billing-phone {
  clear: both !important;
}
#uc-cart-checkout-form #edit-actions #edit-cancel {
  cursor: pointer;
  display: block;
  float: none;
  text-decoration: none;
  margin: 2px 0 0 6px;
  width: 55px;
}
#uc-cart-checkout-form #edit-actions #edit-continue, #uc-cart-checkout-form #edit-actions #edit-cancel {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #51bece), color-stop(100%, #0084a8));
  background-image: -webkit-linear-gradient(#51bece, #0084a8);
  background-image: -moz-linear-gradient(#51bece, #0084a8);
  background-image: -o-linear-gradient(#51bece, #0084a8);
  background-image: linear-gradient(#51bece, #0084a8);
  border: none;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  float: right;
  padding: 4px 20px 8px;
}
#uc-cart-checkout-form #edit-actions #edit-continue:hover, #uc-cart-checkout-form #edit-actions #edit-cancel:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

#edit-panes-billing-billing-zone--3 {
  width: 251px;
}
#edit-panes-billing-billing-country {
  width: 132px;
}
#edit-panes-billing-billing-phone,
#edit-panes-billing-billing-postal-code {
  width: 237px;
}
.page-node-38 .col-1 .content-box, .page-node-38 .col-2 .content-box {
  min-height:466px;
}
.about-directors h1 {
  float:left;
  cursor:pointer;
  position:relative;
  z-index:3;
}
.about-directors #directors-team {
  width:65%;
}
.about-directors #cc-team {
  width:35%;
  display: none;
}
.about-directors #chapter-us, .about-directors #chapter-international {
  width:50%;
}
h1.inactive {
  background:#eee;
  z-index:1;
  color:#aaa;
}
.about-directors .tab-content {
  display:none;
}
.about-directors .tab-content.active-tab {
  display:block;
}
.home_2 .newsletter-button {
  text-align:right;
  margin-bottom: 25px;
}
.home_2 .newsletter-button a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 8px 15px;
  background: url(../img/reg-link-bg.png) repeat-x;
  border:0;
  cursor:pointer;
}
.container.home_2 .newsletter-container .content-box div {
  height:auto;
}
.m-newsletter .nl.chapterform, .home_2 .nl.chapterform {
  display:none;
}
#cboxLoadedContent .chapterform > .col-1 {
  margin:0;
}
.m-newsletter article {
  padding:15px 25px;
  font-weight:bold;
  cursor:pointer;
}
.node-content .field-name-field-chapter-image {
  float:left;
  margin:0 20px 10px 0;
}
.node-chapter .chapter-content {
  float:left;
  width:625px;
}
.node-chapter h5 {
  font-weight:bold;
}