/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.header .logo .logo-picture {
  max-width: 100%;
  height: auto;
  display: block; }

* {
  box-sizing: border-box; }

body {
  margin: 0; }
  body .tooltip {
    display: none !important; }

.header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  position: relative; }
  .header::before, .header::after {
    display: table;
    content: ' '; }
  .header::after {
    clear: both; }
  .header div.custom.links {
    display: none; }
    .header div.custom.links .link {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 14px;
      color: #002640;
      font-weight: normal;
      font-style: normal;
      text-transform: capitalize; }
      .header div.custom.links .link:visited {
        color: #002640; }
  .header .custom {
    display: inline-block; }
  .header .logo {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 53.125em) {
      .header .logo {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .header .logo:last-child:not(:first-child) {
      float: right; }
    .header .logo .logo-picture {
      border: none;
      outline: none; }
  .header .right-block {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 16.66667%;
    padding-top: 40px; }
    @media print, screen and (min-width: 53.125em) {
      .header .right-block {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .header .right-block:last-child:not(:first-child) {
      float: right; }
    .header .right-block .action {
      display: block;
      text-align: right; }
      .header .right-block .action .button {
        font-family: "Roboto", "FontAwesome", serif;
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        text-transform: capitalize;
        background: #D2232B;
        border: none;
        padding: 2px 15px;
        border-radius: 0; }
        .header .right-block .action .button:hover {
          background: #A81C22;
          cursor: pointer; }
    .header .right-block .find {
      padding-top: 15px;
      text-align: right; }
      .header .right-block .find .search {
        display: none; }
      .header .right-block .find .form-inline {
        width: 200px;
        height: 41px;
        font-size: 0; }
        .header .right-block .find .form-inline .inputbox {
          width: 170px;
          height: 41px;
          padding: 0 10px;
          border: 1px solid #999;
          -webkit-appearance: none; }
          .header .right-block .find .form-inline .inputbox:focus {
            outline: none; }
          .header .right-block .find .form-inline .inputbox::-ms-clear {
            display: none; }
          .header .right-block .find .form-inline .inputbox::-webkit-search-cancel-button {
            display: none; }
          .header .right-block .find .form-inline .inputbox:focus {
            color: #999; }
        .header .right-block .find .form-inline .button {
          width: 30px;
          height: 41px;
          border: none;
          background: #999;
          padding: 0;
          cursor: pointer;
          vertical-align: top; }
          .header .right-block .find .form-inline .button:hover .fa-search {
            color: #004473; }
          .header .right-block .find .form-inline .button .fa-search {
            color: #fff;
            font-size: 20px;
            line-height: 0;
            vertical-align: middle; }
      .header .right-block .find .search-mob-btn {
        display: inline-block;
        margin-right: 50px;
        cursor: pointer; }
      .header .right-block .find .fa-search {
        font-size: 36px;
        color: #004473; }

.navigation .dj-mobile-open-btn {
  background: none;
  color: #004473;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 110px; }
  .navigation .dj-mobile-open-btn:hover {
    background: none;
    color: #004473; }
  .navigation .dj-mobile-open-btn:focus {
    background: none;
    color: #004473; }
.navigation .search-mob {
  background-color: #004473;
  padding: 10px;
  display: none; }
.navigation .form-inline {
  width: 100%;
  height: 41px;
  font-size: 0; }
  .navigation .form-inline .inputbox {
    width: 300px;
    height: 41px;
    padding: 0 10px; }
    .navigation .form-inline .inputbox:focus {
      outline: none; }
    .navigation .form-inline .inputbox::-ms-clear {
      display: none; }
    .navigation .form-inline .inputbox::-webkit-search-cancel-button {
      display: none; }
    .navigation .form-inline .inputbox:focus {
      color: #999; }
  .navigation .form-inline .button {
    float: right;
    width: 35px;
    height: 41px;
    border: none;
    background: #999;
    padding: 0;
    cursor: pointer; }
    .navigation .form-inline .button:hover .fa-search {
      color: #004473; }
    .navigation .form-inline .button .fa-search {
      color: #fff;
      font-size: 20px;
      line-height: 0;
      vertical-align: middle; }

.slider .custom.slider {
  padding: 40px 20px;
  background: url(../../../../images/dixon_slider.jpg) no-repeat;
  background-size: cover;
  text-align: center; }
.slider .text {
  font-family: "Roboto", "FontAwesome", serif;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px; }
  .slider .text .text-large, .slider .text .text-small {
    display: inline; }

.top-content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .top-content::before, .top-content::after {
    display: table;
    content: ' '; }
  .top-content::after {
    clear: both; }
  .top-content div.breadcrumbs {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 53.125em) {
      .top-content div.breadcrumbs {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .top-content div.breadcrumbs:last-child:not(:first-child) {
      float: right; }
    .top-content div.breadcrumbs ul {
      margin-top: 30px;
      margin-bottom: 30px;
      list-style: none;
      padding: 0; }
    .top-content div.breadcrumbs li, .top-content div.breadcrumbs a {
      display: inline-block;
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 16px;
      color: #D2232B;
      font-weight: 500;
      font-style: normal;
      text-decoration: none; }
    .top-content div.breadcrumbs li:nth-child(2):before {
      content: "\f041";
      font-family: 'FontAwesome';
      color: #004473;
      margin-right: 10px;
      font-style: normal; }
  .top-content .intro-block {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #cccccc; }
    @media print, screen and (min-width: 53.125em) {
      .top-content .intro-block {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .top-content .intro-block:last-child:not(:first-child) {
      float: right; }
    .top-content .intro-block .image {
      border: none;
      outline: none; }
    .top-content .intro-block:hover {
      background: #cceaf5; }
  .top-content .title {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-style: normal; }
  .top-content .text {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    line-height: 24px; }
  .top-content .link {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 18px;
    color: #D2232B;
    font-weight: normal;
    font-style: normal; }
  .top-content div.latest-news.moduletable {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 50px; }
    @media print, screen and (min-width: 53.125em) {
      .top-content div.latest-news.moduletable {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .top-content div.latest-news.moduletable:last-child:not(:first-child) {
      float: right; }
  .top-content .section-title {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 30px;
    color: #004473;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 40px;
    font-family: 'Roboto', 'FontAwesome';
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px; }
    .top-content .section-title:before {
      content: '\f086';
      display: inline-block;
      margin-right: 5px;
      font-family: 'Font Awesome 5 Free'; }
  .top-content .bt-row {
    margin-bottom: 20px; }
  .top-content .bt-row-last {
    margin-bottom: 0; }
  .top-content .bt-inner {
    margin-bottom: 40px; }
  .top-content .bt-cs .bt-inner .bt-title {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #004473;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    text-transform: capitalize; }
    .top-content .bt-cs .bt-inner .bt-title:hover {
      color: #002640;
      text-decoration: none; }
  .top-content .bt-center {
    margin-bottom: 20px; }
  .top-content .bt-cs .bt-inner img {
    border: none;
    outline: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .top-content .bt-introtext {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    height: auto !important;
    margin-top: 20px; }
  .top-content .bt-row-separate {
    display: none; }
  .top-content .button-container {
    text-align: center; }
  .top-content .button {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 10px 48px;
    border-radius: 0; }
    .top-content .button:hover {
      background: #A81C22;
      cursor: pointer; }
  .top-content .btn-link {
    text-decoration: none; }

.component {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 35px; }
  .component::before, .component::after {
    display: table;
    content: ' '; }
  .component::after {
    clear: both; }
  .component .left-block, .component .right-block {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 53.125em) {
      .component .left-block, .component .right-block {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .component .left-block:last-child:not(:first-child), .component .right-block:last-child:not(:first-child) {
      float: right; }
  .component h3, .component h2 {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 22px;
    color: #004473;
    font-weight: bold;
    font-style: normal;
    margin-top: 0; }
  .component .right-block h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #D2232B; }
    .component .right-block h3:after {
      content: "";
      display: block;
      background: linear-gradient(to right, #d2232b 0%, #ffffff 100%);
      height: 1px;
      opacity: 0.75; }
  .component p, .component li {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    text-align: justify; }
  .component a {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 16px;
    color: #D2232B;
    font-weight: 500;
    font-style: normal;
    text-decoration: none; }
  .component img {
    border: none;
    outline: none; }
  .component .blog .items-row {
    margin-bottom: 40px; }
    .component .blog .items-row:after {
      content: '';
      display: block;
      clear: both; }
  .component .blog .item {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-style: normal; }
  .component .button {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 10px 50px;
    border-radius: 0; }
    .component .button:hover {
      background: #A81C22;
      cursor: pointer; }
  .component .pagination {
    text-align: center; }
    .component .pagination ul {
      list-style: none;
      padding-left: 0;
      font-size: 0; }
    .component .pagination .pagenav {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 16px;
      color: #004473;
      font-weight: 400;
      font-style: normal; }
    .component .pagination li {
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #e0e0e0;
      background: #fff;
      margin-right: 5px;
      border-radius: 2px; }
      .component .pagination li:hover {
        transition: 0.5s;
        background: #004473; }
        .component .pagination li:hover .pagenav {
          color: white; }
    .component .pagination span.pagenav {
      line-height: 25px;
      padding: 2px;
      font-size: 20px;
      font-weight: 500; }
    .component .pagination .pagination-start span.pagenav,
    .component .pagination .pagination-prev span.pagenav,
    .component .pagination .pagination-next span.pagenav,
    .component .pagination .pagination-end span.pagenav {
      font-size: 16px;
      font-weight: 400;
      padding: 3px;
      line-height: normal; }
  .component .left-block .item-page .formResponsive h2, .component .left-block .item-page .formResponsive p, .component .left-block .item-page .formResponsive .image-block {
    display: none; }
  .component .left-block .item-page .formResponsive ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff; }
  .component .left-block .item-page .formResponsive :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .component .left-block .item-page .formResponsive ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .component .right-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px; }
    .component .right-menu li {
      margin-bottom: 10px;
      transition: 0.5s; }
      .component .right-menu li:hover {
        text-decoration: underline;
        transition: 0.5s; }
    .component .right-menu a {
      text-decoration: none;
      color: #004473;
      opacity: 1; }
    .component .right-menu .active {
      background: #004473;
      padding: 5px; }
      .component .right-menu .active:hover {
        text-decoration: none; }
      .component .right-menu .active a {
        color: #fff; }
  .component .joinnews-form .title {
    display: none; }
  .component .joinnews-form p.text {
    display: none; }
  .component .joinnews-form .image-block {
    display: none; }
  .component .joinnews-form .formControlLabel {
    display: none; }
  .component .joinnews-form .rsform-block-zip input {
    margin-bottom: 20px; }
  .component .joinnews-form .formResponsive .formHorizontal .formControls {
    margin-left: 0; }
  .component .joinnews-form .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0; }
  .component .joinnews-form .rsform-input-box {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    height: 40px;
    border-radius: 0;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    box-shadow: none; }
    .component .joinnews-form .rsform-input-box:focus {
      box-shadow: none;
      border: 1px solid #33C3F0; }
  .component .joinnews-form .rsform-block-zip .button {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 20px 50px;
    border-radius: 0; }
    .component .joinnews-form .rsform-block-zip .button:hover {
      background: #A81C22;
      cursor: pointer; }
  .component .joinnews-form input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .component .joinnews-form input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .component .left-block .rsform-block .formControlLabel {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    padding-top: 10px; }
  .component .left-block .rsform-block .formBody .rsform-input-box {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    height: 40px;
    border-radius: 0;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    width: 100%; }
    .component .left-block .rsform-block .formBody .rsform-input-box:focus {
      box-shadow: none;
      border: 1px solid #33C3F0; }
  .component .left-block .rsform-block .formBody .rsform-select-box {
    width: 98.3% !important; }
  .component .left-block .rsform-block .formBody .rsform-text-box {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    border-radius: 0;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    resize: vertical; }
    .component .left-block .rsform-block .formBody .rsform-text-box:focus {
      box-shadow: none;
      border: 1px solid #33C3F0; }
  .component .left-block .rsform-block .formBody .rsform-submit-button {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 20px 50px;
    border-radius: 0; }
    .component .left-block .rsform-block .formBody .rsform-submit-button:hover {
      background: #A81C22;
      cursor: pointer; }
  .component .rsform-block-subscribe .formBody {
    float: left;
    height: 19px; }
  .component .left-block .rsform-block-nature-of-inquiry .formControlLabel {
    padding-top: 0; }

.bottom-content {
  padding-bottom: 20px; }
  .bottom-content .facts {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .bottom-content .facts::before, .bottom-content .facts::after {
      display: table;
      content: ' '; }
    .bottom-content .facts::after {
      clear: both; }
  .bottom-content .left-block {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 53.125em) {
      .bottom-content .left-block {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .bottom-content .left-block:last-child:not(:first-child) {
      float: right; }
    .bottom-content .left-block .words {
      display: inline-block; }
    .bottom-content .left-block .did-you {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 50px;
      color: #004473;
      font-weight: normal;
      font-style: normal;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 37px; }
    .bottom-content .left-block .know {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 65px;
      color: #004473;
      font-weight: bold;
      font-style: normal;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 55px; }
    .bottom-content .left-block .question-mark {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 122px;
      color: #004473;
      font-weight: bold;
      font-style: normal;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 74px;
      display: inline-block; }
  .bottom-content .right-block {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center; }
    @media print, screen and (min-width: 53.125em) {
      .bottom-content .right-block {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .bottom-content .right-block:last-child:not(:first-child) {
      float: right; }
    .bottom-content .right-block .slides_control {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px; }
      .bottom-content .right-block .slides_control::before, .bottom-content .right-block .slides_control::after {
        display: table;
        content: ' '; }
      .bottom-content .right-block .slides_control::after {
        clear: both; }
    .bottom-content .right-block .bt-introtext {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 22px;
      color: #000;
      font-weight: normal;
      font-style: normal;
      line-height: 30px;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 53.125em) {
        .bottom-content .right-block .bt-introtext {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .bottom-content .right-block .bt-introtext:last-child:not(:first-child) {
        float: right; }
    .bottom-content .right-block .bt-row {
      padding: 0; }
  .bottom-content .btn-container {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
    .bottom-content .btn-container:last-child:not(:first-child) {
      float: right; }
    .bottom-content .btn-container a.btn-link > .button {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 24px;
      color: #fff;
      font-weight: 500;
      text-transform: capitalize;
      background: #D2232B;
      border: none;
      padding: 10px 50px;
      border-radius: 0; }
      .bottom-content .btn-container a.btn-link > .button:hover {
        background: #A81C22;
        cursor: pointer; }
  .bottom-content .newsletter-form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px; }
    .bottom-content .newsletter-form::before, .bottom-content .newsletter-form::after {
      display: table;
      content: ' '; }
    .bottom-content .newsletter-form::after {
      clear: both; }
  .bottom-content .form-block {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 53.125em) {
      .bottom-content .form-block {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .bottom-content .form-block:last-child:not(:first-child) {
      float: right; }
  .bottom-content .title {
    margin-top: 0;
    margin-bottom: 0; }
  .bottom-content .formHorizontal .formControls {
    margin-left: 0; }
  .bottom-content .formHorizontal .formControlLabel {
    padding-top: 0;
    text-align: left;
    margin-bottom: 10px; }
  .bottom-content .image-block {
    display: none; }
  .bottom-content .title {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 34px;
    color: #004473;
    font-weight: bold;
    font-style: normal; }
  .bottom-content .text {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    line-height: 29px;
    text-align: justify; }
  .bottom-content input.rsform-input-box {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    height: 60px;
    padding: 6px 10px;
    border-radius: 0;
    border: 1px solid #cccccc;
    transition: 0s;
    box-sizing: border-box; }
    .bottom-content input.rsform-input-box:focus {
      box-shadow: none;
      border: 1px solid #33C3F0; }
  .bottom-content .rsform-block-zip input {
    margin-bottom: 20px; }
  .bottom-content .button[type="submit"] {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 20px 100px;
    border-radius: 0; }
    .bottom-content .button[type="submit"]:hover {
      background: #A81C22;
      cursor: pointer; }
  .bottom-content ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff; }
  .bottom-content :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .bottom-content ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .bottom-content .social-feeds-container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .bottom-content .social-feeds-container::before, .bottom-content .social-feeds-container::after {
      display: table;
      content: ' '; }
    .bottom-content .social-feeds-container::after {
      clear: both; }
  .bottom-content .social-container {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 53.125em) {
      .bottom-content .social-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .bottom-content .social-container:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 53.125em) {
      .bottom-content .social-container {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-bottom: 0; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .bottom-content .social-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 53.125em) {
        .bottom-content .social-container:last-child:not(:first-child) {
          float: right; }
        .bottom-content .social-container:last-child:last-child {
          float: left; } }
    @media print, screen and (min-width: 64em) {
      .bottom-content .social-container {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 53.125em) {
    .bottom-content .social-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        .bottom-content .social-container:last-child:not(:first-child) {
          float: right; } }
  .bottom-content .icon-wrapper,
  .bottom-content .feed {
    float: left; }
  .bottom-content .icon-wrapper {
    width: 25%;
    margin-right: 10px; }
  .bottom-content .feed {
    width: 70%; }
  .bottom-content iframe {
    min-width: auto !important;
    width: 100%; }
  .bottom-content .icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    padding: 15px;
    border: 2px solid #D2232B;
    border-radius: 50%;
    color: #D2232B; }

.socials {
  background: #004473; }
  .socials .socials-container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 40px 0; }
    .socials .socials-container::before, .socials .socials-container::after {
      display: table;
      content: ' '; }
    .socials .socials-container::after {
      clear: both; }
    .socials .socials-container .social-box {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 53.125em) {
        .socials .socials-container .social-box {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .socials .socials-container .social-box:last-child:not(:first-child) {
        float: right; }
      .socials .socials-container .social-box:not(:last-child) {
        margin-bottom: 25px; }
    .socials .socials-container .link {
      text-decoration: none; }
      .socials .socials-container .link:hover .icon {
        color: #999; }
      .socials .socials-container .link:hover .text {
        color: #999; }
      .socials .socials-container .link:hover .text-big {
        color: #999; }
    .socials .socials-container .icon-container {
      display: inline-block;
      margin-right: 10px; }
    .socials .socials-container .icon {
      font-size: 42px;
      color: white; }
    .socials .socials-container .text {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 20px;
      text-align: left; }
    .socials .socials-container .text-big {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      font-style: normal; }

.footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0; }
  .footer::before, .footer::after {
    display: table;
    content: ' '; }
  .footer::after {
    clear: both; }
  .footer .container {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center; }
    @media print, screen and (min-width: 53.125em) {
      .footer .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .footer .container:last-child:not(:first-child) {
      float: right; }
    .footer .container .text {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 16px;
      color: #000;
      font-weight: normal;
      font-style: normal;
      margin-top: 0;
      margin-bottom: 25px;
      line-height: 19px; }
    .footer .container .image-link {
      display: block;
      margin: 0 auto; }
      .footer .container .image-link .logo {
        border: none;
        outline: none; }

@media print, screen and (min-width: 53.125em) {
  .header div.custom.links {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: block;
    text-align: right; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .header div.custom.links {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.125em) {
    .header div.custom.links:last-child:not(:first-child) {
      float: right; }
  .header .right-block {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 0%;
    padding-top: 50px;
    vertical-align: middle; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .header .right-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.125em) {
    .header .right-block:last-child:not(:first-child) {
      float: right; }
    .header .right-block .action {
      float: right; }
    .header .right-block .find {
      float: right;
      padding-top: 0;
      margin-right: 20px; }
      .header .right-block .find .search {
        display: none; }
      .header .right-block .find .form-inline {
        width: 200px;
        height: 41px;
        font-size: 0; }
        .header .right-block .find .form-inline .inputbox {
          width: 170px;
          height: 41px;
          padding: 0 10px;
          border: 1px solid #999;
          -webkit-appearance: none; }
          .header .right-block .find .form-inline .inputbox:focus {
            outline: none; }
          .header .right-block .find .form-inline .inputbox::-ms-clear {
            display: none; }
          .header .right-block .find .form-inline .inputbox::-webkit-search-cancel-button {
            display: none; }
          .header .right-block .find .form-inline .inputbox:focus {
            color: #999; }
        .header .right-block .find .form-inline .button {
          width: 30px;
          height: 41px;
          border: none;
          background: #999;
          padding: 0;
          cursor: pointer;
          vertical-align: top; }
          .header .right-block .find .form-inline .button:hover .fa-search {
            color: #004473; }
          .header .right-block .find .form-inline .button .fa-search {
            color: #fff;
            font-size: 20px;
            line-height: 0;
            vertical-align: middle; }
      .header .right-block .find .search {
        display: block; }
      .header .right-block .find .search-mob-btn {
        display: none; }
    .header .right-block .action .button {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 30px;
      color: #fff;
      font-weight: 500;
      text-transform: capitalize;
      background: #D2232B;
      border: none;
      padding: 2px 20px;
      border-radius: 0; }
      .header .right-block .action .button:hover {
        background: #A81C22;
        cursor: pointer; }

  .navigation {
    margin: 0;
    position: relative;
    background: #004473;
    right: auto;
    top: auto;
    font-size: 0;
    text-align: center; }
    .navigation .container {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto; }
      .navigation .container::before, .navigation .container::after {
        display: table;
        content: ' '; }
      .navigation .container::after {
        clear: both; }
    .navigation ul.dj-megamenu {
      display: inline-block;
      background: #004473; }
      .navigation ul.dj-megamenu li {
        text-align: left; }
    .navigation .dj-megamenu-default li:hover a.dj-up_a,
    .navigation .dj-megamenu-default li.hover a.dj-up_a,
    .navigation .dj-megamenu-default li.active a.dj-up_a {
      background: #004473; }
    .navigation ul.dj-megamenu li a.dj-up_a {
      border: none;
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      font-style: normal;
      text-transform: none; }
      .navigation ul.dj-megamenu li a.dj-up_a:hover {
        background: #002640; }
    .navigation ul.dj-megamenu li div.subwrap a {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 13px;
      color: #cccccc;
      font-weight: normal;
      font-style: normal; }
    .navigation ul.dj-subwrap {
      background: #004473; }
    .navigation .dj-megamenu-default li.hover div.dj-subwrap {
      background: #004473; }
    .navigation .dj-megamenu-default li ul.dj-submenu > li > a {
      color: White; }
    .navigation .dj-megamenu-default li ul.dj-submenu > li:not(:first-child) {
      border-top: 1px solid #32698f; }
    .navigation .dj-megamenu-default li ul.dj-submenu > li > a:hover,
    .navigation .dj-megamenu-default li ul.dj-submenu > li > a.active,
    .navigation .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
      background: #002640;
      color: #fff; }
    .navigation .search-mob {
      display: none !important; }

  .slider .text {
    font-size: 30px;
    line-height: 48px; }

  .top-content .section-title {
    font-size: 36px; }
  .top-content .intro-block {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-left: 1px solid #cccccc; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .top-content .intro-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.125em) {
    .top-content .intro-block:last-child:not(:first-child) {
      float: right; }
    .top-content .intro-block:nth-child(even) {
      border-right: 1px solid #cccccc; }
  .top-content .text {
    height: 9em; }

  .component .left-block {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-right: 1px solid #cccccc;
    padding-right: 50px !important; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .component .left-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.125em) {
    .component .left-block:last-child:not(:first-child) {
      float: right; }
  .component .right-block {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .component .right-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.125em) {
    .component .right-block:last-child:not(:first-child) {
      float: right; }
    .component .right-block .joinnews-form .rsform-block-zip input {
      width: 50%; }
    .component .right-block .joinnews-form .rsform-block-zip .btn-container {
      float: right; }
    .component .right-block .joinnews-form .rsform-block-zip .button {
      font-family: "Roboto", "FontAwesome", serif;
      font-size: 24px;
      color: #fff;
      font-weight: 500;
      text-transform: capitalize;
      background: #D2232B;
      border: none;
      padding: 11px 15px;
      border-radius: 0; }
      .component .right-block .joinnews-form .rsform-block-zip .button:hover {
        background: #A81C22;
        cursor: pointer; }

  .bottom-content {
    padding-bottom: 25px; }
    .bottom-content .rsform-block-zip input {
      margin-bottom: 0; }
    .bottom-content .left-block .did-you {
      font-size: 77px;
      line-height: 76px; }
    .bottom-content .left-block .know {
      font-size: 100px;
      line-height: 76px; }
    .bottom-content .left-block .question-mark {
      font-size: 200px;
      line-height: 76px; }
    .bottom-content .right-block .bt-introtext {
      font-size: 26px; }

  .socials .socials-container .social-box {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media print, screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .socials .socials-container .social-box {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.125em) {
    .socials .socials-container .social-box:last-child:not(:first-child) {
      float: right; }
    .socials .socials-container .social-box:not(:last-child) {
      margin-bottom: 0; }

  .footer .links-block .link {
    display: inline;
    padding-bottom: 0; }
  .footer .container .separator {
    display: inline;
    color: #D2232B;
    font-size: 14px;
    margin: 0 5px; } }
@media print, screen and (min-width: 64em) {
  .slider .custom.slider {
    padding: 60px 50px; }
  .slider .text {
    line-height: 72px; }
  .slider .text .text-large {
    font-size: 48px;
    display: block; }
  .slider .text .text-small {
    font-size: 30px;
    display: block; }

  .top-content .intro-block {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #fff; }
    .top-content .intro-block:last-child:not(:first-child) {
      float: right; }
    .top-content .intro-block:nth-child(2) {
      border-right: 1px solid #fff; }
    .top-content .intro-block:nth-child(4) {
      border-right: 1px solid #cccccc; }
    .top-content .intro-block .image {
      width: 100%;
      width: 100%; }
    .top-content .intro-block .text {
      height: 16.5em;
      padding: 0 15px; }
  .top-content .latest-news .bt-center {
    float: left;
    margin-right: 55px; }

  .component .right-block .joinnews-form .rsform-block-zip .button {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 11px 30px;
    border-radius: 0; }
    .component .right-block .joinnews-form .rsform-block-zip .button:hover {
      background: #A81C22;
      cursor: pointer; }

  .bottom-content .facts .left-block {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 53.125em) {
    .bottom-content .facts .left-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .bottom-content .facts .left-block:last-child:not(:first-child) {
      float: right; }
  .bottom-content .facts .right-block {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: left; } }
  @media print, screen and (min-width: 64em) and (min-width: 53.125em) {
    .bottom-content .facts .right-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .bottom-content .facts .right-block:last-child:not(:first-child) {
      float: right; }
  .bottom-content .facts .bt-introtext {
    padding: 0; }
  .bottom-content .facts .bt-row {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    .bottom-content .facts .bt-row:last-child:not(:first-child) {
      float: right; }
  .bottom-content .facts .btn-container {
    text-align: left; }
  .bottom-content .newsletter-form .form-block {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 53.125em) {
    .bottom-content .newsletter-form .form-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .bottom-content .newsletter-form .form-block:last-child:not(:first-child) {
      float: right; }
  .bottom-content .newsletter-form .rsform-block-first-name {
    width: 48%;
    float: left; }
  .bottom-content .newsletter-form .rsform-block-last-name {
    width: 48%;
    float: right; }
  .bottom-content .newsletter-form .rsform-block-first-name label,
  .bottom-content .newsletter-form .rsform-block-last-name label {
    margin-bottom: 10px; }
  .bottom-content .newsletter-form .rsform-block-email input {
    width: 75%; }
  .bottom-content .newsletter-form .rsform-block-zip input {
    width: 30%; }
  .bottom-content .newsletter-form .rsform-block-email label,
  .bottom-content .newsletter-form .rsform-block-zip label {
    margin: 17px 0 0 0;
    width: 25%;
    text-align: right;
    padding-right: 26px; }
  .bottom-content .newsletter-form .rsform-block-zip .btn-container {
    display: inline-block;
    float: right;
    width: auto;
    padding: 0; }
  .bottom-content .newsletter-form .btn-mob-container {
    display: none; }
  .bottom-content .newsletter-form .button[type="submit"] {
    font-family: "Roboto", "FontAwesome", serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #D2232B;
    border: none;
    padding: 20px 70px;
    border-radius: 0; }
    .bottom-content .newsletter-form .button[type="submit"]:hover {
      background: #A81C22;
      cursor: pointer; }
  .bottom-content .newsletter-form .image-block {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: block;
    text-align: center; } }
  @media print, screen and (min-width: 64em) and (min-width: 53.125em) {
    .bottom-content .newsletter-form .image-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .bottom-content .newsletter-form .image-block:last-child:not(:first-child) {
      float: right; } }
.joinnews-form h2{
  display: none;
}
 .joinnews-form .rsform-block-zip{
        width: 50% !important;
        display: inline-block;   
        float:left !important;
      }
.joinnews-form .rsform-block-zip input{
  width: 100% !important;
}
      .joinnews-form form .rsform-block-nature-of-inquiry{
         width: 50% !important;
        display: inline-block;        
      }
.joinnews-form .rsform-block-nature-of-inquiry select{
   width: 100%;
      height: 30px !important;
  line-height: 30px !important;
  margin-left: 4px;
  padding: 4px 0;
}
.rsform-block-subscribe p.formDescription{
  display: inline !important;
  top: 0px !important;
}
.rsform-block-subscribe .formBody{
  height: auto !important;
}
.joinnews-form .rsform-block-submit .formBody{
  text-align:center;
}
.joinnews-form .rsform-submit-button{
  font-family: "Roboto", "FontAwesome", serif;
 
    font-size: 18px !important;  
    font-weight: 500;
    background: #D2232B !important;
    border: none !important;
    padding: 12px 22px !important;    
    text-align: center !important;
    margin-top: 20px;   
}
.bottom-content .newsletter-form h2{
  margin: 10px;
}
.bottom-content .newsletter-form .rsform-block{
  width: 50% !important;
  display: inline-block !important;
  float: left !important;
  margin-bottom: 10px;
}
.bottom-content .newsletter-form input.rsform-input-box{
  width: 100% !important;
  height: 40px !important;
  margin-bottom:0px;
}
.bottom-content .newsletter-form .formBody{
  margin:0 10px 0 10px !important;  
}

.bottom-content .newsletter-form .formControlLabel{
  width: 100% !important;
  text-align: left !important;
  margin:0 10px 10px 10px !important;  
}
.bottom-content .newsletter-form .rsform-block-nature-of-inquiry,
.bottom-content .newsletter-form .rsform-block-subscribe,
.bottom-content .newsletter-form .rsform-block-submit{
  width: 100% !important;
}

.bottom-content .newsletter-form .rsform-block-nature-of-inquiry select{
   width: 50% !important;
  height: 40px !important;  
    line-height: 40px !important;
}
.bottom-content .newsletter-form .rsform-block-submit .formBody{
  text-align:center;
}
.bottom-content .newsletter-form .button[type="submit"]{
  font-size: 20px !important;
      padding: 16px 40px !important;
}
.bottom-content .newsletter-form .formRed{
  margin: 10px;
}
@media print, screen and (min-width: 850px) {

.socials .socials-container .icon{
    font-size: 38px !important;
}

.svg-inline--fa.fa-w-18 {
    width: 1em !important;
}

.socials .socials-container .social-box{
	width: 20% !important
}
}
@media print, screen and (min-width: 850px) and (max-width: 993px) {

.socials .socials-container .icon-container{
    display: block !important;
}

.socials .socials-container .text {
        line-height: 22px !important;
      text-align: center !important;
}
}
/*# sourceMappingURL=style.css.map */
