ul.pagination li.current a, ul.pagination li.current a, ul.pagination li.current button, ul.pagination li.current button,
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
color: black;
background-color: yellow;}

.alert-box {
color: black;
background-color: yellow;
border-color: yellow;}

button, .button {
background: #333;
border-color: #000;}

button:hover, .button:hover {
background: #666;
color: #fff;
}

div.authorDiv, div.hashtagDiv {
background-color: #e7e7e7;
padding: 8px;
display: inline-block;
margin: 0 5px 10px 0;
}

div.hashtagDiv {
background-color: yellow;
}

.author, .hashtag {
    color: #333333;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    font-size: 0.6875rem;
}

.hashtag {
color: #000;}

.hashtag:hover {
color: #000;
text-decoration: underline;
}

center h2 b, center b h2, center h3 b, center b h3,
h2 center b, h2 b center, h3 center b, h3 b center,
center h3, h2 b, h1 b {
display: none;
}

input.error {
    border-color: #c60f13 !important;
    background-color: rgba(198, 15, 19, 0.1) !important;
    margin-bottom: 10px !important;
	}

.required {
color: red;
}

label.error {
  font-weight: bold;
  }
  
 #adminPanel #dateButton, #adminPanel #goToBtn {
 height: 44px;
  line-height: 44px;
 }
#adminPanel .error input, 
#adminPanel input.error, 

#adminPanel .error input:focus, 
#adminPanel  input.error:focus {
  border-color: #c60f13 !important;
  background-color: rgba(198, 15, 19, 0.1) !important;
  margin-bottom: 10px !important;
  }
  
#adminPanel textarea.error, 
#adminPanel .error textarea, 
#adminPanel  .error textarea:focus,
#adminPanel  textarea.error:focus {
 border-color: #c60f13 !important;
  background-color: rgba(198, 15, 19, 0.1) !important;
  margin-bottom: 1rem !important;
}
.name h1 {
color: white;
padding: 0 0.9375rem;
}

body {
	 background: url("../img/bg.png");
	 -webkit-font-smoothing: antialiased;
}
.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

footer {
background: #fff;
color: black;
}

small {
font-size: 10px;
font-style: italic;
}
#header {
margin-top: 20px;
text-align: center;
}

#header h1 {
font-weight: bold;
margin-bottom: 0 !important;
font-size: 35px;
}

#header h3 {
margin-top: 0 !important;
line-height: 20px;
font-size: 20px;
}

body,
button,
input,
select,
textarea {
	color: #272B2F;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
letter-spacing: 2px;
}

#contactInfo {
text-align: center;
}

#contactInfo ul li {
list-style: none;
}
/* =Navigation Menu
--------------------------------------------------------------------------------------------------------*/
.mainNav nav.top-bar {
	margin-bottom: 30px !important;
	padding-bottom: 45px; !important;
	color: white;
	background: #000 !important;
}

.mainNav .top-bar-section ul li a {
	text-transform: uppercase;
	background: #000 !important;
	
}

.mainNav .top-bar-section ul li a:hover {
	background: #333 !important;
}

.mainNav .top-bar.expanded {
	padding-bottom: 0;
}

/* If not mobile, align menu buttons to the center */
@media only screen and (min-width: 40.063em) {
.mainNav nav.top-bar {
	background: none !important;
	margin-top: 20px;
	margin-bottom: 10px !important;
}

.mainNav.contain-to-grid {
	background: none !important;
}

.mainNav .top-bar-section ul li {
	background: none !important;
}

.mainNav .top-bar-section ul li a {
	 background: none !important;
    color: #FFF !important;
    letter-spacing: 5px;
    font-weight: bolder;
    font-size: 16px;
}

.mainNav .top-bar-section ul li a:hover {
	background: none !important;
	color: #FFF !important;
	text-decoration: underline;
}

	.mainNav .top-bar-section {
		text-align: center;
	}

	.mainNav .top-bar-section ul {
		display: inline-block;
	}

	.mainNav .top-bar-section ul li {
		float: left;
	}
}

/* =Search Bar
--------------------------------------------------------------------------------------------------------*/
#searchBar input[type="text"] {
height: 60px !important;
font-size: 20px !important;
padding: 10px 20px !important;
letter-spacing: 2px !important;
}

#searchBar .button {
height: 60px;
font-size: 20px;
line-height:60px;
}

.post.panel {
box-shadow: 3px 3px rgba(0, 0, 0, .1);
padding: 50px 50px 25px;
  background: #fff;
}

.post.panel.twitter-timeline {
padding: 20px;
}

.author a:hover {
text-decoration: underline;
}

/* wrap-around */
.wrap-around-left {
  position: relative;
  display: inline-block;
  padding: 10px 25px 10px 50px;
  margin-left: -50px;
  background: #008CBA;
  color: #fff;
  text-decoration: none;
  margin-top: -10x;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.wrap-around-right {
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 25px;
  margin-right: -50px;
  background: #333 	;
  color: #fff;
  text-decoration: none;
  float: right;
  letter-spacing: 3px;
     transition: background-color ease 0.3s;

}

.wrap-around-left:before {
  content: '';
  position: absolute;
  left: -6px;
  bottom: -3px;
  width: 6px;
  height: 44px;
  background: #036f92;
  transform: skewY(-45deg);
}

.wrap-around-right:before {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -7px;
  width: 6px;
  height: 44px;
  background: red;
  transform: skewY(45deg);
}

.wrap-around-left:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 6px;
  height: 6px;
  background: #000000;
  z-index: -1;
}

.wrap-around-right:after {
  content: '';
  position: absolute;
  bottom: -11px;
  right: -6px;
  width: 6px;
  height: 6px;
  background: #333;
  z-index: -1;
}
.wrap-around-left:hover, .wrap-around-right:hover {
  background: #666;
   transition: background-color ease 0.3s;
  color: white;
}
.wrap-around-left:hover:before, .wrap-around-right:hover:before {
  background: red;
}
.wrap-around-left:hover:after, .wrap-around-right:hover:after {
  background: #333;
}

.post h3 {
margin-bottom: 30px;}

.post span, .post a.label {
margin-bottom: 10px;
letter-spacing: 1px;
}

.post a.label {
margin-right: 5px;
}

.post a.label:hover {
color: #fff;
text-decoration: underline;
}

.pagination-centered {
margin-top: 20px;}

.tabs {
  list-style: none;
  margin-bottom: 20px;

}

.tabs li.tab-title {
border-top: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;

}

.tabs li.tab-title.active {
    border-top: 3px solid #2ba6cb;
  margin-top: -3x;
}

.tabs-content {
border-left: 2px solid #e6e6e6;
border-bottom: 2px solid #e6e6e6;
padding: 40px;
}

#objectives li, #activities li {
margin-top: 10px;}

.widget-title {
	position: relative;
	text-align: center;
}

.widget-title:before {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #272B2F;
	content: "";
}

.widget-title span {
	display: inline-block;
	padding: 0 6px 0 10px;
	background-color: #fff;
	text-transform: uppercase;
	  font-size: 16px;
  letter-spacing: 4px;
}

#tags_addTag, .tag {
    float:left;
    margin:0 0 7px 20px;
    position:relative;

    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    

    color:#996633;
    text-shadow:0px 1px 0px rgba(255,255,255,.4);

    height: 2em;
    line-height: 2em;
    padding: 0 0.5em 0 1em;

    border-top:0.0625em solid #d99d38;
    border-right:0.0625em solid #d99d38;
    border-bottom:0.0625em solid #d99d38;

    -webkit-border-radius:0 0.25em 0.25em 0;
    -moz-border-radius:0 0.25em 0.25em 0;
    border-radius:0 0.25em 0.25em 0;

    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');

    -webkit-box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);

    z-index:2;
}

#tags_addTag:before, .tag:before {
    content:'';

    width:1.4584em; /*(2em+0.0625em)/sqrt(2)*/
    height:1.4584em;

    background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', EndColorStr='#feba47');
    
    position:absolute;
    left:0em;
    top:-0.0625em; 

    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0;

    border-left:0.0625em solid #d99d38;
    border-bottom:0.0625em solid #d99d38;

    -webkit-border-radius:0 0 0 0.25em;
    -moz-border-radius:0 0 0 0.25em;
    border-radius:0 0 0 0.25em;

    z-index:1;
}

#tags_addTag:after, .tag:after {
    content:'';

    width:0.5em;
    height:0.5em;

    background:#fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    border:1px solid #d99d38;

    -webkit-box-shadow:0 1px 0 #faeaba;
    -moz-box-shadow:0 1px 0 #faeaba;
    box-shadow:0 1px 0 #faeaba;

    position:absolute;
    top: 50%;
    left: 0;
    margin-top: -0.25em;
    z-index:3;
}

#tags_addTag:hover, .tag:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');

    border-color:#e1b160;
}

#tags_addTag:hover:before, .tag:hover:before {
    background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fee18d', EndColorStr='#fec86c');

    border-color:#e1b160;
}


#adminPanel .panel {
  padding: 40px;
  background-color: #fff;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#adminPanel .panel .imageWrap {
	padding: 10px;
}

#adminPanel .panel h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

#adminPanel .panel input[type=submit]:not(.advSearchBtn) {
  width: 100%;
  display: block;
  position: relative;
}



#adminPanel .panel #advancedSearchForm input[type=text], input[type=password] {
	height: 37px;
	background: #DDDDDD;
}
#adminPanel .panel input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#adminPanel .panel input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#adminPanel .panel .login {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

#adminPanel .panel .login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

#adminPanel .panel .login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

#adminPanel .login-help a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

#adminPanel .login-help a:hover {
  opacity: 1;
}

#adminPanel .panel .login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}


#adminPanel .tabs-content > .content {
padding: 0;
}

#adminPanel .tabs-content {
padding: 20px;
}