@charset "UTF-8";
/* line 1, ../sass/_tools.scss */
.contextual {
  top: -12px;
}

/* line 8, ../sass/_tools.scss */
.tabs {
  width: 100%;
}

@media (max-width: 575px) {
  /* line 12, ../sass/_tools.scss */
  .no-gutter-xs {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /* line 18, ../sass/_tools.scss */
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../sass/_tools.scss */
  .no-gutter-md {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, ../sass/_global.scss */
.h1 {
  font-size: 30px;
  font-weight: 700;
}

/* line 6, ../sass/_global.scss */
.site-name-slogan {
  display: none !important;
  visibility: hidden !important;
}

/* line 11, ../sass/_global.scss */
.h2, h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

/* line 17, ../sass/_global.scss */
.h3 {
  font-size: 32px;
}

/* line 21, ../sass/_global.scss */
.h4 {
  font-size: 18px;
}

/* line 25, ../sass/_global.scss */
p {
  margin: 0;
}

/* line 29, ../sass/_global.scss */
.block {
  border: 1px solid #bdbdbd;
}

/* line 37, ../sass/_global.scss */
body.fixed {
  overflow: hidden;
}

/* line 41, ../sass/_global.scss */
.cins-inline {
  display: inline-block;
}

/* line 45, ../sass/_global.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 50, ../sass/_global.scss */
a:hover {
  text-decoration: none;
}

/* line 54, ../sass/_global.scss */
input,
.form-control {
  border-radius: 0;
  border: 0;
}
/* line 59, ../sass/_global.scss */
input:hover, input:focus,
.form-control:hover,
.form-control:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
}

/* line 67, ../sass/_global.scss */
.social_links {
  text-align: right;
}
/* line 70, ../sass/_global.scss */
.social_links p, .social_links ul {
  display: inline-block;
  vertical-align: middle;
}
/* line 75, ../sass/_global.scss */
.social_links ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* line 81, ../sass/_global.scss */
.social_links a {
  display: block;
  font-size: 0;
  text-align: center;
  color: white;
}
/* line 90, ../sass/_global.scss */
.social_links a span::before {
  font-size: 18px;
}

/* line 96, ../sass/_global.scss */
a.social_linkedin {
  background-color: #0077B5;
}

/* line 99, ../sass/_global.scss */
a.social_facebook {
  background-color: #3b5999;
}

/* line 102, ../sass/_global.scss */
a.social_twitter {
  background-color: #55acee;
}

/* line 105, ../sass/_global.scss */
a.social_instagram {
  background-color: #e4405f;
}

/* line 109, ../sass/_global.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 113, ../sass/_global.scss */
.form-control {
  background-color: #f2f2f2;
}

/* line 117, ../sass/_global.scss */
button,
.button {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 35px;
  background: #faab0e;
  color: #313131;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .3s;
  cursor: pointer;
}
/* line 139, ../sass/_global.scss */
button:hover,
.button:hover {
  background: #313131;
  color: #f2f2f2;
}

/* line 145, ../sass/_global.scss */
.block-system-breadcrumb-block {
  font-size: 13px;
}
/* line 148, ../sass/_global.scss */
.block-system-breadcrumb-block ol {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
/* line 154, ../sass/_global.scss */
.block-system-breadcrumb-block ol li {
  display: inline-block;
}
/* line 158, ../sass/_global.scss */
.block-system-breadcrumb-block ol li:not(:first-of-type)::before {
  content: '>';
  display: block;
  float: left;
  margin: 0 3px;
}

/* line 171, ../sass/_global.scss */
#pre-header-wrapper,
#header-wrapper,
#pre-footer-wrapper,
#footer-wrapper {
  background: #f2f2f2;
}

/* back to top */
/* line 179, ../sass/_global.scss */
.back-to-top {
  position: fixed;
  bottom: 60px;
  left: calc(90% - 35px);
  z-index: 200;
  width: 60px;
  height: 60px;
  transition: .3s;
  text-align: center;
  background: #313131;
  color: #f2f2f2;
  cursor: pointer;
  opacity: .7;
}
/* line 199, ../sass/_global.scss */
.back-to-top::after {
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
  color: #313131;
}
/* line 208, ../sass/_global.scss */
.back-to-top:hover {
  opacity: 1;
}

/* line 213, ../sass/_global.scss */
#fancy-cover {
  display: none;
  position: absolute;
  background: rgba(49, 49, 49, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/_header.scss */
.navbar {
  padding: 0;
}

/* line 5, ../sass/_header.scss */
.navbar-toggler-icon {
  color: #313131;
}

/* line 9, ../sass/_header.scss */
.block-brand {
  margin: 0;
  padding: 15px 0;
}

/* line 14, ../sass/_header.scss */
#pre-header-wrapper,
#header-wrapper,
#navigation-wrapper {
  border-bottom: 2px solid #313131;
  transition: .3s;
}

/* line 21, ../sass/_header.scss */
#pre-header-wrapper > .row > .col > .container > .row {
  align-items: center;
  justify-content: space-between;
}

/* line 26, ../sass/_header.scss */
#navigation-wrapper {
  background: white;
}
/* line 30, ../sass/_header.scss */
#navigation-wrapper #navigation-main > .container > .row {
  width: 100%;
}
/* line 34, ../sass/_header.scss */
#navigation-wrapper #navigation-main .navbar-nav {
  align-items: center;
  justify-content: space-around;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 41, ../sass/_header.scss */
#navigation-wrapper #navigation-main .dropdown-menu {
  position: absolute;
}

/* line 47, ../sass/_header.scss */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  transition: .3s;
}
/* line 60, ../sass/_header.scss */
.sticky::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 0;
  z-index: 3;
  transition: .3s;
}

/* line 78, ../sass/_header.scss */
#block-cins-theme-main-menu {
  width: 100%;
}

/* line 82, ../sass/_header.scss */
.block-search-form-block-wrapper {
  display: block;
  margin: 0 0 0 auto;
}
/* line 86, ../sass/_header.scss */
.block-search-form-block-wrapper #open_large_search span {
  font-size: 28px;
  float: right;
  cursor: pointer;
}
/* line 93, ../sass/_header.scss */
.block-search-form-block-wrapper #open_large_search span:hover {
  color: #faab0e;
}
/* line 98, ../sass/_header.scss */
.block-search-form-block-wrapper #close_large_search {
  position: absolute;
  top: 150px;
  right: 150px;
  z-index: 11;
}
/* line 107, ../sass/_header.scss */
.block-search-form-block-wrapper #close_large_search span {
  cursor: pointer;
  font-size: 28px;
  color: #f2f2f2;
}
/* line 113, ../sass/_header.scss */
.block-search-form-block-wrapper #close_large_search span:hover {
  color: #faab0e;
}
/* line 119, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 132, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content {
  width: 90%;
  max-width: 992px;
  margin: 30% auto;
  border-bottom: 3px solid #f2f2f2;
}
/* line 140, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content form {
  padding-bottom: 15px;
}
/* line 143, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content form .form-group {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
/* line 149, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content form > div {
  display: inline-block;
}
/* line 154, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-item {
  width: calc(100% - 80px);
}
/* line 157, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-item input {
  display: block;
  padding: 0 15px;
  height: 50px;
  font-size: 26px;
  font-weight: 400;
  background-color: transparent;
  color: #f2f2f2;
}
/* line 170, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-item input:focus {
  box-shadow: none;
}
/* line 176, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-actions {
  width: 80px;
  text-align: center;
}
/* line 181, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-actions button {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}
/* line 190, ../sass/_header.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-actions button::before {
  content: "";
  font-family: 'icomoon', arial, sans-serif;
  font-size: 30px;
  font-size: 400;
  color: #f2f2f2;
}

/* line 207, ../sass/_header.scss */
#navbar > .navbar-nav li {
  position: relative;
  background-color: transparent !important;
}
/* line 213, ../sass/_header.scss */
#navbar > .navbar-nav > li {
  padding: 8px 0;
}
/* line 216, ../sass/_header.scss */
#navbar > .navbar-nav > li > a,
#navbar > .navbar-nav > li > span {
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: center;
  color: #313131;
}
/* line 228, ../sass/_header.scss */
#navbar > .navbar-nav > li > a:hover,
#navbar > .navbar-nav > li > span:hover {
  color: #faab0e;
}
/* line 233, ../sass/_header.scss */
#navbar > .navbar-nav > li > a:hover, #navbar > .navbar-nav > li.show > a, #navbar > .navbar-nav > li.active > a,
#navbar > .navbar-nav > li > span:hover, #navbar > .navbar-nav > li.show > span, #navbar > .navbar-nav > li.active > span {
  color: #faab0e;
}
/* line 242, ../sass/_header.scss */
#navbar > .navbar-nav > li .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.5);
}
/* line 253, ../sass/_header.scss */
#navbar > .navbar-nav > li .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 25px;
}
/* line 257, ../sass/_header.scss */
#navbar > .navbar-nav > li .dropdown-menu .dropdown-item:hover, #navbar > .navbar-nav > li .dropdown-menu .dropdown-item.active {
  color: #faab0e;
  background-color: #313131;
}

/* line 1, ../sass/_footer.scss */
#pre-footer-wrapper,
#footer-wrapper {
  border-top: 2px solid #313131;
}

/* line 8, ../sass/_footer.scss */
#pre-footer-wrapper .block-menu ul {
  list-style: none;
}
/* line 12, ../sass/_footer.scss */
#pre-footer-wrapper .block-menu ul, #pre-footer-wrapper .block-menu ul li {
  display: block;
}
/* line 19, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content > div {
  padding: 8px 0;
}
/* line 22, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content > div span {
  display: inline-block;
  vertical-align: top;
}
/* line 27, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content > div span.icon {
  font-size: 28px;
  margin-right: 15px;
}
/* line 32, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content > div span:not(.icon) {
  max-width: calc(100% - 50px);
}
/* line 39, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content > div.help_phone span,
#pre-footer-wrapper #block-need-help .content > div.help_contact span {
  vertical-align: middle;
}
/* line 44, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content > div + > div {
  border-top: 1px solid #f2f2f2;
}
/* line 48, ../sass/_footer.scss */
#pre-footer-wrapper #block-need-help .content .help_locate {
  display: block;
  margin: 0 auto;
  max-width: 270px;
}

/* line 1, ../sass/_colors.scss */
a {
  color: #faab0e;
}
/* line 4, ../sass/_colors.scss */
a:hover {
  color: #313131;
}

/* line 1, ../sass/_forms.scss */
#contact-message-newsletter-form {
  text-align: center;
}

/* line 5, ../sass/_forms.scss */
.grecaptcha-badge {
  display: none;
}

/* line 9, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-bar {
  background-color: #000000;
}
/* line 12, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active, #toolbar-administration.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus, #toolbar-administration.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover {
  color: #faab0e;
  background-image: -webkit-linear-gradient(rgba(250, 171, 14, 0.4) 40%, transparent 200%);
  background-image: linear-gradient(rgba(250, 171, 14, 0.4) 40%, transparent 200%);
}
/* line 19, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon {
  padding-left: 3em;
}
/* line 23, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon::before {
  top: auto;
  font-size: 1.4em;
  color: #ffffff;
  background-image: none;
  font-weight: 700;
}
/* line 30, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon.is-active::before, #toolbar-administration.toolbar .toolbar-icon:hover::before, #toolbar-administration.toolbar .toolbar-icon:focus::before, #toolbar-administration.toolbar .toolbar-item:hover, #toolbar-administration.toolbar .toolbar-item:focus {
  color: #faab0e;
  text-decoration: none;
}
/* line 35, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-menu .toolbar-icon::before {
  color: #303030;
}
/* line 40, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-toggle-orientation .toolbar-icon::before {
  color: #303030;
}
/* line 44, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-escape-admin::before, #toolbar-administration.toolbar .toolbar-icon-escape-admin.is-active::before, #toolbar-administration.toolbar .toolbar-icon-escape-admin:active::before {
  content: "\f053";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 47, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-shortcut::before, #toolbar-administration.toolbar .toolbar-icon-shortcut.is-active::before, #toolbar-administration.toolbar .toolbar-icon-shortcut:active::before {
  content: "\f005";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 50, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-menu::before, #toolbar-administration.toolbar .toolbar-icon-menu.is-active::before, #toolbar-administration.toolbar .toolbar-icon-menu:active::before {
  content: "\f0c9";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 53, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-help::before, #toolbar-administration.toolbar .toolbar-icon-help.is-active::before, #toolbar-administration.toolbar .toolbar-icon-help:active::before {
  content: "\f128";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 56, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-edit::before, #toolbar-administration.toolbar .toolbar-icon-edit.is-active::before, #toolbar-administration.toolbar .toolbar-icon-edit:active::before {
  content: "\f303";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 59, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-user::before, #toolbar-administration.toolbar .toolbar-icon-user.is-active::before, #toolbar-administration.toolbar .toolbar-icon-user:active::before {
  content: "\f406";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 62, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-devel::before, #toolbar-administration.toolbar .toolbar-icon-devel.is-active::before, #toolbar-administration.toolbar .toolbar-icon-devel:active::before {
  content: "\f013";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 65, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-admin-toolbar-tools-help::before {
  top: 0;
  left: 0;
  width: 52px;
  background-image: url(../images/logo_cins.svg);
}
/* line 71, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-views-viewviews-dashboard-dashboard::before {
  content: "\f00a";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 74, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-system-admin-content::before {
  content: "\f15c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 77, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-system-admin-structure::before {
  content: "\f03a";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 80, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-system-themes-page::before {
  content: "\f1fc";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 83, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-system-modules-list::before {
  content: "\f12e";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 86, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-system-admin-config::before {
  content: "\f0ad";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 89, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-entity-user-collection::before {
  content: "\f0c0";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 92, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-system-admin-reports::before {
  content: "\f080";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 95, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-help-main::before {
  content: "\f128";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 98, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-toggle-vertical::before {
  text-indent: 0;
  content: "\f0a8";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 102, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-icon-toggle-horizontal::before {
  text-indent: 0;
  content: "\f0aa";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 106, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-tray-horizontal {
  border-bottom: 2px solid #faab0e;
}
/* line 109, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-tray-vertical {
  border-right: 2px solid #faab0e;
}
/* line 113, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-menu .menu-item a {
  color: #303030;
}
/* line 115, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-menu .menu-item a:focus, #toolbar-administration.toolbar .toolbar-menu .menu-item a:hover, #toolbar-administration.toolbar .toolbar-menu .menu-item a.is-active {
  background-color: #faab0e;
  text-decoration: none;
}
/* line 120, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-menu li.menu-item--expanded {
  position: relative;
}
/* line 122, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-menu li.menu-item--expanded ul li.menu-item--expanded {
  background-image: none;
}
/* line 124, ../sass/_admin.scss */
#toolbar-administration.toolbar .toolbar-menu li.menu-item--expanded ul li.menu-item--expanded::after {
  display: block;
  position: absolute;
  right: 5px;
  top: 40%;
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  font-weight: 700;
  color: #303030;
}

/* line 137, ../sass/_admin.scss */
#toolbar-item-administration-tray {
  background-color: #faab0e;
}

/* line 141, ../sass/_admin.scss */
body.path-user .block-block-newsletter-block-wrapper, body.path-user footer {
  display: none;
}
/* line 144, ../sass/_admin.scss */
body.path-user label {
  margin-top: 20px;
  margin-bottom: 0px;
}
/* line 148, ../sass/_admin.scss */
body.path-user input, body.path-user input:active, body.path-user input:focus, body.path-user input:hover {
  border: 1px solid #dedede !important;
}
/* line 151, ../sass/_admin.scss */
body.path-user div.description {
  font-size: 0.7rem;
  margin-bottom: 10px;
}
/* line 155, ../sass/_admin.scss */
body.path-user p {
  margin: 1rem 0;
}

/* line 160, ../sass/_admin.scss */
.dashboard-category-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 40px;
}
/* line 165, ../sass/_admin.scss */
.dashboard-category-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: #ececec;
}

/* line 178, ../sass/_admin.scss */
.dashboard-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
/* line 182, ../sass/_admin.scss */
.dashboard-card a {
  display: block;
  height: 100%;
  padding: 15px 5px;
  border: 1px solid #ececec;
  transition: .3s;
  font-size: 20px;
  text-align: center;
}
/* line 194, ../sass/_admin.scss */
.dashboard-card a:hover {
  transform: scale(1.05);
  background: rgba(250, 171, 14, 0.1);
  box-shadow: 0 0 20px #ececec;
}
/* line 201, ../sass/_admin.scss */
.dashboard-card a i {
  display: block;
  margin-bottom: 15px;
  font-size: 50px;
  color: #faab0e;
}

/* line 3, ../sass/paragraphs/_paragraph--type--bp-accordion.scss */
.paragraph--type--bp-accordion .paragraph__column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 8, ../sass/paragraphs/_paragraph--type--bp-accordion.scss */
.paragraph--type--bp-accordion .card {
  border: none;
  border-radius: 0;
}
/* line 12, ../sass/paragraphs/_paragraph--type--bp-accordion.scss */
.paragraph--type--bp-accordion .card .card-header {
  background: #000;
  color: #fff;
}
/* line 16, ../sass/paragraphs/_paragraph--type--bp-accordion.scss */
.paragraph--type--bp-accordion .card .card-header:first-child {
  border-radius: 0;
}
/* line 21, ../sass/paragraphs/_paragraph--type--bp-accordion.scss */
.paragraph--type--bp-accordion .card .card-block {
  background: #dedede;
}

/* line 2, ../sass/paragraphs/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs {
  display: flex;
  width: 100%;
  margin: 15px 0;
  border: 0;
}
/* line 9, ../sass/paragraphs/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  transition: 0.5s;
}
/* line 23, ../sass/paragraphs/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li:hover {
  background: #000;
  color: #fff;
}
/* line 28, ../sass/paragraphs/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li a {
  width: 100%;
  height: 100%;
}
/* line 34, ../sass/paragraphs/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li.active {
  background: #000;
  color: #fff;
}
/* line 38, ../sass/paragraphs/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000;
}

/* Button redirect */
/* line 2, ../sass/paragraphs/_redirect-button.scss */
.cins-paragraph-button-redirect {
  position: relative;
  padding: 20px 30px;
  margin: 10px 0;
  background: transparent;
  color: #000;
  text-align: left;
  transition: 0.5s;
  border: 1px solid #000;
}
/* line 15, ../sass/paragraphs/_redirect-button.scss */
.cins-paragraph-button-redirect:hover {
  background: #000;
}
/* line 19, ../sass/paragraphs/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper {
  margin-right: 50px;
}
@media (max-width: 767px) {
  /* line 19, ../sass/paragraphs/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper {
    margin-right: 35px;
  }
}
/* line 27, ../sass/paragraphs/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
}
@media (max-width: 767px) {
  /* line 27, ../sass/paragraphs/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
    font-size: 25px;
  }
}
/* line 37, ../sass/paragraphs/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 37, ../sass/paragraphs/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
    font-size: 15px;
  }
}

/* Button redirect */
/* line 2, ../sass/paragraphs/_simple-button.scss */
.cins-paragraph-simple-button {
  padding: 20px 30px;
  margin: 10px 0;
  background: transparent;
  color: #000;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #000;
}
/* line 13, ../sass/paragraphs/_simple-button.scss */
.cins-paragraph-simple-button:hover {
  background: #000;
}
