﻿/* colin additions - start */

/*@import url('http://test1.facs.org/ebusiness/Sitefinity/WebsiteTemplates/twbs/App_Themes/Twbs/global/header.css');
@import url('http://test1.facs.org/ebusiness/Sitefinity/WebsiteTemplates/twbs/App_Themes/Twbs/global/style.css');
@import url('http://test1.facs.org/ebusiness/Sitefinity/WebsiteTemplates/twbs/App_Themes/Twbs/global/acs-custom.css');
@import url('http://test1.facs.org/ebusiness/Sitefinity/WebsiteTemplates/twbs/App_Themes/Twbs/global/bootstrap-adjustments.css');
*/

/*@import url('/Content/Twbs/global/header.css');
@import url('/Content/Twbs/global/style.css');
@import url('/Content/Twbs/global/acs-custom.css'); */


/*@import url('/ebusiness/Content/Twbs/global/bootstrap-adjustments.css'); */

.acsMobileLogo {
    display: none !important;
}

.refButton {
    background-color: #3d68b2;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    padding: 10px;
    margin-top: 10px;
}

.refButton:hover {
    background-color: #015b7e;
    color: #ffffff !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*================================================== */
/*	footer
================================================== */
#footer {
    background: #fff;    
    border-top: 3px solid #222223;
    padding-top: 15px;
}
#footer a {
    color: #fff;
}
    #footer h4 {
        color: #222223 !important;
        font-weight: bold !important;
        border-bottom: 1px solid #222223;
    }
    #footer a,
    #footer ul {
        color: #222223;
    }

    #footer .footerCredits {
        background: #222223;
        color: #fff;
    }
#footer .footerCredits li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}
#footer .footerCredits a,
#footer .footerCredits li {
    color: #fff;
    margin-top:10px;
    list-style-type:none;
}
#footer .footerCredits a:hover {color: #00B4CC;}

.footerCredits {
        font-size: 12px;
}
.footerLinks {
    font-size: 12px;
}

.accordmobile li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.accordmobile li a {
    color: #ffffff !important;
    list-style-type: none !important;
    font-size:14px;
}

.copyRight {
    padding-top: 10px;
    margin-left: 15px;     
}
#footer h6 {
    color: #222223 !important;
}
.headerBar {
    height: 40px;
    background-color: #3d68b2;
    margin-top: 10px;
    padding-top: 10px;
}

/*colin  additions -end */

.col-sm-4 {
    width: 33.3333%;
	float: left;
}


/*General Site Styles */

body
{
    background-color:#ffffff;
    margin: 0px;
    font-family: verdana,helvetica,sans-serif;
    /*font-size: .8em;*/
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #5A5A5A ;
    line-height: 16pt
}

.content p, .content td {
    font-family: Arial;
    font-size: 13pt;
    line-height: 20pt;
    color: #5a5a5a;
}

.content h1   {
    font-family: Arial;
    font-size: 22pt;
    line-height: 24pt;
    color: #000;
    }   
        
.content h2 {   
    font-family: Arial;
    font-size: 16pt;
    color: #3d68b2;
    font-weight: bold;
    }   
        
.content h3  {
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #3d68b2;
    }   
        
.content h4  {   
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #3d68b2;
    } 
  
.panel-default > .panel-heading {
    color: #666666;
    background-color: #ffffff;
    border-color: #dddddd;
    font-size: 16px;
    font-weight: bold;
}

/*Sub Nav Survey Items*/

#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding: 10px;
    cursor: pointer;
    border-bottom:1px solid #84cde3;
    margin-right:5px;
    margin-left:5px;
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
    z-index: 5000;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
    border: 1px solid #f2f2f2;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
    border-bottom:1px solid #f2f2f2;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}


#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

.questions {
font-weight:bold;
font-style:italic;
}

ul.list-unstyled {

    font-size: 16px;}
ol.list-unstyled {

    font-size: 16px;}

/*Mega Menu*/
.container{width:100%;}

ol, ul {
	list-style: none;
}
.main_menu {
    width: 100%;
    position: relative;
    padding: 15px;
}

.main_menu li {
      float: left;
    /* margin-right: 5px; */
 
}


.main_menu li > a {
  padding:15px;
  height: 51px;
  color: #666666;
  display: block;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-family:Arial, sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-bottom: 2px solid #84cde3;
  text-decoration:none;
  cursor:pointer;
      border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-left:1px solid #f2f2f2;

}

.main_menu li:hover > a, .main_menu li > a:hover {
  color: #666666;
  background: #ffffff;
  border-bottom: 2px solid #f79326;

}

.main_menu .submenu {
  position: absolute;
  display: none;
  font-size: 14px;
   background: rgba(238, 238, 238, 0.8);
  width: 100%;
  display: none;
  left: -10px;
  z-index: 100;
  padding: 0px 20px 20px 15px;
  border: 1px solid #f2f2f2;
  
}

.main_menu li.open .submenu {
  display: block;
  top: 70px;
}

.xBtn {
    color:#ff0000 !important;
    margin-top:10px !important;
    opacity:1 !important;
    font-size:35px !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .main_menu li.open .submenu {
  margin-top: 0px;
}
}

.submenu > li > a{
 font-family:arial, sans-serif;
 padding:10px 40px;
 cursor:pointer;
 color:#666666;
 text-decoration:none;
}

.submenu a:hover{
 color:#84cde3;
}

/* menu content */
.nav-column {
  float: left;
  padding: 1.5% 1.5% 1.5% 0;
  width: 170px;
}



.nav-column ul{
width:170px;
position: relative;
}
.nav-column li a {
    color: #666666;
    display: block;
    font-weight: normal;
    line-height: 26px;
    width: 160px;
    padding: 5px 10px;
    height:100%;
    border-bottom:1px solid #f2f2f2;
}
.nav-column li a:hover {
  color: #666666;
  background-color:#ffffff;
  border-bottom:1px solid #f79326;
}
h3 {
  color: #372f2b;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

/* menu list */
.nav > li {
  float: left;
}

/* menu links */
.nav > li > a {

    background: #ffffff;
    border-bottom: 1px solid #84cde3;
    color: #666666;
    display: block;
    font-weight: normal;
    line-height: 54px;
    padding: 0 20px;
    position: relative;
    transition: all .3s ease;
    z-index: 510;
    margin-right: 4px;

}
.nav > li > a:focus,
.nav > li:hover > a {
  background: #f2f2f2;
  cursor:pointer;
}
.nav > li:first-child > a {
  border-left: none;
  border-radius: 0;
}
/*Mega Menu Ends*/


/*Previous/Next Buttons*/

.btn-pn {
    color: #fff;
    background-color: #EF9E24;
    border-color: #EF9E24;
}

.btn-pn:hover, .btn-pn:focus, .btn-pn:active, .btn-pn.active, .open .dropdown-toggle.btn-pn {
     color: #fff;
    background-color: #ce7925;
    border-color: #ce7925;

}

.bordpad {
    border-bottom:1px solid #f2f2f2;
    padding-bottom:5px;
    margin-bottom:10px;
    margin-top:20px;
}

.orangeheading {
color: #EF9E24 !important;
    background-color: Transparent;
    font-size: 22pt;
    font-weight: bold;
}


/* Custom container 
.container
{
    margin: 0 auto;
    max-width: 1000px;
}*/
.container > hr
{
    margin: 60px 0;
}


ul.nav
{
    color:white
}
.navbar ul.nav > li :hover,
.navbar ul.nav > li.active ,
.nav-collapse .collapse
{
    color: #F8BB5E;
}
.navbar-inverse .brand, 
.navbar-inverse .nav > li > a,
.nav-collapse .collapse  .nav >li > a
{
    color:white;
}


div.modal-body {
    background-color: white;
    text-align: center;
}
div.modal-header{
    background-color:white;
}
select, textarea, [type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    color:black !important; 
}
/*.navbar-inverse .navbar-inner {
  background-color: #015b7e;
    background-repeat: repeat-x;
    border-color: #015b7e;
    background-image: linear-gradient(to bottom, #23c2ff, #015b7e);
*/
textarea {
    min-height: 100px
}

label {
    display: inline;
    padding-left: 5px;
}

.ajax__fileupload_uploadbutton {
    visibility: hidden;
}

#divTreeView {
    background-color: #d3d3d3;
}

#ctl00_containerPlaceHolder_ACSSurvey_txtShortAnswer_0_0 {
    height: inherit;
    width: 80px;
}

#ctl00_containerPlaceHolder_ACSSurvey_txtShortAnswer_0_1 {
    height: inherit;
    width: 75px;
}

#ctl00_containerPlaceHolder_ACSSurvey_txtShortAnswer_0_2 {
    height: inherit;
    width: 50px;
}

#ctl00_containerPlaceHolder_ACSSurvey_txtShortAnswer_0_3{
    height: inherit;
    width: 100px;
}

.acs-survey-spin {
  -webkit-animation: spin .8s infinite linear;
  -moz-animation: spin .8s infinite linear;
  -o-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
     -webkit-transform-origin: 50% 58%;
         transform-origin:50% 58%;
         -ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes acs-survey-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes acs-survey-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes acs-survey-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {


.main_menu li:hover .submenu {
  top: 120px !important;
}
}