@charset "UTF-8";
/*-----------Colors----------------*/
/*-----------Fonts----------------*/
body {
  background: #fff;
  font: 400 15px/1.5 "Lato", sans-serif;
  color: #565656;
  padding-top: 73px !important; }

.fnavpad {
  padding-top: 41px; }

@media (max-width: 768px) {
  .navpad {
    padding-top: 139px; } }

/*-----------Fonts----------------*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0; }

p, li {
  font: 300 15px/1.5 "Lato", sans-serif;
  color: #565656; }

h1 {
  font: 300 26px/1.4 "Source Sans Pro", sans-serif;
  color: #ba8abe; }

h2 {
  font: 600 26px/1.3 "Lato", sans-serif;
  color: #4a4a4a; }

h3 {
  font: 400 22px/1.3 "Lato", sans-serif;
  color: #5b5b5b; }

h4 {
  font: 600 18px/1.3 "Lato", sans-serif;
  color: #5b5b5b; }

h5 {
  font: 600 17px/1.3 "Lato", sans-serif;
  color: #000000; }

a {
  color: #5E819B;
  text-decoration: none; }

a.underline {
  text-decoration: underline; }

a:hover {
  color: #898989;
  text-decoration: none; }

/* SM */
/* MD */
@media (min-width: 720px) {
  p, li {
    font: 400 16px/1.5 "Lato", sans-serif; }
  h1 {
    font: 300 34px/1.3 "Source Sans Pro", sans-serif; } }

/* LG */
/* XL */
/*-----------More----------------*/
.lu:after {
  content: "";
  margin: 20px 0;
  height: 3px;
  width: 90px;
  background: #67457D;
  display: block; }

.luw:after {
  content: "";
  margin: 20px 0;
  height: 3px;
  width: 90px;
  background: #fff;
  display: block; }

.luc:after {
  content: "";
  margin: 20px auto;
  height: 3px;
  width: 180px;
  background: #ba8abe;
  display: block; }

.h-info {
  font-weight: lighter;
  font-size: 15px;
  margin-bottom: 10px; }

.sm3 {
  font-size: 22px;
  font-weight: lighter;
  line-height: 1.4; }

.shadow {
  text-shadow: .06em .06em .06em #000; }

.breadcrumbs {
  font-size: 14px;
  font-weight: bold; }

.aside {
  font-size: 19px;
  line-height: 1.8;
  color: #5b6a6e; }

.clititle {
  font-size: 15px;
  font-weight: bold;
  margin: -30px 0 10px 0; }

.inlineq {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #633C85;
  border-top: 2px solid #633C85;
  border-bottom: 2px solid #633C85;
  padding: 35px;
  margin: 25px 0;
  text-align: center; }

.cta {
  font-size: 24px;
  line-height: 1.3; }

.reg {
  font-weight: normal; }

.regsmall {
  font-size: 12px; }

.upper {
  text-transform: uppercase; }

.reghead {
  position: relative;
  font-size: 30%;
  line-height: 0;
  vertical-align: baseline;
  top: -1.6em;
  left: .1em; }

/*-----------Lists----------------*/
.list {
  margin: 0 0 25px 10px; }

.list li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style-type: none; }

.list li:before {
  position: relative;
  top: 0;
  left: -20px;
  margin-right: -10px;
  content: "•";
  color: #c2b0c5; }

.smap {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px; }

.smap li {
  margin: 0;
  padding: 0;
  list-style-type: square;
  font-size: 15px; }

.citya {
  margin-bottom: 5px; }

.guidea {
  font-size: 20px;
  color: #633C85;
  padding-bottom: 50px; }

.cityr {
  margin: 5px 0 10px 15px;
  padding: 0; }

.cityr li {
  margin: 0 0 2px 0;
  padding: 0;
  list-style-type: none; }

.cityr li:before {
  font-family: FontAwesome;
  content: "\f105";
  position: relative;
  left: -5px;
  top: -1px;
  font-size: 12px; }

.cityr li a {
  font-size: 14px; }

.boxedlist {
  margin: 0;
  padding: 0 0 0 15px; }

.questionlist {
  list-style-type: none; }

.questionlist li {
  font-weight: bold;
  font-size: 19px;
  color: #ae5573; }

.drug-title {
  margin-bottom: 15px; }

ul.drug-list {
  margin: 0 0 25px 0 !important;
  padding: 0; }

ul.drug-list li {
  margin: 0 0 10px 0 !important;
  padding: 0;
  line-height: 1.4;
  list-style-type: none; }

#navigation, #toc {
  margin: 0 0 25px 0;
  background: rgba(36, 58, 74, 0.8); }

#navigation h3, #toc h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 20px 10px 10px 20px; }

#navigation ul, #toc ul {
  padding: 0 20px 20px 35px;
  list-style-type: none; }

#navigation li, #toc li {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  list-style-type: none; }

#navigation li:before, #toc li:before {
  content: "\203A";
  color: #fff;
  position: relative;
  left: -8px;
  margin-left: -6px; }

#navigation a, #toc a {
  position: relative;
  left: 0;
  -webkit-transition: left .1s linear;
  -o-transition: left .1s linear;
  transition: left .1s linear; }

#navigation a:hover, #toc a:hover {
  color: #a7dbd8;
  text-decoration: none;
  left: 2px;
  -webkit-transition: left .1s linear;
  -o-transition: left .1s linear;
  transition: left .1s linear; }

@media (max-width: 768px) {
  .list {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px; } }

@media (max-width: 768px) {
  .list {
    margin: 0 0 10px 15px;
    padding: 0 0 0 10px; } }

.lborder {
  border-left: 15px solid #633C85 !important; }

/*----------Colors---------------*/
.whiteback {
  background: #fff; }

.blackback {
  background: #000; }

.ltgrayback {
  background: #f2f2f2; }

.grayback {
  background: #eeeeee; }

.drkgrayback {
  background: #4a4a4a; }

.drkgrayback {
  background: #404E56; }

.greenback {
  background: #507e09; }

.blueback {
  background: #54c5d0; }

.drkblueback {
  background: #3E4B54; }

.purpleback {
  background: #633C85; }

.redback {
  background: #aa483d; }

.orangeback {
  background: #d45c4f; }

.ltblueback {
  background: #daecf8; }

.drkpurpleback {
  background: #1a111c; }

.white {
  color: #fff; }

.black {
  color: #000; }

.green {
  color: #507e09; }

.ltgreen {
  color: #dfe789; }

.gray {
  color: #f7f7f7; }

.ltblue {
  color: #25a2db; }

.blue {
  color: #34454d; }

.red {
  color: #aa483d; }

.orange {
  color: #fa3; }

.purple {
  color: #633C85; }

.section-darkbg h1,
.section-darkbg h2,
.section-darkbg h3,
.section-darkbg h4,
.section-darkbg h5,
.section-darkbg p,
.section-darkbg ul li {
  color: #fff; }

/*------Homepage Full Size Imgs-------*/
.full-main {
  width: 100%;
  background: url("/images/full/home/full-main.jpg"); }

.full-redes {
  width: 100%;
  background: url("/images/redes/full-main.jpg"); }

/*----------Full Size Imgs----------*/
.full-size-image {
  padding: 70px 0; }

.fulltestimonial {
  background: url("/images/full/full-testimonial.jpg"); }

.fullservices {
  background: url("/images/full/full-services.jpg"); }

.fullhome {
  background: url("/images/full/full-home.jpg"); }

.full-blog {
  background: url("/images/full-blog.jpg"); }

.fullcontactus {
  background: url("/images/full/full-contactus.jpg"); }

.fullcity {
  background: url("/images/full/full-city.jpg"); }

.fullclin {
  background: url("/images/full/full-clin.jpg"); }

.full-alcohol-rehab {
  background: url("/images/full/full-alcohol-rehab.jpg");
  padding: 50px 0; }

.full-mentalhealth {
  background: url("/images/co-occurring/full-mentalhealth.jpg"); }

.full-processaddiction {
  background: url("/images/process-addictions/full-processaddictions.jpg"); }

.full-drug-rehab {
  background: url("/images/full/full-drug-rehab.jpg"); }

.full-detox {
  background: url("/images/full/full-detox.jpg"); }

.full-insurance {
  background: url("/images/insurance/full-insurance.jpg"); }

.full-in-network {
  background: url("/images/insurance/full-in-network.jpg"); }

.full-family {
  background: url("/images/family/full-family.jpg"); }

.full-family-help {
  background: url("/images/family/full-family-help.jpg"); }

/*----------Full Dark Backgrounds----------*/
.full-drugs {
  background: url("/images/full/full-drugs.jpg"); }

.full-drug-alcohol {
  background: url("/images/full/full-drug-alcohol.jpg"); }

.full-rehab {
  background: url("/images/full-rehab.jpg");
  padding: 70px 0; }

.full-washington {
  background: url("/images/full/full-washington.jpg");
  padding: 70px 0; }

.full-washington-2 {
  background: url("/images/full/full-washington-2.jpg"); }

/*----------Full Locations----------*/
.full-locations {
  background: url("/images/full-locations.jpg");
  border-bottom: 2px solid #786c7f; }

.full-northpointid {
  background: url("/images/locations/full-northpointid.jpg"); }

.full-evergreen {
  background: url("/images/locations/full-evergreen.jpg"); }

.full-ashwood {
  background: url("/images/locations/full-ashwood.jpg"); }

/*----------Full Cities----------*/
.full-seattle {
  background: url("/images/full/full-seattle.jpg"); }

/*----------Full Size Imgs----------*/
.full-alcohol {
  background: url("/images/drugs/full-alcohol.jpg"); }

.full-addict {
  background: url("/images/drugs/full-addict.jpg"); }

.full-addict-2 {
  background: url("/images/full/full-addict.jpg"); }

.full-addiction {
  background: url("/images/co-occurring/full-addiction.jpg"); }

.full-drug-trafficking {
  background: url("/images/drugs/full-drug-trafficking.jpg"); }

.full-lgbt {
  background: url("/images/guides/full-lgbt.jpg"); }

.full-lgbt2 {
  background: url("/images/guides/full-lgbt2.jpg"); }

.full-family2 {
  background: url("/images/full-family2.jpg"); }

.full-opiates {
  background: url("/images/drugs/full-opiates.jpg"); }

.full-military {
  background: url("/images/guides/full-military.jpg"); }

.full-meadow {
  background: url("/images/full/full-meadow.jpg"); }

.full-peace {
  background: url("/images/full/full-peace.jpg"); }

.full-pills {
  background: url("/images/full/full-pills.jpg"); }

.full-pill-bottle {
  background: url("/images/full/full-pill-bottle.jpg"); }

.full-rehab-2 {
  background: url("/images/full/full-rehab.jpg"); }

.full-support {
  background: url("/images/full/full-support.jpg"); }

.full-compass {
  background: url("/images/full/full-compass.jpg"); }

.full-trees {
  background: url("/images/full/full-trees.jpg"); }

.full-journey {
  background: url("/images/full/full-journey.jpg"); }

.full-journey-2 {
  background: url("/images/full/full-journey-2.jpg"); }

.full-hope {
  background: url("/images/full-hope.jpg"); }

.full-hope-2 {
  background: url("/images/full/full-hope-2.jpg"); }

.full-hope-3 {
  background: url("/images/full/full-hope-3.jpg"); }

.full-hope-4 {
  background: url("/images/full/full-hope-4.jpg"); }

.full-hope-5 {
  background: url("/images/full/full-hope-5.jpg"); }

/*----------Full Size Imgs----------*/
.full-college {
  background: url("/images/full/full-college.jpg"); }

/*----------Full Squares----------*/
.full-loved-one {
  background: url("/images/full/square/full-loved-one.jpg"); }

.full-struggling {
  background: url("/images/full/square/full-struggling.jpg"); }

.section-header {
  padding: 20px;
  margin: 25px 0; }

.sh1 {
  height: 100%;
  background: url("/images/section-header1.jpg"); }

.section-header h2 {
  font-size: 32px; }

.fullall, .full-all {
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-position: 50% 50%; }

.full-top {
  background-position: center top; }

.fulltestimonialpad {
  padding: 150px 0; }

.fullcontactuspad {
  padding: 50px 0; }

.fulltoppad, .full-top-pad {
  padding: 70px 0; }

.fullservicespad {
  padding: 50px 0; }

.fullhomepad {
  padding: 50px 0 50px 0; }

.videopad {
  padding: 100px 0; }

.full-blog-pad {
  padding: 50px 0; }

.full-photopad, .full-photo-pad {
  padding: 220px 0; }

.full-propad {
  padding: 200px 0; }

.full-redestoppad {
  padding: 110px 0 50px 0; }

.padtopofpage {
  padding-top: 100px; }

@media (max-width: 768px) {
  .fulltestimonialpad {
    padding: 30px; }
  .fullcontactuspad {
    padding: 40px; }
  .fullservicespad {
    padding: 25px; }
  .fullhomepad {
    padding: 30px; }
  .full-blog-pad {
    padding: 25px 0; }
  .videopad {
    padding: 40px 30px; }
  .full-redestoppad {
    padding: 80px 0 20px 0; }
  .padtopofpage {
    padding-top: 30px; } }

.quotepng {
  margin-bottom: 20px; }

.testimonial {
  font-family: 'Droid Serif', serif;
  color: #505050;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px; }

.testimonialfrom {
  color: #000;
  font-size: 20px;
  line-height: 2;
  font-weight: bold; }

.imgRight {
  float: right;
  padding: 8px;
  margin: 0 0 5px 7px; }

.imgLeft {
  float: left;
  padding: 4px 15px 0 0;
  margin: 0 5px 0 0; }

.borderbox {
  border: 1px solid #ad5472;
  margin-bottom: 30px; }

.borderbox h2 {
  font-size: 26px;
  line-height: 1.6; }

.borderbox p, .borderbox li {
  font-size: 15px;
  line-height: 1.5; }

.outdb {
  background: rgba(87, 100, 108, 0.4);
  padding: 10px;
  margin-top: 20px; }

.dinkbox {
  background: rgba(171, 185, 193, 0.7); }

.dinkbox .fa-arrow-right {
  float: right; }

.dinkbox h2 {
  font-size: 28px; }

.cardbox {
  background: #fafafa;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid #e1e1e1;
  margin: 20px 0;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 2px #bebebe;
  box-shadow: 2px 2px 2px #bebebe;
  width: 100%; }

.cardbox:hover {
  background: #fff; }

.whitebox {
  background: #fff;
  border: 1px solid #969DA1;
  margin: 0 0 15px 0;
  padding: 25px;
  -webkit-box-shadow: 2px 2px 2px #bebebe;
  box-shadow: 2px 2px 2px #bebebe; }

.ltgraybox {
  background: #f8f8f8;
  border: 1px solid #969DA1;
  margin: 0 0 15px 0;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 2px #bebebe;
  box-shadow: 2px 2px 2px #bebebe; }

.drkbluebox {
  background: #3E4B54;
  margin: 0 0 25px 0;
  padding: 25px 25px 5px 25px; }

.pbox {
  border: 1px solid #404e56;
  margin: 0 0 25px 0;
  padding: 25px 25px 0 25px; }

.bbox {
  border: 1px solid #404e56;
  margin: 0 0 25px 0;
  padding: 35px 35px 35px 35px; }

.wbbox {
  border: 1px solid #fff;
  margin: 0 0 25px 0;
  padding: 35px 35px 10px 35px; }

.lmbox {
  border: 1px solid #7f4ec3;
  background: #fafafa;
  padding: 20px 20px 0 20px;
  margin-bottom: 30px; }

.sharebox {
  border: 1px solid #404e56;
  background: #413f4e;
  margin: 25px 0 25px 0;
  padding: 35px 35px 0 35px; }

@media (max-width: 768px) {
  .sharebox {
    margin: 0; } }

/*-----------Navtabs----------------*/
.nav-tabs {
  border-bottom: none;
  margin-bottom: 30px; }

.navtab-box {
  margin-bottom: 35px;
  border: 2px solid #44aaa6;
  padding: 35px; }

.nav-tabs > li > a {
  color: #696969;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 25px;
  margin-bottom: 15px; }

.nav-tabs > li > a:hover {
  color: #44aaa6;
  background: transparent;
  border: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #44aaa6;
  border: none;
  border-bottom: 2px solid #44aaa6; }

/*----------Buttons--------------*/
.btn {
  font-size: 15px;
  border-radius: 20px;
  margin: 0 0 25px 0;
  padding: 5px 35px;
  white-space: normal; }

.btn-primary {
  background: transparent;
  border: 1px solid #d285ee;
  color: #d285ee;
  border-radius: 25px;
  letter-spacing: 1px;
  padding: 8px 28px; }

.btn-primary:hover {
  background: transparent;
  border: 1px solid #94a13a;
  color: #94a13a; }

.btn-primary.disabled {
  background: #ba8abe; }

.btn-warning {
  background: transparent;
  border: 2px solid #633C85 !important;
  border-color: #633C85;
  color: #633C85;
  border: none;
  font-weight: bold;
  font-size: 16px; }

.btn-warning:hover {
  background: transparent;
  border-color: #764455;
  color: #764455; }

.btn-orange {
  background: #ffa800;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 4px #919191;
  box-shadow: 0px 2px 4px #919191;
  margin: 0 5px 5px 5px;
  padding: 15px 35px 15px 31px;
  color: #fff; }

.btn-trans-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  letter-spacing: 1px;
  padding: 8px 28px; }

.btn-trans-white:hover {
  border: 1px solid #94a13a;
  color: #94a13a; }

.btn-trans-black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  letter-spacing: 1px;
  border-radius: 25px;
  padding: 5px 25px; }

.btn-home {
  background: #ba8abe;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 25px;
  padding: 10px 30px; }

.btn-home:hover {
  background: #ff4900;
  color: #f7f7f7; }

.btn-share {
  color: #fff;
  border-radius: 25px;
  display: block; }

.btn-helpful {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 25px;
  display: block; }

.btn-transp {
  background: transparent;
  border-color: #404e56;
  color: #404e56;
  border-radius: 30px; }

.btn-full {
  color: #fff;
  background: #34454d;
  width: 100%;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: left;
  padding: 15px 30px 15px 15px;
  margin: 1px 0; }

.btn-full:hover {
  padding-right: 15px;
  background: #f0ad4e;
  color: #01616A; }

.btn-rt {
  float: right; }

.fbback {
  background: #4267b2; }

.twitterback {
  background: #4AB3F4; }

.gback {
  background: #311b92; }

@media (max-width: 992px) {
  .csm {
    text-align: center; } }

/*---------Staff----------*/
#staff a {
  cursor: pointer; }

#staff .staff-titlebox {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px; }

#staff .staff-name {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin: 0; }

#staff .staff-title {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  margin: 2px 0 0 0; }

#staff .read-bio {
  color: #91a75c;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

#staff .modal-header {
  padding: 20px 20px 0 0; }

#staff .modal-body {
  padding: 0 25px 25px 25px; }

#staff .modal-title, #staff .modal-body p {
  text-align: left;
  margin-bottom: 15px; }

#staff .modal-body p {
  font-size: 16px; }

#staff a img {
  opacity: 1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

#staff a:hover img {
  opacity: 0.8; }

#staff .col-6:hover .read-bio {
  font-weight: bold;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

/*---------Testimonials----------*/
.quote {
  padding-left: 45px; }

.qname {
  font-weight: bold;
  float: right; }

/*-----------Sidebar----------------*/
.sidebar {
  padding-left: 25px; }

.sb-header {
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #565656; }

/*-----------Header---------------*/
#topbar {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 83px;
  background: #3E4B54;
  z-index: 800; }

.topbar-logo img {
  padding: 10px 15px; }

.topbar-right {
  float: right;
  height: 100%; }

.header-links {
  height: 100%; }

.header-links p {
  margin-bottom: 0; }

.header-links a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 0 20px 0 0;
  display: inline; }

.header-links a:hover {
  color: #e1ef86; }

.header-phone {
  background: #ffa800;
  padding: 2px 17px 5px 17px;
  margin: 0;
  display: inline;
  float: right;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.header-phone:hover {
  background: #ff4900;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.hpp {
  font-size: 12px;
  color: #000;
  margin: 0;
  text-transform: uppercase; }

.hp2 {
  font-size: 26px;
  margin: 0 0 5px 0;
  font-weight: normal;
  line-height: 1; }

.hp2 a {
  color: #fff; }

/*-------------Nav----------------*/
.navbar {
  margin: 80px 0 -56px 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  z-index: 700; }

.navbar-nav > li > a, .navbar-text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.navbar-text {
  font-weight: normal; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px; }

.navbar-nav > li:hover > a {
  color: #000;
  background: #fff; }

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent; }

.navbar-toggler {
  position: absolute;
  top: -54px;
  right: 10px;
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  z-index: 1000; }

.navbar-toggler-icon {
  color: #fff;
  font-size: 28px;
  z-index: 1000; }

.navbar-toggler-icon svg {
  z-index: 1000; }

/* Sub Menu */
.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  margin: 0;
  border-top: none;
  background: #fff;
  padding: 0;
  min-width: 250px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

ul.navbar-nav li ul {
  display: none; }

ul.navbar-nav li:hover ul {
  display: block; }

ul.navbar-nav li ul li {
  margin: 0 !important;
  width: 100%;
  padding: 0 15px; }

ul.navbar-nav li ul li a {
  font-family: "Lato", sans-serif;
  background-color: transparent !important;
  color: #000;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
  font-weight: lighter; }

ul.navbar-nav li ul li:hover > a {
  background-color: transparent;
  color: #8DABEF; }

@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    padding: 10px 0;
    border-radius: 0;
    display: block;
    visibility: hidden;
    opacity: 0; }
  .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown {
    display: inline-block; } }

@media (max-width: 768px) {
  .navbar {
    z-index: 900; }
  .nav {
    padding: 0; }
  .nav-tabs {
    padding: 0; }
  .navbar-nav > li > a {
    padding: 14px 30px 14px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #3E4B54; }
  .navbar-nav > li:hover > a {
    color: #3E4B54; }
  ul.navbar-nav li ul {
    background: transparent;
    position: relative;
    width: 100%; }
  .dropdown-menu {
    position: relative;
    float: none;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  ul.navbar-nav li ul li {
    margin: 0 0 10px 0 !important;
    padding: 0;
    width: 100%; }
  ul.navbar-nav .dropdown-menu li a {
    font-size: 15px;
    margin: 5px 10px 5px 15px;
    font-weight: normal;
    border-top: none;
    padding: 2px;
    color: #3E4B54; }
  ul.navbar-nav li ul li:first-child a {
    margin-top: 0; }
  ul.navbar-nav li ul li:last-child a {
    margin-bottom: 10px; }
  ul.navbar-nav .fa-angle-down {
    float: right; }
  .navbbot {
    border-bottom: 1px solid #1595a1; }
  .navbbot:hover {
    border-bottom: 1px solid #1595a1; }
  .navfar {
    margin-right: 5px; }
  .navbar-nav > li:hover {
    background: #fff; }
  .full-width.dropdown > .dropdown-menu {
    padding: 0; }
  /* Reset responsive Bootstrap elements */
  .navbar .navbar-header {
    float: none; }
  .navbar .navbar-toggle {
    display: block; }
  .navbar .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar .navbar-form {
    float: none !important;
    padding: 0; }
  .navbar .navbar-nav > li {
    text-align: left;
    float: none;
    margin-bottom: 0; }
  .navbar .navbar-nav > li:hover {
    border-bottom: none;
    background: transparent; }
  /* Reposition elements affected by the sliding menu */
  #wrapper {
    position: relative;
    right: 0;
    -webkit-transition: right 0.05s ease;
    -o-transition: right 0.05s ease;
    transition: right 0.05s ease; }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: -65%;
    display: block;
    width: 65%;
    height: 100% !important;
    margin: 0;
    padding: 40px 15px 0 35px;
    background-color: #f3f3f3;
    -webkit-transition: right 0.05s ease;
    -o-transition: right 0.05s ease;
    transition: right 0.05s ease;
    z-index: 1000; }
  .navbar .navbar-collapse.collapsing {
    -webkit-transition: right 0.05s ease;
    -o-transition: right 0.05s ease;
    transition: right 0.05s ease; }
  .navbar .navbar-collapse.show {
    right: 0; }
  body.menu-slider.in {
    overflow: hidden; }
  body.menu-slider #wrapper, body.menu-slider #topbar {
    -webkit-transition: right 0.05s ease;
    -o-transition: right 0.05s ease;
    transition: right 0.05s ease; }
  body.menu-slider.in #wrapper, body.menu-slider.in #topbar {
    right: 65%; }
  .navbar-default .whitenav > li > a {
    color: #1595A1; } }

/*-----------Footer----------------*/
footer {
  width: 100%;
  margin: 0; }

footer h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000; }

footer .form-control {
  border: 1px solid #000;
  border-radius: 20px; }

footer ul.list {
  padding-left: 8px; }

footer ul.list li a {
  color: #282828; }

.footer-icons a {
  color: #000; }

.footer-icons a:hover {
  color: #ba8abe; }

.callbottom {
  position: fixed;
  bottom: 15px;
  right: 0;
  border-radius: 20px 0 0 20px;
  background: #019a01;
  z-index: 1000;
  padding: 0px 20px; }

.cbtxt {
  padding: 4px 0;
  margin: 0;
  font-size: 32px; }

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none; }

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6); }

/*-------------Tiles---------------*/
.tiles {
  height: 352px;
  overflow: hidden; }

.tile-image-holder {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden; }

.tiles .half-height {
  height: 252px;
  margin-bottom: 16px; }

.tiles .half-height img {
  height: 252px; }

.tiles img {
  position: relative;
  height: 100%;
  width: auto;
  left: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

@media (max-width: 768px) {
  .tiles {
    height: 300px; }
  .tiles img {
    height: auto;
    width: 100%; } }

.testimonial-tile {
  display: block;
  height: 100%;
  width: 100%;
  background: #0b141a;
  border-top: 6px solid #ef7d6d;
  font-weight: 500;
  font-style: italic;
  text-align: right;
  line-height: 1;
  padding: 0 20px 0 10px;
  word-wrap: break-word;
  overflow: hidden;
  padding-top: 40px; }

.testimonial-quote {
  color: #fff;
  font-size: 22px; }

.titlebox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0+35,0.7+71 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, transparent), color-stop(71%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }

.titlebox:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,24260b+100&0+35,0+35,0.7+71 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(13, 13, 4, 0) 35%, rgba(26, 27, 8, 0.7) 71%, rgba(36, 38, 11, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(13, 13, 4, 0) 35%, rgba(26, 27, 8, 0.7) 71%, rgba(36, 38, 11, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, rgba(13, 13, 4, 0)), color-stop(71%, rgba(26, 27, 8, 0.7)), to(rgba(36, 38, 11, 0.7)));
  background: -o-linear-gradient(top, transparent 0%, rgba(13, 13, 4, 0) 35%, rgba(26, 27, 8, 0.7) 71%, rgba(36, 38, 11, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(13, 13, 4, 0) 35%, rgba(26, 27, 8, 0.7) 71%, rgba(36, 38, 11, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b324260b',GradientType=0 );
  /* IE6-9 */ }

.tiles p {
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.2;
  color: white;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 5px 40px;
  z-index: 5;
  -webkit-transition: padding 0.4s cubic-bezier(0, 0.995, 0.42, 1);
  -o-transition: padding 0.4s cubic-bezier(0, 0.995, 0.42, 1);
  transition: padding 0.4s cubic-bezier(0, 0.995, 0.42, 1); }

.tidate {
  font-size: 14px;
  color: #d1de48; }

.ticat {
  font-size: 16px;
  color: #d1de48;
  font-weight: bold;
  line-height: 1.6; }

/*-------------LocTiles---------------*/
.loctiles {
  overflow: hidden; }

.loctile-image-holder {
  position: relative;
  display: block;
  max-height: 300px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 20px; }

.loctile-image-holder:hover {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15); }

.loctiles .loctilebg {
  position: relative;
  width: auto;
  right: 67%;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear; }

.loctiles:hover .loctilebg {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04); }

#loctile {
  margin-bottom: 25px; }

.loctitlebox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0+35,0.7+71 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.8) 71%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.8) 71%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, transparent), color-stop(71%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.8) 71%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.8) 71%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }

.loctitlebox:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0+35,0.7+71 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, transparent), color-stop(71%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }

.loctitles {
  position: relative;
  bottom: -100px;
  text-align: center;
  width: 100%;
  z-index: 5;
  -webkit-transition: padding 0.4s cubic-bezier(0, 0.995, 0.42, 1);
  -o-transition: padding 0.4s cubic-bezier(0, 0.995, 0.42, 1);
  transition: padding 0.4s cubic-bezier(0, 0.995, 0.42, 1); }

.loctitles img {
  margin: 0 auto; }

.loctitles h3 {
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.2;
  color: white; }

#loctile h2 {
  font-size: 26px; }

.title-loc {
  margin-top: -25px;
  font-weight: bold; }

@media (min-width: 992px) and (max-width: 1200px) {
  .loctile-image-holder {
    max-height: 270px; }
  .loctiles .loctilebg {
    right: 96%; }
  .loctitles {
    bottom: -80px; }
  .loctitles img {
    width: 75%; } }

@media (min-width: 769px) and (max-width: 991px) {
  .loctile-image-holder {
    max-height: 350px; }
  .loctiles .loctilebg {
    right: 73%; }
  .loctitles {
    bottom: -120px; }
  .loctitles img {
    width: 75%; } }

@media (max-width: 768px) {
  .loctile-image-holder {
    max-height: 180px;
    margin-bottom: 15px; }
  .loctiles .loctilebg {
    height: 100%;
    width: auto;
    right: 57%; }
  .loctitles {
    bottom: -40px; }
  .loctitles img {
    width: 55%; } }

/*-------------Other---------------*/
.clear {
  clear: both; }

.hover-grow {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.walden:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.walden:hover img {
  width: 100%;
  z-index: 1; }

/*-------------Forms---------------*/
.form-control {
  font-size: 14px; }

.with-errors li {
  font-size: 12px;
  color: #e16627;
  margin-top: 5px; }

.assessmentbox {
  border: 1px solid #686868;
  padding: 25px 25px 0 25px; }

/*-------------Quotes---------------*/
.quotebro {
  background-color: white;
  padding: 25px 25px 10px 25px;
  border: 1px solid #efefef;
  margin: 20px;
  margin-bottom: -300px;
  padding-bottom: 300px; }

.quoteh {
  font-size: 18px; }

.quotep {
  padding-bottom: 25px; }

/*-----------Video Container--------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#section3 .video-container {
  padding-bottom: 47%;
  padding-top: 30px;
  height: 0; }

#section3 .video-container iframe, #section3 .video-container object, #section3 .video-container embed {
  height: 65vh;
  overflow: hidden; }

/*----------Wheel Stuff-------------*/
#optionwheel {
  width: 100%;
  height: 100%; }

.wbox {
  width: 400px; }

.wtext {
  width: 300px; }

.wtext h4 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.wbox:hover h4 {
  color: #ba8abe;
  padding-bottom: 5px; }

.wcircle {
  position: absolute;
  top: 40%;
  left: 40%; }

.wcircle img {
  display: block; }

.wbox {
  width: 340px; }

.wtext {
  width: 250px; }

.wtext p {
  font-size: 16px; }

.walcohol {
  position: absolute;
  left: 14%;
  top: 20%; }

.wdrug {
  position: absolute;
  left: 7%;
  top: 38%; }

.wheroin {
  position: absolute;
  left: 8%;
  top: 56%; }

.wcocaine {
  position: absolute;
  left: 42%;
  top: 72%; }

.wcocainetext {
  width: 250px;
  position: absolute;
  left: 50px;
  top: -40px; }

.wmarijuana {
  position: absolute;
  left: 70%;
  top: 52%; }

.wmarijuanatext {
  width: 200px; }

.wmeth {
  position: absolute;
  left: 70%;
  top: 35%; }

.wmethtext {
  width: 200px; }

.wxanax {
  position: absolute;
  left: 55%;
  top: 18%; }

.outerCircle {
  background-color: transparent;
  border: 1px solid rgba(97, 82, 72, 0.9);
  opacity: .9;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 37%;
  left: 40%;
  -webkit-animation: rotation 15s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@media (min-width: 992px) and (max-width: 1200px) {
  .wcircle {
    top: 40%;
    left: 40%; }
  .outerCircle {
    top: 36%;
    left: 40%; }
  .walcohol {
    left: 14%;
    top: 21%; }
  .wdrug {
    left: 5%;
    top: 38%; }
  .wheroin {
    left: 7%;
    top: 56%; }
  .wcocaine {
    left: 42%;
    top: 70%; }
  .wcocainetext {
    width: 250px;
    left: 50px;
    top: -40px; }
  .wmarijuana {
    left: 70%;
    top: 52%; }
  .wmarijuanatext {
    width: 200px; }
  .wmeth {
    left: 70%;
    top: 35%; }
  .wmethtext {
    width: 200px; }
  .wxanax {
    left: 55%;
    top: 19%; } }

/*----------Quiz Stuff-------------*/
#quizlinkarea {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

.quizlinkbox {
  padding: 15px 25px 20px 25px;
  margin-bottom: 20px; }

.quizlinkbox h2 {
  margin: 10px 0 15px 0 !important;
  font-size: 25px; }

.progress {
  margin-bottom: 10px; }

.quizwrap {
  background: #000; }

.qbox {
  border: 1px solid #404e56;
  margin-bottom: 5px;
  padding: 35px 35px 10px 35px; }

.checkbox {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  margin: 10px 0;
  padding: 20px 20px 5px 20px; }

.checkbox label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 25px; }

input[type=radio], input[type=checkbox] {
  margin: 2px 0 10px -15px !important; }

input.faChkRnd {
  visibility: hidden; }

input.faChkRnd:checked:after, input.faChkRnd:after {
  visibility: visible;
  font-family: FontAwesome;
  font-size: 25px;
  height: 17px;
  width: 17px;
  position: relative;
  top: -3px;
  left: 0px;
  background-color: #FFF;
  display: inline-block; }

input.faChkRnd:checked:after {
  content: '\f058';
  color: green; }

input.faChkRnd:after {
  content: '\f10c';
  color: #000; }

.quizbox h3 {
  font-size: 20px;
  margin-bottom: 5px; }

.quizbox p {
  font-size: 14px;
  margin-bottom: 15px; }

.quizbox h3 {
  font-size: 20px; }

/*--------------FAQs--------------------*/
.panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-heading {
  padding: 0 0 10px 0;
  position: relative;
  background: transparent;
  border: none; }

.panel-heading:hover {
  background: transparent;
  color: #565656; }

.fa-angle-down {
  margin-right: 10px; }

.panel-title {
  font-size: 18px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 0; }

.panel-title a:hover {
  text-decoration: none; }

.panel-title:before {
  font-family: FontAwesome;
  content: "\f078";
  position: relative;
  left: -30px;
  top: -5px;
  margin-right: -20px;
  font-size: 12px;
  font-weight: normal; }

.panel-body {
  padding: 5px 15px 10px 28px;
  border-bottom: 1px solid #e1e1e1;
  border-top: none !important;
  margin-bottom: 35px; }

a:focus, .panel-int a:active {
  text-decoration: none;
  color: #633C85; }

.panel-list .panel-heading {
  padding-bottom: 5px; }

.panel-list .panel-list .panel-title {
  font-size: 17px;
  font-weight: normal; }

@media (min-width: 992px) {
  #cooTypes {
    padding: 0 0 0 40px; } }

#cooTypes .panel-title {
  font-size: 18px;
  padding-left: 25px; }

#cooTypes .panel-heading {
  padding: 5px 0 0 0; }

#cooTypes .panel-body {
  padding-top: 15px; }

#faqPanel .panel-title {
  font-size: 18px;
  border-bottom: none; }

#sources .panel-body {
  padding: 0; }

#sources li {
  font-size: 14px; }

@media (max-width: 768px) {
  .panel-default .panel-title {
    font-size: 16px; }
  .topphone {
    text-align: center; }
  header {
    background: #243037; } }

.panel-group {
  margin-bottom: 25px; }

.accordion {
  margin-bottom: 45px; }

.accordion .panel-default .panel {
  margin-top: 0; }

.accordion .panel-default .panel-heading {
  border: 1px solid #e1e1e1;
  padding: 10px 0;
  position: relative;
  background: #CDCFD1;
  margin-bottom: -5px; }

.accordion .panel-default .panel-heading:hover {
  background: #eaeaea;
  color: #565656; }

.accordion .panel-default .fa-angle-down {
  margin-right: 10px; }

.accordion .panel-default .panel-title {
  font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 0; }

.accordion .panel-default .panel-title:before {
  content: "";
  position: relative;
  left: 0;
  margin-right: 0; }

.accordion .panel-default .panel-body {
  padding: 30px 30px 5px 30px;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-bottom: 0; }

.panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link {
  width: 95%;
  text-align: left;
  white-space: normal;
  border-radius: 0; }

.panel-faq > .panel-heading, .panel-faq > .collapsed {
  color: #565656;
  background-color: #dfe789;
  border: none; }

.panel-int, .panel-default {
  margin-bottom: 0; }

.panel-int .panel-heading, .panel-default .panel-heading {
  position: relative;
  width: 100%;
  background: transparent; }

.panel-int .fa-angle-down, .panel-default .fa-angle-down {
  margin-right: 10px; }

.panel-int .panel-title button, .panel-default .panel-title button {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0; }

.panel-int .panel-title button:hover, .panel-default .panel-title button:hover {
  text-decoration: none;
  color: #5f5f5f; }

.panel-int h4.panel-title, .panel-default h4.panel-title {
  margin-bottom: 0; }

.panel-int .panel-title button:after, .panel-default .panel-title button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f106";
  position: absolute;
  right: 0; }

.panel-int .panel-title button.collapsed:after, .panel-default .panel-title button.collapsed:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  position: absolute;
  right: 0; }

.panel-int .panel-body, .panel-default .panel-body {
  padding: 5px 15px 10px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: none !important;
  margin-bottom: 35px; }

.panel-int a:focus, .panel-int a:active, .panel-default a:focus, .panel-default a:active {
  text-decoration: none;
  color: #633C85; }

#section7 .panel-default .panel-heading {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding: 0 0 15px 0; }

#section7 .panel-int, #section7 .panel-default {
  margin-bottom: 25px; }

#section7 .panel-default .panel-title {
  padding-left: 20px; }

#section7 .panel-title:before {
  content: ""; }

@media (min-width: 992px) {
  #cooTypes {
    padding: 0 0 0 40px; } }

#cooTypes .panel-title {
  font-size: 18px;
  padding-left: 25px; }

#cooTypes .panel-heading {
  padding: 5px 0 0 0; }

#cooTypes .panel-body {
  padding-top: 15px; }

#faqPanel .panel-title {
  font-size: 18px;
  border-bottom: none; }

.panel-faq > .panel-heading[aria-expanded="true"], .panel-faq > .panel-heading:hover, .panel-faq > .panel-heading:focus {
  color: #4C5605;
  background-color: #ccd467;
  border: none; }

.panel-faq > .panel-title {
  font-size: 18px;
  font-weight: bold; }

.panel-faq .panel-title a:hover {
  color: #faffb7;
  text-decoration: none; }

.panel-faq .panel-body {
  padding: 30px;
  font-weight: 400;
  line-height: 1.9;
  background: #fff; }

@media (max-width: 768px) {
  .topphone {
    text-align: center; }
  .navbar-brand {
    position: static;
    margin-left: -5px !important;
    margin-top: -50px;
    padding: 20px 0; }
  header {
    background: #243037; } }

/*--------------Forms--------------------*/
.forminfo {
  display: none; }

/*------------Animations-----------------*/
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform; }

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden; }

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #633C85;
  height: 4px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ba8abe;
  height: 3px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0; }

/*----------Dropdown Button---------*/
#content .dropdown .btn {
  margin: 0; }

#content .dropdown .dropdown-menu {
  margin: 0;
  background: #633C85; }

#content .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#content .dropdown .dropdown-menu li a {
  color: #fff;
  padding: 5px 15px; }

#content .dropdown .dropdown-menu li a:hover {
  color: #e1e1e1; }

#content .dropdown .dropdown-menu li:before {
  margin: 0;
  padding: 0;
  content: ""; }

/*----------Paddings---------------*/
.padtop {
  padding-top: 25px; }

.padbot {
  padding-bottom: 25px; }

.padtopmore {
  padding-top: 60px; }

.padbotmore {
  padding-bottom: 60px; }

.padleft {
  padding-left: 25px; }

.padright {
  padding-right: 25px; }

.padall {
  padding: 25px; }

.padallbig {
  padding: 60px 40px; }

.nopad {
  padding: 0; }

.nopadrl {
  padding-left: 0;
  padding-right: 0; }

.padtopbig {
  padding-top: 60px; }

.padbotbig {
  padding-bottom: 60px; }

.padrlbig {
  padding: 0 100px; }

@media (max-width: 768px) {
  .padtopbig {
    padding-top: 30px; }
  .padbotbig {
    padding-bottom: 30px; }
  .padrlbig {
    padding: 25px; } }

.margintop {
  margin-top: 25px; }

.marginbot {
  margin-bottom: 25px; }

.nomarginbot {
  margin-bottom: 0; }

.smmarginbot {
  margin-bottom: 10px; }

.nomargin {
  margin: 0 !important; }

.larger {
  font-size: 38px; }

.small {
  font-size: 13px; }

.big {
  font-size: 22px; }

.bold {
  font-weight: bold; }

.light {
  font-weight: normal; }

.full {
  width: 100%; }

.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden; }

@media (max-width: 768px) {
  .google-maps {
    padding-bottom: 75%; } }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media (max-width: 768px) {
  #mobiletop {
    padding: 0; }
  #mobiletop .fa-circle {
    color: #019a01; }
  #mobiletop .fcircular {
    background: #555;
    border-radius: 0;
    margin-top: -10px; } }

.schedule-step {
  padding: 45px 35px 30px 35px;
  text-align: center;
  margin: 35px 0 25px 0; }

/*------------Modals-----------------*/
.modal-dialog {
  background: #ebebeb;
  margin: 90px auto; }

.modal-content {
  border-radius: 0; }

.modal-header {
  border-bottom: none; }

.modal-title {
  text-align: center;
  line-height: 1.2; }

.modal-body p {
  text-align: center;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 1.5; }

#popupForm {
  width: 60%;
  margin: -10px auto 30px auto; }

@media (max-width: 768px) {
  .modal-dialog {
    width: 90%; }
  #popupForm {
    width: 80%; } }

#lgphoneModal .modal-dialog {
  width: 800px;
  background: #ebebeb;
  margin: 90px auto; }

#lgphoneModal .modal-header {
  border-bottom: none;
  padding: 20px 20px 25px 0; }

#lgphoneModal .close {
  font-size: 30px;
  color: #fff;
  background: #004d40;
  opacity: .7;
  border-radius: 30px;
  padding: 0 6px 2px 7px; }

#lgphoneModal .close:hover {
  opacity: .8; }

#lgphoneModal .modal-title {
  text-align: center;
  line-height: 1.2; }

#lgphoneModal .modal-body {
  padding: 0 25px 0 25px; }

#lgphoneModal .modal-body h2 {
  font-size: 36px;
  color: #26A69A;
  margin-bottom: 10px; }

#lgphoneModal .modal-body h3 {
  font-size: 30px;
  color: #004d40;
  font-weight: bold;
  margin-bottom: 5px; }

#lgphoneModal .modal-body p {
  font-size: 18px;
  margin: 0;
  line-height: 1.5; }

#lgphoneModal .modal-body .fa {
  font-size: 28px;
  position: relative;
  top: 4px;
  color: #26A69A; }

.lgphonemodal-box {
  padding: 25px 25px 5px 25px;
  margin: 25px 0 20px;
  background: #DFF1F0;
  border: solid 1px #26A69A; }

#lgphoneModal .lgphonemodal-box h2 {
  color: #26A69A;
  font-size: 50px;
  font-weight: bold; }

.lgphoneModalpad {
  padding: 10px 0; }

#lgphoneModal .modal-footer {
  background: #54c5d0;
  text-align: center;
  padding: 20px;
  border: none; }

#lgphoneModal .modal-footer p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: bold; }

#lgphoneModal .modal-footer a {
  color: #fff;
  background: #ffa800;
  border: 2px solid #fff;
  margin-left: 10px;
  padding: 7px 15px; }

#lgphoneModal .modal-body .small {
  font-size: 12px;
  margin-bottom: 10px; }

#lgphoneModal .modal-body .btn {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  #lgphoneModal .modal-dialog {
    width: 90%; } }

/* statbox */
.statbox {
  border: 1px solid #633C85;
  padding: 20px 20px 0 20px;
  margin-bottom: 25px; }

.statbox h2 {
  font-size: 34px;
  margin-bottom: 10px; }

.statbox p {
  font-size: 14px; }

#slideout {
  position: fixed;
  top: 200px;
  right: 0;
  padding: 10px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background: #B4EFF4;
  z-index: 1500; }

#slideout_inner {
  position: fixed;
  top: 200px;
  right: -300px;
  width: 300px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background: #B4EFF4; }

#slideout:hover {
  right: 300px; }

#slideout:hover #slideout_inner {
  right: 0; }

.slideout-top {
  padding: 8px 25px 0 25px; }

.slideout-top h2 {
  font-size: 32px;
  margin-bottom: 10px; }

.slideout-top h4 {
  font-size: 18px;
  margin-bottom: 10px; }

.slideout-bot {
  background: #fff;
  padding: 10px 25px 10px 25px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header .btn, .card-header h5 {
  font-size: 16px;
  margin: 0; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-body p {
  font-size: 15px;
  margin-bottom: 0; }

/*------------Homepage-----------------*/
.home-header {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -.5px;
  font-weight: 300;
  font-size: 40px;
  margin: 0 0 10px 0;
  line-height: 1.1; }

.home-abvhead {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px 0; }

.home-subhead {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 15px 0; }

.home-mainh {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase; }

.center-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.rt-align {
  position: absolute;
  right: 0; }

.btn-cv {
  font-size: 14px;
  margin-top: 18px; }

.btn-ml {
  margin-left: 10px; }

.fp {
  font-size: 14px;
  font-weight: bold; }

.f-leftcontent {
  padding: 35px; }

.f-rightcontent {
  padding: 35px; }

#section3, #section5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.fp-auto-height-responsive {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.home-bottom-section {
  padding: 3%; }

#section8 .fp-tableCell, #section3 .fp-tableCell, #section5 .fp-tableCell {
  vertical-align: top; }

.home-full-video {
  background: url("/images/full/full-home-video.jpg");
  width: 100%;
  background-size: cover;
  background-position: 50%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center; }

.home-full-testimonials {
  background: url("/images/redes/facility.jpg");
  background-size: cover;
  background-position: 50%;
  height: 50vh;
  overflow: hidden;
  z-index: 0; }

.home-full-comingsoon {
  background: url("/images/redes/coming-soon.jpg");
  background-size: cover;
  background-position: 50%;
  height: 65vh;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
  z-index: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

ul.home-list {
  padding-left: 20px; }

.home-leftbox {
  width: 100%;
  height: 50vh; }

.home-rightbox {
  width: 100%; }

.home-testimonial-box {
  padding: 35px; }

.home-testimonial-right-box {
  width: 30%; }

.home-above-footer {
  width: 100%;
  height: 65vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0; }

.home-afpad {
  padding: 0 10%; }

.home-google-map {
  width: 100%;
  height: 100%; }

#section1.full-all {
  background-position: 60% 0%; }

#section1 .fp-tableCell {
  vertical-align: bottom;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */ }

.home-txt {
  text-align: center; }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  /* Half the height */
  margin-left: -50px;
  /* Half the width */ }

#modalVideoHome .modal-header {
  background: #000;
  border-radius: 0;
  padding: 5px 15px; }

#modalVideoHome .modal-dialog {
  background: #000; }

#modalVideoHome .close {
  color: #fff;
  opacity: 1;
  font-size: 2rem; }

/* SM */
@media (min-width: 576px) {
  .home-header {
    font-size: 60px;
    margin: 0 0 15px 0; }
  .home-abvhead {
    font-size: 30px;
    margin: 0 0 10px 0; }
  .home-subhead {
    font-size: 22px;
    margin: 0 0 15px 0; } }

/* MD */
@media (min-width: 720px) {
  .home-header {
    font-size: 50px;
    margin: 0 0 5px 0; }
  .home-abvhead {
    font-size: 24px;
    margin: 0 0 10px 0; }
  .home-subhead {
    font-size: 20px;
    margin: 0 0 15px 0; }
  .f-vh {
    height: 100vh; }
  .f-leftcontent {
    padding-left: 4%;
    padding-right: 4%; }
  .f-rightcontent {
    padding-left: 2%;
    padding-right: 2%; }
  .bottom-text {
    margin-top: 60%; }
  .home-testimonial-box {
    width: 70%;
    padding: 0 3%; } }

/* LG */
@media (min-width: 992px) {
  .home-header {
    font-size: 60px;
    margin: 0 0 10px 0;
    line-height: 1; }
  .home-abvhead {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: lighter; }
  .home-subhead {
    font-size: 24px;
    margin: 0 0 20px 0; }
  #section1 .fp-tableCell {
    vertical-align: middle;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
    /* IE6-9 */
    padding-left: 20px; }
  .home-txt {
    text-align: left; }
  #section1.full-all {
    background-position: 50% 50%; }
  .home-full-video {
    height: 65vh; }
  .home-full-testimonials {
    height: 65vh; }
  .home-leftbox {
    width: 70%;
    height: 100vh; }
  .home-rightbox {
    width: 30%; } }

/* XL */
@media (min-width: 1200px) {
  .home-header {
    font-size: 60px; }
  .home-abvhead {
    font-size: 28px; }
  .home-subhead {
    font-size: 26px; }
  #section1 .fp-tableCell {
    padding-left: 20px; } }

.phoneline-left {
  text-align: center; }

.phoneline-right {
  text-align: center; }

/* MD */
@media (min-width: 720px) {
  .phoneline-left {
    text-align: left; }
  .phoneline-right {
    text-align: right; }
  .home-afpad {
    padding: 10% 5%; }
  .home-afleft {
    width: 50%; }
  .home-afright {
    width: 50%; }
  .home-google-map {
    width: 100%;
    height: 100%; } }

#fullModal .modal {
  padding-right: 0 !important; }

#fullModal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0; }

#fullModal .modal-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(34, 77, 113, 0.9) !important; }

#fullModal .modal-header .close {
  color: #fff;
  font-size: 60px;
  opacity: 1; }

.fullModal-call {
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px; }

.fullModal-phone {
  color: #fff;
  font-size: 70px; }

.services-grid {
  overflow: auto; }

.half-boxes {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  height: 230px; }

@media only screen and (min-width: 940px) {
  .half-boxes {
    display: inline;
    height: 0;
    padding-bottom: 20%; } }

.half-boxes .grid-title {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2; }

.half-boxes .grid-title a {
  color: #ffffff;
  text-decoration: none; }

.grid-description {
  min-height: 5em;
  font-size: 15px;
  padding-bottom: 2em;
  margin-top: 1em;
  font-weight: normal;
  line-height: 1.3em;
  color: #fff; }

@media only screen and (min-width: 940px) {
  .half-boxes .grid-description {
    margin-top: 5em; } }

.half-boxes .content-wrap {
  position: absolute;
  bottom: -20em;
  left: 5%;
  width: 90%;
  padding-top: 30px; }

@media only screen and (min-width: 940px) {
  .half-boxes .content-wrap {
    left: 10%;
    width: 80%;
    padding-top: 0; } }

.half-boxes:hover {
  background-size: 110%; }

.half-boxes:hover:after {
  background-color: rgba(0, 0, 0, 0.8); }

.half-boxes:hover .content-wrap {
  bottom: 0; }

.half-boxes:hover .grid-description {
  margin-top: 5px; }

.half-boxes:hover.more {
  color: #ffffff; }

.half-boxes > * {
  position: relative;
  z-index: 101; }

.half-boxes:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s; }

.half-boxes.more {
  position: relative;
  background-color: #17333a; }

.half-boxes {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (min-width: 940px) {
  .half-boxes {
    float: left;
    width: 33.33%; }
  .half-boxes p {
    padding-right: 20px; } }

.opening {
  background: #3f3f3f;
  padding: 20px 0 10px 0; }
  .opening h5 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }

.opening-p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 5px;
  border: 1px solid #e1e1e1;
  margin-right: 15px; }
