/***************************************
*** Custom theme styles for NY G&B theme
***************************************/


/*
* Load fonts from Typography.com - Usage

Didot Light

font-family: "Didot 06 A", "Didot 06 B";
font-style: normal;
font-weight: 300;

Didot Light Italic

font-family: "Didot 06 A", "Didot 06 B";
font-style: italic;
font-weight: 300;

Didot Bold

font-family: "Didot 06 A", "Didot 06 B";
font-style: normal;
font-weight: 700;

Didot Bold italic

font-family: "Didot 06 A", "Didot 06 B";
font-style: normal;
font-weight: 700;


Gotham Light

font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300;

Gotham Light italic

font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300;

Gotham Medium

font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 500;

Gotham medium italic

font-family: "Gotham A", "Gotham B";
font-style: italic;
font-weight: 500;

Gotham Bold

font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 700;

Gotham Bold italic

font-family: "Gotham A", "Gotham B";
font-style: italic;
font-weight: 700;

*/

html {
  font-family: "Gotham A", "Gotham B";
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.375em;
  margin: 0 auto;
  padding: 0;
  max-width: 2200px;
}

body *,
body *:before,
body *:after {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: "Didot 06 A", "Didot 06 B";
  font-weight: 700;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 30px;
}

h1.page-header {
  padding:0;
  border:none;
  margin: 0 0 30px;
}


h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px;
}

h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

a {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  -webkit-transition: color ease-in-out .33s;
  -moz-transition: color ease-in-out .33s;
  -ms-transition: color ease-in-out .33s;
  transition: color ease-in-out .33s;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a {
  font-family: "Didot 06 A", "Didot 06 B";
  font-weight: 700;
}

.page-node .node .field-name-body ul,
.page-node .node .field-name-body ol {
  list-style-position: outside;
  padding: 0 0 0 15px;
}

a:hover,
a:focus {
  color: #286fb6;
}

/* Buttons */
.btn:not([type="submit"]),
.views-exposed-widget .btn.btn-info.form-submit,
.pager--infinite-scroll li.pager__item > a,
.page-node .elib-action-links .field a,
.field-name-field-register-link a,
.elib-item-link a,
.views-reset-button button,
#mc_embed_signup .button,
.comment-form .btn-default,
.block-custom-search-blocks .btn-primary,
.page-search .region-content .search-form .btn-primary,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a {
  background-color: transparent;
  border: solid 1px #286fb6;
  color: #286fb6;
  display: inline-block;
  padding: 4px 45px 4px 30px;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  position: relative;
  height: 34px;
  min-width: 160px;
}

.flag-wrapper > a,
.flag_link {
  background-color: #ffd44f;
  border: solid 1px #286fb6;
  color: #286fb6;
  display: inline-block;
  padding: 4px 45px 4px 30px;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  position: relative;
  height: 34px;
  min-width: 160px;
}

.btn:not([type="submit"]):hover,
.btn:not([type="submit"]):focus,
.views-exposed-widget .btn.btn-info.form-submit:hover,
.views-exposed-widget .btn.btn-info.form-submit:focus,
.pager--infinite-scroll li.pager__item > a:hover,
.pager--infinite-scroll li.pager__item > a:focus,
.flag-wrapper > a:hover,
.flag-wrapper > a:focus,
.page-node .elib-action-links .field a:hover,
.page-node .elib-action-links .field a:focus,
.field-name-field-register-link a:hover,
.field-name-field-register-link a:focus,
.elib-item-link a:hover,
.elib-item-link a:focus,
#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus,
.comment-form .btn-default:hover,
.block-custom-search-blocks .btn-primary:hover,
.page-search .region-content .search-form .btn-primary:hover,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a:hover,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a:focus {
  background-color: #286fb6;
  border-color: #286fb6;
  color: #fff;
  text-decoration: none;
}

.btn.white:not([type="submit"]) {
  border-color: #fff;
  color: #fff;
}

.btn.white:not([type="submit"]):hover,
.btn.white:not([type="submit"]):focus {
  background-color: #fff;
  border-color: #fff;
  color: #286fb6;
}


.btn-primary,
.views-exposed-widget .btn.btn-info.form-submit,
.pager--infinite-scroll li.pager__item > a,
.flag-wrapper > a,
.page-node .elib-action-links .field a,
.field-name-field-register-link a,
.elib-item-link a,
#mc_embed_signup .button,
.comment-form .btn-default,
.block-custom-search-blocks .btn-primary,
.page-search .region-content .search-form .btn-primary,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a {
  position: relative;
}

.btn-primary:not([type="submit"]):after,
.views-exposed-widget .btn.btn-info.form-submit:after,
.pager--infinite-scroll li.pager__item > a:after,
.page-node .elib-action-links .field a:after,
.field-name-field-register-link a:after,
.elib-item-link a:after,
#mc_embed_signup .button:after,
.comment-form .btn-default:after,
.block-custom-search-blocks .btn-primary:after,
.page-search .region-content .search-form .btn-primary:after,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid white;
  border-left: 14px solid transparent;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.btn-primary:not([type="submit"]):before,
.views-exposed-widget .btn.btn-info.form-submit:before,
.pager--infinite-scroll li.pager__item > a:before,
.page-node .elib-action-links .field a:before,
.field-name-field-register-link a:before,
.elib-item-link a:before,
#mc_embed_signup .button:before,
.comment-form .btn-default:before,
.block-custom-search-blocks .btn-primary:before,
.page-search .region-content .search-form .btn-primary:before,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: #ffd44f;
  border-top: 14px solid #286fb6;
  border-left: 14px solid white;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.yellow-bgr .btn-primary:not([type="submit"]):after {
  border-top: 14px solid #ffd540;
}

.yellow-bgr .btn-primary:not([type="submit"]):before { /* On yellow background */
  border-left: 14px solid #ffd540;
}

.btn-primary:not([type="submit"]):hover:before,
.btn-primary:not([type="submit"]):focus:before,
.views-exposed-widget .btn.btn-info.form-submit:hover:before,
.views-exposed-widget .btn.btn-info.form-submit:focus:before,
.pager--infinite-scroll li.pager__item > a:hover:before,
.pager--infinite-scroll li.pager__item > a:focus:before,
.flag-wrapper > a:hover:before,
.flag-wrapper > a:focus:before,
.page-node .elib-action-links .field a:hover:before,
.page-node .elib-action-links .field a:focus:before,
.field-name-field-register-link a:hover:before,
.field-name-field-register-link a:focus:before,
.elib-item-link a:hover:before,
.elib-item-link a:focus:before,
#mc_embed_signup .button:hover:before,
#mc_embed_signup .button:focus:before,
.comment-form .btn-default:hover:before,
.comment-form .btn-default:focus:before,
.block-custom-search-blocks .btn-primary:hover:before,
.block-custom-search-blocks .btn-primary:focus:before,
.page-search .region-content .search-form .btn-primary:hover:before,
.page-search .region-content .search-form .btn-primary:focus:before,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a:hover:before,
.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a:focus:before {

  border-left: 14px solid #286fb6;
}





/* Shapes */

.crop-shape-right,
.page-node-20 .region-content-bottom-one .block-content,
.page-node-25 .region-content-bottom-one .block-content {
  border: solid 1px #dee3de;
  padding: 20px;
  position: relative;
}

.crop-shape-right:before,
.page-node-20 .region-content-bottom-one .block-content:before,
.page-node-25 .region-content-bottom-one .block-content:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid #dee3de;
  border-left: 14px solid white;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.crop-shape-right:after,
.page-node-20 .region-content-bottom-one .block-content:after,
.page-node-25 .region-content-bottom-one .block-content:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid white;
  border-left: 14px solid transparent;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.page-node-20 .region-content-bottom-one .block-content:before,
.page-node-25 .region-content-bottom-one .block-content:before {
  border-left: 14px solid #f6f6f6;
}

.page-node-20 .region-content-bottom-one .block-content:after,
.page-node-25 .region-content-bottom-one .block-content:after {
  border-top: 14px solid #f6f6f6;
}

.crop-shape-bottom-right,
.social-flag_wrapper .social-share {
  border: solid 1px #286fb7;
  padding: 20px;
  position: relative;
}




.crop-shape-bottom-right:before,
.social-flag_wrapper .social-share:before {
  content: "";
  display: block;
  position: absolute;
  top:auto;
  bottom: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid #fff;
  border-right: 14px solid #286fb7;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.crop-shape-bottom-right:after,
.social-flag_wrapper .social-share:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid transparent;
  border-right: 14px solid white;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  visibility: visible !important;
  clear: none;
  display: block;
}


.skew-shape-right  {
  position: relative;
  text-align: center;
  padding: 15px 30px 15px 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.skew-shape-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: solid 1px #286fb6;
  border-right: none;
  width: calc(100% - 15px);
  z-index: -1;
}



.skew-shape-right:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  height: 100%;
  width: 15px;
  border: solid 1px #286fb6;
  border-left: none;
  -webkit-transform: skew(0deg, 23deg);
  -moz-transform: skew(0deg, 23deg);
  -ms-transform: skew(0deg, 23deg);
  -o-transform: skew(0deg, 23deg);
  transform: skew(0deg, 23deg);
  z-index: -1;
}

.skew-shape-right.big  {
  padding: 20px 30px 20px 20px;
}

.skew-shape-right.big:before  {
  border-width: 5px;
  width: calc(100% - 30px);

}

.skew-shape-right.yellow:before  {
  border-color: #ffd54f;
}

.skew-shape-right.big:after  {
  border-width: 5px;
  width: 30px;
  top: 6px;
}

.skew-shape-right.yellow:after  {
  border-color: #ffd54f;

}


.skew-shape-left  {
  position: relative;
  text-align: center;
  padding: 15px 30px 15px 30px;
  margin-bottom: 10px;
  display: inline-block;
}


.skew-shape-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: solid 1px #286fb6;
  border-left: none;
  width: calc(100% - 15px);
  z-index: -1;
}

.skew-shape-left:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -15px;
  height: 100%;
  width: 15px;
  border: solid 1px #286fb6;
  border-right: none;
  -webkit-transform: skew(0deg, -23deg);
  -moz-transform: skew(0deg, -23deg);
  -ms-transform: skew(0deg, -23deg);
  -o-transform: skew(0deg, -23deg);
  transform: skew(0deg, -23deg);
  z-index: -1;
}

.skew-shape-left.big  {
  padding: 20px 20px 20px 30px;
}

.skew-shape-left.big:before  {
  border-width: 5px;
  width: calc(100% - 25px);

}

.skew-shape-left.yellow:before  {
  border-color: #ffd54f;
}

.skew-shape-left.big:after  {
  border-width: 5px;
  width: 30px;
  top: 6px;
  left: -5px;
  left:0;
}

.skew-shape-left.yellow:after  {
  border-color: #ffd54f;

}

.skew-shape-left.yellow.solid:before  {
  background-color: #ffd54f;
}

.skew-shape-left.yellow.solid:after  {
  background-color: #ffd54f;
}

/* Hide Page title with css */
.page-wrapper.Yes .main-container h1.page-header {
  display: none;
}

/*
* Helper classes
*/

.full-width {
  width: 100%;
}

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

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

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

p > strong,
ul li strong {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}


p.first-letter::first-letter {
  font-family: "Didot 06 A", "Didot 06 B";
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #286fb7;
  float:left;
}

.row-height {
  display: table;
  width: 100%;
  margin: 0;
}

.row-height > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}

.field-name-body img {
  max-width: 100%;
  height: auto;
}

/*
* Bootstrap overrides
*/
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-first aside.col-sm-3 {
    display: none;
  }

  .sidebar-first aside.col-sm-3 + .col-sm-9 {
    width: 100%;
    overflow: hidden;
  }

}

@media screen and (min-width: 992px) {
  .sidebar-first aside.col-sm-3 {
    width: 16.66666667%;
  }

  .sidebar-first aside.col-sm-3 + .col-sm-9 {
    width: 83.33333333%;
  }

}

.navbar-default {
  background-color: transparent;
  border:none;
  border-radius: 0;
  min-height: inherit;
  margin: 0 auto;
}

/*
* Paragraphs styles
*/

.paragraphs-item-call-out-left-wysiwyg-right,
.paragraphs-item-wysiwyg-left-call-out-right,
.paragraphs-item-wysiwyg-left-callout-right-solid {
  padding: 30px 0;
}

.paragraphs-item-call-out-left-wysiwyg-right .field-name-field-call-out-left,
.paragraphs-item-wysiwyg-left-call-out-right .field-name-field-call-out-right,
.paragraphs-item-wysiwyg-left-callout-right-solid .field-name-field-callout-right-solid-bgr {
  text-align: left;
}

.paragraphs-item-heading-two h2.heading-2 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dfe4df;
}

.paragraphs-item-image-upload-left-text-right {
  margin: 20px 0;
}

.paragraphs-item-image-upload-left-text-right .text-wrapper h2 {
  margin: 70px 0 20px;
}

.paragraphs-item-image-upload-left-text-right .text-wrapper p {
  margin: 0 0 30px;
}

.paragraphs-item-image-upload-left-text-right .text-wrapper .skew-shape-left {
  top: -60px;
  right: -10px;

}

.paragraphs-item-image-upload-left-text-right .text-wrapper .btn {
  width: 100%;
}

.entity-paragraphs-item .field-name-field-wysiwyg .btn {
  width: 100%;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .paragraphs-item-call-out-left-wysiwyg-right .col-sm-4,
  .paragraphs-item-wysiwyg-left-call-out-right .col-sm-4 {
    margin: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .paragraphs-item-image-upload-left-text-right .text-wrapper h2 {
    margin: 0px 0 20px;
  }

  .paragraphs-item-image-upload-left-text-right .text-wrapper .skew-shape-left {
    top: 0px;
    right: 0px;

  }
}

/*
* Header region
*/

header[role="banner"] {
  padding: 0;
}

#page-header {
  padding: 0 15px;
}

#page-header .block {
  float: right;
  margin-top: 30px;
  display: none;
}

/* Login link block */
#page-header .top-bar_dashboard-link_block,
#page-header .top-bar_login-link_block {
  margin-top: 35px;
}

#page-header .top-bar_login-link_block .block-content a,
#page-header .top-bar_dashboard-link_block .block-content a {
  color: #000;
  font-size: 15px;
  padding: 10px;
  -webkit-transition: all ease-in-out .33s;
  -moz-transition: all ease-in-out .33s;
  -ms-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}

#page-header .top-bar_login-link_block a:hover,
#page-header .top-bar_login-link_block a:focus,
#page-header .top-bar_dashboard-link_block a:hover,
#page-header .top-bar_dashboard-link_block a:focus {
  color: #286fb6;
  text-decoration: underline;
}

/* Block search */
#page-header .block-search {
  margin-left: 15px;
}

#page-header .block-search form {
  width: 200px;
  height: 30px;

}

#page-header .block-search .input-group {
  width: 100%;
}

#page-header .block-search input[type="text"] {
  padding-right: 40px;
  border-radius: 0;
  border: solid 1px #dee3de;
}

#page-header .block-search input[type="text"]:focus {
  border-color: #c8cdca;
  outline: none;
  box-shadow: none;
}

#page-header .block-search .btn {
  color: #000;
  background-color: #fff;
  border:none;
  border-left: solid 1px #dee3de;
  text-indent: -999em;
  position: relative;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: -33px;
  position: relative;
}

#page-header .block-search input[type="text"]:focus + span > .btn {
  border-color: #c8cdca;

}

#page-header .block-search .btn:after {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  content: "\f002";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #000;
  text-indent: initial;
  -webkit-transition: all ease-in-out .33s;
  -moz-transition: all ease-in-out .33s;
  -ms-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}

#page-header .block-search .btn:hover:after,
#page-header .block-search .btn:focus:after {
  background-color: #286fb6;
  color: white;
}

header[role="banner"] .navbar-header {
  padding-left: 15px;
  padding-top: 15px;
  float: left;
}

.navbar-default .navbar-toggle {
  display: inline-block;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 35px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all ease-in-out .33s;
  -moz-transition: all ease-in-out .33s;
  -ms-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}

.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}



.navbar-default .navbar-toggle.expanded {
  background-color: #286fb6;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #222;
  -webkit-transition: all ease-in-out .33s;
  -moz-transition: all ease-in-out .33s;
  -ms-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}

.navbar-default .navbar-toggle.expanded .icon-bar {
  background-color: white;
}

/* Main menu */

header[role="banner"] .navbar-collapse {
  clear:both;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block !important;
  padding-bottom: 0;
  border: none;
}

header[role="banner"] .navbar-collapse.in {
  display: block !important;
}

header[role="banner"] .navbar-inner {
  padding: 0;
}

header[role="banner"] .navbar-collapse .navbar-nav {
  margin: 15px 0 0;
  float: none;

}

header[role="banner"] .navbar-collapse .navbar-nav > li {
  float: none;
  clear:both;
}

header[role="banner"] .navbar-collapse .navbar-nav > li > a {
  padding: 15px 20px;
  background-color: #fff;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  -webkit-transition: all ease-in-out .33s;
  -moz-transition: all ease-in-out .33s;
  -ms-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
  border-bottom: solid 1px #dee3de;
}

header[role="banner"] .navbar-collapse .navbar-nav > li.first > a {
  border-top: solid 1px #dee3de;
}

header[role="banner"] .navbar-collapse .navbar-nav > li > a:hover,
header[role="banner"] .navbar-collapse .navbar-nav > li > a:focus {
  background-color: #fff;
}

header[role="banner"] .navbar-collapse .navbar-nav > li.last > a {
  background-color: #ffd44f;
}



header[role="banner"] .navbar-collapse .navbar-nav > li.last > a:hover,
header[role="banner"] .navbar-collapse .navbar-nav > li.last > a:focus {
  background-color: #286fb6;
  color: #fff;

}

header[role="banner"] .dropdown-menu > li > a {
  border-bottom: solid 1px #dee3de;
  display: block;
  padding: 15px 20px 15px 30px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #000;
  white-space: normal;
  font-size: 13px;

}

header[role="banner"] .dropdown-menu > li.first > a {
  border-top: none;
}

header[role="banner"] .dropdown-menu > li.last > a {

}



@media screen and (max-width: 991px) {

  /* Mean Menu styles */

  a.meanmenu-reveal {
    display: block;
  }

  #navbar .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 0;
    min-height:inherit;
    z-index: 999999;
    margin-top: 20px;
  }

  #navbar .mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: -105px;
    right: 15px !important;
    cursor: pointer;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    transition: background-color ease-in-out .33s;
  }

  #navbar .mean-container a.meanmenu-reveal span {
    display: block;
    background: #222;
    height: 2px;
    margin-top: 4px;
    border-radius: 1px;
  }

  #navbar .mean-container a.meanmenu-reveal.meanclose {
    background-color: #286fb6;
  }

  #navbar .mean-container a.meanmenu-reveal.meanclose span {
    background-color: #fff;
  }

  #navbar .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 0;

  }

  #navbar .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: none;
  }

  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }

  #navbar .mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 50px 15px 20px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    border:none;
    text-decoration: none;
    text-transform: none;
    background-color: #fff;
    color: #000;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all ease-in-out .33s;
    -moz-transition: all ease-in-out .33s;
    -ms-transition: all ease-in-out .33s;
    transition: all ease-in-out .33s;
    border-bottom: solid 1px #dee3de;
  }

  #navbar .mean-container .mean-nav ul li li a {
    font-size: 13px;
    width: 100%;
    padding: 15px 50px 15px 30px;
    box-sizing: border-box;
    border:none;
    border-bottom: solid 1px #dee3de;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none !important;
    visibility: visible;
  }

  #navbar .mean-container .mean-nav ul li.mean-last a,
  #navbar .mean-container .mean-nav ul li.mean-last a:hover,
  #navbar .mean-container .mean-nav ul li.mean-last a:focus {
    border-bottom: none;
    margin-bottom: 0;
    background: #ffd44f;
  }

  #navbar .mean-container .mean-nav ul li li li a {
    width: 100%;
    padding: 15px 50px 15px 40px;
    box-sizing: border-box;
  }

  #navbar .mean-container .mean-nav ul li li li li a {
    width: 100%;
    padding: 15px 50px 15px 50px;
    box-sizing: border-box;
  }

  #navbar .mean-container .mean-nav ul li li li li li a {
    width: 100%;
    padding: 15px 50px 15px 60px;
    box-sizing: border-box;
  }

  #navbar .mean-container .mean-nav ul li a:hover,
  #navbar .mean-container .mean-nav ul li a:focus {
    background: #eee;
  }

  #navbar .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0;
    width: 22px;
    height: 21px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #fff;
    border: none !important;
    box-sizing: content-box;
    background-color: transparent;
  }

  #navbar .mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #eee;
  }

  #navbar .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  #navbar .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar,
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }


  .mean-remove {
    display: none !important;
  }

}

@media screen and (max-width: 479px) {
  header[role="banner"] .navbar-header .logo {
    max-width: 220px;
  }

  header[role="banner"] .navbar-header .logo img {
    max-width: 100%;
    height: auto;
  }

  .navbar-default .navbar-toggle {
    margin-top: 25px;
  }
}

@media screen and (max-width: 359px) {
  header[role="banner"] .navbar-header .logo {
    max-width: 200px;
  }
}

@media screen and (min-width: 992px) {
  #page-header .block {
    display: inline-block;
  }

  .navbar-default .navbar-toggle {
    display: none;
  }

  header[role="banner"] .navbar-collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  header[role="banner"] .navbar-collapse .navbar-nav {
    width: 100%;
    display: table;
    border-top: solid 1px #dee3de;
    border-bottom: solid 1px #dee3de;
    margin-top: 15px;
  }

  header[role="banner"] .navbar-collapse .navbar-nav > li {
    float: none;
    clear:none;
    display: table-cell;
    border-right: solid 1px #dee3de;
    text-align: center;
  }


  header[role="banner"] .navbar-collapse .navbar-nav > li > a {
    border-top: none;
    border-bottom: none;
  }

  header[role="banner"] .navbar-collapse .navbar-nav > li.first a {
    border-left: solid 1px #dee3de;
    border-top: none;
  }

  header[role="banner"] .dropdown li a:hover,
  header[role="banner"] .dropdown li a:focus,
  header[role="banner"] .dropdown li a.active {
    color: #000;
    background-color: #dee3de;
  }

  header[role="banner"] .dropdown-menu > li.first > a {
    border-top: solid 1px #dee3de !important;
  }

  header[role="banner"] .dropdown-menu > li.last > a {
    border: none;
  }

  header[role="banner"] .navbar-collapse .navbar-nav > li > a span.caret {
    display: none;

  }

  header[role="banner"] .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 0;
    margin: 0;
    width: 100% !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dee3de;
    border-top: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  header[role="banner"] .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
  }
}

/*
* Highlighted section
*/

/* Flexslider overrides */
.flexslider {
  margin: 0;
  background: #fff;
  border:none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow:  none;
  -moz-box-shadow:  none;
  -o-box-shadow:  none;
  box-shadow: none;
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 36px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0,0,0, .5);
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flexslider .flex-direction-nav a:before {

  font-family: 'FontAwesome';
  font-size: 36px;
  display: inline-block;
  content: "\f104";
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  line-height: 34px;
}

.flexslider .flex-direction-nav .flex-next:before {
  content: "\f105";
}

.flexslider .flex-direction-nav .flex-prev {
  left: 30px;
  text-align: center;
}

.flexslider .flex-direction-nav .flex-next {
  right: 30px;
  text-align: center;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .9;
  left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .9;
  right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}


.featured-content-wrapper {
  position: absolute;
  top:0;
  left: 0;
  right:auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.featured-content-wrapper-inner,
.featured-content-wrapper-inner .row {
  height: 100%;
  position: relative;
}

.featured-content-wrapper .slide-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 640px;
}

.featured-content-wrapper .slide-text {
  background-color: rgba(40, 111, 182, .9);
  padding: 40px 20px 40px 30px;
  position: relative;
  text-align: center;
}

.featured-content-wrapper .slide-text:after {
  content: "";
  position: absolute;
  top: 0;
  right:-15px;
  left: auto;
  bottom: auto;
  height: 100%;
  width: 16px;
  background: url(../images/featured_content_text_bgr.png) no-repeat top;
}

.featured-content-wrapper .btn.white {
  width: 90%;
  background: url(../images/slide_btn_left_bgr.png) no-repeat left;
  border: none;
  padding-right: 0;
  position: relative;
  max-width: 400px;
  height:35px;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  transition:none;
}

.featured-content-wrapper .btn.white:after {
  position: absolute;
  top: 1px;
  right: -13px;
  left: auto;
  bottom: auto;
  content: "";
  background: url(../images/slide_btn_right_bgr.png) no-repeat top;
  width: 14px;
  height:35px;
}

.featured-content-wrapper .btn.white:hover,
.featured-content-wrapper .btn.white:focus {
  background: url(../images/slide_button_bgr_left_hover.png) no-repeat left;
}

.featured-content-wrapper .btn.white:hover:after,
.featured-content-wrapper .btn.white:focus:after {
  background: url(../images/slide_button_bgr_right_hover.png) no-repeat top;
}

.featured-content-wrapper .btn.white a {
  color: #fff;
  position: absolute;
  top: 0;
  left:0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  line-height: 35px;
}

.featured-content-wrapper .btn.white:hover a,
.featured-content-wrapper .btn.white:focus a {
  color: #286fb6;
  text-decoration: none;
}

.featured-content-wrapper h1.slide-title {
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}

.featured-content-wrapper p {
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
}

.view-featured-content .view-content .edit-link-wrapper {
  z-index: 10;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 45%;
}

.view-featured-content .view-content .edit-link-wrapper a {
  color: #fff;
}

@media screen and (max-width: 1299px) {
  #block-views-featured-content-block,
  .pane-views-featured-content-block-1 {
    height: 450px;
  }

  #block-views-featured-content-block .view,
  #block-views-featured-content-block .view-content,
  #block-views-featured-content-block .flexslider,
  #block-views-featured-content-block ul.slides,
  #block-views-featured-content-block ul.slides li,
  #block-views-featured-content-block .img-responsive,
  .pane-views-featured-content-block-1 .pane-content,
  .pane-views-featured-content-block-1 .view,
  .pane-views-featured-content-block-1 .view-content,
  .pane-views-featured-content-block-1 .flexslider,
  .pane-views-featured-content-block-1 ul.slides,
  .pane-views-featured-content-block-1 ul.slides li,
  .pane-views-featured-content-block-1 .img-responsive {
    height: 100%;
  }

  #block-views-featured-content-block ul.slides,
  .pane-views-featured-content-block-1 ul.slides {
    overflow: hidden;
  }

  #block-views-featured-content-block .img-responsive,
  .pane-views-featured-content-block-1 .img-responsive {
    width: auto !important;
    max-width: 500%;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .flexslider .flex-direction-nav .flex-prev {
    left: 0px;
  }

  .flexslider .flex-direction-nav .flex-next {
    right: 0px;
  }

  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0px;
  }


  .flexslider:hover .flex-direction-nav .flex-next {
    right: 0px;
  }


  .featured-content-wrapper .slide-text-wrapper {
    width: 80%;
  }

  .featured-content-wrapper .slide-text {
    margin-left: -16px;
    padding: 10px;
  }

  .featured-content-wrapper h1.slide-title {
    font-size: 24px;
    line-height: 1em;
  }

  .featured-content-wrapper p {
    line-height: 1em;
  }

  .featured-content-wrapper .btn.white {
    width: 100%;
    padding-left: 10px;
    font-size: 10px;
    max-width: 260px;
  }


}

.region-highlighted {
  position: relative;
  overflow: hidden;
}



.region-highlighted .blog_social_links-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 100%;
}

.region-highlighted .blog_social_links-block .container,
.region-highlighted .blog_social_links-block .row,
.region-highlighted .blog_social_links-block .col-sm-8 {
  height: 100%;
  color: white;
}

.region-highlighted .blog_social_links-block .col-sm-8 {
  padding-top: 15px;
}

.region-highlighted .blog_social_links-block .col-sm-8 p {
  display: inline-block;
  margin: 20px 10px 0;
  line-height: 40px;
}

.region-highlighted .blog_social_links-block .col-sm-8 div {
  display: inline-block;
}

.region-highlighted .blog_social_links-block .col-sm-8 div a {
  position: relative;
  color: transparent;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
}

.region-highlighted .blog_social_links-block .col-sm-8 div a:hover,
.region-highlighted .blog_social_links-block .col-sm-8 div a:focus {
  text-decoration: none;
}

.region-highlighted .blog_social_links-block .col-sm-8 div a:after {
  color: white;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  content: "\f16d";
}

.region-highlighted .blog_social_links-block .col-sm-8 div a+a:after {
  content: "\f09a";
}

.region-highlighted .blog_social_links-block .col-sm-8 div a+a+a:after {
  content: "\f099";
}

@media screen and (max-width: 767px) {
  .region-highlighted .blog_social_links-block .col-sm-8 p,
  .region-highlighted .blog_social_links-block .col-sm-8 div {
    display: block;
    text-align: center;
  }

  .region-highlighted .blog_social_links-block .col-sm-8 div a {
    margin-top: 0px;
    float: none;
  }

}

@media screen and (max-width: 1600px) {
  .highlighted-fullwidth-image-block .view-special-headings.view-display-id-block .image-wrapper,
  .blog_press_heading_banner-block .image-wrapper {
    min-height: 120px;
    position: relative;

  }

  .highlighted-fullwidth-image-block .view-special-headings.view-display-id-block .image-wrapper img,
  .blog_press_heading_banner-block .image-wrapper img {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .blog_press_heading_banner-block .image-wrapper {
    min-height: 160px;
  }
}

@media screen and (max-width: 359px) {

  .featured-content-wrapper p {
    display: none;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-press .region-highlighted .blog_social_links-block .col-sm-8 {
    padding-left: 50px;
  }
}

/*
* Main container
*/

@media screen and (max-width:991px) {
  .not-front .main-container {
    padding: 20px 15px;
  }
}

@media screen and (min-width:992px) {
  .not-front .main-container {
    padding: 50px 0px;
  }
}

/* Fix for images in body field */
.page-node .node .field-name-body img {
  clear:both;
  margin: 0 10px 10px;
}

.page-node .node .field-name-body figure.image {
  clear:both;
  margin: 0 10px 10px 10px;
}

/*
* Homepage panel layout
*/

/* 3 blocks section */
.frontpage .pfrow-frontpage-5 {
  padding: 0;
}

.frontpage .pfrow-frontpage-5 .pfregion-frontpage-featured_content_region {
  float:none;
}

.frontpage .three-blocks-row {
  margin: 0;
  padding:30px 0;
}

.frontpage .panel-separator {
  display: none;
}

.frontpage .three-blocks-row .container {
  margin: 0 auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.frontpage .pfregion-frontpage-3_blocks_region-inside .col-md-4 {
  width: 100%;
}

.frontpage .three-blocks-row  .pane-content {
  text-align: center;
}

.frontpage .three-blocks-row  .pane-content h2 {
  clear:both;
  margin-top: 0;

}

.frontpage .three-blocks-row  .pane-content .btn {
  width: 100%;
  margin-top: 15px;
}

.frontpage .three-blocks-row .new-publication-section {
  background-color: #ffd540;
}

.frontpage .three-blocks-row .new-publication-section .pane-content {
  padding:15px;
}

.frontpage .three-blocks-row .new-publication-section .pane-content .skew-shape-right {
  margin-top: 0px;
  float: left;
  z-index: 10;
  background-color: white;
  color: #ffd540;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;

}

.frontpage .three-blocks-row .new-publication-section .pane-content .skew-shape-right:before {
  border: solid 1px white;
  border-right: none;
  width: calc(100% - 15px);
  z-index: -1;
}

.frontpage .three-blocks-row .new-publication-section .pane-content .skew-shape-right:after {
  width: 10px;
  border: solid 1px white;
  background-color: white;
  right: -10px;
}



@media screen and (min-width: 1200px) {
  .frontpage .pfregion-frontpage-3_blocks_region-inside {
    display: table;
  }

  .frontpage .pfregion-frontpage-3_blocks_region-inside .col-md-4 {
    display: table-cell;
    height:100%;
    float:none;
    width: 33.33333333%;
  }

  .frontpage .three-blocks-row {
    background: url(../images/front_3blocks_bgr.png) repeat-y center;
  }

  .frontpage .three-blocks-row .new-publication-section {
    background-color: transparent;
  }

  .frontpage .three-blocks-row .new-publication-section .pane-content {
    padding:0 0 0 15px;
  }

  .frontpage .three-blocks-row .container {
    width: 1170px;
  }
}

/* 2 Dynamic blocks section */
.frontpage .pfrow-frontpage-main-row {
  background-color: #f6f6f6;
  border-top: solid 1px #dee3de;
  padding: 40px 0;
}

.frontpage .pfrow-frontpage-main-row .container {
  margin: 0 auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}


.frontpage .front-featured-new-content h2,
.frontpage .frontpage-events h2 {
  text-align: center;
  margin: 0 0 30px;
  letter-spacing: -1px;
}

.frontpage .front-featured-new-content h2 a {
  color: #000;
}

.frontpage .front-featured-new-content h2 a:hover,
.frontpage .front-featured-new-content h2 a:focus {
  color: #286fb6;
}

.featured-new-item {
  background-color: #fff;
  border: solid 1px #dee3de;
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  transition: none;
  min-height: 90px;
}

.view-event-listing .featured-new-item {
  padding: 35px 20px 30px;
}

.featured-new-item.crop-shape-right:before {
  transition: none;
}

.featured-new-item.crop-shape-right:after {
  border-top: 14px solid #f6f6f6;
  transition: none;
}

.featured-new-item:hover {
  border: solid 1px #286fb6;
}

.featured-new-item.crop-shape-right:hover:before {
  border-top: 14px solid #286fb6;
}

.featured-new-node-link {
  position: absolute;
  top: 0;
  right: 0;
  left:auto;
  bottom: auto;
}

.featured-new-node-link a {
  display: inline-block;
  width:30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  transition: none;
}

.featured-new-node-link a:hover {
  text-decoration: none;
}

.blog-item .featured-new-node-link a,
.knowledgebase-item .featured-new-node-link a {
  display: inline-block;
  width:90px;
  height: 30px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  text-align: left;
  position: relative;
  transition: none;
}

.blog-item .featured-new-node-link a > .featured-new-teaser-link,
.knowledgebase-item .featured-new-node-link a > .featured-new-teaser-link {
  display: block;
}

.blog-item .featured-new-node-link a > .featured-new-teaser-link > span,
.knowledgebase-item .featured-new-node-link a > .featured-new-teaser-link > span {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin:0 10px 0 10px;
}

.featured-new-item:hover .featured-new-node-link a,
.featured-new-node-link a:hover {
  background-color: #286fb6;
  color: #fff;
}

.featured-new-item:hover .featured-new-node-link a:before,
.featured-new-node-link a:focus:before,
.featured-new-node-link a:hover:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid #dee3de;
  border-left: 14px solid #286fb6;
}

.featured-new-item:hover .featured-new-node-link a:after,
.featured-new-node-link a:focus:after,
.featured-new-node-link a:hover:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-top: 14px solid #f6f6f6;
  border-left: 14px solid #286fb6;
}

.view-knowledgebase-elibrary-new-content .file-image,
.frontpage .front-featured-new-content .file-image {
  max-width: 90px;
  float: left;
}

.view-knowledgebase-elibrary-new-content .featured-new-title,
.view-knowledgebase-elibrary-new-content .featured-new-body,
.frontpage .front-featured-new-content .featured-new-title,
.frontpage .front-featured-new-content .featured-new-body {
  padding-left: 110px;
}

.featured-new-title a,
.frontpage .front-event-title a,
.view-event-listing .front-event-title a {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #000;
  font-style: normal;
}

.view-knowledgebase-elibrary-new-content .featured-new-body,
.frontpage .front-featured-new-content .featured-new-body,
.blog-item .featured-new-body,
.view-event-listing .frontpage-event-txt {
  font-size: 14px;
  line-height: 20px;
}

.page-node-20 .featured-view-all,
.page-node-25 .featured-view-all,
.frontpage .featured-view-all {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.page-node-20 .featured-view-all .btn,
.page-node-25 .featured-view-all .btn,
.frontpage .featured-view-all .btn {
  width: 100%;
}


.frontpage .featured-view-all .btn:before {
  border-left: 14px solid #f6f6f6;
}

.frontpage .featured-view-all .btn:hover:before,
.frontpage .featured-view-all .btn:focus:before {
  border-left: 14px solid #286fb6;
}

.frontpage .featured-view-all .btn:after {
  border-top: 14px solid #f6f6f6;

}

.view-events .skew-shape-right,
.view-event-listing .skew-shape-right {
  z-index: 2;
  float:left;
}

.view-events .skew-shape-right:before,
.view-event-listing .skew-shape-right:before {
  background-color: #286fb6;
  z-index: 2;
}

.view-events .skew-shape-right:after,
.view-event-listing .skew-shape-right:after {
  background-color: #286fb6;
  z-index: 2;
}

.view-events .first.skew-shape-right,
.view-event-listing .first.skew-shape-right  {
  min-width: 110px;
}

.view-events .first.skew-shape-right:before {
  background-color: #ffd44f;
  border-color: #ffd44f;
}

.view-events .first.skew-shape-right:after {
  background-color: #ffd44f;
  border-color: #ffd44f;
}

.view-event-listing .view-content .event-item .first.skew-shape-right:before,
.view-event-listing .view-content .event-item .first.skew-shape-right:after  {
  background-color: #286fb6;
  border-color: #286fb6;
}

.view-event-listing .view-content .event-item:first-child .first.skew-shape-right:before,
.view-event-listing .view-content .event-item:first-child .first.skew-shape-right:after  {
  background-color: #ffd44f;
  border-color: #ffd44f;
}


.view-events .date-display-single,
.view-event-listing .date-display-single  {
  display: block;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  position: inherit;
  z-index:10;
}

.view-events .date-display-single + .date-display-single,
.view-event-listing .date-display-single + .date-display-single {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.view-events .view-content .date-display-single,
.view-event-listing .view-content .date-display-single {
  color: #fff;
}


.view-event-listing .view-content .event-item:first-child .date-display-single {
  color: #000;
}

.view-events .view-content .skew-shape-right {
  padding: 7px 20px 7px 15px;
}

.view-event-listing .view-content .skew-shape-right {
  padding: 15px 20px 15px 15px;
}

.view-events .front-event-title,
.view-events .frontpage-event-txt,
.view-event-listing .front-event-title,
.view-event-listing .frontpage-event-txt {
  padding-left: 125px;
}

.frontpage .front-events-link.featured-view-all {
  margin-top: 42px;
}

.view-event-listing .view-header .btn {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .frontpage .pfregion-frontpage-2_blocks_region-inside {
    display: table;
    width: 100%;
  }

  .frontpage .pfregion-frontpage-2_blocks_region-inside .panel-pane {
    display: table-cell;
    float:none;
  }

}

/* Frontpage Contact Us section */
.frontpage-contact-us-block .pane-content {
  position: relative;
}

.frontpage-contact-us-block .pane-content img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.frontpage-contact-us-block .pane-content > div:first-child {
  position: relative;

}

.frontpage-contact-us-block .pane-content > div:first-child:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  content: '';
  background-color: rgba(40,111,182, 0.9);
}

.frontpage-contact-us-block .pane-content > div + div {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  max-width: 520px;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.frontpage-contact-us-block .pane-content h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 30px;
}

.frontpage-contact-us-block .pane-content p {
  margin-bottom: 5px;
}

.frontpage-contact-us-block .pane-content p:last-child {
  display: inline-block;
}

.frontpage-contact-us-block .pane-content .btn.white {
  width: 90%;
  background: url(../images/slide_btn_left_bgr.png) no-repeat left;
  border: none;
  padding-right: 0;
  position: relative;
  max-width: 400px;
  height:35px;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  transition:none;
  margin-top:15px;
}

.frontpage-contact-us-block .pane-content .btn.white:after {
  position: absolute;
  top: 1px;
  right: -13px;
  left: auto;
  bottom: auto;
  content: "";
  background: url(../images/slide_btn_right_bgr.png) no-repeat top;
  width: 14px;
  height:35px;
}

.frontpage-contact-us-block .pane-content .btn.white:hover,
.frontpage-contact-us-block .pane-content .btn.white:focus {
  background: url(../images/slide_button_bgr_left_hover.png) no-repeat left;
}

.frontpage-contact-us-block .pane-content .btn.white:hover:after,
.frontpage-contact-us-block .pane-content .btn.white:focus:after {
  background: url(../images/slide_button_bgr_right_hover.png) no-repeat top;
}

@media screen and (max-width: 1199px) {
  .frontpage-contact-us-block .pane-content {
    min-height: 360px;
  }

  .frontpage-contact-us-block .pane-content > div:first-child {
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow:hidden;
  }

  .frontpage-contact-us-block .pane-content img {
    width: auto;
    height: 100%;
    position: absolute;
    top:0;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* About page template */
.view-special-headings.view-display-id-block,
.full-heading-block {
  position: relative;
}

.view-special-headings.view-display-id-block .image-wrapper img,
.full-heading-block .heading-full-width img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: none;
  min-height: 100px;
  object-fit: cover;
}

.view-special-headings.view-display-id-block .text-wrapper,
.full-heading-block .heading-full-width .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 100px;

}

.view-special-headings.view-display-id-block .text-wrapper .container,
.full-heading-block .heading-full-width .text-wrapper .container {
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.view-special-headings.view-display-id-block h1.heading-full {
  color: white;
  margin:0;
  position: absolute;
  bottom: 15px;
  left:0;
  top:auto;
  right: auto;
}

.full-heading-block .heading-full-width .text-wrapper .container .content {
  color: white;
  margin:0;
  left:0;
  top:auto;
  right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width:768px) {
  .full-heading-block .heading-full-width .text-wrapper .container .content {
    position: absolute;
    flex-direction: row;
    bottom: 15px;
  }
}

.full-heading-block .heading-full-width .text-wrapper .container .content h1 {
  margin: 0;
}

.full-heading-block .heading-full-width .text-wrapper .container .content .heading-links {
  display: block;
  margin-left: 15px;
}

.heading-image-left-text-right {
  position: relative;
  overflow: hidden;
}

.heading-image-left-text-right .image-wrapper {
  min-height: 250px;
  position: relative;
  display: table;
  width: 100%;
  height: 250px;
}

.heading-image-left-text-right .image-wrapper .col-md-7,
.heading-image-left-text-right .image-wrapper .col-md-5 {
  padding: 0;
  float: none;
  display: table-cell;
  position: relative;
  background-color: #000;
}

.heading-image-left-text-right .image-wrapper .col-md-5 {
  background-color: #286fb7;
}

.heading-image-left-text-right .image-wrapper .col-md-7 img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  top:0;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .75;

}

.heading-image-left-text-right .text-wrapper {
  position: absolute;
  top: 0%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.heading-image-left-text-right .text-wrapper-inner {
  height: 100%;
  display: table;
}

.heading-image-left-text-right .col-md-7,
.heading-image-left-text-right .col-md-5 {
  display: table-cell;
  float:none;
  padding: 0;
}

.heading-image-left-text-right .col-md-7 {
  vertical-align: bottom;
}

.heading-image-left-text-right .col-md-7 > span {
  display: block;
  color: #fff;
  margin: 0 0 30px;
}

.heading-image-left-text-right .col-md-5 {
  vertical-align: middle;
  text-align: left;
  padding-left: 60px;
  margin: 0;
}

.heading-image-left-text-right .col-md-5 * {
  color: #fff;
}

.heading-image-left-text-right .image-wrapper .col-md-7 .heading-mobile,
.heading-image-left-text-right .image-wrapper .col-md-5 .text-right-mobile {
  display: none;
}

@media screen and (min-width:768px) and (max-width: 991px) {
  .heading-image-left-text-right .col-md-5 {
    padding-left: 40px;
  }

  .heading-image-left-text-right .image-wrapper {
    min-height: 320px;
    height: 320px;
  }
}

@media screen and (max-width:767px) {
  .heading-image-left-text-right .text-wrapper-inner {
    display: block;
  }

  .heading-image-left-text-right .image-wrapper .col-md-7 {
    min-height: 200px;
    width:100%;
  }

  .heading-image-left-text-right .image-wrapper .col-md-7 img {

  }

  .heading-image-left-text-right .image-wrapper {
    min-height: 200px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .heading-image-left-text-right .text-wrapper {
    display: none;
  }

  .view-special-headings .heading-image-left-text-right .col-md-7,
  .view-special-headings .heading-image-left-text-right .col-md-5 {
    display: block;
    float:left;
    padding: 0;
    width: 100%;
  }

  .heading-image-left-text-right .image-wrapper .col-md-7 .heading-mobile,
  .heading-image-left-text-right .image-wrapper .col-md-5 .text-right-mobile {
    display: block;
  }

  .heading-image-left-text-right .image-wrapper .col-md-7 .heading-mobile {
    position: absolute;
    bottom: 10px;
    left: 15px;
    top:auto;
    right: auto;
    color: white;
    width: 95%;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
  }

  .heading-image-left-text-right .image-wrapper .col-md-5 .text-right-mobile p {
    margin:0;
    padding: 20px;
  }

  .view-special-headings.view-display-id-block h1.heading-full {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .view-special-headings.view-display-id-block h1.heading-full {
    left: 15px;
    right: 15px;
  }
}

@media screen and (min-width: 992px) {
  body.sidebar-first .ImageLeft-IntroTextRight .heading-image-left-text-right .col-md-7 > span,
  body.sidebar-first .FullWidthImage h1.heading-full {
    padding-left: 160px;
  }

  body.sidebar-first.page-node-25 .ImageLeft-IntroTextRight .heading-image-left-text-right .col-md-7 > span { /* Knowledgebase page specific! */
    padding-left: 0;
  }

  body.sidebar-first .ImageLeft-IntroTextRight .region-sidebar-first,
  body.sidebar-first .FullWidthImage .region-sidebar-first {
    position: relative;
  }

  body.sidebar-first .ImageLeft-IntroTextRight .region-sidebar-first .block-menu-block {
    margin-top: -270px;
  }

  body.sidebar-first .FullWidthImage .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-events .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-webinars .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-blog .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-press .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-collections .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-forum .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-calendar .region-sidebar-first .block-menu-block {
    margin-top: -125px;
  }

  body.sidebar-first.page-node-20 .ImageLeft-IntroTextRight .region-sidebar-first .block-menu-block,
  body.sidebar-first.page-node-25 .ImageLeft-IntroTextRight .region-sidebar-first .block-menu-block {
    margin-top: 0   ;
  }

}

@media screen and (min-width: 1200px) {
  body.sidebar-first .ImageLeft-IntroTextRight .heading-image-left-text-right .col-md-7 > span,
  body.sidebar-first .FullWidthImage h1.heading-full {
    padding-left: 195px;
  }


  body.sidebar-first.page-node-20 .ImageLeft-IntroTextRight .heading-image-left-text-right .col-md-7 > span,
  body.sidebar-first.page-node-25 .ImageLeft-IntroTextRight .heading-image-left-text-right .col-md-7 > span { /* Knowledgebase page specific! */
    padding-left: 0;
  }
}

@media screen and (min-width: 1650px) {
  .heading-image-left-text-right .col-md-5 {
    padding-left: 120px;
  }
}

.region-sidebar-first .block {
  margin-bottom: 30px;
}

.region-sidebar-first .block-menu-block .menu.nav {
  background-color: #f7f7f7;
  border: solid 1px #dfe4df;
  position: relative;
}


.region-sidebar-first .block-menu-block .menu.nav:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-bottom: 14px solid #dfe4df;
  border-left: 14px solid #f7f7f7;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.region-sidebar-first .block-menu-block .menu.nav:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-bottom: 14px solid white;
  border-left: 14px solid transparent;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.region-sidebar-first .block-menu-block .menu.nav li a {
  background-color: transparent;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 20px;
  border-bottom: solid 1px #dfe4df;
  position: relative;
  white-space: inherit;
}

.region-sidebar-first .block-menu-block .menu.nav li.dropdown > a.dropdown-toggle {
  position: relative;
  display: block;
}

.region-sidebar-first .block-menu-block .menu.nav li.dropdown > a.dropdown-toggle:after {
  position: absolute;
  right: 5px;
  top: 10px;
  left:auto;
  bottom: auto;
  width:20px;
  height:20px;
  display: block;
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  transition: all ease-in-out .33s;
}

.region-sidebar-first .block-menu-block .menu.nav li.dropdown.open > a.dropdown-toggle:after {
  content: "\f068";

}

.region-sidebar-first .block-menu-block .menu.nav .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  z-index:inherit;
  float: none;
  min-width:inherit;
  width: 100%;
  padding: 0 0 0 5px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.region-sidebar-first .block-menu-block .menu.nav .dropdown-menu li a {
  font-size: 12px;
  font-weight: 300;
}

.region-sidebar-first .block-menu-block .menu.nav li.last a {
  border-bottom: none;
}

.region-sidebar-first .block-menu-block .menu.nav li a:hover,
.region-sidebar-first .block-menu-block .menu.nav li a:focus,
.region-sidebar-first .block-menu-block .menu.nav li a.active,
.region-sidebar-first .block-menu-block .menu.nav .dropdown-menu li a:hover,
.region-sidebar-first .block-menu-block .menu.nav .dropdown-menu li a:focus,
.region-sidebar-first .block-menu-block .menu.nav .dropdown-menu li a.active {
  background-color: transparent;
  color: #286fb7;
  text-decoration: none;
}

.sidebar-first_related-content_block h2.block-title,
.sidebar-first_related-location_block h2.block-title,
.sidebar-first_related-subject_block h2.block-title,
.region-sidebar-first .block-facetapi h2.block-title {
  background-color: #f7f7f7;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 20px;
  border: solid 1px #dfe4df;
  border-bottom: none;
  margin: 0;
}

.sidebar-first_related-content_block .block-content ul,
.sidebar-first_related-location_block .view-content ul,
.sidebar-first_related-subject_block .view-content ul,
.region-sidebar-first .block-facetapi .block-content ul {
  list-style: none;
  margin:0;
  padding: 0;
  background-color: #f7f7f7;
  border: solid 1px #dfe4df;
  position: relative;
}

.sidebar-first_related-content_block .block-content ul:before,
.sidebar-first_related-location_block .view-content ul:before,
.sidebar-first_related-subject_block .view-content ul:before,
.region-sidebar-first .block-facetapi .block-content ul:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-bottom: 14px solid #dfe4df;
  border-left: 14px solid #f7f7f7;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.sidebar-first_related-content_block .block-content ul:after,
.sidebar-first_related-location_block .view-content ul:after,
.sidebar-first_related-subject_block .view-content ul:after,
.region-sidebar-first .block-facetapi .block-content ul:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-bottom: 14px solid white;
  border-left: 14px solid transparent;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.sidebar-first_related-content_block .block-content ul li a,
.sidebar-first_related-location_block ul li.item-row a,
.sidebar-first_related-subject_block ul li.item-row a,
.region-sidebar-first .block-facetapi .block-content ul li a {
  background-color: transparent;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  display: block;
  padding: 10px 20px;
  border-bottom: solid 1px #dfe4df;
}

sidebar-first_related-content_block .block-content ul li:last-child a,
.sidebar-first_related-location_block ul li.item-row:last-child a,
.sidebar-first_related-subject_block ul li.item-row:last-child a,
.region-sidebar-first .block-facetapi .block-content ul li:last-child a {
  border: none;
}

/*
* Blog page & Blog node styles
*/

/* Page node styles */

.page-blog .view-blog .view-content,
.page-press .view-blog .view-content {
  margin-top: 20px;
}

.page-blog .blog-item .file-image,
.page-press .blog-item .file-image {
  max-width: 140px;
  float: left;
}

.page-blog .views-exposed-form .views-exposed-widget {
  float: left;
  padding:0;
  width: 38%;
  margin-right: 3%;
}

.page-blog .views-exposed-form .views-exposed-widget:last-child {
  width: 18%;
  margin-right: 0;
}

.page-knowledgebase-browse .views-exposed-form .views-exposed-widget {
  float: left;
  padding:0;
  width: 18%;
  margin-right: 3%;
}

.page-knowledgebase-browse .views-exposed-form .views-exposed-widget:last-child {
  width: 16%;
  margin-right: 0;
}

.page-blog .views-exposed-form .views-submit-button .btn-info,
.pager--infinite-scroll li.pager__item,
.pager--infinite-scroll li.pager__item > a {
  width: 100%;
}

.blog-item .featured-new-title,
.blog-item .featured-new-body,
.blog-item .blog-links {
  padding-left: 160px;
}

.blog-item .featured-new-title {
  padding-top: 15px;
}

.knowledgebase-item .featured-new-body {
  margin-bottom: 10px;
}

.blog-item .blog-links,
.knowledgebase-item .blog-links {
  font-size: 14px;
}

.blog-item .blog-links,
.blog-item .blog-links a,
.knowledgebase-item .blog-links,
.knowledgebase-item .blog-links a {
  color: #666;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}

.blog-item .blog-links a,
.knowledgebase-item .blog-links a {
  display: inline-block;
  padding-left: 9px;
  margin-left: 10px;
  border-left: solid 1px #666;
}

.knowledgebase-item .blog-links .knowledgebase-author a {
  padding-left: 0;
  margin-left: 0;
  border:none;
}

.blog-item .blog-links a:hover,
.blog-item .blog-links a:focus,
.knowledgebase-item .blog-links a:hover,
.knowledgebase-item .blog-links a:focus {
  color: #286fb7;
}

.view-listing-knowledgebase-content em {
  font-style: normal;
}

.view-listing-knowledgebase-content .knowledgebase-item .featured-new-title {
  margin: 10px 0;
}

.view-listing-knowledgebase-content .view-filters,
.view-event-listing .view-filters {
  margin-bottom: 15px;
}

.view-blog .views-exposed-form label,
.view-listing-knowledgebase-content .views-exposed-form label,
.view-event-listing .views-exposed-form label {
  font-weight: 500;
  font-size: 14px;
  color: #666;
}

.view-event-listing .views-exposed-form .views-exposed-widget {
  width: 38%;
  margin-right: 3%;
}

.view-event-listing .views-exposed-form .views-submit-button {
  width: 18%;
  margin: 0;
}

.view-event-listing .views-exposed-form .views-submit-button .btn {
  margin-top: 27px;
}

/* Search specific styles */
.page-search em {
  font-style: normal;
}

.page-search .blog-item .featured-new-title,
.page-search .blog-item .featured-new-body,
.page-search .blog-item .blog-links {
  padding-left: 0;
}

.page-search .blog-item .blog-links {
  margin-top: 15px;
}

.page-search .blog-item .blog-links .field,
.page-search .blog-item .blog-links .field-item {
  float: left;
}

.page-search .blog-item .blog-links .field:first-child .field-items .field-item:first-child a,
.page-search .blog-item .blog-links .field:first-child .field-items .field-item:first-child span {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.page-search .blog-item .short-text,
.page-search .blog-item .short-text em {
  font-style: normal;
}

.page-search .blog-item .short-text p {
  margin-bottom: 0;
}

.page-search .region-content .search-form input[type="text"] {
  display: inline-block;
  width: calc(100% - 110px);
  padding: 5px 8px;
  text-indent: 0;
  border-radius: 0;
  border: solid 1px #dee3de;
}

.page-search .region-content .search-form input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}



.page-search .region-content .search-form .btn-primary {
  clear: none;
  background-color: transparent;
  border: solid 1px #286fb6;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  color: #286fb6;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 34px;
  margin: 0 0 10px -11px;
  padding: 4px 30px 4px 25px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  min-width: inherit;
}

.page-search .region-content .search-form  .btn-primary:hover {
  color: #fff;
  background-color: #286fb6;
}

.page-search .region-content .search-form .control-label {
  font-weight: normal;
}

.page-search .blog-item .short-text .image,
.page-search .blog-item .short-text img {
  display: none;
}

.page-search .blog-item .short-text h1,
.page-search .blog-item .short-text h2,
.page-search .blog-item .short-text h3,
.page-search .blog-item .short-text h4,
.page-search .blog-item .short-text h5,
.page-search .blog-item .short-text em {
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  font-family: "Gotham A", "Gotham B";
  line-height: line-height: 20px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .page-blog .views-exposed-form .views-exposed-widget,
  .page-blog .views-exposed-form .views-exposed-widget:last-child,
  .view-event-listing .views-exposed-form .views-exposed-widget,
  .view-event-listing .views-exposed-form .views-exposed-widget:last-child {
    clear:both;
    width: 100%;
    margin:0 0 10px;
  }

  .page-blog .blog-item .file-image {
    max-width: 140px;
    float: none;
    margin-bottom: 0px;
  }

  .blog-item .featured-new-title,
  .blog-item .featured-new-body,
  .blog-item .blog-links {
    padding-left: 0px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .page-knowledgebase-browse .views-exposed-form .views-exposed-widget,
  .page-knowledgebase-browse .views-exposed-form .views-exposed-widget:last-child {
    clear:both;
    width: 100%;
    max-width: 300px;
    margin:0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .page-blog .main-container .col-sm-9 h1.page-header {
    color: white;
    margin-top: -80px;
  }

  .page-blog .views-exposed-form .views-submit-button .btn-info,
  .page-knowledgebase-browse .views-exposed-form .views-submit-button .btn-info {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .page-blog .main-container .col-sm-9 h1.page-header,
  .page-press .main-container .col-sm-9 h1.page-header {
    color: white;
    margin-top: -120px;
    float:left;
  }
}

/* Blog node styles */
.node-type-blog-article .node-blog-article .row {
  margin-top: 15px;
}

.node-type-blog-article .node-blog-article h1 {
  margin: 0 0 10px;
}

.node-type-blog-article .node-blog-article .field-type-datetime {
  font-size: 16px;
  color: #000;
}

.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper {
  padding: 10px 0 0;
}

.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper .field a {
  float: left;
}

.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper .field-items,
.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper .field-item {

}

.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper .field + .field a ,
.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper .field + .field + .field a {
  padding-left: 9px;
  margin-left: 10px;
  border-left: solid 1px #666;
}

.node-type-blog-article .node-blog-article .subject-loc-tag_wrapper .field a {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
}

.node-type-blog-article .node-blog-article .field-name-field-tags .field-item + .field-item a {
  margin-left: 5px;
}

.social-flag_wrapper .social-share {
  text-align: center;
  padding: 10px;
}


.social-flag_wrapper .social-share.open:hover {
  background-color: #fff;
}

.social-flag_wrapper .social-share .share-label {
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #286fb7;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}

.social-flag_wrapper .social-share .share-label:after {
  color: #286fb7;
  position: absolute;
  top: 0;
  right: 5px;
  left: auto;
  bottom: auto;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  -webkit-transition: all ease-in-out .33s;
  -moz-transition: all ease-in-out .33s;
  -ms-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}


.social-flag_wrapper .social-share .share-label.open {
  margin-bottom: 15px;
}

.social-flag_wrapper .social-share .share-label.open:after {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.social-flag_wrapper .social-share ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: none;
  height:0;
  overflow: hidden;
}

.social-flag_wrapper .social-share ul.expanded {
  height:auto;
  width: 120px;
}

.social-flag_wrapper .social-share ul li {
  float: left;
}

.social-flag_wrapper .social-share ul li a {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0;
  color: transparent;
  margin-right: 10px;
}

.social-flag_wrapper .social-share ul li a:hover,
.social-flag_wrapper .social-share ul li a:hover {
  text-decoration: none;
}

.social-flag_wrapper .social-share ul li.last a {
  margin-right: 0px;
}

.social-flag_wrapper .social-share ul li a:after {
  color: #286fb7;
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 28px;
}

.social-flag_wrapper .social-share ul li a.social-share-pinterest:after {
  content: "\f231";
}

.social-flag_wrapper .social-share ul li a.social-share-twitter:after {
  content: "\f099";
}

.social-flag_wrapper .flag-wrapper > a {
  width: 100%;
}

/*
* Knowledgebase article styles
*/

/*Knowledgebase article & eLib collections node styles */

.field-name-field-author,
.field-name-field-author-tag {
  margin-bottom: 10px;
}

.field-name-field-author a,
.field-name-field-author-tag a {
  color: #000;
}

.page-node .node-knowledgebase-article .social-flag_wrapper,
.page-node .node-subject-guide .social-flag_wrapper,
.page-node .node-elibrary-collection > .row {
  margin-bottom: 20px;
  padding-bottom: 0px;
  position: relative;
}

.page-node .node-knowledgebase-article .social-flag_wrapper .divider,
.page-node .node-subject-guide  .social-flag_wrapper .divider,
.page-node .node-elibrary-collection .divider {
  background-color: #dfe4df;
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 15px;
  right: auto;
  top: auto;
}

.page-node .node .social-flag_wrapper .field a,
.page-node .node .social-flag_wrapper .field-name-field-format .field-item,
.page-node .node-elibrary-collection .field-name-field-date-range .field-item {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-node .node .social-flag_wrapper .field + .field-name-field-format .field-item,
.page-node .node .social-flag_wrapper .field + .field a,
.page-node .node .social-flag_wrapper .field + .field + .field a,
.page-node .node .social-flag_wrapper .field .field-items .field-item + .field-item a {
  padding-left: 9px;
  margin-left: 10px;
  border-left: solid 1px #666;
}

.page-node .node-knowledgebase-article .social-flag_wrapper .flag-favorites,
.page-node .node-subject-guide .social-flag_wrapper .flag-favorites {
  max-width: 295px;
  display: block;
  margin: 0 auto 15px;
  padding: 20px 0 0;
  float: left;
  clear:both;
}

.flag-throbber,
.flag-message {
  display: none !important;
}

.page-node .node-elibrary-collection h1 {
  margin-bottom: 20px;
}

.page-node .node-elibrary-collection .field-name-field-author .field-label {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.page-node .node-elibrary-collection .elib-action-links .field,
.page-node .node-elibrary-collection .elib-action-links .flag-favorites {
  clear: both;
  float: left;
  margin:15px 0 5px;
}

.page-node .node-elibrary-collection .elib-action-links .flag-favorites {
  margin-bottom: 20px;
}

.page-node .node-elibrary-collection .field-name-field-short-description .field-label,
.page-node .node-elibrary-collection .field-name-body .field-label {
  font-family: "Didot 06 A", "Didot 06 B";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-node .node-elibrary-collection .elib-action-links .field,
  .page-node .node-elibrary-collection .elib-action-links .flag-favorites {
    clear: none;
    margin:15px 20px 20px 0;
  }
}


@media screen and (min-width: 992px) {
  .page-node .node-knowledgebase-article .social-flag_wrapper .flag-favorites,
  .page-node .node-subject-guide .social-flag_wrapper .flag-favorites {
    float:right;
    padding: 0;
    clear: none;
  }
}

/* eLib collections page view styles */
.page-collections .main-container-wrapper,
.page-forum .main-container-wrapper {
  background-color: #f7f7f7;
}

.page-knowledgebase-browse .main-container .col-sm-9 h1.page-header,
.page-events .main-container .col-sm-9 h1.page-header,
.page-calendar .main-container .col-sm-9 h1.page-header,
.page-webinars .main-container .col-sm-9 h1.page-header,
.page-collections .main-container .col-sm-9 h1.page-header,
.page-forum .main-container .col-sm-9 h1.page-header,
.page-forum .main-container .col-sm-12 h1.page-header {
  color: white;
  margin-top: -120px;
  float:left;
}

.view-listing-elibrary-content .views-exposed-widgets {
  margin: 0;
}

.view-listing-elibrary-content .views-exposed-widget {
  margin: 0 0 15px;
}

.view-listing-elibrary-content .views-exposed-form label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.view-listing-elibrary-content .views-exposed-widget.views-submit-button .btn {
  margin-top: 25px;
}

.view-listing-elibrary-content .elib-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.view-listing-elibrary-content .elib-item:hover {
  border-color: #286fb7;
}

.view-listing-elibrary-content .elib-item:hover:before {
  border-top: 14px solid #286fb7;
}





.view-listing-elibrary-content .elib-item .elib-item-title,
.view-listing-elibrary-content .elib-item .elib-item-date-range,
.view-listing-elibrary-content .elib-item .elib-item-subject,
.view-listing-elibrary-content .elib-item .elib-item-recset-format {
  display: block;
  margin:0 0 10px;
  font-size: 14px;
}

.view-listing-elibrary-content .elib-item .elib-item-title a {
  font-size: 16px;
  color: #000;
}

.view-listing-elibrary-content .pager--infinite-scroll li {
  display: block;
}

.view-listing-elibrary-content .pager--infinite-scroll li a {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sidebar-first.page-knowledgebase-browse aside.col-sm-3 + .col-sm-9,
  .page-forum.sidebar-first aside.col-sm-3 + .col-sm-9,
  .page-events.sidebar-first aside.col-sm-3 + .col-sm-9,
  .page-calendar.sidebar-first aside.col-sm-3 + .col-sm-9,
  .page-webinars.sidebar-first aside.col-sm-3 + .col-sm-9,
  .page-collections.sidebar-first aside.col-sm-3 + .col-sm-9 {
    width: 100%;
    overflow:inherit;
  }
}

@media screen and (max-width: 767px) {
  .page-collections .main-container .col-sm-9 h1.page-header {
    margin-top: -145px;
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (min-width: 992px) {
  .view-listing-elibrary-content .views-exposed-widgets {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dfe4df;
  }

  .view-listing-elibrary-content .views-exposed-widget {
    width: 22%;
    margin: 0 4% 0 0;
    padding: 0;
    display: inline-block;
  }

  .view-listing-elibrary-content .views-exposed-widget.views-submit-button {
    margin: 0;
    text-align: right;
  }

  .view-listing-elibrary-content .elib-item .elib-item-title,
  .view-listing-elibrary-content .elib-item .elib-item-date-range,
  .view-listing-elibrary-content .elib-item .elib-item-subject,
  .view-listing-elibrary-content .elib-item .elib-item-recset-format {
    width:18%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .view-listing-elibrary-content .elib-item .elib-item-title {
    width:36%;
  }

  .view-listing-elibrary-content .elib-item .elib-item-recset-format {
    width:14%;
    margin-right: 0;
  }

  .view-listing-elibrary-content .elib-item {
    z-index: 9;
  }

  .view-listing-elibrary-content .elib-item .elib-item-link {
    position: absolute;
    top: 0;
    right:0;
    left: auto;
    bottom: auto;
    z-index:10;
  }

  .view-listing-elibrary-content .elib-item .elib-item-link a {
    padding: 4px 20px 4px 10px;
    min-width: inherit;
    border:none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .view-listing-elibrary-content .elib-item .elib-item-link a:before,
  .view-listing-elibrary-content .elib-item .elib-item-link a:after {
    border:none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .view-listing-elibrary-content .elib-item:hover .elib-item-link a {
    color: #fff;
    background-color: #286fb6;
    border-color: #286fb6;
  }

  .view-listing-elibrary-content .elib-item:hover .elib-item-link a:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -14px;
    transform: translateX(-100%);
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-top: 14px solid #fff;
    border-left: 14px solid #286fb6;
  }

  .view-listing-elibrary-content .elib-item:hover .elib-item-link a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -15px;
    transform: translateX(-100%);
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-top: 14px solid #fff;
    border-left: 14px solid #286fb6;
  }
}

/* Event node styles */

.page-node .node-event .skew-shape-right {
  width: 100%;
  padding: 30px 30px 30px 15px;
}

.page-node .node-event .skew-shape-right span.day {
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.page-node .node-event .skew-shape-right span.month {
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.page-node .node-event .skew-shape-right:before,
.page-node .node-event .skew-shape-right:after {
  background-color: #ffd54f;
}

.page-node .node-event h1 {
  margin-bottom: 10px;
}

.page-node .node-event .field-name-field-event-date,
.page-node .node-event .field-name-field-event-location,
.page-node .node-event .field-name-field-event-host {
  margin-bottom: 10px;
}

.page-node .node-event .field-name-field-author .field-label,
.page-node .node-event .field-name-field-event-location .field-label,
.page-node .node-event .field-name-field-event-host .field-label {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-node .node-event .field-name-field-author .field-items {
  padding-left: 140px;
  float:none;
}

.page-node .node-event .field-name-field-event-location .field-items {
  padding-left: 140px;
  float:none;
}

.page-node .node-event .field-name-field-event-host .field-items {
  padding-left: 140px;
  float:none;
}

.page-node .node-event .subject-loc-tag_wrapper {

}

.page-node .node-event .subject-loc-tag_wrapper .field a {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  float: left;
}

.page-node .node-event .subject-loc-tag_wrapper .field + .field a {
  padding-left: 9px;
  margin-left: 10px;
  border-left: solid 1px #666;
}

.page-node .node-event .social-flag_wrapper {
  margin: 30px -15px 30px;
}

.page-node .node-event .social-flag_wrapper .field-name-field-register-link a {
  color: #286fb6;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}

.page-node .node-event .social-flag_wrapper .field-name-field-register-link a:hover,
.page-node .node-event .social-flag_wrapper .field-name-field-register-link a:focus {
  color: #fff;
}

@media screen and (max-width: 767px) {

  .page-node .node-event .skew-shape-right {
    width: auto;
    padding: 15px 30px 15px 15px;
    margin-bottom: 20px;
  }

  .page-node .node-event .skew-shape-right span.day {
    font-size: 15px;
    line-height: 20px;
  }

  .page-node .node-event .skew-shape-right span.month {
    font-size: 25px;
    line-height: 30px;
  }

  .page-node .node-event .social-flag_wrapper .social-share {
    margin-bottom: 15px;
  }

  .page-node .node-event .social-flag_wrapper .field-name-field-register-link a {
    width: 100%;
  }
}

/* Event calendar view styles */
.page-calendar .col-sm-9 .tabs--primary {
  border-bottom: solid 1px #dfe4df;
  margin-bottom: 20px;
}

.page-calendar .col-sm-9 .tabs--primary>li>a {
  color: #666;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfe4df;
  border-bottom-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.page-calendar .col-sm-9 .tabs--primary>li.active>a,
.page-calendar .col-sm-9 .tabs--primary>li>a:focus,
.page-calendar .col-sm-9 .tabs--primary>li>a:hover {
  color: #276fb7;

}

.page-calendar .view-calendar h3 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  clear:both;
  position: absolute;
  top: -10px;
  left: 0;
  right: auto;
  bottom: auto;
  min-width: 320px;
}

.page-calendar .view-calendar .date-views-pager .pagination {
  float: left !important;
  border-radius: 0;
  margin: 50px 0 20px;
}

.page-calendar .view-calendar .pagination>li>a,
.page-calendar .view-calendar .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 0;
  line-height: 1.42857143;
  color: #276fb7;
  text-decoration: none;
  background-color: #fff;
  border:none;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 700;
}

.page-calendar .view-calendar .pagination>li.prev a,
.page-calendar .view-calendar .pagination>li.prev span {
  padding-left: 0;
}

.page-calendar .view-calendar .pagination>li.next a,
.page-calendar .view-calendar .pagination>li.next span {
  padding-right: 0;
}

.page-calendar .view-calendar .pagination>li .fa {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.page-calendar .view-calendar .view-filters .views-exposed-widget,
.page-calendar .view-calendar .view-filters .views-exposed-widgets {
  padding: 0;
  margin: 0;
  float: none;
}

.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link {
  float: left;
  clear:both;
  margin-bottom: 15px;
}

.page-calendar .view-calendar .bef-select-as-links .form-type-bef-link a {
  float: left;
  font-weight: 300;
}


.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-all a,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-all a:hover,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-all a:focus {
  color: #286fb6;
  background-color: #fff;
  border-color: #286fb6;
}

.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-all a:hover:before,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-all a:focus:before {
  border-top: 14px solid #286fb6;
  border-left: 14px solid #fff;
}


.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-1 a,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-1 a:hover,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-1 a:focus {
  color: #000;
  background-color: #ffd54f;
  border-color: #ffd54f;
}

.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-1 a:before {
  border-top: 14px solid #ffd54f;
  border-left: 14px solid #ffd54f;
}

.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-1 a:hover:before,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-1 a:focus:before {
  border-top: 14px solid #ffd54f;
  border-left: 14px solid #ffd54f;
}


.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-2 a,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-2 a:hover,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-2 a:focus {
  color: #000;
  background-color: #286fb6;
  border-color: #286fb6;
}

.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-2 a:before {
  border-top: 14px solid #286fb6;
  border-left: 14px solid #286fb6;
}

.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-2 a:hover:before,
.page-calendar .view-calendar .bef-select-as-links .form-item-edit-field-event-type-tid-2 a:focus:before {
  border-top: 14px solid #286fb6;
  border-left: 14px solid #286fb6;
}

.page-calendar .view-calendar .views-submit-button {
  display: none !important;
}

.page-calendar .calendar-calendar th.days {
  background-color: #f7f7f7;
  color: #666;
  font-weight: 300;
  border: 1px solid #dfe4df;
  font-size: 14px;
  padding: 10px 0;
}

.page-calendar .calendar-calendar .month-view .full td.single-day .calendar-empty,
.page-calendar .calendar-calendar .month-view .full td.single-day.empty,
.page-calendar .calendar-calendar .month-view .full td.date-box.empty {
  background-color: #f7f7f7;
  color: #666;
  font-weight: 300;
  font-size: 14px;
}

.page-calendar .calendar-calendar .month-view .full td.single-day .calendar-empty,
.page-calendar .calendar-calendar .month-view .full td.single-day.empty,
.page-calendar .calendar-calendar .month-view .full td.date-box.empty {
  background-color: #f7f7f7;
  color: #666;
  font-weight: 300;
  font-size: 14px;
}

.page-calendar .calendar-calendar td {
  width: 14%;
  border: 1px solid #dfe4df;
  color: #666;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview {
  background: none;
  width: auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview .stripe,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview .stripe,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview .stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 0;
}

.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview .contents,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview .contents,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview .contents {
  z-index: 1;
  position: relative;
  padding: 2px;
}

.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview .contents .views-field-title a,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview .contents .views-field-title a,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview .contents .views-field-title a {
  color: #000;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview .contents .views-field-field-event-date .date-display-single,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview .contents .views-field-field-event-date .date-display-single,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview .contents .views-field-field-event-date .date-display-single {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}


.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview div[title="Key: Community Event"] + .contents .views-field-title a,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview div[title="Key: Community Event"] + .contents .views-field-title a,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview div[title="Key: Community Event"] + .contents .views-field-title a,
.page-calendar .calendar-calendar .month-view .full td.single-day div.monthview div[title="Key: Community Event"] + .contents .views-field-field-event-date .date-display-single,
.page-calendar .calendar-calendar .week-view .full td.single-day div.weekview div[title="Key: Community Event"] + .contents .views-field-field-event-date .date-display-single,
.page-calendar .calendar-calendar .day-view .full td.single-day div.dayview div[title="Key: Community Event"] + .contents .views-field-field-event-date .date-display-single {
  color: #fff;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: none;
  border-radius: 0;
  height: 1.9em;
  overflow: hidden;
  margin: 0px auto 5px;
  color: #ffffff;
  position: relative;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .stripe,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview .stripe,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview .stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 0;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.page-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.page-calendar .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.page-calendar .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  background: none;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .contents,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview .contents,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview .contents {
  z-index: 2;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .contents a,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview .contents a,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview .contents a,
.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .contents .date-display-single,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview .contents .date-display-single,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview .contents .date-display-single {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  font-weight: 300;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .contents .date-display-single,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview .contents .date-display-single,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview .contents .date-display-single {
  font-weight: 500;
}

.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview div[title="Key: Community Event"] + .contents a,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview div[title="Key: Community Event"] + .contents a,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview div[title="Key: Community Event"] + .contents a,
.page-calendar .calendar-calendar .month-view .full td.multi-day div.monthview div[title="Key: Community Event"] + .contents .date-display-single,
.page-calendar .calendar-calendar .week-view .full td.multi-day div.weekview div[title="Key: Community Event"] + .contents .date-display-single,
.page-calendar .calendar-calendar .day-view .full td.multi-day div.dayview div[title="Key: Community Event"] + .contents .date-display-single {
  color: #fff;
}

.page-calendar .calendar-calendar .month-view .full tr td.today,
.page-calendar .calendar-calendar .month-view .full tr.odd td.today,
.page-calendar .calendar-calendar .month-view .full tr.even td.today,
.page-calendar .calendar-calendar .month-view .full td.date-box.today {
  border-color: #286fb7;
}

/* week view */
.page-calendar .calendar-calendar .week-view .full .calendar-agenda-hour {
  width: auto;
  background-color: #fff;
  color: #666;
  font-weight: 300;
  border: none;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}



.page-calendar .calendar-calendar .week-view #multi-day-container,
.page-calendar .calendar-calendar .week-view #single-day-container,
.page-calendar .calendar-calendar .day-view #multi-day-container,
.page-calendar .calendar-calendar .day-view #single-day-container {
  position: relative;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: none;
  border-bottom: none;
}

.page-calendar .calendar-calendar .week-view #multi-day-container,
.page-calendar .calendar-calendar .day-view #multi-day-container {
  border-top: none;
}

.page-calendar .calendar-calendar .week-view #multi-day-container table td.calendar-agenda-hour {
  text-align: center;
}

.page-calendar .calendar-calendar .week-view th.days.sat {
  border-right: none;
}

.page-calendar .calendar-calendar .week-view th.days.sat + th {
  background-color: #f7f7f7;
  color: #666;
  font-weight: 300;
  border: 1px solid #dfe4df;
  font-size: 14px;
  padding: 10px 0;
  border-left: none;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour,
.calendar-calendar td.calendar-agenda-hour .calendar-ampm,
.calendar-calendar .week-view .full div.calendar-agenda-hour span,
.calendar-calendar .day-view .full div.calendar-agenda-hour span {
  font-size: 14px;
  font-weight: 300;
  margin-right: 0px;
}

.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview {
  background: none;
  width: auto;
  padding: 0;
  overflow: hidden;
  border:none;
  border-radius: 0;
  position: relative;
}

.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview .stripe,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview .stripe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  right:auto;
  border-radius: 0;
  z-index: 0;
}

.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview .contents,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview .contents {
  position: relative;
  z-index: 2;
  padding: 2px 5px;
}

.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview .contents .views-field-title a,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview .contents .views-field-title a,
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview .contents .date-display-single,
.page-calendar .calendar-calendar .week-view .full div.single-day div.dayview .contents .date-display-single {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview .contents .date-display-single,
.page-calendar .calendar-calendar .week-view .full div.single-day div.dayview .contents .date-display-single {
  font-weight: 500;
}

.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview div[title="Key: Community Event"] + .contents .views-field-title a,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview div[title="Key: Community Event"] + .contents .views-field-title a,
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview div[title="Key: Community Event"] + .contents .date-display-single,
.page-calendar .calendar-calendar .week-view .full div.single-day div.dayview div[title="Key: Community Event"] + .contents .date-display-single {
  color: #fff;
}

@media screen and (min-width: 768px) {

  .page-calendar .col-sm-9 .tabs--primary {
    text-align: right;

  }

  .page-calendar .view-calendar .date-views-pager .pagination {
    margin: 0 0 20px;
  }

  .page-calendar .col-sm-9 .tabs--primary>li {
    float: none;
    display: inline-block;
  }

  .page-calendar .view-calendar h3 {
    top: -80px;
  }

  .page-calendar .view-calendar .view-header,
  .page-calendar .view-calendar .view-filters {
    float:left;
  }

  .page-calendar .view-calendar .view-header {
    margin-right: 20px;
  }



  .page-calendar .view-calendar .bef-select-as-links .form-type-bef-link {
    margin-right: 15px;
    clear:none;
  }

}

/* Video lecture node and views styles */
.not-logged-in.node-type-video-lecture aside.col-sm-3,
.not-logged-in.node-type-knowledgebase-article aside.col-sm-3 {
  display: none;
}

.not-logged-in.node-type-video-lecture section.col-sm-9,
.not-logged-in.node-type-knowledgebase-article section.col-sm-9 {
  width: 100%;
}



.page-node .node-video-lecture .field {
  margin: 0;
}

.page-node .node-video-lecture .field-name-field-author .field-label,
.page-node .node-video-lecture .field-name-field-duration .field-label {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.page-node .node-video-lecture .subject-loc-tag_wrapper {
  margin: 10px -15px 20px;
  padding-bottom: 20px;
}

.page-node .node-video-lecture .subject-loc-tag_wrapper .field-name-field-subject {
  padding-top: 5px;
  text-align: left;
}

.page-node .node-video-lecture .subject-loc-tag_wrapper .field-name-field-subject a {
  color: #666;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  font-size: 14px;
}

.page-node .node-video-lecture .subject-loc-tag_wrapper .col-md-4 {
  text-align: left;
  margin-top: 15px;
}

.page-node .node-video-lecture .divider {
  height: 1px;
  background-color: #dfe4df;
}

.page-node .node-video-lecture .field-name-body {
  margin: 30px 0;
}

.view-video-lectures .views-exposed-form .views-exposed-widget {
  padding: 0;
  margin: 0 0 15px;
  width: 100%;
}

.view-video-lectures .featured-new-item {
  padding-top: 35px;
}

.view-video-lectures .featured-new-item img {
  max-width: 120px;
}

.view-video-lectures .featured-new-body {
  margin-bottom: 10px;
}

.view-video-lectures .blog-item .video-links .blog-subject a {
  display: inline-block;
  padding-left: 0px;
  margin-left: 0px;
  border:none;
}

.view-video-lectures .blog-item .video-links .blog-author,
.view-video-lectures .blog-item .video-links .blog-date {
  display: inline-block;
  padding-left: 9px;
  margin-left: 10px;
  border-left: solid 1px #666;
}

@media screen and (min-width: 768px) {
  .page-node .node-video-lecture .subject-loc-tag_wrapper .col-md-4 {
    text-align: right;
    margin-top: 0;
  }

  .view-video-lectures .featured-new-item img {
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .view-video-lectures .views-exposed-form .views-exposed-widget {
    width: 24%;
    margin: 0 2% 15px 0;
  }

  .view-video-lectures .views-exposed-form .views-submit-button {
    margin-right: 0;
    width: 22%;
  }

  .view-video-lectures .views-exposed-form .views-submit-button .btn {
    margin-top: 26px;
  }
}

/* Forum styles */
.page-forum .main-container .col-sm-9 ul.action-links,
.page-forum .main-container .col-sm-12 ul.action-links {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}

#forum > table {
  width: 100%;
}

#forum > table thead {
  background-color: #fff;
  border-bottom: solid 1px #dfe4df;
}

#forum > table thead th,
#forum > table thead th a {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  padding: 15px 10px;
}

#forum > table thead th a {
  padding: 0;
}

#forum > table thead th a img {
  display: inline-block;
  margin: -2px 0 0 4px;
}

#forum > table tbody tr {
  background-color: #fff;
  border: solid 1px #dfe4df;
}


#forum > table tr.empty {
  height: 20px;
  border: none;
  background-color: transparent;
}

#forum > table td {
  padding: 15px;
  font-size: 14px;
  color: #666;
}

#forum > table td.forum {
  width: 45%;
}

#forum > table td.forum .name a,
#forum > table td.title a {
  color: #000;
  font-size: 16px;
}

#forum > table td.last-reply a {
  color: #666;
  font-size: 14px;
}

#forum > table td.view-topic a {
  font-size: 12px;
  color: #286fb7;
}

#forum > table td.view-topic a:hover {
  text-decoration: none;
}

#forum > table td.view-topic i {
  font-size: 16px;
  color: #286fb7;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.node-type-forum .node .forum-post-info,
.node-type-forum .node .forum-post-info .field-label,
.node-type-forum .node .forum-post-info a {
  margin-bottom: 10px;
  color: #666;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 300;
}

.node-type-forum .node .field-name-body {
  margin: 30px 0;
}

.page-comment-reply .comment-form .form-type-textarea .control-label,
.node-type-forum .node #comments .form-type-textarea .control-label,
.node-type-blog-article .node #comments .form-type-textarea .control-label,
.page-comment-reply .comment-form .form-type-textarea .grippie,
.node-type-forum .node #comments .form-type-textarea .grippie,
.node-type-blog-article .node #comments .form-type-textarea .grippie {
  display: none;
}

.page-comment-reply .comment-form .form-type-textarea textarea,
.node-type-forum .node #comments .form-type-textarea textarea,
.node-type-blog-article .node #comments .form-type-textarea textarea {
  border: solid 1px #dfe4df;
  min-height: 180px;
}

.page-comment-reply .comment-form .form-type-textarea textarea:focus,
.node-type-forum .node #comments .form-type-textarea textarea:focus,
.node-type-blog-article .node #comments .form-type-textarea textarea:focus {
  box-shadow: none;
}

.node-type-forum .node #comments .comment-form .form-actions,
.node-type-blog-article .node #comments .comment-form .form-actions {
  margin-bottom: 30px;
}

.page-comment-reply .crop-shape-bottom-right,
#comments .crop-shape-bottom-right {
  background-color: #fff;
  border: solid 1px #dfe4df;
  margin-bottom: 15px;
}

.page-comment-reply .crop-shape-bottom-right:hover,
#comments .crop-shape-bottom-right:hover {
  border: solid 1px #286fb7;
}

.page-comment-reply .crop-shape-bottom-right:before,
#comments .crop-shape-bottom-right:before {
  border-top: 14px solid #fff;
  border-right: 14px solid #dfe4df;
}

.page-comment-reply .crop-shape-bottom-right:hover:before,
#comments .crop-shape-bottom-right:hover:before {
  border-right: 14px solid #286fb7;
}

.page-comment-reply .crop-shape-bottom-right .field-name-comment-body,
#comments .field-name-comment-body {
  margin-bottom: 10px;
}

.page-comment-reply .crop-shape-bottom-right .submitted,
.page-comment-reply .crop-shape-bottom-right .submitted a,
#comments .submitted,
#comments .submitted a {
  color: #666;
  font-size: 14px;
}

.page-comment-reply .crop-shape-bottom-right ul.links,
#comments ul.links {
  margin: 0;
  padding: 0;
}

.page-comment-reply .crop-shape-bottom-right ul.links .comment-reply,
#comments ul.links .comment-reply {
  float: right;
}

.page-comment-reply .crop-shape-bottom-right ul.links .comment-reply a,
#comments ul.links .comment-reply a {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.page-comment-reply .crop-shape-bottom-right ul.links .comment-reply a:after,
#comments ul.links .comment-reply a:after {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  content: '\f105';
  font-family: 'FontAwesome';
}

.page-comment-reply .crop-shape-bottom-right ul.links {
  display: none;
}

#comments .indented {
  margin-left: 40px;
}


/* Knowlegebase & elibrary Collection dahsboard pages */
.paragraphs-item-image-upload-left-text-right .col-md-7 .field-item {
  position: relative;
}

.paragraphs-item-image-upload-left-text-right .skew-shape-left {
  padding: 15px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 0px;
}

.paragraphs-item-image-upload-left-text-right .skew-shape-left:before {
  background-color: #ffd54f;
}

.paragraphs-item-image-upload-left-text-right .skew-shape-left:after {
  background-color: #ffd54f;
  left:0;
}

.page-node-20 .content-bottom-one-wrapper,
.page-node-25 .content-bottom-one-wrapper,
.page-user- .content-bottom-one-wrapper {
  background-color: #f6f6f6;
  border-top: solid 1px #dee3de;
  border-bottom: solid 1px #dee3de;
  padding: 40px 0;
}

.page-node-20 .region-content-bottom-two > .blockgroup,
.page-node-25 .region-content-bottom-two > .blockgroup {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-node-20 .region-content-bottom-one .block-content,
.page-node-25 .region-content-bottom-one .block-content {
  background-color: white;
}

.page-node-20 .region-content-bottom-one .block-content .btn,
.page-node-25 .region-content-bottom-one .block-content .btn {
  width: 100%;
  margin-top: 10px;
}

.page-node-20 .content-bottom-two-wrapper,
.page-node-25 .content-bottom-two-wrapper {
  padding: 40px 0 0;
}

.page-node-20 .region-content-bottom-two .block,
.page-node-25 .region-content-bottom-two .block {
  margin-bottom: 20px;
}

.page-node-20 .region-content-bottom-two .search-form .form-item,
.page-node-25 .region-content-bottom-two .search-form .form-item,
.page-node-20 .region-content-bottom-two .search-form .form-group,
.page-node-25 .region-content-bottom-two .search-form .form-group {
  margin: 0;
}

.page-node-20 .region-content-bottom-two .search-form .custom-search-box,
.page-node-25 .region-content-bottom-two .search-form .custom-search-box {
  display: inline-block;
  width: calc(100% - 160px);
  padding: 5px 8px;
  text-indent: 0;
  border-radius: 0;
  border: solid 1px #dee3de;
}

.page-node-20 .region-content-bottom-two .search-form .custom-search-box:focus,
.page-node-25 .region-content-bottom-two .search-form .custom-search-box:focus {
  box-shadow: none;
  outline: none;
}

.page-node-20 .region-content-bottom-two .search-form .form-actions,
.page-node-25 .region-content-bottom-two .search-form .form-actions {
  text-align: right;
}

.page-node-20 .region-content-bottom-two .search-form .btn,
.page-node-25 .region-content-bottom-two .search-form .btn {
  margin-top: -58px;
}

.page-node-20 .region-content-bottom-two .control-label,
.page-node-25 .region-content-bottom-two .control-label {
  color: #666;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .page-node-20 .region-content-bottom-one .block,
  .page-node-25 .region-content-bottom-one .block {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-20 .region-content-bottom-two > .blockgroup,
  .page-node-25 .region-content-bottom-two > .blockgroup {
    width: 50%;
    float: left;
  }
}

/*
* User pages
*/

/* Login page */
.page-user .hybridauth-widget-wrapper {
  display: none;
}

.page-user- .region-content {
  padding: 30px 0;
}

.page-user- h1.page-header {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.page-user- h1.page-header span {
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -120px;
  position: absolute;
  font-size: 30px;
}

#block-views-my-favorites-block h2.block-title {
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  border: solid 1px #dfe4df;
  border-bottom: none;
}

#block-views-my-favorites-block .block-content {
  background-color: #fff;
  border: solid 1px #dfe4df;
  position: relative;
}

#block-views-my-favorites-block .block-content:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -14px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-bottom: 14px solid #dfe4df;
  border-left: 14px solid white;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

#block-views-my-favorites-block .block-content:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -15px;
  transform: translateX(-100%);
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-bottom: 14px solid white;
  border-left: 14px solid transparent;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}


#block-views-my-favorites-block .view-empty p {
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  margin: 0;
  padding: 10px 20px;
}

#block-views-my-favorites-block .fav-item a {
  color: #000;
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  padding: 10px 20px;
  border-bottom: solid 1px #dfe4df;
}

#block-views-my-favorites-block .fav-item.views-row-last a {
  border:none;
}

.page-user- .region-content .block.crop-shape-right {
  text-align: center;
  margin-top: 30px;
}

.page-user- .region-content .block.crop-shape-right .btn-primary {
  width: 100%;
}

.page-user- .region-content .block.crop-shape-right:before {
  border-top: 14px solid #dfe4df;
}

.page-user- .region-content .block.crop-shape-right:after,
.page-user- .region-content-bottom-two .block.crop-shape-right:after {
  border-top: 14px solid #fff;
  top: -1px;
  right: -15px;
  display: block;
  clear: none;
  visibility: visible;
}

.page-user- .content-bottom-one-wrapper .block {
  margin-bottom: 30px;
  text-align: center;
}

.page-user- .content-bottom-one-wrapper .block + .block {
  margin-bottom: 0;
}

.page-user- .content-bottom-one-wrapper .block .view-footer .btn {
  margin-top: 15px;
  width: 100%;
}

.page-user- .content-bottom-one-wrapper .block .view-footer .btn:before {
  border-left: 14px solid #f6f6f6;
}

.page-user- .content-bottom-one-wrapper .block .view-footer .btn:after {
  border-top: 14px solid #f6f6f6;
}

.view-forum-threads .forum-item,
#block-views-events-block-1 .event-item {
  padding: 30px 20px;
}

.view-forum-threads .featured-new-node-link a {
  width: 30px;
}

.view-forum-threads .featured-new-node-link a > .featured-new-teaser-link {
  text-align: center;
}

.view-forum-threads .forum-item .featured-new-title,
.view-forum-threads .forum-item .featured-new-body,
.view-forum-threads .forum-item .blog-links {
  padding: 0;
  text-align: left;
}

#block-views-events-block-1 .event-item .front-event-title,
#block-views-events-block-1 .event-item .frontpage-event-txt {
  text-align: left;
}

#block-views-events-block-1 .event-item .front-event-title a {
  color: #000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}

.view-forum-threads .forum-item .blog-links {
  margin: 10px 0 0;
}

.view-forum-threads .forum-item .thread-forum a {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  border: none;
}

.view-forum-threads .forum-item .forum-replies {
  display: inline-block;
  padding-left: 9px;
  margin-left: 10px;
  border-left: solid 1px #666;
}

.page-user- .content-bottom-two-wrapper {
  padding: 40px 0 0;
}

.page-user- .region-content-bottom-two .block {
  margin-bottom: 30px;
}

.page-user- .region-content-bottom-two .block.crop-shape-right {
  margin-bottom: 30px;
  text-align: center;
}


.page-user- .region-content-bottom-two .block.crop-shape-right .btn-primary {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .page-user- h1.page-header span {
    font-size: 40px;
    top: -100px
  }
}

@media (min-width: 992px) {
  .page-user- .region-content .block.crop-shape-right {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-top: 0;
  }

  .page-user- .region-content .block.crop-shape-right.last {
    margin-right: 0px;
  }

  .page-user- .content-bottom-one-wrapper .block {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
    float: left;
  }

  .page-user- .content-bottom-one-wrapper .block + .block {
    width: 50%;
    margin-right: 0;
  }

  .page-user- .region-content-bottom-two .block.crop-shape-right {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }

  .page-user- .region-content-bottom-two .block.crop-shape-right.last {
    margin-right: 0;
  }

  .page-user- h1.page-header {
    margin-top: -120px;
  }

  .page-user- h1.page-header span {
    text-transform: capitalize;
    color: #fff;
    position: inherit;
    top: inherit;
  }

  .page-user- h1.page-header .btn {
    color: #fff;
    border-color: #fff;
    margin: -5px 0 0 20px;
  }


  .page-user- h1.page-header .btn:hover {
    color: #286FB6;
    border-color: #fff;
    background-color: #fff;
  }

}

/*
* Footer section
*/

.footer {
  border-top: solid 1px #dee3de;
  padding: 20px 0 40px;
  margin-top: 60px;
}

.region-footer {
  margin: 0 -15px;
}

.footer .block p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}

.footer .block.col-md-2 {
  text-align: center;
}

.footer .block.col-md-2 .skew-shape-right {
  margin-top: 20px;
}

.footer .block.col-md-2 .skew-shape-right:before,
.footer .block.col-md-2 .skew-shape-right:after {
  border-color: #dee3de;
}

.footer .block.col-md-2 .skew-shape-right a {
  color: #dee3de;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 15px 0 0;
  -webkit-transition: color ease-in-out .33s;
  -moz-transition: color ease-in-out .33s;
  -ms-transition: color ease-in-out .33s;
  transition: color ease-in-out .33s;
}

.footer .block.col-md-2 .skew-shape-right a:hover,
.footer .block.col-md-2 .skew-shape-right a:focus {
  color: #286fb6;
}

.footer .block.col-md-2 .skew-shape-right a:last-child {
  display: inline-block;
  margin: 0;
}

.footer #mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 23px 0 0;
}

.footer #mc_embed_signup .mc-field-group input[type="email"] {
  display: inline-block;
  width: calc(100% - 110px);
  padding: 5px 8px;
  text-indent: 0;
  border-radius: 0;
  border: solid 1px #dee3de;
}

.footer #mc_embed_signup .mc-field-group input[type="email"]:focus {
  box-shadow: none;
  outline: none;
}

.footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 1px solid #e85c41;
}

.footer #mc_embed_signup .button {
  clear: none;
  background-color: transparent;
  border: solid 1px #286fb6;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  color: #286fb6;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 34px;
  margin: 0 0 10px 0;
  padding: 4px 30px 4px 25px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  min-width: inherit;
}

.footer #mc_embed_signup .button:hover {
  color: #fff;
  background-color: #286fb6;
}

.footer #mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
}

.footer #mc_embed_signup div.response {
  margin:0;
  padding: 1em 0 .5em;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer .block {
    margin-bottom: 40px;
    text-align: center;
  }

  .footer .block:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .footer .block .btn {
    margin-bottom: 15px;
  }
}

/* Footer bottom */
.footer-bottom-block {
  padding: 0 15px 10px;
}

.footer-bottom-block p,
.footer-bottom-block p a {
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

.footer-bottom-block p a {
  line-height: 12px;
  padding: 0 5px;
  border-left: solid 1px #000;
}

.footer-bottom-block p a:hover,
.footer-bottom-block p a:focus {
  color: #286fb6;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-bottom-block p {
    text-align: center;
  }

  .footer-bottom-block p span {
    display: block;
    margin-top: 10px;
  }

  .footer-bottom-block p span a:first-child {
    border: none;
    padding-left: 0;
  }
}

/* Admin menu */
@media screen and (max-width: 767px) {
  #admin-menu {
    display: none;
  }

  html body.admin-menu {
    margin-top: 0 !important;
  }
}

/* HybridAuth EZlogin override */
.page-ezproxylogin h1,
.page-ezproxylogin .form-item-name,
.page-ezproxylogin .form-type-password,
.page-ezproxylogin #edit-actions {
  display:none;
}

.page-ezproxylogin .hybridauth-neoncrm-hybridauth-32 {
  background: transparent url('../images/hybridauth-custom.png') 0px 0px no-repeat;
}

.page-ezproxylogin .hybridauth-icon-hybridauth-32 {
  width: 264px;
  height: 38px;
  opacity:1;
}

/*-------------SESSIONS LISTING PAGE---------*/

.page-sessions .bef-select-as-checkboxes-fieldset .panel-heading {
  display: none;
}

.page-sessions .bef-select-as-checkboxes-fieldset {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.page-sessions .bef-select-as-checkboxes-fieldset .select-more {
  margin-top: 10px;
}

.page-sessions .session_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-sessions .session_header .session__title_area {
  padding-right: 17px;
}

.page-sessions .session_header h2 {
  margin-top: 10px;
}

.page-sessions .session_header h2 a {
  font-size: 22px;
  line-height: 25px;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

.page-sessions .session_header .flag-wrapper a {
  padding: 4px 20px 4px 20px;
}

.page-sessions .field-name-field-session-type {
  font-weight: bold;
}

.page-sessions .session__details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.page-sessions .session__details .field {
  /*flex-grow: 1;*/
  margin: 4px;
}

.page-sessions .session_body {
  font-size: 16px;
}

.page-sessions .session_body .links {
  display: inline-block;
}

.page-sessions .session_body .links a {
  font-size: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

.page-sessions .view-sessions .views-row {
  border-top: 1px solid #d5d5d5;
  padding-top: 7px;
}

.page-sessions .view-sessions.view-display-id-page_1  > .view-content > .views-row.views-row-first,
.page-sessions .view-sessions.view-display-id-page  > .view-content > .views-row.views-row-first,
.page-sessions .view-sessions.view-display-id-page_1.empty-main-view .attachment-after .view-content > .views-row.views-row-first,
.page-sessions .view-sessions.view-display-id-page.empty-main-view .attachment-after .view-content > .views-row.views-row-first {
  border: none;
}


.page-sessions .node-session__on-demand .session__details .field-name-field-session-type {
  flex-basis: 100%;
}

.page-sessions .session__details .field-type-list-text {
  /*flex-grow: 4;*/
}

.page-sessions .session__details .field-name-field-session-date-time,
.page-sessions .session__details .field-name-field-on-demand {
  font-style: italic;
  flex-basis: 75%;
}

.page-sessions .session__details .field-name-field-session-date-time,
.page-sessions .session__details .field-name-field-on-demand,
.page-sessions .session__details .field-name-field-session-speaker {
  border-left: 1px solid #353535;
  padding-left: 10px;
  margin-left: 10px;
}

.page-sessions .hidden-attachment-view .view-content {
  display: none;
}

.page-sessions .views-exposed-widget {
  padding-bottom: 30px;
}

#views-exposed-form-sessions-page .views-exposed-widgets,
#views-exposed-form-sessions-page-1 .views-exposed-widgets {
  display: flex;
  flex-direction: column;
}

#views-exposed-form-sessions-page .views-exposed-widgets .bef-checkboxes .form-item,
#views-exposed-form-sessions-page-1 .views-exposed-widgets .bef-checkboxes .form-item {
  display: flex;
}

#views-exposed-form-sessions-page .views-exposed-widgets .bef-checkboxes .form-item label,
#views-exposed-form-sessions-page-1 .views-exposed-widgets .bef-checkboxes .form-item label {
  margin-left: 5px;
}


#views-exposed-form-sessions-page button.js-hide,
#views-exposed-form-sessions-page-1 button.js-hide {
  display: none;
}

#views-exposed-form-sessions-page .panel-body,
#views-exposed-form-sessions-page-1 .panel-body {
  padding: 0;
}

#views-exposed-form-sessions-page .panel-body label,
#views-exposed-form-sessions-page-1 .panel-body label {
  font-weight: normal;
}

#views-exposed-form-sessions-page .radio label,
#views-exposed-form-sessions-page-1 .radio label {
  padding-bottom: 7px;
}

#views-exposed-form-sessions-page #edit-field-session-date-time-value-wrapper,
#views-exposed-form-sessions-page-1 #edit-field-session-date-time-value-wrapper {
  display: none;
}

#views-exposed-form-sessions-page .form-item-title,
#views-exposed-form-sessions-page-1 .form-item-title{
  padding-right: 20px;
}

/* Session Listing Page Column Hack */
@media (min-width: 768px) {
  .col-sm-4 {
    width: 27.333333%;
  }
}

.page-sessions .views-reset-button button {
  background-color: #286fb6;
  border-color: #286fb6;
  color: #fff;
  display: inline-block;
  padding: 4px 20px 4px 20px;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  position: relative;
  height: 34px;
  min-width: 160px;
}

.page-sessions .views-reset-button button:hover {
  background-color: #ffd44f;
  border: solid 1px #286fb6;
  color: #286fb6;
  text-decoration: none;
}

  /*---------END OF SESSIONS LISTING-----*/
/*------------START OF USER SCHEDULE LISTING----*/

.page-sessions-my-schedule .full-heading-block .text-wrapper {
  height: 120px;
  background-color: #ffd44f;
}

.page-sessions-my-schedule .full-heading-block .text-wrapper h1 {
  color: #286fb6;
}

.page-sessions-my-schedule .full-heading-block .image-wrapper {
  display: none;
}

.page-sessions-my-schedule .full-heading-block .heading-full-width {
  height: 120px;
}

.page-sessions-my-schedule .full-heading-block .heading-links a {
  background-color: #286fb6;
  border-color: #286fb6;
  color: #fff;
  display: inline-block;
  padding: 4px 45px 4px 30px;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  position: relative;
  height: 34px;
  min-width: 160px;
}

.page-sessions-my-schedule .full-heading-block .heading-links a:hover {
  background-color: #ffd44f;
  border: solid 1px #286fb6;
  color: #286fb6;
  text-decoration: none;
}

/*-----------START OF SESSIONS PAGE-------*/
.node-type-session .node-session .field-name-field-syllabus .pdf_link {
  background-color: #286fb6;
  border: solid 1px #286fb6;
  color: #FFF;
  display: inline-block;
  padding: 4px 45px 4px 30px;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  position: relative;
  height: 34px;
  min-width: 160px;
}

.node-type-session .node-session .session__subheading_area {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.node-type-session .node-session .session__subheading_area > div  {
  padding-right: 10px;
}

.node-type-session .node-session .field-name-field-session-date-time .field-item {
  font-size: 18px;
  font-style: italic;
}

.node-type-session .node-session .field-name-field-session-video {
  margin: 30px 0;
}

.node-type-session .node-session .content {
  /*width: 85%;*/
  margin-left: auto;
  margin-right: auto;
}

.node-type-session .node-session .group-session-details {
  display: block;
  justify-content: start;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.node-type-session .node-session .group-session-details a {
  font-family: "Gotham A", "Gotham B", sans-serif;
}

.node-type-session .node-session .group-session-details .field-name-field-session-type {
  padding-left: 0;
}

.node-type-session .node-session .group-session-details div.field-name-field-category {
  border-right: none;
}

@media (min-width: 769px) {
  .node-type-session .node-session .group-session-details {
    display: flex;
  }

  .node-type-session .node-session .group-session-details > div {
    padding: 0 20px;
    border-right: 1px solid #3d3d3d;
  }
}

.content-access-message {
  margin: 60px 0;
}

/*-----------SESSION NODE SECONDARY BLOCKS-----------*/

.node-type-session .region-content-bottom-one #block-views-more-in-category-block,
.node-type-session .region-content-bottom-one #block-views-more-in-category-block-1 {
  border: 1px #d4d4d4 solid;
  background-color: #efefef;
  flex: 1 0 0;
  margin-right: 30px;
  margin-bottom: 20px;
}

.node-type-session .region-content-bottom-one #block-views-more-in-category-block h2,
.node-type-session .region-content-bottom-one #block-views-more-in-category-block-1 h2
{
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 3px 16px;
  border-bottom: 1px #d4d4d4 solid;
}
.node-type-session .region-content-bottom-one #block-views-more-in-category-block-2 > h2 {
  padding: 3px 16px;
  margin: 0 0 10px 0;
}

.session-more-blocks {
  padding: 10px 16px;
}

.session-more-blocks .views-row {
  padding-bottom: 20px;
}

.session-more-blocks.more-about-speaker .node-speaker {
  display: flex;
}

.session-more-blocks.more-about-speaker h2 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 22px;
  margin: 0;
}

.session-more-blocks.more-about-speaker .left {
  flex-grow: 1;
  width: 200px;
  margin-right: 20px;
}

.session-more-blocks.more-about-speaker .left img {
  width: 200px;
  max-width:100%;
}

.session-more-blocks.more-about-speaker .right {
  flex-shrink: 8;
}

.session-more-blocks.more-about-speaker .right .field-name-body {
  font-size: 12px;
}

@media (min-width: 769px) {
  .node-type-session .region-content-bottom-one {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
  }

  .node-type-session .region-content-bottom-one #block-views-more-in-category-block-2 {
    max-width: 50%;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .node-type-session .region-content-bottom-one {
    flex-wrap: nowrap;
  }
}

/* USER PROFILES */

.page-user-edit .form-wrapper {
  margin-bottom: 30px;
}

.page-user-edit .form-control {
  width: auto;
}

.page-user-edit .field-type-number-float label {
  display: block;
}

.page-user-edit .field-type-number-float input {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
}

.page-user h1.page-header {
  display:none;
}

.profile h3 {
  margin-top:0;
}

.profile .row-1 .right strong {
  font-size: 0.9em;
}

.profile .row-1 .right a {
  font-size: 0.8em;
}
.profile .row-1 .right div {
  margin-bottom:0.5em;
}

.profile .row-1 .middle div {
  margin-bottom:1.5em;
}

.profile .row-2 .middle strong {
  margin-bottom:1em;
}

.profile #edit-link {
  font-size:0.7em;
}

.profile h3 {
  display: inline;
}

.profile .row-2 .left {
  text-align: left;
}

.profile .row-2 .left img {
  width: 75%;
  height:auto;
  margin-top:20px;
}

@media (min-width: 1200px) {
  .profile .row-1,
  .profile .row-2,
  .profile .row-3,
  .profile .row-4,
  .profile .row-5 {
    padding-left:150px;
    padding-right: 150px;
    margin-bottom:50px;
  }

  .profile .row-1 .middle div {
    padding-right:50px;
  }

  .profile .row-1 .middle div:first-child {
    padding-right:0;
    margin-bottom:0;
  }

  .profile .row-1 .right {
    padding-top:51px;
  }
}

@media (max-width: 1200px) {
  .profile .col-md-4 {
    margin-bottom:25px;
  }
}

.profile .book {
  margin-top: 15px;
}

.profile .tooltip-username {
  vertical-align: super;
}

/* EXHIBITOR CONTENT TYPE */

.node-type-exhibitor #banner {
  width:100%;
  height:auto;
}

@media (min-width:1200px) {
  .node-type-exhibitor #banner {
    max-width:1200px;
    margin:0 auto;
  }

  .navbar-header-wwrapper {
    text-align: center;
    margin: 0 auto;
  }
}

.node-type-exhibitor .category {
  font-size: 18px;
  font-weight: bold;
}

.node-type-exhibitor .pipe {
  font-size: 20px;
  padding:10px;
  font-weight:300;
}

.node-type-exhibitor .description {
  margin-top: 20px;
}

.node-type-exhibitor .aside {
  border-bottom:3px solid #618bc1;
  margin-bottom:10px;
  margin-top:100px;
}

.node-type-exhibitor .aside h4 {
  font-weight: 300;
}

.node-type-exhibitor .message {
  background-color: #f8d668;
  color:#3d70b2;
  padding:20px;
  font-weight:bold;
  margin-top: 30px;
}

.node-type-exhibitor .message p {
  margin-bottom: 0;
  font-size: 1em;
}

.node-type-exhibitor .go {
  background-color: #3d70b2;
  border-radius:12px;
  padding: 5px 25px;
  float: right;
  margin-top:-0.25em;
}

.node-type-exhibitor .go a {
  color: white;
}

.node-type-exhibitor .col-sm-11 p {
  margin-right:1.5em;
}

@media (min-width: 1200px) {
  .node-type-exhibitor .col-sm-9 {
    padding-right: 200px;
  }
}

/* USER DASHBOARD */

#block-block-26 .title {
  position: absolute;
  color: white;
  left:100px;
  z-index:10;
  top: 60px;
}

#block-block-26 .btn {
  background-color: transparent;
  border: solid 1px white;
  color: white;
  margin:-10px 0 0 30px;
}

.page-dashboard .center {
  text-align:center;
}

#block-block-61 {
  margin-top:40px;
}

.page-dashboard #block-system-main {
  margin-top: 30px;
}

.page-dashboard .panels-flexible-column-inside {
  margin:0px;
}

.page-dashboard .panels-flexible-region {
  border: 1px solid #ccc;
  padding: 30px;
}

.page-dashboard .pane-content {
  height:200px;
  text-align: center;
}

.page-dashboard h6.pane-title,
.page-dashboard h2.pane-title {
  text-align: center;
}

.page-dashboard .panels-flexible-region-first {
  height:300px;
}

.page-dashboard .panels-flexible-column-dashboard-3 .panels-flexible-region {
  padding: 20px 0;
}

.page-dashboard .views-row {
  border-top:1px solid #ccc;
  padding: 10px 15px;
}

.page-dashboard .panels-flexible-column-dashboard-3 .field-content {
  font-size: 0.7em;
}

.page-dashboard .view-schedule .view-footer a {
  font-size: 0.7em;
  padding-left:17px;
  text-decoration: underline;
}

.page-dashboard .view-schedule .view-footer  {
  border-top: 1px solid #ccc;
}

.page-dashboard .panels-flexible-column-dashboard-3 .pane-title {
  margin-left: 17px;
}

.page-dashboard  #block-views-dash-forum-block {
  background-color: #eee;
  padding: 20px;
  margin: 60px 15px 60px 0;
}

@media (min-width: 320px) and (max-width: 768px) {

  .page-dashboard .panels-flexible-column {
    float: left;
    width: 100%;
  }

  .page-dashboard .panels-flexible-region-first {
    height:400px;
  }

  .page-dashboard .panels-flexible-column-inside {
    margin:20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .page-dashboard .panels-flexible-column {
    float: left;
    width: 100%;
  }

  .page-dashboard .panels-flexible-region-first {
    height:250px;
  }

  .page-dashboard .panels-flexible-column-inside {
    margin:20px 0;
  }
}

.page-dashboard .panels-flexible-region-dashboard-schedule {
  padding-top:0 !important;
}

.page-dashboard .schedule-no-results {
  line-height: 2.2em;
  padding: 0 17px;
  font-size:0.75em;
}

.page-dashboard #block-views-dash-forum-block tbody tr {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 13px;
}

.page-dashboard #block-views-dash-forum-block table {
  width: 100%;
}

/* EXPO HALL */

.node-type-expo-hall .main-container {
  padding-top: 0;
}

.node-type-expo-hall .description {
  background-color: #276FB8;
  opacity: 85%;
  margin: 20px 30px 0;
  padding: 20px 30px;
}

.node-type-expo-hall .third .description {
  background-color: #dfe3de;
  color: #276FB8;
}

.node-type-expo-hall .third .description a,
.node-type-expo-hall .third .description h3,
.node-type-expo-hall .third .description p {
  color: #276FB8;
}

.node-type-expo-hall .description a,
.node-type-expo-hall .description p,
.node-type-expo-hall .description h3,
.node-type-expo-hall .description h2{
  color: white;
}

.node-type-expo-hall .description h3 {
  font-size: 16px;
  line-height: 1.7em;
}

.node-type-expo-hall .col-sm-3 .description p {
  line-height:1.7em;
  font-size: 0.8em;
}

.node-type-expo-hall .col-sm-3 .description {
  height: 240px;
}

.node-type-expo-hall .col-sm-3 {
  padding-bottom: 0;
}

.node-type-expo-hall .col-sm-9 .description {
  margin-top: -260px;
  height: 230px;
}

.node-type-expo-hall .description a {
  text-decoration: underline;
}

@media (max-width: 823px) {
  .node-type-expo-hall .col-sm-9 .description {
    position:absolute;
    height:90%;
    top:280px;
  }

  .node-type-expo-hall .col-sm-9 img {
    height:420px;
    width: 100%;
  }

  .node-type-expo-hall .col-sm-9 .img {
    overflow: hidden;
  }
  .node-type-expo-hall .col-sm-9 h2 {
    font-size:1em;
    margin:0px !important;
    padding: 0px !important;
  }
}

@media (max-width: 568px) {
  .node-type-expo-hall .col-sm-9 .description {
    position:absolute;
    height:90%;
    top:280px;
  }

  .node-type-expo-hall .col-sm-9 img {
    height:530px;
    width: auto;
  }

  .node-type-expo-hall .col-sm-9 .img {
    overflow: hidden;
  }
  .node-type-expo-hall .col-sm-9 h2 {
    font-size:1em;
    margin:0px !important;
    padding: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .node-type-expo-hall .col-sm-9 {
    width: 100%;
  }

  .node-type-expo-hall .col-sm-9 .description {
    width: 85%;
  }

  .node-type-expo-hall .col-sm-9 img {
    width: 100%;
  }

  .node-type-expo-hall .col-sm-3 {
    width: 50%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .node-type-expo-hall .col-sm-3 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .node-type-expo-hall .col-sm-9 .description {
    width: 85%;
  }

  .node-type-expo-hall .col-sm-9 {
    padding-top:22px;
  }

  .node-type-expo-hall .col-sm-3 .description {
    margin: 20px 0 0;
  }

  .node-type-expo-hall .col-sm-3 {
    padding:0px 15px 15px 15px;
  }

  .node-type-expo-hall .col-sm-9 img {
    width:100%;
  }
}

.node-type-expo-hall #block-views-expo-hall-exhibitors-block button {
  display: none;
}

.node-type-expo-hall #block-views-expo-hall-exhibitors-block .view-filters {
  margin-bottom:2em;
}

.node-type-expo-hall #block-views-expo-hall-exhibitors-block .block-content {
  margin-top: 0em;
}

@media (min-width: 1200px) {
  .node-type-expo-hall .views-row {
    height:200px;
    margin-bottom:1em;
    margin-top:1.5em;
  }

  .node-type-expo-hall .views-field-field-exhibitor-logo {
    width: 25%;
    float:left;
    min-height:200px;
  }

  .node-type-expo-hall .views-field-field-exhibitor-logo .field-content {
    height:150px;
    width: 200px;
    text-align: center;
    position: relative;
  }

  .node-type-expo-hall .views-field-field-exhibitor-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height:145px;
    width:auto;
  }

  .node-type-expo-hall .views-field-view-node,
  .node-type-expo-hall .views-field-body,
  .node-type-expo-hall .views-field-field-exhibitor-category,
  .node-type-expo-hall .views-field-title {
    text-align: left;
    vertical-align: top;
    width:75%;
  }

  .node-type-expo-hall .views-row {
    clear: left;
  }
}

.node-type-expo-hall .views-field-body p {
  margin-bottom:0;
}

.node-type-expo-hall .view-expo-hall-exhibitors p {
  font-size:0.85em;
}

.node-type-expo-hall .views-field-view-node a {
  text-decoration: underline;
}

.node-type-expo-hall .views-field-view-node {
  margin-top: 0.5em;
}

@media (max-width: 1200px) {
  .node-type-expo-hall .views-row {
    margin-bottom: 5em;
  }

  .node-type-expo-hall .views-field-field-exhibitor-logo {
    padding-bottom:1em;
  }
}

/* Log In Button */

.block-login-custom.btn {
  background-color: #286FB6;
  padding: 4px 20px 4px 20px;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  text-decoration:none;
  text-align: center;
  text-transform:uppercase;
  white-space:nowrap;
  vertical-align:middle;
  margin-top: 0.4em;
  margin-right: 2em;
}

.block-login-custom.btn:hover {
  background-color: #FFD44F;
  color: #286FB6;
}

#block-login-custom {
  display: inline-block;
  float: right;
  margin-right: 4em;
}

#block-login-custom p {
  text-align:right;
  padding-top: 2em;
}

#block-login-custom p.logout-custom {
  margin-top:0;
  padding-top:0;
  text-align:left;
  margin-top:-1em;
}

#block-login-custom p.logout-custom a {
  font-size: 0.7em;
  text-decoration: underline;
}

@media (max-width: 823px) {
  #block-login-custom p {
    padding-left: 15px;
  }

  #block-login-custom {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 190px;
  }

  #block-login-custom p {
    text-align:left;
  }
}

@media (min-width: 1200px) {
  .block-login-custom.btn {
    margin-top: 12px;
    margin-right: -10px;
  }
}

/* Tooltips */

.tooltip-username {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  padding-right: 0 !important;
  padding-bottom: 0.1em;
}

.tooltip-username .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip-username:hover .tooltiptext {
  visibility: visible;
}

.tooltip-username .red {
  color: #FF0000;
  font-weight: 400;
}

.tooltip-username .orange {
  color: #FF7B00;
  font-weight: 400;
}

.tooltip-username .green {
  color: #00C237;
  font-weight: 400;
}

/* HIDE PASSWORD HELP */

#user-profile-form div.progress,
#user-profile-form div.label,
.help-block.password-help {
  display:none !important;
}

/* FORUM */
.view.view-advanced-forum-topic-list td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.view.view-advanced-forum-topic-list tr.even {
  background-color: #D1DCE3;
}

@media screen and (min-width: 992px) {
  body.sidebar-first.page-forum .region-sidebar-first .block-menu-block {
    margin-top: -15px;
  }

  .col-sm-3 .region-sidebar-first .menu-name-menu-forum {
    margin-top: 0;
    padding-top: 0;
  }
}

