.price-table-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 30px;
}
.price-table-wrapper .plus {
  font-size: 40px;
  display: inline-block;
  top: -470px;
  font-weight: 500;
  position: relative;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  background: white;
  margin: 20px;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__header {
  padding: 20px;
  font-size: 20px;
  color: #909090;
  background: #E0E0E0;
}
.price-table-wrapper .pricing-table__price {
  color: #66CCCC;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #66CCCC;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: white;
  opacity: .3;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:hover {
  background: black;
}
.price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #A0A0A0;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #C8C8C8;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}

/* standard css */
div.releaseListGroup {
  clear: both;
  padding: 24px 0 6px 0;
}
article.releaseListArticle {
	padding: 0;
}
div.releaseListRow div.releaseListCta a.btn {
  height: 28px;
  margin-top: 0;
  padding: 2px 12px;
  font-size: 10pt;
  text-align: right;
}
div.releaseListRow {
	clear: both;
	float: left;
	width: 100%;
	margin: 4px 0;
	padding: 12px 30px;
	background: #F4F6FA;
  border-right: 1px slategrey solid;
  border-bottom: 1px slategrey solid;
	border-radius: 12px;
}
div.releaseListText {
	width: 70%;
	float: left;
}
div.releaseListText a {
	font-size: 12pt;
  text-decoration: none;
  color: #000102;
  line-height: 1.4;
  display: block;
}
span.releaseListTitle {
	font-size: 10pt;
}
div.releaseListCta {
	float: right;
}
div.contentTip {
  margin: 9px 0 12px 0;
  padding: 18px;
  font-size: 10pt;
  border-right: lightgrey solid 1px;
  border-bottom: lightgrey solid 1px;
  background-color: lightyellow;
}
div.contentNote {
  margin: 9px 0 12px 0;
  padding: 18px;
  font-size: 10pt;
  border-right: lightgrey solid 1px;
  border-bottom: lightgrey solid 1px;
  background-color: papayawhip;
}
div.contentWarning {
  margin: 9px 0 12px 0;
  padding: 18px;
  font-size: 10pt;
  border-right: lightgrey solid 1px;
  border-bottom: lightgrey solid 1px;
  background-color: peachpuff;
}
div.contentIdea {
  margin: 9px 0 12px 0;
  padding: 18px;
  font-size: 10pt;
  border-right: lightgrey solid 1px;
  border-bottom: lightgrey solid 1px;
  background-color: lightcyan;
}
div.contentHint {
  margin: 9px 0 12px 0;
  padding: 18px;
  font-size: 10pt;
  border-right: lightgrey solid 1px;
  border-bottom: lightgrey solid 1px;
  background-color: aliceblue;
}
div.knowledgePostContent blockquote {
  margin: 0 24px 12px 24px;
}
div.knowledgePostContent blockquote p {
  font-size: 10pt;
  font-weight: 400;
  background-color: azure;
}
div.breadcrumbs a {
  color: white;
}
section.related div.container {
  padding: 24px 36px;
  background-color: rgba(2, 189, 213, 0.1);
  border-radius: 24px;
  border-right: lightgrey 1px solid;
  border-bottom: lightgrey 1px solid;
}
h2 {
  margin-top: 30px;
}
h3 {
  font-weight: 500;
  margin-top: 30px;
  font-size: 15pt;
  color: #1c4d59;
}
h4 {
  margin-top: 20px;
  font-size: 13pt;
  font-weight: 400;
  color: #1c4d59;
}
div.releaseContents {
	width: 100%;
	float: left;
}
div.releaseContentRow {
	clear: left;
	float: left;
	width: 100%;	
	padding: 9px 12px;
	font-size: 10pt;
}
div.releaseContentRow div, div.releaseContentRow div p {
	font-size: 10pt;
	font-weight: 400;
}
ul li, div.releaseContentRow div ul li {
	list-style: circle;
  margin: 0 0 0 12pt;
  padding: 0 0 12pt 0;
}
ul li ul li, div.releaseContentRow div ul li ul li {
	list-style: none;
  margin: 0 0 0 24pt;
  padding: 0 0 12pt 0;
}
ul li p, ul li ul li p {
  margin-bottom: 0;
}
ul li ul {
  padding: 12pt 0 12pt 0;
  margin-left: 15px;
}
ul li ul li {
  list-style: disc;
}
table {
  border-collapse: collapse;
}
table {
  width: 100%;
}
table, th, td {
  border: solid 2px darkgrey;
  padding: 6px;
  font-size: 10pt;  
}
td {
  font-weight: 400;
  vertical-align: top;
}
div.releaseContentRowHeading {
  font-weight: bold;
}
div.releaseContentRow:nth-of-type(odd) {
	background: #F6F7FA;
	border-radius: 6px;
}
div.releaseContentRowTitle {
	clear: left;
	float: left;
	width: 20%;
	padding: 3px 6px;
}
div.releaseContentRowAudience {
	float: left;
	width: 20%;
	padding: 3px 6px;
}
div.releaseContentRowDescription {
	float: left;
	width: 40%;
	padding: 3px 6px;
}
div.releaseContentRowBenefits {
	float: left;
	width: 20%;
	padding: 3px 6px;
}
div.releaseSummary {
	margin: 0 0 24px 0;
}
div.shade {
  margin: 12px 0;
  padding: 18px;
  border-radius: 12px;
}
div.shade:nth-of-type(odd) {
	background: #EAF8FF;
}
div.shade:nth-of-type(even) {
	border: 3px solid #EAF8FF;
}
div.bottomSpacer {
	width: 100%;
	clear: left;
}
div.sectionSpacer {
	width: 100%;
  height: 32px;
	clear: left;  
}
div.releaseVersion {
	font-size: larger;
}
a.navbar-brand img {
	height: 60px;
}
span.headerSiteName {
	color: #01707e;
	font-family: "Roboto-condensed", sans-serif;
	font-weight: bold;
	padding: 0 0 0 24px;
	height: 60px;
}
div.knowledgePostContent img.knowledge, div.knowledgePostContent p img.knowledge {
  width: 100%;
}
pre code {
  display: block;
  background: lightgrey;
  padding: 24px;
  overflow: auto;
}
img.knowledge {
  border-top: lightgrey 1px solid;
  border-right: lightgrey 2px solid;
  border-bottom: lightgrey 2px solid;
  border-left: lightgrey 1px solid;
  border-radius: 3px;
  padding: 6px;
  margin: 24px 0 36px 0;
}
img.knowledgeInline {
  
}
span.tick_green {
  color: darkgreen;
  font-size: 22pt;
  display: block;
  text-align: center;
}
span.tick_orange {
  color: darkorange;
  font-size: 22pt;
  display: block;
  text-align: center;
}
div.glossaryFromTo {
  margin: 3px 0 3px 0;
  padding: 18px;
  border-radius: 12px;
  background: #f0fbff;
  color: #1c4d59;
  clear: left;
  float: left;
  width: 100%;
}
div.glossaryFrom {
  color: #032640;
  float: left;
  width: 45%;  
}
div.glossaryTo {
  color: #032640;
  margin-left: 12px;
  float: left;
  width: 45%;    
}
div.glossaryText {
  clear: both;
  font-size: 11pt;
  padding-top: 18px;
}
.sticky-top {
  top: 101px;
  background: white;
}
div.searchBox {
  padding: 6px 0 9px 0;
}
div.searchBox input {
  border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 1px 12px;
  margin: 0 0 0 12px;
	outline: 0;
	-webkit-appearance: none;
}
span.validation {
  font-size: 10pt;
  color:red;
}
div.cta-about-us {
  background-color: #ecffff;
  border-right: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
  border-radius: 12px;
  padding: 30px;
}
a.btn-contact {
  font-weight: 1000;
}
footer#footer {
  padding-bottom: 0;
}
div.footerLinks {
  padding: 24px 0 0 0;
  background-color:lightgray;
}
div.footerLinks p {
  font-size: 10pt;
  font-weight: 300;  
}

/* Custom CSS */
body {
  color: #888 !important
}
p {
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #000 !important;
}
.navbar .ct-nav-item {
  padding: 10px 6px;
  margin: 0;
  list-style: none;
  border-left: 1px solid rgba(204, 204, 204, 0.38);
}
.navbar .ct-nav-item .nav-link{
  padding: 8px 15px;
}
.navbar .ct-nav-item:last-child .nav-link {
  padding-right: none;
  background: #2ab0f1;
  border-radius: 25px;
  color: #fff !important;
  padding: 8px 20px;
  margin-left: 15px;
}
.navbar .ct-nav-item:last-child, .navbar .ct-nav-item:first-child{
  border-left: 0
}
.section-heading .title {
  color: #2ab0f1;
  font-weight: 400;
  font-size: 2.4rem !important;
}
.ct-section-heading .title{
  color: #2ab0f1 !important;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 28px;
  text-transform: capitalize;
}
.ct-section-heading p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #727272;
  line-height: 1.8rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.ct-section-heading .subhead {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  margin-bottom: 18px !important;
}
.navbar-light .ct-navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-light .ct-navbar-brand span.headerSiteName{
  height: auto;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.navbar-light .ct-navbar-brand span.headerSiteName .col-left{
  color: #042C8C
}
.navbar-light .ct-navbar-brand span.headerSiteName .col-right{
  color: #26AEF1;
  margin-left: -6px;
}
.ct-section-heading .media-body h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.ct-section-content .media-left .icon{
  border-radius: 0 !important;
}
#feature p {
  color: #888;
}
.ct-call-to-action-wrapper {
  background: url(../images/bar_bg.png) no-repeat !important;
  background-size: auto calc(100% - 40px) !important;
  background-position: left 20px !important;
  background-color: #2ab0f1 !important;
}
.ct-call-to-action {
  color: #fff !important;
}
.ct-call-to-action .block h2 {
  color: #fff !important;
  font-weight: 400;
  font-size: 2.2rem;
}
.call-to-action .block p {
  white-space: pre;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ct-call-to-action .content, .ct-call-to-action .sub-content{
  margin: 0 !important;
  font-size: 1.2rem !important;
  line-height: 2rem;
}
.ct-call-to-action .content {
  margin-top: 20px !important;
}
.ct-call-to-action .sub-content {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px !important
}
.ct-call-to-action .block .btn-contact {
  border: 0 !important;
  border-radius: 36px !important;
  margin: 12px 4px 0px 4px;
  color: #2ab0f1 !important;
  font-size: 0.9rem !important;
  font-weight: 400;
}
.ct-call-to-action .block .btn-contact:hover {
  background-color: #fff !important;
}
.ct-about .block h2 {
  font-size: 2.4rem !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: rgba(7,28,123) !important;
}
.ct-about .block p {
  color: #888;
  font-weight: 300;
}
.ct-about .blog-content .btn-details {
  border: 0 !important;
  border-radius: 36px !important;
  margin: 12px 4px 0px 4px;
  color: #fff;
  font-size: 0.9rem !important;
  font-weight: 400;
  background: #2ab0f1 !important;
  text-transform: uppercase;
  padding: 12px 40px;
}
.ct-footer {
  background: rgba(23, 31, 62) !important;
  padding: 50px 0 100px 0 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 0.8rem;
}
.ct-footer .logo{
  margin-bottom: 24px;
}
.ct-footer .loc-ct {
  margin-bottom: 2px;
  line-height: 28px;
  font-size: 0.8rem;
}
.ct-footer .copyright {
  font-size: 0.8rem !important;
  font-weight: 300;
  margin-bottom: 6px !important;
}
.ct-footer a {
  color: #2ab0f1 !important;
  text-transform: uppercase
}
.ct-footer .social {
  text-align: left !important;
}
.ct-footer .soc-hdr {
  margin-bottom: 8px;
}
.ct-footer .social li:first-child {
  margin-left: 0
}
.ct-footer .lnks {
  text-transform: uppercase;
}
.ct-footer ul, .ct-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ct-footer .lnks li{
  font-weight: 400;
  margin-bottom: 10px;
}
.ct-feature .icon{
  text-align: right !important;
  height: auto !important;
  line-height: initial !important;
  background: none !important;
}
.hide {
  display: none !important;
}
.ct-hero-area {
  padding: 135px 0 0 0 !important;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%,#f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 1%,#f1f1f1 100%);
  box-shadow: none !important;
}
.ct-hero-area:before {
  background: transparent !important;
}
.ct-hero-area .line1 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ct-hero-area .line1 .txt-1{
  color: rgba(7,28,123) !important;
}
.ct-hero-area .line1 .txt-2{
  color: #2ab0f1 !important;
}
.ct-hero-area .line2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  color: #888;
  line-height: 2.2rem;
}
.ct-hero-area .btn-more .btn{
  border: 0 !important;
  border-radius: 36px !important;
  margin: 12px 4px 0px 4px;
  color: #fff;
  font-size: 0.9rem !important;
  font-weight: 400;
  background: #2ab0f1 !important;
  text-transform: uppercase;
  padding: 20px 40px !important;
}
.ct-container{
  max-width: 600px;
}
.ct-container-outer {
  background: url(../images/hero-image.png) no-repeat;
  background-size: auto calc(100% - 40px);
  background-position: right 20px;
  padding: 90px 0;
}


.btn-details {
  border: 0 !important;
  border-radius: 36px !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 400;
  background: #2ab0f1 !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  margin-top:12px;
}
.global-page-header h2 {
  color: #fff !important;
}
div.releaseListRow div.releaseListCta a.btn {
  height: auto;
  margin-top: 0;
  padding: 8px 16px !important;
  font-size: 10pt !important;
  text-align: center;
}
.works figure .img-wrapper .overlay .buttons {
  margin-top: 30%;
}
.top-bar {
  z-index: 9999 !important;
}
.hvr-bounce-to-right:before {
  transform-origin: 50% 50% !important;
  transition-duration: .3s !important;
  border-radius: 36px !important;
}
.ct-releaseListText h2{
  margin-top: 4px;
}
.ct-releaseListCta {
  position: relative;
  top: 8px;
}
.global-page-header {
  background: #2ab0f1 !important;
}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	   .d-flex {
			-ms-flex-flow:column;
	   }
	}
	
	@media screen and (max-width: 768px) {
    
.ct-container-outer {
  background-image: none;

}
    
}