@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');
/* @import url('https://assets.edpuzzle.com/fonts/GT-Pressura-Light.woff2?family=GT+Pressura'); */

@import url(//db.onlinewebfonts.com/c/16842c927f8ef77adc29f7c5e27929ca?family=GT+Pressura);

@font-face {
  font-family: "GTPressura";
  src: url('https://assets.edpuzzle.com/fonts/GT-Pressura-Regular');
  font-style: normal;
}

@font-face {
  font-family: "GTPressura";
  src: url('https://assets.edpuzzle.com/fonts/GT-Pressura-Bold');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GTPressura";
  src: url('https://assets.edpuzzle.com/fonts/GT-Pressura-Light');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GTPressura";
  src: url('https://assets.edpuzzle.com/fonts/GT-Pressura-Regular-Italic');
  font-style: italic;
}

@font-face {
  font-family: "GTPressura";
  src: url('https://assets.edpuzzle.com/fonts/GT-Pressura-Bold-Italic');
  font-weight: bold;
  font-style: italic;
}


















html { position: relative; min-height: 100%; }
body { font-family: "GT Pressura",Helvetica,Arial,sans-serif; line-height:1.4; font-size: 16px; letter-spacing: 0.3px; color: #333; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 { line-height: 1.2; font-family: "GT Pressura",Helvetica,Arial,sans-serif; }

a { 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; }
img { max-width: 100%; height:auto; }

.sh, .shm { padding-top: 1px; padding-bottom: 1px; }

.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }

.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.rel { position: relative; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.z3 { z-index: 3; }
.z4 { z-index: 4; }
.z5 { z-index: 5; }
.z6 { z-index: 6; }
.z7 { z-index: 7; }
.z8 { z-index: 8; }
.z9 { z-index: 9; }

.form-title { padding:0 10px; margin: 0 0 15px 0; }
form label { }
form .hs-form-field>label {  }
form .hs-form-field.hs-fieldtype-radio>label,
form .hs-form-field.hs-fieldtype-checkbox>label {  }
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select { border-radius: 4px !important; max-width: none !important; width: 100% !important; color: #333; background: #fff; border: solid 1px #c0c4c8; padding: 0 10px; height: 40px; box-sizing: border-box !important; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
form textarea { border-radius: 4px !important; max-width: none !important; width: 100% !important; color: #333 !important; background: #fff; border: solid 1px #c0c4c8 !important; padding: 15px !important; box-sizing: border-box !important; }
form input[type="submit"] { background: #0C70EB !important; color: #fff; outline: none; border: none !important; text-shadow: none !important; white-space: initial; padding: 8px 25px; line-height: 1.2; min-height:40px; border-radius: 4px; 
-webkit-transition: all .2s ease !important;
-moz-transition: all .2s ease !important;
-o-transition: all .2s ease !important;
-ms-transition: all .2s ease !important;
transition: all .2s ease !important;
; }
form input[type="submit"]:hover { background: #297acc !important; }
form .hs-form-required { color: #f00; margin-left:3px; }
form .hs-form-field { margin-bottom: 15px; padding: 0 10px; position:relative; }
form .actions { padding: 0 10px; text-align: center; }
form ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; }
form ul.hs-error-msgs li label { color: #f00; font-size: 11px; margin: 0 !important; line-height: 1.2; display: block; }
form fieldset { max-width: none !important; }
form fieldset .input { margin: 0 !important; }
.submitted-message { padding: 20px; text-align: center; font-weight: 600; }
form .inputs-list { list-style: none; padding-left: 10px; margin-bottom: 0; }
form .inputs-list li input { margin-right: 5px; }
form .legal-consent-container { font-size: 14px; padding: 0 10px; }
form .legal-consent-container p { font-size: 14px; }
form .legal-consent-container .hs-form-field { padding: 10px 0; }
form .legal-consent-container ul { padding: 0; }
form .legal-consent-container input[type="checkbox"] { margin-top: 2px; }

/* FORM ERROR MESSAGES */
form input.error, form select.error, form textarea.error { border-color:red !important; background: #FFEFEF; }
form .hs_error_rollup { display: none !important; }
form .hs-error-msgs label { margin: 0; display:block; font-size: 11px !important; font-weight: 400; color:red !important; }
form .hs-error-msgs li { margin: 0 !important; }


.btn { border:none; outline: none !important; white-space: normal; padding: 8px 15px; line-height: 1.2 !important; font-size:16px; color: #0C70EB; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }
.btn:hover { color: #297acc }
.btn:focus, .btn.focus {color: #297acc 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
; }
.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.4; }
.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.2; }

.btn-primary { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.btn-primary:hover { color: #fff; background-color: #297acc; border-color: #297acc; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #297acc; border-color: #297acc; }
.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #297acc; border-color: #297acc; }
.btn-outline-primary { color: #0C70EB; border-color: #0C70EB; }
.btn-outline-primary:hover { color: #fff; background-color: #297acc; border-color: #297acc; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #0C70EB; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.badge-primary { color: #fff; background-color: #0C70EB; }
a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #297acc; }
a.badge-primary:focus, a.badge-primary.focus { outline: 0; }

.btn-secondary { color: #333; background-color: #fff474; border-color: #fff474; }
.btn-secondary:hover { color: #333; background-color: #fff474; border-color: #fff474; }
.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #fff474; border-color: #fff474; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #fff474; border-color: #fff474; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #333; background-color: #fff474; border-color: #fff474; }
.btn-outline-secondary { color: #fff474; border-color: #fff474; }
.btn-outline-secondary:hover { color: #fff; background-color: #fff474; border-color: #fff474; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #fff474; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #333; background-color: #fff474; border-color: #fff474; }
.badge-secondary { color: #fff; background-color: #fff474; }
a.badge-secondary:hover, a.badge-secondary:focus { color: #333; background-color: #fff474; }
a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; }

.btn-warning { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:hover { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-outline-warning { color: #fb5607; border-color: #fb5607; }
.btn-outline-warning:hover { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #fb5607; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #fb5607; border-color: #fb5607; }
.badge-warning { color: #fff; background-color: #fb5607; }
a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #fb5607; }
a.badge-warning:focus, a.badge-warning.focus { outline: 0; }

.btn-light { background-color: #FFFFFF; color: #0C70EB; border: 1px solid #0C70EB; }
.btn-light:hover { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.btn-light:focus, .btn-light.focus { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.btn-light.disabled, .btn-light:disabled { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #297acc; border-color: #297acc; }
.btn-outline-light { color: #0C70EB; border: 1px solid #0C70EB; }
.btn-outline-light:hover { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #0C70EB; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #0C70EB; border-color: #0C70EB; }
.badge-light { color: #fff; background-color: #fff; color: #0C70EB; border: 1px solid #0C70EB; }
a.badge-light:hover, a.badge-light:focus { color: #fff; background-color: #0C70EB; }
a.badge-light:focus, a.badge-light.focus { outline: 0; }

.alert { 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; }

.alert-primary { color: #ffffff; background-color: #0C70EB; border-color: #0C70EB; }
.alert-primary hr { border-top-color: #297acc; }
.alert-primary .alert-link { color: #ffffff; }

.alert-secondary { color: #333; background-color: #fff474; border-color: #fff474; }
.alert-secondary hr { border-top-color: #fff474; }
.alert-secondary .alert-link { color: #333; }

.alert-warning { color: #ffffff; background-color: #fb5607; border-color: #fb5607; }
.alert-warning hr { border-top-color: #fb5607; }
.alert-warning .alert-link { color: #ffffff; }

.alert-light { color: #0C70EB; background-color: #ffffff; border-color: #0C70EB; }
.alert-light hr { border-top-color: #297acc; }
.alert-light .alert-link { color: #0C70EB; }




a.cta_button { border-color:#0C70EB !important; background: #0C70EB !important; text-decoration: none; display: inline-block; padding: 8px 16px; margin-bottom: 0; font-size: 18px; font-weight: 400; line-height: 1.2; text-align: center; vertical-align: middle; cursor: pointer; color: #fff; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
; }
a.cta_button:hover { background: #297acc !important; border-color: #297acc !important; color: #ffffff !important; }
a.cta_button p { color:#fff !important; }
body a.cta_button.cimg { overflow: hidden; border: none; background: none !important; padding: 0 !important; 
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
; 
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
; }

h1,.h1 { font-size: 48px; }
h2,.h2 { font-size: 36px; }
h3,.h3 { font-size: 30px; }
h4,.h4 { font-size: 26px; }
h5,.h5 { font-size: 22px; }
h6,.h6 { font-size: 18px; }

.modal .modal-header .close { opacity: 1; margin: 0; }
.modal .modal-header .close span { display: block; line-height: 1; font-size: 40px; font-weight: 300; position: absolute; right: 15px; top: 4px; }

.bgi { color: #fff; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
.bgov:before { display: block; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 30%); }

/* Slider */
.slick-slider { font-size: 0; position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -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); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; font-size: initial; }
.slick-slide>div { font-size: initial; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dotted { padding-bottom: 60px; }


/* Arrows */
.slick-prev,
.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; background: none; padding: 0; z-index: 1; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; border: none; outline: none; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { outline: none; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before,
.slick-next:before { font-family: 'Font Awesome 5 Pro'; font-size: 20px; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.slick-prev { left: 0; }
[dir='rtl'] .slick-prev { right: 0; left: auto; }
.slick-prev:before { content: "\f053"; }
[dir='rtl'] .slick-prev:before { content: "\f053"; }
.slick-next { right: 0; }
[dir='rtl'] .slick-next { right: auto; left: 0; }
.slick-next:before { content: "\f054"; }
[dir='rtl'] .slick-next:before { content: "\f054"; }

/* Dots */
.slick-dots { font-size: 0; display: block; width: 100%; padding: 10px 0 0 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; display: block; padding: 0; cursor: pointer; border: 0; outline: 0; background: transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { background: #0C70EB; }
.slick-dots li button:before { width: 15px; height: 15px; margin: 5px; content: ''; display: block; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #fff; border: 1px solid #0C70EB; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
; 
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
; }
.slick-dots li.slick-active button:before { background: #0C70EB; }

/* This is for the blog */
.snippet { background: #efefef; padding: 20px; margin: 50px auto; max-width: 700px; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
; }
.snippet h2 { font-size: 24px; margin-top: 0; }
.snippet ul, .snippet ol { padding-left: 30px; margin: 50px 0 0 0; }
.snippet li { padding-left: 10px; }
.snippet li::marker { font-weight: 900; }

.contPost p { margin-bottom: 30px; line-height: 1.6; }
.contPost ol, .contPost ul { margin: 30px 0; }
.contPost ol li, .contPost ul li { margin-bottom: 15px; }
.contPost blockquote { margin: 30px 0; font-style: italic; border-color: #0C70EB; }

.contPillar p { margin-bottom: 30px;line-height: 1.6; }
.contPillar ol, .contPillar ul { margin: 30px 0; }
.contPillar ol li, .contPillar ul li { margin-bottom: 15px; }
.contPillar blockquote { margin: 30px 0; font-style: italic; border-color: #0C70EB; }
.contPillar a { color: #0C70EB; }

.socials .fab { text-decoration: none; margin: 0 5px; color: #0C70EB; }

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}

.load-spin-wrapper { text-align: center; width: 100%; }
.load-spin-wrapper .fa-spinner { font-size: 40px; color: #0C70EB; }
.load-spin-wrapper.go .fa-spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}



.navPr { border:none; margin: 0; min-height: 0; background: #fff; line-height: 1.2; z-index: 9; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-brand { height: auto; width: 160px; }
.navPr .navbar-brand>img { width: 100%; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-toggler { position: absolute; right: 0; top: 11px; border:none; background: none; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-toggler .icon-bar { display: block; height: 4px; width: 34px; margin: 5px 0; background: #0C70EB; 
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
.navPr .navbar-toggle:hover { background: none; }
.navPr .navbar-toggle:hover .icon-bar { background: #0C70EB; }
.navPr .navbar-toggle:focus { background: none; }
.navPr .navbar-toggle:focus .icon-bar { background: #0C70EB; }
.navPr .menuPr ul { margin: 0; padding: 0; list-style: none; }
.navPr .menuPr ul li.hs-menu-item>a { display: block; padding: 8px 0; text-decoration: none;color: #6c7680;    padding-top: 15px;    padding-bottom: 9px;    border: none;    border-bottom: 4px solid transparent; }
.navPr .menuPr ul li.active-branch>a { color: #fff474; }
.navPr .menuPr ul li.hs-item-has-children:before { content: "\f078"; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 12px; position: absolute; right: 15px; top: 16px; }


.bannerDownload .img { margin: 0 auto; width: 290px; height: 193px; background-size: cover; background-repeat: no-repeat; background-position: center; }


footer { position: absolute; left: 0; bottom:0; width: 100%; }
footer .brand { width: 120px; display: inline-block; }
footer .menu ul { margin: 0; padding: 0; }
footer .menu ul li { display: inline-block; }

@media (max-width: 767px) {
	
	.navPr .menuPr ul li.hs-menu-item>a { font-size: 18px; padding: 12px 10px; }
	.navPr .menuPr ul li.hs-item-has-children>ul { display: none; }
	.navPr .menuPr ul li.hs-item-has-children>a { padding-right: 40px; }
	.navPr .menuPr ul li.hs-item-has-children ul { padding-right: 0; padding-left: 10px; }
	.navPr .menuPr ul li.hs-menu-depth-1.active>a { background: #0C70EB; color: #fff; padding-top: 25px; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children { cursor: pointer; }
	.navPr .menuPr ul li.hs-item-has-children { position: relative; }
	.navPr .menuPr ul li.hs-menu-depth-2>a { color: #0C70EB; }
	.navPr .cta { padding: 15px 10px; }
	
} /* End 767px */

@media (min-width: 768px) {

	/* This is for the blog */
	.snippet { padding: 50px; }

	.navPr .menuPr ul { font-size: 0; padding-top: 8px; }
	.navPr .menuPr ul li.hs-item-has-children>a { pointer-events: none; }
	.navPr .menuPr ul li.hs-menu-depth-1 { display: inline-block; vertical-align: middle; position: relative; }
	.navPr .menuPr ul li.hs-menu-depth-1 ul { padding: 0; }
	.navPr .menuPr ul li.hs-menu-depth-1>ul { visibility: hidden; opacity: 0; position: absolute; left: 50%; z-index: 3; background: #ffffff; 
-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; 
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
; }
	.navPr .menuPr ul li.hs-menu-depth-1>a { font-size: 12px; text-align: center; padding: 5px 8px; display: table-cell; vertical-align: middle; height: 40px; }
	.navPr .menuPr ul li.hs-menu-depth-1:hover>a { color: #4c5359;    border-color: #f0f1f3;}
	.navPr .menuPr ul li.hs-menu-depth-1:last-child>a { max-width: 85px; }
	.navPr .menuPr ul li.hs-menu-depth-1.active>a { color: #0C70EB; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children:hover>ul { opacity: 1; visibility: visible; }
	.navPr .menuPr ul li.hs-menu-depth-1.hs-item-has-children:before { right: 0; top: 18px; font-size: 6px; }
	.navPr .menuPr ul li.hs-menu-depth-2>a { color: #000; font-size: 12px; padding: 10px 12px; }
	.navPr .menuPr ul li.hs-menu-depth-2>ul { visibility: hidden; opacity: 0; position: absolute; left: 100%; top: 0; z-index: 3; background: #ffffff; 
-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
; }
	.navPr .menuPr ul li.hs-menu-depth-2>ul { padding: 0 5px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children { padding-right: 8px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children::before { content: "\f054"; right: 8px; top: 11px; font-size: 10px; }
	.navPr .menuPr ul li.hs-menu-depth-2.hs-item-has-children:hover>ul { opacity: 1; visibility: visible; }
	.navPr .menuPr ul li.hs-menu-depth-2:hover>a { color: #297acc; }
	.navPr .menuPr ul li.hs-menu-depth-3>a { color: #000; font-size: 12px; padding: 10px 12px; }
	.navPr .menuPr ul li.hs-menu-depth-3.active>a { background: #0C70EB; color: #fff; }
	.navPr .menuPr ul li.hs-menu-depth-3:hover>a { color: #297acc; }
	.navPr .menuPr { display: inline-block; vertical-align: middle; }
	.navPr .cta { display: inline-block; vertical-align: middle; }
	.navPr .cta a { font-size: 14px; }
	

	.bannerDownload .img { position: absolute; left: 0; top: 0; width: 40%; height: 100%; }

} /* End 768px */

@media (min-width: 992px) {

	h1,.h1 { font-size: 44px; }
	h2,.h2 { font-size: 36px; }
	h3,.h3 { font-size: 32px; }
	h4,.h4 { font-size: 28px; }
	h5,.h5 { font-size: 24px; }
	h6,.h6 { font-size: 20px; }
}

@media (min-width: 1200px) {
} /* End 1200px */


@media (min-width: 1600px){

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl { max-width: 1470px; }

	.row-cols-xxl-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	.row-cols-xxl-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
	.row-cols-xxl-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
	.row-cols-xxl-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
	.row-cols-xxl-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20% }
	.row-cols-xxl-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
	.col-xxl-12 { width: 100% }
	.col-xxl-11 { width: 91.66666667% }
	.col-xxl-10 { width: 83.33333333% }
	.col-xxl-9 { width: 75% }
	.col-xxl-8 { width: 66.66666667% }
	.col-xxl-7 { width: 58.33333333% }
	.col-xxl-6 { width: 50% }
	.col-xxl-5 { width: 41.66666667% }
	.col-xxl-4 { width: 33.33333333% }
	.col-xxl-3 { width: 25% }
	.col-xxl-2 { width: 16.66666667% }
	.col-xxl-1 { width: 8.33333333% }
	
	.col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% }
	.col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% }
	.col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% }
	.col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% }
	.col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% }
	.col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
	.col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% }
	.col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% }
	.col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% }
	.col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% }
	.col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% }
	.col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
	
	.order-xxl-first { -ms-flex-order: -1; order: -1 }
	.order-xxl-last { -ms-flex-order: 13; order: 13 }
	.order-xxl-0 { -ms-flex-order: 0; order: 0 }
	.order-xxl-1 { -ms-flex-order: 1; order: 1 }
	.order-xxl-2 { -ms-flex-order: 2; order: 2 }
	.order-xxl-3 { -ms-flex-order: 3; order: 3 }
	.order-xxl-4 { -ms-flex-order: 4; order: 4 }
	.order-xxl-5 { -ms-flex-order: 5; order: 5 }
	.order-xxl-6 { -ms-flex-order: 6; order: 6 }
	.order-xxl-7 { -ms-flex-order: 7; order: 7 }
	.order-xxl-8 { -ms-flex-order: 8; order: 8 }
	.order-xxl-9 { -ms-flex-order: 9; order: 9 }
	.order-xxl-10 { -ms-flex-order: 10; order: 10 }
	.order-xxl-11 { -ms-flex-order: 11; order: 11 }
	.order-xxl-12 { -ms-flex-order: 12; order: 12 }
	.offset-xxl-0 { margin-left: 0 }
	.offset-xxl-1 { margin-left: 8.333333% }
	.offset-xxl-2 { margin-left: 16.666667% }
	.offset-xxl-3 { margin-left: 25% }
	.offset-xxl-4 { margin-left: 33.333333% }
	.offset-xxl-5 { margin-left: 41.666667% }
	.offset-xxl-6 { margin-left: 50% }
	.offset-xxl-7 { margin-left: 58.333333% }
	.offset-xxl-8 { margin-left: 66.666667% }
	.offset-xxl-9 { margin-left: 75% }
	.offset-xxl-10 { margin-left: 83.333333% }
	.offset-xxl-11 { margin-left: 91.666667% }
	.d-xxl-none { display:none!important }
	.d-xxl-inline { display: inline!important }
	.d-xxl-inline-block { display: inline-block!important }
	.d-xxl-block { display: block!important }
	.d-xxl-table { display: table!important }
	.d-xxl-table-row { display: table-row!important }
	.d-xxl-table-cell { display: table-cell!important }
	.d-xxl-flex { display: -ms-flexbox!important; display: flex!important }
	.d-xxl-inline-flex { display: -ms-inline-flexbox!important; display: inline-flex!important }
	.flex-xxl-row { -ms-flex-direction:row!important; flex-direction: row!important }
	.flex-xxl-column { -ms-flex-direction: column!important; flex-direction: column!important }
	.flex-xxl-row-reverse { -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important }
	.flex-xxl-column-reverse { -ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important }
	.flex-xxl-wrap { -ms-flex-wrap: wrap!important; flex-wrap: wrap!important }
	.flex-xxl-nowrap { -ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important }
	.flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important }
	.flex-xxl-fill { -ms-flex: 1 1 auto!important; flex: 1 1 auto!important }
	.flex-xxl-grow-0 { -ms-flex-positive: 0!important; flex-grow: 0!important }
	.flex-xxl-grow-1 { -ms-flex-positive: 1!important; flex-grow: 1!important }
	.flex-xxl-shrink-0 { -ms-flex-negative: 0!important; flex-shrink: 0!important }
	.flex-xxl-shrink-1 { -ms-flex-negative: 1!important; flex-shrink: 1!important }
	.justify-content-xxl-start { -ms-flex-pack: start!important; justify-content: flex-start!important }
	.justify-content-xxl-end { -ms-flex-pack: end!important; justify-content: flex-end!important }
	.justify-content-xxl-center { -ms-flex-pack: center!important; justify-content: center!important }
	.justify-content-xxl-between { -ms-flex-pack: justify!important; justify-content: space-between!important }
	.justify-content-xxl-around { -ms-flex-pack: distribute!important; justify-content: space-around!important }
	.align-items-xxl-start { -ms-flex-align: start!important; align-items: flex-start!important }
	.align-items-xxl-end { -ms-flex-align: end!important; align-items: flex-end!important }
	.align-items-xxl-center { -ms-flex-align: center!important; align-items: center!important }
	.align-items-xxl-baseline { -ms-flex-align: baseline!important; align-items: baseline!important }
	.align-items-xxl-stretch { -ms-flex-align: stretch!important; align-items: stretch!important }
	.align-content-xxl-start { -ms-flex-line-pack: start!important; align-content: flex-start!important }
	.align-content-xxl-end { -ms-flex-line-pack: end!important; align-content: flex-end!important }
	.align-content-xxl-center { -ms-flex-line-pack: center!important; align-content: center!important }
	.align-content-xxl-between { -ms-flex-line-pack: justify!important; align-content: space-between!important }
	.align-content-xxl-around { -ms-flex-line-pack: distribute!important; align-content: space-around!important }
	.align-content-xxl-stretch { -ms-flex-line-pack: stretch!important; align-content: stretch!important }
	.align-self-xxl-auto { -ms-flex-item-align: auto!important; align-self: auto!important }
	.align-self-xxl-start { -ms-flex-item-align: start!important; align-self: flex-start!important }
	.align-self-xxl-end { -ms-flex-item-align: end!important; align-self: flex-end!important }
	.align-self-xxl-center { -ms-flex-item-align: center!important; align-self: center!important }
	.align-self-xxl-baseline { -ms-flex-item-align: baseline!important; align-self: baseline!important }
	.align-self-xxl-stretch { -ms-flex-item-align: stretch!important; align-self: stretch!important }
	.float-xxl-left { float:left!important }
	.float-xxl-right { float: right!important }
	.float-xxl-none { float: none!important }
	.m-xxl-0 { margin:0!important } .mt-xxl-0,.my-xxl-0 { margin-top: 0!important } .mr-xxl-0,.mx-xxl-0 { margin-right: 0!important } .mb-xxl-0,.my-xxl-0 { margin-bottom: 0!important } .ml-xxl-0,.mx-xxl-0 { margin-left: 0!important } .m-xxl-1 { margin: .25rem!important } .mt-xxl-1,.my-xxl-1 { margin-top: .25rem!important } .mr-xxl-1,.mx-xxl-1 { margin-right: .25rem!important } .mb-xxl-1,.my-xxl-1 { margin-bottom: .25rem!important } .ml-xxl-1,.mx-xxl-1 { margin-left: .25rem!important } .m-xxl-2 { margin: .5rem!important } .mt-xxl-2,.my-xxl-2 { margin-top: .5rem!important } .mr-xxl-2,.mx-xxl-2 { margin-right: .5rem!important } .mb-xxl-2,.my-xxl-2 { margin-bottom: .5rem!important } .ml-xxl-2,.mx-xxl-2 { margin-left: .5rem!important } .m-xxl-3 { margin: 1rem!important } .mt-xxl-3,.my-xxl-3 { margin-top: 1rem!important } .mr-xxl-3,.mx-xxl-3 { margin-right: 1rem!important } .mb-xxl-3,.my-xxl-3 { margin-bottom: 1rem!important } .ml-xxl-3,.mx-xxl-3 { margin-left: 1rem!important } .m-xxl-4 { margin: 1.5rem!important } .mt-xxl-4,.my-xxl-4 { margin-top: 1.5rem!important } .mr-xxl-4,.mx-xxl-4 { margin-right: 1.5rem!important } .mb-xxl-4,.my-xxl-4 { margin-bottom: 1.5rem!important } .ml-xxl-4,.mx-xxl-4 { margin-left: 1.5rem!important } .m-xxl-5 { margin: 3rem!important } .mt-xxl-5,.my-xxl-5 { margin-top: 3rem!important } .mr-xxl-5,.mx-xxl-5 { margin-right: 3rem!important } .mb-xxl-5,.my-xxl-5 { margin-bottom: 3rem!important } .ml-xxl-5,.mx-xxl-5 { margin-left: 3rem!important } .p-xxl-0 { padding: 0!important } .pt-xxl-0,.py-xxl-0 { padding-top: 0!important } .pr-xxl-0,.px-xxl-0 { padding-right: 0!important } .pb-xxl-0,.py-xxl-0 { padding-bottom: 0!important } .pl-xxl-0,.px-xxl-0 { padding-left: 0!important } .p-xxl-1 { padding: .25rem!important } .pt-xxl-1,.py-xxl-1 { padding-top: .25rem!important } .pr-xxl-1,.px-xxl-1 { padding-right: .25rem!important } .pb-xxl-1,.py-xxl-1 { padding-bottom: .25rem!important } .pl-xxl-1,.px-xxl-1 { padding-left: .25rem!important } .p-xxl-2 { padding: .5rem!important } .pt-xxl-2,.py-xxl-2 { padding-top: .5rem!important } .pr-xxl-2,.px-xxl-2 { padding-right: .5rem!important } .pb-xxl-2,.py-xxl-2 { padding-bottom: .5rem!important } .pl-xxl-2,.px-xxl-2 { padding-left: .5rem!important } .p-xxl-3 { padding: 1rem!important } .pt-xxl-3,.py-xxl-3 { padding-top: 1rem!important } .pr-xxl-3,.px-xxl-3 { padding-right: 1rem!important } .pb-xxl-3,.py-xxl-3 { padding-bottom: 1rem!important } .pl-xxl-3,.px-xxl-3 { padding-left: 1rem!important } .p-xxl-4 { padding: 1.5rem!important } .pt-xxl-4,.py-xxl-4 { padding-top: 1.5rem!important } .pr-xxl-4,.px-xxl-4 { padding-right: 1.5rem!important } .pb-xxl-4,.py-xxl-4 { padding-bottom: 1.5rem!important } .pl-xxl-4,.px-xxl-4 { padding-left: 1.5rem!important } .p-xxl-5 { padding: 3rem!important } .pt-xxl-5,.py-xxl-5 { padding-top: 3rem!important } .pr-xxl-5,.px-xxl-5 { padding-right: 3rem!important } .pb-xxl-5,.py-xxl-5 { padding-bottom: 3rem!important } .pl-xxl-5,.px-xxl-5 { padding-left: 3rem!important } .m-xxl-n1 { margin: -.25rem!important } .mt-xxl-n1,.my-xxl-n1 { margin-top: -.25rem!important } .mr-xxl-n1,.mx-xxl-n1 { margin-right: -.25rem!important } .mb-xxl-n1,.my-xxl-n1 { margin-bottom: -.25rem!important } .ml-xxl-n1,.mx-xxl-n1 { margin-left: -.25rem!important } .m-xxl-n2 { margin: -.5rem!important } .mt-xxl-n2,.my-xxl-n2 { margin-top: -.5rem!important } .mr-xxl-n2,.mx-xxl-n2 { margin-right: -.5rem!important } .mb-xxl-n2,.my-xxl-n2 { margin-bottom: -.5rem!important } .ml-xxl-n2,.mx-xxl-n2 { margin-left: -.5rem!important } .m-xxl-n3 { margin: -1rem!important } .mt-xxl-n3,.my-xxl-n3 { margin-top: -1rem!important } .mr-xxl-n3,.mx-xxl-n3 { margin-right: -1rem!important } .mb-xxl-n3,.my-xxl-n3 { margin-bottom: -1rem!important } .ml-xxl-n3,.mx-xxl-n3 { margin-left: -1rem!important } .m-xxl-n4 { margin: -1.5rem!important } .mt-xxl-n4,.my-xxl-n4 { margin-top: -1.5rem!important } .mr-xxl-n4,.mx-xxl-n4 { margin-right: -1.5rem!important } .mb-xxl-n4,.my-xxl-n4 { margin-bottom: -1.5rem!important } .ml-xxl-n4,.mx-xxl-n4 { margin-left: -1.5rem!important } .m-xxl-n5 { margin: -3rem!important } .mt-xxl-n5,.my-xxl-n5 { margin-top: -3rem!important } .mr-xxl-n5,.mx-xxl-n5 { margin-right: -3rem!important } .mb-xxl-n5,.my-xxl-n5 { margin-bottom: -3rem!important } .ml-xxl-n5,.mx-xxl-n5 { margin-left: -3rem!important } .m-xxl-auto { margin: auto!important } .mt-xxl-auto,.my-xxl-auto { margin-top: auto!important } .mr-xxl-auto,.mx-xxl-auto { margin-right: auto!important } .mb-xxl-auto,.my-xxl-auto { margin-bottom: auto!important } .ml-xxl-auto,.mx-xxl-auto { margin-left: auto!important }
	.text-xxl-left { text-align:left!important } .text-xxl-right { text-align: right!important } .text-xxl-center { text-align: center!important }
	
	.d-xxl-flex { display: -ms-flexbox!important; display: flex!important; }

} /* End 1600px */


/*Nav*/
.navbar-brand.smallLogo{height:27px;  width:50px;}

/*Footer*/
.footer .menuPr ul li{display: block;}
.footer .menuPr ul li:first-of-type a{text-decoration:none;  margin-bottom:15px;  color:black;  font-size:1rem;  cursor:initial;}
.footer .menuPr ul li:first-of-type {  margin-bottom:15px; }
.footer .menuPr ul li a{color:#9b9b9b;  font-size:1rem;  }
.footer .menuPr ul{padding-left:0;}
.footer .font-color-orangina{color:#f90!important;}
.footer .text-md{font-size:16px;}

/*Pricing*/
.pricing .feature-div{  border-radius: 6px;    padding: 16px 30px 18px;    border: 5px solid #f0f1f2;       border: 1px solid #F1F1F2;    box-sizing: border-box;    min-height: 277px;background:#FCFBFA;}
.pricing .feature-div .years{font-size:32px;}
.pricing .feature-div .price-year {    font-size: 35px;    color: #0C70EB;     }
.pricing .feature-div .price {    padding-top: 16px;       font-weight: 300;}
.pricing .feature-div .savings {    color: #0C70EB;    text-align: center;    font-weight: 300;}
.pricing .feature-div .btn-primary:hover {    background-color: #297acc;    }
.pricing .Need-help{font-size: 18px;    line-height: 1.33;    letter-spacing: 0.4px;    text-align: center;    color: #333333;}

/*Transparent pricing*/
.pricingTransparent hr.orange {  background-color: #FACD48;  height: 1px;}
.pricingTransparent .prices {  border-radius: 2px;  padding: 0 10px;  background-color: #FFFFFF;  -webkit-transition: background-color 0.2s;  transition: background-color 0.2s;}
.pricingTransparent .Percent {  font-size: 18px;  font-weight: 300;  line-height: 1.33;  letter-spacing: 0.4px;  text-align: center;  color: #999999;  padding-bottom: 6px;}
.pricingTransparent .Costs {    font-size: 18px;    line-height: 1.33;    text-align: center;    color: #6c7680;    padding-bottom: 6px;}
.pricingTransparent .col-smt-4, .pricingTransparent .col-smt-3, .pricingTransparent .col-smt-2 {  width:100%; }
.pricingTransparent hr.small{  width:50%;}


@media (min-width: 1200px){
  .pricingTransparent .seven-cols .col-smt-4 {    -ms-flex: 0 0 14.285714285714285714285714285714%;    flex: 0 0 14.285714285714285714285714285714%;    max-width: 14.285714285714285714285714285714%;  }
  .pricingTransparent .seven-cols .col-smt-3 {    -ms-flex: 0 0 20%;    flex: 0 0 20%;    max-width: 20%;  }
  .pricingTransparent .seven-cols .col-smt-2 {    -ms-flex: 0 0 33.3%;    flex: 0 0 33.3%;    max-width: 33.3%;  }
  .pricingTransparent hr.small{    width:100%;  }
}

/*PRicing Quote*/
.pricingQuote .pricing-column{border-radius: 6px;    padding: 16px 30px 18px;    border: 5px solid #f0f1f2;    margin-bottom: 5px;    background-color: #ffffff;    -webkit-transition: background-color 0.2s;    transition: background-color 0.2s;    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);    border: solid 1px #f0f1f2;}
.pricingQuote .title{    letter-spacing: 0.4px;    text-align: center;    font-size: 24px;    color: #0c70eb;}
.pricingQuote .discount{text-decoration: line-through;    color: #ff0200;    font-size: 20px;}
.pricingQuote .price .dollar {    font-size: 18px;    font-weight: 300;    line-height: 1.33;    letter-spacing: 0.4px;    color: #333333;    vertical-align: 90%;}
.pricingQuote .price .amount {    font-size: 56px;    font-weight: 300;    line-height: 1.29;    color: #333333;}
.pricingQuote .price .time {    font-size: 18px;    font-weight: 300;    line-height: 1.33;    letter-spacing: 0.4px;    color: #333333;}
.pricingQuote .btn-round{border-radius:45px;}
.pricingQuote .info p{font-size: 16px;    font-weight: 300;    line-height: 1.5;    letter-spacing: 0.4px;    text-align: center;    color: #333333;}
.pricingQuote .end-date a{letter-spacing: 0.4px;    text-align: center;    font-size: 14px;    color: #8993a1;    font-weight: 100;}
.pricingQuote .subtitle{color: #6c7680;    font-size: 18px;    font-weight: 300;}

/*Dowload your quote*/
.downQuote .btn-round{border-radius:45px;}
.downQuote p{padding-bottom: 35px;    color: #6c7680;    font-size: 18px;    font-weight: 300;}

/*simple Text*/
.simpleText .btn-round{border-radius:45px;}
.simpleText p{padding-bottom: 35px;    color: #333;    font-size: 18px; }

/*Courses*/
.courses .courses-column {    border-radius: 2px;    padding: 16px 30px 18px;    border: 2px solid #EEEEEE;    margin-bottom: 10px;    margin-left: -5px;    margin-right: 5px;    background-color: #FFFFFF;    -webkit-transition: background-color 0.2s;    transition: background-color 0.2s;}
.font-color-orangina {    color: #f90!important;}
.courses .trainings a{text-decoration:none;}
.courses .trainings .training-title {    color: #3dacff;}
.courses .trainings .training-level, .courses .trainings .training-description {    color: #4c5359;}

/*getStarted*/
.getStarted .btn-round{border-radius:45px;}
.getStarted .courses-description {    border-radius: 2px;    border: 2px solid #EEEEEE;    margin-bottom: 50px;    background-color: #FFFFFF;    -webkit-transition: background-color 0.2s;    transition: background-color 0.2s;}
.getStarted .modules,.getStarted .benefits{  color:#8D99A6;}
.text-lg{font-size:20px;}
.getStarted .benefits ul {    list-style: none; padding-left:0px;}
.getStarted .benefits ul li {    position: relative;}
.getStarted .benefits ul li:before {    content: "\f00c";    font-family: "Font Awesome 5 Pro";    font-weight: 900;      color: #428B16;  padding-bottom:10px;}

/* Coaching*/
.coaching .btn-round{border-radius:45px;}
.coaching .hligths:before{content:"";  background:url("https://20625097.fs1.hubspotusercontent-na1.net/hubfs/20625097/images/arrow_divider2.png");    display: block;    background-size: 72px;    height: 72px;    background-repeat: no-repeat;    padding: 45px;    background-position: center;}

.coaching .bnef:before{content:"";  background:url("https://20625097.fs1.hubspotusercontent-na1.net/hubfs/20625097/images/arrow_divider2.png");    display: block;    background-size: 72px;    height: 72px;    background-repeat: no-repeat;    padding: 45px;    background-position: center;}

.coaching .highlight{padding-bottom:7px; padding-top:7px; border-right:solid 1px #AFAFB3;}

.coaching .highlight:nth-last-of-type(1){border-right:none !important;}

@media (max-width: 425px){
  .coaching .highlight{border-right:none !important;}
}

/*certificate*/
.certificates .btn-round{border-radius:45px;}

.certificates .courses-column {    border-radius: 2px;    padding: 16px 30px 18px;    border: 2px solid #EEEEEE;    margin-bottom: 70px;    background-color: #FFFFFF;       -webkit-transition: background-color 0.2s;    transition: background-color 0.2s;}

.certificates .courses-column:nth-of-type(1){    margin-left: -5px;    margin-right: 5px;   }
.certificates .courses-column:nth-of-type(3){   margin-left: 5px;    margin-right: -5px;  }

@media (max-width: 425px){
.certificates .courses-column:nth-of-type(1){    margin-left: 5px;    margin-right: 5px;   }
.certificates .courses-column:nth-of-type(3){   margin-left: 5px;    margin-right: 5px;  }
}

.certificates .pdfColumn .title,.certificates .badgeColumn .title, .certificates .linkedIn .title{color:#3DACFF;text-transform:uppercase;font-weight:700;}
.certificates .pdfColumn .input input,.certificates .pdfColumn .completion, .linkedIn .certf{color:#8D99A6}


/*Information Column*/
.infoCol .btn-round{border-radius:45px;}