/*
NEW MARKUP
------------
created gis class to control the scope of css changes
created the class subColumn-social for the social links in right rail
removed some marketing and some links form right rail

STYLE
-----
gis
page-nav
lasy-child
table-border
noborder
center
force-wide
vertical-top
subColumn-social

BACK TO TOP STICKY
------------------
div + anchor + img outside of container

IMAGES
------
logos
linkedin
back to top arrow

JS
---
inline at end of body

*/

/* TYPOGRAPHY */
.gis.interior .mainColumn strong {
	font-weight: bold;
}
.gis.interior .mainColumn em {
	font-style: italic;
}
.gis.interior .mainColumn a {
	color: #E21B23;
}
.gis.interior .mainColumn .inner p {
	padding-bottom: 20px;
	line-height: 19px;
}
.gis .subHeader {
	padding-bottom: 0;
	margin-bottom: 12px;
}
.gis .subHeader h1 {
	margin-bottom: 12px;
}
.gis .date {
	font-size: 20px;
}
.gis.mainColumn .inner .inner {
	padding-top: 0;
	font-size: 115%!important;
}
.gis h1 {
	font-size: 36px;
	line-height: 36px;
}
.gis p {
	padding-bottom: 8px!important;
	font-size: 14px!important;
	line-height: 1.3!important;
}
.gis h2, .gis h3, .gis h4 {
	margin-top: 20px;
}
.gis h2 {
	font-size: 30px!important;
	padding-bottom: 14px!important;
}
.gis h3 {
	font-size: 24px;
	padding-bottom: 12px!important;
}
.gis h4 {
	font-size: 20px;
	padding-bottom: 10px!important;
}
.gis .btn-red, .gis .btn-yellow, .gis .btn-grey {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 18px;
	letter-spacing: .5px;
	padding: 10px 15px;
	width: 153px;
	text-align: center;	
}
.gis .btn-yellow {
	font-family: Helvetica57;
	margin-top: 2px;
	line-height: 22px !important;
	color: #333!important;
	text-shadow: none;
	/*font-weight: 700;*/
}
.gis .btn-red {
	vertical-align: middle;
	line-height: 22px !important;
}
.gis .btn-grey {
	color: #666!important;
	/*font-weight: 700;*/
}
.gis table {
	border-collapse: collapse;
}
.gis table.table-border {
	border: 2px solid #dddddd;
}
.gis table tr .dark-cell {
	background-color: #dddddd;
	border: none;
}
.gis table tr .noborder, .noborder {
	border: none;
}
.gis table tr .center {
	text-align: center;
}
.gis table tr .vertical-top, .vertical-top {
	vertical-align: text-top;
}
.gis table tr .force-wide, .force-wide {
	width: 130px;
}
.gis table td {
	padding: 10px;
	text-align: left;
	border: 2px solid #dddddd;
	vertical-align: middle;
}
.gis table th {
	padding: 15px;
	background-color: #ffffff;
	border: none;
	text-align: left;
	color: #444444;
	border: 2px solid #dddddd;
}
.gis img {
	border: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 10px;
}
.gis img.last-child {
	margin-right: 0;
}

/* right rail */
.left .inner .gis-rail strong {
	font-weight: bold;
}
.left .inner .gis-rail em  {
	font-style: italic;
}
.left .inner .gis-rail a {
	color: #E21B23;
}
.left .inner .gis-rail p {
	padding-bottom: 8px!important;
	font-size: 13px!important;
	line-height: 1.3!important;
	padding-bottom: 18px;
	line-height: 18px;
}
.left .inner .gis-rail h2 {
	font-size: 30px!important;
	padding-bottom: 14px!important;
	margin-top: 20px;
}
.left .inner .gis-rail h3 {
	font-size: 24px;
	padding-bottom: 12px!important;
	margin-top: 20px;
}
.left .inner .gis-rail h4 {
	font-size: 20px;
	padding-bottom: 10px!important;
	margin-top: 20px;
}
.left .inner .gis img.subColumn-social  {
	position: relative;
	bottom: -10px;
	left: 6px;
}
.left .inner .gis-rail ul  {
	border-bottom: none;
	list-style-type: disc;
	list-style-position: inside;
}
.left .inner .gis-rail ul li {
	border-top: none;
	padding: 5px 0 5px 0;
	font-size: 13px!important;
	line-height: 1.3!important;
    list-style-position: outside;
}

/* Awesome Buttons */
.left .inner .rail-button {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table; 
	margin: 25px 0;
	padding: 0 15px;
	width: 220px;
	height: 89px;
	/*prevent text selection*/
	user-select: none;
}
.left .inner .rail-button.red-rail-button {
	background: #e52d2f; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #e52d2f 0%, #ae151a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e52d2f), color-stop(100%,#ae151a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #e52d2f 0%,#ae151a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #e52d2f 0%,#ae151a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #e52d2f 0%,#ae151a 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #e52d2f 0%,#ae151a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52d2f', endColorstr='#ae151a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: white;
}
.left .inner .rail-button.yellow-rail-button {
	background: #feb906; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #feb906 1%, #f7901a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#feb906), color-stop(100%,#f7901a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #feb906 1%,#f7901a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #feb906 1%,#f7901a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #feb906 1%,#f7901a 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #feb906 1%,#f7901a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb906', endColorstr='#f7901a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: black;
}
.left .inner .rail-button.grey-rail-button {
	background: #dddddd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #dddddd 1%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #dddddd 1%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #dddddd 1%,#cccccc 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #dddddd 1%,#cccccc 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #dddddd 1%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.left .inner .rail-button span {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell; 
  	vertical-align: middle; 
 	 text-align: center; 
	font-family: Helvetica57;
	font-size: 18px;
	letter-spacing: .5px;
	text-align: center;	
}


/*SPECIAL ACCORDION TEMPLATE*/
.clearfix {
	clear: both;
	margin: 0;
}
.panel {
	background: #eeeeee;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.panel.when-panel, .panel.where-panel {
	width: 315px;
	float: left;
	padding: 20px;
	position: relative;
	height: 100px;
}
.panel.when-panel span, .panel.where-panel span{
	color: #666;
}
		.panel.when-panel a, .panel.where-panel a {
			color:#666!important;
		}
		.panel.when-panel a:hover, .panel.where-panel a:hover {
			color:#666!important;
		}
.panel.when-panel {
	margin-right: 10px;
	padding-left: 70px;
	background: url('../../images/events_icons/calendar.png') 10px center no-repeat #eeeeee;
}
.panel.where-panel {
	padding-left: 70px;
	background: url('../../images/events_icons/location.png') 10px center no-repeat #eeeeee;
}
.panel.registernow-panel {
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px 50px;
	text-align: center;
	border: solid #333333 10px;
	max-height: 1000px;
	/*height: auto;*/
	overflow: hidden;
	-webkit-transition: max-height 0.35s ease-in; /* Changed here */ 
       -moz-transition: max-height 0.35s ease-in;
         -o-transition: max-height 0.35s ease-in;
            transition: max-height 0.35s ease-in;
}
div#tabs.ui-tabs.ui-widget {
	margin-top: 20px;
}
.panel.registernow-panel .left-justify {
	text-align: left;
}
.panel.registernow-panel.collapse {
	max-height: 141px;
	/*height: 141px; moved to ie-only.*/
}
.panel.registernow-panel .panel-collapse {
	overflow: auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	-webkit-transition: opacity 0.35s ease-out; /* Changed here */ 
       -moz-transition: opacity 0.35s ease-out;
         -o-transition: opacity 0.35s ease-out;
            transition: opacity 0.35s ease-out;
}
.panel.registernow-panel.collapse .panel-collapse {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:0;
}
.panel.registernow-panel h1 {
	margin-top: 0;
	margin-bottom: 12px;
}
.plus-expand {
	font-size: 16px;
	cursor: pointer;
}
.plus-expand img {
	margin-left: 5px;
	vertical-align: baseline;
	-webkit-transition: -webkit-transform 0.35s ease-in; /* Changed here */ 
       -moz-transition: -moz-transform 0.35s ease-in;
         -o-transition: -o-transform 0.35s ease-in;
            transition: transform 0.35s ease-in;
}
.plus-expand img.expanded {
	transform:rotate(225deg);
	-ms-transform:rotate(225deg); /* IE 9 */
	-webkit-transform:rotate(225deg); /* Opera, Chrome, and Safari */
}

/*social media rail buttons*/

.left .inner .social-media-rail1 {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex; 
	margin: 25px 0;
	width:100%;
	height: 44px;
	justify-content:space-between;
}

.left .inner .social-media-rail1 a {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block; 
	width: 20%;
	height: 44px;
	border: solid 1px #ffffff;
	background: #999999;
	vertical-align:top;
	
}

.left .inner .social-media-rail1 a:hover {
	background: #333333;
}
.left .inner .social-media-rail1 a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.left .inner .social-media-rail2 {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex; 
	margin: 25px 0;
	width: 220px;
	height: 55px;
	align-content:center;
	justify-content:space-between;
}

.left .inner .social-media-rail2 a  {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block; 
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background: #999999;
	margin-right: 2px;
}
.left .inner .social-media-rail2 a:first-child +a +a +a  {
	margin-right: 0;
}
.left .inner .social-media-rail2 a:hover {
	background: #333333;
}
.left .inner .social-media-rail2 a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


/*image rows*/
.image-row-sm img {
	width: 143px;
	height: auto;
}
.image-row-md img {
	width: 296px;
	height: auto;
}
.image-row-lg img {
	width: 602px;
	height: auto;
}

/*using first-child + .. for IE8 support*/
.image-row-sm img:first-child + img +img +img, .image-row-md img:first-child + img, .image-row-lg img:last-child {
	margin: 0;
}

/*****************/
/*****************/
/*****************/
/*****************/

/* ICP ADDITIONS */

/*****************/
/*****************/
/*****************/
/*****************/
.gis .subHeader h3 {
	margin-top: 0;
}

.gis ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}

/*buttons*/
.left .inner .rail-button.black-rail-button {
	position: relative;
	background: #333;
	color: #f6c507;
}
/*rounded numeral tags on the buttons*/
.left .inner .rail-button span.num {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	top: -15px;
	left: -15px;
	font-weight: bold;
	padding-top: 9px;
}
.left .inner .rail-button span.num{
	background: #999;
	color: white;
}
.left .inner .rail-button.black-rail-button span.num{
	background: #f6c507;
	color: #333;
}
/*rounded numeral tags for the titles*/
.gis h1.num {
	padding-left: 60px;
	position: relative;
	font-weight: bold;
}
.gis h1.num span {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	top: -7px;
	left: 0;
	font-weight: bold;
	padding: 7px 0 0 16px;
	color: #ffffff;
	background: #333;

}

ul#rdbtnListPrograms {
	list-style-type: none;
}

.gis .detail li  label {
  padding-left:10px;
}

.gis .detail li span.selected label {
    font-weight: bold;
  color: #333;
  padding-left:10px;
}

.registernow-panel .panel-collapse ul {
	text-align: left;
	list-style-position: inside;
}
.gis ol li {
	padding: 5px 0 5px 0;
}
.gis table tr.dark-row td, .gis table tr.dark-row th{
	background-color: #dddddd;
}
.gis table tr.separator-row td {
	background-color: #dddddd;
	height: 2px;
	padding: 0;
	border: none;
}

/*qualification selection styles*/

/*hook for tabs-dynamic-update.js*/
#myForm ul li.selected  {  /*#tabs span*/
	font-weight: bold;
	color: #333;
}
#current-selection span {  /*#tabs span*/
	font-weight: bold;
	color: #f6c507;
	/*border-radius: 3px;*/
	background: #333;
	padding-left: 7px;
	padding-right: 7px;
}
#tabs span {
	font-weight: bold;
}

/*unique list on the icp overview page*/
#program-overview {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
#program-overview li {
	padding-left: 36px;
	position: relative;
}
#program-overview li span {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	top: 3px;
	left: 0;
	font-weight: bold;
	padding: 3px 0 0 7px;
	color: #ffffff;
	background: #999;
}

/* CAREER  S
----------------------------------------------------------------------*/
.left .inner .rail-button.black-rail-button.career-button {
	color: white;
}

.careers {
	min-height: 760px;
}

img.silhouette {
	position: absolute;
    right:170px;
    top: 0;
    z-index: 2;
    border:none;
}

.padded-right {
	padding-right: 90px!important;
}

