body {
	background-color: #fcfcfc;
}
.pageheader { display:none; }
.topsection {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
 	justify-content: space-between;   
}

.leftAside {
	width: 70%;
	box-sizing: border-box;
	padding: 5px;
}

.rightAside {
	width: 30%;
	box-sizing: border-box;
	padding: 5px;
}

.heading.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.login h3, .sidebar h3 {
    background-color: #2B3990;
    color: white;
    padding: 2px 5px;
    box-sizing: border-box;
}

label {
    width: 40%;
    display: inline-block;
}

.special {
    border-bottom: 1px solid #d7dfe4;
    padding-bottom: 8px;
}

h4.programtitle {
	color: #0fa1d5;

}

h4.programtitle .deadline {
	color: #333;
}

input.btn {
	color: #fff;
    background: #0fa1d5;
    padding: 15px 40px;
    border: 1px solid #0fa1d5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

input.btn:hover {
    color: #0fa1d5;
    background: transparent;
}
/****************************************
 * Expand / Collapse Steps
 ****************************************/
#steps {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#steps li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#steps li li{
  list-style-type: disc;
  margin: auto;
  padding: auto; }
  #steps li ol li{
  list-style-type: decimal;
}
#steps a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 5px; }
#steps .collapse a {
  display: inline;
  padding: 0;
 }
#steps p.switch {
  padding: -1em 0 0.5em 0;
  margin: 0.3em 0;
  text-align: right; }
#steps div.collapse {
  margin: 0 0 10px 10px; }
#steps li h4 {
  width: 100%;
  margin: 0;}
#steps .expand a {
  display: block;
  background-color: #f1f1f1;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  background-repeat: no-repeat; }
  #steps .expand a:link, #steps .expand a:visited {
    background-image: url("/static/img/arrow-down.gif");
    background-position: 98% 50%; }
  #steps .expand a:hover, #steps .expand a:active, #steps .expand a:focus {
    text-decoration: underline;
    outline: 0 none; }
  #steps .expand a.open:link, #steps .expand a.open:visited {
    background-image: url("/static/img/arrow-up.gif");
    background-position: 98% 50%; }
#steps p.switch a, #steps .collapse a {
	display: inline;
	background-color: transparent;
	border-color: none;
	border-width: 0; }
	.programinfo #steps .collapse a:link, 
	.programinfo #steps .collapse a:active, 
	.programinfo #steps .collapse a:visited, 
	.programinfo #steps .collapse a:focus, 
	.programinfo #steps .collapse a:hover,
	.programinfo #steps .expand a:link, 
	.programinfo #steps .expand a:active, 
	.programinfo #steps .expand a:visited, 
	.programinfo #steps .expand a:focus, 
	.programinfo #steps .expand a:hover	{ /* added at the request of AG to make links stand out better -- KM 3/15/13 */
		text-decoration: underline; }


@media (max-width: 880px) {
	.topsection {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.leftAside, .rightAside {
		width: 90%;
		margin: 0 auto;
	}
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 15px;
}

th {
	background-color: #4a0d66;
	color: #fff;
	width: 100%;
}

.datesml {
    font-size: .8em;
}


/******************
  *navigation bar 
*******************/

.nav.wrapper {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.navbar.MegaNav {
  width: 100%;
  padding: 0px;
  background-color: #fff;
  margin: 0 auto;
  }
  .navbar.MegaNav ul.nav{
    margin-bottom: 0px;
    }
    .navbar.MegaNav ul.nav.nav-tabs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: horizontal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      background-color: #2B3990;
      list-style-type: none;
      padding: 0;
      margin: 0;
      }
      .navbar.MegaNav ul.nav.nav-tabs li {
        font-weight: normal;
        width: auto;
        min-width: 12%;
        height: auto;
        border: none;
        font-size: 0.8em;
        margin: 0 auto;
      }
      
      .navbar.MegaNav ul.nav.nav-tabs > li > a {
        text-transform: uppercase;
        display: block;
        font-family: 'houschka', 'Open Sans', Arial, Helvetica, sans-serif;
        border: 0px;
        color: white;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        padding: 10px 12px 17px;
        margin: 0 2px 0 0;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-bottom: 0px;
        height: 40px;
      }
      .navbar.MegaNav ul.nav.nav-tabs > li > a:hover {
        text-decoration: none;
        background-color: #eee;
        color: #0b7297;
        cursor: pointer;
      }
      .navbar.MegaNav ul.nav.nav-tabs > li.open > a:hover {
        background-color: #4A0D66;
      }
      .navbar.MegaNav ul.nav > li.orange > a{
        background-color: #ffa400;
        color: #4a0d66;
      }
      .caret { /* arrow next to client nav dropdown items */
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
      }
      body.one .call, body.two .dates, body.three .guidelines, body.four .disclosure, body.five .credits {
        background-color: rgba(0,0,0,.1);
        } 
      a.btn.switch {
        cursor: pointer;
      }


/* EXPANDABLE SECTION STYLING */
ul.expandable {
  width: 90%;
  margin: 0;
  padding: 0;
}
ul.expandable > li {
  list-style-type: none;
padding: .5em 0;
border-bottom: 1px solid #DDD;
}
ul.expandable li.main {
  cursor: pointer;
}
ul.expandable li.main:after {
  content: '+';
  float: right;
  font-size: 1.2em;
  color: #999;
}
ul.expandable li.main.open:after {
  content: '-';
   float: right;
  font-size: 1.2em;
  color: #999;
}

ul.expandable li.single {
  cursor: default;
}

/* DIY Editing */
.walloftext {
	color:#fff;
	background-color: red;
	padding: 6px;
	font-size: 18px !important;
	border-radius: 3px;
}
.Note_CFPEditingInstructions {
	border: 1px solid red;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
}
.Note_CFPEditingInstructions h4 {
	margin: 0;
}

div#runtime_elementeditor.walloftext {
	box-sizing: border-box;
    border: 1px solid #BF324A;
    padding: 0.5em 1em;
    display: block;
    position: fixed!important;
    background-color: #fff;
    width: 80%;
    height: 90%;
    left: 10%;
    top: 5%;
    z-index: 100;
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

div#runtime_elementeditor.walloftext iframe#walloftext {
	width: 100%;
	height: 95%!important;
	border: none;
	overflow: hidden;
	margin:.5em 0;
}

#FormElementTab .EditPropertiesDiv, 
#FormElementTab .EditPropertiesDiv .EditPropertyInput, 
#FormElementTab .EditPropertiesDiv .EditPropertyInput input[type="text"], 
#FormElementTab .EditPropertiesDiv textarea,
#FormElementTab .EditPropertiesDiv .EditPropertyInput .mce-tinymce.mce-container.mce-panel { width: 100%; }

.EditPropertiesDiv .EditPropertyInput {
	margin-left: 0;
}

