/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

div {
  box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif; }

h1 {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #000000; }
  @media (min-width: 768px) {
    h1 {
      font-family: Montserrat;
      font-size: 60px;
      font-weight: 300;
      color: #000000; } }

h2 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 300;
  color: #000000; }
  @media (min-width: 768px) {
    h2 {
      font-family: Montserrat;
      font-size: 40px;
      font-weight: 300;
      line-height: 0.9;
      color: #000000; } }

#landing h2 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 300;
  color: #000000; }
  @media (min-width: 768px) {
    #landing h2 {
      font-family: Montserrat;
      font-size: 40px;
      font-weight: 300;
      line-height: 0.9;
      color: #000000; } }

h3 {
  font-family: Montserrat;
  font-size: 20px;
  color: #000000; }
  @media (min-width: 768px) {
    h3 {
      font-family: Montserrat;
      font-size: 30px;
      line-height: 1.13;
      color: #000000; } }

h4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  color: #000000; }
  @media (min-width: 768px) {
    h4 {
      font-family: Montserrat;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.25;
      color: #000000; } }

a {
  font-family: Montserrat;
  font-size: 18px;
  color: #000000;
  text-decoration: none; }
  @media (min-width: 768px) {
    a {
      font-family: Montserrat;
      font-size: 18px;
      color: #000000;
      text-decoration: none; } }

button {
  width: 168px;
  height: 39px;
  font-family: Montserrat;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background: #0080ff; }
  button:hover {
    background-color: #0055A9;
    color: #fff; }
  @media (min-width: 768px) {
    button {
      width: 168px;
      height: 39px;
      font-family: Montserrat;
      font-size: 20px;
      text-align: center;
      color: #ffffff;
      background: #0080ff; }
      button:hover {
        background-color: #0055A9;
        color: #fff; } }

body {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5;
  color: #555555; }
  @media (min-width: 768px) {
    body {
      font-family: Montserrat;
      font-size: 16px;
      line-height: 1.5;
      color: #555555; } }

p {
  letter-spacing: -0.6px; }

* {
  word-wrap: normal !important; }

a:focus {
  /*  outline: 5px solid greenyellow;*/ }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 99999; }

body.modal-open {
  overflow: hidden; }

#cover {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 109;
  width: 100%;
  height: 100%;
  display: none; }

.header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  .header .outer-row-boxed {
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important; }
    .header .outer-row-boxed > .vc_column_container > .vc_column-inner {
      padding-left: 0;
      padding-right: 0; }
  .header .inner-row-boxed {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .header .bar-holder {
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%; }
    .header .bar-holder .alert-bar {
      width: 100%; }
      .header .bar-holder .alert-bar .alert-header {
        padding-top: 7px;
        padding-left: 45px;
        padding-right: 45px;
        height: 37px;
        background-color: #dc1431;
        color: #ffffff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        cursor: pointer; }
        .header .bar-holder .alert-bar .alert-header .alert-message {
          max-width: 69%; }
          .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            line-height: 24px; }
            .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-bold {
              white-space: nowrap;
              font-weight: bold;
              line-height: 24px;
              font-size: 16px; }
              .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-bold i {
                font-size: 16px; }
              .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-bold .textwidget {
                display: inline-block; }
                .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-bold .textwidget p {
                  font-size: 16px; }
            .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-italics {
              font-family: Montserrat;
              font-size: 16px;
              font-style: italic;
              max-width: 36%;
              display: none;
              padding-left: 20px; }
              @media (min-width: 500px) {
                .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-italics {
                  display: block; } }
              .header .bar-holder .alert-bar .alert-header .alert-message .alert-message-inner .alert-italics .textwidget p {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 100%; }
        .header .bar-holder .alert-bar .alert-header .expand a {
          color: #fff;
          font-size: 16px; }
        .header .bar-holder .alert-bar .alert-header .collapse {
          display: none; }
          .header .bar-holder .alert-bar .alert-header .collapse a {
            color: #fff; }
    .header .bar-holder .pop_up {
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9) !important;
      left: 0;
      overflow-y: hidden;
      display: none;
      z-index: 1; }
      .header .bar-holder .pop_up .popup_in {
        width: 80%;
        margin: 0px auto;
        padding: 30px 0px 30px 0px;
        text-align: left; }
        .header .bar-holder .pop_up .popup_in .quoteContainer {
          padding-left: 0%;
          display: table;
          width: 100%; }
          .header .bar-holder .pop_up .popup_in .quoteContainer h5 {
            font-size: 20px;
            line-height: 25px;
            font-weight: 400;
            color: #dc1313 !important;
            font-family: Montserrat !important;
            margin: 0;
            padding: 0px 0px 10px 0px !important;
            text-align: left; }
          .header .bar-holder .pop_up .popup_in .quoteContainer p {
            font-size: 16px !important;
            line-height: 20px;
            font-weight: 500 !important;
            color: #585454 !important;
            letter-spacing: 0px;
            font-family: Montserrat !important;
            width: 100%;
            float: left;
            text-align: left; }
            .header .bar-holder .pop_up .popup_in .quoteContainer p a {
              color: #0080ff; }
        .header .bar-holder .pop_up .popup_in #sample_slider_2 .owl-dots {
          display: none; }
        .header .bar-holder .pop_up .popup_in #sample_slider_2 .no_txt {
          text-align: right;
          font-size: 40px;
          line-height: 36px;
          font-weight: 300;
          color: #dc1331; }
        .header .bar-holder .pop_up .popup_in #sample_slider_2 hr {
          width: 70%;
          float: left;
          background: #979797; }
    .header .bar-holder .mobile-bar {
      display: block;
      height: 80px;
      width: 100%;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.75); }
      @media (min-width: 1000px) {
        .header .bar-holder .mobile-bar {
          display: none; } }
      .header .bar-holder .mobile-bar .mobile-bar-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        height: 80px; }
        .header .bar-holder .mobile-bar .mobile-bar-holder .mobile-menu {
          display: inline-block; }
          .header .bar-holder .mobile-bar .mobile-bar-holder .mobile-menu .mobile-menu-expand-outer {
            display: inline-block; }
            .header .bar-holder .mobile-bar .mobile-bar-holder .mobile-menu .mobile-menu-expand-outer a.mobile-menu-expand {
              cursor: pointer; }
              .header .bar-holder .mobile-bar .mobile-bar-holder .mobile-menu .mobile-menu-expand-outer a.mobile-menu-expand img {
                width: 35px; }
        .header .bar-holder .mobile-bar .mobile-bar-holder .logo {
          display: inline-block; }
          .header .bar-holder .mobile-bar .mobile-bar-holder .logo a img {
            vertical-align: top;
            height: 44px; }
        .header .bar-holder .mobile-bar .mobile-bar-holder .search {
          width: 68px; }
          .header .bar-holder .mobile-bar .mobile-bar-holder .search a.contact {
            font-family: Open Sans;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.19;
            letter-spacing: normal;
            color: #ffffff;
            text-decoration: none; }
    .header .bar-holder .desktop-bar {
      display: none;
      width: 100%; }
      @media (min-width: 1000px) {
        .header .bar-holder .desktop-bar {
          display: block; } }
      .header .bar-holder .desktop-bar .desktop-bar-holder {
        background-color: rgba(0, 0, 0, 0.75); }
        .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: start;
              align-items: flex-start; }
          .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .logo {
            display: inline-block;
            margin-top: 10px; }
            .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .logo img {
              max-width: 190px; }
          .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info {
            color: #ffffff; }
            .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .toprow {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
                  justify-content: flex-end;
              margin-top: 10px; }
              .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .toprow .hours {
                font-size: 16px;
                font-weight: 500;
                font-family: Montserrat; }
              .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .toprow .paybill {
                padding-left: 30px; }
                .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .toprow .paybill a {
                  color: #fff;
                  font-size: 16px; }
                  .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .toprow .paybill a:hover {
                    text-decoration: underline; }
            .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
                  justify-content: flex-end;
              margin-top: 8px; }
              .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow .cityname {
                font-family: Montserrat;
                font-size: 16px; }
                .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow .cityname a {
                  color: #fff; }
                  .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow .cityname a:hover {
                    text-decoration: underline; }
              .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow .search {
                padding-left: 30px;
                position: relative; }
                .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow .search input#s {
                  color: #999999;
                  font-size: 13px;
                  margin: 0;
                  padding: 7px 30px 7px 8px;
                  text-transform: lowercase;
                  width: 105px;
                  border-radius: 6px;
                  border: 0;
                  background: #F4F1F4; }
                .header .bar-holder .desktop-bar .desktop-bar-holder .logo-info .info .bottomrow .search input#searchsubmit {
                  background-image: url("/wp-content/uploads/2018/05/search_cion.png");
                  border: medium none;
                  height: 23px;
                  width: 23px;
                  background-color: transparent;
                  position: absolute;
                  top: 4px;
                  right: 3px; }
      .header .bar-holder .desktop-bar nav.topnav {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
        .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu {
          background: none !important; }
          .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu {
            list-style: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            padding: 0 !important;
            min-height: 52px; }
            .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li {
              list-style: none;
              position: relative;
              box-sizing: border-box;
              padding-left: 3%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              height: 72px;
              max-width: 173px; }
              @media (min-width: 1200px) {
                .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li {
                  max-width: 192px; } }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li.mega-hide-on-desktop {
                display: none !important; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li.mega-hide-on-mobile {
                display: none !important; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:hover .expand-div {
                display: block; }
                .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:hover .expand-div > ul {
                  display: block; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(2) .expand-div {
                left: 40px; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(3) .expand-div {
                left: 0; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(4) .expand-div {
                left: 0; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(5) .expand-div {
                left: -41px; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(6) .expand-div {
                left: 0; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(7) .expand-div {
                left: -372px; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li:nth-child(8) .expand-div {
                left: -289px; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li > a {
                font-family: Montserrat;
                font-size: 16px;
                white-space: normal;
                display: block;
                max-width: 100%;
                -ms-flex-negative: 1;
                    flex-shrink: 1;
                background: none !important;
                padding: 0 !important;
                font-weight: 500;
                line-height: 1.22;
                text-align: center;
                color: #ffffff;
                text-decoration: none; }
                @media (min-width: 1200px) {
                  .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li > a {
                    font-size: 18px; } }
                .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li > a span.mega-indicator {
                  display: none; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li > ul {
                display: none; }
              .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div {
                background-color: #ffffff;
                width: 245px;
                position: absolute;
                display: none;
                top: 100%; }
                .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div .wave {
                  position: absolute;
                  left: 0;
                  top: 100%;
                  width: 100%;
                  margin-top: -1px; }
                .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div .separator {
                  position: absolute;
                  height: 90%;
                  bottom: 0;
                  left: 235px;
                  border-left: 1px solid #555555; }
                .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul {
                  display: none;
                  position: relative !important;
                  opacity: 1 !important;
                  width: 230px; }
                  .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li {
                    display: block;
                    width: 100%;
                    margin-left: 0;
                    padding-left: 14px;
                    margin-top: 10px;
                    background-color: #ffffff;
                    text-align: left;
                    box-sizing: border-box;
                    line-height: 1.1;
                    position: static; }
                    .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a {
                      padding: 0 !important;
                      font-family: Montserrat;
                      font-size: 14px;
                      font-weight: bold;
                      line-height: 1.79;
                      color: #555555;
                      background-color: #fff !important;
                      text-decoration: none; }
                      .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a span.mega-indicator {
                        display: none; }
                      .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a img.right-arrow-grey {
                        width: 9px;
                        display: inline-block;
                        margin-left: 5px; }
                      .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a img.right-arrow-blue {
                        width: 9px;
                        display: none;
                        margin-left: 5px; }
                      .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a:hover {
                        color: #0080ff; }
                        .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a:hover img.right-arrow-grey {
                          display: none; }
                        .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > a:hover img.right-arrow-blue {
                          display: inline-block; }
                    .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > ul {
                      display: none;
                      position: absolute;
                      top: -20px;
                      left: 245px;
                      list-style: none;
                      width: 210px; }
                      .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > ul li {
                        padding-left: 17px;
                        margin-top: 14px;
                        box-sizing: border-box;
                        line-height: 1.1; }
                        .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > ul li a {
                          padding: 0;
                          font-family: Montserrat;
                          font-size: 14px;
                          font-weight: 400;
                          line-height: 1.79;
                          color: #555555;
                          background-color: #fff !important;
                          text-decoration: none; }
                          .header .bar-holder .desktop-bar nav.topnav div#mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li .expand-div > ul > li > ul li a:hover {
                            color: #0080ff; }
  .header > .slideout-holder {
    position: relative; }
    .header > .slideout-holder .nav {
      box-shadow: -7px 1px 13px 0px rgba(0, 0, 0, 0.24);
      opacity: 0;
      position: fixed;
      height: 100%;
      width: 100%;
      top: 0;
      left: 200%;
      transition: right .5s, opacity .5s;
      z-index: 100000;
      background: #fff; }
      .header > .slideout-holder .nav.expanded {
        left: 50px;
        opacity: 1; }
        .header > .slideout-holder .nav.expanded .slideout-holder-inner {
          display: block; }
      .header > .slideout-holder .nav .slideout-holder-inner {
        display: none; }
        .header > .slideout-holder .nav .slideout-holder-inner.show-search-box .slideout-search {
          display: block !important; }
        .header > .slideout-holder .nav .slideout-holder-inner.show-search-box .menu-header-search {
          display: block !important; }
        .header > .slideout-holder .nav .slideout-holder-inner.show-search-box .menu-header {
          display: none !important; }
        .header > .slideout-holder .nav .slideout-holder-inner.show-search-box .menu-wrap {
          display: none !important; }
        .header > .slideout-holder .nav .slideout-holder-inner .header-and-search .slideout-header {
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -ms-flex-pack: justify;
              justify-content: space-between;
          margin-left: 25px; }
          .header > .slideout-holder .nav .slideout-holder-inner .header-and-search .slideout-header .header-holder {
            margin-top: 15px; }
            .header > .slideout-holder .nav .slideout-holder-inner .header-and-search .slideout-header .header-holder .menu-header-search {
              display: none;
              font-family: Montserrat;
              font-size: 35px;
              font-weight: 300;
              letter-spacing: -0.5px;
              color: #000000;
              color: #000; }
            .header > .slideout-holder .nav .slideout-holder-inner .header-and-search .slideout-header .header-holder .menu-header {
              display: block;
              font-family: Montserrat;
              font-size: 20px;
              color: #000000;
              color: #000; }
              @media (min-width: 768px) {
                .header > .slideout-holder .nav .slideout-holder-inner .header-and-search .slideout-header .header-holder .menu-header {
                  font-family: Montserrat;
                  font-size: 30px;
                  line-height: 1.13;
                  color: #000000;
                  color: #000; } }
          .header > .slideout-holder .nav .slideout-holder-inner .header-and-search .slideout-header a.mobile-menu-close {
            position: absolute;
            right: 60px;
            top: 20px;
            cursor: pointer; }
        .header > .slideout-holder .nav .slideout-holder-inner .divider {
          display: block;
          width: 96%;
          margin-left: auto;
          margin-right: auto;
          border-bottom: 1px solid #dbd9dc;
          margin-top: 14px;
          margin-bottom: 20px; }
        .header > .slideout-holder .nav .slideout-holder-inner .slideout-search {
          display: none;
          margin-top: 11px;
          margin-bottom: 25px;
          max-width: 335px;
          margin-left: auto;
          margin-right: auto; }
          .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .slideout-search-close-holder {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: end;
                justify-content: flex-end; }
            .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .slideout-search-close-holder a.slideout-search-back {
              font-family: Raleway;
              font-size: 24px;
              font-weight: 500;
              line-height: 1.04;
              color: #dbd9dc;
              text-decoration: none;
              cursor: pointer;
              display: inline-block;
              margin-bottom: 27px; }
          .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .search-input {
            position: relative; }
            .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .search-input input {
              border: 0;
              padding: 13px 10px;
              width: 100%;
              height: 60px;
              font-family: Raleway;
              font-size: 25px;
              line-height: 1.2;
              color: #000000;
              background-color: #ffffff; }
            .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .search-input .search-input-clear {
              display: none; }
            .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .search-input:hover .search-input-clear {
              display: block;
              position: absolute;
              top: 22px;
              right: 17px; }
          .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .results-header {
            font-family: Raleway;
            font-size: 24px;
            font-weight: 500;
            line-height: 1.04;
            color: #dbd9dc;
            margin-top: 28px;
            margin-bottom: 18px; }
          .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .results-results ul {
            list-style: none; }
            .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .results-results ul li {
              list-style: none; }
              .header > .slideout-holder .nav .slideout-holder-inner .slideout-search .results-results ul li a {
                font-family: Raleway;
                font-size: 18px;
                color: #ffffff;
                text-decoration: none; }
        .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap {
          display: block;
          position: relative;
          left: 0;
          transition: left .25s ease-out; }
          .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap.slide-left {
            left: -100vw; }
          .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side {
            position: absolute;
            width: 78%;
            max-width: 375px;
            left: -50px;
            margin-left: auto;
            margin-right: auto;
            right: 0;
            margin-top: 40px; }
            .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul {
              list-style: none;
              position: relative; }
              .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li {
                text-align: left;
                margin-bottom: 30px;
                position: relative; }
                .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li.visible > ul.sub-menu {
                  display: block; }
                .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a:hover {
                  font-family: Montserrat;
                  font-size: 18px;
                  font-weight: 500;
                  line-height: 1.39;
                  color: #000000;
                  color: #000;
                  display: inline-block; }
                  @media (min-width: 768px) {
                    .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a:hover {
                      font-family: Montserrat;
                      font-size: 20px;
                      font-weight: 500;
                      line-height: 1.25;
                      color: #000000;
                      color: #000; } }
                  .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a.clk, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a:hover.clk {
                    min-height: 20px;
                    display: inline-block;
                    float: right;
                    width: 30px;
                    text-align: center;
                    cursor: pointer; }
                  .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a.clk::before, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a:hover.clk::before {
                    position: relative;
                    content: "\f055";
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 20px;
                    color: #008afe; }
                  .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a.clk.open::before, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > a:hover.clk.open::before {
                    position: relative;
                    content: "\f056";
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 20px;
                    color: #008afe; }
                .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li .chevron-forward {
                  position: absolute;
                  top: 0;
                  right: 20px;
                  cursor: pointer;
                  font-family: Montserrat;
                  font-size: 18px;
                  font-weight: 500;
                  line-height: 1.39;
                  color: #000000;
                  color: #000;
                  text-decoration: none;
                  height: 70px; }
                  @media (min-width: 768px) {
                    .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li .chevron-forward {
                      font-family: Montserrat;
                      font-size: 20px;
                      font-weight: 500;
                      line-height: 1.25;
                      color: #000000;
                      color: #000; } }
                .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu {
                  list-style: none;
                  display: none;
                  width: 375px;
                  max-width: 100%;
                  padding-left: 15px; }
                  .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li {
                    text-align: left;
                    margin-top: 30px;
                    margin-bottom: 30px; }
                    .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li a, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li a:hover {
                      font-family: Montserrat;
                      font-size: 18px;
                      font-weight: 500;
                      line-height: 1.39;
                      color: #000000;
                      color: #000;
                      display: inline-block;
                      text-decoration: none;
                      cursor: pointer; }
                      @media (min-width: 768px) {
                        .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li a, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li a:hover {
                          font-family: Montserrat;
                          font-size: 20px;
                          font-weight: 500;
                          line-height: 1.25;
                          color: #000000;
                          color: #000; } }
                    .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li:first-child {
                      text-align: left; }
                      .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li:first-child a.chevron-back {
                        font-family: Raleway;
                        font-size: 24px;
                        font-weight: 500;
                        line-height: 1.04;
                        color: #000;
                        text-decoration: none;
                        cursor: pointer; }
                    .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li > ul {
                      padding-left: 15px;
                      list-style: none;
                      display: block; }
                      .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li > ul > li a, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li > ul > li a:hover {
                        font-family: 'Open Sans', sans-serif;
                        display: inline-block;
                        padding: 0;
                        color: #000;
                        font-size: 16px;
                        text-decoration: none; }
                        @media (min-width: 1000px) {
                          .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li > ul > li a, .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li > ul > li a:hover {
                            color: #ffffff; } }
                      .header > .slideout-holder .nav .slideout-holder-inner .menu-wrap .left-side > ul > li > ul.sub-menu > li > ul > li:last-child a {
                        margin-bottom: 10px; }

h1 {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #000000; }
  @media (min-width: 768px) {
    h1 {
      font-family: Montserrat;
      font-size: 60px;
      font-weight: 300;
      color: #000000; } }

h2 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 300;
  color: #000000; }
  @media (min-width: 768px) {
    h2 {
      font-family: Montserrat;
      font-size: 40px;
      font-weight: 300;
      line-height: 0.9;
      color: #000000; } }

#landing h2 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 300;
  color: #000000; }
  @media (min-width: 768px) {
    #landing h2 {
      font-family: Montserrat;
      font-size: 40px;
      font-weight: 300;
      line-height: 0.9;
      color: #000000; } }

h3 {
  font-family: Montserrat;
  font-size: 20px;
  color: #000000; }
  @media (min-width: 768px) {
    h3 {
      font-family: Montserrat;
      font-size: 30px;
      line-height: 1.13;
      color: #000000; } }

h4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  color: #000000; }
  @media (min-width: 768px) {
    h4 {
      font-family: Montserrat;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.25;
      color: #000000; } }

a {
  font-family: Montserrat;
  font-size: 18px;
  color: #000000;
  text-decoration: none; }
  @media (min-width: 768px) {
    a {
      font-family: Montserrat;
      font-size: 18px;
      color: #000000;
      text-decoration: none; } }

button {
  width: 168px;
  height: 39px;
  font-family: Montserrat;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background: #0080ff; }
  button:hover {
    background-color: #0055A9;
    color: #fff; }
  @media (min-width: 768px) {
    button {
      width: 168px;
      height: 39px;
      font-family: Montserrat;
      font-size: 20px;
      text-align: center;
      color: #ffffff;
      background: #0080ff; }
      button:hover {
        background-color: #0055A9;
        color: #fff; } }

body {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5;
  color: #555555; }
  @media (min-width: 768px) {
    body {
      font-family: Montserrat;
      font-size: 16px;
      line-height: 1.5;
      color: #555555; } }

p {
  letter-spacing: -0.6px; }

footer .outer-row-boxed {
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important; }
  footer .outer-row-boxed > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0; }

footer .inner-row-boxed {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px; }

footer .fot_top {
  background-color: #fff;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9; }

footer .top {
  background-color: #00203b; }
  footer .top .logo-holder {
    padding-top: 20px;
    padding-left: 15px; }
  footer .top .nav-contact-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      footer .top .nav-contact-holder {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    footer .top .nav-contact-holder nav {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      @media (min-width: 768px) {
        footer .top .nav-contact-holder nav {
          -ms-flex-preferred-size: 66%;
              flex-basis: 66%; } }
      footer .top .nav-contact-holder nav .bottomnav {
        margin-top: 20px; }
        footer .top .nav-contact-holder nav .bottomnav > ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          list-style: none;
          padding-left: 15px;
          padding-right: 15px; }
          @media (min-width: 768px) {
            footer .top .nav-contact-holder nav .bottomnav > ul {
              height: 1125px;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
          @media (min-width: 1200px) {
            footer .top .nav-contact-holder nav .bottomnav > ul {
              height: 800px; } }
          footer .top .nav-contact-holder nav .bottomnav > ul > li {
            width: 100%;
            list-style: none;
            margin-bottom: 50px;
            padding-right: 20px; }
            footer .top .nav-contact-holder nav .bottomnav > ul > li:first-child {
              display: none; }
            footer .top .nav-contact-holder nav .bottomnav > ul > li.menu-item-3928 {
              display: none; }
            @media (min-width: 768px) {
              footer .top .nav-contact-holder nav .bottomnav > ul > li {
                width: 50%; } }
            @media (min-width: 1200px) {
              footer .top .nav-contact-holder nav .bottomnav > ul > li {
                width: 33%; } }
            footer .top .nav-contact-holder nav .bottomnav > ul > li > a {
              font-family: Montserrat;
              font-size: 20px;
              color: #000000;
              color: #f5edd0; }
              @media (min-width: 768px) {
                footer .top .nav-contact-holder nav .bottomnav > ul > li > a {
                  font-family: Montserrat;
                  font-size: 30px;
                  line-height: 1.13;
                  color: #000000;
                  color: #f5edd0; } }
              footer .top .nav-contact-holder nav .bottomnav > ul > li > a:hover {
                text-decoration: underline; }
            footer .top .nav-contact-holder nav .bottomnav > ul > li ul {
              list-style: none;
              padding-right: 20px; }
              footer .top .nav-contact-holder nav .bottomnav > ul > li ul li {
                list-style: none; }
                footer .top .nav-contact-holder nav .bottomnav > ul > li ul li a {
                  color: #f5edd0; }
                  footer .top .nav-contact-holder nav .bottomnav > ul > li ul li a:hover {
                    text-decoration: underline; }
                footer .top .nav-contact-holder nav .bottomnav > ul > li ul li ul {
                  display: none; }
    footer .top .nav-contact-holder .contact-div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        footer .top .nav-contact-holder .contact-div {
          -ms-flex-preferred-size: 33%;
              flex-basis: 33%; } }
      footer .top .nav-contact-holder .contact-div .fot_sec h3 {
        font-family: Montserrat;
        font-size: 20px;
        color: #000000;
        color: #f5edd0; }
        @media (min-width: 768px) {
          footer .top .nav-contact-holder .contact-div .fot_sec h3 {
            font-family: Montserrat;
            font-size: 30px;
            line-height: 1.13;
            color: #000000;
            color: #f5edd0; } }
      footer .top .nav-contact-holder .contact-div .fot_sec a {
        font-family: Montserrat;
        font-size: 20px;
        color: #000000;
        color: #f5edd0; }
        @media (min-width: 768px) {
          footer .top .nav-contact-holder .contact-div .fot_sec a {
            font-family: Montserrat;
            font-size: 30px;
            line-height: 1.13;
            color: #000000;
            color: #f5edd0; }
            footer .top .nav-contact-holder .contact-div .fot_sec a:hover {
              text-decoration: underline; } }
        footer .top .nav-contact-holder .contact-div .fot_sec a:hover {
          text-decoration: underline; }
      footer .top .nav-contact-holder .contact-div ul {
        list-style: none; }
        footer .top .nav-contact-holder .contact-div ul li {
          list-style: none;
          color: #f5edd0 !important;
          font-size: 16px;
          font-weight: 400;
          font-family: 'Montserrat', sans-serif;
          padding: 4px 0px;
          float: left;
          width: 100%; }
          footer .top .nav-contact-holder .contact-div ul li span {
            font-size: 24px;
            font-weight: 600;
            color: #f5edd0 !important; }

footer .bottom {
  background-color: #00203b; }
  footer .bottom .holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1000px) {
      footer .bottom .holder {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    footer .bottom .holder .copyright {
      font-family: Montserrat;
      font-size: 12px;
      line-height: 3.33;
      color: #ffffff;
      margin-bottom: 10px; }
      footer .bottom .holder .copyright .textwidget p {
        margin-bottom: 0;
        margin-top: 0; }
        @media (min-width: 1000px) {
          footer .bottom .holder .copyright .textwidget p {
            margin-bottom: 12px;
            margin-top: 12px; } }
    footer .bottom .holder .funded .textwidget p {
      margin-bottom: 0;
      margin-top: 0; }
      @media (min-width: 1000px) {
        footer .bottom .holder .funded .textwidget p {
          margin-bottom: 12px;
          margin-top: 12px; } }
      footer .bottom .holder .funded .textwidget p a {
        font-family: Montserrat;
        font-size: 12px;
        line-height: 3.33;
        color: #ffffff; }

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