@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Overlock:400,700,400italic,700italic|Open+Sans:400italic,400,700);
@import url("menu.css");
html {
  /* background: #f8f7ce url(../images/bg-body6.jpg) center no-repeat fixed; */
  background: #f8f7ce url(../images/bg-body6.jpg) top right no-repeat fixed;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
body {
  background: url(../images/bg-topline.png) top repeat-x;
  color: #222;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
a {
  color: #ba00b4;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
p { margin: 0 0 17px; }
b,
strong { font-weight: 700; }
em { font-style: italic; }
hr { margin: 35px 0; }
blockquote {
  background: url(../images/bg-quote.png) no-repeat left top;
  padding: 10px 0 10px 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.btn-basic {
  font-family: 'Overlock', cursive;
  font-weight: 700;
}
video {
    width: 100%;
}
h1 {
  font-size: 230%;
  line-height: 125%;
  margin: 0 0 18px;
  color: #b75cb7;
  text-shadow: 1px 1px 2px #fff;
}
h2 {
  font-size: 170%;
  line-height: 120%;
  margin: 3px 0 15px;
  color: #b75cb7;
}
h3,
h2.small {
  font-size: 135%;
  line-height: 110%;
  margin: 20px 0 10px;
  color: #222;
}
h4 {
  font-size: 120%;
  margin: 0 0 10px;
}
a img {
  border: none;
  transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
}
a:hover img {
  -moz-opacity: .80;
  filter: alpha(opacity=80);
  opacity: .80;
}
.italic{font-style:italic;}
.fl { float: left; }
.fr { float: right; }
figure.fl,
/* img.fl { margin: 0 15px 15px 0; } */
img.fl { margin: 0 14px 15px 0; }
figure.fr,
img.fr { margin: 0 0 15px 15px; }
.small {
  font-size: 80%;
  line-height: 70%;
}
.clear {
  clear: both;
  height: 0;
}
small { font-size: 80%; }
figure {
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 5px;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
figure figcaption {
  font-size: 80%;
  margin-top: 5px;
  color: #999;
  text-align: right
}
figure img { display: block; }
.red { color: #d00 }
.list,
.o-list,
.o-list ol {
  list-style: disc;
  padding-left: 37px;
  margin: 2px 0 10px;
  /* display: inline-block; */
}
.ordered-list{
  list-style:decimal;
  padding-left: 37px;
  margin: 2px 0 10px;
  display: inline-block;
  }
.list.bl,
.o-list.bl,
.o-list.bl ol { display: block; }
.o-list,
.o-list .o-list { list-style: decimal; }
.o-list ol {
  list-style: lower-alpha;
  margin-top: 10px;
  display: block;
}
.list li,
.ordered-list li,
.o-list li,
.o-list li li,
.list.leaf li li {
  margin-bottom: 7px;
  padding-left: 7px;
}
.list.leaf2 li li {
  margin-bottom: 7px;
  padding-left: 7px;
}
.list.leaf { padding-left: 12px; }
.list.leaf2 { padding-left: 17px; }
.list.leaf > li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 30px;
  background: url(../images/bul1.png) no-repeat left 1px;
}
.list.leaf2 > li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 30px;
  background: url(../images/bul2.png) no-repeat left 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
figure.fig-cap {
  background: #fff;
  color: #666;
  font-size: 80%;
  padding: 6px;
  text-align: center;
  display: inline-block;
  zoom: 1;
*display:inline;
  text-shadow: none
}
figure.fig-cap.fr { margin: 0 0 10px 15px; }
figure.fig-cap.fl { margin: 0 15px 10px 0; }
figure.fig-cap img {
  display: block;
  margin-bottom: 5px;
}
.w50 { width: 50%; }
.btn-basic {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 6px 20px 7px;
  background: #c078c0 url(../images/btn-grad.png) repeat-x center center;
  background-size: contain;
  color: #fff !important;
  font-size: 120%;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  border-radius: 3px;
  margin-bottom: 10px;
}
.btn-basic:hover {
  text-decoration: none;
  background-color: #ad29ad
}
.btn-basic.lg {
  font-size: 160%;
  padding: 15px 0;
  display: block;
  margin: 20px
}
header,
#slider,
#breadcrumb,
#mainContent,
footer .container {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 980px;
}
/*
	header
*/

header {
  height: 185px;
  position: relative;
  z-index: 200;
}
header a.logo-home {
  position: relative;
  left: 0px;
  top: 13px;
  opacity: 1;
  transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
}
header a.logo-home:hover {
  -moz-opacity: .80;
  filter: alpha(opacity=80);
  opacity: .80;
}
header .office-info {
  position: absolute;
  right: 0px;
  top: 15px;
}
header .office-info li {
  float: left;
  margin-left: 28px;
}
header .office-info span {
  color: #bbb;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 80%;
}
header .office-info .fb { width: 65px; }
header .office-info .g { width: 55px; }
header .office-info .twi { width: 70px; }
header .app {
  position: relative;
  top: -5px;
  font-size: 90%;
  padding: 4px 15px 5px;
  background-color: #F60;
}
header .app img {
  position: relative;
  top: 3px;
  margin-right: 4px
}
header .app:hover { background-color: #E00; }
header .sub-title {
  font-family: 'Overlock', cursive;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 70px;
  left: 180px;
  font-size: 150%;
  color: #cdd67e;
}
header .intake-form {
  position: absolute;
  right: 0;
  top: 58px;
  background: #88552f;
  font-size: 120%;
  padding: 10px 20px 11px;
  border-radius: 3px;
}
header .intake-form:hover { background: #834211; }
#breadcrumb {
  font-size: 80%;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  color: #666;
}
#breadcrumb .container {
  margin-left: 179px;
  background: rgba(0,0,0,0.05);
  padding: 3px 8px;
}
#breadcrumb a { color: #333; }
#breadcrumb a:after {
  content: ">";
  display: inline-block;
  padding: 0 2px 0 7px;
  color: #999
}
#breadcrumb a:hover:after { text-decoration: none !important; }
#breadcrumb span {
  color: #555;
  margin-right: 5px;
  text-transform: none;
}
/*
	Main Content
*/

#mainContent {
  display: block;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  padding: 0 0 15px;
  zoom: 1;
}
#mainContent .container {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 25px 30px;
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  min-height: 500px
}
#mainContent .left-col {
  float: left;
  position: relative;
  width: 170px;
}
#mainContent .left-col h4 {
  color: #aaa;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 110%;
  text-transform: uppercase;
}
#mainContent .right-col {
  float: right;
  position: relative;
  width: 750px;
}
#mainContent section,
#mainContent aside {
  margin: 0 0 40px;
  position: relative;
  zoom: 1;
}
#mainContent article section {
  margin: 0 0 35px;
  padding-bottom: 25px;
  border-bottom: dashed 1px #CCCCCC;
}
#mainContent article section:last-child {
  margin: 0 0 20px;
  padding-bottom: 0;
  border-bottom: none;
}
#mainContent .top-img {
  display: block;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.full-img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
hgroup h3 { margin: -10px 0 20px !important; }
.testimonials blockquote {
  background: url(../images/bg-quote.png) no-repeat left top;
  padding: 10px 0 10px 20px;
}
.testimonials li { border-top: 1px solid #CCCCCC }
.testimonials li:first-child {
  padding: 0;
  border: 0;
}
.testimonials li blockquote {
  margin-top: 30px;
  padding-bottom: 0;
}
.testimonials b {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
.testimonials li b {
  text-align: left;
  text-indent: 20px;
}
.listen-media {
  padding: 20px;
  background: rgba(134,147,56,0.2);
  margin: 0 0 20px;
  border-radius: 5px;
}
.listen-media i {
  font-size: 90%;
  font-style: italic;
  display: block;
  margin-bottom: 15px
}
.listen-media img,
.listen-media span { float: left; }
.listen-media img { margin-right: 15px; }
.listen-media span { width: 70%; }
.team {
  margin: 20px 0 0;
  width: 100%;
}
.team li {
  width: 45%;
  float: left;
  border: dashed #CCCCCC 1px;
  margin: 0 0 15px;
  padding: 12px;
  display: block;
}
.team li:nth-child(2n-1) { margin: 0 24px 15px 0; }
.team li h2 {
  font-size: 140%;
  margin: 5px 0;
}
.team li b {
  font-size: 90%;
  color: #666;
  margin-bottom: 10px;
  display: block
}
.team li figure {
  float: left;
  margin-right: 12px;
}
.team li figure img { width: 100px; }
.citation {
  border-top: 1px #ccc solid;
  padding-top: 15px;
  margin: 0 !important;
  color: #333;
  line-height: 100%;
}
.citation li {
  padding: 5px 10px;
  font-size: 80%;
  font-style: italic;
}
.contact-info {
  margin: 0 0 35px;
  border-spacing: 2px;
}
.contact-info th,
.contact-info td { padding: 5px 10px; }
.contact-info th {
  text-align: left;
  font-weight: bold;
  width: 80px;
  background: #eee;
  font-size: 90%;
}
.left-col .fb-box {
  background: #fff;
  border: #3B5998 8px solid;
  padding: 5px;
  display: block;
  position: relative;
  width: 140px;
  margin: 5px 0 !important
}
.left-col .fb-box .thumb {
  float: left;
  margin: 0;
  padding: 5px 5px 0;
}
.bn-bottom {
  margin: 20px 0 0;
  position: relative;
  top: 5px;
}
.bn-bottom a:first-child { margin-right: 25px; }
/* Footer */
footer {
  margin-top: 40px;
  background: #a67338;
  box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 0.6);
  color: #222;
  font-size: 90%;
  min-height: 200px;
}
footer .container { padding: 65px 0 0; }
footer .container .fl,
footer .container .fr {
  position: relative;
  height: 110px;
}
footer .container .fl { width: 670px; }
footer .container .fr { width: 300px; }
footer #newsletter {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -40px;
  background: rgba(183, 92, 183, 0.9);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  vertical-align: middle;
}
footer #newsletter h4 {
  display: inline-block;
  color: #fff;
  font-size: 200%;
  font-style: italic;
  margin: 0 18px 0 30px;
  position: relative;
  top: 2px
}
footer #newsletter form {
  position: relative;
  top: 20px;
  left: 0
}
footer #newsletter form input {
  border: solid #ccc 1px;
  padding: 5px;
  margin-right: 10px
}
footer #newsletter form input.btn-basic {
  border: none;
  background-color: #76841f;
  font-family: 'Overlock', cursive;
  font-size: 140%;
  padding: 5px 25px;
}
#n-message { padding: 15px 30px 0; }
#n-message h2 {
  color: #fff;
  margin: 0;
  display: inline-block;
}
#n-message #checkmark {
  float: left;
  padding-right: 15px;
}
footer nav { margin-top: 5px; }
footer nav a {
  color: #300;
  text-transform: uppercase;
}
footer nav ul {
  margin: 0;
  display: block;
  width: 100%;
}
footer nav ul li { float: left; }
footer nav ul li:after {
  content: "::";
  display: block;
  float: left;
  margin: 0 8px;
}
footer nav ul li:first-child:after {
  content: "" !important;
  margin: 0;
}
footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(51, 0, 0, 0.3);
  padding: 10px 15px;
  display: block;
  width: 640px;
}
footer .copy b {
  color: #FFF;
  margin-right: 20px;
}
footer .copy .terms {
  color: #999;
  display: inline-block;
  font-size: 90%;
}
footer .copy .terms a {
  color: #ccc;
  margin: 0 5px;
  text-transform: uppercase;
}
footer .copy .s-ico {
  position: absolute;
  right: 3px;
  ;
  top: -20px;
}
footer .office-info {
  position: absolute;
  bottom: 0;
  width: 270px;
  background: url(../images/logo-foot.png) no-repeat 210px center rgba(51, 0, 0, 0.3);
  color: #fff;
  padding: 15px;
  line-height: 16px;
}
.only-m { display: none }
/*homepage review*/
#reviews .content{z-index:1}
#reviews .overall .col-1-2:first-child em{color:#666;margin-top:6px;line-height:10px;display:block}#reviews .overall b{display:block;line-height:21px;margin:0 0 4px;padding:0}#reviews .overall b span{font-weight:normal;margin-left:5px}#reviews .overall small{display:block;line-height:1.3;text-align:right;margin-bottom:8px;color:#666}#reviews .overall .btn{float:right}#reviews ul{list-style:none;margin:10px 0 0;padding:0}#reviews ul .stars{display:block;font-weight:normal;font-size:90%}#reviews ul li{border-top:1px dotted #999;margin:0;padding:10px 0 10px 0;position:relative}#reviews ul li h5{color:#333;margin:0}#reviews ul li h5 b{color:#069;display:block;font-size:120%;margin:10px 0 8px;padding:0 0 2px}.stars{background-image:url(/stars.png);background-repeat:no-repeat;display:inline-block;height:20px;left:-3px;line-height:20px;padding:0 5px 0 110px;position:relative;overflow:hidden}.stars.r00{background-position:0 -200px}.stars.r05{background-position:0 -180px}.stars.r10{background-position:0 -160px}.stars.r15{background-position:0 -140px}.stars.r20{background-position:0 -120px}.stars.r25{background-position:0 -100px}.stars.r30{background-position:0 -80px}.stars.r35{background-position:0 -60px}.stars.r40{background-position:0 -40px}.stars.r45{background-position:0 -20px}.stars.r50{background-position:0 0}
/*homepage review*/
 @media screen and (max-width: 480px) {
h1 { line-height: 1 }
#mainContent .container {
  padding: 20px;
  word-wrap: break-word;
}
.o-list li, .list li { word-wrap: break-word; }
.only-m { display: block }
.list { width: 90% !important }
header,
#mainContent,
footer .container {
  margin: 0 1%;
  width: 98%;
}
figure img,
.top-img,
form,
fieldset,
form label,
.service-cb li,
#mainContent .video-js,
.contact-info { width: 100% !important }
#mainContent .video-js { height: 170px !important }
.service-cb {
  width: 90% !important;
  padding: 5% !important
}
.service-cb label { width: auto !important }
form input,
select,
textarea { max-width: 210px !important }
.contact-info th { min-width: 25% !important }
#breadcrumb .container { margin-left: 0; }
#mainContent .left-col,
.no-mob,
#breadcrumb,
footer .container .fr,
footer #newsletter,
header .office-info li,
header nav ul ul,
header nav ul li.subnav a:after,
.intake-form,
footer nav ul,
footer .copy b,
footer .copy .terms { display: none !important; }
.landing #mainContent .left-col,
header .office-info li:first-child { display: block !important; }
header a.logo-home img { height: 150px; }
header a.logo-home {
  z-index: 1000;
  left: 5px;
  top: 8px !important;
}
.landing #mainContent .left-col,
#mainContent .right-col,
.message blockquote {
  float: none;
  width: auto !important;
}
footer { margin-top: 15px; }
footer .container { padding: 18px 0 0; }
footer .container .fl {
  width: 96%;
  margin: 7px;
}
footer .copy {
  width: 70% !important;
  position: relative;
  margin-top: 10px;
  background: none
}
header .office-info li {
  font-size: 110%;
  margin-left: 0;
  z-index: 0
}
header nav {
  overflow: hidden;
  top: 105px
}
header nav ul li {
  float: none;
  border: none !important
}
header nav ul li.mob-menu { display: block }
header .sub-title {
  top: 55px;
  left: 150px;
  text-align: right;
  font-size: 120%;
  width: 50%
}
html { background-position: top center; }
.team li { width: 90%; }
#mainContent .right-col img { width: 100%; }
figure.fl,
img.fl,
figure.fr,
img.fr { margin: 0 0 15px; float:none }
ul#navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #869338 url(../images/btn-grad-lg.png) repeat-x center center;
  position: fixed;   /* new */
  bottom: 0;  /* new */
  width: 100%;  /* new */
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
  box-shadow: 0px 0px 5px rgba(0,0,0,.8);
}
ul#navigation li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 32%;
}
ul#navigation li a {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  border-left: #5a6615 1px solid;
  padding: 8px 0;
}
ul#navigation li a span{display:block;}
ul#navigation li a:hover {
  background: #74802c url(../images/btn-grad-lg.png) repeat-x center center !important;
  text-decoration: none !important
}
ul#navigation li a img { padding: 0 30% }
ul#navigation li:first-child a { border-left: none !important; }
ul#navigation li.last {
  margin-right: 0;
  border-right: none !important;
}
.left-col nav { margin: -10px 0 0 !important; }
.left-col nav h4 {
  margin-bottom: 0 !important;
  line-height: 1
}
.left-col nav ul li {
  font-size: 110%;
  padding: 0;
  border-bottom: none;
}
.left-col nav ul li a {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  background: rgba(255,255,255, .7) url(../images/btn-grad.png) repeat-x center center;
  background-size: contain;
  color: #000 !important;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  padding: 12px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
}
.left-col nav ul li a:hover { border-radius: 0; }
.team li .btn-basic,
.listen-media,
.news-list .broadcast { width: 80% !important; }
.audiojs,
.fr iframe,
.news-list .broadcast ol {
  width: 100% !important;
  margin: 0 !important
}
.team { margin: 0; }
.team li {
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 0 20px;
  border: none;
  border-bottom: dashed #CCCCCC 1px;
}
.team li:nth-child(2n-1) { margin: 0 0 20px; }
.team li figure { margin-bottom: 10px }
.news-list li { margin-bottom: 30px }
.news-list li .topic { margin-top: -5px }
.news-list li .date {
  float: none !important;
  width: auto !important;
  margin-bottom: 5px
}
.news-list li span {
  float: none !important;
  width: auto !important
}
.news-list li .date time { border-radius: 0 !important }
header nav {
  height: 45px;
  background-position: 0 -5px
}
header nav ul li a {
  line-height: 45px;
  height: 45px;
}
header { height: 170px; }
header nav ul li:after { display: none; }
.list.leaf, .o-list {padding-left: 0;}
.list.leaf2{padding-left: 0;}
.o-list, .list{padding-left: 25px;}
.o-list li, .list li{padding-left: 0px;}
}
.button-green {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


#newsletter-vertical {
  display: flex;
  width: 100%;
  min-height: 220px;
  padding: 6px 10px;
  box-sizing: border-box;
  background: rgba(183, 92, 183, 0.9);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
}
 #newsletter-vertical h4 {
  display: inline-block;
  color: #fff;
  font-size: 156%;
  font-style: italic;
  position: relative;
  text-align: center;
}
#newsletter-vertical form {
  position: relative;
  width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}
 #newsletter-vertical form input {
  border: solid #ccc 1px;
  padding: 5px;
  background: #FFF;
}
 #newsletter-vertical form input.btn-basic {
  border: none;
  background-color: #76841f;
  font-family: 'Overlock', cursive;
  font-size: 140%;
  padding: 5px 25px;
}


/**********************for mobile hide left catagories**************/

@media screen and (max-width: 768px) {
  .hideNav {
      display: none;
  }
}

