/* Colors */
/* Global backgrounds */
/* line 18, ../sass/_colors.scss */
.light {
  color: #fff;
}

/* line 19, ../sass/_colors.scss */
.bg-black {
  background: #000;
}

/* line 20, ../sass/_colors.scss */
.bg-lightblue {
  background-color: #e0f4fb !important;
}

/* line 21, ../sass/_colors.scss */
.bg-highlightgreen {
  background-color: #8cb63c !important;
}

/* line 22, ../sass/_colors.scss */
.bg-ctmgreen {
  background-color: #8cb63c;
}

/* Typography */
/* line 10, ../sass/_type.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Open Sans", sans-serif;
}

/* line 16, ../sass/_type.scss */
html {
  font-size: 16px;
  margin-top: 0px;
  color: #003043;
  background-color: #f1f1f1;
}

/* line 22, ../sass/_type.scss */
body {
  font-size: 1rem;
  overflow-x: hidden !important;
  letter-spacing: 0.3px;
}

/* line 27, ../sass/_type.scss */
h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  color: #003043;
}

/* line 33, ../sass/_type.scss */
h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.06em;
  line-height: 1.2em;
  padding-bottom: 0.8em;
  color: #003043;
  font-weight: 700;
}

/* line 41, ../sass/_type.scss */
h3, .h3, h3 strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.26em;
  font-weight: 900;
  color: #003043;
  padding-top: 30px;
  padding-bottom: 15px;
  letter-spacing: 0px;
}

/* line 50, ../sass/_type.scss */
h4, .h4, h4 strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  color: #003043;
  padding-top: 10px;
  padding-bottom: 5px;
  letter-spacing: 0px;
}

/* line 60, ../sass/_type.scss */
h4.lead {
  font-size: initial;
  font-weight: 900;
}

/* line 64, ../sass/_type.scss */
h5, .h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  line-height: 1.45em;
  letter-spacing: 0.1px;
  padding-bottom: 5px;
  color: #003043;
}

/* line 73, ../sass/_type.scss */
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  color: #003043;
}

/* line 80, ../sass/_type.scss */
p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
  color: #003043;
  font-size: 0.875em;
  letter-spacing: 0px;
  color: #003043;
  padding-bottom: 0.2em;
}

/* line 91, ../sass/_type.scss */
ul li, ol li {
  font-size: 0.875em;
  color: #003043;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 96, ../sass/_type.scss */
  h1, .h1 {
    font-size: 2.5em;
  }

  /* line 99, ../sass/_type.scss */
  h2, .h2 {
    font-size: 1.5em;
  }

  /* line 102, ../sass/_type.scss */
  h3, .h3 {
    font-size: 1.125em;
  }

  /* line 105, ../sass/_type.scss */
  h4 {
    font-size: 1.0em;
  }

  /* line 108, ../sass/_type.scss */
  h5, .h5 {
    font-size: 1.0em;
  }

  /* line 111, ../sass/_type.scss */
  h6, .h6 {
    font-size: 1.0em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 120, ../sass/_type.scss */
  h1, .h1 {
    font-size: 2em;
  }

  /* line 123, ../sass/_type.scss */
  h2, .h2 {
    font-size: 1.45em;
    padding-bottom: 0.4em;
  }

  /* line 126, ../sass/_type.scss */
  h3, .h3 {
    font-size: 1.25em;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  /* line 129, ../sass/_type.scss */
  h4 {
    font-size: 1.0em;
  }

  /* line 132, ../sass/_type.scss */
  h5, .h5 {
    font-size: 1.0em;
  }

  /* line 135, ../sass/_type.scss */
  h6, .h6 {
    font-size: 1.0em;
    line-height: 1.4em;
  }

  /* line 139, ../sass/_type.scss */
  .column-block-3 h3, .column-block-3 .h3 {
    padding-top: 20px;
  }
}
/* line 4, ../sass/_setup.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, ../sass/_setup.scss */
a {
  outline: none;
  outline: 0;
}

/* line 12, ../sass/_setup.scss */
focus {
  outline: none;
  outline: 0;
}

/* line 15, ../sass/_setup.scss */
a {
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/_setup.scss */
a:focus {
  outline: none;
  outline: 0;
}

/* line 21, ../sass/_setup.scss */
.no-focus-outline a:focus,
.no-focus-outline button:focus, btn:focus, a {
  outline: 0 !important;
  box-shadow: none !important;
}

/* line 25, ../sass/_setup.scss */
.btn:focus {
  outline: none !important;
  outline: 0 !important;
}

/* line 34, ../sass/_setup.scss */
.container {
  max-width: 940px;
}

/* line 37, ../sass/_setup.scss */
.container-2 {
  max-width: 650px;
}

/* line 40, ../sass/_setup.scss */
a {
  color: #73808a;
}

/* line 43, ../sass/_setup.scss */
a:hover {
  color: #000;
}

/* line 47, ../sass/_setup.scss */
.margin-left-fix {
  margin-left: -3px;
}

/* line 50, ../sass/_setup.scss */
.vertical-center {
  display: flex !important;
  align-items: center;
  max-height: 500px;
}

/* line 56, ../sass/_setup.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 61, ../sass/_setup.scss */
.padding-right-fix {
  padding-right: 0px !important;
}

/* line 65, ../sass/_setup.scss */
.main-content {
  margin-top: 50px;
}

/* line 69, ../sass/_setup.scss */
.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 74, ../sass/_setup.scss */
.desktop {
  display: flex !important;
}

/* line 77, ../sass/_setup.scss */
.mobile {
  display: none !important;
}

/* line 80, ../sass/_setup.scss */
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 83, ../sass/_setup.scss */
.nounderline {
  text-decoration: none !important;
  border-bottom: 0px !important;
}
/* line 85, ../sass/_setup.scss */
.nounderline i {
  text-decoration: none !important;
}

/* line 89, ../sass/_setup.scss */
.no-left-padding {
  padding-left: 0px;
}

/* line 92, ../sass/_setup.scss */
.no-right-padding {
  padding-right: 0px;
}

/* line 95, ../sass/_setup.scss */
.fontsize-large {
  font-size: 1.15em !important;
  margin-bottom: 0.2em !important;
}

/* line 98, ../sass/_setup.scss */
.fadeout {
  position: relative;
  bottom: 4em;
  height: 4em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 126, ../sass/_setup.scss */
  .container {
    max-width: 720px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 132, ../sass/_setup.scss */
  .desktop {
    display: none !important;
  }

  /* line 135, ../sass/_setup.scss */
  .mobile {
    display: flex !important;
  }
}
/* line 2, ../sass/_btn.scss */
a {
  color: #003043;
}

/* line 5, ../sass/_btn.scss */
a:hover {
  color: #0094d8;
}

/* line 8, ../sass/_btn.scss */
a:active {
  color: #8cb63c;
}

/* line 14, ../sass/_btn.scss */
.btn, a.btn {
  padding: 0.7em 2.5em;
  padding-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  border-radius: 1.5em;
  border: 1px solid #0094d8;
  color: #003043;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 26, ../sass/_btn.scss */
.btn i, a.btn i {
  font-size: 1.5em;
  vertical-align: middle;
  padding-bottom: 3px;
  padding-left: 2px;
}

/* line 33, ../sass/_btn.scss */
.btn:hover, a.btn:hover {
  background-color: #37a3d1;
  color: #fff;
}

/* line 38, ../sass/_btn.scss */
.btn:active, a.btn:active {
  background-color: #8cb63c;
  border: 1px solid #8cb63c;
  color: #fff;
}

/* line 41, ../sass/_btn.scss */
.btn-text {
  color: #003043;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.95em;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 43, ../sass/_btn.scss */
.btn-text i {
  padding-bottom: 4px;
  padding-left: 3px;
}

/* line 49, ../sass/_btn.scss */
a.btn-text:hover {
  color: #0094d8;
  background-color: transparent;
}

/* line 52, ../sass/_btn.scss */
a.btn-text:visited, a.btn-text:active {
  color: #8cb63c;
  background-color: transparent;
}

/* line 55, ../sass/_btn.scss */
a.btn-white-square {
  background-color: #fff;
  border: none;
  color: #003043;
  box-shadow: 0px 3px 10px 5px rgba(1, 1, 1, 0.05) !important;
  border-radius: 0px;
  width: 100%;
  padding: 1.3em 2em;
  margin-bottom: 10px;
  border-radius: 1.5em;
}

/* line 62, ../sass/_btn.scss */
.btn-blue, a.btn-blue {
  background-color: #0094d8;
  color: #fff;
}

/* line 66, ../sass/_btn.scss */
.btn-blue:hover, a.btn-blue:hover {
  background-color: #fff;
  color: #003043;
}

/* line 71, ../sass/_btn.scss */
.btn-white, a.btn-white, .force-white .btn, .force-white a.btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

/* line 74, ../sass/_btn.scss */
.btn-white:hover, a.btn-white:hover, .force-white .btn:hover, .force-white a.btn:hover {
  color: #003043 !important;
  background: #fff;
  border: 1px solid #fff;
}

/* line 77, ../sass/_btn.scss */
.btn-white:active, a.btn-white:active, .force-white .btn:active, .force-white a.btn:active {
  background-color: #8cb63c;
  border: 1px solid #8cb63c;
  color: #fff;
}
.btn-white-solid {
	
	background-color: #fff;
	border: 1px solid #fff !important;
}

.btn-white-solid:hover {
	background-color: #003043 !important;
	border: 1px solid #003043 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 81, ../sass/_btn.scss */
  a.btn-white-square {
    font-size: 0.6em;
  }
}
/* line 4, ../sass/_swiper.scss */
.swiper-inner {
  position: absolute;
  margin-top: 14%;
  width: 100%;
}
/* line 9, ../sass/_swiper.scss */
.swiper-inner h3 {
  color: #fff;
}
/* line 12, ../sass/_swiper.scss */
.swiper-inner .h2-h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 0.87em;
  max-width: 600px;
}
/* line 16, ../sass/_swiper.scss */
.swiper-inner .h3-h1 {
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 0.87em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/* line 30, ../sass/_swiper.scss */
.swiper-container-news {
  height: 500px;
}
/* line 32, ../sass/_swiper.scss */
.swiper-container-news .swiper-pagination-white .swiper-pagination-bullet {
  background: #73808a;
}
/* line 35, ../sass/_swiper.scss */
.swiper-container-news .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #73808a;
}
/* line 38, ../sass/_swiper.scss */
.swiper-container-news .swiper-pagination {
  bottom: 15px !important;
  left: 0;
  width: 100%;
}

/* line 48, ../sass/_swiper.scss */
.next-prev-holder .swiper-button-prev {
  background-image: url("../../images/arrow-left.png");
  padding-left: 10%;
  background-size: 23px 36px;
  opacity: 0.3;
}
/* line 51, ../sass/_swiper.scss */
.next-prev-holder .swiper-button-next {
  background-image: url("../../images/arrow-right.png");
  padding-right: 10%;
  background-size: 23px 36px;
  opacity: 0.3;
}
/* line 54, ../sass/_swiper.scss */
.next-prev-holder .swiper-button-prev:hover {
  background-image: url("../../images/arrow-left.png");
  background-size: 23px 36px;
  opacity: 1;
}
/* line 58, ../sass/_swiper.scss */
.next-prev-holder .swiper-button-next:hover {
  background-image: url("../../images/arrow-right.png");
  background-size: 23px 36px;
  opacity: 1;
}

/* line 65, ../sass/_swiper.scss */
.large-caro .swiper-inner {
  position: absolute;
  margin-top: 19%;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  /* line 74, ../sass/_swiper.scss */
  .large-caro .swiper-inner {
    margin-top: 24%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 83, ../sass/_swiper.scss */
  .large-caro .swiper-inner {
    margin-top: 26%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 91, ../sass/_swiper.scss */
  .large-caro .swiper-inner {
    margin-top: 38%;
  }
}
/* line 5, ../sass/_masthead.scss */
#whiteCover {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

/* line 9, ../sass/_masthead.scss */
#full-header {
  background-color: #ffffff;
}
/* line 13, ../sass/_masthead.scss */
#full-header .header-logo {
  width: 20%;
}
/* line 16, ../sass/_masthead.scss */
#full-header .header-nav {
  width: 62%;
}
/* line 19, ../sass/_masthead.scss */
#full-header .header-ctas {
  position: absolute;
  float: right;
  right: 0;
}
/* line 22, ../sass/_masthead.scss */
#full-header .current-menu-item {
  position: relative;
}
/* line 24, ../sass/_masthead.scss */
#full-header .current-menu-item a {
  color: #2a2f33 !important;
}
/* line 30, ../sass/_masthead.scss */
#full-header .nav-container .current_page_item a::after {
  top: 55px;
  text-align: center;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  color: #fff;
}
/* line 42, ../sass/_masthead.scss */
#full-header .nav-container .current_page_item .nav-link {
  color: #0094d8 !important;
}
/* line 45, ../sass/_masthead.scss */
#full-header .nav-container .current_page_item .nav-link:hover {
  color: #0094d8 !important;
}
/* line 49, ../sass/_masthead.scss */
#full-header .nav-container .current-menu-parent > .nav-link {
  color: #0094d8 !important;
}
/* line 50, ../sass/_masthead.scss */
#full-header .nav-container .current-menu-parent > .nav-link:hover {
  color: #0094d8 !important;
}
/* line 52, ../sass/_masthead.scss */
#full-header .nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 68, ../sass/_masthead.scss */
#full-header .nav-container .nav-link:hover {
  color: #0094d8;
}
/* line 71, ../sass/_masthead.scss */
#full-header .nav-container .nav-link:active {
  color: #8cb63c;
}
/* line 76, ../sass/_masthead.scss */
#full-header .dropdown-menu .nav-link:hover {
  color: #fff;
}
/* line 80, ../sass/_masthead.scss */
#full-header .dropdown-menu .nav-link {
  letter-spacing: 0.0px;
}
/* line 86, ../sass/_masthead.scss */
#full-header .main-nav > .current-menu-item .dropdown-menu a::after {
  border: none !important;
}
/* line 95, ../sass/_masthead.scss */
#full-header nav.desktop-menu ul.menu {
  list-style: none;
  padding-inline-start: 0px;
  margin-top: 36px;
  margin-bottom: 0px;
}
/* line 98, ../sass/_masthead.scss */
#full-header nav.desktop-menu ul.menu li {
  display: inline-block;
}
/* line 105, ../sass/_masthead.scss */
#full-header .brand img {
  padding: 15px 0px;
  display: inline-block;
  max-height: 100px;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  margin-top: 9px;
  margin-bottom: 20px;
}
/* line 109, ../sass/_masthead.scss */
#full-header .header-ctas {
  color: #96a0a7;
  font-family: "Montserrat", sans-serif;;
  padding-top: 65px;
}
/* line 111, ../sass/_masthead.scss */
#full-header .header-ctas .cta {
  letter-spacing: 0.1px;
  font-size: 1em;
  text-transform: uppercase;
}
/* line 113, ../sass/_masthead.scss */
#full-header .header-ctas .cta i {
  font-size: 1.4em;
  padding-left: 10px;
  vertical-align: middle;
  color: #96a0a7;
}
/* line 117, ../sass/_masthead.scss */
#full-header .header-ctas .cta-vert-dash {
  border-left: 1px solid #ccc;
  height: 26px;
  margin-top: -2px;
  margin-left: 15px;
}

/* line 123, ../sass/_masthead.scss */
.nav-toggle {
  cursor: pointer;
  z-index: 999;
}
/* line 125, ../sass/_masthead.scss */
.nav-toggle .bar {
  width: 25px;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 127, ../sass/_masthead.scss */
.nav-toggle .bar:last-child {
  margin-bottom: 0;
}

/* line 133, ../sass/_masthead.scss */
.mobile-menu-overlay {
  position: fixed;
  top: 80px;
  left: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
  overflow: hidden;
}
/* line 134, ../sass/_masthead.scss */
.mobile-menu-overlay .menu-primary-menu-container {
  width: 100%;
}
/* line 154, ../sass/_masthead.scss */
.mobile-menu-overlay .logo {
  width: 280px;
}
/* line 157, ../sass/_masthead.scss */
.mobile-menu-overlay .nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}
/* line 161, ../sass/_masthead.scss */
.mobile-menu-overlay .nav-toggle .bar {
  background: #000;
}
/* line 165, ../sass/_masthead.scss */
.mobile-menu-overlay ul.menu {
  margin-top: 14px !important;
  margin-bottom: 20px !important;
}
/* line 167, ../sass/_masthead.scss */
.mobile-menu-overlay ul.menu li {
  padding-bottom: 3px;
}
/* line 169, ../sass/_masthead.scss */
.mobile-menu-overlay ul.menu li a {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: 700;
}
/* line 174, ../sass/_masthead.scss */
.mobile-menu-overlay span {
  color: #696c6c;
  font-size: 0.875em;
  letter-spacing: 0px;
  display: block;
}
/* line 176, ../sass/_masthead.scss */
.mobile-menu-overlay span i {
  font-size: 1.35em;
  padding-bottom: 10px;
  margin-top: -20px;
}
/* line 180, ../sass/_masthead.scss */
.mobile-menu-overlay .dropdown-menu {
  position: relative;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin-left: -100px;
  margin-right: -100px;
  display: none;
  padding: 0 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  list-style: none;
  background-color: #2a2f33;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 200, ../sass/_masthead.scss */
.mobile-menu-overlay .dropdown-menu a {
  color: #ffffff;
  text-transform: none !important;
  opacity: 0.9;
}
/* line 203, ../sass/_masthead.scss */
.mobile-menu-overlay .dropdown-menu a :hover {
  opacity: 1;
}

/* line 208, ../sass/_masthead.scss */
.mobile-menu-overlay ul.menu li a {
  color: #003043;
}

/* line 212, ../sass/_masthead.scss */
.mobile-menu-overlay .dropdown-menu {
  background-color: #fff;
  border: 0px;
  margin-top: -10px;
}
/* line 214, ../sass/_masthead.scss */
.mobile-menu-overlay .dropdown-menu a {
  color: #003043;
  margin-left: 50px;
  text-transform: uppercase !important;
  opacity: 0.9;
  padding-top: 3px;
}
/* line 217, ../sass/_masthead.scss */
.mobile-menu-overlay .dropdown-menu a::after {
  content: "\f105";
  font-size: 22px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding-left: 10px;
  padding-bottom: 2px;
  vertical-align: middle;
  display: inline-block;
}

/* line 223, ../sass/_masthead.scss */
.mobile-dark-overlay {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 400;
  transition: opacity 0.3s ease-out;
}

/* line 228, ../sass/_masthead.scss */
.navopen .bar {
  opacity: 0;
}
/* line 230, ../sass/_masthead.scss */
.navopen .bar:first-child {
  transform: rotate(45deg) translateY(calc(50% + 12.5px));
  opacity: 1;
}
/* line 234, ../sass/_masthead.scss */
.navopen .bar:nth-child(3) {
  transform: rotate(-45deg) translateY(calc(50% - 12.5px));
  opacity: 1;
}
/* line 239, ../sass/_masthead.scss */
.navopen .nav-toggle {
  transform: translateX(10.5px);
  transition: transform 0.3s ease-out;
}
/* line 242, ../sass/_masthead.scss */
.navopen #full-header .menu-text {
  transform: translateX(-10.5px);
  transition: transform 0.3s ease-out;
}
/* line 245, ../sass/_masthead.scss */
.navopen .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto !important;
  transform: translateX(0px);
  transform: translateY(0px);
  transition: transform 0.5s ease-out;
}

/* line 255, ../sass/_masthead.scss */
.navclosed .mobile-menu-overlay {
  opacity: 1;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}

/* line 262, ../sass/_masthead.scss */
.fixed-nav main {
  margin-top: 128px;
}
/* line 265, ../sass/_masthead.scss */
.fixed-nav #full-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 273, ../sass/_masthead.scss */
.fixed-nav.admin-bar #full-header {
  top: 32px;
}

/* line 279, ../sass/_masthead.scss */
.main-nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}
/* line 286, ../sass/_masthead.scss */
.main-nav li.dropdown:hover > ul.dropdown-menu li {
  min-width: 300px;
}

/* line 291, ../sass/_masthead.scss */
.main-nav .dropdown-menu .dropdown-menu {
  display: block;
  position: relative !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  margin-top: -10px !important;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
  padding-top: 8px !important;
}
/* line 303, ../sass/_masthead.scss */
.main-nav .dropdown-menu .dropdown-menu a {
  padding: 0.0rem 1.7rem !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: 300 !important;
  padding-left: 40px !important;
}
/* line 311, ../sass/_masthead.scss */
.main-nav .dropdown-menu .dropdown-menu a::after {
  content: "" !important;
  font-size: 18px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding-left: 30px;
  padding-bottom: 2px;
  vertical-align: middle;
  display: inline-block;
}

/* line 317, ../sass/_masthead.scss */
#full-header .dropdown-menu {
  width: 4000px;
  background-color: #fff;
  padding-left: 2000px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-left: -2000px;
  margin-top: 30px;
  top: 0px;
  border: none;
  position: absolute;
  /*
  width:300px;
  background-color:#fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-left: -20px;
  margin-top:0px;
  */
}
/* line 339, ../sass/_masthead.scss */
#full-header .dropdown-menu a {
  color: #003043;
  opacity: 1;
}
/* line 345, ../sass/_masthead.scss */
#full-header .dropdown-menu .nav-link:hover {
  color: #0094d8;
}
/* line 349, ../sass/_masthead.scss */
#full-header .dropdown-menu .nav-link:active {
  color: #8cb63c;
}
/* line 353, ../sass/_masthead.scss */
#full-header .dropdown-menu li {
  width: 100%;
  text-transform: uppercase;
}

/* line 368, ../sass/_masthead.scss */
.stickynav #full-header .brand img {
  padding: 5px 0px;
  max-height: 69px;
  margin-top: 5px;
  -webkit-transition: max-height 0.3s;
  /* Safari */
  transition: max-height 0.3s;
  margin-bottom: 10px;
}
/* line 374, ../sass/_masthead.scss */
.stickynav .desktop-menu {
  margin-top: 16px;
}
/* line 377, ../sass/_masthead.scss */
.stickynav .phone-main {
  display: none;
}
/* line 380, ../sass/_masthead.scss */
.stickynav .phone-sticky {
  display: block;
  margin-left: 100px;
}
/* line 383, ../sass/_masthead.scss */
.stickynav #full-header .header-ctas {
  margin-top: 27px;
}
/* line 386, ../sass/_masthead.scss */
.stickynav #full-header nav.desktop-menu ul.menu {
  margin-top: 6px;
}
/* line 389, ../sass/_masthead.scss */
.stickynav #full-header .header-ctas {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 419, ../sass/_masthead.scss */
  .fixed-nav main {
    margin-top: 80px;
  }

  /* line 423, ../sass/_masthead.scss */
  #full-header {
    height: 80px;
  }
  /* line 425, ../sass/_masthead.scss */
  #full-header .header-logo {
    width: 100px;
  }
  /* line 428, ../sass/_masthead.scss */
  #full-header .header-nav {
    width: auto;
    position: absolute;
    right: 0px;
    margin-top: 20px;
  }
  /* line 434, ../sass/_masthead.scss */
  #full-header .nav-toggle .bar {
    width: 32px;
    display: block;
    height: 2px;
    margin-bottom: 7px;
    background-color: #003043;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  /* line 442, ../sass/_masthead.scss */
  #full-header .menu-text {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #696c6c;
    margin-left: -2px;
    display: block;
    color: #003043;
  }
  /* line 450, ../sass/_masthead.scss */
  #full-header .header-ctas {
    display: none;
  }

  /* line 456, ../sass/_masthead.scss */
  #menu-primary-menu-1 {
    list-style: none;
    padding-left: 0px;
    margin-top: 80px;
  }

  /* line 460, ../sass/_masthead.scss */
  .social-menu-mob {
    bottom: 0px;
    margin-top: 0px;
    left: 20px;
    text-align: left;
    margin-left: 15px;
  }

  /* line 468, ../sass/_masthead.scss */
  .stickynav #full-header .brand img {
    padding: 15px 0px !important;
    margin-top: 9px !important;
  }
}
/* line 2, ../sass/_forms.scss */
input[type=text], input[type=email], input[type=tel] {
  background: transparent;
  border: 2px solid #f1f2f3;
  width: 100%;
  height: 54px;
  border-radius: 3px;
  font-size: 1.125em;
  margin-bottom: 10px;
  color: #000000;
  padding-left: 20px;
  box-shadow: 0px 0px 3px 3px rgba(1, 1, 1, 0.03);
}

/* line 13, ../sass/_forms.scss */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  border: 2px solid #73808a;
  outline: none;
  outline: 0;
}

/* line 17, ../sass/_forms.scss */
input[type=submit] {
  text-transform: uppercase;
}

/* line 21, ../sass/_forms.scss */
input[type=submit]:focus {
  outline: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* line 25, ../sass/_forms.scss */
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: 0px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  margin-top: -7px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 36, ../sass/_forms.scss */
.inputText {
  font-size: 1.125em;
  width: 200px;
  height: 35px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

/* line 48, ../sass/_forms.scss */
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
  color: #696c6c;
  opacity: 0.6;
  font-size: 1.125em;
}

/* line 60, ../sass/_forms.scss */
.contact-page input[type=submit] {
  margin-top: 14px;
  height: 60px;
  border-radius: 3px;
}
/* line 63, ../sass/_forms.scss */
.contact-page .btn-clear {
  height: 64px;
  padding: 1em 1.6em !important;
}

/* line 69, ../sass/_forms.scss */
.contact-form {
  background-color: #133449;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.contact-form p, .contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form label {
	color: #fff;
}

.contact-form input[type] {
	background-color: #fff;
}

/* line 72, ../sass/_forms.scss */
.contact-form .hs-form-83e15a32-c052-46ba-b539-e9a7f2cfab98_0d0c8cf5-d25a-4573-a5f0-08f074a9e1dc .hs-button {
  text-transform: uppercase !important;
  background-color: #fff;
}

/* line 81, ../sass/_forms.scss */
label {
  display: block;
}

/* line 85, ../sass/_forms.scss */
.regular-checkbox {
  display: none;
}

/* line 89, ../sass/_forms.scss */
.regular-checkbox + label {
  border: 2px solid #f1f2f3;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
}

/* line 102, ../sass/_forms.scss */
.regular-checkbox:checked + label {
  color: #99a1a7;
}

/* line 106, ../sass/_forms.scss */
.regular-checkbox:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 6px;
  color: #000;
}

/* line 118, ../sass/_forms.scss */
.big-checkbox + label {
  padding: 18px;
}

/* line 122, ../sass/_forms.scss */
.big-checkbox:checked + label:after {
  font-size: 20px;
  left: 8px;
}

/* line 127, ../sass/_forms.scss */
.tag {
  position: relative;
  display: block;
  float: left;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 0.9em;
  color: #003043;
}
/* line 135, ../sass/_forms.scss */
.tag a {
  text-decoration: underline;
}
/* line 138, ../sass/_forms.scss */
.tag a:hover {
  text-decoration: underline;
}

/* line 143, ../sass/_forms.scss */
.radio-1 {
  width: 193px;
}

/* line 147, ../sass/_forms.scss */
.button-holder {
  float: left;
}

/* RADIO */
/* line 156, ../sass/_forms.scss */
.regular-radio {
  display: none;
}

/* line 160, ../sass/_forms.scss */
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

/* line 171, ../sass/_forms.scss */
.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

/* line 185, ../sass/_forms.scss */
.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 192, ../sass/_forms.scss */
.regular-radio + label:active, .regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 196, ../sass/_forms.scss */
.big-radio + label {
  padding: 16px;
}

/* line 200, ../sass/_forms.scss */
.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}


.main-content p a {
	text-decoration: underline;
}

/* line 20, ../sass/screen.scss */
.hero-holder {
  max-height: 350px;
  overflow: hidden;
}

/* line 25, ../sass/screen.scss */
.home-page .master-hero-img h1 {
  text-align: center;
  line-height: 0.9em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  font-size: 3.0em;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
  left: 0;
  right: 0;
  line-height: 1.25em;
}

/* line 41, ../sass/screen.scss */
.column-block-3 p, .column-block-3 h3, .column-block-3 .btn {
  margin-left: 20px;
  margin-right: 20px;
}
/* line 44, ../sass/screen.scss */
.column-block-3 .btn {
  margin-bottom: 30px;
}
/* line 47, ../sass/screen.scss */
.column-block-3 .block-3-item, .column-3-block .block-3-item {
  box-shadow: 0px 3px 10px 5px rgba(1, 1, 1, 0.05);
  vertical-align: middle;
  border-radius: 1.5em;
  margin-bottom: 1.5em;
}

.block-3-item img {
	border-top-left-radius: 1.5em;
	border-top-right-radius: 1.5em;
}

.repeatable-content-block img, .repeatable-content-block .content-overlay {
	border-radius: 1.5em;
}

/* line 52, ../sass/screen.scss */
.brands-posts .block-3-item {
  	/*
  	p::after {
            content: '';
              position: absolute;
              bottom: 0;
              width: 100%;
              height: 45px;
              left:0px;
              background: -webkit-linear-gradient(
                      rgba(255, 255, 255, 0) 0%,
                      rgba(255, 255, 255, 1) 100%
              );
              background-image: -moz-linear-gradient(
                      rgba(255, 255, 255, 0) 0%,
                      rgba(255, 255, 255, 1) 100%
              );
              background-image: -o-linear-gradient(
                      rgba(255, 255, 255, 0) 0%,
                      rgba(255, 255, 255, 1) 100%
              );
              background-image: linear-gradient(
                      rgba(255, 255, 255, 0) 0%,
                      rgba(255, 255, 255, 1) 100%
              );
              background-image: -ms-linear-gradient(
                      rgba(255, 255, 255, 0) 0%,
                      rgba(255, 255, 255, 1) 100%
              );	
  	}*/
}
/* line 54, ../sass/screen.scss */
.brands-posts .block-3-item p {
  max-height: 110px;
  overflow: hidden;
  position: relative;
}

/* line 90, ../sass/screen.scss */
.brands-posts .block-3-item .fade-div {
  height: 205px;
  overflow-y: hidden;
}

/* line 94, ../sass/screen.scss */
.brands-posts .block-3-item .fade-div::after {
  content: '';
  position: absolute;
  bottom: 121px;
  width: 80%;
  margin-left: 30px;
  height: 55px;
  left: 0px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

/*
.brands-posts .block-3-item a::before {
          content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 60px;
            left:0px;
            background-color:#fff;
	

}
*/
/* line 140, ../sass/screen.scss */
.key-dates i {
  font-size: 3.2em;
  color: #003043;
}
/* line 143, ../sass/screen.scss */
.key-dates span {
  font-size: 0.875em;
}

/* line 150, ../sass/screen.scss */
.bg-cir.fa-facebook-f {
  background-color: #003043;
  color: #fff;
  width: 26px;
  height: 26px;
  padding-left: 8px;
  padding-top: 6px;
}
/* line 155, ../sass/screen.scss */
.bg-cir.fa-facebook-f:hover {
  background-color: #0094d8;
}
/* line 158, ../sass/screen.scss */
.bg-cir.fa-facebook-f:active {
  background-color: #8cb63c;
}
/* line 161, ../sass/screen.scss */
.bg-cir.fa-twitter {
  background-color: #003043;
  color: #fff;
  width: 26px;
  height: 26px;
  padding-left: 6px;
  padding-top: 6px;
}
/* line 166, ../sass/screen.scss */
.bg-cir.fa-twitter:hover {
  background-color: #0094d8;
}
/* line 169, ../sass/screen.scss */
.bg-cir.fa-twitter:active {
  background-color: #8cb63c;
}
/* line 172, ../sass/screen.scss */
.bg-cir.fa-linkedin-in {
  background-color: #003043;
  color: #fff;
  width: 26px;
  height: 26px;
  padding-left: 6px;
  padding-top: 6px;
}
/* line 177, ../sass/screen.scss */
.bg-cir.fa-linkedin-in:hover {
  background-color: #0094d8;
}
/* line 180, ../sass/screen.scss */
.bg-cir.fa-linkedin-in:active {
  background-color: #8cb63c;
}

/* line 172, ../sass/screen.scss */
.bg-cir.fa-instagram {
  background-color: #003043;
  color: #fff;
  width: 26px;
  height: 26px;
  padding-left: 6px;
  padding-top: 6px;
}
/* line 177, ../sass/screen.scss */
.bg-cir.fa-instagram:hover {
  background-color: #0094d8;
}
/* line 180, ../sass/screen.scss */
.bg-cir.fa-instagram:active {
  background-color: #8cb63c;
}

/* line 172, ../sass/screen.scss */
.bg-cir.fa-youtube {
  background-color: #003043;
  color: #fff;
  width: 26px;
  height: 26px;
  padding-left: 5px;
  padding-top: 6px;
}
/* line 177, ../sass/screen.scss */
.bg-cir.fa-youtube:hover {
  background-color: #0094d8;
}
/* line 180, ../sass/screen.scss */
.bg-cir.fa-youtube:active {
  background-color: #8cb63c;
}

/* line 187, ../sass/screen.scss */
.brands-posts .block-3-item, .team-posts .block-3-item {
  margin-bottom: 30px;
}

/* line 192, ../sass/screen.scss */
.team-posts .block-3-item {
  min-height: 350px;
}
/* line 196, ../sass/screen.scss */
.team-posts .block-3-item:hover h3, .team-posts .block-3-item:hover p {
  color: #0094d8;
}

/* line 205, ../sass/screen.scss */
.team-posts img {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}
/* line 208, ../sass/screen.scss */
.team-posts .member-copy {
  display: none;
}
/* line 211, ../sass/screen.scss */
.team-posts .team-item {
  cursor: pointer;
}
/* line 214, ../sass/screen.scss */
.team-posts .team-main-description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* line 220, ../sass/screen.scss */
.team-posts.column-block-3 .team-popup {
  margin-bottom: 40px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 15px 10px rgba(1, 1, 1, 0.05);
  display: none;
  border-radius: 1.5em;
}
/* line 227, ../sass/screen.scss */
.team-posts.column-block-3 .team-popup p, .team-posts.column-block-3 .team-popup h3, .team-posts.column-block-3 .team-popup .btn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* line 231, ../sass/screen.scss */
.team-posts.column-block-3 .team-popup img {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
}

/* line 239, ../sass/screen.scss */
#team-pop-close {
  cursor: pointer;
  z-index: 10;
}
/* line 241, ../sass/screen.scss */
#team-pop-close i {
  border: 1px solid #000;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1em;
  padding-left: 11px;
  padding-top: 8px;
  top: 20px;
  position: absolute;
  right: 20px;
}
/* line 253, ../sass/screen.scss */
#team-pop-close i:hover {
  color: #0094d8;
  border: 1px solid #0094d8;
}
/* line 257, ../sass/screen.scss */
#team-pop-close i:active {
  color: #8cb63c;
  border: 1px solid #8cb63c;
}

/* line 267, ../sass/screen.scss */
.team-filter .list-group, .year-filter .list-group {
  display: block;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  /* flex-direction: row; */
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
/* line 282, ../sass/screen.scss */
.team-filter .list-group-item, .year-filter .list-group-item {
  position: relative;
  display: block;
  padding: 0.35rem 1.05rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #003043;
  display: block;
  float: left;
  width: 200px;
  text-align: center;
  color: #003043;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  z-index: 11;
  border-radius: 0px;
  margin-left: -1px;
  font-size: 0.875em;
}
/* line 303, ../sass/screen.scss */
.team-filter .list-group-item:hover, .year-filter .list-group-item:hover {
  background-color: #0094d8;
  border-color: #0094d8;
  color: #fff;
  font-weight: 600;
}
/* line 308, ../sass/screen.scss */
.team-filter .list-group-item:active, .year-filter .list-group-item:active {
  background-color: #8cb63c;
  border-color: #8cb63c;
  color: #fff;
  font-weight: 600;
}
/* line 313, ../sass/screen.scss */
.team-filter .list-group-item.active, .year-filter .list-group-item.active {
  background-color: #8cb63c;
  border-color: #8cb63c;
  color: #fff;
  font-weight: 600;
}
/* line 319, ../sass/screen.scss */
.team-filter .filter-hr, .year-filter .filter-hr {
  position: absolute;
  top: 0px;
  margin-top: 17px;
  width: 100%;
  border-top: 1px solid #003043;
  margin-left: -15px;
}

/* line 328, ../sass/screen.scss */
.year-filter .list-group-item {
  width: 110px;
}

/* line 339, ../sass/screen.scss */
.download-item {
  border-top: 1px solid #003043;
  padding-top: 10px;
}
/* line 341, ../sass/screen.scss */
.download-item h4 {
  font-size: 1.0em;
  margin-bottom: 0px;
}
/* line 344, ../sass/screen.scss */
.download-item .fa-file {
  font-size: 3em;
  color: #003043;
}
/* line 347, ../sass/screen.scss */
.download-item .download-icon {
  display: inline-block;
  width: 6%;
}
/* line 350, ../sass/screen.scss */
.download-item .download-copy {
  display: inline-block;
  width: 80%;
}
/* line 353, ../sass/screen.scss */
.download-item .download-btn {
  display: inline-block;
  width: 10%;
}
/* line 356, ../sass/screen.scss */
.download-item hr {
  border-top: 1px solid #003043;
  width: 100%;
}

/* line 363, ../sass/screen.scss */
.downloads-holder hr {
  border-top: 1px solid #003043;
  width: 100%;
  margin-top: 0px;
}

/* line 372, ../sass/screen.scss */
.video-image {
  cursor: pointer;
}

/* line 375, ../sass/screen.scss */
.video-holder {
  display: none;
}

/* line 379, ../sass/screen.scss */
.video-play-but {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -40px;
}

/* line 390, ../sass/screen.scss */
.performance-block .download-item .download-icon {
  width: 10%;
}
/* line 393, ../sass/screen.scss */
.performance-block .download-item .download-copy {
  width: 75%;
}

/* line 402, ../sass/screen.scss */
.stockBox .time, .stockBox .price {
  display: block;
}
/* line 405, ../sass/screen.scss */
.stockBox .time {
  font-size: 0.75em;
}
/* line 408, ../sass/screen.scss */
.stockBox .price {
  font-size: 3.5em;
  color: #0094d8;
}
/* line 411, ../sass/screen.scss */
.stockBox .loss {
  color: #993437;
}
/* line 414, ../sass/screen.scss */
.stockBox .change {
  display: inline-block;
  position: absolute;
  margin-top: -70px;
  left: 180px;
  font-size: 0.875em;
}
/* line 420, ../sass/screen.scss */
.stockBox .percent {
  display: inline-block;
  position: absolute;
  margin-top: -50px;
  left: 180px;
  font-size: 0.875em;
}

/* line 433, ../sass/screen.scss */
.contact-cta-block h3 {
  color: #fff;
  padding-right: 25px;
  font-size: 1.05em;
  vertical-align: middle;
  font-weight: 700;
  padding-bottom: 23px;
}
/* line 436, ../sass/screen.scss */
.contact-cta-block .btn {
  vertical-align: middle;
}

/* line 443, ../sass/screen.scss */
.repeatable-content-block .content-overlay {
  position: absolute;
  padding: 1.5em;
  top: 20%;
  background-color: #fff;
  max-width: 470px;
  right: 20px;
  box-shadow: 0px 3px 10px 5px rgba(1, 1, 1, 0.1);
}
/* line 451, ../sass/screen.scss */
.repeatable-content-block .content-overlay h3 {
  padding-top: 0px;
  padding-bottom: 5px;
}
/* line 454, ../sass/screen.scss */
.repeatable-content-block .content-overlay p {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

/* line 467, ../sass/screen.scss */
.carousel-value-proposition-block .proposition-slider {
  width: 940px;
}
/* line 471, ../sass/screen.scss */
.carousel-value-proposition-block .content-holder {
  margin: 20px;
  box-shadow: 0px 3px 10px 5px rgba(1, 1, 1, 0.05) !important;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  height: 105px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
}
/* line 480, ../sass/screen.scss */
.carousel-value-proposition-block .content-holder p {
  margin-bottom: 0px;
  display: none;
}
/* line 483, ../sass/screen.scss */
.carousel-value-proposition-block .content-holder .btn {
  margin-top: 5px;
  display: none;
}
/* line 486, ../sass/screen.scss */
.carousel-value-proposition-block .content-holder h3 {
  padding-top: 20px;
  padding-bottom: 5px;
}
/* line 493, ../sass/screen.scss */
.carousel-value-proposition-block .slick-center {
  position: relative;
  z-index: 10;
}
/* line 496, ../sass/screen.scss */
.carousel-value-proposition-block .slick-center p {
  display: block;
}
/* line 499, ../sass/screen.scss */
.carousel-value-proposition-block .slick-center .btn {
  display: block;
}
/* line 502, ../sass/screen.scss */
.carousel-value-proposition-block .slick-center .content-holder {
  width: 380px;
  margin-left: -45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 35px;
  height: 200px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.01s;
}
/* line 511, ../sass/screen.scss */
.carousel-value-proposition-block .slick-track {
  height: 250px;
}

/* line 516, ../sass/screen.scss */
.carousel-proof-points-block .content-holder {
  height: 155px;
}
/* line 520, ../sass/screen.scss */
.carousel-proof-points-block .slick-center .content-holder {
  height: 290px;
}
/* line 524, ../sass/screen.scss */
.carousel-proof-points-block .slick-track {
  height: 310px;
}

/* line 532, ../sass/screen.scss */
.carousel-proof-points-block img {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
}
/* line 535, ../sass/screen.scss */
.carousel-proof-points-block h3 {
  padding-top: 10px !important;
}
/* line 538, ../sass/screen.scss */
.carousel-proof-points-block .slick-current .content-holder {
  margin-top: 10px;
}
/* line 541, ../sass/screen.scss */
.carousel-proof-points-block .slick-current .content-holder img {
  width: 120px;
  height: 120px;
}
/* line 545, ../sass/screen.scss */
.carousel-proof-points-block .slick-dots {
  margin-left: -25px;
}

/* line 557, ../sass/screen.scss */
.carousel-testimonial-block .testimonial-slider {
  width: 650px;
}
/* line 560, ../sass/screen.scss */
.carousel-testimonial-block h6 {
  font-weight: 900;
  letter-spacing: 1px;
}
/* line 563, ../sass/screen.scss */
.carousel-testimonial-block img {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 118px;
  margin-bottom: 30px;
  display: block;
}
/* line 566, ../sass/screen.scss */
.carousel-testimonial-block .content-holder {
  margin: 20px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 571, ../sass/screen.scss */
.carousel-testimonial-block .content-holder p {
  margin-bottom: 0px;
  font-size: 1.125em;
  line-height: 1.7em;
}
/* line 580, ../sass/screen.scss */
.carousel-testimonial-block .slick-current {
  position: relative;
  z-index: 10;
}
/* line 583, ../sass/screen.scss */
.carousel-testimonial-block .slick-current p {
  display: block;
}

/* line 591, ../sass/screen.scss */
.carousel-timeline-block .timeline-slider {
  width: 940px;
  margin-top: -70px;
}
/* line 594, ../sass/screen.scss */
.carousel-timeline-block hr {
  border-top: 1px solid black;
  position: relative;
  top: 30px;
  width: 100%;
}
/* line 601, ../sass/screen.scss */
.carousel-timeline-block .content-holder {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 80px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  margin-left: -55px;
}
/* line 608, ../sass/screen.scss */
.carousel-timeline-block .content-holder p {
  margin-bottom: 0px;
  opacity: 0;
  height: 30px;
  max-height: 90px;
}
/* line 611, ../sass/screen.scss */
.carousel-timeline-block .content-holder h3 {
  padding-top: 10px;
  padding-bottom: 5px;
  opacity: 0;
}
/* line 615, ../sass/screen.scss */
.carousel-timeline-block .content-holder h4 {
  font-weight: 400;
}
/* line 618, ../sass/screen.scss */
.carousel-timeline-block .content-holder .year-img {
  width: 20px;
  height: 20px;
  background: url("../..//images/year-off.png") center center no-repeat;
  background-size: contain;
  margin-top: -27px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
/* line 625, ../sass/screen.scss */
.carousel-timeline-block .slick-current {
  position: relative;
  z-index: 10;
}
/* line 628, ../sass/screen.scss */
.carousel-timeline-block .slick-current p {
  opacity: 1;
}
/* line 631, ../sass/screen.scss */
.carousel-timeline-block .slick-current h3 {
  opacity: 1;
}
/* line 634, ../sass/screen.scss */
.carousel-timeline-block .slick-current h4 {
  font-weight: 700;
  font-size: 1.25em;
  margin-top: -3px;
}
/* line 637, ../sass/screen.scss */
.carousel-timeline-block .slick-current .year-img {
  width: 30px;
  height: 30px;
  background: url("../..//images/year-selected.png") center center no-repeat;
  background-size: contain;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* line 642, ../sass/screen.scss */
.carousel-timeline-block .slick-next {
  margin-top: -36px;
}
/* line 645, ../sass/screen.scss */
.carousel-timeline-block .slick-prev {
  margin-top: -46px;
}

/* line 655, ../sass/screen.scss */
.slick-slide {
  outline: none !important;
}

/* line 658, ../sass/screen.scss */
.slick-list {
  padding: 0px !important;
}

/* line 662, ../sass/screen.scss */
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 664, ../sass/screen.scss */
.slick-prev:before {
  content: "\f30a";
  padding-right: 30px;
  position: absolute;
  right: 0px;
}

/* line 665, ../sass/screen.scss */
[dir="rtl"] .slick-prev:before {
  content: "\f30a";
  padding-right: 30px;
  position: absolute;
  right: 0px;
}

/* line 667, ../sass/screen.scss */
[dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
  margin-left: 10px;
}

/* line 668, ../sass/screen.scss */
.slick-next:before {
  content: "\f30b";
  margin-left: 10px;
}

/* line 669, ../sass/screen.scss */
[dir="rtl"] .slick-next:before {
  content: "\f30b";
  margin-left: 10px;
}

/* line 671, ../sass/screen.scss */
.slick-next, .slick-prev {
  height: 50px;
  width: 70px;
}

/* line 675, ../sass/screen.scss */
.slick-next {
  right: -75px;
}

/* line 678, ../sass/screen.scss */
.slick-prev {
  left: -75px;
}

/* line 682, ../sass/screen.scss */
.staggered-content-block .staggered-inner {
  position: relative;
}
/* line 684, ../sass/screen.scss */
.staggered-content-block .staggered-inner h3 {
  padding-bottom: 10px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 688, ../sass/screen.scss */
.staggered-content-block .staggered-inner p {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 691, ../sass/screen.scss */
.staggered-content-block .staggered-inner a.btn {
  padding-left: 25px !important;
}
/* line 697, ../sass/screen.scss */
.staggered-content-block .fade-div {
  max-height: 260px;
  min-height: 150px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  overflow-y: hidden;
}
/* line 703, ../sass/screen.scss */
.staggered-content-block .fade-div::after {
  content: '';
  position: absolute;
  bottom: 51px;
  width: 100%;
  height: 75px;
  left: 0px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

/* line 736, ../sass/screen.scss */
.remove-after::after {
  background: none !important;
}

/* line 744, ../sass/screen.scss */
.download-content-block .download-overlay {
  background-color: #fff;
  width: 680px;
  height: 320px;
  position: absolute;
  top: 20%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 20px;
}
/* line 753, ../sass/screen.scss */
.download-content-block .side-image {
  position: absolute;
  right: 10px;
  top: 20px;
}

/* line 763, ../sass/screen.scss */
.image_and_text_block .fade-div {
  max-height: 282px;
  min-height: 150px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  overflow-y: hidden;
}
/* line 769, ../sass/screen.scss */
.image_and_text_block .fade-div::after {
  content: '';
  position: absolute;
  bottom: 51px;
  width: 100%;
  height: 75px;
  left: 0px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

/* line 801, ../sass/screen.scss 
.post-holder {
  min-height: 930px;
} */

/* line 814, ../sass/screen.scss */
.mobile {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  /* line 824, ../sass/screen.scss */
  .home-page .master-hero-img h1 {
    margin-top: -21%;
  }
}
@media only screen and (min-width: 1500px) {
  /* line 829, ../sass/screen.scss */
  .home-page .master-hero-img h1 {
    margin-top: -23%;
  }
}
@media only screen and (min-width: 1700px) {
  /* line 834, ../sass/screen.scss */
  .home-page .master-hero-img h1 {
    margin-top: -24%;
  }
}
/* line 8, ../sass/_select.scss */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* line 13, ../sass/_select.scss */
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #003043;
  width: 220px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  margin-top: -42px;
  margin-left: 70px;
  position: absolute;
}

/* line 27, ../sass/_select.scss */
.select-label {
  color: #003043;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  padding: 8px 15px;
  margin-top: -30px;
}

/* line 39, ../sass/_select.scss */
.s-thin {
  width: 100px !important;
}

/* line 43, ../sass/_select.scss */
.lot-size {
  margin-left: 48px;
  width: 190px;
}
/* line 45, ../sass/_select.scss */
.lot-size .select-options {
  margin-left: -10px;
  margin-right: -60px;
}

/* line 50, ../sass/_select.scss */
.frontage {
  margin-left: 50px;
  width: 110px !important;
}
/* line 52, ../sass/_select.scss */
.frontage .select-options {
  margin-left: 40px;
  margin-right: -60px;
}

/* line 59, ../sass/_select.scss */
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #003043;
  padding: 8px 15px;
}
/* line 68, ../sass/_select.scss */
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #003043 transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px;
}
/* line 83, ../sass/_select.scss */
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #003043 transparent;
}

/* line 90, ../sass/_select.scss */
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #2a2f33;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-left: -60px;
}
/* line 103, ../sass/_select.scss */
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  color: #e3e6e9;
}
/* line 110, ../sass/_select.scss */
.select-options li:hover {
  color: #fff;
}
/* line 114, ../sass/_select.scss */
.select-options li[rel="hide"] {
  display: none;
}

/* line 122, ../sass/_select.scss */
.select-close {
  right: 0px;
  position: absolute;
  display: block;
  margin-top: -50px;
  font-size: 1.125em;
}
/* line 124, ../sass/_select.scss */
.select-close i {
  font-size: 0.8em;
}

/* line 6, ../sass/_footer.scss */
.footer h6 {
  padding-bottom: 2px;
}
/* line 9, ../sass/_footer.scss */
.footer p {
  font-size: 1.1em;
}
/* line 12, ../sass/_footer.scss */
.footer i {
  font-size: 1.1em;
}
/* line 15, ../sass/_footer.scss */
.footer hr {
  margin-top: 50px;
  margin-bottom: 15x;
}
/* line 19, ../sass/_footer.scss */
.footer ul li::before {
  content: "\f105";
  font-size: 24px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding-right: 10px;
}
/* line 22, ../sass/_footer.scss */
.footer ul li {
  padding-bottom: 6px;
}

/* line 29, ../sass/_footer.scss */
.footer-container a {
  font-size: 0.875em;
  text-decoration: none;
}
/* line 32, ../sass/_footer.scss */
.footer-container a:hover {
  color: #0094d8;
}
/* line 35, ../sass/_footer.scss */
.footer-container a:active {
  color: #8cb63c;
}
/* line 42, ../sass/_footer.scss */
.footer-container .btn-text i {
  font-size: 1.6em;
}
/* line 47, ../sass/_footer.scss */
.footer-container ul li:hover i {
  color: #0094d8 !important;
}

/* line 53, ../sass/_footer.scss */
.sub-footer p {
  font-size: 0.75em;
}
/* line 56, ../sass/_footer.scss */
.sub-footer p:hover {
  color: #0094d8;
}

.full-width-image-cta-block p{
		color:#fff!important;
}
.full-width-image-cta-block .btn {
	position: absolute;right: 0;bottom: 0;
}
.full-width-image-cta-block .copy-holder {
	position:absolute; margin-top:-200px; left:0px;right:0px; max-width:940px; height:550px; margin-right:auto; margin-left:auto
}
.full-width-image-cta-block .copy-holder h5 {
	margin-bottom:0px;padding-bottom:0px;
}
.force-white h1, .force-white h2, .force-white h3, .force-white h3 strong, .force-white h4, .force-white h4 strong, .force-white h5, .force-white h6, .force-white p, .force-white span, .force-white ul li, .force-white a {
		color:#fff!important;
}

@media only screen and (min-width: 767px) {
	.fly-in.allow-anim {
		opacity:0;
	}
	.fly-in.odd-block.allow-anim.start {
	  	opacity:0;
	    -webkit-animation: oddAnim 1s ease-out forwards;
	       -moz-animation: oddAnim 1s ease-out forwards;
	        -ms-animation: oddAnim 1s ease-out forwards;
	         -o-animation: oddAnim 1s ease-out forwards;
	            animation: oddAnim 1s ease-out forwards;
	}
	.fly-in.even-block.allow-anim.start {
	  	opacity:0;
	    -webkit-animation: evenAnim 1s ease-out forwards;
	       -moz-animation: evenAnim 1s ease-out forwards;
	        -ms-animation: evenAnim 1s ease-out forwards;
	         -o-animation: evenAnim 1s ease-out forwards;
	            animation: evenAnim 1s ease-out forwards;
	}
	
	
	@-moz-keyframes oddAnim {
	    0% { opacity:0;margin-right: -100px;}
	    50% {opacity:1;}
	    100% {opacity:1;margin-right: 0px; }
	}
	
	@-webkit-keyframes oddAnim {
		0% {opacity:0;margin-right: -100px;}
	    50% { opacity:1;}
		100% {opacity:1; margin-right:0px;}
	}
	
	@-moz-keyframes evenAnim {
	    0% { opacity:0;margin-left: -100px;}
	    50% {opacity:1;}
	    100% {opacity:1;margin-left: 0px; }
	}
	
	@-webkit-keyframes evenAnim {
		0% {opacity:0;margin-left: -100px;}
	    50% { opacity:1;}
		100% {opacity:1; margin-left:0px;}
	}
	
	.fly-in2.allow-anim {
		opacity:0;
	}
	.fly-in2.odd-block.allow-anim.start {
	  	opacity:0;
	    -webkit-animation: oddAnim2 1.1s ease-out forwards;
	       -moz-animation: oddAnim2 1.1s ease-out forwards;
	        -ms-animation: oddAnim2 1.1s ease-out forwards;
	         -o-animation: oddAnim2 1.1s ease-out forwards;
	            animation: oddAnim2 1.1s ease-out forwards;
	}
	.fly-in2.even-block.allow-anim.start {
	  	opacity:0;
	  	transition-delay: 1s;
	    -webkit-animation: evenAnim2 1.1s ease-out forwards;
	       -moz-animation: evenAnim2 1.1s ease-out forwards;
	        -ms-animation: evenAnim2 1.1s ease-out forwards;
	         -o-animation: evenAnim2 1.1s ease-out forwards;
	            animation: evenAnim2 1.1s ease-out forwards;
	}	
	@-moz-keyframes oddAnim2 {
	    0% { opacity:0;}
	    40% {opacity:0;}
	    100% {opacity:1;}
	}
	
	@-webkit-keyframes oddAnim2 {
		0% {opacity:0;}
	    50% { opacity:0;}
		100% {opacity:1; }
	}
	
	@-moz-keyframes evenAnim2 {
	    0% { opacity:0;padding-right: 90px;}
	    50% {opacity:1;}
	    100% {opacity:1;padding-right: 0px; }
	}
	
	@-webkit-keyframes evenAnim2 {
		0% {opacity:0;padding-right: 90px;}
	    50% { opacity:1;}
		100% {opacity:1; padding-right: 0px;}
	}	
}
@media only screen and (max-width: 767px) {
	.full-width-image-cta-block .btn {
		bottom: initial;
		right:initial;
	}
	.full-width-image-cta-block .copy-holder {
		padding-left:30px !important; padding-right:30px !important;
	}
	.full-width-image-cta-block .copy-holder h5 {
		margin-bottom:20px;
	}	
}
@media only screen and (max-width: 767px) {
  /* line 63, ../sass/_footer.scss */
  .footer-container a {
    font-size: 0.875em;
  }

  /* line 67, ../sass/_footer.scss */
  .sub-footer a {
    font-size: 0.875em;
  }

  /* line 70, ../sass/_footer.scss */
  .footer ul li::before {
    font-size: 20px;
  }

  /* line 73, ../sass/_footer.scss */
  .footer ul li {
    padding-bottom: 0px;
  }

  /* line 76, ../sass/_footer.scss */
  .sub-footer p {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 843, ../sass/screen.scss */
  .carousel-value-proposition-block .slick-arrow {
    display: none !important;
  }

  /* line 848, ../sass/screen.scss */
  .carousel-timeline-block hr {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* line 852, ../sass/screen.scss */
  .carousel-timeline-block .slick-prev:before {
    padding-right: 0px;
    right: 0px;
  }
  /* line 853, ../sass/screen.scss */
  .carousel-timeline-block [dir="rtl"] .slick-prev:before {
    padding-right: 0px;
    right: 0px;
  }
  /* line 855, ../sass/screen.scss */
  .carousel-timeline-block [dir="rtl"] .slick-next {
    left: -10px;
    margin-left: 0px;
  }
  /* line 856, ../sass/screen.scss */
  .carousel-timeline-block .slick-next:before {
    margin-left: 0px;
  }
  /* line 857, ../sass/screen.scss */
  .carousel-timeline-block [dir="rtl"] .slick-next:before {
    margin-left: 0px;
  }

  /* line 861, ../sass/screen.scss */
  .timeline-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 871, ../sass/screen.scss */
  .home-page .master-hero-img h1 {
    font-size: 2.4em;
  }

  /* line 876, ../sass/screen.scss */
  .download-item h4 {
    font-size: 0.875em;
  }
  /* line 879, ../sass/screen.scss */
  .download-item p {
    font-size: 0.75em;
  }

  /* line 883, ../sass/screen.scss */
  .performance-block .download-item .download-copy {
    width: 70%;
  }

  /* line 887, ../sass/screen.scss */
  .stockBox .price {
    font-size: 3em;
    color: #0094d8;
  }

  /* line 891, ../sass/screen.scss */
  .stockBox .change {
    margin-top: -55px;
    left: 150px;
    font-size: 0.75em;
  }

  /* line 896, ../sass/screen.scss */
  .stockBox .percent {
    display: inline-block;
    position: absolute;
    margin-top: -35px;
    left: 150px;
    font-size: 0.75em;
  }

  /* line 904, ../sass/screen.scss */
  .no-left-padding {
    padding-left: 20px;
  }

  /* line 907, ../sass/screen.scss */
  .fontsize-large {
    font-size: 0.875em !important;
    margin-bottom: 0.2em !important;
  }

  /* line 914, ../sass/screen.scss */
  .repeatable-content-block img {
    width: 100%;
  }
  /* line 917, ../sass/screen.scss */
  .repeatable-content-block .content-overlay {
    position: relative;
    top: 0%;
    max-width: 100%;
    right: 0px;
    box-shadow: 0px 3px 10px 5px rgba(1, 1, 1, 0.05);
  }
  /* line 926, ../sass/screen.scss */
  .repeatable-content-block .content-overlay h3 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  /* line 929, ../sass/screen.scss */
  .repeatable-content-block .content-overlay p {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  /* line 934, ../sass/screen.scss */
  .proposition-slider {
    width: 720px !important;
  }

  /* line 937, ../sass/screen.scss */
  .timeline-slider {
    width: 100% !important;
  }

  /* line 941, ../sass/screen.scss */
  .carousel-timeline-block hr {
    margin-left: 70px;
    margin-right: 70px;
  }
  /* line 945, ../sass/screen.scss */
  .carousel-timeline-block .slick-prev:before {
    margin-right: -20px;
    right: 0px;
  }
  /* line 946, ../sass/screen.scss */
  .carousel-timeline-block [dir="rtl"] .slick-prev:before {
    margin-right: -20px;
    right: 0px;
  }
  /* line 948, ../sass/screen.scss */
  .carousel-timeline-block [dir="rtl"] .slick-next {
    left: -10px;
    margin-left: -20px;
  }
  /* line 949, ../sass/screen.scss */
  .carousel-timeline-block .slick-next:before {
    margin-left: -20px;
  }
  /* line 950, ../sass/screen.scss */
  .carousel-timeline-block [dir="rtl"] .slick-next:before {
    margin-left: -20px;
  }
  /* line 952, ../sass/screen.scss */
  .carousel-timeline-block .slick-next {
    right: -30px;
  }
  /* line 955, ../sass/screen.scss */
  .carousel-timeline-block .slick-prev {
    left: -55px;
  }

  /* line 959, ../sass/screen.scss */
  .timeline-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 963, ../sass/screen.scss */
  #full-header .header-ctas {
    padding-top: 55px;
  }

  /* line 967, ../sass/screen.scss */
  .bg-cir.fa-facebook-f {
    background-color: #003043;
    color: #fff;
    width: 24px;
    height: 24px;
    padding-left: 7px;
    padding-top: 6px;
    font-size: 0.9em;
  }
  /* line 972, ../sass/screen.scss */
  .bg-cir.fa-facebook-f:hover {
    background-color: #0094d8;
  }
  /* line 975, ../sass/screen.scss */
  .bg-cir.fa-facebook-f:active {
    background-color: #8cb63c;
  }
  /* line 978, ../sass/screen.scss */
  .bg-cir.fa-twitter {
    background-color: #003043;
    color: #fff;
    width: 24px;
    height: 24px;
    padding-left: 6px;
    padding-top: 6px;
    font-size: 0.9em;
  }
  /* line 983, ../sass/screen.scss */
  .bg-cir.fa-twitter:hover {
    background-color: #0094d8;
  }
  /* line 986, ../sass/screen.scss */
  .bg-cir.fa-twitter:active {
    background-color: #8cb63c;
  }
  /* line 989, ../sass/screen.scss */
  .bg-cir.fa-linkedin-in {
    background-color: #003043;
    color: #fff;
    width: 24px;
    height: 24px;
    padding-left: 6px;
    padding-top: 6px;
    font-size: 0.9em;
  }
  /* line 994, ../sass/screen.scss */
  .bg-cir.fa-linkedin-in:hover {
    background-color: #0094d8;
  }
  /* line 997, ../sass/screen.scss */
  .bg-cir.fa-linkedin-in:active {
    background-color: #8cb63c;
  }
  /* line 989, ../sass/screen.scss */
  .bg-cir.fa-instagram {
    background-color: #003043;
    color: #fff;
    width: 24px;
    height: 24px;
    padding-left: 6px;
    padding-top: 6px;
    font-size: 0.9em;
  }
  /* line 994, ../sass/screen.scss */
  .bg-cir.fa-instagram:hover {
    background-color: #0094d8;
  }
  /* line 997, ../sass/screen.scss */
  .bg-cir.fa-instagram:active {
    background-color: #8cb63c;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1008, ../sass/screen.scss */
  .mobile-hide {
    display: none !important;
  }

  /* line 1011, ../sass/screen.scss */
  .mobile {
    display: block !important;
  }

  /* line 1014, ../sass/screen.scss */
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .no-mobile-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 1019, ../sass/screen.scss */
  .home-page .master-hero-img h1 {
    font-size: 1.8em;
    margin-top: -48%;
  }

  /* line 1024, ../sass/screen.scss */
  .video-play-but {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -0px;
    width: 50px;
  }

  /* line 1041, ../sass/screen.scss */
  .no-left-padding {
    padding-left: 15px;
  }

  /* line 1047, ../sass/screen.scss */
  .download-item h4 {
    font-size: 0.875em;
  }
  /* line 1050, ../sass/screen.scss */
  .download-item p {
    font-size: 0.75em;
  }

  /* line 1054, ../sass/screen.scss */
  .performance-block .download-item .download-copy {
    width: 55%;
  }

  /* line 1057, ../sass/screen.scss */
  .performance-block .download-item .download-icon {
    width: 15%;
  }

  /* line 1060, ../sass/screen.scss */
  .download-item .download-copy {
    width: 55%;
  }

  /* line 1063, ../sass/screen.scss */
  .download-item .download-icon {
    width: 15%;
  }

  /* line 1066, ../sass/screen.scss */
  .filter-hr {
    display: none;
  }

  /* line 1071, ../sass/screen.scss */
  .team-filter ul {
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 100px !important;
  }
  /* line 1077, ../sass/screen.scss */
  .team-filter li {
    width: 100% !important;
  }

  /* line 1082, ../sass/screen.scss */
  .column-3-block a {
    margin-bottom: 40px;
    margin-top: -10px;
  }

  /* line 1086, ../sass/screen.scss */
  .brands-posts .block-3-item, .team-posts .block-3-item {
    margin-bottom: 10px;
  }

  /* line 1090, ../sass/screen.scss */
  .contact-cta-block h3 {
    padding-right: 5px;
    padding-bottom: 3px;
  }

  /* line 1096, ../sass/screen.scss */
  .repeatable-content-block img {
    width: 100%;
  }
  /* line 1099, ../sass/screen.scss */
  .repeatable-content-block .content-overlay {
    position: relative;
    top: 0%;
    max-width: 100%;
    right: 0px;
    box-shadow: 0px 3px 10px 5px rgba(1, 1, 1, 0.05);
  }
  /* line 1108, ../sass/screen.scss */
  .repeatable-content-block .content-overlay h3 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  /* line 1111, ../sass/screen.scss */
  .repeatable-content-block .content-overlay p {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  /* line 1116, ../sass/screen.scss */
  .no-padding-ever {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 1120, ../sass/screen.scss */
  .proposition-slider {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1126, ../sass/screen.scss */
  .proposition-slider .slick-current .content-holder {
    width: 96% !important;
    margin-left: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-left: 2% !important;
  }

  /* line 1131, ../sass/screen.scss */
  .timeline-slider {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 1137, ../sass/screen.scss */
  .timeline-slider .content-holder {
    width: 240px;
  }
  /* line 1140, ../sass/screen.scss */
  .timeline-slider .content-holder p {
    max-height: 100px;
    height: 80px;
  }
  /* line 1144, ../sass/screen.scss */
  .timeline-slider .slick-prev {
    left: 15px;
    margin-top: 1px;
    z-index: 20;
  }
  /* line 1150, ../sass/screen.scss */
  .timeline-slider .slick-next {
    right: 25px;
    margin-top: 15px;
  }
  /* line 1155, ../sass/screen.scss */
  .timeline-slider .slick-prev:before, .timeline-slider .slick-next:before {
    color: #ccc;
    font-size: 30px;
    opacity: 1;
  }

  /* line 1160, ../sass/screen.scss */
  .carousel-timeline-block hr {
    border-top: 3px solid #ccc;
    position: relative;
    top: 31px;
    width: 100%;
  }

  /* line 1167, ../sass/screen.scss */
  .testimonial-slider {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 1172, ../sass/screen.scss */
  .download-content-block .download-overlay {
    background-color: #fff;
    width: 80%;
    height: 360px;
    position: absolute;
    margin-left: 10%;
    top: 15%;
    left: 0;
    right: 0;
    padding: 20px;
  }
  /* line 1180, ../sass/screen.scss */
  .download-content-block .side-image {
    display: none;
  }
}

/* Global Marketo Form Updates */
.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
	border-radius: 1.5em;
	padding: 0 1.5em !important;
}
.mktoForm textarea[rows="2"] {
	height: 5em !important;
}