/*********************************************
Resets
**********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
  display: block;
  margin: 0;
}
video {
  display: block;
}

/*********************************************
Basics
**********************************************/

* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0; 
}
body {
  font-size:16px;
  color:#000;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}  
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}



/*********************************************
Grid System
**********************************************/
.size-960 .line,.size-1140 .line,.size-1280 .line {
  margin:0 auto;
  padding:0 0.625rem;
}
.size-960 .line {max-width:60rem;}
.size-1140 .line {max-width:71.25rem;}
.size-1280 .line {max-width:80rem;}
.size-960.align-content-left .line,.size-1140.align-content-left .line,.size-1280.align-content-left .line {margin-left:0;}
form {line-height:1.4;}
nav {
  display:block;
  width:100%;
}
.line:after, nav:after, .center:after, .box:after, .margin:after, .margin2x:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin2x {margin:0 -1.25rem;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25rem;
  width:100%;
}
.margin-bottom {margin-bottom:1.25rem;}
.margin-bottom2x {margin-bottom:2.5rem;}
.s-1, .s-2, .s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .m-1, .m-2, .m-five, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:static;
}
.l-offset-1 {margin-left:8.3333%;}
.l-offset-2 {margin-left:16.6666%;}
.l-offset-five {margin-left:16.6666%;}
.l-offset-3 {margin-left:25%;}
.l-offset-4 {margin-left:33.3333%;}
.l-offset-5 {margin-left:41.6666%;}
.l-offset-6 {margin-left:50%;}
.l-offset-7 {margin-left:58.3333%;}
.l-offset-8 {margin-left:66.6666%;}
.l-offset-9 {margin-left:75%;}
.l-offset-10 {margin-left:83.3333%;}
.l-offset-11 {margin-left:91.6666%;}
.l-offset-12 {margin-left:100%;} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625rem;}
.margin2x > .s-1,.margin2x > .s-2,.margin2x > .s-five,.margin2x > .s-3,.margin2x > .s-4,.margin2x > .s-5,.margin2x > .s-6,.margin2x > .s-7,.margin2x > .s-8,.margin2x > .s-9,.margin2x > .s-10,.margin2x > .s-11,.margin2x > .s-12,
.margin2x > .m-1,.margin2x > .m-2,.margin2x > .m-five,.margin2x > .m-3,.margin2x > .m-4,.margin2x > .m-5,.margin2x > .m-6,.margin2x > .m-7,.margin2x > .m-8,.margin2x > .m-9,.margin2x > .m-10,.margin2x > .m-11,.margin2x > .m-12,
.margin2x > .l-1,.margin2x > .l-2,.margin2x > .l-five,.margin2x > .l-3,.margin2x > .l-4,.margin2x > .l-5,.margin2x > .l-6,.margin2x > .l-7,.margin2x > .l-8,.margin2x > .l-9,.margin2x > .l-10,.margin2x > .l-11,.margin2x > .l-12 {padding:0 1.25rem;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.right {float:right;}
.left {float:left;}  

/* Padding */
.padding-0 {padding:0 !important}
.padding-top-0 {padding-top:0 !important}
.padding-bottom-0 {padding-bottom:0 !important}
@media screen and (min-width:769px) {
  .padding-l-top-0 {padding-top:0 !important}
  .padding-l-bottom-0 {padding-bottom:0 !important}
}

/* Margins */
.margin-top {
  margin-top: 1.25rem !important;
}
.margin-left {
  margin-left: 1.25rem !important;
}
.margin-right {
  margin-right: 1.25rem !important;
}
.margin-top-bottom {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.margin-left-right {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.margin-top-0 {
  margin-top: 0 !important;
  display: block;
}
.margin-top-10 {
  margin-top: 10px !important;
  display: block;
}
.margin-top-15 {
  margin-top: 15px !important;
  display: block;
} 
.margin-top-20 {
  margin-top: 20px !important;
  display: block;
} 
.margin-top-30 {
  margin-top: 30px !important;
  display: block;
} 
.margin-top-40 {
  margin-top: 40px !important;
  display: block;
}
.margin-top-50 {
  margin-top: 50px !important;
  display: block;
}
.margin-top-60 {
  margin-top: 60px !important;
  display: block;
}
.margin-top-70 {
  margin-top: 70px !important;
  display: block;
}
.margin-top-80 {
  margin-top: 80px !important;
  display: block;
}
.margin-top-90 {
  margin-top: 90px !important;
  display: block;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
  display: block;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
  display: block;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
  display: block;
} 
.margin-bottom-20 {
  margin-bottom: 20px !important;
  display: block;
} 
.margin-bottom-30 {
  margin-bottom: 30px !important;
  display: block;
} 
.margin-bottom-40 {
  margin-bottom: 40px !important;
  display: block;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
  display: block;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
  display: block;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
  display: block;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
  display: block;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
  display: block;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
} 
.margin-left-20 {
  margin-left: 20px !important;
} 
.margin-left-30 {
  margin-left: 30px !important;
} 
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
} 
.margin-right-20 {
  margin-right: 20px !important;
} 
.margin-right-30 {
  margin-right: 30px !important;
} 
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}

@media screen and (max-width:768px) {
  .size-960,.size-1140,.size-1280 {max-width:768px;}
  .hide-l,.hide-s {display:block;}
  .hide-m {display:none;}
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12{margin-left:0;}
  .m-offset-1 {margin-left:8.3333%;}
  .m-offset-2 {margin-left:16.6666%;}
  .m-offset-five {margin-left:16.6666%;}
  .m-offset-3 {margin-left:25%;}
  .m-offset-4 {margin-left:33.3333%;}
  .m-offset-5 {margin-left:41.6666%;}
  .m-offset-6 {margin-left:50%;}
  .m-offset-7 {margin-left:58.3333%;}
  .m-offset-8 {margin-left:66.6666%;}
  .m-offset-9 {margin-left:75%;}
  .m-offset-10 {margin-left:83.3333%;}
  .m-offset-11 {margin-left:91.6666%;}
  .m-offset-12 {margin-left:100%;} 
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  /*Margins*/
  .margin-m-top {
    margin-top: 1.25rem !important;
    display: block;
  }
  .margin-m-bottom {
    margin-bottom: 1.25rem !important;
    display: block;
  }
  .margin-m-left {
    margin-left: 1.25rem !important;
  }
  .margin-m-right {
    margin-right: 1.25rem !important;
  }
  .margin-m-top-bottom {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    display: block;
  }
  .margin-m-left-right {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .margin-m-top-0 {
    margin-top: 0 !important;
    display: block;
  }
  .margin-m-top-10 {
    margin-top: 10px !important; 
    display: block;
  }
  .margin-m-top-15 {
    margin-top: 15px !important;
    display: block;
  } 
  .margin-m-top-20 {
    margin-top: 20px !important; 
    display: block;
  } 
  .margin-m-top-30 {
    margin-top: 30px !important;
    display: block;
  } 
  .margin-m-top-40 {
    margin-top: 40px !important;
    display: block;
  }
  .margin-m-top-50 {
    margin-top: 50px !important;
    display: block;
  }
  .margin-m-bottom-0 {
    margin-bottom: 0 !important; 
    display: block;
  }
  .margin-m-bottom-10 {
    margin-bottom: 10px !important; 
    display: block;
  }
  .margin-m-bottom-15 {
    margin-bottom: 15px !important;
    display: block;
  } 
  .margin-m-bottom-20 {
    margin-bottom: 20px !important;
    display: block;
  } 
  .margin-m-bottom-30 {
    margin-bottom: 30px !important;
    display: block;
  } 
  .margin-m-bottom-40 {
    margin-bottom: 40px !important;
    display: block;
  }
  .margin-m-bottom-50 {
    margin-bottom: 50px !important;
    display: block;
  }    
  .margin-m-left-0 {
    margin-left: 0 !important;
  }
  .margin-m-left-10 {
    margin-left: 10px !important;
  }
  .margin-m-left-15 {
    margin-left: 15px !important;
  } 
  .margin-m-left-20 {
    margin-left: 20px !important;
  } 
  .margin-m-left-30 {
    margin-left: 30px !important;
  } 
  .margin-m-left-40 {
    margin-left: 40px !important;
  }
  .margin-m-left-50 {
    margin-left: 50px !important;
  }
  .margin-m-right-0 {
    margin-right: 0 !important;
  }
  .margin-m-right-10 {
    margin-right: 10px !important;
  }
  .margin-m-right-15 {
    margin-right: 15px !important;
  } 
  .margin-m-right-20 {
    margin-right: 20px !important;
  } 
  .margin-m-right-30 {
    margin-right: 30px !important;
  } 
  .margin-m-right-40 {
    margin-right: 40px !important;
  }
  .margin-m-right-50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width:480px) {
  .size-960,.size-1140,.size-1280 {max-width:480px;}
  .hide-l,.hide-m {display:block;}
  .hide-s {display:none;}
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12 {margin-left:0;}
  .s-offset-1 {margin-left:8.3333%;}
  .s-offset-2 {margin-left:16.6666%;}
  .s-offset-five {margin-left:16.6666%;}
  .s-offset-3 {margin-left:25%;}
  .s-offset-4 {margin-left:33.3333%;}
  .s-offset-5 {margin-left:41.6666%;}
  .s-offset-6 {margin-left:50%;}
  .s-offset-7 {margin-left:58.3333%;}
  .s-offset-8 {margin-left:66.6666%;}
  .s-offset-9 {margin-left:75%;}
  .s-offset-10 {margin-left:83.3333%;}
  .s-offset-11 {margin-left:91.6666%;}
  .s-offset-12 {margin-left:100%;} 
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  /*Margins*/
  .margin-s-top {
    margin-top: 1.25rem !important;
    display: block;
  }
  .margin-s-bottom {
    margin-bottom: 1.25rem !important; 
    display: block;
  }
  .margin-s-left {
    margin-left: 1.25rem !important;
  }
  .margin-s-right {
    margin-right: 1.25rem !important;
  }
  .margin-s-top-bottom {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    display: block;
  }
  .margin-s-left-right {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .margin-s-top-0 {
    margin-top: 0 !important; 
    display: block;
  }
  .margin-s-top-10 {
    margin-top: 10px !important;
    display: block;
  }
  .margin-s-top-15 {
    margin-top: 15px !important;
    display: block;
  } 
  .margin-s-top-20 {
    margin-top: 20px !important;
    display: block;
  } 
  .margin-s-top-30 {
    margin-top: 30px !important; 
    display: block;
  } 
  .margin-s-top-40 {
    margin-top: 40px !important; 
    display: block;
  }
  .margin-s-top-50 {
    margin-top: 50px !important;
    display: block;
  }
  .margin-s-bottom-0 {
    margin-bottom: 0 !important; 
    display: block;
  }
  .margin-s-bottom-10 {
    margin-bottom: 10px !important;
    display: block;
  }
  .margin-s-bottom-15 {
    margin-bottom: 15px !important; 
    display: block;
  } 
  .margin-s-bottom-20 {
    margin-bottom: 20px !important; 
    display: block;
  } 
  .margin-s-bottom-30 {
    margin-bottom: 30px !important; 
    display: block;
  } 
  .margin-s-bottom-40 {
    margin-bottom: 40px !important;
    display: block;
  }
  .margin-s-bottom-50 {
    margin-bottom: 50px !important;
    display: block;
  }   
  .margin-s-left-0 {
    margin-left: 0 !important;
  }
  .margin-s-left-10 {
    margin-left: 10px !important;
  }
  .margin-s-left-15 {
    margin-left: 15px !important;
  } 
  .margin-s-left-20 {
    margin-left: 20px !important;
  } 
  .margin-s-left-30 {
    margin-left: 30px !important;
  } 
  .margin-s-left-40 {
    margin-left: 40px !important;
  }
  .margin-s-left-50 {
    margin-left: 50px !important;
  }
  .margin-s-right-0 {
    margin-right: 0 !important;
  }
  .margin-s-right-10 {
    margin-right: 10px !important;
  }
  .margin-s-right-15 {
    margin-right: 15px !important;
  } 
  .margin-s-right-20 {
    margin-right: 20px !important;
  } 
  .margin-s-right-30 {
    margin-right: 30px !important;
  } 
  .margin-s-right-40 {
    margin-right: 40px !important;
  }
  .margin-s-right-50 {
    margin-right: 50px !important;
  }
}  



/*Containers*/
.section  { 
  padding: 6rem 1.25rem;
}

/*Misc & Overrides*/
.center {
  float:none;
  margin:0 auto;
  display:block;
}
.cleared {
  clear: both;
}

/*Typography & Alignment*/
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}
.text-uppercase {text-transform: uppercase;}

/*Image FX*/
.hidden {opacity: 0}
.visible {opacity: 1}

@media screen and (max-width:768px) {
  .fbreak-m{display: block;}
}
@media screen and (max-width:480px) {
  .fbreak-s{display: block;}
}