.floating-form-page {
  font-family: 'Roboto', sans-serif; }
  .floating-form-page form {
    padding: 0 50px 50px; }
    .floating-form-page form .readonly-title {
      margin-bottom: 30px;
      width: 100%; }
      .floating-form-page form .readonly-title label {
        display: none; }
      .floating-form-page form .readonly-title input {
        box-shadow: none;
        padding: 0;
        background: none;
        color: #666666;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        border: 0 !important; }
    .floating-form-page form .field--type-link .form-item,
    .floating-form-page form .field--type-entity-reference .form-item,
    .floating-form-page form .field--type-string .form-item {
      position: relative; }
      .floating-form-page form .field--type-link .form-item label,
      .floating-form-page form .field--type-entity-reference .form-item label,
      .floating-form-page form .field--type-string .form-item label {
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        position: absolute;
        top: 5px;
        z-index: 99;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        pointer-events: none; }
      .floating-form-page form .field--type-link .form-item input,
      .floating-form-page form .field--type-entity-reference .form-item input,
      .floating-form-page form .field--type-string .form-item input {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #cccccc;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #808080; }
      .floating-form-page form .field--type-link .form-item.lab-effect label,
      .floating-form-page form .field--type-entity-reference .form-item.lab-effect label,
      .floating-form-page form .field--type-string .form-item.lab-effect label {
        top: -20px;
        font-size: 12px; }
    .floating-form-page form .field--type-link .input-group-addon,
    .floating-form-page form .field--type-entity-reference .input-group-addon,
    .floating-form-page form .field--type-string .input-group-addon {
      background: transparent;
      border: 0;
      border-bottom: 1px solid #ccc;
      border-radius: 0; }
    .floating-form-page form .field--type-string-long .form-item {
      position: relative; }
      .floating-form-page form .field--type-string-long .form-item label {
        position: absolute;
        top: 10px;
        padding-left: 15px;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
      .floating-form-page form .field--type-string-long .form-item textarea {
        height: 175px;
        color: #808080; }
      .floating-form-page form .field--type-string-long .form-item.lab-effect label {
        top: -20px;
        padding-left: 0;
        font-size: 12px; }
    .floating-form-page form .field--type-list-string legend {
      background: none;
      color: #4f77aa;
      font-size: 18px;
      font-weight: 500;
      border: 0; }
    .floating-form-page form .field--type-list-string .fieldset-wrapper > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      width: 100%; }
    .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-radio {
      margin: 0;
      padding-right: 15px;
      margin-bottom: 15px; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-radio label {
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding-left: 0; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-radio .form-radio {
        display: none; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-radio .check-img {
        background: url(../images/event-proposal-form/radio-button.png) no-repeat center;
        display: inline-block;
        width: 13px;
        height: 13px;
        padding-right: 30px;
        vertical-align: middle; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-radio .form-radio:checked + .check-img {
        background: url(../images/event-proposal-form/radio-button_tick.png) no-repeat center; }
    .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-checkbox {
      margin: 0;
      padding-right: 15px;
      margin-bottom: 15px; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-checkbox label {
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding-left: 0; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-checkbox .form-checkbox {
        display: none; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-checkbox .check-img {
        background: url(../images/event-proposal-form/checkbox.png) no-repeat center;
        display: inline-block;
        width: 13px;
        height: 13px;
        padding-right: 30px;
        vertical-align: middle; }
      .floating-form-page form .field--type-list-string .fieldset-wrapper .form-type-checkbox .form-checkbox:checked + .check-img {
        background: url(../images/event-proposal-form/checkbox_tick.png) no-repeat center; }
    .floating-form-page form .other-option-field.show-other-option + .other-option-value {
      display: block; }
    .floating-form-page form .other-option-value {
      display: none;
      margin-bottom: 35px; }
    .floating-form-page form .form-type-select {
      position: relative; }
      .floating-form-page form .form-type-select label {
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        position: absolute;
        top: 5px;
        z-index: 99;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        pointer-events: none; }
      .floating-form-page form .form-type-select select {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #cccccc;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #808080; }
        .floating-form-page form .form-type-select select option[value="_none"] {
          display: none; }
        .floating-form-page form .form-type-select select:focus {
          border-color: #4f77aa;
          -webkit-box-shadow: none;
          box-shadow: none; }
    .floating-form-page form .form-type-select .lab-effect label,
    .floating-form-page form .form-type-select.lab-effect label {
      top: -20px;
      font-size: 12px; }
    .floating-form-page form .form-actions button {
      background-color: #337ab7;
      border-color: #2e6da4;
      color: #fff; }
      .floating-form-page form .form-actions button .icon {
        display: none; }
      .floating-form-page form .form-actions button:hover, .floating-form-page form .form-actions button:focus {
        color: #fff;
        background-color: #286090;
        border-color: #204d74; }

@media (max-width: 1199px) {
  .floating-form-page form {
    padding: 0 25px 50px; } }
/*proceeding pdf library detail*/
/*file path - scss2/proceeding-pdf-library/_proceeding-pdf-library-detail.scss*/
.path-proceeding-pdf-detail .page-header {
  display: none; }

.proceeding-pdf-library-detail {
  padding: 0 50px 50px; }
  .proceeding-pdf-library-detail .pdf-detail-title {
    color: #0077aa;
    font-family: roboto_condensedbold;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 31px; }
  .proceeding-pdf-library-detail .meta-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-bottom: 25px; }
    .proceeding-pdf-library-detail .meta-info > * {
      padding-right: 35px; }
      .proceeding-pdf-library-detail .meta-info > * .lbl {
        font-family: roboto_condensedregular;
        font-size: 15px;
        line-height: 19px;
        color: #0077aa; }
      .proceeding-pdf-library-detail .meta-info > * .val {
        font-family: roboto_condensedregular;
        font-size: 15px;
        line-height: 19px;
        color: #666666; }
  .proceeding-pdf-library-detail .detail-section .img-section {
    float: left;
    width: 396px;
    padding: 0 30px 20px 0; }
    .proceeding-pdf-library-detail .detail-section .img-section img {
      max-width: 100%; }
  .proceeding-pdf-library-detail .detail-section .pdf-detail-des {
    color: #666666;
    font-family: roboto_condensedregular;
    font-size: 16px;
    line-height: 24px; }
  .proceeding-pdf-library-detail .detail-section .download-btn {
    clear: both; }
    .proceeding-pdf-library-detail .detail-section .download-btn span {
      margin: 0; }
    .proceeding-pdf-library-detail .detail-section .download-btn a {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc;
      padding: 8px 12px;
      text-decoration: none;
      font-size: 14px;
      line-height: 20px;
      display: inline-block;
      border-radius: 3px;
      margin-top: 30px;
      font-family: roboto_condensedregular;
      font-weight: normal; }
      .proceeding-pdf-library-detail .detail-section .download-btn a:focus, .proceeding-pdf-library-detail .detail-section .download-btn a:hover {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da; }

/*add to cal */
.addtocalender {
  position: relative;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-family: "Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 13px 12px 12px 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased !important;
  outline-color: rgba(0, 78, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
  background: url(../images/icon-calendar-t5.png);
  background-position: left 12px center;
  background-repeat: no-repeat; }
  .addtocalender .calender-list-wrapper {
    width: 230px;
    position: absolute;
    left: -20px;
    top: -5px;
    padding: 6px 0px 0px 0px;
    font-family: "Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
    color: #000 !important;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    margin-left: -1px;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 5; }
    .addtocalender .calender-list-wrapper > span {
      display: block;
      line-height: 100%;
      background: #fff;
      text-decoration: none;
      cursor: pointer;
      font-size: 15px;
      color: #333;
      font-weight: 600;
      margin: -2px 0px; }
      .addtocalender .calender-list-wrapper > span a {
        display: block;
        padding: 14px 10px 14px 55px;
        color: #333 !important;
        text-decoration: none; }
      .addtocalender .calender-list-wrapper > span:hover {
        background-color: #f4f4f4 !important;
        color: #000;
        text-decoration: none;
        font-size: 15px; }
      .addtocalender .calender-list-wrapper > span.calgoogle a {
        background: url(../images/icon-google-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%; }
      .addtocalender .calender-list-wrapper > span.calyahoo a {
        background: url(../images/icon-yahoo-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%; }
      .addtocalender .calender-list-wrapper > span.caloffice365 a {
        background: url(../images/icon-office365-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%; }
      .addtocalender .calender-list-wrapper > span.calofficom a {
        background: url(../images/icon-outlookcom-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%; }

/*************/
@media (min-width: 992px) and (max-width: 1199px) {
  .proceeding-pdf-library-detail .detail-section div.img-section {
    width: 356px; } }
@media (max-width: 1199px) {
  .proceeding-pdf-library-detail {
    padding: 0 25px 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .proceeding-pdf-library-detail .detail-section div.img-section {
    width: 256px; } }
@media (max-width: 991px) {
  .proceeding-pdf-library-detail div.meta-info {
    display: inline-block;
    width: 100%; }
    .proceeding-pdf-library-detail div.meta-info > * {
      padding: 0;
      margin-bottom: 5px; } }
@media (max-width: 767px) {
  .proceeding-pdf-library-detail .detail-section div.img-section {
    width: 100%;
    float: none;
    padding-right: 0; } }
/**************/
/*proceeding pdf library listing*/
/*file path - scss2/proceeding-pdf-library/_proceeding-pdf-library-listing.scss*/
.path-document-library .main-page-section .page-header {
  padding-top: 7px; }

.path-proceeding-pdf-library .table-responsive {
  width: 100%; }
.path-proceeding-pdf-library .view-header {
  text-align: right; }
  .path-proceeding-pdf-library .view-header a {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 20px; }
    .path-proceeding-pdf-library .view-header a:focus, .path-proceeding-pdf-library .view-header a:hover {
      color: #fff;
      background-color: #5bc0de;
      border-color: #46b8da; }
.path-proceeding-pdf-library table .file--mime-application-pdf {
  font-size: 100%;
  font-weight: 400;
  margin: 0; }

.proceeding-pdf-library-listing {
  padding-bottom: 20px !important;
  /*.view-header{
      text-align: right;
  	a{
  		color: #fff;
  		background-color: #31b0d5;
  		border-color: #269abc;
  		padding: 8px 12px;
  		text-decoration: none;
  		font-size: 14px;
  		line-height: 20px;
  		display: inline-block;
  		border-radius: 3px;
  		margin-bottom: 20px;
  		&:hover,
  		&:focus{
  			color: #fff;
  			background-color: #5bc0de;
  			border-color: #46b8da;
  		}			
  	}
  }*/ }
  .proceeding-pdf-library-listing .view-filters {
    margin-bottom: 40px; }
  .proceeding-pdf-library-listing .view-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: roboto_condensedregular; }
    .proceeding-pdf-library-listing .view-content .views-row {
      width: 50%;
      margin-bottom: 30px; }
      .proceeding-pdf-library-listing .view-content .views-row:nth-child(odd) {
        padding-right: 15px; }
      .proceeding-pdf-library-listing .view-content .views-row:nth-child(even) {
        padding-left: 15px; }
    .proceeding-pdf-library-listing .view-content .wrapper {
      border: 1px solid #ccc;
      height: 100%; }
      .proceeding-pdf-library-listing .view-content .wrapper > span {
        display: inline-block;
        width: 100%; }
        .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-img {
          width: 100px;
          float: left; }
        .proceeding-pdf-library-listing .view-content .wrapper > span .content-section {
          width: calc(100% - 100px);
          float: left;
          padding: 15px 15px 15px 30px; }
        .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-title {
          font-family: roboto_condensedbold;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 10px;
          color: #337ab7; }
          .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-title a .file {
            display: none; }
        .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-des {
          font-family: roboto_condensedregular;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 5px; }
        .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-read-more a {
          display: inline-block;
          color: #0077aa;
          font-size: 14px;
          line-height: 20px;
          text-decoration: none; }
          .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-read-more a:hover, .proceeding-pdf-library-listing .view-content .wrapper > span .pdf-read-more a:focus {
            color: #23527c; }

@media (min-width: 992px) and (max-width: 1199px) {
  .proceeding-pdf-library-listing .view-content .wrapper > span div.pdf-img {
    width: 100px; }
  .proceeding-pdf-library-listing .view-content .wrapper > span .content-section {
    width: calc(100% - 100px);
    padding-left: 15px; } }
@media (max-width: 1199px) {
  .proceeding-pdf-library-listing .view-content .wrapper > span .content-section .pdf-title {
    font-size: 15px;
    line-height: 21px; } }
@media (max-width: 991px) {
  .proceeding-pdf-library-listing div.view-content div.views-row {
    width: 100%;
    padding: 0 !important; } }
@media (max-width: 767px) {
  .proceeding-pdf-library-listing div.view-content {
    display: inline-block;
    width: 100%; }
    .proceeding-pdf-library-listing div.view-content .wrapper > span div.pdf-img {
      width: 100%; }
    .proceeding-pdf-library-listing div.view-content .wrapper > span div.content-section {
      width: 100%;
      padding-left: 15px; } }
/********************/
/*proceeding-pdf-library-form*/
/*file path - scss2/proceeding-pdf-library/_proceeding-pdf-library-form.scss*/
.node-proceeding-pdf-library-edit-form .field--name-title,
.node-proceeding-pdf-library-form .field--name-title {
  width: 100%;
  margin: 30px 0 40px; }
.node-proceeding-pdf-library-edit-form .field--type-language,
.node-proceeding-pdf-library-form .field--type-language {
  float: left;
  padding-right: 30px;
  width: 50%;
  clear: none;
  margin-bottom: 30px; }
.node-proceeding-pdf-library-edit-form .field--name-field-event-region,
.node-proceeding-pdf-library-form .field--name-field-event-region {
  float: left;
  padding-left: 30px;
  margin-bottom: 30px;
  width: 50%;
  clear: none; }
.node-proceeding-pdf-library-edit-form .field--name-field-description,
.node-proceeding-pdf-library-form .field--name-field-description {
  margin-bottom: 40px;
  clear: both;
  width: 100%; }
  .node-proceeding-pdf-library-edit-form .field--name-field-description .js-filter-wrapper,
  .node-proceeding-pdf-library-form .field--name-field-description .js-filter-wrapper {
    display: none; }
.node-proceeding-pdf-library-edit-form .field--name-field-upload-file,
.node-proceeding-pdf-library-form .field--name-field-upload-file {
  margin-bottom: 35px; }
.node-proceeding-pdf-library-edit-form .field--name-field-upload-file label,
.node-proceeding-pdf-library-form .field--name-field-upload-file label {
  color: #808080;
  font-weight: 400;
  font-size: 14px; }

@media (max-width: 767px) {
  .node-proceeding-pdf-library-edit-form div.field--type-language,
  .node-proceeding-pdf-library-edit-form div.field--name-field-event-region,
  .node-proceeding-pdf-library-form div.field--type-language,
  .node-proceeding-pdf-library-form div.field--name-field-event-region {
    width: 100%;
    float: none;
    padding: 0; } }
/********************/
/*hide export link on participant list when empty*/
.path-event-participant-list .view-empty + .feed-icons {
  display: none; }

/***********************/
/*participant form*/
/*file path - scss2/participant-survey/_participant_survey_form.scss*/
.node-participant_survey {
  /*.field--name-field-location-of-event{
  	width: 50%;
  	padding-right: 30px;
  	display: inline-block;
  	margin-bottom: 35px;
  	float: left;
  }
  .field--name-field-whichinstitution-organized{
  	display: inline-block;
  	margin-bottom: 35px;
  	width: 50%;
  	padding-left: 30px;
  	float: left;
  }*/
  /*.field--name-field-location-of-event,
  .field--name-field-whichinstitution-organized{
  	display: inline-block;
  	width: 100%;
  	margin-bottom: 0;
  	input{
  		border: 0 !important;
  		border: 0;
  		float: left;
  		width: auto;
  		padding: 0 0 0 20px;
  		line-height: 18px;
  		height: auto;			
  	}
  	label{
  		position: static !important;
  		margin-bottom: 0;
  		float: left;
  		font-size: 14px !important;
  		color: #808080 !important;
  		font-weight: 700 !important;
  	}
  }
  div.field--name-field-whichinstitution-organized{
  	margin-bottom: 25px;
  }*/ }
  .node-participant_survey .survey-description {
    padding: 0 50px 5px;
    color: #777;
    font-size: 12px; }
  .node-participant_survey .survey-note {
    padding: 0 50px 15px;
    color: #777;
    font-size: 12px; }
  .node-participant_survey .field--name-title {
    margin-bottom: 15px !important; }
  .node-participant_survey .event-details {
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 25px; }
  .node-participant_survey .field--name-field-publish-name-or-not legend {
    display: none; }
  .node-participant_survey .field--type-string-long {
    margin-bottom: 50px; }
    .node-participant_survey .field--type-string-long.field--name-field-testimonial {
      margin-bottom: 35px; }
      .node-participant_survey .field--type-string-long.field--name-field-testimonial .form-item label {
        position: static;
        padding: 0 0 10px;
        color: #4f77aa;
        font-size: 18px !important;
        font-weight: 500 !important; }
    .node-participant_survey .field--type-string-long.field--name-field-provide-your-feedback .form-item label, .node-participant_survey .field--type-string-long.field--name-field-additional-suggestions .form-item label {
      position: static;
      padding: 0 0 10px;
      color: #4f77aa;
      font-size: 18px !important;
      font-weight: 500 !important; }
  .node-participant_survey .field--name-field-publish-name-or-not {
    display: none; }

@media (max-width: 1199px) {
  .node-participant_survey {
    /*.field--name-field-whichinstitution-organized,
    div.field--name-field-location-of-event{
    	width: 100%;
    	padding: 0;
    }	*/ }
    .node-participant_survey .survey-note,
    .node-participant_survey .survey-description {
      padding-left: 25px;
      padding-right: 25px; } }
/********************/
/*survey form*/
/*file path - themes/custom/clear/scss2/survey/_survey.scss*/
.node-survey .node-survey-form .field--type-string-long {
  margin-bottom: 50px; }
  .node-survey .node-survey-form .field--type-string-long.field--name-field-provide-your-feedback, .node-survey .node-survey-form .field--type-string-long.field--name-field-additional-suggestions {
    margin-bottom: 20px; }
    .node-survey .node-survey-form .field--type-string-long.field--name-field-provide-your-feedback .form-item label, .node-survey .node-survey-form .field--type-string-long.field--name-field-additional-suggestions .form-item label {
      position: static;
      padding: 0 0 10px;
      color: #4f77aa;
      font-size: 18px;
      font-weight: 500; }
.node-survey .node-survey-form .field-group-fieldset .panel-title {
  font-weight: 700;
  color: #808080; }
.node-survey .node-survey-form #agree-disagree-sentences .panel-title {
  font-weight: 500;
  color: #808080; }
  .node-survey .node-survey-form #agree-disagree-sentences .panel-title:before {
    content: '3.';
    display: inline-block;
    padding-right: 5px; }
.node-survey .node-survey-form #regarding-glocal-website .panel-title {
  font-weight: 500;
  color: #808080; }
  .node-survey .node-survey-form #regarding-glocal-website .panel-title:before {
    content: '4.';
    display: inline-block;
    padding-right: 5px; }
.node-survey .survey-description {
  padding: 0 50px 5px;
  color: #777;
  font-size: 12px;
  margin-bottom: 15px; }

@media (max-width: 1199px) {
  .node-survey .node-survey-form .survey-description {
    padding-left: 25px;
    padding-right: 25px; } }
/********************/

/*# sourceMappingURL=seperate.css.map */
