/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
 font-family: "Arial", Helvetica, sans-serif;

}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}
/* This will underline paragraph links. CR */
p
a {
 text-decoration: underline;
}



a {
 color: #72c02c;
 text-decoration: none;
}

a,
A:focus {outline:0px solid white;}
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
border: dotted solid white;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}


/* form field focus CR*/

a:focus {

outline:1px solid white;
}

input:focus {
	border: 2px solid rgb(172, 26, 47); border-image: none; background-color: rgb(255, 255, 228);
}
textarea:focus {
	border: 2px solid rgb(172, 26, 47); border-image: none; background-color: rgb(255, 255, 228);	
}


	/* This will fix the list items, but will also make the left nav items red. Ben*/

li a { color: #C41230;}


/* This puts the left nav color back to gray. Ben*/

li.list-group-item a { color: #555;
text-decoration:none; }

/* This will make the dropdown no underline CR */
li.dropdown a {
	text-decoration:none; }

/* This will make the my.cvcc.edu top bar no underline CR */	
li.topbar ul.loginbar a {
	text-decoration:none; }


/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

@media print {
#content p {
font-size:11pt;
color: black;
}

#content img {
display:block;
page-break-after: avoid;
page-break-inside: avoid;
}


#header {display:none;}
#topbar {display:none;}
#sidebar {display:none;}
#footer {display:none;}

.site-description {display:none;}
.site-title {display:none;}

}
}

/*skiplink cr*/

.skiplink {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skiplink:active, 
    a.skiplink:focus, 
    a.skiplink:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
    }