/* gform patches */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  /* limit global declarations */
  -moz-osx-font-smoothing: grayscale;
}
body.home .restricted {
  display: none;
}
.contain {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 468px;
  padding: 0 10px;
  /* clearfix */
}
.contain:before, .contain:after {
  content: "";
  display: table;
}
.contain:after {
  clear: both;
}
.col {
  margin-bottom: 20px;
}
.sidebar {
  margin-bottom: 20px;
}
.sidebar .widgets {
  margin-bottom: 1em;
}
.skyscraper {
  border: none;
  display: none;
  float: left;
  height: 600px;
  margin-left: -140px;
  width: 120px;
}
.skyscraper.right {
  float: right;
  margin-left: 0;
  margin-right: -476px;
}
.cb-list .cb-list-item .article-list-image {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0px 10px 5px 0px;
}
.cb-list .cb-list-item .article-list-image img {
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
@media screen and (min-width: 712px) {
  .contain {
    max-width: none;
    padding: 0;
    width: 692px;
  }
  .col-wrap {
    width: 692px;
  }
  .col {
    float: left;
    width: 336px;
  }
  .col2 {
    float: right;
  }
  .sidebar {
    clear: both;
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1048px) {
  .contain {
    padding: 0;
    width: 1048px;
  }
  .col-wrap {
    float: left;
  }
  .cb-full {
    float: left;
    width: 692px;
  }
  .sidebar {
    clear: none;
    float: right;
    margin-right: 0;
    width: 336px;
  }
  .sidebar > .col {
    float: none;
    margin: 0;
  }
}
@media screen and (min-width: 1328px) {
  .skyscraper {
    display: block;
  }
}
.header {
  background: #fff;
}
.header .page-meta {
  display: none;
}
.header .utility-nav {
  border-bottom: 1px solid #d8d8d8;
  list-style: none;
  text-align: right;
}
.header .utility-nav li {
  display: none;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  font-size: 12px;
  height: 34px;
  margin-left: 15px;
}
.header .utility-nav a, .header .utility-nav a:active, .header .utility-nav a:visited {
  color: #777;
  display: block;
  height: 22px;
  margin-top: 6px;
  line-height: 22px;
  text-decoration: none;
}
.header .utility-nav a:hover {
  text-decoration: underline;
}
.header .utility-nav li.register, .header .utility-nav li.login {
  display: inline-block;
}
.header .utility-nav li.register a {
  background: #c31426;
  color: #fff;
  height: 22px;
  padding: 0 5px;
}
.header .utility-nav li.register a:hover {
  text-decoration: none;
}
.header .utility-nav li.login a {
  border: 1px solid #c31426;
  color: #c31426;
  height: 20px;
  padding: 0 5px;
}
.header .utility-nav li.login a:hover {
  text-decoration: none;
}
.header .banner {
  border-top: 1px solid #d8d8d8;
  clear: both;
  padding: 25px 0;
  overflow: hidden;
  max-width: 100%;
}
.header .banner iframe {
  display: block;
  margin: 0 auto;
  max-width: 468px;
}
.header .logo {
  display: block;
  margin: 0 auto;
  width: 320px;
  max-width: 100%;
  /* search */
}
.searchform {
  float: right;
  margin: 0 auto;
  max-width: 80%;
}
.searchform input[type="text"] {
  background: #fff;
  box-sizing: border-box;
  border: none;
  display: block;
  color: #777;
  float: left;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  height: 30px;
  margin: 0;
  margin-top: 5px;
  padding: 0 15px;
  width: 180px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.searchform input[type="text"]:focus {
  outline: none;
}
.searchform input[type="submit"] {
  background: url('../img/search.png') center center no-repeat #fff;
  border: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  margin: 0;
  margin-top: 5px;
  width: 40px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#mobile-nav-toggle {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  background: #c31e1e;
  color: #fff;
  margin: 2px 0px 0px;
  font-size: 24px;
  text-align: center;
  padding: 6px 6px 0px;
  line-height: 32px;
  /* navigation */
}
.site-nav {
  background: rgba(214, 41, 41, 0.95);
  padding: 5px;
  display: block;
}
.site-nav ul {
  display: none;
}
.site-nav ul li {
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  list-style: none;
}
.site-nav ul li a:link, .site-nav ul li a:visited, .site-nav ul li a:active {
  color: #fff;
  display: block;
  padding: 8px 0px;
  text-decoration: none;
}
.site-nav ul li a:focus {
  background: #fff;
  color: #666;
  outline: none;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .site-nav ul li.current-menu-item {
    position: relative;
    padding-left: 20px;
  }
  .site-nav ul li.current-menu-item:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    line-height: 32px;
  }
}
@media screen and (min-width: 650px) {
  .header .utility-nav {
    float: right;
    width: 55%;
  }
  .header .page-meta {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    float: left;
    height: 35px;
    width: 45%;
  }
  .header .page-meta p {
    display: none;
  }
  .header .social {
    display: inline-block;
    height: 35px;
    width: 60px;
  }
  .header .social img {
    display: block;
    float: left;
    height: 16px;
    margin-top: 9px;
    margin-right: 4px;
    width: 16px;
  }
}
@media screen and (min-width: 1050px) {
  #mobile-nav-toggle {
    display: none;
    /* navigation */
  }
  .site-nav {
    display: block;
    background: #d62929;
    height: 50px;
    overflow: hidden;
  }
  .site-nav ul {
    float: left;
    height: 50px;
    overflow: hidden;
    width: 720px;
  }
  .site-nav ul li {
    font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
    float: left;
    font-size: 17px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    list-style: none;
  }
  .site-nav ul li a, .site-nav ul li a:link, .site-nav ul li a:visited, .site-nav ul li a:active {
    color: #fff;
    display: block;
    padding: 0 15px;
    text-decoration: none;
  }
  .site-nav ul li a:focus {
    background: #fff;
    color: #666;
    outline: none;
  }
  .site-nav ul li a:hover {
    text-decoration: underline;
  }
  .site-nav ul {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .header .page-meta p {
    display: inline-block;
    color: #666;
    float: left;
    font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
  }
  .header .page-meta p strong {
    color: #222;
    font-weight: 400;
  }
  .searchform {
    float: right;
    margin: 0;
  }
}
@media screen and (min-width: 1048px) {
  .header .utility-nav li {
    display: inline-block;
  }
  .header .logo {
    background: yellow;
    float: left;
    margin: 0;
  }
  .header .banner {
    border: none;
    clear: none;
    float: right;
    width: 468px;
  }
}
@media screen and (max-width: 470px) {
/*
	.header .banner, 
	.header .banner iframe, 
	.header .banner iframe img {
		width:300px;
		height:38px;
	}
*/
}
.footer {
  background: #fff;
  border-top: 5px solid #666;
  padding-top: 25px;
}
.footer .banner {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 25px;
  padding: 25px 0;
  overflow: hidden;
  max-width: 100%;
}
.footer .banner iframe {
  display: block;
  margin: 0 auto;
  max-width: 468px;
}
.footer-nav {
  padding-bottom: 120px;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li {
  box-sizing: border-box;
  color: #333;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  float: left;
  line-height: 22px;
  margin-bottom: 15px;
  padding: 0 20px;
  padding-top: 5px;
  width: 100%;
}
.footer-nav a, .footer-nav a:active, .footer-nav a:visited {
  border-top: 1px solid #d8d8d8;
  color: #777;
  display: block;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav li li {
  float: none;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  padding-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
}
.footer-nav:before, .footer-nav:after {
  content: "";
  display: table;
}
.footer-nav:after {
  clear: both;
}
.copyright {
  background: #d62929;
  background: #525252;
  padding: 25px 0;
}
.copyright p {
  color: #9d9d9d;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .footer-nav li {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .footer-nav li {
    width: 25%;
  }
}
.cb {
  background: #fff;
  border-bottom: 2px solid #d7d7d7;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
}
.cb-article {
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
}
.cb-article .thumb {
  display: block;
  height: auto;
  margin-bottom: 15px;
  margin-top: -20px;
  width: 100%;
}
.cb-article .meta {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 15px;
  text-transform: uppercase;
}
.cb-article .title {
  border-bottom: 1px solid #d8d8d8;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cb-article .title a, .cb-article .title a:active, .cb-article .title a:visited {
  color: #666;
  text-decoration: none;
}
.cb-article .title a:hover {
  text-decoration: underline;
}
.cb-article .title a:focus {
  background: #666;
  color: #fff;
  outline: none;
}
.cb-article .excerpt {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 15px;
  margin-bottom: 10px;
}
.cb-list {
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
}
.cb-list .list-title {
  border-bottom: 1px solid #d8d8d8;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cb-list-item {
  border-bottom: 1px solid #d8d8d8;
  list-style: none;
  margin: 0 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cb-list-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 10px;
}
.cb-list .meta {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.cb-list .post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.cb-list .post-title a, .cb-list .post-title a:active, .cb-list .post-title a:visited {
  color: #666;
  text-decoration: none;
}
.cb-list .post-title a:hover {
  text-decoration: underline;
}
.cb-list .post-title a:focus {
  background: #666;
  color: #fff;
  outline: none;
  /* alternative list styling */
}
.cb-list-alt .post-title a, .cb-list-alt .post-title a:active, .cb-list-alt .post-title a:visited {
  color: #444;
}
.cb-list-alt .post-title a:focus {
  background: #444;
}
.cb-list .excerpt {
  border-top: 1px solid #d8d8d8;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  /* list items with a thumb */
}
.cb-list-item.has-thumb .thumb {
  margin-left: -15px;
}
.cb-list-item.has-thumb .post-title {
  font-size: 22px;
  line-height: 28px;
}
.ab {
  margin-bottom: 20px;
  max-width: 336px;
  min-width: 300px;
}
.ab .advert {
  display: block;
  margin: 0 auto;
}
.cb-full .cb-article .footer {
  text-align: left;
}
.cb-full .footer a.subscribe-btn {
  background: #d62929;
  border-radius: 15px;
  color: #fff;
  padding: 3px 10px;
  text-decoration: none;
}
.cb-article .footer .addthis_sharing_toolbox {
  float: right;
}
@media screen and (min-width: 650px) {
  .cb {
    width: 336px;
  }
}
.cb-full .cb {
  width: 100%;
}
.cb-full .header {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cb-full .header:before, .cb-full .header:after {
  content: "";
  display: table;
}
.cb-full .header:after {
  clear: both;
}
.cb-full .footer {
  border-top: 1px solid #d8d8d8;
  padding: 20px;
  text-align: right;
}
.cb-full .breadcrumb {
  color: #888;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
.cb-full .breadcrumb a, .cb-full .breadcrumb a:active, .cb-full .breadcrumb a:visited {
  color: #666;
}
.cb-full .breadcrumb a:hover {
  text-decoration: none;
}
.cb-full .title {
  border: none;
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  margin-bottom: 5px;
}
.cb-full .meta {
  margin: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.cb-full .meta-cat {
  float: left;
}
.cb-full .meta-cat a {
  background: #d62929;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  text-decoration: none;
}
.cb-full .meta-social {
  float: right;
}
.cb-full .body {
  padding: 20px;
}
.cb-full .body p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.cb-full .body .aligncenter {
  display: block;
  margin: 20px auto;
}
.cb-full .body .alignleft {
  float: left;
  margin: 20px;
  margin-left: 0;
}
.cb-full .body .alignright {
  float: right;
  margin: 20px;
  margin-right: 0;
}
.cb-full .body .wp-caption-text {
  color: #666;
  font-size: 13px;
}
.cb-full .body a, .cb-full .body a:active, .cb-full .body a:visited {
  color: #666;
}
.cb-full .body a:hover {
  text-decoration: none;
}
.cb-full .inline-mpu {
  background: #d8d8d8;
  margin: 0 auto 20px auto;
  max-width: 100%;
}
@media screen and (min-width: 650px) {
  .cb-full .inline-mpu {
    display: inline;
    float: right;
    margin: 0 0 30px 30px;
    min-height: 250px;
    max-height: 280px;
    min-width: 300px;
    max-width: 336px;
  }
}
.archive-title {
  color: #333;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  margin-bottom: 20px;
  padding: 15px 15px 5px 0;
  width: 100%;
}
.archive-title span {
  font-weight: 600;
}
.pagination {
  background: #fff;
  border-bottom: 2px solid #d7d7d7;
  clear: both;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.page-numbers {
  background: #ddd;
  color: #333;
  display: inline-block;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
.page-numbers.prev {
  width: 40px;
}
.page-numbers.next {
  width: 40px;
}
.page-numbers:hover, .page-numbers.current {
  background: #75797c;
  color: #fff;
}
.page-numbers.dots, .page-numbers.dots:hover {
  background: none;
  color: #333;
}
.cb-full {
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
}
.cb-full h1 {
  margin-bottom: 0.5em;
}
.cb-full p {
  line-height: 1.4em;
}
#event-list-category-selection {
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  display: block;
  text-align: center;
  margin: 10px 0 50px 0;
}
#event-list-category-selection a {
  padding: 10px;
  display: inline-block;
  margin: 10px 10px 0px 0px;
  color: #fff;
  text-decoration: none;
}
#event-list-category-selection a:link, #event-list-category-selection a:visited, #event-list-category-selection a:active {
  background: #d62929;
  margin-bottom: 10px;
}
#event-list-category-selection a:hover {
  background: #bbb9b7;
}
#event-list-category-selection a.active-tab {
  background: #bbb9b7;
}
#event-list-category-selection a .alignright {
  margin-bottom: 0px;
}
#event-selection {
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  margin-bottom: 100px;
}
#event-selection .event-post {
  margin-bottom: 1.5em;
  background-color: #fff;
  padding: 0.5em;
}
#event-selection .event-post h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
#event-selection .event-post h3 a:link, #event-selection .event-post h3 a:visited, #event-selection .event-post h3 a:active {
  color: #b43f3b;
}
#event-selection .event-post p a:link, #event-selection .event-post p a:visited, #event-selection .event-post p a:active {
  color: #fff;
  background-color: #d62929;
  display: inline-block;
  margin-top: 10px;
  padding: 0.5em 1em;
  text-decoration: none;
}
#event-selection .event-post .event-list-logo {
  display: block;
  float: right;
  margin-left: 20px;
  height: 4em;
}
#event-selection .event-post .event-list-logo img {
  height: 100%;
  /*@include bp_max(640){
				display: block;
				text-align: center;
				margin: 0 auto;
				float: none;
				margin-bottom: 10px;
			}*/
}
#event-selection .event-post {
  border-bottom: 0;
}
.footer-blog--wrapper .thumbnail {
  float: left;
  margin-right: 15px;
}
.footer-blog--wrapper .date {
  color: #ea818a;
}
.footer-blog--wrapper .title {
  color: #322d2c;
}
.blog-posts--wrapper .blog-post {
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: url('../img/dots.png') bottom center;
  background-repeat: repeat-x;
  border-bottom: 2px dotted #3d6db4;
  clear: both;
}
.blog-posts--wrapper .blog-post h3 a:link, .blog-posts--wrapper .blog-post h3 a:visited, .blog-posts--wrapper .blog-post h3 a:active {
  text-decoration: none;
}
.blog-posts--wrapper .blog-post h3 a:hover, .blog-posts--wrapper .blog-post h3 a:focus {
  text-decoration: underline;
}
.blog-posts--wrapper .blog-post .blog-post--excerpt a:link, .blog-posts--wrapper .blog-post .blog-post--excerpt a:visited, .blog-posts--wrapper .blog-post .blog-post--excerpt a:active {
  display: block;
  text-decoration: none;
  color: #90c2c2;
  font-weight: 600;
}
.blog-posts--wrapper .blog-post .blog-post--excerpt a:hover, .blog-posts--wrapper .blog-post .blog-post--excerpt a:focus {
  text-decoration: underline;
}
.blog-posts--wrapper .number-pagination {
  text-align: center;
}
.blog-posts--wrapper .number-pagination .page-numbers {
  color: #888;
  width: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  height: 20px;
  box-sizing: border-box;
  line-height: 20px;
  text-decoration: none;
}
.blog-posts--wrapper .number-pagination .page-numbers.current {
  background: #ddd;
  color: #fff;
}
span.h3 {
  font-size: inherit !important;
  font-family: inherit !important;
  padding: 0 !important;
}
div#signup-welcome {
  margin: 20px 0 !important;
}


.cb-full.full-event-details .cb-article .alignright a img {max-width:100%;}