html, body {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    color: #d0d0d0;
    font-weight:400; 
    font-style:normal;
    font-size: 16px;
    line-height: 1.5;
    background: #000000;
}
.loading, .success{
    display: none;
}
.success{
    color: #ba0b3b;
    font-size: 20px;
    text-align: center;
}






/*  TYPOGRAPHY  */

h1, h2, h3, h4, h5, p {
    color: #d0d0d0;
}

h4, h5, p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
}

a {
    text-decoration: none;
    color: #d0d0d0;
}

a:hover {
    color: white;
}

h1 {
    font-family: "alternate-gothic-no-3-d", 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    font-weight:400;
    font-style: normal; 
    line-height: 0.9;
    font-size: 5rem;
    text-transform: uppercase;
    margin-top: -0.2rem;
}

h2 {
    font-family: "alternate-gothic-no-3-d", 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    font-size: 3rem;
    text-transform: uppercase;
    font-weight:400;
    margin-bottom: 1rem;
    line-height: 1;
}

h3 {
    font-family: "alternate-gothic-no-3-d", 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    font-weight:400;
    text-transform: uppercase;
}

h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
}

h5 {
    text-transform: uppercase;
}

.home {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    text-transform: none;
    font-size: 2rem;
    line-height: 1.2;
}

.intro {
    font-size: 1.3rem;
}

.pull-out {
    font-family: "alternate-gothic-no-3-d", 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    font-weight:400;
    font-style: normal; 
    line-height: 1.1;
    text-transform: uppercase;
    border-top: solid 0.4rem white;
    padding-top: 2rem;
}

.grey {
    color: #878787;
    border-top: solid 0.4rem #878787;
}

.quote{
    text-indent: -0.3em;
}



/*   ALIGNMENT + POSITIONING  */

.centre {
    text-align: center;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
    float:right;
}

.sticky {    
    position: fixed;  
    left: 0;  
    z-index: 10; 
} 

.anchor {/* Offsets anchor the depth of sticky nav */
    padding-top: 170px;
    margin-top: -170px;
}

.spacer {
    margin-bottom:4rem;
}

.spacer-top {
    margin-top:2rem;
}

hr {
    border: solid #bb133e;
    border-width: 4px 0 0;
}




/* Image Style */

.image-right {
    text-align: right
}

img {
    max-width: 100%
}

.icon, .icon-right {
    background-color: #ba0b3b;
    border-radius: 100%;
    min-width: 5rem;
    min-height: 5rem;
    max-width: 5rem;
    max-height: 5rem;
    margin: 1rem 1rem 1rem 0rem;
    float: left;
    padding: 1.2rem;
    text-align: center;
}

.icon-right{
    float:right;
    margin: auto;
}

.ispt {
    margin: -0.5rem 1rem 1rem 0rem;
}


/* Navigation */

.sub-nav {
    margin: 0rem 0px 1.125rem 0rem;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
    color: #ba0b3b;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    font-weight:700; 
    font-style:normal;
    text-transform: uppercase;
    float: inherit;
    display: inherit;
    margin: 1rem 0rem;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #ba0b3b;
}

[data-magellan-expedition]{
    background: none repeat scroll 0% 0% transparent;
    z-index: 50;
    min-width:19rem;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a, .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover, .sub-nav li a:hover, .sub-nav dt a:hover, .sub-nav dd a:hover  {
    /*border-radius: 0em;*/
    font-weight:700;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
    color: white;
    background: none repeat scroll 0% 0% #ba0b3b;
    border-bottom: 1px solid black !important;
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover, .sub-nav li a:hover, .sub-nav dt a:hover, .sub-nav dd a:hover {
    color: #ba0b3b;
    background: white;
    border-bottom: 1px solid black !important;
}



/* Form Style */

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    color: #bb133e;
    background-color: #FFFFFF;
    padding: 1.2rem 1.8rem;
    border-radius: 0.3rem;
    height: 4rem;
}

button, .button,
input[type="button"] {
    text-transform: uppercase;
    background-color: #ba0b3b;
    font-family: "alternate-gothic-no-3-d", 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif; 
    font-weight:400;
    margin: 0.5rem 1rem 0 0;
    font-size: 1.4rem;
    padding: 1rem 2rem 1rem;
}

.button:hover, .button:active, input[type="button"]:hover, input[type="button"]:active, .sign-up:hover, .sign-up:active  {
    background-color: #ce1346; 
}

.social {
    padding: 1rem;
    height: 3.9rem;
    width: 3.9rem;
}

.social, .sign-up {
    margin: 1.3rem 1rem 1rem 0rem;
}

.sign-up a, sign-up a:hover, .button a, .button a:hover {
    color: white;
}


/* Lightbox */

.reveal-modal{
    background-color: #E4E4E4;
}

.reveal-modal h1, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4, .reveal-modal p {
    color: #ba0b3b;
}


/* Containers */

#about,
#benefits,
#scams,
#action,
.testimonial,
#signatories {
    padding: 10rem 0;
    background-color: #000000;	
}

#home {
    z-index: 98;
    padding: 10em 0.5em;
    background-image: url('../img/Security-1.jpg');
    background-attachment:fixed;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;	
}

.testimonial {
    background-attachment:fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ba0b3b;	
}

.icon-point {
    border-top: solid 0.3rem #ba0b3b;
    width:48%; 
    /* margin: 1.6rem 0rem; */
    padding: 0.8rem 0;
}

.full {
    width:100%; 
}

.icon-point h3 {
    margin-top: 1.65rem;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #d0d0d0;
}

.light-bg {
    color: #878787;
}

.icon-point p, .icon-point ul{
    float: left;
}
.reveal-modal{
    width: 100%;
    margin-left: 0;
    left: 0;
    background: transparent;
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: none;
}
.reveal-modal .icon {
    margin-top: 0px;
}
.form_container{
    background-color: #E4E4E4;
    padding: 1.875rem;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.bgimage1.desktoptesti{
    background-image: url(../img/Security-2.jpg);
}
.bgimage2.desktoptesti{
    background-image: url(../img/Security-3.jpg);
}
.bgimage3.desktoptesti{
    background-image: url(../img/Security-4.jpg);
}
.bgimage4.desktoptesti{
    background-image: url(../img/Security-5.jpg);
}
.footer.testimonial h2{
    font-size: 1.4rem;
    line-height: 1.2;
}
.footer.testimonial h5{
    font-size: 0.8rem;
    line-height: 1.5;
}

/* XLarge screens */
@media only screen and (min-width: 90.063em) {  /* min-width 1441px, xlarge screens */

    .content{
        max-width: 56.875rem
    }

    .home-content{
        max-width: 70rem
    }

    /*
            .safeguard{
            margin-left: -11rem;
            }
    */

}
/* ipad landscape */
@media only screen and (max-width: 64em) {
    #home, .testimonial {
        background-attachment: scroll;
    }
    #home{
        background-image: url('../img/Security-1-iPad.jpg');
    }
    .bgimage1.mobiletesti{
        background-image: url(../img/Security-2-iPad.jpg);
    }
    .bgimage2.mobiletesti{
        background-image: url(../img/Security-3-iPad.jpg);
    }
    .bgimage3.mobiletesti{
        background-image: url(../img/Security-4-iPad.jpg);
    }
    .bgimage4.mobiletesti{
        background-image: url(../img/Security-5-iPad.jpg);
    }
}
/* iPad Portrait screens */
@media only screen and (max-width: 48em) { /* max-width 768px */
    .magellan-container{
        display: none;
    }

    .medium-offset-4, large-offset-2 {
        margin-left: 2% !important;
    }

    .medium-6, .medium-7{
        width: 96%;
    }
    
}


/* Mobile screens */
@media only screen and (max-width: 40em) { /* max-width 640px */
.social_icons a {
        padding: 8px !important;
    }
    .social_icons img {
       width: 30px;
    }    
.magellan-container{
        display: none;
    }
    .fix_button{
        /*width: 125px;*/
        float: none !important;
        margin: auto;
        margin-bottom: 10px;
    }
    .social_icons a {
        width: 48%;
        display: inline-block;
        /*width: auto;*/
    }
    #home,
    #about,
    #benefits,
    #scams,
    #signatories,
    #action,
    .testimonial{
        z-index: 98;
        padding: 1em 0em;
        background-color: transparent;	
    }
    .testimonial .content{
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .testimonial br{
        display: block;
    }
    hr {
        border: solid transparent;
    }
    .pull-out{
        border-top: solid 0.4rem transparent; 
    }
    .pull-out.grey{
        border-top: solid 0.4rem #878787;
    }

    h1 {
        font-size: 2.2rem;
        line-height: 1;
    }

    h2, .form_container h2 { 
        font-size: 1.4rem;
        line-height: 1.2;
    }
    p.lead {
        font-size: 0.8187rem;
        line-height: 1.4;
        margin-bottom: 12px;
    }    
    form#signup_form input[type="text"], form#signup_form input[type="email"] { height: 2.5rem; padding: 1rem 0.75rem; margin-bottom: 10px; }
    form#signup_form input[type="button"] { padding: 0.5rem 1rem; margin: 0; }
    h3{
        font-size: 1.4rem;
    }

    .icon-point h3 {
        font-size: 1.4rem;
    }


    h4{
        font-size: 1.4rem;
    }

    h5{
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .intro {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    p {
        font-size: 1rem;
        line-height:1.3;
    }

    .quote{
        text-indent: 0em;
    }

    .testimonial{
        text-align: center;
    }

    .spacer {
        margin-bottom:2rem;
    }

    .spacer-top {
        margin-top:1rem;
    }

    .icon-point {
        width:100%;
        border-top:0.2rem solid #ba0b3b;
        padding: 0.5rem 0px;
    }

    .icon {
        min-width: 3rem;
        min-height: 3rem;
        max-width: 3rem;
        max-height: 3rem;
        margin: 0.8rem 0.8rem 0.8rem 0rem;
        padding: 0.6rem 0.8rem;
    }

    .icon-point h3 {
        margin-top: 1rem;
    }

    .right {
        text-align: center;
        float: center;
    }

    button, .button, input[type="button"] {
        padding: 0.8rem 1rem;
        width: 100%;
    }

    .social {
        padding: 0.8rem 1rem;
        height: inherit;
        width: 100%;
    }

    .social, .sign-up {
        margin: 0.3rem 0rem;
        font-size: 1rem;
        padding: 14px;
    }

    br {
        display: none;
    }
    .icon-right {
        min-width: 3rem;
        min-height: 3rem;
        max-width: 3rem;
        max-height: 3rem;
        margin: 0.2rem 0.2rem 0.2rem 0rem;
        padding: 0.6rem 0.8rem;
    }

}
@media only screen and (max-width: 1024px) {
    /*    .reveal-modal{
            margin-left: -30%;
            left: 40%;
        }*/
}
@media only screen and (max-width: 500px) {
    .ispt{
        margin: 0px 5px 0 0;
    }
}
@media only screen and (max-width: 450px) {
    .heading_contain{
        float: left;
        width: 70%;
    }
    .icon{
        /*margin: 0.8rem 0.2rem 0.8rem 0rem;*/
    }
}