/* Georgia College custom print CSS */



*{
    overflow: visible !important;
    color: #000;    
    background-color: #fff;
    text-shadow: none;
	font-family: sans-serif;
}

/* ADJUST TEXT */
p, li{
    font-size: 12px;
	font-family: sans-serif;
    line-height: normal;
}
h1, h2, h3, h4 {
    padding-top: 5px;
    padding-bottom: 5px;
	font-family: sans-serif;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
}
a {
	word-wrap: break-word;
}

/* HEADER */
#header {
    display: none;
    /*border-bottom: none; */
}
/*#header:after {
    content: url(http://webcl.gcsu.edu/sites/all/themes/bootstrap/georgiacollege/images/GC-Primary-black.png) !important;
}
#header a[href]:after {
    content: none !important;
}
.logo {display: none;}
#header img {
      filter: url(inverse.svg#negative);
      -webkit-filter: invert(100%);
      filter: invert(100%);
   }
   */
#toolbar {
    display: none;
}


/* ADJUST PAGE SPACING/MARGINS */
body {
  margin: 15mm 15mm 15mm 15mm;
}
.main-container, .container, .content, .row{
    width: 100%;
    margin: 0;
    float: none;
}
.page-wrapper {
    margin-top: 50px;

}


/* MAKE PAGE BREAKS BEHAVE*/
h2, h3, h4 {
    page-break-after: avoid;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }

/* REMOVE LINKS PRINTED AFTER BUTTONS */
a.btn[href]:after,
a.button[href]:after,
a.button-blue[href]:after,
a.button-green[href]:after,
a.button-gold[href]:after,
a.button-large[href]:after{
    content: none !important;
}

/* HIDE IMAGES, VIDEO, ALERTS*/
/*img.main-container, .featured-image img */
.page-wrapper img{
    display: none;
}
.img-responsive {
    display: none;
}
video {
    display: none;
}
.alert {
    display: none;
}

/* HIDE NAVIGATION */
.top-nav,
.main-nav, .future-students-nav, .breadcrumb,
.nav-overlay, .nav-tabs, .tablet-buttons {
    display: none !important;
}
body.toolbar-drawer,
body.toolbar,
body.toolbar-drawer #header,
body.toolbar #header {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
/* HIDE SEARCH */
.search-overlay {display: none;}

/* HIDE REGIONS */

.footer, .region-sidebar-second {
    display: none !important;
}

.featured-container h1 {
    font-size: 30px;
}
.featured-container p {
    font-size: 20px;
}