/* ========= defaults ============= */

body {
  background-image: url("../images/ecc-icebrg-grphc.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right; 
  background-color: #d1eeff;
  color:#00579d;
  font-size: 14px;
  line-height: 1.428571429;
}

hr {
   border-color: rgba(41,170,225,0.15);
}
/* ========= Bootstrap elements -  buttons / forms / input ============= */

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

:focus {
  outline: 0 !important;
}

.form-control:focus {
  border-color: rgba(41,170,225,0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(41,170,225,0.5);
}

.btn-info:hover, .btn-info:focus, .btn-info:active,
.btn:hover, .btn:focus, .btn:active, 
.form-submit:hover, .form-submit:focus, .form-submit:active {
    border-color: rgba(41,170,225,0.8);
    background-color: #d1eeff;
    box-shadow: none !important;
}


.open .dropdown-toggle {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

/* ========= Region specific classes ============= */
.bodybg {

}

/* Top */
.top-bg {
  background: #afdfff;
  color: #00579d;
  font-size: 12px;
  line-height: 1.2;
}

#top .form-group {
  margin-bottom: 0px;
}

#top .container {
  padding-left: 0px;
  padding-right: 0px;

}

#lang-dropdown-select-language_msdd {
  position: relative;
  float: right;
}

#lang-dropdown-select-language_child {
  height: 48px !important;
  overflow: hidden;

}


/* Site ID */

.site-id {
	padding: 10px 0;
	margin-left: -15px;
}

.header-bg {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(41,170,225,0.3) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(41,170,225,0.3)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(41,170,225,0.3) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(41,170,225,0.3) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(41,170,225,0.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(41,170,225,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#29aae1', GradientType=1 );
}

/* Main navigation styles and overrides */
.nav-bg {
  height: 52px;
  background: #00579d;
}

#main-nav {
  margin-left: -60px;
}


#main-nav ul {
  border-left:1px solid rgba(255,255,255,0.25);
}

#navbar {
  height: 52px !important;
  color: #fff;
  background-color:#00579d;
  border:0;
  border-radius:0;
}


.navbar.container {
  margin-top: 0px;
}

.navbar {
  margin-bottom: 0px;
}

.btn { 
  color: #00579d !important;
  background: none repeat scroll 0 0 #d1eeff; 
  border-color: rgba(41,170,225,0.2);
  float: right; 
}

button.btn.btn-default:hover { 
  color: #00579d !important;
  background: none repeat scroll 0 0 #d1eeff; 
  border-color: rgba(41,170,225,0.8);
  float: right; 
}

input.form-control{
  color: red;
}

.btn-default {
  border-color: rgba(41,170,225,0.2);
}

.form-control {
  color: #00579d !important;
  border: 1px solid rgba(41,170,225,0.2);
  background: #e8f7fc !important;
}

.navbar .input-group { 
  margin-top: 3px;
  margin-bottom: 4px;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    margin-left: 5px;
    border-top: 5px solid #428bca;
    border-right: 5px solid transparent;
    border-bottom: 0 dotted;
    border-left: 5px solid transparent;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #00579d;
    border-bottom-color: #00579d;
    opacity: 0.8;
}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: 5px 15px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border: 1px solid #428bca;
}

.navbar #main-nav li a { color: #fff; font-size: 16px; background: #00579d; line-height: 52px; height: 52px; padding: 0 15px; border-right:1px solid rgba(255,255,255,0.25);}

.navbar #main-nav li a a { display: none;}
.navbar #main-nav li a:hover,
.navbar #main-nav li:hover a { 
  background: #29aae1 !important;  
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 

.navbar #main-nav li:hover li a { color: #fff; font-size: 16px; font-weight: normal; background: #00579d; line-height: 52px; height: 52px; padding: 0 15px; border-right:0px;} 
.navbar #main-nav li:hover li a { background: #29aae1 !important; }
.navbar #main-nav li:hover li a:hover { background: #179bd3 !important; }

.navbar #main-nav .dropdown-menu { display: none; }
.navbar #main-nav .open .dropdown-menu { display: block; }


.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: transparent;
  padding: 0;
  border:0;
 /* -webkit-box-shadow: none; */
}

.dropdown-menu #main-nav ul { border:0 !important; }
.dropdown-menu li a { border-top:1px solid rgba(255,255,255,0.25) !important; }
.dropdown-menu li a:hover { background: #fff;  }


/* ======== Block buttons styles and overrides ========= */
#block-block-10 {
  /* vertical-align: bottom; */
}

.follow-social {
  position: relative;
  min-height: 89px;
  margin-right: -30px;
  float: right;
}

.follow-social ul {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 56px;
}

.follow-social li {
  display: inline;
  list-style: none;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
  margin-left: 8px;
  float: left;    
}

.follow-social a {
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    width: 23px;
}

.fs-facebook {
  background: url(../images/interface/fs-facebook.png) no-repeat;
}

.fs-twitter {
  background: url(../images/interface/fs-twitter.png) no-repeat;
}


.ecc-block-content-frame {
    margin-top: 0.6em;
    padding: 0 15px 15px 15px;
    border:1px solid rgba(41,170,225,0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.ecc-block-button {

  width: 100% !important;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ecc-block-button:hover {
  color: rgba(41,170,225,1.0) !important;
  text-decoration: none;
}

.ecc-block-content-frame-travel-app {
    margin-top: 0.6em;
    padding: 0 15px 15px 15px;
    border:1px solid rgba(41,170,225,0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding-bottom: 180px;
}

#block-statistics-popular ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;

}

#block-statistics-popular h3 {
  background-color: rgba(41,170,225,0.2);
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.addthis_toolbox {
  border-top: 1px solid rgba(41,170,225,0.2);
  border-bottom: 1px solid rgba(41,170,225,0.2);
  padding-top: 8px;
  margin-top: 15px;
  margin-bottom: 5px;
}


/* Nav toggle */

form#search-block-form {
    float: right;
}

#block-search-form.contextual-links-region {
  padding-right: 0px;
  padding-left: 0px;

}

.navbar-default .navbar-toggle {
    color: #fff;
    border-color: #fff;
    position: absolute;
    right: 25px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #29aae1;
    border-color: #fff;
}

/* search bar and overrides */
form#block-search-form {
  color: #00579d !important;
}

/* Frontpage Slider styles and overrides */

.jumbotron {
  max-width: 750px;
  border: 1px solid rgba(41,170,225,1);
  background: none;
  margin: 75px 0;
  z-index: 100;
}

#slideshow_container {
  min-height: 620px;
}

#slideshow_container .container {
  background-image: url("../images/slider-bg-eu-map2.png");
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}



/* =============================================================================
 *   Flexslider default styles - loaded
 * ========================================================================== */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; background: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;} 
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; text-align: left;}
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* FlexSlider ECC Custom changes
*********************************/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

.flexslider {
  margin: 0 -10px -20px -10px; 
  background: none; 
  border: 0; 
  position: relative; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  -o-border-radius: 0; 
  border-radius: 0; 
  box-shadow: none; 
}

ul.flexslider {
  margin: 0; 
  padding: 0;
}

/* Direction Nav */
.flex-next a, .flex-prev a  {
  text-indent: -9999px;
  /* display:none; */
}

.flex-direction-nav a {
  width: 40px;
  height:70px;
  margin: -36px 0 0;
  display: block;
  background-color: rgba(41,170,225,1) ;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover {background-color: rgba(41,170,225,1);}

.flex-direction-nav .flex-nav-next .flex-next{
  right: 0px;
  background-image: url(../images/interface/bg_direction_nav_right.png);
  background-repeat: no-repeat;
  background-position: 53% 50%;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  position: absolute;
  opacity: 0;
}

.flex-direction-nav .flex-nav-prev .flex-prev {
  left: 0px;
  background-image: url(../images/interface/bg_direction_nav_left.png);
  background-repeat: no-repeat;
  background-position: 47% 50%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius:  0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  opacity: 0;
}

.flexslider:hover .flex-next {opacity: 0.5; right: 0;}
.flexslider:hover .flex-prev {opacity: 0.5; left: 0;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

@media only screen and (min-width: 960px) {
  .flex-direction-nav .flex-next {right: -40px; *right:0;}
  .flex-direction-nav .flex-prev {left: -40px; *left: 0;}
}

/* Control Nav - paging # Hidden*/
ol.flex-control-nav, ol.flex-control-paging {
  /*  bottom: 30px; */
}

.flex-control-nav {
  visibility: hidden;
}

/* Content styles and overrides */
.front .main-container {
  background-color: #fff;
  margin-top:10px;
  margin-bottom:40px;
  padding: 40px 15px;
  border-radius: 3px;
  -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.not-front .main-container {
  background-color: #fff;
  margin-top:0px;
  margin-bottom:40px;
  padding: 40px 15px;
  border-radius: 3px;
  -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

/* ======== Consumer Topics Buttons styles and overrides =========== */
.ct-col-container {

}


.ct-container {
  float: left;
  margin:15px 0;
  position: relative;
  border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.ct-img {

}

.ct-title {
  color: #fff;
  background: rgba(41,170,225,0.95); 
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.ct-title h3 {
  color: #fff !important;
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: lighter !important;
  padding-left: 15px;
}

/* ======== Fronpage1 Region styles and overrides =========== */

#frontpage1 {
  width: 100%;
  color: #fff;
  background: rgba(41,170,225,0.95);
  margin: 30px 0;
  padding: 30px 0;
}

#frontpage1 hr {
   border-color: rgba(255,255,255,0.3);
}

#frontpage1 h2.block-title {
  border-bottom:1px solid rgba(255,255,255,0.5);
}

#frontpage1 h2.content-title a {
  font-weight: normal;
  color:  #fff !important;
  transition: color 0.3s ease;
}

#frontpage1 .content-post-date {
  opacity: 0.5;
}

#frontpage1 h2.content-title a:hover {
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none;
}

#frontpage1 h3.content-title-q-and-a a {
  font-size: 16px;
  font-weight: lighter;
  color: #fff !important;
  transition: color 0.3s ease;
}

#frontpage1 h3.content-title-q-and-a a:hover {
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none;
}

#frontpage1 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #179bd3;
    border: 1px solid rgba(41,170,225,0.3);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,87,157,0.05);
    box-shadow: inset 0 1px 1px rgba(0,87,157,0.05);
}

/* ======== Fronpage2 Region styles and overrides =========== */

#frontpage2 {
  margin: 30px 0;
  padding: 30px 0;
}

/* ======== Breadcrumb styles and overrides ========== */
.breadcrumb {
  margin:10px -15px;
  background-color: transparent;
}

.breadcrumb li:before {
  color:#428bca !important;
  opacity: 0.4;
}

.breadcrumb li.last  {
  color:#428bca !important;
  opacity: 0.6;
}

.breadcrumb > .active {
    color: rgba(41,170,225,0.6);
}

/* side menu styles and overrides */
.block-menu .menu.nav li {
  border-bottom:1px solid rgba(255,255,225,1) !important; 
}

.block-menu .menu.nav a {
  background: rgba(41,170,225,0.1) !important; 
  /* border-bottom:1px solid rgba(41,170,225,1); */
}

.block-menu .menu.nav a:hover {
  background: rgba(41,170,225,0.2) !important; 
  /* border-bottom:1px solid rgba(41,170,225,1); */
}

.block-menu .active-trail.active a {
  color: #00579d !important;
  background: rgba(41,170,225,0.2) !important; 
  /* border-bottom:1px solid rgba(41,170,225,1); */
}

/* ======== content styles and overrides ============*/

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(41,170,225,0.05);
    border: 1px solid rgba(41,170,225,0.3);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,87,157,0.05);
    box-shadow: inset 0 1px 1px rgba(0,87,157,0.05);
}

h1.page-header {
  border-bottom:1px solid rgba(41,170,225,1);
}

h2.content-title a {
  font-weight: normal;
  color: #00579d !important;
  transition: color 0.3s ease;
}

h2.content-title a:hover {
  color: #29aae1 !important;
  text-decoration: none;
}

h3.content-title-q-and-a a {
  font-size: 16px;
  /*font-weight: normal; */
  color: #00579d !important;
  transition: color 0.3s ease;
}

h3.content-title-q-and-a a:hover {
  color: #29aae1 !important;
  text-decoration: none;
}



.node-poll h2 {
  line-height: 0.6em !important;
}

.node-poll h2 a {
  font-size: 16px;
  color: #00579d !important;
}

.node-poll h2 a {
  text-decoration: none;
}

article.node-poll {
    background: #fff;
    margin-top: 0.6em;
    padding: 0 15px 15px 15px;
    border:1px solid rgba(41,170,225,0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.poll  {
  border-top:1px solid rgba(41,170,225,0.2); 
  padding-top: 15px;
  margin-top: 15px;
  
}

.poll .choices {
  border-bottom:1px solid rgba(41,170,225,0.2); 
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#edit-choice {
  border-bottom:1px solid rgba(41,170,225,0.2); 
  padding-bottom: 15px;
  margin-bottom: 15px;
}


#poll-cancel-form {
  border-top:1px solid rgba(41,170,225,0.2); 
  padding-top: 15px;
  margin-top: 15px;
}

.node-poll .radio input[type="radio"] {
   /* margin-left: 0px; */
}

.poll .ajax-processed {
  float: right;
}

/* Block styles and overrides */

h2.block-title {
  font-size: 28px;
  padding: 8px 0 10px 0;
  border-bottom:1px solid rgba(41,170,225,1);
}

/* views styles and overrides */
.views-exposed-widgets {
    margin-bottom: 1em;
    padding: 0 15px 15px 15px;
    border:1px solid rgba(41,170,225,0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}



/* Footer styles and overrides */

#footer .container {
  padding: 0;
}

footer.footer {
  color: #afdfff;
  background: #00579d !important;
  border-top: 1px solid rgba(41,170,225,0.2);
}

footer.footer-copyright {
  padding: 10px 15px;
  background: rgba(41,170,225,1) !important;
}

#footer h2.block-title {
  margin: 0;
  padding-top: 0;
}

.footer a {
  color: rgba(41,170,225,1); 
}
.footer a:hover {
  color: #fff;
  text-decoration: none; 
}

.footer .links-list a {
  color: #afdfff;
  display: block;
  padding: 8px 0;
  padding-left: 12px;
  border-bottom: 1px solid rgba(41,170,225,0.2);
  background: url(../images/interface/list_links_arrow_05.png) no-repeat left 50%;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .links-list a:hover {
  color: #fff;
  background: url(../images/interface/list_links_arrow_10.png) no-repeat left 50%;
}

#footer .footer-address {
  padding-top: 15px;
}

.footer-partnerlogo {
  background: #fff;
}

.partnerlogo-item {
  margin: 15px 15px;
}

.partnerlogo-item.left {
  float: left;
}

.partnerlogo-item.right {
  float: right;
}

.partnerlogo-img {}

.footer-copyright {
  color: #fff;
  font-size: 12px;
}

.footer-copyright-item {
  margin: 0 15px;
}
/* ========= Language dropdown ECC custom classes ============= */


.ddcommon .shadow {
    -moz-box-shadow: 3px 3px 3px -3px rgba(35,81,143,0.3);
    -webkit-box-shadow: 3px 3px 3px -3px rgba(35,81,143,0.3);
    box-shadow: 3px 3px 3px -3px rgba(35,81,143,0.3); 
}

.ddcommon input.text {
    color: #00579d !important;
    padding: 0 0 0 0;
    position: absolute;
    background: none;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}


.ldsSkin{border:0; border-right:1px solid rgba(35,81,143,0.1); margin-right: -15px;}
.ldsSkin .divider{border:0;}
.ldsSkin .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(../images/interface/ecc_lang_arrow.png) no-repeat;}
.ldsSkin .ddArrow:hover{background-position:0 100%;}
.ldsSkin .ddTitle{color:#00579d; background: none;}
.ldsSkin .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.ldsSkin .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ldsSkin .ddTitle .description{font-size:12px; color:#666}
.ldsSkin .ddTitle .ddTitleText img{padding-right:5px; width: 24px; height: 12px;}
.ldsSkin .ddChild{border:0 !important; background-color:#fff; left:1px !important;}
.ldsSkin .ddChild li{color:#00579d; padding:5px; background-color:#afdfff; border-bottom:0 !important;}
.ldsSkin .ddChild li .description{color:#666;}
.ldsSkin .ddChild li .ddlabel{color:#333;}
.ldsSkin .ddChild li.hover{background-color:#d1eeff}
.ldsSkin .ddChild li img{padding:0 6px 0 0; width: 24px; height: 12px;}
.ldsSkin .ddChild li.optgroup{padding:0;}
.ldsSkin .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ldsSkin .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ldsSkin .ddChild li.selected{background-color:#d1eeff; color:#00579d;}
.ldsSkin ul{padding: 0 !important;}


/*

.dd{border:0;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(../../images/msdropdown/skin1/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#00579d;background:#e2e2e4 url(../../images/msdropdown/skin1/title-bg.gif) repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:10px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}
*/

/* ========= Scald media specific classes ============= */


/* DnD atoms media wrappers - Scald image styles */
.dnd-atom-wrapper {
  max-width: 100%;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  line-height: 1.42857;
  margin-bottom: 5px;
  padding: 4px;
  transition: border 0.2s ease-in-out 0s;
}
.dnd-legend-wrapper {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  width: 100% !important;
  display: block; 
}

.dnd-atom-wrapper.atom-align-right {
  @media (min-width: @screen-lg-min) {
    margin-left: 0.7em;
  }
}
.dnd-atom-wrapper.atom-align-left {
  @media (min-width: @screen-lg-min) {
    margin-right: 0.7em;
  }
}
.atom-align-right {
  @media (min-width: @screen-lg-min) {
    float: right !important;
  }
}
.atom-align-left {
  @media (min-width: @screen-lg-min) {
    float: left !important;
  }
}

/* Media atoms styles*/

.dnd-atom-wrapper.type-video {
  width: 100%;
  display: block;
}

.dnd-drop-wrapper img {
    max-width: 100%;
    height: auto !important;
}

.dnd-atom-wrapper.type-image {
  float: left;
  clear: right;
  margin-right: 1.5em;
}

/* qTip for Scald */

.ui-tooltip-scald-dnd {
  max-width: 550px;
  border-radius: 5px;
}

.ui-tooltip-scald-dnd .ui-tooltip-content,
.ui-tooltip-scald-dnd .ui-tooltip-titlebar {
  background-color: #fff;
  border-color: #6bf;
}
/* file presentation for Scald */
img.scald-file-icon {
    height: 96px;
    vertical-align: middle;
    margin-right: 10px;
  }

/* ========= reusable classes ============= */

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -moz-box-shadow: 1px 1px 10px 2px #00579d;
  -webkit-box-shadow: 1px 1px 10px 2px #00579d;
  box-shadow: 1px 1px 10px 2px #00579d;
  z-index: 40;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 180ms ease-in-out;
  -moz-transition: opacity 180ms ease-in-out;
  -o-transition: opacity 180ms ease-in-out;
  transition: opacity 180ms ease-in-out;
}

.item-overlay:hover {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=0.2);
}

.links-list a {
  color: #00579d;
  display: block;
  padding: 8px 0;
  padding-left: 12px;
  border-bottom: 1px solid rgba(41,170,225,0.2);
  background: url(../images/interface/list_links_arrow_05.png) no-repeat left 50%;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links-list a:hover {
  text-decoration: none; 
  color: rgba(41,170,225,1);
  background: url(../images/interface/list_links_arrow_10.png) no-repeat left 50%;
}


/* ========= Media max-width: 769px specific classes ============= */

@media(max-width: 769px) {

#header {
  z-index: 5000;
}

#main-nav {
  margin-left: 0px;
}


.navbar-collapse .navbar-toggle {
  border-color: #00579d;
}

.navbar-default .navbar-toggle {
    position: absolute;
    right: 25px;
}

span.caret.navbar-toggle.sub-arrow {
  background-color: red;
  border-color: #00579d;
}

.navbar #block-search-form {
  background-color: #00579d;
  margin:0;
  padding: 5px 15px;
}

.follow-social {
  min-height: 23px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.follow-social ul {
  margin-top: 0;
}

}