/* ------------------- Fonts ------------------- */

@font-face {
    font-family: 'Gibson';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.svg#bb4fbf86d689ca03dd32847e97000d9e') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'GibsonBold';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.svg#54530b27eb950d30f06b883889356356') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Museo Slab 700';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.svg#8a3cfc6bc4fcac96c5c1b9e5e7d4b0a0') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Museo Slab 900';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/mmuseo_slabuseo/Museo_Slab_900.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.svg#9f7096d3ce6d5c733eae8f58eab65d8f') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 900;
}
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.theme-showcase .navbar .container {
    width: auto;
}
/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img, 
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}
/* ------------------- General Styling ------------------- */

* {
    font-family: 'Gibson', sans-serif;
}
p {
    font-size: 16px;
}
h1,
h2,
h2 span,
h1 strong,
h2 strong {
    font-family: 'Museo Slab 700', serif;
    font-weight: 700;
}
h1 {
    letter-spacing: -.03em;
}
h3,
h4,
h5,
h6,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: 'GibsonBold', serif;
}
h4 a {
    font-family: 'GibsonBold', serif;
    font-size: 18px;
}
ul,
ol {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.6em;
}
hr {
    clear: both;
}
.clear {
    clear: both;
}
/*  ------ Home Page Only ----  */

.matchtop {
    padding-top: 36px;
}
a.phone:hover {
    text-decoration: none;
}
/* ---- HP Video Intro ---- */

.masthead h1 img {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
}
.masthead {
    position: relative;
    min-width: 720px;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}
.masthead h1 {
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 110px;
    text-align: center;
    height: 120px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
/* ------------------- Background Styling ------------------- */

.greenBG {
    background-color: #4ea483;
}
.yellowBG {
    background-color: #4789b9;
}
.orangeBG {
    background-color: #c89661;
}
.blueBG {
    background-color: #4789b9;
}
/* ------------------- Carousel Styling ------------------- */
.carousel {
    overflow: hidden;
}
.carousel-inner {

}
.carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-caption {
    background: none;
}
/* ------------------- Header Styling ------------------- */

.logo {
    padding: 20px 15px 30px important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.logo img {
    width: 250px;
}
.logo img.mobile {
    display: none;
}
.navbar {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid TRANSPARENT;
    border-radius: 0px;
}
.navbar-header {
    max-height: 100px;
}
.navbar li a {
    font-family: 'Museo Slab 700', serif;
    letter-spacing: -.02em;
    font-size: 25px;
    color: #481800;
    padding-top: 35px;
    padding-bottom: 25px;
   /* font-weight: 700;*/
    text-transform: uppercase;
    transition: background-color .3s ease;
}
.navbar li a:hover {
    color: rgb(195, 69, 17);
    transition: color .3s ease;
}
.navbar li a span {
    font-family: 'Gibson', sans-serif;
    letter-spacing: .06em;
    font-size: 10px;
    color: #bb7f49;
    display: block;
    font-weight: 500;
}
.navbar {
    border-bottom: 5px solid #702f26;
}
.parkSort {
    background-color: #9f3b00 !important;
}
.navbar-toggle {
    border-color: #702f26;
}
.icon-bar {
    background-color: #702f26;
}
/*--- Map Styling ---*/

.map {
    padding: 20px 0 60px 0;
}
.mapWrap {
    transition: all .3s ease;
}
.map .filter {
    border: 3px solid #01444c;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
}
.map .mobileNotifier {
    display: none;
}
.map .filter.on {
    background-color: #01444c;
    color: #fff;
}
.map div.location {
    width: 30px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    transition: height 200ms ease, width 200ms ease, margin 200ms ease;
    -webkit-transition: height 200ms ease, width 200ms ease, margin 200ms ease;
    -moz-transition: height 200ms ease, width 200ms ease, margin 200ms ease;
}
.map div.location.hoverstate {
    height: 40px;
    width: 40px;
    margin: -5px 0 0 -5px;
}
.map .location img {
    width: 100%;
}
.map span.locationLabel  {

    text-align: center;
    position: absolute;
    display: none;
    padding: 5px 10px;
    margin-top: -30px;
    margin-left:15px;
    color:#fff;
    background-color: #C34511;
    border-radius: 50px 50px 50px 0px;
    -moz-border-radius: 50px 50px 50px 0px;
    -webkit-border-radius: 50px 50px 50px 0px;
    white-space:nowrap;
    z-index: 9;
}
h1 {
    position: relative;
}
h1 span.viewList a {
    display:none;
}
.textList {
    // max-height: 900px;
    overflow-y: scroll;
}
.textList h4 {
    padding: 6px 10px;
    margin: 0px;
    font-size: 15px;
    font-family: 'Gibson' !important;
}
 .textList .highlight h4 {
    font-family: 'Museo Slab 700', serif !important;
    font-size: 18px;
    padding: 10px;
    transition: all 200ms ease;
}
.textListWrap {
    padding: 0 25px;
}
.textListWrap h3 {
    border-bottom: 3px solid #C34511;
    margin-bottom: 0px;
}
.textList .location {
    cursor: pointer;
    background: rgba(229, 164, 65, 0.0);
    border-bottom: 1px solid #C34511;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}
.textList .location.highlight {
    background: rgba(229, 164, 65, 0.3);
}
.filter {
    border: 3px solid #01444c;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
}
.filter:hover {
    background-color: rgba(1,68,76,0.7);
    color: #fff;
}
.filter.on {
    background-color: #01444c;
    color: #fff;
}
.textList .parkInfo {
    display: none;
    padding: 5px 20px 10px 20px;
}
.textList .parkInfo a {
    color: #fff;
}
/* ------------------- Megamenu Styling ------------------- */

.navbar-default {
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}
.dropdown-menu {
    background-color: #481800;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-right .dropdown-menu {
    right: auto;
}
.menu-large .dropdown-menu {
    right: 0;
}
.navbar li ul li a {
    display: block;
    padding: 5px 20px 2px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    font-size: 14px;
}
.menu-large {
    position: static !important;
}
.megamenu {
    padding: 20px 0px;
    width: 100%;
    background-color: #481800;
}
.megamenu> li > ul {
    padding: 0;
    margin: 0;
}
.megamenu> li > ul > li {
    list-style: none;
}
.megamenu> li > ul > li > a {
    display: block;
    padding: 5px 20px 2px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    font-size: 14px;
    transition: all .3s ease;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: rgb(195, 69, 17);
    background-color: rgba(245, 245, 245, .9);
    transition: color 1s ease;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    cursor: not-allowed;
}
.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.navbar-nav .open .dropdown-menu {
    background: #481800;
}
@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}
/* ------------------- Lead Button Styling ------------------- */

.leadBtnRow {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: -70px;
    margin-bottom: 40px;
}
.leadBtnRow div {
    padding: 15px 10px 15px 10px;
    line-height: 18px;
}
.leadBtnRow span {
    font-family: 'Gibson', sans-serif;
}
.leadBtnRow h3 {
    font-family: 'Museo Slab 700', serif;
    font-weight: 100;
    font-size: 28px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.leadBtn {
    border-radius: 10px;
}
.leadBtnRow a {
    color: #fff;
}
/* Allows for whole btn to be clickable*/

.leadBtnRow a.fullBtn {
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.leadBtnRow a:hover {
    text-decoration: none;
}
.blueBtn {
    background: #87BAC9 url(../img/topoBg-07.svg) top center repeat;
    background-size: 90%;
    border-bottom: 0px solid #87BAC9;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.blueBtn:hover {
    background-color: #1c809f;
    transform: scale(1.0225);
}
.yellowBtn {
    background: #E5A441 url(../img/topoBg-07.svg) top center repeat;
    background-size: 90%;
    border-bottom: 0px solid #E5A441;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.yellowBtn:hover {
    background-color: #d48309;
    transform: scale(1.0225);
}
.orangeBtn {
    background: #C34511 url(../img/topoBg-07.svg) top center repeat;
    background-size: 90%;
    border-bottom: 0px solid #C34511;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.orangeBtn:hover {
    background-color: #772400;
    transform: scale(1.0225);
}
.greenBtn {
    background: #82A042 url(../img/topoBg-07.svg) top center repeat;
    background-size: 90%;
    border-bottom: 0px solid #82A042;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.greenBtn:hover {
    background-color: #618414;
    transform: scale(1.0225);
}
/* ------------------- Article Styling ------------------- */

.interior-page .mainContent {
    padding-top: 75px;
    padding-bottom: 75px;
}
.mainContent p a {
        text-decoration: underline;
    }
.article {
    margin-bottom: 40px;
}
.article h2 {
    border-bottom: 3px solid #481800;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Museo Slab 700';
}
.article p {
    font-family: 'gibson', sans-serif;
    font-size: 16px;
    line-height: 27px;
}
.article .contentImg img {
    border: 5px solid #E5A441;
    width: 100%;
}
/* ------------------- Button Styling ------------------- */

.button {
    color: #fff;
    padding: 15px;
    font-size: 22px;
    font-family: 'Museo Slab 700';
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
    
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.button:hover {
    opacity: 1;
}
a.btnLink {
    opacity: 0.9;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
}
a.btnLink:hover {
    text-decoration: none;
    opacity: 1;
}
span.nowrap,
a.nowrap,
td.nowrap {
    white-space: nowrap;
}
.orangeBtnBase {
    background: #C34511;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 19px;
    padding: 9px 20px 7px 20px;
    text-decoration: none;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.orangeBtnBase:hover {
    background: #891e00;
    text-decoration: none;
}
.yellowBtnBase {
    background: #E5A441;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 19px;
    padding: 9px 20px 7px 20px;
    text-decoration: none;
}
.yellowBtnBase:hover {
    background: #d48309;
    text-decoration: none;
}
.blueBtnBase {
    background: #002b54;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 19px;
    padding: 9px 20px 7px 20px;
    text-decoration: none;
}
.blueBtnBase:hover {
    background: #87bac9;
    text-decoration: none;
}
.ltOrangeBtnBase {
    background: #f0d090;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 19px;
    padding: 9px 20px 7px 20px;
    text-decoration: none;
}
.ltOrangeBtnBase:hover {
    background: #d48309;
    text-decoration: none;
}
/* ------------------- Feature Progams Styling ------------------- */

.featurePrograms {
    padding: 60px 0;
    display: table;
}
.program {
    display: table;
    width: 100%;
}
.programTitle {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
.featurePrograms h3 {
    font-size: 20px;
    text-align: center;
    height: 40px;
    top: 50%;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.programImg img {
    border: 5px solid #E5A441;
    width: 100%;
}
/* ------------------- Image Caption ------------------- */

.captionRight {
    margin-left: 15px;
    float: right;
    color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
}
.captionLeft {
    margin-right: 15px;
    float: left;
    color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-caption {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 5px 0;
    font-size: 14px;
}
/* ------------------- Featurette Styling -------------------- */

.footer-feature {
    position: relative;
    padding: 40px 0;
    color: #fff;
    margin-top: 40px;
}
.footer-feature a {
    color: #fff;
    border: 3px solid #fff;
    padding: 5px;
    text-align: right;
    border-radius: 0px;
    float: right;
}
.footer-feature:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
}
.footer-feature a:hover {
    color: #fff;
}
.footer-feature h3 {
    color: #fff;
}
.footer-feature .videoEmbed iframe {
    width: 100%;
}
/* ------------------- Partners Styling ------------------- */

#partners {
    background: #E5A441 url(../img/topoBg-01.svg) top center repeat;
    background-size: 50%;
    padding: 40px 0;
}
#partners .partner {
    display: inline-block;
    width: 10%;
    margin: 1.5%;
}
#partners #azTourismDesc-button {
    width: 14%;
}

#partners .partner img {
    width:100%;
    
}
#partners h3 {
    text-align: center;
}
#partners h3 {
    display: table;
    white-space: nowrap;
}
#partners h3:before,
#partners h3:after {
    border-top: 1px solid #481800;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
#partners h3:before {
    right: 1.5%;
}
#partners h3:aftwer {
    left: 1.5%;
}
.partnerLogo {
    width: 150px;
}
.partners-section {
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #F6F6F6;
}
#partners img.partner-logo {
    width: 200px;
    margin-top: 30px;
    margin-bottom: 10px;
}
#partners p.headline {
    font-size: 24px;
    margin-bottom: 0px;
}
#partners p.subheadline {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 30px;
}
#partners p.content {

}
#partners img.content-img {
    width: 100%;
    margin-top: 50px;
}
.partner-content {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.partner-hidden-content {

    color: #000;

}
.partner-hide {
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/* ------------------- Top Banner Styling ------------------- */
.topBanner {
    position: relative;
    overflow: hidden;
}
/* ------------------- Alt Page Ribbon Styling ------------------- */
.topBanner .altPageRibbon {
    bottom: 50%;
    right: 0%;
}
.altPageRibbon {
    padding: 0px 6px;
    position: fixed;
    bottom: 8%;
    right: 0%;
    z-index: 1000;
    font-size: 2em;
    border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    margin-right: -122px;
    transition: margin-right 500ms ease-in-out;
    background: #e82;
}
.altPageRibbon:hover {
   margin-right: 0px;
   transition: all 250ms ease-in-out;
}
.altPageRibbon a {
    color: #fff;
}
.altPageRibbon a:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.altPageRibbon span {
    vertical-align: text-bottom;
    font-size: .75em !important;
}

/* Corner Ribbon Styling */
/* The ribbons */

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: .9;
    display: none;
}
/* Custom styles */

.corner-ribbon.sticky {
    position: fixed;
    z-index: 1000;
}
.corner-ribbon.shadow {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}
/* Different positions */

.corner-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left {
    top: auto;
    bottom: -25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right {
    top: auto;
    right: -160px;
    bottom: 0px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* Colors */

.corner-ribbon a {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.corner-ribbon a:hover {
    font-size: 16px;
    text-shadow: 1px 1px 1px black;
    text-decoration: none;
}
.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}
.corner-ribbon.black {
    background: #333;
}
.corner-ribbon.grey {
    background: #999;
}
.corner-ribbon.blue {
    background: #39d;
}
.corner-ribbon.green {
    background: #2c7;
}
.corner-ribbon.turquoise {
    background: #1b9;
}
.corner-ribbon.purple {
    background: #95b;
}
.corner-ribbon.red {
    background: #e43;
}
.corner-ribbon.orange {
    background: #e82;
}
.corner-ribbon.yellow {
    background: #ec0;
}
/* ------------------- Calendar Styling ------------------- */
/* Adjust heights based on left content */
.stateEventPage h1 span {
    float:right;
    font-size: 15px;
    margin: 0 0 0 10px;

}
.stateEventPage h1 span:after {
    float:none;
    content: ' ';

}
.stateEventPage h1 span select {
    font-size:15px;
    margin: -6px 0;
}
.eventArea div.fadeBottom {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 200;
    top: 936px;
    background: TRANSPARENT;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
    background: -o-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
    background: -moz-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
    background: linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
}
.eventArea ul.scroller {
    height: 960px;
    overflow: scroll;
}
.eventArea h2 {
    border-bottom: 3px solid #481800;
    padding-bottom: 10px;
}
.eventArea h2 a {
    font-size: 13px;
    margin-left: 8px;
    color: #CD8D49;
}
.eventArea li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
li a:hover {
    text-decoration: none;
}
.eventArea li a h4 {
    color: #481800;
    margin-top: -6px;
}
.eventArea li a h5 {
    color: #CD8D49;
}
.eventArea li.event a p {
    font-size: 14px;
    color: rgba(72, 24, 0, .7);
}
.eventArea li.event {
    min-height: 90px;
    border-bottom: 1px solid #c8dae7 !important;
    padding: 0 6px 0 10px;
}
.eventArea li.event:first-child {
    padding-top: 10px;
    min-height: 100px;
}
.eventArea li.event:hover h5 {
    opacity: .7;
    transition: all .3s ease;
}
.eventArea li.event:hover h4 {
    color: #C34511;
    transition: all .5s ease;
}
.eventArea li.event:hover {
    background-color: rgba(241, 213, 155, .15);
    transition: all .5s ease;
    cursor: pointer;
}
.eventArea li.event a:hover {
    text-decoration: none !important;
}
.eventArea li.event:last-child {
    border-bottom: none !important;
}
.eventArea li.event:after {
    clear: both;
}
.eventList {
    list-style: none;
    margin: 0;
    padding: 0 15px 0 15px;
}
.moreDown {
    font-size: 36px;
    margin: -6px 0 0 0;
    padding: 0;
    text-align: center;
    opacity: .2;
}
.eventDate {
    padding: 25px;
}
.eventDate .diamond {
    background-color: #4789b9;
    text-align: center;
    height: 49px;
    width: 49px;
    line-height: 21px;
    margin-left: -15px;
    -ms-transform: rotate(45deg);
    /* IE9 */
    
    -moz-transform: rotate(45deg);
    /* FF3.5/3.6 */
    
    -o-transform: rotate(45deg);
    /* Opera 10.5 */
    
    -webkit-transform: rotate(45deg);
    /* Saf3.1+ */
    
    transform: rotate(45deg);
    /* Newer browsers */
    
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE6,IE7, but produces nasty results, so I disabled it */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
    /* IE8 */
}
.eventDate .holder {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: none !important;
    -ms-transform: rotate(-45deg);
    /* IE9 */
    
    -moz-transform: rotate(-45deg);
    /* FF3.5/3.6 */
    
    -o-transform: rotate(-45deg);
    /* Opera 10.5 */
    
    -webkit-transform: rotate(-45deg);
    /* Saf3.1+ */
    
    transform: rotate(-45deg);
    /* Newer browsers */
    
    text-align: center;
    padding: 10px 0px;
}
.eventDate span {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    display: block;
    line-height: 17px;
}
.month {
    font-weight: 700;
    font-size: 19px;
}
.date {
    font-size: 19px;
}
.vertCenter {
    padding: 25px 0 0 10px;
}
.eventInfo h3 {
    margin: 0px;
    font-size: 18px;
}
.eventInfo h4 {
    margin: 0px;
    font-size: 15px;
    font-family: 'Gibson', sans-serif;
    color: #4486b6;
    font-weight: 300;
}
.eventInfo h4 span {
    font-family: 'Gibson', sans-serif;
}
.showMoreEvents {
    display: none;
    font-size: 14px;
    cursor: pointer;
}
/* ------------------- Featured Panel Styling ------------------- */

.featurePanel {
    padding: 80px 0;
    margin-top: 40px;
}
.hotShots {
    background: transparent url(../img/hotShotsBG.jpg) top center no-repeat;
    background-size: cover;
}
.featurePanel h3 {
    font-size: 20px;
}
.featurePanel p {
    font-family: 'Museo_Slab_700', sans-serif;
    font-size: 16px;
    line-height: 27px;
}
.featurePanel img {
    float: right;
}
/* ------------------- Parks Styling ------------------- */

.parksSection {
    padding: 50px;
    background-image: url(../img/textureBG.png);
    background-color: #002C54;
}
.parksSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
}
.parksSection a {
    color: #fff;
    transition: color.3s ease;
}
.parksSection a:hover {
    color: #2a85b8;
    /* text-decoration: none;*/
    /* transition: color.3s ease;*/
}
.parksSection h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.parksSection h3 {
    display: table;
    white-space: nowrap;
}
.parksSection h3:before,
.parksSection h3:after {
    border-top: 1px solid #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
.partners h3:before {
    right: 1.5%;
}
.partners h3:after {
    left: 1.5%;
}
/* ------------------- newsletter Styling ------------------- */

.newsletterSignup {
    background-image: url(../img/textureBG.png);
    background-color: #82A042;
    padding: 20px;
    color: #fff;
}
.newsletterSignup .form {
    padding: 20px;
}
.newsletterSignup h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 86px;
}
.newsletterSignup input {
    height: 40px;
    border: none;
    margin: 0px;
    width: 75%;
    color: #532417;
    padding: 0 20px;
}
.newsletterSignup button {
    background-color: #C34511;
    border: none;
    margin: 0px -5px;
    width: 25%;
    padding: 10px;
    text-transform: uppercase;
}
/* ------------------- SubFooter Styling ------------------- */

.subFooter {
    background-image: url(../img/textureBG.png);
    background-color: #C34511;
    color: #fff;
    padding: 50px;
}
.subFooter a,
.subFooter p {
    color: #fff;
    font-size: 14px;
}
.subFooter a:hover {
    color: rgba(255, 255, 255, .7);
}
.subFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.subFooter h4 {
    margin-top: 20px;
}
.subFooter h4 a,
.subFooter h4 a:hover {
    font-size: 18px;
    /*text-decoration: none;*/
    
    color: #fff;
}
.subFooter h5,
.subFooter h5 a {
    font-family: 'GibsonBold', sans-serif;
    color: #fff;
    font-size: 16px;
}
.subFooter .shift-right {
    text-align: right;
}
.subFooter .social .fa {
    letter-spacing: 12px;
}
/* ------------------- Footer Styling ------------------- */

.footer {
    background-image: url(../img/textureBG.png);
    background-color: #821F04;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer a {
    color: #fff;
}
#footerLogo {
    /*width: 40%; */
    
    width: 110px;
    margin-top: 12px;
}
/* ------------------- Inner Page Styling ------------------- */

.topBanner img {
    width: 100%;
}
.pageWrap {
    background-color: #fff;
    margin: 0 0 -60px 0;
    padding-bottom: 120px;
    padding-top: 40px;
}
.pageWrap h1 {
    border-bottom: 3px solid #C34511;
    margin-bottom: 36px;
}
div.col-md-12 > *:first-child {
    margin-top: 20px;
}
h1 + h2 {
    margin-top: 10px;
}
h1 + div.border {
    margin-top: 0px;
}
p + h2,
p + h3,
p + h4,
ol + h2,
ol + h3,
ol + h4,
ul + h2,
ul + h3,
ul + h4,
div.border + h2,
div.border + h3,
div.border + h4,
div.border + p {
    margin-top: 40px;
}
/* ------------------- Event Page Styling ------------------- */
h1 div {
    display: inline-block;
    font-family: 'Museo Slab 700', serif;
}
.eventSummary {
    border-bottom: 1px solid #E5A441;
    padding: 20px 0;
}
.eventSummary h3 {
    margin-top:0px;
    margin-bottom: 0px;
}
.eventSummary h5 {
    margin-top:0px;
}
.eventSummary h4 {
    margin-bottom:5px;
    color: #E5A441;
}
.featuredImg {
    margin-top:5px;
    margin-right:15px;
    float:left;
    margin-bottom:10px;
    max-width: 300px;
}
.eventSummary p:after {
    content: " ";
    clear:both;
}

/* ------------------- Press Page Styling ------------------- */
.pressArticleList {
    border-bottom: 1px solid #E5A441;
    padding: 20px 0;
}
.pressArticleList h3 {
    margin-top:0px;
    margin-bottom: 0px;
}
.pressArticleList h5 {
    margin-top:0px;
}
.pressArticleList h4 {
    margin-bottom:5px;
    color: #E5A441;
}
.eventList p.pressLink {
    margin:20px 0 30px;
}

/* ------------------- Contact Us Form Styling Styling ------------------- */
.captcha .row {
    margin-bottom: 10px;
}
.captcha img {
    margin-bottom:10px;
}
.captcha input, .captcha button {
    width: 100%;
    margin-bottom: 10px;
}
/* ------------------- HP Partner Styling ------------------- */

/* ------------------- Media Queries Styling ------------------- */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .eventArea h2 span {
        display: none;
    }
    .eventInfo h4 span {
        display: none;
        font-family: 'Oswald', sans-serif;
    }
    .eventInfo h3 {
        margin: 0px;
        font-size: 14px;
    }
    .button {
        background-size: 100%;
        font-size: 18px;
        padding: 13px
    }
    .leadBtnRow div {
        padding: 18px 10px 15px 10px;
        line-height: 10px;
    }
    .leadBtnRow h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .featurePanel .button {
        background-size: 63%;
    }
    .eventDate {
        padding: 0;
    }
    .eventDate .diamond {
        margin-left: 0;
    }
    .vertCenter {
        padding: 10px 0 0 10px;
    }
    .event {
        border-bottom: 1px solid #c8dae7;
        padding: 15px 0px 0 15px;
    }
    .leadBtnRow {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin-top: -50px;
        margin-bottom: 0px;
    }
    .mapWrap {
        transform: scale(.80);
        margin-top: -10% !important;
        margin-bottom: -10% !important;
        margin-left: -10% !important;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .eventArea h2 span {
        display: inline-block;
    }
    .eventInfo h4 span {
        display: none;
    }
    .eventInfo h3 {
        margin: 0px;
        font-size: 18px;
    }
    .button {
        background-size: 100%;
        font-size: 14px;
        padding: 10px
    }
    .featurePanel .button {
        background-size: 75%;
        padding: 12px;
    }
    .leadBtnRow div {
        padding: 30px 10px 40px 10px;
        line-height: 10px;
    }
    .leadBtnRow h3 {
        font-size: 20px;
    }
    .articleArea .button {
        background-size: 100%;
        font-size: 21px;
        padding: 13px;
    }
    .eventArea .button {
        width: 34%;
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 33px;
    }
    .leadBtn {
        padding: 18px 0px 18px 0px;
    }
    .leadBtnRow div {
        padding: 18px 10px 18px 10px;
        line-height: 10px;
    }
    .sidebar {
      padding-top: 10px;
    }

    h1 span.viewList a {
        position: absolute;
        right: 0px;
        bottom: 3px;
        font-size: 14px;
        padding-bottom: 6px;
        text-decoration: underline;
        display: block;
    }
    .textList h4 {
        padding: 6px 0px;
}
@media only screen and (max-width: 830px) {
    .logo img {
        width: 180px;
        margin-top: 6px;
    }
    .navbar-toggle {
        margin-top: 13px !important;
        margin-bottom: 10px;
    }
    .mapWrap {
        transform: scale(.75);
    }
}
/* Small Devices, Tablets */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .logo img {
        width: 230px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mapWrap {
        transform: scale(.85);
        margin-top: -10% !important;
        margin-bottom: -10% !important;
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 24px;
        line-height: 31px;
    }
    .leadBtn div {
        padding: 14px 10px 14px 10px;
        line-height: 10px;
    }
    .articleArea .button {
        width: 100% !important;
        margin: auto;
        font-size: 18px;
    }
    .navbar-header {
        width: 100%;
    }
    .logo {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 30px;
    }
    .logo img {
        width: 250px;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 768px) {
    .megamenu> li > ul > li > a {
        padding: 5px 10px !important;
    }
    .featurePrograms,
    .parksSection,
    .subFooter {
        text-align: center;
    }
    #footerLogo {
        width: 90px;
        margin-top: 20px;
    }
    .navbar li a {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        text-align: center !important;
    }
    .navbar-nav {
        margin: 7.5px -15px 0 -15px;
    }
    .megamenu> li {
        margin-bottom: 0px;
    }
    .logo img {
        width: 180px;
        margin-top: 6px;
    }
    .navbar-toggle {
        margin-top: 13px !important;
    }
    .logo {
        padding: 5px 15px 35px 15px !important;
    }
    .navbar-header {
        height: 60px;
    }
    .navbar-brand.logo {
        width: 200px;
        margin: 0 auto;
    }
    .logo img.mobile {
        display: block;
    }
    .logo img.desktop {
        display: none;
    }
    .article .contentImg img {
        margin-bottom: 20px;
    }
    .featurePanel {
        text-align: center;
    }
    .featurePanel img {
        float: none;
        width: 30%;
    }
    .featurePanel .button {
        width: 61%;
        padding: 12px;
        margin: auto;
    }
    .fadeBottom,
    .moreDown {
        display: none;
    }
    .showMoreEvents {
        display: block;
    }
    .eventArea ul.scroller {
        height: auto !important;
        overflow: scroll;
    }
    .eventArea .button {
        width: 42%;
        margin: auto;
    }
    .eventArea h2 {
        text-align: left;
    }
    .featurePrograms .button {
        background-size: 70%;
    }
    .articleArea .button {
        width: 52%;
        margin: auto;
        font-size: 18px
    }
    .article .contentImg img {
        margin-bottom: 20px;
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 30px;
    }
    .leadBtn div {
        padding: 14px 10px 14px 10px;
        line-height: 10px;
    }
    .featurePrograms .button {
        margin-bottom: 30px;
    }
    .subFooter .shift-right {
        text-align: center;
    }
    /*.corner-ribbon{
      display: none;
    }*/
}
@media only screen and (min-width: 560px) and (max-width: 760px) {
    .mapWrap {
        transform: scale(.65);
        margin-bottom: -30% !important;
        margin-left: -10% !important;
        margin-top: -25% !important;
    }
    /*
        html {
            border:3px solid green;
        }
*/
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) and (max-width: 560px) {
    .leadBtnRow span {
        display: none;
    }
    .leadBtnRow h3 {
        font-size: 20px;
    }
    .mapWrap {
        transform: scale(.55);
        margin-bottom: -40% !important;
        margin-left: -15% !important;
        margin-top: -35% !important;
    }
    /*
    html {
            border:3px solid blue;
        }
*/
}
@media only screen and (max-width: 480px) {
    /*
            html {
            border:3px solid pink;
        }
*/
    .map .mobileNotifier {
        display: block;
        text-align: center;
        color:#C34511;
    }
    input, textarea, select, option, .select2, .select2-results__option{
        font-size: 18px !important;
    }
    .featuredImg {
        max-width:100%;
    }
    .masthead {
        display: none;
        width: 100%;
    }
    .mapWrap {
        display: none;
    }
    .logo img {
        width: 180px;
        margin-top: 6px;
    }
    .navbar-toggle {
        margin-top: 13px !important;
    }
    .logo img.desktop {
        display: none;
    }
    .logo img.mobile {
        display: block;
    }
    .leadBtnRow span {
        display: none;
    }
    .featurePanel {
        text-align: center;
    }
    ul.eventList li:nth-of-type(1n+5) {
        display: none;
    }
    .eventArea .button {
        width: 80%;
        margin: auto;
    }
    .featurePanel .button {
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .featurePanel img {
        float: none;
        width: 50%;
    }
    .vertCenter {
        padding: 10px 0 0 30px;
    }
    .articleArea .button {
        width: 81%;
        margin: auto;
    }
    .featurePrograms,
    .parksSection,
    .subFooter {
        text-align: center;
    }
    .newsletterSignup h2 {
        line-height: 32px;
    }
    .newsletterSignup label {
        text-align: center;
        display: block;
    }
    .newsletterSignup button,
    .newsletterSignup input {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .subFooter a,
    .subFooter p {
        color: #fff;
        font-size: 16px;
    }
    .featurePrograms h3,
    .programTitle {
        height: auto;
    }
    .eventArea .button {
        background-size: 100%;
        margin-top: 20px;
        cursor: pointer;
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 15px;
    }
    .leadBtnRow span {
        display: none;
    }
    .leadBtn div {
        padding: 13px 10px 13px 10px;
        line-height: 10px;
    }
}
/* ------- iPhone, Smartphones, Tablets, mobile devices ------- */
/* iPad Portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* STYLES GO HERE */
    
    .navbar-brand.logo {
        width: 200px;
        margin: 0 auto;
    }
    .featurePanel img {
        float: none;
        width: 100% !important;
    }
    .featurePanel .button {
        width: 91% !important;
        padding: 12px;
        margin: auto;
    }
    .eventArea .button {
        width: 42%;
        margin: auto;
    }
    .eventArea h2 {
        text-align: center;
    }
    .featurePrograms .button {
        background-size: 100% !important;
    }
}
/* iPhone 5  */
/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .leadBtnRow span {
        font-size: 11px !important;
    }
    .leadBtnRow h3 {
        font-size: 16px !important;
    }
    .leadBtnRow div {
        padding: 24px 10px 18px 10px !important;
        line-height: 10px !important;
    }
    .h2,
    h2 {
        font-size: 17px !important;
    }
    .articleArea .button {
        width: 100% !important;
        margin: auto !important;
    }
    .featurePrograms {
        padding: 15px;
    }
    .featurePrograms .button {
        font-size: 19px !important;
    }
    .featurePanel .button {
        background-size: 100% !important;
        padding: 12px !important;
        font-size: 15px !important;
    }
    .button {
        background-size: 100% !important;
        font-size: 21px !important;
    }
    .newsletterSignup h2 {
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 26px !important;
    }
    .newsletterSignup input {
        height: 40px !important;
        width: 100% !important;
    }
    .newsletterSignup button {
        margin: 10px -5px !important;
        width: 100% !important;
        text-transform: uppercase !important;
    }
    .newsletterSignup {
        text-align: center !important;
    }
}
/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .leadBtnRow h3 {
        font-size: 15px !important;
    }
    .leadBtnRow div {
        padding: 13px 10px 13px 10px !important;
        line-height: 10px !important;
    }
}
/* Browser Specific */

@supports (-ms-accelerator: true) {
    .logo {
        padding-top: 0px;
        margin-top: 0px;
    }
}
/* ----------- Unused Media Queries ----------- */
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
