/* Theme by mogul.co.nz */

/* ------------------------------------- 
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #3E4551;}
  html, button, input, select, textarea { font-family: sans-serif; color: #222; }
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection { background: #2fbdff; color: #fff; text-shadow: none; }
  a {color: #f15a29;text-decoration: none;}
  a:visited {color: #f15a29;}
  .no-touch a:hover {filter: alpha(opacity=75);opacity: 0.75;}
  a:focus { outline: none; }
  b, strong {font-weight: bold;}
  dfn { font-style: italic; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, 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; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;height:auto;}
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
  form {margin: 0;}
  fieldset { border: 0; margin: 0; padding: 0; }
  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }




/* ------------------------------------- 
  Globals
  ----------------------------------- */

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }
  .clearfix:before, .clearfix:after { content: ""; display: table; }
  .clearfix:after { clear: both; }
  .clearfix { *zoom: 1; }
  

/* Wrap
  --------------------------- */   
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease;background: white;}
  .nav-open .wrap{-webkit-transform: translate(-270px, 0px);-moz-transform: translate(-270px, 0px);-o-transform: translate(-270px, 0px);-ms-transform: translate(-270px, 0px);transform: translate(-270px, 0px);box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.14);}

/* Vertical Centering
  --------------------------- */
  .v-align { position: relative; top: 0; right: 0; height: 100%; bottom: 0; left: 0; display: table; width: 100%;}

/* Horizontal Centering
  --------------------------- */
  .center{text-align: center;margin: auto;}
  .h-align {height: 100%;width: 100%;display: table-cell;vertical-align: middle;}
  .inner{max-width: 1700px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width:700px;}
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 900px;}



/* Viewport Heights
  --------------------------- */
  @media screen and (min-height:650px) and (min-width:650px){
    .vheight-100{height:100vh;}
    .vheight-90{height:90vh;}
    .vheight-80{height:80vh;}
    .vheight-70{height:70vh;}
    .vheight-60{height:60vh;}
  }

/* Vertical padding / margin
  --------------------------- */
  .pad-top-160{padding-top: 160px;}
  .pad-bot-160{padding-bottom: 160px;}
  .pad-top-140{padding-top: 140px;}
  .pad-bot-140{padding-bottom: 140px;}
  .pad-top-120{padding-top: 120px;}
  .pad-bot-120{padding-bottom: 120px;}
  .pad-top-100{padding-top: 100px;}
  .pad-bot-100{padding-bottom: 100px;}
  .pad-top-80{padding-top: 80px;}
  .pad-bot-80{padding-bottom: 80px;}
  .pad-top-60{padding-top: 60px;}
  .pad-bot-60{padding-bottom: 60px;}
  .pad-top-40{padding-top: 40px;}
  .pad-bot-40{padding-bottom: 40px;}
  .pad-top-20{padding-top: 20px;}
  .pad-bot-20{padding-bottom: 20px;}

  .mar-top-160{margin-top: 160px;}
  .mar-bot-160{margin-bottom: 160px;}
  .mar-top-140{margin-top: 140px;}
  .mar-bot-140{margin-bottom: 140px;}
  .mar-top-120{margin-top: 120px;}
  .mar-bot-120{margin-bottom: 120px;}
  .mar-top-100{margin-top: 100px;}
  .mar-bot-100{margin-bottom: 100px;}
  .mar-top-80{margin-top: 80px;}
  .mar-bot-80{margin-bottom: 80px;}
  .mar-top-60{margin-top: 60px;}
  .mar-bot-60{margin-bottom: 60px;}
  .mar-top-40{margin-top: 40px;}
  .mar-bot-40{margin-bottom: 40px;}
  .mar-top-20{margin-top: 20px;}
  .mar-bot-20{margin-bottom: 20px;}
  
  @media screen and (max-width:640px){
    .pad-top-160{padding-top: 80px;}
    .pad-bot-160{padding-bottom: 80px;}
    .pad-top-140{padding-top: 70px;}
    .pad-bot-140{padding-bottom: 70px;}
    .pad-top-120{padding-top: 60px;}
    .pad-bot-120{padding-bottom: 60px;}
    .pad-top-100{padding-top: 50px;}
    .pad-bot-100{padding-bottom: 50px;}
    .pad-top-80{padding-top: 40px;}
    .pad-bot-80{padding-bottom: 40px;}
    .pad-top-60{padding-top: 30px;}
    .pad-bot-60{padding-bottom: 30px;}
    .pad-top-40{padding-top: 20px;}
    .pad-bot-40{padding-bottom: 20px;}
    .pad-top-20{padding-top: 10px;}
    .pad-bot-20{padding-bottom: 10px;}

    .mar-top-160{margin-top: 80px;}
    .mar-bot-160{margin-bottom: 80px;}
    .mar-top-140{margin-top: 70px;}
    .mar-bot-140{margin-bottom: 70px;}
    .mar-top-120{margin-top: 60px;}
    .mar-bot-120{margin-bottom: 60px;}
    .mar-top-100{margin-top: 50px;}
    .mar-bot-100{margin-bottom: 50px;}
    .mar-top-80{margin-top: 40px;}
    .mar-bot-80{margin-bottom: 40px;}
    .mar-top-60{margin-top: 30px;}
    .mar-bot-60{margin-bottom: 30px;}
    .mar-top-40{margin-top: 20px;}
    .mar-bot-40{margin-bottom: 20px;}
    .mar-top-20{margin-top: 10px;}
    .mar-bot-20{margin-bottom: 10px;}
  }

/* Main Grid / Diff Col Grid
  ------------------------ */
  *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  .grid{/* overflow: hidden; */}
  .grid:after {content: "";display: table;clear: both;}

  [class*='col-'] {float: left;padding: 0px;}
  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{margin-left: -4%;margin-right: -4%;}
  .grid.column-2 .col{float: left;width: 42%;margin-left: 4%;margin-right: 4%;}
  .grid.column-2.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-2.tight .col{float: left;width: 49%;margin-left: 0.5%;margin-right: 0.5%;}
  .grid.column-2.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-2.no-gutter .col{width: 50%;margin-left: 0%;margin-right: 0%;}
  .grid.column-2.no-gutter .col.shadow{border-radius: 0px;}

  .grid.column-3{margin-left: -2%;margin-right: -2%;}
  .grid.column-3 .col{float: left;width: 29.33%;margin: 0 2% 80px;}
  .grid.column-3.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-3.tight .col{float: left;width: 32.33%;margin: 0 0.5% 20px;}
  .grid.column-3.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-3.no-gutter .col{width: 33.33%;margin: 0 0%;}

  .grid.column-4{margin-left: -1%;margin-right: -1%;}
  .grid.column-4 .col{float: left;width: 23%;margin: 0 1%;margin-bottom:30px;}
  .grid.column-4.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-4.tight .col{width: 24%;margin: 0 0.5%;}
  .grid.column-4.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-4.no-gutter .col{width: 25%;margin: 0 0%;}

  .grid.column-5{margin-left: -1%;margin-right: -1%;}
  .grid.column-5 .col{float: left;width: 18%;margin: 0 1%;}
  .grid.column-5.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-5.tight .col{float: left;width: 19%;margin: 0 0.5%;}
  .grid.column-5.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-5.no-gutter .col{width: 20%;margin: 0 0%;}

  @media screen and (max-width:960px){
    .grid.column-4 .col{width: 48%;margin-bottom: 20px;}
  }
  @media screen and (max-width: 960px){
    .grid.column-2 .col,.grid.column-2.no-gutter .col{width:100%;margin-bottom: 20px;}
    .grid.column-2 .col,.grid.column-2.no-gutter .col:last-child{margin: 0px;}
    .grid.column-2.no-gutter .col.shadow{border-radius: 4px;}
    .alternating .column-2 img{margin-bottom: 50px;}
  }
  @media screen and (max-width:850px){
    .grid.column-3 .col, .grid.column-3.no-gutter .col,.grid.column-3.tight .col{width: 100%;margin-bottom: 20px;margin-left: 0;margin-right: 0;}
    .grid.column-3 .col:last-child,.grid.column-3.no-gutter .col:last-child{margin-bottom:0px;}
  }
  @media screen and (max-width:460px){
    .grid.column-4 .col{width:100%;}
  }

/* Flex Grid
  ------------------------ */
  .flex{display: -moz-flex;display: -webkit-flex;display: flex;-moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;position: relative;}


/* ------------------------------------- 
  Components
  ----------------------------------- */  

/* Typography
  ------------------------ */
  body{font-size:1em;font-family: sans-serif;line-height: 1.375em;}
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.8em;font-weight: normal;}
  h1{font-size: 3em; line-height: 1.05em;}
  .section-header h1 {margin-top: 20px;}
  .section-header.fuel-partners {margin-top: -70px;background-color:#F5F5F5;}
  h2{font-size: 2.25em;line-height: 1.25em;margin-top: 0px;}
  h3{font-size: 1.75em;line-height: 1.25em;}
  h4{font-size: 1.125em;line-height: 1.22em}
  h5{font-size: 1em;line-height: 1.22em;}
  p,li{color: #353535;line-height: 1.6em;}
  p img {margin-top: 30px;margin-bottom: 30px;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}

  blockquote{font-size: 1.5em;line-height: 1.45833333em;border-left: 4px solid #E6E6E6;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}
  
  @media screen and (max-width: 1024px){
    h1{font-size: 2.5em;line-height: 1.125em;}
    h2{font-size: 2em; line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
  }
  @media screen and (max-width: 640px){
    body{line-height: 1.25em;}
    h1{font-size:2em;line-height:1.25em;}
    h2{font-size:1.625em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 1.125em;line-height: 1.11em;}
    h5{line-height: 1.11em;}
    p,li{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }

/* Buttons - button groups
  --------------------------- */ 
  a.button{padding: 12px 31px;background-color: #000;color: white;font-size: 16px;display: inline-block;line-height: 1em;position: relative;}
  a.button.small{padding: 6px 12px;font-size: 12px;}
  a.button.round{border-radius: 100px;}
  a.button.rounded{border-radius: 4px;}
  a.button.bg-white{background:white; color:black;}
  a.button.bg-blue{background: #00b7e3;color:white;padding: 13px 28px !important;margin-right: -11px;}
  a.button.bg-green{background: #00ca6e;color:white;}  
  a.button.ghost{background:transparent;border: 2px solid;}
  .button-group{margin:2em 0;}
  .button-group a{margin: 0 5px 5px 5px;font-size: 16px;}
  .button-group:last-child{margin-bottom:0;}

/* Icons
  --------------------------- */ 
  i[class*="icon"]{font-family: 'framework';}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}

/* Tables
  --------------------------- */ 
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;}
  table td,table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:0.5em 1em}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;}
  table td:first-child,table th:first-child{border-left-width:0}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{background-color:#f8f8f8}
  table td{border-bottom:1px solid #cbcbcb}

/* Backgrounds
  --------------------------- */   
  .bg-white{background:white;}
  .bg-black{background:black;}
  .bg-grey{background: #F5F5F5;}
  .bg-dark{background:#313131;}
  .bg-blue{background: rgba(0, 197, 225, 1);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;background-color: rgb(169, 169, 169);width: 100%;height: 100%;left: 0;top: 0;mix-blend-mode: multiply;}
  .background-image.no-overlay:before{display:none;}

  .img-bg-swap{}
  .img-bg-swap img{display: none;}
  @media screen and (max-width: 700px){
    .background-image.img-bg-swap{background-image:none !important;}
    .img-bg-swap img{display: block;}
  }
  
/* Dividers
  --------------------------- */  
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header 
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 50px;position:relative;}
  .section-head.center{margin-left:auto;margin-right:auto;max-width: 760px;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 5px;}
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}

  @media screen and (min-width:650px){
    .section-head .button-group{position:absolute;right:0px;margin: 0;bottom: 0;}
  }
  @media screen and (max-width:650px){
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
  }


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 15px;position: relative;font-size: 14px;color: white;}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block; content: '>';position: absolute;right: -11px;font-size: 9px;}
  .breadcrumbs li:last-child:before{display:none;}
  .breadcrumbs li a{color: #f15a29;}
  .breadcrumbs.light li a{color: #EE4136;}


/* WP - image styles
  --------------------------- */
  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 36%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 27%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}
  .wp-caption img{margin-bottom: 10px;}

/* Intro
  --------------------------- */   
  .intro-default .inner{
    max-width: 1350px;
}
  .intro-copy{}
  .no-content .intro-copy{min-height:300px}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;}
  @media screen and (max-width:860px){
    .no-content .intro-copy{min-height:120px}
  }


/* Search page
  --------------------------- */
  .search-results{}
  .search-results article{display:block;float: none;width: 100%;border-bottom: 1px solid white;background: white;padding: 17px 23px 16px;margin: 0px 1% 4px;}
  .search-results article h3{margin:0px;font-size: 18px;}
  .search-results article h5.date-meta{margin:5px 0px 0px;}
  .search-results article p{margin: 10px 0px 0px;font-size: 13px;}
  .load-more-wrapper{margin:10px 0px;}

  @media screen and (max-width:450px){
    .search-results article h3{line-height:1.3em;}
    .search-results article p{font-size:11px;}
  }


/* Footer
  --------------------------- */
	footer .social i{color: #f15a29;font-size: 27px;display: inline-block;margin: 0 13px 0px 0;}


/* Search
  --------------------------- */
  .search-form{position: relative; display: none;width: 100%;background: #F3F3F3;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgba(0, 0, 0, 0.96);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 240px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight:normal;}
  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: calc(39%);right: 30px;color: rgb(113, 113, 113);font-size: 12px;font-family: 'Work Sans', sans-serif;}
  .search-form small a{color: white;background-color: #000000;display: inline-block;padding: 2px 11px;border-radius: 30px;margin-left: 7px;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;}
  }  
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 270px;position: absolute;z-index: 1;right: 0px;}
  .mobile-nav .icon-close{color: white;padding: 33px 29px 12px;display: inline-block;font-size: 19px;cursor: pointer;}
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 6px;}
  .mobile-nav li{padding: 11px 22px;border-bottom: 1px solid rgba(255, 255, 255, 0);font-size: 14px;}
  .mobile-nav li.current_page_item a,
  .mobile-nav li.current_page_parent a,
  .mobile-nav li.current_page_ancestor a{color: blue;}
  .mobile-nav li a{color: rgba(255, 255, 255, 0.67);display: block;}

  @media screen and (max-width:520px){
    .mobile-nav{width: 270px;}
    .mobile-nav li{padding: 6px 20px;font-size: 14px;}
  }


/* Header
  --------------------------- */
  #header{padding: 5px 20px;position: relative;}
  #header.transparent{position: absolute;z-index: 1;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.16);}
  #header a.main-logo{margin: 0;float: left;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 130px;height: 41px;background-size: 100%;background-repeat: no-repeat;position: relative;top: 8px;}
  .header-inner{position: relative;float: right;}
  .header-inner nav{float: right;}
  .header-inner nav ul{padding: 17px;}
  .header-inner nav li{display: inline-block;margin-right: 25px;font-size: 14px;}
  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color:blue;}

  .header-inner nav a{color: #534f4b;}
  .transparent .header-inner nav a{color: #fff;}
  #header [class*="icon"]{font-size: 20px;padding: 12px;float: right;}
  #header.transparent [class*="icon"]{color:white;}
  #header .icon-search{}
  #header .icon-nav{display:none;}


  @media screen and (max-width:1100px){
    .header-inner nav{display:none;}  
    #header .icon-nav{display:block;}
  }
  @media screen and (max-width:410px){
    .header-inner{
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    border-top: 1px solid #eee;
}
  }



/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited {text-decoration: underline; }
    a[href]:after {content: " (" attr(href) ")"; }
    abbr[title]:after {content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
  }


/* Custom Theme Styles */

@font-face {
	font-family: 'NeoSansStd-Black';
	src: url('../fonts/280536_0_0.eot');
	src: url('../fonts/280536_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/280536_0_0.woff') format('woff'),
	url('../fonts/280536_0_0.ttf') format('truetype'),
	url('../fonts/280536_0_0.svg#wf') format('svg');
	font-weight:normal;
}  
@font-face {
	font-family: 'NeoSansStd-Bold';
	src: url('../fonts/280536_1_0.eot');
	src: url('../fonts/280536_1_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/280536_1_0.woff') format('woff'),
	url('../fonts/280536_1_0.ttf') format('truetype'),
	url('../fonts/280536_1_0.svg#wf') format('svg');
	font-weight:normal;
}  
@font-face {
	font-family: 'NeoSansStd-Light';
	src: url('../fonts/280536_2_0.eot');
	src: url('../fonts/280536_2_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/280536_2_0.woff') format('woff'),
	url('../fonts/280536_2_0.ttf') format('truetype'),
	url('../fonts/280536_2_0.svg#wf') format('svg');
	font-weight:normal;
}


html{}
body{font-family: 'Work Sans', sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

.bg-orange{
    background: #f15a29 !important;
}

/* Typography */
i[class*="icon"]{font-family:'catalyst';}
h1,h2,h3,h4,h5{font-family: 'NeoSansStd-Bold';color: #4d4d4f;}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong{font-weight:400;}

h1{font-size: 3.2em;line-height: 1.05em;margin-bottom: 0.4em;}
h2{font-size: 2.25em;line-height: 1.25em;margin-top: 0px;}
h3{font-size: 1.75em;line-height: 1.25em;}
h4{font-size: 1.125em;line-height: 1.22em}
h5{font-size: 1em;line-height: 1.22em;}
p,li{color: #4d4d4f;line-height: 1.6em;font-size: 15px;}

@media screen and (max-width: 1024px){
    h1{font-size: 2.5em;line-height: 1.125em;}
    h2{font-size: 2em; line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
  }
  @media screen and (max-width: 640px){
    body{line-height: 1.25em;}
    h1{font-size:2em;line-height:1.25em;}
    h2{font-size:1.625em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 1.125em;line-height: 1.11em;}
    h5{line-height: 1.11em;}
    p,li{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }

/* Buttons */
a.button{background: #f15a29;font-family: 'NeoSansStd-Bold';padding: 16px 34px;text-transform: uppercase;letter-spacing: 1px;font-size: 15px;border-radius: 4px;}
.dark a.button{background:white;color: #f15a29;}
.dark.footer a.button{
    background: #f15a29;
    color: white;
}

@media screen and (max-width:600px){
	a.button{font-size: 13px;padding: 13px 28px;}
}

/* search */
.search-form{background: #e4ded9;}
.search-form input{font-family: 'Work Sans', sans-serif;color: #534f4b;}
.search-form small a{background: #f15a29;}

/* mobile nav */
.mobile-nav .icon-close{color: #f15a29;}
.mobile-nav li{font-family: 'work sans';}
.mobile-nav li a}{}
.mobile-nav li.current_page_item a, .mobile-nav li.current_page_parent a, .mobile-nav li.current_page_ancestor a{
    color: #ffffff;
}


/* Header */
	.sticky-wrapper{position: relative;z-index: 9000;}
	#header{padding: 13px 20px;background: white;}
	.logged-in .is-sticky #header{top: 32px !important;}
	#header a.main-logo{background-image: url(../img/catalyst_fuel.svg);width: 230px;height: 50px;top: 4px;}
	.header-inner nav li{font-size: 16px;font-family: 'NeoSansStd-Black';text-transform: uppercase;}
	#header nav li.current_page_item a, #header nav li.current_page_parent a, #header nav li.current_page_ancestor a{color: #f15a29 !important;}
	#header [class*="icon"]{color: #f15a29;font-size: 26px;padding: 17px;}
	#header a.button.login,#header a.button.register{font-size: 12px;padding: 12px 20px;float: right;margin: 11px 16px 0px 0px;}
	#header a.button.register{background: #534f4b;}
	
	@media screen and (max-width:1700px){
		.header-inner nav li{font-size: 12px;margin-right: 12px;}
	}
	@media screen and (min-width:1101px) and (max-width:1360px){
		.header-inner nav li{font-size: 10px;margin-right: 5px;}
		#header a.button.login, #header a.button.register{font-size: 11px;padding: 10px 14px;margin: 12px 4px 0px 0px;}
		#header a.main-logo{width: 190px;height: 42px;top: 9px;}
		#header [class*="icon"]{padding: 9px;font-size: 17px;margin: 10px 0px 0px 7px;}
	}
	@media screen and (max-width:1200px){
		.is-sticky #header,.logged-in .is-sticky #header{position: relative !Important;top: 0px !important;}
	}
	@media screen and (max-width:660px){
		#header{padding: 8px 2px 8px 7px;}
		#header [class*="icon"]{padding: 9px;font-size: 17px;}
		#header a.main-logo{width: 140px;height: 32px;}
		#header a.button.login, #header a.button.register{font-size: 11px;padding: 10px 14px;margin: 3px 4px 0px 0px;}
	}
	@media screen and (max-width:410px){
		#header a.main-logo{float: none;margin: 0 auto 12px;width: 160px;height: 36px;}
		#header a.button.login, #header a.button.register{float: left;font-size: 9px;padding: 9px 10px;margin: 8px 4px 0px 6px;}
		#header [class*="icon"]{position: relative;top: 4px;padding: 9px 14px;}
	}

/* intro */
	.home .intro p{}

	.intro .farmer-name a{} 
	@media screen and (max-width:649px){
		.intro .farmer-name{position: relative;color: white;left: 8%;display: inline-block;bottom: 30px;}
		.intro .farmer-name a{color:white;font-weight:400;text-decoration:underline;}
	}
	@media screen and (min-width:650px){
	.intro .farmer-name{color: #534f4b;position: absolute;font-size: 14px;bottom: 31px;right: 0px;background: #fff;font-family: 'NeoSansStd-Bold';padding: 17px 22px 17px 30px;border-radius: 100px 0px 0px 100px;}
	.intro .farmer-name a{font-size: 12px;margin-left: 13px;position: relative;border-radius: 4px;font-weight: 700;}
	}
	@media screen and (min-width:1024px){
		.intro p{font-size: 19px;max-width: 560px;font-weight: 300;}
	}
	

/* footer */
	.footer{background: #424244;}
	.footer img{width: 270px;max-width: 55%;}
	.footer h3{margin:0;}
	.footer h3 a{color:white;}
	.footer h4{text-transform: uppercase;}
	.footer p{color: rgba(255, 255, 255, 0.62);margin-bottom: 6px;line-height: 1.4em;}
	.footer ul.ticks{padding-left: 0px;list-style: none;margin: 0.8em 0 0.4em;}
	.footer ul.ticks li{padding-left: 33px;position: relative;margin-bottom: 9px;font-size: 13px;}
	.footer ul.ticks li:before{content:'o';font-family: 'catalyst';position: absolute;left: 0;background: #f15a29;width: 20px;height: 20px;border-radius: 20px;line-height: 21px;text-align: center;top: 2px;}


/* forms */
	.forms {padding: 50px 0;}
	.forms .inner {padding: 40px 40px;max-width: 660px;}

	#ProspectRegisterForm {padding-top: 5px;}
	.field-wrap{margin: 10px 0;}
	#ProspectRegisterForm input{width: 55%;padding: 12px 13px;border-radius: 3px;border: none;background-color: #efefef;font-size: 14px;}
	#ProspectRegisterForm label{
	cursor: pointer;
    width: 43%;
    padding-right: 44px;
    vertical-align: baseline;
    display: inline-block;
        color: #4d4d4f;
}
#CustomerRegisterForm input[type="submit"]{width: auto;background: #f15a29;color:white;font-family: 'NeoSansStd-Bold';padding: 16px 34px;text-transform: uppercase;letter-spacing: 1px;font-size: 15px;border-radius: 4px;margin-top: 16px;}
#ProspectRegisterForm input[type="submit"]{width: auto;background: #f15a29;color:white;font-family: 'NeoSansStd-Bold';padding: 16px 34px;text-transform: uppercase;letter-spacing: 1px;font-size: 15px;border-radius: 4px;margin-top: 16px;}

	@media screen and (max-width:600px){
		.forms{padding:0px;border-top:2px solid rgba(66, 66, 68, 0.13)}
	}
