/*======================== GLOBAL STYLE ==========================*/
body {
	padding: 5px 0 15px 0;
	font-family: "Lato";
}

img {max-width: 100%}

.margin-bottom-10 {margin-bottom: 10px!important}
.margin-bottom-15 {margin-bottom: 15px!important}
.margin-bottom-20 {margin-bottom: 20px!important}
.margin-bottom-25 {margin-bottom: 25px!important}
.margin-bottom-30 {margin-bottom: 30px!important}
.margin-bottom-35 {margin-bottom: 35px!important}
.margin-bottom-40 {margin-bottom: 40px!important}
.margin-bottom-45 {margin-bottom: 45px!important}
.margin-bottom-50 {margin-bottom: 50px!important}
.margin-bottom-55 {margin-bottom: 55px!important}
.margin-bottom-60 {margin-bottom: 60px!important}
.margin-bottom-70 {margin-bottom: 70px!important}

input, button {font-size: 10px; text-transform: uppercase;}

input.block-input {width: 100%; display: block}

input[type="text"], input[type="email"], input[type="search"], input[type="number"], input[type="url"] {
	padding: 10px;
	border: 1px solid #a1a1a3
}

input[type="submit"], input[type="reset"], button {
	border: none;
	min-width: 70px;
	padding: 11px 15px;
	background-color: #a1a1a3;
}

input[type="submit"], button[type="submit"] {color: #fff; background-color: #fd4f03;}

/*#timer > span {
	color: #0390fd;
	width: 92px;
	text-align: center;
	margin-right: 20px;
	height: 82px;
	position: relative;
	font-weight: 800;
	font-size: 26px;
	display: inline-block;
	background: url(../img/timer-bg.png) no-repeat;
	text-shadow:1px 2px 1px #fff;
}

#timer > span:after {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
}

#timer > span label {
	color: #a3a3a3;
	display: block;
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}
*/

#timer {
	padding: 0;
}

#timer > span {
	color: #0390fd;
	font-size: 26px;
	display: inline-block;
}

#timer > span label {
	color: #a3a3a3;
	font-size: 14px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

#timer > span:last-child {margin-right: 20px;}

#hash {
	float:right;
	font-size: 26px;
}

ul.social-icons {list-style: none; padding: 0; margin: 0; float: right; margin-left: 2em; }

ul.social-icons > li {float: left; margin-right: 10px; margin-bottom: 5px}

ul.social-icons > li:last-child {margin-right: 0}

ul.social-icons li a {
	color: #a8a8a8;
	font-size: 28px;
	display: block;
	line-height: 1.2;
	text-align: center;
}

ul.social-icons li a.circle {
	color: #fff;
	width: 33px;
	height: 33px;
	font-size: 20px;
	line-height: 1.3;
	padding-top: 4px;
	background-color: #a7a7a7;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

ul.navigation-top {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	float: right;
}

ul.navigation-top:after {content: ""; display: block; clear: both}

ul.navigation-top li {line-height: 1}

ul.navigation-top > li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #7f7f7f
}

ul.navigation-top > li:last-child {border-right: 0; padding-right: 0}

ul.navigation-top li a {color: #7f7f7f; line-height: 1}

#header a.logo {float: right}

#header .navbar-toggle {
	min-width: 0;
	margin: -35px 0 0 0;
	background-color: #333;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
}

#header .navbar-toggle span { background-color: #fff; }

.idp-logo, .peach-day, a.action-link { color: #fff; }

.idp-logo {
	max-width: 127px;
	display: block;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #0390fd;
}

.peach-day {
  min-height: 92px;
	font-size: 30px;
	line-height: 1.1;
	margin-left: -15px;
	padding: 10px 10px 10px 15px;
	background-color: #0390fd;
}

a.action-link {
  min-height: 42px;
  text-transform: uppercase;
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin-left: -15px;
	background-color: #fd4f03;
  margin-bottom: 0.5em;
}
a.action-link:last-child {
  margin-bottom: 0;
}

ul.main-navigation {
	list-style: none;
	padding: 13px 15px!important;
	margin: 0 0 10px 0;
	font-size: 10px;
	line-height: 1;
	background-color: #a3a3a3;
}

ul.main-navigation:after {
	content: "";
	clear: both;
	display: block;
}

ul.main-navigation li {position: relative}

ul.main-navigation li:hover > ul {display: block;}

ul.main-navigation > li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #fff
}

ul.main-navigation > li:last-child {padding-right: 0; border-right: none}

ul.main-navigation li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

ul.main-navigation ul {
	position: absolute;
	width: 200px;
	list-style: none;
	padding: 10px;
	margin: 0;
	display: none;
	background-color: #3b3a3a;
}

ul.main-navigation ul li a {padding: 5px 10px}

.short-brief {
	color: #a3a3a3;
	font-size: 16px;
	padding: 20px 30px;
	min-height: 430px;
	margin-bottom: 17px;
	background:url(../img/international-day-bg.jpg) no-repeat center bottom;
}

.short-brief p {color: #a3a3a3; font-size: 16px}

.short-brief a.read-more {color: #fd4f03}

.newsletter-box .title {
	color: #fd4f03;
	float: left;
	font-size: 18px;
	max-width: 200px;
	margin: -3px 0 10px 22px;
	margin-right: 13px;
	font-weight: bold;
}

.newsletter-form input.email {width: 310px}

#content {padding-top: 18px; min-height: 500px; border-top: 1px solid #ccc}

.page-title {font-size: 54px; }

.page-title, .post-title, .gray-box .section-title { color: #000; font-weight: bold; }

.grey {color: #a3a3a3;}

h1.page-title {margin-top:0;}

#content article.post-event {
	color: #fff;
	margin-bottom: 15px;
	padding: 20px 10px 10px 30px;
	background-color: #0390fd;
}

#content article.post-event:after {
	content: "";
	display: block;
	clear: both;
}

#content article.post-event .post-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#content article.post-event p {
  color: #fff;
  line-height: 1.2em
}

#content article.post-event p.event-date {
  font-size: 100%;
  color: #fff;
}

#content article.post-event p.event-description {
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.5em;
  color: #fff;
}

#content a.learn-more {
	display: block;
	float: right;
	font-weight: bold;
	margin-top: -5px;
}

#content article.post-event .learn-more a, #content article.post-event .learn-more a:visited {
	color: #fff;
}

#load-more {
	color: #fff;
	display: block;
	font-weight: bold;
	background-color: #fd4f03;
	text-align:center;
}

.gray-box {
	color: #fff;
	font-size: 12px;
	padding: 10px 15px 15px;
	margin-bottom: 15px;
	min-height: 225px;
	line-height: 1.2;
	background-color: #a3a3a3;
}

.gray-box a {color: #fff; text-decoration: underline}

.gray-box h4, .gray-box p, .gray-box ul { font-weight: 300; font-size: 1.2em; line-height: 1.2em; }

.gray-box .section-title { margin:0 0 7px 0; font-size: 22px; }

.gray-box input {color: #020202}
.gray-box button { font-size: 1.2em; }
.gray-box button#search_button { font-size: 15px; }

.gray-box .small-title {
	margin: 10px 0 8px;
}

.gray-box ul {
  font-style: italic;
  font-size: 1.1em;
}
.sponsor-logo {
  overflow: hidden;
  border: 1px solid #ccc;
}
.sponsor-logo > div {
  border-right: 1px solid #ccc;
  float: left;
	color: #fff;
	margin: 15px 0;
	padding: 10px 15px 15px 30px;
}
.sponsor-logo > div:last-child { border-right: none; }
.sponsor-logo > div > h5 { font-weight: bold; color: #000; margin-top: 0; margin-bottom: 1em; text-transform: uppercase;}

.sponsor-logo ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.sponsor-logo ul > li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px
}

.sponsor-logo ul img {
  height: 64px;
}

.sponsor-logo ul > li:last-child {margin-right: 0}

#footer {
	padding: 20px;
	min-height: 330px;
	background-color: #000;
	margin-top: 0;
}

#footer hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #7E7E7E;
    margin: 1em 0; padding: 0; }

#footer ul.social-icons li a {color: #fff}

#footer ul.social-icons li a.circle {
	color: #000;
	background-color: #fff;
}

.new_posts {
	display:none;
}

#search_button {
	background-color:#CECECE;
	padding: 7px 15px;
	min-width:auto;
}

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    .carousel {
      margin-bottom: 20px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 50px;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
	  background-image: none;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 307px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin:0 auto;
      margin-top: 50px;
      text-align:center;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }

	.carousel-control.left, .carousel-control.right {
    	background-image: none
	}

	.gradient {
	  background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .1) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
	  background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	  background-repeat: repeat-x;
	}


    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: auto;
        height: 500px;
      }

    }


    @media (max-width: 767px) {


      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 220px;
      }
      .carousel img {
        height: 220px;
      }
      .carousel-caption {
        width: 80%;
        padding: 0 5px;
        margin-top: 5px;
      }
    .carousel-caption .btn {
      margin-top: 3px;
    }
      .carousel-caption h1 {
        font-size: 20px;
		line-height: 1;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 12px;
      }

    .carousel-control {
      height: 50px;
      margin-top: 0px;
      font-size: 80px;
    }

    }

/**************** TWITTER WIDGET STYLES ***********************/

/** Buttons */

a.twitter-share-button,
a.twitter-mention-button,
a.twitter-hashtag-button {
  display: inline-block;
  padding: 1px 3px 0 19px;

  border: #cc0000 solid 10px;
  border-radius: 3px;
  background: #f8f8f8 url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat;
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              -webkit-linear-gradient(#fff, #dedede);
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              linear-gradient(#fff, #dedede);
  background-size: 16px 13px, auto auto;

  /* Text */
  font: bold 11px/17px Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #cc0000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);

  white-space: nowrap;
}

/* Colour Highlight for keyboard navigation */
a.twitter-share-button:focus,
a.twitter-mention-button:focus,
a.twitter-hashtag-button:focus {
  outline: none;
  border-color: #0089cb;
}

/** Embedded Tweets */

blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  max-width: 468px;

  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);

  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}

blockquote.twitter-tweet p {
  font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0;
}

blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

/** Timeline */

a.twitter-timeline {

  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;

  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url(//platform.twitter.com/images/bird.png) 8px 8px no-repeat;

  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #cc0000;

  white-space: nowrap;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #fff;
}

/* Colour Highlight for keyboard navigation */
a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb;
}

p.e-entry-title {
	color: #cc0000;
}

/************** custom editor styles **************/
.blue_text {
	color: #0390FD;
	font-weight: bold;
}

.large_black {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}

/************** slides **************/
#myCarousel .item-0 .carousel-caption {
  max-width: 800px;
  margin-top: 95px;
}
#myCarousel .item-0 .carousel-caption h1 {
  font-size: 3em;
}
#myCarousel .item-0 .carousel-caption a.btn {
  display: none;
}

#myCarousel .item-1 > .container {
  padding-left: 110px;
}

#myCarousel .item-1 .carousel-caption {
  text-align: left;
}
#myCarousel .item-1 .carousel-caption h1 {
  font-size: 26px;
}
#myCarousel .item-1 .carousel-caption .lead {
  font-size: 16px;
}

#myCarousel .item-2 .carousel-caption {
  text-align: left;
}
#myCarousel .item-2 > .container {
  padding-left: 345px;
}

.section-about h4 {
  margin-top: 2em;
}

.org-btn a {background: #FD4F03; color: #FFFFFF;}
.org-btn {background: #FD4F03; padding: 1em;}
.nav-previous {margin-bottom: 1em; float:left; padding: .75em; background: #FD4F03; color: #FFFFFF;}
.nav-previous a {color: #FFFFFF;}
.nav-next {margin-bottom: 1em; float:right; padding: .75em; background: #FD4F03; color: #FFFFFF;}
.nav-next a {color: #FFFFFF;}
.nav-links {margin-bottom: 3em;}
h1.screen-reader-text  {display: none;}
article.post-event {
  background-color:#0390FD;
  color:#FFFFFF;
  margin-bottom:15px;
  padding:20px 10px 10px 30px;
}
 article.post-event .learn-more a {color: #FFFFFF !important;}
 article.post-event .event-title  {
	 text-transform: uppercase; 
	 font-size:18px;	
	 font-weight:bold; margin:0 0 10px;
	 }