/*  Stylesheet for [[CLIENT NAME HERE]]

Credits:

Website Design by SpinWeb (http://www.spinweb.net)
Designer: [[DESIGNER NAME HERE]]
Builder: Sam McKinney
Developer: Chris Antoine
*/


/* ----------- Global Styles ---------------- */

body {
    font-family: 'myriad-pro', sans-serif;
    background: #fff;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 1.4;
    padding: 0px 0 0 0;
    position: relative;
}

a, a:visited {
   color: #553285;
   text-decoration: none;
   -moz-transition: all 0.1s linear 0s;
   -webkit-transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
   transition: all 0.1s linear 0s;
}

a:hover, a:active {
   color: #C2D953;
   text-decoration: underline;
}

.button, .button:visited, .btn-primary, .btn-primary:visited  {
    font-size: 1em;
    padding: 5px 20px;
    margin: 10px 0;
    background: #F49776;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    border: 0;
    display: inline-block;
}

.button:hover, .button:focus, .btn-primary:hover, .btn-primary:focus {
    background: #553285;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

button.button, button.button:visited {
    margin: 0 0 0 15px;
}

h1 {
    font-size: 1.571em;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 1.667em;
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 1.2;
    color: #553285;
    font-style: italic;
}

.heading {
    margin: 0 0 20px 0;
    line-height: 1.143em;
    font-size: 1.667em;
    font-weight: 700;
    color: #553285;
    font-style: italic;
}

h3 {
    font-size: 1.467em;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 700;
    color: #553285;
}

.sub-heading {
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1b1b;
}

h4 {
    color: #1b1b1b;
    font-size: 1.467em; 
}

h5 {
    color: #1b1b1b;
    font-size: 1.333em; 
}

h6 {
    color: #1b1b1b;
    font-size: 1.133em; 
}

.orange {
    color: #F49776;
}

.paragraph, p {
}

.border {
    padding: 2px;
    border: 1px solid #ccc;
    background: #fff;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
}

.left {
    float: left;  
    margin: 0 30px 20px 0;
}

.right {
    float: right; 
    margin: 0 0 20px 30px;
}

.light {
    font-weight: 300;
}

form input[type="checkbox"] {
    border: none;
}

.radio input[type="radio"], .radio-inline input[type="radio"] {
  margin-left: 0;
  position: relative;
}

hr {
    color: #3f3f3f;
    background: #3f3f3f;
    height: 1px;
    margin: 15px 0;
    clear: both;
    border: none;
  }
  
.clear {
    clear: both;
    float: none;
}

.webpage-wrapper .lister, .lister {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.lister li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    clear: both;
    border-bottom: 1px solid #efefef;
    }

.lister h2 {
    margin-bottom: 10px;
    }

.lister h3 {
    margin: 0;
    font-weight: normal;
    }

.lister p {
    margin: 0;
    }

.meta {
    font-size: smaller;
    font-style: italic;
    }

.gPlus {
    float: left;
    margin: 2px 5px 0 0;
    }

.linkedin-addthis {
   float: left;
   margin: 0 15px 0 10px;
}

.addthis_toolbox {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0 10px 0;
    margin: 25px 0 30px;
    }

.addthis_toolbox .button {
    float: left;
    font-size: .8em;
    height: 10px;
    line-height: 10px;
    margin: 0px 20px 0 0;
}

img {
    max-width: 100%;
}


/* -------------- Header ---------------- */

header {
    position: relative;
    z-index: 1000;
    background: #fff;
    height: auto;
    border-top: 8px solid #326D96;
}

header .container {
    position: relative;
}

header .col-xs-12 {
    padding: 0;
}

.logo {
    display: block;
    margin: 10px auto 10px;
    width: 290px;
    float: none;
}

.utilityNav {
    float: left;
    list-style-type: none;
    margin: 1px 0 0 0;
    padding: 0;
    width: 82%;
    position: relative;
    z-index: 800;
}

.utilityNav li {
    float: left;
    display: block;
    margin: 0;
    position: relative;
}

.utilityNav li:nth-child(1) {
    width: 15%;
}

.utilityNav li:nth-child(2) {
    width: 21%;
}

.utilityNav li:nth-child(3) {
    width: 38%;
}

.utilityNav li:nth-child(4) {
    width: 25%;
}

.utilityNav a {
    float: left;
    display: block;
    background: url(https://ucarecdn.com/35672ae6-8d44-4640-914c-79ecff1c36fd/-/progressive/yes/) no-repeat right 55% #E8E8E8;
    padding: 12px 0;
    font-size: .933em;
    color: #898989;
    line-height: 1;
    width: 100%;
    text-align: center;
}

.utility a:hover, .utility a:focus {
    background: #553285;
}

.utilityNav a.last {
    background: #E8E8E8;
}

.utilityNav li:nth-child(1) a, .utilityNav li:nth-child(1) a:visited {
    background: url(https://ucarecdn.com/3cf2346d-ea47-4085-8d9b-0122c3531bdc/-/progressive/yes/) no-repeat 50% 50% #F49776;
    padding: 12px 0px 12px 0px;
    width: 100%;
    color: #fff;
    text-indent: -9999px;
}

.utilityNav li:nth-child(1) a:hover, .utilityNav li:nth-child(1) a:focus {
    background: url(https://ucarecdn.com/3cf2346d-ea47-4085-8d9b-0122c3531bdc/-/progressive/yes/) no-repeat 50% 50% #553285;
}

.utilityNav li:nth-child(2) a, .utilityNav li:nth-child(2) a:visited {
    background: #97D700;
    color: #fff;
}

.utilityNav li:nth-child(2) a:hover, .utilityNav li:nth-child(2) a:focus {
    background: #553285;
    color: #fff;
}

.utilityNav li:nth-child(3) a, .utilityNav li:nth-child(3) a:visited {
    background: #8A6AAE;
    color: #fff;
}

.utilityNav li:nth-child(3) a:hover, .utilityNav li:nth-child(3) a:focus {
    background: #553285;
    color: #fff;
}

.utilityNav li:nth-child(4) a, .utilityNav li:nth-child(4) a:visited {
    background: #E8E8E8;
}

.utilityNav li:nth-child(4) a:hover, .utilityNav li:nth-child(4) a:focus {
    background: #553285;
    color: #fff;
}

.navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    margin: 0;
    position: absolute;
    right: 0px;
    top: -156px;
    width: 100%;
    z-index: 500;
}

.navbar-header {
    position: relative;
}

.navbar-default {
    border: none;
}

.navbar-inner {
    background: none transparent;
    filter: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 0;
    min-height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://ucarecdn.com/3c4f5bff-f9d3-4560-b814-10a0fd532c97/-/progressive/yes/);
    background-position: left top;
    background-repeat: no-repeat;
    width: 56px;
    height: 47px;
    border: none;
    border-radius: 0px;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}

.navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0);
    padding: 0;
}

.navbar .nav {
    width: 100%;
}

.navbar .nav > li {
    float: none;
    display: block;
    margin: 0;
    height: auto;
}

.navbar .nav > li > a {
    color: #fff;
    float: none;
    text-shadow: none;
    display: block;
    font-size: 1em;
    padding: 5%;
    margin: 0 0 1px 0;
    text-decoration: none;
    /* background: #447EA7; */
    background: #553285;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a.current, .navbar .nav > li.active a {
    background: #553285;
    color: #fff;
    text-decoration: none;
}

/* ------------------ Featured / Home page ---------------- */

.featured {
  display: none;
}

.featured-med {
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 94px;
    margin: 0 auto;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage {
    position: relative;
    z-index: 500;
}

.col-xs-12.search-wrapper {
    padding: 0;
    background: #D2D2D2;
}

.home-search {
    background: url(https://ucarecdn.com/f8eb7371-eba1-418d-89b1-49529e5a16af/-/progressive/yes/) no-repeat center 25px #D2D2D2;
    width: 304px;
    margin: 0px auto;
    display: block;
    position: relative;
    height: 104px;
    padding: 25px 0;
}

.home-search .btn-group {
    left: 9px;
    position: absolute;
    top: 35px;
    z-index: 300;
}

.home-search .btn-group > .btn:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin: 0;
    text-indent: -9999px;
}

.home-search .btn-large {
    border-radius: 30px 0 0 30px;
    font-size: 20px;
    padding: 0px;
    height: 37px;
    width: 33px;
    z-index: 300;
    line-height: 1;
    font-weight: 300;
}

.home-search .btn-large .caret {
    margin: -3px 0 0 14px;
    display: block;
}

.home-search .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #C2D953;
}

.home-search .btn-primary, .home-search .btn-primary:visited {
    background-color: #553285;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    color: #FFFFFF;
    text-shadow: none;
    border: none;
}

.home-search .btn-primary:hover, .home-search .btn-primary:focus, .home-search .btn-primary.open {
    background: #C2D953;
    text-decoration: none;
}

.home-textbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 300;
    height: 37px !important;
    left: 50px !important;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    position: absolute !important;
    top: 35px !important;
    width: 194px !important;
    z-index: 100;
}

.home-search button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    height: 37px;
    position: absolute;
    right: 13px;
    top: 35px;
    width: 53px;
    z-index: 400;
}

.home-search button span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 48px;
    width: 70px;
    opacity: 0;
    /* -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; */
    z-index: 400;
}

.home-search button:hover span {
    opacity: 1;
}
    
.home-search .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0D355B;
    background-image: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.home-search .button:hover, .home-search .button:focus {
    background: transparent;
}

.home-features {
    padding: 20px 20px 0;
    position: relative;
    width: 100%;
}

a.featured-next, a.featured-prev {
    display: none !important;
}

.carousel {
    margin: 0 auto 30px;
    width: 232px;
}

.carousel-item {
    /* background: rgba(0,0,0,.7); */
    background: #B1B3B3;
    border-radius: 10px;
}

.carousel-item a, .carousel-item a:visited {
    
}

.carousel-item a:hover, .carousel-item a:focus {
    color: #000;
    text-decoration: none;
    opacity: .9;
}

.feature-top {
    background: #553285;
    border-radius: 10px 10px 0 0;
    padding: 9px 9px 9px 10px;
}

.feature-bottom {
    padding: 18px;
    min-height: 150px;
    border-radius: 0 0 10px 10px;
}

.feature-bottom h3 {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.feature-bottom h3 span {
    font-style: italic;
    font-weight: 300;
}

.feature-bottom p {
    color: #000;
    font-size: .933em;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    overflow: hidden;
}

.events-box {
    border-radius: 10px;
    background: #fff;
    padding: 0 0 27px 0;
    box-shadow: 0px 0px 2px #555;
    float: none;
    width: 270px;
    margin: 0 auto;
}

.events-box h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 1.467em;
    background: #553285;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    margin: 0;
}

.events-box h2 .fa {
    position: relative;
    left: -10px;
}

.feed-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 5px;
}

.feed-item {
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    margin: 0;
}

.feed-item a {
    color: #5D5D5D;
}

.feed-item h3 {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 0px 0;
}

.events-box li p {
    font-size: .867em;
    color: #CECECE;
    margin: 0;
}

.btn-warning, .btn-warning:visited {
    /* background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
    border: none;
    color: #FFFFFF !important;
    display: block;
    margin: 20px 20px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    font-size: 1.333em;
}

.btn-warning:hover, .btn-warning:focus {
    background: #553285;
}


/* -------------- Interior --------------- */

.homepage-wrapper .std-padding, .interior .std-padding, .homepage-wrapper .std-padding-gray, .interior .std-padding-gray {
    padding: 35px 0 15px;
}

.interior .std-padding + .std-padding, .interior .std-padding-gray + .std-padding-gray {
    padding: 0 0 15px 0;
}

.homepage-wrapper .breakout, .interior .breakout {
    margin: -35px -15px -15px;
}

.interior .std-padding + .std-padding .breakout, .interior .std-padding-gray + .std-padding-gray .breakout {
    margin: 0 -15px -15px;
}

.std-padding-gray {
    background: #efefef;
}

.interior {
    background: url(https://ucarecdn.com/698fa309-2063-4904-805c-7d0d6e9ab8ef/-/progressive/yes/) no-repeat right top / auto 70px #fff;
    padding: 70px 0 0px 0;
    position: relative;
    top: 0;
    z-index: 500;
}

.sidebar {
    background-color: #fff;
    position: relative;
    padding: 20px 0 0 0;
}

.side-shadow {
    display: none;
}

.module > ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.module ul ul, .module ul ul ul {
    margin: 0;
}

/* .module ul {
    margin: 0;
    display: none;
} */

.module li {
    display: none;
}

.module li.current, .module li.active, .module li.current > ul, .module li.active > ul, .module li.current ul > li, .module li.active  ul > li {
    display: block;
}

/* .module li {
    display: block;
} */

.module li a, .module li a:visited {
    color: #fff;
    font-size: .867em;
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat 110% 50% #FCA726; */
    background: #F49776;
    display: block;
    margin: 0 0 2px 0;
    padding: 5px 13px;
}

.module li a:hover, .module li a:focus, .module li.current > a, .module li.active > a {
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat right 50% #4079A2; */
    background: #553285;
    text-decoration: none;
    color: #fff;
}

.module li li a, .module li li a:visited {
    color: #fff;
    font-size: .867em;
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat 110% 50% #FCA726; */
    display: block;
    margin: 0 0 2px 10px;
    padding: 5px 13px;
}

.module li li a:hover, .module li li a:focus {
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat right 50% #4079A2; */
    text-decoration: none;
    color: #fff;
}

.module li li li a, .module li li li a:visited {
    margin: 0 0 2px 20px;
}

.sidebar .home-features {
    margin: 25px 0 0 0;
    padding: 0;
}

.sidebar .home-features li {
    margin: 0px auto 20px;
    clear: both;
}

.sidebar .home-features li a {
    width: 100%;
}

.page-heading h2 {
    font-size: 1.667em;
    font-style: italic;
    color: #175078;
}

.span12.page-header h1 {
    text-align: center;
    
}

.webpage-wrapper {
}

.addthis_toolbox {
    display: none;
}

.media {
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.module-search {
    border-bottom: 1px solid #efefef;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

/* .module-search div {
    margin: 0 0 10px 0;
} */

.credo {
    float:left;
    width: 50%;
}

.article {
    float:right;
    width:50%;
}

.pagination a {
    border: 1px solid #36688C;
    padding: 2px 8px;
    margin: 0 5px 0 0;
    border-radius: 30px;
}

.prevnextWindow {
    border: 1px solid #36688C;
}

.prevnextCurrent, .pagination a:hover {
    border: 1px solid #36688C;
    background: #36688C;
    color: #fff;
    padding: 2px 8px;
    margin: 0 5px 0 0;
    border-radius: 30px;
    text-decoration: none;
}

.faqQuestions {
    background: #fcfcfc;
    padding: 20px;
    margin: 0;
    list-style-type: disc;
    border: 1px solid #efefef;
}

.faqQuestions p {
    display: inline;
}

.faqQuestions li {
    margin: 10px 0 10px 30px;
}

.faqAnswers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.faqAnswers li {
    margin: 20px 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #efefef;
}
    
.faqAnswers li li {
    margin: 15px 0;
}

.faqAnswers h2 {
    color: #175078;
    font-size: 1.667em;
    font-style: italic;
    margin: 0;
}

.searchItem {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #3f3f3f;
}

.searchItem h2 {
    margin: 0 0 5px 0;
}

.articles {
    border-top: 1px solid #3f3f3f;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
}

.article-filter {
    margin: 0 0 25px 0;
}

.sidebar .home-features ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 230px;
    padding: 0;
    width: 100%;
}

.sidebar .home-features li {
    margin: 0px 0 20px 0;
    clear: both;
    width: 100%;
}

.sidebar .home-features li a {
    width: 100%;
}

.sidebar .home-features li a:hover, .sidebar .home-fatures li a:focus {
    text-decoration: none;
}

.interior .feature-top {
    width: 100%;
}
    
.interior .feature-top img {
    display: block;
    margin: 0 auto;
}

.interior .feature-bottom {
    /* background: #4C4C4C; */
    background: #B1B3B3;
    width: 100%;
    padding: 10%;
}
    
/* -------- Google Search ------------ */

#adBlock, .gsc-adBlock {
    display: none !important;
}

.gsc-control-cse .gsc-table-result, .gs-snippet {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.gsc-webResult.gsc-result {
    margin-bottom: 25px !important;
}

.gsc-webResult.gsc-result:hover {
    border-color: #C2D953 !important;
}

.gsc-table-cell-thumbnail {
    padding: 0 !important;
}

.gs-web-image-box {
    margin: 0 15px 0 0 !important;
}

.gs-title, .gs-title:visited {
    color: #553285 !important;
}

.gs-title:hover, .gs-title:focus {
    color: #C2D953 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    color: #553285 !important;
    text-decoration: none !important;
    margin-right: 5px !important;
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    text-align: center;
}

.gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #fff !important;
    background-color: #C2D953 !important;
    text-shadow: none !important;
    padding: 0 5px;
}

.gs-webResult .gs-snippet {
    line-height: 1.3 !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    border: none !important;
    border-radius: 0px !important;
    background: #553285 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 0 15px !important;
    height: 30px !important;
    text-transform: none !important;
    transition: all .1s linear 0s;
}

.cse input.gsc-search-button:hover, input.gsc-search-button:hover, .cse input.gsc-search-button:focus, input.gsc-search-button:focus {
    border: none !important;
    background: #C2D953 !important;
    color: #fff !important;
    text-decoration: none !important;
}

    
/* ----------- Footer -------------- */

footer {
    /* background: url(https://ucarecdn.com/85c63c68-4ad5-41d1-b3ed-2bb119ac08f1/-/progressive/yes/) repeat left top; */
    background: #000;
    font-size: .867em;
    color: #fff;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 500;
}

footer ul ul ul {
    display: none;
}

.footer-top {
    padding: 0 15px 20px;
}

.hours-wrapper {
    float: none;
    position: relative;
    display: block;
}

.hours-hatch {
    margin: 0 0 15px 0;
}

.hours-hatch .button, .hours-hatch .button:visited {
    display: block;
    float: right;
    font-size: 1.067em;
    border-radius: 10px;
    background: #553285;
    color: #fff;
    margin: 3px 0 0 0;
    padding: 0px 25px;
}

.hours-hatch .button:hover {
    text-decoration: none;
    color: #fff;
    background: #C2D953;
}

.hours-hatch h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.467em;
    margin: 10px 0 0 0;
}

.footer-locations {
    float: none;
    position: relative;
    left: 0px;
    display: block;
    width: 100%;
}

.footer-locations ul {
    list-style-type: none;
    margin: 0px 0 0;
    padding: 0;
}

.footer-locations li {
    width: 50%;
    display: block;
    margin: 10px 0 0 0;
    height: 120px;
    float: left;
}

.location-heading {
    color: #DA9221;
    font-weight: 400;
}

.footer-services {
    display: block;
    float: none;
    padding: 0 0 0 0px;
}

.footer-services .heading {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.footer-bottom {
    background: #fff;
    padding: 12px 0;
}

.spinweb {
    display: block;
    float: left;
    margin: 0 0px 0 0px;
}

.freedom, .freedom:visited {
    display: block;
    float: right;
    border-radius: 10px;
    background: #39749D;
    color: #fff;
    margin: 0px 0 0 0;
    padding: 0px 30px;
}

.freedom:hover {
    text-decoration: none;
    color: #fff;
    background: #649DBD;
}

.copyright {
    margin: 0;
    color: #7E7E7E;
}

footer ul {
    list-style: none;
}

.webpage-wrapper h1, .fullpage h1 {
    display: none;
}

header h3 {
    margin-top: 0;
}

nav ul.nav ul {
    display:none;
}

#editAnywhere {
    display: none;
}



/* -------------- Global and module styles pulled from old Stylesheet ---------------- */

#form input, select, form input {
    color: #AFAFB1;
    font-size: 14px;
    padding: 5px;
    height: auto !important;
    border: 1px solid #a7a9ac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #D3D3D3 0%, #FFFFFF 17%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D3D3D3), color-stop(17%,#FFFFFF)); /* webkit */
}

form input[type="checkbox"] {
    border: none !important;
}

#form textarea {
    height: 100px;
    padding: 5px;
    width: 100%;
    color: #AFAFB1;
    font-size: 16px;
    border: 1px solid #a7a9ac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 0%, #FFFFFF 3%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(3%,#FFFFFF)); /* webkit */
}




/* ------------------ Small devices Landscape 480 and up ---------------- */
@media (min-width: 480px) {

.navbar .nav > li > a {
    padding: 2% 5%;
}

.home-search {
    background: url(https://ucarecdn.com/906bb6b9-114e-4136-bb8e-b11c47c4e7fc/-/progressive/yes/) no-repeat center 25px #D2D2D2;
    width: 445px;
}

.home-search .btn-group > .btn:first-child {
    text-indent: 0px;
}

.home-search .btn-large {
    width: 111px;
    line-height: 35px;
}

.home-search .btn-large .caret {
    margin: -17px 0 0 94px;
}

.home-textbox {
    border-radius: 0px;
    left: 120px !important;
    width: 265px !important;
}

.home-search button {
    right: 6px;
}

}

/* ---------------------------- Small devices (tablets, 768px and up) ------------------------ */
@media (min-width: 768px) { 


/* -------------- Header small tablet ------------- */

header {
    position: relative;
    z-index: 1000;
    background: #fff;
    height: 110px;
    border-top: none;
}

header .container {
    position: relative;
}

.logo {
    display: block;
    margin: 10px 0;
    float: left;
}

.utilityNav {
    float: right;
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
    width: auto;
}

.utilityNav li {
    float: left;
    display: block;
    margin: 0;
    width: auto !important;
}

.utilityNav a {
    float: left;
    display: block;
    background: url(https://ucarecdn.com/35672ae6-8d44-4640-914c-79ecff1c36fd/-/progressive/yes/) no-repeat right 55% #E8E8E8;
    padding: 12px 16px;
    font-size: .933em;
    width: auto;
    color: #898989;
    line-height: 1;
}

.utilityNav li:last-child a {
    background: #E8E8E8;
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
}

.utilityNav li:first-child a {
    background: url(https://ucarecdn.com/3cf2346d-ea47-4085-8d9b-0122c3531bdc/-/progressive/yes/) no-repeat 10px 50% #F49776;
    padding: 12px 16px 12px 40px;
    color: #fff;
    width: auto;
    text-indent: 0px;
    border-radius: 0 0 0px 5px;
    -moz-border-radius: 0 0 0px 5px;
    -webkit-border-radius: 0 0 0px 5px;
}
    
    .utilityNav li:first-child a:hover, .utilityNav li:first-child a:focus {
        background: url(https://ucarecdn.com/3cf2346d-ea47-4085-8d9b-0122c3531bdc/-/progressive/yes/) no-repeat 10px 50% #553285;
        padding: 12px 16px 12px 40px;
        color: #fff;
        width: auto;
        text-indent: 0px;
        border-radius: 0 0 0px 5px;
        -moz-border-radius: 0 0 0px 5px;
        -webkit-border-radius: 0 0 0px 5px;
    }

.font-selector {
    display: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar .nav {
    width: auto;
}

.nav-wrapper {
    position: absolute !important;
    bottom: -66px;
    z-index: 1000;
    Left: 0;
}

.navbar {
    /* background: url(https://ucarecdn.com/a445fc79-446d-4ca6-8c64-6c5cb34be2ba/-/progressive/yes/) no-repeat left top / 100% auto; */
    background: url(https://ucarecdn.com/77cbb913-ccb2-4c67-8526-d1375d7cb294/-/progressive/yes/) no-repeat left top;
    height: 66px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
}

.navbar-default {
    border: none !important;
}

.navbar-inner {
    background: none transparent;
    filter: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 0;
    min-height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .nav {
    float: right;
}

.navbar .nav > li {
    float: left;
    display: block;
    margin: 5px 0 0 0;
    height: 45px;
    background: url(https://ucarecdn.com/c03800c3-a36f-4449-b13b-cd784be74bfc/-/progressive/yes/) no-repeat right top;
}
    
    .navbar .nav > li:last-child {
        background: none;
    }

.navbar .nav > li.item4 {
    background: none;
}

.navbar .nav > li > a {
    background: transparent;
    color: #fff;
    float: left;
    text-shadow: none;
    display: block;
    font-size: 1em;
    padding: 0px 25px;
    height: 45px;
    position: relative;
    line-height: 40px;
    text-decoration: none;
    /* background: url(https://ucarecdn.com/60da6ac7-5dbf-4bda-9c4b-3b8794a3ca59/-/progressive/yes/) no-repeat center -50%; */
}
    
    .navbar .nav > li > a:after, .navbar .nav > li > a:visited:after {
        /* content: '\f078';
        position: absolute;
        display: block;
        font-family: 'FontAwesome';
        font-size: 11px;
        color: #F49776;
        line-height: 1;
        left: calc(50% - 6px);
        top: 65%;
        opacity: 0; */
        display: none;
    }

.navbar .nav > li > a:hover, .navbar .nav > li > a.current, .navbar .nav > li.active a {
    height: 55px;
    /* background: url(https://ucarecdn.com/60da6ac7-5dbf-4bda-9c4b-3b8794a3ca59/-/progressive/yes/) no-repeat center 80% #553285; */
    background: #553285;
    border-radius: 0 0 10px 10px;
    color: #fff;
}
    
    .navbar .nav > li > a:hover:after, .navbar .nav > li > a:focus:after, .navbar .nav > li > a.current:after, .navbar .nav > li.active > a:after {
        /* opacity: 1; */
        display: none;
    }

/* ------------------ Featured / Home page small ---------------- */

    
.homepage {
    position: relative;
    z-index: 500;
}

.discover {
    display: block;
    margin: 10px auto 0;
    width: 90%;
}

.col-xs-12.search-wrapper {
    background: none;
    padding: 0 15px;
}

.home-search {
    background: url(https://ucarecdn.com/7f87a335-9bb5-4c14-9faa-eb4acd2928ca/-/progressive/yes/) no-repeat center 2px / 100% auto;
    width: 730px;
    margin: 120px auto 30px;
    display: block;
    position: relative;
    height: 77px;
    padding: 0;
}

.home-search .btn-group {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 300;
}

.home-search .btn-group > .btn:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-left: 0;
    width: 184px;
}

.home-search .btn-large {
    border-radius: 30px 0 0 30px;
    font-size: 20px;
    padding: 0px 19px 0 0px;
    height: 48px;
    width: 137px;
    z-index: 300;
    line-height: 44px;
    font-weight: 300;
}

.home-search .btn-large .caret {
     margin: -20px 0 0 147px;
}

.home-search .btn-primary, .home-search .btn-primary:visited {
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    color: #FFFFFF;
    text-shadow: none;
    border: none;
}

.home-textbox {
    background: url(https://ucarecdn.com/df6bd7ea-426f-4037-9e9a-4f6e7a660eea/-/progressive/yes/) no-repeat left top !important;
    width: 476px !important;
    height: 48px !important;
    position: absolute !important;
    left: 195px !important;
    top: 13px !important;
    border: none !important;
    padding: 0 70px 0 30px !important;
    margin: 0 !important;
    font-size: 20px !important;
    color: #333333 !important;
    font-weight: 300;
    z-index: 100;
}

.home-search button {
    position: absolute;
    top: 13px;
    right: 13px;
    height: 48px;
    z-index: 400;
    border: none !important;
    width: 70px;
    /* background:url(https://ucarecdn.com/6a605855-48b1-45ff-8afa-2082e8cea4ec/-/progressive/yes/) no-repeat left top; */
    background: url(https://ucarecdn.com/10ac96c2-00c7-4906-8f1f-c1149d39e20b/-/progressive/yes/) no-repeat right top;
}

.home-search button span {
    /* background: url(https://ucarecdn.com/6a605855-48b1-45ff-8afa-2082e8cea4ec/-/progressive/yes/) no-repeat left bottom; */
    background: url(https://ucarecdn.com/10ac96c2-00c7-4906-8f1f-c1149d39e20b/-/progressive/yes/) no-repeat right bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 48px;
    width: 70px;
    opacity: 0;
    z-index: 400;
    /* -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; */
}

.home-search button:hover span {
    opacity: 1;
}
    
.home-search .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0D355B;
    background-image: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.home-features {
    padding: 42px 15px 0;
}

a.featured-next, a.featured-next:visited {
    position: absolute;
    display: block !important;
    height: 69px;
    width: 23px;
    color: #fff;
    background: #553285;
    border-radius: 0 5px 5px 0;
    top: 150px;
    right: -7px;
    z-index:100;
    text-align: center;
    padding: 24px 0 0 0;
}

a.featured-prev, a.featured-prev:visited {
    position: absolute;
    display: block !important;
    height: 69px;
    width: 23px;
    background: #553285;
    border-radius: 5px 0 0 5px;
    color: #fff;
    top: 150px;
    left: -7px;
    z-index:100;
    text-align: center;
    padding: 24px 0 0 0;
}
    
    a.featured-next:hover, a.featured-next:focus, a.featured-prev:hover, a.featured-prev:focus {
        color: #fff;
        background: #8DBA3F;
    }
    
    .carousel {
        width: auto;
    }
    
    .carousel-item {
        margin: 0 10px;
    }
    
    .carousel-item a, .carousel-item a:visited {
        display: block;
        margin: 0;
    }

.events-box {
    border-radius: 10px;
    background: #fff;
    padding: 0 0 27px 0;
    box-shadow: 0px 0px 2px #555;
    width: 100%;
}

.events-box h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    margin: 0;
}

.events-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 5px;
}

.events-box li {
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    margin: 0;
}

.events-box li a {
    color: #5D5D5D;
}

.events-box li h3 {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 0px 0;
}

.events-box li p {
    font-size: .867em;
    color: #CECECE;
    margin: 0;
}

.btn-warning {
    /* background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important; */
    background: #F49776;
    display: block;
    margin: 20px 20px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    font-size: 1.333em;
}

/* -------------- Interior small --------------- */

.interior {
    background: url(https://ucarecdn.com/698fa309-2063-4904-805c-7d0d6e9ab8ef/-/progressive/yes/) no-repeat center top #fff;
    padding: 128px 0 0px 0;
}

.sidebar {
    background-color: #fff;
    border-right: 1px solid #EBEBEB;
    border-radius: 10px 10px 0 0;
    padding: 15px 10px 15px 10px;
    margin: -35px 0 0 0;
    position: relative;
    width: auto;
}
    
    .interior .std-padding .sidebar {
        margin: -65px 0 20px 0;
    }
    
    .interior .std-padding + .std-padding .sidebar {
        margin: 0 0 20px 0;
    }

.side-shadow {
    position: absolute;
    right: -13px;
}

.module ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.module li a, .module li a:visited {
    color: #fff;
    font-size: .867em;
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat 110% 50% #FCA726; */
    display: block;
    margin: 0 0 2px 0;
    padding: 5px 13px;
}

.module li a:hover, .module li a.current, .module li.active > ul li.current a {
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat right 50% #4079A2; */
    text-decoration: none;
    color: #fff;
}

/* .sidebar .home-features {
    padding: 0;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
} */

.sidebar .events-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 2px #ccc;
    padding: 0 0 7px;
    width: 100%;
    clear: both;
}

.sidebar .events-box h2 {
  font-size: 1.133em;
}

.webpage-wrapper {
    padding: 70px 0 0 0;
}

.addthis_toolbox {
    display: block;
}

.pollDetailWrapper {
    padding: 15px;
    box-shadow: 0 0 2px #CCCCCC;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.pollDetailWrapper button.button {
    margin: 0;
}

.pollQuestion, .pollResultQuestion {
    display: block;
    margin: 0 0 10px 0;
}

.pollChoices {
    display: block;
    margin: 0 0 10px 0;
}

.pollResultChoices {
    display: block;
    margin: 0 0 0px 0;
}

.pollBar {
    background: none repeat scroll 0 0 #347099;
    display: inline-block;
    height: 30px;
    margin: 0 0 10px 0;
    min-width: 35px;
}

.pollBar span {
    color: #fff;
    float: right;
    padding: 5px 5px 0 0;
}



    
/* ----------- Footer small -------------- */

footer {
    font-size: .867em;
    color: #fff;
    font-weight: 300;
    margin: 80px 0 0;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 500;
}

.footer-top {
    padding: 0 0 20px 0;
}

.footerMainNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footerMainNav .nav ul {
    margin: 0;
    padding: 0;
}
    
    .footerMainNav nav ul.nav ul {
        display: block;
    }

.footerMainNav .nav li {
    display: block;
    margin: 0 15px 15px 0;
    width: 150px;
    float: left;
}

.footerMainNav li.item2 {
    width: 140px;
}

.footerMainNav li.item3 {
    width: 168px;
    margin: 0;
}

.footerMainNav li a, .footerMainNav li a:visited {
    display: block;
    color: #fff;
    float: left;
    padding: 0;
}
    
    .footerMainNav li a:hover, .footerMainNav li a:focus {
        color: #fff;
        background: transparent;
        text-decoration: underline;
    }

.footerMainNav .nav li li {
    display: block;
    margin: 0;
}

.footerMainNav li li a, .footerMainNav li li a:visited {
    color: #C2D953;
    display: block;
    float: none;
}
    
    .footerMainNav li li a:hover, .footerMainNav li li a:focus {
        color: #C2D953;
        background: transparent;
    }

footer .span5 {
    position: relative;
}

.hours-wrapper {
    position: relative;
    width: 100%;
}

.hours-hatch {
    /* background: url(https://ucarecdn.com/85c63c68-4ad5-41d1-b3ed-2bb119ac08f1/-/progressive/yes/) repeat scroll left top rgba(0, 0, 0, 0); */
    background: #000;
    border-radius: 10px 10px 0 0;
    height: 34px;
    padding: 0 5%;
    position: absolute;
    left: -20px;
    top: -64px;
    left: -15px;
    width: 104%;
}
    
    .hours-hatch .button, .hours-hatch .button:visited {
        margin: 13px 0 0 0;
    }

.footer-locations {
    position: relative;
    left: 0px;
    padding: 30px 0 0 0;
}

.footer-locations ul {
    list-style-type: none;
    margin: -30px 0 0;
    padding: 0;
}

.footer-locations li {
    width: 50%;
    display: block;
    margin: 0px 0 0 0;
    float: left;
}

.location-heading {
    color: #DA9221;
    font-weight: 400;
}

.footer-services {
    display: block;
    float: left;
    padding: 0 0 0 0px;
}

.footer-services .heading {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.footer-bottom {
    background: #fff;
    padding: 8px 0;
}

.spinweb {
    display: block;
    float: right;
    margin: 0 10px 0 30px;
}

.freedom, .freedom:visited {
    display: block;
    float: right;
    border-radius: 10px;
    background: #39749D;
    color: #fff;
    margin: 0px 0 0 0;
    padding: 0px 30px;
}

.freedom:hover {
    text-decoration: none;
    color: #fff;
    background: #649DBD;
}

.copyright {
    margin: 0;
    color: #7E7E7E;
}

footer ul {
    list-style: none;
}

.webpage-wrapper h1 {
    display: none;
}

header h3 {
    margin-top: 0;
}

nav ul.nav ul {
    display:none;
}

#editAnywhere {
    display: none;
}


}



/* -------------------------- Medium devices (desktops, 992px and up) ------------------------ */
@media (min-width: 992px) {
   

    .homepage-wrapper .std-padding, .interior .std-padding, .homepage-wrapper .std-padding-gray, .interior .std-padding-gray {
        padding: 50px 0 30px;
    }

    .interior .std-padding + .std-padding, .interior .std-padding-gray + .std-padding-gray {
        padding: 0 0 30px 0;
    }

    .homepage-wrapper .breakout, .interior .breakout {
        margin: -50px -15px -30px;
    }

    .interior .std-padding + .std-padding .breakout, .interior .std-padding-gray + .std-padding-gray .breakout {
        margin: 0 -15px -30px;
    }
   
/* --------------- Medium Header -------------- */

    header {
        height: 109px;
    }

.logo {
    margin: 10px 0;
}

.utilityNav {
    width: auto;
}

.social {
    list-style-type: none;
    margin: 15px 0px 0 55px;
    padding: 0;
    float: left;
}

.social li {
    float: left;
    display: block;
    margin: 0 0 0 5px;
}

.social a {
    position: relative;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.facebook, .facebook:visited {
	background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat 0 0;
	width: 24px;
	height: 24px;
}

.facebook:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat 0 -31px;
	width: 24px;
	height: 24px;
}

.twitter, .twitter:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -28px 0;
	width: 24px;
	height: 24px;
}

.twitter:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -28px -31px;
	width: 24px;
	height: 24px;
}

.facebook, .facebook:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat left top;
}

.facebook:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat left bottom;
}

.youtube, .youtube:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -57px 0;
	width: 24px;
	height: 24px;
}

.youtube:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -57px -31px;
	width: 24px;
	height: 24px;
}

.pinterest, .pinterest:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -85px 0;
	width: 24px;
	height: 24px;
}

.pinterest:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -85px -31px;
	width: 24px;
	height: 24px;
}

.email, .email:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -113px 0;
	width: 24px;
	height: 24px;
}

.email:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -113px -31px;
	width: 24px;
	height: 24px;
}

.instagram, .instagram:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -141px 0;
	width: 24px;
	height: 24px;
}

.instagram:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -141px -31px;
	width: 24px;
	height: 24px;
}
    
.featured {
    display: none;
}

.font-selector {
    display: block;
    margin: 15px 0 0 0;
    float: right;
}

.font-selector ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.font-selector li {
    display: block;
    float: left;
}

.font-selector p {
    float: right;
    color: #C4C4C4;
    padding: 0px 0 0 0;
    margin: 0 10px 0 0;
}

.font-selector a {
    background: #E7E7E7;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 0 0px 1px;
    height: 23px;
    width: 23px;
    position: relative;
    text-align: center;
}
    
    .font-selector a.size-large {
        font-size: 16px;
    }
    
    .font-selector a.size-medium {
        font-size: 14px;
        padding: 1px 0 0 0;
    }
    
    .font-selector a.size-small {
        font-size: 12px;
        padding: 1px 0 0 0;
    }
    
    .font-selector a:hover, .font-selector a:focus {
        background: #F49776;
        color: #fff;
        text-decoration: none;
    }

.discover {
    display: block;
    margin: 8% auto 0;
    width: 80%;
}

.navbar {
    /* background: url(https://ucarecdn.com/db906b91-ba49-409c-951a-73c45bc3e4a4/-/progressive/yes/) no-repeat -150px top; */
    background: url(https://ucarecdn.com/77cbb913-ccb2-4c67-8526-d1375d7cb294/-/progressive/yes/) no-repeat left top;
    height: 60px;
    margin: -1px 0 10px 0;
}
    
    .featured-med {
        background-size: 100% auto;    
    }

.featured-next {
    right: 0px;
}

.featured-prev {
    left: 0px;
}
    
    .carousel-item {
        margin: 0 32px;
    }


.events-box h2 {
    font-size: 1.467em;
    text-align: center;
}

.sidebar .events-box h2 {
    background: #553285;
    font-size: 1.133em;
    padding: 10px 15px 10px 0;
    text-align: right;
}
    
    .interior .std-padding .sidebar {
        margin: -85px 0 20px 0;
    }
    
    .interior .std-padding + .std-padding .sidebar {
        margin: 0 0 20px 0;
    }
    
    .article-filter {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }
    
    .article-filter p {
        margin: 0 10px 0 0;
    }
    
    
    /* -------- Medium Footer ------------ */

.footerMainNav {
    width: 380px;
}

.footerMainNav li {
    margin: 0 15px 30px 0;
    width: 170px;
}

.footerMainNav li.item3 {
    width: 170px;
    margin: 0 0 30px 0;
}

.footerMainNav li li.item3 {
    margin: 0;
    width: auto;
}

.footerMainNav li li {
    margin: 0 0 0;
}




}

 
 
/* --------------------------- Large devices (large desktops, 1200px and up) ------------------------ */
@media (min-width: 1200px) { 
    
/* -------------- Header Large ---------------- */

header {
    position: relative;
    z-index: 1000;
    background: #fff;
    height: 109px;
}

header .container {
    position: relative;
}

.logo {
    display: block;
    margin: 10px 0;
    float: left;
}

.social {
    list-style-type: none;
    margin: 15px 20px 0 0;
    padding: 0;
    float: right;
}

.social li {
    float: left;
    display: block;
    margin: 0 0 0 5px;
}

.social a {
    position: relative;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.facebook, .facebook:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat left top;
}

.facebook:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat left bottom;
}

.twitter, .twitter:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -28px top;
}

.twitter:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -28px bottom;
}

.facebook, .facebook:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat left top;
}

.facebook:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat left bottom;
}

.youtube, .youtube:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -57px top;
}

.youtube:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -57px bottom;
}

.pinterest, .pinterest:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -85px top;
}

.pinterest:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -85px bottom;
}

.email, .email:visited {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -113px top;
}

.email:hover {
    background: url(https://ucarecdn.com/eafd2a69-13fd-4eb0-a3de-d85538316c9c/-/progressive/yes/) no-repeat -113px bottom;
}

.utilityNav {
    float: right;
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
}

.utilityNav li {
    float: left;
    display: block;
    margin: 0;
}

.utilityNav a {
    float: left;
    display: block;
    background: url(https://ucarecdn.com/35672ae6-8d44-4640-914c-79ecff1c36fd/-/progressive/yes/) no-repeat right 55% #E8E8E8;
    padding: 12px 16px;
    font-size: .933em;
    color: #898989;
    line-height: 1;
}

.utilityNav a.last {
    background: #E8E8E8;
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
}

.utilityNav a.first {
    margin: 0 5px 0 0;
    background: url(https://ucarecdn.com/3cf2346d-ea47-4085-8d9b-0122c3531bdc/-/progressive/yes/) no-repeat 10px 50% #F49776;
    padding: 12px 16px 12px 40px;
    color: #fff;
    border-radius: 0 0 0px 5px;
    -moz-border-radius: 0 0 0px 5px;
    -webkit-border-radius: 0 0 0px 5px;
}

.font-selector {
    display: block;
    margin: 15px 0 0 0;
}

.font-selector ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.font-selector li {
    display: block;
    float: left;
}

.font-selector p {
    float: right;
    color: #C4C4C4;
    padding: 0px 0 0 0;
    margin: 0 10px 0 0;
}

.font-selector a {
    display: block;
    float: left;
    margin: 0 0 0px 1px;
    height: 23px;
    width: 23px;
    position: relative;
}

.font-selector a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 23px;
    width: 23px;
    opacity: 0;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.font-selector a:hover span {
    opacity: 1;
}

.size-large, .size-large:visited {
    background: url(https://ucarecdn.com/cc18312d-673d-449f-af4a-4d7549123af9/-/progressive/yes/) no-repeat left bottom;
}

.size-large span {
    background: url(https://ucarecdn.com/cc18312d-673d-449f-af4a-4d7549123af9/-/progressive/yes/) no-repeat left top;
}

.size-medium, .size-medium:visited {
    background: url(https://ucarecdn.com/cc18312d-673d-449f-af4a-4d7549123af9/-/progressive/yes/) no-repeat -24px bottom;
}

.size-medium span {
    background: url(https://ucarecdn.com/cc18312d-673d-449f-af4a-4d7549123af9/-/progressive/yes/) no-repeat -24px top;
}

.size-small, .size-small:visited {
    background: url(https://ucarecdn.com/cc18312d-673d-449f-af4a-4d7549123af9/-/progressive/yes/) no-repeat right bottom;
}

.size-small span {
    background: url(https://ucarecdn.com/cc18312d-673d-449f-af4a-4d7549123af9/-/progressive/yes/) no-repeat right top;
}

.nav-wrapper {
    position: absolute !important;
    bottom: -66px;
    z-index: 1000;
    Left: 0;
}

.navbar {
    /* background: url(https://ucarecdn.com/db906b91-ba49-409c-951a-73c45bc3e4a4/-/progressive/yes/) no-repeat left top / 100% auto; */
    background: url(https://ucarecdn.com/77cbb913-ccb2-4c67-8526-d1375d7cb294/-/progressive/yes/-/resize/1170x/) no-repeat left top;
    height: 60px;
    margin: -1px 0 10px 0;
}

.navbar-default {
    border: none !important;
}

.navbar-inner {
    background: none transparent;
    filter: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 0;
    min-height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .nav {
    float: right;
}

.navbar .nav > li {
    float: left;
    display: block;
    margin: 6px 0 0 0;
    height: 45px;
    background: url(https://ucarecdn.com/c03800c3-a36f-4449-b13b-cd784be74bfc/-/progressive/yes/) no-repeat right top;
}

.navbar .nav > li.item4 {
    background: none;
}

.navbar .nav > li > a {
    color: #fff;
    float: left;
    text-shadow: none;
    display: block;
    font-size: 1em;
    padding: 0px 25px;
    height: 45px;
    line-height: 40px;
    text-decoration: none;
    /* background: url(https://ucarecdn.com/60da6ac7-5dbf-4bda-9c4b-3b8794a3ca59/-/progressive/yes/) no-repeat center -50%; */
}

.navbar .nav > li > a:hover {
    height: 55px;
    /* background: url(https://ucarecdn.com/60da6ac7-5dbf-4bda-9c4b-3b8794a3ca59/-/progressive/yes/) no-repeat center 80% #553285; */
    border-radius: 0 0 10px 10px;
    color: #fff;
}

/* ------------------ Featured / Home page Large ---------------- */


.homepage {
    position: relative;
    z-index: 500;
}

.discover {
    margin: 100px auto 0;
    width: 900px;
    display: block;
}

.home-search {
    background: url(https://ucarecdn.com/7f87a335-9bb5-4c14-9faa-eb4acd2928ca/-/progressive/yes/) no-repeat center top;
    width: 770px;
    margin: 150px auto 80px;
    display: block;
    position: relative;
    height: 77px;
    padding: 0;
}

.home-search .btn-group {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 300;
}

.home-search .btn-group > .btn:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    margin-left: 0;
    width: 184px;
}

/* .home-search .btn-large {
    border-radius: 30px 0 0 30px;
    font-size: 20px;
    padding: 0px 19px 0 0px;
    height: 48px;
    width: 137px;
    z-index: 300;
    line-height: 44px;
    font-weight: 300;
} */

.home-search .btn-large .caret {
    margin: -20px 0 0 147px;
}

.home-textbox {
    background: url(https://ucarecdn.com/df6bd7ea-426f-4037-9e9a-4f6e7a660eea/-/progressive/yes/) no-repeat left top !important;
    width: 529px !important;
    height: 48px !important;
    position: absolute !important;
    left: 195px !important;
    top: 13px !important;
    border: none !important;
    padding: 0 70px 0 30px !important;
    margin: 0 !important;
    font-size: 20px !important;
    color: #333333 !important;
    font-weight: 300;
    z-index: 100;
}

.home-search button {
    position: absolute;
    top: 13px;
    right: 11px;
    height: 48px;
    z-index: 400;
    border: none !important;
    width: 70px;
    /* background:url(https://ucarecdn.com/6a605855-48b1-45ff-8afa-2082e8cea4ec/-/progressive/yes/) no-repeat left top; */
    background: url(https://ucarecdn.com/10ac96c2-00c7-4906-8f1f-c1149d39e20b/-/progressive/yes/) no-repeat left top;
}

.home-search button span {
    /* background: url(https://ucarecdn.com/6a605855-48b1-45ff-8afa-2082e8cea4ec/-/progressive/yes/) no-repeat left bottom; */
    background: url(https://ucarecdn.com/10ac96c2-00c7-4906-8f1f-c1149d39e20b/-/progressive/yes/) no-repeat left bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 48px;
    width: 70px;
    opacity: 0;
}

.home-search button:hover span {
    opacity: 1;
}
    
.home-search .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0D355B;
    background-image: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.home-features {
    padding: 42px 25px 0;
}
    
    .carousel-item {
        margin: 0 17px;
    }

.events-box {
    border-radius: 10px;
    background: #fff;
    padding: 0 0 27px 0;
    box-shadow: 0px 0px 2px #555;
    width: 100%;
}

.events-box h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 1.467em;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    margin: 0;
}

.events-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 5px;
}

.events-box li {
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    margin: 0;
}

.events-box li a {
    color: #5D5D5D;
}

.events-box li h3 {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 0px 0;
}

.events-box li p {
    font-size: .867em;
    color: #CECECE;
    margin: 0;
}

/* .btn-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    display: block;
    margin: 20px 20px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    font-size: 19px;
} */

/* -------------- Interior Large --------------- */


.side-shadow {
    position: absolute;
    right: -13px;
}

.module ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.module li a, .module li a:visited {
    color: #fff;
    font-size: .867em;
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat 110% 50% #FCA726; */
    display: block;
    margin: 0 0 2px 0;
    padding: 5px 13px;
}

.module li a:hover, .module li a.current {
    /* background: url(https://ucarecdn.com/4cddfe5b-af9f-411c-801d-7738ad3a4908/-/progressive/yes/) no-repeat right 50% #4079A2; */
    text-decoration: none;
    color: #fff;
}

/* .sidebar .home-features {
    padding: 0;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}

.sidebar .home-features ul {
    margin: 0 0 0 0px;
    width: 100%;
}

.sidebar .home-features li {
    margin: 0px 0 20px 0;
    clear: both;
    width: 100%;
}

.sidebar .home-features li a {
    width: 100%;
} */

.sidebar .events-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 2px #ccc;
    padding: 0 0 7px;
    width: 100%;
    clear: both;
}

.sidebar .events-box h2 {
    font-size: 1.2em;
    padding: 10px 15px 10px 0;
    text-align: center;
}

.webpage-wrapper {
    padding: 70px 0 0 0;
}
    
/* ----------- Footer Large -------------- */

footer {
    color: #fff;
    font-weight: 300;
    margin: 80px 0 0;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 500;
}

.footer-top {
    padding: 0 0 20px 0;
}

.footerMainNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footerMainNav ul {
    margin: 0;
    padding: 0;
}

.footerMainNav li {
    display: block;
    margin: 0 15px 0 0;
    width: 150px;
    float: left;
}

.footerMainNav li.item2 {
    width: 140px;
}

.footerMainNav li.item3 {
    width: 168px;
    margin: 0;
}

.footerMainNav li a, .footerMainNav li a:visited {
    display: block;
    color: #fff;
    float: left;
}

.footerMainNav li li {
    display: block;
}

.footerMainNav li li a, .footerMainNav li li a:visited {
    display: block;
    float: none;
}

footer .span5 {
    position: relative;
}

.hours-wrapper {
    position: relative;
    width: 100%;
    width: 500px;
}

.hours-hatch {
    /* background: url(https://ucarecdn.com/85c63c68-4ad5-41d1-b3ed-2bb119ac08f1/-/progressive/yes/) repeat scroll left top rgba(0, 0, 0, 0); */
    background: #000;
    border-radius: 10px 10px 0 0;
    height: 34px;
    padding: 0 5%;
    position: absolute;
    left: -20px;
    top: -64px;
    width: 104%;
}

/* .footer-locations {
    float: left;
    position: relative;
    left: 0px;
    width: 69%;
    padding: 0;
    border-right: 1px solid #42413D;
} */
    
    .footer-locations {
        padding: 0;
    }

.footer-locations ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-locations li {
    width: 50%;
    display: block;
    font-size: 1em;
    height: auto;
    margin: 0 0 30px;
    float: left;
}

.location-heading {
    color: #DA9221;
    font-weight: 400;
}

.footer-services {
    display: block;
    /* float: left; */
    font-size: 1em;
    padding: 0px;
}

.footer-services .heading {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.footer-bottom {
    background: #fff;
    padding: 8px 0;
}

.spinweb {
    display: block;
    float: right;
    margin: 0 10px 0 30px;
}

.freedom, .freedom:visited {
    display: block;
    float: right;
    border-radius: 10px;
    background: #39749D;
    color: #fff;
    margin: 0px 0 0 0;
    padding: 0px 30px;
}

.freedom:hover {
    text-decoration: none;
    color: #fff;
    background: #649DBD;
}

.copyright {
    margin: 0;
    color: #7E7E7E;
}

footer ul {
    list-style: none;
}

.webpage-wrapper h1 {
    display: none;
}

header h3 {
    margin-top: 0;
}

nav ul.nav ul {
    display:none;
}

#editAnywhere {
    display: none;
}


}

@media print {
    header, footer, .sidebar {
        display: none;
    }
    
    .interior {
        background: none;
        padding: 0px 0 20px;
        position: relative;
        top: 0;
        z-index: 500;
    }

}