/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

/*font-family:'Erato W01 Regular';
font-family:'Erato W01 Italic';
font-family:'Equip W03 Regular';
font-family:'Equip W03 Italic';
font-family:'Equip W03 Bold Italic';
*/

html { overflow-y: scroll; } /* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body { height: 100%; }
body > .contentRender { min-height: 100%; height: 100%; }
body {
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #000;
}
h1, h2, h3, h4, h5, h6, p, a, s, i, ul, ol, li, b, blockquote, .inline-list {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1.2;
    border-radius: 0;
    background: none;
}
a, span {
    display: inline-block;
}
:focus {
    outline: none !important;
}
h1 {
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 4rem;
    color: #57bfe3;
}
h2 {
   font-family: 'Equip W03 Regular', sans-serif;
   color: #57bfe3;
}
h3 {
   font-family: 'Equip W03 Regular', sans-serif;
   color: #57bfe3;
}
h4 {
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.125rem;
    color: #1b7ea0;
}
h5 {
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1b7ea0;
    margin-bottom: 10px;
}
h6 {
   font-family: 'Equip W03 Regular', sans-serif;
   color: #57bfe3;
}
.text-info {
    color: #57bfe3 !important;
}
p {
    margin-bottom: 25px;
    font-family: 'Equip W03 Regular', sans-serif; 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #302119; 
}

ul, ol{
    color: #302119;
}

.canvas-wrapper {
    -moz-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.2);
}
.ui-datepicker {
    z-index: 1001 !important;
}
#mapexplorerPlaceholder{
    width:100%;
    height:800px; 
    overflow:hidden;
    border: solid 3px #fff; 
    border-radius: 3px; 
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

/*** Header ***/ 
header {
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
header .header-outer {
    background: #fff;
}
header .header-outer .header-inner {
    position: relative;
}
.texture-band {
    height: 40px;
}
.texture-band.brown,
.panel_custom_headerimages.brown,
.panel_custom_container.brown {
    background: url("/includes/public/assets/patterns/brown-pattern.png") left top;
}
.texture-band.blue,
.panel_custom_headerimages.blue,
.panel_custom_container.blue {
    background: url("/includes/public/assets/patterns/blue-pattern.png") left top;
}
.panel_custom_container.brown,
.panel_custom_container.blue {
    padding-top: 65px;
    padding-bottom: 30px;
    border-bottom: 4px solid #257f9e;
}
.texture-band.has-border {
    border-bottom: 4px solid transparent;
}
.texture-band.has-border.brown {
    border-color: #4f3324;
}
.texture-band.has-border.blue {
    border-color: #57bfe3;
}
.texture-band.has-border.blue.dark {
    border-color: #1b7ea0;
}
.texture-band.texture-lg {
    height: 50px;
}

.pre-header-container .pre-header-inner {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 99;
}
.pre-header-container .pre-header-inner:before, .pre-header-container .pre-header-inner:after {
    content: " ";
    display: table;
}
.pre-header-container .pre-header-inner:after {
    clear: both;
}

.pre-header-container .weather-container,
.pre-header-container .secondary-nav-container,
.pre-header-container .search-container {
    float: right;
}

.pre-header-container .weather-container,
.pre-header-container .secondary-nav-container {
    margin-right: 20px;
}

.pre-header-container .weather-container > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid #b89c8d;
}

.pre-header-container .weather-container a > div {
    flex: 0 0 auto;
    vertical-align: middle;
}

.pre-header-container .weather-container p {
    margin: 0;
    padding-left: 7px;
}

.pre-header-container .weather-container a:hover p {
    color: #c95800;
}

.pre-header-container .search-container {
    min-width: 110px;
    max-width: 110px;
}

/*** Footer ***/
.pre-footer-container {
    padding-top: 35px;
    border-bottom: 4px solid #4f3324;
    background: url("/includes/public/assets/patterns/brown-pattern.png") left top;
}
.pre-footer-container h4 {
    font-family: 'Erato W01 Regular', sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.125rem;
    color: #fff;
}
.pre-footer-container .guide-container .guide-wrapper {
    width: 100%;
    margin: auto;
}
.main-footer-container {
    padding-top: 80px;
    padding-bottom: 40px;
}
.main-footer-container .main-footer-wrapper {
    max-width: 100%;
    margin: auto;
}
.main-footer-container .footer-logo-container {
    margin-bottom: 30px;
}
.main-footer-container .footer-logo-container a {
    display: block;
}
.main-footer-container .footer-external-actions-container {
    float: right;
    margin-top: 25px;
}
.main-footer-container .footer-external-actions-container:before, .main-footer-container .footer-external-actions-container:after {
    content: " ";
    display: table;
}
.main-footer-container .footer-external-actions-container:after {
    clear: both;
}

.post-footer-container .row {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-flow: row nowrap;
}

.post-footer-inner {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

@media screen and (min-width: 1024px) {
    .post-footer-inner {
        flex-direction: row;
        align-items: flex-end;
    }
}

.post-footer-inner .col {
    flex: 1 0 auto;
}

.post-footer-container .copyright-container {
    margin-bottom: 0;
    flex: 0 0 auto;
    margin-right: 130px;
}
.post-footer-container .copyright-container p {
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #211109;
    margin-bottom: 0;
}

.post-footer-inner .social-nav-container {
    flex: 1 0 auto;
    max-width: 135px;

}
.post-footer-inner .social-nav-container .list-inline-float {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.post-footer-inner .social-nav-container .list-inline-float li {
    float: none;
}
.main-footer-container .social-nav-container {
    float: left;
    margin-top: 7px;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.post-footer-container .contact-madeby-container {
    padding-bottom: 10px;
}
.post-footer-container .contact-madeby-container:before, .post-footer-container .contact-madeby-container:after {
    content: " ";
    display: table;
}
.post-footer-container .contact-madeby-container:after {
    clear: both;
}
.post-footer-container .contact-container {
    float: left;
    margin-bottom: 30px;
}
.post-footer-container .contact-container ul {
    display: inline-block;
}
.post-footer-container .contact-container ul li {
    margin-right: -4px;
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #57bfe3;
}
.post-footer-container .contact-container ul li a {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #57bfe3;
}
.post-footer-container .contact-container ul li a:hover,
.post-footer-container .contact-container ul li a:active,
.post-footer-container .contact-container ul li a:focus {
    border-color: #57bfe3;
}
.post-footer-container .contact-container ul li:after {
    content: '|';
    margin: 0 10px;
    font-family: 'Equip W03 Regular', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #ffe074;
}
.post-footer-container .contact-container ul li:last-child {
    margin: 0;
}
.post-footer-container .contact-container ul li:last-child:after {
    display: none;
}
.post-footer-container .madeby-container {
    float: right;
    margin-bottom: 30px;
}

/*** Main Content ***/
.container {
    position: relative;
    margin: auto;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 1125px;
    max-width: 100%;
}

/* Intro Panels */
.intro-container {
    padding-bottom: 50px;
    padding-top: 90px;
}
.intro-container h1 {
    line-height: 3.125rem;
}
.intro-container p {
    line-height: 1.75rem;
    margin-bottom: 15px;
}
.intro-container p:last-child {
    margin-bottom: 0;
}
.intro-container .head {
    margin-bottom: 30px;
}
.intro-container .sub-head {
    margin-bottom: 25px;
}
.intro-container .intro-image-container {
    text-align: right;
}
.intro-container .intro-text-container,
.intro-container .intro-image-container {
    margin-bottom: 50px;
}

/*** Foundation Overwrites ***/
.row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%
}

.row {
    margin: 0;
    max-width: none;
    width: auto;
    margin: 0;
   /* margin-left: -15px;
    margin-right: -15px;*/
}
.row>.col, .row>.columns, .row>.column {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.button.button-warning-light.scaleY-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-warning-light.scaleY-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #b04d00 !important;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*** Utility Classes ***/
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
}
.img-fullwidth {
    width: 100%
}
.block-title {
    margin-bottom: 10px;
}
.block-image {
    float: right;
    padding: 6px;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.head {
    margin-bottom: 25px;
}
.text-info {
    color: #57bfe3 !important;
}
.inline-list li {
    float: none;
    clear: both;
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1.2;
    border-radius: 0;
    background: none;
}
.inline-list li a {
    display: inline-block;
}
.list-inline-float {
    list-style-type: none;
}
.list-inline-float:before, .list-inline-float:after {
    content: " ";
    display: table;
}
.list-inline-float:after {
    clear: both;
}
.list-inline-float li {
    float: left;
}

.hide {
    display: none;
}
.invisible {
    visibility: hidden;
}
.global-sp-title {
    height: auto;
    padding: 17px 15px 14px;
}
.global-sp-title * {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/*** Buttons ***/
.button {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button.button-primary {
    color: #fff !important;
    background: #34a0c6 !important;
    border-color: transparent !important;
}
.button.button-primary.scaleX-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-primary.scaleX-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #2f90b2 !important;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-primary.scaleX-hover:hover:before,
.button.button-primary.scaleX-hover:active:before,
.button.button-primary.scaleX-hover:focus:before {
    width: 100%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.button.button-primary.scaleX-hover:hover,
.button.button-primary.scaleX-hover:active,
.button.button-primary.scaleX-hover:focus {
    color: #fff !important;
    background: #34a0c6 !important;
    border-color: transparent !important;
}
.button.button-primary.scaleY-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-primary.scaleY-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #2f90b2 !important;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-primary.scaleY-hover:hover:before,
.button.button-primary.scaleY-hover:active:before,
.button.button-primary.scaleY-hover:focus:before {
    width: 100%;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.button-primary.scaleY-hover:hover,
.button.button-primary.scaleY-hover:active,
.button.button-primary.scaleY-hover:focus {
    color: #fff !important;
    background: #34a0c6 !important;
    border-color: transparent !important;
}
.button.button-primary:hover,
.button.button-primary:active,
.button.button-primary:focus {
    color: #fff !important;
    background: #297f9e !important;
    border-color: transparent !important;
}
.button.button-info {
    color: #fff !important;
    background: #57bfe3 !important;
    border-color: transparent !important;
}
.button.button-info.scaleX-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-info.scaleX-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #41b7df !important;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-info.scaleX-hover:hover:before, .button.button-info.scaleX-hover:active:before, .button.button-info.scaleX-hover:focus:before {
    width: 100%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.button.button-info.scaleX-hover:hover, .button.button-info.scaleX-hover:active, .button.button-info.scaleX-hover:focus {
    color: #fff !important;
    background: #57bfe3 !important;
    border-color: transparent !important;
}
.button.button-info.scaleY-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-info.scaleY-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #41b7df !important;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-info.scaleY-hover:hover:before,
.button.button-info.scaleY-hover:active:before,
.button.button-info.scaleY-hover:focus:before {
    width: 100%;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.button-info.scaleY-hover:hover,
.button.button-info.scaleY-hover:active,
.button.button-info.scaleY-hover:focus {
    color: #fff !important;
    background: #57bfe3 !important;
    border-color: transparent !important;
}
.button.button-info:hover,
.button.button-info:active,
.button.button-info:focus {
    color: #fff !important;
    background: #2baedc !important;
    border-color: transparent !important;
}
.button.button-warning {
    color: #fff !important;
    background: #4f3324 !important;
    border-color: transparent !important;
}
.button.button-warning.scaleX-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-warning.scaleX-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #3d281c !important;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-warning.scaleX-hover:hover:before,
.button.button-warning.scaleX-hover:active:before,
.button.button-warning.scaleX-hover:focus:before {
    width: 100%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.button.button-warning.scaleX-hover:hover,
.button.button-warning.scaleX-hover:active,
.button.button-warning.scaleX-hover:focus {
    color: #fff !important;
    background: #4f3324 !important;
    border-color: transparent !important;
}
.button.button-warning.scaleY-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-warning.scaleY-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #3d281c !important;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-warning.scaleY-hover:hover:before,
.button.button-warning.scaleY-hover:active:before,
.button.button-warning.scaleY-hover:focus:before {
    width: 100%;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.button-warning.scaleY-hover:hover,
.button.button-warning.scaleY-hover:active,
.button.button-warning.scaleY-hover:focus {
    color: #fff !important;
    background: #4f3324 !important;
    border-color: transparent !important;
}
.button.button-warning:hover,
.button.button-warning:active,
.button.button-warning:focus {
    color: #fff !important;
    background: #2c1c14 !important;
    border-color: transparent !important;
}
.button.button-warning-medium {
    color: #fff !important;
    background: #e47117 !important;
    border-color: transparent !important;
}
.button.button-warning-medium.scaleX-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-warning-medium.scaleX-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #cd6615 !important;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-warning-medium.scaleX-hover:hover:before,
.button.button-warning-medium.scaleX-hover:active:before,
.button.button-warning-medium.scaleX-hover:focus:before {
    width: 100%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.button.button-warning-medium.scaleX-hover:hover,
.button.button-warning-medium.scaleX-hover:active,
.button.button-warning-medium.scaleX-hover:focus {
    color: #fff !important;
    background: #e47117 !important;
    border-color: transparent !important;
}
.button.button-warning-medium.scaleY-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-warning-medium.scaleY-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #cd6615 !important;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-warning-medium.scaleY-hover:hover:before,
.button.button-warning-medium.scaleY-hover:active:before,
.button.button-warning-medium.scaleY-hover:focus:before {
    width: 100%;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.button-warning-medium.scaleY-hover:hover,
.button.button-warning-medium.scaleY-hover:active,
.button.button-warning-medium.scaleY-hover:focus {
    color: #fff !important;
    background: #e47117 !important;
    border-color: transparent !important;
}
.button.button-warning-medium:hover,
.button.button-warning-medium:active,
.button.button-warning-medium:focus {
    color: #fff !important;
    background: #b65a12 !important;
    border-color: transparent !important;
}
.button.button-warning-light {
    color: #fff !important;
    background: #c95800 !important;
    border-color: transparent !important;
}
.button.button-warning-light.scaleX-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button.button-warning-light.scaleX-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #b04d00 !important;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button.button-warning-light.scaleX-hover:hover:before,
.button.button-warning-light.scaleX-hover:active:before,
.button.button-warning-light.scaleX-hover:focus:before {
    width: 100%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.button.button-warning-light.scaleX-hover:hover,
.button.button-warning-light.scaleX-hover:active,
.button.button-warning-light.scaleX-hover:focus {
    color: #fff !important;
    background: #c95800 !important;
    border-color: transparent !important;
}


/* Social Link Icons Widget */

.main-footer-container .social-nav-container {
    float: left;
    margin-top: 4px;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.main-footer-container .social-nav-container ul {
    display: inline-block;
}
.main-footer-container .social-nav-container ul li {
    margin-right: 25px;
}
.main-footer-container .social-nav-container ul li a {
    font-family: "Equip", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #00afdb;
}
.main-footer-container .social-nav-container ul li:last-child {
    margin-right: 0;
}

/*Date Picker Fix*/
div#ui-datepicker-div.ui-datepicker{
    z-index: 2000 !important;
}

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile and Tablet***/ 
@media only screen and (max-width: 64em) {
    .container {
        position: relative;
        margin: auto;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 680px;
    }
    header .texture-band {
        height: 15px;
    }
    .main-footer-container {
        padding-bottom: 20px;
    }
    .main-footer-container .main-footer-wrapper {
        max-width: 260px;
    }
    .main-footer-container .footer-external-actions-container {
        margin: 0;
        float: none;
        clear: both;
    }
    .main-footer-container .weather-container {
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 50px;
    }
    .pre-footer-container {
        padding-top: 65px;
    }    
    .post-footer-container {
        text-align: center;
    }
    .post-footer-container .copyright-container {
        margin-bottom: 10px;
    }
    .post-footer-container .madeby-container {
        float: none;
        clear: both;
        margin-bottom: 50px;
    }
    .post-footer-container .contact-container {
        float: none;
        clear: both;
        margin-bottom: 50px;
    }
    .intro-container {
        padding-bottom: 15px;
        padding-top: 50px;
    }
    .intro-container .intro-image-container {
        text-align: center;
    }
}
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .container {
        position: relative;
        margin: auto;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    h1 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 2.75rem;
        color: #57bfe3;
    }
    .texture-band.texture-lg {
        height: 35px;
    }
    .pre-footer-container {
        padding-top: 50px;
    }
    .main-footer-container {
        padding-top: 40px;
    }
    .post-footer-container .contact-container {
        float: none;
        clear: both;
        margin-bottom: 50px;
    }
    .block-image {
        float: none;
        clear: both;
        margin-left: 0;
    }
    .block-image img {
        width: 100%
    }
    .panel_custom_container.blue {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .intro-container h1 {
        color: #57bfe3;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 40px;
    }
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}

/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	header {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}