@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flagBounce {
  0% {
    height: 0px;
    padding: 8px 0 0;
  }

  65% {
    height: 0px;
    padding: 8px 0 0;
  }

  90% {
    height: 60px;
    padding: 8px 0 5px;
  }

  100% {
    height: 43px;
  }
}

@-moz-keyframes flagBounce {
  0% {
    height: 0px;
    padding: 8px 0 0;
  }

  65% {
    height: 0px;
    padding: 8px 0 0;
  }

  90% {
    height: 60px;
    padding: 8px 0 5px;
  }

  100% {
    height: 43px;
  }
}

@-o-keyframes flagBounce {
  0% {
    height: 0px;
    padding: 8px 0 0;
  }

  65% {
    height: 0px;
    padding: 8px 0 0;
  }

  90% {
    height: 60px;
    padding: 8px 0 5px;
  }

  100% {
    height: 43px;
  }
}

@-ms-keyframes flagBounce {
  0% {
    height: 0px;
    padding: 8px 0 0;
  }

  65% {
    height: 0px;
    padding: 8px 0 0;
  }

  90% {
    height: 60px;
    padding: 8px 0 5px;
  }

  100% {
    height: 43px;
  }
}

@keyframes flagBounce {
  0% {
    height: 0px;
    padding: 8px 0 0;
  }

  65% {
    height: 0px;
    padding: 8px 0 0;
  }

  90% {
    height: 60px;
    padding: 8px 0 5px;
  }

  100% {
    height: 43px;
  }
}

@-webkit-keyframes dip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes dip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes dip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes dip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes dip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes undip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes undip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes undip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes undip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes undip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

body {
  margin: 0;
}

#ccl-refresh-header {
  font-family: Open Sans, arial, helvetica, sans-serif;
  position: relative;
  margin-bottom: 20px;
  z-index: 999;
}
#ccl-refresh-header strong {
  font-weight: bold;
}
#ccl-refresh-header a {
  text-decoration: none;
  cursor: pointer;
}
#ccl-refresh-header a * {
  cursor: pointer;
}
#ccl-refresh-header img {
  border: 0 none;
}
#ccl-refresh-header .pull-left {
  float: left;
}
#ccl-refresh-header .pull-right {
  float: right;
}
#ccl-refresh-header .ccl-red {
  color: #D71A36;
}
#ccl-refresh-header .ccl-red:hover {
  color: #c01730;
}
#ccl-refresh-header .ccl-blue {
  color: #10559a;
}
#ccl-refresh-header .ccl-blue:hover {
  color: #0e4883;
}
#ccl-refresh-header .max-width {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: block;
  *zoom: 1;
}
#ccl-refresh-header .max-width:before, #ccl-refresh-header .max-width:after {
  display: table;
  content: "";
}
#ccl-refresh-header .max-width:after {
  clear: both;
}
#ccl-refresh-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
#ccl-refresh-header ul:before, #ccl-refresh-header ul:after {
  display: table;
  content: "";
}
#ccl-refresh-header ul:after {
  clear: both;
}
#ccl-refresh-header ul li {
  list-style: none;
  float: left;
}
#ccl-refresh-header .header-nav {
  position: relative;
  z-index: 20;
}
#ccl-refresh-header .header-nav-additional {
  position: relative;
  height: 0;
  z-index: 5;
}
#ccl-refresh-header .header-alert {
  position: relative;
  background: #fce3e3;
  padding: 7px 0 6px;
}
#ccl-refresh-header .header-alert h4, #ccl-refresh-header .header-alert p {
  font-size: 12px;
  float: left;
  margin: 0;
}
#ccl-refresh-header .header-alert h4 {
  font-weight: bold;
  color: #d51a40;
  margin-right: 10px;
}
#ccl-refresh-header .header-alert h4 i {
  background-position: -16px 0;
  height: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  margin-top: -1px;
}
#ccl-refresh-header .header-alert p {
  font-style: italic;
  color: #4f4f4f;
}
#ccl-refresh-header .header-alert a.header-alert-close {
  float: right;
  background-position: 0 0;
  height: 16px;
  width: 16px;
  display: block;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
}
#ccl-refresh-header .header-branding {
  background: #fff;
  padding: 10px 0 5px;
  position: relative;
}
#ccl-refresh-header .header-branding.increaseZ {
  *z-index: 30;
}
#ccl-refresh-header .header-branding .zero-nav {
  font-size: 12px;
  color: #333;
  margin-top: 15px;
}
#ccl-refresh-header .header-branding .zero-nav a {
  text-decoration: none;
}
#ccl-refresh-header .header-branding .zero-nav a:hover {
  text-decoration: underline;
}
#ccl-refresh-header .header-branding .zero-nav #ccl_header_locale-number {
  color: #333;
}
#ccl-refresh-header .header-branding .zero-nav > li {
  padding: 2px 10px;
  position: relative;
}
#ccl-refresh-header .header-branding .zero-nav > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ADBCC7;
  height: 18px;
}
#ccl-refresh-header .header-branding .zero-nav > li:first-child:before {
  display: none;
}
#ccl-refresh-header .header-branding .zero-nav > li.hover .nav-tooltip {
  display: block;
}
#ccl-refresh-header .header-branding .nav-tooltip {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  background: #c9e1ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 30;
  padding: 10px;
  width: 140px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#ccl-refresh-header .header-branding .nav-tooltip:before {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #c9e1ff;
  border-width: 0 5px 8px;
  top: -8px;
  right: 15px;
  height: 0;
  width: 0;
  position: absolute;
  color: transparent;
  display: block;
}
#ccl-refresh-header .header-branding .nav-tooltip li {
  float: none;
  border-top: 1px solid #97BDE6;
}
#ccl-refresh-header .header-branding .nav-tooltip li:first-child {
  border-top: 0 none;
}
#ccl-refresh-header .header-branding .nav-tooltip li.title {
  padding: 9px 7px;
  font-weight: bold;
  color: #505b62;
  font-size: 12px;
  white-space: nowrap;
}
#ccl-refresh-header .header-branding .nav-tooltip li a {
  display: block;
  color: #046bc5;
  padding: 9px 7px;
  *zoom: 1;
}
#ccl-refresh-header .header-branding .nav-tooltip li a:before, #ccl-refresh-header .header-branding .nav-tooltip li a:after {
  display: table;
  content: "";
}
#ccl-refresh-header .header-branding .nav-tooltip li a:after {
  clear: both;
}
#ccl-refresh-header .header-branding .nav-tooltip li a:hover {
  text-decoration: none;
}
#ccl-refresh-header .header-branding .nav-tooltip li a:hover span {
  text-decoration: underline;
}
#ccl-refresh-header .header-branding .nav-tooltip li a i {
  float: right;
  background-position: -12px -17px;
  height: 12px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
}
#ccl-refresh-header .header-branding .nav-tooltip li img {
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
}
#ccl-refresh-header .header-branding .nav-tooltip[data-id=top-destinations] {
  width: 150px;
}
#ccl-refresh-header .header-branding .nav-tooltip[data-id=top-destinations]:before {
  right: 13px;
}
#ccl-refresh-header .header-subscribe {
  background: #C9E0FF;
  padding: 15px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22);
  vertical-align: middle;
  text-align: center;
  color: #505b62;
  display: none;
}
#ccl-refresh-header .header-subscribe .max-width > * {
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 0 0;
}
#ccl-refresh-header .header-subscribe h4 {
  font: normal 20px tempo;
  text-transform: uppercase;
}
#ccl-refresh-header .header-subscribe small {
  font-size: 12px;
}
#ccl-refresh-header .header-subscribe .close {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #5994cc;
  font-size: 12px;
  *width: 40px;
  text-decoration: none;
}
#ccl-refresh-header .header-subscribe .close:hover {
  text-decoration: underline;
}
#ccl-refresh-header .header-subscribe .close i {
  margin: 0 auto 1px;
  display: block;
  background-position: 0 -50px;
  height: 27px;
  width: 25px;
}
#ccl-refresh-header .header-subscribe .close:hover {
  color: #397bb9;
}
#ccl-refresh-header .header-subscribe iframe {
  *height: 35px;
}
#ccl-refresh-header .header-links {
  background: #07539C;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.6);
  position: relative;
  height: 50px;
}
#ccl-refresh-header nav > ul.pull-left > li, #ccl-refresh-header nav > ul.pull-right > li.search {
  position: relative;
}
#ccl-refresh-header nav > ul.pull-left > li > a, #ccl-refresh-header nav > ul.pull-right > li.search > a {
  display: block;
  position: relative;
  background: #07539C;
  color: #D6EAF4;
  font-weight: bold;
  font-size: 18px;
}
#ccl-refresh-header nav > ul.pull-left > li > a span, #ccl-refresh-header nav > ul.pull-right > li.search > a span {
  position: relative;
  display: block;
  height: 22px;
  padding: 14px 35px;
  z-index: 1;
}
#ccl-refresh-header nav > ul.pull-left > li > a.image-link span, #ccl-refresh-header nav > ul.pull-right > li.search > a.image-link span {
  padding: 14px 25px;
}
#ccl-refresh-header nav > ul.pull-left > li > a.image-link span img, #ccl-refresh-header nav > ul.pull-right > li.search > a.image-link span img {
  vertical-align: middle;
}
#ccl-refresh-header nav > ul.pull-left > li > a span.org, #ccl-refresh-header nav > ul.pull-right > li.search > a span.org {
  visibility: hidden;
}
#ccl-refresh-header nav > ul.pull-left > li > a span.top, #ccl-refresh-header nav > ul.pull-left > li > a span.btm, #ccl-refresh-header nav > ul.pull-right > li.search > a span.top, #ccl-refresh-header nav > ul.pull-right > li.search > a span.btm {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#ccl-refresh-header nav > ul.pull-left > li > a span.top, #ccl-refresh-header nav > ul.pull-right > li.search > a span.top {
  color: #FFF;
  background: #D7143D;
  border-bottom: 0px solid #D7143D;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
#ccl-refresh-header nav > ul.pull-left > li > a span.btm, #ccl-refresh-header nav > ul.pull-right > li.search > a span.btm {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 0 50px;
  -moz-transform-origin: 0 50px;
  -ms-transform-origin: 0 50px;
  -o-transform-origin: 0 50px;
  transform-origin: 0 50px;
}
#ccl-refresh-header nav > ul.pull-left > li > a:after, #ccl-refresh-header nav > ul.pull-right > li.search > a:after {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-top-color: #07539C;
  border-width: 9px 12px 0;
  bottom: 40px;
  opacity: 0;
  left: 50%;
  margin-left: -12px;
  height: 0;
  width: 0;
  position: absolute;
  color: transparent;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
#ccl-refresh-header nav > ul.pull-left > li > a.initialized, #ccl-refresh-header nav > ul.pull-right > li.search > a.initialized {
  -webkit-animation: undip 150ms linear 0s 1 normal;
  -moz-animation: undip 150ms linear 0s 1 normal;
  -ms-animation: undip 150ms linear 0s 1 normal;
  -o-animation: undip 150ms linear 0s 1 normal;
  animation: undip 150ms linear 0s 1 normal;
}
#ccl-refresh-header nav > ul.pull-left > li > a.initialized.hover, #ccl-refresh-header nav > ul.pull-right > li.search > a.initialized.hover {
  -webkit-animation: dip 150ms linear 0s 1 normal;
  -moz-animation: dip 150ms linear 0s 1 normal;
  -ms-animation: dip 150ms linear 0s 1 normal;
  -o-animation: dip 150ms linear 0s 1 normal;
  animation: dip 150ms linear 0s 1 normal;
}
#ccl-refresh-header nav > ul.pull-left > li > a.initialized.hover:after, #ccl-refresh-header nav > ul.pull-right > li.search > a.initialized.hover:after {
  border-top-color: #D7143D;
  bottom: -8px;
  opacity: 1;
}
#ccl-refresh-header nav > ul.pull-left > li > a.initialized.hover span.top, #ccl-refresh-header nav > ul.pull-right > li.search > a.initialized.hover span.top {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#ccl-refresh-header nav > ul.pull-left > li > a.initialized.hover span.btm, #ccl-refresh-header nav > ul.pull-right > li.search > a.initialized.hover span.btm {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
#ccl-refresh-header nav > ul.pull-left > li > a.active, #ccl-refresh-header nav > ul.pull-right > li.search > a.active {
  -webkit-animation: none 0.5s linear 0s 1 normal;
  -moz-animation: none 0.5s linear 0s 1 normal;
  -ms-animation: none 0.5s linear 0s 1 normal;
  -o-animation: none 0.5s linear 0s 1 normal;
  animation: none 0.5s linear 0s 1 normal;
}
#ccl-refresh-header nav > ul.pull-left > li > a.active.hover, #ccl-refresh-header nav > ul.pull-right > li.search > a.active.hover {
  -webkit-animation: none 0.5s linear 0s 1 normal;
  -moz-animation: none 0.5s linear 0s 1 normal;
  -ms-animation: none 0.5s linear 0s 1 normal;
  -o-animation: none 0.5s linear 0s 1 normal;
  animation: none 0.5s linear 0s 1 normal;
}
#ccl-refresh-header nav > ul.pull-left > li > a.active span.org, #ccl-refresh-header nav > ul.pull-right > li.search > a.active span.org {
  visibility: visible;
  height: 22px;
  padding: 14px 35px 9px;
  border-bottom: 5px solid #D7143D;
  background: #07437D;
  color: #fff;
}
#ccl-refresh-header nav > ul.pull-left > li > a.active span.top, #ccl-refresh-header nav > ul.pull-left > li > a.active span.btm, #ccl-refresh-header nav > ul.pull-right > li.search > a.active span.top, #ccl-refresh-header nav > ul.pull-right > li.search > a.active span.btm {
  display: none;
}
#ccl-refresh-header nav > ul.pull-left > li > a.active.image-link span.org, #ccl-refresh-header nav > ul.pull-right > li.search > a.active.image-link span.org {
  padding: 14px 25px 9px;
}
#ccl-refresh-header nav > ul.pull-left > li:after, #ccl-refresh-header nav > ul.pull-right > li.search:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border-left: 1px solid #063D74;
  border-right: 1px solid #2F72B5;
  z-index: 5;
}
#ccl-refresh-header nav > ul.pull-left > li:first-child:before, #ccl-refresh-header nav > ul.pull-left > li.search:before, #ccl-refresh-header nav > ul.pull-right > li.search:first-child:before, #ccl-refresh-header nav > ul.pull-right > li.search.search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  border-left: 1px solid #063D74;
  border-right: 1px solid #2F72B5;
  z-index: 5;
}
#ccl-refresh-header nav li.log {
  padding: 16px 15px 0 0;
  color: #fff;
  font-size: 12px;
}
#ccl-refresh-header nav li.log a {
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  padding: 3px 7px;
  color: #fff;
  position: relative;
}
#ccl-refresh-header nav li.log a:hover {
  text-decoration: underline;
}
#ccl-refresh-header nav li.log strong {
  max-width: 75px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
#ccl-refresh-header nav li.log .login-link.hover {
  background: #07437D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
#ccl-refresh-header nav li.log .login-link.hover:after {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 0 9px 18px;
  top: 23px;
  right: 13px;
  height: 0;
  width: 0;
  position: absolute;
  color: transparent;
  display: block;
}
#ccl-refresh-header nav li.notification-flag {
  padding-right: 10px;
  width: 61px;
  height: 50px;
  position: relative;
}
#ccl-refresh-header nav li.notification-flag a {
  position: absolute;
  padding-left: 7px;
  top: -7px;
  left: 0;
  display: block;
  color: #fff;
  -webkit-animation: fadeIn 1.2s linear 0s 1 normal;
  -moz-animation: fadeIn 1.2s linear 0s 1 normal;
  -ms-animation: fadeIn 1.2s linear 0s 1 normal;
  -o-animation: fadeIn 1.2s linear 0s 1 normal;
  animation: fadeIn 1.2s linear 0s 1 normal;
}
#ccl-refresh-header nav li.notification-flag a:before {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #951A2B;
  border-width: 0  0 7px 7px;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  position: absolute;
  color: transparent;
  display: block;
}
#ccl-refresh-header nav li.notification-flag a span {
  display: block;
}
#ccl-refresh-header nav li.notification-flag a span.content {
  width: 54px;
  *height: 43px;
  background: #E0354D;
  overflow: hidden;
  text-align: center;
  padding: 8px 0 5px;
  -webkit-animation: flagBounce 1.5s linear 0s 1 normal;
  -moz-animation: flagBounce 1.5s linear 0s 1 normal;
  -ms-animation: flagBounce 1.5s linear 0s 1 normal;
  -o-animation: flagBounce 1.5s linear 0s 1 normal;
  animation: flagBounce 1.5s linear 0s 1 normal;
}
#ccl-refresh-header nav li.notification-flag a span.content strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 11px;
  display: block;
  margin: 5px 0 7px;
}
#ccl-refresh-header nav li.notification-flag a span.content span {
  font-size: 11px;
  line-height: 10px;
}
#ccl-refresh-header nav li.notification-flag a span.tails {
  background-position: 0 -30px;
  height: 20px;
  width: 54px;
  margin-top: -1px;
  display: block;
}
#ccl-refresh-header .header-flyouts {
  position: relative;
  top: -120px;
  height: 115px;
  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
#ccl-refresh-header .header-flyouts .max-width {
  padding: 0;
}
#ccl-refresh-header .header-flyouts.exposed {
  top: 0;
}
#ccl-refresh-header .flyout {
  height: 75px;
  width: 100%;
  padding: 15px 0 25px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  *zoom: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#ccl-refresh-header .flyout:before, #ccl-refresh-header .flyout:after {
  display: table;
  content: "";
}
#ccl-refresh-header .flyout:after {
  clear: both;
}
#ccl-refresh-header .flyout .flyout-btn {
  cursor: pointer;
  display: block;
  position: relative;
  border: 0 none;
  white-space: nowrap;
  font: bold 14px arial, helvetica, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #69A3DF;
  color: #fff;
  text-align: center;
  padding: 8px 25px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#ccl-refresh-header .flyout .flyout-btn:hover {
  background: #d51a41;
}
#ccl-refresh-header .flyout > ul {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  text-align: center;
}
#ccl-refresh-header .flyout > ul > li {
  min-width: 12%;
  margin: 0 2%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
}
#ccl-refresh-header .flyout > ul > li > a {
  display: block;
  color: #6ba4dd;
  font-weight: bold;
  font-size: 16px;
}
#ccl-refresh-header .flyout > ul > li > a .img {
  display: block;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
}
#ccl-refresh-header .flyout > ul > li > a img {
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
#ccl-refresh-header .flyout > ul > li > a .title {
  display: block;
  white-space: nowrap;
}
#ccl-refresh-header .flyout > ul > li > a:hover {
  color: #0d447b;
}
#ccl-refresh-header .flyout > ul.children-6 > li {
  width: 16%;
  margin: 0;
}
#ccl-refresh-header .flyout.active {
  display: block;
}
#ccl-refresh-header .flyout.showUL ul {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#ccl-refresh-header .flyout .search-box {
  width: 54%;
  padding-right: 3%;
  margin-right: 0;
  border-right: 1px solid #D4D4D4;
  text-align: left;
  float: left;
}
#ccl-refresh-header .flyout .search-box .search-wrapper {
  border-bottom: 1px dashed #A8A8A8;
  position: relative;
  padding-bottom: 3px;
  padding-top: 10px;
}
#ccl-refresh-header .flyout .search-box .search-wrapper input {
  width: 80%;
  position: relative;
  display: block;
  font: normal 48px/57px arial,helvetica,sans-serif;
  vertical-align: middle;
  color: #000;
  border: 0 none;
  padding: 1px 0;
  height: 57px;
  background: transparent;
}
#ccl-refresh-header .flyout .search-box .search-wrapper input::-webkit-input-placeholder {
  color: #acacac;
}
#ccl-refresh-header .flyout .search-box .search-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}
#ccl-refresh-header .flyout .search-box .search-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
#ccl-refresh-header .flyout .search-box .search-wrapper input:-ms-input-placeholder {
  color: #acacac;
}
#ccl-refresh-header .flyout .search-box .search-wrapper input.placeholder {
  color: #acacac;
}
#ccl-refresh-header .flyout .search-box .search-wrapper button {
  position: absolute;
  top: 25px;
  right: 0;
}
#ccl-refresh-header .flyout .popular-box {
  text-align: left;
  margin-left: 2%;
  margin-right: 0;
  width: 38%;
  float: left;
}
#ccl-refresh-header .flyout .popular-box h3 {
  margin: 0 0 3px;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
#ccl-refresh-header .flyout .popular-box li {
  width: 50%;
  *width: 49%;
  float: left;
  margin-bottom: 2px;
  font-size: 12px;
}
#ccl-refresh-header .flyout .popular-box li a {
  color: #10559a;
  text-decoration: none;
}
#ccl-refresh-header .flyout .popular-box li a:hover {
  text-decoration: underline;
}
#ccl-refresh-header .flyout .popular-box li a:hover {
  color: #ea2b58;
}
#ccl-refresh-header .flyout .login-item {
  width: 54%;
  padding-right: 3%;
  margin-right: 0;
  border-right: 1px solid #D4D4D4;
  text-align: left;
  position: relative;
  float: left;
  padding-top: 20px;
  padding-bottom: 5px;
}
#ccl-refresh-header .flyout .login-item div {
  float: left;
  width: 35%;
  margin-right: 4%;
}
#ccl-refresh-header .flyout .login-item div input {
  background: #E3F2FF;
  height: 32px;
  width: 95%;
  font: normal 11px/32px arial,helvetica,sans-serif;
  vertical-align: middle;
  color: #505b62;
  padding: 2px 10px 0 10px;
  border: 0 none;
  border-top-color: #BECAD5;
  border-bottom-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 5px;
}
#ccl-refresh-header .flyout .login-item div a {
  display: block;
  font-size: 11px;
  color: #10559a;
  text-decoration: none;
}
#ccl-refresh-header .flyout .login-item div a:hover {
  text-decoration: underline;
}
#ccl-refresh-header .flyout .login-item .flyout-btn {
  *width: 20%;
  float: left;
  display: block;
}
#ccl-refresh-header .flyout .register-item {
  text-align: center;
  margin-left: 2%;
  margin-right: 0;
  width: 38%;
  float: left;
  padding-top: 20px;
}
#ccl-refresh-header .flyout .register-item h3 {
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
  margin: 0 15px 0 0;
}
#ccl-refresh-header .flyout .register-item .flyout-btn {
  display: inline-block;
  vertical-align: middle;
  *text-indent: 0 !important;
  *display: inline;
  *zoom: 1;
}

.no-boxshadow #ccl-refresh-header .flyout {
  border: 1px solid #ddd;
}

.no-csstransitions #ccl-refresh-header nav > ul.pull-left > li > a.hover, .no-csstransitions #ccl-refresh-header nav > ul.pull-right > li.search > a.hover {
  background: #D7143D;
  color: #fff;
}

#ccl_homepage #ccl-refresh-header .max-width {
  max-width: 1040px;
}

@media (max-width: 850px) {
  #ccl-refresh-header .max-width {
    width: 850px;
  }
}
.no-boxshadow #ccl-refresh-header .max-width {
  min-width: 1000px;
}

.ph-header {
  margin-bottom: 20px;
/* This was adding some unecessary white space under the header bar
   which was not a problem before the redesign, but is undesirable
   after.  
  background: url(img/header.png) no-repeat center 0 white; */
  background: url(img/header.png) no-repeat center 0;
  height: 152px;
}
