/*
 Theme Name:   InkSoft Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     inksoft
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child

	Colors Used:	

	- Gray 1 : #262A2E
	- Gray 2 : #3F454A
	- Gray 3 : #585F66
	- Gray 4 : #79828C
	- Gray 5 : #D4DCE4
	- Gray 6 : #F3F5F8
	- Gray 7 : #FEFEFE
	
	- Brand Red		 : #FF5B59
	- Brand Blue	 : #46ADEB
	- Brand Green	 : #48C585
	- Brand Yellow : #FFBA41

	- Primary Blue IUI : #2196f3;

*/


/*=================================
	Global
	---------------------------------*/
	
	
* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	border: none;
	overflow-x: hidden;
	/* padding-top: 83px; */
}

.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%; 
	vertical-align: middle; 
	overflow: hidden; 
}

.svg-container svg {
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.img-container img {
	width: 100%;
}

#no-title-divider {
	border: none;
}

@media screen and (min-width: 768px) {
	.col-container {
		max-width: 1170px;
    width: 95%;
	}
}


/*=================================
	Utilities
	---------------------------------*/

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


/*=================================
	Grid Overrides
	---------------------------------*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


/*=================================
	Typography
	---------------------------------*/

/*

	*** DEVELOPER NOTE ***
	
	The following typography CSS styles are added in the 
	Custom CSS section on the INVADO Theme Options page. 
	
	http://inksoft.com/wp-admin/themes.php?page=optionsframework
	
	This is because the theme options from INVADO are 
	injected as inline styles after the css file is 
	loaded into the page.

	body {
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 18px;
	  font-weight: 400;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: rgba(0,0,0,.87);
	  font-family: 'Roboto', Arial, Helvetica, sans-serif;
	  font-weight: 700;
	  line-height: 1.5;
	}
	
	li, p, a {
		color: rgba(0,0,0,.87);
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.5;
	}
	
	*** END DEVELOPER NOTE ***

*/

a,
a:visited {
	color: #1968FC;
}

strong {
	font-weight: 500;
}

::selection {
  background: #ffe200 !important;
  color: #212121;
}

::-moz-selection {
  background: #ffe200 !important;
  color: #212121;
}

.heading-1 {
	color: rgba(0,0,0,.87);
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.heading-2 {
	color: rgba(0,0,0,.87);
	font-size: 1.5rem;
}

.heading-3 {
	color: rgba(0,0,0,.87);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}

.caption {
	color: rgba(0,0,0,.54);
	font-size: .875rem;
}

.caption-sm {
	font-size: .75rem;
}

.caps {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}


/*=================================
	Lists
	---------------------------------*/
	
.boxed-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.boxed-list li {
	background: #f5f5f5;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0 .5rem 0;
	padding: 1.125rem 1rem;
	position: relative;
	text-align: left;
}

.boxed-list i {
	color: rgba(0,0,0,.54);
	display: inline-block;
	font-size: 1.5rem;
	left: 4px;
	margin-right: 16px;
	margin-top: -5px;
	position: relative;
	top: 5px;
}

.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.check-list li {
	margin: 0 0 .5rem 0;
	position: relative;
	text-align: left;
}

.check-list i {
	color: #48c585;
	display: inline-block;
	font-size: 1.75rem;
	left: 4px;
	margin-right: 16px;
	margin-top: -5px;
	position: relative;
	top: 5px;
}

.inline-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inline-list li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
	

/*=================================
	Buttons
	---------------------------------*/

.btn {
	-webkit-border-radius: 8px;
		 -moz-border-radius: 6px;
		 			border-radius: 6px;
	-webkit-transition: all .2s ease;
		 -moz-transition: all .2s ease;
		 			transition: all .2s ease;
	font-size: 1rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1.5;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	-webkit-transition: .2s ease all;
	top: 0;
}

.btn--large {
	font-size: 1.125rem;
	padding: 14px 32px;
}

.btn i {
	display: inline-block;
	font-size: 1rem;
	margin-right: 2px;
	margin-top: -5px;
	position: relative;
	top: 5px;
	
}

.btn--large i {
	font-size: 1.7rem;
	margin-top: -7px;
	top: 7px;
}

/* Primary Button */

.btn-primary {
	background: #1968FC;
	border-color: #1968FC;
	color: #FFF;
	
}

.btn-primary:visited,
.btn-primary:focus {
	color: #FFF;
}

.btn-primary:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,.24);
	color: #FFF;
	top: -2px;
}

.btn-primary:active {
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
	color: #FFF;
}


.btn-primary--green {
	background: #48c585;	
}

.btn-primary--blue {
	background: #2196f3;	
}

.btn-primary--yellow {
	background: #ffc107;	
}


/* Secondary Button */

.btn-secondary {
	-webkit-box-shadow: 0 8px 30px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 8px 30px rgba(0,0,0,.3);
		 			box-shadow: 0 8px 30px rgba(0,0,0,.3);
	background: #FFF;
	color: #FF5B59;
	font-size: 1.1em;
}

.btn-secondary:hover {
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 4px 15px rgba(0,0,0,.3);
		 			box-shadow: 0 4px 15px rgba(0,0,0,.3);
	color: #FF5B59;
}

.btn-secondary:active {
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
	background: #FFF;
	color: #FF5B59;
}

.btn-secondary:visited,
.btn-secondary:focus {
	color: #FF5B59;
}

/* Flat Button */

.btn-flat,
.btn-flat:visited {
	background: transparent;
	color: #1968FC;
	display: inline-block;
	-webkit-transition: all .2s ease;
}

.btn-flat:hover {
	background: rgba(24, 104, 251, .12);
	color: #1968FC;
}

/* Ghost Button */

.btn-ghost,
.btn-ghost:visited {
  -webkit-transition: all .2s ease;
  border-color: #1968fc;
  box-shadow: inset 0 0 0 2px #1968fc;
  color: #1968fc;
}

.btn-ghost:hover {
  background: #1968fc;
  color: #fff;
}

.btn--blue {
	background: #2196F3;
	color: #fff;
}

.btn--blue:hover {
	background: #0b7ad5;
}


/* Link Button */

.btn-link {
	color: #1968FC;
	display: inline-block;
	font-size: .9em;
	letter-spacing: .075em;
	padding: 8px 16px;
	text-transform: uppercase;
}

.btn-link:hover {
	color: #46ADEB;
	opacity: .7;
	text-decoration: underline;
}

.btn-link:hover .btn-link_arrow {
	left: 8px;
}

.btn-link_arrow {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	left: 0;
	position: relative;
	top: 6px;
}

.btn-link--white,
.btn-link--white:hover,
.btn-link--white:visited {
	color: #fff;
}

.btn-dropdown {
	background: #f5f5f5;
	border-radius: 3px;
	color: rgba(0,0,0,.87);
	display: inline-block;
	line-height: 1;
	padding: 10px 40px 10px 16px;
	position: relative;
	-webkit-transition: all .3s ease;
}

.btn-dropdown:visited {
	color: rgba(0,0,0,.87);
}

.btn-dropdown:hover {
	background: #e0e0e0;
	text-decoration: none;
}

.btn-dropdown::after {
	border: none;
	color: rgba(0,0,0,.54);
  content: "keyboard_arrow_down";
	font-family: 'Material Icons';
	font-size: 1.5rem;
	margin: 0;
  padding: 0 8px; 
  position: absolute;
  right: 24px;
  top: 6px;
  vertical-align: none;
}

/* Icon Only Button */

.btn-icon {
	border-radius: 100px;
	color: rgba(0,0,0,.54);
	font-size: .875rem;
	height: 40px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 40px;
	-webkit-transition: all .3s ease;
}

.btn-icon i {
	bottom: 0;
	color: rgba(0,0,0,.54);
	left: 0;
	line-height: 40px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.btn-icon:hover {
	background: #f5f5f5;
}

/* Icon Left Button */



.btn-link-arrow,
.btn-link-arrow:visited {
	color: #1968fc;
	font-size: .925rem;
	font-weight: 500;
}

.btn-link-arrow i {
	font-size: .8rem;
	font-weight: bold;
	left: 0;
	position: relative;
	top: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-link-arrow:hover {
	text-decoration: underline;
} 

.btn-link-arrow:hover i {
	left: 4px;
}

#back-to-top {
	display: none !important;
}


/*=================================
	Menu
	---------------------------------*/

.iui-menu {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.20), 0 3px 6px rgba(0,0,0,.14);
	padding: 8px 0;
}

.iui-menu ul {
	margin: 0;
	padding: 0;
}

.iui-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.iui-menu a,
.iui-menu a:visited {
	color: rgba(0,0,0,.87);
	display: block;
	font-size: .875rem;
	padding: 8px 48px 8px 24px;
}

.iui-menu a:visited:active {
	color: #fff;	
}

.iui-menu li:hover {
	background: #f5f5f5;
}

.iui-menu li.active {
	background: #1968fc;
	color: #fff;
}

.iui-menu li.active a {
	color: #fff;
}


/*=================================
	Global: Form Styles
-----------------------------------*/

.form-instructions {
	color: #5B666D;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 15px;
}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

.form-group label {
	color: #262A2E;
	display: block;
	float: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 4px;
	width: 100%;
}

.symbol-required {
	color: #FF5B59;
}

.form-group .invalid-msg {
	color: #FA0000;
	display: none;
	font-size: .9em;
	position: absolute;
	right: 15px;
  top: 3px;
}

.form-group input,
.form-group textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
		 			border-radius: 2px;
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
	border: 1px solid #e0e0e0;
	color: #3C3F40;
	margin: 0;
	width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
	border: 1px solid #46ADEB;
}

.form-group textarea {
	min-height: 150px;
}

.form-group .icon-input-status {
	display: none;
	position: absolute;
  right: 33px;
  top: 37px;
}

.form-group .icon-input-status:before {
	font-size: 21px;
}

.form-group .icon-valid:before {
	color: #6BB421;
	top: 38px;
}

.form-group .icon-invalid:before {
	color: #FA0000;
}

.form-group .input-instructions {
	color: #5B666D;
	display: block;
	font-size: .9em;
	margin-top: 5px;
}

.form-group .input-instructions a {
	font-weight: 600;
}

.form-section {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.form-group input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
		 			border-radius: 4px;
	-webkit-transition: all .2s ease;
		 -moz-transition: all .2s ease;
		 			transition: all .2s ease;
	-webkit-box-shadow: 0 8px 30px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 8px 30px rgba(0,0,0,.3);
		 			box-shadow: 0 8px 30px rgba(0,0,0,.3);
	background: #FF5B59;
	border: none;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 auto;
	width: 230px;
	padding: 20px 30px;
	text-align: center;
}

.form-group input[type="submit"]:hover {
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 4px 15px rgba(0,0,0,.3);
		 			box-shadow: 0 4px 15px rgba(0,0,0,.3);
	color: #FFF;
}

.form-group input[type="submit"]:active {
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
	background: #FF7573;
	color: #FFF;
}

/* --- [ Invalid State ] --- */

.form-group.valid .icon-valid {
	display: block;
}

.form-group.invalid label {
	color: #FA0000;
}

.form-group.invalid input {
	background: #FFF8F8;
	border-color: #FA0000;
}

.form-group.invalid .invalid-msg {
	display: block;
}

/* All HubSpot Forms
	 More info and docs on styling these forms can be found at 
	 https://designers.hubspot.com/docs/cos/hubspot-form-markup#styling-forms
   ========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
	margin: 1rem 0;
	position: relative;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {
	color: rgba(0, 0, 0, 0.87);
	display: block;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

/* Labels (selects field labels and error messages) */
.hs-form label {
	display: block;
	float: none;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.87);
	margin: 0px 0px 0.25rem;
	width: 100%;
}

.hs-form-required {
	color: #ff5b59;
}

.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(217, 217, 217);
	border-image: initial;
	border-radius: 3px;
	box-shadow: none;
	color: rgba(0,0,0,.87);
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 16px;
	height: 40px;
	margin-bottom: 0;
	padding: 8px 12px;
	width: 100% !important;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {
	min-height: 150px;
}

.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {
	color: #202020;
	height: 40px;
	font-size: 16px;
	background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 98% 50%;
	-webkit-appearance: none;
}

.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form .hs-form-field ul.inputs-list {
	margin-left: 0;
}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

.hs-form li.hs-form-checkbox,
.hs-form li.hs-form-booleancheckbox {
	list-style: none;
}

.hs-form li.hs-form-booleancheckbox input {
	zoom: 1.5;
  margin-right: 8px;
  top: 2px;
  position: relative;
  margin-left: 0;	
}


.hs_i_agree_with_inksoft_s_terms_and_policies span {
	font-size: 1.3rem;
}

.hs_i_agree_with_inksoft_s_terms_and_policies li.hs-form-booleancheckbox input {
	zoom: 2;
}


.hs-form ul.inputs-list.multi-container {
	margin-top: 8px;
}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}

.hs-form input[type="radio"] {
	margin-right: 16px;
}

.hs-form label.hs-form-checkbox-display span {
	font-weight: 400;
}

.hs-form input[type="checkbox"] {
	margin-right: 16px;
}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {
	background-color: #fff0f0;
  border-color: #ff5b59;
}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {
	background-color: #fff;
	border: 2px solid #ff5b59;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
	color: #ff5b59;
	font-size: 14px;
	font-weight: 500;
}

.hs-form-field ul.hs-error-msgs.inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hs_error_rollup {
	background: rgba(255, 91, 89, .12);
	border-radius: 3px;
	padding: 16px 24px;
}

.hs_error_rollup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hs_error_rollup label {
	margin: 0;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.page-content-wrap .hs-form fieldset {
	max-width: none;
}

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

@media (max-width: 600px){
	
	.hs-form .form-columns-2 .hs-form-field {
		float: none !important;
		width: 100% !important;
	}
	
	.hs-form .form-columns-2 .hs-form-field:first-child {
		margin-bottom: 2rem;
	}
	
}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary {
	background: #1968FC;
	background-image: none;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 2rem auto;
	-webkit-appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: .2s ease all;
  width: 225px;
  top: 0;
}

body .hs-button.primary:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,.24);
	color: #FFF;
	top: -2px;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/*=================================
	Video Embed
	---------------------------------*/
	
.video-embed-wrap {
	margin-bottom: 48px;
  position: relative;
  padding-bottom: 52.5%;
  padding-top: 25px;
  height: 0;
}

.video-embed-wrap iframe {
  background: rgba(0,0,0,.12);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=================================
	Page Overlay
	---------------------------------*/

.page-overlay {
	background: rgba(0,0,0,.54);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9996;
}

.page-overlay.transparent {
	background: rgba(0,0,0,0);
}

/*=================================
	Page Callout
	---------------------------------*/
	
.page-callout {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;
	background: #F7F8FA;
	border: 1px solid #E8EBEB;
	margin-bottom: 60px;
	margin-top: 60px;
	padding: 25px 30px;
	position: relative;
}

.page-callout-heading {
	color: #686F73;
	font-size: 1.1em;
	font-weight: 600;
}

.page-callout p {
	color: #686F73;
}

.page-callout p:last-of-type {
	margin-bottom: 0;
}


/*=================================
	Page Section
	---------------------------------*/

.page-section {
	background: #F7F8FA;
	border-top: 1px solid #EBEEEE;
	padding: 70px 0;
	position: relative;
}

.page-section-light {
	background: #fff;
	border: none;
}

.page-section-header {
	padding: 0 32px;
	text-align: center;
}

.page-section-header h3 {
	font-size: 1.9em;
	font-weight: 700;
	line-height: 1.3;
}

.page-section-heading {
	font-size: 2rem;
	font-weight: 700;
}

.page-section-subheading {
	font-size: 1.25rem;
}

.page-section-header p {
	margin-bottom: 0;
}

.page-section-copyright {
	color: #d0d0d0;
	font-size: .65em;
	font-style: italic;
	position: absolute;
	bottom: 0;
	right: 5%;
}

.page-section-copyright a,
.page-section-copyright a:visited {
	color: #b0b0b0;
}

.page-section-divider {
	background: #eaeaea;
	clear:both;
	height: 3px;
}


/*=================================
	Content Callouts
-----------------------------------*/

.content-callouts,
.content-callouts li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.content-callouts {
	margin-bottom: 40px;
}

.content-callouts li {
	border-bottom: 1px solid #EAEAEA;
}

.content-callouts a {
	display: block;
	padding: 25px 70px 25px 20px;
	position: relative;
}

.content-callout-heading {
	color: #3C3F40;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 5px;
}

.content-callout-desc {
	color: #5B666D;
	margin: 0;
	max-width: 400px;
}

.content-callouts .arrow-icon {
	color: #FF5B59;
	font-size: 28px;
	margin-top: -20px;
	position: absolute;
	right: 30px;
	top: 50%;
}

.content-callouts a:hover,
.content-callouts a:hover .content-callout-heading, 
.content-callouts a:hover .content-callout-desc {
	color: #FF5B59;
}

	
/*=================================
	SITE HEADER
---------------------------------*/

.site-header {
	-webkit-transition: all .2s ease;
		 -moz-transition: all .2s ease;
		 			transition: all .2s ease;
	background: none !important;
	left: 0;
	margin: 0 auto;
	max-width: 1440px;
	padding: 40px 56px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9000;
}

/*
.site-header.fixed {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
		 -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
		 			box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
	
	position: fixed;
}
*/

.site-header_logo img {
	height: 56px;
	width: auto;
}

.site-header ul {
  margin: 0;
  padding: 0;
}

.site-header li {
  list-style: none;
  float: left;
  margin: 0 4px;
  padding: 0;
  position: relative;
}

.site-header .sub-menu li {
	float: none;
}

.site-header a {
	color: rgba(0,0,0,1);
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.site-header a:visited {
  color: rgba(0,0,0,.87);
}

.site-header a:hover {
  color: #1968FC;
}

.site-header .btn a,
.site-header .btn a:visited {
	color: #fff;
	font-size: .9375rem;
	font-weight: 700;
	padding: 8px 20px;
}


/* --- [ Main Nav ] --- */

.site-header-main-nav {
	margin-left: 24px;
  margin-top: 10px;
}


.site-header-main-nav li:hover .sub-menu {
  display: block;
}

.site-header-main-nav a {
  padding: 10px 15px;
}


/* --- [ Utility Nav ] --- */

.site-header-utility-nav {
  margin-top: 12px;
}

#menu-header-utility-nav {
	float: right;
	margin-left: 24px;
}

.site-header_contact {
	padding-left: 24px;
	position: relative;
	top: -2px;
}

.site-header_contact-tagline {
	color: rgba(0,0,0,.54);
	font-size: .75rem;
	margin: 0;
}

.site-header_contact a {
	color: rgba(0, 0, 0, .87);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.site-header_contact a:hover,
.site-header_contact a:visited {
	color: rgba(0,0,0,.87);
}	

.site-header_contact-icon {
	color: #48c585;
	font-size: 1.35rem;
	left: 0;
	position: absolute;
	bottom: 2px;
}


/* --- [ Mobile Menu Button ] --- */

a.btn-mobile-menu {
	display: none;
	line-height: 1;
	margin-top: 8px;
	padding: 8px;
}

@media screen and (max-width: 1080px) {	
	
	.site-header {
		padding: 16px;
	}
	
	.site-header_logo {
		margin-left: 16px;
	}
	
	a.btn-mobile-menu {
		display: block;
	}
	
	.site-header-main-nav {
		display: none;
	}
	
}

@media screen and (max-width: 585px){	
	
	.site-header .site-header_contact {
		display: none;
	}
	
}


@media screen and (max-width: 440px){	
	
	.site-header {
		padding-left: 8px;
	}
	
	.site-header_contact {
		display: none;
	}
	
	.site-header_logo {
		margin-left: 8px;
	}
	
	.site-header .btn-primary a {
		font-size: .875rem;
		padding: 8px 12px;
	}
	
}


/*--------------------------------------------------------------
## MOBILE NAV
--------------------------------------------------------------*/

#mobile-nav-wrap {
  background: #fff;
  display: none;
  font-size: 1.1em;
  height: 100%;
  left: 0;
  max-width: 400px;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 9998;
}

#mobile-nav-wrap ul {
  margin: 0;
  padding: 0;
}

#mobile-nav-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

#mobile-nav-wrap li a {
  color: rgba(0,0,0,.87);
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  outline: none;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

#mobile-nav-wrap .current-menu-item > a {
  color: #1968FC;
  text-decoration: underline;
}

#mobile-nav-wrap .btn-mobile-nav-close {
	background: #f0f0f0;
	border-radius: 8px;
	color: rgba(0,0,0,.87);
	display: inline-block;
	font-size: 1rem;
	height: 40px;
	line-height: 1;
	margin: 24px 24px 48px 24px;
	padding: 8px;
	position: relative;
}

#mobile-nav-wrap .btn-primary {
	display: block;
	margin: 56px auto 32px;
	width: 220px;
}

#mobile-nav-wrap .btn-primary a {
	color: #fff;
	font-size: 1rem;
}


#mobile-overlay {
  background: rgba(0,0,0,.54);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9997;
}


/* --- [ Nav Open ] --- */

.nav-open {
  overflow: hidden;
}

.nav-open #mobile-nav-wrap,
.nav-open #mobile-overlay {
	display: block;
}

#mobile-nav-wrap .site-header_contact {
  padding: 0;
	text-align: center;
}

#mobile-nav-wrap .site-header_contact a {
	font-size: 1.25rem;
}

#mobile-nav-wrap .site-header_contact i {
	display: inline-block;
	font-size: 1.5rem;
  margin-left: -8px;
	position: relative;
	top: 5px;
}

@media screen and (max-width: 585px){

	#mobile-nav-wrap {
		max-width: none;
	}
	
}

/*=================================
	SECTION SHARED STYLES
---------------------------------*/

.section {
	padding: 64px 0;
	position: relative;
	z-index: 2;
}

.section--narrow {
	padding: 100px 0;
}

.section--gray {
	background: #F3F5F8;
}

.section--blue {
	background: #2196F3;
}

.section--boxed {
	border-radius: 16px;
	margin: 0 auto;
	max-width: 1250px;
	width: 95%;
}

.section--dark {
	background: #212121;
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark li,
.section--dark p {
	color: #fff;
}

.section--light h1,
.section--light h2,
.section--light h3,
.section--light h4,
.section--light h5,
.section--light .heading-1 {
	color: #FFF;
}

.section--light .section-header_subheading,
.section--light p {
	color: rgba(255,255,255,.8);
}

.section-header {
	margin-bottom: 80px;
	position: relative;
	text-align: center;
	z-index: 5;
}

.section-header_heading .eyebrow {
	color: #79828C;
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
}

.section-header_btn {
	margin-top: 32px;
}

.section-svg--bg {
	position: absolute;
	z-index: 1;
}

.section-eyebrow {
  color: #1968fc;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-bottom: 2rem;
  position: relative;
  text-transform: uppercase;
}

.section-eyebrow_icon {
	background: #1968fc;
	border-radius: 8px;
	display: inline-block;
	height: 40px;
	left: 0;
	margin-right: 8px;
	padding: 8px;
	position: relative;
	top: 7px;
}

.section-eyebrow_icon i {
	color: #fff;
	line-height: 1;
}

.section-icon {
	background: #1968fc;
	border-radius: 8px;
	display: inline-block;
	height: 56px;
	margin-bottom: 24px;
	padding: 16px;
	text-align: center;
}

/*
.section-icon--green {
	background: #48c585;	
}

.section-icon--blue {
	background: #2196f3;	
}

.section-icon--yellow {
	background: #ffc107;	
}
*/

.section-icon i {
	color: #fff;
	line-height: 1;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.2;
}

.section-desc {
	font-size: 1.25rem;
	margin: 2rem 0 2.5rem;
}

.section-btn {
	padding-left: 40px;
	padding-right: 40px;
}

.section-caption {
	color: rgba(0,0,0,.54);
	font-style: italic;
	margin: 3rem 0 1.5rem;
}

.section-testimonial {
	margin: 2.5rem 0;
}

.section-testimonial_divider {
  height: 1px;
  background: rgba(0,0,0,.12);
  width: 200px;
}

.section-testimonial p {
	color: rgba(0,0,0,.54);
}

.section-testimonial_excerpt {
	font-style: italic;
	margin: 32px 0 16px;
}

.section-testimonial_source {
	font-size: .875rem;
}

.wp-block-image img {
	height: auto;
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 768px) {
	
	.section-header_heading {
		line-height: 1.3;
	}
}


/*=================================
	HEROSPACE SHARED STYLES
---------------------------------*/

.herospace {
	padding: 80px 0;
	position: relative;
	width: 100%;
}

.herospace-heading {
	line-height: 1.3;
	margin-bottom: 1em;
}

.herospace-subheading {
	line-height: 1.7;
	margin-bottom: 2em;
}


/*=================================
	PAGE WIDGET: Contact Us
---------------------------------*/

.section-contact-us {
	padding-top: 175px;
	padding-bottom: 100px;
}


/*=================================
	MODAL SHARED STYLES
---------------------------------*/

.modal {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.26), 0 14px 28px 0 rgba(0,0,0,0.25);
		 -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.26), 0 14px 28px 0 rgba(0,0,0,0.25);
	 				box-shadow: 0 10px 10px 0 rgba(0,0,0,0.26), 0 14px 28px 0 rgba(0,0,0,0.25);
	background: #fff;
	display: none;
	left: 0;
	margin: auto;
	max-width: 768px;
	padding: 50px 90px;
	position: fixed;
	right: 0;
	top: 10%;
	width: 95%;
	z-index: 9999;
}

.modal--full-screen {
	max-width: 65%;
	padding: 0;
}

.modal--full-screen .btn-modal-close {
	color: rgba(255,255,255,.7);
	right: 0;
	top: -32px;
}

.modal--full-screen .btn-modal-close:hover {
	color: #fff;
}

.btn-modal-close {
	color: #5B666D;  
	font-size: 1.1em;
	padding-left: 30px;
	position: absolute;
	right: 24px;
	top: 24px;
}

.btn-modal-close .ink-icon-close {
	font-size: 1.8em;
	left: 2px;
	line-height: 1;
	position: absolute;
	top: -2px;
}

.btn-modal-close:visited {
	color: #5B666D;
}

.btn-modal-close:hover {
	color: #FF5B59;
}

.modal-header {
	margin-bottom: 30px;
	text-align: center;
}

.modal-heading {
	font-size: 1.9em;
	font-weight: 500;
}

.modal-footer {
	margin-top: 30px;
	text-align: center;
}

.modal-footer .btn {
	margin-bottom: 40px;
}

.modal-footer p {
	margin: 0;
}

@media screen and (max-width: 620px) {
	
	.modal {
		padding: 50px 30px;
	}
	
	.modal--full-screen {
		padding: 0;
		max-width: 95%;
	}
}

/*
@media screen and (max-height: 900px) {
	
	.modal {
		position: absolute;
	}
}
*/


/*=================================
	MODAL: API Features
---------------------------------*/

.api-feature-list-header {
	border-bottom: 2px solid #e0e0e0;
}

.api-feature-list-header h4 {
	float: left;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
	position: relative;
	top: -4px;
}

.api-feature-list-header p {
	float: right;
	font-size: .85rem;
	margin: 0;
}

.api-feature-list {
	margin: 40px 0;
}

.api-feature-list table {
	width: 100%;
}

.api-feature-list table td {
	border-bottom: 1px solid #e0e0e0;
	font-size: .9rem;
	font-weight: 500;
	height: 40px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.api-feature-list .checkmark-icon {
	color: #58B682;
	left: 50%;
	margin-left: -12px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
}

.col-feature-label {
	width: 65%;
}

.col-feature-value {
	background: #F7F8FA;
	text-align: center;
	width: 35%;
}

.api-feature-footnotes {
	margin-top: 5px;
}

.api-feature-footnotes p {
	color: #808080;
	font-size: .8em;
	font-style: italic;
	margin: 0;
}


/*=================================
	SITE FOOTER
---------------------------------*/

.site-footer {
	padding-top: 64px;
}

.footer-col {
	margin-bottom: 20px;
	position: relative;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col li {
	list-style: none;
	margin: 0;
}

.footer-col a,
.footer-col a:visited {
	color: rgba(0,0,0,.87);
	display: inline-block;
	padding: 6px 0;
	position: relative;
}

.footer-col a:hover {
	color: #1968FC;
}

.footer-col .footer-col-heading {
	padding: 0;
}

.footer-col-heading a,
.footer-col-heading a:visited {
	color: rgba(0,0,0,.87);
	cursor: default;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 16px;
	pointer-events: none;
}

.footer-col-callout a {
	display: inline-block;
}

.footer-logo {
	width: 48px;
}

.footer-icon {
	padding-left: 32px;
	position: relative;
}

.footer-icon:before {
	color: rgba(0,0,0,.54);
	position: absolute;
	font-size: 1.3rem;
	left: 0;
	top: 0;
}

.footer-icon-phone:before {
  content: "call";
  font-family: 'Material Icons';
}

.footer-icon-email:before {
  content: "mail";
  font-family: 'Material Icons';
}

.footer-icon-help:before {
  content: "help";
  font-family: 'Material Icons';
}

.footer-icon-terms:before {
  content: "assignment_turned_in";
  font-family: 'Material Icons';
}

.site-footer .social-media-links {
	margin: 0 0 32px;
	text-align: center;
}

.site-footer .social-media-links ul {
	margin: 0;
	padding: 0;
}

.site-footer .social-media-links li {
	display: inline-block;
	list-style: none;
	margin: 0 8px;
	padding: 0;
}

.social-media-link {
	display: block;
	height: 24px;
	width: 24px;
}

.social-media-link_icon {
	width: 100%;
}

.site-copyright {
	clear: both;
	margin: 48px 0 0;
	text-align: center;
}

#copyright p {
	color: #79828C;
	font-size: .75em;
	margin: 0;
	padding: 0;
}

.footer-col .hiring-callout { display: none; }

/* HIRING CALLOUT 

Commenting out for now, we might want it back in the future

- Executive decision mabe by Michael Wolf on May 2, 2019 at 2:14 PM MST

.hiring-callout {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;
	background: #ff5b59;
	color: #fff;
	display: inline-block;
	font-size: .8rem;
	font-weight: 500;
	height: 32px;
	letter-spacing: .05em;
	line-height: 34px;
	margin-top: 4px;
	padding: 0 16px;
	position: relative;
	text-transform: uppercase;
}

.hiring-callout:visited,
.hiring-callout:hover {
	color: #fff;
}

.hiring-callout .arrow {  
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FF5B59;
  height: 0; 
  position: absolute;
  left: 8px;
  top: -8px;
  width: 0;
}

*/

@media screen and (max-width: 990px) {
	
	.footer-col {
		margin-bottom: 32px;
	}
	
	.footer-col-callout {
		margin-bottom: 0;
		text-align: center;
	}
}


@media screen and (max-width: 767px){
	
	.site-footer {
		padding: 64px 24px;
	}
	
	.footer-col a {
		display: inline-block;
	}
	
	.footer-col-callout img {
		width: 90px;
	}
	
	.hiring-callout .arrow {
		left: 50%;
		margin-left: -8px;
	}
	
}


/*=================================
	PAGE WIDGET: Tools
---------------------------------*/

.section-tools {
	background: #2196f3;
	color: #fff;
}

.section-tools-svg {
	margin-top: 56px;
	text-align: center;
}

.section-tools-svg .svg-container {
	margin-bottom: 32px;
	max-width: 500px;
	padding: 0;
}

.section-tools-svg svg {
	margin: 0;
	
	position: relative;
}

.tool {
	margin-bottom: 40px;
	padding-left: 80px;
	position: relative;
}

.tool a:hover h4 {
	color: #fff;
	text-decoration: underline;
}

.tool_icon {
	left: 8px;
	position: absolute;
	top: -8px;
	width:48px;
}

.section-tools-link,
.section-tools-link:visited {
	margin-top: 16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-tools-svg .svg-container {
    height: 450px; 
  }
}

@media screen and (max-width: 991px) {
	
	.tool {
		margin-left: auto;
		margin-right: auto;
		max-width: 640px;
	}
	
	.section-tools .btn {
		display: block;
		margin: 0 auto;
		width: 240px;
	}
	
}

@media screen and (max-width: 680px) {

}


/*=================================
	PAGE WIDGET: Partners & Suppliers
---------------------------------*/

.page-widget.bg-gray {
	background: #f5f5f5;
}


/*=================================
	PAGE WIDGET: Partners & Suppliers
---------------------------------*/

.page-widget-partners {
	padding: 50px;
}

.page-widget-partners .page-widget-header {
	text-align: center;
}

.page-widget-partners .page-widget-heading {
	font-size: 1.6em;
	margin-bottom: 24px;
}

.partner-tabs-wrap {
	position: relative;
}

.partner-tabs-wrap .divider {
	background: #D0D0D0;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 1;
}

.partner-tabs {
  display: inline-block;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 2;
}

.partner-tabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.partner-tabs a {
	background: #F7F8FA;
	border: 1px solid #D0D0D0;
	border-right: none;
	color: #5B666D;
	display: block;
	font-size: 1em;
	font-weight: 600;
	margin-right: -4px;
	min-width: 140px;
	padding: 11px 30px;
}

.partner-tabs a:visited {
	color: #5B666D;
}

.partner-tabs a.active {
	background: #FF5B59;
	border-color: #FF5B59;
	color: #FFF;
}

.partner-tabs li:first-child a {
	-webkit-border-top-left-radius: 3px;
 		 -moz-border-top-left-radius: 3px;
 	 	 			border-top-left-radius: 3px; 
  -webkit-border-bottom-left-radius: 3px;
 	   -moz-border-bottom-left-radius: 3px;
 	 			  border-bottom-left-radius: 3px;
}

.partner-tabs li:last-child a {
	-webkit-border-top-right-radius: 3px;
		 -moz-border-top-right-radius: 3px;
		 			border-top-right-radius: 3px; 
	-webkit-border-bottom-right-radius: 3px;
		 -moz-border-bottom-right-radius: 3px;
		 			border-bottom-right-radius: 3px;
	border-right: 1px solid #D0D0D0;
}

.partner-tabs-content {
	text-align: center;
}

.partner-tabs-content .category-item-wrap {
	display: none;
	margin-bottom: 30px;
	padding: 0 20px;
}

.partner-tabs-content .category-item-wrap.active {
	display: inline-block;
}

.partner-tabs-content .category-item-wrap img {
	max-width: 160px;
}

@media screen and (max-width: 700px){
	.partner-tabs-wrap .divider {
		display: none;
	}
	
	.partner-tabs {
		display: block;
		margin: 0 auto 60px;
		max-width: 360px;
		width: 100%;
	}
	
	.partner-tabs li {
		display: block;
		margin-bottom: 5px;
	}
	
	.partner-tabs a,
	.partner-tabs li:first-child a,
	.partner-tabs li:last-child a {
		-webkit-border-radius: 40px;
			 -moz-border-radius: 40px;
						border-radius: 40px;
		border: 1px solid #d0d0d0;
	}
}


/*=================================
	PAGE WIDGET: Support
---------------------------------*/

.section-support {
	padding-bottom: 100px;
}

.home .section-support {
	border-bottom: 1px solid #D4DCE4;
}

.support-img-wrap {
	text-align: center;
	margin-bottom: 40px;
}

.support-img-wrap img {
	display: inline-block;
	max-width: 1172px;
}

.support-features-wrap ul {
	margin: 0;
	padding: 0;
}

.support-features-wrap li {
	list-style: none;
	margin: 0 0 56px;
	padding: 0 32px;
	text-align: center;
}

.support-feature-icon {
	height: 80px;
  margin: 0 auto 16px;
  width: 80px;
}

.support-feature-heading {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.support-feature-desc {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.support-img-wrap img {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
		
	.support-features-wrap {
		margin-left: 5%;
		width: 90%;
	}
}


/*=================================
	PAGE WIDGET: FAQ's
---------------------------------*/

.section-faqs .section-header {
	margin-bottom: 40px;
}

.faq-tabs {
	margin: 1rem 0 2rem;
	padding: 0;
	text-align: center;
}

.faq-tabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.faq-tabs a,
.faq-tabs a:visited {
	border-bottom: 3px solid #fff;
	color: rgba(0,0,0,.38);
	display: block;
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: .075em;
	padding: 16px 24px 13px;
	text-transform: uppercase;
}

.faq-tabs a.active,
.faq-tabs a.active:hover {
	border-bottom-color: #1968fc;
	color: #1968fc;
}

.faq-tabs a:hover {
	color: #616161;
	border-color: #e0e0e0;
}

.faq-tabs-content > ul,
.faq-tabs-content > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-question-wrap {
	border-bottom: 1px solid #EAEAEA;
	display: none;
	margin-bottom: -1px;
}

.faq-question-wrap.active {
	display: block;
}

.faq-question-wrap.active:last-child {
	border: none;
}

.faq-question {
	display: block;
	padding: 24px 16px 21px;
	position: relative;
}

.faq-question.active .faq-icon-arrow {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg); 
  		 -o-transform: rotate(180deg);      
  		-ms-transform: rotate(180deg);       
  				transform: rotate(180deg);
}

.faq-icon-arrow {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
					transition: all .3s ease;
	color: rgba(0,0,0,.38);
	display: block;
	margin-top: -20px;
	position: absolute;
	right: 16px;
	top: 50%;
	padding: 8px;
	border-radius: 100%;
}

.faq-question:hover .faq-icon-arrow {
	background: #E3F2FD;
	color: #1968fc;
}

.faq-question h5 {
	color: #262A2E;
	font-size: 1.15rem;
	font-weight: 500;
	margin: 0;
	padding-right: 60px;
}

.faq-question:hover h5 {
	color: rgba(0,0,0,.87);
}

.faq-answer-wrap {
  background: #f5f5f5;
  border-radius: 8px;
  display: none;
  margin-bottom: 2rem;
  padding: 24px 32px;
}

.faq-answer-wrap ul {
	margin-bottom: 16px;
}

.faq-answer-wrap p,
.faq-answer-wrap li {
	color: #585F66;
	line-height: 1.7;
}

.faq-answer-wrap p:last-of-type {
	margin-bottom: 0;
}


.faq-answer-wrap strong {
	color: #262A2E;
}

.faq-answer-wrap a,
.faq-answer-wrap a:visited {
	color: #1968fc;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	
	.faq-tabs {
		border: none;
	}
	
	.faq-tabs li {
		display: block;
		border-bottom: 1px solid #EAEAEA;
		text-align: left;
	}
	
	.faq-tabs a {
		text-align: center;
	}
	
}

/*=================================
	PAGE WIDGET: Testimonials
---------------------------------*/

.section-testimonials {
	position: relative;
}

.section-testimonials .bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 			box-shadow: none;
	background: none;
	border: none;
}

.section-testimonials .slider-control {
	color: #E1E1E1;
	display: block;
	font-size: 50px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	z-index: 1000;
}

.section-testimonials .slider-control:before {
	position: absolute;
	z-index: 1005;
}

.section-testimonials .slider-control a {
	display: block;
	height: 50px;
	position: relative;
	text-indent: -9999px;
	width: 50px;
	z-index: 1010;
}

.section-testimonials .slider-control:hover {
	color: #FF5B59;
}

.section-testimonials .slider-control-next {
	right: 15px;
}

.section-testimonials .slider-control-prev {
	left: 15px;
}

.testimonial-img-wrap img {
	height: 100%;
	width: 100%;
}

.testimonial-img-wrap {
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 10px 30px rgba(0,0,0,.3);
		 			box-shadow: 0 10px 30px rgba(0,0,0,.3);
	-webkit-border-radius: 100%;
		 -moz-border-radius: 100%;
		 			border-radius: 100%;
	height: 150px;
	margin-bottom: 20px;
	padding: 0;
	width: 150px;
}

.testimonial-excerpt-wrap {
	font-size: 1.2em;
	min-height: 200px;
	font-weight: 300;
	padding: 20px 60px 20px 30px;
}

.testimonial-citation {
	margin: 0;
}

.testimonials-slider .image-false .testimonial-excerpt-wrap {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
	
	.section-testimonials {
		padding-top: 50px;
	}
	
	.testimonials-slider {
		text-align: center;
	}
	
	.testimonial-img-wrap {
		left: -15px;
    margin: 0 auto 15px;
    position: relative;
    width: 150px;
	}
}



/*=================================
	PAGE: HOME
---------------------------------*/

.section-herospace {
	overflow: visible;
	padding-bottom: 0;
	z-index: 1;
}

/* Herospace Content */

.herospace-content {
	position: relative;
	width: 100%;
	z-index: 2;
}

.herospace-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.herospace-subheading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 2rem 0 3rem;
  max-width: 460px;
}

.herospace-btn {
	display: block;
	margin: 8px 0;
	padding: 14px 16px;
	width: 280px;
}

/* Herospace Graphic */

.herospace-graphic-wrap {
	left: 55%;
	position: absolute;
	top: 0;
	z-index: 1;
	min-width: 1024px;
}

.herospace-graphic-wrap img {
	max-width: 100%;
	width: auto;
}

/* Herospace Testimonials */

.herospace-testimonials {
	margin-top: 3rem;
	position: relative;
	z-index: 3;
}

.herospace-testimonial {
	float: left;
	margin-bottom: 2.5rem;
	margin-right: 3rem;
	max-width: 365px;
	width: 40%;
}

.herospace-testimonial:nth-child(2n+1) {
	clear: left;
	display: block;
}

.herospace-testimonial_rating i {
	color: #ffd400;
	display: inline-block;
	font-size: 1.25rem;
	margin: 0 -2px;
}

.herospace-testimonial_excerpt {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}

.herospace-testimonial_source {
  color: rgba(0, 0, 0, 0.54);
	font-size: .85rem;
  line-height: 1.4;
  margin: 4px 0 0 0;
}

@media screen and (max-width: 767px) {
	
	.herospace-content,
	.herospace-testimonials {
		padding: 0 16px;
	}
		
	.herospace-graphic-wrap {
		height: auto;
		left: 0;
		position: relative;
		top: 0;
		min-width: 0;
		width: 100%;
	}
	
	.herospace-graphic-wrap img {
		position: relative;
	}
	
	.herospace-title {
		font-size: 2.5rem;
	}
	
	.herospace-subheading {
		font-size: 1.125rem;
	}
	
	.herospace-btn {
		width: 100%;
	}
	
}

@media screen and (max-width: 585px) {
	
	.herospace-testimonial {
		float: none;
		width: 100%;
	}
	
	.herospace-title br {
		display: none;
	}

}

/* SECTION: Who InkSoft is for */

.section-who .section-content-wrap {
	float: right;
	max-width: 500px;
}

.decoration-method-overview {
	margin-top: 2rem;
}

.decoration-method-overview i {
	font-size: 1.65rem;
	position: relative;
	top: 1;
}

.decoration-method-overview h3 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.decoration-method-overview li {
	font-size: 1.15rem;	
}

@media screen and (max-width: 992px) {
	
	.section-who .section-content-wrap {
		float: none;
		max-width: none;
		width: 100%;
	}
	
	.section-who .section-title br {
		display: none;
	}
	
}

/* SECTION: Benefits */

.section-benefits {
	text-align: center;
}

.benefit-container {
	margin-top: 2.5rem;
}

.benefit {
	background: #f5f5f5;
	border-radius: 8px;
	margin: 2.5rem 1%;
	padding: 56px 32px 80px;
	position: relative;
	width: 31%;
}

.benefit_icon {
	background: #1968fc;
	border-radius: 16px;
	display: inline-block;
	height: 72px;
	margin-bottom: 2rem;
	position: relative;
	width: 72px;
}

.benefit_icon i {
	color: #fff;
	font-size: 2rem;
	line-height: 72px;
}

.benefit h3 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.benefit p {
	font-size: 1.125rem;
	margin-bottom: 3rem;
}

.benefit .btn {
  bottom: 48px;
  margin: 0 auto;
  margin-left: -75px;
  position: absolute;
  width: 150px;
  left: 50%; 
  top: initial;
}

.benefit .btn:hover {
	top: initial;
	bottom: 52px;
}

/*
.benefit--green {
  background: #ecf9f2;
}

.benefit--blue {
  background: #e8f4fd;
}

.benefit--yellow {
	background: #fff8e6;
}
*/

/*
.benefit--green .benefit_icon {
	background: #48c585;		
}

.benefit--blue .benefit_icon {
	background: #2196f3;		
}

.benefit--yellow .benefit_icon {
	background: #ffc107;		
}
*/

@media screen and (max-width: 992px) {
	
	.benefit-container {
		display: block;
		padding: 0 15px;
	}
	
	.benefit {
		display: block;
		margin: 0 0 1.5rem;
		width: 100%;
	}

}

/* SECTION: Benefit Overview */

.section-benefit-overview .section-content-wrap {
	width: 45%;
}

.section-benefit-overview .section-img-wrap {
	position: relative;
	right: -64px;
	top: 40px;
	width: 55%;	
}

.section-benefit-overview .section-img-wrap img {
	max-width: 100%;
}

.section-benefit-overview .section-img-wrap.pull-left {
	right: 64px;
	text-align: left;
}

@media screen and (max-width: 992px) {
	
	.section-benefit-overview .section-content-wrap,
	.section-benefit-overview .section-img-wrap {
		top: 0;
		width: 100%;	
	}
	
	.section-benefit-overview .section-img-wrap,
	.section-benefit-overview .section-img-wrap.pull-left {
		right: 0;
	}
	
}

/* SECTION: Testimonials */

.testimonial-excerpt {
	float: right;
	background: #fff;
  padding: 32px;
  position: relative;
  top: -112px;
  border-radius: 16px 0 0 0;
  width: 510px;
}

.testimonial-excerpt_body {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.testimonial-excerpt_source h4 {
	margin: 0;
}

.testimonial-excerpt_source p {
	color: rgba(0,0,0,.54);
}

.testimonial-media-wrap {
	background: #f5f5f5;
	border-radius: 16px;
	height: 566px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	max-width: 960px;
	width: 95%;
}

.testimonial-media-wrap img {
	min-width: 960px;
}

.btn-testimonial-video {
	bottom: 0;
  width: 72px;
  height: 72px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  background: #ffc107;
  border-radius: 100px;
  left: 0;
  margin: auto;
  position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.btn-testimonial-video i {
	color: #fff;
	font-size: 3rem;
	line-height: 72px;
}

.modal-testimonial-video {
	max-width: 1280px;
	padding: 0;
}

.modal-testimonial-video iframe {
    margin-bottom: -10px;
}

.industry-leaders {
	margin: 5rem 0 3rem;;
}

.industry-leaders li {
	margin: 1.5rem 0;
}


@media screen and (max-width: 1280px) {
	
	.modal-testimonial-video {
		max-width: 853px;
	}
	
	.modal-testimonial-video iframe {
		max-width: 853px;
		height: 505px;
	}
}

@media screen and (max-width: 767px) {
	
	.modal-testimonial-video iframe {
		max-width: 100%;
		height: 340px;
	}

}

@media screen and (max-height: 850px) {
	
	.modal-testimonial-video {
		max-width: 853px;
	}
	
	.modal-testimonial-video iframe {
		max-width: 100%;
		height: 505px;
	}

}

@media screen and (max-width: 585px) {
		
	.testimonial-excerpt {
		float: none;
		border-radius: 16px;
		top: -40px;
		margin: 0 auto;
		width: 360px;
	}
	
	.testimonial-media-wrap {
		height: 300px;	
	}
	
	.testimonial-media-wrap img {
		height: 350px;
		min-width: 0;
		width: auto;
	}

}


/* SECTION: Next Steps */

.section-next-steps {
	padding-left: 104px;
	padding-right: 104px;
}

.section-next-steps .section-title {
	margin: 3rem 0 2rem;
	max-width: 600px;
}

.section-next-steps .check-list {
	margin-top: 2.5rem;
	font-weight: 500;
}

.section-next-steps .check-list li {
	font-weight: 500;
}

.section-next-steps p,
.section-next-steps li {
	font-size: 1.25rem;
}

.next-steps-cta-wrap {
	background: #fff;
	border-radius: 16px;
}

.next-steps-cta {
	padding: 40px;
}

.next-steps-cta:first-child {
	border-bottom: dashed 2px rgba(0,0,0,.12);
}

.next-steps-cta h3,
.next-steps-cta p {
	color: rgba(0,0,0,.87);
}

.next-steps-cta h3 {
	font-size: 1.5rem;
}

.next-steps-cta p {
	font-size: 1rem;
}

@media screen and (max-width: 1200px) {
	
	.section-next-steps {
		padding-left: 72px;
		padding-right: 72px;
	}
	
	.section-next-steps .section-title {
		margin-top: 0;
	}
	
	.next-steps-cta-wrap {
		margin-top: 3rem;
	}

}


@media screen and (max-width: 585px) {

	.section-next-steps {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.next-steps-cta {
		padding: 32px;
	}

}


/*=================================
	PAGE: Features
---------------------------------*/

.features-sidebar {
	max-width: 290px;
	padding-top: 56px;
	position: relative;
}

.features-sidebar.sticky {
	position: fixed;
	top: 0;
}

.features-sidebar.bottom-reached {
	bottom: 0;
	position: absolute;
	top: initial;
}

.features-sidebar_nav {
	border-left: 1px solid #D4DCE4;
	margin: 0;
	padding: 0;
}

.features-sidebar_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.features-sidebar_nav li a,
.features-sidebar_nav li a:visited  {
	border-left: 4px solid #fff;
	color: #585F66;
	display: block;
	padding: 8px 16px 8px 24px;
}

.features-sidebar_nav li a:hover {
	background: #F3F5F8;
	border-left-color: #1968fc;
	color: #262A2E;
	font-weight: 500;
}

.features-sidebar_nav li a.active {
	color: #262A2E;
	font-weight: 500;
}

.features-sidebar_nav li a.active {
	border-left-color: #1968fc;
}

.features-sidebar_callout {
	box-shadow: 0 10px 25px 0 rgba(49,77,91,0.10);
	border-radius: 3px;
	background: #FFF;
	margin: 32px 0;
	width: 100%;
}

.features-sidebar_callout-img-wrap img {
	height: auto;
	width: 100%;
}

.features-sidebar_callout-content {
	padding: 16px 24px;
}

.features-sidebar_callout-content-heading {
	font-size: 1.05rem;
}

.features-sidebar_callout-content-desc {
	font-size: .9rem;
	margin: 0;
}

.features-sidebar_callout a {
	color: #1968fc;
	display: block;
	font-weight: 500;
	margin-top: 16px;
}

.feature-section-wrap {
	float: right !important;
}

.feature-section {
	border-top: 1px solid #D4DCE4;
	padding: 128px 0 32px; 
	
	/* 
		Doubled Top Padding so that id anchors will not be 
		covered up by the fixed header.
		
		Set negative margin on feature-section-heading to
		maintian the consistent whitespace between the dividers		
	*/
}

.feature-section:first-child {
	border: none;
}

.feature-section_heading-block {
	margin-bottom:24px;
}

.feature-section_heading {
/* 	margin-bottom: 24px; */
	margin-top: -48px;
	
	/* 
		Negative top margin used for id anchor fix
	*/
}
.feature-section_heading.heading-2 {
	font-size:2rem;
}
.feature-section_subheading {
	font-size:1.3rem;
	margin-top:0;
	margin-bottom:8px;
}
.feature-section-wrap .section-header_btn {
	margin-top:16px;
	margin-bottom:32px;
}
.feature-section-video-embed-wrap {
	margin-bottom: 48px;
    position: relative;
    padding-bottom: 52.5%;
    padding-top: 25px;
    height: 0;
}

.feature-section-video-embed-wrap iframe {
    background: rgba(0,0,0,.12);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.26), 0 10px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-section_overview-list {
	margin: 0;
	padding: 0;
}

.feature-section_overview-list li {
	list-style: none;
	margin: 0 0 32px;
	padding: 0 24px 0 15px;
}

.feature-section_overview-list li a {
	color: #FF5B59;
	font-weight: 500;
}

.feature-section_overview-list li:nth-child(2n+1) {
	clear: left;
}

.feature-section_overview-heading {
	font-size: 1.1rem;
}

.feature-section_overview-actions {
	margin: 16px 0;
	text-align: center;
}

.feature-section_overview-actions .btn {
	margin: 0 4px;
	min-width: 160px;
}

.feature-overview_logo-list ul {
	margin: 0;
	width: 100%;
}

.feature-overview_logo-list li {
	display: inline-block;
	padding: 0;
	text-align: center;
	width: 24%;
}

.feature-overview_logo-list li:nth-child(2n+1) {
	clear: none;
}

.mobile-features-menu {
	background: #FFFFFF;
	border-bottom: 1px solid #D4DCE4;
	display: none;
	margin-bottom: -64px;
	padding: 8px 0;
	position: relative;
	width: 100%;
	z-index: 2000;
}

.mobile-features-menu.sticky {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16); 
	position: fixed;
	top: 0;
}

.mobile-features-menu-btn {
	color: #585F66;
	display: block;
	padding: 10px 16px 8px 56px;
	position: relative;
	text-align: left;
}

.mobile-features-menu-btn:visited {
	color: #585F66;
}

.mobile-features-menu-btn .icon-features,
.mobile-features-menu-btn .icon-arrow {
	margin-top: -12px;
	position: absolute;
	top: 50%;
}

.mobile-features-menu-btn .icon-features {
	left: 16px;
}

.mobile-features-menu-btn .icon-arrow {
	right: 24px;
}

.mobile-features-menu ul {
	display: none;
	padding: 16px 0 0;
}

.mobile-features-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-features-menu li a {
	color: #585F66;
	display: block;
	padding: 8px 16px;
}

@media screen and (max-width: 960px) {
	
	.features-sidebar_nav li a {
		padding-left: 16px;
	}
	
	.feature-overview_logo-list li {
		width: 32%;
	}
	
}

@media screen and (max-width: 835px) {
	
	.feature-section-wrap {
		float: none !important;
		margin-top: 56px;
		width: 100%;
	}
	
	.features-sidebar {
		display: none;
	}
	
	.mobile-features-menu {
		display: block;
	}
}

@media screen and (max-width: 768px){
	
	.feature-section_overview-list li {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 560px){

	.feature-overview_logo-list li {
		width: 49%;
	}
}

@media screen and (max-width: 395px){

	.feature-overview_logo-list li {
		width: 100%;
	}
}


/*=================================
	PAGE WIDGET: Footer Callout
---------------------------------*/

.section-contact-us .section-svg {
	left: 50%;
	margin-left: -254px;
	top: -64px;
	width: 507px;
}

.section-contact-us .section-header_btn {
	margin-top: 16px;
}


/*=================================
	PGAE TEMPLATE: Content Shadow Box
-----------------------------------*/

.page-herospace {
	padding: 64px 0;
	text-align: center;
}

.page-template-page-form-template .page-herospace,
.page-template-page-thank-you .page-herospace {
	padding-bottom: 24px;
}

.page-herospace_icon {
	height: 96px;
	margin: 0 auto;
	width: 96px;
}

.page-herospace_heading {
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.page-herospace_subheading {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	opacity: .87;
}

.page-herospace-contact-methods {
	margin: 24px 0 0;
	padding: 0;
	text-align: center;
}

.page-herospace-contact-methods li {
	display: inline-block;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.page-herospace-contact-methods a {
	color: #1968FC;
	font-size: 1.1em;
	font-weight: 600;
	padding: 5px 20px;
}

.page-herospace-contact-icon:before {
	font-size: 24px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.page-content-wrap {
	position: relative;
}

.content-shadow-box {
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 20px 40px rgba(0,0,0,.3);
		 			box-shadow: 0 20px 40px rgba(0,0,0,.3);
	-webkit-border-radius: 7px;
		 -moz-border-radius: 7px;
		 			border-radius: 7px;
	background: #fff;
	border: 1px solid #EAEAEA;
	margin-bottom: 64px;
	padding: 40px 20px 40px;
}

.content-shadow-box-inner {
	min-height: 500px;
	position: relative;
	z-index: 15;
}

.content-shadow-box-inner #form-container {
	padding-top: 32px;
}

.btn-content-shadow-box {
	display: block;
	margin: 0 auto;
	width: 230px;
}

.faded-edge {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+99&0+0,1+39 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.03) 1%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 99%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,1) 39%,rgba(255,255,255,1) 99%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,1) 39%,rgba(255,255,255,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	bottom: 0;
	height: 500px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

@media screen and (max-width: 767px){

	.content-shadow-box {
		margin-left: 5%;
		padding-top: 40px;
		width: 90%;
	}
	
	.page-herospace-contact-methods li {
		margin-bottom: 10px;
	}

}


/*=================================
	PAGE: Plans & Pricing
	---------------------------------*/

.section-plan-overview {
	padding: 100px 0;
	text-align: center;
	vertical-align: bottom;
}

.plan-wrap {
  float: none;
  margin: 0 auto;
  max-width: 1110px;
}

.plan {
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 			border-radius: 5px;
	background: #fff;
	border: none;
	float: left;
  margin: 0 1%;
	min-height: 600px;
	overflow: hidden;
	padding: 32px 24px;
	position: relative;
	text-align: center;
	width: 30%;
	z-index: 10;
}

.plan.most-popular {
  margin-top: -40px;
  padding-top: 72px;
}

.plan .coming-soon-tag {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
	transform: rotate(-29deg);
	background: #ff5b59;
	color: #fff;
	display: block;
	font-weight: 500;
	left: -35px;
	letter-spacing: .05em;
	padding: 4px 54px 4px 44px;
	position: absolute;
	text-transform: uppercase;
	top: 23px;
}

.plan .most-popular-tag {
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  background: #FFEB3B;
  height: 40px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.most-popular-tag h3 {
  color: rgba(0,0,0,.54);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 40px;
  text-transform: uppercase;
}

.most-popular-tag .icon-star {
  background: none;
  color: rgba(0,0,0,.38);
  font-size: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

.most-popular-tag .icon-star-left {
  left: 16px;
}

.most-popular-tag .icon-star-right {
  right: 16px;
}

/* --- [ Plan Description ] --- */

.plan-icon {
	height: 186px;
	margin: 16px auto 24px;
}

.plan-inksoft-pro .plan-icon {	
  position: relative;
  top: 21px;
  width: 165px;
}

.plan-inksoft-premium .plan-icon {	
  position: relative;
  top: 12px;
	width: 255px;
}

@media screen and (max-width: 1024px) {
	
	.plan-icon,
	.plan-inksoft-pro .plan-icon,
	.plan-inksoft-premium .plan-icon {
		top: 0;
		width: 100%;
	}
	
}

.plan-icon svg {
	height: 186px;
	max-width: 100%;
	width: 100%;
}

.plan-name {
	color: #262A2E;
	font-size: 1.65rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.plan-desc {
	min-height: 70px;
}

/* --- [ Plan Pricing ] --- */

.plan-pricing {
	background: #FAFAFA;
	border-radius: 5px;
	border-width: 1px 0;
	margin: 16px 0;
	padding: 16px 0;
}

.plan-pricing p {
	margin: 0 0 .5rem;
}

.plan-activation-fee {
	color: #262A2E;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 8px;
}

.plan-hosting-fee {
	position: relative;
}

.plan-hosting-fee:hover {
	cursor: help;
}

.plan-hosting-fee:hover .plan-hosting-fee-tooltip {
	display: block;
}

.plan-hosting-fee .help-icon {
	color: #79828C;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.plan-hosting-fee-tooltip {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	background: #3F454A;
	display: none;
	font-size: .8rem;
	padding: 8px 16px;
	position: absolute;
	top: 130%;
	width: 100%;
	z-index: 100;
}

.plan-hosting-fee-tooltip p {
	color: #fff;
	line-height: 1.4;
}

.plan-hosting-fee-tooltip .arrow {
	border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3F454A;
  height: 0;
  margin-left: -8px; 
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
}

.price-divider {
	border-top: 1px solid #e0e0e0;
  margin-top: 35px;
}

.add-icon {
	background: #fafafa;
  border-radius: 100%;
	font-size: 2.5rem;
  color: #48c585;
  margin-top: -21px;
  position: relative;
}

@media screen and (max-width: 767px) {

	
	.plan-hosting-fee-tooltip {
		left: 50%;
		margin-left: -150px;
		width: 300px;
	}
}

/* --- [ Plan Features ] --- */

.plan-features {
	margin-top: 24px;
}

.plan-features ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plan-features li {
	background: none;
	color: #262A2E;
	font-size: .9rem;
	margin: 4px 0;
	padding: 4px 0 4px 32px;
	position: relative;
	text-align: left;
}

.plan-features li span {
	color: #585F66;
	display: block;
	font-size: .8em;
	font-weight: 400;
}

.plan-features .checkmark-icon {
	color: #58B682;
	left: 0;
	position: absolute;
	top: 2px;
}

.plan-features a {
	color: #FF5B59;
	font-weight: 500;
}

.plan-features a:visited {
	color: #ff5b59;
}

.plan-features a:hover {
	color: #ff5b59;
	text-decoration: none;
}

/* --- [ Hosting Fee Description ] --- */

.hosting-fee-desc {
	margin-top: 48px;
	position: relative;
}

.hosting-fee-desc p {
	color: #fff;
	margin: 0;
}

.hosting-fee-desc .help-icon {
	margin-right: 2px;
	position: relative;
	top: 5px;
}

@media screen and (max-width: 835px) {
	
	.plan-hosting-fee {
		font-size: .9rem;
	}
	
}

@media screen and (max-width: 767px) {

	.section-plan-overview {
		padding: 72px 0;
	}
	
	.plan,
	.plan.most-popular {
		float: none;
		margin: 0 5% 32px;
		min-height: 0;
		transform: scale(1);
		width: 90%;
	}
	
	.plan-desc {
		margin-bottom: 32px;
		min-height: 0;
	}
	
	.plan-hosting-fee {
		font-size: 1rem;
	}
	
	.hosting-fee-desc {
		padding: 0 5% 0 10%;
		text-align: left;
	}
	
	.hosting-fee-desc .help-icon {
		left: 5%;
		position: absolute;
		top: 0;
	}
	
	.hosting-fee-desc strong:after {
		content: ' ';
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	
	.hosting-fee-desc {
		margin-top: 24px;
		padding-left: 15%;
	}
}

/* --- [ Plan Callouts ] --- */

.plan-callout-wrap {
	margin: 48px auto 32px;
}

.plan-callout {
	background: rgba(0,0,0,.12);
	border-radius: 3px;
	float: left;
	margin: 0 1%;
	min-height: 150px;
	padding: 24px;
	text-align: left;
	width: 47%;

	/* --- Single Callout Overrides --*/

	float: none;
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
}

.plan-callout-heading {
	color: #fff;
	font-size: 1rem;
}

.plan-callout-desc {
	color: rgba(255,255,255,.8);
	font-size: .95rem;
	margin-bottom: 8px;
}

.plan-callout-btn,
.plan-callout-btn:visited {
	background: rgba(0,0,0,.2);
	color: #FFF;
	font-size: .8rem;
	font-weight: 500;
	margin-top: 8px;
}

.plan-callout-btn:hover {
	background: rgba(0,0,0,.15);
	color: #fff;
}

@media screen and (max-width: 767px) {
	
	.plan-callout-wrap {
		margin-top: 0;
	}
	
	.plan-callout {
		float: none;
		margin: 48px 5% 16px;
		min-height: 0;
		width: 90%;
	}

}


/* --- [ Shared Features Section ] --- */

.shared-features-wrap {
	padding: 100px 0;
	text-align: center;
}

.shared-features-wrap h3 {
	margin-bottom: 50px;
}

.shared-features-wrap ul {
	list-style: none;
}

.shared-features-wrap li {
	list-style: none;
	padding: 8px 0 8px 32px;
	position: relative;
	text-align: left;
}

.shared-features-wrap .checkmark-icon {
	color: #58B682;
	left: 0;
	margin-top: -12px;
	position: absolute;
  top: 19px;
}

@media screen and (max-width: 767px) {
	
	
}

/* --- [ USA Callout ] --- */

.usa-callout {
	margin-top: 64px;
	text-align: center;
}

.usa-callout p {
	color: #79828C;
}

@media screen and (max-width: 767px) {
	
	.usa-callout {
		margin-left: 30px;
    margin-right: 30px;
		margin-top: 32px;
	}
	
}

/* --- [ Add Ons Section ] --- */

.section-add-ons {
	padding: 100px 0;
}

.section-add-ons .section-header {
	margin-bottom: 40px;
}

.add-on {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 			border-radius: 3px;
	-webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.26), 0 10px 20px 0 rgba(0,0,0,0.19);
		 -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.26), 0 10px 20px 0 rgba(0,0,0,0.19);
		 			box-shadow: 0 6px 6px 0 rgba(0,0,0,0.26), 0 10px 20px 0 rgba(0,0,0,0.19);
	background: #fff;
	margin-bottom: 24px;
	margin-top: 16px;
	padding: 24px 32px;
	position: relative;
}

.add-on-name {
	margin-bottom: 8px;
}

.add-on-desc {
	margin: 0;
	max-width: 60%;
}

.add-on-price {
	color: #1968fc;
	font-size: 3rem;
	font-weight: 400;
	position: absolute;
	right: 30px;
	top: 15px;
}

.add-on-price sup {
	font-size: .6em;
	position: relative;
	top: -8px;
}

.add-on-price span {
	color: #808080;
	font-size: .35em;
	font-weight: 400;
	position: relative;
	top: -8px;
}

.add-on-footnote {
	bottom: 15px;
	color: #808080;
	font-size: .7em;
	margin: 0;
	position: absolute;
	right: 30px;
	text-align: right;
}

@media screen and (max-width: 480px) {
	
	.add-on-desc {
		max-width: none;
	}
	
	.add-on-price {
		margin: 10px 0 0;
		position: relative;
		right: 0;
		top: 0;
	}
	
	.add-on-footnote {
		bottom: 0;
		position: relative;
		right: 0;
		text-align: left;
		width: 100%;
	}
}

/* --- [ Why InkSoft isn't Free Section --- */

.page-section-why {
	padding-bottom: 0;
}

.why-list-item-wrap {
	margin-bottom: 60px;
	margin-top: 40px;
}

.why-list-item-wrap ul {
	margin: 0;
	padding: 0;
}

.why-list-item-wrap li {
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 70px;
	position: relative;
}

.why-list-item-wrap li {
	margin-bottom: 1.5em;
}

.why-list-item-icon {
	height: 60px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 60px;
}


.why-list-item-icon img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
  right: 0;
  top: 0;
}

.why-list-item-label {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}

.why-list-item-wrap .btn-primary {
	clear: both;
	display: block;
	margin: 40px auto 20px;
	width: 180px;
}


/*=================================
	PAGE: Landing Page Template
	---------------------------------*/
	
	.landing-page-header {
		background: #fff;
		padding: 16px 0;
	}
	
	.landing-page-header_callout {
		padding: 8px 32px;
	}
	
	.page-template-template-landing-page .content-block {
		padding: 64px 0;
	}
	
	.content-block-heading,
	.content-block-subheading,
	.content-block-subheading ul,
	.content-block-subheading li,
	.content-block-subheading h2,
	.content-block-subheading h3,
	.content-block-subheading h4,
	.content-block-subheading p,
	.content-block-feature-heading,
	.content-block-feature-desc {
		color: inherit;
	}
		
	.content-block-heading {
		font-size: 1.85em;
    line-height: 1.4;
    margin-bottom: 1rem;
	}
	
	.content-block-subheading {
		font-size: 1.1rem;
		margin-bottom: 1.5rem;
	}
		
	.content-block-header.text-left {
		text-align: left;	
	}
	
	.content-block-header.text-right {
		text-align: right;
	}
	
	.content-block-header + .row .content-block-feature-wrap {
		margin-top: 4rem;
	}
	
	.content-block-feature-img-wrap {
		display: inline-block;
		height: 200px;
		margin-bottom: 1.5rem;
		position: relative;
		width: 80%;
	}
	
	.content-block-feature-wrap .col-md-6 .content-block-feature-img-wrap {
		height: 400px;
	}
	
	.content-block-feature-img-wrap img {
		height: auto;
		max-width: 100%;
		max-height: 100%;
		width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	}
	
	.content-block-feature-heading {
		font-size: 1.1rem;
	}
	
	.content-block-feature-desc {
		padding: 0 16px;
	}
	
	@media screen and (max-width: 850px) {
		
		.landing-page-header {
			padding: 16px;	
		}
		
		.landing-page-header .site-header-logo {
			position: relative;
			margin: 0;
			top: 0;
			left: 0;
		}
		
		.content-block-feature {
			margin-top: 4rem;
		}
		
		.content-block-feature:first-child {
			margin-top: 0;
		}
	}
	
	@media screen and (max-width: 680px) {
		
		.page-template-template-landing-page .ink_herospace {
			
			padding-bottom: 40px;
		}
		
		.landing-page-header {
			height: 140px;
		}
		
		.landing-page-header img {
			width: 100%;
		}
		
		.landing-page-header .site-header-logo {
			float: none;
	    position: absolute;
	    left: 50%;
	    margin-left: -105px;
	    top: 72px;
	    width: 210px;
		}
		
		.landing-page-header_callout {
			float: left;
			padding: 8px 0;
		}
	}
	
	#overview-section .ink_section-desc {
		font-size: 1.3rem;
		font-weight: 400;
	}
	
/*=================================
	PAGE: Landing Page Form Template
	---------------------------------*/
	
	.page-template-template-landing-page-form .site-header-logo {
		text-align: center;
	}
	
/*=================================
	PAGE: Quick Start
	---------------------------------*/
	
/* --- HEADER --- */

.page-template-page-quick-start-guide .guide-header {
	margin: 2.5rem 0 0 0;
}

/* --- HEROSPACE --- */

@media screen and (max-width: 600px) {

	.quick-start-herospace {
		padding-bottom: 40px;		
	}
}

/* --- GUIDES --- */

.guide-wrap_flex-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: space-around;
	padding: 1rem;
}

.guide {
	margin: 0 1rem 4rem 1rem;
	max-width: 500px;
	padding: 0 1rem;
	position: relative;
	transition: all .3s ease;
	width: 50%;
	z-index: 1;
}

.guide a:visited,
.guide a:visited .guide_name {
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	
	.guide:hover a {
		display: block;
		text-decoration: none;
	}
	
	
	.guide a:hover .guide_name {
		color: #fff;
	}
	
	.guide:hover {
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.26), 0 14px 28px 0 rgba(0,0,0,0.25);
		color: #fff;
		cursor: pointer;
		z-index: 2;
	}
	
	.guide:hover .guide_btn {
		background: #fff;
		color: rgba(0,0,0,.87);
	}
}

.guide_content-wrap {
	padding: 4rem 1.5rem;
	text-align: center;
}

.guide_icon {
	margin-bottom: 2.5rem;
}

.guide_name {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 900;
	margin-bottom: 1rem;
}

.guide_desc {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 3.5rem;
}

.guide_btn {
	background: rgba(0,0,0,.12);
	color: #fff;
	display: inline-block;
	width: 167px;
}

@media screen and (max-width: 820px) {
	
	.guide-wrap_flex-container {
		display: block;
	}
	
	.guide {
		width: 100%;
    max-width: none;
    margin-left: 0;
    margin-bottom: 1.5rem;
	}	
}

@media screen and (max-width: 600px) {
	
	.guide-wrap_flex-container {
		padding: 0;	
	}
	
}


/*=================================
	PAGE: Pricing 2019
	---------------------------------*/
	
	
.section-pricing-plans {
	padding: 0;
}

.pricing-plan-step {
	margin-bottom: 80px;
}

.plan-step-header {
	margin-bottom: 32px;
}

.plan-step-header h2 {
	font-size: 1.5rem;
}

.plan-step-header h3 {
	color: rgba(0,0,0,.54);
	font-weight: 400;	
}

.plan-option {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	display: block;
	margin: 16px 0;
	padding: 16px 16px 16px 72px;
	position: relative;
	-webkit-transition: all .3s ease;
}

.plan-option:hover {
	border-color: #1968fc;
	box-shadow: 0 4px 20px rgba(0,0,0,.20);
	cursor: pointer;
}


.plan-option.active {
	border: 1px solid #1968fc;
	box-shadow: inset 0 0 0 1px #1968fc;
}

.plan-option_checkbox {
	font-size: 1rem;
	left: 24px;
	position: absolute;
	top: 32px;
}

.plan-option_checkbox i:before {
	content: "check_box_outline_blank";
	font-family: 'Material Icons';
	color: rgba(0,0,0,.38);
	font-size: 1.75rem;
	
}

.plan-option.active .plan-option_checkbox i:before {
	content: "check_box";
	font-family: 'Material Icons';
	color: #1968fc;
}

.plan-option_content-wrap {
	padding-left: 80px;
	position: relative;
}

.plan-option_name {
	margin-bottom: 4px;
}

.plan-option_desc {
	margin: 0;
}

.plan-option_details {
	display: none;
}

.plan-option_price {
	font-size: 1.125rem;
	position: absolute;
	right: 24px;
	top: 32px;
}

.plan-option_price p {
	margin: 0;
}

.plan-option_icon {
	border-radius: 100px;
	color: #48c585;
	left: 0;
	position: absolute;
	display: block;
	top: 0;
	height: 56px;
	width: 56px;
}

.plan-option_icon img {
	max-width: 100%;
	max-height: 100%;
}

.plan-option_features {
	margin: 16px 0 32px;
}

.plan-option_features li {
	font-size: 1rem;
}

.plan-pricing-summary {
	background: #f5f5f5;
	padding: 32px 24px;
	text-align: center;
	border-radius: 4px;
}

.plan-pricing-summary h3 {
	margin: 0;
}

.plan-pricing-summary h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.plan-pricing-summary h2 sup {
	font-size: .65em;
	position: relative;
	top: -12px;
}

.plan-pricing-summary h2 .suffix {
	color: rgba(0,0,0,.54);
	font-size: .55em;
	font-weight: 400;
}

@media screen and (max-width: 991px) {
	
	.plan-option {
		padding-right: 16px;
	}
	
	.plan-pricing-summary {
		text-align: left;
    position: fixed;
    padding: 16px 0 0 24px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0,0,0,.12);
	}
	
	.plan-pricing-summary h3 {
		display: none;
	}
	
	.plan-pricing-summary h2 {
		font-size: 1.85rem;
	}
	
	.plan-pricing-summary h2 sup {
		top: -7px;
	}
	
	.plan-pricing-summary .btn {
		position: absolute;
		right: 16px;
		top: 32px;
	}

}

@media screen and (max-width: 690px) {
	
	.plan-option_content-wrap {
		padding-left: 64px;
	}
	
	.plan-option_checkbox {
		top: 24px;
	}
	
	.plan-option_name {
		margin-bottom: 8px;
		padding-top: 8px;
	}
	
	.plan-option_price {
		top: 24px;
	}
	
	.plan-option_icon {
		width: 48px;	
	}
	
	.plan-pricing-summary .btn {
		font-size: .9rem;
		padding: 8px 16px;
	}
	
	.plan-pricing-summary p {
		font-size: .9rem;
	}
}

/* --- Shared Features --- */

.callout_shared-features {
	background: #f5f5f5;
	margin: 80px 0;
	padding: 40px 0;
	text-align: center;
}

.callout_shared-features h2 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.shared-feature {
	margin: 24px 0;
}

.shared-feature-icon {
	color: rgba(0,0,0,.54);
	font-size: 2rem;
	margin-bottom: 8px;
}

.shared-feature-heading {
	font-weight: 400;
}

@media screen and (max-width: 640px) {


}

/* --- Bundle Overview --- */

.section-bundle-overview .section-header_heading,
.section-bundle-overview .section-header_subheading {
	color: #fff;
}

.bundle-overview {
	margin-bottom: 64px;
	position: relative;
	width: 100%;
}

.bundle-overview table {
	background: #fff;
	border-radius: 6px;
}

.bundle-overview th {
	border-left: 1px solid #e0e0e0;
	color: rgba(0,0,0,.54);
	font-size: .875rem;
	font-weight: 500;
	line-height: 1;
	padding: 16px 32px;
	text-align: left;
}

.bundle-overview td {
	border: 1px solid #e0e0e0;
	border-width: 1px 0 0 1px;
	color: rgba(0,0,0,.87);
	padding: 24px 32px;
	width: 600px;
}

.bundle-overview th:first-child,
.bundle-overview td:first-child {
	border-left: none;
	width: 400px;
}

.bundle-overview td h3 {
	font-size: 1.35rem;
	margin: 0;
}

.bundle-overview td h3 span {
	color: rgba(0,0,0,.54);
	font-size: .75em;
	font-weight: 400;
}

.bundle-overview td p {
	margin: 0;
}

.bundle-promo {
	width: 360px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: -32px;
  text-align: center;
}

.bundle-promo-header {
	background: #48c585;
	border-radius: 6px 6px 0 0;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
}

.bundle-promo-header h2 {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: .05em;
	margin: 0;
	text-transform: uppercase;
}

.bundle-promo-content {
	padding: 32px 32px 16px;	
}

.bundle-promo h3 {
	font-size: 1.5rem;
	margin: 16px 0 8px;
}

.bundle-promo p {
	margin: 0 0 16px;
}

.bundle-promo-price {
	font-size: 2rem;
	margin-bottom: 4px;
}

.bundle-promo-price span {
	color: rgba(0,0,0,.54);
	font-size: 1.25rem;
	font-weight: 400;
}

.section-bundle-overview .btn-primary {
	display: block;
	margin: 0 auto;
	width: 190px;
}

@media screen and (max-width: 1200px) {
	.bundle-overview th:first-child,
	.bundle-overview td:first-child {
		width: 325px;
	}
}


@media screen and (max-width: 1024px) {
	.bundle-overview th:first-child,
	.bundle-overview td:first-child {
		width: auto;
	}
}

@media screen and (max-width: 992px) {
	
	.section-bundle-overview .section-header {
		margin-bottom: 32px;
	}
	
	.bundle-overview {
		margin-bottom: 40px;
	}

	.bundle-overview table {
		margin: 0 auto;
		width: 600px;
	}

	.bundle-overview th,
	.bundle-overview td,
	.bundle-overview th:first-child,
	.bundle-overview td:first-child {
		width: auto;
	}
	
	.bundle-promo {
		height: auto;
		margin: 24px auto 0;
		position: relative;
		top: 0;
	}
	
	.pricing-plan-wrap .col-md-4 {
		width: 100%;
	}
	
	.pricing-plan {
		margin: 0 auto 24px;
		max-width: 600px;
		width: 100%;
	}
	
	.pricing-plan .btn {
		max-width: 200px;
	}

}

@media screen and (max-width: 640px) {
	
	.page-template-page-pricing-2019 .page-herospace {
		padding-top: 24px;
	}
	
	.bundle-overview table {
		width: 100%;
	}
	
	.bundle-overview th,
	.bundle-overview td {
		padding-left: 16px;
		padding-right: 16px;
		text-align: center;
	}
	
	.bundle-overview td h3 {
		font-size: 1.15rem;
	}
	
	.bundle-overview .caption {
		font-size: .75rem;
		margin-top: 4px;
	}
	
	.pricing-plan .btn {
		max-width: none;
	}
}

/*=================================
	Tour Landing Page
	---------------------------------*/
	
	.tour-wrap {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		margin: 0 auto 80px;
		max-width: 1400px;
		flex-wrap: wrap;
	}
	
	.tour {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 4px 24px 0 rgba(50,78,92,0.20);
		margin: 0 1%;
		padding: 48px 32px 32px;
		position: relative;
		width: 23%;
	}
	
	.tour-icon {
		margin: 0 auto;
		width: 72px;
	}
	
	.tour-icon img {
		width: 100%;
	}
	
	.tour-name {
		font-size: 1.25rem;
		margin-top: 24px;
	}
	
	
	@media screen and (max-width: 1200px) {
		
		.tour-wrap {
			margin: 0 24px;
		}
		
		.tour {
			margin-bottom: 24px;
			width: 48%;
		}
	
	}

	@media screen and (max-width: 670px) {
	
		.tour {
			width: 100%;
		}
	
	}
	
	
	/*=================================
	Password Protected
	---------------------------------*/
	
	.post-password-form {
		background: #f5f5f5;
		border-radius: 8px;
		margin: 40px 0;
    padding: 72px 24px 48px;
		text-align: center;
	}
	
	.post-password-form p {
		font-size: 1.15rem;
	}

	.post-password-form label {
		float: none;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin: 0 auto;
		max-width: 400px;
		margin-top: 32px;
		display: block;
	}
		
	.post-password-form input[type="password"] {
		border-radius: 3px;
		box-shadow: none;
		font-size: 1.45rem;
    padding: 10px 16px;
		width: 100%;
	}
	
	.post-password-form input[type="submit"] {
		background: #1968FC;
		border-color: #1968FC;
		color: #FFF;
		-webkit-border-radius: 8px;
			 -moz-border-radius: 6px;
			 			border-radius: 6px;
		-webkit-transition: all .2s ease;
			 -moz-transition: all .2s ease;
			 			transition: all .2s ease;
		font-size: 1.15rem;
		font-weight: 700;
		display: inline-block;
		line-height: 1.5;
		margin-top: 16px;
		padding: 12px 32px;
		position: relative;
		text-align: center;
		-webkit-transition: .2s ease all;
		top: 0;	
	}

	.post-password-form input[type="submit"]:hover {
		box-shadow: 0 4px 10px rgba(0,0,0,.24);
		color: #FFF;
		top: -2px;		
	}
	
	.post-password-form input[type="submit"]:visited,
	.post-password-form input[type="submit"]:focus {
		color: #fff;
	}
	
	
	/*=================================
	Blog
	---------------------------------*/
	
	
	.resources-breadcrumbs {
		
		margin: 0 auto;
		max-width: 1440px;
		padding: 0 56px;
	}
		
	.resources-breadcrumbs ul {
		border-top: 1px solid rgba(0,0,0,.12);
		border-bottom: 1px solid rgba(0,0,0,.12);
		list-style: none;
		padding: 8px 24px;
		margin: 0;
	}
	
	.resources-breadcrumbs li {
		display: inline-block;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.5;
		margin: 0;
	}
	
	.resources-breadcrumbs li:first-child {
		margin-right: 16px;
	}
		
	.resources-breadcrumbs a {
    display: block;
    color: #1968fc;
    font-weight: 500;
    margin: 0;
    padding: 8px 16px 8px 12px;
    transition: all .2s ease;
	}
	
	.resources-breadcrumbs a:hover {
		background: rgba(25, 104, 252, .08);
		border-radius: 8px;
		color: #1968fc;
	}
	
	.resources-breadcrumbs .material-icons {
		margin-top: -6px;
    margin-right: 8px;
		position: relative;
    top: 6px;
	}

	@media (max-width:1080px) {
		.resources-breadcrumbs {
			padding: 0 16px;
		}
	}
		
	@media (max-width: 890px) {
		
		.resources-breadcrumbs ul {
			padding: 1rem 0;
		}
		
		.resources-breadcrumbs li {
			display: block;	
		}
		
		.resources-breadcrumbs li:first-child {
			margin: 0 0 .75rem;
		}
		
	}
	
	.single-post #content h1,
	.single-post #content h2,
	.single-post #content h3,
	.single-post #content h4,
	.single-post #content ul,
	.single-post #content li,
	.single-post #content p {
		color: rgba(0,0,0,.87) !important;
	} 
	
	.single-post #content h1,
	.single-post #content h2,
	.single-post #content h3,
	.single-post #content h4 {
		font-weight: 700;
		line-height: 1.3;
		margin: 2rem 0 .875rem;
	}
	
	.single-post #content strong {
		font-weight: 700;
	}
	
	
	/* 40px */
	.single-post #content h1,
	.entry h1 {
		font-size: 2.75rem;
		font-weight: 700;
		line-height: 1.3;		
	}	
	
	/* 32px	 */
	.single-post #content h2,
	.entry h2 {
		font-size: 2.25rem;	
	}	
	
	/* 28px */
	.single-post #content h3, 
	.entry h3 {
		font-size: 1.75rem;
	}	
	
	/* 20px */
	.single-post #content h4,
	.entry h4 {
		font-size: 1.25rem;		
	}	
	
	.single-post figcaption {
		text-align: center;
	}
	
	.single-post #content ul, 
	.single-post #content ol {
		margin: 1rem 0 2rem 3rem;
	}
	
	.single-post #content ul.blocks-gallery-grid {
		margin-left: 0;
	}
	
	.single-post #content .hs-error-msgs,
	.single-post #content .hs-error-msgs li {
		margin: 0 !important;
	}
	
	.single-post .hbspt-form {
		margin: 0 auto;
		max-width: 500px;
	}	

	.single-post .hs-form .hs-form-field {
		margin: 0 0 1rem;
	}
	
	.single-post .hs-form .hs-button {
		margin: 1rem auto 0 !important;
	}
	
	.single-post #content .hs-form input,
	.single-post #content .hs-form textarea, 
	.single-post #content .hs-form select {
		margin: 0;
	}

	.single-post #content ul, 
	.single-post #content ol,
	.single-post #content li,
	.single-post #content p {
		font-size: 1.25rem !important;
		line-height: 1.6 !important;	
	}
		 
	.single-post #content li  {
		line-height: 1.6 !important;
		margin-bottom: .5rem;
	}	
	
	.single-post #content p {
		margin: .5rem 0 1.5rem;
	}
	
	.single-post #content .post img {
		height: auto;
	}
	
	.post-content p a, 
	.post-content p a:visited {
		color: #1968FC;	
	}
	
	.single-post #content .wp-block-quote {
		border-left: 4px solid #e6e6e6;
		margin: 3rem 0;
		padding: 2.5rem 0 2.5rem 3rem;
	}

	.single-post #content .wp-block-quote cite {
		display: block;
		margin: 1rem 0 0 0;
	}
	
	.single-post #content .wp-block-quote p {
		border: none;
		padding: 0;
	}
	
	.single-post #content .wp-block-button__link {
		background: #1968fc;
		border-radius: 3px;
		color: #fff;
		font-weight: 500;
	}
	
	.single-post #content .wp-block-preformatted {
		white-space: normal;
	}
	
	.single-post .post-content {
		width: 100%;
	}
	
	.blog #content,
	.archive #content,
	.single-post #content {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 700px;
		width: 100%;
	}
	
	.single-post .post-header {
		padding: 48px 0;
		text-align: center;
	}
	
	.single-post .post-meta {
		color: rgba(0,0,0,.54);
		font-size: 1rem;
		margin: 0;
	}
	
	.single-post .post-title {
		margin-top: .5rem;
	}
	
	.single-post .post-image {
		margin: 48px 0 !important;
	}
	
	div.pp_default .pp_description {
		font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
	}
	
	.single-post .wp-block-embed__wrapper iframe {
    width: 100% !important;
    max-width: none !important;
	}


	/* --- Single Post Layout --- */
	
	.blog .post {
		border: none;
	}
		
	.blog .post-title h2 {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 .5rem;
	}
	
	.blog .post-title h2 a {
		line-height: 1.3;
	}
	
  .blog .post-excerpt p {
	  color: rgba(0,0,0,.87);
	  font-size: 1.125rem;
	  line-height: 1.6;
  }
  
  .blog .post-excerpt a {
	  color: #1968fc;
	  display: block;
	  text-transform: capitalize;
	  font-weight: 500;
	  margin-top: 1rem;
  }
  
  .blog .post-excerpt a:hover {
	  color: #1968fc;
	  text-decoration: underline;
  }
  
  .blog .post-excerpt a:visited {
	  color: #1968fc;
  }
  
  .blog .post-excerpt {
    border-left: 4px solid #e6e6e6;
    padding: 24px 24px 4px 48px;
  }
  
  @media screen and (max-width: 767px) {
	  
	  .blog .post-excerpt {
		  border-left: none;
			padding: 0;
		}
		
  }
  
  /* --- Featured Posts --- */
  	
	.featured-post-wrap {
		margin: 0 auto;
		max-width: 1320px;
		width: 90%;
    margin-bottom: 80px;
    border-bottom: 1px solid #e6e6e6;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	
	.featured-post-wrap h1 {
		margin: 32px 0 16px;
		font-size: 1.5rem;
		padding: 8px 0 8px;
	}
	
	.featured-post {
		margin: 0 0 48px;
	}
	
	.featured-post-image {
		float: left;
		overflow: hidden;
		height: 300px;
		position: relative;
		max-width: 700px;
		width: 60%;
	}
	
	.featured-post-image img {
		height: auto;
		position: absolute;
		margin: auto;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		max-width:100%;
	}
	
	.featured-post-content {
		float: left;
		padding: 24px 0 0 48px;
		width: 40%;
	}
	
	.featured-post-title h2 {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.2;
	}
	
	.featured-post-title h2 a {
		line-height: 1.2;
	}
	
	.featured-post-excerpt p {
		color: rgba(0,0,0,.87);
		font-size: 1.125rem;
	  line-height: 1.6;
	}
	
	.featured-post-excerpt a {
		color: #1968fc;
	  display: block;
	  text-transform: capitalize;
	  font-weight: 500;
	  margin-top: 1rem;
  }
  
  .featured-post-excerpt a:hover {
	  color: #1968fc;
	  text-decoration: underline;
  }
	
	.featured-post-excerpt a:visited {
	  color: #1968fc;
	}
	
	@media screen and (max-width: 1200px) {
		
		.featured-post-wrap {
			padding-left: 0;
		}
		
		.featured-post-image {
			float: none;
			width: 100%;
		}
		
		.featured-post-content {
			background: #fff;
			padding-left: 0;
			max-width: 700px;
			position: relative;
			width: 90%;
			z-index: 1;
		}
	}
	
	@media screen and (max-width: 767px) {
		
		.featured-post-wrap {
			margin-bottom: 32px;
			padding-bottom: 0;
		}
		
		.featured-post-image {
			float: none;
			height: auto;
			width: 100%;
		}
		
		.featured-post-image img {
			position: relative;
			width: 100%;
		}
		
		.featured-post-content {
			padding-left: 0;
			width: 100%;
		}
		
		.featured-post-title h2 {
			font-size: 2rem;
		}
		
		.featured-post-excerpt {
			display:
		}
		
		.blog #page-wrap {
			width: 90%;
		}
	}
	
	
	/* --- Pagination --- */
	
	#pagination {
		text-align: center;
	}
	
	#pagination a,
	#pagination span {
		display: inline-block;
		float: none;
		font-size: 1rem;
		
		padding: 10px 12px;
    text-align: center;
    line-height: 13px;
    border: none;
    color: rgba(0,0,0,.87);	
	}
	
	#pagination span.current {
		background: #1968fc;
		color: #fff;
		font-weight: 700;
	}
	
	#pagination a:hover {
		border-color: #e8f0ff !important;
		background: #e8f0ff !important;
    color: #1968fc;
	}



/*=================================
	Page Pricing 2020
	---------------------------------*/

.plan-wrap {
	background: #fff;
	border-radius: 4px;
	position: relative;
	text-align: center;
}

.plan-header {
	margin-bottom: 1rem;
	padding: 1.25rem 0;
	position: relative;
}

.plan-content-wrap {
	padding: 0 4.5rem 3rem;
}

@media screen and (max-width: 991px) {
	
	.plan-content-wrap {
		padding: 0 3rem 3rem;	
	}
	
}

@media screen and (max-width: 460px) {
	
	.plan-content-wrap {
		padding: 0 2rem 2rem;	
	}
	
}


.plan-wrap li {
	text-align: left;
}

.plan-name {
	color: rgba(0,0,0,.54);
	font-size: .9rem;
	letter-spacing: .1em;
	margin: 0;
	text-transform: uppercase;
}

.plan-desc {
	font-size: 1.125rem;
	text-align: left;
}

.plan-wrap .plan-desc {
	margin-bottom: 0;
	min-height: 0;
}

.plan-price h2 {
	font-size: 2.5rem;
	font-weight: 500;
	margin: 0;
}

.plan-price {
	margin-bottom: 2rem;
}

.plan-price p {
	color: rgba(0,0,0,.54);
}

.plan-price sup {
	font-size: .5em;
	position: relative;
	top: -12px;
}

.plan-price_retail {
	font-size: 3rem;
	font-weight: 500;
}

.plan-price_discount {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}

.plan-price_frequency {
	color: rgba(0,0,0,.54);
	font-size: 1.75rem;
	font-weight: 400;
	left: -8px;
	position: relative;
}

.popular-flag-wrap {
	border-top: 1px solid rgba(0,0,0,.12);
  margin: 2.5rem 0 -1.25rem;
}

.popular-flag {
	background: #48C585;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05em;
	line-height: 1;
	margin: 0;
  padding: 8px 32px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  width: 240px;
}

.popular-flag i {
	color: #359162;
	font-size: 1rem;
	position: absolute;
	top: 6px;
}

.popular-flag_star-left {
	left: 8px;
}

.popular-flag_star-right {
	right: 8px;
}

.plan-overview_heading {
	color: rgba(255,255,255,0.70);
	font-size: .8125rem;
	letter-spacing: .05em;
	text-align: left;
	text-transform: uppercase;
}

.plan-wrap .power-up_features {
	margin: 2.5rem 0 3rem;
}

.plan-wrap .power-up_features {
	margin-top: 2rem;
}

.plan-wrap .power-up_features li {
	font-size: 1rem;	
}

.plan-wrap .btn {
	font-size: 1.1rem;
	max-width: 300px;
	width: 100%;
	padding: 12px 0;
}

/* --- [ Primary Plan ] --- */

.plan-wrap--primary {
	box-shadow: 0 20px 40px rgba(0,0,0,.3);
	padding-top: 1.5rem;
	z-index: 2;
}

/* --- [ Secondary Plan ] --- */

.plan-wrap--secondary {
	background: #3f454a;
	color: #fff;
	left: -34px;
	position: relative;
	top: .875rem;
	z-index: 1;
}

.plan-wrap--secondary .plan-header {
	background: rgba(0,0,0,.12);
}

.plan-wrap--secondary p {
	color: #fff;
}

.plan-wrap--secondary .power-up_features {
	margin-bottom: 1.5rem;
}

.plan-wrap--secondary .plan-btn,
.plan-wrap--secondary .plan-btn:visited {
	background: #7a7a7a;
	color: #ddd;
}

.plan-wrap--secondary .plan-btn:hover,
.plan-wrap--secondary .plan-btn:focus {
	background: hsla(0, 0%, 58%, 1);
}
.plan-wrap--secondary .plan-name,
.plan-wrap--secondary .plan-desc,
.plan-wrap--secondary .plan-price_discount {
	color: #fff;
}

.plan-wrap--secondary .plan-price {
	margin-top: 2rem;
}

.plan-wrap--secondary .plan-price_retail {
	color: #6A6A6A;
	font-size: .9em;
	font-weight: 400;	
	text-decoration: line-through;
}

.plan-wrap--secondary ul {
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}

.plan-wrap--secondary li {
	color: #fff;
	text-align: left;
}

.plan-wrap--secondary .plan-name,
.plan-wrap--secondary .plan-price_frequency,
.plan-wrap--secondary .plan-price p {
	color: rgba(255,255,255,.7);
}

@media screen and (max-width: 991px) {
	
	.plan-wrap--secondary {
		left: 0;
    top: -4px;
    width: 95%;
	}
	
	.plan-wrap--secondary .plan-name {
		margin-top: .5rem;
	}
	
	.plan-price h2 {
		font-size: 2rem;
	}
	
	.plan-price_retail {
		font-size: 2.5rem;
	}
	
	.plan-price_discount {
		font-size: 2.5rem;
	}
}

/* --- [ POWER UPS ] --- */

.power-up-wrap {
	margin-top: 1.5rem;
	padding: 0 32px;
}

.power-up-heading {
	text-align: center;
}

.power-up {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-top: 2rem;
	padding: 24px 32px;
	position: relative;
}

.power-up_content-wrap {
	padding-left: 64px;
	width: 75%;
}

.power-up_icon {
	background: #f0f0f0;
	border-radius: 100%;
	display: inline-block;
	height: 48px;
	margin-bottom: 1rem;
	left: 24px;
	position: absolute;
	top: 16px;
	width: 48px;
}

.power-up_icon img {
	width: 100%;
}

.power-up_name {
	font-size: 1.25rem;
}

.power-up_desc {
	margin: 0;
	padding-right: 32px;	
}

.power-up_price-wrap {
	border-left: 1px solid #e0e0e0;
	padding-left: 24px;
	width: 25%;
}

.power-up_features ul {
	list-style: none;
	margin: 1rem 0 .5rem;
	padding: 0;
}

.power-up_features li {
	font-size: .875rem;
	line-height: 1.2;
	margin: .75rem 0;
	padding: 0;
	position: relative;
	padding-left: 32px;
}

.power-up_features .checkmark-icon {
	background: #E8F5E9;
	border-radius: 100%;
	color: #48C585;
	font-size: .875rem;
	font-weight: bold;
	left: 0;
	margin-right: 8px;
	padding: 2px;
	position: absolute;
	text-align: center;
	top: 2px;
}

.power-up_price p {
	font-size: 1.25rem;
	margin: 0 0 .825rem;
}

.power-up_price sup {
	font-size: .85rem;
	margin-right: 1px;
	position: relative;
	top: -4px;
}

.btn-power-up {
	display: inline-block;
	padding: .25rem 0;
}

@media screen and (max-width: 991px) {
	
	.power-up_content-wrap {
		width: 70%;
	}
	
	.power-up_price-wrap {
		width: 30%;
	}
	
}

@media screen and (max-width: 767px) {
	
	.power-up {
		display: block;
	}
	
	.power-up_content-wrap {
		padding-left: 0;
    width: 100%;
	}
	
	.power-up_icon {
    display: block;
    left: 0;
    margin: 0 auto 16px;
		position: relative;
    top: 0;
	}
	
	.power-up_name {
		text-align: center;
	}
	
	.power-up_desc {
		text-align: center;
    padding: 0;
	}
	
	.power-up_price-wrap {
    border: none;
    padding: 0;
    text-align: center;
		width: 100%;
	}
	
	.power-up_price {
		margin: 1rem 0;
	}
	
	.btn-power-up {
		display: block;
		padding: .5rem 0;
	}
	
}

/* --- [ Promo Bundle ] --- */

.section-callout {
	padding: 0;
}

.request-demo-callout {
	background: #8C45BF;
	border-radius: 8px;
}

.request-demo-callout_header {
	background: rgba(0,0,0,.12);
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
}

.request-demo-callout_header h2 {
	color: #fff;
	font-size: .9rem;
	letter-spacing: .1em;
	margin: 0;
	text-transform: uppercase;
}

.request-demo-callout_content-wrap {
	padding: 2rem 4rem;
}

.request-demo-callout p {
	color: #fff;
	font-size: 1.125rem;
}

.request-demo-callout li {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}

.request-demo-callout h4 {
	color: #fff;
	font-size: 1rem;
	margin-top: 2rem;
	text-align: center;
}

.request-demo-callout .btn-primary,
.request-demo-callout .btn-primary:visited {
	background: #ffb300;
	display: block;
	font-size: 1.1rem;
	margin: 1rem auto;
	max-width: 300px;
	width: 100%;
	padding: 12px 0;
}

.request-demo-callout .btn-primary:hover,
.request-demo-callout .btn-primary:focus {
	background: #ffc847;
}

@media screen and (max-width: 767px) { 
	
	
	.request-demo-callout_content-wrap {
		padding: 2rem 3rem;
	}
	
}


/*=================================
	Page Template: Single Column
	---------------------------------*/

.page-template-page-single-column .page-content-wrap,
.page-template-page-webinars .page-content-wrap {
	font-size: 1.1rem;
	line-height: 1.7;
}

.page-template-page-single-column .page-content-wrap h1,
.page-template-page-webinars .page-content-wrap h1 {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 100px 0 48px;
}

.page-template-page-single-column .page-content-wrap h2,
.page-template-page-webinars .page-content-wrap h2 {
	font-size: 1.85rem;
	font-weight: 700;	
	margin: 3rem 0 1.5rem;
}

.page-template-page-single-column .page-content-wrap h3,
.page-template-page-webinars .page-content-wrap h3 {
	font-size: 1.35rem;
	font-weight: 700;	
	margin: 1.5rem 0 1rem;
}

.page-template-page-single-column .page-content-wrap p,
.page-template-page-webinars .page-content-wrap p,
.page-template-page-single-column .page-content-wrap li,
.page-template-page-webinars .page-content-wrap li {
	color: rgba(0,0,0,.87);
  line-height: 1.7;
}

.page-template-page-single-column .page-content-wrap li,
.page-template-page-webinars .page-content-wrap li {
	margin-bottom: .25rem;
}


/*=================================
	Page: Webinars
	---------------------------------*/

.page-template-page-webinars .page-content-wrap h1 {
	font-size: 3rem;
	text-align: center;
}

.webinar-post {
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
  border-radius: 16px;
  padding: 40px 80px;
  margin-bottom: 64px;
  margin-top: 3rem;
}

@media (max-width: 600px) {
	
	.webinar-post {
		padding: 40px;
	}
	
}

.webinar-post_icon {
	padding: 16px;
  color: #1968fc;
  border-radius: 100%;
  font-size: 32px;
  background: #1968fc17;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.webinar-post_title {
  font-size: 1.45rem;
  text-align: center;
  margin-bottom: 2rem;
}

.webinar-post .wp-block-button {
	text-align: center;
	font-weight: 700;
	margin: 2rem 0 1rem;
}

.webinar-post_title-divider {
	background: rgba(0,0,0,.12);
	display: block;
	height: 1px; 
	margin: 2rem auto;
	width: 150px;
}

.webinar_schedule-list {
	margin-bottom: 3rem;
}
