/**
 * @file
 * Main CSS Styles for Georgia Tech's gt_subtheme
 *
 * For best results, use the custom.css style sheet for any CSS customizations you'd like to make.
 * Just be sure to make a backup of your custom.css file prior to updating to a new version of
 * the GT Subtheme.
 *
 */

/************************************/
/*    User Editing improvements     */
/************************************/
body.page-node-add .form-item .description {
	font-size:1.25em;
}

body.section-forms #block-system-main .field-item, body.section-forms #block-system-main .field-label {
	font-size:1.25em;
}


/*****************************************
Flexslider Homepage Rotator 
*****************************************/
.flexslider {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 10px;
}

.flexslider .flex-control-nav {
  z-index: 100;
  position: absolute;
  bottom: 22px;
  right: 20px;
  left: auto;
  text-align: right;
  height: auto;
}

/* Rotator Buttons */
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  border: 2px solid #edb21f;
  background: #edb21f;
  border-radius: 25px;
}

.flex-control-paging li a.flex-active { 
  background: transparent;
}

.flex-control-paging li a {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Rotator Text Container */
.flexslider .field-content.front1 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 14px 20px 13px 20px;
  bottom: 0;
  font-size: 1.3em;
  background-color: #000;
  background: none repeat scroll 0 0 rgba(0,0,0,0.75);
  border-bottom: 3px solid #edb21f;
}

.field-content.front1 div {
  width: 70%;
}

/* Link Text */
.flexslider .field-content a:link,
.flexslider .field-content a:visited {
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
}
.flexslider .field-content a:hover,
.flexslider .field-content a:active {
  color: #edb21f;
  text-decoration: none;
}

.skin-default .flex-nav-container {
    background: #fff;
    padding: 7px !important;
    margin-bottom: 0px;
    margin-bottom: 10px;
    border: none;
}
