/* EDITOR STYLES */
.grey-light,
.grey-light a {
  color: #939393;
}
.grey-dark,
.grey-dark a {
  color: #636363;
}
.color-red {
  color: #d00000;
}
a.link-more,
.link-more a {
  font-size: 0.85em;
}
a.link-more:hover,
.link-more a:hover {
  color: #ceefa8 !important;
}
.float-left {
  float: left;
  margin: 0 20px 20px 0;
}
.float-right {
  float: right;
  margin: 0 0 20px 20px;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.big-green-headline {
  font-size: 1.7em;
  line-height: 1.4em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-weight: normal;
  color: #5c8626 !important;
}

/* HERO SLIDES */
#block-views-hero-reference-block-1 .hero-slides {
  position:relative;
}
#block-views-hero-reference-block-1 .hero-slides .slides li img {

}

/* TOKENIZED CONTENT */
.casqa-tokenized-content {
  position: relative;
}
.casqa-tokenized-content p {
  max-width: 78%;
  position: relative;
}
.casqa-tokenized-content .casqa-price {
  position: absolute;
  right: 8%;
  top: 0;
}
.casqa-tokenized-content a.link-arrow {
  position: absolute;
  right: -10%;
  top: 0;
}
.membership-alert .placeholder {
  font-weight: bold;
}
/* USER LOGIN BLOCK */
.region-header #user-login-form label {
  display: none;
}
.region-header #user-login-form .form-item {
  margin:10px 0;
  font-size: 12px;
}
.region-header #user-login-form input[type=text],
.region-header #user-login-form input[type=password] {
  border: none;
  width: 304px;
  height: 20px;
  padding: 2px;
  line-height: 1em;
}
input[type=submit],
.btn {
	background: #fff url('../images/bg-btn.png') repeat 50% -11px;
	border: none;
	color: #fff !important;
	font-size: 0.85em;
	padding: 10px 20px;
	/*text-shadow: 1px 1px 1px #333;*/
  text-transform: uppercase;
  margin-right: 10px;
  margin-top: 10px;
}
#advanced-forum-forum-topic-list-sort-form input[type=submit] {
  height: 20px;
}
.btn {
  display: inline;
}
.btn a {
  color: #fff !important;
}
input[type=submit]:hover,
.btn:hover {
  color: #ceefa8;
  background-position: 50% -50px;
}
.region-header #user-login-form input[type=submit] {
	float: right;
}
.region-header #user-login-form .form-actions a {
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
}
body.page-user-register #ms_products_plan_field_ms_membership {
  display: none;
}
.hero * {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.hero {
	min-height: 175px;
  /*background-color: #cee3f4;*/
}
body.not-logged-in .hero {
  min-height: 365px;
}
.menu-block-wrapper.menu-block-1 {
  /*position: absolute;
  top: -189px;
  left: 0;*/
  margin-top: -189px;
}
.menu-block-wrapper.menu-block-1 > ul {
  background: url('../images/shadow.png') no-repeat right bottom;
  padding: 0 8px 9px 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
}
.menu-block-wrapper.menu-block-1 ul.menu {

}
.menu-block-wrapper.menu-block-1 > ul > li {
  background: rgba(255,255,255,0.75);
}
.menu-block-wrapper.menu-block-1 li a.menu__link {
  color: #636363;
  text-decoration: none;
  font-weight: bold;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.menu-block-wrapper.menu-block-1 ul.menu li ul.menu li a.menu__link {
  font-weight: normal !important;
}
/*.menu-block-wrapper.menu-block-1 li a.sf-depth-3,
.menu-block-wrapper.menu-block-1 li a.sf-depth-4 {
  color: #636363;
  text-decoration: none;
  padding-left: 0;
}*/
.menu-block-wrapper.menu-block-1 li a:hover,
.menu-block-wrapper.menu-block-1 li a.active-trail:hover {
  color:#4967aa;
}
.menu-block-wrapper.menu-block-1 li a.active-trail {
  color:#000;
}
.menu-block-wrapper.menu-block-1 li a {
  padding:2px 10px;
  display: block;
  font-size: 13px;
}
/*.menu-block-wrapper.menu-block-1 li.first a.sf-depth-2 {
  padding-top: 10px;
}*/
.menu-block-wrapper.menu-block-1 li.last a {
  padding-bottom: 10px;
}
.menu-block-wrapper.menu-block-1 li {
  list-style: none;
  list-style-type: none;
}
.menu-block-wrapper.menu-block-1 > ul.menu > li.first {
  padding-top: 15px;
}
.menu-block-wrapper.menu-block-1 ul li ul li.first a {
  padding-top: 0;
}
.view-casqa-calendar ul {
  padding-left: 0;
}
.view-casqa-calendar ul li {
  list-style: none;
  list-style-type: none;
  margin-bottom: 10px;
}

/* HOW DO I */
.how-do-i {
  position: absolute;
  right: 0;
  width: 30.9%;
  height: 48px;
  border-left: 1px solid #a8acb0;
}
.how-do-i select {
  padding:16px;
  margin: 0;
  background: transparent;
  color:#888;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  width: 100%;
}
.how-do-i #block-views-how-do-i-block-1 {
  background: transparent url('../images/bg-qmark-howdoi@2x.png') no-repeat 95% 14px;
  background-size: 20px 20px;
}
html.lt-ie9 .how-do-i #block-views-how-do-i-block-1 {
  background: transparent url('../images/bg-qmark-howdoi.png') no-repeat 95% 14px;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {padding-right:18px}
}
ul.list-how-do-i {
  padding: 17px 0 10px;
  list-style: none;
  background-color: rgba(255,255,255,1);
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  display: none;
  z-index: 200;
}
ul.list-how-do-i li {

}
ul.list-how-do-i span,
ul.list-how-do-i a {
  display: block;
}
ul.list-how-do-i li a {
  border-bottom: 1px dotted #ccc;
  color: #636363;
  margin: 0 15px;
  padding: 5px;
}
ul.list-how-do-i li a:hover {
  background-color: rgba(255,255,255,1);
  color:#4967aa;
}
ul.list-how-do-i li.views-row-last a {
  border-bottom: none;
}
/* BLOCK STYLES */
#content .block {
  color:#636363;
}
/*#content .block a:after,*/
/*.region-sidebar-second .block a:after,*/
.region-sidebar-second a:after,
.link-arrow a:after,
a.link-arrow:after,
a.link-more:after,
h2.node-title a:after,
h2 a:after,
h3 a:after {
  content: " \25B8";
}
.region-sidebar-second a[href$='.pdf'] {
  background: transparent url('../images/icon-pdf-white.png') no-repeat 0 0;
  padding-left: 30px;
}
#content a[href$='.pdf'] {
  background: transparent url('../images/icon-pdf.png') no-repeat 5px 0;
  padding-left: 27px;
}
#content .field-name-field-pr-pdf a[href$='.pdf'] {
  background: none;
  padding-left: 0;
}
.region-sidebar-second .block a,
.region-sidebar-second .block {
  color: #fff;
  /*display: block;*/
}
.region-sidebar-second .block a:hover {
  text-decoration: underline;
  color: #ceefa8;
}
.region-sidebar-second .block h2 {
  margin: 0.9em 0 0;
}

/* press release */
li.menu-mlid-1149 ul.menu {
  display: none;
}
article.node-teaser {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #636363;
}
body.node-type-press-release h1.title {
  text-align: center;
}
.view-mode-full h2.field_pr_subtitle {
  text-align: center;
}

.field-name-field-pr-date {
  margin-bottom: 15px;
}
.field-name-field-pr-location {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.group_contact_info {
  margin: 10px 0 20px;
  font-weight: bold;
  text-align: right;
}
.region-sidebar-second .views-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.region-sidebar-second .view-id-casqa_calendar .views-row {
  border-bottom: none !important;
}
.region-sidebar-second .views-row .node-sidebar-content {
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* node edit updates */
.form-item.form-type-radio.form-item-field-select-a-hero-image-und {
  float: left;
  margin-right: 20px;
}
.view-content .node ol li {
  padding: 15px 0 0;
}

/* BODY TOKENS */
.body-token-replacement {

}

/* CHECKOUT */
.ms_core_cc_month,
.ms_core_cc_year,
.ms_core_cc_cvv {
  margin-right: 30px;
}
.ms_core_cc_month select,
.ms_core_cc_year select {
  padding: 0 10px;
  min-width: 90px;
}
.ms_core_cc_cvv input {
  height: 26px !important;
}
#ms-core-order-items-table td .form-item {
  float: left;
  margin-right: 10px;
}
.ms_cart_left {
  float: left;
}
.ms_cart_item_remove a {
  position: relative;
  color: #5c8626 !important;
  padding-left: 14px;
}

.ms_cart_item_remove img {
  position: absolute;
  top: -3px;
  left: 0;
}

.ms_cart_right {
  float: right;
}



/* hide the discount field for now */
/* body.page-ms-checkout #ms-core-checkout-page-fields, */
body.page-ms-cart fieldset.form-wrapper,
body.page-ms-thankyou .messages--error {
  display: none;
}
fieldset.discount-form {
  padding: 30px;
  margin: 30px 0;
}
fieldset.discount-form .form-item {
  margin: 0;
}
form#ms-core-checkout-form {
  overflow: hidden;
}
/* FORUM */
.active-trail.menu-mlid-1179 ul.menu {
  display: none;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #bbb;
}
select {
  /*width: 30%;*/
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  background: #fff url('../images/select-arrow.png') no-repeat 100% 50%;
}
textarea {
  height: 20%;
}

/* USER - MY FILES */
body.page-user-files td,
body.page-user-files th {
  padding: 20px;
}
td.ms_files_description-row {
  width: 40%;
}
.ms_user_history_actions_header,
.ms_user_history_actions {
  /*display: none;*/
}

/* WEBFORM */
body.page-node-done .webform-progressbar,
body.page-node-done #content .links {
  display: none;
}

/* USER ACCOUNT */
#user_user_full_group_personal_info div[class*='field-name-field'],
#user_user_full_group_personal_info div[class*='field-name-field'] div {
  display: inline;
}
#user_user_full_group_personal_info div[class*='field-name-field'] {
  padding-left: 10px;
}
#user_user_full_group_personal_info .field-name-field-company,
#user_user_full_group_personal_info .field-name-field-address-1,
#user_user_full_group_personal_info .field-name-field-phone {
  display: block !important;
}
#user_user_full_group_personal_info .field-name-field-first-name,
#user_user_full_group_personal_info .field-name-field-last-name {
  font-size: 1.5em;
}
.child-third {
  display: none;
}

/* FILTERS */
.views-widget-filter-field_date_notime_value label {
  float: left;
  margin: 5px 20px 0 0;
}
.views-widget-filter-field_date_notime_value .views-widget {
  float: left;
}

.asca-administration .views-exposed-widget {
  float: none;
}

.asca-administration .view-header {
  text-align: right;
}

.asca-administration input[type=text],
.asca-administration select {
  width: auto;
}

.asca-administration .views-submit-button,
.asca-administration .views-reset-button {
  display: inline;
}

/* ASCA conference schedule */
.view-asca-schedule .views-exposed-widget {
  min-width: 200px;
}

.view-asca-schedule .view-grouping-header {
  font-size: 1.3em;
  font-weight: bold;
}

.view-asca-schedule .view-grouping-content {
  /*padding-left: 1.5em;*/
  margin-bottom: 2em;
}

.view-asca-schedule .view-grouping-content h3 {
  font-size: 0.9em;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 1em !important;
}

.view-asca-schedule .view-grouping-content .views-row {
  padding: 1em;
  margin-bottom: 0.25em;
  background: whitesmoke;
  border-radius: 5px
}

.view-asca-schedule .view-grouping-content .views-row.workshop,
.view-asca-schedule .view-grouping-content .views-row.presentation,
.view-asca-schedule .view-grouping-content .views-row.panel-forum,
.view-asca-schedule .view-grouping-content .views-row.bg-blue {
  background: #d3dde7;
}

.view-asca-schedule .view-grouping-content .views-row.presentation .views-field-title,
.view-asca-schedule .view-grouping-content .views-row.workshop .views-field-title,
.view-asca-schedule .view-grouping-content .views-row.panel-forum .views-field-title,
.view-asca-schedule .views-widget-filter-parent_1,
.view-asca-schedule .views-widget-filter-parent_2 {
  display: none;
}

.view-asca-schedule .views-exposed-form {
  margin-bottom: 2em;
  position: relative;
}

.view-asca-schedule .views-reset-button {
  clear: both;
  float: none;
}

.view-asca-schedule .views-reset-button input {
  background: #CCC;
}
.view-asca-schedule .views-reset-button input:hover {
  background: #DDD;
}

.view-asca-schedule .views-submit-button {
  float: none;
  position: absolute;
  bottom: 0;
  left: 100px;
}

.view-asca-schedule .views-widget-filter-field_con_schedule_type_value {
  width: 100%;
}

#block-views-asca-schedule-block-1 .views-field a {
  color: #636363;
}

#block-views-asca-schedule-block-1 .views-field a:hover {
  text-decoration: underline;
  color: #636363;
}


.view-asca-schedule .views-field-field-casca-track-session-final,
.view-asca-schedule .views-field-field-workshop {
  /*font-style: italic;*/
}

.view-asca-schedule .views-field-title,
.view-asca-schedule .views-field-title-1,
.view-asca-schedule .views-field-title-2,
.view-asca-schedule .views-field-title-3 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 5px;
}

.view-asca-schedule .views-field-field-speakers-organizations,
.view-asca-schedule .views-field-field-asca-additional-speakers p,
.view-asca-schedule .views-field-field-asca-speaker0-affiliation,
.view-asca-schedule .views-field-field-speakers-organizations p,
.view-asca-schedule .views-field-body p {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}

.asca-reviewer th.views-field-field-asca-rating,
.asca-reviewer td.views-field-field-asca-rating {
  display: none;
}

.view-asca-schedule .views-field-field-asca-location-name-line {
  font-size: 1em;
  text-align: right;
  line-height: 1;
  margin-top: 0.5em;
}

.view-asca-schedule .views-field-field-asca-speaker0-address-last-name {
  font-size: 1em;
  margin-bottom: 3px;
  line-height: 1;
}

.views-exposed-form .views-widget-filter-field_asca_date_time_value {
  float: none;
  clear: both;
}

#handbook-pricing-table table {
  margin: 0;
}

#handbook-pricing-table table td {
  padding-bottom: 0.5em;
}

.product-purchase-link .link,
.product-purchase-link .price {
    float: right;
    margin-right: 5%;
}

.node-casqa-model .field-name-field-model-type {
  font-size: 1.1em;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* **************************************************************************** */
/* **************************************************************************** */
/* **************************************************************************** */
/* **************************************************************************** */
/* ******************************** RESPONSIVE ******************************** */
/* **************************************************************************** */
/* **************************************************************************** */
/* **************************************************************************** */

@media all and (max-width: 959px) {
  .menu-block-wrapper.menu-block-1 {
    margin-top: 0;
  }
}
/* IPAD LANDSCAPE */
@media all and (min-width: 960px) and (max-width: 1130px) {
  .menu-block-wrapper.menu-block-1 {
    margin-top: -131px;
  }
  body.not-logged-in .hero {
    min-height: 50px;
  }
}

/* IPAD PORTRAIT */
@media all and (max-width: 768px) {
  .hero {
    margin-top: 145px;
  }
  body.not-logged-in .hero {
    min-height: 50px;
  }
}

/* SMART PHONE */
@media all and (max-width: 320px) {
  .region-header #user-login-form .form-item {
    margin: 3px 0;
  }
  .region-header #user-login-form input[type=text],
  .region-header #user-login-form input[type=password] {
    width: 92%;
    height: 14px;
    padding: 2px;
  }

}

@media all and (max-width: 480px) {
  .how-do-i {
    display: none;
  }
  .hero {
    min-height: 0px;
    background-color: #4867aa;
  }
  body.section-search input[type=search] {
    /*width: 50%;*/
  }
  input[type=text],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=search] {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
  .casqa-tokenized-content p {
    max-width: 75%;
  }
  .casqa-tokenized-content .casqa-price {
    right: 20%;
  }
}

.panel__members {
  font-size: 13px;
}

