/* CSS for briercrest.ca homepage */

/* overrides */

body {
  /*background: url(/webdocs/global/images/bg_padding.png) top center repeat-y #f4f4f4;*/
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
#all {
  /*background: url(/webdocs/global/images/bg_padding.png) top center repeat-y #f4f4f4;*/
  background-color: #f4f4f4;;
}

#mast_slogan {
  margin: 0;
}

/* end of overrides */

.round {
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 16px;
  width: 926px;
  background-color: #fff;
  border: 0px solid #ccc;
}

#home_wrapper {
  width: 960px;
  min-height: 500px;
  margin: 0 auto;
}
#home_landingpage {
  width: 960px;
  min-height: 400px;
  float: left;
  margin: 28px 0 10px 0;
}
#home_landingpage h1 {
  color: #999;
  font-size: 1.7em;
  margin: 0 0 12px 0;
  font-weight: normal;
}
#home_landingpage h1.news {
  margin: 0 0 12px 0;
  padding-top: 20px;
  width: 960px;
  float: left;  
}

#HomeTabs{
  width: 980px;
display: block;}

#HomeTabs a img {
  background-color: #002649;
  width: 180px;
  height: 60px;
  display: inline-block;
  margin-right: 15px;}

#HomeTabs a:hover img{
  background-color: #aebbc5;}



/*#search {
  margin: -12px 0 0 0;
  padding: 0 0 8px 0;
}

#home_landingpage .wordmark {
  margin: 16px 0;
  padding-bottom: 10px;
}
#home_landingpage .wordmark a.wordmark {border: 0;}
#home_landingpage .wordmark a.wordmark img {border: 0;}
#home_landingpage .info {
  min-height: 300px;
  float: left;
  margin: 0;
}*/
#home_landingpage .info .connect,
#home_landingpage .info .events,
#home_landingpage .info .study,
#home_landingpage .info .magazines {
  float: left;
  width: 230px;
  min-height: 400px;
  margin: 0;
}
#home_landingpage .info .magazines {
  margin: 0 0 0 0;
  float: right;
}
#home_landingpage .info .magazines h1 a {
  text-decoration: none;
  color: #3286cf;
  font-size: 0.8em;
}
#home_landingpage .info .magazines h1 a:hover {
  color: #777;
}
#home_landingpage .info .connect {
  width: 200px;
  min-height: 200px;
  float: left;
}
#home_landingpage .info .connect nav {
  margin: 16px 0 0 0;
}
#home_landingpage .info .connect nav a {
  text-decoration: none;
  font-size: 1.25em;
  color: #333;
  padding: 4px 0;
  display: block;
}
#home_landingpage .info .connect nav a:hover {
  text-decoration: underline;
}
#home_landingpage .info .magazines .image {
  margin: 0;
  width: 220px;
  height: 285px;
  float: left;  
}
#home_landingpage .info .magazines .image a.highschool,
#home_landingpage .info .magazines .image a.college,
#home_landingpage .info .magazines .image a.seminary,
#home_landingpage .info .magazines .image a.alumni {
  background-color: #9d0000;
  display: block;
  margin: 0 0 5px 0;
  padding: 3px 3px 3px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: capitalize;
  letter-spacing: 1px;
  box-shadow: 3px 3px 3px #000;
}
#home_landingpage .info .magazines .image a.highschool {
  width: 105px;
  margin-top: 130px;
}
#home_landingpage .info .magazines .image a.college {
  width: 70px;
}
#home_landingpage .info .magazines .image a.seminary {
  width: 80px;
}
#home_landingpage .info .magazines .image a.alumni {
  width: 60px;
}
#home_landingpage .info .magazines .image a.highschool:hover,
#home_landingpage .info .magazines .image a.college:hover,
#home_landingpage .info .magazines .image a.seminary:hover,
#home_landingpage .info .magazines .image a.alumni:hover {
  padding-left: 18px;
}
#home_landingpage .info .study .list {
  width: 425px;
  height: 625px;
  overflow-x: visible;
  overflow-y: scroll;
  margin: 0;
  display: block;
}

#home_landingpage .info .study .list table {
  width: 100%;
}
#home_landingpage .info .study .list table tr td {
  padding: 3px 3px 3px 9px;
}
#home_landingpage .info .study .list table tr td a {
  color: #222;
  text-decoration: none;
}
#home_landingpage .info .study .list table tr td a:hover {
  text-decoration: underline;
}
#home_landingpage .info .study .list table tr:nth-child(odd)  { background-color:#eee; }
#home_landingpage .info .study .list table tr:nth-child(even) { background-color:#fff; }
#home_landingpage .info .connect h1,
#home_landingpage .info .magazines h1,
#home_landingpage .info .study h1,
#home_landingpage .info .events h1 {
  font-size: 1.7em;
  color: #999;
}

  /******* STUDY AREAS WIDGET *******/
  #studyareaswidget, 
  #studyareaswidget div.studyareas_tab_container, 
  #studyareaswidget div.studyareas_tab_container div.studyareas_tab_content {
    width: 400px;
    height: 350px;
    float: left;
  }
  
  #studyareaswidget {
    float: left;
    clear: both;
  }
  #studyareaswidget div.studyareas_tab_container {
    background-color: #fff;
  }
  #studyareaswidget div.studyareas_tab_container div.studyareas_tab_content {
  }
  
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list {
  width: 200px;
  height: 300px;
  overflow-x: visible
  overflow-y: scroll;
  margin: 0;
}
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list table {
  width: 100%;
}
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list table tr td {
  padding: 3px 3px 3px 9px;
}
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list table tr td a {
  color: #222;
  text-decoration: none;
}
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list table tr td a:hover {
  text-decoration: underline;
}
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list table tr:nth-child(odd)  { background-color:#eee; }
#studyareaswidget div.studyareas_tab_container div.studyareas_tab_content .study .list table tr:nth-child(even) { background-color:#fff; }

    #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs {
    list-style-type: none;
    margin-left: 0;
  }
    #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs li {
    float: left;
    margin: 0;
  }
    #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs li a {
    color: #222;
    text-decoration: none;
    font-size: 0.89em;
    display: block;
    padding: 2px 8px;
  }
    #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs li.active,
    #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs li.active a,
  #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs li.active a:hover  {
    color: #fff;
    background-color: #00325b;
  }
    #studyareaswidget div.studyareas_tab_container ul.studyareas_tabs li a:hover {
    color: #222;
    background-color: #ccc;
  }

/* EVENTS ON HOMEPAGE */
  #events-wrapper {
    width: 230px;
/*    min-height: 100px;
    float: left;
    margin: 0 20px 20px 0;*/
  }
  #events-wrapper article {
    width: 240px;
/*    min-height: 48px;
    float: left;*/
    border-bottom: 1px solid #ccc;
  }
  #events-wrapper article  .date {
    width: 52px;
/*    min-height: 60px;*/
    background: url(/webdocs/global/images/event-date.png) no-repeat;
/*    float: left;
    margin-right: 10px;*/
  }
  #events-wrapper article  .date .month {
    display: block;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 8px;
  }
  #events-wrapper article  .date .day {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    top: -2px;
  }
  #events-wrapper article .title {
    display: block;
    font-size: 1.15em;
    font-weight: bold;
    margin: 0;
    color: #333;
/*  min-height: 80px;
  float: left;
  width: 170px;*/
  }
  #events-wrapper article .title a {
    text-decoration: underline;
    padding: 8px;
  padding-left: 0px;
    display: block;
/*    min-height: 48px;*/
  min-height: 10px;
  color: #333;
  }
  #events-wrapper article .title a:hover {
  /*background-color: #f4f4f4;*/
  }
  #events-wrapper article .title a .fulldate,
  #events-wrapper article .title .fulldate {
    /*display: block;*/
    font-size: 0.8em;
    font-weight: normal;
  }
  #home_landingpage .info .events #events-wrapper article .title a .fulldate img.urlexternal {
    border: 0;
  padding: 0;
  float: right;
  display: block;
  }
  #events-wrapper a.more {
    text-decoration: none;
    color: #00325b;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    float: right;
    display: block;
    margin: 8px 0 0 0;
  }
  #events-wrapper a.more:hover {
    text-decoration: underline;
  }
/* BANNER */
#home_banner {
  width: 958px;
  height: 400px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
}
#homebanner iframe.banners {
  width: 960px;
  height: 350px;
  border: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
#home_banner .slogan  {
  background: url(/webdocs/global/images/bg_white-fade.png);
  width: auto;
  height: 30px;
  padding: 20px 40px 12px 0;
  float: right;
  margin: 0;
  position: relative;
  top: -94px;
  left: 0;
  
}
#home_banner .slogan .dark-blue {
  color: #00325b;
  font-size: 2.2em;
  text-align: right;
  float: right;
  margin: 0;
  display: block;
  width: 480px;
  font-weight: bold;
}
#home_banner .slogan .dark-blue .light-blue {color: #347dba;}

#home_landingpage .apply {
  min-height: 100px;
  margin: 0;
  float: left;
  padding: 20px 16px;
  -moz-border-radius-topright: 0;
  -khtml-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -khtml-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top: 0;
}
#home_landingpage .apply .become {
  width: 500px;
  min-height: 100px;
  float: left;
}
#home_landingpage .apply .become h1 {
  color: #222;
  font-size: 3.5em;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1em;
}
#home_landingpage .apply .become nav {
  font-size: 1.4em;
  margin: 0;
}
#home_landingpage .apply .become nav span.divider {
  float: left;
  display: block;
  padding: 0 6px;
  color: #306FA7;
}
#home_landingpage .apply .become nav a {
  float: left;
  display: block;
  color: #306FA7;
  text-decoration: none;
}
#home_landingpage .apply .become nav a:hover {
  text-decoration: underline;
}
#applybutton {
  width: 268px;
  min-height: 100px;
  float: right;
  /*background-color: #377EBC;*/
  margin: 0;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #ccc;
background: #4b91d3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiOTFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4b91d3 0%, #4288ca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b91d3), color-stop(100%,#4288ca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b91d3 0%,#4288ca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b91d3 0%,#4288ca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b91d3 0%,#4288ca 100%); /* IE10+ */
background: linear-gradient(top,  #4b91d3 0%,#4288ca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b91d3', endColorstr='#4288ca',GradientType=0 ); /* IE6-8 */

}
#applybutton:hover {
background: #63aae1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYWFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2ExZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #63aae1 0%, #57a1d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63aae1), color-stop(100%,#57a1d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #63aae1 0%,#57a1d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #63aae1 0%,#57a1d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #63aae1 0%,#57a1d9 100%); /* IE10+ */
background: linear-gradient(top,  #63aae1 0%,#57a1d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63aae1', endColorstr='#57a1d9',GradientType=0 ); /* IE6-8 */

}
#applybutton a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 268px;
  height: 100px;
  padding: 0;
  margin: 0;
}
#applybutton a:hover {}
#applybutton a .title {
  font-size: 3.6em;
  letter-spacing: -2px;
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 38px 0 0 16px;
  cursor: pointer;
}
#applybutton a .checkmark {
  display: block;
  float: left;
  background: url(/webdocs/images/checkmark.png) no-repeat;
  width: 42px;
  height: 54px;
  margin: 28px 0 0 32px;
  cursor: pointer;
}
#home_navlinks {
  width: 960px;
  /*min-height: 100px;*/
  margin: 20px 0 0 0;
}
#home_navlinks .start-here,
#home_navlinks .info {
 /*min-height: 100px;*/
  float: left;
  margin: 0;
}
#home_navlinks .start-here h1,
#home_navlinks .info h1 {
  background: url(/webdocs/images/redtag-long.png) no-repeat top left;
  font-size: 20px;
  color: #fff;
  height: 45px;
  width: 238px;
  padding: 7px 0 0 12px;
}
#home_navlinks .start-here nav,
#home_navlinks .info nav {
  width: 220px;
  margin: 0 0 0 12px;
  float: left;
}
#home_navlinks .start-here nav a,
#home_navlinks .info nav a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #222;
}
#home_navlinks .start-here nav a:hover,
#home_navlinks .info nav a:hover {
  text-decoration: underline;
}
#home_navlinks .info {
  width: 235px;
}
#home_navlinks .info h1 {
  background: url(/webdocs/images/redtag-short.png) no-repeat top left;
  font-size: 20px;
  color: #fff;
  height: 45px;
  width: 201px;
  padding: 7px 0 0 12px;
}
#home_navlinks .info nav {}
#home_navlinks .info nav a {}

/* NEWS FEED for briercrest.ca home is controlled in /webdocs/css/appleslider-news.css */
#gallery_container {
  width: 960px;
  clear: both;
}

#rss {
width: auto;
height: 10px;
float: right;
margin: -20px -20px 0 0;
text-align: right;
}
#rss span a {
  font-family: sans-serif;
  font-size: 13px;
  color: #00325b;
  text-decoration: none;
}
#rss span a:hover {
  text-decoration: underline;
}
#rss span a span.image {
  padding: 2px 4px 0 0;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
}
#rss span a span.image img {border: 0; padding: 0;}

#home_areas-of-study {
  width: 680px;
  min-height: 100px;
  float: left;
  margin: 20px 0;
  float: left;
}
#home_areas-of-study h1 {
  font-size: 18px;
  color: #222;
  font-family: sans-serif;
  margin: 0 0 10px 10px;
}
#home_areas-of-study .col {
  width: 210px;
  min-height: 300px;
  margin: 0 16px 0 0;
  float: left;
}
#home_areas-of-study .col h2 {
  font-size: 1.1em;
  color: #00325b;
  margin: 16px 0 0 0;
  font-weight: normal;
  background-color: #f4f4f4;
  padding-left: 6px;
  background-color: #fff; /* temporarily reformatting background */
}
#home_areas-of-study .col a  {
  text-decoration: none;
  padding: 3px 0px 3px 6px;
  color: #0061af;
  display: block;
  font-size: 12px;
  display: none; /* temporarily hiding study area links */
}
#home_areas-of-study .col a:hover {
  background-color: #f4f4f4;
}
#home_areas-of-study .col a .title {
  display: block;
}
#home_areas-of-study .col .offering {
  font-size: 12px;
  color: #0061af;
  display: block;
  width: 220px;
  clear: both;
  margin: 0 0 6px 0;
}
#home_areas-of-study .col .offering a {
  color: #0061af;
  text-decoration: none;
  margin: 0 10px 0 0;
}
#home_areas-of-study .col .offering a:hover {
  text-decoration: underline;
}
#home_magazines {
  width: 245px;
  min-height: 100px;
  float: right;
  margin:  24px 0 0 0;
}
#home_magazines h1 {
  font-size: 16px;
  color: #222;
  font-family: sans-serif;
  margin: 0 0 12px 10px;
}
#home_magazines article.edition {
  width: 112px;
  height: 132px;
  display: block;
  float: left;
  margin: 0 8px 16px 0;
}
#home_magazines article.edition a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
#home_magazines article.edition a span.edition-image {
  width: 101px;
  height: 132px;
  float: right;
  display: block;
  background-color: #eee;
  border: 4px solid #fff;
}
#home_magazines article.edition a span.edition-image:hover {
  border: 4px solid #ccc;
  box-shadow: 3px 3px 3px #333;
}
#home_magazines article.edition a span.edition-image span.designation {
  width: 111px;
  height: 38px;
  margin: 84px 0 0 -10px;
  background: url(/webdocs/images/redtag-magazines.png) no-repeat top left;
  float: left;
  font-size: 11px;
  color: #fff;
  font-family: sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 0 0 9px;
  display: block;
}

section.errormessage {
  width: 960px;
  min-height: 100px;
  margin: 28px 0;
  float: left;
}
section.errormessage h1 {
  color: #3385cf;
  font-size: 2em;
}
section.errormessage p {
  font-size: 1em;
  color: #555;
}
section.errormessage a {
  color: #3385cf;
  text-decoration: none;
}
section.errormessage a:hover {
  text-decoration: underline;
}



/********************* FOOTER ***********************/
#footer div.footer-col.col3 span.admissions-adviser {
  display: block;
  float: left;
  margin: 0px 0px 8px 0;
}

#footer div.footer-col.col3 span.admissions-adviser img {
  width: 76px;
  padding: 0;
}

#footer div.footer-col.col3 span.admissions-adviser span.admissions-contact {
  width: 120px;
  float: right;
  margin-left: 8px;
}

#footer div.footer-col.col3 span.admissions-adviser span.admissions-contact p,
#footer div.footer-col.col3 span.admissions-adviser span.admissions-contact a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

#footer div.footer-col.col3 span.admissions-adviser span.admissions-contact a:hover {
  text-decoration: underline;
}

#footer div.footer-col.col3 span.admissions-adviser span.admissions-contact p span.small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  padding-top: 4px;
  border-top: 1px solid #bbb;
}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
