/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 6, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin: 0.625rem;
  padding: 0.625rem;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
/* line 15, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item.g-infolist-with-icon, .g-infolist .g-infolist-item.g-infolist-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only all and (max-width: 47.938rem) {
  .g-infolist .g-infolist-item.g-infolist-with-icon, .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
/* line 24, templates/aii-template/custom/scss/_infolist.scss */
/* line 25, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-compact .g-infolist-item {
  margin-bottom: 0.5rem;
}
/* line 30, templates/aii-template/custom/scss/_infolist.scss */
/* line 31, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
/* line 36, templates/aii-template/custom/scss/_infolist.scss */
/* line 37, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.spaced .g-infolist-item {
  padding: 0.5rem 0 2rem 0;
}
/* line 41, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon, .g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
/* line 44, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.left, .g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
/* line 46, templates/aii-template/custom/scss/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.left, .dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
/* line 50, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.left.browser, .g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
/* line 52, templates/aii-template/custom/scss/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.left.browser, .dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
/* line 58, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.right, .g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
/* line 61, templates/aii-template/custom/scss/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.right, .dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
/* line 66, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.right.browser, .g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
/* line 69, templates/aii-template/custom/scss/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.right.browser, .dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-infolist .g-infolist-item-icon, .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 81, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-img {
  min-width: 156px;
}
/* line 83, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-img.center {
  margin: 0.5rem 0;
}
/* line 86, templates/aii-template/custom/scss/_infolist.scss */
/* line 87, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-img.avatar img {
  border-radius: 100%;
  border: 2px solid #fff;
}
/* line 94, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon {
  font-size: 2rem;
  color: #135ba2;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #135ba2;
  border-radius: 100%;
}
/* line 102, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon .fa {
  vertical-align: sub;
}
/* line 106, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.left {
  text-align: right;
}
/* line 109, templates/aii-template/custom/scss/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.left {
  text-align: left;
}
/* line 114, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
  margin: 0 auto !important;
  margin-bottom: 0.938rem;
}
/* line 123, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-icon.right {
  text-align: left;
}
/* line 126, templates/aii-template/custom/scss/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-icon.right {
  text-align: right;
}
/* line 132, templates/aii-template/custom/scss/_infolist.scss */
@media only all and (max-width: 47.938rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
/* line 137, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-title {
  margin: 0.938rem 0 0 0;
  font-family: "darwin";
  padding-bottom: 0.625rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
/* line 146, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.8rem;
  font-size: 1.2rem;
  opacity: 0.7;
}
/* line 153, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 161, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
/* line 165, templates/aii-template/custom/scss/_infolist.scss */
/* line 166, templates/aii-template/custom/scss/_infolist.scss */
/* line 167, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 175, templates/aii-template/custom/scss/_infolist.scss */
/* line 176, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
}
/* line 179, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 183, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
/* line 188, templates/aii-template/custom/scss/_infolist.scss */
/* line 189, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item {
  width: 30.66667%;
}
/* line 191, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 198, templates/aii-template/custom/scss/_infolist.scss */
/* line 199, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
}
/* line 202, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 207, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 213, templates/aii-template/custom/scss/_infolist.scss */
/* line 214, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
/* line 217, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 222, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 227, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.938rem) {
  /* line 235, templates/aii-template/custom/scss/_infolist.scss */
  /* line 236, templates/aii-template/custom/scss/_infolist.scss */
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 245, templates/aii-template/custom/scss/_infolist.scss */
/* line 246, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
/* line 252, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
/* line 258, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
/* line 265, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Raleway";
  font-weight: bold;
  margin: 0;
}
/* line 274, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
/* line 277, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
/* line 283, templates/aii-template/custom/scss/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
/* line 1, templates/aii-template/custom/scss/_search.scss */
.g5-search {
  margin-bottom: 0;
}
/* line 4, templates/aii-template/custom/scss/_search.scss */
.g5-search input[type="search"] {
  margin-bottom: 0;
  border: 1px solid #d3d2d2;
  background: #d5d5d5;
  margin-left: 8px;
  max-width: 50%;
  color: #6d6969;
}
/* line 13, templates/aii-template/custom/scss/_search.scss */
.g5-search input[type="search"]:focus {
  box-shadow: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #135ba2;
  border-radius: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}
/* line 1, templates/aii-template/custom/scss/_popupmodule.scss */
.g-popupmodule-module-wrapper {
  display: none;
}
/* line 1, templates/aii-template/custom/scss/_slideshow.scss */
/* line 2, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 6, templates/aii-template/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 12, templates/aii-template/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 21, templates/aii-template/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 27, templates/aii-template/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 75rem) and (max-width: 94.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 38, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-overlay-container {
  width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 75rem) and (max-width: 94.938rem) {
  .g-slideshow .g-overlay-container {
    width: 75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
/* line 57, templates/aii-template/custom/scss/_slideshow.scss */
/* line 58, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
/* line 62, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 70, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 75, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #135ba2;
}
/* line 77, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 82, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
/* line 87, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #135ba2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 91, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #1770c7;
  border-color: #1770c7;
}
/* line 96, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
/* line 99, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 106, templates/aii-template/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 114, templates/aii-template/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
/* line 118, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #135ba2;
  color: #135ba2;
}
/* line 122, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #135ba2;
  border-color: #135ba2;
  color: #fff;
}
/* line 130, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 133, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 {
  padding: 70px 0;
}
/* line 135, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 143, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 150, templates/aii-template/custom/scss/_slideshow.scss */
/* line 151, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
/* line 153, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #fff;
  border-color: #fff;
  color: #1a1a1a;
}
/* line 157, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 163, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #fff;
  color: #fff;
}
/* line 166, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 174, templates/aii-template/custom/scss/_slideshow.scss */
/* line 175, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 179, templates/aii-template/custom/scss/_slideshow.scss */
/* line 180, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 183, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 188, templates/aii-template/custom/scss/_slideshow.scss */
/* line 189, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
/* line 198, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
/* line 203, templates/aii-template/custom/scss/_slideshow.scss */
/* line 204, templates/aii-template/custom/scss/_slideshow.scss */
/* line 205, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #424753 !important;
}
/* line 208, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #424753;
}
/* line 213, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 216, templates/aii-template/custom/scss/_slideshow.scss */
/* line 217, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 221, templates/aii-template/custom/scss/_slideshow.scss */
/* line 222, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 226, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 229, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 232, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 235, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 238, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 241, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 244, templates/aii-template/custom/scss/_slideshow.scss */
/* line 245, templates/aii-template/custom/scss/_slideshow.scss */
/* line 246, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 251, templates/aii-template/custom/scss/_slideshow.scss */
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
/* line 256, templates/aii-template/custom/scss/_slideshow.scss */
/* line 257, templates/aii-template/custom/scss/_slideshow.scss */
/* line 258, templates/aii-template/custom/scss/_slideshow.scss */
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 1, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 2, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 6, templates/aii-template/custom/scss/_slideshow-joomla.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 12, templates/aii-template/custom/scss/_slideshow-joomla.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 21, templates/aii-template/custom/scss/_slideshow-joomla.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 27, templates/aii-template/custom/scss/_slideshow-joomla.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 75rem) and (max-width: 94.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 38, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-overlay-container {
  width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 75rem) and (max-width: 94.938rem) {
  .g-slideshow .g-overlay-container {
    width: 75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
/* line 57, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 58, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
/* line 62, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 70, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-article-details {
  margin-bottom: 15px;
  font-size: 90%;
}
/* line 73, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-article-details > span {
  margin-right: 10px;
}
/* line 75, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 78, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-article-details > span i {
  margin-right: 5px;
}
/* line 82, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-article-details.details-showbottom {
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 87, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 92, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #135ba2;
}
/* line 94, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 99, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-article-read-more {
  margin-top: 15px;
}
/* line 102, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 105, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style2 {
  padding: 70px 0;
}
/* line 107, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 115, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 122, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 123, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 127, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 128, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 131, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 136, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 137, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
/* line 146, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style3 .g-article-details {
  font-size: 100%;
}
/* line 149, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
/* line 154, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 155, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 156, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow.dark-text .style3 .g-slideshow-title {
  color: #424753 !important;
}
/* line 159, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow.dark-text .style3 .g-slideshow-desc, .g-slideshow.dark-text .style3 .g-article-details {
  color: #424753;
}
/* line 164, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 167, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 168, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 172, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 173, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 177, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 180, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 183, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 186, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 189, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 192, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 195, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 196, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 197, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 202, templates/aii-template/custom/scss/_slideshow-joomla.scss */
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
/* line 207, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 208, templates/aii-template/custom/scss/_slideshow-joomla.scss */
/* line 209, templates/aii-template/custom/scss/_slideshow-joomla.scss */
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 4, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 5, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 9, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-content {
  margin: 0;
}
/* line 11, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 16, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 17, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 18, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.35rem;
}
/* line 21, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
/* line 28, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 29, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
/* line 32, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 33, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
/* line 40, templates/aii-template/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
/* line 47, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
/* line 54, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
/* line 60, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 61, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 62, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
/* line 68, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 76, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 86, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 96, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #ddd;
}
/* line 103, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
/* line 110, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #135ba2;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 120, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 121, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 122, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #0e4174;
}
/* line 128, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-title {
  color: #fff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 133, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #fff;
}
/* line 137, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 142, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
/* line 144, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 148, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
/* line 152, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 158, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 159, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 160, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 166, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 172, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
/* line 178, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
/* line 184, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
/* line 191, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 192, templates/aii-template/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 197, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
/* line 203, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
/* line 209, templates/aii-template/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
/* line 216, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 217, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 218, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 224, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 230, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
/* line 237, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 238, templates/aii-template/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 243, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
/* line 249, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
/* line 254, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 255, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 256, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 262, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 268, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
/* line 274, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
/* line 281, templates/aii-template/custom/scss/_top-news-joomla.scss */
/* line 282, templates/aii-template/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 287, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
/* line 293, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
/* line 299, templates/aii-template/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
/* line 5, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 6, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 7, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
/* line 15, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 20, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
/* line 23, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 24, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
/* line 29, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 30, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
/* line 34, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 35, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* line 45, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
/* line 47, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #4d4d4d;
}
/* line 49, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #135ba2;
}
/* line 54, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6f788c;
}
/* line 58, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
/* line 60, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 63, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
/* line 68, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
/* line 71, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
/* line 75, templates/aii-template/custom/scss/_news-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 79, templates/aii-template/custom/scss/_news-pro-joomla.scss */
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
/* line 84, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 85, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
/* line 92, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
/* line 95, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
/* line 105, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
/* line 107, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "\f053";
}
/* line 111, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
/* line 113, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "\f054";
}
/* line 117, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #135ba2;
}
/* line 121, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
/* line 125, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
/* line 127, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
/* line 134, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 135, templates/aii-template/custom/scss/_news-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
/* line 143, templates/aii-template/custom/scss/_news-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
/* line 153, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 154, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
/* line 159, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 160, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 161, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
/* line 164, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e5;
}
/* line 171, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e5;
}
/* line 176, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 177, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 0.9rem;
}
/* line 181, templates/aii-template/custom/scss/_news-pro-joomla.scss */
/* line 182, templates/aii-template/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
/* line 4, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features {
  margin-left: 0;
  margin-right: 0;
}
/* line 7, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-grid {
  margin-bottom: 1.876rem;
}
/* line 9, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/aii-template/custom/scss/_image-features.scss */
/* line 12, templates/aii-template/custom/scss/_image-features.scss */
/* line 13, templates/aii-template/custom/scss/_image-features.scss */
@media only all and (max-width: 47.938rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/aii-template/custom/scss/_image-features.scss */
/* line 27, templates/aii-template/custom/scss/_image-features.scss */
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-image-features > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  /* line 31, templates/aii-template/custom/scss/_image-features.scss */
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
/* line 37, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 42, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-item {
  background: #fff;
  border: 1px solid #e6e6ea;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media only all and (max-width: 47.938rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 51, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image {
  position: relative;
}
/* line 53, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
/* line 57, templates/aii-template/custom/scss/_image-features.scss */
/* line 58, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "\f0c1";
}
/* line 62, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image.uk-overlay {
  border-radius: 3px 0 0 3px;
}
/* line 64, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image.uk-overlay img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 68, templates/aii-template/custom/scss/_image-features.scss */
/* line 69, templates/aii-template/custom/scss/_image-features.scss */
/* line 70, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image:hover.uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 75, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image .uk-overlay-panel {
  z-index: 4;
}
/* line 79, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-content {
  padding: 20px;
}
/* line 82, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-desc {
  margin: 0;
}
/* line 85, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 88, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-title a {
  color: #4d4d4d;
}
/* line 90, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-title a:hover {
  color: #135ba2;
}
/* line 95, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-bottom-info {
  margin-top: 15px;
}
/* line 98, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-feature-special {
  color: #6f788c;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
/* line 105, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-feature-special i {
  margin-right: 5px;
}
/* line 109, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-link {
  font-style: italic;
  float: right;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
/* line 116, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .g-image-features-link i {
  margin-left: 10px;
}
/* line 120, templates/aii-template/custom/scss/_image-features.scss */
/* line 121, templates/aii-template/custom/scss/_image-features.scss */
.g-image-features .no-special .g-image-features-link {
  float: none;
}
/* line 7, templates/aii-template/custom/scss/_features.scss */
.g-features-particle, .g-features2-particle {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 10, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-grid, .g-features2-particle .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 12, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-grid:last-child, .g-features2-particle .g-grid:last-child {
  margin-bottom: 0;
}
/* line 14, templates/aii-template/custom/scss/_features.scss */
/* line 15, templates/aii-template/custom/scss/_features.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle .g-grid:last-child .g-features-particle-item:last-child, .g-features2-particle .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle .g-grid, .g-features2-particle .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/aii-template/custom/scss/_features.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle .g-features-particle-item, .g-features2-particle .g-features-particle-item, .g-features-particle .g-features2-particle-item, .g-features2-particle .g-features2-particle-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 31, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .size-33, .g-features2-particle .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle .size-33, .g-features2-particle .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 40, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .size-16, .g-features2-particle .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle .size-16, .g-features2-particle .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 48, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-content, .g-features2-particle .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 53, templates/aii-template/custom/scss/_features.scss */
.g-features-particle p, .g-features2-particle p {
  margin: 0;
}
/* line 56, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-button, .g-features2-particle .g-features-particle-button, .g-features-particle .g-features-particle-subs, .g-features2-particle .g-features-particle-subs {
  margin-top: 20px;
}
/* line 62, templates/aii-template/custom/scss/_features.scss */
.g-features-particle {
  text-align: center;
}
/* line 64, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
/* line 67, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-title a {
  color: #4d4d4d;
}
/* line 69, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-title a:hover {
  color: #135ba2;
}
/* line 74, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-icon, .g-features-particle .g-circle-border {
  border-radius: 50%;
  font-size: 2rem;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  color: #135ba2;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 88, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-circle-border {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e0e0e5;
  height: 98px;
  width: 98px;
  left: 1px;
  top: 1px;
  z-index: 1;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
}
/* line 99, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-image {
  margin-bottom: 0.75rem;
  display: inline-block;
}
/* line 103, templates/aii-template/custom/scss/_features.scss */
/* line 104, templates/aii-template/custom/scss/_features.scss */
/* line 105, templates/aii-template/custom/scss/_features.scss */
/* line 106, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-item .g-content:hover .g-features-particle-icon {
  color: #fff;
  background: #135ba2;
}
/* line 110, templates/aii-template/custom/scss/_features.scss */
.g-features-particle .g-features-particle-item .g-content:hover .g-circle-border {
  border-color: #135ba2;
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
/* line 119, templates/aii-template/custom/scss/_features.scss */
/* line 120, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-grid {
  margin-bottom: 1.876rem;
}
/* line 122, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-grid .g-block {
  padding: 0 0.938rem;
}
/* line 125, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-grid:last-child {
  margin-bottom: 0;
}
/* line 127, templates/aii-template/custom/scss/_features.scss */
/* line 128, templates/aii-template/custom/scss/_features.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style6 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style6 .g-grid {
    margin-bottom: 0;
  }
}
/* line 139, templates/aii-template/custom/scss/_features.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style6 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
/* line 144, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-content {
  padding: 3rem 2.5rem;
  background: #fff;
  border: 1px solid #e0e0e5;
}
/* line 149, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-features-particle-icon, .g-features-particle.style6 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
/* line 152, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-features-particle-title {
  margin-bottom: 1.5rem;
}
/* line 155, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-features-particle-button, .g-features-particle.style6 .g-features-particle-subs {
  margin-top: 30px;
}
/* line 158, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e5;
}
/* line 161, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style6 .g-subs-item:last-child {
  border-bottom: none;
}
/* line 166, templates/aii-template/custom/scss/_features.scss */
/* line 167, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-grid {
  margin-bottom: 1.876rem;
}
/* line 169, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-grid .g-block {
  padding: 0 0.938rem;
}
/* line 172, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-grid:last-child {
  margin-bottom: 0;
}
/* line 174, templates/aii-template/custom/scss/_features.scss */
/* line 175, templates/aii-template/custom/scss/_features.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style7 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style7 .g-grid {
    margin-bottom: 0;
  }
}
/* line 186, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-item {
  margin-top: 40px;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style7 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
/* line 192, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-content {
  padding: 25px;
  background: #fff;
  border: 1px solid #e0e0e5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 197, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-content:hover {
  border-color: #a0ad4c;
}
/* line 199, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-content:hover .g-features-particle-icon {
  background: #a0ad4c;
}
/* line 204, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-item-inner {
  margin-top: -64px;
}
/* line 207, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-icon, .g-features-particle.style7 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
/* line 209, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-icon .g-circle-border, .g-features-particle.style7 .g-features-particle-image .g-circle-border {
  display: none;
}
/* line 213, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 0;
  background: #135ba2;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 223, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
/* line 227, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-features-particle-button, .g-features-particle.style7 .g-features-particle-subs {
  margin-top: 30px;
}
/* line 230, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e5;
}
/* line 233, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style7 .g-subs-item:last-child {
  border-bottom: none;
}
/* line 238, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 {
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  text-align: left;
}
/* line 243, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-grid {
  margin-bottom: 0;
}
/* line 245, templates/aii-template/custom/scss/_features.scss */
/* line 246, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-grid:last-child .g-features-particle-item {
  box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.07) inset;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style8 .g-grid:last-child .g-features-particle-item {
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
  }
}
/* line 251, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-grid:last-child .g-features-particle-item:last-child {
  box-shadow: 0 0 20px -20px rgba(0, 0, 0, 0.07) inset;
}
/* line 257, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item {
  padding: 35px 30px 40px;
  box-shadow: -20px -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
}
/* line 260, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:nth-child(1) {
  background: #0f467d;
}
/* line 263, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:nth-child(2) {
  background: #115190;
}
/* line 266, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:nth-child(3) {
  background: #135ba2;
}
/* line 269, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:nth-child(4) {
  background: #1565b4;
}
/* line 272, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:nth-child(5) {
  background: #1770c7;
}
/* line 275, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:nth-child(6) {
  background: #197ad9;
}
/* line 278, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-item:last-child {
  box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style8 .g-features-particle-item {
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
    margin-bottom: 0;
  }
}
/* line 286, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-icon, .g-features-particle.style8 .g-features-particle-image {
  margin-bottom: 10px;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 40px;
}
/* line 295, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-icon .g-circle-border, .g-features-particle.style8 .g-features-particle-image .g-circle-border {
  display: none;
}
/* line 299, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-title {
  color: #fff !important;
  font-size: 1.35rem;
}
/* line 302, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-title a {
  color: #fff;
}
/* line 304, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-title a:hover {
  text-decoration: underline;
}
/* line 309, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-desc, .g-features-particle.style8 .g-features-particle-subs {
  opacity: 0.85;
}
/* line 312, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-button {
  margin-top: 25px;
}
/* line 314, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-button .button {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 320, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8 .g-features-particle-button .button:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}
/* line 326, templates/aii-template/custom/scss/_features.scss */
.g-features-particle.style8.pull-up {
  margin-top: -7.5rem;
  position: relative;
  z-index: 4;
}
/* line 335, templates/aii-template/custom/scss/_features.scss */
/* line 336, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle .g-features2-particle-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 339, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle .g-features2-particle-title a {
  color: #4d4d4d;
}
/* line 341, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle .g-features2-particle-title a:hover {
  color: #135ba2;
}
/* line 346, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle .g-features2-particle-icon {
  margin-right: 20px;
  color: #135ba2;
  font-size: 130%;
}
/* line 351, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle .g-features2-particle-image {
  margin-right: 20px;
  display: inline-block;
}
/* line 355, templates/aii-template/custom/scss/_features.scss */
/* line 356, templates/aii-template/custom/scss/_features.scss */
/* line 357, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style3 .g-grid .g-block {
  padding: 0 1rem;
}
/* line 361, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style3 .g-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.2);
}
/* line 365, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style3 .g-content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0.2);
  border-right: 15px solid transparent;
  position: absolute;
  margin-top: 16px;
  margin-left: -15px;
  z-index: 99;
}
/* line 378, templates/aii-template/custom/scss/_features.scss */
/* line 379, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style4 .g-features2-particle-icon {
  float: left;
  font-size: 55px;
  margin-right: 0;
  color: #646b7e;
}
/* line 385, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style4 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  max-width: 60px;
}
/* line 390, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style4 .g-title-desc-container {
  margin-left: 75px;
}
/* line 393, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style4 .g-features2-particle-title {
  margin-bottom: 10px;
}
/* line 396, templates/aii-template/custom/scss/_features.scss */
/* line 397, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style4 .accent1 .g-features2-particle-icon {
  color: #135ba2;
}
/* line 401, templates/aii-template/custom/scss/_features.scss */
/* line 402, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style4 .accent2 .g-features2-particle-icon {
  color: #a0ad4c;
}
/* line 407, templates/aii-template/custom/scss/_features.scss */
/* line 408, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .g-features2-particle-icon {
  float: left;
  font-size: 24px;
  margin-right: 0;
  color: #595f6f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
  border: 1px solid;
  border-radius: 50%;
}
/* line 421, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  width: 60px;
  height: 60px;
}
/* line 426, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .g-features2-particle-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
/* line 432, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .g-title-desc-container {
  margin-left: 75px;
}
/* line 435, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .g-features2-particle-title {
  margin-bottom: 10px;
}
/* line 438, templates/aii-template/custom/scss/_features.scss */
/* line 439, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .accent1 .g-features2-particle-icon {
  color: #135ba2;
}
/* line 443, templates/aii-template/custom/scss/_features.scss */
/* line 444, templates/aii-template/custom/scss/_features.scss */
.g-features2-particle.style5 .accent2 .g-features2-particle-icon {
  color: #a0ad4c;
}
/* line 5, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 6, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 7, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
/* line 15, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 20, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
/* line 23, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 24, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
/* line 29, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 30, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
/* line 34, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 35, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* line 45, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
/* line 47, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #4d4d4d;
}
/* line 49, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #135ba2;
}
/* line 54, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6f788c;
}
/* line 58, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
/* line 60, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 63, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
/* line 68, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
/* line 71, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
/* line 75, templates/aii-template/custom/scss/_notizie-interne.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 79, templates/aii-template/custom/scss/_notizie-interne.scss */
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
/* line 84, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 85, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
/* line 92, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
/* line 95, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
/* line 105, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
/* line 107, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "\f053";
}
/* line 111, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
/* line 113, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "\f054";
}
/* line 117, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #135ba2;
}
/* line 121, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
/* line 125, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
/* line 127, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
/* line 134, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 135, templates/aii-template/custom/scss/_notizie-interne.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
/* line 143, templates/aii-template/custom/scss/_notizie-interne.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
/* line 153, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 154, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
/* line 159, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 160, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 161, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
/* line 164, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e5;
}
/* line 171, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e5;
}
/* line 176, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 177, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 0.9rem;
}
/* line 181, templates/aii-template/custom/scss/_notizie-interne.scss */
/* line 182, templates/aii-template/custom/scss/_notizie-interne.scss */
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
/* line 51, templates/aii-template/custom/scss/custom.scss */
body {
  line-height: 1.5;
}
/* line 57, templates/aii-template/custom/scss/custom.scss */
.g-logo.g-logo-helium img {
  max-height: 200px;
}
/* line 60, templates/aii-template/custom/scss/custom.scss */
#g-navigation {
  border-bottom: 10px solid #135ba2;
}
/* line 62, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-container {
  background: #135ba2;
}
/* line 69, templates/aii-template/custom/scss/custom.scss */
/* line 70, templates/aii-template/custom/scss/custom.scss */
.g-popupmodule .button {
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.8rem 2rem;
}
/* line 78, templates/aii-template/custom/scss/custom.scss */
/* line 80, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav {
  padding: 20px 50px;
}
/* line 82, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav ul {
  text-align: justify;
}
/* line 85, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
/* line 90, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav ul:before {
  content: '';
  display: block;
}
/* line 95, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav li {
  display: inline-block;
  position: relative;
}
/* line 98, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav li .g-menu-item-container {
  font-size: 1.4rem;
  font-weight: normal;
  overflow-wrap: break-word;
  padding: 0.469rem 0;
  transition: all 0.35s ease 0s;
  white-space: normal;
  word-break: break-all;
  text-transform: uppercase;
}
/* line 110, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel {
  line-height: 0.125;
}
/* line 113, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #135ba2;
  text-transform: none;
  text-align: left;
}
/* line 119, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel {
  background: #f2f8ff;
}
/* line 121, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel .g-go-back a:before {
  display: none;
}
/* line 124, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel .g-menu-item-title {
  font-size: 1.1rem;
}
/* line 127, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel li {
  display: block;
  border-bottom: 1px dotted rgba(213, 217, 255, 1);
}
/* line 139, templates/aii-template/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 5px 0 rgba(247, 208, 51, 1);
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* HOME START  */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* primo-piano  */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 152, templates/aii-template/custom/scss/custom.scss */
/* line 153, templates/aii-template/custom/scss/custom.scss */
#primo-piano .g-slideshow-title {
  padding: 0;
  background: none;
  font-family: "darwin";
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
/* line 161, templates/aii-template/custom/scss/custom.scss */
#primo-piano .g-slideshow-title a {
  color: #fff;
}
/* line 165, templates/aii-template/custom/scss/custom.scss */
#primo-piano .g-slideshow-desc {
  background: none;
  padding: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6) !important;
}
/* line 171, templates/aii-template/custom/scss/custom.scss */
#primo-piano .slideshow-caption {
  background: rgba(24, 57, 83, 0.8);
  padding: 20px;
}
/* line 176, templates/aii-template/custom/scss/custom.scss */
#primo-piano .g-title-separator {
  background: #fff;
  height: 2px;
  margin: 10px 0;
  width: 50px;
}
/* focus home */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 190, templates/aii-template/custom/scss/custom.scss */
/* line 191, templates/aii-template/custom/scss/custom.scss */
#focus .g-top-news .g-top-news-item-image:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 100%);
}
/* line 194, templates/aii-template/custom/scss/custom.scss */
#focus .g-top-news:not(.gutter-disabled) {
  margin-left: 0;
  margin-right: 0;
}
/* line 198, templates/aii-template/custom/scss/custom.scss */
#focus .g-top-news-item-info {
  display: none;
  background: rgba(214, 163, 40, 0.8);
  width: 50%;
  margin-bottom: 50px;
}
/* line 204, templates/aii-template/custom/scss/custom.scss */
#focus a {
  color: #fff;
  font-family: "darwin";
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 213, templates/aii-template/custom/scss/custom.scss */
#focus h4 {
  margin: 0;
  line-height: 1rem;
  margin-bottom: 5px;
  text-shadow: none;
}
/* line 219, templates/aii-template/custom/scss/custom.scss */
#focus .g-article-read-more {
  text-align: right;
}
/* line 221, templates/aii-template/custom/scss/custom.scss */
#focus .g-article-read-more a {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 227, templates/aii-template/custom/scss/custom.scss */
#focus .g-article-read-more .button {
  background: #d6a328;
  border: none;
  border-radius: 0;
  color: #fff;
  position: relative;
  right: 0;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 8px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
/* notizie home */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 254, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie {
  margin-top: 0;
  padding-top: 0;
  /* chairmanship home */
  /* ----------------------------------------------------------------------------------------------------------------------------------------------- */
  /* segretariato home */
  /* ----------------------------------------------------------------------------------------------------------------------------------------------- */
  margin-top: 0px;
}
/* line 257, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie {
  margin-right: 40px;
}
/* line 259, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-content {
  margin: 0;
  padding: 0;
  margin-top: 0.625rem;
  padding-top: 0.938rem;
}
/* line 265, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-info-container {
  background: #35658d;
  color: #fff;
  position: relative;
  top: -40px;
  padding: 30px;
}
/* line 271, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-info-container a {
  color: #fff;
  font-family: "darwin";
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
/* line 279, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-info-container .g-news-pro-desc {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}
/* line 283, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-info-container .g-title-separator {
  background: #fff;
  height: 2px;
  margin: 10px 0;
  width: 50px;
}
/* line 291, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-article-date {
  background: #35658d;
  color: #fff;
  left: 20px;
  padding: 10px;
  position: relative;
  top: -45px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
/* line 302, templates/aii-template/custom/scss/custom.scss */
/* line 303, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-article-read-more a {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 308, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #g-main-notizie .g-article-read-more .button {
  background: #44759e;
  border: none;
  border-radius: 0;
  color: #fff;
  position: relative;
  right: 0;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
/* line 333, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #chairmanship {
  border-top: 10px solid #124e85;
  background: #f2f2f2;
}
/* line 336, templates/aii-template/custom/scss/custom.scss */
/* line 338, templates/aii-template/custom/scss/custom.scss */
/* line 339, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #chairmanship .g-content .g-image-features .g-content {
  padding: 0;
}
/* line 341, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #chairmanship .g-content .g-image-features .g-content .g-image-features-item {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 346, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #chairmanship .g-content .g-image-features .g-content .g-image-features-item .g-image-features-content {
  font-family: "darwin";
  padding: 0 1rem;
  font-size: 1.8rem;
  line-height: 2rem;
}
/* line 364, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #segretariato {
  margin-top: 0.625rem;
  padding-top: 0.938rem;
}
/* line 367, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #segretariato .g-content {
  padding-top: 0px;
  margin-top: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
/* line 372, templates/aii-template/custom/scss/custom.scss */
/* line 373, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #segretariato .g-content .g-image-features .g-particle-intro {
  margin: 10px;
}
/* line 376, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #segretariato .g-content .g-image-features .g-content {
  padding: 0;
}
/* line 378, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie #segretariato .g-content .g-image-features .g-content .g-image-features-item {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 394, templates/aii-template/custom/scss/custom.scss */
/* line 395, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie .g-particle-intro .g-main-title {
  text-align: left;
  text-transform: uppercase;
  color: #818383;
  font-family: "darwin";
  line-height: 1.5rem;
}
/* line 403, templates/aii-template/custom/scss/custom.scss */
#g-container-notizie .g-particle-intro .g-title-separator {
  background: #818383;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* activities-home  */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 414, templates/aii-template/custom/scss/custom.scss */
/* line 415, templates/aii-template/custom/scss/custom.scss */
#activities-home .g-particle-intro .g-main-title {
  color: #818383;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 423, templates/aii-template/custom/scss/custom.scss */
#activities-home .g-particle-intro .g-title-separator {
  background: #818383 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 429, templates/aii-template/custom/scss/custom.scss */
#activities-home .g-features-particle-title {
  font-family: "darwin";
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
/* line 436, templates/aii-template/custom/scss/custom.scss */
/* line 437, templates/aii-template/custom/scss/custom.scss */
#activities-home .g-features-particle-item:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
/* line 445, templates/aii-template/custom/scss/custom.scss */
/* line 446, templates/aii-template/custom/scss/custom.scss */
#activities-home a:hover {
  text-decoration: none;
}
/* line 450, templates/aii-template/custom/scss/custom.scss */
#activities-home .g-features-particle-item {
  padding: 20px 20px;
}
/* eventi home */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 458, templates/aii-template/custom/scss/custom.scss */
#g-eventi {
  margin-right: 40px;
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 462, templates/aii-template/custom/scss/custom.scss */
#g-eventi h3 {
  color: #c99722;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 470, templates/aii-template/custom/scss/custom.scss */
#g-eventi .g-title-separator {
  background: #c99722 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 476, templates/aii-template/custom/scss/custom.scss */
/* line 477, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home {
  margin-top: 3rem;
}
/* line 480, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .evento {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(197, 197, 197, 0.3);
  padding-bottom: 2rem;
}
/* line 486, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .data {
  font-family: "darwin";
  margin-right: 20px;
}
/* line 490, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .anno {
  font-size: 1.5rem;
  background: #c99722;
  text-align: center;
  padding: 10px;
  color: rgba(255, 255, 255, 1);
}
/* line 497, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .mese-giorno {
  font-size: 1.5rem;
  border: 1px solid #c99722;
  text-align: center;
  padding: 10px;
  color: rgba(0, 0, 0, 0.5);
}
/* line 504, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .address {
  text-transform: uppercase;
  font-size: 0.9rem;
}
/* line 505, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .address span {
  margin-left: 20px;
}
/* line 512, templates/aii-template/custom/scss/custom.scss */
/* line 513, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .titolo a {
  display: block;
  color: #c99722;
  font-family: "darwin";
  line-height: 1.2rem !important;
  font-size: 1.1rem;
  text-transform: uppercase;
}
/* line 521, templates/aii-template/custom/scss/custom.scss */
#g-eventi .upcomingevents .eventi-home .titolo a:hover {
  color: #fcad0f;
}
/* rss home */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 537, templates/aii-template/custom/scss/custom.scss */
#g-rss {
  margin-right: 40px;
}
/* line 540, templates/aii-template/custom/scss/custom.scss */
#g-rss h3 {
  color: #135ba2;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 548, templates/aii-template/custom/scss/custom.scss */
#g-rss .g-title-separator {
  background: #135ba2 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 554, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList {
  margin: 3rem 0 0 0;
}
/* line 556, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList .srfrRow {
  padding: 0;
}
/* line 559, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList h3 {
  margin-bottom: 5px;
}
/* line 561, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList h3 a {
  display: block;
  color: #135ba2;
  font-family: "darwin";
  line-height: 1.2rem !important;
  font-size: 1.1rem;
}
/* line 571, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList .srfrFeedSource {
  background: #135ba2;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
}
/* line 576, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList .srfrFeedSource a {
  color: #fff;
}
/* line 581, templates/aii-template/custom/scss/custom.scss */
#g-rss .srfrList .srfrFeedItemDate {
  font-size: 0.8rem;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* HOME FINE  */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO GENERICO - START*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 603, templates/aii-template/custom/scss/custom.scss */
#g-aside {
  margin-right: 20px !important;
}
/* line 607, templates/aii-template/custom/scss/custom.scss */
h1 {
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 2rem;
  font-size: 2rem;
  color: rgba(132, 132, 132, 1);
  margin-bottom: 0;
}
/* line 616, templates/aii-template/custom/scss/custom.scss */
h3 {
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: rgba(132, 132, 132, 1);
  margin-bottom: 0;
}
/* line 625, templates/aii-template/custom/scss/custom.scss */
.g-title-separator {
  background: rgba(132, 132, 132, 1);
  height: 3px;
  margin: 10px 0;
  width: 70px;
}
/* line 628, templates/aii-template/custom/scss/custom.scss */
/* line 629, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document {
  margin-top: 20px;
  padding: 0 !important;
}
/* line 634, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-description {
  border: none;
}
/* line 637, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-box-heading {
  padding: 0;
}
/* line 639, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-box-heading a {
  color: #135ba2;
  text-decoration: none;
}
/* line 642, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-box-heading a:hover {
  color: #fcad0f;
}
/* line 647, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title {
  margin-bottom: 20px;
}
/* line 649, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title a {
  color: #135ba2 !important;
}
/* line 651, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title a:hover {
  color: #fcad0f !important;
}
/* line 656, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-description-details {
  margin-top: 50px;
}
/* line 659, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-description {
  padding: 0;
}
/* line 665, templates/aii-template/custom/scss/custom.scss */
/* line 666, templates/aii-template/custom/scss/custom.scss */
#g-mainconten .g-content {
  padding: 0;
  margin: 0;
}
/* line 670, templates/aii-template/custom/scss/custom.scss */
/* line 671, templates/aii-template/custom/scss/custom.scss */
#g-mainconten .platform-content .moduletable {
  margin-top: 40px;
}
/* line 679, templates/aii-template/custom/scss/custom.scss */
#g-features {
  padding: 0;
  margin-bottom: 50px;
}
/* line 682, templates/aii-template/custom/scss/custom.scss */
#g-features .g-content {
  padding: 0;
  margin: 0;
}
/* Activities page */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 692, templates/aii-template/custom/scss/custom.scss */
/* line 693, templates/aii-template/custom/scss/custom.scss */
#activities .g-title-separator {
  background: #818383;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 696, templates/aii-template/custom/scss/custom.scss */
#activities h1 {
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  font-size: 3rem;
  color: rgba(76, 76, 76, 0.7);
}
/* line 705, templates/aii-template/custom/scss/custom.scss */
#activities h3 {
  height: 80px;
}
/* line 708, templates/aii-template/custom/scss/custom.scss */
#activities a {
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}
/* line 717, templates/aii-template/custom/scss/custom.scss */
#activities .edocman-category {
  padding: 40px 20px;
  color: #fff;
  height: 350px;
}
/* line 722, templates/aii-template/custom/scss/custom.scss */
#activities .edocman-category-end {
  padding: 40px 20px;
  color: #fff;
  height: 80px;
}
/* line 727, templates/aii-template/custom/scss/custom.scss */
#activities .category6 {
  background: #d6a328;
}
/* line 730, templates/aii-template/custom/scss/custom.scss */
#activities .category7 {
  background: #1a819a;
}
/* line 733, templates/aii-template/custom/scss/custom.scss */
#activities .category8 {
  background: #912532;
}
/* line 736, templates/aii-template/custom/scss/custom.scss */
#activities .category9 {
  background: #4a8751;
}
/* line 739, templates/aii-template/custom/scss/custom.scss */
#activities .category10 {
  background: #60a9d5;
}
/* line 742, templates/aii-template/custom/scss/custom.scss */
#activities .category11 {
  background: #575240;
}
/* line 745, templates/aii-template/custom/scss/custom.scss */
#activities .category12 {
  background: rgba(66, 66, 66, 1);
}
/* line 747, templates/aii-template/custom/scss/custom.scss */
#activities .category12 h3 {
  height: 20px;
}
/* line 748, templates/aii-template/custom/scss/custom.scss */
#activities .category12 h3 a {
  float: right;
}
/* last document module */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 761, templates/aii-template/custom/scss/custom.scss */
#g-sidebar {
  padding: 0;
}
/* line 764, templates/aii-template/custom/scss/custom.scss */
/* line 765, templates/aii-template/custom/scss/custom.scss */
#g-sidebar .platform-content .moduletable {
  padding: 0 20px;
}
/* line 767, templates/aii-template/custom/scss/custom.scss */
#g-sidebar .platform-content .moduletable h3 {
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: #33648c;
}
/* line 779, templates/aii-template/custom/scss/custom.scss */
.lastdocuments {
  background: #d4dbe3;
}
/* line 780, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .g-title-separator {
  background: #33648c;
  height: 3px;
  margin: 10px 0;
  width: 70px;
}
/* line 783, templates/aii-template/custom/scss/custom.scss */
.lastdocuments table {
  border: none;
}
/* line 786, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .edocman_document_list {
  margin-top: 20px;
}
/* line 789, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .edocman_document {
  border: none;
  padding: 0px 0px 0px 0px;
}
/* line 793, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .edicon {
  font-size: 2rem;
  color: #33648c;
}
/* line 798, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .icona {
  padding: 10px 0;
}
/* line 801, templates/aii-template/custom/scss/custom.scss */
.lastdocuments a {
  color: rgba(79, 78, 78, 1);
}
/* line 804, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .uk-grid + .uk-grid, .lastdocuments .uk-grid-margin, .lastdocuments .uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/* line 807, templates/aii-template/custom/scss/custom.scss */
.lastdocuments .row {
  border-bottom: 1px solid #33648c;
}
/* search document module */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 821, templates/aii-template/custom/scss/custom.scss */
.searchdoc {
  background: #d4dbe3;
  margin: 70px 20px !important;
  padding: 20px !important;
}
/* line 825, templates/aii-template/custom/scss/custom.scss */
.searchdoc td {
  border: none;
  padding: 0;
}
/* line 829, templates/aii-template/custom/scss/custom.scss */
.searchdoc .g-title-separator {
  background: #33648c;
  height: 3px;
  margin: 10px 0;
  width: 70px;
}
/* line 834, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti {
  margin-top: 30px;
}
/* line 836, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti h3 {
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: rgba(132, 132, 132, 1);
}
/* line 844, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .g-title-separator {
  background: rgba(132, 132, 132, 1);
  height: 3px;
  margin: 10px 0;
  width: 70px;
}
/* line 847, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti ul {
  list-style: none;
  margin: 10px 0;
}
/* line 851, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .row {
  margin: 3px 0;
}
/* line 854, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria6 {
  background: #d6a328;
}
/* line 857, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria7 {
  background: #1a819a;
}
/* line 860, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria8 {
  background: #912532;
}
/* line 863, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria9 {
  background: #4a8751;
}
/* line 866, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria10 {
  background: #60a9d5;
}
/* line 869, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria11 {
  background: #575240;
}
/* line 872, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .categoria12 {
  background: #424242;
}
/* line 875, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti .content {
  padding-left: 40px;
}
/* line 878, templates/aii-template/custom/scss/custom.scss */
.categoriedocumenti a {
  padding: 10px;
  display: block;
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 1.1rem;
  margin-top: 15px;
  color: #fff;
}
/* Activities page - singola categoria */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 895, templates/aii-template/custom/scss/custom.scss */
/* line 896, templates/aii-template/custom/scss/custom.scss */
#single-activities .g-title-separator {
  background: rgba(132, 132, 132, 1);
  height: 3px;
  margin: 10px 0;
  width: 70px;
}
/* line 900, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate6 {
  padding: 40px;
  background: #d6a328;
}
/* line 904, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate7 {
  padding: 40px;
  background: #1a819a;
}
/* line 908, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate36 {
  padding: 40px;
  background: #1a819a;
}
/* line 912, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate37 {
  padding: 40px;
  background: #1a819a;
}
/* line 916, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate8 {
  padding: 40px;
  background: #912532;
}
/* line 920, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate9 {
  padding: 40px;
  background: #4a8751;
}
/* line 924, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate10 {
  padding: 40px;
  background: #60a9d5;
}
/* line 928, templates/aii-template/custom/scss/custom.scss */
#single-activities .imagecate11 {
  padding: 40px;
  background: #575240;
}
/* line 932, templates/aii-template/custom/scss/custom.scss */
#single-activities .content {
  padding-left: 40px;
}
/* line 936, templates/aii-template/custom/scss/custom.scss */
#single-activities .edocman-page-heading {
  padding: 10px;
  display: block;
  font-family: "darwin";
  text-align: left;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 2.5rem;
  margin-top: 15px;
  color: rgba(132, 132, 132, 1);
}
/* Activities page - singola categoria lista documenti */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 952, templates/aii-template/custom/scss/custom.scss */
/* line 953, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-box-heading {
  background: none;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding: 4px 8px;
  margin: 0;
  border: none;
}
/* line 964, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document {
  padding: 20px 0;
  border-bottom: 1px solid #818383;
}
/* line 968, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title {
  font-family: "darwin";
}
/* line 970, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title .edicon {
  font-size: 2rem;
}
/* line 973, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title a {
  color: rgba(98, 98, 98, 1);
}
/* line 975, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-document-title a:hover {
  color: #d37d28;
}
/* line 980, templates/aii-template/custom/scss/custom.scss */
#edocman-documents .edocman-taskbar {
  float: right;
}
/* line 987, templates/aii-template/custom/scss/custom.scss */
/* line 992, templates/aii-template/custom/scss/custom.scss */
/* line 993, templates/aii-template/custom/scss/custom.scss */
#g-footer a {
  color: rgba(255, 255, 255, 0.64);
}
/* line 995, templates/aii-template/custom/scss/custom.scss */
#g-footer a:hover {
  color: #fcad0f;
}
/* line 999, templates/aii-template/custom/scss/custom.scss */
#g-footer h4 {
  color: #fff;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 1008, templates/aii-template/custom/scss/custom.scss */
#g-footer .g-title-separator {
  background: #fff;
  height: 3px;
  margin: 10px 0;
  width: 70px;
}
/* line 1013, templates/aii-template/custom/scss/custom.scss */
#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(140, 140, 140, 0.2);
}
/* line 1018, templates/aii-template/custom/scss/custom.scss */
#edocman-categories .edocman-box-heading {
  border-radius: none;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding: 4px 8px;
  margin: 0;
}
/* line 1027, templates/aii-template/custom/scss/custom.scss */
.contatti-pagina {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1028, templates/aii-template/custom/scss/custom.scss */
.contatti-pagina p {
  margin: 5px 0;
}
/* line 1031, templates/aii-template/custom/scss/custom.scss */
.contatti-pagina strong {
  font-family: "darwin";
  line-height: 1rem;
  text-align: left;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 1042, templates/aii-template/custom/scss/custom.scss */
.contatti-pagina .sx {
  background: rgba(238, 238, 238, 0.6);
  padding: 30px;
}
/* line 1046, templates/aii-template/custom/scss/custom.scss */
.contatti-pagina .dx {
  background: rgba(238, 238, 238, 0.2);
  padding: 30px;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO GENERICO - FINE*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO CHAIRMANSHIP - START*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 1065, templates/aii-template/custom/scss/custom.scss */
/* line 1066, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news h3 {
  color: #818383;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 1074, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .g-title-separator {
  background: #818383 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 1080, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .dnpgrid3wrap {
  color: #fff;
  padding: 20px !important;
  background: #135ba2;
}
/* line 1084, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .dnpgrid3wrap a {
  color: #fff;
  text-decoration: none;
}
/* line 1087, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .dnpgrid3wrap a h3 {
  color: #fff;
}
/* line 1089, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .dnpgrid3wrap a h3:hover {
  color: #fcad0f;
}
/* line 1097, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .articlebutton {
  padding: 5px 10px !important;
  font-weight: 700;
  background: #333;
  color: #fff;
  background: rgba(255, 255, 255, 0.1) !important;
  position: relative;
}
/* line 1106, templates/aii-template/custom/scss/custom.scss */
.chairmanship-news .articlebutton:hover {
  color: #fcad0f;
}
/* line 1119, templates/aii-template/custom/scss/custom.scss */
/* line 1120, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship h3 {
  color: #c99722;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 1128, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .g-title-separator {
  background: #c99722 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 1134, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home {
  margin-top: 3rem;
}
/* line 1137, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(197, 197, 197, 0.3);
  padding-bottom: 2rem;
}
/* line 1142, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .data {
  font-family: "darwin";
  margin-right: 20px;
}
/* line 1146, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .anno {
  font-size: 1rem;
  background: #c99722;
  text-align: center;
  padding: 10px;
  color: rgba(255, 255, 255, 1);
}
/* line 1153, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .mese-giorno {
  font-size: 1rem;
  border: 1px solid #c99722;
  text-align: center;
  padding: 10px;
  color: rgba(0, 0, 0, 0.5);
}
/* line 1160, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .address {
  text-transform: uppercase;
  font-size: 0.9rem;
}
/* line 1161, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .address span {
  margin-left: 20px;
}
/* line 1168, templates/aii-template/custom/scss/custom.scss */
/* line 1169, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .titolo a {
  color: rgba(77, 76, 76, 1);
  font-family: "darwin";
  line-height: 1.5rem;
  font-size: 1.5rem;
  text-decoration: none;
}
/* line 1176, templates/aii-template/custom/scss/custom.scss */
.upcomingevents-chairmanship .eventi-home .evento .titolo a:hover {
  color: #fcad0f;
}
/* line 1190, templates/aii-template/custom/scss/custom.scss */
/* line 1191, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship h3 {
  color: #818383;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 0rem !important;
}
/* line 1199, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship .g-title-separator {
  background: #818383 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 1205, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship #edocman-category {
  margin: 0;
  padding: 0;
}
/* line 1209, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship h1 {
  margin-top: 20px !important;
  display: block;
  color: #135ba2;
  font-family: "darwin";
  line-height: 1rem;
  text-align: left;
  text-transform: uppercase;
}
/* line 1218, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship .edocman-document {
  margin-top: 20px;
  padding: 0;
}
/* line 1223, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship .edocman-description {
  border: none;
}
/* line 1226, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship .edocman-box-heading {
  padding: 0;
}
/* line 1228, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship .edocman-box-heading a {
  color: #135ba2;
  text-decoration: none;
}
/* line 1231, templates/aii-template/custom/scss/custom.scss */
#document-chairmanship .edocman-box-heading a:hover {
  color: #fcad0f;
}
/* line 1238, templates/aii-template/custom/scss/custom.scss */
/* line 1239, templates/aii-template/custom/scss/custom.scss */
.archive-chairmanship h3 {
  color: #818383;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
/* line 1247, templates/aii-template/custom/scss/custom.scss */
.archive-chairmanship .g-title-separator {
  background: #818383 none repeat scroll 0 0;
  height: 4px;
  margin: 10px 0;
  width: 100px;
}
/* line 1253, templates/aii-template/custom/scss/custom.scss */
.archive-chairmanship a {
  color: #135ba2;
  text-decoration: none;
}
/* line 1256, templates/aii-template/custom/scss/custom.scss */
.archive-chairmanship a:hover {
  color: #fcad0f;
}
/* line 1261, templates/aii-template/custom/scss/custom.scss */
.chairmanship-module {
  background: rgba(216, 215, 215, 0.3);
}
/* line 1263, templates/aii-template/custom/scss/custom.scss */
.chairmanship-module .g-content {
  padding: 0;
}
/* line 1266, templates/aii-template/custom/scss/custom.scss */
.chairmanship-module .g-image-features-item {
  border: none;
  box-shadow: none;
  background: none;
}
/* line 1271, templates/aii-template/custom/scss/custom.scss */
.chairmanship-module .g-image-features-image {
  padding-top: 30px;
  padding-left: 10px;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO CHAIRMANSHIP - END*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO EVENTI - START*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 1291, templates/aii-template/custom/scss/custom.scss */
/* line 1292, templates/aii-template/custom/scss/custom.scss */
.rs_events_container .rs_event_detail {
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 5px !important;
  border-bottom: 1px solid rgba(215, 213, 214, 0.3);
  padding: 15px 10px !important;
}
/* line 1301, templates/aii-template/custom/scss/custom.scss */
.rs_events_container .rs_event_detail:hover {
  background: none;
}
/* line 1305, templates/aii-template/custom/scss/custom.scss */
.rs_events_container .rsepro-title-block {
  color: #818383;
  font-family: "darwin";
  line-height: 1.5rem;
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 0rem;
}
/* line 1314, templates/aii-template/custom/scss/custom.scss */
.rs_events_container .rs_event_image {
  margin: 0 20px 0 0;
  padding: 0;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO EVENTI - end*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* TEMPLATE INTERNO modulo secretary - START*/
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* line 1333, templates/aii-template/custom/scss/custom.scss */
.secretary-module {
  padding-left: 30px;
}
/* line 1335, templates/aii-template/custom/scss/custom.scss */
.secretary-module h3 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=custom_11.css.map */