/*! normalize.css v2.1.2 | MIT License | git.io/normalize */* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    background: #000;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
a.red-btn {
    background: #970307;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    width: 237px;
    font-size: 16px!important;
    text-align: center;
    margin-left: 10px;
    padding: 5px 10px;
    float: right;
    font-weight: bold;
    border-radius: 3px;
    transition: background .25s;
}
a.red-btn:hover {
    color:#FFF;
    text-decoration:none;
    background:#CB1D1D;
}
#inner a.red-btn {
    margin-bottom:1em;
    width: 100%;
}
a.btn-single-line {
	padding:15px 10px
}
.register.rightcol__module:after {
    border-bottom: none!important;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #eee;
}
th {
    font-weight: bold;
    color: #ca1820;
    text-align: left;
}
th p {
    margin: 0;
}
@font-face {
    font-family: 'bitterbold';
    src: url('../../fonts/bitter-bold-webfont.eot');
    src: url('../../fonts/bitter-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/bitter-bold-webfont.woff') format('woff'), url('../../fonts/bitter-bold-webfont.ttf') format('truetype'), url('../../fonts/bitter-bold-webfont.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitteritalic';
    src: url('../../fonts/bitter-italic-webfont.eot');
    src: url('../../fonts/bitter-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/bitter-italic-webfont.woff') format('woff'), url('../../fonts/bitter-italic-webfont.ttf') format('truetype'), url('../../fonts/bitter-italic-webfont.svg#bitteritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bitter-bold {
    font-family: 'bitterbold', sans-serif;
}
.bitter-italic {
    font-family: 'bitteritalic', sans-serif;
}
.open-sans {
    font-family: 'Open Sans', sans-serif;
}
p {
    margin: 0 0 1.43rem;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.43rem;
}
h6 {
    margin: 0 0 0.5rem;
}
h1 {
    font-size: 1.7rem;
    font-family: 'bitterbold', sans-serif;
    color: #000;
    text-transform: uppercase;
}
h2 {
    font-size: 1.9rem;
    font-family: 'bitteritalic', sans-serif;
    color: #ca1820;
}
h3 {
    font-size: 1.25rem;
    font-weight: 700;
}
h4 {
    font-size: 1.15rem;
    color: #ca1820;
}
h5 {
    font-size: .8rem;
    font-weight: bold;
}
h6 {
    font-size: .8rem;
    font-weight: bold;
    color: #7d7d7d;
}
a {
    color: #cb1d1d;
    text-decoration: none;
    transition: color .25s;
}
a:hover, a:focus {
    color: #970307;
    text-decoration: underline;
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content ul {
    list-style: none;
}
#content ul li {
    position: relative;
    margin-bottom: 5px;
}
#content ul li:before {
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -20px;
    background: #ca1820;
}
@media screen {
    .left {
    float: left;
}
.right {
    float: right;
}
.skip {
    position: absolute;
    left: -9999em;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%}
.page {
    padding-top: 338px;
}
.content article {
    margin-bottom: 20px;
}
.content aside {
    font-size: 13px;
}
.content aside h3 {
    text-transform: uppercase;
}
.content aside img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.content aside a {
    text-transform: uppercase;
    font-family: 'bitterbold', sans-serif;
}
.page-content {
    padding: 0 20px 20px;
    background: #fff;
}
.page-content [role=complementary] {
    overflow: hidden;
}
.header {
    width: 100%;
    height: 0;
    background: #000;
    position: absoltue;
    top: 0;
}
.header .nav__mobile {
    top: 0;
}
.footer {
    background: #000;
    overflow: hidden;
    color: #fff;
    padding-bottom: 20px;
}
.footer li:first-child a {
    padding-left: 0;
}
.footer p {
    clear: both;
    margin-bottom: 0;
    font-size: .85em;
    margin-left: 20px;
}
.rightcol__module {
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 30px;
}
.rightcol__module:after {
    width: 100%;
    position: absolute;
    bottom: 5px;
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
}
.custom__gallery p {
    margin-bottom: 7px;
}
.custom__gallery a {
    background: #970307;
    display: block;
    color: #fff;
    text-align: right;
    font-size: 13px;
    padding: 8px 15px;
    transition: all .25s;
}
.custom__gallery a:hover, .custom__gallery a:focus {
    background: #ca1820;
}
.custom__action h4 {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.custom__touch p {
    line-height: 1.7;
}
.custom__touch strong {
    color: #959595;
}
.nav .container {
    position: relative;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav ul ul {
    display: none;
}
.nav li {
    position: relative;
    z-index: 2;
}
.nav li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 19px 10px;
    display: block;
    transition: all .25s;
}
.nav li a:hover, .nav li a:focus {
    text-decoration: none;
}
.nav .current ul a {
    color: #fff;
}
.nav .current a, .nav a:hover, .nav a:focus, .nav .current ul a:hover, .nav .current ul a:focus {
    color: #ca1820;
}
.nav__mobile {
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0;
    background: #000;
}
.nav__mobile li {
    float: right;
}
.nav__mobile .icon-menu {
    margin: 15px;
}
.nav__mobile .icon-search {
    margin-top: 14px;
}
.nav--header {
    background: #000;
}
.nav--header ul {
    padding-top: 10px;
}
.nav--header ul ul {
    padding-top: 0;
    margin-left: 20px;
}
.nav--header span {
    position: relative;
    padding-right: 30px;
}
.nav--header .parent__button {
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    top: -6px;
    right: 0;
    padding: 0;
    display: block;
    text-align: center;
}
.footer .nav {
    margin-top: 15px;
    display: none;
}
.nav__social-media {
    margin: 10px 0 10px 10px;
    padding: 30px 0;
    list-style: none;
}
.nav__social-media li {
    float: left;
    margin-left: 1px;
}
.nav__social-media a {
    text-indent: -9999em;
}
.banner {
    width: 100%;
    height: 288px;
    position: absolute;
    top: 50px;
    overflow: hidden;
    z-index: 1;
}
.banner .container {
    position: relative;
}
.banneritem {
    width: 100%;
    height: 288px;
    position: absolute;
    z-index: 1;
    display: none;
    background-size: cover!important;
}
.banneritem.active {
    z-index: 10;
}
.banner-nav {
    position: absolute;
    bottom: 45px;
    right: 13px;
    z-index: 20;
    display: none;
}
.banner-nav li {
    float: left;
}
.banner-nav a {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    display: block;
    background: #7e7e7e;
    border-radius: 2px;
    text-indent: -9999em;
    transition: background .25s;
}
.banner-nav a.active, .banner-nav a:hover, .banner-nav a:focus {
    background: #aaa9a9;
}
.banner__article {
    width: 100%;
    margin-top: 338px;
    position: relative;
    background: #cfcfce;
}
.banner__article article {
    background: #cfcfce;
    position: absolute;
    top: 0;
    right: -9999em;
    z-index: 20;
    opacity: 0;
    padding: 20px;
}
.banner__article article.active {
    position: relative;
    display: block;
    right: 0;
    left: auto;
    opacity: 1;
}
.icon-facebook, .icon-twitter, .icon-youtube, .icon-googleplus, .icon-linkedin {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../../images/sprite.png) no-repeat;
}
.icon-facebook {
    background-position: 0 0;
}
.icon-twitter {
    background-position: 0 -50px;
}
.icon-youtube {
    background-position: 0 -100px;
}
.icon-googleplus {
    background-position: 0 -304px;
}
.icon-linkedin {
    background-position: 0 -354px;
}
.icon-search {
    width: 21px;
    height: 21px;
    text-indent: -9999em;
    display: inline-block;
    background: url(../../images/sprite.png) no-repeat -100px -150px;
}
.icon-menu {
    width: 17px;
    display: inline-block;
    border-top: 3px solid #fff;
    text-indent: -9999em;
    position: relative;
}
.icon-menu:before, .icon-menu:after {
    width: 17px;
    position: absolute;
    content: '';
    top: 5px;
    display: block;
    border-top: 3px solid #fff;
}
.icon-menu:after {
    top: 13px;
}
.breadcrumbs {
    color: #959595;
    padding: 20px 0;
}
.breadcrumbs a {
    color: #959595;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #ca1820;
}
.search.active .search__form {
    top: 47px;
}
.search .inputbox__form {
    width: 100%;
    border: 0;
    background: 0;
    font-family: 'bitteritalic', sans-serif;
    font-size: 16px;
    float: left;
    padding: 11px 0;
}
.search button {
    width: 41px;
    height: 44px;
    float: left;
    text-indent: -9999em;
    border: 0;
    background: url(../../images/sprite.png) no-repeat 11px -187px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 8px;
}
.search button:hover, .search button:focus {
    background-position: -39px -187px;
}
.search__icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-indent: -9999em;
    background: url(../../images/sprite.png) no-repeat 14px -136px #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}
.search__icon:hover, .search__icon:focus {
    background-position: -36px -136px;
}
.search__form {
    width: 100%;
    background: #e9e8e8;
    overflow: hidden;
    position: relative;
    padding: 0 61px 0 20px;
    transition: all .25s;
}
#search-results dd {
    margin: 0 0 40px;
}
#search-results h2 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
}
.button {
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    display: block;
    transition: all .25s;
}
.button:hover, .button:focus {
    color: #fff;
    text-decoration: none;
}
.button--red {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#9f1114), to(#85010a));
    background-image: -webkit-linear-gradient(left, color-stop(#9f1114 0), color-stop(#85010a 100%));
    background-image: -moz-linear-gradient(left, #9f1114 0, #85010a 100%);
    background-image: linear-gradient(to right, #9f1114 0, #85010a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f1114', endColorstr='#ff85010a', GradientType=1);
}
.button--red:hover, .button--red:focus {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#8d0305), to(#780109));
    background-image: -webkit-linear-gradient(left, color-stop(#8d0305 0), color-stop(#780109 100%));
    background-image: -moz-linear-gradient(left, #8d0305 0, #780109 100%);
    background-image: linear-gradient(to right, #8d0305 0, #780109 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d0305', endColorstr='#ff780109', GradientType=1);
}
.button--play {
    position: relative;
    padding-right: 58px;
}
.button--play:after {
    width: 38px;
    height: 37px;
    content: '';
    display: block;
    background: url(../../images/sprite.png) no-repeat 0 -250px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -19px;
}
.button--play:hover:after, .button--play:focus:after {
    background-position: -50px -250px;
}
.pg-box-backbtn, .pg-category-view .detail, #pg-icons {
    display: none;
}
.phocagallery-box-file {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0;
}
.phocagallery-box-file-first {
    background: 0;
}
.phocagallery-box-file:hover, .phocagallery-box-file.hover {
    border: 0;
    background: 0;
}
.pg-box-image {
    margin: 0 14px 20px 14px;
}
#phocagallery .pg-name {
    color: #cb1d1d;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination ul li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination ul li:before {
    display: none!important;
}
.home .content {
    background: url(../../images/bg-home.png);
}
.home .header {
    background: 0;
}
.home .header .logo {
    top: 0;
}
.home .page {
    padding-top: 0;
}
.home .page-content {
    color: #fff;
    background: 0;
}
.home h1 {
    color: #e3e2e2;
    text-align: center;
    padding-top: 30px;
}
.home h1 em {
    color: #ca1820;
    font-family: 'bitteritalic', sans-serif;
    text-transform: none;
}
.home .span6 a {
    font-family: 'bitteritalic', sans-serif;
    font-size: 1.25em;
}
.home .span6 img {
    margin-bottom: 10px;
}
.home__module {
    background: #000;
    margin-bottom: 20px;
    padding-bottom: 1px;
}
.home__module h3 {
    background: #ca1820;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 12px;
}
.home__module img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.home__module a {
    font-family: 'bitterbold', sans-serif;
}
.home__module .latestnews {
    margin: 15px;
    padding: 0;
    list-style: none;
}
.home__module .latestnews time {
    color: #959595;
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
}
.home__module .latestnews li {
    border-bottom: 1px solid #494949;
    margin: 0 0 13px;
    padding: 0 0 13px;
}
.home__module .latestnews li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.home__module .latestnews p {
    margin: 0;
}
.home__module .latestnews a:hover, .home__module .latestnews a:focus {
    text-decoration: none;
}
.home__module .latestnews a:hover .latestnews__link, .home__module .latestnews a:focus .latestnews__link {
    text-decoration: underline;
}
.home__module .latestnews__title {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.home__module .latestnews__link {
    text-transform: uppercase;
    font-size: .8rem;
}
.custom_home_col1 p {
    margin: 0 15px 15px;
}
.custom_home_col1 h3+p {
    margin-left: 0;
    margin-right: 0;
}
.custom_home_col2 p {
    margin: 0 15px 15px;
    font-size: .8rem;
}
.custom_home_col2 h3+p {
    margin-left: 0;
    margin-right: 0;
}
#content .contactForm,
#mc_embed_signup {
    max-width: 400px;
}
#content .contactForm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content .contactForm li,
div.mc-field-group {
    margin-bottom: 15px;
}
#content .contactForm li:before {
    display: none;
}
#content .contactForm label,
#mc_embed_signup label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
#content .contactForm input, #content .contactForm textarea,
#mc_embed_signup input:not([type=submit]), #mc_embed_signup textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 5px;
}
#mc_embed_signup select#mce-LOCATION {
    width:70%;
}
#mc_embed_signup .button {
    border-radius:2px!important;
    background:#85010A!important;
}
#mc_embed_signup ul li:before {
   background:none;
}
#content .contactForm button,
#mc-embedded-subscribe {
    border: 0;
}
#content .contactForm .required,
#mc_embed_signup .asterisk {
    color: #ca1820;
}
#content #mc_embed_signup ul li:before {
    content:'';
}
#content .contactForm .error {
    color: #ca1820;
    display: block;
    margin-top: 5px;
}
.blog .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.container {
    max-width: 940px;
    margin: 0 auto;
}
.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock div {
    min-width: 0!important;
}
.logo {
    float: left;
    margin-left: 20px;
    padding: 0;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 14;
}
.logo img {
    display: none;
}
.logo span {
    width: 100px;
    height: 113px;
    display: block;
    text-indent: -9999em;
    background: url(../../images/logo-small.png) no-repeat;
}
}@media screen and (min-width:42em) {
    .row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%}
.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%}
.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%}
.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%}
.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%}
.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%}
.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%}
.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%}
.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%}
.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%}
.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%}
.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%}
.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%}
.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%}
.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%}
.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%}
.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%}
.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%}
.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%}
.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%}
.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%}
.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%}
.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%}
.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%}
.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%}
.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%}
.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%}
.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%}
.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%}
.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%}
.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%}
.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%}
.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%}
.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%}
.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%}
.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%}
.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%}
[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none;
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right;
}
}@media screen and (min-width:42em) {
    .content {
    background: url(../../images/bg-body.png) repeat-y 50% 0;
}
.content aside {
    padding: 30px;
    color: #fff;
    background: #161616;
}
.page-content {
    padding-bottom: 0;
    background: 0;
}
.rightcol__module {
    padding-bottom: 35px;
}
.footer p {
    margin-left: 0;
}
}@media screen and (min-width:54em) {
    .content {
    margin-top: 50px;
}
.content aside {
    background: 0;
}
.page {
    position: relative;
    padding-top: 288px;
}
}@media screen and (min-width:42em) {
    .nav {
    background: #000;
}
.nav .container {
    position: relative;
}
.nav ul ul {
    width: 195px;
    background: #000;
    position: absolute;
    top: 50px;
    left: -9999em;
    padding: 5px 15px;
    display: block;
}
.nav ul ul li {
    /* float: none; */
    border-bottom: 1px solid #333;
}
/*
.nav ul li.item-600 ul li {
	float: none;
}
*/

.nav > ul > li > ul > li {
	float:none;
}
.nav > ul > li.item-600 > ul > li {
	float:left;
}





.nav ul ul li:first-child {
	border-top: 1px solid #333;
}
.nav ul ul li:last-child {
    border: 0;
}
.nav li {
    float: left;
}
.nav li:hover ul, .nav li.hover ul {
    left: -21px;
    -webkit-animation: fadeInDown .3s ease-in 0;
    -moz-animation: fadeInDown .3s ease-in 0;
    -o-animation: fadeInDown .3s ease-in 0;
    animation: fadeInDown .3s ease-in 0;
}
.nav li a {
    padding: 15px 19px 16px;
    padding: 1rem .4rem 1.05rem;
    font-size: .75rem;
    transition: padding .25s;
}
.nav--header {
    width: 890px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 50px;
    z-index: 13;
}
.nav--header ul {
    float: right;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-top: 0;
}
.nav--header span {
    padding: 0;
}
.nav--header .parent__button {
    display: none;
}









.nav ul .item-600 ul { /* HLMOD - don't hide investor drop */
	/*left:0;*/
}
.nav ul li.parent:hover ul ul { /* 3rd level */
	display:block;
	left:0;
	overflow:inherit;
}
.nav ul li.parent ul ul {
	display:inline-block;
	position:relative;
	top:inherit;
	right:inherit;
	z-index:99991;
	margin-left:0;
	width:165px;
}
.nav ul li.parent ul ul li {
	z-index:99992;
}
.nav ul li.parent ul ul a{
	color:#DDD;
	font-size:0.75em;
	z-index:99993;
	width:135px;
}
.nav ul li.parent ul ul li.active a,
.nav ul li.parent ul ul a:hover  {
	color:#ca1820;
}




.footer .nav {
    display: block;
    margin-left: 10px;
}
.footer .nav ul {
    margin-left: 10px;
}
.footer .nav ul li:first-child a {
    padding-left: 0;
}
.footer .nav ul a {
    padding-right: .7rem;
    padding-left: .7rem;
}
.nav__social-media {
    width: 156px;
    float: right;
    margin-right: 20px;
    margin-bottom: 28px;
    padding: 0;
}
}@media screen and (min-width:54em) {
    .nav li a {
    padding: .95rem .8rem 1rem;
    font-size: .85rem;
}
.footer .nav, .footer .nav ul {
    margin-left: 0;
}
.nav__social-media {
    margin-right: 0;
}
}@media screen and (min-width:62em) {
    .nav li a {
    padding-left: 1rem;
    padding-right: 1rem;
}
.nav li ul a {
    padding: 11px 4px;
}
.lt-ie9 .nav li a {
    padding-left: 10px;
    padding-right: 10px;
}
}@media screen and (min-width:54em) {
    .banner-nav {
    display: block;
}
.banner__article {
    width: 940px;
    height: 587px;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 50%;
    margin-left: -470px;
    margin-top: 0;
    background: 0;
}
.banner__article article {
    width: 313px;
    height: 587px;
    padding: 60px 13px 0;
    transition: opacity 2s;
}
.banner__article article.active {
    position: absolute;
}
.banner__article article p {
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 2.1rem;
}
.banner__article article .button {
    font-size: .95rem;
}
.banner__article h2 {
    font-size: 2.5rem;
    margin-bottom: .85rem;
    color: #000;
    line-height: 1.2;
}
}@media screen and (min-width:42em) {
    .search {
    width: 50px;
    float: right;
    position: absolute;
    top: -51px;
    right: 0;
    z-index: 12;
}
.search button {
    height: 41px;
    position: absolute;
    right: 0;
    background-position: 11px -189px;
}
.search button:hover, .search button:focus {
    background-position: -39px -189px;
}
.search .inputbox__form {
    width: 117px;
    padding-left: 11px;
    padding-right: 11px;
}
.search__form {
    width: 186px;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid #000;
    padding: 0;
}
}@media screen and (min-width:54em) {
    .search__icon {
    display: block;
}
}@media screen and (min-width:42em) {
    .home__module {
    margin-bottom: 55px;
    margin-top: 20px;
}
}@media screen and (min-width:54em) {
    .home .page {
    padding-top: 587px;
}
.home .header {
    top: -50px;
}
.home .header .logo {
    top: -50px;
}
.home .banner, .home .banneritem {
    height: 587px;
}
.home .banneritem {
    background-size: 978px 587px!important;
}
.home .banner {
    background: url('../../images/bg-banner.jpg') repeat-x 0 0;
}
.home__module {
    height: 380px;
}
}@media screen and (min-width:54em) {
    .logo {
    margin-left: 0;
}
.logo span {
    width: 137px;
    height: 154px;
    background: url(../../images/logo.png) no-repeat;
}
}@media print {
    .screen, .breadcrumbs {
    display: none;
}
* {
    color: #000!important;
}
a {
    text-decoration: underline;
}
a:after {
    content: " (" attr(href) ")"}
.page-content>[role=complementary] img, .pg-box-backbtn, .pg-category-view .detail, #pg-icons, .avPlayerWrapper, .article_anywhere img {
    display: none;
}
.logo:after {
    display: none;
}
header {
    margin-bottom: 30px;
}
.phocagallery-box-file {
    border: 0;
}
.home__module {
    height: auto!important;
}
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    margin-bottom: 15px;
}
form li:before {
    display: none;
}
form label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
form input, form textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 5px;
}
form button {
    border: 0;
}
}


#homepage-popup-box {
    background-color: #970307;
    bottom: 10px;
    margin-left: 5%;
    position: absolute;
    width: 90%;
    z-index: 1996;

}

#homepage-popup-box .close-btn {
    background-image: url("../../images/close-icon.png");
    background-position: -5px -5px;
    display: block;
    height: 34px;
    overflow: hidden;
    position: absolute;
    right: -16px;
    text-indent: -10000px;
    top: -16px;
    width: 34px;
}
#homepage-popup-box .close-btn:hover { 
   background-position: -5px -58px;
}


#homepage-popup-box .popup-offer {
    padding: 20px;  
    display: block;
    width: 100%;
    height: 100%;
}

#homepage-popup-box .inner {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

#homepage-popup-box .inner p {
    font-size: 16px;
}

.home .banner {
    z-index: 4;
}



/* HLMOD - For Joomla 3 */

.mceContentBody {
	background:#FFF;
}
ul.breadcrumb {
	padding-left:0;
}
ul.breadcrumb li {
	display:inline;
}
#content ul.breadcrumb li:before {
  width: 0;
  height: 0;
  content: '';
  display: none;
  position: relative;
  background: transparent;
}
ul.breadcrumb li a ,
ul.breadcrumb li span{
  color: #959595;
}
ul.breadcrumb li span {
	padding-left:5px;
} 
  


/* === RS Forms Pro === */
            
.moduletable > .rsform {
     /*border:solid red 1px;*/
     max-width:400px;
}
.moduletable > .rsform * {
   width:100%;
}
.moduletable > .rsform span.title {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
.moduletable > .rsform select {
    width:270px;
}            
.moduletable > .rsform input[type="submit"] {
    width:100px;
    border-radius: 2px!important;
    background: #85010A!important;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    display: block;
    transition: all .25s;
} 