/* ====================================================================================================================
   Default base styles for BI responsive sites, based on HTML5 Boilerplate. MARK C 5/27/13
   Site-specific design styles are all contained in main.css, not here.
   This file may be altered, but try editing main.css first.
   ==================================================================================================================== */

/* ====================================================================================================================
   ! normalize.css v1.0.1 | MIT License | git.io/normalize
   ==================================================================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block; margin:0}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering:optimizeLegibility}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;line-height:1.25em;margin:.67em 0}
h2{font-size:1.5em;line-height:1.25em;margin:1.17em 0 .83em}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* ====================================================================================================================
   Text spacing defaults
   ==================================================================================================================== */
   
/* Golden ratio line height */	
html {
	line-height: 1.625em;
}
.bodytext h2, .bodytext h3, .bodytext h4, .bodytext h5, .bodytext h6, .bodytext p, .bodytext ul, .bodytext ol, .bodytext dl, .bodytext blockquote, .bodytext q {
	max-width: 43em;
}

/* 
  Extra Strength Responsive Grids
  Author & copyright (c) 2013: John Polacek 
  Follow me on Twitter: @johnpolacek

  Dual MIT & GPL license

  Project Page: http://dfcb.github.com/extra-strength-responsive-grids
  Project Repo: https://github.com/dfcb/extra-strength-responsive-grids
  
  Note: box-sizing: border-box; is required for this solution. 
  For more info, see the project page

*/
.grid-all, .grid-1, .grid-2, .grid-3, .grid-quarter, .grid-4, .grid-third, .grid-5, .grid-6, .grid-half, .grid-7, .grid-8, .grid-two-thirds, .grid-9, .grid-three-quarters, .grid-10, .grid-11, .grid-12, .grid-whole {
  margin: 0;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(http://www.asacredmoment.com/styles/boxsizing.htc);
}

.grid-1 {
  width: 8.33333%;
}

.grid-2 {
  width: 16.66667%;
}

.grid-3, .grid-quarter {
  width: 25%;
}

.grid-4, .grid-third {
  width: 33.33333%;
}

.grid-5 {
  width: 41.66667%;
}

.grid-6, .grid-half {
  width: 50%;
}

.grid-7 {
  width: 58.33333%;
}

.grid-8, .grid-two-thirds {
  width: 66.66667%;
}

.grid-9, .grid-three-quarters {
  width: 75%;
}

.grid-10 {
  width: 83.33333%;
}

.grid-11 {
  width: 91.66667%;
}

.grid-12, .grid-whole {
  width: 100%;
}

/* padding helper classes */
.padded {
  padding: 1em;
}

.padded-left {
  padding-left: 1em;
}

.padded-right {
  padding-right: 1em;
}

.padded-top {
  padding-top: 1em;
}

.padded-bottom {
  padding-bottom: 1em;
}

.padded-sides {
  padding: 0 1em;
}

.padded-vertical {
  padding: 1em 0;
}

.padded-inner {
  padding: 1em;
}

.padded-inner-sides {
  padding: 0 1em;
}

.padded-reverse {
  margin: 0 -1em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

.padded-reverse-all {
  margin: -1em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

/* miscellaneous helper classes */
.flow-opposite {
  float: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* For compatibility with Bootstrap (fixed), Foundation, etc. */
.row {
  margin: 0 -0.5em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

@media (max-width: 747px) {
  .s-grid-all, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-quarter, .s-grid-4, .s-grid-third, .s-grid-5, .s-grid-6, .s-grid-half, .s-grid-7, .s-grid-8, .s-grid-two-thirds, .s-grid-9, .s-grid-three-quarters, .s-grid-10, .s-grid-11, .s-grid-12, .s-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(http://www.asacredmoment.com/styles/boxsizing.htc);
  }

  .s-grid-1 {
    width: 8.33333%;
  }

  .s-grid-2 {
    width: 16.66667%;
  }

  .s-grid-3, .s-grid-quarter {
    width: 25%;
  }

  .s-grid-4, .s-grid-third {
    width: 33.33333%;
  }

  .s-grid-5 {
    width: 41.66667%;
  }

  .s-grid-6, .s-grid-half {
    width: 50%;
  }

  .s-grid-7 {
    width: 58.33333%;
  }

  .s-grid-8, .s-grid-two-thirds {
    width: 66.66667%;
  }

  .s-grid-9, .s-grid-three-quarters {
    width: 75%;
  }

  .s-grid-10 {
    width: 83.33333%;
  }

  .s-grid-11 {
    width: 91.66667%;
  }

  .s-grid-12, .s-grid-whole {
    width: 100%;
  }

  /* padding helper classes */
  .s-padded {
    padding: 1em;
  }

  .s-padded-left {
    padding-left: 1em;
  }

  .s-padded-right {
    padding-right: 1em;
  }

  .s-padded-top {
    padding-top: 1em;
  }

  .s-padded-bottom {
    padding-bottom: 1em;
  }

  .s-padded-sides {
    padding: 0 1em;
  }

  .s-padded-vertical {
    padding: 1em 0;
  }

  .s-padded-inner {
    padding: 1em;
  }

  .s-padded-inner-sides {
    padding: 0 1em;
  }

  .s-padded-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .s-padded-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  /* miscellaneous helper classes */
  .s-flow-opposite {
    float: right;
  }

  .s-center {
    text-align: center;
  }

  .s-left {
    text-align: left;
  }

  .s-right {
    text-align: right;
  }

  .s-hidden {
    display: none;
  }
}
@media (min-width: 748px) and (max-width: 1003px) {
  .m-grid-all, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-quarter, .m-grid-4, .m-grid-third, .m-grid-5, .m-grid-6, .m-grid-half, .m-grid-7, .m-grid-8, .m-grid-two-thirds, .m-grid-9, .m-grid-three-quarters, .m-grid-10, .m-grid-11, .m-grid-12, .m-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(http://www.asacredmoment.com/styles/boxsizing.htc);
  }

  .m-grid-1 {
    width: 8.33333%;
  }

  .m-grid-2 {
    width: 16.66667%;
  }

  .m-grid-3, .m-grid-quarter {
    width: 25%;
  }

  .m-grid-4, .m-grid-third {
    width: 33.33333%;
  }

  .m-grid-5 {
    width: 41.66667%;
  }

  .m-grid-6, .m-grid-half {
    width: 50%;
  }

  .m-grid-7 {
    width: 58.33333%;
  }

  .m-grid-8, .m-grid-two-thirds {
    width: 66.66667%;
  }

  .m-grid-9, .m-grid-three-quarters {
    width: 75%;
  }

  .m-grid-10 {
    width: 83.33333%;
  }

  .m-grid-11 {
    width: 91.66667%;
  }

  .m-grid-12, .m-grid-whole {
    width: 100%;
  }

  /* padding helper classes */
  .m-padded {
    padding: 1em;
  }

  .m-padded-left {
    padding-left: 1em;
  }

  .m-padded-right {
    padding-right: 1em;
  }

  .m-padded-top {
    padding-top: 1em;
  }

  .m-padded-bottom {
    padding-bottom: 1em;
  }

  .m-padded-sides {
    padding: 0 1em;
  }

  .m-padded-vertical {
    padding: 1em 0;
  }

  .m-padded-inner {
    padding: 1em;
  }

  .m-padded-inner-sides {
    padding: 0 1em;
  }

  .m-padded-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .m-padded-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  /* miscellaneous helper classes */
  .m-flow-opposite {
    float: right;
  }

  .m-center {
    text-align: center;
  }

  .m-left {
    text-align: left;
  }

  .m-right {
    text-align: right;
  }

  .m-hidden {
    display: none;
  }
}
@media (min-width: 1004px) {
  .l-grid-all, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-quarter, .l-grid-4, .l-grid-third, .l-grid-5, .l-grid-6, .l-grid-half, .l-grid-7, .l-grid-8, .l-grid-two-thirds, .l-grid-9, .l-grid-three-quarters, .l-grid-10, .l-grid-11, .l-grid-12, .l-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(http://www.asacredmoment.com/styles/boxsizing.htc);
  }

  .l-grid-1 {
    width: 8.33333%;
  }

  .l-grid-2 {
    width: 16.66667%;
  }

  .l-grid-3, .l-grid-quarter {
    width: 25%;
  }

  .l-grid-4, .l-grid-third {
    width: 33.33333%;
  }

  .l-grid-5 {
    width: 41.66667%;
  }

  .l-grid-6, .l-grid-half {
    width: 50%;
  }

  .l-grid-7 {
    width: 58.33333%;
  }

  .l-grid-8, .l-grid-two-thirds {
    width: 66.66667%;
  }

  .l-grid-9, .l-grid-three-quarters {
    width: 75%;
  }

  .l-grid-10 {
    width: 83.33333%;
  }

  .l-grid-11 {
    width: 91.66667%;
  }

  .l-grid-12, .l-grid-whole {
    width: 100%;
  }

  /* padding helper classes */
  .l-padded {
    padding: 1em;
  }

  .l-padded-left {
    padding-left: 1em;
  }

  .l-padded-right {
    padding-right: 1em;
  }

  .l-padded-top {
    padding-top: 1em;
  }

  .l-padded-bottom {
    padding-bottom: 1em;
  }

  .l-padded-sides {
    padding: 0 1em;
  }

  .l-padded-vertical {
    padding: 1em 0;
  }

  .l-padded-inner {
    padding: 1em;
  }

  .l-padded-inner-sides {
    padding: 0 1em;
  }

  .l-padded-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .l-padded-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  /* miscellaneous helper classes */
  .l-flow-opposite {
    float: right;
  }

  .l-center {
    text-align: center;
  }

  .l-left {
    text-align: left;
  }

  .l-right {
    text-align: right;
  }

  .l-hidden {
    display: none;
  }
}

/* ====================================================================================================================
   Superfish essential styles, tweaked to be mobile-first responsive
   ==================================================================================================================== */
   
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 3em;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu>li {
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li div {
	line-height: 1em;
	display: none;
}
.sf-menu li:hover div,
.sf-menu li.sfHover div {
	display: block;
}

@media only screen and (min-width: 748px) {
	.sf-menu li, .sf-menu li a {
		float: left;
	}
	.sf-menu li li a {
		display: block;
	}
	.sf-menu li li, .sf-menu li li a {
		float: none;
	}
	.sf-menu div {
		position: absolute;
		top: -999em;
		float: left;
	}
	.sf-menu li:hover div,
	.sf-menu li.sfHover div {
		left: 0;
		top: 3em; /* match top ul list item height */
	}
	.sf-menu div ul {
		width: 13em;
		position: relative;
	}
	.sf-menu div li ul {
		position: absolute;
		top: -999em;
	}
	.sf-menu div li:hover ul {
		left: 13em;
		top: 0; /* match top ul list item height */
	}
}

/* ====================================================================================================================
   Accordion
   ==================================================================================================================== */

.accord { 
    position: relative; 
}
.accord .accordtitle {
	cursor: pointer;
	display: block;
}
.accord div { 
	position:relative;
}

/* ====================================================================================================================
   Helper classes
   ==================================================================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	
	/* H5BP defaults */
	
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
	
}