/**
 * @file
 * HTML Element Styling
 *
 * Ok, I admit it. I fooled you. This isn't a "reset" stylesheet. Instead this
 * is the place where you should set (not reset) the default styling for all
 * HTML elements.
 *
 * @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 * @see http://snook.ca/archives/html_and_css/no_css_reset/
 */


/*
 * Fonts
 *
 * Our font size and line height declarations are based on the following
 * articles:
 * - http://www.alistapart.com/articles/howtosizetextincss
 * - http://24ways.org/2006/compose-to-a-vertical-rhythm
 *
 * All modern browsers use a 16px default font size. Specifying the font-size
 * and line-height in ems (relative to the 16px default font) allows the user
 * to resize the font in the browser and produces the most consistent results
 * across different browsers.
 */
 
/* Brandon grotesque font */

@font-face{
font-family:"Brandon Grot W01 Light";
src:url("Fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix");
src:url("Fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix") format("eot"),url("Fonts/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"),url("Fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"),url("Fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype"),url("Fonts/47f089a6-c8ce-46fa-b98f-03b8c0619d8a.svg#47f089a6-c8ce-46fa-b98f-03b8c0619d8a") format("svg");
}
@font-face{
font-family:"BrandonGrotW01-Regular";
src:url("Fonts/49d8a110-dd06-4918-9fea-516c27058edf.eot?#iefix");
src:url("Fonts/49d8a110-dd06-4918-9fea-516c27058edf.eot?#iefix") format("eot"),url("Fonts/1e5fc8fa-a98c-4613-a08e-c6c975759a80.woff2") format("woff2"),url("Fonts/6b45f9ca-22b4-48ca-962f-6ff1fa7fc196.woff") format("woff"),url("Fonts/7fdcfbf6-62ea-4d31-935f-cac99a996c73.ttf") format("truetype"),url("Fonts/80f420d4-9e57-4016-b805-01b95b2e08f3.svg#80f420d4-9e57-4016-b805-01b95b2e08f3") format("svg");
}
@font-face{
font-family:"Brandon Grot W01 Bold";
src:url("Fonts/c12a6d37-72c1-408b-9ca9-32946956c57f.eot?#iefix");
src:url("Fonts/c12a6d37-72c1-408b-9ca9-32946956c57f.eot?#iefix") format("eot"),url("Fonts/df1cd944-a6a3-4d30-8fd3-391c2e9531f1.woff2") format("woff2"),url("Fonts/4f2d0548-c7dc-459b-a2e0-e86656a10ded.woff") format("woff"),url("Fonts/dc21d9e5-516f-4e7e-9a84-7be79a44c2dd.ttf") format("truetype"),url("Fonts/a9bdb836-ee14-494d-8c69-5617c5720992.svg#a9bdb836-ee14-494d-8c69-5617c5720992") format("svg");
}
/* End of font */
 
body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#skip-to-nav,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 18px line height */
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.5em; /* 12px x 1.5 = 18px */

 
}

/*
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;

@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}

 */

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * and Nimbus Sans fonts are commonly available on Linux systems where the MS
   * fonts are less common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

   */

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

pre,
code,
kbd,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

/*
 * Block-level elements
 *
 * To achieve a pleasant vertical rhythm, we use the 1.5em line height of our
 * base font as the top and bottom margins for our block level elements and make
 * the line heights of any larger fonts be a multiple of 1.5 ems. For more
 * information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl,
hr, table, fieldset {
  margin: 1.5em 0;
}

/* Headings */
h1 {
  font-size: 1.5em;
  margin: 0.75em 0;
  color: #990000;
  /* line-height: 1.5em; */
  /*color: #E6861F; */
  /* 0.75em is equivalent to 1.5em in the page's base font. font. Remember, a
     margin specified in ems is relative to the element's font-size, not to the
     pages' base font size. So, for example, if we want a 1.5em margin (relative
     to the base font), we have to divide that length by the element's
     font-size:  1.5em / 2em = 0.5em  */
}

h2 {
  font-size: 1.2em;
  margin: 1em 0; /* Equivalent to 1.5em in the page's base font: 1.5 / 1.5 = 1em */
  color: #990000;
}

h3 {
  font-size: 1.1em;
  margin: 1.154em 0; /* Equivalent to 1.5em in the page's base font: 1.5 / 1.3 = 1.154 */
  color: #990000;
}

h4,
h5,
h6 {
  font-size: 1em;
  margin: 1.364em 0; /* Equivalent to 1.5em in the page's base font: 1.5 / 1.1 = 1.364 */
  color: #990000;
}

/* Other block-level elements */
p {
  font-size: 1em;
}

.region-footer p {
  font-size: 80%;
  width: 900px;
  margin: 0 auto;
  padding: 7px;
  line-height: 2em;
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
}

pre {
  font-size: 1.1em; /* Monospace fonts can be hard to read */
  margin: 1.364em 0; /* Equivalent to 1.5em in the page's base font: 1.5 / 1.1 = 1.364 */
}

hr {
  height: 1px;
  border: 1px solid #666;
}

address {
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
  margin-left: 0; /* LTR */
  padding-left: 2em; /* LTR */
}

.item-list ul /* Drupal overrides */ {
  margin: 1.5em 0;
  padding: 0 0 0 2em; /* LTR */
}

ul ul, ul ol,
ol ol, ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.item-list ul li,
ul.menu li,
li.expanded,
li.collapsed,
li.leaf /* Drupal override */ {
  margin: 0;
  padding: 0.2em 0.5em 0.2em 0;
}

/* added */
ul li.expanded  a:hover {
  color: #9933FF;
  background-color:#FFFF99;
  text-decoration: none;
}

/* added */
ul li.collapsed  a:hover {
  color: #9933FF;
  background-color:#FFFF99;
  text-decoration: none;
}

/* added */
ul li.leaf  a:hover {
  color: #9933FF;
  background-color:#FFFF99;
  text-decoration: none;
}


ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dl {
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em; /* LTR */
  padding: 0;
}



/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
table {
  border-collapse: collapse;
  /* width: 100%; */ /* Prevent cramped-looking tables */
}

th {
  text-align: left; /* LTR */
  padding: 0;
  border-bottom: none;
}

tbody {
  border-top: none;
}

thead {
}

tfoot {
}

caption {
}

colgroup {
}

col {
}

tr {
}

td {
  padding: 0.5em;
}

/*
 * Forms
 */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  padding: 0.5em;
}

legend {
}

label {
}

input {
}

select {
}

optgroup {
}

option {
}

textarea {
}

button {
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link {
}

a:visited {
}

a:hover,
a:focus {
}

a:active {
}

/*
 * Other inline elements
 */
img {
  border: 0;
  /* vertical-align: bottom; */ /* Suppress the space beneath the baseline */
}

abbr, /* Abbreviations */
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

q {
}

cite {
}

strong, b {
}

em, i {
}

code,
kbd,
samp,
tt,
var /* Code, keyboard input, sample output, teletype, variable */ {
}

del {
}

ins {
}

big {
}

small {
}

sub {
}

sup {
}

/* Added for new home page panels */

#home-page-panel {
  margin: 0 auto;
  font-size: 1.4em;
  font-family: 'BrandonGrotW01-Regular';

}

#home_banner_panel {
  margin: 0 auto;
  background: #f9f4fb url(../images/join-the-many-women-bg.jpg) top left no-repeat; 
  max-height: 274px;
  padding-top: 60px;
}

#home_banner_panel h1 {
  color: #FFFFFF;
  padding: 20px 0 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'BrandonGrotW01-Regular';
  font-size: 1.7em;
  line-height: 1.6em;
}

#home_banner_panel p {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'BrandonGrotW01-Regular';
  font-size: 1.2em;
  line-height: 1.4em;
}

#welcome_panel {
  margin: 0 auto;
  padding: 5px 40px;
  background: #f9f4fb url(../images/bc-logo-welcome-panel-bg.png) top left no-repeat;
}

#welcome_panel h2{
 color: #464646;
 text-align: center;
 font-family: 'BrandonGrotW01-Regular';
 font-size: 1.45em;
}

#welcome_panel p{
 text-align: justify;
 color: #464646;
 font-family: 'BrandonGrotW01-Regular';
 line-height: 1.5em;
 padding-left: 10%;
 padding-right: 10%;
}

#welcome_panel p a{
 color: #464646;
}

#home_video_panel {
 background: #FFFFFF;
 padding: 20px auto;
}

#home_screening_info_panel {
 background: #edefed;
 padding: 20px;
 text-align: center;
 color: #ffffff;
}

.info_three_boxes {
 margin: 0 auto;
 display: inline-block;
}

.check_reg {
 width: 195px;
 background: #7ba5cf;
 color: inherit;
 float: left;
 margin-right: 10px;
}

.check_reg p {
 padding: 0 4px;
 font-size: 0.9em;
}

.have_question {
 width: 195px;
 background: #a57bcf;
 color: inherit;
 float: left;
 margin-right: 10px;
}

.have_question p {
 padding: 0 4px;
 font-size: 0.9em;
}

.screening_info {
 width: 195px;
 background: #54c0b8;
 color: inherit;
 float: left;
  margin-right: 10px;
}

.screening_info p {
 padding: 0 4px;
 font-size: 0.9em;
}

.careers {
 width: 195px;
 background: #dbd459;
 color: inherit;
 float: left;
}

.careers p {
 padding: 0 4px;
 font-size: 0.9em;
}

#home_second_video_panel {
 background: #7ba5cf;
 padding: 1px;
 color: #ffffff;
 z-index: 1;
}

.second_video-panel_box {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

/* 
.second_video {
 float: left;
 padding: 10px;
 width: 340px;
 margin-right: 10px;
 height: auto;
}

.second_video_txt_box {
 float: left;
}

*/

.qoutetxt {
 font-family: 'Nothing You Could Do';
 font-size: 1.1em;
 line-height: 1.4em;
 letter-spacing: 0.1em;
 text-align: left;
 margin-top: 0px;
 margin-bottom: 0px;
}


.qoute_txt_pic {
 margin: 0;
 text-align: left;
}


.video_panel_text {
 font-family: 'Brandon Grot W01 Light';
 font-weight: 300;
 text-align: left;
 margin-bottom: 0px;
 line-height: 1.6em;
}

.video_panel_text a {
 color: #ffffff;
 font-weight: bold;
}


.clearall {
 clear: both;
}

#social_media_icons_panel {
 margin-top: -30px;
 padding: 0;
 position: absolute;
 z-index: 3;  
}

.media_icons_box {
 margin-left: 413px;
 display: inline-block;
}

.yt_icon {
 width: 52px;
 float: left;
 margin-right: 10px;
}

.fb_icon {
 width: 52px;
 float: left;
 margin-left: 10px;
}

#home_check_register_panel {
  background: #d1d1d1;
  padding: 10px;
  z-index: 2;
}
.check_reg_container {
 margin: 0 auto;
 display: inline-block;
}
.check_reg_box {
  background: #bbbbbb;
  width: 60%;
  float: left;
  padding: 10px;
  margin: 30px 10px 20px;
}

.check_reg_txt {
  font-family: 'BrandonGrotW01-Regular';
  float: left;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 10px; 
  width: 50%;
}

.check_reg_button {
  float: right;
  padding-top: 0.8em;
}

.screening-news-button {
  z-index: 2;
  width: 130px;
  position: absolute;
  margin-left: 820px;
  top: -60px;
}


/* Original edits for home page panels 

.screening-news-frontpage {
  border: solid 1px #E6CDEC;
  background: #F9F1FB;
}

.screening-news-frontpage li a {
  text-decoration: none;
}

.screening-news-frontpage li a:hover {
  text-decoration: underline;
  background: #FFFFCC;
}

#home_welcome_panel {
  margin-top: 8px;
  padding: 5px;
  border: solid 1px #E6CDEC;
  background: #F2F2FB;
}

.home_left_panel_box {
  border: solid 1px #E6CDEC;
  background: url(../images/front-page-panels-bg.png) top left repeat-x;
}

.home_right_panel_box {
  border: solid 1px #E6CDEC;
  background: url(../images/front-page-panels-bg.png) top left repeat-x;
}


h2.rtecenter {
  background: #7878B2;
  margin: 0;
  padding: 5px;
  border-bottom: solid 1px #DBC0E1;
}

h2.rtecenter a {
  color: #FFFFFF;
  text-decoration: none;
}

#home_bottom_panel {
  margin-top: 8px;
  padding: 5px;
  border: solid 1px #E6CDEC;
  background: #F7F8FF;
}
*/




