@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,600italic,700&subset=latin,greek);

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,greek-ext);


body,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
}

.row {
  max-width: 63rem;
}

hr.large-gray {
  background-color: #D7DAE0;
  border: medium none;
  height: 69px;
  margin: 0;
}

/* header */

body > header {
  background: #1a3362; /* Old browsers */
  background: -moz-linear-gradient(top,  #1a3362 0%, #1a3362 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a3362), color-stop(100%,#1a3362)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1a3362 0%,#1a3362 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1a3362 0%,#1a3362 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1a3362 0%,#1a3362 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1a3362 0%,#1a3362 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3362', endColorstr='#1a3362',GradientType=0 ); /* IE6-9 */
  padding-top: 2em;
  border-bottom: 5px solid #1a3362;
}

.top-menu-left {
  display: inline-block;
  list-style: none outside none;
  margin: 0 0 0 0px;
}

.top-menu-left li {
  display: inline-block;
  font-size: 0.875em;
}

.top-menu-left a {
  color: #FFF;
}

.top-menu-left a.language:not(.active) {
  color: #caab51;
}

.top-menu-left a.separator:before {
  content: "\007c";
  margin: 0 0.4em;
}

#search-form {
  display: inline-block;
  margin: 0 0 0 10px;
  max-width: 217px;
  position: relative;
  vertical-align: -0.4375em;
}

#search-form > input[type="text"] {
  max-height: 25px;
  padding: 0;
  font-size: 0.875em;
  font-weight: 600;
  font-style: italic;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #7F7F82;
  padding: 0 1.8em 0 0.875em;
  margin: 0;
  letter-spacing: 0.025em;
  box-shadow: 2px 2px 3px #B6B6B6 inset;
  border: 1px solid #7F7F82;
}

#search-form > input[type="submit"] {
  position: absolute;
  top: 0.4em;
  right: 0.7em;
  border: none;
  text-indent: -9999em;
  background: url('../img/search-icon.png');
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.top-menu-right {
  list-style: none outside none;
  margin: 0;
  display: inline-block;
  float: right;
}

.top-menu-right {
  list-style: none outside none;
  margin: 0 0 30px;
}

.top-menu-right li {
  display: inline-block;
}

.top-menu-right li a {
  color: #FFFFFF;
  font-size: 0.78125em;
  font-weight: 600;
}

.top-menu-right a img {
  margin-left: 0.3125em;
}

.header-social-media {
  list-style: none outside none;
}

.header-social-media li {
  display: inline-block;
}

#login-form {
  display: inline-block;
  font-family: Tahoma;
  margin: 0;
  float: right;
}

#login-form > div {
  float: left;
  margin-left: 12px;
}

#login-form > div:nth-last-child(n+2) {
  width: 144px;
}



#login-form > div:nth-child(3) {
  width: 73px;
  display: inline-block;
}

#login-form input {
  height: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.logout-button input.button {
  margin: 0;
  padding: 2px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
  color: #7F7F82;
  font-size: 0.825em;
  padding: 0 0.5em;
  border: 1px solid #7F7F82;
  margin: 0;
}

#login-form input[type="submit"] {
  background-color: #CEAC51;
  border: medium none;
  box-shadow: 0 -2px 4px #777777 inset;
  color: #4B4B4A;
  font-size: 13px;
  font-weight: 700;
  height: 22px;
  text-shadow: 0 0 1px #99844F;
  width: 100%;
}

#login-form input[type="checkbox"] {
  margin-bottom: 0;
  vertical-align: -6px;
}

#login-form label, #login-form p {
  color: #FFFFFF;
  font-size: 0.761875em;
  margin-bottom: 0;
}

#login-form p a {
  color: #cba74a;
}


.orbit-slide-number, .orbit-timer {
  display: none;
}

#slider {
  background-color: #D7DAE0;
}



#slider img {
  width: 100%;
}

#next_btn,
#prev_btn {
  background-image: url("../img/slider-left-button.png");
  background-repeat: no-repeat;
  border: medium none;
  display: block;
  height: 39px;
  left: 0px;
  position: absolute;
  text-indent: -999em;
  top: 46%;
  width: 40px;
  z-index: 5;
  overflow: hidden;
}

#next_btn {
  left: inherit;
  right: 0px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  display: none;
}

#home-slider article {
  position: relative;
}

#home-slider article header {
  left: 19%;
  position: absolute;
  top: 20%;
}

#home-slider article header h1 {
  font-size: 3.3125em;
  letter-spacing: -0.003em;
  line-height: 1.1em;
  text-indent: -68px;
}

#home-slider article header h1 a {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}

#home-slider article header h2 {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 1.92125em;
  font-weight: 300;
  letter-spacing: -0.003em;
  line-height: 1.1em;
}

#home-slider article p {
  background-color: rgba(57, 80, 109, 0.7);
  bottom: 0;
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: -0.003em;
  line-height: 1.5em;
  max-width: 521px;
  padding: 11px 18px 11px 88px;
  position: absolute;
}

#hot-topics {
  margin: 11px 0 47px 0;
}

#hot-topics:after {
  clear: both;
  content: " ";
  display: block;
}



/*
#hot-topics article header {
  left: 0;
  padding-left: 10px;
  position: absolute;
  top: 0;
}

#hot-topics article header h1 {
  font-size: 1.625em;
  line-height: 1.2em;
  margin: 0;
}

#hot-topics article header h1 a {
  color: #FFFFFF;
  font-weight: 700;
}

#hot-topics article header h2 {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.3em;
  margin: 0 0 10px;
}

#hot-topics article p {
  border-top: 1px solid;
  bottom: 2px;
  color: #FFFFFF;
  font-size: 0.71875em;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding-left: 10px;
  position: absolute;
  width: 100%;
}
*/



.wellcome > h2 {
  background-color: #FFFFFF;
  bottom: -10px;
  color: #275EA7;
  display: inline-block;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  position: relative;
}

.wellcome > hr {
  border-color: #275EA7;
  border-width: 3px;
  margin: 0;
}

.wellcome hr + h1 {
  color: #275EA7;
  font-size: 0.9375em;
  text-indent: 59px;
  font-weight: 300;
}

.wellcome > p {
  color: #636363;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 15px;
}

.news .scroll-me {
  max-height: 774px;
  overflow-y: scroll;
}

.news:after {
  content: " ";
  display: block;
  clear: both;
}

.news > h1 {
  border-bottom: 1px solid #275ea7;
  border-top: 1px solid #275ea7;
  color: #636363;
  font-size: 1.75em;
  font-weight: 300;
}



.news .scroll-me {
  border-bottom: 4px solid #3367ac;
  margin-bottom: 0px;
}

.news article {
  border: 1px solid #bbbbbb;
  padding: 14px 17px 11px 17px;
}

.news article:hover {
  background-color: rgba(0,0,0,0.1);
}





.news article h1 {
  font-family: 'Open Sans Condensed',sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  margin-top: 0;
}

.news article h1 a {
  color: #636363;

}

.news article img {
  border: 1px solid #BBBBBB;
  margin-bottom: 9px;
  padding: 7px;
  width: 100%;
}

.news article time {
  color: #636363;
  display: block;
  font-size: 0.8125em;
  font-weight: 700;
  margin-bottom: 11px;
}

.news article time:before {
  content: url('../img/calendar-icon.png')" / ";
}

.news article p {
  font-family: Tahoma;
  color: #3f3e3e;
  font-size: 0.6875em;
  margin: 0;
}

.news article > a:last-child {
  color: #275EA7;
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 0.5em;
}

.news article > a:last-child:after {
  content: "\00BB";
  margin-left: 0.3em;
}





.gray-quote {
  font-family: 'Open Sans',sans-serif !important;
  color: #636363 !important;
  font-size: 1.23076923076923em !important;
  font-weight: 300 !important;
}

.borders {
  border-bottom: 1px solid #275EA7;
  border-top: 1px solid #275EA7;
  padding-bottom: 5px;
  padding-top: 5px;
}







#newsletter:after {
  background-image: url("../img/sidebar-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 19px;
  width: 100%;
}

#newsletter > form {
  background-color: #c7cbd3;
  margin-bottom: 0;
  padding: 20px 17px 17px 17px;
}

#newsletter > form:after {
  display: block;
  clear: both;
  content: " ";
}

#newsletter h1 {
  color: #3C6692;
  font-family: 'Open Sans Condensed',sans-serif;
  font-weight: 700;
  letter-spacing: -0.004em;
  margin: 0;
  font-size: 2em;
}

#newsletter h1 span {
  font-weight: 300;
}

#newsletter p {
  color: #222221;
  font-family: Tahoma;
  font-size: 0.8125em;
  line-height: 1.3em;
}

#newsletter input[type="text"] {
  border: 1px solid #3E6893;
  color: #4B4B4A;
  font-family: Tahoma;
  letter-spacing: 0.002em;
  height: 28px;
  padding: 0.1em 0.5em 0.1em 2.2em;
  background: url('../img/newsletter-icon-small.png') 2% no-repeat #FFF;
}

#newsletter input[type="submit"],
#aiContactSafeSendButton,
button.validate {
  background: #3d6792; /* Old browsers */
  background: -moz-linear-gradient(left,  #3d6792 0%, #6188b6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3d6792), color-stop(100%,#6188b6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #3d6792 0%,#6188b6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #3d6792 0%,#6188b6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #3d6792 0%,#6188b6 100%); /* IE10+ */
  background: linear-gradient(to right,  #3d6792 0%,#6188b6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6792', endColorstr='#6188b6',GradientType=1 ); /* IE6-9 */
  color: #FFFFFF;
  border: none;
  font-family: 'Open Sans Condensed',sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  padding: 3px 9px;
  float: right;
}

#aiContactSafeForm .checkbox {
  margin-right: 1em;
}

button.validate {
  float: none;
}



#bottom-topics {
  padding-top: 23px;
}

#bottom-topics div {
  margin: 0 auto;
  max-width: 63rem;
  padding: 0 0.9375rem;
}

#bottom-topics div:after {
  clear: both;
  content: " ";
  display: block;
}

#bottom-topics article {
  width: 24%;
  float: left;
}

#bottom-topics article:nth-child(n+2) {
  margin-left: 1.333%;
}

body > footer {
  background-color: #eff0f3;
}

#footer-top {
  min-height: 64px;
  background: #1a3362; /* Old browsers */
  background: -moz-linear-gradient(top,  #1a3362 0%, #1a3362 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a3362), color-stop(100%,#1a3362)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1a3362 0%,#1a3362 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1a3362 0%,#1a3362 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1a3362 0%,#1a3362 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1a3362 0%,#1a3362 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3362', endColorstr='#1a3362',GradientType=0 ); /* IE6-9 */
  margin: 76px 0 25px 0;
}

#footer-top > div {
  max-width: 63rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
}

#footer-top h1 {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1em;
  margin-top: 21px;
}

#footer-top h1 span {
  font-weight: 600;
}

#footer-top #footer-social {
  display: inline-block;
  float: right;
}

#footer-top #footer-social h3 {
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: -0.0025em;
  margin-top: 15px;
  max-width: 140px;
}

#footer-top #footer-social > ul {
  display: inline-block;
  float: right;
  list-style: none outside none;
  margin: 15px 0 0;
}

#footer-top #footer-social > ul > li {
  display: inline-block;
}

#footer-top #footer-social > ul > li:nth-child(n+2) {
  margin-left: 11px;
}

#footer-nav {
  margin: 0 auto;
}

#footer-nav:before {
  content: " ";
  background-image: url('../img/footer-shadow-bottom.png');
  display: block;
  width: 100%;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#footer-nav:after {
  content: " ";
  display: block;
  background-image: url("../img/footer-shadow-bottom.png");
  width: 100%;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

#footer-nav ul {
  margin: 0;
  list-style: none;
}

#footer-nav ul li {
  display: inline-block;
}

#footer-nav ul li a {
  color: #636363;
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: -0.0030em;
}

#footer-nav ul li:nth-last-child(n+2) a:after {
  content: "/";
  margin: 0 12px;
}

#links a {
  margin-bottom: 26px;
  display: block;
}

#links > div > div:nth-child(2) img {
  float: left;
  margin-right: 12px;
}

#links > div > div:nth-child(2) ul {
  list-style: none outside none;
  margin: 0;
  color: #636363;
  font-weight: 600;
  font-size: 0.6875em;
  margin-top: 61px;
  line-height: 1.4em;
}

#links > div > div:nth-child(2) ul a {
  color: #636363;
}














.contact-info h1,
.contact-info h2 {
  background-color: #FFFFFF;
  color: #275EA7;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 1.6875em;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1em;
  padding-right: 5px;

}
.contact-info p {
  color: #3f3e3e;
  font-size: 0.8125em;
  font-family: Tahoma;
}


.invalid {
  border-color: red !important;
}


.black-yellow {
  background-color: #000 !important;
}

.black-yellow * {
  background: transparent !important;
  background-color: #000 !important;
  border-color: yellow !important;
  color: yellow !important;
}

.black-yellow .top-bar-section .dropdown li > a {
  color: yellow !important;
}

.white-green {
  background-color: #e6e6e6 !important;
}

.white-green * {
  background: transparent !important;
  background-color: #e6e6e6 !important;
  border-color: green !important;
  color: green !important;
}

.white-green .top-bar-section .dropdown li > a {
  color: green !important;
}

.white-red {
  background-color: #e6e6e6 !important;
}

.white-red * {
  background: transparent !important;
  background-color: #e6e6e6 !important;
  border-color: red !important;
  color: red !important;
}

.white-red .top-bar-section .dropdown li > a {
  color: red !important;
}

/*#xmap li {
  border: 1px solid;
  list-style: none outside none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
}*/

@media only screen and (min-width: 641px) {

  body > * {
    min-width: 1024px;
    width: 100%;
  }

  #footer-nav {
    display: inline-block;
  }

  #logo {
    left: 15px;
    position: absolute;
    z-index: 5;
	width: 20.5%;
  }

  #social-and-login {
    display: inline-block;
    float: right;
  }

  .header-social-media {
    display: inline-block;
    float: left;
    margin: 0 0px 0 0;
  }


  .top-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    padding-top: 39px;
  }

  .top-bar-section ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }

  .top-bar-section li:not(.has-form) a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  }

  .top-bar-section ul li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding: 0 !important;
  }


  .top-bar-section .has-dropdown > a {
    padding: 0 !important;
  }

  .top-bar-section .has-dropdown > a:after {
    display: none;
  }

  .top-bar-section ul {
    position: relative;
  }

  .top-bar-section > ul > li {
    background: transparent;
    background-image: url("../img/menu-separator-2.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 10px;
  }

  .top-bar-section > ul > li:last-child {
    background: transparent;
  }

  li.has-dropdown {
    position: static !important;
  }

  .top-bar-section > ul > li.has-dropdown:hover {
    background-color: #FFFFFF;
    background-image: url("../img/menu-top.png");
    background-position: center top;
    background-repeat: no-repeat;
  }

  .top-bar-section > ul > li.has-dropdown:hover > a {
    color: #275ea7 !important;
  }



  .top-bar-section .dropdown {
    background-color: #FFFFFF;
    box-shadow: 1px 0 6px #636363;
  }

  .top-bar-section .dropdown li:not(.back) {
    background: transparent;
    background-image: url("../img/menu-separator.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block !important;
    max-width: 14.2%;
    min-height: 100px;
    padding: 1% 1.6%;
  }


  .list-2 + .dropdown li:not(.back) {
    max-width: 50%;
  }

  .list-3 + .dropdown li:not(.back) {
    max-width: 33.3%;
  }

  .list-4 + .dropdown li:not(.back) {
    max-width: 20%;
  }
  .list-5 + .dropdown li:not(.back) {
    max-width: 20%;
  }

  .list-6 + .dropdown li:not(.back) {
    max-width: 16.5%;
  }

  .top-bar-section .dropdown li:last-child {
    background: transparent;
  }


  .top-bar-section .dropdown li > a {
    color: #636363 !important;
    display: inline-block !important;
    font-size: 0.8em;
    line-height: 1.5em !important;
    white-space: normal;
    word-wrap: break-word !important;
  }

  .top-bar-section .list-7 + .dropdown li > a {
    font-size: 0.7em;
    letter-spacing: -0.037em;
  }

  #hot-topics > article {
    font-family: 'Open Sans Condensed',sans-serif;
    float: left;
    position: relative;
    width: 24%;
  }

  #hot-topics > article:nth-child(n+2) {
    margin-left: 1.28%;
  }

  #main.large-8 {
    width: 69%;
  }

  #sidebar-right.large-4 {
    width: 30%;
  }

  .columns#main {
    border-right: 1px dashed #B7B7B7;
  }

  #links > div > div:last-child a:first-child {
    float: left;
    margin: 0;
  }

  #links > div > div:last-child a:nth-child(n+2) {
    float: right;
  }

  #links > div > div:last-child a:nth-child(n+3) {
    clear: both;
  }



}

@media only screen and (max-width: 640px) {

  .top-menu-left {
    display: block;
    margin: 0 0 0 0px;
    width: 214px;
  }

  #search-form {
    margin: 0 auto;
    width: 217px;
    display: block;
  }

  #logo {
    display: block;
    padding: 20px 0;
    text-align: center;
	position: center;
  }

  .header-social-media {
    margin: 0 0 20px;
  }

  .top-menu-right,
  #login-form {
    display: none;
  }

  #home-slider article header {
    font-size: 10px;
  }

  #bottom-topics article {
    margin-left: 0 !important;
    border: 7px solid #FFF;
    width: 50%;
  }



}

@media only screen and (min-width: 1048px) {

  #slider > div > div:before {
    background-image: url("../img/slider-shadow-left.png");
    content: " ";
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
    width: 40px;
  }

  #slider > div > div:after {
    background-image: url("../img/slider-shadow-left.png");
    content: " ";
    height: 100%;
    width: 40px;
    top: 0;
    position: absolute;
    right: -23px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #prev_btn {
    left: -5px;
  }

  #next_btn {
    right: -5px;
  }
}

@media only screen and (min-width: 450px) {

  .news article {
    width: 48%;
    float: left;
  }

  .news .scroll-me .scroll-it > article:nth-child(2n) {
    margin-left: 4%;
  }

  .news .scroll-me .scroll-it:after {
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 1px dashed #444444;
    content: " ";
    padding-top: 20px;
    margin-bottom: 20px;
  }

  #sidebar-right > section > * {
    margin-bottom: 34px;
    max-width: 272px;
  }

}

@media only screen and (min-width: 450px) and (max-width: 640px) {
  #hot-topics img {
    display: block;
    float: left;
    width: 50%;
  }

  #sidebar-right > section > * {
    width: 50%;
    float: left;
  }

  #sidebar-right > section {
    margin: 0 auto;
    display: block;
    max-width: 544px;
    margin-top: 48px;
  }

  .acymailing_module {
    display: none;
  }



  #bottom-topics article img {
    width: 100%;
  }

  #footer-social {
    display: none !important;
  }

  #links a {
    display: block;
  }

}

@media only screen and (max-width: 449px) {

  #home-slider article header {
    font-size: 8px;
  }

  #home-slider article header {
    left: 32%;
    position: absolute;
    top: 5%;
  }

  #hot-topics img {
    width: 100%;
  }

  .news article {
    margin-bottom: 10px;
  }

  #sidebar-right {
    padding-top: 34px;
  }

  #sidebar-right > section img {
    margin: 0 auto 34px auto;
    display: block;
  }



  #footer-social {
    display: none !important;
  }

}