/*
Theme Name: Blue Theme
Author: Rebekah Hickey, Georgia Southern University Web Team
Author URI: http://wordpress.georgiasouthern.edu
Description: Standard Georgia Southern University theme.
Version: 1.9.1
Last Updated: 3/30/2016
*/



.news_item {border:none;}
header #nav-bottom .nav-button:hover, header #nav-bottom .nav-button:active, header #nav-bottom .nav-button:hover, header #nav-bottom .nav-button:active,
.dropdown.apply>a {
	text-shadow: 1px 1px 1px #333;
	font-weight: 700;
}

.floatleft {
	float: left;
	width: 35%;
	}
.clear {
	clear: both;
}

strong {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: inherit;
}
/* Makes responsive -- requested by Marketting */
.issuu-isrendered { max-width: 100%; }
/*table setup*/
html,
table{border-collapse:separate;border-spacing:0;background-color:transparent;width:auto;height:auto}
table{font:inherit;max-width:100%}
table{font-size:13px}caption{font-size:13px;line-height:18px;position:relative}

table{border-collapse:collapse;border-top:solid 3px #ccc;margin:18px 0;vertical-align:top}
table.noborder,table.noborder th{border-top:0}
table.nostyle,table.nostyle th,table.nostyle td{border-top:0}
table.nostyle tr:nth-child(even) td{background:0}table th{font-size:15px}th,td{line-height:19px;padding:9px 18px 8px 0;vertical-align:middle}thead th,thead td{padding-top:7px}
tfoot th,tfoot td{padding-bottom:8px}tbody th,tbody td,tfoot th,tfoot td{border-top:solid 1px #ddd}
th:first-child,td:first-child{padding-left:8px}
th:last-child,td:last-child{padding-right:8px}
th{background:#fafafa}tr:nth-child(even) td{background:#f0f0f0}
table.nostripe tr:nth-child(even) td{background:transparent}
table.vertical{background:#fefefe}table.vertical th{text-align:right;vertical-align:top;background:transparent}
table.vertical td{border-top:0;vertical-align:top}
table.vertical th.title{text-align:left;font-size:14px;border-top:0;border-bottom:1px solid #e8e8e8;background:#e9e9e9;padding:2px 10px}
table.cf7-db-table{border:0;font-size:13px;margin:18px 0}
table.cf7-db-table th{border-top:3px solid #ccc!important;border-right:0!important;border-left:0!important;border-bottom:1px solid #ccc!important;font-size:15px}
table.cf7-db-table td{border:0!important;font-size:12px!important;padding:10px 5px!important}
/*gallery*/
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 40px 0px 5px;
    bottom: auto;
}
/* fix image scale issue */
.wp-block-image img,  .landing.college.horizontal .widgets img, .landing.unit.horizontal .widgets img{
      height:auto;
}
/*cover images */
.cover-100{
	min-height:100px;
}
.cover-200{
	min-height:200px;
}
.cover-300{
	min-height:300px;
}
.cover-400{
	min-height:400px;
}
.cover-500{
	min-height:500px;
}
.cover-600{
	min-height:600px;
}
/*outline styles */
	/*DECIMAL*/
.
.outline-decimal-alpha {
    list-style-type: decimal;
}
ol.outline-decimal-alpha ol {
    list-style-type: lower-alpha;
}
ol.outline-decimal-alpha ol ol {
    list-style-type: lower-roman;
}
ol.outline-decimal-alpha ol ol ol {
    list-style-type: decimal;
}
ol.outline-decimal-alpha ol ol ol ol {
    list-style-type: lower-alpha;
}
ol.outline-decimal-alpha ol ol ol ol ol {
    list-style-type: lower-roman;
}
ol.outline-decimal-alpha ol ol ol ol ol {
    list-style-type: lower-roman;
}

	/*ROMAN-ALPHA*/
ol.outline-roman-alpha {
    list-style-type: upper-roman;
}
ol.outline-roman-alpha ol {
    list-style-type: upper-alpha;
}
ol.outline-roman-alpha ol ol {
    list-style-type: decimal;
}
ol.outline-roman-alpha ol ol ol {
    list-style-type: lower-alpha;
}
ol.outline-roman-alpha ol ol ol ol {
    list-style-type: lower-roman;
}
ol.outline-roman-alpha ol ol ol ol ol {
    list-style-type: decimal-leading-zero;
}
ol.outline-roman-alpha ol ol ol ol ol {
    list-style-type: decimal-leading-zero;
}
/* UI, Buttons & Tabs */
/* Buttons */ 

a.wp-block-button__link{
	background-color:#041e42
}
.wp-block-file .wp-block-file__button{
	color:#fff !important;
	background-color:#041e42;
	border-radius: 4px;
}
.wp-block-button__link{
	border-radius:8px;
}

/* Handles IE Grid */
.wp-block-media-text {
	display: -ms-grid;
	-ms-grid-columns: 25% auto; /*25% instead of 50 for our sizing*/
}

/* default media on the left */
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-column: 1;
}
.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-column: 2;
	width: 100%; /*gets full width of text */
	padding:0%;
}

/* media on the right */
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	-ms-grid-column: 2;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
}
/* Youtube Center */
figure.aligncenter div.wp-block-embed__wrapper{text-align: center;}

ul.tabs li a {
	color: #333 !important;
}

/* Dept primary nav menu */
#mainmenu {
	position:static;
	margin-top:0;
}
#mainmenu li, #mainmenu li a {
	background-color:#041e42;
	background-image:none;
	opacity:1;
	padding: 0 18px;	
}

#mainmenu li a:hover {
	background-color:#00679a;
	background-image:none;
	opacity:1;
}
#mainmenu ul .current_page_item a, #mainmenu .current_page_ancestor a, #mainmenu .current-menu-item a, #mainmenu .current-menu-parent a {
	background-color:#00679a;
}
#mainmenu ul.sub-menu {
    background-color:#041e42;
	background-image:none;
	color:#fff;
}
#mainmenu ul.sub-menu li, #mainmenu ul.sub-menu li a {
    background-color:#041e42;
	background-image:none;
	color:#fff;
	z-index:1000;
}
#mainmenu ul.sub-menu li a:hover {
	background-color:#00679a;
	background-image:none;
	color: #FFF;
}

ul.subnav {
	margin-left: 0;
	}

ul.subnav li{
    float: left;
    list-style-type: none;
    margin: -25px 0 25px 0;
    padding: 0 25px 0 0;
    width: auto;
}
ul.subnav li  a {
	font-weight: 700;
	}

div.form-box {
	border:1px solid #CCC;
	padding: 15px;
	margin-bottom: 15px;
	}
/* Home Page Styles */
#home div#row2 h1 {
	font-size:28px;
	margin-top:-5px;
	line-height:1.5em;
	margin-bottom:0;
	font-weight:600;
}

#home div#row3 h2 {
	font-size:18px;
	line-height:1.5em;
	margin-bottom:0;
	font-weight:400;	
}
	

/* Sidebars & Widgets */
#fp_featurewrap {
    background: none;
}
.fp_feature {
	border-top: 4px solid #041e42; 
	}
.fp_featurepad {	
	height:auto;
	}

#sidebarpad-dept {
	outline:0;
	border:1px solid #eee;
	padding:0 10px 0 18px;
	margin-top:45px;
}

#sidebarpad-dept .sidebar-widget {
	margin-bottom: 1em; 
	clear:both;
	}

#sidebarpad-dept .pb_slideshow_cycle {
	margin: 15px 0;
	}
	
.widget_search {
	clear:both;
	margin: 15px 0;
	}
.widget_search #s {
	width:65%;
	float:left;
	margin-right: 10px;
	}
.widget_search #submit {
	width:15%;
	float:left;	
	}
.widget_search label.screen-reader-text {
    display: none;
}
	
.widget_nav_menu  li {
	list-style-type:none;

}
.widget_nav_menu  ul.sub-menu {
	margin-left: 2em;	
}
.widget_nav_menu  ul.sub-menu li {
	list-style-type:disc;	
}
/*a.rsswidget:hover {
	color: #0583C0;
	}
*/


/* Font Sizes */
.has-small-font-size {
    font-size: 11px;
}
.has-normal-font-size {
    font-size: 13px;
}
.has-large-font-size {
    font-size: 18px;
	line-height:24px;
}
/* Media & Text Block -- Requested by Marketing */
.wp-block-media-text .wp-block-media-text__media{margin:5px;}
/* */
/* Color Blocks */
.has-white-background-color {
    background-color: #ffffff !important;
}

.has-white-color {
    color: #ffffff !important;
}

.has-off-white-background-color {
    background-color: #f7f7f7 !important;
}

.has-off-white-color {
    color: #f7f7f7 !important;
}

.has-black-background-color {
    background-color: #000000 !important;
}

.has-black-color {
    color: #000000 !important;
}

.has-medium-gray-background-color {
    background-color: #dddddd !important;
}

.has-medium-gray-color {
    color: #dddddd !important;
}

.has-light-gray-background-color {
    background-color: #e4e4e4 !important;
}

.has-light-gray-color {
    color: #e4e4e4 !important;
}

.has-blue-background-color {
    background-color: #041e42 !important;
}

.has-blue-color {
    color: #041e42 !important;
}

.has-aqua-background-color {
    background-color: #00679a !important;
}

.has-aqua-color {
    color: #00679a !important;
}

.has-gold-background-color {
    background-color: #a99260 !important;
}

.has-gold-color {
    color: #a99260 !important;
}

.has-gold-fade-background-color {
    background-color: #e9e4da !important;
}

.has-gold-fade-color {
    color: #e9e4da !important;
}

/*centers image captions*/
figcaption{
	text-align:center
	}

/*adds white background color on lightbox for transparent images*/
.jquery-lightbox-background {
	background-color: #fff;
}
/*fix mid-word breaking in cover photo block*/
div.wp-block-cover__inner-container{
	word-break: keep-all;
}
/*Code to make links white*/
.whitelink a{
	color:#fff !important;
	}
/*Strips padding*/
.nopadding{
	padding:0px !important;
	}
/*Strips margins*/

.nomargin{
	margin:0px !important;
	}