/*------------------------------------------------------------------
CSS  test
-------------------------------------------------------------------*/
@import url(../includes/fonts/font-awesome/css/font-awesome.min.css);
@import url(../includes/fonts/opensans/stylesheet.css);
/* COLORS */
/* Translate */
/* BUTTON */
.grey_button, .node ul.links a,
.node .comment .links a, #comments .comment .links a {
  background: #ddd;
  color: #000;
  display: inline-block;
  padding: 5px 10px; }
  .grey_button:hover, .node ul.links a:hover,
  .node .comment .links a:hover, #comments .comment .links a:hover, .grey_button:focus, .node ul.links a:focus,
  .node .comment .links a:focus, #comments .comment .links a:focus {
    color: #fff;
    background-color: #e09b0f; }

.blue_button, #comments .form-actions .form-submit, .contact-form .form-actions .form-submit,
.contact-message-form .form-actions .form-submit, .form-submit {
  margin: 0 10px 10px 0;
  border: none;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  background: #0d436f;
  cursor: pointer; }
  .blue_button:hover, #comments .form-actions .form-submit:hover, .contact-form .form-actions .form-submit:hover,
  .contact-message-form .form-actions .form-submit:hover, .blue_button:focus, #comments .form-actions .form-submit:focus, .contact-form .form-actions .form-submit:focus,
  .contact-message-form .form-actions .form-submit:focus, .form-submit:hover, .form-submit:focus {
    background-color: #e09b0f; }

.font_awesome, .btn-btt:before, .ui-accordion .ui-icon:before, .galleryformatter .prev-slide:before, .galleryformatter .next-slide:before, .galleryformatter .view-full:before, .galleryformatter .gallery-thumbs .arrow:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.views-view-grid .views-col {
  float: left; }

.views-view-grid.cols-1 .views-col {
  width: 100%; }

.views-view-grid.cols-2 .views-col {
  width: 50%; }

.views-view-grid.cols-3 .views-col {
  width: 33.33333333%; }

.views-view-grid.cols-4 .views-col {
  width: 25%; }

.views-view-grid.cols-5 .views-col {
  width: 20%; }

.views-row .grid {
  float: left; }

.field {
  margin-bottom: 0px; }
  .field p:last-child {
    margin-bottom: 0; }

/* maintenance page */
.maintenance-page {
  background: #e6e6e6; }

.maintenance-page #page {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  text-align: center; }

.maintenance-page #header {
  overflow: hidden; }

.maintenance-page #logo {
  float: none;
  margin: 0 0 10px;
  width: 100% !important; }

.maintenance-page #name-and-slogan {
  float: none; }

.maintenance-page #container {
  padding: 40px 0 0 0; }

/* skin menu */
.change-skin-menu-wrapper {
  position: fixed;
  left: -188px;
  top: 150px;
  z-index: 500;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px -1px #888;
  -webkit-box-shadow: 1px 1px 2px -1px #888;
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  /* tag a */
  /* color */
  /*background*/
  /*layout*/ }
  .change-skin-menu-wrapper .container {
    width: 185px;
    padding: 10px; }
  .change-skin-menu-wrapper .background,
  .change-skin-menu-wrapper .skin-color {
    overflow: hidden; }
  .change-skin-menu-wrapper .skin-color {
    margin-bottom: 15px; }
  .change-skin-menu-wrapper .change-skin {
    text-align: center;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fafafa;
    padding: 11px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 2px -2px #888;
    -webkit-box-shadow: 1px 1px 2px -2px #888;
    color: #666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .change-skin-menu-wrapper .change-skin:hover, .change-skin-menu-wrapper .change-skin:focus {
      color: #333; }
    .change-skin-menu-wrapper .change-skin i {
      font-size: 18px; }
  .change-skin-menu-wrapper strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 600; }
  .change-skin-menu-wrapper ul {
    padding-left: 0;
    margin-bottom: 0; }
  .change-skin-menu-wrapper li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px; }
  .change-skin-menu-wrapper .change-skin-button,
  .change-skin-menu-wrapper .change-background-button {
    display: inline-block;
    text-indent: -999em;
    width: 30px;
    height: 30px;
    opacity: 0.7; }
    .change-skin-menu-wrapper .change-skin-button:hover, .change-skin-menu-wrapper .change-skin-button:focus,
    .change-skin-menu-wrapper .change-background-button:hover,
    .change-skin-menu-wrapper .change-background-button:focus {
      opacity: 1; }
  .change-skin-menu-wrapper .change-background-button {
    border: 1px solid #cdcdcd; }
    .change-skin-menu-wrapper .change-background-button:hover, .change-skin-menu-wrapper .change-background-button:focus {
      border-color: #7b7b7b; }
  .change-skin-menu-wrapper .layout {
    margin-bottom: 15px; }
  .change-skin-menu-wrapper .change-layout-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px 18px;
    background-color: #fff;
    background-image: none; }
    .change-skin-menu-wrapper .change-layout-button:first-child {
      border-right: none; }
  .change-skin-menu-wrapper .change-layout-button.active {
    background-color: #428bca;
    color: #fff;
    border-color: #428bca; }

.fly-out {
  left: 0; }

/* color */
.change-skin-menu-wrapper .color-default {
  background: #0C426F; }
.change-skin-menu-wrapper .color-black {
  background: #ff5328; }
.change-skin-menu-wrapper .color-white {
  background: #6db1b4; }

.change-background-button:focus {
  outline: none; }

.bg-1 {
  background: url("../images/bg-1.png") 0 0 repeat; }

.bg-2 {
  background: url("../images/bg-2.png") 0 0 repeat; }

.bg-3 {
  background: url("../images/bg-3.png") 0 0 repeat; }

.bg-4 {
  background: url("../images/bg-4.png") 0 0 repeat; }

.bg-5 {
  background: url("../images/bg-5.png") 0 0 repeat; }

.bg-6 {
  background: url("../images/bg-6.png") 0 0 repeat; }

.btn-btt {
  width: 40px;
  height: 40px;
  background: #e09b0f;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: .6;
  z-index: 20; }
  .btn-btt:hover, .btn-btt:focus {
    opacity: 1; }
  .btn-btt:before {
    content: "\f106";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40PX;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 22px; }

/*------------------------------------------------------------------*/
/* Typography */
* {
  padding: 0;
  margin: 0;
  outline: none; }

body {
  font-family: "Arimo";
  font-size: 16px; }

h1, .h1 {
  font-size: 1.429em; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 15px;
  font-family: "open_sansbold"; }

h2 {
  font-size: 1.286em;
  margin-bottom: 15px; }

h3, .h3 {
  font-size: 1.143em; }

h4 {
  font-family: "open_sansregular"; }

a {
  color: #9b9764; }
  a:hover, a:focus {
    color: #47928D;
    outline: none;
    text-decoration: none; }

p, ul, ol {
  margin-bottom: 20px; }

address {
  margin-bottom: 20px; }

label {
  font-weight: 500; }

img {
  max-width: 100%;
  height: auto; }

input, button, select, textarea {
  padding: 7px;
  border: 1px solid #ddd;
  max-width: 100%; }

input[type="radio"], input[type="checkbox"] {
  margin-top: -3px; }

.label {
  color: #333;
  border-radius: 0;
  padding: 0;
  font-size: 100%; }

iframe {
  max-width: 100%; }

fieldset {
  min-height: 30px; }
  fieldset legend {
    font-size: 1.286em;
    margin-bottom: 15px; }

/* button */
.btn-1 {
  background: #e09b0f;
  border: none;
  color: #fff;
  border-radius: 0; }
  .btn-1:hover, .btn-1:focus {
    background: #0c426f;
    color: #fff; }

/* primary menu */
ul.primary {
  margin: 0 0 30px;
  padding: 0; }
  ul.primary:before, ul.primary:after {
    display: table;
    content: " "; }
  ul.primary:after {
    clear: both; }
  ul.primary a {
    display: inline-block;
    padding: 7px 15px !important;
    background: #ddd; }
  ul.primary a.is-active {
    background: #f5f5f5;
    color: #e09b0f; }

.views-field {
  margin-bottom: 20px; }

.map iframe {
  border: none;
  width: 100%; }

/* login */
.user-login-form .form-item, .user-register-form .form-item {
  margin: 0 0 30px; }
  .user-login-form .form-item .description, .user-register-form .form-item .description {
    padding-top: 5px;
    padding-left: 123px; }
  .user-login-form .form-item label, .user-register-form .form-item label {
    min-width: 120px; }
.user-login-form .form-actions, .user-register-form .form-actions {
  padding-left: 123px; }

.link-btn {
  width: 100%;
  display: block;
  float: right;
  padding: 10px 0;
  text-align: center;
  background-color: #009fa6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-family: 'Roboto Condensed';
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px; }
  .link-btn:hover, .link-btn:focus {
    background-color: #008384;
    color: #ffffff; }
  .link-btn.color1 {
    background-color: #aeae13; }
    .link-btn.color1:hover, .link-btn.color1:focus {
      background-color: #acad2a;
      color: #ffffff; }
  .link-btn.color2 {
    background-color: #00a0a7; }
  .link-btn.color3 {
    background-color: #3b86d1; }
  .link-btn.format2 {
    width: 45%;
    float: left; }
    .link-btn.format2.color2 {
      margin-right: 10%; }

#content .block h2 {
  color: #3893a5;
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  margin: 30px 0 15px 0; }
#content .block h3 {
  margin: 30px 0 15px 0; }
#content .block .views-field-title {
  font-size: 16px; }
  #content .block .views-field-title a {
    font-size: 16px;
    font-weight: bold;
    color: #9b9764; }
    #content .block .views-field-title a:hover, #content .block .views-field-title a:focus {
      color: #47928D; }

#sidebar-second #block-mainnavigation.block {
  margin-bottom: 20px;
  padding-bottom: 0; }
#sidebar-second .block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a; }
  #sidebar-second .block:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  #sidebar-second .block h2 {
    color: #3893a5;
    font-weight: bold;
    font-size: 20px;
    text-transform: none; }
  #sidebar-second .block p {
    margin: 0;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden; }
  #sidebar-second .block .menu {
    margin: 0;
    padding: 0; }
    #sidebar-second .block .menu li {
      padding: 0 0 10px;
      border-bottom: none; }
      #sidebar-second .block .menu li a {
        color: #9b9764; }
      #sidebar-second .block .menu li.odd a {
        color: #000000; }
      #sidebar-second .block .menu li.even {
        padding-bottom: 30px; }
  #sidebar-second .block#block-booknavigation .menu .menu-item--expanded {
    list-style: none;
    padding: 0;
    background: none transparent;
    border-bottom: none; }
    #sidebar-second .block#block-booknavigation .menu .menu-item--expanded a {
      display: none !important; }
    #sidebar-second .block#block-booknavigation .menu .menu-item--expanded .menu .menu-item {
      padding: 10px 0;
      border-bottom: 1px solid #8a8a8a; }
      #sidebar-second .block#block-booknavigation .menu .menu-item--expanded .menu .menu-item a {
        display: block !important;
        font-size: 16px;
        font-weight: bold; }
      #sidebar-second .block#block-booknavigation .menu .menu-item--expanded .menu .menu-item.menu-item--active-trail a {
        color: #000000; }
      #sidebar-second .block#block-booknavigation .menu .menu-item--expanded .menu .menu-item:last-child {
        border-bottom: none;
        padding: 10px 0 0; }
  #sidebar-second .block#block-booknavigation .menu .menu-item--collapsed {
    display: none !important; }
  #sidebar-second .block.block-custom-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
#sidebar-second .menu--main .menu li {
  padding: 8px 0;
  border-bottom: 1px solid #8a8a8a; }
  #sidebar-second .menu--main .menu li:last-child {
    border-bottom: none; }
  #sidebar-second .menu--main .menu li a {
    font-size: 16px;
    font-weight: bold; }
  #sidebar-second .menu--main .menu li.menu-item--active-trail a {
    color: #000000; }
#sidebar-second .menu--professionals .menu li,
#sidebar-second .navigation .menu li {
  padding: 8px 0;
  border-bottom: 1px solid #8a8a8a; }

  #sidebar-second .menu--professionals .menu li:last-child,
#sidebar-second .navigation .menu li:last-child {
    border-bottom: none; }
  #sidebar-second .menu--professionals .menu li a,
#sidebar-second .navigation .menu li a {
    font-size: 16px;
    font-weight: bold; }
  #sidebar-second .menu--professionals .menu li.menu-item--active-trail a,
#sidebar-second .navigation .menu li.menu-item--active-trail a.is-active {
    color: #000000; }

#block-highlightedcontent.link-btn.color1 {
  font-size: 20px;
  height: auto; }

#block-breadcrumbs .breadcrumb li:before {
  content: ' > ';
  color: #9b9764;
  font-weight: bold; }
#block-breadcrumbs .breadcrumb li:first-child:before {
  content: ''; }

article .field--name-body img {
  margin: 0 15px 15px 0; }
article .field--name-body .box img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center; }
article .field--name-body table tr td {
  padding: 10px;
  font-size: 14px; }
  article .field--name-body table tr td h4 {
    font-size: 16px;
    font-weight: bold; }

/*Yannick*/
.donate-sidebar {
  color: #FFF;
  background-color: #4A6666;
  padding: 1.5em;
  margin: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.donate-sidebar p {
  font-size: 1.33em;
  line-height: 1.22em; }

.link-text {
  font-size: .88em;
  margin-bottom: 1em;
  display: block; }

.member-callout {
  font-size: 1.05em;
  color: #00a0a7;
  font-weight: 600;}

.member-callout-btn {
  font-size: 14px;
    color: rgba(255,255,255,0.75);
    font-weight: bold;
    font-family: 'roboto condensed';
    background-color: #008384;
    border-radius: 3px;
    border: 1px solid #008384;
    margin-bottom: 10px;
    display: block;
    clear: right;
    padding: 3px 6px;
    float: right;
}
  
.column.sidebar {
  font-size: .88em; }

.simplenews-subscriber-form .form-item-message {
  display: inherit; }

/*Nhi*/
@media (max-width: 320px) {
  .conference-btn.row, .features-posts.row {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 767px) {
  .features-posts .post {
    min-height: inherit; } }
.features-posts .post {
  min-height: 276px; }

.hrb {
  border-bottom: 1px solid #8a8a8a;
  border-top: none; }

.features-posts .post p {
  font-size: 14px;
  line-height: 18px; }

article .field--name-body .announcements a,
.features-posts .post a {
  text-decoration: none;
  font-weight: bold; }

#block-adaa-branding {
  display: block; }

#block-professionalslogo {
  display: none;
  float: left;
  width: 50%; }

#block-rfpconference {
  display: none; }

#block-rfpmembership {
  display: none; }

#block-rfpquicklinks-2 {
  display: none; }

#block-followusprofessional {
  display: none; }

.page-node-type-professionals #block-rfpquicklinks-2,
.page-node-type-professionals #block-rfpmembership,
.page-node-type-professionals #block-rfpconference,
.page-node-type-professionals #block-professionalslogo,
.page-node-type-professionals #block-followusprofessional {
  display: block !important; }
.page-node-type-professionals #block-socialnetworkinglinks,
.page-node-type-professionals #block-views-block-faqs-block-1,
.page-node-type-professionals #block-pressroom,
.page-node-type-professionals #block-adaa-branding {
  display: none !important; }
.page-node-type-professionals #block-aboutadaa-2 {
  margin-top: 20px; }

.view.view-resources-disorders .views-row {
  display: block;
  overflow: hidden;
  clear: both; }
  .view.view-resources-disorders .views-row .media-image {
    float: left; }
  .view.view-resources-disorders .views-row img {
    margin-right: 15px; }
  .view.view-resources-disorders .views-row .views-field-view-node .fa-caret-right {
    font-size: 24px;
    position: relative;
    top: 3px; }

.field--name-field-quote {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 15px;
  color: #009fa6; }

.field--name-field-author {
  font-style: italic;
  margin-bottom: 15px; }

/* header */
#header {
  background: #ffffff;
  min-height: 90px; }
  #header .container {
    padding-top: 22px;
    padding-bottom: 22px; }

#block-sitebranding {
  display: inline-block;
  width: 235px; }

#block-member-login-buttons {
  float: right;
  width: 50%;
  text-align: right; }
  #block-member-login .link-btn {
    width: 202px;
    font-size: 16px;
    height: 40px; }

 #block-mobile-member-login-buttons {
  display: none;
 }

#block-searchform {
  float: right;
  padding-top: 8px; }

#block-adaa-search {
  float: right;
  padding-top: 8px;
  width: 50%; }

#block-adaa-branding {
  width: 50%;
  float: left; }

#search-block-form {
  float: right;
  background: #fff;
  width: 202px;
  position: relative; }
  #search-block-form .form-item,
  #search-block-form .form-actions {
    margin: 0; }
  #search-block-form .form-actions {
    float: right;
    position: relative;
    color: #454545; }
    #search-block-form .form-actions:before {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f002";
      right: 0;
      top: 7px;
      position: absolute;
      width: 30px;
      height: 30px;
      text-align: center;
      z-index: 1; }
  #search-block-form .form-submit {
    width: 28px;
    height: 24px;
    border: none;
    text-indent: -999em;
    margin: 2px 2px 0 0;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 2; }
  #search-block-form .form-search {
    margin: 0;
    border: none;
    padding: 5px 8px;
    border: 1px solid #ddd;
    font-size: 0.93em;
    width: 100%; }
  #search-block-form .form-actions {
    width: 28px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0; }

.search-icon {
  display: none; }

/* responsive menu */
.responsive-menu-button {
  display: none; }

/* menu default */
.btn-close {
  display: none; }

#main-menu-wrapper {
  display: none; }

@media (min-width: 992px) {
  #main-menu-tab .container {
    padding: 0; }
    #main-menu-tab .container #menu-tab {
      float: right;
      margin: 0; }
      #main-menu-tab .container #menu-tab li {
        display: block;
        float: left; }
        #main-menu-tab .container #menu-tab li a {
          font-size: 16px;
          text-transform: uppercase;
          font-family: 'Roboto Condensed';
          font-weight: bold;
          display: block; }
        #main-menu-tab .container #menu-tab li.consumers {
          background: none #acad2a;
          margin: 0 6px 0 0; }
          #main-menu-tab .container #menu-tab li.consumers a {
            padding: 10px 20px;
            color: white; }
        #main-menu-tab .container #menu-tab li.professionals {
          margin: 6px 0 0 0;
          background: none #008384; }
          #main-menu-tab .container #menu-tab li.professionals a {
            color: rgba(255, 255, 255, 0.75);
            padding: 7px 20px; }

  .page-node-type-professionals #main-menu-tab .container #menu-tab li.consumers {
    margin: 6px 6px 0 0; }
    .page-node-type-professionals #main-menu-tab .container #menu-tab li.consumers a {
      padding: 7px 20px;
      color: rgba(255, 255, 255, 0.75); }
  .page-node-type-professionals #main-menu-tab .container #menu-tab li.professionals {
    margin: 0; }
    .page-node-type-professionals #main-menu-tab .container #menu-tab li.professionals a {
      color: white;
      padding: 10px 20px; }

  .region-content .block-menu.menu--main, .region-content .block-menu.menu--professionals {
    display: none !important;
    opacity: 0 !important; }

  #block-mobilemenulinktop {
    display: none !important;
    opacity: 0 !important; }

  #block-professionals {
    display: none !important;
    opacity: 0 !important; }

  /*.page-node-type-webinar #block-adaa-main-menu,*/
  .page-node-type-professionals #block-adaa-main-menu {
    display: none !important;
    opacity: 0 !important; }

  .front #main-menu ul.menu > li:first-child a.is-active {
    color: #fff;
    background: #e09b0f; }

  #main-menu {
    display: block;
    background-color: #cac761;
    min-height: 42px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 5px solid #acad2a; }
    #main-menu #block-professionals ul.menu > li.menu-1 > a {
      padding: 15px 0;
      width: 254px;
      text-align: center; }
    #main-menu #block-professionals ul.menu > li.menu-2 > a {
      padding: 15px 0;
      width: 156px;
      text-align: center; }
    #main-menu #block-professionals ul.menu > li.menu-3 > a {
      padding: 15px 0;
      width: 232px;
      text-align: center; }
    #main-menu #block-professionals ul.menu > li.menu-4 > a {
      padding: 15px 0;
      width: 148px;
      text-align: center; }
    #main-menu #block-professionals ul.menu > li.menu-5 > a {
      padding: 15px 0;
      width: 128px;
      text-align: center;
      border-right: none !important; }
    #main-menu #block-professionals ul.menu > li.menu-6 {
      display: none !important; }
      #main-menu #block-professionals ul.menu > li.menu-6 > a {
        padding: 15px 0;
        width: 132px;
        text-align: center; }
    #main-menu #block-professionals ul.menu > li > a {
      padding: 15px 20px;
      background-color: #00a0a7;
      border-right: 1px solid #ffffff; }
    #main-menu #block-professionals ul.menu > li:last-child {
      background-color: #acad2a; }
      #main-menu #block-professionals ul.menu > li:last-child a {
        border-right: none;
        background-color: #cac761; }
        #main-menu #block-professionals ul.menu > li:last-child a:hover, #main-menu #block-professionals ul.menu > li:last-child a:focus {
          background-color: #cac761; }
    #main-menu #block-professionals ul.menu > li.menu-item--active-trail a {
      background-color: #008384;
      text-align: center; }
    #main-menu #block-professionals ul.menu > li:first-child {
      border-left: none; }
      #main-menu #block-professionals ul.menu > li:first-child > a {
        border-left: none;
        padding-left: 0; }
    #main-menu #block-professionals ul.menu > li ul.menu {
      background: none #00a0a7; }
      #main-menu #block-professionals ul.menu > li ul.menu > li > a {
        border-right: none; }
        #main-menu #block-professionals ul.menu > li ul.menu > li > a:hover, #main-menu #block-professionals ul.menu > li ul.menu > li > a:focus {
          background-color: #008384; }
      #main-menu #block-professionals ul.menu > li ul.menu > li:first-child > a {
        padding-left: 20px; }
      #main-menu #block-professionals ul.menu > li ul.menu > li:last-child {
        background-color: transparent; }
        #main-menu #block-professionals ul.menu > li ul.menu > li:last-child > a {
          background-color: transparent; }
          #main-menu #block-professionals ul.menu > li ul.menu > li:last-child > a:hover, #main-menu #block-professionals ul.menu > li ul.menu > li:last-child > a:focus {
            background-color: #008384; }
    #main-menu ul.menu {
      margin: 0;
      padding: 0;
      float: left; }
      #main-menu ul.menu > li {
        list-style-image: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block;
        float: left;
        border-left: none;
        position: relative; }
        #main-menu ul.menu > li.menu-1 > a {
          text-align: center; }
        #main-menu ul.menu > li.menu-2 > a {
          text-align: center; }
        #main-menu ul.menu > li.menu-3 > a {
          text-align: center; }
        #main-menu ul.menu > li.menu-4 > a {
          text-align: center; }
        #main-menu ul.menu > li.menu-5 > a {
          text-align: center;
          border-right: none !important; }
          #main-menu ul.menu > li.menu-6 > a {
            padding: 15px 25px;
            text-align: center; }
            #main-menu ul.menu > li.menu-7 > a {
              border-right: none !important;
            }
          #superfish-professionals span {
            display: none;
          }
        #main-menu ul.menu > li:last-child {
          background-color: #4a6666;
          padding-top: 5px;
          margin-top: -5px; }
          #main-menu ul.menu > li:last-child a {
            background-color: #009fa6;
            border-right: none; }
            #main-menu ul.menu > li:last-child a:hover, #main-menu ul.menu > li:last-child a:focus {
              background-color: #009fa6; }
        #main-menu ul.menu > li > a {
          color: #fff;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: bold;
          line-height: 18px;
          padding: 15px 20px;
          display: block;
          border-right: 1px solid #acad2a;
          font-family: 'Roboto Condensed';
          background-color: #cac761; }
          #main-menu ul.menu > li > a:hover, #main-menu ul.menu > li > a:focus {
            text-decoration: none;
            background-color: #acad2a; }
        #main-menu ul.menu > li.menu-item--expanded > a:after {
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          color: #fff;
          margin-left: 0;
          font-size: 15px;
          width: 0; }
        #main-menu ul.menu > li.menu-item--expanded ul.menu {
          padding: 0; }
          #main-menu ul.menu > li.menu-item--expanded ul.menu > li > a {
            border-left: none;
            padding: 10px 20px; }
            #main-menu ul.menu > li.menu-item--expanded ul.menu > li > a:hover, #main-menu ul.menu > li.menu-item--expanded ul.menu > li > a:focus {
              background-color: #8e8e23; }
          #main-menu ul.menu > li.menu-item--expanded ul.menu a {
            background-color: transparent; }
        #main-menu ul.menu > li.menu-item--active-trail > a {
          color: #fff;
          background: #acad2a;
          text-align: center; }
          #main-menu ul.menu > li.menu-item--active-trail > a:hover, #main-menu ul.menu > li.menu-item--active-trail > a:focus {
            color: #fff;
            background: #acad2a; }
        #main-menu ul.menu > li:first-child {
          border-left: none; }
          #main-menu ul.menu > li:first-child > a {
            border-left: none;}
      #main-menu ul.menu li ul.menu {
        position: absolute;
        left: 0;
        top: 40px;
        display: none;
        width: 260px;
        background-color: #aeae13;
        border: none;
        font-size: 13px;
        box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
        padding: 10px 20px;
        z-index: 999; }
        #main-menu ul.menu li ul.menu li {
          float: none;
          border-left: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          position: relative; }
          #main-menu ul.menu li ul.menu li:last-child {
            border-bottom: none;
            background-color: transparent; }
          #main-menu ul.menu li ul.menu li a {
            color: #fff;
            text-transform: none;
            padding: 10px 0;
            font-weight: normal; }
            #main-menu ul.menu li ul.menu li a:hover, #main-menu ul.menu li ul.menu li a:focus {
              color: #fff; }
          #main-menu ul.menu li ul.menu li > a.is-active, #main-menu ul.menu li ul.menu li.menu-item--active-trail > a {
            color: #fff;
            background-color: #8e8e23;
            text-align: left; }
            #main-menu ul.menu li ul.menu li > a.is-active:hover, #main-menu ul.menu li ul.menu li > a.is-active:focus, #main-menu ul.menu li ul.menu li.menu-item--active-trail > a:hover, #main-menu ul.menu li ul.menu li.menu-item--active-trail > a:focus {
              color: #fff;
              background-color: #8e8e23; }
          #main-menu ul.menu li ul.menu li ul.menu {
            left: 215px;
            top: 0; }
          #main-menu ul.menu li ul.menu li:hover > a, #main-menu ul.menu li ul.menu li:focus > a {
            color: #fff; }
      #main-menu ul.menu li:hover > a, #main-menu ul.menu li:focus > a {
        background-color: transparent; }
      #main-menu ul.menu li:hover > ul.menu, #main-menu ul.menu li:focus > ul.menu {
        display: block; }

  .page-node-type-professionals #main-menu {
    background-color: #00a0a7;
    border-top: 5px solid #008384; }

  /* tb mega menu*/ }
@media (max-width: 991px) {
  #main-menu-tab {
    display: none !important; }

  .region-content .block-menu.menu--main .menu {
    margin: 0;
    padding: 0 0 20px 0; }
    .region-content .block-menu.menu--main .menu li {
      padding: 8px 0;
      border-bottom: 1px solid #8a8a8a; }
      .region-content .block-menu.menu--main .menu li a {
        font-size: 16px;
        font-weight: bold; }
  .region-content .block-menu.menu--professionals .menu {
    margin: 0;
    padding: 0 0 20px 0; }
    .region-content .block-menu.menu--professionals .menu li {
      padding: 8px 0;
      border-bottom: 1px solid #8a8a8a; }
      .region-content .block-menu.menu--professionals .menu li a {
        font-size: 16px;
        font-weight: bold; }

  .region-sidebar-second .block-menu.menu--main, .region-sidebar-second .block-menu.menu--professionals {
    display: none !important;
    opacity: 0 !important; }

  #block-donatesidebar {
    border-top: 1px solid #8a8a8a;
    padding-top: 20px; }

  .region-sidebar-second .block-menu.menu--main {
    display: none !important;
    opacity: 0 !important; }

  #main-menu #block-adaa-main-menu > ul > li:nth-last-child(-n+3) a {
    color: #009fa6; }
    #main-menu #block-adaa-main-menu ul li:last-child a:hover {
      color: #0c426f; }
  #main-menu #block-adaa-main-menu ul li ul li:last-child a {
    color: #000000; }
    #main-menu #block-adaa-main-menu ul li ul li:last-child a:hover {
      color: #0c426f; }
  #main-menu #block-professionals ul li:last-child a {
    color: #acad2a; }
  #main-menu #block-professionals ul li a {
    color: #009fa6; }
    #main-menu #block-professionals ul li a:hover {
      color: #0c426f; } }
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-toggle {
    float: right; }
  #header .region-header {
    float: left; } }
#block-views-block-slideshow-block-1, #block-views-block-slideshow-block-2 {
  max-height: 350px; }

/* slideshow */
@media (min-width: 992px) {
  .container {
    width: 918px !important; } }
#slideshow {
  background: #EBEBEB; }
  #slideshow .views-row {
    padding-bottom: 0;
    position: relative;
    border-bottom: none;
    margin-bottom: 0; }
  #slideshow .views-field {
    margin-bottom: 0; }
  #slideshow .slideshow {
    position: relative; }
  #slideshow .views-content-inner {
    position: absolute;
    top: 165px;
    z-index: 110;
    padding: 0;
    background: none transparent;
    max-width: 420px;
    color: #000000;
    margin: 10px 20px;
    right: 0; }
    #slideshow .views-content-inner a {
      color: #9b9764;
      font-size: 20px;
      font-weight: bold;
      display: block;
      line-height: 1.3; }
    #slideshow .views-content-inner .views-field-view-node {
      font-style: normal; }
      #slideshow .views-content-inner .views-field-view-node a {
        font-size: 16px;
        margin-top: 5px; }
    #slideshow .views-content-inner p {
      margin-bottom: 0; }
    #slideshow .views-content-inner .views-field-field-link a {
      font-size: 16px;
      padding-top: 20px; }
      #slideshow .views-content-inner .views-field-field-link a:hover {
        color: #47928D; }
  #slideshow .views-field-field-slideshow {
    position: relative; }
    #slideshow .views-field-field-slideshow a {
      display: block; }
  #slideshow .flex-direction-nav {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 300px;
    right: 20px;
    z-index: 11; }
    #slideshow .flex-direction-nav li {
      list-style: none;
      display: inline;
      margin-right: 1px; }
    #slideshow .flex-direction-nav .flex-prev,
    #slideshow .flex-direction-nav .flex-next {
      width: 30px;
      height: 30px;
      text-indent: -999em;
      display: inline-block;
      background: none #AEAE13;
      color: #ffffff;
      position: relative; }
      #slideshow .flex-direction-nav .flex-prev:before,
      #slideshow .flex-direction-nav .flex-next:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        text-indent: 0;
        position: absolute;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -1px;
        left: 0; }
      #slideshow .flex-direction-nav .flex-prev:hover, #slideshow .flex-direction-nav .flex-prev:focus,
      #slideshow .flex-direction-nav .flex-next:hover,
      #slideshow .flex-direction-nav .flex-next:focus {
        text-decoration: none;
        background: rgba(224, 155, 15, 0.9);
        color: #fbd891; }
    #slideshow .flex-direction-nav .flex-prev:before {
      content: "\f104"; }
    #slideshow .flex-direction-nav .flex-next:before {
      content: "\f105"; }
  #slideshow .views-slideshow-controls-text-previous {
    width: 30px;
    height: 30px;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 1px;
    color: #999; }
    #slideshow .views-slideshow-controls-text-previous:before {
      content: "\f104";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 100%; }
    #slideshow .views-slideshow-controls-text-previous a {
      display: none; }
    #slideshow .views-slideshow-controls-text-previous:hover, #slideshow .views-slideshow-controls-text-previous:focus {
      text-decoration: none;
      background: rgba(224, 155, 15, 0.9);
      color: #fbd891; }
  #slideshow .views-slideshow-controls-text-next {
    width: 30px;
    height: 30px;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    float: left;
    text-align: center;
    color: #999; }
    #slideshow .views-slideshow-controls-text-next:before {
      content: "\f105";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 100%; }
    #slideshow .views-slideshow-controls-text-next a {
      display: none; }
    #slideshow .views-slideshow-controls-text-next:hover, #slideshow .views-slideshow-controls-text-next:focus {
      text-decoration: none;
      background: rgba(224, 155, 15, 0.9);
      color: #fbd891; }

/* panel first */
#panel-first {
  background: #4a6666; }
  #panel-first .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  #panel-first p {
    margin: 0; }
  #panel-first .btn-1 {
    font-size: 20px;
    padding: 8px 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #aeae13;
    font-family: 'Roboto Condensed';
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  #panel-first .intro {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: none;
    display: inline-block;
    padding-top: 6px;
    font-family: "Roboto Condensed"; }
  #panel-first .field-name-body {
    margin-bottom: 0; }
  #panel-first .field {
    margin-bottom: 0; }

/* panel second */
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none; }

#panel-second {
  background: none;
  margin: 0; }
  #panel-second h2 {
    margin-bottom: 20px; }
  #panel-second .views-field-field-image,
  #panel-second .views-field-user-picture {
    margin-bottom: 20px; }
  #panel-second .views-row {
    padding-bottom: 0; }
  #panel-second .container {
    border-bottom: 1px solid #ddd; }
  #panel-second .views-field-title,
  #panel-second .views-field-name {
    font-size: 1.143em;
    font-family: "open_sansregular";
    margin-bottom: 10px; }
  #panel-second .views-field-view-node,
  #panel-second .views-field-view-user {
    margin-bottom: 0; }

.views-field-view-node,
.views-field-view-user {
  font-style: italic; }

/* panel fourth */
#panel-fourth {
  margin: 0;
  background: #e0e0e0; }

.contact-info i {
  margin-right: 5px; }

.block-simplenews .form-text,
.block-simplenews .form-email {
  padding: 8px;
  width: 95%;
  border: 1px solid #bdbcbc; }
  .block-simplenews .form-text::-webkit-input-placeholder,
  .block-simplenews .form-email::-webkit-input-placeholder {
    color: #333; }
  .block-simplenews .form-text:-moz-placeholder,
  .block-simplenews .form-email:-moz-placeholder {
    /* older Firefox*/
    color: #333;
    opacity: 1; }
  .block-simplenews .form-text::-moz-placeholder,
  .block-simplenews .form-email::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1; }
  .block-simplenews .form-text:-ms-input-placeholder,
  .block-simplenews .form-email:-ms-input-placeholder {
    color: #333; }
.block-simplenews .form-submit {
  background: #0c426f;
  color: #fff;
  padding: 7px 15px;
  cursor: pointer;
  text-transform: uppercase;
  border: none; }
  .block-simplenews .form-submit:hover, .block-simplenews .form-submit:focus {
    background: #e09b0f; }
.block-simplenews .description {
  margin-top: 5px; }
.block-simplenews #newsletter-error {
  color: #8C2E0B;
  font-size: 12px;
  margin-bottom: 10px;
  display: none; }
.block-simplenews .ajax-progress {
  padding-top: 5px; }

/* panel fifth */
.socialnetworkinglinks {
  min-width: 280px; }
  .socialnetworkinglinks.social-professional a {
    background-image: url("../images/sm-professional.png"); }
  .socialnetworkinglinks a {
    width: 33px;
    height: 33px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    background-image: url("../images/sm-consumer.png");
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: 999999px; }
    .socialnetworkinglinks a .facebook {
      background-position: 0; }
    .socialnetworkinglinks a.twitter {
      background-position: -38px 0; }
    .socialnetworkinglinks a.feed {
      background-position: -76px 0; }
    .socialnetworkinglinks a.youtube {
      background-position: -76px 0; }
    .socialnetworkinglinks a.linkedin {
      background-position: -114px 0; }
    .socialnetworkinglinks a.pinterest {
      background-position: -152px 0; }
    .socialnetworkinglinks a.psychwire {
      width: 90px;
      background-position: -190px 0;
      margin-right: 0; }
    .socialnetworkinglinks a.adaalink {
      background-position: -190px 0;
      margin-right: 0; }

#footer-columns {
  margin: 0;
  background: #edebe5;
  color: #000000;
  border-bottom: 1px solid #edebe5; }
  #footer-columns #block-conference {
    margin-top: 30px; }
  #footer-columns #block-followusprofessional,
  #footer-columns #block-socialnetworkinglinks {
    margin-top: 30px; }
  #block-gtranslate {
    margin-top: 70px;
  }
  #footer-columns h2 {
    color: #3893a5;
    margin-bottom: 7px;
    font-size: 16px;
    text-transform: none;
    font-weight: bold; }
  #footer-columns ul.menu {
    margin: 0;
    padding: 0; }
    #footer-columns ul.menu li {
      list-style-image: none;
      list-style-type: none;
      padding: 0;
      margin: 0 0 0;
      position: relative;
      color: #9b9764; }
      #footer-columns ul.menu li a {
        color: #9b9764; }
      #footer-columns ul.menu li:hover a, #footer-columns ul.menu li:focus a {
        color: #47928D; }
  #footer-columns .item-list ul {
    margin: 0; }
    #footer-columns .item-list ul li {
      padding: 0 0 10px;
      margin: 0 0 10px;
      list-style: none;
      border-bottom: 1px solid #2f608a; }
      #footer-columns .item-list ul li a {
        color: #6991b7; }
        #footer-columns .item-list ul li a:hover, #footer-columns .item-list ul li a:focus {
          color: #fff; }
      #footer-columns .item-list ul li span.views-field-changed {
        display: block;
        font-style: italic;
        color: #97c0e7;
        padding-top: 3px;
        font-size: 12px;
        margin-bottom: 0; }
      #footer-columns .item-list ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
  #footer-columns .view-photo-stream .views-row,
  #footer-columns .photo-list .views-row {
    border-bottom: none;
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    #footer-columns .view-photo-stream .views-row .views-field-type-image,
    #footer-columns .photo-list .views-row .views-field-type-image {
      margin-bottom: 0; }
  #footer-columns .view-photo-stream .grid,
  #footer-columns .photo-list .grid {
    margin-bottom: 10px; }
  #footer-columns .view-photo-stream .grid-inner,
  #footer-columns .photo-list .grid-inner {
    padding: 0 5px; }
  #footer-columns .view-photo-stream .views-field-field-galleries img,
  #footer-columns .photo-list .views-field-field-galleries img {
    display: block; }
  #footer-columns .view-photo-stream a,
  #footer-columns .photo-list a {
    padding: 4px;
    border: 1px solid #2f608a;
    display: block; }
    #footer-columns .view-photo-stream a:hover, #footer-columns .view-photo-stream a:focus,
    #footer-columns .photo-list a:hover,
    #footer-columns .photo-list a:focus {
      border-color: #4a7da8; }
  #footer-columns .view-photo-stream .views-field,
  #footer-columns .photo-list .views-field {
    margin-bottom: 0; }
  #footer-columns #newsletter-subscribe-form .form-submit {
    background-color: #e09b0f; }

#block-aboutus .field--name-field-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 5px; }

/* main */
.products-list .views-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .products-list .views-row:before, .products-list .views-row:after {
    display: table;
    content: " "; }
  .products-list .views-row:after {
    clear: both; }
  .products-list .views-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
.products-list .views-field-field-image {
  display: block;
  float: left;
  margin: 0 15px 10px 0; }
.products-list .views-row-last {
  border-bottom: none;
  margin-bottom: 0; }
.products-list .views-field-title {
  font-size: 16px;
  margin-bottom: 5px; }
.products-list .views-field-created {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px; }

#main-wrapper {
  margin-bottom: 30px; }

.sidebar {
  /* tags */
  /* blog */ }
  .sidebar .view-our-members .views-row,
  .sidebar .our-members-list .views-row {
    margin-bottom: 20px;
    border: none;
    padding-bottom: 0;
    overflow: hidden; }
    .sidebar .view-our-members .views-row:last-child,
    .sidebar .our-members-list .views-row:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .sidebar .view-our-members .views-field-picture,
  .sidebar .view-our-members .views-field-user-picture,
  .sidebar .our-members-list .views-field-picture,
  .sidebar .our-members-list .views-field-user-picture {
    float: left;
    margin: 0 15px 0 0;
    width: auto;
    max-width: 80px; }
  .sidebar .view-our-members .views-row-last,
  .sidebar .our-members-list .views-row-last {
    border-bottom: none;
    padding-bottom: 0; }
  .sidebar .view-our-members .views-field-name,
  .sidebar .our-members-list .views-field-name {
    font-size: 16px;
    margin-bottom: 5px; }
  .sidebar .view-our-members .views-field-field-position,
  .sidebar .our-members-list .views-field-field-position {
    color: #666;
    font-size: 0.93em; }
    .sidebar .view-our-members .views-field-field-position a,
    .sidebar .our-members-list .views-field-field-position a {
      color: #666; }
  .sidebar .ads-slide-list .slideshow {
    border: 1px solid #ddd;
    padding: 2px; }
  .sidebar .ads-slide-list .flex-direction-nav {
    display: none; }
  .sidebar .ads-slide-list .views-row {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    position: relative; }
  .sidebar .ads-slide-list .views-field {
    margin: 0; }
  .sidebar .ads-slide-list .views-field-field-image {
    float: none;
    margin: 0; }
    .sidebar .ads-slide-list .views-field-field-image img {
      display: block; }
  .sidebar .ads-slide-list .views-field-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%; }
    .sidebar .ads-slide-list .views-field-title a {
      display: block;
      padding: 8px;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      margin: 0; }
  .sidebar .tag-in-tags .item-list li {
    padding: 0;
    margin: 0 10px 5px 0; }
  .sidebar .tag-in-tags .item-list .views-field {
    margin-bottom: 0; }
  .sidebar .tag-in-tags .item-list a {
    display: inline-block;
    background: #eee;
    padding: 5px 8px;
    line-height: 1.1; }
  .sidebar .blog-list .views-field-field-image,
  .sidebar .blog-list .views-field-type-image,
  .sidebar .blog-list .views-field-field-galleries,
  .sidebar .related-project .views-field-field-image,
  .sidebar .related-project .views-field-type-image,
  .sidebar .related-project .views-field-field-galleries {
    margin-right: 20px;
    margin-bottom: 5px;
    float: left; }
  .sidebar .blog-list .views-row,
  .sidebar .related-project .views-row {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px; }
  .sidebar .blog-list .views-field-title,
  .sidebar .related-project .views-field-title {
    text-transform: none;
    font-size: 14px;
    font-weight: none;
    font-family: "Arimo"; }
    .sidebar .blog-list .views-field-title a,
    .sidebar .related-project .views-field-title a {
      color: #333; }
      .sidebar .blog-list .views-field-title a:hover, .sidebar .blog-list .views-field-title a:focus,
      .sidebar .related-project .views-field-title a:hover,
      .sidebar .related-project .views-field-title a:focus {
        color: #0c426f; }

.sidebar h2,
.menu-list h2 {
  margin-bottom: 20px; }
.sidebar .item-list li,
.menu-list .item-list li {
  padding: 0 0 10px;
  margin: 0;
  list-style: none;
  position: relative; }
  .sidebar .item-list li a,
  .menu-list .item-list li a {
    color: #000; }
    .sidebar .item-list li a:hover, .sidebar .item-list li a:focus,
    .menu-list .item-list li a:hover,
    .menu-list .item-list li a:focus {
      color: #e09b0f; }
.sidebar .item-list li.views-row,
.menu-list .item-list li.views-row {
  padding-left: 0; }
  .sidebar .item-list li.views-row:before,
  .menu-list .item-list li.views-row:before {
    content: ''; }
  .sidebar .item-list li.views-row .views-field-title,
  .menu-list .item-list li.views-row .views-field-title {
    font-size: 16px; }
.sidebar .service-list .item-list .views-row .views-field,
.menu-list .service-list .item-list .views-row .views-field {
  margin-bottom: 0; }
.sidebar .block,
.menu-list .block {
  margin-bottom: 30px; }
  .sidebar .block:last-child,
  .menu-list .block:last-child {
    margin-bottom: 0; }
.sidebar div.views-row,
.menu-list div.views-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px; }
  .sidebar div.views-row:after,
  .menu-list div.views-row:after {
    content: '';
    clear: both;
    display: table; }
  .sidebar div.views-row a,
  .menu-list div.views-row a {
    color: #9b9764; }
.sidebar div.views-row-last,
.menu-list div.views-row-last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }
.sidebar .views-field-title,
.menu-list .views-field-title {
  margin-bottom: 5px; }
.sidebar .views-field-type-image,
.sidebar .views-field-field-image,
.menu-list .views-field-type-image,
.menu-list .views-field-field-image {
  float: left;
  margin: 0 15px 5px 0; }
.sidebar .views-field-created,
.menu-list .views-field-created {
  font-size: 12px;
  color: #666; }
.sidebar .quicktabs-tabs,
.menu-list .quicktabs-tabs {
  background: #ddd;
  margin-bottom: 15px;
  padding-left: 5px; }
  .sidebar .quicktabs-tabs li,
  .menu-list .quicktabs-tabs li {
    padding: 0;
    margin: 0; }
    .sidebar .quicktabs-tabs li:before,
    .menu-list .quicktabs-tabs li:before {
      content: '';
      margin: 0;
      padding: 0; }
    .sidebar .quicktabs-tabs li a,
    .menu-list .quicktabs-tabs li a {
      display: inline-block;
      padding: 10px 10px; }
  .sidebar .quicktabs-tabs .active a,
  .menu-list .quicktabs-tabs .active a {
    background: #fff;
    border-top: 5px solid #e09b0f;
    padding-top: 15px;
    margin-top: -5px; }
.sidebar ul.menu,
.menu-list ul.menu {
  padding-left: 0; }
  .sidebar ul.menu li.leaf,
  .menu-list ul.menu li.leaf {
    list-style-image: none;
    list-style-type: none; }
  .sidebar ul.menu li,
  .menu-list ul.menu li {
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 1px solid #ddd; }
.sidebar .flexslider,
.menu-list .flexslider {
  margin: 0 0 55px;
  background: #ddd; }
  .sidebar .flexslider:before,
  .menu-list .flexslider:before {
    background: none; }
  .sidebar .flexslider .views-field-nothing a,
  .menu-list .flexslider .views-field-nothing a {
    margin: 0; }
.sidebar .photo-list div.views-row,
.menu-list .photo-list div.views-row {
  border-bottom: none;
  padding-bottom: 0; }
.sidebar #search-block-form .form-item,
.sidebar #search-block-form .form-actions,
.menu-list #search-block-form .form-item,
.menu-list #search-block-form .form-actions {
  float: none;
  display: block; }
.sidebar #search-block-form .form-text,
.menu-list #search-block-form .form-text {
  width: 98%; }
.sidebar ul,
.menu-list ul {
  margin: 0; }

/* footer */
#footer-top {
  color: #9b9764; }
  #footer-top .col-md-5 {
    padding: 30px 0; }

#footer {
  background: #979781;
  color: #ffffff;
  border-top: 1px solid #979781;
  font-size: 16px;
  font-family: Arimo; }
  #footer .container {
    padding-top: 25px;
    padding-bottom: 25px; }
  #footer .region-footer:before, #footer .region-footer:after {
    display: table;
    content: " "; }
  #footer .region-footer:after {
    clear: both; }
  #footer .block {
    float: left; }
  #footer .block-menu {
    float: right; }
    #footer .block-menu ul.menu {
      margin: 0;
      padding: 0; }
      #footer .block-menu ul.menu li {
        display: inline-block;
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0 0 0 10px;
        border-left: 1px solid #6991b7;
        line-height: 100%; }
        #footer .block-menu ul.menu li a {
          color: #6991b7; }
          #footer .block-menu ul.menu li a:hover, #footer .block-menu ul.menu li a:focus {
            color: #fff; }
          #footer .block-menu ul.menu li a.is-active {
            color: #fff; }
        #footer .block-menu ul.menu li:first-child {
          border-left: none;
          padding-left: 0;
          margin-left: 0; }
  #footer a {
    color: #fff; }
    #footer a:hover, #footer a:focus {
      color: #fff; }
  #footer p {
    margin: 0; }
  #footer .field-name-body {
    margin-bottom: 0; }
  #footer .text-formatted {
    margin-bottom: 0; }

/* panel third */
#panel-third {
  margin-bottom: 30px; }
  #panel-third h2 {
    margin-bottom: 29px; }
  #panel-third .container {
    border-top: 1px solid #ddd;
    padding-top: 30px; }

.partners-list {
  position: relative;
  overflow: hidden;
  padding-top: 52px;
  margin-top: -52px; }
  .partners-list .view-content {
    margin-left: -25px; }
  .partners-list .owl-item > div {
    padding-left: 25px;
    float: none; }
  .partners-list .views-field-field-image {
    padding: 2px;
    border: 1px solid #dddddd;
    margin-bottom: 0; }
    .partners-list .views-field-field-image:hover, .partners-list .views-field-field-image:focus {
      border-color: #bbbbbb; }
    .partners-list .views-field-field-image img {
      display: block; }
  .partners-list .owl-buttons {
    position: absolute;
    right: 0;
    top: -52px; }
    .partners-list .owl-buttons > div {
      display: inline-block;
      margin: 0 0 0 5px;
      background: #ddd;
      color: #000;
      width: 30px;
      height: 30px;
      border-radius: 0;
      text-indent: -999em;
      overflow: hidden;
      position: relative;
      opacity: 1;
      text-align: center; }
      .partners-list .owl-buttons > div:hover, .partners-list .owl-buttons > div:focus {
        background: #e09b0f;
        color: #fff; }
      .partners-list .owl-buttons > div:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 30px;
        text-indent: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        font-size: 20px; }
    .partners-list .owl-buttons .owl-next:before {
      content: "\f105";
      text-indent: 1px; }
    .partners-list .owl-buttons .owl-prev:before {
      content: "\f104"; }

.service-list .views-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }
.service-list .views-row a {
  color: #000000; }
  .service-list .views-row a:hover, .service-list .views-row a:focus {
    color: #e09b0f; }

/* breadcrumb */
#breadcrumb {
  background: #0c426f;
  border-bottom: 1px solid #072848;
  border-top: 1px solid #1b548b; }
  #breadcrumb .container {
    padding-top: 10px;
    padding-bottom: 10px; }
  #breadcrumb .breadcrumb {
    background: none;
    margin: 0; }
    #breadcrumb .breadcrumb li:before {
      color: #6991b7; }
    #breadcrumb .breadcrumb a {
      color: #6991b7; }
      #breadcrumb .breadcrumb a:hover, #breadcrumb .breadcrumb a:focus {
        color: #fff; }

/* */
.testimonials-slide .flexslider {
  box-shadow: none;
  border: none;
  position: relative; }
  .testimonials-slide .flexslider .views-row {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0; }
    .testimonials-slide .flexslider .views-row:before, .testimonials-slide .flexslider .views-row:after {
      display: table;
      content: " "; }
    .testimonials-slide .flexslider .views-row:after {
      clear: both; }
  .testimonials-slide .flexslider .views-field-user-picture,
  .testimonials-slide .flexslider .views-field-nothing {
    margin: 0 40px 0 0;
    width: 100px;
    float: left;
    text-align: center;
    color: #666; }
    .testimonials-slide .flexslider .views-field-user-picture img,
    .testimonials-slide .flexslider .views-field-nothing img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      width: auto;
      margin: 0 auto 10px; }
    .testimonials-slide .flexslider .views-field-user-picture .views-field-name,
    .testimonials-slide .flexslider .views-field-user-picture a,
    .testimonials-slide .flexslider .views-field-nothing .views-field-name,
    .testimonials-slide .flexslider .views-field-nothing a {
      margin: 10px 0 5px;
      font-size: 14px;
      display: block;
      font-style: normal; }
    .testimonials-slide .flexslider .views-field-user-picture .user-position,
    .testimonials-slide .flexslider .views-field-nothing .user-position {
      color: #999;
      font-size: 0.93em; }
      .testimonials-slide .flexslider .views-field-user-picture .user-position a,
      .testimonials-slide .flexslider .views-field-nothing .user-position a {
        color: #999; }
    .testimonials-slide .flexslider .views-field-user-picture a,
    .testimonials-slide .flexslider .views-field-nothing a {
      margin: 0; }
  .testimonials-slide .flexslider .views-field-body {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    position: relative;
    max-width: 430px; }
    .testimonials-slide .flexslider .views-field-body:before {
      background: transparent url("../images/sprites.png") no-repeat scroll 0 0;
      content: " ";
      display: block;
      height: 16px;
      left: -25px;
      position: absolute;
      top: 15px;
      width: 25px;
      z-index: 2; }
.testimonials-slide .flex-control-paging {
  position: absolute;
  bottom: -25px;
  padding-left: 0;
  margin-bottom: 0;
  width: 430px;
  left: 140px;
  text-align: center; }
  .testimonials-slide .flex-control-paging li {
    list-style: none;
    display: inline-block; }
  .testimonials-slide .flex-control-paging a {
    width: 8px;
    height: 8px;
    background: #969595;
    text-indent: -999em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block; }
  .testimonials-slide .flex-control-paging .flex-active {
    background: #0c426f; }
  .testimonials-slide .flex-control-paging li {
    margin: 0 4px; }
.testimonials-slide .flex-direction-nav {
  display: none; }

.logo-2 {
  margin: 0 10px 5px;
  float: left; }

/* socials */
.social-wrap h3 {
  font-size: 13px;
  float: left;
  margin: 6px 10px 0 0;
  text-transform: none; }
.social-wrap .social-list {
  margin: 0; }
  .social-wrap .social-list li {
    padding: 0;
    margin: 0 1px 0 0; }
    .social-wrap .social-list li a {
      display: inline-block;
      background: #7e7e7e;
      color: #fff;
      width: 23px;
      height: 23px;
      text-align: center;
      line-height: 23px; }
      .social-wrap .social-list li a:hover, .social-wrap .social-list li a:focus {
        background: #e09b0f; }
    .social-wrap .social-list li i {
      margin: 0; }

.custom-block img {
  margin: 0 0 15px; }

/* title */
#title-wrapper {
  background: #e0e0e0; }
  #title-wrapper .container {
    padding: 30px 0; }
    #title-wrapper .container h1 {
      margin: 0;
      font-size: 1.786em; }

.submitted {
  color: #666;
  font-size: 12px;
  margin-bottom: 20px; }

#block-ourlocation {
  clear: both; }

.frontpage-content .views-field {
  margin-bottom: 0; }
.frontpage-content .views-row {
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .frontpage-content .views-row:before, .frontpage-content .views-row:after {
    display: table;
    content: " "; }
  .frontpage-content .views-row:after {
    clear: both; }
  .frontpage-content .views-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.frontpage-content .views-field-field-image {
  float: left; }
  .frontpage-content .views-field-field-image a {
    max-height: 170px;
    overflow: hidden;
    display: block; }
    .frontpage-content .views-field-field-image a img {
      margin-right: 15px; }
.frontpage-content .main-content-inner .views-field-title {
  display: block;
  font-size: 1.143em;
  margin-bottom: 3px;
  font-family: "open_sansregular"; }
.frontpage-content .main-content-inner .views-field-created {
  color: #666666;
  font-size: 12px;
  margin-bottom: 15px;
  display: block; }
.frontpage-content .main-content-inner p {
  margin-bottom: 15px; }
.frontpage-content .main-content-inner .views-more {
  font-style: italic; }

/*** feed-icons */
.feed-icons {
  display: none; }

/* highlighted */
#highlighted .container {
  padding-top: 0;
  padding-bottom: 0; }
#highlighted .messages {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 10px; }

.user-register-form .form-type-managed-file {
  display: none; }
.user-register-form #edit-timezone {
  display: none; }
.user-register-form .field--widget-link-default,
.user-register-form .field--name-field-gender,
.user-register-form .field--name-field-position,
.user-register-form .field--name-field-phone,
.user-register-form .field--name-field-bio {
  display: none; }

/* vertical-tabs */
.vertical-tabs {
  margin-left: 0; }
  .vertical-tabs .vertical-tabs__menu {
    float: none;
    margin: 0;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #ccc; }
  .vertical-tabs .vertical-tabs__menu-item {
    border: none; }

.node-preview-container {
  position: static;
  padding-left: 0;
  padding-right: 0; }
  .node-preview-container .form-item-view-mode {
    display: none; }
  .node-preview-container .node-preview-form-select {
    width: 1170px;
    margin: 0 auto; }

.block-user-login-block .form-item-name label {
  min-width: 100px; }
.block-user-login-block .form-text {
  width: 100%; }
.block-user-login-block .form-actions {
  padding-left: 0;
  margin-bottom: 0; }
.block-user-login-block .form-item {
  margin-bottom: 20px; }

.menu--account ul.menu {
  margin-left: 0; }

.sidebar .block-user-login-block .item-list li {
  padding: 5px 0; }

.view-news-and-updates .view-footer {
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  margin: 30px 0;
  padding: 10px 0; }
  .view-news-and-updates .view-footer a {
    font-size: 16px;
    font-weight: bold;
    color: #9b9764; }

.view-online-poll .vote-form {
  margin-bottom: 0; }
.view-online-poll .poll-question {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  font-family: Arimo; }
.view-online-poll legend {
  display: none !important;
  opacity: 0 !important; }
.view-online-poll .form-actions {
  margin-bottom: 0; }
  .view-online-poll .form-actions .form-submit {
    width: 100%;
    background-color: #009fa6;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Roboto Condensed"; }
    .view-online-poll .form-actions .form-submit:hover, .view-online-poll .form-actions .form-submit:focus {
      background-color: #008384;
      color: #ffffff; }

.simplenews-subscriber-form {
  display: block;
  overflow: hidden; }
  .simplenews-subscriber-form .form-item-message {
    display: none; }
  .simplenews-subscriber-form .field--name-mail {
    width: 80%;
    float: left; }
    .simplenews-subscriber-form .field--name-mail .form-item {
      margin: 0; }
      .simplenews-subscriber-form .field--name-mail .form-item .description,
      .simplenews-subscriber-form .field--name-mail .form-item label {
        display: none; }
      .simplenews-subscriber-form .field--name-mail .form-item .form-email {
        padding: 8px;
        width: 100%; }
  .simplenews-subscriber-form .form-actions {
    width: 15%;
    float: left;
    margin: 0 0 0 5%; }
    .simplenews-subscriber-form .form-actions .form-submit {
      background: #008384;
      color: #fff;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      border-radius: 3px;
      float: left;
      font-size: 20px;
      width: 100%;
      text-indent: 999999px;
      height: 39px; }

.region-content .simplenews-subscriber-form .field--name-mail {
  width: 65%; }
.region-content .simplenews-subscriber-form .form-actions {
  width: 30%; }

#block-professionalsjournal .row p {
  max-height: 130px;
  overflow: hidden; }

#block-sharethis {
  display: block;
  margin: 20px 0; }
  #block-sharethis .social-share a {
    text-decoration: none;
    display: block;
    float: left;
    min-width: 120px; }
    #block-sharethis .social-share a i {
      font-size: 24px;
      color: #2d8a3a;
      display: block;
      float: left;
      margin-right: 5px; }
    #block-sharethis .social-share a span {
      color: #9A9736;
      display: block;
      padding: 3px 0 0; }

#block-views-block-professionals-header-block-1,
#block-professionalsslideshow {
  background-color: #fff;
  border-top: 1px solid #ffffff;
  display: block;
  overflow: hidden;
  clear: both; }
  #block-views-block-professionals-header-block-1 .nopadding,
  #block-professionalsslideshow .nopadding {
    padding: 0 1px 1px 0;
    position: relative; }
    #block-views-block-professionals-header-block-1 .nopadding .box,
    #block-professionalsslideshow .nopadding .box {
      position: relative; }
      #block-views-block-professionals-header-block-1 .nopadding .box .hover-state,
      #block-professionalsslideshow .nopadding .box .hover-state {
        margin-bottom: 0; }
    #block-views-block-professionals-header-block-1 .nopadding .name,
    #block-professionalsslideshow .nopadding .name {
      background-color: #505050;
      position: absolute;
      left: 0;
      bottom: 14px;
      color: #fff;
      padding: 6px 9px;
      font-size: 13px; }
    #block-views-block-professionals-header-block-1 .nopadding:last-child,
    #block-professionalsslideshow .nopadding:last-child {
      padding: 0; }
    #block-views-block-professionals-header-block-1 .nopadding:first-child .name,
    #block-professionalsslideshow .nopadding:first-child .name {
      bottom: 38px; }
    #block-views-block-professionals-header-block-1 .nopadding .hover-state,
    #block-professionalsslideshow .nopadding .hover-state {
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 111;
      background: none transparent;
      position: absolute;
      padding: 0 1px 0 0;
      display: none;
      max-height: 100%;
      overflow: hidden;
      margin-bottom: 1px; }
      #block-views-block-professionals-header-block-1 .nopadding .hover-state blockquote,
      #block-professionalsslideshow .nopadding .hover-state blockquote {
        height: 100%;
        padding: 20px;
        background-color: #196aa5;
        margin: 0;
        border-left: none; }
        #block-views-block-professionals-header-block-1 .nopadding .hover-state blockquote a,
        #block-professionalsslideshow .nopadding .hover-state blockquote a {
          color: #fff;
          height: 100%;
          display: block; }
    #block-views-block-professionals-header-block-1 .nopadding .membership-area,
    #block-professionalsslideshow .nopadding .membership-area {
      padding: 0;
      display: block;
      overflow: visible;
      background-color: transparent;
      position: relative; }
      #block-views-block-professionals-header-block-1 .nopadding .membership-area img,
      #block-professionalsslideshow .nopadding .membership-area img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0; }
      #block-views-block-professionals-header-block-1 .nopadding .membership-area .holder,
      #block-professionalsslideshow .nopadding .membership-area .holder {
        padding: 25px 20px;
        display: block;
        overflow: hidden;
        position: relative; }
    #block-views-block-professionals-header-block-1 .nopadding img,
    #block-professionalsslideshow .nopadding img {
      max-width: 100%; }
  #block-views-block-professionals-header-block-1 .col2 .parent-top,
  #block-professionalsslideshow .col2 .parent-top {
    max-height: 190px; }

#main #block-professionalsjournal,
#main .simplenews-subscriber-form {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8a8a8a; }

.btn-angle-right {
  font-family: FontAwesome !important;
  font-size: 28px !important; }

article .field--name-body a:focus,
#footer-columns .block a:focus,
#block-understandingthefacts a:focus,
#block-views-block-blog-post-block-1 a:focus,
article .field--name-body a:hover,
#footer-columns .block a:hover,
#block-understandingthefacts a:hover,
#block-views-block-blog-post-block-1 a:hover {
  color: #47928D !important; }

article .field--name-body a.link-btn:focus,
article .field--name-body a.link-btn:hover {
  color: #ffffff !important; }

article .field--name-body a.link-btn.color3:hover {
  background-color: #2b61b3; }

#custom-taxonomy-link-form label {
  margin-bottom: 15px; }
#custom-taxonomy-link-form select {
  width: 100%; }

.page-node-type-news .region-content .field--name-body img {
  float: left !important;
  margin: 0 15px 10px 0; }

.page-node-type-professionals #block-adaa-page-title h1 {
  margin-top: 20px; }

.no-pading-left {
  padding-left: 0; }

.no-pading-right {
  padding-right: 0; }

article .field--name-body a.link-btn {
  color: #ffffff;
  text-decoration: none;
  padding: 20px 0; }

article .field--name-body .new-members {
  border-top: 0px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  padding: 20px 0;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }

article .field--name-body .new-members .box {
  width: 25%;
  float: left;
  font-size: 12px;
  margin: 0 auto;
  text-align: center; }

.field--name-body a.row-title {
  font-size: 16px;
  font-weight: bold; }

.field--name-body a.row-readmore {
  font-weight: bold; }

#block-membershipcategories,
#block-benefitsormembership {
  border-bottom: 0px solid #8a8a8a;
  border-top: 1px solid #8a8a8a;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 0;}

.author-intro {
  font-weight: bold;
  color: #3893a5; }

.author-name {
  font-weight: bold;
  font-size: 16px; }

#block-views-block-blog-post-block-2 article h2 {
  margin: 0 !important; }
#block-views-block-blog-post-block-2 article .field--name-field-author {
  margin: 0 0 15px; }
#block-views-block-blog-post-block-2 article .node__links a {
  background: none transparent;
  font-weight: bold;
  color: #9b9764;
  margin-top: 20px; }

.page-node-type-conference .field--name-field-conference-subtitle {
  font-weight: bold;
  font-size: 20px;
  color: #3893a5;
  margin: 0 0 20px; }
.page-node-type-conference .field--name-field-conference-date,
.page-node-type-conference .field--name-field-conference-location {
  float: left;
  margin-right: 6px; }
.page-node-type-conference .field--name-field-conference-register-link {
  float: left;
  margin: 15px 5% 15px 0;
  display: block; }
  .page-node-type-conference .field--name-field-conference-register-link a {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
    background-color: #3b86d1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    font-size: 20px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff; }
    .page-node-type-conference .field--name-field-conference-register-link a:hover, .page-node-type-conference .field--name-field-conference-register-link a:focus {
      background-color: #2b61b3; }
.page-node-type-conference .field--name-field-misc-link {
  float: left;
  margin: 15px 0;
  display: block; }
.page-node-type-conference .field--name-field-misc-link a {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed";
  color: #ffffff;
  background-color: #009fa6;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase; }
  .page-node-type-conference .field--name-field-misc-link a:hover, .page-node-type-conference .field--name-field-misc-link a:focus {
    background-color: #008384; }
.page-node-type-conference #block-adaa-content .field--name-body {
  border-bottom: 1px solid #8a8a8a;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #8a8a8a;
  display: block;
  overflow: hidden;
  clear: both; }
  .page-node-type-conference #block-adaa-content .field--name-body a {
    font-weight: bold; }
.page-node-type-conference .field--name-field-conference-free-text-1 .field__item {
  float: left;
  width: 45%;
  min-height: 320px;
  margin-right: 5%; }
  .page-node-type-conference .field--name-field-conference-free-text-1 .field__item p {
    font-size: 14px; }
.page-node-type-conference .join-out-mailing-list .link-btn.color3 {
  width: 260px;
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
  overflow: hidden; }
  .page-node-type-conference .join-out-mailing-list .link-btn.color3:hover, .page-node-type-conference .join-out-mailing-list .link-btn.color3:focus {
    background-color: #2b61b3; }
.page-node-type-conference .field--name-dynamic-block-fieldnode-join-links {
  margin: 30px 0 15px;
  display: block;
  overflow: hidden;
  clear: both;
  padding: 10px 0; }
  .page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .link-btn.color3 {
    margin: 15px 0; }
    .page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .link-btn.color3:hover, .page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .link-btn.color3:focus {
      background-color: #2b61b3; }
    .page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .link-btn.color3.orange {
      background-color: #F48655; }
      .page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .link-btn.color3.orange:hover, .page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .link-btn.color3.orange:focus {
        background-color: #E27D50; }

.adaa-members {
  width: 100%;
  border: 1px solid black;}
  .adaa-members td {
    border: none !important;
    font-size: 90% !important;
    font-weight: normal;
    width: 15%;
    line-height: 1.1em;}
  .adaa-members.adaa-nonmembers td {
    width: 20%; }
  .adaa-members.adaa-nonmembers td.adaa-category,
  .adaa-members td.adaa-category {
    width: 40%; }
  .adaa-members.adaa-nonmembers .adaa-members-element .element-price td.adaa-category,
  .adaa-members .adaa-members-element .element-price td.adaa-category {
    font-size: 80% !important;
    font-weight: normal;
    width: 40%; }
  .adaa-members .adaa-members-element {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0px 0;
    text-align: center; }
    .adaa-members .adaa-members-element.element-header {
      background-color: #dcdcdc;
      font-size: 24px;
      font-weight: bold;
      padding: 20px 0; }
    .adaa-members .adaa-members-element.element-header.element-subtitle {
      background-color: #dcdcdc;
      font-size: 14px;
      font-weight: normal;
      padding: 6px 0; }
    .adaa-members .adaa-members-element.element-even {
      background-color: #f7f7f7; }
    .adaa-members .adaa-members-element.element-odd {
      background-color: #ffffff; }
    .adaa-members .adaa-members-element .element-price {
      font-weight: bold;
      font-size: 1.35em !important; }
    .adaa-members .adaa-members-element .element-price td {
      font-weight: bold;
      font-size: 1.1em !important; }
    .adaa-members .adaa-members-element .link-btn.color3 {
      float: none;
      margin: 0 auto;
      max-width: 200px;
      padding: 10px 0;
      text-align: center; }

.adaa-notes {
  margin: 50px 15px; }

.container {
  padding: 25px 0; }

.field--name-field-tags .field__label {
  display: inline-block;
  text-transform: capitalize;
  font-family: "Arimo";
  font-size: 1em;
  margin-top: 2px;
  margin-bottom: 0; }
.field--name-field-tags .field__items {
  display: inline-block;
  margin-right: 3px; }
  .field--name-field-tags .field__items li a {
    text-transform: capitalize;
    color: #0c426f;
    background: none;
    padding: 0; }
    .field--name-field-tags .field__items li a:hover, .field--name-field-tags .field__items li a:focus {
      background: none;
      color: #e09b0f; }

.menu-item:hover {
  background: none; }

#logo img {
  max-width: 235px; }

#page {
  background-color: #fff; }

/* page-title */
#page-title {
  background: #e0e0e0; }
  #page-title .container {
    padding-top: 30px;
    padding-bottom: 30px; }
  #page-title h1 {
    margin-bottom: 0; }

/* end page-title */
.highlighted .container {
  padding-top: 0;
  padding-bottom: 0; }

/* about us */
.sharethis-buttons {
  padding: 15px 0 10px; }

.sticky-enabled {
  width: 100%;
  margin-bottom: 20px; }
  .sticky-enabled th,
  .sticky-enabled td {
    padding: 7px 10px; }
  .sticky-enabled th img {
    margin-left: 5px;
    vertical-align: top; }

#block-system-main .submitted {
  margin-bottom: 15px;
  color: #666;
  font-size: 12px; }
#block-system-main .comment {
  padding: 15px;
  border: 1px solid #ddd; }
  #block-system-main .comment .submitted {
    margin-bottom: 10px; }
  #block-system-main .comment .user-picture {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px; }
#block-system-main .field-name-field-tags {
  margin-bottom: 15px; }
  #block-system-main .field-name-field-tags .field-label {
    float: left;
    margin: 0 10px 5px 0; }
  #block-system-main .field-name-field-tags .field-item {
    display: inline;
    margin: 0 3px 0 0; }
    #block-system-main .field-name-field-tags .field-item a:after {
      content: ","; }
    #block-system-main .field-name-field-tags .field-item:last-child a:after {
      content: none; }
  #block-system-main .field-name-field-tags .field-label {
    font-weight: bold; }

#main-menu .container {
  padding-top: 0;
  padding-bottom: 0; }

#slideshow .container {
  padding-top: 0;
  padding-bottom: 0; }

.node .node__links {
  margin: 0 0 15px; }
  .node .node__links li {
    margin-bottom: 0; }
.node .node__meta {
  margin-bottom: 15px; }
.node ul.links,
.node .comment .links {
  display: block;
  margin-bottom: 0; }
  .node ul.links li,
  .node .comment .links li {
    margin: 0 5px 5px 0;
    padding: 0;
    display: inline-block; }

.node--view-mode-teaser .node__links {
  margin-bottom: 0; }

/* comments */
#comments {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding: 30px 0 0;
  clear: both; }
  #comments h2 {
    margin-bottom: 30px !important; }
  #comments .comment {
    position: relative; }
    #comments .comment h3 {
      font-size: 16px;
      text-transform: none;
      margin-bottom: 10px; }
    #comments .comment .user-picture {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 1;
      width: 80px; }
      #comments .comment .user-picture img {
        border-radius: 50%;
        -webkit-border-radius: 50%; }
    #comments .comment .links {
      margin-bottom: 0 !important; }
      #comments .comment .links li {
        padding: 0;
        margin: 0 5px 5px 0;
        display: inline-block; }
      #comments .comment .links a:before {
        content: '';
        margin: 0; }

.comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 130px; }
  .comment > span {
    text-align: center;
    display: inline-block;
    line-height: 41px;
    width: 43px;
    height: 43px;
    color: #fff;
    background: #e09b0f;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .comment .profile {
    /*  float: left; */
    margin-right: 30px;
    margin-bottom: 5px;
    max-width: 80px; }
  .comment .comment-text {
    overflow: hidden; }
  .comment .submitted:before, .comment .submitted:after {
    display: table;
    content: " "; }
  .comment .submitted:after {
    clear: both; }
  .comment .submitted p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 5px; }
  .comment .field--name-user-picture {
    position: absolute;
    top: 0;
    left: 0; }
    .comment .field--name-user-picture img {
      border-radius: 50%;
      -webkit-border-radius: 50%; }
  .comment .comment__meta {
    padding-right: 60px;
    color: #999;
    margin-bottom: 10px; }
    .comment .comment__meta:before, .comment .comment__meta:after {
      display: table;
      content: " "; }
    .comment .comment__meta:after {
      clear: both; }
    .comment .comment__meta a {
      color: #999; }
      .comment .comment__meta a:hover, .comment .comment__meta a:focus {
        color: #e09b0f; }
    .comment .comment__meta p {
      margin-bottom: 0; }
  .comment .comment__content h3 {
    padding-right: 60px; }
  .comment .comment__author,
  .comment .comment__time,
  .comment .comment__permalink {
    float: left;
    margin-right: 5px; }

.field--name-comment .comment .field--name-user-picture {
  top: 35px; }
.field--name-comment .comment > span {
  top: 35px; }

.comment-wrapper .comment {
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
  padding-top: 30px;
  border-bottom: none;
  padding-bottom: 0; }
.comment-wrapper h2.title {
  padding-top: 30px; }
.comment-wrapper h2.comment-form__title {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  margin-bottom: 30px; }
.comment-wrapper .indented {
  padding-left: 30px; }

/* field-type-comment */
.field-type-comment {
  margin-top: 60px; }
  .field-type-comment .title {
    margin-bottom: 30px;
    margin-top: 60px; }

.comment-form label {
  min-width: 120px; }
.comment-form .form-actions {
  margin-bottom: 0; }
  .comment-form .form-actions .form-submit {
    margin-right: 3px; }
.comment-form .form-item {
  /* margin-bottom: 20px; */ }
.comment-form .field-widget-text-textarea .form-item {
  margin-bottom: 0; }

.comment-preview {
  border: 1px solid #f0f0cb;
  margin-bottom: 30px;
  border: none; }
  .comment-preview .user-picture {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px; }

#edit-comment-body-wrapper {
  margin-bottom: 30px; }

.comment-text .new {
  float: right;
  color: red;
  margin: 0 0 10px 20px; }
.comment-text h3 {
  font-size: 1.286em; }

/* view */
.view .views-row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8a8a8a; }
  .view .views-row:last-child {
    margin-bottom: 0;
    border-bottom: none; }
.view .views-field {
  margin-bottom: 5px; }
  .view .views-field:last-child {
    margin-bottom: 0; }
.view .views-field-type {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase; }
.view .views-field-type-image {
  margin-bottom: 15px; }
.view .views-field-title {
  margin-bottom: 15px; }
  .view .views-field-title a {
    color: #9b9764; }
.view .views-field-view-node {
  font-style: normal;
  font-weight: bold;
  margin-top: 20px; }
  .view .views-field-view-node a {
    color: #9b9764; }
    .view .views-field-view-node a:hover {
      color: #47928D; }

#panel-featured-wrapper {
  margin-bottom: 20px; }

.view-col-type .views-col .grid-inner {
  padding: 0 11px; }

.featured-partners-list .views-row {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }
  .featured-partners-list .views-row:last-child .grid {
    border-bottom: none; }
.featured-partners-list .grid {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  text-align: center; }
  .featured-partners-list .grid:last-child {
    border-right: none; }
  .featured-partners-list .grid .views-field-field-image {
    float: none;
    margin: 0; }
.featured-partners-list .col-last {
  border-right: none; }
.featured-partners-list .row-last .views-col {
  border-bottom: none; }

/* contact us */
.contact-info-page,
#block-contactinfo {
  width: 40%;
  float: left;
  margin-bottom: 30px; }

.contact-block-inner {
  margin-right: 30px;
  background: #eee;
  padding: 20px; }
  .contact-block-inner h3 {
    font-size: 14px;
    margin-bottom: 5px; }
  .contact-block-inner p {
    margin-bottom: 20px; }

.contact-form,
.contact-message-form {
  width: 60%;
  float: left;
  margin-bottom: 30px; }
  .contact-form .form-item,
  .contact-message-form .form-item {
    margin: 0 0 10px; }
    .contact-form .form-item:after,
    .contact-message-form .form-item:after {
      display: table;
      clear: both;
      content: ''; }
  .contact-form label,
  .contact-message-form label {
    min-width: 140px;
    float: left;
    margin: 0 10px 0 0; }
  .contact-form .form-type-textarea .form-textarea-wrapper,
  .contact-message-form .form-type-textarea .form-textarea-wrapper {
    width: 60%;
    float: left; }
  .contact-form .form-type-checkbox,
  .contact-message-form .form-type-checkbox {
    padding-left: 145px; }
    .contact-form .form-type-checkbox label,
    .contact-message-form .form-type-checkbox label {
      float: none;
      width: auto;
      padding: 0;
      margin: 0;
      font-weight: none;
      font-family: "Arimo"; }
    .contact-form .form-type-checkbox input,
    .contact-message-form .form-type-checkbox input {
      margin: 0 5px 0 0; }
  .contact-form .form-actions,
  .contact-message-form .form-actions {
    padding-left: 150px;
    padding-top: 15px; }
  .contact-form .form-textarea,
  .contact-message-form .form-textarea {
    width: auto;
    max-width: 458px; }

.our-location {
  clear: both; }

.map {
  border-top: 1px solid #ddd;
  padding-top: 60px;
  clear: left; }
  .map h2 {
    margin-bottom: 20px; }

/* search */
.search-form .form-submit {
  background: #0d436f;
  color: #fff;
  border: none;
  padding: 0;
  height: 36px;
  width: 75px;
  line-height: 36px; }
  .search-form .form-submit:hover, .search-form .form-submit:focus {
    background: #e09b0f; }
.search-form .action .form-submit {
  height: auto;
  width: auto;
  padding: 8px 15px;
  line-height: 1.2; }
.search-form .form-search {
  height: 36px; }
.search-form #edit-basic {
  margin-bottom: 30px; }

.search-advanced {
  margin-bottom: 30px; }
  .search-advanced .fieldset-title {
    font-size: 16px; }
  .search-advanced .fieldset-wrapper .form-type-textfield label {
    display: block;
    margin-bottom: 5px; }
  .search-advanced .fieldset-wrapper .form-type-checkboxes .form-item {
    margin-bottom: 7px; }
    .search-advanced .fieldset-wrapper .form-type-checkboxes .form-item .form-checkbox {
      margin: 0 5px 0 0; }

.search-results {
  padding: 0;
  margin: 0 0 15px; }
  .search-results li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: 0; }
  .search-results .search-info {
    font-size: 12px;
    color: #666; }

/* members */
.our-members-list .pager {
  margin-top: 30px; }
.our-members-list .grid-inner {
  padding: 15px; }
  .our-members-list .grid-inner:hover, .our-members-list .grid-inner:focus {
    background: #ddd; }
    .our-members-list .grid-inner:hover .social-group a, .our-members-list .grid-inner:focus .social-group a {
      color: #e09b0f !important; }
.our-members-list .views-field-name {
  margin-bottom: 5px;
  font-size: 1.143em;
  font-family: "open_sansregular"; }
.our-members-list .views-field-field-position {
  margin-bottom: 15px;
  color: #666; }

/* pager */
.pager ul {
  padding-top: 30px;
  margin-bottom: 0; }
  .pager ul li {
    margin: 0 1px 4px;
    padding: 0;
    display: inline-block; }
    .pager ul li > a {
      background: #ddd;
      border-radius: 0;
      border: none;
      padding: 4px 10px;
      color: #000; }
      .pager ul li > a:hover, .pager ul li > a:focus {
        background: #e09b0f;
        color: #fff; }
    .pager ul li > span {
      background: #ddd;
      border-radius: 0;
      border-color: #ccc;
      color: #000; }
  .pager ul .is-active a {
    padding: 4px 10px;
    background: #e09b0f;
    color: #fff; }

#main .profile .field {
  margin-bottom: 10px; }

.profile .user-picture {
  float: left;
  margin: 0 20px 20px 0; }
.profile .field {
  margin-bottom: 5px; }
.profile .field-label {
  float: left;
  margin-right: 5px;
  min-width: 100px;
  font-weight: bold; }
.profile h3 {
  clear: both;
  border-color: #ddd;
  font-size: 16px;
  padding-bottom: 7px; }
.profile .field-name-field-bio {
  margin-bottom: 15px; }
  .profile .field-name-field-bio .field-label {
    min-width: 0; }
.profile dl {
  margin-bottom: 10px; }
  .profile dl dt {
    float: left;
    margin-right: 5px; }

/* forum */
.action-links {
  margin: 0 0 20px;
  padding: 0; }
  .action-links li {
    display: inline-block;
    margin: 0 5px 0 0;
    list-style: none; }
    .action-links li a {
      display: inline-block;
      padding: 7px 15px;
      background: #0c426f;
      color: #fff; }
      .action-links li a:hover, .action-links li a:focus {
        background: #e09b0f; }

.forum table {
  width: 100%;
  margin: 0 0 20px; }
  .forum table th,
  .forum table td {
    white-space: normal;
    padding: 10px;
    border: 1px solid #ddd; }
    .forum table th:last-child,
    .forum table td:last-child {
      white-space: nowrap; }
  .forum table th {
    background: #ddd;
    border-color: #ccc; }
    .forum table th img {
      margin-left: 5px; }
  .forum table tr {
    padding: 0;
    border: none;
    background: none; }
.forum .description {
  font-size: 13px; }

.node-forum .field-label {
  font-weight: bold;
  margin-bottom: 15px; }
.node-forum .field-name-taxonomy-forums {
  font-weight: bold;
  margin-bottom: 15px; }

/* poll */
.poll .vote-form {
  text-align: left; }
  .poll .vote-form .choices {
    margin: 0 0 15px; }
  .poll .vote-form .form-item {
    margin: 0 0 10px; }
    .poll .vote-form .form-item .form-radio {
      margin: -4px 3px 0 0; }

/* sitemap */
#site-map .site-map-menu {
  padding: 0;
  margin-bottom: 20px; }
  #site-map .site-map-menu li {
    padding: 0;
    margin: 0 0 5px; }
    #site-map .site-map-menu li ul {
      margin-top: 5px;
      margin-bottom: 5px; }
#site-map .site-map-box-terms li {
  margin-bottom: 5px; }
  #site-map .site-map-box-terms li ul {
    margin-top: 5px; }

/* user form */
#user-register-form .form-item label,
#user-login .form-item label,
#user-pass .form-item label {
  min-width: 120px; }
#user-register-form .description,
#user-login .description,
#user-pass .description {
  padding-top: 5px;
  color: #666;
  padding-left: 125px; }
#user-register-form .form-submit,
#user-login .form-submit,
#user-pass .form-submit {
  margin-left: 125px; }

#user-pass .form-submit {
  margin-left: 192px; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-width: 1px; }

/* accordion */
.ui-accordion {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }
  .ui-accordion .views-row {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .ui-accordion .ui-accordion-header {
    background: #ddd;
    border-radius: 0;
    border: none;
    margin: 0 0 1px !important;
    font-size: 14px; }
  .ui-accordion .views-field-type-image,
  .ui-accordion .views-field-field-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .ui-accordion .ui-state-active {
    background: #e09b0f; }
    .ui-accordion .ui-state-active a {
      color: #fff; }
      .ui-accordion .ui-state-active a:hover, .ui-accordion .ui-state-active a:focus {
        color: #fff; }
    .ui-accordion .ui-state-active .ui-icon:before {
      color: #fff;
      content: "\f0d7"; }
  .ui-accordion .ui-accordion-content {
    border: none;
    border-radius: none;
    padding: 20px;
    height: auto !important; }
  .ui-accordion .ui-icon {
    background: none;
    text-indent: 0; }
    .ui-accordion .ui-icon:before {
      font-size: 14px;
      color: #555;
      content: "\f0da";
      left: 8px;
      top: 1px;
      position: absolute; }

/* gallery */
.galleryformatter {
  margin-bottom: 30px; }
  .galleryformatter .slide-button {
    top: 50%;
    margin-top: -32px; }
  .galleryformatter .prev-slide {
    background: #000;
    border: none;
    text-indent: 0;
    color: #000; }
    .galleryformatter .prev-slide:before {
      font-size: 40px;
      color: #fff;
      content: "\f104";
      left: 8px;
      top: 10px;
      position: absolute; }
  .galleryformatter .next-slide {
    background: #000;
    border: none;
    text-indent: 0;
    color: #000; }
    .galleryformatter .next-slide:before {
      font-size: 40px;
      color: #fff;
      content: "\f105";
      right: 8px;
      top: 10px;
      position: absolute; }
  .galleryformatter .view-full {
    background: #000;
    margin: 0;
    text-indent: 0;
    overflow: hidden;
    color: #000;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    opacity: 0.6; }
    .galleryformatter .view-full:before {
      font-size: 18px;
      color: #fff;
      content: "\f002";
      left: 8px;
      top: 7px;
      position: absolute; }
    .galleryformatter .view-full:hover, .galleryformatter .view-full:focus {
      opacity: 1; }
  .galleryformatter .gallery-thumbs {
    background: #ddd;
    margin-top: 1px; }
    .galleryformatter .gallery-thumbs .wrapper {
      background: none; }
    .galleryformatter .gallery-thumbs li a {
      padding: 10px 0;
      background: none !important; }
    .galleryformatter .gallery-thumbs li img {
      padding: 2px;
      background: #fff; }
    .galleryformatter .gallery-thumbs .arrow {
      bottom: auto;
      top: 20px;
      text-indent: 0;
      color: #ddd;
      background: none;
      opacity: 0.5; }
      .galleryformatter .gallery-thumbs .arrow:before {
        font-size: 40px;
        color: #000;
        content: "\f104";
        left: 15px;
        top: 5px;
        position: absolute; }
      .galleryformatter .gallery-thumbs .arrow:hover, .galleryformatter .gallery-thumbs .arrow:focus {
        opacity: 1; }
    .galleryformatter .gallery-thumbs .forward:before {
      content: "\f105"; }

/* about us */
.feature-box {
  position: relative;
  padding-left: 50px;
  margin-bottom: 60px; }
  .feature-box h4 {
    font-family: "open_sansregular"; }
  .feature-box .feature-box-icon {
    font-size: 26px;
    position: absolute;
    left: 0;
    top: -5px; }

/* sitemap*/
.site-map-menus {
  width: 48%;
  float: left;
  padding-right: 2%; }

.site-map-taxonomys {
  width: 50%;
  float: left; }

.view .links {
  margin-bottom: 0; }

/* porfolio */
.galleries-list {
  margin-right: -15px;
  margin-left: -15px; }
  .galleries-list .views-row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .galleries-list .grid {
    margin-bottom: 30px; }
    .galleries-list .grid a {
      position: relative;
      display: block; }
  .galleries-list .views-field-title {
    margin-bottom: 0;
    font-family: "open_sansregular"; }
  .galleries-list .grid-inner {
    padding: 0 15px; }
    .galleries-list .grid-inner:hover .views-field-field-galleries img, .galleries-list .grid-inner:focus .views-field-field-galleries img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1); }
  .galleries-list .views-field-field-galleries {
    margin-bottom: 0;
    overflow: hidden; }
    .galleries-list .views-field-field-galleries img {
      -moz-transition: -moz-transform 0.5s ease-in;
      -webkit-transition: -webkit-transform 0.5s ease-in;
      -o-transition: -o-transform 0.5s ease-in; }
  .galleries-list .views-field-title {
    padding: 15px;
    background: #eee; }

.portfolio-galleries {
  position: relative; }
  .portfolio-galleries .flex-control-paging {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0; }
    .portfolio-galleries .flex-control-paging:before, .portfolio-galleries .flex-control-paging:after {
      display: table;
      content: " "; }
    .portfolio-galleries .flex-control-paging:after {
      clear: both; }
    .portfolio-galleries .flex-control-paging li {
      list-style: none;
      display: inline-block;
      font-size: 0; }
      .portfolio-galleries .flex-control-paging li a {
        cursor: pointer;
        background: #ddd;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        margin: 0 5px; }
        .portfolio-galleries .flex-control-paging li a.flex-active {
          background: #0c426f; }
  .portfolio-galleries .flex-direction-nav {
    list-style: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0; }
    .portfolio-galleries .flex-direction-nav .flex-prev,
    .portfolio-galleries .flex-direction-nav .flex-next {
      position: absolute;
      top: 50%;
      z-index: 5;
      width: 40px;
      height: 40px;
      margin-top: -50px;
      background: #0c426f;
      overflow: hidden;
      text-indent: -999em; }
      .portfolio-galleries .flex-direction-nav .flex-prev:before,
      .portfolio-galleries .flex-direction-nav .flex-next:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-indent: 0;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 24px;
        width: 100%;
        text-align: center;
        line-height: 40px; }
      .portfolio-galleries .flex-direction-nav .flex-prev:hover, .portfolio-galleries .flex-direction-nav .flex-prev:focus,
      .portfolio-galleries .flex-direction-nav .flex-next:hover,
      .portfolio-galleries .flex-direction-nav .flex-next:focus {
        background: #e09b0f; }
    .portfolio-galleries .flex-direction-nav .flex-prev {
      left: 0; }
      .portfolio-galleries .flex-direction-nav .flex-prev:before {
        content: "\f104"; }
    .portfolio-galleries .flex-direction-nav .flex-next {
      right: 0; }
      .portfolio-galleries .flex-direction-nav .flex-next:before {
        content: "\f105"; }

.node .field-type-text-with-summary ul,
.node .field-type-text-with-summary ol {
  margin-left: 13px; }
  .node .field-type-text-with-summary ul li,
  .node .field-type-text-with-summary ol li {
    margin-bottom: 20px !important; }
.node .owl-pagination {
  padding-top: 30px;
  text-align: center; }
  .node .owl-pagination:before, .node .owl-pagination:after {
    display: table;
    content: " "; }
  .node .owl-pagination:after {
    clear: both; }
  .node .owl-pagination .owl-page {
    background: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin: 0 5px; }
    .node .owl-pagination .owl-page.active {
      background: #0c426f; }
.node .owl-carousel {
  position: relative; }
.node .owl-prev,
.node .owl-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: #0c426f;
  overflow: hidden;
  text-indent: -999em;
  margin-top: -40px; }
  .node .owl-prev:before,
  .node .owl-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 40px; }
  .node .owl-prev:hover, .node .owl-prev:focus,
  .node .owl-next:hover,
  .node .owl-next:focus {
    background: #e09b0f; }
.node .owl-prev {
  left: 0; }
  .node .owl-prev:before {
    content: "\f104"; }
.node .owl-next {
  right: 0; }
  .node .owl-next:before {
    content: "\f105"; }

/*blog-list*/
.blog-list .views-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .blog-list .views-row:before, .blog-list .views-row:after {
    display: table;
    content: " "; }
  .blog-list .views-row:after {
    clear: both; }
.blog-list .views-field-title {
  font-size: 1.286em;
  text-transform: uppercase;
  font-family: "open_sansbold";
  line-height: 1.2em;
  margin-bottom: 10px; }
.blog-list .views-field-type-image,
.blog-list .views-field-field-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 5px; }
.blog-list .submitted {
  margin-bottom: 30px; }
.blog-list .author-wrapper {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666; }
  .blog-list .author-wrapper .views-field {
    display: inline-block;
    margin-right: 3px; }
  .blog-list .author-wrapper a {
    color: #ff5328;
    margin-left: 3px; }
.blog-list .views-field-view-node a {
  background: none repeat scroll 0 0 #ddd;
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal; }
  .blog-list .views-field-view-node a:hover {
    background-color: #ff5328;
    color: #fff; }

#content .node-teaser {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  #content .node-teaser:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  #content .node-teaser h2 {
    margin-bottom: 15px; }
  #content .node-teaser .submitted {
    margin-bottom: 30px; }
  #content .node-teaser .field-name-body {
    margin-bottom: 20px; }

.articles-list .views-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  .articles-list .views-row:last-child {
    padding-bottom: 0;
    border-bottom: none; }

/* blog-list */
.blog-list .author-wrapper {
  color: #666; }
  .blog-list .author-wrapper .views-field {
    display: inline-block; }
.blog-list .views-field-type-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.btn-btt {
  display: none; }

#block-system-main .content .node h2 {
  line-height: 1.4; }

.blog-list .views-field-name a {
  color: #e09b0f; }
  .blog-list .views-field-name a:hover, .blog-list .views-field-name a:focus {
    color: #000; }
.blog-list .views-field-view-node a:hover, .blog-list .views-field-view-node a:focus {
  background-color: #e09b0f; }

/* edit user */
#user-profile-form label {
  min-width: 120px; }
#user-profile-form .description {
  padding-top: 5px; }
#user-profile-form #edit-account .description {
  padding-top: 5px;
  margin-left: 124px; }
#user-profile-form #edit-account .form-item-pass .description {
  margin-left: 0; }
#user-profile-form #edit-picture .user-picture {
  float: left;
  margin-right: 10px; }
#user-profile-form #edit-contact {
  margin-bottom: 10px; }

.left-menu-offcanvas {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  right: -250px;
  background-color: #1a1a1a;
  visibility: hidden;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s; }
  .left-menu-offcanvas ul.menu {
    padding-left: 0; }
    .left-menu-offcanvas ul.menu li {
      margin-left: 0;
      padding-top: 0;
      padding-right: 0;
      list-style: none; }
      .left-menu-offcanvas ul.menu li a {
        color: #aeaeae;
        display: block;
        padding: 7px 20px 7px 15px;
        text-transform: uppercase;
        border-bottom: 1px solid #313131;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s; }
        .left-menu-offcanvas ul.menu li a:hover, .left-menu-offcanvas ul.menu li a:focus {
          color: #fff; }
          .left-menu-offcanvas ul.menu li a:hover:before, .left-menu-offcanvas ul.menu li a:focus:before {
            border-top-color: #fff; }
      .left-menu-offcanvas ul.menu li .active,
      .left-menu-offcanvas ul.menu li a.active-trail {
        color: #e8e8e8; }
      .left-menu-offcanvas ul.menu li ul {
        padding-left: 20px;
        padding-right: 20px; }
        .left-menu-offcanvas ul.menu li ul li a {
          text-transform: capitalize;
          padding: 7px 0; }
        .left-menu-offcanvas ul.menu li ul li ul a {
          border-bottom: none; }
    .left-menu-offcanvas ul.menu .expanded > a {
      position: relative; }
      .left-menu-offcanvas ul.menu .expanded > a:before {
        content: "";
        position: absolute;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #aeaeae;
        right: 10px;
        top: 50%;
        margin-top: -2px;
        transition: all ease-in 0.3s;
        -webkit-transition: all ease-in 0.3s;
        -moz-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s; }

.row-offcanvas {
  position: relative;
  margin: 0; }
  .row-offcanvas > .col-md-10 {
    width: 100%; }
  .row-offcanvas #mobile-menu,
  .row-offcanvas #page {
    padding-left: 0;
    padding-right: 0;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s; }
  .row-offcanvas #page {
    right: 0; }

.element-invisible {
  left: 0; }

.row-offcanvas.active .left-menu-offcanvas {
  right: 0; }

.partners-list .slider {
  overflow: hidden; }
.partners-list .views-row {
  float: left; }
.partners-list .slick-slide {
  float: left; }

.sidebar .tags-in-tags .item-list li {
  padding: 0;
  display: inline-block;
  margin-right: 10px; }
  .sidebar .tags-in-tags .item-list li a {
    color: #e09b0f; }
    .sidebar .tags-in-tags .item-list li a:hover, .sidebar .tags-in-tags .item-list li a:focus {
      color: #bbb; }
.sidebar .tags-in-tags .views-field-name {
  margin-bottom: 0; }

#block-aboutus .content:before, #block-aboutus .content:after {
  display: table;
  content: " "; }
#block-aboutus .content:after {
  clear: both; }
#block-aboutus .field-type-image {
  float: left;
  margin: 0 10px 5px; }

.messages-- {
  display: none; }

.tag-in-tags .item-list ul li {
  display: inline-block;
  margin-right: 10px; }

/* services-page */
.services-page .views-row {
  margin-left: -15px;
  margin-right: -15px; }
.services-page .grid-inner {
  padding: 0 15px; }
.services-page .grid {
  margin-bottom: 30px; }
.services-page .views-field-title {
  font-size: 1.143em;
  font-family: "open_sansregular";
  margin-bottom: 10px; }

/* poll page */
.vote-form {
  margin-bottom: 30px; }
  .vote-form .form-composite > legend,
  .vote-form .label {
    margin-bottom: 20px;
    padding-bottom: 7px; }
  .vote-form label {
    font-family: "Arimo"; }
  .vote-form .form-actions .form-submit {
    margin-right: 5px; }

/* search */
.search-page-form {
  margin-bottom: 15px; }
  .search-page-form + h2 {
    margin-bottom: 30px; }

.search-result__info {
  color: #666;
  font-size: 0.93em; }

/* polls list */
.polls-list .views-row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
.polls-list .form-actions {
  margin-bottom: 0; }
  .polls-list .form-actions .form-submit {
    margin-bottom: 0; }

/* end polls list */
.back-to-top {
  background: #000000;
  bottom: 20px;
  height: 40px;
  line-height: 42px;
  opacity: 0.6;
  position: fixed;
  right: 20px;
  width: 40px;
  z-index: 20;
  text-align: center; }
  .back-to-top:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106";
    display: inline-block;
    font-size: 22px;
    color: #fff;
    z-index: 20; }

article .field--name-body {
  line-height: 160%; }
  article .field--name-body td {
    border: solid 1px #ccc;
    padding: 5px; }
  article .field--name-body ul, article .field--name-body ol {
    padding: 0; }
    article .field--name-body ul li, article .field--name-body ol li {
      margin-left: 20px;
      margin-bottom: 20px; }
  article .field--name-body a {
    color: #9b9764;
    text-decoration: underline; }
    article .field--name-body aa:hover, article .field--name-body aa:focus {
      color: #9b9764;
      text-decoration: underline; }
  article .field--name-body h4 {
    font-weight: bold;
    color: #3893a5;
    font-family: Arimo;
    font-size: 20px;
    padding: 30px 0 0 0;
    margin: 0 0 15px 0; }
article .book-navigation {
  display: none !important;
  opacity: 0 !important; }

.highlighted {
  background-color: #ebebeb; }
  .highlighted h1 {
    color: #009fa6;
    font-weight: bold;
    font-size: 28px;
    font-family: Arimo;
    margin-top: 15px; }
  .highlighted .breadcrumb {
    padding: 15px 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px; }
    .highlighted .breadcrumb a {
      font-weight: bold;
      color: #9b9764;
      font-size: 16px;
      line-height: 130%; }

#accordion .accordion-content {
  display: none;
  padding: 0 0 20px 20px; }
#accordion li {
  display: block; }
#accordion .accordion-toggle {
  color: #9b9764;
  padding: 0 0 15px;
  font-weight: bold; }

.view-clinical-trial th {
  padding: 5px 10px;
  background-color: #cccccc; }
.view-clinical-trial td {
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px; }
.view-clinical-trial tr {
  background-color: #edebe5; }
.view-clinical-trial .views-exposed-form label {
  width: 100%;
  font-weight: bold; }

@media (max-width: 1199px) {
  .social-wrap h3 {
    float: none;
    margin-bottom: 5px; }

  .contact-message-form label {
    float: none;
    display: block; }
  .contact-message-form .form-checkbox {
    float: left; }
  .contact-message-form .form-type-checkbox {
    padding-left: 0; }
    .contact-message-form .form-type-checkbox .form-checkbox {
      margin-top: 3px; }
  .contact-message-form .form-actions {
    padding-left: 0; }
  .contact-message-form .field--name-subject label,
  .contact-message-form .field--name-message label {
    margin-bottom: 10px; }

  .node-preview-container .node-preview-form-select {
    width: 970px; } }
@media (min-width: 992px) {
  .region-content .simplenews-subscriber-form .form-actions .form-submit {
    font-family: 'Roboto Condensed'; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #slideshow .views-content-inner {
    top: 135px; }

  .testimonials-slide .flexslider .views-field-body {
    max-width: 330px; } }
@media (min-width: 480px) and (max-width: 991px) {
  .galleries-list .grid a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }
@media (max-width: 991px) {
  .block-custom-title {
    display: none !important;
    opacity: 0 !important; }

  .menu-item--expanded {
    background: none; }

  .sidebar {
    margin-top: 30px !important; }

  #panel-first .intro {
    font-size: 20px; }

  #panel-second .row > div[class*='col-'] {
    margin-bottom: 30px; }
    #panel-second .row > div[class*='col-']:last-child {
      margin-bottom: 0; }
  #panel-second .views-row:before, #panel-second .views-row:after {
    display: table;
    content: " "; }
  #panel-second .views-row:after {
    clear: both; }
  #panel-second .views-field-field-image,
  #panel-second .views-field-user-picture {
    max-width: 270px;
    float: left;
    margin: 0 20px 10px 0; }

  #panel-fourth .testimonials-slide {
    margin-bottom: 65px; }
  #panel-fourth .testimonials-slide .flexslider .views-field-user-picture,
  #panel-fourth .testimonials-slide .flexslider .views-field-nothing {
    position: absolute;
    left: 0;
    top: 0;
    float: none; }
  #panel-fourth .testimonials-slide .flexslider .views-field-body {
    float: none;
    margin-left: 160px;
    max-width: 100%; }
  #panel-fourth .testimonials-slide .flexslider .flex-control-paging {
    left: 0;
    width: 100%;
    /* padding-left: 160px; */ }
  #panel-fourth .contact-info {
    margin-bottom: 30px; }

  #footer-columns .row > div[class*='col-'] {
    margin-bottom: 30px; }
    #footer-columns .row > div[class*='col-']:last-child {
      margin-bottom: 0; }
  #footer-columns .view-photo-stream:before, #footer-columns .view-photo-stream:after,
  #footer-columns .photo-list:before,
  #footer-columns .photo-list:after {
    display: table;
    content: " "; }
  #footer-columns .view-photo-stream:after,
  #footer-columns .photo-list:after {
    clear: both; }
  #footer-columns .view-photo-stream .views-row,
  #footer-columns .photo-list .views-row {
    float: left; }
  #footer-columns .view-photo-stream .grid,
  #footer-columns .photo-list .grid {
    width: auto !important;
    margin: 0 15px 15px 0; }

  #footer-wrapper {
    text-align: center; }
    #footer-wrapper .block {
      float: none; }
    #footer-wrapper #block-copyright {
      margin-bottom: 5px; }
    #footer-wrapper ul.menu {
      text-align: center; }

  /******/
  .sidebar .ads-slide-list .flex-viewport {
    max-width: 540px; }
  .sidebar .ads-slide-list .slideshow {
    max-width: 400px; }

  #page {
    padding-left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
    margin-right: 0; }

  #page.toggled {
    right: 250px; }
    #page.toggled .btn-close {
      display: block; }
    #page.toggled .navbar-toggle {
      visibility: hidden; }

  .btn-close {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url("../images/btn-close.png") no-repeat center center #ccc;
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 15px;
    width: 48px;
    height: 48px;
    z-index: 999; }

  .navbar-toggle {
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 7px 10px;
    margin: 8px 0 10px 10px;
    float: right; }
    .navbar-toggle .icon-bar {
      background-color: #000; }
    .navbar-toggle:hover, .navbar-toggle:focus {
      background: #ddd; }

  #page.toggled .mobile-main-menu {
    right: 0;
    display: block; }

  .overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%; }

  .nav .open > a {
    background: none; }
    .nav .open > a:hover, .nav .open > a:focus {
      background: none; }

  .navbar-collapse {
    border: none;
    box-shadow: none;
    max-height: none; }
    .navbar-collapse.collapse {
      overflow-y: auto !important; }

  #main-menu {
    display: none; }

  #main-menu.mobile-main-menu {
    display: block; }

  .mobile-main-menu {
    background: #fff;
    bottom: 0;
    display: block !important;
    height: 100%;
    overflow-y: auto !important;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    /* main-menu */
    /* end main-menu */ }
    .mobile-main-menu .region-primary-menu {
      padding: 20px; }
    .mobile-main-menu .container {
      padding: 0;
      position: static;
      width: auto; }
    .mobile-main-menu ul.menu {
      padding: 0;
      margin: 0; }
      .mobile-main-menu ul.menu a {
        display: block;
        color: #000;
        font-weight: bold;
        font-family: "open_sansregular";
        padding: 10px 0;
        text-decoration: none;
        line-height: 24px; }
        .mobile-main-menu ul.menu a:hover, .mobile-main-menu ul.menu a:focus {
          color: #0c426f; }
        .mobile-main-menu ul.menu a.is-active {
          color: #0c426f; }
        .mobile-main-menu ul.menu a.color2 {
          color: #009fa6; }
          .mobile-main-menu ul.menu a.color2:hover {
            color: #0c426f; }
      .mobile-main-menu ul.menu > li {
        border-bottom: 1px solid #f5f5f5;
        display: block;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0; }
        .mobile-main-menu ul.menu > li > a.active, .mobile-main-menu ul.menu > li > a.active-trail {
          color: #0c426f; }
        .mobile-main-menu ul.menu > li ul.menu {
          padding-left: 0;
          padding-bottom: 5px; }
          .mobile-main-menu ul.menu > li ul.menu li {
            border-bottom: 0; }
            .mobile-main-menu ul.menu > li ul.menu li a {
              font-weight: normal;
              padding: 7px 0; }
      .mobile-main-menu ul.menu .menu-item--expanded > a {
        position: relative;
        line-height: 22px; }
        .mobile-main-menu ul.menu .menu-item--expanded > a:before {
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '';
          color: #bbb;
          position: absolute;
          top: 50%;
          right: 0;
          width: 20px;
          height: 20px;
          margin-top: -10px;
          line-height: 20px;
          text-align: right; }

  /* end Mobile-menu */
  /* contact page */
  .contact-info-page,
  #block-contactinfo {
    float: none;
    width: auto; }

  .contact-block-inner {
    margin-right: 0; }

  .contact-form,
  .contact-message-form {
    width: auto;
    float: none; }

  /* end contact page */
  /* sidebar */
  .sidebar .view-our-members .views-row {
    margin-bottom: 30px; }

  /* end sidebar */
  /* block newsletter */
  .block-simplenews .form-email,
  .block-simplenews .form-text {
    width: 100%; }

  /* end block newsletter */
  .testimonials-slide .flexslider .views-row {
    position: relative; }
  .testimonials-slide .flex-control-paging {
    width: 100%;
    left: 0;
    /* padding-left: 160px; */ }

  /* footer */
  #footer .block {
    float: none;
    text-align: center;
    margin-bottom: 5px; }
  #footer .block-menu {
    margin-bottom: 0; }
  #footer ul.menu {
    text-align: center; }

  /* end footer */
  .node-preview-container .node-preview-form-select {
    width: 750px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .region-content .simplenews-subscriber-form .form-actions .form-submit {
    font-family: 'Roboto Condensed'; }

  .testimonials-slide .flex-control-paging {
    padding-left: 160px; }

  #block-professionalsslideshow .nopadding .name {
    font-size: 10px; }

  #block-professionalsslideshow .nopadding .hover-state blockquote {
    padding: 14px;
    font-size: 14px; }

  #block-professionalsslideshow .nopadding .membership-area .holder {
    padding: 19px 20px 20px; }

  #block-views-block-professionals-header-block-1 .nopadding .membership-area .holder {
    padding: 15px; }

  #slideshow .flex-direction-nav {
    top: 240px; }
  #slideshow .views-content-inner {
    margin: 10px 14px;
    max-width: 346px;
    top: 110px;}

  /* portfolio */
  .galleries-list .grid {
    width: 50% !important; }

  /* end portfolio */ }
@media (max-width: 767px) {
  .adaa-members.adaa-nonmembers .adaa-members-element .element-price td.adaa-category,
  .adaa-members .adaa-members-element .element-price td.adaa-category {
    font-size: 62% !important;
    font-weight: normal;
    width: 40%; }
  .adaa-members .adaa-members-element .element-price td {
    font-weight: bold;
    font-size: .7em !important; }
  
  #block-views-block-professionals-header-block-1 .col1 .name {
    margin: 0 1px; }

  #block-member-login-buttons {
    display: none !important;
    opacity: 0 !important; }

  #block-mobile-member-login-buttons {
    display: block;
  }

  .simplenews-subscriber-form .form-actions .form-submit {
    font-size: 28px; }

  .testimonials-slide .flex-control-paging {
    padding-left: 160px; }

  #block-professionalsslideshow .nopadding .name {
    font-size: 10px; }

  #block-professionalsslideshow .nopadding .hover-state blockquote {
    padding: 14px;
    font-size: 12px; }

  #block-professionalsslideshow .nopadding .membership-area .holder {
    padding: 13px 20px; }

  #block-views-block-professionals-header-block-1,
  #block-professionalsslideshow {
    margin: 0 auto;
    max-width: 456px;
    padding-left: 1px; }

  #block-views-block-professionals-header-block-1 .col1 .name {
    margin: 0 1px; }

  .container {
    padding-left: 15px;
    padding-right: 15px; }

  #block-adaa-search {
    width: auto; }

  /* search-block-form */
  .search-block-form {
    position: relative; }
    .search-block-form .search-icon {
      color: #000;
      width: 44px;
      height: 30px;
      display: block;
      cursor: pointer; }
      .search-block-form .search-icon:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f002";
        width: 44px;
        height: 30px;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        background-color: #fff;
        border: 1px solid #ddd; }
      .search-block-form .search-icon:hover:before {
        background-color: #ddd; }
    .search-block-form.hover .search-icon:before {
      content: '\f0d8';
      background-color: #ddd; }
    .search-block-form.hover #search-block-form {
      display: block; }

  #search-block-form {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 220px;
    padding: 10px;
    background-color: #ddd;
    z-index: 50;
    height: auto; }
    #search-block-form .form-search {
      width: 100%; }
    #search-block-form .form-actions {
      float: none;
      position: absolute;
      right: 10px;
      top: 10px; }

  /* end search-block-form */
  /* slideshow */
  #slideshow .container {
    padding: 0; }
  #slideshow .flex-direction-nav {
    bottom: 1px;
    right: 1px;
    top: auto; }
  #slideshow .views-content-inner {
    height: auto;
    margin-bottom: 0;
    padding: 0 5px;
    top: 50%;
    width: 50%;
    z-index: 110;
    margin: 0; }
    #slideshow .views-content-inner .views-field-title,
    #slideshow .views-content-inner .views-field-body {
      display: none; }
    #slideshow .views-content-inner .views-field-field-link a {
      font-size: 13px;
      margin: 0;
      text-align: center;
      padding: 0; }

  /* end slideshow */
  /* panel-first */
  #panel-first {
    text-align: center; }
    #panel-first .intro {
      display: block;
      margin-bottom: 10px; }
    #panel-first .btn-1 {
      float: none; }

  /* end panel-first */
  #title-wrapper .container {
    padding-left: 15px;
    padding-right: 15px; }

  /* gallery list */
  .galleries-list .grid {
    width: 50% !important; }

  /* gallery list */
  /* forum */
  .forum-inner {
    overflow-x: auto; }
    .forum-inner table {
      width: 700px; }

  /* end forum */
  /* member pages */
  .our-members-list .grid {
    width: 50% !important;
    margin-bottom: 30px; }

  /* end members pages */
  /* partner list */
  .featured-partners-list .grid {
    padding-left: 10px;
    padding-right: 10px; }

  /* end partner list */
  .node-preview-container .node-preview-form-select {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .node--type-professionals .field--name-body .col-xs-12 {
    margin-bottom: 20px; }
  .node--type-professionals .field--name-body .col-xs-6 {
    margin-bottom: 20px; }
    .node--type-professionals .field--name-body .col-xs-6.col2 {
      padding-right: 0; }

  article .field--name-body .new-members .box {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 50%; }
    article .field--name-body .new-members .box .name {
      display: block; }

  #block-views-block-professionals-header-block-1 .col3, #block-views-block-professionals-header-block-1 .col4,
  #block-professionalsslideshow .col3,
  #block-professionalsslideshow .col4 {
    display: none !important;
    opacity: 0 !important; } }
@media (min-width: 481px) and (max-width: 640px) {
  .comment-wrapper .indented {
    padding-left: 60px; } }
@media (max-width: 640px) {
  .contact-form label {
    display: block;
    float: none;
    margin-bottom: 3px; }
  .contact-form .form-actions {
    padding-left: 0; }
  .contact-form .form-type-textarea .form-textarea-wrapper {
    float: none;
    width: auto; }
  .contact-form .form-textarea {
    max-width: 100%; }

  .featured-partners-list .views-row:last-child .grid {
    border-bottom: none; } }
@media (max-width: 612px) {
  #user-login-form .description,
  #user-register-form .description,
  #user-pass .description {
    padding-left: 0; }
  #user-login-form .form-actions,
  #user-register-form .form-actions,
  #user-pass .form-actions {
    padding-left: 0; }
  #user-login-form .form-submit,
  #user-register-form .form-submit,
  #user-pass .form-submit {
    margin-left: 0; } }
@media (max-width: 600px) {
  .services-page .grid {
    width: 100% !important;
    float: none;
    margin-bottom: 30px; }

  /* partners */
  .featured-partners-list .views-row:last-child .grid {
    border-bottom: 1px solid #ddd; }
  .featured-partners-list .grid {
    width: 50% !important;
    padding-left: 5px;
    padding-right: 5px; }
    .featured-partners-list .grid:nth-child(2n) {
      border-right: none; }

  /* end partners */ }
@media (max-width: 480px) {
  #panel-second .views-field-field-image,
  #panel-second .views-field-user-picture {
    max-width: 100%;
    float: none;
    margin: 0 0 10px; }

  #panel-fourth .testimonials-slide .flexslider {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.7); }
    #panel-fourth .testimonials-slide .flexslider .views-field-user-picture,
    #panel-fourth .testimonials-slide .flexslider .views-field-nothing {
      position: static;
      margin: 0 auto; }
    #panel-fourth .testimonials-slide .flexslider .views-field-body {
      background: none;
      padding: 0 15px;
      margin-left: 0; }
      #panel-fourth .testimonials-slide .flexslider .views-field-body:before {
        display: none; }
    #panel-fourth .testimonials-slide .flexslider .flex-control-paging {
      bottom: -40px;
      padding-left: 0; }

  /* search form */
  .search-form #edit-basic label {
    display: block;
    margin-bottom: 3px; }
  .search-form #edit-basic .form-item {
    display: block;
    margin-bottom: 10px; }
  .search-form #edit-basic .form-search {
    width: 100%; }

  .comment {
    padding-left: 0; }
    .comment .field--name-user-picture {
      position: static; }
    .comment .comment__meta {
      padding-left: 0; }
    .comment .comment__content h3 {
      padding-left: 0; }

  .comment-wrapper .indented {
    padding-left: 15px; }

  #block-sitebranding {
    width: 180px;
    margin-top: 5px; }

  .testimonials-slide .flex-control-paging {
    left: 0;
    width: 100%;
    padding-left: 0; }
  .testimonials-slide .flexslider {
    margin-bottom: 15px; }
    .testimonials-slide .flexslider:before, .testimonials-slide .flexslider:after {
      display: table;
      content: " "; }
    .testimonials-slide .flexslider:after {
      clear: both; }
    .testimonials-slide .flexslider .views-row {
      border-bottom: 0; }
      .testimonials-slide .flexslider .views-row .views-field-nothing {
        padding-top: 15px; }
      .testimonials-slide .flexslider .views-row .views-field-body {
        padding: 0 15px; }

  #panel-fourth .testimonials-slide .flexslider {
    padding: 0; }

  ul.primary li {
    margin-bottom: 10px; } }
@media (max-width: 479px) {
  /* portfolio */
  .galleries-list .grid {
    width: 100% !important; }

  /* portfolio */
  /* member pages */
  .our-members-list .grid {
    width: 100% !important;
    float: none; }

  /* end members pages */
  /* blog list */
  .blog-list .views-field-field-image {
    float: none;
    margin-right: 0;
    margin-bottom: 10px; }

  /* end blog list */
  /* comment */
  .comment .profile {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }

  /* end comment */ }
@media (max-width: 360px) {
  #logo {
    padding-top: 10px; }
    #logo img {
      max-width: 200px; }

  #footer-columns .view-photo-stream .grid,
  #footer-columns .photo-list .grid {
    margin-right: 5px; } }
@media (max-width: 320px) {
  #logo {
    padding-top: 10px; }
    #logo img {
      max-width: 180px; }

  #footer-columns .view-photo-stream .grid,
  #footer-columns .photo-list .grid {
    margin-right: 0; } }
@media (min-width: 768px) {
  .page-node-type-conference .field--name-field-conference-free-text-1 .field__item,
  .page-node-type-conference .field--name-field-conference-register-link,
  .page-node-type-conference .field--name-field-misc-link {
    width: 45%; }
  .page-node-type-conference .field--name-field-conference-free-text-1 .field__item {
    min-height: 320px; } }
@media (max-width: 767px) {
  .page-node-type-conference .field--name-field-conference-free-text-1 .field__item,
  .page-node-type-conference .field--name-field-conference-register-link,
  .page-node-type-conference .field--name-field-misc-link {
    width: 100%; }
  .page-node-type-conference .field--name-field-conference-free-text-1 .field__item {
    min-height: auto;
    margin-bottom: 25px; } }

/*11-06-2016*/
#slideshow .views-content-inner .views-field-body a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
#slideshow .views-content-inner .views-field-title a {
    padding-bottom: 10px;
}
.field--name-dynamic-block-fieldnode-join-links .register-link a{
  margin: 15px 0;
  background-color: #3b86d1;
  width: 100%;
  display: block;
  float: right;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-family: 'Roboto Condensed';
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
}
#block-views-block-professionals-header-block-1 .nopadding .parent-bottom .name {
    background-color: rgba(80, 80, 80, 0.5) !important;
    bottom: 0 !important;
    width: 100%;
}
article .field--name-body ul li, article .field--name-body ol li {
    margin-bottom: 2px;
}
#footer-ads .container{
  padding-bottom: 2px;
}
.page-node-type-conference .field--name-dynamic-block-fieldnode-join-links .view-join-links .link-btn.color3 {
  display: block;
  float: none;
  margin: 15px auto;
  text-align: center;
  width: 60%;
}
p.comment__time {
  font-size: 82%;
  margin-bottom: .4em;
}
.comment {
  padding-left: 2em;
}
div.comment__content nav {
  margin-top: .4em;
}
#edit-comment-body-0-format {
  display: none;
}
.sharethis-wrapper {
  margin-top: .6em;
}
/*
#main-menu #block-adaa-main-menu ul li:nth-last-child(-n+2) a {
  display: none;
}
#main-menu.mobile-main-menu #block-adaa-main-menu ul li:nth-last-child(-n+2) a {
  display: block;
}
*/

#main-menu #block-adaa-main-menu ul li.menu-6, #main-menu #block-adaa-main-menu ul li.menu-7, #main-menu #block-adaa-main-menu ul li.menu-8 {
  display:none;
}
#main-menu.mobile-main-menu #block-adaa-main-menu ul li.menu-6, #main-menu.mobile-main-menu #block-adaa-main-menu ul li.menu-7, #main-menu.mobile-main-menu #block-adaa-main-menu ul li.menu-8 {
  display: block;
}

/*  Exposed Filters  */
#block-exposedformduplicate-of-resources-disorderspage-1 .form--inline .js-form-item label,
#block-exposedformresources-disorderspage-1 .form--inline .js-form-item label,
#block-exposedformwebinarpage-1 .form--inline .js-form-item label,
#block-exposedformwebinarpage-2 .form--inline .js-form-item label,
#block-exposedformwebinarpage-3 .form--inline .js-form-item label,
#block-exposedformwebinarpage-4 .form--inline .js-form-item label,
#block-exposedformwebinarpage-5 .form--inline .js-form-item label,
#views-exposed-form-blog-posts-page-1 .form--inline .js-form-item label,
#views-exposed-form-blog-posts-page-2 .form--inline .js-form-item label  {
  display: block;
  color: #3893a5;
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
}
#block-exposedformduplicate-of-resources-disorderspage-1 .form--inline .js-form-item,
#block-exposedformresources-disorderspage-1 .form--inline .js-form-item,
#block-exposedformwebinarpage-1 .form--inline .js-form-item,
#block-exposedformwebinarpage-2 .form--inline .js-form-item,
#block-exposedformwebinarpage-3 .form--inline .js-form-item,
#block-exposedformwebinarpage-4 .form--inline .js-form-item,
#block-exposedformwebinarpage-5 .form--inline .js-form-item,
#views-exposed-form-blog-posts-page-1 .form--inline .js-form-item,
#views-exposed-form-blog-posts-page-2 .form--inline .js-form-item {
  max-width: 100%;
  margin-top: 0;
}
#edit-submit-duplicate-of-resources-disorders,
#edit-submit-resources-disorders,
#edit-submit-webinar,
#edit-submit-blog-posts {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'roboto condensed';
  text-transform: uppercase;
  background-color: #aeae13;
  border-radius: 3px;
  border: 1px solid #aeae13;
  margin-bottom: 10px;
  display: inline-block;
  padding: 3px 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#edit-reset {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'roboto condensed';
  text-transform: uppercase;
  background-color: #3893a5;
  border-radius: 3px;
  margin-left: 10px;
  border: 1px solid #3893a5;
  margin-bottom: 10px;
  display: inline-block;
  padding: 3px 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.views-exposed-form #edit-actions > input.form-submit {
  display: inline-block;
}
h2.notopmargin {
  margin-top: 0 !important;
}
.views-exposed-form > div > form > div > div.form-type-select,
.views-exposed-form > div > form > div > div > select.form-select {
  width: 100%;
}
#block-exposedformresources-disorderspage-1::before,
#block-exposedformduplicate-of-resources-disorderspage-1::before {
  content: "Search all podcasts";
  color: #aeae13;
  font-size: 24px;
  font-weight: bold;
}
#block-exposedformwebinarpage-1::before,
#block-exposedformwebinarpage-4::before {
  content: "Search all webinars";
  color: #aeae13;
  font-size: 24px;
  font-weight: bold;
}
#block-exposedformwebinarpage-5::before {
  content: "Search bundled webinars";
  color: #aeae13;
  font-size: 24px;
  font-weight: bold;
}
#block-exposedformwebinarpage-3::before {
  content: "Search recorded webinars";
  color: #aeae13;
  font-size: 24px;
  font-weight: bold;
}
#block-exposedformwebinarpage-2::before {
  content: "Search upcoming webinars";
  color: #aeae13;
  font-size: 23px;
  font-weight: bold;
}
#views-exposed-form-blog-posts-page-1::before,
#views-exposed-form-blog-posts-page-2::before {
  content: "Search blog posts";
  color: #aeae13;
  font-size: 23px;
  font-weight: bold;
}

@media (min-width: 992px) {
  
  /* Banner Ads */
  #block-betterhelpafforablead img {
    max-width: none;
  }
  #block-betterhelpgreenad img {
    max-width: none;
  }
  #block-betterhelpblackad img {
    max-width: none;
  }

  /* Menu Adjustments 
  #main-menu #block-professionals-4 > div > ul.menu > li:last-child, #main-menu #block-professionals-4 > div > ul.menu > li:nth-child(-n+2) {
    display: none;
  } */
  #main-menu #block-professionals-4 ul.menu > li > a:last-child {
    display: none;
  }
  #main-menu #block-professionals-4 ul.menu > li > ul > li > ul {
    left: 215px !important;
    top: 0;
  }

}
.nimh-logo {
    display: table-cell;
    vertical-align: middle;
}
.nimh-logo > img {
  margin: 15px 0;
}
.format3 {
  width: 90%;
  float: none;
}
@media (max-width: 767px) {
  .format3 {
    margin-top: 10px;
  }
}

/* App Highlight */
.view-app-highlight .views-field-field-app-image,
.view-app-highlight .views-field-title {
  text-align: center;
}
.view-app-highlight .views-field-title .field-content{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
}
.view-app-highlight .views-field-body {
  color:#000;
}
.view-app-highlight .flex-direction-nav {
  display: none;
}
.slideshow.view.view-app-highlight.view-id-app_highlight.view-display-id-block_1 {
  position: relative;
}
.view-app-highlight .view-footer {
	position: absolute;
  bottom: -70px;
}
.view-app-highlight .view-footer .app-disclaimer {
  margin-top: 10px !important;
}
#block-views-block-app-highlight-block-1 {
	padding-bottom: 90px !important;
}


/* menu tweaks  */
#main-menu #block-professionals-4 ul.menu li a:hover {
  background-color: #878a8f!important;
}
#main-menu #block-professionals-4 ul.menu > li.sf-depth-1.sfHover > a {
  background-color: #008086;
}
#block-adaa-main-menu > ul > li > a:hover, #block-adaa-main-menu > ul > li > a:active {
  background-color: #acad2a !important;
}
#block-adaa-main-menu ul.menusub {
  webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
}

/*  Sidebar Menu Tweaks   */
#sidebar-second nav h2, #sidebar-second div#block-custommenutitle h2 {
  display: none;
}
#sidebar-second .menu-item--expanded {
  list-style: none;
}

/* Webinar Full Content Styles */
.page-node-type-webinar .breadcrumb {
  display: none;
}
.node--type-webinar > .node__content > .row > div {
  padding: 0 15px;
}
.node--type-webinar > .node__content > .row > div.field--name-body {
  margin-bottom: 25px;
}
.node--type-webinar img {
  width:100%;
}
.node--type-webinar .field--name-field-level .field__label:after {
  content: ':  ';
}
.node--type-webinar .field--name-field-level .field__items div:nth-child(2):before {
  content: ' - ';
}
.node--type-webinar .field--name-field-category .field__items div:nth-child(2):before {
  content: ', ';
}
.node--type-webinar .field--name-field-end-time:after {
  content: ' ET';
}
.node--type-webinar .field--name-field-member-non-ce-price.field__item:before,
.node--type-webinar .field--name-field-non-member-non-ce-price.field__item:before {
  content: 'Non-CE: $ ';
}
.node--type-webinar .field--name-field-member-price:before,
.node--type-webinar .field--name-field-non-member-price:before {
  content: 'CE: $ ';
}
.node--type-webinar .field--name-field-level .field__items .field__item a {
  color: #000;
  pointer-events: none;
  cursor: default;
}
.node--type-webinar .field--type-datetime,  
.node--type-webinar .field--name-field-member-price,
.node--type-webinar .field--name-field-non-member-price,
.node--type-webinar .field--name-field-member-non-ce-price,
.node--type-webinar .field--name-field-non-member-non-ce-price {
  display: inline-block;
  margin-bottom: 10px;
}
.node--type-webinar .field--name-field-ce-credit {
  margin-bottom: 10px;
}
.node--type-webinar .field--name-field-member-price,
.node--type-webinar .field--name-field-non-member-price {
  margin-left: 50px;
}
.node--type-webinar .col-sm-4 .field--name-field-image,
.node--type-webinar .featuring,
.node--type-webinar .field--name-field-presenter .field__label,
.node--type-webinar .video-wrapper,
.node--type-webinar .field--name-field-webinar-topic,
.node--type-webinar .field--name-field-category {
  margin-bottom: 10px;
}
.node--type-webinar .field--name-field-presenter {
  font-weight: bold;
  font-size: 16px;
}
.node--type-webinar .field--name-field-presenter .field__item {
  margin-bottom: 20px;
}
.node--type-webinar-presenter .field--name-body p {
  font-weight: 300;
  font-family: "Arimo";
  font-size: 16px;
}
.public-webinars .col-sm-9,
 {
  width: 100%;
}
.node--type-webinar .registration-button .field--name-field-webinar-link a {
  font-size:0;
}
.node--type-webinar .registration-button .field--name-field-webinar-link a:before {
  content: url(/sites/default/files/register-here.png);
  margin: 10px 0;
}
.node--type-webinar .featuring {
  padding: 0;
}
.node--type-webinar .featuring h3, .node--type-webinar header, .node--type-webinar header h2 {
  color:#9b9764 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0 !important;
  display: inline-block;
}
.node--type-webinar .featuring > header:last-of-type:not(:only-of-type):before,
.view-webinar .field--name-field-presenter .field__item:last-of-type:not(:only-of-type):before,
.view-featured-webinar .field--name-field-presenter .field__item:last-of-type:not(:only-of-type):before {
  content: '& ';
}
.node--type-webinar .featuring > header:not(:last-of-type) > h2 > a > span.field--name-title {
  white-space: pre;
}
.node--type-webinar .featuring .field--name-field-webinar-type {
  display: none;
}
.node--type-webinar .field--name-field-category .field__label,
.node--type-webinar .field--name-field-category .field__items,
.node--type-webinar .field--name-field-category .field__items .field__item,
.node--type-webinar .field--name-field-level div {
  float: none;
  display: inline-block;
}
.node--type-webinar .row > div.field--name-body {
  clear: both;
}
#recorded-buttons a {
  font-size: 16px;
  margin-bottom: 20px;
}
.node--type-webinar .col-sm-8 h3 {
  margin: 0 !important;
  font-size: 16px;
}
.field--name-field-rfp {
  display: none;
}
article.node--type-webinar header a:hover {
  color: #9b9764;
}
@media (max-width: 767px) {
  .node--type-webinar .field--name-field-ce-credit {
    display: block;
    margin-left: 0;
  }
  .node--type-webinar.node--view-mode-teaser .col-sm-3 .field--name-field-image img {
    max-width: 50%;
    margin: 0px auto;
    display: block;
  }
}

/* Webinar Teaser Styles */
.view-webinar .row,
.view-webinar .field--name-field-image, 
.view-webinar .field--name-field-youtube-url,
.view-webinar .field--name-body,
.view-webinar .field--name-field-start-time {
  margin: 0 0 10px 0;
}
.view-webinar .field--name-node-title h2 {
  margin: 0 0 10px 0!important;
  font-size: 18px!important;
}
.view-webinar .field--name-field-presenter:before,
.view-featured-webinar .field--name-field-presenter:before {
  content: 'Featuring: ';
  font-weight: 800;
  color: #009fa6;
  margin-bottom: 10px;
}
.view-webinar .field--name-field-presenter .field__item,
.view-featured-webinar .field--name-field-presenter .field__item {
  display: inline-block;
  color: #009fa6;
  font-weight: 800;
  margin-bottom: 0;
}
.view-webinar .field--name-field-presenter .field__item:last-of-type,
.view-featured-webinar .field--name-field-presenter .field__item:last-of-type {
	margin-bottom: 10px;
}
.view-webinar .field--name-field-subtitles .field__item:before {
	content: "- ";
}
.view-webinar .field--name-field-subtitles .field__item {
	font-weight: bold;
}
.view-webinar .field--name-field-subtitles {
	margin-bottom: 10px;
}
.webinar-category-links {
  margin-left: 20px;
}
.view-webinar .view-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #8a8a8a;
}
.view-webinar .field--name-field-recorded-or-upcoming {
  display: none;
}
.view-webinar .view-header ul {
  margin-left: 40px;
}

/* Featured Webinar Sidebar Block */
.view-featured-webinar .field--name-field-image {
  text-align: center;
  margin-bottom: 10px;
}
.view-featured-webinar .field--name-field-image img {
  width:175px;
}
.view-featured-webinar .field--name-node-title h2 {
  font-size: 16px !important;
}
.view-featured-webinar {
  text-align: center;
}
.view-featured-webinar .field--name-node-link a {
  color: #fff !important;
}
.view-featured-webinar .field--name-field-start-time {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.view-featured-webinar .field--name-field-recorded-or-upcoming {
  display: none;
}
.view-featured-webinar.view-display-id-block_2 .field--name-field-start-time:before {
  content: 'Recorded: ';
}

/* Add Translate block to top right of header */
#block-gtranslate-2 {
  float: right;
  width: 50%;
  display: block;
  clear: right;
  margin-bottom: 8px;
}
#block-gtranslate-2 div.content {
  float: right;
}
#block-adaa-search {
  clear: right;
}

/* Blog Post Design */
.view-blog-posts .view-content .views-row .row p img:first-of-type {
	display: none;
}
.view-blog-posts .view-content .views-row .row .col-sm-8 {
	padding-left: 0;
}
.view-blog-posts .view-content .views-row .row .col-sm-8 .field--name-field-author {
	margin-bottom: 0;
}
.view-blog-posts .view-content .views-row .row .col-sm-8 .field--name-node-post-date {
	margin-bottom: 15px;
}
.view-blog-posts .view-content .views-row .row h4 {
	margin-top: 0px !important;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 15px;
	font-family: Arimo;
}
.view-blog-posts .view-content .views-row .row .field--name-body {
	padding: 0 15px;
}
article.node--view-mode-full .field--name-field-presenter-image {
	float: left;
    margin: 0 15px 15px 0;
}
.view-blog-posts .field--name-field-presenter-image > a > img {
	width: 100%;
}
.view-blog-posts .field--name-field-presenter-image {
	max-height: 180px;
    overflow-y: hidden;
}
img.blog-header-img {
	padding-left: 0;
}
body.path-blog-posts div#block-breadcrumbs {
	display: none;
}

/* Mental Health Apps (Psyberguide) */
.view-mental-health-apps.view-id-mental_health_apps {
	padding: 0 15px;
}
.view-mental-health-apps .view-header ul {
  margin-left: 40px;
  margin-bottom: 10px;
}
.view-mental-health-apps .view-header ul > ul {
  margin-left: 60px;
}
.view-mental-health-apps.view-display-id-block_1 .view-header {
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8a8a8a;
}
.pg-logo {
	width: 50%;
}