/*
	Theme Name:car
	Theme URI: https://www.climateactionreserve.org
	Description: The 2014 theme design for the climate action reserve
	Version: 1.0
	Author: Kyle Gentile
	Author URI:
	Tags:

	License: MIT
	License URI: https://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
#corsia-offset a{
    background: transparent url("img/climate-action-corsia-button.svg") 10px center no-repeat;
    background-size: 85px auto;
    padding: 10px 0 0 85px;
    padding-top: 30px;
    padding-left: 105px;
}

/* Bootstrap Utilities */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-family: 'Source Sans Pro', sans-serif;
/*    font-size:62.5%;*/
}
.ie8 body, .ie7 body {
    background: url(img/background.png) fixed;
}
body {
    background: url(img/backgroun.jpg) fixed;
    font: 14px/1.4 'Source Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#007cc2;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
h2 {
    font-size: 1.8em;
}
h3{
    font-size: 1.5em;
}
h4 {
    font-size: 1.3em;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width: 1050px;
    margin:0 auto;
    padding:0 60px;
    background: #fff;
}
/* header */
.header {
	/*padding-top: 20px;*/
	margin-bottom: 20px;
}

/*------------------------------------*\
    header
\*------------------------------------*/
.logo {
    float:left;
    padding-top: 1.5em;
    /*width:124px;*/
}
.logo-img {
    max-width: 91%;
}
.header-main {
	height: auto;
	margin-left: 138px;
	position: relative;
}
.header-main .icon-menu-wrapper{
	position: absolute;
	top:30px;
	right:0;
        width:246px;
}
.header-main #login-link {
	color:#939597;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	padding-right: 5px;
        float:left;
}
.header-main form input[type=text]{
	border:1px solid #939597;
	padding: 2px 5px;
	border-radius: 4px;
}

.header .top-bar {
    background-color:#f79727;
    /*padding: 1px 0px 1px 0px;*/
    height: 30px;
    margin: 0px -60px 0px;
}

.header .top-bar .top-bar-links {
    list-style-type: none;
    margin: 5px;
}

.header .top-bar .top-bar-links li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding:0 7px;
    position:relative;
}

.header .top-bar .top-bar-links li:not(:last-child)::after{
    content:"";
    border:1px solid black;
    border-width: 1px 1px 0 0;
    position:absolute;
    right:-3px;
    top:0;
    height:100%;
}
.top-bar {
    overflow:hidden;
}
.top-bar-right {
    float:right;
    padding-right: 55px;
}
.climate-links {
    display:inline-flex;
    text-align: right;
}
.climate-forw-logo {
    max-width:60%;
    height: auto;
    margin-top: 10px;
}
.climate-logos {
    max-width: 90%;
    height: auto;
}
.car-translator-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 1.5rem;
}
#google_language_translator {
    background-color: hsla(0,0%,100%,.2);
    max-width: 30%;
    align-self: center;
    margin: auto;
    border-radius: 1rem;
}
.skiptranslate .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
.skiptranslate .row > p {
    display: inline !important;
    margin: 0 !important;
}
#google_language_translator .skiptranslate select {
    border: 0 none !important;
}
#google_language_translator select {
    background-color: hsla(0,0%,70%,.1) !important;
}
#google_language_translator select option {
    background-color: hsla(0,0%,100%,.1) !important;
}
.translator-top-bar-row {
    display: flex;
    max-height: 20px;
    text-transform: capitalize;
}
.translator-top-bar-row > img {
    margin-top: .3rem;
}
.translator-top-bar-row > select {
    background-color: hsla(0,0%,70%,.1) !important;
    border: 0 none !important;
    border-radius: .2rem;
    text-align: right;
}
/*------------------------------------*\
    MAIN NAV
\*------------------------------------*/
#menu-main {
	padding: .5rem 0 0 0;
	margin: 0;
}
.header-main #search-wrap {
    float: right !important;
    padding: 1rem 0 1rem 0;
}
.nav ul {
	list-style: none;
}
.nav a {
	color:#fff;
	display: table-cell;
	text-transform: uppercase;
	height: 60px;
	width: 105px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
	.nav ul > li {
		float:left;
		position: relative;
		text-align: center;
		background: #f79727;
		margin-left: 8px;
		width: 105px
	}

	.nav ul > li:hover {
		background: #007cc2;
	}
	.nav .sub-menu li:hover {
		background-color: #007cc2;
	}

	.nav .sub-menu li.menu-item-has-children {
		background-image: url(img/arrow.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}

	.nav ul li.sub-menu {
		position: inherit;

	}
		.nav .sub-menu li a {
			text-align: left;
			width: auto;
			height: auto;
			display: block;
			padding: 10px 15px;
		}

		.nav .sub-menu .menu-item-has-children {
			background-image: url(img/arrow.svg);
			background-repeat: no-repeat;
			background-position: right center;
		}

		.nav .menu-item-has-children ul.sub-menu {
		    position: absolute;
                    left:-9999px;
                    z-index: 10000000000;
                    text-align: left;
                    padding: 0;
                    margin: 0;
		}
    .nav ul.sub-menu ul.sub-menu {
        font-size:11px;
    }
		.nav ul.sub-menu li {
			margin: 0px;
			padding: 0;
			width:200px;
		}
		.nav li.menu-item-has-children:hover ul.sub-menu {
			left:0;
		}
		.nav li.menu-item-has-children:hover ul.sub-menu ul.sub-menu {
			left:-9999px;
		}

		.nav li.menu-item-has-children  li.menu-item-has-children {
			position: relative;
		}

		.nav li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu,
        #menu-item-11131:hover ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu
        {
			left:200px;
			top:0;
			z-index: 10000000000;
			bottom: 0;
			background-color: #007cc2;
      display: block;
      content: "";
      clear: both;
      display: table;

		}

		.nav .sub-menu .sub-menu li {
			background-color: #007cc2;
      padding-right: 5px;
		}

    .sub-menu .sub-menu .sub-menu li {
      flex: 1 0 50%;
      background: #3399cc;
    }

    .sub-menu .sub-menu li.menu-item-has-children:hover {
      background-color: #3399cc;
    }

    .sub-menu li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu,
    .sub-menu #menu-item-11131:hover ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 500px;
    }

    .wrapper header .header-main nav #menu-main li.menu-item-has-children:hover .sub-menu  .sub-menu {
      background: #3399cc;
    }

		.nav li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu ul.sub-menu,
        #menu-item-11131:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu ul.sub-menu  {
			display: none;
		}

    /* protocols dropdown*/
    .nav #menu-item-11131 li > ul.sub-menu{
        width:400px;

    }
    .nav li ul.sub-menu {
      background-color: #007cc2;
    }

/*------------------------------------*\
    PAGE BANNER
\*------------------------------------*/
#page-banner {
    position: relative;
}
#banner-title {
    position: absolute;
    top:40px;

}
#banner-title h1 {
    background: #007cc2;
    text-transform: uppercase;
    font-size: 2em;
    color:#fff;
    letter-spacing: -1px;
    font:'Open Sans Condensed', sans-serif;
    font-weight: 500;
    float: left;
    background: url(img/triangle.svg) no-repeat top left;
    margin: 0 0 0 -11px;
    padding: 13px 0 185px 0;
}
    #banner-title h1 span {
        background: #007cc2;
        padding: 0 15px 0 40px;
    }



/*------------------------------------*\
    homepage
\*------------------------------------*/
.col {
  width:290px;
  float:left;
}
.main-col .col h3  {
  font-size:1em;
}
#announcements,
#news {
  margin-right: 30px;
}
.main-col {
  width: 930px;
  float:left;
  margin-right: 0;
}

.col-inner {
  clear: both;
  border-left: 1px solid #0072ad;
  border-right: 1px solid #0072ad;
  border-bottom: 1px solid #0072ad;
  min-height: 300px;
  padding: 10px 4px 20px 4px;
  overflow: hidden;
  margin-bottom: 20px;
}





/*------------------------------------*\
    HOME NAV
\*------------------------------------*/

/* Front Blocks - Chris B. Sept 2017 */
.front-blocks-wrap {
  min-height: 104px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.front-blocks {
  min-height: 104px;
  width: 100%;
  margin-bottom: 18px;
}
.front-blocks:last-child {
  margin: 0;
}

.front-block {
  float: left;
  height: 104px;
  width: 225px;
  padding: 8px;
  background-color: #E7D3C1;
  margin-right: 10px;
}
.front-block:last-child {
  margin-right: 0;
}

.front-block a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ec8f36;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

.front-block a:link,
.front-block a:visited,
.front-block a:hover,
.front-block a:active {
  color: #ec8f36;
  text-decoration: none;
}

#register-offset a {
  background: transparent url(img/register-offset.svg) left center no-repeat;
  background-size: 85px auto;
  padding: 12px 0 0 95px;
}

#use-credits a {
  background: transparent url(img/use-credits.svg) 10px center no-repeat;
  background-size: 70px auto;
  padding: 0 0 0 95px;

}
#measure-climate a {
  background: transparent url(img/measure-climate.svg) left center no-repeat;
  background-size: 60px auto;
  padding: 0 0 0 75px;
}
#view-offset a {
  background: transparent url(img/view-offset.svg) 10px center no-repeat;
  background-size: 50px auto;
  padding: 12px 0 0 70px;
}

#ontario-offset a {
  background: transparent url(img/ontario-offset.svg) 10px center no-repeat;
  background-size: 60px auto;
  padding: 10px 0 0 85px;
}
#mexico-offsets a {
  background: transparent url(img/mexico-offsets.svg) 20px center no-repeat;
  background-size: 60px auto;
  padding: 20px 0 0 90px;
}
#news-events a {
  background: transparent url(img/news-events.svg) 14px center no-repeat;
  background-size: 70px auto;
  padding: 22px 0 0 100px;
}
#webinar-library a {
  background: transparent url(img/webinar-library.svg) 5px center no-repeat;
  background-size: 75px auto;
  padding: 20px 0 0 90px;

}
/*------------------------------------*\
    Home Page
\*------------------------------------*/
h2.col-title {
	text-transform: uppercase;
	font-size: 1.5em;
	color:#fff;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight: 700;
	float: left;
	background: url(img/triangle.svg) no-repeat top left;
	margin: 0 0 0 -12px;
	padding: 20px 0 163px 0;
  display: inline-block;
  letter-spacing: 1px;
}
h2.col-title span {
  background: #007cc2;
  padding: 5px 10px;
  display: inline-block;
  width: 260px;
  margin-top: -4px;
}

#announcements {
	background: url(img/program-updates.jpg) no-repeat;
}
#news {
	background: url(img/news-and-events.jpg) no-repeat;
}
#tweets {
  background: url(img/chalkboard-edited.jpg) no-repeat;
  background-size: 290px 218px;
}
#tweets #kebo_twitter_feed_widget-2 h3 {
  display: none;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner {
    width: 100%;
    position: relative;
}
.tp-caption.custom_banner_caption {
    font:'Open Sans Condensed', sans-serif;
    font-size:28px;
    line-height:1.2em;
    font-weight:500;
    color:#fff;
    text-decoration:none;
    background-color:rgba(0, 0, 0, 0.5);
    padding:10px;
    border-width:0px;
    border-color:#fff;
    border-style:none;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

p {
    color:#808284;
    margin:0 0 15px 0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    margin:0 0 15px 0;
    padding:0;
}
ol, ul, li {
    color:#808284;
}

p.date {
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.error {
    color:#FA6980;
}

.orange-title {
    background: #f79727;
    color:#fff;
    padding:3px 5px;
}

	.orange-title a {
	    color:#fff;
	}
address {
    font-style: normal;
}
p.post-date {
    margin:-15px 0 5px 0px;
}

.home-loops p.date {
  font-weight: normal;
  font-size: 16px;
}

.home-loops h3 a,
.home-loops .read-more a {
  color: #808284;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}

.home-loops h3 a:link,
.home-loops h3 a:visited,
.home-loops h3 a:hover,
.home-loops h3 a:active,
.home-loops .read-more a:link,
.home-loops .read-more a:visited,
.home-loops .read-more a:hover,
.home-loops .read-more a:active{
  color: #808284;
  text-decoration: none;
}
.home-loops h3 a:hover,
.home-loops .read-more a:hover{
  text-decoration: underline;
}

/*------------------------------------*\
	Home Page Sidebar
\*------------------------------------*/
.home-sidebar {
    float:left;
    width:230px;
    padding-top: 15px;
}

.home-sidebar h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	color:#fff;
	letter-spacing: -1px;
	font:'Open Sans Condensed', sans-serif;
	font-weight: 500;
	background: #007cc2;
	padding: 5px 10px;
}
.home-sidebar h3 a {
    color:#fff;
}

/*------------------------------------*\
    ICON MENU
\*------------------------------------*/
.icon-menu {
    margin:0;
    padding:0;
}
.icon-menu li {
    display:inline-block;
    width:30px;
    height: 30px;
    margin-left:4px;
}

.icon-menu li a {
    width:30px;
    height: 30px;
    display: block;
    text-indent: -10000px;
}

.icon-facebook {
    background: url(img/icon-facebook.svg) no-repeat;
}
.icon-twitter {
    background: url(img/icon-twitter.svg) no-repeat;
}
.icon-youtube {
    background: url(img/icon-youtube.svg) no-repeat;
}
.icon-linkedin {
    background: url(img/icon-linkedin.svg) no-repeat;
}
.icon-rss {
    background: url(img/icon-rss.svg) no-repeat;
}
.icon-insta {
	background: url(img/icon-instagram.svg) no-repeat;
}


/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer {
    padding: 30px 0 25px 0;
    margin-bottom: 50px;
}

#footer-menu {
    float:left;
    padding:0;
    margin:0;
    list-style: none;
}
#footer-menu li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right:1px solid #007cc2;
}
#footer-menu li.last-li {
    border-right:none;
}
#footer-menu a {
  color: #007cc2;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family:'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}
#footer-menu a:link,
#footer-menu a:visited,
#footer-menu a:hover,
#footer-menu a:active {
  color: #007cc2;
  text-decoration: none;
}
#footer-menu a:hover {
  text-decoration: underline;
}

.footer .icon-menu {
    float:right;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
.home-page-form {
    margin-bottom: 15px;
    position: relative;
}
.home-page-form input[type=submit]{
    background: none;
    border:1px solid #ddd;
    text-transform: uppercase;
    position: absolute;
    width: 32px;
    top:0;
    right:0px;
    height: 28px;

}
.home-page-form  input[type=email], .home-page-form  input[type=text]{
    border:1px solid #ddd;
    padding:0 2%;
    width: 100%;
    height: 28px;
}
.input-frame {
	padding-right: 40px;
}


/*------------------------------------*\
    accordian
\*------------------------------------*/

#accordian {
	width:560px;
	height: 200px;
	position: relative;
}
	#facts {
		border:10px solid #007cc2;
		border-right: none;
		margin-right: 80px;
		height: 200px;
		width:520px;
		position: absolute;
		top:0;
		left:0;
		z-index: 100;
		background: #fff;
	}
	#videos {
		border:10px solid #7ba7d9;
		border-right: none;
		height: 200px;
		width:520px;
		position: absolute;
		top:0;
		right:0;
		background: #fff;
	}
	#facts-link {
		position: absolute;
		right:40px;
		height: 180px;
		margin: 10px 0;
		background: url(img/tabs.png) #007cc2 no-repeat;
		width: 40px;
		text-indent: -9999px;
		z-index: 200;
	}
	#videos-link {
		position: absolute;
		right:0px;
		background: url(img/tabs.png) #7ba7d9 no-repeat;
		background-position: -40px 0;
		text-indent: -9999px;
		width: 40px;
		height: 180px;
		margin: 10px 0;
		z-index: 200;
	}

	/* when videos is selected */
	.video-active #videos{
		border-color:#007cc2;
		z-index: 150;
	}
	.video-active #videos-link {
		background-color: #007cc2;
	}
	.video-active #facts-link {
		right:auto;
		left:0;
		background-color: #7ba7d9;
	}
	.video-active #facts {
		border-color: #7ba7d9;
	}


	/* content within the accordian styling */
	#stats {
		margin: 10px 20px;
		padding:0;
		background: url(img/facts-bg.svg) no-repeat;
	}
	#stats ul {
		list-style: none;
		padding: 0;
		margin: 0;
		padding: 0 0 0 175px;
		font-size: 18px;
	}
	#facts {}

        .video {
            padding:15px 10px;
        }






/*------------------------------------*\
    PAGES
\*------------------------------------*/
#content-wrapper {
	overflow: hidden;
}
.content {
	float: left;
	padding: 20px 20px 20px 30px;
}
.sidebar {
    width:210px;
    float: left;
}
.breadcrumbs {
	padding: 8px 0;
}
.sidebar h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    font-weight: 500;
    background: #007cc2;
    padding: 5px 10px;
}
#sidebar-menu h3.menu-title{
	margin-bottom:0;
}
#sidebar-menu ul {
    list-style: none;
    margin:0;
    padding:0 15px 0 0;
    font-size: 1.1em;
    line-height: 1.2em;
}
#sidebar-menu a {
    display: block;
}
#sidebar-menu a:hover {
    color:#006692;
}
#sidebar-menu li{
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #007cc2;
}
#sidebar-menu li ul.children li {
    border:none;
    font-size: .8em;
    padding:5px 0 5px 10px;
    text-transform: capitalize;
}
#sidebar-menu li ul.children li a {
    background: none;
}
    #sidebar-menu > li.page_item_has_children a {
        background:url(img/blue-arrow.svg) right center no-repeat;
    }
    /* hide the submenu that is not active*/
    #sidebar-menu .page_item_has_children .children{
        display:none;
    }
    #sidebar-menu ul > li.current_page_item > ul.children {
        display:block;
    }
    #sidebar-menu ul > li.current_page_ancestor > ul.children {
        display:block;
    }
    #sidebar-menu .current_page_item > a {
        font-weight: bold;
    }



/*------------------------------------*\
    Tables
\*------------------------------------*/
table {
    margin: 0 0 15px 0;
}
td, th {
    border:1px solid #ddd;
    padding:5px;
}


/*------------------------------------*\
    Content columns
\*------------------------------------*/
.content-frame {
    width:100%;
}
.content-fourth {
    float:left;
    width:25%;
}

/*------------------------------------*\
    Colored content
\*------------------------------------*/
.content-blue {
    background:#dbe5f1;
}
    .content-blue h2 {
        background: #b8cce4;
        text-transform: uppercase;
        line-height: 1.3em;
        font-size: 1.2em;
    }
.content-orange {
    background:#fde9d9;
}
    .content-orange h2 {
        background: #fabf8f;
        text-transform: uppercase;
        line-height: 1.3em;
        font-size: 1.2em;
    }
.content-purple {
    background:#e5dfec;
}
    .content-purple h2 {
        background: #b2a1c7;
        text-transform: uppercase;
        line-height: 1.3em;
        font-size: 1.2em;
    }
.content-green {
    background:#eaf1dd;
}
    .content-green h2 {
        background: #c2d69b;
        text-transform: uppercase;
        line-height: 1.3em;
        font-size: 1.2em;
    }



/* Offsets Marketplace - 2018-05-14 */
.crt-filtering {
  margin: 20px 0 30px;
}
.crt-filtering h3 {
  margin-bottom: 5px;
}
.crt-filtering ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.crt-filtering li {
  border: 1px solid #007cc2;
  color: #007cc2;
  padding: 5px 15px;
  transition: all 150ms;
}
.crt-filtering li.active {
  border: 1px solid #007cc2;
  background: #007cc2;
  color: #fff;
}
.crt-filtering li:hover {
  border: 1px solid #007cc2;
  background: #007cc2;
  color: #fff;
}
.filter {
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
}

.crt-row-wrapper {
  margin:0 0 15px;
  border:1px solid #808284;
  padding: 15px;
}

.crt-row-wrapper.hide {
  display: none;
}
.crt-row-wrapper.show {
  display: block !important;
}

.crt-row-wrapper > h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  margin: -15px -15px 15px -15px;
}
.crt-row-wrapper > div > h3 {
  font-size: 12px;
  font-weight: bold;
  word-spacing: normal;
  margin: 0;
}

.crt-row--wrapper > div {
  padding-top: 5px;
}

.crt-row--wrapper > div > p {
  font-size:12px;
  padding-top: 5px;
  margin: 0;
}

.crt-brokers {
  background: #e5dfec;
}
  .crt-brokers > h2 {
    background-color: #b2a1c7;

  }
.crt-exchanges {
  background: #eaf1dd;
}
  .crt-exchanges > h2 {
    background: #c2d69b;
  }
.crt-project-developers {
  background: #f7f2c8;
}
  .crt-project-developers > h2 {
    background-color: #f3e576;
  }
.crt-retail {
  background: #dbe5f1;
}
  .crt-retail > h2 {
    background: #b8cce4;
  }
.crt-wholesale {
  background: #fde9d9;
}
  .crt-wholesale > h2 {
    background: #fabf8f;
  }



/*------------------------------------*\
    CRT Market Place
\*------------------------------------*/
.crt-clear {
	clear:both;
}

.crt-wrapper {
	overflow:hidden;
	display:block;
	clear:both;
	float:left;
	width:100%;
	margin:0 0 15px;
	border:1px solid black;
}

.crt-col {
	float:left;
	width:25%;
	padding:0;
	margin:0;
}

.crt-col div {
	clear:both;
	float:left;
	width:100%;
}

.crt-wrapper.top div {
	height:265px;
}

.crt-wrapper.bottom div {
	white-space: nowrap;
	height:110px !important;
	padding-bottom:0;
}

.crt-wrapper .one div {
	background:#dbe5f1;
}

.crt-wrapper .two div {
	background:#fde9d9;
}

.crt-wrapper .three div {
	background:#e5dfec;
}

.crt-wrapper .four div {
	background:#eaf1dd;
}

.crt-wrapper div h2 {
	font-size:16px !important;
	font-weight:bold !important;
	text-transform:uppercase !important;
	width:98% !important;
	padding:1% 0 1% 2% !important;
	margin:0 !important;
}

.crt-wrapper div h3 {
	font-size:12px !important;
	font-weight:bold !important;
	width:98% !important;
	padding:1% 0 1% 2% !important;
	margin:0 !important;
	white-space:normal !important;
}

.crt-wrapper div p {
	clear:both;
	float:left;
	font-size:12px;
	width:96%;
	padding:5px 2% 0 2%;
	margin:0;
}

.crt-wrapper .one h2,
.crt-wrapper .one h3 {
	background:#b8cce4;
}

.crt-wrapper .two h2,
.crt-wrapper .two h3 {
	background:#fabf8f;
}

.crt-wrapper .three h2,
.crt-wrapper .three h3 {
	background:#b2a1c7;
}

.crt-wrapper .four h2,
.crt-wrapper .four h3 {
	background:#c2d69b;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.9em;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.tribe-events-schedule h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #007cc2;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: block;
  margin-bottom: 0;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #007cc2;
  clear: both;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
  margin: 0;
}

.recurring-event-tba {
  display: none;
}
.recurring-event .event-time,
.recurring-event .tribe-event-date-end,
.recurring-event.tribe-events-schedule .timezone {
  display: none;
}
.recurring-event .recurring-event-tba {
  display: inline;
}

.events-button {
  margin: 20px 0;
  color: #fff;
  background-color: #007cc2;
  padding: 16px 14px;
  text-align: center;
  display: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  width: 196px;
}
.events-button:hover {
  color: #fff;
  background-color: #005089;
}
.news-and-events .events-button {
  display: inline-block;
}


.news-and-events article.post,
.category article.post {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.tag .post + .post{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #000;
}

/* WEBINAR RELATED STYLES
   ============================= */
.webinar-library .title { padding-top: 35px; padding-bottom: 15px; }
.webinar-library .articles { margin-bottom: 35px; }
.webinar-library .content { float: none; width: 100%; border: 0; padding: 0; }

.webinar-library .articles .webinar-tiles { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 35px 25px; }
.webinar-library .articles .webinar-tiles span.empty { grid-column: span 3; text-align: center; font-style: italic; }

.webinar-library #content-wrapper {
	overflow: visible;
}
.webinar-library .tag-list {
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 300px;
}
.webinar-library .tag-list .dropdown-trigger {
	border: 1px solid #ccc;
	color: #444;
	padding: 10px 30px 10px 10px;
	text-transform: uppercase;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.webinar-library .tag-list .dropdown-trigger:after {
	content: '\203A';
    position: absolute;
    display: block;
    font-weight: bold;
    font-size: 2.1em;
    transform: rotate(-90deg);
    transition: .4s;
    color: #f79727;
    top: 0;
    right: 13px;
}
.webinar-library .tag-list .dropdown-trigger.open:after {
    transform: rotate(-90deg) scaleX(-1);
}
.webinar-library .tag-list button {
	appearance: none;
	outline: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.webinar-library .tag-list .tag-list-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255, 255, 255, .95);
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	border-bottom: 2px solid #f79727;
	box-shadow: 0 4px 8px #ccc;
	display: none;
}
.webinar-library .tag-list .tag-list-dropdown button {
	display: block;
	padding: 10px;
	width: 100%;
	text-align: left;
}
.webinar-library .tag-list .tag-list-dropdown button:hover,
.webinar-library .tag-list .tag-list-dropdown button:focus {
	background: rgba(68, 68, 68, .2);
}
.webinar-library .tag-list .tag-list-dropdown button.active {
	text-decoration: underline;
}

.webinar-library .pagination { display: flex; width: 100%; justify-content: flex-end; }
.webinar-library .pagination a,
.webinar-library .pagination span {
    font-size: 16px;
}

.webinar-library .webinar-box {
    box-shadow: 0 5px 20px rgba(136,196,244,0.25);
    background-color: #fff;
    cursor: pointer;
    transition: transform 350ms ease,box-shadow 350ms ease;
    color: #444;
}

.webinar-box__content {
    padding: 20px;
}

.webinar-library .webinar-box:hover {
    transform: translate3d(0, -5px, 0);
    cursor: pointer;
}

.webinar-library .webinar-box__title { }
.webinar-library .webinar-box__label {
    font-size: .72222rem;
    letter-spacing: 0.25px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.webinar-library .webinar-box__summary {}

.webinar-library .pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding: 4px 10px;
    min-width: 15px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #64aadd;
}

.webinar-library .pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.webinar-library .pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279bb;
    color:#fff;
}

#webinar-search-form {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

#webinar-search-form input[type="text"] {
    border: none;
    border-bottom: 1px solid #ccc;
    min-width: 250px;
    max-width: 100%;
}

#webinar-search-form button {
    background: transparent;
    border: none;
}

/* Single Webinar Pages
   ============================= */
.single-webinar #content-wrapper { display: flex; flex-wrap: nowrap; padding-top: 35px; }
.single-webinar main { border: 0; width: 75%; padding: 0; float: none !important; display: inline-block; }
.single-webinar aside {
    width: 25%;
    float: none;
    display: inline-block;
}

.single-webinar section { margin-top: 35px; }

/* Webinar Buttons
   ============================= */
.btn--lightblue { display: inline-block; background: #63a9dc; color: white; padding: 10px; margin-right: 15px; transition: .25s ease; }
.btn--lightblue:hover { color: white; background: #359dd4; }
/*.btn--small { padding: 5px; }*/
/*.btn--rounded { border-radius: 6px; }*/

/* Webinar Tags
   ============================= */
.webinar-tags a { padding: 0; display: block; text-transform: capitalize; }
.webinar-tags h4 { margin-bottom: 10px; }
.webinar-categories a { display: block; text-transform: capitalize; }

/* Utilities
   ============================= */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.color-orange {
    color: #f79727;
}

.mb-0 {
    margin-bottom: 0;
}

/* Category Blog: Tags Filter */
.chosen-wrapper {
    margin: 0 auto 25px;
    max-width: 400px;
    position: relative;
    cursor: pointer;
}

.chosen-wrapper .active-result {
    padding-left: 10px !important;
    text-transform: none !important;
    font-size: 14px;
}

.chosen-wrapper:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 18px;
    right: 10%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, .5);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9;
}

.chosen-wrapper .chosen-drop {
    display: none;
}

.chosen-wrapper.is-active .chosen-drop {
    display: initial !important;
}

.chosen-wrapper.is-active:after {
    border-top: 5px solid rgba(0, 0, 0, 1);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.chosen-wrapper .chosen-container .chosen-single {
    border-radius: 0;
    height: 36px;
    border: solid 1px #d9d9d9;
    background: #fff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 36px;
    transition: all 0.3s ease;
    box-shadow: none;
    background: #fff;
    margin-top: 10px;
}
.chosen-wrapper .chosen-container .chosen-single b {
    display: none !important;
}
.chosen-wrapper .chosen-container .chosen-single span {
    letter-spacing: 0;
    padding: 0;
    line-height: inherit;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
    color: #000;
    background-image: none;
}

.chosen-wrapper .chosen-container span {
    color: #8f9193;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none;
}
.chosen-wrapper .chosen-container .chosen-drop {
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    border-width: 0 2px 2px;
    border-color: #000;
    margin-top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
}
.chosen-wrapper .chosen-container .chosen-results {
    font-size: 14px;
    color: #000;
    max-height: 245px;
    margin: 0;
    padding: 0 !important;
}
.chosen-wrapper .chosen-container .chosen-results li {
    padding: 16px 30px 18px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    line-height: 20px;
}
.chosen-wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #eee !important;
    color: #000;
    background-image: none;
}

/* Category Blog: Search Form */
.search .sidebar #search-wrap,
.category-blog .sidebar #search-wrap {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 95% !important;
}

.search .sidebar .searchform input[type="text"],
.category-blog .sidebar .searchform input[type="text"] {
    outline: none !important;
    border: 1px solid #ccc !important;
    padding: 6px !important;
    width: 65%;
}

.search .sidebar .searchform input[type="submit"],
.category-blog .sidebar .searchform input[type="submit"] {
    background: transparent;
    border: 1px solid #ccc;
    padding: 6px;
    color: #888;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    width: 30%;
}

/* Webinars
   ============================= */
.page-template-template-webinar-library .webinar-box .webinar-box__image img {
	width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Single Blog Posts
   ============================= */
body.single.single-post main.content article.post div.comments {
	display: none;
}