/** ********************************************
  BASIC CONTAINERS
******************************************** **/
@font-face {
  font-family: 'eactaFontBold';
  src: url('../font/284CE9_0_0.eot');
  src: url('../font/284CE9_0_0.eot?#iefix') format('embedded-opentype'), url('../font/284CE9_0_0.woff') format('woff'), url('../font/284CE9_0_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'eactaFontLight';
  src: url('../font/284CE9_1_0.eot');
  src: url('../font/284CE9_1_0.eot?#iefix') format('embedded-opentype'), url('../font/284CE9_1_0.woff') format('woff'), url('../font/284CE9_1_0.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
body {
  font-size: 13px;
  font-family: "eactaFontLight", Arial, Helvetica, Tahoma, sans-serif;
  line-height: 1.7em;
  position: relative;
  color: #08294b;
}
a {
  color: #08294b;
  text-decoration: underline;
}
#header {
  /* contains logo, search, social bookmarks and main-menu */
  margin-top: 30px;
  z-index: 100;
  max-width: 980px;
}
#header .container {
  height: 185px;
  background-color: #ccc;
}
#main {
  padding-bottom: 50px;
  margin: 0 auto;
  width: 980px;
}

.eacta-content {
  float: left;
  margin-right: -280px;
  width: 100%;
}

.eacta-content .content-holder {
  padding: 50px;
  padding-right: 100px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  margin-right: 280px;
}

/** ********************************************
  HEAD
******************************************** **/

/* SEARCHFORM ******************** */
#searchform {
  height: 41px;
  right: 141px;
  top: 35px;
  background-color: #ccc;
}
#s {
  background: none repeat scroll 0 0 #e6e6e6;
  border: 1px solid #e6e6e6;
  padding: 13px 30px 13px 10px;
  position: relative;
  width: 200px;
  font-size: 11px;
  font-style: italic;
  color: #787878;
  height: 41px;
}
#searchsubmit {
  background: url("../img/icon-search.png") no-repeat scroll 3px center transparent;
  /* background-position: 10px 20px; */
  border: medium none;
  cursor: pointer;
  height: 41px;
  outline: medium none;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 34px;
  z-index: 2;
}
/* SOCIAL BOOKMARKS ******************** */
.social_bookmarks {
  border: medium none;
  float: right;
  height: 42px;
  list-style-position: outside;
  list-style-type: none;
  right: 0;
  top: 35px;
}
.social_bookmarks li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
}
.social_bookmarks .facebook a {
  background: url("../img/social-icon-facebook.png");
}
.social_bookmarks .twitter a {
  background: url("../img/social-icon-twitter.png");
}
.social_bookmarks .linkedin a {
  background: url("../img/social-icon-linkedin.png");
}
.social_bookmarks a {
  border: medium none;
  display: block;
  float: left;
  height: 42px;
  outline: medium none;
  padding: 0;
  text-indent: -9999px;
  width: 42px;
}




/* NAVIGATION ******************** */
#main_menu_wrapper {
  margin-top: 30px;
}
ul#main-menu li a {
  font-family: "eactaFontBold", Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  color: #474747;
  display: block;
  float: left;
  height: 50px;
  line-height: 35px;
  outline: medium none;
  padding: 0 8px;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 40;
  text-transform: uppercase;
  margin-right: 15px;
}
ul#main-menu li:last-child a,
div.nav-menu ul li:last-child a {
  margin-right: 0;
}
li.red-nav-topborder a,
div.nav-menu ul li.page-item-4 a {
  /* about */
  border-top: 2px solid #d9241c;
}
div.nav-menu ul li.page-item-4 ul.children li a,
div.nav-menu ul li.page-item-6 ul.children li a,
div.nav-menu ul li.page-item-8 ul.children li a,
div.nav-menu ul li.page-item-10 ul.children li a,
div.nav-menu ul li.page-item-12 ul.children li a,
div.nav-menu ul li.page-item-14 ul.children li a,
div.nav-menu ul li.page-item-16 ul.children li a,
div.nav-menu ul li.page-item-18 ul.children li a,
div.nav-menu ul li.page-item-1599 ul.children li a {
  border-top: 0px;
}

.pink-nav-topborder,
div.nav-menu ul li.page-item-14 a,
div.nav-menu ul li.page-item-10 a {
  /* congress */

  border-top: 2px solid #c7017f;
}
.green-tiffany-nav-topborder,
div.nav-menu ul li.page-item-12 a {
  /* elearning */

  border-top: 2px solid #16968d;
}
.green-light-nav-topborder,
div.nav-menu ul li.page-item-6 a {
  /* publications */

  border-top: 2px solid #c2ca41;
}
.blue-light-nav-topborder,
div.nav-menu ul li.page-item-8 a
 {
  /* membership */

  border-top: 2px solid #00b4d5;
}
.orange-nav-topborder,
div.nav-menu ul li.page-item-1599 a {
  /* eacvi */

  border-top: 2px solid #f39200;
}
.green-dark-nav-topborder,
div.nav-menu ul li.page-item-18 a {
  /* industry */

  border-top: 2px solid #4d680f;
}
.blue-dark-nav-topborder,
div.nav-menu ul li.page-item-16 a {
  /* links */

  border-top: 2px solid #3d5794;
}

li.red-nav-topborder li a,
li.pink-nav-topborder li a,
li.green-tiffany-nav-topborder li a,
li.green-light-nav-topborder li a,
li.blue-light-nav-topborder li a,
li.orange-nav-topborder li a,
li.green-dark-nav-topborder li a,
li.blue-dark-nav-topborder li a,
li.blue-medium-nav-topborder li a {
  border-top: 0 solid #d9241c;
}

div.nav-menu ul li.page-item-4008 a {
  /* about */
  border-top: 2px solid #0061a6;
}

  /*** Main Navigation ***/


      .main-navigation {
        clear: both;
        margin: 0 auto;
        max-width: 1080px;
        min-height: 35px;
        position: relative;
      }

      ul.nav-menu,
      div.nav-menu > ul {
        margin: 0;
        /* padding: 0 40px 0 0; */
      }

      .nav-menu li {
        display: inline-block;
        position: relative;
        margin-right: 17px;
        float: left;
      }
      .nav-menu li ul li {
        display: inline-block;
        position: relative;
        margin-right: 0px;
      }

      .nav-menu li:last-child {
        margin-right: 0px;
      }

      .nav-menu li a {
        color: #474747;
        display: block;
        font-size: 14px;
        line-height: 1;
        padding: 10px 6px;
        text-decoration: none;
      }

      .nav-menu li:hover > a,
      .nav-menu li a:hover {
        background-color: #f5f5f5;
      }

      .nav-menu ul > li.current_page_item > a,
      .nav-menu ul > li.current_page_ancestor > a {
        background-color: #f5f5f5;
        color: #08294B;
      }

      .nav-menu li.pink-nav-topborder:hover > a,
      .nav-menu li.pink-nav-topborder a:hover {
        /* background-color: #c7017f; */
        /* color: #fff; */
      }
      .nav-menu li.red-nav-topborder:hover > a,
      .nav-menu li.red-nav-topborder a:hover,
      .nav-menu ul li.page-item-4 ul.children li.page-item:hover {
        background-color: red !important;
        /* color: #fff; */
      }
      .nav-menu li.green-tiffany-nav-topborder:hover > a,
      .nav-menu li.green-tiffany-nav-topborder a:hover {
        /* background-color: #ffed00; */
        /* color: #fff; */
      }
      .nav-menu li.green-light-nav-topborder:hover > a,
      .nav-menu li.green-light-nav-topborder a:hover {
        /* background-color: #c2ca41; */
        /* color: #fff; */
      }
      .nav-menu li.blue-light-nav-topborder:hover > a,
      .nav-menu li.blue-light-nav-topborder a:hover {
        /* background-color: #00b4d5; */
        /* color: #fff; */
      }
      .nav-menu li.orange-nav-topborder:hover > a,
      .nav-menu li.orange-nav-topborder a:hover {
        /* background-color: #f39200; */
        /* color: #fff; */
      }
      .nav-menu li.green-dark-nav-topborder:hover > a,
      .nav-menu li.green-dark-nav-topborder a:hover {
        /* background-color: #4d680f; */
        /* color: #fff; */
      }
      .nav-menu li.blue-dark-nav-topborder:hover > a,
      .nav-menu li.blue-dark-nav-topborder a:hover {
        /* background-color: #3d5794; */
        /* color: #fff; */
      }

      .nav-menu .sub-menu,
      .nav-menu .children {
        background-color: #f5f5f5;
        border: 2px solid #fff;
        border-top: 0;
        display: none;
        padding: 0;
        position: absolute;
        left: -2px;
        z-index: 99999;
      }

      li.red-nav-topborder ul.sub-menu,
      .nav-menu .children {
        /* background-color: #d9241c; */
      }
      li.red-nav-topborder ul.sub-menu a:hover,
      .nav-menu .children {
        background-color: #f5f5f5;
      }

      .nav-menu .sub-menu ul,
      .nav-menu .children ul {
        border-left: 0;
        left: 100%;
        top: 0;
      }

      ul.nav-menu ul a,
      .nav-menu ul ul a {
        color: #474747;
        margin: 0;
        width: 230px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
      }

      ul.nav-menu ul a:hover,
      .nav-menu ul ul a:hover {
        background-color: #fff;
      }

      ul.nav-menu li:hover > ul,
      .nav-menu ul li:hover > ul {
        display: block;
      }


        div.navbar ul.children a {
          font-family: "eactaFontLight", Arial, Helvetica, Tahoma, sans-serif;
          font-size: 12px;
          /* text-transform: uppercase; */
        }

        div.nav-menu ul li.page_item ul.children li.page_item a,
        div.nav-menu ul li.page_item ul.children li.page_item ul.children li a,
        div.nav-menu ul li.page_item ul.children li.page_item ul.children li ul.children li a {
          border-bottom: 1px solid #cdcdcd;
          background-image: none;
        }
        div.nav-menu ul li.page_item ul.children li:last-child a,
        div.nav-menu ul li.page_item ul.children li ul.children li:last-child a,
        div.nav-menu ul li.page_item ul.children li ul.children li ul.children li:last-child a {
          border-bottom: 0px solid #cdcdcd;
          background-image: none;
        }

        div.nav-menu ul li.page_item ul li.has-submenu {
          background: url('../img/main-nav-has-childs.png') right no-repeat;
        }

        div.nav-menu ul li.page_item ul li.has-submenu a:hover {
          background: url('../img/main-nav-has-childs-act.png') right no-repeat;
        }

      /* SPECIAL MAIN NAV HOVERS */

        /* red / ABOUT */

        /*div.nav-menu ul li.page-item-4 ul.children li a {
          font-weight: bold;
        }*/

        div.nav-menu ul li.page-item-4 ul.children li:hover > a {
          background-color: #d9241c;
          color: #f5f5f5;
        }


        div.nav-menu ul li.page-item-6 ul.children li:hover > a {
          background-color: #c2ca41;
          color: #f5f5f5;
        }

        div.nav-menu ul li.page-item-8 ul.children li:hover > a {
          background-color: #00b4d5;
          color: #f5f5f5;
        }

        div.nav-menu ul li.page-item-10 ul.children li:hover > a,
        div.nav-menu ul li.page-item-12 ul.children li:hover > a {
          background-color: #16968d;
          color: #f5f5f5;
        }

        div.nav-menu ul li.page-item-14 ul.children li:hover > a {
          background-color: #c7017f;
          color: #f5f5f5;
        }

        div.nav-menu ul li.page-item-16 ul.children li:hover > a {
          background-color: #3d5794;
          color: #f5f5f5;
        }

        div.nav-menu ul li.page-item-18 ul.children li:hover > a,
        div.nav-menu ul li.page-item-1599 ul.children li:hover > a {
          background-color: #f39200;
          color: #f5f5f5;
        }
        div.nav-menu ul li.page-item-18 ul.children li:hover > a {
          background-color: #4d680f;
          color: #f5f5f5;
        }

        div.nav-menu ul li.page-item-99999999999 ul.children li:hover > a {
          background-color: #3d5794;
          color: #f5f5f5;
        }
        
	div.nav-menu ul li.page-item-4008 ul.children li:hover > a {
          background-color: #0061a6;
          color: #f5f5f5;
        }

      .menu-toggle {
        display: none;
      }

      /* Navbar */
      .navbar {
        /*
          background-color: #f7f5e7;
          margin: 0 auto;
          max-width: 1600px;
        */
        width: 100%;
      }

      .site-header .search-form {
        position: absolute;
        right: 20px;
        top: 1px;
      }

      .site-header .search-field {
        background-color: transparent;
        background-image: url(images/search-icon.png);
        background-position: 5px center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        border: none;
        cursor: pointer;
        height: 37px;
        margin: 3px 0;
        padding: 0 0 0 34px;
        position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
        transition:         width 400ms ease, background 400ms ease;
        width: 0;
      }

      .site-header .search-field:focus {
        background-color: #fff;
        border: 0px solid #c3c0ab;
        cursor: text;
        outline: 0;
        width: 230px;
      }

      /*** Sub Navigation ***/

      #sidebar .congresses-events {
        padding: 50px 20px;
      }
      #sidebar li:before {
        /* content: "\00BB"; */
        padding-right: 10px;
      }
      #sidebar ul.children li:before {
        /* content: ""; */
        padding-right: 10px;
      }



      ul#subnavigation ul.children li a {
        font-weight: normal;
        color: #535353;
        display: block;
        line-height: 18px;
      }
      ul#subnavigation {
/*        margin-left: 15px;  */
      }
      ul#subnavigation li {
/*        line-height: 30px;  */
      }
      ul#subnavigation li a {
        text-decoration: none;
        font-weight: bold;
      }
      ul#subnavigation li a:hover {
        color: #08294B !important;
        text-decoration: none;
      }
      ul#subnavigation li.page_item a {
        padding-top: 15px;
      }
      ul#subnavigation li.page_item ul.children li.page_item a {
        padding-top: 0px;
      }

/* ------------------- */








      ul#subnavigation,
      ul.children {
        list-style: none;
      }

      ul.subnav-red li a,
      ul.subnav-pink li a,
      ul.subnav-orange li a,
      ul.subnav-green-tiffany li a,
      ul.subnav-green-light li a,
      ul.subnav-green-dark li a,
      ul.subnav-blue-light li a,
      ul.subnav-blue-dark li a,
      ul.subnav-blue-medium li a {
        padding-left: 20px;
        padding-top: 0 !important;
        line-height: 18px !important;
        display: block;
      }

      ul.subnav-red li a {
        background: url('../img/subnav/red-list-image.png') left top no-repeat;
        color: #d9241c;
      }
      ul.subnav-pink li a {
        background: url('../img/subnav/pink-list-image.png') left top no-repeat;
        color: #c7017f;
      }
      ul.subnav-orange li a {
        background: url('../img/subnav/orange-list-image.png') left top no-repeat;
        color: #f39200;
      }
      ul.subnav-green-tiffany li a {
        background: url('../img/subnav/green-tiffany-list-image.png') left top no-repeat;
        color: #16968d;
      }
      ul.subnav-green-dark li a {
        background: url('../img/subnav/green-dark-list-image.png') left top no-repeat;
        color: #4d680f;
      }
      ul.subnav-green-light li a {
        background: url('../img/subnav/green-light-list-image.png') left top no-repeat;
        color: #c2ca41;
      }
      ul.subnav-blue-dark li a {
        background: url('../img/subnav/blue-dark-list-image.png') left top no-repeat;
        color: #3d5794;
      }
      ul.subnav-blue-light li a {
        background: url('../img/subnav/blue-light-list-image.png') left top no-repeat;
        color: #00b4d5;
      }
      ul.subnav-blue-medium li a {
        background: url('../img/subnav/blue-light-list-image.png') left top no-repeat;
        color: #0061a6;
      }


      ul#subnavigation li.page_item a {
        margin-top: 15px;
      }
      ul#subnavigation li:first-child a {
        margin-top: 0px;
      }
      ul#subnavigation li ul.children li a {
        margin-top: 0px;
      }

      ul.subnav-red li a:hover,
      ul.subnav-pink li a:hover,
      ul.subnav-orange li a:hover,
      ul.subnav-green-tiffany li a:hover,
      ul.subnav-green-dark li a:hover,
      ul.subnav-green-light li a:hover,
      ul.subnav-blue-dark li a:hover,
      ul.subnav-blue-light li a:hover {
        background: url('../img/subnav/hover-list-image.png') left top no-repeat;
      }

      ul#subnavigation li.current_page_item > a {
        color: #08294B !important;
        background: url('../img/subnav/hover-list-image.png') left top no-repeat;
      }
      ul.children li.current_page_item > a {
        color: #08294B !important;
        background: url('../img/subnav/hover-list-image.png') left top no-repeat;
      }

/* ------------------- */






      #sidebar ul.children li.page_item a {
        margin-bottom: 0px;
        padding-bottom: 0px;
      }
      #sidebar ul.subnav-red li.page_item {
      }
      #sidebar ul.children li ul li {
        margin-top: 0px;
      }
      #sidebar ul#subnavigation li,
      #sidebar ul.children li {
        margin: 3px 0 0px 15px;
      }
      #sidebar ul.children {
        padding-left: 4px;
      }
      #sidebar ul.children li {
        padding: 0px 0 0px 0;
        /*background-color: green !important; */
      }
      #sidebar ul.children li ul.children li {
        padding-top: 5px;
      }

/*
      ul.subnav-pink li {
        color: #c7017f;
        padding: 0 0 0 0px;
      }
      ul.subnav-pink li a {
        color: #c7017f;
        text-decoration: none;
        font-weight: bold;
      }
      ul.subnav-pink li a:hover {
        color: #a10368;
        text-decoration: none;
      }
*/




      #sidebar .congresses-events ul li {
      }
      #sidebar .congresses-events ul li:last-child {
        border-bottom: 0px solid red;
      }
      #sidebar .congresses-events ul li a {

      }
      #sidebar .congresses-events ul li a:hover {

      }



/** ********************************************
  FEATURED (banner)
******************************************** **/
#featured.main_banner {
  width: 100%;
  /* height: 405px; */
  background-image: url("../img/slider/dummy-slider-img01.jpg");
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.flexslider h4 {
  display: block;
  font-family: "eactaFontLight", Arial, Helvetica, Tahoma, sans-serif !important;
  font-size: 25px;
  font-weight: normal;
  line-height:28px;
  margin-bottom: 40px;
}

/** ********************************************
  HOME
******************************************** **/
#homeboxes,
div.calendar-news {
  max-width: 912px;
  min-width: 755px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-top: -22px;
  margin-bottom: 50px;
}
div.calendar-news a {
  text-decoration: none;
}
div.calendar-news {
  margin-top: 0px;
  margin-bottom: 50px;
}
div.calendar-news ul {
  list-style: none;
}

#homeboxes {
  z-index: 5;
  position: relative;
}
div.calendar-news .event-text,
div.calendar-news .event-teaser,
div.calendar-news .news-text {
  /* height: 300px; */
  background-color: #f2f2e9;
  /* padding-left:      15px; */

  overflow: hidden;
}

  /* Widget */
  .widget_sp_image {
    border: 1px solid orange;
    width: 150px;
    float: left;
  }

div.calendar-news .event-teaser {
  padding-left: 0px;
}
div.calendar-news .event-text,
div.calendar-news .news-text {
  padding: 15px 15px 15px 15px;
}
div.calendar-news .event-text p {
  text-align: center;
}
div.calendar-news .event-text p.month {
  color: #c7017f;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 8px;
}
div.calendar-news .event-text p.day {
  /* calendar day image */

  margin-bottom: 8px;
  height: 105px;
}
div.calendar-news .event-text p.short-description {
  margin-bottom: 13px;
  height: 87px;
  line-height: 22px;
  font-size: 16px;
}
#homeboxes div #contentbox {
  min-height: 330px;
  margin-bottom: 1px;
}
div.calendar-news div #contentbox {
  margin-bottom: 1px;
}
.news-text ul li,
.event-text ul li {
  /* news list on startpage */

  padding: 8px 100px 8px 20px;
  border-bottom: 1px solid #ccc;
  background-image: url('../img/news-list-arrow.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.news-text ul li:last-child {
  border-bottom: 0px solid #ccc;
}
.news-text a {
  text-decoration: none;
}

#contentbox {
  padding: 0px;
  background-color: #ebebe1;
}
#boxes #contentbox {
  margin-bottom: 20px;
}
[class*="col-"] {
  float: left;
  padding-right: 0px;
}
[class*="col-"]:last-of-type {
  padding-right: 0;
}
.teaser-image {
  background-image: url("../img/homeboxes/default-teaser-image.gif");
  /* default fallback image */

  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#teaser-image-arrow {
  position: relative;
  top: 165px;
  left: 20px;
  background: url("../img/homeboxes/image-arrow-icon.png");
  width: 51px;
  height: 13px;
}
#teaser-image-arrow-vert-left {
  position: relative;
  top: 45px;
  left: -12px;
  background: url("../img/homeboxes/image-arrow-icon-left.png");
  width: 13px;
  height: 51px;
}

#teaser-image-arrow-right {
  position: relative;
  top: 40px;
  left: 0px;
  background: url("../img/homeboxes/image-arrow-icon-right.png");
  width: 13px;
  height: 51px;
}
#homeboxes #label,
#content-wrapper #label,
.flex-caption #label {
  float: right;
  padding: 4px 15px;
  line-height: 10px;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
#homeboxes .dark-text {
  color: #2e2e2e !important;
}
#homeboxes .box,
#sidebar .box,
#event-slider .box {
  margin-right: 1px;
  margin-bottom: 2px;
  background-color: #ebebe1;
  min-height: 330px;
}
#sidebar .box {
  margin-bottom: 20px;
}
#event-slider .box .teaser {
  background-size: 100% auto;
}
#homeboxes .teaser {
  height: 180px;
}
#sidebar .teaser {
  height: 180px;
}
#event-slider .teaser {
  height: 180px;
}

#content-holder {
  padding: 20px 15px;
}
#content-holder p.text {
  height: 90px;
  overflow: hidden;
}
#content-holder p.more,
.flex-caption-container p.more {
  height: 20px;
  font-size: 12px;
}

.flex-caption-container p.more {
  position:absolute; top: 275px;
}

/* Calendar ******************** */
h3.boxtitle {
  height: 55px;
}
h3.calendar {
  /* background: url("../img/icon-calendar.gif") left no-repeat; */
  padding: 18px 0 0 45px;
  background-color: #c7017f;
  color: #fff;
}
span.news,
span.calendar {
  padding: 8px 15px;
  color: #fff;
  font-size: 17px;
  padding: 8px 22px;
  display: inline-block;
}
span.calendar {
  background-color: #c7017f;
}
span.news {
  background-color: #d9241c;
}

/** ********************************************
  CALENDAR / EVENTS
******************************************** **/
input.em-date-input-loc {
  width: 150px !important;
}

.event_item_container {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.event_item_month_year_container {
  clear:both;
  margin-bottom: 10px;
}
.event_item_month_year_container span {
  color: #d8241c;
  font-weight: bold;
}

.event_item_date_container {
  width: 80px;
  float: left;
}

.calendar_image_style {
  float: left;
  margin-right: 25px;
  width:49px;
  height:49px;
  background: url('../img/calendar-date-bg.gif') left no-repeat;
}
.calendar_image_style .month {
  display: block;
  width:49px;
  height: 18px;
  font-family: Arial, sans-serif;
  color: #08294b;
  font-size: 11px;
  font-style: italic;
  text-align: center;
}
.calendar_image_style .day {
  display: block;
  padding-top: 4px;
  width:49px;
  height: 32px;
  font-family: Arial, sans-serif;
  color: #d8241c;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.event_item_txt {
  width: 420px;
  float: left;
}
.event_item_txt .date_line {
  font-size: 13px;
}
.event_item_txt .event_link,
.event_item_txt .event_link a {
  font-weight: bold;
  text-decoration: none;
}
.event_item_txt .event_excerpt {
  font-style: italic;
}

/** ********************************************
  SIDEBAR
******************************************** **/
#boxes {
  padding: 20px 0 20px 20px;
  background-color: #ffffff;
}
#sidebar .box .teaser {
  background-size: 100% auto;
}
/** ********************************************
  FOOTER
******************************************** **/
#footer {
  height: 32px;
  background-color: #999993;
}
#footer .container {
  font-size: 11px;
  color: #ffffff;
  padding-top: 6px;
}

#footer a {
  color: #fff;
}

/** ********************************************
  TYPO (and colors)
******************************************** **/
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 25px;
  border: none;
}

.eacta-content ul {
  margin-left: 25px;
}
.eacta-content ul li,
.eacta-content ol li {
  padding: 5px 0;
}
.eacta-content ol {
  list-style:decimal outside;
  margin-left: 25px;
}

.eacta-content h2 {
  font-family: "eactaFontLight", Arial, Helvetica, Tahoma, sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 36px;
  margin-left: -2px;
}
h3 {
  font-family: "eactaFontBold", Arial, Helvetica, Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.eacta-content p {
  margin-bottom: 25px;
}
.eacta-content table p {
  margin-bottom: 0;
}
.more_icon {
  color: #d8241c;
  text-decoration: none;
}
.bold-text {
  font-family: "eactaFontBold", Arial, Helvetica, Tahoma, sans-serif;
}
/* COLORS ******************** */
.text-red {
  color: #d9241c;
}
.text-pink {
  color: #c7017f;
}
.text-green-tiffany {
  color: #16968d;
}
.text-orange {
  color: #f39200;
}
.text-green-light {
  color: #c2ca41;
}
.text-green-dark {
  color: #4d680f;
}
.text-blue-light {
  color: #00b4d5;
}
.text-blue-dark {
  color: #3d5794;
}
.text-blue-medium {
  color: #0061a6;
}
.bg-red {
  background-color: #d9241c;
}
.bg-pink {
  background-color: #c7017f;
}
.bg-green-tiffany {
  background-color: #16968d;
}
.bg-orange {
  background-color: #f39200;
}
.bg-green-light {
  background-color: #c2ca41;
}
.bg-green-dark {
  background-color: #4d680f;
}
.bg-blue-light {
  background-color: #00b4d5;
}
.bg-blue-dark {
  background-color: #3d5794;
}
.bg-blue-medium {
  background-color: #0061a6;
}

.red-topborder {
  /* about */

  border-top: 2px solid #d9241c;
}
.pink-topborder {
  /* congress */

  border-top: 2px solid #c7017f;
}
.green-tiffany-topborder {
  /* elearning */

  border-top: 2px solid #16968d;
}
.green-light-topborder {
  /* publications */

  border-top: 2px solid #c2ca41;
}
.blue-light-topborder {
  /* membership */

  border-top: 2px solid #00b4d5;
}
.orange-topborder {
  /* eacvi */

  border-top: 2px solid #f39200;
}
.green-dark-topborder {
  /* industry */

  border-top: 2px solid #4d680f;
}
.blue-dark-topborder {
  /* links */

  border-top: 2px solid #3d5794;
}
.grey-topborder {
  /* links */
  border-top: 2px solid #b4b4b4;
}
.blue-medium-topborder {
  border-top: 2px solid #0061a6;
}
.red-topborder,
.pink-topborder,
.green-tiffany-topborder,
.green-light-topborder,
.blue-light-topborder,
.orange-topborder,
.green-dark-topborder,
.blue-dark-topborder {
  /*  padding:            6px 5px;  */
}


/** ********************************************
  GENERAL
******************************************** **/
.clearfix {
  clear: both;
}
