/*

Theme Name: ACPA

Author: Joshua Flinn

Version: v1.0

*/

.course-list a

{

 text-decoration: none;

color: #fff !important;

}

.course-tabs h4

{

 text-decoration: none;

}

.ui-accordion-header

{

background:#000;

border-color: #000;

}

.page-id-134 .page-content h5,.page-id-136 .page-content h5

{

  font-size: 16px !important;

  padding: 20px 10px !important;

color:#fff;

}

.course-tabs {

    background: #000;

    padding-left: 10px;

    padding-top:10px;

border: none;

}

.course-tabs > li > a:hover, .course-tabs > li > a:focus

{

 border-color:#fff;

 background: #fff;

}

.course-tabs > li > a:hover h4, .course-tabs > li > a:focus h4

{

  color: #231f20;

}

.course-tabs > li > a

{

  border-radius:0px;

}

.course-tabs li a h4

{

  color: #fff;

}

.course-tabs li.active a h4

{

  color: #231f20;

}

.course-tabs > li {

    border: none;

    padding: 0px;

}

.course-tabs li.active a {

    border-bottom: none;

}

/*main css*/

.main-header {

  border-top: 2px solid #d9d6d9;

  padding: 15px 0;

}

.getstarted {

  text-align: right;

  margin-top: 15px;

}

nav.navbar {

  border: 1px solid #d9d6d9;  

  border-left: none;

  border-right: none;

  border-bottom: none;

  border-radius: 0px;

  margin: 0px;

}

.collapse.navbar-collapse {

  background-color: transparent;

  position: relative;

}

.logo {

  margin: 5px 0;

}

.getstarted > a {

  border-radius: 100px;

  border:1px solid #00aeff;

  color: #00aeff;

  display: inline-block;

  font-size: 17px;

  margin: 0 0 0 5px;

  min-width: 185px;

  padding: 14px 15px 16px;

  text-align: center;

  background-color: transparent;

}

.getstarted > a:hover, .getstarted > a:focus {

  background-color: #00aeff;

  text-decoration: none;

  color: #fff;

}

.custom-search {

}

.custom-search li {

  /*width: 60px;*/

  overflow: hidden;

  position: initial;

}

.custom-search li {

  width: 100%;

}



.custom-search input {

  background: #00aeff none repeat scroll 0 0;

  border: medium none;

  border-radius: 0;

  color: #ffffff;

  display: inline-block;

  height: 100%;

  margin: 0;

  padding: 10px 0;

  position: absolute;

  right: 0;

  top: 0;

  transition: all 0.5s ease 0s;

  width: 0;

}

.custom-search input.open {

  padding: 10px 30px;

  right: 0;

  width: 100%;

}

.custom-search button {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: medium none;

  display: inline-block;

  margin-left: 5px;

  margin-top: 15px;

  position: relative;

  vertical-align: top;

  z-index: 1;

}



/****/

.page-content h5

{

    font-weight: bold;

    font-size: 15px;

    text-decoration: underline;

}

.page-content h5 a

{

color: #231f20;

}

.margtb5

{

margin:5px 0;

}

ul.site-search li

{

 list-style: none;

}

footer

{

background:#000;

color:#fff;

padding:30px 0;

 font-family: 'Raleway', sans-serif;

}

.course-list

{

margin:0;

padding:0;

list-style: none;

}

footer h3

{

    font-family: 'Raleway', sans-serif;

    text-transform: uppercase;

    font-size: 18px;

    padding-bottom: 30px;

    font-weight: bold;



}

footer p,footer a

{

color:#fff;

}

footer .social li

{

margin-left:0;

margin-right:10px;

}

footer .social li a

{

color:#000;

}

footer .social

{

padding:0;

}

ul.pull-right.site-search

{

margin:0;

}

ul.top-social

{

padding:30px 0;

}

ul.top-social

{

    margin: 10px auto;

    display: table;

    padding: 0;

}

.social li,.top-social li

{

    list-style: none;

    display: inline;

    margin-left: 10px;

}

#footbg

{

margin-top:0;

}

#footbg a

{

color:#fff;

}

.social li i

{

    background: #fff;

    width: 30px;

    height: 30px;

    border-radius: 100%;

    text-align: center;

    padding: 8px;

}



.top-social li i

{

	 background: #000;

width: 30px;

    height: 30px;

    border-radius: 100%;

    text-align: center;

    padding: 8px;

}

.top-social li a

{

color: #fff;

}

@media screen and (max-width:768px)

{

 ul.top-social.pull-right

 {

    float: none !important;

 } 

}

@media screen and (max-width: 639px)

{

ul.pull-right.site-search {

    margin: 0 auto;

    float: none !important;

    display: table;

padding:0;

}

.navbar-form

{

border: none;

}

}

.navbar-form

{

padding-right:0;

}

.logo img

{

margin:30px auto;

}
img.hasborder
{
   border: 2px solid #000;
   padding: 5px;
}