/*
* CIJA - The Centre for Israel and Jewish Affairs
* Copyright 2014, Lewis Robinovitch
* www.cija.ca
* Custom build for CIJA
*/
/* Less Styles
================================================== */
/* Header
================================================== */
.header {
  background: #072e4d;
}
.header .logo {
  background: url(../images/logo-lines.png) no-repeat right;
  width: 180px;
  /*Adjust distance of lines from logo*/
  padding: 23px 0;
  float: left;
}
.header .logo a.cija {
  background: url(../images/cija-logo-x2.png) no-repeat;
  background-size: 100px 35px;
  width: 100px;
  height: 35px;
  display: block;
  text-indent: -9999px;
}
.header .header-menu {
  float: right;
  margin: 20px 0;
}
.header .header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.header .header-menu ul li {
  font-size: 12px;
  display: inline-block;
  border-right: 2px solid #51af80;
  border-top: 2px solid #51af80;
  border-bottom: 2px solid #51af80;
}
.header .header-menu ul li a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 15px;
  margin: 0px;
  display: block;
}
.header .header-menu ul li a:hover {
  background: #418c67;
}
.header .header-menu ul li.instagram a {
  background: url(../images/social-instagram.png) no-repeat 0px 3px;
  background-size: 30px 30px;
  text-indent: -9999px;
}
.header .header-menu ul li.instagram a:hover {
  background: #418c67 url(../images/social-instagram.png) no-repeat 0px 3px;
  background-size: 30px 30px;
}
.header .header-menu ul li.facebook a {
  background: url(../images/social-facebook.png) no-repeat 0px 3px;
  background-size: 30px 30px;
  text-indent: -9999px;
}
.header .header-menu ul li.facebook a:hover {
  background: #418c67 url(../images/social-facebook.png) no-repeat 0px 3px;
  background-size: 30px 30px;
}
.header .header-menu ul li.twitter a {
  background: url(../images/social-twitter.png) no-repeat 0px 3px;
  background-size: 30px 30px;
  text-indent: -9999px;
}
.header .header-menu ul li.twitter a:hover {
  background: #418c67 url(../images/social-twitter.png) no-repeat 0px 3px;
  background-size: 30px 30px;
}
.header .header-menu ul li.mail a {
  background: url(../images/social-mail.png) no-repeat 0px 2px;
  background-size: 33px 33px;
  text-indent: -9999px;
}
.header .header-menu ul li.mail a:hover {
  background: #418c67 url(../images/social-mail.png) no-repeat 0px 2px;
  background-size: 33px 33px;
}
.header .header-menu ul li.cap-right {
  border-right: 2px solid #51af80;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.header .header-menu ul li.cap-left {
  border-left: 2px solid #51af80;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.header .header-menu ul li.highlight {
  background: #51af80;
}
/* Nav
================================================== */
.nav {
  background: #ffffff;
}
.nav a.ubermenu-responsive-toggle {
  padding: 25px 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #072e4d;
}
/* Slider
================================================== */
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-container .slider {
  position: relative;
}
.slider-container .slider img.bg {
  width: 100%;
  height: auto;
  min-width: 1100px;
  /*Adjust height of slider*/
}
.slider-container .slider .slide-content {
  position: absolute;
  z-index: 9999 !important;
  top: 0px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
}
.slider-container .slider .slide-content .rediculous-table {
  width: 90%;
  height: 100%;
}
.slider-container .slider .slide-content .rediculous-table .unnecessary-cell {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.slider-container .slider .slide-content .slide-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  color: #ffffff;
  font-size: 85px;
  color: #072e4d;
}
.slider-container .slider .slide-content p {
  font-family: 'Open Sans', sans-serif;
  color: #072e4d;
  font-size: 20px;
  line-height: 29px;
  margin-top: 0px;
}
.slider-container .bx-pager {
  text-align: center;
  margin-top: 12px;
  z-index: 99;
  position: absolute;
  width: 200px;
  left: 50%;
  top: 5px;
  margin-left: -100px;
}
.slider-container .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.slider-container .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  outline: 0;
  border: 2px solid #ffffff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.slider-container .bx-pager.bx-default-pager a:hover,
.slider-container .bx-pager.bx-pager.bx-default-pager a.active {
  background: #ffffff;
}
.slider-container a.down-arrow {
  width: 43px;
  height: 43px;
  background: url(../images/slider-down-arrow.png) no-repeat;
  text-align: center;
  display: block;
  text-indent: -9999px;
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 15px;
  margin-left: -21px;
}
.slider-container a.down-arrow:hover {
  bottom: 12px;
}
.slider-container a.signup-for-updates {
  background: url(../images/signup-for-updates.png);
  width: 181px;
  height: 68px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9;
}
.slider-container a.signup-for-updates:hover {
  top: 23px;
}
.slider-container .impact-calls {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 9;
  text-align: right;
}
.slider-container .impact-calls a {
  color: #ffffff;
  background: #072e4d;
  font-size: 20px;
  padding: 8px 20px;
  margin-bottom: 2px;
  display: inline-block;
  clear: both;
  float: right;
  font-weight: 200;
}
.slider-container .impact-calls a:hover {
  background: #1d4771;
  text-decoration: none;
  padding: 8px 23px 8px 20px;
}
/* News Ticker
================================================== */
.news-ticker {
  border: 1px solid #d4d5d6;
  margin: 30px 0;
  float: left;
  width: 100%;
}
.news-ticker .ticker-title {
  float: left;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 40px 20px 20px;
  background: url(../images/news-ticker-title-bg.png) no-repeat right;
  color: #ffffff;
}
/* CIJA Team
================================================== */
.speaker-description {
  float: left;
  width: 50%;
  padding: 0px 15px 0px 30px;
  background: url(../images/team-speaker.png) no-repeat 0px 15px;
}
.speaker-description.full {
  width: 100%;
  padding: 0px 0px 0px 30px;
}
.video-description {
  float: left;
  width: 50%;
  padding: 0px 15px 0px 30px;
  background: url(../images/team-video.png) no-repeat 0px 15px;
}
.region-block {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.team-row {
  background: #E7E7E7;
  padding: 15px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}
.team-row .team-cell {
  float: left;
  padding-right: 20px;
  min-height: 1px;
  /* background: #CCC;*/
  /*
		&.title-en { width: 17.5%; }
		&.title-fr { width: 17.5%; }
		*/
}
.team-row .team-cell.name {
  width: 15%;
  color: #072e4d;
}
.team-row .team-cell.video {
  width: 2.5%;
}
.team-row .team-cell.video img {
  margin-top: -3px;
  max-width: none;
}
.team-row .team-cell.speaker {
  width: 2.5%;
}
.team-row .team-cell.speaker img {
  max-width: none;
}
.team-row .team-cell.title {
  width: 35%;
}
.team-row .team-cell.twitter {
  width: 15% !important;
}
.team-row .team-cell.email {
  width: 15%;
}
.team-row .team-cell.phone {
  width: 15%;
}
/* Resources
================================================== */
input.resource-search,
select.resource-search {
  margin-bottom: 10px;
}
.search-form {
  margin: 20px 0;
}
/* The Exchange
================================================== */
.exchange-logo {
  margin: 10px 0 20px 15px;
}
/* CIJA Near You
================================================== */
img.partners-map {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.regional-events {
  float: left;
  clear: both;
  margin-bottom: 30px;
}
.regional-events ul {
  margin: 0px;
  padding: 0px;
}
.regional-events ul li {
  list-style-type: none;
}
.regional-events h2.events-header {
  background: url(../images/events-icon.png) no-repeat left top;
  padding-left: 40px;
  margin: 0px 0 15px 0;
}
/* Tiles
================================================== */
.grey-bg {
  background: #d4d5d6;
}
/* Wider container to lign up tiles with side
	.container.tiles {
		width: 1200px;
	}
*/
#tiles {
  margin: 30px 0;
}
#tiles .grid-sizer {
  width: 285px;
}
#tiles .tile {
  position: relative;
  width: 255px;
  /*Four wide*/
  background: #f3f4f4;
  border: 1px solid #d4d5d6;
  margin: 15px 15px 15px 15px;
  box-sizing: border-box;
}
#tiles .tile img.featured {
  width: 100%;
  height: auto;
}
#tiles .tile .tile-content {
  margin: 20px;
}
#tiles .tile .tile-content .tile-title {
  margin: 0 0 10px 0;
}
#tiles .tile .tile-content .tile-title a {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #231f20;
  font-size: 16px;
  line-height: 22px;
}
#tiles .tile .tile-content a.tile-contributor {
  color: #51af80;
  background: url(../images/contributor-icon.png) no-repeat left;
  padding-left: 25px;
}
#tiles .tile .tile-category {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 10px;
  color: #ffffff;
  max-width: 80%;
  font-size: 12px;
  text-transform: uppercase;
}
#tiles .tile .tile-category a {
  color: white;
}
#tiles .tile .tile-category.wo-img {
  position: relative;
  margin: 0 0 20px 0;
  display: inline-block;
}
#tiles .tile .tile-category.yellow {
  background: #e99e40;
}
#tiles .tile .tile-category.green {
  background: #51af80;
}
#tiles .tile .tile-category.blue {
  background: #219dc5;
}
#tiles .tile .tile-category.red {
  background: #cd5867;
}
#tiles .tile.double {
  width: 540px;
}
#tiles .tile.twitter {
  background: #5d5294 url(../images/twitter-birdy.png) no-repeat center 25px;
  background-size: 45px 35px;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding: 60px 0 0 0;
}
#tiles .tile.twitter ul {
  margin: 0px;
  padding: 0px;
}
#tiles .tile.twitter ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#tiles .tile.twitter ul li p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#tiles .tile.twitter ul li p a {
  color: #51af80;
}
#tiles .tile.twitter .intent {
  display: none;
}
#tiles .tile.twitter .timeline {
  font-style: italic;
}
#tiles .tile.white {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.feed-title {
  text-align: center;
}
.feed-title h1 {
  color: #95979a;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  margin: 40px 0 0px 0;
}
#more-posts,
.go-to-news {
  text-align: center;
  margin-bottom: 40px;
}
#infscr-loading {
  text-align: center;
  bottom: -30px;
  margin: 0px auto 0 auto;
  clear: both;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.tile-controls {
  background: #f3f4f4;
  border: 1px solid #d4d5d6;
  margin: 45px 15px 0 15px;
  box-sizing: border-box;
  background: #d4d5d6;
  float: left;
  width: 100%;
  padding: 0px 20px 15px 20px;
}
.pull-controls-left {
  float: left;
  width: 255px;
  padding-bottom: 45px;
}
.pull-tiles-right {
  float: right;
  width: 855px;
}
/* Content
================================================== */
.cija-button {
  display: block;
}
.cija-button a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #072e4d;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 10px 0 0px 0;
  -moz-border-radius: 23px;
  border-radius: 23px;
  border: 2px solid #072e4d;
}
.cija-button a:hover {
  border: 2px solid #072e4d;
  background: #072e4d;
  text-decoration: none !important;
  color: #ffffff;
}
.cija-button.green a {
  border: 2px solid #51af80;
  color: #51af80;
}
.cija-button.green a:hover {
  background: #51af80;
  color: #ffffff;
}
.cija-button.yellow a {
  border: 2px solid #e99e40;
  color: #e99e40;
}
.cija-button.yellow a:hover {
  background: #e99e40;
  color: #ffffff;
}
.cija-button.red a {
  border: 2px solid #cd5867;
  color: #cd5867;
}
.cija-button.red a:hover {
  background: #cd5867;
  color: #ffffff;
}
.cija-button.purple a {
  border: 2px solid #7d79ab;
  color: #7d79ab;
}
.cija-button.purple a:hover {
  background: #7d79ab;
  color: #ffffff;
}
.cija-button.blue a {
  border: 2px solid #219dc5;
  color: #219dc5;
}
.cija-button.blue a:hover {
  background: #219dc5;
  color: #ffffff;
}
.cija-button.white a {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cija-button.white a:hover {
  background: #ffffff;
  color: #000000;
}
.featured-img {
  margin-bottom: 30px;
}
.featured-img img.featured {
  width: 100%;
  height: auto;
}
.feature-text {
  background: #51af80;
  padding: 20px;
  margin: 30px 0;
  font-size: 23px;
  font-weight: 200;
  color: #ffffff;
}
.feature-text a {
  color: #31694d;
  text-decoration: none;
}
.feature-text a:hover {
  color: #10241a;
  text-decoration: underline;
}
.accordion {
  border-bottom: 1px solid #d4d5d6;
  padding: 10px 0;
}
.accordion .accordionButton {
  cursor: pointer;
  margin: 0px 0 0px 0;
  padding: 0px 0 0px 0px;
  background: url(../images/accordion-plus.jpg) no-repeat right;
  background-size: 20px 20px;
  color: #51af80;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.accordion .accordionButton:hover {
  text-decoration: underline;
}
.accordion .accordionButton.on {
  background: url(../images/accordion-minus.jpg) no-repeat right;
  background-size: 20px 20px;
}
.accordion .accordionContent {
  display: block;
}
.navigation-list {
  margin: 25px 0;
}
.navigation-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.navigation-list ul li a {
  margin: 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #51af80;
  color: #ffffff;
  background: #1d4771 url(../images/nav-list-arrow.png) no-repeat 98%;
  display: inline-block;
  width: 100%;
}
.navigation-list ul li a:hover {
  background: #132d48 url(../images/nav-list-arrow.png) no-repeat 98%;
  text-decoration: none;
}
.branding .logo-block {
  margin-bottom: 30px;
}
.branding .logo-block img {
  height: 100px !important;
  width: auto !important;
}
.branding .content-column {
  padding-top: 10px;
}
/* Typography
================================================== */
.page-title {
  background: #d4d5d6;
  font-size: 27px;
  color: #072e4d;
  padding: 30px 0 30px 0;
  font-family: 'Lato', sans-serif;
}
.content {
  margin: 35px 0;
  color: #808080;
  float: left;
  width: 100%;
}
a {
  color: #51af80;
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -moz-transform: ease-in;
}
a:hover {
  color: #51af80;
}
p {
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  margin: 15px 0;
}
p strong,
p b {
  color: #000000;
}
h1 {
  color: #072e4d;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.01em;
  font-size: 28px;
  line-height: 34px;
  margin-top: 35px;
}
h2 {
  color: #072e4d;
  font-family: 'Merriweather', serif;
  font-size: 21px;
  line-height: 28px;
}
h3 {
  color: #072e4d;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  line-height: 28px;
}
h4 {
  color: #072e4d;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
h5 {
  color: #072e4d;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
}
h6 {
  color: #072e4d;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
}
blockquote {
  border-left: 4px solid #51af80;
  font-family: 'Merriweather', serif;
  font-style: italic;
}
blockquote p {
  font-family: 'Merriweather', serif;
  line-height: 27px;
}
blockquote p strong {
  color: inherit;
}
.content li {
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
}
.content li strong,
.content li b {
  color: #000000;
}
/* #Images
================================================== */
.content img {
  max-width: 100%;
  height: auto;
}
.content img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.content img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.content img.aligncenter {
  padding: 20px;
  margin: 0 auto 0 auto;
  display: block;
}
.content .wp-caption {
  max-width: 100% !important;
}
.content .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100% !important;
}
.content p.wp-caption-text {
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  padding: 0 15px;
  margin: 0px 0;
  font-style: italic;
  color: #808080;
}
.content .alignnone.wp-caption {
  margin: 10px 10px 10px 0;
  float: none;
}
.content .alignleft.wp-caption {
  margin: 10px 20px 10px 0;
  float: left;
}
.content .alignright.wp-caption {
  margin: 10px 0px 10px 20px;
  float: right;
}
.content .aligncrenter.wp-caption {
  margin: 0 auto;
  display: block;
}
/* Sidebar
================================================== */
.sidebar {
  margin: 35px 0;
  color: #808080;
}
.sidebar .sidebar-content-block {
  background: #e7e7e8;
  padding: 15px 20px;
  margin-bottom: 30px !important;
  clear: both;
  float: left;
}
.sidebar .sidebar-content-block.content {
  margin: 0px;
}
.sidebar .impact-icons {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  float: left;
  font-size: 17px;
}
.sidebar .impact-icons .learn-more-icon {
  width: 33%;
  float: left;
  text-align: center;
  background: #219dc5;
  padding: 30px 0px 30px 0px;
}
.sidebar .impact-icons .learn-more-icon a {
  background: url(../images/impact-icon-learn-more.png) no-repeat center top;
  color: #ffffff;
  padding: 40px 0px 0px 0px;
  display: block;
}
.sidebar .impact-icons .speak-up-icon {
  width: 33%;
  float: left;
  text-align: center;
  background: #51af80;
  padding: 30px 0px 30px 0px;
  margin-right: .5%;
  margin-left: .5%;
}
.sidebar .impact-icons .speak-up-icon a {
  background: url(../images/impact-icon-speak-up.png) no-repeat center top;
  color: #ffffff;
  padding: 40px 0px 0px 0px;
  display: block;
}
.sidebar .impact-icons .take-action-icon {
  width: 33%;
  float: left;
  text-align: center;
  background: #cd5867;
  padding: 30px 0px 30px 0px;
}
.sidebar .impact-icons .take-action-icon a {
  background: url(../images/impact-icon-take-action.png) no-repeat center top;
  color: #ffffff;
  padding: 40px 0px 0px 0px;
  display: block;
}
.sidebar .exchange-disclaimer {
  margin-bottom: 30px;
  float: left;
}
.sidebar .exchange-disclaimer p {
  margin-top: 0px;
}
.sidebar .the-exchange-dropdown {
  background: #D3E9F1;
}
.sidebar .the-exchange-dropdown img.the-exchange-logo {
  margin: 10px 0 15px 0;
}
.post-data {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.post-data .meta-row {
  padding: 2px 0px 2px 25px;
}
.post-data .meta-row.contributor {
  background: url(../images/contributor-icon.png) no-repeat 0px 4px;
}
.post-data .meta-row.categories {
  background: url(../images/category-icon.png) no-repeat 0px 4px;
}
.post-data .meta-row.posted-on {
  background: url(../images/posted-on-icon.png) no-repeat 0px 4px;
}
.post-data .meta-row.updated-on {
  background: url(../images/updated-on-icon.png) no-repeat 0px 4px;
}
.post-data .meta-row.language {
  background: url(../images/globe-icon.png) no-repeat 0px 0px;
}
.post-data .meta-row.twitter {
  background: url(../images/twitter-icon.png) no-repeat 0px 3px;
}
.post-data .meta-row a {
  color: #51af80;
}
.post-data.above-content {
  margin-bottom: 20px;
}
.addthis_sharing_toolbox {
  margin-bottom: 20px;
}
.addthis_sharing_toolbox.mobile {
  display: none;
}
.addthis_sharing_toolbox.sidebar {
  display: block;
}
#disqus_thread {
  clear: both;
}
/* Forms
================================================== */
select {
  margin: 0px;
  padding: 0px;
}
input.btn {
  background: #51af80;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px !important;
  margin: 0px;
  width: 100%;
}
input.btn:hover {
  background: #418c67;
  color: #ffffff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(81, 175, 128, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(81, 175, 128, 0.6);
  outline: 0 none;
}
body div.wpcf7-validation-errors {
  background: #cd5867;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  padding: 10px 17px;
  text-align: center;
  margin: 0px;
}
body div.wpcf7-mail-sent-ok {
  background: #51af80;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  padding: 10px 17px;
  text-align: center;
  margin: 0px;
}
/* Footer
================================================== */
.footer {
  background: #072e4d;
}
.footer .footer-widget {
  margin: 50px 0;
}
.footer .footer-widget h1 {
  color: #51af80;
  font-size: 27px;
  font-weight: 200;
}
.footer .footer-widget p {
  color: #ffffff;
}
.credits {
  font-size: 10px;
  line-height: 16px;
  background: #001c38;
  text-align: center;
  color: #395871;
  padding: 20px 0 50px 0;
}
.credits a {
  font-style: italic;
  color: #395871;
}
/* Shift Slider on Large Sizes */
@media only screen and (min-width: 1500px) {
  .slider img.bg {
    margin-top: -150px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .slider-container .slider .slide-content {
    left: 50%;
    margin-left: -496px;
    width: 992px;
  }
  #tiles .grid-sizer {
    width: 310px;
    /*Three wide*/
  }
  #tiles .tile {
    width: 280px;
  }
  #tiles .tile.double {
    width: 590px;
  }
  .pull-controls-left {
    float: left;
    width: 280px;
  }
  .pull-tiles-right {
    float: right;
    width: 630px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .slider-container .slider .slide-content {
    left: 50%;
    margin-left: -384px;
    width: 768px;
  }
  .slider-container .slider .slide-content .slide-title {
    font-size: 60px;
  }
  .slider-container .slider .slide-content p {
    font-size: 18px;
    line-height: 28px;
  }
  #tiles .grid-sizer {
    width: 360px;
  }
  #tiles .tile {
    width: 330px;
    /*Two wide*/
  }
  #tiles .tile.double {
    width: 330px;
  }
  .pull-controls-left {
    float: left;
    width: 690px;
  }
  .pull-tiles-right {
    float: left;
    width: 100%;
  }
  .team-row {
    width: 100%;
    /*50% for two columns*/
    border-right: none;
  }
  .team-row .team-cell {
    padding-right: 0px;
    /*
			&.title-en { width: 100%; }
			&.title-fr { width: 100%; }
			*/
  }
  .team-row .team-cell.name {
    width: auto;
    margin-right: 5px;
  }
  .team-row .team-cell.video {
    width: auto;
  }
  .team-row .team-cell.speaker {
    width: auto;
  }
  .team-row .team-cell.title {
    width: 100%;
  }
  .team-row .team-cell.twitter {
    width: 100%;
  }
  .team-row .team-cell.email {
    width: 100%;
  }
  .team-row .team-cell.phone {
    width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header .header-menu ul li.hide-m {
    display: none;
  }
  .exchange-logo {
    margin: 0px 0 0px 0px;
  }
  .pull-controls-left {
    float: left;
    width: 100%;
    padding-bottom: 0px;
  }
  .pull-tiles-right {
    float: left;
    width: 100%;
  }
  .tile-controls {
    margin: 45px 0px 0 0px;
  }
  .page-title {
    font-size: 20px;
    padding: 20px 0 20px 0;
  }
  .content {
    margin: 20px 0;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .addthis_sharing_toolbox.mobile {
    display: block;
  }
  .addthis_sharing_toolbox.sidebar {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header .header-menu ul li.hide-s {
    display: none;
  }
  .header .logo {
    background: none;
    width: auto;
    /*Adjust distance of lines from logo*/
  }
  .team-row {
    width: 100%;
    border-right: none;
  }
  .slider-container .slider img.bg {
    width: 100%;
    height: auto;
    min-width: 1300px;
    /*Adjust height of slider*/
  }
  .slider-container .slider .slide-content {
    left: 0%;
    margin: 0 0px;
    width: 100%;
    text-align: center;
  }
  .slider-container .slider .slide-content .slide-title {
    font-size: 40px;
    margin-top: 60px;
  }
  .slider-container .slider .slide-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .slider-container .slider .slide-content .rediculous-table {
    width: 100%;
    height: 100%;
  }
  .slider-container .slider .slide-content .rediculous-table .unnecessary-cell {
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-container .bx-pager {
    text-align: center;
    margin-top: 12px;
    z-index: 99;
    position: absolute;
    width: 200px;
    left: 50%;
    top: auto;
    bottom: 10px;
    margin-left: -100px;
  }
  .slider-container a.signup-for-updates {
    background: url(../images/signup-for-updates.png) no-repeat center;
    width: 100%;
    height: 68px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    right: auto !important;
    left: auto;
  }
  .slider-container a.signup-for-updates:hover {
    top: 23px;
  }
  .slider-container a.down-arrow {
    display: none;
  }
  .slider-container .impact-calls {
    position: relative;
    clear: both;
    bottom: auto;
    right: auto;
    text-align: center;
  }
  .slider-container .impact-calls a {
    display: block;
    float: none;
  }
  .slider-container .impact-calls a:hover {
    padding: 8px 23px 8px 23px;
  }
  #tiles .grid-sizer {
    width: 100%;
  }
  #tiles .tile {
    width: 100%;
    /*Full width*/
    margin: 15px 0 15px 0;
  }
  #tiles .tile.double {
    width: 100%;
  }
}
/* Custom, iPhone Retina */
