@charset "utf-8";
/* University of Southern Alabama - CSS */

/* fonts */

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

/* Sofia Pro Fonts */

@font-face {
	font-family: "Sofia Pro Black";
    src: url(../fonts/sofiapro/sofiaproblack.otf) format("truetype");
}

@font-face {
    font-family: "Sofia Pro Light";
    src: url(../fonts/sofiapro/sofiaprolight.otf) format("truetype");
}

@font-face {
    font-family: "Sofia Pro Regular";
    src: url(../fonts/sofiapro/sofiaproregular.otf) format("truetype");
}

@font-face {
    font-family: "Sofia Pro Medium";
    src: url(../fonts/sofiapro/sofiapromedium.otf) format("truetype");
}

@font-face {
    font-family: "Sofia Pro Semi Bold";
    src: url(../fonts/sofiapro/sofiaprosemibold.otf) format("truetype");
}

/* Gotham Book */

@font-face {
  font-family: "Gotham Black";
  src: url("../fonts/home-retheme/GothamBlack.eot");
  src: url("../fonts/home-retheme/GothamBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/home-retheme/GothamBlack.woff") format("woff"), url("../fonts/home-retheme/GothamBlack.ttf") format("truetype"), url("../fonts/home-retheme/GothamBlack.svg#ba4ac0babd0f10b69ed14d91cd5c8788") format("svg");
  font-style: normal;
  font-weight: 700;
}

/* Poppins Fonts */

@font-face {
	font-family: "Poppins Black";
	src: url(../fonts/poppins/poppinsblack.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Bold";
	src: url(../fonts/poppins/poppinsbold.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Extra Bold";
	src: url(../fonts/poppins/poppinsextrabold.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Extra Light";
	src: url(../fonts/poppins/poppinsextralight.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Light";
	src: url(../fonts/poppins/poppinslight.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Medium";
	src: url(../fonts/poppins/poppinsmedium.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Regular";
	src: url(../fonts/poppins/poppinsregular.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Semi Bold";
	src: url(../fonts/poppins/poppinssemibold.ttf) format("truetype");
}

@font-face {
	font-family: "Poppins Thin";
	src: url(../fonts/poppins/poppinsthin.ttf) format("truetype");
}

/* Roboto Fonts */

@font-face {
    font-family: "Roboto Condensed Black";
    src: url(../fonts/roboto/robotocondensedblack.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Bold";
    src: url(../fonts/roboto/robotocondensedbold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Extra Bold";
    src: url(../fonts/roboto/robotocondensedextrabold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Extra Light";
    src: url(../fonts/roboto/robotocondensedextralight.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Light";
    src: url(../fonts/roboto/robotocondensedlight.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Medium";
    src: url(../fonts/roboto/robotocondensedmedium.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Regular";
    src: url(../fonts/roboto/robotocondensedregular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Condensed Semi Bold";
    src: url(../fonts/roboto/robotocondensedsemibold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Thin";
    src: url(../fonts/roboto/robotocondensedthin.ttf) format("truetype");
}

/* Oswald Fonts */

@font-face {
    font-family: "Oswald Bold ";
    src: url(../fonts/oswald/oswaldbold.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald Extra Light ";
    src: url(../fonts/oswald/oswaldextralight.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald Light";
    src: url(../fonts/oswald/oswaldlight.ttf) format("truetype");

}

@font-face {
    font-family: "Oswald Medium";
    src: url(../fonts/oswald/oswaldmedium.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald Semi Bold";
    src: url(../fonts/oswald/oswaldsemibold.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald Variable";
    src: url(../fonts/oswald/oswaldvariable.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald Regular";
    src: url(../fonts/oswald/oswaldregular.ttf) format("truetype");
}

/* Great Vibes */

@font-face {
    font-family: "Great Vibes";
    src: url(../fonts/greatvibes/greatvibesregular.ttf) format("truetype");
}

/* Lato */

@font-face {
    font-family: "Lato Regular";
    src: url(../fonts/lato/latoregular.ttf) format("truetype");
}

@font-face {
    font-family: "Lato Light";
    src: url(../fonts/lato/latolight.ttf) format("truetype");
}

/* Passion One */

@font-face {
    font-family: "Passion One Bold";
    src: url("../fonts/passionone/passiononebold.ttf") format("truetype");
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  font-family: 'PT Sans', sans-serif;
}

body.usaHome {
	background: url(../images/bg-home.png) no-repeat;
	background-size:100%;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -200px;
  /* Pad bottom by footer height */
  padding: 0 0 200px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

header {
	/*	background: #000033; /* Old browsers keep intact */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzAwMzM2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #000033 1%, #003366 73%); /* FF3.6+ */
	/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000033), color-stop(73%,#003366)); /* Chrome,Safari4+ */
	/*	background: -webkit-linear-gradient(top,  #000033 1%,#003366 73%); /* Chrome10+,Safari5.1+ */
	/*	background: -o-linear-gradient(top,  #000033 1%,#003366 73%); /* Opera 11.10+ */
	/*	background: -ms-linear-gradient(top,  #000033 1%,#003366 73%); /* IE10+ */
	/*	background: linear-gradient(to bottom,  #000033 1%,#003366 73%); /* W3C */
	/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#003366',GradientType=0 ); /* IE6-8 */
	background: url(../images/bg-header-tn.jpg) repeat-x;
	background-size: contain;
}

header #header-logo a img {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (max-width:480px) {
	
	header #header-logo a img {
		padding-top: 0px;
		padding-bottom: 25px;
	}
    	
}

#de{ 
	display:none;
}

.navbar {
	margin-bottom: 10px;
}

.usaund {
	text-decoration: underline;
}

#search-box {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

#search-box  input.searchBar {
    background: url("../images/searchBox.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    border: 0;
	color: #000;

	font-size: 14px;
	padding: 2px 0 2px 5px;
	width:226px;
}

#search-box  input.searchBar-extended {
    background: url("../images/searchBox-extended.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    border: 0;
	color: #000;

	font-size: 14px;
	padding: 2px 0 2px 5px;
	width:200px;
}

#search-box  input.searchBtn {
	margin-left: -25px;
}

.helpbar-sqarea {
	background-color:#000000; 
	color:#FFFFFF; 
	width:100%; 
	height:90px; 
	display:inline; 
	/*
	position:absolute; 
	margin-top:36px; 
	*/
	z-index:1000;
}

.helpbar-squery {
	color:#FFFFFF; 
	background-color:#000000; 
	/* background-color:transparent; */
	border:0px solid #000000; 
	border-radius:0px; 
	box-shadow:0px 0px 0px rgba(0, 0, 0, 0.075) inset; 
	text-align:left; 
	width:90%; 
	height:50px; 
	font-family: "Sofia Pro Light"; 
	font-size:21.5px; 
	padding-right:40px; 
	padding-left:40px; 
	padding-top:10px; 
	-webkit-appearance:none; 
	-webkit-border-radius:0; 
	outline:none;
}

.helpbar-schic {
	display:inline;
}

.v25-helpbar-schic {
	display:inline;
	margin: -10px -20px 0px 5px;
}

@media (max-width: 992px) {
	.v25-helpbar-schic {
		margin: -20px 0px 0px -3px;
		width: 50px;
		max-width: 50px;
	}
}




header .navbar-toggle {
    border: 1px solid #FFFFFF;	
}

header .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

header .helpbar-toggle {
    border: 1px solid #FFFFFF;	
}

header .helpbar-toggle .icon-bar {
    background-color: #FFFFFF;
}


@media (min-width: 768px) and (max-width: 990px) {
	
	.helpbar-squery {
		font-size:17.5px; 
	}
	
}

@media (min-width:481px) and (max-width:767px) {
	
	.helpbar-squery {
		font-size:15px; 
	}
    	
}

@media (max-width:480px) {
	
	.helpbar-squery {
		font-size:10.5px; 
	}
    	
}

.v25-helpbar-squery {
	color:#FFFFFF; 
	background-color:#000000; 
	/* background-color:transparent; */
	border:0px solid #000000; 
	border-radius:0px; 
	box-shadow:0px 0px 0px rgba(0, 0, 0, 0.075) inset; 
	text-align:left; 
	width:100%; 
	height:50px; 
	font-family: "Sofia Pro Light"; 
	font-size:21.5px; 
	padding-right:40px; 
	padding-left:0px; 
	padding-top:10px; 
	-webkit-appearance:none; 
	-webkit-border-radius:0; 
	outline:none;
}

@media (min-width: 768px) and (max-width: 990px) {
	
	.v25-helpbar-squery {
		font-size:17.5px; 
	}
	
}

@media (min-width:481px) and (max-width:767px) {
	
	.v25-helpbar-squery {
		font-size:15px; 
	}
    	
}

@media (max-width:480px) {
	
	.v25-helpbar-squery {
		font-size:15px; 
	}
    	
}

.v25-fbsearchsbgo {
	border-bottom: 3px solid #000000;
    border-spacing: 2px 2rem;
	float: right;
}

.v25-fbsearchsbgo:focus {
	border-bottom: 3px solid #117EB0;
    border-spacing: 2px 2rem;
}

@media (max-width:992px) {
	.v25-fbsearchsbgo {
		border-bottom: 3px solid #000000;
		float: right;
		margin-top: -50px;
		margin-right: 8px;
	}
}

.v25-fbusalogohomego {
	opacity:1;
}

.v25-fbusalogohomego:focus {
	opacity:0.50;
}


/* SR */

.sr-only { 
	position: absolute; 
	width: 1px;
	height: 1px; 
	padding: 0; 
	margin: -1px;
	overflow: hidden; 
	clip: rect(0,0,0,0);
	border: 0; 
	background-color: #000;
	color: #FFF;
}

.include {
        display: block !important;
}

.exclude {
        display: none !important;
}

/* PDD */

.tbpdstfplxt {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.fbfullwidth {
	width: 100%;
}

/* top navigation */

.navbar-collapse {
	padding-left:0;
	padding-right:0;
	overflow-x: hidden;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

/*
nav {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	text-align:center;
}


nav .nav > li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: top;
    width: 1%;
}

nav > ul > li > a {
	color: #fff;
	font-size: 20px;
}


nav .nav > li > a {
	padding: 10px;
}

nav .nav > li > a:hover, nav .nav > li > a:focus {
	text-decoration:none;
	color: #000A49;
}

nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: rgb(0,42,93); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2VjZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,42,93,1) 0%, rgba(236,239,244,1) 43%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,42,93,1)), color-stop(43%,rgba(236,239,244,1))); 
	background: -webkit-linear-gradient(top,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%); 
	background: -o-linear-gradient(top,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%);
	background: -ms-linear-gradient(top,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%);
	background: linear-gradient(to bottom,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a5d', endColorstr='#eceff4',GradientType=0 ); 
}


nav ul.nav li div.roles-overlay {
	display:none;
	position:absolute;
	top:100%;
	width:700px;
	margin:0;
	padding:0;
	left:0px;
}

nav .roles-overlay a {
    color: #000134;
	font-size: 14px;
}

*/

.stcnct {
    width: 260px;
    margin: auto;
}

.tpnvweare {
	font-family: "Sofia Pro Regular";
	font-weight: 100;
	font-size: 18px;
	text-align: center;
	color: #757575;
	display: block;
	height: 42px;
}

.tpnvwa-darkred {
	border-bottom: 3.5px solid #cd254f;
}

.tpnvwa-lightblue {
	border-bottom: 3.5px solid #00b6e5;
}

.tpnvwa-darkyellow {
	border-bottom: 3.5px solid #f4bf2d;
}

.tpnvwa-lightgreen {
	border-bottom: 3.5px solid #5dcab9;
}

.tpnvwa-darkblue {
	border-bottom: 3.5px solid #002e6e;
}

/* remove display settings to reinstate left search bar region */
.hlmnltft {
	float: left !important;
	display:none;
}

.cntpddsrvgsz {
	padding: 0px !important;
}

#skiptopnav a {
	padding:8px;
	position: absolute;
	font-family: "Sofia Pro Light";
	font-weight: normal;
	font-size: 12.5px;
	top:-150px;
	left:0px;
	color:white;
	background:#BF1722;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptopnav a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
	border: 1px solid #FFF;
}

#skipleftnav a {
	padding:8px;
	position: absolute;
	font-family: "Sofia Pro Light";
	font-weight: normal;
	font-size: 12.5px;
	top:-1450px;
	left:-140px;
	color:#FFFFFF;
	background-color:#BF1722;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skipleftnav a:focus {
	position:absolute;
	margin-right:150px;
	left:-140px;
	top:4px;
	color:#FFFFFF;
	background-color:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
	border: 1px solid #FFF;
}

.skipped-navigation-area {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
}

.skipped-navigation-area:focus {
	font-family: "Poppins Light";
	font-size: 14px;
	position: static;
	outline: none;
	width: 100%;
	height: auto;
	margin:  -10px 0px 10px 0px;
	padding: 10px 20px;
	background-color: #e4e4e4;
	border: 2px solid #959595;
	color: #000;
	z-index: 1000;
}

#content .skipped-navigation-area:focus {
	margin:  4px 0px 20px 0px;
}

.ovrftimgstt {
	width:100%;
}

.ovtthrttrg {
	height: 62px;
	background-color: #EDEDED;
	border-bottom: 1px solid #a2a2a2;
}

.ovtttxsts {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	font-size: 22.5px;
	margin-top: 18px;
	margin-bottom: 10px;
	color: #4A4A4A;
	padding-left:15px;
}

@media (max-width:480px) {
	
	.ovtttxsts {
		font-size: 16px;
		margin-top: 24px;
		margin-bottom: 10px;
	}
    	
}

.roles-overlay {
    background: url("../images/bg-nav-dropdown.png") no-repeat scroll left bottom #ECEFF4;
    border-left: 1px solid #101046;
	border-right: 1px solid #101046;
	border-bottom: 1px solid #101046;
	border-top: 0;
    color: #000134;
	text-align: left;
	border-radius: 0;
	min-width: 600px;
}

.roles-overlay div ul li:hover {
/*	background: #e4e6e9; */
	background: none;
	text-decoration:underline;
}

.roles-overlay div ul.list-unstyled li {
/*	border-bottom: 1px solid #000134;
	padding: 3px 0; */
	border-bottom: none;
	padding: 1px 0;
}

.fbnewsapph2 {
	font-size: 14px;
	font-weight: normal;
}

/* FB MD 4 */

#fb-md-4-1{
	padding-right:0px;
	padding-left:0px;
}

#fb-md-4-2{
	padding-right:0px;
	padding-left:0px;
}

#fb-md-4-3{
	padding-right:0px;
	padding-left:0px;
}

/* utility links */

#secondary-nav {
	font-family: "Sofia Pro Light";
	font-weight: normal;
/*	background: url(../images/bg-header-top-right-3.png) no-repeat top left;
	min-height: 45px;
*/
}

#secondary-nav ul.utility {
	padding-left: 20px;
	margin-right: 10px;
	float: right;
	margin-bottom: -1px;
}

#secondary-nav > ul > li {
	list-style: none outside none;
	display: inline-block;
}

#secondary-nav ul li a {
	color: #fff;
	font-size: 12.5px;
	padding-right:5px;
	padding-left:5px;
}

#secondary-nav ul li a:hover, #secondary-nav ul li a:focus, #secondary-nav ul li a:link {
	text-decoration: none;
}

#secondary-nav .dropdown-menu {
	font-family: "Sofia Pro Light";
	min-width: 120px;
	border-radius: 0;
	padding: 0;
}

#secondary-nav .dropdown-menu li {
/*	border-bottom: 0px solid #00144f;
*/	border-bottom: 0px solid #ccc;
}

#secondary-nav .dropdown-menu li:last-of-type {
	border-bottom: 0;
}

#secondary-nav .dropdown-menu > li > a {
/*	color: #00144f;
*/  color:#fff;
	padding: 7px;
	width:120px;
	text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	/*background: #036;*/
	/*background: #117EB0;*/
	background: #0B5375;
}

#secondary-nav .dropdown:hover .dropdown-menu {
    display: block;
	top: auto;
	margin-top:0px;
	background: #00144f; 
	z-index: 999;
}

/* QQ */

.fb-trans-main-attmtdsc {
	display: inline-table;
	background:#a40000; 
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
	width: 100%;
}

.fb-trans-main-attmtdss {
	display: inline-table;
	background:#7e5700; 
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
	width: 100%;
}

.fb-trans-main-attmtkyw {
	display: inline-table;
	background:#9b7c00; 
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
	width: 100%;
}

.fb-trans-main-attmtfti {
	display: inline-table;
	background:#17794b; 
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
	width: 100%;
}

/* footer section */

.footerlogost {
	width: 140px;
	height: 100px;
}

.footerlogostmnt {
	width: 161px;
	height: 115px;
}

.footercampaignusa {
	width: 260px;
}

footer {
	background: #101046;
	border-top: 5px solid #a71e1e;
	color: #fff;
	/* Set the fixed height of the footer here */	
	min-height: 200px;
	margin-top: 40px;
	font-size: 13px;
}

footer a {
	font-family: "Sofia Pro Light";
	font-size: 13.5px;
}

footer > div.container {
	padding-top: 30px;
	padding-bottom: 15px;
}

footer h2, footer h3 {
	margin-top: 0;
	color: #fff;
}

footer img {
	padding: 3px;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover, footer ul li a:focus {
	text-decoration: underline;
	color: #fff;
}

footer div#resources {
padding-left:10px;
}

@media (max-width: 990px) {
	
	footer div#resources {
		padding-left:17px;
		margin-bottom: -6px !important;
	}
	
}

footer div#resources ul:first-of-type {
	width:50%;
}

footer div#resources ul:last-of-type {
	width:40%; 
	margin-left: 10%;
}

footer hr + div.container {
	padding-top: 0;
}

ul.social {
	text-align: center;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	text-rendering: optimizelegibility;
}


h1 { font-size: 27px; font-weight:normal; }

h2 { font-size: 24px; font-weight:normal; }

h3 { font-size: 20px; font-weight:normal; }

h4 { font-size: 18px; font-weight:normal; }

h5 { font-size: 16px; font-weight:normal; }

h6 { font-size: 14px; font-weight:normal; }


h1.fbcms-set1-h1 {	
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #101046;
}

h2.fbcms-set1-h2 {	
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #101046;
}

h3.fbcms-set1-h3 {	
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #101046;
}

h3.fbcms-set1-h4 {	
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #101046;
}

h3.fbcms-set1-h5 {	
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #101046;
}

h3.fbcms-set1-h6 {	
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #101046;
}

.valignh2 {
	margin-top: 5px;
}

<!--- News --->

.newsfullset {	
	font-size: 16px !important;
}

.newsmedsetp {	
	font-size: 14px !important;
}

<!------ klh commented out for bulletin purposes 3/25/15 --->
 .headline_usa {
display: block;
margin: 10px 0 10px 0;
border-bottom: 1px dotted #e4e9f0; }

 .headline_usa h2,.headline_usa h3, .headline_usa h4 {
margin: 0 0 -2px 0;
padding-bottom: 5px;
display: inline-block;
border-bottom: 2px solid #101046;
} 

<!--  end comments klh --->

a:hover, a:focus {
    text-decoration: none;
}

footer a:hover, footer a:focus {
	color: #fff; 
}

footer h2 { 
	font-size: 17px;
	font-weight: 700;
}


address {
	color: #595959;
	font-size: 14px;
}

address > span {
	display: block;
	padding-bottom: 3px;
}

hr { 
	border-color: #bebaba;
}

.caret {
    border-top: 4px solid #fff;
	margin-left:5px;
}

.right-caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: middle;
    width: 0;
	padding-right: 5px;
}

.gold {
	color: #da9c00;
}

.double-spaced {
	line-height: 2em;
}

/* responsive images */
img {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-nonresponsive {
    display: inherit;
    height: auto;
    max-width: inherit;
}

.img-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

a.tel {
	color:inherit; 
	text-decoration: inherit; 
	font-size:inherit; 
	font-style:inherit;
	font-weight:inherit;
}

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

/* Body Emphasis */

p .body-emphasis {
   font-size: 18px; 
   font-weight:normal;
}

/* media queries */

/* min container size */
@media (max-width:320px) {

.container {
    min-width: 320px;
}

/*	
nav {
	width: 25%;
	margin-top: 5px;
}
		
.nav > li {
    display: inherit;
}

.nav > li > a {
	padding: 2px;
	font-size: 14px;
}
*/

}

/* mobile phone and below */
@media (max-width:480px) {

.carousel-indicators {
	display: none;
}


.breadcrumb {
	display: none;
}

/* Starts here */
#search-box {
    float: none;
    margin: 5px auto 0;
    width: 250px;
}

#secondary-nav {
    float: right;
	background:none;
	width: 50%;
}

#secondary-nav ul.utility {
	float: none;

}

#secondary-nav > ul > li {
    display: block;
	padding: 5px;

}

#secondary-nav > ul > li > a { 
	font-size: 18px; 
} 

#secondary-nav > ul > li > a:hover, #secondary-nav > ul > li > a:focus {
	color:#ccc;
}

.navbar-text {
	display: block;
}

nav {
	width: 50%;
	margin-top: 5px;
}

.nav > li {
    display: inherit;
}

.nav > li > a {
	display: inline-block;
	padding: 5px;
	float: none;
	font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
    text-decoration: underline;
	color: #fff;
}

nav .nav > li {
	float: none;
	display: block;
	text-align: right;
	width: auto;
}

nav .nav > li > a {
	border: none;
}

nav .nav > li > a:hover, nav .nav > li > a:focus {
	color: #ccc;
	text-decoration: underline;
}
/* Ends Here */

nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}


body.secondary #wrap > .container {
	margin-top: 0;
}

#sidebar hr {
    margin-bottom: 20px;
    margin-top: 20px;
}
	
#sidebar nav {
    width: 100% !important;
}

/*
h1.dept-title {
	margin-bottom: 0;
	margin-top: 5px;
	float: left;
}
*/

}


/* just below iPad portrait */
@media (min-width:481px) and (max-width:767px) {

.carousel-indicators {
	bottom:40px;
}

header #header-logo a img {
    margin: 0 auto;
    padding: 0 0 10px;
}

#search-box {
    float: none;
    margin: 5px auto 0;
    width: 250px;
}

#secondary-nav {
    float: right;
	background:none;
	width: 50%;
}

#secondary-nav ul.utility {
	float: none;

}

#secondary-nav > ul > li {
    display: block;
	padding: 5px;

}

#secondary-nav > ul > li > a { 
	font-size: 18px; 
} 

#secondary-nav > ul > li > a:hover, #secondary-nav > ul > li > a:focus {
	color:#ccc;
}

.navbar-text {
	display: block;
}

nav {
	width: 50%;
	margin-top: 5px;
}
	
#sidebar nav {
    width: 100% !important;
}

.nav > li {
    display: inherit;
}

.nav > li > a {
	display: inline-block;
	padding: 5px;
	float: none;
	font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
    text-decoration: underline;
	color: #fff;
}

nav .nav > li {
	float: none;
	display: block;
	text-align: right;
	width: auto;
}

nav .nav > li > a {
	border: none;
}

nav .nav > li > a:hover, nav .nav > li > a:focus {
	color: #ccc;
	text-decoration: underline;
}

#support-services > ul.list-third {
	width: 100%;
	padding-left: 40px;
}


#oneCol-right > div.padding-wrapper {
	padding-left: 0;
}


footer img.footer-logo {
    float: left;
    padding-bottom: 20px;
    padding-right: 10px;
}

footer .col-md-3 {
	margin-top: 10px;
	clear: both;
}

footer .col-sm-6 {
	margin-bottom: 10px;
}


#apply-usa {
	float: none;
	display: block;
	margin: 0 auto;
}


}

/* ipad portrait */
@media (max-width: 768px) {

footer #footer-logo a.usa-logo {
	float: left;
	padding-right: 5px;
}

/* FB 7/2/2025
nav {
		z-index: 1;
	position: relative;
}
*/

}



@media (min-width: 768px) and (max-width: 990px) {

header #header-logo a img {
    padding-bottom: 2%;
    padding-top: 2%;
}

.carousel-indicators {
	bottom:40px;
}

#secondary-nav {
	background: none;
}

nav {
	margin-top: auto;
}


}

/* ou support 17538 - search box should not be hidden in tablet mode */
/*@media (min-width: 768px) and (max-width: 1200px) {

#search-box {
	display: none;
}


}*/

/* right above ipad portrait */
@media (min-width: 768px) {

	/*
.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
	background: rgb(0,42,93); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2VjZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,42,93,1) 0%, rgba(236,239,244,1) 43%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,42,93,1)), color-stop(43%,rgba(236,239,244,1)));
	background: -webkit-linear-gradient(top,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%);
	background: -o-linear-gradient(top,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%);
	background: -ms-linear-gradient(top,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%);
	background: linear-gradient(to bottom,  rgba(0,42,93,1) 0%,rgba(236,239,244,1) 43%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a5d', endColorstr='#eceff4',GradientType=0 ); 

}

.nav > li:hover > a {
	color: #000A49;
}

nav .dropdown {
	position: static;
}

nav .nav li:hover .roles-overlay {
    display: block;
	padding-top: 10px;
}

nav .nav li div.dropdown-menu > div:first-of-type > ul:first-of-type > li:first-of-type {
    border-top: 3px double #101046;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

nav .nav li div.dropdown-menu > div > ul > li:last-of-type {
	margin-bottom: 10px;
}
*/

/* department */
body.department #sidebar {
	margin-top: 40px;
}

}

/*widget*/
#crWidget {
    height: 700px !important;
	width: 500px !important;
}

@media (min-width: 900px) and (max-width: 1200px) {

	/*
nav ul.nav li div.roles-overlay { 
	width: 600px; 
}
	*/
	
}


@media (min-width: 990px) {
	
header {
	background: url(../images/bg-header-tn.jpg) repeat-x 0 0 / contain;
}

}


@media (min-width: 1025px) {

/*
nav {
	margin-left: 10%;
	margin-top: 5px;
}

nav ul.nav li div.roles-overlay {
	margin-left: 9.8%;
}
*/


}

.fbrwpdst {
	padding-left: 0px;
	padding-right: 0px;
}

/* HGT Settings - FB
-------------------------------------------------- */

.hgt-set-01 {
	height:1px;
}

.hgt-set-02 {
	height:2px;
}

.hgt-set-03 {
	height:3px;
}

.hgt-set-04 {
	height:4px;
}

.hgt-set-05 {
	height:5px;
}

.hgt-set-10 {
	height:10px;
}

.hgt-set-15 {
	height:15px;
}

.hgt-set-20 {
	height:20px;
}

.hgt-set-25 {
	height:25px;
}

.hgt-set-30 {
	height:30px;
}

.hgt-set-35 {
	height:35px;
}

.hgt-set-40 {
	height:40px;
}

.hgt-set-50 {
	height:50px;
}

.hgt-set-60 {
	height:60px;
}

.mgt-tp-30 {
	margin-top:30px;
}

.mgt-tp-bt-nn {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pdd-lt-18 {
	padding-left:18px;
}

.pdd-row-fxctmp {
	padding-right:0px; 
	padding-left:0px;
}

.ldpttlbdst2 {
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	width: 100%;
	font-weight: bold;
}

.ldpttlbdst2 {
	border-bottom: 2px solid #aaa;
	margin-bottom: 15px;
	width: 100%;
	font-weight: bold;
}

.fbheadsppdtn {
	padding-top: 10px;
}

/* Stay Connected
-------------------------------------------------- */

.stycontst {
	width: 35px;
	height: 35px;
}

/* FB - TTS Settings
-------------------------------------------------- */

.fb-image-center {
	display:block;
	margin:auto;
}

.fb-image-right {
	float:right;
}

.fb-image-left {
	float:left;
}

/* Alert Status Information - FB
-------------------------------------------------- */
#FBAlert {
	margin: 0px;
}

#FBAme {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 13.5px; 
	text-align: left;
	padding-left: 25px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	background-color: #C80000;
	color: #FFFFFF;
	margin: 0px;
}

#FBAne {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 13.5px; 
	text-align: left;
	padding-left: 25px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	background-color: #0077C7;
	color: #FFFFFF;
	margin: 0px;
}

.FBAclink {
	color: #ffffff !important;
}

.FBAclink:hover {
	color: #ffe400;
}

.FBAclink:focus {
	color: #ffe400;
}

.FBActitle {
	font-family: sans-serif;
	font-size:18px;
}

@media (max-width: 480px) { 
	
	.FBActitle {
		font-size:16px;
	}
	
}

.FBAcDirect {
	padding-left:50px; 
	padding-right:50px; 
	padding-top:50px; 
	padding-bottom:50px; 
	font-family: Raleway, sans-serif;
	font-size:18px;
	background-color:#253690;
}

.FBANoteOr {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size: 13.5px; 
	text-align: left; 
}

.FBANote {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size: 13.5px; 
	text-align: left; 
	color:#C80000;
}


/* Home & Regular Content Header Buttons - Starts - FB
-------------------------------------------------- */
	
.FBButtonHome {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	/* line-height: 40px; */
	line-height: 20px;
	color: #FFFFFF !important;
	list-style-type: none;
	background-color: #00205B;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	transition: background 0.5s ease-in-out;
	/* display: block; */
	display: inline-table;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	height: 40px;
	width: 100%;
}

a.FBButtonHome:link {
	color: #FFFFFF !important;
	background-color: #00205B;
	text-decoration: none;
}

a.FBButtonHome:focus {
	color: #FFFFFF !important;
	background-color: #BF0D3E;
}

a.FBButtonHome:hover {
	color: #FFFFFF !important;
	background-color: #BF0D3E;
}

.FBButtonSearch {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 40px;
	color: #FFFFFF !important;
	list-style-type: none;
	background-color: #315A87;
	padding-left: 10px;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	transition: background 0.5s ease-in-out;
	display: block;
	margin: 0px;
	height: 40px;
	width: 100%;
}

.FBButtonSearch:hover {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 40px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #BF0D3E;
	list-style-image:none
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 40px;
	width: 100%;
}

a.FBButtonSearch:hover {
	color: #FFFFFF;
	background-color: #BF0D3E;
}

a.FBButtonSearch:active {
	color: #FFFFFF;
	background-color: #BF0D3E;
}

a.FBButtonSearch:focus {
	color: #FFFFFF;
	background-color: #BF0D3E;
}

.FBButton {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 32px;
	color: #FFFFFF !important;
	list-style-type: none;
	background-color: #00205B;
	padding-left: 10px;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 32px;
	width: 100%;
}

.FBButton:hover {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 32px;
	color:  !important;
	list-style-type: none;
	background-color: #BF0D3E;
	list-style-image:none
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 32px;
	width: 100%;
}

a.FBButton:hover {
	color: #FFFFFF !important;
	background-color: #BF0D3E;
}

a.FBButton:active {
	color: #FFFFFF !important;
	background-color: #BF0D3E;
}

a.FBButton:focus {
	color: #FFFFFF !important;
	background-color: #BF0D3E;
}

.FBHeading {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 32px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #676F7E;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 32px;
	width: 100%;
}

.FBHeadingNav {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 40px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #939ca7;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 40px;
	width: 100%;
}
	
.FBHeadingGray {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 40px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #939ca7;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 40px;
	width: 100%;
}

.FBHeadingDarkBlue {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 32px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #101046;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 32px;
	width: 100%;
}

.FBHeadingDarkBlue:hover  {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 32px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #101046;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 32px;
	width: 100%;
}

/* Content Box Region - Starts - FB
-------------------------------------------------- */

.FBBox {
	padding-left:15px; 
	padding-right:15px; 
	padding-top:15px; 
	padding-bottom:15px;
}

/* USA in the News - Version 1 - FB
-------------------------------------------------- */

.NWS1-DW-Box {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #727272;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS1-DW-Line {
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 1px;
	width: 100%;
}

.NWS1-DW-Links {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #757575;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS1-DW-Links:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	color: #787878;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #eaeaea;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* USA in the News - Version 2 - FB
-------------------------------------------------- */

.NWS2-DW-Box {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #00487f;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS2-DW-Line {
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 1px;
	width: 100%;
}

.NWS2-DW-Links {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #376a9e;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS2-DW-Links:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	color: #275481;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #dedede;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* BC 
-------------------------------------------------- */

.BCV1-Active {
	font-family: "Sofia Pro Regular", sans-serif;
	font-size: 15px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	border-radius: 25px;
    padding-left:5px;
	padding-right:5px;
	background-color: #3598dc;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.BCV1-Off {
	font-family: "Sofia Pro Regular", sans-serif;
	font-size: 15px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	border-radius: 25px;
    padding-left:5px;
	padding-right:5px;
	background-color: #999999;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* USA in the News - Version 3 - FB
-------------------------------------------------- */

.NWS3-DW-Box {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #003467;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS3-DW-Box-2l {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #3c71a6;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS3-DW-Box-2l:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #AC1639; 
}

.NWS3-DW-Box-2l:focus {
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #AC1639; 
}

.NWS3-DW-Line {
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 1px;
	width: 100%;
}

.NWS3-DW-Links {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #0b437b;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS3-DW-Links:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	color: #00144f;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #dedede;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* USA in the News - Version 4 - FB
-------------------------------------------------- */

.NWS4-DW-FBTitle {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	color: #4b4b4b;
	text-align: center;
	text-decoration: none;
}

.NWS4-DW-BoxGray {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #000000;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #dcdcdc;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-BoxGray-nws34 {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #000000;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-BoxGray-nws35 {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #000000;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-BoxGray-SM {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	float: inherit;
	color: #000000;
	list-style-type: none;
    padding-left:2px;
	padding-right:2px;
	background-color: #dcdcdc;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-BoxLightGray {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #000000;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #f5f5f5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-BoxRed {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #AC1639;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-BoxWSBlue {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #4384d5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-Box {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:5px;
	padding-right:5px;
	background-color: #003467;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-Line {
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 1px;
	width: 100%;
}

.NWS4-DW-B {
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #003467;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 10px;
	width: 100%;
}

.NWS4-DW-E {
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #dcdcdc;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 10px;
	width: 100%;
}

.NWS4-DW-LinksGray {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #ebebeb;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGray:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #00144f;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGray a {
	color: #214D73;
}

.NWS4-DW-LinksGrayBlueHov {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #f0f0f0;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGrayBlueHov:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #469ada;
	text-align: left;
    text-decoration:underline #469ada;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGrayBlueHov:link {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #469ada;
	text-align: left;
    text-decoration:underline #469ada;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGrayBlueHovCal {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #469ada;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	width: 100%;
}

.NWS4-DW-LinksGrayBlueHovCal a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #469ada;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	width: 100%;
}

.NWS4-DW-LinksGrayBlueHovCal a:visited {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #469ada;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	width: 100%;
}

.NWS4-DW-LinksGrayBlueHovCal:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #c80000;
	text-align: center;
    text-decoration:none;
	vertical-align: middle;
	display: block;
	width: 100%;
}

.NWS4-DW-LinksWhiteHov {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksWhiteHov:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #469ada;
	text-align: left;
    text-decoration:underline #469ada;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksWhiteHov:link {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #469ada;
	text-align: left;
    text-decoration:underline #469ada;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGray5pix {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #ebebeb;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-LinksGray5pix:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
    padding-left:10px;
	padding-right:10px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #1a5195;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-Links {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #0b437b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS4-DW-Links:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #00144f;
	list-style-type: none;
    padding-left:15px;
	padding-right:15px;
    padding-bottom:10px;
	padding-top:10px;
	background-color: #dedede;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* USA in the News - Version 5 - FB
-------------------------------------------------- */

.NWS5-DW-Standard {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	/* display: block; */
	display: inline-block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard a {
	text-decoration: underline;
}
	
.NWS5-DW-Standard:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	/* display: block; */
	display: inline-block;
	margin: 0px;
	width: 100%;
}

.NWS-DW8-Standard {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
	float: inherit;
	color: #242424;
	list-style-type: none;
	padding: 10px;
	background-color: #f7f7f7;
	text-align: left;
	width: 100%;
}

.NWS-DW8-Standard a {
	text-decoration: underline;
}

.NWS5-DW-Standard-Center {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #f7f7f7;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-Center:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #f7f7f7;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard-Center-Linked {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #f7f7f7;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-Center-Linked:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #c80000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard-Center-LBlue {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #dff1fe;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-Center-LBlue:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #dff1fe;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard-Center-LRed {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #ffd5d5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-Center-LRed:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #ffd5d5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard-Center-LGreen {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #dffeeb;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-Center-LGreen:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #dffeeb;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard-White {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-White:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard-WhiteB {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard-WhiteB:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS5-DW-Standard5pix {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:6px;
	padding-top:6px;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}
	
.NWS5-DW-Standard5pix:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:6px;
	padding-top:6px;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* USA in the News - Version 6 - FB
-------------------------------------------------- */

.NWS6-DW-BoxGray {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:35px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #5b6f89;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxGray:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;

	font-size: 14.5px;
	line-height:35px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #117EB0;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxGray:focus {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:35px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #117EB0;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxBlue {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:35px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #1b4d7c;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxBlue:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:35px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #1b4d7c;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxBlue:link {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:35px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #1b4d7c;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxRed {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:40px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #aa0014;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxRed:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:40px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #aa0014;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.NWS6-DW-BoxRed:link {
	font-family: "Helvetica Neue", Helvetica, Arial, "Raleway", sans-serif;
	font-size: 14.5px;
	line-height:40px;
	float: inherit;
	color: #FFFFFF !important;
	list-style-type: none;
	padding-left:15px;
	padding-right:5px;
	background-color: #aa0014;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

/* In the News */

.inthenews-section {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
}

.inthenews-section img {
	width: 60px !important;
	height: 60px !important;
	margin-left: 5px !important;
}

.inthenews-section a {
	display: block;
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
}

.inthenews-cs1 {
	width: 80px;
	float: left;
	margin-right: 5px;
}

.inthenews-cs2 {
	padding-right: 25px;
}

/* Mobile Col */

.fb-row-div .row .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
}

.fb-col-div-md-6 {
        display: flex;
}

.fb-col-div-md-6 span {
        display: inline-block;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 25px;
}

.fb-col-div-md-6 span img {
        margin: auto;
}

/* Farzam New Item - FB
-------------------------------------------------- */

.FarzamNewItem {
	background-color:#18A555;
	color:#FFFFFF;
	text-align:center;
	width:50px;
}

/* Make Any YouTube Embedded iframe Code Responsive
-------------------------------------------------- */

.FBVideoContainer {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.FBVideoContainer iframe, .FBVideoContainer object, .FBVideoContainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* WS Return Link
-------------------------------------------------- */

.WSReturn-Link-Blue {
	font-family: Helvetica, "Raleway", sans-serif;
	font-size: 14px;
	color: #2a6496;
}

/* DiscoveringWebBox - Used for Collapsible Item List 1A - Updated Version
-------------------------------------------------- */

.DiscoveringWebBox-1A {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-1A:link {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-1A:visited {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #505050;
	list-style-type: none;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-1A:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #2b6ea8;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-1A:focus {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #447fbe;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-1A:active {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #505050;
	list-style-type: none;
	background-color: #f7f7f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

/* DiscoveringWebBox - Used for Collapsible Item List 2
-------------------------------------------------- */

.DiscoveringWebBox {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #00205B;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox:link {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #00205B;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox:visited {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #00205B;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #BF0D3E;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox:focus {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #BF0D3E;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox:active {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #00205B;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

.cstcoll91c449 {
	font-family: "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #00205b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.cstcoll91c449:link {
	font-family: "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #00205b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.cstcoll91c449:hover {
	font-family: "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #91c449;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.cstcoll91c449:focus {
	font-family: "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #91c449;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

/* DiscoveringWebBox - Used for Collapsible Item List 3
-------------------------------------------------- */

.DiscoveringWebBox-3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #22568b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 25px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox-3:link {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #22568b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 25px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox-3:visited {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #22568b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 25px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox-3:hover {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #ce3939;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 20px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox-3:focus {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #ce3939;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 20px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

a.DiscoveringWebBox-3:active {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	float: inherit;
	line-height: 20px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #22568b;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 20px;
	margin-top:8px
	height: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

/* DiscoveringWebBox - Used for Collapsible Item List 3B - Updated Version
-------------------------------------------------- */

.DiscoveringWebBox-3B {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #2762a1;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-3B:link {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #2762a1;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-3B:visited {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #2762a1;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-3B:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #BF0D3E;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-3B:focus {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #BF0D3E;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-3B:active {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #2762a1;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

/* DiscoveringWebBox - Used for Collapsible Item List 4A
-------------------------------------------------- */

.DiscoveringWebBox-4A {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-4A:link {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #1b4d7c;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-4A:visited {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-4A:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #bf0d3e;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-4A:focus {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #bf0d3e;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.DiscoveringWebBox-4A:active {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

.fbpanel-4a
{
	border-color: #FFF;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,0.05);
}

/* Trc settings */

.trackinfo1 {
	background-color: #1e7141;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-family: "Sofia Pro Light";
	font-size: 12.5px;
	transition: background 0.5s ease-in-out;
	display:none;
}

.trackinfo1:link {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #1e7141;
	color: #FFFFFF;
	text-decoration: none;
}

.trackinfo1:hover {
	background-color: #117EB0;
	color: #FFFFFF;
}

.trackinfo1:focus {
	background-color: #117EB0;
	color: #FFFFFF;
}

/* CT - Social Media - FB
-------------------------------------------------- */

.smfacebook { 
    width: 25px; 
	height: 25px; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	background: url('https://www.southalabama.edu/departments/webservices/images/hcfolder/ctfacebook.png') no-repeat; 
} 

.smfacebook:hover { 
    opacity: 0.3; 
	filter: alpha(opacity=30); 
}

.smtwitter { 
    width: 25px; 
	height: 25px; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	background: url('https://www.southalabama.edu/departments/webservices/images/hcfolder/cttwitter.png') no-repeat; 
} 

.smtwitter:hover { 
    opacity: 0.3; 
	filter: alpha(opacity=30); 
}

.smyoutube { 
    width: 25px; 
	height: 25px; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	background: url('https://www.southalabama.edu/departments/webservices/images/hcfolder/ctyoutube.png') no-repeat; 
} 

.smyoutube:hover { 
    opacity: 0.3; 
	filter: alpha(opacity=30); 
}

.sminstagram { 
    width: 25px; 
	height: 25px; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	background: url('https://www.southalabama.edu/departments/webservices/images/hcfolder/ctinstagram.png') no-repeat; 
} 

.sminstagram:hover { 
    opacity: 0.3; 
	filter: alpha(opacity=30); 
}

/* CT - Social Media - FB - ENDS HERE
-------------------------------------------------- */



/* FB-BTSCAL
-------------------------------------------------- */

#fb-btscal {
  margin:0px;
  padding:0px;
}

#fb-btscal .col-md-3 {
  width: 20%;
}

#fb-btscal .col-md-9 {
  width: 80%;
}


/* Custom Recreation Center Snippet Social Media Style Sheet Elements Start Here - FB
-------------------------------------------------- */

.csssocialmediatb {
	float: left;
	line-height: 50px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom:1px #E3E3E3 solid;
	border-top:1px #E3E3E3 solid;
	border-left:1px #E3E3E3 solid;
	border-right:1px #E3E3E3 solid;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 50px;
	width: 85px;
}

.csssocialmediatb a {
	float: left;
	line-height: 50px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom:1px #E3E3E3 solid;
	border-top:1px #E3E3E3 solid;
	border-left:1px #E3E3E3 solid;
	border-right:1px #E3E3E3 solid;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 50px;
	width: 85px;
}

.csssocialmediatb a:hover {
	float: left;
	line-height: 50px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #E9E9E9;
	text-align: center;
	border-bottom:1px #E3E3E3 solid;
	border-top:1px #E3E3E3 solid;
	border-left:1px #E3E3E3 solid;
	border-right:1px #E3E3E3 solid;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 50px;
	width: 85px;
}

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

/* Custom Recreation Center Snippet Social Media Style Sheet Elements Ends Here - FB
-------------------------------------------------- */

/* KLh added 4/9/15 */
.khhomebtn:hover { background-color:lightgray;}


/* Import Bulletin Table Snippet 11/12/2015 - FB
-------------------------------------------------- */

.tableib > thead > tr > th,  .tableib > tbody > tr > th, .tableib > tfoot > tr > th,  .tableib > thead > tr > td,  .tableib > tbody > tr > td,  .tableib > tfoot > tr > td {
padding: 4px;
font-size:14px;
line-height: 1.4;
border-bottom: 1px solid #ddd;
}

td.ou_table-section {
  background-color: #ECECEC;
}

tableib#bulletin{margin-top:10px;}
tableib#bulletin thead tr th {
    background: none repeat scroll 0 0 #003366;
    color: #FFFFFF;
}

.tableib-striped > tbody > tr:nth-child(2n+1) > td, .tableib-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #ECECEC;
}

/* Only at screen widths that are at least 992 pixels wide. */
@media (min-width: 992px) { 

    /* 50%/50% width */
    tableib.two-column thead tr th,
    tableib.two-column tbody tr td{
        width:50%;
    }
    
    /* 40%/60% width */
    tableib.fourty-sixty thead tr th:first-child,
    tableib.fourty-sixty tbody tr td:first-child{
        width:40%;
    }
    tableib.fourty-sixty thead tr th:last-child,
    tableib.fourty-sixty tbody tr td:last-child{
        width:60%;
    }
    
    /* 60%/40% width */
    tableib.sixty-fourty thead tr th:first-child,
    tableib.sixty-fourty tbody tr td:first-child{
        width:60%;
    }
    tableib.sixty-fourty thead tr th:last-child,
    tableib.sixty-fourty tbody tr td:last-child{
        width:40%;
    }

   /* 30%/70% width */
    tableib.thirty-seventy thead tr th:first-child,
    tableib.thirty-seventy tbody tr td:first-child{
        width:30%;
    }
    tableib.thirty-seventy thead tr th:last-child,
    tableib.thirty-seventy tbody tr td:last-child{
        width:70%;
    }
    
    /* 70%/30% width */
    tableib.seventy-thirty thead tr th:first-child,
    tableib.seventy-thirty tbody tr td:first-child{
        width:70%;
    }
    tableib.seventy-thirty thead tr th:last-child,
    tableib.seventy-thirty tbody tr td:last-child{
        width:30%;
    }
    
    /* 33%/34%/33% width */
    tableib.three-column thead tr th:first-child,
    tableib.three-column tbody tr td:first-child{
        width:33%;
    }
    tableib.three-column thead tr th:nth-child(2),
    tableib.three-column tbody tr td:nth-child(2){
        width:34%;
    }
    tableib.three-column thead tr th:last-child,
    tableib.three-column tbody tr td:last-child{
        width:33%;
    }
   /* 25%/25%/50% width */
    tableib.three-col252550 thead tr th:first-child,
    tableib.three-col252550 tbody tr td:first-child{
        width:25%;
    }
    tableib.three-col252550 thead tr th:nth-child(2),
    tableib.three-col252550 tbody tr td:nth-child(2){
        width:25%;
    }
    tableib.three-col252550 thead tr th:last-child,
    tableib.three-col252550 tbody tr td:last-child{
        width:50%;
    }
    
}

tableib.bulletin-table{margin-top:10px;}
tableib.bulletin-table thead tr th {
    background: none repeat scroll 0 0 #003366;
    color: #FFFFFF;
}

/* Import Bulletin Table Snippet 11/12/2015 END - FB
-------------------------------------------------- */


/* Spec Faculty Template Heading CSS Settings Replacing HTML elements 02/08/2016 - FB
-------------------------------------------------- */

.factnamehead {
	font-family: "PT Sans", san-serif; 
	font-size: 24px; 
	color:#00376B;
}

.factacdahead {
	font-family: "PT Sans", san-serif; 
	font-size: 19px; 
	color:#00376B;
}

.factstaffhead {	
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	float: inherit;
	color: #000000;
	list-style-type: none;
	line-height: 35px; 
    padding-left:10px;
	padding-right:5px;
	background-color: #eff3f7;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	width: 100%;
}

.factstaffsocbg {
	background-color: #00376b; 
	color:#FFFFFF;
	text-align:center;
	line-height:40px;
	height:40px;
	letter-spacing:5px;
}

/* Spec Faculty Template Heading CSS Settings - Ends 02/08/2016 - FB
-------------------------------------------------- */

.prlxbtfxapp {
	margin-top: -240px;
}

/* Web Alternative Titles -  02/10/2016 - FB
-------------------------------------------------- */

.Web-Alternative-Title-H4 {
	color: #231f20; 
	font-family: "PT Sans",sans-serif; 
	font-size: 18px; 
	font-weight:bold; 
}

.Alternative-H1 {
	font-family: "Raleway", sans-serif;
	font-size: 27px; 
	font-weight:normal; 
	text-rendering: optimizelegibility;
	color: #000000;
}

.Alternative-H2 {
	font-family: "Raleway", sans-serif;
	font-size: 24px; 
	font-weight:normal;
	text-rendering: optimizelegibility;
	color: #000000;
}

.Alternative-H3 {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight:normal; 
	text-rendering: optimizelegibility;
	color: #000000;
}

.Alternative-H4 {
	font-family: "Raleway", sans-serif;
	font-size: 18px; 
	font-weight:normal;
	text-rendering: optimizelegibility;
	color: #000000;
}

.Alternative-H5 {
	font-family: "Raleway", sans-serif;
	font-size: 16px; 
	font-weight:normal;
	text-rendering: optimizelegibility;
	color: #000000;
}

.Alternative-H6 {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight:normal; 
	text-rendering: optimizelegibility;
	color: #000000;
}

.disqsocmed{
	font-weight:700;
	font-family:"Helvetica Neue",arial,sans-serif;
	font-size:15px;
	color:#47575C;
}

/* FB Animation Actions */

.fb-animation-action {
	font-family: "Sofia Pro Light";
	font-size: 15px;
	display: block;
	position: absolute;
	z-index: 200;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 992px) { 

	.fb-animation-action {
		font-size: 11px;
		margin-top: 8px;
		margin-left: 8px;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.fb-animation-action span {
		display: none;
	}

}

/* FB Center Map */

.fbcentermap {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

/* FB Nav Bar Custom Settings */
	
nav2 {
  display: block;
}

.nav2 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav2:before,
.nav2:after {
  display: table;
  content: " ";
}

.nav2:after {
  clear: both;
}

.nav2:before,
.nav2:after {
  display: table;
  content: " ";
}

.nav2:after {
  clear: both;
}

.nav2 > li {
  position: relative;
  display: block;
  font-size:14px;
}

.nav2 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color:#f5f5f5;
  color:#000000;
  text-align:center;
}

.nav2 > li > a:hover,
.nav2 > li > a:focus {
  text-decoration: none;
  background-color: #595959;
  color:#FFFFFF;
}

.nav2 > li.disabled > a {
  color: #999999;
}

.nav2 > li.disabled > a:hover,
.nav2 > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav2 .open > a,
.nav2 .open > a:hover,
.nav2 .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b6ea8;
}

.nav2 .open > a .caret,
.nav2 .open > a:hover .caret,
.nav2 .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav2 .nav2-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav2 > li > a > img {
  max-width: none;
}

.nav2-tabs {
  border-bottom: 0px solid #FFFFFF;
}

.nav2-tabs > li {
  float: left;
}

.nav2-tabs > li > a {
  line-height: 2;
  border: 1px solid #dddddd;
  padding-left:20px;
  padding-right:20px;
  height:50px;
  text-decoration:none;
}

.nav2-tabs > li > a:hover {
  border-color: #a8a8a8 #a8a8a8 #a8a8a8;
}

.nav2-tabs > li.active > a,
.nav2-tabs > li.active > a:hover,
.nav2-tabs > li.active > a:focus {
  color: #FFFFFF;
  cursor: default;
  background-color: #1b4d7c;
  border-top: 1px solid #00376b;
  border-bottom: 1px solid #00376b;
  border-right: 1px solid #00376b;
  border-left: 1px solid #00376b;
}

.nav2-tabs.nav2-justified {
  width: 100%;
  border-bottom: 0;
}

.nav2-tabs.nav2-justified > li {
  float: none;
}

.nav2-tabs.nav2-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav2-tabs.nav2-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav2-tabs.nav2-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav2-tabs.nav2-justified > li > a {
    margin-bottom: 0;
  }
}

.nav2-tabs.nav2-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav2-tabs.nav2-justified > .active > a,
.nav2-tabs.nav2-justified > .active > a:hover,
.nav2-tabs.nav2-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav2-tabs.nav2-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav2-tabs.nav2-justified > .active > a,
  .nav2-tabs.nav2-justified > .active > a:hover,
  .nav2-tabs.nav2-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav2-pills > li {
  float: left;
}

.nav2-pills > li > a {
  border-radius: 4px;
}

.nav2-pills > li + li {
  margin-left: 2px;
}

.nav2-pills > li.active > a,
.nav2-pills > li.active > a:hover,
.nav2-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2b6ea8;
}

.nav2-pills > li.active > a .caret,
.nav2-pills > li.active > a:hover .caret,
.nav2-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav2-stacked > li {
  float: none;
}

.nav2-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav2-justified {
  width: 100%;
}

.nav2-justified > li {
  float: none;
}

.nav2-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav2-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav2-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav2-justified > li > a {
    margin-bottom: 0;
  }
}

.nav2-tabs-justified {
  border-bottom: 0;
}

.nav2-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav2-tabs-justified > .active > a,
.nav2-tabs-justified > .active > a:hover,
.nav2-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav2-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav2-tabs-justified > .active > a,
  .nav2-tabs-justified > .active > a:hover,
  .nav2-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav2 .caret {
  border-top-color: #2b6ea8;
  border-bottom-color: #2b6ea8;
}

.nav2 a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav2-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
	
/* FB Nav Bar Custom Settings */	
	
nav3 {
  display: block;
}

.nav3 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav3:before,
.nav3:after {
  display: table;
  content: " ";
}

.nav3:after {
  clear: both;
}

.nav3:before,
.nav3:after {
  display: table;
  content: " ";
}

.nav3:after {
  clear: both;
}

.nav3 > li {
  position: relative;
  display: block;
  font-size:14px;
}

.nav3 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color:#f5f5f5;
  color:#000000;
  text-align:center;
}

.nav3 > li > a:hover,
.nav3 > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav3 > li.disabled > a {
  color: #999999;
}

.nav3 > li.disabled > a:hover,
.nav3 > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav3 .open > a,
.nav3 .open > a:hover,
.nav3 .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b6ea8;
}

.nav3 .open > a .caret,
.nav3 .open > a:hover .caret,
.nav3 .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav3 .nav3-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav3 > li > a > img {
  max-width: none;
}

.nav3-tabs {
  border-bottom: 0px solid #ffffff;
}

.nav3-tabs > li {
  float: left;
}

.nav3-tabs > li > a {
  line-height: 2;
  border: 1px solid #dddddd;
  padding-left:20px;
  padding-right:20px;
  height:50px;
}

.nav3-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav3-tabs > li.active > a,
.nav3-tabs > li.active > a:hover,
.nav3-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: 4px solid #06315b;
  border-bottom-color: transparent;
}

.nav3-tabs.nav3-justified {
  width: 100%;
  border-bottom: 0;
}

.nav3-tabs.nav3-justified > li {
  float: none;
}

.nav3-tabs.nav3-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav3-tabs.nav3-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav3-tabs.nav3-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav3-tabs.nav3-justified > li > a {
    margin-bottom: 0;
  }
}

.nav3-tabs.nav3-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav3-tabs.nav3-justified > .active > a,
.nav3-tabs.nav3-justified > .active > a:hover,
.nav3-tabs.nav3-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav3-tabs.nav3-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav3-tabs.nav3-justified > .active > a,
  .nav3-tabs.nav3-justified > .active > a:hover,
  .nav3-tabs.nav3-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav3-pills > li {
  float: left;
}

.nav3-pills > li > a {
  border-radius: 4px;
}

.nav3-pills > li + li {
  margin-left: 2px;
}

.nav3-pills > li.active > a,
.nav3-pills > li.active > a:hover,
.nav3-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2b6ea8;
}

.nav3-pills > li.active > a .caret,
.nav3-pills > li.active > a:hover .caret,
.nav3-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav3-stacked > li {
  float: none;
}

.nav3-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav3-justified {
  width: 100%;
}

.nav3-justified > li {
  float: none;
}

.nav3-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav3-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav3-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav3-justified > li > a {
    margin-bottom: 0;
  }
}

.nav3-tabs-justified {
  border-bottom: 0;
}

.nav3-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav3-tabs-justified > .active > a,
.nav3-tabs-justified > .active > a:hover,
.nav3-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav3-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav3-tabs-justified > .active > a,
  .nav3-tabs-justified > .active > a:hover,
  .nav3-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav3 .caret {
  border-top-color: #2b6ea8;
  border-bottom-color: #2b6ea8;
}

.nav3 a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav3-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
	
/* FB Nav Bar Custom Settings */		
	
nav4 {
  display: block;
}

.nav4 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav4:before,
.nav4:after {
  display: table;
  content: " ";
}

.nav4:after {
  clear: both;
}

.nav4:before,
.nav4:after {
  display: table;
  content: " ";
}

.nav4:after {
  clear: both;
}

.nav4 > li {
  position: relative;
  display: block;
  font-size:14px;
}

.nav4 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color:#f5f5f5;
  color:#000000;
  text-align:center;
}

.nav4 > li > a:hover,
.nav4 > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav4 > li.disabled > a {
  color: #999999;
}

.nav4 > li.disabled > a:hover,
.nav4 > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav4 .open > a,
.nav4 .open > a:hover,
.nav4 .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b6ea8;
}

.nav4 .open > a .caret,
.nav4 .open > a:hover .caret,
.nav4 .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav4 .nav4-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav4 > li > a > img {
  max-width: none;
}

.nav4-tabs {
  border-bottom: 0px solid #FFFFFF;
}

.nav4-tabs > li {
  float: left;
}

.nav4-tabs > li > a {
  line-height:1.75;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 0px;
  width:211px;
}

.nav4-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav4-tabs > li.active > a,
.nav4-tabs > li.active > a:hover,
.nav4-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 0px;
  border-left: 4px solid #06315b;
  border-right-color: transparent;
}

.nav4-tabs.nav4-justified {
  width: 100%;
  border-bottom: 0;
}

.nav4-tabs.nav4-justified > li {
  float: none;
}

.nav4-tabs.nav4-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav4-tabs.nav4-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav4-tabs.nav4-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav4-tabs.nav4-justified > li > a {
    margin-bottom: 0;
  }
}

.nav4-tabs.nav4-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav4-tabs.nav4-justified > .active > a,
.nav4-tabs.nav4-justified > .active > a:hover,
.nav4-tabs.nav4-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav4-tabs.nav4-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav4-tabs.nav4-justified > .active > a,
  .nav4-tabs.nav4-justified > .active > a:hover,
  .nav4-tabs.nav4-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav4-pills > li {
  float: left;
}

.nav4-pills > li > a {
  border-radius: 4px;
}

.nav4-pills > li + li {
  margin-left: 2px;
}

.nav4-pills > li.active > a,
.nav4-pills > li.active > a:hover,
.nav4-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2b6ea8;
}

.nav4-pills > li.active > a .caret,
.nav4-pills > li.active > a:hover .caret,
.nav4-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav4-stacked > li {
  float: none;
}

.nav4-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav4-justified {
  width: 100%;
}

.nav4-justified > li {
  float: none;
}

.nav4-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav4-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav4-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav4-justified > li > a {
    margin-bottom: 0;
  }
}

.nav4-tabs-justified {
  border-bottom: 0;
}

.nav4-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav4-tabs-justified > .active > a,
.nav4-tabs-justified > .active > a:hover,
.nav4-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav4-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav4-tabs-justified > .active > a,
  .nav4-tabs-justified > .active > a:hover,
  .nav4-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav4 .caret {
  border-top-color: #2b6ea8;
  border-bottom-color: #2b6ea8;
}

.nav4 a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav4-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (min-width: 987px) and (max-width: 1192px) {

.nav4-tabs > li > a {
  width:175px;
}
	
}
	
/* FB Nav Bar Custom Settings */
	
nav5 {
  display: block;
}

.nav5 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav5:before,
.nav5:after {
  display: table;
  content: " ";
}

.nav5:after {
  clear: both;
}

.nav5:before,
.nav5:after {
  display: table;
  content: " ";
}

.nav5:after {
  clear: both;
}

.nav5 > li {
  position: relative;
  display: block;
  font-size:14px;
}

.nav5 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color:#f5f5f5;
  color:#000000;
  text-align:center;
}

.nav5 > li > a:hover,
.nav5 > li > a:focus {
  text-decoration: none;
  background-color: #525252;
  color:#FFFFFF;
}

.nav5 > li.disabled > a {
  color: #999999;
}

.nav5 > li.disabled > a:hover,
.nav5 > li.disabled > a:focus {
  color: #454545;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav5 .open > a,
.nav5 .open > a:hover,
.nav5 .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b6ea8;
}

.nav5 .open > a .caret,
.nav5 .open > a:hover .caret,
.nav5 .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav5 .nav5-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav5 > li > a > img {
  max-width: none;
}

.nav5-tabs {
  border-bottom: 0px solid #FFFFFF;
}

.nav5-tabs > li {
  float: left;
}

.nav5-tabs > li > a {
  line-height: 2;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 0px;
  width:211px;
  height:50px;
}

.nav5-tabs > li > a:hover {
  border-color: #cacaca #cacaca #cacaca;
}

.nav5-tabs > li.active > a,
.nav5-tabs > li.active > a:hover,
.nav5-tabs > li.active > a:focus {
  color: #FFFFFF;
  cursor: default;
  background-color: #1b4d7c;
  border-top: 1px solid #00376b;
  border-bottom: 1px solid #00376b;
  border-right: 1px solid #00376b;
  border-left: 1px solid #00376b;
}

.nav5-tabs.nav5-justified {
  width: 100%;
  border-bottom: 0;
}

.nav5-tabs.nav5-justified > li {
  float: none;
}

.nav5-tabs.nav5-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav5-tabs.nav5-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav5-tabs.nav5-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav5-tabs.nav5-justified > li > a {
    margin-bottom: 0;
  }
}

.nav5-tabs.nav5-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav5-tabs.nav5-justified > .active > a,
.nav5-tabs.nav5-justified > .active > a:hover,
.nav5-tabs.nav5-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav5-tabs.nav5-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav5-tabs.nav5-justified > .active > a,
  .nav5-tabs.nav5-justified > .active > a:hover,
  .nav5-tabs.nav5-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav5-pills > li {
  float: left;
}

.nav5-pills > li > a {
  border-radius: 4px;
}

.nav5-pills > li + li {
  margin-left: 2px;
}

.nav5-pills > li.active > a,
.nav5-pills > li.active > a:hover,
.nav5-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2b6ea8;
}

.nav5-pills > li.active > a .caret,
.nav5-pills > li.active > a:hover .caret,
.nav5-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav5-stacked > li {
  float: none;
}

.nav5-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav5-justified {
  width: 100%;
}

.nav5-justified > li {
  float: none;
}

.nav5-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav5-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav5-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav5-justified > li > a {
    margin-bottom: 0;
  }
}

.nav5-tabs-justified {
  border-bottom: 0;
}

.nav5-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav5-tabs-justified > .active > a,
.nav5-tabs-justified > .active > a:hover,
.nav5-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav5-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav5-tabs-justified > .active > a,
  .nav5-tabs-justified > .active > a:hover,
  .nav5-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav5 .caret {
  border-top-color: #2b6ea8;
  border-bottom-color: #2b6ea8;
}

.nav5 a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav5-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* FB Select Tiers */

.fb-select-alltiers-title {
  font-family: "Sofia Pro Regular";
  font-size:16px;
  font-weight:100;
  color:#646464;
  padding-top:10px;
  padding-bottom:10px;
}

.fb-select-alltiers-title-cnt {
  font-family: "Sofia Pro Regular";
  font-size:16px;
  font-weight:100;
  color:#646464;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
}

.fb-select-alltiers-bd {
  font-family: "Sofia Pro Regular";
  font-size:15px;
  font-weight:100;
  color:#555555;
}

.fb-select-alltiers-bdr {
  font-family: "Sofia Pro Regular";
  font-size:15px;
  font-weight:100;
  color:#FB0105;
}

.fb-select-tier-1 {
  font-family: "Sofia Pro Regular";
  font-size:15px;
  font-weight:100;
  list-style-type:none;
  text-align:center;
  float:left;
  width:100%;
  height:80px;
  line-height:50px;
}
	
.fb-select-tier-1 label, .fb-select-tier-1 input {
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
	
.fb-select-tier-1 input[type="radio"] {
  opacity:0.01;
  z-index:100;
}
	
.fb-select-tier-1 input[type="checkbox"] {
  opacity:0.01;
  z-index:100;
}
	
.fb-select-tier-1 input[type="radio"]:checked + label,
.Checked + label {
  background:#aeebff;
}
	
.fb-select-tier-1 input[type="checkbox"]:checked + label,
.Checked + label {
  background:#99dcac;
}
	
.fb-select-tier-1 label {
  padding:5px;
  border:1px solid #CCC; 
  cursor:pointer;
  z-index:90;
}
	
.fb-select-tier-1 label:hover {
  background:#e7e7e7;
}
	
.fb-select-tier-1-label {
  font-weight:100;
}
	
.fb-select-tier-1-fst {
  font-family: 'Sofia Pro Regular';
}
	
.fb-select-tier-1-terms {
  background-color:#ECECEC; 
  border: 1px solid transparent; 
  -webkit-box-shadow: inset 0 0px 0px #fff; 
  padding:25px;
}
	
.fb-select-tier-1-hr {
  border-color:#E6E6E6;
}
	
.fb-select-tier-1-notice {
  color:#FB0105; 
}


/* FB Expand Content */

.expandcontent {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	background:#FBFBFB;
}

.expandcontent:after {
	position: absolute;
	width:70%;
	height:70%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width:1600px) {

	.expandcontent {
		height: auto !important;
	}

}
	
.expandcontenttlt {
	font-family: Raleway, "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:normal;
	padding-bottom: 8px;
}

.expandcontent img {
        width: 100%;
        margin: auto;
}
	
.expandcontentcnt {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
}
	
.expandcontentbr {
	padding-bottom:20px;
}

.expandimgctr {
	display:block;
    margin-left:auto;
    margin-right:auto;
}

.expandcontentbrmin {
	padding-bottom:10px;
}

.expandcontent:hover {
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontent:focus {
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontent:link {
	color:#606060;
	text-decoration: none;
}
	
.expandcontent:visited {
	color:#606060;
}

.expandcontent:hover:after {
    opacity: 1;
}

.expandmcbst {
	width:300px; 
	height:125px;
}

.expandmcbst:hover {
	width:300px; 
	height:125px;
}

/* FB Expand Content */

.expandcontentvc3 {
	width:190px;
	height:325px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	background:#FBFBFB;
}

.expandcontentvc3:after {
	position: absolute;
	width:70%;
	height:70%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
	
.expandcontentvc3tlt {
	font-family: Raleway, "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:normal;
}
	
.expandcontentvc3cnt {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
}
	
.expandcontentvc3:hover {
	width:190px;
	height:325px;
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontentvc3:link {
	color:#606060;
}
	
.expandcontentvc3:visited {
	color:#606060;
}

.expandcontentvc3:hover:after {
    opacity: 1;
}

/* FB Expand Content */

.expandcontentvc4 {
	width:190px;
	height:160px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	background:#FBFBFB;
}

.expandcontentvc4:after {
	position: absolute;
	width:70%;
	height:70%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
	
.expandcontentvc4tlt {
	font-family: Raleway, "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:normal;
}
	
.expandcontentvc4cnt {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
}
	
.expandcontentvc4:hover {
	width:190px;
	height:160px;
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontentvc4:link {
	color:#606060;
}
	
.expandcontentvc4:visited {
	color:#606060;
}

.expandcontentvc4:hover:after {
    opacity: 1;
}

/* FB Expand Content */

.expandcontentvc5 {
	width:262px;
	height:220px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	background:#FBFBFB;
}

.expandcontentvc5:after {
	position: absolute;
	width:70%;
	height:70%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
	
.expandcontentvc5tlt {
	font-family: Raleway, "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:normal;
}
	
.expandcontentvc5cnt {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
}
	
.expandcontentvc5:hover {
	width:262px;
	height:220px;
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontentvc5:link {
	color:#606060;
}
	
.expandcontentvc5:visited {
	color:#606060;
}

.expandcontentvc5:hover:after {
    opacity: 1;
}

/* FB Expand Content */

.expandcontentvc6 {
	width:262px;
	height:300px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	background:#FBFBFB;
}

.expandcontentvc6:after {
	position: absolute;
	width:70%;
	height:70%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
	
.expandcontentvc6tlt {
	font-family: Raleway, "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:normal;
}
	
.expandcontentvc6cnt {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}
	
.expandcontentvc6:hover {
	width:262px;
	height:300px;
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontentvc6:link {
	color:#606060;
}
	
.expandcontentvc6:visited {
	color:#606060;
}

.expandcontentvc6:hover:after {
    opacity: 1;
}

/* FB Expand Content */

.expandcontentvc7 {
	width:190px;
	height:250px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none !important;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	background:#FBFBFB;
}

.expandcontentvc7:after {
	position: absolute;
	width:70%;
	height:70%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
	
.expandcontentvc7tlt {
	font-family: Raleway, "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:normal;
}
	
.expandcontentvc7cnt {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
}
	
.expandcontentvc7:hover {
	width:190px;
	height:250px;
	background:#e3f7ff;
	border: 1px solid #E2E2E2;
	text-decoration:none;
	transform: scale(1.1, 1.1);
	box-shadow: 0 1px 2px #D4D4D4;
}

.expandcontentvc7:link {
	color:#606060;
}
	

.expandcontentvc7:visited {
	color:#606060;
}

.expandcontentvc7:hover:after {
    opacity: 1;
}

/* FC */

.fc34hts {
	height: 147px;
}

/* FB - FORM SELECT LIST Settings */

.fb-sltgen {
	display: block;
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px !important;
	font-weight: normal;
	color: #fff;
	height: 40px !important;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 0px solid #aaa;
	background-color: #3C71AA;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-bottom: -30px;
}

.fb-sltgenf {
	display: block;
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px !important;
	font-weight: normal;
	color: #fff;
	height: 40px !important;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 0px solid #aaa;
	background-color: #3C71AA;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-bottom: -30px;
}

@media (max-width:980px) {
	
	.fb-sltgenf {
		margin-bottom: 10px;
	}
	
	.fb-sltgen {
		margin-bottom: -10px;
	}
	
	.fb-fmslta {
		margin-bottom: -60px;
	}
	
	.fb-fmsltb {
		margin-bottom: -40px;
	}
	
}

.fb-sltgen::-ms-expand {
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px !important;
	font-weight:normal;
	display: none;
}

.fb-sltgen:hover {
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px !important;
	font-weight:normal;
	border-color: #888;
}

.fb-sltgen:focus {
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px !important;
	font-weight:normal;
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #fff;
	outline: none;
}

.fb-sltgen option {
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px !important;
	font-weight:normal;
	background-color: #61778c;
	color: #fff;
}

/* Responsive Google Map */

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* FB GRD MJRS Settings */

.grdmcls-hdd {
	background-color:#efefef;
	height:40px;
}

.grdmcls-col1 {
    font-family: "Sofia Pro Regular";
	font-size:22px;
	font-weight:normal;
	padding-bottom:5px;
}

.grdmcls-col2 {
    font-family: "Sofia Pro Regular";
	font-size:22px;
	font-weight:normal;
	padding-top:50px;
	padding-bottom:5px;
}

.grdmcls-col3 {
	font-size:15px;
	font-weight:700;
}

.grdmcls-ttl {
    font-family: "Sofia Pro Regular";
	font-size:16px;
	font-weight:normal;
    padding-top:5px;
    padding-bottom:5px;
}

.grdmcls-bdy {
	font-size:15px;
}

.grdmcls-viw {
	width:70px;
	height:22px;
	display:block;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	line-height:22px;
	font-size:11.5px;
	color:#888888;
	border: 1px solid #E2E2E2;
	position: relative;
	text-decoration:none;
	background:#FBFBFB;
}

.grdmcls-viw:hover {
	text-align:center;
	background:#c2e3fe;
	border: 1px solid #E2E2E2;
	text-decoration:none;
}

/* FB Nav Bar Custom Settings */

/* Calendar Home CMS-TMP-APP Custom CSS Settings - Section 1 */

.evtsphtfive {
	height:5px;
}

.evtspht {
	height:20px;
}

.evtsphttw {
	height:17px;
}

.evtcce {
	font-size:16px;
}

.calusatpevthgtscds {
	background-color:#1d2c55;
}

/* Calendar Home CMS-TMP-APP Custom CSS Settings - Section 2 */

.fet-events h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding-top:5px;
  text-decoration:none;
}

.fet-events:hover h2 {
  text-decoration:none;
  color:#C80000;
}

.mcalfet-tlink {
  text-decoration:none;
}

.mcalfet-tlink a:hover {
  text-decoration:none;
  color:#C80000;
}

.calfet-events h2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 400;
  padding-top:15px;
}

.calhftpgtitle {
	padding-top:1px;
}

.calhftdate {
	font-family:"Sofia Pro Light";
	font-weight:100;
	font-size:22px;
	color:#FFFFFF;
}

.calhftimg {
	/*
	width:400px;
	height:250px;
	*/
	border: 0px solid #d3d3d3;
}

.calhfttitle {
	font-family:"Sofia Pro Black";
	font-weight:100;
	font-size:40px;
	color:#FFFFFF;
}

.calhfttitle:a {
	text-decoration:none;
}

.calhfttitle:hover {
	text-decoration:none;
}

.calhfttitle:link {
	text-decoration:none;
}

.calhftlocation {
	font-family:"Sofia Pro Light";
	font-weight:100;
	font-size:18px;
	color:#FFFFFF;
}

.calhftlocation:a {
	text-decoration:none;
}

.calhftlocation:hover {
	text-decoration:none;
}

.calhftlocation:link {
	text-decoration:none;
}

.fbevnttitlesz {
	font-size:16px;
}

.fbevnttitleszmh {
	font-weight:bold;
	font-size:17px;
	color: #255783;
	text-decoration: none;
}

#fbevnttitleszmh {
	font-weight:bold;
	font-size:17px;
}

.fbevnttitleszdc {
	font-size:14px;
}

@media (max-width:480px) {
	
.calfet-events h2 {
  font-size: 20px;
}	
	
.calhftpgtitle {
	padding-top:30px;
}
	
.calhftdate {
	font-size:12px;
	text-align:center;
}
	
.calhftimg {
	/*
	width:195px;
	height:122px;
	*/
	margin-left:auto;
	margin-right:auto;
}

.calhfttitle {
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}
	
.calhftlocation {
	font-size:12px;
	text-align:center;
}	
	
.fbevnttitlesz {
	font-size:13px;
}
	
.fbevnttitleszmh {
	font-size:14px;
}
	
#fbevnttitleszmh {
	font-size:14px;
}
	
.fbevnttitleszdc {
	font-size:11px;
}
	
}

@media (min-width:481px) and (max-width:767px) {
	
.calfet-events h2 {
  font-size: 22px;
}	
	
.calhftpgtitle {
	padding-top:30px;
}
	
.calhftdate {
	font-size:14px;
	text-align:center;
}
	
.calhftimg {
	/*
	width:195px;
	height:122px;
	*/
	margin-left:auto;
	margin-right:auto;
}

.calhfttitle {
	font-size:22px;
	color:#FFFFFF;
	text-align:center;
}
	
.calhftlocation {
	font-size:12px;
	text-align:center;
}	
	
.fbevnttitlesz {
	font-size:13px;
}
	
.fbevnttitleszmh {
	font-size:14px;
}
	
#fbevnttitleszmh {
	font-size:14px;
}
	
.fbevnttitleszdc {
	font-size:11px;
}
	
}

@media (min-width: 768px) and (max-width: 990px) {
	
.calfet-events h2 {
  font-size: 25px;
}	

.calhftpgtitle {
	padding-top:30px;
}
	
.calhftdate {
	font-size:18px;
	text-align:left;
}
	
.calhftimg {
	/*
	width:280px;
	height:175px;
	*/
	margin-left:auto;
	margin-right:auto;
}

.calhfttitle {
	font-size:30px;
	color:#FFFFFF;
	text-align:left;
}
	
.calhftlocation {
	font-size:15px;
	text-align:left;
}	
	
.fbevnttitlesz {
	font-size:14px;
}
	
.fbevnttitleszmh {
	font-size:15px;
}
	
#fbevnttitleszmh {
	font-size:15px;
}
	
.fbevnttitleszdc {
	font-size:12px;
}
	
}

@media (max-width: 1025px) {
	
.fbevnttitlesz {
	font-size:14px;
}
	
.fbevnttitleszmh {
	font-size:15px;
}
	
#fbevnttitleszmh {
	font-size:15px;
}
	
.fbevnttitleszdc {
	font-size:12px;
}
	
}

.hm18mrulst {
	padding-top:30px;
	padding-bottom:15px;
	text-decoration:none;
}

.cov19tmpset {
	display: none;
}

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

.cov19tmpset2 {
	display: content;
}

@media (max-width: 992px) { 
	
	.cov19tmpset2 {
		display: none;
	}
	
}

/* Calendar Home CMS-TMP-APP Custom CSS Settings */

.caltodevnts {
	background:url(http://southalabama.edu/departments/webservices/images/icons/gototodaysevents.png) no-repeat left;
	padding-left:25px;
	display: inline-block;
	height:18px; 
	width:29px
}

/* Calendar Home CMS-TMP-APP Custom CSS Settings */

.fbeventbxmain {
	font-family: "Raleway", "PT Sans", sans-serif;
	text-decoration:none;
	font-weight:200;
	background-color:#c1193f;
	transition: background 0.5s ease-in-out;
	display:block;
	height:80px;
	width:80px;
}

.fbeventbxmain:hover {
	background-color:#1d2a56;
	text-decoration:none;
	height:80px;
	width:80px;
}

.fbeventbxlink {
	text-decoration:none !important;
	display:block;
	height:80px;
	width:80px;
}

.fbeventbxlink:hover {
	text-decoration:none !important;
}

.fbeventbxlink:focus {
	text-decoration:none !important;
	color: #c1193f;
}

#fbeventbxlink {
	text-decoration:none;
	display:block;
	height:80px;
	width:80px;
}

#fbeventbxlink:hover {
	text-decoration:none;
}

.fbeventbxsecond {
	height:70px;
	width:70px;
}

.fbtimebx {
	height:15px;
	text-align:left;
	color:#FFFFFF;
}

.fbdatebx {
	height:55px;
	text-align:right;
	color:#FFFFFF;
}

.fbmonthbx {
	text-transform:uppercase;
	font-size:17px;
}

.fbdaybx {
	font-size:32px;
	line-height:25px;
}

@media (max-width:480px) {
	
.fbeventbxmain {
	height:50px;
	width:50px;
}

.fbeventbxmain:hover {
	height:50px;
	width:50px;
}

.fbeventbxlink {
	height:50px;
	width:50px;
}
	
#fbeventbxlink {
	height:50px;
	width:50px;
}

.fbeventbxsecond {
	height:40px;
	width:40px;
}

.fbtimebx {
	height:10px;
}

.fbdatebx {
	height:30px;
}

.fbmonthbx {
	font-size:13px;
}

.fbdaybx {
	font-size:22px;
	line-height:15px;
}
	
}

@media (min-width:481px) and (max-width:767px) {
	
.fbeventbxmain {
	height:70px;
	width:70px;
}

.fbeventbxmain:hover {
	height:70px;
	width:70px;
}

.fbeventbxlink {
	height:70px;
	width:70px;
}
	
#fbeventbxlink {
	height:70px;
	width:70px;
}

.fbeventbxsecond {
	height:55px;
	width:55px;
}

.fbtimebx {
	height:15px;
}

.fbdatebx {
	height:40px;
}

.fbmonthbx {
	font-size:15px;
}

.fbdaybx {
	font-size:28px;
	line-height:20px;
}
	
}

/* Calendar Home CMS-TMP-APP Custom CSS Settings */

.fbmydotline {
	border:none;
	border-top:1px dotted #aaaaaa;
	color:#ffffff;
	background-color:#ffffff;
	height:1px;
	width:95%;
}

.fbmydotlinehpg {
	border:none;
	border-top:1px dotted #aaaaaa;
	color:#ffffff;
	height:1px;
	width:100%;
}

/* Calendar Home CMS-TMP-APP Custom CSS Settings */

.brdthrcolsn {
	width:100%;
	border:1px solid #C8C8C8; 
}

.brdthrcolpd {
	padding:15px;
}

/* McAll Library */

.bxhtstglmlb {
	height: auto;
}

@media (max-width:992px) {

	.bxhtstglmlb {
		height: auto !important;
	}

}

/* Wellness */

.fb-wellness-results-disclaimer {
	border: 1px solid #ccc;
	font-family: "Sofia Pro Light";
	font-size: 15px;
	padding: 25px;
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
}

/* Column Table List with Alternative Row Colors */

.coltblaltrclrs {
	background-color: #00205b; 
	color: #ffffff;
}

/* Calendar Home CMS-TMP-APP Custom CSS Settings V2 Snippet */

.brdthrcolsnv2 {
	width:100%;
	height:100%;
	border:1px solid #C8C8C8; 
}

.brdsrhbxsres2 {
	width:100%;
	height:100%;
	border:1px solid #e2e2e2; 
}

.brdthrcolpdv2 {
	padding:5px;
}

.brdthrcolpdv5 {
	padding-top:12px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
}


/* Calendar Home CMS-TMP-APP Custom CSS Settings V2 Title */

.brdthrcolsnv3 {
	width:100%;
	height:100%;
	border:1px solid #C8C8C8; 
	background-color:#F7F7F7;
}

.brdthrcolpdv3 {
	font-family: Raleway; 
	font-size: 17px;
	padding:10px;
}

.brdthrcolsnv4 {
	width:100%;
	height:100%;
	border:1px solid #DEDEDE; 
}

.brdthrcolpdv4 {
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.brdthrcolsnv5 {
	width:100%;
	height:100%;
}

/* Header Snippets */

.fbheadersn-gray {
	width:100%;
	height:100%;
	color:#000000;
	border:1px solid #C8C8C8; 
	background-color:#F7F7F7;
}

.fbheadersn-usablue {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#00205B;
}

.fbheadersn-darkblue {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#1b4d7c;
}

.fbheadersn-mediumblue {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#2762a1;
}

.fbheadersn-skyblue {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#3E76B1;
}

.fbheadersn-lightblue {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#117EB0;
}

.fbheadersn-red {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#BF0D3E;
}

.fbheadersn-darkgray {
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#6C7384;
}

.fbheadersnset {
	font-family: Raleway; 
	font-size: 18px;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:20px;
	padding-right:20px;
}

.fbheadersnpdd {
	padding:1px;
}

.fbheadersninnbd {
	border:1px solid #f2f2f2;
}

.fbheadersncont {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

.fbheadersncontbrd {
	border:1px solid #f0f0f0; 
}

.fbheadersn-goldsponsors {
	width: 100%;
	height: 100%;
	color: #000000;
	border: 1px solid #C8C8C8;
	background-color: #F0B000;
	text-align: center;
}

.fbheadersn-silversponsors {
	width: 100%;
	height: 100%;
	color: #000000;
	border: 1px solid #C8C8C8;
	background-color: #B1B5B0;
	text-align: center;
}

.fbheadersn-bluesponsors {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	border: 1px solid #C8C8C8;
	background-color: #2b6ea8;
	text-align: center;
}

.fbheadersn-redsponsors {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	border: 1px solid #C8C8C8;
	background-color: #C80000;
	text-align: center;
}

.fbheadersnsetsponsorsb {
	font-family: Raleway;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.fbheadersnsetsponsorsw {
	font-family: Raleway;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

/* Tabbed CS */

.fb-tab-cnt-sec {
	font-family: "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	font-weight: normal;
}

@media (min-width: 987px) and (max-width: 1192px) {

	.fb-tab-cnt-sec {
		font-size: 11.5px;
	}

}

.fb-tab-cnt-sec-2 {
	font-family: "Sofia Pro Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13.5px;
	font-weight: normal;
	height: 55px !important;
	line-height: 2.5 !important;
}

@media (min-width: 987px) and (max-width: 1192px) {

	.fb-tab-cnt-sec-2 {
		font-size: 11.5px;
	}

}

/* FB Custom Search and Custom DDS Menu Feature */

.sellivesearch {
	margin-top:30px;
	margin-bottom:10px;
	height:40px;
	width:300px;
	font-family: "Sofia Pro Regular";
	font-size:14px;
	text-align:left;
	box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
	padding-left:15px;
	padding-right:10px;
	-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.sellivesearchresults {
	padding-left:15px;
	padding-right:15px;
	font-family: "Sofia Pro Regular";
	font-size:14px;
}

.sellivesearchitem {
	padding:15px;
}

.selserdropbtn {
    background-color:#447fbe;
	width:300px;
	height:40px;
	font-family: "Sofia Pro Regular";
    color: #FFFFFF;
	margin-top:30px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
    font-size: 15px;
	text-align:left;
    border: none;
    cursor: pointer;
}

.selserdropbtn:hover, .selserdropbtn:focus {
    background-color:#BF0D3E;
}

.selserdropbtnextd {
    background-color:#447fbe;
	width:100%;
	height:50px;
	font-family: "Sofia Pro Regular";
    color: #FFFFFF;
	margin-top:3px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
    font-size: 14px;
	text-align:center;
    border: none;
    cursor: pointer;
}

.selserdropbtnextd:hover, .selserdropbtnextd:focus {
    background-color:#BF0D3E;
}

.selserdropbtn1 {
    background-color:#447fbe;
	width:285px;
	height:40px;
	font-family: "Sofia Pro Regular";
    color: #FFFFFF;
	margin-top:30px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
    font-size: 15px;
	text-align:left;
    border: none;
    cursor: pointer;
}

.selserdropbtn1:hover, .selserdropbtn1:focus {
    background-color:#BF0D3E;
}

.selserdropbtn2 {
    background-color:#4d992c;
	width:285px;
	height:40px;
	font-family: "Sofia Pro Regular";
    color: #FFFFFF;
	margin-top:30px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
    font-size: 15px;
	text-align:left;
    border: none;
    cursor: pointer;
}

.selserdropbtn2:hover, .selserdropbtn2:focus {
    background-color:#BF0D3E;
}

#SelInp {
    border-box: box-sizing;
    background-position: 14px 12px;
    background-repeat: no-repeat;
	width:300px;
	font-family: "Sofia Pro Regular";
    font-size:14px;
    padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
    border: none;
}

.selserdropdown {
    position: relative;
    display: inline-block;
}

.selserdropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
	font-family: "Sofia Pro Regular";
	font-size:14px;
    min-width:300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.selserdropdown-content a {
    color: black;
    padding-top:5px;
	padding-bottom:5px;
	background-color: #f6f6f6;
	padding-left:25px;
	padding-right:25px;
    text-decoration: none;
    display: block;
}

.selserdropdown-contentextd {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
	font-family: "Sofia Pro Regular";
	font-size:14px;
    min-width:100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.selserdropdown-contentextd a {
    color: black;
    padding-top:5px;
	padding-bottom:5px;
	background-color: #f6f6f6;
	padding-left:25px;
	padding-right:25px;
    text-decoration: none;
    display: block;
	position: relative;
	z-index: 100000;
}

.selserdropdown a:hover {
	background-color: #cfeefe;
}

/* FB PPW */

.ppwbuttonv1 {
	font-family: "Sofia Pro Regular";
	font-size:14px;
}

/* USA Homepage */

.usahmpstnewsstmtn {
	padding-top: 15px; 
	padding-bottom: 5px;
}

@media (max-width:990px) {

	.usahmpstnewsstmtn {
		padding-top: 5px; 
		padding-bottom: 15px;
	}

}

/* FB NWS33 */

.fbnws33-ttl {
    font-family: "Sofia Pro Light";
	font-size:16px;
	font-weight:normal;
    margin-top:5px;
}

.fbnws33-ttl-ntwo-2 {
    font-family: "Gotham Black", "PT Sans", sans-serif;
	font-size:28px;
	line-height: 30px;
	font-weight:normal;
    margin-top:5px;
}

.fbnws33-ttl-ntwo {
    font-family: "Sofia Pro Light";
	font-size:15.5px;
	font-weight:normal;
    margin-top:5px;
}

.fbnws33-ttl-ntwolg {
    font-family: "Sofia Pro Light";
	font-size:18.5px;
	font-weight:normal;
    margin-top:5px;
}

.fbnws33-dte-2 {
    font-family: "PT Sans", sans-serif;
	font-size:17px;
	font-weight:normal;
}

.fbnws33-dte {
    font-family: "Sofia Pro Light";
	font-size:13px;
	font-weight:normal;
}

.fbnws33-dtelg {
    font-family: "Sofia Pro Light";
	font-size:15px;
	font-weight:normal;
}

.fbnws33-dte-ntwo {
    font-family: "Sofia Pro Light";
	font-size:12px;
	font-weight:normal;
	color:#383838;
}

.fbnws33-dte-ntwo-mre {
    font-family: "Sofia Pro Light";
	font-size:12px;
	font-weight:normal;
	color:#2b6ea8;
}

.fbnws33-hghtst-nat {
	height:147px;
}

.fbnws33-mre {
    font-family: "Sofia Pro Light";
	font-size:14px;
	font-weight:normal;
	text-align:right;
}

.fbnws33-mre-2 {
    font-family: "Sofia Pro Light";
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

.fbnws33-htwo {
	height:3px;
}

.fbnws33im-two {
	width:110px; 
	height:65px;
}

.fbnws33im-thr {
	width:275px; 
	height:175px;
}

.newsreth-link-fbnws{
	margin:0;
}

.media-heading-fbnws{
	line-height: 1.2;
}

/* FB|BS Clicable16 Settings */

.clickable16{
	float:left;
	height: 35px;
	width: 100%;
	background-color: white;
	border-color: rgba(209,209,209,1.00);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	color:#2b6ea8;
	vertical-align: middle;
	line-height: 35px;
	text-align: left;
	font-style: "PT Sans";
	font-size: 14px;
}

#clickable16{
	float:left;
	height: 35px;
	width: 100%;
	background-color: white;
	border-color: rgba(209,209,209,1.00);
	border-style: solid;
	border-width: 1px;
	border-bottom:0px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	color:#2b6ea8;
	vertical-align: middle;
	line-height: 35px;
	text-align: left;
	font-style: "PT Sans";
	font-size: 14px;
}


.clickable16:hover{
	background-color:rgba(245,245,245,1.00);
	color: rgba(54,54,54,1.00);
}

#clickable16:hover{
	background-color:rgba(245,245,245,1.00);
	color: rgba(54,54,54,1.00);
}

.clickable16 img{
	float: left;
	margin-right: 20px; 
	margin-top: 5px;
	margin-left: 5px; 
	margin-bottom: 5px;
}

#clickable16 img{
	float: left;
	margin-right: 20px; 
	margin-top: 5px;
	margin-left: 5px; 
	margin-bottom: 5px;
}

/* FB|BS Clicable17 Settings */

.clickable17{
	float:left;
	height: 35px;
	width: 100%;
	background-color: white;
	border-color: rgba(209,209,209,1.00);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	color:#2b6ea8;
	vertical-align: middle;
	line-height: 35px;
	text-align: left;
	font-family: "Sofia Pro Regular";
	font-size: 14px;
}

#clickable17{
	float:left;
	height: 35px;
	width: 100%;
	background-color: white;
	border-color: rgba(209,209,209,1.00);
	border-style: solid;
	border-width: 1px;
	border-bottom:0px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	color:#2b6ea8;
	vertical-align: middle;
	line-height: 35px;
	text-align: left;
	font-family: "Sofia Pro Regular";
	font-size: 14px;
}


.clickable17:hover{
	background-color:rgba(245,245,245,1.00);
	color: rgba(54,54,54,1.00);
}

#clickable17:hover{
	background-color:rgba(245,245,245,1.00);
	color: rgba(54,54,54,1.00);
}

.clickable17 img{
	float: left;
	margin-right: 20px; 
	margin-top: 5px;
	margin-left: 5px; 
	margin-bottom: 5px;
}

#clickable17 img{
	float: left;
	margin-right: 20px; 
	margin-top: 5px;
	margin-left: 5px; 
	margin-bottom: 5px;
}


/* FB Regional BLK Snippet */

.fb-regional-blk-01a01{
	display:block;
	width:100%;
	height:320px;
	position:relative;
}
	
.fb-regional-blk-01a01-l{
	display:block;
	width:100%;
	height:50px;
	position:relative;
}

.fb-regional-blk-01a02{
	display:block;
	width:100%;
	height:320px;
	position:relative;
}
	
.fb-regional-blk-01a02-l{
	display:block;
	width:100%;
	height:50px;
	position:relative;
}

.fb-regional-blk-01a03{
	display:block;
	width:100%;
	height:320px;
	position:relative;
}
	
.fb-regional-blk-01a03-l{
	display:block;
	width:100%;
	height:50px;
	position:relative;
}
	
.fb-regional-blk-cntit{
   text-align:center;
   padding-top:40px;
   padding-left:18px;
   padding-right:18px;
   padding-bottom:20px;
   font-family: Raleway;
   font-weight:normal;
   font-size:25px;
   color:#FFFFFF;
}

.fb-regional-blk-cntit-2{
   text-align:center;
   padding-top:25px;
   padding-left:18px;
   padding-right:18px;
   padding-bottom:10px;
   font-family: Raleway;
   font-weight:normal;
   font-size:20px;
   color:#FFFFFF;
}
	
.fb-regional-blk-cnt {
   text-align:center;
   padding-top:20px;
   padding-left:18px;
   padding-right:18px;
   padding-bottom:10px;
   font-family: "Sofia Pro Light";
   font-weight:normal;
   font-size:17px;
   color:#FFFFFF;
}

.fb-regional-blk-cnt-2 {
   text-align:center;
   padding-top:10px;
   padding-left:18px;
   padding-right:18px;
   padding-bottom:10px;
   font-family: "Sofia Pro Light";
   font-weight:normal;
   font-size:14px;
   color:#FFFFFF;
}

.fb-regional-blk-cnt-l {
   text-align:center;
   padding-top:12px;
   padding-left:18px;
   padding-right:18px;
   padding-bottom:10px;
   font-family: "Sofia Pro Light";
   font-weight:normal;
   font-size:17px;
   color:#FFFFFF;
}

.concntarever2b {
	opacity: 1;
	text-decoration:none;
}

.concntarever2b:hover {
	opacity: .7;
	text-decoration:none;
}

.concntarever2b:focus {
	opacity: .7;
	text-decoration:none;
}

/* FB CalV21-16 Event Box */

.fb16eventbox-sectitle {
	font-family:"Raleway", sans-serif;
	font-size:18px;
}

.fb16eventbox {
    background-color:#4078B5;
	display:block;
	width:100%;
	height:105px;
    border: none;
    cursor: pointer;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: background 0.5s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.fb16eventbox:hover {
	background-color:007EA8;
	transform: scale(1.04, 1.04);
	box-shadow: 0 1px 2px #D4D4D4;
}

.fb16eventbox-1sp {
    background-color:#1b4d7c;
	display:block;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	float:left;
	width:128px;
	height:105px;
}

.fb16eventbox-2sp {
	padding-left:5px;
	padding-right:5px;
	width:278px;
	height:105px;
}

.fb16eventbox-1sp-go {
	line-spacing: 0em;
	text-align:center;
}

.fb16eventbox-2sp-go {
	line-spacing: 0em;
	padding-left:15px;
	padding-right:15px;
}

.fb16eventbox-1sp-go:hover {
	
}

.fb16eventbox-2sp-go:hover {
	
}

.fb16eventbox-1sp-mnt {
	font-family:"Raleway", sans-serif;
	font-size:17px;
	color:#FFFFFF;
	display:block;
	line-height:22px;
	line-spacing: 0em;
	margin:0px;
	padding-top:3px;
}

.fb16eventbox-1sp-dte {
	font-family:"Raleway", sans-serif;
	font-size:22px;
	color:#FFFFFF;
	display:block;
	line-height:22px;
	line-spacing: 0em;
	margin:0px;
	padding:0px;
}

.fb16eventbox-1sp-tme {
	font-family:"Raleway", sans-serif;
	font-size:12.5px;
	color:#a5cfff;
	display:block;
	line-height:22px;
	line-spacing: 0em;
	margin:0px;
	padding-top:1px;
}

.fb16eventbox-2sp-dec {
	font-family:"PT Sans", sans-serif;
	font-size:13.5px;
	color:#FFFFFF;
	display:block;
	margin:0px;
	padding-right:5px;
}

.fb16eventbox-2sp-loc {
	font-family:"PT Sans", sans-serif;
	font-size:11.5px;
	color:#FFFFFF;
	display:block;
	margin:0px;
	padding-top:9px;
	padding-right:5px;
}

.fb16eventbox-2sp-fl1 {
	width:25px;
	height:105px;
	display:block;
	float:left;
}

.fb16eventbox-2sp-fl2 {
	width:15px;
	display:block;
}

.fb16eventbox-hgt {
	height:17px;
}

.fb16eventbox-allevt {
	font-family:"PT Sans", sans-serif;
	font-size:13.5px;
}

.fb16eventbox-ctallevt {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

/* fb-mntltws */

.fb-mntltws {
	padding-left:15px; 
	padding-bottom:25px;
}

/* customhrwsh */

.customhrwsh {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
}

/* fb-mc-newssrch */

.mrcsearchst {
	display:block;
}

.mrcsearchfc {
	width: 80% !important;
	display: inline-block !important;
}

.mrcsearchbt {
	display: inline-block !important;
}

/* College Template Title */

.ctmpttlst1 {
	background-color: #00376b;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ctmpttlst1 h1 {
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	color: #FFF !important;
	margin-top: 10px !important;
}

@media (max-width:990px) {

	.ctmpttlst1 h1 {
		font-size: 20px;
	}

}

@media (max-width:490px) {

	.ctmpttlst1 h1 {
		font-size: 17px;
	}

}

/* More */

.dstmlks {
	text-decoration:underline;
}

.rdmretn {
	color: #255783;
	text-decoration:underline;
}

.rdmretn:hover {
	color:#c1193f;
}

/* Mass Mail */

.mmulstlnv {
	font-family: "Sofia Pro Regular";
	font-size: 15px;
}

.mmpgttstn {
	font-family: "Sofia Pro Light" !important;
	font-size: 22px !important;
	color: #585858 !important;
}

.mmhlscst {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mmnrtrtnwst {
	font-family: "Sofia Pro Light" !important;
	font-size: 15px;
	font-weight: normal;
	color:#c80000; 
}

.mmanctstall {
	font-family: "Sofia Pro Regular";
	font-size: 15px;
	font-weight:normal;
}

.mmhdtbstgrbr {
	font-family: "Sofia Pro Light";
	font-size: 18px;
	font-weight:normal;
	text-align: left;
}

.mmhdstbggrnow {
	height:55px; 
	margin-bottom:25px;
}

/* Zero */

.rwmgnone {
	margin-left:0px;
	margin-right:0px;
}

.rwmgnonelogo {
	margin-left:0px;
	margin-right:0px;
}

.rtzero {
	padding-right:0px;
	padding-right:0px;
}

@media (max-width: 992px) {
	
	.rtzero {
		padding-left:15px;
		padding-right:15px;
	}

}

.ltzero {
	padding-left:0px;
	padding-right:0px;
}

@media (max-width: 992px) {
	
	.ltzero {
		padding-left:15px;
		padding-right:15px;
	}

}

.pgmmcu {
	background-color:#edfcff;
}

/* Column Borders Seperators */

.sptaddcoldivider .row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}

.sptaddcoldivider .row:last-child {
	border-bottom: 0px solid #FFF;
}

.sptaddcoldivider .row .col-md-6 {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 0;
}

.sptaddcoldivider .row .col-md-6 {
	border-right: 1px solid #ccc;
	margin-bottom: -40px;
}

.sptaddcoldivider .row .col-md-6:last-child {
	border-right: 1px solid #FFF;
}

@media (max-width: 990px) { 

	.sptaddcoldivider .row .col-md-6 {
		border-bottom: 1px solid #ccc;
		border-right: 0px solid #FFF;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 0px;
	}

	.sptaddcoldivider .row:last-child .col-md-6 {
		border-bottom: 0px solid #FFF;
	}

	.sptaddcoldivider .row .col-md-6:last-child {
		border-right: 0px solid #FFF;
		border-bottom: 0px solid #ccc;
	}

}

/* News */

.nwsarsrd {
	padding: 10px 0px 20px 30px;
	margin: -8px auto 20px auto;
}

.nwsarsrd h2 {
	font-size: 18px;
	margin-top: 10px;
	padding-top:0px;
}

.nwslunrd h2 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.msecrgtnw {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.ssoimgsgcls {
	width:120px;
	height:100px;
}

/* Bobby - Secondary Page Buttons */

.bb-firstbuttonrds {
	background-color: #C1193F;
	text-align: center;
	text-decoration: none !important;
	padding: 9px 5px 9px;
	width: 100%;
	display: block;
	position: relative;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid white;
	color: #FFFFFF !important;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
	
.bb-firstbuttonrds:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}

.bb-firstbuttonrds:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}
	
.bb-secondbuttonrds {
	background-color: #0D5D82;
	text-align: center;
	text-decoration: none !important;
	padding: 9px 5px 9px;
	width: 100%;
	display: block;
	position: relative;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid white;
	color: #FFFFFF !important;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
	
.bb-secondbuttonrds:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}
	
.bb-secondbuttonrds:focus{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}
	
.bb-thirdbuttonrds {
	background-color: #63656a;
	text-align: center;
	text-decoration: none !important;
	padding: 9px 5px 9px;
	width: 100%;
	display: block;
	position: relative;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid white;
	color: #FFFFFF !important;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.bb-thirdbuttonrds:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}
	
.bb-thirdbuttonrds:focus{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}
	
.bb-fourthbuttonrds {
	background-color: #00235a;
	text-align: center;
	text-decoration: none !important;
	padding: 9px 5px 9px;
	width: 100%;
	display: block;
	position: relative;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid white;
	color: #FFFFFF !important;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.bb-fourthbuttonrds:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}

.bb-fourthbuttonrds:focus{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}

/* acc */

.srvgo-mblkst {
	display: block;
	padding: 15px;
	line-height:14px;
	transition: all 0.15s ease-in;
	color: #ffffff !important;
	font-size: 14px;
	font-family: "Sofia Pro Light", "PT Sans", sans-serif;
	background-color: #2b6ea8;
	text-align:center;
	text-decoration:none !important;
	text-transform:uppercase;
}

.srvgo-mblkst:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AC1639; 
}
	
.srvgo-mblkst:focus{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AC1639; 
}

.acc-usa-sso {
	width:35px; 
	height:35px; 
	margin-right:10px;
	float:left;
}

.srvgo-tt-sp16 {
	font-family: "Sofia Pro Light"; 
	font-size:16px; 
	font-weight:bold;
}

.srvgo-ph-st {
	font-size:15px; 
}

.srvgo-em-st {
	font-size:13.5px; 
}

.srvgo-hr {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.srvgo-gly {
	color:#747474;
	font-size:14px;
	width: 15px !important;
}

.srvgo-med {
	height: 15px
}

.cth6-ctb {
	background-color: #FFFFFF !important;
}

.cth6-ttp {
	padding-left: 15px;
}

.cwbrwdn{
	display: none;
}

@media (max-width: 780px) {

	.cwbrwdn{
		display: block;
	}
}

.cwntwdn {
	background-color:#AC1639; 
	color:#fff; font-size: 16px; 
	text-align: center; 
	padding-bottom: 10px; 
	padding-top: 10px;
}

.blmpctst {
	padding-left: 10px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
}

.blmpspmt {
	font-family: "Sofia Pro Light";
	font-weight: normal;
	font-size: 16px;
}

.blmpbtnfrt {
	background-color: #C1193F;
	text-align: center;
	text-decoration: none;
	padding: 20px 5px 15px;
	width: 400px;
	display: block;
	position: relative;
	font-family: "Sofia Pro Light", sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 1px;
	border: 1px solid white;
	color: #FFFFFF !important;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
	
.blmpbtnfrt:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}

.blmpbtnfrt:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1599D7; 
}

.enbptdwmd {
	width:75%; 
	margin:auto; 
	display:block;
}
	 
.enbptdual {
	font-size: 13.5px;
	font-family: "Sofia Pro Regular";
	line-height: 10px;
	color: #101046;
	font-weight: normal;
}

.enbptditp {
	margin: 10px;
}
	
.dnbptdbkn {
	display: block;
	line-height: 20px;
	padding-bottom: 15px;
}

.dnbptdhrn {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.usahwgdst {
	background-color:#1f567c; 
	height: 272px;
}

@media (max-width: 1200px) {

	.usahwgdst {
		background-color:#1f567c; 
		height: 100%;
	}

}

.embediframe {
	margin-top: 20px;
	padding:30px;
	border: 1px solid #000;
}

/* Weather */

.wtcdivtbld {
	display: block;
}

.wtcdivtbli {
	display: none;
}

@media (max-width: 990px) {

	.wtcdivtbld {
		display: none;
	}
	
	.wtcdivtbli {
		display: block;
		color: #911818;
	}
	
}

.stmjmaptus {
	display: none;
}

@media (max-width: 990px) {

	.stmjmaptus {
		display: block;
	}
	
	.stmjmaptusrv {
		display: none !important;
	}
	
}

.stmjmaptussp {
	display: none;
}

@media (max-width: 480px) {

	.stmjmaptussp {
		display: block;
	}
	
}

/* Dept - Mod - Lang */

.dptmdlghrf {
	display: block;
}

@media (max-width: 992px) {
	
	.dptmdlghrf {
		padding-top: 20px;
		display: block;
	}

}

/* bts app */

.btsapp-rowcs-hd {
	background-color: #2762a1;
	color: #FFFFFF;
	display: flex;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border: 1px solid #2762a1;
}

@media (max-width: 992px) {
	
	.btsapp-rowcs-hd {
		display: block;
	}

}

.btsapp-rowcs-bg-ac {
	border-top: 0px solid #ccc !important;
	background-color: #17693a !important;
	color: #FFFFFF;
	text-align: center;
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px  !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	line-height: 50px;
}

.btsapp-rowcs-bg-mt {
	border-top: 0px solid #ccc !important;
	background-color: #bf0d3e !important;
	color: #FFFFFF;
	text-align: center;
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px  !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	line-height: 50px;
}

.btsapp-rowcs-bg-st {
	border-top: 0px solid #ccc !important;
	background-color: #41799f !important;
	color: #FFFFFF;
	font-family: "Sofia Pro Regular" !important;
	font-size: 15px  !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	line-height: 50px;
}

@media (max-width: 992px) {
	
	.btsapp-rowcs-hd {
		display: none;
	}

}

.btsapp-colcs-hd {
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #FFF;
	line-height: 25px;
	/*line-height: 34px;*/
}

.btsapp-colcs-hd:last-child {
	border-right: 0px solid #FFF;
}

.btsapp-colcs {
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 25px;
	/*line-height: 34px;*/
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.btsapp-colcs:first-child {
	border-left: 1px solid #d0d0d0;
}

@media (max-width: 992px) {
	
	.btsapp-colcs {
		border-left: 1px solid #d0d0d0;
	}
	
	.btsapp-colcs:first-child {
		border-top: 1px solid #d0d0d0;
	}

}

.btsapp-colcs-value {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 34px;
	background-color: #f2f2f2;
}

.btsapp-colcs-form {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 34px;
	background-color: #ebf3ff;
}

.btsapp-colcs-single-cd {
	border: 1px solid #ccc;
	padding: 20px;
	line-height: 34px;
	background-color: #ebf3ff;
	font-size: 30px;
	text-align: center;
}

.btsapp-colcs-reg {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 34px;
}

@media (max-width: 992px) {
	
	.btsapp-colcs-single-cd {
		font-size: 18px;
	}

}

.btsapp-rowcs-sp-top {
	height: 25px;
}

.btsapp-rowcs-sp-top-5 {
	height: 5px;
}

.btsapp-rowcs-sp-top-10 {
	height: 10px;
}

.btsapp-rowcs-sp-top-15 {
	height: 15px;
}

.btsapp-rowcs-sp-top-20 {
	height: 20px;
}

.btsapp-rowcs-sp-btt {
	height: 25px;
	border-top: 1px solid #ccc;
}

.btsapp-rowcs-sp-btt-5 {
	height: 5px;
	border-top: 1px solid #ccc;
}

.btsapp-rowcs-sp-btt-10 {
	height: 10px;
	border-top: 1px solid #ccc;
}

.btsapp-rowcs-sp-btt-15 {
	height: 15px;
	border-top: 1px solid #ccc;
}

.btsapp-rowcs-sp-btt-20 {
	height: 20px;
	border-top: 1px solid #ccc;
}

.btsapp-rowcs-sp-lop {
	height: 1px;
	border-top: 0px solid #ccc;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

@media (max-width: 992px) {
	
	.btsapp-rowcs-sp-lop {
		height: 40px;
	}

}

.btsapp-rowcs {
	display: flex;
	border-right: 0px solid #ccc;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.btsapp-rowcs a {
	text-decoration: none;
}

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

}

.btsapp-btn {
	padding: 5px 7px !important;
}

.btsapp-radio-st {
	display:none;
}

.btsapp-colmb {
	position: absolute; 
	width: 1px;
	height: 1px; 
	padding: 0; 
	margin: -1px;
	overflow: hidden; 
	clip: rect(0,0,0,0);
	border: 0; 
}

@media (max-width: 992px) {
	
	.btsapp-colmb {
		display: contents;
	}

}

.btsappclitlpd {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btsappclitlpd-exm {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 0px !important;
}
	
.btsapppanelst {
	border-color: #dddddd;
	margin-bottom: 16px !important;
	margin-top: 16px !important;
	background-color: #ffffff;
	border: 0px solid transparent;
	border-radius: 0px !important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	border-bottom: 1px solid #CCCCCC !important;
	border-top-color: #FFFFFF !important;
}
	
.btsapppnlhdh  {
	background-color: #FFFFFF !important;
	padding-left: 0px;
	padding-right: 0px;
}
	
.btsapppnlttsti {
	font-size: 16px !important;
	text-transform: none !important;
	font-family: "Sofia Pro Light";
}
	
.btsappclitlstfp {
	font-size: 16px;
}

.btsappclitlstfp:link {
	color: #2b6ea8;
}

.btsappclitlstfp:hover {
	color: #017d81;
}

.btsappclitlstfp:focus {
	color: #017d81;
}
	
.btsappclpnlbd {
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-color: #FFFFFF !important;
}

.btsapp-colcs-st {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 0px solid #FFF;
	line-height: 34px;
}

.btsaddtp {
	border-top: 1px solid #ccc;
}

.pdtp20 {
	padding-top: 20px;
}

.ldp-notice {
	padding: 20px;
	border: 2px solid #c80000;
	margin-left: 15px;
	margin-right: 15px;
}

.rdejgtrnct {
	font-size: 27px !important;
	text-align: center;
	margin-top: -10px !important;
}

@media (min-width: 1400px) {

	.altusastmgt {
		margin-left: -150px;
	}

}

@media (min-width: 1500px) {

	.altusastmgt {
		margin-left: -190px;
	}

}

@media (min-width: 1600px) {

	.altusastmgt {
		margin-left: -210px;
	}

}

@media (min-width: 1700px) {

	.altusastmgt {
		margin-left: -230px;
	}

}

.interestregion {
	background-color:#1d2a56; 
	text-align: center;
	color: #FFFFFF !important;
	margin-bottom: -10px;
}

.getinterests {
	line-height:20px;
	margin: auto;
	display: block;
	width: 50% !important;
	text-decoration: none;
}

@media (max-width: 992px) { 
	
	.getinterests {
		display: contents;
	}
	
}

.getinterests .be-related-link:link {
	color: #FFFFFF !important;
}

.getinterests .be-related-link:hover {
	color: #FFFFFF !important;
}

.getinterests .be-related-link:focus {
	color: #FFFFFF !important;
	text-decoration: underline;
}

.fcovst01 h2 {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.fcovst02 h2 {
	margin-top: 25px !important;
	margin-bottom: 0px !important;
}

/* Version 6 Slideshow */

#myCarousel {
	background-color: #000000 !important;
}

.carousel-control {
	font-size: 30px !important;
}

#myCarousel.carousel .item:focus {
	opacity: .5;
}

.carousel-indicators {
	margin-bottom: -10px !important;
}

.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	cursor: pointer;
	/* background-color: #000 \9; */
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid #fff;
	border-radius: 6px;
	text-indent: inherit;
}

.carousel-indicators li>a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	left: 50%;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000 \9; */
	background-color: rgba(0, 0, 0, 0);
	border: 1.2px solid #fff;
	border-radius: 10px;
}

.carousel-indicators li>a:focus {
	background-color: #117EB0;
}

@media (max-width:990px) {

	.carousel-indicators {
		display: none !important;
		margin-bottom: -10px !important;
	}

}

.carousel-caption {
	max-width: 60%;
	width: 100%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 0px;
	top: auto;
	z-index: 1;
	display: block;
	position: absolute;
	background-color: transparent;
}

.fb-plpast {
	display: block;
	height: 35px;
	width: 35px;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	background-color: #7b7b7b;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
}

.fb-plpast:active {
	background-color: #11B02A;
}

.fb-plpast:hover {
	background-color: #117EB0;
}

.fb-plpast:focus {
	background-color: #117EB0;
}

.fb-pause {
	display: block;
	height: 35px;
	width: 35px;
	margin-left: -9px;
	margin-top: -3px;
	background: url(https://www.southalabama.edu/_resources/images/pause-sl-nw-01.png) no-repeat;
}

.fb-play {
	display: block;
	height: 35px;
	width: 35px;
	margin-left: -9px;
	margin-top: -3px;
	background: url(https://www.southalabama.edu/_resources/images/play-sl-nw-01.png) no-repeat;
}

.add-to-top-left {
	top: 5%;
	left: 10px;
	z-index: 0;
}

.add-to-top-right {
	top: 5%;
	right: 10px;
	left: auto;
	z-index: 0;
}

.add-to-top-center {
	top: 5%;
	z-index: 0;
}

.add-to-center-center {
	top: 25%;
	bottom: -25%;
	z-index: 0;
}

.add-to-bottom-right {
	bottom: 8px;
	right: 16px;
	min-height: unset;
	left: auto;
	z-index: 0;
}

.add-to-bottom-center {
	bottom: 8px;
	min-height: unset;
	z-index: 0;
}

.add-to-bottom-left {
	bottom: 8px;
	right: auto;
	min-height: unset;
	left: 16px;
	z-index: 0;
}

@media (max-width:670px) {

	.add-to-top-left {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

	.add-to-top-right {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

	.add-to-top-center {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

	.add-to-center-center {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

	.add-to-bottom-right {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

	.add-to-bottom-center {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

	.add-to-bottom-left {
		top: 5%;
		right: 10px;
		left: auto;
		z-index: 0;
	}

}

.fb-ttrgonst {
	margin: 0;
	font-family: "Gotham Black";
	font-weight: 700;
	font-size: 46px;
	line-height: 1.1;
	color: #FFFFFF;
	text-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.6)
	/* background-color: rgba(28, 35, 30, 0.9); */
}

.fb-ttrgtwst {
	margin: 0;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.6)
	/* background-color: rgba(28, 35, 30, 0.9); */
}

@media (max-width:1400px) {

	.fb-ttrgonst {
		font-size: 46px;
	}

	.fb-ttrgtwst {
		font-size: 24px;
	}

}

@media (max-width:1300px) {

	.fb-ttrgonst {
		font-size: 44px;
	}

	.fb-ttrgtwst {
		font-size: 22px;
	}

}

@media (max-width:1200px) {

	.fb-ttrgonst {
		font-size: 38px;
	}

	.fb-ttrgtwst {
		font-size: 20px;
	}

}

@media (max-width:1150px) {

	.fb-ttrgonst {
		font-size: 30px;
	}

	.fb-ttrgtwst {
		font-size: 18px;
	}

}


@media (max-width:670px) {

	.fb-ttrgonst {
		font-size: 24px;
	}

	.fb-ttrgtwst {
		font-size: 13px;
	}

}

@media (max-width:550px) {

	.fb-ttrgonst {
		font-size: 19px;
	}

	.fb-ttrgtwst {
		font-size: 12px;
	}

}

@media (max-width:400px) {

	.fb-ttrgonst {
		font-size: 15px;
	}

	.fb-ttrgtwst {
		font-size: 10px;
	}

}

.fb-ttstwthp {
	width: 100%;
}

/* New Box Snippet */

.cnte-lmbx-mnct {
	width: 100%;
	border: 1px solid #ccc;
}

.cnte-lmbx-mnct a {
	text-decoration:none;
}

.cnte-lmbx-mnct a img {
	width: 100%;
}

.cnte-lmbx-mnct a:hover img {
	opacity: 0.8;
}

.cnte-lmbx-mnct a:focus img {
	opacity: 0.8;
}

.cnte-lmbx-mnct a .row {
	margin-right: 0px;
	margin-left: 0px;
}

.cnte-lmbx-mnct a .col-md-2 {
	padding-right: 0px;
	padding-left: 0px;
}

.cnte-lmbx-mnct a .col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}

.cnte-lmbx-mnct a .col-md-7 {
	padding-right: 0px;
	padding-left: 0px;
}

.cnte-lmbx-mnct a .cnte-lmbx-ftim {
	display: block;
	padding: 15px;
}

.cnte-lmbx-mnct a .cnte-lmbx-imft {
	display: none;
	padding: 15px;
}

.cnte-lmbx-mnct a .cnte-lmbx-dsmn {
	padding: 10px;
}

.cnte-lmbx-mnct a .cnte-lmbx-dsmn div {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.cnte-lmbx-mnct a .cnte-lmbx-dsmn div:first-child {
	font-family: "Sofia Pro Light";
	font-size: 18px;
	color: #3072AB;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.cnte-lmbx-mnct a:hover .cnte-lmbx-dsmn div:first-child {
	color: #c1193f;
}

.cnte-lmbx-mnct a:focus .cnte-lmbx-dsmn div:first-child {
	color: #c1193f
}

.cnte-lmbx-mnct a .cnte-lmbx-dsmn div:nth-child(2) {
	font-family: "Sofia Pro Light";
	font-size: 14px;
	color: #656565;
	padding-top: 12px;
}

.cnte-lmbx-mnct a .cnte-lmbx-lmli {
	font-family: "Sofia Pro Regular";
	font-size: 18px;
	text-transform: uppercase;
	background-color: #3072AB;
	color: #FFF;
	margin: auto;
	height: 165px;
}

.cnte-lmbx-mnct a:hover .cnte-lmbx-lmli {
	background-color: #c1193f;
}	

.cnte-lmbx-mnct a:focus .cnte-lmbx-lmli {
	background-color: #c1193f;
}	

.cnte-lmbx-mnct a .cnte-lmli-snpd {
	padding: 40px 30px 30px 30px;
}

.cnte-lmbx-mnct a .cnte-lmli-snpd span {
	float: right;
	margin-top: -12px;
	margin-right: -12px;
}

@media (max-width: 1200px) { 
	
	.cnte-lmbx-mnct a .cnte-lmli-snpd span {
		display:none;
	}
	
}

@media (max-width: 992px) { 
		
	.cnte-lmbx-mnct a .cnte-lmbx-dsmn div {
		padding-top: 0px;
	}
	
	.cnte-lmbx-mnct a .cnte-lmli-snpd {
		padding: 15px 15px 15px 15px;
		text-align: center;
	}
	
}

@media (max-width: 768px) { 
	
	.cnte-lmbx-mnct a .cnte-lmbx-lmli {
		height: auto;
	}

	.cnte-lmbx-mnct a .cnte-lmbx-ftim {
		display: none;
	}

	.cnte-lmbx-mnct a .cnte-lmbx-imft {
		display: block;
	}
	
}

/* Version 6 Slideshow D */

.fbhpsistv6	{
	background-color: #484848;
}

.fbhpsistv6:focus	{
	opacity: 0.8;
}

/* wth settings */

.wthcntdtd {
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	color: #595757;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffe6;
}
	
.wthmntjmp a {
	font-family: "Sofia Pro Light";
	font-size: 13.5px;
	display: block;
	color: #FFFFFF;
	background-color: #0178bf;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wthmntjmp a:hover {
	background-color: #b30707;
}

.wthmntjmp .col-md-2 {
	padding-right: 5px;
}
	
.wthgtthpl {
	font-family: "Sofia Pro Light";
	font-size: 12.5px;
	letter-spacing: 1px;
}

/* gtbx1fb */

.gtbx1fbsetmain a {
	background-color: #000000;
	color: #FFFFFF;
}

.gtbx1fbset {
	display: block;
	width: 100%; 
	text-decoration: none;
}

.gtbx1fbset:hover {
	width: 100%; 
	text-decoration: none;
}

.gtbx1fbset-int {
	width: 90%; 
	margin: auto; 
	text-align: center; 
	padding-top: 40px;
	text-decoration: none;
}

.gtbx1fbset-ttl1 {
	font-family: "Sofia Pro Regular" !important;
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
}

.gtbx1fbset-prg {
	font-family: "Sofia Pro Regular" !important;
	font-size: 17px; 
	padding: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

/* Department News Archives */

.department #content h1.page-header-arch {
	font-size: 23px;
	margin-top: 0;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.department #content h2.page-arch-link {
	font-size: 16px;
	color: #231f20;
	font-weight: normal;
	margin-top: 0px;
}

/* Bobby's Collapsible Items List #5 */

.rdsdiscoverclplk {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.rdsdiscoverclplk:link {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #1b4d7c;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.rdsdiscoverclplk:visited {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.rdsdiscoverclplk:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #bf0d3e;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.rdsdiscoverclplk:focus {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #bf0d3e;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

a.rdsdiscoverclplk:active {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
}

.rdscllinkst {
	font-family:'Sofia Pro Regular' !important; 
	font-size: 17px !important;
	display: flex !important;
	line-height: 30px;
}

.rdsplussign {
	height:30px;
	width:30px;
	background-image: url('/_resources/images/rdsplusonly3.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	margin-right: 15px;
	background-color: #00205B;
	border-radius: 50%;
	min-width: 30px;
	min-height: 30px;
}

.rdsplussign:hover {
	box-shadow: 0px 0px 6px #000;
}

.rdsplussign:focus {
	box-shadow: 0px 0px 6px #000;
}

.rdsminussign {
	height:30px;
	width:30px;
	background-image:url('/_resources/images/rdsminusonly3.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	margin-right: 15px;
	background-color: #00205B;
	border-radius: 50%;
	min-width: 30px;
	min-height: 30px;
	box-shadow: 0px 0px 6px #000;
}

.rdsminussign:hover {
	box-shadow: 0px 0px 6px #000;
}

.rdsminussign:focus {
	box-shadow: 0px 0px 6px #000;
}

/* Bobby's Collapsible Items List #6 */

.rdsdiscoverclplk6 {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
	line-height: 18px;
}

a.rdsdiscoverclplk6:link {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #1b4d7c;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
	line-height: 18px;
}

a.rdsdiscoverclplk6:visited {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
	line-height: 18px;
}

a.rdsdiscoverclplk6:hover {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #bf0d3e;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
	line-height: 18px;
}

a.rdsdiscoverclplk6:focus {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #bf0d3e;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:8px
	height: 40px;
	width: 100%;
	line-height: 18px;
}

a.rdsdiscoverclplk6:active {
	font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	float: inherit;
	color: #4384d5;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top:8px
	height: 40px;
	width: 100%;
	line-height: 18px;
}

.rdschevron-right {
	height:15px;
	width:15px;
	background-image: url('/_resources/images/rdschevron-right-4.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
	min-width: 15px;
	min-height: 15px;
}

.rdschevron-right:hover {
	background-image: url('/_resources/images/rdschevron-right-4b.png');
}

.rdschevron-right:focus {
	background-image: url('/_resources/images/rdschevron-right-4b.png');
}

.rdschevron-down {
	height:15px;
	width:15px;
	background-image:url('/_resources/images/rdschevron-down-4.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	margin-right: 15px;
	min-width: 15px;
	min-height: 15px;
}

.rdschevron-down:hover {
	background-image:url('/_resources/images/rdschevron-down-4b.png');
}

.rdschevron-down:focus {
	background-image:url('/_resources/images/rdschevron-down-4b.png');
}

.usaloginset img {
	margin-left:auto;
	margin-right:auto;
}

@media (max-width: 990px) {

	.usaloginset img {
		margin-top: 0px;
		width: 50%;
	}

}

@media (max-width:767px) {

	.usaloginset img {
		width: 30%;
	}

}

@media (max-width:550px) {

	.usaloginset img {
		width: 40%;
	}

}

@media (max-width:440px) {

	.usaloginset img {
		width: 67%;
	}

} 

.embdfl iframe {
	width: 100%;
	overflow: hidden;
	border: 0px;
}

/* HP FB 01-18-2022 */

.tmpftustufbtst {
	background-color: #c1193f !important;
	color: #FFF;
	text-align: center;
	font-family: "Gotham Black", "PT Sans", sans-serif;
	font-size: 22px;
	margin-top: -5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tmpftustpala {
	text-align: center;
	line-height: 40px;
}
.fbtmpalaskdu {
	margin-top: 0px !important;
	margin-left: -150px !important;
}

@media (max-width: 992px) { 
	
	.tmpftustufbtst {
		font-size: 18px;
		margin-top: -5px;
	}
	
	.tmpftustpala {
		line-height: 40px;
	}
	
	.fbtmpalaskdu {
		margin-left: 0px !important;
	}
	
}

@media (max-width: 500px) { 
	
	.tmpftustufbtst {
		font-size: 18px;
		margin-top: -5px;
	}
	
	.tmpftustpala {
		line-height: 22px;
	}
	
	.fbtmpalaskdu {
		margin-left: 0px !important;
	}
	
}

/* Background Section with Linked Navigation */

.fb-nwimg-nav-cnt {
	background-color: #000000;
}

.fb-nwimg-nav-bg-reg 
{
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% * (100 / 300));
}

.fb-nwimg-bgimg 
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

@media (max-width: 1500px) 
{

	.fb-nwimg-nav-bg-reg 
	{
		padding-top: calc(100% * (125 / 300));
	}

}         

@media (max-width: 1200px) 
{

	.fb-nwimg-nav-bg-reg 
	{
		padding-top: calc(100% * (155 / 300));
	}

}               

@media (max-width: 990px) 
{ 

	 .fb-nwimg-nav-bg-reg 
	 {
		 padding-top: calc(100% * (180 / 300));
	 }

 }

@media (max-width: 767px) 
{

	.fb-nwimg-nav-bg-reg 
	{
		padding-top: calc(100% * (220 / 300));
	}

}	 

@media (max-width: 480px) 
{

	.fb-nwimg-nav-bg-reg 
	{
		padding-top: calc(100% * (275 / 300));
	}

 }
         
.fb-nwimg-nav-cs {
	display: block;
	position: absolute;
	width: 100%;
	margin-top: -225px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2000;
	text-align: center;
	background-color: transparent;
	color: #FFF;
}

.fb-nwimg-nav-cs nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

 @media (max-width: 1500px)
 {

	 .fb-nwimg-nav-cs {
		 margin-top: -210px;
	 }

 }

@media (max-width: 1200px)
{

	.fb-nwimg-nav-cs {
		margin-top: -210px;
	}

}

@media (max-width: 990px)
{

	.fb-nwimg-nav-cs {
		margin-top: -190px;
	}

}

@media (max-width: 767px)
{

	.fb-nwimg-nav-cs {
		margin-top: -150px;
	}

 }
         
.fb-nwimg-nav-cs ul {
	margin-right: 50px;
	display: block;
}
         
.fb-nwimg-nav-cs ul li {
	display: inline;
}
         
.fb-nwimg-nav-cs ul li a {
	display: inline;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left: 27px;
	padding-right: 27px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Oswald Regular";
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.5px;
}

@media (max-width: 767px)
{

	.fb-nwimg-nav-cs ul {
		margin-top: -20px;
	}

	.fb-nwimg-nav-cs ul li a {
		display: inline;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 5px;
		padding-bottom: 7px;
	}

}

.fb-nwimg-nav-cs ul li a:hover {         	 
	background-color: #FFFFFF;
	color: #c1193f;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;        
}

.fb-nwimg-nav-cs ul li a:focus {
	background-color: #FFFFFF;
	color: #c1193f;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.fb-nwimg-ttl-cs {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	padding-bottom: 10px;
	font-family: "Poppins Extra Bold";
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #9E9E9E;
}

.fb-nwimg-dsc-cs {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Roboto Condensed Regular";
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

 @media (max-width: 1500px)
 {

	 .fb-nwimg-ttl-cs {
		 font-size: 30px;
	 }

	 .fb-nwimg-dsc-cs {
		 font-size: 18px;
	 }

 }

 @media (max-width: 1200px) 
 {
 
	 .fb-nwimg-ttl-cs {
		 font-size: 32px;
	 }

	 .fb-nwimg-dsc-cs {
		 font-size: 18px;
	 }    
        
 }

 @media (max-width: 990px)
 {

	 .fb-nwimg-ttl-cs {
		 font-size: 28px;
	 }

	 .fb-nwimg-dsc-cs {
		 font-size: 16px;
	 }

 }
 
 @media (max-width: 767px)
 {

	 .fb-nwimg-ttl-cs {
		 font-size: 24px;
		 padding-bottom: 5px;
	 }

	 .fb-nwimg-dsc-cs {
		 font-size: 15px;
		 padding-top: 10px;
		 padding-bottom: 32px;
	 }

 }
 
 @media (max-width: 480px)
 {

	 .fb-nwimg-ttl-cs {
		 font-size: 20px;
		 padding-bottom: 5px;
	 }

	 .fb-nwimg-dsc-cs {
		 font-size: 15px;
		 padding-top: 10px;
		 padding-bottom: 32px;
	 }

 }

/* YouTube Snippet */

.fb-youtube-snp-v1 {
   display: block;
   border: 2px solid #d7e3f9;
   padding: 5px; 
}

.fb-youtube-snp-v1 a img {
   width: 100%;  
}

.fb-youtube-snp-v1 a:hover img {
   width: 100%;
   opacity: 0.75;  
}

.fb-youtube-snp-v1 a .fb-youtube-snp-ttl {
   font-family: "Sofia Pro Regular";
   font-size: 16px;
   text-align: center;
   display: block;
   padding: 5px 10px 5px 10px;
   color: #FFFFFF;
   background-color: #117EB0;
   text-decoration: none;
}

.fb-youtube-snp-v1 a:hover .fb-youtube-snp-ttl {
   background-color: #BF0D3E;
   text-decoration: none;
}

.fb-youtube-snp-v1 a .fb-youtube-snp-dsc {
   font-family: "Sofia Pro Regular";
   font-size: 15px;
   text-align: center;
   display: block;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   background-color: #194985;
   text-decoration: none;
   border-top: .5px dotted  #FFFFFF;
}

.fb-youtube-snp-v1 a:hover .fb-youtube-snp-dsc {
   background-color: #BF0D3E;
   text-decoration: none;
}

.makeitfullwidth {
	width:100%;
}

.makeitcentered {
	margin:auto;
}