﻿body{
    
}

.body-content {
    padding-top: 36px;
    min-height: 360px;
}

hr {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
}

.hidden {
    display: none;
}

.logged-in-name, .logged-in-name a {
    color: #0f0f0f;
}

.logged-in-name {
    display: inline-block;
    position: relative;
    top: 10px;
    left: -6px;
    padding-bottom: 6px;
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
}

.logged-in-name a:hover {
    border-bottom: 1px solid #0f0f0f;
}

.unsubscribe {
    padding-top: 1em;
    padding-bottom: 6em;
}

.unsubscribe p {
    text-align: center;
}

/* Mobile Nav */

.drag-target {
    display: none; /* must hide to allow right hand top-link to work, but this may interfere with mobile behaviour? */
}

#mobile-nav.side-nav {
    background-color: #311b92;
    top: 100px;
}

#mobile-nav.side-nav .btn-rounded-18 {
    height: 38px !important;
    line-height: 38px !important;
    width: 186px !important;
    font-size: 0.75em;
    margin: 0 auto;
    font-weight: normal;
}

#mobile-nav li {
    padding: 0px;
    text-align: center;
}

#mobile-nav li a {
    border-right: none;
    color: #ffffff;
    margin: 0px;
    font-weight: normal;
    height: auto;
    line-height: normal;
}

#mobile-nav ul.top-links {
    border-bottom: 1px solid #45319a;
}

#mobile-nav ul.top-links li {
    text-align: center;
}

#mobile-nav ul.top-links li.first {
    border-right: 1px solid #45319a;
}

#mobile-nav ul.top-links li a {
    margin: 0px;
    text-decoration: none;
    height: 76px;
    line-height: 76px;
    font-size: 1.125em;
    font-weight: 600;
}

#mobile-nav ul.middle-links {
    margin: 0px;
    padding: 0px;
}

#mobile-nav ul.middle-links li {
    padding: 0px;
    height: auto;
    line-height: normal;
    text-align: center;
    background-color: #311b92;
    padding-top: 12px;
}

#mobile-nav ul.middle-links li:hover {
    background-color: #311b92;
}

#mobile-nav ul.middle-links li a {
    margin: 0px;
}

#mobile-nav ul.middle-links li .btn-plain-on-blue {
    background-color: #ffffff;
    color: #484848;
}

#mobile-nav ul.lower-links {
    margin-top: 1em;
}

#mobile-nav ul.lower-links li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* End of Mobile Nav */

/* Helpers */

.emphasis {
    color: #ff6d00;
}

.large-pad {
    padding-top: 128px;
    padding-bottom: 128px;
}

.medium-pad {
    padding-top: 76px;
    padding-bottom: 76px;
}

.page-top {
    background-color: #673ab7;
    text-align: center;
}

.page-top h1 {
    font-size: 2.375em;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.page-top h2 {
    font-size: 1em;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
p.note {
    color: #9a9a9a;
    font-size: 0.875rem;
}

div.section div.section-header {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 18px;
    margin-top: 42px;
}

div.section div.section-header p.note {
    padding-top: 12px;
}

div.section div.section-header h3 {
    color: #404040;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0px;
    padding: 0px;
}

a.helper {
    display: block;
    border: 1px solid #e0e0e0;
    font-size: 1.5rem;
    padding: 1px 0px 0px 9px;
    font-style: italic;
    font-weight: 500;
    color: #757575;
    width: 42px;
    outline: none;
}

div.section div.section-header h3 a.helper {
    float: right;
}

span.chevron-right {
    display: block;
    background-image: url('/lib/img/chevron-right-grey.png');
    background-repeat: no-repeat;
    background-position: 0px;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -ms-transition: all 0.65s;
    -o-transition: all 0.65s;
    transition: all 0.65s;
    transition-timing-function: ease-in-out;
}

a.helper span.chevron-right {
    float: right;
    margin-top: 7px;
    margin-right: 9px;
}

.rotated {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

a.helper span.chevron-right.rotated {
    margin-top: 5px;
}

ul.plain li {
    background-image: url('/lib/img/small-arrow-right-on-white.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    color: #757575;
    margin-bottom: 4px;
    font-size: 0.875rem;
}

ul.plain li a {
    color: #757575;
}

ul.large-tick li {
    background-image: url('/lib/img/tick-circle.png');
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 40px;
    padding-bottom: 24px;
    color: #1f1e20;
    font-size: 1.25em;
}

ul.large-tick li a {
    color: #ff6d00;
}

ul.large-tick li p {
    color: #757575;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0px;
    margin-top: 10px;
}

button.like-link {
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
    text-transform: uppercase;
}

button.like-link.emphasis {
    color: #eb6521;
}

button.like-link:hover {
    border-bottom: 1px solid #ffffff;
}

button.like-link.emphasis:hover {
    border-bottom: 1px solid #eb6521;
}

/* End of Helpers */

/* Forms */

.file-field .btn {
    background-color: #673ab7;
}

.file-field .btn:hover {
    background-color: #8650e4;
}

fieldset.form-alt {
    padding-top: 24px;
    padding-bottom: 24px;
}

fieldset.form-alt.no-pad-top {
    padding-top: 0px;
}

fieldset.form-alt.no-pad-bottom {
    padding-bottom: 0px;
}

/* Hack row/col spacing */

fieldset.form-alt .row {
    margin-left: -6px;
    margin-right: -6px;
}

fieldset.form-alt .row .col {
    padding: 0 4px;
}

fieldset.form-alt .row .col .row {
    margin-bottom: 0px;
    margin: 0px -4px;
}

/* End of Hack row/col spacing */

fieldset.form-alt .col.lbl {
    color: #404040;
    padding-top: 11px;
    font-weight: 500;
}

fieldset.form-alt input, fieldset.form-alt textarea {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px 0px 8px;
    margin: 0px !important;
    color: #404040;
    line-height: normal;
    background-color: #ede7f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

fieldset.form-alt textarea {
    padding: 12px 8px 12px 8px;
    height: 120px;
}

fieldset.form-alt input::-webkit-input-placeholder {
   color: #96929c;
}

fieldset.form-alt input:-moz-placeholder { /* Firefox 18- */
   color: #96929c;  
}

fieldset.form-alt input::-moz-placeholder {  /* Firefox 19+ */
   color: #96929c;  
}

fieldset.form-alt input:-ms-input-placeholder {  
   color: #96929c;  
}

fieldset.form-alt select {
    display: inline;
    height: 45px;
    border: none;
    background-color: #ede7f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

fieldset.form-alt select:focus {
    outline: none;
    height: 45px;
    background-color: #e1d9ef;
}

fieldset.form-alt .cb-list {
    padding-top: 4px;
}

fieldset.form-alt .cb-list .cb-item {
    padding: 8px;
    padding-left: 10px;
    background-color: #ede7f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 8px;
}

fieldset.form-alt .cb-list .cb-item input {
    
}

fieldset.form-alt .cb-list .cb-item label {
    color: #404040;
}

fieldset.form-alt [type="checkbox"] + label {
    padding-left: 30px;
}

fieldset.form-alt [type="checkbox"].filled-in + label:after {
    top: 2px;
    border: 1px solid #d5d0de;
    background-color: #ffffff;
}

fieldset.form-alt [type="checkbox"].filled-in:checked + label:after {
    background-color: #673ab7;
    border-color: #673ab7;
}

fieldset.form-alt [type="checkbox"].filled-in:checked + label:before {
    top: 2px;
}

fieldset.form-alt .cb-list-alt .cb-item {
    padding-top: 10px;
    clear: both;
}

fieldset.form-alt .cb-list-alt .cb-item label {
    color: #404040;
    font-size: 0.875rem;
}

fieldset.form-alt .cb-list-alt .cb-item label a
{
    color: #ff6d00;
}

fieldset.form-alt .cb-list-alt .cb-item label a:hover {
    border-bottom: 1px solid #ff6d00;
}

fieldset.form-alt .cb-list-alt .cb-item [type="checkbox"].filled-in + label:after {
    top: 2px;
    border: 1px solid #e1d8f1;
    background-color: #ede7f6;
}

fieldset.form-alt .cb-list-alt .cb-item [type="checkbox"].filled-in:checked + label:after {
    background-color: #673ab7;
    border-color: #673ab7;
}

fieldset.form-alt input[type=checkbox].filled-in {
    display: inline !important;
}

/* End of Forms */

/* Validation */

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f05050;
    background-color: #ffebeb;
    color: #f05050;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 40px;
    padding-bottom: 14px;
}

.validation-summary-errors span {
    display: block;
    color: #f05050;
    background-image: url('/lib/img/error.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 32px;
    font-size: 0.9125rem;
    font-weight: 600;
    padding-top: 1px;
    padding-bottom: 4px;
}

.validation-summary-errors ul li {
    color: #403a3a;
    font-size: 0.9125rem;
    line-height: 1.5rem;
    padding-bottom: 4px;
}

/* End of Validation */

/* Mini privacy */

.mini-privacy {
    color: #9a9a9a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8125rem;
    padding: 18px;
}

.mini-privacy p {
    margin: 0px;   
    padding-right: 32px;  
    background-image: url('/lib/img/info-circle.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.mini-privacy p a {
    color: #ff6d00;
}

.mini-privacy p a:hover {
    border-bottom: 1px solid #ff6d00;
}

/* End of mini privacy */

/* Scroll nav */

#scroll-nav {
    height: 120px;
    width: 20px;
    position: fixed;
    top: 50%;
    right: 12px;
    z-index: 997;
}

#scroll-nav a {
    display: block;
    height: 10px;
    width: 10px;
    margin-bottom: 10px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #cccccc;
    transition-duration: 0.25s;
    transition-property: background-color, margin-bottom, margin-top;
    transition-timing-function: ease-in-out;
}

#scroll-nav a:hover {
    background-color: #ff6d00;
}

#scroll-nav a.active {
    background-color: #ff6d00;
}

/* End of scroll nav */

/* Next and Prev Arrows */

a.slider-action {
    display: block;
    width: 9px;
    height: 15px;
    margin: 0 auto;
    margin-top: 46px;
    background-repeat: no-repeat;
    background-position: center center;
}

a.slider-action.small {
    height: 16px;
    width: 18px;
}

a.slider-action.prev {
    background-image: url('/lib/img/arrow-left-white-med-inactive.png')
}

a.slider-action.next {
    background-image: url('/lib/img/arrow-right-white-med-inactive.png')
}

a.slider-action.prev:hover {
    background-image: url('/lib/img/arrow-left-white-med-active.png')
}

a.slider-action.next:hover {
    background-image: url('/lib/img/arrow-right-white-med-active.png')
}

a.slider-action.prev.small, a.slider-action.prev.small:hover {
    background-image: url('/lib/img/arrow-left-white-small.png')
}

a.slider-action.next.small, a.slider-action.next.small:hover {
    background-image: url('/lib/img/arrow-right-white-small.png')
}

/* End of Next and Prev Arrows */

/* Footer */

footer.page-footer {
    clear: both;
    background-color: #311b92;
    padding-top: 128px;
    margin-top: 0px;
}

footer.page-footer h5 {
    font-size: 0.75rem;
    color: #847cb7;
    text-transform: uppercase;   
    font-weight: 600;
}

footer.page-footer ul li {
    background-image: url('/lib/img/small-arrow-right-on-blue.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 0.875rem;
}

footer.page-footer ul li a {
    color: #ffffff;
}

footer.page-footer p {
    color: #ffffff;
    font-size: 0.875rem;
}

footer.page-footer ul li a:hover{
    border-bottom: 1px solid #ffffff;   
}

footer.page-footer div.footer-copyright {
    background-color: #ffffff;
    min-height: 120px;
    margin-top: 128px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1rem;
}

footer.page-footer div.footer-copyright p {
    font-size: 0.75rem;
    color: #a2a2a2;
}

footer.page-footer div.footer-copyright p.notice {
    float: left;
    line-height: 1.4em;
    margin-top: 1px;
    padding-left: 16px;
}

footer.page-footer div.footer-copyright p.notice a {
    color: #311b92;
}

footer.page-footer div.footer-copyright p.notice a:hover {
    border-bottom: 1px solid #311b92;
}

footer .btn-plain-on-blue {
    margin-top: 6px;
    margin-bottom: 12px;
}

footer.page-footer .or-short {
    display: none;
}

footer.page-footer .or-long {
    display: inline;
}


/* End of Footer */

/* Job Cards */

.job.card {
    padding-top: 0px;
}

.job.card .card-content {
    padding: 0px;
}

.job.card .upper-panel {
    background-color: #ede7f6;
    margin: 2px;
    padding: 28px;
}

.job.card .upper-panel .row {
    margin-bottom: 0px;
}

.job.card .card-action {
    text-align: right;
    height: 46px;
    padding-top: 11px;
    padding-right: 0px;
}

.job.card .card-action a {
    font-weight: 600;
    font-size: 0.8125em;
    color: #1f1e20;
}

.job.card .card-action a:hover {
    color: #1f1e20;
    border-bottom: 1px solid #1f1e20;
}

.job.card .card-action a.emphasis {
    color: #ff6d00;
}

.job.card .card-action a.emphasis:hover {
    color: #ff6d00;
    border-bottom: 1px solid #ff6d00;
}

.job.card .card-action a.add-to-shortlist, .job.card .card-action a.shortlisted, .job.card .card-action a.remove-from-shortlist {
    float: left;
    position: relative;
    top: 3px;
}

.job.card .card-action a.shortlisted {
    margin-right: 6px;
}

.job.card .card-action a.remove-from-shortlist {
    background-image: url('/lib/img/cross-circle-extra-small.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.job.card .card-action a.add-to-shortlist:hover, .job.card .card-action a.add-to-shortlisted:hover, .job.card .card-action a.remove-from-shortlist:hover {
    border-bottom: none;
    color: #ff6d00;
}

.job.card h6 {
    color: #757575;
    font-size: 0.75rem;
    margin: 0px;
    margin-bottom: 8px;
    text-align: left;
}

.job.card h4 {
    margin: 0px;
    line-height: 0.75;
    text-align: left;
}

.job.card h4 a {
    color: #1f1e20;
    font-size: 1.25rem;
}

.job.card h4 a:hover {
    color: #565656;
}

.job.card span.ref {
    float: right;
    font-size: 1rem;
    color: #757575;
    margin-top: 8px;
    text-align: right;
    white-space: nowrap;
}

ul.plain li {
    background-image: url('/lib/img/small-arrow-right-on-white.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    color: #757575;
    margin-bottom: 4px;
}

ul.plain li a {
    color: #757575;
}

.job.card ul.plain {
    margin: 28px;
    margin-bottom: 14px;
}

.job.card ul.plain li {
    text-align: left;
}

.job.card ul.plain li span {
    display: inline-block;
    color: #404040;
    min-width: 120px;
    font-weight: 500;
}

.job.card .row.params {
    padding-top: 24px;
}

.job.card .row.params .col.left {
    border-right: 1px solid #f0f0f0;
}

.job.card .row.param {
    font-size: 0.875rem;
    padding-left: 43px;
    padding-right: 20px;
    margin-bottom: 6px;
    color: #757575;
}

.job.card .row.param .col.title {
    background-image: url('/lib/img/small-arrow-right-on-white.png');
    background-repeat: no-repeat;
    background-position: left 6px;
    color: #404040;
    font-weight: 500;
}

/* End of Job Cards */

/* Additional button styles */

.btn-plain {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #000000;
    font-size: 0.75em;
}

.btn-plain:hover{
    background-color: #fafafa;
}

.btn-plain-on-blue {
    background-color: #311b92;
    border: 1px solid #4a379f;
    color: #ffffff;
    font-size: 0.75em;
}

.btn-plain-on-blue:hover{
    color: #ffffff;
}

.btn-emphasis {
    background-color: #ff6d00 !important;
    border: 1px solid #ff6d00;
    color: #ffffff;
    font-size: 0.75em;
}

.btn-emphasis:hover{
    background-color: #ff8021;
}

.btn-rounded-12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.btn-rounded-18 {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.btn-rounded-18 i.tiny {
    font-size: 1.1rem;
}

.btn-rounded-18 i.right {
    height: auto;
    line-height: inherit;
    margin-left: 8px;
}

.btn-rounded-18-right-icon {
    padding-right: 20px !important;
}

/* End of additional button styles */

/* Additional Waves Effect Colours */

.waves-effect.waves-or-blue {
    background-color: #311b92;
}

.waves-effect.waves-or-blue:hover {
    background-color: #4a379f;
}

.waves-effect.waves-or-purple {
    background-color: #673ab7;
}

.waves-effect.waves-or-purple:hover {
    background-color: #8650e4;
}

.waves-effect.waves-or-orange {
    background-color: #ff6d00;
}

.waves-effect.waves-or-orange:hover {
    background-color: #ff7a16;
}

/* Additonal Ripple Colours */

/* If rippling on rounded button, then ripple must match background button is on due to corner overlaps */
.waves-effect.btn-plain-on-blue .waves-ripple {
    background-color: rgba(49, 27, 146, 0.65);
}

/* End of Additonal Ripple Colours */

/* End of additional Waves Effect Colours */

/* thank you pages */
.thankyou {
    min-height: 140px;
}

.thankyou .container {
    max-width: 800px;
}

.thankyou .lower {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.thankyou .actions {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.thankyou .actions a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

.thankyou h2, .thankyou p {
    text-align: center;
}

/* end of thank you pages */

/* Pager */

.pager {
    text-align: center;
    border-top: 2px solid #e5e5e5;
    margin-top: 56px;
    padding-top: 24px;
}

.pager .prev, .pager .next {
    background-image: url('/lib/img/arrow-prev-active.png');
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 18px;
    position: relative;
    top: 4px;
}

.pager .next {
    background-image: url('/lib/img/arrow-next-active.png');
}

.pager .prev.pager-button-disabled {
    background-image: url('/lib/img/arrow-prev-inactive.png');
}

.pager .next.pager-button-disabled {
    background-image: url('/lib/img/arrow-next-inactive.png');
}

.pager a {
    color: #484848;
    padding: 4px;
    font-weight: 500;
}

.pager a:hover {
    color: #040404;
}

.pager a.current-page {
    color: #ff6d00;
}

/* End of Pager */

/* Browse jobs */

div.browse-jobs {
    padding-top: 12px;
}

div.browse-jobs h2 {
    color: #404040;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

div.browse-jobs ul.plain {
    padding-left: 2px;
}

div.browse-jobs ul.plain li {
    border-bottom: 1px solid #d5cfdd;
    padding: 10px 8px 10px 16px;
}

div.browse-jobs ul.plain li a {
    color: #3b393e;
}

div.browse-jobs ul.plain li a:hover {
    border-bottom: 1px solid #3b393e;
}

/* End of Browse jobs */

/* Forgot Password */

.forgot-pw {
    padding-bottom: 74px;
}

.forgot-pw .container {
    max-width: 768px;
}

.forgot-pw .input-field span.emphasis {
    position: absolute;
    top: -12px;
}

.forgot-pw h3 {
    color: #404040;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0px;
    padding: 0px;
    margin-top: 54px;
}

.forgot-pw .row.heading.thankyou h3 {
    text-align: center;
}

.siwli-off {
    display: none !important;
}

/* End of Forgot Password */

/* Error Pages */

div.error-page .header {
    background-color: #673ab7;
    padding-top: 68px;
    padding-bottom: 68px;
    margin: 0px;
}

div.error-page .header h1 {
    margin: 0px;
    padding: 0px 12px 0px 12px;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

div.error-page h2 {
    color: #404040;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 1024px;
    padding: 0px 8px 0px 8px;
}

div.error-page.embedded h2 {
    margin-bottom: 6rem;
}

div.error-page h2 a {
    color: #ff6d00;
}

div.error-page h2 a:hover {
    border-bottom: 1px solid #ff6d00;
}

div.error-page a.logo-wrap {
    display: block;
    margin: 0 auto;
    width: 280px;
    position: relative;
}

/* End of Error Pages */

/* Media queries */
@media only screen and (max-width: 1450px) {

    footer.page-footer .or-short {
        display: inline;
    }

    footer.page-footer .or-long {
        display: none;
    }

}

@media only screen and (max-width: 1180px) {

    nav.main-nav div.actions-wrap .btn span {
        display: none;
    }

    nav.main-nav div.actions-wrap .btn span.account {
        display: inline;
    }

    .logged-in-name {
        display: none;
    }

}

@media only screen and (max-width: 1064px) {

    nav.main-nav div.tagline {
        width: 250px;
        padding-left: 14px;
        padding-right: 8px;
    }

    nav.main-nav ul li a {
        padding-left: 16px;
        padding-right: 16px;
    }

    nav.upper-nav {
        padding-right: 6px;
    }

    nav.main-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* This is the medium break point */
@media only screen and (max-width : 992px) {
    .large-pad {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .medium-pad {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media only screen and (max-width: 942px) {

    nav.main-nav div.tagline {
        display: none;
    }

    nav.main-nav a.logo-wrap {
        margin-right: 20px;
    }

}

@media only screen and (max-width: 710px) {

    nav.main-nav .btn-plain {
        display: none;
    }

    nav.main-nav div.actions-wrap .btn span.account {
        display: none;
    }

}

/* This is the small break point */
@media only screen and (max-width : 600px) {

    footer.page-footer .or-short {
        display: none;
    }

    footer.page-footer .or-long {
        display: inline;
    }

    .navbar-fixed.upper {
        height: 8px;
    }

    nav.upper-nav {
        height: 8px;
        line-height: 8px;
    }

    #scroll-nav {
        display: none;
    }

    .large-pad {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .medium-pad {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .form-alt .lbl {
        padding-bottom: 0.25rem !important;
    }

    .form-alt .pad {
        margin-top: 0.5rem;
    }

    fieldset.form-alt {
        padding-bottom: 12px;
        padding-top: 6px;
    }

    footer.page-footer {
        padding-top: 42px;
        padding-bottom: 0px;
    }

    footer.page-footer div.footer-copyright {
        min-height: 180px;
        margin-top: 56px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer.page-footer div.footer-copyright .affiliate-logos-wrap {
        float: left !important;
    }
}

@media only screen and (max-width : 488px) {
    footer.page-footer div.footer-copyright p.notice {
        padding-left: 0px;
        padding-right: 12px;
        padding-top: 6px;
    }
}

/* End of Media queries */