/*
	Stylessheet for Holy Family University's Complio Website 
	Created By: Jennifer Martinez
	Created Date: 02/12/15
	Last Updated by: Jennifer Martinez
	Last Updated: 02/12/15 @ 8:09am
*/

body { font:14px/21px Arial, Helvetica, sans-serif normal; color:#231f20; background:#e9e3db; }
.full-width { width:100%; }


/* #Base 960 Grid
================================================== */

.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }

.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-half                  { padding-left: 30px;  }
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }
	

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* Header
----------------------------------------------------------------------------------------------------*/

#section-header { background:url(images/header.jpg) top left repeat-x #009cdb; }

/* For Logo */
.logo { width:100%; background:none; margin-top: 0; padding-bottom: 110px; z-index:9999;
}
.logo h3 { margin-left:-1px;}
.logo h3 a{ display:block; background:url(images/logo.svg) top left no-repeat; width:285px; height:100px; text-indent:-5000px;}

.adb {
  margin-top:20px;
  text-align:right;
  font-size:12px;
  color:#fff;
  font-weight:bold;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

.container .navigation {
  padding:15px 0px;
  position:relative;
  margin-top:0px;
  background:none;
  font-family:Arial, Helvetica sans-serif;
  font-size:12px;
  text-align:left;
}

.navigation ul {
	display:block;
	padding-top:0px;
	margin:0px auto;
	list-style:none;
}

.navigation li {
	display:inline;
	color:#fff;
	padding:0px 5px 0px 0px;
}

.navigation li a {
	color:#fff;
	font-weight:bold;
	padding: 15px 3px;
	text-decoration:none;
}

.navigation li a:hover {
	color: #fff;
	font-weight:bold;
	padding: 15px 3px;
	text-decoration:none;
	background:#009cdb;
}

ul li.first { padding-left: 0; }
ul li.last { border-right: none; padding-right: 0; }


/* Slideshow Area
----------------------------------------------------------------------------------------------------*/

#section-slide { background:url(images/slide.jpg) top center no-repeat #fff; padding-bottom:85px; margin-top:-110px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


/* Content Area
----------------------------------------------------------------------------------------------------*/

.main { padding-top:20px; padding-bottom:20px;
	background:none;
	margin-bottom:10px;
}

.step {
	background:url(images/flag.svg) top center no-repeat transparent;
	padding:0px 20px 20px 20px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
}

#picture {
	border:2px solid #ebf1e0;
	-moz-box-shadow: 3px 3px 6px #999;
	-webkit-box-shadow: 3px 3px 6px #999;
	box-shadow: 3px 3px 6px #999;
	margin-bottom:10px;
}

/* To force images/divs to align Left or Right */
.floatLeft { float:left; margin-right:10px; }
.floatRight { float:right; margin-left:10px; }

/* box on DPW/DOE FBI page */
.locations { background:#f1f1f1; border:1px solid #b6c3c9; padding:5px 5px 0px 5px; text-align:center; } 


/* Footer
--------------------------------------------------------------------------------------------------*/

#section-footer { background:#aba095; border-top:5px solid #0069aa; padding:20px 0px; }

.footer { padding:15px 10px; color:#fff; font-size:11px; font-family:Arial, Helvetica, sans-serif;
	background:none;
}

.copyright { text-align:right; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#fff; }
.copyright a { color:#fff; text-decoration:none; }
.copyright a:hover { color:#0069aa; text-decoration:none; }


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container {
  zoom: 1;
}

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tbody,
tfoot,
thead,
time,
tt,
u,
ul,
var,

video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  /*vertical-align: middle;*/
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
	margin-left: 30px;
	line-height:18px;
	padding-bottom:10px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}


/* Custom Buttons - Can be used for any type of button as long as you assign the correct CSS class. -- JM 08/06/12
------------------------------------------------------------------------------------------------------------------*/

.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover
{
	text-decoration: none;
}
.button:active
{
	position: relative;
	top: 1px;
}

.btnColor {
	color: #fff;
	border: solid 1px #f1f1f1;
  	background: #cb6015;
  	background: -webkit-gradient(linear, left top, left bottom, from(#ebaf85), to(#cb6015));
	background: -moz-linear-gradient(top,  #e444ebaf8548,  #cb6015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaf85', endColorstr='#cb6015');
}

.btnColor:hover {
	color: #fff;
	font-weight: normal;
  	background: #b6b6b6;
  	background: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#4d4d4d));
	background: -moz-linear-gradient(top,  #b6b6b6,  #4d4d4d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b6b6', endColorstr='#4d4d4d');
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#a33f0e;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#016dab;
}

/* Body Text
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;	
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

a {
	font-weight:bold;
	color:#972719;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color:#f77a20;
	text-decoration:none;
}

.smallLink {
	font-size:10px;
	text-decoration:none;
	font-style:italic;
}

.bulletTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#972719;
	font-weight:bold;
	margin-bottom:15px;
}

.answer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
}