  @charset "utf-8";
/* CSS Document */

.filter-title{padding:4px 0 0 2px;}

.gp-degrees-and-certs,.gp-courses{
	list-style-type:none;
	/*border:0 solid #BDD2DD;border-width:0 0 1px 1px;*/
	padding-left:0;
}

.gp-degrees-and-certs li,.gp-courses li{
	border: 1px solid #BDD2DD;
    border-width: 1px 1px 0 1px;
    padding: 20px;
    width:100%;
    font-size: 17px;
   }

.guided-badges {
    width: 66px;
    float: left;
	height:30px;
	    margin-top: -0.1rem;
}

.cap-title{font-weight:600;}

.gp-degrees-and-certs li a, .gp-courses li{/*color:#428bca;*/}
/*#gp-degrees-and-certs li a:hover{color:#428bca;}
#gp-degrees-and-certs li a:after{content:  "\2192 "; float:right;}*/

.glyphicon-education,.glyphicon-certificate,.local-certificate,.glyphicon-circle-arrow-right,.online{
	background-size: cover;
    width: 30px;
    height: 30px;
	margin: -4px 2px 0 0;
    display: inline-block;
	vertical-align: middle;
}

.glyphicon-education{
    background-image: url(/images/icons/circle/icn-circle-mortarboard.svg);
    filter: invert(66%) sepia(10%) saturate(1067%) hue-rotate(155deg) brightness(93%) contrast(85%);
}

.glyphicon-certificate{  background-image: url(/images/icons/circle/icn-circle-certificate.svg);
    filter: invert(69%) sepia(84%) saturate(409%) hue-rotate(353deg) brightness(100%) contrast(107%);
}
.local-certificate{
  background-image: url('/images/icons/circle/icn-circle-local-certificate.svg');
   background-size: cover; width: 30px; height: 30px;margin:0;
    width:30px; margin:0 5px 0 0;
filter: invert(29%) sepia(57%) saturate(6949%) hue-rotate(149deg) brightness(90%) contrast(101%);
}
.cap-links {
    border-top: 1px solid #ddd;
    padding: 5px;
}

.glyphicon-circle-arrow-right{ background-image: url(/images/icons/circle/icn-circle-arrow-right.svg);
  
	filter: invert(13%) sepia(61%) saturate(3933%) hue-rotate(328deg) brightness(90%) contrast(96%);}

.online {
    background-image: url(/images/icons/circle/icn-circle-online.svg);
   
   filter: invert(31%) sepia(10%) saturate(1483%) hue-rotate(168deg) brightness(88%) contrast(82%);
}

#gp-all, #gp-degrees-only, #gp-certificates-of-achievement-only, #gp-locally-approved-certificates-only, #gp-online-only, #gp-transfer-only {border:1px solid #BDD2DD!important;margin:4px;}

#gp-all, #gp-degrees-only, #gp-certificates-of-achievement-only, #gp-locally-approved-certificates-only, #gp-online-only, #gp-transfer-only, #gp-transfer-only {}
#gp-all.gp-degrees-and-certs-active, #gp-degrees-only.gp-degrees-and-certs-active, #gp-certificates-of-achievement-only.gp-degrees-and-certs-active, #gp-locally-approved-certificates-only.gp-degrees-and-certs-active, #gp-online-only.gp-degrees-and-certs-active, #gp-transfer-only.gp-degrees-and-certs-active{border:2px solid #BDD2DD!important;margin:3px;}

#gp-all{ background-color: #fff; border: 1px solid #FFF;
    height: 34px;
    border: 1px solid #FFF;
    vertical-align: bottom;}
#gp-degrees-only{ background-color: #fff; border: 1px solid #FFF;}
#gp-certificates-of-achievement-only{ background-color: #fff; border: 1px solid #FFF;}
#gp-locally-approved-certificates-only{ background-color: #fff; border: 1px solid #FFF;}
#gp-online-only{ background-color: #fff;   border: 1px solid #FFF;}
#gp-transfer-only{ background-color: #fff; border: 1px solid #FFF;}
#gp-transfer-only .gp-circle-arrow-right{
    background-image: url(/images/circle/icn-circle-arrow-right.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    margin: 0 5px 0 0;
}


.gp-degrees-and-certs .glyphicon-circle-arrow-right,.gp-degrees-and-certs .glyphicon-education,.gp-degrees-and-certs .glyphicon-certificate{padding-right:5px;}

.gp-legend{border:1px solid #BDD2DD;padding:10px;}
.gp-legend p{padding:3px;margin:0; font-size:.8rem;}

/*.gp-degree:hover,.gp-transfer:hover,.gp-certificate:hover,.gp-local-certificate:hover{background-color:#ededed;cursor: pointer;}*/
.gp-degrees-and-certs li:last-of-type{border-width: 1px 1px 1px 1px}
.gp-degrees-and-certs .glyphicon{height: 30px;
    float: left;}

.more-info-button {
    border-radius: 50%;
    border: 0;
    background-color: #fdb827;
    min-width: 1.6rem;
    min-height: 1.6rem;
}

@media screen and (min-width:768px){

	.gp-degrees-and-certs .glyphicon{/*height: 90px;
    float: left;*/}
	
	.gp-degrees-and-certs, .gp-courses{/*-moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;*/
    /*-webkit-column-gap: 10px;*/
		display:flex;
    flex:0 0 auto;
flex-wrap:wrap;
    }
	
.gp-degrees-and-certs li, .gp-courses li{
	display:flex;
	border: 1px solid #BDD2DD;
	border-width: 1px 1px 1px 1px;
   	width: 48%;
	margin:5px;
	margin-bottom:10px;display:inline-block;}
}

.gp-courses li {height: 97px;}