﻿/*
1. 	SITE OUTLINE
2.  HEAD
3.  FOOTER
4.	PRIMARY NAV
5.	SUB NAVIGATION
6. 	HOME
7. 	MAIN CONTENT - GLOBAL STYLES
*/

/* INFORMATION 

Body text: #6C6D72
Base font size: 14px (1.4em)

SWATCH - Dark Green: #347231
SWATCH - Light Green: #B6C7AD
SWATCH - Grey: #6C6D72

* Outer wrapper width: 940px with no padding
* Sub Navigation width: 220px
* Main Content width: 540px

* Dummy background colors are set to #ECECEC
* Form field backgrounds set to 

*/

/* SITE OUTLINE */
body 
{
	color:#6C6D72;
	background:#FFF;
}	

.outer_wrapper 
{
  	position:relative;
	margin:0px auto;
	padding:0px;
	float:none;
 	width:100%;
	background:#ffffff;
}

.head {
    position:relative;
    z-index: 10;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head:after
{
    content:'';
    display:block;
    width:100%;
    height:96px;
    position:absolute;
    top:0px;
    left:0px;
    pointer-events:none;
    background:#FFF;
    z-index:2;
}

.page_content 
{
    position:relative;
    float: left;
	width:100%;
	text-align:left;
	z-index: 8;
}

.templateWrapper
{
    display:flex;
    flex-direction:column;
    padding:0px 30px;
}

.footer {
    position: relative;
    float: left;
    clear: both;
    margin: 45px 20px 0 20px;
    display: block;
    border-top: solid 1px #B6C7AD;
    padding-top: 15px;
    color: #B6C7AD;
    font-size: 0.79em;
}
	
/* HEAD */

.logo {
    height: 56px;
    min-width: 206px;
    margin: 20px;
    background: url(../../UploadedResources/mers_header_logo.gif) no-repeat top left;
    display: block;
    text-indent: -10000px;
  
    position: relative;
    z-index: 3;
    background-size: contain;
}

.primary_sub_nav {
    margin: 30px 0 10px 0;
    display: block;
    order: 3;
}

.search_form
{
    order:1;
    text-align: right;
    display: block;
    top:126px;
}

.search_form label 
{
    display: none;
}

.cmsSearchEntry
{
    display:flex;
}

.cmsSearchEntry .cmsTextField,
.headersearchfield {
    padding: 10px;
    border: none;
    background-color: #EDEDEE;
    color: #313133;
    margin: 0 10px 0 0px;
    font-size: inherit;
    font-weight: normal;
    width: 100%;
    clear: none;
}

.cmsSearchEntry .cmsSubmit,
.searchbutton 
{
	clear: none;
	margin:0 0 0 0;
	border:none;
	text-align:center;
	background-color:Transparent;
	color:#347231;
	padding:4px 2px;
}

.searchbutton:hover
{
	cursor:pointer;
}

.primary_nav {
    clear: both;
    color: #ffffff;
    display: block;
    padding-top: 60px;
    order: 2;
}

.sub_head
{
	clear:both;
}

.breadcrumb
{
	padding: 0 10px;
	font-size: 0.86em;
}

.breadcrumb a
{
    text-decoration: none;
}	

.breadcrumb a
{
    text-decoration: none;
}

.local_nav 
{
	float:left;
	width:200px;
	margin:0 20px;
}
	
/* FOOTER */

.footer p
{
	padding:0;
	text-transform:uppercase;
	color: #B6C7AD;
}

.footer ul
{
	padding:0;
	margin:4px 0 20px 0;
	width: auto;
	float: left;
}

.footer li
{
	display:inline-block;
	list-style:none;
	margin: 0 10px 10px 0;
	border-right: solid 1px #B6C7AD;
	padding-right: 10px;
	color: #B6C7AD;
}

.footer li.last 
{
    border-right: none;
}	

.footer a, .footer a:active, .footer a:link, .footer a:visited, .footer a:hover
{
	text-decoration:none;
	color: #B6C7AD;
}

.footer a:hover
{
	text-decoration:underline;
}
	
/* PRIMARY NAV */

.navbar-toggler
{
    cursor:pointer;
    position:relative;
    z-index:3;
    margin-right:20px;
}

.navbar-toggler + div
{
    position: fixed;
    z-index: 1;
    max-width: 100%;
    width:400px;
    top:0px;
    right:0px;
    bottom:0px;
    background:#B6C7AD;
    transform: translateX(100%);
    overflow-y: auto;
    padding:126px 20px 30px 20px;
    display:flex;
    flex-direction:column;
    justify-content: start;
    box-sizing:border-box;
}

.navbar-toggler + div.show {
    
    transform: translateX(0%);
}

    .navbar-toggler + div.show, .navbar-toggler + div.hide {
        transition: transform .3s ease-in-out;
    }

.navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23666564' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

.primary_nav
{
    width:100%;
    position:relative;
    
}

.primary_nav ul
{
    margin: 0;
    padding: 0;
}

.primary_nav ul li
{
    margin: 3px 0px;
    padding: 0;
}

.RadMenu .rmItem, .RadMenu .rmLink {
    float: none !important;
}

.primary_nav ul li a
{
    text-decoration: none;
    cursor: pointer !important;
    color: #347231;
    font-size:1.15em;
}

.primary_sub_nav li a {
    font-weight:bold;
}

.RadMenu .rmLink {
    padding: 5px 0 !important;
}

.primary_nav ul li a:hover,    
a.ps_topnav_selected_item
{
    color: #000000;
}
.primary_nav ul ul
{
    background-color: #FFF;
    left: 0;
}

.primary_nav ul li li 
{
    border-right: none;
    padding: 0 10px 0 10px;
}
    
.primary_nav ul li li a
{
    padding: 8px 10px 8px 10px;
    margin: 0 0 0 0;
    border: none;    
    border-bottom: solid 1px #B6C7AD;
} 
    
.primary_sub_nav ul
{
    margin: 10px 0 5px 0;
    padding: 0;
}

.primary_sub_nav ul li
{
    margin: 0px;
    padding: 0;
    list-style-type: none;
    display: inline;
}
    
/* SUB NAVIGATION */

.subNavigation .subNav ul
{
    list-style-type: none;
    margin: -10px 0 0 0;
    padding: 0;
}

.subNavigation .subNav ul li
{
    list-style-type: none;
    margin: 0;
}

.subNavigation .subNav li a
{
    text-decoration: none;
    color: #347231;
    display: block;
    border-bottom: solid 1px #B6C7AD;
    padding: 10px 0 10px 0;
 }

.subNavigation .subNav li a:hover,
.subNavigation .subNav li.active a,
.subNavigation .subNav li.active li a:hover
{
    text-decoration: none;
    color: #000000;
}

.subNavigation .subNav ul ul
{
    margin: 0;
    padding: 0;
}    

.subNavigation .subNav ul li li a,
.subNavigation .subNav li.active li a
{
        padding: 10px 0 10px 20px;
        color: #313133;
}

/* HOME */

.home_pane_a
{
    position:relative;
    float: left;
    background: #ccc url(../../UploadedResources/mers_home_hero_bck.jpg) repeat-y top left;
    width: 100%;
    margin-bottom:30px;
}

.home_pane_a br.clear
{
    display:none;
}

.home_pane_a .home_pane_inner
{
    background-color: #000;
    color: #FFF;
    margin: 300px 0 0 0px;
    padding: 20px 20px 30px 20px;
    filter: alpha(opacity=75);
    opacity: 0.75;
    line-height: 1.3em;
}

.home_pane_a .home_pane_inner a,
.home_pane_a .home_pane_inner a:link,
.home_pane_a .home_pane_inner a:visited,
.home_pane_a .home_pane_inner a:active,
.home_pane_a .home_pane_inner a:hover 
{
    color: #FFF;
    text-decoration: underline;
}   

.home_pane_inner 
{
    padding: 0;
}

.home_pane_b,
.home_pane_c,
.home_pane_d
{
    position:relative;
    
    margin:20px 30px 0 30px;
    font-size: 0.929em;
}

.home_pane_b img,
.home_pane_c img,
.home_pane_d img {
	width: 100%;
	height: auto;
}
   
/* MAIN CONTENT - GLOBAL STYLES */

.subNavigation,
mainContentImages,
.mainContent 
{
	position: relative;
	display: inline;
}

.breadcrumb 
{
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    color: #6C6E72;
	background-color: #DAE3D6;  
	width: 920px;  
    display:none;
}    
.breadcrumb a
{
    color: #6C6E72;
    margin: 10px 0;
    display: inline-block;
}   

.breadcrumb a:hover
{
    color: #6C6E72;
}

.pageTitle
{
    order:2;
    margin-top:20px;
}

.subNavigation {
    order: 1;
}

.mainContentImages {
    margin-top: 20px;
}

    .subNavigation img, .mainContentImages img, .mainContent img {
        width: 100%;
    }

.subNavigation img {
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.mainContentImages img {
    margin-bottom: 20px;
}

.subNavigation img:last-of-type {
    margin-right: 0px;
}

.subNavigation img:last-of-type, .mainContentImages img:last-of-type {
    margin-bottom: 0px;
}

.subNavigation br, .mainContentImages br
{
    display:none;
}

.mainContent
{
    order:3;
}
    
/* GENERAL LIST WIDE */

#generalListWide .mainContent
{
    float: left;
    width: 860px;
}
    
/* SEARCH RESULTS */

.searchResults ul.SmartListResults 
{
    margin: 20px 0 0 0;
}

.searchResults ul.SmartListResults li
{
    border-bottom: solid 1px #B6C7AD;
} 

/* USER BIOGRAPHY */

.userBiogWrapper {
    position:relative;
    float: left;
    margin: 0 0 20px 0;
    line-height: 1.3em;
}

.userBiogWrapper .userBiogAvatar {
    margin: 0 0 10px 0;
}

/* SMARTLIST */

ul.SmartListResults {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

ul.SmartListResults li {
    margin: 0;
    padding: 10px 0 10px 0;
    list-style-type: none;
}

a.SmartListPageLink:link, 
a.SmartListPageLink:visited, 
a.SmartListPageLink:hover, 
a.SmartListPageLink:active {
    display: block;
    padding: 0 0 10px 0;
    color: #347231;
}

.SmartListDescription {
    display: inline;
    margin: 8px 8px 8px 0;
}

.SmartListDate {
    margin: 8px 0 0 0;
    text-align: left;
}
	
/* sub navigation with description and date */

.smartListDescription .SmartListPageLink {
    color: #B6C7AD;
    font-weight: normal;
    text-decoration: none;    
}
    
.subNavigation  ul.SmartListResults li {
    color: #6C6E72;
    font-weight: normal;
    text-decoration: none;    
    font-size: 0.857em;
    border-bottom: solid 1px #B6C7AD;
    padding: 10px 0 25px 0;
}

.subNavigation a.SmartListPageLink:link, 
.subNavigation a.SmartListPageLink:visited, 
.subNavigation a.SmartListPageLink:hover, 
.subNavigation a.SmartListPageLink:active {
    color: #6C6D72;
} 

.subNavigation  ul.SmartListResults li .SmartListDate 
{
    display: none;
}	

.subNavigation .smartListDescription .SmartListThumbnailImageWrapper 
{
    margin-bottom: 10px;
    
}
/* sub navigation with page title only */

.smartListTitles ul {
    margin: 10px 0 0 0;
}

.smartListTitles li {
    padding: 5px 0 10px 0 !important;
    font-size: 1.0em !important;
}

.smartListTitles a.SmartListPageLink:link, 
.smartListTitles a.SmartListPageLink:visited, 
.smartListTitles a.SmartListPageLink:hover, 
.smartListTitles a.SmartListPageLink:active {
    padding: 5px 0 0 0 !important;
} 

.smartListTitles .SmartListDocumentIcon, 
.smartListTitles .SmartListDescription, 
.smartListTitles .SmartListFileSize,  
.smartListTitles .SmartListReadMoreLink
.smartListTitles .SmartListDate {
    display: none !important;
}
    
/* Grid with page thumbnail */       
    
.smartListGrid {
    position:relative;
    float: left;
    width: 640px;
} 

.smartListGrid ul { 
    margin:0; 
    padding:0; 
}

.smartListGrid ul li { 
    margin:0 20px 20px 0;
    padding:0 0 10px 0; 
    list-style-type:none; 
    display:-moz-inline-box; 
    -moz-box-orient:vertical; 
    display:inline-block; 
    vertical-align:top; 
    word-wrap:break-word; 
    width: 140px; 
    min-height: 260px;
    border-bottom: solid 1px #B6C7AD;
}

* html .smartListGrid  ul li { 
    display:inline; 
}

* + html .smartListGrid  ul li { 
    display:inline; 
}

.smartListGrid  ul li > * { 
    display:table;
    table-layout:fixed;
    overflow:hidden;
}

* html .smartListGrid  ul li,
.smartListGrid  ul li > * { 
    width:140px;
}   

.smartListGrid .SmartListThumbnailImage
{
    margin: 0 0 10px 0;
}

.smartListGrid .SmartListPageLink
{
    color: #347231;
    font-weight: normal;
    text-decoration: none;
    padding: 0 0 5px 0 !important;
    font-size: 1.14em;
}   

.smartListGrid .SmartListDescription
{
    margin: 0;
}
    
.smartListGrid .SmartListDate 
{
    display: none;
}

/* List with page thumbnail */  

.smartListList ul
{
    margin: 0;
    padding: 0;
}

.smartListList ul li
{
    border-bottom: solid 1px #B6C7AD;
    clear: both !important;
    display: inline-block;
    width: 100%;
}

.smartListList .SmartListThumbnailImage
{
    position:relative;
    float: right;
    display: block;
}

.smartListList .SmartListPageLink
{
    color: #B6C7AD;
    font-weight: normal;
    text-decoration: none;
    padding: 0 0 5px 0 !important;
    font-size: 1.14em;
}

.smartListList .SmartListDate 
{
    font-size: 0.86em;
    display: inline-block;
}  

/* Wide list with page thumbnail */ 

#generalListWide .smartListList .SmartListThumbnailImage
{  
    float: left;
    margin: 0 180px 0 0;
 }

/* FORUM */

.commentsintro
{
    border-bottom: solid 1px #B6C7AD;
    padding: 0 0 15px 0;
}

.forumbreadcrumb
{
    margin-bottom: 10px;
    border-bottom: solid 1px #B6C7AD;
} 

.psforumbutton
{
    background-color: #D8D8D9;
    color: #000 !important;
    font-size: 1.0em;
    display: inline-block;
    margin: 10px 0 10px 0;
    padding: 5px;
    width: auto;
    text-decoration: none !important;
} 

.forumformfieldmulti 
{
    border: solid 1px #ccc;
    width: 540px;
    height: 100px;
    padding: 5px;
    margin: 10px 0 10px 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: inherit;
    border: solid 1px #D8D8D9;
    background-color: #D8D8D9;    
 }

.forumrow
{
    margin: 10px 0 10px 0;
    width: 540px;
    border-bottom: solid 1px #B6C7AD !important;
    border-top: 0px;
    padding:5px 0px;
    clear:right;
}

.forumdetailsname,
.forumdetailsdate 
{
    font-size: 0.86em;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    color: #B1B1B3;
 }

.forumsearch
{
    border-bottom: solid 1px #B6C7AD !important;
}

.forumsearch input,
.forum input
{
    border: solid 1px #D8D8D9;
    background-color: #D8D8D9;
    padding: 5px;
    width: 200px;
    margin-left: 10px;
    font-size: inherit;
} 

.forumsearch .psforumbutton
{
    background-color: Transparent;
    border: none;
}    

.forum a:link,
.forum a:visited,
.forum a:active 
{
    color: #347231;
    text-decoration: none;
}

.forum a:hover 
{
    text-decoration: underline;
}

/* LOGIN & CONTACT */

.loginform,
.registerform,
.contactform
{
    border-top: solid 1px #B6C7AD;
    margin: 20px 0 0 0;
    padding-top: 20px;
 }

.loginform p,
.ps_profile_form p,
.contactform p 
{
    clear: both;
    margin: 0 0 20px 0;   
}   

.loginform label,
.ps_profile_form label,
.contactform label,
.ps_profile_password label 
{
    display: block;
    width: 100%;
    clear: both;
    font-size: 1.0em;
}    

.loginform .textfield,
.ps_profile_form .textfield,
.contactform .textfield,
.ps_profile_password .textfield 
{
    border: solid 1px #D8D8D9;
    background-color: #D8D8D9;
    color: #000;
    padding: 5px;
    margin: 0;
    width: 300px;
    clear: none;
    float: none;
    box-sizing: border-box;
}

.ps_profile_form ul.radiobutton_list li 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
 }   

.psUserLogin input,
.ps_profile_form .signupsubmitbutton,
.contactform .submit,
.psResetPassword .submit,
.ps_profile_view .psUserProfile_edit_butn,
.ps_profile_view .psUserProfile_changepassword_butn,
.psUserProfile_save_butn,
.psUserProfile_cancel_butn,
.signupsubmitbutton,
.subscribe_submit
{
    font-size: 1.0em !important;
    clear: both;
    float: left;
    background-color: #347231;
    color: #FFF !important;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 0;
    text-decoration: none !important;
    cursor: pointer !important;
 }

.ps_profile_view .psUserProfile_edit_butn,
.ps_profile_view .psUserProfile_changepassword_butn,
.psUserProfile_save_butn,
.psUserProfile_save_butn,
.psUserProfile_cancel_butn 
{
    float: left;
    clear: none;
    margin: 20px 10px 0 0; 
}

ul.radiobutton_list 
{
    margin: 0;
    padding: 0;
}   

ul.radiobutton_list li
{
    display: inline;
    width: 100px;
}

ul.radiobutton_list li input 
{
    float: left;
    margin: .3em 5px 0 0;
}    

ul.radiobutton_list li label 
{
    clear: none;
    width: auto !Important;
}

.register-confirmation--wrapper
{
    padding: 15px;
    color: #6C6E72;
    background-color: #DAE3D6;
    font-weight: bold;
}

.contactform .select-list
{
    border: solid 1px #D8D8D9;
    background-color: #D8D8D9;
    width: 300px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1.0em;
}
       
/* ADVANCED SEARCH */

.advancedSearch
{
    border-top: solid 1px #B6C7AD;
    margin: 20px 0 0 0;
    padding-top: 20px;
} 

.advancedSearch label 
{
    display: block;
    width: 100%;
}

.advancedSearch .headersearchfield 
{
    margin: 0 0 20px 0;
    clear: both;
    width:300px;
 }

.advancedSearch .searchbutton 
{
    float: none;
    display: block !important;
    clear: both; 
    background-color: #00ACEC;
    color: #FFF;
    padding: 5px;
    margin-bottom: 20px;
}     

.advancedSearch label
{
    width: auto !important;
    display: inline;
}

.advancedSearch input.checkbox 
{
    margin: 0 10px 0 0;
}
    
/* Video List */  

.videoList ul
{
    margin: 20px 0 0 0;
    padding: 0;
}

.videoList ul li 
{
    border-top: solid 1px #B6C7AD;
    clear: both !important;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 0;
 }

.videoList .psVideoListThumbnail 
{
    position:relative;
    float: left;
    display: block;
    width: 178px;
    margin-right: 20px;
 }

.psVideoListTitleHeading,
.psVideoListTitle,
.psVideoListDescriptionHeading,
.psVideoListDescription 
{
    display: block;
 }  

.psVideoListUploadedByHeading,
.psVideoListUploadedBy,
.psVideoListDateHeading,
.psVideoListDate 
{
    display: inline-block;
    margin-top: 10px;
    font-size: 0.83em;
    color: #999;
 }

.videoList ul li a 
{
    color: #347231;
}    

        
/* TYPE */

h2.comments 
{
    font-size:2.0em;
    margin: 40px 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #B6C7AD;
}
    
/* Create Template Deviations with CSS */

#general .subNav 
{
    display: none;
}

@media (min-width:768px) {
    .templateWrapper {
        padding: 0px 60px;
    }

    .home_pane_b,
    .home_pane_c,
    .home_pane_d {
        margin: 20px 60px 0 60px;
    }

    .home_pane_a .home_pane_inner {
        padding: 20px 30px 30px 30px;
    }
}

@media (min-width:940px) 
{
    .head {
        display:block;
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding-bottom: 5px;
    }

    .head:after 
    {
        display:none;
    }

    .logo 
    {
        height: 81px;
        min-width: 298px;
        padding: 0;
        margin: 0 0 0 0;
        float: left;
    }

    .navbar-toggler 
    {
        display:none;
    }

    .navbar-toggler + div {
      position: static;
      max-width:initial;
      width: auto;
      background: none;
      transform: none;
      overflow-y:initial;
      padding: 0px;
      display: block;
      transition:none;
    }

    .search_form {
        position: relative;
        float: right;
        width: 300px;
        clear: right;

        top: 0px;
    }

    .cmsSearchEntry {
        display: block;
    }

    .cmsSearchEntry .cmsTextField,
    .headersearchfield {
        width: 150px;
        padding:5px;
    }

    .cmsSearchEntry .cmsSubmit, .searchbutton {
        padding: 2px 2px;
    }


    .primary_nav {
        width: 940px;
        float: left;
        margin: 20px 0 0 0;
        padding-top: 0px;
    }

    .primary_nav ul {
        left: -10px !important;
    }

    .primary_nav ul li
    {
        padding: 0 10px 0 10px;
        border-right: solid 1px #347231;
    }

    .RadMenu .rmItem {
        float:left !important;
    }

    .primary_nav ul li a {
        font-size: 1em;
    }

    .RadMenu .rmLink {
        padding: 0 0 0 12px !important;
    }

    .primary_sub_nav {
        position: relative;
        float: right;
        margin: 0 0 10px 0;
        width: auto;
    }

    .primary_sub_nav ul li {
        margin: 0 0 0 10px;
    }

    .primary_sub_nav li a {
        font-weight:normal;
    }

    .breadcrumb{
        display:block;
    }

    .page_content {
        margin: 10px 0 0 0;
        display:block;
    }

    .templateWrapper{
        display:block;
        padding:0;
    }

    .home_pane_a br.clear 
    {
        display: initial;
    }

    .home_pane_a 
    {
        width: 940px;
        height: 360px;
        background-size: initial;
        margin-bottom:0px;
    }

    .home_pane_a .home_pane_inner 
    {
        position:absolute;
        width: 450px;
        height: 320px;
        margin: 10px 0 0 440px;
        padding:10px 20px;
    }

    .outer_wrapper 
    {
        width: 940px;
    }

    .home_pane_b,
    .home_pane_c,
    .home_pane_d 
    {
        float: left;
        width: 300px;
        margin: 10px 20px 0 0;
    }

    .home_pane_d {
        margin: 10px 0 0 0;
    }

    .pageTitle {
        position: relative;
        clear: both;
        width: 540px;
        margin: 0 0 0 320px;
    }

    .subNavigation {
        float: left;
        width: 260px;
        margin: -48px 0 0 0;
    }

    .mainContent {
        float: right;
        width: 540px;
        margin-right: 80px;
    }

    .mainContentImages {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .subNavigation img, .mainContentImages img {
        margin-bottom: 0px;
    }

    .subNavigation br, .mainContentImages br {
        display: initial;
    }

    .mainContentImages img {
        height: auto;
        width: 260px;
        float: left;
    }

    .mainContentImages img:nth-last-of-type(2) {
        float: right;
    }

    .footer 
    {
        width: 100%;
    }

    .footer li 
    {
        margin: 0 10px 0 0;
    }
}