<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url('bootstrap.min.css');

@font-face {
  font-family: 'HelveticaNeueLTStd-LtCn';
  src: url(../fonts/HelveticaNeueLTStd-LtCn.otf) format('otf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(../fonts/HelveticaNeueLTStd-LtCn.otf) format('opentype'), /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	   url(../fonts/helveticaneueltstd-ltcn-webfont.eot);
}
@font-face {
  font-family: 'HurmeGeometricSans_No1_3_Light';
  src: url(../fonts/HurmeGeometricSans_No1_3_Light.otf) format('otf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(../fonts/HurmeGeometricSans_No1_3_Light.otf) format('opentype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'HurmeGeometricSans_No1_5_Semibold';
  src: url(../fonts/HurmeGeometricSans_No1_5_Semibold.otf) format('otf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(../fonts/HurmeGeometricSans_No1_5_Semibold.otf) format('opentype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url(../fonts/HelveticaNeueLTStd-Roman.otf) format('otf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(../fonts/HelveticaNeueLTStd-Roman.otf) format('opentype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'helvetica-neue-regular';
  src: url(../fonts/helvetica-neue-regular.ttf) format('Ttf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(../fonts/helvetica-neue-regular.ttf) format('Truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../fonts/MyriadPro-Regular.otf) format('otf'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(../fonts/MyriadPro-Regular.otf) format('opentype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.title{ font-size:28px; color:#fff; font-family: 'HurmeGeometricSans_No1_3_Light'; padding:20px}
.title span{ font-size:28px; color:#fcd70a; font-family: 'HurmeGeometricSans_No1_5_Semibold';}

.clear{ clear:both}
a{ color:#fff; text-decoration:none; }
a:hover{ color:#fff; text-decoration:none; }

p{ font-size:15px; color:#ffffff; line-height:25px; text-transform:none;font-family: 'helvetica-neue-regular';margin-top:10px;}
span{font-size:15px; font-weight:bold; font-family: 'MyriadPro-Regular';}



.contenttag {
    /*width: 720px;*/
    margin: auto;
    text-align: center;
    /*text-transform: uppercase;*/
    /*padding: 40px;*/
    font-size: 16px;
    /*color: #fcd70a;*/    
}

.text {
    /*width: 785px;
    margin: auto;*/
    font-size: 28px;
    padding: 30px 0px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

#challenge{
    text-align:center;
}

#challenge p {
    color: #797979;
    font-size: 13px;
    padding-bottom: 40px;
    line-height: 20px;
}

#challenge span {
    color: #797979;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd-Roman';
}

#footer{ /*padding:50px;*/ height:auto; text-align:left; line-height:20px; margin:auto; color:#fff; font-size:10px; font-family: 'HelveticaNeueLTStd-Roman'; }

/*----------------------------------------------------------*/


body {
    margin: 0px;
	background-color:#071526;
	color: #ffffff;
	font-family:'HelveticaNeueLTStd-LtCn';
	font-size: 14px;

    width: 100%;
    height: 100%;
   
}

html {
    width: 100%;
    height: 100%;
}



/*p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}*/

@media(min-width:768px) {
    /*p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }*/

    

    
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-LtCn';
    background-color: #071526;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #071526;
    }
}

.intro {
    display: table;
    width: 100%;
    height: 485PX;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url('../images/HeaderBG-1.jpg') no-repeat bottom center scroll;
    background-size:cover;
    

    /*background: url('../img/bg.jpg') no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size:cover;*/
    /*margin-top: 12%;*/ 
}

.headerlogin{
   
    border: 1px; 
    /*border-color:#0d8fd0; */
    border-style: solid;  
       
    height: 25px; 
    width:100px; 
    padding:5px;
    margin-top:13px;
    color: #0d8fd0; 
    text-align:center;     
    
}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        /*height: 100%;*/
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 5px;
}

.challenge-section {
    width: 100%;
    /*padding: 50px 0;*/
    color: #fff;
    /*background: url(../img/downloads-bg.jpg) no-repeat center center scroll;*/
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 5px;
    }

    .challenge-section {
        /*padding: 100px 0;*/
        padding-bottom:50px;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
</pre></body></html>