/*-----CSS For Hamburger Menu-----*/

a
{
  text-decoration: none;
  color: #232323;
  
  -webkit-transition: color 0.3s ease;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: #0877b7;
}

.swal2-container.swal2-shown {
    background-color: rgba(0,0,0,.8);
}

.loadgo-container{

  margin: -120px 0px 0px -120px;
  float: left;

}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.g-captcha-validation {
    height: 0px;
    width: 0;
    background-color: transparent;
    border-color: transparent;
    float: left;
    margin-left: 25px;
}

#menuToggle
{
  display: none;
  position: relative;
  top: 50px;
  padding-left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggleLogo{
	display: none;
	margin-left: 100px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

.hamburger-img{
	height: 65px;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #065a8b;
  
  z-index: 1;
  
  -webkit-transform-origin: 4px 0px;
  
          transform-origin: 4px 0px;
  
  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #0877b7;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{	
	position: absolute;
    width: 270px;
    margin: -197px 0px 0px -65px;
    padding: 0px;
    padding-top: 124px;
    padding-left: 69px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
	padding: 10px 0;
	font-size: 19px;
	font-weight: 600;
	display: block;
	text-align: left;
	color: #0877b7;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  -webkit-transform: none;
          transform: none;
}


/*--------------------------CSS For Main Pages-----------------------*/


.main-banner {
	font-family: 'Open Sans', sans-serif;
	margin-top: -2.5em;
}

.landing-logo{
	height: 5em;
	margin-left: 10%;
}

.nitro-landing{
		background-image: url(bg-VSA-bot-active@2x.png), linear-gradient(207deg, #ffffff, #ffffff); 
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: contain;
}

.nitro-landing-image{
	height: 18em;
    margin-bottom: 1em;
}

.nitro-landing-title{
	color: #065a8b;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-top: 1em;
	/*margin-bottom: 1.5em;*/
}

.nitro-landing-content{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	width: 120px;
}

.nitro-demo-landing{
	width: 100%;
	background-color: #065a8b;
	font-family: 'Open Sans', sans-serif;
}

.nitro-landing-fields::placeholder{
	color: #00a5dc !important;
	opacity: 1;
}

.banner-VSA{
	background-image: url(../images/png-new/bg-VSA-bot@2x.png), linear-gradient(207deg, #ffffff, #ffffff); 
    background-repeat: no-repeat;
    background-position: bottom left;
	background-size: contain;
}

.banner-VSA-page2{
	background-image: url(../images/png-new/bg-VSA-bot@2x.png), linear-gradient(207deg, #065A8B, #065A8B); 
    background-repeat: no-repeat;
    background-position: bottom left;
	background-size: contain;
}

.banner-CSA{
	background-image: url(../images/png-new/bg-CSA-bot@2x.png), linear-gradient(207deg, #065A8B, #065A8B);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.banner-CSA-page2{
	background-image: url(../images/png-new/bg-CSA-bot@2x.png), linear-gradient(207deg, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.image-chat-VSA{
	height: 18em;
	float: right;
	padding: 15px;
}

.image-head-VSA{
	height: 12em;
	float: right;
	margin-bottom: 20px;
}

.image-chat-CSA{
	height: 18em;
	float: left;
	padding: 10px;
	padding-left: 9em;
}

.image-head-CSA{
	height: 13em;
	float: left;
	margin-top: 30px;
}

.header-button-VSA-page2{
	padding: 12px;
	border:  3px solid #00a5dc;
	border-radius: 30px;
	background-color: #065a8b;
	width: 155px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #00a5dc;
	margin: 1em 1em 1em 0;
}

.header-button-CSA{
	padding: 12px;
	border:  3px solid #00a5dc;
	border-radius: 30px;
	background-color: #065a8b;
	width: 155px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #00a5dc;
	margin: 2.5em 0em 0em 2.7em;
}

.header-VSA{
	font-size: 14em;
	float: right;
	font-weight: bold;
	color: #00a5dc;
	margin-left: 1em;
}

.subheader-VSA{
	font-size: 1.9em;
	float: right;
	font-weight: bold;
	color: #00a5dc;
	padding-right: 45px;
	margin-bottom: -30px;
}

.header-button-CSA-page2{
	padding: 12px;
	border:  3px solid #065a8b;
	border-radius: 30px;
	background-color: #065a8b;
	width: 155px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 2.5em 0em 0em 2.7em;
}

.header-button-VSA{
	padding: 12px;
	border:  3px solid #065a8b;
	border-radius: 30px;
	background-color: #065a8b;
	width: 155px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 1em 1em 1em 0;
}

.header-CSA{
	font-size: 14em;
	float: left;
	font-weight: bold;
	color: #065a8b;
	margin-top: -15px;
}

.subheader-CSA{
	font-size: 1.9em;
	float: left;
	font-weight: bold;
	color: #065a8b;
	padding-left: 12px;
	margin-top: -25px;
}

.header-button-VSA:hover{
	text-decoration: none;
}

.header-button-CSA:hover{
	text-decoration: none;
}

.header-button-VSA-page2:hover{
	text-decoration: none;
}

.header-button-CSA-page2:hover{
	text-decoration: none;
}

div > .nav-bar{
	width: 100%;
}

.nav-bar{
	text-align: center;
}

.nav-menu > li > a{
	text-decoration: none;
	color: #065a8b;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.main-menu li{
	display: inline;
	margin: 10px;
}

.nav-bar-img{
	height: 70px;
	float: left;
}

.btn-get-started{
	border: 1px;
	border-radius: 20px;
	color: #ffffff;
	background-color: #065a8b;
	font-weight: 600;
	height: 40px;
	text-align: center;
	width: 200px;
	margin-top: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 0em;
}

.btn-get-started-demo{
	border-radius: 22px;
	border: solid 3px #ffffff;
	color: #ffffff;
	background-color: #065a8b;
	font-weight: 700;
	height: 40px;
	text-align: center;
	width: 165px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 0em;
}

.menu-btn-mobile{
	width: 0;
}

.btn-get-started-mobile{
	visibility: hidden;
	width: 0;
}

.banner-title{
	margin-top: 50px;
	text-align: center;
	color: white;	
}

.main-menu{
	margin-top: -35px; 
}

.page-switch{
	margin-top: 70px;
	text-align: center;
	color: white;
	background-color: #0877b7;
	width: 36.3em;
	height: 4.07em;
	border-radius: 112px;
	margin-left: auto;
	margin-right: auto;
}

.link-toggle{
	padding-bottom: 20px;
}

.link-toggle > a{
	text-decoration: none;
	font-weight: 600;
}

.toggle-VSA-img{
	width: 18.7em;
}

.toggle-CSA-img{
	width: 22em;
	margin-top: -1.5px;
	margin-bottom: -5px;
}

.VSA-selected{
	padding-right: 10px;
	background-image: url(../images/png/button-vsa.png);
	background-position: center;
	color: #0877b7;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
	margin-right: 10px;
}

.VSA{
	color: #fff;
	font-size: 1.47em;
}

.VSA:hover{
	text-decoration: none;
}

.CSA-selected{
	background-image: url(../images/png/button-csa.png);
	background-position: center;
	color: #0877b7;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
	margin-left: 10px;
}

.CSA{
	color: #fff;
	padding-right: 17px;
	font-size: 1.4em;
}

.CSA:hover{
	text-decoration: none;
}

.bg-texture{
  object-fit: contain;
}

.blue-divider{
	height: 5em;
	width: 0.5em;
	background-color: #065a8b;
	margin-left: 15px;
}

.white-divider{
	height: 5em;
	width: 0.5em;
	background-color: #ffffff;
	margin-left: 15px;
}

.intro-side-header{
	font-size: 8em;
	color: #dedede;
	writing-mode: vertical-rl; 
	transform: rotate(180deg);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-left: auto;
	margin-right: -25px;
	height: 3.7em;
}

.how-side-header{
	font-size: 8em;
	color: #dedede;
	writing-mode: vertical-rl; 
	transform: rotate(180deg);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-left: auto;
	margin-right: -25px;
	margin-top: 0.5em;
}

.why-side-header{
	font-size: 8em;
	color: #00a5dc;
	writing-mode: vertical-rl; 
	transform: rotate(180deg);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-left: auto;
	margin-right: -10px;
	opacity: 0.32;
	margin-top: 0.5em;
}

.who-side-header{
	font-size: 8em;
	color: #00a5dc;
	writing-mode: vertical-rl; 
	transform: rotate(180deg);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-left: auto;
	margin-right: -10px;
	margin-top: 0.3em;
	opacity: 0.32;
}

.contact-side-header{
	font-size: 80px;
	color: #00a5dc;
	writing-mode: vertical-rl; 
	transform: rotate(180deg);
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-left: 60px;
	margin-top: 1em;
	opacity: 0.32;
}

.intro-text-content{
	font-family: 'Open Sans', sans-serif;
	/* margin-left: 25px; */
	font-size: 20px;
	margin-bottom: 2em;
	color: #065a8b;
}

.how-text-content{
	font-family: 'Open Sans', sans-serif;
	margin-left: 25px;
	font-size: 18px;
	padding-right: 100px;
}

.why-text-content{
	font-family: 'Open Sans', sans-serif;
	margin-left: 25px;
	font-size: 16px;
	padding-right: 100px;
}

.gif-VSA{
	height: 40em;
	margin-left: 10em;
	margin-top: -4em;
}

.section-intro{
	    background: #f4f4f4;
		padding-top: 100px;
		padding-bottom: 40px;
		font-family: 'Open Sans', sans-serif;
}

.intro-text{
	width: 50%;
	margin-top: 80px;
	margin-left: 100px;
}

.intro-title-blue{
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 1em;
	color: #0577b7;
	font-family: 'Open Sans', sans-serif;
}

.intro-content{
	color: #707070;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;

}

.intro-image{
	float: right;
	padding-right: 200px;
	height: auto;
}

.section-infograph{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-top: 100px;
}

.section-infograph2{
font-family: 'Open Sans', sans-serif;
background-image: url(../images/png/bg-how2.png);
background-repeat: no-repeat;
background-position-y: bottom;
}

.info-text{
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;

}

.info-title-white{
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
}

.info-content{
	color: #fff;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.img-infograph{
	height: 42em;
	margin-top: -85px;
}

.div-infograph{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.section-why{
	padding-top: 10px;
	padding-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.blue-bg{
	background-color: #065a8b;
}

.pale-bg{
	background-color: #efefef;
}

.why-text{
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;	
}

.why-title-blue{
	font-weight: 700;
	margin-bottom: 25px;
	color: #0577b7;
	font-family: 'Open Sans', sans-serif;
}

.why-content{
	color: #707070;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	padding-bottom: 40px;
}

.benefit-title{
	font-weight: 700;
	color: #0577b7;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

.benefit-icon{
	float: right;
}

.img-benefit-2way{
	height: 80px;
	margin-top: 8px;
}

.img-benefit-booking{
	height: 85px;
	margin-top: 5px;
}

.img-benefit-limit{
	height: 97px;
}

.benefit-content{
	color: #707070;
	font-size: 16px;
}
.section-who{
	padding-top: 40px;
	font-family: 'Open Sans', sans-serif;
}

.text-grey{
	color: #c7c7c7;
}

.who-text{
	padding-top: 100px;
	text-align:center;
	padding-bottom: 40px;
}

.who-title-blue{
	font-weight: 700;
	color: #0577b7;
	font-family: 'Open Sans', sans-serif;
}

.who-we-are{
	margin-left: 10%;
	margin-right: 10%;
}

.who-subtitle{
	color: #707070;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 20px;
}

.who-content{
	color: #707070;
	font-size: 16px;
	padding: 0px 50px 50px 50px;
}

.icumulus-icon{
	padding-top: 60px;
}

.section-demo{
	height: 330px;
	width: 100%;
	background-color: #065a8b;
	font-family: 'Open Sans', sans-serif;
}

.demo-text{
	text-align: center;
	padding-top: 12px;
	font-family: 'Open Sans', sans-serif;
}


.demo-title-white{
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.demo-subtitle{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 20px;
}

.demo-content{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 20px;
}

.section-contact{
	height: auto;
	width: 100%;
	background-color: #f4f4f4;
	font-family: 'Open Sans', sans-serif;
}

.contact-text{
	padding-top: 50px;
	text-align:center;
	padding-bottom: 25px;
}

.contact-email-sub{
	width: 10em !important;
	margin-right: 15px;
}

.contact-title-blue{
	font-weight: 700;
	color: #0577b7;
	font-family: 'Open Sans', sans-serif;
}

.contact-subtitle{
	color: #8d8d8d;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.contact-form{
	text-align: center;
}

.contacts{
	width: 300px;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	border: 1px #e2e2e2 solid;
	border-radius: 3px;
}

.contacts::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #0577b7;
	opacity: 1;
	font-weight: 400;
}

.contact-textarea{
	resize: none;
	height: 80px;
}

.contact-submit{
    border: 1px;
    border-radius: 30px;
    color: white;
    background-color: #0577b7;
    font-weight: 700;
    height: 40px;
    text-align: center;
    width: 114px; 
	margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}

.footer{
	color: #0877b7;
	padding: 50px 0px;
}

footer{
	font-family: 'Open Sans', sans-serif;
}

.block-container{
	display: flex;
}

.footer-holder{
	width: 100%;
}

.footer-title{
	margin-bottom: 10px;
}

.footer-block-icumulus{
	padding-top: 40px;
	padding-left: 40px;
	margin-right: 10%;
	margin-left: 15%;
	width: auto;
	float: left;
}

.footer-block-icumulus > p > a{
	color: #407294;
}

.footer-block-social{
	padding-top: 40px;
	margin-right: 10%;
	width: auto;
	float: left;
}

.social-icon{
	margin-right: 40px;
	padding-top: 20px;
	text-decoration: none;
}

.social-icon:hover{
	text-decoration: none;
}

.social-img{
	height: 3.25em;
	margin-top: 5px;
}

.footer-block-subscribe{
	padding-top: 40px;
	padding-left: 40px;
	width: auto;
	float: left;
}

.sub-input{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
	border: solid 0.5px #e2e2e2;
	border-radius: 5px;
}

.sub-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
	opacity: 1;
	font-weight: 400;
	padding-left: 10px;
	color: #407294;
}

.footer-end{
	display: inline-block;
	margin-top: 40px;
	margin-left: 40%;
	margin-right: 30%;
}

.contact-consultant{
	text-decoration: none;
	color: #0877b7;
}

.sub-input-pardot{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20em;
	border: solid 0.5px #e2e2e2;
	border-radius: 5px;
}

.sub-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
	opacity: 1;
	font-weight: 400;
	padding-left: 10px;
	color: #407294;
}

.sub-input-pardot::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
	opacity: 1;
	font-weight: 400;
	padding-left: 10px;
	color: #407294;
}

/* ########################### Image Zoom Effect ###################################### */

.img-container {
	position: relative;
	margin: 0;
	width: 100%;
  }
  
  .img-container::after {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 8px 0 0;
	color: white;
  }

  .img-container::before {
	display: block;
	position: absolute;
	right: 0;
	padding: 8px 8px 0 0;
  }
  
  .img-container:hover::after {
	opacity: 1;
  }
  
  .img-container-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	transition-property: opacity, visibility;
	transition-duration: 350ms;
	transition-timing-function: linear;
  }
  
  .thumb {
	position: relative;
	cursor: pointer;
	-webkit-transform: scale(1);
			transform: scale(1);
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  
  .img-container.is-active .img-container-bg {
	opacity: 1;
	visibility: visible;
  }
  
  .img-container.is-active .thumb {
	z-index: 99;
	-webkit-transform: scale(1.4);
			transform: scale(1.4);
  }

/* ########### Blog Page CSS ######################## */
  
.search-form {
	border: none;
	border-top: #065A8B solid 5px;
	padding-top: 10px;
}

.search-field{
	border: none;
	color: #065a8b;
	font-weight: bold;
}

.search-field::placeholder{
	color: #065a8b;
}

.blog-subtitle{
	color: #0a357b;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	border-top: 5px solid #0a357b;
	padding-top: 10px !important;
}

.blog-sidebar{
	margin-top: -2em;
	margin-left: auto;
}

.rt-holder{
	border: 1px solid #999999;
}

.rt-detail{
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
}

.widget_recent_entries{
	font-family: 'Open Sans', sans-serif;
}

.widget_categories{
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.widget_archive{
	font-family: 'Open Sans', sans-serif;
}

.cat-item a{
	color: #999999;
}

.widget_archive a{
	color: #999999;
}

.widget_recent_entries a{
	color: #00a5dc;
}

.entry-title > a{
	font-family: 'Open Sans', sans-serif;
	color: #0a357b !important;
}

.entry-title{
	font-family: 'Open Sans', sans-serif;
	color: #065a8b !important;
	font-weight: 600;
}

.entry-content{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.comments-area{
	display: none;
}

.post-navigation{
	display: none;
}

.rt-tpg-container .rt-equal-height {
	height: 400px !important;
}
/* ################################################################################## */


/* ######################## Pardot Form Styling ############### */

#pardot-form label.field-label{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
}

/* ############################################################## */



/* ################### PAN AND ZOOM ################################################## */

.c-zoom__wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }

  .pinch-zoom-container {
	overflow: hidden;
	height: 100%;

  }

  .pinch-zoom-image {
	width: 100%;
  }

/* ################################################################################### */


/* Touchscreen laptops to high-width tablets (portrait)*/
@media only screen  and (max-width: 1280px) and (min-width: 1025px) {

	.intro-image{
		padding-right: 50px;
	}

	.main-banner{
		height: auto;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.gif-VSA{
		margin-left: 0;
	}

	.contact-side-header{
		margin-left: 0;
	}

	.sub-input-pardot{
		width: 18em;
	}
}

@media only screen  and (max-width: 1200px) and (min-width: 960px) {

	.main-menu{
		margin-bottom: -5px;
		
	}

	.gif-VSA{
		margin-top: 0;
		margin-left: 0;
	}

	.contact-side-header{
		margin-left: 0;
	}

	.main-banner{
		height: auto;
		margin-top: 0;
	}
	.gif-VSA{
		margin-left: 0;
	}

	.contact-submit {
		/* margin: 10px 30px; */
	}
	  
	  .sub-input-pardot{      	 
		width: 10em;      	 
	  }
	 
}

/*High width tablets to normal iPad tablets*/
@media only screen  and (max-width: 1024px) and (min-width: 960px) {

	.intro-image{
		padding-right: 0px;
	}

	.main-banner{
		height: auto;
		margin-top: 0;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}
}

/*Fix for issues from width 991px*/
@media only screen  and (max-width: 991px) and (min-width: 960px){

	.benefit-content{
		
	}

	.benefit-icon{
		margin-bottom: 8em;
	}

	.benefit-col-991{
		margin-left: 5em;
		margin-bottom: 3em;
	}

	.intro-content-959{
		margin-left: -2em;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media screen and (min-width: 768px) and (max-width: 959px) {
	
	#menuToggle{
  		display: block;
	}
	
	#menuToggleLogo{
		display: block;
	}
	
	.btn-get-started-mobile{
		border: 1px;
		border-radius: 20px;
		color: #ffffff;
		background-color: #065a8b;
		font-weight: 700;
		height: 40px;
		text-align: center;
		width: 150px;
	}
	
	.btn-get-started-mobile{
		visibility: visible;
		margin-top: 15px;
		float: right;
		margin-right: 30px;
		font-family: 'Open Sans', sans-serif;
	}

	.menu-item{
		display: none;
	}
	
	li > .nav-bar-img {
		padding-left: 30px;
	}
	
	.main-banner{
		margin-top: 0;
		background-size: contain;
	}

	.gif-VSA{
		margin-top: 0;
		height: auto;
		margin-left: 0;
	}

	.contact-side-header{
		margin-left: 0;
	}
	
	.intro-image{
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5em;
	}

	.intro-content-959{
		color: #707070;
		font-size: 20px;
		font-weight: 500;
		width: 100%;
		margin-right: 20px;
		padding-top: 15em;

	}
	
	.nitro-emails{
		margin-right: -100px;
	}
	
	.why-nitro-959{
		margin-left: auto;
		margin-right: auto;
		padding-left: 9em;
	}
	
	.why-content{
		width: 80%;
	}
	
	.benefit-col-991{
		margin-left: -5em;
		margin-bottom: -7em;
	}


	.who-we-are{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.icumulus-icon{
		float: left;
		margin-left: 0px;
		padding-top: 70px;
		
	}
	
	.section-demo{
		height: 350px;
	}
	
	.footer-block-social{
		margin-right: 50px;
	}
	
	.footer-block-subscribe{
		margin-right: 20px;
	}
	
	.footer-block-icumulus{
		margin-left: 20px;
	}
	
	.social-img{
		padding-top: 10px;
	}
	
	.sub-input{
		width: auto;
	}
	
	.footer-block{
		padding-bottom: 2em;
		padding-top: 2em;
	}
	
	.social-icon{
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.mobile-footer{
		margin: auto; 
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.widget-area{
		margin-left: auto;
		margin-right: auto;
	}

	.contact-submit {
		margin: 10px 30px;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media screen  and (max-width: 767px) and (min-width: 480px) {

	#menuToggle{
  		display: block;
	}
	
	#menuToggleLogo{
		display: block;
	}

	.gif-VSA{
		height: auto;
		margin: 0;
	}

	.intro-side-header{
		font-size: 6em;
	}

	.how-side-header{
		font-size: 6em;
	}

	.why-side-header{
		font-size: 6em;
	}

	.who-side-header{
		font-size: 6em;
	}

	.image-chat-VSA{
		height: 16em;
	}

	.image-chat-CSA{
		height: 16em;
	}

	.img-infograph{
		height: auto;
		margin-top: 0;
	}

	.img-benefit-2way{
		max-width: fit-content;
	}

	.img-benefit-booking{
		max-width: fit-content;
	}

	.img-benefit-limit{
		max-width: fit-content;
	}

	.contact-side-header{
		font-size: 3em;
		margin-left: 0;
	}

	.section-who > div .blue-divider{
		margin-left: 45px;
	}

	.btn-get-started-mobile{
		border: 1px;
		border-radius: 20px;
		color: #ffffff;
		background-color: #065a8b;
		font-weight: 700;
		height: 40px;
		text-align: center;
		width: 150px;
	}
	
	.btn-get-started-mobile{
		visibility: visible;
		margin-top: 15px;
		float: right;
		margin-right: 30px;
		font-family: 'Open Sans', sans-serif;
	}
	
	.btn-get-started{
		visibility: hidden;
	}

	
	.menu-item{
		display: none;
	}
	
	.main-banner{
		height: auto;
		margin-top: 0;
		background-size: contain;
	}
	
	.page-switch{
		width: 450px;
		height: 3.1em;
	}
	
	.CSA{
		font-size: 1.1em;
	}

	.toggle-VSA-img{
		width: 14em;
	}

	.VSA {
		color: #fff;
		font-size: 1.1em;
		padding-left: 2px;
	}

	.toggle-CSA-img{
		width: 17em;
	}
	
	.VSA-selected{
		padding-left: 55px;
    	padding-right: 55px;
	}	
	
	.CSA-selected{
		padding-left: 60px;
    	padding-right: 71px;
	}
	
	.intro-image{
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5em;
	}
	
	.nitro-emails{
		margin-right: -100px;
		height: 41em;
	}

	.intro-content-959{
		color: #707070;
		font-size: 20px;
		font-weight: 500;
		width: 100%;
		margin-right: 20px;
		padding-top: 14em;

	}
	
	.why-nitro-959{
		margin-left: auto;
		margin-right: auto;
		padding-left: 2em;
	}
	
	.why-content{
		width: 100%;
	}

	.benefit-col-991{
		margin-bottom: -7em;
	}
	
	.who-we-are{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.icumulus-icon{
		float: left;
		margin-left: 0px;
		padding-top: 70px;
		
	}
	
	.section-demo{
		height: 350px;
	}
	
	.footer-block-social{
		margin-right: 50px;
	}
	
	.footer-block-subscribe{
		margin-right: 20px;
	}
	
	.footer-block-icumulus{
		margin-left: 20px;
	}
	
	.social-img{
		padding-top: 10px;
	}
	
	.sub-input{
		width: auto;
	}
	
	.footer-block{
		padding-bottom: 2em;
		padding-top: 2em;
	}

	.footer-title{
		margin-left: auto;
		margin-right: auto;
	}

	.contact-submit{
		margin-right: 1em;
	}
	
	.social-icon{
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.mobile-footer{
		margin: auto; 
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.widget-area{
		margin-left: auto;
		margin-right: auto;
	}
	
}

/* ##### Header Fix for 650 width screen ####### */
@media only screen and (max-width: 650px) and (min-width: 600px) {
	.nitro-emails {
		margin-right: -130px;
		height: 41em;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.contact-submit{
		margin-right: 1em;
	}
}

@media only screen and (max-width: 599px) and (min-width: 540px) {
	.nitro-emails {
		margin-right: -155px;
		height: 41em;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.subscribe-form{
		/* margin: 5px 85px; */
	}

	.contact-submit{
		/* margin: auto; */
	}
}

@media only screen and (max-width: 539px) and (min-width: 480px) {
	.nitro-emails {
		margin-right: -180px;
		height: 37em;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.subscribe-form{

	}

	.contact-submit{
		margin: auto;
	}

	.nitro-landing-image{
		height: 15em;
		margin-bottom: 1em;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) and (min-width: 360px) {

	#menuToggle{
		  display: block;
		  padding-bottom: 6px;
		  padding-left: 0px;
	}

	#menuToggleLogo{
		display: block;
		margin-left: 28px;
	}
	
	.menu-item{
		display: none;
		width: 0px;
	}

	.nitro-landing-image{
		height: 12em;
		margin-bottom: 1em;
	}

	.nav-bar-img{
		height: 60px;
		margin-top: 0;
	}

	li > .nav-bar-img {
		height: 65px;
		padding-right: 40px;
		margin-bottom: 10px;
		float: initial;
		margin-left: 25px;
	}	
	
	.btn-get-started-mobile{
		border: 1px;
		border-radius: 20px;
		color: #ffffff;
		background-color: #065a8b;
		font-weight: 700;
		height: 40px;
		text-align: center;
		width: 145px;
		float: right;
	}
	
	.btn-get-started-mobile{
		visibility: visible;
		margin-top: 10px;
		font-family: 'Open Sans', sans-serif;
	}

	.main-banner{
		background-size: contain;
		margin-top: -1em;
	}

	.image-chat-CSA{
		height: auto;
	}

	.image-chat-VSA{
		height: auto;
	}
	
	.page-switch{
		width: 330px;
		padding-top: 2px;
		padding-bottom: 10px;
		height: 2.5em;
	}
	
	.link-toggle > a{
		font-size: 0.76em;
	}

	.toggle-VSA-img{
		width: 13.5em;
	}

	.toggle-CSA-img{
		width: 16.5em;
	}

	.gif-VSA{
		height: auto;
		margin-top: 0;
		margin-left: 0;
	}

	.VSA {
		color: #fff;
		font-size: 1.54em;
	}
	
	.VSA-selected{
		padding-left: 15px;
    	padding-right: 15px;
		background-repeat: no-repeat;
		background-size: 160px;
	}
	
	.CSA-selected{
		padding-left: 15px;
		padding-right: 7px;
		background-repeat: no-repeat;
		background-size: 179px;
	}
			
	.intro-image{
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5em;
	}

	.section-intro{
		
	}

	.intro-side-header{
		font-size: 5em;
	}

	.how-side-header{
		font-size: 5em;
	}

	.why-side-header{
		font-size: 5em;
		margin-left: -15px;
	}

	.who-side-header{
		font-size: 5em;
		margin-left: -20px;
	}

	.who-content{
		padding: 10px;
	}

	.demo-content{
		padding: 5px;
	}

	.img-infograph{
		height: auto;
		margin-top: 0;
	}

	.how-text-content{
		padding-right: 0;
	}

	.why-text-content{
		padding-right: 0;
	}

	.img-benefit-2way{
		max-width: fit-content;
	}

	.img-benefit-booking{
		max-width: fit-content;
	}

	.img-benefit-limit{
		max-width: fit-content;
	}

	.ic_logo{
		height: 8em;
	}


	
	.nitro-emails{
		margin-right: -200px;
		height: 29em;
	}

	.intro-content-959{
		color: #707070;
		font-size: 20px;
		font-weight: 500;
		width: 100%;
		margin-right: 20px;
		padding-top: 4em;

	}
	
	.why-nitro-959{
		margin-left: auto;
		margin-right: auto;
	}
	
	.why-content{
		width: 100%;
	}
	
	.benefit-content{
		margin-left: -10px;
		padding-bottom: 40px;
	}
	
	.who-we-are{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.icumulus-icon{
		float: left;
		margin-left: 0px;
		padding-top: 70px;
		
	}
	
	.blue-title{
		color: #0877b7;
	}
	
	.section-demo{
		height: 400px;
	}
	
	.footer-block-social{
		margin-right: 50px;
	}
	
	.footer-block-subscribe{
		margin-right: 20px;
	}
	
	.footer-block-icumulus{
		margin-left: 20px;
	}

	.footer-title{
		margin-left: auto;
		margin-right: auto;
	}
	
	.social-img{
		padding-top: 10px;
	}
	
	.sub-input{
		width: auto;
	}
	
	.footer-block{
		padding-bottom: 2em;
		padding-top: 2em;
	}
	
	.social-icon{
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.mobile-footer{
		margin: auto; 
	}
	
	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.contacts{
		width: 210px;
	}

	.contact-side-header{
		display: none;
	}

	.widget-area{
		margin-left: auto;
		margin-right: auto;
	}

	.subscribe-form{
		
	}

	.contact-submit{
		/* margin: auto; */
	}
}

/* ############################################# Internet Explorer 10+ ########################################################### */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	/* IE10+ specific styles go here */  

	.benefit-icon{
		margin-right: -85px;
	}

	.toggle-CSA-img{
		width: 21.7em;
		margin-right: -30px;
	}

	.VSA{
		font-size: 1.4em;
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

		@media screen and (max-width: 767px) and (min-width: 480px) {
			.toggle-CSA-img {
				width: 17em !important;
			}

			.VSA {
				color: #fff;
				font-size: 1.1em;
				margin-left: -12px;
			}
		}

		@media screen and (max-width: 479px) and (min-width: 360px) {
			.toggle-CSA-img {
				width: 16.5em !important;
			}
			.toggle-VSA-img{
				width: 13.5em ;
			}
			.VSA {
				margin-left: -14px;
			}
		}

 }

 /* ############################################################################################################################## */


 /* ###################################################### MS Edge ############################################################### */

 @supports (-ms-ime-align:auto) {
	.toggle-CSA-img{
		width: 21.7em;
		margin-right: -30px;
	}

	.VSA{
		font-size: 1.4em;
	}

	.main-banner{
		margin-top: -1.5em;
	}

	.intro-side-header{
		margin-bottom: 2em;
	}

	.how-side-header{
		margin-bottom: 3em;
	}

	.why-side-header{
		margin-bottom: 3em;
	}

	.who-side-header{
		margin-bottom: 3em;
	}

	.contact-side-header{
		margin-bottom: 2em;
	}

	.img-benefit-2way{
		max-width: none;
	}

	.img-benefit-booking{
		max-width: none;
	}

	.img-benefit-limit{
		max-width: none;
	}

	@media only screen and (max-width:1200px) and (min-width:960px){
		.main-menu {
			margin-bottom: 12px;
		}
	}

	@media screen and (max-width:959px) and (min-width:768px){
		.main-banner {
			margin-top: 0px;
			background-size: contain;
		}

		.gif-VSA{
			margin-top: -12em;
		}

		.img-infograph{
			margin-top: -25em;
		}
	}

	@media screen and (max-width: 767px) and (min-width: 480px) {
		.toggle-CSA-img {
			width: 17em !important;
		}

		.VSA {
			color: #fff;
			font-size: 1.1em;
			margin-left: -12px;
		}

		.main-banner {
			margin-top: 0px;
			background-size: contain;
		}

		.gif-VSA{
			margin-top: -4em;
		}

		.img-infograph{
			margin-top: -20em;
		}

		.who-side-header{
			margin-bottom: 4em;
			font-size: 7em;
		}

		.contact-side-header{
			margin-bottom: 5em;
		}
	}

	@media screen and (max-width: 479px) and (min-width: 360px) {
		.toggle-CSA-img {
			width: 16.5em !important;
		}
		.toggle-VSA-img{
			width: 13.5em ;
		}
		.VSA {
			margin-left: -14px;
		}

		.main-banner {
			margin-top: 0px;
			background-size: contain;
		}

		.gif-VSA{
			margin-top: 0em;
		}

		.intro-side-header{
			margin-bottom: 7em;
		}

		.how-side-header{
			margin-bottom: 6em;
		}

		.why-side-header{
			margin-bottom: 6em;
		}

		.img-infograph{
			margin-top: -20em;
		}

		.who-side-header{
			margin-bottom: 7em;
		}

		.contact-side-header{
			margin-bottom: 5em;
		}
	}
}

 /* ############################################################################################################################## */


 
 /* ############################################# Firefox ########################################################### */

 @-moz-document url-prefix() { 
	
	.toggle-CSA-img{
		width: 21.7em;
		margin-right: -30px;
	}

	.VSA{
		font-size: 1.4em;
	}

	@media screen  and (max-width: 767px) and (min-width: 480px) {
		.toggle-CSA-img {
			width: 17em;
		}

		.VSA {
			color: #fff;
			font-size: 1.1em;
			margin-left: -12px;
		}
	}

	@media screen  and (max-width: 479px) and (min-width: 360px) {
		.toggle-CSA-img {
			width: 16.5em;
		}
		.toggle-VSA-img{
			width: 13.5em;
		}
		.VSA {
			margin-left: -14px;
		}
	}

	.contact-email-sub{
		width: 8em;
		margin-right: 15px;
	}

	.img-benefit-2way{
		max-width: none;
	}
	
	.img-benefit-booking{
		max-width: none;
	}

	.img-benefit-limit{
		max-width: none;
	}

	.main-menu{
		margin-bottom: 0;
	}

	.main-banner{
		margin-top: 0;
	}
  }

  /* ############################################################################################################# */


/* ############################################### SAFARI 11 ####################################################### */


	@media not all and (min-resolution:.001dpcm) { 

		@media only screen  and (max-width: 1980px) and (min-width: 1440px) {
			.intro-image{
				height: 1em;
				padding-right: 200px;
			}

			.intro-content{
				width:50%;
			}

			.toggle-CSA-img{
				width: 21.8em;
			}

			.main-menu{
				margin-left: -30px; 
				margin-top: -50px; 
				margin-bottom: -10px;
			}
		} 

		 @media only screen  and (max-width: 1440px) and (min-width: 1200px) {
			.intro-image{
				height: 1em;
				padding-right: 100px;
			}

			.intro-content{
				width:50%;
			}

			.toggle-CSA-img{
				width: 21.8em;
			}

			.main-menu{
				margin-left: -30px; 
				margin-top: -50px; 
				margin-bottom: -10px;
			}
		} 

		@media only screen  and (max-width: 1199px) and (min-width: 960px) {
			.intro-image{
				height: 1em;
				padding-right: 50px;
			}

			.intro-content{
				width:45%;
			}

			.toggle-CSA-img{
				width: 21.8em;
			}

			.main-menu{
				margin-left: -30px; 
				margin-top: -50px; 
				margin-bottom: -10px;
			}
		}

		@media only screen  and (max-width: 960px) and (min-width: 767px) {
			.toggle-CSA-img{
				width: 21.8em;
			}
		}
		
		@media only screen  and (max-width: 767px) and (min-width: 480px) {

			.toggle-VSA-img{
				width: 13.8em;
			}

			.toggle-CSA-img{
				width: 16.7em;
			}

		}

	}


/* ################################################################################################################ */



  /* ###################################### NavBar Animation ################################################## */

  li > .nav-item {
	position: relative;
	color: #fff;
	text-decoration: none;
  }
  
  li > .nav-item:hover {
	color: #065a8b;
  }

  li > .nav-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	top: 35px;
	left: 0;
	background-color: #065a8b;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
  }

  li > .nav-item:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
  }