/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
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; }

@font-face {
  font-family: 'fontawesome-selected';
  src: url("../font/fontawesome-selected.eot");
  src: url("../font/fontawesome-selected.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-selected.woff") format("woff"), url("../font/fontawesome-selected.ttf") format("truetype"), url("../font/fontawesome-selected.svg#fontawesome-selected") format("svg");
  font-weight: normal;
  font-style: normal; }
.fc-calendar-container {
  position: relative;
  height: 100%;
  width: 100%; }

.fc-calendar {
  width: 100%;
  height: 100%; }

.fc-calendar .fc-head {
  height: 30px;
  line-height: 30px;
  background: #ccc;
  color: #fff;
  display: inline-block;
  width: 100%; }

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #ddd;
  display: block;
  overflow: auto; }

.fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6); }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  position: relative; }

.fc-calendar .fc-row > div {
  min-height: 225px; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

.fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative; }

.fc-calendar .fc-head > div {
  text-align: center; }

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  bottom: 5px;
  right: 5px;
  text-align: right; }

.fc-calendar .fc-row > div time {
  display: none; }

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

.fc-calendar .fc-row > div.fc-today {
  background: #fff4c3; }

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6; }

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none; }

.fc-calendar .fc-row:last-child {
  border-bottom: none; }

/* General Demo Style */
html {
  height: 100%; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  background: #f9f9f9 url(../images/bg.jpg);
  font-weight: 300;
  font-size: 15px;
  color: #333;
  height: auto; }

a {
  color: #555;
  text-decoration: none; }

.container {
  width: 100%;
  height: 100%;
  position: relative; }

.container > header,
.main {
  padding: 0 30px 50px 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.container > header {
  padding: 30px; }

.container > header h1 {
  font-size: 34px;
  line-height: 38px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  float: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.container > header h1 span {
  font-size: 18px;
  font-weight: 300;
  display: block; }

/* Header Style */
.codrops-top {
  line-height: 24px;
  font-size: 11px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2); }

.codrops-top a {
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #333;
  display: inline-block; }

.codrops-top a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000; }

.codrops-top span.right {
  float: right; }

.codrops-top span.right a {
  float: left;
  display: block; }

/* Demo Buttons Style */
.codrops-demos {
  float: right; }

.codrops-demos a {
  display: inline-block;
  margin: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 4px solid transparent; }

.codrops-demos a:hover {
  color: #000;
  border-color: #000; }

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5); }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  text-align: left;
  background-color: #fff;
  color: #767676; }

.popover.top {
  margin-top: -20px; }

.popover.right {
  margin-left: 20px; }

.popover.bottom {
  margin-top: 20px; }

.popover.left {
  margin-left: -20px; }

.popover-title {
  color: #fff;
  padding: 0.8rem 1rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 18px;
  background-color: #767676; }

.popover-content {
  padding: 0.85rem 1rem; }

.popover-content a,
.popover-content span,
.popover-content p {
  display: block; }

.popover-content p {
  font-size: 1.2rem;
  line-height: 1.4rem; }

.popover-content ul li {
  margin: 0.7rem 0 0.2rem; }

.popover-content ul li:first-child {
  margin-top: 0.2rem;
  font-style: italic; }

.popover-content time {
  display: none; }

.popover-content div {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cecece; }

.popover-content div:last-child {
  border-bottom: none; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " "; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " "; }

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " "; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " "; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.fc-four-rows .fc-row {
  min-height: 225px; }

.fc-five-rows .fc-row {
  min-height: 225px; }

.fc-six-rows .fc-row {
  min-height: 225px; }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  position: relative; }

.fc-calendar .fc-row > div {
  padding: 5px 0; }

.nav {
  width: 100%;
  position: relative;
  z-index: 100;
  display: none; }
  .nav .next, .nav .prev, .nav .current {
    width: 33.333333333%;
    width: -moz-calc(100%/3);
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
    float: left;
    padding: 0.5rem 0 2rem 0;
    display: block; }

.loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  margin: 0 auto;
  background: #fff; }
  .loading p {
    font-family: "Guardian Egyptian Text", Georgia, serif;
    margin: 10% auto;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
    width: 3.7rem; }

.fc-calendar-event {
  padding: 5px 10px;
  display: table;
  margin: 3px 0;
  width: 100%;
  min-height: 40px;
  background-color: rgba(0, 59, 106, 0.4);
  transition: background-color 400ms ease-out;
  -webkit-transition: background-color 400ms ease-out; }
  .fc-calendar-event ul {
    display: none; }

.fc-calendar-event:hover {
  transition: background-color 400ms ease-out;
  -webkit-transition: background-color 400ms ease-out;
  background-color: rgba(0, 59, 106, 0.6);
  cursor: pointer; }

.fc-calendar-event.un-event {
  background: rgba(0, 94, 170, 0.5) url(../images/un-logo-white2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transition: background-color 400ms ease-out;
  -webkit-transition: background-color 400ms ease-out; }

.fc-calendar-event.un-event:hover {
  transition: background-color 400ms ease-out;
  -webkit-transition: background-color 400ms ease-out;
  background-color: rgba(0, 94, 170, 0.8);
  cursor: pointer; }

.fc-calendar-event p {
  display: table-cell;
  vertical-align: middle; }

.arrow {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: opacity 200ms linear;
  opacity: 0.7;
  border: 1px solid #000;
  border-radius: 50%; }

.arrow:hover {
  cursor: pointer;
  opacity: 1; }

#next-arrow {
  background-image: url("../images/right-arrow-44.png"); }

#prev-arrow {
  background-image: url("../images/left-arrow-44.png"); }

body {
  background: #f1f1f1; }

.custom-calendar-full {
  position: relative;
  top: 24px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 1000px; }

.fc-calendar-container {
  bottom: 0px;
  width: 100%;
  position: relative; }

.custom-header {
  padding: 20px 20px 10px 30px;
  height: 50px;
  position: relative; }

.custom-header h2,
.custom-header h3 {
  float: left;
  font-weight: 600; }

.custom-header h2 {
  color: #00456e;
  width: 60%; }

.custom-header h2 a,
.custom-header h2 span {
  color: #005689;
  font-size: 18px;
  white-space: nowrap; }

.custom-header h2 a {
  color: #005689; }

.no-touch .custom-header h2 a:hover {
  color: rgba(255, 255, 255, 0.9); }

.custom-header h3 {
  width: 40%;
  color: #005689;
  font-weight: 300;
  line-height: 30px;
  text-align: right;
  padding-right: 125px; }

.custom-header nav {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-header nav span {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  color: transparent;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 1px;
  font-size: 20px;
  border-radius: 0 3px 3px 0; }

.custom-header nav span:first-child {
  border-radius: 3px 0 0 3px; }

.custom-header nav span:hover {
  background: rgba(255, 255, 255, 0.5); }

.custom-header span:before {
  color: #005689;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-indent: 4px; }

.custom-header nav span.custom-prev:before {
  content: '\25c2'; }

.custom-header nav span.custom-next:before {
  content: '\25b8'; }

.custom-header nav span:last-child {
  margin-left: 20px;
  border-radius: 3px; }

.custom-header nav span.custom-current:before {
  content: '\27a6'; }

.fc-calendar {
  background: rgba(255, 255, 255, 0.1);
  width: auto;
  height: 100%;
  border-radius: 20px;
  position: relative; }

.fc-calendar .fc-head {
  background: rgba(255, 255, 255, 0.2);
  color: #00456e;
  border-radius: 20px 20px 0 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px; }

.fc-calendar .fc-head > div {
  font-weight: 600;
  font-size: 1rem;
  text-transform: lowercase; }

.fc-calendar .fc-row > div > span.fc-date {
  color: #005689;
  font-size: 26px;
  font-weight: 300;
  bottom: auto;
  right: auto;
  top: 10px;
  left: 10px;
  text-align: left; }

.fc-calendar .fc-row > .fc-past > span.fc-date {
  color: #cecece; }

.fc-calendar .fc-row > div > span.fc-emptydate {
  color: #cecece; }

.fc-calendar .fc-body {
  border: none;
  padding: 0px 20px 20px; }

.fc-calendar .fc-row {
  border: none; }

.fc-calendar .fc-row:last-child {
  box-shadow: none; }

.fc-past, .fc-future {
  background: #f7f7f7;
  outline: 2px solid #fff;
  color: #333; }

.fc-future {
  background: #f7f7f7; }

.fc-calendar .fc-row:first-child > div:first-child {
  border-radius: 10px 0 0 0; }

.fc-calendar .fc-row:first-child > div:last-child {
  border-radius: 0 10px 0 0; }

.fc-calendar .fc-row:last-child > div:first-child {
  border-radius: 0 0 0 10px; }

.fc-calendar .fc-row:last-child > div:last-child {
  border-radius: 0 0 10px 0; }

.fc-calendar .fc-row > div {
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  border: none;
  padding: 10px 0;
  cursor: pointer; }

.fc-calendar .fc-row > div:first-child {
  box-shadow: none; }

.fc-calendar .fc-row > div.fc-today {
  background: transparent;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1); }

.fc-calendar .fc-row > div.fc-today:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #66b9fa; }

.fc-calendar .fc-row > div > div {
  margin-top: 35px; }

@media screen and (max-width: 880px) {
  html, body {
    width: 100%; }

  .custom-header,
  .custom-header nav,
  .custom-calendar-full,
  .fc-calendar-container,
  .fc-calendar,
  .fc-calendar .fc-head,
  .fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto; }

  .fc-calendar {
    margin: 0 20px 20px;
    height: 100%; }

  .custom-header h2,
  .custom-header h3 {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 100px; }

  .fc-calendar .fc-row,
  .ie9 .fc-calendar .fc-row > div,
  .fc-calendar .fc-row > div {
    height: auto;
    width: 100%;
    border: none; }

  .fc-calendar .fc-row > div {
    float: none;
    min-height: 50px;
    box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2) !important;
    border-radius: 0px !important; }

  .fc-calendar .fc-row > div:empty {
    min-height: 0;
    height: 0;
    box-shadow: none !important;
    padding: 0; }

  .fc-calendar .fc-row {
    box-shadow: none; }

  .fc-calendar .fc-head {
    display: none; }

  .fc-calendar .fc-row > div > div {
    margin-top: 0px;
    padding-left: 10px;
    width: 70%;
    display: inline-block; }

  .fc-calendar .fc-row > div.fc-today {
    background: rgba(255, 255, 255, 0.2); }

  .fc-calendar .fc-row > div.fc-today:after {
    display: none; }

  .fc-calendar .fc-row > div > span.fc-date {
    width: 30px;
    display: inline-block;
    text-align: right; }

  .fc-calendar .fc-row > div > span.fc-weekday {
    display: inline-block;
    width: 40px;
    color: #005689;
    font-size: 10px; }

  .fc-calendar .fc-row > .fc-past > span.fc-weekday {
    color: #cecece; } }
body {
  font-family: "Guardian Egyptian Text", Georgia, serif;
  background: #fff;
  color: #333; }

.fc-calendar-event > p a {
  color: #fff;
  line-height: 1.2rem; }

.fc-head {
  background-color: rgba(0, 0, 0, 0.1); }

.current > div {
  position: relative;
  display: table;
  margin: 0.5rem auto;
  overflow: hidden;
  min-height: 2.1rem; }

.current h1 {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0 0.3rem;
  font-size: 1.8rem; }

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