@charset "UTF-8";
/* CSS Document */

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/*FONTS*/
@font-face {
    font-family: DinotRegular;
    src: url('//media.hardassetsalliance.com/images/fonts/DINOT-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: DinotLight;
    src: url('//media.hardassetsalliance.com/images/fonts/DINOT-Light.otf');
    font-weight: 400;
}

@font-face {
    font-family: DinotBold;
    src: url('//media.hardassetsalliance.com/images/fonts/DINOT-Bold.otf');
    font-weight: 400;
}

@font-face {
    font-family: ApexNew;
    src: url('//media.hardassetsalliance.com/images/fonts/ApexNew-Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: Dubiel;
    src: url('//media.hardassetsalliance.com/images/fonts/Dubiel.ttf');
    font-weight: 400;
}

@font-face {
    font-family: DubielItalic;
    src: url('//media.hardassetsalliance.com/images/fonts/DubielItalic.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(//themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url(//themes.googleusercontent.com/static/fonts/lato/v7/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(//themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(//themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(//themes.googleusercontent.com/static/fonts/lato/v7/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(//themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(//themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'), url(//themes.googleusercontent.com/static/fonts/opensanscondensed/v7/jIXlqT1WKafUSwj6s9AzV6XnXbwdDC8wAz6IIzmCDUP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}

/*TAGS*/
html {
    font-size: 16px;
}

body {
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    background-image: url('//media.hardassetsalliance.com/images/uploads/body_background.jpg');
}

body, div p, li, td {
    color: #39444a;
}

h3 {
    font-family: arial;
    font-size: 13px;
    line-height: 16px;
}

h3 a {
    text-decoration: none;
    color: #39454a;
}

/*GENERAL STYLES*/
.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.gold {
    color: #fdb94a;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.smart-metals {
    text-transform: capitalize
}

.metals {
    color: #fdb94a;
    font-weight: 800;
    font-family: DinotBold, Arial, sans-serif;
}

.gold-spacer {
    background-color: #ededed;
    height: 1px;
    width: 100%;
    margin: 1.5em 0px;
}

.gold-spacer-thick {
    background-color: #fdb94a;
    height: 3px;
    width: 100%;
    margin: 1.5em 0px;
}

.left-image {
    margin: 0px 20px 30px 0px;
    float: left;
}

.right-image {
    margin: 0px 0px 25px 40px;
    float: right;
}

.clr {
    clear: both;
    height: 1px;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.row {
    background-color: #fff;
}

/*BUTTONS*/
.button {
    background-color: #808084;
    color: #fff;
    padding: 7px;
    display: inline-block;
}

.button a, .button a:visited, .button a:hover {
    color: #fff;
    text-decoration: none;
}

.button img {
    vertical-align: middle;
    float: right;
    margin-left: 5px;
}

.backbutton {
    background-color: #808084;
    color: #fff;
    padding: 7px;
    display: inline-block;
}

.backbutton a, .button a:visited, .button a:hover {
    color: #fff;
    text-decoration: none;
}

.backbutton img {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.button-arrow {
    background: url('//media.hardassetsalliance.com/images/uploads/button-right-arrow.png') no-repeat 95% 50% #808084;
    padding-right: 28px;
}

.rounded {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*BANNERS*/
.banner {
    background-color: #807f82;
    margin: 0px;
    padding: 20px 0px 0px 380px;
    height: 84px;
}

.right-banner {
    background-color: #807f82;
    margin: 0px;
    padding: 20px 0px 0px 55px;
    height: 84px;
}

.banner H1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: 100;
    color: #FFF;
}

.right-banner H1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: 100;
    color: color: #fdb94a;
}

.banner-stress {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.one-line {
    line-height: 60px;
}

.two-line {
    line-height: 30px;
}

/*page specific banners*/
.secure-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/secure-banner.png');
    background-repeat: no-repeat;
}

.trusted-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/trusted-banner.jpg');
    background-repeat: no-repeat;
}

.platform-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/platform-banner.jpg');
    background-repeat: no-repeat;
}

.enroll-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/enroll-banner.jpg');
    background-repeat: no-repeat;
}

.login-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/login-banner.jpg');
    background-repeat: no-repeat;
}

.faq-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/faq-banner.jpg');
    background-repeat: no-repeat;
}

.bullion-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/bullion-banner.jpg');
    background-repeat: no-repeat;
}

.contact-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/contact-banner.jpg');
    background-repeat: no-repeat;
}

.news-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/news-banner.jpg');
    background-repeat: no-repeat;
}

.ira-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/IRA-banner.jpg');
    background-repeat: no-repeat;
}

.education-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/education-banner.png');
    background-repeat: no-repeat;
}

.videos-banner {
    background-image: url('//media.hardassetsalliance.com/images/uploads/videos-banner.png');
    background-repeat: no-repeat;
}

/*QUOTES*/
#quote {
    padding: 25px 0px 0px 60px;
}

.quote-wrapper {
    margin-bottom: 30px;
}

.quote-copy {
    font-family: DubielItalic, "Times New Roman";
    font-size: 18px;
    line-height: 26px;
}

.quoter {
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    font-family: DinotBold, Arial, sans-serif;
    text-align: right;
}

ul.tick {
    list-style: none;
}

ul.tick li {
    list-style: none;
    background: url('//media.hardassetsalliance.com/images/uploads/tick-black.png') no-repeat 0px 0px;
    padding-left: 25px;
    min-height: 25px;
}

/*HEADER*/
.header {
    background: url('//media.hardassetsalliance.com/images/uploads/gradient-upward2.jpg') repeat-x bottom #fff;
    min-height: 154px;
}

#logo {
    margin-top: 20px;
    margin-left: 66px;
}

#logo img {
    width: 179px;
    height: auto;
}

#buttons {
    margin: 30px 40px 0px 0px;
    text-align: right;
}

#contact {
    margin-right: 8px;
}

#login {
    background-color: #fdb94a;
    margin-right: 10px;
}

#kit {
    margin-right: 10px;
    padding-top: 6px;
}

#nav {
    padding: 0px 0px 0px 0px;
    text-align: left;
    min-height: 82px;
    min-height: 82px \9; /* IE8 and below */
    *min-height: 62px; /* IE7 and below */
    _min-height: 62px; /* IE6 */
    background: url('//media.hardassetsalliance.com/images/uploads/nav-gradient.png') repeat-x top #f3f3f3;
    margin: 0;
}

#nav ul {
    list-style: none;
    margin: 0;
}

#nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#nav ul li {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0 1.1em;
    height: 46px;
    margin-top: 20px;
    border-left: 1px solid #ddd;
}

#nav ul li:first-child {
    padding-left: 1em;
    border-left: none;
}

#nav a, #nav a:link, #nav:hover {
    text-decoration: none;
    color: #7f7e82;
    text-transform: uppercase;
}

#nav a.active {
    color: #fdb94a;
}

#nav a {
    position: relative;
    top: 15px;
}

#nav a:hover {
    border-bottom: 2px solid #E9AE4A;
}

#nav .nav-open-account {
    border-left: 0;
    padding: 0px;
    margin: 0;
    max-width: 200px;
}

#nav .nav-open-account span {
    margin: 0;
    *margin-top: -20px;
}

#nav .nav-open-account a {
    color: #fff;
}

#nav .nav-ira {
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

.nav-button {
    display: none;
}

/* hide the navigation button by default */

/*  IRA Banner */

.page-body .banner {
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: auto;
}

.page-body .banner li {
    list-style: none;
    margin: 0;
}

.page-body .banner ul li {
    float: left;
}

.banner .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}

.banner .dots li {
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 10px;
}

.banner .dots li.active {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 1;
}

/*  NEW IRA LP  */

div#precious-metal-ira {
    line-height: 130%;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding-right: 1em;
}

div#precious-metal-ira h2 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 3em;
    line-height: 100%;
}

div#precious-metal-ira h3 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #4c4c4c;
    margin: 1em auto;
    line-height: 110%;
    font-weight: bold;
}

div#precious-metal-ira h4 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #4c4c4c;
    margin: 1em auto;
    line-height: 110%;
    font-weight: bold;
}

.ira-content ul, .ira-content ol {
    margin: 1em 2em;
}

div.ira-intro-video div#vid-holder_wrapper {
    margin: auto;
    text-align: center;
}

div#precious-metal-ira div.contact-cta {
    padding: 0 0 1em 0;
    background-color: #f9f9f9;
    border: 1px dotted #ccc;
    margin: 2em auto;
    width: 50%;
    text-align: center;
    color: #888;
}

hr.dotted {
    border: 0;
    border-bottom: 1px dotted #999;
    height: 1px;
    width: 90%;
    margin: 1.5em auto;
}

.ira-content .gold-spacer-thick {
    margin: 2.5em auto;
}

div.transfer-box {
    float: left;
    width: 40%;
    background-color: #f9f9f9;
    border: 2px solid #F1C40F;
    padding: 0;
    margin-right: 1em;
    margin-bottom: 2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

div.transfer-box h4 {
    background-color: #F1C40F;
    margin: 0 !important;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
}

div.transfer-box p {
    color: #4c4c4c;
    padding: 0 1.5em;
}

div#rollover {
    margin-right: 0;
    border: 2px solid #f1990f;
}

div#rollover h4 {
    background-color: #f1990f;

}

.ira-header-right {
    margin-left: -3.3em;
    padding-top: 0px;
    padding-right: 3.39em;
    border-top: 0;
    margin-right: -1px;
}

.ira-header-right img {
    margin-left: 0em;
}

div#ira-sticker {
    background: #F8F8F8;
    padding: 0.5em;
    width: 283px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: relative;
}

div#ira-sticker ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    background-color: #999;
    margin-bottom: 1em;
}

div#ira-sticker ul li {
    margin: 0;

}

div#ira-sticker ul li a {
    border-bottom: 1px dotted #bbb;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0.5em;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0;
    line-height: 1em;
}

div#ira-sticker ul li:hover {
    background-color: #aaa;

}

div#ira-sticker h3 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    margin-bottom: 0.3em;
    font-size: 1.9em;
    line-height: 100%;
    color: #286B8E;
}

div.ira-form-right form {
    clear: right;
}

div.ira-form-right label {
    display: inline-block;
    width: 45px !important;
}

div.ira-form-right .field {
    background-color: #e9e9e9;
    border-radius: 3px;
    margin: 8px 0 15px;
    padding: 3px;
    width: 75%;
}

div.ira-form-right .privacy {
    font-size: 0.75em;
    margin-top: 1em;
}

div.ira-form-right .submit-button {
    background: url("//media.hardassetsalliance.com/images/uploads/button-right-arrow.png") no-repeat scroll 95% 50% #286B8E;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0 40px;
    padding: 10px 30px 10px 10px;
}

table.ira-metals-table {
    border-collapse: collapse;
    margin: 2em auto;
    width: 80%;
    background-color: #f8f8f8;
}

table.ira-metals-table th, table.ira-metals-table td {
    border: 1px solid #FFFFFF;
    padding: 5px;
    text-align: center;
}

table.ira-metals-table .table-row {
    background-color: #F2A019;
    color: #fff;
    font-size: 1.2em;
}

table.ira-metals-table td.metals-label {
    font-weight: bold;
    padding-left: 8px;
    text-align: left;
}

table.ira-metals-table th {
    background-color: #808084;
    color: #FFFFFF;
    font-size: 1.2em;
}

tr.altrow {
    background-color: #EEEEEE !important;
}

th.highlight-haa {
    background-color: #E9AE4A !important;
}

td.highlight-haa {
    background-color: #E9AE4A !important;
    color: #FFFFFF !important;
}

td.highlight-haa strong {
    color: #FFFFFF !important;
}

/*  Charts Page  */

div#charts-content {
    line-height: 130%;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding-right: 1em;
}

div#charts-content h2 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 3em;
    line-height: 100%;
}

div#charts-content h3 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #4c4c4c;
    margin: 1em auto;
    line-height: 110%;
    font-weight: bold;
}

div#charts-content h4 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #4c4c4c;
    margin: 1em auto;
    line-height: 110%;
    font-weight: bold;
}

#charts-content ul, #charts-content ol {
    margin: 1em 2em;
}

.charts-related p {
    margin: 0.5em 0 !important;
}

.charts-related p strong a {
    color: #000 !important;
    margin-bottom: 0 !important
}

.related-items-date {
    float: left;
    display: block;
    width: 30%;
}

.shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 7px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 7px;
    -o-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 7px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 7px;

}

div.branding {
    display: none;
}

.page-banner {
    clear: both;
}

.chart-large {
    height: 400px;
}

/*---------  EDUCATION LAYOUT ------------------ */

.margin-left-right {
    margin: 0 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

.default-body-fade {
    background: url('//media.hardassetsalliance.com/images/uploads/gradient-downward2.jpg') repeat-x top #fff;
    padding-top: 18px;
}

.default-body h1 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #4c4c4c;
    margin: 0.5em 0;
}

.grey-underline {
    border-bottom: 1px solid #999;
    padding-bottom: 0.2em;
}

.default-body p {
    margin: 1em auto;
}

.default-body h2 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #4c4c4c;
    margin: 0.5em 0;
    font-weight: normal;
}

.default-body h3 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #4c4c4c;
    margin: 0;
    font-weight: normal;
}

div#education-radio-logo {
    float: left;
    text-align: center;
    width: 28%;
    min-height: 130px;
    padding: 1em;
    background-color: #f0f0f0;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

div#education-radio-logo img {
    margin-top: 1em;
}

div#education-radio-right {
    margin-top: 2em;
    margin-left: 28%;
    min-height: 130px;

    padding: 1em 1em 1em 3.5em;
    background-color: #6b6b6b;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

div#education-radio-right h2 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    line-height: 120%;
}

div#education-radio-right p {
    font-size: 1em;
    color: #fff;
}

div#education-radio-right div.podcast-description {
    float: left;
    width: 55%;
}

div#education-radio-right div.podcast-box {
    float: right;
    width: 40%;
    text-align: center;
}

div#education-radio-right div.podcast-box h2 {
    font-size: 2em;
    font-family: DinotLight, Arial, sans-serif;
    margin-bottom: 0.3em;
}

div#education-radio-right div.podcast-box p {
    margin-top: 0.5em;
    font-size: 0.85em;
}

div#education-radio-right div.podcast-box a {
    color: #f1a440;
    text-decoration: none;
}

div#education-radio-right div.podcast-box a:hover {
    color: #fff;
}

div#education-radio-right div.podcast-box .libsyn-player {
    background-color: #fff;
    padding: 5px;
}

div#education-radio-right div.podcast-box .libsyn-player iframe {
    display: block;
}

div#education-free-reports {
    padding: 0 10px;
    background-color: #f0f0f0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

div#education-free-reports h1 .smaller {
    font-size: 0.78em;
    color: #333;
}

div#education-free-reports h2 {
    font-size: 1.2em;
    font-weight: bold;
}

div#education-free-reports img {
    float: right;
    margin: 0 0 0.5em 0.5em;
    width: 120px;
    height: auto;
}

div#education-free-reports hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #999999;
    border-image: none;
    border-style: none none dotted;
    border-width: 0 0 1px;
}

div#education-free-reports a {
    color: #FDB94A;
    text-decoration: none;
}

/*---------  HOME LAYOUT ------------------ */
.home-header {
    background: #dedede;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    clear: both;
}

.home-header-right {
    margin-left: -3.3em;
    padding-top: 7px;
    padding-right: 3.39em;
    border-top: 15px solid #f1a440;
    margin-right: -1px;
}

.home-header-right img {
    margin-left: 2em;
}

/*---------  HOME BANNER/HERO ------------------ */
#home-main-banner {
    padding: 0px 0px 0px 0px;
    margin: 0;
}

#home-main-banner img {
    display: block;
}

/*---------  HOME Page ------------------ */

.home-header-button {
    width: 195px;
    position: absolute;
    background-color: #4F5759;
    top: 275px;
    left: 100px;
    z-index: 100;
    font-weight: bold;
    font-size: 16px;
}

.home-header-button img {
    position: relative;
    display: block;
}

.home-header-button-download {
    width: 155px;
    z-index: 100;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #808084;
    margin-top: 10px;
    margin-left: 40px;
}

.home-header-button-download img {
    position: relative;
    top: 8px;
    display: block;
}

.home-body {
    background: url('//media.hardassetsalliance.com/images/uploads/gradient-downward2.jpg') repeat-x top #fff;
    padding-top: 18px;
}

.home-body-left {
    padding-left: 20px;
    padding-top: 10px
}

.home-body-left-header {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
}

#home-body-left-copy {
    margin: 20px 0;
}

/*#home-body-left-copy img {margin-bottom: 10px; }*/
#home-body-left-copy .alliance {
    text-align: center;
    padding: 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 5px
}

.home-body-right {
    padding-right: 20px;
    padding-top: 10px
}

.home-body h1 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 23px;
    color: #4c4c4c;
    margin: 0.5em 0;
}

.home-body p {
    margin: 1em auto;
}

.home-body h2 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #4c4c4c;
    margin: 0.5em 0;
    font-weight: normal;
}

.home-body h3 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #4c4c4c;
    margin: 0;
    font-weight: normal;
}

/*---------  HOME OPEN ACCOUNT ------------------ */

div#home-open-account {
    padding: 10px;
    background-color: #f0f0f0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

/*---------  HOME SMARTMETALS RADIO ------------------ */

div#home-radio-logo {
    float: left;
    text-align: center;
    width: 28%;
    padding: 1em;
    min-height: 90px;
    background-color: #f0f0f0;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

div#home-radio-logo img {
    max-width: 90%;
}

div#home-radio-right {
    margin-top: 1em;
    margin-left: 28%;
    min-height: 90px;
    padding: 1em 1em 1em 3.5em;
    background-color: #6b6b6b;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

div#home-radio-right p {
    font-size: 1em;
    color: #fff;
}

div#home-radio-right a {
    color: #F1A440;
    text-decoration: none;
}

div#home-radio-right a:hover {
    color: #F1A440;
    text-decoration: underline;
}

/*---------  HOME NEWS/MEDIA CENTER ------------------ */

div#home-newsletter a {
    color: #fdb94a;
    text-decoration: none;
}

div#home-newsletter h3 {
    margin: 0.5em 0;
}

div#home-newsletter h3 a {
    color: #4c4c4c;
    text-decoration: none;
}

div#home-newsletter a:hover {
    color: #000;
    text-decoration: underline;
}

/*---------  HOME NEWS/MEDIA CENTER ------------------ */

div#home-news a {
    color: #fdb94a;
    text-decoration: none;
}

div#home-news h3 {
    margin: 0.5em 0;
}

div#home-news hr {
    border: 0;
    border-bottom: 1px dotted #999;
}

div#home-news h3:first-child {
    margin-top: 0;
}

div#home-news h3 a {
    color: #4c4c4c;
    text-decoration: none;
}

div#home-news a:hover {
    color: #000;
    text-decoration: underline;
}

div#home-news p {
    margin: 0;
}

#home-body-main {
    padding-left: 36px;
}

#home-body-main-left, #home-body-main-middle, #home-body-main-right {
    float: left;
    width: 27%
}

#home-body-main-left, #home-body-main-middle {
    margin-right: 30px
}

#home-body-main-left h2, #home-body-main-middle h2, #home-body-main-right h2 {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 24px;
    line-height: 23px;
    color: #fdb94a;
    margin: 10px 0px;
    font-weight: 900;
}

.tagline {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 24px;
    line-height: 22px;
    margin: 12px 0;
}

#home-body-main-summary {
    clear: both;
    margin: 10px 92px 0px 0px;
    font-family: DinotLight, Arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #39444a;
}

#comparison-chart {
    background-image: url('//media.hardassetsalliance.com/images/uploads/chart_bg.png');
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 9px;
}

#comparison-chart .col-first {
    text-align: left !important;
}

.chart-header {
    color: #FFF;
    text-align: center;
}

div.home-buy-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 1.5em;
    min-height: 14em;
}

div.home-buy-box-image {
    float: left;
    width: 35%;
    text-align: center;
    margin: 0.5em;
}

div.home-buy-box-image img {
    max-width: 75px;
    max-height: 75px;
    height: auto;
    margin-bottom: 0.5em;
}

div.home-buy-box-description {
    float: right;
    width: 52%;
    margin-right: 0.5em;
}

div.home-buy-box-description .price {
    color: #7fd6ff;
    line-height: 16px;
    font-size: 12px;
    float: none;
    padding: 0;
}

div.home-buy-box h3 {
    color: #fff;
    padding: 5px 10px;
    font-size: 1em;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

div.buy-gold {
    border: 1px solid #f1a440;
}

div.buy-gold h3 {
    background-color: #f1a440;
}

div.buy-silver {
    border: 1px solid #9d9d9d;
    margin-bottom: 0;
}

div.buy-silver h3 {
    background-color: #9d9d9d;
}

div.home-products-bar {
    background: url('//media.hardassetsalliance.com/images/uploads/home-view-products-gradient.png') top repeat-x #4a4949;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 1.5em 0;
}

div.home-products-bar p {
    margin: 0;
    padding: 10px;
    font-size: 1.2em;
    color: #fff;
}

div.home-products-bar a {
    color: #f1a440;
    text-decoration: none;
}

div.home-products-bar a:hover {
    color: #efefef;
    text-decoration: underline;
}

div.home-chart > div.haa-chart {
    width: 100%;
    height: 200px;
}

div#home-map {
    margin: 1em auto;
}

div#home-movie {
    background-color: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

div#home-movie iframe {
    width: 95% !important;
    height: auto !important;
}

/*.left-sub-copy, #home-body-main-summary  {font-family: DinotLight, Arial, sans-serif; font-size:17px; line-height: 24px; color: #39444a; }*/

/*#members {font-family:DinotBold, Arial, sans-serif; font-size: 13px; line-height: 14px; margin-bottom:20px; }
    #member-logos img {margin: 5px 0px; }*/
/*INSIDE PAGES*/

/*MAIN COLUMN*/
.page-body {
    background-image: url('//media.hardassetsalliance.com/images/uploads/inside-main-col-bg.png');
    background-repeat: repeat-x;
    padding-bottom: 30px;
}

.page-body-main {
    padding: 45px 0px 0px 62px;
}

#globe-quote-wrapper, .page-body-right .page-body-main-header {
    border-bottom: #FFF 3px solid;
    margin: 0px 20px 20px 0px;
}

.page-body-main h2 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 18px;
    line-height: 36px;
}

.page-body-main p, li {
    margin: 10px 0px;
}

.page-body-main .page-body-main-header {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
}

.page-body-main ul {
    list-style: inside;
}

.page-body-main-news {
    padding: 2em;
    font: normal 15px/21px Arial;
    sans-serif;
}

.page-body-main-news ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-body-main-news p {
    margin: 15px 0 0 0
}

.page-body-main-news li {
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px dotted #fdb94a
}

.page-body-main-news li:first-child {
    margin: 0px;
    padding: 0 0 20px 0
}

.page-body-main-news .no-border li {
    border: 0;
}

.page-body-main-news h3 a {
    display: block;
    font: bold 2em DinotRegular, Arial, sans-serif;
    margin: 0 0 5px;
    text-decoration: none !important;
    color: #39454A;
}

.page-body-main-news h2 {
    font: bold 22px/28px DinotBold, Arial, sans-serif;
    margin: 25px 0 18px 0;
    text-decoration: none !important;
    color: #000
}

.page-body-main-news .byline,
.page-body-main-news .date {
    display: inline-block;
    color: rgb(128, 128, 128);
    font: 14px/16px DinotLight, Arial, sans-serif;
}

.page-body-main-news .byline + .date {
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px
}

.page-body-main-news .byline a {
    color: rgb(128, 128, 128)
}

ul.news-submenu {
    margin: 0;
    padding: 25px 0 0 0;
    list-style: none;
    background: #d9d8d8
}

ul.news-submenu li {
    margin: 0;
    padding: 0 20px
}

ul.news-submenu li a {
    font: bold 18px/20px DinotRegular, Arial;
    sans-serif;
    display: block;
    padding: 9px 0 8px 10px;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #39444a
}

ul.news-submenu li a:hover {
    background: #fdb94a;
    border-left: 0px solid #7e7d83;
    text-decoration: none;
    color: #fff
}

ul.news-submenu li a.on {
    background: #fdb94a;
    border-left: 0px solid #7e7d83;
    text-decoration: none;
    color: #fff
}

/*  About Us Nav */
div.left-nav {
    padding-left: 0;
}

.about-us-nav {
    padding: 45px 25px 50px 22px;
    background-color: #d9d8d8;
    background-image: url('//media.hardassetsalliance.com/images/uploads/page-body-right-bg.png');
    background-repeat: repeat-x;
    height: 100% !important;
}

ul.about-submenu {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    background: #d9d8d8
}

ul.about-submenu li {
    margin: 0;
    padding: 0 20px
}

ul.about-submenu li a {
    font: bold 16px/18px DinotRegular, Arial;
    sans-serif;
    display: block;
    padding: 9px 0 8px 10px;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #39444a
}

ul.about-submenu li a:hover {
    background: #fdb94a;
    border-left: 0px solid #7e7d83;
    text-decoration: none;
    color: #fff
}

ul.about-submenu li a.on {
    background: #fdb94a;
    border-left: 0px solid #7e7d83;
    text-decoration: none;
    color: #fff
}

.search-news form {
    margin: 0 0 40px 0
}

.search-news form .field {
    width: 90%;
    padding: 7px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 8px 0 5px 0;
}

.search-news h3 {
    font: bold 15px/20px DinotRegular, Arial;
    sans-serif;
}

.search-news .submit-button {
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #808084;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 0
}

.most-popular-article h3 {
    font: bold 22px/23px DinotRegular, Arial;
    sans-serif;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.most-popular-article ol,
.most-popular-article ul {
    margin: 15px 0px 15px 25px;
}

.most-popular-article li a {
    display: block;
    font: bold 16px/18px DinotRegular, Arial;
    sans-serif;
    color: #39454a;
    text-decoration: none;
    padding: 3px
}

.most-popular-article li a:hover {
    background: #e7e7e7
}

/*L COLUMN*/
.page-body-left {
    padding: 45px 30px 0px 55px;
    background-color: #d9d8d8;
}

.page-body-left ul {
    list-style: none;
}

.page-body-left li {
    background-image: url('//media.hardassetsalliance.com/images/uploads/button-right-arrow.png');
    background-repeat: no-repeat;
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
    padding-left: 30px;
    padding-bottom: 30px;
    background-position: 0px 4px;
}

.page-body-left li a, .page-body-left li a:visited, .page-body-left li a:hover {
    color: #fdb94a;
    text-decoration: none;
}

.page-body-left li.active {
    background-image: url('//media.hardassetsalliance.com/images/uploads/button-down-arrow.png');
    background-repeat: no-repeat;
}

.page-body-left ul li ul li {
    background: none;
    padding-left: 0px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 15px;
}

.page-body-left ul li ul li a, .page-body-left ul li ul li a:visited, .page-body-left ul li ul li a:hover {
    color: #39444a;
    text-decoration: none;
}

.page-body-left ul li ul li ul li {
    background: none;
    padding: 0px;
    color: #39444a;
    font-family: DinotLight, Arial, sans-serif;
    text-transform: none;
}

/*R COLUMN*/
.page-body-right {
    padding: 45px 25px 50px 22px;
    background-color: #d9d8d8;
    background-image: url('//media.hardassetsalliance.com/images/uploads/page-body-right-bg.png');
    background-repeat: repeat-x;
    height: 100% !important;
    margin-right: -2px;
}

.page-body-right h2 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 18px;
    line-height: 30px;
}

.page-body-right p {
    margin: 10px 0px 10px 0px;
    font-family: DinotLight, Arial, sans-serif;
}

#page-body-right-header {
    padding-bottom: 20px;
    border-bottom: #fff solid 2px;
}

.page-body-right-header-copy {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
}

.page-body-right .button {
    margin-top: 10px;
}

/*PAGE SPECIFIC ELEMENTS*/
/*CONTACT PAGE*/
.contact-box {
    width: 380px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #bfbfc1;
}

.contact-box.larger {
    height: 310px;
}

.contact-box.smaller {
    height: 210px;
}

.contact-box-header {
    height: 32px;
    background-color: #7f7e82;
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #fdb94a;
    padding: 5px 10px;
}

.contact-box-body {
    padding: 24px;
    font-size: 15px;
    line-height: 19px
}

.phone {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.phone-number {
    font-size: 20px;
    font-weight: bold
}

.contact-button {
    text-align: center;
}

/*FAQ PAGE*/
.faq-content h2 {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #fdb94a;
    margin-top: 35px;
}

.faq-content h2.first {
    margin-top: 0
}

.faq-content p {
    margin: -4px 0px 10px 0px;
}

.faq-content h3 {
    font-weight: normal;
}

.faq-content h3 a {
    display: block;
    margin: 8px 0;
    text-decoration: underline;
    font-size: 14px;
    line-height: 19px;
}

.faq-content h3 a:visited {
    color: #ccc
}

.faq-content h3 a:hover {
    color: #000
}

.faq-content img {
    margin-left: 10px;
}

.answer {
    border: 14px solid #d6d5d4;
    padding: 10px;
}

.close {
    text-align: right;
    text-transform: uppercase;
    display: block;
}

.close a:link, .close a:visited, .close a:hover {
    text-decoration: none;
    color: #7f7e82;
    font-size: 10px;
}

.first {
    margin-top: 0px !important;
}

/*TRUSTED ALLIES PAGE*/
.trusted-allias {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin: 45px 0
}

table#partners {
    margin: 20px 0
}

table#partners td {
    border-right: 1px solid #fdb94a;
    border-bottom: 1px solid #fdb94a;
    padding: 15px
}

/*table#partners td img{width:170px}*/
table#partners td.last-cell {
    border-right: none
}

table#partners td.bottom-cell {
    border-bottom: none
}

table#partners td.text {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    height: 100px
}

/*TRUSTED ALLIES PAGE - ABOUT US SECTION*/
table#partners-about {
    margin: 20px 0;
    width: 100%;
}

table#partners-about td {
    border-right: 1px solid #fdb94a;
    border-bottom: 1px solid #fdb94a;
    padding: 15px
}

table#partners-about td img {
    width: 140px;
    max-width: 140px !important;
}

table#partners-about td.last-cell {
    border-right: none
}

table#partners-about td.bottom-cell {
    border-bottom: none
}

table#partners-about td.text {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    height: 100px
}

/*BULLION PAGE*/
.product-category {
    background-image: url('//media.hardassetsalliance.com/images/uploads/gradient-downward2.jpg');
    background-repeat: repeat-x;
    padding-top: 20px;
}

.product-col-left {
    width: 306px;
    float: left;
    padding: 0px 50px 0px 25px;
    border-right: 1px solid #bfbfc0;
}

.product-col-right {
    width: 286px;
    float: left;
    padding: 0px 80px 0px 25px;
}

.product-name {
    font-family: DinotBold, Arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
}

.product {
    border-bottom: 1px solid #bfbfc0;
    padding: 32px 0px;
}

.last-product {
    border: none;
}

.products-links h3 {
    font-size: 18px;
    margin-bottom: 15px
}

a.products {
    margin: 5px;
    background: #fdb94a;
    padding: 4px 15px 4px 10px;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.products:hover {
    background: #808084
}

a.products img {
    padding-right: 3px;
}

/*Hide Mobile version of links*/
div.products-links-mobile {
    display: none;
}

/* SMART METALS PAGE */
.video-button {
    margin-left: 0px !important;
}

div.video-screenshot {
    color: #fff;
    text-align: center;
    width: 40%;
    margin-bottom: 2em;
}

div.video-screenshot div.button p {
    color: #fff !important;
}

div.video-screenshot p.video-title {
    margin-bottom: 5px;
    margin-top: 165px;
}

div#video-open-account {
    float: left;
    margin-left: 50px;
}

div#video-place-order {
    float: right;
    margin-right: 50px;
}

/* REGISTRATION */

#idFrame2, #login_iframe {
    width: 100% !important;
}

ul.enroll-forms {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.enroll-forms li {
    margin: 0;
    padding: 0
}

ul.enroll-forms li a {
    display: block;
    padding: 8px 0px 8px 30px;
    background: url(//media.hardassetsalliance.com/images/uploads/arrow-yellow.png) no-repeat 10px 10px;
    text-decoration: none;
    color: #39444a;
}

ul.enroll-forms li a:hover {
    background: #e3e2e2 url(//media.hardassetsalliance.com/images/uploads/arrow-yellow.png) no-repeat 10px 10px;
    color: #000
}

ul.enroll-forms h2 {
    font-size: 17px;
    line-height: 20px;
    margin: 20px 0 5px 0;
}

/* PRECIOUS METAL IRA */
ul.ira {
    list-style: none;
    margin: 30px;
}

ul.ira li {
    display: block;
    padding: 8px 0px 0px 30px;
    background: url(//media.hardassetsalliance.com/images/uploads/arrow-yellow.png) no-repeat 10px 10px;
    text-decoration: none;
    color: #39444a;
}

div.ira-compare {
    width: 45%;
    float: left;
    margin: 15px;
    padding: 0px;
    background-color: #f8f8f8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

div.ira-compare h2 {
    font-size: 1.8em !important;
    text-align: center;
    padding: 10px;
    background-color: #7E7D82;
    color: #fff;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    font-family: DinotLight, Arial, sans-serif;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 18px;
}

div#ira-questions {
    margin-right: 30px;
    width: 250px;
    margin: 50px 0 20px 0px;
}

div#ira-haa {
    margin-right: 30px;
}

div#ira-common {
    margin-right: 0px;
}

div.ira-compare p {
    padding: 0 15px;
}

div.ira-compare h3 {
    padding: 0 15px;
    margin: 10px 0;
}

div.ira-compare ol {
    margin: 20px;
    padding: 0 15px;
}

div.ira-compare ol ol {
    margin: 8px 0px 8px 20px;
    list-style: lower-latin;
}

div.ira-compare ol ol li {
    margin: 0;
}

div.ira-time-haa {
    padding: 5px 15px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #FDB94A;
    text-align: center;
    line-height: 130%;
    color: #fff;
    font-size: 1.2em;
}

div.ira-time-haa a {
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
}

div.ira-time-haa a:hover {
    color: #000;
}

div.ira-time-common {
    padding: 5px 15px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #7E7D82;
    text-align: center;
    line-height: 130%;
    color: #fff;
    font-size: 1.2em;
}

/*ADVANTAGE PAGE*/

div#haa-advantage {
    line-height: 130%;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

div#haa-advantage h2 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 3em;
    line-height: 100%;
}

div#haa-advantage h3 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #4c4c4c;
    margin: 1em auto;
    line-height: 110%;
    font-weight: bold;
}

div#haa-advantage h4 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #4c4c4c;
    margin: 1em auto;
    line-height: 110%;
    font-weight: bold;
}

.ira-content ul, .ira-content ol {
    margin: 1em 2em;
}

div#haa-advantage div.advantage-cta {
    padding: 0 0 1em 0;
    background-color: #F1A440;
    border: 1px dotted #ccc;
    margin: 2em auto;
    width: 70%;
    text-align: center;
    color: #888;
}

div#haa-advantage div.advantage-cta ul {
    text-align: left;
}

div#haa-advantage div.advantage-cta h3 {
    font-weight: normal;
    margin: 0.5em 0 0 0;
    color: #fff;
}

div#haa-advantage div.advantage-cta p {
    color: #fff;
}

hr.dotted {
    border: 0;
    border-bottom: 1px dotted #999;
    height: 1px;
    width: 90%;
    margin: 1.5em auto;
}

.ira-content .gold-spacer-thick {
    margin: 2.5em auto;
}

.advantage-header-right {
    padding-top: 0px;
    border-top: 0;
}

.advantage-header-right img {
    margin-left: 0em;
}

div#advantage-sticker {
    background: #F8F8F8;
    padding: 0.5em;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: relative;
}

div#advantage-sticker ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    background-color: #999;
    margin-bottom: 1em;
}

div#advantage-sticker ul li {
    margin: 0;

}

div#advantage-sticker ul li a {
    border-bottom: 1px dotted #bbb;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0.5em;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0;
    line-height: 1em;
}

div#advantage-sticker ul li:hover {
    background-color: #aaa;

}

div#advantage-sticker h3 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    margin-bottom: 0.3em;
    font-size: 1.7em;
    line-height: 100%;
    color: #333;
}

div.advantage-form-right {
    padding: 10px;
    background-color: #F1A440;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

div.advantage-form-right p {
    color: #fff;
}

div.advantage-form-right form {
    clear: right;
}

div.advantage-form-right label {
    display: inline-block;
    width: 50px !important;
    float: left;
}

div.advantage-form-right .field {
    background-color: #e9e9e9;
    border-radius: 3px;
    margin: 8px 0 15px;
    padding: 3px;
    width: 75%;

}

div.advantage-form-right .privacy {
    font-size: 0.75em;
    margin-top: 1em;
}

div.advantage-form-right .submit-button {
    background: url("//media.hardassetsalliance.com/images/uploads/button-right-arrow.png") no-repeat scroll 95% 50% #333;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 10px;
}

div.haa-advantage {
    padding: 5px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    background-color: #F8F8F8;
    line-height: 130%;
}

div#haa-advantage ul, div#haa-advantage ol {
    margin: 1em 0 1em 3em;
}

table.storage-rates-table {
    border-collapse: collapse;
    margin: 2em auto;
    width: 80%;
    background-color: #f8f8f8;
}

table.storage-rates-table th, table.storage-rates-table td {
    border: 1px solid #FFFFFF;
    padding: 5px;
    text-align: left;
}

table.storage-rates-table .table-row {
    background-color: #F2A019;
    color: #fff;
    font-size: 1.2em;
}

table.storage-rates-table th {
    background-color: #FDB94A;
    color: #FFFFFF;
    font-size: 1.2em;
}

/*  Charts right bar sticky  */

div#charts-sticker {
    background: #F8F8F8;
    padding: 0.5em;
    width: 283px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: relative;
}

div#charts-sticker h3 {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    margin-bottom: 0.3em;
    font-size: 1.9em;
    line-height: 100%;
    color: #286B8E;
}

div.charts-form-right form {
    clear: right;
}

div.charts-form-right label {
    display: inline-block;
    width: 45px !important;
}

div.charts-form-right .field {
    background-color: #e9e9e9;
    border-radius: 3px;
    margin: 8px 0 15px;
    padding: 3px;
    width: 75%;
}

div.charts-form-right .field {
    background-color: #e9e9e9;
    border-radius: 3px;
    margin: 8px 0 15px;
    padding: 3px;
    width: 95%;
}

div#charts-right-bar {
    padding: 1em;
}

div.charts-form-right .field-wrapper {
    position: relative;
}

.field-wrapper .fa-lock {
    position: absolute;
    top: 16px;
    right: 13px;
    font-size: 13px;
    color: #666;

div.charts-form-right input[type=text]:focus {
    box-shadow: 0 0 5px rgba(252, 176, 64, 1);
    border: 1px solid rgba(252, 176, 64, 1);
}

div.charts-form-right .privacy {
    font-size: 0.75em;
    margin-top: 1em;
}

div.charts-form-right .submit-button {
    background: url("//media.hardassetsalliance.com/images/uploads/button-right-arrow.png") no-repeat scroll 95% 50% #286B8E;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0 40px;
    padding: 10px 30px 10px 10px;
}

/*INVESTOR'S_KIT*/
.investor-kit h2 {
    font-size: 18px;
    line-height: 22px;
    background: url('//media.hardassetsalliance.com/images/uploads/check-kit.png') no-repeat 0 0;
    padding: 0 0 0 50px
}

.investor-kit h2.success {
    font-size: 18px;
    line-height: 22px;
    background: url('//media.hardassetsalliance.com/images/uploads/check-kit-success.png') no-repeat 0 0;
    padding: 0 0 0 50px;
    font-weight: bold
}

.investor-kit h2 span {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold
}

.investor-kit form {
    background: #fdb94a;
    width: 90%;
    padding: 4%;
    color: #000;
    margin: 10px 0 0 50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.investor-kit form .field {
    width: 95%;
    padding: 7px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 8px 0 15px 0;
}

.investor-kit .submit-button {
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #808084 url(//media.hardassetsalliance.com/images/uploads/button-right-arrow.png) no-repeat 95% 50%;
    padding: 5px 30px 5px 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 0 40px
}

.investor-kit p.privacy {
    padding: 5px 0 10px 50px
}

/*PRESS RELEASE*/
.press-content h1 {
    font: 36px/46px Georgia, serif;
}

.press-content .smart-metals {
    font-family: Arial
}

.press-content h2 {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #fdb94a;
    margin: 20px 0px 35px 0;
    font-weight: 900;
}

.press-content h3 {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin: 40px 0px 15px 0;
    font-weight: 900;
}

.press-content {
    font-size: 16px;
    line-height: 22px;
}

.press-content p {
    margin: 0 0 20px 0
}

.press-content p em {
    font: 18px/27px Georgia, serif;
    font-style: italic
}

.press-content ul.check {
    margin: 0 0 20px 10px;
    padding: 0 0 0 10px;
    list-style: none;
}

.press-content ul.check li {
    margin: 0 30px 0 10px;
    padding: 0 50px 25px 30px;
    font-weight: bold;
    background: url(//media.hardassetsalliance.com/images/uploads/check-gold-cm.png) no-repeat 0 0px;
}

/* Add This Toolbar  */
div.charts-add-this {
    width: 50%;
    margin: 0;
}

div.charts-add-this div {
    display: block;
    margin: 0;
    height: 30px;
}

}

/* CHARTS  LIGHT DARK TABS */

/* Generic Utility */
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#page-wrap {
    margin: 10px auto;
}

/* Specific to example one */

#tab-content {
    width: 100%;
    background: #fff;
    padding: 30px 10px;
    margin: 50px 0 20px 0;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    border: 1px solid #E9AE4A;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#tab-content h2 {
    font-size: 1.5em;
    font-weight: bold;
}

div#light-theme {
    margin-top: 20px;
}

#tab-content .nav {
    overflow: hidden;
    margin: -57px 0 10px 0;
}

#tab-content .nav li {
    width: 125px;
    float: left;
    margin: 0 10px 0 0;
}

#tab-content .nav li.last {
    margin-right: 0;
}

#tab-content .nav li a {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    padding: 5px;
    background: #959290;
    color: white;
    text-align: center;
    border: 0;
    text-decoration: none;
}

#tab-content .nav li a:hover {
    background-color: #111;
}

#tab-content ul {
    list-style: none;
}

#tab-content ul li a {
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    padding: 4px;
    color: #666;
}

#tab-content ul li a:hover {
    background: #fe4902;
    color: white;
}

#tab-content ul li:last-child a {
    border: none;
}

#tab-content li a.current, #tab-content li a.current:hover, #tab-content .nav li a:hover, #tab-content .nav li a:focus {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff !important;
    color: black;
    border: 1px solid #E9AE4A;
    border-bottom: 0;
}

#tab-content .nav li p {
    margin: 0;
    color: #888;
    font-style: italic;
    padding-top: 5px;
    font-size: 0.9em;
}

/* CHARTS  */

div#current-price {
    display: block;
    background-color: #E9AE4A;
    padding: 0px 10px;
    margin: 1.5em 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #ccc;
    -moz-box-shadow: 0 10px 6px -6px #ccc;
    box-shadow: 0 10px 6px -6px #ccc;
    width: 50%;
}

div#current-price h2 {
    font-size: 18px;
    margin: 0;

}

div#current-price span {
    font-weight: bold;
    color: #fff;
}

div.charts-dropdowns {
    display: block;
    background-color: #f5f5f5;
    padding: 8px 10px;
    margin: 1.5em auto;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #ccc;
    -moz-box-shadow: 0 10px 6px -6px #ccc;
    box-shadow: 0 10px 6px -6px #ccc;
}

form#charts-form label {
    font-weight: bold;
}

form#charts-form select {
    display: inline;
    margin-right: 2em;
}

div.charts div.gold-spacer {
    clear: both;
}

div.charts h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

div.chart-small {
    float: right;
    margin: 0 0 1em 1em;
    width: 380px;
    height: 250px;
}

div.chart-small div.haa-chart {
    width: 380px;
    height: 250px;
}

div.charts textarea {
    float: left;
    margin: 0 1em 1em 0;
}

div.chart-embed {
    float: right;
    margin: -5em 0 0.5em 1em;
    width: 400px;
    height: 250px;
}

div.chart-embed div.haa-chart {
    width: 400px;
    height: 250px;
}

p.embed-label {
    font-size: 0.8em;
    margin-top: 0;
}

p.embed-label a {
    text-decoration: none;
    color: #FDB94A;
}

p.embed-label a:hover {
    color: #FDB94A;
    text-decoration: underline
}

div#charts-seo-links {
    width: 80%;
    margin: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 1em 2em;

}

div.charts-seo-links-col {
    float: left;
    margin-right: 3em;
}

div.charts-seo-links-col h2 {
    font-size: 0.9em;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 5px;
}

div.charts-seo-links-col h2 a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

div.charts-seo-links-col ul {
    margin-left: 0px;
    font-size: 0.9em;
    list-style: none;
}

div.charts-seo-links-col ul a {
    color: #FDB94A;
    text-decoration: none;
    font-weight: bold;
}

div.charts-seo-links-col ul a:hover {
    color: #808080;
    text-decoration: underline;
    font-weight: bold;
}

div#charts-right-bar h2 span {
    font-style: italic;
    font-size: 0.8em;
}

div#charts-right-bar ul {
    list-style: none;
}

div#charts-right-bar ul li {
    background: url('//media.hardassetsalliance.com/images/uploads/tick-black.png') no-repeat 0px 0px;
    padding-left: 25px;
    min-height: 25px;
}

div#charts-right-bar .arrow li {
    background: url('//media.hardassetsalliance.com/images/uploads/arrow-yellow.png') no-repeat 0px 4px;
    padding-left: 25px;
    min-height: 25px;
}

div#charts-right-bar ol {
    padding-left: 25px;
}

div#charts-right-bar ol li {

    min-height: 25px;
}

div#charts-right-bar a {
    color: #000;
}

#chart-tabs {
    margin-bottom: 35px;
}

div#chart-tabs ul.tabs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d4d4d4;
    font-size: 1em;
    height: 28px;
    list-style: none outside none;
    margin: 0;
    padding-left: 0px;
}

div#chart-tabs ul.tabs li#chart-select {
    float: left;
    margin-left: 0;
    font-size: 1.2em;
    margin-top: 18px;
}

div#chart-tabs ul.tabs li#chart-select select {
    font-size: 0.95em;
}

div#chart-tabs ul.tabs li {
    display: block;
    float: left;
    height: 22px;
    line-height: 20px;
    margin: 0 10px 15px 0px;
}

div#chart-tabs ul.tabs li a {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #d4d4d4;
    color: #404040;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 22px;
    line-height: 20px;
    margin: 0;
    padding: 5px 30px 0px 30px;
    text-decoration: none;
}

div#chart-tabs ul.tabs li a.current {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #c18827;
}

div#chart-tabs ul.tabs li a.current:hover {
    background: none repeat scroll 0 0 #fff;
}

div#chart-tabs ul.tabs li a:hover {
    background: none repeat scroll 0 0 #ddd;
}

form#charts-form select {
    display: inline;
    margin-right: 0;
}

/*DISCLAIMER SECTION*/
.disclaimer {
    padding-top: 15px;
    margin-top: 10px;
}

.disclaimer hr {
    color: #fcb040 !important;
}

.disclaimer h3 {
    padding-bottom: 5px;
}

.disclaimer p {
    font-size: 12px;
    font-family: DinotRegular, Arial, sans-serif;
}

/*TOPBAR LOGIN*/

div#top-login {
    float: right;
    margin-left: 30px;
    margin-right: 40px;
    text-align: left;
    margin-top: 20px;
}

div#top-login h2 {
    margin: 5px 0;
    font-size: 1em;
}

div#top-login p {
    margin: 5px 0;
}

div#top-login label {
    display: inline-block;
    width: 5.5em;
}

div#top-login #Username {
    width: 150px;
}

div#top-login #Password {
    width: 150px;
}

.login_button_top {
    margin-left: 10px;
    display: inline;
    background-color: #F1A440;
    color: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
    cursor: pointer;
}

p.forgot-password-top {
    font-size: 11px;
    margin-top: 8px;
}

div#top-login input {
    padding: 0.5em;
    font-size: 1em;
    color: #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

div#top-login input:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
    color: #000;
}

/*  Pagination Links */
.pagination {
    border-top: 1px dotted #999;
    margin: 1em 20px;
    padding: 5px;
    font-size: 1.1em;
}

.pagination a {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.pagination a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}

.pagination strong {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

/*FOOTER GRADIENT */
.footer-gradient {
    background-image: url('//media.hardassetsalliance.com/images/uploads/gradient-upward2.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 89px;
}

/*FOOTER*/

.footer-newsletter {
    background: #f1a440;
    color: #fff;
    padding: 1.2em 5em;
    margin-top: 1em;
}

.footer-newsletter h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 2.2em;
    margin-bottom: 0.5em;
    line-height: normal
}

.footer-newsletter p {
    color: #fff;
    font-size: 1.1em;
}

.footer-newsletter form {
    float: right;
    width: 50%;
    vertical-align: middle;
    text-align: right;
    margin-top: 25px;
}

.footer-newsletter form label {
    float: left;
    margin-right: 15px;
    margin-top: 12px;
    margin-left: 60px;
}

.footer-newsletter form {
    float: right;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}

.footer-newsletter input {
    padding: 0.5em;
    font-size: 1em;
    color: #999;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.footer-newsletter input:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
    color: #000;
}

.footer-newsletter #email-submit {
    color: #fff;
    background: #808084;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    width: 110px !important;
}

.footer {
    background-color: #4f5759;
}

#footer {
    min-height: 73px;
    text-align: center;
}

.footer a:link, .footer a:visited {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer h2 {
    font-family: DinotLight, Arial, sans-serif;
    font-size: 18px;
    color: #b5b5b5;
    margin: 1em 0;
}

.footer ul {
    font-family: DinotRegular, Arial, sans-serif;
    font-size: 14px;
    list-style: none;
}

.footer li {
    padding-left: 18px;
    background-image: url(//media.hardassetsalliance.com/images/uploads/orange-bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
}

#footer-products {
    margin-left: 30px;
}

#footer-products, #footer-services, #footer-affiliates {
    border-right: 1px dotted #b5b5b5;
    min-height: 12em;
}

#footer-affiliates p {
    color: #efefef;
}

#footer-phone p {
    color: #efefef;
}

#footer-phone img {
    margin-top: 10px;
}

#footer-copyright {
    padding: 1em 2em;
    color: #b5b5b5;
    font-size: 0.9em;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #nav ul li {
        font-family: DinotRegular, Arial, sans-serif;
        font-size: 11px;
        text-align: center;
        padding-left: 7px;
    }
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
    .inline-subscribe__body .form-control {
        width: 300px;
    }
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    /*  .logo {background: url(logo2x.jpg) no-repeat; background-size: 212px 303px; }*/

}

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

    #fancybox-wrap {
        width: 90% !important;
        margin-left: -5em;
    }

    #fancybox-contents {
        width: 100% !important;
    }

    .login-content {
        /*margin-left: -62px !important;*/

    }

    div#subscribe-popup {
        width: 100% !important;
    }

    div#subscribe-popup img {
        width: 25% !important;
        height: auto !important;
    }

    .page-body-main {
        padding: 10px;
    }

    div.ira-compare {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    div.transfer-box {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    table.ira-metals-table {
        margin: 0;
        font-size: 0.8em;
    }

    table.ira-metals-table td {
        padding: 0px;
    }

    div#ira-sticker {
        position: normal;
    }

    /*  -----  Navigation -------  */
    #nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 100;
        min-height: 20px;
    }

    /* Navigation Button
      -------------------------------------------------------- */
    .nav-button {
        display: block !important;
        position: absolute !important;
        top: 7px !important;
        left: 7px !important;
        width: 50px !important;
        height: 35px !important;
        background: url('//media.hardassetsalliance.com/images/uploads/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background: url('//media.hardassetsalliance.com/images/uploads/menu-icon-large.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background: url('//media.hardassetsalliance.com/images/uploads/menu-icon-large.png'), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background: url('//media.hardassetsalliance.com/images/uploads/menu-icon-large.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: 21px, 100% !important;
        cursor: pointer !important;
        border: 0 none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
        box-shadow: 0 0 4px rgba(0, 0, 0, .7) inset !important;
        border-radius: 5px !important;
        z-index: 999 !important;
        text-indent: -9999px !important;
    }

    .nav-button:hover {
        background-color: rgba(0, 0, 0, .1) !important;
    }

    .nav-button.open {
        background: url('//media.hardassetsalliance.com/images/uploads/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background: url('//media.hardassetsalliance.com/images/uploads/close-icon-large.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background: url('//media.hardassetsalliance.com/images/uploads/close-icon-large.png'), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background: url('//media.hardassetsalliance.com/images/uploads/close-icon-large.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: 21px, 100% !important;
    }

    /* Navigation Bar
      -------------------------------------------------------- */
    body {
        padding-top: 0px !important;
    }

    .primary-nav {
        width: 100% !important;
        float: none !important;
        background-color: #d4d4d4 !important; /* change the menu color */
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) !important;
        display: block !important;
        height: 50px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .6) !important;
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        z-index: 500 !important;
        clear: both !important;
        margin-bottom: 0px;
    }

    .primary-nav li {
        display: none !important;
        width: 100% !important;
        font-family: Arial !important;
        margin: 0 !important;
        height: 30px !important;

    }

    .primary-nav li a {
        display: block !important;
        width: 90% !important;
        padding: 10px 5% !important;
        margin: 0 !important;
        height: 10px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .15) !important;
        color: white !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
        border-top: 1px solid rgba(255, 255, 255, .1) !important;

    }

    .primary-nav li a:hover {
        background-color: rgba(0, 0, 0, .5) !important;
        border-top-color: transparent !important;
    }

    .primary-nav > li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .2) !important;
    }

    /* Toggle the navigation bar open  */
    .primary-nav.open {
        height: auto !important;
        padding-top: 50px !important;
    }

    .primary-nav.open li {
        display: block !important;
    }

    /* Submenus optional .parent class indicates dropdowns */
    .primary-nav > li:hover > a {
        background: rgba(0, 0, 0, .5) !important;
        border-bottom-color: transparent !important;
    }

    .primary-nav li.parent > a:after {
        content: "?" !important;
        color: rgba(255, 255, 255, .5) !important;
        float: right !important;
    }

    .primary-nav li.parent > a:hover {
        background: rgba(0, 0, 0, .75) !important;
    }

    .primary-nav li ul {
        display: none !important;
        background: rgba(0, 0, 0, .5) !important;
        border-top: 0 none !important;
        padding: 0 !important;
    }

    .primary-nav li ul a {
        border: 0 none !important;
        font-size: 12px !important;
        padding: 10px 5% !important;
        font-weight: normal !important;
    }

    .primary-nav li:hover ul {
        display: block !important;
        border-top: 0 none !important;
    }

    #header nav li:first-child a {
        border-top-left-radius: 0em;
    }

    #nav .nav-open-account {
        border-left: 0 !important;
        padding: 0px 0 20px 20px !important;
        margin: 0 !important;
        height: 30px;
        max-width: 100% !important;
    }

    #nav .nav-open-account span {
        margin: 0 !important;
    }

    #nav .nav-open-account a {
        color: #fff !important;
    }

    #nav .nav-open-account img {
        display: none !important;
    }

    #nav .button {
        background-color: transparent !important;
        display: block !important;
        padding: 0 !important;
    }

    /*  ----- END Navigation -------  */
    /*  ----- Logo -------  */
    div#logo {
        display: none;
    }

    div.branding {
        display: block !important;
        margin-top: 0px;
        z-index: 600;
        position: absolute;
        top: -5px;
        right: 70px;
    }

    div#top-login {
        margin-top: 60px;
    }

    div.products-links {
        display: none;
    }

    div.products-links-mobile {
        display: block !important;
    }

    div.products-links-mobile h3 {
        font-size: 18px;
        margin-bottom: 15px
    }

    div.products-links-mobile a {
        background: none repeat scroll 0 0 #FDB94A;
        border-radius: 10px 10px 10px 10px;
        color: #FFFFFF;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        margin: 5px;
        padding: 4px 15px 4px 10px;
        text-align: center;
        text-decoration: none;
    }

    div#precious-metal-ira div.contact-cta {
        width: 90%;
    }

    #footer-products {
        margin-left: 0;
    }

    #footer-products, #footer-services, #footer-affiliates {
        border-right: 0;
    }

    .footer .last {
        padding-bottom: 20px;
    }
    

}

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

    .page-body .home-header-right {
        border-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-top: 0;
    }

    div#ira-sticker {
        width: 100%;
    }

    div.ira-form-right .submit-button {
        margin: 0 auto;
        padding: 10px 30px 10px 10px;
    }

}

/* login button in top nav styles begin */
.button-holder-top {
    float: left;
    display: block;
    width: 300px;
    height: 150px;
}

.button-top {
    display: block;
    float: left;
    border: none;
    border-radius: 10px;
    background-color: #f1a440;
    margin-left: 14px;
    margin-top: 40px;
    height: 40px;
    width: 226px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    padding: 0;
    font-family: "Open Sans" Arial, sans-serif;
    text-transform: none;
    -webkit-box-shadow: -1px 4px 0px -3px rgba(206, 134, 40, 1);
    -moz-box-shadow: -1px 4px 0px -3px rgba(206, 134, 40, 1);
    box-shadow: -1px 4px 0px -3px rgba(206, 134, 40, 1);
}

.button-top:hover {
    cursor: pointer;
    background: #bf7b22;
}

.forgot-links-top {
    display: block;
    float: left;
    width: 250px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans" Arial, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #808084;
}

.forgot-links-top a {
    font-weight: 700;
    color: #2f2fe5;
}

.forgot-links-top a:hover {
    text-decoration: none;
}

/* login button end */

