/*
* CJPAC Build 2.0
* Copyright 2014, Lewis Robinovitch
* www.lewisrobinovitch.com
* Built for The Canadian Jewish Political Affairs Committee
*/
/* #Less Styles
================================================== */
/* #Header
================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.tophat {
  background: #E6E6E6;
  border-bottom: 2px solid #C7010E;
}
.tophat .over-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.tophat .over-menu ul li {
  font-size: 11px;
  display: inline-block;
}
.tophat .over-menu ul li a {
  color: #4D4D4D;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  border-right: 1px solid #CCCCCC;
}
.tophat .over-menu ul li.instagram {
  padding: 0px;
  margin: 0px;
  border: none;
}
.tophat .over-menu ul li.instagram a {
  background: url(../images/social-instagram.png) #fdcf07 no-repeat 5px 8px;
  background-size: 18px 18px;
  text-indent: -9999px;
  padding: 10px 15px 10px 15px;
  display: block;
  border: none;
}
.tophat .over-menu ul li.instagram.grey a {
  background: url(../images/social-instagram-grey.png) no-repeat 5px 8px;
  background-size: 18px 18px;
  border-right: 1px solid #CCCCCC;
}
.tophat .over-menu ul li.facebook {
  padding: 0px;
  margin: 0px;
  border: none;
}
.tophat .over-menu ul li.facebook a {
  background: url(../images/social-facebook.png) #395ca9 no-repeat 5px 8px;
  background-size: 18px 18px;
  text-indent: -9999px;
  padding: 10px 15px 10px 15px;
  display: block;
  border: none;
}
.tophat .over-menu ul li.facebook.grey a {
  background: url(../images/social-facebook-grey.png) no-repeat 5px 8px;
  background-size: 18px 18px;
  border-right: 1px solid #CCCCCC;
}
.tophat .over-menu ul li.twitter {
  padding: 0px;
  margin: 0px;
  border: none;
}
.tophat .over-menu ul li.twitter a {
  color: #000000;
  background: url(../images/social-twitter.png) #1998f0 no-repeat 5px 8px;
  background-size: 18px 18px;
  text-indent: -9999px;
  padding: 10px 15px 10px 15px;
  display: block;
  border: none;
}
.tophat .over-menu ul li.twitter.grey a {
  background: url(../images/social-twitter-grey.png) no-repeat 5px 8px;
  background-size: 18px 18px;
  border-right: 1px solid #CCCCCC;
}
.tophat .over-menu ul li.yellow a {
  color: #000000;
  background: #FDCF07;
  display: block;
  border: none;
}
.tophat .over-menu ul li.blue a {
  color: #FFFFFF;
  background: #1D4387;
  display: block;
  border: none;
}
.tophat .over-menu ul li.red a {
  color: #FFFFFF;
  background: #EF4136;
  display: block;
  border: none;
}
.tophat .over-menu ul li.green a {
  color: #5ac6aa;
  background: #EF4136;
  display: block;
  border: none;
}
.tophat .over-menu ul li.light-blue a {
  color: #38bce9;
  background: #EF4136;
  display: block;
  border: none;
}
.tophat .over-menu.right {
  float: right;
}
.tophat .over-menu.left {
  float: left;
}
.logo-bar {
  position: relative;
}
.logo-bar a.logo {
  display: block;
  text-indent: -9999px;
  margin: 40px 0;
  width: 400px;
  height: 58px;
}
.logo-bar a.logo.en {
  background: url(../images/cjpac-logo-slogan-en.png) no-repeat left;
  background-size: 400px 58px;
}
.logo-bar a.logo.fr {
  background: url(../images/cjpac-logo-slogan-fr.png) no-repeat left;
  background-size: 400px 58px;
}
.logo-bar .cjpac-label {
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #6D6E71;
  font-style: italic;
}
.nav {
  background: #1A1A1A;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}
.nav ul li a {
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav ul li a:hover {
  background: #000000;
}
.nav ul li.mobile-only {
  display: none;
}
.nav ul li.yellow a {
  color: #000000;
  background: #FDCF07;
  display: block;
}
.nav ul li.yellow a:hover {
  background: #eec202;
}
.nav ul li.yellow ul li a {
  border-left: 0px;
}
.nav ul li.blue a {
  color: #FFFFFF;
  background: #1D4387;
  display: block;
}
.nav ul li.blue a:hover {
  background: #193b76;
}
.nav ul li.blue ul li a {
  border-left: 0px;
}
.nav ul li.red a {
  color: #FFFFFF;
  background: #EF4136;
  display: block;
}
.nav ul li.red a:hover {
  background: #ed2f23;
}
.nav ul li.red ul li a {
  border-left: 0px;
}
.nav ul li.green a {
  color: #FFFFFF;
  background: #5ac6aa;
  display: block;
}
.nav ul li.green a:hover {
  background: #4bc1a2;
}
.nav ul li.green ul li a {
  border-left: 0px;
}
.nav ul li.light-blue a {
  color: #FFFFFF;
  background: #38bce9;
  display: block;
}
.nav ul li.light-blue a:hover {
  background: #26b6e7;
}
.nav ul li.light-blue ul li a {
  border-left: 0px;
}
.nav .nav-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999999;
}
.nav-bg {
  background: #1A1A1A;
  font-family: 'Montserrat', sans-serif;
  color: #1A1A1A;
}
.site-search {
  float: right;
  background: none;
  border: 1px solid #CCCCCC;
  margin-top: 55px;
  margin-left: 0px;
  clear: both;
}
.site-search input {
  border: none;
  color: #1A1A1A;
  padding: 5px 5px 5px 5px;
  padding-left: 12px;
  width: 100px;
  background: none;
  font-size: 13px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
}
.site-search button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  background: #1A1A1A;
}
.site-search button img {
  width: 18px;
  height: 18px;
}
/* #Slider
================================================== */
.slider-container {
  position: relative;
}
.slider-container .slider img.bg {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider-container .slider .slide-text {
  position: absolute;
  z-index: 9999999 !important;
  bottom: 0px;
  left: 10px;
  width: 620px;
  padding: 20px;
  background: #000000 transparent;
  background: rgba(0, 0, 0, 0.9);
}
.slider-container .slider .slide-text .slide-title {
  font-family: 'Francois One', sans-serif;
  color: #FFFFFF;
  font-size: 31px;
  line-height: 36px;
  font-weight: normal;
}
.slider-container .slider .slide-text p {
  color: #FFFFFF;
}
#pager {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 0px;
  z-index: 1;
}
.bx-pager {
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.bx-pager.bx-default-pager a {
  background: #1D4387;
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 5px;
  margin: 0 2px;
  outline: 0;
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -moz-transform: ease-in;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: #EF4136;
  height: 10px;
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -moz-transform: ease-in;
}
/* #Tiles
================================================== */
#tiles {
  padding: 0px 0px 40px 0px;
}
#tiles.home-feed {
  padding: 40px 0px 40px 0px;
}
#tiles .tile {
  width: 300px;
  height: 300px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  background: #FFF;
}
#tiles .tile .shader {
  background: #000000 transparent;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#tiles .tile img.tile-thumb {
  width: 100%;
  height: auto;
}
#tiles .tile.no-thumb {
  box-shadow: 0 0 0 1px #000000 inset;
}
#tiles .tile.no-thumb a.tile-title {
  color: #1A1A1A;
  font-size: 20px;
  line-height: 25px;
}
#tiles .tile .post-excerpt {
  width: 80%;
  padding: 20px 10%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
#tiles .tile a.tile-title {
  font-family: 'Francois One', sans-serif;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
}
#tiles .tile a.tile-title:hover {
  text-decoration: underline;
}
#tiles .tile.more {
  background: #EF4136 url(../images/yellow-corner.png) no-repeat bottom right;
  background-size: 64px 64px;
  text-align: center;
}
#tiles .tile.more a.tile-title {
  height: 50px;
  width: 150px;
  position: absolute;
  left: -75px;
  top: -25px;
  margin-top: 50%;
  margin-left: 50%;
}
#tiles .tile.more a.tile-title:hover {
  text-decoration: underline;
}
/* Twitter Feed Pro Styles */
#tiles .tile.twitter,
.widget.twitter {
  background: url(../images/twitter-birdy.png) #1D4387 no-repeat center 25px;
  background-size: 41px 35px;
  text-align: center;
  position: relative;
  color: #FFFFFF;
}
#tiles .tile.twitter .post-excerpt,
.widget.twitter .post-excerpt {
  padding: 60px 10% 60px 10% !important;
}
#tiles .tile.twitter .post-excerpt a,
.widget.twitter .post-excerpt a {
  color: #EF4136;
}
#tiles .tile.twitter p,
.widget.twitter p {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
#tiles .tile.twitter .ajax-loader,
.widget.twitter .ajax-loader {
  background: url(../images/loading-posts.gif) no-repeat center;
  width: 100%;
  height: 20px;
  margin-top: 15px;
}
#tiles .tile.twitter .timeline,
.widget.twitter .timeline {
  color: #CCC;
}
.view-more {
  text-align: center;
  margin: 0 0 40px 0;
}
.view-more a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background: #EF4136;
  color: #FFFFFF;
  font-weight: bold;
  padding: 11px 0px;
  text-decoration: none;
  display: inline-block;
  width: 300px;
}
.view-more a:hover {
  background: #1D4387;
  text-decoration: none;
}
.category-marker {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.category-marker a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background: #FDCF07;
  color: #000000;
  font-weight: bold;
  padding: 11px 15px;
  text-decoration: none;
  display: inline-block;
}
.category-marker a:hover {
  background: #EF4136;
}
#infscr-loading {
  text-align: center;
  bottom: 13px;
  margin: 0px auto 0 auto;
  clear: both;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
/* #Pagination
================================================== */
.wp-pagenavi {
  margin: 0px auto  0px auto;
  text-align: center;
  padding: 20px 0 60px 0;
  font-size: 15px;
  line-height: 10px;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  margin: 2px;
  padding: 8px 12px;
  text-decoration: none;
  color: #FFFFFF;
  background: #1D4387;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  background: #142e5d;
}
.wp-pagenavi .current {
  margin: 1px;
  padding: 8px 12px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  background: #EF4136;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .extend {
  margin: auto 5px;
}
/* #Content
================================================== */
.content {
  padding: 30px 30px 30px 0;
}
.content.feed {
  padding: 30px 0px 30px 0;
}
.content.fullwidth {
  width: 100%;
  float: left;
}
.fullwidth-featured {
  position: relative;
  overflow: hidden;
}
.fullwidth-featured .page-banner img.banner {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.fullwidth-featured .page-banner .container {
  position: absolute;
  top: 40px;
  left: -470px;
  margin-left: 50%;
}
.fullwidth-featured .page-banner .container .page-title {
  background: #000000 transparent;
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  color: #FFFFFF;
  padding: 15px 15px;
}
.page-thumb {
  position: relative;
}
.page-thumb img.page-thumb {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 10px;
}
.page-thumb .category-marker {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  text-align: left;
}
.page-title {
  font-family: 'Francois One', sans-serif;
  color: #000000;
  font-size: 41px;
  line-height: 45px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.page-title.feed {
  text-align: center;
  margin-bottom: 0px;
}
.addthis_custom_sharing,
.addthis_sharing_toolbox {
  margin: 30px 0 0px 0;
}
.hide-element {
  display: none;
}
/* #Team Members
================================================== */
.team-members-container {
  margin: -10px;
}
.team-member-block {
  width: 33.33333%;
  float: left;
}
.team-member-block .team-member-content {
  padding: 10px;
  position: relative;
}
.team-member-block img.team-member-thumb {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.team-member-block .team-member-name p {
  margin: 0 0 0px 0;
}
.team-member-block .team-member-title p {
  margin: 0 0 0px 0;
}
.team-row-break.three {
  width: 100%;
  display: inline-block;
  float: none;
}
.accordion-button {
  position: relative;
  cursor: pointer;
}
.accordion-marker {
  background: #FDCF07;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  line-height: 12px;
  padding: 12px;
  cursor: pointer;
}
.accordion-marker:hover {
  background: #EF4136;
}
.accordion-content {
  display: block;
  position: relative;
}
/* #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 img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100% !important;
}
.content p.wp-caption-text {
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  padding: 0 5px;
  margin: 5px 0;
  font-family: "Courier New", Courier, monospace;
  color: #000000;
}
.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;
}
/* #Flickr Justified Gallery Styles
================================================== */
.nav-previous {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.nav-previous a {
  color: #000000;
  background: #FDCF07;
  float: left;
  padding: 11px 15px;
  display: block;
  margin-bottom: 40px;
}
.nav-previous a:hover {
  text-decoration: none !important;
  background: #EF4136;
}
.nav-next {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.nav-next a {
  color: #000000;
  background: #FDCF07;
  float: right;
  padding: 11px 15px;
  display: block;
  margin-bottom: 40px;
}
.nav-next a:hover {
  text-decoration: none !important;
  background: #EF4136;
}
.page-links {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.page-links span {
  float: left;
  color: #000000;
  background: #EF4136;
  padding: 11px 15px;
  display: block;
  margin: 0px 2px 40px 0;
}
.page-links .page-links-title {
  float: left;
  color: #000000;
  background: #FDCF07;
  padding: 11px 15px;
  display: block;
}
.page-links a {
  color: #000000;
  background: #FDCF07;
}
.page-links a span {
  color: #000000;
  background: #FDCF07;
  padding: 11px 15px;
  display: block;
}
.page-links a span:hover {
  text-decoration: none !important;
  background: #EF4136;
}
/* #Sidebar
================================================== */
.sidebar {
  margin: 40px 0;
}
.sidebar .tester {
  background: #CCC;
  width: 100%;
  height: 100px;
}
.sidebar .sidebar-signup {
  padding: 20px 15px;
  background: #EF4136;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar .sidebar-signup h1 {
  color: #FFFFFF;
  margin: 0px 0 20px 0;
}
.sidebar .sidebar-signup input {
  color: #000000;
  background: #FFFFFF;
  border: none;
  width: 100%;
  color: #999999;
  padding: 12px 15px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  vertical-align: middle;
  margin: 5px 0 10px 0;
}
.sidebar .sidebar-signup button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background: #1D4387;
  color: #FFFFFF;
  border: none;
  font-weight: bold;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 11px 15px;
  text-decoration: none;
  margin: 0px 0 0px 0;
  cursor: pointer;
}
.sidebar .sidebar-signup button:hover {
  background: #FDCF07;
}
.sidebar .sidebar-signup ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.sidebar .sidebar-signup :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
.sidebar .sidebar-signup ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
.sidebar .sidebar-signup :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget p {
  color: #FFFFFF;
}
.sidebar .widget a.button:hover {
  background: #000000;
  color: #EF4136;
}
/* #Footer
================================================== */
.footer {
  background: #1A1A1A;
  height: 100px;
  padding-top: 20px;
  color: #A7A9AC;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.footer em a {
  font-style: italic;
  color: #FFFFFF;
}
/* #Typography
================================================== */
a.button,
.button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background: #FDCF07;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 11px 15px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 10px 0 10px 0;
}
a.button:hover,
.button:hover {
  background: #EF4136;
}
h1 {
  font-family: 'Francois One', sans-serif;
  letter-spacing: -1px;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin: 20px 0 20px 0;
}
h2 {
  font-family: 'Merriweather', serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 25px 0 10px 0;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  color: #000000;
  margin: 20px 0 10px 0;
}
h4 {
  font-family: 'Francois One', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin: 20px 0 10px 0;
  letter-spacing: -1px;
}
h5 {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  margin: 20px 0 10px 0;
}
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  color: #000000;
  margin: 20px 0 10px 0;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0 15px 0;
}
a {
  color: #EF4136;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  padding: 15px 20px 15px 20px;
  margin: 20px 0;
  border-left: 4px solid #D1D3D4;
  font-family: 'Merriweather', serif;
  color: #1A1A1A;
  background: #EDEDEE;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}
blockquote p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Merriweather', serif;
  margin: 10px 0;
  color: #1A1A1A;
  font-style: italic;
}
hr {
  display: block;
  margin: 0px auto 0px auto;
  border: 1px solid #EDEDEE;
}
.content ul {
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0 10px 40px;
  color: #1A1A1A;
}
.content ul li {
  list-style-type: disc;
  padding: 0px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
}
.content ul li ul li {
  padding: 0px 0;
  list-style-type: circle;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
}
.content ol {
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0 10px 40px;
  color: #1A1A1A;
}
.content ol li {
  list-style-type: decimal;
  padding: 0px 0;
}
.content .category-marker {
  position: relative;
  text-align: left;
}
/* #Media Queries
================================================== */
@media only screen and (min-width: 1500px) {
  .slider img.bg {
    /*margin-top: -125px;*/
  }
  .page-banner img.banner {
    /*margin-top: -125px;*/
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .flexnav li ul {
    width: 100% !important;
  }
  #tiles .tile {
    width: 364px;
    /* three columns is 235px */
    height: 364px;
  }
  .fullwidth-featured .page-banner .container {
    left: -370px;
  }
  .view-more a {
    width: 240px;
  }
  .sidebar {
    display: none;
  }
  .container .two-thirds.column {
    width: 100%;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .logo-bar .cjpac-label {
    display: none;
  }
  .site-search {
    display: none;
  }
  .over-menu ul li.mobile-hide {
    display: none;
  }
  .nav ul li.mobile-only {
    display: block;
  }
  .slider-container .slider .slide-text {
    position: relative;
    width: 380px;
    left: 0px;
  }
  .slider-container .slider .slide-text .slide-title {
    font-family: 'Francois One', sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
  }
  #tiles .tile {
    width: 420px;
    height: 420px;
    margin: 10px 0;
  }
  .content {
    padding: 30px 0px 30px 0;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .fullwidth-featured .page-banner .container {
    left: -210px;
    top: 25px;
  }
  .fullwidth-featured .page-banner .container .page-title {
    font-size: 25px;
    line-height: 25px;
  }
  .view-more a {
    width: 100%;
  }
  .wp-pagenavi a.page,
  span.extend,
  a.last {
    display: none;
  }
  .tophat .container {
    width: 100%;
  }
  .tophat .container .sixteen {
    width: 100%;
  }
  .tophat .over-menu ul li a {
    padding: 10px 11px;
  }
  .team-member-block {
    width: 100%;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .slider-container .slider .slide-text {
    position: relative;
    width: 260px;
  }
  .logo-bar a.logo {
    background: url(../images/cjpac_logo.png) no-repeat center;
    background-size: 130px 45px;
    width: 130px;
  }
  .logo-bar .cjpac-label {
    display: none;
  }
  #tiles .tile {
    width: 300px;
    height: 300px;
    margin: 10px 0;
  }
  .fullwidth-featured .page-banner .container {
    left: -150px;
  }
}
