/* --- FONTS --- 

 font-family: 'lusitanaregular';
 font-family: 'latobold';
 font-family: 'latoregular';
 font-family: 'latoregularitalic';
 font-family: 'latolight';
 font-family: 'latoblack';

------------ */

/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dom     : @color1

Sec     : @color2

---*/

/* --------------------- COLORS ---------------------- */

.business-directory-result em {
    margin-right: 10px;
}

ul.search {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    position: relative;
 margin-top: 30px;
}

#searchPanel a {
    background: #980000;
    right: auto !important;
 margin-left: -20px;
}

.nav-lists.level2 {
    display: none;
}

.howdoi .nav-lists.level2{display: block;}

body #searchPanel input.SearchTerm {
    background: #102828;
}

body .nivo-startstopNav {
    z-index: 9;
}


/*--Link Color--*/
a, a:hover {
 color: #1e4040;
}

.subpage .ptl_page a {
 color: #1e4040;
}

/*-- Header BG color --*/
#header {
 background: #FFF;
}

/*-- School name text color --*/
#school-name h1 {
 color: #980000;
}

/*-- Motto text color --*/
#motto {
 color: #000000;
}

/*-- Menubar BG color --*/
#menubar {
 background: rgba(13, 44, 43, 0.73);
}

/*-- Under banner ribbon BG color --*/
.d-bg {
 background: #F2F2F2;
}

/*-- Under banner ribbon heading text color --*/
.d-bg h2 {
 color: #980000;
}

/*-- Section heading text color and border bottom color --*/
.sec-header h2 {
 border-bottom-color: #c4c4c4;
 color: #980000;
}

/*-- Footer BG color --*/
#footer {
 background: #042c2b;
}

#footer a {
color: #FFF;
}


/*-- Footer school name text color --*/
#footer h3 {
 color: #FFF;
}

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
 border-left: 3px solid #042c2b;
}

/*-- Home News and Upcoming events button --*/
#news-summary .content a.read-more, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:link, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:visited, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:active {
 background: #1e4040;
}

/*-- Home News and Upcoming events button HOVER --*/
#news-summary .content a.read-more:hover, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:hover {
 background: #042c2b;
 color: #FFF;
}

/*---- TELERIK COLORS ----*/

/*--TOP LEVEL STYLES--*/

.RadMenu .rmGroup .rmText {
 color: #ffffff;
}

/*--Normal State--*/
.telerik_main_menu .rmRootGroup a {
 color: #ffffff;
}

.telerik_main_menu .rmRootGroup a span {
 color: #ffffff;
}

/*--Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover,
.telerik_main_menu .rmRootGroup a.rmFocused {
 color: #FFF;
}

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
 color: #FFF;
}

/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--*/
.telerik_main_menu .rmRootGroup a:hover,
.telerik_main_menu .rmRootGroup a.rmFocused {
 background-color: #980000;
}

/*--END OF TOP LEVEL STYLES--*/


/*--DROPDOWN MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup a {
 color: #ffffff;
 background: #1e4040;
}

.telerik_main_menu .rmGroup a span {
 color: #ffffff;
 background: #1e4040;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 background: #042c2b;
 color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 background: #042c2b;
 color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

.rmItem:hover {
 background-color: #042c2b;
}

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #042c2b;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
 color: #171717;
 background: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a span {
 color: #171717;
 background: #ffffff;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
 background: #1e4040;
 color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
 background: #1e4040;
 color: #ffffff;
}

/*--SECOND LEVEL BORDER LEFT--*/

.rmLevel2 {
 border-left: 4px solid #042c2b;
}

/*--END OF DROPDOWN MENU STYLES--*/

/*---- END TELERIK COLORS ----*/

/*------------------------------- END COLORS -------------------------------*/




/*------------------------------- MENU -------------------------------*/
.nav-item {
    padding: 0px 27px;
}

ul.nav-menu {width: 100%; position: relative;}


.nav-lists.level1 > ul.sub-nav-group.category {
    position: relative;
    width: calc(100% - 1.5em);
    column-gap: 10px;
   column-count: 3;
}

.nav-lists.level1 > ul.sub-nav-group.category > li > div > a {
    background: #efefef;
    color: #980001;
 font-weight: bold;
}

nav ul.nav-menu .sub-nav {
background: #FFF;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.22);
}

.nav-menu .nav-lists.level2 .sub-nav-group {
    /*display: block;*/
}

.nav-lists.level1 > ul.sub-nav-group.category > li > div > a:hover {
    background: #FFF;
}


nav ul.nav-menu .sub-nav-group.category a {
    color: #4c4c4c;
}

nav ul.nav-menu .sub-nav-group.category a:hover{
color: #FFF;
}

.nav-lists.level1 > ul.sub-nav-group > li {
    float: left;
    width: 100%;
    padding: 5px 3px;
   display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.nav-lists.level2 ul li {
    margin: 0 0 0 4px;
    padding-bottom: 0px;
}

.nav-lists.level3 {
    display: none;
}

ul.nav-menu .nav-item {
}

.nav-item > a:hover,.nav-item > a:focus {
    color: #FFF;
}

.nav-lists.level1 {
    position: relative;
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
}
ul.nav-menu .nav-item > a.open {
    background: #0c1919;
    color: #FFF;
}


ul.sub-nav-group.category li {
    float: none;
    color: #FFF;
    font-weight: 400;
    =: 1em
    line-height: 1.6em;
    padding-bottom: 4px;
    vertical-align: middle;
}


/* --------------------- IMAGES ---------------------- */

/*-- body BG image --*/
#background {
 background: url('/UserFiles/Servers/Server_12703011/Templates/background-2.jpg') no-repeat center center; 
}

/*--Navigation Arrow BG--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background: url(/Common/resources/DesignPortfolio/SiteThemes/Metric/Blue/arrows-sprite.png);
}

/*--Navigation Arrow--*/

/*--Light--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -44px !important;
}

/*or*/

/*--Dark--*/
/*
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -8px !important;
}
*/

/*------------------------------- END END IMAGES -------------------------------*/

/* --------------------- QUICK LINKS ---------------------- */

ul.quick-links a {
 font-size: 17px;
 margin-bottom: 10px;
 display: block;
}

/*------------------------------- END QUICK LINKS -------------------------------*/

body .row {
 margin-bottom: 10px;
}

.row.bg-d .inside-padding {
 padding-top: 20px;
}

#content-col-wrapper.row {
 margin-bottom: 0px;
}

.sec-header h2 {
 border-bottom-width: 3px;
 border-bottom-style: solid;
 margin: 0px 0px 15px;
 font-family: 'lusitanaregular';
 font-weight: normal;
 font-size: 26px;
 padding-bottom: 5px;
}

#header-left {
 width: 75%;
 float: left;
}

#header-right {
 float: left;
 width: 25%;
}

#logo {
 float: left;
 width: 17%;
}

#logo img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
}

#school-name {
 float: left;
 width: 83%;
}

#school-name h1 {
 margin: 0px;
 font-family: 'lusitanaregular';
 text-transform: uppercase;
 font-size: 33px;
 padding: 10px;
 font-weight: normal;
}
#header-left a {
 display: block;
-webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

#header-left a:hover {
    text-decoration: none !important;
    opacity: 0.6;
}

#motto {
 font-family: 'latolight';
 font-size: 50%;
}

ul#social {
 list-style: none;
 margin: 0px;
 padding: 0px;
 float: right;
margin-top: 15px;
}

#social li.icn {
 display: inline-block;
 padding: 0px 3px 0px 3px;
}

#social li.icn a {
 width: 40px;
 height: 40px;
 display: inline-block;
}

#social li.icn.facebook a { background-position: 0px 0px; }
#social li.icn.twitter a { background-position: -40px 0px; }
#social li.icn.youtube a { background-position: -80px 0px; }
#social li.icn.email a { background-position: -120px 0px; }

#social li.icn a {
 background: url(/common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png);
}

.inner-bar {
 max-width: 1000px;
 margin: 0px auto;
 padding: 0px 10px 0px 10px;
}

#background {
 z-index: -1;
 width: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 height: 200px;
 display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/* -webkit-filter: grayscale(1);
 filter: grayscale(1);*/
}

#banner .inside-padding {
text-align:left;
inside-padding:40px; 10px; 30px; 10p;
background: #FFFFFF; opacity:65%;
}

#banner .bannerContainer {
 position: relative;
 border: 10px solid #ffffff;
}

#banner .nivoSlider {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

.d-bg .inside-padding {
 padding: 25px 10px 25px 10px;
}

.d-bg {
 text-align: center;
}

.d-bg h2 {
 font-family: 'lusitanaregular';
 font-size: 30px;
 margin: 0px 0px 15px;
}

.d-bg p {
 font-family: 'latoregularitalic';
 margin: 0px;
color: #000;
}

#footer {
 color: #FFF;
}

#footer-left {
 width: 66.66666%;
 float: left
}

#footer-address span {
    display: block;
}

#footer-right {
 width: 33.33334%;
 float: right;
}

#footer p {
 font-size: 14px;
 line-height: 18px;
}

#footer-address {
color: #FFF;

}

#RSSLink {
 height: 24px;
 position: absolute;
 width: 24px;
 top: -50px;
 right: 9px;
}

#content-col-wrapper > .inside-padding > .w-33 {
 background: #f5f5f5;
}


#footer h3 {
 font-family: 'lusitanaregular';
 margin: 0px 0px 10px;
 font-size: 25px;
}

.subpage #page {
 max-width: 1000px;
 margin: 30px auto;
 padding: 10px;
}

#sub-content-left {
 width: 23%;
 float: left;
}

#sub-content-right {
 width: 77%;
 float: left;
}

a.navLink {
 display: block;
 padding: 6px;
}

.sitenavl0.currentpage a.navLink {
 background: #f5f5f5;
}

.sitenavl1 a.navLink {
 padding: 3px 6px 3px 6px;
 margin: 6px 0px 6px 0px;
}

.credits {
 background: #333333;
 text-align: center;
 color: #ffffff;
 padding: 5px;
}

.label_skin_corporation {
 font-size: 13px;
 font-family: 'latolight';
}

.label_skin_corporation a {
 color: #ffffff;
 text-decoration: none;
 font-family: 'latolight';
}

.label_skin_corporation a:hover {
 text-decoration: underline;
 color: #ffffff;
}

#breadcrumbs {
 margin: 0px 0px 15px;
}

.RadMenu a.rmLink {
 line-height: 45px;
}

/*** START OF TOP LEVEL MENU STYLES ***/

.telerik_main_menu a,
.telerik_main_menu a:hover {
 text-decoration: none;
 font-size: 13px;
 font-weight: normal;
}

.telerik_main_menu .rmText {
 padding-top: 5px !important;
 padding-bottom: 15px !important;
}

.telerik_main_menu .rmGroup .rmText {
 padding-bottom: 5px !important;
}

.RadMenu .rmItem {
 height: auto;
 margin-right: 0px;
}

.RadMenu .rmText {
 font-family: 'latoregular';
 font-weight: normal;
 font-size: 12pt;
}

.RadMenu .rmLink {
 float: left;
 outline: 0 none;
 padding-left: 0px !important;
}

.RadMenu .rmHorizontal .rmText {
 padding: 0px 8px 0px 8px !important;
 letter-spacing: 0.06em;
}

.RadMenu .rmGroup .rmText {
 margin-left: 0px !important;
 padding: 8px 10px 8px 10px !important;
 margin-bottom: 4px;
}

.rmrootGroup .rmHorizontal li.rmItem {
 margin-left: 10px;
}

/*** Normal State ***/
.telerik_main_menu .rmRootGroup a {
 text-decoration: none;
 font-size: 18px;
 font-family: 'latoregular';
}

.telerik_main_menu .rmRootGroup a span {
 text-decoration: none;
 font-size: 14px;
 font-family: 'latoregular';
}

/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover,
.telerik_main_menu .rmRootGroup a.rmFocused {
 text-decoration: none;
 background-position: left top, right top;
 background-repeat: no-repeat;
}

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
 text-decoration: none;
}

/*** END OF TOP LEVEL MENU STYLES ***/

/*** START OF DROPDOWN MENU STYLES ***/

/*** Normal State ***/

.telerik_main_menu .rmGroup {
}

.telerik_main_menu .rmGroup a {
 text-decoration: none;
 font-size: 10pt;
 font-weight: normal;
}

.telerik_main_menu .rmGroup a span {
 text-decoration: none;
 font-size: 10pt;
 font-weight: normal;
 line-height: normal !important;
 font-family: 'latoregular' ,Arial, Helvetica, sans-serif;
 text-transform: none;
}

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 content: '';
 position: absolute;
 top: 5px;
 right: 5px;
width: 18px;
height: 26px;
}

/*** Over and Focused State ***/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 text-decoration: none;
 border-bottom: none !important;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 text-decoration: none;
}

/*** Dropdown border ***/
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
 width: 200px;
 padding: 0px;
}

/*** END OF DROPDOWN MENU STYLES ***/






#mobile-bar {
 line-height: 40px;
 color: #ffffff;
 text-indent: 15px;
}

@media screen and (max-width: 1050px) {
ul.search {
    text-align: center;
    float: none;
}

ul#social {
    float: none;
}

li#searchPanel {
    float: none;
}
}


@media screen and (max-width: 900px) {

 #background { z-index: 1; }

.megamenu.tester {
    display: none;
}

 #header, #content-wrapper {
  position: relative;
  z-index: 2;
 }
  

ul.search {
    text-align: center;
    float: none;
}

li#searchPanel {
    float: none;
}
  
}

#social li.icn a:hover {
 opacity: 0.8;
}

.ptl_upcomingevents_item .ptl_upcomingevents_date .ptl_upcomingevents_month {
 color: #fff;
}




/* RFP STYLING */

/* search */

.divSearchBox .SearchButton{
/*display: none; */
}

.crmSearch {
	margin: 25px 0;
}

.crmSearch table#ctl00_ContentPlaceHolder1_ctl13_crmSearchView_rbtFrequencyId {
    margin-bottom: 20px;
}


.crmSearch .sidebarImageClass { display: none; }
.crmSearch .viewcontentClass {

}

.crmSearch .crm_advanced_search {
	position: relative;
	height: 50px;
	margin-bottom: 70px;
}
.crmSearch .crm_advanced_search input[type="text"] {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	position: absolute;
	padding: 10px;
	font-size: 16px;
	color: #666;
	width: 550px;
}
.crmSearch .crm_advanced_search input[type="text"]:hover,
.crmSearch .crm_advanced_search input[type="text"]:focus {
	border: 1px solid #666;
	color: #333;
}
.crmSearch .crm_advanced_search input[type="submit"] {
	background: #980000;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	border: none;
	font-weight: 400;
	height: 47px;
	width: 150px;
	line-height: 40px;
	top: -2px;
	padding: 0px;
}
.crmSearch .crm_advanced_search input[type="submit"]:hover {
	background: #042c2b;
}
.crmSearch .crm_advanced_search a {
 	color: #000;
	text-transform: lowercase;
	font-size: 18px;
	top: 53px;
	position: absolute;
background: #d2d2d2;
 	padding: 5px 27px;
 	text-decoration: none;
}
.crmSearch .crm_advanced_search input[type="submit"],
.crmSearch .crm_advanced_search a {right: -475px;}
.crmSearch .crm_advanced_search a:hover { color: #333; }

.crm_advanced_search.Jobs-rfp-search {
    display: none;
}

.crmSearch .sidebarClass {
	border: none;
	background: #f5f5f5;
	width: 240px;
	padding: 0;
	position: relative;
}
.crmSearch .sidebarClass:after {
	content: "";
	display: block;
	background-image: url('/UserFiles/Servers/Server_62555/Image/citizenDashboard/shadow-r.png');
	background-repeat: repeat-y;
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -8px;
}
.crmSearch .sidebarClass > div:first-child {
	background: #e2e2e2;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.crmSearch .sidebarClass .divFilter {
	padding: 10px;
	font-size: 14px;
}
.crmSearch .sidebarClass .filter_sub_header {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
}
.crmSearch .sidebarClass .divFilter input[type="checkbox"] {
	margin: 0 10px 10px 0;
}
.crmSearch .viewcontentClass {
	padding: 0;
}
.crmSearch .DisplaySearch {
	background: #eee;
}
.crmSearch .DisplaySearch .header {
	background: #ccc;
	border-bottom: 1px solid #fff;
	padding: 10px;
	height: 23px;
}
.crmSearch .DisplaySearch .header .headerLeft {
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: 700;
}
.crmSearch .DisplaySearch .header select {
	width: 155 !important;
	position: relative;
	top: -4px;
}

.crmSearch .DisplaySearch .request:hover {
    background: #fafafa;
}

.crmSearch .DisplaySearch .request {
    background: #fff;
    margin: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px #B1B1B1;
    width:90%;
}
.crmSearch .DisplaySearch .request:hover {
    box-shadow: 0px 3px 5px #999;
}
.crmSearch .DisplaySearch .request > a {
	font-family: 'Roboto', sans-serif;
	display: block;
	color: #4b8a8f;
	margin: 0 0 5px;
        text-decoration: none;
}
.crmSearch .DisplaySearch .request > a:hover,
.crmSearch .DisplaySearch .request > a:hover .request-type-title,
.crmSearch .DisplaySearch .request > a:hover .request-id {
	background: none;
	text-decoration: none;
	color: #3a6b6f;
}
.crmSearch .DisplaySearch .request .request-type-title {
	color: #4b8a8f;
}
.crmSearch .DisplaySearch .request .request-title .request-id {
	display: inline-block;
	color: #4b8a8f;
}
.crmSearch .DisplaySearch .request .request-search-info {
	opacity: .6;
	font-size: 13px;
	display: block;
}
.crmSearch .DisplaySearch .request .request-search-image {
	width: 20%;
	height: 90px;
}
.crmSearch .DisplaySearch .request .request-info {
	margin: 20px 0 5px;
}
.crmSearch .DisplaySearch .request .progress-indicator {
	/* margin: 0 40px 0 -40px; */
}
.status-progress {
	margin: 20px 0 10px;
}
.status-progress .bubble,
.progress-indicator > li .bubble,
.progress-indicator > li .bubble:after,
.progress-indicator > li .bubble:before  {
	background: #999;
	border: none;
}
.progress-indicator > li,
.progress-indicator > li .bubble,
.progress-indicator > li:hover {
	color: #999;
}
.progress-indicator .completed .bubble,
.progress-indicator > li.completed .bubble,
.progress-indicator > li.completed .bubble:after {
	background: #54b759;
	border: none;
}
.progress-indicator > li.completed .bubble,
.progress-indicator > li.completed {
	color: #54b759;
}
.crmSearch .DisplaySearch .request-description {
	font-size: 13px;
	line-height: 1.4;
        word-wrap: break-word;
}
.crmSearch .DisplaySearch .footerLeft,
.crmSearch .DisplaySearch .footerRight {
	background: #ccc;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	padding: 10px 0;
}
.crmSearch .DisplaySearch .footerLeft span {
	margin-left: 20px;
}
.crmSearch .DisplaySearch .footerRight {
	text-align: right;
	padding-right: 3%;
}
.crmSearch .DisplaySearch .footerRight span,
.crmSearch .DisplaySearch .footerRight a {
	display: inline-block;
    color: #333;
    padding: 2px 6px;
    margin: 0 1px;
    background: #fff;
}
.crmSearch .DisplaySearch .footerRight a {
	text-decoration: none;
	color: #999;
	background: #DEDEDE;
}
.crmSearch .DisplaySearch .footerRight a:hover {
	text-decoration: none;
	color: #333;
	background: #fff;
}

.crmSearch .DisplaySearch .footerRight {}

input[type="submit"] {
  width: auto;
  padding: 15px;
  border: none;
  font-size: 15px;
  letter-spacing: 0.7px;
  background: #4b8a8f;
  color: #ffffff;
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="submit"]:hover {
 background: #115156;
}

@media screen and (max-width: 850px){
    .filterWrap {
        width: 50%;
    }
}

@media screen and (max-width: 550px){
    .filterWrap {
        width: 100%;
    }
}

.crmSearch .header {
    background: #700720;
    padding: 10px;
    line-height: 30px;
}

.crmSearch .header > * {
    margin: 0;
}

.crm_advanced_search {
    margin-bottom: 20px;
}

p.business-name {
    font-size: 18px;
    font-weight: 500;
}

.business-directory-result p {
    margin: 0.5em 0;
}

.business-directory-result {
    margin: 10px 20px;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 20px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #d4d4d4;
}

.business-directory-result.cf a {
    color: #d00000;
}

.business-directory-result .w-50:last-child {
    font-size: 90%;
}

@media screen and (max-width: 640px){
    .business-directory-result .w-50 {
        width: 100%;
        float: none;
    }
}



/*===== FONTS =====*/

@font-face {
    font-family: 'lusitanaregular';
    src: url('/common/template-fonts/lusitana-regular-webfont.eot');
    src: url('/common/template-fonts/lusitana-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lusitana-regular-webfont.woff') format('woff'),
         url('/common/template-fonts/lusitana-regular-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lusitana-regular-webfont.svg#lusitanaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latoregularitalic';
    src: url('/common/template-fonts/lato-regita-webfont.eot');
    src: url('/common/template-fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-regita-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-regita-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-regita-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latobold';
    src: url('/common/template-fonts/lato-bol-webfont.eot');
    src: url('/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-bol-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-bol-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/common/template-fonts/lato-reg-webfont.eot');
    src: url('/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-reg-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-reg-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latolight';
    src: url('/common/template-fonts/lato-lig-webfont.eot');
    src: url('/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-lig-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-lig-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('/common/template-fonts/lato-bla-webfont.eot');
    src: url('/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-bla-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-bla-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------*/



.slick-slider { margin-bottom: 20px; }



#background {
  background: none;
}

#banner .inside-padding  {
    background: url(/UserFiles/Servers/Server_12703011/Templates/background-new.jpg) no-repeat center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#banner .inside-padding {
    opacity: 1;
}

#banner .inside-padding  {
    color: #000;
    height: 400px;
}

@media screen and (max-width: 900px) {
#banner .inside-padding  {
    height: 250px;
}
#menubar {
    margin-bottom: 0;
}
}


@media screen and (max-width: 700px) {
#banner .inside-padding  {
    height: 180px;
}
}


#banner .inside-padding {
    max-width: 1400px;
    padding: 0;
}


#banner {
    background: #226571;
}
