﻿@charset "UTF-8";
/* CSS Document */

/*PT COLORS
   #0067B1: PT Blue
   #FBBA3A: PT Yellow
   #D12026: Red
   */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5em;	
	/*background-color: #EEEEEE;*/
}
body.login {
	background-color: #EEEEEE;
}
body.survey {
	background-color: #FFFFFF;
}
.container {
    background-color: #FFFFFF;
}
/* Add a transparent background color to the top navigation */
.topnav {
    background-color: transparent;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #9797A6;
	text-align: center;
    padding: 30px 10px;
    text-decoration: none;
    font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
	font-size: 30px;
}

/* When the screen is less than 800 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a {display: none;}
  .topnav a {padding: 0;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/*Center navbar content */
.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.navbar-inner {
  text-align:center;
}
/*End Center navbar content */


	
	
h1, h2, h3, h4 {
	color: #0067B1;
}
h1 {
	font-size: 30px;
	line-height: 1.5em;
}
.serif {
	font-family: 'Droid Serif', serif;
}
h2 {
	font-size: 24px;
	line-height: 1.3em;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
h4 {
	font-size: 17.5px;
}
.serif {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-style: italic;	
}
.bookWeightSmall {
	font-weight: 300;
	font-size: 12px;
	color: #000;
}
.bookWeightSmallRed {
	font-weight: 300;
	font-size: 12px;
	color: #D12026;
}
.bookWeight {
	font-weight: 300;
}
.homeText {
	font-size: 13px;
}
.homeTextRed {
	font-size: 13px;
	color: #D12026;
}
.muted {
	color: #666;
}
.red {
	color: #D12026;
}
.blackBold {
	color: #000;
	font-weight: 600;
}
.black {
	color: #000;
}
.redBold {
	color: #D12026;
	font-size: 16px;
	font-weight: 700;
}
.teal {
	color: #56b09c;
}
.tealBold {
	color: #56b09c;
	font-size: 16px;
	font-weight: 700;
}
.blueBold {
	color: #0067B1;
	font-size: 16px;
	font-weight: 700;
}
.blue {
	color: #0067B1;
	font-size: 16px;
}
.yellow {
	color: #FDAD19;
}
.greenBold {
	color: #62A532;
	font-size: 16px;
	font-weight: 700;
}
.grey {
	color: #666;
}
.liteGreenBold {
	color: #A1BA42;
	font-size: 16px;
	font-weight: 700;
}
.liteRedBold {
	color: #D8725C;
	font-size: 16px;
	font-weight: 700;
}
.liteBlueBold {
	color: #75ACD3;
	font-size: 16px;
	font-weight: 700;
}
.redBox {
	background-color: #D12026;
	padding: 15px; 
	margin: 0 0 10px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.testimonial {
    font-size: 15px;
    font-weight: normal;

}
.quoteIndent {
	margin: 30px 80px 30px 50px;	
}
.left_quote {
    padding-right: 0px;
    margin-right: 5px;
}
.right_quote {
    padding-left: 0px;
    margin-left: 5px;
}
.quoteAttribute {
    font-weight: 300;
    font-size: 14px;
	/*padding-left: 50px;*/
	text-align: right;
}
	
/*New Button*/
.btn-purple.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-purple {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #8559DE;
  background-image: -moz-linear-gradient(top, #AD59DE, #8559DE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AD59DE), to(#8559DE));
  background-image: -webkit-linear-gradient(top, #AD59DE, #8559DE);
  background-image: -o-linear-gradient(top, #AD59DE, #8559DE);
  background-image: linear-gradient(to bottom, #AD59DE, #8559DE);
  background-repeat: repeat-x;
  border-color: #8559DE #8559DE #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffAD59DE', endColorstr='#ff#8559DE', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
  color: #ffffff;
  background-color: #8559DE;
  *background-color: #003bb3;
}

.btn-purple:active,
.btn-purple.active {
  background-color: #003399 \9;
}


/*-------------nav styles-------------*/

.navbar .nav > li > a {
	float: none;
	padding: 10px;
}
input, textarea, .uneditable-input /*for search box in navbar*/{
	width: 175px;
}
.nav .dropdown {
	color: #fff;
}
#search .btn {
	margin-bottom: 8px;
}
.tinyItal {
	color: #999;
	font-size: 75%;
	font-style: italic;
}

/*-------------Carousel styles-------------*/
.carousel {
  margin-bottom: 0;
}
.carousel-caption {
	background: #333333;
	background: rgba(0, 0, 0, 0.50);
}
.carousel-caption h4, .carousel-caption p {
  line-height: 20px;
  color: white;
  padding: 0 10px;
}
.carousel-caption a {
	color: #FDAD19;
	font-weight: 600;
}
.carousel-control {
	width: 20px;
	height: 20px;
	font-size: 30px;
	line-height: 12px;
	border: 2px solid white;
}
.captionBold {
	font-size: 17.5px;
	font-weight: 600px;
}
.controlRightAdjust{
    margin-right: 50px;
}

/*Carousel Caption 2*/
.carousel-caption2 {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 15px 50px;
	background: none;
}

.carousel-caption2 h4,
.carousel-caption2 p {
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
}

.carousel-caption2 h4 {
  margin: 0 0 5px;
}

.carousel-caption2 p {
  margin-bottom: 0;
}
.carouselQuoteAttribute {
    font-weight: 300;
    font-size: 16px;
	padding-left: 50px;
}
.carouselQuoteMarkLeft {
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	padding-right: 5px;
}
.carouselQuoteMarkRight {
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	padding-left: 5px;
}

/*-------------Home Page main content styles-------------*/
#missionAccordian .accordion-group {
	border: none;
}
#missionAccordian {
	/*margin-top: 20px;*/
	margin-top: 35px;
}
#missionAccordian .accordion-heading {
	text-align: center;
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-weight: 400;
}
#missionAccordian .accordion-heading a {
	color: #0067B1;
}
.programs {
	height: 37px;
	margin-bottom: 20px;
	background-image: url(../images/homePrograms/programs_back2.png);
	background-repeat:no-repeat;
	background-position:center; 
	text-align: center;
	font-weight: 900;
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	padding-top: 4px;
}
.regions {
	background-image: url(../images/homePrograms/regionsBack.png);
	background-repeat:repeat-x;
	background-position:top; 
}
.regions img {
	margin: 6px 0;
}
.regionsText {
	background-color: #fff;
	font-weight: 300;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
}
.programTitle {
	font-size: 11px;
	font-weight: 300;
	color: #666;
	text-align: center;
}

.center {
	text-align: center;
}
.modal-body li {
	text-align: left;
	margin-bottom: .8em;
}
.news {
	outline: 1px solid #D8D8D8;
	background-color: #E5ECF0;
	margin-bottom: 20px;
}
.newsText {
	color: #333;
	font-size: 300;
	font-size: 16px;
	padding: 10px;
}

.bookWeightSmall {
	font-weight: 300;
	font-size: 12px;
	color: #000;
}
.blueGrey {
	background-color: #E5ECF0;
}
.horLine { 
	border-top : 1px dotted #73add3; 
}
.horLine2 { 
	border-top : 1px dotted #F8B947; 
}
.largeText {
	font-size: 16px;
}
.programHomeMain {
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
}
.imagePad {
	padding-left: 10px;
}
.thumbnail.with-caption {
  display: inline-block;
  background: #f5f5f5;
  margin-left: 10px;
}
.thumbnail.with-caption p {
  margin: 0;
  padding-top: 0.5em;
  text-align: center;
}
.thumbnailNoBorder {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
.homeCounts {
	color: #0B599D;
	font-size: 14px; 
}

/*-------------Sub Page content styles-------------*/
.PTbutton {
	padding-bottom: 5px;
	margin-top: 8px;
}
.branding {
	margin: 5px;
}
.tagline {
	color: #0067B1;
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}
.YT2Llogo {
	margin-bottom: 10px;
}
.YT2Lhead {
	margin-top: 20px;
	color: #0067B1;
}
.YT2Lhead2 {
	margin-top: 20px;
	color: #004071
}
.indent {
	margin-left: 50px;
}
.mid {
	left:50%;
}
.allCaps {
	text-transform: uppercase;
}
.small {
	font-size: 12px;
}
.rightImage {
	padding-left: 10px;
}
p sup {
	font-size: 50%; vertical-align: top;
}
.attribute {
	font-weight: 300;
	font-size: 14px;
}
.blueGreyPromo {
	background-color: #E5ECF0;
	font-size: 18px;
}
.accordianSmallText {
	font-size: .80em;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.bottomLineBreak {
	margin-bottom: 20px;
}
.formBorder {
	outline: 1px solid #ccc;
}
.formHead {
	color: #D12026;
	font-size: 16px;
	font-weight: 700;
	padding-top: 20px;
	text-align: center;
}
.ruleSpace {
	margin: 10px 0;
}
.twitterSpace {
	padding-top: 20px;
}
/*.tableBorder table, th, td {
	border: 1px solid #E5ECF0;
}*/
.tableCellColor {
	background-color: #F7FBFF;
}
.tableCellColor2 {
	background-color: #DFF4FF;
}
.cellSpace {
	padding-right: 30px;
}
.cellSpaceLeft {
	padding-left: 30px;
}

.formBorder {
	border: 1px solid #E5ECF0;
	padding: 10px;
}
.formRed {
	color: #D12026;
	font-size: 11px;
}
.marginFix {
	margin-top: -10px;
}
.padding {
	padding: 10px;
}
.topBottom10 {
	padding: 10px 0;
}
.right5 {
	padding-right: 5px;
}
.right10 {
	padding-right: 10px;
}
.right20 {
	padding-right: 20px;
}
.left20 {
	padding-left: 20px;
}
.marginLeft5 {
	margin-left: 5px;
}
.marginLeft10 {
	margin-left: 10px;
}
.top10 {
	padding-top: 10px;
}
.top20 {
	padding-top: 20px;
}
.top30 {
	padding-top: 30px;
}
.top40 {
	padding-top: 40px;
}
.top50 {
	padding-top: 50px;
}
.bottom10 {
	padding-bottom: 10px;
}
.bottom20 {
	padding-bottom: 20px;
}
.marginBotom20 {
	margin-bottom: 20px;
}

.marginBotom40 {
	margin-bottom: 40px;
}
.wideForm {
	
}
.wideForm input {
	width: 300px;
}
.larger {
	font-size: 1.2em;
	font-weight: 600;
}
.buttonPosition {
	text-align: center;
	margin-bottom: 50px;
}
sup { 
	vertical-align: top; 
	position: relative; 
	top: .3em;
}
iframe {
    max-width: 100%;
}

/*------------table styles-------------*/
.table-borderless > thead > tr > th
.table-borderless > thead > tr > td 
.table-borderless > tbody > tr > th 
.table-borderless > tbody > tr > td 
.table-borderless > tfoot > tr > th 
.table-borderless > tfoot > tr > td {
    border: none;
}
/*-------------list styles-------------*/
.square ul {
	margin: 10px 15px;
}
.square li {
  	list-style: url(../images/yellowBullet.gif);
	margin: 8px 0;
}
.star ul {
	margin: 10px 15px;
}
.star li {
  	list-style: url(../images/yellowStar.gif);
	margin: 4px 0;
}
.circle ul {
	margin: 10px 15px;
}
.circle li {
  	list-style: circle;
	margin: 8px 0;
}
.sponsorLogos img{
	margin-bottom: 10px;
}
.sponsorLogos li{
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}
.indent20 {
    margin-left: 20px;
}
ul.circle {
	list-style-type:circle
}
.superscript {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

/*-------------footer styles-------------*/
#footer {
	background-color: #f5f5f5;
	margin-top: 20px;
	border: none;
}
#footer p {
	padding: 0 20px;
}
#footer li {
	list-style: none;
	font-size: 11px;
	margin: 10px 0;
	line-height: 14px;
}
.footerTop {
	padding: 10px 0 0;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.footerBrand {
	padding-left: 25px;
	margin-bottom: 10px;
}
.footerBottom {
	padding: 10px 0 0;
	border-top: 1px solid rgb(230, 230, 230);
	font-size: 11px;
}
.social li {
	display: inline;
	list-style-type: none;
}

/*Number Test*/
.numberBack {
	background-image: url('../images/yellow_back.gif');
	width: 22px;
	height: 22px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	
}

/* Judith added styles Oct 15th 2017*/
label {
    /*display: inline-block !important;*/
    /*width: 22% !important;*/
    /*width: 300px !important;*/
    width: 100%;
    margin-left: 15px;
    margin-top: -18px;
}
label .question {
    display: inline-block !important;
    /*width: 90%;*/
}

