@charset "utf-8";
/* CSS Document */


/* BODY AND MAIN */
/******************************/

body {    background-color: #FFF;
    padding: 0px; font-size: 16px;
}

.container, .jumbotron .container {
   max-width: 1000px;}



figcaption {font-size: .7em;    box-sizing: border-box;    color: #666;
    font-family: "Gotham SSm A","Gotham SSm B",Helvetica,"Lucida Grand",Arial,sans-serif;
    font-size: 0.7em;    line-height: 1.5em;    margin: 0.75em auto;    padding: 0px 1em;
    text-align: center;
}


/* MAIND FONTS */
/******************************/

h1, h2 {text-align: left;}

h1 {font-family: "acta-display",Georgia,Times,serif;
font-size: 3.3em;
font-weight: 400;
letter-spacing: -1.5px;
line-height: 1.15em;}

span.subhead {font-size: .5em; color: #444444;
    line-height: 1.6em;}

h2 {font-family: "acta-display",Georgia,Times,serif;
font-size: 2.0em;
font-weight: 400;
letter-spacing: -1.5px;
line-height: 1.25em;}


p {    margin: 10px 0px 10px 0px;}

.navbar-default .navbar-nav > li > a {
    color: #337AB7;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #23527C;text-decoration: underline;
}


h3 {margin: 10px 0; font-size: 1.3em;}


.breadcrumb>li+li:before{content:none}

.img-center { margin-left: auto; margin-right: auto; padding: 25px 0 25px 0; }

/* HEADER AND NAV */
/******************************/

.navbar {  min-height: 20px;  margin-bottom: 0px; border-bottom: 1px #A4A4A4 solid;   
}


.navbar-brand {
    height: 50px;
    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: 20px;
}


.nav > li { font-size: 0.9em;
}


/* PAGE SECTIONS AND THEIR FONTS */
/******************************/
.headline {
    padding: 10px 0px;
}

.headline h2 {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.6em; letter-spacing: -0.04em; color: #333;}

.section-article h2 { font-style: italic;}

.row.redlink { padding-bottom: 35px;}

.section-wrap, .section-article { border-bottom: #e15d5f 1px solid; padding: 15px 0 15px 0; margin-bottom: 35px;}
.section-wrap2, .video { border-bottom: #e15d5f 1px solid; padding: 15px 0 15px 0; margin-bottom: 15px;}
.section-wrap3 { border-bottom: #e15d5f 1px solid; padding: 15px 0 15px 0; margin-bottom: 15px; width: 60%;}

.section-article, .section-article2, .video {margin-bottom: 20px;}
.section-article h1, .section-article h2, .section-article2 h1 {text-align: center;}
.video h1 {text-align: left;}
.section-article h3, .section-article2 h3 {margin-top: 30px;}
.section-article .text-nomargin {margin-top: 0px;}

.ebook-optin { border-bottom: #e15d5f 1px solid; padding: 15px 0 15px 0; margin-bottom: 35px;}

/* FORMS */
/******************************/
label {
    font-weight: normal; font-size: 0.8em;}
	
/* MIS FITS */
/******************************/


.btn { margin-left:auto; margin-right: auto; width: 100%;}
.button-center { text-align: center; padding-top: 25px;}

.img-rounded2 {
    border-radius: 70px; padding-bottom: 5px;
}

.photocredit {font-size: .7em; padding: 0; margin: 0; text-align: right; width:70%;}


ol, ul {
    margin-top: 20px;
    margin-bottom: 20px;
}


ul.check {
list-style-image: url(../images/blue-check.png); 
} 

ul.check2 {
list-style-image: url(../images/org.jpg); 
} 

ul.check img, ul.check img{ padding-top: 5px; 
} 

figure { margin-top: 10px;}

.sf-h1 {font-size: .9em; margin-top:80px;}


.alert {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* FOOTER */
/******************************/

footer { border-top: #A4A4A4 1px solid; padding: 15px 0 15px 0; margin-bottom: 5px; background-color: #E7E7E7; text-align: center;}

.bs-docs-footer-links li:first-child {
    padding-left: 0px;
}
.bs-docs-footer-links li {
    display: inline;
    padding: 0px 2px;
	font-size: 0.8em;
}


/* MEDIA */
/******************************/



@media only screen
and (max-width: 768px) {
  header .navbar-collapse.in {    background-color: rgba(0,0,0, .5);  }
  h1 {font-size: 2.3em;}
  h2 {font-size: 1.8em;}
  .row.redlink { border-bottom: #e15d5f 1px solid; padding: 15px 0 15px 0;}
  }


.ul-list  { list-style: disc;}

.ul-list li {
    list-style-image: url("../images/homebullet.png");
    margin: 0px 0px 0px 15px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 0px;
}


/* VID MEDIA */
/******************************/


#tsc_player {
   z-index: 9999;	
}

.tscplayer_inline {
	position:static;
	margin: 30px;
	width: 852px;
	height: 480px;
	z-index:auto;
}

.tscplayer_fullframe {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;	
}

@media screen and (max-width: 852px) {
    .tscplayer_inline {
	width: 100%;
    }
}


