/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
	padding-bottom: 40px;
	color: #03244a;
}
a {
	color: #469ce7;
	text-decoration: none;
}
p.center {
    text-align: center;
}
.logo-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h2.title-heading {
	font-family:"Arial Black", Gadget, sans-serif;
    text-align: center;
    color: #FFFFFF;
		font-size:48px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
h3.center {
text-align: center;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 1;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 400px;
	background-color: #555;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 400px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-left: 15px;
	padding-right: 15px;
}
.container.cacnr {
	margin-top: 100px !important;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 40px 0; /* Space out the Bootstrap <hr> more */
	border-top: 3px solid #35b347;
}
.featurette-1 {
	padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-2 {
	padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-3 {
	padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-4 {
	padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.monitor {
	padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 33px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	font-style: italic;
	text-align: center;
}
.noise-featurette-heading {
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	font-style: italic;
	text-align: center;
}
.lead {
	font-size: 18px;
	padding: 0 15px 0 15px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.4;
}
.member-lead {
    font-size: 18px;
    padding: 0 15px 0 15px;
    margin-bottom: -35px;
    font-weight: 300;
    line-height: 1.4;
}
.center-lead {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center !important;
}
.bold-lead {
	font-size: 18px;
	padding: 0 15px 0 15px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.4;
}
.bold {
	font-weight: 600;
}
.table-bordered {
	border: 4px solid #000 !important;
	padding: 15px;
}
/* IMAGES */

.img-rounded {
	border-radius: 10px;
}
.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.featurette-image {
	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
.oct_2018_featurette-image {
	margin-top: 0;
	padding: 5px;
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
	margin-top: 10px;
}
.featurette-image.pull-right {
	margin-left: 40px;
	margin-top: 10px;
}
.monitor-image.pull-right {
	margin-left: 40px;
	padding: 5px;
}
.monitor-image.pull-left {
	margin-right: 40px;
	padding: 5px;
}

.member {
	padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.member-image.pull-right {
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}
img.member-image.img-responsive.img-rounded {
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    padding: 5px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #213e82;
}
/*PDF*/
.iframe-container {
	padding-bottom: 60%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.agenda_button {
	padding: 5px;
}
.workplan_button {
	text-align: center;
	padding: 10px;
}
.center-agenda_button {
    padding: 5px;
    text-align: center;
}

/* BUTTONS */
.btn {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* TABLES */
  /* Force table to not be like tables anymore */
.no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.no-more-tables tr {
	border: 0px solid #ccc;
}
.no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 0px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
.no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
/*
	Label the data
	*/
.no-more-tables td:before {
	content: attr(data-title);
}
/* Footer */
footer {
	margin-top: 45px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
.agenda_button {
    padding: 5px;
}			
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
.agenda_button {
    padding: 5px;
}			
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
/* Remve the edge padding needed for mobile */
.marketing {
	padding-left: 15px;
	padding-right: 15px;
}
/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 4px;
}
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 11px;
    line-height: 20px;
    height: 50px;
    padding: 15px 0 0 1px;
}
ul.nav.navbar-nav {
	font-size: 11px;
}
img.member-image.img-responsive.img-rounded {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}
.agenda_button {
    padding: 5px;
}
}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 4px;
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

ul.nav.navbar-nav {
	font-size: 14px;
}

img.member-image.img-responsive.img-rounded {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}

.agenda_button {
    padding: 5px;
}
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
ul.nav.navbar-nav {
	font-size: 14px;
}
img.member-image.img-responsive.img-rounded {
    float: left;
    margin-left: 65px;
    margin-right: 50px;
    padding: 5px;
}

}