@font-face {
    font-family: 'GothamNarrowBook';
    src: url('fonts/GothamNarrowBook.eot');
    src: url('fonts/GothamNarrowBook.eot') format('embedded-opentype'),
         url('fonts/GothamNarrowBook.woff2') format('woff2'),
         url('fonts/GothamNarrowBook.woff') format('woff'),
         url('fonts/GothamNarrowBook.ttf') format('truetype'),
         url('fonts/GothamNarrowBook.svg#GothamNarrowBook') format('svg');
}
@font-face {
    font-family: 'GothamNarrowBold';
    src: url('fonts/GothamNarrowBold.eot');
    src: url('fonts/GothamNarrowBold.eot') format('embedded-opentype'),
         url('fonts/GothamNarrowBold.woff2') format('woff2'),
         url('fonts/GothamNarrowBold.woff') format('woff'),
         url('fonts/GothamNarrowBold.ttf') format('truetype'),
         url('fonts/GothamNarrowBold.svg#GothamNarrowBold') format('svg');
}
@font-face {
    font-family: 'GothamNarrowLight';
    src: url('fonts/GothamNarrowLight.eot');
    src: url('fonts/GothamNarrowLight.eot') format('embedded-opentype'),
         url('fonts/GothamNarrowLight.woff2') format('woff2'),
         url('fonts/GothamNarrowLight.woff') format('woff'),
         url('fonts/GothamNarrowLight.ttf') format('truetype'),
         url('fonts/GothamNarrowLight.svg#GothamNarrowLight') format('svg');
}
@media screen and (min-device-width: 994px) {
    * {
        outline: none;
        -webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
    }

    #sidebar {
        background: #605E4F;
        min-height: 300px;
        color: #FFF;
    }
}

.clearfix {
    overflow: auto;
    zoom: 1;
}
.clearfloat{
    clear:both
}
html, body, body > form{
	height:100%;
	position:relative
}
img.auth0-lock-custom-icon{
	width: 40px !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
}

.NewspaperSelector {
    float: right;
}

.PublicationSelector {
    background-color: #ad1f22;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-appearance: none;
    background: url("/images/global/DropDownArrowb.png") no-repeat right #ad1f22;
    margin-top: 5px;
    width: 210px;
    padding-left: 5px;
}

.GoToError, .GoToError:active, .GoToError:visited {
    text-decoration: underline;
    color: #0c26c2;
}

#ctl00_ContentPlaceHolder1_TipContent, #ctl00_ContentPlaceHolder1_DonationContent, #ctl00_ContentPlaceHolder1_OtherAmountContent {
    display: inline-block;
}

.MultiError {
    margin-bottom: 2%;
}

    .MultiError .notification {
        margin-bottom: 0% !important;
        margin-top: 0% !important;
    }

body.custom {
    color: #000;
    font-size: 14px;
    font-weight: 400;
	font-family:'GothamNarrowBook';
}

html {
    -webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
}

::selection {
    background-color: #ffd147;
}

::-moz-selection {
    background-color: #ffd147;
}

header, nav, section, article, aside, footer {
    display: block;
}

    a, .button, .zipButton, .regButton, .subNav > ul > li, header .sub-menu li, .topNav > div, .offerAll, .tt-form-submit.arrow:hover, a.button, #content-container .tt-form-submit.arrow, ul.pubSelection li ul li {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

a {
    color: #ad1f22;
    text-decoration: none;
}

    a.link:hover, .topNav a:hover {
        color: #333D4A;
    }

    a img {
        border: 0;
        outline: none;
    }

h1, h2, h3 {
    font-weight: 700;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.green {
    color: #16AB4F;
}

#content-container input[type="text"], #content-container input[type="password"] {
    margin-left: 0;
    margin-bottom: 20px;
}

.logo {
    height: 65px;
}

a.button, button.button, .button, .button-no, .buttonHover, .vm-button
 {
    height:40px;
	min-width:120px;
	padding: 6px 12px;
	text-align:center;
	text-transform:uppercase;
	border-radius: 3px;
	font-family:'GothamNarrowBold';
	margin-top:20px;
	font-size:13px;
	position:relative;
	top:1px;
	background:#990000;
	border:1px solid #990000;
	color:#fff
}
a.vm-button{
	text-decoration:none;
	display:inline-block;
	padding-top: 10px;
}

.button-no {
    background: transparent;
    color: #333D4A;
}

.button-zip {
    background: #ffd147 !important;
    padding-bottom: 25px;
    width: 120px;
    color: #333D4A !important;
}

    a.button:hover, button.button:hover, .button:hover, .button-zip:hover, .button-no:hover {
        color: #ffffff !important;
    }

input + img + a {
    color: #0F9196;
    font-size: 14px;
}

    input + img + a:hover {
        opacity: 0.5;
    }

input[type=checkbox] + label, input[type=radio] + label {
    margin-bottom: 20px;
}

.offerAll {
    float: right;
    font-size: 14px;
    line-height: 2;
    color: #54B7C6;
    font-family: 'GothamNarrowBook';
    font-weight: 400;
    letter-spacing: 0;
}

    .offerAll:hover {
        color: #0f9196;
    }

.footer-callout {
    padding: 0 0 20px 0;
}

header {
    padding: 10px 0 0;
    background: #FFFFFF;
}

    header a {
        color: #394e7a;
    }

.small_banner, .small_banner *, .banner * {
    background: transparent;
}

h2, h3, h4, h5 {
    color: #000;
    font-weight: 700;
}


footer {
    background-color: #222222;
    color: #ffffff;
    margin-top: 35px;
    padding-bottom: 30px;
	border-top:1px solid #cccccc
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

footer li {
    padding: 5px 0 0 0;
    margin: 0px;
    font-size: 13px;
}

footer h4.display {
    display: none;
}

.footer-copyright {
    width: 100%;
    margin: 10px 0 0;
}

    .footer-copyright > .center-wrap {
        border-top: 1px dotted #FFF;
        padding: 30px 0 0;
    }

    .footer-copyright ul {
        overflow: auto;
        margin: 0 0 15px;
        padding: 0;
        min-height: 31px;
    }

    .footer-copyright li {
        margin: 0;
        display: inline-block;
        padding: 0 14px 0 10px;
        border-right: 1px solid #CCC;
    }

        .footer-copyright li:first-of-type {
            padding-left: 0;
        }

        .footer-copyright li:last-of-type {
            border-right: none;
        }

footer a {
    color: #ffffff;
}

    footer a:hover {
        opacity: 0.6;
    }

footer h4 {
    color: #ffffff !important;
    font-weight: 700;
}

.footer-copyright a:last-of-type:after {
    content: '';
}

.main-wrap-slider {
    margin-top: 40px !important;
}

#main-wrap {
    margin-top: 0px;
    padding-top: 0;
}

#pub_links {
    height: 'auto';
    overflow: hidden;
}

.shadow.top, .shadow.bottom, .tt-overlay, .top-aside-shadow {
    display: none;
}

.banner-slider {
    min-height: 200px;
    margin-bottom: 30px;
}

#content-container {
    background: #FFF;
}

.our_pubs {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.our_pubs {
    margin-top: 0;
    text-align: center;
}

    .our_pubs:before {
        content: "";
        display: block;
        border-top: solid 1px #666666 !important;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

    .our_pubs span {
        background: #cccccc;
        padding: 0 20px;
        position: relative;
        z-index: 5;
        color: #808080 !important;
    }

.pointercenter {
    height: 30px;
    margin: 0 auto;
    width: 28px;
}

    .pointercenter img {
        height: auto;
        margin: -14px 0 0;
        position: relative;
        width: 28px;
    }

header.loggedIn nav {
    position: relative;
    top: 15px;
    padding: 0px 0 15px 0;
    margin: auto 0;
    text-align: center;
}

header.loggedIn .companyIdentity a {
    width: auto;
    margin: auto;
    display: block;
    text-align: center;
}

header.loggedIn .companyIdentity img {
    float: none;
}
header .sub-menu li{
	padding-left:10px;
	padding-right:10px
}
.table .rowSelected td {
    background-color: #fbe3e5 !important;
}

div.breadcrumbs {
    font-size: 14px;
    margin: 10px 0 0 -4px;
    width: 100%;
}

.top-aside * {
    color: #fff;
    text-shadow: none;
}

.subNav {
    background-color: #222222;
    background-repeat: repeat-x;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 4px;
	border-top:1px solid #333
}

    .subNav > ul {
        padding: 0;
    }

header nav a, .search .current_page_parent a {
    color: #FFF;
}

.subNav > ul > li {
    font-size: 15px;
    padding: 10px 12px;
    margin: 0 -4px 0 0;
    padding-right: 12px;
    cursor: pointer;
    font-weight: 600;
}

    .subNav > ul > li ul li a {
        color: #fff;
    }

    .subNav > ul > li ul li:hover {
        color: #666;
        background-color: #777;
    }

    .subNav > ul > li:hover {
        background: #666;
        color: #FFF;
    }

    .subNav > ul > li:last-of-type {
        border-right: none;
    }

    .subNav > ul > li:first-of-type {
        border-radius: 4px 0 0 0;
    }

/*
Violeta: #ad1f22
Verde: #96bc3d;
*/

/*-------------------------------------------------------------------------*/
/* Navigation + Sidebar
/*-------------------------------------------------------------------------*/
.sidebar .subnav .current_subpage a, .sidebar .subnav .current_subpage a:hover {
    background: url(../images/skins/submenu-active-silver.png) right top no-repeat;
    margin-right: -12px;
}

#memberBenefits h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#sidebar h2 {
    font-size: 34px;
    color: white;
    text-transform: capitalize;
}

#sidebar h3 {
    font-size: 24px;
    color: white;
    text-transform: capitalize;
    margin: 20px 0 10px;
}

#sidebar a {
    display: block;
    margin: 5px 0;
    color: #FFF;
}

    #sidebar a:hover {
        opacity: 0.5;
    }

    #sidebar a:before {
        content: "»";
        padding-right: 5px;
        margin-top: -2px;
    }

#sidebar > div {
    padding: 10%;
}

section > h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -1px;
    overflow: auto;
}

#mainContent section {
    margin-bottom: 30px;
    background: #EEE;
    padding: 3%; /*border-radius:5px;*/
}

.banner-slider > div > div {
    background: url(/dss/images/transparent-black-bg.png) repeat;
    background: rgba(0, 0, 0, 90%);
    min-height: 150px;
    margin: 15px 0;
    padding: 15px 20px;
    float: right;
    width: 55%;
    box-sizing: border-box;
}

.banner-slider {
    color: #FFF !important;
}

    .banner-slider > div > div h1 {
        padding: 0;
        margin: 0;
        font-size: 30px;
        font-weight: 700;
    }

#mainContent section + section {
    background: #F6F6F6 !important;
}

.zipInput {
    color: #333333;
    height: 30px;
    padding: 3px 4px 3px 10px;
    width: 80px;
    float: left;
    box-shadow: inset -2px 0px 6px -2px black;
    border: none;
    font-size: 16px;
}

.offerImage {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 3%;
}

.offerBox {
    overflow: auto;
    margin-bottom: 20px;
}

    .offerBox:last-of-type {
        margin-bottom: 0;
    }

    .offerBox h4 {
        font-weight: 300;
        font-size: 21px;
    }

.offerLink a {
    background: #000;
    display: inline-block;
    padding: 2px 6px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

    .offerLink a:hover {
        background: #54B7C6;
    }

nav a {
    font-size: 14px;
    text-decoration: none;
    padding: 3px 0;
}


.topNav {
    font-weight: 400;
}

    .topNav a {
        display: inline-block;
        font-size: 13px;
        padding: 6px 10px;
        margin-left: 10px;
        font-weight: 700;
        color: #ad1f22;
    }

.resN {
    display: none;
}

.one_half h3 {
    font-size: 21px;
    margin-top: 0px;
    padding-top: 20px;
}

.highlight {
    background: #f3f3f3;
    padding: 0 5% 5%;
}

.overflow {
    overflow: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul.pubSelection {
    margin: 0 0 20px;
    padding: 0;
    top: 0;
    left: 0;
}

    ul.pubSelection li {
        padding: 0;
        margin: 0;
        position: relative;
    }

        ul.pubSelection li ul {
            position: absolute;
            top: 0;
            padding: 0 !important;
            left: 141px;
            background: #333D4A;
        }

            ul.pubSelection li ul li {
                padding: 10px;
                margin: 0;
                color: #ffffff;
            }

                ul.pubSelection li ul li a {
                }

                ul.pubSelection li ul li:hover {
                    background: #1388D6;
                    color: #fff;
                }

                    ul.pubSelection li ul li:hover a {
                        color: #fff;
                    }

.vm-section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vm-sidebar {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
    color: #ffffff;
}

    .vm-sidebar > div {
        background: #333D4A;
        padding: 20px 20px 10px;
    }

        .vm-sidebar > div + div {
            background: #47505C url(../images/index/sidebar.png) no-repeat center top;
            padding: 30px 20px 10px;
            margin-bottom: 10px;
        }

    .vm-sidebar > ul, .vm-sidebar > a {
        margin: 0 20px;
    }

    .vm-sidebar .vm-button {
        width: 100%;
    }

.vm-container {
    width: 100%;
    margin-top: 50px;
}

.vm-box {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.vm-img {
    margin-right: 2%;
}

.vm-info {
    width: 100%;
    padding: 15px;
    min-height: 300px;
}

.vm-button {
}

.vm-bigbutton {
    display: block;
}

    .vm-button:hover, .vm-bigbutton:hover {
        background: #da4a52;
    }

.vm-section ul, .vm-section li {
    padding: 0;
    margin: 0;
}

    .vm-section ul li {
        list-style: square inside;
        margin-bottom: 10px;
    }

.vm-section h2, .vm-section h3 {
    margin: 0;
    font-size: 21px;
}

.vm-section h2 {
    color: #fff;
}

#burgermenu {
    display: none;
}

@media only screen and (min-width:768px) and (max-width:1165px) {
}

@media only screen and (max-width:768px) {
    header {
        text-align: center;
        border-bottom: 1px #ccc solid;
        margin-bottom: 10px;
    }

    .subNav {
        width: 100%;
        text-align: left;
    }

    .topNav a {
        margin: 5px 15px 0 0px;
    }

    .topNav {
        width: 100%;
        margin-top: 10px;
    }

    .PublicationSelector {
        position: absolute;
        right: 0px;
    }

    .flex-container {
        /*display: none;*/
    }

    .vm-sidebar {
        width: 35%;
    }

    .vm-info {
        padding: 0;
        min-height: 100px !important;
    }

    .vm-container {
        width: 100%;
        padding-top: 10px;
    }

    .one_half {
        width: 100%;
        margin-left: 0;
    }

        .one_third, .one_half + .one_half, .one_third + .one_third, .two_thirds + .one_third, .one_fourth + .one_fourth, .one_fifth + .one_fifth, .one_third + .two_thirds, .one_sixth + .one_sixth {
            width: 100%;
            margin-left: 0;
        }

    footer .one_third, footer .one_third + .one_third {
        width: 31%;
        margin-left: 2%;
        float: left;
    }

    .vm-section h2, .vm-section h3 {
        min-height: 0;
        margin: 0;
    }

    #burgermenu {
        display: block;
        width: 30px !important;
        margin-top: 5px;
    }

    nav select {
        display: none;
    }

    nav.subNav {
        display: none;
        background: none;
    }

    .subNav > ul > li {
        width: 100%;
        border-top: 1px solid #FFF;
        margin: 0;
        padding: 13px 0;
        text-indent: 10px;
    }

    header .sub-menu {
        position: relative;
        z-index: 2;
        left: 0px;
        top: 13px;
        width: 100%;
        box-shadow: none;
    }

    .subNav > ul {
        margin-bottom: 20px;
        background: #000;
    }

    .center-wrap {
        overflow: hidden;
    }

    .banner-slider {
        min-height: 0;
        margin-bottom: 0;
    }

        .banner-slider > div > div {
            margin-top: 0;
        }

    .sidebar {
        display: none;
    }

    .banner-slider > div > div {
        width: 100%;
    }

    h3 + p {
        margin-top: 10px;
    }
    footer .one_fourth, footer .one_fourth + .one_fourth {
        width: 50%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .vm-one-half, .vm-sidebar, .vm-container {
        width: 100%;
    }

    footer h4 {
        margin-bottom: 5px;
    }

    footer ul {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    footer .one_third, footer .one_third + .one_third {
        width: 100%;
        margin-left: 0;
    }

    .PublicationSelector {
        position: relative;
    }

	footer .one_fourth {
        width: 100% !important;
        margin: 0;
        float: none;
        margin: 0 !important;
    }
	footer ul li ul li + li {
		display:inline-block;
		margin-right:15px
	}
	footer ul li ul li + li:before {
		content:"•";
		margin-right: 3px

	}
}

.unsubscribeInput {
    width: 300px !important;
}

/************************************************INDEX BOXES*/
.index-boxes {
    background: whitesmoke;
}

.index-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px 15px 15px;
    box-shadow: 1px 1px 10px -3px black;
}

    .index-box h4 {
        font-weight: 400;
        font-size: 20px;
        color: #000;
        text-align: center;
    }

    .index-box > div {
        min-height: 130px;
    }

.welcomeMessage {
    margin-top: 20px;
}

.vm-widthbutton {
    display: block !important;
}

.homeButton img {
    height: 18px;
    margin-bottom: -4px;
}

.myProfileChangeLoginLabel {
    display: inline-block !important;
}

.under {
    display: block;
}

.square {
    width: 90%;
}
#content-container input[type="text"].medium {
    width: 200px;
}
}#content-container input[type="text"].small{
    width:100px;
}
#content-container select{
    margin-bottom:20px
}
.and{
    margin: 0 5px 20px 0;
  display: inline-block;
  vertical-align: middle;
}
#matchAcctForm{
    margin-top:20px
}
.matchSelect{
    margin:0
}
.flexslider .slides img {
	max-width: inherit !important;
	width: auto !important;
	border-radius: 4px !important;
	margin: 0 auto 0;
}
.flex-container {
    width: 960px !important;
	text-align:center
}
.small_banner h3{
    font-size:15px;
    font-weight:700;
    margin-bottom:0
}
@media (max-width: 767px) {
	.flex-container {
		display: block !important
	}
	.flex-container {
		width:100% !important
	}
	.flexslider .slides img {
		max-width: 100% !important;
		width: 100% !important;
		border-radius: 0 !important;
		max-height: inherit;
		margin: 0 auto 0;
	}
}

.error-password{
	color:#ad1f22;
	Background: url(../images/icon-close.png) no-repeat left center;
	background-size:10px;
	padding-left:15px
}

.ui-dialog > .ui-widget-header {
    background: #990000;
}
body .auth0-lock.auth0-lock .auth0-lock-header-logo {
    width: auto;
    height: 85px;
    display: inline-block;
    margin: 10px 0 11px;
    vertical-align: middle;
    transition: margin-top 0.4s;
}
.auth0-lock.auth0-lock .auth0-lock-header-logo.centered {
    margin-top: 10px !important;
}

#toggledOfferCode {
    margin-bottom: 25px;
}

#toggledOfferCode input[type="text"], #toggledOfferCode input[type="button"] {
    margin-bottom: 0px;
    margin-top: 0px;
}

.GreetingBanner {
    color: #000;
}
.margin-top-20{margin-top: 20px;}
.marginbottom10{margin-bottom:10px;}
.margin-botthom-5{margin-bottom:5px !important;}
.margin-botthom-0{margin-bottom:0px !important;}
