/*

$blue: #0095ea;

*/
/*

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Merriweather:300,400,700,900');

$fontSans: 'Lato', sans-serif;
$fontSerif: 'Merriweather', serif;

*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
.gform_wrapper {
  display: block !important; }

input[type=text] {
  border: solid 1px #414b56; }

/*

Example:

@mixin fontBold($font, $fontSize){
    font-family: $font;
    font-weight: 700;
    font-size: $fontSize;
}

This mixin called "fontBold" will bold the font specified at the font size specified.
Put the font you want to use in place of $font (you can also use sass variables here!), and put the font size you need in place of $fontSize. 
This can be pixels, points, em, rem, etc.

To call the mixin, simply @include inside of the class or descriptor.

.headerText {
    @include fontBold('Open Sans', 42px);
}

which will compile as:

.headerText {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 42px;
}

*/
.whoSmallHeader {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 42px;
  color: #414b56;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .whoSmallHeader {
      font-size: 32px; } }

.whoLargeHeader {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 48px;
  color: #414b56;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .whoLargeHeader {
      margin-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .whoLargeHeader {
      font-size: 38px; } }

.comeSmallHeader {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 30px;
  color: #414b56;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .comeSmallHeader {
      font-size: 24px; } }

.comeLargeHeader {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 48px;
  color: #414b56;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -15px; }
  @media screen and (max-width: 991px) {
    .comeLargeHeader {
      margin-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .comeLargeHeader {
      font-size: 38px; } }

.copyImageHeader {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 38px;
  color: #414b56;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px; }
  @media screen and (max-width: 991px) {
    .copyImageHeader {
      margin-top: 30px; } }

.copyImageCopy p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #414b56;
  text-align: center; }

@media screen and (max-width: 991px) {
  .copyImageCopy {
    margin-bottom: 40px; } }

.copyImgRowMarg {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .copyImgRowMarg {
      margin-bottom: 20px; } }

.copyImageIMG {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .copyImageIMG {
      margin-bottom: 20px; } }

.reviewsHeader {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 48px;
  color: #414b56;
  text-align: center;
  margin: 10px 0px;
  margin-bottom: 40px; }

.instaRow {
  background-color: #4385a1;
  min-height: 300px; }

.glassesImg {
  width: 70px;
  height: 40px;
  display: block;
  margin: 0 auto; }

.sbi_bio {
  display: none; }

.sbi_header_text {
  color: white;
  font-family: "Montserrat";
  padding-top: 15px !important; }

.sbi_header_link {
  padding: 15px 15px 0px 15px; }

#sbi_load {
  padding-bottom: 10px; }

.blueWhereRow {
  width: 100%;
  padding: 10px 5px;
  background-color: #414b56;
  color: #fff; }
  @media screen and (max-width: 630px) {
    .blueWhereRow {
      width: auto;
      padding: 10px 15px; } }

.whiteWhereRow {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  color: #414b56; }
  @media screen and (max-width: 630px) {
    .whiteWhereRow {
      width: auto;
      padding: 10px 15px; } }

.whereDay {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: left; }

.whereHours {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: right; }

.hoursCopy {
  width: 625px;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 630px) {
    .hoursCopy {
      width: 100%; } }

.hoursHeader {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 48px;
  color: #414b56;
  text-align: center;
  margin: 10px 0px; }

.locationMap {
  width: 100%;
  height: auto;
  transition: 0.25s; }

.mapContainer {
  overflow: hidden;
  width: 625px;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 630px) {
    .mapContainer {
      width: 100%; } }

.locationMap:hover {
  transform: scale(1.25);
  transform-origin: 50% 50%; }

#menu-footer-column-1, #menu-footer-column-2, #menu-footer-column-3 li {
  margin-bottom: 10px; }

#menu-footer-column-1, #menu-footer-column-2, #menu-footer-column-3 li a {
  color: #fff;
  text-decoration: none; }

.questionNav {
  text-align: left; }
  .questionNav__header {
    font-family: "Montserrat";
    font-size: 2rem;
    color: #4385a1;
    margin-top: 25px;
    font-weight: 300; }
  .questionNav__link {
    font-family: "Montserrat";
    font-size: 1.2rem;
    color: #5db9e1;
    font-weight: bold;
    line-height: 24px;
    transition: 0.25s; }
    .questionNav__link:hover {
      color: #414b56; }

.qSection {
  text-align: left; }
  .qSection__group {
    font-size: 2.5rem;
    font-family: "Montserrat";
    color: #4385a1; }
  .qSection__question {
    font-size: 1.5rem;
    padding: 10px 15px;
    font-family: "Montserrat"; }

.accordion {
  width: 100%; }

ul.accordion {
  list-style: none;
  padding: 0; }
  ul.accordion .inner {
    padding: 1em 1em 0em 1em;
    overflow: hidden;
    display: none;
    background-color: #5db9e1;
    border-radius: 5px; }
    ul.accordion .inner p {
      font-size: 16px;
      color: #fff;
      font-family: "Montserrat"; }
    ul.accordion .inner.show {
      /*display: block;*/ }
  ul.accordion li {
    margin-bottom: 0px; }
    ul.accordion li a.toggle {
      font-size: 28px;
      font-family: "Montserrat";
      display: block;
      background: #fff;
      color: #414b56;
      padding: 5px 15px;
      margin-bottom: 5px;
      border-radius: 5px;
      transition: background .3s ease; }
      ul.accordion li a.toggle:hover {
        background: #5db9e1;
        text-decoration: none !important;
        color: #fff; }
      ul.accordion li a.toggle:hover p {
        color: #fff; }
      ul.accordion li a.toggle:active {
        background: #5db9e1; }
      ul.accordion li a.toggle p {
        margin: 0px;
        font-family: "Montserrat";
        color: #414b56;
        font-size: 28px;
        transition: .2s ease; }

.heroImage {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative; }

.heroOverlay {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0; }

.introCopy {
  font-family: "Montserrat";
  font-size: 18px;
  color: #333; }

h1.pageTitle {
  position: absolute;
  bottom: 60px;
  left: 375px;
  font-family: "Montserrat";
  color: #fff;
  font-size: 36px;
  text-align: left;
  font-weight: 700; }
  @media screen and (max-width: 1600px) {
    h1.pageTitle {
      left: 250px; } }
  @media screen and (max-width: 991px) {
    h1.pageTitle {
      left: 155px; } }
  @media screen and (max-width: 600px) {
    h1.pageTitle {
      left: 40px; } }

.mainCopy {
  margin-top: 40px; }

.mainCopy p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #414b56;
  line-height: 36px; }

dd {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #414b56; }

.mainCopy h1 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 36px;
  color: #414b56;
  margin-top: 20px;
  margin-bottom: 10px; }

.mainCopy h2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 32px;
  color: #414b56;
  margin-top: 20px;
  margin-bottom: 10px; }

.mainCopy h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 28px;
  color: #414b56;
  margin-top: 20px;
  margin-bottom: 10px; }

.mainCopy h4 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  color: #414b56;
  margin-top: 20px;
  margin-bottom: 10px; }

.mainCopy h5 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  color: #414b56;
  margin-top: 20px;
  margin-bottom: 10px; }

.gfield_label {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  color: #414b56; }

.gform_button.button {
  background-color: #414b56;
  font-family: "Montserrat";
  color: #5db9e1;
  font-weight: 500px;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.25s; }
  .gform_button.button:hover {
    background-color: #5db9e1;
    color: #414b56; }

#gform_wrapper_1 {
  float: left; }

.teamMember {
  display: block; }
  .teamMember__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .teamMember__name {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 32px;
    color: #414b56;
    text-align: left; }
  .teamMember__title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    color: #4385a1;
    text-align: left;
    margin-bottom: 10px; }
  .teamMember__bio {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    color: #414b56;
    text-align: left; }

input:focus,
select:focus,
textarea:focus,
button {
  outline: none !important; }

.stickyMenu {
  height: 80px;
  background-color: #414b56;
  position: fixed;
  z-index: 999; }

.menuLogo {
  position: absolute;
  left: 40px;
  top: 15px; }
  .menuLogo--top {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 2px; }
  .menuLogo--bottom {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }

.menuTelephone {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
  z-index: 999; }
  @media screen and (max-width: 991px) {
    .menuTelephone {
      display: none; } }

.menuContact {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center; }

.menuSocial a i {
  font-size: 24px;
  color: #fff;
  margin: 0px 10px;
  z-index: 999;
  position: relative; }
  @media screen and (max-width: 1310px) {
    .menuSocial a i {
      margin: 0px 5px; } }
  @media screen and (max-width: 991px) {
    .menuSocial a i {
      display: none; } }

.menuButton {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-left: auto;
  z-index: 999; }

.hamburger.is-active {
  z-index: 9999; }

.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:after, .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #fff; }

.hamburger.is-active .hamburger-box .hamburger-inner, .hamburger.is-active .hamburger-box .hamburger-inner:after, .hamburger.is-active .hamburger-box .hamburger-inner:before {
  background-color: #fff; }

.menuOpen--color {
  color: #414b56; }

.menuOpen--bgcolor {
  background-color: #414b56; }

.menuOpen--fillColor {
  color: #414b56 !important; }

.mainMenu {
  margin-top: 80px;
  height: 100vh;
  width: 35%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: -35%;
  transition: 0.15s;
  z-index: 99;
  top: 0; }
  @media screen and (max-width: 1600px) {
    .mainMenu {
      width: 560px;
      right: -560px; } }
  @media screen and (max-width: 991px) {
    .mainMenu {
      width: 100%;
      right: -100%; } }

.mainMenuOpen {
  right: 0% !important; }

.owl-carousel {
  margin-top: 79px; }

.wprevpro_t1_SPAN_5 {
  font-family: "Montserrat" !important; }

.accordionHome {
  width: 90%;
  margin-left: 5%; }

ul.accordionHome {
  list-style: none;
  padding: 0;
  margin-top: 20px; }
  ul.accordionHome .sub-menu {
    overflow: hidden;
    display: none; }

.menu-item a {
  font-size: 16px;
  font-family: "Montserrat";
  display: block;
  text-align: left;
  color: #414b56;
  font-weight: 700;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  transition: color .3s ease; }
  .menu-item a:hover {
    color: #5db9e1;
    text-decoration: none !important; }
  .menu-item a:active {
    color: #5db9e1; }

.accordion-link > a {
  font-size: 26px;
  font-family: "Montserrat";
  display: block;
  text-align: center;
  color: #414b56;
  font-weight: 700;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  transition: color .3s ease; }

.sub-menu {
  list-style: none;
  padding: 0px; }

:root {
  --main-white-color: white;
  --main-black-color: black; }

.static {
  position: static; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); }

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.owl-carousel .owl-slide {
  position: relative;
  height: 75vh;
  background-color: lightgray; }

.btn.btn-primary {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  background-color: #5db9e1;
  border: none;
  margin-top: 15px;
  box-shadow: 0px 0px 0px #5db9e1; }
  .btn.btn-primary:hover {
    background-color: #5db9e1;
    box-shadow: 0px 2px 2px #4385a1; }

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s; }

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s; }

.owl-slide-title {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 36px;
  color: #fff; }

.owl-slide-subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 20px; }

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s; }

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s; }

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s; }

owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute; }

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease; }

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color); }

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0; }

#video-container {
  position: relative;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 100vh; }

video {
  z-index: 0; }

video.fillWidth {
  width: 100%; }
  @media screen and (max-width: 767px) {
    video.fillWidth {
      height: 100vh;
      left: -75%;
      width: auto; } }

.videoTextContainer {
  position: absolute;
  bottom: 10%;
  left: 60px; }
  @media screen and (max-width: 767px) {
    .videoTextContainer {
      bottom: 30%;
      left: 10px;
      text-align: center; } }
  @media screen and (max-width: 500px) {
    .videoTextContainer {
      bottom: 10%; } }

.videoHeader, .videoHeader--sub {
  font-family: "Montserrat";
  color: #fff;
  text-transform: uppercase;
  font-size: 148px;
  font-weight: 700;
  line-height: 120px; }
  .videoHeader--sub {
    font-size: 112px; }
    @media screen and (max-width: 1280px) {
      .videoHeader--sub {
        font-size: 75px !important;
        line-height: 80px !important; } }
    @media screen and (max-width: 900px) {
      .videoHeader--sub {
        font-size: 52px !important; } }
    @media screen and (max-width: 600px) {
      .videoHeader--sub {
        font-size: 36px !important; } }
  @media screen and (max-width: 1280px) {
    .videoHeader, .videoHeader--sub {
      font-size: 100px;
      line-height: 95px; } }
  @media screen and (max-width: 900px) {
    .videoHeader, .videoHeader--sub {
      font-size: 90px;
      line-height: 66px; } }
  @media screen and (max-width: 600px) {
    .videoHeader, .videoHeader--sub {
      font-size: 56px !important;
      line-height: 48px !important; } }

.videoCopy {
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat";
  line-height: 24px;
  width: 610px; }
  @media screen and (max-width: 1280px) {
    .videoCopy {
      font-size: 16px;
      width: 500px;
      line-height: 20px; } }
  @media screen and (max-width: 900px) {
    .videoCopy {
      width: 520px; } }
  @media screen and (max-width: 767px) {
    .videoCopy {
      width: 80%;
      margin-left: 10%; } }
  @media screen and (max-width: 600px) {
    .videoCopy {
      font-size: 14px; } }

.videoLogo {
  background-image: url(../images/SawyerLogo_Yellow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 106px;
  margin-bottom: 15px; }
  @media screen and (max-width: 1280px) {
    .videoLogo {
      width: 260px;
      height: 92px; } }
  @media screen and (max-width: 900px) {
    .videoLogo {
      width: 200px;
      height: 70px; } }
  @media screen and (max-width: 767px) {
    .videoLogo {
      margin: 35px auto;
      display: block; } }
  @media screen and (max-width: 600px) {
    .videoLogo {
      margin: 20px auto;
      display: block; } }

.brandWindowImage {
  position: relative;
  width: 100%;
  height: 100vh; }

.quickLinkRow {
  border-top: 10px solid #5db9e1; }

.quickLinkCard {
  width: 20%;
  height: 200px;
  transition: 0.25s;
  display: inline-block; }
  @media screen and (max-width: 1640px) {
    .quickLinkCard {
      height: 180px; } }
  @media screen and (max-width: 1400px) {
    .quickLinkCard {
      height: 150px; } }
  @media screen and (max-width: 1180px) {
    .quickLinkCard {
      height: 125px; } }
  @media screen and (max-width: 991px) {
    .quickLinkCard {
      display: block;
      width: 100%; } }
  .quickLinkCard:hover {
    cursor: pointer !important; }
  .quickLinkCard--background-1 {
    background-color: #4385a1;
    background-size: cover;
    color: #fff; }
    .quickLinkCard--background-1:hover {
      color: #4385a1;
      background-color: #fff; }
  .quickLinkCard--background-2 {
    background-color: #52a4c7;
    background-size: cover;
    color: #fff; }
    .quickLinkCard--background-2:hover {
      color: #52a4c7;
      background-color: #fff; }
  .quickLinkCard--background-3 {
    background-color: #5db9e1;
    background-size: cover;
    color: #fff; }
    .quickLinkCard--background-3:hover {
      color: #5db9e1;
      background-color: #fff; }
  .quickLinkCard--background-4 {
    background-color: #52a4c7;
    background-size: cover;
    color: #fff; }
    .quickLinkCard--background-4:hover {
      color: #52a4c7;
      background-color: #fff; }
  .quickLinkCard--background-5 {
    background-color: #4385a1;
    background-size: cover;
    color: #fff; }
    .quickLinkCard--background-5:hover {
      color: #4385a1;
      background-color: #fff; }
  .quickLinkCard__title {
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none !important; }
    @media screen and (max-width: 1640px) {
      .quickLinkCard__title {
        font-size: 18px; } }
    @media screen and (max-width: 1400px) {
      .quickLinkCard__title {
        font-size: 16px;
        margin-top: 30px; } }
    @media screen and (max-width: 1180px) {
      .quickLinkCard__title {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .quickLinkCard__title {
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 991px) {
      .quickLinkCard__title {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 20px; } }
  .quickLinkCard i {
    text-align: center;
    font-size: 48px;
    width: 100%; }
    @media screen and (max-width: 1640px) {
      .quickLinkCard i {
        font-size: 32px; } }
    @media screen and (max-width: 1180px) {
      .quickLinkCard i {
        font-size: 24px; } }
    @media screen and (max-width: 991px) {
      .quickLinkCard i {
        font-size: 32px; } }

.footer {
  background-color: #4385a1;
  border-top: 10px solid #52a4c7;
  height: auto;
  padding: 15px; }

.footerHeader {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: left;
  font-weight: 500; }

.footerItem li a {
  color: #fff;
  font-size: 16px;
  margin: 5px 0px;
  font-family: "Montserrat";
  display: block; }
  .footerItem li a:hover {
    color: #414b56 !important;
    text-decoration: none !important; }

.footerItem li {
  margin-bottom: 10px; }

.subfooterText {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: "Montserrat";
  padding: 10px 0px; }

.subfooter {
  background-color: #414b56; }

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