﻿/*dk blue*/
/*lt blue*/
/*orange*/
/*pink*/
@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Archivo:700|News+Cycle:400,700&display=swap");
html {
  position: relative;
  height: 100%;
  width: 100%; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'News Cycle', sans-serif;
  font-size: 20px;
  background: #131946; }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.nobreak {
  white-space: nowrap; }

.centered {
  text-align: center; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

h2 {
  text-transform: uppercase; }

a {
  color: #131946;
  text-decoration: underline; }
  a:hover {
    color: #7c83b4; }

ul {
  list-style: none;
  padding: 0; }

li {
  padding-left: 1.5em; }
  li:before {
    content: "\f0da";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    /* same as padding-left set on li */
    width: 1em;
    /* same as padding-left set on li */ }
  li ul li:before {
    content: "\f105";
    /* FontAwesome Unicode */ }

hr {
  background: #131946;
  height: 1px;
  border: 0; }

/*this is for accessibility, gives screen readers option to skip navigation and go straight to content*/
#skipNav a {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  z-index: 50;
  background: #131946;
  color: white;
  padding: 12px; }
  #skipNav a:active, #skipNav a:focus, #skipNav a:hover {
    left: 0;
    top: 0; }

header {
  width: 100%;
  background: white; }
  header #logo {
    display: block;
    margin: 0 5%; }
    header #logo #title {
      display: block;
      font-size: 1.3em;
      padding: 0;
      margin: 0;
      color: #7c83b4; }
    header #logo #gov {
      display: block;
      font-size: 2em;
      font-weight: bold;
      padding: 0;
      margin: -20px 0 0 0;
      color: #131946; }
  header #hamb {
    position: absolute;
    top: 20px;
    right: 5%;
    cursor: pointer;
    z-index: 10; }
  header nav {
    display: none;
    position: absolute;
    top: 80px;
    bottom: 0;
    padding: 0 5%;
    background: rgba(19, 25, 70, 0.8);
    color: white;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: 30; }
    header nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      text-align: center; }
      header nav ul li {
        display: block;
        padding: 10px 0;
        margin-top: 15px;
        background: #131946;
        border: 1px solid white; }
        header nav ul li:before {
          display: none; }
        header nav ul li.hasSub a {
          cursor: default; }
        header nav ul li.hasSub ul li a {
          cursor: pointer; }
        header nav ul li a {
          display: block;
          text-decoration: none;
          color: white;
          font-size: 1.3em;
          text-transform: uppercase;
          padding: 10px 0; }
        header nav ul li ul li {
          padding: 0;
          background: none;
          border: none;
          margin: 0; }
          header nav ul li ul li a {
            color: #7c83b4;
            font-size: .9em; }
      header nav ul li#social a {
        display: inline-block;
        padding: 0 12px;
        margin: 0 12px; }
  header #intro {
    position: relative;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 5%;
    background: url("/img/intro-back02.jpg") no-repeat center 30px;
    background-size: 100% 100%;
    font-size: 1.3em; }
    header #intro #govPic {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      border-radius: 50%;
      background: gray;
      border: 4px solid white;
      background: url("/img/gov-photo2.jpg") no-repeat;
      background-size: contain; }
    header #intro #introText {
      display: block;
      text-align: center;
      color: white;
      font-style: italic;
      padding: 15px 0; }
      header #intro #introText span {
        font-style: normal;
        font-family: Archivo;
        font-weight: 700;
        margin: 0 3px 0 6px;
        white-space: nowrap; }

#searchPanel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 25, 70, 0.9);
  z-index: 100;
  display: none; }
  #searchPanel #helpme {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 2em;
    font-weight: bold; }
  #searchPanel #searchClose {
    display: block;
    margin-top: 40px;
    text-align: center; }
    #searchPanel #searchClose a {
      color: white;
      text-decoration: none; }
  #searchPanel .gsc-control-cse {
    border: none !important;
    background: none !important; }
  #searchPanel .gsc-input-box {
    border-radius: 0; }
  #searchPanel #gsc-i-id1 {
    background: none !important;
    text-indent: 0 !important; }
  #searchPanel .gsc-search-button-v2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #searchPanel .gsc-search-button-v2 {
    padding: 14px; }
  #searchPanel .gsc-search-button-v2, #searchPanel .gsc-search-button-v2:hover, #searchPanel .gsc-search-button-v2:focus {
    border-color: #7c83b4;
    background-color: #7c83b4; }

main {
  background: white; }

section {
  width: 100%;
  padding: 10px 5% 30px 5%; }

.sectionHead {
  display: block;
  text-align: center;
  font-size: 2em; }
  .sectionHead span {
    font-weight: bold;
    text-transform: uppercase; }

#homeBar {
  margin-top: -45px;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(to bottom, white, rgba(124, 131, 180, 0.2)); }

section#homeNews {
  background: white;
  padding: 0 2.5%; }
  section#homeNews .newsBlock {
    position: relative;
    padding: 0;
    margin: 30px 0 0 0;
    border: 1px solid #7c83b4;
    background-image: linear-gradient(to bottom, white, rgba(124, 131, 180, 0.2)); }
    section#homeNews .newsBlock .newsTitle {
      display: block;
      height: 100px;
      margin: 0;
      padding: 5px 20px 0 20px;
      color: #131946;
      font-size: 1em;
      line-height: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
      section#homeNews .newsBlock .newsTitle .alignmiddle {
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
    section#homeNews .newsBlock .newsDate {
      display: block;
      padding: 0 20px 10px 20px;
      margin: 0;
      color: gray;
      text-align: center;
      font-size: .9em; }
    section#homeNews .newsBlock .newsDetail {
      padding: 0 20px;
      text-align: justify;
      text-justify: inter-word;
      margin-bottom: 40px;
      font-size: .9em; }
    section#homeNews .newsBlock a {
      position: absolute;
      bottom: -1px;
      right: -1px;
      display: inline-block;
      text-align: center;
      padding: 6px 20px;
      text-transform: uppercase;
      text-decoration: none;
      background: white;
      border: 1px solid #7c83b4; }
  section#homeNews a.moreNews {
    display: block;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    transition: .5s; }

section#homeSlider {
  background-image: linear-gradient(-160deg, rgba(124, 131, 180, 0.2), white);
  text-align: center;
  height: 260px; }
  section#homeSlider .carousel-inner {
    height: 200px; }
  section#homeSlider .carousel-indicators {
    bottom: -45px; }
    section#homeSlider .carousel-indicators li {
      background-color: black; }
  section#homeSlider .carousel-control-next, section#homeSlider .carousel-control-prev {
    width: unset; }
  section#homeSlider .carousel-control-prev-icon, section#homeSlider .carousel-control-next-icon {
    width: 40px;
    height: 40px; }
  section#homeSlider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
  section#homeSlider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
  section#homeSlider .carousel-item {
    height: 200px; }
    section#homeSlider .carousel-item img {
      max-width: 75%;
      max-height: 200px;
      margin: 0 auto; }
    section#homeSlider .carousel-item .carousel-caption {
      font-size: .7em;
      right: 12.5%;
      left: 12.5%;
      /*background: $secCol;*/
      color: black;
      bottom: 0 !important;
      padding: 10px 0; }
      section#homeSlider .carousel-item .carousel-caption h5 {
        font-weight: bold; }
      section#homeSlider .carousel-item .carousel-caption p {
        font-size: .8em;
        margin-bottom: 0; }
        section#homeSlider .carousel-item .carousel-caption p a {
          color: #131946; }

section#homePillars {
  position: relative;
  background: #131946;
  color: white; }
  section#homePillars #pillar-contain {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 15px auto; }
    section#homePillars #pillar-contain #pillars a.pillar-box {
      display: block;
      position: relative;
      padding: 8px 12px;
      margin-bottom: 15px;
      box-shadow: 1px 1px 8px rgba(124, 131, 180, 0.2), -1px 1px 8px 6px rgba(124, 131, 180, 0.2), 1px -1px 8px rgba(124, 131, 180, 0.2), -1px -1px 8px rgba(124, 131, 180, 0.2);
      background: #131946;
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      transition: .5s; }
      section#homePillars #pillar-contain #pillars a.pillar-box:last-of-type {
        margin-bottom: 0; }
      section#homePillars #pillar-contain #pillars a.pillar-box:hover {
        color: white;
        box-shadow: 1px 1px 8px rgba(124, 131, 180, 0.6), -1px 1px 8px 6px rgba(124, 131, 180, 0.6), 1px -1px 8px rgba(124, 131, 180, 0.2), -1px -1px 8px rgba(124, 131, 180, 0.6); }
      section#homePillars #pillar-contain #pillars a.pillar-box .more {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 8px 8px 8px 30px;
        background-image: linear-gradient(to right, transparent, #131946 30%);
        z-index: 20; }
    section#homePillars #pillar-contain #pillarPic {
      width: 100%;
      margin-top: 20px;
      border: 1px solid #7c83b4; }
  section#homePillars a.viewAll {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    transition: .5s; }
    section#homePillars a.viewAll:hover {
      color: #7c83b4; }

section#homeQuote {
  background: white; }
  section#homeQuote #quote {
    position: relative;
    width: 80%;
    margin: 15px auto;
    font-style: italic;
    letter-spacing: 3px;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-word; }
    section#homeQuote #quote #sig {
      display: block;
      width: 100%;
      margin-top: 15px; }

section#homeBttm {
  position: relative;
  background: url("/img/Badlands.jpg") no-repeat center bottom;
  background-size: auto 100%;
  min-height: 400px;
  text-align: center; }
  section#homeBttm #sealCont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: white;
    padding: 20px 5%;
    background: rgba(19, 25, 70, 0.8); }
    section#homeBttm #sealCont span {
      display: none; }
    section#homeBttm #sealCont img {
      display: block;
      margin: -70px auto 10px auto;
      width: 100px; }

section#secondary {
  padding: 0; }
  section#secondary h1 {
    background-image: linear-gradient(to bottom, white, rgba(124, 131, 180, 0.2));
    color: #131946;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 14px 0; }
  section#secondary .content {
    padding: 5%; }
    section#secondary .content p {
      margin-bottom: 30px; }
    section#secondary .content figure {
      width: 100%;
      border: 2px solid #7c83b4; }
      section#secondary .content figure img {
        width: 100%; }
      section#secondary .content figure figcaption {
        background: #7c83b4;
        padding: 5px 3px;
        color: white;
        font-size: .8em;
        text-align: center;
        font-style: italic; }
    section#secondary .content .lft-col {
      width: 100%; }
    section#secondary .content .rt-col {
      width: 100%;
      margin-top: 5%; }
      section#secondary .content .rt-col .backColor {
        width: 100%;
        background: rgba(124, 131, 180, 0.2);
        margin: 0;
        padding: 15px;
        text-align: left; }
    section#secondary .content a.btn {
      background: #131946;
      padding: 6px 12px;
      margin-bottom: 5px;
      color: white;
      text-decoration: none;
      transition: .5s; }
      section#secondary .content a.btn:hover {
        background: #7c83b4;
        color: white; }
    section#secondary .content .newsitem {
      border: 1px solid #7c83b4;
      padding: 0;
      margin-bottom: 25px;
      background: rgba(124, 131, 180, 0.1); }
      section#secondary .content .newsitem h2 {
        padding: 12px 10px 3px 10px;
        font-size: 1.3em;
        font-weight: bold;
        color: #131946;
        text-transform: initial; }
      section#secondary .content .newsitem .newsdate {
        padding: 3px 10px;
        color: gray; }
      section#secondary .content .newsitem .newsarticle {
        padding: 6px 10px 12px 10px; }
    section#secondary .content .vidWrapper {
      position: relative;
      padding-bottom: 55%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      section#secondary .content .vidWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    section#secondary .content .teamDefault {
      padding-bottom: 10px;
      margin-bottom: 15px;
      width: 100%;
      clear: both; }
      section#secondary .content .teamDefault img {
        float: left;
        width: 20%;
        margin: 0 10px 10px 0; }
    section#secondary .content .office h3 a {
      font-size: .6em;
      text-decoration: none;
      float: right; }
    section#secondary .content dl {
      padding: 0; }
      section#secondary .content dl dt {
        padding: 8px 0;
        margin: 0; }
        section#secondary .content dl dt a {
          position: relative;
          display: block;
          text-decoration: none;
          background: #131946;
          color: white;
          padding: 8px 12px;
          margin: 0;
          border-radius: 8px 8px 0 0;
          transition: .5s; }
          section#secondary .content dl dt a:hover {
            background: #7c83b4; }
          section#secondary .content dl dt a:after {
            position: absolute;
            right: 10px;
            content: "\f101";
            font-family: FontAwesome;
            margin-left: 10px; }
      section#secondary .content dl dd {
        background: rgba(124, 131, 180, 0.2);
        padding: 20px;
        margin: -20px 0 20px 0;
        border: 1px solid #131946;
        border-radius: 0 0 8px 8px; }

footer {
  width: 100%;
  padding: 30px 5%;
  margin: 0;
  background: #131946;
  color: white;
  border-top: 2px solid white;
  text-align: center;
  font-size: .9em; }
  footer ul {
    margin: 0 0 12px 0;
    padding: 0;
    list-style-type: none; }
    footer ul li {
      margin: 0;
      padding: 0; }
    footer ul li:before {
      content: ''; }
  footer a {
    margin-top: 10px;
    padding: 0 10px;
    color: #7c83b4; }
    footer a:hover {
      color: white; }

/*footer {
    width: 100%;
    padding: 30px 5%;
    margin: 0;
    background: $primCol;
    color: white;
    border-top: 2px solid white;

    .footLinks {
        margin-bottom: 15px;
        text-align: center;
        width: auto;

        a {
            display: block;
            color: white;
            background: rgba($secCol, .1);
            border: 1px solid $secCol;
            margin: 5px 0;
            padding: 8px 20px;
            text-decoration: none;
            transition: .5s;

            &:hover {
                background: rgba($secCol, .5);
            }
        }
    }

    .footAdd {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;

        span {
            display: block;
            color: $secCol;
            margin: 0 0 10px 0;
        }
    }

    .footExtra {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;

        a {
            display: block;
            color: $secCol;
            margin: 0 0 10px 0;

            &:hover {
                color: white;
            }
        }
    }
}*/
@media screen and (min-width: 576px) {
  /*-------------------------------min-width 576px--------------------------*/ }

/*min-width 576 end*/
@media screen and (min-width: 768px) {
  /*-------------------------------min-width 768px--------------------------*/
  section#homeSlider {
    height: 460px; }
    section#homeSlider .carousel-inner {
      height: 400px; }
    section#homeSlider .carousel-indicators {
      bottom: -45px; }
    section#homeSlider .carousel-item {
      height: 400px; }
      section#homeSlider .carousel-item img {
        max-width: 90%;
        max-height: none;
        margin: 0 auto; }
      section#homeSlider .carousel-item .carousel-caption {
        font-size: unset;
        right: 5%;
        left: 5%;
        /*background: rgba(white, .6);*/
        bottom: 0 !important;
        padding: 10px 0; }
        section#homeSlider .carousel-item .carousel-caption h5 {
          font-weight: bold; }
        section#homeSlider .carousel-item .carousel-caption p {
          font-size: .8em;
          margin-bottom: 0; }
  section#homeQuote #quote {
    margin: 50px auto 110px; }
    section#homeQuote #quote #sig {
      display: initial;
      position: absolute;
      right: 0;
      bottom: -80px;
      width: 50%;
      /*margin-top: 15px;*/ }
  section#homeBttm {
    background: url("/img/Badlands.jpg") no-repeat center center;
    background-size: 100% auto; }
  footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    footer ul li:after {
      content: '|';
      margin: 0 10px;
      color: #7c83b4; }
    footer ul li:last-of-type:after {
      content: ''; }
  footer a {
    margin-top: 10px;
    padding: 0 10px;
    color: #7c83b4; }
    footer a:hover {
      color: white; } }

/*min-width 768 end*/
@media screen and (min-width: 992px) {
  /*-------------------------------min-width 992px--------------------------*/
  header {
    background-image: linear-gradient(to bottom, rgba(124, 131, 180, 0.2), rgba(124, 131, 180, 0.8));
    background-size: 100% 45px;
    background-repeat: no-repeat; }
    header #logo {
      display: inline-block;
      margin-top: 0; }
      header #logo #title {
        font-size: 1.6em;
        color: white; }
      header #logo #gov {
        font-size: 3em;
        font-weight: bold;
        margin: -20px 0 0 0; }
    header #hamb {
      display: none; }
    header nav {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: unset;
      padding: 0 5% 0 0;
      background: none;
      width: auto;
      height: auto;
      z-index: 200; }
      header nav ul {
        position: relative;
        margin: 5px 0 0 0;
        text-align: right; }
        header nav ul li {
          position: relative;
          display: inline-block;
          padding: 0 20px;
          margin-top: 0;
          background: none;
          border: none; }
          header nav ul li a {
            display: inline-block;
            color: #131946;
            font-size: 1em;
            transition: .5s; }
            header nav ul li a:hover {
              text-decoration: none;
              color: #7c83b4; }
          header nav ul li:last-of-type {
            padding-right: 0; }
            header nav ul li:last-of-type ul {
              left: auto;
              right: 0; }
          header nav ul li ul {
            position: absolute;
            top: 30px;
            left: 0;
            background: white;
            text-align: center;
            margin-left: 0;
            padding: 0 12px;
            min-width: 100%;
            border-top: 2px solid #7c83b4; }
            header nav ul li ul li {
              display: block;
              padding: 0;
              background: none;
              border: none;
              margin: 0; }
              header nav ul li ul li a {
                color: #7c83b4;
                white-space: nowrap;
                font-size: .8em;
                padding: 5px 0; }
                header nav ul li ul li a:hover {
                  color: black; }
          header nav ul li ul.subNav {
            display: none;
            transition: .5s; }
        header nav ul li#social {
          display: block;
          padding: 0;
          margin: 0 0 24px 0;
          font-size: 1.2em; }
          header nav ul li#social a {
            display: inline-block;
            padding: 0 16px;
            margin: 0 12px;
            color: #131946; }
            header nav ul li#social a:hover {
              color: #7c83b4; }
            header nav ul li#social a:last-of-type {
              padding-right: 0;
              margin-right: 0; }
      header nav .hasSub:hover > ul.subNav {
        display: block; }
    header #intro {
      display: table;
      width: 100%;
      /*position: relative;*/
      top: -15px;
      /*clear: both;*/
      /*display: block;*/
      margin: 0;
      /*padding: 0 5%;*/
      background: url("/img/intro-back02.jpg") no-repeat center center;
      background-size: 100% 80%;
      font-size: 1.8em; }
      header #intro #govPic {
        display: table-cell;
        width: 300px;
        height: 300px;
        margin: 0;
        /*border-radius: 50%;*/
        /*background: gray;*/
        border: 6px solid white;
        /*background: url("/img/gov-photo.jpg") no-repeat;
                background-size: contain;*/ }
      header #intro #introText {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        text-align: right;
        font-size: unset;
        /*color: white;
                font-style: italic;
                padding: 15px 0;*/ }
        header #intro #introText br {
          display: none; }
        header #intro #introText span {
          /*font-style: normal;
                    font-weight: bold;
                    margin: 0 3px;
                    white-space: nowrap;*/ }
  #searchPanel {
    background: rgba(255, 255, 255, 0.9); }
    #searchPanel #helpme {
      display: none; }
    #searchPanel #searchClose {
      margin-top: 0; }
      #searchPanel #searchClose a {
        color: #131946; }
  section#homeNews .row {
    margin-bottom: 30px; }
    section#homeNews .row .newsBlock {
      height: 100%; }
  section#homeNews a.moreNews {
    margin: 50px 0 20px 0;
    padding: 10px 0; }
  section#homePillars {
    position: relative;
    background: #131946;
    color: white; }
    section#homePillars #pillar-contain #pillars {
      position: absolute;
      top: 0;
      bottom: 0;
      float: left;
      width: 55%;
      display: flex;
      flex-direction: column; }
      section#homePillars #pillar-contain #pillars a.pillar-box {
        flex: 1;
        display: flex;
        align-items: center; }
        section#homePillars #pillar-contain #pillars a.pillar-box .more {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          padding: 0 8px;
          display: flex;
          align-items: center; }
          section#homePillars #pillar-contain #pillars a.pillar-box .more i {
            margin: 5px 0 0 5px; }
    section#homePillars #pillar-contain #pillarPic {
      float: right;
      width: 40%;
      margin-top: 0; }
  section#secondary {
    margin-top: -40px; }
    section#secondary h1 {
      text-align: right;
      text-transform: uppercase;
      padding: 10px 5% 14px 0; }
    section#secondary .content .lft-col {
      float: left;
      width: 65%;
      /*img{
                    float: left;
                    width: 15%;
                    margin: 0 15px 15px 0;
                }*/ }
    section#secondary .content .lft-col.equal {
      float: left;
      width: 47%; }
    section#secondary .content .rt-col {
      float: right;
      width: 30%;
      margin-top: 0;
      margin-left: 5%; }
    section#secondary .content .rt-col.equal {
      float: right;
      width: 47%; } }

/*min-width 992 end*/
@media screen and (min-width: 1285px) {
  /*-------------------------------min-width 1285px--------------------------*/
  section#homeBttm #sealCont span {
    display: inline-block; }
  section#homeBttm #sealCont br {
    display: none; } }

/*min-width 1285 end*/
@media screen and (min-width: 2000px) {
  /*-------------------------------min-width 2000px--------------------------*/
  section#homeQuote #quote {
    margin: 50px auto 180px; }
    section#homeQuote #quote #sig {
      bottom: -180px; } }

/*min-width 2000 end*/
