@charset "UTF-8";
/*
* Speakcore
* @author Creative MediaWorks Inc.
* @version 4.0
*/

* { padding:0; margin:0; }

a { outline:none; }
:focus { -moz-outline-style:none; }

::-webkit-input-placeholder { color:#777; opacity:0.5 !important; }
:-moz-placeholder { color:#777; opacity:0.5 !important; }
::-moz-placeholder { color:#777; opacity:0.5 !important; }
:-ms-input-placeholder { color:#777; opacity:0.5 !important; }

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

sup {
	vertical-align:baseline;
	font-size:0.6em;
	position:relative;
	top:-0.6em;
}

sub {
	vertical-align:baseline;
	font-size:0.8em;
	position:relative;
	bottom:-0.4em;
}

body {
	background-color:#ecf0f6;
	font-family:'Roboto', sans-serif;
	color:#777;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h1, h2, h3, h4, h5, h6, #banner p {
	font-family:'Lato', sans-serif;
	font-weight:300;
}

div { box-sizing:border-box; }

ul, ol {
  margin: 10px 0;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}
ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}

.section.terms p,
.section.terms ul,
.section.terms ul li,
.section.privacy p,
.section.privacy ul,
.section.privacy ul li,
.section.disclaimer p,
.section.disclaimer ul,
.section.disclaimer ul li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;

  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

  list-style-type: disc !important;

}

/*///////////////////////////////////////////////////////////////////////////STRUCTURE/////////*/
.content {
	max-width:920px;
	margin:0 auto;
	padding:0 10px;
}

#header {
	position:fixed;
	top:0;
	z-index:10;
	width:100%;
	padding:20px 0;
	background-color:rgba(255,255,255,.95);
	box-shadow: 0px 2px 16px -6px rgba(0,0,0,0.5);
}
#header .content {
	display:table;
	width:100%;
}
#header .content > div {
	display:table-cell;
	vertical-align:middle;
}
#header .logo {
	width:208px;
}
#header .logo img { display:block; }
#header .nav ul {
	list-style:none;
	text-align:right;
}
#header .nav ul li {
	display:inline-block;
	margin-left:30px;
	border-bottom:2px solid transparent;
	font-size:15px;
	font-weight:900;
	color:#554f56;
	text-transform:uppercase;
}
#header .nav ul li a {
	color:inherit;
	text-decoration:none;
}
#header .nav ul li a:hover { color:#0088cf; }

#header .nav ul li.cur a { color:#0088cf; }
#header .nav ul li.cur { border-color:#0088cf; }

#footer {
	padding:40px 0;
	background-color:#3c424c;
}
#footer .nav ul {
	margin:20px 0;
	list-style:none;
	text-align:center;
}
#footer .nav ul li {
	display:inline-block;
	margin:0 10px;
	font-size:14px;
	font-weight:700;
	color:#bbc8d6;
}
#footer .nav ul li a {
	color:inherit;
	text-decoration:none;
}
#footer .nav ul li a:hover { color:#fff; }
#footer .table {
	max-width:550px;
	margin:0 auto;
}
#footer .cell {
	width:33%;
}
#footer .table p,
#footer .table a {
	position:relative;
	display:inline-block;
	padding-left:22px;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#ccd1d9;
	text-decoration:none;
}
#footer .icon::before {
	position:absolute;
	left:0;
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	font-size:16px;
	color:#848a93;
}
#footer .icon.phone::before { 
	content:"\f095"; /*phone*/ 
	font: var(--fa-font-solid);
}
#footer .icon.map::before { 
	content:"\f3c5"; /*map-marker-alt*/ 
	font: var(--fa-font-solid);
}
#footer .icon.copyright::before { 
	content:"\f1f9"; /*copyright*/ 
	font: var(--fa-font-solid);
	font-weight:400; 
}

#banner {
	margin-top:80px;
	text-align:center;
}
#banner .headline {
	margin-bottom:20px;
	font-family:'Lato', sans-serif;
	font-size:50px;
	font-weight:300;
	color:#fff;
}
#banner .subhead {
	font-family:'Lato', sans-serif;
	font-weight:900;
	color:#fff;
}
#banner .subhead p {
  font-weight:900;
}
#banner .button {
	box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.7);
}
#banner .ipad {
	position:absolute;
	z-index:2;
	left:0;
	bottom:-55px;
	width:100%;
}

#banner.home {
	position:relative;
	z-index:1;
	height:450px;
	padding-top:8%;
	background-image:url(../_images/banner-speaker-v2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:2500px 450px;
}
#banner.home .headline {
	margin-bottom:30px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
}
#banner.home .subhead {
	margin-bottom:40px;
	font-size:15px;
	text-transform:uppercase;
  letter-spacing: 2px;
}
.home .content {
	max-width: 950px !important;
}

#banner.sub {}
#banner.sub.green {
	background:#27957c;
	background:-moz-linear-gradient(top, #27957c 0%, #36773a 100%);
	background:-webkit-linear-gradient(top, #27957c 0%,#36773a 100%);
	background:linear-gradient(to bottom, #27957c 0%,#36773a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27957c', endColorstr='#36773a',GradientType=0 );
}
#banner.sub.red {
	background:#af5148;
	background:-moz-linear-gradient(top, #af5148 0%, #892a5b 100%);
	background:-webkit-linear-gradient(top, #af5148 0%,#892a5b 100%);
	background:linear-gradient(to bottom, #af5148 0%,#892a5b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af5148', endColorstr='#892a5b',GradientType=0 );
}
#banner.sub.blue {
	background:#7d68c0;
	background:-moz-linear-gradient(top, #7d68c0 0%, #257fa6 100%);
	background:-webkit-linear-gradient(top, #7d68c0 0%,#257fa6 100%);
	background:linear-gradient(to bottom, #7d68c0 0%,#257fa6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d68c0', endColorstr='#257fa6',GradientType=0 );
}
#banner.sub.teal {
	background:#4c8e96;
	background:-moz-linear-gradient(top, #4c8e96 0%, #1f5b77 100%);
	background:-webkit-linear-gradient(top, #4c8e96 0%,#1f5b77 100%);
	background:linear-gradient(to bottom, #4c8e96 0%,#1f5b77 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8e96', endColorstr='#1f5b77',GradientType=0 );
}
#banner.sub.gold {
	background:#bf6950;
	background:-moz-linear-gradient(top, #bf6950 0%, #d89c3f 100%);
	background:-webkit-linear-gradient(top, #bf6950 0%,#d89c3f 100%);
	background:linear-gradient(to bottom, #bf6950 0%,#d89c3f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6950', endColorstr='#d89c3f',GradientType=0 );
}
#banner.sub .content {
	display:table;
	width:100%;
	max-width:none;
	background-image:url(../_images/bg-grid.png);
	background-size:55px 95px;
}
#banner.sub .content > div {
	display:table-cell;
	padding:60px 0;
	vertical-align:middle;
}
#banner.sub .subhead {
	margin-bottom:0;
	font-size:24px;
}

/*///////////////////////////////////////////////////////////////////////////ELEMENTS/////////*/
.section {
	padding:60px 0;
}
.section.white {
	background-color:#fff;
}
.section h2 {
	margin-bottom:10px;
	font-size:32px;
	font-weight:300;
	color:#554f56;
	text-align:center;
}
.section h3 {
	font-size:17px;
	font-weight:900;
	color:#554f56;
	text-align:center;
}
.section p {
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#777;
}

.section p a {
	color:#444;
}
.boxes{
	font-size:0;
	text-align:center;
}
.boxes .box {
	position:relative;
	width:32.0833%;
	padding:16px;
	border:1px solid #d8dce3;
	background-color:#fff;
	box-shadow:0 1px 0 0 rgba(201,204,209,1);
	display:inline-block;
	text-align:left;
	height:266px;
	vertical-align:top;
}
.boxes .spacer {
	width:1.25%;
	display:inline-block;
}

.boxes .box .icon {
	text-align:center;
}
.boxes .box h4 {
	margin-bottom:8px;
	font-size:20px;
	font-weight:900;
	color:#554f56;
	text-align:center;
}
.boxes .box p {
	margin-bottom:40px;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	color:#777;
}
.boxes .box p:last-child {
	position:absolute;
	left:0;
	bottom:14px;
	width:100%;
	margin-bottom:0;
	text-align:center;
}
.boxes .box a {
	font-size:14px;
	font-weight:900;
	color:#0088cf;
	text-transform:uppercase;
	text-decoration:none;
}

ul.benefits {
	list-style:none;
	margin:40px 0 0 0;
	text-align:center;
}
ul.benefits li {
	display:inline-block;
	width:33%;
	margin-bottom:30px;
	vertical-align:top;
}
ul.benefits li p {
	line-height:20px;
	text-align:left;
}
ul.benefits li p:first-child {
	margin-bottom:2px;
	font-weight:700;
	color:#555;
}
ul.benefits li span.cell:first-child {
	width:50px;
	padding-right:14px;
	text-align:right;
}

ul.benefits li .icon {
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	font-size:26px;
}

/* ul.benefits li .icon::before {
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */

ul.benefits li .icon.collab::before {
	content:"\f0c0"; /*users*/
	font: var(--fa-font-solid);
	color:#ec87c0;
}
ul.benefits li .icon.turnkey::before {
	content:"\e160"; /*dial-med-low*/
	font: var(--fa-font-solid);
	color:#4a89dc;
}
ul.benefits li .icon.robust::before {
	content:"\e0ea"; /*sitemap*/
	font: var(--fa-font-solid);
	color:#47cfad;
}
ul.benefits li .icon.cloud::before {
	content:"\f0c2"; /*cloud*/
	font: var(--fa-font-solid);
	color:#f6bb42;
}
ul.benefits li .icon.mobile::before {
	content:"\f3cd"; /*mobile-alt*/
	font: var(--fa-font-solid);
	color:#ed5565;
}
ul.benefits li .icon.support::before {
	content:"\e417"; /*life-ring*/
	font: var(--fa-font-solid);
	color:#ac92ec;
}
ul.benefits li .icon.brand::before {
	content:"\f336"; /*badge-check*/
	font: var(--fa-font-solid);
	color:#92c45b;
}
ul.benefits li .icon.database::before {
	content:"\f1c0"; /*database*/
	font: var(--fa-font-solid);
	color:#3aafda;
}
ul.benefits li .icon.secure::before {
	content:"\f023"; /*lock*/
	font: var(--fa-font-solid);
	color:#fc6e51;
}
ul.benefits li .icon.ballot::before {
	content:"\f732"; /*ballot*/
	font: var(--fa-font-solid);
	color:#442ad6;
}
ul.benefits li .icon.arrows-spin::before {
	content:"\e4bb"; /*arrows-spin*/
	font: var(--fa-font-solid);
	color:#EC87C0;
}
ul.benefits li .icon.headset::before {
	content:"\f590"; /*headset*/
	font: var(--fa-font-solid);
	color:#EC87C0;
}
ul.benefits li .icon.user::before {
	content:"\f007"; /*user*/
	font: var(--fa-font-solid);
	color:#EC87C0;
}

ul.benefits.about li {
	width:48%;
}
ul.benefits.about li:last-child { margin-bottom:0; }
ul.benefits li .icon::before {
	color:#555;
}
ul.benefits li .icon.event::before   {
	/* content:"\f508"; user-tie */
	/* color:#4a89dc; */
	content: "";
    display: block;
    background: url("https://www.speakcore.com/wp-content/uploads/2023/01/innovative.png") no-repeat;
	background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 6px 0 0;
}
ul.benefits li .icon.science::before {
	/* content:"\f0c3"; flask
	color:#92c45b; */
	content: "";
    display: block;
    background: url("https://www.speakcore.com/wp-content/uploads/2023/01/consultative.png") no-repeat;
	background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 6px 0 0;
}
ul.benefits li .icon.flex::before    {
	/* content:"\f074"; random
	color:#ac92ec; */
	content: "";
    display: block;
    background: url("https://www.speakcore.com/wp-content/uploads/2023/01/collaborative.png") no-repeat;
	background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 6px 0 0;
}
ul.benefits li .icon.custom::before  {
	/* content:"\f085"; cogs
	color:#fc6e51; */
	content: "";
    display: block;
    background: url("https://www.speakcore.com/wp-content/uploads/2023/01/techy.png") no-repeat;
	background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 6px 0 0;
}
ul.benefits li .icon.quality::before {
	/* content:"\f559"; award
	color:#3aafda; */
	content: "";
    display: block;
    background: url("https://www.speakcore.com/wp-content/uploads/2023/01/dependable.png") no-repeat;
	background-size: contain;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 6px 0 0;
}

.num-boxes {
	margin-top:50px;
}
.num-boxes .contain {
	display:table;
	width:100%;
	margin-bottom:50px;
}
.num-boxes .contain:last-child {
	width:66%;
	margin:0 auto;
}
.num-boxes .num-box {
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:32%;
	min-height:182px;
	padding:36px 20px 20px 20px;
	border:1px solid #d8dce3;
	background-color:#fff;
	box-shadow:0 1px 0 0 rgba(201,204,209,1);
}
.num-boxes .spacer {
	display:table-cell;
	width:2%;
}
.num-boxes .num-box .num {
	position:absolute;
	z-index:2;
	top:-21px;
	left:50%;
	margin-left:-21px;
	width:42px;
	height:42px;
	border-radius:50%;
	background-color:#5f646a;

	font-family:'Lato', sans-serif;
	font-size:18px;
	line-height:42px;
	font-weight:900;
	color:#fff;
	text-align:center;
}
.num-boxes .num-box p.head {
	margin:0 0 10px 0;
	font-family:'Lato', sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:800;
	color:#554f56;
	text-align:center;
}
.num-boxes .num-box p {
	font-size:14px;
	line-height:22px;
	font-weight:400;
	color:#777;
	text-align:left;
}

ul.checklist {
	list-style:none;
}
ul.checklist li { padding:3px 0; }
ul.checklist li:last-child {
	padding-bottom:0;
	margin-bottom:0;
}
ul.checklist li::before {
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	font-size:16px;
	content:"\f00c"; /*check*/
	font: var(--fa-font-solid);
	color:#9dc95a;
	padding-right:6px;
	display:table-cell;
}
ul.checklist li span {
	display:table-cell;
}

.features ul {
	list-style:none;
}
.features ul li {
	position:relative;
	padding:0 0 20px 18px;
}
.features ul li a {
	display:block;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#3e9dcf;
	text-decoration:none;
}
.features ul li a::before {
	position:absolute;
	left:0;
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	content:"\f105"; /*angle-right*/
	font: var(--fa-font-solid);
}
.features ul li div {
	display:none;
	font-size:14px;
	line-height:22px;
}

.features ul li.cur a { color:#0088cf; }
.features ul li.cur a::before { 
	content:"\f107"; /*angle-down*/ 
	font: var(--fa-font-solid);
}


.features ul li.cur div {
	display:block;
}

.featureImg {
	position:relative;
	width:430px;
	height:340px;
}
.featureImg img {
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	height: auto;
	border:1px solid #d3d3d3;
}
.featureImg.snapLeft img { right:auto; left:0; }
.featureImg img.cur { opacity:1; }

.pricing { margin:30px 0 50px 0; }

.pricing table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}
.pricing tbody tr:nth-child(odd) {	display:none; }
.pricing td, .pricing th {
	empty-cells:show;
	padding:10px;
}
.pricing tr td:first-child,
.pricing tr th:first-child {
	width:250px;
	text-align:right;
}
.pricing th {
	padding:24px 16px;
}
.pricing th.boxed {
	background-color:#d2d8e1;
	border-right:1px solid #b7bcc4;
}
.pricing th.boxed:last-child { border-right:0; }
.pricing th.boxed.blue { background-color:#bddbee; }
.pricing th p {
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#554f56;
}
.pricing th p.head {
	margin-bottom:3px;
	font-size:18px;
	font-weight:700;
}

.pricing tr td {
	border-right:1px solid #dedede;
	background-color:#fff;
	font-size:12px;
	font-weight:700;
	text-align:center;
}
.pricing tr td:first-child,
.pricing tr td:last-child { border-right:0; }

.pricing tr.alt td { background-color:#f4f4f4; }
.pricing tr td:first-child {
	padding:10px 20px 10px 10px;
	background-color:#3c424c;

	font-size:14px;
	line-height:20px;
	font-weight:700;
	color:#fff;
}
.pricing tr.alt td:first-child { background-color:#353a43; }

.pricing tfoot th { border-top:1px solid #b3b8bf; }
.pricing tfoot th p {
	font-size:12px;
	line-height:16px;
}

.pricing .tick::before {
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	font-size:16px;
	content:"\f00c"; /*check*/
	font: var(--fa-font-solid);
	color:#9dc95a;
}

.pricing .button {
	padding:10px 16px;
	font-size:13px;
	line-height:18px;
}

.table.leaders {
	width:80%;
	margin:30px auto 0;
}
.table.leaders .cell {
	width:33%;
	text-align:center;
}
.table.leaders .cell p.name {
	font-weight:700;
	color:#554f56;
}

.table.leadership {
	width:70%;
	margin:30px 10% 0 20%;
}
.table.leadership .cell { padding-bottom:20px; }
.table.leadership .cell:first-child { width:100px; }
.table.leadership .cell p {
	font-size:14px;
	line-height:22px;
}
.table.leadership .cell p.name {
	font-size:16px;
	font-weight:700;
	color:#554f56;
}


#contactform,
#whitepaper_form_wrapper,
#contactconfirm {
	max-width:400px;
	margin:0 auto;
}
#whitepaper_form_wrapper{
  padding: 20px 0;
}
 .textbox,
 .textarea {
	box-sizing:border-box;
	display:inline-block;
	width:100%;
	margin:0 0 12px 0;
	border:1px solid #d2d2d2;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
}
.textbox {
	height:40px;
	line-height:100%;
	padding:0 0 0 10px;
}
 .textarea {
	height:100px;
	padding:10px 0 0 10px;
}
 .textbox.required {
	border-color:#a93a44;
	background-color:#ffe8ea;
}
#contactform select {
	width:100%;
	margin-bottom:12px;
}

#recaptchaWidget {
    width: 304px;
    margin: 0 auto;
	padding-bottom:12px;
}

#contactconfirm {
	padding:30px 0 100px 0;
}
#contactconfirm > div,
#whitepaperconfirm > div {
	padding:20px 10px;
	background-color:#cce7f5;
	border:1px solid #66b8e2;
}
#contactconfirm p,
#whitepaperconfirm p {
	color:#213446;
}

.chosen-container-single .chosen-single { color: #666; margin-bottom:2px; }
.chosen-container.inline { width:auto !important; min-width:90px; }
.chosen-container ul.chosen-results li.highlighted { background-image:none; background-color:#0088cf; }
.chosen-container ul.chosen-results { max-height:200px; }


.button,
a.button,
p a.button {
	display:inline-block;
	padding:8px 30px;
	border:0;
	border-radius:6px;
	background-color:#0088cf;
	cursor:pointer;

	font-size:14px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.button.animate-fade:hover,
a.button.animate-fade:hover,
p a.button.animate-fade:hover { background-color:#00a0f4; }

/*///////////////////////////////////////////////////////////////////////////GLOBAL/////////*/

.m20 { margin-bottom:20px !important; }
.m30 { margin-bottom:30px !important; }

.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

.upper { text-transform:uppercase; }

.break { display:block; }

img.fluid {
	max-width:100%;
	height:auto;
}

.table {
	display:table;
	width:100%;
}
.row { display:table-row; }
.cell {
	display:table-cell;
	vertical-align:top;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.half   { width:50%; }

.third-one { width:33.3%; }
.third-two { width:66%; }

.quart-one   { width:25%; }
.quart-two   { width:50%; }
.quart-three { width:75%; }

.left { float:left; }
.right { float:right; }

.group .half:nth-child(1),
.group .third-two:nth-child(1),
.group .third-one:nth-child(1) { padding-right:10px; }
.group .third-one:nth-child(2) { padding-right:10px; padding-left:10px; }
.group .half:nth-child(2),
.group .third-one:nth-child(3) { padding-left:10px; }
.group .third-one:last-child { padding-right:0; }



/*///////////////////////////////////////////////////////////////////////////ANIMATIONS/////////*/
.animate-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.animate-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.animate-grow:hover, .animate-grow:focus, .animate-grow:active {
	-webkit-transform: scale(1.1);
	transform:scale(1.1);
}

.animate-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.animate-float:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.animate-float:hover, .animate-float:focus, .animate-float:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	/* move the element up by 5px */
}
.animate-float:hover:before, .animate-float:focus:before, .animate-float:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

  .wp-form #whitepaper_email {
    width:77%; margin:0;
  }
  .wp-form #whitepapersubmit {
    width:20%; float:right; margin:0;
  }
  div#whitepaperform { padding:10px; background: #ddd; }
  
  /*for career page*/
  .site-content.sub .content {
    padding-bottom: 40px;
}
.clearfix {
    *zoom: 1;
}
.content {
    max-width: 930px;
    padding: 0px 20px 0px 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.site-content.sub .main-content {
    float: left;
    width: 550px;
}
.site-content.sub .side-content {
    float: right;
    width: 300px;
}
.box {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 30px;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.section-career h2{
    text-align: left;
}
.section-career h3{
    text-align: left;
}
a:link, a:visited {
    /* color: #3997d5; */
    font-weight: bold;
    text-decoration: none;
}
.carrier-content h2{
	margin-bottom:20px !important;
}
.carrier-content h3{
	margin-bottom:10px;
	font-weight:500 !important;
}
.carrier-content p{
	margin-bottom:20px;
}
.carrier-content ul li, .carrier-content ol li{
	margin-bottom:5px !important;
    line-height: 26px !important;
}
ul.benefits li p span {
	display: table;
}
ul.benefits li p span span {
	display: table-cell;

}
ul.benefits li p span span.first {
	padding-right: 5px;
}
.cell.plt{
	padding-right: 3%;
}
.cell.plt-two{
	padding-left: 3%;
}


    /*for career page*/

.inside-featureImg{
	display:none;
}

#main-container {
width: 100%;
}

.col-one-container, .col-two-container {
width: 50%;
}
.col-one-container {
float: left;
}
.col-two-container {
float: right;
}

.accordion {
	 
}

.accordion-header,
.accordion-body {
  
}

.accordion-header {
  position:relative;
  padding: 0 0 20px 23px;
  cursor: pointer;
  transition: all .3s;
}
.accordion__item.active .accordion-header {
	padding-bottom:0;  
} 
.accordion-header p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #3e9dcf;
}

.accordion__item {
 
}

.accordion__item .accordion__item {
  
}

.accordion-header:hover {
  position: relative;
  z-index: 5;
}

.accordion-body {
  color: #777;
  display: none;
}

.accordion-body__contents {
	font-size: 14px;
	line-height: 22px;  
	color:color: #777;
	padding: 0 0 20px 23px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
 
}

.accordion__item > .accordion-header p:after {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  content: "\f105";
  font: var(--fa-font-solid);
  top:3px;
}  
.accordion__item.active > .accordion-header p:after {
	content: "\f107";
	font: var(--fa-font-solid);
}

.accordion__item.active .accordion-header {
 
}

.accordion__item .accordion__item .accordion-header {
 
  color: #353535;
}

.plt .owl-carousel .owl-stage{
	display: flex;
}
.plt .owl-item{
	background:#f9f9f9;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
	display: flex;
    flex: 1 0 auto;
}
.owl-carousel-content{
	
}
.owl-carousel-content-details{
	text-align:center;
	padding:10px;		
}
.owl-carousel-content-details h4{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom:10px;
}
.owl-carousel-content-details p{
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding-bottom:10px;
}
.plt .owl-carousel {
 	border-right: 1px solid transparent;
}
.plt .owl-theme .owl-dots{
	margin-top:20px;	
}
.plt .owl-theme .owl-nav{
	position:absolute;
	top:40%;
	width:100%;		
}
.plt .owl-carousel .owl-nav button.owl-next, 
.plt .owl-carousel .owl-nav button.owl-prev {
 	margin-left: -3%;
	float: left; 
	font-size:45px;
	color:#aaaaaa;
}
.plt .owl-carousel .owl-nav button.owl-next{
 	margin-right: -3%;
	float: right; 
}
.plt .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #aaaaaa;
  text-decoration: none;
}
.plt .owl-theme .owl-dots .owl-dot span {
  background: #cccccc;
}
.plt .owl-theme .owl-dots .owl-dot.active span, .plt .owl-theme .owl-dots .owl-dot:hover span {
  background: #52b3d9;
}
.plt .owl-carousel .owl-stage-outer{
	display:flex;	
}
.plt .owl-carousel-content-image {
	border-bottom: 1px solid #cccccc;  
}
.section-career-new h2 {
  text-align: center;
  margin-bottom:30px;
}
.section-career-new .box {
	background:none;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin-bottom:0;  
}
.section-career-new .accordion__item {
	border: 3px solid #d4d4d4;
	border-top:none;  
}
.section-career-new .accordion__item:first-child {
	border-top: 3px solid #d4d4d4;
}
.section-career-new .accordion-header {
	padding: 20px 5px 20px 20px;
}
.section-career-new .accordion-body{
	border-top: 3px solid #d4d4d4;
	padding-right:20px;		
}
.section-career-new .accordion__item.active .accordion-header {
 	padding-bottom:20px; 
}
.section-career-new .accordion__item > .accordion-header p::after {
  content: "";
}
.section-career-new .accordion__item.active > .accordion-header p::after {
  content: "";
}
.Career-newform{
	padding-top:30px;	
}
.Career-newform .textbox {
	max-width:485px; 
    margin-bottom:0;
}
.Career-newform .chosen-container {
  max-width:485px;
}
.Career-newform ul {
	padding-left:0;
	margin-bottom:0;
}
.Career-newform ul li {
	list-style-type:none;
    margin-bottom:15px;
}
.Career-newform ul li.textbox-browse {
	margin-bottom:5px;
	float:left;
	width:100%;
}
.Career-newform ul li.textbox-browse em {
  text-align: left;
  float: right;
  font-style: normal;
}
.Career-newform ul li.textbox-browse em.red {
	float:none;
	color:#790000;  
}
.Career-newform h3.applynow {
  text-align: left;
  padding-bottom: 10px;
}
.wpcf7 form.spam .wpcf7-response-output {
    border: none;
    text-align: center;
    color: red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    clear: both;
    text-align: center;
    color: red;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    text-align: center;
    clear: both;
    color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
    color: #46b450;
    clear: both;
}

.left-content {
    width: 65%;
    float: left;
}
.sidebar {
    width: 32%;
    float: left;
    margin-left: 20px;
}
.section-career-new .left-content h2{
	text-align: left;
}
.portal-widget {
    background: linear-gradient(to bottom, #4c8e96 0%, #1f5b77 100%);
    padding: 6%;
}
.portal-widget h2{
    color: #fff;
}
.portal-widget p{
    color: #fff;
	margin-bottom:10px;
	margin-top: 10px;
}
.job_title {
  padding: 20px 5px 20px 20px;
  border: 3px solid #d4d4d4;
}
.job_title a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3e9dcf;
}


@media screen and (min-width: 1900px) {
 #banner.home {
  padding-top: 4%;
  
}

}

@media screen and (max-width: 840px) {
.col-one-container, .col-two-container {
	width: 100%;
}

} 




@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	#banner.home { background-image:url(../_images/banner-speaker-v2@2x.jpg); }
	#banner.sub .content { background-image:url(../_images/bg-grid@2x.png); }
}

@media all and (max-width: 959px) {

.plt .owl-carousel {
	margin:0 auto;
	width:95%;  
}

}

@media all and (max-width: 920px) {
	#banner.home .headline { margin-bottom:30px; }
	
.site-content.sub .main-content {
    width: 60%;
}
.site-content.sub .side-content {
    width: 40%;
    padding-left:40px;
}
}

@media all and (max-width: 840px) {
	#header .nav ul li { margin-left:20px; }
	.boxes { text-align:center; }
	.boxes .box {
		height:306px;
	}
	.featureImg {
		display:none;  
	}
	.inside-featureImg{
		display:table;
		margin:0 auto;
	}
	.featureImg img,
	.featureImg.snapLeft img{
		left:0;
		right:0;
		margin:0 auto;
	}
}

@media all and (max-width: 820px) {
	ul.benefits li { width:49%; }
}

@media (max-width: 767px) {
	.left-content {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.sidebar {
		width: 100%;
		float: left;
		margin-left: 0;
	}
	.portal-widget h2 {
		text-align: left;
	}
	.pricing td:first-child,
	.pricing th:first-child { display:none; }
	.pricing th { padding:16px 10px; }
	.pricing tbody tr:nth-child(odd) { display:table-row; }
	.pricing tbody tr:nth-child(odd) td {
		background-color:#3c424c;
		color:#fff;
	}
	.pricing tr.alt td { background-color:#fff; }
	
.site-content.sub .main-content {
	float:none;
    width: 100%;
}
.site-content.sub .side-content {
    float:none;
    width: 100%
}
.boxes .box {
	height:380px;
}
.plt .owl-carousel .owl-nav button.owl-next, .plt .owl-carousel .owl-nav button.owl-prev {
  margin-left: -4%;
}
.plt .owl-carousel .owl-nav button.owl-next {
  margin-right: -4%;
}

}

@media all and (max-width: 750px) {
	.cell.plt{
		padding-right: 0;
	}
	.cell.plt-two{
		padding-left: 0;
	}
	#header .nav ul li {
		margin-left:16px;
		font-size:13px;
		font-weight:700;
	}
	.featureImg { display:none; }
	.inside-featureImg{
		display:none;
	}
}

@media all and (max-width: 680px) {
	#header .content > div {
		display:block;
		vertical-align:middle;
	}
	#header .logo {
		width:100%;
		text-align:center;
		margin-bottom:6px;
	}
	#header .logo img { display:inline; }
	#header .nav ul {
		text-align:center;
	}
	#header .nav ul li:first-child { margin-left:0; }
	#header {
		position:static;
		padding:14px 0;
		box-shadow: 0px 2px 16px -6px rgba(0,0,0,0.5);
	}
	#banner { margin-top:0; }
	#banner.sub .content > div {
		padding:30px 0;
	}
	#banner .headline {
		font-size:36px;
	}
	#banner.home .subhead {
		margin-bottom:40px;
		font-size:13px;
    letter-spacing: 2px;
	}
	#banner.sub .subhead {
		margin-bottom:0;
		font-size:18px;
	}
	.section { padding:40px 0; }
	ul.benefits.about li { width:100%; }
	ul.benefits.about li span.cell:first-child { width:40px; }
	.num-boxes {
		margin-top:50px;
		padding:0 0 0 21px;
	}
	.num-boxes .contain {
		display:block;
		margin-bottom:0;
	}
	.num-boxes .contain:last-child {
		width:100%;
		margin:0;
	}
	.num-boxes .num-box {
		display:block;
		width:100%;
		min-height:inherit;
		padding:20px 20px 20px 34px;
	}
	.num-boxes .spacer {
		display:none;
	}
	.num-boxes .num-box .num {
		top:50%;
		margin-top:-21px;
		left:-21px;
		margin-left:0;
	}
	.num-boxes .num-box p.head {
		font-size:18px;
		line-height:22px;
		text-align:left;
	}
	.num-boxes .num-box p {
		font-size:14px;
		line-height:22px;
		font-weight:400;
		color:#777;
		text-align:left;
	}
	.table.leaders { width:100%; }
}

@media all and (max-width: 600px) {
	#banner .ipad img {
		max-width:90%;
		height:auto;
	}
	.boxes { text-align:left; }
	.boxes .box {
		display:table;
		width:100%;
		height:auto;
		margin:10px 0;
		vertical-align:top;
	}
	.boxes .box > div {
		display:table-cell;
		vertical-align:middle;
	}
	.boxes .box .icon {
		width:166px;
		padding-right:14px;
		text-align:left;
		vertical-align:top;
	}
	.boxes .box h4 {
		font-size:18px;
		text-align:left;
	}
	.boxes .box p {	margin-bottom:10px; }
	.boxes .box p:last-child {
		position:static;
		text-align:left;
	}
	.break { display:inline; }
	.break::after { content:" "; }

  .wp-form #whitepaper_email {
    width: 100% !important;
    display: block !important;
    margin: 0 0 12px 0 !important
  }
  .wp-form #whitepapersubmit {
    display: block !important;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  div#whitepaperform { background: #ecf0f6; }
	.plt .owl-carousel .owl-nav button.owl-next, .plt .owl-carousel .owl-nav button.owl-prev {
  margin-left: -6%;
}
.plt .owl-carousel .owl-nav button.owl-next {
  margin-right: -6%;
}
}

@media all and (max-width: 520px) {
	#header .nav ul li {
		margin-left:14px;
		font-size:12px;
	}
	#banner.home {
		height:auto;
		padding-top:80px;
		padding-bottom:40px;
		background-size:1644px 370px;
	}
	#banner.home .headline {
		margin-bottom:20px;
	}
	#banner.home .subhead {
		margin-bottom:25px;
	}
	#banner .headline {
		margin-bottom:30px;
		font-size:36px;
	}
	#banner .ipad { display:none; }
	#footer .cell {
		display:block;
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}
	#footer .cell:last-child { margin-bottom:0; }
	.section h2 { font-size:28px; }
	.section h3 { font-size:15px; }
	ul.benefits li { width:100%; }
	ul.benefits li span.cell:first-child { width:40px; }
}

@media all and (max-width: 460px) {
	.boxes .box .icon { width:100px; }
	.boxes .box .icon img {
		max-width:100%;
		height:auto;
	}
	.table.leadership {
		width:100%;
		margin:30px 0 0 0;
	}
}


@media all and (max-width: 420px) {
	#header .nav ul {
		width:75%;
		margin:0 auto;
	}
	.pricing th p {
		font-size:12px;
		line-height:16px;
	}
	.pricing th p.head {
		font-size:14px;
	}
}
@media all and (max-width: 370px) {
	#header .nav ul {
		width:90%;
	}
	.section h2 { font-size:24px; }
	.section h3 { font-size:14px; }
}