@charset "utf-8";
/* misc styles */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #4A4A4A;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image:    -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
  background-image:      -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li > a:hover {
	 background-image: none;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}


/* Below styles added by KLH to create lists for department landing pages with appropriate styling */

ul.list-col {
line-height: 1.6em ;
list-style: none;
list-style-type: none;
}

ul.list-col li {
}

.list-col li.h4_lists {
margin-left:-5px;
padding-bottom:5px;
color: #2b6ea8;
font-size:17px;
font-weight:700;
}

/* Flickr badge styles  */

.flickr_badge_image {
margin:0px;
float:left;
display:inline;
}

.flickr_badge_image img {
border: 1px solid #D0D3D6 !important; 
padding:2px; 
margin:4px;
}

#flickr_badge_wrapper {
padding:25px 0px;
line-height:0;
margin:0 0 25px 0;
text-align:left;
width:225px;
}

/* End styles added by KLH to create lists for department landing pages with appropriate styling */


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/* Form styles added by ZRK */
form .col-md-12 { display: inline-block; }
form .radio-inline.no-margin { margin-left: 0px; }
form.form-style-default { background-color: #F7F7F7; } /* adapts bootstrap styles to sample layout without using multiple div containers */
form.form-style-default .control-label { text-align: left !important; font-weight:400; }
form.form-style-default .label-important { color: #D10000; }

/* CUSTOMIZE THE Departmental CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*
#myCarousel.carousel {
  height: 500px;
  margin-bottom: 60px;
}
*/
#myCarousel.carousel {
	height: 100%;
	margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel.carousel .item {
  /*height: 500px;*/
  height: 100%;
  background-color: #484848;
}
#myCarousel.carousel .item .active {
  background-color: #484848;
}
#myCarousel.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

#myCarousel.dept_carousel-indicators{
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	margin-left:-30%;
	padding-left:0;
	list-style:none;
	text-align:center;
	}
	
#myCarousel.dept_carousel-indicators li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	border:1px solid #fff;
	border-radius:10px;
	cursor:pointer;
	background-color:#000 \9;
	background-color:rgba(0,0,0,0);
	}
	
#myCarousel.dept_carousel-indicators .active{
	margin:0;
	width:12px;
	height:12px;
	background-color:#fff;
	}
	
#myCarousel.carousel-caption{
	position:absolute;
	left:15%;right:15%;
	bottom:20px;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	}

#myCarousel.carousel-caption .btn{
	text-shadow:none;
	}
	
	

#myCarousel.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{
	width:30px;
	height:30px;
	margin-top:-15px;margin-left:-15px;
	font-size:30px;
}

#myCarousel.carousel-caption{
	left:20%;
	right:20%;
	padding-bottom:30px;
}

#myCarousel.dept_carousel-indicators{
	bottom:20px;
	}
/* CSS for Contact Information Box */

.contactinformationbox{
		background-color: #f6f6f6;
		height: auto;
		width: 100%;
		color: black;
		font-weight: bold;
		padding-left: 0px;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		border: 1px #e8e8e8 solid;
	}
	
.contactinformationitembottom{
	margin-bottom:10px;
}
	
.contactinformationitem{
	font-weight: normal;
}

.fb-adltbdsp {
	border-left: 1px solid #bebaba;
	padding-left: 40px;
}

@media (max-width: 991px) {
	.fb-adltbdsp {
		border-left: 0px;
		padding-left: 0px;
	}
}

.fafsabd{
	border-right:1px solid #FFF;
}

@media (max-width: 991px) {
	.fafsabd{
		border-right:0px solid #FFF;
	}
}

/*Stay Connected Social Media Area */

.rsstayconnected{
	font-family: 'Cinzel', serif; 
	color:#757575; 
	font-size: 24px;
}

.rsstaycthr{
	margin-top:10px !important;
	margin-bottom: 10px !important;
}

.tradingview-widget-container {
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

.co401va-ttl {
	font-family: Sofia Pro Medium;
	font-size: 18px;
	width: 100%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:12px;
	padding-right:12px;
}

/* Testing New Snippet */

.fbctbox-container {
	font-family: "Sofia Pro Regular";
	font-family: 17px;
	color: #FFFFFF;
	background-color: #584446;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 222px;
	padding: 20px;
	border-radius: 10%;
	text-align: center;
}

@media (max-width: 992px) {
	.fbctbox-container {
		display: block;
	}
}

.fbclbox-container {
	font-family: "Sofia Pro Regular";
	font-family: 17px;
	color: #FFFFFF;
	position: relative;
	perspective: 1000px;
	margin-bottom: 222px;
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.fbclbox-container {
		display: block;
	}
}

.fbclbox {
	padding: 20px;
	width: 222px;
	height: 222px;
	border-radius: 50%;
	position: absolute;
	transition: transform 0.6s;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

@media (max-width: 992px) {
	.fbclbox {
		width: 100%;
		border-radius: 0%;
	}
}

.fbclboxsq {
	padding: 20px;
	width: 100%;
	height: 222px;
	border-radius: 0%;
	position: absolute;
	transition: transform 0.6s;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

@media (max-width: 992px) {
	.fbclboxsq {
		width: 100%;
		border-radius: 0%;
	}
}

.fbclflipbx2 {
	background-color: #BF0D3E;
	transform: rotateY(180deg);
}

.fbclflipbx2 a {
	color: #FFFF80;
	text-decoration: underline;
}

.fbclflipbx2 a:hover {
	color: #80FFFF;
	text-decoration: underline;
}

.fbclflipbx2 a:focus {
	color: #80FFFF;
	text-decoration: underline;
}

.fbclbox-content {
	text-align: center;
}

.fbclbox:focus {
	outline: none;
}

.fbclboxsq:focus {
	outline: none;
}

.fbclflipbx2:focus {
	transform: rotateY(0deg);
}

.fbclbox-container:hover .fbclflipbx1,
.fbclbox-container:focus-within .fbclflipbx1 {
	transform: rotateY(180deg);
}

.fbclbox-container:hover .fbclflipbx2,
.fbclbox-container:focus-within .fbclflipbx2 {
	transform: rotateY(0deg);
}

@media (max-width: 992px) {
	.fbcladjust {
		display: block;
		margin-top: -222px;
		margin-bottom: 222px;
	}
}

.gg-button-card a {
	font-family: 'Sofia Pro Light'; 
	padding: 20px; 
	text-decoration: none;
	display: block;
	color: #333;
	border: 1px solid #d3d3d3; 
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gg-button-card a:hover {
	border-color: #000000;
	transform: scale(1.02);
	transition: transform 0.3s ease;
}

.gg-button-card a:focus {
	border-color: #000000;
	transform: scale(1.02);
	transition: transform 0.3s ease;
}

.gg-button-card span:nth-of-type(1) {
	display: block;
	font-size: 2rem;
	padding-bottom: 15px;
}

@media (max-width: 1100px) {
	.gg-button-card a {
		width: 100%; 
		height: auto !important; 
	}
}