body {
  background: #fff;
}
:focus {
  outline: none;
}
body, h2, h3.hours, h4, .address,  .stat span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1, h3, .stat{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.detail h1 {
    margin-top: 2rem;
}
h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.policy h2 {
  margin-top: 3rem;
  font-size: 2rem;
  text-transform: none;
}
h3{
  font-size: 1.75rem;
}
.policy h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}
h4 {
  font-size: 1.5rem;
}
a {
  color: #f16724;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
a:focus, a:hover {
  color: #f16724;
}
hr{
  border-bottom: 1px solid #efefef;
}
hr.dotted{
  border-style: dotted;
}
hr.dashed{
  border-style: dashed;
}
.alert{
  background:#f16724;
  padding:.5rem 1rem;
  color:#fff;
  font-size:1.5rem;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:700;
  text-transform: uppercase;
}
.alert a{
  color:#fff;
  border-bottom:1px dotted;
}
.alert p{
  margin-bottom:0;
}
.mobile-logo {
    width: 230px;
}
.subheader {
  margin-bottom: 3rem;
  color: #fff;
}
.date{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
}
.date.current {
  color: #f16724;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1.75rem;
}
.anniversary.current{
  color: #000;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.callout h3.date {
    margin-bottom: 1.5rem;
}
.short-line {
  width: 50px;
  padding: 2px 0;
  background: #f16724;
  margin-top: 15px;
  margin-bottom: 15px;
}
.short-line.white {
  background: #fff;
}
.short-line.center {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}
.gallery, .services {
  padding-top: 1rem;
}
.grey{
  color: #bbb;
}
.thumbnail {
  border: none;
  box-shadow: none;
}
.lead p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #888;
  text-transform: none;
}
.block {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.block.videos {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.videos iframe {
    margin-top: 1rem;
}
iframe {
    border: none;
}
.orange-bg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f16724;
}
.webcams-bg .shadow-box {
    text-align: left;
}
.webcams-bg .shadow-box.ad{
  text-align:center;
}
.orange-bg, .concerts-bg h2, .webcams-bg h2, .events-bg h2 {
  color: #fff;
}
.orange-bg p{
  color: #fff;
}
.orange-bg h2 {
    margin-left: 0;
    margin-right: 0;
}
.orange-bg h3, .concerts-bg h3, .webcams-bg h3, .events-bg h3{
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: 700;
}
.orange-bg h3 {
  margin-bottom: 0rem;
}
.orange-bg h3.date {
    font-size: 1.75rem;
}
.concerts-bg h3, .webcams-bg h3, .events-bg h3{
  text-transform: uppercase;
}
.orange-bg .shadow-box{
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0);
}
.orange-bg .shadow-box:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0);
}
.shadow-box {
  background: #fff;
  padding: 1rem 1.5rem;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.02);
  margin-top: 1rem;
}
.orange-bg .shadow-box{
  text-align: center;
}
.rides .shadow-box{
  padding: 0;
  position: relative;
  margin-top: 1.25rem;
}
.rally-dates .shadow-box {
  position: relative;
}
.ride-info {
    padding: 1rem 0;
}
.rides h2 {
    color: #fff;
}
.rides h3 {
    color: #000;
    line-height: 2rem;
}
.rides .thumbnail {
    margin-bottom: 0;
    background-size: cover;
    height: 145px;
}
.rides i.fa.fa-arrow-right, .rally-dates i.fa.fa-arrow-right {
    vertical-align: middle;
    color: #f16724;
    margin-left: auto;
    margin-right: 0;
    top: 40%;
    position: absolute;
    right: 14px;
}
.fa-arrow-right:before {
    content: "\f061";
}
.shade {
  padding: 4rem 2rem;
  background: #2a2a2a;
}
.rides.shade {
  padding: 4rem 1rem;
}
.menu {
  padding: 1rem 0 0 0;
}
.stat span {
  font-size: 1rem;
}
li.item {
  margin-bottom: 1.5rem;
}
.button, .button.hollow {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: .5rem;
}
.button {
  background-color: #f16724;
}
.button:focus, .button:hover {
  background-color: #b03d05;
  color: #fff;
}
.button.hollow {
  background-color: transparent;
  border-color: #f16724;
  color: #f16724;
}
.button.hollow:focus, .button.hollow:hover {
  border-color: #f16724;
  color: #fff;
  background-color: #f16724;
}
.media-object .lead p {
  margin: 0;
}
.callout {
  border: none;
  position: relative;
  margin:0;
}
.callout.large {
  padding: 0 1.6rem 1rem;
}
.callout.primary {
  background-color: #f16724;
  color: #0a0a0a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.copyright {
  padding-top: 2rem;
  font-size: .9rem;
  color: #555;
}
.basic .copyright {
  padding-top: 0;
}
.copyright hr{
  border-color: #555;
}
.copyright a {
  font-weight: 700;
  color: #555;
}
.copyright a:focus, .copyright a:hover {
  color: #f16724;
}
.cta h4, .cta-text h4{
  margin-top: 20px;
  font-weight: 700;
}
.white.button {
  background: #fff;
  border: none;
  color: #000;
  text-shadow: none;
}
.white.button:focus, .white.button:hover{
  background: #fff;
  color: #f16724;
  border-color: #fff;
}
footer {
  padding: 0 0 2rem 0;
}
footer h3{
  font-size: 1.5rem; 
}
footer .nav a{
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .nav a:hover {
    color: #f16724;
    border-bottom: 1px solid;
}
.fa {
  font-size: 28px !important;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
footer .fa:hover {
  color: #f16724;
}
.fa-twitter {
  margin-bottom: 2rem;
  font-size: 28px !important;
}
a .fa {
    color: #fff;
}
footer .address {
  padding: 1.5rem 2rem;
  text-align: center;
}
footer.basic .address {
  padding-bottom: 0;
  text-align: center;
}
footer.callout.large {
  padding: 2rem .5rem;
  margin-top: 4rem;
}
.callout.secondary {
  background-color: #000;
  color: #fff;
}
footer .button:focus, footer .button:hover{
  background-color: #0d97e4;
}
footer img.logo {
  width: 14rem;
  margin-bottom: 2rem;
}
.no-js .top-bar {
  display: none;
}
.orbit-caption {
  padding: 2rem 18rem;
  color: #fff;
}
.hero-section, .concerts-bg, .webcams-bg, .events-bg {
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
.hero-section {
  background: url("https://static.pexels.com/photos/248064/pexels-photo-248064.jpeg") center center no-repeat;
  height: 30vh;
  background-size: cover;
  margin-bottom: 2rem;
}
.hero-section.rushmore {
  background: url("https://rallysturgis.com/images/rally-sturgis-mount-rushmore-loop-hero.jpg") top center no-repeat;
}
.concerts-bg {
  background: url("https://rallysturgis.com/images/rally-sturgis-concerts-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 20rem;
}
.hero-section.concerts-bg, .hero-section.events-bg{
  height: 25rem;
}
.events-bg {
  background: url("https://rallysturgis.com/images/rally-sturgis-events-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 20rem;
}
.concerts-bg, .events-bg {
  padding-left: 1rem;
  padding-right: 1rem;
}
.webcams-bg {
  background: url("https://rallysturgis.com/images/rally-sturgis-webcams-bg.jpg") center center no-repeat;
  background-size: cover;
}
.ttd {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.ttd-intro p {
    height: auto;
    margin-bottom: .5rem;
}
.ttd img {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  max-width: 500px;
}
.ttd-text {
  color: #fff;
}
h3.ttd-text {
    text-transform: uppercase;
    font-size: 2.25rem;
    padding-top: .5rem;
    margin-bottom: 0;
}
.ttd-text .fa-stack {
    height: 1em;
}
.fa-stack-1x {
    top: -.5rem;
}
.callout .fa-stack {
    width: 2rem;
    height: 2rem;
}
.callout .button.arrows {
    width: 250px;
}
.fa-motorcycle:before {
    content: "\f030";
    font-size: 1.75rem;
}
.fa-music:before {
    content: "\f001";
    font-size: 1.75rem;
}
.fa-calendar-alt:before {
    content: "\f073";
    font-size: 1.5rem;
}
.fa-map-marker:before {
    content: "\f041";
    font-size: 2rem;
}
.fa-arrow-down:before {
    content: "\f063";
    top: 0.2rem;
    position: relative;
}
.ttd.first {
  margin-top: 1rem;
}
.ttd .overlay {
    text-shadow: 0px 0px 5px #464646, 0px 0px 0px rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.27);
}
.background-hover {
    background: rgba(0,0,0,0.2);
    display: inline;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 4;
    transition: all 0.25s ease-in-out;
}
.ttd:hover .background-hover {
    opacity: 0;
}
.hero-section-text {
  color: #fff;
  z-index: 99;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.55);
}
.lineup {
  margin-top: 1rem;
}
.lineup a {
    color: #000;
    border-bottom: 1px solid #ddd;
}
.lineup a:hover {
    border-bottom: 1px solid #f16724;
}
.lineup .date, .subtext.date {
  text-transform: uppercase;
  font-weight: 700;
  color: #f16724;
}
.subtext.date {
  font-size: 1.25rem;
}
.lineup .date {
  font-size: 1rem;
}
.date {
  font-size: 2.5rem;
}
table.stack {
  border-collapse: unset;
  border: 1px solid #f4f4f4;
}
th {
    text-align: left;
    background-color: #fff;
}
table tbody td, table tbody th {
    padding: .75rem;
}
p.anniversary, .lineup p {
  margin-bottom: 0;
}
p.anniversary {
  color: #888;
}
.lineup h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.quick-links .button {
    margin-bottom: 0;
}
table tbody {
    border: 1px solid #f1f1f1;
    background-color: #fff;
}
table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}
table tbody td {
    width: 100%;
}
td.name {
    padding-bottom: 0;
}
.adsense {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.sidebar {
  margin-top: 1.25rem;
}
.sidebar a.button.large {
    width: 300px;
    background: #000;
    color: #fff;
}
.search input{
  margin-bottom: 0;
}
input.search-submit[type=submit] {
    background: #f16724;
    right: 52px;
    top: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    outline: 0;
    width: 100%;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    padding: .5rem 0 !important;
    margin-top: 0 !important;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 200;
}
.fa-chevron-up:before {
    font-size: 1rem;
}
.button.totop, .button.totop:focus {
    background-color: #ccc;
    transition: background-color .25s ease-out,color .25s ease-out;
    width: 56px;
    height: 56px;
    padding: 7px 0 10px 2px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.02);
}
.button.totop:hover {
  background-color: #f16724;
  color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.13), 0 0 0 0 rgba(0,0,0,.2);
}
a.button.totop::after{
  border-bottom:none;
}
.slick-slider{
  margin-bottom: 0;
}
.slideshow{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.a-slide{
  height: 100%;
  width: 100%;
  background-size: cover !important;
  min-height: 410px;
  position: relative;
  float: left;
  background-color:#333;
}
.a-slide.page{
  min-height: 100px;
  text-align: center;
}
.words {
  position: absolute;
  top: 20%;
  z-index: 99;
  width: 100%;
}
.words h1{
  color:#fff;
  font-size: 2.5rem;
  padding-bottom: 10px;
  line-height: 2.75rem;
}
.words h2{
  font-family: 'Roboto', sans-serif;
  color:#fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight:400;
}
.words p{
  color:#ccc;
}
.slick-list {
    overflow: visible;
}
ul.slick-dots{
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
}
.slick-dots li {
    margin: 0 0px;
}
.slick-dots li button:before{
    content: "";
}
.slick-dots li button{
    border-radius: 10px;
    background: rgba(157, 157, 157, 1);
    height: 10px;
    width: 10px;
    padding: 2px;
}
li.slick-active button{
    background: #fff;
}
.testimonial-bg{
  background:url(https://images.pexels.com/photos/684965/pexels-photo-684965.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) no-repeat center center;
  position:relative;
  padding:2rem .5rem;
  border-bottom: 4px solid #f16724;
  background-size: cover;
}
.testimonials{
  position: relative;
  z-index: 100;
  color:#fff;
}
.testimonial-bg p.grey, .testimonial-bg h2 {
  position: relative;
  z-index: 500;
}
.testimonial-bg p.grey {
  color: #ccc;
}
.testimonial-bg h2 {
  color: #fff;
}
.testimonials .slick-list {
  overflow: hidden;
}
[type=text], textarea {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: none;
}
[type=text]:focus, textarea:focus {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #f1f1f1;
  box-shadow: 0 0 5px #f1f1f1;
}

/*--MENU--*/
.top-bar{
  padding: .5rem 1rem .75rem 1rem;
}
.top-bar, .top-bar ul {
  font-family: 'Roboto', sans-serif;
  background: #000;
}
li {
    font-size: 1rem;
}
.top-bar a{
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.dropdown.menu .is-active>a, .menu a:hover {
    color: #f16724;
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    z-index: 100;
}
.dropdown .is-dropdown-submenu a {
    line-height: 18px;
}
.top-bar-title{
  margin: .5rem 1rem .5rem 0;
}
.top-bar .top-bar-title.logo {
  padding: 0;
}
.top-bar .logo {
  padding: 1rem 0 0 0;
}
.title-bar-title {
  margin: auto 0 auto 1.5rem;
}
.title-bar {
  padding: 1rem;
  background: #000;
  color: #fff;
}
.menu-icon {
    right: 1.25rem;
    top: 2rem;
    position: absolute;
    width: 23px;
}
.menu-icon::after, .menu-icon:hover::after {
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.menu-icon[type=button], .menu-icon[type=button]:hover, .menu-icon[type=button]:focus {
    margin-top: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.drilldown .is-drilldown-submenu a {
    padding: 1rem;
}
.drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #f16724;
}
.drilldown .is-drilldown-submenu {
    background: #000;
}
.drilldown .js-drilldown-back>a::before {
    border-color: transparent #f16724 transparent transparent;
}
.is-drilldown li {
    display: block;
    width:100%;
}
.drilldown a {
    padding: 1rem;
    background: #000;
    text-align: center;
}
ul.menu.drilldown {
    padding: 0;
}
.mobile-logo a {
    color: #000;
    font-weight: 700;
}

label {
    font-weight: 700;
    text-transform: uppercase;
}
#cform label {
    margin-top: 2rem !important;
}
#cform input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
    border-color: #ddd !important;
    box-shadow: none !important;
}
#cform input[type="submit"], [type=button], [type=submit] {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  margin-top: 1.5rem !important;
  background-color: #f16724 !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  padding: .85em 1em !important;
  border: none !important;
  cursor: pointer !important;
}
#cform input[type="submit"]:hover, #cform input[type="submit"]:focus, [type=button]:hover, [type=submit]:hover, [type=button]:focus, [type=submit]:focus {
  background-color: #b03d05 !important;
}
.cke_chrome {
    border-color: #ddd !important;
}
#cform fieldset{
  border:none !important;
  padding:0 !important;
}
#cform fieldset label{
  margin-top:.5rem !important;
}
#cform p{
  margin-top:1.5rem !important;
}
#cform p a{
  color:#f16724;
}
#cform p a:hover{
  border-bottom: 1px solid #f16724;
}
/*=========================================== Medium and up ======================================================*/
@media screen and (min-width: 40em) {
.no-js .top-bar {
  display: block;
}
.no-js .title-bar {
  display: none;
}
.top-bar {
  padding: 1rem 2rem;
}
.top-bar .logo {
  padding-top: .5rem;
}
.orange-bg .sidebar {
  margin-top: 1rem;
}
.hide-on-load{
  display:none;
}
.menu .button, .menu a {
  padding: .4rem 1rem .7rem 1rem;
  font-size: 1rem;
}
.desktop-logo {
    width: 250px;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #f16724 transparent transparent;
}
h1{
  font-size: 3.75rem;
  line-height: 4.25rem;
}
table.stack {
  border-collapse: unset;
}
.videos iframe {
    padding-left: 1rem;
    padding-right: 1rem;
}
.words {
  top: 40%;
}
.words h1{
  font-size: 60px;
  line-height: 62px;
}
.words h2{
  font-size:1.5rem;
  line-height: 2rem;
}
.a-slide {
  min-height: 580px;
}
.hero-section {
  padding-left: 6rem;
  padding-right: 6rem;
  height: 30vh;
}
.callout .button.arrows {
    width: 230px;
}
.ttd {
    margin-top: 0;
}
.ttd img {
  max-width: 500px;
}
.all-ttd img {
  max-width: 800px;
}
.ttd-intro p {
    margin-bottom: 2rem;
}
.concerts-bg, .events-bg {
  height: 24rem;
}

.orange-bg .shadow-box{
  text-align: left;
}
.rides .thumbnail {
    margin-bottom: 0;
    background-size: cover;
    height: 120px;
}
.rides h3 {
  padding-top: .5rem;
  margin-bottom: 0;
}
.ride-info {
    padding: 1rem 1rem 1rem 0;
}
.rides .shadow-box {
    margin: .5rem;
}
.rides i.fa.fa-arrow-right {
  right: 10px;
}
table tbody td {
    width: 50%;
}
td.name {
    padding-bottom: .625rem;
}
table.events tbody td {
    width: auto;
}
.sidebar {
  margin-top: 5.25rem;
}
.nopad-top .sidebar{
  margin-top:0;
}
.menu {
  padding-top: 0;
}
.lead p {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.about .block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
li.item {
  margin-bottom: 0;
}
.social {
  margin-top: 0;
  text-align: left;
  padding-top: 1.75rem;
}
.social i{
  font-size:1.75rem !important;
  padding-right: .75rem;
}
footer .address{
  margin:0;
  padding: 1.5rem 0 1.5rem 2rem;
  text-align: left;
}
.callout.primary {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.callout.large {
  padding: 0 16rem 0;
}
footer .callout.large {
  padding: 5rem 10rem 2rem 10rem;
  margin-top: 6rem;
}
.callout.large.basic {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
}
/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em)
{
#topmenu{
  display:none;
}
.callout.large {
    padding: 0 4rem 2rem 4rem;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: none;
}
.top-bar .logo {
  padding: 0;
}
.mobile-logo {
    width: 300px;
}
.sidebar {
    margin-top: 1.25rem;
}
.menu-icon {
    right: 1.75rem;
    top: 2.8rem;
}
.concerts-bg, .events-bg {
    height: 20rem;
}
.webcams-bg {
    height: 45rem;
}
.ttd {
    margin-top: 5px;
}
.ttd-intro p {
    margin-bottom: 1rem;
}
.ttd img {
    max-width: 800px;
}
.all-ttd img {
    max-width: 550px;
}
.rides .shadow-box {
    margin: 1.25rem 0 0 0;
}
}


/*============X-LARGE SCREENS AND BIGGER========== (this is the size of our monitors at full width)*/

@media only screen and (min-width: 90.063em)
{
.callout.large {
  padding: 0 25rem 2rem 25rem;
}
.desktop-logo {
    width: 300px;
}
.ttd img {
    max-width: 700px;
}
.all-ttd img {
  max-width: 950px;
}
.rides .shadow-box {
    margin: .5rem;
}
}

/*============XXLarge screens ========== min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { 

.callout.large {
  padding: 0 45rem 2rem;
}
} 

/*==========================================IPAD Queries========================================*/
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.dropdown.menu a {
    padding: .7rem .5rem;
}
.menu .button, .menu a {
    font-size: .85rem;
}
.top-bar {
    padding: 1rem;
}
.sidebar a.button.large {
    width: 260px;
}
}


/*iPad 1 & 2 in portrait & landscape*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
}

/*iPad 1 & 2 in landscape*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
.top-bar {
    padding: 1rem .5rem;
}
.menu .button, .menu a {
    font-size: .7rem;
}
.dropdown.menu a {
    padding: .7rem .4rem;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    right: 8px;
}
.sidebar a.button.large {
    width: 260px;
}
}


/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
.menu-icon {
    top: 2.5rem;
}
.ttd img {
    max-width: 400px;
}
.webcams-bg {
    height: 55rem;
}
}





/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}