/*** Copy from Welfare*/
/*
$new_red: #c2002f;
$new_red: $our_red;
$new_dark_red: #7f0817;
$new_dark_red: $our_dark_red;
$new_side_red: #7f0817;

$our_red: $new_red;
$our_dark_red: $new_dark_red;
$our_side_red: $new_side_red;

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/*Scot Mixins from git hub --- https://github.com/stolinski/Scotts-Dope-Mixins/blob/master/_mixins.scss*/
/* Scott's Dope Mixins v0.3*/
/*
@mixin font-size($size: 14px, $msize: false){
  font-size: 1em;
  @if $msize{
    font-size: 0.6em;
  }
  @include breakpoint($tab){
    font-size:$size;
  }
}
*/
/***IPS More Link in row */
/** IPS Button ***/
/* A less configurable but more areodynamic transition mixin */
/* Removes margin and padding and list style from lists */
/* Lightens background color on hover */
/* Darkens background color on hover */
/* A re-useable font mixin for whatever fonts you are using, allows for an optional color argument */
/* Cross browser opacity */
/* REMS with a PX Fallback */
/* REQUIRES COMPASS */
/* Faster gradients, if a stop is not specified a -20 of the start
is assigned for you this may be adjustable in the near future */
/* End of Scot Mixinis **/
/***FUnction****/
/***box read more**/
/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 1, ../sass/components/_footer.scss */
.l-footer {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both;
  padding: 10px 0;
  padding-bottom: 0px;
  background: #e3e5e4;
  margin-top: 40px;
  border-top: 0px solid #686f77;
  color: #FFFFFF; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .l-footer {
    float: left; }
  /* line 10, ../sass/components/_footer.scss */
  .l-footer a {
    color: #FFFFFF; }
  /* line 14, ../sass/components/_footer.scss */
  .l-footer .l-region--footer {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none;
    min-width: 0 !important; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    .l-footer .l-region--footer::after {
      content: "";
      display: table;
      clear: both; }
    /* line 17, ../sass/components/_footer.scss */
    .l-footer .l-region--footer .copyright-block {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      text-align: center;
      margin-bottom: 5px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .l-footer .l-region--footer .copyright-block {
        float: left; }
    /* line 26, ../sass/components/_footer.scss */
    .l-footer .l-region--footer .logo-block {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .l-footer .l-region--footer .logo-block {
        float: left; }
    /* line 32, ../sass/components/_footer.scss */
    .l-footer .l-region--footer .copyright-block {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin-top: 10px;
      color: #b7b5b5;
      color: #124970; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .l-footer .l-region--footer .copyright-block {
        float: left; }
    /* line 44, ../sass/components/_footer.scss */
    .l-footer .l-region--footer .social-block {
      display: none;
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin-top: 10px;
      background: #ececec; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .l-footer .l-region--footer .social-block {
        float: left; }
      /* line 56, ../sass/components/_footer.scss */
      .l-footer .l-region--footer .social-block .menu {
        text-align: center; }
        /* line 62, ../sass/components/_footer.scss */
        .l-footer .l-region--footer .social-block .menu li {
          display: inline-block;
          margin: 0 5px;
          line-height: 1; }
          /* line 66, ../sass/components/_footer.scss */
          .l-footer .l-region--footer .social-block .menu li a {
            background: none;
            color: #124970;
            display: inline-block;
            font-size: 0;
            width: 35px;
            height: 35px;
            margin-top: 10px;
            margin-bottom: 10px;
            text-align: center;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            /* line 83, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li a:after {
              font-size: 17px;
              line-height: 2;
              font-family: FontAwesome;
              color: #c32032;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
              -webkit-text-fill-color: transparent;
              /* Will override color (regardless of order) */
              -webkit-text-stroke-width: 1px;
              -webkit-text-stroke-color: #124970; }
            /* line 98, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li a.facebook:after {
              content: '\f09a'; }
            /* line 101, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li a.twitter:after {
              content: '\f099'; }
            /* line 104, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li a.youtube:after {
              content: '\f16a'; }
            /* line 107, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li a.instagram:after {
              content: '\f16d'; }
          /* line 117, ../sass/components/_footer.scss */
          .l-footer .l-region--footer .social-block .menu li.lang-item {
            display: inline-block; }
            /* line 120, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li.lang-item ul li {
              margin: 0; }
              /* line 123, ../sass/components/_footer.scss */
              [dir="ltr"] .l-footer .l-region--footer .social-block .menu li.lang-item ul li.en {
                display: none; }
              /* line 128, ../sass/components/_footer.scss */
              [dir="rtl"] .l-footer .l-region--footer .social-block .menu li.lang-item ul li.ar {
                display: none; }
              /* line 132, ../sass/components/_footer.scss */
              .l-footer .l-region--footer .social-block .menu li.lang-item ul li.active {
                display: none; }
              /* line 135, ../sass/components/_footer.scss */
              .l-footer .l-region--footer .social-block .menu li.lang-item ul li a {
                top: -4px;
                display: block;
                position: relative;
                font-size: 12px;
                line-height: 2;
                text-align: center;
                padding: 4px 0;
                font-weight: bold; }
          /* line 154, ../sass/components/_footer.scss */
          .l-footer .l-region--footer .social-block .menu li.search-li {
            margin: 0; }
            /* line 157, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li.search-li a {
              background: none;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              cursor: pointer;
              color: #FFFFFF; }
              /* line 161, ../sass/components/_footer.scss */
              [dir="ltr"] .l-footer .l-region--footer .social-block .menu li.search-li a {
                padding-left: 5px;
                border-left: 1px solid #FFFFFF; }
              /* line 165, ../sass/components/_footer.scss */
              [dir="rtl"] .l-footer .l-region--footer .social-block .menu li.search-li a {
                padding-right: 5px;
                border-right: 1px solid #FFFFFF; }
              /* line 170, ../sass/components/_footer.scss */
              .l-footer .l-region--footer .social-block .menu li.search-li a:after {
                content: '\f002';
                color: #FFFFFF; }
              /* line 175, ../sass/components/_footer.scss */
              .l-footer .l-region--footer .social-block .menu li.search-li a:hover:after {
                color: #c32032; }
          /* line 181, ../sass/components/_footer.scss */
          .l-footer .l-region--footer .social-block .menu li.btn-wrapper {
            width: 100%;
            clear: both;
            float: right;
            display: block;
            margin-top: -20px; }
            /* line 187, ../sass/components/_footer.scss */
            .l-footer .l-region--footer .social-block .menu li.btn-wrapper .btn {
              font-size: 14px;
              display: inline-block;
              width: auto;
              height: auto; }
    /* line 198, ../sass/components/_footer.scss */
    .l-footer .l-region--footer .beyond-block {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 0px;
      font-size: 12px;
      clear: both;
      color: #124970; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .l-footer .l-region--footer .beyond-block {
        float: left; }
      /* line 206, ../sass/components/_footer.scss */
      .l-footer .l-region--footer .beyond-block p {
        margin: 0; }

/* line 1, ../sass/components/_general.scss */
.wrapp {
  width: 95%;
  max-width: 1500px;
  clear: both;
  margin: 0 auto;
  float: none; }
  /* line 186, ../sass/abstractions/_mixins.scss */
  .wrapp::after {
    content: "";
    display: table;
    clear: both; }

/* line 5, ../sass/components/_general.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold; }

/* line 16, ../sass/components/_general.scss */
.l-content h1 {
  margin: 0; }
/* line 22, ../sass/components/_general.scss */
.l-content p {
  clear: both; }

/* line 27, ../sass/components/_general.scss */
.hide {
  display: none; }

/* line 28, ../sass/components/_general.scss */
.show {
  display: block; }

/* line 32, ../sass/components/_general.scss */
.not-front .wrapp.content-wrapper, .not-front .wrapp.sidebar-first-wrapper, .not-front .wrapp.sidebar-second-wrapper {
  width: auto;
  min-width: 0; }

/**Blocks**/
/* line 42, ../sass/components/_general.scss */
.block__title,
.page-title,
.group-title {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 40px; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .block__title, [dir="rtl"]
  .page-title, [dir="rtl"]
  .group-title {
    float: left; }
  /* line 50, ../sass/components/_general.scss */
  .block__title a,
  .page-title a,
  .group-title a {
    font-weight: bold; }
  /* line 53, ../sass/components/_general.scss */
  .block__title span,
  .page-title span,
  .group-title span {
    display: inline-block;
    margin: 0 auto;
    position: relative; }
    /* line 57, ../sass/components/_general.scss */
    .block__title span:after,
    .page-title span:after,
    .group-title span:after {
      content: '.';
      font-size: 0;
      height: 5px;
      width: 60%;
      position: absolute;
      background: #84b24f;
      bottom: 0;
      right: 20%; }
  /* line 73, ../sass/components/_general.scss */
  .block__title.home-slider-title span:after,
  .page-title.home-slider-title span:after,
  .group-title.home-slider-title span:after {
    bottom: -10px; }

/* line 79, ../sass/components/_general.scss */
.page-title {
  text-align: left; }

/* line 82, ../sass/components/_general.scss */
.group-title {
  text-align: left;
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 10px; }
  /* line 88, ../sass/components/_general.scss */
  .group-title span:after {
    bottom: -5px;
    height: 2px; }

/* line 94, ../sass/components/_general.scss */
.block__content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .block__content {
    float: left; }

/**Btns**/
/* line 99, ../sass/components/_general.scss */
.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 103, ../sass/components/_general.scss */
  .btn-wrapper .btn {
    display: inline-block;
    padding: 15px 25px;
    color: #124970;
    border: 1px solid #84b24f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    /* line 112, ../sass/components/_general.scss */
    .btn-wrapper .btn:hover {
      background: #84b24f;
      color: #FFFFFF; }

/* line 2, ../sass/components/_header.scss */
.l-page .l-header {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  position: relative;
  background: #e3e5e4; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .l-page .l-header {
    float: left; }
  /* line 16, ../sass/components/_header.scss */
  .l-page .l-header .wrapp {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    .l-page .l-header .wrapp::after {
      content: "";
      display: table;
      clear: both; }
    /* line 18, ../sass/components/_header.scss */
    .l-page .l-header .wrapp .l-branding {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .l-page .l-header .wrapp .l-branding {
        float: left; }
      /* line 23, ../sass/components/_header.scss */
      .l-page .l-header .wrapp .l-branding .site-logo {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        height: auto;
        padding: 10px 0;
        text-align: center;
        display: block;
        position: relative;
        overflow: hidden; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .l-page .l-header .wrapp .l-branding .site-logo {
          float: left; }
      /* line 39, ../sass/components/_header.scss */
      .l-page .l-header .wrapp .l-branding .site-name {
        display: none; }

/* line 7, ../sass/components/_highlighted.scss */
.region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 20px;
  background: #111111; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block {
    float: left; }
  /* line 14, ../sass/components/_highlighted.scss */
  .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu::after {
      content: "";
      display: table;
      clear: both; }
    /* line 18, ../sass/components/_highlighted.scss */
    .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li {
      width: 100%;
      padding: 0px 4%;
      padding: 0px 0;
      margin: 10px 0;
      display: block;
      height: 95px;
      height: 52px; }
      /* line 33, ../sass/components/_highlighted.scss */
      [dir="ltr"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li {
        float: left;
        text-align: left; }
        /* line 39, ../sass/components/_highlighted.scss */
        [dir="ltr"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li:last-child {
          border-right: 0; }
      /* line 43, ../sass/components/_highlighted.scss */
      [dir="rtl"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li {
        float: right;
        text-align: right; }
        /* line 49, ../sass/components/_highlighted.scss */
        [dir="rtl"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li:last-child {
          border-left: 0; }
      /* line 53, ../sass/components/_highlighted.scss */
      .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a {
        color: #FFFFFF;
        display: inline-block;
        font-weight: 100;
        font-size: 10px;
        line-height: 1.5;
        padding-top: 10px;
        text-transform: uppercase;
        display: block; }
        /* line 70, ../sass/components/_highlighted.scss */
        .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a:before {
          padding: 0 5px;
          margin-top: -10px;
          display: inline-block;
          font-size: 0;
          content: '.';
          height: 86px;
          height: 52px;
          float: left; }
          /* line 80, ../sass/components/_highlighted.scss */
          [dir="ltr"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a:before {
            margin-right: 5px;
            margin-right: 5%; }
          /* line 84, ../sass/components/_highlighted.scss */
          [dir="rtl"] .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a:before {
            float: right;
            margin-left: 5px;
            margin-left: 5%; }
        /* line 90, ../sass/components/_highlighted.scss */
        .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a.m1 {
          width: 95%; }
          /* line 92, ../sass/components/_highlighted.scss */
          .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a.m1:before {
            background: url("../images/historical-icon.png") 0 0 no-repeat;
            width: 120px;
            width: 75px;
            background-size: 100% auto; }
        /* line 101, ../sass/components/_highlighted.scss */
        .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a.m2:before {
          background: url("../images/training-icon.png") 0 0 no-repeat;
          width: 70px;
          width: 45px;
          background-size: 100% auto; }
        /* line 111, ../sass/components/_highlighted.scss */
        .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a.m3:before {
          background: url("../images/research-icon.png") 0 0 no-repeat;
          width: 43px;
          width: 35px;
          background-size: 100% auto; }
        /* line 124, ../sass/components/_highlighted.scss */
        .region-highlighted .w-highlighted .l-region--highlighted .call-to-action-block .menu li a.m4:before {
          background: url("../images/awareness-icon.png") 0 0 no-repeat;
          width: 43px;
          width: 35px;
          background-size: 100% auto; }

/* line 3, ../sass/components/_navigation.scss */
.l-page .l-header .region-navigation {
  /***mobile menu**/
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 6, ../sass/components/_navigation.scss */
  .l-page .l-header .region-navigation .sf-accordion-toggle {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    background: #e3e5e4;
    text-align: center; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .l-page .l-header .region-navigation .sf-accordion-toggle {
      float: left; }
    /* line 10, ../sass/components/_navigation.scss */
    .l-page .l-header .region-navigation .sf-accordion-toggle > a {
      padding: 10px;
      color: #FFFFFF;
      display: block; }
      /* line 15, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .sf-accordion-toggle > a span:before {
        content: '\f0c9';
        font-family: FontAwesome;
        margin: 0 5px; }
  /* line 23, ../sass/components/_navigation.scss */
  .l-page .l-header .region-navigation .sf-accordion {
    display: block;
    background: #e3e5e4;
    padding: 10px; }
    /* line 28, ../sass/components/_navigation.scss */
    .l-page .l-header .region-navigation .sf-accordion li a, .l-page .l-header .region-navigation .sf-accordion li .nolink {
      color: #124970;
      font-weight: bold;
      font-size: 1.2em;
      padding-bottom: 5px;
      padding-top: 5px;
      border-bottom: 1px solid #686f77;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      /* line 36, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .sf-accordion li a:hover, .l-page .l-header .region-navigation .sf-accordion li .nolink:hover {
        color: #84b24f; }
    /* line 41, ../sass/components/_navigation.scss */
    .l-page .l-header .region-navigation .sf-accordion li ul {
      width: 90%;
      margin: 0 5%; }
      /* line 45, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .sf-accordion li ul li a, .l-page .l-header .region-navigation .sf-accordion li ul li .nolink {
        font-size: 1.1em;
        border-bottom: 1px dotted #686f77; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .l-page .l-header .region-navigation {
    float: left; }

/* line 153, ../sass/components/_navigation.scss */
.l-page .l-header .region-navigation .social-menu-block {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  background: #ececec; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .l-page .l-header .region-navigation .social-menu-block {
    float: left; }
  /* line 163, ../sass/components/_navigation.scss */
  .l-page .l-header .region-navigation .social-menu-block .menu {
    text-align: center; }
    /* line 169, ../sass/components/_navigation.scss */
    .l-page .l-header .region-navigation .social-menu-block .menu li {
      display: inline-block;
      margin: 0 5px;
      line-height: 1; }
      /* line 174, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .social-menu-block .menu li a {
        background: none;
        color: #124970;
        display: inline-block;
        font-size: 0;
        width: 35px;
        height: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        /* line 191, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li a:after {
          font-size: 17px;
          line-height: 2;
          font-family: FontAwesome;
          color: #124970;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          -webkit-text-fill-color: transparent;
          /* Will override color (regardless of order) */
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #124970;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        /* line 207, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li a:hover:after {
          -webkit-text-fill-color: #124970;
          /* Will override color (regardless of order) */ }
        /* line 210, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li a.facebook:after {
          content: '\f09a'; }
        /* line 213, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li a.twitter:after {
          content: '\f099'; }
        /* line 216, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li a.youtube:after {
          content: '\f16a'; }
        /* line 219, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li a.instagram:after {
          content: '\f16d'; }
      /* line 229, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .social-menu-block .menu li.lang-item {
        display: inline-block; }
        /* line 232, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li.lang-item ul li {
          margin: 0; }
          /* line 235, ../sass/components/_navigation.scss */
          [dir="ltr"] .l-page .l-header .region-navigation .social-menu-block .menu li.lang-item ul li.en {
            display: none; }
          /* line 240, ../sass/components/_navigation.scss */
          [dir="rtl"] .l-page .l-header .region-navigation .social-menu-block .menu li.lang-item ul li.ar {
            display: none; }
          /* line 244, ../sass/components/_navigation.scss */
          .l-page .l-header .region-navigation .social-menu-block .menu li.lang-item ul li.active {
            display: none; }
          /* line 247, ../sass/components/_navigation.scss */
          .l-page .l-header .region-navigation .social-menu-block .menu li.lang-item ul li a {
            top: -4px;
            display: block;
            position: relative;
            font-size: 12px;
            line-height: 2;
            text-align: center;
            padding: 4px 0;
            font-weight: bold; }
      /* line 266, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .social-menu-block .menu li.search-li {
        margin: 0; }
        /* line 269, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li.search-li a {
          background: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          cursor: pointer;
          color: #FFFFFF; }
          /* line 273, ../sass/components/_navigation.scss */
          [dir="ltr"] .l-page .l-header .region-navigation .social-menu-block .menu li.search-li a {
            padding-left: 5px;
            border-left: 1px solid #FFFFFF; }
          /* line 277, ../sass/components/_navigation.scss */
          [dir="rtl"] .l-page .l-header .region-navigation .social-menu-block .menu li.search-li a {
            padding-right: 5px;
            border-right: 1px solid #FFFFFF; }
          /* line 282, ../sass/components/_navigation.scss */
          .l-page .l-header .region-navigation .social-menu-block .menu li.search-li a:after {
            content: '\f002';
            color: #FFFFFF; }
          /* line 287, ../sass/components/_navigation.scss */
          .l-page .l-header .region-navigation .social-menu-block .menu li.search-li a:hover:after {
            color: #c32032; }
      /* line 293, ../sass/components/_navigation.scss */
      .l-page .l-header .region-navigation .social-menu-block .menu li.btn-wrapper {
        width: 100%;
        clear: both;
        float: right;
        display: block;
        margin-top: -20px; }
        /* line 299, ../sass/components/_navigation.scss */
        .l-page .l-header .region-navigation .social-menu-block .menu li.btn-wrapper .btn {
          font-size: 14px;
          display: inline-block;
          width: auto;
          height: auto; }

/* line 6, ../sass/components/_node_add.scss */
.not-front.page-node-add .l-page .l-main .l-content .page-title {
  display: none; }
  /* line 8, ../sass/components/_node_add.scss */
  .not-front.page-node-add .l-page .l-main .l-content .page-title.title-in-block {
    display: block; }
/* line 14, ../sass/components/_node_add.scss */
.not-front.page-node-add .l-page .l-main .l-content .w-content .content-region article {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region article {
    float: left; }
/* line 17, ../sass/components/_node_add.scss */
.not-front.page-node-add .l-page .l-main .l-content .w-content .content-region .field--name-body {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region .field--name-body {
    float: left; }
/* line 23, ../sass/components/_node_add.scss */
.not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form {
    float: left; }
  /* line 28, ../sass/components/_node_add.scss */
  .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-item {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-item {
      float: left; }
    /* line 31, ../sass/components/_node_add.scss */
    .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-item label {
      font-size: 20px;
      margin-bottom: 5px; }
    /* line 35, ../sass/components/_node_add.scss */
    .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-item .form-text,
    .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-item textarea {
      height: 60px;
      padding: 0 10px;
      font-size: 16px;
      border: 1px solid #84b24f;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
    /* line 44, ../sass/components/_node_add.scss */
    .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-item textarea {
      height: 150px;
      resize: none; }
  /* line 49, ../sass/components/_node_add.scss */
  .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-actions {
    float: right;
    margin-top: 20px; }
    /* line 52, ../sass/components/_node_add.scss */
    .not-front.page-node-add .l-page .l-main .l-content .w-content .content-region form .form-actions .form-submit {
      border: 1px solid #84b24f;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #84b24f;
      color: #FFFFFF;
      padding: 10px 20px; }

/* line 2, ../sass/components/_pager.scss */
[dir="rtl"] ul.pager {
  float: left; }
/* line 5, ../sass/components/_pager.scss */
[dir="ltr"] ul.pager {
  float: right; }
/* line 8, ../sass/components/_pager.scss */
ul.pager .pager__item {
  height: 23px;
  margin: 0 2px;
  padding: 0; }
  /* line 10, ../sass/components/_pager.scss */
  [dir="rtl"] ul.pager .pager__item {
    float: right; }
  /* line 13, ../sass/components/_pager.scss */
  [dir="ltr"] ul.pager .pager__item {
    float: left; }
  /* line 16, ../sass/components/_pager.scss */
  ul.pager .pager__item.pager__item--first, ul.pager .pager__item.pager__item--last {
    display: none; }
  /* line 22, ../sass/components/_pager.scss */
  ul.pager .pager__item:hover {
    background: #8a652d;
    color: #c32032; }
  /* line 26, ../sass/components/_pager.scss */
  ul.pager .pager__item a {
    color: #FFFFFF;
    padding: 2px 10px;
    padding: 0px 10px;
    background: #8a652d;
    display: inline-block;
    height: 23px; }
    /* line 33, ../sass/components/_pager.scss */
    ul.pager .pager__item a:hover {
      background: #8a652d;
      color: #c32032; }
  /* line 38, ../sass/components/_pager.scss */
  ul.pager .pager__item.pager__item--current {
    background: #c32032;
    color: #FFFFFF;
    padding: 0px 10px; }
  /* line 45, ../sass/components/_pager.scss */
  ul.pager .pager__item.pager__item--previous a, ul.pager .pager__item.pager__item--next a {
    font-size: 0;
    height: 23px;
    top: -1px;
    position: relative; }
    /* line 50, ../sass/components/_pager.scss */
    ul.pager .pager__item.pager__item--previous a:after, ul.pager .pager__item.pager__item--next a:after {
      font-family: FontAwesome;
      font-size: 12px; }
      /* line 52, ../sass/components/_pager.scss */
      [dir="rtl"] ul.pager .pager__item.pager__item--previous a:after, [dir="rtl"] ul.pager .pager__item.pager__item--next a:after {
        content: '\f054'; }
      /* line 55, ../sass/components/_pager.scss */
      [dir="ltr"] ul.pager .pager__item.pager__item--previous a:after, [dir="ltr"] ul.pager .pager__item.pager__item--next a:after {
        content: '\f053'; }
  /* line 65, ../sass/components/_pager.scss */
  [dir="rtl"] ul.pager .pager__item.pager__item--next a:after {
    content: '\f053'; }
  /* line 68, ../sass/components/_pager.scss */
  [dir="ltr"] ul.pager .pager__item.pager__item--next a:after {
    content: '\f054'; }

/* line 1, ../sass/components/_quicktabs.scss */
ul.quicktabs-tabs {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  overflow: hidden;
  text-align: center; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] ul.quicktabs-tabs {
    float: left; }
  /* line 5, ../sass/components/_quicktabs.scss */
  ul.quicktabs-tabs li {
    height: 200px;
    height: 100%;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    background: #e3e5e4;
    width: auto;
    text-align: center;
    position: relative; }
    /* line 36, ../sass/components/_quicktabs.scss */
    ul.quicktabs-tabs li a {
      color: #124970;
      font-weight: bold;
      font-size: 24px;
      display: inline-block;
      width: 100%;
      white-space: normal;
      padding: 10px 80px; }
    /* line 48, ../sass/components/_quicktabs.scss */
    ul.quicktabs-tabs li.active a, ul.quicktabs-tabs li:hover a {
      color: #84b24f; }

/* line 54, ../sass/components/_quicktabs.scss */
.quicktabs_main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  border: 1px solid #e3e5e4;
  padding: 30px;
  padding-top: 0; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .quicktabs_main {
    float: left; }

/* line 3, ../sass/components/_sidebar.scss */
.not-front.one_sidebar.sidebar_first .content-region {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.one_sidebar.sidebar_first .content-region {
    float: left; }
/* line 9, ../sass/components/_sidebar.scss */
.not-front.one_sidebar.sidebar_first .sidebar-first-region {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.one_sidebar.sidebar_first .sidebar-first-region {
    float: left; }
/* line 18, ../sass/components/_sidebar.scss */
.not-front.one_sidebar.sidebar_second .content-region {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.one_sidebar.sidebar_second .content-region {
    float: left; }
/* line 24, ../sass/components/_sidebar.scss */
.not-front.one_sidebar.sidebar_second .sidebar-second-region {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front.one_sidebar.sidebar_second .sidebar-second-region {
    float: left; }
/* line 37, ../sass/components/_sidebar.scss */
.not-front .sidebar-first-region .block,
.not-front .sidebar-second-region .block {
  background: #424c56;
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden; }
  /* line 42, ../sass/components/_sidebar.scss */
  .not-front .sidebar-first-region .block .block__title,
  .not-front .sidebar-second-region .block .block__title {
    color: #49b9bb;
    overflow: hidden;
    margin: 0;
    margin-bottom: 20px; }
    /* line 45, ../sass/components/_sidebar.scss */
    .not-front .sidebar-first-region .block .block__title span,
    .not-front .sidebar-second-region .block .block__title span {
      padding: 10px 0;
      border-bottom: 1px solid #686f77;
      float: right; }
      /* line 49, ../sass/components/_sidebar.scss */
      [dir="ltr"] .not-front .sidebar-first-region .block .block__title span, [dir="ltr"]
      .not-front .sidebar-second-region .block .block__title span {
        float: left; }
  /* line 56, ../sass/components/_sidebar.scss */
  .not-front .sidebar-first-region .block label,
  .not-front .sidebar-second-region .block label {
    color: #49b9bb; }
  /* line 60, ../sass/components/_sidebar.scss */
  .not-front .sidebar-first-region .block .view .views-field,
  .not-front .sidebar-second-region .block .view .views-field {
    margin-bottom: 10px; }
    /* line 62, ../sass/components/_sidebar.scss */
    .not-front .sidebar-first-region .block .view .views-field .views-label,
    .not-front .sidebar-second-region .block .view .views-field .views-label {
      color: #49b9bb; }

/* line 1, ../sass/components/_slider.scss */
.flexslider {
  border: 0;
  margin: 0; }

/* line 5, ../sass/components/_webform.scss */
.node-type-webform .l-content .w-content .content-region article {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-webform .l-content .w-content .content-region article {
    float: left; }
/* line 8, ../sass/components/_webform.scss */
.node-type-webform .l-content .w-content .content-region .field--name-body {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-webform .l-content .w-content .content-region .field--name-body {
    float: left; }
/* line 14, ../sass/components/_webform.scss */
.node-type-webform .l-content .w-content .content-region form {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-webform .l-content .w-content .content-region form {
    float: left; }
  /* line 19, ../sass/components/_webform.scss */
  .node-type-webform .l-content .w-content .content-region form .form-item {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .node-type-webform .l-content .w-content .content-region form .form-item {
      float: left; }
    /* line 22, ../sass/components/_webform.scss */
    .node-type-webform .l-content .w-content .content-region form .form-item label {
      font-size: 20px;
      margin-bottom: 5px; }
    /* line 26, ../sass/components/_webform.scss */
    .node-type-webform .l-content .w-content .content-region form .form-item .form-text,
    .node-type-webform .l-content .w-content .content-region form .form-item textarea {
      height: 60px;
      padding: 0 10px;
      font-size: 16px;
      border: 1px solid #84b24f;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
    /* line 35, ../sass/components/_webform.scss */
    .node-type-webform .l-content .w-content .content-region form .form-item textarea {
      height: 150px;
      resize: none; }
  /* line 40, ../sass/components/_webform.scss */
  .node-type-webform .l-content .w-content .content-region form .form-actions {
    float: right;
    margin-top: 20px; }
    /* line 43, ../sass/components/_webform.scss */
    .node-type-webform .l-content .w-content .content-region form .form-actions .form-submit {
      border: 1px solid #84b24f;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #84b24f;
      color: #FFFFFF;
      padding: 10px 20px; }

/* line 2, ../sass/components/pages/_front.scss */
.front .page-title {
  display: none; }
/* line 5, ../sass/components/pages/_front.scss */
.front #first-time {
  display: none; }
/* line 9, ../sass/components/pages/_front.scss */
.front .l-page .l-main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .front .l-page .l-main {
    float: left; }
  /* line 11, ../sass/components/pages/_front.scss */
  .front .l-page .l-main .region-highlighted {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .front .l-page .l-main .region-highlighted {
      float: left; }
    /* line 13, ../sass/components/pages/_front.scss */
    .front .l-page .l-main .region-highlighted .l-region--highlighted {
      width: 95%;
      max-width: 1500px;
      clear: both;
      margin: 0 auto;
      float: none; }
      /* line 186, ../sass/abstractions/_mixins.scss */
      .front .l-page .l-main .region-highlighted .l-region--highlighted::after {
        content: "";
        display: table;
        clear: both; }
      /* line 15, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .region-highlighted .l-region--highlighted .flexslider {
        margin-bottom: 40px; }
  /* line 26, ../sass/components/pages/_front.scss */
  .front .l-page .l-main .l-content .w-content .before-region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    border-top: 10px solid #e3e5e4;
    margin-top: 20px;
    padding-bottom: 50px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .front .l-page .l-main .l-content .w-content .before-region {
      float: left; }
    /* line 31, ../sass/components/pages/_front.scss */
    .front .l-page .l-main .l-content .w-content .before-region .l-region--before {
      width: 95%;
      max-width: 1500px;
      clear: both;
      margin: 0 auto;
      float: none; }
      /* line 186, ../sass/abstractions/_mixins.scss */
      .front .l-page .l-main .l-content .w-content .before-region .l-region--before::after {
        content: "";
        display: table;
        clear: both; }
      /* line 33, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--views-page-by-id-block {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--views-page-by-id-block {
          float: left; }
        /* line 38, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--views-page-by-id-block .btn-wrapper {
          margin-top: 40px; }
      /* line 44, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        border-right: 4px solid #f5f5f5;
        margin-top: 20px;
        height: 380px;
        padding: 40px 0; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day {
          float: right;
          margin-left: -100%;
          margin-right: 0; }
        /* line 48, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day.day-2 {
          width: 49.15254%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none;
          border: none; }
          /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
          [dir="rtl"] .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day.day-2 {
            float: left; }
        /* line 55, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day .e-date {
          text-align: center; }
          /* line 57, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day .e-date .d-day {
            font-weight: bold;
            font-size: 5em;
            border-bottom: 4px solid #84b24f;
            display: inline-block;
            line-height: 1em;
            margin-bottom: 10px; }
          /* line 65, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day .e-date .d-month {
            font-weight: 100;
            font-size: 2em;
            line-height: 1em; }
        /* line 71, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day .event-description {
          margin: 20px 0;
          text-align: center; }
          /* line 74, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .before-region .l-region--before .dates-block .block__content .event-day .event-description a {
            color: #124970; }
      /* line 81, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--block-1 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding: 70px 0;
        border: 2px solid #124970;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 40px; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--block-1 {
          float: left; }
        /* line 90, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--block-1 .block__title {
          margin-top: 0px;
          clear: both;
          float: none; }
        /* line 95, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--block-1 .block__content {
          width: 90%;
          margin: 0 auto;
          float: none;
          clear: both;
          margin-top: 50px; }
          /* line 101, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--block-1 .block__content .btn-wrapper {
            margin-bottom: 20px; }
            /* line 103, ../sass/components/pages/_front.scss */
            .front .l-page .l-main .l-content .w-content .before-region .l-region--before .block--block-1 .block__content .btn-wrapper .btn {
              display: block;
              width: 100%; }
  /* line 112, ../sass/components/pages/_front.scss */
  .front .l-page .l-main .l-content .w-content .content-region {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region {
      float: left; }
    /* line 114, ../sass/components/pages/_front.scss */
    .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      background: #e3e5e4;
      padding-bottom: 50px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 {
        float: left; }
      /* line 118, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content {
        width: 95%;
        max-width: 1500px;
        clear: both;
        margin: 0 auto;
        float: none; }
        /* line 186, ../sass/abstractions/_mixins.scss */
        .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content::after {
          content: "";
          display: table;
          clear: both; }
        /* line 123, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content .views-row {
          width: 100%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none;
          margin-bottom: 20px; }
          /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
          [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content .views-row {
            float: left; }
          /* line 133, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content .views-row .views-field-nothing .s-day {
            display: block;
            width: 100%;
            text-align: center;
            color: #ff9900;
            font-size: 100px;
            font-weight: bold; }
          /* line 141, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content .views-row .views-field-nothing .s-month {
            display: block;
            width: 100%;
            text-align: center;
            color: #124970;
            font-weight: bold;
            margin-top: -20px; }
          /* line 152, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content .views-row:nth-of-type(2) .views-field-nothing .s-day {
            color: #e30074; }
          /* line 159, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .content-region .block--views-schedules-block-3 .block__content .views-row:nth-of-type(3) .views-field-nothing .s-day {
            color: #84b24f; }
    /* line 168, ../sass/components/pages/_front.scss */
    .front .l-page .l-main .l-content .w-content .content-region .block--views-sponsors-block {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-bottom: 50px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--views-sponsors-block {
        float: left; }
      /* line 171, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .content-region .block--views-sponsors-block .block__content {
        width: 95%;
        max-width: 1500px;
        clear: both;
        margin: 0 auto;
        float: none; }
        /* line 186, ../sass/abstractions/_mixins.scss */
        .front .l-page .l-main .l-content .w-content .content-region .block--views-sponsors-block .block__content::after {
          content: "";
          display: table;
          clear: both; }
    /* line 175, ../sass/components/pages/_front.scss */
    .front .l-page .l-main .l-content .w-content .content-region .block--block-2,
    .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      background: #e3e5e4;
      padding-bottom: 50px;
      margin-bottom: 20px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--block-2, [dir="rtl"]
      .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 {
        float: left; }
      /* line 181, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content,
      .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content {
        width: 95%;
        max-width: 1500px;
        clear: both;
        margin: 0 auto;
        float: none; }
        /* line 186, ../sass/abstractions/_mixins.scss */
        .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content::after,
        .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content::after {
          content: "";
          display: table;
          clear: both; }
        /* line 183, ../sass/components/pages/_front.scss */
        .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul,
        .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul {
          width: 100%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none;
          display: inline-block;
          text-align: center; }
          /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
          [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul, [dir="rtl"]
          .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul {
            float: left; }
          /* line 187, ../sass/components/pages/_front.scss */
          .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul li,
          .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul li {
            width: 100%;
            float: right;
            margin-left: 0;
            margin-right: 0;
            clear: none;
            list-style: none;
            text-align: center; }
            /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
            [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul li, [dir="rtl"]
            .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul li {
              float: left; }
            /* line 199, ../sass/components/pages/_front.scss */
            .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul li p,
            .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul li p {
              color: #124970;
              font-weight: 100;
              margin-bottom: -10px; }
              /* line 203, ../sass/components/pages/_front.scss */
              .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul li p a,
              .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul li p a {
                color: #124970; }
              /* line 206, ../sass/components/pages/_front.scss */
              .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul li p:first-child,
              .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul li p:first-child {
                font-weight: bold;
                font-size: 20px; }
                /* line 209, ../sass/components/pages/_front.scss */
                .front .l-page .l-main .l-content .w-content .content-region .block--block-2 .block__content ul li p:first-child:before,
                .front .l-page .l-main .l-content .w-content .content-region .block--views-location-block-1 .block__content ul li p:first-child:before {
                  content: '.';
                  font-size: 0;
                  width: 100%;
                  display: block;
                  height: 140px;
                  background: url("../images/location-icon.png") center no-repeat;
                  background-size: auto 100%;
                  margin-bottom: 10px; }
    /* line 226, ../sass/components/pages/_front.scss */
    .front .l-page .l-main .l-content .w-content .content-region .block--views-news-block-1 {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-bottom: 50px;
      margin-bottom: 20px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .front .l-page .l-main .l-content .w-content .content-region .block--views-news-block-1 {
        float: left; }
      /* line 230, ../sass/components/pages/_front.scss */
      .front .l-page .l-main .l-content .w-content .content-region .block--views-news-block-1 .block__content {
        width: 95%;
        max-width: 1500px;
        clear: both;
        margin: 0 auto;
        float: none; }
        /* line 186, ../sass/abstractions/_mixins.scss */
        .front .l-page .l-main .l-content .w-content .content-region .block--views-news-block-1 .block__content::after {
          content: "";
          display: table;
          clear: both; }

/**Both front and not front **/
/* line 241, ../sass/components/pages/_front.scss */
.block--views-page-by-id-block-1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-bottom: 50px;
  text-align: center; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .block--views-page-by-id-block-1 {
    float: left; }
  /* line 245, ../sass/components/pages/_front.scss */
  .block--views-page-by-id-block-1 .block__content {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    .block--views-page-by-id-block-1 .block__content::after {
      content: "";
      display: table;
      clear: both; }
    /* line 247, ../sass/components/pages/_front.scss */
    .block--views-page-by-id-block-1 .block__content .view-content {
      text-align: justify; }
      /* line 297, ../sass/components/pages/_front.scss */
      .block--views-page-by-id-block-1 .block__content .view-content .btn-wrapper {
        display: none; }

/* line 303, ../sass/components/pages/_front.scss */
.block--views-page-by-id-block-2 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  background: #124970;
  padding-bottom: 50px;
  margin-bottom: 0px; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .block--views-page-by-id-block-2 {
    float: left; }
  /* line 308, ../sass/components/pages/_front.scss */
  .block--views-page-by-id-block-2 .block__content {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    .block--views-page-by-id-block-2 .block__content::after {
      content: "";
      display: table;
      clear: both; }
    /* line 310, ../sass/components/pages/_front.scss */
    .block--views-page-by-id-block-2 .block__content .block__title {
      color: #84b24f;
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .block--views-page-by-id-block-2 .block__content .block__title {
        float: left; }
      /* line 316, ../sass/components/pages/_front.scss */
      .block--views-page-by-id-block-2 .block__content .block__title a {
        color: #84b24f; }
      /* line 320, ../sass/components/pages/_front.scss */
      .block--views-page-by-id-block-2 .block__content .block__title span:after {
        background: #FFFFFF;
        bottom: -5px;
        right: 20%; }
    /* line 327, ../sass/components/pages/_front.scss */
    .block--views-page-by-id-block-2 .block__content .view-content {
      width: 95%;
      max-width: 1500px;
      clear: both;
      margin: 0 auto;
      float: none; }
      /* line 186, ../sass/abstractions/_mixins.scss */
      .block--views-page-by-id-block-2 .block__content .view-content::after {
        content: "";
        display: table;
        clear: both; }
      /* line 330, ../sass/components/pages/_front.scss */
      .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        clear: both;
        margin-top: 10px;
        color: #FFFFFF; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body {
          float: left; }
        /* line 336, ../sass/components/pages/_front.scss */
        .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .left-div {
          width: 100%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none; }
          /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
          [dir="rtl"] .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .left-div {
            float: left; }
        /* line 342, ../sass/components/pages/_front.scss */
        .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div {
          text-align: left;
          width: 100%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none; }
          /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
          [dir="rtl"] .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div {
            float: left; }
          /* line 349, ../sass/components/pages/_front.scss */
          .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div h3 {
            color: #FFFFFF;
            font-weight: bold;
            font-size: 20px;
            font-size: 40px; }
          /* line 355, ../sass/components/pages/_front.scss */
          .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div {
            width: 100%; }
            /* line 357, ../sass/components/pages/_front.scss */
            .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st {
              width: 49.5%;
              float: left;
              margin-right: 0.5%;
              margin-bottom: 0.5%;
              height: 110px;
              color: #FFFFFF;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 0 20px; }
              /* line 361, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st:nth-child(2n+2) {
                margin-right: 0; }
              /* line 371, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st .left-number {
                float: left;
                font-size: 40px;
                font-weight: bold;
                margin-right: 5px;
                width: 20%;
                display: block;
                line-height: 2; }
              /* line 380, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st .right-text {
                float: right;
                font-weight: bold;
                font-size: 16px;
                width: 60%;
                display: block; }
              /* line 387, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st .top-number {
                width: 100%;
                text-align: center;
                font-size: 25px;
                font-weight: bold;
                margin-right: 5px;
                display: block; }
              /* line 395, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st .bottom-text {
                width: 100%;
                text-align: center;
                font-weight: bold;
                font-size: 12px;
                display: block; }
              /* line 402, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st.s1 {
                background: #a3cb59; }
              /* line 405, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st.s2 {
                background: #e6ce08; }
              /* line 408, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st.s3 {
                background: #ffb256; }
              /* line 411, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st.s4 {
                background: #ff8874; }
              /* line 414, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st.s5 {
                background: #9fd2ff; }
              /* line 417, ../sass/components/pages/_front.scss */
              .block--views-page-by-id-block-2 .block__content .view-content .views-row .views-field-body .field-content .right-div .row-div .st.s6 {
                background: #d69eff; }

/* line 7, ../sass/components/pages/_nodes-general.scss */
.node-type-news .l-content .w-content .content-region .group-image,
.node-type-speaker .l-content .w-content .content-region .group-image,
.node-type-exhibitor .l-content .w-content .content-region .group-image {
  text-align: center;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-news .l-content .w-content .content-region .group-image, [dir="rtl"]
  .node-type-speaker .l-content .w-content .content-region .group-image, [dir="rtl"]
  .node-type-exhibitor .l-content .w-content .content-region .group-image {
    float: left; }
/* line 14, ../sass/components/pages/_nodes-general.scss */
.node-type-news .l-content .w-content .content-region .group-social,
.node-type-speaker .l-content .w-content .content-region .group-social,
.node-type-exhibitor .l-content .w-content .content-region .group-social {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  text-align: left;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #84b24f; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-news .l-content .w-content .content-region .group-social, [dir="rtl"]
  .node-type-speaker .l-content .w-content .content-region .group-social, [dir="rtl"]
  .node-type-exhibitor .l-content .w-content .content-region .group-social {
    float: left; }
  /* line 20, ../sass/components/pages/_nodes-general.scss */
  .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field,
  .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field,
  .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field {
    display: inline-block;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field, [dir="rtl"]
    .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field, [dir="rtl"]
    .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field {
      float: left; }
    /* line 24, ../sass/components/pages/_nodes-general.scss */
    .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field .field__items,
    .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field .field__items,
    .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field .field__items {
      display: inline; }
      /* line 26, ../sass/components/pages/_nodes-general.scss */
      .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item,
      .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item,
      .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item {
        display: inline; }
        /* line 28, ../sass/components/pages/_nodes-general.scss */
        .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a,
        .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a,
        .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a {
          display: inline-block;
          color: #124970;
          margin: 0 20px; }
          /* line 32, ../sass/components/pages/_nodes-general.scss */
          .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a:before,
          .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a:before,
          .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a:before {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-family: FontAwesome;
            color: #84b24f;
            padding: 0 10px; }
          /* line 39, ../sass/components/pages/_nodes-general.scss */
          .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a:hover:before,
          .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a:hover:before,
          .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field .field__items .field__item a:hover:before {
            color: #124970; }
    /* line 48, ../sass/components/pages/_nodes-general.scss */
    .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field.field--name-field-website a:before,
    .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field.field--name-field-website a:before,
    .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field.field--name-field-website a:before {
      content: '\f08e'; }
    /* line 55, ../sass/components/pages/_nodes-general.scss */
    .node-type-news .l-content .w-content .content-region .group-social .field--type-link-field.field--name-field-facebook a:before,
    .node-type-speaker .l-content .w-content .content-region .group-social .field--type-link-field.field--name-field-facebook a:before,
    .node-type-exhibitor .l-content .w-content .content-region .group-social .field--type-link-field.field--name-field-facebook a:before {
      content: '\f230'; }
/* line 62, ../sass/components/pages/_nodes-general.scss */
.node-type-news .l-content .w-content .content-region .group-left,
.node-type-speaker .l-content .w-content .content-region .group-left,
.node-type-exhibitor .l-content .w-content .content-region .group-left {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-news .l-content .w-content .content-region .group-left, [dir="rtl"]
  .node-type-speaker .l-content .w-content .content-region .group-left, [dir="rtl"]
  .node-type-exhibitor .l-content .w-content .content-region .group-left {
    float: left; }
  /* line 67, ../sass/components/pages/_nodes-general.scss */
  .node-type-news .l-content .w-content .content-region .group-left .field--name-body,
  .node-type-speaker .l-content .w-content .content-region .group-left .field--name-body,
  .node-type-exhibitor .l-content .w-content .content-region .group-left .field--name-body {
    margin-bottom: 15px;
    font-size: 20px; }
  /* line 72, ../sass/components/pages/_nodes-general.scss */
  .node-type-news .l-content .w-content .content-region .group-left .field--type-text,
  .node-type-news .l-content .w-content .content-region .group-left .field--name-field-date,
  .node-type-speaker .l-content .w-content .content-region .group-left .field--type-text,
  .node-type-speaker .l-content .w-content .content-region .group-left .field--name-field-date,
  .node-type-exhibitor .l-content .w-content .content-region .group-left .field--type-text,
  .node-type-exhibitor .l-content .w-content .content-region .group-left .field--name-field-date {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 15px;
    font-size: 22px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .node-type-news .l-content .w-content .content-region .group-left .field--type-text, [dir="rtl"]
    .node-type-news .l-content .w-content .content-region .group-left .field--name-field-date, [dir="rtl"]
    .node-type-speaker .l-content .w-content .content-region .group-left .field--type-text, [dir="rtl"]
    .node-type-speaker .l-content .w-content .content-region .group-left .field--name-field-date, [dir="rtl"]
    .node-type-exhibitor .l-content .w-content .content-region .group-left .field--type-text, [dir="rtl"]
    .node-type-exhibitor .l-content .w-content .content-region .group-left .field--name-field-date {
      float: left; }
  /* line 78, ../sass/components/pages/_nodes-general.scss */
  .node-type-news .l-content .w-content .content-region .group-left .field--name-field-job-title,
  .node-type-news .l-content .w-content .content-region .group-left .field--name-field-date,
  .node-type-speaker .l-content .w-content .content-region .group-left .field--name-field-job-title,
  .node-type-speaker .l-content .w-content .content-region .group-left .field--name-field-date,
  .node-type-exhibitor .l-content .w-content .content-region .group-left .field--name-field-job-title,
  .node-type-exhibitor .l-content .w-content .content-region .group-left .field--name-field-date {
    font-weight: bold;
    color: #84b24f; }
  /* line 85, ../sass/components/pages/_nodes-general.scss */
  .node-type-news .l-content .w-content .content-region .group-left .field--type-link-field .field__items a,
  .node-type-speaker .l-content .w-content .content-region .group-left .field--type-link-field .field__items a,
  .node-type-exhibitor .l-content .w-content .content-region .group-left .field--type-link-field .field__items a {
    color: #84b24f; }

/* line 4, ../sass/components/pages/_not-front.scss */
.not-front .l-page .l-main .l-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin: 40px auto; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front .l-page .l-main .l-content {
    float: left; }
  /* line 7, ../sass/components/pages/_not-front.scss */
  .not-front .l-page .l-main .l-content .page-title {
    margin-bottom: 20px; }
  /* line 10, ../sass/components/pages/_not-front.scss */
  .not-front .l-page .l-main .l-content .w-content {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    .not-front .l-page .l-main .l-content .w-content::after {
      content: "";
      display: table;
      clear: both; }
    /* line 14, ../sass/components/pages/_not-front.scss */
    .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day {
      width: 49.15254%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      border-right: 4px solid #f5f5f5;
      margin-top: 20px;
      height: 380px;
      padding: 40px 0; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day {
        float: right;
        margin-left: -100%;
        margin-right: 0; }
      /* line 18, ../sass/components/pages/_not-front.scss */
      .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day.day-2 {
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        border: none; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day.day-2 {
          float: left; }
      /* line 25, ../sass/components/pages/_not-front.scss */
      .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day .e-date {
        text-align: center; }
        /* line 27, ../sass/components/pages/_not-front.scss */
        .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day .e-date .d-day {
          font-weight: bold;
          font-size: 5em;
          border-bottom: 4px solid #84b24f;
          display: inline-block;
          line-height: 1em;
          margin-bottom: 10px; }
        /* line 35, ../sass/components/pages/_not-front.scss */
        .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day .e-date .d-month {
          font-weight: 100;
          font-size: 2em;
          line-height: 1em; }
      /* line 41, ../sass/components/pages/_not-front.scss */
      .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day .event-description {
        margin: 20px 0;
        text-align: center; }
        /* line 44, ../sass/components/pages/_not-front.scss */
        .not-front .l-page .l-main .l-content .w-content .dates-block .block__content .event-day .event-description a {
          color: #124970; }

/* line 8, ../sass/components/pages/_user-login.scss */
.not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary,
.page-student-password .l-page .l-main .l-content .w-content .tabs--primary,
.not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary {
  border: none; }
  /* line 11, ../sass/components/pages/_user-login.scss */
  .not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary li a,
  .page-student-password .l-page .l-main .l-content .w-content .tabs--primary li a,
  .not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary li a {
    background: #767676;
    color: #FFFFFF; }
    /* line 13, ../sass/components/pages/_user-login.scss */
    .not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary li a.active,
    .page-student-password .l-page .l-main .l-content .w-content .tabs--primary li a.active,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary li a.active {
      background: #c32032; }
  /* line 18, ../sass/components/pages/_user-login.scss */
  [dir="ltr"] .not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary li, [dir="ltr"]
  .page-student-password .l-page .l-main .l-content .w-content .tabs--primary li, [dir="ltr"]
  .not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary li {
    float: right; }
    /* line 20, ../sass/components/pages/_user-login.scss */
    [dir="ltr"] .not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary li.active, [dir="ltr"]
    .page-student-password .l-page .l-main .l-content .w-content .tabs--primary li.active, [dir="ltr"]
    .not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary li.active {
      float: left; }
  /* line 24, ../sass/components/pages/_user-login.scss */
  [dir="rtl"] .not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary li, [dir="rtl"]
  .page-student-password .l-page .l-main .l-content .w-content .tabs--primary li, [dir="rtl"]
  .not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary li {
    float: left; }
    /* line 26, ../sass/components/pages/_user-login.scss */
    [dir="rtl"] .not-logged-in.page-user .l-page .l-main .l-content .w-content .tabs--primary li.active, [dir="rtl"]
    .page-student-password .l-page .l-main .l-content .w-content .tabs--primary li.active, [dir="rtl"]
    .not-logged-in.page-student .l-page .l-main .l-content .w-content .tabs--primary li.active {
      float: right; }
/* line 33, ../sass/components/pages/_user-login.scss */
.not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login,
.not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass,
.page-student-password .l-page .l-main .l-content .w-content form.user-login,
.page-student-password .l-page .l-main .l-content .w-content form.user-pass,
.not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login,
.not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass {
  border: 1px solid #1c1d1f;
  padding: 20px;
  overflow: hidden; }
  /* line 38, ../sass/components/pages/_user-login.scss */
  .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-item,
  .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-item,
  .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-item,
  .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-item,
  .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-item,
  .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-item {
    width: 100%;
    margin-bottom: 10px; }
    /* line 41, ../sass/components/pages/_user-login.scss */
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-item .form-text,
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-item .form-text,
    .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-item .form-text,
    .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-item .form-text,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-item .form-text,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-item .form-text {
      width: 100%;
      border: 1px solid #1c1d1f;
      height: 50px;
      padding: 0 10px; }
  /* line 48, ../sass/components/pages/_user-login.scss */
  .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-submit,
  .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-submit,
  .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-submit,
  .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-submit,
  .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-submit,
  .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-submit {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0px 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF !important;
    font-weight: bold;
    font-weight: normal;
    border: 0;
    background: #c32032;
    margin-top: 20px; }
    /* line 457, ../sass/abstractions/_mixins.scss */
    [dir="ltr"] .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-submit, [dir="ltr"]
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-submit, [dir="ltr"]
    .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-submit, [dir="ltr"]
    .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-submit, [dir="ltr"]
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-submit, [dir="ltr"]
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-submit {
      float: right; }
    /* line 460, ../sass/abstractions/_mixins.scss */
    [dir="rtl"] .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-submit, [dir="rtl"]
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-submit, [dir="rtl"]
    .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-submit, [dir="rtl"]
    .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-submit, [dir="rtl"]
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-submit, [dir="rtl"]
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-submit {
      float: left; }
    /* line 472, ../sass/abstractions/_mixins.scss */
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-submit:hover,
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-submit:hover,
    .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-submit:hover,
    .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-submit:hover,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-submit:hover,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-submit:hover {
      text-decoration: none;
      background: #ce1529;
      background: -webkit-gradient(linear, left top, left bottom, from(#c91a2e), to(#ad1c2c));
      background: -moz-linear-gradient(top, #c91a2e, #ad1c2c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91a2e', endColorstr='#ad1c2c'); }
    /* line 478, ../sass/abstractions/_mixins.scss */
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-login .form-submit:active,
    .not-logged-in.page-user .l-page .l-main .l-content .w-content form.user-pass .form-submit:active,
    .page-student-password .l-page .l-main .l-content .w-content form.user-login .form-submit:active,
    .page-student-password .l-page .l-main .l-content .w-content form.user-pass .form-submit:active,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-login .form-submit:active,
    .not-logged-in.page-student .l-page .l-main .l-content .w-content form.user-pass .form-submit:active {
      position: relative;
      top: 1px;
      color: #d40f25;
      background: -webkit-gradient(linear, left top, left bottom, from(#d40f25), to(#e24e5e));
      background: -moz-linear-gradient(top, #d40f25, #e24e5e);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d40f25', endColorstr='#e24e5e'); }

/* line 63, ../sass/components/pages/_user-login.scss */
.page-student-register .l-page .l-main .l-content .w-content .tabs--primary {
  border: none; }
  /* line 66, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .tabs--primary li a {
    background: #767676;
    color: #FFFFFF; }
    /* line 68, ../sass/components/pages/_user-login.scss */
    .page-student-register .l-page .l-main .l-content .w-content .tabs--primary li a.active {
      background: #c32032; }
/* line 75, ../sass/components/pages/_user-login.scss */
.page-student-register .l-page .l-main .l-content .w-content .user-register-form {
  border: 1px solid #1c1d1f;
  overflow: hidden;
  padding: 20px; }
  /* line 79, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form #edit-account {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form #edit-account {
      float: left; }
  /* line 86, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-item label {
    margin-bottom: 5px; }
  /* line 89, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-item .form-text {
    width: 100%;
    border: 1px solid #1c1d1f;
    padding: 0 10px;
    height: 40px; }
  /* line 96, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form select {
    width: 100%;
    background: #FFFFFF; }
  /* line 100, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-item-mail {
    height: 140px;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-item-mail {
      float: left; }
  /* line 107, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-type-password-confirm {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    height: 140px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-type-password-confirm {
      float: left; }
    /* line 113, ../sass/components/pages/_user-login.scss */
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-type-password-confirm .form-text {
      width: 50%; }
  /* line 117, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-first-name,
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-third-name,
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-phone,
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-birth-place {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-first-name, [dir="rtl"]
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-third-name, [dir="rtl"]
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-phone, [dir="rtl"]
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-birth-place {
      float: left; }
  /* line 127, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-second-name,
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-last-name,
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-mobile,
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-birth-date {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-second-name, [dir="rtl"]
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-last-name, [dir="rtl"]
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-mobile, [dir="rtl"]
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-birth-date {
      float: left; }
  /* line 137, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-gender {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-gender {
      float: left; }
  /* line 141, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-birth-place {
    height: 140px; }
  /* line 144, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-name-field-birth-date {
    height: 140px; }
  /* line 147, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .container-inline-date .form-item .form-item {
    margin: 0 5px; }
  /* line 150, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-wrapper {
    margin-top: 10px; }
  /* line 153, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 10px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection {
      float: left; }
    /* line 156, ../sass/components/pages/_user-login.scss */
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .tabledrag-toggle-weight-wrapper,
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .sticky-header {
      display: none; }
    /* line 160, ../sass/components/pages/_user-login.scss */
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table {
      width: 100%; }
      /* line 162, ../sass/components/pages/_user-login.scss */
      .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table th {
        background: #c32032;
        padding: 10px;
        color: #FFFFFF; }
      /* line 168, ../sass/components/pages/_user-login.scss */
      .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table tr.odd, .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table tr.even {
        background: #FFFFFF; }
      /* line 172, ../sass/components/pages/_user-login.scss */
      .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table tr .form-item {
        width: 100%; }
      /* line 180, ../sass/components/pages/_user-login.scss */
      .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table tr td .field-type-datetime .start-date-wrapper .form-item,
      .page-student-register .l-page .l-main .l-content .w-content .user-register-form .field-type-field-collection .field-multiple-table tr td .field-type-datetime .end-date-wrapper .form-item {
        width: auto;
        margin: 0 10px; }
  /* line 191, ../sass/components/pages/_user-login.scss */
  .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-submit {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0px 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF !important;
    font-weight: bold;
    font-weight: normal;
    border: 0;
    background: #c32032;
    margin-top: 20px; }
    /* line 457, ../sass/abstractions/_mixins.scss */
    [dir="ltr"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-submit {
      float: right; }
    /* line 460, ../sass/abstractions/_mixins.scss */
    [dir="rtl"] .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-submit {
      float: left; }
    /* line 472, ../sass/abstractions/_mixins.scss */
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-submit:hover {
      text-decoration: none;
      background: #ce1529;
      background: -webkit-gradient(linear, left top, left bottom, from(#c91a2e), to(#ad1c2c));
      background: -moz-linear-gradient(top, #c91a2e, #ad1c2c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91a2e', endColorstr='#ad1c2c'); }
    /* line 478, ../sass/abstractions/_mixins.scss */
    .page-student-register .l-page .l-main .l-content .w-content .user-register-form .form-submit:active {
      position: relative;
      top: 1px;
      color: #d40f25;
      background: -webkit-gradient(linear, left top, left bottom, from(#d40f25), to(#e24e5e));
      background: -moz-linear-gradient(top, #d40f25, #e24e5e);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d40f25', endColorstr='#e24e5e'); }

/* line 3, ../sass/components/views/_exhibitor.scss */
.view .view.view-exhibitors.view-display-id-block_3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  border-top: 2px solid #333;
  padding-top: 40px;
  margin-top: 40px; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view .view.view-exhibitors.view-display-id-block_3 {
    float: left; }
  /* line 9, ../sass/components/views/_exhibitor.scss */
  .view .view.view-exhibitors.view-display-id-block_3 .view-content .views-row {
    background: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px; }
    /* line 24, ../sass/components/views/_exhibitor.scss */
    .view .view.view-exhibitors.view-display-id-block_3 .view-content .views-row .views-field-field-image {
      margin-bottom: 0;
      width: auto;
      float: none;
      text-align: center;
      margin: 0; }

/*.view{
  &.five-on-row-long {
    .view-content{
      overflow: hidden;
      padding: 30px;
      background: $light-grey;
      .views-row {
        color: $text-grey;
        margin-bottom: 20px;

        @include add-grid(10);
        @include float-span(5);
        &:nth-child(2n+2) {
          @include float-span(5, last);
        }
        @include add-grid(10 at $tab);
        @include breakpoint($tab) {
          @include float-span(2);
          &:nth-child(2n+2) {
            @include float-span(2);
          }
          &:nth-child(5n+5) {
            @include float-span(2, last);
          }
        }
        position: relative;

        .views-field-field-photos,
        .views-field-field-image {
          border: 6px solid $text-grey;
          margin-bottom: 10px;
          img{
            display: block;
          }
        }
        .views-field-title{
          text-align: center;
          a{
            @include second-font();
            color: $text-grey;
            height: 60px;
            display: block;
            overflow: hidden;
            &:hover{
              color: $blue;
            }
          }
        }
        &:hover {
          .views-field-field-photos,
          .views-field-field-image {
            border-color: $blue;
          }
          .views-field-title{
            a{
              color: $blue;
            }
          }
        }
      }
    }
  }
}
*/
/* line 1, ../sass/components/views/_location.scss */
.view-location {
  width: 95%;
  max-width: 1500px;
  clear: both;
  margin: 0 auto;
  float: none; }
  /* line 186, ../sass/abstractions/_mixins.scss */
  .view-location::after {
    content: "";
    display: table;
    clear: both; }
  /* line 3, ../sass/components/views/_location.scss */
  .view-location .views-row {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 40px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .view-location .views-row {
      float: left; }
    /* line 6, ../sass/components/views/_location.scss */
    .view-location .views-row .views-field-title {
      font-size: 40px;
      font-weight: 100;
      margin-bottom: 10px; }
      /* line 10, ../sass/components/views/_location.scss */
      .view-location .views-row .views-field-title span {
        display: inline-block;
        margin: 0 auto;
        position: relative; }
        /* line 14, ../sass/components/views/_location.scss */
        .view-location .views-row .views-field-title span:after {
          content: '.';
          font-size: 0;
          height: 2px;
          width: 60%;
          position: absolute;
          background: #84b24f;
          bottom: 0;
          right: 0; }

/* line 3, ../sass/components/views/_news.scss */
.view.view-news .view-content .views-row {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #e3e5e4; }
  /* line 7, ../sass/components/views/_news.scss */
  .view.view-news .view-content .views-row .views-field-title {
    position: relative;
    background: none;
    color: #124970; }
    /* line 11, ../sass/components/views/_news.scss */
    .view.view-news .view-content .views-row .views-field-title a {
      color: #124970; }
    /* line 14, ../sass/components/views/_news.scss */
    .view.view-news .view-content .views-row .views-field-title .date {
      color: #84b24f;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    /* line 20, ../sass/components/views/_news.scss */
    .view.view-news .view-content .views-row .views-field-title .title {
      margin-bottom: 20px; }
  /* line 25, ../sass/components/views/_news.scss */
  .view.view-news .view-content .views-row:hover .views-field-title {
    background: none; }
/* line 32, ../sass/components/views/_news.scss */
.view.view-news .view-footer article {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 40px; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.view-news .view-footer article {
    float: left; }
  /* line 35, ../sass/components/views/_news.scss */
  .view.view-news .view-footer article header {
    display: none; }

/* line 2, ../sass/components/views/_page_by_id.scss */
.view-page-by-id .views-field-body {
  text-align: justify; }
/* line 7, ../sass/components/views/_page_by_id.scss */
.view-page-by-id.objectives-views .views-field-body .hlight {
  color: #84b24f;
  font-weight: bold; }
/* line 11, ../sass/components/views/_page_by_id.scss */
.view-page-by-id.objectives-views .views-field-body .top-title,
.view-page-by-id.objectives-views .views-field-body h2 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }
/* line 18, ../sass/components/views/_page_by_id.scss */
.view-page-by-id.objectives-views .views-field-body .ii:before {
  content: '\f005';
  font-family: FontAwesome;
  color: #84b24f;
  padding: 0 10px; }
/* line 25, ../sass/components/views/_page_by_id.scss */
.view-page-by-id.objectives-views .views-field-body ul {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view-page-by-id.objectives-views .views-field-body ul {
    float: left; }
  /* line 27, ../sass/components/views/_page_by_id.scss */
  .view-page-by-id.objectives-views .views-field-body ul li {
    list-style: none;
    display: inline-block;
    text-align: justify;
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #e6e6e6;
    background: rgba(230, 230, 230, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    /* line 33, ../sass/components/views/_page_by_id.scss */
    .view-page-by-id.objectives-views .views-field-body ul li:before {
      content: '\f005';
      font-family: FontAwesome;
      color: #84b24f;
      padding: 0 10px; }
    /* line 46, ../sass/components/views/_page_by_id.scss */
    .view-page-by-id.objectives-views .views-field-body ul li:hover {
      background: #e6e6e6; }
/* line 60, ../sass/components/views/_page_by_id.scss */
.view-page-by-id.objectives-views .views-field-path {
  display: none; }

/* line 67, ../sass/components/views/_page_by_id.scss */
.node-type-landing-page .view-page-by-id {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-bottom: 20px; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .node-type-landing-page .view-page-by-id {
    float: left; }

/* line 1, ../sass/components/views/_schedules.scss */
.not-front .view-schedules {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both;
  margin-top: 10px; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .not-front .view-schedules {
    float: left; }
  /* line 6, ../sass/components/views/_schedules.scss */
  .not-front .view-schedules > .view-header {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    z-index: 2; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .not-front .view-schedules > .view-header {
      float: left; }
    /* line 10, ../sass/components/views/_schedules.scss */
    .not-front .view-schedules > .view-header #my_print_button,
    .not-front .view-schedules > .view-header #my_print_button_g {
      font-size: 0;
      display: block;
      float: right;
      margin: 20px 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      /* line 17, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-header #my_print_button:before,
      .not-front .view-schedules > .view-header #my_print_button_g:before {
        font-family: FontAwesome;
        content: '\f02f';
        font-size: 30px;
        color: #124970; }
      /* line 24, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-header #my_print_button:hover:before,
      .not-front .view-schedules > .view-header #my_print_button_g:hover:before {
        color: #84b24f; }
  /* line 30, ../sass/components/views/_schedules.scss */
  .not-front .view-schedules > .view-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: -130px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .not-front .view-schedules > .view-content {
      float: left; }
    /* line 33, ../sass/components/views/_schedules.scss */
    .not-front .view-schedules > .view-content > .views-row {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .not-front .view-schedules > .view-content > .views-row {
        float: left; }
      /* line 35, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-content > .views-row .views-field-nothing {
        font-weight: bold;
        font-size: 20px;
        margin: 20px 0;
        margin-top: 30px; }
        /* line 40, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row .views-field-nothing .s-day {
          font-size: 80px; }
          /* line 42, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-nothing .s-day.s-1 {
            color: #ff9900; }
          /* line 45, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-nothing .s-day.s-2 {
            color: #e30074; }
          /* line 48, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-nothing .s-day.s-3 {
            color: #84b24f; }
          /* line 51, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-nothing .s-day.s-4 {
            color: #124970; }
        /* line 55, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row .views-field-nothing .s-month {
          margin-top: -20px;
          display: block;
          font-size: 15px;
          padding: 0 10px; }
      /* line 63, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        width: 100%;
        overflow: scroll; }
        /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
        [dir="rtl"] .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule {
          float: left; }
        /* line 70, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table {
          width: 100%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none;
          float: none;
          border: none;
          color: #124970;
          font-weight: bold;
          text-align: center; }
          /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
          [dir="rtl"] .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table {
            float: left; }
          /* line 78, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table a {
            color: #124970; }
          /* line 83, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table thead {
            border-top: 1px solid #e5e5e5; }
            /* line 86, ../sass/components/views/_schedules.scss */
            .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table thead tr th {
              text-align: center;
              background: #ececec;
              padding: 30px 5px;
              border: 5px solid #FFFFFF; }
          /* line 95, ../sass/components/views/_schedules.scss */
          .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table tbody tr {
            border-bottom: 1px solid #e5e5e5; }
            /* line 96, ../sass/components/views/_schedules.scss */
            .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table tbody tr td {
              background: #f2f0f1;
              padding: 20px 5px;
              border: 5px solid #FFFFFF; }
            /* line 103, ../sass/components/views/_schedules.scss */
            .not-front .view-schedules > .view-content > .views-row .views-field-view .view-sessions-by-scedule .views-table tbody tr.even td {
              background: #ececec; }
      /* line 116, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-content > .views-row.views-row-1 .views-field-view .view-sessions-by-scedule .views-table thead {
        color: #ff9900; }
        /* line 118, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row.views-row-1 .views-field-view .view-sessions-by-scedule .views-table thead a {
          color: #ff9900; }
      /* line 130, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-content > .views-row.views-row-2 .views-field-view .view-sessions-by-scedule .views-table thead {
        color: #e30074; }
        /* line 132, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row.views-row-2 .views-field-view .view-sessions-by-scedule .views-table thead a {
          color: #e30074; }
      /* line 144, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-content > .views-row.views-row-3 .views-field-view .view-sessions-by-scedule .views-table thead {
        color: #84b24f; }
        /* line 146, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row.views-row-3 .views-field-view .view-sessions-by-scedule .views-table thead a {
          color: #84b24f; }
      /* line 158, ../sass/components/views/_schedules.scss */
      .not-front .view-schedules > .view-content > .views-row.views-row-4 .views-field-view .view-sessions-by-scedule .views-table thead {
        color: #124970; }
        /* line 160, ../sass/components/views/_schedules.scss */
        .not-front .view-schedules > .view-content > .views-row.views-row-4 .views-field-view .view-sessions-by-scedule .views-table thead a {
          color: #124970; }

/* line 6, ../sass/components/views/_views.scss */
.three-in-row .view-content,
.four-in-row .view-content,
.six-in-row .view-content,
.view-vspeakers .view-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .three-in-row .view-content, [dir="rtl"]
  .four-in-row .view-content, [dir="rtl"]
  .six-in-row .view-content, [dir="rtl"]
  .view-vspeakers .view-content {
    float: left; }
  /* line 8, ../sass/components/views/_views.scss */
  .three-in-row .view-content .group-wrapper,
  .four-in-row .view-content .group-wrapper,
  .six-in-row .view-content .group-wrapper,
  .view-vspeakers .view-content .group-wrapper {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 30px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .three-in-row .view-content .group-wrapper, [dir="rtl"]
    .four-in-row .view-content .group-wrapper, [dir="rtl"]
    .six-in-row .view-content .group-wrapper, [dir="rtl"]
    .view-vspeakers .view-content .group-wrapper {
      float: left; }
    /* line 11, ../sass/components/views/_views.scss */
    .three-in-row .view-content .group-wrapper:not(:last-child),
    .four-in-row .view-content .group-wrapper:not(:last-child),
    .six-in-row .view-content .group-wrapper:not(:last-child),
    .view-vspeakers .view-content .group-wrapper:not(:last-child) {
      border-bottom: 1px dashed #84b24f;
      padding-bottom: 30px; }
    /* line 15, ../sass/components/views/_views.scss */
    .three-in-row .view-content .group-wrapper h3.group-title,
    .four-in-row .view-content .group-wrapper h3.group-title,
    .six-in-row .view-content .group-wrapper h3.group-title,
    .view-vspeakers .view-content .group-wrapper h3.group-title {
      clear: both;
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      font-size: 24px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .three-in-row .view-content .group-wrapper h3.group-title, [dir="rtl"]
      .four-in-row .view-content .group-wrapper h3.group-title, [dir="rtl"]
      .six-in-row .view-content .group-wrapper h3.group-title, [dir="rtl"]
      .view-vspeakers .view-content .group-wrapper h3.group-title {
        float: left; }
  /* line 21, ../sass/components/views/_views.scss */
  .three-in-row .view-content .views-row,
  .four-in-row .view-content .views-row,
  .six-in-row .view-content .views-row,
  .view-vspeakers .view-content .views-row {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    margin-top: 20px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .three-in-row .view-content .views-row, [dir="rtl"]
    .four-in-row .view-content .views-row, [dir="rtl"]
    .six-in-row .view-content .views-row, [dir="rtl"]
    .view-vspeakers .view-content .views-row {
      float: left; }
    /* line 32, ../sass/components/views/_views.scss */
    .three-in-row .view-content .views-row .views-field-field-image img,
    .four-in-row .view-content .views-row .views-field-field-image img,
    .six-in-row .view-content .views-row .views-field-field-image img,
    .view-vspeakers .view-content .views-row .views-field-field-image img {
      display: block;
      width: 100%; }
    /* line 37, ../sass/components/views/_views.scss */
    .three-in-row .view-content .views-row .views-field-title,
    .four-in-row .view-content .views-row .views-field-title,
    .six-in-row .view-content .views-row .views-field-title,
    .view-vspeakers .view-content .views-row .views-field-title {
      position: absolute;
      bottom: 0;
      padding: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #767676;
      background: rgba(35, 35, 35, 0.5);
      width: 100%;
      color: #FFFFFF;
      font-size: 16px; }
      /* line 47, ../sass/components/views/_views.scss */
      .three-in-row .view-content .views-row .views-field-title a,
      .four-in-row .view-content .views-row .views-field-title a,
      .six-in-row .view-content .views-row .views-field-title a,
      .view-vspeakers .view-content .views-row .views-field-title a {
        color: #FFFFFF; }
    /* line 52, ../sass/components/views/_views.scss */
    .three-in-row .view-content .views-row:hover .views-field-title,
    .four-in-row .view-content .views-row:hover .views-field-title,
    .six-in-row .view-content .views-row:hover .views-field-title,
    .view-vspeakers .view-content .views-row:hover .views-field-title {
      background: #232323; }
/* line 60, ../sass/components/views/_views.scss */
.three-in-row.view-sponsors .view-content .views-row,
.four-in-row.view-sponsors .view-content .views-row,
.six-in-row.view-sponsors .view-content .views-row,
.view-vspeakers.view-sponsors .view-content .views-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .three-in-row.view-sponsors .view-content .views-row, [dir="rtl"]
  .four-in-row.view-sponsors .view-content .views-row, [dir="rtl"]
  .six-in-row.view-sponsors .view-content .views-row, [dir="rtl"]
  .view-vspeakers.view-sponsors .view-content .views-row {
    float: left; }
/* line 77, ../sass/components/views/_views.scss */
.three-in-row.view-sponsors,
.four-in-row.view-sponsors,
.six-in-row.view-sponsors,
.view-vspeakers.view-sponsors {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .three-in-row.view-sponsors, [dir="rtl"]
  .four-in-row.view-sponsors, [dir="rtl"]
  .six-in-row.view-sponsors, [dir="rtl"]
  .view-vspeakers.view-sponsors {
    float: left; }
  /* line 80, ../sass/components/views/_views.scss */
  .three-in-row.view-sponsors .view-content .group-wrapper,
  .four-in-row.view-sponsors .view-content .group-wrapper,
  .six-in-row.view-sponsors .view-content .group-wrapper,
  .view-vspeakers.view-sponsors .view-content .group-wrapper {
    border: 0;
    padding: 0;
    width: auto;
    float: left;
    margin-right: 50px; }
    /* line 86, ../sass/components/views/_views.scss */
    .three-in-row.view-sponsors .view-content .group-wrapper:not(:last-child),
    .four-in-row.view-sponsors .view-content .group-wrapper:not(:last-child),
    .six-in-row.view-sponsors .view-content .group-wrapper:not(:last-child),
    .view-vspeakers.view-sponsors .view-content .group-wrapper:not(:last-child) {
      border: 0;
      padding: 0;
      width: auto;
      float: left;
      margin-right: 50px; }
    /* line 93, ../sass/components/views/_views.scss */
    .three-in-row.view-sponsors .view-content .group-wrapper h3.group-title,
    .four-in-row.view-sponsors .view-content .group-wrapper h3.group-title,
    .six-in-row.view-sponsors .view-content .group-wrapper h3.group-title,
    .view-vspeakers.view-sponsors .view-content .group-wrapper h3.group-title {
      width: 100%;
      float: none; }
      /* line 97, ../sass/components/views/_views.scss */
      .three-in-row.view-sponsors .view-content .group-wrapper h3.group-title span:after,
      .four-in-row.view-sponsors .view-content .group-wrapper h3.group-title span:after,
      .six-in-row.view-sponsors .view-content .group-wrapper h3.group-title span:after,
      .view-vspeakers.view-sponsors .view-content .group-wrapper h3.group-title span:after {
        width: 100%; }
    /* line 102, ../sass/components/views/_views.scss */
    .three-in-row.view-sponsors .view-content .group-wrapper .views-row,
    .four-in-row.view-sponsors .view-content .group-wrapper .views-row,
    .six-in-row.view-sponsors .view-content .group-wrapper .views-row,
    .view-vspeakers.view-sponsors .view-content .group-wrapper .views-row {
      width: auto;
      float: left;
      margin: 0;
      margin-right: 20px;
      text-align: center; }
    /* line 109, ../sass/components/views/_views.scss */
    .three-in-row.view-sponsors .view-content .group-wrapper:last-of-type,
    .four-in-row.view-sponsors .view-content .group-wrapper:last-of-type,
    .six-in-row.view-sponsors .view-content .group-wrapper:last-of-type,
    .view-vspeakers.view-sponsors .view-content .group-wrapper:last-of-type {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      clear: both; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .three-in-row.view-sponsors .view-content .group-wrapper:last-of-type, [dir="rtl"]
      .four-in-row.view-sponsors .view-content .group-wrapper:last-of-type, [dir="rtl"]
      .six-in-row.view-sponsors .view-content .group-wrapper:last-of-type, [dir="rtl"]
      .view-vspeakers.view-sponsors .view-content .group-wrapper:last-of-type {
        float: left; }
      /* line 113, ../sass/components/views/_views.scss */
      .three-in-row.view-sponsors .view-content .group-wrapper:last-of-type .views-row img,
      .four-in-row.view-sponsors .view-content .group-wrapper:last-of-type .views-row img,
      .six-in-row.view-sponsors .view-content .group-wrapper:last-of-type .views-row img,
      .view-vspeakers.view-sponsors .view-content .group-wrapper:last-of-type .views-row img {
        max-width: 250px; }
    /* line 118, ../sass/components/views/_views.scss */
    .three-in-row.view-sponsors .view-content .group-wrapper:first-of-type,
    .four-in-row.view-sponsors .view-content .group-wrapper:first-of-type,
    .six-in-row.view-sponsors .view-content .group-wrapper:first-of-type,
    .view-vspeakers.view-sponsors .view-content .group-wrapper:first-of-type {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      clear: both; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .three-in-row.view-sponsors .view-content .group-wrapper:first-of-type, [dir="rtl"]
      .four-in-row.view-sponsors .view-content .group-wrapper:first-of-type, [dir="rtl"]
      .six-in-row.view-sponsors .view-content .group-wrapper:first-of-type, [dir="rtl"]
      .view-vspeakers.view-sponsors .view-content .group-wrapper:first-of-type {
        float: left; }
      /* line 121, ../sass/components/views/_views.scss */
      .three-in-row.view-sponsors .view-content .group-wrapper:first-of-type h3.group-title,
      .four-in-row.view-sponsors .view-content .group-wrapper:first-of-type h3.group-title,
      .six-in-row.view-sponsors .view-content .group-wrapper:first-of-type h3.group-title,
      .view-vspeakers.view-sponsors .view-content .group-wrapper:first-of-type h3.group-title {
        font-weight: bold; }
  /* line 130, ../sass/components/views/_views.scss */
  .three-in-row.view-sponsors.view-display-id-block_1 .view-content .group-wrapper .views-row,
  .four-in-row.view-sponsors.view-display-id-block_1 .view-content .group-wrapper .views-row,
  .six-in-row.view-sponsors.view-display-id-block_1 .view-content .group-wrapper .views-row,
  .view-vspeakers.view-sponsors.view-display-id-block_1 .view-content .group-wrapper .views-row {
    margin-right: 40px; }

/* line 152, ../sass/components/views/_views.scss */
.view.six-in-row .view-content .views-row {
  width: 23.72881%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 1.69492%; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.six-in-row .view-content .views-row {
    clear: left;
    float: right;
    margin-right: 0;
    margin-left: 1.69492%; }
  /* line 154, ../sass/components/views/_views.scss */
  .view.six-in-row .view-content .views-row:nth-child(4n+4) {
    width: 23.72881%;
    clear: right;
    float: right;
    margin-right: 0; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .view.six-in-row .view-content .views-row:nth-child(4n+4) {
      clear: left;
      float: left;
      margin-left: 0; }

/* line 170, ../sass/components/views/_views.scss */
.view.one-in-row .view-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.one-in-row .view-content {
    float: left; }
  /* line 172, ../sass/components/views/_views.scss */
  .view.one-in-row .view-content .views-row {
    background: none;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 40px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .view.one-in-row .view-content .views-row {
      float: left; }
    /* line 176, ../sass/components/views/_views.scss */
    .view.one-in-row .view-content .views-row .views-field-field-image {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin-bottom: 10px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .view.one-in-row .view-content .views-row .views-field-field-image {
        float: left; }
      /* line 178, ../sass/components/views/_views.scss */
      .view.one-in-row .view-content .views-row .views-field-field-image img {
        width: 100%;
        display: block; }
    /* line 188, ../sass/components/views/_views.scss */
    .view.one-in-row .view-content .views-row .views-field-title {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .view.one-in-row .view-content .views-row .views-field-title {
        float: left; }
      /* line 193, ../sass/components/views/_views.scss */
      .view.one-in-row .view-content .views-row .views-field-title .date {
        font-size: 30px; }
      /* line 197, ../sass/components/views/_views.scss */
      .view.one-in-row .view-content .views-row .views-field-title .title {
        font-weight: bold;
        font-size: 25px; }
      /* line 201, ../sass/components/views/_views.scss */
      .view.one-in-row .view-content .views-row .views-field-title .body {
        display: none; }
/* line 232, ../sass/components/views/_views.scss */
.view.one-in-row .three-in-row .view-content,
.view.one-in-row .four-in-row .view-content,
.view.one-in-row .six-in-row .view-content,
.view.one-in-row .view-vspeakers .view-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.one-in-row .three-in-row .view-content, [dir="rtl"]
  .view.one-in-row .four-in-row .view-content, [dir="rtl"]
  .view.one-in-row .six-in-row .view-content, [dir="rtl"]
  .view.one-in-row .view-vspeakers .view-content {
    float: left; }
  /* line 234, ../sass/components/views/_views.scss */
  .view.one-in-row .three-in-row .view-content .group-wrapper,
  .view.one-in-row .four-in-row .view-content .group-wrapper,
  .view.one-in-row .six-in-row .view-content .group-wrapper,
  .view.one-in-row .view-vspeakers .view-content .group-wrapper {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 30px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .view.one-in-row .three-in-row .view-content .group-wrapper, [dir="rtl"]
    .view.one-in-row .four-in-row .view-content .group-wrapper, [dir="rtl"]
    .view.one-in-row .six-in-row .view-content .group-wrapper, [dir="rtl"]
    .view.one-in-row .view-vspeakers .view-content .group-wrapper {
      float: left; }
    /* line 237, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row .view-content .group-wrapper:not(:last-child),
    .view.one-in-row .four-in-row .view-content .group-wrapper:not(:last-child),
    .view.one-in-row .six-in-row .view-content .group-wrapper:not(:last-child),
    .view.one-in-row .view-vspeakers .view-content .group-wrapper:not(:last-child) {
      border-bottom: 1px dashed #84b24f;
      padding-bottom: 30px; }
    /* line 241, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row .view-content .group-wrapper h3.group-title,
    .view.one-in-row .four-in-row .view-content .group-wrapper h3.group-title,
    .view.one-in-row .six-in-row .view-content .group-wrapper h3.group-title,
    .view.one-in-row .view-vspeakers .view-content .group-wrapper h3.group-title {
      clear: both;
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      font-size: 24px; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .view.one-in-row .three-in-row .view-content .group-wrapper h3.group-title, [dir="rtl"]
      .view.one-in-row .four-in-row .view-content .group-wrapper h3.group-title, [dir="rtl"]
      .view.one-in-row .six-in-row .view-content .group-wrapper h3.group-title, [dir="rtl"]
      .view.one-in-row .view-vspeakers .view-content .group-wrapper h3.group-title {
        float: left; }
  /* line 247, ../sass/components/views/_views.scss */
  .view.one-in-row .three-in-row .view-content .views-row,
  .view.one-in-row .four-in-row .view-content .views-row,
  .view.one-in-row .six-in-row .view-content .views-row,
  .view.one-in-row .view-vspeakers .view-content .views-row {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    margin-top: 20px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .view.one-in-row .three-in-row .view-content .views-row, [dir="rtl"]
    .view.one-in-row .four-in-row .view-content .views-row, [dir="rtl"]
    .view.one-in-row .six-in-row .view-content .views-row, [dir="rtl"]
    .view.one-in-row .view-vspeakers .view-content .views-row {
      float: left; }
    /* line 258, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row .view-content .views-row .views-field-field-image img,
    .view.one-in-row .four-in-row .view-content .views-row .views-field-field-image img,
    .view.one-in-row .six-in-row .view-content .views-row .views-field-field-image img,
    .view.one-in-row .view-vspeakers .view-content .views-row .views-field-field-image img {
      display: block;
      width: 100%; }
    /* line 263, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row .view-content .views-row .views-field-title,
    .view.one-in-row .four-in-row .view-content .views-row .views-field-title,
    .view.one-in-row .six-in-row .view-content .views-row .views-field-title,
    .view.one-in-row .view-vspeakers .view-content .views-row .views-field-title {
      position: absolute;
      bottom: 0;
      padding: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #767676;
      background: rgba(35, 35, 35, 0.5);
      width: 100%;
      color: #FFFFFF;
      font-size: 16px; }
      /* line 273, ../sass/components/views/_views.scss */
      .view.one-in-row .three-in-row .view-content .views-row .views-field-title a,
      .view.one-in-row .four-in-row .view-content .views-row .views-field-title a,
      .view.one-in-row .six-in-row .view-content .views-row .views-field-title a,
      .view.one-in-row .view-vspeakers .view-content .views-row .views-field-title a {
        color: #FFFFFF; }
    /* line 278, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row .view-content .views-row:hover .views-field-title,
    .view.one-in-row .four-in-row .view-content .views-row:hover .views-field-title,
    .view.one-in-row .six-in-row .view-content .views-row:hover .views-field-title,
    .view.one-in-row .view-vspeakers .view-content .views-row:hover .views-field-title {
      background: #232323; }
/* line 286, ../sass/components/views/_views.scss */
.view.one-in-row .three-in-row.view-sponsors .view-content .views-row,
.view.one-in-row .four-in-row.view-sponsors .view-content .views-row,
.view.one-in-row .six-in-row.view-sponsors .view-content .views-row,
.view.one-in-row .view-vspeakers.view-sponsors .view-content .views-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.one-in-row .three-in-row.view-sponsors .view-content .views-row, [dir="rtl"]
  .view.one-in-row .four-in-row.view-sponsors .view-content .views-row, [dir="rtl"]
  .view.one-in-row .six-in-row.view-sponsors .view-content .views-row, [dir="rtl"]
  .view.one-in-row .view-vspeakers.view-sponsors .view-content .views-row {
    float: left; }
/* line 304, ../sass/components/views/_views.scss */
.view.one-in-row .three-in-row.view-sponsors.view-display-id-block_1 .view-content .views-row,
.view.one-in-row .four-in-row.view-sponsors.view-display-id-block_1 .view-content .views-row,
.view.one-in-row .six-in-row.view-sponsors.view-display-id-block_1 .view-content .views-row,
.view.one-in-row .view-vspeakers.view-sponsors.view-display-id-block_1 .view-content .views-row {
  margin-right: 40px; }
/* line 310, ../sass/components/views/_views.scss */
.view.one-in-row .three-in-row.view-sponsors,
.view.one-in-row .four-in-row.view-sponsors,
.view.one-in-row .six-in-row.view-sponsors,
.view.one-in-row .view-vspeakers.view-sponsors {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.one-in-row .three-in-row.view-sponsors, [dir="rtl"]
  .view.one-in-row .four-in-row.view-sponsors, [dir="rtl"]
  .view.one-in-row .six-in-row.view-sponsors, [dir="rtl"]
  .view.one-in-row .view-vspeakers.view-sponsors {
    float: left; }
  /* line 313, ../sass/components/views/_views.scss */
  .view.one-in-row .three-in-row.view-sponsors .view-content .group-wrapper,
  .view.one-in-row .four-in-row.view-sponsors .view-content .group-wrapper,
  .view.one-in-row .six-in-row.view-sponsors .view-content .group-wrapper,
  .view.one-in-row .view-vspeakers.view-sponsors .view-content .group-wrapper {
    border: 0;
    padding: 0;
    width: auto;
    float: left;
    margin-right: 50px; }
    /* line 319, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row.view-sponsors .view-content .group-wrapper:not(:last-child),
    .view.one-in-row .four-in-row.view-sponsors .view-content .group-wrapper:not(:last-child),
    .view.one-in-row .six-in-row.view-sponsors .view-content .group-wrapper:not(:last-child),
    .view.one-in-row .view-vspeakers.view-sponsors .view-content .group-wrapper:not(:last-child) {
      border: 0;
      padding: 0;
      width: auto;
      float: left;
      margin-right: 50px; }
    /* line 326, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row.view-sponsors .view-content .group-wrapper h3.group-title,
    .view.one-in-row .four-in-row.view-sponsors .view-content .group-wrapper h3.group-title,
    .view.one-in-row .six-in-row.view-sponsors .view-content .group-wrapper h3.group-title,
    .view.one-in-row .view-vspeakers.view-sponsors .view-content .group-wrapper h3.group-title {
      width: 100%;
      float: none; }
      /* line 330, ../sass/components/views/_views.scss */
      .view.one-in-row .three-in-row.view-sponsors .view-content .group-wrapper h3.group-title span:after,
      .view.one-in-row .four-in-row.view-sponsors .view-content .group-wrapper h3.group-title span:after,
      .view.one-in-row .six-in-row.view-sponsors .view-content .group-wrapper h3.group-title span:after,
      .view.one-in-row .view-vspeakers.view-sponsors .view-content .group-wrapper h3.group-title span:after {
        width: 100%; }
    /* line 335, ../sass/components/views/_views.scss */
    .view.one-in-row .three-in-row.view-sponsors .view-content .group-wrapper .views-row,
    .view.one-in-row .four-in-row.view-sponsors .view-content .group-wrapper .views-row,
    .view.one-in-row .six-in-row.view-sponsors .view-content .group-wrapper .views-row,
    .view.one-in-row .view-vspeakers.view-sponsors .view-content .group-wrapper .views-row {
      width: auto;
      float: left;
      margin: 0;
      margin-right: 20px;
      text-align: center; }

/* line 352, ../sass/components/views/_views.scss */
.view.view-content-by-type.view-display-id-block .view-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
  [dir="rtl"] .view.view-content-by-type.view-display-id-block .view-content {
    float: left; }
  /* line 354, ../sass/components/views/_views.scss */
  .view.view-content-by-type.view-display-id-block .view-content .views-row {
    width: 23.72881%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%;
    margin-bottom: 20px; }
    /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
    [dir="rtl"] .view.view-content-by-type.view-display-id-block .view-content .views-row {
      clear: left;
      float: right;
      margin-right: 0;
      margin-left: 1.69492%; }
    /* line 356, ../sass/components/views/_views.scss */
    .view.view-content-by-type.view-display-id-block .view-content .views-row:nth-child(4n+4) {
      width: 23.72881%;
      clear: right;
      float: right;
      margin-right: 0; }
      /* line 83, ../../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.3.3/gems/singularitygs-1.6.2/stylesheets/singularitygs/_api.scss */
      [dir="rtl"] .view.view-content-by-type.view-display-id-block .view-content .views-row:nth-child(4n+4) {
        clear: left;
        float: left;
        margin-left: 0; }
    /* line 360, ../sass/components/views/_views.scss */
    .view.view-content-by-type.view-display-id-block .view-content .views-row .views-field-title {
      display: none; }
/* line 382, ../sass/components/views/_views.scss */
.view.view-content-by-type.view-display-id-block_1 .views-field-title {
  display: none !important; }

/* line 33, ../sass/beyond-designs.styles.scss */
body {
  cursor: default;
  color: #124970;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", serif;
  line-height: 1.5;
  min-width: 380px;
  max-width: 2000px;
  margin: 0 auto;
  /*** Reset Chrome Behaviour****/
  /* Change the white to any color ;) */
  /****REsponsive Video **/ }
  /* line 34, ../sass/beyond-designs.styles.scss */
  body li {
    line-height: 1.7em; }
  /* line 37, ../sass/beyond-designs.styles.scss */
  body #backtotop {
    z-index: 99999; }
  /* line 55, ../sass/beyond-designs.styles.scss */
  body .messages {
    position: absolute;
    width: 100%;
    top: 140px;
    z-index: 999;
    left: 0; }
  /* line 63, ../sass/beyond-designs.styles.scss */
  body.not-front .messages {
    top: 0; }
  /* line 69, ../sass/beyond-designs.styles.scss */
  body input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  /* line 72, ../sass/beyond-designs.styles.scss */
  body *:focus {
    outline: 0; }
  /* line 75, ../sass/beyond-designs.styles.scss */
  body .l-page {
    padding: 0 5px; }
  /* line 87, ../sass/beyond-designs.styles.scss */
  body ul,
  body .form-item, body .form-actions {
    padding: 0;
    margin: 0; }
  /* line 92, ../sass/beyond-designs.styles.scss */
  body .feed-icon {
    display: none; }
  /* line 98, ../sass/beyond-designs.styles.scss */
  body .breadcrumb {
    display: none; }
  /* line 101, ../sass/beyond-designs.styles.scss */
  body a {
    text-decoration: none;
    color: #424c56;
    font-weight: lighter; }
  /* line 106, ../sass/beyond-designs.styles.scss */
  body img {
    max-width: 100%;
    height: auto; }
  /* line 112, ../sass/beyond-designs.styles.scss */
  body #colorbox {
    /**======    Setting the colorbox style in config to none    ======== **/ }
    /* line 114, ../sass/beyond-designs.styles.scss */
    body #colorbox #cboxWrapper {
      background: #767676; }
      /* line 116, ../sass/beyond-designs.styles.scss */
      body #colorbox #cboxWrapper #cboxPrevious,
      body #colorbox #cboxWrapper #cboxNext {
        /*top: 40%;
        background: url("../images/l-arrow.png") 0 0 no-repeat;
        background-size: 100% auto;
        width: 40px;
        height: 44px;
        left: 10px;*/
        background-size: 100% auto;
        text-indent: 0;
        font-size: 0;
        background: none;
        top: 45%;
        left: 0;
        right: auto;
        height: 29px; }
        /* line 128, ../sass/beyond-designs.styles.scss */
        body #colorbox #cboxWrapper #cboxPrevious:before,
        body #colorbox #cboxWrapper #cboxNext:before {
          font-family: FontAwesome;
          content: '\f053';
          color: #FFFFFF;
          font-size: 20px; }
      /* line 144, ../sass/beyond-designs.styles.scss */
      body #colorbox #cboxWrapper #cboxNext {
        /*background: url("../images/r-arrow.png") 0 0 no-repeat;
        background-size: 100% auto;
        left: auto;
        right: 10px;*/
        background-size: 100% auto;
        right: 0;
        left: auto; }
        /* line 150, ../sass/beyond-designs.styles.scss */
        body #colorbox #cboxWrapper #cboxNext:before {
          content: '\f054'; }
      /* line 161, ../sass/beyond-designs.styles.scss */
      body #colorbox #cboxWrapper #cboxClose {
        /*background: url("../images/x-icon.png") 0 0 no-repeat;
        background-size: 100% auto;
        width: 10px;
        height: 13px;
        top: -35px;*/
        background-size: 100% auto;
        top: -45px;
        text-indent: 0;
        font-size: 0; }
        /* line 171, ../sass/beyond-designs.styles.scss */
        body #colorbox #cboxWrapper #cboxClose:before {
          font-family: FontAwesome;
          content: '\f00d';
          color: #FFFFFF;
          font-size: 20px; }
      /* line 179, ../sass/beyond-designs.styles.scss */
      body #colorbox #cboxWrapper #cboxTitle {
        position: absolute;
        width: 100%;
        background: #dbdbdb;
        color: #c32032;
        top: auto;
        padding: 10px 2%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  /* line 203, ../sass/beyond-designs.styles.scss */
  body .owl-carousel .owl-wrapper-outer {
    direction: ltr;
    max-width: 100%; }
  /* line 213, ../sass/beyond-designs.styles.scss */
  body .main-content {
    width: 95%;
    max-width: 1500px;
    clear: both;
    margin: 0 auto;
    float: none; }
    /* line 186, ../sass/abstractions/_mixins.scss */
    body .main-content::after {
      content: "";
      display: table;
      clear: both; }
  /* line 217, ../sass/beyond-designs.styles.scss */
  body .player {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  /* line 223, ../sass/beyond-designs.styles.scss */
  body .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 768px) {
    /* line 233, ../sass/beyond-designs.styles.scss */
    body .player {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
    /* line 239, ../sass/beyond-designs.styles.scss */
    body .player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

/*# sourceMappingURL=beyond-designs.no-query.css.map */
