body {
    color: #000;
}
img {
	max-width: 100%;
}
a,
a:visited {
    color: #278fd5;
	text-decoration: none;
}
a[href]:after {
    content: "";
}
/*a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}*/
figure{
    margin: 0;
    padding: 0;
}
figure img{
    float: left;
    max-width: 100%;
}
figcaption{
    text-indent: -9999px;
    line-height: 0;
}
iframe{
    border: 0;
    margin-top: 30px;
}

/*Don't show links for images heading links, or javascript/internal links */

/*adding top and bottom spacing for some elements*/
.logo img,
.shadow-container,
.booking-form-tabs,
.footer-container {
	margin: 15pt 0;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*some custom styles*/
.container {
    margin: 0;
    padding: 0;
    width: 100%;
}
#main, #main > article {
    padding: 0 !important;
    margin: 0 !important;
}
.logo-print {
    display: block;
}
.logo-print img{
  width: 34mm;
}
/*hide from print*/
.container nav#navigation,
.container #search,
.container #search-top,
.container > aside,
.container > header,
.container #top-buttons,
.container .share-play-box,
#slider-pager, #slider,
.cc-cookies,
article header nav,
article.hasNavigation header nav,
.container .pager,
.overlay,
footer,
.visible-phone,
.back-to-list,
.skiplink-container,
.breadcrumb,
.customForm,
.swoosh-icon {
	display: none;
	visibility: hidden;
}
/*some custom styling from web*/
h1, article h2, article h3{
    color: #3e3e3e;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 75%;
}
h1{
    font-size: 26pt;
    margin: 5pt 0 10pt;
}
article h2{
    font-size: 18pt;
    margin: 20pt 0 10pt;
}
article h3{
    font-size: 15pt;
    margin: 15pt 0 5pt;
}
.responsive-image{
    margin-bottom: 15pt;
}
img{
    height: auto;
    max-width: 100%;
    width: auto;
}
p, ul, ol{
    color: #3e3e3e;
    font-family: "Times New Roman",Times,serif;
    font-size: 11pt;
    line-height: 1.4;
    margin: 0 0 8pt;
    width: 75%;
}
p.lead{
    font-size: 13pt;
    font-style: italic;
    margin-bottom: 15pt;
    width: 80%;
}
ul, ol{
    padding: 0;
}
article .caption, article .metadata{
    text-align: right;
}
article .caption p, article .metadata p{
    color: #565656;
    float: right;
    font-size: 9pt;
    font-style: italic;
    width: 25%;
}
.single-item{
    border-bottom: 1pt solid #e1e1e1;
    margin-bottom: 25pt;
    width: 90%;
}
.single-item figure{
    width: 100%;
}
.article-content-data > ul li{
    list-style-type: disc;
    list-style-position: outside;
    line-height: 1.3;
    /*background: url(../img/orange-bullet.png) no-repeat 0 10px;*/
    /*padding-left: 15px;*/
    margin-left: 15pt;
    margin-bottom: 5pt;
}
.news-article-content{

}
.news-article-content h1,
.news-article-content h2,
.news-article-content h3{
    width: 75%;
}
.news-article-content p{
    width: 75%;
}
.news-year-header {
    border-top: 16px solid #c3c91b;
    border-bottom: 1px solid #c3c91b;
    color: #7d7d7d;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    height: 47px;
    line-height: 30px;
    margin: 20pt 0;
    padding: 0 15px;
    text-transform: uppercase;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main.news .meta-data{
    color: #7d7d7d;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding: 17px 0 10px 10px;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main.news .content{
    float: left;
    padding: 10px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main.news .featured .content{
    padding: 15px 10px 10px;
}
.news li{
    border-bottom: 1px solid #e1e1e1;
    height: 100%;
}
.news li:last-child{
    border-bottom: 0;
}
#main.news .content h2{
    font-size: 17pt;
    font-weight: bold;
    line-height: 1.15;
    margin: 0 0 15px;
    width: 100%;
}
#main.news .content h3{
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    width: 100%
}
#main.news .content p{
    width: 100%;
}
ul.news{
    width: 75%;
}
.news-article-content > ul{
    width: 75%;
}
.news-article-content .news-year-header{
    margin: 20pt 0 5pt;
}
#main.news .meta-data p{
    color: #7d7d7d;
    margin-bottom: 0;
}
#main.calendar article .meta-data p.day {
    font-family: Arial, sans-serif;
    font-size: 28pt;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
#main.calendar article .meta-data p.month{
    font-family: Arial, sans-serif;
    font-weight: bold;
}
#main.calendar article .meta-data p{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    width: 100%;
}
.guides figure img{
    float: none;
}
.guides figcaption{
    text-indent: 0;
    line-height: 1.3;

}
.section-items figure img{
    float: none;
}
.section-items figcaption{
    text-indent: 0;
    line-height: normal;
}
.section-items figcaption h2{
    margin-top: 10pt;
}
.widgets > ul,
.widgets li{
    list-style: none;
    margin-bottom: 0;
}
.widgets li{
    margin-bottom: 20pt;
}
.widgets li > a.overlay{
    font-family: Arial, sans-serif;
    font-size: 16pt;
    margin-top: 10pt;
    display: block;
    visibility: visible;
}
/*fraga styles*/
#category_lvl1,
#main.qnasection h3.toggle,
#category_lvl2,
#category_lvl3,
form.qna,
.show-more-qs,
.show-more-ls{
    display: none;
    visibility: hidden;
}
#main.qnasection{
    width: 75%;
}
#epi-quickNavigator{
    display: none !important;
}
div:empty{
  display: none !important;
}
/*styles for document type icons*/
article a[class^=pdf] {
  padding-left: 23px;
  position: relative;
}
article a[class^=pdf]:before {
  content: "\f1c1";
}
article a[class^=ppt] {
  padding-left: 23px;
  position: relative;
}
article a[class^=ppt]:before {
  content: "\f1c4";
}
article a[class^=doc] {
  padding-left: 23px;
  position: relative;
}
article a[class^=doc]:before {
  content: "\f1c2";
}
article a[class^=document] {
  padding-left: 23px;
  position: relative;
  padding-left: 0;
}
article a[class^=document]:before {
  content: "";
}
article a[class^=excel] {
  padding-left: 23px;
  position: relative;
}
article a[class^=excel]:before {
  content: "\f1c3";
}
article a[class^=zip] {
  padding-left: 23px;
  position: relative;
}
article a[class^=zip]:before {
  content: "\f1c6";
}
article a[class^=jpg] {
  padding-left: 23px;
  position: relative;
}
article a[class^=jpg]:before {
  content: "\f1c5";
}
article a[class^=chain] {
  padding-left: 23px;
  position: relative;
}
article a[class^=chain]:before {
  content: "\f0c1";
}
article a:before {
  color: #2e2e2e;
  font-family: 'FontAwesome';
  position: absolute;
  top: -2px;
  left: 0;
}
article a[class*=external]:after {
  content: "\f08e";
  color: #278fd5;
  font-family: 'FontAwesome';
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 6px;
  position: absolute;
  bottom: -2px;
  right: -25px;
}
/*table styles*/
table {
  border-collapse: collapse;
  border-color: #959595;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  font-family: 'TradeGothicLTCom-Bd2';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 22px 0 0 9px;
  text-align: left;
}
table th {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: text-top;
}
table th.border-top {
  border-top: 1px solid #959595;
}
table th.border-right {
  border-right: 1px solid #959595;
}
table tr:nth-child(even) td {
  background-color: #ebebeb;
}
table td {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: text-top;
}
table td.merged {
  background-color: transparent !important;
}
table td.border-top {
  border-top: 1px solid #959595;
}
table td.border-right {
  border-right: 1px solid #959595;
}
table td.cell-content-centered {
  text-align: center;
}
table td p, table td a {
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}