﻿@font-face {
    font-family: 'Segoe-UIL';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/segoeuil.eot'); /* IE9 Compat Modes */
    src: url('../fonts/segoeuil.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/segoeuil.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/segoeuil.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Segoe-UI';
    font-style: normal;
    font-weight: normal;
    src: 
       url('../fonts/segoeui.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html {
    height:100%;
}

body {
    height:calc(100% - 65px);
    height: 100%\9;
    padding-top: 74px;
    margin:0 auto 65px;
    font-family: 'Segoe-UI', 'Segoe UI';
    font-size:14px;
    color:#000000;
    letter-spacing:0.5px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-container {
    display:table;
    min-height:100%;
    width:100%;
    height:100%;
    background-color:#FFF;
}

h1, h2, h3 {
    margin:0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    height:100%;
    min-height:100%;
    width:100%;
    display:table;
    padding-bottom:15px;
    padding-top:125px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.languageDropdown {
    margin-top:17px;
}

.login-nav {
    margin-top:14px;
}
.login-nav li {
    float:left;
}

#banner {
    z-index:300;
    width:100%;
    height:100px;
    background:url(Images/banner.jpg) -260px -55px;
    position:absolute;

    -moz-box-shadow:    inset  0  70px 210px -12px #000, 
                        inset  0 -18px 0px -18px #000;
    -webkit-box-shadow: inset  0  70px 210px -12px #000, 
                        inset  0 -18px 0px -18px #000;
     box-shadow:        inset  0  70px 210px -12px #000, 
                        inset  0 -18px 0px -18px #000;
}
#banner .container {
    color:#FFF;
    font-size:24px;
    font-family: 'Segoe-UIL';
    padding-top:32px;
}

.preview-bar {
    width:100%;
    height:39px;
    position:fixed;
    top:0;
    left:0;
    background-color:#153089;
    color:#FFF;
    text-align:center;
    padding-top:9px;
    z-index:1500;
}

.brightcove-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.brightcove-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-data hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

.clear {
    clear:both;
}

.top-menu {
    display:none;
    font-family: 'Segoe-UIL';
    position:fixed;
    color:#fffefe;
    width:100%;
    height:100%; 
    z-index:2001;
}
.menu-container-bg {
    position:fixed;
    background-color:#332525;
    width:100%;
    height:100%;    
    z-index:2000;
    margin-top:-1px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    -moz-opacity: 0.98;
    -khtml-opacity: 0.98;
    opacity: 0.98;
}
.top-menu .container {
    font-family: 'Segoe-UIL';
    position:relative;
    color:#f2eded;
    width:100%;
    height:calc(100% - 75px); 
    z-index:2003;
    padding-top:30px;
    overflow-y:auto;
}
.top-menu hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #7f7878;
    margin: 1em 0;
    padding: 0; 
}
.top-menu p {
    font-size:24px;
    font-weight:normal;
}
.top-menu-close {
    position:absolute;
    z-index:2004;
    right:20px;
    top:20px;
    font-size:20px;
    color:#f2eded;
    cursor:pointer;
}
.top-menu-close:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.top-category-post {
    display:block;
    width:150px;
    float:left;
    cursor:pointer;
    font-size:12px;
    font-family: 'Segoe-UI', 'Segoe UI';
    margin:0px 5px 0px 0px;
    position: relative;
    left: 50%;

    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-category-post:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.top-category-post span {
    padding:10px;
    display:block;
    color:#f2eded;
}
.top-category-post img {
    width:150px;
}
.top-category-post-container {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}
/*
.top-category-issues a {
    display:block;
    width:150px;
    background:#f2eded;
    color:#332525;
    float:left;
    cursor:pointer;
    font-size:13px;
    font-family: 'Segoe-UI', 'Segoe UI';
    margin:0px 10px 10px 10px;
    position: relative;
    left: 50%;
    text-align:center;
    padding:8px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
.top-category-issues a {
    display:inline-block;
    width:22%;
    min-width:200px;
    background:#f2eded;
    color:#332525;
    cursor:pointer;
    font-size:18px;
    font-family: 'Segoe-UI', 'Segoe UI';
    margin:0px 10px 10px 10px;
    text-align:center;
    padding:15px;
    border-radius:2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:bold;
}
.top-category-issues a:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.top-category-issues {
    /*float: right;
    position: relative;
    left: -50%;
    text-align: left;*/
    text-align: center;
}

.menu-category-columns {    
    list-style-type: none;

    /*
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;*/
    padding-left:15px;
}
.menu-category-columns div {

}
.menu-category-columns a {
    font-size:16px;
    border-left:1px solid #7f7878;
    cursor:pointer;
    padding:5px 15px;
    margin-bottom:10px;
    display:inline-block;
    height:32px;
    color: #f2eded;
}
.menu-category-columns a:before {
  content: "";
}
.menu-category-columns a:hover {
    background-color:#483434;
    text-decoration:none;
}
@media (max-width: 992px) {
    .menu-category-columns {
        list-style-type: none;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media (max-width: 500px) {
    .menu-category-columns {
        list-style-type: none;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
.grouped-posts {
    overflow: hidden;
    margin:0 auto;
}
.grouped-posts .left-container {
    width:245px;
    margin-top:-20px;
    float:left;
}
.grouped-posts .content-container {
    overflow: hidden;
    padding-left:15px;
}

.post {
    overflow: hidden;
    margin:0 auto;
}

.post .left-container {
    width:180px;
    margin-top:20px;
    float:left;
}
.post .content-container {
    margin-top:16px;
    overflow: hidden;
    padding-left:20px;
    padding-right:15px;
}
.post .content-container h1 {
    font-weight:bold;
    font-size:24px;
}
.post .content-container h3 {
    font-weight:bold;
    font-size:20px;
    margin-top:6px;
}
.post .content-container .content {
    padding-top:25px;
}
.post .content-container h4 {
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
}
.post .right-options-container {
    float:right;
    width:90px;
    margin-top:24px;
}
.post .right-container {
    float:right;
    width:180px;
}

.filter-title {
    margin-top:20px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
}
.k-dropdown {
    width:100% !important;
}
.k-multiselect, .k-dropdown > span {
    padding: 6px 12px !important;
    line-height: 1.428571429 !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    max-height: 30px;
   
}
.k-multiselect-wrap {
    height:20px;
}

#code-generateUrl {
    display:none;
    margin-top:10px;
}
#PostList {
    border:0px;
    width:100%;
    padding:15px 0px 0px 0px;
} 
.grouped-post {
    margin-bottom:10px;
    max-height:140px;
    height:140px;
}
.grouped-post-thumbnail, .no-fi {
    float:left;
    width:180px;
    height:140px;
}
.grouped-post-thumbnail a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.no-fi {
    background-color:#252525;
}

.featured-image-thumbnail {
    width: 180px;
    height: 140px;
    border-width: 0px;
}

.post-options {
    float:left;
    width:70px;
}

.grouped-post-options {
    float:left;
    margin-left:1px;
    width:70px;
    height:140px;
}
.grouped-post-options a, .post-options a {
    display:block;
    width:70px;
    height:70px;
}
    .grouped-post-options a {
        height: 140px;
    }
.grouped-post-options a:hover, .post-options a:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.grouped-post-options .group-post-mail, .post-options .group-post-mail {
    border-bottom:1px solid #FFF;
    height:69px;
    background:url(Images/icon-mail-white.png) #312222 no-repeat 14px 15px;
    background-size:40px;
}
.post-options .group-post-mail {
    height:70px;
}
.post-options .group-post-cart {
    background:url(Images/icon-cart-add-white.png) #312222 no-repeat 14px 16px;
    background-size:40px;
    border-bottom:1px solid #FFF;
}
.grouped-post-options .group-post-cart {
    background: url(Images/icon-cart-add-white.png) #312222 no-repeat 14px 50px;
    background-size: 40px;
    border-bottom: 1px solid #FFF;
}

.post-options .group-post-download {
    height:69px;
    background:url(Images/icon-download-white.png) #312222 no-repeat 14px 15px;
    background-size:40px;
}

.media-attachments-list .post-options {
    float:none;
    width:100%;
    height:70px;
    margin-bottom:15px;
}
.media-attachments-list .post-options a {
    float:left;
    margin-right:1px;
}

.grouped-post-info {
    margin-left:250px;
    padding: 10px 20px 10px 20px;
    letter-spacing:0.5px;
    background-color:#f6f3f3;
}
.in-shoppingcart {
    background-color:#cdf0cd !important;
}
.grouped-post-info a {
    display:block;
    width:100%;
    color:#474a53;
    height:120px;
}
.grouped-post-info a:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.grouped-post-info h3 {
    font-size:20px;
    font-weight:bold;
}
.grouped-post-info p {
    padding-top:3px;
    font-size:12px;
}
.grouped-post-info span {
    position:absolute;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    margin-top:105px;
}
#filter-visible-btn {
    margin-top:10px;
    display:none;
}
.monthly-highlights-container-mobile {
    display:none;
}
.content-footer {
    font-size:12px;
    margin-bottom:3px;
}

.post-category-list a {
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#000;
    padding-left:10px;
}

.post-issue-list {
    display:block;
    font-size:12px;
    color:#000;
    padding-left:10px;
}

.post-featured-image-mobile {
    display:none;
    margin-top:15px;
}

.tabs-trigger, .tabs-trigger:visited {
    display:block;
    width:100%;
    color:#f6f3f3;
    background-color:#312222;
    padding:10px 10px 10px 15px;
    font-family:Segoe-UIL;
    letter-spacing:2px;
    margin-bottom:1px;
    text-decoration:none;
}
.tabs-trigger:hover {
    text-decoration:none;
    color:#f6f3f3;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.tabs-trigger span {
    margin-right:10px;
}
.tabs-content {
    padding:15px;
    background:#f2eded;
    display:none;
}

.media-attachments-list .media-attachment img {
    width:100px;
    display:block;
    float:left;
    margin-right:10px;
}

.media-attachments-list .media-attachment span {
    display:block;
    font-size:12px;
    font-weight:bold;
}

.media-attachments-list .media-attachment a {
    width:200px;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
}

.media-attachments-list .media-attachment {
    margin-bottom:3px;
}

#preview-image {
    display:none;
    width:100% !important;
}

@media (max-width:1199px) {
    .grouped-post-info h3 {
        font-size:18px;
    }
}
@media (max-width:991px) {
    .grouped-posts .left-container {
        width:100%;
        margin-top:0px;
        float:none;
    }
    .grouped-posts .content-container {
        margin-left:0px;
    }

    .post .left-container {
        width:100%;
        float:none;
    }
    .post .right-options-container {
        width:100%;
        float:none;
    }
    .post .right-container {
        display:none;
    }

    .post .content-container {
        margin-left:0px;
    }

    .post-options {
        float:none;
        width:100%;
    }

    .post-options a {
        float:left;
        margin-right:1px;
    }

    #filter-visible-btn {
        display:block;
    }

    .filter-container {
        display:none;
    }
    
    .monthly-highlights-container-mobile {
        display:block;
    }

    .post-languageGroup-list {
        display:none;
    }

    .post-featured-image {
        display:none;
    }

    .post-featured-image-mobile {
        display:block;
    }
  
}
@media (max-width:747px) {
    .grouped-post-info p {
        display:none;
    }
    .monthly-highlights-container {
        display:none;
    }
}

@media (max-width:500px) {
    .grouped-post {
        width:251px;
        max-height:none;
        height:auto;
        margin-bottom:10px;
    }

    .grouped-post-info span {
        display:none;
    }
    .grouped-post-info h3 {
        line-height:23px;
    }
    .grouped-post-info {
        margin-left:0px;
        clear:both;
    }

    .grouped-post-info a {
        display:block;
        width:100%;
        color:#474a53;
        height:auto;
    }
}

.monthly-highlights-post {
    display:block;
    width:170px;
    float:left;
    cursor:pointer;
    font-size:10px;
    font-family: 'Segoe-UI', 'Segoe UI';
    font-weight:bold;
    margin:0px 10px 15px 10px;
    border-bottom:1px solid #ccc;
}
.monthly-highlights-post:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.monthly-highlights-post span {
    padding:5px;
    display:block;
    color:#000000;
}
.monthly-highlights-post img {
    width:170px;
}
@media (max-width:767px) {
    
}
.featured-image {
    position:absolute;
    width:80px;
    margin-top:80px;
    margin-left:-10px;
}

.is-new-release {
    position:absolute;
    padding: 10px;
    background:#332525;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.is-new-release span {
    font-size:20px;
    color:#FFF;
}
.contact {
    padding-left:0px !important;
    display:block;
    width:40px;
    height:40px;
    background:url(Images/icon-contact.png) no-repeat;
    background-size:38px;
    margin-top:15px;
    margin-right:5px;
}
.faq {
    padding-left: 0px !important;
    display: block;
    width: 43px;
    height: 40px;
    background: url(Images/icon-faq.png) no-repeat;
    background-size: 40px;
    margin-top: 15px;
    margin-right: 5px;
}
.shopping-cart {
    display:block;
    width:40px;
    height:40px;
    background:url(Images/icon-cart.png) no-repeat;
    background-size:40px;
    margin-top:15px;
    margin-right:10px;
}
.shopping-cart:hover,.contact:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.contact:hover {
    color:#000;
}
@media (max-width:767px) {
    .navbar-links > ul {
        display:none;
    }
}
.shopping-cart-count {
    color:#fff;
    width:100%;
    text-align:center;
    display:block;
    font-size:12px;
    margin-top:-3px;
    margin-left:2px;
}

.nav-menu-item a {
    display:block;
    float:left;
    width:74px;
    height:73px;
    cursor:pointer;
    background-size:74px 73px;
    text-transform:uppercase;
    font-size:10px;
    text-align:center;
    padding-top:48px;
    color:#f2eded;
    font-weight:bold;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}
.nav-menu-item a:hover {
    opacity: .5;
    text-decoration:none;
}

.nav-menu-item a.menu-search {
    background-image: url(../Content/Images/icon-search-white.png);
}

.nav-menu-item a.menu-articles {
    background-image: url(../Content/Images/icon-articles-white.png);
}
.nav-menu-item a.menu-radio {
    background-image: url(../Content/Images/icon-radio-white.png);
}
.nav-menu-item a.menu-digitalcontent {
    background-image: url(../Content/Images/icon-digitalcontent-white.png);
    background-position: 0px 4px;
    /*padding-top:43px;*/
}
.nav-menu-item a.menu-shopping-cart {
    background: url(../Content/Images/icon-cart-white.png) 15px 10px no-repeat;
    background-size:40px;
    margin-top:0px;
    margin-right:0px;
}
    .nav-menu-item a.menu-shopping-cart span {
        margin-left:0px;
    }
.nav-menu-item a.menu-contact {
    background: url(../Content/Images/icon-contact-white.png) 15px 10px no-repeat;
    background-size:35px;
    margin-top:0px;
    margin-right:0px;
}
.nav-menu-item a.menu-faq {
    background: url(../Content/Images/icon-faq-white.png) 18px 12px no-repeat;
    background-size:35px;
    margin-top:0px;
    margin-right:0px;
}
/*.nav-menu-item a.menu-contact {
    color:#FFF;
    font-size:25px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top:12px;
}*/
@media (min-width:768px) {
    .nav-menu-item {
        display:none;
    }
}
.k-window {
    width:80%;
    height:80%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ui-dialog {
    z-index:1040 !important;
}

.terms-of-use {
    font-weight:bold;
    font-size:12px;
}

audio {
    width:100%;
}

.search-container input, .search-container button {
    font-family:'Segoe-UI', 'Segoe UI' !important;
}

.shortcode-category-posts-container > p, .shortcode-issues-container > p, .shortcode-categories-container > p  {
    font-size: 24px;
    font-family: 'Segoe-UIL';
}
.shortcode-category-posts a {
    display:block;
    width:180px;
    float:left;
    cursor:pointer;
    font-size:12px;
    font-family:'Segoe-UI', 'Segoe UI';
    margin:0px 1px 0px 0px;
    position: relative;
    left: 50%;

    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.shortcode-category-posts a:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.shortcode-category-posts a span {
    padding:10px;
    display:block;
    color:#252525;
    background-color:#f6f3f3;
    overflow:hidden;
    height:72px;
}
.shortcode-category-posts a span p {
    margin:0;
}
.shortcode-category-posts a img {
    width:180px;
}
.shortcode-category-posts {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.shortcode-issues a {
    display:block;
    width:150px;
    background:#332525;
    color:#f2eded;
    float:left;
    cursor:pointer;
    font-size:13px;
    font-family:Segoe-UIL;
    margin:0px 10px 10px 10px;
    position: relative;
    left: 50%;
    text-align:center;
    padding:8px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shortcode-issues a:hover {
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.shortcode-issues {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.shortcode-categories {
    padding-left:20px;
}
.shortcode-categories a {
    font-size:14px;
    font-weight:bold;
    border-left:1px solid #808080;
    cursor:pointer;
    padding:6px 15px;
    margin-bottom:10px;
    display:inline-block;
    height:32px;
    color: #474a53;
}
.shortcode-categories a:before {
  content: "";
}
.shortcode-categories a:hover {
    background-color:#483434;
    text-decoration:none;
    color: #f2eded;
    font-weight:unset;
}
@media (max-width: 992px) {
    .shortcode-categories {
        list-style-type: none;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media (max-width: 500px) {
    .shortcode-categories {
        list-style-type: none;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.shortcode-subscribe-container {
    background:#f6f3f3;
    text-align:center;
    padding:15px;
}

.shortcode-subscribe-container a {
    border: 1px solid #fff;
    color:#252525;
    padding:10px 20px 10px 20px;
    display:inline-block;
    font-size:20px;
    font-family: Segoe-UIL;
}

.shortcode-subscribe-container a:hover {
    border: 1px solid #312222;
    color:#fff !important;
    background:#312222 !important;
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.shortcode-downloadpost {
    background:#f6f3f3;
    text-align:center;
    padding:15px;
}

.shortcode-downloadpost a {
    border: 1px solid #fff;
    color:#252525;
    padding:10px 20px 10px 55px;
    display:inline-block;
    font-size:20px;
    font-family: Segoe-UIL;
    background:url(../Content/Images/icon-download.png) no-repeat 10px 4px;
    background-size:40px;
}

.shortcode-downloadpost a:hover {
    border: 1px solid #312222;
    color:#fff;
    background:url(../Content/Images/icon-download-white.png) no-repeat 10px 4px #312222;
    background-size:40px;
    text-decoration:none;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#loginLink {
    display:block;
    width:40px;
    height:40px;
    position:absolute;
    margin-top:-32px;
    right:0;
    cursor:default;
}

.hidden-content {
    display:none;
}

.subscribe-form {
    padding:15px;
}
.subscribe-form label{
    font-weight:normal !important;
}
.subscribe-message {
    display:none;
    color:#ccc;
    font-size:17px;
}
.subscribe-form input {
    border-radius:0px;
}
.subscribe-form input[type=checkbox] {
    width:25px;
    height:25px;
}
.subscribe-form select {
    padding:5px;
}
.subscribe-form span {
    margin-top:6px;
    position:absolute;
}
.subscribe-type-validation {
    color:#ff0000;
    display:none;
}

#return-to-top {
    position: fixed;
    bottom: 70px;
    right: 40px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 8px;
}

.disclaimer {
    font-size:12px;
}

.menu-button {
    border: 1px solid #7f7878;
    color: #f2eded;
    padding: 10px 20px 10px 20px;
    display: block;
    font-size: 20px;
    font-family: Segoe-UIL;
    text-align:center;
    margin-bottom:12px;
}
.menu-button:hover {
    background-color:#483434;
    text-decoration:none;
    color: #f2eded;
}

.menu-contact {
    margin-top:25px;
    margin-bottom:15px;
}
.menu-contact, .menu-contact a {
    font-family:'Segoe-UI', 'Segoe UI';
    color:#f2eded;
    width:100%;
    text-align:center;
}

.results-blank {
    padding-left:20px;
    font-size:20px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #a7e6a9;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

  position:absolute;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index:1000;
  display:none;
}

#view-more {
    display:block;
    cursor:pointer;
    width:100%;
    color:#FFF;
    background:#312222;
    text-align:center;
    padding:15px;
    font-size:16px;
}
#view-more:hover {
    color:#FFF;
    text-decoration:none;
    background:#483434;
}
.select2-dropdown {
    z-index:2050!important;
}
.form-control-checkbox {
    height: 30px;
    width: 30px;
    display: block;
}

.shortcode-faq-container {

}
    .shortcode-faq-container .question {
        cursor: pointer;
        background: #312222;
        color: #FFF;
        padding: 15px;
        border-bottom: 1px solid #FFF;
        border-radius: 5px 5px 0px 0px;
        transition: 0.4s;
    }

    .shortcode-faq-container .question:hover {
        text-decoration: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    .shortcode-faq-container .answer {
        display: none;
        border-radius: 0px 0px 5px 5px;
        background: #f2eded;
        padding: 15px 25px;
        margin-bottom:7px;
    }
    .shortcode-faq-container .question span {
        width:18px;
        display:inline-block;
        font-weight:bold;
        font-size:16px;
    }

.accordion {
}

    .accordion h3 {
        cursor: pointer;
        background: #312222;
        color: #FFF;
        padding: 20px 15px !important;
        border-bottom: 1px solid #FFF;
        border-radius: 5px 5px 0px 0px;
        transition: 0.4s;
        font-family: 'Segoe-UI', 'Segoe UI' !important;
        font-size: 14px !important;
        border: 0px;
    }

    .accordion h3:hover {
        text-decoration: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.accordion div {
    display: none;
    border:0px;
    border-radius: 0px 0px 5px 5px;
    background: #f2eded;
    padding: 15px 25px;
    margin-bottom: 7px;
    /*height:auto !important;*/
}

    .accordion h3 span {
        width: 18px;
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
    }
    .accordion h3 span.ui-icon-plus {
        background-position: -16px -128px;
        background-image: url(jquery/images/ui-icons_ffffff_256x240.png);
    }
    ui-state-hover span.ui-icon-plus {
        background-position: -16px -128px;
        background-image: url(jquery/images/ui-icons_ffffff_256x240.png);
    }