﻿/*blue*/
/*lt yellow*/
/*maroon*/
/*pink*/
/*dark brown*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;0,800;1,700&display=swap&family=Rubik:wght@300;400;700&display=swap");
html {
  position: relative;
  height: 100%;
  width: 100%;
  display: table; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table-cell;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px; }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.nobreak {
  white-space: nowrap; }

.centered {
  text-align: center; }

/*  global header styles  */
h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b3334;
  font-size: 2.3em;
  margin-bottom: 35px; }

h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b3334; }

h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b3334;
  font-size: 1.2em; }

/*  global list styles  */
ul li {
  padding-bottom: 10px; }

ul li::marker {
  content: '- ';
  color: #759fbc; }

ol li {
  padding-bottom: 10px; }

ol li::marker {
  color: #759fbc; }

table {
  width: auto;
  border-collapse: collapse; }
  table tr td {
    padding: 4px; }
  table tr:nth-child(odd) {
    background: rgba(231, 189, 112, 0.3); }

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

/*table.results{
    width: 100%;
    border-collapse: collapse;
    tr{
        background: none;
        th{
            border-bottom: 2px solid $fiveCol;
            color: $fiveCol;
        }
        td{
            border-bottom: 1px solid rgba($fiveCol, .3);
        }
        &:hover{
            background: rgba($primCol, .1);
        }
    }
}*/
a[href$=".pdf"]:after {
  /* adds pdf icon to all pdf links automatically */
  content: url(/img/file-pdf-fill.svg);
  vertical-align: super;
  padding-left: 6px; }

a.noicon[href$=".pdf"]:after {
  /* removes pdf icon when 'noicon' class added */
  content: "";
  vertical-align: initial;
  padding-left: initial; }

a[href$=".doc"]:after, a[href$=".docx"]:after {
  /* adds word icon to all .doc and .docx links automatically */
  content: url(/img/file-word-fill.svg);
  vertical-align: super;
  padding-left: 6px; }

a.noicon[href$=".doc"]:after, a.noicon[href$=".docx"]:after {
  /* removes word icon when 'noicon' class added */
  content: "";
  vertical-align: initial;
  padding-left: initial; }

/*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; }

#video {
  width: 100%; }
  #video video {
    width: 100%; }
  #video #vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    #video #vid iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3); }

.searchDiv {
  background-color: rgba(117, 159, 188, 0.8);
  color: white;
  font-family: 'EB Garamond', sans-serif;
  /*padding: 0 15%;*/ }
  .searchDiv .off-canvas-header .btn-close {
    color: white; }
  .searchDiv #searchHelp {
    /*font-size: 2em;*/
    text-align: center; }
  .searchDiv #search {
    display: block;
    margin: 0;
    padding: 0; }
    .searchDiv #search .gsc-control-cse {
      border: none;
      border-color: transparent;
      background-color: transparent;
      padding: 0;
      line-height: initial; }
      .searchDiv #search .gsc-control-cse form.gsc-search-box {
        margin-bottom: 0; }
        .searchDiv #search .gsc-control-cse form.gsc-search-box .gsib_a {
          padding: 4px 9px; }
    .searchDiv #search .gsc-input {
      background: none !important; }
    .searchDiv #search .gsc-modal-background-image-visible {
      opacity: .5; }
    .searchDiv #search .gsc-modal-background-image {
      background-color: black; }

header#menu {
  background: #211103;
  color: white; }
  header#menu #lftCol {
    position: absolute;
    left: 0;
    right: 85%;
    top: 0;
    bottom: 0;
    background: white url(/img/menu-border.png) repeat-y;
    background-size: 100% auto; }
    header#menu #lftCol a.social {
      display: block;
      padding: 20px 0;
      text-align: center;
      color: white; }
      header#menu #lftCol a.social i.bi {
        text-align: center;
        display: initial;
        color: white;
        position: initial; }
    header#menu #lftCol .home {
      background: #759fbc;
      transition: .5s; }
      header#menu #lftCol .home:hover {
        background: #47728f; }
    header#menu #lftCol .fb {
      background: #9b3334;
      transition: .5s; }
      header#menu #lftCol .fb:hover {
        background: #661414; }
    header#menu #lftCol .tw {
      background: #e7bd70;
      transition: .5s; }
      header#menu #lftCol .tw:hover {
        background: #ae863e; }
    header#menu #lftCol .ig {
      background: #759fbc;
      transition: .5s; }
      header#menu #lftCol .ig:hover {
        background: #47728f; }
  header#menu #rtCol {
    position: absolute;
    left: 15%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background: url(/img/DTR-logoFaded.png) no-repeat;
    background-size: 500px auto;
    background-position: -175px 300px; }
    header#menu #rtCol h5 {
      color: #759fbc; }
    header#menu #rtCol i.bi {
      color: #759fbc;
      position: absolute;
      top: 2%;
      right: 3%; }
    header#menu #rtCol #menuTop {
      width: 100%;
      text-align: center; }
      header#menu #rtCol #menuTop img {
        display: none; }
    header#menu #rtCol nav {
      font-family: 'EB Garamond', sans-serif; }
      header#menu #rtCol nav ul {
        margin: 0;
        padding: 0; }
        header#menu #rtCol nav ul li {
          margin: 0;
          padding: 0;
          list-style-type: none;
          text-transform: uppercase;
          padding: 5px 0; }
          header#menu #rtCol nav ul li a {
            display: block;
            text-decoration: none;
            color: #e7bd70; }
            header#menu #rtCol nav ul li a i.bi {
              color: #e7bd70;
              position: relative;
              top: unset;
              right: unset; }
            header#menu #rtCol nav ul li a.longtxt {
              line-height: .9em; }
            header#menu #rtCol nav ul li a img {
              display: none; }
        header#menu #rtCol nav ul li::marker {
          content: ''; }

section#start {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #211103; }
  section#start #title {
    display: block;
    text-align: center; }
    section#start #title #ag {
      display: block;
      color: #759fbc;
      line-height: 1em;
      margin-bottom: 2%;
      padding-top: 5%;
      font-family: 'EB Garamond', sans-serif;
      font-size: 1.1em;
      font-weight: 800;
      text-transform: uppercase; }
      section#start #title #ag #sm {
        font-size: .8em;
        font-weight: normal;
        text-transform: initial;
        color: #e7bd70; }
    section#start #title img {
      display: none; }
  section#start #border {
    width: 100%;
    height: 30px;
    background: white url(/img/menu-border-horiz.png) repeat-x;
    background-size: auto 100%; }
  section#start #hamb {
    display: block; }
    section#start #hamb a i.bi {
      text-align: center;
      display: block;
      font-size: 1.8em;
      color: white; }

section#contentHome #homeImgSlide {
  position: relative; }
  section#contentHome #homeImgSlide #homeImage {
    position: relative;
    width: 100%;
    height: 40vh;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
    section#contentHome #homeImgSlide #homeImage #homeImageClip {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(/img/homeimg-clip.png);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: auto 50%; }
  section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner {
    width: 90%;
    margin: 0 auto 20px auto; }
    section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item {
      width: 80%;
      margin: 0 auto;
      /*text-align: center;*/ }
      section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item h2 {
        color: #759fbc; }
      section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item p a {
        color: #e7bd70;
        text-decoration: none;
        transition: .5s; }
        section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item p a:hover {
          color: white; }
  section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-indicators {
    bottom: -20px; }
  section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-indicators [data-bs-target] {
    background-color: black;
    bottom: -20px; }
  section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(117,159,188)' 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") !important; }
  section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(117,159,188)' 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") !important; }

section#contentHome #homeContent-two {
  width: 100%;
  padding: 10px 2%; }
  section#contentHome #homeContent-two h2 {
    font-size: 2em; }
  section#contentHome #homeContent-two a.btn {
    padding: 6px 12px;
    margin: 10px 0 20px 0;
    color: #9b3334;
    text-transform: uppercase;
    border-radius: 0 6px 0 6px;
    border: 1px solid #759fbc;
    transition: .5s; }
    section#contentHome #homeContent-two a.btn:hover {
      background: rgba(117, 159, 188, 0.5);
      color: #211103; }

section#contentHome #homeContent-three {
  width: 100%;
  text-align: center;
  padding: 10px 2%; }
  section#contentHome #homeContent-three h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #9b3334; }
  section#contentHome #homeContent-three ul#social {
    padding: 20px 0;
    margin: 0;
    font-size: 2em; }
    section#contentHome #homeContent-three ul#social li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
      section#contentHome #homeContent-three ul#social li a {
        color: #9b3334;
        margin: 0 10px;
        transition: .5s; }
        section#contentHome #homeContent-three ul#social li a:hover {
          color: #211103; }
  section#contentHome #homeContent-three ul#quickLinks {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1em; }
    section#contentHome #homeContent-three ul#quickLinks li {
      list-style-type: none;
      display: block;
      padding: 0;
      margin: 1px 0; }
      section#contentHome #homeContent-three ul#quickLinks li a {
        display: block;
        background: #211103;
        color: white;
        text-decoration: none;
        padding: 10px;
        margin: 0;
        transition: .5s; }
        section#contentHome #homeContent-three ul#quickLinks li a:hover {
          background: #9b3334; }
  section#contentHome #homeContent-three .social {
    display: none; }
  section#contentHome #homeContent-three .fb_iframe_widget, section#contentHome #homeContent-three .fb_iframe_widget span, section#contentHome #homeContent-three .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    margin-bottom: 30px; }
  section#contentHome #homeContent-three .twitter-timeline {
    width: 100% !important; }

section#content {
  width: 100%;
  background: white;
  line-height: 1.5em;
  min-height: 100vh;
  background-image: none; }
  section#content .colLeft {
    width: 100%;
    margin: 0; }
  section#content .colRight {
    width: 100%;
    margin: 0; }
  section#content .colBig {
    width: 100%;
    margin: 0; }
  section#content .colHighlight {
    width: 100%;
    margin: 25px 0;
    padding: 30px 30px 15px 30px;
    font-size: .8em;
    background: rgba(255, 216, 158, 0.8);
    color: #211103;
    border-top: 6px solid #9b3334; }
    section#content .colHighlight ul {
      margin: 0;
      padding: 0; }
      section#content .colHighlight ul li {
        margin: 0;
        padding: 0; }
  section#content .secondNav {
    width: 100%;
    margin: 25px 0;
    /*border-top: 2px solid $primCol;
        border-bottom: 2px solid $primCol;*/
    background: rgba(255, 216, 158, 0.8);
    border-top: 6px solid #9b3334;
    text-align: center; }
    section#content .secondNav #OIElogo {
      width: 75%;
      border: none; }
    section#content .secondNav ul {
      margin: 2px 0;
      padding: 0; }
      section#content .secondNav ul li {
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #e7bd70; }
        section#content .secondNav ul li:first-of-type {
          border-top: 1px solid #e7bd70; }
        section#content .secondNav ul li a {
          display: block;
          margin: 0;
          padding: 5px 9px;
          /*background-color: $fiveCol;*/
          text-decoration: none;
          /*color: $secCol;*/
          color: #211103;
          text-align: center; }
        section#content .secondNav ul li a.ispage {
          background: #e7bd70;
          color: rgba(33, 17, 3, 0.5); }
  section#content #tertiaryNav {
    margin: 15px 0; }
    section#content #tertiaryNav .tertLink {
      /*padding-right: 25px;*/
      /*border-right: 1px solid gray;*/
      margin-bottom: 20px;
      /*&:last-child{
                border-right: none;
            }*/ }
      section#content #tertiaryNav .tertLink a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #759fbc;
        transition: .5s; }
        section#content #tertiaryNav .tertLink a:hover {
          color: #9b3334; }
        section#content #tertiaryNav .tertLink a i {
          display: block;
          font-size: 3em;
          margin-bottom: 15px; }
        section#content #tertiaryNav .tertLink a h2 {
          font-size: 1.5em;
          color: inherit; }
        section#content #tertiaryNav .tertLink a p {
          font-size: .8em;
          line-height: 1.2em; }
  section#content p {
    line-height: 2em; }
  section#content .feature {
    color: #9b3334; }
  section#content img {
    width: 100%;
    margin: 15px 0;
    border: 3px solid #9b3334;
    border-radius: 3px; }
  section#content img.noBorder {
    margin: 15px 0;
    border: none; }
  section#content img.imgWrap {
    width: 80%;
    margin: 0 10%; }

section#content.content-paddingRT {
  padding: 5%; }

section#content.content-padding {
  padding: 5%; }

form .contain {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0; }
  form .contain .city {
    margin-bottom: 20px; }
  form .contain .state {
    margin-bottom: 20px; }
  form .contain .phone {
    margin-bottom: 20px; }
  form .contain label {
    display: block;
    font-size: .9em; }
  form .contain .txtBox {
    width: 100%;
    padding: 9px;
    outline: none;
    border: 2px solid gray;
    border-radius: 0 8px 8px 8px;
    background: rgba(255, 255, 255, 0.5);
    color: black; }
  form .contain input.txtBox:focus, form .contain input.txtBox:active {
    border: 2px solid red; }
  form .contain .ddl {
    padding: 9px;
    outline: none;
    border: 2px solid gray;
    border-radius: 0 8px 8px 8px;
    background: rgba(255, 255, 255, 0.5); }
  form .contain .captchaBox {
    margin-bottom: 20px; }
  form .contain .subBttn {
    padding: 9px;
    background: #211103;
    color: white;
    font-weight: bold;
    border: 2px solid #9b3334;
    border-radius: 0 8px 8px 8px; }

form#searchLookup input {
  width: 100%;
  padding: 9px;
  outline: none;
  border: 2px solid gray;
  border-radius: 0 8px 8px 8px;
  background: rgba(255, 255, 255, 0.5);
  color: black; }

form#searchLookup #searchButton {
  padding: 9px;
  background: #211103;
  color: white;
  font-weight: bold;
  border: 2px solid #9b3334;
  border-radius: 0 8px 8px 8px;
  margin-top: 15px; }

form#searchLookup #searchButton:disabled, form#searchLookup #searchButton[disabled] {
  background: #A8A8A8;
  color: #E0E0E0;
  border: 2px solid #808080; }

#SearchResults div {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #9b3334;
  border-radius: 0 8px 8px 8px;
  padding: 0 0 15px 0;
  width: 100%;
  margin: 5%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
  #SearchResults div p {
    width: 100%;
    margin: 0;
    padding: 3px 15px;
    line-height: 1.5em !important; }
  #SearchResults div p.head {
    background: #9b3334;
    color: white;
    font-weight: bold;
    padding: 15px; }
  #SearchResults div p.bold {
    font-weight: bold;
    text-transform: uppercase; }
  #SearchResults div i {
    color: gray;
    font-size: .8em; }

#loadingSearch {
  margin: 10px 25px; }

.hidden {
  display: none; }

.field {
  font-style: italic;
  color: gray;
  font-size: .8em; }

.divider {
  color: rgba(0, 0, 0, 0.4);
  margin: 0 10px; }

.accordion .accordion-body {
  font-size: .8em; }

.accordion .tier-two {
  margin: 20px;
  border: 2px solid #759fbc; }

footer {
  width: 100%;
  background: #ffd89e;
  padding: 8px;
  margin: 0;
  text-align: center;
  font-size: .7em; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style-type: none;
      margin: 0;
      padding: 4px; }
      footer ul li a {
        color: rgba(33, 17, 3, 0.5);
        text-decoration: none;
        padding: 4px;
        border-bottom: 1px solid transparent;
        transition: .5s; }
        footer ul li a:hover {
          color: #211103;
          border-bottom: 1px solid #211103; }

#DTR-link {
  margin: 0;
  padding: 5px 2% 4px 0;
  background: black;
  width: 100%;
  overflow: hidden; }
  #DTR-link div {
    font-size: .9em;
    line-height: 1em;
    float: right; }
    #DTR-link div img {
      height: 40px; }
    #DTR-link div a {
      padding: 0 0 0 5px;
      color: rgba(255, 255, 255, 0.5);
      transition: .5s; }
      #DTR-link div a:hover {
        color: white; }

@media screen and (min-width: 576px) {
  /*-------------------------------min-width 576px--------------------------*/
  section#start {
    height: 80px; }
    section#start #title {
      display: initial;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 24px;
      width: 80%;
      text-align: right; }
      section#start #title #ag {
        display: inline-block;
        line-height: 1em;
        margin-bottom: 0;
        margin-top: 5px;
        padding-top: 0;
        font-size: 1em; }
        section#start #title #ag br {
          display: none; }
        section#start #title #ag #sm {
          font-size: .6em; }
      section#start #title img {
        display: inline-block;
        /*width: 40px;*/
        height: 90%;
        margin: 4px 2% 0 0; }
    section#start #hamb {
      display: inline-block;
      width: 15%; }
      section#start #hamb a i.bi {
        text-align: center;
        display: block;
        font-size: 1.8em;
        color: white; } }

/*min-width 576 end*/
@media screen and (min-width: 768px) {
  /*-------------------------------min-width 768px--------------------------*/
  .searchDiv {
    padding: 0 15%; }
    .searchDiv #searchHelp {
      font-size: 2em;
      text-align: left; }
    .searchDiv #search {
      display: block;
      margin: 0;
      padding: 0; }
      .searchDiv #search .gsc-control-cse {
        border: none;
        border-color: transparent;
        background-color: transparent;
        padding: 0;
        line-height: initial; }
        .searchDiv #search .gsc-control-cse form.gsc-search-box {
          margin-bottom: 0; }
          .searchDiv #search .gsc-control-cse form.gsc-search-box .gsib_a {
            padding: 4px 9px; }
      .searchDiv #search .gsc-input-box {
        border-radius: 6px 0 0 6px; }
      .searchDiv #search .gsc-input {
        padding: 8px 0 8px 8px !important; }
      .searchDiv #search .gsc-search-button {
        border-radius: 0 6px 6px 0;
        margin-left: 0;
        height: 44px; }
      .searchDiv #search .gsc-search-box td.gsc-input {
        padding-right: 0; }
      .searchDiv #search .gsc-modal-background-image-visible {
        opacity: .5; }
      .searchDiv #search .gsc-modal-background-image {
        background-color: black; }
  section#contentHome #homeImgSlide #homeImage {
    height: 60vh;
    background-size: 100% auto; }
    section#contentHome #homeImgSlide #homeImage #homeImageClip {
      background-size: 100% auto; }
  section#contentHome #homeImgSlide #homeSlider {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 50%;
    padding-top: 15px;
    background-image: linear-gradient(to right, rgba(33, 17, 3, 0.5), transparent);
    /*background: rgba(256, 256, 256, .5);*/
    z-index: 5; }
    section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item {
      color: white; }
      section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item h2 {
        color: white;
        text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
      section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-inner .item p {
        text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
    section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-indicators {
      bottom: -20px; }
    section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-indicators [data-bs-target] {
      background-color: white;
      bottom: -20px; }
    section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(256,256,256)' 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") !important; }
    section#contentHome #homeImgSlide #homeSlider #carouselHomeCaptions .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(256,256,256)' 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") !important; }
  section#contentHome #homeContent-three ul#quickLinks {
    width: 80%;
    margin: 0 auto; }
  section#contentHome #homeContent-three ul#social li {
    display: block;
    margin: 0 0 10px 0; }
    section#contentHome #homeContent-three ul#social li a {
      margin: 10px 0; }
  section#contentHome #homeContent-three .social {
    display: initial; }
  section#contentHome img {
    width: 50%;
    margin: 15px 0 15px 15px;
    float: right; }
  form .contain .city {
    display: inline-block;
    width: 50%;
    padding-right: 15px; }
  form .contain .state {
    display: inline-block;
    width: 25%;
    padding-right: 15px; }
  form .contain .zip {
    display: inline-block;
    width: 23%; }
  form .contain .phone {
    display: inline-block;
    width: 50%;
    padding-right: 15px; }
  form .contain .email {
    display: inline-block;
    width: 49%; }
  form .contain .ddl {
    padding: 12px 9px;
    width: 100%; }
  footer ul li {
    display: inline-block; } }

/*min-width 768 end*/
@media screen and (min-width: 992px) {
  /*-------------------------------min-width 992px--------------------------*/
  section#start {
    display: none; }
  header#menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px; }
    header#menu #rtCol .offcanvas-header {
      display: none; }
    header#menu #rtCol #menuTop {
      width: 100%;
      text-align: center; }
      header#menu #rtCol #menuTop img {
        display: initial;
        width: 80%;
        margin: 4% 0; }
    header#menu #rtCol nav ul {
      padding: 0 10px; }
      header#menu #rtCol nav ul li a {
        border-bottom: 1px solid transparent;
        transition: .5s; }
        header#menu #rtCol nav ul li a:hover {
          color: #e7bd70;
          border-bottom: 1px solid #759fbc; }
        header#menu #rtCol nav ul li a img {
          display: initial;
          width: 100%; }
  section#contentHome {
    float: right;
    width: calc(100% - 300px);
    background-size: 100% auto; }
    section#contentHome #homeImgSlide #homeImage {
      width: 100%;
      height: 80vh;
      background-image: url(/img/home-img/01-lg.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      section#contentHome #homeImgSlide #homeImage #homeImageClip {
        background: url(/img/homeimg-gradient.png), url(/img/homeimg-clip.png);
        background-repeat: repeat-y, no-repeat;
        background-position: left top, right bottom;
        background-size: auto auto, 100% auto; }
    section#contentHome #homeImgSlide #homeSlider {
      bottom: 100px; }
  section#content {
    float: right;
    width: calc(100% - 300px);
    /*background: url(/img/secondimg-clip.png) no-repeat top right;
        background-size: 100% auto;*/
    background-image: url(/img/secondaryimg-clip.png), url(/img/secondaryimg-gradient.png), url(/img/secondary-img/01.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto 100vh, auto 100vh;
    background-position: top right, top right, top right;
    background-attachment: fixed; }
    section#content .colLeft {
      width: 48%;
      margin: 0;
      float: left; }
    section#content .colRight {
      width: 48%;
      margin: 0;
      float: right; }
    section#content .colBig {
      width: 70%;
      margin: 0;
      float: left; }
    section#content .colHighlight {
      width: 25%;
      margin: 10px 0 0 0;
      float: right; }
    section#content .secondNav {
      width: 25%;
      margin: 10px 0 0 30px;
      float: right;
      /*            border-left: 2px solid $primCol;
            border-top: none;
            border-bottom: none;*/
      box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.8), -5px -5px 10px rgba(255, 255, 255, 0.8); }
      section#content .secondNav ul {
        margin: 0 0 0 2px; }
        section#content .secondNav ul li a {
          background: initial;
          transition: .5s; }
          section#content .secondNav ul li a:hover {
            background: #e7bd70; }
    section#content #tertiaryNav .tertLink a i {
      font-size: 1.2em; }
    section#content #tertiaryNav .tertLink a h2 {
      font-size: 1em; }
    section#content img {
      width: 30%;
      marging: 30px 0 30px 30px; }
    section#content img.imgWrap {
      float: right;
      width: 30%;
      margin: 0 0 15px 15px; }
  .video {
    width: 75%; }
  section#content.content-paddingRT {
    padding: 3% 15% 5% 3%; }
  section#content.content-padding {
    padding: 3%; }
  .accordion {
    width: 75%; }
    .accordion .tier-two {
      width: 90%; }
  footer {
    float: right;
    width: calc(100% - 300px); } }

/*min-width 992 end*/
@media screen and (min-width: 1285px) {
  /*-------------------------------min-width 1285px--------------------------*/
  #SearchResults div {
    float: left;
    width: 40%;
    margin: 5% 5% 0 0; }
    #SearchResults div:nth-of-type(odd) {
      clear: both; } }

/*min-width 1285 end*/
@media screen and (min-width: 2000px) {
  /*-------------------------------min-width 2000px--------------------------*/ }

/*min-width 2000 end*/
