@charset "UTF-8";
/* CSS Document
Client: 
Company: Informatics, Inc
Author: J Stephens
Date: 

blue: #286ba6
orange: #ff981e
*/

/* TYPOGRAPHY */
body {font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; background: url(../img/bkg-body.jpg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: "liga" on;
}
h1, h2, h3, h4, h5 {font-family: "Roboto Slab", sans-serif; font-weight: 700; color: #222;}
h1 {font-size: 42px;}
h2 {font-size: 32px; line-height: 30px;}
h3 {font-size: 21px; letter-spacing: -.5px;}
h4 {font-size: 18px;}
p {margin-bottom: 2em;}
img {max-width: 100%;}
hr {border-color: #ccc; margin: 30px 0;}
.header-group h2, #content .col-sm-8 h1 {position: relative; margin: 10px 0 40px 0; font-size: 32px;}
.header-group h2:after, #content .col-sm-8 h1:after {position: absolute; left: 0; bottom: -25px; width: 150px; height: 2px; background: #ff981e; content: "";}
.header-group p {font-size: 21px;}

/* LINKS */
a {}
a:visited {}
a.btn-theme {display: inline-block; padding: 10px 15px; background: #904098; color: #fff; text-transform: uppercase; font-weight: 600; box-shadow: 3px 3px 5px rgba(0,0,0,.1), inset 0 20px 20px rgba(255,255,255,.2); opacity: .9;}
a.btn-theme:hover {text-decoration: none; opacity: 1;}
.container {position: relative;}

/* Animate */
.ccm-page a {
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}

/* Mobile First */
#header {border: 0; margin: 0; border-top: 5px solid #084e94; position: relative; border-radius: 0;}
#logo {display: block; padding: 10px; text-align: center;}
#toggle {background: #084e94; margin: 0; width: 100%; border-radius: 0;}
#toggle .icon-bar {background: #fff;}

#navbar {background: #fff;}
#nav-main {margin: 0 -15px;}
#nav-main > li > a {color: #444; border-bottom: 1px dotted #ccc; font-weight: bold;}
#nav-main ul {list-style: none; padding: 5px 0;}
#nav-main ul a {display: block; font-size: 14px; padding: 5px 5px 5px 25px; color: #444;}

#nav-mini {margin: 0;}
#nav-mini a {color: #444; border-bottom: 1px dotted #ccc; padding: 10px 15px;}

#hdr-tools {margin: 0 -15px; overflow: hidden;}
#hdr-tools form {position: relative;}
#hdr-tools input {width: 100%; height: 40px; background: #fff; border: 1px solid #ccc; text-indent: 10px;}
#hdr-tools button {background: none; border: 0; position: absolute; right: 0; top: 0; width: 40px; height: 40px; color: #904098;}
#hdr-tools .hdr-buttons {padding: 10px 0;}
#hdr-tools .hdr-buttons a {border-radius: 4px; font-size: 12px; display: block; margin: 0 0 10px 0; text-align: center;}

#hdr-tools a.aLogin {padding: 10px 15px; color: #444; border-bottom: 1px dotted #ccc; display: block;}
#hdr-tools a.aLogin:hover {background: #eee; text-decoration: none;}

#hero {position: relative; padding: 0 0 30px 0; margin: 15px 0 0 0;}
#hero .slide-text {background: #eee; padding: 20px;}
#hero .slide-text h2 {margin: 0 0 20px 0;}
#hero #pager {text-align: center; position: absolute; bottom: 0; width: 100%;}
#hero #pager span {display: inline-block; width: 10px; height: 10px; background: #ccc; border-radius: 50%; text-indent: -999em; margin: 0 2px;}
#hero #pager span.cycle-pager-active {background: #084e94;}
#hero #next, #hero #prev {display: none;}

#featured-links {background: #904098; box-shadow: 3px 3px 5px rgba(0,0,0,.2); margin: 20px 0 40px 0;}
#featured-links a {display:block; color: #fff; padding: 25px 10px 25px 80px; position: relative; border-bottom: 1px dotted rgba(255,255,255,.2);}
#featured-links img {position: absolute; left: 10px; top: 50%; margin-top: -25px; width: 50px;}

#featured-links h4 {color: #fff; margin: 0 0 5px 0;}
#featured-links p {margin: 0; font-size: 13px; opacity: .8;}
#featured-links a:nth-of-type(2n) {background: rgba(0,0,0,.15);}
#featured-links a:hover {text-decoration: none; background: rgba(0,0,0,.25); box-shadow: 2px 2px 5px rgba(0,0,0,.2);}

#featured-links a.featured-links-arrow {padding: 25px 10px 25px 60px;}
#featured-links a.featured-links-arrow i {position: absolute; left: 5px; top: 50%; margin-top: -15px;width: 50px; height: 50px; border-radius: 50%; text-align: center; font-size: 30px;}

.feature-content {font-size: 14px; margin: 0 0 20px 0;}
.feature-content h3 {color: #904098; margin: 10px 0;}
.feature-content a.btn-theme {padding: 7px 12px;}

.footer {background: #333; color: #fff; padding: 10px 0 0 0; font-size: 14px;}
.footer h3 {color: #fff; position: relative; margin: 40px 0;}
.footer h3:after {position: absolute; left: 0; bottom: -25px; width: 75px; height: 2px; background: #904098; content: "";}
.footer ul {padding: 0; margin: 0;}
.footer li {list-style: none;}
.footer a {color: #fff; opacity: .7;}
.footer li a {color: #fff; padding: 5px 0; display: block;}
.footer li a:hover {background: none; opacity: 1;}
.footer .copy {margin: 50px 0 0 0; text-align: center; background: #084e94; padding: 20px; font-size: 13px;}
.footer .copy a {color: #fff; opacity: 1;}
.footer .ftr-social {list-style: none; padding: 0; margin: 10px 0;}
.footer .ftr-social a {display: inline-block; text-align: center; width: 40px; height: 40px; border: 2px solid #fff; border-radius: 50%; float: left; margin: 0 10px 0 0;}
.footer .ftr-social a i {font-size: 20px; line-height: 25px; color: #fff;}
.footer .ftr-social a:hover {background: #904098;}
.footer .ftr-social a:hover i {color: #fff;}

#content {margin-bottom: 50px;}
#content header {background: #083f70; padding: 0 0; margin: 0 0 50px 0; text-align: center;}
#content header hgroup {padding: 50px 10px;}
#content header h1 {color: #fff; margin: 0; text-shadow: 2px 2px 2px rgba(0,0,0,.2);}
#content header .breadcrumb {background: none; padding: 0; font-size: 12px; margin: 10px 0 0 0;}
#content header .breadcrumb li {color: #fff;}
#content header .breadcrumb li a {color: #fff;}

#sub-brand-header {border-bottom: 1px solid #ccc; margin: 0 0 30px 0; padding: 0 0 30px 0;}
#sub-brand-header h1 {font-size: 36px;}
#sub-brand-header .breadcrumb {background: none; padding: 0; font-size: 12px; margin: 10px 0 0 0;}

#content.sub-brand header {background: #eee; padding: 30px 0; border-bottom: 1px solid #ccc; margin: 0 0 30px;}
#content.sub-brand header .breadcrumb li {color: #444;}
#content.sub-brand header .breadcrumb li a {color: #444;}
#content.sub-brand header img {max-width: 325px; width: 100%;}
#content.sub-brand header .brand-content {background: #904098; color: #fff; padding: 20px; margin-top: 30px;}
#content.sub-brand header .brand-content h2 {color: #fff;}

#content #featured-links {margin: 0 0 20px 0;}
#nav-sec ul {list-style: none; padding: 0; margin: 30px 0; background: #fff; border: 1px solid #ccc; box-shadow: 3px 3px 5px rgba(0,0,0,.05);}
#nav-sec li a {display: block; padding: 15px; border-bottom: 1px solid #ccc; color: #444; font-weight: 500; border-left: 5px solid rgba(255,255,255,0);}
#nav-sec li:last-of-type a {border-bottom: 0;}
#nav-sec li a:hover {background: #f4f4f4; text-decoration: none; padding: 15px 10px 15px 20px; border-left-color: #904098;}

#nav-sec ul ul {margin: 0; border: 0; box-shadow: none; background: #eee; padding: 10px;}
#nav-sec ul ul li a {padding: 5px 5px 5px 20px; border: 0;}
#nav-sec ul ul li a:hover {padding: 5px 0 5px 25px; border: 0; background: none; color: #222;}

#nav-sec li.nav-selected > a {font-weight: bold;}

.sal-quote {border-left: 10px solid #ddd; padding: 20px 0 20px 20px;}
.sal-quote blockquote {font-family: "Roboto Slab", serif; font-size: 24px; line-height: 30px; color: #904098; border: 0; padding: 0;}
.sal-quote p {font-weight: bold; margin: 0;}

#searchResults .searchResult {background: #fff; padding: 10px 20px; border: 1px solid #ccc;}

.color-block {background: #333; color: #fff; padding: 15px; font-size: 14px; margin: 20px 0;}
.color-block h2, .color-block h3, .color-block h4{color: #fff;}
.color-block h3 {background: rgba(0,0,0,.3); font-size: 18px; padding: 10px;}
.color-block h3:first-of-type {margin-top: 0;}

.color-block a {color: #fff; text-decoration: underline;}
.color-block a:hover {opacity: .7; text-decoration: none;}
.color-block ul {list-style: none; padding: 0; margin: 5px 0;}
.color-block ul li {border-bottom: 1px dotted rgba(255,255,255,.5); padding: 15px 0;}
.color-block ul li:last-of-type {border: 0;}

.clean-list-item {overflow: hidden; padding: 15px 0; margin: 15px 0; border-bottom: 1px dotted #ccc;}  

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#logo {padding: 15px 0;}

#navbar {background: #084e94; box-shadow: 0 5px 5px rgba(0,0,0,.2), inset 0 30px 20px rgba(255,255,255,.2); position: relative; z-index: 500;}
#nav-main {text-align: center; width: 100%; margin: 0;}
#nav-main li {display: inline-block; float: none;}
#nav-main li:hover > a, #nav-main a:focus {background: rgba(0,0,0,.2);}
#nav-main > li.nav-path-selected > a {background: #904098;}
#nav-main li ul li.nav-path-selected > a {font-weight: bold;}

#nav-main > li > a {padding: 20px 10px; border: 0; color: #fff; font-size: 13px; letter-spacing: -.5px; font-weight: 400;}
#nav-main ul {list-style: none; padding: 10px 0; width: 225px; position: absolute; left: 0; top: 100%; background: #f3f3f3; box-shadow: 5px 5px 10px rgba(0,0,0,.2); text-align: left; display: none;}
#nav-main ul li {display: block;}
#nav-main ul a:hover {background: rgba(0,0,0,.1); text-decoration: none;}
#nav-main li:hover ul {display: block;}

#nav-mini {text-align: right; margin: 0 0 10px 0; float: none; display: inline-block;}
#nav-mini li {display: inline-block; float: none;}
#nav-mini a {font-size: 13px; padding: 0px 10px; border: 0; border-left: 1px solid #ccc;}
#nav-mini li:first-of-type a {border: 0;}
.hdr-tools-link-row {display: block; overflow: hidden;}
#hdr-tools {position: absolute; right: 30px; top: -145px; width: 470px; text-align: right;}
#hdr-tools form {display: block; float: right; width: 275px;}
#hdr-tools .hdr-buttons {text-align: right; float: right; padding: 10px 0 0 0;}
#hdr-tools .hdr-buttons a {display: inline-block; float: left; margin: 0 0 0 10px;}

#hdr-tools a.aLogin {font-size: 13px; padding: 0px 10px; border: 0; border-left: 1px solid #ccc; float: right; margin: 3.5px 0 0 0;}
#hdr-tools a.aLogin:hover {background: #eee; text-decoration: none;}

#hero {padding: 0; margin: 30px 0; box-shadow: 0 0px 10px rgba(0,0,0,.15);}
#hero .slide-text {position: absolute; left: 20px; bottom: 20px; width: 45%; padding: 0; background: none;}
#hero .slide-text h2 {background: #084e94; color: #fff; display: inline-block; padding: 10px; margin: 0; font-size: 28px; box-shadow: 3px 3px 5px rgba(0,0,0,.2);}
#hero .slide-text p {padding: 15px; background: #fff; margin: 0; box-shadow: 3px 3px 5px rgba(0,0,0,.2);}
#hero #pager {z-index: 550;}

#nav-sec ul {margin: 0 0 30px 0;}

.blog-img {max-width: 50%; float: left; margin: 0 30px 30px 0;}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
#nav-main > li > a {padding: 20px 20px; font-weight: 600; font-size: 15px;}

#hero #next, #hero #prev {display: block; width: 25px; height: 50px; position: absolute; z-index: 600; background: #904098; color: #fff; text-align: center; line-height: 50px;}
#prev {left: -25px; top: 50%; margin-top: -25px;}
#next {right: -25px; top: 50%; margin-top: -25px;}

#content header hgroup {padding: 75px 10px;}

.col-md-3 .color-block {margin-right: 20px;}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#logo {padding: 20px 0;}
#nav-main > li > a {padding: 20px 30px; font-size: 16px;}

#hero .hero-slide, #hero {height: 500px;}
#hero .hero-slide { overflow: hidden;}
#hero .slide-text {left: 25px; bottom: 25px;}
#hero .slide-text h2 {font-size: 42px; line-height: 40px; width: 85%; padding: 20px;}
#hero .slide-text p {font-size: 18px; padding: 20px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1250px) {
	#hero #next, #hero #prev {width: 40px; z-index: 50;}
	#prev {text-indent: -8px;}
	#next {text-indent: 8px;}
	#hero:hover #prev {text-indent: 0; left: -40px; opacity: 1;}
	#hero:hover #next {text-indent: 0; right: -40px; opacity: 1;}

}

img.ccm-captcha-image {
    display: inline;
}

#ccm-account-menu {
	display: none;
}