body {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    padding: 10px;
    
    
    font-family: Haveltica, Arial, sans-serif !important;
    color:#676767 !important;
    background-color: #eee;
  

}
h1 h2 h3 {
    color:#fff !important;
}

a {
    color: #0F3C28;
    text-decoration:none !important;
}

a img{
    border:0;
}

a:hover{
    /*color: #638644;*/
}

.c:after{
    clear: both;
    content: "";
    display: block;
}
.main{
    box-shadow: 0 0 40px #323232;
    min-height: 100vh;
    background-color: white;
    padding-left: 37px;
    padding-right:37px;
   
   
}

header{
    padding-top: 10px;
    min-height: 70px;
    padding-bottom: 5px;
    border-bottom: 5px solid  #0F3C28;
}

#logo {
    float: left;
    margin-top: 20px;
    margin-left: 18px;
}

#iconInfo{
    position: absolute;
    right:0;
    top:0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
   
   
}



#iconInfo .fa{
   
    font-size: 20px;
}

#headerGroup{
    float: right;
}

.topBtn{
    float: left;
    background-color: #0F3C28;
    margin-right: 4px;
    padding-top: 14px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    height: 76px;
    width: 70px;
    box-sizing: border-box;
    text-align: center;
}


#headerGroup a:last-child .topBtn{
  margin-right: 0;
}

#headerGroup a:first-child .topBtn{
   width: 78px;
}

#headerGroup a:first-child .topBtn img {
    width: 45%;
    
}

.topBtn:hover{ 
   
    margin-top:-4px; 
    -o-transition:.2s; 
    -ms-transition:.3s; 
    -moz-transition:.2s; 
    -webkit-transition:.2s; 
    transition:.2s; 
}
#divMobileMenuLink { display:none; }
	#v5-global-nav-ootb { display:none; }

.topBtn img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
}


#mainContent{
    min-height: 716px;
    position: relative;
   
    margin-bottom: 10px;
    
}

footer{
    background-color: #333;
    color: #fff;
    font-size:12px; 
    padding:2px;
    
}
.space{
    height: 10px;
}
footer a{
    color:white;
    text-decoration: none;
}
footer div{
    box-sizing: border-box;
    padding-left: 10px;
}


#mainBody{
    font-size: 13px;
}

.left{
    padding-top: 15px;
    font-size: 10px;
    
}
.left img{
    display: block;
    margin: auto;
    
}

.right .fa.good {
    color:green;
    font-size: 20px;
    padding-right: 2px;

}
p{
    font-family: Haveltica, Arial, sans-serif !important;
    color:#676767 !important;
    font-size:13px !important;
    text-align:left;
    hyphens:auto;
}

.fa.fa-external-link{
    font-size: 12px;
}


.title{
    margin-bottom: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color:#333 !important;
}

.sub{
    margin-top: 0;
    font-size: 12px;
    color: #888;
    font-style: italic;
   
    text-align: center;
}

.r{
    float: right;
}

footer .fa{
    font-size: 13px;
   
}
#img1{
   background-image: url('../images/weather.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: auto;
    height: 262px;
    width: 100%;
    max-width: 141px;
}






/*Responsive Grid */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.0%;
   
   
}

.col:first-child { margin-left: 5%; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/* table*/
.Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .LeftCell
    {
        display: table-cell;
        
        padding-left: 5px;
        padding-right: 5px;
        width:36% !important;
        padding-top:2px !important;
        padding-bottom:2px !important;
    }
    .RightCell
    {
        display: table-cell;
        
        padding-left: 5px;
        padding-right: 5px;
        width:58% !important;
        padding-top:2px !important;
        padding-bottom:2px !important;
    }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 20%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .static{display:none}
    #v5-footerX .s4-notdlg {display:none !important;}
	#divMobileFooter {display:block !important;  }
    #divMobileFooter {height:70px !important; font-size:12px !important;}
    .menu-horizontal { padding-top:0px; margin-top: 0px; }
    .menu-horizontal { display: block; padding: 0px 0 10px 0; margin-top:10px;   }

    #v5-global-nav-ootb { clear: both; }
	#v5-global-nav-ootb { font-size: 17px; line-height: 1em; background: #333333; background: -moz-linear-gradient(top, #444444 0%, #333333 75%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(75%,#333333)); background: -webkit-linear-gradient(top, #444444 0%,#333333 75%); background: -o-linear-gradient(top, #444444 0%,#333333 75%); background: -ms-linear-gradient(top, #444444 0%,#333333 75%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); background: linear-gradient(top, #444444 0%,#333333 75%); }
	
    .s4-tn li.static > .menu-item { font-size:12px; height:15px; display:block; font-weight: bold; background: #0F3C28; color: #ffffff; border-bottom:1px #0A2A1C solid; padding: 15px; margin: 0px 5px 0px 5px;  }
	.s4-tn li.static.selected > .menu-item { border-color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#474747)) !important;	background: -moz-linear-gradient(top, #333333, #474747) !important;	opacity:0.97 !important; }
	.s4-tn li.static > a.menu-item:hover { border-color: #999; color:#ffffff; text-decoration:none; font-size:13px;  	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#474747)) !important;	background: -moz-linear-gradient(top, #333333, #474747) !important;	opacity:0.97 !important;}
	.s4-tn li.static > .menu-item,.s4-tn li.static > .selected { display: none;}
	.s4-tn li.static li.static > .menu-item,.s4-tn li.static li.static > .selected { display: block;}
    #divMobileMenuLink { display:block; }
	

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	   width: 100%; 
	}
    #headerGroup{
        display: none;
    }
    
    .main{
        box-shadow: 0 0 0 0;
        padding: 0;
   
    }
    body {
        padding: 1%;
        background-color: white;
    }
    #logo {
        float: left;
        margin-top:10px;
        margin-left: 0;
    }
    
    header{
        padding-bottom: 0;
        border-bottom: 2px solid  #0F3C28;
    }
    
    div#mainContent{
        min-height: 200px;
        
    }
    span#compName{
        display: none;
    }
    
    .left{
        display: none;
    
    }
   
    .r{
        float: left;
    }
    .space{
        display: none;
    }
    
    #iconInfo{
        position: relative;
        text-align: center;
   
    }
    
    .title{
        margin-top: 5px;
    
    }
    

}

/*END Responsive Grid */