/*NEW FILE COMMON MASTER*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,500);
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, rem, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/*$basetext: 16px;*/
body {
  background-color: #F0F0F0;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.cpe_main {
  background-color: white;
  /*background: url(http://baselinebg.keyes.ie?h=24) repeat;*/
  padding: 1.5rem;
  float: left;
}

header, nav, aside, section, footer, article, .cpe_title, .cpe_intro, .cpe_container, .cpe_footer, .cpe_lowertitle {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
}

nav li {
  display: inline-block;
}

p {
  /*margin-bottom:  $leading * 1rem;*/
}

h3 + p, h4 + p, header + p {
  text-indent: 0;
}

h3 {
  margin-bottom: 1.5rem;
}

header, nav, aside, section, footer, article {
  float: left;
  width: 100%;
  /*border: 1px dotted grey;*/
  margin-bottom: 1.5rem;
}

.cpe_column3, .cpe_column23, .cpe_onecol {
  margin-bottom: 1.5rem;
}
.cpe_column3 ul, .cpe_column23 ul, .cpe_onecol ul {
  /*margin-top:0;*/
}
.cpe_column3 ul li, .cpe_column23 ul li, .cpe_onecol ul li {
  /*Can be used to tighten bullet*/
  /*margin-top: $leading * $tighten * 1rem;*/
}

/*p + ul
{
	margin-top: $leading * -1rem;
}

p:first-child{
	text-indent:  0;
}*/
#cpe_clear {
  /*margin-top: $leading * 1rem;*/
  clear: both;
}

.cpe_title h1, .cpe_title h2, .cpe_title h5, .cpe_lowertitle h1, .cpe_lowertitle h2, .cpe_lowertitle h5,
header h1,
header h2,
header h5 {
  width: 70%;
  margin-right: 5%;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.cpe_footer .cpe_logo {
  width: 100%;
  margin-bottom: 1.5rem;
}

/*Debug
div, p{

border: 1px dotted grey;
	width: 100%;
}*/
.cpe_logo {
  width: 20%;
  float: left;
}

.cpe_outbox {
  width: 4.1rem;
  height: 4.1rem;
  float: left;
  margin-top: 0rem;
  margin-right: 0rem;
  border: 0.2rem solid black;
}

.cpe_smallbox {
  width: 1.3rem;
  height: 1.3rem;
  float: left;
  margin-top: 0rem;
  margin-right: 0rem;
  border: 0.1rem solid black;
}

.cpe_inbox {
  width: 50%;
  height: 50%;
  margin: 25%;
  background-color: black;
}

.cpe_smallinbox {
  /*This can be combined*/
  width: 50%;
  height: 50%;
  margin: 25%;
  background-color: black;
}

@media screen and (min-width: 800px) {
  .cpe_outbox, .cpe_smallbox {
    float: right;
  }

  .cpe_footer .cpe_logo {
    width: 20%;
  }
}
@media screen and (min-width: 800px) {
  body {
    max-width: 50rem;
    margin: 0 auto;
  }

  .cpe_column3 {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 1.5rem;
    float: left;
    text-align: right;
  }

  .cpe_footer .cpe_column3 {
    text-align: left;
    margin-left: 5%;
    margin-right: 0;
  }

  .cpe_column23 {
    width: 70%;
    margin-right: 5%;
    margin-bottom: 1.5rem;
    float: left;
  }

  .cpe_container {
    margin-top: 1.5remUnused;
  }
}
@media screen and (min-width: 0px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "Open Sans", "serif";
  line-height: 1.5;
  /*font-size: $basetext;*/
}

/*SCALED HEADINGS*/
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-weight: 600;
  font-family: "Alegreya Sans SC", "sans serif";
}

h1, h2 {
  font-size: 1.414rem;
  line-height: 1.5rem;
}

/*h2 { font-size: 1.414rem; }*/
h3, h4 {
  font-size: 1rem;
  font-variant-caps: small-caps;
  /*padding-top: 1rem;*/
  /*padding-bottom: -1rem;*/
  margin-bottom: 0em;
}

p, li {
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  text-indent: 1.4rem;
}

p:first-child {
  text-indent: 0;
}

/*# sourceMappingURL=main.css.map */
