/* - - - - - - - - - 
COLORS
--------------------
Light blue: #98bdda
Teal: #0b4251
Dark blue: #001928
Gray: #b5b5b5
Turqouise: #005c68                                            
- - - - - - - - - */


/* - - - - - - - - - 
GENERAL STYLES 
- - - - - - - - - */
body, h1, h2, h3, h4, p {
	font-family: "Open Sans", "Franklin Gothic", Arial, sans-serif !important;
	color: #0b4251;
	margin-bottom: 0 !important;
}
body {
	background-color: #002540 !important;
}

ul {
	list-style-image: url("../images/listItemImage.png");
}
article ol, article ul {
	margin: 10px 0;
}
article ol li, article ul li, .col-lg-8 ul li {
	font-size: 14px;
	margin: 5px 0;
}
article blockquote {
    font-style: italic;
}
p {
	line-height: 23px;
	font-size: 14px;
}
blockquote {
    padding: 0 20px 0 10px;
    margin: 0 0 0 20px;
    font-size: 17.5px;
    border-left: none !important;
    font-weight: bold;
}
.container {
	width: 100% !important;
}
.phirButton, .mainHead form#searchform input[type="submit"], .cntctfrm_input input[type="submit"] {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005774+0,005774+50,0b4251+50,0b4251+100 */
	background: #005774; /* Old browsers */
	background: -moz-linear-gradient(top,  #005774 0%, #005774 50%, #0b4251 50%, #0b4251 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005774), color-stop(50%,#005774), color-stop(50%,#0b4251), color-stop(100%,#0b4251)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #005774 0%,#005774 50%,#0b4251 50%,#0b4251 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #005774 0%,#005774 50%,#0b4251 50%,#0b4251 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #005774 0%,#005774 50%,#0b4251 50%,#0b4251 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #005774 0%,#005774 50%,#0b4251 50%,#0b4251 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005774', endColorstr='#0b4251',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	color: white;
	font-size: 15px;
	letter-spacing: .03em;
	padding: 8px 20px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.phirButton.gray {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,dddddd+51,c9c9c9+51,c9c9c9+100 */
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #dddddd 51%, #c9c9c9 51%, #c9c9c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(51%,#dddddd), color-stop(51%,#c9c9c9), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#dddddd 51%,#c9c9c9 51%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#dddddd 51%,#c9c9c9 51%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#dddddd 51%,#c9c9c9 51%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#dddddd 51%,#c9c9c9 51%,#c9c9c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */

}
.phirButton:hover {
	color: white;
	text-decoration: none;
}
.phirPattern {
	background-image: url("../images/phirPattern.png");
	background-repeat: repeat-x;
	background-position: 0 10px;
}
a.phirButton:focus, a.phirButton:hover {
	color: white;
}

.mainHead form#searchform label {
    display: none;
}
.mainHead form#searchform input[type="submit"] {
    border: none;
    display: inline;
    padding: 5px 20px;
}
.mainHead form#searchform input[type="text"] {
    height: 31px;
}
.mainHead img {
    width: 100%;
    max-width: 350px;
}
.navbar-toggle { float: left !important; }

/* - - - - - - - - - 
HEADER STYLES 
- - - - - - - - - */

.mainHead {
	padding-top: 30px;
	background-color: white;
}

/* - - - - - - - - - 
WELCOME BLOCK STYLES 
- - - - - - - - - */

.welcomeBlock {
	padding: 30px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#98bdda+0,72a3c4+100 */
	background: #005c68;
	border-top: 10px solid white;
}
.welcomeBlock h2 {
	font-size: 25px;
	text-transform: uppercase;;
	color: #ffffff;
	margin: 0;
}
.welcomeBlock p {
	color: white;
	margin: 10px 0;
}

/* - - - - - - - - - 
HOMEPAGE EXPANDER SECTION STYLES 
- - - - - - - - - */

.expanderBlock {
	padding: 0 !important;
}
.expanderBlock .phirButton {
    margin: 15px 0 0;
    width: 140px;
}

/* - - - - - - - - - 
MAIN CONTENT STYLES 
- - - - - - - - - */

.mainContent {
	background-color: #0b4251;
	padding-top: 60px;
	padding-bottom: 30px;
}
.mainContent h2 {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.mainContent h3 {
    color: white;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 15px 0;
}
p.description {
	color: white;
    letter-spacing: .02em;
    margin: 15px 0;
}
.description a, .descriptionList li a {
	color: #83AFCE;
}
.description a:hover {
	color: #83AFCE;
	text-decoration: underline;
}
ul.descriptionList li {
	color: white;
    letter-spacing: .02em;
}
.resources ul {
	padding-left: 30px;
}
.resources li {
	margin: 5px 0;
}
.resources li a {
	color: white;
	text-decoration: none;
	margin-left: 7px;
}
.resources li a:hover {
	color: #b5b5b5;
	text-decoration: none;
}
.resources .panel-body p {
	color: white;
}
.resources .panel-body a {
	color: #91B8D6;
}
.resources .panel-body a:hover {
	color: #fff;
}

/* - - Subject Matter Page Styles - - */
.mainContent.subject {
	background-color: #c4c4c4;
}
.mainContent.subject h2 {
	color: #0b4251;
}
.subject p {
	margin: 15px 0;
	line-height: 25px;
}
.affix , .affix-top {
	/*width: 350px;*/
}
.subjectSidebar ul {
	list-style-image: url("../images/listitemImageSidebar.png");
}
.subjectSidebar ul li {
	text-transform: uppercase;
	margin: 7px 0;
	color: #0b4251;
}
.subjectSidebar ul li a, .subjectSidebar ul li a:hover {
	color: #0b4251;
	text-decoration: none;
}
.subjectSidebar ul li ul {
	margin-left: -20px;
}
.subjectSidebar ul li ul li {
    text-transform: none;
}
.subjectSidebar ul li ul li a {
	color: #00778d;
	text-decoration: underline;
	text-transform: none;
	font-size: 13px;
}
.articleNav {
	margin: 20px 0;
}
.previous a, .next a {
    background-color: #85B0CF;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    white-space: nowrap;
}
.previous a:hover, .next a:hover {
	background-color: #74A4C5 !important;;
	color: white !important;;
	text-decoration: none !important;
}

/* - - Resources Styles - - */
.panel, .panel-default>.panel-heading {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	color: white !important;
}
.panel-heading {
	padding: 5px 0 !important;
}
.panel-title {
	font-size: 14px !important;
}
.panel-title a {
	text-decoration: none !important;
	background-image: url("../images/listItemImage.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 14px;
	margin-left: 30px;
}
.panel-body {
	color: white !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2f5f6b !important;
    margin-top: 8px;
}
.resources h3 {

}

/* - - - - - - - - - 
FOOTER & PAGE MENU STYLES 
- - - - - - - - - */

.mainFoot {
	background-color: #002540;
	padding: 75px 0 25px;
}
.pageMenu {
	padding: 8px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#98bdda+0,72a3c4+100 */
	background: #98bdda; /* Old browsers */
	background: -moz-linear-gradient(top,  #98bdda 0%, #72a3c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98bdda), color-stop(100%,#72a3c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #98bdda 0%,#72a3c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #98bdda 0%,#72a3c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #98bdda 0%,#72a3c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #98bdda 0%,#72a3c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bdda', endColorstr='#72a3c4',GradientType=0 ); /* IE6-9 */

}
.pageMenu a {
	font-size: 15px;
}
.mainFoot a, .pageMenu a {
	color: white;
	text-transform: uppercase;
	font-size; 12px;
}
.mainFoot a:hover {
	color: #b5b5b5;
	text-decoration: none;
}
.pageMenu a:hover {
	color: #fff;
	text-decoration: none;
}

.pageMenu li>a:hover, .pageMenu li>a:active {
	background-color: #002540 !important;
	border-radius: 5px;
}
.navbar-default {
	background-color: transparent !important;
	border: none !important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #e3e3e3;
}
.navbar-collapse li a {
	color: white !important;
}
.navbar { margin-bottom: 0 !important;}
.mainFoot div, .pageMenu div {
	text-align: center;
}

/* - - - - - - - - - 
CONTACT FORM STYLES
- - - - - - - - - */

#cntctfrm_first_column input, #cntctfrm_first_column textarea {
    width: 100%;
    margin-bottom: 15px;
}
.cntctfrm_input input[type="submit"] {
	border: none;
}
.cntctfrm_label label {
	font-family: "Open Sans", "Franklin Gothic", Arial, sans-serif !important;
	color: #0b4251;
	margin: 3px 0;
}
#cntctfrm_thanks {
	font-family: "Open Sans", "Franklin Gothic", Arial, sans-serif !important;
	color: #0b4251;
	margin: 10px 0;
	font-size: 16px;
}