@font-face {
  font-family: "proxima_novabold";
  src: url("../fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "avenir_35_lightregular";
  src: url("../fonts/avenir-light-webfont.woff2") format("woff2"), url("../fonts/avenir-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir85_heavy";
  src: url("../fonts/avenir-heavy-webfont.woff2") format("woff2"), url("../fonts/avenir-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
p,
nav li:not(.active) a,
.header-hero h3 {
  font-family: "avenir_35_lightregular", sans-serif;
}

p {
  font-size: 14px;
}

@media (min-width: 768px) {
  p {
    font-size: 17px;
  }
}
a {
  color: #000;
}

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
header.fixed nav.navbar {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
header.fixed nav.navbar .navbar-brand {
  width: 100px;
}
header.fixed + section.single {
  margin-top: 100px;
}

nav li:not(.active) a {
  font-size: 0.85em;
  line-height: 1;
  padding-top: 0.6rem;
  position: relative;
}
@media (max-width: 767px) {
  nav li:not(.active) a {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  nav li:not(.active) a:hover:after {
    content: " ";
    height: 3px;
    background-color: #B32317;
    position: absolute;
    top: 30px;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
  }
}

nav li.active a {
  font-size: 0.95em;
  line-height: 16px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  nav li.active a {
    font-size: 1em;
  }
}
nav li.active a:after {
  content: " ";
  height: 3px;
  background-color: #B32317;
  position: absolute;
  top: 27px;
  width: 90%;
  left: 5%;
}
@media (min-width: 768px) {
  nav li.active a:after {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 380px) {
  #bs-example-navbar-collapse-1 {
    margin-top: 1em;
  }
  #bs-example-navbar-collapse-1 li:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    margin-top: 3em;
  }
  #bs-example-navbar-collapse-1 li:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
h1,
h2,
h3,
h4,
nav li.active a {
  font-family: "proxima_novabold", sans-serif;
}

nav.navbar {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
nav.navbar .nav-social {
  display: none;
}
@media (max-width: 767px) {
  nav.navbar.full-nav {
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: flex-start;
  }
  nav.navbar.full-nav .nav-social {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 230px;
  }
  nav.navbar.full-nav .nav-social p {
    color: #B32317;
    font-family: "proxima_novabold", sans-serif;
  }
  nav.navbar.full-nav .nav-social li:nth-of-type(n+2) {
    margin-left: 1em;
  }
}

.navbar-toggler {
  border: none !important;
}
.navbar-toggler .close {
  display: none;
}
.navbar-toggler:not(.collapsed) .close {
  display: inline-block;
  color: #B32317;
  opacity: 1;
  width: 24px;
  height: 23px;
  background-image: url(https://grossmandorland.com//wp-content/uploads/2018/06/menuicon-close.svg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: none;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(179,35,23, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

@media (min-width: 768px) {
  nav.navbar div.collapsing {
    height: 32px;
    min-height: 32px;
  }
}
.navbar-nav .nav-item {
  text-align: center;
}
.navbar-nav .nav-item a.nav-link {
  text-transform: capitalize;
  color: #000;
}
@media (min-width: 768px) {
  .navbar-nav .nav-item a.nav-link {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .navbar-nav li {
    margin-left: 1em;
  }
}
@media (min-width: 992) {
  .navbar-nav li:first-of-type {
    margin-left: 0;
  }
}

img {
  max-width: 100%;
}

@media (max-width: 380px) {
  h1 {
    font-size: 1.7rem !important;
  }
  h1 a {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 381px) {
  h1 {
    font-size: 2rem;
  }
  h1 a {
    font-size: 2rem !important;
  }
}
h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h1 a {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-template-page-lats .hero {
  background-position: center 35%;
}

@media (min-width: 768px) {
  section.header-hero,
section.header-hero .container {
    max-height: 550px;
  }
  section.header-hero .overlay,
section.header-hero .container .overlay {
    max-height: 550px;
  }
}
section.header-hero {
  text-align: center;
  min-height: 550px;
}
section.header-hero .row {
  margin: 0 auto;
}
section.header-hero .container {
  min-height: 550px;
  display: flex;
  align-items: center;
}
section.header-hero .typed-cursor {
  display: none;
}
section.header-hero h1 {
  margin-bottom: 0;
  min-height: 96px;
}
@media (max-width: 767px) {
  section.header-hero h1 {
    width: 310px;
    margin: 0 auto;
  }
}
section.header-hero h3:nth-of-type(1) {
  font-weight: normal;
}
@media (min-width: 768px) {
  section.header-hero .row {
    max-width: 600px;
    margin: 0 auto;
  }
  section.header-hero .row ul {
    min-width: 716px;
  }
}
@media (min-width: 992px) {
  section.header-hero .row {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  section.header-hero .row {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  section.header-hero.glats-hero .row {
    max-width: 845px;
  }
}
section.header-hero h1,
section.header-hero h3,
section.header-hero a,
section.header-hero a:link,
section.header-hero a:visited {
  color: #fff;
}
section.header-hero a {
  position: relative;
  font-family: "proxima_novabold", sans-serif;
  font-size: 1.4rem;
}
section.header-hero a:before {
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #B32317;
  position: absolute;
  left: 0;
  bottom: -5px;
}
section.header-hero a:after {
  content: " ";
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/arrow-right-small-circle-white.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: -27px;
  top: 4px;
  background-size: 20px 20px;
}
section.header-hero a:hover,
section.header-hero a:active,
section.header-hero a:focus {
  text-decoration: none;
}
section.header-hero h3,
section.header-hero ul,
section.header-hero li:nth-of-type(n+2) {
  margin-top: 1.3em;
}
section.header-hero ul {
  padding-left: 0;
  text-align: center;
}
section.header-hero li {
  list-style: none;
}
@media (min-width: 992px) {
  section.header-hero li {
    display: inline;
  }
  section.header-hero li:nth-of-type(n+2) {
    margin-left: 2em;
  }
}
.page-template-page-services section.header-hero a:hover, .page-template-page-services section.header-hero a:active, .page-template-page-services section.header-hero a:focus,
.page-template-page-glats section.header-hero a:hover,
.page-template-page-glats section.header-hero a:active,
.page-template-page-glats section.header-hero a:focus {
  text-decoration: none;
}
.page-template-page-services section.header-hero a:after,
.page-template-page-glats section.header-hero a:after {
  background-image: none;
}
.page-template-page-services section.header-hero a:before,
.page-template-page-glats section.header-hero a:before {
  bottom: 0px;
}

section .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
section .col-12 > h3 {
  margin-bottom: 1em;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  section .container:not(.cta-banner-container) {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
section.clients .row .row {
  margin-top: 2em;
}
@media (min-width: 768px) {
  section.clients .row .row img {
    max-width: 200px;
  }
}

.navbar-brand img {
  width: 100px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 134px;
  }
}

.overlay {
  height: 100%;
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
}

section.team-hero {
  height: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  section.team-hero {
    background-image: none !important;
    background-color: #303030;
  }
}
section.team-hero h3,
section.team-hero p {
  color: #fff;
}
section.team-hero p:first-of-type {
  margin-top: 1.5em;
}
section.team-hero p {
  margin-top: 1em;
}
section.team-hero .col-12 .row {
  margin-top: 2.5em;
}
section.team-hero .person {
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
section.team-hero .person:hover {
  filter: none;
  webkit-filter: grayscale(0);
}
.person {
  background-clip: content-box;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
  background-position: center center;
}

.persons {
  margin-top: 3em;
}
.persons .person {
  position: relative;
}
.persons .person .member-details {
  display: none;
}
@media (min-width: 768px) {
  .persons .person:hover div.member-details {
    bottom: 45px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .persons .person:hover div.member-details {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .persons .person:hover div.member-details {
    bottom: 0;
  }
}
.persons .person:hover .member-details {
  display: block;
  width: calc(100% - 29px);
  background-color: #B32317;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  padding: 0.5em;
}
.persons .person:hover .member-details ul {
  padding-left: 0;
}
.persons .person:hover .member-details ul li {
  display: inline-block;
}
.persons .person:hover .member-details ul li:nth-of-type(n+2) {
  margin-left: 0.5em;
}
.persons .person:hover .member-details p:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
.persons .person:hover .member-details p:last-of-type {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 12px;
}

@media (min-width: 768px) {
  .persons > div:nth-of-type(n+3) {
    margin-top: 0;
  }

  .page-template-page-about .header-hero {
    background-position: center 10%;
  }
  .page-template-page-about .persons > div {
    max-width: 31.333333%;
  }
  .page-template-page-about .persons > div:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-about .header-hero {
    min-height: 500px;
    max-height: 500px;
  }
  .page-template-page-about .header-hero .overlay,
.page-template-page-about .header-hero .container {
    min-height: 500px;
    max-height: 500px;
  }
  .page-template-page-about .header-hero .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 1500px) {
  .page-template-page-about .header-hero {
    min-height: 700px;
    max-height: 700px;
  }
  .page-template-page-about .header-hero .overlay,
.page-template-page-about .header-hero .container {
    min-height: 700px;
    max-height: 700px;
  }
}
@media (min-width: 992px) {
  .persons > div:nth-of-type(n+5) {
    margin-top: 1em;
  }
}
@media (min-width: 1200px) {
  .persons > div:nth-of-type(n+5) {
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  section.leadership .persons > div:nth-of-type(1) {
    margin-left: 17%;
  }
}
section.leadership .leader {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
section.leadership .leader h4 {
  color: #B32317;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.leadership .leader h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  section.leadership .leader h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  section.leadership .leader p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  section.leadership .leader .col-md-7 p {
    font-size: 0.9em;
    margin-bottom: 0.3em;
  }
}
section.leadership .leader .row {
  margin-top: 1em;
}
@media (min-width: 768px) {
  section.leadership .leader .row div:nth-of-type(2) {
    text-align: right;
  }
}

ul.about-icons {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.about-icons.larger a {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
ul.about-icons.larger a.about-facebook {
  background-size: 40px 42px;
  height: 42px;
}
ul.about-icons li {
  display: inline-block;
}
ul.about-icons li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 25px 25px;
}
ul.about-icons li a.about-mail {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/email-small-circle-red.svg);
}
ul.about-icons li a.about-linkedin {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/linkedin-small-circle-red.svg);
}
ul.about-icons li a.about-twitter {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/twitter-small-circle-red.svg);
}
ul.about-icons li a.about-youtube {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/youtube-small-circle-red.svg);
}
ul.about-icons li a.about-facebook {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/facebook-small-red-circle.svg);
  background-size: 25px 26px;
  height: 26px;
}
ul.about-icons li a.about-mail-white {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/email-small-circle-white.svg);
}
ul.about-icons li a.about-linkedin-white {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/linkedin-small-circle-white.svg);
}
ul.about-icons li a.about-twitter-white {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/twitter-small-circle-white.svg);
}
ul.about-icons li a.about-youtube-white {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/youtube-small-circle-white.svg);
}
ul.about-icons li a.about-facebook-white {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/facebook-circle-big-white.svg);
}

.home section.posts-list a,
.home section.posts-list a:link,
.home section.posts-list a:visited {
  color: #B32317;
  font-weight: bold;
}
.home section.posts-list a.post-title {
  font-family: "avenir85_heavy", sans-serif;
}
.home section.posts-list div.cta-btn a {
  color: #fff;
}
.home section.posts-list div.cta-btn.cta-white > a {
  background: #fff;
  color: #303030;
  border: 1px solid #bebebe;
  padding: 10px 15px;
}
.home section.posts-list a:hover,
.home section.posts-list a:active,
.home section.posts-list a:focus {
  color: #bebebe;
}
.home section.posts-list .col-md-4 {
  margin-top: 2em;
}
section.contact {
  text-align: center;
}
section.contact h3 {
  text-align: left !important;
}
section.contact form .row > div:nth-of-type(n+2),
section.contact .contact-info {
  margin-top: 1em;
}
section.contact .contact-info > p:nth-of-type(odd), section.contact .contact-info > p:nth-of-type(4) {
  margin-bottom: 0;
}
section.contact .contact-info p strong {
  font-family: "avenir85_heavy", sans-serif;
}
@media (min-width: 768px) {
  section.contact {
    text-align: left;
  }
  section.contact h3 {
    text-align: left;
  }
  section.contact form .row > div:nth-of-type(2) {
    margin-top: 0;
  }
}
section.contact input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  section.contact input[type=submit] {
    width: auto;
  }
}

section.recruiting .row h3 {
  margin-bottom: 0.5em;
}
section.recruiting .row .row {
  text-align: center;
  margin: 1.5em auto 0 auto;
}
section.recruiting .row .row p {
  color: #B32317;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
section.recruiting .row .row div:nth-of-type(n+3) {
  margin-top: 1.5em;
}
@media (min-width: 992px) {
  section.recruiting .row .row div:nth-of-type(n+3) {
    margin-top: 0;
  }
}

section#recruiting p {
  line-height: 2;
}
section#recruiting .col-12 > h3 {
  margin-bottom: 0.5em;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #FBFBFB solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

input[type=text],
input[type=email],
textarea {
  padding: 0.4rem;
  font-size: 0.9rem;
  color: #bebebe;
  width: 100%;
  border: 1px solid #bebebe;
}
input[type=text]:placeholder,
input[type=email]:placeholder,
textarea:placeholder {
  color: #FBFBFB;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
}

input[type=submit],
.cta-btn a {
  background-color: #B32317;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

input[type=submit] {
  padding: 10px 50px;
}

div.cta-btn {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  div.cta-btn {
    max-width: 187px;
  }
}
div.cta-btn a {
  display: block;
  padding: 15px 45px;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: bold;
}

section.cta-banner {
  color: #B32317;
}
section.cta-banner a {
  color: #B32317;
  text-decoration: underline;
}
section.cta-banner p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  section.cta-banner p {
    font-size: 24px;
  }
}
section.cta-banner p:nth-of-type(3) {
  margin-bottom: 0;
}

section.community {
  background-color: #8C150B;
  color: #fff;
}
section.community .row a {
  color: #fff;
  text-decoration: underline;
}
section.community .row h2 {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  section.community .row p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.community .row .row.images {
  margin-top: 3em;
}
section.community .row .row.images div:nth-of-type(2) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  section.community .row .row.images div:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.community .row .row.images div {
    padding-left: 0;
    padding-right: 0;
  }
}

section.three-items .container {
  max-width: 600px;
}
section.three-items .container .row .col-12 div:nth-of-type(n+2) {
  margin-top: 2em;
}
section.three-items .container .row .col-12 a {
  color: #000;
  border-bottom: 3px solid #B32317;
}
section.three-items .container .row .col-12 a:hover {
  text-decoration: none;
}

section.support h4 {
  color: #B32317;
  margin-top: 1em;
}
section.support ul {
  margin-top: 1em;
  list-style: none;
  padding-left: 0;
}
section.support ul li {
  font-size: 0.85em;
  font-weight: bold;
}
section.support ul li:nth-of-type(n+2) {
  margin-top: 1em;
}
@media (max-width: 767px) {
  section.support .row .row > div {
    margin-top: 3em;
  }
}
section.support .row .row div:first-of-type h4 {
  margin-top: 1.5em;
}

.blog section.posts-list .row div:nth-of-type(n+2) {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .blog section.posts-list .row div:nth-of-type(2) {
    margin-top: 0;
  }
}
.blog section.posts-list .row .post {
  border-left: 5px solid #B32317;
}
.blog section.posts-list .row .post a {
  color: #B32317;
  font-weight: bold;
}
.blog section.posts-list .row .post a.post-title {
  font-family: "avenir85_heavy", sans-serif;
}
.blog section.posts-list .row .post p {
  margin-bottom: 0;
}
.blog section.posts-list .row .post p.date {
  font-size: 0.7em;
  color: #bebebe;
}

section.single .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
section.single a {
  color: #B32317;
  font-weight: bold;
}
section.single h2,
section.single li {
  color: #B32317;
}
section.single ul {
  list-style: none;
  padding-left: 0;
}
section.single .post-body ul {
  list-style: disc;
  padding-left: 40px;
}
section.single .post-body h2 {
  color: inherit;
}
section.single .post-body li {
  display: list-item;
  color: inherit;
}
section.single li {
  display: inline;
}
section.single .author {
  margin-top: 2em;
}
section.single .author p {
  margin-bottom: 0;
}
section.single .author p.date {
  font-size: 0.85em;
  color: #bebebe;
}
section.single .author > div:nth-of-type(2) {
  margin-left: -20px;
}
section.single .author img {
  height: auto;
}
section.single .social {
  margin-top: 3em;
  display: none;
}
@media (min-width: 768px) {
  section.single .social {
    display: block;
  }
}
section.single .post-body {
  margin-top: 2em;
  text-align: justify;
}
section.single .subscribe-box {
  background-color: #303030;
  margin-top: 1.5em;
  padding: 1em;
}
@media (min-width: 768px) {
  section.single .subscribe-box {
    border-radius: 5px;
  }
}
section.single .subscribe-box form > .row {
  height: 39px;
  margin-bottom: 0.5em;
}
section.single .subscribe-box p {
  color: #fff;
}
section.single .subscribe-box p:first-of-type {
  font-family: "proxima_novabold", sans-serif;
  font-size: 1em;
  margin-bottom: 0.8rem;
}
section.single .subscribe-box p:nth-of-type(2) {
  font-size: 0.85em;
  margin-bottom: 0.5rem;
}
section.single .subscribe-box p:nth-of-type(3) {
  font-size: 0.75em;
  margin-bottom: 0;
}
section.single .subscribe-box input[type=email],
section.single .subscribe-box input[type=submit] {
  margin-bottom: 1rem;
  display: inline-block;
}
section.single .subscribe-box .col-8 {
  padding-right: 0;
}
section.single .subscribe-box .col-8 input[type=email] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8em;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
section.single .subscribe-box .col-4 {
  padding-left: 0;
  text-align: left;
}
section.single .subscribe-box .col-4 input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 20px;
  font-size: 0.8em;
}
section.single .arrows {
  margin-top: 1.5em;
}
section.single .arrows div:first-of-type a {
  padding-left: 20px;
  margin-left: 15px;
}
section.single .arrows div:first-of-type a:before {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/previousicon.svg);
  left: 15px;
  content: " ";
  width: 26px;
  height: 13px;
  position: absolute;
  top: 6px;
}
section.single .arrows div:nth-of-type(2) {
  text-align: right;
}
section.single .arrows div:nth-of-type(2) a {
  padding-right: 20px;
  margin-right: 15px;
}
section.single .arrows div:nth-of-type(2) a:after {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/nexticon.svg);
  right: 15px;
  content: " ";
  width: 26px;
  height: 13px;
  position: absolute;
  top: 6px;
}
section.single .sharers-mobile {
  background-color: #B32317;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 100;
}
section.single .sharers-mobile p {
  margin-bottom: 0;
}
section.single .sharers-mobile ul {
  height: 25px;
  text-align: right;
}
section.single .sharers-mobile ul li:nth-of-type(n+2) {
  margin-left: 1em;
}
@media (min-width: 768px) {
  section.single .sharers-mobile {
    display: none;
  }
}

section.search > .container {
  padding-bottom: 0;
}
section.search > .container p:last-of-type {
  margin-bottom: 0;
}
section.search p {
  line-height: 2;
}

@media (min-width: 768px) {
  section.leadership-development .row .row {
    margin-top: 2em;
  }
  section.leadership-development .row .row img {
    min-width: 102px;
  }
  section.leadership-development .row .row div:nth-of-type(3) h3 {
    margin-top: 1.2em;
  }
}
section.leadership-development .row h3 {
  margin-bottom: 0.5em;
}
section.leadership-development .row .row h3 {
  color: #B32317;
  margin-top: 1em;
}
@media (min-width: 768px) {
  section.leadership-development .row .row h3 {
    margin-bottom: 0.5em;
  }
}
section.leadership-development .row .row p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}
@media (max-width: 767px) {
  section.leadership-development .row .row .cta-btn {
    width: 80%;
  }
}
@media (min-width: 992px) {
  section.leadership-development .row .row h3 {
    font-size: 1.25rem;
  }
}
section.leadership-development .row .row img {
  margin-top: 1em;
}
section.leadership-development .row .fourth-text {
  margin-top: 2em;
}

section.people-trust .row .row p {
  margin-bottom: 0;
  font-size: 1em;
  color: #181818;
}
section.people-trust .row .row p:first-of-type {
  margin-top: 1em;
}
section.people-trust .row .row p:nth-of-type(n+2) {
  font-size: 0.8em;
}
section.people-trust .row .row p:nth-of-type(2) {
  color: #303030;
}
section.people-trust .row .row p:nth-of-type(3) {
  color: #bebebe;
}
section.people-trust .row .row img {
  max-width: 100px;
}
section.people-trust .row .row div:nth-of-type(n+3) {
  margin-top: 2em;
}
@media (min-width: 768px) {
  section.people-trust .row .row div:nth-of-type(1n+3) {
    margin-top: 0;
  }
  section.people-trust .row .row div:nth-of-type(n+5) {
    margin-top: 2em;
  }
}

footer {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: #303030;
  color: #fff;
}
footer p {
  font-size: 0.8em;
}
footer a {
  font-size: 0.8em;
  color: #fff;
}
footer .nav-link {
  padding: inherit;
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 1.5em;
}
footer .footer-logo img {
  max-width: 70px;
}
@media (max-width: 767px) {
  footer .row .row > div:nth-of-type(2) {
    margin-left: 20px !important;
  }
  footer .row .row > div:nth-of-type(3) {
    margin-left: -40px !important;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .address {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  footer .row .row > div:nth-of-type(2) {
    margin-left: 60px;
  }
  footer .row .row > div:nth-of-type(3) {
    margin-left: -120px;
  }
}
@media (max-width: 500px) {
  footer .row > div:last-of-type {
    margin-top: 1em;
  }
}
@media (min-width: 992px) {
  footer .row > div:nth-of-type(3) {
    margin-left: -60px;
  }
  footer .row > div:nth-of-type(4) {
    margin-left: 50px;
  }
  footer .row > div:last-of-type {
    margin-left: 10px;
  }
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul.social {
  text-align: center;
}
footer ul.social li {
  display: inline;
  font-size: 1.5em;
}
footer ul.social li:nth-of-type(n+2) {
  margin-left: 0.5em;
}
footer ul.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
}
footer ul.social li a.linkedin {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/linkedin-circle-big-white.svg);
}
footer ul.social li a.twitter {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/twitter-circle-big-white.svg);
}
footer ul.social li a.facebook {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/facebook-circle-big-white.svg);
}
footer ul.social li a.youtube {
  background-image: url(https://grossmandorland.com/wp-content/uploads/2018/06/youtube-circle-big-white.svg);
}
footer p {
  margin-bottom: 0;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ok {
  color: #848181;
}

/*# sourceMappingURL=main.css.map */
