/* Partners Section CSS */
.grid-block-container {
		float: left;
		width: 100%;
		margin: 0px 0 0 0px;
		height: 90%;
	}
	.grid-block {
		position: relative;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 0 20px 0;
		overflow:hidden;
	}
	.thumbnail.grid-block{
	padding: 0px!important;
	}
	.grid-block img{
        position:absolute;
        z-index:22;
	}

        .grid-block-container > :first-child, .grid-block-container > :nth(4)-child { margin-left: 0 !important; }

	.grid-block h4 {
		font-size: .9em;
		color: #333;
		background: #f5f5f5;
		margin: 0;
		padding: 10px;
		border: 1px solid #ddd;
	}
	
	.caption {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(76, 95, 116, 1);
		width: 100%;
		height: 100%;
		border-radius: 4px;
		z-index: 700;
	}
	.caption h3, .caption p {
		color: #fff;
		margin: 5px;
	}
	.caption h3 {
		margin: 5px;
		font-size: 16px;
		text-transform: none;
	}
	.caption p {
		font-size: 1em;
		line-height: 1.5em;
		margin: 5px;
	}
	.caption a.learn-more {
		padding: 5px 10px;
		background: #08c;
		color: #fff;
		border-radius: 2px;
		-moz-border-radius: 2px;
		font-weight: bold;
		text-decoration: none;
	}
	.caption a.learn-more:hover {
		background: #fff;
		color: #08c;
	}

ul#menu-partners-menu{
	
		list-style: none;
		text-transform: uppercase;
		
	}
	.menu-item-categories{
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	
	.menu-item-categories a:link,
	.menu-item-categories a:hover,
	.menu-item-categories a:active,
	.menu-item-categories a:visited
	{
		text-transform: none;
		text-decoration: none;
		color: #666;
		cursor: default;
		
	}
	.grid-block.open-interfaces {
    width: 125px!important;
    height: 125px!important;
}
#filter-container{
padding-left: 0!important;
}

.list-group-item{
padding:0;
}

.responsive-crop{
		width:100%;
		height:260px;
		background-image:url(/wp-content/uploads/2014/08/connect-header1.gif);
		background-size:cover;
		background-position:center; /* IE fix */
	}
	
.hero-cc-customers .responsive-crop{
			width:100%;
			height:260px;
			/* background-image:url(/wp-content/uploads/2014/08/connect-header1.gif); */
			background-image: none!important;
			background-color: #ccc;
			background-size:cover;
			background-position:center; /* IE fix */
		}
	
	
	.responsive-scale{
		width:100%;
		padding-bottom: 66.666666666667%; /* 960px/1440px */
		background-image:url(/wp-content/uploads/2014/08/connect-header1.gif);
		background-size:cover;
		background-position:center; /* IE fix */
	}
	 
	 .responsive-crop .container .hero-unit{
			margin: 0 auto;
			text-align: center;
	 }
	 .responsive-crop h1{
	 		font-size: 18px !important;
	 		color: #fff;
	 }   
	 .responsive-crop .container .hero-unit p{
	 line-height: 28px;
	 }
	 .responsive-crop .connect-title{
	 	color: #fff!important;
	 	font-size: 45px!important;
	 	font-weight: 300!important;
	 	margin-top: 100px!important;
	 }
	.open-int-thumb img{
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border: 1px solid #e8e8e8;
		
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
		
	}
	
	.row.open-interfaces .thumbnail{
		border: none!important;
		box-shadow: none!important;
	}
	/* Partner Content */
	.partner-details p{
		color: #fff;
	}
	
	
/* LR Ccode */	
.star-badge {
         font-size: small;
         background: rgba(35, 155, 222,0.75);
         color: #e6c200 ;
         padding: 0.7rem 0.75rem 0.5rem;
         -webkit-transition: padding 100ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
         transition: padding 100ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
         position: relative;
         /* top: 0; */
         /* right: 0; */
         float: right;
         margin-right: -0px;
         margin-top: -0px;
        margin-left:0px;
	z-index: 550;
     }
.beta-badge {
         font-size: small;
         background: rgba(129, 214, 104,0.75);
         color: #e6c200;
         padding: 0.7rem 0.75rem 0.5rem;
         -webkit-transition: padding 100ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
         transition: padding 100ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
        position: relative;
        /* top: 0; */
        /* right: 0; */
        float: right;
        margin-top: -0px;
	z-index: 500;    
 }
.exist-customer-btn{
	font-size: 11px;
}
.modal {
	top: 25%;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.modal-body{
	height: 400px;
}

/* Left Menu */	
.left-menu ul{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.left-menu ul li{
	text-transform: uppercase;
	font-size: ;
	height: 35px;
}
.left-menu ul li a{
	padding: 5px 15px;
	border-radius: 32px;
	color: #79828B;
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-weight: 400;
}
.left-menu ul li a:hover{
	background-color: #f9f9f9;
}
.left-menu ul li a:active{
	background-color: #009bde;
	color: #fff;
}
.left-menu ul li a:visited{
	background-color: transparent;
}

.left-menu ul li.current-menu-item a{
	background-color: #009bde;
	color: #fff!important;
}

.left-menu p{
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}

/* END Left Menu */	

/* Signup form */	
.signup-form{

	position: relative;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f3f5f9;
	padding: 15px;
	margin-bottom: 30px;
}

.signup-form .embedded-marketo-form label, 
.signup-form .embedded-marketo-form .mktoFormRow div div label{
	
	font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
	font-size: 13px !important;
	font-weight:normal !important;
	width: 120px !important;
}

.signup-form .embedded-marketo-form form{
	width: 100% !important;
}

.signup-form .embedded-marketo-form button{
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 20px !important;
	    font-weight: 400;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    margin-top: 5px !important;
	    width: 180px;
	    font-size: 16px !important;
	    color: white !important;
	    line-height: 1.33;
	    background-color: #009bde !important;
	    border: 2px solid #009bde;
	    background-image: none !important;
	    margin-left: -90px!important;
		   
}
.signup-form .embedded-marketo-form fieldset{
	padding-right:0 !important;
}

.signup-form .embedded-marketo-form .mktoButtonWrap{
	/*margin-left: 140px !important;*/
}

.signup-form .embedded-marketo-form legend{
	font-size: 18px;
	    line-height: 28px;
	    font-weight: 300;
	    padding: 30px 0 20px 0 !important;
	    margin: 0 0 20px 0;
	    text-align: center;
	    color: #79828B !important;
}


.signup-form .embedded-marketo-form input[type="text"],
.signup-form .embedded-marketo-form input[type="email"],
.signup-form .embedded-marketo-form input[type="tel"],
.signup-form .embedded-marketo-form select{

    display: block;
	/*width:180px !important;*/
	width: 98% !important;
	
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.signup-form .embedded-marketo-form .mktoForm fieldset {
    border: none;
}


/* END Signup form */


.small-copy{
font-size: 11px;
line-height: 13px;	
color: #ccc;
margin: 20px 0 20px 0;
}
.partner-column .page-title{
	margin-bottom: 0;
}
.partner-column .page-header p{
	text-transform: uppercase;
	font-size:1.1em;
	margin-bottom: 0;
}

.partner-column .entry-content ul{
	margin: 0 0 40px 0;
	padding: 0 20px;
}
.partner-column .entry-content ul li{
	font-size: 1.2em;
	padding-bottom: 5px;
}

.partner-column .grid-block{
	width: 150px;
	height: 150px;
}
.partner-column .grid-block img{
	position:absolute;
	z-index:22;
}

.logos-grid h4{
	font-size: 16px;
	font-family: "Gotham Rounded A", "Gotham Rounded B";
	font-weight:normal;
	color: #79828B;
}

.m-t-20 h3{
	font-size:1.7em;
	font-weight: normal;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 20!important;
}

.details-tabs .section-tabs li a{
	font-size:1.7em;
	font-weight: normal;
	color: #585858;
	border-bottom:1px solid #585858 !important;
	margin-right: 10px;
}
.details-tabs .section-tabs li.active a {
    color: #fff !important;
    border-bottom:1px solid #fff !important;
    }
	
.btn-rounded{
	border-radius: 32px !important;
}
.content-block{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.panel-transparent {
    border-color: transparent;
}
.no-shadow {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.p-t-15{padding-top: 15px !important;}
.p-t-30{padding-top: 30px;}
.p-b-15{padding-bottom: 15px !important;}
.p-b-30{padding-bottom: 30px;}
.m-t-20{margin-top: 20px;}
.m-t-30{margin-top: 30px !important; text-transform: none;
}
.m-t-40{margin-top: 40px;}
.m-t-50{margin-top: 50px;}
.m-r-10{margin-right: 10px;}
.m-r-20{margin-right: 20px;}
.m-l-5{margin-left: 5px;}
.m-l-10{margin-left: 10px;}
.m-l-30{margin-left: 30px;}

.bg-light-grey{
	background-color: #f1f1f1;
}
.bg-dark-blue{
	background-color: #4C5F74;
	color:#fff;
}
.bg-dark-blue a{
	color: #fff;
}
.bg-dark-blue a:hover{
	color: #f1f1f1;
}

.no-case{
	text-transform:none;
}



/* END LR Ccode */	
	
/* END PARTNERS */

/* CC logo color */
.navbar-fixed-top {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  margin-bottom: 0;
  border-radius: 0;
  width: 100%;
  position: fixed;
  z-index: 99990;
  top: 0;
  margin: 0;
  font-size: 16px;
  min-height: 53px;
  border: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.navbar-fixed-top .brand {
  display: block;
  width: 173px;
  height: 46px;
  background: url('../../assets/images/carecloud-logo-white.png') left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 15px;
  float: left;
}
@media (min-width: 1024px) {
  .navbar-fixed-top .brand {
    margin-top: 35px;
  }
}
.navbar-fixed-top .navbar {
  margin-bottom: 0;
}
.navbar-fixed-top .navbar .main-menu {
  clear: right;
}
.navbar-fixed-top .navbar .main-menu ul {
  list-style-type: none;
}
.navbar-fixed-top .navbar .nav > li,
.navbar-fixed-top .navbar .nav ul > li {
  float: left;
  margin-left: 30px;
}
.navbar-fixed-top .navbar .nav > li .sub-menu,
.navbar-fixed-top .navbar .nav ul > li .sub-menu {
  position: absolute;
  top: 74px;
  margin: 0;
  padding: 0 20px 10px;
  left: -2px;
  min-width: 250px;
}
.navbar-fixed-top .navbar .nav > li .sub-menu.paint-submenu,
.navbar-fixed-top .navbar .nav ul > li .sub-menu.paint-submenu {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
}
.navbar-fixed-top .navbar .nav > li .sub-menu > li,
.navbar-fixed-top .navbar .nav ul > li .sub-menu > li {
  margin-left: 0;
}
.navbar-fixed-top .navbar .nav > li .sub-menu > li > a,
.navbar-fixed-top .navbar .nav ul > li .sub-menu > li > a {
  display: table;
  padding: 0 0 10px;
}
.navbar-fixed-top .navbar .nav > li:first-child,
.navbar-fixed-top .navbar .nav ul > li:first-child {
  margin-left: 0;
}
.navbar-fixed-top .navbar .nav > li > a,
.navbar-fixed-top .navbar .nav ul > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0 33px;
}
.navbar-fixed-top .navbar .nav > li > a:hover,
.navbar-fixed-top .navbar .nav ul > li > a:hover,
.navbar-fixed-top .navbar .nav > li > a:focus,
.navbar-fixed-top .navbar .nav ul > li > a:focus {
  color: #bdc3c7;
  background: none;
}
@media (max-width: 1199px) {
  .navbar-fixed-top .navbar .nav > li,
  .navbar-fixed-top .navbar .nav ul > li {
    margin-left: 12px;
  }
}
.navbar-fixed-top .navbar .nav > li > ul,
.navbar-fixed-top .navbar .nav ul > li > ul {
  display: none;
}
.navbar-fixed-top .navbar .nav > li > ul li,
.navbar-fixed-top .navbar .nav ul > li > ul li {
  float: none;
}
.navbar-fixed-top .navbar .nav > li:hover > ul,
.navbar-fixed-top .navbar .nav ul > li:hover > ul {
  display: block;
}
.navbar-fixed-top .navbar .navbar-toggle {
  margin: 30px 0 10px;
  color: white;
  padding: 8px 25px;
  background: none;
  border: 1px solid #ffffff;
}
.navbar-fixed-top .navbar .navbar-toggle .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 1.5em;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */
}
.navbar-fixed-top .navbar .navbar-toggle .cd-menu-icon::before,
.navbar-fixed-top .navbar .navbar-toggle .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.navbar-fixed-top .navbar .navbar-toggle .cd-menu-icon::after {
  top: 5px;
}
.navbar-fixed-top .navbar .navbar-toggle .cd-menu-icon::before {
  bottom: 5px;
}
.navbar-fixed-top .navbar .navbar-toggle .cd-menu-text {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .navbar-fixed-top .navbar .navbar-toggle .cd-menu-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-fixed-top .navbar .navbar-toggle {
    padding: 0;
    width: 45px;
    height: 30px;
  }
}
.navbar-fixed-top .navbar .nav-info > li > a {
  padding: 4px 0 0;
  text-transform: capitalize;
  font-size: 12px;
  color: #cccccc;
}
.navbar-fixed-top .navbar-form {
  padding: 4px 0 17px 40px;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-form.tochange {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  margin-top: 30px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.navbar-fixed-top .navbar-form .btn {
  padding: 5px 20px;
  font-weight: 300;
  font-size: 14px;
}
.navbar-fixed-top .navbar-form .btn.ghost {
  border-width: 1px;
}
@media (max-width: 1199px) {
  .navbar-fixed-top .navbar-form {
    padding: 4px 0 17px 15px;
  }
}
@media (max-width: 1023px) {
  .navbar-fixed-top .brand {
    left: 50% !important;
    margin-left: -86.5px;
    position: absolute;
  }
  .navbar-fixed-top .container {
    width: 100%;
  }
  .navbar-fixed-top .full-nav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-fixed-top .navs {
    display: none !important;
  }
  .navbar-fixed-top .navbar-form.tochange {
    display: block;
  }
  .navbar-fixed-top .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top .navbar-header {
    float: none;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navs {
    display: none !important;
  }
  .navbar-fixed-top .navbar-form.tochange {
    display: block;
  }
  .navbar-fixed-top .navbar-form.tochange .btn-login {
    display: none;
  }
}
@media (max-width: 468px) {
  .navbar-fixed-top .navbar-form.tochange {
    display: block;
  }
  .navbar-fixed-top .navbar-form.tochange .btn-login {
    display: none;
  }
  .navbar-fixed-top .navbar-form.tochange .btn-demo span {
    display: none;
  }
  .navbar-fixed-top .container {
    padding: 0;
  }
}
.navbar-fixed-top.nav-on-scroll {
  background: #ffffff;
  border-bottom: 1px solid #ccc;
}
.navbar-fixed-top.nav-on-scroll .navbar .nav > li > a,
.navbar-fixed-top.nav-on-scroll .navbar .nav ul > li > a,
.navbar-fixed-top.nav-on-scroll .navbar .brand,
.navbar-fixed-top.nav-on-scroll .navbar .navbar-toggle {
  color: #666666;
  border-color: #666666;
}
.navbar-fixed-top.nav-on-scroll .navbar .nav > li > a .cd-menu-icon,
.navbar-fixed-top.nav-on-scroll .navbar .nav ul > li > a .cd-menu-icon,
.navbar-fixed-top.nav-on-scroll .navbar .brand .cd-menu-icon,
.navbar-fixed-top.nav-on-scroll .navbar .navbar-toggle .cd-menu-icon {
  background-color: #666666;
}
.navbar-fixed-top.nav-on-scroll .brand {
  background-image: url('../../assets/images/carecloud-logo-blue.png');
}
.navbar-collapse {
  display: block !important;
  box-shadow: none;
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 101;
  display: none;
  padding: 25px 0;
  overflow: auto;
  background: #222527;
  min-height: 100%;
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navbar-collapse::-webkit-scrollbar {
  display: none;
}
.navbar-collapse > .nav li {
  margin: 0;
}
.navbar-collapse > .nav li > a {
  display: block;
  padding: .8em;
  border-bottom: 2px solid #24292d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #5b5e61;
  text-transform: uppercase;
}
.navbar-collapse > .nav li > a:focus,
.navbar-collapse > .nav li > a:hover,
.navbar-collapse > .nav li > a:active {
  color: #ffffff;
  background: none;
}
.navbar-collapse > .nav li.menu-item-has-children > a {
  font-weight: 600;
}
.navbar-collapse > .nav li.menu-item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url('../../assets/images/cd-arrow.svg') no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.navbar-collapse > .nav li.menu-item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.navbar-collapse > .nav li .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
  list-style: none;
}
.navbar-collapse > .nav li .sub-menu > li a {
  padding: 5px 0;
  border-bottom: 0;
}
.navbar-collapse.slide-in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.navbar-collapse .navbar-form {
  padding: 10px;
  margin-left: 0;
  margin-right: 0;
}
.navbar-collapse .navbar-form .btn {
  padding: 8px 20px !important;
  font-size: 12px !important;
}
.navbar-collapse .contact-social {
  margin-top: 40px;
  border-bottom: 2px solid #24292d;
  padding: 10px;
}
.navbar-collapse .contact-social h2 {
  font-size: 1.1em;
}
.navbar-collapse .contact-social a {
  font-size: .8em;
}
.navbar-collapse .contact-social a.phone {
  font-size: 1em;
}
.page-wrapper {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.page-wrapper.slide-out {
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  -ms-transform: translateX(280px);
  -o-transform: translateX(280px);
  transform: translateX(280px);
}
.page-wrapper.slide-out .cd-overlay {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: none;
  z-index: 100;
}
body {
  font-weight: 300;
  overflow-x: hidden;
}
body section#vid {
  z-index: 0;
  overflow: hidden;
}
body footer {
  position: relative;
  z-index: 2;
}
body .page-wrapper {
  background-color: #ffffff;
}
body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}
body .hentry {
  margin: 0;
  position: relative;
  background-color: #ffffff;
}
body.blog .hero-cc-blog,
body.single .hero-cc-blog,
body.archive.category .hero-cc-blog,
body.post-type-archive-leaderships .hero-cc-blog,
body.archive.tax-leaderships_category .hero-cc-blog,
body.post-type-archive-resources .hero-cc-blog, 
body.post-type-archive-partners .hero-cc-blog {
  height: 289px;
  min-height: 289px;
  background-image: url('../../assets/images/blog-header-bg.jpg');
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.blog .hero-cc-blog.v-center,
body.single .hero-cc-blog.v-center,
body.archive.category .hero-cc-blog.v-center,
body.post-type-archive-leaderships .hero-cc-blog.v-center,
body.archive.tax-leaderships_category .hero-cc-blog.v-center,
body.post-type-archive-resources .hero-cc-blog.v-center,
body.post-type-archive-partners .hero-cc-blog.v-center,
body.blog .hero-cc-blog .v-center,
body.single .hero-cc-blog .v-center,
body.archive.category .hero-cc-blog .v-center,
body.post-type-archive-leaderships .hero-cc-blog .v-center,
body.archive.tax-leaderships_category .hero-cc-blog .v-center,
body.post-type-archive-resources .hero-cc-blog .v-center, 
body.post-type-archive-partners .hero-cc-blog .v-center {
  display: table;
  width: 100%;
}
body.blog .hero-cc-blog.v-center > div,
body.single .hero-cc-blog.v-center > div,
body.archive.category .hero-cc-blog.v-center > div,
body.post-type-archive-leaderships .hero-cc-blog.v-center > div,
body.archive.tax-leaderships_category .hero-cc-blog.v-center > div,
body.post-type-archive-resources .hero-cc-blog.v-center > div,
body.post-type-archive-partners .hero-cc-blog.v-center > div,
body.blog .hero-cc-blog .v-center > div,
body.single .hero-cc-blog .v-center > div,
body.archive.category .hero-cc-blog .v-center > div,
body.post-type-archive-leaderships .hero-cc-blog .v-center > div,
body.archive.tax-leaderships_category .hero-cc-blog .v-center > div,
body.post-type-archive-resources .hero-cc-blog .v-center > div, 
body.post-type-archive-partners .hero-cc-blog .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  body.blog .hero-cc-blog.v-center.row:before,
  body.single .hero-cc-blog.v-center.row:before,
  body.archive.category .hero-cc-blog.v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-blog.v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center.row:before,
  body.post-type-archive-resources .hero-cc-blog.v-center.row:before,
  body.post-type-archive-partners .hero-cc-blog.v-center.row:before,
  body.blog .hero-cc-blog .v-center.row:before,
  body.single .hero-cc-blog .v-center.row:before,
  body.archive.category .hero-cc-blog .v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-blog .v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center.row:before,
  body.post-type-archive-resources .hero-cc-blog .v-center.row:before,
  body.post-type-archive-partners .hero-cc-blog .v-center.row:before,
  body.blog .hero-cc-blog.v-center.row:after,
  body.single .hero-cc-blog.v-center.row:after,
  body.archive.category .hero-cc-blog.v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-blog.v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center.row:after,
  body.post-type-archive-resources .hero-cc-blog.v-center.row:after,
  body.post-type-archive-partners .hero-cc-blog.v-center.row:after,
  body.blog .hero-cc-blog .v-center.row:after,
  body.single .hero-cc-blog .v-center.row:after,
  body.archive.category .hero-cc-blog .v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-blog .v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center.row:after,
  body.post-type-archive-resources .hero-cc-blog .v-center.row:after,
  body.post-type-archive-partners .hero-cc-blog .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body.blog .hero-cc-blog.v-center,
  body.single .hero-cc-blog.v-center,
  body.archive.category .hero-cc-blog.v-center,
  body.post-type-archive-leaderships .hero-cc-blog.v-center,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center,
  body.post-type-archive-resources .hero-cc-blog.v-center,
  body.post-type-archive-partners .hero-cc-blog.v-center,
  body.blog .hero-cc-blog .v-center,
  body.single .hero-cc-blog .v-center,
  body.archive.category .hero-cc-blog .v-center,
  body.post-type-archive-leaderships .hero-cc-blog .v-center,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center,
  body.post-type-archive-resources .hero-cc-blog .v-center,
  body.post-type-archive-partners .hero-cc-blog .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.blog .hero-cc-blog.v-center.row,
  body.single .hero-cc-blog.v-center.row,
  body.archive.category .hero-cc-blog.v-center.row,
  body.post-type-archive-leaderships .hero-cc-blog.v-center.row,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center.row,
  body.post-type-archive-resources .hero-cc-blog.v-center.row,
  body.post-type-archive-partners .hero-cc-blog.v-center.row,
  body.blog .hero-cc-blog .v-center.row,
  body.single .hero-cc-blog .v-center.row,
  body.archive.category .hero-cc-blog .v-center.row,
  body.post-type-archive-leaderships .hero-cc-blog .v-center.row,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center.row,
  body.post-type-archive-resources .hero-cc-blog .v-center.row,
  body.post-type-archive-partners .hero-cc-blog .v-center.row {
    display: block;
    width: auto;
  }
  body.blog .hero-cc-blog.v-center.row:before,
  body.single .hero-cc-blog.v-center.row:before,
  body.archive.category .hero-cc-blog.v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-blog.v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center.row:before,
  body.post-type-archive-resources .hero-cc-blog.v-center.row:before,
  body.post-type-archive-partners .hero-cc-blog.v-center.row:before,
  body.blog .hero-cc-blog .v-center.row:before,
  body.single .hero-cc-blog .v-center.row:before,
  body.archive.category .hero-cc-blog .v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-blog .v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center.row:before,
  body.post-type-archive-resources .hero-cc-blog .v-center.row:before,
  body.post-type-archive-partners .hero-cc-blog .v-center.row:before,
  body.blog .hero-cc-blog.v-center.row:after,
  body.single .hero-cc-blog.v-center.row:after,
  body.archive.category .hero-cc-blog.v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-blog.v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center.row:after,
  body.post-type-archive-resources .hero-cc-blog.v-center.row:after,
  body.post-type-archive-partners .hero-cc-blog.v-center.row:after,
  body.blog .hero-cc-blog .v-center.row:after,
  body.single .hero-cc-blog .v-center.row:after,
  body.archive.category .hero-cc-blog .v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-blog .v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center.row:after,
  body.post-type-archive-resources .hero-cc-blog .v-center.row:after,
  body.post-type-archive-partners .hero-cc-blog .v-center.row:after {
    display: none;
  }
  body.blog .hero-cc-blog.v-center.row > *,
  body.single .hero-cc-blog.v-center.row > *,
  body.archive.category .hero-cc-blog.v-center.row > *,
  body.post-type-archive-leaderships .hero-cc-blog.v-center.row > *,
  body.archive.tax-leaderships_category .hero-cc-blog.v-center.row > *,
  body.post-type-archive-resources .hero-cc-blog.v-center.row > *,
  body.post-type-archive-partners .hero-cc-blog.v-center.row > *,
  body.blog .hero-cc-blog .v-center.row > *,
  body.single .hero-cc-blog .v-center.row > *,
  body.archive.category .hero-cc-blog .v-center.row > *,
  body.post-type-archive-leaderships .hero-cc-blog .v-center.row > *,
  body.archive.tax-leaderships_category .hero-cc-blog .v-center.row > *,
  body.post-type-archive-resources .hero-cc-blog .v-center.row > *,
  body.post-type-archive-partners .hero-cc-blog .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
body.blog .hero-cc-blog .hero-unit h1,
body.single .hero-cc-blog .hero-unit h1,
body.archive.category .hero-cc-blog .hero-unit h1,
body.post-type-archive-leaderships .hero-cc-blog .hero-unit h1,
body.archive.tax-leaderships_category .hero-cc-blog .hero-unit h1,
body.post-type-archive-resources .hero-cc-blog .hero-unit h1,
body.post-type-archive-partners .hero-cc-blog .hero-unit h1 {
  color: #ffffff;
}
body.blog .hero-cc-leaderships,
body.single .hero-cc-leaderships,
body.archive.category .hero-cc-leaderships,
body.post-type-archive-leaderships .hero-cc-leaderships,
body.archive.tax-leaderships_category .hero-cc-leaderships,
body.post-type-archive-resources .hero-cc-leaderships,
body.post-type-archive-partners .hero-cc-leaderships {
  height: 300px;
  min-height: 370px;
  background-color: #0080bb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: -webkit-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: -o-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: linear-gradient(45deg, #49b0df, #0080bb);
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.blog .hero-cc-leaderships.v-center,
body.single .hero-cc-leaderships.v-center,
body.archive.category .hero-cc-leaderships.v-center,
body.post-type-archive-leaderships .hero-cc-leaderships.v-center,
body.archive.tax-leaderships_category .hero-cc-leaderships.v-center,
body.post-type-archive-resources .hero-cc-leaderships.v-center,
body.post-type-archive-partners .hero-cc-leaderships.v-center,
body.blog .hero-cc-leaderships .v-center,
body.single .hero-cc-leaderships .v-center,
body.archive.category .hero-cc-leaderships .v-center,
body.post-type-archive-leaderships .hero-cc-leaderships .v-center,
body.archive.tax-leaderships_category .hero-cc-leaderships .v-center,
body.post-type-archive-resources .hero-cc-leaderships .v-center,
body.post-type-archive-partners .hero-cc-leaderships .v-center {
  display: table;
  width: 100%;
}
body.blog .hero-cc-leaderships.v-center > div,
body.single .hero-cc-leaderships.v-center > div,
body.archive.category .hero-cc-leaderships.v-center > div,
body.post-type-archive-leaderships .hero-cc-leaderships.v-center > div,
body.archive.tax-leaderships_category .hero-cc-leaderships.v-center > div,
body.post-type-archive-resources .hero-cc-leaderships.v-center > div,
body.post-type-archive-partners .hero-cc-leaderships.v-center > div,
body.blog .hero-cc-leaderships .v-center > div,
body.single .hero-cc-leaderships .v-center > div,
body.archive.category .hero-cc-leaderships .v-center > div,
body.post-type-archive-leaderships .hero-cc-leaderships .v-center > div,
body.archive.tax-leaderships_category .hero-cc-leaderships .v-center > div,
body.post-type-archive-resources .hero-cc-leaderships .v-center > div,
body.post-type-archive-partners .hero-cc-leaderships .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  body.blog .hero-cc-leaderships.v-center.row:before,
  body.single .hero-cc-leaderships.v-center.row:before,
  body.archive.category .hero-cc-leaderships.v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center.row:before,
  body.post-type-archive-resources .hero-cc-leaderships.v-center.row:before,
  body.post-type-archive-partners .hero-cc-leaderships.v-center.row:before,
  body.blog .hero-cc-leaderships .v-center.row:before,
  body.single .hero-cc-leaderships .v-center.row:before,
  body.archive.category .hero-cc-leaderships .v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center.row:before,
  body.post-type-archive-resources .hero-cc-leaderships .v-center.row:before,
  body.post-type-archive-partners .hero-cc-leaderships .v-center.row:before,
  body.blog .hero-cc-leaderships.v-center.row:after,
  body.single .hero-cc-leaderships.v-center.row:after,
  body.archive.category .hero-cc-leaderships.v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center.row:after,
  body.post-type-archive-resources .hero-cc-leaderships.v-center.row:after,
  body.post-type-archive-partners .hero-cc-leaderships.v-center.row:after,
  body.blog .hero-cc-leaderships .v-center.row:after,
  body.single .hero-cc-leaderships .v-center.row:after,
  body.archive.category .hero-cc-leaderships .v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center.row:after,
  body.post-type-archive-resources .hero-cc-leaderships .v-center.row:after,
  body.post-type-archive-partners .hero-cc-leaderships .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body.blog .hero-cc-leaderships.v-center,
  body.single .hero-cc-leaderships.v-center,
  body.archive.category .hero-cc-leaderships.v-center,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center,
  body.post-type-archive-resources .hero-cc-leaderships.v-center,
  body.post-type-archive-partners .hero-cc-leaderships.v-center,
  body.blog .hero-cc-leaderships .v-center,
  body.single .hero-cc-leaderships .v-center,
  body.archive.category .hero-cc-leaderships .v-center,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center,
  body.post-type-archive-resources .hero-cc-leaderships .v-center,
  body.post-type-archive-partners .hero-cc-leaderships .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.blog .hero-cc-leaderships.v-center.row,
  body.single .hero-cc-leaderships.v-center.row,
  body.archive.category .hero-cc-leaderships.v-center.row,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center.row,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center.row,
  body.post-type-archive-resources .hero-cc-leaderships.v-center.row,
  body.post-type-archive-partners .hero-cc-leaderships.v-center.row,
  body.blog .hero-cc-leaderships .v-center.row,
  body.single .hero-cc-leaderships .v-center.row,
  body.archive.category .hero-cc-leaderships .v-center.row,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center.row,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center.row,
  body.post-type-archive-resources .hero-cc-leaderships .v-center.row,
  body.post-type-archive-partners .hero-cc-leaderships .v-center.row {
    display: block;
    width: auto;
  }
  body.blog .hero-cc-leaderships.v-center.row:before,
  body.single .hero-cc-leaderships.v-center.row:before,
  body.archive.category .hero-cc-leaderships.v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center.row:before,
  body.post-type-archive-resources .hero-cc-leaderships.v-center.row:before,
  body.post-type-archive-partners .hero-cc-leaderships.v-center.row:before,
  body.blog .hero-cc-leaderships .v-center.row:before,
  body.single .hero-cc-leaderships .v-center.row:before,
  body.archive.category .hero-cc-leaderships .v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center.row:before,
  body.post-type-archive-resources .hero-cc-leaderships .v-center.row:before,
  body.post-type-archive-partners .hero-cc-leaderships .v-center.row:before,
  body.blog .hero-cc-leaderships.v-center.row:after,
  body.single .hero-cc-leaderships.v-center.row:after,
  body.archive.category .hero-cc-leaderships.v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center.row:after,
  body.post-type-archive-resources .hero-cc-leaderships.v-center.row:after,
  body.post-type-archive-partners .hero-cc-leaderships.v-center.row:after,
  body.blog .hero-cc-leaderships .v-center.row:after,
  body.single .hero-cc-leaderships .v-center.row:after,
  body.archive.category .hero-cc-leaderships .v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center.row:after,
  body.post-type-archive-resources .hero-cc-leaderships .v-center.row:after,
  body.post-type-archive-partners .hero-cc-leaderships .v-center.row:after {
    display: none;
  }
  body.blog .hero-cc-leaderships.v-center.row > *,
  body.single .hero-cc-leaderships.v-center.row > *,
  body.archive.category .hero-cc-leaderships.v-center.row > *,
  body.post-type-archive-leaderships .hero-cc-leaderships.v-center.row > *,
  body.archive.tax-leaderships_category .hero-cc-leaderships.v-center.row > *,
  body.post-type-archive-resources .hero-cc-leaderships.v-center.row > *,
  body.post-type-archive-partners .hero-cc-leaderships.v-center.row > *,
  body.blog .hero-cc-leaderships .v-center.row > *,
  body.single .hero-cc-leaderships .v-center.row > *,
  body.archive.category .hero-cc-leaderships .v-center.row > *,
  body.post-type-archive-leaderships .hero-cc-leaderships .v-center.row > *,
  body.archive.tax-leaderships_category .hero-cc-leaderships .v-center.row > *,
  body.post-type-archive-resources .hero-cc-leaderships .v-center.row > *,
  body.post-type-archive-partners .hero-cc-leaderships .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
body.blog .hero-cc-leaderships .hero-unit h1,
body.single .hero-cc-leaderships .hero-unit h1,
body.archive.category .hero-cc-leaderships .hero-unit h1,
body.post-type-archive-leaderships .hero-cc-leaderships .hero-unit h1,
body.archive.tax-leaderships_category .hero-cc-leaderships .hero-unit h1,
body.post-type-archive-resources .hero-cc-leaderships .hero-unit h1,
body.post-type-archive-partners .hero-cc-leaderships .hero-unit h1 {
  color: #ffffff;
  margin-bottom: 40px;
}
body.blog .hero-cc-leaderships .hero-unit p,
body.single .hero-cc-leaderships .hero-unit p,
body.archive.category .hero-cc-leaderships .hero-unit p,
body.post-type-archive-leaderships .hero-cc-leaderships .hero-unit p,
body.archive.tax-leaderships_category .hero-cc-leaderships .hero-unit p,
body.post-type-archive-resources .hero-cc-leaderships .hero-unit p {
  color: #ffffff;
  font-size: 18px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  line-height: 2em;
}
@media (min-width: 1200px) {
  body.blog .hero-cc-leaderships .hero-unit p,
  body.single .hero-cc-leaderships .hero-unit p,
  body.archive.category .hero-cc-leaderships .hero-unit p,
  body.post-type-archive-leaderships .hero-cc-leaderships .hero-unit p,
  body.archive.tax-leaderships_category .hero-cc-leaderships .hero-unit p,
  body.post-type-archive-resources .hero-cc-leaderships .hero-unit p {
    width: 60%;
    margin: 20px auto;
  }
}
body.blog .thumbnail-social,
body.single .thumbnail-social,
body.archive.category .thumbnail-social,
body.post-type-archive-leaderships .thumbnail-social,
body.archive.tax-leaderships_category .thumbnail-social,
body.post-type-archive-resources .thumbnail-social,
body.post-type-archive-partners .thumbnail-social {
  max-width: 317px;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}
body.blog .thumbnail-social > img,
body.single .thumbnail-social > img,
body.archive.category .thumbnail-social > img,
body.post-type-archive-leaderships .thumbnail-social > img,
body.archive.tax-leaderships_category .thumbnail-social > img,
body.post-type-archive-resources .thumbnail-social > img,
body.post-type-archive-partners .thumbnail-social > img  {
  width: 100%;
  height: auto;
}
body.blog .thumbnail-social > ul,
body.single .thumbnail-social > ul,
body.archive.category .thumbnail-social > ul,
body.post-type-archive-leaderships .thumbnail-social > ul,
body.archive.tax-leaderships_category .thumbnail-social > ul,
body.post-type-archive-resources .thumbnail-social > ul,
body.post-type-archive-partners .thumbnail-social > ul {
  width: 100%;
  padding: 10px;
  background-color: #49B0DF;
  list-style: none;
  margin: 0;
}
body.blog .thumbnail-social > ul li,
body.single .thumbnail-social > ul li,
body.archive.category .thumbnail-social > ul li,
body.post-type-archive-leaderships .thumbnail-social > ul li,
body.archive.tax-leaderships_category .thumbnail-social > ul li,
body.post-type-archive-resources .thumbnail-social > ul li,
body.post-type-archive-partners .thumbnail-social > ul li {
  display: inline-block;
  vertical-align: middle;
}
body.blog .thumbnail-social > ul li a,
body.single .thumbnail-social > ul li a,
body.archive.category .thumbnail-social > ul li a,
body.post-type-archive-leaderships .thumbnail-social > ul li a,
body.archive.tax-leaderships_category .thumbnail-social > ul li a,
body.post-type-archive-resources .thumbnail-social > ul li a,
body.post-type-archive-partners .thumbnail-social > ul li a {
  display: block;
  font-size: 1.9em;
  margin: 0 5px;
  text-decoration: none;
}
body.blog .thumbnail-social > ul li a i,
body.single .thumbnail-social > ul li a i,
body.archive.category .thumbnail-social > ul li a i,
body.post-type-archive-leaderships .thumbnail-social > ul li a i,
body.archive.tax-leaderships_category .thumbnail-social > ul li a i,
body.post-type-archive-resources .thumbnail-social > ul li a i,
body.post-type-archive-partners .thumbnail-social > ul li a i  {
  color: #ffffff;
}
body.blog .thumbnail-social > ul li a:hover i,
body.single .thumbnail-social > ul li a:hover i,
body.archive.category .thumbnail-social > ul li a:hover i,
body.post-type-archive-leaderships .thumbnail-social > ul li a:hover i,
body.archive.tax-leaderships_category .thumbnail-social > ul li a:hover i,
body.post-type-archive-resources .thumbnail-social > ul li a:hover i,
body.post-type-archive-partners .thumbnail-social > ul li a:hover i {
  color: #e6e6e6;
}
body.blog .thumbnail-social > ul li a:focus i,
body.single .thumbnail-social > ul li a:focus i,
body.archive.category .thumbnail-social > ul li a:focus i,
body.post-type-archive-leaderships .thumbnail-social > ul li a:focus i,
body.archive.tax-leaderships_category .thumbnail-social > ul li a:focus i,
body.post-type-archive-resources .thumbnail-social > ul li a:focus i,
body.post-type-archive-partners .thumbnail-social > ul li a:focus i,
body.blog .thumbnail-social > ul li a:active i,
body.single .thumbnail-social > ul li a:active i,
body.archive.category .thumbnail-social > ul li a:active i,
body.post-type-archive-leaderships .thumbnail-social > ul li a:active i,
body.archive.tax-leaderships_category .thumbnail-social > ul li a:active i,
body.post-type-archive-resources .thumbnail-social > ul li a:active i,
body.post-type-archive-partners .thumbnail-social > ul li a:active i {
  color: #cccccc;
}
body.blog .hero-cc-resources,
body.single .hero-cc-resources,
body.archive.category .hero-cc-resources,
body.post-type-archive-leaderships .hero-cc-resources,
body.archive.tax-leaderships_category .hero-cc-resources,
body.post-type-archive-resources .hero-cc-resources,
body.post-type-archive-partners .hero-cc-resources {
  height: 200px;
  min-height: 250px;
  background-color: #0080bb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: -webkit-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: -o-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: linear-gradient(45deg, #49b0df, #0080bb);
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.blog .hero-cc-resources.v-center,
body.single .hero-cc-resources.v-center,
body.archive.category .hero-cc-resources.v-center,
body.post-type-archive-leaderships .hero-cc-resources.v-center,
body.archive.tax-leaderships_category .hero-cc-resources.v-center,
body.post-type-archive-resources .hero-cc-resources.v-center,
body.post-type-archive-partners .hero-cc-resources.v-center,
body.blog .hero-cc-resources .v-center,
body.single .hero-cc-resources .v-center,
body.archive.category .hero-cc-resources .v-center,
body.post-type-archive-leaderships .hero-cc-resources .v-center,
body.archive.tax-leaderships_category .hero-cc-resources .v-center,
body.post-type-archive-resources .hero-cc-resources .v-center,
body.post-type-archive-partners .hero-cc-resources .v-center {
  display: table;
  width: 100%;
}
body.blog .hero-cc-resources.v-center > div,
body.single .hero-cc-resources.v-center > div,
body.archive.category .hero-cc-resources.v-center > div,
body.post-type-archive-leaderships .hero-cc-resources.v-center > div,
body.archive.tax-leaderships_category .hero-cc-resources.v-center > div,
body.post-type-archive-resources .hero-cc-resources.v-center > div,
body.post-type-archive-partners .hero-cc-resources.v-center > div,
body.blog .hero-cc-resources .v-center > div,
body.single .hero-cc-resources .v-center > div,
body.archive.category .hero-cc-resources .v-center > div,
body.post-type-archive-leaderships .hero-cc-resources .v-center > div,
body.archive.tax-leaderships_category .hero-cc-resources .v-center > div,
body.post-type-archive-resources .hero-cc-resources .v-center > div,
body.post-type-archive-partners .hero-cc-resources .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  body.blog .hero-cc-resources.v-center.row:before,
  body.single .hero-cc-resources.v-center.row:before,
  body.archive.category .hero-cc-resources.v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-resources.v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center.row:before,
  body.post-type-archive-resources .hero-cc-resources.v-center.row:before,
  body.post-type-archive-partners .hero-cc-resources.v-center.row:before,
  body.blog .hero-cc-resources .v-center.row:before,
  body.single .hero-cc-resources .v-center.row:before,
  body.archive.category .hero-cc-resources .v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-resources .v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center.row:before,
  body.post-type-archive-resources .hero-cc-resources .v-center.row:before,
  body.post-type-archive-partners .hero-cc-resources .v-center.row:before,
  body.blog .hero-cc-resources.v-center.row:after,
  body.single .hero-cc-resources.v-center.row:after,
  body.archive.category .hero-cc-resources.v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-resources.v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center.row:after,
  body.post-type-archive-resources .hero-cc-resources.v-center.row:after,
  body.post-type-archive-partners .hero-cc-resources.v-center.row:after,
  body.blog .hero-cc-resources .v-center.row:after,
  body.single .hero-cc-resources .v-center.row:after,
  body.archive.category .hero-cc-resources .v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-resources .v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center.row:after,
  body.post-type-archive-resources .hero-cc-resources .v-center.row:after,
  body.post-type-archive-partners .hero-cc-resources .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body.blog .hero-cc-resources.v-center,
  body.single .hero-cc-resources.v-center,
  body.archive.category .hero-cc-resources.v-center,
  body.post-type-archive-leaderships .hero-cc-resources.v-center,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center,
  body.post-type-archive-resources .hero-cc-resources.v-center,
  body.post-type-archive-partners .hero-cc-resources.v-center,
  body.blog .hero-cc-resources .v-center,
  body.single .hero-cc-resources .v-center,
  body.archive.category .hero-cc-resources .v-center,
  body.post-type-archive-leaderships .hero-cc-resources .v-center,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center,
  body.post-type-archive-resources .hero-cc-resources .v-center,
  body.post-type-archive-partners .hero-cc-resources .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.blog .hero-cc-resources.v-center.row,
  body.single .hero-cc-resources.v-center.row,
  body.archive.category .hero-cc-resources.v-center.row,
  body.post-type-archive-leaderships .hero-cc-resources.v-center.row,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center.row,
  body.post-type-archive-resources .hero-cc-resources.v-center.row,
  body.post-type-archive-partners .hero-cc-resources.v-center.row,
  body.blog .hero-cc-resources .v-center.row,
  body.single .hero-cc-resources .v-center.row,
  body.archive.category .hero-cc-resources .v-center.row,
  body.post-type-archive-leaderships .hero-cc-resources .v-center.row,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center.row,
  body.post-type-archive-resources .hero-cc-resources .v-center.row,
  body.post-type-archive-partners .hero-cc-resources .v-center.row {
    display: block;
    width: auto;
  }
  body.blog .hero-cc-resources.v-center.row:before,
  body.single .hero-cc-resources.v-center.row:before,
  body.archive.category .hero-cc-resources.v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-resources.v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center.row:before,
  body.post-type-archive-resources .hero-cc-resources.v-center.row:before,
  body.post-type-archive-partners .hero-cc-resources.v-center.row:before,
  body.blog .hero-cc-resources .v-center.row:before,
  body.single .hero-cc-resources .v-center.row:before,
  body.archive.category .hero-cc-resources .v-center.row:before,
  body.post-type-archive-leaderships .hero-cc-resources .v-center.row:before,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center.row:before,
  body.post-type-archive-resources .hero-cc-resources .v-center.row:before,
  body.post-type-archive-partners .hero-cc-resources .v-center.row:before,
  body.blog .hero-cc-resources.v-center.row:after,
  body.single .hero-cc-resources.v-center.row:after,
  body.archive.category .hero-cc-resources.v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-resources.v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center.row:after,
  body.post-type-archive-resources .hero-cc-resources.v-center.row:after,
  body.post-type-archive-partners .hero-cc-resources.v-center.row:after,
  body.blog .hero-cc-resources .v-center.row:after,
  body.single .hero-cc-resources .v-center.row:after,
  body.archive.category .hero-cc-resources .v-center.row:after,
  body.post-type-archive-leaderships .hero-cc-resources .v-center.row:after,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center.row:after,
  body.post-type-archive-resources .hero-cc-resources .v-center.row:after,
  body.post-type-archive-partners .hero-cc-resources .v-center.row:after {
    display: none;
  }
  body.blog .hero-cc-resources.v-center.row > *,
  body.single .hero-cc-resources.v-center.row > *,
  body.archive.category .hero-cc-resources.v-center.row > *,
  body.post-type-archive-leaderships .hero-cc-resources.v-center.row > *,
  body.archive.tax-leaderships_category .hero-cc-resources.v-center.row > *,
  body.post-type-archive-resources .hero-cc-resources.v-center.row > *,
  body.post-type-archive-partners .hero-cc-resources.v-center.row > *,
  body.blog .hero-cc-resources .v-center.row > *,
  body.single .hero-cc-resources .v-center.row > *,
  body.archive.category .hero-cc-resources .v-center.row > *,
  body.post-type-archive-leaderships .hero-cc-resources .v-center.row > *,
  body.archive.tax-leaderships_category .hero-cc-resources .v-center.row > *,
  body.post-type-archive-resources .hero-cc-resources .v-center.row > *,
  body.post-type-archive-partners .hero-cc-resources .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
body.blog .hero-cc-resources .hero-unit h1,
body.single .hero-cc-resources .hero-unit h1,
body.archive.category .hero-cc-resources .hero-unit h1,
body.post-type-archive-leaderships .hero-cc-resources .hero-unit h1,
body.archive.tax-leaderships_category .hero-cc-resources .hero-unit h1,
body.post-type-archive-resources .hero-cc-resources .hero-unit h1,
body.post-type-archive-partners .hero-cc-resources .hero-unit h1 {
  color: #ffffff;
  margin-top: 40px;
}
body.blog .control-box,
body.single .control-box,
body.archive.category .control-box,
body.post-type-archive-leaderships .control-box,
body.archive.tax-leaderships_category .control-box,
body.post-type-archive-resources .control-box,
body.post-type-archive-partners .control-box {
  margin-bottom: 40px;
  text-align: center;
}
body.blog .control-box > span,
body.single .control-box > span,
body.archive.category .control-box > span,
body.post-type-archive-leaderships .control-box > span,
body.archive.tax-leaderships_category .control-box > span,
body.post-type-archive-resources .control-box > span,
body.post-type-archive-partners .control-box > span {
  display: inline-block;
}
body.blog .control-box > form,
body.single .control-box > form,
body.archive.category .control-box > form,
body.post-type-archive-leaderships .control-box > form,
body.archive.tax-leaderships_category .control-box > form,
body.post-type-archive-resources .control-box > form,
body.post-type-archive-partners .control-box > form {
  font-size: 24px;
}
body.blog .control-box > form label,
body.single .control-box > form label,
body.archive.category .control-box > form label,
body.post-type-archive-leaderships .control-box > form label,
body.archive.tax-leaderships_category .control-box > form label,
body.post-type-archive-resources .control-box > form label,
body.post-type-archive-partners .control-box > form label {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 300;
  margin-right: 30px;
}
@media (max-width: 768px) {
  body.blog .control-box > form label,
  body.single .control-box > form label,
  body.archive.category .control-box > form label,
  body.post-type-archive-leaderships .control-box > form label,
  body.archive.tax-leaderships_category .control-box > form label,
  body.post-type-archive-resources .control-box > form label,
  body.post-type-archive-partners .control-box > form label {
    display: block;
  }
}
body.blog .control-box > form select.form-control,
body.single .control-box > form select.form-control,
body.archive.category .control-box > form select.form-control,
body.post-type-archive-leaderships .control-box > form select.form-control,
body.archive.tax-leaderships_category .control-box > form select.form-control,
body.post-type-archive-resources .control-box > form select.form-control,
body.post-type-archive-partners .control-box > form select.form-control {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 300;
  display: inline-block;
  width: 30%;
  font-size: 24px;
  background-color: #cce9f6;
  border: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
@media (max-width: 768px) {
  body.blog .control-box > form select.form-control,
  body.single .control-box > form select.form-control,
  body.archive.category .control-box > form select.form-control,
  body.post-type-archive-leaderships .control-box > form select.form-control,
  body.archive.tax-leaderships_category .control-box > form select.form-control,
  body.post-type-archive-resources .control-box > form select.form-control,
  body.post-type-archive-partners .control-box > form select.form-control {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
body.blog .control-box > form button,
body.single .control-box > form button,
body.archive.category .control-box > form button,
body.post-type-archive-leaderships .control-box > form button,
body.archive.tax-leaderships_category .control-box > form button,
body.post-type-archive-resources .control-box > form button,
body.post-type-archive-partners .control-box > form button {
  font-size: 22px;
  font-weight: 300;
  color: #79828B !important;
  text-transform: none !important;
}
@media (max-width: 768px) {
  body.blog .control-box > form button,
  body.single .control-box > form button,
  body.archive.category .control-box > form button,
  body.post-type-archive-leaderships .control-box > form button,
  body.archive.tax-leaderships_category .control-box > form button,
  body.post-type-archive-resources .control-box > form button,
  body.post-type-archive-partners .control-box > form button {
    display: block;
    margin: 0 auto;
  }
}
body.blog .resource-box,
body.single .resource-box,
body.archive.category .resource-box,
body.post-type-archive-leaderships .resource-box,
body.archive.tax-leaderships_category .resource-box,
body.post-type-archive-resources .resource-box,
body.post-type-archive-partners .resource-box {
  text-align: center;
  margin-bottom: 40px;
}
body.blog .resource-box.mix,
body.single .resource-box.mix,
body.archive.category .resource-box.mix,
body.post-type-archive-leaderships .resource-box.mix,
body.archive.tax-leaderships_category .resource-box.mix,
body.post-type-archive-resources .resource-box.mix,
body.post-type-archive-partners .resource-box.mix {
  display: none;
}
body.blog .resource-box > a,
body.single .resource-box > a,
body.archive.category .resource-box > a,
body.post-type-archive-leaderships .resource-box > a,
body.archive.tax-leaderships_category .resource-box > a,
body.post-type-archive-resources .resource-box > a,
body.post-type-archive-partners .resource-box > a {
  color: #49B0DF;
  font-size: 18px;
  text-decoration: none;
}
body.blog .resource-box > a > div .resource-title,
body.single .resource-box > a > div .resource-title,
body.archive.category .resource-box > a > div .resource-title,
body.post-type-archive-leaderships .resource-box > a > div .resource-title,
body.archive.tax-leaderships_category .resource-box > a > div .resource-title,
body.post-type-archive-resources .resource-box > a > div .resource-title,
body.post-type-archive-partners .resource-box > a > div .resource-title {
  display: block;
  text-align: center;
  margin: 5px 0 10px;
}
body.blog .content-strip-middle-aligned,
body.single .content-strip-middle-aligned,
body.archive.category .content-strip-middle-aligned,
body.post-type-archive-leaderships .content-strip-middle-aligned,
body.archive.tax-leaderships_category .content-strip-middle-aligned,
body.post-type-archive-resources .content-strip-middle-aligned,
body.post-type-archive-partners .content-strip-middle-aligned {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
body.blog .content-strip-middle-aligned header,
body.single .content-strip-middle-aligned header,
body.archive.category .content-strip-middle-aligned header,
body.post-type-archive-leaderships .content-strip-middle-aligned header,
body.archive.tax-leaderships_category .content-strip-middle-aligned header,
body.post-type-archive-resources .content-strip-middle-aligned header,
body.post-type-archive-partners .content-strip-middle-aligned header {
  margin: 0 0 10px;
  border: 0;
}
body.blog .content-strip-middle-aligned header h1,
body.single .content-strip-middle-aligned header h1,
body.archive.category .content-strip-middle-aligned header h1,
body.post-type-archive-leaderships .content-strip-middle-aligned header h1,
body.archive.tax-leaderships_category .content-strip-middle-aligned header h1,
body.post-type-archive-resources .content-strip-middle-aligned header h1,
body.post-type-archive-partners .content-strip-middle-aligned header h1 {
  margin: 0;
  font-size: 1.4em;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
body.blog .content-strip-middle-aligned header h1 a,
body.single .content-strip-middle-aligned header h1 a,
body.archive.category .content-strip-middle-aligned header h1 a,
body.post-type-archive-leaderships .content-strip-middle-aligned header h1 a,
body.archive.tax-leaderships_category .content-strip-middle-aligned header h1 a,
body.post-type-archive-resources .content-strip-middle-aligned header h1 a,
body.post-type-archive-partners .content-strip-middle-aligned header h1 a {
  color: #616C71;
}
body.blog .content-strip-middle-aligned.subscribe-to-blog form,
body.single .content-strip-middle-aligned.subscribe-to-blog form,
body.archive.category .content-strip-middle-aligned.subscribe-to-blog form,
body.post-type-archive-leaderships .content-strip-middle-aligned.subscribe-to-blog form,
body.archive.tax-leaderships_category .content-strip-middle-aligned.subscribe-to-blog form,
body.post-type-archive-resources .content-strip-middle-aligned.subscribe-to-blog form,
body.post-type-archive-partners .content-strip-middle-aligned.subscribe-to-blog form {
  background-color: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0;
  margin-left: 0;
  width: 100%;
}
body.blog .content-strip-middle-aligned.subscribe-to-blog form .cta-blue,
body.single .content-strip-middle-aligned.subscribe-to-blog form .cta-blue,
body.archive.category .content-strip-middle-aligned.subscribe-to-blog form .cta-blue,
body.post-type-archive-leaderships .content-strip-middle-aligned.subscribe-to-blog form .cta-blue,
body.archive.tax-leaderships_category .content-strip-middle-aligned.subscribe-to-blog form .cta-blue,
body.post-type-archive-resources .content-strip-middle-aligned.subscribe-to-blog form .cta-blue,
body.post-type-archive-partners .content-strip-middle-aligned.subscribe-to-blog form .cta-blue {
  padding: 5px 25px;
  margin-left: 5px;
  text-transform: none;
}
body.blog .content-strip-middle-aligned.subscribe-to-blog form input[type='text'],
body.single .content-strip-middle-aligned.subscribe-to-blog form input[type='text'],
body.archive.category .content-strip-middle-aligned.subscribe-to-blog form input[type='text'],
body.post-type-archive-leaderships .content-strip-middle-aligned.subscribe-to-blog form input[type='text'],
body.archive.tax-leaderships_category .content-strip-middle-aligned.subscribe-to-blog form input[type='text'],
body.post-type-archive-resources .content-strip-middle-aligned.subscribe-to-blog form input[type='text'],
body.post-type-archive-partners .content-strip-middle-aligned.subscribe-to-blog form input[type='text'] {
  border: 0;
  color: #a3a3a3;
}
body.blog .content-strip-middle-aligned.subscribe-to-blog form label,
body.single .content-strip-middle-aligned.subscribe-to-blog form label,
body.archive.category .content-strip-middle-aligned.subscribe-to-blog form label,
body.post-type-archive-leaderships .content-strip-middle-aligned.subscribe-to-blog form label,
body.archive.tax-leaderships_category .content-strip-middle-aligned.subscribe-to-blog form label,
body.post-type-archive-resources .content-strip-middle-aligned.subscribe-to-blog form label,
body.post-type-archive-partners .content-strip-middle-aligned.subscribe-to-blog form label {
  text-align: right;
  font-size: 1.1em;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 100;
  line-height: 2.3em;
}
body.blog .content-strip-middle-aligned.back-to-blog,
body.single .content-strip-middle-aligned.back-to-blog,
body.archive.category .content-strip-middle-aligned.back-to-blog,
body.post-type-archive-leaderships .content-strip-middle-aligned.back-to-blog,
body.archive.tax-leaderships_category .content-strip-middle-aligned.back-to-blog,
body.post-type-archive-resources .content-strip-middle-aligned.back-to-blog,
body.post-type-archive-partners .content-strip-middle-aligned.back-to-blog {
  padding-left: 0;
  padding-right: 0;
}
body.blog .content-strip-middle-aligned.back-to-blog p,
body.single .content-strip-middle-aligned.back-to-blog p,
body.archive.category .content-strip-middle-aligned.back-to-blog p,
body.post-type-archive-leaderships .content-strip-middle-aligned.back-to-blog p,
body.archive.tax-leaderships_category .content-strip-middle-aligned.back-to-blog p,
body.post-type-archive-resources .content-strip-middle-aligned.back-to-blog p,
body.post-type-archive-partners .content-strip-middle-aligned.back-to-blog p {
  margin-bottom: 0;
}
body.blog .content-strip-middle-aligned.back-to-blog a,
body.single .content-strip-middle-aligned.back-to-blog a,
body.archive.category .content-strip-middle-aligned.back-to-blog a,
body.post-type-archive-leaderships .content-strip-middle-aligned.back-to-blog a,
body.archive.tax-leaderships_category .content-strip-middle-aligned.back-to-blog a,
body.post-type-archive-resources .content-strip-middle-aligned.back-to-blog a,
body.post-type-archive-partners .content-strip-middle-aligned.back-to-blog a {
  font-size: 1.2em;
  font-family: "proxima-nova", Helvetica, sans-serif;
  color: #616C71;
}
body.blog .content-strip-middle-aligned .post-thumb-col,
body.single .content-strip-middle-aligned .post-thumb-col,
body.archive.category .content-strip-middle-aligned .post-thumb-col,
body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col,
body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col,
body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col,
body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col {
  margin-bottom: 15px;
}
@media (min-width: 845px) {
  body.blog .content-strip-middle-aligned .post-thumb-col,
  body.single .content-strip-middle-aligned .post-thumb-col,
  body.archive.category .content-strip-middle-aligned .post-thumb-col,
  body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col,
  body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col,
  body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col,
  body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col {
    padding-left: 0;
    padding-right: 0;
  }
}
body.blog .content-strip-middle-aligned .post-thumb-col a,
body.single .content-strip-middle-aligned .post-thumb-col a,
body.archive.category .content-strip-middle-aligned .post-thumb-col a,
body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col a,
body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col a,
body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col a,
body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col a {
  display: block;
  overflow: hidden;
  height: 200px;
  position: relative;
}
body.blog .content-strip-middle-aligned .post-thumb-col a img,
body.single .content-strip-middle-aligned .post-thumb-col a img,
body.archive.category .content-strip-middle-aligned .post-thumb-col a img,
body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col a img,
body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col a img,
body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col a img,
body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col a img {
  max-width: 200%;
  margin-left: -10%;
}
@media (max-width: 768px) {
  body.blog .content-strip-middle-aligned .post-thumb-col a img,
  body.single .content-strip-middle-aligned .post-thumb-col a img,
  body.archive.category .content-strip-middle-aligned .post-thumb-col a img,
  body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col a img,
  body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col a img,
  body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col a img,
  body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col a img {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
body.blog .content-strip-middle-aligned .post-thumb-col a::after,
body.single .content-strip-middle-aligned .post-thumb-col a::after,
body.archive.category .content-strip-middle-aligned .post-thumb-col a::after,
body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col a::after,
body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col a::after,
body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col a::after,
body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 705px) {
  body.blog .content-strip-middle-aligned .post-thumb-col a,
  body.single .content-strip-middle-aligned .post-thumb-col a,
  body.archive.category .content-strip-middle-aligned .post-thumb-col a,
  body.post-type-archive-leaderships .content-strip-middle-aligned .post-thumb-col a,
  body.archive.tax-leaderships_category .content-strip-middle-aligned .post-thumb-col a,
  body.post-type-archive-resources .content-strip-middle-aligned .post-thumb-col a,
  body.post-type-archive-partners .content-strip-middle-aligned .post-thumb-col a {
    height: auto;
  }
}
body.blog .content-strip-middle-aligned .post-exerpt-col,
body.single .content-strip-middle-aligned .post-exerpt-col,
body.archive.category .content-strip-middle-aligned .post-exerpt-col,
body.post-type-archive-leaderships .content-strip-middle-aligned .post-exerpt-col,
body.archive.tax-leaderships_category .content-strip-middle-aligned .post-exerpt-col,
body.post-type-archive-resources .content-strip-middle-aligned .post-exerpt-col,
body.post-type-archive-partners .content-strip-middle-aligned .post-exerpt-col {
  text-align: left;
}
body.blog .content-strip-middle-aligned footer,
body.single .content-strip-middle-aligned footer,
body.archive.category .content-strip-middle-aligned footer,
body.post-type-archive-leaderships .content-strip-middle-aligned footer,
body.archive.tax-leaderships_category .content-strip-middle-aligned footer,
body.post-type-archive-resources .content-strip-middle-aligned footer,
body.post-type-archive-partners .content-strip-middle-aligned footer {
  text-transform: uppercase;
}
body.blog .content-strip-middle-aligned footer a,
body.single .content-strip-middle-aligned footer a,
body.archive.category .content-strip-middle-aligned footer a,
body.post-type-archive-leaderships .content-strip-middle-aligned footer a,
body.archive.tax-leaderships_category .content-strip-middle-aligned footer a,
body.post-type-archive-resources .content-strip-middle-aligned footer a,
body.post-type-archive-partners .content-strip-middle-aligned footer a {
  color: #616C71;
}
body.blog .content-strip-middle-aligned .controls .btn,
body.single .content-strip-middle-aligned .controls .btn,
body.archive.category .content-strip-middle-aligned .controls .btn,
body.post-type-archive-leaderships .content-strip-middle-aligned .controls .btn,
body.archive.tax-leaderships_category .content-strip-middle-aligned .controls .btn,
body.post-type-archive-resources .content-strip-middle-aligned .controls .btn,
body.post-type-archive-partners .content-strip-middle-aligned .controls .btn {
  padding: 12px 34px;
  color: #009bde;
  background-color: #ffffff;
}
body.blog .content-strip-middle-aligned .controls .btn.active,
body.single .content-strip-middle-aligned .controls .btn.active,
body.archive.category .content-strip-middle-aligned .controls .btn.active,
body.post-type-archive-leaderships .content-strip-middle-aligned .controls .btn.active,
body.archive.tax-leaderships_category .content-strip-middle-aligned .controls .btn.active,
body.post-type-archive-resources .content-strip-middle-aligned .controls .btn.active,
body.post-type-archive-partners .content-strip-middle-aligned .controls .btn.active {
  color: #ffffff;
  background-color: #009bde;
}
body.blog .content-strip-middle-aligned .pager li > a,
body.single .content-strip-middle-aligned .pager li > a,
body.archive.category .content-strip-middle-aligned .pager li > a,
body.post-type-archive-leaderships .content-strip-middle-aligned .pager li > a,
body.archive.tax-leaderships_category .content-strip-middle-aligned .pager li > a,
body.post-type-archive-resources .content-strip-middle-aligned .pager li > a,
body.post-type-archive-partners .content-strip-middle-aligned .pager li > a {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  color: #616C71;
  text-transform: uppercase;
  font-size: 1.34em;
}
body.blog .content-strip-middle-aligned .row-no-gutter,
body.single .content-strip-middle-aligned .row-no-gutter,
body.archive.category .content-strip-middle-aligned .row-no-gutter,
body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter,
body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter,
body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter,
body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
body.blog .content-strip-middle-aligned .row-no-gutter [class*="col-"],
body.single .content-strip-middle-aligned .row-no-gutter [class*="col-"],
body.archive.category .content-strip-middle-aligned .row-no-gutter [class*="col-"],
body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter [class*="col-"],
body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter [class*="col-"],
body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter [class*="col-"],
body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-right: 28px;
  margin-bottom: 28px;
  width: 22%!important;
}
body.blog .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div,
body.single .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div,
body.archive.category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div,
body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div,
body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div,
body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div,
body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  background-color: rgba(64, 76, 88, 0.4);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #404c58);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(#404c58));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #404c58);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #404c58);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #404c58);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff404c58', GradientType=0);
  background-color: transparent;
}
body.blog .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span,
body.single .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span,
body.archive.category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span,
body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span,
body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span,
body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span,
body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span {
  color: #ffffff;
  display: block;
  text-align: center;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
body.blog .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
body.single .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
body.archive.category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name {
  /*font-size: 2.2em;*/
  font-size: 2em;
}
@media (max-width: 768px) {
  body.blog .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
  body.single .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
  body.archive.category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
  body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
  body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
  body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name,
  body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-name {
    font-size: 1.4em;
  }
}
body.blog .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
body.single .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
body.archive.category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position {
  /*font-size: 1.34em;*/
 font-size: 1.1em;
}

body.term-board-of-directors span.leadership-position{
        font-size: 1.4em!important;
        
}


@media (max-width: 768px) {
  body.blog .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
  body.single .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
  body.archive.category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
  body.post-type-archive-leaderships .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
  body.archive.tax-leaderships_category .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
  body.post-type-archive-resources .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position,
  body.post-type-archive-partners .content-strip-middle-aligned .row-no-gutter .leadership-box-managment div span.leadership-position {
    font-size: 1em;
  }
}
body.blog .content-strip-middle-aligned .leadership-box-board,
body.single .content-strip-middle-aligned .leadership-box-board,
body.archive.category .content-strip-middle-aligned .leadership-box-board,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-box-board,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-box-board,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-box-board,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-box-board {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
}
body.blog .content-strip-middle-aligned .leadership-box-board:first-child,
body.single .content-strip-middle-aligned .leadership-box-board:first-child,
body.archive.category .content-strip-middle-aligned .leadership-box-board:first-child,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-box-board:first-child,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-box-board:first-child,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-box-board:first-child,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-box-board:first-child {
  border: 0;
}
body.blog .content-strip-middle-aligned .leadership-box-board h2,
body.single .content-strip-middle-aligned .leadership-box-board h2,
body.archive.category .content-strip-middle-aligned .leadership-box-board h2,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-box-board h2,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-box-board h2,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-box-board h2,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-box-board h2 {
  font-size: 32px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  margin: 0;
  text-transform: none;
}
body.blog .content-strip-middle-aligned .leadership-box-board .leadership_biography,
body.single .content-strip-middle-aligned .leadership-box-board .leadership_biography,
body.archive.category .content-strip-middle-aligned .leadership-box-board .leadership_biography,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-box-board .leadership_biography,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-box-board .leadership_biography,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-box-board .leadership_biography,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-box-board .leadership_biography {
  font-size: 1.3em;
  line-height: 1.8em;
}
body.blog .content-strip-middle-aligned .leadership-box-board .readmore-js-section,
body.single .content-strip-middle-aligned .leadership-box-board .readmore-js-section,
body.archive.category .content-strip-middle-aligned .leadership-box-board .readmore-js-section,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-box-board .readmore-js-section,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-box-board .readmore-js-section,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-box-board .readmore-js-section,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-box-board .readmore-js-section {
  overflow: hidden;
}
body.blog .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle,
body.single .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle,
body.archive.category .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-box-board .readmore-js-toggle {
  text-transform: none;
  font-size: 1.1em;
  display: table;
  content: '';
  margin-top: 15px;
  padding: 5px 25px;
}
body.blog .content-strip-middle-aligned .leadership-info,
body.single .content-strip-middle-aligned .leadership-info,
body.archive.category .content-strip-middle-aligned .leadership-info,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-info,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-info,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-info,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-info {
  font-family: "proxima-nova", Helvetica, sans-serif;
}
@media (max-width: 768px) {
  body.blog .content-strip-middle-aligned .leadership-info,
  body.single .content-strip-middle-aligned .leadership-info,
  body.archive.category .content-strip-middle-aligned .leadership-info,
  body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-info,
  body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-info,
  body.post-type-archive-resources .content-strip-middle-aligned .leadership-info,
  body.post-type-archive-partners .content-strip-middle-aligned .leadership-info {
    text-align: center;
  }
}
body.blog .content-strip-middle-aligned .leadership-info .leadership-title,
body.single .content-strip-middle-aligned .leadership-info .leadership-title,
body.archive.category .content-strip-middle-aligned .leadership-info .leadership-title,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-info .leadership-title,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-info .leadership-title,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-info .leadership-title,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-info .leadership-title {
  display: block;
  font-size: 1.5em;
}
body.blog .content-strip-middle-aligned .leadership-info .leadership-position,
body.single .content-strip-middle-aligned .leadership-info .leadership-position,
body.archive.category .content-strip-middle-aligned .leadership-info .leadership-position,
body.post-type-archive-leaderships .content-strip-middle-aligned .leadership-info .leadership-position,
body.archive.tax-leaderships_category .content-strip-middle-aligned .leadership-info .leadership-position,
body.post-type-archive-resources .content-strip-middle-aligned .leadership-info .leadership-position,
body.post-type-archive-partners .content-strip-middle-aligned .leadership-info .leadership-position {
  color: #404C58;
  margin: 0;
  display: block;
  font-size: 1.1em;
}
body .short-header {
  height: 200px;
  min-height: 200px !important;
}
body .short-header > div {
  vertical-align: bottom !important;
}
section *,
article * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.container {
  position: relative;
  z-index: 2;
}
/*Hero Image BG*/
.hero-cc {
  position: relative;
  height: 800px;
  text-align: center;
}
.hero-cc.v-center,
.hero-cc .v-center {
  display: table;
  width: 100%;
}
.hero-cc.v-center > div,
.hero-cc .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .hero-cc.v-center.row:before,
  .hero-cc .v-center.row:before,
  .hero-cc.v-center.row:after,
  .hero-cc .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-cc.v-center,
  .hero-cc .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-cc.v-center.row,
  .hero-cc .v-center.row {
    display: block;
    width: auto;
  }
  .hero-cc.v-center.row:before,
  .hero-cc .v-center.row:before,
  .hero-cc.v-center.row:after,
  .hero-cc .v-center.row:after {
    display: none;
  }
  .hero-cc.v-center.row > *,
  .hero-cc .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
@media (max-width: 480px) {
  .hero-cc.v-center > div {
    padding-top: 35px;
  }
}
.hero-cc .hero-unit {
  padding: 0;
  margin: 25px 0 0 0;
  background-color: transparent;
}
.hero-cc .hero-unit h1 {
  margin: 0 0 30px;
}
/*Hero Image BG*/
.hero-simple {
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-simple.v-center,
.hero-simple .v-center {
  display: table;
  width: 100%;
}
.hero-simple.v-center > div,
.hero-simple .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .hero-simple.v-center.row:before,
  .hero-simple .v-center.row:before,
  .hero-simple.v-center.row:after,
  .hero-simple .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-simple.v-center,
  .hero-simple .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-simple.v-center.row,
  .hero-simple .v-center.row {
    display: block;
    width: auto;
  }
  .hero-simple.v-center.row:before,
  .hero-simple .v-center.row:before,
  .hero-simple.v-center.row:after,
  .hero-simple .v-center.row:after {
    display: none;
  }
  .hero-simple.v-center.row > *,
  .hero-simple .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
@media (max-width: 480px) {
  .hero-simple.v-center > div {
    padding-top: 35px;
  }
}
.hero-simple .hero-unit {
  padding: 0;
  margin:  0;

  background-color: transparent;
}
.hero-simple .hero-unit h1 {
  margin: 0 auto 30px;
  width: 60%;
}
@media (max-width: 480px) {
  .hero-simple .hero-unit h1 {
    width: 100%;
    margin: 0 auto;
  }
}
.hero-simple .hero-unit .page-header {
  border: 0;
  margin-top: 100px;
}
/**
 * content strip middle aligned stylesheet
 * */
.content-strip-middle-aligned {
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.content-strip-middle-aligned h3,
.content-strip-middle-aligned p {
  margin-bottom: 35px;
}
.content-strip-middle-aligned.v-center,
.content-strip-middle-aligned .v-center {
  display: table;
  width: 100%;
}
.content-strip-middle-aligned.v-center > div,
.content-strip-middle-aligned .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .content-strip-middle-aligned.v-center.row:before,
  .content-strip-middle-aligned .v-center.row:before,
  .content-strip-middle-aligned.v-center.row:after,
  .content-strip-middle-aligned .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-strip-middle-aligned.v-center,
  .content-strip-middle-aligned .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-strip-middle-aligned.v-center.row,
  .content-strip-middle-aligned .v-center.row {
    display: block;
    width: auto;
  }
  .content-strip-middle-aligned.v-center.row:before,
  .content-strip-middle-aligned .v-center.row:before,
  .content-strip-middle-aligned.v-center.row:after,
  .content-strip-middle-aligned .v-center.row:after {
    display: none;
  }
  .content-strip-middle-aligned.v-center.row > *,
  .content-strip-middle-aligned .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.content-strip-middle-aligned.center-text * {
  text-align: center;
}
@media (min-width: 992px) {
  .content-strip-middle-aligned img.ui-screenshot {
    max-width: 2000px;
  }
}
.content-strip-middle-aligned.no-margin-bottom {
  padding-bottom: 0;
}
.content-strip-middle-aligned.no-margin-bottom img.ui-screenshot {
  position: relative;
  margin-left: 30px;
}
@media (min-width: 992px) {
  .content-strip-middle-aligned.no-margin-bottom img.ui-screenshot {
    bottom: -60px;
  }
}
.content-strip-middle-aligned.no-margin-bottom img.ui-screenshot.pull-right {
  margin-left: 0;
  margin-right: 30px;
}
.content-strip-middle-aligned.no-padding {
  padding: 0;
}
.content-strip-middle-aligned.show-case-products > div > .vc_span12 {
  padding: 0;
}
.content-strip-middle-aligned.show-case-products h3,
.content-strip-middle-aligned.show-case-products p {
  color: #79828b;
}
.content-strip-middle-aligned.show-case-products a {
  padding: 12px 34px;
  font-size: 16px;
  color: white;
  line-height: 1.33;
  border-radius: 32px;
  opacity: 0.7;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  border: 1px solid #79828b;
}
.content-strip-middle-aligned.show-case-products a.ghost {
  color: #79828b;
  background: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.content-strip-middle-aligned.show-case-products a.ghost:hover {
  opacity: 1.0;
  color: #ffffff;
  background-color: #79828b;
}
.content-strip-middle-aligned.show-case-products .product {
  padding-bottom: 80px;
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-strip-middle-aligned.show-case-products .product h3 {
  margin-top: 35px;
  margin-bottom: 10px;
}
.content-strip-middle-aligned.show-case-products .product p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-strip-middle-aligned.show-case-products .product:hover {
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-backface-visibility: hidden;
    z-index: 5;
    border-bottom: 0 none;
  }
  .content-strip-middle-aligned.show-case-products .product:hover h3 {
    color: #179ad6;
  }
}
@media (max-width: 767px) {
  .content-strip-middle-aligned.show-case-products .product {
    border-top: 50px solid;
    border-left: 0;
    border-right: 0;
  }
}
.content-strip-middle-aligned.show-case-products .icon-container {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -35px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 10px;
  border: 4px solid #fff;
  text-align: center;
  width: 60px;
  height: 60px;
}
.content-strip-middle-aligned.show-case-products .icon-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*  margin-right: -0.25em; Adjusts for spacing */
}
@media (max-width: 767px) {
  .content-strip-middle-aligned.show-case-products .icon-container {
    top: -35px;
  }
}
.content-strip-middle-aligned.show-case-products .image-bg {
  padding-top: 50px;
  min-height: 300px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .content-strip-middle-aligned.show-case-products .image-bg {
    display: none;
  }
}
.content-strip-middle-aligned.half-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}
.content-strip-middle-aligned.no-border {
  border: 0;
}
@media (max-width: 767px) {
  .content-strip-middle-aligned {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.alternate-header {
  display: block;
}
/*Image under*/
section.image-under {
  padding-bottom: 0;
}
section.image-bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.my-image-under {
  margin-top: 40px;
}
.parallax-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* quotes */
.quote-item {
  margin-bottom: 130px;
}
.quotes-section .quote-owner {
  border-right-style: solid;
  border-right-width: 2px;
}
.quotes-section .quote-owner p,
.quotes-section .quote-text p {
  margin-bottom: 0;
}
.quotes-section .quote-text p {
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.quotes-section .quote-owner {
    margin-bottom: 40px;
  }
  .quotes-section .quote-owner {
    border-right: 0;
  }
  .quotes-section .quote-text {
    border-left-width: 2px;
    border-left-style: solid;
  }
}
/*background for grid images*/
section.grid-items div.row div {
  margin-bottom: 50px;
}
section.grid-items img {
  margin-bottom: 15px;
}
/*Section divider*/
section.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  padding-top: 70px;
  padding-bottom: 100px;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: relative;
}
section.section-divider h3 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  section.section-divider h3,
  section.section-divider p,
  section.section-divider div {
    text-align: center;
  }
  section.section-divider img {
    margin: 0 auto 10px;
  }
}
.contact-social h2 {
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.43111em;
  color: #009bd8;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact-social a.phone {
  font-family: "proxima-nova", Helvetica, sans-serif;
  padding: 0 5px;
  color: #ffffff;
  font-size: 1.5em;
}
.contact-social a.phone > i {
  margin-right: 5px;
  color: #79828b;
}
.contact-social > ul {
  width: 100%;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}
.contact-social > ul li {
  display: inline-block;
  vertical-align: middle;
}
.contact-social > ul li a {
  font-size: 1em;
  color: #79828b;
}
.contact-social > ul li a:hover.facebook {
  color: #3B5998 !important;
}
.contact-social > ul li a:hover.twitter {
  color: #00ACED !important;
}
.contact-social > ul li a:hover.google-plus {
  color: #DD4B39 !important;
}
.contact-social > ul li a:hover.pinterest {
  color: #CB2027 !important;
}
.contact-social > ul li a:hover.instagram {
  color: #3F729B !important;
}
.contact-social > ul li a:hover.rss {
  color: #FF5C1F !important;
}
/* Footer divider */
footer.site-footer {
  background-color: #41474E;
}
footer.site-footer section {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer.site-footer section .footer-menus ul {
  padding: 0;
  list-style: none;
}
footer.site-footer section .footer-menus ul li.blue-link {
  margin-bottom: 10px;
}
footer.site-footer section .footer-menus ul li.blue-link a {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #009bd8;
}
footer.site-footer section .footer-menus ul li a {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 300;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
footer.site-footer section .footer-menus .contact-social a {
  font-size: 1em;
  color: #79828b;
}
footer.site-footer section .footer-menus .contact-social a.phone {
  font-family: "proxima-nova", Helvetica, sans-serif;
  padding: 0 5px;
  color: #ffffff;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  footer.site-footer section .footer-menus {
    display: none;
  }
}
footer.site-footer section .certifications-logos {
  margin-top: 40px;
}
footer.site-footer section .certifications-logos .row div {
  text-align: center;
  height: 57px;
}
footer.site-footer section .certifications-logos .row div::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*  margin-right: -0.25em; Adjusts for spacing */
}
@media (max-width: 768px) {
  footer.site-footer section .certifications-logos {
    display: none;
  }
}
footer.site-footer section .site-footer-inner {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #79828B;
}
footer.site-footer section .site-footer-inner p {
  color: #D8D8D8;
  font-size: 1.1em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  footer.site-footer section .site-footer-inner {
    border-top: 0;
  }
}
@media (max-width: 768px) {
  .reviews-inside {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reviews-inside .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.reviews_slider {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 100;
}
.reviews_slider q {
  font-size: 32px;
  color: #33A6DA;
  line-height: 50px;
  border: 0;
  margin-bottom: 40px;
  display: inline-block;
  text-align: center;
  width: 70%;
}
@media (max-width: 768px) {
  .reviews_slider q {
    font-size: 24px;
    line-height: 32px;
  }
}
.reviews_slider .name-title-work {
  font-size: 20px;
  color: #7E868F;
  line-height: 26px;
}
.reviews_slider .name-title-work span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .reviews_slider .name-title-work {
    font-size: 16px;
  }
}
.reviews_slider .headshot {
  width: 190px;
  height: 190px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 5px solid #55AD27;
}
@media (max-width: 768px) {
  .reviews_slider .headshot {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .reviews_slider {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -55px !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav li {
  margin: 0 12px !important;
}
.flex-control-paging li a {
  width: 15px !important;
  height: 15px !important;
  background-color: #D8D8D8 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background-color: #33a6da !important;
}
.flex-direction-nav a {
  color: rgba(51, 166, 218, 0.85) !important;
}
body.post-type-archive-news .hero-cc-news,
body.tax-news_category .hero-cc-news,
body.single-news .hero-cc-news {
  height: 300px;
  min-height: 450px;
  background-image: url('../../assets/images/news-header-bg.jpg');
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.post-type-archive-news .hero-cc-news.v-center,
body.tax-news_category .hero-cc-news.v-center,
body.single-news .hero-cc-news.v-center,
body.post-type-archive-news .hero-cc-news .v-center,
body.tax-news_category .hero-cc-news .v-center,
body.single-news .hero-cc-news .v-center {
  display: table;
  width: 100%;
}
body.post-type-archive-news .hero-cc-news.v-center > div,
body.tax-news_category .hero-cc-news.v-center > div,
body.single-news .hero-cc-news.v-center > div,
body.post-type-archive-news .hero-cc-news .v-center > div,
body.tax-news_category .hero-cc-news .v-center > div,
body.single-news .hero-cc-news .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  body.post-type-archive-news .hero-cc-news.v-center.row:before,
  body.tax-news_category .hero-cc-news.v-center.row:before,
  body.single-news .hero-cc-news.v-center.row:before,
  body.post-type-archive-news .hero-cc-news .v-center.row:before,
  body.tax-news_category .hero-cc-news .v-center.row:before,
  body.single-news .hero-cc-news .v-center.row:before,
  body.post-type-archive-news .hero-cc-news.v-center.row:after,
  body.tax-news_category .hero-cc-news.v-center.row:after,
  body.single-news .hero-cc-news.v-center.row:after,
  body.post-type-archive-news .hero-cc-news .v-center.row:after,
  body.tax-news_category .hero-cc-news .v-center.row:after,
  body.single-news .hero-cc-news .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-news .hero-cc-news.v-center,
  body.tax-news_category .hero-cc-news.v-center,
  body.single-news .hero-cc-news.v-center,
  body.post-type-archive-news .hero-cc-news .v-center,
  body.tax-news_category .hero-cc-news .v-center,
  body.single-news .hero-cc-news .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.post-type-archive-news .hero-cc-news.v-center.row,
  body.tax-news_category .hero-cc-news.v-center.row,
  body.single-news .hero-cc-news.v-center.row,
  body.post-type-archive-news .hero-cc-news .v-center.row,
  body.tax-news_category .hero-cc-news .v-center.row,
  body.single-news .hero-cc-news .v-center.row {
    display: block;
    width: auto;
  }
  body.post-type-archive-news .hero-cc-news.v-center.row:before,
  body.tax-news_category .hero-cc-news.v-center.row:before,
  body.single-news .hero-cc-news.v-center.row:before,
  body.post-type-archive-news .hero-cc-news .v-center.row:before,
  body.tax-news_category .hero-cc-news .v-center.row:before,
  body.single-news .hero-cc-news .v-center.row:before,
  body.post-type-archive-news .hero-cc-news.v-center.row:after,
  body.tax-news_category .hero-cc-news.v-center.row:after,
  body.single-news .hero-cc-news.v-center.row:after,
  body.post-type-archive-news .hero-cc-news .v-center.row:after,
  body.tax-news_category .hero-cc-news .v-center.row:after,
  body.single-news .hero-cc-news .v-center.row:after {
    display: none;
  }
  body.post-type-archive-news .hero-cc-news.v-center.row > *,
  body.tax-news_category .hero-cc-news.v-center.row > *,
  body.single-news .hero-cc-news.v-center.row > *,
  body.post-type-archive-news .hero-cc-news .v-center.row > *,
  body.tax-news_category .hero-cc-news .v-center.row > *,
  body.single-news .hero-cc-news .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
body.post-type-archive-news .hero-cc-news .hero-unit h1,
body.tax-news_category .hero-cc-news .hero-unit h1,
body.single-news .hero-cc-news .hero-unit h1,
body.post-type-archive-news .hero-cc-news .hero-unit p,
body.tax-news_category .hero-cc-news .hero-unit p,
body.single-news .hero-cc-news .hero-unit p {
  color: #ffffff;
}
body.post-type-archive-news .hero-cc-news div a,
body.tax-news_category .hero-cc-news div a,
body.single-news .hero-cc-news div a {
  border-width: 1px;
  margin-left: 30px;
  padding: 10px 30px;
}
body.post-type-archive-news .hero-cc-news div a:first-child,
body.tax-news_category .hero-cc-news div a:first-child,
body.single-news .hero-cc-news div a:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  body.post-type-archive-news .hero-cc-news div a,
  body.tax-news_category .hero-cc-news div a,
  body.single-news .hero-cc-news div a {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
body.post-type-archive-news section,
body.tax-news_category section,
body.single-news section {
  padding-top: 30px;
  padding-bottom: 70px;
}
body.post-type-archive-news section .news-slider .logo,
body.tax-news_category section .news-slider .logo,
body.single-news section .news-slider .logo {
  margin-bottom: 20px;
}
body.post-type-archive-news section .news-slider h3,
body.tax-news_category section .news-slider h3,
body.single-news section .news-slider h3 {
  font-size: 1.5em;
}
body.post-type-archive-news section .news-slider .p,
body.tax-news_category section .news-slider .p,
body.single-news section .news-slider .p {
  margin-bottom: 0;
}
body.post-type-archive-news section .news-carrousel ul li,
body.tax-news_category section .news-carrousel ul li,
body.single-news section .news-carrousel ul li {
  padding: 10px;
}
body.post-type-archive-news section .news-carrousel ul li h3,
body.tax-news_category section .news-carrousel ul li h3,
body.single-news section .news-carrousel ul li h3 {
  font-size: 1.5em;
}
body.post-type-archive-news section .news-carrousel ul li p,
body.tax-news_category section .news-carrousel ul li p,
body.single-news section .news-carrousel ul li p {
  text-align: left;
  margin-bottom: 0;
}
body.post-type-archive-news section .view-more,
body.tax-news_category section .view-more,
body.single-news section .view-more {
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  font-size: 18px;
  color: #009BD8;
  line-height: 22px;
  position: absolute;
  bottom: -65px;
  text-transform: uppercase;
}
body.tax-news_category .hero-cc-news {
  height: 350px;
  min-height: 350px;
}
body.tax-news_category section {
  padding-bottom: 0;
}
body.post-type-archive-events .hero-cc-events {
  height: 288px;
  min-height: 288px;
  background-image: url('../../assets/images/events-hero-bg.jpg');
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.post-type-archive-events .hero-cc-events.v-center,
body.post-type-archive-events .hero-cc-events .v-center {
  display: table;
  width: 100%;
}
body.post-type-archive-events .hero-cc-events.v-center > div,
body.post-type-archive-events .hero-cc-events .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  body.post-type-archive-events .hero-cc-events.v-center.row:before,
  body.post-type-archive-events .hero-cc-events .v-center.row:before,
  body.post-type-archive-events .hero-cc-events.v-center.row:after,
  body.post-type-archive-events .hero-cc-events .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-events .hero-cc-events.v-center,
  body.post-type-archive-events .hero-cc-events .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.post-type-archive-events .hero-cc-events.v-center.row,
  body.post-type-archive-events .hero-cc-events .v-center.row {
    display: block;
    width: auto;
  }
  body.post-type-archive-events .hero-cc-events.v-center.row:before,
  body.post-type-archive-events .hero-cc-events .v-center.row:before,
  body.post-type-archive-events .hero-cc-events.v-center.row:after,
  body.post-type-archive-events .hero-cc-events .v-center.row:after {
    display: none;
  }
  body.post-type-archive-events .hero-cc-events.v-center.row > *,
  body.post-type-archive-events .hero-cc-events .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
body.post-type-archive-events .hero-cc-events .hero-unit h1,
body.post-type-archive-events .hero-cc-events .hero-unit p {
  color: #ffffff;
}
body.post-type-archive-events section.events-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.post-type-archive-events section.events-list > div [class*='col-'] {
  min-height: 250px;
}
body.post-type-archive-events section.events-list h2 {
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  font-size: 28px;
  color: #009BD8;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
  height: 85px;
  min-height: 85px;
}
body.post-type-archive-events section.events-list .event-box {
  *zoom: 1;
  margin-bottom: 30px;
}
body.post-type-archive-events section.events-list .event-box:before,
body.post-type-archive-events section.events-list .event-box:after {
  display: table;
  content: "";
  line-height: 0;
}
body.post-type-archive-events section.events-list .event-box:after {
  clear: both;
}
body.post-type-archive-events section.events-list .event-box .event-box-date {
  float: left;
  width: 50px;
  height: 50px;
  display: table;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #009BD8;
  text-align: center;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
body.post-type-archive-events section.events-list .event-box .event-box-date div {
  display: table-cell;
  vertical-align: bottom;
}
body.post-type-archive-events section.events-list .event-box .event-box-date div span.day {
  color: #179AD6;
  font-size: 1.9em;
  line-height: .9em;
  font-weight: 600;
}
body.post-type-archive-events section.events-list .event-box .event-box-date div span.month {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .9em;
  width: 100%;
  background-color: #179AD6;
  color: #ffffff;
}
body.post-type-archive-events section.events-list .event-box .event-box-date div span.wlink {
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: transparent transparent #46C70E #46C70E;
  border-style: solid;
  border-width: 12px;
  width: 0;
  height: 0;
  font-family: FontAwesome;
  color: #ffffff;
}
body.post-type-archive-events section.events-list .event-box .event-box-date div span.wlink::after {
  content: "\f0c1";
  position: absolute;
  left: -11px;
  top: -5px;
}
body.post-type-archive-events section.events-list .event-box .event-box-info {
  float: left;
  width: 80%;
}
body.post-type-archive-events section.events-list .event-box .event-box-info h3 {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1.21em;
  color: #A0A6AC;
  line-height: 22px;
  margin: 0 0 5px !important;
  font-weight: 600;
  text-transform: none;
}
body.post-type-archive-events section.events-list .event-box .event-box-info p {
  margin-bottom: 0 !important;
}
#cd-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 3em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #33A6DA;
}
@media (min-width: 992px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 0;
    padding-bottom: 5em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.timebox {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1.117em;
  margin: 2em 0;
  *zoom: 1;
}
.timebox:before,
.timebox:after {
  display: table;
  content: "";
  line-height: 0;
}
.timebox:after {
  clear: both;
}
.timebox:first-child {
  margin-top: 0;
}
.timebox:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .timebox {
    margin: -1.2em 0 0;
    font-size: 1.187em;
  }
}
.timebox:before,
.timebox:after {
  display: table;
  content: "";
  line-height: 0;
}
.timebox:after {
  clear: both;
}
.cd-timeline-block {
  position: relative;
}
.cd-timeline-year-block {
  position: relative;
  padding-bottom: 3em;
  *zoom: 1;
}
.cd-timeline-year-block:before,
.cd-timeline-year-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.cd-timeline-year-block:after {
  clear: both;
}
.cd-timeline-year-block .cd-timeline-year {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #33A6DA;
  font-weight: 600;
  font-size: .8em;
  text-align: center;
}
@media (min-width: 992px) {
  .cd-timeline-year-block .cd-timeline-year {
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    font-size: 1.2em;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-year-block .cd-timeline-year.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-year-block .cd-timeline-year.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-year-block .cd-timeline-year::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*  margin-right: -0.25em; Adjusts for spacing */
}
@media (min-width: 992px) {
  .cd-timeline-year-block {
    margin-bottom: 4em;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
.cd-timeline-img span {
  color: #ffffff;
  font-size: .8em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #95a5a6;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media (min-width: 992px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-img span {
    font-size: 1.1em;
  }
  .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-img::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /*Adjusts for spacing */
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #F4F4F4;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em;
  *zoom: 1;
}
.cd-timeline-content:before,
.cd-timeline-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.cd-timeline-content:after {
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
  margin-top: 0;
  font-size: 1.15em;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 14px;
  font-size: 0.8125em;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #F4F4F4;
}
@media (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25em;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1em;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875em;
  }
}
@media (min-width: 992px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #F4F4F4;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1em;
  }
  .cd-timeline-block.even .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block.even .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #F4F4F4;
  }
  .cd-timeline-block.even .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block.even .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media (min-width: 992px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block.even .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.pricing {
  color: #000;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
.pricing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing ul > [class*='col-'] {
  padding: 0;
  position: inherit;
  padding-right: .7%;
}
.pricing ul > li > ul {
  margin-top: 6px;
}
.pricing ul > li > ul > li {
  height: 50px;
  background-color: #ebebeb;
  color: #ffffff;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
}
.pricing ul > li > ul > li > .feature-item {
  height: 25px;
  background-color: #b5babf;
  position: absolute;
  top: 0;
  left: 0;
  width: 103%;
}
.pricing ul > li > ul > li > .feature-item > span {
  line-height: 25px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .pricing ul > li > ul > li > .feature-item > span {
    visibility: inherit;
  }
}
.pricing ul > li > ul > li > .feature-item.last {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing ul > li > ul > li > .feature-item.last > span {
    visibility: inherit;
    position: absolute;
    width: 397%;
    left: -300%;
  }
}
@media (max-width: 767px) {
  .pricing ul > li > ul > li > .feature-item {
    width: 100%;
  }
}
.pricing ul > li > ul > li.feature-group {
  background-color: #ffffff;
  cursor: auto;
  height: 30px;
}
.pricing ul > li > ul > li.feature-group > .feature-item {
  color: #79828B;
  background-color: #ffffff;
  font-weight: 400;
}
.pricing ul > li > ul > li.feature-group > .feature-item > span {
  line-height: 30px;
  font-size: 1.18em;
}
.pricing ul > li > ul > li i {
  color: #55AD27;
  font-size: 1.9em;
  vertical-align: middle;
}
.pricing ul > li > ul > li::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /*Adjusts for spacing */
}
.pricing ul > li > ul > li.footer-cta {
  height: 100% !important;
}
.pricing ul > li > ul > li.footer-cta::before {
  display: none;
}
@media (max-width: 991px) {
  .pricing ul > li > ul > li {
    height: 70px;
  }
  .pricing ul > li > ul > li i {
    margin-top: 10px;
  }
}
.pricing ul > li > ul.features li {
  text-align: left;
  background-color: #b5babf;
  padding-left: 15px;
  font-size: 1.162em;
}
.pricing ul > li > ul.features li.feature-group {
  background-color: #ffffff;
  color: #79828B;
  font-size: 1.232em;
  font-weight: 400;
}
.pricing ul > li .features-title {
  display: table-cell;
  vertical-align: bottom;
  font-size: 28px;
  color: #79828B;
}
.pricing ul > li .product-info {
  color: #ffffff;
  padding: 10px;
}
.pricing ul > li .product-info .title {
  position: relative;
}
.pricing ul > li .product-info .title .up-down-arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  display: none;
  background-image: url('../../assets/images/white-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  -webkit-transition: transform;
  -moz-transition: transform;
  -o-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pricing ul > li .product-info .title .up-down-arrow {
    background-image: url("../../assets/images/white-arrow@2x.png");
    background-size: 24px auto;
  }
}
@media (max-width: 767px) {
  .pricing ul > li .product-info .title .up-down-arrow {
    display: block;
  }
}
.pricing ul > li .product-info .title .logo {
  width: 100%;
  height: 50px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  text-indent: -500%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .pricing ul > li .product-info .title .logo {
    background-position: 0 center;
  }
}
.pricing ul > li .product-info .title > p {
  margin: 5px 0 15px;
  font-size: 1.12em;
  line-height: 1.235;
}
@media (max-width: 767px) {
  .pricing ul > li .product-info .title > p {
    width: 60%;
  }
}
.pricing ul > li .product-info .title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 50%;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 50%;
  margin-left: -25%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .pricing ul > li .product-info .title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pricing ul > li .product-info .title {
    text-align: left;
    cursor: pointer;
  }
}
.pricing ul > li .product-info .price .number {
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  font-size: 4em !important;
  line-height: 1.3em !important;
  margin-bottom: 0;
}
.pricing ul > li .product-info .price .number sup {
  font-size: 45% !important;
  top: -0.8em !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pricing ul > li .product-info .price .number {
    font-size: 3.6em !important;
  }
}
.pricing ul > li .product-info .price .plan-options {
  font-size: 1.12em !important;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pricing ul > li .product-info .price .plan-options {
    font-size: .96em !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pricing ul > li .product-info .price {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.pricing ul > li .product-info .link a {
  font-size: .98em;
  padding: 10px 16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pricing ul > li .product-info .link a {
    font-size: .88em;
  }
}
.pricing ul > li .product-info.charts {
  background-color: #1AA5CD;
}
.pricing ul > li .product-info.charts .logo {
  background-image: url('../../assets/images/charts-pricing-logo.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pricing ul > li .product-info.charts .logo {
    background-image: url("../../assets/images/charts-pricing-logo@2x.png");
    background-size: 103px auto;
  }
}
.pricing ul > li .product-info.charts .link a:hover {
  color: #1AA5CD;
}
.pricing ul > li .product-info.central {
  background-color: #0D5383;
}
.pricing ul > li .product-info.central .logo {
  background-image: url('../../assets/images/central-pricing-logo.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pricing ul > li .product-info.central .logo {
    background-image: url("../../assets/images/central-pricing-logo@2x.png");
    background-size: 109px auto;
  }
}
.pricing ul > li .product-info.central .link a:hover {
  color: #0D5383;
}
.pricing ul > li .product-info.complete {
  background-color: #003C65;
}
.pricing ul > li .product-info.complete .logo {
  background-image: url('../../assets/images/complete-pricing-logo.png');
  background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pricing ul > li .product-info.complete .logo {
    background-image: url("../../assets/images/complete-pricing-logo@2x.png");
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .pricing ul > li .product-info.complete .logo {
    background-size: 151px auto;
  }
}
.pricing ul > li .product-info.complete .link a:hover {
  color: #003C65;
}
.pricing ul > li .product-info.concierge {
  background-color: #2F2F2F;
}
.pricing ul > li .product-info.concierge .logo {
  background-image: url('../../assets/images/concierge-pricing-logo.png');
  background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pricing ul > li .product-info.concierge .logo {
    background-image: url("../../assets/images/concierge-pricing-logo@2x.png");
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .pricing ul > li .product-info.concierge .logo {
    background-size: 165px auto;
  }
}
.pricing ul > li .product-info.concierge .link a:hover {
  color: #2F2F2F;
}
@media (max-width: 767px) {
  .pricing ul > li {
    margin-bottom: 6px;
  }
  .pricing ul > li .group-to-hide {
    display: none;
  }
}
.pricing ul > li.is-open .up-down-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popover.right {
  margin-left: -1%;
}
.popover.left {
  margin-left: 1%;
}
.popover.top .arrow {
  top: 100% !important;
}
.hero-cc-404 {
  height: 500px;
  min-height: 550px;
  border: 0;
  background-color: #0080bb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: -webkit-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: -o-linear-gradient(45deg, #49b0df, #0080bb);
  background-image: linear-gradient(45deg, #49b0df, #0080bb);
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-cc-404.v-center,
.hero-cc-404 .v-center {
  display: table;
  width: 100%;
}
.hero-cc-404.v-center > div,
.hero-cc-404 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .hero-cc-404.v-center.row:before,
  .hero-cc-404 .v-center.row:before,
  .hero-cc-404.v-center.row:after,
  .hero-cc-404 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-cc-404.v-center,
  .hero-cc-404 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-cc-404.v-center.row,
  .hero-cc-404 .v-center.row {
    display: block;
    width: auto;
  }
  .hero-cc-404.v-center.row:before,
  .hero-cc-404 .v-center.row:before,
  .hero-cc-404.v-center.row:after,
  .hero-cc-404 .v-center.row:after {
    display: none;
  }
  .hero-cc-404.v-center.row > *,
  .hero-cc-404 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.hero-cc-404 .hero-unit i {
  color: #ffffff;
  font-size: 8em;
}
.hero-cc-404 .hero-unit h2 {
  color: #ffffff;
  margin-top: 40px;
}
.hero-cc-404 .hero-unit p {
  color: #ffffff;
}
.page-id-16102 .wpb_row.fixed,
.page-id-14112 .wpb_row.fixed,
.page-id-15495 .wpb_row.fixed,
.page-id-5 .wpb_row.fixed {
  position: fixed;
  z-index: 300;
  width: 100%;
}
@media (min-width: 768px) {
  body.page section .container .wpb_row {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 0;
  }
  body.page .wpb_row .vc_span6 {
    float: none;
    width: 50%;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
  }
}


