/*Custom STYLE*/
body {
  font-family: 'PT Sans', sans-serif;
}
a:hover {
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
}
p {
  font-family: 'PT Sans', sans-serif;
  color: #8f8d8d;
}
h1 {
	font-weight: 500;
	color: #3e3e3e;
} 

#logo{
  font: 28px "Helvetica Neue";
  font-weight:500;
  margin-right:20px;  
  padding-top:6px;
  display:inline-block;
}

.resource-header a{
  margin-left:20px;
  display: inline-block;
  padding:5px 15px !important;
  background-color:#e3e3e3;
  margin-top:10px;
  xcolor:#444444 !important;
  border-radius: 15px;
}

.headline{
  font-size:17px;
}


.navbar-default {
    background-color: transparent;
    border-color: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    border-radius: 0px; 
    margin-bottom: 0px;
}
.navbar-inverse {
    border-color: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    border-radius: 0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #dddddd;
}
.navbar-nav>li.active a{
  xborder-bottom:8px solid #888888 !important;
}
.block-links {
  display:block;
  padding: 20px;
  margin-bottom: 30px;
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 20px 0;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  height:200px;
}
.block-links h2 {
  font-size:25px;
    margin:0px;
    margin-bottom: 30px;
    height: 40px;
}
.block-links p {
    margin-bottom: 0px;
}
.navbar-right>li:last-of-type>a {
    padding-right: 0px;
}
.headline p {
    margin-bottom: 30px;
}
.sidebar {
    -moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 20px 0;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding-top: 25px;
}
.sidebar h6 {
	margin: 0 0 12px 0;
	font-weight: 600;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #2f353e;
}
.link-list {
	list-style-type: none;
	margin: 30px 0px;
	padding: 0px;
}
.link-list li {
	margin-bottom: 10px;
}
.link-list li:last-of-type {
	margin-bottom: 0px;
}
.link-list li a {
	color: #8e959c;
	line-height: 1.4em;
	display: inline-block;
	width: 100%;
}
.link-list li.active a {
  color: #19a9e5;
}
.link-list li:hover a {
	text-decoration: none;
	color: #000;
}


.module {
	background: #f8f8f9;
}
.module .inner {
	background: #fff;
}
.module .inner h6 {
	letter-spacing: .05em;
	color: #2f353e;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 100%/1 'Open Sans', sans-serif;
}
.module .inner p  {
	font-family: 100%/1 'Open Sans', sans-serif;
	color: #8e959c;
	margin-bottom: 15px;
}
.module .inner a {
	font-family: 100%/1 'Open Sans', sans-serif;
	margin: 7px 0px;
	display: inline-block; 
}




/*Block Post*/
.post-wrap {
	position: relative;
	overflow: hidden;
}
.post-wrap h2, .post-wrap p, .post-wrap h3{
	margin-bottom: 30px
}
.post-wrap h2 {
	font-weight: 500;
}
.post-wrap h3 {
	font-weight: 100;
}
hr {
	border-top: 1px solid #ccc;
	width: 100%;
}


/*======= SMALL TABLE ===*/
.table-responsive {
  margin-bottom: 30px;
  font-size:13px;

}
.table-responsive td{
  vertical-align: middle !important;

}



.table-responsive .center{
  text-align: xcenter;
}

.table-responsive table thead tr {
  background: #ddd;
  font-weight: 700;
}

table td .success {
  display: block;
  width: 100%;
  height: 23px;
  overflow: hidden;
  text-indent: -9000px;
  position: relative;
}

table td .success:before {
  width: 100%;
  height: 23px;
  top: 0px;
  left: 0px;
  position: absolute;
  font-size: 23px;
  line-height: 23px;
  font-family: FontAwesome;
  color: #ccc;
  text-indent: 0px;
  text-align: center;
}
.table-responsive table td .success:before {
  text-align: center;
}
/*true*/
.table-responsive table tbody td .true.success:before, table tbody td .true.success:before {
  content:"\f00c";
  color: #b9dc2f;
}
.table-responsive table tbody td .true.success:hover:before, table tbody td .true.success:hover:before {
  color: #7ebd26;
}
/*false*/
.table-responsive table tbody td .false.success:before, table tbody td .false.success:before {
  content:"\f00d";
  color: #d8dee3;
}
.table-responsive table tbody td .false.success:hover:before, table tbody td .false.success:hover:before {
  color: #f01c00;
}
/*info*/
.table-responsive table tbody td .info.success:before, table tbody td .info.success:before {
  content:"\f05a";
  color: #72d0eb;
}
.table-responsive table tbody td .info.success:hover:before, table tbody td .info.success:hover:before {
  color: #19a9e5;
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
  .block-links h2 {
      height: 50px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
  .block-links h2 {
      font-size: 22px;
  }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
  .block-links h2 {
      height: auto;
  }
  .block-links {
    height:auto;

  }

  .resource-header a{
    margin: 0px;
    display: inline-block;
    padding: 14px 14px !important;
    background-color:transparent;
    xcolor:#777777 !important;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

