Font Styles
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
body{
overflow-x:hidden!important;
font-family: Google Sans, Arial, Helvetica, san-serif !important;
font-weight: normal;
position:relative;
color: #3C4043;
}
div, span {font-family: Google Sans, Arial, Helvetica, san-serif !important;}
span.fa {font-family: FontAwesome, san-serif !important;}

.container-fluid{
padding-left:0;
padding-right:0;}*/

h1 {
  font-weight:300;
  font-size:68px;
  padding:0;
  margin:0;
  color:#191F26;
  font-family: Google Sans, Arial, Helvetica, san-serif !important;
}

h2 {
  font-weight:500;
  font-size:38px;
  padding:0;
  margin:0;
  color:#191F26;
  line-height:1.25;
  font-family: Google Sans, Arial, Helvetica, san-serif !important;
}

h3 {
  font-weight:500;
  font-size:25px;
  padding:0;
  margin:0;
  color:#191F26;
  font-family: Google Sans, Arial, Helvetica, san-serif !important;
}
h1, h2, h3 {
  margin-bottom:15px;
}
p {
  font-weight:400;
  font-size:18px;
  padding:0;
  margin:0;
  color:#191F26;
  font-family: Google Sans, Arial, Helvetica, san-serif;
}
li {
  font-weight:400;
  font-size:18px;
  padding:0;
  margin-bottom:10px;
  color:#191F26;
  font-family: Google Sans, Arial, Helvetica, san-serif !important;
}
.arrowlist li {
    background: url('https://www.c2cglobal.com/hubfs/C2C%20Icons%20and%20Logos/left-arrow.svg') no-repeat left center;
    padding: 5px 0px 5px 50px;
    list-style: none;
    margin: 0;
}

a {
  color:#4285F4;
  text-decoration:none;
  font-family: Google Sans, Arial, Helvetica, san-serif !important;
}

a:hover {
  color:#4285F4;
  text-decoration:underline;
}

.btn {
  font-size:15px;
  background-color:#4285F4;
  color:#ffffff;
  transition: 0.25s;
  border-radius:7px;
  font-weight:500;
  text-decoration:none;
  padding:10px 30px;
  display: inline-block;
  font-family: Google Sans, Arial, Helvetica, san-serif !important;
}

.btnw {
  font-size:15px;
  background-color:#ffffff;
  color:#4285F4;
  transition: 0.25s;
  border-radius:7px;
  font-weight:500;
  text-decoration:none;
  padding:10px 30px;
  display: inline-block;
}

.btnw:hover,
.btnw:focus,
.btn:hover,
.btn:focus {
  color:#ffffff;
  background-color:#4285F4;
  text-decoration:none;
}

.btncontainer {
    margin-top: 45px;
  text-align: center;
}
  #rich_text {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
/* Global Styles */


body {
	margin: 0;
	padding: 0px;
}

img {
	border: none;
}
.container_inner  {
	max-width: 90%;
	margin: 0 auto;
	width: 100%;
}
.left {
	width: 47%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: middle;
}

.right {
	width: 47%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: middle;
}

#two_col .left, #two_col .right {
  vertical-align:top;
}

.columns_third .left {
	width: 75%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: middle;
}
.columns_third .right {
	width: 18%;
	margin-left: 4%;
	display: inline-block;
	vertical-align: middle;
}

#v_middle.right, #v_middle.left {
  vertical-align: middle;
}
.columns_third .right img, .columns_third .left img {
  width:100%;
  height:auto;
}

.hide {
  display:none;
}
/* Navigation */
#logo {
  width:100%;
  max-width:250px;
  height:auto;
}
#navbar {
  padding-top:25px;
  padding-bottom:22px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  
}
.sticky + .content {
  padding-top: 160px!important;
}
#navbar.sticky {
    padding-top: 15px;
    padding-bottom: 10px;
}
#navbar .right ul {
  list-style:none;
  text-align:right;
      margin-left: 0px!important;
    padding-left: 0px!important;
}
.header-container-wrapper {
    height: 104px;
}
.navitem {
  display:inline-block;
  margin-left:35px;
  margin-right:35px;
  letter-spacing:0.10em;
}
.navitem a {
  font-size:16px;
  font-weight:400;
  text-decoration:none;
  color:#4285F4;
  padding-top:5px;
  padding-bottom:5px;
}
.navitem a:hover {
  opacity:0.65;
  border-bottom: 2px solid #4285F4;
}

#navbar .globe_class {
    background-image: url(https://www.c2cglobal.com/hubfs/C2C%20Icons%20and%20Logos/language-picker.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    width: 28px;
    height: 20px;
    cursor: pointer;
}
#navbar .lang_list_class li:first-child {
    padding-top: 15px;
    border-top: 1px solid #000;
}
#navbar .lang_list_class li:first-child {
    padding-top: 15px;
    border-top: 1px solid #DDDEE3;
    margin-bottom: 0px;
    font-style: italic;
}
#navbar .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 0 15px 10px;
    background-color: #fff;
    border-left: 1px solid #DDDEE3;
    border-right: 1px solid #DDDEE3;
}
#navbar .lang_list_class li a {
    text-decoration: none;
    color: #4285F4;
    font-size: 12px;
    cursor: pointer;
    line-height: 13px;
}
#navbar .lang_list_class:before {
    top: -8px;
    border: 12px solid transparent;
    border-bottom-color: #DDDEE3;
}
#navbar .lang_list_class li:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDEE3;
}
#navbar .lang_switcher_class {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#navbar .lang_list_class li a:hover {
    color: #02f;
    border-bottom: 0px;
}

/* banner */

.background_grad h1, .background_grad h2, .background_grad h3, .background_grad p {
  color:#ffffff;
}
.background_grad {
  border-radius:25px;
  max-width:80%;
  margin:0 auto;
  position:relative;
}

.background_grad::before, .background_grad::after{
  position:absolute;
  border-radius:25px;
  width: 100%;
  height: 100%;
  content:'';
  display:block;
  top: 0px;
}
@media only screen and (max-width:1100px){
.background_grad::before, .background_grad::after{
  width: 0%!important;
  display:none!important;
} 
/*.container-fluid{padding:0px;}*/
}
.background_grad::before{
  transform:translateX(-100%);
  margin-right:15px;
  background: #2f3590;
  right:0;
}
.background_grad::after{
  margin-left:15px;
  background: #35acdf;
  left:100%;
}
.watermark {
    background-image: url(https://www.c2cglobal.com/hubfs/C2C%20Icons%20and%20Logos/c2c-logo-watermark.png);
    background-repeat: no-repeat;
    background-position: 90% 150%;
}
.jump-in-image{
  background-image: url(https://www.c2cglobal.com/hubfs/hopscotch-1-1.png);
  background-repeat:no-repeat;
  background-size: 60%;
}

/* Testimonial */

.testimonialcard {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #4285F4;
}

.testimonialcard figcaption {
  padding: 70px;
}

.testimonialcard figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #4285F4;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

/* form */
#form h1, #form h2, #form h3 {
  color:#ffffff;
}
label.hs-error-msg {
    font-size: 12px;
    padding-top: 0px;
}
label {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.07em;
    padding-top: 15px;
    display: inline-block;
}
fieldset.form-columns-2 {
    width: 100%!important;
    max-width: 100%!important;
}
fieldset.form-columns-1 {
    width: 100%!important;
    max-width: 100%!important;
}
input[type="text"], input[type="email"], select {
    width: 100%!important;
    padding: 10px;
    margin-top: 4px;
    border: 0px;
}
select {
    width: 100%!important;
    height:39px;
    margin-top: 4px;
    border: 0px;
      line-height: 16px;
    padding: 7px 10px;
}
label.hs-form-checkbox-display {
    padding-top: 5px;
}
input[type="checkbox"] {
    margin-right: 20px;
}
.legal-consent-container {
  padding-top:20px;
}
.legal-consent-container p {
  color:#ffffff;
  font-size:14px;
}
label.hs-form-booleancheckbox-display {
    width: 100%!important;
  padding-top: 0px;
}
.legal-consent-container a {
  color:#ffffff;
  font-weight:bold;
  text-decoration:underline;
}
input.hs-button.primary.large {
  font-size:18px;
  background-color:#ffffff;
  color:#4285F4;
  transition: 0.25s;
  border-radius:18px;
  font-weight:500;
  text-decoration:none;
  padding:10px 30px;
  border:0!important;
  display: inline-block;
  appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}

input.hs-button.primary.large:hover,
input.hs-button.primary.large:focus {
  color:#ddd !important;
  background-color:#333 !important;
  text-decoration:none;
}

.hs_submit.hs-submit {
    padding-top: 35px;
}
/* Footer */
#footer {
  padding-top:50px;
  padding-bottom:50px;
}
#footer .navitem {
  display:block;
  margin-left:0px;
  margin-right:0px;
  letter-spacing:0.0.6em;
}
#footer .navitem a {
  font-weight:400;
  text-decoration:none;
  font-size:14px;
  color:#4285F4;
  padding-top:0px;
  padding-bottom:5px;
}
#footer .navitem a:hover {
  opacity:0.65;
  border-bottom: 0;
}
.footer_text p {
  font-size:14px;
  opacity:0.65;
}
.footer_text {
  padding-top:25px;
  padding-left:20px;
}
.social-links {
  padding-top:0px;
  padding-left:20px;
}
a#social-links__icon_dnd-area__footer-module-2:nth-child(2) {
    margin-left: 20px;
}

/* Events */
  .grid {
	position: relative;
  min-height:300px;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 47%;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}

figure.effect-lily {
  width:100%;
  height:250px;
  background: linear-gradient(61deg, #2f3590 0%, #35acdf 100%);
  border-radius: 10px;
}

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	top: 5%;
	left: 0;
	padding: 2em;
	width: 90%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
  color:#ffffff;
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
  line-height:1.15;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p, #event_btn {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p, #event_btn {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.nxtevent-btn {
  padding:25px 50px;
    background: linear-gradient(61deg,#2f3590 0%,#35acdf 100%);
    border-radius: 10px;
  text-decoration:none;
  color:#ffffff;
  font-weight:bold;
  font-size:25px;
  display:inline-block;
}
.nxtevent-btn:hover {
  text-decoration:none;
  color:#ffffff;
  opacity:0.75;
}
/* Mobile */
@media only screen and (max-width: 1700px) {
  .background_grad {
    border-radius: 25px;
    max-width: 90%;
  }
 
}
@media only screen and (max-width: 1500px) {
.container_inner  {
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
}
  
  #navbar .container_inner  {
	max-width: 95%;
  }
 
}
@media only screen and (max-width: 1300px) {
.container_inner  {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}
  .navitem {
   margin-left:25px;
  margin-right:25px;
}
 
}
@media only screen and (max-width: 1100px) {
.container_inner  {
	max-width: 90%;
	margin: 0 auto;
	width: 100%;
}
  .navitem {
  margin-left:15px;
  margin-right:15px;
}
 .background_grad {
    border-radius: 0px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  h1, h2, h3 {
    line-height:1.25;
  }
  .header-container-wrapper {
    height: auto;
}
  h1 {
    font-size:45px;
  }
  .navitem {
    font-size:13px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navitem a {
  padding-top:0px;
  padding-bottom:3px;
}
  .sticky {
        position: inherit;
  }
  #navbar .right ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
  	.left {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
		text-align: center;
	}
	.right {
		width: 100%;
    margin-left: 0%;
		text-align: center;
	}
  
  .columns_third .left {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
		text-align: center;
	}
   .columns_third .right {
		width: 100%;
    margin-left: 0%;
		text-align: center;
	}
  
  .background_grad {
    border-radius: 0px;
    max-width: 100%;
  }
  .container_inner  {
	max-width: 85%;
	margin: 0 auto;
	width: 100%;
}
  .testimonialcard figcaption {
  padding: 40px;
}
  	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
  .grid {
    position: relative;
    min-height: 520px;
  }
}

ul.inputs-list li {list-style:none;}

.btn-blue a.hs-button  {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #4285F4;
    border-radius: 7px;
    border-width: 0px;
    color: #fff !important;
    transition: all .4s ease;
    padding: 10px 50px;
    text-shadow: none;
    font-size: 15px;
    margin: 8px 0;}

.btn-blue a.hs-button {color: white;text-decoration:none;}
.btn-blue a.hs-button:hover {color: white;background:#185ABC;}

a.aqua_blue  {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #4285F4;
    border-radius: 7px;
    border-width: 0px;
    color: #fff !important;
    transition: all .4s ease;
    padding: 10px 50px;
    text-shadow: none;
    font-size: 15px;
    margin: 8px 0;}

a.aqua_blue{color: white;text-decoration:none;}
a.aqua_blue:hover {color: white;background:#185abc;}

.main-menu ul li {list-style: none;display:inline-block;font-size: 15px;color: #4285F4;padding: 0px 10px 0 10px;}
.main-menu ul li a{font-size: 15px;color: #4285F4;}
.main-menu ul li a:hover{font-size: 15px;color: #3C4043;text-decoration: none;}

.global-menu { float:none !important; margin: auto !important;padding: 20px 0;}

.footer-menu ul {margin-top:15px;}
.footer-menu ul li {list-style: none;display:inline-block;font-size: 15px;color: #fff;padding: 5px 10px 0 10px;}
.footer-menu ul li a{font-size: 15px;color: #fff;}
.footer-menu ul li a:hover{font-size: 15px;color: #fff;text-decoration: underline;}
.footer p {color: #fff;font-size:13px;line-height:15.6pt;margin-top: 20px;}

.btn-white a.hs-button {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #ffffff;
    border-radius: 7px;
    border-width: 0px;
    color: #4285F4 !important;
    transition: all .4s ease;
    padding: 10px 50px;
    text-shadow: none;
    font-size: 15px;
    margin: 8px 0;
    }

.btn-white a.hs-button {color: #4285F4;text-decoration: none;}
.btn-white a.hs-button:hover {color: #185ABC !important;background:#fff;text-decoration: underline;}
.white-background {background: #ffffff;}

.logo-carousel .logo-carousel-single-inner {
    padding: 0px;
}

@media only screen and (max-width: 700px) {
  
  .logo {text-align:left;}
  .main-menu {width:75% !important; float:left !important;}
  .main-menu ul {padding-left:0px;}
  .main-menu ul li {list-style: none;display:inline-block;color: #4285F4;padding: 5px 5px 0 5px;}
  .main-menu ul li a{font-size: 16px;text-align: center;}
  .btn-blue a.hs-button {float:right !important;padding: 10px 20px !important;margin-right:15px;}
  .footer-menu ul {display: none;}
  .global-menu .span2.logo  {width: 50% !important; float: left !important;}
  .global-menu .span2.btn-blue  {width: 40% !important; float: right !important;}
  .global-menu .span8.hamburger {width: 10% !important; float:right !important;}
  #two_col h2 {font-size:24px;}
  table.partner-table tbody th, table.partner-table tbody td {font-size: 12px !important; line-height:14px;}
  table.partner-table {width: 120% !important;margin: 3% auto;}
  .section.post-body, .simple-blog-listing-inner {padding:1em;}
}
a.cta_button:hover{text-decoration: underline !important;}
a.btn-bluetext:hover {color:#4285F4 !important;}
a.btn-yellowtext:hover {color:#FBBC04 !important;}
a.btn-greentext:hover {color:#34A853 !important;}
a.btn-redtext:hover {color: #e44335 !important;}
.white-text {color:white;}
#green-bar {background-color: #34A853;padding: 1em 2em;}

.container-fluid {padding:0 !important;}
body, html { overflow-x: hidden; }
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {color: #ffffff !important;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {color:#4285f4 !important;}
table.partner-table {width: 90%;margin: 3% auto;}
table.partner-table th {background: #4285F4;padding: 15px;color: #fff;}
table.partner-table tbody th  {background: #eee;padding: 15px;color: #333;width: 40%;}
table.partner-table th, table.partner-table td {text-align:center;vertical-align:middle;}
ul.menu li a, .footer-menu ul li a {text-decoration: none;}
.footer-container.container-fluid {padding-right: 0px !important; padding-left: 0px !important;}

.small-image-featured {border-radius: 15px;}

.vcenter-item{ display: flex; align-items: center; }
.wrapper{ min-height: 400px; } 
.box{width: 100%; }
h1.blog-hero-hdr {color: white; font-weight: bold;}
.blog-hero a, .blog-hero p, .blog-hero {color: white;text-decoration: none;}
.blog-hero a:hover {color:#ddd;}
.topic-link {text-transform: uppercase;font-size: .8em;}
img.hs-featured-image {border-radius: 20px;}
.card-wrapper {box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;}