/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*.uk-navbar-dropdown {
	padding-top:5px;
}*/

/* Hide page titles */
.page .uk-article-title {display:none}


.uk-logo{
	width:200px;
}

.rpwe-block li{
list-style:none
}

img.aligncenter {
	display:block;
}

.sml-padding-top{
	padding-top:7px;
}

.border-btm {
border-bottom-style: solid!important;
    border-width: 1px!important;
    border-color: #D6DDE3!important;
}

.border-top {
border-top-style: solid!important;
    border-width: 1px!important;
    border-color: #D6DDE3!important;
}

.border-left {
border-left-style: solid!important;
    border-width: 1px!important;
    border-color: #D6DDE3!important;
}

.border-right {
border-right-style: solid!important;
    border-width: 1px!important;
    border-color: #D6DDE3!important;
}

.pull-right {
float: right!important;
}

.pull-left {
	float:left!important;
}

.circle {
	border-radius:50%;
}

.seal {
	float:left;
	margin-right: 6px;
	height:35px;
	width:35px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.7;
}

.customer {
	padding:2px 0;
	line-height:1;
}
.customer h5 {
	font-size:10px;
}
.customer p {
	font-size:16px;
}

.wk-h4{
	font-size:18px;
}

.uk-text-secondary {
	color:#57c0e8;
}

.blog .uk-article-title, .archive .uk-article-title {
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin-bottom:0px;
}

.blog .uk-margin-large-bottom, .archive .uk-margin-large-bottom{
	margin-bottom:0px!important;
}

.blog .uk-article,.archive .uk-article  {
	border:1px solid #d2d2d2;
	border-radius:3px;
	font-size:14px;
}

.blog .uk-article-meta, .archive .uk-article-meta {
	text-align:center;
}

.blog .uk-article .uk-subnav, .archive .uk-article .uk-subnav  {
	margin-bottom:5px;
}

.blog .uk-article .uk-margin-medium-bottom, .archive .uk-article .uk-margin-medium-bottom{
	margin-bottom:0px!important;
	padding:20px
}

.blog .uk-article .uk-subnav li, .archive .uk-article .uk-subnav li  {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.blog .uk-article .uk-margin-medium, .archive .uk-article .uk-margin-medium{
	display:none;
	text-align:center;
}

.blog div [property="text"], .archive div [property="text"] {
	display:none;
}

.post [property="image"] {
	text-align:center;
}

.post p {
	font-size:18px;
}

.uk-card-media-left {
	text-align:center;
}

.uk-light .uk-text-lead {
	color:white;
}

.uk-text-white {
	color:white!important;
}

.hero h1 {
	font-size:50px;
	margin-top:-30px;
	margin-bottom:60px
}

.hero .uk-text-lead {
	font-size:26px;
}

.uk-light .uk-navbar-nav>li>a {
	color:white;
}

.badge {
	border-radius:50px;
	padding:20px;
	opacity:0.8;
	border:4px solid #eee;
}

.badge.badge-primary {
	border-color:#00a7e1;
	color:#00a7e1;
}

.badge.badge-warning {
	border-color:#d4c246;
	color:#d4c246;
}

.badge.badge-success {
	border-color:#79c759;
	color:#79c759;
}

.customer-story .wk-panel {
	border:1px solid #e8e8e8;
}

.uk-light .uk-button-default, .uk-light .uk-button-default:hover {
	border-color:#fff;
	color:#fff;
}

.uk-light .uk-button-primary, .uk-light .uk-button-primary:hover {
	border-color:#137ca8;
	color:#fff;
}

#team-bio img {
	border: 4px solid #e8e8e8
}

#values-panel .wk-flex {
	background-color:rgba(0,0,0,0.5);
	padding:200px;
}

#values-panel .wk-text-large {
		line-height:28px!important;
}

.hs-form-required {
	display:none;
}

input.hs-input {
	height: 40px;
    vertical-align: middle;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #d6d6d6;
	    max-width: 100%;
    width: 100%;
    padding: 0 6px;
    background: #fff;
    color: #696969;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color,background-color,border-color,box-shadow;
    transition-property: color,background-color,border-color,box-shadow;
    border-radius: 3px;
	font-size:16px;
}

.hbspt-form ul {
	list-style-type:none;
	padding:5px 0 5px 0;
	margin:0;
	font-size:12px;
}

input.hs-input:focus, select.hs-input:focus {
	    outline: 0;
    background-color: #fff;
    color: #292929;
    border-color: #57c0e8!important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.07);
}

input.hs-input.invalid.error {
	border-color:red!important;
}

.hbspt-form {
	cursor:default!important;
}

.hs-button {
    border: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color,background-color,border-color,box-shadow;
    transition-property: color,background-color,border-color,box-shadow;
    font-family: proxima-nova;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 3px;
}
.hs-button.primary {
	background-color: #00a7e1;
    color: #fff;
    border: 1px solid #137ca8;
}

.hs-form-field {
	    margin: 0 0 20px 0;
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 8px;
}

.hs-form .hs-input{
    width: 95%;
}

.hs-form fieldset.form-columns-2 .hs-input {
	width:90%;
}
	

select.hs-input {
	align-items:
center
;
background-attachment:
scroll
;
background-clip:
border-box
;
background-color:
rgb(255, 255, 255)
;
background-image:
url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216…%20points%3D%224%2013%201%208%207%208%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E)
;
background-origin:
padding-box
;
background-position-x:
100%
;
background-position-y:
50%
;
background-repeat:no-repeat
;
background-size:
auto
;
border-bottom-color:
rgb(214, 214, 214)
;
border-bottom-left-radius:
0px
;
border-bottom-right-radius:
0px
;
border-bottom-style:
solid
;
border-bottom-width:
1px
;
border-image-outset:
0px
;
border-image-repeat:
stretch
;
border-image-slice:
100%
;
border-image-source:
none
;
border-image-width:
1
;
border-left-color:
rgb(214, 214, 214)
;
border-left-style:
solid
;
border-left-width:
1px
;
border-right-color:
rgb(214, 214, 214)
;
border-right-style:
solid
;
border-right-width:
1px
;
border-top-color:
rgb(214, 214, 214)
;
border-top-left-radius:
0px
;
border-top-right-radius:
0px
;
border-top-style:
solid
;
border-top-width:
1px
;
box-sizing:
border-box
;
color:
rgb(105, 105, 105)
;
cursor:
default
;
display:
inline-block
;
font-family:
proxima-nova
;
font-size:
16px
;
font-stretch:
normal
;
font-style:
normal
;
font-variant-caps:
normal
;
font-variant-ligatures:
normal
;
font-variant-numeric:
normal
;
font-weight:
normal
;
height:
40px
;
letter-spacing:
normal
;
line-height:
38px
;
list-style-image:
none
;
list-style-position:
outside
;
list-style-type:
none
;
margin-bottom:
0px
;
margin-left:
0px
;
margin-right:
0px
;
margin-top:
0px
;
max-width:
100%
;
overflow-x:
visible
;
overflow-y:
visible
;
padding-bottom:
0px
;
padding-left:
6px
;
padding-right:
20px
;
padding-top:
0px
;
text-align:
start
;
text-indent:
0px
;
text-rendering:
auto
;
text-shadow:
none
;
text-size-adjust:
100%
;
text-transform:
none
;
touch-action:
manipulation
;
transition-delay:
0s
;
transition-duration:
0.2s
;
transition-property:
color, background-color, border-color, box-shadow
;
transition-timing-function:
ease-in-out
;
vertical-align:
middle
;
white-space:
pre
;
width:
98%!important
;
word-spacing:
0px
;
writing-mode:
horizontal-tb
;
-webkit-font-smoothing:
antialiased
;
-webkit-rtl-ordering:
logical
;
-webkit-border-image:
none
;
}

.uk-pagination>*>* {
	font-size:16px;
}

.archive .tm-main, .blog .tm-main {
	padding-top:0;
}

.archive .tm-main .hs-button, .blog .tm-main .hs-button  {
	    float: right;
    margin-top: -61px;
    margin-right: -120px;
}

#wpfront-notification-bar {
    bottom: 0 !important;
    height: 62px !important;
}

