/* Table of Contents
   - - - - - - - - -
   1.	xxx
   - - - - - - - - -
 */
#sidebarWrap {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }

.with_SideBar .SB_Left_Media,
.with_SideBar .SB_Right_Media {
  width: 40%;
  padding: 0.7rem;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede; }

.with_SideBar .SB_Left_Media {
  float: left;
  margin-right: 1.3rem !important;
  margin-left: 1.2vw;
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg); }

.with_SideBar .SB_Right_Media {
  float: right;
  margin-left: 1.3rem !important;
  margin-right: 1.2vw;
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg); }

.with_SideBar .SB_FullWidth_Media,
.with_SideBar .SB_Mosaic {
  width: 100%;
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem !important; }

.with_SideBar .SB_FullWidth_Hide {
  display: none !important; }

.with_SideBar .parallax_fullwidth {
  min-height: 400px; }

.with_SideBar nav.sidebar {
  background-color: white;
  padding: 1.3rem;
  margin-bottom: 1.3rem;
  border: 1px solid #dfdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1); }
  .with_SideBar nav.sidebar h3 {
    color: #181e1e; }
  .with_SideBar nav.sidebar ul {
    padding: 0px;
    margin: 0px; }
    .with_SideBar nav.sidebar ul li {
      list-style: none;
      margin-bottom: .4rem; }
      .with_SideBar nav.sidebar ul li a {
        color: #1f92d1 !important; }
    .with_SideBar nav.sidebar ul li:last-child {
      margin-bottom: 0px;
      border-bottom: none; }

.with_SideBar .SideBarWidget, .with_SideBar .WidgetHolder {
  margin-bottom: 1.3rem;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1); }
  .with_SideBar .SideBarWidget select, .with_SideBar .WidgetHolder select {
    margin-top: 0.7rem; }
  .with_SideBar .SideBarWidget .single-item, .with_SideBar .WidgetHolder .single-item {
    margin-bottom: 0px !important; }
    .with_SideBar .SideBarWidget .single-item .slick-dots, .with_SideBar .WidgetHolder .single-item .slick-dots {
      margin-top: -50px !important; }
  .with_SideBar .SideBarWidget .single-item .slick-prev, .with_SideBar .SideBarWidget .single-item .slick-next, .with_SideBar .WidgetHolder .single-item .slick-prev, .with_SideBar .WidgetHolder .single-item .slick-next {
    top: 41% !important; }
  .with_SideBar .SideBarWidget img,
  .with_SideBar .SideBarWidget .video-block, .with_SideBar .WidgetHolder img,
  .with_SideBar .WidgetHolder .video-block {
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important; }
  .with_SideBar .SideBarWidget .innerContent, .with_SideBar .WidgetHolder .innerContent {
    padding: 1.3rem;
    position: relative;
    z-index: 2; }
    .with_SideBar .SideBarWidget .innerContent h3, .with_SideBar .WidgetHolder .innerContent h3 {
      margin-top: 0px !important; }
    .with_SideBar .SideBarWidget .innerContent p, .with_SideBar .WidgetHolder .innerContent p {
      margin-bottom: 0px; }
    .with_SideBar .SideBarWidget .innerContent .widgetButton, .with_SideBar .WidgetHolder .innerContent .widgetButton {
      font-weight: 400;
      display: inline-block;
      padding: .66rem 1.25em .7rem 1.25rem;
      margin: 1rem .2rem 0px 0px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      outline: none;
      border: none;
      background-color: #2e3b3a;
      opacity: 1;
      filter: alpha(opacity=100);
      transition: all 0.07s linear; }
    .with_SideBar .SideBarWidget .innerContent .widgetButton:hover,
    .with_SideBar .SideBarWidget .innerContent .widgetButton:active,
    .with_SideBar .SideBarWidget .innerContent .widgetButton:focus, .with_SideBar .WidgetHolder .innerContent .widgetButton:hover,
    .with_SideBar .WidgetHolder .innerContent .widgetButton:active,
    .with_SideBar .WidgetHolder .innerContent .widgetButton:focus {
      opacity: 0.85;
      filter: alpha(opacity=85);
      cursor: pointer; }

.with_SideBar .SideBarWidget.InvertText h4,
.with_SideBar .SideBarWidget.InvertText p {
  color: white; }

.with_SideBar .SideBarWidget:last-child {
  margin-bottom: 0px; }

.with_SideBar .default_border, .with_SideBar .WidgetHolder {
  border: 1px solid #dfdcdc; }

.with_SideBar .noborder {
  border: none !important; }

.with_SideBar .tint {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.with_SideBar .SBNarrow .video-block {
  height: 200px; }

.with_SideBar .SBWide .video-block {
  height: 230px; }

.with_SideBar .SBExtraWide .video-block {
  height: 330px; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 667px) {
  .sideBarArea {
    margin-top: 1.3rem; }
  .SideBarWidget:last-child {
    margin-bottom: 1.3rem !important; }
  .with_SideBar .SB_Left_Media,
  .with_SideBar .SB_Right_Media {
    width: 100%; } }

/* @end */
/* @group Subscribe widget */
#form_subscribe {
  margin-top: 1rem; }
  #form_subscribe input {
    width: 100%;
    margin-bottom: .3rem;
    padding: .4rem; }
  #form_subscribe #Submit {
    color: white; }

/* @end */
.SideBarWidget .slick-slider {
  margin-bottom: 0px; }
  .SideBarWidget .slick-slider .Caption {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    margin-bottom: 0px;
    font-size: .8em;
    padding: .2rem .5rem .2rem .5rem; }

.GSIframe {
  webkit-filter: grayscale(1);
  filter: grayscale(1); }

.resp-container {
  margin-top: 0.32rem;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

@media (max-width: 639px) {
  .MobileBtnOnly {
    border: none !important;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0) !important; }
    .MobileBtnOnly img, .MobileBtnOnly h4, .MobileBtnOnly p, .MobileBtnOnly iframe {
      display: none; }
    .MobileBtnOnly .innerContent {
      padding: 0px !important;
      text-align: center !important; }
    .MobileBtnOnly .widgetButton {
      width: 100%;
      display: inline-block !important;
      margin: 0 auto 0 auto !important; }
  .HideMobile {
    display: none; } }
