body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #324264;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #606266;
  line-height: 24px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #606266;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border: 2px solid #364147;
  border-radius: 3px;
  background-color: #364147;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease, background-position 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease, background-position 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #e8754f;
  background-color: #e8754f;
  color: #fff;
}

.button.outline-white {
  margin-left: 10px;
  border-color: #fff;
  background-color: transparent;
}

.button.outline-white:hover {
  background-color: #fff;
  color: #000;
}

.button.green {
  margin-top: 15px;
  border-color: #324264;
  background-color: #324264;
}

.button.green:hover {
  border-color: #465259;
  background-color: #465259;
  color: #fff;
}

.button.price-button {
  margin-right: 0px;
  padding-right: 40px;
  border-color: #44c2b3;
  background-color: #44c2b3;
  background-image: url('../images/Icons-pijlrechts-white.png');
  background-position: 94% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.button.price-button:hover {
  border-color: #e8754f;
  background-color: #e8754f;
  background-position: 126% 50%;
  color: #fff;
}

.button.submit {
  width: 100%;
  border-color: #324264;
  background-color: #324264;
  background-image: url('../images/Icons-pijlrechts-white.png');
  background-position: 96% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition-timing-function: ease, ease, ease, ease-in-out;
  transition-timing-function: ease, ease, ease, ease-in-out;
  text-align: left;
}

.button.submit:hover {
  border-color: #ce4f42;
  background-color: #ce4f42;
  background-position: 110% 50%;
  color: #fff;
}

.page-header {
  display: block;
  height: auto;
  padding-top: 450px;
  padding-bottom: 200px;
  background-color: #e8754f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .3), rgba(206, 79, 66, .75) 70%), url('../images/texture_noise.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.page-header.homehome {
  display: block;
  max-width: 1440px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .3), rgba(50, 66, 100, .53) 70%), url('../images/AdobeStock_54477960.HomePage-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.nav-link {
  margin-right: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 4px solid transparent;
  -webkit-transition: opacity 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.nav-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #ce4f42;
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  border-bottom: 4px solid #ce4f42;
  color: #ff7c87;
}

.page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-content.tint {
  padding-top: 100px;
  background-color: #f7f2f0;
}

.page-content.red {
  background-color: #ce4f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 79, 66, .65)), to(rgba(206, 79, 66, .65))), url('../images/texture_noise.png');
  background-image: linear-gradient(180deg, rgba(206, 79, 66, .65), rgba(206, 79, 66, .65)), url('../images/texture_noise.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 300px;
}

.page-content.page-header {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .3), rgba(220, 53, 67, .6) 70%), url('../images/texture_noise.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.page-content.biobio {
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-container {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.logo-container:hover {
  opacity: 0.5;
}

.logo-space {
  margin-left: 10px;
  font-weight: 900;
  letter-spacing: 7px;
}

.header-container {
  margin-top: 0px;
  text-align: center;
}

.header-title {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.header-title._2 {
  opacity: 0.82;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.header-title.black {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #ce4f42;
}

.button-down {
  position: relative;
  z-index: 100;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -33px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 10px 10px;
  border: 3px solid #fff;
  border-radius: 100px;
  background-color: #dc3543;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #ccc;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.button-down:hover {
  border-color: #fff;
  background-color: #324264;
  color: rgba(206, 79, 66, .15);
}

.arrow-button-section {
  display: block;
}

.arrow-icon {
  margin-top: -6px;
  padding-top: 1px;
  opacity: 0.2;
}

.link-text-block {
  width: 100%;
  height: 300px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid #ce4f42;
  border-radius: 0px;
  background-color: #ce4f42;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-text-block:hover {
  border-color: #324264;
  background-color: #324264;
}

.link-text-block.left1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-text-block.right2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  height: 50px;
  margin-bottom: 6px;
  opacity: 0.5;
}

.image-section {
  height: 400px;
  padding-top: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/SLIDERdog-training-techniques.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/SLIDERdog-training-techniques.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-section-title {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.section-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #324264;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #dc3543;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.whitespace {
  display: block;
  margin-top: 15px;
}

.link.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.link.footer-link:hover {
  color: #229ee6;
}

.cta-stripe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f2f0;
}

.cta-column-right {
  padding-right: 0px;
  padding-bottom: 15px;
  text-align: center;
}

.cta-column-left {
  padding-left: 0px;
}

.subpage-header {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 240px;
  padding-bottom: 120px;
  background-color: #364147;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(54, 65, 71, .88), #364147 50%), url('../images/Mac.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.contact {
  height: 250px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(39, 43, 46, .9);
  background-image: none;
}

.subpage-header.about {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .25), rgba(50, 66, 100, .49)), url('../images/train.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.subpage-header.about.contact {
  margin-top: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.subpage-header.about.obed {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .25), rgba(50, 66, 100, .49)), url('../images/train2.jpeg');
}

.subpage-header.about.prob {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .25), rgba(50, 66, 100, .49)), url('../images/test-1.jpeg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.subpage-header.about.agres {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .25), rgba(50, 66, 100, .49)), url('../images/rage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.subpage-header.about.ce {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .25), rgba(50, 66, 100, .49)), url('../images/AdobeStock_53833882.contact.hero.jpg');
  background-attachment: scroll, fixed;
}

.subpage-header.about.b {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(206, 79, 66, .25), rgba(50, 66, 100, .49)), url('../images/Strider.2-1.jpg');
}

.subpage-header.pricing {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(54, 65, 71, .88), #364147 50%);
  background-position: 0% 0%;
  background-size: auto;
}

.subpage-header.faq {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(54, 65, 71, .88), #364147 50%);
  background-position: 0% 0%;
  background-size: auto;
}

.team-section {
  background-color: #fff;
  background-image: url('../images/Team-BG.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.team-member-column {
  min-height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  opacity: 0.85;
}

.team-member-column:hover {
  opacity: 1;
}

.team-member-column._2 {
  min-height: 300px;
}

.team-member-column._3 {
  min-height: 300px;
}

.team-member-column._4 {
  min-height: 300px;
}

.team-member-title._2 {
  margin-bottom: 30px;
  color: #9c9c9c;
  font-size: 17px;
}

.small-faded-icon {
  width: 30px;
  height: 30px;
  opacity: 0.2;
}

.small-faded-icon.overlay {
  opacity: 0.4;
}

._4-column-row.whitespace {
  margin-top: 50px;
}

.price-column {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.price-column:hover {
  background-color: hsla(0, 0%, 100%, .6);
}

.price-column.last {
  border-right-style: none;
  text-align: center;
}

.price-column.active {
  background-color: #fff;
}

.image-section-with-info {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(232, 117, 79, 0)), color-stop(56%, rgba(232, 117, 79, .95))), url('../images/Mac-4.jpg');
  background-image: linear-gradient(90deg, rgba(232, 117, 79, 0) 15%, rgba(232, 117, 79, .95) 56%), url('../images/Mac-4.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.overall-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.overall-list-item {
  padding-bottom: 20px;
}

.price-box {
  width: 100%;
  min-height: 550px;
  padding-bottom: 40px;
  text-align: center;
}

.price-box-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.price-box-title {
  margin-bottom: 20px;
}

.price-box-title.price {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #44c2b3;
  font-size: 40px;
  font-weight: 300;
}

.list-item-lined {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}

.list-item-lined.last {
  border-bottom: 1px solid #e6e6e6;
}

.container.centered {
  text-align: center;
}

.overall-text-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon-list-item {
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 10px;
  float: left;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, .09);
}

.overall-column {
  padding-right: 15px;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: hsla(0, 0%, 71%, .29);
}

.footer {
  padding-top: 60px;
  background-color: #fff;
}

.bottom-footer {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #324264;
  text-align: center;
}

.left-image-column {
  padding-right: 55px;
}

.some-block-small {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-right: 4px;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 3px;
  background-color: #e8754f;
  opacity: 0.2;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.some-block-small:hover {
  opacity: 1;
}

.some-block-small.dark {
  width: 35px;
  height: 35px;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #000;
  opacity: 0.1;
}

.some-block-small.dark:hover {
  background-color: #ce4f42;
  opacity: 1;
}

.some-block-small.footer-icon {
  margin-top: 0px;
  background-color: #000;
}

.some-block-small.footer-icon:hover {
  background-color: #ce4f42;
}

.footer-title {
  margin-bottom: 20px;
  color: #ce4f42;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bottom-footer-text {
  padding-right: 30px;
  padding-left: 10px;
  opacity: 0.52;
  color: #fff;
}

.bottom-footer-text:hover {
  opacity: 1;
}

.bottom-footer-text.lefttt {
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.52;
  text-align: center;
}

.image-stripe {
  height: 200px;
  background-image: url('../images/Person-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.all-paragraphs-white {
  color: #fff;
}

.overlay-title-white {
  color: #fff;
}

.field {
  height: 60px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .5);
  font-family: Roboto, sans-serif;
  color: dimgray;
}

.field:hover {
  border-color: #e0d0ca;
}

.field:focus {
  border-color: #e8754f;
}

.field.area {
  height: 170px;
  padding-top: 17px;
}

.contact-details-column {
  padding-left: 50px;
}

.contact-map {
  height: 450px;
  margin-top: -250px;
  padding-top: 120px;
}

.success-message {
  height: 370px;
  padding-top: 120px;
  border-radius: 3px;
  background-color: #e8754f;
  text-align: center;
}

.error-message {
  border-radius: 3px;
  background-color: #e61e1e;
}

.footer-column {
  text-align: center;
}

.footer-bottom-column {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-bottom-column.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-menu-container {
  position: static;
  display: block;
  float: none;
  background-color: #324264;
  text-align: center;
}

.text-block-title {
  font-size: 21px;
}

.color-text-block {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 40px;
  border: 1px solid #b0d5e8;
  border-radius: 3px;
  background-color: #e8f7ff;
}

.info-block-title {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #4db2e8;
  font-size: 21px;
}

.question-block {
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 71%, .29);
}

.question-block:hover {
  background-color: rgba(232, 247, 255, .29);
}

.faq-title {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #e8754f;
}

.team-image {
  height: 240px;
}

.team-text-block {
  padding: 25px 10px;
}

.feature-column {
  padding-bottom: 50px;
}

.new-features-column {
  padding-left: 0px;
}

.new-features-column-1 {
  padding-right: 40px;
  padding-left: 0px;
}

.button-container {
  display: inline-block;
}

.link-block-logo {
  float: none;
  text-align: left;
}

.link-block-logo.ap.w--current {
  width: 95%;
}

.link-block-logo.ap.de {
  width: 90%;
}

.link-block-logo.ap.de.w--current {
  width: 90%;
}

.logo {
  float: left;
  text-align: center;
}

.logo.o {
  width: 100%;
}

.div-right {
  display: inline-block;
  padding: 5px 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-right.top {
  display: inline-block;
  margin-top: 0px;
  padding: 12px 20px;
  float: right;
  border: 2px none #dc3543;
  background-color: #fff;
}

.link-top {
  position: relative;
  top: 4px;
  padding-right: 35px;
  padding-left: 8px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.link-top.top {
  padding-right: 10px;
  padding-left: 5px;
  color: #fff;
  font-size: 18px;
}

.link-top.email {
  position: relative;
  top: 3px;
  padding-right: 0px;
}

.link-top.re {
  color: #dc3543;
}

.div-top {
  margin-top: 2px;
}

.phone {
  padding: 3px;
  background-color: #dc3543;
}

.div-3 {
  height: 195px;
  background-image: url('../images/AdobeStock_207603230.Love.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-3.comm {
  background-image: url('../images/AdobeStock_117663997.communication.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.div-3.respect {
  background-image: url('../images/AdobeStock_203247208.Respect.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-apdt {
  border: 15px none #fff;
  background-color: #fff;
}

.header-44 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.image-footer {
  margin-top: -13px;
  opacity: 0.2;
}

.image-bio {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.image-bio.obedience {
  margin-left: 20px;
  float: right;
}

.image-bio.obedience.small {
  width: 300px;
}

.image-bio.smalll {
  width: 400px;
}

.image-bio.bio {
  width: 77%;
  margin-right: 0px;
  float: none;
}

.image-bio.sp {
  margin-top: 35px;
}

.cap {
  position: static;
  overflow: visible;
  float: none;
  clear: none;
}

.div-photo {
  height: 315px;
  margin-bottom: 20px;
  float: none;
  text-align: center;
}

.div-photo.lef {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.block-top {
  margin-bottom: 50px;
}

.block-top h2 {
  font-size: 28px;
  line-height: 28px;
}

.richy p {
  line-height: 28px;
}

.heading {
  margin-bottom: 30px;
  color: #324264;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.row {
  margin-bottom: 30px;
  padding: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(220, 53, 67, .21);
  box-shadow: 1px 1px 3px 0 rgba(220, 53, 67, .47);
}

.topdiv {
  background-color: #324264;
}

.container-2 {
  margin-bottom: 40px;
  text-align: center;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.foli {
  margin-top: 10px;
  font-size: 18px;
}

.whitee {
  color: #fff;
}

.heading-3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-in-on-load-left"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load-right"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
  .page-header {
    padding-top: 200px;
    padding-bottom: 170px;
  }
  .page-header.homehome {
    padding-top: 150px;
    padding-bottom: 130px;
  }
  .navbar {
    position: relative;
    z-index: 10000;
    height: 250px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .navbar.oe {
    height: auto;
  }
  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-bottom-width: 2px;
    border-bottom-color: hsla(0, 0%, 100%, .1);
  }
  .nav-link:hover {
    border-bottom-color: #e8754f;
    opacity: 1;
    color: #e8754f;
  }
  .nav-link.w--current {
    border-bottom-width: 2px;
    border-bottom-color: #e8754f;
  }
  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-container.blue {
    padding: 20px 10px;
    background-color: #324264;
  }
  .header-title {
    font-size: 40px;
  }
  .header-title._2 {
    margin-top: 0px;
    font-size: 17px;
  }
  .link-text-block {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-section {
    height: 300px;
    padding-top: 60px;
    padding-left: 50px;
  }
  .cta-stripe {
    padding-right: 50px;
    padding-left: 50px;
  }
  .subpage-header {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .subpage-header.contact {
    height: 150px;
  }
  .subpage-header.about {
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .subpage-header.about.contact {
    margin-top: 200px;
    padding-bottom: 125px;
  }
  .subpage-header.about.obed {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .subpage-header.about.prob {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .subpage-header.about.ce {
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .team-section {
    background-size: auto 187px;
  }
  .team-member-column {
    min-height: 450px;
    opacity: 1;
  }
  .list-item-lined {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bottom-footer {
    margin-top: 0px;
  }
  .bottom-footer-text.lefttt {
    font-size: 13px;
  }
  .image-stripe {
    height: 150px;
  }
  .contact-details-column {
    padding-left: 30px;
  }
  .footer-column {
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .menu-button {
    top: 74px;
    float: right;
    border-radius: 0px;
    background-color: #324264;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button:hover {
    background-color: #dc3543;
  }
  .menu-button.w--open {
    background-color: #e8754f;
  }
  .menu-button.hoe {
    top: 19px;
  }
  .menu-icon {
    color: #fff;
    font-size: 30px;
  }
  .nav-menu-container {
    position: static;
    z-index: 100000000000000000000;
    margin-top: 0px;
    padding: 30px 50px 50px;
    background-color: #324264;
    color: #324264;
    text-align: left;
  }
  .text-block-title {
    font-size: 17px;
    line-height: 21px;
  }
  .question-block {
    padding-right: 15px;
  }
  .team-image {
    height: auto;
  }
  .link-block-logo.ap.de.w--current {
    width: 85%;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
  }
  .logo {
    position: relative;
    width: 575px;
  }
  .logo.o._4.e {
    left: -24px;
    top: 13px;
  }
  .image-footer {
    position: relative;
    top: -5px;
    margin-top: -3px;
  }
  .image-bio {
    width: 425px;
    margin-right: 0px;
    float: none;
  }
  .image-bio.obedience {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .image-bio.obedience.small.new2 {
    margin-right: 15px;
    float: left;
  }
  .image-bio.obedience.small.new2.de {
    width: 350px;
  }
  .image-bio.obedience.new {
    width: 200px;
  }
  .image-bio.obedience.new.o {
    width: 375px;
  }
  .image-bio.obedience.new.e {
    width: 300px;
  }
  .image-bio.new {
    width: 325px;
    margin-right: 15px;
    float: left;
  }
  .image-bio.new.top {
    width: 375px;
  }
  .image-bio.bio {
    width: 60%;
  }
  .image-bio.sp {
    margin-top: 20px;
  }
  .div-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 347px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-photo.lef {
    height: 347px;
  }
  .image {
    width: 140px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .page-header {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .navbar {
    height: 200px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header-title {
    font-size: 28px;
    line-height: 36px;
  }
  .header-title._2 {
    margin: 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .image-section {
    height: 250px;
    padding-top: 40px;
  }
  .image-section-title {
    font-size: 27px;
    line-height: 32px;
  }
  .cta-stripe {
    padding-top: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-column-right {
    padding-top: 12px;
  }
  .subpage-header {
    padding: 100px 20px 40px;
  }
  .subpage-header.contact {
    height: 120px;
    padding-top: 0px;
  }
  .subpage-header.about {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .subpage-header.about.ce {
    background-size: auto, contain;
  }
  .price-column {
    border-right-style: none;
  }
  .image-section-with-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .overall-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer {
    padding-top: 30px;
  }
  .bottom-footer {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-details-column {
    padding-top: 35px;
    padding-left: 10px;
  }
  .contact-map {
    height: 400px;
  }
  .footer-column {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .footer-bottom-column {
    padding-bottom: 0px;
  }
  .footer-bottom-column.middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button {
    top: 55px;
    padding: 10px;
  }
  .menu-button.w--open {
    background-color: #db6b46;
  }
  .nav-menu-container {
    position: static;
    margin-top: 0px;
    padding: 20px 30px 30px;
    background-color: #324264;
  }
  .text-block-title {
    font-size: 21px;
    line-height: 24px;
  }
  .link-block-column {
    padding-bottom: 15px;
  }
  .color-text-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
  }
  .team-text-block {
    padding-right: 15px;
    padding-left: 25px;
  }
  .new-features-column {
    padding-right: 25px;
  }
  .link-block-logo {
    float: left;
  }
  .logo {
    left: 0px;
    width: 375px;
    margin-top: 20px;
    padding-top: 0px;
  }
  .logo.o._4 {
    margin-top: 2px;
  }
  .div-right.top {
    float: none;
  }
  .div-3 {
    background-repeat: no-repeat;
  }
  .image-apdt {
    width: 120px;
  }
  .image-bio.obedience.small.new2 {
    width: 200px;
  }
  .image-bio.obedience.new {
    width: 150px;
    margin-right: 15px;
  }
  .image-bio.obedience.new3 {
    width: 150px;
  }
  .image-bio.new {
    width: 250px;
  }
  .div-photo {
    height: auto;
    margin-bottom: 0px;
  }
  .div-photo.lef {
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .column {
    padding-left: 0px;
  }
  .image {
    margin-top: 13px;
  }
  .image-2 {
    width: 115px;
  }
}

@media (max-width: 479px) {
  .button.outline-white {
    margin-right: 0px;
    margin-left: 4px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .button.green {
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .page-header {
    padding: 100px 20px 70px;
  }
  .page-header.homehome {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navbar {
    height: 80px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-content {
    padding: 30px 25px;
  }
  .page-content.tint {
    padding-top: 50px;
  }
  .header-container.blue {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .header-title._2 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
  }
  .link-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section {
    height: 220px;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 19px;
  }
  .image-section-title {
    font-size: 14px;
    line-height: 25px;
  }
  .section-header {
    font-size: 17px;
    line-height: 30px;
  }
  .cta-column-right {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .cta-column-left {
    text-align: center;
  }
  .subpage-header {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .subpage-header.contact {
    height: 100px;
  }
  .subpage-header.about {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 0px 0px, 50% 50%;
  }
  .subpage-header.about.contact {
    margin-top: 100px;
  }
  .subpage-header.about.prob {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .subpage-header.about.ce {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .team-member-title._2 {
    margin-bottom: 20px;
  }
  .price-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-section-with-info {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(232, 117, 79, .95)), to(rgba(232, 117, 79, .95))), url('../images/Mac-4.jpg');
    background-image: linear-gradient(90deg, rgba(232, 117, 79, .95), rgba(232, 117, 79, .95)), url('../images/Mac-4.jpg');
  }
  .bottom-footer {
    padding-bottom: 20px;
  }
  .bottom-footer-text {
    padding-right: 10px;
  }
  .image-stripe {
    height: 100px;
  }
  .footer-column {
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .footer-bottom-column {
    padding-bottom: 15px;
  }
  .footer-bottom-column.middle {
    display: block;
  }
  .menu-button {
    position: static;
    left: 9px;
    top: -49px;
    margin-top: -2px;
    padding: 8px;
    float: right;
  }
  .nav-menu-container {
    margin-top: 0px;
    padding-top: 20px;
  }
  .link-block-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-text-block {
    padding-top: 20px;
  }
  .feature-column {
    padding-bottom: 25px;
  }
  .new-features-column {
    padding-left: 25px;
  }
  .link-block-logo.ap.de.w--current {
    width: 80%;
  }
  .link-block-logo.ap.de.ewe {
    width: 80%;
  }
  .logo {
    position: relative;
    left: -18px;
    top: 7px;
    width: 225px;
    margin-top: -22px;
    padding-top: 0px;
  }
  .logo.o._4 {
    left: -13px;
    top: -1px;
  }
  .logo.o._4.e {
    left: 0px;
    top: -11px;
  }
  .image-bio {
    float: none;
  }
  .image-bio.obedience {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .image-bio.obedience.small.new2 {
    width: 100%;
    float: none;
  }
  .image-bio.obedience.new {
    width: 100%;
  }
  .image-bio.obedience.new.o {
    width: 100%;
  }
  .image-bio.new {
    width: 100%;
    float: none;
  }
  .image-bio.new.top {
    width: 100%;
  }
  .image-bio.bio {
    width: auto;
  }
  .cap {
    margin-bottom: 20px;
  }
  .div-photo {
    float: none;
  }
  .div-photo.lef {
    margin-top: 0px;
  }
  .container-3 {
    text-align: center;
  }
  .container-4 {
    text-align: center;
  }
}

