@import '/css/fonts.css';
/*--------------------------------------------------------------
            //! FRAMEWORK
---------------------------------------------------------------*/
:root {
  font-size: 16px;
}
@media (min-width: 768px) {
  :root {
    font-size: 15px;
  }
}
BODY {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  background-color: #ffffff;
}
#mastheadContainer {
  padding: 0;
}
@media (min-width: 768px) {
  #mastheadContainer {
    padding: 10px 20px 0 10px;
  }
}
#mastheadContainer .logo {
  height: 90px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #mastheadContainer .logo {
  margin-bottom: 10px;
  }
}
#contentContainer {
  margin-top: 30px;
  padding: 0 30px;
}
#content a {
  font-weight: bold;
}
#footerContainer {
  padding-top: 40px;
}
.img-responsive {
  max-width: none;
  /* allow to scale UP */
  width: 100%;
  /* allow to scale UP */
}

/* ------------------------------------------------------------
        //! CJF CUSTOM GRID SPACING
---------------------------------------------------------------*/
/* below sets left & right margins to zero, but KEEPS padding on inside .col */

.row.zero-gutter {
  margin-left: 0;
  margin-right: 0;
}
/* below sets left & right margins to zero, and REMOVES padding on inside columns */
.row.zero-gutter-zero-pad {
  margin-left: 0;
  margin-right: 0;
}
.row.zero-gutter-zero-pad > [class^="col-"],
.row.zero-gutter-zero-pad > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* below sets row and columns to 1/2 of normal gutter widths.
(default is already half, so we half that again.) */
.row.compressed {
  margin-left: -10px;
  margin-right: -10px;
}
.row.compressed > [class^="col-"],
.row.compressed > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/* below sets row and columns to 1/2 of the compressed layout */
.row.ultra-compressed {
  margin-left: -5px;
  margin-right: -5px;
}
.row.ultra-compressed > [class^="col-"],
.row.ultra-compressed > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
/* ------------------------------------------------------------
            //! STANDARDS
---------------------------------------------------------------*/
.marTop {
  margin-top: 20px;
}
.marRight {
  margin-right: 20px;
}
.marBottom {
  margin-bottom: 20px;
}
.marLeft {
  margin-left: 20px;
}
.marTop2x {
  margin-top: 40px;
}
.marBottom2x {
  margin-bottom: 40px;
}
.marBottom0 {
  margin-bottom: 0;
}
.padTop {
  padding-top: 20px;
}
.padRight {
  padding-right: 20px;
}
.padBottom {
  padding-bottom: 20px;
}
.padLeft {
  padding-left: 20px;
}
.zeroPad {
  padding: 0 !important;
}
hr {
  margin: 0;
}
strong {
  font-family: "OpenSansCondensed", Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------------
            //! GENERAL CONTENT
---------------------------------------------------------------*/
h1 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight:bold;
  line-height: 1.1;
  margin-top: 10px;
  color: #00a4e4;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.0rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.3rem;
  }
}
.deck {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  color: #8a8a8d;
  font-size: 1.5rem;
  line-height: 1.2;
}
h2 {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 1.7rem;
	color: #00a4e4;
}

h3 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #00a4e4;
}

h4 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #00a4e4;
  margin-top: 15px;
}
h5 {
  color: #000;
  font-size: 1.15rem;
}

p {
  	font-family: "OpenSans", Arial, Helvetica, sans-serif; 	 	
	margin-right: 15px;
	margin-bottom: 1em;
}


h5 + P + h5 {padding-top:10px;}

.caption {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  color: #4c4f54;
  margin-top: 10px;
  font-size: .85em;
  line-height: 1.2;
}
.PDFicon {
  margin-left: 2px;
}
.quote p {
  font-style: oblique;
}
#content li {
	margin-bottom: 10px;
	color: #585c61;
	padding-right: 40px;
}
#content ul.noPad li {
	margin-bottom: 0;
}

img.poster {
	width: 60%;
	margin-left: 20%;
}


/* --- EMAIL SERVLET MESSAGE (API) CONTAINER --- */
#response .servletMsg{padding:15px 15px 10px 15px;border-radius:15px}
#response .servletMsg.working{background-color:#9CD5BA}
#response .servletMsg.working .col1{text-align:center}
@media (min-width:480px){
  #response .servletMsg.working .col1{text-align:default;display:table-cell;vertical-align:top;width:60px;height:60px}
  #response .servletMsg.working .col2{display:table-cell;vertical-align:top;margin:0}
}
#response .servletMsg.fail{background-color:#F7987D}
#response .servletMsg P{font-family:"OpenSansSemiBold",Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:normal;color: #000000;margin-bottom:5px}
#response .servletMsg P.error{font-family:"OpenSans",Arial,Helvetica,sans-serif;font-size:0.9rem;font-weight:normal;margin-top:-5px}
/* end */


/* ------------------------------------------------------------
	       //! BOX
---------------------------------------------------------------*/
.box {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	border: 1px solid #d2d3d4;
	padding: 20px;
	background: #FFFFFF url(/images/grayBG.gif) repeat;
}
.box h2 {
  font-size: 1.3rem;
  margin: 2px 0 10px 0;
}
.box li {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------
            //! STYLES FOR Panels
---------------------------------------------------------------*/
.panel {
    margin-top: 20px; /* matches margin for h1 titles */
}
.panel-body {

}
@media (min-width: 320px) {
	.panel {
    	margin-left: 5px;
	}
}


/* ------------------------------------------------------------
 //! STYLES FOR LEFT NAV AND BUTTONS (so they stay consistent)
---------------------------------------------------------------*/
.btn {
  white-space: normal;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: none;
}
.btn-block {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-primary {
  background-color: #00a4e4;
}

.btn-submit {
  background-color: #00a4e4;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  background-color: #0092b9;
}
.btn-reset {
  background-color: #8a8a8d;
  margin-right: 15px;
}
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active {
  background-color: #767679;
}
.leftNav .navLinks .nav-pills > li > a {
  padding: 3px 10px;
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .btn {
    border-radius: 5px;
  }
  .leftNav .navLinks .nav-pills > li > a {
    padding: 5px 10px;
  }
}

.leftNav .navLinks .nav-pills .collapse > li > a {
  padding-left: 22px;
}

/* ------------------------------------------------------------
            //! COLOR SWITCHER
---------------------------------------------------------------*/
.colorSwitcher {
  margin-top: 5px;
  margin-bottom: 10px;
}
.colorSwitcher a {
  font-size: .8em;
  padding: 2px 10px;
  background: transparent;
  color: inherit;
  border-radius:5px;
}

.colorSwitcher a.active {
  background-color: #f5a81c;
  color: #ffffff;
}
.colorSwitcher a.active:hover {
  text-decoration: none;
}
/* ------------------------------------------------------------
            //! NAVBAR FOR MOBILE (<768)
---------------------------------------------------------------*/
.navbar {
  margin-bottom: 0;
  background-color:#00a4e4;
}
.navbar.navbar-default .navbar-header {
  padding: 5px 30px 5px 10px;
}
.navbar.navbar-default .navbar-brand {
  padding: 0;
}
.navbar.navbar-default .navbar-brand .logo {
  height: 60px;
    padding-top: 0;
	padding-bottom:10px;
}
@media (min-width: 320px) {
  .navbar.navbar-default .navbar-brand .logo {
    height: 60px;
    padding-top: 0;
	padding-bottom:10px;
  }
}
.navbar.navbar-default .navbar-toggle {
  padding: 5px 3px;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background-color: #ddd;
}
.navbar.navbar-default .navbar-collapse {
  padding: 0;
  background-color: #efefef;
  max-height: 300px;
  filter: alpha(opacity=98);
  opacity: .98;
  -webkit-box-shadow: 0px 5px 8px #555555;
  -moz-box-shadow: 0px 5px 8px #555555;
  box-shadow: 0px 5px 5px #333333;
}
.navbar.navbar-default .navbar-nav {
  margin: 0;
  padding-top: 0;
}
.navbar.navbar-default .navbar-nav > li {
  border-bottom: 1px dotted #d2d3d4;
}
.navbar.navbar-default .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar.navbar-default .navbar-nav > li > a {
  font-size: .9rem;
  color: #4c4f54;
  line-height: 15px;
  text-decoration: none;
}
.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #494f58;
}
.navbar.navbar-default .navbar-nav > li.active > a {
  background-color: #f5a81c;
  color: #ffffff;
}
/* ------------------------------------------------------------
            //! NAVBAR FOR DESKTOP (>768)
---------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar {
    min-height: 40px;
    margin-bottom: 0px;
	background-color:#00a4e4;
  }
  .navbar.navbar-default {
    border: none;
  }
  .navbar.navbar-default .navbar-header {
    display: none;
  }
  .navbar.navbar-default .navbar-collapse {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
  }
  .navbar.navbar-default .navbar-nav > li {
    border: none;
  }
  .navbar.navbar-default .navbar-nav > li.active > a {
    background-color: transparent;
    color: #ffffff;
  }
  .navbar.navbar-default .navbar-nav > li.active {
	background-color: #f5a81c;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    font-size: 1.0rem;
	font-weight:500;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    /*border-right: 1px dotted rgba(0, 0, 0, 0.5);*/
  }
  .navbar.navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}

  .navbar.navbar-default .navbar-nav > li > a:hover {
    background-color: #4c4f54;
  }

  .navbar.navbar-default .navbar-nav > li > a:focus {
    background-color: #f5a81c;
  }

}
/* ------------------------------------------------------------
            //! LEFT NAV
---------------------------------------------------------------*/
/* --------------------------  MOBILE VIEW ------------------------ */
.leftNav {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  border: 1px solid #d2d3d4;
  padding: 10px;
  margin-bottom: 20px;
  background: #FFFFFF url(/images/grayBG.gif) repeat;
}

.leftNav .nav-pills > li > a {
    border-radius: 5px;
}

.leftNav .icon {
  display: none;
}
.leftNav .navLinks h2.head {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.leftNav .navLinks h3.subHead {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2px;
  margin-left: 10px;
}

.leftNav .navLinks h4 {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  padding-top: 25px;
  margin-bottom: 2px;
  margin-left: 10px;
}

.leftNav .navLinks p {
  font-size: .9rem;
  text-align: left;
  line-height: 1.3em;
  padding-top: 5px;
  margin-left: 10px;
}
.leftNav .navLinks .nav-pills {
  margin-bottom: 15px;
}
.leftNav .navLinks .nav-pills > li {
  margin-top: 0;
}
.leftNav .navLinks .nav-pills > li.active > a {
  color: #FFFFFF;
  background-color: #00a4e4;
}
.leftNav .navLinks .nav-pills > li > a:hover,
.leftNav .navLinks .nav-pills > li > a:focus {
  color: #FFFFFF;
  background-color: #4c4f54;
}


/* --------------------------  TABLET (480) VIEW ------------------------ */
@media (min-width: 480px) {
  .leftNav:before,
  .leftNav:after {
    content: " ";
    display: table;
  }
  .leftNav:after {
    clear: both;
  }
  .leftNav .icon {
    display: block;
    width: 30%;
    margin-right: 25px;
    float: left;
  }
  .leftNav .navLinks {
    float: left;
    width: 63%;
  }
  .leftNav .navLinks P.navHead {
    margin-bottom: 5px;
  }
  .leftNav .navLinks .nav-pills {
    margin-bottom: 15px;
  }
  .leftNav .navLinks .nav-pills > li {
    margin-top: 0;
  }
}

/* --------------------------  DESKTOP VIEW ------------------------ */
@media (min-width: 768px) {
  .leftNav {
    border: none;
    padding: 0;
    background: none;
  }
  .leftNav .icon {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .leftNav .navLinks {
    float: none;
    width: 100%;
  }
  .leftNav .navLinks P.navHead {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .leftNav .navLinks P.head {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.subnavMenu .menu-toggle:after {      
    /* symbol for "opening" menu */        
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    padding-left: 10px;
    color: grey;
	font-size: .8em;
}
.subnavMenu .menu-toggle.collapsed:after {    
    /* symbol for "collapsed" menu */    
    content:"\e080";
}


#welcome {
	padding-bottom:20px;
	color:#ffffff;
	background-color:#00a4e4;
}
#welcome h1 {
	margin-top:10px;
	color:#ffffff;
}
/* ------------------------------------------------------------
            //! MARQUE
---------------------------------------------------------------*/
IMG.large-image {
  display: none;
}
@media (min-width: 768px) {
  IMG.large-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }
}

.marque {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .marque {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .marque {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .marque {
    min-height: 500px;
  }
}
.marque .textContainer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}
.marque .textContainer p {
  font-size: 1.0rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
@media (min-width: 480px) {
  .marque .textContainer p {
    background-color: transparent;
    padding: 0;
  }
}
.marque .textContainer p.headline {
  font-size: 1.3rem;
}
.marque .marque-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.colorbar {
  	background-color: #00a4e4;
	height:20px;
	display:none;
}
.pullLeft {align:left; margin-left:-20px; margin-top:8px; margin-bottom:12px;}
.pullLeft img {align:left; padding-left:0px;}

.fundingArea {
  min-height: 250px;
  margin-top: 5px;
  margin-bottom:10px;
}

@media (min-width: 768px) {
	.fundingArea {
  	  min-height: 270px;
	}
}
@media (min-width: 992px) {
	.fundingArea {
  	  min-height: 340px;
	}
}

/* ------------------------------------------------------------
            //! CAROUSEL
---------------------------------------------------------------*/
.carousel .item {
  text-align: left;
}
.carousel .item IMG {
  width: 100%;
  max-width: none;
}
.carousel .carouselNavbar {
  position: relative;
  height: 30px;
  width: 100%;
  z-index: 100;
  background-color: #efefef;
}
@media (min-width: 768px) {
  .carousel .carouselNavbar {
    position: absolute;
    bottom: 0;
    background-color: transparent;
  }
}
.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 150px;
  padding: 10px 15px 5px 15px;
  text-align: left;
  line-height: 1.1;
  color: #000000;
  background-color: rgba(210, 211, 212, 0.4);
  text-shadow: none;
}
@media (min-width: 480px) {
  .carousel-caption {
    min-height: 130px;
  }
}
.carousel-caption P {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 10px;
}
.carousel-caption P.headline {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #00a4e4;
  font-weight: bold;
}
.carousel-control {
  z-index: 100;
  height: 30px;
  outline: none !important;
  text-shadow: none;
  opacity: 1;
  width: 50px;
  text-align: left;
  text-decoration: none;
}
.carousel-control:hover,
.carousel-control:focus {
  background-color: #d2d3d4;
}
@media (min-width: 768px) {
  .carousel-control {
    width: 120px;
  }
}
.carousel-control.left {
  background: none;
}
.carousel-control.left:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #8a8a8d;
}
@media (min-width: 768px) {
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.8) 0%), color-stop(rgba(0, 0, 0, 0.3) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#4d000000', GradientType=1);
  }
  .carousel-control.left:hover {
    background: #000000;
  }
  .carousel-control.left:focus {
	background-image: none !important;
  	background-color: #eee !important;	
  } 
  .carousel-control.left:focus .chevronText,
  .carousel-control.left:focus .glyphicon-chevron-left {
    color: #000000 !important;
  }
}
.carousel-control.right {
  background: none;
}
.carousel-control.right:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #8a8a8d;
}
@media (min-width: 768px) {
  .carousel-control.right {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.3) 0%), color-stop(#000000 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#ff000000', GradientType=1);
  }
  .carousel-control.right:hover {
    background: #000000;
  }
  .carousel-control.right:focus {
	background-image: none !important;
  	background-color: #eee !important;	
  } 
  .carousel-control.right:focus .chevronText,
  .carousel-control.right:focus .glyphicon-chevron-right {
    color: #000000 !important;
  }
}
.carousel-control .chevronText {
  display: none;
}
@media (min-width: 768px) {
  .carousel-control .chevronText {
    display: inherit;
    left: 20px;
    padding-top: 9px;
    font-size: .8rem;
  }
}
.carousel-control .glyphicon-chevron-left {
  font-size: 10px !important;
  line-height: 30px;
  color: #000000;
  left: 20px;
  top: 0;
  text-align: left;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left {
    left: 20px;
    color: #ffffff;
  }
}
.carousel-control .glyphicon-chevron-right {
  font-size: 10px !important;
  line-height: 30px;
  color: #000000;
  right: 20px;
  top: 0;
  text-align: right;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right {
    right: 20px;
    color: #ffffff;
  }
}
.left.carousel-control .chevronText {
  margin-left: 40px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .left.carousel-control .chevronText {
    margin-left: 40px;
  }
}
.right.carousel-control {
  text-align: right !important;
}
.right.carousel-control .chevronText {
  margin-right: 40px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .right.carousel-control .chevronText {
    margin-right: 40px;
  }
}
/* change the style of the radios nav */
.carousel-indicators {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 25px;
  text-align: center;
}
.carousel-indicators .active {
  background-color: #00a4e4;
  border: 1px solid #4c4f54;
  margin: 0 3px;
  width: 14px;
  height: 14px;
}
.carousel-indicators LI {
  background-color: #FFFFFF;
  border: 1px solid #49535a;
  margin: 0 3px;
  width: 14px;
  height: 14px;
}
.carousel-indicators LI:focus {
  background-color: #0071A9;
  border: 1px solid #FFFFFF;
}


/* ---------------------------------------------------------------------------------- 
            //! HOMEPAGE CAROUSEL
--------------------------------------------------------------------------------------*/
BODY#Home #promoCarousel .carousel-inner {
    background-image:url(/images/home/carousel_background.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position: -100px 0px;
    max-height:500px;
}
@media (min-width: 768px) {
    BODY#Home #promoCarousel .carousel-inner {
        background-position: -200px 0;
    }
}
@media (min-width: 1200px) {
    BODY#Home #promoCarousel .carousel-inner {
        background-position: 0;
    }
}

BODY#Home .carousel-inner > .item  {
  position:relative;
  min-height:500px;
  max-height:500px;
}

BODY#Home .carousel-caption {
  font-size: 1.0em;
  line-height: 1.5;
  min-height: 110px;
  color:#ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 20px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.9);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(0deg,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(0deg,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

@media (min-width: 768px) {
  BODY#Home .carousel-caption {
    position: absolute;
    top: 10%;
    bottom: inherit;
    padding: 5px 10px 5px 10px;
    width: 40%;
    margin: 0 0 0 55%;
    min-height: 0;
    line-height: 1.3;
    font-size: 1.3em;
    background-color:transparent;
    background-image: none;
    box-shadow:none;
  }
}
@media (min-width: 992px) {
  BODY#Home .carousel-caption {
    font-size: 115%;
    padding: 10px 15px 5px 15px;
  }
}
BODY#Home .carousel-caption P.headline {
  margin-bottom: 5px;
  font-size: 1.5em;
  color:#FFFFFF;
}

BODY#Home .carousel-caption a {
  color: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
BODY#Home .carousel-caption a.btn {
  text-decoration: none;
  margin-top: 5px;
}

BODY#Home .carousel-caption a:hover {
  color: #00a4e4;
  cursor: pointer;
}

/* --- positioning of caption boxes --- */
@media (min-width: 768px) {
  BODY#Home .item .carousel-caption {
    margin-left: 62%;
    width: 38%;
  }
}
@media (min-width: 992px) {
    BODY#Home .item .carousel-caption {
        margin-left: 50%;
    }
}
@media (min-width: 1200px) {
    BODY#Home .item .carousel-caption {
        margin-left: 60%;
        width: 35%;
    }
}






/* ---------------------------------------------------------------------------------- 
            //! COLLAPSIBLE PANELS (ACCORDION)
--------------------------------------------------------------------------------------*/
.btnOpenClose {
  margin-top: 20px;
  margin-bottom: 15px;
}
.btnOpenClose:before,
.btnOpenClose:after {
  content: " ";
  display: table;
}
.btnOpenClose:after {
  clear: both;
}
.btnOpenClose > .btn:first-child {
  margin-right: 10px;
}
.panel-group {
  clear: both;
  margin-bottom: 30px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel.panel-default {
  margin-bottom: 10px;
}
.panel-group .panel.panel-default > .panel-heading {
  background-color: #ffffff;
  padding: 7px 10px;
}
.panel-group .panel.panel-default > .panel-heading .accordion-toggle:after {
  /* symbol for "open" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  font-size: .7rem;
  padding-top: 3px;
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #8a8a8d;
  /* adjust as needed */
}
.panel-group .panel.panel-default > .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
.panel-group .panel.panel-default > .panel-heading .panel-title {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.0rem;
  line-height: 1.1;
}
.panel-group .panel.panel-default > .panel-heading .panel-title .head {
  font-size: 1.2rem;
}
.panel-group .panel.panel-default > .panel-heading .panel-title a:link {
  font-weight: normal !important;
  color: #00a4e4;
  text-decoration: none;
}
.panel-group .panel.panel-default > .panel-heading .panel-title a:hover {
  text-decoration: underline;
}
.panel-group .panel.panel-default > .panel-heading .panel-title .desc {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.panel-group .panel.panel-default .panel-body {
  font-size: .95rem;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.panel-group .panel.panel-default .panel-body .head {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin-bottom: .5em;
  color: #8a8a8d;
}
.panel-group .panel.panel-default .panel-body ul.noIndent {
  padding-left: 10px;
}

/* ------------------------------------------------------------
            //! Nav Tabs override
---------------------------------------------------------------*/
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #FFFFFF;
    background-color:#00a4e4;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


/* ------------------------------------------------------------
            //! BlueBlock and BlueDivider (at bottom of page)
---------------------------------------------------------------*/
.blueBlock {
  background-color: #00a4e4;
  padding: 15px;
  margin: 30px 0 15px 0;
}
.blueBlock .headline {
  font-family: "OpenSansLight", OpenSansLight, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .blueBlock .headline {
    font-size: 1.7rem;
    margin: 10px 0 0 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .blueBlock .headline {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .blueBlock .headline {
    margin: 15px 0 0 0;
  }
}
.blueBlock .blockItem .thumbnail {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #8ccfe1;
}
@media (min-width: 768px) {
  .blueBlock .blockItem .thumbnail {
    margin-bottom: 0;
  }
}
.blueBlock .blockItem .thumbnail > p {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .blueBlock .blockItem .thumbnail > p {
    height: 50px;
    font-size: 1.0rem;
  }
}
@media (min-width: 992px) {
  .blueBlock .blockItem .thumbnail > p {
    font-size: 1.1rem;
  }
}
.blueBlock .blockItem .thumbnail > p a {
  color: #ffffff;
}
.blueBlock .blockItem .thumbnail > p a:link,
.blueBlock .blockItem .thumbnail > p a:visited,
.blueBlock .blockItem .thumbnail > p a:hover,
.blueBlock .blockItem .thumbnail > p a:active {
  color: #ffffff;
}
.blueDivider {
  background-color: #00a4e4;
  padding: 1px;
  margin: 30px 0 5px 0;
}
.blueBlockTEST {
  background-color: #00a4e4;
  padding: 15px;
  margin: 30px 0 15px 0;
}
.blueBlockTEST .blockItem .thumbnail {
  display: table;
  border: 1px solid #eee;
  width: 100%;
}
.blueBlockTEST .blockItem .thumbnail > p {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background-color: green;
}
/* ------------------------------------------------------------
            //! HOMEPAGE
--------------------------------------------------------------- */
BODY#Home h1 {
  text-align: center;
  margin-bottom: 0;
}
BODY#Home h1.subhead {
  font-size: 1.3rem;
  text-transform: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  BODY#Home h1.subhead {
    font-size: 1.3rem;
  }
}
BODY#Home .gallery {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

@media (min-width: 768px) {
  BODY#Home .gallery {
    margin: 40px 5% 80px 5%;
  }
}
@media (min-width: 992px) {
  BODY#Home .gallery {
    margin: 40px 10% 80px 10%;
  }
}
BODY#Home .thumbnail P.name {
  color: #00a4e4;
}
BODY#Home .blueBlock {
  margin-top: 0;
  padding: 0;
}
@media (min-width: 768px) {
  BODY#Home .blueBlock {
    min-height: 215px;
    background: #00a4e4 url(/images/home/blueBlock.jpg) no-repeat top right;
  }
}
BODY#Home .blueBlock P.headline {
  font-size: 1.5rem;
  text-align: left;
  margin: 15px 0;
}
@media (min-width: 768px) {
  BODY#Home .blueBlock P.headline {
    margin: 30px 0 15px 0;
  }
}
@media (min-width: 992px) {
  BODY#Home .blueBlock P.headline {
    font-size: 1.7rem;
    margin: 40px 0 15px 0;
  }
}
@media (min-width: 1200px) {
  BODY#Home .blueBlock P.headline {
    font-size: 1.9rem;
    margin: 50px 0 15px 0;
  }
}
/* ------------------------------------------------------------
            //! LEADERSHIP & BIO MODALS
--------------------------------------------------------------- */
.Staff .item {
  margin-bottom: 40px;
}
.Staff .item:before,
.Staff .item:after {
  content: " ";
  display: table;
}
.Staff .item:after {
  clear: both;
}
.Staff .item .headshot {
  width: 50%;
  border-bottom: 4px solid #4c4f54;
}
.Staff .item .headshot > img {
	max-width: 200px;
}
.Staff .item .text .name {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 5px 0 0 0;
  color: #4c4f54;
}
.Staff .item .text .title {
  font-size: 0.9rem;
  margin: 0;
  color: #8a8a8d;
}
.Staff .item .btn-white {
  color: #4c4f54 !important;
  background-color: #ffffff;
  border-color: #d2d3d4;
  font-size: .8em;
  padding: 2px 8px;
  margin: 5px 0;
  border-radius: 0;
}
.Staff .item .btn-white:hover,
.Staff .item .btn-white:focus,
.Staff .item .btn-white:active,
.Staff .item .btn-white.active {
  background-color: #f1f1f2;
  border-color: #7d7d80;
}
.Staff .board .name {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 5px 0 0 0;
  color: #4c4f54;
}
.Staff .board .title {
  font-size: 0.9rem;
  color: #8a8a8d;
  margin: 0 0 15px 0;
}
@media (min-width: 480px) {
  .Staff .item {
    margin-bottom: 30px;
    border-bottom: 4px solid #4c4f54;
  }
  .Staff .item .headshot {
    width: 40%;
    float: left;
    border: none;
  }
  .Staff .item .headshot > img {
    width: 100%;
    /* allow to scale up */
  }
  .Staff .item .text {
    width: 60%;
    float: left;
  }
  .Staff .item .text .name {
    font-size: 1.5rem;
    margin: 0px 0 0 0;
  }
  .Staff .item .text .title {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .Staff .item {
    border-bottom: 4px solid #4c4f54;
  }
  .Staff .item .headshot {
    width: 35%;
    float: left;
  }
  .Staff .item .text {
    width: 65%;
    float: left;
  }
  .Staff .item .text .name {
    font-size: 1.7rem;
    margin: 20px 0 0 0;
  }
  .Staff .item .text .title {
    font-size: 1.0rem;
  }
}
/* ------------- Publications -----------------*/
.pubItem {
	display:block;
    clear:both;
	padding-top:5px;
	margin-right:10px;
}
.pubItem .pubImage {
	float: left;
	width: 75px;
	margin-top:12px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #8494a3;
}
.pubItem .pubDate {
	font-family: "OpenSansCondensed", OpenSansCondensed, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:-3px;
	margin-bottom: 3px;
	line-height: 1;
}

.red {color: #FF0000}


/* ------------- Press Releases -----------------*/
.prItem {
	display:inline;
	padding-top:5px;
	margin-right:10px;
}
.prItem .prDate {
	font-family: "OpenSansCondensed", OpenSansCondensed, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:-3px;
	margin-bottom: 3px;
	line-height: 1;
}



/* -------------  MODAL POPUPS FOR BIOS ------------ */
.modal .modal-body.bios {
  font-size: .9em;
  line-height: 1.3;
  padding-bottom: 10px !important;
}
.modal .modal-body.bios .nameplate {
  border: none;
  margin-bottom: 20px;
}
.modal .modal-body.bios .nameplate:before,
.modal .modal-body.bios .nameplate:after {
  content: " ";
  display: table;
}
.modal .modal-body.bios .nameplate:after {
  clear: both;
}
@media (min-width: 480px) {
  .modal .modal-body.bios .nameplate {
    border-bottom: 4px solid #4c4f54;
  }
}
.modal .modal-body.bios .item {
  border-bottom: none;
  margin-bottom: 0 !important;
}
@media (min-width: 480px) {
  .modal .modal-body.bios .item {
    border-bottom: none !important;
  }
}
.modal .modal-body.bios .item .name {
  font-size: 1.7rem;
}
@media (min-width: 480px) {
  .modal .modal-body.bios .item .name {
    font-size: 1.5rem !important;
    margin: 5px 0 0 0 !important;
  }
}
@media (min-width: 768px) {
  .modal .modal-body.bios .item .name {
    font-size: 1.9rem !important;
    margin: 30px 0 0 0 !important;
  }
}
@media (min-width: 992px) {
  .modal .modal-body.bios .item .name {
    margin: 40px 0 0 0 !important;
  }
}
/* ------------------------------------------------------------ 
            //! THUMBNAILS
---------------------------------------------------------------*/
.gallery h2 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  color: #00a4e4;
}
.thumbnail {
  border: 0;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
  min-height: default;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thumbnail.active {
  cursor: pointer;
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.thumbnail.active > img {
  margin: 0;
}
.thumbnail > img {
  margin: 0;
}
.thumbnail a > img {
  margin: 0;
}
.thumbnail P {
  line-height: 1.2em;
}
.thumbnail P.name {
  font-weight: bold;
  font-size: 1.0rem;
  color: #00a4e4;
  margin: 5px 0 0 0;
}
.thumbnail P.title {
  font-size: 0.9rem;
}

BODY#Home .gallery .thumbnail {
	min-height: default;
	@media (min-width: 480px) {min-height: 250px;}
	@media (min-width: 768px) {min-height: 220px;}
}


/* ------------------------------------------------------------
            //! POPOVERS
---------------------------------------------------------------*/
.popover-title {
  color: #ffffff !important;
  background-color: #4c4f54;
  font-size: 1.0rem;
  padding-top: 8px;
  padding-bottom: 5px;
}
.popover-content {
  font-size: .85rem;
  color: #4c4f54;
}
/* ---------------------------------------------------------------------------------
     	//! MODALS AND STAND-ALONE PAGES
-----------------------------------------------------------------------------------*/
/* ------------------ MODAL POPUPS --------------------- */
.modal-backdrop {
  background-color: #404247;
}
.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: .95;
}
.modal-dialog {
  margin: 20px auto;
}
.modal-lg {
  width: 80% !important;
}
@media (min-width: 768px) {
  .modal-lg {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 50% !important;
  }
}
.modal-content {
  border-radius: 0;
  border: 2px solid #ffffff;
}
.modal .modal-header {
  min-height: 30px;
  padding: 0;
  border: 0;
  background-color: #8a8a8d;
}
.modal .modal-header .close {
  margin-top: 0;
  background-color: #4c4f54;
  padding: 0px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0px 1px 0px #000000;
  border-left: 1px solid #8494a3;
  opacity: 1;
  filter: alpha(opacity=100);
  LINE-HEIGHT: 1;
}
.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  outline: dotted 1px #FFFFFF;
  background-color: #000000;
}
.modal .modal-header .close .text {
  float: left;
  padding: 15px 15px;
}
.modal .modal-header .close .x {
  float: right;
  font-size: 2.5rem !important;
  padding: 2px 2px;
}
.modal .modal-body {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 15px;
}
@media (min-width: 480px) {
  .modal .modal-body {
    padding: 30px;
  }
}
.modal .modal-body #popupTitle {
  display: block;
}
.modal .modal-body .nav-pills {
  margin-top: 20px !important;
}
.modal .modal-body .nav-pills > #popupLinksFullWindow {
  display: block;
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal .modal-body .nav-pills > #popupLinksFullWindow {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .modal .modal-body .nav-pills.nav-justified > li:nth-child(1) > a {
    margin: 0 5px 0 0 !important;
  }
  .modal .modal-body .nav-pills.nav-justified > li:nth-child(2) > a {
    margin: 0 0 0 5px !important;
  }
}
.modal .modal-body .nav-pills.nav-justified > li > a {
  text-align: center !important;
}
.modal .modal-footer {
  padding: 8px 20px;
  margin: 0;
}
.modal .modal-footer .btn-default {
  color: #ffffff !important;
  background-color: #4d5860 !important;
  border: 0;
  border-radius: 0;
}
.modal .modal-footer .btn-default:hover {
  background-color: #000000 !important;
}
.modal .colorbar > #popupTitleHolder {
  padding: 0;
}
.modal .colorbar > #popupTitleHolder .deck {
  font-size: 1.3rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .modal .colorbar > #popupTitleHolder .deck {
    font-size: 1.2rem;
  }
}

#popupTitle {
  display: none;
}
#popupLinksFullWindow {
  display: none;
}
#popupLinks {
  margin: 0;
}
#popupLinks > .nav-pills {
  margin: 0 0 20px 0;
}
#popupLinks > .nav-pills:before,
#popupLinks > .nav-pills:after {
  content: " ";
  display: table;
}
#popupLinks > .nav-pills:after {
  clear: both;
}
#popupLinks > .nav-pills > li > a {
  border-radius: 0px;
  padding: 5px 10px;
  font-size: .9rem;
  line-height: 1.3rem;
  color: #49535a !important;
  background-color: #d7ddde;
}
#popupLinks > .nav-pills > li > a:hover {
  color: #FFFFFF;
  background-color: #7A8B97;
}
/* ---------------------------------------------------------------------------------- 
                         FORMS
------------------------------------------------------------------------------------*/
#formContainer {
  max-width:100%;
}

@media (min-width: 768px) {
	#formContainer {
	  max-width:80%
	  /* keeps form fields from being spaced accross the full page in desktop versions. */
	}
}
@media (min-width: 992px) {
	#formContainer {
	  max-width:60%
	  /* keeps form fields from being spaced accross the full page in desktop versions. */
	}
}

FORM {
  margin-top: 10px;
  margin-bottom: 20px;
  /* below overrides the default of 27px min-height because checkboxes and radios don't need as much vertical space between them. */
}
FORM.form-horizontal .control-label {
  margin-bottom: 2px;
  padding-top: 5px;
}
FORM.form-horizontal .checkbox,
FORM.form-horizontal .radio {
  padding-top: 5px;
  min-height: 10px;
}
FORM .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  FORM .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  FORM .form-group > [class^="col-"],
  FORM .form-group > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
FORM .input-sm {
  border-radius: 0;
}
/* Legend overrides -- legend is now used for checkboxes/radiobuttons, for accessibility.*/
legend {
  display: inline-block;
  width: inherit;
  padding: 0;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  color: inherit;
  border: 0;
  border-bottom: 0;
}
/* end legend overrides */


.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666666;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
}


/* ------------------------------------------------------------ 
                         FLOWPLAYER & Videos
---------------------------------------------------------------*/
.videoHolder {margin: 15px 0;}
.videoHolder h3 {font-size: .95rem; font-weight: bold; margin: 25px 0 5px 0;}

.videoHolder .panel-group {margin: 0;}

/* Fixes for column issues on page */
.videoHolder .panel-group.widthFix {width: 95%;}
/* end fixes */

.videoHolder .panel-group .panel.panel-Transcript {
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.videoHolder .panel-group .panel.panel-Transcript .panel-heading {
  border-radius: 0;
  border: 0;
  padding: 0px 0;
}

.videoHolder .panel-group .panel.panel-Transcript > .panel-heading .accordion-toggle::after {
  font-family: 'Glyphicons Halflings';
  font-size: .7rem;
  content: "\e114";
  float: right;
  color: #8a8a8d;
}
.videoHolder .panel-group .panel.panel-Transcript > .panel-heading .accordion-toggle:hover:after {color: #ffffff;}

.videoHolder .panel-group .panel.panel-Transcript > .panel-heading .accordion-toggle.collapsed::after {
  content: "\e080";
}

.videoHolder .panel-group .panel.panel-Transcript .panel-heading .panel-title {font-size: .9rem;}
.videoHolder .panel-group .panel.panel-Transcript .panel-heading .panel-title > a {
  display: block;
  font-size: .7rem;
  font-weight: 400;
  padding: 7px 10px;
  color: #49535a;
  border: 1px solid #Cccccc;
  text-decoration: none;
}
.videoHolder .panel-group .panel.panel-Transcript .panel-heading .panel-title > a:hover {color: #FFFFFF; background-color: rgb(0, 164, 228);}
.videoHolder .panel-group .panel.panel-Transcript .panel-body { border: 0; padding: 10px 0 0 0; }
.videoHolder .panel-group .panel.panel-Transcript .panel-body P {font-size: .8rem; }










.player {
  /* poster image for video */
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #333333;
  background-size: cover;
}


/* ------------------------------------------------------------
        //! RESPONSIVE VIDEO SETTINGS
---------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  margin: 15px 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* end responsive video settings */



/* ------------------------------------------------------------
            //! FOOTER
---------------------------------------------------------------*/
.row.footerNav {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;  
  font-size: .9rem;
  background-color: #00a4e4;
  color:#ffffff;
  margin: 0 -30px;
}

.row.footerNav > [class^="col-"],
.row.footerNav > [class*=" col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.row.footerNav P {
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .row.footerNav P {
    margin-bottom: 4px;
  }
}
.row.footerNav a {
  /*color: #8a8a8d !important;*/
  color: #ffffff !important;
  font-size: .85rem;
  font-weight: normal !important;
}
.row.footerNav a.btn-default {
  color: #ffffff !important;
}
.row.footerNav a.mainLink {
  font-size: .9rem;
  font-weight: bold !important;
}

.row.legalContainer {
  padding: 15px 0;
  margin-top: 15px;
}
.row.legalContainer P {
  font-size: .8rem;
  margin-bottom: 0;
}
.row.legalContainer a {
  font-weight: bold;
}

#footerCentered {
	text-align:center;
}

#boilerplate {background-color: #eeeeee; padding: 20px; padding-bottom: 10px; margin-bottom: 15px;}

/* -----------------------------------------------------------------------
            //! TIMELINE/MILESTONES page
-------------------------------------------------------------------------*/
/* -------------------------------- 
Modules - reusable parts of our design
-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* -------------------------------- 
Main components 
-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 1em 0 0 0;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  height: 100%;
  width: 4px;
  background: #c9cfd4;
}
@media (min-width: 768px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 10px 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cd-timeline-block {
    margin: 1.5em 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #00a4e4;
  }
  .cd-timeline-block.no-border {
    border-bottom: none;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #647989, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .cd-timeline-img {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    /* half of width */
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
.cd-timeline-img img {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
@media (min-width: 768px) {
  .cd-timeline-img img {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
  }
}
.cd-timeline-img.end {
  width: 16px;
  height: 16px;
  left: 7px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .cd-timeline-img.end {
    left: 50%;
    margin-left: -8px;
  }
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #00a4e4;
}
.cd-timeline-img.cd-location.end {
  background: #c9cfd4;
}
@media only screen and (min-width: 768px) {
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 50px;
  padding: .6em .8em 0 .8em;
  background-color: #EEEEEE;
  border-bottom: 2px solid #d2d7db;
}
@media (min-width: 768px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 44%;
  }
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 100%;
  height: 0;
  width: 0;
  border: 9px solid transparent;
  border-right: 9px solid #ffffff;
}
@media (min-width: 768px) {
  .cd-timeline-content::before {
    top: 10px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
@media (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 125%;
    top: .3em;
    font-size: 1.6rem;
  }
}
.cd-timeline-content p {
  margin: 0 0 0.9em 0;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}
.cd-timeline-content li {
  margin: 0 0 0.9em 0;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}

@media (min-width: 768px) {
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 10px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 125%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* --------- END TIMELINE/MILESTONES --------- */

/* --------------------------------------------------------------------------- 
                             PRINT
------------------------------------------------------------------------------*/
/* ---- Below overrides the default print styles from the bootstrap.css file ---- */
@media print {
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: none;
  }
  :root {
    font-size: 12px;
  }
  BODY {
    line-height: 1.1;
  }
}
@media print and (min-width: 768px) {
  :root {
    font-size: 12px;
  }
}
/*------- end print -------*/

/*# sourceMappingURL=styles.css.map */
