﻿::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: 'Raleway';
	color: #1d1d1d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Raleway';
	color: #1d1d1d;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Raleway';
	color: #1d1d1d;
    opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Raleway';
	color: #1d1d1d;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	font-family: 'Raleway';
	color: #1d1d1d;
}


/************************************** Mobile Menu ********************************/
#mobile-site-header-menu {
    display:none;
}
#mobile-site-navigation {
    background:rgba(0,96,255,0.95);
    width: 100%;
    height: auto;
    position: absolute;
    padding-bottom:90px;
    z-index: 5;
    top: 0px;
    overflow-y: scroll;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display:none;
}
.toggled-on #mobile-site-navigation {
    display:block;
}
.mobileButtonWrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center; 
    margin: 0px 0px -6px 0px; /* Offset inline-block;*/
}
.mobileButtonWrapper .menu-toggle {
    position: absolute;
    width: 38px;
    height: 45px;
    display: block;
    color: #fff;
    background: none;
    border: none;
    right: 20px;
    top: 43px;
    z-index: 100;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.mobileMenuPhone {
    display: inline-block;
    width: 100%;
    text-align: left;
    min-height: 87px;
    padding: 20px 0px;
}
#mobile-site-navigation .mobileMenuPhone a{
    height: 0px;
    content: " ";
    width: 81px;
    display: block;
    color: #fff;
    background: none;
    border: none;
    margin: 0px 0px 0px 26px;
    position: relative;
}
#mobile-site-navigation .mobileMenuPhone a:after {
    content: "\f095";
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
    font-size: 69px;
}
.site-header-menu-mobile {
    display:none;
}

#menu-toggle span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-toggle span:nth-child(1) {
  top: 0px;
}

#menu-toggle span:nth-child(2),#menu-toggle span:nth-child(3) {
  top: 18px;
}

#menu-toggle span:nth-child(4) {
  top: 36px;
}

#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.toggled-on #menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggled-on #menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggled-on #menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-toggle span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-toggle span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.toggled-on #menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.toggled-on #menu-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.toggled-on #menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.primary-menu::before,
.primary-menu::after {
	display:none;
}


/********************************************** Header CSS *****************************************/

.site-header{
    background:rgba(0,96,255,0.9);
    position:fixed;
    z-index:100;
    border:0;
    width:100%;
}
.topHeaderBar{
    line-height:2.5;
    background:#003366;
}
.topHeaderBarText{
    display:none;
}
.topHeaderMenuWrapper{
    width:1160px;
    margin:0 auto;
    float:none;
    display:block;
}
.innerMenuWrapper{
    display:inline-block;
}
.topHeaderMenuWrapper .social li a{
    width: 130px;
    display: inline-block;
}
#site-header-menu-search{
    width:130px;
}
#site-header-menu-search .innerSearch #header-search-btn{
    line-height:1;
}
.topHeaderMenuWrapper .social li a,
#site-header-menu-search .innerSearch #header-search-btn{
    color:#fff;
    text-decoration:none;
}
.topHeaderMenuWrapper .social li a:hover,
#site-header-menu-search .innerSearch #header-search-btn:hover{
    color:#68f89e;
}
.topHeaderBarLine{
    height:0;
}
.site-header-main{
    width:1160px;
    margin:0 auto;
}
.headerTopRight{
    padding:0;
}
.site-header-menu{
    width:88%;
    float:right;
}
.main-navigation .primary-menu{
    float:none;
    text-align:right;
}
.main-navigation a{
    line-height:70px;
    color:#fff;
    text-transform:uppercase;
    font-family:'Raleway', sans-serif;
    font-size:18px;
    padding:0 12px;
}
.header-image{
    float:none;
    height:100px;
    margin-top:-32px;
}
.header-image a img{
    height:130px;
}
.main-navigation a:hover{
    color:#68f89e;
}
#masthead #site-header-menu > nav > div > ul > li ul.sub-menu{
    top: 68px;
    background: rgba(0,96,255,0.9);
    text-align: left;
    width:260px;
}
#masthead #site-header-menu > nav > div > ul > li ul.sub-menu li{
    border:0;
}
#masthead #site-header-menu > nav > div > ul > li ul.sub-menu li a{
    line-height:2;
    font-weight:400;
    text-transform:none;
}
.shrinkHeader{
    top:0;
}


/********************************************* Body CSS *************************************************/

body{
    font-family:'Lato', sans-serif;
}
a{
    transition:all .3s;
    color:#424242;
}
h1,h2,h3,h4{
    font-family:'Raleway', sans-serif;
}
h3{
    font-size:18px;
    margin-bottom:5px;
}
.site-content {
    width:1160px;
}
.site-content a{
    color:#424242;
}
.site div.headSpace{
    margin-top:0;
}
#contentWrapper{
    padding:40px 0 0;
}
.entry-content,
.site-content{
    color:#424242;
}
img{
    height:100%;
    width:100%;
}
/****************************************** HOME ****************************************/

.home #contentWrapper{
    padding:20px 0 0;
}
.home .site-content{
    margin:0 auto 0;
}
.home .site-main{
    width:100%;
    display:block;
}
.main-section p{
    color:#6dcff6;
}
.home-post{
    padding-top:40px;
}
.home-post:hover .post-icon{
    transform:scale(1.1);
}
.home-post a{
    text-decoration:none;
    color:#424242;
}
.home-post a:hover,
.home-post a:hover p{
    color:#424242;
}
.post-icon{
    height:70px;
    width:61px;
    display:inline-block;
    background-size:cover;
    transform:scale(1);
    transition:all .3s;
}
.post-inner{
    width:650px;
    display:inline-block;
    margin:0 15px;
    vertical-align:top;
}
.post-inner span{
    font-family:'Raleway', sans-serif;
    font-weight:bold;
    font-size:18px;
    color:#424242;
    transition:all .3s;
}
.home-post:hover span{
    color:#6dcff6;
    text-decoration:underline;
}
.banner-text{
    font-weight:900;
    text-shadow: 0 0 20px #000;
}
.banner-text-large{
    font-family:'Playfair Display', serif !important;
    font-size:100px !important;
}
.banner-title,
.tribe-events-list-widget h2.widget-title{
    font-size: 25px;
    font-family: 'Raleway';
    font-weight: 900;
}
.sub-heading{
    font-family: 'Playfair Display';
    font-size: 75px;
    line-height: 25px;
}
a.vce-button--style-outline-animated .vce-button--style-outline-text, a.vce-button--style-outline-animated-slidein .vce-button--style-outline-text, button.vce-button--style-outline-animated .vce-button--style-outline-text, button.vce-button--style-outline-animated-slidein .vce-button--style-outline-text,a.vce-button--style-basic.vce-button--style-basic--color-b-104-248-158--fff, button.vce-button--style-basic.vce-button--style-basic--color-b-104-248-158--fff{
    font-family: 'Playfair Display';
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;
}
.popular-pages{
    width: 90%;
    margin: 0 auto;
    background:#036;
}
.popular-pages p{
    font-size:25px;
    font-family:'Raleway', sans-serif;
    font-weight:900;
    margin:0;
    line-height:1;
    padding-bottom:10px;
}
.popular-pages ul{
    padding:0;
    margin:0;
    list-style:none;
}
.popular-pages ul li{
    margin:15px 0;
}
.popular-pages ul li:before{
    content:'';
    background-image:url(/wp-content/uploads/2018/06/arrowIcon.svg);
    height: 30px;
    width: 70px;
    display: inline-block;
    background-size: cover;
    position: relative;
    left: 0px;
    transition:all .3s;
}
.popular-pages ul li:hover:before{
    left:10px;
}
.popular-pages ul li a{
    color:#fff;
    text-decoration:none;
    font-size:20px;
    margin-left:20px;
    vertical-align:top;
    display:inline-block;
}
.popular-pages ul li a:hover{
    color:#6dcff6;
    text-decoration:underline;
}
#wp-calendar a{
    background: #6dcff6;
    border-radius: 50%;
    display: inline-block;
    width: 19px;
    color: #fff;
    text-align: center;
    padding: 0 2px;
    height: 24px;
    vertical-align: middle;
    line-height: 24px;
}
#wp-calendar #prev{
    display:none;
}

/*--------------------------- PAGES ------------------------------------------*/

#government .main-title,
#city-budget .main-title,
#city-council .main-title,
#government-officials .main-title,
#jobs .main-title,
#meeting-agendas .main-title,
#planning-zoning .main-title,
#downtown-eufaula .main-title, 
#water-improvements .main-title,
#current-events .main-title {
    background-image:url(/wp-content/uploads/2018/06/subPageHeaderDowntown2.jpg);
    background-size:cover;
    padding:120px 0 40px;
}


#municipal-airport .main-title,
#police .main-title,
#code-enforcement-permits .main-title,
#cemeteries .main-title  {
    background-image:url(/wp-content/uploads/2018/06/subPageHeaderNightLake2.jpg);
    background-size:cover;
    padding:120px 0 40px;
}
#airport .main-title,
#city-manager .main-title,
#fire .main-title,
#city-clerk .main-title {
    background-image:url(/wp-content/uploads/2020/01/subPageDowntownarial.jpg);
    background-size:cover;
    padding:120px 0 40px;
}
#departments .main-title,
#animal-shelter .main-title,
#public-works .main-title,
#economic-development .main-title {
    background-image:url(/wp-content/uploads/2020/01/subPageLake1.jpg);
    background-size:cover;
    padding:120px 0 40px;
}
#blog .main-title,
.archive .main-title,
.single .main-title,
#make-a-payment .main-title,
#stub-page div.entry-header{
    background-image:url(/wp-content/uploads/2018/06/subPageHeaderDowntown1.jpg);
    background-size:cover;
    padding:120px 0 40px;
}
#events .main-title,
#places-to-eat .main-title{
    background-image:url(/wp-content/uploads/2018/06/subPageHeaderCupcakes.jpg);
    background-size:cover;
    padding:120px 0 40px;
    width:100%;
}
#visit-eufaula .main-title,
#things-to-do .main-title,
#recreation .main-title,
#important-links .main-title,
#contact-us .main-title{
    background-image:url(/wp-content/uploads/2018/06/subPageHeaderJetSki1.jpg);
    background-size:cover;
    padding:120px 0 40px;
}
#eufaula-community-center .main-title,
#eufaula-memorial-library .main-title,
#parks .main-title,
#places-to-stay .main-title,
#gallery .main-title{
    background-image:url(/wp-content/uploads/2018/06/subPageHeaderCowboys.jpg);
    background-size:cover;
    padding:120px 0 40px;
}
.entry-header .entry-title{
    margin:0 auto;
    width:1160px;
    color:#fff;
    text-shadow:0 0 10px #000;
    font-family:'Raleway', sans-serif;
    font-size:50px;
    font-weight:900;
    text-transform:none;
}
.sidebar{
    width: 370px;
    margin: 0;
    display: inline-block;
    float:right;
}
.sidebar .popular-pages{
    background:#036;
    padding:15px;
    margin-bottom:60px;
}
.vce-widgetized-sidebar-wrapper .popular-pages{
    background:#036;
    padding:15px;
    margin-bottom:60px;
}
.site-main{
    width:765px;
    display:inline-block;
    vertical-align:top;
}
.no-sidebar {
	width:100%;
	
}
.info-list{
    list-style: none; 
    padding: 0;
    margin:0;
}
.info-list li{
    margin:5px 0;
}
.info-list li:first-child{
    margin:0 0 5px;
}
a.more-btn{
    display: inline-block;
    background:#68f89e;
    color:#fff;
    font-family: 'Playfair Display';
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 15px 43px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.more-btn:hover{
    background:#036;
    color:#fff;
}
#city-council .entry-content p{
    margin:5px 0 10px 0;
}
.vce-text-block table tr td{
    width:50%;
}
label{
    font-weight:bold;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
    width:70%;
    border:1px solid #b1b1b1;
    border-radius:5px;
    padding:5px;
}
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid{
    border-color:#f00;
}
.wpcf7-form input[type="submit"]{
     background:#8e8e8e;
    color:#fff;
    border:0;
    padding:7px 20px;
    font-family: 'Playfair Display';
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	letter-spacing: 2px;
}
.wpcf7-form input[type="submit"]:hover{
    background:#036;
}
#visit-eufaula .site-content{
    margin:0px auto;
}


/************************************ BLOG ***********************************/

.blog .site-main,
.single .site-main,
.archive .site-main{
    width:100%;
}
.blog .site-main > article, .archive .site-main > article, .search .site-main > article{
    border:0;
    box-shadow:0 0 10px #999;
}
.blog .site-main article .post-thumbnail,
.archive .site-main article .post-thumbnail,
.search .site-main article .post-thumbnail{
	max-height: 363px;
    overflow: hidden;
    display: block;
}
.blog article .entry-header .entry-title,
.archive article .entry-header .entry-title,
.search article .entry-header .entry-title{
    width:100%;
    color:#424242;
    text-shadow:none;
    font-size:35px;
    margin:10px 0;
    transition:all .3s;
}
article .entry-header .entry-title:hover{
    color:#fff;
}
.single .site-content{
    width:100%;
    margin:0;
}
.single .post-thumbnail,
.single section,
.single .navigation{
    width:1160px;
    margin:0 auto;
}
.single .post-thumbnail{
    margin-top:60px;
    max-height: 500px;
    overflow: hidden;
    max-width: 60%;
}
a.read-more{
    font-family: 'Playfair Display';
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    background:#036;
    color:#fff;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px 0;
}
a.read-more:hover{
    color:#fff;
    background:#6dcff6;
}
.pagination .page-numbers,
.post-navigation a span{
    color:#fff;
    background:#036;
    font-family:'Raleway', sans-serif;
    font-weight:bold;
    padding:5px 8px;
    margin-right:10px;
    text-decoration:none;
    border-radius:4px;
}
.post-navigation a span{
    display:inline;
}
.pagination a.page-numbers:hover,
.post-navigation span:hover{
    text-decoration:underline;
}
.category, .tags{
    color:#424242;
}
.category a, .tags a{
    color:#424242;
    font-family:'Raleway', sans-serif;
    font-weight:bold;
    text-decoration:none;
}
.category a:hover, .tags a:hover{
    text-decoration:underline;
}

/************************** EVENTS *******************/

#events article{
    width:100%;
    margin:0 auto;
    box-shadow:none;
}
#tribe-events-content{
    width:1160px;
    margin:0 auto;
}
.single-tribe_events .tribe-events-event-image{
    margin:60px auto 30px;
    max-height: 460px;
    overflow: hidden;
    max-width: 80%;
}
.tribe-events-tooltip .summary{
	font-size:20px;
	text-transform:none;
}
.tribe-list-widget{
	list-style:none;
	padding:0;
}
.tribe-mini-calendar-nav,
.tribe-mini-calendar td, .tribe-mini-calendar th{
    border:0;
}
.tribe-mini-calendar thead,
.tribe-mini-calendar-dayofweek,
.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today,
.tribe-mini-calendar .tribe-events-has-events a:hover,
.tribe-mini-calendar .tribe-events-has-events:hover,
.tribe-mini-calendar .tribe-events-has-events:hover a:hover{
    background:#fff;
}
.tribe-mini-calendar-nav span{
    color:#666;
}
.tribe-mini-calendar div[id*='daynum-'] a{
    z-index: 1;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before{
    background:#6dcff6;
    height: 27px;
    width: 27px;
    left: 17px;
    bottom: 0;
    top: -4px;
    z-index: -1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today div[id*='daynum-'] a::before{
    background:#6dcff6;
}
/* Events add */
.tribe-community-events {
	
	
}

.tribe-community-events form > div {
	
	
}
.tribe-community-events form input[type=text],
.tribe-community-events form input[type=phone],
.tribe-community-events form input[type=email] {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    text-indent: 5px;	
	
}
.tribe-community-events form textarea {
	display: inline-block;
    width: 100%;
    padding: 5px;	
}
.tribe-community-events form br {
	display:none;	
}
.tribe-community-events form .tribe-section p {
	display:inline;	
}
.tribe-community-events .tribe-button br {
	display:none;	
}
.tribe_community_edit main {
	max-width: 1160px;
	margin:0px auto;
	
}
.tribe_community_edit .tribe-community-events header {
	padding:0px;
	
}
.tribe_community_edit .tribe-community-events header .tribe-button {
	display:none
	
}

.tribe_community_edit .tribe-button.submit  {
	background: #8e8e8e !important;
    color: #fff;
    border: 0;
    padding: 7px 20px;
    font-family: 'Playfair Display';
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 2px;
}
.tribe_community_edit .tribe-button.submit:hover  {
    background: #036;
}

.home .vce-text-block .tribe-mini-calendar-wrapper table tr td {
	width:auto;
	
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
	display:none;
	
}
#tribe-events-content {
	margin-bottom:0px !important;	
	
}
.post-type-archive-tribe_events .tribe-event-header {
	
}
.post-type-archive-tribe_events .tribe-event-header h2 {
	clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;	
	font-family: 'Raleway', sans-serif;
	font-size: 1.66em;
}
.post-type-archive-tribe_events .tribe-event-header p {
	font-size: 1em;
    line-height: 1.4;
	margin: 5px 0 20px 0;
}
.post-type-archive-tribe_events .tribe-event-header .event-submit-button {
    background-color: transparent;
    background-image: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    border-radius: 0;
    transition: all .2s ease-in-out;	
	color: #fff;
    background-color: #043464;
	font-size: 16px;
    padding: 15px 43px;
	
}
.post-type-archive-tribe_events .event-submit-button:hover {
	color: #424242;
    background-color: #68f89e;
	
}
.single-tribe_events .tribe-event-header,
.tribe_community_edit .tribe-event-header {
	display:none;
	
}
/********************** SEARCH *************************/

.error-404 .search-form input[type="search"].search-field{
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}
.site-main input[type="search"].search-field{
    border-color:#808080;
    width: -webkit-calc(80% - 42px);
    width: calc(80% - 42px);
}
.site-main .search-submit{
    background:#6dcff6;
    color:#fff;
    transition:all .3s;
    right:auto;
}
.site-main .search-submit:hover{
    background:#036;
}
/********************************* FOOTER **************************************/

.bottomContent{
    margin:0;
    padding:40px 0;
    background:#808080;
    color:#fff;
    text-align:left;
    clear:both;
}
.innerBottomContent{
    width:1160px;
    margin:0 auto;
}
.department-list{
    margin-top:70px;
}
.department-list ul{
    list-style: none;
    padding: 0;
}
.department-list ul li{
    text-align: center;
    display: inline-block;
    width: 169px;
    padding:0 10px;
}
.department-list ul li a{
    color:#68f89e;
    text-decoration:none;
}
.department-list ul li p{
    transform:scale(1);
    transition:all .3s ease-in-out;
}
.department-list ul li a:hover .svg-inline--fa,
.department-list ul li a:hover p{
    color:#003366;
    transform:scale(1.1);
}
.department-list ul li .svg-inline--fa{
    width:100%;
    height:80px;
    margin-bottom:20px;
    transform:scale(1);
    transition:all .3s ease-in-out;
}
.site-footer{
    padding:0;
    background:#404040;
}
.innerFooterContent .innerWrapper{
    width:1160px;
    margin:0 auto;
}
.footerTopDivider{
    height:5px;
    background:#6dcff6;
}
.footerLeft, .footerCenter, .footerRight, .footerImage{
    width:25%;
}
.footerImage{
    float:left;
    margin:40px 0 20px;
}
.footerImage img{
    width:auto;
    height:auto;
}
.footerWidget ul{
    padding:0;
    list-style:none;
}
.footerWidget ul li{
    margin-bottom:15px;
}
.footerWidget ul li a{
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-weight:700;
    text-decoration:none;
}
.footerWidget ul li a:hover{
    color:#6dcff6;
}
.footerWidget input[type="search"].search-field{
    border:0;
    color:#1d1d1d;
    font-family:'Raleway';
    font-weight:bold;
    width:80%;
}
.footerWidget .search-submit{
    display:none;
}
.bottomWrapper{
    background:#1d1d1d;
    text-align:left;
}
.footerBottomDivider{
    height:0;
}
#footerCopy{
    width:1160px;
    margin:0 auto;
    color:#707070;
}
#footerCopy a{
    color:#707070;
    text-decoration:none;
}
#footerCopy a:hover{
    color:#6dcff6;
}
#full-screen-search button.close{
    display:none;
}
.open#full-screen-search button.close{
    display:block;
}