/* line 29, ../sass/custom.scss */
body {
  background: #fffbf4;
  border-top: 5px solid #276c8f;
}

/*------------
Header / Nav
-------------- */
/* line 35, ../sass/custom.scss */
#header-outer, body[data-header-color="dark"] #header-outer, body[data-header-color="dark"] #search-outer {
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(90%, #ffffff), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 90%, #ededed 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #ffffff 90%, #ededed 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #ffffff 90%, #ededed 100%);
  background-image: linear-gradient(#ffffff 0%, #ffffff 90%, #ededed 100%);
  border-bottom: 1px solid #aaa;
}

/* line 41, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu li a, #top > .container > .row nav ul.sf-menu li span.sf-sub-indicator i {
  font-size: 1.12em;
  color: #276c8f;
  font-weight: normal;
}
/* line 42, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 43, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu > li.current-menu-item > a, #top > .container > .row nav ul.sf-menu li ul li.current-menu-ancestor > a {
  color: #38cfa3 !important;
  font-weight: bold;
}
/* line 44, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu > li:hover > a, #top > .container > .row nav ul.sf-menu > li > a:hover, #top > .container > .row nav ul.sf-menu > li:hover > a > span.sf-sub-indicator i {
  color: #276c8f !important;
}
/* line 45, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu > li:hover {
  background: #eeeeee;
}
/* line 46, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu li a span.sub {
  display: block;
  color: #4da3cf;
  font-size: .9em;
}
/* line 47, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu #search-btn {
  margin-left: 10px !important;
}
/* line 48, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu #search-btn:hover {
  background: transparent;
}
/* line 49, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu #search-btn > div {
  padding-left: 10px;
  padding-top: 8px;
}
/* line 50, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu #search-btn > div > a {
  text-indent: 0 !important;
  background: transparent !important;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 52, ../sass/custom.scss */
#top > .container > .row nav ul.sf-menu #search-btn > div > a:hover {
  color: #38cfa3 !important;
}

/* line 58, ../sass/custom.scss */
header#top .sf-menu li ul li a
#header-outer {
  max-height: 85px;
}

/* line 59, ../sass/custom.scss */
header#top .sf-menu li ul {
  background: #eeeeee;
}
/* line 60, ../sass/custom.scss */
header#top .sf-menu li ul li a {
  border-bottom: 1px solid #e1e1e1;
}
/* line 61, ../sass/custom.scss */
header#top .sf-menu li ul li a, header#top .sf-menu li ul li {
  background: #eeeeee !important;
}
/* line 62, ../sass/custom.scss */
header#top .sf-menu li ul > li, header#top .sf-menu li ul > li ul > li {
  background: #eeeeee;
}
/* line 63, ../sass/custom.scss */
header#top .sf-menu li ul li a:hover, header#top .sf-menu li ul li:hover > a {
  background: #e1e1e1 !important;
  border-color: #e6e6e6;
}
/* line 64, ../sass/custom.scss */
header#top .sf-menu li ul li:hover > a span.sf-sub-indicator i {
  color: #276c8f !important;
}
/* line 65, ../sass/custom.scss */
header#top .sf-menu li ul li:hover > a span.sub {
  color: #3999c9 !important;
}

/* line 68, ../sass/custom.scss */
.sf-menu ul {
  width: 20em;
}

/* line 69, ../sass/custom.scss */
.sf-menu li li ul {
  left: 20em !important;
}

/* line 70, ../sass/custom.scss */
.sf-sub-indicator {
  vertical-align: baseline;
  font-size: 11px;
}

/* line 71, ../sass/custom.scss */
.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
  height: 11px;
}

/*--------------
Search
---------------- */
/* line 81, ../sass/custom.scss */
header#top nav ul #search-btn a,
#search-outer #search #close a,
header#top nav ul li#search-btn > div > a:hover,
#search-outer #search #close > a:hover, #search-outer #search div#close:hover > a:hover,
#search-outer > #search #close:hover > a {
  background-color: #276c8f !important;
  border-radius: 100%;
}

/* line 83, ../sass/custom.scss */
body[data-header-color="dark"] header#top nav ul #search-btn > div {
  border-left: 1px solid #9cbccc;
}

/* line 84, ../sass/custom.scss */
#search-outer #search input[type=text] {
  color: #9cbccc;
}

/*------------
Slider
-------------- */
/* line 90, ../sass/custom.scss */
#featured article .post-title h2 span {
  background: rgba(255, 255, 255, 0.75);
  color: #112f3f;
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.75), -10px 0 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.75), -10px 0 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.75), -10px 0 0 rgba(255, 255, 255, 0.75);
}

/* line 95, ../sass/custom.scss */
#featured article .post-title > a {
  line-height: 1.2;
  background: #38cfa3 !important;
  border: 1px solid #2ebf95 !important;
  text-shadow: #30c89b -1px -1px 0px !important;
  padding: 1.25em 9px 1.25em 2.25em !important;
}
/* line 97, ../sass/custom.scss */
#featured article .post-title > a i {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -.5em;
}

/* line 99, ../sass/custom.scss */
#featured article .post-title > a:hover {
  background: #55d6b0 !important;
  border: 1px solid #4dd4ac !important;
}

/* line 100, ../sass/custom.scss */
div.orbit-wrapper > #featured > div.slider-nav > span {
  background-color: #cccccc !important;
}

/* line 102, ../sass/custom.scss */
div.orbit-wrapper div.slider-nav span.right, div.orbit-wrapper div.slider-nav span.left {
  background-color: #38cfa3 !important;
}

@media only screen and (max-width: 690px) {
  /* line 106, ../sass/custom.scss */
  html > body #featured article .post-title > a {
    padding: 6px 9px 6px 2.5em !important;
  }
}
/*--------------
Content
---------------- */
/* line 113, ../sass/custom.scss */
object, object embed {
  min-height: 300px;
}

/* line 114, ../sass/custom.scss */
object.BrightcoveExperience {
  min-height: 310px;
}

/* line 115, ../sass/custom.scss */
.clipped {
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  position: absolute;
}

/* line 116, ../sass/custom.scss */
.row .col.section-title h1 {
  font-size: 24px;
  margin-bottom: 1em;
}

/* line 117, ../sass/custom.scss */
.row .col.section-title.project-title, .row .col.section-title.blog-title {
  padding-bottom: 1em;
}

/* line 118, ../sass/custom.scss */
.widget_rss a.rsswidget img {
  margin-bottom: 0;
}

/* line 120, ../sass/custom.scss */
h1.blue, h2.blue, h3.blue, h4.blue {
  color: #276c8f;
}

/* line 121, ../sass/custom.scss */
a.button, button.button {
  padding: .5em 1em;
  font-size: .85em;
  text-transform: uppercase;
  border-radius: 2px;
  color: white;
  display: inline-block;
  border: 1px solid #225d7b;
  background: #276c8f;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 1.25px;
  -webkit-transition: border-color 0.3s linear, background-color 0.3s linear;
  -moz-transition: border-color 0.3s linear, background-color 0.3s linear;
  -o-transition: border-color 0.3s linear, background-color 0.3s linear;
  transition: border-color 0.3s linear, background-color 0.3s linear;
  text-shadow: rgba(0, 0, 0, 0.1) -1px -1px 1px;
}
/* line 124, ../sass/custom.scss */
a.button.large, button.button.large {
  font-size: 1em;
  padding: .75em 1em;
}
/* line 125, ../sass/custom.scss */
a.button:hover, button.button:hover {
  background: #2f81ab;
  border-color: #297297;
}
/* line 126, ../sass/custom.scss */
a.button.grey, button.button.grey {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #666;
}
/* line 127, ../sass/custom.scss */
a.button.grey:hover, button.button.grey:hover {
  background: white;
  border: 1px solid #f3f3f3;
}
/* line 128, ../sass/custom.scss */
a.button.green, button.button.green {
  border: 1px solid #2ebf95;
  background: #38cfa3;
}
/* line 129, ../sass/custom.scss */
a.button.green:hover, button.button.green:hover {
  background: #55d6b0;
  border: 1px solid #40d1a7;
}
/* line 130, ../sass/custom.scss */
a.button.gold, button.button.gold {
  border: 1px solid #d8a204;
  background: #f1b505;
}
/* line 131, ../sass/custom.scss */
a.button.gold:hover, button.button.gold:hover {
  border: 1px solid #fabc06;
  background: #fac015;
}
/* line 132, ../sass/custom.scss */
a.button.pink, button.button.pink {
  border: 1px solid #f64da5;
  background: #f765b1;
}
/* line 133, ../sass/custom.scss */
a.button.pink:hover, button.button.pink:hover {
  background: #f987c2;
  border: 1px solid #f86fb6;
}
/* line 134, ../sass/custom.scss */
a.button.red, button.button.red {
  border: 1px solid #a3372c;
  background: #b73e31;
}
/* line 135, ../sass/custom.scss */
a.button.red:hover, button.button.red:hover {
  background: #cc4d40;
  border: 1px solid #bf4133;
}
/* line 136, ../sass/custom.scss */
a.button.mini, button.button.mini {
  padding: 0 .5em;
  font-size: 11px;
  letter-spacing: .75px;
}

/* line 139, ../sass/custom.scss */
body > div.container-wrap {
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#e5e5e5 0%, #f2f2f2 3em);
  background-image: -moz-linear-gradient(#e5e5e5 0%, #f2f2f2 3em);
  background-image: -o-linear-gradient(#e5e5e5 0%, #f2f2f2 3em);
  background-image: linear-gradient(#e5e5e5 0%, #f2f2f2 3em);
}
/* line 140, ../sass/custom.scss */
body > div.container-wrap.pad-short {
  padding-top: 2.1em !important;
}

/* line 143, ../sass/custom.scss */
body[data-bg-header="true"].archive .container-wrap.pad-short, body[data-bg-header="true"].category .container-wrap.pad-short, body[data-bg-header="true"].blog .container-wrap.pad-short {
  padding-top: 2.1em !important;
}

/* line 145, ../sass/custom.scss */
blockquote {
  font-size: 1em;
  font-style: italic;
  font-family: 'Raleway';
  line-height: 1.75;
}

/* line 146, ../sass/custom.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2em 0;
  padding: 0;
}

/* line 148, ../sass/custom.scss */
ul.fields {
  list-style: none;
  margin: 0 0 1em 0;
}
/* line 149, ../sass/custom.scss */
ul.fields li {
  display: block;
}

/*--------------
Footer
----------------*/
/* line 155, ../sass/custom.scss */
#footer-outer {
  background-color: #276c8f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #23607f), color-stop(10%, #276c8f), color-stop(90%, #276c8f), color-stop(100%, #23607f));
  background-image: -webkit-linear-gradient(#23607f 0%, #276c8f 10%, #276c8f 90%, #23607f 100%);
  background-image: -moz-linear-gradient(#23607f 0%, #276c8f 10%, #276c8f 90%, #23607f 100%);
  background-image: -o-linear-gradient(#23607f 0%, #276c8f 10%, #276c8f 90%, #23607f 100%);
  background-image: linear-gradient(#23607f 0%, #276c8f 10%, #276c8f 90%, #23607f 100%);
  color: #9cbccc;
}
/* line 157, ../sass/custom.scss */
#footer-outer .widget h4 {
  color: #9cbccc;
  font-size: 16px;
  margin-bottom: 1em;
}

/* line 161, ../sass/custom.scss */
#footer-outer #footer-widgets a {
  color: #9cbccc;
}
/* line 162, ../sass/custom.scss */
#footer-outer #footer-widgets a:hover {
  color: #e0eaef !important;
}
/* line 163, ../sass/custom.scss */
#footer-outer #footer-widgets div.widget_recent_entries a, #footer-outer #footer-widgets li.page_item, #footer-outer #footer-widgets li.menu-item a {
  font-size: 1em;
}
/* line 164, ../sass/custom.scss */
#footer-outer #footer-widgets .col ul li {
  border-bottom-color: #225d7b;
}
/* line 165, ../sass/custom.scss */
#footer-outer #footer-widgets ul.menu a {
  border: 0px !important;
}
/* line 166, ../sass/custom.scss */
#footer-outer #footer-widgets .widget.widget_nav_menu li {
  border-bottom: 1px solid #225d7b !important;
}
/* line 167, ../sass/custom.scss */
#footer-outer #footer-widgets .col ul li, #footer-outer #footer-widgets .widget.widget_nav_menu li, #footer-outer #footer-widgets .col ul li:first-child {
  padding: .5em 0px !important;
}
/* line 168, ../sass/custom.scss */
#footer-outer #footer-widgets .widget.widget_nav_menu li a {
  padding: 0px !important;
  margin: 0px !important;
}

/*------------------
Home
-------------------- */
/* line 177, ../sass/custom.scss */
.home-wrap {
  padding-top: 1.5em;
}

/* line 178, ../sass/custom.scss */
#home_custom {
  border-top: 1px solid #aaa;
}

/* line 179, ../sass/custom.scss */
#home_custom {
  padding-bottom: 0;
}

/* line 180, ../sass/custom.scss */
#home_custom div.col a.button {
  margin-top: .5em;
}

/* line 181, ../sass/custom.scss */
#home_main_content div.col {
  text-align: center;
}

/* line 182, ../sass/custom.scss */
#home_main_content {
  margin-bottom: 3em;
}
/* line 183, ../sass/custom.scss */
#home_main_content h3 {
  text-transform: uppercase;
  font-size: 1.25em;
}

/* line 185, ../sass/custom.scss */
#home_clinics {
  background: #e8e8e8;
  padding: 3em 0;
  margin-bottom: 0;
  border-top: 1px solid #e9e9e9;
}

/* line 186, ../sass/custom.scss */
#home_clinics h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

/* line 187, ../sass/custom.scss */
#home_clinic_list {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 188, ../sass/custom.scss */
#home_clinic_list li {
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
  display: block;
  white-space: nowrap;
  background: #f9f9f9;
  border: 1px solid #f6f6f6;
}

/* line 191, ../sass/custom.scss */
#home_clinic_list img {
  max-width: 100%;
}

/* line 192, ../sass/custom.scss */
#home_clinic_list h4 {
  font-size: 16px;
  color: #276c8f;
  margin: 0 0 .5em 0;
  line-height: 1;
  white-space: normal;
}

/* line 193, ../sass/custom.scss */
#home_clinic_list li a.img, #home_clinic_list li div.content {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/* line 194, ../sass/custom.scss */
#home_clinic_list li a.img {
  margin-left: 1em;
  max-width: 30%;
}

/* line 195, ../sass/custom.scss */
#home_clinic_list li div.content {
  width: 60%;
}

/* line 197, ../sass/custom.scss */
#home_callouts {
  background: #343434;
  padding-top: 4em;
  padding-bottom: 2.5em;
  color: #ccc;
  border-bottom: 1px solid #232323;
}

/* line 198, ../sass/custom.scss */
#home_callouts div.row {
  padding-bottom: 2.5em;
}

/* line 199, ../sass/custom.scss */
#home_callouts h3 {
  color: #ccc;
  text-transform: uppercase;
  font-size: 1.35em;
}
/* line 200, ../sass/custom.scss */
#home_callouts h3 a {
  color: #ccc;
}

/* line 202, ../sass/custom.scss */
#home_callouts div.content {
  font-size: 1em;
  line-height: 1.75;
}

/* line 203, ../sass/custom.scss */
#home_callouts article {
  position: relative;
}

/* line 204, ../sass/custom.scss */
#home_callouts article div.content {
  padding-left: 40px;
}

/* line 205, ../sass/custom.scss */
#home_callouts article i.fa {
  color: #38cfa3;
  font-size: 30px;
  position: absolute;
  top: -.1em;
  left: 0;
}

/* line 207, ../sass/custom.scss */
#home_social_links {
  list-style: none;
  margin: 0 auto;
  padding-top: 2em;
  border-top: 1px solid #444;
}

/* line 208, ../sass/custom.scss */
#home_social_links a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
}

/* line 209, ../sass/custom.scss */
#home_social_links a:before {
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  margin-right: .5em;
}

@media (min-width: 600px) {
  /* line 212, ../sass/custom.scss */
  #home_clinic_list li {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
  }

  /* line 213, ../sass/custom.scss */
  #home_social_links {
    text-align: center;
  }

  /* line 214, ../sass/custom.scss */
  #home_social_links li {
    text-align: center;
    display: inline-block;
    width: 15%;
  }
}
@media (min-width: 1000px) {
  /* line 218, ../sass/custom.scss */
  #home_clinic_list li {
    width: 32%;
  }

  /* line 219, ../sass/custom.scss */
  #home_clinic_list li a.img {
    max-width: 20%;
  }

  /* line 220, ../sass/custom.scss */
  #home_clinic_list li div.content {
    width: 75%;
  }
}
@media (min-width: 600px) {
  /* line 229, ../sass/custom.scss */
  #main_content_area div.inner {
    padding-right: 15px;
  }
}
/* line 237, ../sass/custom.scss */
article.clinic {
  padding: 1em;
  background: #fafafa;
  border: 1px solid #ededed;
  margin-bottom: 1em;
}
/* line 238, ../sass/custom.scss */
article.clinic p.teaser {
  margin-bottom: 1em;
  padding: 0;
  font-size: 1em;
  line-height: 1.3;
}

@media (min-width: 700px) {
  /* line 243, ../sass/custom.scss */
  article.clinic a.img img {
    margin: 0;
  }
  /* line 244, ../sass/custom.scss */
  article.clinic:nth-child(even) {
    clear: left;
  }
}
/* line 252, ../sass/custom.scss */
article.post-list-item {
  margin-bottom: 1em;
  padding: 0;
  padding-top: 1.5em;
  border-top: 1px solid #ddd;
}
/* line 253, ../sass/custom.scss */
article.post-list-item:first-child {
  border-top: 0px;
  padding-top: 0px;
}
/* line 254, ../sass/custom.scss */
article.post-list-item img {
  border: 1px solid #ccc;
}
/* line 255, ../sass/custom.scss */
article.post-list-item p {
  margin-bottom: .5em;
  padding: 0;
  font-size: .85em;
  line-height: 1.5;
}

/* line 258, ../sass/custom.scss */
#post_tabs {
  margin: 0 0 1em 0;
  max-width: 95%;
}
/* line 259, ../sass/custom.scss */
#post_tabs li {
  display: block;
}
/* line 260, ../sass/custom.scss */
#post_tabs li a {
  display: block;
  padding: .25em 0 .25em 1em;
  color: #777;
  font-size: .9em;
}
/* line 261, ../sass/custom.scss */
#post_tabs li.active a {
  color: #38cfa3;
  background: white;
}

/* line 266, ../sass/custom.scss */
#announcement_intro p {
  font-size: .85em;
  padding-bottom: .5em;
}

/* line 270, ../sass/custom.scss */
#commentform div.row {
  padding-bottom: .5em;
}
/* line 271, ../sass/custom.scss */
#commentform div.row textarea {
  max-height: 150px;
}
/* line 275, ../sass/custom.scss */
#commentform p.form-submit input[type=submit] {
  background: #f765b1;
  padding: 1em;
  display: inline-block;
  font-size: 1.1em;
}

/* line 278, ../sass/custom.scss */
#post-area {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #dedede;
}

/* line 279, ../sass/custom.scss */
#post_header {
  position: relative;
}
/* line 280, ../sass/custom.scss */
#post_header h1 {
  max-width: 90%;
  margin-bottom: 1em;
}
/* line 281, ../sass/custom.scss */
#post_header div.date {
  position: absolute;
  top: 0;
  right: 0;
  background: #e5e5e5;
  padding: .25em;
  text-align: center;
  border-radius: 3px;
}
/* line 282, ../sass/custom.scss */
#post_header div.date span {
  display: block;
  line-height: 1;
  font-size: .8em;
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  text-transform: uppercase;
}
/* line 283, ../sass/custom.scss */
#post_header div.date span.day {
  font-size: 1.5em;
  font-weight: bold;
}

@media (min-width: 750px) {
  /* line 290, ../sass/custom.scss */
  #post-area #post_img {
    max-width: 200px;
    float: left;
    margin: 0  1.5em 1em 0;
  }
  /* line 291, ../sass/custom.scss */
  #post-area #post_img img {
    max-width: 100%;
  }
}
/* line 300, ../sass/custom.scss */
#page-header-bg {
  border-bottom: 1px solid #ccc;
}

/* line 301, ../sass/custom.scss */
#newsletter_form {
  text-align: center;
  padding: 1.5em 1.5em 2em;
  background: #ededed;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}
/* line 302, ../sass/custom.scss */
#newsletter_form h3 {
  font-size: 1.2em;
  margin-top: 0;
}
/* line 303, ../sass/custom.scss */
#newsletter_form p {
  font-size: .9em;
  line-height: 1.5;
  padding: 0 1em;
  margin-bottom: 1em;
}
/* line 304, ../sass/custom.scss */
#newsletter_form input[type=email], #newsletter_form button {
  display: block;
  width: 100%;
}
/* line 305, ../sass/custom.scss */
#newsletter_form input[type=email] {
  border: 1px solid #d2d2d2;
  background: white;
  margin-bottom: .5em;
}

/* line 310, ../sass/custom.scss */
#right_sidebar ul.social-links {
  list-style: none;
  margin: 0;
}
/* line 311, ../sass/custom.scss */
#right_sidebar ul.social-links li {
  display: inline-block;
  vertical-align: top;
}
/* line 312, ../sass/custom.scss */
#right_sidebar ul.social-links li a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
/* line 313, ../sass/custom.scss */
#right_sidebar ul.social-links li a:before {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 30px;
}
/* line 317, ../sass/custom.scss */
#right_sidebar div.social {
  padding: 1em 0;
  border: solid #ddd;
  border-width: 1px 0;
  text-align: center;
  margin-bottom: 1em;
}
/* line 318, ../sass/custom.scss */
#right_sidebar div.social h4 {
  margin-top: 0;
}

/* line 323, ../sass/custom.scss */
#nav_sidebar ul.list-unstyled {
  list-style: none;
  margin: 0 0 1em 0;
}
/* line 324, ../sass/custom.scss */
#nav_sidebar ul.list-unstyled li {
  display: block;
}

/* line 327, ../sass/custom.scss */
#sidebar_contact {
  padding: 1em;
  background: #e8f1f6;
  border: 1px solid #cee1ec;
  margin-bottom: 1em;
}
/* line 328, ../sass/custom.scss */
#sidebar_contact h3 {
  text-align: center;
}
/* line 329, ../sass/custom.scss */
#sidebar_contact ul.fields, #sidebar_contact ul.gform_fields {
  margin: 0;
  list-style: none;
}
/* line 330, ../sass/custom.scss */
#sidebar_contact ul.fields li, #sidebar_contact ul.gform_fields li {
  margin: 0px 0px .25em 0px !important;
  list-style: none;
  padding: 0px !important;
  border-width: 0px !important;
  background: transparent !important;
}
/* line 332, ../sass/custom.scss */
#sidebar_contact input[type=text], #sidebar_contact input[type=email], #sidebar_contact textarea, #sidebar_contact select, #sidebar_contact input[type=tel] {
  border: 1px solid #ccc !important;
  background: white;
}
/* line 333, ../sass/custom.scss */
#sidebar_contact input[type=text].wpcf7-not-valid, #sidebar_contact input[type=email].wpcf7-not-valid, #sidebar_contact textarea.wpcf7-not-valid, #sidebar_contact select.wpcf7-not-valid, #sidebar_contact input[type=tel].wpcf7-not-valid {
  border: 1px solid #e6747a !important;
}
/* line 335, ../sass/custom.scss */
#sidebar_contact textarea {
  margin-top: 5px !important;
}
/* line 336, ../sass/custom.scss */
#sidebar_contact input[type=text], #sidebar_contact textarea, #sidebar_contact input[type=email], #sidebar_contact input[type=password], #sidebar_contact input[type=tel] {
  padding: 7px 10px !important;
}
/* line 338, ../sass/custom.scss */
#sidebar_contact select {
  height: 2.75em;
  padding: 6px 5px !important;
  margin: .2em 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 341, ../sass/custom.scss */
#sidebar_contact textarea {
  height: 80px;
}
/* line 342, ../sass/custom.scss */
#sidebar_contact label {
  font-size: 12px;
}
/* line 343, ../sass/custom.scss */
#sidebar_contact img.ajax-loader {
  position: absolute;
  top: 1em;
  left: 1em;
}
/* line 344, ../sass/custom.scss */
#sidebar_contact li.button {
  position: relative;
}
/* line 345, ../sass/custom.scss */
#sidebar_contact input[type=submit] {
  padding: 1em 1em;
  font-size: .85em;
  text-transform: uppercase;
  border-radius: 2px;
  color: white;
  width: 100%;
  display: inline-block;
  border: 1px solid #f64da5;
  background: #f765b1;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 1.25px;
  -webkit-transition: border-color 0.3s linear, background-color 0.3s linear;
  -moz-transition: border-color 0.3s linear, background-color 0.3s linear;
  -o-transition: border-color 0.3s linear, background-color 0.3s linear;
  transition: border-color 0.3s linear, background-color 0.3s linear;
  text-shadow: rgba(0, 0, 0, 0.1) -1px -1px 1px;
}
/* line 348, ../sass/custom.scss */
#sidebar_contact input[type=submit]:hover {
  background: #f987c2 !important;
  border: 1px solid #f86fb6 !important;
}
/* line 351, ../sass/custom.scss */
#sidebar_contact div.validation_error {
  color: #e6747a !important;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
}
/* line 352, ../sass/custom.scss */
#sidebar_contact li.gfield div.validation_message {
  padding: 0px !important;
  border: 0px !important;
  color: #e6747a;
  font-weight: normal;
  font-size: 11px;
  margin-top: 0px !important;
}
/* line 356, ../sass/custom.scss */
#sidebar_contact li.gfield.gfield_error input[type=text], #sidebar_contact li.gfield.gfield_error input[type=email], #sidebar_contact li.gfield.gfield_error textarea, #sidebar_contact li.gfield.gfield_error select, #sidebar_contact li.gfield.gfield_error input[type=tel] {
  border: 1px solid #e6747a !important;
}
/* line 357, ../sass/custom.scss */
#sidebar_contact li.gfield.gfield_error div.ginput_container {
  margin-top: 0px !important;
}

/* line 367, ../sass/custom.scss */
#sidebar_search_form {
  margin-bottom: 1em;
}
/* line 368, ../sass/custom.scss */
#sidebar_search_form fieldset {
  padding: 1em;
  background: #e2e2e2;
  white-space: nowrap;
}
/* line 369, ../sass/custom.scss */
#sidebar_search_form input, #sidebar_search_form button {
  display: inline-block;
  vertical-align: middle;
}
/* line 370, ../sass/custom.scss */
#sidebar_search_form label {
  display: block;
}
/* line 371, ../sass/custom.scss */
#sidebar_search_form button {
  background: transparent;
  border: 0px;
  color: #666;
}
/* line 372, ../sass/custom.scss */
#sidebar_search_form div.controls {
  background: white;
  border: 1px solid #ddd;
}
/* line 373, ../sass/custom.scss */
#sidebar_search_form input {
  max-width: 82%;
  padding: 6px !important;
  background: transparent;
  border: 1px solid white !important;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 750px) {
  /* line 379, ../sass/custom.scss */
  aside#right_sidebar {
    margin-top: -3em;
  }
}
@media (min-width: 690px) {
  /* line 385, ../sass/custom.scss */
  #top > .container > .row > .span_3 {
    max-width: 165px;
  }

  /* line 386, ../sass/custom.scss */
  #top > .container > .row > .span_9 {
    width: 79%;
  }
}
/* line 393, ../sass/custom.scss */
#google_translate_element {
  position: fixed;
  top: 1.5em;
  right: 10px;
  z-index: 10000;
  display: block !important;
  background: transparent;
  height: 40px;
}
/* line 394, ../sass/custom.scss */
#google_translate_element img.goog-te-gadget-icon {
  display: none;
}
/* line 395, ../sass/custom.scss */
#google_translate_element .goog-te-gadget-simple {
  border-radius: 2px;
  border: 1px solid #ccc;
}
/* line 397, ../sass/custom.scss */
#google_translate_element a.goog-te-menu-value span:first-child {
  font-family: 'Raleway' cursive;
  font-size: 12px;
}
/* line 398, ../sass/custom.scss */
#google_translate_element a.goog-te-menu-value span:last-child {
  color: white;
}
/* line 400, ../sass/custom.scss */
#google_translate_element span.fa {
  font-size: 14px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

/* line 403, ../sass/custom.scss */
body.admin-bar #google_translate_element {
  top: 3.25em;
}

@media (max-width: 1000px) {
  /* line 407, ../sass/custom.scss */
  #google_translate_element {
    display: none !important;
  }
}
@media (max-width: 1175px) {
  /* line 411, ../sass/custom.scss */
  #google_translate_element {
    top: 5.75em;
  }

  /* line 413, ../sass/custom.scss */
  body.admin-bar #google_translate_element {
    top: 7em;
  }
}


/* Custom Shortcodes */

.repReviews {
  border: 1px solid black;
  color: #444;
  margin: 0px 1.25rem 1.25rem 1.25rem;
  padding: 1.25rem;

}
.repReviews .icon-star {
    background-color: #F2F2F2 !important;
    border-radius: 0px;
    color: #FF8400 !important;
    display: inline;
    width: 0px !important;
    white-space: nowrap !important;
}
.repReviews .icon img {
    margin-bottom: 0px;
}
.repReviews [class*=" icon-"]:before, .repReviews [class^=icon-]:before {
    font-family: 'r4econs';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
@media screen and (max-width: 47.938em), print and (max-width: 0em) {
  .repReviews .r4e-widget.reviews {
    font-size: 0.75rem;
  }
}

.repReviews .date {
  position: relative !important;
  margin-left: 10px;
}

.repWrap {
  float: left;
  margin: 0px 1rem 1.25rem 1.25rem;
  width: 47%;
}

@media screen and (max-width: 47.938em), print and (max-width: 0em) {
  .repWrap {
    float: none;
    width: 95%;
  }
}

.repWrap + p {
  display: inline;
  width: 60% !important;
}

@media screen and (max-width: 47.938em), print and (max-width: 0em) {
  .repWrap + p {
    display: block;
    width: 100% !important;
  }
}