@charset "utf-8";
@font-face {
   font-family: MuseoSans900;
   src: url('/static/font/MuseoSans-900.otf') format('opentype');
}
@font-face {
   font-family: MuseoSans700;
   src: url('/static/font/MuseoSans-700.otf') format('opentype');
}


/* BASE */
body {
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   font-weight: normal;
   margin: 0px auto;
   padding: 0px;
   height: 100%;
   overflow-x: hidden;
   color: #252525;
   background-color: #EAEAEA;
   width:100%;
   position:absolute;
   top:0px;
   left:0px;
   bottom:0px;
}

.clear {
   clear: both;
}

.row {
   max-width: 1140px;
   padding: 20px 0px;
}

.nopt {
   padding-top: 0px;
}

.nopb {
   padding-bottom: 0px;
}

strong {
   font-weight: bold;
}



/* HEAD AND NAV */

header {
   top: 0;
   height: 75px;
   width: 100%;
   z-index: 42;
   background-color: #CE171B;
}

/*
header:hover {
   border-bottom: 3px solid #c10221;
}
*/

header .row {
   padding: 0px;
}

/* .logo {
   padding-left: 15px;
} */

.logo img {
   vertical-align: middle;
   padding-top: 16px;
   padding-left: 35px;
}

/* HEADER - NAV ICON */

.nav-icon {
   margin: 5px;
   width: 30px;
   cursor: pointer;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
   background-color: #ffffff;
   /* -o-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px; */
   content: '';
   display: block;
   height: 4px;
   margin: 5px 0;
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

.nav-icon.clicked:before {
   transform: translateY(12px) rotate(135deg);
   -moz-transform: translateY(12px) rotate(135deg);
   -webkit-transform: translateY(12px) rotate(135deg);
   background-color: #F9BC00;
}

.nav-icon.clicked:after {
   transform: translateY(-6px) rotate(-135deg);
   -moz-transform: translateY(-6px) rotate(-135deg);
   -webkit-transform: translateY(-6px) rotate(-135deg);
   background-color: #F9BC00;
}

.nav-icon.clicked div {
   -moz-transform: scale(0);
   -webkit-transform: scale(0);
   transform: scale(0);
}

.head-menu > ul > li > a.is-icon {
   padding: 3px 30px 0;
}

.head-menu,
.head-menu ul,
.head-menu ul li {
   margin: 0;
   padding: 0;
   border: 0;
   list-style: none;
   line-height: 1;
   display: block;
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   float: right;
   height: 75px;
}

.head-menu > ul > li {
   float: left;
   padding-top: 20px;
}

.head-menu > ul > li.ht-menu:hover {
   /* background-color: #F2F2F2; */
}

.head-menu ul li a:hover {
   color: #F9BC00;
}

.head-menu .donate-button {
   /* border-radius: 3px; */
   background-color: #ffffff;
   color: #CE171B;
   margin-left: 10px;
   padding: 10px 40px;
}

.head-menu > ul > li > a.ht-site-hu {
   padding: 0 0 0 20px;
}

.head-menu .donate-button:hover {
   background-color: #F9BC00;
   color: #CE171B;
   /* color: #fff; */
}

.error_msg_box ul li::before {
   content: "" !important;
}

.head-menu.align-center > ul {
   font-size: 0;
   text-align: center;
}
.head-menu.align-center > ul > li {
   display: inline-block;
   float: none;
}
.head-menu.align-center ul ul {
   text-align: left;
}
.head-menu.align-right > ul > li {
   float: right;
}
.head-menu.align-right ul ul {
   text-align: right;
}
.head-menu > ul > li > a {
   text-decoration: none;
   color: #ffffff;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   text-transform: uppercase;
   padding: 10px 20px;
   display: block;
   font-family: 'MuseoSans900', sans-serif;
   font-size: 18px;
}

.head-menu > ul > li:hover > a,
.head-menu > ul > li.active > a {
}

.side-menu {
   background-color: #e1e1e1;
   bottom: 0;
   cursor: pointer;
   overflow-y: scroll;
   position: fixed;
   top: 0;
   transition: all 0.4s ease-in-out 0s;
   width: 40%;
   z-index: 9000;
   margin-top: 75px;
   right: -100%;
}

.side-menu ul {
   height: 100%;
}

.side-menu > ul > li {
   border-bottom: 2px solid #eeeeff;
   display: table;
   font-size: 20px;
   height: 50px;
   min-height: 30px;
   transition: all 0.4s linear 0s;
   width: 100%;
}

.side-menu > ul > li.h-menu {
   display: none;
}

.side-menu > ul > li a {
   color: #0b0b0b;
   display: table-cell;
   font-weight: 400;
   padding-left: 30px;
   text-decoration: none;
   vertical-align: middle;
   font-family: 'MuseoSans900', sans-serif;
}

.side-menu > ul > li a:hover {
   background-color: #ce171b;
   color: #fff;
}

.side-menu > ul > li.icons a {
   display: block;
   width: 25%;
   text-decoration: none;
   vertical-align: middle;
   padding-top: 14px;
   float: left;
}

.side-menu > ul > li.icons a:hover {
   background-color: #ce171b;
}


/* BLOCKS AND CONTENTS */


   /* INDEX */

main {
   margin-top: 10px;
}

main .row.index-row {
   padding: 0px;
   background-color: transparent;
   /* margin-bottom: 10px; */
}

/*
.index-hero {
   background: transparent url('/static/img/site/v2/index-hero.jpg') center center;
   display: block;
   height: 400px;
}
*/

.ui-widget.ui-widget-content {
   border: 0px !important;
}

/* FB */

.fb-box a {
   display: block;
   margin-top: 75px;
}


.or {
   color: #444444;
   font: italic 18px/22px "Times New Roman",Times,"FreeSerif",serif;
   text-align: center;
   font-size: 24px;
}


.fb-login {
   background: transparent url('/static/img/site/facebook-login.png') top left no-repeat;
   color: #fff;
   font-weight: bold;
   padding: 10px 30px 10px 70px;
   /* width: 240px; */
}

.fb-login:hover {
   color: #fff;
}




.index-link {
   line-height: 0;
   display: block;
}


.center-button {
   background-color: #ce171b;
   color: #fff;
   font-family: 'MuseoSans900', sans-serif;
   text-transform: uppercase;
   font-size: 20px;
}

.center-button.emph-button {
   background-color: #F9BC00;
   color: #ce171b;
}

.index-center-row ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   background-color: #ce171b;
}

.index-center-row ul li {
   float: left;
}

.index-center-row ul li a {
   color: #ffffff;
   display: block;
   padding: 16px;
   text-align: center;
   text-decoration: none;
   width: 380px;
}

.index-center-row ul li a:hover {
   color: #ce171b;
   background-color: #ffffff;
}


/* V3 */

.content-v3 h2 {
   padding-bottom: 4px;
   color: #ED1A3B;
   text-transform: uppercase;
}

.content-v3 h2.headline {
   font-size: 40px;
   font-weight: bold;
   line-height: 54px;
}

.content-v3 h2.headline-gray {
   color: #484848;
   font-size: 40px;
   font-weight: bold;
   line-height: 54px;
}

.content-v3 p {
   padding-bottom: 10px;
}

.red-bgnd {
   background: #fff url(/static/img/site/retired/bgnd-block.jpg) top left no-repeat;
   color: #fff;
}


.red-bgnd ul li,
.red-bgnd-01 ul li,
.red-bgnd-02 ul li {
   list-style-type: disc;
   font-weight: bold;
   padding-bottom: 10px;
}

.red-bgnd ul li ul,
.red-bgnd-01 ul li ul,
.red-bgnd-02 ul li ul {
   padding-left: 30px;
   padding-top: 10px;
}

.red-bgnd ul li ul li,
.red-bgnd-01 ul li ul li,
.red-bgnd-02 ul li ul li {
   font-weight: normal;
}

.red-bgnd-01 ul li ul li ul li {
   font-style: italic;
   padding: 0px;
}

.p-row {
   padding: 80px 0px;
}

.red-bgnd-01 {
   background: #fff url(/static/img/site/retired/bgnd-block-01.jpg) top left no-repeat;
   color: #fff;
}

.red-bgnd-02 {
   background: #fff url(/static/img/site/retired/bgnd-block-02.jpg) top left no-repeat;
   color: #fff;
}

.red-bgnd-01 .content-v3,
.red-bgnd-02 .content-v3 {
   padding-top: 140px;
   padding-bottom: 30px;
}



/*
.center-button a {
   display: inline-block;
   height: 100%;
   padding: 12px 0 10px;
   width: 100%;
   color: #fff;
}
*/

/*
.index-hero .index-title {
   bottom: 0;
   color: #fff;
   font-family: 'MuseoSans900', sans-serif;
   font-size: 78px;
   line-height: 74px;
   padding: 28px 0 0 25px;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
   text-transform: uppercase;
   width: 50%;
}

.index-hero .index-title p {
   font-size: 48px;
   padding-top: 16px;
}

.index-hero .index-button {
   border: 2px solid #c10221;
   background-color: #c10221;
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-size: 1.1rem;
   font-weight: 900;
   letter-spacing: -0.02em;
   padding: 4px 10px;
   font-weight: bold;
}

.index-hero .index-button:hover {
   background: transparent;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.index-hero .index-button-div {
   text-align: right;
   padding-right: 160px;
   padding-top: 14px;
   font-family: inherit;
}
*/

.content-box {
   background-color: #fff;
}

.index-content-box {
   height: 285px;
   background-color: #fff;
}

.index-content-box h2 {
   padding: 10px 10px;
   font-size: 18px;
}

.index-article-item h2 {
   font-size: 16px;
}

.index-news-box h1 {
   color: #ce171b;
   padding: 0px 0px 16px 0px;
   font-family: "MuseoSans900",sans-serif;
   font-size: 20px;
   text-transform: uppercase;
}

.index-news-box {
   background-color: #fff;
   padding: 10px 10px 0px 10px;
}

.index-fb-box {
   background-color: #fff;
}


/*
.side-menu > ul > li.search {
   display: table;
   padding: 10px 0 0 30px;
   text-decoration: none;
   vertical-align: middle;
}

.side-menu > ul > li.search input[type="text"] {
   width: 80%;
   padding: 2px;
   font-size: 14px;
   border: 1px solid #A9A9A9;
}

.side-menu > ul > li.search input[type="submit"] {
   padding: 2px;
   font-size: 14px;
   border: 1px solid #A9A9A9;
}
*/

.menu-visible {
   min-width: 300px;
   overflow-x: hidden;
   right: 0;
}

.icons {
   text-align: center;
   padding-left: 0px;
}

.dt-icon {
   float: left;
   padding-right: 20px;
}

.dl-block {
   height: 50px;
   margin-bottom: 20px;
}

.dl-block a,
.red-link a {
   color: #ce171b !important;
}

.dl-block span {
   padding-top: 10px;
   display: block;
   font-size: 18px;
}

.side-menu > ul > li.icons a:hover {
   background-color: #e1e1e1;
   color: #fff;
}


/* FOOTER */


footer {
   background-color: #333333;
   color: #fff;
   font-size: 13px;
   line-height: 22px;
   padding-bottom: 40px;
   word-spacing: 5px;
   margin-top: 10px;
}

footer label {
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 10px;
   display: block;
   font-size: 14px;
   border-bottom: 1px solid #737373;
}

footer ul {
   padding-left: 10px;
}

footer .fa {
   font-size: 22px;
   padding-right: 5px;
}

/* footer img {
   padding-bottom: 10px;
} */

footer .row {
   background-color: inherit;
}


footer a {
   color: #AFAFAF;
}

footer .fa-facebook-square:hover {
   color: #3B5998;
}

footer .fa-twitter:hover {
   color: #1DA1F2;
}

footer .fa-rss:hover {
   color: #FFA151;
}

footer a:hover {
   color: #fff;
}

footer .header-search {
   padding-top: 24px;
}

footer .search #search-q {
   width: 240px;
   padding: 4px;
   border: 1px solid #656565;
   border-radius: 3px;
   background-color: #444444;
   color: #fff;
}

footer .search #search-q:focus {
   border: 1px solid #D6D6D6 !important;
}

footer .search input[type="image"] {
   border: 0px;
   margin: 7px 0 0 -20px;
   position: absolute;
}

/* Not working
footer .search #search-q::-webkit-input-placeholder,
footer .search #search-q:-moz-placeholder,
footer .search #search-q::-moz-placeholder,
footer .search #search-q:-ms-input-placeholder {
   color: red;
   opacity: 1;
}
*/






/* INDEX */

.index-block {
   background: #681818 url('/static/img/site/block-bgnd.png') top left no-repeat;
   padding: 3px;
   margin-bottom: 10px;
}

.index-block-content {
   background-color: #fff;
   padding: 10px;
}

.index-block-content h2 {
   font-size: 13px;
   line-height: 16px;
}

.index-block-content .today {
   color: #292929;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 10px;
   text-align: center;
}

.index-block-content li span {
   color: #ce171b;
   font-weight: bold;
}

.index-block-content li a {
   color: #4e4e4e;
}

.index-block-content li a:hover {
   color: #ce171b;
}

.block-title {
   height: 36px;
   background: transparent url('/static/img/site/block-title-bgnd.jpg') top left no-repeat;
   font-family: "MuseoSans700",sans-serif;
   font-size: 18px;
   padding: 8px 0px 0px 10px;
}

.block-title-gray {
   height: 36px;
   background: transparent url('/static/img/site/block-title-gray-bgnd2.png') top left no-repeat;
   font-family: "MuseoSans700",sans-serif;
   font-size: 18px;
   padding: 5px 0px 0px 10px;
}

.block-title a,
.index-block-title a {
   color: #151415;
}

.index-block-title {
   /* background: transparent url(/static/img/site/block-title-bgnd.png) no-repeat scroll left top; */
   background: -webkit-linear-gradient( left, #ffffff, rgba( 0, 0, 0, 0 ) );
   background: -o-linear-gradient( left, #ffffff, rgba( 0, 0, 0, 0 ) );
   background: -moz-linear-gradient( left, #ffffff, rgba( 0, 0, 0, 0 ) );
   background: -ms-linear-gradient( left, #ffffff, rgba( 0, 0, 0, 0 ) );
   background: linear-gradient( left, #ffffff, rgba( 0, 0, 0, 0 ) );
   font-family: "MuseoSans700",sans-serif;
   font-size: 18px;
   height: 36px;
   margin-top: -50px;
   padding: 7px 0 0 10px;
   position: absolute;
   width: 50%;
}

.mm-block {
   /* width: 49%; */
   width: 323px;
   float: left;
}

.mm-block-first {
   padding-right: 10px;
}

.mm-block img {
   width: 324px;
   height: 185px;
}

.mm-block .index-block-title {
   width: 10%;
}

.index-gallery {
   background-color: #2d2d2d;
   border-radius: 3px;
   border: 1px solid #454545;
}

.index-article-item.gallery {
   text-align: center;
}

.index-article-item .gallery img {
   width: 300px;
}

.actual-misc {
   text-align: right;
   border-bottom: 1px solid #dadada;
   margin-bottom: 10px;
   padding-top: 15px;
   font-size: 13px;
   padding-bottom: 2px;
}

.actual-misc a {
   color: #ce171b;
}

.desc {
   font-size: 12px;
}

.index-emph-img {
   position: relative;
}

.index-emph-img img {
   width: 100%;
   /* height: 100%; */
   padding: 10px;
   top:0;
   right:0;
   bottom:0;
   left:0;
}

.index-gallery-items {
   padding: 10px 20px 10px 20px;
   text-align: center;
}

.index-gallery-items div {
   width: 33%;
   float: left;
   padding: 10px 0px 10px 0px;
   margin-bottom: 10px;
}

.index-gallery-items div img {
   border: 1px solid #ffffff;
   padding: 2px;
}

.index-gallery-items div img:hover {
   border: 1px solid #dadada;
}

.index-gallery-items div h1 {
   padding-bottom: 0px;
}

.index-gallery-items div h1 a {
   color: #fff;
   font-size: 14px;
}

.index-gallery-items img {
   padding: 0px 10px 0px 10px;
}


.index-middle {
   background-color: #fff;
   padding: 10px;
   margin-bottom: 30px;
}

.index-middle.nrm h1 {
   text-align: left;
}

.index-middle h2 {
   font-family: 'Open Sans', sans-serif;
}


.index-middle a {
   color: #1a1a1a;
}

.index-middle a:hover {
   color: #ce171b;
}

.tile-img {
   width: 300px;
}

.play {
   /* display: inline;
   left: 0;
   margin: 175px 0 0 -290px;
   position: relative;
   z-index: 2; */
   float: left;
   margin-left: -290px;
   margin-top: 125px;
   z-index: 2;
}

.play-old {
   margin-top: 165px;
}

.event-item {
   padding: 4px;
}

.event-item.odd {
   background-color: #f2f2f2;
}

.event-item span {
   background-color: #ce171b;
   color: #fff;
   padding: 4px;
   margin-right: 10px;
   font-weight: bold;
}

.event-description {
   padding: 10px 10px 0 145px;
   font-size: 12px;
}

/*
.index-events li {
   padding: 1px 0px;
}

.index-events li span {
   color: #e61a2e;
   font-weight: bold;
}

.index-events,
.index-left {
   width: 50%;
   float: left;
}
*/

.index-left {
   width: 50%;
   float: left;
}

.index-emph ul li {
   color:#444;
   list-style-type:none;
   padding: 0 0 1px;
   line-height: 18px;
   padding-bottom: 10px;
}

.index-emph ul li:before {
   color: #ce171b;
   content: "\2022";
   font-size: 1.5em;
   padding-right: .25em;
   position: relative;
   top: .1em;
}

.index-emph ul {
   margin:0;
   padding:0;
}

.index-video {
   float: left;
   text-align: center;
   width: 60%;
}

.index-video img {
   width: 400px;
   margin: 15px 0px 10px 0px;
   padding: 2px;
   border: 1px solid #fff;
}

.index-video img:hover {
   border: 1px solid #dadada;
}

.index-video-list {
   text-align: center;
}

.index-video-list img {
   width: 240px;
   padding: 2px;
   border: 1px solid #fff;
}

.index-video-list img:hover {
   border: 1px solid #dadada;
}

.index-video-list {
   line-height: 18px;
}

.lefted {
   text-align: left !important;
}

.index-content-row {
   margin-top: 15px;
   margin-bottom: 15px;
}


.video-container2 video {
   width: 100%;
}

/* SLIDER */

.news-slider,
.index-super {
   /* margin-bottom: 30px; */
}

.news-slider .text-content {
   background-color: rgba(10, 10, 10, 0.4);
   bottom: 0;
   /* height: 11%; */
   height: auto;
   left: 0;
   padding: 1em;
   position: absolute;
   right: 0;
   width: 100%;
}

.news-slider .text-content:hover {
   background-color: rgba(10, 10, 10, 0.8);
}

.index-emph-img .text-content {
   background-color: rgba(10, 10, 10, 0.4);
   bottom: 6px;
   height: 12%;
   left: 0;
   margin: 10px;
   padding: 1em;
   position: absolute;
   right: 0;
   width: 97.5%;
}

.index-emph-img .text-content a {
   color: #fff;
}

.news-slider .text-content h1 {
   margin: 0;
   color: #fff;
   font-size: 24px;
   line-height: 26px;
   font-family: 'MuseoSans900', sans-serif;
   padding-bottom: 0px;
}

.news-slider .text-content h1 a {
   color: #fff;
}

.news-slider .text-content p {
   margin: 1em 0;
}

.news-slider .text-content a.button-link {
   padding: 0.25em 0.5em;
   position: absolute;
   bottom: 1em;
   right: 1em;
}

.news-slider .image-content {
   line-height: 0;
}

.news-slider .image-content img {
   width: 100%;
}

.news-slider .news-pager {
   text-align: right;
   display: block;
   margin: 0.2em 0 0;
   padding: 0;
   list-style: none;
}

.news-slider .news-pager li {
   display: inline-block;
   padding: 10px 3px;
   margin: 10px 0px 0px 5px;
}

.news-slider .news-pager li.sy-active a {
   background-color: #fff;
   border: 1px solid #ce171b;
   color: #404040;
   font-weight: bold;
   height: 15px;
   margin: 2px 3px;
   padding: 4px 10px;
   text-decoration: none;
}

.news-slider .news-pager li a {
   font-weight: 500;
   text-decoration: none;
   color: #222;
   margin: 2px 3px;
   padding: 4px 10px;
   height: 15px;
}

.index-new-image {
   padding: 2px;
   float: left;
   margin-right: 10px;
   width: 150px;
  /* margin-bottom: -20px; */
}

.index-list {
   width: 300px;
}

.index-old-image {
   /* width: 70px; */
   width: 300px;
   padding: 2px;
   float: left;
   margin-right: 10px;
}

.index-articles .lead,
.index-articles .lead span {
   font-weight: normal;
   font-size: 14px !important;
}

.index-article-item {
   display: inline-block;
   margin-bottom: 20px;
   width: 100%;
   border-bottom: 2px solid #dadada;
}

.index-article-item-date {
   text-align: right;
   font-size: 11px;
   color: #7a7a7a;
   /* margin-top: -10px; */
   clear: left;
}

.index-article-item .misc,
.index-article-item .misc a {
   padding-top: 10px;
   font-size: 12px;
   color: #9e9e9e;
   text-align: right;
   margin-top: -25px;
}

.index-article-item .misc span {
   padding: 0px 10px 0px 10px;
   color: #7d7d7d;
}

.index-article-item h2 {
   padding: 0px 0px 10px 0px;
   font-family: 'MuseoSans700', sans-serif;
   font-size: 18px;
   font-weight: normal;
}

.thin-list {
   border-right: 1px solid #dadada;
   border-bottom: 1px solid #dadada;
   padding: 10px 20px 10px 20px;
}

.thin-list h2 {
   font-size: 14px;
}

.index-side-image {
   /* width: 100%; */
}


/* SIDEBAR */

.sidebar-block {
   text-align: center;
}

.sidebar-block-wh {
   background-color: #fff;
   padding: 10px;
}


.sidebar-block-wh h1 {
   font-size: 24px;
   color: #ce171b;
   padding: 5px 0 10px;
}

.sidebar-block-wh ul.list {
   padding-left: 10px;
   line-height: 18px;
}

.sidebar-block-wh ul.list li {
   padding-bottom: 10px;
}

.sidebar-block-wh ul.list span {
   color: #ce171b;
}

.sidebar-block-wh a {
   color: #222;
}

.sidebar-block-wh a:hover {
   color: #ce171b;
}

.sidebar-block,
.sidebar-block-wh {
   margin-bottom: 15px;
}

.sidebar-block-wh select {
   max-width: 100%;
}

.sidebar-form {
   padding: 0px 0px 10px 0px;
   text-align: center;
}

.sidebar-form input[type="text"],
.sidebar-form input[type="email"],
.sidebar-form select,
.sidebar-form input[type="button"] {
   margin: 2px;
   padding: 2px;
   border: 1px solid #dadada;
   font-family: 'Open Sans', sans-serif;
}

.sidebar-form input[type="button"]:hover {
   cursor: pointer;
}

.sidebar-form input[type="text"],
.sidebar-form input[type="email"] {
   color: #373737;
   width: 240px;
   font-size: 14px;
}

.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="email"]:focus {
   border: 1px solid #373737;
}

.sidebar-join li {
   border: 1px solid #fff;
}

.sidebar-join li a {
   display: block;
}

.sidebar-join li:hover {
   border: 1px solid #dadada;
   font-weight: bold;
}

.sidebar-block-wh .today {
   color: #292929;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 10px;
   text-align: center;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"],
.newsletter-form select,
.newsletter-form input[type="button"] {
   margin: 2px;
   padding: 2px;
   border: 1px solid #dadada;
   font-family: 'Open Sans', sans-serif;
}

.newsletter-form input[type="button"]:hover {
   cursor: pointer;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
   color: #373737;
   width: 340px;
   font-size: 14px;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
   border: 1px solid #373737;
}



.social {
   text-align: center;
   margin-bottom: -12px;
}

.social ul {
   display:inline-block;
   list-style:none;
}

.social ul li {
   display: inline-block;
   float: left;
   list-style: outside none none;
   padding: 0px 10px 0px 10px;
   /*    padding: 2px 20px; */
}


h1 {
   color: #151415;
   padding: 5px 0px 10px 0px;
   font-size: 28px;
   text-space: 5px;
   /* font-weight: bold; */
   text-align: left;
   line-height: 30px;
   font-family: "MuseoSans900",sans-serif;
}

h2 {
   font-size: 20px;
   padding: 10px 0px 20px 0px;
   font-family: "MuseoSans700",sans-serif;
   color: #393737;
}

h2 a {
   color: #4e4e4e;
   font-weight: normal;
}

h2 a:hover {
   color: #ce171b;
}

h3 {
   font-weight: bold;
   font-size: 18px;
   margin: 10px 0px 10px 0px;
}

h3 span {
   color: #ce171b;
}

h3 a {
   color: inherit;
}

h3 a:hover {
   color: #ce171b;
}


p {
   line-height: 24px;
}

p a,
.text a {
   text-decoration: none;
   color: #ce171b !important;
}

p a:hover,
.text a:hover {
   color: #000;
}

.text ol {
   list-style-type: decimal;
   margin-left: 50px;
   padding-top: 10px;
}

.text h2 {
   /* color: #1b855f; */
}

.text em {
   font-style: italic;
}

.text .info-block {
   margin: 10px 0px 10px 20px;
   padding: 15px;
   border-left: 2px solid #1b855f;
   background-color: #f3f3f3;
   color: #252525;
}

.info-table td:first-child {
   font-weight: bold;
   padding-right: 20px;
}


#map-canvas {
   width: 100%;
   margin: 0;
   padding: 2px;
   border: 1px solid #dadada;
   height: 350px;
}

.detail-table {
   width: 100%;
}

.detail-table a {
   color: #CE171B;
}

.detail-table tr:nth-child(odd):hover,
.detail-table tr:nth-child(even):hover {
   background-color: #E2E2E2;
}

.detail-table tr:hover a {
   font-weight: bold;
}

.detail-table th {
   text-align: center;
   padding: 2px 0px 0px 0px;
   font-weight: bold;
   border-bottom: 1px solid #363636;
   background-color: #dadada;
}

.detail-table td {
   padding: 2px;
}

.detail-table tr:nth-child(odd) {
   background: #F9F9F7;
}

.detail-table td:first-child {
   width: 60%;
   padding-left: 10px;
}

.donation-form input[type="text"],
.donation-form input[type="email"],
.donation-form input[type="url"],
.donation-form input[type="password"] {
   width: 80%;
}




/* nav */


nav .logo {
   padding-top: 8px;
   text-align: center;
}

nav .row {
   padding: 8px 0px 0px 0px;
   border-bottom: 1px solid #dadada;
}

nav {
   /*  width: 100%;
    height: 55px; */
}

.menu {
   background-color: #ce171b;
}

.item-lead {
   font-size: 16px;
   font-weight: bold;
   margin-top: 15px;
   padding-bottom: 10px;
}


/*

nav {
   z-index: 42;
   width: 100%;
   background: #1b855f;
   position: relative;
   height: 54px;
}

nav ul {
   float:right;
   display:inline-block;
   margin-right:10px;
   list-style:none;
   padding-top:10px;
}

nav ul li {
    display:inline-block;
    list-style: none;
    float:left;
    padding:5px 10px;
}

nav ul li a {
   color:#333;
   position:relative;
   display:inline-block;
   font-weight: bold;
   text-decoration:none;
   font-size:15px;
   text-transform:uppercase;
   text-decoration:none;
   display:block;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;}

nav li a:hover {
   color: #1b855f;
}
nav li a.selected {
   color:#1b855f;
   border-bottom: 2px solid #2a2a2a;
}

.nav-mobile {
   float:right;
   margin-right:10px;
   padding-top:10px;
   display: none;
}

#nav-mobile-menu {
   width: 100%;
   padding: 0px 0px 10px 0px;
   display: none;
}

#nav-mobile-menu a {
   color: #4e4e4e;
   display: block;
   padding: 2px 2px 2px 20px;
   border-bottom: 1px solid #dadada;
}

#nav-mobile-menu a:hover {
   font-weight: bold;
   color: #1b855f;
   background-color: #ebebeb;
}

.nav-mobile:hover {
   cursor: pointer;
}

.sticky {
   position: fixed;
   top: 0px;}

*/

/* Mobile Navigation Display none if no iDevice */

/*
nav select {
      display: none;}
*/

/*
section .row,
main .row {
   border-left: 1px solid #e6e6e6;
   border-right: 1px solid #e6e6e6;
}
*/

main .row {
   background-color: #fff;
}

section.content {
   padding-bottom: 10px;
   margin-bottom: 15px;
   border-bottom: 1px solid #dadada;
}

/*
main {
   padding-top: 20px;
}
*/

main.main-index {
   margin-top: 0px;
}

/*
main .row {
   padding: 5px 5px 0px 5px;
}
*/

section.sub-head {
   /* margin-top: 104px; */
}

section.sub-head .row {
   padding: 5px;
   font-size: 11px;
}

.lead-img {
   float: left;
   padding: 5px 5px 0px 5px;
   margin-right: 10px;
}

.emph-lead {
   /* padding-top: 10px; */
   font-size: 13px;
   line-height: 16px;
}


/* used on member list */

.list-item {
   margin-bottom: 10px;
   display: inline-block;
   background-color: #fff;
   /* width: 48%; */
   /* padding: 10px; */
   border-bottom: 1px dotted #e1e1e1;
}

.article-doc {
   padding: 15px 0px 10px 20px;
}

/*
.list-item:hover {
   background-color: #f4f4f4;
}
*/

.list-item h2 {
   padding-top: 0px;
   padding-bottom: 0px;
}

.lead {
   font-weight: bold;
   font-size: 16px;
}

.sublist-item {
   width: 49%;
   float: left;
   padding: 2px;
   border: 1px solid #f3f3f3;
   margin-bottom: 5px;
   margin-right: 3px;
   font-size: 14px;
   color: #696969;
}

.text p {
   padding: 10px 0px;
   line-height: 22px;
}

.text ul {
   margin-left: 25px;
   padding: 10px 0px;
   list-style: none;
}

.text ul li {
   padding-left: 1em;
   text-indent: -.7em;
   padding-bottom: 10px;
}

.text ul li:before {
   content: "• ";
   color: #ce171b;
   font-size: 22px;
}

/*

.text p {
   padding: 10px 0px;
   line-height: 22px;
}

.text ul {
   margin-left: 35px;
   padding: 10px 0px;
   list-style: none;
}

.text ul li {
    padding-left: 1em;
    text-indent: -.7em;
   padding-bottom: 10px;
}

.text ul li:before {
    content: "• ";
    color: #e61a2e;
    font-size: 22px;
}
*/

.more-list {
   padding: 10px 0px 15px 0px;
}

.more-list .sidebar h2 {
   margin-bottom: 18px;
}

.more-list.sidebar ul {
   list-style: none;
}

.more-list.sidebar ul li {
   line-height: 14px;
   margin-bottom: 16px;
}

.more-list.sidebar ul li:hover {
   background-color: #f5f5f5;
}

.more-list.sidebar a {
   font-size: 13px;
   color: #1b8575;
}

.more-list.sidebar a.title {
   font-size: 14px;
}

.more-list.sidebar a:hover {
   color: #4e4e4e;
}

.more-list.sidebar ul li img {
   text-align: center;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   padding: 2px;
}


.more-list h2 {
   color: #af3335;
   margin-bottom: 8px;
   padding-bottom: 0px;
   border-bottom: 1px dotted #e1e1e1;
}

.more-list .list-item h2 {
   border-bottom: 0px;
   margin-bottom: 0px;
}


.content-block {
   margin-bottom: 30px;
   padding: 10px;
   max-width: 850px;
   margin: 0px auto;
}

.content-block-image {
   margin-bottom: 30px;
   padding: 10px;
   max-width: 900px;
   margin: 0px auto;
}

.content-block-misc {
   padding: 0px 0px 10px 0px;
   max-width: 900px;
   margin: 0px auto;
   margin-bottom: 30px;
   border-bottom: 2px solid #af3335;
}

.content-block2 {
   margin-bottom: 30px;
   padding: 10px;
   max-width: 1020px;
   margin: 0px auto;
}

.content-block2 h1 {
   border-bottom: 1px solid #dadada;
   padding-bottom: 0px;
}

.content-block2 .candidate-box {
   text-align: center;
   max-width: 330px;
   float: left;
   padding: 10px 55px;
   height: 350px;
}

.content-block2 .candidate-box h2 {
   padding-bottom: 0px;
}

.content-block2 .candidate-box span a {
   color: #0a0a0a;
}

.division-img {
   float: right;
   margin-left: 20px;
   width: 225px;
   height: 150px;
}

.case-img {
   float: right;
   margin-left: 20px;
   /* width: 225px; */
   height: 150px;
}

.sp-ad {
   text-align: center;
   font-size: 10px;
   text-transform: uppercase;
   color: #bbbbbb;
}

.breadcrumb {
   background-color: #f6f6f6;
   margin: 5px 0 0;
}

.detail a,
.breadcrumb a:hover,
.info a,
.source a {
   color: #ce171b;
}

.detail,
.detail span.de {
   font-size: 12px;
   color: #818181;
   padding: 10px 0px 10px 0px;
   font-weight: normal;
}

.detail span,
.info span {
   font-weight: bold;
   color: #747474;
}

.detail ul,
.info ul {
   display:inline-block;
   list-style:none;
}

.detail ul li,
.info ul li {
   display: inline-block;
   float: left;
   list-style: outside none none;
   padding: 0px 10px 0px 0px;
}

.bull {
   color: #1b8575;
   font-size: 18px;
   font-weight: bold;
}

.info ul li {
   padding: 0px 10px 0px 0px !important;
}

.info {
   text-align: right;
   font-size: 11px;
   color: #9b9b9b;
   position: absolute;
   bottom: 0;
   right: 0;
   display: block;
}

.st {
   position: static;
}

.info span a {
   color: #fff;
   background-color: #1b855f;
}

.info span a:hover {
   color: #1b855f;
   background-color: #f4f4f4;
}

.breadcrumb a {
   padding: 0px 10px 0px 10px;
   color: #4e4e4e;
}

/* INDEX COUNTDOWN */


.countdown {
   background-color: #c11918;
   font-family: "MuseoSans900",sans-serif;
   font-size: 40px;
   line-height: 66px;
   padding: 20px;
   text-align: center;
}

.countdown .head {
   color: #fff;
}

.countdown .head span {
   color: #F9B900;
}

#clock {
   color: #fff;
}

#clock .c-day {
   background-color: #000000;
}

#clock .c-hour,
#clock .c-min,
#clock .c-sec {
   background-color: #fff;
   color: #000000;
}

#clock span {
   padding: 10px;
}



.video-container {
   position: relative;
   padding-bottom: 56.25%;
   /* padding-top: 30px; */
   height: 0;
   overflow: hidden;
}

.video-container2 iframe {
   width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}


/* CONTENTS */

.video-link {
   font-size: 16px;
}

.member-nav {
   margin: 10px 0px 40px 0px;
   text-align: center;
}

.member-nav a {
   padding: 1px 6px;
   font-weight: bold;
   color: #4e4e4e;
   background-color: #cccccc;
}

.member-nav a.active {
   background-color: #ce171b;
   color: #fff;
}

.member-list {
   margin-bottom: 20px;
   /* width: 48%; */
   width: 400px;
   float: left;
   border-right: 1px solid #dadada;
   border-bottom: 1px solid #dadada;
   height: 100px;
   display: block;
   margin-right: 5px;
}

.member-list .title {
   text-align: right;
   padding-right: 10px;
}

.member-list h3 {
   font-family: 'MuseoSans700', sans-serif;
   padding: 0px 10px 0px 10px;
   text-align: right;
   text-space: 1px;
   font-weight: normal;
}

.member-list h3 a {
   color: #ce171b;
}


/* LIVE */

.live-item {
   padding-bottom: 18px;
}

.live-item p {
   padding: 0px 0px 10px 0px;
}

.live-item span {
   float: left;
   display: block;
   margin: 2px 14px 10px 0px;
   color: #C1001F;
   font-weight: bold;
   font-size: 16px;
   font-family: 'MuseoSans700', sans-serif;
   border-bottom: 1px solid #dadada;
}

.live-item-h2 {
   background-color: #C1001F;
   color: #ffffff;
   margin: 10px 0 20px;
   padding: 2px 10px 4px 10px;
}

.mszp-tooltip {

}


/* MEMBER */

.member-list-box {
   background-color: #f5f5f5;
   float: left;
   margin: 20px;
   padding: 15px;
   text-align: center;
   width: 45%;
}

.member-list-box .positions {
   font-size: 12px;
   line-height: 18px;
}

.member-list-box .positions a {
   color: #e61a2e;
}

.member-list-box img {
   width: 200px;
   -webkit-box-shadow: 4px 4px 7px 0px rgba(50, 50, 50, 0.5);
   -moz-box-shadow:    4px 4px 7px 0px rgba(50, 50, 50, 0.5);
   box-shadow:         4px 4px 7px 0px rgba(50, 50, 50, 0.5);
}


.member-list h2 {
   padding-bottom: 0;
   font-weight: normal;
   padding-left: 80px;
}

.member-img {
   max-width: 250px;
   /* padding: 2px;
   border: 1px solid #e6e6e6; */
   /* margin: 0px 00px 20px 20px; */
   -webkit-box-shadow: 4px 4px 7px 0px rgba(50, 50, 50, 0.5);
   -moz-box-shadow:    4px 4px 7px 0px rgba(50, 50, 50, 0.5);
   box-shadow:         4px 4px 7px 0px rgba(50, 50, 50, 0.5);
   margin: 10px 0px 20px 0px;
}

.list-thumb-img {
   display: inline-block;
   float: left;
   margin-right: 20px;
   width: 99px;
}

.rel-docs {
   margin-left: 40px;
}

.rel-docs img {
   padding-right: 5px;
}

.rel-docs a {
   line-height: 30px;
}

.gallery-img {
   float: right;
   margin-left: 20px;
}

.item-time {
   color: #adadad;
   margin: -10px 0px 0px 15px;
}

.details {
   font-size: 12px;
   color: #a4a4a4;
   display: block;
   font-family: 'MuseoSans700', sans-serif;
   letter-spacing: 1px;
}

.details .date {
   float: right;
}

.details span {
   padding: 0px 5px;
   color: #151415;
}

.details a {
   color: #a4a4a4;
   padding: 2px 4px;
}

.details a:hover {
   color: #fff;
   background-color: #c1001f;
}

.text.misc {
   margin: 15px 0px 30px 0px;
}

.text.misc .gallery-thumb {
   padding-right: 60px;
   float: left;
}

.text.misc .gallery-thumb img {
   padding: 2px;
   border: 1px solid #dadada;
}

.text.misc .gallery-thumb img:hover {
   border: 1px solid #c1001f;
}

/*
.text.misc h2 {
   text-align: center;
   font-family: 'MuseoSans700', sans-serif;
   font-size: 20px;
   color: #151415;
   font-weight: 100;
   letter-spacing: 1px;
   padding-bottom: 10px;
}
*/

#text-hide {
   display: none;
}

.details-share {
   margin-top: 15px;
   border-bottom: 2px solid #dadada;
   /* display: flex; */
   display: block;
}

.fb_iframe_widget span {
   vertical-align: top !important;
}

.sh-left {
   float: left;
   margin-right: 10px;
}

.sh-right {
   display: block;
   float: right;
   margin-top: -27px;
}

.sh-right a:hover {
   background-color: #fff;
}

.details span.link {
   color: #a4a4a4;
   cursor: pointer;
}


/* STYLES */

.centerz {
   text-align: center;
}

.lefted {
   text-align: left;
}

.righted {
   text-align: right;
}

.yes {
   font-size: 12px;
   color: green;
   text-align: center;
   font-weight: bold;
}

.no {
   font-size: 11px;
   color: red;
   text-align: center;
   font-weight: bold;
}

.our-party {
   padding: 20px 0px;
}



.t-res {
   width: 100%;
   overflow-y: auto;
}

.t-res .rd {
   display: none;
}

.t-res .xd {
   width: 40%;
}

.t-res:first-child td {
   text-align: center;
}

.t-res span {
   font-size: 20px;
   font-weight: bold;
}

.t-res-2 {
   width: 100%;
}

.t-res-2 td {
   padding: 3px;
}

.t-res-2 .fd {
   width: 50%;
   text-align: right;
   padding-right: 15px;
   font-weight: bold;
}

.t-res-2 tr:nth-child(odd) {
   background: #EFEFEF;
}



/* SOPRON CAMPAIGN */

.sp-main {
   padding: 20px 0px;
   /* border-bottom: 1px solid #dadada; */
}

.sp-h1 {
   font-size: 22px;
}

.sp-count {
   text-align: center;
   font-family: 'MuseoSans700', sans-serif;
   color: #e61a2e;
   font-weight: bold;
   font-size: 36px;
   padding-bottom: 20px;
}

.sp-date {
   font-size: 12px;
   color: #4C4C4C;
}

.sp-row {
   border-bottom: 1px solid #dadada;
   width: 400px;
   margin: 20px auto 0;
}

.sp-quot {
   padding-top: 14px;
   font-style: italic;
}

.sp-quot .fa {
   float: left;
   font-size: 50px;
   padding-right: 20px;
   color: #dadada;
}

.text-lead ul li {
   padding-bottom: 0px;
}

.text-desc {
   border-top: 1px solid #dadada;
   color: #4c4c4c;
   font-size: 12px;
   line-height: 16px;
   margin-top: 20px;
   padding: 20px 10px 0px 10px;
}

.text-desc a {
   color: #e61a2e;
}




@media screen and (max-width: 1152px) {

   /*
   .mm-block-first {
      padding: 0px;
   }

   .mm-block {
      float: none;
      text-align: center;
      display: block;
      width: auto;
   }

   .mm-block .index-block-title {
      width: 30%;
   }

   header .header-search #search-q {
      width: 220px;
   }
   */

   /* MENU */
   .side-menu > ul > li.h-menu {
      display: table;
   }

   .ht-menu {
      display: none !important;
   }

   /* INDEX CENTER ROWS */
   .index-center-row {
      margin-top: 10px;
   }

   .index-center-row ul li,
   .index-center-row ul li a {
      width: 100%;
   }

   .index-center-row ul li a {
      padding: 5px;
   }

   .index-center-row ul li {
      padding: 0px;
   }

   .center-button {
      font-size: 14px;
   }

   .index-news-box .index-article-item:last-of-type {
      margin-bottom: 0px;
   }

   .sub-head {
      display: none;
   }

   footer .search #search-q {
      width: 160px;
   }


   /* CAMPAIGN PAGE */
   .text-lead {
      display: none;
   }


}

@media screen and (max-width: 760px) {

   .mm-block {
      float: left;
      text-align: center;
      display: block;
      width: auto;
   }

   /*.side-menu > ul > li.search {
      padding-top: 6px;
   }*/

   .index-slider-wrapper {
      height: auto;
   }

   .news-slider .image-content {
      padding-top: 10px;
   }

   .news-slider .text-content {
      height: auto !important;
   }

   header {
      height: 53px;
   }

   .logo img {
      height: 42px;
      padding-top: 15px;
      padding-left: 24px;
   }

   .head-menu .donate-button {
      margin-top: 10px;
   }

   /* .logo img {
      width: 70px;
   } */

   section.sub-head {
      margin-top: 54px;
   }


   .head-menu > ul > li > a.is-icon {
      margin-top: 18px;
      padding: 0 30px;
   }

   .side-menu {
      margin-top: 53px;
   }

   h1 {
      font-size: 22px;
   }

   h2 {
      font-size: 16px;
   }

   .news-slider .text-content {
      padding: 10px;
   }

   .news-slider .text-content h1 {
      font-size: 18px;
      line-height: 18px;
   }

   .side-menu > ul > li {
      font-size: 16px;
      height: 40px;
   }

   .breadcrumb {
      display: none;
   }

   .nav-icon {
      width: 30px;
   }

   .our-party img {
      width: 100%;
   }

   .mm-block .index-block-title {
      width: 55%;
   }

   header .header-search {
      padding-top: 13px;
   }

   .head-menu {
      margin-top: -22px !important;
   }



   .index-content-box,
   .index-news-box {
      margin: 0px 10px 10px 10px !important;
      height: auto;
   }

   .index-fb-box {
      margin: 0px 10px 10px 10px !important;
   }

   .index-content-box img {
      width: 100%
   }

   /* FOOTER */
   .column:first-child.footer-block,
   .footer-block {
      margin-left: 14px !important;
      max-width: 90%;
      margin-bottom: 24px;
   }

   .countdown {
      line-height: 44px;
   }

   .countdown .head {
      padding-bottom:20px;
   }

   #clock {
      line-height: 74px;
   }

   #clock span {
      padding: 5px;
   }

}


@media screen and (max-width: 480px) {


   .t-res .xd {
      display: none;
   }

   .t-res .rd {
      display: table-row;
      background-color: #fff !important;
   }

   .member-list {
      width: 350px;
   }

   .text.misc .gallery-thumb {
      padding-right: 0px;
      width: 100%;
      text-align: center;
   }

   .member-list h3 a {
      font-size: 16px;
   }

   .index-article-item .misc,
   .index-article-item .misc a {
      margin-top: 0px;
   }

   .head-menu {
      margin-top: -23px !important;
   }

   header .header-search {
      padding-top: 13px;
   }

   header .header-search #search-q {
      width: 180px;
      margin-left: 20px;
   }

   .side-menu > ul > li.icons a {
      padding-top: 10px !important;
   }

   .mm-block {
      float: none;
      text-align: center;
      display: block;
      width: auto;
   }


   /* V3 */

   .p-row {
      padding: 0px;
   }

   .content-v3 h2.headline {
      font-size: 28px;
      line-height: 32px;
   }

   .content-v3:first-child ul {
      padding-left: 20px;
   }

   .red-bgnd,
   .red-bgnd-01,
   .red-bgnd-02 {
      background: #fff url(/static/img/site/retired/bgnd-block.jpg) top left repeat-y;
      margin-bottom: 40px;
   }

   .red-bgnd-01 .content-v3,
   .red-bgnd-02 .content-v3 {
      padding: 10px;
   }

   .content-v3 h2.headline-gray {
      font-size: 28px;
      line-height: 32px;
   }

}

@media screen and (max-width: 480px) {

   .head-menu .donate-button {
      display: none;
   }

}