/*
Theme Name:     AXYZ
Theme URI:      http://firecask.com/
Description:    AXYZ Child Theme for Peadig
Author:         FireCask
Author URI:     http://firecask.com
Template:       peadig
Version:        1.0
Text Domain: 	axyz
Domain Path: 	/languages
*/
input:focus, input:active,
button:focus,
button:active {
  outline: none; }

@media (max-width: 768px) {
  html #wpadminbar {
    display: none; } }

body {
  background: #f2f2f2;
  /* Dunno, possibly remove, but white looks weird with some of the blocks being white too */
  font-family: "Calibri", "Swiss721", "Verdana", "Arial", "Calibri", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #00467f; }
  body.no-scroll {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Swiss721", "Verdana", "Arial", "Calibri", sans-serif;
  font-weight: 900; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

a {
  color: #00467f; }
  a:active {
    outline: none; }

blockquote {
  border-left: 3px solid #00467f;
  font-size: 14px; }

hr {
  border-top: 1px solid rgba(124, 134, 141, 0.5); }

input:not([type="submit"]),
select {
  border: 1px solid #00467f;
  border-radius: 0;
  box-shadow: none;
  padding: 0 5px; }
  input:not([type="submit"]):focus,
  select:focus {
    box-shadow: none;
    outline: none; }

input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:active:focus,
button[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"]:active:focus {
  outline: none; }

textarea {
  border: 1px solid #00467f;
  border-radius: 0;
  box-shadow: none;
  padding: 5px; }
  textarea:focus {
    box-shadow: none;
    outline: none; }

img.alignleft {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px; }

img.alignright {
  float: right;
  margin-bottom: 5px;
  margin-left: 5px; }

.btn {
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 15px;
  text-transform: uppercase; }
  .btn:active {
    box-shadow: none; }
  .btn.btn-lg {
    font-size: 18px; }
  .btn.btn-sm {
    font-size: 14px;
    font-weight: 400; }
  .btn-primary {
    background: #00467f; }
    .btn-primary:hover, .btn-primary:focus {
      background: #0062b2;
      color: #fff; }
    .btn-primary:active, .btn-primary:focus:active {
      background: #0070cc;
      color: #fff; }
  .btn-danger {
    background: #cf102d;
    color: #fff; }
    .btn-danger:hover, .btn-danger:focus {
      background: #ee2443;
      color: #fff; }
    .btn-danger:active, .btn-danger:focus:active {
      background: #f03c57;
      color: #fff; }
  .btn-default {
    background: #7c868d;
    color: #fff; }
    .btn-default:hover, .btn-default:focus {
      background: #979fa5;
      color: #fff; }
    .btn-default:active, .btn-default:focus:active {
      background: #a5acb1;
      color: #fff; }

.link-with-square {
  display: inline-block;
  font-size: 10px;
  font-family: "Swiss721";
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .link-with-square {
      font-size: 12px; } }
  .link-with-square:before {
    background: #cf102d;
    content: '>';
    color: #fff;
    display: inline-block;
    font-weight: 300;
    margin-right: 10px;
    padding: 2px 4px 3px 3px;
    transform: translateY(-1px);
    vertical-align: middle; }
  .link-with-square:hover {
    background: transparent;
    color: #cf102d;
    text-decoration: none; }
  .link-with-square.red {
    color: #cf102d;
    font-weight: 900; }
    .link-with-square.red:hover {
      color: #00467f; }
      .link-with-square.red:hover:before {
        background: #00467f; }

.modal {
  padding-left: 17px; }
  .modal .modal-dialog {
    margin: 100px auto 0; }
    .modal .modal-dialog .modal-content {
      border: none;
      border-radius: 0; }
  .modal.video-modal .modal-dialog {
    max-width: 700px;
    width: 100%; }
    @media (min-height: 768px) {
      .modal.video-modal .modal-dialog {
        max-width: 900px; } }
    @media (min-height: 900px) {
      .modal.video-modal .modal-dialog {
        max-width: 1100px; } }
  .modal.video-modal .modal-body {
    padding: 0; }
    .modal.video-modal .modal-body .loading {
      margin: 0;
      padding: 20px;
      text-align: center; }

.progress {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  margin: 0; }
  .progress .progress-bar {
    background-color: #cf102d;
    padding: 10px; }
    .progress .progress-bar.active {
      animation: progress-bar-stripes 800ms linear infinite; }

.clearfix {
  clear: both; }

@media (min-width: 1500px) {
  .container {
    width: 1470px; } }

.thumbnail {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.sticky-menu {
  display: none;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out; }
  .sticky-menu.open {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 60; }
  @media (min-width: 768px) {
    .sticky-menu {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 20px;
      width: 50px; }
      .sticky-menu.narrow {
        width: auto; } }
  .sticky-menu li {
    float: left;
    list-style: none;
    margin-bottom: 2px;
    padding: 0 1px;
    width: 50%; }
    @media (min-width: 768px) {
      .sticky-menu li {
        float: none;
        margin-bottom: 5px;
        padding: 0;
        width: 100%;
        float: right;
        clear: right; } }
    .sticky-menu li a {
      background: #7c868d;
      color: #fff;
      display: block;
      font-size: 11px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition-duration: 1s;
      /* Safari */
      transition-duration: 1s; }
      @media (min-width: 768px) {
        .sticky-menu li a {
          text-align: right; } }
      @media (min-width: 992px) {
        .sticky-menu li a {
          font-size: 13px; } }
      .sticky-menu li a .text {
        display: none;
        padding: 0 15px;
        vertical-align: middle; }
        @media (min-width: 768px) {
          .sticky-menu li a .text {
            display: inline-block; } }
      .sticky-menu li a .icon {
        display: inline-block;
        font-size: 22px;
        height: 35px;
        line-height: 1;
        position: relative;
        width: 44px;
        vertical-align: middle; }
        @media (min-width: 992px) {
          .sticky-menu li a .icon {
            font-size: 26px;
            height: 40px; } }
        .sticky-menu li a .icon i,
        .sticky-menu li a .icon img {
          left: 50%;
          padding: 1px;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%); }
      .sticky-menu li a.icon-fa, .sticky-menu li a.icon-image {
        overflow: hidden;
        position: relative; }
        .sticky-menu li a.icon-fa .text, .sticky-menu li a.icon-image .text {
          padding: 0;
          display: inline-block;
          overflow-x: hidden;
          width: 220px;
          white-space: nowrap;
          opacity: 1;
          position: absolute;
          right: 50px;
          top: 50%;
          transform: translateY(-50%); }
      @media (min-width: 768px) {
        .sticky-menu li a:hover {
          background: #979fa5;
          text-decoration: none; } }
  @media (min-width: 768px) {
    .sticky-menu {
      position: fixed;
      top: 35%;
      z-index: 30;
      transform: translateY(-50%); }
      .sticky-menu:hover {
        width: 280px; }
        .sticky-menu:hover li a.icon-fa .text {
          width: 220px; } }

.comparison-filters {
  background: #fff;
  padding: 0 28px 16px; }
  @media (min-width: 992px) {
    .comparison-filters {
      padding: 0 35px 30px; } }
  .comparison-filters .filter {
    margin-bottom: 5px; }
    .comparison-filters .filter:focus {
      outline: none; }
    .comparison-filters .filter:not(.selected) {
      background: #7c868d; }

.gallery {
  overflow: hidden;
  position: relative; }
  .gallery .pika-stage {
    position: relative; }
    @media (min-width: 768px) {
      .gallery .pika-stage {
        float: left;
        width: 72%; } }
    .gallery .pika-stage img {
      height: auto;
      width: 100%; }
    .gallery .pika-stage .pika-imgnav {
      display: none !important; }
    .gallery .pika-stage .pika-textnav {
      font-size: 21px;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .gallery .pika-stage .pika-textnav a {
        border: 2px solid #fff;
        border-radius: 50%;
        height: 48px;
        left: 14px;
        opacity: 0.8;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px; }
        .gallery .pika-stage .pika-textnav a i {
          color: #fff;
          left: 50%;
          line-height: 1;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%); }
        .gallery .pika-stage .pika-textnav a.next {
          left: auto;
          right: 15px; }
        .gallery .pika-stage .pika-textnav a:hover {
          cursor: pointer;
          opacity: 1; }
  .gallery .pika-thumbs {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .gallery .pika-thumbs {
        float: left;
        width: 28%; } }
    .gallery .pika-thumbs li {
      height: 0;
      float: left;
      padding-top: 16.66%;
      position: relative;
      width: 16.66%; }
      @media (min-width: 768px) {
        .gallery .pika-thumbs li {
          padding-top: 47.6%;
          width: 50%; } }
      .gallery .pika-thumbs li .clip {
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0; }
        @media (min-width: 768px) {
          .gallery .pika-thumbs li .clip {
            bottom: 5px;
            left: 5px; } }
        .gallery .pika-thumbs li .clip:hover {
          cursor: pointer; }
  .gallery + * {
    margin-top: -5px; }

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 15px 30px; }

header {
  position: relative; }
  header .inner {
    background: #fff;
    padding: 10px 15px; }
    @media (min-width: 768px) {
      header .inner {
        padding: 28px 15px; } }
    @media (max-width: 767px) {
      header .inner {
        border-bottom: 2px solid #00467f; } }
  header .logo {
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      header .logo {
        margin-bottom: 0; } }
    header .logo img {
      margin: auto;
      max-height: 70px;
      width: auto; }
      @media (min-width: 768px) {
        header .logo img {
          margin: 0;
          max-height: none; } }
  header .top-actions {
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      header .top-actions {
        text-align: right; } }
    header .top-actions .links {
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      header .top-actions .links > li {
        display: inline-block;
        float: left; }
        header .top-actions .links > li:before {
          content: '|';
          margin: 0 12px; }
        header .top-actions .links > li:first-child:before {
          display: none; }
        header .top-actions .links > li a,
        header .top-actions .links > li button {
          background: none;
          border: none;
          display: inline-block;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          padding: 0 9px; }
          header .top-actions .links > li a .fa,
          header .top-actions .links > li button .fa {
            display: inline-block;
            font-size: 22px;
            margin-right: 8px;
            position: relative;
            top: -2px;
            vertical-align: middle; }
          header .top-actions .links > li a:hover,
          header .top-actions .links > li button:hover {
            background: #00467f;
            border: 1px solid #00467f;
            color: #fff; }
          header .top-actions .links > li a.location-link span,
          header .top-actions .links > li button.location-link span {
            display: inline-block;
            padding: 0px 9px; }
          header .top-actions .links > li a.location-link:hover,
          header .top-actions .links > li button.location-link:hover {
            background-color: transparent;
            color: #00467f;
            border: none; }
            header .top-actions .links > li a.location-link:hover span,
            header .top-actions .links > li button.location-link:hover span {
              background: #00467f;
              color: #fff; }
        header .top-actions .links > li .dropdown-menu {
          background: #00467f;
          border: 1px solid #00467f;
          border-radius: 0; }
          header .top-actions .links > li .dropdown-menu li a {
            color: #fff;
            display: block;
            width: 100%; }
            header .top-actions .links > li .dropdown-menu li a:hover {
              background: #fff;
              color: #00467f;
              text-decoration: none; }
    header .top-actions form {
      display: inline-block;
      vertical-align: middle; }
      header .top-actions form .search {
        position: relative; }
        header .top-actions form .search input {
          background: #00467f;
          border: none;
          border-radius: 5px;
          box-shadow: none;
          font-size: 10px;
          color: #fff;
          height: 20px;
          margin-left: 20px;
          padding: 0 20px 0 10px;
          width: 180px; }
          header .top-actions form .search input:focus {
            background: #0062b2; }
        header .top-actions form .search button {
          background: none;
          border: none;
          border-radius: 0;
          color: #fff;
          padding: 0 3px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: 2; }
  header .phone {
    text-align: left; }
    @media (min-width: 768px) {
      header .phone {
        float: right;
        margin-top: 20px;
        text-align: right; } }
    @media (min-width: 992px) {
      header .phone {
        float: none;
        margin-top: 15px; } }
    @media (min-width: 1200px) {
      header .phone {
        margin-top: 21px; } }
    header .phone a {
      display: inline-block;
      font-size: 26px;
      font-weight: 900;
      line-height: 1;
      position: relative; }
      header .phone a:hover {
        text-decoration: none; }
      header .phone a:before {
        background: url(img/sprite.png) no-repeat 0px 0px;
        content: '';
        display: inline-block;
        margin-right: 10px;
        height: 20px;
        width: 24px; }
  header .navbar-toggle {
    background: #cf102d;
    border-radius: 5px;
    display: block;
    margin: 0;
    padding: 6px; }
    @media (min-width: 768px) {
      header .navbar-toggle {
        margin-top: 20px;
        margin-left: 10px; } }
    @media (min-width: 992px) {
      header .navbar-toggle {
        display: none; } }
    header .navbar-toggle .icon-bar {
      background: #fff; }
  header nav .navbar {
    border: none;
    display: none;
    margin: 10px 0 0;
    min-height: 0;
    text-align: center; }
    @media (min-width: 992px) {
      header nav .navbar {
        display: block;
        left: 5px;
        text-align: right; } }
    @media (min-width: 1200px) {
      header nav .navbar {
        left: 15px;
        margin-top: 19px; } }
    header nav .navbar .navbar-collapse {
      padding: 0; }
      header nav .navbar .navbar-collapse .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: middle; }
        header nav .navbar .navbar-collapse .navbar-nav > li > a {
          border-left: 1px solid #cf102d;
          display: block;
          font-size: 12px;
          font-weight: 700;
          line-height: 1.3;
          text-transform: uppercase; }
          header nav .navbar .navbar-collapse .navbar-nav > li > a:focus, header nav .navbar .navbar-collapse .navbar-nav > li > a:active:focus {
            background: none; }
          @media (min-width: 992px) {
            header nav .navbar .navbar-collapse .navbar-nav > li > a {
              padding: 0 5px; } }
          @media (min-width: 1200px) {
            header nav .navbar .navbar-collapse .navbar-nav > li > a {
              padding: 0 19px; } }
        header nav .navbar .navbar-collapse .navbar-nav > li:first-child > a {
          border: none; }
        header nav .navbar .navbar-collapse .navbar-nav > li:hover > a, header nav .navbar .navbar-collapse .navbar-nav > li.current-menu-item > a {
          background: #00467f;
          color: #fff; }
        header nav .navbar .navbar-collapse .navbar-nav > li:hover > .dropdown-menu {
          background: #00467f;
          border: 1px solid #00467f;
          border-radius: 0;
          display: block; }
          header nav .navbar .navbar-collapse .navbar-nav > li:hover > .dropdown-menu li a {
            color: #fff;
            display: block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            width: 100%; }
            header nav .navbar .navbar-collapse .navbar-nav > li:hover > .dropdown-menu li a:hover {
              background: #fff;
              color: #00467f;
              text-decoration: none; }
  header nav .mobile-nav-wrapper {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 100%;
    overflow-y: auto;
    padding-bottom: 74px;
    position: fixed;
    transition: all 0.3s ease-out;
    width: 100%;
    z-index: 50; }
    header nav .mobile-nav-wrapper.open {
      left: 0; }
    @media (min-width: 992px) {
      header nav .mobile-nav-wrapper {
        display: none; } }
    header nav .mobile-nav-wrapper a:hover {
      text-decoration: none; }
    header nav .mobile-nav-wrapper .mobile-top-actions .nav-close {
      background: #cf102d;
      border: none;
      color: #fff;
      display: block;
      font-weight: 700;
      padding: 10px 15px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    header nav .mobile-nav-wrapper .mobile-top-actions ul {
      margin: 0;
      overflow: hidden;
      padding: 0; }
      header nav .mobile-nav-wrapper .mobile-top-actions ul li {
        float: left;
        list-style: none;
        width: 50%; }
        header nav .mobile-nav-wrapper .mobile-top-actions ul li > a {
          border-left: 1px solid #7c868d;
          display: block;
          font-weight: 700;
          padding: 10px 15px;
          text-transform: uppercase; }
          header nav .mobile-nav-wrapper .mobile-top-actions ul li > a .fa {
            margin-right: 5px; }
        header nav .mobile-nav-wrapper .mobile-top-actions ul li:first-child > a {
          border-left: none; }
    header nav .mobile-nav-wrapper .mobile-top-actions form .search {
      border-bottom: 1px solid #fff;
      position: relative; }
      header nav .mobile-nav-wrapper .mobile-top-actions form .search input {
        background: #00467f;
        border-radius: 0;
        box-shadow: none;
        border: none;
        color: #fff; }
      header nav .mobile-nav-wrapper .mobile-top-actions form .search button {
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }
    header nav .mobile-nav-wrapper .mobile-nav {
      margin: 0;
      padding: 0; }
      header nav .mobile-nav-wrapper .mobile-nav > li {
        list-style: none; }
        header nav .mobile-nav-wrapper .mobile-nav > li > a {
          border-bottom: 1px solid #7c868d;
          display: block;
          font-weight: 700;
          padding: 10px 15px;
          text-transform: uppercase; }
      header nav .mobile-nav-wrapper .mobile-nav.secondary-nav {
        background-color: #00467f; }
        header nav .mobile-nav-wrapper .mobile-nav.secondary-nav > li > a {
          color: #fff;
          border-bottom: 1px solid #fff; }
      header nav .mobile-nav-wrapper .mobile-nav.tertiary-nav {
        background-color: #0076d6; }
        header nav .mobile-nav-wrapper .mobile-nav.tertiary-nav > li > a {
          color: #fff;
          border-bottom: 1px solid #fff; }
      header nav .mobile-nav-wrapper .mobile-nav.sticky-menu-mobile > li {
        list-style: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        background: #7c868d; }
        header nav .mobile-nav-wrapper .mobile-nav.sticky-menu-mobile > li > a {
          background: #7c868d;
          color: #fff;
          display: block;
          font-weight: 700;
          text-transform: uppercase; }
  header .secondary-nav-outer .secondary-nav-container {
    background: #00467f;
    padding: 13px 15px; }
    header .secondary-nav-outer .secondary-nav-container .secondary-nav {
      margin: 0;
      padding: 0; }
      header .secondary-nav-outer .secondary-nav-container .secondary-nav li {
        display: inline-block;
        list-style: none;
        line-height: 1;
        text-align: center; }
        @media (min-width: 768px) {
          header .secondary-nav-outer .secondary-nav-container .secondary-nav li {
            border-left: 1px solid #fff; } }
        header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
          color: #fff;
          display: block;
          font-size: 14px;
          font-weight: 700;
          line-height: 1.2;
          padding: 0 20px;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
              font-size: 11px;
              padding: 0 8px; } }
          @media (min-width: 992px) {
            header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
              font-size: 13px;
              padding: 0 10px; } }
          @media (min-width: 1200px) {
            header .secondary-nav-outer .secondary-nav-container .secondary-nav li a {
              font-size: 14px;
              padding: 0 20px; } }
          header .secondary-nav-outer .secondary-nav-container .secondary-nav li a:hover {
            text-decoration: none;
            color: #7c868d; }
        header .secondary-nav-outer .secondary-nav-container .secondary-nav li.current-menu-item a {
          text-decoration: none;
          color: #7c868d; }
        header .secondary-nav-outer .secondary-nav-container .secondary-nav li:first-child {
          border: none; }
  @media (max-width: 767px) {
    header .secondary-nav-outer {
      display: none; } }
  header.fixedtotop {
    position: fixed;
    z-index: 20;
    width: 100%;
    background-color: white;
    border-bottom: 2px solid #00467f;
    top: 0; }
    @media (min-width: 768px) {
      header.fixedtotop {
        top: auto; } }
    header.fixedtotop + * {
      padding-top: 213px; }
    header.fixedtotop .secondary-nav-outer {
      background: #00467f; }
    header.fixedtotop .top-actions {
      display: none; }
    header.fixedtotop img {
      height: 100%;
      max-height: 42px;
      margin: 5px 10px; }
    header.fixedtotop .inner {
      padding: 0px;
      border-bottom: none; }
      header.fixedtotop .inner .phone {
        display: inline-block;
        float: right;
        line-height: 1;
        margin-top: 22px;
        padding: 0px 19px; }
        @media (min-width: 768px) {
          header.fixedtotop .inner .phone {
            margin-top: 20px; } }
        @media (min-width: 992px) {
          header.fixedtotop .inner .phone {
            border-left: 1px solid #cf102d;
            padding: 0 5px; } }
        @media (min-width: 1200px) {
          header.fixedtotop .inner .phone {
            padding: 0 19px; } }
        header.fixedtotop .inner .phone a {
          font-size: 12px; }
          header.fixedtotop .inner .phone a:before {
            display: none; }
      header.fixedtotop .inner .navbar {
        float: left;
        display: inline-block;
        left: 10px;
        margin-top: 22px; }
        @media (min-width: 768px) {
          header.fixedtotop .inner .navbar {
            display: none; } }
        @media (min-width: 992px) {
          header.fixedtotop .inner .navbar {
            display: inline-block;
            float: right;
            left: 0;
            margin-top: 17px; } }
      header.fixedtotop .inner .navbar-toggle {
        margin-top: 15px; }
      @media (max-width: 767px) {
        header.fixedtotop .inner .col-sm-4 {
          width: 40%;
          float: left; } }
      @media (max-width: 767px) {
        header.fixedtotop .inner .col-sm-8 {
          width: 60%;
          float: left; } }

.top-slider {
  position: relative; }
  .top-slider .slides {
    overflow: hidden; }
    @media (min-width: 768px) {
      .top-slider .slides {
        height: 350px; } }
    @media (min-width: 992px) {
      .top-slider .slides {
        height: 440px; } }
    .top-slider .slides *:focus {
      outline: none; }
    .top-slider .slides .slick-dots {
      left: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 20px; }
      @media (min-width: 768px) {
        .top-slider .slides .slick-dots {
          bottom: 20px;
          top: auto; } }
      .top-slider .slides .slick-dots li {
        float: left;
        list-style: none;
        margin-right: 4px; }
        .top-slider .slides .slick-dots li button {
          background: #cbccce;
          border: none;
          font-size: 0;
          height: 17px;
          width: 17px; }
        .top-slider .slides .slick-dots li.slick-active button {
          background: #00467f; }
    .top-slider .slides .slick-slide {
      position: relative; }
    .top-slider .slides .whole-link {
      display: block; }
    .top-slider .slides .image {
      background-size: cover;
      background-position: center center;
      height: 220px;
      position: relative; }
      @media (min-width: 768px) {
        .top-slider .slides .image {
          height: 350px; } }
      @media (min-width: 992px) {
        .top-slider .slides .image {
          height: 440px; } }
      .top-slider .slides .image .play-button {
        background: none;
        border: none;
        color: #fff;
        font-size: 96px;
        left: 50%;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
      .top-slider .slides .image .plyr {
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        width: 100%; }
        @media (min-width: 1200px) {
          .top-slider .slides .image .plyr .plyr__video-wrapper {
            padding-bottom: 528px; } }
        .top-slider .slides .image .plyr .plyr__controls button {
          border-radius: 0; }
          .top-slider .slides .image .plyr .plyr__controls button[data-plyr="mute"] {
            position: absolute;
            right: 10px; }
          .top-slider .slides .image .plyr .plyr__controls button:hover {
            background-color: #00467f; }
      .top-slider .slides .image.active .play-button {
        display: none; }
      .top-slider .slides .image.active .plyr {
        display: block; }
    .top-slider .slides .content {
      background: white;
      padding: 10px 20px; }
      @media (min-width: 768px) {
        .top-slider .slides .content {
          left: 0;
          position: absolute;
          top: 20px;
          width: 300px; } }
      .top-slider .slides .content *:first-child {
        margin-top: 0; }
      .top-slider .slides .content .banner-title {
        margin-top: 0;
        text-transform: uppercase; }
      .top-slider .slides .content p,
      .top-slider .slides .content li {
        font-family: "Swiss721 Condensed", "Verdana", "Arial", "Calibri", sans-serif;
        margin: 0; }
        @media (min-width: 992px) {
          .top-slider .slides .content p,
          .top-slider .slides .content li {
            font-size: 14px; } }
        @media (min-width: 1200px) {
          .top-slider .slides .content p,
          .top-slider .slides .content li {
            font-size: 16px; } }
      .top-slider .slides .content ul {
        padding-left: 15px; }
      .top-slider .slides .content.no-bg {
        background: none; }
        .top-slider .slides .content.no-bg .banner-title {
          font-size: 18px;
          margin: 0; }
          @media (min-width: 768px) {
            .top-slider .slides .content.no-bg .banner-title {
              font-size: 22px;
              margin-left: 15px; } }
          @media (max-width: 768px) {
            .top-slider .slides .content.no-bg .banner-title {
              color: #333 !important; } }
  @media (min-width: 768px) {
    .top-slider.short .slides {
      height: 220px; } }
  @media (min-width: 768px) {
    .top-slider.short .slides .image {
      height: 220px; } }

.tertiary-nav-container {
  background: #00467f;
  padding: 13px 15px; }
  .tertiary-nav-container.alt {
    background: #0076d6; }
  .tertiary-nav-container .tertiary-nav {
    margin: 0;
    padding: 0; }
    .tertiary-nav-container .tertiary-nav li {
      display: inline-block;
      list-style: none;
      line-height: 1;
      text-align: center; }
      @media (min-width: 768px) {
        .tertiary-nav-container .tertiary-nav li {
          border-left: 1px solid #fff; } }
      .tertiary-nav-container .tertiary-nav li a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 0 20px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .tertiary-nav-container .tertiary-nav li a {
            font-size: 10px;
            padding: 0 8px; } }
        @media (min-width: 992px) {
          .tertiary-nav-container .tertiary-nav li a {
            font-size: 12px;
            padding: 0 9px; } }
        @media (min-width: 1200px) {
          .tertiary-nav-container .tertiary-nav li a {
            font-size: 14px;
            padding: 0 13px; } }
        @media (min-width: 1500px) {
          .tertiary-nav-container .tertiary-nav li a {
            padding: 0 20px; } }
      .tertiary-nav-container .tertiary-nav li:first-child {
        border: none; }
  .tertiary-nav-container.fixedtotop {
    position: fixed;
    width: 100%;
    top: 96px;
    left: 0px;
    z-index: 20; }
    .tertiary-nav-container.fixedtotop .tertiary-nav {
      padding-left: 6%; }

.single-product .top-slider .slides {
  height: auto; }
  @media (min-width: 992px) {
    .single-product .top-slider .slides {
      height: 528px; } }
  .single-product .top-slider .slides .image {
    height: 0;
    padding-top: 56.25%; }
    @media (min-width: 1200px) {
      .single-product .top-slider .slides .image {
        padding-top: 528px; } }
  .single-product .top-slider .slides .content {
    margin-bottom: 15px;
    position: static;
    width: 100%; }
    @media (min-width: 992px) {
      .single-product .top-slider .slides .content {
        left: 0;
        margin-bottom: 0;
        position: absolute;
        top: 20px;
        width: 300px; } }

.common-block {
  background: white; }
  .common-block.grey {
    background: #e7e7e7; }
  .common-block .image {
    display: block;
    height: 0;
    padding-top: 65%;
    position: relative; }
    .common-block .image:focus {
      outline: none; }
    .common-block .image .latest-videos-slides {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .common-block .image .latest-videos-slides > div,
      .common-block .image .latest-videos-slides .slick-track {
        height: 100%; }
      .common-block .image .latest-videos-slides .overlay-toggle {
        display: block;
        height: 100%;
        width: 100%; }
      .common-block .image .latest-videos-slides .slick-arrow {
        background: none;
        border: none;
        color: #fff;
        font-size: 36px;
        left: 5px;
        line-height: 1;
        padding: 0 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; }
        .common-block .image .latest-videos-slides .slick-arrow.slick-next {
          left: auto;
          right: 5px; }
    .common-block .image .fa-play-circle-o {
      color: #fff;
      font-size: 126px;
      left: 50%;
      line-height: 1;
      opacity: 0.8;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .common-block .image .fa-play-circle-o {
          font-size: 76px; } }
      @media (min-width: 992px) {
        .common-block .image .fa-play-circle-o {
          font-size: 94px; } }
      @media (min-width: 1200px) {
        .common-block .image .fa-play-circle-o {
          font-size: 126px; } }
  .common-block .info {
    padding: 20px 28px 16px; }
    @media (min-width: 992px) {
      .common-block .info {
        padding: 30px 35px; } }
  @media (min-width: 768px) {
    .common-block.half {
      flex-basis: 50%; }
      .common-block.half .image {
        padding-top: 43.33%; } }
  @media (min-width: 768px) {
    .common-block.twothirds {
      flex-basis: 66.66%; }
      .common-block.twothirds .image {
        padding-top: 32.5%; } }
  @media (min-width: 768px) {
    .common-block.third {
      flex-basis: 33.33%; }
      .common-block.third:not(.support):nth-child(3n+2) {
        background: #e7e7e7; } }
  .common-block.full {
    flex-basis: 100%; }
    .common-block.full .image {
      padding-top: 39%; }
      @media (min-width: 768px) {
        .common-block.full .image {
          padding-top: 21.665%; } }
  .common-block.mix {
    display: none; }
  .common-block .block-title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .common-block .block-title {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .common-block .block-title {
        font-size: 18px; } }
  .common-block .block-content {
    font-size: 16px;
    line-height: 1.2;
    margin: 0; }
    .common-block .block-content.wide {
      max-width: none; }
    .common-block .block-content *:first-child:not(.modal-dialog) {
      margin-top: 0; }
    .common-block .block-content *:last-child {
      margin-bottom: 0; }
    .common-block .block-content h1,
    .common-block .block-content h2,
    .common-block .block-content h3 {
      text-transform: uppercase; }
    .common-block .block-content h1:first-of-type,
    .common-block .block-content h2:first-of-type {
      margin-top: 0; }
    .common-block .block-content .comparison-info {
      font-size: 13px; }
      .common-block .block-content .comparison-info .intro {
        margin-bottom: 20px; }
      .common-block .block-content .comparison-info table {
        width: 100%; }
        .common-block .block-content .comparison-info table th {
          vertical-align: top; }
        .common-block .block-content .comparison-info table td {
          padding-left: 20px;
          padding-bottom: 10px;
          vertical-align: top; }
          .common-block .block-content .comparison-info table td.nopadding {
            padding-left: 0;
            padding-top: 2px; }
          .common-block .block-content .comparison-info table td ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0; }
            .common-block .block-content .comparison-info table td ul li {
              flex-basis: 50%; }
              @media (min-width: 768px) {
                .common-block .block-content .comparison-info table td ul li {
                  flex-basis: 100%; } }
              @media (min-width: 992px) {
                .common-block .block-content .comparison-info table td ul li {
                  flex-basis: 50%; } }
  .common-block .block-actions {
    list-style: none;
    margin: 30px 0 19px;
    padding: 0; }
    .common-block .block-actions li {
      line-height: 1;
      margin-bottom: 15px; }
      .common-block .block-actions li:last-child {
        margin-bottom: 0; }
  .common-block .entry-content a {
    color: #cf102d; }
    .common-block .entry-content a:hover {
      text-decoration: underline; }
  .common-block.support {
    background: #e7e7e7; }
    .common-block.support:nth-child(2n+1) {
      background: #fff; }
    .common-block.support .icon {
      padding-top: 15px; }
      .common-block.support .icon img {
        display: block;
        margin: 0 auto; }
    @media (min-width: 992px) {
      .common-block.support .info {
        padding: 15px; } }
    .common-block.support .block-content {
      font-size: 13px; }
      .common-block.support .block-content h3 {
        font-size: 18px;
        margin-top: 0; }
    .common-block.support .block-actions {
      text-align: center; }
      .common-block.support .block-actions li a {
        color: #cf102d;
        font-weight: 900; }
        .common-block.support .block-actions li a:before {
          font-size: 22px;
          padding: 0px 3px 3px 3px; }
    @media (min-width: 768px) {
      .common-block.support.large-text {
        align-items: center;
        display: flex; } }
    .common-block.support.large-text .block-content {
      font-size: 28px;
      font-weight: 700; }
      .common-block.support.large-text .block-content strong {
        font-weight: 900; }

@media (min-width: 768px) {
  .flex-parent {
    display: flex;
    flex-wrap: wrap; } }

.content-blocks {
  overflow: hidden; }
  .content-blocks .half:first-child {
    background: #e7e7e7; }
  .content-blocks .half .block-title {
    text-align: center; }
  .content-blocks .half .btn {
    display: block;
    margin: auto;
    width: 180px; }

.product-blocks {
  overflow: hidden; }
  @media (min-width: 768px) {
    .product-blocks .third:nth-child(3n+1) {
      clear: left; } }
  .product-blocks .third .image {
    background-color: #231f20; }

.home-bottom {
  background: #fff;
  overflow: hidden;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .home-bottom .left {
      float: left;
      width: 25%; } }
  @media (min-width: 768px) {
    .home-bottom .left .find-out-more {
      padding: 5px 10px 0 38px; } }
  .home-bottom .left .find-out-more h4 {
    background: #00467f;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 5px 8px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .home-bottom .left .find-out-more h4 {
        font-size: 14px;
        text-align: left; } }
    @media (min-width: 992px) {
      .home-bottom .left .find-out-more h4 {
        font-size: 18px; } }
  .home-bottom .left .find-out-more ul {
    list-style: none;
    margin: 0;
    padding: 0 28px; }
    @media (min-width: 768px) {
      .home-bottom .left .find-out-more ul {
        padding: 0; } }
    @media (min-width: 992px) {
      .home-bottom .left .find-out-more ul {
        padding: 0 0 0 8px; } }
    @media (min-width: 1200px) {
      .home-bottom .left .find-out-more ul {
        width: 85%; } }
    .home-bottom .left .find-out-more ul li {
      margin-bottom: 10px; }
      .home-bottom .left .find-out-more ul li a {
        color: #7a868c;
        display: block; }
        .home-bottom .left .find-out-more ul li a:hover {
          text-decoration: none; }
          .home-bottom .left .find-out-more ul li a:hover span.text {
            color: #00467f; }
        .home-bottom .left .find-out-more ul li a .text {
          display: block;
          font-size: 17px; }
          @media (min-width: 768px) {
            .home-bottom .left .find-out-more ul li a .text {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .home-bottom .left .find-out-more ul li a .text {
              font-size: 17px; } }
        .home-bottom .left .find-out-more ul li a span.text {
          color: #cf102d; }
        .home-bottom .left .find-out-more ul li a.icon-fa, .home-bottom .left .find-out-more ul li a.icon-image {
          position: relative; }
          .home-bottom .left .find-out-more ul li a.icon-fa .text, .home-bottom .left .find-out-more ul li a.icon-image .text {
            padding-right: 25px; }
            @media (min-width: 768px) {
              .home-bottom .left .find-out-more ul li a.icon-fa .text, .home-bottom .left .find-out-more ul li a.icon-image .text {
                padding-right: 15px; } }
            @media (min-width: 992px) {
              .home-bottom .left .find-out-more ul li a.icon-fa .text, .home-bottom .left .find-out-more ul li a.icon-image .text {
                padding-right: 25px; } }
          .home-bottom .left .find-out-more ul li a.icon-fa .icon, .home-bottom .left .find-out-more ul li a.icon-image .icon {
            position: absolute;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            width: 25px; }
            @media (min-width: 768px) {
              .home-bottom .left .find-out-more ul li a.icon-fa .icon, .home-bottom .left .find-out-more ul li a.icon-image .icon {
                width: 15px; } }
            @media (min-width: 992px) {
              .home-bottom .left .find-out-more ul li a.icon-fa .icon, .home-bottom .left .find-out-more ul li a.icon-image .icon {
                width: 25px; } }
            .home-bottom .left .find-out-more ul li a.icon-fa .icon img, .home-bottom .left .find-out-more ul li a.icon-image .icon img {
              height: auto;
              max-width: 100%; }
            .home-bottom .left .find-out-more ul li a.icon-fa .icon i, .home-bottom .left .find-out-more ul li a.icon-image .icon i {
              color: inherit;
              font-size: 22px; }
              @media (min-width: 768px) {
                .home-bottom .left .find-out-more ul li a.icon-fa .icon i, .home-bottom .left .find-out-more ul li a.icon-image .icon i {
                  font-size: 15px; } }
              @media (min-width: 992px) {
                .home-bottom .left .find-out-more ul li a.icon-fa .icon i, .home-bottom .left .find-out-more ul li a.icon-image .icon i {
                  font-size: 22px; } }
  @media (min-width: 768px) {
    .home-bottom .right {
      float: left;
      width: 75%; } }
  .home-bottom .right .third {
    background: #fff;
    padding: 5px; }
    .home-bottom .right .third .image {
      padding-top: 60%; }
    @media (min-width: 768px) {
      .home-bottom .right .third .info {
        padding: 18px 0 0; } }
    .home-bottom .right .third h2 {
      font-size: 16px;
      font-weight: 900;
      margin: 0 0 15px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .home-bottom .right .third h2 {
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .home-bottom .right .third h2 {
          font-size: 16px; } }

.main-footer {
  color: #00467f;
  background: #e7e7e7;
  font-size: 14px;
  padding: 20px 28px; }
  @media (min-width: 768px) {
    .main-footer {
      padding: 20px 38px; } }
  .main-footer a {
    color: inherit; }
  .main-footer .footer-blocks {
    overflow: hidden; }
    .main-footer .footer-blocks .footer-info {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .main-footer .footer-blocks .footer-info {
          float: left;
          padding-right: 15px;
          width: 20%; } }
      .main-footer .footer-blocks .footer-info.contact {
        clear: left;
        width: 100%; }
        @media (min-width: 768px) {
          .main-footer .footer-blocks .footer-info.contact {
            clear: none;
            width: 100%; } }
      .main-footer .footer-blocks .footer-info h4 {
        font-size: 12px;
        margin: 0 0 10px;
        text-transform: uppercase; }
      .main-footer .footer-blocks .footer-info ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .main-footer .footer-blocks .footer-info ul a {
          padding: 1px; }
          .main-footer .footer-blocks .footer-info ul a:hover {
            text-decoration: underline; }
  .main-footer .social {
    text-align: center; }
    @media (min-width: 992px) {
      .main-footer .social {
        margin-top: 0px; } }
    .main-footer .social a {
      display: inline-block;
      font-size: 30px;
      margin: 0 10px;
      width: 15px; }
      .main-footer .social a i {
        width: 15px; }

.footer-arrow {
  color: #fff;
  background: #7c868d;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 10px;
  font-size: 25px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  .footer-arrow.visible {
    opacity: 1;
    cursor: pointer; }

.widget-area .widget {
  margin-bottom: 30px; }
  .widget-area .widget:last-child {
    margin-bottom: 0; }
  .widget-area .widget .widget-title {
    background: #7c868d;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 5px 8px; }
  .widget-area .widget ul {
    list-style-type: square;
    padding-left: 15px; }
  .widget-area .widget .search {
    position: relative; }
    .widget-area .widget .search input {
      background: #00467f;
      border: none;
      border-radius: 0;
      color: #fff; }
      .widget-area .widget .search input:focus {
        background: #0062b2;
        box-shadow: none; }
    .widget-area .widget .search button {
      background: none;
      border: none;
      color: #fff;
      font-size: 18px;
      line-height: 1;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .widget-area .widget.widget_button-cta .btn {
    padding-bottom: 10px;
    padding-top: 10px; }
  .widget-area .widget.widget_block-cta .common-block {
    background: #e7e7e7; }
    .widget-area .widget.widget_block-cta .common-block .image {
      padding-top: 50%; }
    @media (min-width: 768px) {
      .widget-area .widget.widget_block-cta .common-block .info {
        padding: 20px 28px; } }
    .widget-area .widget.widget_block-cta .common-block .block-actions {
      list-style: none;
      padding-left: 0; }
  .widget-area .widget.widget_archive label {
    display: none; }
  .widget-area .widget.widget_archive select {
    height: 28px;
    width: 100%; }

@media (min-width: 768px) {
  .block-content.wide .widget-area {
    padding: 0; } }

.blog .post-link,
.archive .post-link {
  display: block; }

.blog article,
.archive article {
  margin-bottom: 30px; }
  .blog article .thumb,
  .archive article .thumb {
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .blog article .thumb,
      .archive article .thumb {
        margin-bottom: 0; } }
    .blog article .thumb img,
    .archive article .thumb img {
      height: auto;
      width: 100%; }
  .blog article .date,
  .archive article .date {
    color: #cf102d;
    font-style: italic;
    margin-bottom: 5px; }
  .blog article .entry h2,
  .archive article .entry h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px; }
    .blog article .entry h2 a,
    .archive article .entry h2 a {
      color: inherit; }

.blog .navigation,
.archive .navigation {
  clear: both;
  float: none; }
  .blog .navigation .pagination,
  .archive .navigation .pagination {
    margin: 20px 15px; }
    .blog .navigation .pagination > li:first-child > a, .blog .navigation .pagination > li:last-child > a,
    .archive .navigation .pagination > li:first-child > a,
    .archive .navigation .pagination > li:last-child > a {
      border-radius: 0; }
    .blog .navigation .pagination > li > a,
    .archive .navigation .pagination > li > a {
      border: 1px solid #00467f;
      color: #00467f;
      font-weight: 400; }
    .blog .navigation .pagination > li.active > a,
    .archive .navigation .pagination > li.active > a {
      background: #00467f;
      color: #fff; }

.blog .highlights,
.archive .highlights {
  background: #fff;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .blog .highlights,
    .archive .highlights {
      padding: 40px 0; } }
  .blog .highlights .title,
  .archive .highlights .title {
    margin: 0 0 20px 35px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .blog .highlights .title,
      .archive .highlights .title {
        margin: 0 0 40px 35px; } }
  .blog .highlights .listing *:focus,
  .archive .highlights .listing *:focus {
    outline: none; }
  .blog .highlights .listing .slick-arrow,
  .archive .highlights .listing .slick-arrow {
    background: #00467f;
    border: none;
    color: #fff;
    font-size: 38px;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    transition: 0.2s all;
    width: 30px;
    z-index: 5; }
    .blog .highlights .listing .slick-arrow.slick-next,
    .archive .highlights .listing .slick-arrow.slick-next {
      left: auto;
      right: 0; }
    .blog .highlights .listing .slick-arrow:hover,
    .archive .highlights .listing .slick-arrow:hover {
      opacity: 1; }
  .blog .highlights .listing .single,
  .archive .highlights .listing .single {
    display: block;
    padding: 0 45px; }
    @media (min-width: 768px) {
      .blog .highlights .listing .single,
      .archive .highlights .listing .single {
        padding: 0 15px; } }
    .blog .highlights .listing .single:focus,
    .archive .highlights .listing .single:focus {
      text-decoration: none; }
    .blog .highlights .listing .single .image img,
    .archive .highlights .listing .single .image img {
      height: auto;
      max-width: 100%;
      width: 100%; }
    .blog .highlights .listing .single .text,
    .archive .highlights .listing .single .text {
      font-size: 12px;
      padding: 15px 5px;
      transition: all 0.2s; }
      @media (min-width: 992px) {
        .blog .highlights .listing .single .text,
        .archive .highlights .listing .single .text {
          padding: 15px; } }
      .blog .highlights .listing .single .text h2,
      .archive .highlights .listing .single .text h2 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .blog .highlights .listing .single .text h2,
          .archive .highlights .listing .single .text h2 {
            font-size: 16px;
            margin: 0 0 15px; } }
    .blog .highlights .listing .single:hover,
    .archive .highlights .listing .single:hover {
      text-decoration: none; }
      .blog .highlights .listing .single:hover .text,
      .archive .highlights .listing .single:hover .text {
        background: rgba(0, 70, 127, 0.1); }

.single-post .featured-image img,
.single-news .featured-image img {
  height: auto;
  width: 100%; }

.single-post .post-top,
.single-news .post-top {
  padding: 15px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .single-post .post-top,
    .single-news .post-top {
      padding: 30px 0; } }
  @media (min-width: 992px) {
    .single-post .post-top,
    .single-news .post-top {
      padding: 40px 0; } }
  @media (min-width: 1200px) {
    .single-post .post-top,
    .single-news .post-top {
      padding: 60px 0; } }
  .single-post .post-top .date,
  .single-news .post-top .date {
    color: #cf102d;
    font-style: italic;
    margin-bottom: 15px; }
  .single-post .post-top h1,
  .single-news .post-top h1 {
    margin: 0; }

.single-post .entry-content *:first-child,
.single-news .entry-content *:first-child {
  margin-top: 0; }

.single-post .entry-content img,
.single-news .entry-content img {
  height: auto;
  max-width: 100%; }

.single-post .entry-content .wp-caption.alignleft,
.single-news .entry-content .wp-caption.alignleft {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px; }

.single-post .entry-content .wp-caption.alignright,
.single-news .entry-content .wp-caption.alignright {
  float: right;
  margin-bottom: 5px;
  margin-left: 5px; }

.single-post .entry-content .wp-caption .wp-caption-text,
.single-news .entry-content .wp-caption .wp-caption-text {
  background: #7c868d;
  color: #fff;
  padding: 5px; }

.single-post .entry-content a,
.single-news .entry-content a {
  color: #b70e28;
  text-decoration: underline; }

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.single-news .entry-content h1,
.single-news .entry-content h2,
.single-news .entry-content h3,
.single-news .entry-content h4,
.single-news .entry-content h5,
.single-news .entry-content h6 {
  text-transform: none; }

.single-post .entry-content ol,
.single-post .entry-content ul,
.single-news .entry-content ol,
.single-news .entry-content ul {
  padding-left: 15px; }

.post-type-archive-video .top,
.post-type-archive-testimonial .top {
  margin-bottom: 40px; }
  .post-type-archive-video .top .form-group,
  .post-type-archive-testimonial .top .form-group {
    margin-right: 5px;
    vertical-align: bottom; }
  .post-type-archive-video .top label,
  .post-type-archive-testimonial .top label {
    display: block;
    font-size: 14px; }
  .post-type-archive-video .top select,
  .post-type-archive-testimonial .top select {
    height: 28px;
    width: 200px; }

.post-type-archive-video .main,
.post-type-archive-testimonial .main {
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-type-archive-video .main,
    .post-type-archive-testimonial .main {
      margin: 0 -15px; } }
  .post-type-archive-video .main article,
  .post-type-archive-testimonial .main article {
    margin-bottom: 40px; }
    .post-type-archive-video .main article:last-of-type,
    .post-type-archive-testimonial .main article:last-of-type {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .post-type-archive-video .main article,
      .post-type-archive-testimonial .main article {
        float: left;
        margin-bottom: 30px;
        padding: 0 15px;
        width: 50%; }
        .post-type-archive-video .main article:nth-child(2n+1),
        .post-type-archive-testimonial .main article:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 992px) {
      .post-type-archive-video .main article,
      .post-type-archive-testimonial .main article {
        width: 33.33%; }
        .post-type-archive-video .main article:nth-child(2n+1),
        .post-type-archive-testimonial .main article:nth-child(2n+1) {
          clear: none; }
        .post-type-archive-video .main article:nth-child(3n+1),
        .post-type-archive-testimonial .main article:nth-child(3n+1) {
          clear: left; } }
    @media (min-width: 1200px) {
      .post-type-archive-video .main article,
      .post-type-archive-testimonial .main article {
        width: 25%; }
        .post-type-archive-video .main article:nth-child(2n+1), .post-type-archive-video .main article:nth-child(3n+1),
        .post-type-archive-testimonial .main article:nth-child(2n+1),
        .post-type-archive-testimonial .main article:nth-child(3n+1) {
          clear: none; }
        .post-type-archive-video .main article:nth-child(4n+1),
        .post-type-archive-testimonial .main article:nth-child(4n+1) {
          clear: left; } }
    .post-type-archive-video .main article .post-link .thumb,
    .post-type-archive-testimonial .main article .post-link .thumb {
      display: block;
      margin-bottom: 20px; }
      .post-type-archive-video .main article .post-link .thumb:focus,
      .post-type-archive-testimonial .main article .post-link .thumb:focus {
        outline: none; }
      .post-type-archive-video .main article .post-link .thumb img,
      .post-type-archive-testimonial .main article .post-link .thumb img {
        height: auto;
        width: 100%; }
    .post-type-archive-video .main article .post-link .entry h2,
    .post-type-archive-testimonial .main article .post-link .entry h2 {
      font-size: 16px;
      font-weight: 900;
      margin: 0 0 20px; }
      @media (min-width: 767px) {
        .post-type-archive-video .main article .post-link .entry h2,
        .post-type-archive-testimonial .main article .post-link .entry h2 {
          min-height: 70px; } }
    .post-type-archive-video .main article .post-link .entry .btn,
    .post-type-archive-testimonial .main article .post-link .entry .btn {
      margin-top: 10px; }
    @media (min-width: 767px) {
      .post-type-archive-video .main article .post-link .entry p,
      .post-type-archive-testimonial .main article .post-link .entry p {
        min-height: 150px; } }

/* .post-type-archive-testimonial {
	.main {
		article {
			.post-link {
				.entry {
					h2 {
						@media ( min-width: 767px ) {
							min-height: 70px;
						}
					}

					p {
						@media ( min-width: 767px ) {
							min-height: 150px;
						}
					}
				}
			}
		}
	}
} */
.single-video .common-block .block-content .entry-title,
.single-testimonial .common-block .block-content .entry-title {
  margin-bottom: 30px; }

.single-video .common-block .block-content .wp-post-image,
.single-testimonial .common-block .block-content .wp-post-image {
  height: auto;
  margin-bottom: 10px;
  width: 100%; }

.single-video .common-block .block-content .embed-responsive,
.single-testimonial .common-block .block-content .embed-responsive {
  margin-bottom: 30px; }

.gform_wrapper br {
  display: none; }

.gform_wrapper p {
  margin-bottom: 0; }

.gform_wrapper .validation_error {
  background: #cf102d;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 2px 5px; }

.gform_wrapper .gform_heading {
  margin-bottom: 30px; }
  .gform_wrapper .gform_heading p {
    margin-bottom: 10px; }

.gform_wrapper .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gform_wrapper .gform_body .gform_fields .gfield {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .gform_wrapper .gform_body .gform_fields .gfield.left-half {
        float: left;
        padding-right: 15px;
        width: 50%; }
      .gform_wrapper .gform_body .gform_fields .gfield.right-half {
        float: right;
        padding-left: 15px;
        width: 50%; }
        .gform_wrapper .gform_body .gform_fields .gfield.right-half + * {
          clear: left; } }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
      font-size: 14px;
      font-weight: 900; }
      .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
        color: #cf102d; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="email"] {
      height: 30px;
      width: 100%; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
      height: 30px;
      width: 100%; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
      resize: vertical;
      width: 100%; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
      list-style: none;
      padding: 0; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox input {
        margin: 0;
        vertical-align: middle; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox label {
        font-weight: 400;
        max-width: 90%;
        vertical-align: middle; }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
      background: #00467f;
      color: #fff;
      display: inline-block;
      padding: 2px 5px; }
      .gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message {
        background: #cf102d; }
    .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
      color: #cf102d; }
    .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container input,
    .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea,
    .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container select {
      border-color: #cf102d; }
    .gform_wrapper .gform_body .gform_fields .gfield.read-only input {
      border: none;
      pointer-events: none; }

.mapp-layout {
  border: none;
  margin: 0;
  overflow: hidden;
  width: 100% !important;
  padding: 0; }
  .mapp-layout .mapp-map-links {
    border: none;
    background: none; }
  .mapp-layout .mapp-canvas {
    float: left;
    width: 75% !important; }
    @media (max-width: 767px) {
      .mapp-layout .mapp-canvas {
        float: none;
        width: 100% !important; } }
  .mapp-layout .mapp-poi-list {
    float: left;
    max-height: none;
    width: 25% !important; }
    @media (max-width: 767px) {
      .mapp-layout .mapp-poi-list {
        float: none;
        width: 100% !important; } }
    .mapp-layout .mapp-poi-list .nano {
      height: 600px;
      padding-right: 10px;
      width: 100%; }
      .mapp-layout .mapp-poi-list .nano .nano-content {
        right: -7px !important; }
      .mapp-layout .mapp-poi-list .nano .nano-pane {
        background: rgba(0, 70, 127, 0.3);
        border-radius: 0; }
        .mapp-layout .mapp-poi-list .nano .nano-pane .nano-slider {
          background: rgba(0, 70, 127, 0.9);
          border-radius: 0; }
    .mapp-layout .mapp-poi-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .mapp-layout .mapp-poi-list ul li {
        border-bottom: 1px solid #00467f; }
        .mapp-layout .mapp-poi-list ul li:last-child {
          border-bottom: none; }
        .mapp-layout .mapp-poi-list ul li .text {
          color: #00467f; }
          .mapp-layout .mapp-poi-list ul li .text .mapp-title a {
            color: #00467f;
            display: block;
            font-family: "Swiss721";
            font-size: 12px;
            font-weight: normal;
            padding: 10px; }
            .mapp-layout .mapp-poi-list ul li .text .mapp-title a span {
              font-weight: 900; }

.single-product .extra-info {
  background: #e7e7e7;
  display: none;
  position: relative; }
  .single-product .extra-info .common-block {
    background: none; }
    .single-product .extra-info .common-block .block-title {
      text-align: center; }
  .single-product .extra-info > .close {
    background: #00467f;
    color: #fff;
    font-size: 24px;
    opacity: 1;
    padding: 5px 13px;
    position: absolute;
    right: 0;
    top: 0; }
  .single-product .extra-info .table {
    max-width: 800px;
    margin: auto;
    table-layout: fixed; }
    .single-product .extra-info .table tr td {
      border: none;
      font-size: 14px; }
      .single-product .extra-info .table tr td:first-child {
        text-align: right; }
      .single-product .extra-info .table tr td.highlighted {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
  .single-product .extra-info .list .item {
    clear: left;
    margin: 15px 0; }
    .single-product .extra-info .list .item:after {
      content: "";
      display: table;
      clear: both; }
    .single-product .extra-info .list .item .thumbnail img {
      height: auto;
      width: 100%; }
    .single-product .extra-info .list .item .text {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (min-width: 992px) {
        .single-product .extra-info .list .item .text {
          padding-top: 0;
          padding-bottom: 0; } }
    .single-product .extra-info .list .item:nth-child(even) {
      clear: none; }
      @media (min-width: 1200px) {
        .single-product .extra-info .list .item:nth-child(even) {
          padding-left: 15px;
          padding-right: 0; } }
      .single-product .extra-info .list .item:nth-child(even) .thumbnail {
        /* float: left;
						margin-right: 10px;
						margin-left: 0; */ }

.single-product .specs {
  background-color: #e7e7e7; }
  @media (min-width: 768px) {
    .single-product .specs {
      background-color: #fff;
      display: flex; } }
  @media (min-width: 768px) {
    .single-product .specs .description {
      flex-grow: 7;
      order: 1;
      width: 0; } }
  .single-product .specs .description .common-block {
    background: none; }
  .single-product .specs .image {
    background-size: cover;
    background-position: left center;
    height: 200px; }
    @media (min-width: 768px) {
      .single-product .specs .image {
        flex-grow: 7;
        height: auto;
        order: 2;
        width: 0; } }
    @media (min-width: 992px) {
      .single-product .specs .image {
        flex-grow: 6; } }

.single-product .features {
  background-color: #fff; }
  @media (min-width: 768px) {
    .single-product .features {
      display: flex; } }
  .single-product .features .image {
    background-size: cover;
    background-position: left center;
    height: 200px; }
    @media (min-width: 768px) {
      .single-product .features .image {
        flex-grow: 6;
        height: auto;
        width: 0; } }
  @media (min-width: 768px) {
    .single-product .features .description {
      flex-grow: 6;
      width: 0; } }
  @media (min-width: 992px) {
    .single-product .features .description {
      flex-grow: 3; } }
  .single-product .features .description .common-block {
    background: none; }

.single-product .options {
  background-color: #e7e7e7; }
  @media (min-width: 768px) {
    .single-product .options {
      background-color: #fff;
      display: flex; } }
  @media (min-width: 768px) {
    .single-product .options .description {
      flex-grow: 5;
      order: 1;
      width: 0; } }
  .single-product .options .description .common-block {
    background: none; }
  .single-product .options .image {
    background-size: cover;
    background-position: left center;
    height: 200px; }
    @media (min-width: 768px) {
      .single-product .options .image {
        flex-grow: 5;
        height: auto;
        order: 2;
        width: 0; } }
    @media (min-width: 992px) {
      .single-product .options .image {
        flex-grow: 7; } }

.single-product .testimonials {
  background-color: #0076d6;
  color: #fff;
  position: relative;
  /* &:after {
			content: "";
			position: absolute;
			bottom: -20px;
			left: 80%;
			border-width: 20px 20px 0 0;
			border-style: solid;
			border-color: #0076d6 transparent;
			display: block;
			width: 0;
			z-index: 20;
			height: 20px;
		} */ }
  .single-product .testimonials .list {
    position: relative;
    text-align: center; }
    .single-product .testimonials .list *:focus {
      outline: none; }
    .single-product .testimonials .list .slick-dots {
      bottom: 18px;
      left: 20px;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute; }
      .single-product .testimonials .list .slick-dots li {
        float: left;
        list-style: none; }
        .single-product .testimonials .list .slick-dots li button {
          background: none;
          border: 1px solid #fff;
          border-radius: 1px;
          font-size: 0;
          height: 17px;
          margin: 0 1px;
          width: 17px; }
        .single-product .testimonials .list .slick-dots li.slick-active button {
          background: #fff; }
    .single-product .testimonials .list .single {
      display: flex; }
      .single-product .testimonials .list .single .left {
        display: none; }
        @media (min-width: 768px) {
          .single-product .testimonials .list .single .left {
            display: block;
            flex-grow: 5;
            width: 0; } }
        .single-product .testimonials .list .single .left .logo {
          background-size: cover;
          background-position: center center;
          height: 320px; }
          @media (min-width: 992px) {
            .single-product .testimonials .list .single .left .logo {
              height: 300px; } }
          @media (min-width: 1200px) {
            .single-product .testimonials .list .single .left .logo {
              height: 320px; } }
          .single-product .testimonials .list .single .left .logo img {
            height: auto;
            max-width: 90%; }
            @media (min-width: 992px) {
              .single-product .testimonials .list .single .left .logo img {
                max-width: 100%;
                width: 100%; } }
            @media (max-width: 768px) {
              .single-product .testimonials .list .single .left .logo img {
                width: 100%;
                max-width: 100%; } }
      @media (min-width: 768px) {
        .single-product .testimonials .list .single .right {
          flex-grow: 5;
          width: 0; } }
      @media (min-width: 992px) {
        .single-product .testimonials .list .single .right {
          flex-grow: 7; } }
      .single-product .testimonials .list .single .right .text {
        font-family: "Swiss721";
        font-size: 18px;
        font-style: italic;
        font-weight: 700;
        line-height: 1.1;
        padding: 24px 35px; }
        @media (min-width: 768px) {
          .single-product .testimonials .list .single .right .text {
            font-size: 18px; } }
        @media (min-width: 992px) {
          .single-product .testimonials .list .single .right .text {
            font-size: 21px; } }
        @media (min-width: 1200px) {
          .single-product .testimonials .list .single .right .text {
            font-size: 26px; } }
        .single-product .testimonials .list .single .right .text small {
          display: block;
          font-size: 12px;
          margin-top: 5px;
          font-weight: normal;
          font-style: normal; }
        .single-product .testimonials .list .single .right .text hr.divider {
          color: #fff;
          background-color: #fff;
          width: 25%; }
      .single-product .testimonials .list .single .right a {
        color: inherit;
        display: inline-block;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        border: 1px solid white;
        padding: 5px 21px;
        border-radius: 20px; }

.single-product .cta-blocks {
  overflow: hidden; }
  .single-product .cta-blocks .half, .single-product .cta-blocks .third {
    color: #cf102d;
    display: block; }
    @media (min-width: 768px) {
      .single-product .cta-blocks .half:first-child, .single-product .cta-blocks .third:first-child {
        border-right: 1px solid #e7e7e7; } }
    .single-product .cta-blocks .half .block-title, .single-product .cta-blocks .third .block-title {
      text-align: center; }
    .single-product .cta-blocks .half .image, .single-product .cta-blocks .third .image {
      padding-top: 25%; }
      .single-product .cta-blocks .half .image i, .single-product .cta-blocks .third .image i {
        font-size: 76px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 768px) {
          .single-product .cta-blocks .half .image i, .single-product .cta-blocks .third .image i {
            font-size: 54px; } }
        @media (min-width: 992px) {
          .single-product .cta-blocks .half .image i, .single-product .cta-blocks .third .image i {
            font-size: 64px; } }
    .single-product .cta-blocks .half .info, .single-product .cta-blocks .third .info {
      padding: 0 10px 16px; }
    .single-product .cta-blocks .half:hover, .single-product .cta-blocks .third:hover {
      color: #00467f;
      text-decoration: none; }
    .single-product .cta-blocks .half.whitebg, .single-product .cta-blocks .third.whitebg {
      background-color: #fff;
      border-right: 1px solid #e7e7e7; }
  .single-product .cta-blocks.footer-cta-blocks a {
    min-height: 200px;
    padding-top: 20px; }

.page-template-template-application .material-list {
  padding-top: 20px;
  text-align: center; }
  .page-template-template-application .material-list span {
    background: #00467f;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 5px 10px;
    padding: 5px 25px;
    text-transform: uppercase; }

.page-template-template-application .application-videos {
  background: #fff; }
  .page-template-template-application .application-videos .item {
    padding: 22px 25px; }
    @media (min-width: 768px) {
      .page-template-template-application .application-videos .item {
        flex-basis: 25%;
        padding: 22px 15px; } }
    .page-template-template-application .application-videos .item:focus {
      outline: none; }
    .page-template-template-application .application-videos .item .thumb {
      border-radius: 0;
      display: block;
      margin-bottom: 15px; }
      .page-template-template-application .application-videos .item .thumb img {
        display: block;
        height: auto;
        width: 100%; }
    .page-template-template-application .application-videos .item .entry h2 {
      font-size: 14px;
      margin: 0 0 15px;
      text-transform: uppercase; }
    .page-template-template-application .application-videos .item .entry p {
      font-size: 13px; }
  .page-template-template-application .application-videos .slick-arrow {
    background: rgba(0, 70, 127, 0.8);
    border: none;
    color: #fff;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 10; }
    .page-template-template-application .application-videos .slick-arrow:hover {
      background: #00467f; }
    .page-template-template-application .application-videos .slick-arrow.slick-next {
      left: auto;
      right: 0; }
    .page-template-template-application .application-videos .slick-arrow .fa {
      font-size: 26px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }

.page-template-template-application .recommended .title {
  background: #e7e7e7;
  font-family: "Swiss721";
  font-size: 24px;
  font-weight: 900;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase; }

.page-template-template-application .recommended .common-block.half .image {
  padding-top: 56.5%; }

.page-template-template-application .recommended .common-block .info .block-actions li a {
  color: #cf102d;
  font-size: 14px; }
  .page-template-template-application .recommended .common-block .info .block-actions li a:hover {
    color: #00467f; }
    .page-template-template-application .recommended .common-block .info .block-actions li a:hover:before {
      background: #00467f; }

.page-template-template-support .offers {
  border-top: 2px solid #00467f;
  border-bottom: 2px solid #00467f; }

.page-template-template-support .packages .intro {
  background: #fff;
  border-bottom: 2px solid #00467f;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .page-template-template-support .packages .intro {
      align-items: center;
      display: flex; } }
  .page-template-template-support .packages .intro .image {
    padding: 0 10px 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-template-support .packages .intro .image {
        flex-basis: 45%;
        padding-bottom: 0;
        width: 0; } }
    @media (min-width: 992px) {
      .page-template-template-support .packages .intro .image {
        flex-basis: 50%; } }
    @media (min-width: 1200px) {
      .page-template-template-support .packages .intro .image {
        flex-basis: 55%; } }
    .page-template-template-support .packages .intro .image img {
      height: auto;
      max-width: 100%; }
  .page-template-template-support .packages .intro .text {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .page-template-template-support .packages .intro .text {
        flex-basis: 55%;
        width: 0; } }
    @media (min-width: 992px) {
      .page-template-template-support .packages .intro .text {
        flex-basis: 50%; } }
    @media (min-width: 1200px) {
      .page-template-template-support .packages .intro .text {
        flex-basis: 45%; } }
    .page-template-template-support .packages .intro .text h2 {
      font-size: 16px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .page-template-template-support .packages .intro .text h2 {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .page-template-template-support .packages .intro .text h2 {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .page-template-template-support .packages .intro .text h2 {
          font-size: 22px; } }
    .page-template-template-support .packages .intro .text p {
      font-size: 18px; }
      @media (min-width: 768px) {
        .page-template-template-support .packages .intro .text p {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .page-template-template-support .packages .intro .text p {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .page-template-template-support .packages .intro .text p {
          font-size: 18px; } }
    .page-template-template-support .packages .intro .text .read-more {
      background: none;
      color: #cf102d;
      border: none;
      display: block;
      font-size: 18px;
      font-weight: 900;
      margin: 30px auto 0;
      padding: 0;
      text-align: center;
      width: 50%; }
      .page-template-template-support .packages .intro .text .read-more:before {
        font-size: 26px;
        padding: 2px 6px 3px 8px;
        position: relative;
        top: -2px; }
      @media (min-width: 768px) {
        .page-template-template-support .packages .intro .text .read-more {
          font-size: 12px; }
          .page-template-template-support .packages .intro .text .read-more:before {
            font-size: 18px; } }
      @media (min-width: 992px) {
        .page-template-template-support .packages .intro .text .read-more {
          font-size: 14px; }
          .page-template-template-support .packages .intro .text .read-more:before {
            font-size: 20px; } }
      @media (min-width: 1200px) {
        .page-template-template-support .packages .intro .text .read-more {
          font-size: 18px; }
          .page-template-template-support .packages .intro .text .read-more:before {
            font-size: 26px; } }
  .page-template-template-support .packages .intro.text-image .image {
    order: 2; }
  .page-template-template-support .packages .intro.text-image .text {
    order: 1; }

.page-template-template-support .packages .blocks {
  border-bottom: 2px solid #00467f;
  display: none; }

.page-template-template-support .horizontal-section .intro {
  background: #fff;
  border-bottom: 2px solid #00467f; }
  @media (min-width: 768px) {
    .page-template-template-support .horizontal-section .intro {
      align-items: stretch;
      display: flex; } }
  .page-template-template-support .horizontal-section .intro .image {
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-template-support .horizontal-section .intro .image {
        flex-basis: 50%;
        width: 0; } }
    @media (min-width: 992px) {
      .page-template-template-support .horizontal-section .intro .image {
        flex-basis: 55%; } }
    .page-template-template-support .horizontal-section .intro .image img {
      height: auto;
      max-width: 100%; }
  .page-template-template-support .horizontal-section .intro .text {
    padding: 40px 20px; }
    @media (min-width: 768px) {
      .page-template-template-support .horizontal-section .intro .text {
        flex-basis: 50%;
        width: 0; } }
    @media (min-width: 992px) {
      .page-template-template-support .horizontal-section .intro .text {
        flex-basis: 45%; } }
    .page-template-template-support .horizontal-section .intro .text h2 {
      font-size: 16px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .page-template-template-support .horizontal-section .intro .text h2 {
          font-size: 18px; } }
    .page-template-template-support .horizontal-section .intro .text p {
      font-size: 14px; }
      @media (min-width: 992px) {
        .page-template-template-support .horizontal-section .intro .text p {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .page-template-template-support .horizontal-section .intro .text p {
          font-size: 13px; } }
    .page-template-template-support .horizontal-section .intro .text .buttons {
      padding-top: 30px;
      text-align: center; }
      .page-template-template-support .horizontal-section .intro .text .buttons .read-more {
        background: none;
        color: #cf102d;
        border: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        margin: 0 10px;
        padding: 0;
        text-align: center; }
        .page-template-template-support .horizontal-section .intro .text .buttons .read-more:before {
          font-size: 22px;
          padding: 4px 6px 4px 8px;
          position: relative;
          top: -2px; }
        @media (min-width: 768px) {
          .page-template-template-support .horizontal-section .intro .text .buttons .read-more {
            font-size: 10px; }
            .page-template-template-support .horizontal-section .intro .text .buttons .read-more:before {
              font-size: 16px; } }
        @media (min-width: 992px) {
          .page-template-template-support .horizontal-section .intro .text .buttons .read-more {
            font-size: 12px; }
            .page-template-template-support .horizontal-section .intro .text .buttons .read-more:before {
              font-size: 18px; } }
  .page-template-template-support .horizontal-section .intro.text-image .image {
    order: 2; }
  .page-template-template-support .horizontal-section .intro.text-image .text {
    order: 1; }

.page-template-template-support .horizontal-section.documents .intro {
  border-bottom: none; }

.page-template-template-options .common-bottom-blocks .common-block .block-actions a {
  background: none;
  color: #cf102d;
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center; }
  .page-template-template-options .common-bottom-blocks .common-block .block-actions a:before {
    font-size: 22px;
    padding: 5px 6px 6px 8px;
    position: relative;
    top: -2px; }
  @media (min-width: 768px) {
    .page-template-template-options .common-bottom-blocks .common-block .block-actions a {
      font-size: 10px; }
      .page-template-template-options .common-bottom-blocks .common-block .block-actions a:before {
        font-size: 16px;
        padding: 3px 3px 3px 4px; } }
  @media (min-width: 992px) {
    .page-template-template-options .common-bottom-blocks .common-block .block-actions a {
      font-size: 12px; }
      .page-template-template-options .common-bottom-blocks .common-block .block-actions a:before {
        font-size: 18px;
        padding: 5px 6px 6px 8px; } }

.page-template-template-options .horizontal-section .intro {
  background: #e7e7e7; }
  @media (min-width: 768px) {
    .page-template-template-options .horizontal-section .intro {
      align-items: stretch;
      display: flex; } }
  .page-template-template-options .horizontal-section .intro .image {
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-template-options .horizontal-section .intro .image {
        flex-basis: 66.66%;
        width: 0; } }
    .page-template-template-options .horizontal-section .intro .image img {
      height: auto;
      max-width: 100%; }
  .page-template-template-options .horizontal-section .intro .text {
    padding: 20px 28px 16px; }
    @media (min-width: 768px) {
      .page-template-template-options .horizontal-section .intro .text {
        flex-basis: 33.33%;
        width: 0; } }
    @media (min-width: 992px) {
      .page-template-template-options .horizontal-section .intro .text {
        padding: 30px 35px; } }
    .page-template-template-options .horizontal-section .intro .text h2 {
      font-size: 16px;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .page-template-template-options .horizontal-section .intro .text h2 {
          font-size: 18px; } }
    .page-template-template-options .horizontal-section .intro .text p {
      font-size: 16px; }
    .page-template-template-options .horizontal-section .intro .text .read-more {
      background: none;
      color: #cf102d;
      border: none;
      display: inline-block;
      font-size: 14px;
      font-weight: 900;
      margin: 15px 10px 0 0;
      padding: 0;
      text-align: center; }
      .page-template-template-options .horizontal-section .intro .text .read-more:before {
        font-size: 22px;
        padding: 4px 6px 4px 8px;
        position: relative;
        top: -2px; }
      @media (min-width: 768px) {
        .page-template-template-options .horizontal-section .intro .text .read-more {
          font-size: 10px; }
          .page-template-template-options .horizontal-section .intro .text .read-more:before {
            font-size: 16px;
            padding: 2px 3px 2px 4px; } }
      @media (min-width: 992px) {
        .page-template-template-options .horizontal-section .intro .text .read-more {
          font-size: 12px; }
          .page-template-template-options .horizontal-section .intro .text .read-more:before {
            font-size: 18px;
            padding: 4px 6px 4px 8px; } }
  .page-template-template-options .horizontal-section .intro.text-image .image {
    order: 2; }
  .page-template-template-options .horizontal-section .intro.text-image .text {
    order: 1; }

.page-template-template-options .horizontal-section .blocks {
  display: none; }

.page-template-template-options .horizontal-section.software {
  border-bottom: 1px solid #fff; }
