@charset "utf-8";
/* CSS Document */

@import url("ifha_legacy.css");
@import url("aggrement.css");
@import url("orgchart.css");
@-ms-viewport       { width: device-width; }


.errormsg {
	color: red;
}
.notice {
	color: red;
}
.center {text-align:center;}
/********************* TEMP  *****************/
.colorBack DIV {
	border: 1px solid blue;
	border-left: 0px;
	border-right: 0px;
}
.colorBack DIV.red {
	border: 1px solid red;
	border-left: 0px;
	border-right: 0px;
}
/*********************  BOOTSTRAP Overrides *****************/

.comment_title h4 {
margin-left: 0px;
font-size: 15px;
color: #575757;
}

a {
	color: #00458d;
}
.navbar {
	min-height: 100px;
}
 @media (min-height: 400px) {
 article {
 -webkit-columns: 2 350px;
 -moz-columns: 2 350px;
 columns: 2 350px;
}
}
 @media (min-width: 768px) {
 .navbar-nav {
 float: left;
 margin: 45px 0px 0px 10px;
}
 .navbar-nav > li > a {
 font-size: 17px;
 font-family: Verdana, Geneva, sans-serif;
 font-weight:normal;
}
}
.navbar-inverse {
	background-color: #003150;
	border:none;
	/* background-image: url(../images/bg_topBar.jpg); */
	background-position:bottom;
	background-repeat:repeat-x;
}
/* only use this on home page  cwh 6-12-19*/
.navbar-brand {
	padding: 0px 10px 0px 0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: transparent;
	text-shadow: 0 0 8px #ffffff, 0px 0 15px #ffffff;
 transition: all .2s linear;
}
.navbar > .container .navbar-brand {
	margin-left: 0px;
}
.navbar-right {
	margin-top: 5px;
}
.btn-default {
	color: #333333;
	background-color: #ecf3fa;
	border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #dbe7f6;
	border-color: #adadad;
}
.btn-success {
	color: #ffffff;
	background-color: #0a8bc2;
	border-color: #0c78a6;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #1c769c;
	border-color: #3d97be;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #002a45;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #c0c0c0;
}
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	width: 200px;
	float: left;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
}
.thumbnail-left, thumbnail-right {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumbnail-left {
	margin-right: 10px;
}
.thumbnail-right {
	margin-left: 10px;
}
/*********************  Coin Slider Overrides *****************/

.cs-prev, .cs-next {
	background-color: transparent;
	color: #FFFFFF;
	padding: 0px 10px;
}
a#cs-prev-coin-slider, a#cs-next-coin-slider {
	opacity: 1 !important;
}
#cs-title-coin-slider {
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 1 !important;
}
.cs-title {
	width: 750px !important;
	height: 68px;
	padding: 10px;
	background-color: transparent;
	color: #484848;
	background-image: url(../images/bg_mainSlider.png);
}
/****************************** TJC **********************************/

body {
	background-color: #f3f3f3;
	background-image: url(../images/bg_main.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding-top: 110px;
	padding-bottom: 0px;
}
#HomeLogoPhone {
	margin-bottom: 10px;
}
.topBar {
/*background-color: #00254d;
	height: 130px;*/
}
/*
.navbar-form li { 
	list-style: none;
}

.navbar-form ul li { 
	float: left;
}
*/
.logoBox {
	padding: 0px;
	/*width: 265px;*/
}
.imageBox {
/*	position: absolute;*/
	/*margin-left: 265px;*/
	top: 0px;
	background-color: #003150;
	/*width: 930px;*/
	/* height: 100px; */
	overflow:hidden;
}
.imageSwitch1 {
	background-image: url(../images/top_contentPhoto02.jpg);
	background-repeat:no-repeat;
}
.imageSwitch2 {
	background-image: url(../images/top_contentPhoto03.jpg);
	background-repeat:no-repeat;
}
.imageSwitch3 {
	background-image: url(../images/top_contentPhoto01.jpg);
	background-repeat:no-repeat;
}
.imageSwitch4 {
	background-image: url(../images/top_contentPhoto04.jpg);
	background-repeat:no-repeat;
}
.imageBox img {
	float: right;
}
.contentBG {
	background-image: url(../images/bg_content2.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	padding-top: 10px;
	min-height: 400px;
}
.sideMenu {
	margin-top: 50px;
}
.sideMenu h4 {
	margin-left: 0px;
	padding-bottom: 3px;
	width: 85%;
	font-size: 18px;
	border-bottom: 2px solid #db9c12;
}
.sideMenu ul {
	list-style: none;
	padding: 0;
	margin: 20px 0px 0px 10px;
}
.sideMenu ul li {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 8px 0px;
}
.sideMenu ul li a {
	color: #004692;
}
.mainContent .mainTitle {
	font-weight: bold;
	font-size: 24px;
	margin-top: 22px;
	color: #575757;
	float: left;
	margin-bottom: 20px;
}
.mainContent .mainTitleCo {
	font-weight: bold;
	font-size: 24px;
	margin-top: 22px;
	color: #575757;
	margin-bottom: 20px;
}
.mainContent .subNav {
	margin-top: 30px;
	float: right;
	font-size: 12px;
}
.mainContent .subNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
.mainContent .subNav ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #aec3d8;
}
.mainContent .subNav ul li:last-child {
	border-right: 0px;
}
.mainContent h4 {
	font-weight: bold;
	margin-top: 20px;
	color: #4986d1;
}
.top10Cats {
	font-size: 12px;
	font-weight: bold;
}
#top10 > tbody > tr > td {
	padding: 4px;
}
.companyApps h5 {
	font-weight: bold;
	color: #585858;
}
.appDownload a {
	margin-top: 20px;
}
#coin-slider {
	width: 750px;
	height: 380px;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
}
#coin-slider .slideTitle {
	font-size: 30px;
	font-weight: bold;
}
.rowBump {
	margin-top: 20px;
}
.homeSponsor {
	text-align:center;
	padding: 10px;
}
.homeSponsor img {
	margin-left: auto;
	margin-right: auto;
}


.homeSponsor .title {
	color: #084382;
	font-weight: bold;
	font-size: 16px;
}


.video-viewer {
	width: auto;
	text-align:center;
	margin: 10px;
	min-height: 500px
}

.video-viewer iframe.video {
	width: 853px;
	height: 480px;
}


.homeRankings {
	min-height: 420px;
	text-align:center;
}
.homeRankings .rankingsTitle {
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}
.homeRankings .rankingsTitle span {
	color: #004570;
}
.homeRankings .rankingsSub {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.homeRankings .rankingsSub a {
	font-size: 12px;
}
.homeRankings .rankingsHomeContent {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.homeMember img {
	margin-top: 40px;
}
.homeFeatured {
	height: 250px;
	margin-top: 20px;
	overflow:hidden;
}
.homeFeatured img {
	margin-right: 15px;
}
.homeFeatured .featuredTitle {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
.homeFeatured .featuredDate {
	font-size: 12px;
	color: #3c3c3c;
	margin-bottom: 10px;
}
.homeLogin {
	background-color: #dfeef8;
	height: 30px;
	text-align:center;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.homeNews {
	/*height: 355px; 1.4.21*/
	height: 290px;
}
.homeMeetings {
	height: 420px;
}
.homeNews .newsTitle, .homeMeetings .meetingsTitle {
	height: 32px;
	color: #084382;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 16px;
}
.homeNews .newsTitle a, .homeMeetings .meetingsTitle a {
	font-size: 12px;
}
.homeNews .newsContent {
	background-image: url(../images/bg_homeNewsBox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	/*height: 310px; 1.4.21*/
	height: 290px;
	border: 1px solid #b2b2b2;
	border-top: 8px solid #b2b2b2;
	overflow-y:scroll;
}
.homeMeetings .meetingsContent {
	background-image: url(../images/bg_homeMeetingsBox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 375px;
	border: 1px solid #b2b2b2;
	border-top: 8px solid #b2b2b2;
	overflow-y:scroll;
}
.homeNews .newsContent ul, .homeMeetings .meetingsContent ul {
	list-style: none;
	padding: 0;
	margin: 10px 10px 0px 10px;
}
.homeNews .newsContent ul li, .homeMeetings .meetingsContent ul li {
	font-size: 13px;
	padding: 0;
	margin: 0px 0px 8px 0px;
}
.homeNews .newsContent hr, .homeMeetings .meetingsContent hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	width: 98%;
	border-top: 1px solid #c0c0c0;
}
.homeMember .memberTitle {
	color: #084382;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 16px;
}
.homeMember .memberName {
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}
.homeMember .memberText {
	font-size: 12px;
}
.homeMember .memberText a {
	font-weight: bold;
}
.homeSpotlight {
	height: 130px;
	border-bottom: 1px solid #b2b2b2;
	overflow:hidden;
	margin-bottom: 10px;
}
.homeSpotlight .coTitle {
	background-image: url(../images/bg_homeCoTitle.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 38px;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
}
.homeSpotlight img {
	padding: 0px;
	float: left;
}
.spotlightContent {
	float: left;
	width: 200px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 10px;
}

.spotlightContent a {
	font-weight:bold;
}
.homeSpotlightNoImage {
	height: 80px;
	border-bottom: 1px solid #b2b2b2;
	overflow:hidden;
	margin-bottom: 10px;
}
.homeSpotlightNoImage .coTitle {
	background-image: url(../images/bg_homeCoTitle.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 38px;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
}
.spotlightContentNoImage {
	float: left;
	width: 330px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 10px;
}
.spotlightContentNoImage a {
	font-weight:bold;
}
.blueTitle {
	color: #00458d;
	font-weight:bold;
}
.homeAd1, .homeAd2 {
	height: 200px;
	margin-top: 20px;
	border: 1px solid #7f96af;
	font-size: 13px;
	overflow: hidden;
}
.adTitle {
	background-color: #e6eff8;
	height: 60px;
	color: #000000;
	padding-top: 12px;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	text-align:center;
}
.homeAd1 img, .homeAd2 img {
	padding: 10px;
	padding-top: 15px;
	float: left;
}
.adContent {
	padding: 15px;
	font-size: 13px;
}
.homeTwitter {
/*	height: 420px;  border: 1px solid #7f96af;*/	

height: auto;/* CHANGE BY CHRISTY 1.1.18*/
}
.homeTwitter .twTitle {
	height: 40px;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
}
.homeTwitter .twTitle a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("../images/x-logo-black.png");
	background-size: 22px;
	display: inline-block;
	overflow: hidden;
	padding: 2px 0 0 30px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: 20px;
	height: 22px;
	max-width: 2000px;
	color: #000000;
	font-weight: bold;
}
.homeTwitter iframe {
	width: 100% !important;
}
.footerBand {
	height: 34px;
	margin-top: 2em;
	text-align: center;
	background-color: #002043;
	background-image: url(../images/bg_footerBand.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.footerRow {
	min-height: 400px;
	padding: 0 0 0 0;
	font-size: 12px;
	background-color: #003150;
	background-image: url(../images/bg_footer2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.footerRowadmin {
	min-height: 100px;
	padding: 0 0 0 0;
	font-size: 12px;
	background-color: #002751;
	background-image: url(../images/bg_footer2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.footerRow A {
	color: #539ece;
}
.footer-title {
	color:#CCCCCC;
}
/*
#footerLeft {
	min-height: 400px;
	background-color: #002751;
	background-image: url(../images/bg_footer2.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
}
*/

#footerLeft {
	color: #81a8d1;
}
#footerLeftadmin hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #103d6c;
	padding: 8px 0px 0px 0px;
	margin: 8px 0px 2px 0px;
}
#footerLeft hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #103d6c;
	padding: 8px 0px 0px 0px;
	margin: 8px 0px 2px 0px;
}
#footerRight {
	min-height: 400px;
	background-color: #033859;
	background-image: url(../images/bg_footer1.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size: 15px;
	line-height: 16px;
}
#footerRight ul li {
	margin-bottom: 7px;
}
#footerRightadmin {
	min-height: 50px;
	background-color: #002e5f;
	background-image: url(../images/bg_footer1.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#footerRight A h5 {
	color: #ffffff;
	font-weight: bold;
}
.footRowOne {
	margin-top: 45px;
}
.footRowTwo {
	margin-top: 20px;
}
.footRowTwo a.footSocialFB, .footRowTwo a.footSocialTW {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 22px;
	max-width: 150px;
	overflow: hidden;
	padding: 2px 0 0 25px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: 20px;
}
.footRowTwo a.footSocialFB {
	background-image: url("../images/icon_social_fb.png");
}
.footRowTwo a.footSocialTW {
	background-image: url("../images/icon_social_tw.png");
}
#footerLinksadmin .footBox {
	min-height: 50px;
	padding: 16px;
	background-color: #23393b;
	border: 1px solid #65959a;
}
.footerCopyright {
	color: #7890a9;
	text-align: center;
	padding: 25px 0px;
	font-size: 12px;
}
.footerCopyright A {
	color: #a5bdd6;
	padding: 0px 5px;
}
div.factbook table td img {
	display: block;
	height: auto;
	max-width: 100%;
}
.bold {
	font-weight: bold;
}
.pad20left {
	padding-left: 20px;
}
.pad10 {
	padding: 10px;
}
.center {
	text-align: center;
}
.testGrey {
	background-color: #cacaca;
}
.testWhite {
	background-color: #ffffff;
}
.homeScrollLogos {
	height: 65px;
	padding: 0px;
	padding-top: 20px;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
img.fade {
	opacity: .5;
}
img.fade:hover {
	opacity: 1;
}

ul.list_default {
    list-style-type: disc;
    padding: 4px;
    margin: 4px;
}

ul.list_default li {
    margin-left: 15px; 
}

.red {
	color: #ff0000;
}


/********************* CAROUSEL SLIDER STYLES *****************/

.carousel-inner {
	position: relative;
	width:100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.4s ease-in-out left;
	transition: 0.8s ease-in-out left;
}
.carousel-inner > .item > div {
	text-align:center;
}
.carousel-inner > .item > img, .carousel-inner1 > .item > a > img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
}
.carousel-inner > .active/*, .carousel-inner1 > .next, .carousel-inner1 > .prev */ {
	display: block;
}
.carousel-inner > .active {
	left: 0%;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .prev {
	left: -90%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 10%;
}
.carousel-inner > .active.left {
	left: -900%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-inner .active.left {
	left: -10%;
}
.carousel-inner .next {
	left:  10%;
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	/*border: 1px solid #ffffff;*/
  border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ffffff;
}
/*********************  NEWS / MEDIA CENTER *****************/
.smalltextbold {
	font-family: Arial;
	font-size: 10pt;
	font-weight : bold;
	color: #000000;
}
.headingthree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color: #747474;
}
.searchText {
	width: 250px;
}
table.collapse {
	width: 100%;
	border-collapse: collapse;
}
	/* Zebra striping */
	tr:nth-of-type(odd) {
}
table.collapse th {
	color: white;
	font-weight: bold;
}
table.collapse td, th {
	padding: 6px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.memName {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align:center;
}
.memTitle {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 10px;
	color: #5D5D5D;
	text-align:center;
}
.memEurope {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11 px;
	color: #815500;
	font-weight: bold;
	text-align:center;
}
.memAmericas {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11 px;
	color: #1E7E17;
	font-weight: bold;
}
.memAsia {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11 px;
	color: #B0330C;
	font-weight: bold;
}
.europeInfo {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 11 px;
	font-weight: bold;
	color: #968005;
	background-color:#E3EE7D;
	text-align:center;
	padding: 2px;
}
.europeVote {
	FONT-SIZE: 14 px;
	color: #965705;
}
.americasInfo {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 11 px;
	font-weight: bold;
	color: #048470;
	background-color:#BDEE7D;
	text-align:center;
	padding: 2px;
}
.asiaInfo {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 11 px;
	font-weight: bold;
	color: #a13737;
	background-color:#EEC17D;
	text-align:center;
	padding: 2px;
}
.rotatingInfo {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 11 px;
	font-weight: bold;
	color: #048470;
	background-color:#b6c7ef;
	text-align:center;
	padding: 2px;
}
.americasVote {
	FONT-SIZE: 14 px;
	color: #048470;
}
.asiaVote {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	font-weight: bold;
	FONT-SIZE: 14 px;
	color: #B04A0C;
}
.memExtra {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11 px;
	color: #596791;
	font-weight: bold;
}
.countryColor {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 11 px;
	font-weight: bold;
	color: #3157CB;
	background-color : #F1F3FA;
}
.countryTitle {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 15 px;
	font-weight: bold;
	color: #ffffff;
}




/*********************  RESPONSIVE CONDITIONS *****************/

@media (min-width: 1200px) {
 body {
 background-image: url(../images/bg_main1200_2.gif);
}
 .imageBox {
/* width: 860px;
 margin-left: 275px;*/
}
}
 @media (min-width: 767px) and (max-width: 1200px) {
 #footerRight {
 font-size: 13px;
}
 .footRowOne {
 margin-top: 35px;
}
 .nav > li > a {
 padding: 15px 8px;
}
 .homeFeatured .featuredTitle {
 font-size: 16px;
}
 .homeFeatured .featuredInfo {
 font-size: 12px;
 height:250px;
}
 .homeSpotlight img {
 width: 120px;
 height: 120px;
 padding-top: 0px;
}
 .spotlightContent {
 width: 150px;
 font-size: 12px;
 margin-top: 0px;
}
 .spotlightContentNoImage {
 width: 150px;
 font-size: 12px;
 margin-top: 0px;
}
 .homeRegServices .regContent img {
 width: 140px;
 height: 140px;
 margin-top: 20px;
 margin-left: 16px;
}
 .homeRegServices .regContent .info {
 font-size: 13px;
 line-height: 16px;
 width: 220px;
 margin-top: 20px;
 margin-left: 15px;
}
 .homeRegServices .regContent .info ul {
 margin-bottom: 10px;
}
 .homeRegServices .regContent .apps {
 width: 200px;
 margin-top: 30px;
 margin-left: 10px;
}
 .homeRegServices .regContent .apps ul {
 margin-left: 2px;
 margin-top: 10px;
}
 .homeRegServices .regContent .apps ul li img {
 width: 90px;
 height: 90px;
}
 #coin-slider {
 width: 617px;
 height: 380px;
}
 .adContent {
 padding: 10px;
 font-size: 12px;
}
 .homeAd1 img, .homeAd2 img {
 padding-top: 10px;
}
 .spotlightContentNoImage {
		/*width: 400px;*/
		width: auto;
 font-size: 13px;
 margin-top: 0px;
}
}
 @media (max-width: 990px) {
 body {
 padding-top: 85px;
}
 .imageBox {
/* width: 450px;*/
}
 .sideMenu ul li {
 font-size: 12px;
}
 .mainContent .subNav {
 margin-top: 0px;
 margin-bottom: 20px;
 float: left;
}
 #footerRight {
 margin-top: 20px;
}
 .footRowOne {
 margin-top: 10px;
}
 .footRowTwo {
 margin-top: 0px;
}
 .tabAddress {
 margin-top: 25px;
}
 .navbar {
 min-height: 75px;
}
 .nav > li > a {
 padding: 15px 10px;
 font-size: 15px;
}
 .navbar-right .form-control {
 padding: 6px 6px;
}
 .navbar-form {
 padding: 0px 5px;
}
 .navbar-form .form-group {
 width: 100px;
}
 .navbar > .container .navbar-brand img {
 height: 75px;
}
 .navbar-nav {
 margin: 25px 0px 0px 10px;
}
 .navbar-right {
 display: none;
}
 .homeRegServices {
 height: 200px;
}
 .homeRegServices .regContent {
 background-position:bottom;
 height:	165px;
}
 .homeFeatured {
 height: 250px;
}
 .homeFeatured img {
 height: 250px;
 width: 240px;
}
 .homeNews, .homeMeetings {
 margin-top: 20px;
 height: 200px;
}
 .homeNews .newsContent, .homeMeetings .meetingsContent {
 background-position:bottom;
 height: 168px;
}
 .homeTwitter {
 margin-top: 20px;
 height: 300px;
}
 .homeTwitter iframe {
 height: 300px !important;
}
 .spotlightContent {
		/*width: 400px;*/
		
		font-size: 13px;
 margin-top: 0px;
}
 .spotlightContentNoImage {
		/*width: 400px;*/
		width: auto;
 font-size: 13px;
 margin-top: 0px;
}
 .homeRegServices .regContent img {
 margin-top: 10px;
 margin-left: 15px;
}
 .homeRegServices .regContent .info {
 font-size: 12px;
 line-height: 17px;
 width: 300px;
 margin-top: 10px;
 margin-left: 25px;
}
 .homeRegServices .regContent .info ul {
 margin-bottom: 10px;
}
 .homeRegServices .regContent .info li {
 font-size: 12px;
 line-height: 14px;
}
 .homeRegServices .regContent .apps {
 width: 200px;
 min-height: 150px;
 margin-top: 10px;
 margin-left: 10px;
}
 #coin-slider {
 width: 724px;
 height: 380px;
}
 .cs-title {
 width: 700px;
}


/* Force table to not be like tables anymore */
table.collapse, table.collapse thead, table.collapse tbody, table.collapse th, table.collapse td, table.collapse tr {
 display: block;
}
		
		/* Hide table headers (but not display: none;, for accessibility) */
table.collapse thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
 table.collapse tr {
border: 1px solid #ccc;
}
 table.collapse td {
			/* Behave  like a "row" */
			border: none;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50%;
}
 table.collapse td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
 left: 6px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
}


.video-viewer iframe.video {
	width: 640px;
	height: 360px;
}



}
 @media (max-width: 767px) {
 body {
 padding-top: 60px;
}
 .homeIndustry {
 margin-top: 20px;
}
 .imageBox {
 display: none;
}
 .sideMenu ul li {
 font-size: 14px;
}
 #footerRight A h5 {
 margin-top: 20px;
 font-weight: 12px;
}
 #footerRight {
 font-size: 14px;
}
 .navbar {
 min-height: 50px;
}
 .nav > li > a {
 padding: 12px 10px;
 font-size: 14px;
}
 .navbar > .container .navbar-brand {
 margin-left: 15px;
}
 .navbar > .container .navbar-brand img {
 height: 50px;
}
 .homeFeatured img {
 display:none;
}
 .homeRegServices .regContent img {
 width: 100px;
 height: 100px;
}
 .homeRegServices .regContent .info {
 width: 270px;
 margin-left: 10px;
}
 .homeRegServices .regContent .apps ul {
 margin-left: 2px;
 margin-top: 10px;
}
 .homeRegServices .regContent .apps ul li img {
 width: 90px;
 height: 90px;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 color: #bde4ff;
}
 .navbar-form .form-group {
 margin: 0px;
 margin-right: 0px;
 margin-left: 0px;
 padding: 0px;
 width: 200px;
}
 a.topRegistry {
 display: none;
 padding-left: 5px;
 padding-top: 5px;
 float: right;
}
 .navbar-right .btn-success {
 width: 200px;
 margin-bottom: 10px;
 margin-top: 10px;
}
 .navbar-form {
 display: block;
 border-top: 0px;
 border-bottom: 0px;
 -webkit-box-shadow: none;
 box-shadow: none;
 width: 250px;
 margin-top: 8px;
 margin-right: 0px;
 margin-bottom: 8px;
 margin-left: 0px;
}
 .navbar-right {
 margin: 0px;
 margin-right: 0px;
 margin-left: 0px;
 padding: 0px;
}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
 border-color: transparent;
}
 .navbar-inverse {
 background-image: none;
}
 .homeScrollLogos {
 display: none;
}
	/* Force table to not be like tables anymore */
table.collapse, table.collapse thead, table.collapse tbody, table.collapse th, table.collapse td, table.collapse tr {
 display: block;
}
		
		/* Hide table headers (but not display: none;, for accessibility) */
table.collapse thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
table.collapse tr {
border: 1px solid #ccc;
}
table.collapse td {
			/* Behave  like a "row" */
			border: none;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50%;
}
table.collapse td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
 left: 6px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
}


.video-viewer iframe.video {
	width: 560px;
	height: 315px;
}




}
 @media (max-width: 480px) {
 .footerCopyright {
 font-size: 11px;
}
 .tabAddress {
 margin-top: 10px;
}
 .navbar > .container .navbar-brand {
 margin-left: 15px;
}
 .homeSpotlight {
 height: auto;
}
 .homeSpotlight img {
 display: none;
}
 .spotlightContent {
 width: auto;
 font-size: 14px;
 line-height: 18px;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
}
 .spotlightContentNoImage {
 width: auto;
 font-size: 14px;
 line-height: 18px;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
}
 .homeRegServices .regContent img {
 display:none;
}
 .homeRegServices .regContent .apps {
 display:none;
}
	
	/* Force table to not be like tables anymore */
table.collapse, table.collapse thead, table.collapse tbody, table.collapse th, table.collapse td, table.collapse tr {
 display: block;
}
		
		/* Hide table headers (but not display: none;, for accessibility) */
table.collapse thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
table.collapse tr {
border: 1px solid #ccc;
}
table.collapse td {
			/* Behave  like a "row" */
			border: none;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50%;
}
table.collapse td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
 left: 6px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
}

.video-viewer iframe.video {
	width: 330px;
	height: 186px;
}



}
.blue {
	color:#871A27;
	FONT-SIZE: 13 px;
	font-weight:bold;
}
.bold {
	FONT-SIZE: 13 px;
	font-weight:bold;
}
.lightBlue {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	color: #1D61BE;
	font-weight: bold;
	FONT-SIZE: 11px;
}
.orange {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	color: #DB9700;
	font-weight: bold;
}
.welcome {
	color: #666666;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin {
	margin-bottom: 10px;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.account-wall {
	margin-top: 20px;
	padding: 40px 0px 20px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}
/*******************

.navbar-form {
	display: none;	
}

** TEMP ********************/


.ConferenceIframe {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: auto; 
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
border: solid black 1px;
} 
.ConferenceIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/********************* Legacy IFHA Styles  *****************/
