@charset "UTF-8";
/*!
Fonts
*/
@font-face {
	font-family: 'SlateStd-Regular';
	src: url("../font/SlateStd_gdi.woff") format("woff"), url("../font/SlateStd_gdi.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'SlateStd-Medium';
	src: url("../font/SlateStd-Medium_gdi.woff") format("woff"), url("../font/SlateStd-Medium_gdi.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'SlateStd-Light';
	src: url("../font/SlateStd-Light_gdi.woff") format("woff"), url("../font/SlateStd-Light_gdi.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
/*!
global styles
*/
body {
  font-family: 'SlateStd-regular';
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased; }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  line-height: 1.4; }
address,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0; }
a {
  transition: all 0.2s; }
  a:focus, a:hover {
    text-decoration: none; }
button,
input {
  border: 0;
  box-shadow: none;
  outline: none;
  transition: all 0.2s;
  -webkit-appearance: none; }
  button:focus,
  input:focus {
    outline: none; }
*:after, *:before {
  pointer-events: none; }
.no-list-style {
  list-style-type: none; }
.tablet {
  display: none !important; }
  @media (max-width: 1023px) {
    .tablet {
      display: block !important; } }
  @media (max-width: 767px) {
    .tablet {
      display: none !important; } }
.no-tablet {
  display: block !important; }
  @media (max-width: 1023px) {
    .no-tablet {
      display: none !important; } }
  @media (max-width: 767px) {
    .no-tablet {
      display: block !important; } }
.show-tablets {
  display: none !important; }
  @media (max-width: 1023px) {
    .show-tablets {
      display: block !important; } }
.hide-tablets {
  display: block !important; }
  @media (max-width: 1023px) {
    .hide-tablets {
      display: none !important; } }
.right {
  text-align: right; }
.center,
.text-center {
  text-align: center; }
.content {
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.17); }
.container-fluid {
  max-width: 1280px;
  padding: 0;
  overflow: hidden; }
  .container-fluid.visible {
    overflow: visible; }
.pad {
  background: #f7f7f7; }
.mr-bot {
  margin-bottom: 0.75rem; }
.header__logo a:hover {
  opacity: 1; }
.footer__logo:hover {
  opacity: 1; }
a.header__phone:hover,
a.img:hover,
a.nav-trigger:hover {
  opacity: 1; }
.title {
  display: block;
  color: #333333;
  font-family: 'SlateStd-Light';
  font-weight: 300; }
  .title.sub {
    color: #878787; }
  .title.h1 {
    font-size: 54px; }
    @media (max-width: 1023px) {
      .title.h1 {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .title.h1 {
        font-size: 29px;
        line-height: 1.1;
        margin-bottom: 10px; } }
    .title.h1.sub {
      font-size: 26px; }
      @media (max-width: 1023px) {
        .title.h1.sub {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .title.h1.sub {
          font-size: 18px;
          line-height: 1.2; } }
  .title.h2 {
    font-size: 36px; }
    @media (max-width: 1023px) {
      .title.h2 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .title.h2 {
        font-size: 22px; } }
    .title.h2.sub {
      font-size: 26px; }
      @media (max-width: 1023px) {
        .title.h2.sub {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .title.h2.sub {
          font-size: 15px; } }
  .title.h3 {
    font-size: 26px; }
    @media (max-width: 1023px) {
      .title.h3 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .title.h3 {
        font-size: 18px; } }
  .title.h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'SlateStd-regular';
    font-weight: 400; }
    @media (max-width: 767px) {
      .title.h4 {
        font-size: 18px; } }
  .title.h5 {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'SlateStd-Medium';
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .title.h5 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .title.h5 {
        font-size: 12px;
        margin-bottom: 10px; } }
  .title.h6 {
    font-size: 20px;
    font-family: 'SlateStd-regular';
    font-weight: 400; }
    .title.h6.sub {
      font-size: 16px;
      margin-bottom: 10px; }
  .title b {
    font-family: 'SlateStd-Medium';
    font-weight: 500; }
.title_wrap {
  text-align: center;
  padding: 44px 40px 54px; }
  @media (max-width: 1023px) {
    .title_wrap {
      padding: 60px 40px; } }
  @media (max-width: 767px) {
    .title_wrap {
      padding: 40px 10px; } }
  .title_wrap--sub {
    padding: 50px 40px; }
    @media (max-width: 1023px) {
      .title_wrap--sub {
        padding: 40px; } }
    @media (max-width: 767px) {
      .title_wrap--sub {
        padding: 30px 20px; } }
.box {
  padding: 0 40px 40px 60px; }
  @media (max-width: 767px) {
    .box {
      padding: 0 25px 25px; } }
  .box .title_wrap {
    text-align: left;
    padding: 44px 40px 54px; }
    @media (max-width: 767px) {
      .box .title_wrap {
        text-align: center;
        padding: 25px 0; } }
.text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #878787; }
  @media (max-width: 1023px) {
    .text {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 767px) {
    .text {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 20px; } }
  .text.small {
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 1023px) {
      .text.small {
        font-size: 20px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .text.small {
        font-size: 16px;
        line-height: 24px; } }
.list li {
  position: relative;
  list-style: none;
  font-size: 20px;
  color: #878787;
  margin-bottom: 10px;
  padding-left: 25px; }
  .list li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background: #dedede;
    border-radius: 50%; }
.quote {
  position: relative;
  padding: 40px 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #333333;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
  font-family: 'SlateStd-Light';
  font-weight: 300; }
  @media (max-width: 1023px) {
    .quote {
      font-size: 26px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .quote {
      font-size: 20px;
      line-height: 28px;
      padding: 20px;
      margin-bottom: 20px; } }
  .quote span {
    font-family: 'SlateStd-Medium';
    font-weight: 500; }
  .quote p:before {
    content: '“';
    position: absolute;
    top: 40px;
    left: 12px; }
  .video--preview .desc .quote p:after {
     content: '”';
  }
    @media (max-width: 767px) {
      .quote p:before {
        position: static; } }
.video--preview .desc .quote i {
    display:none;}
  .quote i {
    position: relative;
    font-style: normal; }
    .quote i:after {
      position: absolute;
      left: 3px;
      content: '”'; }
.link {
  background: transparent;
  color: #19a5f0;
  font-size: 16px;
  font-family: 'SlateStd-Medium';
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .link {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .link {
      font-size: 12px; } }
  .link.tels {
    font-size: 22px; }
    @media (max-width: 1023px) {
      .link.tels {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .link.tels {
        font-size: 18px; } }
  .link.large {
    text-transform: none;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 32px;
    font-family: 'SlateStd-regular';
    font-weight: 400; }
    @media (max-width: 1023px) {
      .link.large {
        font-size: 26px;
        line-height: 33px; } }
    @media (max-width: 767px) {
      .link.large {
        font-size: 19px;
        line-height: 22px; } }
  .link.small {
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'SlateStd-regular';
    font-weight: 400; }
    @media (max-width: 1023px) {
      .link.small {
        font-size: 26px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .link.small {
        font-size: 20px;
        line-height: 1.2; } }
  .link.arrow {
    font-size: 15px;
    color: #007dda; }
    .link.arrow svg {
      width: 18px;
      height: 10px;
      fill: #007dda;
      transition: all 0.2s;
      position: relative;
      top: -5px; }
  .link.inherit {
    font-size: inherit; }
  .link:focus, .link:hover {
    color: #19a5f0;
    opacity: 0.7; }
.button {
  display: inline-block;
  color: #ffffff;
  background: #f47b2b;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'SlateStd-Medium';
  font-weight: 500;
  letter-spacing: 0.06em; }
  @media (max-width: 1023px) {
    .button {
      height: 54px;
      line-height: 54px;
      min-width: 170px; } }
  @media (max-width: 767px) {
    .button {
      height: 38px;
      line-height: 38px;
      min-width: 160px;
      font-size: 14px; } }
  .button:hover {
    opacity: 0.7;
    color: #ffffff; }
  .button.opacity {
    min-width: 250px;
    padding: 0 18px;
    line-height: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.36); }
    .button.opacity svg {
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: text-top;
      margin-right: 5px;
      fill: #ffffff;
      transition: all 0.2s; }
  .button.blue {
    background: #19a5f0; }
  .button.border {
    display: inline-block;
    min-width: auto;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    background: transparent;
    color: #19a5f0;
    border: 1px solid rgba(198, 198, 198, 0.3); }
    @media (max-width: 1023px) {
      .button.border {
        line-height: 50px;
        height: 50px;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .button.border {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        padding: 0 15px;
        min-width: 0; } }
    .button.border:hover {
      background: rgba(216, 216, 216, 0.2);
      opacity: 1; }
  .button.small {
    background: transparent;
    line-height: 32px;
    height: 32px;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px;
    min-width: inherit;
    border: 1px solid rgba(255, 255, 255, 0.5); }
    @media (max-width: 767px) {
      .button.small {
        font-size: 11px;
        line-height: 20px;
        height: 20px;
        padding: 0 5px; } }
    .button.small:hover {
      border-color: #ffffff;
      background: #ffffff;
      color: #0067ba; }
.btn-separator {
  margin: 0 18px;
  color: #878787;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .btn-separator {
      display: block;
      margin: 13px 0 0; } }
span.error {
  display: none;
  color: #e8403e;
  font-size: 16px;
  line-height: 28px;
  padding: 0 15px;
  font-family: 'SlateStd-Medium';
  font-weight: 500;
  text-align: left; }
.form-group {
  margin-bottom: 15px;
  position: relative; }
  .form-group.error span.error {
    display: block; }
  .form-group.error .form-control {
    border: 1px solid #e8403e; }
.form-label {
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0;
  font-family: 'SlateStd-Medium';
  font-weight: 500; }
  @media (max-width: 1023px) {
    .form-label {
      font-size: 22px; } }
.form-control {
  border: 1px solid #e1e1e1;
  height: 44px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17); }
  .form-control::-webkit-input-placeholder {
    color: #cbcbcb; }
  .form-control::-moz-placeholder {
    color: #cbcbcb; }
  .form-control:-moz-placeholder {
    color: #cbcbcb; }
  .form-control:-ms-input-placeholder {
    color: #cbcbcb; }
  .form-control:focus {
    border: 1px solid #19a5f0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17); }
    .form-control:focus::-webkit-input-placeholder {
      color: transparent; }
    .form-control:focus::-moz-placeholder {
      color: transparent; }
    .form-control:focus:-moz-placeholder {
      color: transparent; }
    .form-control:focus:-ms-input-placeholder {
      color: transparent; }
  .form-control:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17); }
.form-checkbox {
  margin-bottom: 10px; }
  .form-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  .form-checkbox span {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    cursor: pointer; }
    .form-checkbox span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid #c6c6c6;
      width: 18px;
      height: 18px;
      border-radius: 2px;
      background: #ffffff; }
    .form-checkbox span:after {
      content: '';
      position: absolute;
      left: 3px;
      top: 3px;
      width: 12px;
      height: 12px;
      border-radius: 2px;
      background: #878787;
      transition: all 0.2s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .form-checkbox input[type="checkbox"]:checked + span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.form-forgot {
  font-size: 14px;
  color: #878787; }
  .form-forgot:hover {
    color: #333333; }
.form-inline {
  position: relative;
  display: inline-block; }
  .form-inline .form-group {
    display: block; }
  .form-inline .form-control {
    width: 100%;
    padding-right: 172px; }
  .form-inline .button {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .form-inline .button:hover {
      opacity: 1; }
    .form-inline .button.blue:hover {
      background: #19a5f0; }
  .form-inline .privacy {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #878787;
    text-align: center; }
  .form-inline label.error {
    display: table-cell;
    padding-top: 10px;
    font-size: 20px;
    color: #878787; }
.bootstrap-select .btn.dropdown-toggle {
  font-family: 'SlateStd-Medium';
  font-weight: 500;
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  transition: background 0.2s, opacity 0.2s, color 0.2s; }
  @media (max-width: 1023px) {
    .bootstrap-select .btn.dropdown-toggle {
      height: 52px;
      line-height: 52px; } }
  @media (max-width: 767px) {
    .bootstrap-select .btn.dropdown-toggle {
      font-size: 14px;
      height: 36px;
      line-height: 36px; } }
  .bootstrap-select .btn.dropdown-toggle:after {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #333333;
    font-size: 18px !important; }
  .bootstrap-select .btn.dropdown-toggle:focus {
    outline: none !important; }
.bootstrap-select:not(.open) .btn.dropdown-toggle:hover {
  background: #f7f7f7; }
.bootstrap-select:selected .btn.dropdown-toggle {
  color: #19a5f0; }
.bootstrap-select.open .dropdown-backdrop {
  z-index: 0; }
.bootstrap-select.open .btn.dropdown-toggle {
  background: #ffffff !important;
  color: #333333;
  border: none;
  border-radius: 3px 3px 0 0; }
  .bootstrap-select.open .btn.dropdown-toggle:before {
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    top: 0; }
  .bootstrap-select.open .btn.dropdown-toggle:after {
    color: #333333; }
.bootstrap-select.open .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0 0 3px 3px !important;
  padding: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
  .bootstrap-select.open .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 44px);
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 1023px) {
      .bootstrap-select.open .dropdown-menu:before {
        height: calc(100% + 52px); } }
    @media (max-width: 767px) {
      .bootstrap-select.open .dropdown-menu:before {
        height: calc(100% + 36px); } }
  .bootstrap-select.open .dropdown-menu ul {
    padding-bottom: 10px !important; }
  .bootstrap-select.open .dropdown-menu li {
    line-height: 24px;
    background: #fff; }
    .bootstrap-select.open .dropdown-menu li a {
      display: block; }
      .bootstrap-select.open .dropdown-menu li a:focus {
        outline: none; }
    .bootstrap-select.open .dropdown-menu li .text {
      font-size: 16px;
      display: block;
      padding: 11px 20px;
      color: #19a5f0;
      font-family: 'SlateStd-Medium';
      font-weight: 500;
      letter-spacing: 0.06em;
      margin-bottom: 0; }
    .bootstrap-select.open .dropdown-menu li:hover {
      background: #f7f7f7; }
.bootstrap-select.open.dropup .btn.dropdown-toggle {
  border-radius: 0 0 3px 3px; }
.bootstrap-select.open.dropup .dropdown-menu {
  border-radius: 3px 3px 0 0; }
  .bootstrap-select.open.dropup .dropdown-menu:before {
    bottom: auto;
    top: 0; }
  .bootstrap-select.open.dropup .dropdown-menu ul {
    padding-bottom: 0 !important;
    padding-top: 10px !important; }
.bootstrap-select--upper.bootstrap-select.open .dropdown-menu li {
  text-transform: uppercase; }
.bootstrap-select--blue .btn.dropdown-toggle {
  color: #ffffff;
  background: #19a5f0;
  border: 1px solid #19a5f0; }
  .bootstrap-select--blue .btn.dropdown-toggle:after {
    color: #ffffff; }
.bootstrap-select--blue:not(.open) .btn.dropdown-toggle:hover {
  background: rgba(25, 165, 240, 0.7);
  color: #ffffff; }
.bootstrap-select--blue:not(.open) .btn.dropdown-toggle[aria-expanded] {
  color: #ffffff; }
.bootstrap-select--opacity1 .btn.dropdown-toggle {
  color: #19a5f0;
  background: transparent;
  border: 0;
  font-size: 15px;
  text-transform: none; }
  .bootstrap-select--opacity1 .btn.dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #007dda;
    bottom: 3px; }
  .bootstrap-select--opacity1 .btn.dropdown-toggle:after {
    color: #19a5f0; }
.bootstrap-select--opacity1.open .btn.dropdown-toggle {
  color: #19a5f0; }
  .bootstrap-select--opacity1.open .btn.dropdown-toggle:after {
    color: #19a5f0; }
.bootstrap-select--opacity1.open .dropdown-menu ul {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }
.bootstrap-select--opacity1.open .dropdown-menu li .text {
  color: #19a5f0;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase; }
.bootstrap-select--opacity1:not(.open) .btn.dropdown-toggle:hover {
  background: transparent; }
.bootstrap-select--opacity1.selected .btn.dropdown-toggle {
  font-size: 28px;
  color: #19a5f0;
  font-family: 'SlateStd-Light';
  font-weight: 300;
  letter-spacing: 0; }
.bootstrap-select--opacity1.selected.open .btn.dropdown-toggle {
  color: #19a5f0;
  font-family: 'SlateStd-Light';
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0; }
.bootstrap-select--opacity2 {
  text-transform: none; }
  .bootstrap-select--opacity2 .btn.dropdown-toggle {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 23px 0 3px;
    background: transparent;
    border: 0;
    height: 32px;
    line-height: 32px;
    position: relative;
    z-index: 1000; }
    .bootstrap-select--opacity2 .btn.dropdown-toggle:before {
      content: '';
      position: absolute;
      left: 3px;
      right: 10px;
      height: 1px;
      background: #ffffff;
      bottom: 2px; }
    .bootstrap-select--opacity2 .btn.dropdown-toggle:after {
      color: #ffffff !important; }
    .bootstrap-select--opacity2 .btn.dropdown-toggle .filter-option {
      text-transform: none; }
  .bootstrap-select--opacity2:not(.open) .btn.dropdown-toggle:hover {
    background: transparent; }
    .bootstrap-select--opacity2:not(.open) .btn.dropdown-toggle:hover .filter-option {
      opacity: 1; }
  .bootstrap-select--opacity2:selected .btn.dropdown-toggle {
    color: #ffffff; }
  .bootstrap-select--opacity2.open .btn.dropdown-toggle {
    color: #0073cf;
    background: transparent !important;
    border-radius: 0; }
    .bootstrap-select--opacity2.open .btn.dropdown-toggle:before {
      background: #0073cf; }
    .bootstrap-select--opacity2.open .btn.dropdown-toggle:after {
      color: #0073cf !important; }
  .bootstrap-select--opacity2.open .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0 0 2px 2px;
    padding: 0;
    z-index: 6;
    left: -17px;
    right: -17px; }
    .bootstrap-select--opacity2.open .dropdown-menu:before {
      bottom: 0;
      height: calc(100% + 42px);
      border-radius: 2px;
      background: #ffffff;
      z-index: 0; }
    .bootstrap-select--opacity2.open .dropdown-menu.inner {
      margin-top: 10px; }
      @media (max-width: 767px) {
        .bootstrap-select--opacity2.open .dropdown-menu.inner {
          margin-top: 0; } }
    .bootstrap-select--opacity2.open .dropdown-menu li {
      height: 46px;
      line-height: 46px; }
      .bootstrap-select--opacity2.open .dropdown-menu li .text {
        letter-spacing: 0;
        white-space: nowrap; }
.pagination {
  display: inline-block;
  margin: 0; }
  .pagination li {
    position: relative;
    margin: 0 25px;
    display: inline-block;
    color: #333333; }
    .pagination li.active a:hover {
      cursor: text;
      color: #333333; }
    .pagination li.active:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      content: '';
      bottom: 0;
      width: 20px;
      height: 3px;
      background: #19a5f0; }
    .pagination li a,
    .pagination li span {
      display: inline-block;
      color: #333333;
      font-size: 20px;
      line-height: 40px; }
    .pagination li a:hover {
      color: #19a5f0; }
.info {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  text-align: center;
  font-family: 'SlateStd-Medium';
  font-weight: 500; }
  .info li {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0; }
    .info li:after {
      content: "|";
      margin: 0 25px; }
    .info li:last-child:after {
      display: none; }
.search input:focus {
  border: 1px solid #19a5f0; }
.social__link {
  display: inline-block;
  margin: 0 4px;
  transition: all 0.2s; }
  .social__link svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    transition: all 0.2s; }
  .social__link--google svg {
    width: 25px; }
  .social__link--linkedin svg {
    top: -2px; }
  .social__link:hover {
    opacity: 1 !important; }
    .social__link:hover svg {
      fill: #333333 !important; }
.breadcrumbs {
  text-align: left;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea; }
  .breadcrumbs .container-fluid {
    padding: 0 30px; }
  .breadcrumbs li {
    display: inline-block;
    padding: 0 30px;
    line-height: 46px;
    font-size: 16px;
    font-family: 'SlateStd-Medium';
    font-weight: 500;
    text-transform: uppercase; }
    .breadcrumbs li:first-child {
      padding-left: 0; }
    .breadcrumbs li a {
      position: relative;
      color: #19a5f0; }
      .breadcrumbs li a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -34px;
        content: '';
        width: 6px;
        height: 9px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODIxMjYyNEFGQjNEMTFFNUFDRjA4RTRGMzdGQzQ1QkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODIxMjYyNEJGQjNEMTFFNUFDRjA4RTRGMzdGQzQ1QkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjEyNjI0OEZCM0QxMUU1QUNGMDhFNEYzN0ZDNDVCRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjEyNjI0OUZCM0QxMUU1QUNGMDhFNEYzN0ZDNDVCRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PujmmocAAACASURBVHjaYjx79qwaAwPDPCCOB+K7DFDABMRzgNgaiA8CsTqyRAQQ3wBiaSA+AMRaMIlnQOwAxFeAWAIqacAE1fkSiCOB+B8QiwLxUpiEFBCvgZrwHIhDQAw5JIufArEjEF9nARJLgFgFiB8CsRMQ34NZDnL/fiC2hwmCAECAAQBIUxh1G2q+jwAAAABJRU5ErkJggg=="); }
      .breadcrumbs li a:hover {
        opacity: 0.7; }
    .breadcrumbs li span {
      color: #333333; }
.no-overflow {
  overflow: visible; }
@media (max-width: 1023px) {
  .form-control {
    height: 54px; }
    .form-control::-webkit-input-placeholder {
      color: #878787; }
    .form-control::-moz-placeholder {
      color: #878787; }
    .form-control:-moz-placeholder {
      color: #878787; }
    .form-control:-ms-input-placeholder {
      color: #878787; }
  .form-checkbox {
    text-align: left; }
    .form-checkbox span {
      padding-left: 28px;
      font-size: 20px;
      line-height: 24px; }
      .form-checkbox span:before {
        width: 24px;
        height: 24px; }
      .form-checkbox span:after {
        left: 4px;
        top: 4px;
        width: 16px;
        height: 16px; }
  .form-forgot {
    font-size: 20px; }
  .social__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 14px;
    width: 56px;
    height: 56px;
    position: relative;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 3px; }
    .social__link svg {
      width: 28px;
      height: 28px; }
    .social__link__google svg {
      width: 32px; }
    .social__link__linkedin svg {
      top: 50%; } }
@media (max-width: 767px) {
  html {
    font-size: 8px; }
  .content {
    text-align: center; }
  .form-control {
    height: 38px;
    font-size: 16px;
    line-height: 18px; }
  .form-checkbox {
    text-align: left; }
    .form-checkbox span {
      padding-left: 22px;
      font-size: 14px;
      line-height: 16px; }
      .form-checkbox span:before {
        width: 16px;
        height: 16px; }
      .form-checkbox span:after {
        left: 3px;
        top: 3px;
        width: 10px;
        height: 10px; }
  .form-forgot {
    font-size: 14px; }
  .pagination li {
    margin: 0 15px; }
    .pagination li a,
    .pagination li span {
      font-size: 15px;
      line-height: 28px; }
  .info li {
    font-size: 14px; }
    .info li:after {
      margin: 0 10px; }
  .footer__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .social__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 8px;
      width: 48px;
      height: 48px; }
      .social__link svg {
        width: 25px;
        height: 25px; }
      .social__link__google svg {
        width: 30px; }
      .social__link__linkedin svg {
        top: 50%; }
  .breadcrumbs .container-fluid {
    padding: 0 20px; }
  .breadcrumbs li {
    font-size: 12px;
    padding: 0 10px; }
    .breadcrumbs li a:after {
      right: -16px; } }
ul.dropdown-menu.inner {
  -webkit-overflow-scrolling: touch; }
/*!
Header component styles
*/
.header {
  background: #0073cf;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  transition: all .2s; }
  .header a {
    color: #ffffff; }
  .header__wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 7; }
  .header .container-fluid {
    padding: 0 30px;
    overflow: visible; }
  .header__logo {
    position: relative;
    z-index: 99;
    width: 190px;
    float: left;
    padding: 20px 0 35px 0;
    transition: all .2s; }
    .header__logo a {
      display: inline-block; }
    .header__logo svg {
      width: 182px;
      height: 68px;
      transition: all .2s; }
  .header__phone {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: 'SlateStd-regular' !important;
    margin: 0 24px; }
    .header__phone--bot {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 32px;
      right: 160px;
      transition-delay: 0s; }
  .header__navblock {
    margin-left: 190px;
    text-align: right; }
  .header__nav--top {
    padding-top: 18px;
    display: inline-block; }
    .header__nav--top a {
      font-size: 16px;
      line-height: 24px;
      font-family: 'SlateStd-Light';
      font-weight: 300;
      margin: 0 18px;
      cursor: pointer; }
      .header__nav--top a:hover {
        opacity: .7; }
      .header__nav--top a.active {
        font-family: 'SlateStd-regular';
        font-weight: 400; }
      .header__nav--top a.login__link--active {
        opacity: .7; }
  .header__nav--bot {
    position: relative;
    text-align: right; }
    .header__nav--bot .button {
      display: inline-block; }
  .header__search {
    float: right;
    margin-left: 14px; }
    .header__search input {
      background: transparent;
      opacity: 0;
      width: 0;
      color: #ffffff;
      font-weight: 300;
      height: 24px;
      line-height: 24px;
      font-family: 'SlateStd-Light';
      font-weight: 300;
      border-bottom: 1px solid #ffffff; }
      .header__search input::-webkit-input-placeholder {
        color: #79caf6; }
      .header__search input::-moz-placeholder {
        color: #79caf6; }
      .header__search input:-moz-placeholder {
        color: #79caf6; }
      .header__search input:-ms-input-placeholder {
        color: #79caf6; }
      .header__search input:focus {
        width: 210px;
        padding: 0 10px 0 0;
        opacity: 1; }
    .header__search svg {
      margin: 0;
      width: 18px;
      height: 18px;
      fill: #ffffff;
      cursor: pointer;
      vertical-align: sub; }
    .header__search.search--active input {
      width: 210px;
      padding: 0 10px 0 0;
      opacity: 1; }
  .header__menu {
    display: inline-block;
    font-size: 0;
    margin-right: 8px;
    transition: all .2s; }
    .header__menu > li {
      position: relative;
      display: inline-block;
      transition: all .2s; }
      .header__menu > li:hover a {
        box-shadow: 0 -1px 0 0 #0073cf inset, 0 -4px 0 0 #ffffff inset; }
      .full-service .header__menu > li.full-service > a,
      .industry-solutions .header__menu > li.industry-solutions > a,
      .customer-stories .header__menu > li.customer-stories > a,
      .insights .header__menu > li.insights > a {
        box-shadow: 0 -1px 0 0 #0073cf inset, 0 -4px 0 0 #ffffff inset; }
      .header__menu > li.sub-inside:hover {
        background: #ffffff; }
        .header__menu > li.sub-inside:hover a {
          color: black;
          box-shadow: none; }
        .header__menu > li.sub-inside:hover li > a {
          color: #19a5f0; }
      .header__menu > li > a {
        font-size: 20px;
        display: inline-block;
        margin: 0 18px;
        padding: 0;
        line-height: 88px;
        opacity: 1; }
        .header__menu > li > a svg {
          width: 11px;
          height: 10px;
          fill: #ffffff;
          margin-left: 5px; }
      .header__menu > li:hover svg {
        fill: #0073cf; }
      .header__menu > li:hover > div {
        visibility: visible;
        max-height: 400px;
        opacity: 1; }
      .header__menu > li > div {
        visibility: hidden;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .2s;
        position: absolute;
        top: 100%;
        background: #ffffff;
        z-index: 10;
        text-align: left;
        text-transform: uppercase;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
        .header__menu > li > div > ul {
          display: block;
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          margin: 20px 0;
          list-style: none; }
          .header__menu > li > div > ul > li a {
            display: block;
            white-space: nowrap;
            font-size: 16px;
            color: #19a5f0;
            line-height: 44px;
            padding: 0 40px;
            font-family: 'SlateStd-Medium';
            font-weight: 500; }
          .header__menu > li > div > ul > li:hover a {
            background: #f7f7f7; }
  .header .login-nav {
    display: inline-block;
    position: relative; }
    .header .login-nav ul {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10;
      top: calc(100% + 20px);
      background: #ffffff;
      border-radius: 3px;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      text-align: left; }
      .header .login-nav ul.login--open {
        opacity: 1;
        max-height: 500px;
        padding: 20px 0;
        visibility: visible; }
      .header .login-nav ul:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ffffff; }
      .header .login-nav ul li {
        list-style: none;
        transition: all .2s; }
        .header .login-nav ul li a {
          display: block;
          font-size: 16px;
          line-height: 44px;
          color: #19a5f0;
          white-space: nowrap;
          font-family: 'SlateStd-Medium';
          font-weight: 500;
          padding: 0 18px;
          margin: 0; }
        .header .login-nav ul li:hover {
          background: #f7f7f7; }
          .header .login-nav ul li:hover a {
            opacity: 1; }
@media (max-width: 1279px) {
  .header .header__menu > li > a {
    margin: 0 10px; }
  .header .container-fluid {
    padding: 0 20px; } }
@media (min-width: 1024px) {
  .content {
    padding-top: 130px; }
  .header--min {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px); }
    .header--min .header__logo {
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px); }
      .header--min .header__logo svg {
        width: 110px;
        height: 40px; }
    .header--min .header__phone--bot {
      visibility: visible;
      opacity: 1;
      transition-delay: 0.2s; }
    .header--min .header__menu {
      -webkit-transform: translateX(-130px);
      -ms-transform: translateX(-130px);
      transform: translateX(-130px); }
      .header--min .header__menu > li > a {
        margin: 0 10px; } }
@media (max-width: 1070px) {
  .header--min .header__menu > li > a {
    margin: 0 7px;
    font-size: 19px; } }
@media (min-width: 1280px) {
  .content {
    padding-top: 130px; }
  .header--min {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px); }
    .header--min .header__logo {
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px); }
      .header--min .header__logo svg {
        width: 115px;
        height: 42px; }
    .header--min .header__phone--bot {
      visibility: visible;
      opacity: 1;
      transition-delay: 0.2s; }
    .header--min .header__menu {
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px); }
      .header--min .header__menu > li > a {
        margin: 0 10px; } }
@media (max-width: 1023px) {
  .content {
    padding-top: 77px; }
  .header {
    transition: all .4s; }
    .header__logo {
      padding: 8px 0 15px; }
      .header__logo svg {
        width: 120px;
        height: 44px; }
    .header__nav--bot {
      padding: 15px 0; }
      .header__nav--bot .button {
        display: inline-block;
        height: 44px;
        line-height: 44px; }
    .header__phone--bot {
      opacity: 1;
      visibility: visible;
      position: static; }
    .header .nav-trigger {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 74px;
      height: 74px;
      vertical-align: middle;
      margin: -24px -20px -20px -2px; }
      .header .nav-trigger span, .header .nav-trigger:before, .header .nav-trigger:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        width: 25px;
        background: #ffffff;
        display: block;
        content: '';
        transition: all .4s ease-in-out; }
      .header .nav-trigger:before {
        top: 26px;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; }
      .header .nav-trigger:after {
        bottom: 26px;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%; }
      .header .nav-trigger span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .header .nav-trigger--active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 28px;
        left: 40%; }
      .header .nav-trigger--active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 28px;
        left: 40%; }
      .header .nav-trigger--active span {
        background: transparent; }
  body.open {
    overflow: hidden;
    position: fixed; }
  .content {
    position: relative;
    top: 0;
    transition: all .4s; }
    .content--open {
      -webkit-transform: translate3d(calc(-100% + 258px), 0, 0);
      transform: translate3d(calc(-100% + 258px), 0, 0); }
  .header--open {
    -webkit-transform: translate3d(calc(-100% + 258px), 0, 0);
    transform: translate3d(calc(-100% + 258px), 0, 0); }
  .nav {
    position: fixed;
    z-index: -1;
    left: 258px;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #004277;
    transition: all .4s;
    display: none; }
    .nav--show {
      display: block;
      z-index: 10; }
    .nav__wrap {
      min-height: 100vh;
      /* height: 100vh; */
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .nav__flexbox {
      background: #005599;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .nav__search {
      display: block;
      position: relative;
      border-bottom: 1px solid #004277;
      background: #005599; }
      .nav__search input {
        height: 160px;
        width: 100%;
        font-size: 38px;
        line-height: 40px;
        background: transparent;
        padding: 60px 110px 60px 66px;
        color: rgba(255, 255, 255, 0.32);
        font-family: 'SlateStd-Light';
        font-weight: 300; }
        .nav__search input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.32); }
        .nav__search input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.32); }
        .nav__search input:-moz-placeholder {
          color: rgba(255, 255, 255, 0.32); }
        .nav__search input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.32); }
        .nav__search input:focus {
          color: #ffffff; }
          .nav__search input:focus + button svg {
            fill: #ffffff; }
      .nav__search button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: none;
        right: 40px; }
        .nav__search button svg {
          width: 28px;
          height: 28px;
          fill: #4281b3;
          transition: all .2s; }
    .nav__menu {
      background: #005599; }
      .nav__menu > li {
        border-bottom: 1px solid #004277;
        position: relative;
        display: block; }
        .nav__menu > li:hover {
          background: #004277; }
        .nav__menu > li > a, .nav__menu > li > span {
          display: block;
          line-height: 100px;
          padding: 0 60px;
          font-size: 28px;
          color: #ffffff;
          cursor: pointer; }
        .nav__menu > li span:after {
          position: absolute;
          right: 60px;
          font-size: 32px;
          content: '+'; }
        .nav__menu > li.open > span {
          background: #004277; }
          .nav__menu > li.open > span:after {
            content: '-'; }
        .nav__menu > li.open > div {
          visibility: visible;
          max-height: 1000px; }
        .nav__menu > li > div {
          visibility: hidden;
          max-height: 0;
          overflow: hidden;
          transition: all .2s;
          background: #ffffff;
          z-index: 10;
          text-transform: uppercase; }
          .nav__menu > li > div > ul {
            display: block;
            margin: 20px 0; }
            .nav__menu > li > div > ul > li:hover {
              background: #f7f7f7; }
            .nav__menu > li > div > ul > li > a {
              display: block;
              padding: 0 80px;
              color: #004277;
              line-height: 56px;
              font-size: 24px;
              font-family: 'SlateStd-Medium';
              font-weight: 500; }
    .nav__pad {
      background: #004277;
      padding: 40px 60px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .nav__pad .help {
        margin-bottom: 30px;
        list-style: none; }
        .nav__pad .help li span, .nav__pad .help li a {
          font-size: 26px;
          line-height: 40px; }
        .nav__pad .help li span {
          color: rgba(255, 255, 255, 0.6); }
        .nav__pad .help li a {
          color: #19a5f0; }
      .nav__pad .button {
        max-width: 570px;
        width: 100%;
        font-size: 28px;
        height: 86px;
        line-height: 86px;
        border-radius: 7px; }
    .nav__actions {
      display: block;
      max-width: 570px;
      text-align: center;
      margin-top: 40px; }
      .nav__actions li {
        display: inline-block; }
        .nav__actions li a {
          display: block;
          color: rgba(255, 255, 255, 0.6);
          padding: 0 18px;
          font-size: 26px;
          line-height: 40px; }
          .nav__actions li a.active {
            color: #ffffff; }
    .nav .login-nav {
      background: #005599; }
      .nav .login-nav ul {
        text-align: left;
        transition: all .2s;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden; }
        .nav .login-nav ul.login--open {
          opacity: 1;
          max-height: 800px;
          padding: 30px 0;
          visibility: visible; }
        .nav .login-nav ul li {
          list-style: none;
          transition: all .2s; }
          .nav .login-nav ul li a {
            display: block;
            font-size: 28px;
            line-height: 75px;
            color: #ffffff;
            white-space: nowrap;
            font-family: 'SlateStd-regular';
            font-weight: 400;
            padding: 0 60px; }
          .nav .login-nav ul li:hover {
            background: #004277; }
            .nav .login-nav ul li:hover a {
              opacity: 1; } }
@media (max-width: 767px) {
  .content {
    padding-top: 65px; }
  .header .container-fluid {
    padding: 0 20px; }
  .header__logo {
    width: 75px;
    padding: 14px 0 15px 0; }
    .header__logo svg {
      width: 71px;
      height: 27px; }
  .header__navblock {
    margin-left: 80px; }
  .header__nav--bot {
    padding: 15px 0; }
    .header__nav--bot .button {
      min-width: 110px;
      padding: 0;
      line-height: 35px;
      height: 35px; }
  .header__phone--bot {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 5px 0 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    width: 35px;
    height: 35px; }
    .header__phone--bot svg {
      position: absolute;
      top: 0;
      left: 5px;
      -webkit-transform: rotate(155deg);
      -ms-transform: rotate(155deg);
      transform: rotate(155deg);
      -moz-transform: rotate(80deg);
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%;
      width: 25px;
      height: 38px;
      fill: #ffffff; }
  .header .nav-trigger {
    width: 62px;
    height: 65px;
    margin: -35px -17px -30px 0; }
    .header .nav-trigger span, .header .nav-trigger:before, .header .nav-trigger:after {
      width: 20px; }
    .header .nav-trigger:before {
      top: 23px; }
    .header .nav-trigger:after {
      bottom: 22px; }
    .header .nav-trigger--active:before {
      width: 25px;
      left: 47%; }
    .header .nav-trigger--active:after {
      width: 25px;
      left: 47%; }
  .content--open {
    -webkit-transform: translate3d(calc(-100% + 56px), 0, 0);
    transform: translate3d(calc(-100% + 56px), 0, 0); }
  .header--open {
    -webkit-transform: translate3d(calc(-100% + 56px), 0, 0);
    transform: translate3d(calc(-100% + 56px), 0, 0); }
  .nav {
    left: 56px; }
    .nav__search input {
      display: block;
      height: 80px;
      font-size: 18px;
      line-height: 24px;
      padding: 30px 60px 30px 30px; }
    .nav__search button {
      right: 30px; }
      .nav__search button svg {
        width: 18px;
        height: 18px; }
    .nav__menu > li > a, .nav__menu > li > span {
      line-height: 50px;
      padding: 0 30px;
      font-size: 16px; }
    .nav__menu > li span:after {
      right: 30px;
      font-size: 22px; }
    .nav__menu > li > div > ul > li > a {
      padding: 0 40px;
      line-height: 36px;
      font-size: 14px;
      font-family: 'SlateStd-Medium';
      font-weight: 500; }
    .nav__pad {
      padding: 20px 30px 35px; }
      .nav__pad .help {
        margin-bottom: 20px; }
        .nav__pad .help li span, .nav__pad .help li a {
          font-size: 15px;
          line-height: 32px; }
      .nav__pad .button {
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        border-radius: 3px; }
    .nav__actions {
      margin-top: 20px; }
      .nav__actions li a {
        padding: 0 12px;
        font-size: 12px;
        line-height: 32px; }
    .nav .login-nav ul.login--open {
      padding: 10px 0 70px; }
    .nav .login-nav ul li a {
      font-size: 16px;
      line-height: 44px;
      padding: 0 25px; } }
/*!
Footer component styles
*/
.footer {
  background: #0073cf;
  height: 275px;
  padding-top: 50px;
  color: #ffffff;
  pointer-events: auto; }
  .footer__pad {
    padding: 0 30px; }
  .footer__logo {
    display: block;
    margin-bottom: 10px; }
    .footer__logo svg {
      width: 85px;
      height: 33px; }
  .footer .subscribe-blc {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
    .footer .subscribe-blc .footer__pad {
      padding: 0 0 0 30px; }
  .footer span {
    font-size: 14px;
    line-height: 30px;
    opacity: 0.7; }
  .footer h6 {
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    font-weight: 500; }
  .footer p {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7; }
  .footer__link {
    display: inline-block;
    color: #ffffff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase; }
    .footer__link:hover {
      color: #ffffff;
      opacity: 0.7; }
  .footer ul li {
    list-style: none;
    font-size: 14px;
    line-height: 20px; }
    .footer ul li a {
      color: #ffffff; }
      .footer ul li a:hover {
        opacity: 0.7; }
  .footer__social {
    margin-top: 20px;
    display: inline-block; }
    .footer__social .social__link:hover {
      opacity: .7 !important; }
      .footer__social .social__link:hover svg {
        fill: #ffffff !important; }
  .footer__subscribe, .search {
    position: relative;
    width: 275px; }
    .footer__subscribe input, .search input {
      background: rgba(255, 255, 255, 0.16);
      border-radius: 3px;
      width: 100%;
      height: 40px;
      font-size: 16px;
      line-height: 20px;
      padding: 10px 120px 10px 20px; }
      .footer__subscribe input::-webkit-input-placeholder, .search input::-webkit-input-placeholder {
        color: #ffffff; }
      .footer__subscribe input::-moz-placeholder, .search input::-moz-placeholder {
        color: #ffffff; }
      .footer__subscribe input:-moz-placeholder, .search input:-moz-placeholder {
        color: #ffffff; }
      .footer__subscribe input:-ms-input-placeholder, .search input:-ms-input-placeholder {
        color: #ffffff; }
      .footer__subscribe input:focus, .search input:focus {
        background: rgba(0, 0, 0, 0.16); }
    .footer__subscribe button, .search button {
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 3px 3px 0;
      background: #ffffff;
      width: 110px;
      height: 40px;
      line-height: 36px;
      font-size: 16px;
      color: #19a5f0;
      font-family: 'SlateStd-Medium';
      font-weight: 500; }
      .footer__subscribe button:active, .search button:active, .footer__subscribe button:focus, .search button:focus, .footer__subscribe button:hover, .search button:hover {
        background: #014983;
        color: #ffffff; }
    .footer__subscribe label.error, .search label.error {
      padding-top: 5px;
      font-size: 14px; }
.lg-show {
  display: none; }
@media (max-width: 1279px) {
  .lg-hide {
    display: none; }
  .lg-show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer {
    height: 400px; }
    .footer .container-fluid {
      padding: 0 45px; }
    .footer__subscribe, .search {
      width: 295px;
      display: inline-block;
      margin-left: 10px; }
      .footer__subscribe--text {
        float: left;
        padding-top: 5px; }
    .footer__line {
      width: calc(100% - 60px);
      height: 1px;
      margin: 40px auto 30px auto;
      background: #228ade; } }
@media (max-width: 1023px) {
  .lg-hide {
    display: block; }
  .lg-show {
    display: none; }
  .footer {
    height: 700px;
    text-align: center; }
    .footer .container-fluid {
      padding: 0; }
    .footer .row {
      max-width: 400px;
      margin: 0 auto; }
    .footer .subscribe-blc {
      -webkit-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
      max-width: inherit; }
      .footer .subscribe-blc .footer__pad {
        padding: 0; }
    .footer .fl {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .footer .fr {
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; }
    .footer .fc {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .footer__pad {
      padding: 0; }
    .footer__logo svg {
      width: 136px;
      height: 55px; }
    .footer span {
      display: inline-block;
      font-size: 18px;
      margin-bottom: 10px; }
    .footer h6 {
      font-size: 18px;
      line-height: 32px;
      white-space: nowrap; }
    .footer ul li {
      font-size: 18px;
      line-height: 28px;
      opacity: 0.7; }
    .footer__social {
      margin-top: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .footer__subscribe, .search {
      width: 100%;
      margin-bottom: 40px;
      margin-left: 0px; }
      .footer__subscribe input, .search input {
        height: 50px;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 140px 10px 20px; }
      .footer__subscribe button, .search button {
        width: 120px;
        height: 50px;
        line-height: 48px; } }
@media (max-width: 767px) {
  .footer {
    height: 700px;
    padding-top: 30px; }
    .footer .row {
      max-width: 280px; }
    .footer__logo svg {
      width: 115px;
      height: 44px; }
    .footer span {
      font-size: 15px; }
    .footer h6 {
      margin-top: 30px;
      font-size: 16px;
      line-height: 24px; }
    .footer ul li {
      font-size: 15px;
      line-height: 24px; }
    .footer__social {
      margin-top: 30px; }
    .footer__subscribe, .search {
      margin-bottom: 0; }
      .footer__subscribe input, .search input {
        height: 38px;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 110px 10px 20px; }
      .footer__subscribe button, .search button {
        width: 100px;
        height: 38px;
        font-size: 13px;
        line-height: 35px; } }
/*!
Select component styles
*/
.select {
  background: #0067ba;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  position: relative;
  z-index: 6; }
  .select .container-fluid {
    padding: 0 30px;
    overflow: visible; }
  .select .item {
    display: inline-block; }
    .select .item > span {
      font-family: 'SlateStd-Light';
      font-weight: 300;
      color: #ffffff;
      font-size: 18px;
      vertical-align: middle; }
  .select--open {
    height: auto;
    overflow: visible;
    opacity: 1;
    padding: 8px 0; }
/*!
Aside component styles
*/
.aside .pad {
  background: #f7f7f7;
  padding: 0 0.375rem;
  background-clip: content-box; }
  .aside .pad .box {
    padding: 40px 48px;
    display: inline-block;
    width: 100%; }
    @media (max-width: 1023px) {
      .aside .pad .box {
        padding: 25px; } }
  @media (max-width: 767px) {
    .aside .pad--1 {
      display: none; } }
  @media (max-width: 767px) {
    .aside .pad--4, .aside .pad--5 {
      text-align: left; } }
  @media (max-width: 767px) {
    .aside .pad--0 .title.h3 {
      float: left;
      margin-bottom: 0;
      margin-top: 5px; }
    .aside .pad--0 .bootstrap-select {
      width: calc(100% - 90px) !important;
      float: right; } }
.aside .title.h3 {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .aside .title.h3 {
      margin-bottom: 20px; } }
.aside .mar-top {
  margin-top: 20px; }
.aside .insights li {
  display: block;
  margin-bottom: 20px; }
  .aside .insights li:last-child {
    margin-bottom: 0; }
.aside .insights span {
  display: block;
  font-size: 16px;
  color: #878787; }
  @media (max-width: 767px) {
    .aside .insights span {
      font-size: 14px; } }
.aside .insights .link {
  line-height: 1.1; }
  @media (max-width: 767px) {
    .aside .insights .link {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; } }
.aside .categories {
  list-style: none; }
  .aside .categories li {
    margin-bottom: 20px; }
    .aside .categories li:last-child {
      margin-bottom: 0; }
@media (max-width: 1023px) {
  .aside .bootstrap-select {
    width: 100% !important; }
    .aside .bootstrap-select .dropdown-toggle {
      height: 54px;
      line-height: 54px;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.17); }
    .aside .bootstrap-select.open .dropdown-menu:before {
      height: calc(100% + 54px); } }
@media (max-width: 767px) {
  .aside .bootstrap-select {
    max-width: 370px; }
    .aside .bootstrap-select .dropdown-toggle {
      height: 38px;
      line-height: 38px; }
    .aside .bootstrap-select.open .dropdown-menu:before {
      height: calc(100% + 38px); } }
.aside .form-inline.searching {
  width: 100%;
  margin-top: 0; }
  .aside .form-inline.searching .button {
    min-width: 54px;
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .aside .form-inline.searching .button svg {
      width: 24px;
      height: 24px;
      fill: #ffffff; }
  .aside .form-inline.searching .form-control {
    padding-right: 74px; }
.aside span.upcoming {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-family: 'SlateStd-Medium';
  font-weight: 500; }
  @media (max-width: 1023px) {
    .aside span.upcoming {
      font-size: 20px;
      line-height: 24px; }
      .aside span.upcoming br {
        display: none; } }
  @media (max-width: 767px) {
    .aside span.upcoming {
      font-size: 12px;
      line-height: 16px; } }
.aside small {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #878787;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .aside small {
      font-size: 11px; } }
.aside .help {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .aside .help {
      margin-bottom: 10px; } }
  .aside .help li {
    display: block; }
  .aside .help span {
    font-size: 20px;
    color: #878787; }
    @media (max-width: 767px) {
      .aside .help span {
        font-size: 18px; } }
.aside .subscribe {
  background: #f7f7f7;
  text-align: center; }
  @media (max-width: 1023px) {
    .aside .subscribe {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .aside .subscribe {
      padding: 20px 0; } }
  @media (max-width: 1023px) {
    .aside .subscribe span {
      font-size: 20px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .aside .subscribe span {
      display: block;
      font-size: 16px;
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .aside .subscribe .form-inline {
      width: 450px; } }
  @media (max-width: 767px) {
    .aside .subscribe .form-inline {
      max-width: 460px;
      width: calc(100% - 60px); } }
  @media (max-width: 1023px) {
    .aside .subscribe .form-inline .button {
      min-width: 144px;
      line-height: 54px;
      height: 54px; } }
  @media (max-width: 767px) {
    .aside .subscribe .form-inline .button {
      min-width: 110px;
      height: 38px;
      line-height: 38px; } }
  @media (max-width: 1023px) {
    .aside .subscribe .form-inline .form-control {
      padding-right: 164px; } }
  @media (max-width: 767px) {
    .aside .subscribe .form-inline .form-control {
      padding-right: 130px; } }
.aside--opacity {
  padding: 0 50px; }
  @media (max-width: 1279px) {
    .aside--opacity {
      padding: 0 20px; } }
  @media (max-width: 1023px) {
    .aside--opacity {
      text-align: center;
      padding: 0px; } }
  .aside--opacity .row {
    margin: 0; }
    @media (max-width: 1023px) {
      .aside--opacity .row {
        margin-left: -0.375rem;
        margin-right: -0.375rem; } }
  .aside--opacity .section {
    padding: 30px 0; }
    .aside--opacity .section > .title.h5 {
      margin: 0 0 20px 0;
      font-size: 30px;
      line-height: 32px;
      text-transform: none;
      font-family: 'SlateStd-Light';
      font-weight: 300; }
      @media (max-width: 1023px) {
        .aside--opacity .section > .title.h5 {
          font-size: 36px;
          line-height: 46px; } }
      @media (max-width: 767px) {
        .aside--opacity .section > .title.h5 {
          font-size: 22px;
          line-height: 26spx;
          margin-bottom: 10px; } }
    .aside--opacity .section .text {
      margin-bottom: 20px; }
    .aside--opacity .section .list {
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .aside--opacity .section .list {
          margin-top: 20px;
          padding: 0 10px; } }
      .aside--opacity .section .list li {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px; }
        .aside--opacity .section .list li:before {
          display: none; }
        .aside--opacity .section .list li .link {
          display: inline-block; }
      .aside--opacity .section .list--img {
        margin-bottom: 20px; }
        @media (max-width: 1023px) {
          .aside--opacity .section .list--img li {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          .aside--opacity .section .list--img li {
            margin-bottom: 10px; } }
        .aside--opacity .section .list--img li > span {
          display: block;
          padding-left: 70px;
          margin-top: 5px; }
          @media (max-width: 1023px) {
            .aside--opacity .section .list--img li > span {
              padding: 0 35px; } }
        .aside--opacity .section .list--img .img {
          width: 58px;
          height: 58px;
          float: left;
          cursor: auto; }
          @media (max-width: 1023px) {
            .aside--opacity .section .list--img .img {
              display: none; } }
    @media (max-width: 1023px) {
      .aside--opacity .section--3, .aside--opacity .section--5, .aside--opacity .section--6 {
        padding: 0; }
      .aside--opacity .section--2 {
        padding: 60px 0; }
        .aside--opacity .section--2 .text {
          max-width: 550px;
          margin-left: auto;
          margin-right: auto;
          display: block;
          padding: 0 20px; }
      .aside--opacity .section--7 {
        padding: 50px 0 70px; }
        .aside--opacity .section--7 .text {
          max-width: 550px;
          margin-left: auto;
          margin-right: auto;
          display: block;
          padding: 0 20px; } }
    @media (max-width: 767px) {
      .aside--opacity .section--2, .aside--opacity .section--7 {
        padding: 25px 0; }
      .aside--opacity .section--3, .aside--opacity .section--5, .aside--opacity .section--6 {
        padding: 0; } }
/*!
Chat component styles
*/
.chat {
  position: fixed;
  z-index: 500;
  width: 56px;
  height: 56px;
  bottom: 24px;
  right: 26px;
  background: #0073cf;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.36);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .chat svg {
    width: 30px;
    height: 30px;
    fill: #ffffff; }
  .chat:hover {
    background: #ffffff; }
    .chat:hover svg {
      fill: #0073cf; }
/*!
Video component styles
*/
.img {
  position: relative;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-color: #ffffff;
  background-repeat: no-repeat;
  cursor: pointer; }
  .img.contain {
    background-size: contain; }
.tag {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  width: 232px;
  text-align: center;
  font-size: 22px;
  line-height: 70px;
  text-transform: uppercase; }
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  fill: #ffffff;
  opacity: 0.6;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all .2s; }
  .play:hover {
    opacity: 1;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.video {
  height: 52vw;
  max-height: 488px; }
  .video .container-fluid, .video .row, .video .col-md-12 {
    height: 100%; }
  .video--noplay .play {
    display: none; }
  .video--youtube {
    height: auto;
    max-height: inherit; }
    .video--youtube .play {
      display: none; }
  .video--playing .play {
    display: none; }
  .video--playing .tag {
    display: none; }
  .video--preview {
    position: relative; }
    .video--preview .wrapper {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      width: 100%; }
    .video--preview .container-fluid, .video--preview .row, .video--preview .col-md-12 {
      height: 100%; }
    .video--preview .desc {
      width: 50%;
      height: 100%;
      display: table;
      text-align: center;
      float: right; }
      .video--preview .desc .wrap {
        display: table-cell;
        vertical-align: middle; }
      .video--preview .desc .info {
        position: static; }
        .video--preview .desc .info li {
          font-size: 18px; }
          .video--preview .desc .info li:after {
            margin: 0 15px; }
      .video--preview .desc .quote {
        border: none;
        margin: 0;
        padding: 25px 30px 25px;
        color: #ffffff;
        font-size: 26px; }
        .video--preview .desc .quote p:before {
          position: static; }
      .video--preview .desc .button {
        margin-bottom: 30px; }
  .video--simply {
    height: 42vw;
    max-height: 310px; }
.video_list > li {
  display: block; }
  .video_list > li:last-child {
    margin-bottom: 0; }
.video_list .img {
  width: 140px;
  height: 80px;
  float: left;
  display: block; }
.video_list .info {
  position: static;
  text-align: left;
  margin-left: 155px;
  font-family: 'SlateStd-regular';
  font-weight: 400; }
@media (max-width: 1023px) {
  .video--simply {
    height: 52vw;
    max-height: 100%; }
  .video--preview {
    height: auto;
    max-height: 100%; }
    .video--preview .wrapper {
      position: static;
      background: #f7f7f7;
      padding: 60px;
      color: #585858;
      overflow: auto; }
    .video--preview .img {
      height: 52vw;
      max-height: 610px; }
    .video--preview .desc {
      width: 100%; }
      .video--preview .desc .info li {
        font-size: 32px;
        color: #585858; }
        .video--preview .desc .info li:after {
          margin: 0 25px; }
      .video--preview .desc .quote {
        padding: 20px;
        color: #585858; }
  .video_list .img {
    width: 100%;
    height: 52vw;
    cursor: pointer;
    float: none; }
    .video_list .img .info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      text-align: center;
      margin: 0 25px; }
  .video_list--mobile {
    padding-top: 20px;
    margin: -20px -48px -24px -48px; } }
@media (max-width: 767px) {
  .play {
    width: 60px;
    height: 60px; }
  .tag {
    width: 110px;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase; }
  .video--preview .wrapper {
    padding: 30px; }
  .video--preview .desc .info li {
    font-size: 16px; }
    .video--preview .desc .info li:after {
      margin: 0 10px; }
  .video--preview .desc .quote {
    font-size: 16px;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  .video_list .img {
    height: 57vw; }
  .video_list > li {
    margin-bottom: 12px; }
  .video_list .img .info {
    bottom: 15px; }
  .video_list--mobile {
    padding-top: 0;
    margin: 0 -25px -25px; } }
/*!
Blog Post component styles
*/
.blog-post-main-blc .breadcrumbs {
  border-bottom: none; }
.blog-post-main-blc a:not(.button):hover {
  opacity: .7; }
.media__custom {
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .media__custom {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .media__custom {
      margin-top: 0px;
      padding-bottom: 0; } }
  .media__custom .media-left {
    margin-right: 40px; }
    @media (max-width: 1023px) {
      .media__custom .media-left {
        margin-right: 0px;
        margin-top: 35px; } }
    @media (max-width: 767px) {
      .media__custom .media-left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .media__custom .media-left .media-object {
      margin: 0 auto; }
      @media (max-width: 1023px) {
        .media__custom .media-left .media-object {
          width: 85px;
          margin: 0 15px 0 0;
          float: left; } }
      @media (max-width: 767px) {
        .media__custom .media-left .media-object {
          display: none; } }
    .media__custom .media-left .name_user {
      margin-top: 25px;
      font-size: 20px;
      color: #19a5f0;
      text-align: center; }
      @media (max-width: 1023px) {
        .media__custom .media-left .name_user {
          text-align: left;
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .media__custom .media-left .name_user {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin: 0;
          line-height: 1;
          font-size: 14px; } }
    @media (max-width: 767px) {
      .media__custom .media-left .date {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 14px;
        margin: 0 6px 0 0;
        padding: 0 6px 0 0;
        border-right: 1px solid #bebebe;
        line-height: 1; } }
  @media (max-width: 1023px) {
    .media__custom .media-body {
      margin-top: -65px; } }
  @media (max-width: 767px) {
    .media__custom .media-body {
      margin-top: -16px; } }
  .media__custom .media-body .media-heading {
    font-size: 2.2rem;
    line-height: 42px;
    font-family: SlateStd-Light;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .media__custom .media-body .media-heading {
        font-size: 22px;
        line-height: 1.2;
        text-align: left; } }
  .media__custom .media-body .text {
    margin: 20px 0; }
    @media (max-width: 767px) {
      .media__custom .media-body .text {
        text-align: left; } }
  .media__custom .social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px; }
    @media (max-width: 1023px) {
      .media__custom .social {
        display: block;
        padding: 0px 0 70px 0; } }
    @media (max-width: 767px) {
      .media__custom .social {
        padding: 0 0 0px; } }
    .media__custom .social__date {
      color: #bebebe; }
      @media (max-width: 1023px) {
        .media__custom .social__date {
          display: none; } }
    @media (max-width: 1023px) {
      .media__custom .social__links {
        float: right; } }
    .media__custom .social__links svg {
      fill: #bebebe; }
      @media (max-width: 767px) {
        .media__custom .social__links svg {
          width: 15px;
          height: 15px; } }
@media (max-width: 1023px) {
  .wrapper-post-blc {
    padding: 0; } }
@media (max-width: 1023px) {
  .wrapper-post-blc .social__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .wrapper-post-blc .social__links .social__link {
      width: 28px;
      height: 28px;
      margin: 0 7px; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .wrapper-post-blc .social__links .social__link {
        width: 15px;
        height: 15px; }
        .wrapper-post-blc .social__links .social__link:last-child {
          width: 20px;
          height: 17px; }
          .wrapper-post-blc .social__links .social__link:last-child svg {
            width: 20px;
            height: 20px; } }
.wrapper-post-blc .banner {
  height: 250px;
  background: url("../img/content/banner-post-page.jpg");
  background-position: center 25%; }
.wrapper-post-blc .blc-items {
  float: right;
  background: #f7f7f7;
  box-sizing: border-box;
  padding-top: 35px;
  padding-left: 35px;
  font-family: 'SlateStd-Light';
  font-weight: 300; }
  @media (max-width: 1023px) {
    .wrapper-post-blc .blc-items {
      margin: 0.75rem 0px;
      padding: 30px 30px 30px 60px;
      float: none;
      width: 100%; } }
  @media (max-width: 767px) {
    .wrapper-post-blc .blc-items {
      padding: 30px; } }
  .wrapper-post-blc .blc-items-1, .wrapper-post-blc .blc-items-2, .wrapper-post-blc .blc-items-3 {
    width: 635px; }
    @media (max-width: 1023px) {
      .wrapper-post-blc .blc-items-1, .wrapper-post-blc .blc-items-2, .wrapper-post-blc .blc-items-3 {
        width: inherit; } }
    @media (max-width: 767px) {
      .wrapper-post-blc .blc-items-1 h4, .wrapper-post-blc .blc-items-2 h4, .wrapper-post-blc .blc-items-3 h4 {
        text-align: center; } }
  .wrapper-post-blc .blc-items-1 {
    background: #f7f7f7;
    float: right; }
    .wrapper-post-blc .blc-items-1 .title.h3 {
      margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .wrapper-post-blc .blc-items-1 {
        float: none; } }
    @media (max-width: 767px) {
      .wrapper-post-blc .blc-items-1 {
        background: transparent; } }
  @media (max-width: 767px) {
    .wrapper-post-blc .blc-items-1 h4, .wrapper-post-blc .blc-items-2 h4 {
      font-size: 16px;
      margin-bottom: 1rem; } }
  .wrapper-post-blc .blc-items-2 .form-inline {
    width: 100%;
    margin-top: 15px; }
    .wrapper-post-blc .blc-items-2 .form-inline .button {
      min-width: 130px; }
    .wrapper-post-blc .blc-items-2 .form-inline .form-control {
      padding-right: 150px; }
    @media (max-width: 1023px) {
      .wrapper-post-blc .blc-items-2 .form-inline {
        margin-top: 0px; }
        .wrapper-post-blc .blc-items-2 .form-inline .button {
          min-width: 148px; }
        .wrapper-post-blc .blc-items-2 .form-inline .form-control {
          padding-right: 168px; } }
    @media (max-width: 767px) {
      .wrapper-post-blc .blc-items-2 .form-inline .button {
        min-width: 110px; }
      .wrapper-post-blc .blc-items-2 .form-inline .form-control {
        padding-right: 130px; } }
  @media (max-width: 1023px) {
    .wrapper-post-blc .blc-items-2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .wrapper-post-blc .blc-items-2 .h3 {
        min-width: 270px;
        margin: 0 15px 0 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .wrapper-post-blc .blc-items-2 .subscribe {
        margin: 0; } }
  @media (max-width: 767px) {
    .wrapper-post-blc .blc-items-2 {
      display: block; }
      .wrapper-post-blc .blc-items-2 .h3 {
        min-width: inherit;
        display: block;
        margin-bottom: 14px; } }
  .wrapper-post-blc .blc-items-3 {
    font-size: 22px;
    font-weight: 600; }
    .wrapper-post-blc .blc-items-3 a {
      color: #19a5f0; }
    @media (max-width: 767px) {
      .wrapper-post-blc .blc-items-3 {
        font-size: 16px; } }
@media (max-width: 1023px) {
  .post_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.post_inner .help {
  margin: 30px 0; }
@media (max-width: 1023px) {
  .post_inner .right-blc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; } }
.post_inner .right-blc .blc-items {
  width: 100%;
  padding-left: 35px;
  padding-top: 35px;
  background: #f7f7f7;
  box-sizing: border-box;
  font-family: 'SlateStd-Light';
  font-weight: 300; }
  @media (max-width: 767px) {
    .post_inner .right-blc .blc-items h4 {
      font-size: 16px;
      margin-bottom: 1rem; } }
  .post_inner .right-blc .blc-items-4 .aside .title.h3 {
    margin-bottom: 20px; }
  .post_inner .right-blc .blc-items-4 .form-inline {
    width: 100%; }
    .post_inner .right-blc .blc-items-4 .form-inline .button {
      min-width: 54px;
      margin-top: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1023px) {
        .post_inner .right-blc .blc-items-4 .form-inline .button {
          height: 44px; } }
      .post_inner .right-blc .blc-items-4 .form-inline .button svg {
        width: 24px;
        height: 24px;
        fill: #ffffff; }
    .post_inner .right-blc .blc-items-4 .form-inline .form-control {
      padding-right: 74px; }
      @media (max-width: 1023px) {
        .post_inner .right-blc .blc-items-4 .form-inline .form-control {
          height: 44px; } }
  @media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-4 {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .post_inner .right-blc .blc-items-4 {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      max-width: 100%; }
      .post_inner .right-blc .blc-items-4 .title.h3 {
        font-size: 22px; } }
  @media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-5 {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 48%;
      max-width: 48%;
      margin: 0 15px 0.75rem 0;
      float: left; }
      .post_inner .right-blc .blc-items-5 .dropdown-toggle {
        margin-top: 0px; } }
  @media (max-width: 767px) {
    .post_inner .right-blc .blc-items-5 {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      max-width: 100%;
      margin: 0 0px 0.75rem 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .post_inner .right-blc .blc-items-5 .title.h3 {
        min-width: 100px;
        margin: 0 10px 0 0;
        line-height: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px; }
      .post_inner .right-blc .blc-items-5 .bootstrap-select {
        width: 100%; }
      .post_inner .right-blc .blc-items-5 .dropdown-toggle {
        margin-top: 0px; } }
  .post_inner .right-blc .blc-items-6 {
    text-align: left; }
    @media (max-width: 1023px) {
      .post_inner .right-blc .blc-items-6 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%; } }
    .post_inner .right-blc .blc-items-6 .big-text {
      margin-top: 35px;
      font-family: 'SlateStd-Medium';
      font-weight: 500; }
      @media (max-width: 1023px) {
        .post_inner .right-blc .blc-items-6 .big-text br {
          display: none; } }
      @media (max-width: 767px) {
        .post_inner .right-blc .blc-items-6 .big-text {
          font-size: 12px;
          margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .post_inner .right-blc .blc-items-6 .title.h3 {
        font-size: 22px; } }
    .post_inner .right-blc .blc-items-6 .small-text {
      font-size: 14px;
      margin-top: 1rem;
      color: #afafaf;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .post_inner .right-blc .blc-items-6 .small-text {
          margin-top: 13px; } }
      @media (max-width: 767px) {
        .post_inner .right-blc .blc-items-6 .small-text {
          font-size: 12px; } }
    .post_inner .right-blc .blc-items-6 .text-links {
      color: #19a5f0;
      font-size: 22px;
      display: block;
      margin: 20px 0; }
      @media (max-width: 1023px) {
        .post_inner .right-blc .blc-items-6 .text-links {
          margin: 0 0 20px 0; } }
      @media (max-width: 767px) {
        .post_inner .right-blc .blc-items-6 .text-links {
          font-size: 17px; } }
      @media (max-width: 767px) {
        .post_inner .right-blc .blc-items-6 .text-links {
          text-align: left; }
          .post_inner .right-blc .blc-items-6 .text-links .big-text {
            font-size: 12px; } }
  @media (max-width: 767px) {
    .post_inner .right-blc .blc-items-7 .title.h3 {
      font-size: 22px; } }
  @media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-7 {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4;
      width: 100%; } }
  @media (max-width: 767px) {
    .post_inner .right-blc .blc-items-7 {
      text-align: left; } }
@media (max-width: 1023px) {
  .post_inner .right-blc .list-custom {
    display: none; } }
.post_inner .right-blc .list-custom li {
  margin: 15px 0; }
  .post_inner .right-blc .list-custom li a {
    font-family: SlateStd-Medium;
    font-size: 16px;
    color: #19a5f0; }
@media (max-width: 1023px) {
  .post_inner .wrapper-post-blc {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .post_inner .right-blc {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .post_inner .bottom-posts {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
.search {
  background: white;
  margin-top: 15px;
  width: 100%; }
  @media (max-width: 1023px) {
    .search {
      margin-bottom: 0; } }
  .search input {
    font-size: 18px;
    /* Firefox 19+ */
    /* Firefox 18- */
    box-shadow: 0px 0px 5px rgba(216, 216, 216, 0.5); }
    .search input::-webkit-input-placeholder {
      color: #8e8e8e; }
    .search input::-moz-placeholder {
      color: #8e8e8e; }
    .search input:-moz-placeholder {
      color: #8e8e8e; }
    .search input:-ms-input-placeholder {
      color: #8e8e8e; }
    .search input:focus {
      background: white;
      /* Firefox 19+ */
      /* Firefox 18- */ }
      .search input:focus::-webkit-input-placeholder {
        color: transparent; }
      .search input:focus::-moz-placeholder {
        color: transparent; }
      .search input:focus:-moz-placeholder {
        color: transparent; }
      .search input:focus:-ms-input-placeholder {
        color: transparent; }
    @media (max-width: 1023px) {
      .search input {
        height: 40px; } }
  .search button {
    background: #f47b2b;
    color: #fff;
    width: 50px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #19a5f0; }
    .search button:hover {
      background: #f47b2b; }
    .search button svg {
      width: 25px;
      height: 25px;
      fill: #fff; }
.btn-register {
  background: #19a5f0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'SlateStd-Medium';
  font-weight: 500;
  border-color: #19a5f0; }
  .btn-register:hover {
    background: #f47b2b;
    border-color: #f47b2b; }
@media (max-width: 1023px) {
  .list-with-number {
    padding-top: 10px; } }
.list-with-number li {
  color: #888888;
  font-weight: 600; }
  @media (max-width: 1023px) {
    .list-with-number li {
      display: inline-block;
      margin: 0 15px 0 0; } }
  @media (max-width: 767px) {
    .list-with-number li {
      font-size: 18px; } }
  .list-with-number li a {
    font-size: 18px;
    color: #19a5f0; }
.date {
  display: inline-block;
  vertical-align: middle;
  color: #bebebe; }
.bottom-posts .h2 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 1023px) {
    .bottom-posts .h2 {
      text-align: left;
      padding-left: 55px; } }
  @media (max-width: 767px) {
    .bottom-posts .h2 {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center;
      padding-left: 0px; } }
.bottom-posts .related__item {
  position: relative;
  background: #f7f7f7;
  background-clip: content-box; }
  .bottom-posts .related__item .img {
    height: 235px; }
  @media (max-width: 1023px) {
    .bottom-posts .related__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: transparent;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 1023px) {
    .bottom-posts .related__item .img-min-post {
      min-width: 250px;
      float: left;
      height: 280px; } }
  @media (max-width: 767px) {
    .bottom-posts .related__item .img-min-post {
      min-width: 90px;
      float: left;
      height: 90px; } }
  .bottom-posts .related__item .description {
    padding: 40px; }
    @media (max-width: 1023px) {
      .bottom-posts .related__item .description {
        text-align: left; } }
    @media (max-width: 767px) {
      .bottom-posts .related__item .description {
        padding: 0px 15px; } }
    .bottom-posts .related__item .description .link {
      display: block;
      margin-top: 25px; }
      @media (max-width: 767px) {
        .bottom-posts .related__item .description .link {
          margin-top: 1rem;
          font-size: 17px; } }
    @media (max-width: 767px) {
      .bottom-posts .related__item .description .date {
        font-size: 1.5rem; } }
    .bottom-posts .related__item .description .text {
      display: none; }
      @media (max-width: 1023px) {
        .bottom-posts .related__item .description .text {
          display: block; } }
      @media (max-width: 767px) {
        .bottom-posts .related__item .description .text {
          display: none; } }
    .bottom-posts .related__item .description .types-post {
      font-family: 'SlateStd-Medium';
      font-weight: 500;
      color: #19a5f0;
      border-left: 1px solid #bebebe;
      padding: 0 0 0 1rem;
      margin: 0 0 0 1rem;
      vertical-align: middle;
      display: none;
      line-height: 1; }
      @media (max-width: 1023px) {
        .bottom-posts .related__item .description .types-post {
          display: inline-block; } }
      @media (max-width: 767px) {
        .bottom-posts .related__item .description .types-post {
          font-size: 1.5rem; } }
@media (max-width: 1023px) {
  .min-wid {
    min-width: 100%; } }
@media (max-width: 1023px) {
  .blc-items-1 .bootstrap-select.open .dropdown-menu li .text {
    font-size: 12px; } }
.blc-items-1 h4 {
  margin-bottom: 14px; }
.steps {
  position: relative;
  margin: 40px 0; }
  .steps:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: #e2e2e2;
    height: 4px;
    content: ''; }
  .steps li {
    position: relative;
    list-style: none;
    float: left;
    width: 25%;
    cursor: pointer;
    margin-bottom: 20px; }
    .steps li:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 85px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #e2e2e2;
      transition: all .2s;
      content: '';
      border: 7px solid #ffffff;
      box-sizing: content-box;
      margin-top: -16px; }
    .steps li span {
      display: inline-block;
      font-size: 22px;
      line-height: 28px;
      color: #878787;
      margin-bottom: 60px;
      transition: all .2s; }
    .steps li p {
      display: block;
      margin: 0 auto;
      width: 150px;
      font-size: 16px;
      line-height: 20px;
      color: #878787;
      transition: all .2s;
      opacity: 0;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
    .steps li.step--active:before {
      background: #f47b2b;
      -webkit-transform: scale(1.5) translate(-40%, 0);
      -ms-transform: scale(1.5) translate(-40%, 0);
      transform: scale(1.5) translate(-40%, 0); }
    .steps li.step--active span {
      color: #333333; }
    .steps li.step--active p {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .steps--min {
    margin-top: 140px;
    text-align: center;
    padding: 0 20px; }
    .steps--min:before {
      left: 40px;
      right: 40px;
      top: 65px; }
    .steps--min li {
      margin-bottom: 20px; }
      .steps--min li:before {
        top: 70px;
        border: 7px solid #f7f7f7; }
      .steps--min li span {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 45px; }
      .steps--min li p {
        width: 100%; }
@media (max-width: 1023px) {
  .steps {
    display: inline-block; }
    .steps:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      right: auto;
      top: 0;
      bottom: 0;
      width: 4px;
      height: auto; }
    .steps li {
      position: relative;
      width: 100%;
      height: 250px;
      cursor: pointer;
      margin-bottom: 0; }
      .steps li::before {
        margin-top: 0; }
      .steps li span {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 40px;
        margin-top: 68px; }
      .steps li p {
        width: auto;
        font-size: 24px;
        line-height: 32px;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        width: 50%;
        float: right;
        text-align: left;
        padding: 0 40px;
        margin-top: 72px; }
      .steps li.step--active::before {
        -webkit-transform: scale(1.5) translate(-35%, 0);
        -ms-transform: scale(1.5) translate(-35%, 0);
        transform: scale(1.5) translate(-35%, 0); }
    .steps--min {
      margin-top: 40px;
      text-align: left;
      padding: 0; }
      .steps--min li {
        margin-bottom: 20px; }
        .steps--min li:before {
          border: 7px solid #f7f7f7; } }
@media (max-width: 767px) {
  .steps li {
    height: 150px; }
    .steps li span {
      font-size: 15px;
      line-height: 20px;
      padding-right: 20px;
      margin-top: 42px; }
    .steps li p {
      font-size: 12px;
      line-height: 15px;
      padding: 0 20px;
      margin-top: 45px; }
    .steps li:before {
      width: 8px;
      height: 8px;
      margin-top: -35px; } }
/* START - CTA Banner Wide (Industry Dropdown/Phone Number/Get Started */
.CTA-banner-wide {
	padding: 65px 0;
}
.CTA-banner-wide .center > span {
	font-size: 26px;
	font-family: 'SlateStd-Light';
	font-weight: 300;
	margin: 0 20px;
}
.CTA-banner-wide .center.telephone-blc {
	text-align: left;
}
.CTA-banner-wide .center.telephone-blc span {
	margin: 0 100px 0 0;
}
@media (max-width: 1279px) {
.CTA-banner-wide .center.telephone-blc {
	text-align: center;
}
.CTA-banner-wide .center.telephone-blc span {
	margin: 0;
}
}
.CTA-banner-wide .bootstrap-select.btn-group {
	margin: 0 20px;
}
}
@media (max-width: 1279px) {
.CTA-banner-wide {
	padding: 65px 50px;
}
.CTA-banner-wide .center > span {
	display: block;
	margin: 0;
	margin-bottom: 5px;
}
.CTA-banner-wide .center > span > span {
	display: block;
	margin-top: 10px;
}
.CTA-banner-wide .center .button {
	line-height: 44px;
	height: 44px;
	margin: 0;
}
.CTA-banner-wide .center .bootstrap-select.btn-group {
	margin: 0;
}
}
@media (max-width: 767px) {
.CTA-banner-wide {
	padding: 30px 0;
}
.CTA-banner-wide .center > span > span {
	margin-top: 0px;
}
.CTA-banner-wide .center .button {
	margin-top: 20px;
}
.CTA-banner-wide .center .bootstrap-select.btn-group {
	margin-bottom: 20px;
}
}
/* END - CTA Banner Wide */