
html, body { height: 100%; }

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    margin: 0 auto;
    background-color: #ffffff;
    color: #164f86;
}

img { max-width: 100%; }

a {
    outline: 0!important;
    color: #5b9bbc;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

.how-to-redeem, .sub-section-text {
    margin: 0;
    padding: 0;
    display: block;
}
.how-to-redeem li, .sub-section-text li{
    padding:5px 0;
}
 
.intro-text {
    margin: 10px 80px;
    padding: 0;
    font-size: 0.8em;
    font-weight: 400;
    color: #6b8eac;
    display: block;
}

/* 1.1 Layout add-ons */

.bullet { padding-left: 5px; padding-right: 5px; }

.cool {
    font-size: 0.6em;
    line-height: 1.3em;
    vertical-align: top;
}

.line {
    display: block;
    width: 720px;
    height: 1px;
    padding: 0!important;
    background: #6b8eac;
}

.separator {
    width: 720px;
    height: 1px;
    background: #6b8eac;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.left { float: left!important; }
.right { float: right!important; }

/* 1.2 Section styling */

.section,
.section-alt {
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
    width:760px;
}

.section { background-color: #FAFAFA; }
.section-alt { background-color: #FAFAFA; }

.section-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 500;
    color: #164f86;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.section-title-text {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 0.85em;
    font-weight: 400;
    color: #164F86;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.sub-section-title-text {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-weight: 400;
    color: #6b8eac;
    display: block;
}



.section-title .cool {
    line-height: 1.7em;
}

.section-content { margin-top: 0px; }

.section-content ol{ margin: 0 40px; }

.section h3,
.section-alt h3 {
    font-size: 1.5em;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section h4,
.section-alt h4 {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 2px 0;
}

.column > :first-child { margin-top: 0; }

/* 1.3 Form elements */

input[type="text"], textarea {
    font-family: inherit;
    font-size: 1em;
    font-style: italic;
    width: 96%;
    padding: 0 2%;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    background-color: #ccc;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}

textarea {
    height: auto;
    line-height: 1.4em;
    padding: 2%;
}

label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

label.error {
    margin: 10px 0 0 0;
    font-size: 0.750em;
    color: #e76270;
}

input.error, textarea.error {
    /*-webkit-box-shadow: inset 0px 0px 4px 3px rgba(231, 98, 112, 0.5);
     box-shadow: inset 0px 0px 4px 3px rgba(231, 98, 112, 0.5);*/
    background-color: #ffe0d5!important;
}

.button {
    display: inline-block;
    color: #ffffff!important;
    background-color: #5b9bbc!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    cursor: pointer;
}

.button:hover {
    color: #ffffff!important;
    background-color: #4081a3!important;
}

.button-small {
    padding: 5px 10px;
    font-size: 0.875em;
}

.button-medium {
    padding: 10px 15px;
    font-size: 1em;
}

.button-large {
    padding: 15px 20px;
    font-size: 1.125em;
}

/* 2. Intro */

#intro {
    width: 760px;
    height: 100%;
    position: relative;
    background-color: #00284b;
    color: #fff;
    margin: 0 auto;
}

#intro .line { background-color: #5b9bbc; }
#intro .bullet { color: #5b9bbc; }
#intro a { color: #5b9bbc; }


/* 2.1 Navigation */

#nav {
    width: 760px;
    height: 60px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    background-color: #fff;
}

#nav-sticky-wrapper.is-sticky #nav {
    background-color: #fff;
    border-bottom: 0px solid #6b8eac;
    border-top: 0px solid #6b8eac;
}

#nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#nav ul li {
    padding: 0 0;
    line-height: 60px;
    float: left;
    text-transform: uppercase;
    width:379px;
    border-left: 1px solid #FAFAFA;
}

#nav ul li a {
    display: block;
    font-size: 0.938em;
    letter-spacing: 0.1em;
    background-color: #f1f1f1;
    color: #00284b;
    text-decoration: none;
}

#nav ul li a:hover, #nav ul li.current a { color: #fff; background-color: #dd4d3b;}
#nav ul li:last-child > a:hover, #nav ul li:last-child.current > a { border-right: 0px solid #dd4d3b;}

/* 2.2 Info box */

.info {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -60px;
    text-align: center;
    background-color: #fafafa;
	color:#000000;
}

.info .container {
    position: relative;
    top: 200px;
}

.info .container h1 {
    margin: 0;
    padding: 0;
    font-size: 3.750em;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-transform: uppercase;
}

.info h4 {
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    font-weight: 200;
}

.info img {
    margin-top: 20px;
}

.brands {
    margin: 20px 0 13px;
}

.red {
    margin: 15px 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 400;
    border: 0;
    display: inline-block;
    color: #ffffff!important;
    background-color: #dd4d3b!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}




/* A. Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* A.1 Hides from IE5/Mac \*/
* html .clearfix { height: 1px; }

.clearfix  { display: block; }
/* End hide from IE5/Mac */


/* B. Media Queries */
@media screen and (max-width: 768px) {
    .skill,
    .project { width: 33.33333333333333%; }
    .job-project { width: 50%; }
}

@media screen and (max-width: 640px) {
    .section-title { font-size: 2.2em; margin-bottom: 0; padding-bottom: 0;}
    .info .container h1 { font-size: 2.300em; }
    .info .container h4 { font-size: 1.500em; }
    #nav li { font-size: 0.875em; }
    #nav li a span { display: none; }
    .line { width: 200px; }
    .job-company,
    .job-period { text-align: center; }
    .skill,
    .job-project,
    .project { float: left; width: 50%; }
    .text-right { text-align: left; }
}

@media screen and (max-width: 480px) {
    .section-content { margin-top: 45px; }
    #nav ul li { padding: 0 5px; }
}


.banner {
    position: relative;
    background-color: #293991;
    width: 100%;
}

.icon-long-arrow-right {
    font-size: 1em;
    padding-left: 5px;
}


/*  get started block */
.get-started {
    margin: 30px 0;
    background-color: #fff;
    padding: 10px 93px;
}
.get-started div {
    color: #000;
    text-transform: uppercase;
    font-size: 1em;   
    float: left;
	margin:27px 56px 0 0;
	line-height: 26px;	
}
