body, html{height: 100%;}
body{padding-top: 75px; -webkit-font-smoothing: antialiased;}


.ccm-ui .nav-tabs>.active>a, .ccm-ui .nav-tabs>.active>a:hover, .ccm-ui .nav-tabs>.active>a:focus {
	background: #FFF !important;
	color: #555;
	border: 1px solid #ddd;
}
.ccm-ui .nav-tabs>li>a{
	background: #555;
}

.ccm-ui .nav>li>a:hover{
	background-color: #333;
}
.ccm-ui .nav-tabs>li>a:hover {
  	background: #333 !important;
}

.nowrap {
  white-space: nowrap ;
}
.gm-style .place-card{display: none !important;}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25% !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}


#edit-mode .navbar-default {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #FFF;
}

img{max-width: 100%; height: auto;}

h2, h3, h4, h5, h6, p, a, td, tr, li, label{font-family: "museo-sans",sans-serif;}

a{color: #317397;}

p{font-size: 15px; font-weight: 300;}

h1{font-family: 'Orbitron', sans-serif;}

h2{font-size: 26px; font-weight: 900; text-transform: uppercase;}
li{font-weight: 300}

h5{
	font-weight: 700;
	margin-bottom: 5px;
}
.well h5{
	text-transform: uppercase;
}

.small{font-size: 13px;}

.lead{
	font-size: 20px; 
	font-weight: 500;
}

.userPath .lead{
	font-size: 52px;
    font-weight: 300;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 0;
}

.container, .container-fluid{
	margin: 20px auto;
	padding-bottom: 20px;
}

.row .responsive-content{
	border-bottom: 1px solid #eee;
	padding: 20px;
}

.responsive-content:last-child{
	border-bottom: none;
}

.panel-group .panel-body .responsive-content .col-md-3 {
	border-left: 1px solid #eee;
}

.two-column {
	list-style-type: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.two-column li:before {
	content: "- ";
}

/* ================================================= 
SEARCH
================================================= */
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #317397;
	background-color: #317397;
	background-image: none;
	max-height: 25px !important;
	filter: none;
}


.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
	width: auto !important;
	height: auto !important;
	padding: 6px 27px;
	min-width: 13px !important;
	margin-top: 2px;
}
.gsc-input-box, .gsc-search-box .gsc-input>input, .gsc-input-box-hover {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.gscb_a {
    font: 19px/13px arial,sans-serif !important;
}

.gsst_a .gscb_a {
    color: #ccc !important;
    cursor: pointer;
}           
.gsst_a:hover .gscb_a:hover {
    color: #aaa !important;
    cursor: pointer;
}
.gsc-selected-option-container {
    min-width: 80px !important;
}

/* ================================================= 
BUTTONS ON YOUR UNDERWEAR
================================================= */
/*bootstrap override*/
.btn {
  display: inline-block;
  text-align: left;
  white-space: normal;
}

.btn{
    background: #317397; /* fallback */
	background:
		linear-gradient(315deg, transparent 10px, #317397 0) bottom right;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	border:0;
	border-radius: 0;
	width: auto;
}

.input-group-btn .btn{margin: 0 10px;}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn{
    background: #256181; /* fallback */
	background:
		linear-gradient(315deg, transparent 10px, #256181 0) bottom right;
	border: 1px solid transparent;	
	background-size: 100%;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	border:0;
	border-radius: 0;
}

.btn-danger{
    background: #333; /* fallback */
	background:
		linear-gradient(315deg, transparent 10px, #333 0) bottom right;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	border:0;
	border-radius: 0;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger{
    background: #555; /* fallback */
	background:
		linear-gradient(315deg, transparent 10px, #555 0) bottom right;
	border: 1px solid transparent;	
	background-size: 100%;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	border:0;
	border-radius: 0;
}

.btn{margin: 0px;}
.btn a{color: #FFF;}

p.text-info span{
  background: 
  		linear-gradient(494deg, transparent 14px, #256181 0) top left;
  background-size: 80px;
  padding: 0 8px;
  margin-right: 5px;
}

p.text-info a{
  text-transform: uppercase;
  font-weight: 900;
  color: #333;
}

.container-fluid .fluidRow{
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.sectionHead{text-align: left;}

.right{float:right;}

blockquote{
	margin: 5px 0;
	font-size: 16px;
	padding: 0;
	border:none;
}

.product{
	background-color: #333;
}

.footer{
	color: #FFF; 
	background-color: #333; 
	min-height: 100px; 
	padding: 5%;
}

/* =============================
NAV
============================= */
.navbar .container-fluid{
	margin: 3px auto 0;
	padding: 5px 0px 0;
	max-width: 1170px;
}

.navbar-header h1{
	height: 55px;
	margin: 0;
	padding: 0;
}
.navbar-header .headerLogo{
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 30px;
	display: block;
	width: 271px;
	height: 66px;
	background: url("../img/CATI_logo_final.png") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Comic Sans MS";
}
.container-fluid>.navbar-header{
	margin-right: 2%;
	margin-left: 2%;
}

.navbar-default{
	position: fixed;
	top:0;
	width: 100%;
	z-index: 998;
	background: #FFF;
}

.navbar{
	border-radius: 0;
}
.navbar-nav{
	float: right;
	margin-top: 10px;
}

.navbar-brand{
	font-size: 40px;
	line-height: 13px;
	margin-top: 10px
}

.navbar-brand span{
	font-size: 9px;
	text-transform: uppercase;
}

.utility  a{color:#333;}
.utility  a:hover{text-decoration: none; color:#555;}

fieldset{position: relative;}
fieldset i.fa{
	position: absolute;
	right: 6px;
	top: 2px;
	font-size: 14px;
}

.navShow{display:none;}

.navbar-default .navbar-nav>li>a {
	color: #777;
	font-weight: 500;
	padding: 10px 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color: #FFF !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background-color: #FFF !important;	
}

.dropdown-menu {
  border-top: #FFF;
  -webkit-box-shadow: 0 8px 12px rgba(0,0,0,.175);
  box-shadow: 0 8px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

.dropdown-menu>li>a {
  font-weight: 300;
  line-height: 1.42857143;
  color: #777;
}

.utility{
	height: 14px;
	font-size: 11px;
}

.utility .fa{
	font-size: 16px;
}

.utility ul li{display: inline-block; margin-left:10px;}

.utility ul{display: inline; padding: 0;}

.utility ul li{
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.right{float:right;}

.navbar .utility .container-fluid{
	padding: 5px 0; 
}

.container-fluid>.navbar-collapse {
  margin-right: 0;
  margin-left: 2%;
}

.mainUtility{
	padding-top: 0 !important;
}

.mySearch .form-control{
	padding: 0 10px;
	height: 25px;
}

.mySearch .input-group-addon{
	padding: 0 10px;
	height: 25px;
	font-size: 12px;
}


.navbar-default .utility-toggle .icon-bar {
 	background-color: #888;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.utility-toggle{display: none;}

.top_div_search.t_right{
	padding: 0 20px;
}

.top_div_search.t_right form fieldset span input {
	width: 100%;
	margin: 20px 0;
	height: 35px;
	padding: 10px;
}
 
.toggle-show{display: none;} 



/* =============================
HOMEPAGE
============================= */
.contDivider{
	border-top: 9px solid #333;
	margin-top: 0;
	padding-bottom: 0;
}

.contDivider h6{
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	background: #333;
	font-weight: 300;
	background: 
		linear-gradient(45deg, transparent 10px, #333 0) bottom left, 
		linear-gradient(315deg, transparent 10px, #333 0) bottom right;
	background-size: 52% 100%;
	background-repeat: no-repeat;
	color: #FFF;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 20%;
	padding: 2px 10px;
}

.contDivider h6 a{
	font-family: 'Orbitron', sans-serif;
	color: #FFF;
	text-decoration: none;
}

.contDivider h6 a:hover{
	font-family: 'Orbitron', sans-serif;
	color: #eee;
	text-decoration: none;
}

.partners .fluidRow .col-sm-6:first-child{
	border-right: 1px solid #eee;
}

.services-home, .products-home, .news, .clients{
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.news{
	background-color: #efefef;
}

.services-home, .products-home{
	background-image: url("../img/CATI-pattern-sm-left.png"), url("../img/CATI-pattern-sm-right.png");
	background-position: left -2px, right -2px;
	background-repeat: no-repeat;
}

.services-home i, .products-home i{
	color: #317397;
	font-size: 36px;
	text-align: center;
}

.services-home p.small, .products-home p.small{
	font-size: .9em;
	line-height: 1.25em;
	margin-top: 10px;
	font-weight: 700;
	text-align: center;
	color: #444;
}

.container-fluid .fluidRow {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.icon-area{min-height: 91px;}

.story{overflow: hidden;}

.process{background-color: #eee;}

.userPath{
	font-size: 48px;
	border-right: 1px solid #eee;
}

.userPath:last-child{border-right: none;}

.company .userPath{
	font-size: 48px;
	text-align: center;
}

.company .userPath .col-sm-4{
	border-right: 1px solid #eee;
}
.company .userPath .col-sm-4:last-child{border-right: none;}
	


.icon-area i.fa, .icon-area i.fa{
	width: 100%;
	text-align: center;
	color: #317397;
}
.userPath i.fa{
    color: #317397;
    font-size: 40px;
    margin-right: 10px;
}

.news .col-sm-6, .news .col-md-4{
	overflow: hidden;
}

.news .col-sm-12{
	margin-bottom: 20px;
}

.date {
	float: left;
	width: 75px;
	height: 77px;
	margin: 10px 20px 20px 0px;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#eee 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eee 100%);
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.date p{
	font-family: 'Orbitron';
	font-size: 24px;
	text-align: center;
	margin: 10px 0;
	color: #666;
}

.date p span {
	background: #f26522;
	background: linear-gradient(top, #f58220 0%, #f26522 100%);
	background: -moz-linear-gradient(top, #f58220 0%, #f26522 100%);
	background: -webkit-linear-gradient(top, #f58220 0%, #f26522 100%);
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-top: 3px solid #f26522;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 6px 0 6px 0;
}

.clientLogos{
	margin-top: 30px;
}

.clientLogos .col-xs-4{
	min-height: 60px;
}

/* =============================
HOMEPAGE SLIDER
============================= */ 
.jumboMain, .jumboMain .container-fluid{
	margin:0;
	padding:0;
}

.jumboMain .container-fluid .row, .jumboMain .container-fluid .row .col-sm-12{
	margin:0;
	padding:0;
}

.jumbotron{
	background-color: #ddd;
	border: none;
}
.interiorPage{
	background-color: #FFF;
	border: none;
}

.jumbotron .h1, .jumbotron p {
	line-height: .9em;
} 
.jumbotron h1{
	line-height: 1.1em;
}

.jumbotronMain .container{
	background-color: #ddd;
	border: none;
}



/*==========================
FOOTER
==========================*/
.footer{margin: 0;}
.footer .nav>li>a{
	position: relative;
	display: block;
	font-size: 12px;
	padding: 3px 0px;
	font-weight: 300;
	color: #FFF;
}

.footer .nav>li>a:hover, .footer .nav>li>a:focus{
	background-color: #333;
}

.footer ul{padding: 0;}

.footer li{
	list-style: none;
	text-align: left;
	color: #FFF;
	font-weight: 300;
}

.footer li a{
	color: #FFF;
}
.footer i{
	margin-right: 10px;
}

.footer p{
	font-size: 12px;
}

.footer a{
	text-decoration: none;
	color: #FFF;
}

.footer .copy, .footer .copy a{
	font-size:11px;
	color: #FFF;
}
.footer .social{
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
}
.footer .utility ul li {
  display: inline-block;
  margin-left: 0px;
}


.productListing .col-sm-4{
	min-height: 350px;
}
/*==========================
TRAINING
==========================*/
.classList{border-left: 1px solid #ccc;}
.classList li{list-style: none;}

/*==========================
GALLERY PAGE
========================= */

.galleryThumb{
	margin-top: 20px;
}

#test1, #test2, #test3, #test4 {visibility: hidden;}

.interior-top{margin-top: 100px;}

/*=============================
TABS PAGE
========================= */
.table{font-size: 14px;}
.nav-tabs li{font-size: 14px;}

.tab-content{
  font-size: 14px;
  padding: 20px 0;}

/*=============================
FAQ PAGE
========================= */
.faq-item {
    padding: 10px 0 10px;
    border-bottom: 1px solid #ccc;
}
.faq-item P {
    margin-bottom: 3px;
}

/* ===========================
TABLE
=========================== */
.table td img{max-width: 225px;}
.table td:nth-child(1){width: 25%;}
.table td:nth-child(2){width: 75%;}
td .lead{margin-bottom: 0;}

.supportTable .table td{width: 15%; text-align: center;}
.supportTable .table td:nth-child(1){width: 70%; text-align: left;}

.company_careers .table td:nth-child(1){width: 75%;}
.company_careers .table td:nth-child(2){width: 25%;}

/* ===========================
FORMS
=========================== */
/*.formBlockSurveyTable tr{display: inline-block; margin-right: 20px;}
.formBlockSurveyTable tr .formBlockSubmitButton{display: none;}*/

.formBlockSurveyTable td:nth-child(1){
	width: 30%;
	text-align: right;
}
.formBlockSurveyTable td:nth-child(2){
	width: 70%;
}

.formBlockSurveyTable input, button, select, textarea {
  width: inherit;
}

/* ===========================
SIDE NAV
=========================== */
.subnav{text-align: center;}
.subnav .nav-pills{display: inline-block;}

.panel{margin-top: 20px;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #317397!important;}

.nav-pills>li {
  margin: 3px inherit;
}

.nav-pills>li>a {
	border-radius: 4px;
	background-color: rgba(0,0,0,.09);
	margin: 0 2px;
	padding: 7px 10px;
}

.nav-pills>li>a:hover {
	border-radius: 4px;
	background-color: rgba(0,0,0,.2) !important;
	margin: 0 2px;
}

/* ===========================
RESOURCES NAV
=========================== */

.dashes{
	background-image: url("../img/divider-pattern_right.png");
	background-repeat: repeat-x;
	min-height:20px;
	margin: 0;
	padding: 0;
	opacity: .2; 
}

/*.dashes{
	background-image: url("../img/divider-pattern_left.png"), url("../img/divider-pattern_right.png");
	background-position: left -2px, right -2px;
	background-repeat: no-repeat;
	min-height:20px; 
}*/

.contDivider h6{
	margin-bottom: 0;
	font-size: 16px;
}

#collapseOne ul{
	list-style-type: none;
	font-family: "museo-sans",sans-serif;
	text-align: center;
	padding: 0;
	display: inline-block;
	width: 100%;
}

#collapseOne ul li{
	display: inline-block;
}

#collapseOne ul>li>a{
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}

#collapseOne .panel-body{
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
}
#click_advance .fa{font-size: 17px;}


/* ===========================
TABS
=========================== */

.nav-tabs>li>a {
  background: #555;
  background: linear-gradient(225deg, transparent 10px, #555 0) top right;
  border: 1px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #FFF;
  text-transform: uppercase;
  /* border: 0; */
  border-radius: 0;
}

.nav-tabs>li>a:hover {
  background: #333;
  background: linear-gradient(225deg, transparent 10px, #333 0) top right;
  border: 1px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 0;

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background: #317397;
  background: linear-gradient(225deg, transparent 10px, #317397 0) top right;
  border: 1px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #FFF;
  text-transform: uppercase;
  /* border: 0; */
  border-radius: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

ul.nav-tabs h6{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 0;
}

/*==========================
HELP BUTTON
========================= */
#livehelp{display: none;}
.help-button{	
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #317397;
	padding: 5px 15px;
	font-size: 14px;
	z-index: 999;
}

.help-button i{
	margin-right: 5px;	
}
.help-button .fa{
	font-size: 26px;	
}
.help-button a{
	color: #FFF;
	font-size: 16px;
}

.help-button a:hover{
	text-decoration: none;
}

.help-button .btn{	
	position: absolute;
	top: -10px;
	right: 0px;
	background: linear-gradient(135deg, transparent 9px, #317397 0) top left;
	padding: 2px 15px;
}

.help-button .btn a{
	margin-left: 5px;
	margin-top: 0;
	font-size: 9px;
	line-height: 9px;
	vertical-align: text-top;
}	
.help-button a span{
	font-size: 9px;
  	display: block;
}	

/*.help-button .btn:hover{	
	background: #317397;
}*/

.training #livehelp, .support #livehelp{display: block;}


/* ===========================
BREADCRUMB NAV
=========================== */
.breadcrumb {
	/* padding: 8px 15px; */
	/* margin-bottom: 20px; */
	padding: 0;
	list-style: none;
	background-color: transparent;
	text-align: left;
	/* border-radius: 4px; */
  }


/* ===========================
PRODUCT SUB MENU LIST ITEM
=========================== */
.productSubMenu li{
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	font-size: 12px
}

.productSubMenu .text-info span{
	background: linear-gradient(494deg, transparent 14px, #256181 0) top left;
	background-size: 80px;
	padding: 0 8px;
	margin-right: 5px;
	font-size: 10px;
	vertical-align: text-top;
}

.productSubMenu{
	padding: 0;
	margin-bottom: 10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0 15px;
	margin-top: 10px;
}
/* =========================
MATRIX
========================= */
.matrixTable{}

.matrixTable .table td, .matrixTable .table th {
	text-align: center;
}

.matrixTable .table td:nth-child(1), .matrixTable .table th:nth-child(1) {
	width: 80%;
	text-align: left;
}

.matrixTable .table td:nth-child(2) {
	width: auto;
}

/*.matrixTable .table>tbody>tr>td{
	vertical-align: middle;
}*/

.matrixTable td ul{padding:0;}
.matrixTable td ul li{
	margin: 5px 0;
	list-style-type: none;
	font-size: 12px;
}


.evenWidthTable .table td:nth-child(1), .evenWidthTable .table th:nth-child(1) {
	width: auto;
	text-align: left;
}

.evenWidthTable .table td:nth-child(2) {
	width: auto;
}

.mobileHeaderRow{display: none;}

/* =========================
NEWSLETTER ARCHIVES
========================= */
.newsletterArchive p{margin: 20px 0;}
.newsletterArchive p.text-muted{margin-top: 0;}
.newsletterArchive h1{margin-bottom:0px;}
.newsletterArchive h2{margin-top:40px;}

/* =========================
CONTACT FORMS
========================= */
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-horizontal h3 {
    margin: 5px 0 20px;
}

.form label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500; 
}

/* =========================
TABLE
========================= */

.renewal td, th {
    padding: 10px;
}

.renewal table{margin-bottom: 20px;}

/* =========================
LOGIN
========================= */
.actions .btn{margin-top: 10px;}
.login h3, .register h3, .profile h3{
	margin-bottom:10px;
	padding-top:40px; 
}
.login .page-header, .register .page-header, .profile .page-header{border-bottom: none;}

.ccm-error {
    padding-top: 20px;
}
/* =========================
EVENT REG
========================= */
.events_register h4 span{color: #317397;}
.events_register form .col-xs-8{padding-left: 0}
.events_register form .btn{margin-top: 10px;}


/* =========================
QUERIES
========================= */

@media screen and (min-width: 992px) {

}
@media screen and (max-width: 1024px) {
	.ctpl3-flex .flexslider-container119 img {
		max-height: 380px !important;
	}
	.jumbotron h1, .jumbotron .h1 {
  		font-size: 48px;
  	}
}

@media screen and (max-width: 991px) {
	.ctpl3-flex .flexslider-container119 img {
		max-height: 300px !important;
	}
	.jumbotron h1, .jumbotron .h1 {
  		font-size: 48px;
  	}
  	.contDivider h6{
		max-width: 35%;
	}

	.utility {
  		font-size: 10px;
	}

	span.utility-hide{display: none;}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 8px;
		font-size: 12px;
	}

	.nav-pills>li>a {
	  position: relative;
	  display: block;
	  padding: 8px 9px;
	  font-size: 11px;
	}

	.navbar-header .headerLogo{
		margin: 0 0 0 20px;
		padding: 0;
		font-size: 30px;
		display: block;
		width: 164px;
		height: 40px;
		background: url("../img/CATI_logo_final_smaller.png") no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-family: "Comic Sans MS";
	}
	.navbar-header h1{
		height: 40px;
		margin: 0;
		padding: 0;
	}
}

@media (min-width:769px){
	.dropdown:hover .dropdown-menu {
	    display: block;
	}
}

@media (max-width:768px){
	body{padding-top: 64px;}
	

	.contDivider h6{
		max-width: 65%;
	}

	.utility ul{padding:0; }

	.userPath{
		border-right: none;
	}

	.partners .fluidRow .col-sm-6:first-child{
		border-right: none;
		border-bottom: 1px solid #eee;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.lead{font-size: 18px;}
	p{font-size: 14px;}
	.dropdown-menu{font-size: 12px;}
	.classList{border-left: none;}
	.footerNav{display: none;}
	.footerNav:first-child{display:block;}

}

@media (max-width:767px){
	.utility{
		display: block;
		float:right;
		font-size: 11px;
		margin-top: 5px;
	}

	.utility-toggle i{
		font-size: 20px;
		margin-top: 3px;
	}
	/*.utility-toggle {
		display: inline;
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 0;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}*/
	.navbar-nav{float: left;}
	.navbar .container-fluid{padding: 0;}
	.navbar-header h1{
		height: 40px;
		margin: 0;
		padding: 0;
	}
	.navbar-brand {font-size: 30px;}
/*	.navbar-toggle {margin-top: 16px;}
*/	.utilityRight{float: right;}
	.small-hide{display: none;}
	.navShow{display: block; float: right;}
	.toggle-show{
		display: block;
	} 

	.utility-toggle {
		display: inline;
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 0;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.navbar-toggle {
	  position: relative;
	  float: right;
	  margin-right: 15px;
	  padding: 8px 7px;
	  margin-top: 5px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}
	body{padding-top: 48px;}

	
}

@media(max-width:480px){
	body{padding-top: 48px;}
	.utility .utility-hide{display: none;}
	.utility .fa {
  		font-size: 16px;
		padding: 5px;
 	}
 	.utility .fa .fa-rss {
		padding-right: 0;
 	}
 	.utility ul li {
		margin-left: 0px;
		margin-right: 0px;
	}

	#collapseOne ul{
		font-size: 11px;
	}


	.utility-toggle {
		display: inline;
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 0;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.navbar-toggle {
	  position: relative;
	  float: right;
	  margin-right: 15px;
	  padding: 8px 7px;
	  margin-top: 5px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}

	.navbar-header h1{
		height: 40px;
		margin: 0;
		padding: 0;
	}

	.navbar-header .headerLogo{
		margin: 0;
		padding: 0;
		font-size: 30px;
		display: block;
		width: 164px;
		height: 40px;
		background: url("../img/CATI_logo_final_smaller.png") no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-family: "Comic Sans MS";
	}

	.mobileHeaderRow{
		display: table-row;
		font-size: 11px;
	}
	.matrixTable p{font-size: 11px;}
	.headerRow{display: none;}
	.matrixTable td ul{display: none;}


}

@media(max-width:320px){
}
