/* ----------------------------------------------------
=reset
resets most elements to allow consistent rendering
across multiple browsers
---------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* ----------------------------------------------------
=clearfix
- prevents elements with floated elements inside
  from collapsing
- helps clear floats & works similar to using
  <div style="clear:both"></div> except cleaner
---------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* ----------------------------------------------------------------------------
	=Mobile Variables
	----------------------------------------------------------------------------- */
/* Base Layout Colors */
/* Text Colors */
/* Dividers and Element Colors */
/* Base Backgrounds */
/* Event Item Size Variables */
/***
	Media Queries
***/
	/* 
	@include media($mobile-portrait){

	}
	*/
@media screen and (max-width: 700px) {
  .hide_mobile {
    display: none;
  }
}

.show_mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .show_mobile {
    display: block;
  }
}

/* ----------------------------------------------------------------------------
=header
----------------------------------------------------------------------------- */
header, #header {
  position: relative;
  height: 174px;
  z-index: 1000;
}
header .header_top, #header .header_top {
  height: 126px;
}
header .header_top .logo, #header .header_top .logo {
  width: 200px;
  height: 106px;
  position: relative;
  margin-left: 26px;
  padding-top: 8px;
  float: left;
}
header .header_top .logo span, header .header_top .logo a, #header .header_top .logo span, #header .header_top .logo a {
  background: url(../images/logo_header_new.png) no-repeat left top;
  display: block;
  height: 106px;
  text-indent: -9999px;
  width: 200px;
  opacity: 1.0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
header .header_top .logo a:hover, header .header_top .logo a:focus, #header .header_top .logo a:hover, #header .header_top .logo a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 1050px) {
  header .header_top .logo, #header .header_top .logo {
    width: 140px;
    height: 75px;
    margin-left: 15px;
    padding-top: 0;
  }
  header .header_top .logo span, header .header_top .logo a, #header .header_top .logo span, #header .header_top .logo a {
    width: 140px;
    height: 75px;
    background-size: 100% auto;
  }
}
header .header_top .hdr_spotlights, #header .header_top .hdr_spotlights {
  width: calc(100% - 266px);
  float: right;
}
@media screen and (max-width: 1050px) {
  header .header_top .hdr_spotlights, #header .header_top .hdr_spotlights {
    display: none;
  }
}
header .header_top .spotlight, #header .header_top .spotlight {
  position: relative;
  float: left;
  max-width: 220px;
  width: calc(33.3% - 20px);
  margin: 31px 0px 0px 20px;
  height: auto;
}
header .header_top .spotlight.first, #header .header_top .spotlight.first {
  margin: 31px 0 0 0px;
}
header .header_top .spotlight a.trigger, #header .header_top .spotlight a.trigger {
  display: block;
  position: relative;
  height: 60px;
  margin: 0 auto;
  line-height: 62px;
  text-transform: uppercase;
  width: 100%;
  color: white;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  background: url(../images/spotlight_bg_active.jpg) no-repeat center top;
  text-shadow: 1px 1px 1px #0f2b4b;
  border-right: 1px solid #33777A;
  border-left: 1px solid #33777A;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-filter: dropshadow(color=#0f2b4b, offx=1, offy=1);
          filter: dropshadow(color=#0f2b4b, offx=1, offy=1);
  text-decoration: none;
}
header .header_top .spotlight a.trigger.active, #header .header_top .spotlight a.trigger.active {
  background: url(../images/spotlight_bg_active.jpg) no-repeat center top;
  color: #ECC470;
}
header .header_top .spotlight a.trigger.hover, #header .header_top .spotlight a.trigger.hover {
  background: url(../images/spotlight_bg.png) no-repeat center top;
  color: #ECC470;
}
header .header_top .spotlight a.trigger:active, header .header_top .spotlight a.trigger:visited, header .header_top .spotlight a.trigger:focus, header .header_top .spotlight a.trigger:hover, #header .header_top .spotlight a.trigger:active, #header .header_top .spotlight a.trigger:visited, #header .header_top .spotlight a.trigger:focus, #header .header_top .spotlight a.trigger:hover {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  header .header_top .spotlight a.trigger, #header .header_top .spotlight a.trigger {
    font-size: 20px;
    border-right: 1px solid #33777A;
    border-left: 1px solid #33777A;
  }
}
@media screen and (max-width: 820px) {
  header .header_top .spotlight a.trigger, #header .header_top .spotlight a.trigger {
    font-size: 18px;
  }
}
header .header_top .spotlight .details, #header .header_top .spotlight .details {
  display: none;
  height: 320px;
  max-width: 220px;
  width: 100%;
  position: absolute;
  z-index: 2000;
  top: 60px;
  left: 0px;
  padding-bottom: 20px;
  background: url(../images/spotlight_bg_open.png) no-repeat center top;
  background: #4B949A;
  height: auto;
  border-right: 1px solid #33777A;
  border-left: 1px solid #33777A;
  border-bottom: 1px solid #33777A;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
header .header_top .spotlight .details a.image, #header .header_top .spotlight .details a.image {
  display: block;
  width: 98%;
  margin: 4px auto 0;
  text-decoration: none;
  text-align: center;
}
header .header_top .spotlight .details a.image:focus, header .header_top .spotlight .details a.image:hover, #header .header_top .spotlight .details a.image:focus, #header .header_top .spotlight .details a.image:hover {
  text-decoration: none;
}
header .header_top .spotlight .details a.image img, #header .header_top .spotlight .details a.image img {
  margin: 0;
}
header .header_top .spotlight .details img, #header .header_top .spotlight .details img {
  display: inline-block;
  width: 200px;
  width: 95%;
  height: auto;
  margin: 4px auto 0;
}
header .header_top .spotlight .details p, #header .header_top .spotlight .details p {
  display: block;
  color: white;
  font-size: 12px;
  line-height: 140%;
  width: 100%;
  margin: 0 auto 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 10px 0;
}
header .header_top .spotlight .details p a, #header .header_top .spotlight .details p a {
  color: #ccc;
}
header .header_top .spotlight .details a.more, header .header_top .spotlight .details a.more:link, header .header_top .spotlight .details a.more:visited, #header .header_top .spotlight .details a.more, #header .header_top .spotlight .details a.more:link, #header .header_top .spotlight .details a.more:visited {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 210px;
  width: 100%;
  height: 20px;
  padding: 0px 10px 0 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: url(../images/spotlight_detail_link.png) repeat left top;
  text-align: right;
  color: #0D2B4B;
  font-size: 12px;
  font-weight: bold;
  color: #0E2846;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid transparent;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
header .header_top .spotlight .details a.more:focus, header .header_top .spotlight .details a.more:hover, header .header_top .spotlight .details a.more:link:focus, header .header_top .spotlight .details a.more:link:hover, header .header_top .spotlight .details a.more:visited:focus, header .header_top .spotlight .details a.more:visited:hover, #header .header_top .spotlight .details a.more:focus, #header .header_top .spotlight .details a.more:hover, #header .header_top .spotlight .details a.more:link:focus, #header .header_top .spotlight .details a.more:link:hover, #header .header_top .spotlight .details a.more:visited:focus, #header .header_top .spotlight .details a.more:visited:hover {
  text-decoration: none;
  background: url(../images/spotlight_detail_link_active.png) repeat left top;
  color: white;
  border-top: 1px dotted white;
}
@media screen and (max-width: 1050px) {
  header .header_top, #header .header_top {
    height: 75px;
  }
}
@media screen and (max-width: 1050px) {
  header, #header {
    height: 75px;
    background: #fff;
  }
  header:after, #header:after {
    content: '';
    height: 6px;
    display: block;
    width: 100%;
    background: url(../images/header_nav_bg.png) no-repeat center bottom;
  }
}

/* ----------------------------------------------------------------------------
=toolbar
----------------------------------------------------------------------------- */
#toolbar {
  background-color: #0F2B4B;
  font-size: 11px;
  height: 40px;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
#toolbar .holder {
  height: 37px;
  margin: 0 auto;
  position: relative;
  border-bottom: solid 2px #ACB8D1;
}
#toolbar .holder .spacing {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
#toolbar .holder .spacing .text-links {
  display: block;
  float: left;
  width: auto;
  margin: 12px 0 0 10px;
  list-style: none;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 120%;
  text-transform: uppercase;
}
#toolbar .holder .spacing .text-links li {
  display: block;
  float: left;
  width: auto;
  padding: 0 10px;
  font-weight: normal;
}
#toolbar .holder .spacing .text-links li.proposal {
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 120px;
}
#toolbar .holder .spacing .text-links li.business {
  border-right: 1px solid white;
  width: 140px;
}
#toolbar .holder .spacing .text-links li span {
  color: white;
}
#toolbar .holder .spacing .text-links li a {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: white;
  text-decoration: none;
}
#toolbar .holder .spacing .text-links li a:visited {
  text-decoration: none;
}
#toolbar .holder .spacing .text-links li a:active, #toolbar .holder .spacing .text-links li a:hover, #toolbar .holder .spacing .text-links li a:focus {
  color: #F8DF61;
  text-decoration: none;
}
#toolbar .holder .spacing .social-links {
  display: block;
  float: right;
  width: auto;
  margin: 0;
  list-style: none;
}
#toolbar .holder .spacing .social-links li {
  display: block;
  float: left;
  width: auto;
  padding: 0;
}
#toolbar .holder .spacing .social-links li a {
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background: url(../images/social_sprite_head.png) no-repeat 0 0;
  text-indent: -9000px;
  margin-top: 1px;
}
#toolbar .holder .spacing .social-links li a.ig {
  background-position: -182px 0;
}
#toolbar .holder .spacing .social-links li a.ig:hover, #toolbar .holder .spacing .social-links li a.ig:focus {
  background-position: -182px -35px;
}
#toolbar .holder .spacing .social-links li a.fb {
  background-position: 0 0;
}
#toolbar .holder .spacing .social-links li a.fb:hover, #toolbar .holder .spacing .social-links li a.fb:focus {
  background-position: 0 -35px;
}
#toolbar .holder .spacing .social-links li a.tw {
  background-position: -35px 0;
}
#toolbar .holder .spacing .social-links li a.tw:hover, #toolbar .holder .spacing .social-links li a.tw:focus {
  background-position: -35px -35px;
}
#toolbar .holder .spacing .social-links li a.yt {
  background-position: -70px 0;
}
#toolbar .holder .spacing .social-links li a.yt:hover, #toolbar .holder .spacing .social-links li a.yt:focus {
  background-position: -70px -35px;
}
#toolbar .holder .spacing .social-links li a.pn {
  background-position: -105px 0;
}
#toolbar .holder .spacing .social-links li a.pn:hover, #toolbar .holder .spacing .social-links li a.pn:focus {
  background-position: -105px -34px;
}
#toolbar .holder .spacing .social-links li a.li {
  background-position: -144px 0;
  margin-right: 20px;
}
#toolbar .holder .spacing .social-links li a.li:hover, #toolbar .holder .spacing .social-links li a.li:focus {
  background-position: -144px -35px;
}
#toolbar .holder .spacing .social-links li a.my {
  background-position: -182px 0;
  margin-right: 20px;
}
#toolbar .holder .spacing .social-links li a.my:hover, #toolbar .holder .spacing .social-links li a.my:focus {
  background-position: -182px -35px;
}
#toolbar .holder .spacing .social-links li a.gp {
  background-position: -221px 0;
}
#toolbar .holder .spacing .social-links li a.gp:hover, #toolbar .holder .spacing .social-links li a.gp:focus {
  background-position: -221px -35px;
}
#toolbar .holder .spacing .social-links li a:visited, #toolbar .holder .spacing .social-links li a:active, #toolbar .holder .spacing .social-links li a:hover, #toolbar .holder .spacing .social-links li a:focus {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  #toolbar .holder .spacing .social-links li a {
    display: none;
  }
}
#toolbar .holder .spacing .social-links li.search_container {
  float: right;
  position: relative;
}
#toolbar .holder .spacing .social-links li.search_container input[type=text] {
  background: white;
  float: left;
  font-size: 11px;
  padding: 2px 5px;
  border: none;
  height: 20px;
  color: #0F2B4B;
  text-transform: uppercase;
  width: 185px;
  margin: 6px 3px 0 0;
}
#toolbar .holder .spacing .social-links li.search_container input[type=text]::-webkit-input-placeholder {
  color: #0F2B4B;
  text-transform: uppercase;
}
#toolbar .holder .spacing .social-links li.search_container input[type=text]:-moz-placeholder {
  color: #0F2B4B;
  text-transform: uppercase;
}
#toolbar .holder .spacing .social-links li.search_container button {
  width: 35px;
  background: url(../images/search_sprite.png) 0 0 no-repeat;
  cursor: pointer;
  border: none;
  font-size: 0;
  text-indent: -5000px;
  float: right;
  height: 35px;
  margin: 1px 0 0;
}
#toolbar .holder .spacing .social-links li.search_container button:hover, #toolbar .holder .spacing .social-links li.search_container button:focus {
  background-position: 0 -35px;
}
@media screen and (max-width: 960px) {
  #toolbar .holder .spacing .social-links {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #toolbar .holder .spacing .search_container {
    float: right;
  }
}

/* ----------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------- */
footer, .footer {
  background-color: #0F2B4B;
  font-size: 15px;
  height: auto;
  /* open height is 262px */
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
footer .holder, .footer .holder {
  height: auto;
  margin: 2px auto 0;
  position: relative;
  background: url(../images/footer_ribbon.png) repeat-x top center;
}
footer .holder .footer_top, .footer .holder .footer_top {
  position: relative;
  max-width: 995px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  height: auto;
}
footer .holder .footer_top .nav, .footer .holder .footer_top .nav {
  float: left;
  width: 354px;
}
footer .holder .footer_top .nav ul, .footer .holder .footer_top .nav ul {
  display: block;
  list-style: none;
  margin-top: 6px;
}
footer .holder .footer_top .nav ul li, .footer .holder .footer_top .nav ul li {
  display: block;
  float: left;
  background: url(../images/footer_nav_rules.png) no-repeat center right;
  width: 135px;
  height: 32px;
}
footer .holder .footer_top .nav ul li:first-child, .footer .holder .footer_top .nav ul li:first-child {
  width: 70px;
}
footer .holder .footer_top .nav ul li:first-child:hover, .footer .holder .footer_top .nav ul li:first-child:hover {
  width: 70px;
  margin-left: 0;
}
footer .holder .footer_top .nav ul li:first-child a, footer .holder .footer_top .nav ul li:first-child span, .footer .holder .footer_top .nav ul li:first-child a, .footer .holder .footer_top .nav ul li:first-child span {
  width: 70px;
}
footer .holder .footer_top .nav ul li:hover, footer .holder .footer_top .nav ul li:active, footer .holder .footer_top .nav ul li.active, .footer .holder .footer_top .nav ul li:hover, .footer .holder .footer_top .nav ul li:active, .footer .holder .footer_top .nav ul li.active {
  background: url(../images/footer_detail_active_bg.jpg) repeat left top;
  width: 137px;
  margin-left: -2px;
  border-top: solid 1px #8795A5;
  border-bottom: solid 1px white;
}
footer .holder .footer_top .nav ul li.active a, footer .holder .footer_top .nav ul li.active a:link, footer .holder .footer_top .nav ul li.active a:visited, footer .holder .footer_top .nav ul li.active a:hover, footer .holder .footer_top .nav ul li.active a:active, footer .holder .footer_top .nav ul li.active span, .footer .holder .footer_top .nav ul li.active a, .footer .holder .footer_top .nav ul li.active a:link, .footer .holder .footer_top .nav ul li.active a:visited, .footer .holder .footer_top .nav ul li.active a:hover, .footer .holder .footer_top .nav ul li.active a:active, .footer .holder .footer_top .nav ul li.active span {
  color: #0F2B4B;
}
footer .holder .footer_top .nav ul li a, footer .holder .footer_top .nav ul li span, .footer .holder .footer_top .nav ul li a, .footer .holder .footer_top .nav ul li span {
  display: block;
  width: 135px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  line-height: 180%;
  font-weight: normal;
  background: transparent;
  padding-top: 3px;
}
footer .holder .footer_top .nav ul li a:link, footer .holder .footer_top .nav ul li a:visited, footer .holder .footer_top .nav ul li span:link, footer .holder .footer_top .nav ul li span:visited, .footer .holder .footer_top .nav ul li a:link, .footer .holder .footer_top .nav ul li a:visited, .footer .holder .footer_top .nav ul li span:link, .footer .holder .footer_top .nav ul li span:visited {
  text-decoration: none;
}
footer .holder .footer_top .nav ul li a:active, footer .holder .footer_top .nav ul li a.active, footer .holder .footer_top .nav ul li span:active, footer .holder .footer_top .nav ul li span.active, .footer .holder .footer_top .nav ul li a:active, .footer .holder .footer_top .nav ul li a.active, .footer .holder .footer_top .nav ul li span:active, .footer .holder .footer_top .nav ul li span.active {
  text-decoration: none;
  color: #0F2B4B;
}
footer .holder .footer_top .nav ul li a:hover, footer .holder .footer_top .nav ul li span:hover, .footer .holder .footer_top .nav ul li a:hover, .footer .holder .footer_top .nav ul li span:hover {
  text-decoration: none;
  color: #0F2B4B;
}
@media screen and (max-width: 960px) {
  footer .holder .footer_top .nav, .footer .holder .footer_top .nav {
    display: none;
  }
}
footer .holder .footer_top a.carbonhouse, .footer .holder .footer_top a.carbonhouse {
  display: block;
  float: left;
  width: 175px;
  height: 25px;
  background: url(../images/footer_carbonhouse.png) no-repeat 0 0;
  text-indent: -9000px;
  margin-top: 9px;
}
footer .holder .footer_top a.carbonhouse:link, footer .holder .footer_top a.carbonhouse:visited, .footer .holder .footer_top a.carbonhouse:link, .footer .holder .footer_top a.carbonhouse:visited {
  text-decoration: none;
}
footer .holder .footer_top a.carbonhouse:hover, footer .holder .footer_top a.carbonhouse:focus, footer .holder .footer_top a.carbonhouse:active, .footer .holder .footer_top a.carbonhouse:hover, .footer .holder .footer_top a.carbonhouse:focus, .footer .holder .footer_top a.carbonhouse:active {
  text-decoration: none;
  background-position: 0 -25px;
}
@media screen and (max-width: 1050px) {
  footer .holder .footer_top a.carbonhouse, .footer .holder .footer_top a.carbonhouse {
    float: right;
  }
}
@media screen and (max-width: 960px) {
  footer .holder .footer_top a.carbonhouse, .footer .holder .footer_top a.carbonhouse {
    clear: both;
    float: none;
    display: block;
    margin: 0px auto 5px;
  }
}
footer .holder .footer_top a.smg, .footer .holder .footer_top a.smg {
  display: block;
  float: left;
  width: 183px;
  height: 30px;
  background: url(../images/footer_smg.png) no-repeat 0 0;
  text-indent: -9000px;
  margin: 5px 3px 0 0;
}
footer .holder .footer_top a.smg:link, footer .holder .footer_top a.smg:visited, .footer .holder .footer_top a.smg:link, .footer .holder .footer_top a.smg:visited {
  text-decoration: none;
}
footer .holder .footer_top a.smg:hover, footer .holder .footer_top a.smg:focus, footer .holder .footer_top a.smg:active, .footer .holder .footer_top a.smg:hover, .footer .holder .footer_top a.smg:focus, .footer .holder .footer_top a.smg:active {
  text-decoration: none;
  background-position: 0 -30px;
}
@media screen and (max-width: 1050px) {
  footer .holder .footer_top a.smg, .footer .holder .footer_top a.smg {
    float: right;
  }
}
@media screen and (max-width: 960px) {
  footer .holder .footer_top a.smg, .footer .holder .footer_top a.smg {
    clear: both;
    float: none;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 1050px) {
  footer .holder .footer_top .social_links, .footer .holder .footer_top .social_links {
    float: right;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  footer .holder .footer_top .social_links, .footer .holder .footer_top .social_links {
    float: left;
    width: 100%;
    clear: left;
    text-align: center;
    height: 40px;
  }
  footer .holder .footer_top .social_links a.social, .footer .holder .footer_top .social_links a.social {
    float: none;
    display: inline-block;
  }
}
footer .holder .footer_top a.social, .footer .holder .footer_top a.social {
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background: url(../images/social_sprite_head.png) no-repeat 0 0;
  text-indent: -9000px;
  margin-top: 3px;
  float: left;
}
footer .holder .footer_top a.social.ig, .footer .holder .footer_top a.social.ig {
  background-position: -182px 0;
}
footer .holder .footer_top a.social.ig:hover, footer .holder .footer_top a.social.ig:focus, .footer .holder .footer_top a.social.ig:hover, .footer .holder .footer_top a.social.ig:focus {
  background-position: -182px -35px;
}
footer .holder .footer_top a.social.fb, .footer .holder .footer_top a.social.fb {
  background-position: 0 0;
}
footer .holder .footer_top a.social.fb:hover, footer .holder .footer_top a.social.fb:focus, .footer .holder .footer_top a.social.fb:hover, .footer .holder .footer_top a.social.fb:focus {
  background-position: 0 -35px;
}
footer .holder .footer_top a.social.tw, .footer .holder .footer_top a.social.tw {
  background-position: -35px 0;
}
footer .holder .footer_top a.social.tw:hover, footer .holder .footer_top a.social.tw:focus, .footer .holder .footer_top a.social.tw:hover, .footer .holder .footer_top a.social.tw:focus {
  background-position: -35px -35px;
}
footer .holder .footer_top a.social.yt, .footer .holder .footer_top a.social.yt {
  background-position: -70px 0;
}
footer .holder .footer_top a.social.yt:hover, footer .holder .footer_top a.social.yt:focus, .footer .holder .footer_top a.social.yt:hover, .footer .holder .footer_top a.social.yt:focus {
  background-position: -70px -35px;
}
footer .holder .footer_top a.social.pn, .footer .holder .footer_top a.social.pn {
  background-position: -105px 0;
}
footer .holder .footer_top a.social.pn:hover, footer .holder .footer_top a.social.pn:focus, .footer .holder .footer_top a.social.pn:hover, .footer .holder .footer_top a.social.pn:focus {
  background-position: -105px -34px;
}
footer .holder .footer_top a.social.li, .footer .holder .footer_top a.social.li {
  background-position: -144px 0;
}
footer .holder .footer_top a.social.li:hover, footer .holder .footer_top a.social.li:focus, .footer .holder .footer_top a.social.li:hover, .footer .holder .footer_top a.social.li:focus {
  background-position: -144px -35px;
}
footer .holder .footer_top a.social.my, .footer .holder .footer_top a.social.my {
  background-position: -182px 0;
}
footer .holder .footer_top a.social.my:hover, footer .holder .footer_top a.social.my:focus, .footer .holder .footer_top a.social.my:hover, .footer .holder .footer_top a.social.my:focus {
  background-position: -182px -35px;
}
footer .holder .footer_top a.social.gp, .footer .holder .footer_top a.social.gp {
  background-position: -221px 0;
}
footer .holder .footer_top a.social.gp:hover, footer .holder .footer_top a.social.gp:focus, .footer .holder .footer_top a.social.gp:hover, .footer .holder .footer_top a.social.gp:focus {
  background-position: -221px -35px;
}
footer .holder .footer_top a.social.ti, .footer .holder .footer_top a.social.ti {
  background-position: -260px 0;
}
footer .holder .footer_top a.social.ti:hover, footer .holder .footer_top a.social.ti:focus, .footer .holder .footer_top a.social.ti:hover, .footer .holder .footer_top a.social.ti:focus {
  background-position: -260px -35px;
}
footer .holder .footer_top a.social:visited, footer .holder .footer_top a.social:active, footer .holder .footer_top a.social:hover, footer .holder .footer_top a.social:focus, .footer .holder .footer_top a.social:visited, .footer .holder .footer_top a.social:active, .footer .holder .footer_top a.social:hover, .footer .holder .footer_top a.social:focus {
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  footer .holder .footer_top a.social, .footer .holder .footer_top a.social {
    width: 30px;
  }
}
footer .holder .footer_top #foot_close, .footer .holder .footer_top #foot_close {
  display: none;
  position: absolute;
  right: 10px;
  top: -25px;
  width: 90px;
  height: 23px;
  background: #70B2B5 url(../images/down_icon_white.png) no-repeat 15px 8px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 160%;
  text-indent: 33px;
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
footer .holder .footer_top #foot_close:hover, footer .holder .footer_top #foot_close:focus, .footer .holder .footer_top #foot_close:hover, .footer .holder .footer_top #foot_close:focus {
  background: #489297 url(../images/down_icon_white.png) no-repeat 15px 8px;
}
footer .holder .footer_top .mobile_footer_nav, .footer .holder .footer_top .mobile_footer_nav {
  width: 100%;
  display: none;
  clear: both;
  float: left;
  padding: 20px 0px;
}
footer .holder .footer_top .mobile_footer_nav li, .footer .holder .footer_top .mobile_footer_nav li {
  list-style: none;
  text-align: center;
}
footer .holder .footer_top .mobile_footer_nav li a, .footer .holder .footer_top .mobile_footer_nav li a {
  color: #fff;
  width: auto;
  margin: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  text-transform: uppercase;
}
footer .holder .footer_top .mobile_footer_nav li ul, .footer .holder .footer_top .mobile_footer_nav li ul {
  display: none;
}
footer .holder .footer_top .mobile_footer_nav li ul li a, .footer .holder .footer_top .mobile_footer_nav li ul li a {
  font-size: 14px;
  text-transform: none;
  padding: 5px 0px;
  color: #6FB1B4;
}
footer .holder .footer_top .mobile_footer_nav li:hover ul, .footer .holder .footer_top .mobile_footer_nav li:hover ul {
  display: block;
}
@media screen and (max-width: 960px) {
  footer .holder .footer_top .mobile_footer_nav, .footer .holder .footer_top .mobile_footer_nav {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  footer .holder .footer_top, .footer .holder .footer_top {
    width: 95%;
    padding-top: 10px;
  }
}
footer .holder .footer_top .address, .footer .holder .footer_top .address {
  display: none;
  margin: 0px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  float: left;
  width: 100%;
  clear: both;
}
footer .holder .footer_top .address a.logo, .footer .holder .footer_top .address a.logo {
  display: block;
  float: left;
  margin: 0px 0 10px;
  height: 75px;
  background: url(../images/logo_footer_new.png) no-repeat center top;
  background-size: 140px auto;
  text-indent: -9000px;
  text-decoration: none;
  clear: both;
  width: 100%;
}
footer .holder .footer_top .address a.logo:link, footer .holder .footer_top .address a.logo:visited, footer .holder .footer_top .address a.logo:hover, footer .holder .footer_top .address a.logo:focus, .footer .holder .footer_top .address a.logo:link, .footer .holder .footer_top .address a.logo:visited, .footer .holder .footer_top .address a.logo:hover, .footer .holder .footer_top .address a.logo:focus {
  text-decoration: none;
}
footer .holder .footer_top .address .address_info, .footer .holder .footer_top .address .address_info {
  clear: both;
  width: 100%;
  color: white;
  text-align: center;
}
@media screen and (max-width: 960px) {
  footer .holder .footer_top .address, .footer .holder .footer_top .address {
    display: block;
  }
}
footer .holder .footer_bottom, .footer .holder .footer_bottom {
  position: relative;
  display: none;
  width: 100%;
  height: 222px;
  background: url(../images/footer_bottom_bg.jpg) no-repeat top center;
  margin: 0;
  padding: 0;
}
footer .holder .footer_bottom .footer_bottom_positioning, .footer .holder .footer_bottom .footer_bottom_positioning {
  width: 960px;
  position: relative;
  margin: 0 auto;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail {
  display: none;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 520px;
  height: auto;
  padding-bottom: 10px;
  background: url(../images/footer_detail_active_bg.jpg) repeat left top;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container {
  width: 500px;
  height: auto;
  background: url(../images/footer_detail_contents_bg.jpg) no-repeat center center;
  margin: 10px auto 0;
  padding-bottom: 7px;
  background-size: cover;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul {
  display: block;
  list-style-image: none;
  margin: 10px 0 0 20px;
  width: 140px;
  float: left;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li {
  display: block;
  list-style-image: none;
  text-transform: uppercase;
  padding-bottom: 2px;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a {
  color: #0F2B4B;
  font-size: 11px;
  line-height: 120%;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:link, footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:visited, footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:active, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:link, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:visited, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:active {
  text-decoration: none;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:hover, footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:focus, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:hover, .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul li a:focus {
  text-decoration: none;
  padding-left: 5px;
  background: url(../images/arrows-bluegreen-tiny.png) no-repeat left center;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail {
  display: none;
  position: absolute;
  top: 0px;
  left: 185px;
  width: 520px;
  height: 140px;
  background: url(../images/footer_detail_active_bg.jpg) repeat left top;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container {
  width: 500px;
  height: 120px;
  background: url(../images/footer_detail_contents_bg.jpg) no-repeat center center;
  margin: 10px auto 0;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details {
  float: left;
  width: 335px;
  height: 118px;
  background: white;
  margin: 1px 0 0 2px;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo {
  display: block;
  float: left;
  margin: 20px 0 0 12px;
  width: 152px;
  height: 80px;
  background: url(../images/foot_cobo_logo.jpg) no-repeat center center;
  text-indent: -9000px;
  text-decoration: none;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:link, footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:visited, footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:hover, footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:focus, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:link, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:visited, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:hover, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details a.logo:focus {
  text-decoration: none;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul {
  display: block;
  list-style-type: none;
  float: left;
  margin: 17px 0 0 20px;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul li {
  list-style-image: none;
  color: #0F2B4B;
  font-weight: normal;
  font-size: 12px;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links {
  float: right;
  width: 163px;
  height: 118px;
  background: transparent url(../images/foot_contact_links_bg.png) no-repeat left top;
  margin: 1px 0 0;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul {
  display: block;
  list-style-image: none;
  margin: 13px 0 0 20px;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li {
  display: block;
  list-style-image: none;
  text-transform: uppercase;
  padding-bottom: 2px;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a {
  color: #0F2B4B;
  font-size: 11px;
  line-height: 120%;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:link, footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:visited, footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:active, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:link, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:visited, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:active {
  text-decoration: none;
}
footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:hover, footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:focus, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:hover, .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_links ul li a:focus {
  text-decoration: none;
  padding-left: 5px;
  background: url(../images/arrows-bluegreen-tiny.png) no-repeat left center;
}
@media screen and (max-width: 960px) {
  footer .holder .footer_bottom, .footer .holder .footer_bottom {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  footer, .footer {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
  }
}

html {
  background: #3C5862;
  overflow-y: scroll;
}

body {
  background: transparent;
  color: #666666;
  font: 13px/1.4 Trebuchet MS, Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
=layout
----------------------------------------------------------------------------- */
.background-image {
  background: url("https://www.cobocenter.com/assets/img/bg-cobo-water.jpg") top center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .background-image {
    display: none;
  }
}

#container {
  width: 100%;
}

#layout {
  margin: 40px auto 0;
  position: relative;
  z-index: 0;
  max-width: 1050px;
  width: 95%;
  z-index: 999;
  background: url(../images/layout_bg.png) repeat-y center top;
}
@media screen and (max-width: 700px) {
  #layout {
    margin-top: 0px;
    width: 100%;
  }
}

#layout_positioning {
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 1020px;
  width: 100%;
  min-height: 950px;
  background: white;
}
@media screen and (max-width: 1050px) {
  #layout_positioning {
    background: none;
  }
}

/* ----------------------------------------------------------------------------
=content and templates
----------------------------------------------------------------------------- */
#content {
  position: relative;
}
#content .sidebar {
  float: left;
}
#content .home_container {
  position: relative;
}
@media screen and (max-width: 960px) {
  #content .home_container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  #content .home_container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1050px) {
  #content {
    background: white;
  }
}

.full {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.one_sidebar_right {
  margin: 0;
  padding: 20px 35px 20px;
}
.one_sidebar_right #column_2 {
  margin: 0;
  float: right;
  width: 306px;
  padding-bottom: 40px;
}
.one_sidebar_right #column_2 .banner {
  margin: 20px 0 0 0px;
}
.one_sidebar_right #column_2 .textarea {
  margin: 20px 0 0 45px;
  padding-top: 45px;
  clear: both;
}
@media screen and (max-width: 820px) {
  .one_sidebar_right #column_2 {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
  }
  .one_sidebar_right #column_2 .banner {
    background: url(../images/home_banner_left_wide.jpg) no-repeat left top;
    display: inline-block;
    margin: 20px 0px 0px;
    float: none;
    text-align: left;
    width: 100%;
  }
  .one_sidebar_right #column_2 .banner .details {
    float: right;
    width: calc(100% - 140px);
    margin-top: 15px;
  }
  .one_sidebar_right #column_2 .banner:hover {
    background-position: bottom left;
  }
}
@media screen and (max-width: 700px) {
  .one_sidebar_right #column_2 .banner {
    margin: 15px auto 0px;
  }
}
@media screen and (max-width: 700px) {
  .one_sidebar_right {
    padding: 20px 0px 20px;
  }
}

#column_1 {
  padding: 0;
  position: relative;
  max-width: 620px;
  width: calc(100% - 346px);
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#column_1 .main_column {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 820px) {
  #column_1 {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: auto;
  }
}
@media screen and (max-width: 700px) {
  #column_1 {
    padding: 0px 15px 0px;
  }
}

.content {
  margin: 0 0 5px;
  padding: 0;
  position: relative;
}
.content label {
  font-weight: bold;
}
.content .overview {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.content .overview h1 {
  margin: 0 0 10px;
}
.content .overview p {
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 500;
  line-height: 140%;
  color: #4A9498;
}
.content .overview a, .content .overview a:link, .content .overview a:visited {
  color: #489297;
  text-decoration: none;
  font-style: italic;
}
.content .overview a:hover, .content .overview a:focus, .content .overview a:link:hover, .content .overview a:link:focus, .content .overview a:visited:hover, .content .overview a:visited:focus {
  text-decoration: underline;
}
.content em {
  font-style: italic;
}
.content ul {
  margin: 0 0 10px;
}
.content ul li {
  padding: 4px 0 4px 10px;
  background: url(../images/bullet.png) no-repeat 0 7px;
}
.content ol {
  margin: 0 0 10px;
}
.content ol li {
  padding: 4px 0;
}
.content .baseline {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.content .container {
  clear: both;
  position: relative;
}
.content p {
  color: #666;
  line-height: 140%;
  font-size: 14px;
  padding-bottom: 20px;
}
.content a, .content a:link, .content a:visited {
  color: #489297;
  text-decoration: none;
}
.content a:hover, .content a:focus, .content a:link:hover, .content a:link:focus, .content a:visited:hover, .content a:visited:focus {
  text-decoration: underline;
}
.content h1 {
  margin-bottom: 12px;
}
.content h2 {
  margin-bottom: 12px;
}
.content .floated {
  float: left;
  width: 45%;
  margin-right: 5px;
}
.content blockquote {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content img.left {
  float: left;
  margin: 0px 20px 20px 0px;
}
.content img.right {
  float: right;
  margin: 0px 0px 20px 20px;
}

/* ----------------------------------------------------------------------------
=paging
----------------------------------------------------------------------------- */
.paging {
  width: 618px;
  width: 100%;
  height: 16px;
  position: relative;
  padding: 5px 0;
  margin: 0;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.paging .nav {
  font-weight: bold;
  font-size: 10px;
  width: 618px;
  width: 100%;
}
.paging .nav .record {
  float: left;
  margin-top: -8px;
  height: 18px;
  color: #ECC470;
  font-size: 14px;
  font-weight: 700;
}
.paging .nav .pages {
  float: left;
  margin: 0;
  width: auto;
  height: 18px;
  margin: -3px 0 0 15px;
}
.paging .nav .pages strong, .paging .nav .pages a {
  background: url(../images/faq_pattern.png) repeat left top;
  border-radius: 2px;
  color: #013F6A;
  height: 18px;
  float: left;
  line-height: 18px;
  margin: -6px 1px 0 3px;
  text-align: center;
  width: 18px;
  text-decoration: none;
}
.paging .nav .pages strong:hover, .paging .nav .pages a:hover {
  background-color: #013F6A;
  text-decoration: none;
}
.paging .nav .pages .last {
  display: none;
}
.paging .nav .pages strong {
  background-color: #013F6A;
}
.paging .links {
  position: absolute;
  top: 0;
  right: 0;
}
.paging .links a, .paging .links a:link, .paging .links a:visited {
  background: url("../images/icons-events.png") no-repeat 0 0;
  display: block;
  height: 16px;
  float: left;
  margin: 0 2px;
  text-indent: -9999px;
  width: 16px;
}
.paging .links a:hover, .paging .links a:link:hover, .paging .links a:visited:hover {
  background-position: 0px -16px;
}
.paging .links a.print {
  background-position: -16px 0;
}
.paging .links a.print:hover {
  background-position: -16px -16px;
}
.paging .links a.full_list {
  background-position: -32px 0;
}
.paging .links a.full_list:hover {
  background-position: -32px -16px;
}

.error {
  height: auto;
  background-color: #FFE603;
  border: 1px solid #FFE603;
  font-size: 10px;
  color: #000;
  padding: 4px 8px;
  width: auto;
  margin-top: 0px;
  line-height: 10px;
  text-align: center;
  z-index: 999999;
  vertical-align: center;
  font-family: Arial,Helvetica,sans-serif;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
}

.error p {
  color: #222;
  font-size: 10px;
}

/* ----------------------------------------------------------------------------
=sitemap and 404
----------------------------------------------------------------------------- */
#sitemap .overview, .fourofour .overview {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
#sitemap .overview h1, .fourofour .overview h1 {
  margin: 0 0 10px;
}
#sitemap .overview p, .fourofour .overview p {
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 500;
  line-height: 140%;
  color: #4A9498;
}
#sitemap .overview a, #sitemap .overview a:link, #sitemap .overview a:visited, .fourofour .overview a, .fourofour .overview a:link, .fourofour .overview a:visited {
  color: #489297;
  text-decoration: none;
  font-style: italic;
}
#sitemap .overview a:hover, #sitemap .overview a:focus, #sitemap .overview a:link:hover, #sitemap .overview a:link:focus, #sitemap .overview a:visited:hover, #sitemap .overview a:visited:focus, .fourofour .overview a:hover, .fourofour .overview a:focus, .fourofour .overview a:link:hover, .fourofour .overview a:link:focus, .fourofour .overview a:visited:hover, .fourofour .overview a:visited:focus {
  text-decoration: underline;
}

.sitemap {
  padding: 0;
  margin: 0;
  clear: both;
}
.sitemap .overview {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.sitemap .overview h1 {
  margin: 0 0 10px;
}
.sitemap .overview p {
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 500;
  line-height: 140%;
  color: #4A9498;
}
.sitemap .overview a, .sitemap .overview a:link, .sitemap .overview a:visited {
  color: #489297;
  text-decoration: none;
  font-style: italic;
}
.sitemap .overview a:hover, .sitemap .overview a:focus, .sitemap .overview a:link:hover, .sitemap .overview a:link:focus, .sitemap .overview a:visited:hover, .sitemap .overview a:visited:focus {
  text-decoration: underline;
}
.sitemap .column {
  float: left;
  width: 300px;
  padding: 0;
  position: relative;
}
.sitemap #sitemap_column_1 {
  margin: 0 20px 0 0;
}
.sitemap a, .sitemap a:link, .sitemap a:visited {
  text-decoration: none;
  color: #013F6A;
  font-size: 16px;
}
.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap ul li {
  margin: 0 0 10px 0;
  padding: 4px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  border-bottom: 1px dotted #efefef;
}
.sitemap ul li li a, .sitemap ul li li a:link, .sitemap ul li li a:visited {
  display: block;
  font-size: 11px;
  line-height: 120%;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.sitemap ul li li a:link, .sitemap ul li li a:visited, .sitemap ul li li a:active, .sitemap ul li li a:link:link, .sitemap ul li li a:link:visited, .sitemap ul li li a:link:active, .sitemap ul li li a:visited:link, .sitemap ul li li a:visited:visited, .sitemap ul li li a:visited:active {
  text-decoration: none;
}
.sitemap ul li li a:hover, .sitemap ul li li a:focus, .sitemap ul li li a:link:hover, .sitemap ul li li a:link:focus, .sitemap ul li li a:visited:hover, .sitemap ul li li a:visited:focus {
  text-decoration: none;
  padding-left: 5px;
  background: url(../images/arrows-bluegreen-tiny.png) no-repeat left center;
}
.sitemap ul ul li {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px dotted #efefef;
  border-bottom: none;
}
.sitemap ul ul ul {
  display: none;
}

/* ----------------------------------------------------------------------------
=search
----------------------------------------------------------------------------- */
.searchresults .overview {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.searchresults .overview h1 {
  margin: 0 0 10px;
}
.searchresults .overview p {
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 500;
  line-height: 140%;
  color: #4A9498;
}
.searchresults .overview a, .searchresults .overview a:link, .searchresults .overview a:visited {
  color: #489297;
  text-decoration: none;
  font-style: italic;
}
.searchresults .overview a:hover, .searchresults .overview a:focus, .searchresults .overview a:link:hover, .searchresults .overview a:link:focus, .searchresults .overview a:visited:hover, .searchresults .overview a:visited:focus {
  text-decoration: underline;
}

.full_column.searchresults {
  padding: 0;
}

#cse-search-results {
  width: 950px;
  padding: 5px;
}

/* ----------------------------------------------------
=headings
styles for h1-h6
---------------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: bold;
}

h1, .h1 {
  color: #013F6A;
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h2, .h2 {
  color: #548689;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h3, .h3 {
  color: #ECC470;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 700;
}

h4, .h4 {
  color: #013F6A;
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 5px;
}

h5, .h5 {
  font-size: 1em;
  /* 16 / 16 = 1 */
  margin-bottom: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  /* 16 / 16 = 1 */
}

/* ----------------------------------------------------------------------------
=interactive ordering forms
----------------------------------------------------------------------------- */
/*  Styles for the date selector input including styles for jQuery Tools Form Datepicker
	For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */
/* the input field */
.date_picker label {
  padding: 0 8px 0 0;
  color: #013F6A;
}
.date_picker .date {
  position: relative;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 2px;
  text-align: center;
  width: 194px;
  background: #eee;
  color: #013F6A;
  -moz-box-shadow: 0 0 10px #eee inset;
  -webkit-box-shadow: 0 0 10px #eee inset;
}

#calroot {
  /* calendar root element */
  z-index: 10000;
  margin-top: -1px;
  width: 198px;
  padding: 2px;
  background-color: #fff;
  font-size: 11px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
}
#calroot #calhead {
  /* head. contains title, prev/next month controls and possible month/year selectors */
  padding: 2px 0;
  height: 22px;
}
#calroot #calhead #caltitle {
  font-size: 14px;
  color: #013F6A;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
}
#calroot #calhead #caltitle select {
  /* year/month selector */
  font-size: 10px;
}
#calroot #calhead #calnext, #calroot #calhead #calprev {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/datepicker_prev.png) no-repeat scroll center center;
  float: left;
  cursor: pointer;
}
#calroot #calhead #calnext {
  background-image: url(../images/datepicker_next.png);
  float: right;
}
#calroot #calhead #calprev.caldisabled, #calroot #calhead #calnext.caldisabled {
  visibility: hidden;
}
#calroot #calbody #caldays {
  /* names of the days */
  height: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}
#calroot #calbody #caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center;
}
#calroot #calbody #calweeks {
  /* container for weeks */
  background-color: #fff;
  margin-top: 4px;
}
#calroot #calbody #calweeks .calweek {
  /* single week */
  clear: left;
  height: 22px;
}
#calroot #calbody #calweeks .calweek a, #calroot #calbody #calweeks .calweek a:link, #calroot #calbody #calweeks .calweek a:visited {
  /* single day */
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#calroot #calbody #calweeks .calweek a:hover, #calroot #calbody #calweeks .calweek a:focus, #calroot #calbody #calweeks .calweek a.calfocus, #calroot #calbody #calweeks .calweek a:link:hover, #calroot #calbody #calweeks .calweek a:link:focus, #calroot #calbody #calweeks .calweek a:link.calfocus, #calroot #calbody #calweeks .calweek a:visited:hover, #calroot #calbody #calweeks .calweek a:visited:focus, #calroot #calbody #calweeks .calweek a:visited.calfocus {
  background-color: #0F2B4B;
  color: white;
}
#calroot #calbody #calweeks .calweek a.calsun, #calroot #calbody #calweeks .calweek a:link.calsun, #calroot #calbody #calweeks .calweek a:visited.calsun {
  /* sunday */
  color: #499398;
}
#calroot #calbody #calweeks .calweek a.caloff, #calroot #calbody #calweeks .calweek a:link.caloff, #calroot #calbody #calweeks .calweek a:visited.caloff {
  /* offmonth day */
  color: #ccc;
}
#calroot #calbody #calweeks .calweek a.caloff:hover, #calroot #calbody #calweeks .calweek a.caloff:focus, #calroot #calbody #calweeks .calweek a:link.caloff:hover, #calroot #calbody #calweeks .calweek a:link.caloff:focus, #calroot #calbody #calweeks .calweek a:visited.caloff:hover, #calroot #calbody #calweeks .calweek a:visited.caloff:focus {
  background-color: #f5f5fa;
}
#calroot #calbody #calweeks .calweek a.caldisabled, #calroot #calbody #calweeks .calweek a:link.caldisabled, #calroot #calbody #calweeks .calweek a:visited.caldisabled {
  /* unselecteble day */
  background-color: #efefef !important;
  color: #ccc	!important;
  cursor: default;
}
#calroot #calbody #calweeks .calweek a#calcurrent, #calroot #calbody #calweeks .calweek a:link#calcurrent, #calroot #calbody #calweeks .calweek a:visited#calcurrent {
  /* current day */
  background-color: #0F2B4B;
  color: white;
}
#calroot #calbody #calweeks .calweek a#caltoday, #calroot #calbody #calweeks .calweek a:link#caltoday, #calroot #calbody #calweeks .calweek a:visited#caltoday {
  /* today */
  background-color: #333;
  color: white;
}

#order_forms {
  /* static table used universally */
}
#order_forms .order_form_detail {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
#order_forms .order_form_detail #step_1 {
  padding: 10px 0;
}
#order_forms .order_form_detail #step_1.interrupt {
  display: block;
  width: 100%;
  background: #efefef;
  border: 1px solid #1777AF;
}
#order_forms .order_form_detail #step_1.interrupt p, #order_forms .order_form_detail #step_1.interrupt label {
  margin-left: 20px;
}
#order_forms .order_form_detail #step_1.interrupt p.desired {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 4px;
}
#order_forms .order_form_detail p.disclaimer {
  display: inline;
  font-size: 10px;
  font-style: italic;
  padding: 0 0 4px;
}
#order_forms .order_form_detail .total_box {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 100;
  color: #444;
  width: 29%;
  margin: 7px 0 0 0;
  padding: 10px 12px 14px 12px;
  background: #E6E6E6;
  border-radius: 7px;
  display: block !important;
  text-align: right;
}
#order_forms .order_form_detail .total_box b {
  float: left;
  padding: 2px 0 0 0;
  font-weight: bolder;
  color: #444;
}
#order_forms .order_form_detail .total_box span {
  float: right;
  font-size: 135%;
  font-weight: bold;
  width: 72%;
  margin: 0 .3em 0 0;
  padding: 0;
  float: left;
}
#order_forms .order_form_detail #table_holder {
  padding: 15px 0;
  display: none;
}
#order_forms .order_form_detail #table_holder .label {
  text-align: right;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#order_forms .order_form_detail #table_holder .total {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  background: #eee;
}
#order_forms .order_form_detail #table_holder table {
  border-top: 1px solid #CCC;
  border-collapse: separate;
}
#order_forms .order_form_detail #table_holder table td:first-child {
  width: 100%;
}
#order_forms .order_form_detail #table_holder table tr .heading {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-indent: 0px;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin: -.25em -10px -.25em 2px;
  padding-right: 16px;
}
#order_forms .order_form_detail #table_holder table tr td {
  text-indent: 10px;
  border-color: #ccc;
}
#order_forms .order_form_detail #table_holder table tr td.section {
  text-indent: 5px;
  font-weight: bold;
  background: #eee;
  border: 1px solid #CCC;
  font-size: 15px;
}
#order_forms .order_form_detail #table_holder table tr:last-child {
  background: #efefef;
}
#order_forms .order_form_detail #table_holder table tr:last-child td:last-child {
  border: 1px solid #CCC;
}
#order_forms .order_form_detail #table_holder table tr:first-child {
  background: url(../images/faq_pattern.png) repeat left top;
}
#order_forms .order_form_detail #table_holder table tr:first-child td:first-child, #order_forms .order_form_detail #table_holder table tr:first-child th:first-child {
  border-left: 1px solid #CCC;
}
#order_forms .order_form_detail #table_holder table tr:first-child td:last-child, #order_forms .order_form_detail #table_holder table tr:first-child th:last-child {
  border-right: 1px solid #CCC;
}
#order_forms .order_form_detail input[type="submit"], #order_forms .order_form_detail input#edit_form {
  display: block;
  float: right;
  clear: both;
  border: 1px solid black;
  font-size: 16px;
  padding: 5px;
  width: 137px;
  cursor: pointer;
  border-radius: 5px;
}
#order_forms .order_form_detail input[type="submit"]:hover, #order_forms .order_form_detail input[type="submit"]:focus, #order_forms .order_form_detail input#edit_form:hover, #order_forms .order_form_detail input#edit_form:focus {
  background: #ccc;
}
#order_forms .order_form_detail input#calculate {
  display: none;
}

#step_2 {
  clear: both;
  padding-top: 15px;
}

#wufoo_form_holder {
  height: 400px;
  overflow: auto;
}

/* ----------------------------------------------------
=links
---------------------------------------------------- */
a {
  color: #013F6A;
}
a:visited {
  color: #013F6A;
  outline: none;
  text-decoration: none;
}
a:hover {
  outline: none;
}
a:active, a:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: #349edb;
}
a.rss {
  display: block;
  padding: 0;
  background: url(../images/icon_rss.png) no-repeat 0 0;
  width: auto;
  height: 24px;
  padding: 0 0 0 26px;
  text-transform: none;
  line-height: 24px;
}
a.rss:hover {
  background-position: 0 -24px;
}
a.print {
  display: block;
  padding: 0;
  background: url(../images/icon_print_list.png) no-repeat 0 0;
  width: auto;
  line-height: 24px;
  text-indent: 0px;
  height: auto;
  padding: 0 0 0 26px;
  text-transform: none;
}
a.print:hover, a.print:focus {
  background-position: 0 -25px;
}
a.full_list {
  display: block;
  padding: 0 0 0 26px;
  background: url(../images/icon_all.png) no-repeat 0 0;
  line-height: 24px;
  text-transform: none;
  margin: 0;
}
a.full_list:focus, a.full_list:hover {
  background-position: 0 -24px;
}

.link {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.link .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 13px;
}
.link .list li {
  background: none;
  padding: 5px 0;
  margin: 0;
}
.link .list li:hover, .link .list li:focus, .link .list li.alt {
  background: url(../images/faq_pattern.png) repeat left top;
}
.link .list li a, .link .list li a:link, .link .list li a:visited {
  display: block;
  padding: 5px 0 5px 28px;
  text-decoration: none;
  color: #013F6A;
  line-height: 135%;
  background: url(../images/link_link_icon.png) no-repeat 0 0;
}
.link .list li a:hover, .link .list li a:focus, .link .list li a:link:hover, .link .list li a:link:focus, .link .list li a:visited:hover, .link .list li a:visited:focus {
  color: #333;
  background: url(../images/link_link_icon_on.png) no-repeat 0 0;
}
.link .list li a.pdf, .link .list li a:link.pdf, .link .list li a:visited.pdf {
  background: url(../images/link_pdf_icon.png) no-repeat 0 0;
}
.link .list li a.pdf:hover, .link .list li a.pdf:focus, .link .list li a:link.pdf:hover, .link .list li a:link.pdf:focus, .link .list li a:visited.pdf:hover, .link .list li a:visited.pdf:focus {
  background: url(../images/link_pdf_icon_on.png) no-repeat 0 0;
}
.link .list li a.email, .link .list li a:link.email, .link .list li a:visited.email {
  background: url(../images/link_email_icon.png) no-repeat 0 0;
}
.link .list li a.email:hover, .link .list li a.email:focus, .link .list li a:link.email:hover, .link .list li a:link.email:focus, .link .list li a:visited.email:hover, .link .list li a:visited.email:focus {
  background: url(../images/link_email_icon_on.png) no-repeat 0 0;
}
.link .list li p {
  padding: 0 0 0 28px;
  font-style: italic;
}

::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

p, address {
  margin: 0;
  padding: 0 0 10px;
  color: #666;
  font: normal 13px/160% Trebuchet MS, serif;
}

b, strong {
  font-weight: 700;
  color: #666;
}

ul, ol {
  margin: 0;
  padding: 0;
  font: 13px/160% Trebuchet MS, serif;
  color: #489297;
  list-style-image: none;
  list-style-type: none;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

li {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

ul ul {
  margin: 0;
}

hr {
  margin: 20px 0px;
  display: block;
  border: none;
  border-top: 1px solid #ccc;
  clear: both;
}

caption {
  background-color: transparent;
}

/* ----------------------------------------------------
=images
---------------------------------------------------- */
.content img {
  max-width: 100%;
}
.content img[align=left], .content img.left, .content img[align=left].gh-image {
  float: left;
  margin: 0 15px 15px 0;
  padding: 10px;
  background: url(../images/faq_pattern.png) repeat left top;
}
.content img[align=right], .content img.right, .content img[align=right].gh-image {
  float: right;
  margin: 0 0 15px 15px;
  padding: 10px;
  background: url(../images/faq_pattern.png) repeat left top;
}
.content img.gh-image {
  margin: 0px;
  padding: 10px;
  background: url(../images/faq_pattern.png) repeat left top;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.content img.image {
  padding: 10px;
  margin: 15px;
  background: url(../images/faq_pattern.png) repeat left top;
}
.content img.gh-image-noborder {
  margin: 0;
  padding: 0;
  background: none;
}
.content .image-left {
  clear: both;
  padding-bottom: 10px;
}
.content .image-left h3 {
  font-size: 18px;
  font-weight: 700;
  color: #489297;
}
.content .image-left p {
  line-height: 140%;
  padding-bottom: 5px;
}
.content .image-left img {
  margin: 0 15px 3px 0;
  padding: 10px;
  background: url(../images/faq_pattern.png) repeat left top;
  float: left;
}
@media screen and (max-width: 600px) {
  .content .image-left {
    width: calc(100% - 24px);
    float: none;
    clear: both;
  }
  .content .image-left img {
    float: none !important;
    display: block;
  }
}
.content .image-right {
  clear: both;
  padding-bottom: 10px;
}
.content .image-right h3 {
  font-size: 18px;
  font-weight: 700;
  color: #489297;
}
.content .image-right p {
  line-height: 140%;
  padding-bottom: 5px;
}
.content .image-right img {
  margin: 0 0 3px 15px;
  padding: 10px;
  background: url(../images/faq_pattern.png) repeat left top;
}
.content .image-three {
  text-align: center;
  float: left;
  width: auto;
  padding: 0;
  margin: 0 10px 10px;
  width: calc(33% - 20px);
  padding: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: url(../images/faq_pattern.png) repeat left top;
}
.content .image-three img, .content .image-three img.image, .content .image-three img.gh-image {
  margin: 0 0 5px;
  padding: 0px;
  max-width: 100%;
  height: auto !important;
}
.content .image-three h1 {
  color: #0E5E9B;
}
.content .image-three h1 a, .content .image-three h1 a:link, .content .image-three h1 a:visted {
  color: #0E5E9B;
  text-transform: none;
}
.content .image-three p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .content .image-three {
    width: calc(100% - 20px);
  }
}
.content .image-four {
  text-align: center;
  float: left;
  width: auto;
  padding: 0;
  margin: 0 10px 10px;
}
.content .image-four a, .content .image-four a:link, .content .image-four a:visited {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.content .image-four img, .content .image-four img.image, .content .image-four img.gh-image {
  padding: 0px;
}
.content .image-four p {
  display: none;
}

/* helps IE resize images without making them pixelated very handy for responsive designs */
img {
  -ms-interpolation-mode: bicubic;
}

/* ----------------------------------------------------
=tables
---------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .875em;
  /* 14 / 16 = .875 */
  margin-bottom: 1.4em;
  width: 100%;
  float: none;
  display: block;
}
table th {
  font-weight: bold;
}
table th, table td, table caption {
  padding: .25em 10px .25em 5px;
}
table tfoot {
  font-style: italic;
}

.content table {
  margin: 0 0 15px;
  position: relative;
}

tr {
  font-size: 12px;
  color: #013F6A;
}

td {
  padding: 5px;
  border: 1px solid #eee;
}

thead {
  background: url(../images/faq_pattern.png) repeat left top;
}

thead th {
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #efefef;
  color: #013F6A;
}

th em {
  font-weight: 400;
}

th[scope="row"] {
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #efefef;
  vertical-align: middle;
}

tr.alt td, tr.alt th {
  background: url(../images/faq_pattern.png) repeat left top;
}

/* @group FAQ */
.faqs .faq dt p {
  background: url(../images/faq_normal_icon.png) no-repeat left center;
}

.faqs .faq dt:hover p {
  background: url(../images/faq_normal_icon.png) no-repeat left center;
}

.faqs .faq dt.active p {
  background: url(../images/faq_normal_icon_down.png) no-repeat left center;
}

.faq {
  margin: 0 0 20px;
  padding: 0 0 20px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
  position: relative;
}
.faq dl {
  font-size: 12px;
}
.faq dt {
  cursor: pointer;
  padding: 8px 0 8px 5px;
  margin: 0;
  border-top: 1px dotted #ccc;
  overflow: auto;
}
.faq dt:first-child {
  border-top: none;
}
.faq dt:hover {
  background: url(../images/faq_pattern.png) repeat left top;
}
.faq dt:hover p {
  color: #013F6A;
}
.faq dt.active {
  background: url(../images/faq_pattern.png) repeat left top;
}
.faq dt.active p {
  color: #013F6A;
  background: url(../images/faq_normal_icon_down.png) no-repeat left center;
}
.faq dt p {
  padding: 0 5px 0 34px;
  font-size: 15px;
  background: url(../images/faq_normal_icon.png) no-repeat left center;
}
.faq dd {
  overflow: hidden;
  padding: 0 20px 20px 40px;
  display: none;
  background: url(../images/faq_pattern.png) repeat left top;
}
.faq dd p {
  font-size: 13px;
  color: #013F6A;
  padding: 8px 0 8px;
  margin: 0;
}
.faq dd .floated {
  float: left;
  width: 38%;
}
.faq dd .floated:first-child {
  margin-right: 70px;
}
.faq dd .floated h4 {
  margin-bottom: 0;
  border-bottom: 1px solid #013F6A;
}
.faq dd .floated p {
  background: #efefef;
  padding: 8px;
}
@media screen and (max-width: 700px) {
  .faq dd .floated {
    width: 100%;
  }
}
.faq dd img {
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .faq dd img {
    height: auto !important;
  }
}
.faq ul {
  margin: 0 0 10px 2px;
}
.faq ul li {
  padding: 4px 0 4px 10px;
  background: url(../images/bullet.png) no-repeat 0 7px;
}
.faq ul li ul {
  padding-top: 5px;
  margin-bottom: 0;
  border: none;
}
.faq ul li ul li {
  border-bottom: none;
}

/* @end */
@media screen and (min-width: 1051px) {
  nav, #nav {
    display: block !important;
    background: url(../images/header_nav_bg.png) no-repeat center top;
    font-weight: normal;
    height: 50px;
    position: relative;
    width: 1044px;
    width: calc(100% + 30px);
    margin: 0 0 0 -12px;
  }
  nav ul.social-links, nav ul.text-links, nav ul.spotlight_link, #nav ul.social-links, #nav ul.text-links, #nav ul.spotlight_link {
    display: none;
  }
  nav a, #nav a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  nav > ul, #nav > ul {
    font-size: 15px;
    padding: 0px 0 0;
    margin: 0 auto;
    width: 966px;
    width: 100%;
    list-style: none;
    list-style-image: none;
  }
  nav > ul > li, #nav > ul > li {
    background: url(../images/header_nav_rule.png) no-repeat left center;
    float: left;
    line-height: 22px;
    height: 50px;
    position: relative;
    width: 20%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  nav > ul > li > a, #nav > ul > li > a {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    padding: 0px 0px 0px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #0E2B4B;
    font-weight: bold;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
  }
  nav > ul > li > a:hover, nav > ul > li > a:focus, #nav > ul > li > a:hover, #nav > ul > li > a:focus {
    text-decoration: none;
    color: #499398;
  }
  nav > ul > li > a.active, #nav > ul > li > a.active {
    text-decoration: none;
    color: #499398;
  }
}
@media screen and (min-width: 1051px) and (max-width: 820px) {
  nav > ul > li > a, #nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1051px) {
  nav > ul > li.hover a, #nav > ul > li.hover a {
    color: #499398;
  }
  nav > ul > li.page_3, #nav > ul > li.page_3 {
    background: none;
  }
  nav .sub, #nav .sub {
    background: url(../images/nav_sub_bg.png) no-repeat left bottom;
    display: none;
    font-size: 13px;
    padding: 0;
    position: absolute;
    width: 234px;
    top: 40px;
  }
  nav .sub ul, #nav .sub ul {
    list-style: none;
    width: 182px;
    background: #0F2B4B url(../images/nav_sub_list_bg.png) no-repeat center top;
    margin: 0 0 30px 20px;
    padding: 5px 0 12px;
  }
  nav .sub a, nav .sub a:link, nav .sub a:visited, #nav .sub a, #nav .sub a:link, #nav .sub a:visited {
    display: block;
    padding: 8px 5px 2px 16px;
    position: relative;
    font-weight: normal;
    color: white;
    text-decoration: none;
    line-height: 130%;
    background-position: 10px -9000px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
  }
  nav .sub a:hover, nav .sub a:focus, nav .sub a:active, nav .sub a.active, nav .sub a:link:hover, nav .sub a:link:focus, nav .sub a:link:active, nav .sub a:link.active, nav .sub a:visited:hover, nav .sub a:visited:focus, nav .sub a:visited:active, nav .sub a:visited.active, #nav .sub a:hover, #nav .sub a:focus, #nav .sub a:active, #nav .sub a.active, #nav .sub a:link:hover, #nav .sub a:link:focus, #nav .sub a:link:active, #nav .sub a:link.active, #nav .sub a:visited:hover, #nav .sub a:visited:focus, #nav .sub a:visited:active, #nav .sub a:visited.active {
    text-decoration: none;
    color: #ECC470;
    padding-left: 18px;
    background: url(../images/arrows-yellow-tiny.png) no-repeat 10px 11px;
  }
  nav li.page_3 .sub, #nav li.page_3 .sub {
    left: -40px;
  }
  nav li.page_8 .sub, #nav li.page_8 .sub {
    left: 1px;
  }
  nav li.page_9 .sub, nav li.page_10 .sub, #nav li.page_9 .sub, #nav li.page_10 .sub {
    left: -20px;
  }
}
@media screen and (max-width: 1050px) {
  nav, #nav {
    background: #f5f5f5;
    display: none;
  }
  nav ul li, #nav ul li {
    text-align: center;
  }
  nav ul li a, #nav ul li a {
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    background: #e5e5e5;
  }
  nav ul li ul li a, #nav ul li ul li a {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
  }
  nav .sub, #nav .sub {
    display: none;
  }
  nav .spotlight_link li a, #nav .spotlight_link li a {
    background: #4A9498;
    color: white;
    border-bottom: 1px solid #397376;
  }
  nav ul.text-links a, #nav ul.text-links a {
    background: #0E2B4B;
    color: #fff;
    border-bottom: 1px solid #0a1f36;
  }
  nav ul.social-links, #nav ul.social-links {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    list-style: none;
    width: 100%;
    background: #e5e5e5;
    background: #0E2B4B;
    text-align: center;
  }
  nav ul.social-links li, #nav ul.social-links li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0;
    border-bottom: none;
  }
  nav ul.social-links li a, #nav ul.social-links li a {
    display: block;
    width: 35px;
    height: 35px;
    text-decoration: none;
    background: url(../images/social_sprite_head.png) no-repeat 0 0;
    text-indent: -9000px;
    margin-top: 1px;
    padding: 0;
    border: none;
  }
  nav ul.social-links li a.ig, #nav ul.social-links li a.ig {
    background-position: -182px 0;
  }
  nav ul.social-links li a.ig:hover, nav ul.social-links li a.ig:focus, #nav ul.social-links li a.ig:hover, #nav ul.social-links li a.ig:focus {
    background-position: -182px -35px;
  }
  nav ul.social-links li a.fb, #nav ul.social-links li a.fb {
    background-position: 0 0;
  }
  nav ul.social-links li a.fb:hover, nav ul.social-links li a.fb:focus, #nav ul.social-links li a.fb:hover, #nav ul.social-links li a.fb:focus {
    background-position: 0 -35px;
  }
  nav ul.social-links li a.tw, #nav ul.social-links li a.tw {
    background-position: -35px 0;
  }
  nav ul.social-links li a.tw:hover, nav ul.social-links li a.tw:focus, #nav ul.social-links li a.tw:hover, #nav ul.social-links li a.tw:focus {
    background-position: -35px -35px;
  }
  nav ul.social-links li a.yt, #nav ul.social-links li a.yt {
    background-position: -70px 0;
  }
  nav ul.social-links li a.yt:hover, nav ul.social-links li a.yt:focus, #nav ul.social-links li a.yt:hover, #nav ul.social-links li a.yt:focus {
    background-position: -70px -35px;
  }
  nav ul.social-links li a.pn, #nav ul.social-links li a.pn {
    background-position: -105px 0;
  }
  nav ul.social-links li a.pn:hover, nav ul.social-links li a.pn:focus, #nav ul.social-links li a.pn:hover, #nav ul.social-links li a.pn:focus {
    background-position: -105px -34px;
  }
  nav ul.social-links li a.li, #nav ul.social-links li a.li {
    background-position: -144px 0;
  }
  nav ul.social-links li a.li:hover, nav ul.social-links li a.li:focus, #nav ul.social-links li a.li:hover, #nav ul.social-links li a.li:focus {
    background-position: -144px -35px;
  }
  nav ul.social-links li a.my, #nav ul.social-links li a.my {
    background-position: -182px 0;
    margin-right: 20px;
  }
  nav ul.social-links li a.my:hover, nav ul.social-links li a.my:focus, #nav ul.social-links li a.my:hover, #nav ul.social-links li a.my:focus {
    background-position: -182px -35px;
  }
  nav ul.social-links li a.gp, #nav ul.social-links li a.gp {
    background-position: -221px 0;
  }
  nav ul.social-links li a.gp:hover, nav ul.social-links li a.gp:focus, #nav ul.social-links li a.gp:hover, #nav ul.social-links li a.gp:focus {
    background-position: -221px -35px;
  }
  nav ul.social-links li a:visited, nav ul.social-links li a:active, nav ul.social-links li a:hover, nav ul.social-links li a:focus, #nav ul.social-links li a:visited, #nav ul.social-links li a:active, #nav ul.social-links li a:hover, #nav ul.social-links li a:focus {
    text-decoration: none;
  }
  nav ul.social-links li.search_container, #nav ul.social-links li.search_container {
    float: none;
    position: relative;
    width: 100%;
    text-align: left;
    display: block;
  }
  nav ul.social-links li.search_container input[type=text], #nav ul.social-links li.search_container input[type=text] {
    background: white;
    float: left;
    font-size: 11px;
    padding: 2px 5px;
    border: none;
    height: 30px;
    color: #0F2B4B;
    text-transform: uppercase;
    width: 85%;
    width: calc(100% - 60px);
    margin: 6px 3px 6px 10px;
  }
  nav ul.social-links li.search_container input[type=text]::-webkit-input-placeholder, #nav ul.social-links li.search_container input[type=text]::-webkit-input-placeholder {
    color: #0F2B4B;
    text-transform: uppercase;
  }
  nav ul.social-links li.search_container input[type=text]:-moz-placeholder, #nav ul.social-links li.search_container input[type=text]:-moz-placeholder {
    color: #0F2B4B;
    text-transform: uppercase;
  }
  nav ul.social-links li.search_container button, #nav ul.social-links li.search_container button {
    width: 35px;
    background: url(../images/search_sprite.png) 0 0 no-repeat;
    cursor: pointer;
    border: none;
    font-size: 0;
    text-indent: -5000px;
    float: left;
    height: 35px;
    margin: 6px 0 0;
  }
  nav ul.social-links li.search_container button:hover, nav ul.social-links li.search_container button:focus, #nav ul.social-links li.search_container button:hover, #nav ul.social-links li.search_container button:focus {
    background-position: 0 -35px;
  }
}

nav ul.text-links, #nav ul.text-links {
  display: none;
}
@media screen and (max-width: 700px) {
  nav ul.text-links, #nav ul.text-links {
    display: block;
  }
}

#nav-toggle {
  position: absolute;
  display: none;
  z-index: 1500;
  top: 24px;
  right: 20px;
  width: 40px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 42px;
  height: 4px;
  margin-top: 0;
  background: #3A484E;
  content: '';
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
}
#nav-toggle span.top {
  top: 0;
}
#nav-toggle span.mid, #nav-toggle span.mid2 {
  top: 11px;
}
#nav-toggle span.bottom {
  top: 22px;
}
#nav-toggle.active span.mid {
  -webkit-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
#nav-toggle.active span.mid2 {
  -webkit-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
}
#nav-toggle.active span.top, #nav-toggle.active span.bottom {
  opacity: 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #fff;
  display: none !important;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #ddd;
  width: 2px;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 10px;
  z-index: 100;
}

.jspDrag {
  background: none;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#twitter_block .jspDrag, #fb_wrap .jspDrag {
  background: url(../images/drag_arrow.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  left: -10px;
  cursor: pointer;
}
#home_spotlights .jspDrag {
  position: absolute;
  left: -8px;
  top: 0;
  width: 16px;
  height: 62px;
  cursor: pointer;
  background: url(../images/featured_scroll_thumb.jpg) no-repeat center center;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
}

.jspHorizontalBar .jspDrag {
  top: -10px;
}

.jspHorizontalBar .jspTrack {
  float: left;
  height: 2px;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* ----------------------------------------------------------------------------
=home
----------------------------------------------------------------------------- */
#home_branding {
  float: left;
  width: 620px;
  width: calc(100% - 420px);
  margin-left: 40px;
  clear: left;
}
@media screen and (max-width: 960px) {
  #home_branding {
    width: 100%;
    clear: both;
    margin: auto;
    float: none;
    padding-left: 0px;
  }
}

#branding.home {
  float: left;
  margin: -7px 0 0 0px;
  padding: 0;
  position: relative;
  width: 620px;
  width: 100%;
  height: 375px;
  z-index: 990;
  background: url(../images/faq_pattern.png) repeat left top;
}
#branding.home .slideshow {
  height: 375px;
  width: 620px;
  position: relative;
  z-index: 999;
}
#branding.home .slideshow .imglink, #branding.home .slideshow .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
#branding.home .slideshow .caption_holder {
  display: none;
}
#branding.home .slideshow .slide {
  width: 620px;
  height: 375px;
}
@media screen and (max-width: 960px) {
  #branding.home {
    width: 100%;
    clear: both;
    margin: auto;
    float: none;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  #branding.home {
    height: auto;
  }
}

#home_banners {
  position: relative;
  width: 1040px;
  height: 160px;
  margin-left: -10px;
  clear: both;
  margin-top: 20px;
  zoom: 1;
}
#home_banners:before, #home_banners:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#home_banners:after {
  clear: both;
}
#home_banners .banners_content {
  width: 1040px;
  height: 150px;
  background: #d0d0d0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d0d0d0), color-stop(50%, #efefef), color-stop(100%, #d0d0d0));
  background: -webkit-linear-gradient(left, #d0d0d0 0%, #efefef 50%, #d0d0d0 100%);
  background: -ms-linear-gradient(left, #d0d0d0 0%, #efefef 50%, #d0d0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#d0d0d0',GradientType=1 );
  background: linear-gradient(to right, #d0d0d0 0%, #efefef 50%, #d0d0d0 100%);
  text-align: center;
}
#home_banners .banners_content .banner {
  display: inline-block;
  margin: 15px 13px;
  float: none;
}
@media screen and (max-width: 1080px) {
  #home_banners .banners_content {
    width: 100%;
  }
  #home_banners .banners_content .banner {
    margin: 15px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  #home_banners .banners_content .banner {
    margin: 5px 0px 0;
  }
}
#home_banners .banners_bottom {
  width: 1040px;
  height: 17px;
  margin-top: -8px;
  background: url(../images/banners_bottom_bg.png) no-repeat center top;
}
@media screen and (max-width: 1080px) {
  #home_banners .banners_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #home_banners .banners_bottom {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  #home_banners {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 960px) {
  #home_banners {
    width: calc(100% - 360px);
    float: right;
    height: auto;
    margin: 20px 0;
    clear: none;
    padding: 20px 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #home_banners .banners_content {
    width: 100%;
    height: auto;
    background: none;
  }
  #home_banners .banner {
    width: 100%;
    background-image: url(../images/home_banner_left_wide.jpg);
  }
  #home_banners .banner .details {
    float: right;
    width: calc(100% - 130px);
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  #home_banners {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #home_banners .banner .details h1 {
    font-size: 20px;
  }
}

.banner {
  width: 296px;
  height: 120px;
  float: left;
  margin: 15px 0 0 26px;
  position: relative;
  background: url(../images/home_banner_left.png) no-repeat left top;
}
.banner:hover, .banner:focus {
  text-decoration: none;
  background-position: left bottom;
}
.banner:first-child {
  margin: 15px 0 0 50px;
}
@media screen and (max-width: 960px) {
  .banner:first-child {
    margin: 0 auto 0px;
  }
}
.banner .thumb {
  height: 100px;
  width: 100px;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  margin: 10px 0 0 10px;
  border: 1px solid #ACB8D1;
}
.banner .details {
  float: left;
  width: 168px;
  margin: 10px 0 0 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.banner .details h1 {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
  color: #F8DF61;
}
.banner .details h2 {
  display: block;
  margin-bottom: 8px;
  color: #ECC470;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.banner .details p {
  display: block;
  color: white;
  font-size: 12px;
  padding: 0;
  line-height: 120%;
}
.banner .imglink {
  position: absolute;
  left: 0;
  top: 0;
  width: 296px;
  height: 120px;
}
.banner .imglink a {
  position: relative;
  background: url(../images/blank.png) 0 0 repeat;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 985;
  text-indent: -9000px;
}
@media screen and (max-width: 960px) {
  .banner {
    margin: 10px auto 0;
    float: none;
  }
}
@media screen and (max-width: 700px) {
  .banner {
    background-image: url(../images/home_banner_left_wide.jpg);
  }
}

#social {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  clear: both;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#social .scroller_container, #social .twitter_scroller_container {
  height: 250px;
}
#social #twitter_block {
  position: relative;
  float: left;
  margin: 0 0px 0;
  padding: 0;
  width: 100%;
  width: calc(33.3% - 20px);
  height: 325px;
  padding-bottom: 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#social #twitter_block .header {
  width: 100%;
  height: 45px;
  background: url(../images/social_twitter_icon.jpg) no-repeat center left;
}
#social #twitter_block .header h3 a {
  display: block;
  padding: 14px 0 0 40px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: #0D2B4B;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social #twitter_block .header h3 a:hover, #social #twitter_block .header h3 a:focus {
  color: #39CCFF;
}
#social #twitter_block .header h3 a .on {
  font-style: italic;
  font-family: Georgia, serif;
}
#social #twitter_block .header h3 a .twitter {
  color: #39CCFF;
}
@media screen and (max-width: 1050px) {
  #social #twitter_block .header h3 a {
    font-size: 16px;
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  #social #twitter_block .header h3 a {
    font-size: 15px;
  }
}
#social #twitter_block #tw_status {
  height: 250px;
  overflow: hidden;
  margin: 4px 0 0 40px;
}
#social #twitter_block #tw_status ul {
  display: block;
  width: 100%;
  list-style-type: none;
  list-style-image: none;
  color: #0D2B4B;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  word-wrap: break-word;
}
#social #twitter_block #tw_status ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
  font-weight: normal;
  width: 100%;
  word-wrap: break-word;
}
#social #twitter_block #tw_status ul li a {
  font-style: italic;
  color: #39CCFF;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social #twitter_block #tw_status ul li a:hover, #social #twitter_block #tw_status ul li a:focus {
  color: #0D2B4B;
  text-decoration: none;
}
#social #twitter_block #tw_status ul li .tweet_data {
  width: 100%;
  width: 200px;
}
@media screen and (max-width: 820px) {
  #social #twitter_block #tw_status ul li .tweet_data {
    width: 100%;
  }
}
#social #twitter_block #tw_status ul li .tweet_meta {
  display: block;
  padding: 6px 0 0;
  font-size: 12px;
  line-height: 120%;
  font-weight: normal;
  color: #9FADCB;
}
#social #twitter_block a.follow_more {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 17px;
  padding: 3px 10px 0 0;
  background: url(../images/social_more_bg.png) repeat-x left bottom;
  font-size: 12px;
  font-weight: bold;
  color: #0E2846;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social #twitter_block a.follow_more:focus, #social #twitter_block a.follow_more:hover {
  text-decoration: none;
  background-position: left top;
}
@media screen and (max-width: 820px) {
  #social #twitter_block {
    width: 100%;
    float: none;
    max-width: 100%;
    clear: both;
    height: auto;
    margin: 0;
    padding-bottom: 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #social #twitter_block #tw_status {
    width: 100%;
    height: auto !important;
    width: auto !important;
  }
  #social #twitter_block #tw_status ul {
    width: 100%;
  }
  #social #twitter_block .chirp li {
    display: none;
    background: none;
  }
  #social #twitter_block .chirp li:first-child {
    display: block;
  }
  #social #twitter_block .jspPane {
    position: relative;
  }
  #social #twitter_block .jspContainer {
    height: auto !important;
  }
  #social #twitter_block #tw_status ul li {
    background: none;
  }
}
#social .facebook_status {
  position: relative;
  float: left;
  margin: 0 30px 0;
  padding: 0;
  width: 100%;
  width: calc(33.3% - 20px);
  height: 325px;
  padding-bottom: 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#social .facebook_status .header {
  width: 100%;
  height: 45px;
  background: url(../images/social_facebook_icon.jpg) no-repeat center left;
}
#social .facebook_status .header h3 a {
  display: block;
  padding: 14px 0 0 40px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: #0D2B4B;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social .facebook_status .header h3 a:hover, #social .facebook_status .header h3 a:focus {
  color: #3D6CAA;
}
#social .facebook_status .header h3 a .on {
  font-style: italic;
  font-family: Georgia, serif;
}
#social .facebook_status .header h3 a .facebook {
  color: #3D6CAA;
}
@media screen and (max-width: 1050px) {
  #social .facebook_status .header h3 a {
    font-size: 16px;
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  #social .facebook_status .header h3 a {
    font-size: 15px;
  }
}
#social .facebook_status #fb_wrap {
  width: 86%;
  overflow: hidden;
  margin: 4px 0 0 40px;
  width: auto !important;
}
#social .facebook_status #fb_status {
  width: 86%;
}
#social .facebook_status #fb_status .fb-wall-box {
  color: #0D2B4B;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  word-wrap: break-word;
  padding-bottom: 4px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
#social .facebook_status #fb_status .fb-wall-box > a {
  display: none;
}
#social .facebook_status #fb_status .fb-wall-box strong {
  display: none;
}
#social .facebook_status #fb_status .fb-wall-box a {
  font-style: italic;
  color: #3D6CAA;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social .facebook_status #fb_status .fb-wall-box a:hover, #social .facebook_status #fb_status .fb-wall-box a:focus {
  color: #0D2B4B;
  text-decoration: none;
}
#social .facebook_status #fb_status .fb-wall-box a.fb-wall-message-from {
  display: none;
}
#social .facebook_status #fb_status .fb-wall-box .fb-wall-date {
  display: block;
  position: relative;
  padding: 6px 0 0;
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 120%;
  font-weight: normal;
  color: #9FADCB;
}
#social .facebook_status #fb_status .fb-wall-box .fb-wall-date .fb-wall-icon {
  display: none;
}
#social .facebook_status #fb_status .fb-wall-box .fb-wall-clean, #social .facebook_status #fb_status .fb-wall-box .fb-wall-likes, #social .facebook_status #fb_status .fb-wall-box .fb-wall-media {
  display: none;
}
#social .facebook_status a.follow_more {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 17px;
  padding: 3px 10px 0 0;
  background: url(../images/social_more_bg.png) repeat-x left bottom;
  font-size: 12px;
  font-weight: bold;
  color: #0E2846;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#social .facebook_status a.follow_more:focus, #social .facebook_status a.follow_more:hover {
  text-decoration: none;
  background-position: left top;
}
@media screen and (max-width: 820px) {
  #social .facebook_status {
    width: 100%;
    max-width: 100%;
    height: 200px;
    float: none;
    clear: both;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: auto !important;
  }
  #social .facebook_status #fb_wrap {
    width: 100%;
    height: auto !important;
  }
  #social .facebook_status #fb_status .fb-wall-box {
    background: none;
  }
  #social .facebook_status #fb_status {
    width: auto !important;
  }
  #social .facebook_status #fb_status .fb-wall-box {
    display: none;
  }
  #social .facebook_status #fb_status .fb-wall-box.fb-wall-box-first {
    display: block;
  }
  #social .facebook_status .jspPane {
    position: relative;
  }
  #social .facebook_status .jspContainer {
    height: auto !important;
  }
}
#social .banner_spotlight_wrap {
  position: relative;
  float: left;
  margin: 0 0px 0;
  padding: 0;
  width: 100%;
  width: calc(33.3% - 20px);
  height: 325px;
  padding-bottom: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#social .banner_spotlight_wrap .header {
  width: 100%;
  height: 45px;
  background: url(../images/social_spotlight_icon.jpg) no-repeat center left;
}
#social .banner_spotlight_wrap .header h3 {
  display: block;
  padding: 14px 0 0 40px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: #0D2B4B;
}
#social .banner_spotlight_wrap .header h3 .on {
  font-style: italic;
  font-family: Georgia, serif;
}
#social .banner_spotlight_wrap .header h3 .spotlight_cobo {
  color: #479297;
}
@media screen and (max-width: 1050px) {
  #social .banner_spotlight_wrap .header h3 {
    font-size: 16px;
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  #social .banner_spotlight_wrap .header h3 {
    font-size: 15px;
  }
}
#social .banner_spotlight_wrap .banner {
  width: 100%;
  height: 280px;
  margin: 4px 0 0 0px;
  position: relative;
  background: none;
  float: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
#social .banner_spotlight_wrap .banner .thumb {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 0;
  float: none;
  border: none;
}
#social .banner_spotlight_wrap .banner .thumb img {
  max-width: 100%;
}
#social .banner_spotlight_wrap .banner .details {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  float: none;
}
#social .banner_spotlight_wrap .banner .details h1, #social .banner_spotlight_wrap .banner .details h2 {
  display: block;
  color: #0D2B4B;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  padding: 0 0 0 3px;
}
#social .banner_spotlight_wrap .banner .details p {
  display: block;
  color: #0D2B4B;
  font-size: 13px;
  padding: 0 0 0 3px;
  line-height: 140%;
  font-weight: normal;
}
#social .banner_spotlight_wrap .banner .imglink {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: auto;
  width: 100%;
  height: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#social .banner_spotlight_wrap .banner .imglink a {
  width: 100%;
  height: 17px;
  padding: 3px 10px 0 0;
  background: url(../images/social_more_bg.png) repeat-x left bottom;
  font-size: 12px;
  font-weight: bold;
  color: #0E2846;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social .banner_spotlight_wrap .banner .imglink a:focus, #social .banner_spotlight_wrap .banner .imglink a:hover {
  text-decoration: none;
  background-position: left top;
}
@media screen and (max-width: 820px) {
  #social .banner_spotlight_wrap {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    float: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #social .banner_spotlight_wrap .banner {
    height: auto;
    margin: 8px 0 0 0px;
    padding-bottom: 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #social .banner_spotlight_wrap .banner .thumb, #social .banner_spotlight_wrap .banner .details {
    width: 100%;
  }
  #social .banner_spotlight_wrap .imglink {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  #social {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 700px) {
  #social {
    padding: 20px 0px;
  }
}

.subnav {
  background: #4A9498;
  border: 1px solid #2D797E;
  position: relative;
  margin: 20px 0 0 0px;
  padding: 15px 0 20px;
  width: 293px;
  height: auto;
}
.subnav ul {
  display: block;
  width: 265px;
  list-style: none;
  margin: 0 auto;
}
.subnav ul li {
  padding: 8px 0;
  background: url(../images/subnav_sidebar_li_bg.png) repeat-x left bottom;
}
.subnav ul li.last {
  background: none;
}
.subnav ul li a {
  color: white;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.subnav ul li a:hover, .subnav ul li a:focus {
  color: #ECC470;
  text-decoration: none;
  padding-left: 10px;
  background: url(../images/arrows-dullyellow-tiny.png) no-repeat left 6px;
}
.subnav ul li.active a {
  color: #ECC470;
  padding-left: 10px;
  background: url(../images/arrows-dullyellow-tiny.png) no-repeat left 6px;
}
.subnav ul li .sub {
  display: none;
}
.subnav ul li:first-child.active a {
  background: none;
  font-size: 16px;
  padding-left: 0;
}
@media screen and (max-width: 820px) {
  .subnav {
    width: 100%;
  }
  .subnav ul {
    width: 95%;
  }
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  width: 600px;
  height: 400px;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  top: 0;
  left: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow, .rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  position: relative;
  float: left;
}

.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  float: left;
  width: 100%;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  display: none;
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
}

.rsSlide {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  position: relative;
  width: 100%;
  height: 100%;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  position: relative;
  float: left;
  overflow: hidden;
  z-index: 22;
  cursor: pointer;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs, .rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  position: relative;
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
}

.rsVideoFrameHolder {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #141414;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
}

img.rsImg {
  max-width: none;
}

/*.grab-cursor {
	cursor:image-url('grab.png') 8 8, move; 
}

.grabbing-cursor{ 
	cursor:image-url('grabbing.png') 8 8, move;
}*/
.rsNoDrag {
  cursor: auto;
}

.rsLink {
  position: absolute;
  display: block;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*	background: image-url('blank.gif');*/
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Overrides
*	10. Homepage slideshow
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Override width/height */
.royalSlider {
  width: 100%;
  height: auto;
  zoom: 1;
}
.royalSlider:before, .royalSlider:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.royalSlider:after {
  clear: both;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  position: absolute;
  display: block;
  z-index: 21;
  width: 39px;
  height: 100%;
  cursor: pointer;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 50px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowRight {
  top: 0;
  right: 0;
}

.rsDefault .rsArrowIcn {
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-indent: -4000px;
  cursor: pointer;
  z-index: 20;
}
.rsDefault .rsArrowIcn:hover {
  background-color: #489297;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background: url(../images/slideshow_controls.png) no-repeat 0 0;
  left: -4px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover {
  background-position: 0 -45px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background: url(../images/slideshow_controls.png) no-repeat -50px 0;
  right: -4px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover {
  background-position: -50px -45px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  overflow: hidden;
  z-index: 39;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  line-height: 8px;
  text-align: center;
}

.rsDefault .rsBullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 6px 5px 6px;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #fff;
  cursor: default;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  position: absolute;
  bottom: -129px;
  width: 100%;
  height: 183px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  border-bottom-color: #ccc;
  background: transparent url(../images/home-slideshow-thumb-bg.jpg) repeat-x 0 bottom;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  margin-top: 71px;
  background: white;
}

.rsDefault .rsThumbsVer {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
  margin-left: -8px;
  padding-left: 8px;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: visible !important;
  width: 160px;
  height: 92px;
  background: #666;
}
.rsDefault .rsThumb.tooltip-left .tooltip {
  right: auto;
  left: 0;
}
.rsDefault .rsThumb:last-child {
  margin-right: 0 !important;
}
.rsDefault .rsThumb .rsTmb {
  position: relative;
  display: block;
}
.rsDefault .rsThumb:hover .tooltip, .rsDefault .rsThumb:focus .tooltip {
  display: block;
}
.rsDefault .rsThumb:hover .arrow, .rsDefault .rsThumb:focus .arrow {
  display: block;
}

.rsDefault .rsThumb img {
  position: relative;
  display: block;
  width: 160px;
  height: 92px;
}

.rsDefault .rsThumb .arrow {
  position: absolute;
  display: none;
  visibility: visible;
  overflow: visible;
  z-index: 5;
  right: 67px;
  bottom: 102px;
  width: 35px;
  height: 18px;
  margin: 0;
  background: url(../images/tool-social-tip.png) no-repeat 0 -2px;
  text-indent: -9999px;
}

.rsDefault .rsThumb .tooltip {
  position: absolute;
  display: none;
  z-index: 4;
  right: 0;
  bottom: 118px;
  -moz-box-sizing: none;
       box-sizing: none;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 2px 20px 10px 19px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.rsDefault .rsThumb .tooltip .details {
  position: relative;
  width: auto;
  white-space: nowrap;
}
.rsDefault .rsThumb .tooltip span {
  display: inline;
  margin: 0;
  padding: 0;
  color: #333;
  font: normal 16px/120% Trebuchet MS, serif;
  text-indent: 0;
  text-transform: uppercase;
}
.rsDefault .rsThumb .tooltip span span {
  font: normal 13px/120% Trebuchet MS, serif;
  text-transform: none;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsTmb {
  display: none;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.rsDefault .rsTmb span {
  margin: 0;
  padding: 0;
  color: #ddd;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  position: absolute;
  display: block;
  z-index: 21;
  width: 20px;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  top: 0;
  right: 0;
}

.rsDefault .rsThumbsArrowIcn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background: url("../images/rs-default.png");
  cursor: pointer;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}

.rsDefault .rsTab {
  display: inline-block;
  width: auto;
  min-width: 72px;
  height: auto;
  padding: 5px 13px 6px;
  color: #333;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  border-right: 1px solid #cfcfcf;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rsDefault .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #fff;
  border: 1px solid #999;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  text-shadow: 1px 1px #838383;
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  position: absolute;
  display: block;
  z-index: 22;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  width: 32px;
  height: 32px;
  margin: 6px;
  border-radius: 2px;
  background: url("../images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.rsDefault .rsPlayBtnIcon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
}

.rsDefault .rsCloseVideoBtn {
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  width: 32px;
  height: 32px;
  margin: 6px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-image: url("../images/preloader-white.gif");
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  z-index: 38;
  bottom: 0px;
  width: 100%;
  margin: 0 0 0 0px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  /*	.ie9 & {
  	filter:none;
  }*/
}
.rsDefault .rsGCaption .rsABlock {
  position: relative;
  top: auto;
  left: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  padding: 0;
  text-indent: 0px;
}
.rsDefault .rsGCaption .rsABlock p {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 15px;
  color: white;
  font-family: Trebuchet MS, serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  background: url(../images/slideshow_caption_bg.png) repeat 0 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.rsDefault .rsGCaption .rsABlock p:empty {
  display: none;
}

/***************
*
*  9. Overrides/Customization
*
****************/
.full-slideshow {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .full-slideshow {
    margin-top: 0;
  }
}

/***************
*
*  10. Homepage Slideshow
*
****************/
.home-slideshow .royalSlider, .home-slideshow .rsOverflow {
  min-height: 375px;
}
@media screen and (max-width: 820px) {
  .home-slideshow .royalSlider, .home-slideshow .rsOverflow {
    min-height: 1px;
  }
}

/* ----------------------------------------------------------------------------
=slideshow
----------------------------------------------------------------------------- */
#branding:hover .controls .nav-controls, #branding:focus .controls .nav-controls {
  display: block;
}

.slideshow {
  height: 375px;
  position: relative;
}
.slideshow .slide {
  height: 375px;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 660px;
  width: 100%;
  height: auto;
}
.slideshow .slide a.advance-link {
  display: block;
  width: 100%;
  height: 100%;
}
.slideshow .slide span {
  display: block;
  width: 100%;
  height: 100%;
}
.slideshow .controls {
  display: block;
  width: 100%;
  height: 375px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/branding_shadow_left_right.png) repeat-y left top;
  display: none;
}
.slideshow .controls .nav-controls {
  position: relative;
  display: none;
  margin-top: 160px;
}
.slideshow .controls .nav-controls a.prev {
  display: block;
  width: 50px;
  height: 45px;
  background: url(../images/slideshow_controls.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: -4px;
  text-indent: -4000px;
  cursor: pointer;
}
.slideshow .controls .nav-controls a.prev:hover {
  background-position: 0 -45px;
}
.slideshow .controls .nav-controls a.next {
  display: block;
  width: 50px;
  height: 45px;
  background: url(../images/slideshow_controls.png) no-repeat -50px 0;
  position: absolute;
  top: 0;
  right: -4px;
  text-indent: -4000px;
  cursor: pointer;
}
.slideshow .controls .nav-controls a.next:hover {
  background-position: -50px -45px;
}
.slideshow .imglink, .slideshow .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.slideshow .imglink a {
  position: relative;
  background: url(../images/blank.png) 0 0 repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.slideshow .video {
  background: url(../images/play.png) no-repeat center center;
}
.slideshow .video #video_player, .slideshow .video #video_holder {
  display: block;
  width: 100%;
  height: 100%;
  z-index: -9999;
}
.slideshow .thumbs_holder {
  display: none;
}
.slideshow .thumbs_holder .thumbs_holder,
.slideshow .thumbs_holder .thumbs,
.slideshow .thumbs_holder .thumbs li,
.slideshow .thumbs_holder .thumbs li.selected, .slideshow .thumbs_holder .slideshow .thumbs li:hover,
.slideshow .thumbs_holder .thumbs .caption,
.slideshow .thumbs_holder .thumbs a.thumb,
.slideshow .thumbs_holder .thumbs a.thumb img,
.slideshow .thumbs_holder .thumbs a.thumb span.overlay,
.slideshow .thumbs_holder .thumbs a.thumb_video span.overlay {
  display: none;
}
.slideshow .caption_holder {
  display: none;
}

/* Branding/Slideshow on static pages */
#pages #column_1 #branding-holder .slideshow {
  margin: -29px 0 45px;
}
#pages #column_1 #branding_shadow_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 620px;
  height: 15px;
  width: 100%;
  height: auto;
  background: url(../images/branding_shadow_bottom.png) repeat-x right top;
  z-index: 1000;
}
#pages #column_1 .slideshow {
  margin: 10px 0 45px;
  padding: 0;
  position: relative;
  width: 620px;
  width: 100%;
  height: 375px;
  width: 100%;
  height: auto;
  z-index: 990;
  background: url(../images/faq_pattern.png) repeat left top;
}
#pages #column_1 .slideshow .imglink, #pages #column_1 .slideshow .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
#pages #column_1 .slideshow .caption_holder {
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 620px;
  padding: 4px 0;
  height: 16px;
  z-index: 15;
  width: 100%;
  background: url(../images/slideshow_caption_bg.png) repeat 0 0;
}
#pages #column_1 .slideshow .caption_holder span {
  display: block;
  width: auto;
  height: 16px;
}
#pages #column_1 .slideshow .caption {
  position: relative;
}
#pages #column_1 .slideshow .caption p {
  color: white;
  font-size: 14px;
  line-height: 100%;
  padding: 0 0 0 10px;
  font-weight: normal;
  float: left;
  width: 600px;
  width: 100%;
  overflow: hidden;
}
#pages #column_1 .slideshow .caption .date {
  display: none;
}
#pages #column_1 .slideshow .caption .buttons {
  display: none;
}
#pages #column_1 .slideshow .caption a {
  display: none;
}
#pages #column_1 .slideshow .slide {
  width: 620px;
  height: 375px;
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------
=events
----------------------------------------------------------------------------- */
#events .overview {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
#events .overview h1 {
  font-weight: 700;
}
#events .overview p {
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: 500;
  line-height: 140%;
  color: #4A9498;
}

.event_list {
  margin: 0;
  width: 618px;
  width: 100%;
  clear: both;
  padding: 0;
}
.event_list .event_list_border {
  position: relative;
  width: 618px;
  width: 100%;
  height: 4px;
  margin: 1px auto;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.event_list .list {
  position: relative;
}
.event_list .list .entry {
  background: url(../images/event_list_bg.jpg) repeat-y left top;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 90;
}
.event_list .list .entry .info {
  margin: 0 auto;
  padding: 15px 10px 25px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_list .list .entry .info h3 {
  font-size: 18px;
  margin-bottom: 0;
  float: left;
  width: 420px;
  width: calc(100% - 140px);
  color: #013F6A;
  line-height: 120%;
}
@media screen and (max-width: 400px) {
  .event_list .list .entry .info h3 {
    font-size: 15px;
    width: calc(100% - 100px);
  }
}
.event_list .list .entry .info .date {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 171%;
  width: 120px;
  color: #489297;
}
.event_list .list .entry .info .date span {
  color: #489297;
}
.event_list .list .entry .info .date .y {
  display: none;
}
@media screen and (max-width: 400px) {
  .event_list .list .entry .info .date {
    width: 80px;
  }
}
.event_list .list .entry .info.active {
  background: url(../images/event_list_bg_active.jpg) repeat-y left top;
}
.event_list .list .entry .info.active a.event_more_flag {
  display: block;
}
.event_list .list .entry .info:hover, .event_list .list .entry .info:focus {
  background: url(../images/event_list_bg_active.jpg) repeat-y left top;
}
.event_list .list .entry .details {
  display: none;
  height: auto;
  background: url(../images/event_list_bg_active.jpg) repeat-y left top;
  position: relative;
  padding: 0 0 15px 0;
}
.event_list .list .entry .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.event_list .list .entry .thumb a {
  display: block;
  width: 115px;
  height: 67px;
  border: 1px solid #013F6A;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_list .list .entry .thumb a img {
  width: 115px;
  height: 67px;
  border: none;
  outline: none;
}
.event_list .list .entry .thumb a:hover, .event_list .list .entry .thumb a:focus {
  border: 1px solid #489297;
}
.event_list .list .entry h4 {
  width: 460px;
  width: calc(100% - 140px);
  margin: 0 20px 0 0px;
  margin: 0 0 5px 0px;
  margin: 0 20px 0 0px;
  padding: 6px 0 8px;
  font-weight: normal;
  color: #4A9498;
  font-size: normal;
  line-height: 170%;
}
.event_list .list .entry p {
  width: 460px;
  width: calc(100% - 140px);
  margin: 0 0 5px 0px;
  margin: 0 20px 0 0px;
  float: right;
  font-size: 14px;
  line-height: 140%;
  padding-bottom: 8px;
  color: #013F6A;
  font-weight: bold;
}
.event_list .list .entry p:first-child {
  background: url(../images/event_list_detail_rule.png) repeat-x left top;
  padding: 10px 0 5px;
}
.event_list .list .entry p a, .event_list .list .entry p a:link, .event_list .list .entry p a:visited {
  color: #489297;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_list .list .entry p a:hover, .event_list .list .entry p a:focus, .event_list .list .entry p a:link:hover, .event_list .list .entry p a:link:focus, .event_list .list .entry p a:visited:hover, .event_list .list .entry p a:visited:focus {
  color: #6FB1B4;
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  .event_list .list .entry p {
    width: calc(100% - 30px);
  }
}
.event_list .list .entry .event_details_listing {
  width: 460px;
  width: calc(100% - 140px);
  margin: 0 20px 0 0px;
  float: right;
  padding: 10px 0;
  clear: both;
  background: url(../images/event_list_detail_rule.png) repeat-x left bottom;
}
.event_list .list .entry .event_details_listing ul {
  list-style: none;
  list-style-image: none;
}
.event_list .list .entry .event_details_listing ul li {
  padding: 10px 0;
  background: url(../images/event_list_detail_rule.png) repeat-x left top;
  font-size: 14px;
}
.event_list .list .entry .event_details_listing ul li label {
  display: inline;
  width: auto;
  font-weight: normal;
  padding: 0;
  color: #4A9498;
  line-height: 170%;
}
.event_list .list .entry .event_details_listing ul li p {
  display: inline;
  width: auto;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 4px;
  line-height: 170%;
  color: #666;
}
.event_list .list .entry .event_details_listing ul li p a, .event_list .list .entry .event_details_listing ul li p a:visited, .event_list .list .entry .event_details_listing ul li p a:active {
  color: #013F6A;
  text-decoration: none;
}
.event_list .list .entry .event_details_listing ul li p a:hover, .event_list .list .entry .event_details_listing ul li p a:focus, .event_list .list .entry .event_details_listing ul li p a:visited:hover, .event_list .list .entry .event_details_listing ul li p a:visited:focus, .event_list .list .entry .event_details_listing ul li p a:active:hover, .event_list .list .entry .event_details_listing ul li p a:active:focus {
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  .event_list .list .entry .event_details_listing {
    width: calc(100% - 30px);
  }
}
.event_list .list .entry .buttons {
  clear: both;
  width: calc(100% - 140px);
  margin: 0 20px 0 0px;
  float: right;
}
@media screen and (max-width: 400px) {
  .event_list .list .entry .buttons {
    width: calc(100% - 30px);
  }
}
.event_list .list .entry a.event_more_flag {
  display: block;
  width: 102px;
  height: 25px;
  margin: 8px 0 0 0px;
  position: relative;
  background: #4A9498 url(../images/arrow-white.png) no-repeat 86px 7px;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  line-height: 210%;
  text-indent: 5px;
  font-weight: bold;
  float: left;
}
.event_list .list .entry a.event_more_flag:hover, .event_list .list .entry a.event_more_flag:focus {
  text-decoration: none;
  margin-left: 5px;
}

/* ----------------------------------------------------------------------------
=event_detail
----------------------------------------------------------------------------- */
.event_detail .overview, .event_detail .description, .event_detail .showings, .event_detail .information {
  width: 620px;
  width: 100%;
  width: 100%;
}
.event_detail .overview h2, .event_detail .description h2, .event_detail .showings h2, .event_detail .information h2 {
  color: #013F6A;
}
.event_detail .description {
  padding: 0 0 10px;
  margin: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.event_detail .description p {
  font-weight: bold;
  color: #013F6A;
  font-size: 14px;
}
.event_detail .description p a, .event_detail .description p a:link, .event_detail .description p a:visited {
  color: #489297;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_detail .description p a:hover, .event_detail .description p a:focus, .event_detail .description p a:link:hover, .event_detail .description p a:link:focus, .event_detail .description p a:visited:hover, .event_detail .description p a:visited:focus {
  color: #6FB1B4;
  text-decoration: underline;
}
.event_detail .description .thumb {
  position: relative;
  width: 190px;
  height: 112px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 6px;
  border: 1px solid #013F6A;
}
.event_detail .description .thumb img {
  width: 190px;
  height: 112px;
}
.event_detail .information .details {
  padding: 8px 0;
}
.event_detail .information .details label {
  display: inline;
  font-weight: bold;
  font-size: 14px;
  padding-right: 8px;
  width: 150px;
}
.event_detail .information .details ul {
  display: block;
  float: left;
  width: 620px;
  width: 100%;
  list-style: none;
  margin: 0 0 25px;
  background: url(../images/event_list_detail_rule.png) repeat-x left bottom;
}
.event_detail .information .details ul li {
  background: url(../images/event_list_detail_rule.png) repeat-x left top;
  list-style: none;
  padding: 10px 0;
}
.event_detail .information .details ul li p {
  font-size: 14px;
  display: inline;
  padding: 0 2px;
}
.event_detail .information .details ul li p a, .event_detail .information .details ul li p a:link, .event_detail .information .details ul li p a:visited {
  display: inline;
}
.event_detail .information .details ul li:first-child {
  background: url(../images/event_list_detail_rule.png) repeat-x left top;
}
.event_detail .information .details ul li a:hover {
  text-decoration: underline;
}
.event_detail .information .details a {
  color: #013F6A;
  display: block;
  text-decoration: none;
}
.event_detail .information .details .ticket a, .event_detail .information .details .ticket a:link, .event_detail .information .details .ticket a:visited {
  display: block;
  background: url(../images/btn_tickets.png) 0 0 no-repeat;
  height: 36px;
  margin: 0 auto 10px;
  padding: 0 0 0 44px;
  width: 94px;
  font-weight: 500;
  color: #00589A;
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.event_detail .information .details .ticket a:hover, .event_detail .information .details .ticket a:link:hover, .event_detail .information .details .ticket a:visited:hover {
  background-position: 0 -36px;
  color: #fff;
}
.event_detail .information .details .ticket span {
  color: #333;
  display: block;
  background: url(../images/btn_tickets.png) no-repeat 0 -72px;
  height: 36px;
  margin: 0 auto 10px;
  padding: 0 0 0 44px;
  width: 94px;
  font-weight: 500;
  font-family: "museo-sans";
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
}
.event_detail .information .details .ticket a.onsale {
  background: none;
  padding: 0;
  text-decoration: none;
  text-align: center;
  width: auto;
  height: auto;
  text-transform: none;
  color: #FCFD7B;
}
.event_detail .information .details .ticket a.onsale:hover {
  color: #fff;
}
.event_detail .share_bar {
  margin: 0 0 20px;
  padding: 10px 0;
  position: relative;
  width: 620px;
  width: 100%;
  width: 100%;
}
.event_detail .share_bar .print {
  background: url("../images/icon-print.png") no-repeat 0 0;
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #333;
  margin: 4px 30px 0 0;
  float: left;
  width: 25px;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.event_detail .share_bar .print:hover {
  color: #00589A;
  background-position: 0 -14px;
}
.event_detail .share_bar .addthis_toolbox {
  float: left;
  width: 260px;
}
.event_detail .showings ul {
  margin-bottom: 25px;
}
.event_detail .showings ul li {
  background: url(../images/event_list_detail_rule.png) repeat-x left top;
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
}
.event_detail .showings ul li:first-child {
  background: url(../images/event_list_detail_rule.png) repeat-x left top;
}
.event_detail .showings ul li .ical {
  color: #333;
  display: block;
  font-weight: bold;
  padding-right: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.event_detail .showings ul li .ical span {
  display: block;
  background: url("../images/icon-calendar.png") 0 0 no-repeat;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  width: 13px;
}

/* ----------------------------------------------------
=custom seating chart styles used on Cobo Images page 
 to show hi-resolution images=
---------------------------------------------------- */
.seating .seating_charts {
  margin: 0 auto;
}
.seating .seating_charts .entry {
  text-align: left;
  float: left;
  width: 200px;
  width: calc(33% - 10px);
  padding: 0;
  margin: 0 5px 25px;
}
@media screen and (max-width: 1050px) {
  .seating .seating_charts .entry {
    width: calc(50% - 10px);
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .seating .seating_charts .entry {
    width: calc(100% - 10px);
    text-align: center;
  }
}
.seating .seating_charts .entry .thumb {
  margin: 0 auto;
  padding: 0px;
}
.seating .seating_charts .entry .thumb a, .seating .seating_charts .entry .thumb a:link, .seating .seating_charts .entry .thumb a:visited {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.seating .seating_charts .entry .thumb a:hover, .seating .seating_charts .entry .thumb a:focus, .seating .seating_charts .entry .thumb a:link:hover, .seating .seating_charts .entry .thumb a:link:focus, .seating .seating_charts .entry .thumb a:visited:hover, .seating .seating_charts .entry .thumb a:visited:focus {
  text-decoration: none;
}
.seating .seating_charts .entry .thumb a img, .seating .seating_charts .entry .thumb a:link img, .seating .seating_charts .entry .thumb a:visited img {
  outline: none;
  width: 180px;
  height: 136px;
  max-width: 100%;
}
.seating .seating_charts .entry .info {
  display: block;
  width: 100%;
}
.seating .seating_charts .entry .info h3 {
  color: #013F6A;
  padding: 0;
  margin: 0;
}
.seating .seating_charts .entry .info h3 a, .seating .seating_charts .entry .info h3 a:link, .seating .seating_charts .entry .info h3 a:visited {
  color: #0E5E9B;
  text-transform: none;
}
.seating .seating_charts .entry .info h3 a:hover, .seating .seating_charts .entry .info h3 a:focus, .seating .seating_charts .entry .info h3 a:link:hover, .seating .seating_charts .entry .info h3 a:link:focus, .seating .seating_charts .entry .info h3 a:visited:hover, .seating .seating_charts .entry .info h3 a:visited:focus {
  text-decoration: none;
}
.seating .seating_charts .entry .info .info-buttons {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.seating .seating_charts .entry .info .info-buttons a.view, .seating .seating_charts .entry .info .info-buttons a.view:link, .seating .seating_charts .entry .info .info-buttons a.view:visited {
  display: block;
  text-decoration: none;
  width: 80px;
  padding: 0 0 6px 24px;
  margin: 0 auto;
  background: url(../images/icon_img.png) no-repeat 0 0;
}
.seating .seating_charts .entry .info .info-buttons a.view:hover, .seating .seating_charts .entry .info .info-buttons a.view:focus, .seating .seating_charts .entry .info .info-buttons a.view:link:hover, .seating .seating_charts .entry .info .info-buttons a.view:link:focus, .seating .seating_charts .entry .info .info-buttons a.view:visited:hover, .seating .seating_charts .entry .info .info-buttons a.view:visited:focus {
  text-decoration: underline;
}
.seating .seating_charts .entry .info .info-buttons a.hi_res_link, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:link, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:visited {
  display: block;
  text-decoration: none;
  padding: 0 0 0 24px;
  margin: 0 auto;
  background: url(../images/icon_img_download.png) no-repeat 0 0;
}
.seating .seating_charts .entry .info .info-buttons a.hi_res_link:hover, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:focus, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:link:hover, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:link:focus, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:visited:hover, .seating .seating_charts .entry .info .info-buttons a.hi_res_link:visited:focus {
  text-decoration: underline;
}

#news #content .overview {
  border: none;
  margin: 0;
  padding-bottom: 10px;
}
#news #content .overview h1 {
  font-weight: 700;
  margin: 0 0 10px;
}

.news_list {
  position: relative;
}
.news_list .news_list_border {
  position: relative;
  width: 100%;
  height: 4px;
  margin: 1px auto;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.news_list .paging {
  margin: 0 0 10px;
  background: none;
}
.news_list .entry {
  padding: 15px;
  position: relative;
  background: url(../images/event_list_bg.jpg) repeat-y left top;
}
.news_list .entry:hover {
  background: url(../images/event_list_bg_active.jpg) repeat-y left top;
}
.news_list .info {
  width: 100%;
}
.news_list .info h3 {
  margin: 0;
  padding: 0 0 8px;
}
.news_list .info h3 a, .news_list .info h3 a:link, .news_list .info h3 a:visited, .news_list .info h3 a:active {
  color: #013F6A;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  line-height: 16px;
}
.news_list .info h3 a:hover, .news_list .info h3 a:link:hover, .news_list .info h3 a:visited:hover, .news_list .info h3 a:active:hover {
  color: #222;
}
.news_list .info h4 {
  color: #222;
  font-size: 14px;
  margin: 0 0 5px;
}
.news_list .info p {
  color: #222;
  width: 100%;
}
.news_list .info a.more, .news_list .info a.more:link, .news_list .info a.more:visited {
  color: #013F6A;
  font-size: 14px;
  font-weight: normal;
  background: url(../images/arrows-bluegreen-tiny.png) no-repeat 0 6px;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 8px;
  margin: 5px 0 0 2px;
  width: 115px;
}
.news_list .info a.more:hover, .news_list .info a.more:link:hover, .news_list .info a.more:visited:hover {
  color: #111;
  margin-left: 5px;
}

.news_detail {
  position: relative;
}
.news_detail .overview {
  width: 620px;
  width: 100%;
  border: none;
}
.news_detail .overview h1 {
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 10px;
  padding: 20px 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
  font-weight: 700;
}
.news_detail .overview span.date {
  color: #489297;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}
.news_detail .body {
  margin: 0 0 5px;
}
.news_detail .thumb {
  height: 140px;
  width: 190px;
  margin: 0 15px 10px 0;
  float: left;
  border: 1px solid #AAA;
}
.news_detail .thumb img {
  padding: 0px;
  height: 140px;
  width: 190px;
}
.news_detail .link {
  float: left;
}
.news_detail .link a.pdf, .news_detail .link a:link.pdf, .news_detail .link a:visited.pdf {
  background: url("../images/link_pdf_icon.png") no-repeat 0 0;
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #013F6A;
  margin: 4px 30px 0 0;
  float: left;
  width: auto;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.news_detail .link a.pdf:hover, .news_detail .link a:link.pdf:hover, .news_detail .link a:visited.pdf:hover {
  background: url("../images/link_pdf_icon_on.png") no-repeat 0 0;
}
.news_detail .share_bar {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 10px 30px;
  position: relative;
  width: 580px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: left;
}
.news_detail .share_bar .print {
  background: url("../images/icon-print.png") no-repeat 0 0;
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #333;
  margin: 4px 30px 0 0;
  float: left;
  width: 25px;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.news_detail .share_bar .print:hover {
  color: #00589A;
  background-position: 0 -14px;
}
.news_detail .share_bar .addthis_toolbox {
  float: left;
  width: 260px;
}
.news_detail .event_list {
  margin: 0 0 15px;
}
.news_detail .event_list .entry {
  border-top: 1px dotted #AAA;
  border-bottom: 1px dotted #AAA;
  padding: 15px 10px;
  background: url(../images/bg_showings_list.png) repeat 0 0;
}
.news_detail .event_list .entry .info {
  width: 390px;
}
.news_detail a.full_list, .news_detail a.full_list:link, .news_detail a.full_list:visited {
  background: url("../images/link_viewall_icon.png") no-repeat 0 0;
  display: block;
  height: 28px;
  margin: 0 2px;
  width: 145px;
  position: absolute;
  top: 0;
  right: 0;
  color: #013F6A;
  text-decoration: none;
  line-height: 200%;
}
.news_detail a.full_list:hover, .news_detail a.full_list:link:hover, .news_detail a.full_list:visited:hover {
  background: url("../images/link_viewall_icon_on.png") no-repeat 0 0;
  text-decoration: none;
}

.jobs {
  position: relative;
  padding: 8px 0;
  margin: 8px 0 0;
}
.jobs .job_list .entry {
  padding: 8px 0;
}
.jobs .job_list .entry:first-child {
  border-bottom: 1px dotted #efefef;
}
.jobs .job_list .entry .info {
  padding: 0 10px;
}
.jobs .job_list .entry .info h3 {
  display: block;
  font-size: 20px;
  line-height: 120%;
  padding: 4px 0;
}
.jobs .job_list .entry .info h3 a, .jobs .job_list .entry .info h3 a:visited, .jobs .job_list .entry .info h3 a:active {
  text-decoration: none;
  color: #013F6A;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.jobs .job_list .entry .info h3 a:hover, .jobs .job_list .entry .info h3 a:focus, .jobs .job_list .entry .info h3 a:visited:hover, .jobs .job_list .entry .info h3 a:visited:focus, .jobs .job_list .entry .info h3 a:active:hover, .jobs .job_list .entry .info h3 a:active:focus {
  text-decoration: none;
  color: #111;
}
.jobs .job_list .entry .info a.more, .jobs .job_list .entry .info a.more:visited, .jobs .job_list .entry .info a.more:active {
  display: block;
  padding: 0 0 4px 8px;
  background: url(../images/arrows-bluegreen-tiny.png) no-repeat left 5px;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.jobs .job_list .entry .info a.more:hover, .jobs .job_list .entry .info a.more:focus, .jobs .job_list .entry .info a.more:visited:hover, .jobs .job_list .entry .info a.more:visited:focus, .jobs .job_list .entry .info a.more:active:hover, .jobs .job_list .entry .info a.more:active:focus {
  text-decoration: none;
  color: #111;
  margin-left: 5px;
}
.jobs .job_list .entry:hover, .jobs .job_list .entry:focus, .jobs .job_list .entry.alt {
  background: url(../images/faq_pattern.png) repeat left top;
}

.job_detail .overview {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
  background: url(../images/overview_rule.png) repeat-x left bottom;
}
.job_detail .overview .date {
  position: absolute;
  top: 10px;
  right: 5px;
}
.job_detail .overview h1 {
  width: 470px;
}
.job_detail .overview p {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
.job_detail .description {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.job_detail .description h3 {
  background: url(../images/overview_rule.png) repeat-x left top;
  padding-top: 10px;
}
.job_detail .description h3:first-child {
  background: none;
  padding-top: 0px;
}
.job_detail .description ul {
  margin-left: 10px;
}
.job_detail .description ul li {
  padding: 4px 0 4px 10px;
  background: url(../images/bullet.png) no-repeat 0 7px;
}
.job_detail .description h4 {
  background: url(../images/overview_rule.png) repeat-x left top;
  padding-top: 10px;
}
.job_detail .description p a, .job_detail .description p a:visited, .job_detail .description p a:active {
  padding: 0 0 4px 8px;
  background: url(../images/arrows-bluegreen-tiny.png) no-repeat left 5px;
  color: #013F6A;
  font-size: 14px;
  text-decoration: none;
}
.job_detail .description p a:hover, .job_detail .description p a:focus, .job_detail .description p a:visited:hover, .job_detail .description p a:visited:focus, .job_detail .description p a:active:hover, .job_detail .description p a:active:focus {
  margin-left: 8px;
  color: #111;
}

.overview.list {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}

#home_spotlights {
  float: right;
  width: calc(100% - 680px);
  width: 340px;
  height: 374px;
  margin: -6px 10px 0 0px;
  padding: 0;
}
#home_spotlights .scroller_container {
  height: 312px;
  width: 100%;
}
#home_spotlights .featured_holder {
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#home_spotlights .featured_holder .header {
  position: relative;
  height: 60px;
  width: 100%;
}
#home_spotlights .featured_holder .header h1 {
  font-weight: 700;
  color: #499398;
  display: block;
  float: left;
  width: auto;
  text-transform: uppercase;
  margin: 22px 0 0 4px;
  letter-spacing: 1px;
}
#home_spotlights .featured_holder .header a, #home_spotlights .featured_holder .header a:link, #home_spotlights .featured_holder .header a:visited {
  display: block;
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
  color: #CED0D3;
  margin: 33px 46px 0 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#home_spotlights .featured_holder .header a:hover, #home_spotlights .featured_holder .header a:focus {
  text-decoration: none;
  color: #499398;
}
#home_spotlights .featured_holder .event_list {
  margin: 0;
  padding: 0;
  z-index: 500;
  position: relative;
  overflow: hidden;
}
#home_spotlights .featured_holder .event_list .entry {
  padding: 10px 0 6px;
  margin: 0;
  width: 90%;
  min-height: 60px;
  height: auto;
  background: none;
  position: relative;
  border-top: 2px solid #CED0D3;
}
#home_spotlights .featured_holder .event_list .entry .info {
  margin: 0;
  width: 100%;
  padding: 0;
  min-height: 60px;
  height: auto;
  cursor: default;
}
#home_spotlights .featured_holder .event_list .entry .info:hover, #home_spotlights .featured_holder .event_list .entry .info:focus {
  background: none;
}
#home_spotlights .featured_holder .event_list .entry .info h3 {
  padding: 0;
  margin: 0;
  text-indent: 0;
  line-height: 120%;
  font-size: 14px;
  width: auto;
  float: right;
  width: 200px;
}
#home_spotlights .featured_holder .event_list .entry .info h3 a, #home_spotlights .featured_holder .event_list .entry .info h3 span {
  color: #0D2B4B;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
#home_spotlights .featured_holder .event_list .entry .info h3 a {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#home_spotlights .featured_holder .event_list .entry .info h3 a:hover {
  color: #499398;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  #home_spotlights .featured_holder .event_list .entry .info h3 {
    float: left;
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 400px) {
  #home_spotlights .featured_holder .event_list .entry .info h3 {
    width: 100%;
  }
}
#home_spotlights .featured_holder .event_list .entry .info .date {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  float: left;
  text-transform: uppercase;
  width: 62px;
  line-height: normal;
  padding-top: 0;
  text-align: center;
}
#home_spotlights .featured_holder .event_list .entry .info .date span {
  color: #013F6A;
}
#home_spotlights .featured_holder .event_list .entry .info .date .m:first-child {
  display: block;
  font-size: 16px;
  padding-bottom: 4px;
}
#home_spotlights .featured_holder .event_list .entry .info .date .m, #home_spotlights .featured_holder .event_list .entry .info .date .d {
  font-size: 14px;
}
#home_spotlights .featured_holder .event_list .entry .info .date .y {
  display: none;
}
@media screen and (max-width: 400px) {
  #home_spotlights .featured_holder .event_list .entry .info .date {
    width: 100%;
  }
  #home_spotlights .featured_holder .event_list .entry .info .date .m, #home_spotlights .featured_holder .event_list .entry .info .date .d {
    float: left;
    margin-right: 5px;
    font-size: 16px;
  }
}
#home_spotlights .featured_holder .event_list .entry .info .buttons {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: auto;
  float: none;
  margin: 6px 0 0 0;
}
#home_spotlights .featured_holder .event_list .entry .info .buttons a, #home_spotlights .featured_holder .event_list .entry .info .buttons span {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  background: none;
  display: block;
  position: relative;
  text-indent: 0px;
  width: auto;
  height: 11px;
  color: #499398;
  font-size: 11px;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  margin-bottom: 2px;
}
#home_spotlights .featured_holder .event_list .entry .info .buttons a:hover, #home_spotlights .featured_holder .event_list .entry .info .buttons a:focus, #home_spotlights .featured_holder .event_list .entry .info .buttons span:hover, #home_spotlights .featured_holder .event_list .entry .info .buttons span:focus {
  text-decoration: none;
  color: #0D2B4B;
}
@media screen and (max-width: 400px) {
  #home_spotlights .featured_holder .event_list .entry .info .buttons {
    position: relative;
    float: right;
  }
}
#home_spotlights .featured_holder .event_list .entry .thumb {
  display: none;
}
@media screen and (max-width: 960px) {
  #home_spotlights {
    margin: 0px;
    float: left;
    /*.featured_holder{
    	width: calc(100% - 40px);
    	margin:auto;
    }
    .event_list .list{
    	width: 100%;
    }*/
  }
}
@media screen and (max-width: 700px) {
  #home_spotlights {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px;
}
.map_holder .map {
  width: 100%;
  height: 100%;
}

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}
.map_window .info h4 {
  color: #000;
  font-weight: 400;
}
.map_window .info address {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 140%;
}
.map_window .desc {
  float: left;
  width: 120px;
}
.map_window .desc img {
  float: left;
  width: 120px;
  height: auto;
  margin: 0 15px 0 0;
}
.map_window .desc p {
  margin: 0;
  padding: 0;
}
.map_window .directions {
  display: none;
  padding: 4px 0 0;
}
.map_window .directions label {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-size: 12px;
}
.map_window .directions input[type=text] {
  width: 60%;
  margin: 0 0 8px;
  padding: 4px 5px;
  color: #000;
  font-size: 12px;
}
.map_window .directions form button {
  display: block;
  float: right;
  padding: 6px 5px;
  color: #fff;
  border: 0;
  width: 30%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #a9a9a9;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.map_window .directions form button:hover {
  background-color: #f2873b;
}

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px;
}
.map_control:before, .map_control:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.map_control:after {
  clear: both;
}
.map_control .map_anchor {
  display: none;
}
.map_control label {
  display: block;
  float: left;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.map_control button {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  margin: 0 2px 0 0;
  padding: 0 15px;
  color: #fff;
  border: none;
  background: none;
  font-family: Trebuchet MS, serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.map_control button.active {
  outline: none;
  background: #111;
}
.map_control button.active:hover {
  color: white;
  outline: none;
}
.map_control button:hover {
  color: #111;
  outline: none;
}
.map_control button:focus {
  outline: none;
}

.concierge .list .entry {
  border-bottom: 1px dotted #ccc;
  padding: 15px;
}
.concierge .list .entry:hover, .concierge .list .entry:focus {
  background: url(../images/faq_pattern.png) repeat left top;
}
.concierge .list .entry .thumb {
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
}
.concierge .list .entry .thumb img {
  border: 1px solid #666;
  max-width: 100px;
}
.concierge .list .entry .info {
  float: left;
  width: 450px;
  width: calc(100% - 120px);
}
.concierge .list .entry .info h2 {
  padding: 0 0 2px;
}
.concierge .list .entry .info h2 a {
  text-decoration: none;
  color: #013F6A;
}
.concierge .list .entry .info h2 a:focus, .concierge .list .entry .info h2 a:hover, .concierge .list .entry .info h2 a:visited, .concierge .list .entry .info h2 a:active {
  text-decoration: none;
  color: #013F6A;
}
.concierge .list .entry .info address {
  font-size: 14px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #489297;
}
.concierge .list .entry .info .phone {
  font-size: 14px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #489297;
}
.concierge .list .entry .info .booking {
  width: 130px;
}
.concierge .list .entry .info .booking a, .concierge .list .entry .info .booking a:visited, .concierge .list .entry .info .booking a:link, .concierge .list .entry .info .booking a:active {
  display: block;
  padding: 5px 0 5px 28px;
  text-decoration: none;
  color: #013F6A;
  line-height: 135%;
  background: url(../images/link_link_icon.png) no-repeat 0 0;
}
.concierge .list .entry .info .booking a:hover, .concierge .list .entry .info .booking a:focus, .concierge .list .entry .info .booking a:visited:hover, .concierge .list .entry .info .booking a:visited:focus, .concierge .list .entry .info .booking a:link:hover, .concierge .list .entry .info .booking a:link:focus, .concierge .list .entry .info .booking a:active:hover, .concierge .list .entry .info .booking a:active:focus {
  color: #333;
  background: url(../images/link_link_icon_on.png) no-repeat 0 0;
}
@media screen and (max-width: 700px) {
  .concierge .list .entry .info {
    width: 100%;
  }
}

.credit {
  margin: 10px 0;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ----------------------------------------------------------------------------
= OVERLAY
----------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  #meerkat-wrap {
    position: absolute !important;
  }
}

#overlay_container {
  display: none;
  padding: 100px 0 0;
}
#overlay_container .close-overlay {
  position: absolute;
  display: block;
  z-index: 50;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/button_close.png) no-repeat center center;
  cursor: pointer;
}
#overlay_container a, #overlay_container a:link, #overlay_container a:visited {
  position: relative;
  display: block;
  z-index: 10;
  max-width: 1000px;
  height: auto;
}
#overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #overlay_container {
    padding-top: 30px;
  }
}

.overlay_content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.close-overlay-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% Trebuchet MS, serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
}
.dontshow-overlay:hover {
  color: #fff;
  background: #111;
}

.management .content h4 {
  line-height: 16px;
}

.images .content .container {
  margin: 0 auto;
  text-align: center;
}
.images .content .container .image-four {
  margin: 0 20px 10px;
}

.cobo_images .content .image-three {
  margin: 0 -1px 5px 0;
}

.floor_plans_2 .right_column .banner,
.floor_plans_1 .right_column .banner,
.floor_plans .right_column .banner {
  display: none;
}

.contact_us .address_floated {
  float: left;
  width: 280px;
  border-left: 1px solid #efefef;
  padding: 10px 0 10px 25px;
}
@media screen and (max-width: 1072px) {
  .contact_us .address_floated {
    width: 100%;
    text-align: center;
    border-left: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 820px) {
  .contact_us .address_floated {
    width: 280px;
    text-align: left;
    border-left: 1px solid #efefef;
    padding-left: 25px;
  }
}
@media screen and (max-width: 612px) {
  .contact_us .address_floated {
    width: 100%;
    text-align: center;
    border-left: 0px;
    padding-left: 0px;
  }
}
.contact_us .address_floated:first-child {
  border-right: 1px solid #ccc;
  border-left: none;
  padding: 10px 0 10px;
  width: 275px;
}
@media screen and (max-width: 1072px) {
  .contact_us .address_floated:first-child {
    border-right: 0px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .contact_us .address_floated:first-child {
    border-right: 1px solid #ccc;
    width: 275px;
    text-align: left;
  }
}
@media screen and (max-width: 612px) {
  .contact_us .address_floated:first-child {
    border-right: 0px;
    width: 100%;
    text-align: center;
  }
}
.contact_us .address_floated:first-child p {
  text-align: center;
  font-size: 16px;
}
.contact_us .address_floated p {
  padding-bottom: 3px;
}
.contact_us .team_floated {
  float: left;
  width: 155px;
  padding: 10px 0 0 42px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1072px) {
  .contact_us .team_floated {
    width: 41%;
    text-align: center;
    border-right: 0px;
  }
}
@media screen and (max-width: 940px) {
  .contact_us .team_floated {
    width: 100%;
    border: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 820px) {
  .contact_us .team_floated {
    width: 155px;
    padding: 10px 0 0 42px;
    border-right: 1px solid #ccc !important;
    text-align: left;
  }
}
@media screen and (max-width: 630px) {
  .contact_us .team_floated {
    width: 100%;
    border: 0px !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact_us .team_floated + .team_floated {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1072px) {
  .contact_us .team_floated + .team_floated {
    border-left: 2px solid #ccc;
  }
}
@media screen and (max-width: 820px) {
  .contact_us .team_floated + .team_floated {
    border-left: 1px solid #efefef;
  }
}
.contact_us .team_floated.last {
  border-right: none;
  padding: 10px 24px 0;
}
@media screen and (max-width: 1072px) {
  .contact_us .team_floated.last {
    border-left: 0px;
    margin: 0 auto;
    clear: both;
    float: none;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 820px) {
  .contact_us .team_floated.last {
    border-right: 0px !important;
    border-left: 1px solid #ccc;
    padding: 10px 24px 0;
    clear: none;
    float: left;
  }
}
@media screen and (max-width: 630px) {
  .contact_us .team_floated.last {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact_us .team_floated p {
  font-size: 15px;
}
.contact_us .image-right img {
  background: none;
}

.submit_rfp .image-three {
  text-align: left;
  float: left;
  width: calc(33.3% - 24px);
  padding: 13px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0 12px 10px;
  background: url(../images/faq_pattern.png) repeat left top;
}
.submit_rfp .image-three img, .submit_rfp .image-three img.image, .submit_rfp .image-three img.gh-image {
  margin: 0;
  padding: 0px;
  margin-bottom: 6px;
}
.submit_rfp .image-three h1 {
  color: #0E5E9B;
}
.submit_rfp .image-three h1 a, .submit_rfp .image-three h1 a:link, .submit_rfp .image-three h1 a:visted {
  color: #0E5E9B;
  text-transform: none;
}
.submit_rfp .image-three p {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  padding: 0px 0 0;
  color: #013F6A;
}
.submit_rfp .image-three p a, .submit_rfp .image-three p a:link, .submit_rfp .image-three p a:visited {
  color: #013F6A;
  text-decoration: none;
}
.submit_rfp .image-three p a:hover, .submit_rfp .image-three p a:focus, .submit_rfp .image-three p a:link:hover, .submit_rfp .image-three p a:link:focus, .submit_rfp .image-three p a:visited:hover, .submit_rfp .image-three p a:visited:focus {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .submit_rfp .image-three {
    width: calc(100% - 24px);
    width: auto;
    text-align: center;
  }
}

.news_articles .link li {
  margin-bottom: 8px;
}
.news_articles .link li:hover, .news_articles .link li:focus {
  background: url(../images/faq_pattern.png) repeat left top;
}

.attendees dd ul {
  margin: 0 0 4px 20px;
}

#events .paging {
  background: none;
}

/*
.green_initiatives_1 {
	.image-right {
		margin: 0 0 10px;
		padding: 0 0 10px;
		background: url(../images/overview_rule.png) repeat-x left bottom;
		
		img {
			padding: 0;
			background: none;
		}
		p {
			font-size: 14px;
			line-height: 160%;
			padding-top: 10px;
		}
	}
	.green_list_wrap {
		.green_list_images {
			float:left;
			width: 255px;
			padding: 0;
			margin: 0;
			p {
				display:block;
				padding-bottom: 0;
			}
		}
		
		ul {
			display:block;
			float:left;
			width: 356px; 
			margin: 0;
		}
	}
}
*/
.renovation_update #branding_shadow_bottom {
  display: none;
}

/* IE Overides and Fixes */
/* ie7 fixes */
.ie7 .banners_content {
  -webkit-filter: none;
          filter: none;
  background: url(../images/banners_content_IE.jpg) repeat-y center top;
}
.ie7 #toolbar {
  position: relative;
}
.ie7 #toolbar .holder .spacing .text-links li.proposal {
  width: 120px;
}
.ie7 #toolbar .holder .spacing .social-links {
  width: 330px;
}
.ie7 #nav {
  z-index: -1;
}
.ie7 #nav ul {
  width: 965px;
}
.ie7 #nav ul .sub ul {
  width: 182px;
}
.ie7 #nav ul .sub ul li a, .ie7 #nav ul .sub ul li a:link, .ie7 #nav ul .sub ul li a:visited {
  padding-top: 3px;
  padding-bottom: 2px;
}
.ie7 #layout {
  margin: 0 auto;
}
.ie7 #home_spotlights {
  margin: -6px 0 0 18px;
}
.ie7 #home_spotlights .featured_holder .event_list .entry {
  margin: 0;
}
.ie7 .banner .details h1 {
  font-weight: 700;
}
.ie7 .banner .details h2 {
  font-size: 15px;
  font-weight: 700;
}
.ie7 #social #twitter_block .header h3 a,
.ie7 #social .facebook_status .header h3 a,
.ie7 #social .banner_spotlight_wrap .header h3 {
  font-weight: 700;
}
.ie7 .paging .nav .pages {
  margin: -16px 0px 0px 15px;
}
.ie7 .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul {
  margin: 3px 0 0 20px;
}
.ie7 .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul {
  margin: 7px 0 0 20px;
}

/* ie8 fixes */
.ie8 .banners_content {
  -webkit-filter: none;
          filter: none;
  background: url(../images/banners_content_IE.jpg) repeat-y center top;
}
.ie8 #toolbar .holder .spacing .text-links li.proposal {
  width: 120px;
}
.ie8 #nav ul {
  width: 965px;
}
.ie8 #nav ul .sub ul {
  width: 182px;
}
.ie8 .banner .details h1 {
  font-weight: 700;
}
.ie8 .banner .details h2 {
  font-size: 15px;
  font-weight: 700;
}
.ie8 #social #twitter_block .header h3 a,
.ie8 #social .facebook_status .header h3 a,
.ie8 #social .banner_spotlight_wrap .header h3 {
  font-weight: 700;
}
.ie8 .footer .holder .footer_bottom .footer_bottom_positioning #foot_quick_detail .foot_quick_container ul {
  margin: 3px 0 0 20px;
}
.ie8 .footer .holder .footer_bottom .footer_bottom_positioning #foot_contact_detail .foot_detail_container .foot_contact_details ul {
  margin: 7px 0 0 20px;
}
