body {
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  padding-top: 55px;
}


@media screen and (min-width: 767px) {
  /* line 5, ../../../../dev/sass/_base.scss */
  body {
    padding-top: 145px;
  }
  .page-template-page-hero-header-elementor-w_slashes {
        padding-top: 177px !important;
  }

}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
	background-image: none !important;
	padding-bottom: 0 !important;
	padding-top: 0;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* line 1, ../../../../dev/sass/_components.buttons.scss */
.c-btn {
  display: inline-block;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
  font-size: 16px;
  text-decoration: none !important;
}
/* line 9, ../../../../dev/sass/_components.buttons.scss */
.c-btn--yellow {
  background: #ffcd00;
  color: #17314e;
}
/* line 14, ../../../../dev/sass/_components.buttons.scss */
.c-btn--green {
  background: #1e988a;
  color: #fff !important;
}
/* line 19, ../../../../dev/sass/_components.buttons.scss */
.c-btn--red {
  background: #c2002f;
  color: #fff !important;
}
/* line 24, ../../../../dev/sass/_components.buttons.scss */
.c-btn--small {
  width: 95px;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1, ../../../../dev/sass/_components.header.scss */
.c-site-header {
  height: 55px;
  box-shadow: 0px 4px 8px 0 rgba(50, 50, 50, 0.25);
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  background: #fff;
  overflow: visible;

}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../dev/sass/_components.header.scss */
  .c-site-header {
    height: 90px;
  }
}
/* line 18, ../../../../dev/sass/_components.header.scss */
.c-site-header.pinned {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 23, ../../../../dev/sass/_components.header.scss */
.c-site-header.unpinned {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 29, ../../../../dev/sass/_components.header.scss */
.c-search-launcher {
  position: absolute;
  right: 13%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px !important;
  height: 22px;
  color: gray;
  display: block;
}
@media screen and (min-width: 767px) {
  /* line 29, ../../../../dev/sass/_components.header.scss */
  .c-search-launcher {
    display: none !important;
  }
}

/* line 45, ../../../../dev/sass/_components.header.scss */
.c-site-logo {
  width: 150px;
  display: block;
  position: absolute;
  left: 2.5%;
  top: -6px;
}
@media screen and (min-width: 767px) {
  /* line 45, ../../../../dev/sass/_components.header.scss */
  .c-site-logo {
    width: 250px;
    top: -6px;
  }


}


/* line 107, ../../../../dev/sass/_components.header.scss */
.c-site-header-content {
  text-align: right;
  font-size: 0;
  padding: 10px 6% 0 0;
}
@media screen and (min-width: 767px) {
  /* line 107, ../../../../dev/sass/_components.header.scss */
  .c-site-header-content {
    padding: 28px 2.5% 0 0;
  }
}

/* line 117, ../../../../dev/sass/_components.header.scss */
.c-search-form-container,
.c-site-header-actions {
  display: inline-block;
  vertical-align: middle;
}

/* line 123, ../../../../dev/sass/_components.header.scss */
.c-site-header-actions {
  display: none;
}
@media screen and (min-width: 767px) {
  /* line 123, ../../../../dev/sass/_components.header.scss */
  .c-site-header-actions {
    display: inline-block;
  }
}

/* line 131, ../../../../dev/sass/_components.header.scss */
.c-search-form {
  width: 80px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 30px;
  position: relative;
  vertical-align: middle;

  display: inline-block;
}
@media screen and (min-width: 370px) {
  /* line 131, ../../../../dev/sass/_components.header.scss */
  .c-search-form {
    width: 150px;
  }
}
@media screen and (min-width: 500px) {
  /* line 131, ../../../../dev/sass/_components.header.scss */
  .c-search-form {
    width: 231px;
  }
}

/* line 148, ../../../../dev/sass/_components.header.scss */
.c-search-form__input {
  border: none;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  color: #ccc;
  background: #fff;
  font-weight: 500;
}

/* line 94, ../../../../dev/sass/_components.header.scss */
.c-search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: none;
}
/* line 103, ../../../../dev/sass/_components.header.scss */
.c-search-form__submit .fa {
  color: #ccc;
  font-size: 15px;
}

/* line 112, ../../../../dev/sass/_components.header.scss */
.c-site-header-actions a:first-child {
  margin-right: 10px;
}

.newsletter-link {

  color: #1e988a !important;
  font-size: 13px;
  display: none;
  vertical-align: middle;
  margin-right: 15px;
  font-family: "Gotham A", "Gotham B";
}

.newsletter-link:hover {
	text-decoration: none;
	color: #ffdb00 !important;
}

@media screen and (min-width: 960px) {
  /* line 172, ../../../../dev/sass/_components.header.scss */
  .newsletter-link {
    display: inline-block;
  }
}

/* line 1, ../../../../dev/sass/_components.navigation.scss */
.c-nav-toggle {
  position: absolute;
  cursor: pointer;
  right: 2.5%;
  top: 0;

  margin: auto;
  width: 26px;
  height: 12px;
  border-top: 4px solid #1e988a;
  border-bottom: 4px solid #1e988a;
}
@media screen and (min-width: 560px) {
  /* line 1, ../../../../dev/sass/_components.navigation.scss */
  .c-nav-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../dev/sass/_components.navigation.scss */
  .c-nav-toggle {
    display: none;
  }
}
/* line 21, ../../../../dev/sass/_components.navigation.scss */
.c-nav-toggle:before {
  content: '';
  position: absolute;
  top: 4px;
  width: 26px;
  height: 4px;
  background: #1e988a;
}

/* line 31, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation {
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  height: 100%;
  overflow: scroll;
  z-index: 9001;
  background: #1e988a;
  padding-top: 27px;
  transition: all .4s ease;
  box-sizing: border-box;
}
/* line 44, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation li {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4px 0;
}
/* line 49, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation li:last-child {
  border-bottom: none;
}
/* line 55, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation a,
.c-mobile-navigation span {
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  line-height: 40px;
  font-weight: 900;
  font-size: 14px;
  transition: .25s ease-out;
}
/* line 68, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu {
  margin: 0 0 10px;
}
/* line 72, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu li {
  text-transform: none;
  border-bottom: 0;
}
/* line 76, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu li a {
  color: rgba(255, 255, 255, 0.8);
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
/* line 83, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.35);
  transition: .25s ease-out;
}
/* line 93, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation.active {
  -ms-transform: translateX(-260px);
      transform: translateX(-260px);
}



/* line 43, ../../../../dev/sass/_components.header.scss
.c-site-header {
  box-shadow: none;
  overflow: visible;
  height: 55px;
  background: #fff;

}

*/
/* line 49, ../../../../dev/sass/_components.header.scss */
.c-site-header .c-search-launcher {
  top: 21px;
}
/* line 53, ../../../../dev/sass/_components.header.scss */
.c-site-header .c-nav-toggle {
  top: 1px;
}
/* line 57, ../../../../dev/sass/_components.header.scss */
.c-site-header #nav {
  box-shadow: inset 0px 1px 5px 0 rgba(50, 50, 50, 0.15);
  background-color: #fff;
  top: 8px;
  min-width: 100px;
  line-height: 22px;
}



.c-site-header__interior {
	position: relative;
	width: 320px;
	background: #fff;
	max-width: 960px;
}

.c-site-header__note {
  background: #1e988a;
  color: #fff;
  font: 8px/28px "Gotham A", "Gotham B";
  height: 28px;
  text-align: center;
  z-index: 3;
  padding-right: 2.5%;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
}

.c-site-header__note > div {
	max-width: 320px;
}


@media screen and (min-width: 360px) {
	.c-search-form {
		width: 80px !important;
	}

	.c-site-header__interior {
		width: 360px;
	}

	.c-site-header__note > div {
		max-width: 360px;
	}

}

@media screen and (min-width: 375px) {
	.c-site-header__interior {
		width: 375px;
	}
	.c-site-header__note > div {
		max-width: 375px;
	}

}



@media screen and (min-width: 405px) {
	.c-site-header__note {
	  font-size: 9px;
	}
}

@media screen and (min-width: 414px) {
	.c-site-header__interior {
		width: 414px;
	}

	.c-site-header__note > div {
		max-width: 414px;
	}
}



@media screen and (min-width: 500px) {
	.c-site-header__note {
	  font-size: 11px;
	  text-align: right;
	}
	.c-site-header__interior {
		width: 500px;
	}

	.c-site-header__note > div {
		max-width: 500px;
	}

	.c-search-form {
		width: 150px !important;
	}
}

@media screen and (min-width: 600px) {
	.c-site-header__interior {
		width: 600px;
	}

	.c-site-header__note > div {
		max-width: 600px;
	}
}


@media screen and (min-width: 767px) {
  /* line 43, ../../../../dev/sass/_components.header.scss */
  .c-site-header {
    height: 145px;

  }

   .c-site-header .c-site-logo {
    top: -11px;
  }

  .c-site-header__interior {
  	width: 100%;
  	margin: 0 auto;
  }

  .c-site-header__note > div {
		max-width: 960px;
	}


  .c-site-header__note > div {
	margin: 0 auto;
  }


  /* line 66, ../../../../dev/sass/_components.header.scss */
  .c-site-header #nav {
    height: 55px;
    top: 25px;
  }
  /* line 70, ../../../../dev/sass/_components.header.scss */
  .c-site-header #nav .wrap,
  .c-site-header #nav .wrap > ul,
  .c-site-header #nav .wrap > ul > li {
    height: 55px;
  }
  /* line 77, ../../../../dev/sass/_components.header.scss */
  .c-site-header #nav .wrap > ul > li > a {
    padding-top: 17px;
  }
  /* line 83, ../../../../dev/sass/_components.header.scss */


}


.page-template-page-header-test2 #content-sidebar-wrap {
	width: 100%;
}

.page-template-page-header-test2 #content {
	width: 100%;
}



/* line 167, ../../../../dev/sass/_components.header.scss */




#nav {
    overflow: visible;
    background: url(/wp-content/themes/cer/img/top-texture.gif) repeat-x scroll left bottom transparent;
    border-bottom: medium none;
    color: #000000;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 45px;
    left: 0;
    margin: 0 0 -66px;
    padding-bottom: 20px;
    position: relative;
    right: 0;
    top: 5px;
    width: 100%;
    min-width: 960px;
    z-index: 500;
    clear: both;
    text-transform: uppercase;
}


.c-site-header #nav {
    box-shadow: inset 0px 1px 5px 0 rgba(50, 50, 50, 0.15);
    background-color: #fff;
    top: 8px;
    min-width: 100px;
}

#wrap #nav { line-height:22px; }


@media screen and (min-width: 767px){
	.c-site-header #nav {
	    height: 55px;
	    top: 25px;
	}
}

#nav .wrap {
    border-bottom: 4px solid #B1B1B1;
    height: 45px;
    width: 100%;
}

@media (min-width: 768px) {
	#nav .wrap {
	    display: block !important;
	}
}

@media screen and (min-width: 767px) {
	.c-site-header #nav .wrap,
	.c-site-header #nav .wrap > ul,
	.c-site-header #nav .wrap > ul > li {
	    height: 55px;
	}
}


#nav ul {
    float: none;
    height: 45px;
    list-style: none outside none;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#nav li {
    float: left;
    list-style-type: none;
}

#nav li.current_page_item, #nav li:hover {
    text-decoration: none !important;
    background: url(/wp-content/themes/cer/img/nav-indicator.png) no-repeat scroll 50% 100% transparent;
}

#nav li a {
    color: #000;
    padding: 7px 25px 20px 25px;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
    padding-right:  30px;
    padding-top: 17px;
}

@media screen and (max-width: 999px) and (min-width: 767px) {
    #nav li a {
        font-size: 15px !important;
    }
}

ul#menu-primary-menu > li > ul.sub-menu {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #B1B1B1;
    border-style: solid;
    border-width: 0 4px 4px;
    display: none;
    height: 230px;
    overflow: hidden;
    position: absolute;
    width: auto;
    left: 0px;
    z-index: 9999;
}



ul#menu-primary-menu > li > ul.sub-menu > li {
    border-left: 1px solid #EAEAEA;
    padding: 5px;
    height: 255px;
}

ul#menu-primary-menu > li > ul.sub-menu > li:first-child {
    border-left: 0 none;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav {
	overflow:visible;
	background: url("/wp-content/themes/cer/img/top-texture.gif") repeat-x scroll left bottom transparent;
    border-bottom: medium none;
    color: #000000;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 45px;
    left: 0;
    margin: 0 0 -66px;
    padding-bottom: 20px;
    position: relative;
    right: 0;
    top: -45px;
    width: 100%;
	min-width:960px;
    z-index: 500; }
#nav .wrap {
	border-bottom: 4px solid #B1B1B1;
    height: 45px;
    width: 100%; }
#nav ul {
	float: none;
    height: 45px;
    list-style: none outside none;
    margin: 0 auto;
    position: relative;
    width: 960px; }

#nav li {
    height: 45px;
}
#nav li a {
	color:#000;
	padding:7px 25px 20px 25px;
	font-size:16px; }
#nav li a:hover {
	background:#FFF;
	color:#008752 !important; }
#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item a {
	background-color:inherit;
	color:black; }
#nav li.current_page_item, #nav li:hover {
	text-decoration:none !important;
	background: url("/wp-content/themes/cer/img/nav-indicator.png") no-repeat scroll 50% 100% transparent;
	}
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul, #nav li a.sf-with-ul, #subnav li a.sf-with-ul {
	padding-right:30px;
}
li a .sf-sub-indicator {
	display:none;
}

ul#menu-primary-menu > li > ul.sub-menu {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #B1B1B1;
    border-style: solid;
    border-width: 0 4px 4px;
    display: none;
    height: 230px;
    overflow: hidden;
    position: absolute;
    width: auto;
	left:0px;
}

ul#menu-primary-menu > li#menu-item-30 > ul.sub-menu, ul#menu-primary-menu > li#menu-item-31 > ul.sub-menu, ul#menu-primary-menu > li#menu-item-32 > ul.sub-menu, ul#menu-primary-menu > li#menu-item-32192 > ul.sub-menu, ul#menu-primary-menu > li#menu-item-45829 > ul.sub-menu, ul#menu-primary-menu > li#menu-item-47265 > ul.sub-menu {
	left:auto;
	right:0px;
}

ul#menu-primary-menu > li > ul.sub-menu > li {
    border-left: 1px solid #EAEAEA;
    padding: 5px;
	height:255px;
}
ul#menu-primary-menu > li > ul.sub-menu > li:first-child {
    border-left: 0 none;
}
ul#menu-primary-menu > li > ul.sub-menu > li > a {
    display: block;
    height: 0;
    line-height: 15px;
    padding-bottom: 125px;
    vertical-align: bottom;
    width: 127px;
}

ul.sub-menu a, #nav li.nav-donate li a {
	color:#666 !important;
	text-transform:uppercase !important;
}

#nav li li a {
		border:none !important;
		background-color:#fff !important;
		padding-left:0px !important;
		margin-left:5px;
}
#nav li li a img {
	position:absolute;
	bottom:0;
	left:0;
}
#nav li li li a {
	background:none !important;
	border:none !important;
}

#nav li li a:hover, #nav li.nav-donate li a:hover {
	color:#666 !important;
	text-decoration:underline;

}

#nav li ul ul, #nav li.nav-donate ul ul {
	visibility:visible !important;
	margin:0;
	display:block !important;
}

#nav li ul ul li, #nav li.nav-donate ul ul li {
	height:unset;
	background:none !important;
}

#nav li ul ul li a, #nav li.nav-donate ul ul li a{
	color:#008752 !important;
	text-transform:none !important;
	line-height:6px !important;
	font-size:10px !important;
	font-weight:bold;
	height:6px !important;
}

#nav li ul ul li a:hover {
	color:#008752 !important;
}


#nav li.nav-donate a{
	color: #DD0707 !important;
}

.l-header-wrapper {
	height:  55px;
	overflow: hidden;
	position: absolute;
	width: 200px;
}

@media screen and (min-width: 767px) {
	.l-header-wrapper {
		overflow: visible;
		height:  auto;
		width: auto;
		position: relative;
	}
}



/* Subnav menu */
.subnav { border-bottom:none; height:22px; overflow:hidden; }
.subnav li.current-menu-item a, #subnav li.page_item.active { text-decoration:underline; }

@media (max-width:979px){
	.header-right .widget_search, .header-right .widget_nav_menu, #nav, #wrap {min-width:inherit;}
	#header, .header-right .widget-wrap, .header-image #title-area, .header-image #title-area #title, #nav ul, #inner, .content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, .page-template-default #content, .single-format-standard #content, .single-edspresso #content, #footer .creds {width:748px;}
	.header-image #title-area #title a {width:748px; background-size:748px;}
	#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul, #nav li a.sf-with-ul, #subnav li a.sf-with-ul {padding-right:15px;}
	#nav li a {padding-left:15px;}
	.page-template-default .inner-content, .single-format-standard .inner-content, .single-edspresso .inner-content {width:440px;}

	}


@media (max-width:767px){
	#header, .header-right .widget-wrap, .header-image #title-area, .header-image #title-area #title, #nav ul, #inner, .content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content 					#content-sidebar-wrap, .page-template-default #content, .single-format-standard #content, .single-edspresso #content, #footer .creds {width:460px;}
	.header-image #title-area #title a {width:460px; background-size:460px;}
	#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul, #nav li a.sf-with-ul, #subnav li a.sf-with-ul {padding-right:15px;}
	#nav li a {padding-left:15px;}

	.list_container
	#takeactionresponsive .listing, #takeactionresponsive .listing:nth-child(2), #takeactionresponsive .listing:last-child, .list_container .listing, .list_container .listing.last {width:100% !important;}
	#takeactionresponsive .multi-listing-primary p, .list_container .multi-listing-primary p {height:auto; padding-left:14px; padding-right:14px;}

	#nav .wrap {display:none;}
	.navbar-toggle {display:block;}
	#header {height:180px;}
	#nav {background:#fff;border-top: 4px solid #b1b1b1;clear: both;height: auto;margin: 0;padding:0px 0 0 0;top: 0;}
	#nav ul, #nav .wrap {height:auto;}
	#nav li {height:auto; float:none; display:block;}
	#nav li.current_page_item, #nav li:hover {background:none;}
	ul#menu-primary-menu > li > ul.sub-menu {border-left:0px;border-right:0px; position:relative;}
	.header-image #title-area {position:relative; top:25px;}
	ul#menu-primary-menu > li > ul.sub-menu {height:auto;}
	#nav li li {float:left;}
	ul#menu-primary-menu > li > ul.sub-menu > li > a {width:123px;}
	}

@media (max-width:479px){
	#header, .header-right .widget-wrap, .header-image #title-area, .header-image #title-area #title, #nav ul, #inner, .content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content 					#content-sidebar-wrap, .page-template-default #content, .single-format-standard #content, .single-edspresso #content, #footer .creds {width:300px;}
	.header-image #title-area #title a {width:300px; background-size:300px;}
	#header {height:110px !important;}
	#footer .creds .creds-left p {text-align:center;}
	.page-template-default .inner-content, .single-format-standard .inner-content, .single-edspresso .inner-content {width:auto; float:none;}
    .content.floatleft {float:none;}
    img {max-width:100%;}
	#takeactionresponsive .listing-header h1, .list_container .listing-header h1 {font-size:16px;}
	}


#nav li ul ul li.menu-item-45743 a { line-height: 10px !important; }
#nav li ul ul li.menu-item-45743 { margin-bottom: 5px !important; }
