/***** BEGIN RESET *****/

* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "robotoregular", Arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
}

/***** END RESET *****/

@font-face {
  font-family: "robotoregular";
  src: url("../webfonts/Roboto-Regular-webfont.eot");
  src: url("../webfonts/Roboto-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Roboto-Regular-webfont.woff") format("woff"),
    url("../webfonts/Roboto-Regular-webfont.ttf") format("truetype"),
    url("../webfonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoitalic";
  src: url("../webfonts/Roboto-Italic-webfont.eot");
  src: url("../webfonts/Roboto-Italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Roboto-Italic-webfont.woff") format("woff"),
    url("../webfonts/Roboto-Italic-webfont.ttf") format("truetype"),
    url("../webfonts/Roboto-Italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../webfonts/Roboto-Bold-webfont.eot");
  src: url("../webfonts/Roboto-Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Roboto-Bold-webfont.woff") format("woff"),
    url("../webfonts/Roboto-Bold-webfont.ttf") format("truetype"),
    url("../webfonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold_italic";
  src: url("../webfonts/Roboto-BoldItalic-webfont.eot");
  src: url("../webfonts/Roboto-BoldItalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Roboto-BoldItalic-webfont.woff") format("woff"),
    url("../webfonts/Roboto-BoldItalic-webfont.ttf") format("truetype"),
    url("../webfonts/Roboto-BoldItalic-webfont.svg#robotobold_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

header,
nav,
article,
footer {
  display: block;
}
body {
  font-family: "robotoregular";
  color: #000;
  font-size: 14px;
  font-weight: normal;
  background: #464646;
  -webkit-text-size-adjust: none;
}

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1230px;
}
.show-tablet {
  display: none;
}

/** typography styles **/
p {
  margin-bottom: 14px;
}
.no-margin {
  margin: 0 !important;
  color:#b3b3b3;
}

em {
  font-family: "robotoitalic";
  font-style: normal;
}
strong {
  font-weight: normal;
  font-family: "robotobold";
}
.bold-italic {
  font-family: "robotobold_italic";
}

.shadowed {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.red {
  color: #a90000;
}
.gray {
  color: #999;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}

a {
  color: #a90000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: "robotobold";
  margin-bottom: 5px;
  line-height: 44px;
  text-transform: uppercase;
}
h2 {
  color: #a90000;
  font-size: 28px;
  font-weight: normal;
  font-family: "robotobold";
  margin-bottom: 12px;
}
h3 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-family: "robotobold";
  margin-bottom: 15px;
  text-transform: uppercase;
}
h3 a {
  color: #fff!important;
  text-decoration: none;
  font-family: "robotobold";
  white-space: nowrap;
}
h3 a:hover {
  color: #d7d7d7;
}
h4 {
  color: #e6e6e6;
  font-size: 20px;
  font-weight: normal;
  font-family: "robotobold_italic";
  margin-bottom: 0;
}
h5 {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: normal;
  font-family: "robotoitalic";
  margin-bottom: 0;
}
h6 {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: normal;
  font-family: "robotobold";
  margin-bottom: 5px;
  text-transform: uppercase;
}

.full-img {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.full-img img {
  width: 100%;
  width: calc(100% - 4px);
  border: 2px #a90000 solid;
  height: auto;
  display: block;
  max-width: 1230px;
}

.rt-img {
  width: 25%;
  float: right;
  display: block;
  margin: 0 0 25px 3%;
}
.rt-img img {
  width: 100%;
  width: calc(100% - 4px);
  border: 2px #a90000 solid;
  height: auto;
  display: block;
  max-width: 308px;
}

.rt-img-lg {
  width: 35%;
  float: right;
  display: block;
  margin: 0 0 25px 3%;
}
.rt-img-lg img {
  width: 100%;
  height: auto;
  display: block;
}

.quarter-photo {
  width: 23%;
  margin: 0 2% 15px 0;
  float: left;
}
.quarter-photo img {
  width: 100%;
  width: calc(100% - 4px);
  border: 2px #a90000 solid;
  height: auto;
  display: block;
}
.quarter-photo:nth-of-type(5) {
  clear: left;
}

ul.list {
  list-style: disc;
  margin: 0 0 14px 14px;
}
ul.list li {
  list-style: disc;
  margin-left: 14px;
}

/** header styles **/
header {
  background: url("../siteart/layout/90-red.png") repeat;
  position: fixed;
  width: 100%;
  padding: 15px 0 20px 0;
  z-index: 100;
}
header.sticky {
  background: #a90000;
}
.logo {
  width: 27%;
  float: left;
  margin-right: 3%;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 287px;
  margin-bottom: 2px;
}
.rt-header {
  width: 70%;
  float: left;
  text-align: right;
}
.rt-header h3 {
  margin-bottom: 30px;
}

/** nav styles **/
nav {
  width: 100%;
}
nav ul {
  width: 100%;
  text-align: right;
}
nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
nav a:link,
nav a:active,
nav a:visited {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 0 10px;
  line-height: 20px;
  font-size: 16px;
  font-family: "robotobold";
}
nav a:hover {
  color: #d7d7d7;
}
nav li:last-child a {
  padding-right: 0;
}

nav ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 20px;
  left: 0;
  width: 200px;
  background: #8f0000;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav ul li:hover > ul {
  display: block;
  z-index: 99999;
}
nav ul ul li {
  float: none;
  position: relative;
  display: block;
}
nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
  font-size: 14px;
  line-height: 16px;
  padding: 7px 0px 7px 17px;
  border-bottom: 1px solid #a90000;
  text-align: left;
  color: #fff;
}
nav ul ul li a:hover {
  background: #000;
  color: #fff;
}

/** content styles **/
.padded-header {
  width: 100%;
  height: 140px;
  display: block;
  background: #fff;
}

.hero {
  width: 100%;
  display: block;
}
.hero img {
  width: 100%;
  height: auto;
  display: block;
}
.welcome {
  width: 96%;
  text-align: center;
  background: url("../siteart/layout/red-wheat.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding: 15px 2%;
}

article {
  width: 100%;
  background: #fff;
  padding: 30px 0;
  border-bottom: 5px #a90000 solid;
}
.lt-content {
  width: 68.5%;
  float: left;
  margin: 0 4.5% 0 0;
}
.rt-sidebar {
  width: 27%;
  float: left;
}

a.polaris {
  width: calc(84% - 4px);
  border: 2px #000 solid;
  display: block;
  height: 120px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  text-decoration: none;
  font-family: "robotobold";
  background-image: url("/siteart/rzr1000showroom.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  padding: 20% 8%;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color:#000;
}
.polaris span {
  position: relative;
  z-index: 3;
}
.bttn-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

a.polaris:hover .bttn-overlay {
  background: rgba(0, 0, 0, 0);
}

.box-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.box-links:after {
  content: "";
  display: block;
  clear: both;
}
.box-links a {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 75px 0;
  display: block;
  text-transform: uppercase;
  font-family: "robotobold";
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 30px;
}
.box-links a.inventory {
  background: #000 url("../siteart/layout/inventory-thumb-trans.png") no-repeat
    center;
  background-size: cover;
  transition: .3s ease all;
}
.box-links a.inventory:hover {
  background: #000 url("../siteart/layout/inventory-thumb.jpg") no-repeat center;
  background-size: cover;
}
.box-links a.parts {
  background: #000 url("../siteart/layout/parts-thumb-trans.png") no-repeat
    center;
  background-size: cover;
  transition: .3s ease all;
}
.box-links a.parts:hover {
  background: #000 url("../siteart/layout/parts-thumb.jpg") no-repeat center;
  background-size: cover;
}
.box-links a.service {
  background: #000 url("../siteart/layout/service-thumb-trans.png") no-repeat
    center;
  background-size: cover;
  transition: .3s ease all;
}
.box-links a.service:hover {
  background: #000 url("../siteart/layout/service-thumb.jpg") no-repeat center;
  background-size: cover;
}
.box-links a.location {
  background: #000 url("../siteart/layout/location-thumb-trans.png") no-repeat
    center;
  background-size: cover;
  transition: .3s ease all;
}
.box-links a.location:hover {
  background: #000 url("../siteart/layout/location-thumb.jpg") no-repeat center;
  background-size: cover;
}

/* staff styles */
.team-btns {
  width: 100%;
  display: block;
}
.team-btns:after {
  clear: both;
  content: "";
  display: block;
}
.team-btns div {
  width: 23%;
  float: left;
  text-align: center;
  background: #000;
  color: #fff;
  margin: 0 2% 10px 0;
  padding: 12px 0;
  font-family: "robotobold";
  transition: all 0.2s ease-in-out;
}
.team-btns div:hover {
  background: #a90000;
  cursor: pointer;
}
.staff-box {
  width: 100%;
}
.staff {
  width: 23%;
  float: left;
  margin: 0 2% 20px 0;
}
.staff img.emp {
  width: 100%;
  width: calc(100% - 2px);
  height: auto;
  display: block;
  border: 1px #000 solid;
  max-width: px;
  margin-bottom: 5px;
}
hr.hr-3 {
  border: 0;
  height: 0;
  border-top: 1px solid #8c8c8c;
  margin: 50px 0;
}

.staff a img {
  width: 15%;
  float: left;
  margin: 0 2% 0 0;
  height: auto;
  max-width: 20px;
}

/* contact styles */
.contact-info {
  width: 30%;
  float: left;
  margin: 0 3% 30px 0;
}
.contact-info img {
  width: 100%;
  width: calc(100% - 2px);
  border: 1px #000 solid;
  height: auto;
  max-width: 400px;
  display: block;
}
.loc-map {
  width: 67%;
  display: block;
  float: left;
  margin-bottom: 30px;
}
.loc-map iframe {
  width: 100%;
  display: block;
  height: 400px;
}

/* misc styles */
.boxes {
  width: 100%;
  display: block;
}
.boxes:after {
  content: "";
  clear: both;
  display: block;
}
.boxes div {
  width: 31.3333%;
  width: calc(31.3333% - 4px);
  float: left;
  margin: 0 2% 0 0;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 300px;
  border: 2px #000 solid;
}
.boxes div.blades {
  background-image: url("../siteart/discs/blades.jpg");
  background-size: cover;
}
.boxes div.disc-parts {
  background-image: url("../siteart/discs/parts.jpg");
  background-size: cover;
}
.boxes div.spools {
  background-image: url("../siteart/discs/spools-bearings.jpg");
  background-size: cover;
}
.boxes div span {
  position: relative;
  background: url("../siteart/layout/80-blk.png") repeat;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 7px 2%;
  width: 96%;
  display: block;
  font-family: "robotobold";
  font-size: 18px;
}

.inv-boxes {
  width: 100%;
  display: block;
}
.inv-boxes:after {
  content: "";
  clear: both;
  display: block;
}
.inv-boxes a {
  width: 23%;
  width: calc(23% - 4px);
  float: left;
  margin: 0 2% 20px 0;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;
  border: 2px #000 solid;
  text-decoration: none;
}
.inv-boxes a.tatu {
  background-image: url("../siteart/inv/tatu.jpg");
  background-size: cover;
}
.inv-boxes a.polar {
  background-image: url("../siteart/inv/polaris.jpg");
  background-size: cover;
}
.inv-boxes a.ag-spray {
  background-image: url("../siteart/inv/agspray.jpg");
  background-size: cover;
}
.inv-boxes a.strathmore {
  background-image: url("../siteart/inv/strathmore.jpg");
  background-size: cover;
}
.inv-boxes a.schmeiser {
  background-image: url("../siteart/inv/schmeiser.jpg");
  background-size: cover;
}
.inv-boxes a.domries {
  background-image: url("../siteart/inv/domries.jpg");
  background-size: cover;
}
.inv-boxes a.plains {
  background-image: url("../siteart/inv/great-plains.jpg");
  background-size: cover;
}
.inv-boxes a.porter {
  background-image: url("../siteart/inv/porter.jpg");
  background-size: cover;
}
.inv-boxes a.vrisimo {
  background-image: url("../siteart/inv/vrisimo.jpg");
  background-size: cover;
}
.inv-boxes a span {
  position: relative;
  background: url("../siteart/layout/80-blk.png") repeat;
  color: #fff;
  z-index: 1;
  text-align: center;
  padding: 7px 2%;
  width: 96%;
  display: block;
  font-family: "robotobold";
  font-size: 18px;
}
.inv-boxes a:hover {
  cursor: pointer;
}
.inv-boxes a:hover span {
  background: #a90000;
  cursor: pointer;
}

.inv {
  width: 100%;
  display: block;
}
.inv iframe {
  width: 100%;
  display: block;
  height: 2100px;
  background: #fff;
}

.manu {
  width: 23%;
  float: left;
  margin: 0 2% 20px 0;
  background: #fff;
  display: block;
  padding: 5px 0;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.manu:hover {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.manu img {
  width: 90%;
  display: block;
  height: auto;
  max-width: px;
  margin: 0 auto;
}

/** footer styles **/
.scroll-frame {
  width: 100%;
  display: block;
  height: 90px;
  overflow: hidden;
  background: #000;
  border-top: 1px #000 solid;
}
.scroll-frame iframe {
  width: 100%;
  display: block;
  height: 90px;
  background: #000;
}

footer {
  width: 100%;
  color: #999;
  padding: 22px 0;
  border-top: 1px #000 solid;
}

.visit {
  width: 26%;
  float: left;
  margin: 0 2% 0 0;
  font-size: 12px;
}
.hours {
  width: 28%;
  float: left;
  margin: 0 2% 0 0;
  font-size: 12px;
}
.connect {
  width: 20%;
  float: left;
  margin: 0 2% 0 0;
}
.connect img {
  width: 30%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: auto;
  max-width: 34px;
  margin-right: 3%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: underline;
  font-size: 10px;
  color: #999;
}
a.footerlink:hover {
  text-decoration: none;
  color: #999;
}
.footertext {
  font-size: 10px;
  color: #999;
}
.smallfootertext {
  font-size: 10px;
  color: #999;
  display: none;
}
.divfooter {
  width: 20%;
  float: left;
  text-align: right;
}

/** form styles **/
#formpage .row {
  width: 100%;
  display: block;
}
#formpage .row:after {
  content: "";
  clear: both;
  display: block;
}
#formpage .col4 {
  width: 23%;
  float: left;
  margin-right: 2%;
}

#formpage label {
  width: 100%;
  display: block;
  margin-bottom: 3px;
}
#formpage input {
  width: 100%;
  width: calc(100% - 12px);
  padding: 6px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  color: #8e8d8d;
  font-size: 12px;
  margin-bottom: 10px;
}

#formpage textarea {
  width: 100%;
  width: calc(100% - 12px);
  padding: 6px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  color: #8e8d8d;
  font-size: 12px;
  height: 100px;
  margin-bottom: 10px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
  width: 100%;
  width: calc(100% - 2px);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  color: #8e8d8d;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 5px;
  margin-bottom: 10px;
}

#formpage input.checkbox {
  padding: 0;
  border: 0;
  margin: 0 5px 10px 0;
  width: 13px;
  height: 13px;
  display: inline;
  background-color: #fff;
}

#formpage input.radio {
  padding: 0;
  border: 0;
  margin: 0 5px 10px 0;
  width: 15px;
  height: 15px;
  display: inline;
}

#formpage.check {
  white-space: nowrap;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
  background: #8e8d8d;
  color: #fff;
  border: 1px solid #16598d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline-style: none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
  background: none;
  border: 0;
  outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
  width: 100%;
  margin: 0;
  padding: 7px 0;
  background: #000;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
}
#formpage input.button:hover {
  background: #a90000;
  color: #fff;
}

/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important;
}

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.CaptchaImagePanel img {
  width: 100%;
  height: auto;
  max-width: 160px;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 8px 0;
  padding: 8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
  color: #000;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}
/*=== Inventory ===*/
.inv nav a:link, .inv nav a:active, .inv nav a:visited {
  color: #000;
  padding: 0;
  display: inline-block;
}
.breadcrumbs__list {
  text-align: left;
}
.inv h1, .inv h2, .inv h3, .inv h4, .inv h5, .inv h6 {
  color: #000;
}

/** responsive styles **/
@media screen and (max-width: 1355px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .wrap {
    width: 95%;
  }

  .logo {
    width: 32%;
  }
  .rt-header {
    width: 65%;
  }
  nav a:link,
  nav a:active,
  nav a:visited {
	padding: 0 3px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1109px) {
  .show-tablet {
    display: block;
  }
  .hide-tablet {
    display: none;
  }

  .rt-img-lg {
    width: 45%;
  }

  header {
    padding: 10px 0 15px 0;
  }
  .logo {
    width: 41%;
  }
  .rt-header {
    width: 56%;
  }
  .rt-header h3 {
    margin-bottom: 20px;
  }
  #simple-menu {
    float: right;
    text-align: left;
    background: url(../siteart/layout/mobile-nav-icon.png) no-repeat center
      right;
    height: 30px;
    width: 70px;
    display: block;
    cursor: pointer;
    font-family: "robotobold";
    color: #fff;
    line-height: 30px;
  }

  .padded-header {
    height: 120px;
  }

  a.polaris {
    font-size: 24px;
  }
  .box-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-links a {
    padding: 50px 0;
    font-size: 24px;
  }

  .boxes div {
    padding-top: 200px;
  }
  .boxes div span,
  .inv-boxes a span {
    font-size: 16px;
  }

  #formpage .row:after {
    clear: none;
  }
  #formpage .col4 {
    width: 31.3333%;
  }

  .visit {
    width: 32%;
  }
  .hours {
    width: 34%;
  }
  .connect {
    width: 28%;
  }
  .divfooter {
    width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 12px;
  }

  .rt-img {
    width: 35%;
    float: right;
    display: block;
    margin: 0 0 25px 3%;
  }

  .logo {
    width: 42%;
  }
  .rt-header {
    width: 55%;
  }

  .welcome {
    background-attachment: scroll;
    background-size: 100%;
  }

  .lt-content {
    width: 100%;
    margin: 0 0% 7px 0;
  }
  .rt-sidebar {
    width: 50%;
  }

  a.polaris {
    height: 70px;
    padding: 15% 8%;
  }

  .boxes div {
    width: 48%;
    width: calc(48% - 4px);
    margin: 0 2% 15px 0;
  }
  .boxes div span,
  .inv-boxes a span {
    font-size: 14px;
  }

  .inv-boxes a {
    width: 31.3333%;
    width: calc(31.3333% - 4px);
    padding-top: 160px;
  }
  .inv-boxes a:nth-of-type(4),
  .inv-boxes a:nth-of-type(7),
  .inv-boxes a:nth-of-type(10) {
    clear: left;
  }

  .manu {
    width: 31.3333%;
  }

  #formpage .col4 {
    width: 48%;
  }
  #formpage .col4:nth-of-type(odd) {
    clear: left;
  }

  .contact-info {
    width: 100%;
    margin: 0 0% 30px 0;
  }
  .contact-info img {
    width: 50%;
  }
  .loc-map {
    width: 100%;
  }
  .loc-map iframe {
    height: 300px;
  }

  .team-btns div,
  .staff {
    width: 31.3333%;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
  p {
    margin-bottom: 12px;
  }

  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }

  .rt-img {
    width: 100%;
    float: none;
    margin: 0 0 25px 0%;
  }
  .rt-img-lg {
    width: 100%;
    float: none;
    margin: 0 0 25px 0%;
  }

  .quarter-photo {
    width: 31.33333%;
  }
  .quarter-photo:nth-of-type(5) {
    clear: none;
  }
  .quarter-photo:nth-of-type(4),
  .quarter-photo:nth-of-type(7) {
    clear: left;
  }

  .logo {
    width: 50%;
  }
  .rt-header {
    width: 47%;
  }
  .logo img {
    margin-bottom: 0;
  }
  .tagline {
    display: none;
  }
  .rt-header h3 {
    margin-bottom: 5px;
  }
  #simple-menu {
    line-height: 24px;
    height: 24px;
  }

  .padded-header {
    height: 100px;
  }

  .welcome {
    padding: 10px 2%;
  }
  article {
    padding: 15px 0;
  }

  footer {
    padding: 15px 0;
  }
  .visit,
  .hours {
    width: 48%;
    margin: 0 2% 10px 0;
  }
  .connect {
    width: 48%;
  }
  .divfooter {
    width: 50%;
    text-align: left;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
    line-height: 24px;
  }
  h4 {
    font-size: 14px;
  }

  .quarter-photo {
    width: 48%;
  }
  .quarter-photo:nth-of-type(4),
  .quarter-photo:nth-of-type(7) {
    clear: none;
  }
  .quarter-photo:nth-of-type(odd) {
    clear: left;
  }

  header {
    padding: 10px 0;
  }
  .logo {
    width: 55%;
  }
  .rt-header {
    width: 100%;
    text-align: left;
  }
  .rt-header h3 {
    margin: 7px 0 0 0;
    width: 70%;
    float: left;
  }
  nav {
    width: 27%;
    float: left;
    margin-left: 3%;
  }

  .rt-sidebar {
    width: 100%;
  }
  a.polaris {
    height: 50px;
  }

  .team-btns div,
  .staff {
    width: 48%;
  }
  .staff:nth-of-type(odd) {
    clear: left;
  }

  .loc-map iframe {
    height: 200px;
  }

  .manu {
    width: 48%;
  }

  #formpage .col4 {
    width: 100%;
    margin-right: 0;
  }

  .boxes div {
    width: 100%;
    width: calc(100% - 4px);
    margin: 0 0% 15px 0;
  }
  .box-links a {
    padding: 35px 0;
    font-size: 20px;
  }

  .inv-boxes a {
    width: 48%;
    width: calc(48% - 4px);
    padding-top: 140px;
  }
  .inv-boxes a:nth-of-type(4),
  .inv-boxes a:nth-of-type(7),
  .inv-boxes a:nth-of-type(10) {
    clear: none;
  }
  .inv-boxes a:nth-of-type(odd) {
    clear: left;
  }

  .visit,
  .hours,
  .connect {
    width: 100%;
    margin: 0 0% 10px 0;
    text-align: center;
  }
  .divfooter {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 16px;
    line-height: 20px;
  }
  h3 {
    font-size: 14px;
  }

  .logo {
    width: 60%;
  }
  .rt-header h3 {
    margin: 5px 0 0 0;
  }

  .inv-boxes a {
    width: 100%;
    width: calc(100% - 4px);
    padding-top: 140px;
    margin: 0 0 15px 0;
  }
  .box-links {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 320px) {
  .padded-header {
    height: 90px;
  }
  .team-btns div {
    width: 100%;
    margin-right: 0;
  }
  .staff {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
