/**
 * Place your custom styles here.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Alice:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700");
a.logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
.navbar-default {
  background-color: #111;
  border-color: #343434;
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
body.toolbar-fixed .headroom--not-top {
  top: -52px !important;
}
body.toolbar-fixed.toolbar-tray-open .headroom--not-top {
  top: -39px !important;
}
.footer {
  border-top: 3px solid #fff;
  background-color: #343434;
  padding-top:0px;
}
.navbar-fixed-top {
  border-width: 0 0 3px;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active:nth-last-child(1) {
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active:nth-last-child(1) a.btn-default {
  background-color: #fff;
}
body.path-contact .navbar-default .navbar-nav > li.active:nth-last-child(1) a.btn-default {
  background-color: inherit;
}
.navbar-default .navbar-nav > li.active:nth-last-child(1) a.btn-default:hover, .navbar-default .navbar-nav > li.active:nth-last-child(1) a.btn-default:focus {
  border-color: #adadad;
  background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: rgba(238,238,238,.5);
}
.navbar-default .navbar-text {
  display: none;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, .5);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a.is-active {
  background-color: #5b8068;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  -webkit-transition: color .15s ease-in;
  -moz-transition: color .15s ease-in;
  -ms-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
  border: none;
}
#block-responsivemenumobileicon {
  margin-top: 10px;
}
#block-bookhoursphone {
  position: absolute;
  top: 13px;
  width: 100%;
  height: 30px;
}
#block-bookhoursphone a {
  color: #959595;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}
#block-bookhoursphone div.field--name-body > div:nth-child(1) {
  padding-left: 115px;
}
#block-bookhoursphone img {
  margin-right: 10px;
  margin-top: 2px;
  max-width: none;
  float:left;
}
#block-bookhoursphone div.field--name-body > div:nth-child(2) > div {
  width: 180px;
}
#block-bookhoursphone div.field--name-body > div:nth-child(3) a {
  float: right;
}
#block-bookhoursphone div.field--name-body > div:nth-child(3) a:nth-child(2) {
  float: right;
  margin-right: 10px;
}
#block-bookhoursphone div.field--name-body > div:nth-child(3) > div {
  margin-right: 30px;
}
#block-bookhoursphone a:hover {
  color: #fff;
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
section#block-footersocialmedia img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  filter: brightness(70%);
  max-width: 25%;
  height: auto;
}
section#block-footersocialmedia img:hover, #block-becomeamembertoday img:hover {
  filter: brightness(100%);
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
section#block-footersocialmedia {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #828282;
}
.responsive-menu-toggle-icon span.label {
  display: block;
  position: absolute;
  font-size: 17px;
  text-transform: uppercase;
  top: 4px;
  left: 40px;
  color: #fff;
}
.dropdown-menu > li > a {
  padding: 20px 20px;
  color: #3d3d3d;
}
ul.navbar-nav a.btn-default {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
  -webkit-transition: color .25s ease-in;
  -moz-transition: color .25s ease-in;
  -ms-transition: color .25s ease-in;
  -o-transition: color .25s ease-in;
  transition: color .25s ease-in;
}
ul.navbar-nav a.btn-default:hover, ul.navbar-nav a.btn-default:focus {
  color: #3d3d3d !important;
  background-color: #fff;
}
body {
  background-color: #f3f3f3;
}
a {
  color: #222;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 20px;
}
.opacity-75 {
  opacity: .75;
}
.opacity-50 {
  opacity: .5;
}
.opacity-25 {
  opacity: .25;
}
body.navbar-is-fixed-top {
  margin-top: 103px;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  /*background-color: #becdd4;*/
  background-color: rgba(255,255,255,.5);
}
.carousel {
  border-bottom: 3px solid #fff;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  border: none;
  padding: 0;
  border-radius: 0;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-control {
  width: 5%;
}
.carousel-indicators li {
  width: 30px;
  height: 5px;
  border-radius: 0px;
  border: none;
  background-color: #fff;
  opacity: .25;
}
.carousel-indicators li.active {
  width: 30px;
  height: 5px;
  border-radius: 0px;
  opacity: 1;
  margin: 1px;
  -webkit-transition: color .15s ease-in;
  -moz-transition: color .15s ease-in;
  -ms-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}
.nav-tabs {
  margin-bottom: 30px;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs, .page-header, hr {
  border-bottom: 0px solid #ddd;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a.navbar-brand, span.brand, strong.brand {
  font-family: 'alice';
  color: #3d3d3d;
}
body.path-frontpage h1 {
  text-align: center;
  margin-top: 60px;
}
body h1 {
  color: #222;
}
.page-header {
  text-align: center;
}
body h2 {
  color: #666;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #5b8068;
}
h3 {
  color: #5b8068;
  line-height: calc(29px + (39 - 29) * (100vw - 360px) / (1410 - 360));
  font-weight: 800;
}
h3, .h3 {
  font-size: calc(24px + (32 - 24) * (100vw - 360px) / (1410 - 360));
}
.carousel-caption h1 {
  text-align: center;
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
body, body p, p {
  font-size: 16px !important;
  font-family: 'Roboto';
}
.carousel-inner {
  line-height: 0;
}
p, p:first-child {
  margin: 0 0 30px;
}
div[role="carousel"] {
  /*background-color: #000;*/
  padding: 0px;
}
body.path-frontpage div.col-sm-12[role="carousel"]{
  margin-top: -15px;
}
body/*.day*/ {
  /*background-color: #fff;
  background-image: url(/themes/intrepidnetwork/images/brillant.png);*/
  background-color:#fcfcfc;
}
.alert {
  margin-top: 15px;
}
.form-control {
  background-color: #fff;
}
textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], [type="text"].form-control, [type="password"].form-control, [type="email"].form-control, [type="tel"].form-control, [contenteditable].form-control {
  font-size: 20px;
}
footer .nav {
  text-align: center;
}
footer .nav > li {
  display: block;
}
.footer, .footer a {
  color: #fff;
}
.footer {
  padding-bottom: 0px;
}
a.btn.btn-default, button.btn.btn-default {
  color: #3d3d3d;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
  -webkit-transition: color .15s ease-in;
  -moz-transition: color .15s ease-in;
  -ms-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}
.navbar-default .navbar-nav > .open {
  background-color: rgba(0,0,0,.10);
}
div.feed-icons a, div.feed-icons .glyphicon {
  color: #4bbea3;
}
div.feed-icons a:hover, div.feed-icons a:hover, div.feed-icons:hover .glyphicon {
  color: #222;
  -webkit-transition: color .15s ease-in;
  -moz-transition: color .15s ease-in;
  -ms-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}
.btn-primary {
  background-color: rgba(0,0,0,.5);
  border-color: #fff;
  border-radius: 0px;
  font-size: bold;
}
.btn-primary a {
  color: #fff;
}
.glyphicon {
  top: 3px;
}
.form-control {
  height: 46px;
}
div.embed-responsive {
  margin: 0 0 30px;
}
.breadcrumb, h1, .field--type-entity-reference {
  text-transform: capitalize;
}
.breadcrumb {
  background-color: rgba(0,0,0,.05);
  margin-left: 10px;
  margin-right: 10px;
}
body.path-frontpage .breadcrumb {
  margin-top: 10px;
}
.field--type-entity-reference {
  margin-top: 30px;
}
div.view-taxonomy-term div.views-row, div.view-search div.view-content > div {
  padding-bottom:60px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}
div.view-taxonomy-term div.views-row:nth-child(1), div.view-search div.view-content > div:nth-child(1) {
  margin-top: 0px;
}
div.view-taxonomy-term ul.links li.comment-add, div.view-search div.view-content ul.links li.comment-add {
  display: none;
}
div.view-taxonomy-term ul.links li.node-readmore a, div.view-search div.view-content ul.links li.node-readmore a {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
}
div.view-taxonomy-term ul.links li.node-readmore a, div.view-search div.view-content ul.links li.node-readmore a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
div.view-taxonomy-term ul.links li.node-readmore a, div.view-search div.view-content ul.links li.node-readmore a {
  background-color: #222;
  border-color: #fff;
}
div.view-taxonomy-term .list-inline > li.node-readmore, div.view-search div.view-content ul.links li.node-readmore {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

div.view-taxonomy-term ul.links li.node-readmore a:hover, div.view-search div.view-content ul.links li.node-readmore a:hover {
  background-color: #5b8068;
  text-decoration: none;
}
.btn-primary:hover, div.main-container a.btn-primary:hover, .btn-primary:active:hover {
  background-color: #5b8068;
  border-color: #fff;
}
h4.label {
  color: #3d3d3d;
}
body.maintenance-page main > div > section {
  text-align: center;
}
div.main-container {
  min-height: 500px;
}
nav.pager-nav {
  width: 100%;
  float: left;
}
body.maintenance-page .name.navbar-brand {
  display: none;
}
div.field--name-body ol, div.field--name-body ul {
  display: inline-block;
}
ul, ol {
  margin-bottom: 30px;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
}
div.view-content p:last-child {
  margin-bottom: 30px;
}
.navbar {
  margin-bottom: 15px !important;
}
section#block-footerlegalinformation, section#block-phonemailsearch {
  padding-top:60px;
  padding-bottom:60px;
  padding-left: 15px;
  padding-right:15px;
  margin-top: 60px;
}
section#block-footerlegalinformation {
  background-color: #111;
  /*border-top: 1px solid #5b8068;*/
}
a:hover, a:focus {
  color: #5b8068;
  /*border-bottom-style: solid;
  border-color: #5b8068;*/
  text-decoration: none;
  /*border-width: 1px;*/
}
a.logo:hover, a.logo:focus, .toolbar-menu-administration a, .toolbar-tab a, .dropdown-menu > li > a, .contextual-links > li > a {
  border: none;
}
.btn-default {
  color: #363636;
  background-color: transparent;
  border-color: #000;
}
.btn-default:hover {
  color: #333;
  background-color: #343434;
  border-color: #343434;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 0px;
}
.btn a:hover, a:focus, a.btn:hover, a:focus {
  color: #fff;
  text-decoration: none;
}
h2 a, h2 a:hover, h2 a:focus, .breadcrumb a:focus, .tabs--primary a:focus {
  color: #222;
}
section#block-phonemailsearch a.btn-default:hover, section#block-phonemailsearch a.btn-default:focus {
  color: #222;
  background-color: #fff;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #5b8068;
  border-color: #5b8068;
}
.lead {
  font-size: 20px !important;
  /*font-weight: 600;*/
}
.form-control:focus {
  border-color: #f5f5f5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(150, 26, 29, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(150, 26, 29, 0.6);
}
body.page-node-type-case-study .align-right img {
  padding-top:15px;
  padding-left:15px;
  padding-bottom:15px;
}
footer .author {
  margin-bottom: 30px;
  margin-top: -15px;
}
#mc_embed_signup_scroll ul li label {
  margin-left: 5px;
}
#mc_embed_signup .mc-field-group.input-group input {
  border-radius: 0;
  padding: 15px 30px;
  text-indent: 0;
  margin-top:0px;
  margin-left:0px !important;
  margin-right:0px;
  margin-bottom:30px;
}
#mc_embed_signup h2 {
  font-weight: 500 !important;
  font-size: 30px !important;
}
#mc_embed_signup form {
  padding:0 !important;
}
#mc_embed_signup {
  background-color: transparent !important;
  font: inherit !important;
}
.pagination > .active > a {
  background-color: #5b8068;
  border-color: #5b8068;
}
.pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #5b8068;
  border-color: #5b8068;
}
.pagination > li > a, .pagination > li > span {
  color: #5b8068;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #5b8068;
}
video {
  width: 100%;
  height: auto;
}
.carousel-caption, .carousel-caption h3 {
  margin-top:0px;
}
.carousel-caption a, .carousel-caption a h1 {
  color: #F6F5F4;
  text-decoration: none !important;
}
.carousel-caption h1 {
  font-size: 4vw !important;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 0px;
  /*font-size: 200%;*/
}
.carousel-caption a:hover {
  color: #fff;
  text-decoration: none !important;
}
.carousel-caption a .lead {
  font-size: 1.9vw !important;
  line-height: 1.2;
  margin-top: 10px;
}
.carousel-caption {
  top: 40%;
}
.page-node-type-case-study .field--item {
  margin-bottom: 30px;
}
.view-frontpage .img-thumbnail {
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  border: 0px solid #ddd;
  transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s;
  margin-bottom: 30px;
  text-align: center;
}
.view-frontpage .img-thumbnail:hover, .main-container .view-services img:hover, .main-container .view-case-studies img:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px rgba(0,0,0,.3);
}
.view-frontpage .img-thumbnail h3, .view-frontpage .img-thumbnail p {
  padding-left: 30px;
  padding-right: 30px;
}
.view-frontpage .img-thumbnail a.btn {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
section.three-column-block {
  background-color:#fcfcfc;
  background-image: linear-gradient(white 2px, transparent 2px),
  linear-gradient(90deg, white 2px, transparent 2px),
  linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
  padding-top: 30px;
}
body.path-frontpage .footer {
  margin-top: -2px;
}
/*body, body p, p {
  text-align: justify;
  text-justify: inter-character;
}*/
.view-frontpage .img-thumbnail p {
  text-align: center;
}
footer p, .carousel-inner p {
  text-align: center !important;
}
.newslettersignup {
  background-color: #f2f2f2;
  margin: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  padding-bottom: 15px;
}
.newslettersignup h3 {
  text-align: right !important;
}
.newslettersignup h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 36px;
}
.newslettersignup .btn {
  margin: 30px;
}
/*#block-hours .field--name-body > div > div {
  float: left;
  height: 100px;
  text-align: center;
  width: 14.28571428571429%;
}*/
#block-hours .field--name-body {
  text-align: center;
}
.slides-wtimes {
  /*float: left;*/
  margin-left:auto;
  margin-right:auto;
  padding-left: 0;
}
ul.slides-wtimes li {
  display: inline-block;
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 90%;
  margin-right: 33px;
  text-align: center;
}
.wtime-day {
  font-size: 44px;
  font-weight: bold !important;
  margin-top: 40px;
  line-height: 90% !important;
  font-family: "alice";
}
ul.slides-wtimes li {
  text-align: center;
}
article, form.webform-submission-form {
  margin-bottom: 120px;
}
body.path-frontpage article {
  margin-bottom: 0px;
}
footer h2 {
  font-size: 18px;
  font-weight: 400;
  color: #d0d0d0;
  text-align: center;
  font-family: roboto;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
footer .nav {
  text-align: center;
}
.footer a {
  color: #828282;
}
footer nav a {
  font-size: 16px;
}
footer p {
  text-align: center !important;
}
footer .nav > li > a {
  padding: 5px 10px;
  text-transform: uppercase;
}
footer .nav > li > a:hover, footer .nav > li > a:focus {
  background-color: transparent;
  color: #d0d0d0;
  -webkit-transition: color .15s ease-in;
  -moz-transition: color .15s ease-in;
  -ms-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}
.footer {
  padding: 0px;
}
a.logo {
  position: absolute;
  top: 15px;
  display: block;
  left: 50%;
  margin-left: -121px;
}
#user-login-form {
  margin-bottom:30px;
}
body .uwy.userway_p1 .uai {
  top: auto !important;
  bottom: 20px !important;
}
/*body.adminimal .button {
  font-size: 14px !important;
}
body.adminimal .breadcrumb {
  padding: 8px 15px !important;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}*/
@media (min-width: 768px) and (max-width: 991px) {

.carousel-caption a .lead {
  font-size: 1.7vw !important;
  line-height: 1.3;
  margin-top: 0px;
  font-weight: 600;
}
.carousel-caption {
  top: 40%;
}
}
@media (min-width: 768px) {
.navbar-brand {
  margin-top: 10px;
}
.navbar-nav > li:nth-last-child(1) {
  margin-left:10px;
}
.navbar-nav > li > a {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 11px;
}
.navbar-nav > li > a.btn.btn-default {
  margin-top: 4px;
  margin-bottom: 4px;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
body.path-frontpage hr {
  margin-bottom: 10px;
}
.main-container .field--name-body .lead, .main-container .view-header .lead {
  font-size: 30px !important;
  font-weight: 300;
}
.main-container .field--name-body p, .main-container .views-row p, .main-container .view-header p {
  font-size: 24px !important;
  font-weight: 300;
}
section.three-column-block .view-frontpage .img-thumbnail p {
  font-size: 23px !important;
  font-weight: 300;
}
.main-container .field--name-body li, .main-container .view-header li {
  font-size: 18px !important;
  font-weight: 300;
}
.carousel-inner .lead {
  font-weight: 400;
}
}
@media (min-width: 992px) {
.margin-bottom {
  margin-bottom: 30px;
}
.margin-top {
  margin-top: 30px;
}
.margin-left {
  margin-left: 30px;
}
.margin-right {
  margin-right: 30px;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.view-case-studies h2, .view-services h2 {
  margin-top: 0px;
}
}
@media (min-width: 1200px) {
.container {
  width: 1030px;
}
}
@media (min-width: 960px) {
div.region-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
body.adminimal div.region-content, body.adminimal h1.page-header, body.adminimal div.view-header {
  width: 100%;
  max-width: 100%;
}
body.path-frontpage div.region-content {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.navbar-brand {
  line-height: 20px;
}
.navbar-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar-nav > li:nth-last-child(1) {
  margin-left:15px;
}
.navbar-nav > li > a {
  margin-top: 33px;
}
.navbar-nav > li > a.btn.btn-default {
  margin-top: 24px;
}
.container-fluid > .navbar-header {
  margin-left: 15px;
}
.container-fluid > .navbar-collapse {
  margin-right: 15px;
}
ul.menu--main {
  font-size: 20px !important;
}
.lead {
  margin-bottom: 30px;
  margin-top: 30px;
}
div.col-md-3.field--name-field-image  img.img-thumbnail {
  margin-bottom: 15px;
}
body.path-taxonomy div.layout__region ul.links {
  display: block;
  float: right;
}
}
@media (max-width: 991px) {
.view-content p {
  text-align: center !important;
}
}
@media (max-width: 959px) {
.navbar .logo {
  max-width: 80%;
}
body.path-frontpage .page-header {
  padding-bottom: 0px;
  margin: 46px 0 23px;
      margin-top: 26px;
  border-bottom: 0px solid #eeeeee;
}
h1, .h1 {
  font-size: 36px;
}
.xs-margin-bottom {
  margin-bottom: 20px;
}
.xs-margin-top {
  margin-top: 20px;
}
div.field--name-body img.img-thumbnail, div.field--name-field-image img.img-thumbnail, div.region-content div.view-content img.img-thumbnail {
  margin-bottom: 15px;
}
}
@media (min-width: 768px) {
header .navbar-nav {
  float: right;
}
.dropdown-menu {
  border: transparent;
  padding: 0;
}
.carousel-indicators {
  bottom: 5px;
}
article div.pull-right > img.img-responsive, article div.pull-right > img, article > img.pull-right, article img.align-right {
  margin-left:30px;
  margin-bottom: 30px;
}
article div.pull-left > img.img-responsive, article div.pull-left > img, article > img.pull-left, article img.align-left, div.field--name-body .align-left img {
  margin-right:30px;
  margin-bottom: 30px;
}
article div.field--name-body img.pull-left, article div.field--name-body img.pull-left, article div.field--name-body img.align-left {
  margin-right:30px;
  margin-bottom: 30px;
}
.menu--main li:not(.active-trail)::before {
  left: calc(15%);
  width: 0;
  background-color: #F6F5F4;
}
.menu--main li:not(.active-trail)::before, .menu--main li:not(.active-trail)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
      transition-duration: 0.2s;
  transition-duration: 0.3s;
  opacity: 0;
}
.menu--main li:not(.active-trail):hover::before, .menu--main li:not(.active-trail):hover::after {
  width: 72%;
  opacity: 1;
}
.open > .dropdown-menu {
  margin-top: -2px !important;
}
}
@media (max-width: 767px) {
a.logo img {
  padding: 10px 0;
  width: 75%;
}
body.navbar-is-fixed-top {
  margin-top: 0;
}
body.user-logged-in.toolbar-vertical.navbar-is-fixed-top header {
  top: 0px;
}
body.user-logged-in .navbar {
  margin-bottom: 15px;
}
.navbar-toggle {
  margin-top: 15px;
}
.navbar-toggle .icon-bar {
  width: 32px;
  margin-bottom: 8px;
}
.navbar-toggle .icon-bar:last-child {
  margin-bottom: 0px;
}
div.main-container {
  min-height: auto;
}
.navbar-fixed-top {
  border-width: 0 0 3px;
  position: relative;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
a.logo img {
  padding: 10px 0;
}
.expanded.dropdown-menu {
  margin-top: -100% !important;
  opacity: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.open > .dropdown-menu {
  margin-top: 0 !important;
  opacity: 1;
}
body.path-services-home-care .navbar-header a.logo, body.path-services-home-health .navbar-header a.logo, body.path-services-placement-services a.logo {
  background-repeat: no-repeat;
  background-size: 172px 44px;
  background-position: center;
}
[data-entity-type="file"].img-thumbnail {
  width:100%;
}
.col-md-5.col-md-offset-1.hidden-sm {
  text-align: center;
}
ol.carousel-indicators {
    margin-bottom: -10px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.navbar-nav a.btn, ul.navbar-nav button.btn {
  margin: 10px 15px;
}
ul.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
ul.navbar-nav > li.first > a {
  margin-top: 12.5px;
}
ul.navbar-nav > li.last > a {
  margin-bottom: 12.5px;
}
.navbar-default .navbar-nav > .open {
  background-color: transparent;
}
.navbar-nav .open .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 15px 15px 15px 25px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #3d3d3d;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a.is-active {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:nth-last-child(1) > a {
  border-bottom: 0px solid #f5f5f5;
}
.dropdown-menu {
  border-radius: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #222;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:nth-child(1) > a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+10&0.2+0,0+10 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 10%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 10%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active:nth-child(1) > a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+10&0.2+0,0+10 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 10%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 10%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav .open .dropdown-menu > li:hover {
  background-color: #f5f5f5;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:nth-last-child(1) > a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+99&0+50,0.2+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 90%,rgba(0,0,0,0.2) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 90%,rgba(0,0,0,0.2) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active:nth-last-child(1) > a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+99&0+50,0.2+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.2) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 90%,rgba(0,0,0,0.2) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 90%,rgba(0,0,0,0.2) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active {
  background-color: #222;
}
p:last-child {
  margin-bottom: 15px;
}
#block-frontpageawardshonors div.col-sm-3 {
  padding-bottom: 30px;
  padding-top: 30px;
}
article div.pull-right > img.img-responsive, article div.pull-right > img, article > img.pull-right, article img.align-right,article div.pull-left > img.img-responsive, article div.pull-left > img, article > img.pull-left, article img.align-left, div.field--name-body .align-left img {
  margin-bottom:30px;
}
.carousel-caption a .lead {
  display: none;
}
.carousel-caption {
  top: 0%;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 14px;
}
section#block-footerlegalinformation {
  display: block;
  float: left;
}
#block-newslettersignup .col-md-5 > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.newslettersignup h3 {
  text-align: center !important;
}
ul.slides-wtimes li {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
[data-entity-type="file"].img-thumbnail.img-circle {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel-inner video {
  width: 120% !important;
  margin-left: -18% !important;
}
.carousel-caption {
  top: 20%;
}
a.logo {
  left: 50%;
  margin-left: -50px;
  max-width: 30%;
}
}
@media (max-width: 479px) {
a.logo {
  margin-left: -90px;
}
.carousel-caption {
  top: 33%;
}
body {
  line-height: 1.5;
}
.navbar-brand {
  font-size: 18px;
  line-height: 20px;
}
#block-bookhoursphone div.field--name-body > div:nth-child(1) a {
  line-height: 1.5;
}
#block-bookhoursphone a {
  font-size: 16px;
}
.carousel-inner video {
  width: 200% !important;
  margin-left: -50% !important;
}
.carousel-caption h1 {
  font-size: 9vw !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
}