/*Custom Css*/
body{
  position: relative;
  background-color: #fff;
}
body,h1,h2,h3,h4,h5,h6,p{
  font-family: 'Montserrat',Century Gothic, CenturyGothic, AppleGothic, Helvetica,sans-serif;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6{
  text-transform: uppercase;
  color: #252525;
}
h1.thick,h2.thick,h3.thick,h4.thick,h5.thick,h6.thick{
  font-family: 'Voltaire','Montserrat',Century Gothic, CenturyGothic, AppleGothic, Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.handwritten{
    font-family: "lakeside",sans-serif;
    font-size:inherit;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
img{
  max-width: 100%;
  height: auto;
}
.relative{
  position: relative;
}
.form-control{
      border-radius: 0;
}
.sy-box.sy-loading {
  background: url("../images/sy-loader.gif") 50% 50% no-repeat;
}
.sy-controls li a:after {
  background-image: url("../images/arrows.svg");
}  
.pad-0_5x{
  padding: 0.5em;
}   
.pad-1x{
  padding: 1em;
}  
.pad-2x{
  padding: 2em;
}  
.pad-3x{
  padding: 3em;
} 
.pad-horz-0_5x{
  padding: 0 0.5em;
} 
.pad-horz-1x{
  padding: 0 1em;
}  
.pad-horz-2x{
  padding: 0 2em;
}  
.pad-horz-3x{
  padding: 0 3em;
} 
.pad-ver-0_5x{
  padding: 0.5em 0;
} 
.pad-ver-1x{
  padding: 1em 0;
}  
.pad-ver-2x{
  padding: 2em 0;
}  
.pad-ver-3x{
  padding: 3em 0;
}
.fixed-alert.inactive  {
    display: none;
}
.fixed-alert  {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9000004;
    transition: all 0.5s ease;
}
.fixed-alert .alert-dismissable .close, .alert-dismissible .close {
    color: #000;
}
.fixed-alert > .alert {
    position: fixed;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9000005;
    top: 50%;
    
    color: #fff !important;
    background-color: #dd4b39 !important;
    border-color: #d73925;
    background-color: #DD0102 !important;
    border-color: #F0F0F0 !important;
    border-radius: 0 !important;
    
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
 @media (max-width: 500px){
    .fixed-alert > .alert  {
        left: 5%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5%;
    }
}
.foogallery-container.foogallery-default .fbx-link {
    margin: 0;
    padding: 0;
}
#home-fixed-bg{
  background-color: #f1f1f1;
  background-image: url(../img/content-fixed-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


/**********
* Buttons Buttons
***********/
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #424242;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #383838;
    border-color: #1D1D1D;
}


/**/
.header-wrapper{
    min-height: 50px;
    background-color: #f1f1f1;
    background-image: url(../img/header-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.logo-text-wrapper{
    background-color: #fff;
    padding: 0.8em 0.5em;
    border: 3px solid #000;
    border-radius: 10px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.logo-text-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin-top: -3px;
    left: -250%;
    width: auto;
    height: calc(100% + 6px);
    background-color: #fff;
    border: 3px solid #000;
    border-right: 0;
}
.logo-text{
    margin-left: 300px;
     transition:margin 0.5s ease;
}
a.header-find-us-link{
    position: absolute;
    left: 400px;
    top: 0;
    font-size: 3.5em;
        min-height: 37px;
    line-height: 16px;
    margin-top: -25px;
    padding: 5px 20px 2.5px 10px;
    background-color: #DD0102;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition:left 0.5s ease;
}
.header-social-links{
    position: absolute;
    left: 600px;
    padding: 6.25px;
    top: 0;
    line-height: 16px;
    margin-top: -25px;
    background-color: #DD0102;
    border-radius: 10px;
    transition:left 0.5s ease;
}
.header-social-links a.social-link{
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
      margin-right: 5px;
      display: inline-block;
}
.header-social-links .social-link.fb{
  font-size: 1.5em;
}
.header-social-links .social-link.tripAdv{
  font-size: 1.7em;
}
.header-social-links .social-link.mobApp{
  font-size: 1em;
  font-weight: bolder;
}

.logo-text-main{
    font-size: 1.95em;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-break: break-word;
    font-weight: bolder;
}
.logo-text-main > span > span{
    display: block;
    float: left;
    margin-right: 8px;
}
.logo-text-phone{
      font-weight: bolder;
      font-size: 1.20em;
      line-height: 1;
      color: #dd0102;
}
/*NavMenu*/

.navbar {
    min-height: auto;
    margin-bottom: 0;
        border: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #000000;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #F1F1F1;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.nav>li>a {
    padding-left: 5px;
    padding-right: 5px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #F1F1F1;
    background-color: #000000;
}
.main-menu-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    left: -250%;
    width: auto;
    height: 100%;
    background-color: #000;
}
.main-menu-wrapper{
      background-color: #000;
      /*z-index: 1;*/
      z-index: 99;
      position: relative;
      /*margin-top: -10px;*/
      padding-left: 275px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #FFFFFF;
    outline: 0;
}
.dropdown-menu > li > a {
    color: #555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: #FFFFFF;
}
@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #CCC;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFF;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #FFF;
        background-color: #000000;
    }
}
.breadcrumbs-section{
        background-color: #dd0102;
}
.iowa-80-breadcrumb{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 295px;
}
.iowa-80-breadcrumb li{
    display: inline-block;
    padding: 0 5px 0 0;
    font-size:0.85em;
    color: #fff;
}
.iowa-80-breadcrumb li a{
    color: #fff;
}

.header-text-container{
      padding-top: 50px;
}
.main-logo-link {
}
.main-logo-link img.main-logo{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -37.5px;
    z-index: 1000;
    width: 300px;
    transition:width 0.5s ease;
}

.bg-wrapper-welcome{
      -webkit-transform: skewY(2deg);
      -moz-transform: skewY(2deg);
      -o-transform: skewY(2deg);
      transform: skewY(2deg);
}
.bg-wrapper-welcome > *{
      -webkit-transform: skewY(-2deg);
      -moz-transform: skewY(-2deg);
      -o-transform: skewY(-2deg);
      transform: skewY(-2deg);
}


/*Main Slider*/
.main-slider-wrapper{
    overflow: hidden;
    margin-top: -25px;
}
.main-large-slider{
    margin: 0;
    height: auto;
    -moz-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    -webkit-transform: skew(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-style: preserve-3d; 
    padding: 1px;
    outline: 1px solid transparent;
    -webkit-background-clip: content-box;
    -webkit-backface-visibility: hidden;
    top: -50px;
    position: relative;
}
.main-large-slider .image-content img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%; 
}
.main-large-slider .image-content {
        position: relative;
    z-index: -1;
}
.main-large-slider .text-content{
    position: absolute;
    bottom: 100px;
    display: block;
    z-index: 1;
    max-width: 100%;
    left: 50%;
    margin-left: -500px;
    transition:margin 0.5s ease;
}
.main-large-slider .text-content .external-slider-caption{
       text-transform: initial;
    font-size: 5em;
    line-height: 45px;
        text-align: center;
}
.main-large-slider .text-content .slider-content-shape-bg{
        width: 400px;
    min-height: 120px;
    max-height: 200px;
    padding: 25px;
      padding-top: 0;
    margin-top: 0;
    margin-left: 15px;
    background-color: white;
    -webkit-transform: skewY(-1deg) skewX(-10deg) rotate(3deg);
    -moz-transform: skewY(-1deg) skewX(-10deg) rotate(3deg);
    -o-transform: skewY(-1deg) skewX(-10deg) rotate(3deg);
    transform: skewY(-1deg) skewX(-10deg) rotate(3deg);
    position: relative;
    z-index: 1;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image:url(../img/halftone-bg-sm.jpg); 
}
.main-large-slider .text-content .slider-content-shape-bg:before {
    content: "";
    display: block;
    width: 400px;
    height: 110px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    bottom: -65px;
    left: 0;
    background-color: white;
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
    z-index: -1;
        background: inherit;
}
.main-large-slider .text-content .slider-content-shape-bg .slide-content{
    -webkit-transform: skewY(1deg) skewX(10deg) rotate(-3deg);
    -moz-transform: skewY(1deg) skewX(10deg) rotate(-3deg);
    -o-transform: skewY(1deg) skewX(10deg) rotate(-3deg);
    transform: skewY(1deg) skewX(10deg) rotate(-3deg);
    position: relative;
    top: 40px;
}
.welcome-slider .sy-controls {
    display: block;
}
.welcome-slider .sy-slide {
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}
.welcome-slider .sy-pager{
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}
.welcome-slider .sy-list ,
.welcome-slider #main-slider {
    /*transform: skewY(2deg);*/
}
.welcome-slider .sy-controls li.sy-prev {
    -webkit-transform: skewY(2deg) translateY(0px);
    -moz-transform: skewY(2deg) translateY(0px);
    -o-transform: skewY(2deg) translateY(0px);
    transform: skewY(2deg) translateY(0px);
}
.welcome-slider .sy-controls li.sy-next {
    -webkit-transform: skewY(2deg) translateY(5%);
    -moz-transform: skewY(2deg) translateY(5%);
    -o-transform: skewY(2deg) translateY(5%);
    transform: skewY(2deg) translateY(5%);
}

.welcome-slider .sy-pager {
    width: auto;
    margin: 1em 0 9em 2em;
    margin-bottom: -3.5em;
    margin-left: 2em;
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 99;
    transition: bottom 0.5s ease;
}
.welcome-slider .sy-pager li {
    width: 1.5em;
    height: 1.5em;
}
.welcome-slider .sy-controls li a:after {
    background-image: url("../img/slider-controls.png");
    background-color: transparent;
    width: 60px;
    height: 3.8em;
    margin-left: -30px;
    top: 45%;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-radius: 0;
}
.welcome-slider .sy-controls li.sy-prev a:after {
    background-position: -10% 0;
}
.welcome-slider .sy-pager li a {
    background-color: #E4E4E4;
}
.welcome-slider .sy-pager li a:hover,
.welcome-slider .sy-pager li a:focus {
    opacity: 0.85;
}
.welcome-slider .sy-pager li.sy-active {
    width: 1.58em;
    height: 1.58em;
}
.welcome-slider .sy-pager li.sy-active a {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(0,0,0,0.92) 65%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.77)), color-stop(65%, rgba(0,0,0,0.92)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(0,0,0,0.92) 65%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(0,0,0,0.92) 65%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(0,0,0,0.92) 65%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.77) 0%, rgba(0,0,0,0.92) 65%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

/*Content*/

.bg-wrapper-exhibits{
  background-color: #363636;
  background-image: url(../img/halftone-bg-lg.jpg);
  background-position: center;
  background-repeat: repeat;
  padding-bottom: 100px;
  color: #fff;
  position: relative;

}
.bg-wrapper-exhibits:before {
    background: inherit;
    top: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -o-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    transform-origin: 100%;
    z-index: -1;
}
.bg-wrapper-support {
      background-color: #fff;
    min-height: 400px;
    position: relative;
    z-index: 1;
}
.bg-wrapper-support:before {
    background: inherit;
    top: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-0.5deg);
    -moz-transform: skewY(-0.5deg);
    -o-transform: skewY(-0.5deg);
    transform: skewY(-0.5deg);
    transform-origin: 0;
    z-index: -1;
}
.bg-wrapper-support:after {
    background: inherit;
    bottom: -78px;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-1.5deg);
    -moz-transform: skewY(-1.5deg);
    -o-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    transform-origin: 0;
    z-index: -1;
}
.bg-wrapper-news{
    position: relative;
    z-index: 2;
    -webkit-transform: skewY(-1.5deg);
    -moz-transform: skewY(-1.5deg);
    -o-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    transform-origin: 0;
    margin-top: 78px;
}
.bg-wrapper-edu{
    background: #dd0102;
    background-image: url(../img/edu-section-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    
    -webkit-transform: skewY(-1.55deg);
    -moz-transform: skewY(-1.55deg);
    -o-transform: skewY(-1.55deg);
    transform: skewY(-1.55deg);
    transform-origin: 0;
    overflow: hidden;
    -webkit-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bg-wrapper-edu > div{
    -webkit-transform: skewY(1.55deg);
    -moz-transform: skewY(1.55deg);
    -o-transform: skewY(1.55deg);
    transform: skewY(1.55deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
}



.handwritten-title{
  font-size: 3.5em;
  text-transform: none;
}
.glued-text{
  display: inline;
  white-space: nowrap;
  word-break: keep-all;
}
.thick-title{
    font-size: 4.5em;
    font-weight: bolder;
    letter-spacing: 4px;
    margin-top: 0;
}
.thick-title.bot-bordered{
    border-bottom: 15px solid #dd0102;
    display: inline-block;
}
.thick-title.alt-title{
      color: #dd0102;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.frontpage-header {
     position: relative;
     z-index: 3;
}
.frontpage-header+ div .main-slider-wrapper {
     overflow: visible; 
     margin-top: 0; 
}
.frontpage-header > div.header-text-container{
      padding-top: 20px;
}
.frontpage-header > div{
      bottom: -25px;
}

.welcome-head-content{
      min-height: 360px;
}
.welcome-title{
  position: absolute;
    bottom: 246px;
    right: 8.33333%;
    font-size: 5em;
}
.welcome-truck-img{
      position: absolute;
    bottom: -25px;
    right: 8.3333%;
    height: 300px;
    margin-top: 60px;
        max-width: 700px;
}
.exhibits-slider{
  overflow: hidden;
}
.exhibit-info a.more-info{
  color: #bfbfbf;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    max-width: 277px;
    margin: 0 auto;
    transition:color 0.5s ease;
}
.featured-red{
    color: #dd0102;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    line-height: 32px;
    font-size: 2.8em;
}
.featured-red:after,
.handwritten-red:after{
  content: url(../img/underline-sm.png);
    width: 120px;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.featured-red.featured-TOTM:after{
    content: url(../img/underline-lg.png);
    width: 225px;
    height: 24px;
}
.exhibits-slider .sy-slide .image-content img{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  transition:all 0.5s ease;
}
.gallery-slider .sy-slide .image-content img{
      margin-top: 25px;
    margin-bottom: 25px;
}
.gallery-slider .sy-slide .exhibit-info{
      position: relative;
      top:-25px;
      transition:top 0.5s ease;
}
.exhibits-slider .sy-slide.sy-active .image-content img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition:all 0.5s ease;
}
.gallery-slider .sy-slide.sy-active .image-content img{
   -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-slider .sy-slide.sy-active .exhibit-info{
      top:0;
}
.gallery-slider .sy-slide.sy-active .exhibit-info a.more-info,
.exhibits-slider.exhibits-TOTM-slider .sy-slide.sy-active .exhibit-info a.more-info{
      color:#fff;
}
.exhibits-slider .sy-controls {
  display: block;
}
.exhibits-slider .sy-controls li a:after {
    background-image: url("../img/slider-controls.png");
    background-color: transparent;
    width: 60px;
    height: 3.8em;
    margin-left: -30px;
    top: 35%;
    margin-top: -1.9em;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-radius: 0;
}
.exhibits-slider .sy-controls li.sy-prev a:after {
    background-position: -10% 0;
}
.exhibits-slider .sy-controls li.sy-prev a:after{
  left: 0;
  right: auto;
  margin-left: -60px;
}
.exhibits-slider .sy-controls li.sy-next a:after{
  left: auto;
  right: 0;
  margin-right: -60px;
}
.exhibits-slider.exhibits-TOTM-slider .sy-controls li.sy-next a:after {
    left: auto;
    right: 50%;
    margin-right: -30px;
    top: 50%;
    margin-top: -40px;
}
.exhibits-slider.exhibits-TOTM-slider .sy-controls li.sy-prev a:after {
    left: 50%;
    right: auto;
    margin-left: -30px;
    top: 50%;
    margin-top: -40px;
}

.exhibit-TOTM-content{
    max-height: 350px;
    overflow: auto;
    word-break: break-word;
    word-wrap: break-word;
    padding: 30px 15px;
}
.col-news{
  background: #262626;
}
.col-news > .news-box{
    float: right;
    max-width: 585px;
    width: 100%;
    padding: 40px 30px 40px 15px;
    -webkit-transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -o-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    transform-origin: 0;
    padding-bottom: 220px;
}
.col-golf > .golf-info-box{
    max-width: 585px;
    width: 100%;
    padding: 40px 15px 40px 15px;
    -webkit-transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -o-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    transform-origin: 0;
}


/*Sliders*/
@media only screen and (min-width: 768px) {
  .exhibits-section .sy-box .sy-slides-wrap {
    min-width: 400px;
    max-width: 590px;
    width: 23.333%;
    margin-left: auto;
    margin-right: auto;
  }
}
.exhibits-section .sy-box .sy-slides-crop {
  overflow: visible;
}

  .exhibits-section .sy-box .sy-controls li {
    min-width: 2.4em;
  }
 

  .exhibits-section .sy-box .sy-controls li {
    width: 100%;
  }
  .exhibits-section .sy-box .sy-controls li.sy-prev {
    left: -100%;
  }
  .exhibits-section .sy-box .sy-controls li.sy-next {
    right: -100%;
  }
@media only screen and (max-width: 1350px) {
  .exhibits-slider .sy-controls li.sy-prev a:after{
    left: 0;
    margin-left: 0px;
  }
  .exhibits-slider .sy-controls li.sy-next a:after{
    right: 0;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .exhibits-slider .sy-controls li.sy-prev a:after{
    left: 50%;
    margin-left: -60px;
  }
  .exhibits-slider .sy-controls li.sy-next a:after{
    right: 50%;
    margin-right: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .exhibits-section .sy-box .sy-controls li {
    width: 25%;
  }
  .exhibits-section .sy-box .sy-controls li.sy-prev {
    left: -25%;
  }
  .exhibits-section .sy-box .sy-controls li.sy-next {
    right: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits-section .sy-box .sy-controls li.sy-prev {
    left: 0;
  }
  .exhibits-section .sy-box .sy-controls li.sy-next {
    right: 0;
  }
  .exhibits-slider .sy-controls li.sy-prev a:after{
    margin-left: -30px;
  }
  .exhibits-slider .sy-controls li.sy-next a:after{
    margin-right: -30px;
  }
}

.support-title{
    padding-bottom: 135px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 400px;
    display: inline-block;
}
.support-red{
    color: #dd0102;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    line-height: 72px;
    font-size: 15em;
    transition:font-size 0.5s ease;
        position: absolute;
    top: 0;
    left: 0;
}
.support-subtitle{
    font-size: 2.8em;
    transition:font-size 0.5s ease;
    letter-spacing: 2px;
        position: absolute;
    right: 0;
    bottom: 0;
}
.support-content{
  margin-top: 50px;
  margin-bottom: 50px;
}

.handwritten-btn{
    font-size: 3.5em;
    line-height: 50px;
    padding: 0px 15px 0 10px;
    background-color: #DD0102;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5%;
    width: 45%;
    margin-bottom: 3%;
    text-align: center;
}
.handwritten-btn > span{
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    display: inline-block;
    white-space: nowrap;
}
.handwritten-btn:hover,
.handwritten-btn:focus{
    text-decoration: none;
    color: #fff;
}
.handwritten-btns > a:last-child{
  margin-right: 0;
}
.track-divider{
    background: rgba(228,228,228,0);
    background-image: url(../img/tiretrack-divider.png);
    background-repeat: repeat-x;
    height: 15px;
    width: 100%;
    

    background: -moz-linear-gradient(left, rgba(228,228,228,0) 33%, rgba(228,228,228,1) 33%, rgba(228,228,228,1) 66%, rgba(0,0,0,0) 66%);
    background: -webkit-gradient(left top, right top, color-stop(33%, rgba(228,228,228,0)), color-stop(33%, rgba(228,228,228,1)), color-stop(66%, rgba(228,228,228,1)), color-stop(66%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(228,228,228,0) 33%, rgba(228,228,228,1) 33%, rgba(228,228,228,1) 66%, rgba(0,0,0,0) 66%);
    background: -o-linear-gradient(left, rgba(228,228,228,0) 33%, rgba(228,228,228,1) 33%, rgba(228,228,228,1) 66%, rgba(0,0,0,0) 66%);
    background: -ms-linear-gradient(left, rgba(228,228,228,0) 33%, rgba(228,228,228,1) 33%, rgba(228,228,228,1) 66%, rgba(0,0,0,0) 66%);
    background: linear-gradient(to right, rgba(228,228,228,0) 33%, rgba(228,228,228,1) 33%, rgba(228,228,228,1) 66%, rgba(0,0,0,0) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#000000', GradientType=1 );

    background-image: linear-gradient( to right, transparent 33%, #e4e4e4 33%, #e4e4e4 66%, transparent 66% );
    background-size: 12px 100%;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
    margin-bottom: 3%;
}
.news-box-title{
    color: #fff;
    font-size: 2.8em;
        margin-bottom: 20px;
}
.news-wrapper{
  position: relative;
  margin-bottom: 60px;
}
.news-title{
      color: #dd0102;
      font-weight: bold;
    float: left;
    margin: 0;
    margin-bottom: 5px;
    padding-right: 100px;
}
.news-date{
  color: #a1a1a1;
      display: block;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.news-content{
  color: #fff;
  clear: both;
}
.news-read-more{
  color: #dd0102;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0 0 0 65px;

    background: #262626;
    background: -moz-linear-gradient(left, rgba(38,38,38,0) 0%, rgba(38,38,38,1) 33%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,38,38,0)), color-stop(33%, rgba(38,38,38,1)));
    background: -webkit-linear-gradient(left, rgba(38,38,38,0) 0%, rgba(38,38,38,1) 33%);
    background: -o-linear-gradient(left, rgba(38,38,38,0) 0%, rgba(38,38,38,1) 33%);
    background: -ms-linear-gradient(left, rgba(38,38,38,0) 0%, rgba(38,38,38,1) 33%);
    background: linear-gradient(to right, rgba(38,38,38,0) 0%, rgba(38,38,38,1) 33%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626', GradientType=1 );
}
.news-read-more:hover,
.news-read-more:focus{
  color: #dd0102;
}
.news-truck-img {
    position: absolute;
    bottom: -85px;
    height: 350px;
    left: -65px;
    margin-top: 0;
    max-width: 50%;
}
.handwritten-red {
    color: #dd0102;
    display: inline-block;
    padding: 0 12px 0 5px;
    position: relative;
    line-height: 32px;
    font-size: 4.8em;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: rotate(-13deg) translateY(8px);
    -moz-transform: rotate(-13deg) translateY(8px);
    -o-transform: rotate(-13deg) translateY(8px);
    transform: rotate(-13deg) translateY(8px);
}
.golf-box-title {
    color: #363636;
    font-size: 2.8em;
    margin-bottom: 40px;
    display: inline-block;
}
.golf-info{
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.handwritten-white-btn {
    font-size: 1em;
    line-height: 50px;
    padding: 15px 15px 10px 15px;
    background-color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-align: center;
        position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -114px;
}
.handwritten-white-btn > span {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    display: inline-block;
   }
.handwritten-white-btn > .handwritten-red:after  {
    left: 50%;
    margin-left: -60px;
}
.edu-box-title{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.shape-bg{
   width: 100%;
    max-width: 400px;
    min-height: 125px;
    padding: 25px;
    margin-top: 60px;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-transform: skewY(8deg) skewX(-30deg) rotate(-15deg);
    -moz-transform: skewY(8deg) skewX(-30deg) rotate(-15deg);
    -o-transform: skewY(8deg) skewX(-30deg) rotate(-15deg);
    transform: skewY(8deg) skewX(-30deg) rotate(-15deg);
    position: relative;
    z-index: 1;
    background-image: url(../img/halftone-bg-sm.jpg);
    -webkit-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    outline: 1px solid transparent;
}
.shape-bg:before {
    content: "";
    display: block;
    max-width: 400px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: -50%;
    left: 0;
    background-color: white;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    z-index: -1;
    background: inherit;
}
.shape-bg:after {
    content: "";
    display: block;
    max-width: 400px;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    bottom: -50%;
    left: 0;
    background-color: white;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    z-index: -2;
    background: inherit;
}
.shape-content{
    -webkit-transform: skewY(15deg) skewX(7.5deg) rotate(-9deg) translateY(-50%);
    -moz-transform: skewY(15deg) skewX(7.5deg) rotate(-9deg) translateY(-50%);
    -o-transform: skewY(15deg) skewX(7.5deg) rotate(-9deg) translateY(-50%);
    transform: skewY(15deg) skewX(7.5deg) rotate(-9deg) translateY(-50%);
    /*transform: skewY(-8deg) skewX(27.99999deg) rotate(15deg) translateY(-50%);*/
    -webkit-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    outline: 1px solid transparent;
    position: absolute;
    top: 50%;
    padding: 0 20px 0 35px;
    z-index: 1;
    line-height: 1.75em;
}
.shape-content > p{
      
}
.shape-content > p:last-child{
  position: relative;
}
.shape-content > p:last-child:after {
    content: '';
    height: 20px;
    width: 0%;
    outline: transparent;
    background-color: #000;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-55%);
    -moz-transform: translateX(-55%);
    -o-transform: translateX(-55%);
    transform: translateX(-55%);
    margin: 0 auto;
}
.handwritten-white-info {
    font-size: 1em;
    line-height: 50px;
    padding: 5px 15px 0 0;
    background-color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.handwritten-white-info.skew-info-left {

    -webkit-transform: skew(-3deg,-3deg);
    -moz-transform: skew(-3deg,-3deg);
    -o-transform: skew(-3deg,-3deg);
    transform: skew(-3deg,-3deg);
        width: 52%;
    margin-right: 2%;
}
.handwritten-white-info.skew-info-right {

    -webkit-transform: skew(3deg,3deg);
    -moz-transform: skew(3deg,3deg);
    -o-transform: skew(3deg,3deg);
    transform: skew(3deg,3deg);
    margin-right: 0;
        width: 45%;
}
.handwritten-info{
    color: #222222;
    display: inline-block;
    padding: 0 5px 0 5px;
    position: relative;
    line-height: 35px;
    font-size: 4.3em;
    margin-top: 0;
    margin-bottom: 0;

    -webkit-transform: rotate(-3deg) translate(7px,7px);
    -moz-transform: rotate(-3deg) translate(7px,7px);
    -o-transform: rotate(-3deg) translate(7px,7px);
    transform: rotate(-3deg) translate(7px,7px);
}
.handwritten-info:after {
    content: url(../img/underline-grey.png);
    width: 211px;
    height: 8px;
    position: absolute;
        bottom: 16px;
    left: 50%;
    margin-left: -130px;
}
.handwritten-white-info.skew-info-right .handwritten-info:after {
    margin-left: -106px;
}
.info-see-more{
    color: #FFFFFF;
    font-size: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 50%;
        margin-left: -54px;
    bottom: -40px;
    display: block;
    line-height: 2em;
    padding: 0;
}
.skew-info-left > .info-see-more{
    -webkit-transform: skew(3deg,3deg);
    -moz-transform: skew(3deg,3deg);
    -o-transform: skew(3deg,3deg);
    transform: skew(3deg,3deg);
}
.skew-info-right > .info-see-more{
    -webkit-transform: skew(-3deg,-3deg);
    -moz-transform: skew(-3deg,-3deg);
    -o-transform: skew(-3deg,-3deg);
    transform: skew(-3deg,-3deg);
}
.info-see-more:hover,
.info-see-more:focus {
    color: #fff;
}

.inner-main-section{
    position: relative;
    z-index: 2;
}

.map-section{
    position: relative;
    z-index: 0;
    margin-top: -5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    image-rendering: optimizeQuality;
}
.map-section.inner-page-map{
    -webkit-transform: skewY(-1.5deg);
    -moz-transform: skewY(-1.5deg);
    -o-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    transform-origin: 0;
    margin-top: 0;
}
.map-section.inner-page-map > #over_map{
    -webkit-transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -o-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    transform-origin: 0;
}
.map-section.fullwidth-map-section{
     background-image: url("../img/map-static-home-xs.jpg");
}
@media (min-width: 768px) {
    .map-section.fullwidth-map-section{
      background-image: url("../img/map-static-home-md.jpg");
    }
}
@media (min-width: 1200px) {
    .map-section.fullwidth-map-section{
      background-image: url("../img/map-static-home-lg.jpg");
    }
}
#iowamap{
  height: 600px;
}
.over_map_overlay{
      position: absolute;
    bottom: 100%;
    margin-bottom: 40px;
}
.round-halftone-bg{
    background-image: url(../img/halftone-bg-sm.jpg);
    border-radius: 50%;
    width: 450px;
    height: 450px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.find-us-img{
  position: absolute;
    top: 50%;
    left: 50%;
    max-width: 570px;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
}
.find-us-black-box{
      position: absolute;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;
    padding: 15px 40px;
    top: 0;
    left: 50%;
    width: 340px;

    -webkit-transform: rotate(-3deg) translate(-44%,285px);
    -moz-transform: rotate(-3deg) translate(-44%,285px);
    -o-transform: rotate(-3deg) translate(-44%,285px);
    transform: rotate(-3deg) translate(-44%,285px);
    
}
.find-us-black-box > *{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);

    display: block;
}
/*Footer*/
.footer-section{
  background-color: #000000;
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.nav-section{
  background-color: #fff;
}
.footer-navbar {
    display: table;
    width: 100%;
     padding: 20px 0;
    padding-left: 260px;
}
.footer-nav{
  padding: 0;
  list-style: none;
    margin: 0;
        width: 100%;
    display: table-row;
        text-align: center;
}
.footer-nav > li {
    display: table-cell;
    list-style: none;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: normal;
    position: relative;
}
.footer-nav > li > a{
    color: #000;
    text-decoration: none;
}
.footer-nav > li > a:hover,
.footer-nav > li > a:focus{
    color: #333;
    text-decoration: none;
}
.footer-nav > li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #dd0102;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-nav > li:last-child:after {
    display: none;
    width: 0;
}
.footer-bottom-section{
  min-height: 150px;
}
.footer-main-logo{
    position: absolute;
    top: 0;
    width: 290px;
    margin-top: -50px;
    left: 0;
}
.footer-address{
  padding-left: 275px;
}
.footer-address > span{
    color: #fff;
    font-weight: bold;
        white-space: nowrap;
}
.footer-find-us-link{
    display: block;
    color: #fff;
    font-size: 3.2em;
    line-height: 16px;
    padding: 8px 0;
        white-space: nowrap;
}
.footer-find-us-link > img{
    height: 26px;
    width: 19px;
    max-width: 19px;
}
.footer-find-us-link:hover,
.footer-find-us-link:focus{
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.footer-find-us-link > span{
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: -10px;
}
.secondary-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.secondary-nav li {
    display: inline-block;
    margin: 5px 0;
}
.secondary-nav li a {
    padding: 0 6px 0 0;
    color: #fff;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}
.secondary-nav li:last-child a {
    border-right: none;
}
.footer-social-links {
      text-align: right;
}
.footer-social-links .social-link{
     color: #fff;
     font-size: 1.2em;
    font-weight: bolder;
}
.footer-social-links .social-link:hover,
.footer-social-links .social-link:focus{
     color: #f1f1f1;
     text-decoration: none;
}
.edu-truck-img{
    position: absolute;
    z-index: 1;
    bottom: -42px;
    left: -8.33333%;
    height: 300px;
    margin-top: 60px;
    max-width: 700px !important;
}
.dark-halftone-bg{
    background-color: #363636;
    background-image: url(../img/halftone-bg-lg.jpg);
    background-position: center;
    background-repeat: repeat;
    padding: 60px 0;
    color: #fff;
    position: relative;
}
.dark-halftone-bg:before {
    background: inherit;
    top: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-1.5deg);
    -moz-transform: skewY(-1.5deg);
    -o-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    transform-origin: 0;
    z-index: -1;
}
.white-bg{
    background-color: #fff;
    min-height: 400px;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.white-bg:before {
    background: inherit;
    top: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-0.5deg);
    -moz-transform: skewY(-0.5deg);
    -o-transform: skewY(-0.5deg);
    transform: skewY(-0.5deg);
    transform-origin: 0;
    z-index: -1;
}
.sub-alt-title{
    color: #555555;
    font-weight: bold;
}
.inner-hero-title{
    font-size: 5.5em;
}
.exhibits-on-display{
    color: #555555;
    font-weight: bold;
    list-style: none;
    font-size: 1.5em;
}
.exhibits-on-display li{
    padding: 5px 15px;
}

.handwritten-side-info .featured-red{
    font-size: 5.5em;
    line-height: 28px;
    padding: 0px 0px 5px 10px;
}

.handwritten-side-info .featured-red:after {
    content: url(../img/underline-sm-2.png);
    width: 173px;
    height: 15px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.back-to-top {
    margin: 0;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
    text-align: center;
    opacity: 0.6;
    transition:opacity 0.5s ease;
}
.back-to-top:hover ,
.back-to-top:focus {
    opacity: 1;
}



/*Media Queries*/
 @media (min-width: 768px){
     .handwritten-side-info{
        position: absolute;
        top: 40%;
        left: -41.66666667%;
    }
    .handwritten-side-info .featured-red{
        -webkit-transform: rotate(-20deg) translate(-40%,-8px);
        -moz-transform: rotate(-20deg) translate(-40%,-8px);
        -o-transform: rotate(-20deg) translate(-40%,-8px);
        transform: rotate(-20deg) translate(-40%,-8px);
        transform-origin: 0%;
    }
     .inner-hero-title{
            margin-top: -25px;
    }
    #main-navbar{
        /*overflow: hidden;*/
        margin-top: -10px;
    }
  .col-sm-offset-pad-1{
    padding-left: 8.33333333%;
  }
  .col-sm-offset-pad-right-1{
    padding-right: 8.33333333%;
  }
  .main-menu-wrapper:after {
      content: ' ';
      position: absolute;
      z-index: -1;
      right: -2%;
      display: block;
      width: 75%;
      height: 100%;
      bottom: 0;
      top: 0;
      background: black;
      -webkit-transform: skew(30deg);
      -moz-transform: skew(30deg);
      -o-transform: skew(30deg);
      transform: skew(30deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 10px;
  }
  
  .main-menu-wrapper > li:after {
        content: '';
        height: 20px;
        width: 1px;
        background-color: #dd0102;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }
  .main-menu-wrapper > li:last-child:after {
        display:none;
    }
  
    .handwritten-btns-positioned{
        position: absolute;
        z-index: 1;
        bottom: -30px;
        right: 5%;
    }
    .handwritten-btns-positioned .handwritten-btn {
        line-height: 40px;
        padding: 0px 50px 0 28px;
        margin-bottom: 5%;
        margin-right: 5%;
        width: 45%;
    }
    .inner-hero-section{
        padding-bottom: 150px;
    }
}
 @media (min-width: 1600px){
  .bg-wrapper-edu {
      background-image: url(../img/edu-section-bg-lg.jpg);
  }
  
}

 @media (min-width: 992px) and (max-width: 1199px){
    .main-menu-wrapper {
        padding-left: 225px;
    }
    .main-menu-wrapper > li > a{
        font-size: 0.8em;
    }
  .main-logo-link img.main-logo {
      width: 250px;
  }
  .logo-text {
      margin-left: 250px;
  }
  .iowa-80-breadcrumb {
        padding-left: 245px;
    }
  .logo-text-main {
      font-size: 1.65em;
  }
  .main-large-slider .text-content {
      margin-left: -400px;
  }
  .news-truck-img {
      bottom: -80px;
      height: 300px;
  }
  .handwritten-white-info {
      line-height: 40px;
  }
  .handwritten-info {
      font-size: 3.3em;
  }
  .footer-nav > li {
      font-size: 0.85em;
  }
  .edu-truck-img {
        height: 260px;
    }
}
 @media (min-width: 768px) and (max-width: 991px){
     .main-menu-wrapper {
        padding-left: 175px;
    }
    .main-menu-wrapper > li > a{
        font-size: 1em;
        padding-top: 5px;
        padding-bottom: 5px;
    }
  .main-logo-link img.main-logo {
      width: 200px;
  }
  .logo-text {
      margin-left: 200px;
  }
  .iowa-80-breadcrumb {
        padding-left: 195px;
    }
  .logo-text-main {
      font-size: 1.2em;
  }
  .header-social-links {
      left: 450px;
  }
  a.header-find-us-link {
      left: 300px;
  }
  .logo-text-wrapper {
      padding: 1.3em 0.5em;
  }
  .main-large-slider .text-content {
      margin-left: -340px;
  }
  .welcome-truck-img {
      bottom: -35px;
  }
  .welcome-title {
      bottom: 235px;
  }
  .support-title {
      padding-bottom: 125px;
      padding-left: 350px;
  }
  .support-red {
      font-size: 13em;
  }
  .support-subtitle {
      font-size: 2.5em;
  }
  .handwritten-btn {
      margin-right: 0;
      width: 100%;
      margin-bottom: 5%;  
    }
    .news-truck-img {
      bottom: -65px;
      height: 250px;
  }
  .handwritten-white-info.skew-info-left {
      width: 100%;
      margin-right: 0%;
  }
  .handwritten-white-info.skew-info-right {
      margin-right: 0;
      width: 100%;
  }
  .secondary-nav {
      text-align: right;
  }
  .secondary-nav li {
      display: block;
  }
  .secondary-nav li a {
      font-size: 0.8em;
      border: none;
  }
  .footer-social-links .social-link {
      font-size: 1em;
  }
  .footer-nav > li {
      display: inline-block;
      font-size: 0.8em;
      padding: 0 5px;
  }
  .edu-truck-img {
        height: 200px;
    }
}
 @media (min-width: 768px) and (max-width: 1199px){
  .golf-box-title {
      margin-bottom: 40px;
      display: block;
      padding-left: 20px;
  }
  .handwritten-red {
      -webkit-transform: rotate(-13deg) translate(-15px,-15px);
      -moz-transform: rotate(-13deg) translate(-15px,-15px);
      -o-transform: rotate(-13deg) translate(-15px,-15px);
      transform: rotate(-13deg) translate(-15px,-15px);
  }
  .col-golf > .golf-info-box {
      padding-top: 65px ;
  }
 }
 @media (max-width: 991px){
  .round-halftone-bg {
      width: 400px;
      height: 400px;
  }
  .find-us-img {
      max-width: 500px;
  }
  .find-us-black-box {
      width: 325px;
      -webkit-transform: rotate(-3deg) translate(-50%,240px);
      -moz-transform: rotate(-3deg) translate(-50%,240px);
      -o-transform: rotate(-3deg) translate(-50%,240px);
      transform: rotate(-3deg) translate(-50%,240px);
  }
 
 }
 @media (max-width: 767px){
     .handwritten-side-info{
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .main-menu-wrapper {
        padding-left: 15px;
    }
    .iowa-80-breadcrumb {
        padding-left: 15px;
    }
    .navbar-default {
        background-color: #000;
        border-bottom: 1px solid #E7E7E7;
        z-index: 1;
        position: relative;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .navbar-default .navbar-toggle {
        border-color: #000;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #000;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #FFFFFF;
        background-color: #000000;
    }
  .main-logo-link img.main-logo {
      width: 250px;
  }
  .logo-text {
      margin-left: 250px;
  }
  a.header-find-us-link {
      left: 300px;
  }
  .logo-text-wrapper {
      padding: 1.3em 0.5em;
  }
  .main-large-slider .text-content .slider-content-shape-bg {
    padding: 5px 25px;
  }
  .main-large-slider .text-content .external-slider-caption {
      font-size: 4em;
  }
  .main-large-slider .text-content .slider-content-shape-bg .slide-content {
      top: 30px;
  }
  .main-large-slider .text-content .slider-content-shape-bg .slide-content p{
      font-size: 0.8em;
  }
  .welcome-slider .sy-pager {
      margin-left: -70px;
      bottom: 70px;
  }
    .welcome-slider .sy-slides-wrap {
      min-height: 370px;
    }
    .main-large-slider .image-content img {
        min-height: 300px;
    }
  .main-large-slider .text-content {
      bottom: 120px;
      margin-left: -200px;
  }
  .welcome-content{
        margin-top: 40px;
        margin-bottom: 60px;
  }
  .col-news > .news-box{
      float: none;
      max-width: 100%;
          padding-bottom: 40px;
  }
  .col-golf > .golf-info-box{
      max-width: 100%;
      padding-bottom: 200px;
  }
  .news-truck-img {
      bottom: -65px;
      height: 248px;
      max-width: 430px;
  }
  .handwritten-white-btn {
      position: relative;
  }
  #iowamap{
    /*height: 950px;*/
    height: 550px;
    
  }
  .over_map_overlay {
      left: 50%;
      margin-left: -200px;
  }
  .footer-social-links {
      text-align: center;
  }

  .footer-main-logo {
      margin-top: -60px;
      left: 50%;
      margin-left: -145px;
  }
  .footer-address {
      padding-left: 0;
      padding-top: 100px;
      text-align: center;
  }
  .footer-navbar {
      padding-left: 0;
      padding-bottom: 50px;
  }
  .footer-nav > li {
      display: block;
      text-align: center;
      font-size: 1.175em;
      padding: 8px 0;
  }
  .footer-nav > li:after {
      height: 1px;
      width: 40px;
      right: auto;
      left: 50%;
      margin-left: -20px;
      top: auto;
      bottom: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  .inner-hero-section{
          padding-bottom: 250px;
          padding-top: 30px;
  }
  .exhibit-TOTM-content{
        max-height: 100%;
        padding: 25px 15px;
    }
}

 @media (max-width: 600px){
    .golf-box-title {
      margin-bottom: 40px;
      display: block;
      padding-left: 20px;
  }
  .handwritten-red {
      -webkit-transform: rotate(-13deg) translate(-15px,-15px);
      -moz-transform: rotate(-13deg) translate(-15px,-15px);
      -o-transform: rotate(-13deg) translate(-15px,-15px);
      transform: rotate(-13deg) translate(-15px,-15px);
  }
  .col-golf > .golf-info-box {
      padding-top: 65px ;
  }
  .handwritten-white-info {
      line-height: 40px;
  }
  .handwritten-info {
      font-size: 3.3em;
  }
 }

 @media (max-width: 515px){
    .main-logo-link img.main-logo {
      width: 200px;
  }
  .logo-text {
      margin-left: 200px;
  }
  a.header-find-us-link {
      left: 250px;
  }
  .logo-text-wrapper {
      padding: 0.8em 0.5em 0.2em;
  }
  .support-title {
      padding-bottom: 125px;
      padding-left: 350px;
  }
  .support-red {
      font-size: 13em;
  }
  .support-subtitle {
      font-size: 2.5em;
  }
  .over_map_overlay {
      margin-left: -175px;
  }
  .round-halftone-bg {
      width: 350px;
      height: 350px;
  }
  .find-us-img {
      max-width: 400px;
      width: 100%;
  }
  .find-us-black-box {
      width: 255px;
      font-size: 1.2em;
          padding: 15px;
      -webkit-transform: rotate(-3deg) translate(-45%,215px);
      -moz-transform: rotate(-3deg) translate(-45%,215px);
      -o-transform: rotate(-3deg) translate(-45%,215px);
      transform: rotate(-3deg) translate(-45%,215px);
  }
}

 @media (max-width: 500px){
   .logo-text-main {
      font-size: 1.2em;
  }
  a.header-find-us-link {
      left: 220px;
  }
  .handwritten-btn {
      margin-right: 0;
      width: 100%;
      margin-bottom: 5%;  
    }
    .track-divider{
      margin-bottom: 5%;
  }
  .edu-truck-img {
        height: 200px;
        max-width: 100% !important;
    }
    .inner-hero-section {
        padding-bottom: 160px;
    }
}
 @media (max-width: 440px){
   .main-large-slider .text-content {
      left: 0;
      right: 0;
      margin-left: 0;
  }
  .main-large-slider .text-content .slider-content-shape-bg ,
  .main-large-slider .text-content .slider-content-shape-bg:before{
      width: 100%;
  }
   .support-title {
      padding-bottom: 120px;
      padding-left: 300px;
  }
  .support-red {
      font-size: 11em;
  }
  .support-subtitle {
      font-size: 2em;
  }
  .handwritten-white-info.skew-info-left {
      width: 100%;
      margin-right: 0%;
  }
  .handwritten-white-info.skew-info-right {
      margin-right: 0;
      width: 100%;
  }
  .handwritten-info {
      font-size: 4.3em;
  }
    
}
@media (max-width: 400px){
    a.header-find-us-link {
        left: 216px;
        font-size: 2.5em;
        min-height: 32px;
        line-height: 14px;
        margin-top: -28px;
        padding: 5px 12px 2.5px 6px;
    }
    .logo-text {
        margin-left: 190px;
    }
    .logo-text-phone {
        font-size: 1em;
    }
}


/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/*---------------style btn-----------------*/
.btn_style .btn-primary {
    color: #fdfdfd;
      background-color: #DD0102 !important;
    border-color: #DD0102;
    font-family: 'Anton','Roboto',sans-serif;
    text-transform: uppercase;
}
.style_main_div_result {
       background-color: #dd0102;
    line-height: 2.5;
	padding: 0 15px;
   color: #fdfdfd;
   font-family: 'Anton','Roboto',sans-serif;
    text-transform: uppercase;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    height: auto;
    width: auto;
}
.title_style a
{
  color: #DD0102;
}
.title_style a:hover {
    text-decoration: none;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes linearVehicle {
    0% {opacity:0;left: 100px;}
    50% {opacity:1;left: 0px;}
    100% {opacity:0;left: -100px;}
} 

/* Standard syntax */ 
@keyframes linearVehicle {
     0% {opacity:0;left: 100px;}
    50% {opacity:1;left: 0px;}
    100% {opacity:0;left: -100px;}
}
.fa-linearVehicle{
    -webkit-animation: linearVehicle 2.7s infinite ease;
    animation: linearVehicle 2.7s infinite ease;
}
@media screen and (max-width:767px){
    .main-large-slider .text-content{
            margin-left: 0 !important;
            position: relative !important;
             bottom: auto !important;
             left: auto !important;
    }
    .main-large-slider .text-content .slider-content-shape-bg {
        width: 101%  !important;
        max-height: 100% !important;
        padding-bottom: 40px;
        padding-top: 0;
        margin-top: 0;
        margin-left: 0 !important;
        
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        border-radius: 0 !important;
    }
    .main-large-slider .text-content .slider-content-shape-bg:before{
        display:none !important;
    }
    .main-large-slider .text-content .slider-content-shape-bg .slide-content {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        
        top: auto !important;
        padding-top: 15px ;
    }
    .main-large-slider  .welcome-slider .sy-pager {
        bottom: 120px  !important;
        margin-left: -2em !important;
    }
    .bg-wrapper-welcome > .section.content-section{
        margin-top: -75px;
    }
    .welcome-slider .sy-controls li.sy-next {
        -webkit-transform: skewY(2deg) translateY(2%);
        -moz-transform: skewY(2deg) translateY(2%);
        -o-transform: skewY(2deg) translateY(2%);
        transform: skewY(2deg) translateY(2%);
    }
    .main-large-slider  .welcome-slider .sy-controls li ,
    .exhibits-section   .sy-controls li {
        height: 70px;
        top: 50%;
        margin-top: -35px;
    }
    
}
#getting_here_visit {
color: #333;	
padding: 0 15px;

}

#getting_here_visit .labelmap {
	color: #fff;
}
#getting_here_visit h1, #getting_here_visit h2, #getting_here_visit h3, #getting_here_visit h4, #getting_here_visit h5, #getting_here_visit h6 {
	color: #fff;
}