body
{
    background: url(../img/main-bg.jpg) repeat;
    font-family: "pt-sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: black;
}

h1, h2, h3, h3, h4
{
    font-family: "myriad-pro-condensed",sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1 {
    font-size: 28px;
    color: #003E6B;
}

h2
{
    font-size: 22px;
    color: #525252;
}

h3
{
    font-size: 20px;
    color: #003c6e;
}

p
{
    font-size: 12pt;
}

.date
{
    font-size: 14px;
    font-style: italic;
}

.h1tag
{
    text-transform: uppercase;
    font-weight: 500;
}

.currentEdition {
    margin-top: 22px;
    background-color: #eee;
    width: 100%;
    padding-top: 1px;
}

    .currentEdition h3 {
        margin: 5px 0px 5px 0px;
        text-align: center;
        color: #13406B
    }

.currentPicture
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    width: 100%;
    position: relative;
    background-color: #13406B;
}


.button.small
{
    font-size: 14px;
}
.tagline
{
    font-family: "pt-sans",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.9em;
    margin-left: 30px;
    color: #333;
    text-align: center;
    width: 200px;
    line-height: 1.4em;
}

#memberLogin {
    background-color: #eee;
    padding: 5px !important;
    display: inline-block;
    float: right;
}

    #memberLogin a {
        color: #003E6B;
        font-family: "myriad-pro-condensed",sans-serif;
        font-style: normal;
    }

#memberLogin .large{
    
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 30px;
}

#loginForm li
{
    list-style-type: none;
}

.adPrices label
{
    font-size: 12pt;
}

.logo a img
{
    margin: 30px 0px 0px 80px;
}

.light-blue
{
    width: 100%;
    min-height: 5px;
    background: url(../img/light-blue.jpg) repeat;
}

.dark-blue
{
    background: url(../img/dark-blue.jpg) repeat;
    width: 100%;
    min-height: 10px;
}

.navigation-bar {
    background-color: #B2BFCD;
    margin: 0px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.greenbox {
    width: 100%;
    overflow: hidden;
    background-color: #D4E8B4;
}

.greenbox h3
{
    margin-left: 20px;
    margin-bottom: 0px;
}

.grey {
    width: 100%;
    background-color: #DAECBB;
    overflow: hidden;
}

    .grey a
    {
        color: #333;
    }
    .grey .right
    {
        float:right;
    }
        .grey .right a
        {
            font-weight: bold;
            color: #47658C;
        }
            .grey .right a:hover
            {
                text-decoration:underline;
            }

.min
{
    min-height: 150px;
    color: #333;
}

.push-up
{
    margin-top: 40px;
}

.newtodir_link {
    color: #003E6B;
    font-size: 18pt;
    font-weight: bold;
}

.newtodir_link:hover {
    color: white;
}
    

    /*Featured Businesses*/
    ul.featured {
        padding: 20px 20px 0 20px;
        list-style-type: none;
        overflow: hidden;
    }

    ul.featured li
    {
        float: left;
        display: inline;
        padding: 5px;
    }

        ul.featured li:first-child
        {
            padding-left: 10px;
        }

        ul.featured li:last-child
        {
            padding-right: 0px;
        }

/*News*/

ul#news
{
    list-style-type: none;
}

/*Footer*/

.footer
{
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer ul
    {
        list-style-type: none;
    }

        .footer ul li a
        {
            color: #333;
        }

    .footer h4
    {
        color: #003C6E;
        font-size: 20px;
    }

/*FORM*/

.submit
{
    background: #333;
    color: #fff;
    font-family: "myriad-pro-condensed",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    border: 0px;
    cursor: pointer;
}



.sidebox {
    background-color: #2BA6CB;
    margin-top: 20px;
    padding: 15px 15px 15px 15px;
    width: 100%;
}
.sidebox h3{
    margin-top: 0px;
}

.sidebox form{
    margin-bottom: 0px;
}
.advancedSearch {
    clear: both;
    float: right;
    margin-right: 20px;
    background-color: #F47920;
    color: #fff !important;
    font-family: "myriad-pro-condensed",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.searchForm
{
    text-align: center;
}

    .searchForm select
    {
        background-color: #fff;
        font-family: inherit;
        border: 1px solid #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.75);
        display: block;
        font-size: 14px;
        margin: 0 0 12px 0;
        padding: 6px;
        height: 32px;
        width: 100%;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

.width80pcmarginauto
{
    width: 80%;
    margin: auto;
}

/*Profile*/


.profileHead {
    background: #DAECBB;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
    margin-top: 25px;
}

    .profileHead .mainImg
    {
        background: #fff;
        padding: 20px;
    }

        .profileHead .mainImg img
        {
            border: 1px solid #ccc;
        }

    .profileHead h1, #searchDetails h2
    {
        margin-top: 0px;
    }

    .profileHead ul, .locations ul
    {
        list-style-type: none;
    }

        .profileHead ul li a
        {
            color: #333;
        }

        .profileHead ul li span, .locations ul li span, .searchSide li span
        {
            font-weight: bold;
        }

.locations
{
    margin-top: 25px;
    margin-bottom: 25px;
}

    .locations ul
    {
        line-height: 20px;
    }

/*TABS*/

.tabs dd a, .tabs li a
{
    font-family: "myriad-pro-condensed",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 15px;
}

/*Search Details*/
#AdvanceSearch table
{
    width:100%;
}
#AdvanceSearch table td:first-child
{
    width:110px;
}

#searchDetails
{
    list-style-type: none;
}

    #searchDetails ul
    {
        list-style-type: none;
    }

        #searchDetails ul li
        {
            margin-bottom: 10px;
        }

            #searchDetails ul li p
            {
                padding: 0px;
                margin: 0px;
            }

    #searchDetails .grey
    {
        padding: 15px;
    }

        #searchDetails .grey .viewProfile
        {
            color: #fff;
        }

    #searchDetails h2
    {
        margin-bottom: 0px;
    }

.viewProfile {
    background-color: #2BA6CB;
    color: #fff;
    padding: 10px;
    font-family: "myriad-pro-condensed",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.searchSide li
{
    margin-bottom: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(3, 3, 3, 0.2) !important;
    box-shadow: 0px 0px 0px 0px rgba(3, 3, 3, 0.2) !important;
}

ul.tabs-content p
{
    margin: 0px 15px;
    padding-bottom: 5px;
}

/*Profile News*/

.profileNews
{
    list-style-type: none;
    margin: 0px;
}


.newsHead
{
    font-weight: bold;
    color: #003C6E;
    padding-bottom: 0px;
    font-size:18px;
}

.date
{
    font-style: italic;
    font-size: 13px;
}

.productsContent
{
    max-height: 360px;
    overflow: scroll;
    width: 100%;
}

#lean_overlay
{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#contact
{
    width: 404px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}


#expList
{
    margin-top: 20px;
}

    #expList 
    {
        list-style: none;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    #expList li
    {
        line-height: 140%;
        text-indent: 0px;
        background-position: 1px 8px;
        padding-left: 20px;
        background-repeat: no-repeat;
        margin-bottom:0px!important;
    }

    #expList  li  li
    {
        list-style: disc;
        padding-left: 10px;
        margin-left: 20px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    #expList p
    {
        margin: 0;
        display: block;
    }

        #expList p:hover
        {
            background-color: #121212;
        }

    

    /* Collapsed state for list element */
     .collapsed
    {
        background-image: url(../img/collapsed.png);
        background-repeat: no-repeat;
        line-height: 140%;
        text-indent: 0px;
        background-position: 1px 5px;
        padding-left: 20px;
        cursor: pointer;
    }
    /* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
     .expanded
    {
        background-image: url(../img/expanded.png);
        background-repeat: no-repeat;
        line-height: 140%;
        text-indent: 0px;
        background-position: 1px 5px;
        padding-left: 20px;
        cursor: pointer;
    }



#ProductList ul, #brandList ul {
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 5px;
}

#ProductList li, #brandList li
{
    list-style: disc;
    margin-bottom: 0;
    padding-bottom: 0;
}


    #ProductList li ul li, #brandList li ul li {
        list-style: disc;
        margin-bottom: 0;
        padding-bottom: 0;
    }

#ProductList
{
    

}
    

/*Style For Featured Company Page
    */
.businessList li
{
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2ba6cb;
}
.searchInfo li
{
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    text-align: right;
    list-style-type:none;
}
#featuredCompany ul.tabs-content p
{
    margin: 0;
    padding-bottom: 0;
}
/*End Featured Copany Style*/
ul li.isaNewsItem
{
    background: url('../img/itemqube2.gif') no-repeat left top;
    padding: 0 6px 6px 24px;
    margin-bottom: 16px;
}
h4.isaNewsItemtitle
{
    font-size: 18px;
    letter-spacing: -.25px;
    font-weight: 700;
}
h5.isaNewsItemposttime {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-top: 3px;
    margin-bottom: 6px;
}
h5.isaNewsItemposttime span {
color: #333;

}div.isaNewsitemcontent {
    font-size: 14px;
    line-height: 130% ! important;
    overflow: hidden;
    width: 99%;
}

 .rnav-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 10px;
}
.rnav { 
	
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
    .rnav ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        position: relative;
        display: inline-table;
    }
    .rnav > li > ul.sub-navigation {
        min-width: 10em;
        padding: 4px 0;
        background-color: #B2BFCD;
        border: 1px solid #CCC;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }
.rnav ul:after {
	content: ""; clear: both; display: block;
}
.rnav ul li {
	padding: 0px;
}
.rnav > ul > li { 
	display: inline-block;
}
.rnav ul li a { 
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 1em;
}
    .rnav ul li > a {
        /*height:58px;*/
        padding: 15px 0px;
        padding-right: 40px;
        padding-left: 0px;
        color: #003E6B;
        font-family: "myriad-pro-condensed",sans-serif;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.5em;
    }

.rnav ul ul li > a
    {
        padding-left: 10px;
    }

    .rnav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        min-width: 180px;
        background-color: #B2BFCD;
        z-index: 9999;
        margin-top: -15px;
        text-align: center;
    }
 .rnav li > a:hover
    {
        color: white;
    }

    .rnav li a
    {
    }

    .rnav ul li.active a {
        color: white;
    }

.rnav ul li:hover > ul {
	display: block;
}
.rnav ul ul > li {
	position: relative;
    text-align: center;
    width: 100%;
}

    .rnav ul ul > li a {
        height: auto;
        background-color: #B2BFCD;
        color: #003E6B;
        font-size: 1.4em;
        padding: 10px 20px 10px 20px;
        line-height: 1.2;
        -webkit-transition: background-color 0.2s ease-out;
        -moz-transition: background-color 0.2s ease-out;
        -ms-transition: background-color 0.2s ease-out;
        -o-transition: background-color 0.2s ease-out;
        transition: background-color 0.2s ease-out;
    }
 .rnav ul li.active ul li a
    {
        color: #999;
    }

.rnav ul ul > li a:hover {
	background-color: #ccc;
	background-color: rgba(231, 231,231, 0.9);
	color: #333;
}
.rnav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

.SISupplierTag {
    text-align: right;
}

.siteLogo {
    height: 395px;
    margin-bottom: -2px;
}

/* Mobile specific */
@media only screen and (max-width: 768px) {

    .headerlogos {
        text-align: center;
    }

    .headerlogos img {
       margin-right: 0 !important;
    }

    .newtodir_link {
        font-size: 11pt;
    }

    .siteLogo {
        height: 180px;
        margin-top: 20px;
    }
    .SISupplierTag {
        text-align: left;
    }
    .profileLogo {
        text-align: center;
    }

    .mobile-text-center {
        text-align: center;
    }

    .navigation-bar {
        background-color: #B2BFCD;
    }

    .logo
    {
        margin: auto;
        width:290px;
    }

    #memberLogin
    {
        margin: auto;
    }

    a.rnav-link {
        display: block;
        color: white;
        background-color: #2BA6CB;
        font-weight: bold;
    }
	.rnav {
		clear: both;
		min-width: inherit;
		float: none;
	}
        .rnav, .rnav > ul ul {
            overflow: hidden;
            max-height: 0;
            
        }
	.rnav > li > ul.sub-menu {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
            .rnav.active, .rnav > ul li.active {
                max-height: 55em;
                
            }
            .rnav > ul li.active a {
                color: #003E6B !important;
            }
                .rnav ul {
                    display: inline;
                }
	.rnav > ul {
		border-top: 1px solid #808080;
	}
	.rnav li, .rnav > ul > li {
		display: block;
	}
        .rnav li a {
            color: #000;
            display: block;
            position: relative;
            background-color: #DAECBB;
            margin-bottom: 2px;
            font-size: 18px !important;
        }
	.rnav li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
        padding-right:10px;
	}
	.rnav li.has-submenu > a.active:after {
		content: "-";
	}
	.rnav ul ul > li a {
		background-color: #efefef;
	}
	.rnav ul ul, .rnav ul ul ul {
		display: inherit;
		
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}

    .rnav ul li > a
        {
            padding:5px 0px;
            padding-left:8px;
        }

    .profileLogo
    {
        text-align: center;
        margin-bottom:10px;
    }

    .profileHead
    {

    }
	.navigation-bar {
		position:fixed!important;
        top:0px;
        z-index:999999999;
	}
    .header {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .navigation-bar {
		position:fixed!important;
        top:0px;
        z-index:999999999;
	}
    .header {
        margin-top: 40px;
    }
}  
    

.smallpush
{
    margin-top: 5px;
}

.bold
{
    font-weight: bold;
}

.membersMenu li
{
    margin-left: 20px;
    list-style-type:none;
}

.tabs dd, .tabs li {
    background: #efefef;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.tabs dd
{
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.5s, 0.5s;
    -webkit-transition-timing-function: linear, ease-in;
}

    .tabs dd:hover {
        background-color: #003E6B !important;
    }

    .tabs dd a:hover
    {
       
    }


.active a span:hover
{
    color: #3c3c3c!important;
}

.searchResults
{
    font-size: 16px;
}

.links{
   font-weight: bold;
    color: #003C6E;
    padding-bottom: 0px;
    font-size: 18px;
    color:#2795b6!important
}

.MeembersMenu
{
   margin-bottom: 10px; 
}
.MembersMenu li
{
    font-weight: bold;
    font-size: 14pt;
    margin-left: 10px;
}

fieldset legend
{
    font-size: 14pt;
    background: none;
}

/*Foundation Overrides*/
.row{
   
}
.tabs dd.active, .tabs li.active {
    border-top: 3px solid #F47920 !important;
}

.tabs dd, .tabs li {
    background: #2BA6CB !important;
}

.tabs dd a, .tabs li a {
    color: white;
}

label {
    color: black !important;
    font-size: 12pt !important;
}

    label.largetext {
    font-size: 14pt !important;
    }

/*Floating Back-To-Top Button*/
#myBtn {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 40px;
    height: 44px;
    max-width: 44px;
    width: 100%;
    font-size: 44px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: #2BA6CB;
    padding: 4px;
    border-radius: 4px;
}
    /*On Hover Color Change*/
    #myBtn:hover {
        background-color: #F07010;
    }